$(function(){function t(){var t=$(window).width(),i=$("#testimonials--desktop").width(),n=(t-i)/2;r.css({left:-n,right:-n,paddingLeft:n,paddingRight:n})}$("#testimonials--mobile").owlCarousel({loop:!0,items:1,autoplay:!0,navigationText:["<i class='fa fa-angle-left'><\/i>","<i class='fa fa-angle-right'><\/i>"],navigation:!0});var i=$("#testimonials--desktop .testimonial"),n=$("#testimonials--desktop .testimonial>header"),r=$(".inner--content",i);t();$(window).resize(function(){t()});n.click(function(){var n=$(" + .content",this),i=n.outerHeight(),r=$("+ .content .inner--content",this),t;$(".testimonial").removeClass("active");$(".testimonial .content").fadeOut();$(this).parent(".testimonial").addClass("active");n.fadeIn().css({height:i});t=r.outerHeight();n.css({height:t});setTimeout(function(){$(".show--last",n).css({opacity:"1"})},100)});n.first().click()})