File: /home/clinicamaciel/www/wp-content/plugins/vc-extensions-bundle/metrocarousel/js/init.min.js
jQuery(document).ready(function(a){a("body").addClass("metro");var b=0;jQuery(".carousel").each(function(c){var d=c;b=d;var e=a(this).data("position")||"bottom-left",f=a(this).data("buttontype")||"default",g=a(this).data("animation")||"slide",h=a(this).data("containermagin"),i=a(this).data("carouselheight")||300,j="yes"==a(this).data("autoplay")?!0:!1,k=a(this).data("autoplayspeed")||4e3,l=a(this).data("carouselbgcolor")||"none";a(this).css({"background-color":l,height:i,margin:h}),a(this).carousel({auto:j,height:300,effect:g,period:k,duration:600,markers:{position:e,type:f}}),a(this).find(".carousel-item").each(function(){a(this).attr("rel","carousel-gallery"+d).boxer({fixed:!0})})}),jQuery(".tile").each(function(c){var d=c+b+1,e=a(this).data("slideeffect")||"slideLeft",f=a(this).data("tileheight")||300,g=a(this).data("containermagin"),h=a(this).data("tileautoplayspeed")||4e3;a(this).css({height:f,margin:g}),a(this).livetile({effect:e,period:h,duration:800,easing:"easeInOutExpo"}),a(this).find(".carousel-item").each(function(){a(this).attr("rel","carousel-gallery"+d).boxer({fixed:!0})})}),a(window).on("resize",function(){a(".tile").each(function(){var c=a(this).data("mintilewidth"),d=a(this).data("mintileheight"),e=a(this).data("tileheight")||300;a(this).width()<=c?a(this).css("height",d):a(this).css("height",e)}),a(".carousel").each(function(){var c=a(this).data("mincarouselwidth"),d=a(this).data("mincarouselheight"),e=a(this).data("position");if("top-center"==e||"bottom-center"==e){var f=a(this).find(".markers");f.css({left:a(this).width()/2-f.width()/2,right:"auto"})}var g=a(this).data("carouselheight")||300;a(this).width()<=c?a(this).css("height",d):a(this).css("height",g)})}),a(window).trigger("resize")});