






.down-arrow {
    bottom: 65px;
    text-align: center !important;
    width: 100%;
    position: absolute;
}


.dow-arrow_int {
    color: #774c2a;
    position: relative;
    text-align: center;
    background-color: #f0dfcd;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    transform: translate(-50%,-50%);
    margin: 0 auto;
    font-size:40px;
    padding-top:12px;
}



.sentiero_col{
    padding-left:0px !important;
    padding-right:0px !important;
}


.titolo_slide {
    margin-top: 20vh;
    font-size: 55px !important;
}

.auto-container_sentiero {
    position: static;
    width: 59% !important;
    padding: 0px 15px;
    margin: 0 auto;
    text-align: center;
}

.contenuto_interno {
    
    position:relative;
    width: 80% !important;
    padding:60px 45px;
    margin: 0 auto;
    text-align: center;
}


.titolo_slide {
    text-shadow: 5px 2px 3px rgba(0, 0, 0, 0.79);
}




/***************************/
.sidebar .nav-link {
    font-weight: 500;
    color: #333;
    padding-top: 0;
    padding-bottom: 0;
    position: relative !important;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

 

.sidebar .nav-link.active .dot2, .sidebar .nav-link:hover .dot2 {
    border-bottom-right-radius: 50px !important;
    border-top-right-radius: 50px !important;
    border: 2px solid #774c2a !important;
    border-left: 0 !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    
}
 

 
.sidebar .nav-link.active .dot, .sidebar .nav-link:hover .dot {
    background-color: transparent;
    color: #774c2a;
    font-size: 9px !important;
}

   

div.line-spacer {
    width: 45px;
    height: 55px;
    border-right: solid 2px #774c2a;
    margin-top: -2px;
    margin-bottom: -1px;
}




div.dot {
    height: 45px;
    width: 47px;
    background-color: #bbb;
    color: #774c2a;
    font-size: 1pt;
    border-radius: 50%;
    display: inline-block;
    line-height: 20px;
    padding-top:3px;
}



.dot1 {
    height: 60px;
    width: 60px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    background-color: white;
    border: solid 1px gray;
    text-align: center;
    padding-top: 7px;
    color: #774c2a;
    margin-left: -42px;
    
}


.dot2 {
    width: 50px;
    height: 80px;
    display: inline-block;
    text-align: center;
    padding-top: 8px;
    background-color: transparent;
    margin-left: 27px;
    border: 2px solid transparent;
}



.km-label {
    font-size: 25px;
    line-height:40px !important;
    font-weight:bold !important;
}
 






.sidebar {
    padding-top: 100px;
}

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 48px 0 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    /*background-color:rgba(0, 0, 0, 0.21);*/
    margin-top: 83px !important;
    padding-top: 30px !important;
    padding-left: 30px !important;
}


.mappasentiero {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    padding: 0px;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
     
}


/*******************************/
.destra-sentiero {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    border-top: 1px solid #e8e8e8;
    padding-left: 0px;
    padding-right: 0px;
    height: 100% !important;
}


.post-details{
    padding-left:15px;
    padding-right:15px;
}

.mappasentiero {
    width: 100%;
    height: 1200px !important;
    border-left:3px solid #fff;
}


.sezione_mappa {
    width: 100% !important;
    height: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
}


.sent_col{
    padding-left:0px !important;
    padding-right:0px !important;

}

.tappa_interna {
    height: calc(100vh - 94px) !important;
}


.logo_sentiero_nuovo {
    left: 60px;
    top: 35px;
    text-align: center;
    width: 217px;
    padding: 10px 20px 15px;
    border-radius: 0% 30% 50% 70%;
    background-color: #ffffff;
    position: absolute;
    z-index: 99999;
}


/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 820px) {

    .colonna_testo{
       margin-top:220px;
        
    }


    .mappasentiero {
        width: 100% !important;
        margin: 0 auto;
        top: 60px;
        height: 450px !important;
        position: fixed !important;

        -webkit-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }

    .mappa_top {
        top: 0px !important;
        height: 160px !important;
        border-bottom:5px solid #774c2a;
        -webkit-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }

    .titolo_slide {
        margin-top:0px;
        font-size: 25px !important;
    }


    .tappa_interna {
        height: calc(20vh) !important;
    }

    .contenuto_interno {
        position: relative;
        width: 100% !important;
        padding: 10px 25px;
        margin: 0 auto;
        text-align: center;
    }

    .main-menu .navigation {
        /*display:none;*/
    }

    .logo_sentiero_nuovo {
         display:none;
    }

    .header-style-one .header-upper .auto-container {
        max-width: none;
        border-top: 0px solid #774c2a;
        border-radius: 0px 0px 122px 0px;
    }


    .nav-outer .mobile-nav-toggler {
        position: relative;
        float: right;
        font-size: 32px;
        line-height: 30px;
        cursor: pointer;
        margin-left: 0px;
        color: #222222;
        margin: 30px 0px 0px;
        
    }


    .logo-assoluto {
        left: 60px;
        top: 35px;
        text-align: center;
        width: 217px;
        padding: 10px 20px 15px;
        border-radius: 0% 30% 50% 70%;
        background-color: #ffffff;
        position: absolute;
        z-index: 99999;
    }


    .header-style-two .header-upper {
        background: #774c2a;
        color:#fff;
    }

    .header-style-two .nav-outer .mobile-nav-toggler {
        color: #fff;
        margin: 11px 0px 0;
    }

    .header-style-two .header-upper .logo-box:before {
        
        background: #774c2a;
    }

}