/*
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(../images/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*
*   Owl Carousel Owl Demo Theme
*   v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}
.featured-inventory {
  box-sizing: border-box;
}
.featured-inventory * {
  box-sizing: border-box;
}
.featured-inventory .thumbnail-frame {
  padding: 0;
  position: relative;
  border: 1px solid #cccccc;
}
.featured-inventory .thumbnail-frame:before,
.featured-inventory .thumbnail-frame:after {
  content: " ";
  display: table;
}
.featured-inventory .thumbnail-frame:after {
  clear: both;
}
.featured-inventory .thumbnail-frame a {
  width: 100%;
  height: 100%;
  display: block;
}
.featured-inventory .thumbnail-frame img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.featured-inventory .thumbnail-frame img.tall-img {
  width: auto;
  height: 100%;
  position: relative;
}
.featured-inventory {
  padding: 0;
  margin: 0;
  line-height: normal;
}
.featured-inventory:before,
.featured-inventory:after {
  content: " ";
  display: table;
}
.featured-inventory:after {
  clear: both;
}
.featured-inventory.media-size-4 .banner,
.featured-inventory.media-size-5 .banner,
.featured-inventory.media-size-6 .banner,
.featured-inventory.media-size-7 .banner,
.featured-inventory.media-size-8 .banner,
.featured-inventory.media-size-9 .banner,
.featured-inventory.media-size-10 .banner {
  top: -18px;
}
.featured-inventory .banner {
  background-color: #000;
  color: #fff;
  text-align: left;
  padding: 3px 5px;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 2;
  font-size: 10px;
  display: table;
}
.featured-inventory .banner.limited {
  background-color: #e99f00;
}
.featured-inventory .banner.sale {
  background-color: #d90000;
}
.featured-inventory .banner.instock {
  background-color: #0b9a00;
}
@media (max-width: 419px) {
  .featured-inventory .banner {
    right: 0;
  }
}
.featured-inventory header.featured-header {
  border-bottom: 3px solid #555555;
}
.featured-inventory header.featured-header:before,
.featured-inventory header.featured-header:after {
  content: " ";
  display: table;
}
.featured-inventory header.featured-header:after {
  clear: both;
}
.featured-inventory h3 {
  font-size: 18px;
  padding-bottom: 5px;
  margin: 0;
  float: left;
}
.featured-inventory .btn-more-inventory {
  margin: 3px 0 5px;
  font-size: 14px;
  float: right;
  color: #000;
}
.featured-inventory .featured-group {
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
}
.featured-inventory .featured-group:before,
.featured-inventory .featured-group:after {
  content: " ";
  display: table;
}
.featured-inventory .featured-group:after {
  clear: both;
}
.featured-inventory .featured-group .featured-item {
  position: relative;
}
.featured-inventory .featured-group .unit {
  margin: 0 0 0 12px;
}
@media (min-width: 768px) {
  .featured-inventory .featured-group .unit {
    margin: 0 5px;
  }
}
.featured-inventory .featured-group .thumbnail-frame {
  background-color: #fff;
  border: none;
  vertical-align: middle;
  text-align: center;
}
.featured-inventory .featured-group .thumbnail-frame img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.featured-inventory .featured-group .summary {
  font-size: 12px;
  vertical-align: top;
  border-top: 1px solid #ddd;
  position: relative;
}
.featured-inventory .featured-group header.item-header {
  padding: 7px 0;
}
.featured-inventory .featured-group header.item-header a:hover {
  text-decoration: none;
}
.featured-inventory .featured-group header.item-header h4 {
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 2px;
}
.featured-inventory .featured-group header.item-header h4:hover {
  text-decoration: underline;
}
.featured-inventory .featured-group header.item-header .price {
  font-weight: 500;
  font-size: 12px;
  color: #000;
}
.featured-inventory .featured-group header.item-header .price.sale {
  color: #b12704;
}
.featured-inventory .featured-group header.item-header .strike-through {
  text-decoration: line-through;
  color: #666;
}
.featured-inventory .featured-group .btn-contact {
  line-height: 20px;
  width: auto;
  margin-top: 5px;
  position: absolute;
  bottom: 7px;
  left: 0px;
  right: 0px;
}
.featured-inventory .featured-group .btn-contact .glyphicon {
  position: relative;
  top: 2px;
  margin-right: 3px;
}
.featured-inventory .cta {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #ddd;
  font-size: 12px;
}
.featured-inventory .cta > div {
  display: table-cell;
  text-align: left;
}
.featured-inventory .cta > div a {
  display: inline-block;
  padding: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  border: 1px solid transparent;
}
.featured-inventory .cta > div:first-child {
  text-align: left;
  padding-left: 0;
}
.featured-inventory .cta > div:first-child a {
  padding-left: 0;
}
.featured-inventory .cta > div:last-child {
  text-align: right;
  padding-right: 0;
}
.featured-inventory .cta > div:last-child a {
  padding-left: 6px;
  padding-right: 6px;
}
.featured-inventory .cta > div:last-child a:hover {
  border: 1px solid #333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* preloading images */
