.hiddenL {
    display: none !important;
}
.box_mappa .box_mappa_text p
{
    font-size: 0.79rem;
    font-weight: 100;
    color: #575756;
    padding: 1rem 1.5rem;
}

.box_mappa .box_mappa_content
{
    font-size: 0.79rem;
    font-weight: 100;
    color: #575756;
    margin-bottom: 4rem;
}

.box_mappa #loading
{
    padding-top: 7rem;
    padding-left: 7rem;
    background-color: rgba(255,255,255,0.7);
    height: 60%;
    position: absolute;
    width: 750px;
    z-index: 3;
}

.box_mappa #loading div
{
    background-color: white;
    border: 1px solid #CCC;
    display: block;
    padding: 20px 70px;
    position: absolute;
    left: 27%;
    top: 37%;
    text-align: center;
    color: #333;
}

#mesi .label, .mappa_tipologie .label
{
    color: #666666;
    font-size: 0.8rem;
    margin-top: 10px;
    margin-bottom: 3px;
    text-transform: uppercase;
    text-align: center;
    color: #1C7CBF;
    font-weight: 400;
    padding-left: 9px;
    font-weight: bold;
}

#mesi
{
    margin-bottom: 30px;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

.mese
{
    border: 1px solid #ffffff;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    float: left;
    font-size: 0.75rem;
    font-weight: normal;
    height: 47px;
    margin: 0;
    padding-top: 0.6rem;
    text-align: center;
    width: 67px;
    background-color: rgb(54, 60, 72);
}

.mese.selected
{
    background-color: rgb(129, 254, 30);
    color: rgb(54, 60, 72);
}

.mt
{
    border: 1px solid #ffffff;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    font-size: 0.75rem;
    font-weight: normal;
    height: 33px;
    margin: 0 0 0 3px;
    padding-top: 0.25rem;
    text-align: center;
    width: 100%;
    background-color: #6D6D6D;
}

.mt.selected
{
    background-color: #F9B233;
}

.mappa_tipologie ul
{
    margin: 0;
}

.mese:nth-child(6), .mese:nth-child(10), .mese:nth-child(2){
    margin-left: 2px;
}

.mappa_tipologie
{
    float: left;
}

#contMappa
{
    clear: both;
}

.mappa_viaggi li {
    padding-bottom: 3px;
    padding-top: 3px;
    border-bottom: 1px dashed #ccc;
}

.mappa_viaggi li a {
    color: #3B3B3B;
    font-size: 11px;
    text-decoration: none;
}

.mappaVai a {
    background-color: #BFCFDF;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    color: #000000;
    padding: 2px 9px 3px;
}

.gm-style img {
    max-width: none;
}

.box_mese_popup {
    width: 45px;
    float: left;
    margin: 0 8px 6px 0;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 0;
}

.tassello_mappa1 {
    background-color: #2f9a00;
}

.tassello_mappa2 {
    background-color: #fc9c01;
}

.tassello_mappa3 {
    background-color: #999999;
}

.box_mappa_content img.icona {
    background-color: #fff;
    float: right;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 110px;
}

.gm-style img {
    max-width: none;
}

.containerNaz {
    color: #3B3B3B;
    font-size: 11px;
}

.containerNaz {
    max-height: 300px;
    max-width: 340px;
    height: 200px;
    width: 340px;
    overflow: auto;
    overflow-x: hidden;
}

.gm-style .gm-style-iw {
    font-weight: 300;
    font-size: 13px;
    overflow: hidden;
}

.box_mappa_content img.icona {
    background-color: #fff;
    float: right;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 110px;
}

.gm-style img {
    max-width: none;
}

.box_mappa_content h2 {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 10px;
    margin-top: 0;
    color: #1C7CBF;
    border-bottom: 1px solid #DDDDDD;
}
.gm-style{
    font-family: 'Open Sans', sans-serif;
    /*font-family: LemonMilk !important;*/
}
@media only screen and (max-width: 1019px) and (min-width: 0px) {
    #map{
        float: none!important;
    }
    .box_mappa .box_mappa_content #map{
        width: 100%!important;
        height: 20rem!important;
    }
    .mese:nth-child(6), .mese:nth-child(10), .mese:nth-child(2) {
        margin-left: 0.1%;
    }
    .mese{
        width: 24.9%;
    }
    .mappa_tipologie{
        width:100%;
    }
    .mt {
        margin: 0;
    }
    #mesi{
        overflow: auto;
        height: auto;
        width: auto;
        position: relative;
    }
    .box_mappa_scelte{
        display: block;
        position: relative;
        overflow: auto;
        width: 100%;
    }
    .box_mappa #loading {
        padding-top: 0%;
        padding-left: 15%;
        background-color: rgba(255,255,255,0.7);
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 3;
        top: 0;
    }
    .box_mappa #loading div {
        left: auto;
        top: 40%;
    }
    .box_mappa_content{
        position: relative;
    }
}