/* VI Banner style */ 
  ul li{
    list-style-type: none;
  }
  .responsive-img{
    width: 100%;
  }
  #vi-banner-container{
    max-width:1490px;
    width:100%;
    margin:0 auto;
    position:relative;
  }
  #vi-banner-container a:focus, ul:focus, li:focus {
    outline:0;
  }
  .static-lockup{
    width: 19.5%;
    max-width: 290px;
    float: left;
  }
  .fit-detail-wrapper img {
    max-width: inherit;
  }
  li.fit-unit.slick-slide{
    max-width: 200px;
  }
  .fit-image-wrapper{
    position: relative;
  }
  .alt-slide-style{
    position: absolute;
  }
  ul.alt-images-slider li{
    z-index: -2;
  }
  ul.alt-images-slider li.top{
    z-index: -1;
  }
  li.slick-slide.fit-details.collapsed{
    width: 0px !important;
    opacity: 1;
  }
  li.slick-slide.fit-details.expanded{
  }
  ul#vi-banner-carousel li span.expand-button-style{
    width: 16%;
    position: absolute;
    right: 0px;
    z-index: 10;
  }
  ul#vi-banner-carousel li span.expand-button-style a{
    padding: 39% 50%;
    background-color: #192c7b;
    color: #fff;
    text-decoration: none;
  }
  ul#vi-banner-carousel li span.expand-button-style a.expanded{
    background-color: #b1b1b1;
  }
  ul.alt-images-slider, li.fit-details{
    cursor: pointer;
  }
   ul#vi-banner-carousel li.fit-details{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  ul.alt-images-slider, span.expand-button-style, a.expand-icon {
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
  }
  .expand-btn-fade{
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
  }
  .expand-btn-fade-last-child{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
  }
  .expand-icon::before, .expand-icon::after {
    content: " ";
    width: 56%;
    height: 0.11em;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 85%;
    left: 50%;
    transition: all 0.4s cubic-bezier(.42, 0, .58, 1);
    opacity: 1;
  }
  .expand-icon::before {
    transform: translate(-50%, -50%) rotate(270deg);
  }
  .expand-icon::after {
    transform: translate(-50%, -50%);
  }
  .expand-icon.expanded::before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .expand-icon.expanded::after {
    transform: translate(-50%, -50%) rotate(-180deg);
    opacity: 0;
  }

  /* slick slider style */
  .slider-container{
    opacity: 0;
  }
  .slider-container.slick-initialized{
    opacity: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
  }
  .slider-container #vi-banner-carousel img{
    width: 100%;
    display: inline-block;
  }
  #slider.slider-container{
    border: 0px;
    margin: 30px 0;
    position: inherit;
  }
  #vi-banner-container ul{
    padding: 0;
  }
 
  /* Arrows */
  .slick-prev,
  .slick-next{
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    opacity: 0.7;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .slick-arrow.disabled{
    opacity: 0;
    cursor: default;
    pointer-events: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
  }
   .slick-arrow img{
    width: 100%;
  }
   a.slick-arrow {
    max-width: 38px; /* Width of arrow image */
    min-width: 18px;
    width: 4vw;
    z-index: 5;
  }
   .slick-arrow.slick-prev{
    left: 19.5%;
  }
   .slick-arrow.slick-next{
    right: 0;
  }