


.sent_int{
    font-size:17px;
    line-height:30px;
}


.elenco_tratti {
}


    .elenco_tratti li {
        cursor:pointer;
        background-color: #774c2a;
        margin-top: 10px;
        margin-bottom: 10px;
        padding:6px;
        color:#fff;
    }


        .elenco_tratti li a {
            color: #fff;
        }



        .h1_int {
            font-family: 'Montserrat Alternates', sans-serif !important;
            font-weight: bold;
            font-size: 65px !important;
        }


.h2_int {
    font-size: 24px;
}


.interno_h2 {
    font-size: 23px !important;
}

.interno_h2:before, .interno_h2:after {
    content: "";
    position: absolute;
    height: 6px;
    width: 1500px;
    top: 12px;
    border-radius: 3px;
    background-color: #774c2a;
}

.interno_h2:before {
    left: calc(38% + 30px);
}

.interno_h2:after {
    right: calc(100% + 30px);
}


.date-box img {
	height: 150px;
	object-fit: cover;
	width: 100%;
}



.border_rtop {
    border-radius: 8px;
}


.nome_comune_esplora {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #774c2a;
    padding: 4px 30px;
    z-index: 55555;
    color: #ffffff;
}









.event-block-three .content-box .cat-info_esplora a {
    position: relative;
    display: inline-block;
    font-size: 21px;
    text-transform: capitalize;
    line-height: 20px;
    color: #ffffff;
    background: #774c2a;
    padding: 10px 20px;
    border-radius: 13px;
}




.inner_marker_mappa {
    position: relative;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border:2px solid #774c2a;
    z-index:5 !important;
}


.inner_marker_mappa:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 4px 0 4px;
    border-color: #774c2a transparent transparent transparent;
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
}

.inner_image_mappa {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-size: cover;
    border-radius: 50% !important;
    border: 3px solid #fff !important;
    
}





.sfondo_colonna {
    padding:0px;
}


.riga {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0px;
    width: 100%;
}

 

.sfondo_colonna img {
    margin:2px !important;
    vertical-align: middle;
    width: 100%;
}



.custom_mappa{
    position:absolute !important;
    width:20px;
    height:20px;
    background-color:#774c2a;
    color:#fff !important;
    font-size:15px !important;
}


/*.map .marker {
    display: inline-block;
    cursor: pointer;
    position: relative;
}*/

.map .marker .marker-wrapper {
    -moz-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
    -webkit-transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
    transition: 0.5s cubic-bezier(0, 0.28, 0.45, 1.01);
    position: relative;
    transform-style: preserve-3d;
    width: 37px;
    height: 49px;
}


    .map .marker .marker-wrapper:before {
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        background-color: #774c2a;
        width: 37px;
        height: 37px;
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        z-index: -1;
    }


    .map .marker .marker-wrapper:after {
        text-shadow: none;
        -webkit-font-smoothing: antialiased;
        font-family: 'fontawesome';
        speak: none;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-transform: none;
        -moz-transform: translateZ(-4px);
        -ms-transform: translateZ(-4px);
        -webkit-transform: translateZ(-4px);
        transform: translateZ(-4px);
        content: "\f002";
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        width: 37px;
        height: 37px;
        line-height: 34px;
        font-size: 14px;
        text-align: center;
    }


    .map .marker .marker-wrapper .pin {
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px white;
        -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px white;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px white;
        transform-style: preserve-3d;
        border: 2px solid #774c2a;
        position: absolute;
        top: 0;
        left: 0;
        width: 37px;
        height: 37px;
        background-size: cover;
    }


        .map .marker .marker-wrapper .pin:before {
            -moz-transform: translateZ(-2px);
            -ms-transform: translateZ(-2px);
            -webkit-transform: translateZ(-2px);
            transform: translateZ(-2px);
            -moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
            -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
            box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            border: 2px solid #774c2a;
            content: "";
            z-index: -2px;
            background-color: #774c2a;
            position: absolute;
            top: -2px;
            left: -2px;
            width: 37px;
            height: 37px;
            z-index: 1;
        }


    .map .marker .marker-wrapper:after {
        text-shadow: none;
        -webkit-font-smoothing: antialiased;
        font-family: 'fontawesome';
        speak: none;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        text-transform: none;
        -moz-transform: translateZ(-4px);
        -ms-transform: translateZ(-4px);
        -webkit-transform: translateZ(-4px);
        transform: translateZ(-4px);
        content: "\f002";
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        width: 37px;
        height: 37px;
        line-height: 34px;
        font-size: 14px;
        text-align: center;
    }


    .map .marker .marker-wrapper .pin .image {
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px white;
        -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px white;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px white;
        background-size: cover;
        height: 100%;
        width: 100%;
        position: relative;
        z-index: 2;
    }


        .map .marker .marker-wrapper .pin .image:after {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 8px 4px 0 4px;
            border-color: #774c2a transparent transparent transparent;
            content: "";
            position: absolute;
            bottom: -8px;
            left: 0;
            right: 0;
            margin: auto;
        }


