/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/******************************
			COMMON
********************************/
:root {
    --mainColor: #4dadad; /*prova*/
    --secondaryColor: #b9cf49; /*prova*/
    /*--mainColor: #9d1000;*/
    --white: #ffffff;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong:not(.about_main_text strong), sub, tt, 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;
    font-family: 'Roboto Condensed', sans-serif;
}

/* HTML5 display-role reset for older browsers */

#myModal .modal-content {
    max-height: 90vh;
    margin: 10px px auto;
}

}

#myModal .modal-content img {
    max-height: 90vh;
    width: auto;
}

button:focus {
    outline: 0;
}

input:focus {
    outline: 0;
}

sup {
    font-size: 14px;
}

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;
}

/* end reset css */

html, body {
    height: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;

}


a {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    /* ...and now for the proper property */
    transition: .5s;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    justify-content: center;
    align-items: center;
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: hidden; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.3); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    justify-content: center;
    color: black;
    width: 35vw;
    height: 35vh;
    margin: 15% auto;
    padding: 15px;
    background: #ffffffeb;
    max-width: 700px;
    border-radius: 10px;
    font-weight: 500;
}

.modal-content p {
    padding: 2rem 1rem;
    text-align: center;
    font-size: 1.5rem;
}

.modal-content a {

    color: black;
}


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

/* The Close Button */
.close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: var(--mainColor);
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -9px;
    margin-bottom: 10px;
}

.close:hover,
.close:focus {

    text-decoration: none;
    cursor: pointer;
}

.container-img-preload img {
    float: left;
    width: 100%;
    height: auto;
}

.riservato-scuole {
    display: inline-block;
    margin-left: -19px;
    font-size: 17px;
    z-index: 1;
    color: var(--mainColor);
    background-color: #FFF;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    border: 1px solid #0099ff;
    padding: 11px 20px 10px 25px;
    position: relative;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.riservato-scuole2 {
    margin: 0 0 15px 0;
    display: inline-block;
    font-size: 22px;
    z-index: 0;
    color: #5b5b5b;
    font-weight: bold;
    font-family: 'Card-Font',serif;
    text-align: left;
    line-height: 22px;

}

.riservato-scuole3 {
    display: inline-block;
    margin-left: -19px;
    font-size: 14px;
    z-index: 0;
    font-style: italic;
    line-height: 15px;
    background-color: #F1F1F1;
    color: #58585d;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    border: 1px solid #c4c4c4;
    padding: 12px 20px 10px 25px;
    position: relative;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;

}

.logo-home-left {
    display: inline-block;
    text-align: center;
}

.logo-home-left img {
    width: 60 !important;
    float: none !important;
    display: inline-block !important;
}

.container-banner-contatti {
    display: inline-block;
    margin: 100px 0px;
}

.container-banner-contatti div a:not('.social_link') {
    color: #08080A;
    text-decoration: none;
}

.container-banner-contatti div a:hover:not('.social_link') {
    color: #e75627;
}

.container-banner-contatti hr, .inner-default.text-intro-list hr {
    border: 1px solid #e75627;
}

.container-banner-contatti div {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 23px;
}

.container-banner-contatti img {
    max-width: 358px;
}

.container-banner-contatti .social-ico {
    width: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 10px;
}

.intro-home {
    float: left;
    width: 100%;
    background-image: url(/public/assets/images/astronomia-images/sfondo2022.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #FFF;
    padding-bottom: 71px;
    border-bottom: 20px solid #e75627;
    min-height: 550px;
    height: calc(100% - 270px);
    position: relative;
}


.intro-home-homepage {
    float: left;
    width: 100%;
    background-image: url("/public/assets/images/astronomia-images/Back1920.png");
    /*background-image: linear-gradient(#fdfdfd00 10%, #080808bf 45%, #000000 100%), url("/public/assets/images/astronomia-images/Terra1920px.png");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-color: #101922;
    text-align: center;
    color: #FFF;
    padding-bottom: 35px;
    border-bottom: 20px solid var(--secondaryColor);
    min-height: 200px;
    position: relative;
}

#heart-image {
    left: -2%;
    top: 80px;
    position: absolute;
}

#heart-image img {
    width: 80%;
}

.home-banners h1 {
    font-size: 24px;
    color: #3f3f3f;
    margin: 60px 0px;
    font-weight: 400;
    line-height: 26px;
}

.home-banners h1 strong {
    font-weight: 800;
}

.home-banners h2 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 70px;
    color: #0099ff;
}

.home-banners img {
    display: inline-block;
    display: inline-block;
    width: calc(50% - 45px);
    margin: 18px;

    background-color: #0099ff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 2px solid #0099ff;
}

.inner-content {
    display: inline-block;
    width: 1200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.inner-content-home {
    display: inline-block;
    width: 1200px;
}

.menu {
    float: right;
    text-align: right;
    margin: 20px 0px 20px 0px;
}

.menu a {
    display: inline-block;
    margin: 0px 0px 0px 0px;
    font-size: 17px;
    color: var(--mainColor);
    padding: 3px 20px 3px 20px;
    text-decoration: none;
    font-weight: 600;
}

.menu a:hover {
    color: var(--mainColor);
}

.menu a.selected {
    background-color: #FFF;
    background-color: var(--mainColor);
    color: white;
}


.left-home {
    float: left;
    width: 520px;
    padding-top: 95px;
    text-align: left;

}

.left-home img {
    float: left;
    width: 60%;
    height: auto;
    /*-webkit-border-bottom-right-radius: 25px;*/
    /*-webkit-border-bottom-left-radius: 25px;*/
    /*-moz-border-radius-bottomright: 25px;*/
    /*-moz-border-radius-bottomleft: 25px;*/
    /*border-bottom-right-radius: 25px;*/
    /*border-bottom-left-radius: 25px;*/

}

.left-home h1 {
    float: left;
    width: 100%;
    height: auto;
    -webkit-border-top-left-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-topright: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background-color: #0099ff;

    font-size: 21px;
    font-weight: 300;
    text-align: center;
    padding: 8px 0px;
}

.left-home .container-banner {
    float: left;
    width: 100%;
    height: auto;
    background-color: #0099ff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 2px solid #0099ff;
}


.right-home {
    position: relative;
    z-index: 5;
    float: right;
    width: calc(100% - 570px);
}

/*.right-home #landing-image, .right-home #landing-contents{
    padding-left: 6rem;
}*/
#landing-image {
    max-width: 76%;
}

.right-home #landing-image #logo-astronomia {
    margin: 0 -35px -112px 0;
    right: 175px;
    max-width: 20%;
}

