/* BODY */

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Tahoma, 'Lucida Sans Unicode', 'Lucida Grande';
    font-size: 12px;
    color: #333333;
    background: white url(/images/bg-page-gradient.gif) repeat-x left top;
}

/* GENERICI */

* html textarea {
    background-attachment: fixed;
}

form {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

a {
    color: #DFAD4D;
    text-decoration: none;
}

    a:visited {
        color: #DFAD4D;
        text-decoration: none;
    }

    a:hover {
        color: #333333;
        text-decoration: none;
    }

    a:active {
        color: #333333;
        text-decoration: none;
    }

h1 {
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    font-size: 300%;
    font-weight: normal;
    font-family: Times New Roman, Times, serif;
    color: #333333;
}

h2 {
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    font-size: 300%;
    font-weight: normal;
    font-family: Times New Roman, Times, serif;
    color: #333333;
}

h3 {
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    font-size: 250%;
    font-weight: normal;
    font-family: Times New Roman, Times, serif;
    color: #333333;
}

h4 {
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    font-size: 210%;
    font-weight: normal;
    font-family: Times New Roman, Times, serif;
    color: #333333;
}

p {
    margin: 0;
    padding: 0;
}

p, ul, li {
    line-height: 1.5em;
}

div.clear {
    width: 0;
    height: 0;
    overflow: hidden;
    clear: both;
}

/* FOTO */

img.photo {
    background: white;
    padding: 4px;
    border: 1px solid #EDEDED !important;
}

img.left {
    float: left;
    margin-right: 8px;
}

img.right {
    float: right;
    margin-left: 8px;
}

/* PARAGRAFI */

p.left,
h1.left,
h2.left,
h3.left,
h4.left {
    text-align: left;
}

p.right,
h1.right,
h2.right,
h3.right,
h4.right {
    text-align: right;
}

p.center,
h1.center,
h2.center,
h3.center,
h4.center {
    text-align: center;
}

p.bold {
    font-weight: bold;
}

/* PAGE */

div#page {
    width: 960px;
    overflow: hidden;
    margin: 0 auto;
}

    /* PAGE - NAV */

    div#page div#nav {
        float: left;
        width: 600px;
        height: 40px;
        overflow: hidden;
        margin: 32px auto 0 0;
    }

        div#page div#nav ul {
            display: inline-block;
            margin: 0;
            padding: 0;
            list-style: none;
            list-style-image: none;
            height: 40px;
            overflow: hidden;
        }

            div#page div#nav ul li {
                display: inline;
                margin: 0;
                padding: 0 16px;
                height: 40px;
                overflow: hidden;
            }

                div#page div#nav ul li a,
                div#page div#nav ul li span {
                    display: inline-block;
                    margin: 0;
                    padding: 0;
                    height: 40px;
                    line-height: 40px;
                    overflow: hidden;
                }

                div#page div#nav ul li a {
                    color: #999999;
                    text-decoration: none;
                }

                    div#page div#nav ul li a:visited {
                        color: #999999;
                        text-decoration: none;
                    }

                    div#page div#nav ul li a:hover {
                        color: #DFAD4D;
                        text-decoration: underline;
                    }

                    div#page div#nav ul li a:active {
                        color: #DFAD4D;
                        text-decoration: underline;
                    }

                div#page div#nav ul li span {
                    color: #DFAD4D;
                }

    /* PAGE - LANGUAGE */

    div#page p#language {
        float: right;
        display: block;
        width: 300px;
        height: 40px;
        overflow: hidden;
        margin: 32px 0 0 auto;
        padding: 0;
        line-height: 40px;
        text-align: right;
        white-space: nowrap;
    }

        div#page p#language span {
            color: #DFAD4D;
        }

        div#page p#language img {
            vertical-align: middle;
            margin: 0 12px 2px 0;
            border: 1px solid #AAAAAA;
        }

        div#page p#language a {
            color: #999999;
            text-decoration: none;
        }

            div#page p#language a:visited {
                color: #999999;
                text-decoration: none;
            }

            div#page p#language a:hover {
                color: #DFAD4D;
                text-decoration: underline;
            }

            div#page p#language a:active {
                color: #DFAD4D;
                text-decoration: underline;
            }

        div#page p#language span {
            color: #DFAD4D;
        }

    /* PAGE - LOGO */

    div#page h1 {
        clear: both;
        display: block;
        width: 309px;
        height: 129px;
        overflow: hidden;
        margin: 0 auto;
    }

    div#page h2 {
        clear: both;
        display: block;
        width: 309px;
        height: 0;
        overflow: hidden;
        margin: 0 auto 32px auto;
    }

    /* PAGE - SLIDER */

    div#page div#slider {
        width: 960px;
        overflow: hidden;
        background: url(//cdn.localidautore.it/jquery.nivoslider-current/images/loading-white.gif) no-repeat 50% 50%;
        position: relative; /* X NIVOSLIDER */
    }

    /* PAGE - CONTENT */

    div#page div#content {
    }

        div#page div#content h3 {
            margin: 12px 0;
        }

        div#page div#content h4 {
            margin: 8px 0;
        }

        div#page div#content ul {
            margin: 8px 0;
        }

        div#page div#content p {
            margin: 8px 0;
        }

        div#page div#content ul li {
            margin: 1px 0;
        }

