@font-face {
    font-family: 'century_schoolbookregular';
    src: url('/css/fonts/century_schoolbook-webfont-webfont.eot');
    src: url('/css/fonts/century_schoolbook-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('/css/fonts/century_schoolbook-webfont-webfont.woff') format('woff'), url('/css/fonts/century_schoolbook-webfont-webfont.ttf') format('truetype'), url('/css/fonts/century_schoolbook-webfont-webfont.svg#century_schoolbookregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avenir_lt_std45_book';
    src: url('/css/fonts/avenirltstd-book-webfont.eot');
    src: url('/css/fonts/avenirltstd-book-webfont.eot?#iefix') format('embedded-opentype'), url('/css/fonts/avenirltstd-book-webfont.woff') format('woff'), url('/css/fonts/avenirltstd-book-webfont.ttf') format('truetype'), url('/css/fonts/avenirltstd-book-webfont.svg#avenir_lt_std45_book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avenir_lt_std85_heavy';
    src: url('/css/fonts/avenirltstd-heavy-webfont.eot');
    src: url('/css/fonts/avenirltstd-heavy-webfont.eot?#iefix') format('embedded-opentype'), url('/css/fonts/avenirltstd-heavy-webfont.woff') format('woff'), url('/css/fonts/avenirltstd-heavy-webfont.ttf') format('truetype'), url('/css/fonts/avenirltstd-heavy-webfont.svg#avenir_lt_std85_heavy') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */

    /* No support for these yet, use at own risk */
    -o-user-select: none;
    user-select: none;    
}

body div.collection {
    height: inherit;
    margin-top: 65px;
}

body .single.privacy a
{
text-decoration:underline;
}
    div.left_collections,
    div.right_collections {
        position: absolute;
        height: 90px;
        width: 100px;
        left: 50%;
        top: 50%;
        background-color: #ffffff;
        display:table;
        font-family: 'avenir_lt_std45_book';
        z-index: 5;
    }

div.left_collections {
    margin: -75px 0 0 -20px;
    padding: 30px 0 30px 20px;
}

div.right_collections {
    margin: -75px 0 0 -50px;
    padding: 30px 20px;
}

        div.left_collections ul,
        div.right_collections ul {
            padding: 0;
            display: table-cell;
            vertical-align:middle;
            margin: 0;
            height: inherit;
            width: inherit;
        }

            div.left_collections ul li,
            div.right_collections ul li {
                display: table;
                vertical-align: middle;
                /*height: 50%;*/
                width: inherit;
            }

                div.left_collections ul li a,
                div.right_collections ul li a {
                    display:table-caption;
                    line-height: 20px;
                }

                div.left_collections ul li a p,
                div.right_collections ul li a p{
                    margin: 0;
                    padding-top: 4px;
                    border-top:1px solid #333;
                    color: #999;
                }

                    div.left_collections ul li a p:hover,
                    div.right_collections ul li a p:hover {
                        color: #333;
                    }

    div.left_collections {
        text-align: right;
    }

    div.right_collections {
        text-align: left;
    }

    body div.collection .genders {
        cursor: pointer;
    }

        body div.collection .genders div.left:hover,
        body div.collection .genders div.right:hover {
            color: #333 !important;
        }

            body div.collection .genders div.left:hover h2,
            body div.collection .genders div.right:hover h2 {
                color: #333;
            }

    body div.collection div.collection_toggle {
        position: absolute;
        height: 90px;
        width: 160px;
        left: 50%;
        top: 50%;
        margin: -75px 0 0 -100px;
        background-color: #ffffff;
        display: table;
        padding: 30px 20px;
        font-family: 'century_schoolbookregular';
        /*box-shadow:
        0px 10px 10px -2px rgba(6,6,6,0.2),
        0px -10px 10px -2px rgba(6,6,6,0.2);*/
        z-index: 10;
    }

        body div.collection div.collection_toggle div.left,
        body div.collection div.collection_toggle div.right {
            display: table-cell;
            width: 50%;
            vertical-align: middle;
            margin: auto;
            text-align: center;
            color: #999999;
            transition: color 0.5s ease;
        }

            body div.collection div.collection_toggle div.left h2,
            body div.collection div.collection_toggle div.right h2 {
                font-size: 50px;
                margin: 0;
                line-height: 55px;
                color: #999999;
            }

        body div.collection div.collection_toggle div.right {
            box-sizing: border-box;
            border-left: 1px solid #cccccc;
        }

        body div.collection div.collection_toggle p {
            border-top: 1px solid;
            margin: 0;
            padding: 0;
            opacity: 0.4;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        body div.collection div.collection_toggle li:hover > a > p {
            opacity: 1;
        }

body div.campaign-container {
    width: inherit;
    transition: opacity 2s ease-in-out;
}

    body div.campaign-container div {
        height: inherit;
        width: inherit !important;
        background-size: cover;
    }
/*
body .byblos {
    background-size: cover !important;
}
*/
body .genny {
    background-size: cover !important;
}

body .vjc {
    background-size: cover !important;
}

body .cavalli {
    background-size: cover !important;
}

    body .index_container {
        width: inherit;
        height: inherit;
        margin-top: 65px;
    }

        body .index_container img {
            width: inherit;
            height: inherit;
            position: relative;
            filter: gray;
            /* IE6-9 */
            -webkit-filter: grayscale(100%);
        }

        body .index_container .logos_container {
            position: absolute;
            display: table;
            height: inherit;
            width: inherit;
            margin: 0 auto;
            top: 65px;
            z-index: 80;
        }

            body .index_container .logos_container ul {
                margin: 0;
                padding: 0;
            }

    body img.brand_image {
        z-index: 5;
        width: 100%;
        height: auto;
    }

.linknewsletter {
    color: #999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .linknewsletter:hover {
        color: #fff;
    }

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #333333;
    left: 0;
    z-index: 3000;
    font-family: 'avenir_lt_std45_book';
}

    footer ul {
        padding: 0;
        margin: 0;
    }

        footer ul:first-child {
            list-style: none;
            float: left;
            margin-left: 3%;
            font-size: 11px;
        }

            footer ul:first-child li {
                display: inline-block;
                margin-right: 5px;
                line-height: 55px;
            }

        footer ul:last-child {
            float: right;
            margin-right: 5%;
            display: table;
        }

            footer ul:last-child li {
                display: table-cell;
                cursor: pointer;
                vertical-align: middle;
                margin-right: 2%;
            }

                footer ul:last-child li:last-child {
                    margin-right: 0;
                }

               /* footer ul:last-child li a.footlinkbyblos {
                    background: url('/images/brandstory/byblos_g.png') no-repeat center center;
                    background-size: 80% 50%;
                    width: 100px;
                    height: 50px;
                    display: block;
                    -webkit-transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -ms-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

                    footer ul:last-child li a.footlinkbyblos.active,
                    footer ul:last-child li a.footlinkbyblos:hover {
                        background: url('/images/brandstory/byblos_w.png') no-repeat center center;
                        background-size: 80% 50%;
                    }*/

                footer ul:last-child li a.footlinkgenny {
                    background: url('/images/brandstory/genny_g.png') no-repeat center center;
                    background-size: 70% 50%;
                    width: 98px;
                    height: 50px;
                    display: block;
                    -webkit-transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -ms-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

                    footer ul:last-child li a.footlinkgenny.active,
                    footer ul:last-child li a.footlinkgenny:hover {
                        background: url('/images/brandstory/genny_w.png') no-repeat center center;
                        background-size: 70% 50%;
                    }

                footer ul:last-child li a.footlinkversace {
                    background: url('/images/brandstory/vjc_g.png') no-repeat center center;
                    background-size: 90% 30%;
                    width: 140px;
                    height: 50px;
                    display: block;
                    -webkit-transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -ms-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

                    footer ul:last-child li a.footlinkversace.active,
                    footer ul:last-child li a.footlinkversace:hover {
                        background: url('/images/brandstory/vjc_w.png') no-repeat center center;
                        background-size: 90% 30%;
                    }

                footer ul:last-child li a.footlinkcavalli {
                    background: url('/images/brandstory/cavalli_g.png') no-repeat center center;
                    background-size: auto 60%;
                    width: 90px;
                    height: 50px;
                    display: block;
                    -webkit-transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -ms-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

                    footer ul:last-child li a.footlinkcavalli.active,
                    footer ul:last-child li a.footlinkcavalli:hover {
                        background: url('/images/brandstory/cavalli_w.png') no-repeat center center;
                        background-size: auto 60%;
                    }
					
				footer ul:last-child li a.footlinklamborghini {
                    background: url('/images/brandstory/lamborghini.png') no-repeat center center;
                    background-size: auto 60%;
                    width: 90px;
                    height: 50px;
                    display: block;
                    -webkit-transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -ms-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

                    footer ul:last-child li a.footlinklamborghini.active,
                    footer ul:last-child li a.footlinklamborghini:hover {
                        background: url('/images/brandstory/lamborghini_w.png') no-repeat center center;
                        background-size: auto 60%;
                    }

.slideshow_content * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.jThumbnailScroller {
    position: fixed;
    width: 100%;
    height: 150px;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    bottom: 50px;
}

    .jThumbnailScroller .jTscrollerContainer {
        position: absolute;
    }

    .jThumbnailScroller .jTscroller {
        position: relative;
        height: 150px;
        margin: 0;
        left: 0;
        top: 0;
        display: inline-block;
        *display: inline;
    }

        .jThumbnailScroller .jTscroller a {
            opacity: 0.7;
            display: block;
            float: left;
            background: #fff;
            border: 5px solid #ddd;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
        }

            .jThumbnailScroller .jTscroller a:hover {
                opacity: 1;
                border-color: #fff;
            }

            .jThumbnailScroller .jTscroller a:first-child {
                margin-left: 10px;
            }

.slideshow_content {
    height: inherit;
    margin-top: 65px;
    background: url('/images/home/background.png') no-repeat center center;
}

.pics {
    margin-left: auto;
    margin-right: auto;
}

    .pics ul {
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
    }

    .pics li {
        list-style: none;
        height: inherit !important;
        width: inherit !important;
        z-index: 0 !important;
    }

        .pics li > div {
            width: 33.33333333333333%;
            height: 100%;
            float: left;
        }

        .pics li .outerPicture {
            height: 100%;
            text-align: center;
            font: 0/0 a;
        }

            .pics li .outerPicture .innerPicture {
                display: inline-block;
                vertical-align: middle;
                position: relative;
                max-height: 100%;
                max-width: 100%;
                height: 100%;
            }

                .pics li .outerPicture .innerPicture span.arrow_left {
                    margin-left: -20px;
                }

                .pics li .outerPicture .innerPicture span.arrow_right {
                    margin-right: -20px;
                }

                .pics li .outerPicture .innerPicture img {
                    vertical-align: middle;
                    display: inline-block;
                    max-height: 100%;
                    max-width: 100%;
                    /*border: 10px solid #ddd;*/
                    -moz-border-radius: 3px;
                    -webkit-border-radius: 3px;
                    border-radius: 3px;
                    -moz-box-shadow: 0 0 25px #333333;
                    -webkit-box-shadow: 0 0 25px #333333;
                    box-shadow: 0 0 25px #333333;
                }

        .pics li .innerPicture:before {
            content: ' ';
            display: inline-block;
            vertical-align: middle;
            height: 100%;
        }

        .pics li .itemInfo {
            height: 100%;
            display: table;
        }

            .pics li .itemInfo .innerInfo {
                display: table-cell;
                vertical-align: middle;
                padding-left: 10%;
                font-family: 'avenir_lt_std45_book';
            }

                .pics li .itemInfo .innerInfo p {
                    margin: 0;
                    padding: 0;
                    text-transform: uppercase;
                }

                    .pics li .itemInfo .innerInfo p h3 {
                        margin-bottom: 0;
                    }

a.newsletter {
    color: gray;
}

    a.newsletter:hover {
        color: #999999;
    }

div.newsletter_form {
    height: 200px;
    width: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -125px;
    margin-top: -100px;
    background-color: #000000;
    z-index: 9999;
    font-family: 'avenir_lt_std45_book';
}

    div.newsletter_form a.close_newsletter {
        color: #999999;
        font-size: 15px;
        margin: 5px 10px 5px 5px;
        float: right;
    }

    div.newsletter_form div.newsletter_form_content {
        padding: 25px 15px;
    }

        div.newsletter_form div.newsletter_form_content input {
            background-color: #333333;
            border: 1px solid #333333;
            padding: 2px;
            color: #ffffff;
            width: 30%;
            float: right;
            margin-right: 20px;
            margin-top: 5px;
        }

        div.newsletter_form div.newsletter_form_content .inputs label {
            float: left;
            color: #ffffff;
            width: 34%;
            line-height: 33px;
        }

        div.newsletter_form div.newsletter_form_content .inputs input {
            float: left;
            margin: 6px 0;
            width: 55%;
        }

        div.newsletter_form div.newsletter_form_content .bottom-controls {
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            div.newsletter_form div.newsletter_form_content .bottom-controls label.privacy {
                display: inline-block;
                cursor: pointer;
                position: relative;
                color: #ffffff;
                float: right;
                margin-right: 19px;
                margin-top: 6px;
                width: 100%;
                text-align: right;
            }

            div.newsletter_form div.newsletter_form_content .bottom-controls input[type="checkbox"] + label.privacy > span {
                margin: 0;
                margin-left: 10px;
            }

            div.newsletter_form div.newsletter_form_content .bottom-controls input[type="button"] {
                float: right;
                margin-right: 19px;
                margin-top: 12px;
                cursor: pointer;
            }

.modalOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.4);
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    color: #333333;
    font-size: 12px;
    overflow: hidden;
    /* ==========================================================
 * Spinner
 * =========================================================*/
}

    body header {
        position: fixed;
        top:0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }

    body .logo {
        background: url(../images/logo.png) no-repeat center center;
        float: left;
        margin-left: 50px;
        width: 150px;
        height: 65px;
    }

    body nav {
        background: #505050;
        background: linear-gradient(left, #606060, #333333 50%);
        background: -webkit-linear-gradient(left, #606060, #333333 50%);
        background: -moz-linear-gradient(left, #606060, #333333 50%);
        background: -ms-linear-gradient(left, #606060, #333333 50%);
        background: -o-linear-gradient(left, #606060, #333333 50%);
        color: #999999;
    }

        body nav .home {
            width: 60px;
            height: inherit;
        }

        body nav,
        body nav ul,
        body nav ul li,
        body nav ul li a {
            padding: 0;
            margin: 0;
        }

            body nav ul li a {
                line-height: 65px;
                margin-top: -5px;
            }

            body nav:before,
            body nav:after,
            body nav > ul:before,
            body nav > ul:after {
                content: '';
                display: table;
            }

            body nav:after,
            body nav > ul:after {
                clear: both;
            }

            body nav ul {
                float: right;
            }

                body nav ul > li {
                    float: left;
                    list-style: none;
                }

                    body nav ul > li > a {
                        display: block;
                        text-decoration: none;
                        padding: 0 20px;
                        position: relative;
                        text-align: center;
                        color: #999;
                        -webkit-transition: all 0.3s ease;
                        -moz-transition: all 0.3s ease;
                        -ms-transition: all 0.3s ease;
                        -o-transition: all 0.3s ease;
                        transition: all 0.3s ease;
                        font-family: 'avenir_lt_std45_book';
                    }

                        body nav ul > li > a:hover {
                            color: #FFF;
                        }

            body nav > ul > li {
                display: table-cell;
                position: relative;
                margin: 0 auto;
                box-sizing: border-box;
                border-top: 5px solid transparent;
                height: 65px;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

                body nav > ul > li > ul {
                    background-color: #333333;
                    opacity: 0;
                    visibility: hidden;
                    position: absolute;
                    z-index: 9999;
                }

                body nav > ul > li:hover > ul {
                    opacity: 1;
                    visibility: visible;
                    position: absolute;
                }

                body nav > ul > li > ul {
                    width: 100%;
                    position: absolute;
                }

                    body nav > ul > li > ul > li {
                        float: none;
                        position: relative;
                    }

                        body nav > ul > li > ul > li a {
                            border-bottom: 1px solid black;
                            padding: 0 6px;
                        }

                        body nav > ul > li > ul > li:last-child a {
                            border-bottom: none;
                        }

    body li.selected {
        color: white;
    }

    body nav > ul > li:hover,
    body nav > ul > li.active {
        border-top-color: white;
        color: white;
    }

        body nav > ul > li.active > a {
            color: white;
        }

    body footer {
        color: white;
    }

    body h2 {
        font-family: 'century_schoolbookregular';
        margin: 0;
        margin-bottom: 2%;
        font-size: 35px;
        color: #333333;
    }

    body a {
        color: inherit;
        text-decoration: none;
    }

    body ul.language {
        list-style: none;
        float: right;
        padding: 0;
        margin: 0;
        margin-left: 50px;
        margin-right: 4%;
        line-height: 65px;
        color: #999;
        font-family: 'avenir_lt_std45_book';
    }

        body ul.language li {
            display: inline;
            padding: 0 3px;
        }

            body ul.language li a.active {
                color: #fff;
            }

            body ul.language li a:hover {
                color: #fff;
            }

    body div.position-content {
        margin-top: 65px;
        /*padding-top: 3%;*/
        height: inherit;
        background: url('/images/home/background.png') no-repeat center center;
        background-size: cover;
    }

    body div.content {
        height: 100%;
        width: 100%;
        background: radial-gradient(center center, circle closest-side, #ffffff 0%, #eeeeee 10%);
        display: block;
        margin: 0 auto;
        transition: background-image 0.5s ease-in-out;
        opacity: 0.6;
    }

        body div.content div.logos {
            margin: 0;
            height: 100%;
            width: 100%;
            display: table-cell;
            vertical-align: middle;
            z-index: 9999;
        }

            body div.content div.logos ul {
                display: table;
                list-style: none;
                margin: 0 auto;
            }

                body div.content div.logos ul li {
                    float: left;
                    cursor: pointer;
                    margin: 20px;
                }
                    body div.content div.logos ul li a {
                        width: 160px;
                        height: 50px;
                        display: block;
                    }

        body div.content div.group_brand {
            display: block;
            height: inherit;
        }

            body div.content div.group_brand ::-webkit-scrollbar {
                width: 12px;
            }

            body div.content div.group_brand ::-webkit-scrollbar-track {
                background-color: #eaeaea;
                border-left: 1px solid #ccc;
            }

            body div.content div.group_brand ::-webkit-scrollbar-thumb {
                background-color: #ccc;
            }

                body div.content div.group_brand ::-webkit-scrollbar-thumb:hover {
                    background-color: #aaa;
                }

        body div.content div.group,
        body div.content div.brand {
            width: 50%;
            height: 90%;
            float:left;
            padding: 5% 0;
        }

        body div.content div.outer_text {
            width: 50%;
            height: inherit;
            margin: auto;
        }

		body div.content .single
		{
			padding: 5% 0;
			height:90%;
		}

        body div.content div.text {
            border-right: 1px solid #CCC;
            border-left: 1px solid #CCC;
            padding-left: 10%;
            padding-right: 10%;
            color: #999999;
            display: block;
            font-family: 'avenir_lt_std45_book';
            font-size: 12px;
        }

		h1
		{
			font-size:24px;
			line-height:30px;
		}
		h2#cookies
		{
			font-size:24px;
			color: #999999;
            display: block;
            font-family: 'avenir_lt_std45_book';
			line-height:30px;
		}

        body div.content div.contatti {
            position: relative;
            display: table;
            margin: 0 auto;
            width: 100%;
            height: 100%;
        }

            body div.content div.contatti ul {
                display: table;
                list-style: none;
                margin: 0;
                padding: 0;
                height: 100%;
                width: 100%;
            }

                body div.content div.contatti ul li {
                    width: 33.33333333333333%;
                    float: left;
                    height: 79%;
                    margin-top:5%;
                    margin-bottom: 5%;
                    overflow: hidden;
                    font-family: 'avenir_lt_std45_book';
                }

                    body div.content div.contatti ul li.head_office section {
                        margin-bottom: 6.666666666666667%;
                        padding-left: 21.428571428571427%;
                    }

                        body div.content div.contatti ul li.head_office section a {
                            text-decoration: underline;
                        }

                        body div.content div.contatti ul li.head_office section p {
                            margin: 0;
                            padding: 0;
                            font-weight: bold;
                        }

                            body div.content div.contatti ul li.head_office section p.email {
                                font-weight: normal;
                                margin-bottom: 1.3333333333333335%;
                            }

                                body div.content div.contatti ul li.head_office section p.email a {
                                    text-decoration: none;
                                    color: #666666;
                                }

                    body div.content div.contatti ul li.showroom {
                        /*border-left: 2px solid #cccccc;
          border-right: 2px solid #cccccc;
          -moz-box-sizing: border-box;
          -o-box-sizing: border-box;
          -ms-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;*/
                        /*height: inherit;*/
                        position: relative;
                        display: table;
                    }

                        body div.content div.contatti ul li.showroom .slimScrollDiv {
                            padding: 11.11111111111111% 13.333333333333334%;
                            display: table-cell;
                            vertical-align: middle;
                        }

                            body div.content div.contatti ul li.showroom .slimScrollDiv .inner_contact {
                                display: inherit;
                                vertical-align: inherit;
                            }

                        body div.content div.contatti ul li.showroom section ul {
                            display: table;
                            width: 100%;
                            margin: 0 auto;
                        }

                            body div.content div.contatti ul li.showroom section ul li {
                                width: 100%;
                                display: table-row;
                            }

                                body div.content div.contatti ul li.showroom section ul li span {
                                    display: table-cell;
                                    /*width: 60%;*/
                                }

                                body div.content div.contatti ul li.showroom section ul li span.contacts {
                                    display: table-cell;
                                    padding-left: 50px;
                                    /*width: 60%;*/
                                }

                    body div.content div.contatti ul li.stores {
                        -webkit-touch-callout: none;
                        -webkit-user-select: none;
                        -khtml-user-select: none;
                        -moz-user-select: none;
                        -ms-user-select: none;
                        user-select: none;
                    }

                        body div.content div.contatti ul li.stores section {
                            padding-left: 16.666666666666664%;
                            width: 70%;
                            height: 100%;
                        }

                            body div.content div.contatti ul li.stores section form {
                                height: 85%;
                            }

                            body div.content div.contatti ul li.stores section input {
                                width: 70%;
                                background-color: #333333;
                                border: 1px solid #333333;
                                padding: 5px;
                                color: #ffffff;
                                margin: 2px 0;
                                font-family: 'avenir_lt_std45_book';
                            }

.btnrich:hover {
    cursor: pointer;
}

body div.content div.contatti ul li.stores section textarea {
    padding: 10px 5px;
    margin-top: 2px;
    width: 97%;
    background-color: #333333;
    border-color: #333333;
    color: #ffffff;
    height: 34.44444444444444%;
    font-family: 'avenir_lt_std45_book';
}

    body div.content div.contatti ul li.stores section textarea:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        font-size: 13px;
    }

    body div.content div.contatti ul li.stores section textarea::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        font-size: 13px;
    }

    body div.content div.contatti ul li.stores section textarea:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        font-size: 13px;
    }

body div.content div.contatti ul li.stores section label {
    cursor: pointer;
}

body div.content div.contatti ul li.stores section input[type="button"] {
    width: 26.666666666666668%;
    text-align: center;
    cursor: pointer;
    float: right;
}

body input[type="checkbox"] {
    display: none;
}

    body input[type="checkbox"] + label > span {
        display: inline-block;
        width: 19px;
        height: 19px;
        margin: -1px 4px 0 0;
        vertical-align: middle;
        background: url(../images/check_radio_sheet.png) left top no-repeat;
        cursor: pointer;
    }

    body input[type="checkbox"]:checked + label > span {
        background: url(../images/check_radio_sheet.png) -19px top no-repeat;
    }

body span.arrow_left,
body span.arrow_right {
    height: 48px;
    width: 28px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    border:1px solid #333;
    z-index: 9999;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

body span.arrow_left {
    background: #333 url(/images/arrow_left.png) no-repeat center center;
}

body span.arrow_right {
    background: #333 url(/images/arrow_right.png) no-repeat center center;
}

body span.arrow_left:hover {
    background: #FFF url(/images/arrow_left_dark.png) no-repeat center center;
}

body span.arrow_right:hover {
    background: #FFF url(/images/arrow_right_dark.png) no-repeat center center;
}

body span.arrow_right {
    right: 0;
}

body span.arrow_left {
    left: 0;
}

body .loading {
    height: 100%;
    width: 100%;
    background: url(/images/loading.gif) no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5000;
}

body .logobrand-profile {
    display: block;
    padding: 20px 0 20px 0;
}

body .spinner {
    /*width:100px;
    height:100px;
    margin:30px auto;
    position:relative;*/
    position: absolute;
    height: 150px;
    width: 150px;
    left: 50%;
    top: 50%;
    margin: -75px 0 0 -75px;
    -webkit-animation: rotateit 1.3s linear infinite;
    -moz-animation: rotateit 1.3s linear infinite;
    animation: rotateit 1.3s linear infinite;
}
/*
.linkhomebyblos {
    background: url('/images/brandstory/byblos_g.png') no-repeat center center;
}*/

.linkhomegenny {
    background: url('/images/brandstory/genny_g.png') no-repeat center center;
}

.linkhomeversace {
    background: url('/images/brandstory/vjc_g.png') no-repeat center center;
}

.linkhomecavalli {
    background: url('/images/brandstory/cavalli_g.png') no-repeat center center;
    background-size: auto 100%;
}

.linkhomelamborghini {
    background: url('/images/brandstory/lamborghini_home.png') no-repeat center center;
    background-size: auto auto;
}

.resultsok {
    color: green;
}

.resultsko {
    color: red;
}

.slimScrollBar {
    opacity:1 !important;
    background-color: #333333 !important;
    width: 3px !important;
}

.slimScrollRail {
    width: 1px !important;
}

.cont-zoom-image {
    position:fixed;
    top:25px;
    left: 0;
    width: 100%;
    overflow: hidden;
    display: none;
    z-index: 40;
    text-align: center;
}

.imageFull {
    /*width: 100%;
    height: 100%;*/
    position: relative;
    top:0;
    left:0;
}

.close-zoom-image {
    position: fixed;
    top: 85px;
    right: 25px;
    background: #333;
    color: #fff;
    z-index: 50;
    line-height: 40px;
    text-align:center;
    border:1px solid #333;
    width: 38px;
    height: 38px;
    font-family: 'avenir_lt_std45_book';
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

    .close-zoom-image:hover {
        background: #fff;
        color: #333;
    }

.toZoom {
    cursor: pointer;
}

.bckg {
    background: url(/images/home/background.png) no-repeat center center;
    background-size:cover;
    width: inherit;
    height: inherit;
}

.brand_image {
    background-size:cover;
    width: inherit;
    height: inherit;
}

.woman_thumbs,
.man_thumbs {
    height: 138px;
    width: 93px;
}

@-webkit-keyframes rotateit {
    from {
        -webkit-transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0deg);
    }
}

@-moz-keyframes rotateit {
    from {
        -moz-transform: rotate(360deg);
    }

    to {
        -moz-transform: rotate(0deg);
    }
}

@keyframes rotateit {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


.Link-Website{
	color: #999999;
    display: table-cell;
    margin: auto;
    text-align: center;
    transition: color 0.5s ease 0s;
    vertical-align: middle;
    width: 50%;
	border: none !important;
	
}

.Link-Website a:hover{
	color:#333;
}

.alert-cookies
{
height:0px;
overflow:hidden;
z-index: 9999;
position: fixed;
bottom: 0px;
width: 100%;
background-color: #302F2F;
}

.alert-cookies .container_cookie
{
padding-top:10px;
padding-bottom:10px;
}

.alert-cookies .focus
{
width:90%;
margin:auto;
}

.testoCookies
{
font-size: 15px;
text-align:left;
color: #FFF;
line-height:25px;
font-family: 'avenir_lt_std45_book';
}


.testoCookies a
{
text-decoration:underline;
color:inherit;
}

.testoCookies a.button
{
background-color: #999;
text-decoration:none;
margin-left10px;
margin-right:10px;
padding-left: 5px;
padding-right:5px;
width:60px;
height:20px;
line-height:20px;
text-align:center;
color: #ffffff;
cursor:pointer;
display:inline-block;
}

.close_cookie
{
float:right;
width:20px;
height:20px;
background-image:url("../images/cookie_close.png");
cursor:pointer;
}

.close_cookie:hover
{
opacity:0.7;
}