/*************************************/








/*#mappa_avventura {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 500px;
}*/


.avventura_box {
    background-position: 0% 0%;
    width: 100% !important;
    position: relative !important;
    height: 350px !important;
    background-repeat:no-repeat !important;
    vertical-align: top !important;
    background-size: cover !important;
    background-color: rgb(0,0,0);
    background-image: none;
    background-repeat: repeat !important;
    background-attachment: scroll;
}

.etichetta_avventura {
    padding: 2px 10px;
    font-size:12px;
    background-color: #f0dfcd;
    color: #774c2a;
    position: relative;
}


 
.icona{
    position:absolute;
    top:10px;
    right:10px;
    width:40px;
}


    .inner_avventura h2 {
        margin-top:10px;
        font-size: 24px;
        font-weight: 600;
    }


.inner_avventura {
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 18%, rgba(0,0,0,0.9108018207282913) 100%);
}

.inner_avventura h3 {
    text-align:center;
    font-size: 13px;
    
}

    .inner_avventura img {
        border-radius: 50%;
        border: 1px solid #ffffff;
        padding:4px;
    }

.avventura_box .inner_avventura {
    position: absolute;
    width: 100%;
    left: 0px;
    z-index: 2;
    text-align: left;
    color: #fff;
    font-size: 21px;
    bottom:0px;
    padding-left:8px;
  
}





.esplora-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

    /********** ESPLORA *************/


.atti_esplora:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* opacity: .60; */
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.01724439775910369) 22%, rgba(0,0,0,0.896796218487395) 73%);
}


.dettaglio_esplora {
    font-size: 40px;
    color: #774c2a;
    text-align: center;
}

.esplora_interno{
    font-size:48px !important;
    font-weight:bold;
    color:#ffffff;
}


.testo_div_esplora {
    font-size:17px;
    position: relative;
    display: block;
    padding: 20px 25px 20px 25px;
    line-height: 30px;
    
    background-color: #fff;
    color:#454545;
    font-weight: 500;
    box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.07);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.esplora-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.8827906162464986) 22%, rgba(0,0,0,0) 52%);
}

 

/********** ESPLORA ************/


.scopri_btn{
    position:absolute;
    bottom:2px;
    right:15px;
    
}


.inner_esplora {
    position: relative;
    padding: 30px 50px 150px 50px;
    width: 96%;
}


.etichetta_esplora {
    padding: 2px 10px;
    background-color: #f0dfcd;
    color: #774c2a;
    position: relative;
    
}

.esplora_titolo_interno {
    font-size: 25px !important;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding-top: 12px;
    padding-bottom: 12px;
   
    font-weight: 600 !important;
}

.testo_esplora_elenco {
    height:120px !important;
    position: relative;
    font-size: 17px !important;
    color: #ffffff;
     
    padding-bottom: 12px;
    margin-bottom:30px;
}


.services-section-three .immagine_avventura:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.29);
}


 

.text_avventura {
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    margin: 0 0;
}


    .history-block .year-box_destra img {
        position: relative;
        display: block;
        padding: 5px 20px 10px 10px;
        width: 90px;
        font-family: 'Manjari', sans-serif;
        text-align: center !important;
        line-height: 40px;
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-left: 20px !important;
    }


.history-block .year-box_destra .year-inner {
    position: relative;
    display: block;
    width: 120px;
    height: 120px;
    text-align: center;
    background: #774c2a;
    color: #aaaaaa;
    border-radius: 50% 0% 50% 50%;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}


.history-block .text-col_destra .inner {
    padding-left: 0px;
    padding-top: 70px;
}
.history-block .text-col_destra h6 {
    color: #774c2a;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 7px;
    font-size: 14px;
}
.history-block .text-col_destra h3 {
    color: #222222;
    font-weight: 700;
    text-transform: none !important;
    margin-bottom: 10px;
}
    .history-block .text-col_destra h3 a {
        color: #222222;
    }