.right-home #landing-image img {
    max-width: 100%;
}

.right-home h1 {
    display: inline-block;
    width: 100%;
    margin-top: 45px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 77px;
    font-weight: 600;
    text-shadow: 0px 0px 20px #000000;
}

.right-home h2 {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    font-size: 30px;
    line-height: 24px;
    text-shadow: 0px 0px 10px #000000;
    font-style: italic;
}

.right-home #old-events {
    display: flex;
}

.right-home h3 {
    text-align: left;
    display: inline-block;
    width: 100%;
    font-size: 40px;
    color: var(--secondaryColor);
    font-weight: 600;
    /*text-shadow: 0px 0px 15px #767676;*/
}

.right-home h4 {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 23px;
    color: var(--mainColor);
    font-weight: 600;
    /*text-shadow: 0px 0px 15px #bdbaba;*/

}


.right-home h5 {
    text-align: left;
    margin-top: 25px;
    display: inline-block;
    width: 100%;
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 20px;
}

.right-home #locandina {
    flex-wrap: wrap;
    width: 90%;
    display: flex;
    margin: 0px 0 1rem 0;
}

.right-home .info-home {
    text-align: left;
    width: 120%;
}
.right-home .info-home.w-50{
    width: auto;
    margin-right: 20px;
}
}
#main-logo-fla {
    margin-top: 10px;
    font-size: 11px;
}
#main-logo-fla img{
    padding-top: 10px;
}
@media only screen and (min-width: 1451px) {
    .right-home .info-home #main-logo-fla {
        margin-left: 25%;
    }
}


.right-home .info-home > a {
    padding: 0.5rem 1rem;
    color: black;
    font-weight: bold;
    background-color: var(--secondaryColor);
}

.right-home .info-home div {
    display: inline-block;
    margin: 32px 10px 0px 10px;
}

.right-home .info-home div .mdi {
    font-size: 20px;
    vertical-align: top;
    color: var(--mainColor);
    margin-right: 5px;
}

.right-home .info-home div a {
    color: #FFF;
    font-size: 16px;
    text-decoration: none;

}

.right-home .info-home div a:hover {
    color: #0099ff;

}

.right-home p {
    display: inline-block;
    width: calc(100% - 106px);
    font-size: 21px;
    margin: 0px 53px;
    line-height: 31px;
}

.intro-home-homepage .condividi {
    left: auto;
    right: 30px;
    top: 145px;
    zoom: 1.2;
}

.timer {
    display: inline-block;
    font-size: 14px;
    color: #FFF;
    width: 90%;
    margin-bottom: 40px;
}

.timer h4 {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    text-align: center;
    margin: 0px 0px;
    width: 100%;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
    color: #FFF;
    text-shadow: 0px 0px 10px #000000;
}

.timer span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    text-align: center;
    margin: 0px 0px;
    background-color: #000;
    border: 1px solid #0099ff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: calc(33% - 22px);
    -webkit-box-shadow: 0px 0px 18px -1px #000;
    box-shadow: 0px 0px 18px -1px #000;
    padding: 13px 0px;
}

.timer .separator-timer {
    display: inline-block;
    width: 25px;
    font-size: 29px;
    font-weight: bold;
    text-align: center;
}

