HTML , BODY {margin: 0;padding: 0;border: 0;font: inherit;vertical-align: baseline;box-sizing: border-box;width: 100%;height: 100%;}
BODY {background-color:#000;}
#A_CONTAINER{position: relative; max-width: 100%;min-width: 960px;height: 706px;margin: 50px 30px;background-color: #333;}
@media (max-width: 1024px) {#A_CONTAINER{max-width: 100%;min-width: 100%;padding: 0px;margin: 0px;height: 100%;}}
/* --------------- */
/* --------------- */
/* -- ALL MEDIA -- */
/* --------------- */
/* --------------- */
#frr_map_component{
  position: relative;
  width: 100%;
  min-width: 320px;
  height: 100%;
  overflow: hidden;
}
#frr_map_component,
#frr_map_component *{
  font-family: 'Lato', sans-serif;
}
#frr_map_component .hide_me{
  display: none !important;
}
#frr_map_component #map_header {
    background-color: #EAEAEA;
    width: 100%;
    height: 100px;
    position:relative;
    padding: 30px 15px;
    border-bottom: solid 2px #e83134;
    box-shadow: 0px 3px 8px #999;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#frr_map_component #map_container{
  height: calc(100% - 100px);
  background-color: #ccc;
  position: relative;
  overflow: hidden;
}
#frr_map_component #map_header .input-group {
    background-color: #fff;
    min-width: 284px;
    max-width: 340px;
    height: 50px;
    margin-right: auto;
}
#frr_map_component #map_header ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 15px;
  color: #aaa;
}
#frr_map_component #map_header ::-moz-placeholder { /* Firefox 19+ */
  font-size: 15px;
  color: #aaa;
}
#frr_map_component #map_header :-ms-input-placeholder { /* IE 10+ */
  font-size: 15px;
  color: #aaa;
}
#frr_map_component #map_header :-moz-placeholder { /* Firefox 18- */
  font-size: 15px;
  color: #aaa;
}

#frr_map_component #map_header .input-group .pre_button{
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 40px;
  height: 100%;
  background: url(../img/icon/viewfinder.svg) no-repeat center center;
  background-size: 18px;
}
#frr_map_component #map_header .input-group .pre_button:hover{
  background: url(../img/icon/locate_me_hover.svg) no-repeat 0 center;
  background-position-x: calc(100% - 11px);
  background-position-y: calc(100% - 16px);
  cursor: pointer;
}
#frr_map_component #map_header .input-group .pre_button::after{
  content: '';
  display: block;
  position: absolute;
  height: 24px;
  top: calc((100% - 24px) /2);
  left: 39px;
  background-color: #ced4da;
  width: 1px;
}
#frr_map_component #map_header .input-group .post_button{
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 100%;
}
#frr_map_component #map_header .input-group .post_button:hover{
  background: url(../img/icon/search_click.svg) no-repeat 0 center;
  background-position-x: calc(100% - 15px);
  background-position-y: calc(100% - 17px);
  cursor: pointer;
}
#frr_map_component #map_header .text_screen{
  position: absolute;
  width: calc(100% - 102px);
  height: 100%;
  line-height: 50px;
  margin-left: 51px;
  padding-right: 51px;
  pointer-events: none;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
#frr_map_component #map_header .input-group INPUT {
  height: 100%;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  line-height: 100%;
  background-color: transparent;
  padding-left: 51px;
  padding-right: 51px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: transparent;
  border-bottom:solid 2px #cdcdcd;
  background: url(../img/icon/search_inactive.svg) no-repeat 0 center;
  background-position-x: calc(100% - 15px);
  background-size: 18px;
}
#frr_map_component #map_header .input-group INPUT:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom:solid 2px #7f7f7f;
  background: url(../img/icon/search_click.svg) no-repeat 0 center;
  background-position-x: calc(100% - 15px);
}
#frr_map_component #map_header .input-group .options_list{
  list-style: none;
  padding: 0px !important;
  margin: 0px;
  position: absolute;
  background: #fff;
  padding: 10px;
  top: 50px;
  left: 0px;
  width: 100%;
  display: none;
  box-shadow: 0px 3px 8px #999;
  overflow: auto;
    max-height: 30vh;
}
#frr_map_component #map_header .input-group .options_list LI{
  padding: 10px;
  margin: 0px;
}
#frr_map_component #map_header .input-group .options_list LI:hover{
  background: #EAEAEA;
  cursor: pointer;
}
#frr_map_component #map_header .checkbox_container {
    background-color: #fff;
    display: inline-block;
    margin: 0px 5px;
    position: relative;
    border-radius: 30px;
}
#frr_map_component #map_header .checkbox_container LABEL {
    padding: .275rem 2rem .275rem .75rem;
    width: 100%;
    display: block;
    text-align: left;
    color: #202020;
    cursor: pointer;
    position: relative;
    z-index: 2;

    overflow: hidden;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 21px;
    white-space: nowrap;


    display: flex;
    justify-content: space-between;
    padding-right: 7px;
}

