.a-menuItem {
    color: white;
	text-decoration: none;
	-moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.a-menuItem:hover {
    color: white;
	-moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

a{
    text-decoration: none;
    color: black;
}

li{
    margin: 15px 0;
}

.a-orange{
    color: #f15a24;
    font-weight: bold;
    text-decoration: none;
}

.a-orange:hover{
    color: black;
}

body {
 	height: 100%;
	margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
	font-family: 'Montserrat', sans-serif;
}

.ritch-cont,
.ritch-cont p,
.ritch-cont span {
    font-family: 'Montserrat', sans-serif !important; 
}
.ritch-cont ul {
    width: 100%;
    box-sizing: border-box;
    list-style-type: disc;
    padding-left: 18px;
}
.ritch-cont p,
.ritch-cont li {
    line-height: 22px;
}

.ritch-cont ol {
    width: 100%;
    box-sizing: border-box;
    list-style-type:decimal;
    padding-left: 18px;
}
.ritch-cont li {
    float: left;
    width: 100%;
}
.ritch-cont img {
    max-width: 100% !important;
    height: auto !important;
}
.ritch-cont blockquote {
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    margin: 25px 0px;
    float: left;
}

.cover-photo{
    background-image: url(/static/sito/img/img_base.png);
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
    background-attachment: fixed;
    height: 460px;
    width: 100%;
    z-index: 0;
    position: absolute;
}
.cover-photo-small{
    background-image: url(/static/sito/img/img_base.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    height: 460px;
    width: 100%;
    z-index: 0;
    position: absolute;
    display:none;
}
.light{
    font-weight: 300;
}

.heavy{
    font-weight: 900;
}

.nav-bar{
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    height: 60px;
    width: 95%;
    color: white;
    border-bottom: 1px white solid;
    z-index: 9999;
    position: relative;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.75);
}

.nav-bar-logo{
    display: inline-block;
    float: left;
    color: white;
    max-width: 20%;
    text-decoration: none;
    text-align: left;
    padding-top: 20px;
    font-family:'Montserrat', sans-serif;
    font-size: 20px;
}

.menu-bar{
    text-align: right;
    padding-top: 20px;
    font-size: 20px;
}

.li-paragraph{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 20px;
    color:black;
    text-align: left;
    font-weight: 900;
    text-transform: uppercase;
}

.li-paragraph:hover{
    color: #f15a24;
}

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

.li-menu {
    display: inline;
}

.menuItem{
    font-style: normal;
    padding: 0px 10px 15px 10px;
    font-family:'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 800;
    border-bottom: 5px solid transparent;
}

.menuItem-active{
    border-bottom: 5px white solid;
}

.menuItem:hover{
    border-bottom: 5px white solid;
}

.square-logo{
    position: relative;
    width: 80%;
    max-width:480px;
    height:auto;
    margin-top: 60px;
    z-index: 9998;
}

.logo-div-right{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    /*margin-top: 100px;*/
    width: 95%;
    max-width: 1280px;
    z-index: 9991;
}


.fake-container{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    width: 95%;
    max-width: 1280px;
    height: 220px;

    background-color: white;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
}

.page-container{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: -220px;
    width: 95%;
    max-width: 1280px;
    z-index: 9991;
    background-color:white;
}

.left-container{
    display: block;
    float: left;
    position: relative;
    width: calc(60% - 40px);
    padding: 20px 20px 20px 20px;
}

.left-container, .resources{
    width: calc(70% - 40px);
    display: block;
    float: left;
    position: relative;
    padding: 20px 20px 20px 20px;
}

.right-container{
    display: block;
    float: left;
    position: relative;
    width: 40%;
}

.right-container, .resources {
    display: block;
    float: left;
    position: relative;
    width: 30%;
}


.full-container{
    display: block;
    float: left;
    width: calc(100% - 40px);
    max-width: 1240px;
    padding: 20px 20px 20px 20px;
}
.grey {
    background:#EEEEEE;
}

.half-container-left{
    position: relative;
    display: block;
    float: left;
    width: calc(50% - 40px);
    padding: 0px 20px 0px 20px;
    margin-top: 20px;
}

.half-container-right{
    position: relative;
    display: block;
    float: left;
    width: calc(50% - 20px);
    padding: 0px 0px 20px 0px;
    margin-top: 20px;
}

.title {
    font-family: 'Petit Formal Script', cursive;
    font-size: 30px;
    line-height: 33px;
    text-align: left;
    color:black;
    margin-bottom: 20px;
}

p{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #808080;
    text-align: left;
}

.active-tab{
    display: block;
    float: left;
    position: relative;
    width: 50%;
    height: 60px;
    -webkit-box-shadow: 10px 0px 10px -5px rgba(0,0,0,0.25);
    -moz-box-shadow: 10px 0px 10px -5px rgba(0,0,0,0.25);
    box-shadow: 10px 0px 10px -5px rgba(0,0,0,0.25);
    z-index: 9999;
}

.non-active-tab{
    display: block;
    float: left;
    width: 50%;
    height: 60px;
    background-color:#f2f2f2;
}

.tab-text{
    font-weight: 900;
    line-height: 60px;
    color: #f15a24;
    padding-left:20px;
    text-align: left; 
    margin-top: 0px;
}

.titolo-form{
    display: inline-block;
    margin-top: 20px;
    font-weight: 300;
    color: black;
    text-align: center;
}

.form-container{
    width: 100%;
}

.input-text{
    width: calc(100% - 60px);
    height: 20px;
    border: 1px solid #e5e5e5;
    padding: 20px;
    line-height: 60px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

.input-text-full{
    width: 90%;
    max-width: 610px;
    height: 20px;
    border: 1px solid #e5e5e5;
    padding: 20px;
    line-height: 60px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

.form-info{
    width: 30%;
    display: block;
    float: left;
    text-align: left;
    margin-top: 10px;
    padding-left: 3.5%;
    color: #f15a24;
    line-height: 15px;
    font-size: 12px;
    font-weight: bold;
}

.orange-link{
    width: 50%;
    display: block;
    float: left;
    text-align: left;
    margin-top: 10px;
    color: #f15a24;
    line-height: 15px;
    font-size: 12px;
    font-weight: bold;
}

.download-orange-link{
    width: 50%;
    display: block;
    float: left;
    text-align: left;
    margin-top: 20px;
    color: #f15a24;
    line-height: 15px;
    font-size: 12px;
    font-weight: bold;
}

.privacy-info{
    width: 50%;
    color:#808080;
    display: block;
    float: left;
    text-align: left;
    margin-top: 10px;
    padding-left: 3.5%;
    line-height: 15px;
    font-size: 12px;
    font-weight: bold;
}

.privacy-link{
    color: #f15a24;
}

.login-button{
    height: 58px;
    width: auto;
    float: right;
    margin-right: 20px;
    background-color: #06097f;
    line-height: 60px;
    font-weight: 900;
    color: white;
    border: 1px solid #06097f;
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    outline: none;
    text-align: center;
    padding: 0px 10px 0px 10px;
    text-transform: uppercase;
}

.login-button:hover{
    color: #06097f;
    background-color: white;
}

.category-list{
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-top: 15px;
    padding: 0px 5px 0px 5px;
}

.view-all{
    float: right;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-right: 10px;
}

.label-container{
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.back-button{
    height: 58px;
    width: 120px;
    float: left;
    background-color: #f15a24;
    line-height: 60px;
    font-weight: 900;
    text-align: center;
    color: white;
    border: 1px solid #f15a24;
    margin-top: -70px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    outline: none;
}

.back-button:hover{
    color: #f15a24;
    background-color: white;
}


.card-label-detail-orange{
    display: block;
    float: left;
    color: white;
    height: 20px;
    width: auto;
    position: relative;
    z-index: 9999;
    background-color: #f15a24;
    line-height: 20px;
    font-weight: 800;
    padding:5px 10px 5px 10px;
    margin-right: 20px;
    font-size:12px;
    text-transform: uppercase;    
}

.card-label-detail-black{
    display: block;
    float: left;
    color: white;
    height: 20px;
    width: auto;
    position: relative;
    z-index: 9999;
    background-color: black;
    line-height: 20px;
    font-weight: 800;
    padding:5px 10px 5px 10px;
    margin-right: 10px;
    font-size:12px;
}

.info-detail{
    display: block;
    float: left;
    width: 50%;
    font-size: 15px;
    line-height: 20px;
    color: black;
}

.card{
    display: inline-block;
    float: left;
    width: calc(25% - 35px);
    height: 200px;
    padding: 5px;
    margin-right: 25px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    position: relative;
    background: #FFFFFF;
}

.card:nth-child(4n+0){
    margin-right: 0px;
}



.card-label{
    color: white;
    height: 20px;
    width: auto;
    position: absolute;
    z-index: 9999;
    background-color: #f15a24;
    line-height: 20px;
    font-weight: 800;
    padding:5px 10px 5px 10px;
    font-size:12px;
    text-transform: uppercase;
}

.card-label-full{
    color: white;
    height: 20px;
    width: calc(100% - 70px);
    display: block;
    float: left;
    position: absolute;
    z-index: 9999;
    background-color: #f15a24;
    line-height: 20px;
    font-weight: 800;
    padding:5px 10px 5px 10px;
    font-size:12px;
    text-transform: uppercase;
}

.card-language{
    color:white;
    height: 5px;
    width: auto;
    background-color: black;
    line-height: 5px;
    font-size: 10px;
    position: absolute;
    padding:5px 10px 5px 10px;
    z-index: 9999;
    bottom:0px;
    right: 0px;
    text-transform: uppercase;
}

.card-image{
    width: 100%;
    height: 145px;
    position:relative;
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.card-title{
    color: black;
    margin-top: 5px;
    font-weight: 800;
    line-height: 18px;
    text-align: left;
}

.card-title-detail{
    color: black;
    margin-top: 5px;
    font-weight: 800;
    line-height: 18px;
    text-align: left;
    padding-bottom:20px;
    border-bottom: 1px solid #e5e5e5;
}

div.category-title { 
    background: #00a015;
    padding: 10px;
    color: white;
}
div.category-title a { color: white;  } 

.card-info{
    display: none;
    width: calc(100% - 10px);
    float: left;
    height: 30px;
    border-top: 1px solid #e5e5e5;
    color: black;
    font-size: 12px;
    line-height: 14px;
    bottom: 5px;
    position: absolute;
    left:5px;
    font-weight: normal;
}

.info{
    margin-top:5px;
    width: 50%;
    text-align: left;
    display: block;
    float: left;
}

.highlight-card{
    width: calc(100% - 20px);
    padding-top: 20px;
    font-weight: 400;
}

.highlight-image{
    width: 100%;
    height: 300px;
    position:relative;
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.detail-image{
    width: 100%;
    height: auto;
    position:relative;
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.event-card{
    display: inline-block;
    float: left;
    width: calc(25% - 20px);
    height: 220px;
    padding: 5px;
    margin-right: 10px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    position: relative;
    background: #FFFFFF;
}

.category-title {
    color: black;
    margin-top: 5px;
    font-weight: 800;
    line-height: 18px;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    text-transform: uppercase
}

.footer{
    display: block;
    text-decoration: none;
    text-align: left;
    height: 90px;
    width: 95%;
    color:#808080;
    border-top: 1px #e5e5e5 solid;
    margin:auto;
    margin-top: 40px;
    z-index: 9999;
    font-size: 12px;
    padding-top: 10px;
}

.footer-content{
    display: block;
    float: left;
    width: 40%;
    height: 110px;
    margin-left:30%;
}

.footer-img{
    display: block;
    float: left;
    width: calc(33% - 40px);
    margin: 20px 20px 0px 20px;
    height: 80px;

}

.footer-copyright {
    clear:both; 
    text-align: center; 
    padding:10px;
}
.footer-copyright a {
    margin-left:10px;
}
.social-container{
    width: 32.3%;
    display: inline-block;
    text-align: right;
    height: 31px;
}

.icona{
    height: 30px;
    width: 30px;
    font-size: 30px;
    line-height: 30px;
    margin-right: 15px;
    margin-top:10px;
}

.icona:nth-child(4n+0){
    margin-right: 0px;
}

.hidden{
    display: none;
}

.pointer {
    cursor: pointer;
}

.download-attachment{
    display: block;
    float: left;
    width: 100%;
}

.download-icon{
    display: block;
    float: left;
    width: 50px;
    margin-top: 10px;
    text-align: left;
    font-size:30px;
    line-height: 30px;
}

.detail-img-info{
    display: block;
    float: left;
    width: 100%;
    height: 50px;
    margin-top: 10px;
}

/* DROPDOWN */ 
.dropbtn {
    color: white;
    cursor: pointer;
}
  
.dropdown-content {
    display: none;
    position: absolute;
    width: auto;
    z-index: 1;
    right: 0px;
    margin-top: 20px;
}

.dropdown-content a {
    color: white;
    font-size: 15px;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
    display: block;
    border-bottom: 2px solid transparent;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
  
.dropdown-content a:hover {
    border-bottom: 2px solid white;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
  
.dropdown:hover .dropdown-content {
    display: block;
}

.accept-area{
    max-width: 610px;
    width: 100%;
    color:#808080;
    display: block;
    float: left;
    text-align: left;
    margin-top: 10px;
    margin-bottom:10px;
    line-height: 17px;
    font-size: 15px;
    font-weight: bold;
}

.accept-text{
    width: 100%;
    display: block;
    float: left;
    line-height: 60px;
}

.upload-button{
    height: 60px;
    width: 120px;
    display: block;
    float: left;
    background-color: #06097f;
    line-height: 60px;
    font-weight: 900;
    color: white;
    border: 1px solid #06097f;
    font-family: 'Montserrat', sans-serif;
    outline: none;
    position: relative;
}

.upload-button:hover{
    color: #f15a24;
    background-color: white;
}

.upload-file{
    width: 120px;
    height: 60px;
    top: 0px;
    position: absolute;
    right: 0px;
    z-index: 9999;
    opacity: 0;
}

.file-upload-filename{
    display: inline;
    font-size: 10px;
    font-style: italic;
}


.radio {
    width: 20px;
    height: 20px;
}

textarea {
    display: block;
    float: left;
    margin-top:10px;
    border: 1px solid #e5e5e5;
    max-width: 610px;
    line-height: 60px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    resize: none;
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.description-area{
    width: 100%;
    display: block;
    float: left;
}

.send-form{
    width: 100%;
    display: block;
    float: left;
}

.send-button {
    position: absolute;
    right: 0px;
    bottom: -60px;
    height: 60px;
    width: 120px;
    background-color: #06097f;
    line-height: 60px;
    font-weight: 900;
    color: white;
    border: 1px solid #06097f;
    font-family: 'Montserrat', sans-serif;
    outline: none;
}

.send-button:hover{
    color: #f15a24;
    background-color: white;
}


.a-download{
    color: black;
}

.contact-detail{
    width: 100%;
    height: 500px;
}

@media only screen and (min-width:1024px) and (max-width:1280px) {

    .footer-content{
        display: block;
        float: left;
        width: 100%;
        height: 110px;
        margin-left:0;
    }

    .footer-img{
        display: block;
        float: left;
        width: 33%;
        margin: 0;
        margin-top: 20px;
        height: 80px;
    }

}
/*  TABLET  */
@media only screen and (min-width:768px) and (max-width:1023px) {

    .footer-content{
        display: block;
        float: left;
        width: 80%;
        height: 110px;
        margin-left:10%;
    }

    .footer-img{
        display: block;
        float: left;
        width: 33%;
        margin: 0;
        margin-top: 20px;
        height: 80px;
    }

    .square-logo{
        position: relative;
        margin: auto;
        width: 80%;
        max-width:480px;
        height:auto;
        margin-top: 60px;
        z-index: 9998;
    }


    .menu-bar{
        display: none;
    }

    .nav-bar-logo{
        display: block;
        float: left;
        width: 90%;
        max-width: 90%;
        text-decoration: none;
        text-align: left;
        text-shadow: none;
        padding-top: 20px;
        font-family:'Montserrat', sans-serif;
        font-size: 20px;
    }

    .burger-menu{
        display: block;
        float: left;
        width: 10%;
        text-align: right;
        padding-top: 20px;
        font-size: 20px;
        color: white;
        text-shadow: none;
    }

    #over-box {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        background-color:rgba(255,255,255, 0.98);
        z-index: 9999;
        font-family: Arial, Helvetica, sans-serif;
        font-style: normal;
        overflow-y: auto;
        padding: 0px 0px 20px 0px;
        box-sizing: border-box;
    }


    .a-burgerItem{
        color: black;
        font-weight: 0;
    }

    .burger-list{
        display: block;
        float: left;
        width: calc(100% - 40px);
        height: 20px;
        color: black;
        text-shadow: none;
        font-size: 15px;
        margin: 20px 20px 0px 20px;
    }
   
    .nav-bar-overbox{
        margin-left: auto;
        margin-right: auto;
        text-decoration: none;
        height: 60px;
        width: 95%;
        color: black;
        border-bottom: 1px black solid;
        z-index: 9999;
        position: relative;
        text-shadow: none;
    }

    .nav-bar-logo-burger{
        display: block;
        float: left;
        width: 90%;
        max-width: 90%;
        text-decoration: none;
        text-align: left;
        text-shadow: none;
        padding-top: 20px;
        font-family:'Montserrat', sans-serif;
        font-size: 20px;
    }

    .close-menu{
        display: block;
        float: left;
        width: 10%;
        text-align: right;
        padding-top: 20px;
        font-size: 20px;
        color: black;
    }

    .burger-list{
        display: block;
        float: left;
        width: calc(100% - 40px);
        height: 20px;
        color: black;
        text-shadow: none;
        font-size: 15px;
        margin: 10px 20px 0px 20px;
    }

    .burger-item-left{
        display: block;
        float: left;
        width: 50%;
        height: 20px;
        margin-top: 10px;
        text-align: left;
        margin-bottom: 10px;
    }

    .burger-item-right{
        display: block;
        float: left;
        width: 50%;
        height: 20px;
        margin-top: 10px;
        text-align: right;
        margin-bottom: 10px;
    }

    .burger-item-full{
        display: block;
        float: left;
        width: 100%;
        height: 20px;
        margin-top: 10px;
        text-align: left;
        margin-bottom: 10px;
    }

    .card{
        display: inline-block;
        float: left;
        width: calc(50% - 30px);
        height: 200px;
        padding: 5px;
        margin-right: 20px;
        margin-bottom: 15px;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
        position: relative;
    }

    .event-card{
        display: inline-block;
        float: left;
        width: calc(50% - 20px);
        height: 220px;
        padding: 5px;
        margin-right: 10px;
        margin-bottom: 15px;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
        position: relative;
    }

    .highlight-image{
        width: 100%;
        height: 230px;
        position:relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

}

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

    .card{
        display: inline-block;
        float: left;
        width: calc(50% - 30px);
        height: 200px;
        padding: 5px;
        margin-right: 20px;
        margin-bottom: 15px;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
        position: relative;
    }

    .event-card{
        display: inline-block;
        float: left;
        width: calc(50% - 20px);
        height: 220px;
        padding: 5px;
        margin-right: 10px;
        margin-bottom: 15px;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
        position: relative;
    }


}

/*  SMARTPHONE  */
@media only screen and (min-width:320px) and (max-width:767px) {

    .cover-photo {
        display:none;
    }

    .cover-photo-small {
        display: block;
    }

    .footer-content{
        display: block;
        float: left;
        width: 100%;
        height: 100%;
        margin:0;
        text-align:center;
        margin-bottom: 10px;
    }

    .footer-img{
        display: block;
        float: left;
        width: 100%;
        margin: 20px 20px 0px 20px;
        height: 100px;

    }



    .square-logo{
        position: relative;
        margin: auto;
        width: 40%;
        max-width:240px;
        height:auto;
        margin-top: 60px;
        z-index: 9998;
    }

    .menu-bar{
        display: none;
    }

    .nav-bar-logo{
        display: block;
        float: left;
        width: 90%;
        max-width: 90%;
        text-decoration: none;
        text-align: left;
        text-shadow: none;
        padding-top: 20px;
        font-family:'Montserrat', sans-serif;
        font-size: 20px;
    }

    .burger-menu{
        display: block;
        float: left;
        width: 10%;
        text-align: right;
        padding-top: 20px;
        font-size: 20px;
        color: white;
        text-shadow: none;
    }

    #over-box {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        background-color:rgba(255,255,255, 0.98);
        z-index: 9999;
        font-family: Arial, Helvetica, sans-serif;
        font-style: normal;
        overflow-y: auto;
        padding: 0px 0px 20px 0px;
        box-sizing: border-box;
    }


    .a-burgerItem{
        color: black;
        font-weight: 0;
    }

   
    .nav-bar-overbox{
        margin-left: auto;
        margin-right: auto;
        text-decoration: none;
        height: 60px;
        width: 95%;
        color: black;
        border-bottom: 1px black solid;
        z-index: 9999;
        position: relative;
        text-shadow: none;
    }

    .nav-bar-logo-burger{
        display: block;
        float: left;
        width: 90%;
        max-width: 90%;
        text-decoration: none;
        text-align: left;
        text-shadow: none;
        padding-top: 20px;
        font-family:'Montserrat', sans-serif;
        font-size: 20px;
    }

    .close-menu{
        display: block;
        float: left;
        width: 10%;
        text-align: right;
        padding-top: 20px;
        font-size: 20px;
        color: black;
    }

    .burger-list{
        display: block;
        float: left;
        width: calc(100% - 20px);
        height: 20px;
        color: black;
        text-shadow: none;
        font-size: 15px;
        margin: 10px 10px 0px 10px;
    }

    .title {
        font-family: 'Petit Formal Script', cursive;
        font-size: 20px;
        line-height: 25px;
        text-align: left;
        color:black;
        margin-bottom: 20px;
    }

    .burger-item-left{
        display: block;
        float: left;
        width: 50%;
        height: 20px;
        margin-top: 10px;
        text-align: left;
        margin-bottom: 10px;
    }

    .burger-item-right{
        display: block;
        float: left;
        width: 50%;
        height: 20px;
        margin-top: 10px;
        text-align: right;
        margin-bottom: 10px;
    }

    .burger-item-full{
        display: block;
        float: left;
        width: 100%;
        height: 20px;
        margin-top: 10px;
        text-align: left;
        margin-bottom: 10px;
    }
    
    .left-container{
        display: block;
        float: left;
        position: relative;
        width: calc(100% - 40px);
        padding: 20px 20px 20px 20px;
    }

    .right-container{
        display: block;
        float: left;
        position: relative;
        padding: 0px 20px 0px 20px;
        width: calc(100% - 40px);
    }

    .category-list{
        display: inline-block;
        width: 100%;
        height: 100%;
        margin-top: 30px;
        padding: 0px 5px 0px 5px;
    }

    .card{
        display: inline-block;
        float: left;
        width: calc(100% - 20px);
        height: 200px;
        padding: 5px;
        margin-right: 10px;
        margin-bottom: 15px;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
        position: relative;
    }

    .event-card{
        display: inline-block;
        float: left;
        width: calc(100% - 20px);
        height: 220px;
        padding: 5px;
        margin-right: 10px;
        margin-bottom: 15px;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
        position: relative;
    }

    .footer{
        display: block;
        text-decoration: none;
        text-align: left;
        height: 60px;
        width: calc(100% - 20px);
        color:#808080;
        border-top: 1px #e5e5e5 solid;
        margin-top: 40px;
        z-index: 9998;
        font-size: 12px;
        padding-top: 10px;
    }

    
    .social-container{
        width: 100%;
        display: block;
        text-align: center;
        height: 31px;
    }

    .icona{
        height: 30px;
        width: 30px;
        font-size: 30px;
        line-height: 30px;
        margin-right: 15px;
        margin-top:10px;
        padding-bottom: 10px;
    }

    .back-button{
        height: 40px;
        width: 80px;
        float: left;
        background-color: #f15a24;
        line-height: 40px;
        font-weight: 900;
        text-align: center;
        color: white;
        border: 1px solid #f15a24;
        margin-top: -50px;
        margin-bottom: 10px;
        font-family: 'Montserrat', sans-serif;
        outline: none;
    }

/* PAGINA DETTAGLIO */ 

    .half-container-left{
        position: relative;
        display: block;
        float: left;
        width: calc(100% - 40px);
        padding: 0px 20px 0px 20px;
        margin-top: 20px;
    }

    .half-container-right{
        position: relative;
        display: block;
        float: left;
        width: calc(100% - 40px);
        padding: 0px 20px 0px 20px;
        margin-top: 20px;
    }

    .card-label-detail-orange{
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .card-label-detail-black{
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .highlight-card{
        width: 100%;
        padding-top: 20px;
        font-weight: 400;
    }

    .highlight-image{
        width: 100%;
        height: 170px;
        position:relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
}
