header, footer, section, aside, nav, article {
    display: block;
}

body {
    background: #daf5fd;
    font-family: Helvetica,Arial,sans-serif;
    color: #333;
    font-size: 16px;
}

.syncroSmallText {
    font-size: 10pt;
}

a img {
    outline: none;
    border: 0px;
}

/*Contenitore di tutto*/
#wrapper {
    /*width: 940px;*/
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 2px solid #888;
    background: #ffffff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.syncroContentArea {
    margin: 10px;
}

.textaligncenter {
    text-align: center;
}

.logo {
    float: left;
    margin: 0 0 10px 10px;
    width: 300px;
    font-size: 40px;
    line-height: 36px; /*border: 1px solid #000;*/
}

header > h2 {
    float: right;
    color: #777;
    clear: right;
    float: right;
    font-size: 22px;
    margin: 0px 0px 0px 0;
}

/*Questa è la parte di header della pagina, che contiene logo e altro*/
header {
    padding: 0 0 0 0;
}

/*Questa è la parte di content*/
#content {
    margin: 2px;
    padding-top: 15px;
    padding-bottom: 15px;
}

/*Stile generico per alcuni tag*/
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    clear: both;
    color: #333;
    padding: 0px 0px 10px 0px;
    text-align: center;
}

a:link, a:visited {
    color: #004C9A;
}

a:hover, a:active {
    color: #333;
}

p {
    margin-bottom: 18px;
    text-align: justify;
}

li {
    margin-left: 20px;
    padding-left: 5px;
}

article {
    padding-right: 15px;
}

    article img {
        border: none;
        -webkit-box-shadow: 3px 3px 7px #777;
        -moz-box-shadow: 3px 3px 7px #777;
    }

    article ul {
        margin-left: 30px;
    }

/*Menu di navigazione orizzontale*/
nav .menu {
    clear: both;
    margin: 5px;
    padding: 3px 3px 5px 5px;
    line-height: 100%;
    border-radius: 2em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    background: #008cef; /* for non-css3 browsers */
    background: -webkit-gradient(linear, left top, left bottom, from(#008ce7), to(#0078cb)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #008ce7, #0078cb); /* for firefox 3.6+ */
    border: solid 1px #005089;
    height: 37px;
    color: #b5bdbd;
}

    nav .menu li {
        margin: 0 0px;
        padding: 0;
        float: left;
        position: relative;
        list-style: none;
        color: #b5bdbd;
    }

    nav .menu a {
        font-weight: bold;
        color: #b5bdbd;
        text-decoration: none;
        display: block;
        padding: 6px 20px;
        margin: 0;
        -webkit-border-radius: 1.6em;
        -moz-border-radius: 1.6em;
        text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    }

    nav .current a, nav .menu li:hover > a {
        background: #d1d1d1; /* for non-css3 browsers */
        background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1)); /* for webkit browsers */
        background: -moz-linear-gradient(top, #ebebeb, #a1a1a1); /* for firefox 3.6+ */
        border-radius: 2em;
        color: #000;
        border-top: solid 1px #f8f8f8;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
        text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
    }

/*Menu orizzontale nel footer*/
footer .menu {
    text-align: center;
    clear: both;
    margin: 5px;
    padding: 3px 3px 5px 5px;
    line-height: 100%;
    border-radius: 2em;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    background: #008cef; /* for non-css3 browsers */
    background: -webkit-gradient(linear, left top, left bottom, from(#008ce7), to(#0078cb)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #008ce7, #0078cb); /* for firefox 3.6+ */
    border: solid 1px #005089;
    height: 25px;
    color: #b5bdbd;
}

    footer .menu li {
        margin: 0 0px;
        padding: 0;
        float: left;
        position: relative;
        list-style: none;
        color: #b5bdbd;
    }

    footer .menu a {
        color: #b5bdbd;
        text-decoration: none;
        padding: 3px 10px;
        margin: 0px; /*border: 1px solid #000;*/
    }

        footer .menu a:hover {
            color: #b5bdbd;
            text-decoration: underline;
            padding: 3px 10px;
            margin: 0;
        }

#disclaimer {
    text-align: left;
    margin: 12px 0px 2px 2px;
    font-size: 10px;
}

/*Tabella con i banner*/
#bannersTable {
    font-size: 12px; /*border: 1px solid #000;*/
}

    #bannersTable td {
        padding: 2px;
        text-align: center; /*border: 1px solid #000;*/
        vertical-align: top;
    }

/*************************************************************/
/*Menu di sinistra*/
/*************************************************************/
.syncroLeftMenu {
    margin: 0px;
    list-style: none;
    border: 1px solid #0084dc;
    width: 100%;
    padding: 0px;
}

    .syncroLeftMenu li {
        margin: 0px;
        padding: 0px;
    }

    .syncroLeftMenu a {
        /*1. convert the link from inline to block element so they cover all the available space*/
        display: block; /*2. a specific height – needed for Internet Explorer 6*/
        height: 35px; /*3. a top space in between eack link*/
        margin: 1px; /*4. and a left space (padding) between the border and the text link*/
        padding-left: 10px; /*5. background color of the links*/
        background-color: #84b5d5; /*6. a left border of 10px*/
        border-left: 5px solid #095f99; /*7. the font family*/
        font-family: Helvetica,Arial,sans-serif; /*8. the font size*/
        font-size: 14px; /*9. convert the font to capital letter*/
        text-transform: uppercase; /*10. remove the text underline added by default to the links*/
        text-decoration: none; /*11. the color of the text links*/
        color: #333333; /*12. vertical align of the text link (value equal to the height)*/
        line-height: 35px;
    }

        .syncroLeftMenu a:hover {
            /*1. change of background color*/
            background-color: #E5E5E5; /*2. change of the left border color*/
            border-left: 10px solid #CCCCCC; /*3. change the color of the text link*/
            color: #666666;
            cursor: pointer;
        }

        .syncroLeftMenu a.first {
            margin-top: 0;
        }

/*Personalizzazione menu di Bootstrap*/
.navbar-nav {
    background-color: #0082d8;
    width: 100%;
    border: 1px solid #005089;
    border-radius: 10px 20px;
    z-index: 1000000000;
}

.navbar-default .navbar-nav > li > a {
    color: #d2d2d2;
    background-color: transparent;
    font-weight: bold;
}

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        color: #333;
        background-color: #d2d2d2;
        border-radius: 10px 20px;
    }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #333;
}
/*FINE*/

/*Class per video di youtube responsive*/
.responsive-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

    .responsive-video iframe,
    .responsive-video object,
    .responsive-video embed {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
/*********************************************/


/*Menu di footer*/

.footerMenu ul {
    background-color: #0082d8;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border: 1px solid #005089;
    border-radius: 5px 5px;
}

.footerMenu li {
    display: inline;
}

.footerMenu a {
    white-space: nowrap;
    color: #d2d2d2;
}

/***********************************************/

.syncro-btn-red {
    background-color: #FF5500;
    border-radius: 10px;
}

.syncro-btn-red:hover {
    background-color: #ff6600;
}

.syncro-btn-red a {
    color: #fff;
}

.syncro-btn-red a:hover {
    color: #eee;
}

.img-center{
    margin: 0 auto;
}