#frr_map_component #map_header .checkbox_container LABEL .ck{
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background: #eaeaea;
  border-radius: 50%;
  margin-top: -1px;
  margin-right: -3px;
}
#frr_map_component #map_header .checkbox_container LABEL:hover .ck{
  background: url(../img/icon/unselected_unselected.svg) no-repeat;
  background-size: 22px;
  background-position:left center;
}
#frr_map_component #map_header .checkbox_container INPUT:checked ~ LABEL .ck {
    background: url(../img/icon/selected_normal.svg) no-repeat center center;
    background-size: 22px;
    background-position:left center;
}
#frr_map_component #map_header .checkbox_container INPUT:active:checked ~ LABEL .ck {
    background: url(../img/icon/selected_normal.svg) no-repeat center center;
    background-size: 22px;
    background-position:left center;
}
#frr_map_component #map_header .checkbox_container INPUT:checked ~ LABEL:hover .ck {
    background: url(../img/icon/selected_unselected.svg) no-repeat center center;
    background-size: 22px;
    background-position:left center;
}
#frr_map_component.isTouch #map_header .checkbox_container INPUT ~ LABEL:hover .ck {
  background: #eaeaea;
}
#frr_map_component.isTouch #map_header .checkbox_container LABEL:hover .ck,
#frr_map_component.isTouch #map_header .checkbox_container INPUT:checked ~ LABEL:hover .ck {
  background: url(../img/icon/selected_normal.svg) no-repeat center center;
  background-size: 22px;
  background-position:left center;
}
#frr_map_component #map_header .checkbox_container LABEL:hover {
    cursor: pointer;
}
#frr_map_component #map_header .checkbox_container INPUT {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}
#frr_map_component #map_header .checkbox_container LABEL .svg_img_concessionario{
  width: 24px;
  height: 24px;
  background: url(../img/icon/Concessionario_normal.svg) no-repeat;
  background-size: 22px;
  background-position:left center;
  background-position-y: 3px;
}
#frr_map_component #map_header .checkbox_container LABEL:hover .svg_img_concessionario{
  width: 24px;
  height: 24px;
  background: url(../img/icon/Concessionario_hover.svg) no-repeat;
  background-size: 22px;
  background-position:left center;
  background-position-y: 3px;
}
#frr_map_component #map_header .checkbox_container LABEL .svg_img_officina{
  width: 24px;
  height: 24px;
  background: url(../img/icon/Officina_normal.svg) no-repeat;
  background-size: 22px;
  background-position:left center;
  background-position-y: -1px;
}
#frr_map_component #map_header .checkbox_container LABEL:hover .svg_img_officina{
  width: 24px;
  height: 24px;
  background: url(../img/icon/Officina_hover.svg) no-repeat;
  background-size: 22px;
  background-position:left center;
  background-position-y: -1px;
}
#frr_map_component #map_header .checkbox_container LABEL .svg_img_carrozzeria{
  width: 24px;
  height: 24px;
  background: url(../img/icon/Carrozzeria_normal.svg) no-repeat;
  background-size: 22px;
  background-position:left center;
}
#frr_map_component #map_header .checkbox_container LABEL:hover .svg_img_carrozzeria{
  width: 24px;
  height: 24px;
  background: url(../img/icon/Carrozzeria_hover.svg) no-repeat;
  background-size: 22px;
  background-position:left center;
}
#frr_map_component #map_header .checkbox_container LABEL .svg_img_classiche{
  width: 24px;
  height: 24px;
  background: url(../img/icon/Officine_classiche_normal.svg) no-repeat;
  background-size: 24px;
  background-position:left center;
}
#frr_map_component #map_header .checkbox_container LABEL:hover .svg_img_classiche{
  width: 24px;
  height: 24px;
  background: url(../img/icon/Officine_classiche_hover.svg) no-repeat;
  background-size: 24px;
  background-position:left center;
}

