BODY {
    padding: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 18px
}

body,html {
    height: 100%;
    font-family: Raleway,sans-serif
}

H2 {
    color: #333;
    font-size: 56px;
    font-weight: 200;
    margin-bottom: 30px
}

.GenericCentralContent H2 {
    font-size: 26px
}

LI,P,UL {
    font-size: 15px;
    line-height: 25px;
    font-weight: 300
}

A {
    color: #333
}

A:active,A:focus,A:hover {
    color: red
}

SELECT {
    font-size: 14px!important;
    padding: 5px
}

.clearfix {
    clear: both
}

@media (min-width: 768px) {
    .row-sm-height {
        display:table;
        table-layout: fixed;
        height: 459px;
        width: 100%
    }

    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%
    }

    .col-sm-top {
        vertical-align: top
    }

    .col-sm-middle {
        vertical-align: middle
    }

    .col-sm-bottom {
        vertical-align: bottom
    }
}

.imgS[data-enableImagesTypes*=",urlH,"] {
    display: none
}

.imgV {
    display: none
}

@media screen and (orientation: portrait) {
    .imgS[data-enableImagesTypes*=",urlH,"] {
        display:inherit
    }

    .imgS[data-enableImagesTypes*=",urlV,"] {
        display: none
    }

    .imgH {
        display: none
    }

    .imgV {
        display: inherit
    }
}

header {
    background: 0 0;
    position: relative;
    width: 100%;
    z-index: 10000
}

.header-mobile {
    display: none
}

@media screen and (max-width: 769px) {
    .header-mobile {
        display:block
    }

    .header-normal {
        display: none
    }
}

header.pos-absolute {
    position: absolute!important;
    box-shadow: 10px 0 30px rgba(0,0,0,.5)
}

header .navbar {
    margin: 0;
    border-radius: 0
}

header .navbar-nav {
    float: none;
    display: table;
    width: 100%
}

header .navbar-nav>li {
    float: none;
    display: table-cell;
    text-align: center
}

header .navbar-nav>li li {
    text-align: left
}

.navbar-nav>li:hover>.dropdown-menu {
    display: block
}

header .header-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .8;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s
}

header .header-mobile>div.navbar,header .header-normal>div.navbar {
    border: none
}

.top-header-part {
    padding: 20px 0;
    padding-bottom: 7px
}

header nav.navbar {
    border: none
}

header nav ul a {
    color: currentColor;
    text-decoration: none
}

header .header-normal nav ul li a {
    border-bottom: 4px solid transparent;
    background: 0 0;
    text-shadow: 0 0 0!important;
    padding-left: 0;
    padding-right: 0;
    margin: 0 10px;
    font-size: 17px
}

header .header-normal nav>div>ul>li:first-child>a {
    margin-left: 14px
}

header .header-normal nav>div>ul>li:last-child a {
    margin-right: 0;
    color: #fe0000!important
}

header -normal nav ul li:hover,header .header-normal nav ul li:active,header .header-normal nav ul li:focus,header .header-normal nav ul li:hover a {
    background: 0 0;
    background-color: transparent!important;
    border-color: red;
    color: #000
}

.nav .open>a,.nav .open>a:active,.nav .open>a:focus,.nav .open>a:hover {
    border-color: red;
    color: #000
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
    background: 0 0
}

@media screen and (max-width: 1199px) {
    header .header-normal nav ul li a {
        font-size:14px;
        margin: 0 10px
    }
}

header .header-mobile .navbar-collapse.nopadding,header .header-mobile .navbar-form.nopadding {
    padding-top: 0
}

header .header-mobile nav ul li,header .header-mobile nav ul li a {
    text-shadow: 0 0 0!important
}

header .header-mobile nav ul li a {
    border-top: 1px solid rgba(0,0,0,.2)
}

header .header-mobile nav ul li:first-child {
    margin-top: -8px
}

header .header-mobile nav ul li:last-child {
    border-bottom: 1px solid rgba(0,0,0,.2);
    margin-bottom: 10px
}

header .header-mobile nav ul li a:hover,header .header-mobile nav ul li:hover {
    background: #d2d2d2
}

header .header-mobile .collapsed-menu .navbar-collapse.in {
    max-height: none
}

header .header-mobile .top-part {
    display: table;
    width: 100%;
    font-size: 23px
}

header .header-mobile .top-part .language-container,header .header-mobile .top-part .social-container {
    display: table-cell;
    text-align: center;
    width: 50%
}

header .header-mobile .top-part .language-container button .single-language {
    font-size: 18px
}

header .header-mobile .top-part .language-container button .single-language img {
    height: 20px
}

header .header-mobile .top-part .language-container .languages-hidden-menu {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 100
}

header .header-mobile .top-part .social-container a {
    color: currentColor;
    padding: 0 10px
}

header .header-mobile .top-part .language-container .languages-current-lang {
    border: 1px solid #d2d2d2;
    padding: 5px 50px;
    outline: 0;
    background: 0 0
}

header .header-mobile .top-part .language-container .modal {
    height: 100%
}

header .header-mobile .top-part .language-container .modal .modal-content .modal-header {
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase
}

header .header-mobile .top-part .language-container .modal .modal-content .modal-body .single-language {
    width: 100%;
    display: block;
    font-size: 14px;
    padding: 5px 0;
    border-bottom: 1px solid #00000022
}

header .header-mobile .bottom-part {
    margin-top: 15px
}

header .header-mobile .bottom-part .login-button,header .header-mobile .bottom-part .search-bar {
    width: 100%;
    float: left;
    padding: 0 5px;
    margin-bottom: 5px
}

header .header-mobile .bottom-part .login-button a {
    color: currentColor;
    text-decoration: none
}

header .header-mobile .bottom-part .login-button a button {
    width: 100%;
    border: none;
    padding: 10px;
    text-transform: uppercase
}

header .header-mobile .bottom-part .search-bar form input {
    width: 100%;
    padding: 10px;
    border: none;
    background: #ddd;
    text-align: center;
    text-transform: uppercase;
    outline: 0
}

header nav ul li a:hover {
    background: 0 0!important;
    color: currentColor!important
}

header nav ul li.dropdown>ul.dropdown-menu {
    min-width: 100%;
    margin-top: -1px
}

header nav ul li.dropdown ul li {
    padding: 10px 0
}

header nav ul li.dropdown ul li,header nav ul li.dropdown ul li a {
    border: none;
    background: 0 0!important;
    font-size: 15px;
    color: currentColor!important
}

header nav ul li.dropdown ul li:hover,header nav ul li.dropdown ul li:hover a {
    background: #efefef!important;
    text-decoration: none;
    color: red!important
}

header .header-mobile .top-header-logo {
    position: absolute;
    padding-top: 6.5px;
    padding-left: 10px
}

header .header-mobile .top-header-logo a {
    width: 100%;
    height: 100%;
    margin: 0
}

header .header-mobile .top-header-logo a img {
    width: 65%
}

header .header-mobile .navbar .container {
    padding: 0
}

header .header-mobile .navbar .navbar-header .navbar-toggle .icon-bar {
    background: #191919
}

.top-header-part .right-part {
    float: right;
    padding: 0
}

.top-header-part .right-part>div.social-login>div {
    margin-left: 20px
}

.top-header-part .right-part>div,.top-header-part .right-part>div>div {
    float: right
}

.language-container {
    width: 60px;
    position: relative
}

.top-header-part .right-part>col-sm-2 {
    padding: 0
}

.top-header-part .right-part a {
    text-decoration: none;
    color: currentColor
}

.top-header-part .right-part .social-login {
    font-weight: 700;
    padding: 5px;
    font-size: 17px
}

.top-header-part .right-part .social-login .login-button {
    border: none;
    background: 0 0;
    outline: 0;
    padding: 0
}

.top-header-part .right-part .social-login .social-icons a {
    padding: 0 5px
}

.top-header-part .right-part .search-field {
    font-size: 15px;
    line-height: 28px
}

.top-header-part .right-part .search-field input {
    background: rgba(0,0,0,.1) url(/images/search.png) center right no-repeat;
    border: none;
    padding: 5px;
    outline: 0;
    width: 100%
}

.languages {
    padding: 0 15px 0 0;
    line-height: 46px
}

.top-header-part .right-part .language-container .languages-current-lang {
    border: none;
    background: rgba(0,0,0,.1) url(/images/dd.png) center right no-repeat;
    padding: 7px 15px 6px 15px;
    outline: 0;
    width: 100%;
    text-align: left
}

.top-header-part .right-part .language-container .languages-hidden-menu {
    display: none;
    background: rgba(0,0,0,.5);
    text-align: left;
    position: absolute;
    left: auto!important;
    right: 0;
    width: 500px;
    z-index: 100;
    border: 1px solid rgba(255,255,255,.5)
}

.top-header-part .right-part .language-container .languages-hidden-menu .single-language {
    display: inline-block;
    width: 25%;
    border-right: 1px solid rgba(255,255,255,.5);
    border-bottom: 1px solid rgba(255,255,255,.5)
}

.top-header-part .right-part .language-container .languages-hidden-menu .single-language:nth-child(4n) {
    border-right: 0
}

.top-header-part .right-part .language-container .languages-hidden-menu .single-language:nth-last-child(-n+3) {
    border-bottom: 0
}

.top-header-part .right-part .language-container .languages-hidden-menu a {
    display: block;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 22px;
    color: #fff
}

.top-header-part .right-part .language-container .languages-hidden-menu a img {
    margin-right: 5px
}

.top-header-part .right-part .language-container .languages-hidden-menu a:hover {
    background: rgba(0,0,0,.3)
}

.languages,.languages a {
    color: #ccc
}

.languages a.active {
    color: #fff
}

.languages-container {
    float: right
}

.products-sub-menu {
    background-color: #f2f2f2;
    max-height: 0;
    overflow-y: hidden;
    overflow-x: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.products-sub-menu.opened {
    max-height: none;
    padding: 30px
}

.products-sub-menu .sub-menu-title {
    font-size: 35px;
    font-weight: 200;
    position: relative;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
    line-height: 60px
}

.products-sub-menu .sub-menu-title .middle-bottom-border {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10%;
    height: 3px;
    background: red
}

.products-sub-menu>div>div a {
    display: block;
    position: relative;
    text-decoration: none;
    outline: 0
}

.headerBanner {
    position: relative
}

.headerBanner img {
    width: 100%
}

.headerBannerSlogan {
    position: absolute;
    text-shadow: none!important;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
    color: #fff
}

.headerBannerSlogan>div {
    display: table;
    width: 100%;
    height: 100%
}

.headerBannerSlogan>div>div {
    display: table-cell;
    vertical-align: middle
}

.WholePageContent .headerBannerSloganTitolo,.headerBannerSlogan .headerBannerSloganTitolo {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 200;
    line-height: 60px
}

.WholePageContent .headerBannerSloganDescrizione,.headerBannerSlogan .headerBannerSloganDescrizione {
    margin-bottom: 40px;
    margin-top: 10px;
    font-size: 25px;
    font-weight: 200;
    padding: 0 10%
}

.headerBannerSlogan .headerBannerSloganDescrizione,.headerBannerSlogan .headerBannerSloganTitolo {
    text-shadow: 0 0 5px rgba(0,0,0,.9)
}

.products-sub-menu .single-menu-voice {
    text-align: center;
    padding: 0 10px;
    margin-bottom: 40px
}

.single-menu-voice .sub-cat-name {
    font-weight: 600;
    color: #000
}

.products-sub-menu .single-menu-voice a {
    color: currentColor;
    text-decoration: none;
    outline: 0
}

.products-sub-menu .single-menu-voice .cat-name {
    margin-top: 5px
}

.products-sub-menu .single-menu-voice .cat-name span {
    font-weight: 300;
    font-size: 16px
}

.products-sub-menu .single-menu-voice a:hover {
    text-decoration: none
}

.mobile-products-sub-menu {
    display: none
}

.mobile-products-sub-menu .sub-menu-title {
    font-size: 18px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 5px;
    line-height: 36px
}

.mobile-products-sub-menu .sub-menu-title .middle-bottom-border {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10%;
    height: 3px;
    background: red
}

.mobile-products-sub-menu .mobile-row-padding {
    padding: 5px
}

.mobile-products-sub-menu .mobile-row-padding .single-menu-voice {
    padding: 5px
}

.mobile-products-sub-menu .mobile-row-padding .single-menu-voice .cat-name {
    background: #e2e2e2;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px
}

.mobile-products-sub-menu .mobile-row-padding .single-menu-voice .cat-name span {
    font-weight: 400;
    color: #191919
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img {
    width: 100%
}

.culture .carousel-inner>.item>a>img,.culture .carousel-inner>.item>img,.culture .img-responsive,.culture .thumbnail a>img,.culture .thumbnail>img {
    width: auto;
    max-width: 100%
}

.carousel-indicators li,.carousel-indicators li.active {
    background: rgba(0,0,0,.5);
    border: 0;
    width: 15px;
    height: 15px;
    margin: 0 2px;
    box-shadow: 0 0 5px rgba(255,255,255,.8)
}

.carousel-indicators li.active {
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.8)
}

#homePage .carousel#carousel- {
    height: 600px
}

#homePage .carousel#carousel- .carousel-inner .item {
    background-size: cover;
    height: 100%
}

#homePage .carousel#carousel- .carousel-inner .item a {
    display: block;
    width: 100%;
    height: 100%
}

#homePage .carousel-inner {
    height: 100%
}

.carousel .carousel-control {
    position: absolute;
    top: 50%;
    bottom: initial!important;
    width: auto!important;
    transform: translateY(-50%);
    opacity: 1;
    font-size: 20px;
    color: #e25b1d;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    font-size: 65px
}

.carousel .carousel-control.left,.carousel .carousel-control.right {
    background: 0 0
}

.carousel .carousel-control.left {
    margin-left: 4vw
}

.carousel .carousel-control.right {
    margin-right: 4vw
}

.carousel .carousel-control img {
    width: 5vw
}

.wholeScreen .carousel-inner {
    height: 100%
}

.carousel.wholeScreen,.carousel.wholeScreen .carousel-inner .item,.carousel.wholeScreen .carousel-inner .item.active {
    height: 100%
}

.carouselPage {
    height: auto
}

.carouselPage.wholeScreen .item {
    background-size: cover
}

.carousel .carousel-caption {
    text-shadow: none!important;
    left: 50%;
    bottom: 80px;
    transform: translatex(-50%);
    width: 80%
}

.carousel .carousel-caption .caption-title {
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 200;
    line-height: 60px;
    text-shadow: 0 0 5px #000
}

.carousel .carousel-caption .caption-description {
    margin-bottom: 40px;
    margin-top: 10px;
    font-size: 25px;
    font-weight: 200;
    text-shadow: 0 0 5px #000
}

