
/*
   /css/video.css
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* MY CSS RESET */

h1, h2, h3, h4, h5, h6, p {
    font-weight: normal;
}

a {
    background: none;
}

/* BODY */

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    background: white url(/images/bg/97.png) repeat center top;
}

/* GENERICI */

img {
    border: 0;
}

div.clear {
    width: 0;
    height: 0;
    overflow: hidden;
    clear: both;
}

a.fancybox {
}

div.aspNetHidden {
    display: none;
    visibility: hidden;
}

/* CLEAR FIX */

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    font-size: 0;
    content: " ";
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

*:first-child + html .clearfix {
    zoom: 1;
}

/* FOTO */

img.photo {
    background: white;
    padding: 6px;
    border: 1px solid #EEEEEE;
}

img.left {
    float: left;
    margin-right: 8px;
}

img.right {
    float: right;
    margin-left: 8px;
}

/* PARAGRAFI */

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.justify {
    text-align: justify;
}

/* FORMATTAZIONE */

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.strikethrough {
    text-decoration: line-through;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

/* DD */

.ddcommon {
    position: relative;
    display: inline-block;
    cursor: default;
    line-height: normal;
}

    .ddcommon .ddTitle .ddTitleText .ddlabel,
    .ddcommon .ddTitle .ddTitleText .description {
        -webkit-touch-callout: none;
        -moz-user-select: -moz-none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

    .ddcommon ul,
    .ddcommon ul li {
        padding: 0 !important;
        margin: 0 !important;
        list-style: none !important;
        background: none !important;
    }

    .ddcommon .disabled,
    .ddcommon.disabledAll {
        -ms-filter: "alpha(opacity=50)";
        filter: alpha(opacity=50);
        opacity: 0.50;
    }

    .ddcommon .ddTitle {
        position: relative;
        cursor: pointer;
    }

        .ddcommon .ddTitle .divider {
            position: absolute;
            right: 1em;
            top: 0;
            height: 100%;
        }

        .ddcommon .ddTitle .arrow {
            position: absolute;
            right: 0;
            top: 0;
            width: 1em;
            height: 100%;
        }

        .ddcommon .ddTitle .ddTitleText {
            display: block;
        }

            .ddcommon .ddTitle .ddTitleText img {
                float: left;
            }

            .ddcommon .ddTitle .ddTitleText .ddlabel {
                display: block;
            }

            .ddcommon .ddTitle .ddTitleText .description {
                display: block;
            }

    .ddcommon .ddChild {
        position: absolute;
        display: none;
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 9999;
    }

        .ddcommon .ddChild li {
            white-space: nowrap;
            cursor: pointer;
            clear: both;
        }

            .ddcommon .ddChild li img {
                float: left;
            }

            .ddcommon .ddChild li .ddlabel {
                display: block;
            }

            .ddcommon .ddChild li .description {
                display: block;
            }

/* DD SKIN */

.dd {
    width: auto !important;
}

    .dd .ddTitle {
        font-size: 100%;
        background: #F6F6F6 url(/images/bg-textbox.png) repeat-x left top;
        border: 1px solid #D8D8D8;
        color: #4E4635;
        border-radius: 5px;
        -webkit-box-shadow: inset 0 1px 0 0 white;
        box-shadow: inset 0 1px 0 0 white;
        -webkit-text-shadow: 0 1px 0 white;
        text-shadow: 0 1px 0 white;
    }

        .dd .ddTitle:hover {
            color: black;
        }

        .dd .ddTitle .divider {
            border-left: 1px solid #DDDDDD;
        }

        .dd .ddTitle .arrow {
            background: url(/images/icon-dd-arrow-normal.gif) no-repeat center center;
        }

            .dd .ddTitle .arrow:hover,
            .dd .ddTitle:hover .arrow {
                background: url(/images/icon-dd-arrow-hover.gif) no-repeat center center;
            }

        .dd .ddTitle .ddTitleText {
            padding: 0.35em 1.5em 0.4em 0.5em;
        }

            .dd .ddTitle .ddTitleText img {
                display: inline-block;
                vertical-align: top;
                float: none;
            }

            .dd .ddTitle .ddTitleText .ddlabel {
                display: inline-block;
                vertical-align: top;
            }

            .dd .ddTitle .ddTitleText .description {
                display: none;
            }

    .dd .ddChild {
        display: block;
        background: white;
        margin: 0 !important;
        padding: 0 !important;
        border: 1px solid #DDDDDD;
        border-radius: 5px;
    }

        .dd .ddChild li {
            margin: 0 !important;
            padding: 0.25em 0.5em 0.35em 0.5em !important;
            background: none !important;
            border-bottom: 1px solid #EEEEEE;
        }

            .dd .ddChild li.selected {
                -ms-filter: "alpha(opacity=50)";
                filter: alpha(opacity=50);
                opacity: 0.50;
                background: #F6F6F6;
                color: black;
            }

            .dd .ddChild li:hover {
                background: #F6F6F6 !important;
                color: black;
            }

            .dd .ddChild li img {
                display: inline-block;
                vertical-align: top;
                float: none;
            }

            .dd .ddChild li .ddlabel {
                display: inline-block;
                vertical-align: top;
                padding: 0 0.5em;
            }

            .dd .ddChild li .description {
                display: none;
            }

/* WATERMARK */

.watermark {
    color: #999999 !important;
}

:-ms-input-placeholder {
    color: #999999 !important;
}

:-moz-placeholder {
    color: #999999 !important;
}

::-moz-placeholder {
    color: #999999 !important;
}

::-webkit-input-placeholder {
    color: #999999 !important;
}

/* ELEMENTI FORM */

input[type=text],
input[type=password],
select,
textarea {
    font-size: 100%;
    padding: 0.55em 0.5em 0.45em 0.5em;
    background: #F6F6F6 url(/images/bg-textbox.png) repeat-x left top;
    border: 1px solid #D8D8D8;
    color: #4E4635;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 0 0 white;
    box-shadow: inset 0 1px 0 0 white;
    -webkit-text-shadow: 0 1px 0 white;
    text-shadow: 0 1px 0 white;
}

select {
    padding-top: 0.45em;
    padding-bottom: 0.4em;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
    border-color: #C1C1C1;
}

input[type=button],
input[type=submit] {
    font-size: 100%;
    padding: 0.55em 1em 0.45em 1em;
    background: #696969 url(/images/bg-button.png) repeat-x left top;
    border: 1px solid #3C3C3C;
    color: white;
    border-radius: 5px;
    -webkit-text-shadow: 0 1px 0 black;
    text-shadow: 0 1px 0 black;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

    input[type=button]:hover,
    input[type=submit]:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
        cursor: pointer;
    }

input[type=checkbox],
input[type=radio] {
    border: none;
}

a.more {
    background: url(/images/icon-bullet.gif) no-repeat left center;
    padding-left: 10px;
}

/* ELEMENTI FORM CON ERRORE */

input[type=text].error,
input[type=password].error,
select.error,
textarea.error,
div.form p.form-row-privacycheckbox span.error,
.dd.error .ddTitle {
    background-color: #FFFFD5;
    border: 1px solid red;
}

/* FORMATTAZIONE TESTO */

div.text {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", LucidaGrande, Geneva, Arial, Verdana, sans-serif;
    font-size: 105%;
}

    div.text a {
        color: #D20121;
        text-decoration: none;
    }

        div.text a:visited {
            color: #D20121;
            text-decoration: none;
        }

        div.text a:hover {
            color: #D20121;
            text-decoration: underline;
        }

        div.text a:active {
            color: #D20121;
            text-decoration: underline;
        }

    div.text p {
        margin: 0.5em 0;
        line-height: 1.4em;
    }

    div.text ul {
        margin: 0.1em 0 0.1em 1.95em;
        line-height: 1.4em;
    }

        div.text ul li {
            padding: 0.1em 0 0.1em 1.25em;
            background: url(/images/icon-bullet.gif) no-repeat 0 0.5em;
            line-height: 1.4em;
        }

    div.text ol {
        margin: 0.1em 0 0.1em 0.5em;
        list-style: decimal inside;
        line-height: 1.4em;
    }

        div.text ol li {
            padding: 0.05em 0 0.05em 1.4em;
            line-height: 1.4em;
        }

    div.text table {
        width: auto;
        margin: 0 auto;
        padding: 0;
        border: 1px solid #EEEEEE;
        border-collapse: collapse;
        font-size: 88%;
    }

        div.text table td,
        div.text table th {
            margin: 0;
            padding: 2px 4px;
            border: 1px solid #EEEEEE;
            text-align: center;
            vertical-align: middle;
        }

/* FORMATTAZIONE ALLEGATI */

div.attachments {
    float: left;
    text-align: center;
    margin: 0 1em 0 0;
}

    div.attachments div.photo {
        margin: 0 0 0.5em 0;
    }

        div.attachments div.photo img {
            padding: 4px;
            border: 1px solid #EEEEEE;
        }

    div.attachments div.file {
        margin: 0 0 0.5em 0;
        font-size: 82%;
    }

    div.attachments div.subtext,
    div.attachments div.author {
        font-size: 80%;
        font-style: italic;
    }

    div.attachments div.video {
        border-top: 1px solid #EEEEEE;
        margin: 0.25em 0 0 0;
        padding: 0.25em 0 0 0;
        text-align: center;
    }

        div.attachments div.video img {
            padding: 4px;
            border: 1px solid #EEEEEE;
        }

/* FORMATTAZIONE VIDEO */

div.videos {
    text-align: center;
}

    div.videos ul {
    }

        div.videos ul li {
            display: inline;
        }

            div.videos ul li a {
                display: inline-block;
                width: 122px;
                height: 92px;
                overflow: hidden;
            }

                div.videos ul li a img {
                    border: 1px solid #EEEEEE;
                    display: block;
                }

/* FORMATTAZIONE CANALI/SCHEDE/NEWS */

div.news {
}

    div.news p.date {
        display: none;
        visibility: hidden;
        height: 0;
        overflow: hidden;
    }

    div.news h3.title {
    }

    div.news p.more {
        clear: both;
        text-align: right;
    }

        div.news p.more a {
            background: url(/images/icon-bullet.gif) no-repeat left center;
            padding-left: 10px;
        }

div.boxed {
}

    div.boxed div.news {
    }

        div.boxed div.news div.text p,
        div.boxed div.news div.text ul,
        div.boxed div.news div.text li {
        }

        div.boxed div.news h3.title {
        }

/* 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: 286px;
    margin: 0 auto;
}

    div.form-simplecontact p.form-row {
    }

        div.form-simplecontact p.form-row label {
            display: none;
        }

    div.form-simplecontact p.form-row-data input[type=text] {
        width: 272px;
    }

    div.form-simplecontact p.form-row-data textarea {
        width: 272px;
    }

    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% !important;
        line-height: 1em;
        margin: 0 0 8px 0 !important;
        font-weight: bold;
        text-align: center;
    }

    div.form-simplecontact p.form-row-privacytext {
        font-size: 75% !important;
        line-height: 1em;
        margin: 8px 0 !important;
        color: #AAAAAA;
        text-align: left;
    }

    div.form-simplecontact p.form-row-button {
        text-align: center;
    }

    div.form-simplecontact p.form-row-result {
        text-align: center;
    }

/* CTRL BOAT BOOKING FORM */

div.form-boatbooking {
    width: 620px;
    margin: 0 auto;
}

    div.form-boatbooking div.left {
        display: inline-block;
        vertical-align: top;
        width: 300px;
        text-align: left;
    }

    div.form-boatbooking div.right {
        display: inline-block;
        vertical-align: top;
        width: 300px;
        text-align: left;
        margin: 0 0 0 16px;
    }

    div.form-boatbooking p.form-row {
        margin: 4px 0;
    }

        div.form-boatbooking p.form-row label {
            display: none;
        }

    div.form-boatbooking p.form-row-data input[type=text] {
        width: 286px;
    }

        div.form-boatbooking p.form-row-data input[type=text]#cphContent_ctrlBoatBookingForm1_txtNome,
        div.form-boatbooking p.form-row-data input[type=text]#cphContent_ctrlBoatBookingForm1_txtLunghezzaBarca,
        div.form-boatbooking p.form-row-data input[type=text]#cphContent_ctrlBoatBookingForm1_txtDataArrivo {
            width: 132px;
        }

        div.form-boatbooking p.form-row-data input[type=text]#cphContent_ctrlBoatBookingForm1_txtCognome,
        div.form-boatbooking p.form-row-data input[type=text]#cphContent_ctrlBoatBookingForm1_txtLarghezzaBarca,
        div.form-boatbooking p.form-row-data input[type=text]#cphContent_ctrlBoatBookingForm1_txtDataPartenza {
            margin-left: 4px;
            width: 132px;
        }

    div.form-boatbooking p.form-row-data select {
        width: 300px;
    }

    div.form-boatbooking p.form-row-data .dd {
        width: 300px !important;
    }

    div.form-boatbooking p.form-row-data textarea {
        width: 286px;
    }

    div.form-boatbooking p.form-row-privacycheckbox {
        padding: 8px 0;
        font-size: 96%;
        line-height: 1.2em;
    }

        div.form-boatbooking p.form-row-privacycheckbox span {
            float: left;
            margin: 0 4px 0 0;
            padding: 7px;
        }

    div.form-boatbooking p.form-row-privacytitle {
        font-size: 82% !important;
        line-height: 1em !important;
        font-weight: bold !important;
        text-align: center !important;
    }

    div.form-boatbooking p.form-row-privacytext {
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 82% !important;
        line-height: 1em !important;
        color: #AAAAAA !important;
    }

    div.form-boatbooking p.form-row-button {
        text-align: center;
    }

    div.form-boatbooking p.form-row-result {
        text-align: center;
        padding: 10px 0;
    }