div#content div#content-left {
    float: left;
    width: 256px;
}

div#content div#content-right {
    float: right;
    width: 688px;
}

div#page div#content p b,
div#page div#content p strong {
    color: black;
}

div#page div#content p.quote {
    font-size: 250%;
    color: #666666;
}

/* PAGE - FOOTER */

div#page div#footer {
    width: 960px;
    overflow: hidden;
    margin: 64px auto 32px auto;
    padding: 12px 0;
}

    div#page div#footer p {
        margin: 12px auto;
        text-align: center;
    }

/* ELEMENTI FORM */

input[type=text],
textarea,
select {
    vertical-align: middle;
    margin: 0;
    padding: 6px;
    border: 1px solid #EDEDED;
    background: white url(/images/bg-input-text.jpg) repeat-x left top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    color: #777777;
}

input[type=checkbox] {
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

input[type=button],
input[type=submit] {
    vertical-align: middle;
    margin: 0;
    padding: 6px 16px;
    border: 1px solid #EDEDED;
    background: white url(/images/bg-input-text.jpg) repeat-x left top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-weight: bold;
    font-style: normal;
    line-height: normal;
    color: #777777;
}

a.arrow {
    background: url(/images/icon-arrow.gif) no-repeat left center;
    padding-left: 10px;
}

/* VALIDATOR */

div.form p.form-row {
    position: relative;
}

    div.form p.form-row em {
        position: absolute;
        display: block;
        margin-left: -8px;
        width: 120px;
        z-index: 50;
        padding: 0 0 12px 0;
        background: url(/images/bg-popup-validator.gif) no-repeat left bottom;
    }

        div.form p.form-row em label {
            display: block !important;
            width: 105px;
            background: url(/images/bg-popup-validator.gif) no-repeat left top;
            padding: 4px 9px 4px 6px;
            font-size: 82%;
            font-weight: normal;
            font-style: normal;
            line-height: 1.2em;
            text-align: center;
            color: red;
        }

/* CTRL SIMPLE CONTACT FORM */

div.form-simplecontact {
    width: 318px;
    margin: 0 auto;
}

    div.form-simplecontact p.form-row {
        margin: 4px 0;
    }

        div.form-simplecontact p.form-row label {
            display: none;
        }

    div.form-simplecontact p.form-row-data input[type=text] {
        width: 304px;
    }

    div.form-simplecontact p.form-row-data select {
        width: 318px;
    }

    div.form-simplecontact p.form-row-data textarea {
        width: 304px;
    }

    div.form-simplecontact p.form-row-data input[type=text].error {
        padding: 5px;
        border: 2px solid red;
        background: #FFFFD5;
    }

    div.form-simplecontact p.form-row-data textarea.error,
    div.form-simplecontact p.form-row-data select.error,
    div.form-simplecontact p.form-row-privacycheckbox span.error {
        padding: 5px;
        border: 2px solid red;
        background: #FFFFD5;
    }

    div.form-simplecontact p.form-row-privacycheckbox {
        padding: 8px 0;
        font-size: 96%;
        line-height: 1.2em;
    }

        div.form-simplecontact p.form-row-privacycheckbox span {
            float: left;
            margin: 0 4px 0 0;
            padding: 7px;
        }

    div.form-simplecontact p.form-row-privacytitle {
        font-size: 82%;
        line-height: 1em;
        font-weight: bold;
        text-align: center;
    }

    div.form-simplecontact p.form-row-privacytext {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 82%;
        line-height: 1em;
        color: #AAAAAA;
    }

    div.form-simplecontact p.form-row-button {
        text-align: center;
    }

    div.form-simplecontact p.form-row-result {
        text-align: center;
        padding: 10px 0;
    }

/* NIVO SLIDER */

div.nivoslider {
}

    div.nivoslider img {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        z-index: 0;
    }

    div.nivoslider a {
        display: block;
        border: 0;
    }

    div.nivoslider div.nivo-caption {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: none;
    }

    div.nivoslider div.nivo-directionNav a {
        display: block;
        width: 30px;
        height: 30px;
        overflow: hidden;
        text-indent: -9999px;
        margin: 0;
        padding: 0;
        border: 0;
    }

        div.nivoslider div.nivo-directionNav a.nivo-nextNav {
            background: url(//cdn.localidautore.it/jquery.nivoslider-current/images/next.png) no-repeat;
            right: 0;
        }

        div.nivoslider div.nivo-directionNav a.nivo-prevNav {
            background: url(//cdn.localidautore.it/jquery.nivoslider-current/images/prev.png) no-repeat;
            left: 0;
        }

div.nivo-controlNav {
    position: absolute;
    z-index: 3000;
    left: 5px;
    right: 5px;
    bottom: 5px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    text-align: right;
}

    div.nivo-controlNav a {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 0 5px;
        padding: 4px 10px 5px 10px;
        line-height: 1.1em;
        border-radius: 2px;
        background: url(//cdn.localidautore.it/jquery.nivoslider-current/images/opa50.png) no-repeat;
        color: white;
        text-decoration: none;
    }

        div.nivo-controlNav a:visited {
            background: url(//cdn.localidautore.it/jquery.nivoslider-current/images/opa50.png) no-repeat;
            color: white;
            text-decoration: none;
        }

        div.nivo-controlNav a:hover {
            background: url(//cdn.localidautore.it/jquery.nivoslider-current/images/opa75.png) no-repeat;
            color: white;
            text-decoration: none;
        }

        div.nivo-controlNav a:active {
            background: url(//cdn.localidautore.it/jquery.nivoslider-current/images/opa75.png) no-repeat;
            color: white;
            text-decoration: none;
        }

        div.nivo-controlNav a.active {
            background: #DFAD4D;
            color: white;
        }

/* glatCookieButton */

p.glatCookieButton {
    position: fixed;
    font-size: 12px;
    display: block;
    margin: 0;
    padding: 0;
    right: 8px;
    bottom: 8px;
    z-index: 9999;
}

    p.glatCookieButton > a {
        display: block;
        margin: 0;
        padding: 8px 9px 5px 9px;
        background-color: white;
        border: 1px solid #D4D4D4;
        border-radius: 8px;
        box-shadow: 0 .625em 1.875em rgba(0, 0, 2, .3);
    }

        p.glatCookieButton > a > i {
            display: block;
        }

a#toTop {
    right: 66px;
    bottom: 8px;
}