@media screen and (max-width: 769px) {
    #homePage .carousel#carousel- {
        height:200px;
        margin-top: 50px
    }

    #homePage header {
        margin-top: -50px
    }

    .carousel .carousel-caption {
        bottom: 0;
        padding: 0 20px
    }

    .carousel .carousel-caption .caption-title {
        text-transform: uppercase;
        font-size: 5vw;
        line-height: 6vw
    }

    .carousel .carousel-caption .caption-description {
        text-transform: lowercase;
        margin-bottom: 40px;
        margin-top: 10px;
        font-size: 4vw;
        line-height: 4vw
    }

    .carousel .carousel-control {
        font-size: 24px
    }

    .carousel .carousel-indicators {
        display: none
    }
}

.top-page-img-breadcrumbs {
    position: absolute;
    bottom: 0;
    background: #191919;
    width: 100%;
    padding: 10px 0
}

.top-page-breadcrumbs {
    position: absolute;
    top: 0;
    left: 0;
    background: #191919;
    width: 100%;
    padding: 10px 0
}

.top-page-general-breadcrumbs {
    background: #191919;
    width: 100%;
    padding: 10px 0;
    position: relative
}

.breadcrumbs .container a {
    color: #fff;
    text-decoration: none
}

.breadcrumbs .container a:after {
    content: ">";
    display: inline-block;
    width: 20px;
    text-align: center
}

.breadcrumbs .container a.backButton {
    float: right;
    padding: 0
}

.breadcrumbs .container a.backButton:after {
    content: "";
    width: 1px;
    background: red
}

.breadcrumbs .container a:last-child:after {
    content: ""
}

.pages-reference {
    margin: 0
}

.pages-reference .single-page-reference {
    padding: 50px 0 90px 50px
}

.pages-reference .single-page-reference:last-child {
    background-color: #f2f2f2
}

.pages-reference .single-page-reference .logo-part,.pages-reference .single-page-reference .logo-part-1 {
    text-align: center
}

.pages-reference .single-page-reference .logo-part-1 {
    float: right;
    line-height: 210px
}

.pages-reference .single-page-reference .logo-part {
    line-height: 236px
}

.pages-reference .single-page-reference .text-part img {
    margin-bottom: 25px
}

@media screen (max-width: 992px) and (min-width:767px) {
    .pages-reference .single-page-reference .logo-part-1 {
        line-height:260px
    }

    .pages-reference .single-page-reference .logo-part {
        line-height: 286px
    }
}

.pages-reference .single-page-reference .text-part h1 {
    font-size: 45px;
    font-weight: 200
}

.pages-reference .single-page-reference .text-part p {
    font-size: 18px;
    margin-bottom: 30px
}

.pages-reference .single-page-reference .text-part a {
    text-decoration: none
}

.pages-reference .single-page-reference .text-part a .link-button {
    border: 1px solid #ed6d0a;
    background: #ed6d0a;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    width: 70%
}

.pages-reference .single-page-reference.high-speed .text-part a .link-button {
    border: 1px solid #dd1d15;
    background: #dd1d15;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    width: 70%
}

.pages-reference .single-page-reference .logo-part img,.pages-reference .single-page-reference .logo-part-1 img {
    width: 50%
}

#homePage .pages-reference .single-page-reference:first-child .text-part {
    margin-top: 80px
}

#homePage .pages-reference .single-page-reference .logo-part img,#homePage .pages-reference .single-page-reference .logo-part-1 img {
    width: auto
}

@media screen and (max-width: 769px) {
    .pages-reference .single-page-reference .logo-part img,.pages-reference .single-page-reference .logo-part-1 img {
        position:relative;
        transform: none
    }

    #homePage .pages-reference .single-page-reference .logo-part img,#homePage .pages-reference .single-page-reference .logo-part-1 img {
        max-width: 100%
    }

    .pages-reference .single-page-reference .text-part {
        text-align: center;
        padding-bottom: 50px
    }

    .we-for-quality .container h1 {
        font-size: 40px!important
    }

    .pages-reference .single-page-reference .text-part a .link-button {
        margin: 0 auto
    }
}

.we-for-quality {
    padding: 50px 0;
    text-align: center
}

.we-for-quality .container h1 {
    font-size: 55px;
    font-weight: 200;
    margin: 0;
    margin-bottom: 20px
}

.we-for-quality .container .short-description {
    font-size: 18px
}

.bottom-references .row {
    margin: 0
}

.bottom-references .row .col-sm-8 {
    padding: 0
}

.bottom-references .row .image-50 {
    width: 50%;
    float: left;
    height: 50%;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    transition: .3s all;
    -o-transition: .3s all;
    -ms-transition: .3s all;
    -moz-transition: .3s all;
    -webkit-transition: all .3s
}

.bottom-references .row .image-50 {
    background-size: cover;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.bottom-references .row .image-50:nth-child(1),.bottom-references .row .image-50:nth-child(3) {
    padding-right: .5px
}

.bottom-references .row .image-50:nth-child(3),.bottom-references .row .image-50:nth-child(4) {
    padding-top: .5px
}

.bottom-references .row .image-50:nth-child(2),.bottom-references .row .image-50:nth-child(4) {
    padding-left: .5px
}

.bottom-references .row .image-50 img {
    height: 100%;
    width: 100%
}

@media screen and (max-width: 769px) {
    .bottom-references .row .image-50 {
        width:100%;
        padding: 0!important;
        padding-top: 1px!important
    }
}

.bottom-references .row .image-50 a:last-child {
    display: table;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-shadow: -1px 0 5px #000;
    text-decoration: none;
    outline: 0
}

.bottom-references .row .image-50 a:last-child div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out
}

.bottom-references .row .image-50 a:last-child:hover div {
    background: rgba(0,0,0,.2)
}

.bottom-references .row .reserved-area {
    background: #d2d2d2;
    padding: 15px 25px
}

.bottom-references .row .reserved-area .ra-login,.bottom-references .row .reserved-area .ra-register {
    margin-top: 35px
}

.bottom-references .row .reserved-area .ra-register {
    margin-bottom: 25px
}

.bottom-references .row .reserved-area .ra-infos h4 {
    font-weight: 800;
    font-size: 20px
}

.bottom-references .row .reserved-area .ra-login h5 {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px
}

.bottom-references .row .reserved-area .ra-login input {
    width: 60%;
    padding: 10px 15px;
    border: none;
    background-color: #fff!important;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px
}

.bottom-references .row .reserved-area .ra-login button {
    width: 30%;
    padding: 6px 10px;
    text-transform: uppercase;
    color: #fff;
    background-color: #ed6d0a;
    border: none;
    margin: 0;
    margin-left: 10px;
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px)
}

@media screen and (max-width: 769px) {
    .bottom-references .row .reserved-area .ra-login input {
        width:100%
    }

    .bottom-references .row .reserved-area .ra-login button {
        width: 50%;
        margin-top: 5px;
        margin-left: 0
    }
}

.bottom-references .row .reserved-area .ra-register h5 {
    font-weight: 800;
    font-size: 14px
}

.bottom-references .row .reserved-area .ra-register span {
    text-transform: uppercase
}

.bottom-references .row .reserved-area .ra-register a {
    color: currentColor;
    text-decoration: none;
    font-size: 14px
}

.bottom-references .row .reserved-area .ra-pwd-restore a {
    color: currentColor;
    text-decoration: underline;
    font-weight: 600;
    font-size: 13px
}

.carousel-for-quality .carousel {
    height: 500px;
    margin: 50px 100px;
    border-bottom: 1px solid #fff
}

.carousel .carousel-indicators {
    bottom: 50px
}

.carousel-for-quality .carousel .carousel-indicators {
    bottom: 10px
}

.carousel-for-quality .carousel .carousel-indicators li {
    border-color: #fff
}

.carousel-for-quality .carousel .carousel-indicators li.active {
    background: #fff
}

.carousel-for-quality .carousel .carousel-inner {
    padding: 0
}

.carousel-for-quality .carousel .carousel-inner .item {
    background-size: cover;
    height: 100%
}

.carousel-for-quality .carousel .carousel-inner .item a {
    display: block;
    height: 100%
}

.carousel-for-quality .carousel .carousel-inner .item .quality-carousel-img {
    height: 100%
}

.carousel-for-quality .carousel .carousel-inner .item .quality-carousel-img img {
    max-height: 100%;
    max-width: 100%
}

.carousel-for-quality .carousel .carousel-inner .item .carousel-caption-mod {
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    text-shadow: 0 0 0!important
}

@media screen and (max-width: 769px) {
    .carousel-for-quality .carousel {
        min-height:250px;
        height: auto;
        margin: 0
    }

    .carousel-for-quality .carousel .carousel-control {
        font-size: 24px!important
    }

    .carousel-for-quality .carousel .carousel-indicators {
        bottom: -30px;
        display: none
    }

    .carousel-for-quality .carousel .carousel-inner {
        height: 250px!important
    }

    .carousel-for-quality .carousel .carousel-inner .item .quality-carousel-img img {
        height: 250px!important;
        width: auto;
        top: initial;
        transform: none;
        left: initial;
        position: relative
    }

    .carousel-for-quality .carousel .carousel-inner .item .carousel-caption-mod {
        width: 100%;
        top: 50%;
        transform: none;
        text-align: center;
        text-shadow: 0 0 0!important
    }
}

.carousel-for-quality .carousel .carousel-inner .item .carousel-caption-mod .caption-title {
    text-transform: none;
    font-size: 40px;
    font-weight: 200;
    color: #ed6d0a
}

.carousel-for-quality .carousel .carousel-inner .item .carousel-caption-mod .caption-description {
    font-size: 18px;
    color: #555;
    font-weight: 300;
    padding-right: 30px
}

.carousel-for-quality .carousel .carousel-inner .item .carousel-caption-mod .caption-description .quality-marked {
    padding: 20px 0;
    font-size: 40px;
    font-weight: 700;
    color: #ed6d0a
}

.carousel-for-quality .carousel a.left.carousel-control,.carousel-for-quality .carousel a.right.carousel-control {
    font-size: 65px;
    color: rgba(255,255,255,.2);
    text-shadow: 0 0 0!important;
    opacity: 1
}

.carousel-for-quality .carousel a.left.carousel-control {
    margin: 0;
    left: -80px!important;
    color: rgba(0,0,0,.1)
}

.carousel-for-quality .carousel a.right.carousel-control {
    margin: 0;
    right: -80px!important;
    color: rgba(0,0,0,.1)
}

.page-content {
    padding: 0
}

.centralContent .top-page-image {
    max-height: 400px;
    overflow: hidden;
    position: relative
}

.centralContent .top-page-image img {
    width: 100%
}

.centralContent .cat-intro {
    text-align: center
}

.centralContent .cat-intro h1 {
    text-transform: uppercase;
    color: #ed6d0a;
    font-size: 50px;
    font-weight: 200;
    padding-top: 20px!important
}

.centralContent .catIntro p {
    font-size: 16px;
    letter-spacing: .2px
}

.centralContent .cat-list-products .list-section {
    clear: both;
    margin: 0!important;
    margin-top: 30px!important
}

.centralContent .cat-list-products .list-section .list-title,.centralContent .cat-list-products .list-section .single-product {
    text-align: center
}

.centralContent .cat-list-products .list-section .list-title {
    font-size: 50px;
    font-weight: 200;
    letter-spacing: .4px;
    margin-bottom: 30px;
}

.centralContent .cat-list-products .list-section .container {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap
}

.centralContent .cat-list-products .list-section .single-product {
    margin-bottom: 0;
    float: none;
}

.centralContent .cat-list-products .list-section .single-product .prod-img {
    height: 150px
}

.centralContent .cat-list-products .list-section .single-product .prod-info {
    padding: 10px 20px
}

.centralContent .cat-list-products .list-section .single-product.active .prod-info {
    position: relative
}

.centralContent .cat-list-products .list-section .single-product.active :before {
    content: "";
    position: absolute;
    bottom: -39px;
    left: calc(50% - 20px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 25px 0 25px;
    border-color: #fff transparent transparent transparent
}

.centralContent .cat-list-products .list-section .single-product .prod-info .prod-name {
    font-size: 25px
}

.centralContent .cat-list-products .list-section .single-product .prod-info .prod-desc {
    text-transform: lowercase;
    font-size: 16px
}

.centralContent .cat-list-products .list-section .family-products-menu .family-single-product .prod-info .prod-name {
    font-size: 25px;
    color: #333;
    text-align: center
}

.centralContent .cat-list-products .list-section .family-products-menu .family-single-product .prod-info .prod-image {
    text-align: center;
    min-height: 290px;
    display: flex;
    align-items: center
}

.centralContent .cat-list-products .list-section .family-products-menu .family-single-product .prod-info .prod-image img {
    max-width: 100%;
    margin: 0 auto;
    max-height: 290px
}

.centralContent .cat-list-products .list-section .family-products-menu .family-single-product .prod-info .prod-desc {
    font-size: 16px;
    line-height: 22px;
    text-align: center
}

.centralContent .cat-list-products .list-section .family-products-menu .family-single-product .prod-info .prod-symbols {
    margin-top: 10px;
    text-align: center
}

.centralContent .cat-list-products .list-section .family-products-menu .family-single-product .prod-info .prod-symbols img {
    height: 48px
}

.centralContent .cat-list-products .list-section .family-products-menu .family-single-product a {
    text-decoration: none
}

.centralContent .cat-list-products .list-section .family-products-menu .family-single-product a .button-to-prod {
    text-align: center;
    font-size: 24px;
    text-transform: capitalize;
    color: #fff;
    background-color: #ed6d0a;
    padding: 10px 0;
    margin-bottom: 0;
    margin-top: 15px;
    border-radius: 5px;
    box-shadow: 3px 3px 5px #00000044;
    font-weight: 700
}

.centralContent .cat-list-products .list-section .family-products-menu .family-single-product a .button-to-prod:active,.centralContent .cat-list-products .list-section .family-products-menu .family-single-product a .button-to-prod:focus,.centralContent .cat-list-products .list-section .family-products-menu .family-single-product a .button-to-prod:hover {
    background-color: #d66309
}

.centralContent .cat-list-products .list-section .single-product .prod-info .prod-desc:first-letter {
    text-transform: uppercase
}

.family-products-menu {
    display: none
}

.family-products-menu {
    background: #ed6d0a;
    color: #fff;
    margin-left: 0;
    padding-top: 20px
}

.family-products-menu .container .clearfix {
    display: none
}

.family-single-product {
    padding-bottom: 30px
}

.family-single-product .family-single-product-box {
    background: #fff;
    color: #000;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 5px 5px 5px #00000044;
    min-height: 100%;
    display: flex;
    flex-direction: column
}

.family-single-product .family-single-product-box .prod-info {
    flex: 1
}

.productDetailsArea {
    padding: 0;
    padding-top: 60px
}

.productDetailsArea .product-info {
    text-align: center
}

.productDetailsArea .product-info .product-image {
    position: relative;
    display: table;
    width: 100%
}

.productDetailsArea .product-info .product-image>.single-image {
    display: table-cell;
    vertical-align: middle
}

.productDetailsArea .product-info .product-image img {
    width: 100%;
    display: none
}

.productDetailsArea .product-info .product-image img.active {
    display: block
}

.productDetailsArea .product-info .product-image .iconToSwitch {
    position: absolute;
    bottom: 5%;
    right: 5%;
    cursor: pointer
}

.productDetailsArea .product-info .product-name {
    background: #191919!important;
    color: #fff;
    height: 100%;
    padding: 1px 0
}

.productDetailsArea .product-info .product-name h2 {
    color: #fff;
    font-weight: 200;
    font-size: 45px;
    margin: 0
}

.product-specs {
    margin-top: 20px;
    margin-bottom: 35px
}

.productDetailsArea .product-info .product-name p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    padding: 0 20px;
    text-transform: lowercase
}