.history-block .year-box_destra {
    position: absolute;
    right: -75px;
    top: 22%;
    margin-top: -60px;
    width: 120px;
    height: 120px;
}
.history-block .year-box_destra:before {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    width: 55px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

     
    .history-block .year-box_destra:after {
        content: '';
        position: absolute;
        left: 174px;
        top: 50%;
        margin-top: -8px;
        width: 15px;
        height: 15px;
        border: 1px solid rgba(0, 0, 0, 0.10);
        border-radius: 50%;
    }



.history-block .image-box-destra {
    position: relative;
    display: block;
    padding-left: 100px;
}

.titolo_interno{
  color:#774c2a !important;
  font-size:36px !important;
  text-transform:uppercase !important;
  font-weight:bold !important;
}


.testo_interno {
    color: #454545 !important;
    font-size: 19px !important;
}



.ombra {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(2,0,36);
    background: linear-gradient(180deg, rgba(2,0,36,0) 72%, rgba(51,51,51,1) 100%);
}


.box_prodotto {
    height: 350px !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.elenco_esplora {
    margin-top: 15px;
}



    .elenco_esplora li a {
        line-height: 30px !important;
    }

    .elenco_esplora li a:after {
        content: "\f1bd";
        font-family: 'Flaticon';
        position: relative;
        display: inline-block;
        vertical-align: middle;
        padding-left: 12px;
        font-size: 16px;
        font-weight: 400;
    }

    .elenco_esplora li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 8px;
        width: 10px;
        height: 10px;
        border: 2px solid #ffc98f;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }



.elenco_esplora li {
    position: relative !important;
    padding-left: 20px !important;
    font-size: 16px !important;
    line-height:34px !important;
    font-weight: 700 !important;
    font-family: 'Manjari', sans-serif !important;
    margin-bottom: 3px !important;
}



.designation {
    margin-top:15px;
}

.designation a {
    background-color: #774c2a;
    color: #fff;
    padding: 5px 25px !important;
}


.nome_paese {
    font-size: 31px !important;
    font-weight: 600;
    color:#774c2a !important;
}



.blocco_esplorare {
    padding: 40px 20px 35px;
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    background: url(/images/icons/line-pattern-1.png) right top repeat;
}




.esplorare_img {
 
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
 
}


.esplorare_sezioni .content-box {
    position: relative;
    display: block;
    padding-left: 100px;
    min-height: 162px;
}


.esplorare_sezioni .inner-box {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 20px 15px 20px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
}


    .esplorare_sezioni .content-box .icon-box .icon {
        position: absolute;
        left: 5px !important;
        top: 54%;
        margin-top: -35px;
        width:60px !important;
        height:auto !important;
        line-height: 70px;
        font-size: 42px;
        z-index: 3;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }


.esplorare_sezioni .content-box .icon-box:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 25px;
    bottom: 25px;
    width: 70px;
    background: #ffffff;
    border: 1px solid #c2c2c2;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
}


.esplorare_sezioni .content-box .icon-box:after {
    content: '';
    position: absolute;
    left: 35px;
    top: 0px;
    height: 100%;
    border-left: 1px solid #c2c2c2;
}


.intro_sezione{
    font-size:24px !important;
}

.conosci {
    font-size: 30px !important;
}


.testo_faq {
    padding: 8px !important;
    font-size:16px !important;
}


.titolo_faq {
    font-weight: 500 !important;
    color: #774c2a !important;
}

.ico_viaggio{
    width:40% !important;
}

.atti_prodotto:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* opacity: .60; */
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 57%, rgba(0,0,0,1) 100%, rgba(0,212,255,1) 100%);
}


.attivita_elenco_image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* opacity: .60; */
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 57%, rgba(0,0,0,1) 100%, rgba(0,212,255,1) 100%);
}



.nav_titolo_attivita h1{
    color:#fff !important;
    font-size:50px !important;
    margin-bottom:0px !important;
    font-weight:900 !important;
}

.descrizione_slogan{
    font-size:16px  !important;
    color:#f0dfcd !important;
}

.image_profilo {
    position: relative !important;
   
    width: 120px !important;
    height: 120px !important;
    
    border-radius: 50% !important;
    overflow: hidden !important;
    border: 2px solid #ffffff;
}



.logoattivita img {
    width:100% !important;
}


.attivita_elenco_image {
    max-width: 100%;
    position: relative;
    vertical-align: top;
    background-size: cover;
    background-position-y: 50%;
    background-position-x: 50%;
    height: 300px !important;
}


.services-section-three .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
}


.services-section-three .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}


.icona_azienda {
    color: #f0dfcd;
    font-size: 20px !important;
}



.nav_scheda_prodotto {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-bottom: 15px;
    text-align: left;
    font-weight: 700;
    font-family: 'Manjari', sans-serif;
}


.nav_scheda_prodotto h1 {
  padding-bottom:5px !important;
  font-size:60px !important;
  font-weight : bold !important;
   
}



