/*************************
*******Typography******
**************************/

html {
    font-size: 1.125rem;
}

body {
    font-family: 'Titillium Web', sans-serif;
    color: #333333;
    line-height: 22px;
    padding-bottom: 0px !important;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: rgba(0, 0, 0, .3);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    color: #333333;
    margin-top: 0;
    margin-bottom: 0;
}

h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 700;
}

h2 {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
}

h3 {
    font-size: 1.75rem;
    line-height: 1.2;
    color: #666666;
    font-weight: 700;
}

h4 {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 700;
}

h5 {
    font-size: 1.25rem;
    line-height: 1.2;
}

h6 {
    font-size: 10.375rem;
    line-height: 1.55;
    font-weight: 600;
}

a {
    color: #921D39;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

a:hover {
    color: #333333;
    text-decoration: underline !important;
}

a:focus {
    color: #333333;
}

p img {
    max-width: 100%;
    height: auto !important;
}

p {
    margin-bottom: 2em !important;
    line-height: 1.5 !important;
}

.u-hiddenVisually {
    border: 0!important;
    clip: rect(1px, 1px, 1px, 1px)!important;
    height: 1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
}

form {
    display: flex;
}

hover,
.is-active:hover,
input:hover,
button:hover,
img:hover {
    color: #ffffff;
}

a:focus,
.is-active:focus,
input:focus,
button:focus,
img:focus {
    outline: 3px solid #ffa100 !important;
    outline-offset: -3px;
    background-color: #FFFFFF;
    color: #007AAE;
    border-color: #000000;
}

.contenitore-ricerca {
    display: flex;
    width: 100%;
}
.pulsante-cerca {
	border: none;
	background: #0D549B;
}

form#ricercaPersonalizzata {
    max-width: 20rem;
    display: flex;
}

.btn-group-sm>.btn,
.btn-sm {
    font-size: 0.8rem;
}

@media (orientation: landscape) {
    body {
        flex-direction: row;
    }
}

@media (orientation: portrait) {
    body {
        flex-direction: column;
    }
}

.txtTitoloPannello {
    font-size: 2.4em;
}

.stileTitolo0 {
    margin-bottom: 15px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}


/*************************
*******Header******
**************************/

#header {
    position: relative;
}

.containerTestata1LG {
    background-color: #303030;
    color: #FFFFFF;
    position: relative;
}

.containerTestata2LG {
    height: 150px;
    background-color: #FFFFFF;
    color: #000000;
    border-bottom: 1px solid #f2f2f2;
}

.containerTestata3LG {
    background-color: #0D549B;
    color: #FFFFFF;
    position: relative;
    height: 48px;
}

.menu-canali {
    text-align: center;
    font-size: 1.1em;
}

.menu-canali ul {
    list-style: none;
    letter-spacing: -1em;
    margin: 0px;
}

.menu-canali li {
    display: inline;
    letter-spacing: normal;
}

.menu-canali li a {
    display: inline-block;
    padding: 12px 10px;
    margin-right: 70px;
    background-color: #0d549b;
    color: #ffffff;
    vertical-align: middle;
    font-size: 0.9em;
    font-weight: 600;
}

.menu-canali li:last-child a {
    margin-right: 0px;
}

.menu-canali li a:hover {
    text-decoration: underline;
}

.menu-canali span {
    font-size: 0.6em;
    vertical-align: middle;
}

.logoNomeHeaderContainer {
    margin: 40px 0px 30px 0px;
}

.mediaLogo {
    margin: 0px 15px 0px 0px;
    float: left;
    text-align: center;
    width: 76px;
    height: 76px;
    overflow: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    -moz-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    -o-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
}

.mediaLogo img {
    height: 76px;
}

.nomeHeader {
    margin: 0px 0px 0px 0px;
    padding-top: 6px;
    font-size: 2.375rem;
}

.sottoNomeHeader {
    font-size: 0.9em;
}

.nomeHeader a,
.nomeHeader a:hover {
    color: #000000;
}

.btnSearchMobile {
    display: none;
}

.boxAccesso {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase;
    background-color: #f2f2f2;
    font-size: 0.8em;
    color: #000000;
    font-weight: bold;
    padding: 7px 20px;
}

.boxAccesso a,
.boxAccesso a:hover {
    color: #000000;
}

#header .search {
    display: inline-block;
    margin-top: 25px;
}

.wait {
    background-color: #CCCCCC;
}

.containerTestata1LG .livSup {
    font-weight: bold;
    font-size: 0.8em;
    height: 36px;
}

body.onscroll .main {
    top: 25px;
}

body.onscroll {
    margin-top: 360px;
}

body.onscroll #header .search {
    margin-top: 25px;
}

body.onscroll .nomeHeader {
    font-size: 1.4em;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0;
}

body.onscroll .sottoNomeHeader {
    display: none;
}

body.onscroll .pannello86 {
    display: none;
}

body.onscroll .mediaLogo {
    margin: -10px 32px 0px 10px;
}

body.onscroll .logoNomeHeaderContainer {
    margin: 30px 0px 10px 50px;
}

body.onscroll #header {
    position: fixed !important;
    z-index: 499;
    top: 0;
    width: 100%;
    opacity: 1;
    padding: 0;
}

body.onscroll .containerTestata2LG {
    height: 100px;
}

body.onscroll .mediaLogo,
body.onscroll .mediaLogo img {
    width: auto;
    height: 50px;
}

.onscroll #header {
    left: 0;
}

body.onscroll .testata-row-4 {
    margin-top: 360px;
    ;
}

.social {
    text-align: right;
    margin: 0px 0px 6px 0px;
    font-size: 0.9em;
}

.etiSocial {
    margin-right: 5px;
    font-size: 1em;
    font-weight: 600;
}