.productDetailsArea .product-info .product-name p:first-letter {
    text-transform: uppercase
}

.productDetailsArea .product-descriptions {
    border-top: 2px solid #191919;
    padding-top: 20px
}

.productDetailsArea .product-descriptions .left-part h1,.productDetailsArea .product-descriptions .right-part h1 {
    text-transform: uppercase;
    color: #ed6d0a;
    font-weight: 300
}

.productDetailsArea .product-descriptions .left-part p,.productDetailsArea .product-descriptions .right-part p {
    font-size: 16px;
    line-height: 24px
}

.productDetailsArea .product-descriptions .right-part .centered-product-buttons {
    text-align: left;
    font-size: 16px;
    margin-top: 50px
}

.productDetailsArea .product-descriptions .right-part .centered-product-buttons>div {
    float: left;
    margin-right: 80px;
    margin-bottom: 20px
}

@media screen and (max-width: 1200px) {
    .productDetailsArea .product-descriptions .right-part .centered-product-buttons>div {
        margin-right:50px
    }
}

.productDetailsArea .product-descriptions .right-part .centered-product-buttons a,.toolsLink {
    text-decoration: none;
    color: #999;
    text-align: left;
    font-size: 16px;
    line-height: 16px!important;
    margin-top: 50px
}

.contentDate {
    float: right;
    margin-top: 5px
}

.contentDate div {
    font-weight: 400;
    font-style: italic!important;
    color: #999
}

.productDetailsArea .product-descriptions .right-part .centered-product-buttons a:active,.productDetailsArea .product-descriptions .right-part .centered-product-buttons a:focus,.productDetailsArea .product-descriptions .right-part .centered-product-buttons a:hover {
    color: red
}

.productDetailsArea .product-descriptions .right-part .centered-product-buttons a i {
    font-size: 60px
}

.productDetailsArea .product-tech-specs .product-specs table tr.dispari {
    background: #f2f2f2
}

.productDetailsArea .product-tech-specs .product-specs table tr td {
    padding: 5px 10px;
    font-size: 13px
}

.productDetailsArea .product-tech-specs .product-specs table tr td.right-col b {
    font-weight: 400;
    color: #000
}

.productDetailsArea .product-specs ul {
    background: #d2d2d2;
    display: table;
    width: 100%
}

.productDetailsArea .product-specs ul li {
    display: table-cell;
    float: none;
    text-align: center;
    vertical-align: top
}

.productDetailsArea .product-specs ul li a {
    color: #191919;
    background: 0 0!important;
    border: none;
    font-size: 14px;
    padding: 0;
    display: table;
    height: 60px
}

.productDetailsArea .product-specs ul li a>div {
    display: table-cell;
    padding: 10px;
    text-align: center;
    vertical-align: middle
}

.productDetailsArea .product-specs ul li:hover {
    background: #b2b2b2
}

.productDetailsArea .product-specs ul li.active {
    background: #ed6d0a
}

.productDetailsArea .product-specs ul li.active a {
    border: none;
    background: 0 0;
    color: #fff
}

.productDetailsArea .product-specs ul li a i {
    display: none
}

.productDetailsArea .product-specs .padd-20 {
    padding: 20px 0
}

.productDetailsArea .product-specs #dimensioni .item-image-name {
    text-align: center;
    margin-top: 20px;
    font-size: 24px;
    font-weight: 300
}

.productDetailsArea .product-specs .single-material:hover {
    cursor: pointer
}

.productDetailsArea .product-specs #dimensioni .item-image img,.productDetailsArea .single-material .single-material-image img {
    width: 100%;
    border: 1px solid #c2c2c2
}

.productDetailsArea .single-material .material-name-desc .material-name {
    font-weight: 600;
    color: red
}

.productDetailsArea .product-specs #imballaggio .box {
    padding: 20px 0
}

.productDetailsArea .product-specs #imballaggio .box .box-desc,.productDetailsArea .product-specs #imballaggio .box .box-image {
    text-align: center
}

.material-desc {
    font-size: 13px;
    line-height: 16px!important;
    display: block
}

.GenericCentralContent {
    padding: 0 15px!important;
    padding-bottom: 50px!important
}

.GenericCentralContent>h1 {
    text-align: center;
    font-size: 45px;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-top: 20px
}

.GenericCentralContent table {
    margin-top: 40px!important
}

.subContentsList a {
    display: block;
    padding: 15px
}

.GenericCentralContent .subContentsList>div:hover {
    background: #ddd
}

.GenericCentralContent .subContentsList table {
    margin-top: 0!important
}

.GenericCentralContent .subContentsList {
    font-size: 15px
}

.GenericCentralContent .subContentsList .btn {
    background: rgba(0,0,0,.1);
    border: 0;
    border-radius: 0;
    margin-top: 20px;
    padding: 8px 40px;
    display: block;
    width: 150px;
    text-shadow: none;
    box-shadow: none
}

.GenericCentralContent .subContentsList A:active,.GenericCentralContent .subContentsList A:focus,.GenericCentralContent .subContentsList A:hover {
    text-decoration: none
}

.GenericCentralContent .subContentsList A:active .btn,.GenericCentralContent .subContentsList A:focus .btn,.GenericCentralContent .subContentsList A:hover .btn {
    background: red;
    color: #fff;
    text-shadow: none
}

.GenericCentralContent>p {
    font-weight: 200;
    letter-spacing: .2px;
    text-shadow: 0 0 0!important
}

.GenericCentralContent table {
    margin: 10px 0
}

.GenericCentralContent form table {
    margin: 0!important
}

.GenericCentralContent p * {
    font-size: 15px!important;
    letter-spacing: .1px!important;
    text-shadow: 0 0 0!important
}

.GenericCentralContent div {
    padding: 15px 0
}

.submitRivenditori {
    text-align: center
}

.submitRivenditori a {
    display: inline-block;
    margin-top: 40px;
    color: #fff;
    border: none;
    background: #dd7731;
    padding: 10px 60px;
    font-size: 20px;
    font-weight: 700;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    margin-left: 5%;
    outline: 0;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #00000077
}

.submitRivenditori a:active,.submitRivenditori a:focus,.submitRivenditori a:hover {
    text-decoration: none;
    background: #d26820
}

.GenericCentralContent .subContentsList,.GenericCentralContent .subContentsList div {
    padding: 0
}

.GenericCentralContent .subContentsList {
    display: table
}

.GenericCentralContent .subContentsList>div {
    background: #efefef;
    border: 15px solid #fff
}

.GenericCentralContent .subContentsList>div:nth-child(3n+1) {
    clear: both
}

.page-2696 .GenericCentralContent .subContentsList>div>div {
    background: #efefef;
    border: 15px solid #fff
}

.GenericCentralContent div table td strong u {
    text-decoration: none;
    font-size: 17px
}

.GenericCentralContent div table td strong {
    margin-bottom: 5px
}

.GenericCentralContent div table td div {
    display: none
}

.GenericCentralContent div a.listLink table td div {
    display: block
}

.GenericCentralContent .subContentsList .newsListImage {
    height: 250px;
    background-size: cover
}

.GenericCentralContent .subContentsList .newsListTitolo {
    margin: 8px 0;
    font-weight: 600
}

.GenericCentralContent .subContentsList .newsListData>div {
    font-style: normal!important;
    text-transform: uppercase!important
}

.GenericCentralContent .subContentsList .btn {
    display: block;
    width: 100%
}

.above-footer-part .social-links {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 60px
}

.above-footer-part .social-links a {
    color: #fff;
    text-decoration: none;
    outline: 0;
    padding: 10px 20px;
    margin: 0 5px;
    font-size: 18px;
    font-weight: 200
}

.above-footer-part .more-about {
    text-align: center;
    margin-top: 20px;
    padding: 40px 0;
    background: #ed6d0a
}

.above-footer-part .more-about span {
    color: #fff;
    font-size: 35px;
    font-weight: 200
}

.above-footer-part .more-about button {
    color: #ed6d0a;
    border: none;
    background: #fff;
    padding: 10px 60px;
    font-size: 20px;
    font-weight: 700;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
    margin-left: 5%;
    outline: 0;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #00000077
}

footer {
    background-color: #2f2f2f
}

footer * {
    color: #fff
}

footer>div {
    padding-bottom: 15px;
    font-size: 13px
}

footer h4 {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    margin-bottom: 15px
}

footer A:hover {
    color: #c00
}

footer .btn {
    margin-top: 10px
}

footer hr {
    border-color: #555;
    margin: 10px 0
}

footer .top-part-footer {
    padding: 30px 0!important;
    margin: 0
}

footer .top-part-footer #bottomNav {
    position: relative;
    margin: 0
}

footer .top-part-footer .footer-info-container {
    display: table
}

footer .top-part-footer .footer-info-container div {
    display: table-cell;
    float: none
}

footer .top-part-footer .footer-info-container>div:last-child p {
    position: absolute;
    margin: 0;
    bottom: 0
}

footer .top-part-footer .footer-social-container {
    position: absolute;
    right: 0;
    bottom: 0
}

@media screen and (max-width: 769px) {
    footer .top-part-footer .footer-social-container {
        position:relative;
        margin-top: 20px;
        padding: 0 15px
    }

    footer .top-part-footer .footer-info-container {
        display: block
    }

    footer .top-part-footer .footer-info-container div {
        display: block;
        margin: 10px 0
    }

    footer .top-part-footer .footer-info-container>div:last-child p {
        position: relative
    }
}

footer .top-part-footer .footer-social-container>span {
    font-size: 22px
}

footer .top-part-footer .footer-social-container a {
    padding: 0 15px
}

footer .bottom-part-footer {
    background-color: #0f0f0f;
    padding: 15px 0!important;
    margin: 0
}

footer .bottom-part-footer .text-centered {
    text-align: center
}

footer .bottom-part-footer .text-centered a {
    color: currentColor;
    text-decoration: none
}

TABLE.table THEAD TR {
    background: #efefef;
    color: #333
}

TABLE.table TFOOT TR {
    font-size: 12px;
    font-style: italic;
    color: #aaa
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img {
    margin: 0 auto
}

.carousel-inner>.item {
    text-align: center;
    min-height: 400px;
    align-items: center
}

.carousel-inner>.item.active {
    display: flex
}

.gallery {
    clear: both;
    margin: 20px -15px 30px -15px
}

.gallery h2 {
    font-size: 18px
}

.gallery>div {
    padding-left: 0
}

.gallery a {
    float: left;
    border: 1px solid #ccc;
    padding: 5px
}

.gallery a:hover {
    border-color: #c00
}

.gallery a img {
    width: 100%
}

.navbar-brand {
    padding: 0;
    margin: 0;
    margin-top: -2px;
    margin-right: 50px;
    margin-left: 0!important
}

.navbar-brand-print {
    display: none
}

.bfh-languages A {
    background: 0 0;
    color: #aaa;
    border: 0;
    margin-top: 8px
}

A.newsLink,UL.solutionsLinks LI A {
    color: #000
}

.nopadding {
    padding: 0
}

.norightpadding {
    padding-right: 0
}

.noleftpadding {
    padding-left: 0
}

.special .list-group-item:first-child {
    border-top-right-radius: 0!important;
    border-top-left-radius: 0!important
}

.informativa {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    font-size: 9px
}

.contentListContainer>div>div {
    padding: 0
}

.contentListContainer.container>div.row>div {
    padding: 0 15px
}

.contentListLink {
    display: block;
    background: #eee;
    margin-bottom: 30px
}

.contentListLinkTitle {
    padding: 5px 15px
}

.contentListLink span {
    font-weight: 700;
    display: block
}

.website .vpAnim {
    opacity: 0;
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px);
    transition: 1s
}

.website .contentListContainer>div>div.vpAnim:nth-child(even) {
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px)
}

.website .contentListContainer>div>div.vpAnim.animatedBox:nth-child(even),.website .vpAnim.animatedBox {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.form-control {
    margin: 2px 0
}

.navbar-collapse.nopadding,.navbar-form.nopadding {
    padding: 10px 15px
}

@media only screen and (min-width: 768px) {
    .navbar-collapse.nopadding,.navbar-form.nopadding {
        padding:0
    }
}

.leftMenu {
    display: none
}

.leftMenu .title {
    text-shadow: 0 -1px 0 #3071a9;
    background-image: -webkit-linear-gradient(top,#428bca 0,#3278b3 100%);
    background-image: linear-gradient(to bottom,#428bca 0,#3278b3 100%);
    background-repeat: repeat-x;
    border-color: #3071a9;
    color: #fff;
    padding: 8px 10px 8px 18px;
    font-weight: 700;
    margin: 0
}

.leftMenu .navbar-nav {
    margin: 0
}

.leftMenu .navbar-nav,.leftMenu .navbar-nav>li {
    float: none
}

.leftMenu .navbar-nav>li {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.leftMenu .navbar-nav>li.active {
    background: #efefef
}

.leftMenu .navbar-nav>li A {
    padding: 10px 15px;
    color: #555
}

.leftMenu .navbar-nav>li.active A {
    color: #000
}

@media only screen and (min-width: 768px) {
    .leftMenu {
        display:block;
        padding-right: 15px!important
    }

    .leftMenu .title {
        margin-top: 15px;
        padding: 8px 10px
    }
}

#social-bar .icon {
    color: #fff;
    border-radius: 4px;
    border: 1px solid rgba(128,128,128,.5);
    min-width: 20px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 5px!important
}

#social-bar a {
    margin-right: 5px;
    padding: 5px
}

#social-bar a:first-child {
    padding-left: 0
}

#social-bar a span {
    margin-left: 5px
}

