﻿/********************************************************************************/
/***** START RESET **************************************************************/
/********************************************************************************/

html, body {
    max-width: 2000px;
    margin: 0 auto;
    height: 100%;
    top: 0px !important;
    font-size: 20px;
    line-height: 1.618;
    /*font-family: 'Open Sans','sans serif';*/
    font-family: Montserrat,'sans-serif';
}

form {
    margin: 0;
}

p, a, span, div {
}

p {
    word-break: break-word;
    overflow-wrap: break-word;
}

a {
    color: #696969;
}

    a:hover {
        color: #696969;
    }

    a:focus {
        color: #696969;
        outline: none;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
    word-break: break-word;
    overflow-wrap: break-word;
}

/*Hide google translate bar*/
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

/********************************************************************************/
/***** HEADER *******************************************************************/
/********************************************************************************/

header .topHeader {
    background-color: #e8e8e8;
}

header .topHeaderMenu {
    margin: 8px 0;
}

    header .topHeaderMenu li {
        display: inline-block;
    }

        header .topHeaderMenu li a {
            display: block;
            padding: 0 6px;
            color: #686566;
            font-size: .5rem;
            font-weight: 600;
            text-transform: uppercase;
        }

        header .topHeaderMenu li:first-child a {
            padding-left: 0;
        }

        header .topHeaderMenu li:last-child a {
            padding-right: 0;
        }

        header .topHeaderMenu li .ricercaButton.desktop {
            display: none;
        }

            header .topHeaderMenu li .ricercaButton.desktop .searchInput-desktop {
                border-width: 0 0 1px 0;
                border-color: #888;
                background: rgba(0,0,0,0);
                font-size: .6rem;
                padding: 0 10px 2px 10px;
                margin-right: 15px;
            }

            header .topHeaderMenu li .ricercaButton.desktop .searchButton_desktop {
                width: 20px;
            }

            header .topHeaderMenu li .ricercaButton.desktop .searchInput-desktop:focus,
            header .topHeaderMenu li .ricercaButton.desktop .searchButton_desktop {
                outline: none;
            }

.ico-search {
    width: .9rem;
    height: .9rem;
    margin-top: 8px;
}

@media only screen and (max-width: 768px) {
    header .topHeaderMenu {
        width: auto;
        float: right;
    }
}

@media only screen and (min-width: 768px) {
    header .topHeaderMenu li a.ricercaButton.mobile {
        display: none;
    }

    header .topHeaderMenu li .ricercaButton.desktop {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
}

@media only screen and (min-width: 1200px) {
    header .topHeaderMenu li .ricercaButton.desktop .searchInput-desktop {
        font-size: .7rem;
    }
}

header .topHeaderMenu li:last-child {
    float: right;
}

header .displayTableCell {
    display: inline-block;
    float: none;
}

header .AreaFlags {
    /*display: inline-block;*/
    display: none;
    margin: 7px 0;
    float: right;
}

    header .AreaFlags .flags {
        float: right;
        display: none;
        white-space: nowrap;
        height: 13px;
    }

    header .AreaFlags .mainFlag {
        float: left;
        margin-right: 5px;
        height: 13px;
    }

        header .AreaFlags .mainFlag img {
            cursor: pointer;
            vertical-align: top;
        }



header #searchModal .modal-dialog {
    margin: 10em 2em;
}

@media only screen and (min-width: 576px) {
    header #searchModal .modal-dialog {
        margin: 12em auto;
    }
}



header #searchModal .modal-header {
    background-color: #adadad;
}

    header #searchModal .modal-header .modal-title {
        display: inline-block;
        color: #fff;
    }

    header #searchModal .modal-header .close span {
        color: #f00;
        font-size: 1.8em;
    }

header #searchModal .modal-body {
    padding: 2rem;
}

    header #searchModal .modal-body input:first-child {
        background-color: #fff;
        color: #000;
        border: 1px solid #a2a2a2;
        border-radius: 0;
        /*box-shadow: 0 2px 3px #000;*/
        width: calc(100% - 4em);
        font-size: 0.7em;
        font-weight: 600;
        padding: 0.8em;
    }

@media only screen and (min-width: 768px) {
    header #searchModal .modal-body input:first-child {
        font-size: 0.8em;
    }
}

header #searchModal .modal-body input:first-child:focus {
    outline: 0;
}

header #searchModal .modal-body input:first-child::placeholder {
    color: #777;
    font-size: 0.7em;
    font-weight: 300;
}

@media only screen and (min-width: 768px) {
    header .AreaFlags {
        display: block;
    }

    header #searchModal .modal-body input:first-child::placeholder {
        font-size: 0.8em;
    }
}

header #searchModal .modal-body button {
    background-color: #fff;
    border: none;
    margin-left: 0.8em;
}

    header #searchModal .modal-body button:focus {
        outline: 0;
    }

    header #searchModal .modal-body button i,
    header #searchModal .modal-body button svg {
        font-size: 1em;
    }


header .searchBox {
    display: inline-block;
    margin-left: 5px;
    height: 25px;
    float: right;
    padding-right: 0;
}

    header .searchBox .searchTxt {
        color: #666666;
        font-size: 11px;
        font-weight: normal;
        text-decoration: none;
        float: left;
        height: 25px;
        margin-top: 4px;
    }

        header .searchBox .searchTxt img {
            cursor: pointer;
            width: 22px;
        }

    header .searchBox .searchForm input[type="text"] {
        height: 25px;
    }

    header .searchBox .searchForm {
        float: left;
        padding-left: 10px;
        display: none;
    }

    header .searchBox .searchButton {
        display: none;
    }


@media only screen and (min-width: 600px) {
    header .searchBox {
        display: inline-block;
    }

        header .searchBox .searchTxt {
            padding-left: 10px;
        }
}


@media only screen and (min-width: 992px) {

    header .AreaFlags {
        float: right;
    }

    header .searchBox {
        float: right;
        padding-right: 30px;
    }

    header .AreaFlags .flags {
        float: left;
    }

    header .AreaFlags .mainFlag {
        float: right;
        margin-left: 5px;
    }
}

/* CUSTOM NAVBAR */

.navbar {
    margin-top: 44px;
}

