@charset "windows-1250";

/* CSS Document */

@import url('reset.css');
header,
nav,
section,
aside,
footer {
    display: block;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background: url(../images/background.jpg) #F4F4F4 top center repeat-y;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 13px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: 100;
    color: #062644;
}

h1 {
    font-size: 30px;
    border-bottom: 1px dotted #CCCCCC;
    margin: 0 0 15px 0;
    padding: 0;
}

h2 {
    font-size: 25px;
}

a,
a:link,
a:visited {
    outline: none;
    color: #666;
    text-decoration: underline;
}

a:active,
a:hover {
    color: #666;
    text-decoration: none;
}

p {
    line-height: 18px;
    margin-bottom: 10px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both;
}

img.fl {
    margin: 5px 15px 15px 0;
}

img.fr {
    margin: 5px 0 15px 15px;
}

article .image {
    border: 1px solid #CCC;
}

article ul li {
    line-height: 18px;
    margin-bottom: 5px;
    margin-top: 5px;
}

article ul {
    list-style-type: disc;
    margin-left: 15px;
}

strong {
    color: #0A3D6C;
}

#container {
    background: url(../images/sfondo_contenuto.jpg) left bottom no-repeat;
    min-height: 100%;
    width: 980px;
    margin: 0 auto;
    position: relative;
}

#splash {
    background: url(../images/background_splash.jpg) #F4F4F4 top center repeat-y;
}


/*
#logo_ {
	padding-top: 100px;
	width: 533px;
	margin: 0 auto;
}*/

#scelta_lingua {
    width: 533px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 100px;
}

.button,
.button:link,
.button:visited {
    display: block;
    background: #072643;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    padding: 7px 18px;
    font-weight: 12px;
    border: none;
    cursor: pointer;
    cursor: hand;
    background: -moz-linear-gradient(top, #0a3d6c 0%, #062746 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0a3d6c), color-stop(100%, #062746));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0a3d6c 0%, #062746 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0a3d6c 0%, #062746 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #0a3d6c 0%, #062746 100%);
    /* W3C */
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.button:active,
.button:hover {
    color: #FFFFC6;
}


/* === TESTATA === */

#slogan {
    font-family: Georgia, "Times New Roman", Times, serif;
    background: #1F3C57;
    border-bottom: 1px solid #365068;
    text-align: center;
    letter-spacing: 8px;
    text-transform: uppercase;
    padding: 8px 0;
    font-size: 10px;
    color: #576D81;
}

#testata {
    height: 127px;
    background: #062644;
    position: relative;
}

#logo {
    position: absolute;
    top: 14px;
    left: 23px;
}

.header-slogan1,
.header-slogan2,
.header-slogan3 {
    position: absolute;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.header-slogan1 {
    font-size: 33px;
    color: #1F3C57;
    top: 20px;
    left: 340px;
}

.header-slogan2 {
    font-size: 43px;
    color: #445C73;
    top: 37px;
    left: 429px;
}

.header-slogan3 {
    font-size: 53px;
    color: #324C65;
    top: 56px;
    left: 607px;
}


/* === SLIDER === */

#home-header {
    width: 980px;
    height: 259px;
    overflow: hidden;
    position: relative;
}

#header-belt {
    position: absolute;
    width: 980px;
    height: 259px;
}

#testata_dx {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/testata_dx.jpg) top right no-repeat;
    height: inherit;
    float: left;
    text-align: center;
    z-index: 10;
}

#testata_dx .block-first {
    width: 245px;
    height: inherit;
    float: right;
    position: relative;
}

#testata_dx .block-video {
    width: 459px;
    height: 259px;
    overflow: hidden;
    float: left;
    border-left: 1px solid #2A4862;
    background: #072643;
}

#slider-container {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 15;
}

#show-video:link,
#show-video:visited {
    position: absolute;
    bottom: 10px;
    left: 12px;
    display: block;
    background: #072643;
    color: #FFF;
    text-decoration: none;
    padding: 7px 7px;
    font-weight: 12px;
    border: none;
    cursor: pointer;
    cursor: hand;
    background: -moz-linear-gradient(top, #0a3d6c 0%, #062746 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0a3d6c), color-stop(100%, #062746));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0a3d6c 0%, #062746 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0a3d6c 0%, #062746 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #0a3d6c 0%, #062746 100%);
    /* W3C */
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

#show-video:active,
#show-video:hover {
    color: #FFFFC6;
}