#social-bar .icon-rss {
    background: #e5842f
}

#social-bar .icon-facebook {
    background: #3b5998
}

#social-bar .icon-twitter {
    background: #00aced
}

#social-bar .icon-google-plus {
    background: #e14107
}

#social-bar a:hover {
    text-decoration: none
}

#social-bar a:hover span {
    text-decoration: underline;
    color: #fff
}

#social-bar a .icon {
    transition: background .5s
}

#social-bar a:hover .icon {
    background: #333;
    transition: background .5s
}

.list-inline>li {
    padding: 0
}

.container-pad {
    padding: 0 0
}

.bgc-fff {
    background-color: #efefef;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(1,#ebebeb));
    background-image: -o-linear-gradient(bottom,#fff 0,#ebebeb 100%);
    background-image: -moz-linear-gradient(bottom,#fff 0,#ebebeb 100%);
    background-image: -webkit-linear-gradient(bottom,#fff 0,#ebebeb 100%);
    background-image: -ms-linear-gradient(bottom,#fff 0,#ebebeb 100%);
    background-image: linear-gradient(to bottom,#fff 0,#ebebeb 100%)
}

.box-shad {
    -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,.2);
    box-shadow: 1px 1px 0 rgba(0,0,0,.2)
}

.brdr {
    border: 1px solid #ededed
}

.brdr p {
    color: #333
}

.media-body {
    min-height: 105px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fnt-smaller {
    font-size: .9em
}

.fnt-lighter {
    color: #bbb
}

.pad-10 {
    padding: 10px!important
}

.mrg-0 {
    margin: 0!important
}

.btm-mrg-10 {
    margin-bottom: 10px!important
}

.btm-mrg-20 {
    margin-bottom: 20px!important
}

.clr-535353 {
    color: #535353
}

.cmsImgOnTheRight {
    float: right;
    padding: 0
}

.cmsContentList>DIV:first-child IMG,.cmsImgOnTheRight IMG {
    width: 100%!important;
    height: auto!important
}

.cmsContentList {
    width: 700px
}

.container .cmsContentList {
    width: auto
}

.vpAnim {
    opacity: 0;
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px);
    transition: 1s
}

.vpAnim.animatedBox {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.newsletterField {
    color: #fff!important
}

@media only screen and (min-width: 641px) {
    .cmsImgOnTheRight {
        padding:15px
    }

    .centralContent.col-md-12 .cmsImgOnTheRight {
        padding-left: 40px
    }
}

@media only screen and (max-width: 991px) {
    #property-listings .property-listing {
        padding:5px!important
    }

    #property-listings .property-listing a {
        margin: 0
    }

    #property-listings .property-listing .media-body {
        padding: 10px
    }
}

@media only screen and (min-width: 992px) {
    #property-listings .property-listing img {
        max-width:180px
    }
}

#property-listings .col-sm-6:nth-child(odd) {
    clear: both
}

FORM[name=req] INPUT[type=text],FORM[name=req] SELECT {
    margin-bottom: 5px
}

.formDivisionTitle {
    font-weight: 600
}

body:not(.page-1578) FORM DIV.sfForm INPUT[type=date],body:not(.page-1578) FORM DIV.sfForm INPUT[type=text],body:not(.page-1578) FORM DIV.sfForm SELECT,body:not(.page-1578) FORM DIV.sfForm TEXTAREA,body:not(.page-1578) FORM[name=req] INPUT[type=date],body:not(.page-1578) FORM[name=req] INPUT[type=text],body:not(.page-1578) FORM[name=req] SELECT,body:not(.page-1578) FORM[name=req] TEXTAREA {
    display: block;
    width: 40%!important;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc
}

body:not(.page-1578) FORM DIV.sfForm TEXTAREA,body:not(.page-1578) FORM[name=req] TEXTAREA {
    height: 53px
}

body:not(.page-1578) FORM DIV.sfForm SELECT[multiple=multiple] {
    height: 80px
}

body:not(.page-1578) FORM INPUT[type=submit] {
    border: 0!important;
    padding: 10px 60px;
    margin: 40px 0
}

.page-1094 FORM {
    margin-bottom: 20px
}

.page-1094 FORM INPUT[type=submit] {
    margin: 0;
    margin-left: -10px;
    background: #ed6d0a;
    color: #fff
}

.page-1094 FORM[name=productSearch] INPUT[type=text] {
    padding: 5px 10px;
    background: rgba(0,0,0,.1);
    border: 0;
    width: 450px!important
}

.page-1094 .GenericCentralContent div {
    padding: 0
}

.page-1094 .GenericCentralContent table {
    margin: 0!important
}

.page-1094 .GenericCentralContent div table td div {
    display: block
}

FORM INPUT[type=submit]:active,FORM INPUT[type=submit]:focus,FORM INPUT[type=submit]:hover {
    background: red;
    color: #fff
}

FORM DIV.sfForm INPUT[type=checkbox] {
    margin-top: 15px
}

FORM DIV.sfForm {
    line-height: 10px
}

FORM DIV.sfForm label {
    line-height: 16px;
    font-weight: 400;
    padding-top: 14px;
    position: relative
}

FORM DIV.sfForm .ast {
    color: red;
    font-size: 16px;
    position: absolute;
    left: -8px
}

FORM DIV.sfForm i {
    font-size: 14px;
    color: #aaa;
    margin-bottom: 20px;
    display: inline-block
}

.newsarchive {
    clear: both;
    margin-top: 35px
}

.newsarchive hr {
    margin-top: 0
}

.newsarchive a {
    display: block;
    line-height: 26px;
    border-bottom: 1px solid #ddd;
    padding: 5px 0
}

.emailcopy {
    position: relative
}

.emailcopy a {
    position: absolute;
    left: 175px;
    top: 18px
}

.GenericCentralContent div a.linknnn {
    display: block;
    font-size: 16px
}

.GenericCentralContent div a.linknnn h1 {
    margin: 0;
    font-size: 24px
}

.GenericCentralContent div a.linknnn:hover {
    text-decoration: none;
    background: #efefef
}

.GenericCentralContent div a.linknnn table td div {
    display: block;
    padding: 0!important
}

.results {
    clear: both;
    float: left;
    width: 100%;
    margin-top: 20px
}

.results H2 {
    border-bottom: 1px solid #ccc
}

.results A:link,.results A:visited {
    clear: both;
    float: left;
    width: 100%;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #ccc
}

.results A:hover {
    text-decoration: none;
    color: #777
}

.results A H3 {
    text-transform: uppercase;
    color: #777;
    padding-bottom: 0;
    font-weight: 700
}

.results A:hover H3 {
    color: red
}

.results {
    font-size: 14px
}

.results div {
    padding: 0
}

.results A B.btnDet {
    clear: both;
    float: left;
    padding: 6px 35px;
    font-weight: 400;
    background: #e3e3e3;
    color: #333;
    margin: 5px 0
}

.results A:hover B.btnDet {
    background: red;
    color: #fff
}

.results A SPAN {
    float: right;
    line-height: 0
}

.results .back,.rivDet .back {
    border-bottom: 0!important;
    background: #efefef;
    margin-top: 30px;
    font-size: inherit!important;
    width: auto!important;
    padding: 10px 40px!important
}

.rivDet a.back:first-child {
    display: none
}

.rivDet .back {
    float: right
}

.page-1272 table {
    margin-top: 0!important
}

a.contattariv {
    display: inline-block;
    background: #efefef;
    width: auto!important;
    padding: 10px 30px
}

a.contattariv:active,a.contattariv:focus,a.contattariv:hover {
    background: red;
    color: #fff;
    text-decoration: none
}

.prod-img img {
    max-width: 100%!important;
    max-height: 150px!important
}

#accessori1 .single-material,#accessori2 .single-material {
    margin-top: 15px
}

.GenericCentralContent iframe:not(.noresponsive) {
    max-width: 100%!important;
    height: auto
}

.GenericCentralContent .responsiveVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0
}

.GenericCentralContent .responsiveVideo iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 767px) {
    iframe,table {
        max-width:100%!important
    }

    .rivDet img {
        width: auto!important
    }

    .rivDet .brand img {
        height: 80px!important
    }

    .results A SPAN IMG {
        max-height: 70px
    }

    .results A SPAN {
        margin-left: 10px;
        margin-bottom: 30px
    }

    .results A B.btnDet {
        width: 100%!important;
        text-align: center
    }

    .results .back {
        width: 100%!important
    }

    .emailcopy a {
        position: absolute;
        right: 0;
        left: auto;
        top: 8px
    }

    .subContentsList {
        margin: 0
    }

    .subContentsList>div {
        padding: 0
    }

    .pages-reference .single-page-reference {
        padding: 0!important
    }

    .pages-reference .single-page-reference .logo-part-1 {
        line-height: inherit;
        padding: 40px 0 10px 0
    }

    H2 {
        font-size: 40px
    }

    .bottom-references .row .image-50 a:last-child div {
        height: 150px
    }

    .centralContent .cat-list-products .list-section .single-product,.family-products-menu {
        margin-bottom: 50px
    }

    .family-products-menu {
        margin-left: -15px
    }

    .centralContent .cat-list-products .list-section .single-product.active {
        margin-bottom: -1px
    }

    .above-footer-part .more-about span {
        display: inline-block;
        margin-bottom: 20px
    }

    .top-page-breadcrumbs {
        display: none
    }

    .productDetailsArea {
        padding-top: 0;
        border-top: 1px solid #ccc
    }

    .productDetailsArea .product-specs ul li a i {
        display: inline-block;
        margin: 0 2px
    }

    .productDetailsArea .product-specs ul li a span {
        display: none
    }

    .detailAttribute {
        width: 100%
    }

    .detailAttribute td nobr {
        white-space: normal
    }

    #dimensioni img,#imballaggio img {
        max-width: 100%
    }

    #accessori .material-name-desc {
        margin: 0 15px 20px 15px;
        padding: 5px 10px;
        background: #efefef
    }

    .detailAttribute td {
        width: 100%;
        display: block;
        padding: 0!important;
        font-size: 16px!important;
        line-height: 18px!important
    }

    .detailAttribute td:first-child {
        padding: 10px!important;
        padding-bottom: 0!important
    }

    .detailAttribute td:last-child {
        padding: 10px!important;
        padding-top: 0!important
    }

    .centered-product-buttons>div {
        text-align: center;
        float: none!important;
        margin: 0!important;
        margin-bottom: 30px!important
    }

    .GenericCentralContent>h1 {
        font-size: 26px
    }

    .GenericCentralContent td {
        display: block;
        width: 100%
    }

    .GenericCentralContent td img:not([src="/images/1pixel.gif"]) {
        width: 100%;
        height: auto
    }

    .GenericCentralContent .second_text td img {
        width: auto
    }

    .GenericCentralContent td .toolsLink img {
        width: auto
    }

    .GenericCentralContent iframe:not(.noresponsive),.GenericCentralContent img:not([src="/images/1pixel.gif"]) {
        max-width: 100%!important;
        height: auto
    }

    .page-1551 .GenericCentralContent td img:not([src="/images/1pixel.gif"]) {
        width: 140px!important
    }

    nobr {
        white-space: normal
    }

    h1 {
        line-height: 34px!important
    }

    SELECT {
        width: 100%;
        margin: 5px 0
    }

    .listLink {
        display: block;
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px
    }

    .listLink td:nth-child(2) {
        display: none
    }

    .GenericCentralContent .subContentsList .btn {
        padding: 8px 0;
        width: 100%
    }

    .GenericCentralContent .subContentsList>div {
        display: block;
        border: 0;
        background: 0 0!important;
        padding-top: 15px
    }

    .GenericCentralContent .subContentsList>div a {
        padding: 0;
        padding-bottom: 10px
    }

    .GenericCentralContent .subContentsList>div a .imgList {
        margin-bottom: 15px
    }

    FORM DIV.sfForm INPUT[type=text],FORM DIV.sfForm SELECT,FORM DIV.sfForm TEXTAREA {
        width: 100%!important
    }

    FORM INPUT[type=SUBMIT] {
        margin-left: 0!important
    }

    FORM DIV.sfForm label {
        padding-top: 0
    }

    FORM DIV.sfForm label[for=company],FORM DIV.sfForm label[for=first_name] {
        padding-top: 15px
    }

    .legendLabel {
        display: none
    }

    .legend1 {
        line-height: 16px
    }

    .rivDet .contactTable td {
        display: table-cell
    }

    .rivDet .contactTable td:first-child {
        width: 20px
    }

    .rivDet .contactTable td:nth-child(2) {
        width: 20px
    }

    .rivDet .contactTable td:last-child {
        width: 100%;
        text-align: left
    }
}

@media print {
    header {
        height: 80px;
        text-align: center
    }

    .navbar-brand-print {
        display: block
    }

    .navbar-brand-print img {
        height: 80px
    }

    .cmsContentList>DIV:first-child IMG,.cmsImgOnTheRight IMG {
        width: 300px!important
    }

    .gallery {
        display: none
    }
}

.page-1272 .top-page-general-breadcrumbs,.page-1518 .top-page-general-breadcrumbs,.page-1716 .top-page-general-breadcrumbs,.page-1732 .top-page-general-breadcrumbs,.page-1744 .top-page-general-breadcrumbs,.page-295 .top-page-general-breadcrumbs,.page-328 .top-page-general-breadcrumbs,.parentPage-1717 .top-page-general-breadcrumbs {
    display: none
}

.page-1732 .rpTxLabel {
    display: none
}

.page-1732 .page-content .container:not(.containerResultsRogerPrime) {
    width: auto;
    padding: 0
}

.containerResultsRogerPrime {
    padding: 0 15px 50px 15px!important
}

.page-1732 .GenericCentralContent {
    padding-bottom: 0!important
}

.page-1732 .GenericCentralContent h1 {
    display: none
}

.page-1732 .carousel-inner {
    overflow: visible
}

.eac-item {
    color: #777!important
}

.page-1732 .rivSearchByGeoAreaIn {
    text-align: center!important
}

.page-1732 .rivSearchByGeoAreaIn a {
    display: block;
    background: #ed6d0a;
    color: #fff;
    padding: 6px 20px 5px 20px;
    margin-bottom: 0
}

.page-1732 .rivSearchByGeoAreaIn a:active,.page-1732 .rivSearchByGeoAreaIn a:focus,.page-1732 .rivSearchByGeoAreaIn a:hover {
    background: #d25e05;
    text-decoration: none
}

.page-1716 .page-content .container .more-about a {
    margin-top: 50px;
    margin-bottom: 10px;
    display: inline-block;
    background: #ed6d0a;
    color: #fff;
    padding: 20px 80px
}

