<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sukaldeak archivos | Epoca Goro</title>
	<atom:link href="https://epocadekorazioa.com/eu/habitazio_mota/sukaldeak/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Somos especialistas en asesoramiento e interiorismo en Eibar y Durango. ¿Quieres reformar tu hogar? ¿Cambiar tu Mobiliario de Cocina? ¡Contáctanos!</description>
	<lastBuildDate>Wed, 23 Oct 2024 07:12:40 +0000</lastBuildDate>
	<language>eu-ES</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>

<image>
	<url>https://epocadekorazioa.com/wp-content/uploads/2024/02/favicon-Epoca-Goro.png</url>
	<title>Sukaldeak archivos | Epoca Goro</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Sukalde 01</title>
		<link>https://epocadekorazioa.com/eu/proiektuak/sukalde-01/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 09 Feb 2024 11:00:09 +0000</pubDate>
				<guid isPermaLink="false">https://dev.epocadekorazioa.com/proyectos/sukalde-01/</guid>

					<description><![CDATA[<p>La entrada <a href="https://epocadekorazioa.com/eu/proiektuak/sukalde-01/">Sukalde 01</a> se publicó primero en <a href="https://epocadekorazioa.com/eu/">Epoca Goro</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class='white' style='background:rgba(0,0,0,0); border:solid 0px rgba(0,0,0,0); border-radius:0px; padding:0px 0px 0px 0px;'>
<div id='slider_596' class='owl-carousel sa_owl_theme autohide-arrows' data-slider-id='slider_596' style='visibility:hidden;'>
<div id='slider_596_slide01' class='sa_hover_container' style='padding:5% 5%; margin:0px 0%; '><p><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-597" src="https://epocadekorazioa.com/wp-content/uploads/2024/02/cocinas_1-1.png" alt="" width="484" height="651" /></p></div>
<div id='slider_596_slide02' class='sa_hover_container' style='padding:5% 5%; margin:0px 0%; '><p><img decoding="async" class="alignnone size-full wp-image-598" src="https://epocadekorazioa.com/wp-content/uploads/2024/02/cocinas_1-2.png" alt="" width="484" height="651" /></p></div>
<div id='slider_596_slide03' class='sa_hover_container' style='padding:5% 5%; margin:0px 0%; '><p><img decoding="async" class="alignnone size-full wp-image-599" src="https://epocadekorazioa.com/wp-content/uploads/2024/02/cocinas_1-3.png" alt="" width="484" height="651" /></p></div>
</div>
</div>
<script type='text/javascript'>
	jQuery(document).ready(function() {
		jQuery('#slider_596').owlCarousel({
			items : 1,
			smartSpeed : 200,
			autoplay : false,
			autoplayHoverPause : false,
			smartSpeed : 200,
			fluidSpeed : 200,
			autoplaySpeed : 200,
			navSpeed : 200,
			dotsSpeed : 200,
			loop : false,
			nav : true,
			navText : ['Previous','Next'],
			dots : false,
			responsiveRefreshRate : 200,
			slideBy : 1,
			mergeFit : true,
			autoHeight : false,
			mouseDrag : true,
			touchDrag : true
		});
		jQuery('#slider_596').css('visibility', 'visible');
		sa_resize_slider_596();
		window.addEventListener('resize', sa_resize_slider_596);
		function sa_resize_slider_596() {
			var min_height = '50';
			var win_width = jQuery(window).width();
			var slider_width = jQuery('#slider_596').width();
			if (win_width < 480) {
				var slide_width = slider_width / 1;
			} else if (win_width < 768) {
				var slide_width = slider_width / 1;
			} else if (win_width < 980) {
				var slide_width = slider_width / 1;
			} else if (win_width < 1200) {
				var slide_width = slider_width / 1;
			} else if (win_width < 1500) {
				var slide_width = slider_width / 1;
			} else {
				var slide_width = slider_width / 1;
			}
			slide_width = Math.round(slide_width);
			var slide_height = '0';
			if (min_height == 'aspect43') {
				slide_height = (slide_width / 4) * 3;				slide_height = Math.round(slide_height);
			} else if (min_height == 'aspect169') {
				slide_height = (slide_width / 16) * 9;				slide_height = Math.round(slide_height);
			} else {
				slide_height = (slide_width / 100) * min_height;				slide_height = Math.round(slide_height);
			}
			jQuery('#slider_596 .owl-item .sa_hover_container').css('min-height', slide_height+'px');
		}
		var owl_goto = jQuery('#slider_596');
		jQuery('.slider_596_goto1').click(function(event){
			owl_goto.trigger('to.owl.carousel', 0);
		});
		jQuery('.slider_596_goto2').click(function(event){
			owl_goto.trigger('to.owl.carousel', 1);
		});
		jQuery('.slider_596_goto3').click(function(event){
			owl_goto.trigger('to.owl.carousel', 2);
		});
		var resize_596 = jQuery('.owl-carousel');
		resize_596.on('initialized.owl.carousel', function(e) {
			if (typeof(Event) === 'function') {
				window.dispatchEvent(new Event('resize'));
			} else {
				var evt = window.document.createEvent('UIEvents');
				evt.initUIEvent('resize', true, false, window, 0);
				window.dispatchEvent(evt);
			}
		});
	});
</script>

<p>La entrada <a href="https://epocadekorazioa.com/eu/proiektuak/sukalde-01/">Sukalde 01</a> se publicó primero en <a href="https://epocadekorazioa.com/eu/">Epoca Goro</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Sukalde 02</title>
		<link>https://epocadekorazioa.com/eu/proiektuak/sukalde-02/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 02 Feb 2024 11:10:53 +0000</pubDate>
				<guid isPermaLink="false">https://dev.epocadekorazioa.com/proyectos/sukalde-02/</guid>

					<description><![CDATA[<p>La entrada <a href="https://epocadekorazioa.com/eu/proiektuak/sukalde-02/">Sukalde 02</a> se publicó primero en <a href="https://epocadekorazioa.com/eu/">Epoca Goro</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class='white' style='background:rgba(0,0,0,0); border:solid 0px rgba(0,0,0,0); border-radius:0px; padding:0px 0px 0px 0px;'>
<div id='slider_626' class='owl-carousel sa_owl_theme autohide-arrows' data-slider-id='slider_626' style='visibility:hidden;'>
<div id='slider_626_slide01' class='sa_hover_container' style='padding:5% 5%; margin:0px 0%; '><p><img decoding="async" class="alignnone size-full wp-image-627" src="https://epocadekorazioa.com/wp-content/uploads/2024/02/cocinas_10-1.png" alt="" width="484" height="651" /></p></div>
<div id='slider_626_slide02' class='sa_hover_container' style='padding:5% 5%; margin:0px 0%; '><p><img decoding="async" class="alignnone size-full wp-image-628" src="https://epocadekorazioa.com/wp-content/uploads/2024/02/cocinas_10-2.png" alt="" width="484" height="651" /></p></div>
</div>
</div>
<script type='text/javascript'>
	jQuery(document).ready(function() {
		jQuery('#slider_626').owlCarousel({
			items : 1,
			smartSpeed : 200,
			autoplay : false,
			autoplayHoverPause : false,
			smartSpeed : 200,
			fluidSpeed : 200,
			autoplaySpeed : 200,
			navSpeed : 200,
			dotsSpeed : 200,
			loop : false,
			nav : true,
			navText : ['Previous','Next'],
			dots : false,
			responsiveRefreshRate : 200,
			slideBy : 1,
			mergeFit : true,
			autoHeight : false,
			mouseDrag : true,
			touchDrag : true
		});
		jQuery('#slider_626').css('visibility', 'visible');
		sa_resize_slider_626();
		window.addEventListener('resize', sa_resize_slider_626);
		function sa_resize_slider_626() {
			var min_height = '50';
			var win_width = jQuery(window).width();
			var slider_width = jQuery('#slider_626').width();
			if (win_width < 480) {
				var slide_width = slider_width / 1;
			} else if (win_width < 768) {
				var slide_width = slider_width / 1;
			} else if (win_width < 980) {
				var slide_width = slider_width / 1;
			} else if (win_width < 1200) {
				var slide_width = slider_width / 1;
			} else if (win_width < 1500) {
				var slide_width = slider_width / 1;
			} else {
				var slide_width = slider_width / 1;
			}
			slide_width = Math.round(slide_width);
			var slide_height = '0';
			if (min_height == 'aspect43') {
				slide_height = (slide_width / 4) * 3;				slide_height = Math.round(slide_height);
			} else if (min_height == 'aspect169') {
				slide_height = (slide_width / 16) * 9;				slide_height = Math.round(slide_height);
			} else {
				slide_height = (slide_width / 100) * min_height;				slide_height = Math.round(slide_height);
			}
			jQuery('#slider_626 .owl-item .sa_hover_container').css('min-height', slide_height+'px');
		}
		var owl_goto = jQuery('#slider_626');
		jQuery('.slider_626_goto1').click(function(event){
			owl_goto.trigger('to.owl.carousel', 0);
		});
		jQuery('.slider_626_goto2').click(function(event){
			owl_goto.trigger('to.owl.carousel', 1);
		});
		var resize_626 = jQuery('.owl-carousel');
		resize_626.on('initialized.owl.carousel', function(e) {
			if (typeof(Event) === 'function') {
				window.dispatchEvent(new Event('resize'));
			} else {
				var evt = window.document.createEvent('UIEvents');
				evt.initUIEvent('resize', true, false, window, 0);
				window.dispatchEvent(evt);
			}
		});
	});
</script>

<p>La entrada <a href="https://epocadekorazioa.com/eu/proiektuak/sukalde-02/">Sukalde 02</a> se publicó primero en <a href="https://epocadekorazioa.com/eu/">Epoca Goro</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Sukalde 03</title>
		<link>https://epocadekorazioa.com/eu/proiektuak/sukalde-03/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 24 Jan 2024 11:00:59 +0000</pubDate>
				<guid isPermaLink="false">https://dev.epocadekorazioa.com/proyectos/sukalde-03/</guid>

					<description><![CDATA[<p>La entrada <a href="https://epocadekorazioa.com/eu/proiektuak/sukalde-03/">Sukalde 03</a> se publicó primero en <a href="https://epocadekorazioa.com/eu/">Epoca Goro</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class='white' style='background:rgba(0,0,0,0); border:solid 0px rgba(0,0,0,0); border-radius:0px; padding:0px 0px 0px 0px;'>
<div id='slider_571' class='owl-carousel sa_owl_theme ' data-slider-id='slider_571' style='visibility:hidden;'>
<div id='slider_571_slide01' class='sa_hover_container' style='padding:5% 5%; margin:0px 0%; '><p><img decoding="async" class="alignnone size-full wp-image-572" src="https://epocadekorazioa.com/wp-content/uploads/2024/02/cocinas_2-1.png" alt="" width="484" height="651" /></p></div>
<div id='slider_571_slide02' class='sa_hover_container' style='padding:5% 5%; margin:0px 0%; '><p><img decoding="async" class="alignnone size-full wp-image-573" src="https://epocadekorazioa.com/wp-content/uploads/2024/02/cocinas_2-2.png" alt="" width="484" height="651" /></p></div>
<div id='slider_571_slide03' class='sa_hover_container' style='padding:5% 5%; margin:0px 0%; '><p><img decoding="async" class="alignnone size-full wp-image-574" src="https://epocadekorazioa.com/wp-content/uploads/2024/02/cocinas_2-3.png" alt="" width="484" height="651" /></p></div>
</div>
</div>
<script type='text/javascript'>
	jQuery(document).ready(function() {
		jQuery('#slider_571').owlCarousel({
			items : 1,
			smartSpeed : 200,
			autoplay : false,
			autoplayHoverPause : false,
			smartSpeed : 200,
			fluidSpeed : 200,
			autoplaySpeed : 200,
			navSpeed : 200,
			dotsSpeed : 200,
			loop : false,
			nav : true,
			navText : ['Previous','Next'],
			dots : false,
			responsiveRefreshRate : 200,
			slideBy : 1,
			mergeFit : true,
			autoHeight : false,
			mouseDrag : true,
			touchDrag : true
		});
		jQuery('#slider_571').css('visibility', 'visible');
		sa_resize_slider_571();
		window.addEventListener('resize', sa_resize_slider_571);
		function sa_resize_slider_571() {
			var min_height = '100';
			var win_width = jQuery(window).width();
			var slider_width = jQuery('#slider_571').width();
			if (win_width < 480) {
				var slide_width = slider_width / 1;
			} else if (win_width < 768) {
				var slide_width = slider_width / 1;
			} else if (win_width < 980) {
				var slide_width = slider_width / 1;
			} else if (win_width < 1200) {
				var slide_width = slider_width / 1;
			} else if (win_width < 1500) {
				var slide_width = slider_width / 1;
			} else {
				var slide_width = slider_width / 1;
			}
			slide_width = Math.round(slide_width);
			var slide_height = '0';
			if (min_height == 'aspect43') {
				slide_height = (slide_width / 4) * 3;				slide_height = Math.round(slide_height);
			} else if (min_height == 'aspect169') {
				slide_height = (slide_width / 16) * 9;				slide_height = Math.round(slide_height);
			} else {
				slide_height = (slide_width / 100) * min_height;				slide_height = Math.round(slide_height);
			}
			jQuery('#slider_571 .owl-item .sa_hover_container').css('min-height', slide_height+'px');
		}
		var owl_goto = jQuery('#slider_571');
		jQuery('.slider_571_goto1').click(function(event){
			owl_goto.trigger('to.owl.carousel', 0);
		});
		jQuery('.slider_571_goto2').click(function(event){
			owl_goto.trigger('to.owl.carousel', 1);
		});
		jQuery('.slider_571_goto3').click(function(event){
			owl_goto.trigger('to.owl.carousel', 2);
		});
		var resize_571 = jQuery('.owl-carousel');
		resize_571.on('initialized.owl.carousel', function(e) {
			if (typeof(Event) === 'function') {
				window.dispatchEvent(new Event('resize'));
			} else {
				var evt = window.document.createEvent('UIEvents');
				evt.initUIEvent('resize', true, false, window, 0);
				window.dispatchEvent(evt);
			}
		});
	});
</script>

<p>La entrada <a href="https://epocadekorazioa.com/eu/proiektuak/sukalde-03/">Sukalde 03</a> se publicó primero en <a href="https://epocadekorazioa.com/eu/">Epoca Goro</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Sukalde 04</title>
		<link>https://epocadekorazioa.com/eu/proiektuak/sukalde-04/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 23 Jan 2024 11:06:21 +0000</pubDate>
				<guid isPermaLink="false">https://dev.epocadekorazioa.com/proyectos/sukalde-04/</guid>

					<description><![CDATA[<p>La entrada <a href="https://epocadekorazioa.com/eu/proiektuak/sukalde-04/">Sukalde 04</a> se publicó primero en <a href="https://epocadekorazioa.com/eu/">Epoca Goro</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class='white' style='background:rgba(0,0,0,0); border:solid 0px rgba(0,0,0,0); border-radius:0px; padding:0px 0px 0px 0px;'>
<div id='slider_614' class='owl-carousel sa_owl_theme autohide-arrows' data-slider-id='slider_614' style='visibility:hidden;'>
<div id='slider_614_slide01' class='sa_hover_container' style='padding:5% 5%; margin:0px 0%; '><p><img decoding="async" class="alignnone size-full wp-image-615" src="https://epocadekorazioa.com/wp-content/uploads/2024/02/cocinas_7-1.png" alt="" width="484" height="651" /></p></div>
<div id='slider_614_slide02' class='sa_hover_container' style='padding:5% 5%; margin:0px 0%; '><p><img decoding="async" class="alignnone size-full wp-image-616" src="https://epocadekorazioa.com/wp-content/uploads/2024/02/cocinas_7-2.png" alt="" width="484" height="651" /></p></div>
<div id='slider_614_slide03' class='sa_hover_container' style='padding:5% 5%; margin:0px 0%; '><p><img decoding="async" class="alignnone size-full wp-image-617" src="https://epocadekorazioa.com/wp-content/uploads/2024/02/cocinas_7-3.png" alt="" width="484" height="651" /></p></div>
<div id='slider_614_slide04' class='sa_hover_container' style='padding:5% 5%; margin:0px 0%; '><p><img decoding="async" class="alignnone size-full wp-image-613" src="https://epocadekorazioa.com/wp-content/uploads/2024/02/cocinas_6-3.png" alt="" width="484" height="651" /></p></div>
</div>
</div>
<script type='text/javascript'>
	jQuery(document).ready(function() {
		jQuery('#slider_614').owlCarousel({
			items : 1,
			smartSpeed : 200,
			autoplay : false,
			autoplayHoverPause : false,
			smartSpeed : 200,
			fluidSpeed : 200,
			autoplaySpeed : 200,
			navSpeed : 200,
			dotsSpeed : 200,
			loop : false,
			nav : true,
			navText : ['Previous','Next'],
			dots : false,
			responsiveRefreshRate : 200,
			slideBy : 1,
			mergeFit : true,
			autoHeight : false,
			mouseDrag : true,
			touchDrag : true
		});
		jQuery('#slider_614').css('visibility', 'visible');
		sa_resize_slider_614();
		window.addEventListener('resize', sa_resize_slider_614);
		function sa_resize_slider_614() {
			var min_height = '50';
			var win_width = jQuery(window).width();
			var slider_width = jQuery('#slider_614').width();
			if (win_width < 480) {
				var slide_width = slider_width / 1;
			} else if (win_width < 768) {
				var slide_width = slider_width / 1;
			} else if (win_width < 980) {
				var slide_width = slider_width / 1;
			} else if (win_width < 1200) {
				var slide_width = slider_width / 1;
			} else if (win_width < 1500) {
				var slide_width = slider_width / 1;
			} else {
				var slide_width = slider_width / 1;
			}
			slide_width = Math.round(slide_width);
			var slide_height = '0';
			if (min_height == 'aspect43') {
				slide_height = (slide_width / 4) * 3;				slide_height = Math.round(slide_height);
			} else if (min_height == 'aspect169') {
				slide_height = (slide_width / 16) * 9;				slide_height = Math.round(slide_height);
			} else {
				slide_height = (slide_width / 100) * min_height;				slide_height = Math.round(slide_height);
			}
			jQuery('#slider_614 .owl-item .sa_hover_container').css('min-height', slide_height+'px');
		}
		var owl_goto = jQuery('#slider_614');
		jQuery('.slider_614_goto1').click(function(event){
			owl_goto.trigger('to.owl.carousel', 0);
		});
		jQuery('.slider_614_goto2').click(function(event){
			owl_goto.trigger('to.owl.carousel', 1);
		});
		jQuery('.slider_614_goto3').click(function(event){
			owl_goto.trigger('to.owl.carousel', 2);
		});
		jQuery('.slider_614_goto4').click(function(event){
			owl_goto.trigger('to.owl.carousel', 3);
		});
		var resize_614 = jQuery('.owl-carousel');
		resize_614.on('initialized.owl.carousel', function(e) {
			if (typeof(Event) === 'function') {
				window.dispatchEvent(new Event('resize'));
			} else {
				var evt = window.document.createEvent('UIEvents');
				evt.initUIEvent('resize', true, false, window, 0);
				window.dispatchEvent(evt);
			}
		});
	});
</script>

<p>La entrada <a href="https://epocadekorazioa.com/eu/proiektuak/sukalde-04/">Sukalde 04</a> se publicó primero en <a href="https://epocadekorazioa.com/eu/">Epoca Goro</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Sukalde 05</title>
		<link>https://epocadekorazioa.com/eu/proiektuak/sukalde-05/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 17 Jan 2024 11:04:54 +0000</pubDate>
				<guid isPermaLink="false">https://dev.epocadekorazioa.com/proyectos/sukalde-05/</guid>

					<description><![CDATA[<p>La entrada <a href="https://epocadekorazioa.com/eu/proiektuak/sukalde-05/">Sukalde 05</a> se publicó primero en <a href="https://epocadekorazioa.com/eu/">Epoca Goro</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class='white' style='background:rgba(0,0,0,0); border:solid 0px rgba(0,0,0,0); border-radius:0px; padding:0px 0px 0px 0px;'>
<div id='slider_610' class='owl-carousel sa_owl_theme autohide-arrows' data-slider-id='slider_610' style='visibility:hidden;'>
<div id='slider_610_slide01' class='sa_hover_container' style='padding:5% 5%; margin:0px 0%; '><p><img decoding="async" class="alignnone size-full wp-image-611" src="https://epocadekorazioa.com/wp-content/uploads/2024/02/cocinas_6-1.png" alt="" width="484" height="651" /></p></div>
<div id='slider_610_slide02' class='sa_hover_container' style='padding:5% 5%; margin:0px 0%; '><p><img decoding="async" class="alignnone size-full wp-image-612" src="https://epocadekorazioa.com/wp-content/uploads/2024/02/cocinas_6-2.png" alt="" width="484" height="651" /></p></div>
</div>
</div>
<script type='text/javascript'>
	jQuery(document).ready(function() {
		jQuery('#slider_610').owlCarousel({
			items : 1,
			smartSpeed : 200,
			autoplay : false,
			autoplayHoverPause : false,
			smartSpeed : 200,
			fluidSpeed : 200,
			autoplaySpeed : 200,
			navSpeed : 200,
			dotsSpeed : 200,
			loop : false,
			nav : true,
			navText : ['Previous','Next'],
			dots : false,
			responsiveRefreshRate : 200,
			slideBy : 1,
			mergeFit : true,
			autoHeight : false,
			mouseDrag : true,
			touchDrag : true
		});
		jQuery('#slider_610').css('visibility', 'visible');
		sa_resize_slider_610();
		window.addEventListener('resize', sa_resize_slider_610);
		function sa_resize_slider_610() {
			var min_height = '50';
			var win_width = jQuery(window).width();
			var slider_width = jQuery('#slider_610').width();
			if (win_width < 480) {
				var slide_width = slider_width / 1;
			} else if (win_width < 768) {
				var slide_width = slider_width / 1;
			} else if (win_width < 980) {
				var slide_width = slider_width / 1;
			} else if (win_width < 1200) {
				var slide_width = slider_width / 1;
			} else if (win_width < 1500) {
				var slide_width = slider_width / 1;
			} else {
				var slide_width = slider_width / 1;
			}
			slide_width = Math.round(slide_width);
			var slide_height = '0';
			if (min_height == 'aspect43') {
				slide_height = (slide_width / 4) * 3;				slide_height = Math.round(slide_height);
			} else if (min_height == 'aspect169') {
				slide_height = (slide_width / 16) * 9;				slide_height = Math.round(slide_height);
			} else {
				slide_height = (slide_width / 100) * min_height;				slide_height = Math.round(slide_height);
			}
			jQuery('#slider_610 .owl-item .sa_hover_container').css('min-height', slide_height+'px');
		}
		var owl_goto = jQuery('#slider_610');
		jQuery('.slider_610_goto1').click(function(event){
			owl_goto.trigger('to.owl.carousel', 0);
		});
		jQuery('.slider_610_goto2').click(function(event){
			owl_goto.trigger('to.owl.carousel', 1);
		});
		var resize_610 = jQuery('.owl-carousel');
		resize_610.on('initialized.owl.carousel', function(e) {
			if (typeof(Event) === 'function') {
				window.dispatchEvent(new Event('resize'));
			} else {
				var evt = window.document.createEvent('UIEvents');
				evt.initUIEvent('resize', true, false, window, 0);
				window.dispatchEvent(evt);
			}
		});
	});
</script>

<p>La entrada <a href="https://epocadekorazioa.com/eu/proiektuak/sukalde-05/">Sukalde 05</a> se publicó primero en <a href="https://epocadekorazioa.com/eu/">Epoca Goro</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Sukalde 06</title>
		<link>https://epocadekorazioa.com/eu/proiektuak/sukalde-06/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 12 Jan 2024 11:01:56 +0000</pubDate>
				<guid isPermaLink="false">https://dev.epocadekorazioa.com/proyectos/sukalde-06/</guid>

					<description><![CDATA[<p>La entrada <a href="https://epocadekorazioa.com/eu/proiektuak/sukalde-06/">Sukalde 06</a> se publicó primero en <a href="https://epocadekorazioa.com/eu/">Epoca Goro</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class='white' style='background:rgba(0,0,0,0); border:solid 0px rgba(0,0,0,0); border-radius:0px; padding:0px 0px 0px 0px;'>
<div id='slider_600' class='owl-carousel sa_owl_theme autohide-arrows' data-slider-id='slider_600' style='visibility:hidden;'>
<div id='slider_600_slide01' class='sa_hover_container' style='padding:5% 5%; margin:0px 0%; '><p><img decoding="async" class="alignnone size-full wp-image-601" src="https://epocadekorazioa.com/wp-content/uploads/2024/02/cocinas_3-1.png" alt="" width="484" height="651" /></p></div>
<div id='slider_600_slide02' class='sa_hover_container' style='padding:5% 5%; margin:0px 0%; '><p><img decoding="async" class="alignnone size-full wp-image-602" src="https://epocadekorazioa.com/wp-content/uploads/2024/02/cocinas_3-2.png" alt="" width="484" height="651" /></p></div>
</div>
</div>
<script type='text/javascript'>
	jQuery(document).ready(function() {
		jQuery('#slider_600').owlCarousel({
			items : 1,
			smartSpeed : 200,
			autoplay : false,
			autoplayHoverPause : false,
			smartSpeed : 200,
			fluidSpeed : 200,
			autoplaySpeed : 200,
			navSpeed : 200,
			dotsSpeed : 200,
			loop : false,
			nav : true,
			navText : ['Previous','Next'],
			dots : false,
			responsiveRefreshRate : 200,
			slideBy : 1,
			mergeFit : true,
			autoHeight : false,
			mouseDrag : true,
			touchDrag : true
		});
		jQuery('#slider_600').css('visibility', 'visible');
		sa_resize_slider_600();
		window.addEventListener('resize', sa_resize_slider_600);
		function sa_resize_slider_600() {
			var min_height = '50';
			var win_width = jQuery(window).width();
			var slider_width = jQuery('#slider_600').width();
			if (win_width < 480) {
				var slide_width = slider_width / 1;
			} else if (win_width < 768) {
				var slide_width = slider_width / 1;
			} else if (win_width < 980) {
				var slide_width = slider_width / 1;
			} else if (win_width < 1200) {
				var slide_width = slider_width / 1;
			} else if (win_width < 1500) {
				var slide_width = slider_width / 1;
			} else {
				var slide_width = slider_width / 1;
			}
			slide_width = Math.round(slide_width);
			var slide_height = '0';
			if (min_height == 'aspect43') {
				slide_height = (slide_width / 4) * 3;				slide_height = Math.round(slide_height);
			} else if (min_height == 'aspect169') {
				slide_height = (slide_width / 16) * 9;				slide_height = Math.round(slide_height);
			} else {
				slide_height = (slide_width / 100) * min_height;				slide_height = Math.round(slide_height);
			}
			jQuery('#slider_600 .owl-item .sa_hover_container').css('min-height', slide_height+'px');
		}
		var owl_goto = jQuery('#slider_600');
		jQuery('.slider_600_goto1').click(function(event){
			owl_goto.trigger('to.owl.carousel', 0);
		});
		jQuery('.slider_600_goto2').click(function(event){
			owl_goto.trigger('to.owl.carousel', 1);
		});
		var resize_600 = jQuery('.owl-carousel');
		resize_600.on('initialized.owl.carousel', function(e) {
			if (typeof(Event) === 'function') {
				window.dispatchEvent(new Event('resize'));
			} else {
				var evt = window.document.createEvent('UIEvents');
				evt.initUIEvent('resize', true, false, window, 0);
				window.dispatchEvent(evt);
			}
		});
	});
</script>

<p>La entrada <a href="https://epocadekorazioa.com/eu/proiektuak/sukalde-06/">Sukalde 06</a> se publicó primero en <a href="https://epocadekorazioa.com/eu/">Epoca Goro</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