/* CTRL LOCATION */

.marker {
    white-space: nowrap;
}

    .marker h3 {
        font-family: 'Bowlby One', Arial, Helvetica, sans-serif;
        font-size: 175%;
        color: #424C58;
        line-height: 1.2em;
    }

        .marker h3 img.photo {
            float: left;
            margin: 0 8px 0 0;
            padding: 3px !important;
            border: 1px solid #EEEEEE;
        }

    .marker h4 {
        font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
        font-size: 125%;
        color: #687381;
        line-height: 1.2em;
    }

    .marker p {
        font-size: 11px;
        font-style: normal !important;
        line-height: 1.3em;
        white-space: nowrap;
    }

div#mapbody {
    width: 100%;
    height: 400px;
    overflow: hidden;
    background: white url(/images/bg-googlemaps.png) no-repeat center center;
}

div.location {
}

    div.location div.left {
        float: left;
        width: 472px;
    }

    div.location div.right {
        float: right;
        width: 472px;
    }

    div.location p.address_error {
        color: red;
    }

    div.location p.directions_error {
        color: red;
    }

    div.location input#txt_query_address {
        width: 298px;
    }

    div.location input#btn_query_address {
        margin-left: 4px;
        width: 150px;
    }

    div.location input#btn_query_reset {
        width: 472px;
    }

    div.location input#txt_query_from {
        width: 137px;
    }

    div.location input#txt_query_to {
        margin-left: 4px;
        width: 137px;
    }

    div.location input#btn_query_directions {
        margin-left: 4px;
        width: 150px;
    }

    div.location input#txt_query_from2 {
        width: 298px;
    }

    div.location input#btn_query_directions2 {
        margin-left: 4px;
        width: 150px;
    }

    div.location div#directions {
        clear: both;
    }