.page-1716 .page-content .container .more-about a:active,.page-1716 .page-content .container .more-about a:focus,.page-1716 .page-content .container .more-about a:hover {
    background: #da6307;
    text-decoration: none
}

.page-1716 .page-content .container {
    text-align: center
}

.page-1744 .page-content .container,.parentPage-1717 .page-content .container {
    width: 100%;
    padding: 0;
    text-align: center
}

.page-1744 .GenericCentralContent,.page-1744 .GenericCentralContent>div,.parentPage-1717 .GenericCentralContent,.parentPage-1717 .GenericCentralContent>div {
    padding: 0!important
}

.page-1744 .page-content .container h2+p,.parentPage-1717 .page-content .container h2+p {
    margin: 0 10%
}

.page-1744 .page-content .container h1,.parentPage-1717 .page-content .container h1 {
    margin-top: 50px
}

.page-1744 .page-content .container p img,.parentPage-1717 .page-content .container p img {
    width: 100%;
    height: auto;
    margin: 50px 0 40px 0
}

.page-1744 .GenericCentralContent p:last-child,.parentPage-1717 .GenericCentralContent p:last-child {
    margin: 0
}

.page-1744 .GenericCentralContent p:last-child img,.parentPage-1717 .GenericCentralContent p:last-child img {
    margin-bottom: 0!important
}

.headerBannerSlogan.vpAnim {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px)
}

.headerBannerSlogan.vpAnim.animatedBox {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.culture {
    height: 480px;
    margin: 0
}

.culture .item .container {
    margin-top: 80px
}

.culture .carousel-indicators {
    bottom: 30px
}

.culture .carousel-indicators li.active {
    background: #f56624;
    box-shadow: none
}

.culture .carousel-control {
    color: #f56624;
    text-shadow: none;
    opacity: 1
}

.culture-description,.culture-title {
    text-align: left
}

.culture-title {
    font-size: 40px;
    color: #f56624;
    text-transform: uppercase;
    margin-top: 40px
}

.storia {
    position: relative
}

.storia>a {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    background: #f56624;
    color: #fff;
    border: 0;
    border-radius: 0;
    text-shadow: none;
    font-size: 18px;
    padding: 15px 0
}

.storia>a:active,.storia>a:focus,.storia>a:hover {
    background: #e25b1d;
    color: #fff
}

.WholePageContent {
    background-size: cover
}

.WholePageContent>div:not(.goToBrushless) {
    display: table;
    width: 100%;
    height: 100%
}

.WholePageContent>div:not(.goToBrushless)>div {
    display: table-cell;
    color: #fff;
    text-align: center;
    vertical-align: middle
}

.rivSearchByGeoArea {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 99
}

.rivSearchByGeoAreaIn {
    background: rgba(0,0,0,.2);
    padding: 10px 40px;
    padding-bottom: 50px;
    text-align: left
}

.rivSearchByGeoAreaIn .rivFirstTable tr:first-child,.rivSearchByGeoAreaIn div {
    color: #fff
}

.dealerMainImage img {
    max-width: 100%;
    height: auto
}

.goToBrushless {
    background: #e25b1d;
    background-position: center top;
    background-size: cover;
    min-height: 600px;
    position: relative;
    text-align: center
}

.goToBrushless .btn {
    position: absolute;
    bottom: 40px;
    background: rgba(0,0,0,.2);
    color: #fff;
    border: 0;
    border-radius: 0;
    text-shadow: none;
    box-shadow: none;
    font-size: 24px;
    font-weight: 200;
    padding: 20px 50px;
    width: 50%
}

.goToBrushless .btn:active,.goToBrushless .btn:focus,.goToBrushless .btn:hover {
    background: rgba(0,0,0,.3)
}

.rpTxLabel {
    font-size: 14px
}

#txZone {
    color: #333;
    text-indent: 5px;
    font-size: 14px;
    padding: 8px;
    width: 350px;
    border: 0
}

.primeDL {
    padding: 0!important;
    margin: 0!important;
    position: relative
}

.primeDL img {
    width: 100%
}

.primeDL>a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center
}

.primeDL>a>div {
    display: table;
    width: 100%;
    height: 100%
}

.primeDL>a>div>div {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle
}

.primeDL>a>div>div>div {
    display: none;
    background: rgba(255,255,255,.3);
    padding: 20px 60px;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s
}

.primeDL>a:hover>div>div>div {
    display: inline-block
}

.primeDL>a>div {
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s
}

.primeDL>a:hover>div {
    background: rgba(0,0,0,.3)
}

.primeDL>a:hover>div>div>div {
    background: #ed6d0a
}

.primeDLpopup {
    position: fixed;
    top: -25px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    text-align: center;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all .3s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    background: #ed6d0a;
    padding: 0!important
}

.primeDLpopup.show {
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.primeDLpopup div {
    padding: 0!important;
    margin: 0!important;
    background-size: cover
}

.primeDLpopup>div {
    display: table;
    width: 100%;
    height: 100%
}

.primeDLpopup>div>div {
    display: table-cell;
    width: 50%;
    height: 100%;
    vertical-align: middle
}

.primeDLpopup>div>div:last-child {
    box-shadow: 0 0 10px #000
}

.primeDLpopup>div>div a {
    display: inline-block;
    background: #ed6d0a;
    color: #fff;
    padding: 20px 20px;
    width: 70%
}

.primeDLpopup>div>div a:active,.primeDLpopup>div>div a:focus,.primeDLpopup>div>div a:hover {
    background: #dc6508;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0,0,0,.5)
}

.primeDLpopup>a {
    position: absolute;
    top: 6px;
    right: 18px;
    color: rgba(0,0,0,.5);
    font-size: 32px
}

.primeDLpopup>a:active,.primeDLpopup>a:focus,.primeDLpopup>a:hover {
    color: #dc6508
}

@media (max-width: 768px) {
    .primeDLpopup>div>div {
        display:table;
        width: 100%;
        height: 50%
    }
}

.prodFastSearchField {
    position: relative
}

.prodFastSearchField a {
    position: absolute;
    bottom: 0;
    right: 15px;
    display: inline-block;
    background: #ed6d0a;
    color: #fff;
    padding: 5px;
    width: 80px;
    text-align: center
}

.page-1094 .prodFastSearchField a {
    right: 0
}

.prodFastSearchField a:active,.prodFastSearchField a:focus,.prodFastSearchField a:hover {
    background: #fe0000
}

input[name=searchProdByCode],input[name=searchProdByKeyword] {
    width: 100%;
    background: rgba(0,0,0,.1);
    border: 0;
    padding: 5px;
    padding-right: 80px
}

.highspeedvideo {
    background: #f2f2f2;
    padding: 0!important
}

.highspeedvideo .row {
    margin: 0
}

.highspeedvideo .row>div {
    padding: 0 0 0 15px
}

.highspeedvideo .row>div:nth-child(3n) {
    padding-right: 15px
}

#scrollPagingIn a.pagination {
    margin: 0!important
}

.topSubmit {
    position: absolute;
    width: 32px;
    top: 0;
    right: 0;
    bottom: 0;
    background: 0 0
}

.linkToSoluzioni {
    cursor: pointer;
    cursor: hand
}

.parentPage-1717 .col-md-12 iframe {
    width: 60%;
    height: 500px
}

.searchOtherProducts {
    text-align: center
}

.searchOtherProducts .btn {
    background: #ed6d0a;
    border-radius: 0;
    border: 0;
    text-shadow: none;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 15px 50px;
    margin-bottom: 50px
}

.searchOtherProducts .btn:active,.searchOtherProducts .btn:focus,.searchOtherProducts .btn:hover {
    background: #da701e
}

@media (max-width: 1300px) {
    .breadcrumbs .container a {
        font-size:14px!important
    }

    .breadcrumbs .container a.backButton {
        margin-top: 3px
    }
}

.dealerImages a {
    display: inline-block;
    position: relative
}

.dealerImages a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0);
    transition: .5s
}

.dealerImages a:hover:before {
    background: rgba(0,0,0,.15)
}

.mfp-bg {
    z-index: 99999
}

.mfp-wrap {
    z-index: 999999
}

.nota,.notaInput,.pmClass {
    font-size: 12px
}

.nota {
    margin-left: 10px
}

.row.pages-reference {
    margin: 0
}

@media screen and (max-width: 769px) {
    .carousel-for-quality .carousel a.left.carousel-control {
        left:15px!important;
        color: rgba(255,255,255,.4)
    }

    .carousel-for-quality .carousel a.right.carousel-control {
        right: 15px!important;
        color: rgba(255,255,255,.4)
    }

    header .header-mobile nav ul li {
        float: none;
        display: block
    }

    header .header-mobile nav ul li a {
        text-align: left;
        padding-left: 15px;
        padding-right: 15px
    }

    .navbar-collapse.nopadding,.navbar-form.nopadding {
        padding: 0
    }

    header .row.navbar-collapse.nopadding.ncollapse,header .row.navbar-collapse.nopadding.ncollapse>ul {
        margin-left: 0;
        margin-right: 0
    }

    .products-sub-menu .single-menu-voice:nth-child(1),.products-sub-menu .single-menu-voice:nth-child(2) {
        margin-top: 20px
    }

    .products-sub-menu .single-menu-voice {
        padding: 0;
        margin-top: -20px
    }

    .products-sub-menu .single-menu-voice:nth-child(odd) {
        padding-right: 5px;
        clear: both
    }

    .products-sub-menu .single-menu-voice:nth-child(even) {
        padding-left: 5px
    }

    .products-sub-menu .single-menu-voice .cat-name a {
        line-height: 16px
    }

    .products-sub-menu .single-menu-voice .cat-name a span.sub-cat-name {
        font-size: 14px
    }

    .centralContent .cat-intro h1 {
        line-height: 45px!important
    }

    .centralContent .cat-list-products .list-section .list-title {
        line-height: 50px
    }

    .productDetailsArea .product-specs ul li a {
        margin: 0 auto
    }

    .WholePageContent .headerBannerSloganTitolo,.headerBannerSlogan .headerBannerSloganTitolo {
        font-size: 30px;
        line-height: 26px
    }

    .WholePageContent .headerBannerSloganDescrizione,.headerBannerSlogan .headerBannerSloganDescrizione {
        font-size: 16px;
        line-height: 18px;
        margin: 0;
        text-shadow: 0 0 5px #000
    }

    h1 {
        max-width: 100%
    }

    .page-1272 .container-fluid.page-content>.container>.row,.page-1518 .container-fluid.page-content>.container>.row,.page-1716 .container-fluid.page-content>.container>.row,.page-1732 .container-fluid.page-content>.container>.row,.page-1744 .container-fluid.page-content>.container>.row,.page-295 .container-fluid.page-content>.container>.row,.page-328 .container-fluid.page-content>.container>.row,.parentPage-1717 .container-fluid.page-content>.container>.row {
        margin: 0;
        padding: 0 15px
    }

    .rivFirstTable>tbody>tr>td {
        display: block;
        font-size: 12px;
        width: 100%
    }

    .page-1732 .rivFirstTable>tbody>tr>td {
        display: table-cell
    }

    .rivFirstTable>tbody>tr>td h1 {
        font-size: 15px
    }

    .page-1272 .headerBannerSlogan,.page-1732 .headerBannerSlogan {
        display: none
    }

    .rivFirstTable>tbody>tr>td select {
        width: 100%!important;
        color: #000
    }

    .rivFirstTable>tbody>tr:last-child>td:first-child {
        height: 0
    }

    .rivFirstTable>tbody>tr:last-child>td:first-child>div {
        -webkit-transform: translateY(-205px);
        -moz-transform: translateY(-205px);
        -o-transform: translateY(-205px);
        transform: translateY(-205px)
    }

    .rivSearchByGeoAreaIn {
        padding: 10px;
        display: inline-block;
        width: 100%!important
    }

    #txZone {
        width: 200px!important
    }

    .easy-autocomplete.eac-square {
        width: 100%!important
    }

    .easy-autocomplete.eac-square input {
        min-width: auto!important;
        width: 200px!important;
        padding: 5px 5px 6px 5px!important;
        font-size: 12px!important
    }

    .rivSearchByGeoAreaIn h3 {
        font-size: 14px
    }

    body:not(.page-1578) FORM DIV.sfForm INPUT[type=date],body:not(.page-1578) FORM DIV.sfForm INPUT[type=text],body:not(.page-1578) FORM DIV.sfForm SELECT,body:not(.page-1578) FORM DIV.sfForm TEXTAREA,body:not(.page-1578) FORM[name=req] INPUT[type=date],body:not(.page-1578) FORM[name=req] INPUT[type=text],body:not(.page-1578) FORM[name=req] SELECT,body:not(.page-1578) FORM[name=req] TEXTAREA {
        width: 100%!important
    }

    .page-211 table .row {
        margin: 0
    }

    .GenericCentralContent form td img:not([src="/images/1pixel.gif"]) {
        width: auto
    }
}

.mfp-bg {
    z-index: 999999!important
}

.mfp-wrap {
    z-index: 9999999!important
}

.kitComposition {
    text-align: left;
    margin-top: 10px;
    clear: both;
    margin-left: 15px;
    margin-right: 15px
}

.kitComposition>a {
    display: inline-block;
    background: #ed6e0a;
    color: #fff;
    padding: 8px 15px;
    transition: .5s
}

.kitComposition>a:hover {
    background: #cb5e09
}

.kitComposition>a:active,.kitComposition>a:focus,.kitComposition>a:hover {
    text-decoration: none
}

.kitComposition>a:before {
    content: "\f054";
    font-family: fontawesome;
    margin-right: 8px;
    transition: .5s
}

.kitComposition.open>a:before {
    content: "\f078"
}

.kitComposition>div {
    max-height: 0;
    overflow: hidden;
    transition: .5s;
    padding-right: 10px;
    background: #efefef
}

.kitComposition.open>div {
    max-height: 1000px
}

.kitComposition>div * {
    line-height: 18px
}

.kitComposition>div>ul {
    margin: 10px 0
}

.kitComposition>div>ul li {
    margin-bottom: 10px
}

.garanziaOnline {
    position: relative
}

.garanziaOnline h3 {
    position: absolute;
    top: 16px;
    left: 0;
    right: 0
}

.garanziaOnline>div {
    margin-top: 18px!important
}

.notaInput {
    display: Block;
    clear: both;
    margin-left: 0!important;
    padding-left: 0!important
}

.imgTag img {
    width: auto;
    height: 120px!important;
    margin-left: 50px;
    margin-bottom: 20px
}

.catalogueMessage {
    background: #ed6d0a;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 5px
}

.productDetailsArea .catalogueMessage {
    margin-top: -15px;
    margin-bottom: 15px
}