.social-share {
    display: inline-block;
    list-style: none;
    padding: 0;
}

ul.social-share li {
    display: inline-block;
    margin-left: 7px;
}

ul.social-share li a {
    display: inline-block;
    color: #0D549B;
    font-size: 1.8em;
    vertical-align: middle;
}

ul.social-share li a:hover {
    color: #000000;
}

.contShare {
    padding-top: 12px;
}

.ico-search {
    font-size: 1.2em;
    margin-left: 0px;
    color: #ffffff;
    float: right;
    padding: 8px 15px 8px 16px;
}

.search i {
    color: #FFFFFF;
}

input.search-form {
    font-family: 'Titillium Web', sans-serif;
    background-color: #FFFFFF;
    border: none;
    width: 250px;
    padding: 8px 10px 8px 10px;
    font-size: 0.9em;
    color: #000000 !important;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

::-webkit-input-placeholder {
    /* WebKit browsers (Safari, Google Chrome, Opera 15+) */
    color: #000000;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000000;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000000;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #000000;
}

.navbar-toggle {
    background-color: #9A1B14;
    color: #FFFFFF;
}


/*************************
*********centro***********
*************************/


/*************************
*******chiusura***********
*************************/

.chiusura-1 {
    color: #FFFFFF;
    background-color: #303030;
    padding: 30px 0px;
}

.chiusura-1 a {
    color: #65DDE0 !important;
}

.chiusura-1 a:hover {
    text-decoration: underline;
}

.chiusura-valutazione {
    background-color: #E4204E;
    color: #FFFFFF;
    font-size: 1em;
    padding: 25px 0px 15px 0px;
}

.chiusura-valutazione p span {
    font-size: 1.2em;
    display: inline-block;
    position: relative;
}

.chiusura-valutazione a {
    color: #FFFFFF;
}

.chiusura-valutazione .center {
    margin-bottom: 0px;
}


/*************************
*******Home Page******
**************************/

.sfondo-0 {
    background: #0D549B !important;
    padding: 20px 15px;
}

.sfondo-1 {
    background: #E4204E !important;
    padding: 20px 15px;
}

.sfondo-2 {
    background: #008996 !important;
    padding: 20px 15px;
}

.sfondo-3 {
    background: #008040 !important;
    padding: 20px 15px;
}

.sfondo-4 {
    background: #921D39 !important;
    padding: 20px 15px;
}

.sfondo-grigio {
    background: #696969 !important;
    padding: 20px 15px;
}

.sfondo-grigio-puro {
    background: #696969;
    min-height: unset;
}

.sfondo-bianco {
    background: #ffffff !important;
}

.trasp-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.5;
}

.color-0,
.color-0 a {
    color: #0D549B !important;
}

.color-1,
.color-1 a {
    color: #E4204E !important;
}

.color-2,
.color-2 a {
    color: #008996 !important;
}

.color-3,
.color-3 a {
    color: #008040 !important;
}

.color-4,
.color-4 a {
    color: #921D39 !important;
}

.color-grigio,
.color-grigio a {
    color: #696969 !important;
}

.bordo-basso-0 {
    border-bottom: 8px solid #0D549B !important;
}

.bordo-basso-1 {
    border-bottom: 8px solid #E4204E !important;
}

.bordo-basso-2 {
    border-bottom: 8px solid #008996 !important;
}

.bordo-basso-3 {
    border-bottom: 8px solid #008040 !important;
}

.bordo-basso-4 {
    border-bottom: 8px solid #921D39 !important;
}

.bordo-alto-0 {
    border-top: 5px solid #0D549B !important;
}

.bordo-alto-1 {
    border-top: 5px solid #E4204E !important;
}

.bordo-alto-2 {
    border-top: 5px solid #008996 !important;
}

.bordo-alto-3 {
    border-top: 5px solid #008040 !important;
}

.bordo-alto-4 {
    border-top: 5px solid #921D39 !important;
}

.bordo-alto-grigio {
    border-top: 5px solid #696969 !important;
}

.bordo-left-0 {
    border-left: 5px solid #0D549B !important;
}

.bordo-left-1 {
    border-left: 5px solid #E4204E !important;
}

.bordo-left-2 {
    border-left: 5px solid #008996 !important;
}

.bordo-left-3 {
    border-left: 5px solid #008040 !important;
}

.bordo-left-4 {
    border-left: 5px solid #921D39 !important;
}

.bordo-left-grigio {
    border-left: 5px solid #696969 !important;
}

.border-left-banner {
    border-left: 3px solid #696969;
}

.border-right-banner {
    border-right: 3px solid #696969;
}

.cont-categoria-news {
    display: inline-block;
    padding: 7px 10px;
    font-size: 0.9em;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    position: absolute;
    top: -23px;
    right: 30px;
}

.cont-categoria-news-elenco {
    display: inline-block;
    padding: 7px 10px;
    font-size: 0.9em;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
}

.cont-categoria-eventi {
    display: inline-block;
    padding: 7px 10px;
    font-size: 0.8em;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    position: absolute;
    top: 9px;
    left: 140px;
    z-index: 333;
}


/*************** SLIDER ********************/


/*************** SLIDER ********************/

#main-slider {
    margin-bottom: 40px;
    height: 350px;
}

#main-slider .item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    height: 350px;
    position: relative;
}

#main-slider .carousel-content {
    padding: 18px;
    font-size: 0.8em;
    text-align: left;
}

#main-slider .titoloContSlider {
    display: block;
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.8em;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 5px;
    margin-top: 15%;
    border-bottom: 4px solid #ffffff;
}

#main-slider .descContSlider {
    display: block;
    margin-top: 15px;
    font-size: 1.1em;
    color: #ffffff;
}