.timer span div {
    font-family: 'Roboto Mono', monospace;
    font-size: 39px;
    text-align: center;
    font-weight: 300;
}

.timer span label {
    font-family: 'Roboto Mono', monospace;
    color: #0099ff;
    font-weight: 400;
    letter-spacing: 2px;
    display: inline-block;
    margin-top: 8px;
    text-transform: uppercase;
    font-size: 17px;
}


.footer {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.footer-loghi {
    /*display:inline-block;*/
    /*width:1200px;*/
    /*margin-top: 45px;*/

    display: flex;
    width: 90%;

    justify-content: center;
    flex-wrap: wrap;
}

.footer-loghi img {
    padding: 0px 7px;
    height: 89px;
}

.footer-loghi .left {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    margin-right: 0px;

}

.footer-loghi .right {
    display: inline-block;

}

.footer-loghi .center {
    margin-bottom: 55px;
    width: 100%;
    display: block;
}

.footer h5 {
    text-align: left;
  /*  font-weight: bold;*/
    color: #000;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    padding-left: 10px;
}

.inner-header-home {
    display: inline-block;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 10px;
}

.inner-header-home .menu a {
    color: white;
}

.inner-header-home .menu a:hover {
    color: white;
}

.inner-header-home .menu a.selected {
    background-color: var(--mainColor);
    color: #FFF;
}


.inner-header {
    display: inline-block;
    width: 1360px;
}

.inner-header .main-logo {
    text-decoration: none;
    color: var(--mainColor);
    font-weight: 600;
    font-size: 1.5rem;
    float: left;
    margin: 20px 0px 0px 0px;
}

.current-events {
    background-image: url("../images/astronomia-images/TerraBack1920.png");
    background-size: cover;
    background-color: #FFF;
    text-align: center;
    color: #08080A;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 40px;
}

.current-events h1.title-event, .page-comitato .page-main h1.title-event,.page-mostra .page-main h1.title-event, .page-about .page-main h1.title-event {
    text-align: center;
    font-size: 50px;
    color: var(--mainColor);
    font-weight: 300;
    margin-top: 10px;
    padding-bottom: 33px;
    margin-bottom: 33px;
    border-bottom: 1px solid var(--mainColor);
    font-family: 'Roboto', sans-serif;
}
.page-mostra .page-main, .page-contatti .page-main,.page-about .page-main, .page-comitato .page-main{
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}
#button-link-videos {
    background: red;

    width: 35%;
    text-transform: uppercase;
    padding: 10px 20px;
}

#button-link-videos a {
    color: white;
    text-decoration: none;
}

.inner-default {
    display: inline-block;
    width: 1360px;
}

.mostra_main_text, .about_main_text:not(strong) {
    padding: 1rem 0;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
}

.mostra_main_text {
    line-height: 24px;
}

.about_main_text {
    line-height: 20px;
}

.mostra_main_text.address {
    font-size: 17px;
    z-index: 0;
    color: var(--mainColor);
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    border: 0px solid #bebebe;
    padding: 1.5rem 0;
    position: relative;

}

#orari_visite {
    /*background: #EBEBEB;*/
    text-align: center;
    padding: 1rem;
}

#orari_visite p {
    font-weight: 600;
    padding: 0 0 0.5rem 0;
    text-align: center;
}


.event {
    color: #08080A;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 40px;
}

.event:last-child {
    border-bottom: 0px solid #0099ff;
    margin-bottom: 0px;
}

.event h2 {
    display: inline-block;
    width: 100%;
    color: #0099ff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 46px;

}

.event h1 {
    display: inline-block;
    width: 100%;
    color: #FFF;
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 0px;

}

