/****************************************************************************************************/
/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

  /*//CSS*/

}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

  /*CSS*/

}

@media (min-width: 1025px){
  .alignnone {
    margin: 0;
}

  main#content, main#main{
    /*padding-top: 140px;*/
    padding-top: 105px;
    min-height: 560px;
  }

  .home main#content, .home main#main{
    padding-top: 100px;
  }
  .single main#content, .single main#main{
    padding-top: 105px;
  }

  .single main#main .show-content {
    padding-top: -2px;
  }
  .single-fascination_bmw main#main{
    padding-top: 105px;
  }
}

/****************************************************************************************************/
/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

  main#content{
    margin-top: 72px;
  }


}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

  /*CSS*/

}

/****************************************************************************************************/
/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

  .globalnav-primary-vehicles__filter-nav ul li:not(:last-child) {
    margin-right: 10px;
  }

  .globalnav-primary-vehicles__filter-nav ul li:not(:first-child) {
    margin-left: 0px;
  }



}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

  .globalnav-primary-vehicles__filter-nav ul li:not(:last-child) {
    margin-right: 10px;
  }
  .globalnav-primary-vehicles__filter-nav ul li:not(:first-child) {
    margin-left: 0px;
  }

  #vehicle-show-h .carousel-inner .carousel-item {
    margin-top: 40px;
  }

}
/****************************************************************************************************/

@media (min-width: 320px) and (max-width: 767px) {
    .hero-sec .slick-list,
    .js-slick-carousel .slick-list {
      overflow: hidden !important;
      min-height: 390px !important;
    }
  .u-header__navbar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  #logoAndNav nav img {

    position: absolute;
    width: 31px;
    top: 9px;

}

  .u-search-classic{
    width: auto;
  }

  ul.social-list-footer{
    text-align: left;
  }

  .footer-list-model-item ul li:not(:last-child) {
    margin-right: 6px;
  }

  #vehicle-show-h .carousel-inner .carousel-item img{
    width: 100%;
  }


}
