
/* map styles */
body,html{
padding:0;margin:0
}
.for_legend{
    position:relative;
    width:100%;
    min-height:0;
}
.winter .for_legend{
    min-height:98px;
}
.for_legend .scroll_access{
    display:none;
    position:absolute;
    left:410px;
    top:50px;
    z-index:2;
    display:flex;
}
.for_legend .scroll_access a{
    opacity:0.2;
    display:inline-block;
    transition:0.3s;
}
.for_legend .scroll_access .ar_left{
    margin-right:32px;
}
.for_legend .scroll_access a:hover{
    opacity:0.7;
}
.all_map{
    position:relative;
    width:100%;      
    min-height:900px;    
    left:0;
    overflow-x:scroll;
    -webkit-overflow-scrolling:touch;
}
.all_map .placemarks{
    position:absolute;
    top:0;
    left:0;
}
.all_map>img,.all_map>div>img{width:1920px!important;max-width:inherit!important;}
.all_map .placemarks .obj{
    position:absolute;
    width:26px;
    line-height:26px;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align:center;
    margin:0;
    font-size:14px;
    font-weight:bold;
    cursor:pointer;
    z-index:2;
    transition:0.3s;
    border-radius:50%;
    color:#fff;
    border:1px #fff solid;
}
.all_map .placemarks .obj:hover,.all_map .placemarks .obj.blue:hover,.all_map .placemarks .obj.red:hover,.all_map .placemarks .obj.yellow:hover,
.all_map .placemarks .obj.active,.all_map .placemarks .obj.blue.active,.all_map .placemarks .obj.red.active,.all_map .placemarks .obj.yellow.active
{
    background:#fff;
    width:22px;
    line-height:22px;
}
.all_map .placemarks .obj.blue{
    background:#01a0c7;
}
.all_map .placemarks .obj.red{
    background:#ed5929;
}
.all_map .placemarks .obj.yellow{
    background:#efe80c;
}
.all_map .placemarks .obj:hover,.all_map .placemarks .obj.active{
    color:#01a0c7;
    border:3px #01a0c7 solid;
}
.all_map .placemarks .obj.red:hover,.all_map .placemarks .obj.red.active{
    color:#ed5929;
    border:3px #ed5929 solid;
}
.all_map .placemarks .obj.yellow:hover,.all_map .placemarks .obj.yellow.active{
    color:#efe80c;
    border:3px #efe80c solid;
}
.all_map .placemarks .obj .txt{
    display:none;
    text-decoration:none;
    color:#000;
    position:absolute;
    top:-45px;
    left:-19px;
    background:rgba(255,255,255,0.8);
    border-radius:3px;
    white-space:nowrap;
    padding:3px 5px;
    box-shadow:0 14px 14px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); 
}
.all_map .placemarks .obj.obj3 .txt{
   top:-39px;
   left:-29px; 
}
.all_map .placemarks .obj.obj21 .txt{
   left:-139px; 
}
.all_map .placemarks .obj.obj19-1 .txt{
   left:-69px; 
}
.all_map .placemarks .obj.obj19-2 .txt{
   top:35px; 
   left:-69px; 
}
.all_map .placemarks .obj.obj13 .txt{
   top:-79px;
   left:-99px; 
   white-space:normal;
   min-width:140px;
}
.all_map .placemarks .obj .txt:hover{
    color:#054869;    
}

.map{
    position:absolute;top:0;left:0;
}
.for_legend .legend{
    position:absolute;
    min-width:966px;
    right:80px;
    border-radius:10px;
    background:rgba(255,255,255,0.7);
    padding:10px 10px 10px 10px;
    top:-260px;
    z-index:99;
}
.legend h4{
    font-size:26px;
    margin-bottom:5px;
    margin-top:0;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.legend h4.blue{
    color:#01a0c7;
}
.legend h4.red{
    color:#d07569;
}
.legend h4.yellow{
    color:#bf9634;
}

.for_legend .legend .row{
    display:flex;
    justify-content:space-between;
}
.segments{
    display:none;
}
.last-leg-row{
    margin-top:-80px;
}
@media screen and (max-width:1900px){
    .last-leg-row{
        margin-top:0px;
    }
}
h2.back-to-site{
    text-align:center;
    display: none;
}
h2 a{ 
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:22px;
    line-height:29px;
    font-weight:bold;
    color:#01a0c7;
}
@media screen and (max-width:676px){
    h2.back-to-site{
        display:block;
        margin-top:2px;
    }
}    
@media screen and (max-width:1730px){
    .for_legend .legend{
        top:-180px;
    }
}      
@media screen and (max-width:676px){
    .all_map .placemarks .obj.obj22-1 .txt{
       top:-5px; 
       left:-79px; 
    }
    .last-leg-row{
        margin-top:0px;
    }
    .for_legend .legend{
        min-width:inherit;
        position:relative;
        right:auto;
        top:0;
    }
    .for_legend .legend .row{
        display:block;
    }
    .for_legend .segments{
        padding:10px; 
        display:block;  
        width:100%;
        text-align:center;
        position:fixed;
        z-index:99;
    }
    .all_map .segments{
        position:absolute;
        width:100%;
        bottom:20px;
        display:block;
        left:10px;
        width:300px;
        text-align:center;
    }
    .segments ul{
        margin:0;
        padding:0;
        display:flex;
        justify-content:center;
        list-style:none;
        width:300px;
        margin:0 auto;
    }
    .segments ul li{
        width:45px;
        height:45px;
        margin-right:5px;
        background:rgba(0,0,0,0.4);
    }
    .for_legend .segments ul li:last-child,.all_map .segments ul li:last-child{
        margin-right:0;
    }
    .segments ul li.active{
        background:rgba(0,0,0,0.8);
    }
}
.for_legend .legend .row .col-sm-4{
    margin-right:20px;
}
.for_legend .legend ol{
    padding-left:31px;
    margin:0;
    list-style:decimal;
}
.for_legend .legend ol li{
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height:29px;
    font-weight:bold;
    cursor:pointer;
    transition:0.3s;
}
.for_legend .legend ol li:hover,.for_legend .legend ol li.hov{
    background:rgba(122,203,64,0.5);
}
.for_legend .legend ol li.hlt{
    background:rgba(122,203,64,0.75);
}
.winter .for_legend .legend ol li:hover,.for_legend .legend ol li.hov{
    background:rgba(48,101,146,0.5);
}
.winter .for_legend .legend ol li.hlt{
    background:rgba(48,101,146,0.75);
}
.for_legend .legend ol li.blue{
    color:#01a0c7;
}
.for_legend .legend ol li.red{
    color:#d07569;
}
.for_legend .legend ol li.yellow{
    color:#bf9634;
}
.for_legend .legend ol li span{
    color:#000;
    font-weight:normal;
}    
.for_legend .legend h3{
    color:#f03f25;
    font-size:20px;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom:0;
    padding-bottom:0;
}
.for_legend .legend p.notice{
    color:#f03f25;
    font-size:16px;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom:0;
    padding-top:0;
    margin-top:0;
    padding-bottom:10px;
}


.winter .for_legend .legend{
    min-width:556px;
    top:160px;
}
.winter .for_legend .legend .row{
    justify-content:space-between;
}
.winter .for_legend .legend .col-sm-6{
    margin-right:30px;
}
@media screen and (max-width:676px){
    .winter .for_legend .legend{
        top:0;
        min-width:inherit;
    }
    .winter .for_legend .segments{
        position:absolute;
        top:320px;    
        z-index:99;
    }
}
.ui-loader{
    display:none;
}