#main-slider .btn-slide {
    padding: 5px 15px;
    border-radius: 4px;
    margin-top: 25px;
    display: inline-block;
    color: #ffffff;
    border: 2px solid #ffffff;
    font-weight: 600;
}

.leggi-tutto {
    display: inline-block;
    padding: 3px 5px;
    margin-top: 10px;
    font-size: 0.7em;
    text-transform: uppercase;
}

.leggi-tutto-slider {
    padding: 20px 20px;
    font-size: 1.4em;
    position: absolute;
    font-weight: 600;
    bottom: 0;
    right: 0;
}

.leggi-tutto-slider a::after {
    font: normal normal normal 32px/1 FontAwesome;
    content: '\f0a9';
    vertical-align: middle;
    font-size: 1em;
    margin-left: 7px;
}

.img-slider {
    width: 100%;
    max-height: 390px;
    overflow: hidden;
}

.img-slider img {
    width: 100%;
    height: auto;
}

.cont-slider {
    position: absolute;
    bottom: 0;
    background: url(grafica/transparent-bg.png);
    font-size: 1.2em;
    color: #30373D;
    font-weight: 600;
}

.cont-slider .fa {
    width: 52px;
    height: 52px;
    line-height: 52px;
    background: #0f4060;
    text-align: center;
    color: #ffffff;
}

.cont-slider a:hover .fa {
    background: #30373D;
    color: #ffffff;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

.cont-slider .titolo-slider {
    margin-right: 60px;
    padding: 15px 0px 15px 15px;
}

.carousel-content-mobile {
    background: url(grafica/transparent-bg.png);
    padding: 15px;
}


/*************** BANNER ISTITUZIONALI ********************/

.cont-banner-slider {
    margin-bottom: 60px;
    margin-left: -15px;
    margin-right: -15px;
}

.banner-slider {
    padding: 0px 15px;
    margin-bottom: 30px;
    min-height: 105px;
}

.titolo-banner-slider {
    padding: 15px;
    color: #A21730;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.2;
}

.titolo-banner-slider a {
    color: #FFFFFF;
}

.titolo-banner-slider .span {
    color: #A21730;
}

.icona-banner-slider {
    font-size: 1.6em;
    margin-right: 10px;
    vertical-align: middle;
    color: #FFFFFF;
}


/*************************
*******tabs***********
*************************/

.nav-tabs {
    border-top: 1px solid #CCCCCC;
    border-bottom: 4px solid #666666;
}

.titoliTabs {
    font-size: 1.4em;
    font-weight: 600;
    margin-top: 19px;
}

.nav-tabs>li.active>a {
    color: #FFFFFF;
    background-color: #666666;
}

.titoliTabs span {
    margin-right: 0px;
}

.nav-tabs>li>a {
    color: #333333;
    background-color: #FFFFFF;
    margin-right: 0px;
    border: none;
    border-radius: 0px;
    border-right: 1px solid #CCCCCC;
    padding: 15px 30px 15px 30px;
}

.nav-tabs>li>a:hover {
    color: #333333;
    background-color: #342F29;
    border: none;
    margin-bottom: 0px;
    border-right: 1px solid #CCCCCC;
    text-decoration: none !important;
}

.contenuto-tab {
    background: #FFFFFF;
    padding: 20px 20px 20px 20px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #FFFFFF;
    background-color: #666666;
    border: none;
    border-right: 1px solid #CCCCCC;
}

.tab-content {
    padding: 10px 10px 10px 10px;
    margin: 30px 0px 0px 0px;
}

.nav-tabs>li {
    float: left;
    margin-bottom: 0px;
}

.crediti-ente {
    color: #ffffff;
    margin-bottom: 20px;
}

.crediti-ente p {
    line-height: 1.5;
    font-size: 1em;
    word-break: break-word;
}

.crediti-ente a {
    color: #65dde0;
}

.crediti-ente .fa {
    margin-right: 10px;
}

.crediti-ente a:hover {
    text-decoration: underline;
    color: #65dde0;
}

.nome-sito-footer {
    font-size: 2em;
    margin-bottom: 15px;
    line-height: 1.2;
    color: #ffffff !important;
}

.nome-sito-footer a,
.nome-sito-footer a:hover {
    color: #ffffff !important;
}

.contenitore-crediti-footer {
    margin-top: 20px;
}

.crediti-footer-titolo {
    font-weight: bold;
    border-bottom: 1px solid #49535C;
    padding: 10px 15px;
    font-size: 1.1em;
}

.crediti-footer-contenuto {
    padding: 10px 15px;
    font-size: 0.9em;
}

.contenitore-canali-footer {
    margin-top: 12px;
}

.menu-footer {
    margin-top: 7px;
}

.contenitore-canali-footer ul,
.menu-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.9em;
}

.contenitore-canali-footer li,
.menu-footer li {
    border-bottom: 1px solid #49535C;
    padding: 10px 15px;
}

.crediti-is-footer {
    text-align: center;
    font-size: 0.8em;
    padding: 23px 0px 0px 0px;
    border-top: 1px solid #ffffff;
}

#social-footer {
    text-align: center;
    margin-bottom: 6px;
    border-bottom: 1px solid #49535C;
    padding: 10px 0px;
}

.social-footer-text {
    margin-right: 10px;
    display: inline-block;
}

#social-footer a.social-footer-ico {
    color: #65DDE0 !important;
    display: inline-block;
    font-size: 1.8em;
    vertical-align: middle;
    margin: 0px 5px;
}

#social-footer a.social-footer-ico:hover {
    color: #FFFFFF !important;
}

.media-logo-footer-lg {
    border-bottom: 1px solid #49535C;
    padding: 10px 15px;
    text-align: center;
}