#show-video span {
    text-align: left;
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    padding: 5px 10px 5px 40px;
    background: url(../images/icona-play.png) left top no-repeat;
}

#close-video {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 28px;
    height: 28px;
    background: url(../images/icona-close.png) no-repeat;
    display: none;
}

.coin-slider {
    position: relative;
    padding: 0;
    overflow: hidden;
    zoom: 1;
    height: 259px;
    width: 735px;
    float: left;
    background: #062644;
}

.coin-slider a {
    text-decoration: none;
    outline: none;
    border: none;
}

.cs-active {
    background-color: #000;
    color: #FFFFFF;
}

.cs-title {
    width: 220px;
    padding: 10px;
    margin: 0 0 35px 0px;
    background-color: #000000;
    font-size: 20px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #FFFFFF;
}

.cs-title small {
    font-size: 12px;
}

.cs-prev,
.cs-next {
    background-color: #000000;
    color: #FFFFFF;
    padding: 0px 10px;
}


/* === NAV === */

nav {
    height: 50px;
    background: url(../images/sfondo_nav.jpg) top left repeat-x;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    height: 50px;
    position: relative;
    float: left;
}

nav ul li small {
    font-size: 11px;
    text-transform: none;
}

nav ul li a:link,
nav ul li a:visited {
    line-height: 13px;
    margin: 0px;
    height: auto;
    display: block;
    background: url(../images/nav_divisore.gif) top left no-repeat;
    padding: 12px 45px 10px 20px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
}

nav ul li a:active,
nav ul li a:hover,
nav ul li .sel:link,
nav ul li .sel:visited {
    color: #FFFFC6;
    background: url(../images/nav_divisores.gif) top left no-repeat;
    text-decoration: none;
}

nav ul li a.onerow {
    padding: 18px 40px 17px 20px;
}

nav ul.dropdown {
    width: 250px;
    background: url(../images/sfondo_nav_drop.jpg) #062948 top left repeat-x;
    /*border: 1px solid #1A4164;*/
    border-left: 1px solid #1A4164;
    border-bottom: 1px solid #1A4164;
    border-right: 1px solid #1A4164;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1001;
    top: 100%;
    display: none;
    left: 0;
}

nav ul.dropdown li {
    float: none;
    height: auto;
    border-bottom: 1px solid #1F3C58;
}

nav ul.dropdown li a {
    font-size: 12px;
    background: none;
    margin: none;
    line-height: auto;
    padding: 10px 20px;
}

nav ul li ul.dropdown .sel:link,
nav ul li ul.dropdown .sel:visited {
    background: none;
}


/* === CONTENUTO === */

#contenuto {
    padding: 0px 0 28px 0;
}

article {
    border-top: 5px solid #8393A2;
    padding: 35px 25px 35px 25px;
    width: 685px;
    display: block;
    float: left;
    text-align: justify;
}

article.nopadding {
    padding: 0;
    width: 735px;
}

article .inner {
    padding: 25px 25px 35px 25px;
}

article h2 {
    margin: 15px 0 15px 0;
}

article small {
    font-size: 11px;
}

.block2 {
    width: 320px;
}

.block2 h2 {
    border-bottom: 1px dotted #CCC;
}

.block2 img {
    border: 1px solid #CCC;
    margin-bottom: 15px;
}