.event p {
    display: inline-block;
    width: 100%;
    color: #FFF;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}

.event h3 {
    display: inline-block;
    width: 100%;
    color: var(--mainColor);
    font-size: 24px;
    font-weight: 600;
    margin:0;

}

.event h4 {
    /*color: #FFF;*/
    /*background-color: var(--mainColor);*/
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    display: inline-block;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 26px;

}

.event h4 span {
    color: black;
    /* background-color: var(--mainColor); */
    font-size: 24px;
    font-weight: 700;
    /* padding: 0px 5px; */
    margin-right: 10px;
}
.event h4 span.qualifica{
    color: #5b5b5b;
}

.event .scarica-locandina {
    float: right;
    color: #FFF;
    text-decoration: none;
}

.event .scarica-locandina:hover {
    float: right;
    color: #0099ff;
}

.event .scarica-locandina img {
    vertical-align: middle;
    margin-right: 5px;
}

a.btn-event {
    display: inline-block;
    font-size: 20px;
    color: #FFF;
    text-transform: uppercase;
    padding: 10px 20px;
    background-color: #0099ff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

a.btn-event:hover {
    background-color: #42aff8;
    color: #fff;
}

#old-events a:not(:last-child) {
    border-right: 2px solid var(--mainColor);
}

a.btn-event2 {
    display: inline-block;
    font-size: 18px;
    color: var(--mainColor);

    /* text-transform: uppercase; */
    padding: 2px 5px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 10px 0;
}

a.btn-event2:hover {
    /*background-color: #fff;*/
    color: white;
}

a.btn-event3 {
    display: inline-block;
    font-size: 16px;
    color: #FFF;
    text-transform: uppercase;
    padding: 10px 0px;
    background-color: #0099ff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    min-width: 180px;
    margin: 0px 17px;
}

a.btn-event3:hover {
    background-color: #08080A;
    color: #FFF;
}

.event-description,
.event-relator {
    display: inline-block;
    width: 100%;
    position: relative;
}

.current-events .inner-default {
    position: relative;
}

.condividi {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: var(--mainColor);
    font-size: 15px;
    position: fixed;
    left: 30px;
    top: 110px;
    width: 13px;
    font-weight: 600;
    min-height: 200px;
}

.condividi div {
    float: left;
    width: 13px;
    margin-bottom: 10px;
}

.condividi a {
    float: left;
    margin-bottom: 8px;
    width: 13px;
    text-align: center;
    font-size: 20px;
    color: var(--mainColor);
}

.condividi a:hover {
    color: #FFF;
}


/*.page-conferenze .condividi a:hover{
	color: #08080A;
}*/

.left-img {
    float: left;
    width: 290px;
    margin-bottom: 40px;
}

.right-description {
    float: right;
    text-align: left;
    width: calc(100% - 330px);
}


.left-img img {
    float: left;
    width: 100%;
    height: auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.current-events.upcoming .completo {
    display: inline-block;
    font-size: 20px;
    color: #FFF;
    text-transform: uppercase;
    padding: 10px 20px;
    background-color: #08080A;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 25px;
}


.current-events.upcoming .completo:hover {
    background-color: #08080A;
    color: #fff;
}


.current-events.intro h1.title-event {
    font-size: 50px;
    color: var(--mainColor);
    font-weight: 300;
    margin-top: 65px;
    padding-bottom: 33px;
    margin-bottom: 33px;
    border-bottom: 1px solid var(--mainColor);
    font-family: 'Roboto', sans-serif;
}

.no-events {
    text-align: center;
}

.no-events h1.title-event {
    text-align: center;
    font-size: 50px;
    color: var(--mainColor);
    font-weight: 300;
    margin-top: 65px;
    padding-bottom: 33px;
    margin-bottom: 33px;
    border-bottom: 1px solid var(--mainColor);
    font-family: 'Roboto', sans-serif;
}


.current-events.intro {
    color: #FFF;
    background-color: #08080A;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 0px;
}


.current-events.upcoming {
    border-bottom: 0px;
    margin-bottom: 0px;
}

.current-events.upcoming .event h1 {
    color: #08080A;
}

.current-events.upcoming .event p {
    color: #08080A;
}

.current-events.upcoming .event h4 {
    color: #08080A;
}

.current-events.upcoming .event .scarica-locandina {
    float: right;
    color: #08080A;
    text-decoration: none;
}

.current-events.upcoming .event .scarica-locandina:hover {
    float: right;
    color: #0099ff;
}

.current-events.upcoming .event-description .condividi a:hover {
    color: #08080A;
}


.current-events.upcoming a.btn-event {
    color: #FFF;
    background-color: #0099ff;
}

.current-events.upcoming a.btn-event:hover {
    color: #FFF;
    background-color: #08080A;
}


.current-events.passati .event h1 {
    color: #08080A;
}

.current-events.passati .event p {
    color: #08080A;
}

.current-events.passati .event h4 {
    color: #08080A;
}

.current-events.passati .event .scarica-locandina {
    float: right;
    color: #08080A;
    text-decoration: none;
}

.current-events.passati .event .scarica-locandina:hover {
    float: right;
    color: #0099ff;
}

.current-events.passati .event-description .condividi a:hover {
    color: #08080A;
}

.current-events.passati {
    background-color: #EBEBEB;
    padding: 40px 0px 120px 0px;
    text-align: center;
    margin-bottom: 0px;
}

.current-events.passati a.btn-event:hover {
    color: #FFF;
    background-color: #08080A;
}

.current-events.passati a.btn-live img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.current-events.passati a.btn-live {
    color: #6B7376;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.current-events.passati a.btn-live:hover {
    color: #08080A;
}

.current-events.passati h1.title-event {
    color: #08080A;
    border-bottom: 1px solid #08080A;
}

.current-events.passati .event h2 {
    color: #08080A;
}
.page-comitato .page-main{
    background-color: #FFF;
    text-align: center;
    color: #08080A;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 40px;
}
.footer-pages-internal {
    display: flex;
    padding: 95px 0px;
    background-color: #FFF;
    justify-content: center;
}

.footer2 {
    display: inline-block;
    width: 100%;
    background-color: #08080A;
    text-align: center;
    /* padding: 60px 0px;*/
}

.footer2 #logo_wrapper {
    margin: 0 auto;
    padding-top: 1rem;
    display: flex;
    max-width: 140px;
    flex-direction: column;
}

.social-box {
    display: inline-block;
    width: 100%;
    margin: 30px 0
}

.social-box a {
    display: inline-block;
    margin: 0px 10px;
    color: var(--mainColor);
    font-size: 25px;
}

.social-box a:hover {
    color: #FFF;
}

.social_link {
    display: inline-block;
    font-size: 40px;
    margin: 1.5rem 0;
    background: black;
    color: white;
    padding: 13px 4px;
    border-radius: 50%;

}

.menu-footer {
    display: inline-block;
    /*max-width:850px;*/
    border-bottom: 1px solid var(--mainColor);
    text-align: center;
    padding: 0px 30px;
    margin-bottom: 30px;
}

.menu-footer a {
    display: inline-block;
    padding: 17px 20px;
    text-decoration: none;
    color: var(--mainColor);
    font-size: 18px;
}

.text-footer {
    display: inline-block;
    max-width: 850px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    margin-bottom: 30px;
}

.menu-mobile {
    display: none;
}

.menu {
    display: block;
}

.fixed-header {
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
    margin: 0px !important;
    width: 100% !important;
    padding: 0px !important;
    background-color: #FFF !important;
    z-index: 10 !important;
    border-bottom: 3px solid #000 !important;
}


.container-contatti {
    float: left;
    width: 100%;
    background-image: url(/public/assets/images/astronomia-images/sfondo2022.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    text-align: center;
    color: #FFF;
    padding-bottom: 71px;
    border-bottom: 20px solid var(--mainColor);
    min-height: 250px;
    position: relative;
}

.container-contatti .container-text-contatti {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.container-contatti .container-text-contatti h1 {
    font-size: 77px;
    font-family: 'Roboto Condensed', sans-serif;
    display: inline-block;
    max-width: 600px;
    line-height: 25px;
    font-weight: 600;
    width: 100%;
}


.container-contatti .container-text-contatti h2 {
    font-size: 23px;
    display: inline-block;
    max-width: 600px;
    line-height: 25px;
    margin-top: 20px;
    width: 100%;
}

.container-prenotazione {
    float: left;
    width: 100%;
    margin-top: -60px;
    padding-bottom: 100px;
    background-color: #F1F1F1;
}

.inner-prenotazione {
    box-shadow: 0 -0.3125rem 0 0 var(--mainColor), 0 0.125rem 1.875rem 0 rgb(0 0 0 / 6%);
    display: inline-block;
    position: relative;
    border-top: 3px solid var(--mainColor);
    max-width: 800px;
    background-color: #FFF;
    min-height: 300px;
    margin: 0px 30px;
    padding: 40px 40px;
}

.inner-prenotazione h1 {
    display: inline-block;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #0099ff;
    line-height: 0.1em;
    margin: 40px 0 40px 0;
}

.inner-prenotazione h1 span {
    background: #fff;
    padding: 0 10px;
    font-size: 19px;
    font-weight: 400;
    text-transform: uppercase;
}

.form-group {
    float: left;
    margin: 15px;
    text-align: left;
    min-height: 115px;
}

.form-group.col-50 {
    width: calc(50% - 30px);
}

.form-group.col-100 {
    width: calc(100% - 30px);
}

.form-group.col-33 {
    width: calc(33% - 30px);
}

.form-group label {
    font-size: 18px;
}

.form-group input,
.form-group select,
.form-group textarea {
    background-color: #f3f5f8;
    border: 0px;
    font-size: 16px;
    padding: 13px;
    width: calc(100% - 26px);
    display: inline-block;
    margin: 10px 0 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Roboto Condensed', sans-serif;

}

.form-group input[type='radio'],
.form-group input[type='checkbox'] {
    display: inline-block;
    width: auto;
    zoom: 1.6;
    margin-right: 6px;
    vertical-align: middle;
}

.privacy-form div {
    display: inline-block;
    width: 100%;
}

.privacy-form div span {
    display: inline-block;
    width: calc(100% - 35px);
    vertical-align: middle;
}

.btn-submit {
    display: inline-block;
    font-size: 20px;
    color: #FFF;
    text-transform: uppercase;
    padding: 10px 20px;
    background-color: var(--mainColor);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 40px;
    margin-top: 40px;
    border: 0px;
    cursor: pointer;
}

.btn-submit:hover {
    color: var(--mainColor);
    background-color: white;
    border: 1px solid var(--mainColor);
}

.form-group small {
    color: #898888;
    font-size: 12px;
}

.form-title {
    margin-top: 80px !important;
}


h2.title-plenaria {
    font-size: 59px !important;
    font-family: 'Roboto Condensed', sans-serif;
    display: inline-block;
    max-width: 600px;
    line-height: 52px;
    font-weight: 600;
    width: 100%;
}

.container-form-meeting {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.container-form-meeting .form-group {
    display: inline-block !important;
    float: none !important;
    text-align: center !important;
}

.plenaria-page {
    float: left;
    width: 100%;
    background-image: url(/public/assets/images/astronomia-images/sfondo2022.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #FFF;
    padding-bottom: 71px;
    border-bottom: 20px solid #0099ff;
    height: calc(100% - 20px);
    position: relative;
    background-color: #050505;
}

.plenaria-page .inner-header {
    margin-top: 40px;
}

.plenaria-page .menu a {
    color: #FFF;
}

.plenaria-page .menu a:hover {
    color: #0099ff;
}

.plenaria-page .fixed-header .menu a {
    color: #08080A !important;
}

.plenaria-page .fixed-header .menu a.selected {
    /*color:#FFF !important;*/
    color: var(--mainColor);
}

.plenaria-page .fixed-header .menu a.selected:hover {
    color: #08080A !important;
}

.plenaria-page .fixed-logo {
    display: none !important;
}

.plenaria-page .fixed-header .fixed-logo {
    display: block !important;
}

.plenaria-page .fixed-header .nofixed-logo {
    display: none !important;
}


.plenaria-page .fixed-header .menu a:hover {
    color: #0099ff !important;
}

.plenaria-page h2 {
    color: #0099ff;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 20px;
}

.logo-plenaria {
    position: absolute;
    left: 50px;
    top: -40px;
}

.container-conferenza {
    min-height: 500px;
    display: inline-block;
    width: 100%;
    height: calc(100vh - 150px);
    /*border:1px solid blue;*/
    position: relative;
}

.container-iframe {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.videoiframe {
    width: calc(800px - 0px);
    background-color: #000;
}


.plenaria-attesa-body {
    background-image: url(/public/assets/images/astronomia-images/plenaria-attesa.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #1C1D3B;
}


#back-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    z-index: 10;
}

#back-top a {
    width: 44px;
    display: block;
    text-align: center;
    font: 12px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top a:hover {
    color: var(--mainColor);
}


/* arrow icon (span tag) */

#back-top div {
    width: 44px;
    height: 44px;
    display: block;
    margin-bottom: 7px;
    /* rounded corners */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5;
    border-radius: 5;
    /* background color transition */
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    background-color: #08080A;

}

#back-top a:hover div {
    background-color: var(--mainColor);
}

#back-top a div .mdi {
    font-size: 26px;
    line-height: 45px;
    color: #FFF;
}

.text-intro-list {
    color: #08080A;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px !important;
    line-height: 26px;
    margin-top: 60px !important;
}

.intro-home-homepage .fixed-header {
    background-color: #08080A !important;
}

#about_logo_main h5 {
    font-weight: bold;
}

#about_logo_main img {
    margin-top: 20px;
    max-height: 100px
}


@media only screen and (max-width: 1441px) {
    .right-home .info-home {
        text-align: left;
        width: 100%;
    }
}

@media only screen and (max-width: 1400px) {


    .riservato-scuole3 {
        display: inline-block;
        margin-left: 0;
        font-size: 14px;
        z-index: 0;
        font-style: italic;
        line-height: 15px;
        background-color: #F1F1F1;
        width: calc(100% - 50px);
        color: var(--mainColor);
        font-weight: bold;
        font-family: 'Lato', sans-serif;
        border: 1px solid #c4c4c4;
        padding: 12px 20px 10px 25px;
        position: relative;
        margin-top: -20px;
        margin-bottom: 30px;
        border-radius: 25px !important;

    }

    .logo-plenaria {
        display: none;
    }


    .plenaria-page .inner-header {
        margin-top: 0px;
    }

    .inner-header .main-logo {
        visibility: visible !important;
    }


    .inner-header {
        display: inline-block;
        width: calc(100% - 0px);
        margin: 0px 0px;
        position: relative;
    }


    .inner-default {
        display: inline-block;
        width: calc(100% - 60px);
        margin: 0px 30px;

    }

    .inner-default.inner-eventi {
        display: inline-block;
        width: calc(100% - 90px);
        margin: 0px 30px 0px 60px;
    }

    #button-link-videos {
        font-size: 0.75em;
        width: 50%;
    }

    .condividi {
        left: 22px;
    }

    .main-logo-header {
        width: 312px;
        margin-top: 0px;
        margin-left: 30px;
    }

    .menu {
        margin-right: 30px;
    }

    .current-events.passati a.btn-live span {
        display: inline-block;
        width: calc(100% - 65px);
    }

    .left-img {
        float: left;
        width: 290px;
        margin-bottom: 40px;
        margin-left: 0px;
    }


    .event-description .condividi {
        left: -8px;
    }


    .event-relator .left-img {
        margin-left: 0px !important;
    }

}