.btn-modulo-form {
    text-align: center
}

.btn-modulo-form>a {
    background: rgba(0,0,0,.2);
    color: #fff;
    border: 0;
    border-radius: 0;
    text-shadow: none;
    box-shadow: none;
    font-size: 24px;
    font-weight: 200;
    padding: 20px 50px;
    width: 50%
}

.btn-modulo-form>a:active,.btn-modulo-form>a:focus,.btn-modulo-form>a:hover {
    background: rgba(0,0,0,.3);
    color: #fff
}

@media (max-width: 767px) {
    .toTop {
        display:none
    }
}

@media (min-width: 768px) {
    .toTop {
        position:fixed;
        top: 200px;
        left: -10px;
        z-index: 9999;
        cursor: pointer;
        cursor: hand;
        opacity: 0;
        transition: .5s
    }

    .toTop img {
        max-width: 80px
    }

    .toTop.visible {
        opacity: 1
    }
}

.newProductDetailsLayout .productDetailsArea {
    padding-top: 45px
}

.newProductDetailsLayout #socialShare {
    display: none!important
}

.newProductDetailsLayout .productDetailsArea .product-specs ul,.newProductDetailsLayout .productDetailsArea .product-specs ul li {
    display: flex;
    align-items: center
}

.newProductDetailsLayout .productDetailsArea .product-specs ul li a {
    font-weight: 400;
    font-size: 16px;
    display: flex;
    align-items: center
}

.newProductDetailsLayout .productDetailsArea .product-specs ul li a>div {
    display: flex;
    align-items: center;
    padding-right: 30px;
    text-align: left
}

.newProductDetailsLayout .productDetailsArea .product-specs ul li a>div>span {
    flex: 1;
    margin-left: 12px;
    line-height: 18px
}

.newProductDetailsLayout .productDetailsArea .product-specs ul li a i {
    display: inline-block
}

.newProductDetailsLayout .productDetailsArea .product-specs ul li a i:first-child {
    margin-left: 20px
}

.newProductDetailsLayout .product-descriptions .right-part {
    text-align: center
}

.newProductDetailsLayout .product-descriptions .right-part img {
    height: 60px
}

.newProductDetailsLayout .productDetailsArea .product-descriptions {
    border-top: 0
}

.newProductDetailsLayout .product-descriptions .right-part .centered-product-buttons {
    margin: 0 auto!important;
    display: inline-block
}

.newProductDetailsLayout .product-descriptions .right-part .centered-product-buttons>div {
    margin-right: 40px
}

.newProductDetailsLayout .product-descriptions .right-part a {
    display: inline-block;
    font-weight: 700;
    color: #000!important;
    width: 150px
}

.newProductDetailsLayout .product-descriptions .right-part a:hover {
    color: #ed6d0a!important
}

.productDetailsCarouselContainer {
    background: #dd7731;
    padding: 30px 0
}

.productDetailsCarouselContainer .container .carousel {
    background: #fff;
    border: 1px solid #999
}

.productDetailsCarousel .item img {
    width: auto;
    max-height: 400px
}

.productDetailsCarouselContainer .headerBannerSlogan {
    top: auto;
    background: #ffffff55
}

.productDetailsCarouselContainer .headerBannerSlogan * {
    font-size: 18px!important;
    color: #333;
    font-weight: 600;
    text-shadow: none;
    text-transform: none
}

.productDetailsCarouselContainer .headerBannerSlogan .headerBannerSloganDescrizione {
    display: none
}

.productDetailsCarouselContainer .carousel-control {
    display: flex;
    align-items: center;
    margin-left: 0!important;
    margin-right: 0!important
}

.productDetailsCarouselContainer .carousel-control .fa {
    color: #33333300;
    box-shadow: none;
    text-shadow: none;
    font-weight: 300;
    font-size: 20px;
    height: 70px;
    width: 35px;
    background-size: auto 100%;
    background-repeat: no-repeat
}

.productDetailsCarouselContainer .carousel-control.left {
    margin-left: 20px!important
}

.productDetailsCarouselContainer .carousel-control.right {
    margin-right: 20px!important
}

.productDetailsCarouselContainer .carousel-control.left .fa {
    background-image: url(/images/pdcc-left.png)
}

.productDetailsCarouselContainer .carousel-control.right .fa {
    background-image: url(/images/pdcc-right.png)
}

.productDetailsCarouselContainer .carousel-indicators {
    display: none
}

.productDetailsCarouselContainer .container {
    position: relative
}

.productDetailsCarouselContainer .prod-symbols {
    position: absolute;
    bottom: 10px;
    left: 30px;
    right: 30px;
    text-align: center;
    z-index: 9!important
}

.productDetailsCarouselContainer .prod-symbols img {
    width: 48px;
    margin: 0 10px
}

.product-symbols {
    margin-top: 15px
}

.product-symbols {
    float: right
}

.product-symbols>div {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 20px;
    justify-content: flex-end
}

.product-symbols>div>div {
    text-align: center;
    margin-left: 0;
    width: 100px
}

.product-symbols>div>div>div:first-child {
    margin-bottom: 10px
}

.product-symbols>div>div>div:first-child img {
    max-height: 50px
}

.productVideo {
    clear: both;
    margin: 0 15px
}

.productVideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0
}

.productVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.footer-social-container {
    text-align: right
}

.footer-social-container a {
    padding: 0!important;
    margin-left: 20px
}

.footer-social-container a:hover {
    text-decoration: none
}

.footer-social-container>div {
    margin-top: 10px
}

.footer-social-container a img {
    height: 60px
}

@media (max-width: 767px) {
    .productDetailsCarouselContainer .carousel-control .fa {
        height:20px;
        width: 10px
    }

    .productDetailsCarouselContainer .carousel-control.left {
        margin-left: 10px!important
    }

    .productDetailsCarouselContainer .carousel-control.right {
        margin-right: 10px!important
    }

    .product-symbols {
        float: none;
        margin-bottom: 0 auto 20px auto
    }

    .product-symbols>div {
        margin-left: 0;
        margin: 0 10px 20px 10px
    }

    .newProductDetailsLayout .product-descriptions .right-part .centered-product-buttons {
        display: flex;
        flex-wrap: wrap
    }

    .newProductDetailsLayout .product-descriptions .right-part .centered-product-buttons>div {
        width: 50%;
        margin: 0!important;
        margin-bottom: 50px!important;
        padding-left: 20px!important
    }

    .newProductDetailsLayout .product-descriptions .right-part .centered-product-buttons a {
        margin: 0;
        width: auto!important;
        display: block
    }

    .newProductDetailsLayout .productDetailsArea .product-specs ul {
        width: 100%;
        align-items: stretch!important
    }

    .newProductDetailsLayout .productDetailsArea .product-specs ul>li {
        flex: 1 1 0px
    }

    .newProductDetailsLayout .productDetailsArea .product-specs ul li a>div {
        padding-right: 10px
    }

    .newProductDetailsLayout .productDetailsArea .product-specs ul li a i:first-child {
        margin-left: 0
    }

    .newProductDetailsLayout .productDetailsArea {
        padding-top: 0
    }

    .footer-social-container {
        text-align: left
    }

    .footer-social-container a {
        margin-left: 0;
        margin-right: 15px
    }

    .footer-social-container a img {
        height: 32px
    }
}

.jssocials-share-googleplus {
    display: none!important
}

#socialShare {
    display: none!important
}

.page-1087 .GenericCentralContent h1 {
    text-align: left;
    color: #ec700e;
    font-size: 50px;
    line-height: 59px;
    font-family: Raleway,sans-serif
}

.page-1087 .GenericCentralContent p {
    font-size: 15px;
    line-height: 25px
}

.page-1087 .GenericCentralContent p * {
    font-size: 15px!important;
    padding-bottom: 16px;
    display: inline-block
}

.faqTitle {
    font-size: 50px!important;
    line-height: 50px!important;
    color: #000
}

.faqTitle::first-line {
    font-weight: 700
}

.tcDivs>div>a,.tcDivs>div>a>span {
    padding: 0
}

.tcDivs>div>a>span:first-child {
    padding-right: 20px
}

.faqAbstract {
    font-size: 20px;
    display: inline-block;
    padding-top: 11px;
    line-height: 30px
}

.btnTrainingInfo {
    display: inline-block!important;
    font-size: 20px!important;
    font-weight: 700!important;
    line-height: 30px!important;
    background: #fff!important;
    border: 1px solid #464748!important;
    border-radius: 14px!important;
    padding: 10px 25px!important;
    box-shadow: 0 3px 6px #00000063!important;
    color: #000!important
}

.faqListText {
    font-size: 20px;
    line-height: 24px;
    display: inline-block;
    margin-top: 15px;
    color: #000;
    display: none
}

.faqListText::first-line {
    font-size: 30px;
    line-height: 35px!important
}

.faqListText b {
    font-size: 30px!important
}

.tcDivs u {
    font-size: 50px!important
}

.tcDivs a:last-child {
    display: inline-block;
    background: #dd7631;
    color: #fff;
    border-radius: 9px;
    font-size: 30px;
    line-height: 39px;
    box-shadow: 0 3px 6px #0000007d!important;
    padding: 15px 30px
}

.tcDivs a:last-child:hover {
    background: #e37329;
    color: #fff;
    text-decoration: none
}

.page-1087 .tcDivs {
    background: #46474821;
    padding: 30px 0 40px 0
}

.page-1087 #tccategory,.page-1087 #tcmonth {
    font-size: 20px!important;
    line-height: 30px;
    border-radius: 14px;
    padding: 17px 22px
}

.faqAttributeInfo p {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    color: #000!important
}

.faqAttributeInfo {
    margin-bottom: 17px;
    margin-top: 30px
}

.page-1087 #tccategory {
    width: 70%
}

.faqAttributeInfo p:first-child {
    font-size: 30px;
    text-transform: capitalize;
    line-height: 35px;
    font-weight: 700
}

.page-1087 .GenericCentralContent p:last-child * {
    color: #dd7631!important;
    font-size: 50px!important;
    font-weight: 700;
    line-height: 59px!important
}

.faqdescription {
    margin-top: 15px!important;
    margin-bottom: 45px!important;
    display: inline-block
}

.faqdescription * {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    display: inline-block
}

.faqdescription strong {
    margin-bottom: 15px;
    margin-top: 15px
}

.viewOtherTrainingCouse {
    background: #46474821;
    padding: 52px 0 50px 0;
    margin-top: 44px;
    margin-bottom: 15px
}

.viewOtherTrainingCouse span {
    font-size: 50px;
    font-weight: 700;
    line-height: 59px;
    color: #dd7631;
    display: inline-block;
    padding-bottom: 19px
}

.viewOtherTrainingCouse p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px
}

.formIscrizioneCorso {
    position: fixed;
    background: #ffffffe6;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    overflow-y: scroll
}

.formIscrizioneCorsoClose {
    text-align: right
}

.formIscrizioneCorsoClose i {
    font-size: 25px!important
}

.formIscrizioneCorso {
    padding-top: 131px
}

.formIscrizioneCorsoTitle {
    font-size: 50px;
    line-height: 59px;
    white-space: break-spaces
}

@media (min-width: 1500px) {
    .formIscrizioneCorso>.container {
        width:1265px
    }
}

.isLandingPage .GDPRPrivacyFlags .FlagTitle,.isLandingPage .GDPRPrivacyFlags>div:nth-child(1),.isTrainingCourse .GDPRPrivacyFlags .FlagTitle,.isTrainingCourse .GDPRPrivacyFlags>div:nth-child(1),.page-1087 .GDPRPrivacyFlags .FlagTitle,.page-1087 .GDPRPrivacyFlags>div:nth-child(1) {
    display: none
}

.isTrainingCourse .popup_form {
    font-size: 16px;
    width: 1%
}

body:not(.page-1578).isTrainingCourse FORM DIV.sfForm INPUT[type=date],body:not(.page-1578).isTrainingCourse FORM DIV.sfForm INPUT[type=text],body:not(.page-1578).isTrainingCourse FORM DIV.sfForm SELECT,body:not(.page-1578).isTrainingCourse FORM DIV.sfForm TEXTAREA,body:not(.page-1578).isTrainingCourse FORM[name=req] INPUT[type=date],body:not(.page-1578).isTrainingCourse FORM[name=req] INPUT[type=text],body:not(.page-1578).isTrainingCourse FORM[name=req] SELECT,body:not(.page-1578).isTrainingCourse FORM[name=req] TEXTAREA {
    display: block;
    width: 100%!important;
    height: 57px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc
}

.isTrainingCourse body:not(.page-1578) FORM DIV.sfForm TEXTAREA,.isTrainingCourse body:not(.page-1578) FORM[name=req] TEXTAREA {
    height: 53px
}

.isTrainingCourse body:not(.page-1578) FORM DIV.sfForm SELECT[multiple=multiple] {
    height: 80px
}

.isTrainingCourse body:not(.page-1578) FORM INPUT[type=submit] {
    border: 0!important;
    padding: 10px 60px;
    margin: 40px 0
}

.isTrainingCourse .copyInTxtArea {
    display: inline-block;
    width: 100%
}

.isTrainingCourse .copyInTxtArea td:last-child {
    width: 77%!important;
    display: inline-block
}

.isTrainingCourse .copyInTxtArea td:first-child {
    width: 13%!important;
    display: inline-block
}

.form-content * {
    padding: 0
}

.form-content p {
    margin-bottom: 52px
}

.form-content p span {
    font-size: 16px!important;
    line-height: 19px
}

.isTrainingCourse .popup_form {
    font-size: 16px;
    width: 1%
}

.fullWidthTitle {
    clear: both;
    display: inline-block;
    width: calc(100% - 16.66666667%);
    margin-left: 16.66666667%;
    margin-top: 50px;
    margin-bottom: 0!important
}

.fullWidthTitle>span:first-child {
    width: 100%
}

.fullWidthTitle>span:last-child {
    width: 100%
}

body:not(.page-1578).isTrainingCourse FORM DIV.sfForm INPUT[type=date],body:not(.page-1578).isTrainingCourse FORM DIV.sfForm INPUT[type=text],body:not(.page-1578).isTrainingCourse FORM DIV.sfForm SELECT,body:not(.page-1578).isTrainingCourse FORM DIV.sfForm TEXTAREA,body:not(.page-1578).isTrainingCourse FORM[name=req] INPUT[type=date],body:not(.page-1578).isTrainingCourse FORM[name=req] INPUT[type=text],body:not(.page-1578).isTrainingCourse FORM[name=req] SELECT,body:not(.page-1578).isTrainingCourse FORM[name=req] TEXTAREA {
    display: block;
    width: 100%!important;
    height: 57px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc
}