/***********************************************************
************** Griglia banner *********************
***********************************************************/


/***********************************
***** Personalizzazioni ************
***********************************/

.margin-top {
    margin-top: 20px;
}

.margin-bottom {
    margin-bottom: 40px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-right {
    margin-right: 10px;
}

.margin-left {
    margin-left: 30px;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0;
}

.padding-verticale {
    padding-top: 15px;
    padding-bottom: 15px;
}

.padding-orizzontale {
    padding-left: 15px;
    padding-right: 15px;
}


/***************** COME FARE PER ********************/

#comeFarePer {
    margin-top: 30px;
}

.in-area-home {
    margin: 0px 0px 20px 0px;
    padding: 10px 10px 10px 15px;
    border: 2px solid #e7e3e3;
    -webkit-box-shadow: 0px 6px 18px 0px rgba(204, 204, 204, 1);
    -moz-box-shadow: 0px 6px 18px 0px rgba(204, 204, 204, 1);
    box-shadow: 0px 6px 18px 0px rgba(204, 204, 204, 1);
    position: relative;
    height: 100px;
}

.icona-area-home {
    font-size: 2em;
    margin-right: 10px;
    vertical-align: middle;
}

#attivitaProgetti .icona-area-home {
    margin: 5px 0px;
}

#attivitaProgetti .istanza-2 {
    min-height: 130px;
}

.titolo-area-home {
    padding: 10px 0px 15px 0px;
    color: #A21730;
    font-size: 1.3em;
    font-weight: 600;
    /*line-height: 1.2;*/
    line-height: 0.9;
}

div.titolo-area-home a {
    font-size: 1.0em;
}

.sottotitolo-area-home {
    font-size: 0.6em;
    position: relative;
    top: 13px;
    padding-bottom: 3px;
}


/***********************************
************** OGGETTI *************
***********************************/

.istanza-1 {
    margin: 0px 12px 15px 12px;
    padding: 15px;
    border-radius: 5px;
}

.cont-padding {
    padding: 15px !important;
}

.istanza-2 {
    margin: 0px 0px 20px 0px;
    padding: 10px 10px 15px 10px;
    border-left: 2px solid #e7e3e3;
    border-right: 2px solid #e7e3e3;
    border-bottom: 2px solid #e7e3e3;
    -webkit-box-shadow: 0px 6px 18px 0px rgba(204, 204, 204, 1);
    -moz-box-shadow: 0px 6px 18px 0px rgba(204, 204, 204, 1);
    box-shadow: 0px 6px 18px 0px rgba(204, 204, 204, 1);
    position: relative;
}

.istanza-2 p {
    font-size: 0.85em;
}

.istanza-3 {
    margin: 0px 0px 20px 0px;
    border-top: 2px solid #e7e3e3;
    border-left: 2px solid #e7e3e3;
    border-right: 2px solid #e7e3e3;
    border-bottom: 2px solid #e7e3e3;
    -webkit-box-shadow: 0px 6px 18px 0px rgba(204, 204, 204, 1);
    -moz-box-shadow: 0px 6px 18px 0px rgba(204, 204, 204, 1);
    box-shadow: 0px 6px 18px 0px rgba(204, 204, 204, 1);
    position: relative;
}

.istanza-piccola {
    margin-bottom: 30px;
}

.istanza-immagine {
    width: 195px;
    margin: 0px auto 20px auto;
    max-height: 130px;
    overflow: hidden;
}

.istanza-immagine img {
    width: 100%;
    overflow: hidden;
}

.img-lista {
    max-height: 93px;
    overflow: hidden;
    border-radius: 4px;
}

.img-zoom img {
    -webkit-transition: all 0.2s ease;
    /* Safari and Chrome */
    -moz-transition: all 0.2s ease;
    /* Firefox */
    -o-transition: all 0.2s ease;
    /* IE 9 */
    -ms-transition: all 0.2s ease;
    /* Opera */
    transition: all 0.2s ease;
}

.img-zoom:hover img {
    -webkit-transform: scale(1.1);
    /* Safari and Chrome */
    -moz-transform: scale(1.1);
    /* Firefox */
    -ms-transform: scale(1.1);
    /* IE 9 */
    -o-transform: scale(1.1);
    /* Opera */
    transform: scale(1.1);
    opacity: 0.7;
}

.img-primo-piano {
    position: relative;
    width: 100%;
    max-height: 245px;
    overflow: hidden;
    padding: 15px 15px 0px 15px;
    border: 2px solid #e7e3e3;
}

.img-primo-piano img {
    width: 100%;
    overflow: hidden;
}

.img-eventi {
    position: relative;
    max-width: 180px;
    height: auto;
    overflow: hidden;
    vertical-align: middle;
}

.img-eventi img {
    max-width: 180px;
    overflow: hidden;
}

.img-lettura {
    margin: 5px 10px 10px 0px;
}

.img-lettura img {
    border-radius: 4px;
}

.gallery-img-lettura {
    width: auto;
    margin: 10px 10px 30px 10px;
}

.gallery-img-lettura img {
    width: 100%;
}

.titolo-sez {
    color: #30373D;
    padding-bottom: 5px;
}

.titolo-sez h2 {
    font-size: 0.8em;
    margin: 0px;
    margin-left: -25px;
    margin-bottom: 10px;
    font-weight: 300;
}

.titolo-default h3 {
    font-size: 2.3em;
    margin: 0px;
    margin-bottom: 10px;
    font-weight: 300;
}

.rosso,
.rosso a {
    color: #921D39;
}

.bianco,
.bianco a {
    color: #ffffff;
}

.titolo-lista,
.titolo-elenco {
    font-family: 'Titillium Web', sans-serif;
    margin: 3px 0px;
    line-height: 1.5;
    font-weight: 700;
}

