@font-face {
    font-family: Acuminlight;
    src: url("fonts/acumin-light.otf") format("opentype");
}

@font-face {
    font-family: Acuminregular;
    src: url("fonts/acumin-regular.otf") format("opentype");
}

@font-face {
    font-family: Acumisemibold;
    src: url("fonts/acumin-semibold.otf") format("opentype");
}

@font-face {
    font-family: Acuminthin;
    src: url("fonts/acumin-thin.otf") format("opentype");
}

@font-face {
    font-family: Eurostilebold;
    src: url("fonts/eurostile-bold.otf") format("opentype");
}

@font-face {
    font-family: Eurostilemedium;
    src: url("fonts/eurostile-medium.otf") format("opentype");
}

@font-face {
    font-family: Eurostileregular;
    src: url("fonts/eurostile-regular.otf") format("opentype");
}

/*

Eurostile Extended Medium
font-family: eurostile-extended,sans-serif;
font-weight: 500;
font-style: normal;

Acumin Pro Wide Bold
font-family: acumin-pro-wide, sans-serif;
font-weight: 700;
font-style: normal;

Acumin Pro Wide Light
font-family: acumin-pro-wide, sans-serif;
font-weight: 300;
font-style: normal;

Acumin Pro Wide Light Italic
font-family: acumin-pro-wide, sans-serif;
font-weight: 300;
font-style: italic;

Acumin Pro Wide Regular
font-family: acumin-pro-wide, sans-serif;
font-weight: 400;
font-style: normal;

Acumin Pro Wide Italic
font-family: acumin-pro-wide, sans-serif;
font-weight: 400;
font-style: italic;


*/

body {
    font-family: "Acuminregular", arial;
}

#filter {
    display: none;
}

.wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.wrapContainer  {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0;
}

p {
    padding: 0;
    margin: 0;
}

/* header */


.header .logo {
    float: left;
    width: 25%;
    text-align: left;
    padding: 25px;
}

.header .logo a {
    float: left;
}

.header .logo img {
    width: 100%;
    max-width: 211px;
    max-height: 40px;
}

.nav {
    float: right;
    text-align: right;
    padding: 0 25px;
}

.nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav li {
    display: inline-block;
    padding-left: 25px;
    text-transform: uppercase;
    font-size: 15px;
    color: #2a4a58;
    line-height: 40px;
    font-family: "Eurostilemedium", arial;
    position: relative;
    line-height: 90px;
}

.nav > ul > li a:hover {
    color: #f7d846;
}

.nav li.current-menu-item a {
    color: #f7d846;
}


@media screen and (min-width:768px) {

    .nav ul li:hover ul.sub-menu {
        display: block;
    }

    .nav ul li ul.sub-menu {
        text-align: center;
        position: absolute;
        left: 12px;
        top: 70px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 20px;
        background-color: #fff;
        border-top: 1px solid #2D4A58;
        display: none;
        z-index:9999;        
    }

    .nav ul li ul.sub-menu li {
        line-height: 20px;
        padding: 0;
        margin: 0;
        width: 100%;
        display: block;
        text-align: left;
        padding: 0 15px 10px 15px;
    }

    .nav ul li:hover ul.sub-menu {
        display: block;
    }

}

/* home 1 */

.containerCategoryIcons {
    padding: 50px;
    margin: 0; 
    display: flex;
    flex-wrap: wrap;
}

.containerCategoryIcons .ico20 {
    width: 20%;
    text-align: center;
    padding: 0 10px;
}

.containerCategoryIcons .ico20 img {
    max-height: 90px;
}

.containerCategoryIcons .ico20 p {
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Eurostilemedium", arial;  
    color: #304a57;
    padding-top: 15px;
}

/* home 2 */

.wrapContainer.topHome {
    padding: 50px 0;
    text-align: center;
}

.col1Home {
    width: 50%;
    padding: 15px;
    position: relative;
}

.col2Home {
    width: 50%;
    padding: 15px;
    position: relative;
}