#frr_map_component #detail_panel{
  position: absolute;
  left: 320px;
  top: 110px;
  width: calc(100% - 330px);
  height: calc(100% - 140px);
  background: #fff;
  overflow-y: hidden;
  box-shadow: 0px 3px 8px #999;
  z-index: 4;
  padding: 40px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  display: none;
  overflow: auto;

}
#frr_map_component #detail_panel .close_detail_panel{
  position: absolute;
  right: 10px;
  top: 10px;
  width: 18px;
  height: 18px;
  background: url(../img/icon/Close_normal.svg) no-repeat center center;
  background-size: 18px;
}
#frr_map_component #detail_panel .close_detail_panel:hover{
  background: url(../img/icon/Close_hover.svg) no-repeat center center;
  background-size: 18px;
}
#frr_map_component #detail_panel .head{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#frr_map_component #detail_panel .head .location{
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  font-size: 26px;
  font-weight: 600;
}
#frr_map_component #detail_panel .head .goto_site{
  background-color: #EB2E2C;
  color: #fff;
  text-transform: uppercase;
  padding: 0px 46px;
  font-size: 14px;
  line-height: 41px;
  height: 41px;
  font-weight: 600;
}
#frr_map_component #detail_panel .head .goto_site:hover{
  cursor: pointer;
  background: #D32927;
}
#frr_map_component #detail_panel .tabbers{
  display: flex;
  justify-content:  flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
}
#frr_map_component #detail_panel .tabbers .line{
  border-bottom: solid 1px #dedede;
  height: 0;
  flex: 1;
  margin-left: 13px;
}
#frr_map_component #detail_panel .tab{
  position: relative;
  background-color: #dedede;
  color: #555;
  text-transform: uppercase;
  padding: 0px 28px;
  font-size: 14px;
  line-height: 41px;
  height: 41px;
  margin-right: 1px;
}
#frr_map_component #detail_panel .tab:hover{
  cursor: pointer;
  background: #979797;
}
#frr_map_component #detail_panel .tab.active{
  background-color: #000;
  color: #fff;
}
#frr_map_component #detail_panel .tab.active:before{
    position: absolute;
    content: '';
    top: 100%;
    border-top: 12px solid #000;
    left: calc(50% - 12px);
    border-bottom: none;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    /*-webkit-filter: drop-shadow(0px 3px 8px #999);*/
    /*filter: drop-shadow(0px 3px 8px #999);*/
}
#frr_map_component #detail_panel .details{
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#frr_map_component #detail_panel .contatti .title,
#frr_map_component #detail_panel .orari .title{
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  color: #202020;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#frr_map_component #detail_panel .contatti .address{
  padding-left: 40px;
  margin-top: 12px;
  background: url(../img/icon/address.svg) no-repeat;
  background-size: 16px;
  background-position:left center;
  background-position-x: 4px;
  line-height: 48px;
  color: #337AB7;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#frr_map_component #detail_panel .contatti .phone{
  padding-left: 40px;
  background: url(../img/icon/phone.svg) no-repeat;
  background-size: 18px;
  background-position:left center;
  background-position-x: 4px;
  line-height: 48px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#frr_map_component #detail_panel .contatti .email{
  padding-left: 40px;
  background: url(../img/icon/email.svg) no-repeat;
  background-size: 24px;
  background-position:left center;
  line-height: 48px;
  color: #337AB7;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#frr_map_component #detail_panel .orari .day{
  display: flex;
  flex-direction: row;
  padding: 5px 10px;
  overflow: hidden;
}
#frr_map_component #detail_panel .orari .day:nth-of-type(odd){
  background: #eaeaea;
}
#frr_map_component #detail_panel .orari .day DIV:first-child{
  padding-right: 10px;
  min-width: 83px;
  flex: 1;
}
#frr_map_component #detail_panel .orari .day DIV:last-child{
  padding: 0px 10px;
}
#frr_map_component #map_container #results {
    position: absolute;
    left: 10px;
    top:10px;
    width: 300px;
    height: calc(100% - 40px);
    background: #fff;
    overflow-y: scroll;
    box-shadow: 0px 3px 8px #999;
    z-index: 2;
}

    /* width */
    #frr_map_component #map_container #results::-webkit-scrollbar {
      width: 5px;
      height: 30px;
    }

    /* Track */
    #frr_map_component #map_container #results::-webkit-scrollbar-track {
      background: #fff;
    }

    /* Handle */
    #frr_map_component #map_container #results::-webkit-scrollbar-thumb {
      background: #555;
    }
    /* Handle on Press */
    #frr_map_component #map_container #results::-webkit-scrollbar-thumb:active {
      background: #D0021B;
    }