.titolo-richiamo,
.titolo-home {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}

.contenuto-home-notizia {
    font-size: 1rem;
}

.titolo-home {
    font-size: 1.0625rem;
}

.titolo-home-piccolo {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    font-size: 1.2em;
}

.titolo-progetti {
    font-family: 'Titillium Web', sans-serif;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 1.1em;
}

.titolo-progetti a {
    color: #FFFFFF;
}

.titolo-richiamo a,
.titolo-home a {
    color: #333333;
}

.titolo-lista a {
    color: #333333;
}

.titolo-elenco a {
    color: #333333;
}

.titolo-lettura {
    font-family: 'Titillium Web', sans-serif;
    color: #333333;
    margin-bottom: 10px;
    line-height: 1.5;
}

.titolo-motore-ricerca {
    color: #E4204E;
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 1.6em;
}

.testo-normale {
    font-size: 1em;
}

.testo-normale .fa {
    margin-right: 5px;
}

.testo-bianco {
    color: #FFFFFF;
}

.btn-allegato {
    margin: 5px 0px;
    padding: 10px 15px;
    border: 1px solid #CCCCCC;
    background-color: #F2F2F2;
    display: inline-block;
}

.btn-maggiori-info {
    margin: 10px 0px;
}

.btn-archivio-semplice {
    display: inline-block;
    float: right;
    font-size: 1.1em;
    font-weight: 600;
    padding-top: 15px;
}

.btn-archivio-semplice a::after {
    font: normal normal normal 32px/1 FontAwesome;
    content: '\f0a9';
    vertical-align: middle;
    font-size: 1em;
    margin-left: 7px;
}

.btn-archivio-semplice .fa {
    font-size: 1.2em;
    margin-right: 5px;
    vertical-align: center;
    color: #921D39;
}

.post-area-top {
    position: relative;
}


/***********************************************************
************** Motori di ricerca e Pulsanti ****************
***********************************************************/

.oggetto72 input,
.oggetto72 label,
.oggetto376 input,
.oggetto376 label {
    font-family: 'Titillium Web', sans-serif;
}

.oggetto72 label,
.oggetto72 select,
.oggetto376 label,
.oggetto376 select {
    display: block;
}

.oggetto72 input,
.oggetto376 input {
    display: inline-block;
}

.oggetto376 select {
    display: block;
}

.oggetto72 input[type="text"],
.oggetto72 select,
.oggetto72 input[type="password"],
.oggetto72 textarea,
.oggetto376 input[type="password"],
.oggetto376 textarea {
    width: 80%;
}

.oggetto72 input[type="text"],
.oggetto72 select,
.oggetto376 input[type="text"],
.oggetto376 select {
    width: 95%;
}

.oggetto72 input[type="text"],
.oggetto376 input[type="text"],
.oggetto72 select,
.oggetto376 select {
    padding: 10px 7px;
    margin-right: 7px;
    margin-bottom: 10px;
    border: 2px solid #e7e3e3;
}

.oggetto72 label,
.oggetto376 label {
    font-weight: 400;
    margin-right: 7px;
}

.pulsante {
    margin: 5px 0px 5px 0px;
}

.oggetto45 h3 {
    margin: 0px;
    font-size: 1.4em;
    color: #333333;
}

.testataPag,
.interfacciaPagine {
    font-size: 0.9em;
    clear: both;
    margin: 60px 0px 10px 0px;
    line-height: 2.5;
}

.testataPag a,
.interfacciaPagine a {
    margin: 5px;
    padding: 10px 20px;
    border: 1px solid #F2F2F2;
    background-color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
}

.testataPag a:hover,
.interfacciaPagine a:hover {
    color: #FFFFFF;
    margin: 5px;
    padding: 10px 20px;
    border: 1px solid #F2F2F2;
    background-color: #696969;
}

h3.stileTitolo {
    color: #921D39;
    font-size: 2.0em;
    margin-bottom: 10px;
}

#votaSondaggio div[id^="titoloDomanda"] {
    font-weight: bold;
}

div[id^="listaRisposte"] input[type="radio"],
div[id^="listaRisposte"] label {
    display: inline-block;
    margin-right: 10px;
}


/***********************************************************
************** Menu laterale *********************
/* General styles for all menus */

.cbp-spmenu {
    background: #FFFFFF;
    border-right: 2px solid #CCCCCC;
    position: fixed;
}

.cbp-spmenu h1 {
    color: #FFFFFF;
    font-size: 1.7em;
    padding: 10px 20px 10px 20px;
    margin: 0;
    font-weight: 300;
    background: #0D549B;
    border-bottom: 2px solid #CCCCCC;
}

.cbp-spmenu a {
    display: block;
    color: #FFFFFF;
    font-weight: 300;
}

.cbp-spmenu a:hover {
    background: none;
}

.cbp-spmenu a:active {
    background: #921D39;
    color: #FFFFFF;
}


/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
    width: 300px;
    height: 100%;
    top: 0;
    z-index: 1000;
    overflow-y: scroll;
}

.cbp-spmenu-vertical a {
    border-bottom: 2px solid #F2F2F2;
    padding: 1em;
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left;
}

.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 2px solid #F2F2F2;
}


/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
    left: -300px;
}

.cbp-spmenu-right {
    right: -300px;
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
}


/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
    top: -150px;
}

.cbp-spmenu-bottom {
    bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
}


/* Push classes applied to the body */

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.cbp-spmenu-push-toright {
    left: 300px;
}

.cbp-spmenu-push-toleft {
    left: -300px;
}


/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/* Example media queries */