.featured-inventory {
  /* Controls how many items to show dependingon container size
        .itemsUp {
            width = container width
            height = how many items to display in the thumbnail
        }
        .autoplay {
            width = how many seconds before auto play in milliseconds
        }

        Try these in your skin css for example:
        .featured-inventory.media-size-2  .slideshow-thumbnails-size-helper .itemsUp {
            height: 7px;
        }
        .featured-inventory.media-size-3  .slideshow-thumbnails-size-helper .autoplay {
            width: 3000px;
        }
    */
}
.featured-inventory .owl-pagination {
  margin-top: 5px;
}
.featured-inventory .owl-carousel {
  padding: 0;
  margin: 0;
  background-color: #fff;
}
.featured-inventory .owl-carousel .owl-item {
  position: relative;
}
.featured-inventory .owl-carousel .owl-controls {
  margin: 0;
}
.featured-inventory .owl-carousel .owl-controls .owl-buttons div {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  zoom: 1;
  position: absolute;
  top: 0;
  border-radius: 0;
  margin: 0;
  padding: 15px 3px;
  font-size: 16px;
}
.featured-inventory .owl-carousel .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.featured-inventory .owl-carousel .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.featured-inventory .owl-theme .owl-wrapper-outer {
  border: 1px solid #cccccc;
}
.featured-inventory .owl-theme .owl-wrapper .owl-item.loading {
  min-height: 150px;
  background: url(../images/loader.gif) no-repeat center center;
  background-size: 64px 64px;
  transition: opacity 0s ease-in-out;
}
.featured-inventory .play-btn-container {
  height: 24px;
  width: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 20px;
  text-align: center;
}
.featured-inventory .play-btn-container .play-btn {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.65);
  color: rgba(0, 0, 0, 0.65);
}
@media (min-width: 480px) {
  .featured-inventory .play-btn-container {
    font-size: 30px;
    height: 34px;
  }
}
.featured-inventory:hover .play-btn-container .play-btn {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-color: rgba(255, 255, 255, 0.75);
  color: rgba(0, 0, 0, 0.75);
}
.featured-inventory .owl-buttons {
  display: none;
}
@media (min-width: 768px) {
  .featured-inventory .owl-buttons {
    display: block;
  }
}
.featured-inventory.media-size-1 .owl-item {
  padding: 0 15px 0 0;
}
.featured-inventory.media-size-2 .owl-item {
  padding: 0 15px 0 0;
}
.featured-inventory.media-size-3 .owl-item {
  padding: 0 20px 0 0;
}
.featured-inventory.media-size-4 .owl-item,
.featured-inventory.media-size-5 .owl-item,
.featured-inventory.media-size-6 .owl-item,
.featured-inventory.media-size-7 .owl-item,
.featured-inventory.media-size-8 .owl-item,
.featured-inventory.media-size-9 .owl-item,
.featured-inventory.media-size-10 .owl-item {
  padding: 0 15px;
}
.featured-inventory[class*="media-size"] .slideshow-thumbnails-size-helper {
  display: none;
  border: 1px solid red;
}
.featured-inventory[class*="media-size"] .slideshow-thumbnails-size-helper .autoplay {
  width: 5000px;
}
.featured-inventory.media-size-1 .slideshow-thumbnails-size-helper .itemsUp {
  width: 1px;
  height: 1px;
}
.featured-inventory.media-size-2 .slideshow-thumbnails-size-helper .itemsUp {
  width: 420px;
  height: 2px;
}
.featured-inventory.media-size-3 .slideshow-thumbnails-size-helper .itemsUp {
  width: 630px;
  height: 3px;
}
.featured-inventory.media-size-4 .slideshow-thumbnails-size-helper .itemsUp {
  width: 840px;
  height: 4px;
}
.featured-inventory.media-size-5 .slideshow-thumbnails-size-helper .itemsUp {
  width: 1050px;
  height: 5px;
}
.featured-inventory.media-size-6 .slideshow-thumbnails-size-helper .itemsUp {
  width: 1260px;
  height: 6px;
}
.featured-inventory.media-size-7 .slideshow-thumbnails-size-helper .itemsUp {
  width: 1470px;
  height: 7px;
}
.featured-inventory.media-size-8 .slideshow-thumbnails-size-helper .itemsUp {
  width: 1680px;
  height: 8px;
}
.featured-inventory.media-size-9 .slideshow-thumbnails-size-helper .itemsUp {
  width: 1890px;
  height: 9px;
}
.featured-inventory.media-size-10 .slideshow-thumbnails-size-helper .itemsUp {
  width: 2000px;
  height: 10px;
}
