/*
    #580c0a
    #9e0400
    #bc2320
*/

html {
    /*FIX IE, barra laterale nelle schermate con elenco prodotti*/
    overflow-x: hidden;
}

.marginTop20 {
    margin-top: 20px;
}

.marginTop40 {
    margin-top: 40px;
}

.marginBottom20 {
    margin-bottom: 20px;
}

.marginBottom40 {
    margin-bottom: 40px;
}

.IntroWrapper {
    margin-top: 310px;
    background-color: red;
}

.ShowcaseWrapper {
    margin-top: 100px;
    background-color: #bc2320;
}

    .ShowcaseWrapper .container .title {
    }

        .ShowcaseWrapper .container .title h1 {
            position: relative;
            width: 100%;
            text-align: center;
            font-size: 3rem;
            font-weight: 200;
            color: #fff;
            display: block;
        }

        .ShowcaseWrapper .container .title img {
            width: 90%;
            margin-left: 5%;
            margin-top: -10px;
            margin-bottom: 40px;
            position: relative;
            float: left;
            height: 10px;
        }

    .ShowcaseWrapper .container .index {
    }

        .ShowcaseWrapper .container .index .item {
            width: 90%;
            margin-left: 5%;
            top: -20px;
            height: 220px;
            position: relative;
            text-align: center;
            padding-bottom: 0px;
            background-image: url('/SiteImg/bg_item_bottom.png');
            background-size: 100% auto;
            background-position: bottom center;
            background-repeat: no-repeat;
            transition: 200ms;
        }

            .ShowcaseWrapper .container .index .item:hover {
                background-color: #a50d0b;
            }

        .ShowcaseWrapper .container .index a {
            text-decoration: none;
        }

        .ShowcaseWrapper .container .index .item img {
            position: relative;
            width: 30%;
            margin: auto;
            top: 0px;
            height: auto;
        }

        .ShowcaseWrapper .container .index .item h2 {
            padding-top: 8px;
            position: absolute;
            line-height: 56px;
            bottom: 0px;
            font-size: 2rem;
            width: 100%;
            border-top: 1px solid #fff;
            border-bottom: 1px solid #fff;
            text-align: center;
            color: #fff;
            text-shadow: 0px 0px 10px #550800;
            background-image: url('/SiteImg/bg_high.png');
            background-size: 100% 100%;
            margin-bottom: 0px;
            text-transform: uppercase;
        }

    .ShowcaseWrapper .container .products > div {
        margin-top: 60px;
    }

    .ShowcaseWrapper .container .products .item {
        background-color: #a50d0b;
        display: block;
        overflow: hidden;
        position: relative;
        transition: 200ms;
        text-decoration: none;
    }

        .ShowcaseWrapper .container .products .item img {
            position: relative;
            width: 100%;
            height: auto;
        }

        .ShowcaseWrapper .container .products .item:hover {
            background-color: #bc2320;
        }

        .ShowcaseWrapper .container .products .item .name {
            position: absolute;
            left: 5%;
            width: 90%;
            height: 60px;
            bottom: 124px;
            display: table;
            border-top: 1px solid #fff;
            border-bottom: 1px solid #fff;
        }

            .ShowcaseWrapper .container .products .item .name h3 {
                font-size: 1.2rem;
                text-align: center;
                color: #fff;
                vertical-align: middle;
                display: table-cell;
                text-transform: uppercase;
            }

        .ShowcaseWrapper .container .products .item h5 {
            font-size: 1rem;
            text-align: center;
            color: #5b1616;
            background-color: #fff;
            padding: 4px;
            margin-top: 75px;
            display: block;
            position: relative;
        }