.navbar-header {
    display: table;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

    .navbar-header .brand {
        display: table-cell;
        vertical-align: middle;
        padding: 0 15px;
        text-align: left;
    }

        .navbar-header .brand img {
            width: 100%;
            /*max-width: 350px;*/
            max-width: 350px;
            width: 200px;
        }

    .navbar-header .menuButton {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

.menuLabel {
    display: inline-block;
    color: #9d9d9d;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8em;
    margin-right: 5px;
}

.nav > li > a {
    color: #686566;
    font-weight: 600;
    text-transform: uppercase;
}

.navbar-toggle {
    background-color: #7f7d7e;
    /*margin: 10px auto;*/
    margin: 10px 0;
}

    .navbar-toggle .icon-bar {
        background-color: #fff;
    }

@media only screen and (min-width: 768px) {


    .navbar .container {
        display: table;
    }

    .navbar .brand {
        float: left;
        padding: 0;
    }

        .navbar .brand img {
            width: 200px;
        }

    .navbar-nav {
        /* width: 100%;*/
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .navbar-header .brand {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        padding: 15px;
    }

    .navbar-header .menuButton {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .menuLabel {
        display: inline-block;
    }

    .navbar-toggle {
        display: inline-block;
    }

    .navbar-nav > li {
        float: none;
    }
}

@media only screen and (min-width: 992px) {

    .navbar {
        margin-bottom: 44px;
    }

    .navbar-header {
        display: table-cell;
        vertical-align: middle;
        float: none;
        width: auto;
    }

        .navbar-header .brand {
            padding: 0 15px;
        }

    .navbar .brand img {
        width: 225px;
    }


    .navbar-collapse.collapse {
        display: table-cell !important;
        vertical-align: middle;
        float: none;
        padding-right: 0;
    }

    .menuLabel {
        display: none;
    }

    .navbar-nav {
        float: right;
        margin-top: 10px;
    }

    .nav > li > a {
        font-size: .6rem;
        padding: 5px;
    }

    header .topHeaderMenu li a {
        font-size: .6rem;
    }

    .nav > li > a:focus, .nav > li > a:hover {
        background-color: #e8e8e8;
    }
}

@media only screen and (min-width: 1200px) {

    .navbar .brand img {
        width: 275px;
    }

    .nav > li > a {
        font-size: .7rem;
        padding: 10px;
    }

    header .topHeaderMenu li a {
        font-size: .7rem;
    }
    /*.nav > li > a {
        font-size: .7rem;
        font-weight: 600;
    }*/
}

@media only screen and (min-width: 1600px) {

    .nav > li > a {
        font-size: .8rem;
    }

    header .topHeaderMenu li a {
        font-size: .8rem;
    }
}

/********************************************************************************/
/***** HOME CONTENT *************************************************************/
/********************************************************************************/

/* HOME SLIDER */
.HomeBoxSlider {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

    .HomeBoxSlider .Slider {
        width: 100%;
        max-width: 2000px;
        margin: 0 auto;
        /*height:;*/
    }

        .HomeBoxSlider .Slider .slick-dots {
            bottom: -35px;
        }

        .HomeBoxSlider .Slider img {
            width: 100%;
            height: 100%;
            display: block;
        }

@media only screen and (max-width: 768px) {

    .HomeBoxSlider .Slider {
        width: 100%;
        height: 300px;
        max-width: 2000px;
        margin: 0 auto;
    }

        .HomeBoxSlider .Slider img {
            width: auto;
            height: 300px;
            display: block;
            margin-left: -250px;
        }
}

/* HOME NEWS */
.HomeNewsContainer {
    background-color: #eee;
    margin: 20px 0;
    padding-bottom: 20px;
}

.HomeNews .box {
    display: block;
    height: 100%;
    padding: 0 10px;
    min-height: 300px;
    color: #3d3d3d;
    text-decoration: none;
}

    .HomeNews .box:hover {
        background-color: #ddd;
    }

.HomeNews .title {
    font-size: 1rem;
    font-weight: 800;
    text-align: center;
    padding: 20px 0;
    color: #818181;
}

.HomeNews .text {
    font-family: 'Open Sans', sans-serif;
    font-size: .8rem;
    line-height: 1.4rem;
    padding: 20px;
}

@media only screen and (min-width: 768px) {
    .HomeNews .title {
        height: 90px;
        font-size: 1.3rem;
    }
}

/* HOME CONTENT */
.HomeContentTitle {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 20px;
}

    .HomeContentTitle > span {
        position: relative;
        display: inline-block;
        color: #818181;
        font-size: .8rem;
        font-weight: 800;
        margin-left: 50px;
    }

        .HomeContentTitle > span:before,
        .HomeContentTitle > span:after {
            content: "";
            position: absolute;
            top: 50%;
            width: 9999px;
            height: 1px;
            background: #818181;
        }

        .HomeContentTitle > span:before {
            right: 100%;
            margin-right: 15px;
        }

        .HomeContentTitle > span:after {
            left: 100%;
            margin-left: 15px;
        }

.HomeContent {
    overflow: hidden;
    margin-bottom: 20px;
}


@media only screen and (min-width: 992px) {
    .HomeContent .riga-news {
        display: flex;
    }

        .HomeContent .riga-news .col-da-non-perdere {
            flex: 0 0 33.33333333%;
            width: 33.33333333%;
        }
}


@media only screen and (min-width: 600px) {
    .HomeContentTitle > span {
        font-size: 1.5rem;
    }
}

/*PRESS ROOM*/
.HomePressRoom {
    background-color: #a1a1a1;
    padding: 20px;
    height: 404px;
}

    .HomePressRoom .title {
        font-weight: 800;
        font-size: 1.3rem;
        color: #fff;
        margin-bottom: 10px;
    }

    .HomePressRoom .ico {
        float: left;
        width: 20%;
        padding-right: 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .HomePressRoom .sliderPressRoom {
        float: right;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .HomePressRoom .block {
        color: #4b4b4b;
        text-decoration: none;
        display: block;
    }

    .HomePressRoom .text {
        font-family: 'Open Sans', sans-serif;
        font-size: .8rem;
        line-height: 1.6rem;
    }

    .HomePressRoom .subtitle {
        font-family: 'Open Sans', sans-serif;
        font-size: .8rem;
        font-weight: bold;
        margin-top: 4px;
    }

/*AGGIORNAMENTI*/
.HomeAggiornamenti {
    background-color: #a1a1a1;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}

    .HomeAggiornamenti .title {
        font-weight: 800;
        font-size: 1.3rem;
        color: #fff;
        margin-bottom: 10px;
    }

    .HomeAggiornamenti .ico {
        float: left;
        width: 10%;
        padding-right: 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .HomeAggiornamenti .sliderAggiornamenti {
    }

    .HomeAggiornamenti .block {
        color: #4b4b4b;
        text-decoration: none;
        display: block;
    }

    .HomeAggiornamenti .titleText {
        font-family: 'Open Sans', sans-serif;
        font-size: .9rem;
        font-weight: bold;
    }

    .HomeAggiornamenti .text {
        font-family: 'Open Sans', sans-serif;
        font-size: .8rem;
    }

@media only screen and (min-width: 992px) {
    .HomeAggiornamenti {
        margin-top: 0;
    }
}

/*SAPEVI CHE*/
.HomeSapeviChe {
    background-color: #a1a1a1;
    padding: 20px;
}

    .HomeSapeviChe .title {
        font-weight: 800;
        font-size: 1.3rem;
        color: #fff;
        margin-bottom: 10px;
    }

    .HomeSapeviChe .ico {
        float: left;
        width: 10%;
        padding-right: 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .HomeSapeviChe .block {
        color: #2a2a2a;
        text-decoration: none;
        display: block;
    }

    .HomeSapeviChe .text {
        font-family: 'Open Sans', sans-serif;
        font-size: .8rem;
    }

/*DA NON PERDERE*/
.HomeDaNonPerdere {
    display: flex;
    flex-direction: column;
    background-color: #1c92cd;
    height: 100%;
    padding: 20px;
    margin-bottom: 10px;
}

    .HomeDaNonPerdere .title {
        font-weight: 800;
        font-size: 1.3rem;
        color: #fff;
        margin-bottom: 10px;
    }

    .HomeDaNonPerdere .wrapper-testo {
        height: 100%;
    }

        .HomeDaNonPerdere .wrapper-testo .riga-testo {
            display: flex;
            height: 100%;
        }

            .HomeDaNonPerdere .wrapper-testo .riga-testo .col-testo {
                display: flex;
                flex: 0 0 75%;
            }

                .HomeDaNonPerdere .wrapper-testo .riga-testo .col-testo .sliderDaNonPerdere {
                    position: relative;
                    height: 100%;
                    max-width: 100%;
                }

                    .HomeDaNonPerdere .wrapper-testo .riga-testo .col-testo .sliderDaNonPerdere .slick-slide {
                        min-height: 200px !important;
                        overflow: hidden !important;
                    }

    .HomeDaNonPerdere .block {
        color: #fff;
        text-decoration: none;
        display: block;
        height: 120px;
    }

    .HomeDaNonPerdere .text {
        font-family: 'Open Sans', sans-serif;
        font-size: .8rem;
        margin-bottom: 10px;
    }

/*FACEBOOK*/
.HomeFacebook {
    background-color: #00539f;
    padding: 20px;
}

    .HomeFacebook .title {
        font-weight: 800;
        font-size: 1.3rem;
        color: #fff;
        margin-bottom: 10px;
    }

    .HomeFacebook .block {
        color: #fff;
        text-decoration: none;
        display: block;
        height: 120px;
    }

    .HomeFacebook .text {
        font-family: 'Open Sans', sans-serif;
        font-size: .8rem;
        margin-bottom: 10px;
    }

    .HomeFacebook .subtitle {
        font-family: 'Open Sans', sans-serif;
        font-size: .8rem;
        font-weight: bold;
        text-align: right;
    }

/*AREA VIDEO*/
.HomeAreaVideo {
    background-color: #e3e3e3;
    height: 100%;
    margin-top: 20px;
}

    .HomeAreaVideo .title {
        font-weight: 800;
        font-size: 1.3rem;
        color: #2a2a2a;
        padding: 20px;
    }

@media only screen and (min-width: 992px) {
    .HomeAreaVideo {
        height: 584px;
        margin-top: 0;
    }

        .HomeAreaVideo .YoutubeWrapper {
            padding: 0;
            height: 100%;
        }
}

/********************************************************************************/
/***** EDUCATION ***************************************************************/
/********************************************************************************/

.Education .left {
    background-color: #063084;
    padding: 15px;
    vertical-align: middle;
}

.Education .right {
    background-color: #052970;
    padding: 15px;
    vertical-align: middle;
}

.Education h2 {
    color: #c8f830;
    font-weight: bold;
}

.Education p {
    color: #fff;
    font-size: .9rem;
    line-height: 32px;
}

.Education ul li {
    color: #fff;
    font-size: .8rem;
    line-height: 28px;
}

.EducationSpots .itemsBackground {
    background: url('/SiteImg/SBK_Education-mediacom.jpg') repeat-y center top;
}

.EducationSpots .item {
    position: relative;
    background-color: #00539f;
    height: 240px;
    width: 100%;
    padding: 20px;
    margin-top: 30px;
}

    .EducationSpots .item:last-child {
        margin-bottom: 30px;
    }

    .EducationSpots .item h2 {
        font-size: 1.2rem;
        font-weight: lighter;
        color: #d5fb00;
        position: relative;
        float: left;
        clear: both;
        text-transform: uppercase;
        margin-top: -4px;
    }

    .EducationSpots .item .phone, .EducationSpots .item .address,
    .EducationSpots .item .mail, .EducationSpots .item .website {
        font-size: .8rem;
        color: #fff;
        position: relative;
        float: left;
        line-height: 24px;
        clear: both;
        margin-top: 8px;
    }

        .EducationSpots .item .phone a {
            font-size: .8rem;
            line-height: 24px;
            color: #fff;
        }

    .EducationSpots .item .mail {
        text-indent: 24px;
    }

    .EducationSpots .item .website {
        text-indent: 24px;
    }

    .EducationSpots .item .mail::before {
        background-image: url('/SiteImg/ico_Email.png');
        background-size: 20px 20px;
        background-repeat: no-repeat;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 3px;
        left: 0px;
        content: '';
    }

    .EducationSpots .item .website::before {
        background-image: url('/SiteImg/ico_Website.png');
        background-size: 20px 20px;
        background-repeat: no-repeat;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 3px;
        left: 0px;
        content: '';
    }

.EducationMap {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

    .EducationMap .infoContent h3 {
        margin: 0;
    }

@media only screen and (min-width: 768px) {

    .Education {
        background: linear-gradient(90deg, #063084 50%, #052970 50%);
        overflow: hidden;
    }

        .Education .row {
            display: table;
        }

        .Education .left {
            display: table-cell;
            vertical-align: middle;
            float: none;
            padding-right: 52px;
            width: 70%;
        }

        .Education .right {
            display: table-cell;
            vertical-align: middle;
            float: none;
            z-index: 1;
            width: 30%;
        }

            .Education .right:after {
                position: absolute;
                top: 0px;
                content: '';
                z-index: -1;
                height: 537px;
                width: 50%;
                left: 0;
                transform-origin: top left;
                transform: skewX(-5deg);
                background-color: #052970;
            }
}

@media only screen and (min-width: 992px) {

    .Education .left {
        padding-right: 92px;
    }

    .Education .right:after {
        height: 505px;
        transform: skewX(-10deg);
    }
}

@media only screen and (min-width: 1200px) {

    .Education .left {
        padding-right: 113px;
    }

    .Education .right:after {
        height: 417px;
        transform: skewX(-15deg);
    }
}

@media only screen and (min-width: 1600px) {

    .Education .left {
        padding-right: 135px;
    }

    .Education .right:after {
        height: 1000px;
        transform: skewX(-20deg);
    }
}

/********************************************************************************/
/***** CATEGORIE PRODOTTI *******************************************************/
/********************************************************************************/

.ProductMenu .rigaProd {
    display: flex;
    flex-wrap: wrap;
}

    .ProductMenu .rigaProd .col-lg-4.col-sm-6, .ProductMenu .rigaProd .col-sm-6 {
        flex: 0 0 100%;
    }

@media (min-width: 768px) {
    .ProductMenu .rigaProd .col-sm-6 {
        flex: 0 0 50% !important;
    }
}

@media (min-width: 1200px) {
    .ProductMenu .rigaProd .col-lg-4 {
        flex: 0 0 33.33333333% !important;
    }
}


.ProductMenu .backgroundImage {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    height: 100%;
    padding: 1em;
}


.ProductMenu img {
    position: relative;
    width: 100%;
    height: auto;
}

.ProductMenu.absoluteBox h1 {
    position: absolute;
    top: 6px;
    left: 36px;
    margin-top: 20px;
}

.ProductMenu.absoluteBox ul {
    position: absolute;
    top: 70px;
    left: -2px;
    padding-left: 2em;
}

.ProductMenu h1 {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 800;
    /*font-family: 'Open Sans',sans-serif;*/
    text-transform: uppercase;
    text-align: left;
    margin-top: 0;
}

    .ProductMenu h1 a {
        color: #fff;
        transition: 200ms;
    }

        .ProductMenu h1 a:hover {
            text-decoration: none;
            margin-left: 5px;
            text-shadow: 0px 0px 10px #fff;
            transition: 200ms;
        }

.ProductMenu ul {
    list-style: none;
    padding: 0;
}

    .ProductMenu ul li a {
        color: #828282;
        transition: 200ms;
        font-size: .8rem;
    }

        .ProductMenu ul li a:hover {
            text-decoration: none;
            margin-left: 5px;
            text-shadow: 0px 0px 10px #fff;
            transition: 200ms;
        }

@media (min-width: 768px) {
    .ProductMenu ul li a {
        font-size: 1rem;
    }
}

@media (min-width: 1200px) {
    .ProductMenu ul li a {
        font-size: .9rem;
        font-weight: 500;
    }
}

/********************************************************************************/
/***** PRODOTTI *****************************************************************/
/********************************************************************************/

.productCode {
    font-size: 1rem;
}

.Products .banner {
    margin-bottom: 40px;
    text-align: center;
}

.Products .stripe {
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    text-align: center;
}

    .Products .stripe h3 {
        font-size: 38px;
        font-weight: 700;
        line-height: 40px;
    }

    .Products .stripe p {
        font-size: 1.17rem;
    }

.Products .name .etichetta {
    display: block;
    margin-bottom: 5px;
    color: #f00;
    font-size: 13px;
    font-weight: bold;
}

.Products .compareButton {
    font-family: 'Open Sans', sans-serif;
    margin-top: 10px;
    font-size: .8rem;
    background-color: #a6a6a6;
    padding: 5px 30px;
    border: none;
    color: #fff;
    cursor: pointer;
}

.first {
    padding-right: 0 !important;
}

.second {
    padding-left: 0 !important;
}

/*@media (min-width: 600px) {
    .Products .banner {
        height: 0;
        padding-top: 30%;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }
}*/
/********************************************************************************/
/***** SUPPORTO *****************************************************************/
/********************************************************************************/
.Supporto .welcomeStripe {
    margin-bottom: 20px;
}

    .Supporto .welcomeStripe h2 {
        margin: 0;
        text-transform: uppercase;
        color: #58beea;
    }

.Supporto .twoColumnsCrossR.v2 {
    margin-top: 20px;
}


/********************************************************************************/
/***** REGISTRAZIONE PRODOTTO ***************************************************/
/********************************************************************************/

.RegistraProdotto .welcomeStripe {
    margin-bottom: 20px;
}

    .RegistraProdotto .welcomeStripe h2 {
        margin: 0;
        text-transform: uppercase;
        color: #58beea;
    }

.RegistraProdotto .twoColumnsCrossR.v2 {
    margin-top: 20px;
}

/********************************************************************************/
/***** COMMUNITY ****************************************************************/
/********************************************************************************/

.Community .socialWall {
    background-image: url('/SiteImg/GBK_SocialWall1.jpg');
    background-color: #0877b6;
}

.Community .eventi {
    background-image: url('/SiteImg/GBK_Eventi1.jpg');
    background-color: #94d2f6;
}

.Community .ambassador {
    background-image: url('/SiteImg/GBK_Ambassador1.jpg');
    background-color: #6e2104;
}

.Community .influencer {
    background-image: url('/SiteImg/GBK_YTInfluencer1.jpg');
    background-color: #b1d5e5;
}

.Community .press {
    background-image: url('/SiteImg/GBK_PressRoom1.jpg');
    background-color: #1b7293;
}

/********************************************************************************/
/***** ZEROLINE *****************************************************************/
/********************************************************************************/

.ZeroLine .banner {
    height: 180px;
    width: 100%;
    background: url('/SiteImg/zeroline.jpg') no-repeat center top;
    margin-bottom: 20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ZeroLine .accordion {
    padding: 10px;
    cursor: pointer;
    height: 80px;
    display: table;
    width: 100%;
}

    .ZeroLine .accordion .icon {
        display: table-cell;
        vertical-align: middle;
        width: 40px;
        padding-left: 10px;
    }

        .ZeroLine .accordion .icon:after {
            font-family: 'FontAwesome';
            content: "\f106";
            color: #fff;
        }

    .ZeroLine .accordion.collapsed .icon:after {
        content: "\f107";
    }

    .ZeroLine .accordion h2 {
        color: #fff;
        text-transform: uppercase;
        font-size: 1.4rem;
        margin: 0;
        display: table-cell;
        vertical-align: middle;
    }

@media (min-width: 600px) {
    .ZeroLine .banner {
        height: 0;
        padding-top: 30%;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }
}

/********************************************************************************/
/***** DOVE COMPRARE ************************************************************/
/********************************************************************************/

.DoveComprare .onlineStore {
    background-color: #00a1e1;
}

    .DoveComprare .onlineStore h2 {
        color: #fff;
        text-transform: uppercase;
        margin: 30px 0;
    }

.DoveComprare .puntiVendita {
    position: relative;
}

    .DoveComprare .puntiVendita .layer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #012b62;
        height: 200px;
        z-index: -1;
    }

    .DoveComprare .puntiVendita h2 {
        color: #fff;
        text-transform: uppercase;
        margin: 30px 0;
    }

@media (min-width: 600px) {
    .DoveComprare .onlineStore h2 {
        margin-left: 50px;
    }

    .DoveComprare .puntiVendita {
        margin-bottom: 30px;
    }

        .DoveComprare .puntiVendita .layer {
            top: -40px;
            height: 250px;
            transform: skewY(-2deg);
        }

        .DoveComprare .puntiVendita h2 {
            margin-left: 50px;
        }
}

/********************************************************************************/
/***** MEDIACOM POINT ***********************************************************/
/********************************************************************************/

.MediacomPoint .main {
    position: relative;
    background-color: #b9e8fa;
    overflow: hidden;
}

    .MediacomPoint .main .layerTop {
        background-color: #8ddaf6;
        height: 215px;
        position: absolute;
        top: -90px;
        left: 0;
        width: 100%;
        transform: skewY(-5deg);
    }

    .MediacomPoint .main .layerBottom {
        background-color: #b9e8fa;
        height: 100px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        transform: skewY(5deg);
        z-index: -1;
    }

    .MediacomPoint .main .logo {
        margin: 50px auto;
        max-width: 370px;
    }

    .MediacomPoint .main .focusText {
        color: #042e60;
        font-weight: bold;
    }

    .MediacomPoint .main .mappaItalia {
        position: relative;
        left: 0;
        top: 0;
        height: auto;
        max-width: 500px;
        margin: 30px auto;
    }

        .MediacomPoint .main .mappaItalia img.baseClear {
            position: relative;
            left: 0;
            top: 0;
            z-index: 100;
        }

        .MediacomPoint .main .mappaItalia img.map {
            position: absolute;
            left: 0;
            top: 0;
        }

        .MediacomPoint .main .mappaItalia img.regione {
            display: none;
            position: absolute;
            left: 0;
            top: 0;
        }

.MediacomPoint .regioni {
    position: relative;
    background-color: #88c7e8;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 30px;
}

    .MediacomPoint .regioni a {
        background-color: #042d60;
        color: #fff;
        padding: 10px 20px;
        display: inline-block;
        font-size: 1em;
        margin: 0 10px 10px 0;
    }

        .MediacomPoint .regioni a:hover {
            background-color: #0c4387;
            text-decoration: none;
        }

.MediacomPoint-Regioni .puntiVendita {
    position: relative;
    overflow: hidden;
}

    .MediacomPoint-Regioni .puntiVendita .layer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #9ee0fa;
        height: 200px;
        z-index: -1;
    }

    .MediacomPoint-Regioni .puntiVendita h2 {
        color: #042c5f;
        text-transform: uppercase;
        margin: 30px 0;
    }

    .MediacomPoint-Regioni .puntiVendita .item {
        background-color: #008dc2;
        padding: 20px;
        color: #fff;
        margin-bottom: 20px;
    }

    .MediacomPoint-Regioni .puntiVendita h4 {
        margin: 0;
    }

    .MediacomPoint-Regioni .puntiVendita .address {
        margin-top: 10px;
        font-size: 16px;
    }

        .MediacomPoint-Regioni .puntiVendita .address a {
            color: #fff;
        }

            .MediacomPoint-Regioni .puntiVendita .address a:hover {
                color: #fff;
            }

.MediacomPoint-Regioni .regioni {
    position: relative;
    background-color: #88c7e8;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
}

    .MediacomPoint-Regioni .regioni a {
        background-color: #042d60;
        color: #fff;
        padding: 10px 20px;
        display: inline-block;
        font-size: 1em;
        margin: 0 10px 10px 0;
    }

        .MediacomPoint-Regioni .regioni a:hover {
            background-color: #0c4387;
            text-decoration: none;
        }

    .MediacomPoint-Regioni .regioni img {
        margin: 0 auto;
    }


@media (min-width: 600px) {

    .MediacomPoint-Regioni .puntiVendita {
        margin-bottom: 30px;
    }

        .MediacomPoint-Regioni .puntiVendita .layer {
            top: -40px;
            height: 200px;
            transform: skewY(-2deg);
        }

        .MediacomPoint-Regioni .puntiVendita .item {
            min-height: 240px;
        }
}

@media (min-width: 768px) {
    .MediacomPoint-Regioni .puntiVendita .item {
        min-height: 220px;
    }
}

@media (min-width: 992px) {
    .MediacomPoint-Regioni .regioni img {
        max-width: 300px;
    }
}
/********************************************************************************/
/***** MEDIACOM POINT SERVICE ***************************************************/
/********************************************************************************/

.MediacomPointService .main {
    position: relative;
    background-color: #e1e1e1;
    overflow: hidden;
    padding-bottom: 140px;
}

    .MediacomPointService .main .layerTop {
        display: none;
        background-color: #8ddaf6;
        height: 215px;
        position: absolute;
        top: -90px;
        left: 0;
        width: 100%;
        transform: skewY(-5deg);
    }

    .MediacomPointService .main .layerBottom {
        background-color: #e1e1e1;
        height: 100px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        transform: skewY(5deg);
        z-index: -1;
    }

    .MediacomPointService .main .logo {
        margin: 50px auto;
        max-width: 370px;
    }

    .MediacomPointService .main .focusText {
        color: #f26722;
        font-weight: bold;
    }

    .MediacomPointService .main .mappaItalia {
        position: relative;
        left: 0;
        top: 0;
        height: auto;
        max-width: 500px;
        margin: 30px auto;
    }

        .MediacomPointService .main .mappaItalia img.baseClear {
            position: relative;
            left: 0;
            top: 0;
            z-index: 100;
        }

        .MediacomPointService .main .mappaItalia img.map {
            position: absolute;
            left: 0;
            top: 0;
        }

        .MediacomPointService .main .mappaItalia img.regione {
            display: none;
            position: absolute;
            left: 0;
            top: 0;
        }

.MediacomPointService .regioni {
    position: relative;
    background-color: #cfcfcf;
    background-image: url('/SiteImg/GBK_Regioni.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 20px;
    padding-bottom: 30px;
}

    .MediacomPointService .regioni a {
        background-color: #f26721;
        color: #fff;
        padding: 10px 20px;
        display: inline-block;
        font-size: 1em;
        margin: 0 10px 10px 0;
    }

        .MediacomPointService .regioni a:hover {
            background-color: #ff9900;
            text-decoration: none;
        }

.MediacomPointService .cap {
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    position: relative;
    background-color: #ff6600;
    overflow: hidden;
}

    .MediacomPointService .cap img {
        text-align: center;
        margin: auto;
    }

    .MediacomPointService .cap h2 {
        color: #fff;
        text-transform: uppercase;
        font-size: 1.4em;
    }

    .MediacomPointService .cap p {
        color: #fff;
        font-size: 1em;
    }

    .MediacomPointService .cap input {
        margin-top: 70px;
        width: 30%;
        height: 35px;
        float: left;
        position: relative;
        margin-right: 10px;
    }

        .MediacomPointService .cap input:first-of-type {
            margin-left: 40px;
        }

        .MediacomPointService .cap input[type=text] {
            border: 1px solid #ff9900;
            font-size: 1em;
            padding: 10px;
        }

        .MediacomPointService .cap input[type=submit] {
            color: #fff;
            text-align: center;
            background-color: #ff9900;
            border: 1px solid #fff;
        }

            .MediacomPointService .cap input[type=submit]:hover {
                background-color: #f26721;
            }

    .MediacomPointService .cap .errorMessage {
        clear: both;
        margin-left: 40px;
    }

.MediacomPointService-Regioni .filter {
    background-color: #8c8c8c;
}

    .MediacomPointService-Regioni .filter .filterButton {
        color: #fff;
        display: flex;
        align-items: center;
        padding: 10px;
    }

        .MediacomPointService-Regioni .filter .filterButton:hover {
            text-decoration: none;
            background-color: #7c7878;
        }

        .MediacomPointService-Regioni .filter .filterButton img {
            padding-right: 10px;
        }

.MediacomPointService-Regioni .puntiVendita {
    position: relative;
    overflow: hidden;
}

    .MediacomPointService-Regioni .puntiVendita .layer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #e1e1e1;
        height: 200px;
        z-index: -1;
    }

    .MediacomPointService-Regioni .puntiVendita h2 {
        color: #f26722;
        text-transform: uppercase;
        margin: 30px 0;
    }

    .MediacomPointService-Regioni .puntiVendita h3 {
        color: #f26722;
        font-size: 30px;
        margin: 30px 0;
    }

    .MediacomPointService-Regioni .puntiVendita .item {
        background-color: #ff9900;
        padding: 20px;
        color: #fff;
        margin-bottom: 20px;
    }

    .MediacomPointService-Regioni .puntiVendita h4 {
        margin: 0;
    }

    .MediacomPointService-Regioni .puntiVendita .address {
        margin-top: 10px;
        font-size: 16px;
    }

        .MediacomPointService-Regioni .puntiVendita .address a {
            color: #fff;
        }

            .MediacomPointService-Regioni .puntiVendita .address a:hover {
                color: #fff;
            }

.MediacomPointService-Regioni {
    width: 100%;
    margin: 0px;
}

    .MediacomPointService-Regioni .regioni {
        width: 100%;
        margin: 0;
        position: relative;
        background-color: #cfcfcf;
        background-image: url('/SiteImg/GBK_Regioni.jpg');
        background-repeat: no-repeat;
        background-position: left top;
        overflow: hidden;
        padding-top: 40px;
        padding-bottom: 90px;
    }

        .MediacomPointService-Regioni .regioni:after {
            content: '';
            height: 50px;
            position: absolute;
            bottom: -20px;
            left: 0;
            z-index: 1;
            width: 100%;
            transform: skewY(1deg);
            background-color: #fff;
        }

        .MediacomPointService-Regioni .regioni a {
            background-color: #f26722;
            color: #fff;
            padding: 10px 20px;
            display: inline-block;
            font-size: 1em;
            margin: 0 10px 10px 0;
        }

            .MediacomPointService-Regioni .regioni a:hover {
                background-color: #ff9900;
                text-decoration: none;
            }

        .MediacomPointService-Regioni .regioni img {
            margin: 0 auto;
        }

@media (min-width: 600px) {

    .MediacomPointService-Regioni .puntiVendita {
        margin-bottom: 30px;
    }

        .MediacomPointService-Regioni .puntiVendita .layer {
            top: -40px;
            height: 200px;
            transform: skewY(-2deg);
        }

        .MediacomPointService-Regioni .puntiVendita .item {
            min-height: 330px;
        }
}

@media (min-width: 768px) {
    .MediacomPointService-Regioni .puntiVendita .item {
        min-height: 300px;
    }
}

@media (min-width: 992px) {
    .MediacomPointService-Regioni .regioni img {
        max-width: 300px;
    }
}

@media (min-width: 1200px) {
    .MediacomPointService .main {
        padding-bottom: 0;
    }
}

/********************************************************************************/
/***** ABOUT *******************************************************************/
/*******************************************************************************/
.About .stripe1Wrapper {
    height: 500px;
    width: 100%;
    background-image: url('/SiteImg/GBK_about_1.jpg');
    background-repeat: no-repeat;
    background-position: center top;
}

    .About .stripe1Wrapper h1 {
        margin-top: 100px;
        color: #04568c;
        text-transform: uppercase;
        font-size: 1.8em;
        margin-top: 70px;
    }

    .About .stripe1Wrapper p {
        color: #333;
        font-size: .8em;
    }

.About .stripe2Wrapper {
    height: 500px;
    background-image: url('/SiteImg/GBK_about_2.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    margin-bottom: 20px;
}

    .About .stripe2Wrapper h1 {
        margin-top: 100px;
        color: #d5b035;
        text-transform: uppercase;
        font-size: 1.8em;
        margin-top: 70px;
    }

    .About .stripe2Wrapper p {
        color: #fff;
        font-size: .8em;
    }


@media (min-width: 600px) {
    .About h1 {
        margin-top: 70px;
    }

    .About p {
        font-size: 1rem;
    }
}

@media (min-width: 768px) {
    .About p.secondParagraph {
        margin-top: 235px;
    }
}

@media (min-width: 992px) {
    .About p.secondParagraph {
        margin-top: 160px;
    }
}

@media (min-width: 1200px) {
    .About h1 {
        margin-top: 100px;
    }
}

/********************************************************************************/
/***** MODELLI ******************************************************************/
/********************************************************************************/

.ModelliWrapper {
    width: 100%;
    overflow-x: hidden;
}

    .ModelliWrapper .modello {
        display: block;
        margin: 30px 0;
        color: #777;
        position: relative;
        padding: 20px 0;
        cursor: pointer;
    }

        .ModelliWrapper .modello .layer {
            position: absolute;
            background-color: #ececec;
            top: 50%;
            left: 0;
            height: 0;
            width: 100%;
            transition: 500ms;
        }

        .ModelliWrapper .modello:hover .layer {
            top: 0;
            height: 100%;
            transition: 500ms;
        }

    /*.ModelliWrapper .model {
        position: relative;
        padding: 10px;
    }*/

    /*.ModelliWrapper .effect {
        width: 200%;
        height: 0;
        background-color: #ececec;
        position: absolute;
        left: -50%;
        top: 9%;
    }*/

    .ModelliWrapper .title {
        position: relative;
        height: auto;
        background-color: #bfbfbf;
        padding-bottom: 20px;
    }

        .ModelliWrapper .title .logo {
            padding: 30px;
        }

            .ModelliWrapper .title .logo img {
                margin-top: 20px;
                vertical-align: middle;
            }

            .ModelliWrapper .title .logo span {
                color: #fff;
                font-size: 2.5rem;
                line-height: 2rem;
            }

        .ModelliWrapper .title .text {
            position: relative;
            height: auto;
            padding: 10px;
        }

            .ModelliWrapper .title .text .wrapper {
                display: table;
                height: 100%;
            }

                .ModelliWrapper .title .text .wrapper p {
                    font-size: .8em;
                    display: table-cell;
                    vertical-align: middle;
                    color: #fff;
                }

        .ModelliWrapper .title .topBar {
            background-color: #cacaca;
            height: 30px;
        }

    .ModelliWrapper .bottomBar {
        width: 100%;
        height: auto;
        position: absolute;
        bottom: 0px;
        left: 0px;
    }

    .ModelliWrapper .row.model {
        display: block;
        align-items: center;
    }

    .ModelliWrapper .series {
        display: table;
        width: 100%;
        /*margin-top: 20px;*/
        margin-bottom: 10px;
    }

        .ModelliWrapper .series .name {
            font-size: 1.8em;
            font-weight: 800;
            line-height: 1.1em;
            text-align: center;
            color: #777;
            display: block;
            vertical-align: bottom;
            padding-left: 0;
            /*white-space: nowrap;*/
        }

        .ModelliWrapper .series .info {
            font-size: 1.2em;
            line-height: 1.4em;
            font-weight: 800;
            display: block;
            vertical-align: bottom;
            padding-left: 40px;
            white-space: nowrap;
            margin-top: 0;
            padding-left: 0;
        }

    /*.ModelliWrapper .series .align {
            display: table-cell;
            vertical-align: bottom;
            width: 100%;
        }*/

    .ModelliWrapper .model .details .codiciArticolo {
        position: relative;
        display: inline;
        top: 12px;
        float: right;
        text-transform: uppercase;
        font-weight: lighter;
        letter-spacing: 1px;
        margin-bottom: 0;
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 0.8rem;
    }

    .ModelliWrapper .model .details .compare {
        display: block;
        position: relative;
        width: 100%;
    }

        .ModelliWrapper .model .details .compare label {
            text-transform: uppercase;
            font-size: .8rem;
            font-weight: lighter;
            /*letter-spacing: 1px;*/
            position: relative;
            margin-bottom: 0;
        }

            .ModelliWrapper .model .details .compare label:after {
                content: "";
                display: inline-block;
                width: 23px;
                height: 23px;
                border: 2px solid #bebebe;
                font-size: 35px;
                line-height: 13px;
                font-weight: bold;
                margin-left: 5px;
                position: absolute;
                bottom: 2px;
            }

        .ModelliWrapper .model .details .compare input[type=checkbox] {
            display: none;
        }

            .ModelliWrapper .model .details .compare input[type=checkbox]:checked + label:after {
                content: "\2713";
                text-align: center;
            }

    .ModelliWrapper .model .details .colors {
        display: block;
        position: relative;
        width: 100%;
    }

        .ModelliWrapper .model .details .colors p {
            position: relative;
            text-transform: uppercase;
            font-size: .8rem;
            font-weight: lighter;
            letter-spacing: 1px;
            display: inline;
            margin-bottom: 0;
            /*top: 3px;*/
        }

    .ModelliWrapper .model .circle {
        width: 20px;
        height: 20px;
        position: relative;
        margin: 1px;
        top: 6px;
        display: inline-block;
        border-radius: 15px;
        border: 1px solid #b7b7b7;
    }

    .ModelliWrapper .model .details {
        margin-top: 10px;
    }

    .ModelliWrapper .porcofolio {
        height: 220px;
    }

        .ModelliWrapper .porcofolio .box h2 {
            background-color: rgba(255,255,255,0.8);
            font-size: 1.8em;
            font-weight: 800;
            line-height: 1.1em;
            color: #777;
            padding: 15px 10px;
        }

    .ModelliWrapper .compareButtonWrapper {
        display: inline-block;
        width: 100%;
    }

        .ModelliWrapper .compareButtonWrapper .compareButton {
            color: #fff;
            border: none;
            padding: 15px 30px 15px 65px;
            background-color: #7d7e7a;
            background-image: url('/SiteImg/icons/white/ico_compare.png');
            background-repeat: no-repeat;
            background-position: 10px center;
            background-size: 45px;
            width: 100%;
            margin-top: 15px;
        }

        .ModelliWrapper .compareButtonWrapper .validator {
            font-size: 0.6em;
            padding: 10px 10px 10px 37px;
            color: #fff;
            font-size: 0.7rem;
            background-color: #f00;
            background-image: url('/SiteImg/icons/white/ico_attenzione.png');
            background-repeat: no-repeat;
            background-position: 10px center;
            display: inline-block;
            margin-top: 10px;
        }

    .ModelliWrapper .accessoriButton {
        display: inline-block;
        color: #fff;
        text-decoration: none;
        padding: 15px 30px 15px 65px;
        background-color: #7d7e7a;
        background-image: url('/SiteImg/icons/white/ico_originalaccessories.png');
        background-repeat: no-repeat;
        background-position: 10px center;
        background-size: 45px;
        width: 100%;
        margin-top: 15px;
    }

    .ModelliWrapper .specificheButton {
        display: inline-block;
        color: #fff;
        text-decoration: none;
        padding: 15px 10px 15px 60px;
        background-color: #7d7e7a;
        background-image: url(/SiteImg/icons/white/ico_ric-caratteristiche.png);
        background-repeat: no-repeat;
        background-position: 10px center;
        background-size: 40px;
        width: 100%;
        margin-top: 15px;
    }

    .ModelliWrapper .altriProdottiButton {
        display: inline-block;
        color: #fff;
        text-decoration: none;
        padding: 15px 30px 15px 65px;
        background-color: #7d7e7a;
        background-image: url('/SiteImg/icons/white/Ico_altriprodotti.png');
        background-repeat: no-repeat;
        background-position: 10px center;
        background-size: 45px;
        width: 100%;
        margin-top: 15px;
    }

    .ModelliWrapper .info {
        font-size: 0.7rem;
        margin-top: 40px;
        margin-bottom: 0;
    }

@media (min-width: 350px) {

    .ModelliWrapper .model .details .compare {
        display: inline;
        width: auto;
    }

    .ModelliWrapper .model .details .colors {
        display: inline;
        width: auto;
        margin-left: 40px;
    }
}

@media (min-width: 768px) {

    .ModelliWrapper .title {
        padding-bottom: 0px;
        height: 180px;
    }

        .ModelliWrapper .title .text {
            height: 180px;
        }

            .ModelliWrapper .title .text .wrapper p {
                font-size: 1em;
            }

        .ModelliWrapper .title .logo img {
            margin-top: 15px;
        }

        .ModelliWrapper .title .topBar {
            position: absolute;
            top: -10px;
            left: 0;
            width: 100%;
            transform: skewY(-.5deg);
        }

    .ModelliWrapper .series .name {
        font-size: 2em;
        text-align: left;
    }



    .ModelliWrapper .model .details .colors p {
        margin-left: 6px;
    }

    .ModelliWrapper .model .circle {
        width: 24px;
        height: 24px;
        margin: 2px;
        top: 6px;
    }
}

@media (min-width: 992px) {
    .ModelliWrapper .series .name {
        font-size: 2.6em;
    }
}


@media (max-width: 768px) {
    .ModelliWrapper .series .name {
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .ModelliWrapper .title .logo img {
        max-width: 430px;
    }

    .ModelliWrapper .series .name, .ModelliWrapper .series .info {
        display: table-cell;
    }

    .ModelliWrapper .series .info {
        margin-top: 40px;
    }
}

@media (min-width: 1600px) {
    .ModelliWrapper .title {
        height: 170px;
    }

        .ModelliWrapper .title .text {
            height: 170px;
        }
}

/********************************************************************************/
/***** MODELLO ******************************************************************/
/********************************************************************************/

.Modello .mainBanner {
    position: relative;
    overflow: hidden;
    height: 150px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.Modello .specs {
    margin: 30px auto;
}

.specs {
    max-width: 1200px;
}

.Modello .section {
    padding: 40px 0;
}

    .Modello .section .title {
        display: inline-block;
        margin-bottom: 10px;
        font-size: 1.5em;
        color: #484848;
        text-transform: uppercase;
        margin-top: 0;
    }

    .Modello .section.accessori .content {
        display: none;
    }

        .Modello .section.accessori .content h3 {
            margin: 20px 0;
            color: #797979;
            text-transform: uppercase;
        }

    .Modello .section.accessori .accordionLink {
        margin-top: 30px;
        display: inline-block;
        padding: 10px 30px;
        background-color: #333;
        color: #fff;
        text-decoration: none;
    }

        .Modello .section.accessori .accordionLink:hover {
            background-color: #9a9a9a;
        }

    .Modello .section.specifiche {
        background-color: #ede9e8;
    }

        .Modello .section.specifiche #specsTabs ul {
            padding: 0;
            list-style: none;
            margin-top: 20px;
        }

            .Modello .section.specifiche #specsTabs ul li {
                display: inline-block;
            }

                .Modello .section.specifiche #specsTabs ul li a {
                    padding: 5px 70px;
                    border: 2px solid #acaaab;
                    display: block;
                    margin-right: 10px;
                    margin-bottom: 10px;
                    color: #333;
                }

                    .Modello .section.specifiche #specsTabs ul li.ui-state-active a, .Modello .section.specifiche #specsTabs ul li a:hover {
                        background-color: #fff;
                        text-decoration: none;
                        color: #333;
                    }

        .Modello .section.specifiche #specsTabs .row {
            font-size: .9em;
        }

        .Modello .section.specifiche .cnet {
            color: #696969;
            display: flex;
            flex-wrap: wrap;
        }

            .Modello .section.specifiche .cnet h3 {
                background-color: #9a9a9a;
                color: #fff;
                text-align: center;
                max-width: 470px;
                padding: 15px 80px;
                text-align: center;
                text-transform: uppercase;
                font-size: 1em;
            }

            .Modello .section.specifiche .cnet strong {
                font-weight: 600;
                font-size: 0.9em;
                line-height: 1.4;
            }

            .Modello .section.specifiche .cnet span {
                font-size: 0.9em;
                line-height: 1.4;
            }

        .Modello .section.specifiche .specName {
            font-weight: bold;
        }

    .Modello .section.supporto {
        background-color: #b7b3b2;
    }

        .Modello .section.supporto h3 {
            color: #484848;
            text-transform: uppercase;
            font-size: 1.2em;
        }

        .Modello .section.supporto span {
            color: #fff;
        }

        .Modello .section.supporto .buttonContainer {
            margin-bottom: 10px;
        }

            .Modello .section.supporto .buttonContainer a {
                color: #fff;
                display: inline-flex;
                align-items: center;
                padding: 10px 20px;
                background-color: #888;
                text-decoration: none;
            }

                .Modello .section.supporto .buttonContainer a:hover {
                    background-color: #333;
                }

                .Modello .section.supporto .buttonContainer a img {
                    width: 32px;
                    padding-right: 2px;
                }

                .Modello .section.supporto .buttonContainer a .text {
                    margin-left: 10px;
                }

                    .Modello .section.supporto .buttonContainer a .text h4 {
                        margin: 0;
                        font-size: 1rem;
                        font-weight: normal;
                    }

                    .Modello .section.supporto .buttonContainer a .text p {
                        margin: 0;
                        font-size: 0.6rem;
                        color: #333;
                    }

                .Modello .section.supporto .buttonContainer a:hover .text p {
                    color: #fff;
                }

    .Modello .section.pressroom h3 {
        color: #484848;
        text-transform: uppercase;
        font-size: 1.2em;
    }

    .Modello .section.pressroom span {
        color: #333;
        font-size: 14px;
    }

    .Modello .section.pressroom .buttonContainer {
        margin-bottom: 10px;
    }

        .Modello .section.pressroom .buttonContainer a {
            color: #fff;
            display: inline-flex;
            align-items: center;
            padding: 10px 20px;
            background-color: #888;
            text-decoration: none;
        }

            .Modello .section.pressroom .buttonContainer a:hover {
                background-color: #333;
            }

            .Modello .section.pressroom .buttonContainer a img {
                width: 32px;
                padding-right: 2px;
            }

            .Modello .section.pressroom .buttonContainer a .text {
                margin-left: 10px;
            }

                .Modello .section.pressroom .buttonContainer a .text h4 {
                    margin: 0;
                    font-size: 0.85rem;
                    font-weight: normal;
                }

.Modello .stripes .stripe {
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    text-align: center;
}

.Modello .stripes .animatedStripe {
    position: relative;
    overflow: hidden;
    height: 500px;
}

    .Modello .stripes .animatedStripe .canvas {
        width: 50%;
        position: relative;
    }

        .Modello .stripes .animatedStripe .canvas.left {
            float: left;
        }

        .Modello .stripes .animatedStripe .canvas.right {
            float: right;
        }

        .Modello .stripes .animatedStripe .canvas canvas {
            position: absolute;
        }

        .Modello .stripes .animatedStripe .canvas.left canvas {
            right: 0;
        }

        .Modello .stripes .animatedStripe .canvas.right canvas {
            left: 0;
        }

    .Modello .stripes .animatedStripe .container {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0;
        height: 500px;
        display: flex;
        align-items: center;
        text-align: center;
    }

    .Modello .stripes .stripe h3, .Modello .stripes .animatedStripe h3 {
        font-size: 38px;
        font-weight: 700;
        line-height: 40px;
    }

    .Modello .stripes .stripe p,, .Modello .stripes .animatedStripe p {
        font-size: 1.17em;
    }

.Modello .stripes .info {
    font-size: 0.8em;
}

@media (min-width: 768px) {

    .Modello .mainBanner {
        height: 300px;
    }

    .Modello .specs .spec:first-child {
        padding-right: 0;
    }

    .Modello .specs .spec:last-child {
        padding-left: 0;
    }

    .Modello .section.specifiche .specName {
        text-align: right;
    }
}

@media (min-width: 992px) {

    .Modello .mainBanner {
        height: 500px;
    }
}

/********************************************************************************/
/***** SCHEDA PRODOTTO **********************************************************/
/********************************************************************************/

.SchedaProdotto .headline {
    overflow: hidden;
    position: relative;
}

    .SchedaProdotto .headline .buttons {
        position: absolute;
        bottom: 30px;
        right: 30px;
    }

        .SchedaProdotto .headline .buttons a {
            padding: 5px 15px;
            background-color: #333;
            color: #fff;
            text-transform: uppercase;
            font-weight: bold;
        }

            .SchedaProdotto .headline .buttons a:hover {
                background-color: #999;
                text-decoration: none;
            }

    .SchedaProdotto .headline img {
        margin: 0 auto;
    }

    .SchedaProdotto .headline .right h1 {
        text-transform: uppercase;
        color: #686566;
        width: 100%;
        text-align: center;
        margin: 0;
        font-size: 2rem;
        z-index: 10;
        padding: 10px 0;
    }

.SchedaProdotto .section {
    padding: 40px 0;
}

    .SchedaProdotto .section .title {
        display: inline-block;
        margin-bottom: 10px;
        font-size: 1.5em;
        color: #484848;
        text-transform: uppercase;
        margin-top: 0;
    }

    .SchedaProdotto .section.specifiche {
        background-color: #ede9e8;
    }

        .SchedaProdotto .section.specifiche .cnet {
            color: #696969;
            font-size: .9em;
            display: flex;
            flex-wrap: wrap;
        }

            .SchedaProdotto .section.specifiche .cnet h3 {
                background-color: #9a9a9a;
                color: #fff;
                padding: 15px 10px;
                text-align: center;
                text-transform: uppercase;
                font-size: 1.2em;
            }

        .SchedaProdotto .section.specifiche .specName {
            font-weight: bold;
            font-size: .9em;
        }
        
        .SchedaProdotto .section.specifiche .specName ~ div[class^="col"] {
            font-size: .9em;
        }

    .SchedaProdotto .section.supporto {
        background-color: #b7b3b2;
    }

        .SchedaProdotto .section.supporto h3 {
            color: #484848;
            text-transform: uppercase;
            font-size: 1.2em;
        }

        .SchedaProdotto .section.supporto span {
            color: #fff;
        }

        .SchedaProdotto .section.supporto .buttonContainer {
            margin-bottom: 10px;
        }

            .SchedaProdotto .section.supporto .buttonContainer a {
                color: #fff;
                display: inline-flex;
                align-items: center;
                padding: 10px 20px;
                background-color: #888;
                text-decoration: none;
            }

                .SchedaProdotto .section.supporto .buttonContainer a:hover {
                    background-color: #333;
                }

                .SchedaProdotto .section.supporto .buttonContainer a img {
                    width: 32px;
                    padding-right: 2px;
                }

                .SchedaProdotto .section.supporto .buttonContainer a .text {
                    margin-left: 10px;
                }

                    .SchedaProdotto .section.supporto .buttonContainer a .text h4 {
                        margin: 0;
                        font-size: 1rem;
                        font-weight: normal;
                    }

                    .SchedaProdotto .section.supporto .buttonContainer a .text p {
                        margin: 0;
                        font-size: 0.6rem;
                        color: #333;
                    }

                .SchedaProdotto .section.supporto .buttonContainer a:hover .text p {
                    color: #fff;
                }

    .SchedaProdotto .section.pressroom h3 {
        color: #484848;
        text-transform: uppercase;
        font-size: 1.2em;
    }

    .SchedaProdotto .section.pressroom span {
        color: #333;
    }

    .SchedaProdotto .section.pressroom .buttonContainer {
        margin-bottom: 10px;
    }

        .SchedaProdotto .section.pressroom .buttonContainer a {
            color: #fff;
            display: inline-flex;
            align-items: center;
            padding: 10px 20px;
            background-color: #888;
            text-decoration: none;
        }

            .SchedaProdotto .section.pressroom .buttonContainer a:hover {
                background-color: #333;
            }

            .SchedaProdotto .section.pressroom .buttonContainer a img {
                width: 32px;
                padding-right: 2px;
            }

            .SchedaProdotto .section.pressroom .buttonContainer a .text {
                margin-left: 10px;
            }

                .SchedaProdotto .section.pressroom .buttonContainer a .text h4 {
                    margin: 0;
                    font-size: 1rem;
                    font-weight: normal;
                }

.SchedaProdotto .stripes .stripe {
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    text-align: center;
}

.SchedaProdotto .stripes .animatedStripe {
    position: relative;
    overflow: hidden;
    height: 500px;
}

    .SchedaProdotto .stripes .animatedStripe .canvas {
        width: 50%;
        position: relative;
    }

        .SchedaProdotto .stripes .animatedStripe .canvas.left {
            float: left;
        }

        .SchedaProdotto .stripes .animatedStripe .canvas.right {
            float: right;
        }

        .SchedaProdotto .stripes .animatedStripe .canvas canvas {
            position: absolute;
        }

        .SchedaProdotto .stripes .animatedStripe .canvas.left canvas {
            right: 0;
        }

        .SchedaProdotto .stripes .animatedStripe .canvas.right canvas {
            left: 0;
        }

    .SchedaProdotto .stripes .animatedStripe .container {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0;
        height: 500px;
        display: flex;
        align-items: center;
        text-align: center;
    }

    .SchedaProdotto .stripes .stripe h3, .SchedaProdotto .stripes .animatedStripe h3 {
        font-size: 38px;
        font-weight: 700;
        line-height: 40px;
    }

    .SchedaProdotto .stripes .stripe p,, .SchedaProdotto .stripes .animatedStripe p {
        font-size: 1.17em;
    }

.SchedaProdotto .stripes .info {
    font-size: 0.8em;
}

.btnNoRes {
    margin-top: 40px;
}

#NoRisultati {
    margin: 60px 0px 60px 0px;
}


@media (max-width: 1200px) {
    .SchedaProdotto .headline .buttons {
        display: none;
    }
}

@media (min-width: 768px) {
    .SchedaProdotto .headline {
        background: url('/SiteImg/test.jpg') no-repeat center top;
        background-size: cover;
        margin-bottom: 20px;
    }

        .SchedaProdotto .headline .row {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            flex-wrap: wrap;
        }

            .SchedaProdotto .headline .row > [class*='col-'] {
                display: flex;
                align-items: center;
            }

        .SchedaProdotto .headline img {
            max-width: 250px;
        }

        .SchedaProdotto .headline .right h1 {
            font-size: 1.5rem;
            padding: 0;
        }

    .SchedaProdotto .section.description p {
        margin-bottom: 0;
        font-size: .8em;
        line-height: 1.5em;
    }

    .SchedaProdotto .section.specifiche .specName {
        text-align: right;
    }

    .SchedaProdotto .section.specifiche p {
        margin-bottom: 0;
        font-size: .8em;
        line-height: 1.5em;
    }
}

@media (min-width: 992px) {
    .SchedaProdotto .headline img {
        max-width: 350px;
    }
}

@media (min-width: 1200px) {
    .SchedaProdotto .headline {
        height: 375px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }

        .SchedaProdotto .headline img {
            max-width: 500px;
        }

        .SchedaProdotto .headline .right h1 {
            font-size: 2.5rem;
        }
}

@media (min-width: 1600px) {

    .SchedaProdotto .headline {
        height: 525px;
    }

        .SchedaProdotto .headline img {
            max-width: 700px;
        }

            .SchedaProdotto .headline img.oldProduct {
                width: 500px;
            }

        .SchedaProdotto .headline .right h1 {
            font-size: 3rem;
        }
}

/********************************************************************************/
/***** RICERCA ******************************************************************/
/********************************************************************************/

.Ricerca {
}

    .Ricerca .specBox {
        margin-bottom: 20px;
        padding: 20px;
        border: 1px solid #ccc;
        border-bottom-color: #b3b3b3;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
        height: 100%;
    }

        .Ricerca .specBox h3 {
            margin-top: 0;
            margin-bottom: 20px;
            font-weight: normal;
            text-transform: uppercase;
        }

        .Ricerca .specBox label {
            font-weight: normal;
            position: relative;
        }

            .Ricerca .specBox label:after {
                content: "";
                display: inline-block;
                width: 23px;
                height: 23px;
                border: 2px solid #bebebe;
                font-size: 35px;
                line-height: 13px;
                font-weight: bold;
                margin-left: 5px;
                position: absolute;
                bottom: 5px;
            }

        .Ricerca .specBox input[type=checkbox] {
            display: none;
        }

            .Ricerca .specBox input[type=checkbox]:checked + label:after {
                content: "\2713";
                text-align: center;
            }

    .Ricerca .searchButton {
        color: #fff;
        text-decoration: none;
        padding: 5px 20px;
        background-color: #7d7e7a;
        border: none;
    }

@media (min-width: 992px) {
    .Ricerca .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }

        .Ricerca .row > [class*='col-'] {
            display: flex;
            flex-direction: column;
        }
}

.Ricerca_Caratteristiche {
    margin-top: 20px;
}

    .Ricerca_Caratteristiche .box {
        display: block;
        text-decoration: none;
        padding: 20px;
        border: 1px solid #ccc;
        border-bottom-color: #b3b3b3;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
        -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    }

        .Ricerca_Caratteristiche .box:hover {
            background-color: #eee;
        }

        .Ricerca_Caratteristiche .box h2 {
            color: #333;
        }

        .Ricerca_Caratteristiche .box .boxSpecs p {
            margin: 0;
            font-size: 0.9rem;
            line-height: 1.2rem;
            color: #333;
        }

    .Ricerca_Caratteristiche .backButton {
        display: inline-block;
        margin-bottom: 20px;
        color: #fff;
        text-decoration: none;
        padding: 10px 20px 10px 50px;
        background-color: #7d7e7a;
        background-image: url(/SiteImg/icons/white/ico_ric-caratteristiche.png);
        background-repeat: no-repeat;
        background-position: 10px center;
        background-size: 32px;
    }

    .Ricerca_Caratteristiche .emptyResult {
        height: 300px;
    }

@media (min-width: 768px) {
    .Ricerca_Caratteristiche .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }
}

.Ricerca_Risultati .rigaProdotti {
    display: flex;
    flex-wrap: wrap;
}

.Ricerca_Risultati .prodotto {
    margin-bottom: 50px;
}

.Ricerca_Risultati .item {
    width: 100%;
    display: block;
    text-align: center;
    background-color: #fff;
    color: #545454;
}

    .Ricerca_Risultati .item img {
        width: 80%;
        height: auto;
    }

    .Ricerca_Risultati .item hr {
        width: 100%;
        height: 1px;
        background-color: #eee;
        margin: 1px;
        margin-left: 0px;
    }

    .Ricerca_Risultati .item .name {
        position: relative;
        width: 100%;
        height: 70px;
        overflow: hidden;
        text-align: center;
    }

        .Ricerca_Risultati .item .name .textWrapper {
            position: absolute;
            top: 0px;
            width: 100%;
            height: 70px;
        }

            .Ricerca_Risultati .item .name .textWrapper h6.categoria {
                text-align: center;
                font-family: 'Open Sans';
                /*font-weight: 400;*/
                margin: 5px 0;
            }

            .Ricerca_Risultati .item .name .textWrapper h4 {
                text-align: center;
                font-size: 18px;
                font-family: 'Open Sans';
                font-weight: 400;
                margin: 5px 0;
            }

            .Ricerca_Risultati .item .name .textWrapper span.codice {
                display: block;
                text-align: center;
                font-size: 12px;
                font-family: 'Open Sans';
                font-weight: 400;
                margin: 5px 0;
            }

        .Ricerca_Risultati .item .name .layer {
            position: absolute;
            background-color: #f0f0f0;
            top: 0px;
            left: 50%;
            width: 0;
            height: 100%;
            transition: 500ms;
        }

    .Ricerca_Risultati .item:hover .name .layer {
        left: 0;
        width: 100%;
        transition: 500ms;
    }

/********************************************************************************/
/***** EDUCATION ******************************************************************/
/********************************************************************************/

.EducationProducts {
    width: 100%;
    overflow-x: hidden;
}

    .EducationProducts .modello {
        display: block;
        margin: 30px 0;
        color: #777;
        position: relative;
        padding: 20px 0;
        cursor: pointer;
    }

        .EducationProducts .modello .layer {
            position: absolute;
            background-color: #ececec;
            top: 50%;
            left: 0;
            height: 0;
            width: 100%;
            transition: 500ms;
        }

        .EducationProducts .modello:hover .layer {
            top: 0;
            height: 100%;
            transition: 500ms;
        }

    /*.EducationProducts .model {
        position: relative;
        padding: 10px;
    }*/

    /*.EducationProducts .effect {
        width: 200%;
        height: 0;
        background-color: #ececec;
        position: absolute;
        left: -50%;
        top: 9%;
    }*/

    .EducationProducts .title {
        position: relative;
        height: auto;
        background-color: #bfbfbf;
        padding-bottom: 20px;
    }

        .EducationProducts .title .logo {
            padding: 30px;
        }

            .EducationProducts .title .logo img {
                margin-top: 20px;
                vertical-align: middle;
            }

            .EducationProducts .title .logo span {
                color: #fff;
                font-size: 2.5rem;
                line-height: 2rem;
            }

        .EducationProducts .title .text {
            position: relative;
            height: auto;
            padding: 10px;
        }

            .EducationProducts .title .text .wrapper {
                display: table;
                height: 100%;
            }

                .EducationProducts .title .text .wrapper p {
                    font-size: .8em;
                    display: table-cell;
                    vertical-align: middle;
                    color: #fff;
                }

        .EducationProducts .title .topBar {
            background-color: #cacaca;
            height: 30px;
        }

    .EducationProducts .bottomBar {
        width: 100%;
        height: auto;
        position: absolute;
        bottom: 0px;
        left: 0px;
    }

    .EducationProducts .series {
        display: table;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 10px;
    }

        .EducationProducts .series .name {
            font-size: 1.8em;
            font-weight: 800;
            line-height: 1.1em;
            text-align: center;
            color: #777;
            display: block;
            display: table-cell;
            vertical-align: bottom;
            white-space: nowrap;
        }

        .EducationProducts .series .info {
            font-size: 1.2em;
            line-height: 1.4em;
            font-weight: 800;
            display: table-cell;
            vertical-align: bottom;
            padding-left: 40px;
            white-space: nowrap;
        }

        .EducationProducts .series .align {
            display: table-cell;
            vertical-align: bottom;
            width: 100%;
        }

    .EducationProducts .model .details .codiciArticolo {
        position: relative;
        display: inline;
        top: 12px;
        float: right;
        text-transform: uppercase;
        font-weight: lighter;
        letter-spacing: 1px;
        margin-bottom: 0;
        font-family: 'Open Sans Condensed', sans-serif;
        font-size: 0.8rem;
    }

    .EducationProducts .model .details .compare {
        display: block;
        position: relative;
        width: 100%;
    }

        .EducationProducts .model .details .compare label {
            text-transform: uppercase;
            font-size: 1rem;
            font-weight: lighter;
            letter-spacing: 1px;
            position: relative;
            margin-bottom: 0;
        }

            .EducationProducts .model .details .compare label:after {
                content: "";
                display: inline-block;
                width: 23px;
                height: 23px;
                border: 2px solid #bebebe;
                font-size: 35px;
                line-height: 13px;
                font-weight: bold;
                margin-left: 5px;
                position: absolute;
                bottom: 2px;
            }

        .EducationProducts .model .details .compare input[type=checkbox] {
            display: none;
        }

            .EducationProducts .model .details .compare input[type=checkbox]:checked + label:after {
                content: "\2713";
                text-align: center;
            }

    .EducationProducts .model .details .colors {
        display: block;
        position: relative;
        width: 100%;
    }

        .EducationProducts .model .details .colors p {
            position: relative;
            text-transform: uppercase;
            font-weight: lighter;
            letter-spacing: 1px;
            display: inline;
            /*top: 3px;*/
        }

    .EducationProducts .model .circle {
        width: 20px;
        height: 20px;
        position: relative;
        margin: 1px;
        top: 6px;
        display: inline-block;
        border-radius: 15px;
        border: 1px solid #b7b7b7;
    }

    .EducationProducts .model .details {
        margin-top: 10px;
    }

    .EducationProducts .porcofolio {
        height: 220px;
    }

        .EducationProducts .porcofolio .box h2 {
            background-color: rgba(255,255,255,0.8);
            font-size: 1.8em;
            font-weight: 800;
            line-height: 1.1em;
            color: #777;
            padding: 15px 10px;
        }

    .EducationProducts .compareButtonWrapper {
        display: inline-block;
    }

        .EducationProducts .compareButtonWrapper .compareButton {
            color: #fff;
            border: none;
            padding: 15px 30px 15px 65px;
            background-color: #7d7e7a;
            background-image: url('/SiteImg/icons/white/ico_compare.png');
            background-repeat: no-repeat;
            background-position: 10px center;
            background-size: 45px;
        }

        .EducationProducts .compareButtonWrapper .validator {
            font-size: 0.6em;
            padding: 10px 10px 10px 37px;
            color: #fff;
            font-size: 0.7rem;
            background-color: #f00;
            background-image: url('/SiteImg/icons/white/ico_attenzione.png');
            background-repeat: no-repeat;
            background-position: 10px center;
            display: inline-block;
            margin-top: 10px;
        }

    .EducationProducts .accessoriButton {
        display: inline-block;
        color: #fff;
        text-decoration: none;
        padding: 15px 30px 15px 65px;
        background-color: #7d7e7a;
        background-image: url('/SiteImg/icons/white/ico_originalaccessories.png');
        background-repeat: no-repeat;
        background-position: 10px center;
        background-size: 45px;
    }

    .EducationProducts .specificheButton {
        display: inline-block;
        color: #fff;
        text-decoration: none;
        padding: 15px 10px 15px 60px;
        background-color: #7d7e7a;
        background-image: url(/SiteImg/icons/white/ico_ric-caratteristiche.png);
        background-repeat: no-repeat;
        background-position: 10px center;
        background-size: 40px;
    }

    .EducationProducts .info {
        font-size: 0.7rem;
        margin-top: 40px;
        margin-bottom: 0;
    }

@media (min-width: 600px) {

    .EducationProducts .model .details .compare {
        display: inline;
        width: auto;
    }

    .EducationProducts .model .details .colors {
        display: inline;
        width: auto;
        margin-left: 40px;
    }
}

@media (min-width: 768px) {

    .EducationProducts .title {
        padding-bottom: 0px;
        height: 180px;
    }

        .EducationProducts .title .text {
            height: 180px;
        }

            .EducationProducts .title .text .wrapper p {
                font-size: 1em;
            }

        .EducationProducts .title .logo img {
            margin-top: 15px;
        }

        .EducationProducts .title .topBar {
            position: absolute;
            top: -10px;
            left: 0;
            width: 100%;
            transform: skewY(-.5deg);
        }

    .EducationProducts .series .name {
        font-size: 2em;
        text-align: left;
    }

    .EducationProducts .icons.first {
        padding-right: 0;
    }

    .EducationProducts .icons.second {
        padding-left: 0;
    }

    .EducationProducts .model .details .colors p {
        margin-left: 6px;
    }

    .EducationProducts .model .circle {
        width: 24px;
        height: 24px;
        margin: 2px;
        top: 6px;
    }
}

@media (min-width: 992px) {
    .EducationProducts .series .name {
        font-size: 2.6em;
    }
}

@media (min-width: 1200px) {
    .EducationProducts .title .logo img {
        max-width: 430px;
    }
}

@media (min-width: 1600px) {
    .EducationProducts .title {
        height: 170px;
    }

        .EducationProducts .title .text {
            height: 170px;
        }
}

/********************************************************************************/
/***** FOOTER *******************************************************************/
/********************************************************************************/

footer {
    background-color: #dbdbdb;
    margin-top: 40px;
    padding-bottom: 40px;
}

    footer .content {
        padding: 20px 0;
    }

    footer .navMenu .title {
        margin-bottom: 10px;
        font-weight: 800;
        font-size: .9em;
        color: #696969;
    }

    footer .navMenu ul {
        list-style-type: none;
        padding: 0;
        font-family: 'Open Sans', sans-serif;
        font-size: .6em;
        color: #696969;
        text-decoration: none;
    }

    footer .newsletter {
        padding-right: 10px;
    }

        footer .newsletter .title {
            margin-bottom: 10px;
            font-weight: 800;
            font-size: .9em;
            color: #696969;
            text-decoration: none;
        }

        footer .newsletter .text {
            margin-bottom: 10px;
            font-family: 'Open Sans', sans-serif;
            font-size: .6em;
            color: #696969;
            text-decoration: none;
        }

        footer .newsletter .textBox {
            border: #333 1px solid;
            padding-left: 5px;
            padding-right: 5px;
            width: 100%;
            height: 28px;
            line-height: 24px;
            background-color: #f0f0f0;
            display: block;
            font-size: .6em;
        }

            footer .newsletter .textBox:focus {
                outline: none;
            }

        footer .newsletter .informativa {
            float: left;
            margin-left: 20px;
            margin-top: -22px;
            font-family: 'Open Sans', sans-serif;
            font-size: .5em;
            line-height: 20px;
            color: #696969;
            text-decoration: none;
            margin-bottom: 10px;
        }

        footer .newsletter .subscribe {
            font-family: 'Open Sans', sans-serif;
            display: block;
            margin-top: 10px;
            font-size: .8em;
            background-color: #a6a6a6;
            padding: 5px 30px;
            border: none;
            color: #fff;
            cursor: pointer;
        }

            footer .newsletter .subscribe:hover {
                background-color: #b6b6b6;
            }

    footer .socialHome .title {
        font-weight: 800;
        color: #5a5a5a;
        font-size: .9em;
        margin-bottom: 10px;
    }

    footer .socialHome .text {
        margin-bottom: 10px;
        color: #5a5a5a;
        font-size: .6em;
    }

    footer .socialHome .icon {
        display: block;
        vertical-align: middle;
        float: left;
        margin-right: 10px;
    }

        footer .socialHome .icon:first-of-type {
            margin-left: 15px;
        }

        footer .socialHome .icon img {
            width: 40px;
            opacity: 0.9;
        }

        footer .socialHome .icon:hover img {
            opacity: 1;
        }

    footer .socialHome .buttons {
        margin-top: 10px;
    }

    footer hr {
        margin: 0;
        border-color: #c2c2c2;
        border-style: solid;
        border-width: 1px;
        border-bottom: 0;
    }

    footer .bottomContent {
        padding: 10px 0;
    }

        footer .bottomContent .copyright {
            font-family: 'Open Sans', sans-serif;
            font-size: .5em;
            color: #8c8c8c;
            margin-top: 10px;
            text-decoration: none;
        }

    footer .bottomLinks a {
        font-size: .5em;
        display: inline-block;
        margin-right: 10px;
        color: #8c8c8c;
        text-decoration: none;
    }

/********************************************************************************/
/***** COOKIE POLICY ************************************************************/
/********************************************************************************/

#cookieChoiceInfo {
    background-color: #5a5a5a;
}

    #cookieChoiceInfo span {
        color: #fff;
        font-family: arial, sans-serif;
        font-size: .6em;
        font-weight: bold;
        margin-left: 10px;
        display: block;
        margin-bottom: 10px;
    }

    #cookieChoiceInfo a:first-of-type {
        color: #fff;
        font-family: arial, sans-serif;
        font-size: .6em;
        font-weight: bold;
        margin-left: 10px;
        text-decoration: underline;
    }

        #cookieChoiceInfo a:first-of-type:hover {
            color: #d6d6d6;
        }

#cookieChoiceDismiss {
    background-color: #0092de;
    border: 1px solid rgba(0,0,0,.1);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    line-height: 19px;
    padding: 4px 8px;
    text-decoration: none;
    white-space: nowrap;
    font-family: arial, sans-serif;
    font-size: .8em;
    font-weight: bold;
}

    #cookieChoiceDismiss:hover {
        background-color: #02aed9;
    }

