
/* ID: 909132 TUR: 219 */


$('.vls-909132-6228f1951e').on('init', function(e, slick) {

	(function($) {
		$.fn.visible909132 = function() {
			
			var $t        = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = $t.offset().top,
			_bottom       = _top + $t.height() - 50;
			return (_top>viewTop && _top<viewBottom)
		};
	})(jQuery);


	function animasyon909132(x) {
  	var el = $('#bls-909132 li[data-slick-index="0"]');

		el.find('.efektd').each(function() {
			if ( $(this).visible909132(true)) {
			   	 $(this).addClass("animated");
			   	 $(this).addClass($(this).data('efekt'));      
        }
        
      });
      
      	el.find('.efektdx').each(function() {
			if ( $(this).visible909132(true)) {
			   	 $(this).addClass("animated");
			   	 $(this).addClass($(this).data('efekt'));      
        }
        
      });
	}
	
	$(window).scroll(function() { animasyon909132(true) });
	animasyon909132(false);
	});


$(document).ready(function() {
				$('.ybirimlec-909132').mouseParallax({ moveFactor: 0.0, w: 100, h: 100 });
				$('.yikiimlec-909132').mouseParallax({ moveFactor: 0.0, w: 100, h: 100 });
				$('.ysekizimlec-909132').mouseParallax({ moveFactor: 0.0, w: 100, h: 100 });
				
			});

			

			


 $('.vls-909132-6228f1951e').slick({
 
  slidesToShow: 1,
  slidesToScroll: 1,
  infinite: true,
  dots: true,
  arrows: true,
  autoplay: true,
  cssEase: 'linear',
  fade:true,  adaptiveHeight: false,
    autoplaySpeed:4000,
  speed:100,
  responsive: [
    {
      breakpoint: 990,
      settings: {
	    slidesToShow: 1,
      	adaptiveHeight: true
        
      }
    }
    // You can unslick at a given breakpoint now by adding:
    // settings: "unslick"
    // instead of a settings object
  ]
 });
   
$('.vls-909132-6228f1951e').on('beforeChange', function(event, slick, currentSlide, nextSlide){
  
  	var el = $('#bls-909132 li[data-slick-index="'+nextSlide+'"]');
  	var elx = $('#bls-909132 li[data-slick-index="'+currentSlide+'"]');

  		elx.find('.efektd').each(function() {
			   	 $(this).removeClass("animated");
			   	 $(this).removeClass($(this).data('efekt'))
			   	  });
      
      	elx.find('.efektdx').each(function() {
			   	 $(this).removeClass("animated");
			   	 $(this).removeClass($(this).data('efekt')) 
			   	});

		el.find('.efektd').each(function() {
			   	 $(this).addClass("animated");
			   	 $(this).addClass($(this).data('efekt'))
			   	  });
      
      	el.find('.efektdx').each(function() {
			   	 $(this).addClass("animated");
			   	 $(this).addClass($(this).data('efekt')) 
			   	});
			   	
			   el.find('.efektd').each(function() {
			   	 $(this).attr('style', $(this).attr('style')+$(this).data('animate'));
			   	});
      
});


var slideWrapper09091326228f1951e = $('.vls-909132-6228f1951e'),
    iframes = slideWrapper09091326228f1951e.find('.embed-player'),
    lazyImages = slideWrapper09091326228f1951e.find('.slide-image'),
    lazyCounter = 0;

// POST commands to YouTube or Vimeo API
function postMessageToPlayer(player, command){
  if (player == null || command == null) return;
  player.contentWindow.postMessage(JSON.stringify(command), "*");
}