.intro-home-homepage .no-fixed-header .main-logo {
    display: none;
}

@media only screen and (min-width: 1031px) {
    .menu {
        display: block !important;
    }

    .inner-menu-top {
        max-width: 1360px;
    }

    .intro-home-homepage .fixed-header .main-logo {
        float: left;
        margin: 20px 0px 0px 0px;
        text-decoration: none;
        color: white;
        font-weight: 600;
        font-size: 1.5rem;
    }

}


@media only screen and (max-width: 1030px) {
    .inner-header-home .menu a {
        color: #08080A;
    }

    .inner-header-home .menu a.selected {
        color: #FFF;
        background-color: var(--mainColor);
    }

    .intro-home-homepage .condividi {
        top: 85px;
    }

    .menu-mobile {
        display: block;
        position: absolute;
        right: 25px;
        top: 17px;
        font-size: 32px;
        font-weight: 800;
        cursor: pointer;
    }

    .menu {
        display: none;
        position: absolute;
        top: 69px;
        background-color: #FFF;
        padding: 20px;
        width: calc(100% - 40px);
        margin: 0px;
        left: 0px;
        z-index: 100;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.28);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.28);
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.28);
    }

    .intro-home-homepage {
        background-position: left;
    }

    .right-home #landing-image #logo-astronomia {
        margin: 0 -35px -90px 0;
        right: 175px;
        max-width: 30%;
    }

    .event h1 {
        font-size: 37px;
    }

    .event h3 {
        width: 50%;
        font-size: 25px;
    }

    .event .scarica-locandina {
        margin-top: 5px;
    }

    .main-logo-header {
        margin-left: 0px;
    }

    .menu a {
        display: inline-block;
        margin: 0px 0px 0px 0px;
        font-size: 17px;
        color: #08080A;
        padding: 19px 0px;
        text-decoration: none;
        font-weight: 400;
        width: 100%;
        text-align: center;
    }

    .inner-header .main-logo {
        float: none;
        display: inline-block;
        margin: 20px 65px 20px 0px;
        text-decoration: none;
        color: var(--mainColor);
        font-weight: 600;
        font-size: 1.25rem;
    }

    .intro-home-homepage .main-logo {

        text-decoration: none;
        color: white;
        font-weight: 600;
        font-size: 1.25rem;
        float: none;
        display: inline-block;
       /* visibility: visible !important; DA MODIFICARE */
        margin: 25px 0;
        margin-right: 65px;
    }

    .plenaria-page .menu a {
        color: #08080A !important;
    }

    .plenaria-page .menu a:hover {
        color: #0099ff !important;
    }


}