@media only screen and (min-width: 1200px) {
    #cookieChoiceInfo span {
        display: inline-block;
        margin-bottom: 0;
    }
}
/********************************************************************************/
/***** links catalogo prodotti **************************************************/
/********************************************************************************/
.PdfLinksWrapper {
    margin-top: 40px;
    overflow: hidden;
}

    .PdfLinksWrapper h2 {
        display: block;
        width: 100%;
        text-align: center;
        color: #4d4d4d;
        text-transform: uppercase;
    }

    .PdfLinksWrapper .row a {
        text-align: center;
        margin: auto;
        display: block;
        transition: 200ms;
        color: #333;
        text-decoration: none;
        border-radius: 20px;
        padding-top: 60px;
    }

        .PdfLinksWrapper .row a:hover {
            text-align: center;
            background-color: #e9f8ff;
            transition: 200ms;
        }

    .PdfLinksWrapper img {
        text-align: center;
        margin: auto;
    }

    .PdfLinksWrapper p {
        font-size: .8rem;
        margin-top: 5px;
        text-transform: uppercase;
        font-weight: bold;
        clear: both;
        text-align: center;
        margin: auto;
    }

@media only screen and (min-width: 1200px) {
    .PdfLinksWrapper h2 {
        text-align: left;
        margin-left: 50px;
        margin-top: 100px;
    }
}

