<?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>Interior Design &#8211; LAKOL</title>
	<atom:link href="http://www.lakol.cz/essential_grid_category/interior-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lakol.cz</link>
	<description>LAKOL Kolín</description>
	<lastBuildDate>Tue, 11 Feb 2020 19:19:50 +0000</lastBuildDate>
	<language>cs</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.2.3</generator>
	<item>
		<title>Malesuada Porta Tellus</title>
		<link>http://www.lakol.cz/project/malesuada-porta-tellus/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 17 Mar 2015 03:12:27 +0000</pubDate>
				<guid isPermaLink="false">http://billio-demo.detheme.com/?post_type=essential_grid&#038;p=11039</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<div class="vc_row wpb_row vc_row-fluid vc_custom_1427877173647"><div class="inner-flex">
	<div class="wpb_column vc_column_container vc_col-sm-12">
		<div class="vc_column-inner ">
			<div class="wpb_wrapper">
				
	<div class="wpb_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<h3>Project Detail</h3>
<p><span style="font-size: 1.2em;">The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from &#8222;de Finibus Bonorum et Malorum&#8220; by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia.</span></p>

		</div> 
	</div> 
			</div>
		</div>
	</div></div></div><div class="vc_row wpb_row vc_row-fluid vc_custom_1427877161565"><div class="inner-flex">
	<div class="wpb_column vc_column_container vc_col-sm-6">
		<div class="vc_column-inner vc_custom_1429240791079">
			<div class="wpb_wrapper">
				<div class="owl-carousel-container" dir="ltr"><div class="owl-carousel" id="dt_carousel1"><div class="owl-slide">
    <div class="wpb_single_image wpb_content_element vc_align_left  vc_custom_1427880325605">
        <div class="wpb_wrapper">
            
            <div class="vc_single_image-wrapper   vc_box_border_grey"></div>
        </div>
    </div>
</div><div class="owl-slide">
    <div class="wpb_single_image wpb_content_element vc_align_left  vc_custom_1427880333444">
        <div class="wpb_wrapper">
            
            <div class="vc_single_image-wrapper   vc_box_border_grey"></div>
        </div>
    </div>
</div><div class="owl-slide">
    <div class="wpb_single_image wpb_content_element vc_align_left  vc_custom_1427880376964">
        <div class="wpb_wrapper">
            
            <div class="vc_single_image-wrapper   vc_box_border_grey"></div>
        </div>
    </div>
</div><div class="owl-slide">
    <div class="wpb_single_image wpb_content_element vc_align_left  vc_custom_1428308824230">
        <div class="wpb_wrapper">
            
            <div class="vc_single_image-wrapper   vc_box_border_grey"></div>
        </div>
    </div>
</div></div><div class="owl-custom-pagination"><span class="owl-page"><img src="" alt=""></span> <span class="owl-page"><img src="" alt=""></span> <span class="owl-page"><img src="" alt=""></span> <span class="owl-page"><img src="" alt=""></span></div></div><script type="text/javascript">
jQuery(document).ready(function($) {
            'use strict';

            var dt_carousel1 = jQuery("#dt_carousel1");
            try{
           dt_carousel1.owlCarousel({
                items       : 1, 
                itemsDesktop    : [1200,1], 
                itemsDesktopSmall : [1023,1], // 3 items betweem 900px and 601px
                itemsTablet : [768,1], //2 items between 600 and 0;
                itemsMobile : [600,1], // itemsMobile disabled - inherit from itemsTablet option
                pagination  : false,
                slideSpeed  : 800,paginationSpeed  : 800,rewindSpeed  : 800,afterInit:function(el){
                  var $base=el,perpage=this.options.items,btn,currentBtn=1;
                  btn=Math.ceil(this.itemsAmount/perpage);
                  currentBtn=$(this.$owlItems[this.currentItem]).data("owl-roundPages");

                  $('.owl-custom-pagination .owl-page',$base.parent()).each(function(i,el){

                          $(this).width('25%');
                          if(i >= btn ){$(el).hide();}  else{ $(el).show();}

                          if(i === currentBtn - 1 ){
                            $(this).closest('.owl-custom-pagination').find('.owl-page').removeClass('active');
                            $(this).addClass('active');
                          }
                          $(el).click(function(){
                              $('.owl-custom-pagination .owl-page',$base.parent()).removeClass('active');
                              $(this).addClass('active');
                              $base.trigger('owl.goTo',(i*perpage));
                          });
                     });
                },
                afterUpdate:function(el){
                  var $base=el,perpage=this.options.items,btn,currentBtn=1;
                  btn=Math.ceil(this.itemsAmount/perpage);

                  currentBtn=$(this.$owlItems[this.currentItem]).data("owl-roundPages");

                  $('.owl-custom-pagination .owl-page',$base.parent()).each(function(i,el){

                          if(i >= btn ){$(el).hide();}  else{ $(el).show();}

                          if(i === currentBtn - 1 ){
                            $(this).closest('.owl-custom-pagination').find('.owl-page').removeClass('active');
                            $(this).addClass('active');
                          }

                          $(el).click(function(){
                              $('.owl-custom-pagination .owl-page',$base.parent()).removeClass('active');
                              $(this).addClass('active');
                              $base.trigger('owl.goTo',(i*perpage));
                          });
                     });
                }});}
       catch(err){}
        });</script>
	<div class="wpb_text_column wpb_content_element  vc_custom_1427945411511">
		<div class="wpb_wrapper">
			<h4>Our standard quality construction</h4>