.OutroWrapper {
    margin-top: 80px;
    background-image: url('/SiteImg/bg_blur.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #777;
    background-attachment: fixed;
    padding-bottom: 0px;
}

    .OutroWrapper .box {
        text-align: center;
        position: relative;
        margin: 0 auto;
        width: 50%;
    }

        .OutroWrapper .box.pic img {
            position: relative;
            /*width: 60%;*/
            width: 100%;
            margin: auto;
            vertical-align: bottom;
        }

        .OutroWrapper .box.buttons {
            text-align: center;
            padding-top: 10%;
        }

            .OutroWrapper .box.buttons .button {
                display: block;
                height: auto;
                min-height: 140px;
                padding: 20px;
                margin: auto;
                background-color: #000;
                margin-left: 0px;
                box-shadow: -20px -0px 40px rgba(0, 0, 0, .3);
                margin-bottom: 20px;
                transition: 300ms;
                margin-left: auto;
            }

            .OutroWrapper .box.buttons a {
                text-decoration: none;
            }

            .OutroWrapper .box.buttons .button:hover {
                box-shadow: -20px -0px 60px rgba(0, 0, 0, .3);
            }

                .OutroWrapper .box.buttons .button:hover span {
                    text-shadow: 0px 0px 6px #fff;
                    color: #fff;
                }

            .OutroWrapper .box.buttons a.button.museum span, .OutroWrapper .box.buttons a.button.museum {
                    
                    color: #acacac;
                }

            .OutroWrapper .box.buttons .button h4 {
                width: 100%;
                color: #333;
                font-size: 1rem;
                overflow: hidden;
                text-align: center;
                padding: 0px;
                margin-bottom: -10px;
            }

                .OutroWrapper .box.buttons .button h4 span {
                    width: 100%;
                    color: #bc2320;
                    font-size: 1.2rem;
                    margin-left: 10px;
                }

            .OutroWrapper .box.buttons .button:hover h4 {
                text-shadow: 0px 0px 6px #fff;
                text-decoration: none;
            }

                .OutroWrapper .box.buttons .button:hover h4 span {
                    color: #bc2320;
                    text-decoration: none;
                }

            .OutroWrapper .box.buttons:hover a:not(:hover) {
                opacity: .8;
                filter: blur(2px);
                transform: scale(.95);
                box-shadow: -10px -0px 60px rgba(0, 0, 0, .3);
            }

            .OutroWrapper .box.buttons .button:first-of-type {
                padding: 0px 0px 20px 0px;
                background-color: #fff;
            }

            .OutroWrapper .box.buttons .button img {
                position: relative;
                width: 100%;
                height: auto;
                margin: auto;
            }

@media (min-width: 600px) {
    .OutroWrapper .box {
        float: left;
    }

        .OutroWrapper .box.pic img {
            margin-top: 100px;
        }

        .OutroWrapper .box.buttons .button {
            width: 60%;
        }
}

@media (min-width: 768px) {
    .oblique_top_right:after,
    .oblique_top_left:after,
    .oblique_bottom_right:after,
    .oblique_bottom_left:after,
    .oblique_top_right:before,
    .oblique_top_left:before,
    .oblique_bottom_right:before,
    .oblique_bottom_left:before {
        content: '';
        position: absolute;
        left: 0px;
        overflow: visible;
        width: 100%;
        height: 200px;
        background-color: inherit;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        backface-visibility: initial;
    }

    .oblique_top_right .container,
    .oblique_top_left .container,
    .oblique_bottom_right .container,
    .oblique_bottom_left .container,
    .oblique_top_right .container,
    .oblique_top_left .container,
    .oblique_bottom_right .container,
    .oblique_bottom_left .container {
        position: relative;
        margin-top: -100px;
        z-index: 3;
    }

    .oblique_top_right:before {
        top: -100px;
        -webkit-transform: skewY(-1deg);
        -moz-transform: skewY(-1deg);
        -ms-transform: skewY(-1deg);
        -o-transform: skewY(-1deg);
        transform: skewY(-1deg);
    }

    .oblique_top_left:before {
        top: -100px;
        -webkit-transform: skewY(1deg);
        -moz-transform: skewY(1deg);
        -ms-transform: skewY(1deg);
        -o-transform: skewY(1deg);
        transform: skewY(1deg);
    }

    .oblique_top_left.HomeSlider:before {
        top: -9px;
        -webkit-transform: skewY(1deg);
        -moz-transform: skewY(1deg);
        -ms-transform: skewY(1deg);
        -o-transform: skewY(1deg);
        transform: skewY(1deg);
    }

    .oblique_bottom_right:after {
        bottom: -100px;
        -webkit-transform: skewY(1deg);
        -moz-transform: skewY(1deg);
        -ms-transform: skewY(1deg);
        -o-transform: skewY(1deg);
        transform: skewY(1deg);
    }

    .oblique_bottom_left:after {
        bottom: -100px;
        -webkit-transform: skewY(-1deg);
        -moz-transform: skewY(-1deg);
        -ms-transform: skewY(-1deg);
        -o-transform: skewY(-1deg);
        transform: skewY(-1deg);
    }
}

@media (min-width: 992px) {
    .oblique_top_left.HomeSlider:before {
        top: -11px;
    }
}

@media (min-width: 1200px) {
    .oblique_top_left.HomeSlider:before {
        top: -15px;
    }
}

@media (min-width: 1600px) {
    .oblique_top_left.HomeSlider:before {
        top: -18px;
    }
}

.container.title {
    height: 56px;
    overflow: hidden;
}

    .container.title h1 {
        position: relative;
        margin-top: 0px;
        font-size: 4rem;
        color: #5a5a5a;
        text-transform: capitalize;
    }

@media (min-width: 768px) {
    .container.title {
        height: 120px;
    }

        .container.title h1 {
            margin-top: 30px;
            font-size: 5rem;
        }
}
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.IntroWrapper {
    min-height: 300px;
    background-color: #ccc;
}

    .IntroWrapper .container .title {
    }

        .IntroWrapper .container .title h1 {
            position: relative;
            width: 100%;
            text-align: center;
            font-size: 3rem;
            font-weight: 200;
            color: #bc2320;
            display: block;
        }

        .IntroWrapper .container .title img {
            width: 90%;
            margin-left: 5%;
            margin-top: -10px;
            margin-bottom: 40px;
            position: relative;
            float: left;
            height: 10px;
        }

    .IntroWrapper .container .items {
    }

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: HOME Abstract */
.HomeAbstractWrapper {
    background-color: #fff;
    margin-top: 0px;
    padding: 0px;
    padding-bottom: 50px;
    min-height: 100px;
}

@media (min-width: 768px) {
    .HomeAbstractWrapper .content {
        margin-top: 20px;
    }
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: museum */
.MuseumWrapper {
    background-color: #fff;
    padding: 0px;
    margin-bottom: 100px;
}

    .MuseumWrapper .container .title {
        position: relative;
    }

        .MuseumWrapper .container .title h1 {
            position: relative;
            width: 100%;
            text-align: center;
            font-size: 3rem;
            font-weight: 200;
            color: #bc2320;
            display: block;
        }

        .MuseumWrapper .container .title img {
            width: 90%;
            margin-left: 5%;
            margin-top: -10px;
            margin-bottom: 40px;
            position: relative;
            float: left;
            height: 10px;
        }

    .MuseumWrapper .container .items {
        position: relative;
    }

        .MuseumWrapper .container .items .item {
            width: 94%;
            height: auto;
            position: relative;
            overflow: hidden;
            margin: auto;
            margin-bottom: 60px;
            cursor: pointer;
            display: block;
        }

            .MuseumWrapper .container .items .item .placeholder {
                width: 100%;
                height: auto;
                position: relative;
            }

            .MuseumWrapper .container .items .item .cover {
                width: 100%;
                height: 100%;
                top: 0px;
                left: 0px;
                position: absolute;
                transition: 400ms;
            }

            .MuseumWrapper .container .items .item:hover .cover {
                width: 110%;
                height: 110%;
                margin-left: -5%;
                margin-top: -5%;
                filter: brightness(200%);
            }

            .MuseumWrapper .container .items .item .title {
                width: 100%;
                height: 80px;
                display: table;
                position: absolute;
                top: 0px;
                left: 0px;
                background-color: rgba(255, 255, 255, .7);
                transition: 400ms;
            }

            .MuseumWrapper .container .items .item:hover .title {
                background-color: #580c0a;
                background-color: #9e0400;
            }

            .MuseumWrapper .container .items .item .title h2 {
                width: 100%;
                text-align: center;
                height: 80px;
                font-weight: 100;
                font-size: 1.4rem;
                display: table-cell;
                vertical-align: middle;
                color: #bc2320;
                transition: 400ms;
            }

            .MuseumWrapper .container .items .item:hover .title h2 {
                color: #fff;
                font-size: 1.5rem;
            }

            .MuseumWrapper .container .items .item .description {
                position: absolute;
                top: 330px;
                opacity: 0;
                height: calc(100% - 80px);
                width: 100%;
                background-color: rgba(255, 255, 255, .9);
                display: flex;
                flex-direction: column;
                justify-content: center;
                resize: vertical;
                transition: 700ms;
            }

            .MuseumWrapper .container .items .item:hover .description {
                top: 80px;
                opacity: 1;
            }

            .MuseumWrapper .container .items .item .description p {
                font-size: .8rem;
                font-family: 'Source Sans Pro', sans-serif;
                /*text-transform: lowercase;*/
                text-align: center;
                color: #888;
                vertical-align: middle;
                margin: 0;
                padding: 30px 50px;
                z-index: 2;
            }

            .MuseumWrapper .container .items .item .description .icon {
                position: absolute;
                bottom: -180px;
                opacity: .1;
                width: 400px;
                height: 400px;
                left: 50%;
                margin-left: -100px;
                z-index: 1;
            }

@media (min-width: 768px) {
    .MuseumWrapper {
        margin-top: 85px;
    }
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: footer */
footer {
    background-color: #333;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
}

    footer .top {
        width: 100%;
        height: auto;
        height: auto;
        overflow: hidden;
        background-color: #444;
    }

    footer .container .row .logos {
    }

        footer .container .row .logos a {
        }

            footer .container .row .logos a img {
                margin-top: 20px;
                margin-bottom: 20px;
                width: 100%;
                height: auto;
                max-width: 400px;
            }

@media (min-width: 768px) {
    footer .container .row .logos a img {
        max-width: none;
        margin-left: 0%;
    }
}

footer .menu {
    text-align: center;
    list-style: none;
}

    footer .menu li {
        display: inline;
        margin-left: 6px;
        margin-right: 6px;
    }

    footer .menu a {
        color: #999;
    }

        footer .menu a:hover {
            color: #FFF;
        }

footer .socials {
    margin-top: 30px;
    text-align: center;
    list-style: none;
}

    footer .socials li {
        display: inline;
    }

        footer .socials li a img {
            width: 30px;
            height: 30px;
            opacity: .6;
            cursor: pointer;
            transition: 200ms;
        }

        footer .socials li a:hover img {
            opacity: 1;
        }

footer .container .datas {
    padding-top: 20px;
    padding-bottom: 20px;
}

    footer .container .datas .info p {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: .7rem;
        color: #999;
        margin: 0px;
        margin-bottom: 4px;
    }

        footer .container .datas .info p a {
            color: #999;
        }

footer .bottom {
    display: block;
    position: relative;
    float: left;
    text-align: center;
    width: 100%;
    background-color: #222;
}

    footer .bottom p,
    footer .bottom a {
        text-transform: none;
        padding-top: 12px;
        padding-bottom: 4px;
        font-size: .8rem;
        letter-spacing: 1px;
        color: #888;
    }

.SlideWrapper {
    position: relative;
    height: auto;
    width: 100%;
    margin-top: -40px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    min-height: 1px;
}

    .SlideWrapper .track {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

        .SlideWrapper .track .frame {
            overflow: hidden;
            width: 100%;
        }

            .SlideWrapper .track .frame img {
                position: relative;
                width: 600px;
                height: auto;
                display: block;
                -ms-transform: translateX(-50%);
                -webkit-transform: translateX(-50%);
                -o-transform: translateX(-50%);
                -moz-transform: translateX(-50%);
                transform: translateX(-50%);
                left: 50%;
            }

@media (min-width: 600px) {
    .SlideWrapper .track .frame img {
        width: 100%;
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
        left: 0;
    }
}
/* ............................................................... */

header.MenuWrapper {
    position: relative;
    z-index: 9;
    background-color: #fff;
    background-image: url('/SiteImg/bg_top.jpg');
    background-size: 100% 100%;
    height: auto;
    transition: 200ms;
}

    header.MenuWrapper .container {
        height: 100%;
    }

        header.MenuWrapper .container .row {
            height: 100%;
        }

            header.MenuWrapper .container .row > div {
                min-height: 90px;
                height: 100%;
            }

            header.MenuWrapper .container .row .top .logo {
                width: 100%;
                height: 100%;
                position: absolute;
                bottom: 0px;
                left: 0px;
            }

                header.MenuWrapper .container .row .top .logo img {
                    width: 100%;
                    max-width: 430px;
                    height: auto;
                    position: absolute;
                    bottom: 0px;
                    left: 0px;
                    transition: 200ms;
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    margin: auto;
                }
            /* ............................................................... */

            header.MenuWrapper .container .row .bottom {
                padding: 0px;
                position: relative;
                height: auto;
                height: 40px;
                min-height: 40px;
            }

                header.MenuWrapper .container .row .bottom .toggler {
                    position: absolute;
                    cursor: pointer;
                    top: 0px;
                    left: 4px;
                    width: 40px;
                    height: 40px;
                    background-color: #fff;
                    z-index: 2;
                }

                    header.MenuWrapper .container .row .bottom .toggler p {
                        position: absolute;
                        left: 50px;
                        color: #222;
                        top: 4px;
                    }

                    header.MenuWrapper .container .row .bottom .toggler span {
                        width: 80%;
                        height: 1px;
                        background-color: #9e0000;
                        border: 2px solid #9e0000;
                        border-radius: 3px;
                        position: relative;
                        float: left;
                        margin: 7% 10%;
                        transition: 200ms;
                    }

                        header.MenuWrapper .container .row .bottom .toggler span:first-of-type {
                            margin-top: 8px;
                        }

                    header.MenuWrapper .container .row .bottom .toggler:hover span {
                        background-color: #ff0000;
                        border: 2px solid #ff0000;
                    }
                /* ............................................................... */

                header.MenuWrapper .container .row .bottom .menu {
                    width: 100%;
                    margin: 0px;
                    padding: 0px;
                    height: 0px;
                    overflow: hidden;
                    position: absolute;
                    background-color: #ddd;
                    top: 30px;
                    z-index: 1;
                }

                    header.MenuWrapper .container .row .bottom .menu ul {
                        text-align: right;
                        margin: 0px;
                        list-style: none;
                    }

                        header.MenuWrapper .container .row .bottom .menu ul li {
                            display: block;
                            text-align: center;
                            padding: 5px 14px;
                        }

                            header.MenuWrapper .container .row .bottom .menu ul li a {
                                color: #bc2320;
                                position: relative;
                                font-family: 'BebasNeue';
                                text-decoration: none;
                                font-size: 1.2rem;
                            }

                                header.MenuWrapper .container .row .bottom .menu ul li a:hover {
                                    color: #000;
                                    text-decoration: none;
                                }

                                header.MenuWrapper .container .row .bottom .menu ul li a:before {
                                    content: "";
                                    position: absolute;
                                    width: 100%;
                                    height: 2px;
                                    bottom: 0;
                                    left: 0;
                                    background-color: #bc2320;
                                    visibility: hidden;
                                    -webkit-transform: scaleX(0);
                                    transform: scaleX(0);
                                    -webkit-transition: all 0.3s ease-in-out 0s;
                                    transition: all 0.3s ease-in-out 0s;
                                }

                                header.MenuWrapper .container .row .bottom .menu ul li a:hover:before {
                                    visibility: visible;
                                    -webkit-transform: scaleX(1);
                                    transform: scaleX(1);
                                }

@media (min-width: 768px) {
    header.MenuWrapper .container .row .bottom .toggler {
        display: none;
    }

    header.MenuWrapper .container .row .bottom .menu {
        width: 100%;
        margin: 0px;
        padding: 0px;
        min-height: 90px;
        overflow: hidden;
        position: absolute;
        background-color: transparent;
        top: 30px;
        z-index: 1;
    }

        header.MenuWrapper .container .row .bottom .menu ul li {
            display: inline;
            padding: 2px 6px;
        }

            header.MenuWrapper .container .row .bottom .menu ul li a {
                font-size: 1rem;
            }
}

@media (min-width: 992px) {
    header.MenuWrapper .container .row .bottom .menu ul li {
        padding: 3px 8px;
    }

        header.MenuWrapper .container .row .bottom .menu ul li a {
            font-size: 1.2rem;
        }
}

@media (min-width: 1200px) {
    header.MenuWrapper .container .row .bottom .menu ul li {
        padding: 5px 14px;
    }
}

header.MenuWrapper.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    min-height: 60px;
    z-index: 99;
}

    header.MenuWrapper.fixed .container .row .top .logo img {
        height: 60px;
        width: auto;
        position: absolute;
        top: 0px;
        left: 0px;
        margin: 0;
    }

    header.MenuWrapper.fixed .container .row .bottom .menu {
        min-height: 60px;
        padding-top: 10px;
        top: 0px;
    }

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: product page */
.ProductWrapper {
    background-color: #fff;
    margin-top: 60px;
}

    .ProductWrapper .info h1 {
        color: #bc2320;
    }

    .ProductWrapper .info hr {
        border-bottom: 1px solid #bc2320;
    }

    .ProductWrapper .info .description {
        position: relative;
        width: 100%;
        height: auto;
        float: left;
        padding-bottom: 10px;
        border-bottom: 1px dotted #ccc;
        margin-bottom: 10px;
    }

        .ProductWrapper .info .description p {
            color: #222;
        }

    .ProductWrapper .info .technical {
        position: relative;
        width: 100%;
        height: auto;
        float: left;
        padding-bottom: 10px;
        border-bottom: 1px dotted #ccc;
        margin-bottom: 10px;
    }

        .ProductWrapper .info .technical p {
            font-size: .9rem;
            color: #000;
            margin-top: 0px;
            margin-bottom: 4px;
            font-style: italic;
        }

    .ProductWrapper .info .socials {
        position: relative;
        width: 100%;
        height: auto;
        float: left;
    }

    .ProductWrapper .gallery {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: auto;
    }

        .ProductWrapper .gallery .imgArrow {
            position: absolute;
            width: 60px;
            height: 120px;
            z-index: 20;
            bottom: 0px;
            cursor: pointer;
            transition: 200ms;
            background-color: #fff;
        }

            .ProductWrapper .gallery .imgArrow:hover {
                transition: 200ms;
            }

#left_arrow {
    left: 0px;
}

#right_arrow {
    right: 0px;
}

.ProductWrapper .slider-for img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.ProductWrapper .slider-nav {
    text-align: center;
    padding-top: 20px;
}

    .ProductWrapper .slider-nav img {
        height: 120px !important;
        width: auto;
        opacity: .1;
        height: auto;
        border: 20px solid #fff;
        transition: 200ms;
    }

.slick-slide.slick-current.slick-active {
    border: 0px solid #fff;
    opacity: 1 !important;
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: inner headlines */
.HeadlineWrapper {
    position: relative;
    min-height: auto !important;
    padding: 0px !important;
}

    .HeadlineWrapper img {
        width: 100%;
        height: auto;
    }
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: bread crumbs */
.BreadWrapper {
    min-height: 70px;
    padding: 0px;
    background-color: #f1f1f1;
    background-color: #bc2320;
}

    .BreadWrapper .row {
        padding-left: 15px;
    }

        .BreadWrapper .row p, .BreadWrapper .row a, .BreadWrapper .row span {
            text-indent: 0px;
            margin-top: 12px;
            line-height: 42px;
            color: #fff;
            font-size: 1.1rem;
            word-spacing: 8px;
            font-family: 'BebasNeue';
            letter-spacing: 1px;
            text-decoration: none;
            font-style: italic;
        }

        .BreadWrapper .row a {
            color: #ccc;
            font-size: .9rem;
            text-decoration: underline;
        }
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: section title */
.TitleWrapper {
    height: auto;
    height: 10px;
    min-height: 0px;
    padding: 0px;
    position: relative;
    background-color: #f1f1f1;
    background-color: #8b110f;
    overflow: visible;
    padding-bottom: 40px;
}

    .TitleWrapper::before {
        content: '';
        left: 0px;
        position: absolute;
        overflow: visible;
        width: 100%;
        height: 80px;
        background-color: inherit;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        backface-visibility: initial;
        top: -20px;
        -webkit-transform: skewY(-1deg);
        -moz-transform: skewY(-1deg);
        -ms-transform: skewY(-1deg);
        -o-transform: skewY(-1deg);
        transform: skewY(-1deg);
    }

    .TitleWrapper .container .row h1 {
        color: #fff;
        text-transform: uppercase;
        z-index: 8;
        font-size: 2rem;
        margin-left: 15px;
        margin-top: 5px;
        position: absolute;
    }
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: istituzionale */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.IstituzionaliWrapper {
    margin-top: 80px;
}
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.PreListWrapper {
    margin-top: 40px;
}


    .PreListWrapper.catList {
        min-height: 100px;
        padding-bottom: 60px;
    }

    .PreListWrapper.filterList {
        min-height: 230px;
    }
    /* filter list */
    .PreListWrapper .filterElm {
        display: inline-block;
        text-decoration: none;
        padding: 5px 10px;
        background-color: #bc2320;
        color: #fff;
        margin: 0 5px;
    }

        .PreListWrapper .filterElm:hover {
            background-color: #8b110f;
        }

        .PreListWrapper .filterElm.selected {
            background-color: #8b110f;
        }
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: products */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.ProductsListWrapper {
    background-color: #333;
    margin-bottom: 180px;
}

    .ProductsListWrapper .items > [class*='col-'] {
        margin-bottom: 20px;
    }

    .ProductsListWrapper .items .item {
        position: relative;
        display: inline-block;
        background-color: #999;
        text-decoration: none;
        overflow: hidden;
        color: #fff;
    }

        .ProductsListWrapper .items .item:hover {
            background-color: #bc2320;
        }

            .ProductsListWrapper .items .item:hover h3 {
                margin-left: 10px;
            }

            .ProductsListWrapper .items .item:hover .name {
                background-color: #000;
            }

            .ProductsListWrapper .items .item:hover > img {
                opacity: 1;
            }

        .ProductsListWrapper .items .item .overlay {
            background-color: rgba(255,255,255, .001);
            position: absolute;
            padding-top: -300px;
            height: 100%;
            width: 100%;
            z-index: 2;
            opacity: 0;
            transition: 400ms;
        }

        .ProductsListWrapper .items .item:hover .overlay {
            padding-top: 10px;
            margin-top: -48px;
            background-color: rgba(255,255,255, .9);
            opacity: 1;
        }

        .ProductsListWrapper .items .item .overlay .mask {
            position: absolute;
            bottom: 0px;
            height: 100%;
            width: 100%;
            background-image: url('/SiteImg/bg_item_prod.png');
            background-size: 100% 100%;
        }

        .ProductsListWrapper .items .item .overlay p {
            color: #580c0a;
            margin: 50px 20px 20px 20px;
            font-weight: 400;
        }

        .ProductsListWrapper .items .item h3 {
            color: #fff;
            margin: 7px 0;
            font-weight: 100;
            font-size: 1rem;
            transition: 200ms;
        }

            .ProductsListWrapper .items .item h3 img {
                display: inline;
                margin: 0 5px 0 10px;
                height: 34px;
                width: 34px;
            }

        .ProductsListWrapper .items .item .name {
            width: 100%;
            padding: 15px 10px;
            color: #fff;
            background-color: #9e0400;
            overflow: hidden;
            text-align: center;
            transition: 200ms;
            position: absolute;
            bottom: 0;
        }

            .ProductsListWrapper .items .item .name p {
                font-size: 1.2rem;
                line-height: 24px;
                font-weight: 100;
                font-family: 'BebasNeue';
                transition: 200ms;
                margin: 0;
            }

        .ProductsListWrapper .items .item img.mainImg {
            width: 100%;
            height: auto;
            position: relative;
            opacity: .8;
            transition: 200ms;
        }

    .ProductsListWrapper .row.paginationButtons {
        text-align: center;
    }

        .ProductsListWrapper .row.paginationButtons > div > span {
            width: auto;
            display: block;
            position: relative;
            float: left;
            text-align: center;
            width: 100%;
            height: 30px;
            left: 50%;
            transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
        }

            .ProductsListWrapper .row.paginationButtons > div > span a {
                display: inline-block;
                width: 50px;
                height: 50px;
                background-color: #9e0400;
                color: #fff;
                font-size: 1.2rem;
                text-decoration: none;
                font-family: 'Source Sans Pro', sans-serif;
                font-weight: 600;
                line-height: 50px;
                cursor: pointer;
                transition: 200ms;
            }

                .ProductsListWrapper .row.paginationButtons > div > span a:hover {
                    background-color: #bc2320;
                }

            .ProductsListWrapper .row.paginationButtons > div > span > span {
                display: inline-block;
                width: 50px;
                height: 50px;
                background-color: #fff;
                color: #9e0400;
                font-size: 1.2rem;
                text-decoration: none;
                font-family: 'Source Sans Pro', sans-serif;
                font-weight: 600;
                line-height: 50px;
            }

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: news list */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.NewsWrapper {
    margin-top: 100px;
}

    .NewsWrapper .row.paginationButtons {
        text-align: center;
    }

        .NewsWrapper .row.paginationButtons > div > span {
            width: auto;
            display: block;
            position: relative;
            float: left;
            text-align: center;
            width: 100%;
            height: 30px;
            left: 50%;
            transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
        }

            .NewsWrapper .row.paginationButtons > div > span a {
                display: inline-block;
                width: 50px;
                height: 50px;
                background-color: #ccc;
                color: #fff;
                font-size: 1.2rem;
                text-decoration: none;
                font-family: 'Source Sans Pro', sans-serif;
                font-weight: 600;
                line-height: 50px;
                cursor: pointer;
                transition: 200ms;
            }

                .NewsWrapper .row.paginationButtons > div > span a:hover {
                    background-color: #333;
                }

            .NewsWrapper .row.paginationButtons > div > span > span {
                display: inline-block;
                width: 50px;
                height: 50px;
                background-color: #fff;
                color: #9e0400;
                font-size: 1.2rem;
                text-decoration: none;
                font-family: 'Source Sans Pro', sans-serif;
                font-weight: 600;
                line-height: 50px;
            }






    .NewsWrapper .row.items .item {
        display: block;
        background-color: #333;
        width: 90%;
        position: relative;
        overflow: hidden;
        margin-left: 5%;
        height: auto;
        height: 550px;
        text-decoration: none;
        margin-bottom: 30px;
        transition: 200ms;
    }

        .NewsWrapper .row.items .item:hover {
            background-color: #bc2320;
        }

            .NewsWrapper .row.items .item:hover img {
                opacity: .6;
                -moz-transform: -moz-scale(1.2);
                -webkit-transform: -webkit-scale(1.2);
                transform: scale(1.2);
            }

        .NewsWrapper .row.items .item .title {
            width: 100%;
            height: 100px;
            margin: 0px;
            margin-top: -20px;
            top: 0px;
            overflow: hidden;
            background-color: #9e0400;
            position: relative;
            z-index: 3;
            display: table;
        }

            .NewsWrapper .row.items .item .title h3 {
                font-size: 1.2rem;
                color: #fff;
                position: relative;
                width: 100%;
                padding: 5%;
                top: 10px;
                display: table-cell;
                vertical-align: middle;
            }

        .NewsWrapper .row.items .item img {
            background-color: #ccc;
            width: 100%;
            height: auto;
            z-index: 1;
            transition: 200ms;
        }

        .NewsWrapper .row.items .item p {
            background-color: #222;
            width: 100%;
            height: 100%;
            position: relative;
            top: 0px;
            color: #fff;
            font-size: .9rem;
            padding: 10px;
            z-index: 2;
        }

        .NewsWrapper .row.items .item .mask {
            position: absolute;
            bottom: 0px;
            height: 100%;
            width: 100%;
            background-image: url('/SiteImg/bg_item_prod.png');
            background-size: 100% 100%;
            z-index: 4;
            transition: 200ms;
        }

        .NewsWrapper .row.items .item:hover .mask {
            height: 30%;
        }
        /* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: news content */
        /* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
        /* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
        /* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */








        .NewsWrapper .row.items .item:before {
            content: '';
            position: absolute;
            left: 0px;
            overflow: visible;
            width: 100%;
            height: 200px;
            background-color: inherit;
            z-index: 1;
            -webkit-backface-visibility: hidden;
            backface-visibility: initial;
            /*background-color: rgba(0,0,0,.5);*/
        }




        .NewsWrapper .row.items .item:before {
            background-color: transparent;
            bottom: -40px;
            -webkit-transform: skewY(-2deg);
            -moz-transform: skewY(-2deg);
            -ms-transform: skewY(-2deg);
            -o-transform: skewY(-2deg);
            transform: skewY(-2deg);
        }



.SingleNewsWrapper {
    margin-top: 80px;
}

    .SingleNewsWrapper div.side {
        background-color: #f1f1f1;
        padding-bottom: 100px;
    }

.SideMenuNews h2 {
    color: #9e0400;
    text-transform: uppercase;
}

.SideMenuNews .singleNewsLink {
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

    .SideMenuNews .singleNewsLink img {
        width: 100%;
        height: auto;
    }

    .SideMenuNews .singleNewsLink h3 {
        border-bottom: 1px solid #9e0400;
        color: #9e0400;
        font-size: 1rem;
        font-weight: 100;
        width: 100%;
        margin-top: 2px;
    }

    .SideMenuNews .singleNewsLink p {
        color: #580c0a;
        font-size: .9rem;
    }


/***
        System message
    */
.SystemMessage {
    margin-top: 60px;
}


.noContent{
    position: relative;
    top: 32px;
}