#frr_map_component #map_container #results .res_item {
    border-bottom: .5px solid rgba(0,0,0,0.5);
}
#frr_map_component #map_container #results .res_item {
    padding: 23px 25px 19px 25px;
}
#frr_map_component #map_container #results .res_item:first-child {
    padding-top: 30px;
}
#frr_map_component #map_container #results .res_item:last-child {
    border-bottom: none;
}
#frr_map_component #map_container #results .res_item:hover{
  background-color: #f4f4f4;
}
#frr_map_component #map_container #results .res_item DIV.location
{
  font-size: 18px;
  font-weight: bold;
  color: #202020;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#frr_map_component #map_container #results .res_item DIV.addr{
  display: flex;
  align-items: baseline;
  margin-top: 10px;
}
#frr_map_component #map_container #results .res_item DIV.addr SMALL{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #555;
  font-size: 12px;
  flex: 1;
}
#frr_map_component #map_container #results .res_item DIV.addr.distance SMALL{
  margin-bottom:10px;
}
#frr_map_component #map_container #results .res_item DIV.addr:hover SMALL{
  color: #202020;
}
#frr_map_component #map_container #results .res_item DIV.addr SVG{
  width: 40px;
  margin-left: 10px;
}
#frr_map_component #map_container #results .res_item DIV.addr:hover SVG PATH{
  fill: #666;
}
#frr_map_component #map_container .pin{
  position: absolute;
  left: 500px;
  top: 300px;
  width: 1px;
  height: 1px;
  background: #000;
  display: none;
}
#frr_map_component #map_container .pin IMG{
  height: 50px;
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(0px 3px 8px #999);
  position: absolute;
  left: -17px;
  top: -50px;
}
#frr_map_component #map_container .pin:hover{
  cursor: pointer;
}
#frr_map_component #map_container .pin .info_tip{
  position:absolute;
  background-color: #fff;
  padding: 16px 16px 10px;
  box-shadow: 0px 3px 8px #999;
  text-align: center;
  z-index: 1;
  display: none;
  width: 160px;
  left: -80px;
  top: -158px;
}
#frr_map_component #map_container .pin .info_tip:before{
    position: absolute;
    content: '';
    top: 100%;
    border-top: 12px solid #fff;
    left: calc(50% - 12px);
    border-bottom: none;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}
#frr_map_component #map_container .pin .info_tip DIV.addr IMG{
  position: inherit;
    width: 26px;
    box-shadow: none;
    -webkit-filter: drop-shadow(0px 0px 0px transparent);
}
#frr_map_component #map_container .pin .info_tip DIV.addr SVG{
  margin:10px 5px;
}
#frr_map_component #map_container .pin .info_tip:hover DIV.addr SVG PATH{
  fill: #555;
}
#frr_map_component #map_container .pin .info_tip DIV.addr SVG PATH{
  fill: #aaa;
}
#frr_map_component #map_container .pin .info_tip DIV.location
{
  font-size: 14px;
  font-weight: bold;
  color: #555;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#frr_map_component #map_container .pin .info_tip:hover DIV.location
{
  color: #202020;
}
#frr_map_component #map_container #results .res_item p{
    font-size: 18px;
    font-weight: bold;
    color: #202020;
    margin-bottom: 14px;
}
#frr_map_component #map_container #results .res_item p.addr {
    width: calc(100% - 30px);
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}
#frr_map_component #map_container #results .res_item p.addr small {
    color: #555555;
    font-size: 12px;
}
#frr_map_component #map_container #results .res_item p.addr SVG {
    position: absolute;
    right: 10px;
}