// When the slide is changing
function playPauseVideo(slick, control){
  var currentSlide, slideType, startTime, player, video;

  currentSlide = slick.find(".slick-current");
  slideType = currentSlide.attr("class").split(" ")[0];
  player = currentSlide.find("iframe").get(0);
  startTime = currentSlide.data("video-start");
  if (slideType === "vimeo") {
    switch (control) {
      case "play":
        if ((startTime != null && startTime > 0 ) && !currentSlide.hasClass('started')) {
          currentSlide.addClass('started');
          postMessageToPlayer(player, {
            "method": "setCurrentTime",
            "value" : startTime
          });
        }
        postMessageToPlayer(player, {
          "method": "play",
          "value" : 1
        });
        break;
      case "pause":
        postMessageToPlayer(player, {
          "method": "pause",
          "value": 1
        });
        break;
    }
  } else if (slideType === "youtube") {
    switch (control) {
      case "play":
     /*   postMessageToPlayer(player, {
          "event": "command",
          "func": "mute"
        });*/
        postMessageToPlayer(player, {
          "event": "command",
          "func": "playVideo"
        });
        break;
      case "pause":
        postMessageToPlayer(player, {
          "event": "command",
          "func": "pauseVideo"
        });
        break;
    }
  } else if (slideType === "video") {
    video = currentSlide.children("video").get(0);
    if (video != null) {
      if (control === "play"){
        video.play();
      } else {
        video.pause();
      }
    }
  }
}

// Resize player
function resizePlayer(iframes, ratio) {
  if (!iframes[0]) return;
  var win = $(".main-slider"),
      width = win.width(),
      playerWidth,
      height = win.height(),
      playerHeight,
      ratio = ratio || 16/9;

  iframes.each(function(){
    var current = $(this);
    if (width / ratio < height) {
      playerWidth = Math.ceil(height * ratio);
      current.width(playerWidth).height(height).css({
        left: (width - playerWidth) / 2,
         top: 0
        });
    } else {
      playerHeight = Math.ceil(width / ratio);
      current.width(width).height(playerHeight).css({
        left: 0,
        top: (height - playerHeight) / 2
      });
    }
  });
}


  
 slideWrapper09091326228f1951e.on("init", function(slick){
    slick = $(slick.currentTarget);
    setTimeout(function(){
      playPauseVideo(slick,"play");
    }, 1000);
    resizePlayer(iframes, 16/9);
  });
  slideWrapper09091326228f1951e.on("beforeChange", function(event, slick) {
    slick = $(slick.$slider);
    playPauseVideo(slick,"pause");
  });
  slideWrapper09091326228f1951e.on("afterChange", function(event, slick) {
    slick = $(slick.$slider);
    playPauseVideo(slick,"play");
  });
  slideWrapper09091326228f1951e.on("lazyLoaded", function(event, slick, image, imageSource) {
    lazyCounter++;
    if (lazyCounter === lazyImages.length){
      lazyImages.addClass('show');
      // slideWrapper0.slick("slickPlay");
    }
  });
  



    $(document).on("click", "[data-bls-href]", function(event) {
    	if(!$("body.yonetici").length){
        window.location.href=$(this).attr("data-bls-href");
        }
    });

/* ID: 909133 TUR: 233 */


	(function($) {
		$.fn.visible909133 = function() {
			
			var $t        = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = $t.offset().top,
			_bottom       = _top + $t.height() - 50;
			return (_top>viewTop && _top<viewBottom)
		};
	})(jQuery);


	function animasyon909133(x) {
		var el = $('#bls-909133');

		el.find('.efektd').each(function() {
			if ( $(this).visible909133(true)) {
			   	 $(this).addClass("animated");
			   	 $(this).addClass($(this).data('efekt'));      
        }
        
      });
      
      	el.find('.efektdx').each(function() {
			if ( $(this).visible909133(true)) {
			   	 $(this).addClass("animated");
			   	 $(this).addClass($(this).data('efekt'));      
        }
        
      });
	}
	
	$(window).scroll(function() { animasyon909133(true) });
	animasyon909133(false);
	





    $(document).on("click", "[data-bls-href]", function(event) {
    	if(!$("body.yonetici").length){
        window.location.href=$(this).attr("data-bls-href");
        }
    });