/********************************************************************************/
/***** REPUBBLICA ***************************************************************/
/********************************************************************************/

.repubblica_btn {
    width: 250px;
    height: 60px;
    background-color: #767345;
    position: relative;
    cursor: pointer;
    border: 2px solid #d5c95b;
    outline: 2px solid #767345;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
    line-height: 58px;
    font-size: 1rem;
    display: block;
    margin-left: calc(50% - 125px);
    transition: 200ms;
}

    .repubblica_btn:hover {
        transition: 200ms;
        background-color: #d5c95b;
        color: #fff !important;
    }


/*.SearchBoxSpecs {
    font-size: 12px;
    line-height: 10px;
}

.SearchBoxSpecsType {
    font-size: 12px;
    font-weight: bold;
}

.SearchBoxSpecsValue {
    font-size: 12px;
    font-weight: normal;
}*/



/******************************************************************************/
/********************* Tabella Confronto Prodotti *****************************/
/******************************************************************************/

.comparison-content {
    padding: 0 0 50px 0;
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
}

    .comparison-content select {
        width: 80%;
        position: relative;
        margin: 20px 10%;
        font-size: 13px;
    }

    .comparison-content option {
        width: auto;
    }

    .comparison-content ul {
        list-style: none;
    }

        .comparison-content ul li div {
            list-style: none;
            vertical-align: middle;
        }

    .comparison-content .ul-1 {
        float: left;
        width: 12%;
    }

    .comparison-content .ul-3 {
        float: left;
        width: 22%;
        /*border-left: #e9e9eb 1px solid;*/
        padding: 0;
    }

    .comparison-content .ul-1 .li-0 {
        border-bottom: #e9e9eb 1px solid;
    }

        .comparison-content .ul-1 .li-0 div {
            padding: 18px 0 0 10px;
        }

    .comparison-content .ul-1 .li-1 {
        border-bottom: #e9e9eb 1px solid;
        font-size: 13px;
    }

        .comparison-content .ul-1 .li-1 div {
            padding: 10px 0 0 10px;
        }

    .comparison-content .ul-1 .li-2 {
        border-bottom: #e9e9eb 1px solid;
        font-size: 13px;
    }

        .comparison-content .ul-1 .li-2 div {
            padding: 10px 0 0 10px;
        }

    .comparison-content .ul-1 .li-3 {
        border-bottom: #e9e9eb 1px solid;
        font-size: 13px;
    }

        .comparison-content .ul-1 .li-3 div {
            padding: 10px 0 0 10px;
        }

    .comparison-content .ul-1 .li-4 {
        border-bottom: #e9e9eb 1px solid;
        font-size: 13px;
    }

        .comparison-content .ul-1 .li-4 div {
            padding: 10px 0 0 10px;
        }

    .comparison-content .ul-1 .li-5 {
        border-bottom: #e9e9eb 1px solid;
        font-size: 13px;
    }

        .comparison-content .ul-1 .li-5 div {
            padding: 10px 0 0 10px;
        }

    .comparison-content .ul-1 .li-6 {
        border-bottom: #e9e9eb 1px solid;
        font-size: 13px;
    }

        .comparison-content .ul-1 .li-6 div {
            padding: 10px 0 0 10px;
        }

    .comparison-content .ul-1 .li-8 {
        border-bottom: #e9e9eb 1px solid;
        font-size: 13px;
    }

        .comparison-content .ul-1 .li-8 div {
            padding: 10px 0 0 10px;
        }

    .comparison-content .ul-1 .li-9 {
        font-size: 13px;
    }

        .comparison-content .ul-1 .li-9 div {
            padding: 10px 0 0 10px;
        }

    .comparison-content .ul-3 .li-0 .FRMOB_Button, .FRMOB_Button:link, .FRMOB_Button:visited {
        cursor: pointer;
        font-size: 13px;
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        text-decoration: none;
        background-color: #606060;
        padding: 6px 14px;
        text-align: center;
        border: none;
    }

