﻿@font-face {
    font-family: 'Muli';
    font-style: normal;
    font-weight: 400;
    src: local('Muli Regular'), local('Muli-Regular'), url('fonts/Muli-Regular400LatinExt.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Muli';
    font-style: normal;
    font-weight: 400;
    src: local('Muli Regular'), local('Muli-Regular'), url('fonts/Muli-Regular400Latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* RESET STYLESHEET */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

    nav ul {
        list-style: none;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

a, a:visited {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: black;
}


ins {
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #fff;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}
/* END RESET CSS (html5doctor.com) */

* {
    font-family: 'Muli', Tahoma, Geneva, Verdana, arial, sans-serif;
    font-size: 12px;
}

html {
    background: white;
    color: #193e60;
    /*text-shadow: 1px 1px 3px rgba(255, 255, 255, .6);*/
    font-family: 'Muli', Tahoma, Geneva, Verdana, arial, sans-serif;
    font-size: 10px;
}

body {
    background: white url("../images/line.png") repeat-x 0 125px;
}

h2 {
    font-size: 24px;
    margin: 0 0 .7em 0;
    font-weight: normal;
    width: 100%;
    color: #777;
    text-shadow: 2px 2px 4px #BBB;
}

h3, .h3, a.h3, a.h3:hover {
    font-size: 16px;
    margin: 0 0 .7em 0;
    font-weight: normal;
    width: 100%;
    color: #0063a0;
    text-shadow: 1px 1px 2px #BBB;
}

.centered-h {
    margin: 0 auto;
}

.centered-t {
    text-align: center;
}

.page-container {
    background: White;
}

.header {
    width: 100%;
    box-sizing: border-box;
    padding: 2px;
    position: relative;
    height: 120px;
    background: url("../images/line.png") repeat-x 0 114px;
}

    .header::after, .content::after, .footer::after {
        clear: both;
    }

.content {
    width: 100%;
    min-height: 550px;
}

.page {
    width: 100%;
    padding: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
    text-align: justify;
}

    .page:after {
        clear: both;
    }

    .page a{
        font-size: 16px;
    }

.box {
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    float: left;
    font-size: 16px;
    text-align: left;
    line-height: 1.8em;
    vertical-align: top;
    margin: 0;
}

p {
    font-size: 16px;
    line-height: 1.8em;
    margin: 0;
    padding: 0;
    margin: 0.6em 0;
}

img {
}

    img.right {
        border: solid 1px #999999;
        padding: 5px;
        margin: 0 0 10px 10px;
        width: 50%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: right;
    }


    img.left {
        border: solid 1px #999999;
        padding: 5px;
        margin: 0 10px 10px 0;
        width: 50%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }

    img.miniatura.left {
        width: auto;
    }

.clearboth {
    clear: both;
}

.footer {
    width: 1080px;
    margin: 10px auto;
    box-sizing: border-box;
    padding: 0 10px 20px 10px;
}

.logo {
    width: 376px;
    height: 110px;
    margin: 0 auto;
    background: url("../images/logo110h.png") no-repeat;
    font-size: 0;
    left: 10px;
    top: 0;
    position: absolute;
}

.page-container {
    margin: 10px auto 0 auto;
    width: 1080px;
    min-height: 450px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 15px;
}

.main-menu {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    text-shadow: rgba(25, 62, 96, .1) -4px -2px 4px;
}

    .main-menu li {
        display: inline-block;
        color: #193e60;
        list-style: none;
        margin: 10px;
        font-size: 18px;
        text-transform: uppercase;
    }

        .main-menu li a {
            color: #193e60;
            padding: 0 0px;
            text-decoration: none;
            font-size: 16px;
            text-transform: uppercase;
        }

        .main-menu li.current a {
            color: #0063a0;
        }

        .main-menu li a:hover {
            color: #0063a0;
        }

    .main-menu::after {
        clear: both;
    }

.underconstruction {
    width: 100%;
    font-weight: 400;
    font-size: 22px;
    margin: 5em auto;
    text-align: center;
}

.fadein {
    display: none;
    opacity: 1;
}

.tribunale {
    height: 587px;
    width: 1080px;
    background: url("../images/tribunale1080.jpg");
}

.footer .ref {
    font-size: 12px;
    float: left;
}

.footer-menu {
    display: block;
    float: right;
    right: 0;
    bottom: 0;
}

    .footer-menu li {
        display: inline-block;
        color: #193e60;
        list-style: none;
        padding: 0 10px;
        font-size: 12px;
        text-transform: uppercase;
        border-right: solid 1px darkblue;
    }

        .footer-menu li:last-child {
            border: none;
            padding-right: 0;
        }

        .footer-menu li a {
            color: #193e60;
            padding: 0;
            text-decoration: none;
            font-size: 12px;
            text-transform: capitalize;
        }

        .footer-menu li.current a {
            color: #0063a0;
        }

        .footer-menu li a:hover {
            color: #0063a0;
        }

.google-map {
    width: 100%;
    border: solid 1px silver;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .google-map #mapStudio {
        width: 100%;
        height: 450px;
    }