@media screen and (max-width: 55.1875em) {
    .cbp-spmenu-horizontal {
        font-size: 0.8em;
        height: 110px;
    }
    .cbp-spmenu-top {
        top: -110px;
    }
    .cbp-spmenu-bottom {
        bottom: -110px;
    }
}

@media screen and (max-height: 26.375em) {
    .cbp-spmenu-vertical {
        font-size: 0.9em;
        width: 190px;
    }
    .cbp-spmenu-left,
    .cbp-spmenu-push-toleft {
        left: -190px;
    }
    .cbp-spmenu-right {
        right: -190px;
    }
    .cbp-spmenu-push-toright {
        left: 190px;
    }
}

.navbar-toggle .icon-bar {
    background-color: #000000;
    width: 35px;
    height: 3px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #F2F2F2;
}

.main {
    position: absolute;
    top: 87px;
    left: 3%;
    z-index: 999;
    -webkit-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    -moz-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    -o-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
    transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
}

.main-logged {
    top: 110px;
}

.main>section button {
    border: none;
    background: none;
    color: #000000 !important;
    background-color: #FFFFFF;
    display: block;
    cursor: pointer;
    margin: 0px 0px 0px 0px;
    font-size: 1.2em;
}

.navbar-toggle .icon-bar {
    background-color: #000000;
    width: 40px;
    height: 3px;
    margin-bottom: 5px;
}

.navbar-toggle::after {
    position: absolute;
    content: "MENU";
    top: 30px;
    left: 1px;
    font-size: 0.875rem;
    color: #000000;
    padding-left: 10px;
}

#closeMenu {
    border: none;
    font-size: 1.5em;
    position: absolute;
    top: 12px;
    right: 5px;
    background-color: #0D549B;
    color: #FFFFFF;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    border-color: #333333;
}

.cbp-spmenu .nav,
.cbp-spmenu .nav ul,
.cbp-spmenu .nav li {
    list-style: none;
}

.cbp-spmenu .nav ul {
    padding: 0;
    margin: 0 0 0 0;
    background: #F2F2F2;
}

.cbp-spmenu .nav {
    padding: 0px;
    margin: 0px;
}

.cbp-spmenu .nav>li {
    margin: 0px 0px;
}

.cbp-spmenu .nav>li li {
    margin: 0px 0;
}

.cbp-spmenu .nav a {
    color: #333333;
    display: block;
    outline: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-decoration: none;
}

.cbp-spmenu .nav li>a>span {
    float: right;
    font-size: 1em;
    font-weight: bolder;
}

.cbp-spmenu .nav li>a:hover>span {
    color: #333333;
}

.cbp-spmenu .nav li>a>span:after {
    font: normal normal normal 22px/1 FontAwesome;
    content: '\f107';
}

.cbp-spmenu .nav li.open>a>span:after {
    font: normal normal normal 22px/1 FontAwesome;
    content: '\f106';
}

.cbp-spmenu .nav a:hover {
    color: #333333;
    background: #F2F2F2;
}

.cbp-spmenu .nav li.active>a {
    background-color: #F2F2F2;
    color: #333333;
}

.cbp-spmenu .nav>li.active>a {
    background-color: #F2F2F2;
}

.cbp-spmenu .nav li a {
    font-size: 0.9em;
    line-height: 18px;
    padding: 10px 18px;
}

.cbp-spmenu .nav>li>a {
    font-size: 0.9em;
    line-height: 18px;
    padding: 18px 15px 14px 18px;
}


/***********************************************
********* pulsanti dei form ********************
***********************************************/

#formContatto24 {
    width: 100% !important;
    display: block !important;
}

#formContatto24 input[type="submit"],
#formEditor33 input[type="submit"],
#form_login1246 input[type="submit"],
#votaSondaggio input[type="submit"],
#votaSondaggio input[type="reset"],
#btnSalva,
.pulsante {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding: 6px 12px;
    margin-right: 7px;
    margin-bottom: 10px;
    font-size: 1.125rem;
    line-height: 1.55;
    box-shadow: 0 2px 4px 0 #bdbdbd;
    text-transform: lowercase;
    font-weight: 700;
    font-variant: small-caps;
    border: 0;
}

#formContatto24 input[type="submit"],
#formEditor33 input[type="submit"],
#form_login1246 input[type="submit"],
#votaSondaggio input[type="submit"],
#votaSondaggio input[type="reset"],
#btnSalva,
.pulsante {
    background-color: #696969;
    color: #FFFFFF;
    margin-top: 10px;
}

#formContatto24 input[type="submit"]:hover,
#formEditor33 input[type="submit"]:hover,
#form_login1246 input[type="submit"]:hover,
#votaSondaggio input[type="submit"]:hover,
#votaSondaggio input[type="reset"]:hover,
#btnSalva:hover,
.pulsante:hover {
    background-color: #E4204E;
    color: #FFFFFF;
}


/***********************************************
********* form di ricerca generico *************
********* e form di contatto *******************
***********************************************/

#cerca,
#cerca textarea,
#cerca input,
#cerca checkbox,
#cerca select,
#formContatto24,
#formContatto24 textarea,
#formContatto24 input,
#formContatto24 checkbox,
#formContatto24 select,
#form_login1246,
#form_login1246 textarea,
#form_login1246 input,
#form_login1246 checkbox,
#form_login1246 select,
#formEditor33,
#formEditor33 textarea,
#formEditor33 input,
#formEditor33 checkbox,
#formEditor33 select {
    font-family: 'Titillium Web', sans-serif;
}

#cerca,
#formContatto24,
#form_login1246,
#formEditor33 {
    font-size: 0.92em;
}

#cerca input[type="text"],
#cerca select,
#formContatto24 input[type="text"],
#formContatto24 select,
#form_login1246 input[type="text"],
#form_login1246 select,
#formEditor33 input[type="text"],
#formEditor33 select {
    padding: 3px 7px;
    margin-right: 7px;
    margin-bottom: 10px;
}