.magg_info {
    position: relative;
    display: block;
    padding-bottom: 7px;
    font-weight: 700;
    color: #222222;
    font-size: 24px;
    text-transform:  none !important;
    margin-bottom: 30px;
}

    .magg_info:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50px;
        border-bottom: 2px solid #774c2a;
    }


.img_carosuel {
    width: 100% !important;
    border-radius: 6px 6px 0 0 !important;
    /* height: 550px !important;*/
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-origin: content-box !important;
}

.prodotti_scheda {
    width: 100% !important;
    border-radius: 6px 6px 0 0 !important;
    height: 220px !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-origin: content-box !important;
}

.immagine_altri {
    width: 100% !important;
    border-radius: 6px 6px 0 0 !important;
    height: 220px !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-origin: content-box !important;
}

 
.banner_prodotto {
    padding-top:180px !important;
}


.banner_news {
    padding-top: 80px !important;
}


.image_prodotto:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*opacity: .60;*/
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0.025647759103641476) 17%, rgba(0,0,0,1) 96%);
}


.testo_prodotto{
    font-size:17px;
    color:#2c2c2c;
    line-height:30px !important;
}


.inner-prodotto {
    padding-top: 250px !important;
}


.page-nav h1 {
    font-size: 45px !important;
    padding-bottom:8px;
    font-weight:bold !important;
}

.titolo_benvenuti {
    color: #774c2a;
}


.owl-next {
    right: 20px;
    left: auto;
}

.owl-nav .owl-prev {
    position: absolute;
    top: 0;
    left: 20px;
    width: 60px;
    height: 60px;
    font-size: 20px;
    color: #aaaaaa;
    background: #ffffff;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
    width: 100%;
    height: 0;
}

.team-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}

    .team-section .image-layer:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.65);
    }



.descrizione_breve{
    font-size:18px !important;
    color:#eeeeee !important;
}


.prodotto_small_image {
    height: 150px !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}


.attivita_small_image {
    height: 150px !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}


.attivita_image {
    height: 350px !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.prodotto_image {
    height: 100% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}


.nopadding {
    padding: 0px !important;
}

.featured-block-two .content-box .icon-box {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -111px;
    width: 120px;
    height: 120px;
    line-height: 70px;
    font-size: 42px;
    z-index: 3;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.icon-box img{
    width:100% !important;
}


.bottone_principale {
    padding: 6px 37px 0px 37px !important;
}


.testo {
    font-family: Merriweather,serif !important;
}
 

.history-block .year-box img {
    position: relative;
    display: block;
    padding: 30px 10px 30px 10px;
    width:80px;
    font-family: 'Manjari', sans-serif;
    text-align:center !important;
    line-height: 30px;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left:20px !important;
}





/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

    .titolo_espl_int{
        padding:0px;
    }

    #map {
        width: 100%;
        height:600px;
        margin: 0px;
        padding: 0px;
        position: relative;
    }

    #mappa_avventura {
        width: 100%;
        height: 500px;
        margin: 0px;
        padding: 0px;
        position: relative;
    }


    .destra_esplora {
        margin-top: -45px;
    }
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

    .titolo_espl_int {
        padding: 0px;
    }

    #map {
        width: 100%;
        height: 900px;
        margin: 0px;
        padding: 0px;
        position: relative;
    }


    #mappa_avventura {
        width: 100%;
        height: 900px;
        margin: 0px;
        padding: 0px;
        position: relative;
    }


    


    .destra_esplora {
        margin-top: -150px;
    }
    
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

    .titolo_espl_int {
        padding: 0px;
    }

    #map {
        width: 100%;
        height: 900px;
        margin: 0px;
        padding: 0px;
        position: relative;
    }


    #mappa_avventura {
        width: 100%;
        height: 900px;
        margin: 0px;
        padding: 0px;
        position: relative;
    }



    .destra_esplora {
        margin-top: -150px;
    }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    .titolo_espl_int {
        padding: 0px;
    }

    #map {
        width: 100%;
        height: 900px;
        margin: 0px;
        padding: 0px;
        position: relative;
    }

    .destra_esplora {
        margin-top: -150px;
    }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

    .titolo_espl_int {
        padding: 0px;
    }


    #map {
        width: 100%;
        height: 900px;
        margin: 0px;
        padding: 0px;
        position: relative;
    }

    .destra_esplora {
        margin-top: -150px;
    }
    
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 820px) {
    .titolo_espl_int {
        padding-left: 20px;
    }

    #map {
        width: 100%;
        height: 300px;
        margin: 0px;
        padding: 0px;
        position: relative;
    }


    .destra_esplora {
        margin-top: 0px;
    }

}