.wrapContainer.twoColHome {
    max-width: 1280px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 100px;
}

.descriptionCol1 {
    position: absolute;
    top: 70px;
    left: -40px;
    max-width: 300px;
}

.wrapContainer.twoColHome h2 {
    font-size: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    color: #2D4A58;
    font-family: "Eurostilemedium", arial;
    text-transform: uppercase;
    font-weight: normal;
    padding-bottom: 10px;
}

.wrapContainer.twoColHome .col1Home h2, .wrapContainer.twoColHome .col1Home p, .wrapContainer.twoColHome .col1Home a {
    color: #f7d846;
}

.col2Home a {
    color: #2a4a58;
}

.wrapContainer.twoColHome p {
    color: #2a4a58;
    font-size: 18px;
    line-height: 25px;
    font-family: "Eurostileregular", arial;
}

.descriptionCol2 {
    position: absolute;
    bottom: 70px;
    right: -40px;
    max-width: 300px;
}

/* home 3 */

.sliderHomeCat {
    background-image: url("img/pattern1.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
}

.singleSlideHome {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.singleSlideHome .imgSlide {
    width: 40%;
    padding: 50px;
}

.singleSlideHome .textSlide {
    width: 60%;
    padding: 50px;
}

.singleSlideHome .textSlide .productSurname {
    color: #f7d846;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 20px;
    font-family: "Eurostilesemibold", arial;
}

.singleSlideHome .textSlide .productName, .singleSlideHome .textSlide .productName a {
    color: #2a4a58;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 50px;
    font-family: "Eurostilesemibold", arial;
    border: none;
}

.singleSlideHome .textSlide .productDescription {
    color: #2a4a58;
    font-size: 25px;
    line-height: 30px;
    font-family: "Eurostileregular", arial;
}

.singleSlideHome .textSlide a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    border-top: 2px solid #2a4a58;
    padding-top: 8px;
    padding-right: 24px;
    font-family: "Eurostilesemibold", arial;
}

.containerSliderHomeCat.owl-carousel .owl-item img {
    display: block;
    width: auto;
    max-height: 355px;
    text-align: center;
    margin: 0 auto;
}

.containerSliderHomeCat.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 50%;
    background-color: transparent;
    background-image: url("img/arrow.svg");
    background-repeat: no-repeat;
    width:25px;
    height: 25px;
    font-size: 0;
}