/* NIVO SLIDER */

div.nivoslider {
}

    div.nivoslider img {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        z-index: 0;
    }

    div.nivoslider .nivo-main-image {
        height: auto !important;
    }

    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: 5px 10px 4px 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: #DA7523;
            color: white;
        }

/* CONTROLLO PAGINAZIONE */

div.pager {
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    padding: 1em 0;
    text-align: center;
}

    div.pager span span {
        padding: 0.1em 0.5em 0.15em 0.5em;
        border: 1px solid #EEEEEE;
        font-weight: bold;
        color: black;
        background: white;
    }

    div.pager a {
        padding: 0.1em 0.5em 0.15em 0.5em;
        border: 1px solid #EEEEEE;
        background: white;
        color: #DA7523;
        text-decoration: none;
    }

        div.pager a:visited {
            background: white;
            color: #DA7523;
            text-decoration: none;
        }

        div.pager a:hover {
            background: #DA7523;
            color: white !important;
            text-decoration: none !important;
        }

        div.pager a:active {
            background: #DA7523;
            color: white !important;
            text-decoration: none !important;
        }

        div.pager a.aspNetDisabled {
            color: #888888;
            text-decoration: none;
            background: white;
        }

            div.pager a.aspNetDisabled:visited {
                background: white;
            }

            div.pager a.aspNetDisabled:hover {
                background: white;
            }

            div.pager a.aspNetDisabled:active {
                background: white;
            }