.gradient {
    background: -moz-linear-gradient(top, #0a3e6d 0%, #062644 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0a3e6d), color-stop(100%, #062644));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0a3e6d 0%, #062644 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0a3e6d 0%, #062644 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0a3e6d 0%, #062644 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #0a3e6d 0%, #062644 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0a3e6d', endColorstr='#062644', GradientType=0);
    /* IE6-9 */
}


/* === SOCI FONDATORI === */

.fondatore {
    margin-bottom: 30px;
}

.fondatore .text {
    width: 510px;
}

article .fondatore h2 {
    margin-top: 0;
    margin-bottom: 5px;
}


/* === EVENTI === */

.evento {
    padding-bottom: 20px;
    border-bottom: 1px dotted #CCC;
    margin-bottom: 20px;
}

.evento .header {
    margin-bottom: 10px;
}

.evento .data,
.evento-dettaglio .data,
.news-dettaglio .data {
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #062644;
    margin-bottom: 5px;
}

.evento h2 {
    margin: 0 0 5px 0;
}

.evento .luogo {
    margin-bottom: 20px;
    font-style: italic;
}

.evento .more:link,
.evento .more:visited {
    font-weight: bold;
    text-decoration: none;
    color: #0A3D6C;
}

.evento .more:active,
.evento .more:hover {
    text-decoration: underline;
}


/* === RASSEGNA STAMPA === */

table.press {
    text-align: left;
}

table.press td {
    padding: 12px 8px;
}

table.press thead td {
    color: #FFF;
    font-weight: bold;
}

table.press tbody td {
    border-bottom: 1px dotted #CCC;
}

table.press tbody .data {
    width: 130px;
    font-style: italic;
}

table.press tbody .testata {
    width: 180px;
    font-weight: bold;
}


/* === VIDEO === */

.video-info {
    padding-bottom: 20px;
    border-bottom: 1px dotted #CCC;
    margin-bottom: 20px;
}

.video-info .title {
    font-weight: bold;
    font-size: 20px;
    color: #0A3D6C;
}

.video-block {
    display: block;
    width: 330px;
    margin-right: 10px;
    font-size: 12px;
}

.video-block img {
    border: 1px solid #CCC;
}

.video-block .text {
    width: 150px;
    text-align: left;
    padding-top: 5px;
}

.video-block .title {
    font-weight: bold;
    margin-bottom: 5px;
    color: #0A3D6C;
}


/********** ASIDE *********/

aside {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    float: right;
}

#homepage aside {
    border-top: 5px solid #999999;
    background: url(../images/sfondo_aside.jpg) top left no-repeat;
    min-height: 300px;
    width: 215px;
    padding: 35px 15px;
}

#interna aside {
    border-top: 5px solid #8393A2;
    background: url(../images/sfondo_aside_interna.jpg) top left no-repeat;
    padding: 0;
    margin: 0;
    width: 245px;
    min-height: 500px;
}

aside .inner {
    padding: 15px;
}

aside .image {
    margin: 0 0 20px 0;
    padding: 0;
}

aside h1 {
    color: #666666;
}

.news a:link,
.news a:visited {
    color: #0A3D6C;
}

.news a:hover {
    text-decoration: underline;
}

.news {
    background: url(../images/freccia_news.png) top left no-repeat;
    padding: 0 5px 8px 8px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #CCCCCC;
    font-size: 12px;
}

.news p,
.news .titolo_news {
    line-height: 16px;
}

.titolo_news {
    font-weight: bold;
    color: #0A3D6C;
    margin-bottom: 5px;
}

.titolo_news a:link,
.titolo_news a:visited {}

.titolo_news a:active,
.titolo_news a:hover {
    text-decoration: none;
}

.data_news {
    font-weight: bold;
    margin-bottom: 5px;
}

.news .more:link,
.news .more:visited {
    font-weight: bold;
    text-decoration: none;
}

.news .more:active,
.news .more:visited {
    text-decoration: underline;
}

.news .gallery a:not(:first-child) {
    display: none;
}

aside ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

aside ul a:link,
aside ul a:visited {
    background: url(../images/freccia_menu_aside.png) 14px 9px no-repeat;
    font-weight: bold;
    display: block;
    padding: 8px 0 8px 25px;
    font-weight: bold;
    color: #062644;
    text-decoration: none;
}

aside ul a:hover,
aside ul a:active,
aside ul .sel:link,
aside ul .sel:visited {
    background: url(../images/freccia_menu_asides.png) #E6E6E6 14px 9px no-repeat;
    text-decoration: none;
}


/******* FOOTER ********/

footer {
    background: url(../images/gradient51.jpg) top left repeat-x;
    font-size: 10px;
    color: #8396A7;
    position: absolute;
    bottom: 0;
    width: 960px;
    height: 20px;
    text-align: right;
    padding: 8px 10px 8px 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer-left img {
    max-height: 12px;
    margin-left: 4px;
    margin-right: 1px;
    margin-top: -3px;
}

.footer-left a {
    text-decoration: none;
    color: #8396A7;
    display: inline-block;
}

.footer-left,
.footer-right {
    display: flex;
}

footer a:link,
footer a:visited {
    outline: none;
    color: #8396A7;
    text-decoration: none;
}

footer a:active,
footer a:hover {
    color: #FFF;
    text-decoration: none;
}

#splash footer {
    background: none;
    height: 50px;
    text-align: center;
    color: #FFF;
}


/* === CONTATTI === */

.map .image {
    border-bottom: 1px solid #CCC;
    margin-bottom: 5px;
    font-size: 11px;
    text-align: right;
}

.map {
    font-size: 11px;
}


/* === MODULO RICHIESTA STANDARD === */

.modulo {
    font-size: 12px;
}