#frr_map_component #map_container #results .res_item .addr:hover {
    cursor: pointer;
}
#frr_map_component #map_container #results .res_item addr:hover SVG PATH {
    fill: #555555;
}
#frr_map_component #slider{
  display: none;
}
#frr_map_component #map_container .mapp_message{
  display: none;
}
#frr_map_component .orari_separator{
  background: #aaa;
  min-height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: none;
}
/* ------------ */
/* ------------ */
/* -- MOBILE -- */
/* ------------ */
/* ------------ */
/*@media (max-width: 1280px) {*/
@media (max-width: 1024px) {
  .mobile #frr_map_component.search_not_done #map_container {
    height: 100% !important;
  }
  .mobile #frr_map_component #map_header {
      width: 100%;
      height: 142px;
      margin: 0px;
      z-index: 3;
      flex-wrap: wrap;
      justify-content: flex-start;
  }
  .mobile #frr_map_component.search_not_done #map_header {
      background-color: transparent;
      width: 100%;
      height: 0px;
      position:absolute;
      padding: 154px 20px;
      margin: 0px;
      border-bottom: none;
      box-shadow: none;
      z-index: 1;
      flex-direction: column;
      flex-wrap: nowrap;
  }
  .mobile #frr_map_component #map_header .input-group {
      min-width: 100%;
      max-width: 100%;
      min-height: 50px;
  }

  .mobile #frr_map_component #map_header .input-group .options_list{
    z-index: 3;
  }
  .mobile #map_container {
    height: calc(100% - 142px) !important;
  }
  .mobile #frr_map_component.search_has_focus.search_not_done #map_header .checkbox_container{
    display: none;
  }
  .mobile #frr_map_component.search_has_focus.search_not_done #map_header{
    padding-top: 30px;
  }
  .mobile #frr_map_component.search_has_focus.search_not_done #map_header .input-group INPUT:focus {
    border-top: solid 1px #979797;
    border-left: solid 1px #979797;
    border-right: solid 1px #979797;
  }
  .mobile #frr_map_component.search_has_focus.search_not_done #map_header .options_list{
    box-shadow: none;
  }
  .mobile #frr_map_component.search_has_focus.search_not_done #map_container {
    background: #fff;
  }
  .mobile #frr_map_component.search_done #map_header .checkbox_container INPUT:checked ~ LABEL {
      background-color: #f00;
      border-radius: 30px;
      border:none;
  }
  .mobile #frr_map_component #map_header .checkbox_container {
    margin-top: 14px;
  }
  .mobile #frr_map_component.search_not_done #map_header .checkbox_container {
    margin-top: 20px;
  }
  .mobile #frr_map_component.search_not_done #map_header .checkbox_container:nth-child(2) {
    margin-top: 50px;
  }
  .mobile #frr_map_component #map_header .checkbox_container LABEL {
    min-width: auto;
    width: 48px;
  }
  .mobile #frr_map_component.search_done #map_header .checkbox_container INPUT:checked ~ LABEL .svg_img_concessionario{
    width: 24px;
    height: 24px;
    background: url(../img/icon/Concessionario_selected_mobile.svg) no-repeat;
    background-size: 22px;
    background-position:left center;
    background-position-y: 3px;
  }
  .mobile #frr_map_component.search_done #map_header .checkbox_container INPUT:checked ~ LABEL .svg_img_officina{
    width: 24px;
    height: 24px;
    background: url(../img/icon/Officina_selected_mobile.svg) no-repeat;
    background-size: 22px;
    background-position:left center;
    background-position-y: -1px;
  }
  .mobile #frr_map_component.search_done #map_header .checkbox_container INPUT:checked ~ LABEL .svg_img_carrozzeria{
    width: 24px;
    height: 24px;
    background: url(../img/icon/Carrozzeria_selected_mobile.svg) no-repeat;
    background-size: 22px;
    background-position:left center;
  }
  .mobile #frr_map_component.search_done #map_header .checkbox_container INPUT:checked ~ LABEL .svg_img_classiche{
    width: 24px;
    height: 24px;
    background: url(../img/icon/Officine_classiche_selected_mobile.svg) no-repeat;
    background-size: 24px;
    background-position:left center;
  }

  .mobile #frr_map_component #map_header .checkbox_container LABEL .ck {
    display: none;
  }
  .mobile #frr_map_component.search_not_done #map_header .checkbox_container LABEL .ck {
    margin-top: 1px;
    display: inline-block;
  }
  .mobile #frr_map_component #map_header .checkbox_container LABEL SPAN {
    display: none;
  }
  .mobile #frr_map_component.search_not_done #map_header .checkbox_container LABEL {