.isTrainingCourse body:not(.page-1578) FORM DIV.sfForm TEXTAREA,.isTrainingCourse body:not(.page-1578) FORM[name=req] TEXTAREA {
    height: 53px
}

.isTrainingCourse body:not(.page-1578) FORM DIV.sfForm SELECT[multiple=multiple] {
    height: 80px
}

.isTrainingCourse body:not(.page-1578) FORM INPUT[type=submit] {
    border: 0!important;
    padding: 10px 60px;
    margin: 40px 0
}

.isTrainingCourse .copyInTxtArea {
    display: inline-block;
    width: 100%
}

.isTrainingCourse .copyInTxtArea td:last-child {
    width: 77%!important;
    display: inline-block
}

.isTrainingCourse .copyInTxtArea td:first-child {
    width: 13%!important;
    display: inline-block
}

.trainingSubmitBtn {
    display: inline-block;
    border: 2px solid #fa7123!important;
    background: #fa7123;
    color: #fff;
    border-radius: 9px;
    box-shadow: 0 3px 6px #0000007d;
    text-align: left;
    margin: 72px 0
}

.trainingSubmitBtn * {
    color: #fff;
    background: 0 0
}

.trainingSubmitBtn input {
    margin: 0!important;
    font-size: 52px;
    line-height: 61px;
    text-align: left;
    padding: 5px 53px!important
}

.trainingSubmitBtn input:active,.trainingSubmitBtn input:focus,.trainingSubmitBtn input:hover {
    background: 0 0!important
}

.trainingSubmitBtn .GDPRPrivacyFlags a {
    font-size: 20px;
    line-height: 24px
}

.trainingSubmitBtn .GDPRPrivacyFlags>div {
    padding: 5px 53px!important
}

.trainingSubmitBtn .GDPRPrivacyFlags {
    margin: 0
}

.trainingSubmitBtn input[name=GDPRPrivacyFlags_1953] {
    width: 24px;
    height: 24px;
    margin-right: 13px!important
}

.btnIscrizioneCorso {
    display: inline-block;
    background: #fa7123!important;
    box-shadow: 0 3px 6px #0000007d;
    margin: 72px 0!important;
    text-align: left;
    border-radius: 9px
}

.btnIscrizioneCorso * {
    color: #fff
}

.btnIscrizioneCorso>div {
    margin-top: 22px!important
}

.btnIscrizioneCorso>input {
    background: 0 0;
    width: 100%;
    text-align: left;
    margin: 0!important;
    font-size: 52px;
    line-height: 61px;
    padding: 0 53px!important;
    padding-bottom: 22px!important
}

.btnIscrizioneCorso>input:active,.btnIscrizioneCorso>input:focus,.btnIscrizioneCorso>input:hover {
    background: 0 0!important;
    color: #0000008f!important
}

.btnIscrizioneCorso .GDPRPrivacyFlags a {
    font-size: 20px;
    line-height: 24px
}

.btnIscrizioneCorso>div {
    padding: 0 53px!important;
    margin: 0
}

.btnIscrizioneCorso input[name=GDPRPrivacyFlags_1953] {
    width: 24px;
    height: 24px;
    margin-right: 13px;
    display: inline-block
}

.btnIscrizioneCorso .GDPRPrivacyFlag>div {
    display: flex;
    align-items: center
}

#btnIscrizioneCorso:active,#btnIscrizioneCorso:focus,#btnIscrizioneCorso:hover {
    cursor: pointer;
    cursor: hand;
    text-decoration: none;
    background: #fa7123a6!important
}

.form-check-label {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400
}

.form-check-input {
    width: 23px;
    height: 23px;
    margin-right: 13px!important
}

.areaRiservataLink li {
    list-style: none
}

.areaRiservataLink li a {
    border-bottom: 4px solid transparent;
    background: 0 0;
    text-shadow: 0 0 0!important;
    padding-left: 0;
    padding-right: 0;
    margin: 0 10px;
    font-size: 17px;
    display: inline-block;
    margin-right: 0;
    color: #fe0000!important
}

.areaRiservataLink li a:hover {
    background: 0 0;
    background-color: transparent!important;
    border-color: red;
    color: #000
}

.social-login {
    margin-left: 0!important
}

.conferma-iscrizione-corso div:first-child b {
    font-size: 40px;
    line-height: 47px;
    white-space: break-spaces!important;
    margin: 46px 0
}

.conferma-iscrizione-corso div:first-child {
    font-size: 40px;
    line-height: 47px;
    white-space: break-spaces!important;
    margin: 46px 0
}

.conferma-iscrizione-corso div:first-child {
    font-size: 32px!important;
    line-height: 37px;
    display: block;
    margin: 46px 0;
    white-space: break-spaces
}

.conferma-iscrizione-corso div:first-child:first-line {
    font-weight: 700
}

.conferma-iscrizione-corso .conferma-iscrizione-corso-descrizione h2 {
    color: #fa7123!important;
    font-size: 32px;
    font-weight: 700;
    line-height: 37px;
    font-family: Raleway!important;
    margin: 0
}

.conferma-iscrizione-corso .conferma-iscrizione-corso-descrizione h3 {
    font-size: 32px;
    line-height: 37px;
    font-family: Raleway!important;
    margin: 0
}

.conferma-iscrizione-corso .conferma-iscrizione-corso-descrizione p {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    margin-top: 18px;
    margin-bottom: 46px
}

.btnSocialCorso {
    display: inline-block;
    background: #fa7123;
    color: #fff;
    border-radius: 9px;
    box-shadow: 0 3px 6px #0000007d;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    padding: 22px!important;
    margin-bottom: 15px
}

.btnSocialCorso:first-line {
    font-size: 52px;
    line-height: 61px
}

.isLandingPage .LandingPage h1 {
    text-align: left;
    color: #ec700e;
    font-size: 50px;
    line-height: 59px;
    font-family: Raleway,sans-serif
}

.isLandingPage .LandingPage>div:not(.tcDivs) p {
    font-size: 20px
}

.isLandingPage .LandingPage.LandingPageLayout_2>div:not(.tcDivs) p * {
    font-size: 20px!important;
    padding-bottom: 16px;
    display: inline-block
}

.lp-title-page {
    font-size: 50px;
    line-height: 59px;
    font-weight: 700;
    margin-top: 33px;
    margin-bottom: 40px
}

.isLandingPage #btnIscrizioneCorso {
    display: inline-block;
    background: #dd7631;
    color: #fff;
    border-radius: 9px;
    font-size: 50px;
    line-height: 59px;
    box-shadow: 0 3px 6px #0000007d!important;
    padding: 20px 30px
}

.cosa-dicono-di-noi {
    background: #fa7123;
    margin-bottom: 17px;
    padding-top: 51px;
    padding-bottom: 30px
}

.cosa-dicono-di-noi>div>div>div>div * {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 700!important
}

.cosa-dicono-di-noi>div>div>div>div {
    font-size: 20px;
    line-height: 30px;
    color: #fff
}

.cosa-dicono-di-noi-box {
    display: inline-flex;
    flex-direction: row;
    height: 100%
}

.cosa-dicono-di-noi-box>div {
    height: auto;
    display: flex;
    flex-direction: column
}

.cosa-dicono-di-noi-box>div>div:first-child {
    flex: 1
}

.cosa-dicono-di-noi>div>div:first-child,.cosa-dicono-di-noi>div>div>div:first-child {
    padding: 0
}

.isTrainingCourse .popup_form {
    font-size: 16px;
    width: 1%
}

body:not(.page-1578).isLandingPage FORM DIV.sfForm INPUT[type=date],body:not(.page-1578).isLandingPage FORM DIV.sfForm INPUT[type=text],body:not(.page-1578).isLandingPage FORM DIV.sfForm SELECT,body:not(.page-1578).isLandingPage FORM DIV.sfForm TEXTAREA,body:not(.page-1578).isLandingPage FORM[name=req] INPUT[type=date],body:not(.page-1578).isLandingPage FORM[name=req] INPUT[type=text],body:not(.page-1578).isLandingPage FORM[name=req] SELECT,body:not(.page-1578).isLandingPage FORM[name=req] TEXTAREA {
    display: block;
    width: 100%!important;
    height: 57px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc
}

.isLandingPage body:not(.page-1578) FORM DIV.sfForm TEXTAREA,.isLandingPage body:not(.page-1578) FORM[name=req] TEXTAREA {
    height: 53px
}

.isLandingPage body:not(.page-1578) FORM DIV.sfForm SELECT[multiple=multiple] {
    height: 80px
}

.isLandingPage body:not(.page-1578) FORM INPUT[type=submit] {
    border: 0!important;
    padding: 10px 60px;
    margin: 40px 0
}

.isLandingPage .copyInTxtArea {
    display: inline-block;
    width: 100%
}

.isLandingPage .copyInTxtArea td:last-child {
    width: 77%!important;
    display: inline-block
}

.isLandingPage .copyInTxtArea td:first-child {
    width: 13%!important;
    display: inline-block
}

.isLandingPage .tcDivs {
    margin-bottom: 93px
}

.isLandingPage .LandingPage>.container>a {
    margin-top: 72px;
    margin-bottom: 72px
}

.isLandingPage .tcDivs .productVideo {
    margin: 0
}

.isLandingPage .tcDivs>div>a {
    margin-bottom: 81px;
    margin-top: 51px
}

.lp-section-title {
    padding: 0;
    font-size: 50px;
    line-height: 59px;
    color: #fa7123;
    font-weight: 700;
    text-transform: uppercase
}

div.training-common-description+div.lp-section-title {
    margin-top: 70px;
    margin-bottom: 20px
}

div.tcDivs>div>div.lp-section-title {
    margin-top: 47px;
    margin-bottom: 51px
}

.isLandingPage .navbar-brand-container {
    margin-top: 33px;
    margin-bottom: 41px
}

body:not(.page-1578).page-1087 FORM DIV.sfForm INPUT[type=date],body:not(.page-1578).page-1087 FORM DIV.sfForm INPUT[type=text],body:not(.page-1578).page-1087 FORM DIV.sfForm SELECT,body:not(.page-1578).page-1087 FORM DIV.sfForm TEXTAREA,body:not(.page-1578).page-1087 FORM[name=req] INPUT[type=date],body:not(.page-1578).page-1087 FORM[name=req] INPUT[type=text],body:not(.page-1578).page-1087 FORM[name=req] SELECT,body:not(.page-1578).page-1087 FORM[name=req] TEXTAREA {
    display: block;
    width: 100%!important;
    height: 57px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc
}

.page-1087 body:not(.page-1578) FORM DIV.sfForm TEXTAREA,.page-1087 body:not(.page-1578) FORM[name=req] TEXTAREA {
    height: 53px
}

.page-1087 body:not(.page-1578) FORM DIV.sfForm SELECT[multiple=multiple] {
    height: 80px
}

.page-1087 body:not(.page-1578) FORM INPUT[type=submit] {
    border: 0!important;
    padding: 10px 60px;
    margin: 40px 0
}

.page-1087 .copyInTxtArea {
    display: inline-block;
    width: 100%
}

.page-1087 .copyInTxtArea td:last-child {
    width: 77%!important;
    display: inline-block
}

.page-1087 .copyInTxtArea td:first-child {
    width: 13%!important;
    display: inline-block
}

.isLandingPage .GDPRPrivacyFlag>div>div>div,.page-1087 .GDPRPrivacyFlag>div>div>div {
    display: none
}

@media (max-width: 768px) {
    .carousel-inner>.item {
        min-height:328px
    }

    .page-1087 .GenericCentralContent h1 {
        font-size: 30px;
        line-height: 35px
    }

    .page-1087 .GenericCentralContent p:last-child * {
        font-size: 30px!important;
        line-height: 35px!important
    }

    .page-1087 #tccategory,.page-1087 #tcmonth {
        width: 100%
    }

    .tcDivs>div>a>span:first-child img {
        max-width: 46px
    }

    .faqTitle {
        font-size: 30px!important;
        line-height: 30px!important;
        font-weight: 700
    }

    .btnTrainingInfo {
        text-align: center
    }

    .tcDivs a:last-child {
        font-size: 30px;
        line-height: 30px
    }

    .viewOtherTrainingCouse span {
        font-size: 30px;
        line-height: 30px
    }

    .formIscrizioneCorsoTitle {
        font-size: 30px;
        line-height: 30px
    }

    .formIscrizioneCorso {
        padding-top: 30px
    }

    .formIscrizioneCorso>.container {
        width: 100%
    }

    .formIscrizioneCorso .form-content p {
        margin: 0!important
    }

    .formIscrizioneCorso .form-content p span:nth-child(2n) {
        margin-bottom: 20px!important;
        display: block
    }

    .formIscrizioneCorso .form-content p:last-child span {
        margin: 0!important
    }

    .btnIscrizioneCorso>input {
        width: 100%;
        font-size: 30px;
        line-height: 30px
    }

    .btnIscrizioneCorso .GDPRPrivacyFlags a {
        font-size: 12px;
        line-height: 12px!important;
        display: flex
    }

    .btnIscrizioneCorso>div {
        padding: 0 35px!important
    }

    .btnIscrizioneCorso>input {
        padding: 12px 35px!important
    }

    .trainig-captcha table tr {
        display: flex;
        flex-direction: column
    }

    .isLandingPage .LandingPage h1,.lp-title-page {
        font-size: 30px;
        line-height: 30px;
        margin-top: 10px;
        margin-bottom: 12px
    }

    .isLandingPage #btnIscrizioneCorso {
        font-size: 30px;
        line-height: 30px;
        text-align: center
    }

    .isLandingPage .LandingPage>.container>a {
        margin-top: 33px;
        margin-bottom: 42px
    }

    .lp-section-title {
        font-size: 30px;
        line-height: 30px
    }

    .isLandingPage .LandingPage>div:not(.tcDivs) p {
        font-size: 15px;
        line-height: 20px
    }

    .cosa-dicono-di-noi-box {
        display: initial!important
    }

    .cosa-dicono-di-noi {
        padding-top: 5px!important;
        padding-bottom: 0
    }

    .cosa-dicono-di-noi>div>div:first-child,.cosa-dicono-di-noi>div>div>div:first-child {
        padding: 0 15px
    }

    .cosa-dicono-di-noi .container {
        padding: 0
    }

    .cosa-dicono-di-noi-box>div:last-child {
        padding: 0
    }

    .cosa-dicono-di-noi-box>div .productVideo {
        margin: 0
    }

    .cosa-dicono-di-noi-mobile {
        display: initial!important;
        text-align: center;
        padding: 16px 0
    }

    .cosa-dicono-di-noi-desktop {
        display: none
    }

    .isLandingPage .tcDivs>div>a {
        margin: 30px 0
    }

    .isLandingPage .tcDivs {
        margin: 0
    }

    .faqAttributeInfo p:first-child br {
        display: initial!important
    }

    .cosa-dicono-di-noi>div>div:first-child img,.cosa-dicono-di-noi>div>div>div:first-child img {
        margin: 0 auto;
        max-width: 160px
    }

    .conferma-iscrizione-corso div:first-child {
        font-size: 30px;
        line-height: 30px
    }

    .conferma-iscrizione-corso .conferma-iscrizione-corso-descrizione h2,.conferma-iscrizione-corso .conferma-iscrizione-corso-descrizione h3 {
        font-size: 20px;
        line-height: 20px
    }

    .conferma-iscrizione-corso div:first-child {
        font-size: 20px!important;
        line-height: 20px;
        white-space: break-spaces!important;
        margin: 46px 0
    }

    .btnTrainingInfo {
        width: 100%
    }

    .btnSocialCorso>span {
        font-size: 30px;
        display: inline-block;
        line-height: 30px;
        padding-bottom: 17px!important
    }
}