.second-block {
    display: none;
}

@media only screen and (max-width: 950px) {
    #heart-image {
        top: 30px;
    }

    #heart-image img {
        width: 80%;
    }

    .left-home {
        display: none;
    }

    .right-home {
        float: right;
        width: calc(100% - 20px) !important;
        padding-right: 20px !important;
    }

    .right-home #landing-image #logo-astronomia {
        margin: 0 -55px -170px 0;
        right: 175px;
        max-width: 25%;
    }

    .condividi {
        right: 20px !important;
    }

    a.btn-event2 {
        max-width: 32%;
        margin-bottom: 20px;
    }

    .second-block {
        display: block;
        width: calc(100% - 20px) !important;
        padding-right: 20px !important;
        text-align: center !important;
    }

    .second-block .container-banner {
        float: none;
        display: inline-block;
        width: 80%;
    }

    .second-block h1 {
        font-size: 17px;
    }

    .right-home h5 {
        font-size: 19px;
        line-height: 29px;
        width: calc(100% - 0px);
    }

    #myModal .modal-content {

        height: 60%;
        width: 95%;
        max-width: 82%;
        max-height: 100%;
    }

    #myModal .close {
        top: 10px;
        right: 10px;
    }

}

@media only screen and (max-width: 768px) {

    .right-home #landing-image #logo-astronomia {
        margin: 0 -60px -20% 0;
        right: 175px;
        max-width: 25%;
    }

    .home-banners img {
        display: inline-block;
        display: inline-block;
        width: calc(90% - 0px);
        margin: 17px 0px;
    }


    .plenaria-page .inner-header {
        margin-top: 0px;
    }

    .container-iframe {

        width: calc(100% - 60px);
        transform: translate(-50%, -56%);
    }

    .container-conferenza {
        min-height: 400px;
    }

    .plenaria-page h2 {
        font-size: 20px;
    }

    .videoiframe {
        width: calc(100% - 0px);
        background-color: #000;
    }

    .inner-header {
        display: inline-block;
        width: calc(100% - 0px);
        margin: 0px 0px;
    }

    .form-group.col-50 {
        width: calc(100% - 30px);
    }

    .form-group.col-100 {
        width: calc(100% - 30px);
    }

    .form-group.col-33 {
        width: calc(100% - 30px);
    }

    .form-group label {
        font-size: 18px;
    }

    .inner-prenotazione {


        margin: 0px 0px;
        padding: 40px 20px;
    }

    .container-prenotazione {
        margin-top: -16px;
    }

    .container-contatti .container-text-contatti h1 {
        font-size: 40px;
    }

    .inner-default {
        display: inline-block;
        margin: 0;
        width: calc(100% - 45px);
    }

    #button-link-videos {
        font-size: 0.5em;
        width: 85%;
    }

    .main-logo-header {
        width: 240px;
        margin-top: 7px;
    }

    .left-img {
        float: left;
        width: 100%;
        margin-bottom: 40px;
    }

    .right-description {
        float: right;
        text-align: left;
        width: calc(100% - 0px);
    }

    .current-events.passati a.btn-live img {
        vertical-align: top;
    }

    .current-events.passati a.btn-live span {
        display: inline-block;
        width: calc(100% - 65px);
    }

}


