.tabsy-links .desc p {
    margin: 0px;
}

.tabsy-wrapper .tabsy .tabsy-links figure figcaption .desc {
    display: none;
    visibility: hidden;
}


a.smoothScroll {
    padding-top: 60px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -19px;
    color: #fff;
}

a.smoothScroll span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}

a.smoothScroll span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}
.NewsletterPage h5 {
    margin-bottom: 10px;
}
.NewsletterPage .indicates-required {
    margin-bottom: 30px;
}
.NewsletterPage input#mc-embedded-subscribe {
    background-color: #4ead73;
    padding: 12px 18px 10px 18px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    height: auto;
    color: #fff;
    border: 0;
    margin-top: 30px;
}
.NewsletterPage input#mc-embedded-subscribe:hover {
    background-color: #19964a;
}
.NewsletterPage .materialize-form fieldset {
    border: 0;
    margin: 0 2px 30px;
    padding: 0;
}
.NewsletterPage #mc_embed_signup .field input,
.NewsletterPage #mc_embed_signup textarea {
    font-size: 1em;
    padding: 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1em;
    padding: 5px;
    color: #9e9e9e;
}
::-moz-placeholder { /* Firefox 19+ */
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1em;
    padding: 5px;
    color: #9e9e9e;
}
:-ms-input-placeholder { /* IE 10+ */
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1em;
    padding: 5px;
    color: #9e9e9e;
}
:-moz-placeholder { /* Firefox 18- */
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1em;
    padding: 5px;
    color: #9e9e9e;
}

.materialize-form.contact-form-area form {
    margin: -150px 0 0;
    padding: 150px 0 0;
}
.materialize-form.contact-form-area form .caret {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    top: 12px;
}
.materialize-form.contact-form-area form .select-wrapper input.select-dropdown {
    font-size: 16px;
}
.materialize-form.contact-form-area form textarea {
    font-size: 14px;
}
.visualizzaPrivacyPolicy {
    padding-left: 10px;
    font-size: 14px;
}
@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

#main{
    padding-top: 80px;
}
.main-header{
    position: relative;
}
.main-header::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.46) 50%, rgba(0,0,0,0) 100%);
    z-index: 1;
    pointer-events: none;
}

.header__section__top{
    position: relative;
    z-index: 2;
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #333;
}

.txt{
    padding-bottom: 25px;
}
img{
    max-width: 100%;
    height: auto;
}
.AdminLoginPage .Actions input#MemberLoginForm_LoginForm_action_dologin {
    border-radius: 5%;
    width: auto;
    height: auto;
} 
@media (max-width: 991px) {
    nav.navbar-fixed,
    nav.navbar-fixed.bg_alt{
        background: transparent;
    }
}
@media (max-width: 767px) {
    
    .mainmenu__item, .sidemenu__item{
        font-size: 5vw;
        color: #19964a;
    }
    .menu__item-hoverlink{
        font-weight: normal;
    }
    .swiper-slides h1{
        font-size: 4.2vw!important;
    }
    .swiper-slides h1 span{
        bottom: 0!important;
    }
    footer h5, 
    footer h5 a,
    .text-right {
        text-align: center;
    }
    footer .footer-social li {
        display: block;
        text-align: center;
    }
    .header-content .owl-slider-fullscreen .item:after{
        background: rgba(0,0,0,.55);
    }
    .products .container{
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0;
    }
    .cards figure .btn__wrap {
        position: absolute;
        bottom: 0;
        left: 15px;
        width: 90%;
        margin-bottom: 15px;
        color: #fff;
    }
    .cards .col-md-8.item {
        width: 100%;
    }
    .tabsy-wrapper.invertcolor .tabsy .tabsy-links figure {
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
        width: 100%;
    }
    .tabsy-wrapper .tabsy .tabsy-links figure.current:after{
        display: none;
        visibility: hidden;
    }
    .banner .row {
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .footer-showroom h2{
        font-size: 36px;
    }
    .header-content .item .abstract p,
    .header-content .item .title{
        color: #fff;
    }
    .header-content .owl-slider .item:after {
        background: rgba(0,0,0,.55);
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: 0;
    }
    .tabsy-wrapper .tabsy .tabsy-links figure.current {
        background-color: transparent;
        color: rgba(25, 150, 75, 1);
    }
    .tabsy-wrapper .tabsy .tabsy-links figure.current figcaption .title{
        color: #19964a;
    }
    .nav-tabs > li > a{
        padding: 10px 10px;
        font-size: 10px;
    }
}

@media (max-width: 575px) {

}