.tab-content-p{
    /*display: none;*/
    position: absolute;
    opacity: 0;
    z-index: -1;
    padding: 15px 0;
}
.tab-content-p.current{
    /*display: inherit;*/
    position: relative;
    opacity: 1;
    z-index: 1;
}
ul.middleTab{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.middleTab li {
    background: none;
    color: #fff;
    display: inline-block;
    padding: 15px 20px;
    margin: 0 2px;
    cursor: pointer;
    font-family: "bmwtypenextttbold";
    font-size: 14px;
    /*border-bottom: 4px solid transparent;*/
    position: relative;
}
ul.middleTab li:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width:0%;
    background: #1C69D4;
    content: "";
    transition: all 0.4s;
    opacity: 0;
}
ul.middleTab li.current:after,
ul.middleTab li:hover:after {
    width: 100%;
    opacity: 1;
}
/*ul.middleTab li.current{
    color: fff;
    border-bottom-color: 1C69D4;
}*/
.tab-content-p ul.nav { position: relative; }
.tab-content-p ul.nav li.nav-item a { display: flex; flex-direction: column;}
.tab-content-p ul.nav li.nav-item a img { transition: transform .2s;}
.tab-content-p ul.nav li.nav-item a span { display: none; position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -50px;
    color: #fff;
    /*font-family: "bmwtypenextttbold";*/
    font-size: 14px; opacity: 0;  transition: transform .2s;}
.tab-content-p ul.nav li.nav-item a.active span { display: block;  opacity: 1;}
.tab-content-p ul.nav li.nav-item a.active img {
    transform: scale(1.2);
    -webkit-box-shadow: 0 6px 16px rgba(0,0,0,.5);
    box-shadow: 0 6px 16px rgba(0,0,0,.5);
}
.tab-content-p.no-shadow ul.nav li.nav-item a.active img {
    transform: scale(1.2);
    box-shadow: none;
}


.footernv { margin-top: 20px; }
.footernv li { margin: 0 8px; }
.footernv li a { padding: 0; }
.footernv li a.nav-link img {
    max-width: 48px;
    max-height: 48px;
}

.threesixtybtn {
    padding: 5px 15px 5px;
    margin: 0 20px;
    cursor: pointer;
    font-family: "bmwtypenextttbold";
    font-size: 14px;
    color: #fff;
    background: none;
    border: none;
    border-left: 2px solid #fff;
    outline: none;
    box-shadow: none;
    display: flex;
    flex-direction: row;
    width: 200px;
    align-items: center;
    justify-content: center;
}


.threesixtybtn:focus {
    border-left: 2px solid #fff;
    outline: none;
    box-shadow: none;
}
.threesixtybtn:hover { text-decoration: none; color: #fff; text-decoration: none; }
.threesixtyicon { 
    max-width: 43px;
    filter: brightness(0) invert(1);
    float: left;
    margin-right: 10px;
 }

.HotspotPlugin_Hotspot { display: none; }
.tab-content-p.current .HotspotPlugin_Hotspot {display:block;}

@media(max-width: 767px){
  ul.middleTab li {
    padding: 10px 0;
    margin: 0 5px;
    font-size: 12px;
    text-align: center;
  }
  .threesixtybtn {
      padding: 5px 0px 5px;
      margin: 0 10px;
      font-size: 12px;
      width: 100px;
  }
  .threesixtyicon {
      max-width: 28px;
      margin-right: 5px;
  }
  .footernv {
      margin-top: 10px;
      margin-bottom: 30px;
  }
  .footernv li {
      margin: 0 5px;
      width: 40px;
  }
  .footernv li img {
      width: 100%;
      height: auto;
  }
  .tabArea {
    bottom: 100px;
  }
}