.ul-3 a, .ul-3 a:link, .ul-3 a:visited, .ul-3 a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #525252;
    cursor: pointer;
    text-decoration: underline;
    font-weight: normal;
    line-height: 20px;
}

    .ul-3 a:hover, .ul-3 a:active {
        color: #00b4e5;
        background-color: #333333;
    }

.comparison-content .ul-3 .li-0 .FRMOB_Button:hover, .FRMOB_Button:active {
    background-color: #0b0a0b;
}

.comparison-content .ul-3 .li-0 {
    border-bottom: #e9e9eb 1px solid;
}

.comparison-content .ul-3 .li-00 {
    border-bottom: #e9e9eb 1px solid;
}

.comparison-content .ul-3 .img-1 {
    padding: 22px 0 0 0;
    display: block;
    height: 134px;
}

.comparison-content .ul-3 .p-1 {
    padding: 0 0 6px 25px;
}

.comparison-content .ul-3 .li-1 {
    border-bottom: #e9e9eb 1px solid;
    font-size: 13px;
    padding-top: 10px;
}

.comparison-content .ul-3 .li-2 {
    border-bottom: #e9e9eb 1px solid;
    font-size: 13px;
    padding-top: 10px;
}

.comparison-content .ul-3 .li-3 {
    border-bottom: #e9e9eb 1px solid;
    font-size: 13px;
    padding-top: 10px;
}