@media only screen and (max-width: 1200px) {

    #heart-image {
        top: 30px;
    }

    #heart-image img {
        width: 70%;
    }

    .intro-home {
        min-height: 616px;
        height: auto;
    }

    .footer-loghi .left {
        margin-right: 0px;
    }

    .inner-content {
        display: inline-block;
        width: calc(95% - 0px);
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .inner-content-home {
        display: inline-block;
        width: calc(100% - 60px);
        margin: 0px 30px;
    }

    .footer-loghi {
        display: inline-block;
        width: calc(100% - 0px);
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .footer-loghi img {
        padding: 0px 9px;
        height: 102px;
    }

    .footer h5 {
        text-align: center;
        padding-bottom: 10px;
        padding-left: 0px;
    }

    .left-home {
        float: left;
        width: 44%;
        padding-top: 50px;
        text-align: left;
    }

    .left-home img {
        width: 100%;
        height: auto;

    }

    .right-home {
        float: right;
        width: calc(53% - 30px);
        padding-right: 30px;
    }

    .inner-header-home {
        display: inline-block;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 30px;
    }


    .footer-pages-internal {
        padding: 20px 0px 0px 0px;
    }

}

@media only screen and (max-width: 950px) {
    #heart-image {
        top: 30px;
    }

    #heart-image img {
        width: 80%;
    }
}