#cerca label,
#formContatto24 label,
#form_login1246 label,
#formEditor33 label {
    font-weight: 400;
    margin-right: 7px;
}

#formContatto24 input[type="text"] {
    display: block;
    width: 96%;
}

.vistaTabella th {
    background-color: #9A1B14;
    color: white;
    padding: 15px 15px;
    border-right: 1px solid #FFFFFF;
}

.vistaTabella th a {
    color: white;
}


/***********************************************************
************** Altre personalizzazioni *********************
***********************************************************/

.ultima-modifica {
    text-align: right;
    margin-bottom: 20px;
}

.noIstanze {
    margin: 10px 30px;
    font-weight: 600;
}

.istanzaRicerca {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px solid #F2F2F2;
}

.noTitleStuff .ui-dialog-titlebar {
    display: none;
}

.ui-widget-content {
    font-size: 0.9375rem !important;
    color: #333333;
    z-index: 999;
}

.dataOdierna {
    font-size: 0.875rem;
    font-weight: bold;
    padding: 6px 0px 0px 0px;
}

.dataOdierna a {
    color: #FFFFFF;
}

.dataOdierna a:hover {
    color: #FFFFFF;
}

.center {
    text-align: center;
    margin-bottom: 30px;
}

.contenitore-ricerca {
    border: 2px solid #000000;
}

.data-calendario {
    font-size: 0.85em;
    color: #31363C;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 10px;
}

.data-calendario-evento {
    font-size: 0.85em;
    color: #31363C;
    font-weight: 600;
    margin-bottom: 10px;
}

.data-calendario::before,
.data-calendario-evento::before {
    font: normal normal normal 20px/1 FontAwesome;
    content: '\f073 ';
    margin-right: 8px;
    font-size: 0.9em;
}

.btn-archivio {
    margin: 15px 15px 20px 0px;
    padding: 12px 20px;
    border-radius: 3px;
    display: inline-block;
    background: #30373D;
    color: #FFFFFF;
    font-size: 0.85em;
}

.btn-archivio:hover {
    background: #666666;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

#tiptip_content {
    border: 2px solid #921D39 !important;
    background-color: #FFFFFF;
    color: #333333 !important;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.containerBreadcrumb {
    padding: 30px 0px 20px 0px;
    margin-bottom: 30px;
}

.parte-centrale {
    border-right: 5px solid #e7e3e3;
    margin-right: -5px;
}

.colonna {
    padding-left: 15px;
    margin-top: 15px;
}

.campo-obbligatorio {
    border-width: 2px;
    border-style: solid;
    border-color: #000000 !important;
}

.campo-obbligatorio-err {
    border-color: #b50000;
    border-width: 2px;
    border-style: solid;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.erroreCampoContatto {
    color: #b50000;
    font-weight: bold;
    display: block;
    margin: 0px 0px 10px 0px;
}

body.onscroll .gototop {
    display: block;
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 9999999;
    width: 44px;
    height: 44px;
    background-color: #696969;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
    font-size: 1.3em;
    border: 2px solid #cccccc;
    border-radius: 22px;
    cursor: pointer;
}

.gototop {
    display: none;
}

.divieto {
    color: #000000;
    background-color: #fbfbfb;
    border-top: 2px solid #CCCCCC;
    border-left: 8px solid red;
}

.divieto a {
    color: #1e1212;
}

.avvisone,
.avvisino {
    color: #000000;
    background-color: #fbfbfb;
    border-top: 2px solid #CCCCCC;
    border-left: 8px solid #d1ae00;
}

.avvisone a,
.avvisino a {
    color: #685815;
}

.ok,
.richiesta,
.msgAvvisoOK {
    color: #000000;
    background-color: #fbfbfb;
    border-top: 2px solid #CCCCCC;
    border-left: 8px solid #65b446;
}

.ok a,
.richiesta a,
.msgAvvisoOK {
    color: #006366;
}

.divieto,
.ok,
.richiesta,
.avvisino,
.avvisone {
    background-image: none;
    padding: 15px 30px;
    margin: 30px 0px;
    font-weight: bold;
}

.divieto img,
.ok img,
.richiesta img,
.avvisino img,
.avvisone img {
    display: none;
}

.cont_share .addthis_toolbox {
    margin: 20px 0px 10px 20px;
    text-align: left;
    display: inline;
}

a.social-condividi {
    margin-right: 5px;
    vertical-align: middle;
    font-size: 1.4em;
}

a.social-condividi:hover {
    text-decoration: none;
    color: #000000;
}

.cont_share {
    margin-bottom: 30px;
    margin-top: 60px;
}

.etichettaShare {
    font-size: 1.3em;
    padding-right: 5px;
    font-weight: 600;
    display: inline;
    height: 35px;
    vertical-align: middle;
    float: left;
}

.etichettaShare::before {
    font: normal normal normal 20px/1 FontAwesome;
    content: '\f1e0';
    vertical-align: middle;
    width: 32px;
    padding: 8px 10px;
    margin-right: 10px;
    background: #696969;
    color: #ffffff;
    border-radius: 5px;
}

.cont_share .addthis_toolbox a:hover {
    text-decoration: none !important;
    color: #000000 !important;
}

.facebook {
    color: #3A589B;
}

.gplus {
    color: #D6492F;
}

.linkedin {
    color: #007AB9;
}

.twitter {
    color: #598DCA;
}

#map_canvas0 {
    height: 450px;
}

.review46 a {
    display: inline-block;
    margin: 0px 10px 5px 10px;
}

.review46::after {
    content: '';
    position: absolute;
    right: 100%;
    top: 0%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #E4204E;
    clear: both;
}