.comparison-content .ul-3 .li-4 {
    border-bottom: #e9e9eb 1px solid;
    font-size: 13px;
    padding-top: 10px;
}

.comparison-content .ul-3 .li-5 {
    border-bottom: #e9e9eb 1px solid;
    font-size: 13px;
    padding-top: 10px;
}

.comparison-content .ul-3 .li-6 {
    border-bottom: #e9e9eb 1px solid;
    font-size: 13px;
    padding-top: 10px;
}

.comparison-content .ul-3 .li-8 {
    border-bottom: #e9e9eb 1px solid;
    font-size: 13px;
    padding-top: 10px;
}

ul.ul-1 > li, ul.ul-3 > li {
    min-height: 65px;
}



/********************************************************************************/
/***** INFINITY *****************************************************************/
/********************************************************************************/

.Infinity .stripe {
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
}

.Infinity .stripeFree {
    background-repeat: no-repeat;
    background-position: center top;
    color: #fff;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.Infinity .stripe.v1 {
    background-image: url('/SiteImg/GBK_infinity_1.jpg');
}

.Infinity .stripe.v2 {
    background-image: url('/SiteImg/GBK_infinity_2.jpg');
}

.Infinity .stripeFree.v3 {
    background-image: url('/SiteImg/GBK_infinity_4.jpg');
}