/* PAGE-TOP */

div#page-top {
    z-index: 5000;
    position: relative;
    width: 100%;
    background: white;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.25);
    box-shadow: 0 0 6px rgba(0,0,0,0.25);
}

    div#page-top div#page-top-content {
        position: relative;
        width: 968px;
        margin: 0 auto;
        padding: 12px 0;
    }

        div#page-top div#page-top-content p#page-top-content-logo {
            float: left;
            display: block;
            width: 155px;
            height: 64px;
            overflow: hidden;
            margin: 0 12px 12px 0;
        }

        div#page-top div#page-top-content h1 {
            font-family: 'Bowlby One', Arial, Helvetica, sans-serif;
            font-size: 175%;
            color: #424C58;
            margin: 0 0 0 0;
        }

            div#page-top div#page-top-content h1 a {
                color: #424C58;
                text-decoration: none;
            }

                div#page-top div#page-top-content h1 a:visited {
                    color: #424C58;
                    text-decoration: none;
                }

                div#page-top div#page-top-content h1 a:hover {
                    color: #424C58;
                    text-decoration: none;
                }

                div#page-top div#page-top-content h1 a:active {
                    color: #424C58;
                    text-decoration: none;
                }

        div#page-top div#page-top-content h2 {
            font-family: 'Titillium Web', Arial, Helvetica, sans-serif;
            font-size: 125%;
            color: #687381;
        }

            div#page-top div#page-top-content h2 a {
                color: #687381;
                text-decoration: none;
            }

                div#page-top div#page-top-content h2 a:visited {
                    color: #687381;
                    text-decoration: none;
                }

                div#page-top div#page-top-content h2 a:hover {
                    color: #687381;
                    text-decoration: none;
                }

                div#page-top div#page-top-content h2 a:active {
                    color: #666666;
                    text-decoration: none;
                }

        div#page-top div#page-top-content p#page-top-content-language {
            display: block;
            position: absolute;
            top: 4px;
            right: 0;
        }

            div#page-top div#page-top-content p#page-top-content-language a {
                color: #D20121;
                text-decoration: none;
            }

                div#page-top div#page-top-content p#page-top-content-language a:visited {
                    color: #D20121;
                    text-decoration: none;
                }

                div#page-top div#page-top-content p#page-top-content-language a:hover {
                    color: #D20121;
                    text-decoration: underline;
                }

                div#page-top div#page-top-content p#page-top-content-language a:active {
                    color: #D20121;
                    text-decoration: underline;
                }

            div#page-top div#page-top-content p#page-top-content-language img {
                vertical-align: middle;
                margin: 0 0 0 8px;
            }

            div#page-top div#page-top-content p#page-top-content-language span {
                vertical-align: middle;
            }

            div#page-top div#page-top-content p#page-top-content-language .dd .ddTitle {
                background: #F6F6F6;
                border-top-left-radius: 0;
                border-top-right-radius: 0;
            }

                div#page-top div#page-top-content p#page-top-content-language .dd .ddTitle .ddTitleText,
                div#page-top div#page-top-content p#page-top-content-language .dd .ddChild li {
                    height: 24px;
                    line-height: 24px;
                }

                    div#page-top div#page-top-content p#page-top-content-language .dd .ddTitle .ddTitleText .ddlabel,
                    div#page-top div#page-top-content p#page-top-content-language .dd .ddChild li .ddlabel {
                        padding: 0 0.5em;
                    }

        div#page-top div#page-top-content div#page-top-content-nav {
            display: block;
            position: absolute;
            top: 64px;
            left: 286px;
            right: 0;
            text-align: right;
        }

            div#page-top div#page-top-content div#page-top-content-nav ul {
                display: inline-block;
            }

                div#page-top div#page-top-content div#page-top-content-nav ul li {
                    display: inline-block;
                    margin: 0 0 0 2px;
                }

                    div#page-top div#page-top-content div#page-top-content-nav ul li a,
                    div#page-top div#page-top-content div#page-top-content-nav ul li span {
                        display: block;
                        padding: 8px 8px;
                    }

                    div#page-top div#page-top-content div#page-top-content-nav ul li span {
                        border-radius: 5px;
                        background: #F07B36;
                        color: white;
                    }

                    div#page-top div#page-top-content div#page-top-content-nav ul li a {
                        color: #6C6E7B;
                        text-decoration: none;
                    }

                        div#page-top div#page-top-content div#page-top-content-nav ul li a:visited {
                            color: #6C6E7B;
                            text-decoration: none;
                        }

                        div#page-top div#page-top-content div#page-top-content-nav ul li a:hover {
                            border-radius: 5px;
                            background: #F07B36;
                            color: white;
                            text-decoration: none;
                        }

                        div#page-top div#page-top-content div#page-top-content-nav ul li a:active {
                            border-radius: 5px;
                            background: #F07B36;
                            color: white;
                            text-decoration: none;
                        }