.panel-group .panel {
    border-radius: 0;
}

#trace-form {
    position: fixed;
    padding: 30px 10px;
    bottom: -17px;
    left: 0px;
    width: 100%;
    opacity: 0.82;
    color: rgb(255, 255, 255);
    font-size: 1em;
    text-align: center;
    z-index: 1000;
    background: rgb(0, 0, 0);
}

.pulsanteAccetto {
    margin-left: 15px;
    margin-right: 30px;
    padding: 5px 10px;
    border: 1px solid #494444;
    font-size: 100%;
    text-decoration: none;
    cursor: pointer;
}

#trace-form a {
    color: rgb(255, 255, 255);
}

p a {
    font-weight: 600;
    text-decoration: underline;
}

.btn-canali-mobile {
    width: 260px;
    line-height: 48px;
    background: #303030;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 0px;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 0.9em;
    cursor: pointer;
}

.btn-canali-mobile .fa {
    margin-left: 10px;
}

.cont-canali-mobile {
    width: 260px;
    top: 48px;
    position: absolute;
    background: #696969;
    padding: 10px;
    z-index: 999;
    right: 0;
    display: inline-grid;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 3px 3px 1px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 3px 3px 1px rgba(50, 50, 50, 0.1);
}

.istanza-canale-mobile {
    margin: 8px 5px;
    display: inline-block;
    font-size: 0.85em;
    font-weight: 600;
}

.istanza-canale-mobile a {
    color: #FFFFFF;
}

.istanza-canale-mobile .fa {
    display: inline-block;
    font-size: 0.8em;
    width: 28px;
    line-height: 22px;
    padding: 2px;
    text-align: center;
    background: #696969;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    margin-right: 5px;
}

.logoFooter img {
    width: 50px;
}

#map_canvas26 {
    width: auto;
    height: 300px;
}

.istanza_pari {
    border-bottom: 1px solid #cccccc;
    padding: 10px 0px 10px 0px;
    margin-bottom: 10px;
}

.tipologia-bandi {
    padding: 5px 10px;
    color: #FFFFFF;
    font-size: 0.9em;
    display: inline-block;
    margin-bottom: 10px;
}

.adminPannelloAdmin {
    height: 55px !important;
}

.wrapper-iframe {
    margin-bottom: 20px;
    width: 100%;
}

.description-h4 {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 170%;
}

#youtube-image {
    -webkit-box-shadow: 0px 0px 26px 12px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 26px 12px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 26px 12px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 100% !important;
    height: auto !important;
}


/**********************************************
 ***** Modal Video YoutTube in Homepage *******
***********************************************/

#youtube-image {
    -webkit-box-shadow: 0px 0px 26px 12px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 26px 12px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 26px 12px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 100% !important;
    height: auto !important;
}

#youtube-image:hover {
    transform: scale(1.01);
    border: 1px solid #EEEEEE;
}

#desciption-video-youtube {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f2f2f2;
}

@keyframes modal-video {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes modal-video-inner {
    from {
        transform: translate(0, 100px)
    }
    to {
        transform: translate(0, 0)
    }
}

.modal-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000000;
    cursor: pointer;
    opacity: 1;
    animation-timing-function: ease-out;
    animation-duration: .3s;
    animation-name: modal-video;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.modal-video-close {
    opacity: 0
}

.modal-video-close .modal-video-movie-wrap {
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 100px)
}

.modal-video-body {
    max-width: 55.2941rem;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: table
}

.modal-video-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.modal-video-movie-wrap {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    background-color: #333;
    animation-timing-function: ease-out;
    animation-duration: .3s;
    animation-name: modal-video-inner;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -ms-transition: -ms-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.modal-video-close-btn {
    position: absolute;
    z-index: 2;
    top: -35px;
    right: -35px;
    display: inline-block;
    width: 2.0588rem;
    height: 2.0588rem;
    overflow: hidden;
    border: none;
    background: transparent
}

.modal-video-close-btn:before {
    transform: rotate(45deg)
}

.modal-video-close-btn:after {
    transform: rotate(-45deg)
}

.modal-video-close-btn:before,
.modal-video-close-btn:after {
    content: '';
    position: absolute;
    height: 0.1176rem;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px
}

.video-abstract-button a {
    background-color: #076426;
    color: #ffffff;
    padding: 10px 15px;
    display: inline-block;
    font-weight: 500;
    font-size: 0.9em;
    text-transform: uppercase;
    border-radius: 30px;
}

.r-1 {
    padding-top: 30px;
    padding-bottom: 40px;
}

.c-1 {
    padding-bottom: 30px;
}

.loghi-home {
    margin-bottom: 20px;
}

.loghi-home img {
    width: 100% !important;
    height: auto !important;
}

.loghi-home a {
    display: block;
    margin: 0px 0px 20px 0px;
    padding: 10px 10px 10px 15px;
    border: 2px solid #e7e3e3;
    -webkit-box-shadow: 0px 6px 18px 0px rgb(204 204 204);
    -moz-box-shadow: 0px 6px 18px 0px rgba(204, 204, 204, 1);
    box-shadow: 0px 6px 18px 0px rgb(204 204 204);
}

.loghi-home a:hover {
    display: block;
    margin: 0px 0px 20px 0px;
    padding: 10px 10px 10px 15px;
    border: 2px solid rgb(189, 188, 188);
    -webkit-box-shadow: 0px 6px 18px 0px rgb(189, 188, 188);
    -moz-box-shadow: 0px 6px 18px 0px rgba(189, 188, 188, 1);
    box-shadow: 0px 6px 18px 0px rgb(189, 188, 188);
}

.bordo-basso-10 {
    border-bottom: 8px solid #0E559B !important;
}