<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"
     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/"
     xmlns:georss="http://www.georss.org/georss"
     xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
     xmlns:media="http://search.yahoo.com/mrss/">
    <channel>
        <title><![CDATA[Kardashians Rent Out Incredible Alpine Estate in Lake Tahoe]]></title>
        <atom:link href="https://usagag.com/2020/12/05/kardashians-rent-out-incredible-alpine-estate-in-lake-tahoe/" rel="self" type="application/rss+xml" />
        <link>https://usagag.com/2020/12/05/kardashians-rent-out-incredible-alpine-estate-in-lake-tahoe/</link>
        <lastBuildDate>Sat, 05 Dec 2020 04:50:37 +0000</lastBuildDate>
        <sy:updatePeriod>hourly</sy:updatePeriod>
        <sy:updateFrequency>1</sy:updateFrequency>
        <generator>https://usagag.com</generator>
        <media:content url="/uploads/2020/12/05/kardashians-rent-out-incredible-alpine-estate-in-lake-tahoe.jpg" medium="image">
            <media:title type="html">Kardashians Rent Out Incredible Alpine Estate in Lake Tahoe</media:title>
        </media:content>
        <content:encoded><![CDATA[
        
        
    
                                
    
      <strong>
                  <img class="img-fluid gallery-block__img-fluid img-aspect-4by3"  data-src="/uploads/2020/12/05/kardashians-rent-out-incredible-alpine-estate-in-lake-tahoe-0.jpg" alt="The Kardashians Rent Out Incredible Estate in Tahoe" loading="lazy">
        
                  
        
        
          <svg role="img" aria-hidden="true" class="icon-shadow" xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 24 24">
            <title>Gallery</title>
            <path fill="#fff" d="M12 22C6.5 22 2 17.5 2 12S6.5 2 12 2v.7c-5.1 0-9.3 4.15-9.3 9.3 0 5.1 4.15 9.3 9.3 9.3s9.3-4.15 9.3-9.3c0-5.1-4.15-9.3-9.3-9.3V2c5.5 0 10 4.5 10 10s-4.5 10-10 10zm-2-12h6v6h-6v-6zm4-1H9v5H8V8h6v1z"/>
          </svg>
          <span class="media-icon-label gallery-block__media-icon-label">Launch Gallery</span>
        
                  <footer class="media-footer gallery-block__media-footer">
            <span class="media-launch-text gallery-block__media-launch-text">the Kardashian cabin retreat</span>
            
          </footer>
        
                  <span class="media-credit gallery-block__media-credit">Courtesy of Mark Salmon</span>
              </strong>
    
    

    
      <p><strong>The Kardashians</strong> are getting outdoorsy ... with a rustically elegant alpine estate.</p>
  

    
      <p>Sources tell TMZ ... the fam bam stayed at this stunning cabin in Lake Tahoe for a few days, and they brought company too. We're told a production crew was also there to document what will eventually air in the final season of 'KUWTK.'</p>
  

    
      <p>The private compound's pretty damn breathtaking. It features a main residence and a guest house ... with a whopping 17 bedrooms and 18 bathrooms. The house is 17,000 square feet strong. The pad's even got a name -- the Gunbarrel Lodge -- after the Heavenly Ski Resort adjacent to the 15-acre property.</p>
  

    
      <p>The scenic driveway takes guests to a hillside perch, which leads into a grand porte-cochere entry. The house has phenomenal lake views and a huge deck for chilling and sunbathing.</p>
  

    
      <p>The decor includes melded timbers and rugged reclaimed materials -- like masterful stonework -- that seamlessly create an indoor/outdoor flow.</p>
  

    
                  
              
    
      
        
          
        
        
          <button class="embed-responsive-item icon-video--shadow video-block__icon" id="video-player-5539c059-eef2-4493-9946-bc251798b710-918980736-play-btn">
            <span class="sr-only">Play video content</span>
          </button>
          <img class="img-fluid"  data-src="/uploads/2020/12/05/kardashians-rent-out-incredible-alpine-estate-in-lake-tahoe-1.jpg" loading="lazy">
                            
        
          
          
        
      
              <footer id="video-player-5539c059-eef2-4493-9946-bc251798b710-918980736-footer" class="media-footer video-block__media-footer">
          <span class="media-launch-text video-block__media-launch-text">GUESS WHO&#039;S CALLIN&#039;</span>
        </footer>
                

          
    
    <script>
      wbq.push(function renderVideoBlock() {
        var page = window.TMZ.select(window.TMZ.selectors.getPage);
        // there is a weird bug with iPhone 6+ on iOS 9.3.4 where the spinner gets revealed even after its
        // event listener has been removed, so for now this stupid flag can correct for that.
        var isResolved = false;
        if (!page.isTurbolinksPreview) {
          function displayPlayer(player) {
            if (player.id === 'jwplayer-video-player-5539c059-eef2-4493-9946-bc251798b710-918980736-player') {
              player.getContainer().closest('.embed-responsive-item--jwplayer').classList.remove('invisible');
              return;
            }
            // a fallback video
            player.closest('.embed-responsive-item--jwplayer').classList.remove('invisible');
          }
          function removeImageHolder() {
            var imageHolder = document.getElementById('video-player-5539c059-eef2-4493-9946-bc251798b710-918980736-image-holder');
            imageHolder.parentNode.removeChild(imageHolder);
          }
          function removeFooter() {
            var footer = document.getElementById('video-player-5539c059-eef2-4493-9946-bc251798b710-918980736-footer');
            if (footer) {
              footer.classList.add('hidden');
            }
          }
          function hideSpinner() {
            var spinner = document.getElementById('video-player-5539c059-eef2-4493-9946-bc251798b710-918980736-progress-spinner');
            spinner.classList.add('below');
            spinner.classList.remove('above');
          }
          function revealSpinner() {
            if (isResolved) {
              return;
            }
            var spinner = document.getElementById('video-player-5539c059-eef2-4493-9946-bc251798b710-918980736-progress-spinner');
            spinner.classList.add('above');
            spinner.classList.remove('below');
          }
          window.TMZ.videos.observe(document.getElementById('jwplayer-video-player-5539c059-eef2-4493-9946-bc251798b710-918980736'), {
                        onObserve: function() {
              document.getElementById('video-player-5539c059-eef2-4493-9946-bc251798b710-918980736-play-btn').addEventListener('mousemove', revealSpinner, { once: true });
            },
            onResolve: function(player) {
              isResolved = true;
              var playButton = document.getElementById('video-player-5539c059-eef2-4493-9946-bc251798b710-918980736-play-btn');
              playButton.removeEventListener('mousemove', revealSpinner);
              playButton.addEventListener('click', function() {
                displayPlayer(player);
                player.play();
                removeImageHolder();
                removeFooter();
                window.TMZ.dispatch(window.TMZ.actions.clickLink(
                  'https://www.tmz.com/videos/2020-12-04-120420-kardashian-prank-v2-4894139/',
                  null,
                  'tmz:video:5539c059-eef2-4493-9946-bc251798b710',
                  null,
                  {
                    section: 'permalink',
                    name: 'video',
                    action: 'click'
                  }
                ));
              }, { once: true });
              hideSpinner();
            }
                      });
        }
      });
    </script>
    

    
      <p>When the Kardashians recently pranked some of their family members and close friends -- including <strong><strong>Justin Bieber</strong></strong>, <strong><strong>Dave Chappelle</strong></strong><strong>, David Grutman</strong> and <strong><strong>Travis Scott</strong></strong> -- one of the pad's stone beams and walls was prominently featured in the background.</p>
  

    
      <p>The house -- which rents out for around $6k per night -- is definitely camera friendly. It's been featured in other shows ... including the 'Bachelor' franchise. Gotta love the great outdoors!!!</p>
  

      <p>This story originally appeared on: <strong>TMZ</strong> - Author:<strong>TMZ Staff</strong></p>]]></content:encoded>
                <dc:creator><![CDATA[TMZ Staff]]></dc:creator>
            </channel>
</rss><!--Time: 0.036665916442871-->