


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

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

		};
	})(jQuery);

	var k1809910, k2809910;

	function animasyon809910() {
		var el = $('#ta-bls-809910 .efekt-809910');
		
		var rf = 'transform:' + $('#ta-bls-809910 .efekt-809910').css('transform')+';';
		
		if (el.visible809910(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				//console.log('809910: Basladi');
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1809910);
				clearTimeout(k2809910);

				k1809910 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 900);
				
				k2809910 = setTimeout(function() {
					//console.log('809910: Ekranda');
					el.removeClass('animate__animated animate__Kapat animate__Kapat').addClass('efekt_basladi2 animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('ekranda'));
				}, (900+1000));
				
				
				k3809910 = setTimeout(function() {
									}, (1000+1000+1000));
			}
		} 
		if (el.notvisible809910()) 
		{
					}
	}
	$(window).scroll(function() { animasyon809910() });
	animasyon809910();


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

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

		};
	})(jQuery);

	var k1809911, k2809911;

	function animasyon809911() {
		var el = $('#ta-bls-809911 .efekt-809911');
		
		var rf = 'transform:' + $('#ta-bls-809911 .efekt-809911').css('transform')+';';
		
		if (el.visible809911(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
								
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1809911);
				clearTimeout(k2809911);

				k1809911 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__');
				}, 0);
				
				k2809911 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat animate__').addClass('efekt_basladi2 animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('ekranda'));
				}, (0+100));
				
				
				k3809911 = setTimeout(function() {
									}, (100+100+800));
			}
		} 
		if (el.notvisible809911()) 
		{
					}
	}
	$(window).scroll(function() { animasyon809911() });
	animasyon809911();


    
                                                                                                          /* ID: 874186 TUR: 287 */
    
    

		
			if(document.getElementById("countdown_timer874186")){
			var countDownDate = new Date("06.05.2022 10:00:00").getTime(); //geri sayılacak ileri zamanki bir tarih
			var dayText	= "Gün";
			var hourText	= "Saat";
			var minuteText	= "Dakika";
			var secondText	= "Saniye";
			if (countDownDate){ //tarih var ise
				var x = setInterval(function() { //sayacı belirli aralıklarla yenile
					var now = new Date().getTime(); //şimdiki zamanı al
					var distance = countDownDate - now; //geri sayılacak tarih ile şimdiki tarih arasındaki zaman farkını al
					if (distance < 0) { //zaman farkı yok ise belirtilen zamanı geçti
						clearInterval(x); //sayacı sil
						//alert("deneme")
						$(".vls-874186 .countdown_timer874186").html("<div data-custom-area='sncgstr-874186' class='custom-area-enabled paint-area paint-area--text sncgstr'><a href='https://www.google.com' title='' target='_blank'></a></div>");
					}else { //zaman farkı var ise
						//aradaki zaman farkını gün,saat,dakika,saniye olarak böl
						var days = Math.floor(distance / (1000 * 60 * 60 * 24)),
							hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)),
							minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)),
							seconds = Math.floor((distance % (1000 * 60)) / 1000),
							days = (days?'<div><div data-custom-area="days" data-bls-id="874186" class="custom-area-enabled paint-area paint-area--text">'+days+'</div><div>'+dayText+'</div></div>':''), //gun varsa gun degerini yaz
							hours = (hours?'<div><div>'+hours+'</div><div>'+hourText+'</div></div>':''), //saat varsa saat degerini yaz
							minutes = (minutes?'<div><div>'+minutes+'</div><div>'+minuteText+'</div></div>':''), //dakika varsa dakika degerini yaz
							seconds = (seconds?'<div><div>'+seconds+'</div><div>'+secondText+'</div></div>':''); //saniye varsa saniye degerini yaz
						document.getElementById("countdown_timer874186").innerHTML = days + hours + minutes + seconds; //yazdır
					}
				}, 1000); //1 saniyede bir sayaç güncellenecek
			}
			}
		

    
          /* ID: 874187 TUR: 274 */
    
    

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

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

		};
	})(jQuery);

	var k1874187, k2874187;

	function animasyon874187() {
		var el = $('#ta-bls-874187 .efekt-874187');
		
		var rf = 'transform:' + $('#ta-bls-874187 .efekt-874187').css('transform')+';';
		
		if (el.visible874187(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1874187);
				clearTimeout(k2874187);

				k1874187 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 100);
				
				k2874187 = 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'));
				}, (100+1000));
				
				
				k3874187 = setTimeout(function() {
									}, (200+1000+200));
			}
		} 
		if (el.notvisible874187()) 
		{
					}
	}
	$(window).scroll(function() { animasyon874187() });
	animasyon874187();



    
          /* ID: 874188 TUR: 277 */
    
    
	(function($) {
		$.fn.notvisible874188 = 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.visible874188 = 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 k1874188, k2874188;

	function animasyon874188() {
		var el = $('#ta-bls-874188 .efekt-874188');
		
		var rf = 'transform:' + $('#ta-bls-874188 .efekt-874188').css('transform')+';';
		
		if (el.visible874188(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1874188);
				clearTimeout(k2874188);

				k1874188 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 0);
				
				k2874188 = 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+1000));
				
				
				k3874188 = setTimeout(function() {
									}, (100+1000+100));
			}
		} 
		if (el.notvisible874188()) 
		{
					}
	}
	$(window).scroll(function() { animasyon874188() });
	animasyon874188();


    
          /* ID: 880658 TUR: 287 */
    
    

		
			if(document.getElementById("countdown_timer880658")){
			var countDownDate = new Date("2022/05/12 13:22:00").getTime(); //geri sayılacak ileri zamanki bir tarih
			var dayText	= "Gün";
			var hourText	= "Saat";
			var minuteText	= "Dakika";
			var secondText	= "Saniye";
			if (countDownDate){ //tarih var ise
				var x = setInterval(function() { //sayacı belirli aralıklarla yenile
					var now = new Date().getTime(); //şimdiki zamanı al
					var distance = countDownDate - now; //geri sayılacak tarih ile şimdiki tarih arasındaki zaman farkını al
					if (distance < 0) { //zaman farkı yok ise belirtilen zamanı geçti
						clearInterval(x); //sayacı sil
						//alert("deneme")
						$(".vls-880658 .countdown_timer880658").html("<div data-custom-area='sncgstr-880658' class='custom-area-enabled paint-area paint-area--text sncgstr'><a href='' title='Geri Sayım' target='_blank'></a>Geri Sayım</div>");
					}else { //zaman farkı var ise
						//aradaki zaman farkını gün,saat,dakika,saniye olarak böl
						var days = Math.floor(distance / (1000 * 60 * 60 * 24)),
							hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)),
							minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60)),
							seconds = Math.floor((distance % (1000 * 60)) / 1000),
							days = (days?'<div><div data-custom-area="days" data-bls-id="880658" class="custom-area-enabled paint-area paint-area--text">'+days+'</div><div>'+dayText+'</div></div>':''), //gun varsa gun degerini yaz
							hours = (hours?'<div><div>'+hours+'</div><div>'+hourText+'</div></div>':''), //saat varsa saat degerini yaz
							minutes = (minutes?'<div><div>'+minutes+'</div><div>'+minuteText+'</div></div>':''), //dakika varsa dakika degerini yaz
							seconds = (seconds?'<div><div>'+seconds+'</div><div>'+secondText+'</div></div>':''); //saniye varsa saniye degerini yaz
						document.getElementById("countdown_timer880658").innerHTML = days + hours + minutes + seconds; //yazdır
					}
				}, 1000); //1 saniyede bir sayaç güncellenecek
			}
			}
		

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

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

		};
	})(jQuery);

	var k1880660, k2880660;

	function animasyon880660() {
		var el = $('#ta-bls-880660 .efekt-880660');
		
		var rf = 'transform:' + $('#ta-bls-880660 .efekt-880660').css('transform')+';';
		
		if (el.visible880660(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1880660);
				clearTimeout(k2880660);

				k1880660 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 0);
				
				k2880660 = 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+1000));
				
				
				k3880660 = setTimeout(function() {
									}, (100+1000+100));
			}
		} 
		if (el.notvisible880660()) 
		{
					}
	}
	$(window).scroll(function() { animasyon880660() });
	animasyon880660();


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

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

		};
	})(jQuery);

	var k1890521, k2890521;

	function animasyon890521() {
		var el = $('#ta-bls-890521 .efekt-890521');
		
		var rf = 'transform:' + $('#ta-bls-890521 .efekt-890521').css('transform')+';';
		
		if (el.visible890521(true)) {
			if(!el.hasClass("efekt_basladi"))
			{
				
				
				el.addClass('efekt_basladi');
				
				
				clearTimeout(k1890521);
				clearTimeout(k2890521);

				k1890521 = setTimeout(function() {
					el.removeClass('animate__animated animate__Kapat').attr('style', el.attr('style')+el.data('giris')).addClass('efekt_basladi2 animate__animated animate__Kapat');
				}, 0);
				
				k2890521 = 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));
				
				
				k3890521 = setTimeout(function() {
									}, (100+6000+4000));
			}
		} 
		if (el.notvisible890521()) 
		{
					}
	}
	$(window).scroll(function() { animasyon890521() });
	animasyon890521();


    
  



setTimeout(function(){
  
  },3000);
/* CACHED: 2025-04-26 16:02:11 *//* CACHE */