.Infinity .stripe h3, .Infinity .stripeFree h3 {
    font-size: 1.5rem;
    text-transform: uppercase;
}

.Infinity .stripe.v1 h3 {
    margin-top: 100px;
}

.Infinity .stripe.v2 h3 {
    margin-top: 85px;
}

.Infinity .stripe p, .Infinity .stripe ul, .Infinity .stripeFree p, .Infinity .stripeFree ul {
    font-size: 1.17em;
}

.Infinity .stripe a {
    color: #fff;
    text-decoration: underline;
}

.Infinity .info {
    font-size: 0.8em;
    text-align: right;
}

.infinity_btn {
    width: 250px;
    height: 60px;
    background-color: #6a398a;
    position: relative;
    cursor: pointer;
    border: 2px solid #865899;
    outline: 2px solid #6a398a;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
    line-height: 58px;
    font-size: 1rem;
    display: block;
    margin-left: calc(50% - 125px);
    transition: 200ms;
}

    .infinity_btn:hover {
        transition: 200ms;
        background-color: #865899;
        color: #fff !important;
    }




/********************************************************************************/
/***** RICERCA MANUALI **********************************************************/
/********************************************************************************/
.wrapper-research {
    overflow: hidden;
    margin-bottom: 0px;
    width: 100%;
    padding: 0px;
    background-color: #FFFFFF;
}