<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia.</p>
<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using &#8218;Content here, content here&#8216;, making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for &#8218;lorem ipsum&#8216; will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</p>

		</div> 
	</div> <div class="vc_row wpb_row vc_inner vc_row-fluid vc_custom_1429240623352"><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner vc_custom_1429240510649"><div class="wpb_wrapper">
    <div class="wpb_single_image wpb_content_element vc_align_center">
        <div class="wpb_wrapper">
            
            <div class="vc_single_image-wrapper   vc_box_border_grey"></div>
        </div>
    </div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner vc_custom_1429240720586"><div class="wpb_wrapper">
    <div class="wpb_single_image wpb_content_element vc_align_center">
        <div class="wpb_wrapper">
            
            <div class="vc_single_image-wrapper   vc_box_border_grey"></div>
        </div>
    </div>
</div></div></div></div>
	<div class="wpb_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<ul class="list-with-icon list-unstyled">
<li><span style="color: #e5a300;"><i class="dt-icon icon-miu-right150"></i></span>The standard chunk of Ipsum used since the 1500s is reproduced</li>
<li><span style="color: #e5a300;"><i class="dt-icon icon-miu-right150"></i></span>Cicero are also reproduced in their exact original form accompanied</li>
<li><span style="color: #e5a300;"><i class="dt-icon icon-miu-right150"></i></span>English versions from the 1914 translation by H. Rackham</li>
<li><span style="color: #e5a300;"><i class="dt-icon icon-miu-right150"></i></span>Literature from 45 BC, making it over 2000 years old</li>
<li><span style="color: #e5a300;"><i class="dt-icon icon-miu-right150"></i></span>This book is a treatise on the theory of ethics very popular</li>
<li><span style="color: #e5a300;"><i class="dt-icon icon-miu-right150"></i></span>Cicero are also reproduced in their exact original form accompanied</li>
</ul>

		</div> 
	</div> 
			</div>
		</div>
	</div>
	<div class="wpb_column vc_column_container vc_col-sm-6">
		<div class="vc_column-inner ">
			<div class="wpb_wrapper">
				<div class="vc_row wpb_row vc_inner vc_row-fluid"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner vc_custom_1427878035332"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<p><span style="font-size: 1.1em;"><strong>Client :</strong> Tyler Inc.</span></p>
<p><span style="font-size: 1.1em;"><strong>Location :</strong> California City FL 23059</span></p>
<p><span style="font-size: 1.1em;"><strong>Area :</strong> 1.690 m2</span></p>
<p><span style="font-size: 1.1em;"><strong>Finished On :</strong> September 17, 2014</span></p>
<p><span style="font-size: 1.1em;"><strong>Value :</strong> $789.000,00</span></p>
<p><span style="font-size: 1.1em;"><strong>Remarks :</strong> The project was completed under the budget, with the savings returned to the owner.</span></p>

		</div> 
	</div> </div></div></div></div>
	<div class="wpb_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<h4>Description</h4>
<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of &#8222;de Finibus Bonorum et Malorum&#8220; (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, &#8222;Lorem ipsum dolor sit amet..&#8220;, comes from a line in section 1.10.32.</p>
<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from &#8222;de Finibus Bonorum et Malorum&#8220; by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.</p>

		</div> 
	</div> 
	<div class="wpb_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<h4>The Chalenges</h4>
<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from &#8222;de Finibus Bonorum et Malorum&#8220; by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia.</p>

		</div> 
	</div> 
	<div class="wpb_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<h4>Project Goals</h4>
<p>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from &#8222;de Finibus Bonorum et Malorum&#8220; by Cicero are also reproduced in their exact original form, accompanied by English versions from the 1914 translation by H. Rackham.Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia,</p>

		</div> 
	</div> 
			</div>
		</div>
	</div></div></div>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