/* PAGE-SLIDER */

div#page-slider {
    width: 100%;
    overflow: hidden;
    position: relative; /* X NIVOSLIDER */
    border-bottom: 1px solid #DDDDDD;
}

/* PAGE-CONTENT */

div#page-content {
    width: 100%;
    overflow: hidden;
    background: url(/images/bg/97.png) repeat center top;
}

    div#page-content div#page-content-content {
        width: 968px;
        margin: 0 auto;
        padding: 12px 0 24px 0;
        font-family: 'Mako', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    }

        div#page-content div#page-content-content h3 {
            font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
            font-size: 150%;
            font-weight: 700;
            color: #333333;
            text-transform: uppercase;
            line-height: 1.4em;
            padding: 0.5em 0;
            text-align: center;
        }

        div#page-content div#page-content-content h4 {
            font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
            font-size: 100%;
            font-weight: 700;
            color: #333333;
            text-transform: uppercase;
            line-height: 1.4em;
            padding: 0.25em 0;
        }

        div#page-content div#page-content-content p {
            line-height: 1.4em;
            padding: 0.5em 0;
        }

        div#page-content div#page-content-content a {
            color: #F07B36;
            text-decoration: none;
        }

            div#page-content div#page-content-content a:visited {
                color: #F07B36;
                text-decoration: none;
            }

            div#page-content div#page-content-content a:hover {
                color: #F07B36;
                text-decoration: underline;
            }

            div#page-content div#page-content-content a:active {
                color: #F07B36;
                text-decoration: underline;
            }

        div#page-content div#page-content-content ul {
            margin: 0.1em 0 0.1em 1.95em;
            line-height: 1.4em;
        }

            div#page-content div#page-content-content ul li {
                padding: 0.1em 0 0.1em 1.25em;
                background: url(/images/icon-bullet.gif) no-repeat 0 0.55em;
                line-height: 1.4em;
            }

        div#page-content div#page-content-content ol {
            margin: 0.1em 0 0.1em 0.5em;
            list-style: decimal inside;
            line-height: 1.4em;
        }

            div#page-content div#page-content-content ol li {
                padding: 0.05em 0 0.05em 1.4em;
                line-height: 1.4em;
            }

        div#page-content div#page-content-content div.page-content-content-columns {
            width: 988px;
            overflow: hidden;
        }

            div#page-content div#page-content-content div.page-content-content-columns div.page-content-content-column {
                display: inline-block;
                vertical-align: top;
                width: 474px;
                overflow: hidden;
                margin: 0 16px 0 0;
            }

        div#page-content div#page-content-content table {
            margin: 0 auto;
        }

            div#page-content div#page-content-content table td,
            div#page-content div#page-content-content table th {
                text-align: center;
                vertical-align: middle;
            }

            div#page-content div#page-content-content table.left {
                float: left;
                display: block;
                margin-right: 32px;
            }

            div#page-content div#page-content-content table.right {
                float: right;
                display: block;
                margin-left: 32px;
            }

            div#page-content div#page-content-content table.photogallery {
            }

                div#page-content div#page-content-content table.photogallery td {
                    padding: 2px 4px;
                }

                    div#page-content div#page-content-content table.photogallery td img {
                        display: block;
                        margin: 0 auto;
                        padding: 4px;
                        border: 1px solid #EEEEEE;
                    }

            div#page-content div#page-content-content table.rates {
                font-size: 88%;
            }

                div#page-content div#page-content-content table.rates td,
                div#page-content div#page-content-content table.rates th {
                    padding: 4px 8px;
                    border-bottom: 1px solid #CCCCCC;
                }

                div#page-content div#page-content-content table.rates td {
                    color: #333333;
                    font-weight: bold;
                }