@media only screen and (max-width: 700px) {
    .right-home .info-home.w-50 {
        min-width: 100%;
        width: 49%;
        margin-bottom: 1rem;
    }
    .footer h5 {
        text-align: center;
        padding-bottom: 10px;
        padding-left: 0px;
    }

    .footer-pages-internal {
        padding: 20px 0px 0px 0px;
    }

    .left-home {
        float: left;
        width: 100%;
        padding-top: 50px;
        text-align: center;
    }

    .intro-home {
        min-height: auto;
        height: auto;
        padding-bottom: 30px;
    }


    .right-home {
        float: right;
        width: calc(100% - 0px);
        padding-left: 0px;
    }

    .footer-loghi .right {
        display: inline-block;
        margin-top: 0px;
        padding-top: 30px;
        border-top: 1px solid #dadada;
    }

    .footer-loghi img {
        padding: 0px 9px;
        max-width: 90%;
        height: auto;
        max-height: 89px;
    }

    .inner-content {
        display: inline-block;
        width: calc(100% - 0px);
        position: static;
        left: 0%;
        top: 0%;
        transform: none;
    }

    .right-home h1 {
        margin-top: 30px;
        font-size: 60px;
    }

    .right-home h2 {
        margin-top: 30px;
        font-size: 20px;
    }

    .right-home h3 {
        margin-top: 47px;
        font-size: 28px;

    }

    .right-home h4 {
        margin-top: 10px;
        margin-bottom: 35px;
        font-size: 18px;
    }

    .timer {
        font-size: 14px;
        margin-bottom: 40px;
    }

    #about_logo_main img {
        max-width: 90%
    }


}

.info-home a {
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
}

.info-home a:hover {
    color: var(--mainColor);
}

@media only screen and (max-width: 425px) {

    /*.right-home #landing-image{
        padding-left: 4rem;
    }*/
    #heart-image img {
        width: 90%;
    }

    .right-home #landing-image #logo-astronomia {
        margin: 0 -70% 56% 0;
        right: 175px;
        max-width: 25%;
    }

    .right-home h3, .right-home h4, .right-home h5, .right-home #old-events, .right-home .info-home.contacts {
        padding-left: 0;
    }

    .right-home .info-home div:not(:first-child) {
        margin: 12px 10px 0px 10px;
    }

    .right-home #landing-contents {
        padding-left: 0;
    }

    .current-events h1.title-event {
        font-size: 35px;
    }

    .container-banner-contatti img {
        max-width: 100%
    }
}
.hidden{
    visibility:hidden !important;
}