/*     min-width: 240px; */
	min-width: 260px;
  }
  .mobile #frr_map_component.search_not_done #map_header .checkbox_container LABEL SPAN {
    display: inline;
  }
  .mobile #frr_map_component #detail_panel .head .location{
    flex: auto;
  }
  .mobile #frr_map_component #detail_panel .head .goto_site{
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .mobile #frr_map_component #detail_panel .tabbers{
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .mobile #frr_map_component #detail_panel .tabbers .tab{
    padding: 10px 11px;
    height: auto;
    min-height: 41px;
    line-height: 20px;
    text-align: center;
    margin-top: 2px;
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .mobile #frr_map_component #detail_panel .tabbers .line{
    display: none;
  }
  .mobile #frr_map_component #map_container .mapp_message{
    position: absolute;
    width: 100%;
    height:100%;
    left: 0px;
    top: 0px;
    background: #000;
    color: #fff;
    opacity: 0.7;
    display: none;
    z-index: 2;
    padding: 30vh 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
  }
  
  .mobile #frr_map_component #map_container #results {
    left: 0px;
    top:30px;
    width: 100%;
    height: calc(100% - 30px);
  }
  
  .mobile #frr_map_component.show_only_map #map_container #results {
    display: none;
  }
  
  #frr_map_component #detail_panel{
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    z-index: 4;
  }
  #frr_map_component.search_not_done #slider{
    display: none;
  }
  #frr_map_component #slider{
    display: block;
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    height: 30px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    z-index: 1;
  }
  #frr_map_component #slider .list,
  #frr_map_component #slider .map
  {
    line-height: 30px;
    font-size: 14px;
    color:#EB2E2C;
  }
  #frr_map_component #slider .list
  {
    padding-left: 17px;
    margin-left: 23px;
    opacity: 0;
  }
  #frr_map_component.show_only_map #slider .list{
    opacity: 1;
  }
  #frr_map_component #slider .list:hover,
  #frr_map_component #slider .map:hover{
    cursor: pointer;
  }
  #frr_map_component #slider .map
  {
    padding-right: 17px;
    margin-right: 23px;
    opacity: 1;
  }
  #frr_map_component.show_only_map #slider .map{
    opacity: 0;
  }
  #frr_map_component #slider .list::before{
    content: '';
    display: block;
    border: 3px solid #EB2E2C;
    position: absolute;
    left: 23px;
    top:9px;

    border-right: 6px solid #EB2E2C;
    border-left: none;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    opacity: 0;
  }
  #frr_map_component.show_only_map #slider .list::before{
    opacity: 1;
  }
  #frr_map_component #slider .map::after{
    content: '';
    display: block;
    border: 3px solid #EB2E2C;
    position: absolute;
    right: 23px;
    top:9px;

    border-left: 6px solid #EB2E2C;
    border-right: none;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    opacity: 1;
  }
  #frr_map_component.show_only_map #slider .map::after{
    opacity: 0;
  }
  #frr_map_component #slider .state{
    display: flex;
    padding-top: 10px;
  }
  #frr_map_component #slider .state .circle{
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #EB2E2C;
    margin-right: 4px;
    margin-left: 4px;
  }
  #frr_map_component #slider .state .circle:last-child{
    background: #8B8B8B;
  }
  #frr_map_component.show_only_map #slider .state .circle:first-child{
    background: #8B8B8B;
  }
  #frr_map_component.show_only_map #slider .state .circle:last-child{
    background: #EB2E2C;
  }
}
#frr_map_component #detail_panel .contatti,
#frr_map_component #detail_panel .orari
{
  min-width: 200px;
  max-width: 400px;
}
/*@media (max-width: 1280px) {*/
@media (max-width: 750px) {
  #frr_map_component #detail_panel .tabbers{
    /*display: block;*/
    justify-content: space-between;
  }
  #frr_map_component #detail_panel .tabbers .tab::before{
    /*display: none;*/
  }
  #frr_map_component #detail_panel .contatti,
  #frr_map_component #detail_panel .orari
  {
    max-width: 100%;
    width: 100%;
  }
  #frr_map_component .orari_separator{
    display: block;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  #frr_map_component #detail_panel .contatti,
  #frr_map_component #detail_panel .orari
  {
    max-width: 100%;
    width: 100%;
  }
  #frr_map_component .orari_separator{
    display: block;
  }
}