/* PAGE-FOOTER1 */

div#page-footer1 {
    position: relative;
    width: 100%;
    background: white;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.25);
    box-shadow: 0 0 6px rgba(0,0,0,0.25);
}

    div#page-footer1 div#page-footer1-content {
        width: 968px;
        margin: 0 auto;
        padding: 24px 0;
    }

        div#page-footer1 div#page-footer1-content h4 {
            font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
            font-size: 100%;
            font-weight: 700;
            color: #333333;
            text-transform: uppercase;
            line-height: 1.4em;
            padding: 0 0 0.25em 0;
        }

        div#page-footer1 div#page-footer1-content p {
            line-height: 1.4em;
            padding: 0.5em 0;
        }

        div#page-footer1 div#page-footer1-content a {
            color: #F07B36;
            text-decoration: none;
        }

            div#page-footer1 div#page-footer1-content a:visited {
                color: #F07B36;
                text-decoration: none;
            }

            div#page-footer1 div#page-footer1-content a:hover {
                color: #F07B36;
                text-decoration: underline;
            }

            div#page-footer1 div#page-footer1-content a:active {
                color: #F07B36;
                text-decoration: underline;
            }

        div#page-footer1 div#page-footer1-content div#page-footer1-content-col1 {
            display: inline-block;
            vertical-align: top;
            width: 192px;
            overflow: hidden;
        }

            div#page-footer1 div#page-footer1-content div#page-footer1-content-col1 ul {
                margin: 0.1em 0;
            }

                div#page-footer1 div#page-footer1-content div#page-footer1-content-col1 ul li {
                    clear: both;
                    padding: 4px 0;
                    line-height: 16px;
                }

                    div#page-footer1 div#page-footer1-content div#page-footer1-content-col1 ul li:nth-child(2) img {
                        margin-bottom: 8px !important;
                    }

                    div#page-footer1 div#page-footer1-content div#page-footer1-content-col1 ul li:nth-child(3) {
                        line-height: 13px;
                    }

                    div#page-footer1 div#page-footer1-content div#page-footer1-content-col1 ul li:nth-child(5) {
                        line-height: 32px;
                    }

                    div#page-footer1 div#page-footer1-content div#page-footer1-content-col1 ul li img {
                        float: left;
                        width: 24px;
                        height: 24px;
                        overflow: hidden;
                        margin: 4px 6px 4px 0;
                    }

        div#page-footer1 div#page-footer1-content div#page-footer1-content-col2 {
            display: inline-block;
            vertical-align: top;
            width: 144px;
            margin: 0 0 0 20px;
        }

            div#page-footer1 div#page-footer1-content div#page-footer1-content-col2 ul {
                margin: 0.1em 0;
            }

                div#page-footer1 div#page-footer1-content div#page-footer1-content-col2 ul li {
                    clear: both;
                    padding: 4px 0;
                    line-height: 16px;
                }

                    div#page-footer1 div#page-footer1-content div#page-footer1-content-col2 ul li img {
                        vertical-align: middle;
                    }

        div#page-footer1 div#page-footer1-content div#page-footer1-content-col3 {
            display: inline-block;
            vertical-align: top;
            width: 320px;
            margin: 0 0 0 20px;
        }

            div#page-footer1 div#page-footer1-content div#page-footer1-content-col3 div#page-footer1 div#page-footer1-content div#page-footer1-content-col3 div.widget-ilmeteo {
            }

            div#page-footer1 div#page-footer1-content div#page-footer1-content-col3 div.widget-ilmeteo .ilMeteoLink {
                display: none;
                visibility: hidden;
            }

            div#page-footer1 div#page-footer1-content div#page-footer1-content-col3 div.widget-ilmeteo .titolo {
                font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
                font-size: 100%;
                font-weight: 700;
                color: #333333;
                text-transform: uppercase;
                line-height: 1.4em;
                padding: 0 0 0.25em 0;
            }

            div#page-footer1 div#page-footer1-content div#page-footer1-content-col3 div.widget-ilmeteo table.day1 td {
                vertical-align: top;
            }

                div#page-footer1 div#page-footer1-content div#page-footer1-content-col3 div.widget-ilmeteo table.day1 td table {
                    margin: 0 0.5em 0.5em 0;
                }

            div#page-footer1 div#page-footer1-content div#page-footer1-content-col3 div.widget-ilmeteo table td.days {
                padding: 0 0.5em 0.5em 0;
            }

                div#page-footer1 div#page-footer1-content div#page-footer1-content-col3 div.widget-ilmeteo table td.days strong {
                    display: block;
                    margin: 0.15em 0;
                }

                div#page-footer1 div#page-footer1-content div#page-footer1-content-col3 div.widget-ilmeteo table td.days span.tMin {
                    color: #1773C2;
                }

                div#page-footer1 div#page-footer1-content div#page-footer1-content-col3 div.widget-ilmeteo table td.days span.tMax {
                    color: #C00000;
                }

        div#page-footer1 div#page-footer1-content div#page-footer1-content-col4 {
            display: inline-block;
            vertical-align: top;
            width: 240px;
            margin: 0 0 0 20px;
        }

            div#page-footer1 div#page-footer1-content div#page-footer1-content-col4 div.form-simplecontact {
                width: 240px;
                margin: 0 auto;
            }

                div#page-footer1 div#page-footer1-content div#page-footer1-content-col4 div.form-simplecontact h4 {
                    text-align: left;
                }

                div#page-footer1 div#page-footer1-content div#page-footer1-content-col4 div.form-simplecontact p.form-row {
                    margin: 0 0 4px 0;
                    padding: 0;
                }

                div#page-footer1 div#page-footer1-content div#page-footer1-content-col4 div.form-simplecontact p.form-row-data input[type=text] {
                    width: 224px;
                }

                div#page-footer1 div#page-footer1-content div#page-footer1-content-col4 div.form-simplecontact p.form-row-data textarea {
                    width: 224px;
                }

                div#page-footer1 div#page-footer1-content div#page-footer1-content-col4 div.form-simplecontact p.form-row-button {
                    margin: 8px 0;
                    padding: 0;
                    text-align: center;
                }

                div#page-footer1 div#page-footer1-content div#page-footer1-content-col4 div.form-simplecontact p.form-row-privacytitle,
                div#page-footer1 div#page-footer1-content div#page-footer1-content-col4 div.form-simplecontact p.form-row-privacytext {
                    line-height: 1.1em;
                    text-align: center;
                }