/* ID: 909135 TUR: 199 */	
		(function($) {
				$.fn.visible909135 = function() {

				var $t = $(this),
					$w = $(window),
					viewTop = $w.scrollTop(),
					viewBottom = viewTop + $w.height(),
					_top = $t.offset().top,
					_bottom = _top + $t.height() - 50;
				return (_top > viewTop && _top < viewBottom)
			};
		})(jQuery);


		function animasyon909135(x) {
		var el = $('#bls-909135');

		el.find('.efektd').each(function() {
			if ( $(this).visible909135(true)) {
			$(this).addClass("animated");
			$(this).addClass($(this).data('efekt'));
		}

		});

		el.find('.efektdx').each(function() {
			if ( $(this).visible909135(true)) {
			$(this).addClass("animated");
			$(this).addClass($(this).data('efekt'));
		}

		});
		}

		$(window).scroll(function() { animasyon909135(true) });
		animasyon909135(false);
	
	
		$(document).ready(function() {
			$('.ybirimlec-909135').mouseParallax({ moveFactor: 0.0,  });
			$('.yikiimlec-909135').mouseParallax({ moveFactor: 0.0,  });
			$('.ysekizimlec-909135').mouseParallax({ moveFactor: 0.0,  });

		});
	
/* ID: 909139 TUR: 73 *//* ID: 909145 TUR: 239 */

$( document ).ready(function() {
	(function($) {
		$.fn.visible909145 = function() {
			
			var $t        = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = $t.offset().top,
			_bottom       = _top + $t.height() - 50;
			return (_top>viewTop && _top<viewBottom)
		};
	})(jQuery);


	function animasyon909145(x) {
		var el = $('#bls-909145');

		el.find('.efektd').each(function() {
			if ( $(this).visible909145(true)) {
			   	 $(this).addClass("animated");
			   	 $(this).addClass($(this).data('efekt'));      
        }
        
      });
      
      	el.find('.efektdx').each(function() {
			if ( $(this).visible909145(true)) {
			   	 $(this).addClass("animated");
			   	 $(this).addClass($(this).data('efekt'));      
        }
        
      });
	}
	
	$(window).scroll(function() { animasyon909145(true) });
	animasyon909145(false);
	});


/* ID: 909144 TUR: 261 */


	(function($) {
		$.fn.visible909144 = function() {
			
			var $t        = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = $t.offset().top,
			_bottom       = _top + $t.height() - 50;
			return (_top>viewTop && _top<viewBottom)
		};
	})(jQuery);


	function animasyon909144(x) {
		var el = $('#bls-909144');

		el.find('.efektd').each(function() {
			if ( $(this).visible909144(true)) {
			   	 $(this).addClass("animated");
			   	 $(this).addClass($(this).data('efekt'));      
        }
        
      });
      
      	el.find('.efektdx').each(function() {
			if ( $(this).visible909144(true)) {
			   	 $(this).addClass("animated");
			   	 $(this).addClass($(this).data('efekt'));      
        }
        
      });
	}
	
	$(window).scroll(function() { animasyon909144(true) });
	animasyon909144(false);
	


 $('.vls-909144-6194e15333').slick({
  slidesToShow: 4,
  slidesToScroll: 1,
  dots: false,
  arrows: false,
  autoplay: false,
  cssEase: 'linear',
  infinite: true,
  fade:false,
  adaptiveHeight: false,
  autoplaySpeed:4000,
  speed:400,
  responsive: [
    {
      breakpoint: 990,
      settings: {
      	adaptiveHeight: true,
        slidesToShow:1,
		slidesToScroll:1
      }
    }
    // You can unslick at a given breakpoint now by adding:
    // settings: "unslick"
    // instead of a settings object
  ]
 });
 
/* ID: 909140 TUR: 73 *//* ID: 909134 TUR: 237 */	
		(function($) {
				$.fn.visible909134 = function() {

				var $t = $(this),
					$w = $(window),
					viewTop = $w.scrollTop(),
					viewBottom = viewTop + $w.height(),
					_top = $t.offset().top,
					_bottom = _top + $t.height() - 50;
				return (_top > viewTop && _top < viewBottom)
			};
		})(jQuery);


		function animasyon909134(x) {
		var el = $('#bls-909134');

		el.find('.efektd').each(function() {
			if ( $(this).visible909134(true)) {
			$(this).addClass("animated");
			$(this).addClass($(this).data('efekt'));
		}

		});

		el.find('.efektdx').each(function() {
			if ( $(this).visible909134(true)) {
			$(this).addClass("animated");
			$(this).addClass($(this).data('efekt'));
		}

		});
		}

		$(window).scroll(function() { animasyon909134(true) });
		animasyon909134(false);
	
	
		$(document).ready(function() {
			$('.ybirimlec-909134').mouseParallax({ moveFactor: 0.0,  });
			$('.yikiimlec-909134').mouseParallax({ moveFactor: 0.0,  });
			$('.ysekizimlec-909134').mouseParallax({ moveFactor: 0.0,  });

		});
	