.wrapper-research-search {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.wrapper-search-product {
    width: 450px;
    margin-top: 15px;
    margin-right: 15px;
}

.wrapper-search-category {
    width: 450px;
    margin-top: 15px;
    margin-right: 15px;
}

.wrapper-search-productBox, .wrapper-search-categoryBox {
    padding: 10px 15px;
    border: #CCCCCC 1px solid;
    -webkit-box-shadow: #E9E8E9 0 5px 6px;
    -moz-box-shadow: #E9E8E9 0 5px 6px;
    box-shadow: #E9E8E9 0 4px 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.wrapper-search-textBox {
    border: #E1E1E1 1px solid;
    color: #5c5c5c;
    padding-left: 5px;
    padding-right: 5px;
    width: 330px;
    height: 40px;
    line-height: 24px;
    background-color: #f0f0f0;
}

.wrapper-search-button {
    border: #E1E1E1 1px solid;
    color: #5c5c5c;
    padding-left: 5px;
    padding-right: 5px;
    height: 40px;
    background-color: #f0f0f0;
    cursor: pointer;
}

.wrapper-search-select {
    border: #E1E1E1 1px solid;
    color: #5c5c5c;
    padding-left: 5px;
    padding-right: 5px;
    width: 330px;
    height: 40px;
    line-height: 24px;
    background-color: #f0f0f0;
    padding: 1px 0;
}