.cosa-dicono-di-noi-mobile {
    display: none
}

.formIscrizioneCorso .faqAttributeInfo p:first-child br {
    display: none
}

.formIscrizioneCorso .trainig-captcha>td>a,.formIscrizioneCorso .trainig-captcha>td>b {
    display: none!important
}

.formIscrizioneCorso .trainig-captcha table td {
    padding: 0
}

.formIscrizioneCorso .trainig-captcha table td b {
    font-size: 16px
}

.formIscrizioneCorso .trainig-captcha table td>img {
    height: 57px
}

.blogMenu {
    margin-top: 20px
}

.blogMenu .dropdown.open button,.blogMenu button,.blogMenu button:active,.blogMenu button:focus {
    background: #373737;
    border: 0;
    color: #fff;
    text-shadow: none
}

.blogMenu .dropdown.open button,.blogMenu .dropdown.open button:focus {
    background: red
}

.blogMenu .dropdown {
    display: block
}

.blogMenu button {
    display: inline-block;
    width: 100%
}

.blogMenu .dropdown-menu {
    width: 100%
}

.blogMenu .selTitle {
    display: none
}

.blogMenu .selText {
    display: inline-block
}

.blogArticlesList {
    margin-top: 50px
}

@media only screen and (min-width: 1024px) {
    .blogMenu {
        margin-top:40px
    }

    .blogMenu .selTitle {
        display: inline-block
    }

    .blogMenu .selText {
        display: none
    }

    .blogMenu .dropdown {
        display: inline-block;
        width: auto
    }

    .blogMenu button,.blogMenu button:active {
        background: 0 0!important;
        border: 0;
        box-shadow: none;
        font-size: 24px;
        font-weight: 400;
        padding: 0;
        width: 100%;
        text-align: left;
        color: #373737;
        text-transform: uppercase
    }

    .blogMenu button .caret {
        display: none
    }

    .blogMenu .dropdown-menu {
        display: block;
        position: static;
        background: 0 0;
        border: 0;
        box-shadow: none;
        margin: 0;
        padding: 0;
        margin-bottom: 20px
    }

    .blogMenu .dropdown-menu li a:active,.blogMenu .dropdown-menu li a:focus,.blogMenu .dropdown-menu li a:hover {
        text-decoration: underline;
        cursor: hand;
        cursor: pointer
    }

    .blogMenu .dropdown-menu li a {
        padding: 3px 0;
        color: #373737;
        font-size: 18px;
        font-weight: 300
    }

    .blogMenu .dropdown-menu li.active a {
        color: red;
        font-weight: 800;
        text-decoration: underline
    }
}

.dropdown-menu>li.active>a,.dropdown-menu>li>a:active,.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
    background: rgba(255,255,255,.2);
    border-top: 0 solid rgba(255,255,255,.2);
    border-bottom: 0 solid rgba(255,255,255,.3)
}

@media (max-width: 767px) {
    .goToBrushless .btn {
        width:auto;
        font-size: 18px;
        display: inline-block;
        left: 5%;
        right: 5%;
        padding: 20px 40px
    }

    .page-295 .carouselPage img {
        height: 275px;
        object-fit: cover
    }

    .page-295 .WholePageContent .headerBannerSloganDescrizione,.page-295 .headerBannerSlogan .headerBannerSloganDescrizione {
        font-size: 16px;
        line-height: 18px
    }

    .page-295 .WholePageContent .headerBannerSloganTitolo,.page-295 .headerBannerSlogan .headerBannerSloganTitolo {
        font-size: 26px;
        line-height: 26px
    }

    .culture .carousel-inner>.item>a>img,.culture .carousel-inner>.item>img,.culture .img-responsive,.culture .thumbnail a>img,.culture .thumbnail>img {
        margin: 0 auto
    }

    .culture .item .container {
        margin-top: 0
    }

    .culture-title {
        text-align: center
    }

    .culture {
        height: 100%
    }

    .carousel-inner>.item img {
        min-height: 328px;
        object-fit: cover
    }

    .WholePageContent {
        background-position: center
    }

    .page-1272 .GenericCentralContent,.page-1272 .row,.page-1732 .GenericCentralContent,.page-1732 .row {
        padding: 0!important
    }

    .GenericCentralContent iframe:not(.noresponsive),.GenericCentralContent img:not([src="/images/1pixel.gif"]) {
        object-fit: cover;
        object-position: left
    }

    .primeDL>a {
        position: relative
    }

    .primeDL>a>div>div>div {
        display: block!important;
        background: #ed6d0a;
        padding: 20px 25px
    }

    .primeDL>a>div,.primeDL>a>div>div {
        padding-top: 0
    }

    .primeDLpopup>div>div {
        position: relative;
        background-position: center
    }

    .primeDLpopup>div>div a {
        display: inline-block;
        background: #ed6d0a;
        color: #fff;
        padding: 10px 15px;
        position: absolute;
        left: 5%;
        right: 5%;
        top: 40%;
        width: auto
    }

    .page-1086 .carousel-inner>.item img,.page-1744 .carousel-inner>.item img {
        object-position: left
    }

    .page-1744 .GenericCentralContent>p {
        margin-left: 0!important
    }

    .page-1086 .GenericCentralContent iframe:not(.noresponsive),.page-1086 .GenericCentralContent img:not([src="/images/1pixel.gif"]),.page-1278 .GenericCentralContent iframe:not(.noresponsive),.page-1278 .GenericCentralContent img:not([src="/images/1pixel.gif"]),.page-1744 .GenericCentralContent iframe:not(.noresponsive),.page-1744 .GenericCentralContent img:not([src="/images/1pixel.gif"]),.page-89 .GenericCentralContent iframe:not(.noresponsive),.page-89 .GenericCentralContent img:not([src="/images/1pixel.gif"]),.parentPage-1551 .GenericCentralContent iframe:not(.noresponsive),.parentPage-1551 .GenericCentralContent img:not([src="/images/1pixel.gif"]),.parentPage-2696 .GenericCentralContent iframe:not(.noresponsive),.parentPage-2696 .GenericCentralContent img:not([src="/images/1pixel.gif"]) {
        height: auto
    }

    .page-1087 .carousel-inner>.item,.page-1087 .carousel-inner>.item img,.page-1113 .carousel-inner>.item,.page-1113 .carousel-inner>.item img,.page-1278 .carousel-inner>.item,.page-1278 .carousel-inner>.item img,.page-1551 .carousel-inner>.item,.page-1551 .carousel-inner>.item img,.page-1928 .carousel-inner>.item,.page-1928 .carousel-inner>.item img,.parentPage-312 .carousel-inner>.item,.parentPage-312 .carousel-inner>.item img {
        min-height: unset
    }

    .centralContent .cat-intro h1 {
        font-size: 45px
    }
}

.rivDet .dealerContacts .brand > img {
    height: 100px;
    width: auto;
}

#technical-sheet-table .tabelladati thead tr td nobr {
    white-space: normal !important;
}

#technical-sheet-table .tabelladati thead td {
    font-weight: bold;
}

#technical-sheet-table .tabelladati thead td, #technical-sheet-table .tabelladati tbody td {
    padding: 5px 10px;
    line-height: 18px;
}

#technical-sheet-table .tabelladati tbody tr {
    border-bottom: 1px solid #DDD;
}

#technical-sheet-table .tabelladati tbody tr.obsolete td:first-child {
    color: #F00;
    font-style: italic;
}

#technical-sheet-table .tabelladati tr td:first-child {
    width: 50%;
}

#technical-sheet-table .tabelladati tr td:not(#technical-sheet-table .tabelladati tr td:first-child) {
    text-align: center;
}

#technical-sheet-table .mfp-close {
    background: #f00;
    color: #FFF;
    border-radius: 50px;
    top: -15px;
    right: -15px;
    opacity: 0.8;
}

#technical-sheet-table .tabelladati tbody tr.trOver {
    cursor: pointer;
    background: #da701e25;
}

#technical-sheet-table .tabelladati tbody tr.trOver i {
    color: #F00;
}

.product-specs .technical-sheet-open img {
    max-width: 30px;
    margin-top: 10px;
}

.product-specs .technical-sheet-open span {
    display: inline-block;
    margin-top: -22px;
    width: 100%;
    font-size: 13px;
    display: none;
}

.download-sheet-btn {
    display: inline-block;
    background: #ed6d0a;
    border-radius: 0;
    border: 0;
    text-shadow: none;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 16px 32px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 50px;
}

.download-sheet-btn:hover, .sub-menu-accessori > div > a > span:hover {
    background: #da701e;
    color: #FFF;
    text-decoration: none;
}

.download-sheet-btn br, .acc-list-products .list-row > .single-acc .technical-sheet-open span br {
    content: "";
}

.download-sheet-btn br:after, .acc-list-products .list-row > .single-acc .technical-sheet-open span br:after {
    content: " ";
}

.white-popup .mfp-iframe-scaler iframe {
    height: 100%;
    /* min-height: 250px; */
    max-height: 380px;
}

.acc-list-products .list-row > .single-acc {
    display: flex !important;
    width: 100%;
    margin: 25px 0px;
    border-bottom: 1px solid #DDD;
}

.acc-list-products .list-row > .single-acc .prod-img img {
    max-width: 75px !important;
    max-height: 75px!important;
}

.acc-list-products .list-row > .single-acc .prod-img {
    max-height: 75px!important;
}

.acc-list-products .list-row > .single-acc .prod-info .prod-name, .acc-list-products .list-row > .single-acc .prod-info .prod-desc {
    text-align: left;
}

.acc-list-products .list-row > .single-acc .prod-info {
    flex: 1;
}

.acc-list-products .list-row > .single-acc .technical-sheet-open img {
    max-width: 44px;
    margin-right: 15px;
}

.acc-list-products .list-row > .single-acc .technical-sheet-open {
    display: flex;
    align-items: center;
    margin: 0;
}

.acc-list-products .list-row {
    margin-top: 0px !important;
    visibility: hidden;
    opacity: 0;
    height: 0px;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.25s ease;
}

.acc-list-products .list-title.open + div.list-row {
    visibility: visible;
    opacity: 1;
    height: 100%;
    transform: scaleY(1);
}

.acc-list-products .list-row > .single-acc > div:lastchild {
    border: solid;
    min-width: 100px;
}

.acc-list-products .list-section .list-title {
    text-align: left !important;
    margin-bottom: 0px !important;
    background: #EEE;
    padding-left: 15px;
    font-size: 40px !important;
    position: relative;
}

.acc-list-products .list-section .list-title:after {
    content: '\f078';
    font-size: 32px;
    font-family: fontawesome;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    transition: font-size 0.25s ease;
}

.acc-list-products .list-section .list-title.open:after {
    content: '\f077';
    font-size: 32px;
    font-family: fontawesome;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    transition: font-size 0.25s ease;
}

.acc-list-products .list-section .list-title:hover {
    cursor: pointer;
    background: #DDD;
    font-weight: 400;
}

.acc-list-products .list-section:hover .list-title:after {
    font-size: 35px;
}

.acc-list-products.container > .list-section {
    margin-top: 0px !important;
}

.list-title.open + div.list-row > div:last-child {
    margin-bottom: 25px !important;
}

.sub-menu-accessori > div > a > span {
    display: inline-block;
    background: #ed6d0a;
    border-radius: 0;
    border: 0;
    text-shadow: none;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 300;
    padding: 16px 32px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 50px;
}

iframe[name='fExplore'] {
    height: 100% !important;
}

.page-12821 .GenericCentralContent div {
    padding: 0px;
}

.page-12821 .prodFastSearchField a {
    right: 0px;
}

.page-12821 .prodFastSearchField input {
    min-width: 300px;
    padding: 3px;
}

#technical-sheet-table .tabelladati thead tr.mobile {
    displ: none;
}

@media (max-width: 768px) {
    .white-popup .mfp-iframe-scaler iframe {
        max-height: 100% !important;
    }

    .white-popup .mfp-content {
        height: 100%;
    }

    #technical-sheet-table .tabelladati thead tr:first-child {
        display: none;
    }

    #technical-sheet-table .tabelladati thead tr.mobile {
        background: #EFEFEF;
    }

    #technical-sheet-table .tabelladati thead tr.mobile td {
        padding: 10px;
    }

    #technical-sheet-table .tabelladati tbody tr {
        display: flex !important;
        flex-wrap: wrap !important;
    }

    #technical-sheet-table .tabelladati tbody tr td:first-child {
        width: 100%;
        padding-top: 10px;
    }

    #technical-sheet-table .tabelladati tbody tr td:last-child {
        display: none;
    }

    #technical-sheet-table .tabelladati tbodytr td:nth-last-child(2) {
        flex: 1;
    }

    #technical-sheet-table .tabelladati tbody tr td:nth-last-child(2) i {
        font-size: 20px;
    }

    .download-sheet-btn {
        margin: 10px;
        margin-top: 50px;
    }

    .download-sheet-btn > span {
        line-height: 20px;
    }
}

.areaRiservataLink li:last-child a {
    color: #dd7731 !important;
}

.areaRiservataLink li:last-child a:hover {
    border-color: #dd7731;
}

.areaRiservataLink li a > i {
    width: 16px;
}

#documentationLink {
    text-align: center;
}

#documentationLink > a {
    display: inline-flex;
    align-items: center;
    color: #FFF;
    background: #dd7731;
    padding: 8px 32px;
    margin-bottom: 16px;
}

#documentationLink > a > i {
    padding-right: 8px;
}

#documentationLink > a:hover {
    text-decoration: none;
}

#dimensioni .item-image {
    text-align: center;
    border: 1px solid #00000033;
    padding: 30px 0px;
}

#dimensioni .item-image img {
    max-width: 720px;
    margin: 0px auto;
    border: 0px !important;
}