$(function(){if(matchMedia("(min-width:768px)").matches){$(".home_hero-carousel-fade .owl-carousel").owlCarousel({items:1,loop:!1,rewind:!0,autoplay:!0,dots:!1,nav:!1,mouseDrag:!1,touchDrag:!1,autoplayTimeout:5e3,animateOut:"fadeOut",onInitialized:function(){$(".owl-item.active").addClass("owl-item-zoom")},onTranslate:function(){$(".owl-item").removeClass("owl-item-zoom").addClass("owl-item-zoom")},onTranslated:function(){$(".owl-item:not(.active)").removeClass("owl-item-zoom")}});$(window).on("resize",function(){matchMedia("(max-width:767px)").matches&&$(".home_hero-carousel-fade .owl-carousel").owlCarousel("destroy")})}$("#home_collections .owl-carousel").owlCarousel({items:2,loop:!0,dots:!0,dotsEach:!1,nav:!1,center:!1,navText:['<div class="icon icon-arrow-left"><\/div>','<div class="icon icon-arrow-right test"><\/div>'],responsive:{768:{items:5,loop:!1,mouseDrag:!1,touchDrag:!1}}});$("#home_locations .owl-carousel").owlCarousel({items:4,loop:!0,dots:!1,nav:!0,navText:['<div class="icon icon-arrow-left"><\/div>','<div class="icon icon-arrow-right"><\/div>']});$("#home_videos").on("click",".play",function(){$(this).parent().html('<div class="ratio_"><iframe class="ratio_item" src="https://www.youtube.com/embed/aOG0DNi7cJY?rel=0&amp;controls=2&amp;showinfo=0&amp;iv_load_policy=3&amp;autoplay=1&amp;enablejsapi=1" frameborder="0" allowfullscreen><\/iframe><\/div>')});$(".part-exchange-carousel .owl-carousel").owlCarousel({items:1,loop:!0,dots:!1,nav:!1,autoplay:!0,autoplayTimeout:3e3,autoplaySpeed:800,animateOut:"bounceOutRight",animateIn:"bounceInLeft"})})