.modulo input,
.modulo textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
}

.modulo .text {
    width: 215px;
    float: left;
    margin: 0 5px 5px 0;
}

.modulo .text label {
    display: block;
    padding-top: 6px;
    padding-bottom: 3px;
}

.modulo .text input {
    width: 180px;
    margin: 0;
}

.modulo .textarea {
    float: left;
    width: 100%;
    margin: 10px 0 10px 0;
}

.modulo textarea {
    width: 620px;
    height: 80px;
    margin-top: 5px;
}

.modulo .privacy {
    font-size: 11px;
}

.modulo .text input,
.modulo textarea {
    padding: 5px 10px;
    border: 1px solid #CCC;
    -moz-box-shadow: inset 1px 1px 2px #DDD;
    -webkit-box-shadow: inset 1px 1px 2px #DDD;
    box-shadow: inset 1px 1px 2px #DDD;
    background-color: #FFF;
}

.modulo input.button {
    color: #FFF;
}


/* === LIVE VALIDATION === */


/* Classe che si applica ai messaggi di non validitr */

.LV_invalid {
    color: #F60;
    font-weight: bold;
    margin-left: 5px;
}


/* Stili applicati ai campi non validi */

.LV_invalid_field,
input.LV_invalid_field:hover,
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover,
textarea.LV_invalid_field:active,
.fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field {
    /*background: url(../images/form-background.jpg);*/
    border: 1px solid #F60 !important;
}


/* === ANIMATIONS === */

.header-slogan1 {
    animation: slogan1 10s;
    -webkit-animation: slogan1 10s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}

.header-slogan2 {
    animation: slogan2 10s;
    -webkit-animation: slogan2 10s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}

.header-slogan3 {
    animation: slogan3 10s;
    -webkit-animation: slogan3 10s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes slogan1 {
    0% {
        left: 240px;
        opacity: 0;
    }
    25% {
        opacity: 100;
    }
    75% {
        opacity: 100;
    }
    100% {
        left: 440px;
        opacity: 0;
    }
}

@keyframes slogan1 {
    0% {
        left: 240px;
        opacity: 0;
    }
    25% {
        opacity: 100;
    }
    75% {
        opacity: 100;
    }
    100% {
        left: 440px;
        opacity: 0;
    }
}

@-webkit-keyframes slogan2 {
    0% {
        left: 529px;
        opacity: 0;
    }
    25% {
        opacity: 100;
    }
    75% {
        opacity: 100;
    }
    100% {
        left: 329px;
        opacity: 0;
    }
}

@keyframes slogan2 {
    0% {
        left: 529px;
        opacity: 0;
    }
    25% {
        opacity: 100;
    }
    75% {
        opacity: 100;
    }
    100% {
        left: 329px;
        opacity: 0;
    }
}

@-webkit-keyframes slogan3 {
    0% {
        left: 407px;
        opacity: 0;
    }
    25% {
        opacity: 100;
    }
    75% {
        opacity: 100;
    }
    100% {
        left: 507px;
        opacity: 0;
    }
}

@keyframes slogan3 {
    0% {
        left: 407px;
        opacity: 0;
    }
    25% {
        opacity: 100;
    }
    75% {
        opacity: 100;
    }
    100% {
        left: 507px;
        opacity: 0;
    }
}


/*
	Nuova sezione eventi
*/

.events-year-wrapper {
    padding: 10px 0px;
}

h2.events-year {
    margin-bottom: 20px;
    margin-top: 20px;
}

.event-wrapper {
    margin-bottom: 20px;
    overflow: hidden;
}

.event-date {
    margin-bottom: 8px;
}

.event-title {
    font-size: 16px;
    margin-bottom: 5px;
}

.event-title a {
    text-decoration: none;
    color: #062644;
}

.event-title a:hover {
    text-decoration: underline;
}

.event-location {
    font-style: italic;
}

.event-text {
    padding-bottom: 5px;
}

.event-left {
    float: left;
    width: 100px;
    color: #062644;
}

.event-right {
    float: left;
    width: 585px;
    padding-bottom: 15px;
    border-bottom: thin solid #CCC;
}

.event-wrapper .links {
    margin-top: 10px;
}

#homepage .news a {
    text-decoration: none;
}

#homepage .news a:hover {
    text-decoration: underline;
}

#accreditation-logo {
    background: transparent;
    padding: 35px 35px 0px 0px;
    margin-top: 100px;
}

#accreditation-logo img {
    width: 95px;
}