.containerSliderHomeCat.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 50%;
    background-color: transparent;
    background-image: url("img/arrow.svg");
    background-repeat: no-repeat;
    width:25px;
    height: 25px;
    font-size: 0;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.containerSliderHomeCat.owl-carousel .owl-nav .owl-prev:hover {
    background-color: transparent;
    background-image: url("img/arrow.svg");
    background-repeat: no-repeat;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.containerSliderHomeCat.owl-carousel .owl-nav .owl-next:hover {
    background-color: transparent;
    background-image: url("img/arrow.svg");
    background-repeat: no-repeat;
}

.containerSliderHomeCat.owl-carousel {
    padding: 0 50px;
}

/* home 4 img */

.imgSlide {
    display: flex;
    flex-wrap: wrap;
}

.imgBkg {
    background-size: cover;
    min-height: 500px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-position: center center;
}

.bigBkg {
    width: 40%;
}

.smallBkg1, .smallBkg2, .smallBkg3 {
    width: 20%;
}

.smallBkg3 {
    border-right: 0;
}





/* footer */

.footer {
    background-color: #f8d849;
    background-image: url("img/pattern2.svg");
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 50px 25px 30px 25px;
}

.leftFooter {
    font-size: 12px;
    padding: 0;
    margin: 0;
    float: left;
    width: 50%;
}

.leftFooter p, .leftFooter a {
    font-size: 12px;
    text-decoration: none;
}

.leftFooter a {
    text-decoration: none;
    padding-right: 25px;
}

.rightFooter {
    float: left;
    width: 50%;
    text-align:right;
    font-size: 12px;
}

.rightFooter a {
    padding-left: 25px;
}

.containerNewsFooter {
    width: 100%;
    max-width: 1240px;
    padding: 40px 25px 150px 25px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.newsList {
    width: 33.33333%;
    padding: 0 45px;
}

/* chi siamo */

.topCategory {
    display: flex;
    flex-wrap: wrap;
}

.topCategory .col50 h1, .topCategory .col50 h2 {
    padding: 0;
    margin: 0;
    color: #2a4a58;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 40px;
    font-weight: normal;
    font-family: "Eurostilemedium", arial;
}

.topCategory .col50 {
    width: 50%;
    padding: 25px 25px 25px 0;
}



/* prodotti */


.topCategoryContainerProdotti {
    display: flex;
    flex-wrap: wrap;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 60%;
    padding: 80px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.topCategoryContainerProdotti .containerImg img {
    -webkit-filter: url(#colorize-yellow);
    -moz-filter: url(#colorize-yellow);
    filter: url(#colorize-yellow);
}


.topCategoryContainerProdotti .col1desc {
    width: 50%;
    padding: 50px;
}

.topCategoryContainerProdotti .col2desc {
    width: 50%;
    padding: 50px;
}

.topCategoryContainerProdotti .col1desc h1 {
    font-size: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0;
    color: #2D4A58;
    font-family: "Eurostilemedium", arial;
    text-transform: uppercase;
    font-weight: normal;
}

.topCategoryContainerProdotti .descP {
    padding-top: 15px !important;
}

.topCategoryContainerProdotti .descP p {
    padding-bottom: 15px !important;
}

.topCategoryContainerProdotti .col1desc .descP, .topCategoryContainerProdotti .col1desc .descP p  {
    padding: 0;
    margin: 0;
    max-width: 380px;
    font-size: 18px;
    line-height: 30px;
    color: #2D4A58;
    font-family: "Acuminregular", arial;  
}

.topCategoryContainerProdotti .col2desc h2 {
    font-size: 50px;
    line-height: 50px;
    padding: 0;
    margin: 0;
    color: #2D4A58;
    font-family: "Acumisemibold", arial;     
}

.topCategoryContainerProdotti .col2desc .descP, .topCategoryContainerProdotti .col2desc .descP p  {
    padding: 0;
    margin: 0;
    max-width: 380px;
    font-size: 18px;
    line-height: 30px;
    color: #2D4A58;
    font-family: "Acuminregular", arial;  
}

.wrapContainerSmall  {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 100px 0 50px;
}

.containerSingleBlockCategoria {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
    justify-content: center;
}

.singleBlockCategoria {
    width: 33.33333%;
    text-align: center;
    padding-bottom: 100px;
}

.singleBlockCategoria.fourRow {
    width: 25%;
}

.singleBlockCategoria img {
    max-height: 80px;
}

.singleBlockCategoria a {
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 20px;
    display: block;
    padding-left: 25px;
    padding-right: 25px;
}

.singleBlockCategoria p {
    font-size: 15px;
    line-height: 25px;
    color: #2D4A58;
    font-family: "Acuminregular", arial; 
    padding-left: 25px;
    padding-right: 25px;
}

.titoloCategoria {
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Eurostilemedium", arial;
    color: #304a57;
    padding: 0;
    padding-top: 15px;
    margin:0;
}

/* servizi */

.listaServizi {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.descrizioneServizio {
    margin: 0 auto;
}

.titoloServizio {
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Eurostilemedium", arial;
    color: #304a57;
    padding: 15px;
}

.topCategory .descrizioneColonna p {
    max-width: 100%;
    padding-right: 30px;
}


/* news footer */

.titoloNews {
    font-size: 15px;
    color: #2D4A58;
    line-height: 25px;
    padding-bottom: 10px;
    font-family: "Eurostilemedium", arial;
    position: relative;
}   

.descrizioneNews {
    font-size: 15px;
    color: #2D4A58;
    line-height: 25px;
    padding-bottom: 20px;
    font-family: "Acuminregular", arial;
}

.titoloNews:before {
    content: " ";
    position: absolute;
    left: -30px;
    top: 4px;
    background-color: transparent;
    background-image: url(img/arrow.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
}

/* contatti */

.wrapContainer.contattiContainer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1180px;
    padding: 50px 25px;
}

.wrapContainer.contattiContainer .col50Contatti {
    width: 50%;
}

.col50Contatti {
    padding: 60px 110px;
}

.col50Contatti h1, .col50Contatti h3 {
    padding: 0 0 15px 0;
    margin: 0;
    font-size: 20px;
    line-height: 20px;
    font-family: "Eurostilemedium", arial;
}

.col50Contatti h3 {
    padding-top: 15px;
    font-family: "Eurostilemedium", arial;
}

.col50Contatti a {
    text-decoration: underline;
    font-family: "Acuminregular", arial;
}

.col50Contatti h2 {
    padding: 0 0 30px 0;
    margin: 0;
    font-size: 40px;
    line-height: 40px;
    font-family: "Eurostilemedium", arial;
}

.col50Contatti p {
    padding: 0 0 15px 0;
    margin: 0;
    font-size: 15px;
    line-height: 25px;
    font-family: "Acuminregular", arial;
}

.col50Contatti.backgroundCol {
    padding: 60px 110px;
    background-color: #2d4a58;
}

.col50Contatti.backgroundCol label {
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-family: "Acuminregular", arial;
}

.col50Contatti.backgroundCol input {
    background-color: transparent;
    border:none;
    border-bottom: 2px solid #fff;
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin-bottom: 15px;
    padding: 0 10px;
    color:#fff;
}

.col50Contatti.backgroundCol textarea {
    width: 100%;
    background-color: transparent;
    border:none;
    border-bottom: 2px solid #fff;
    padding: 10px;
    color: #fff;
}

.col50Contatti.backgroundCol .wpcf7-submit {
    border: none;
    color: #fff;
    font-size: 24px;
    margin-top: 30px;
    text-transform: uppercase;
}

.col50Contatti.backgroundCol h1 {
    color: #f7d846;
    padding-bottom: 30px;
}


/* detail news */

.detailNewsSingle {
    width: 100%;
    padding: 50px 25px;
    margin: 0 auto;
    max-width: 800px;
}

.detailNewsSingle h1 {
    padding: 0;
    margin: 0;
    color: #2a4a58;
    font-size: 40px;
    line-height: 40px;
    font-weight: normal;
    font-family: "Eurostilemedium", arial;
    padding-bottom: 40px;
}

.detailNewsSingle .imageNews {
    padding: 0;
    margin: 0;
    padding-bottom: 40px;
}

.detailNewsSingle p {
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    color: #2D4A58;
    font-family: "Acuminregular", arial; 
    padding-bottom: 10px;
}

.wrapContainer.mainNewsContainer {
    padding: 50px;
}
.mainNewsContainer h1 {
    padding: 75px 50px 0px 50px;
    background-color: #2D4A58;
    color: #fff;
    display: block;
    width: 50%;
    margin: 0;
    font-family: "Eurostilemedium", arial;
    font-weight: normal;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
}

.containerNewsList {
    display: flex;
    flex-wrap: wrap;
}

.articleSingle {
    width: 50%;
    padding: 50px 80px;
}

.articleSingle.firstChild {
    background-color: #2D4A58;
}

.articleSingle.firstChild a {
    color: #f7d846;
    font-family: "Eurostilemedium", arial;
    font-size: 25px;
    line-height: 40px;
    font-weight: normal;
    position: relative;
}

.articleSingle.firstChild p {
    color: #fff;
    font-family: "Acuminregular", arial; 
    font-size: 15px;
    line-height: 25px;
}

.articleSingle p {
    max-width: 280px;
    font-family: "Acuminregular", arial; 
    font-size: 15px;
    line-height: 25px;
}

.articleSingle a {
    font-family: "Eurostilemedium", arial;
    font-size: 15px;
    line-height: 25px;
    font-weight: normal;
}

.articleSingle h2 {
    position: relative;
}

.articleSingle h2 a {
    font-family: "Eurostilemedium", arial;
    font-size: 25px;
    line-height: 40px;
    font-weight: normal;
}

.articleSingle h2 {
    position: relative;
}

.articleSingle.firstChild h2:before {
    content: " ";
    position: absolute;
    left: -40px;
    top: 10px;
    background-color: transparent;
    background-image: url("img/arrow-yellow.svg");
    background-repeat: no-repeat;
    width:25px;
    height: 25px;
}

.articleSingle h2:before {
    content: " ";
    position: absolute;
    left: -40px;
    top: 10px;
    background-color: transparent;
    background-image: url("img/arrow.svg");
    background-repeat: no-repeat;
    width:25px;
    height: 25px;
}



/* menu mobile */

.openCloseMobile .bar {
    width: 30px;
    height: 2px;
    background-color: #333;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;line-height: 80px;
    margin-bottom: 5px;
}

.openCloseMobile {
    display: none;
}

.containerMenuMobile {
    display: none;
}

@media screen and (max-width:767px) {

    .logo {
        padding-left: 15px;
    }

    .home .logo-img {
        left: 15px;
    }

    .nav.desktop {
        display: none;
    }

    .openCloseMobile {
        float: right;
        margin-top: 33px;
        margin-right: 15px;
        display: block;
    }
    .containerMenuMobile {
        display: none;
    }
    .containerMenuMobile {
        position: fixed;
        top: 90px;
        left: 0;
        width: 100%;
        height: calc(100vh - 90px);
        background-color: rgba(255,255,255,0.5);
        z-index: 999;
        overflow-y: auto;
    }
    .containerMenuMobile ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .containerMenuMobile ul li {
        list-style: none;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #2D4A58;
        background-color: #fff;
        font-size: 12px;
        line-height: 47px;
        font-weight: bold;
        color: #fff;
        padding: 0 15px;
        text-transform: uppercase;
        position: relative;
    }
    .containerMenuMobile ul li a {
        color: #2D4A58;
        font-weight: normal;
        font-size: 16px;
    }
    .containerMenuMobile ul li ul {
        display: none;
        padding-bottom: 10px;
    }
    .containerMenuMobile ul li ul li {
        border: none;
        padding: 0;
        line-height: 34px;
    }
    .containerMenuMobile ul li ul li a {
        font-weight: normal;
        font-size: 14px;
    }
    .arrowSubMenu {
        width: 15px;
        height: 15px;
        display: block;
        cursor: pointer;
        background-image: url("img/arrow.svg");
        background-repeat: no-repeat;
        background-size: 15px;
        position: absolute;
        right: 15px;
        top: 14px;
    }
    .containerMenuMobile ul li.active .arrowSubMenu {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .openCloseDesktop {
        display: none;
    }

}



/* popup */

.popUpContacts {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
    z-index: 1;
    display: none;
}

.containerPopupForm .col50Contatti.backgroundCol {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding: 20px 20px 0 20px;
    border-radius: 15px;
    margin-top: 20px;
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.containerPopupForm .col50Contatti.backgroundCol p {
    font-size: 12px;
    line-height: 15px;
}

.containerPopupForm .col50Contatti.backgroundCol input {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    width: 100%;
    height: 25px;
    line-height: 25px;
    margin-bottom: 0px;
    padding: 0 10px;
    color: #fff;
}

.containerPopupForm .col50Contatti.backgroundCol textarea {
    width: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    padding: 10px;
    color: #fff;
    height: 50px;
}

.containerPopupForm .col50Contatti.backgroundCol .wpcf7-submit {
    border: none;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    text-transform: uppercase;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 10px;
    font-weight: normal;
    display: block;
}

.containerPopupForm .col50Contatti.backgroundCol div.wpcf7-validation-errors, .containerPopupForm .col50Contatti.backgroundCol div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    color: #fff;
}

.closeForm {
    position: absolute;
    right: 5px;
    top: 5px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    padding: 5px;
    cursor: pointer;
}