/* ID: 909146 TUR: 73 */

            /* ID: 909123 TUR: 192 */
    
    
	(function($) {
		$.fn.notvisible909123 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 59,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible909123 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 59,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k1909123, k2909123;

	function animasyon909123() {
		var el = $('#ta-bls-909123 .efekt-909123');
		
		var rf = 'transform:' + $('#ta-bls-909123 .efekt-909123').css('transform')+';';
		
		if (el.visible909123(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
								
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1909123);
				clearTimeout(k2909123);

				k1909123 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 600);
				
				k2909123 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('ekranda'));
				}, (600+2000));
				
				
				k3909123 = setTimeout(function() {
									}, (700+2000+400));
			}
		} 
		if (el.notvisible909123()) 
		{
					}
	}
	$(window).scroll(function() { animasyon909123() });
	animasyon909123();


    
          /* ID: 909131 TUR: 194 */
    
    
	(function($) {
		$.fn.notvisible909131 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 3,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible909131 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 3,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k1909131, k2909131;

	function animasyon909131() {
		var el = $('#ta-bls-909131 .efekt-909131');
		
		var rf = 'transform:' + $('#ta-bls-909131 .efekt-909131').css('transform')+';';
		
		if (el.visible909131(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				//console.log('909131: Basladi');
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1909131);
				clearTimeout(k2909131);

				k1909131 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 1000);
				
				k2909131 = setTimeout(function() {
					//console.log('909131: Ekranda');
					el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('ekranda'));
				}, (1000+1000));
				
				
				k3909131 = setTimeout(function() {
									}, (2000+1000+1000));
			}
		} 
		if (el.notvisible909131()) 
		{
					}
	}
	$(window).scroll(function() { animasyon909131() });
	animasyon909131();


    
          /* ID: 909136 TUR: 196 */
    
    
	(function($) {
		$.fn.notvisible909136 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -39,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible909136 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -39,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k1909136, k2909136;

	function animasyon909136() {
		var el = $('#ta-bls-909136 .efekt-909136');
		
		var rf = 'transform:' + $('#ta-bls-909136 .efekt-909136').css('transform')+';';
		
		if (el.visible909136(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1909136);
				clearTimeout(k2909136);

				k1909136 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 0);
				
				k2909136 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('ekranda'));
				}, (0+6000));
				
				
				k3909136 = setTimeout(function() {
									}, (100+6000+4000));
			}
		} 
		if (el.notvisible909136()) 
		{
					}
	}
	$(window).scroll(function() { animasyon909136() });
	animasyon909136();


    
          /* ID: 909137 TUR: 196 */
    
    
	(function($) {
		$.fn.notvisible909137 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -57,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible909137 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -57,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k1909137, k2909137;

	function animasyon909137() {
		var el = $('#ta-bls-909137 .efekt-909137');
		
		var rf = 'transform:' + $('#ta-bls-909137 .efekt-909137').css('transform')+';';
		
		if (el.visible909137(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1909137);
				clearTimeout(k2909137);

				k1909137 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 0);
				
				k2909137 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('ekranda'));
				}, (0+6000));
				
				
				k3909137 = setTimeout(function() {
									}, (100+6000+4000));
			}
		} 
		if (el.notvisible909137()) 
		{
					}
	}
	$(window).scroll(function() { animasyon909137() });
	animasyon909137();


    
          /* ID: 909138 TUR: 196 */
    
    
	(function($) {
		$.fn.notvisible909138 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -32,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible909138 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -32,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k1909138, k2909138;

	function animasyon909138() {
		var el = $('#ta-bls-909138 .efekt-909138');
		
		var rf = 'transform:' + $('#ta-bls-909138 .efekt-909138').css('transform')+';';
		
		if (el.visible909138(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1909138);
				clearTimeout(k2909138);

				k1909138 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 0);
				
				k2909138 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('ekranda'));
				}, (0+6000));
				
				
				k3909138 = setTimeout(function() {
									}, (100+6000+4000));
			}
		} 
		if (el.notvisible909138()) 
		{
					}
	}
	$(window).scroll(function() { animasyon909138() });
	animasyon909138();


    
          /* ID: 909141 TUR: 196 */
    
    
	(function($) {
		$.fn.notvisible909141 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -58,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible909141 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -58,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k1909141, k2909141;

	function animasyon909141() {
		var el = $('#ta-bls-909141 .efekt-909141');
		
		var rf = 'transform:' + $('#ta-bls-909141 .efekt-909141').css('transform')+';';
		
		if (el.visible909141(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1909141);
				clearTimeout(k2909141);

				k1909141 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 0);
				
				k2909141 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('ekranda'));
				}, (0+6000));
				
				
				k3909141 = setTimeout(function() {
									}, (100+6000+4000));
			}
		} 
		if (el.notvisible909141()) 
		{
					}
	}
	$(window).scroll(function() { animasyon909141() });
	animasyon909141();


    
          /* ID: 909142 TUR: 216 */
    
    
	(function($) {
		$.fn.notvisible909142 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 581,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible909142 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = 581,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k1909142, k2909142;

	function animasyon909142() {
		var el = $('#ta-bls-909142 .efekt-909142');
		
		var rf = 'transform:' + $('#ta-bls-909142 .efekt-909142').css('transform')+';';
		
		if (el.visible909142(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1909142);
				clearTimeout(k2909142);

				k1909142 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 0);
				
				k2909142 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('ekranda'));
				}, (0+900));
				
				
				k3909142 = setTimeout(function() {
									}, (100+900+1000));
			}
		} 
		if (el.notvisible909142()) 
		{
					}
	}
	$(window).scroll(function() { animasyon909142() });
	animasyon909142();


    
          /* ID: 909143 TUR: 196 */
    
    
	(function($) {
		$.fn.notvisible909143 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -452,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible909143 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -452,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k1909143, k2909143;

	function animasyon909143() {
		var el = $('#ta-bls-909143 .efekt-909143');
		
		var rf = 'transform:' + $('#ta-bls-909143 .efekt-909143').css('transform')+';';
		
		if (el.visible909143(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1909143);
				clearTimeout(k2909143);

				k1909143 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 0);
				
				k2909143 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('ekranda'));
				}, (0+6000));
				
				
				k3909143 = setTimeout(function() {
									}, (100+6000+4000));
			}
		} 
		if (el.notvisible909143()) 
		{
					}
	}
	$(window).scroll(function() { animasyon909143() });
	animasyon909143();


    
          /* ID: 909147 TUR: 196 */
    
    
	(function($) {
		$.fn.notvisible909147 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -32,
			_bottom       = _top + $t.height() - 250;
			
			return (((_top<viewTop || _top>viewBottom) &&  (_bottom<viewTop || _bottom>viewBottom)))
		};
	})(jQuery);

	(function($) {
		$.fn.visible909147 = function() {
			
			var $t            = $(this),
			$w            = $(window),
			viewTop       = $w.scrollTop(),
			viewBottom    = viewTop + $w.height(),
			_top          = -32,
			_bottom      = _top + $t.height() - 250;
			
			return (((_top>viewTop && _top<viewBottom) || viewTop == 0 ||  (_bottom>viewTop && _bottom<viewBottom)))

		};
	})(jQuery);

	var k1909147, k2909147;

	function animasyon909147() {
		var el = $('#ta-bls-909147 .efekt-909147');
		
		var rf = 'transform:' + $('#ta-bls-909147 .efekt-909147').css('transform')+';';
		
		if (el.visible909147(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1909147);
				clearTimeout(k2909147);

				k1909147 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 0);
				
				k2909147 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('ekranda'));
				}, (0+6000));
				
				
				k3909147 = setTimeout(function() {
									}, (100+6000+4000));
			}
		} 
		if (el.notvisible909147()) 
		{
					}
	}
	$(window).scroll(function() { animasyon909147() });
	animasyon909147();


    
          /* ID: 909148 TUR: 285 */
    
    

    
  



setTimeout(function(){
  
  },3000);
/* CACHED: 2024-03-22 21:18:16 *//* CACHE */