/* PAGE-FOOTER2 */

div#page-footer2 {
    width: 100%;
    overflow: hidden;
    background: url(/images/bg/97.png) repeat center top;
}

    div#page-footer2 div#page-footer2-content {
        width: 968px;
        margin: 0 auto;
        padding: 12px 0;
    }

        div#page-footer2 div#page-footer2-content p {
            line-height: 1.4em;
            padding: 0.5em 0;
        }

        div#page-footer2 div#page-footer2-content a {
            color: #F5A372;
            text-decoration: none;
        }

            div#page-footer2 div#page-footer2-content a:visited {
                color: #F5A372;
                text-decoration: none;
            }

            div#page-footer2 div#page-footer2-content a:hover {
                color: #F5A372;
                text-decoration: underline;
            }

            div#page-footer2 div#page-footer2-content a:active {
                color: #F5A372;
                text-decoration: underline;
            }

        div#page-footer2 div#page-footer2-content p.left {
            float: left;
        }

        div#page-footer2 div#page-footer2-content p.right {
            float: right;
        }

        div#page-footer2 div#page-footer2-content p.keywords {
            border-top: 1px solid #DDDDDD;
            color: #AAAAAA;
            margin-top: 0.5em;
            padding: 1em 0;
            text-align: center;
        }

/* GUESTBOOK */

ul.guestbook {
    margin: 1em 0 !important;
}

    ul.guestbook li {
        clear: both;
        padding: 0.5em 0 !important;
        background: none !important;
    }

        ul.guestbook li h4 {
            font-size: 150% !important;
            padding: 0.5em 0 !important;
            line-height: 1.4em !important;
            text-transform: none !important;
        }

            ul.guestbook li h4 a {
                float: left !important;
            }

            ul.guestbook li h4 span.lenght {
                font-weight: normal;
                font-size: 66%;
                text-transform: none !important;
            }

/* 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;
}

/* END */


