MAY 30, 2026
Save
THE DATE
Worthy of your
attention
  • Artist: Jan Asselijn
  • Size: 10 x 8 ft / 3 x 2.5 m
  • Material: oil, canvas
  • Collection: Rose-Marie and Eijk
    van Otterloo Collection
$  1500
The essence
of natural art
Discover the world
of beautiful art
It's the only thing on earth
that will makes
free.

One of the highest values of humanity is art. This fact is the basis of culture, its evolutionary factor, man always shows uniqueness to the world.

Rist Canyon Inn ----- Laporte, CO
Current details

We're still in the early planning stages, but we want everyone to be able to plan well in advance! 

The venue is ~25 minutes from downtown Fort Collins – we highly recommend staying in this area. We'll provide a shuttle to and from the venue that and are working on hotel blocks.

  • Peter Paul
    Rubens
  • Odilon de
    Redonte
  • Rembrandt
    van Rijn
  • Nicolas de
    Poussin
  • Williamis
    Hayaleras

We cannot wait to celebrate with all of our favorite people!

Vanessa & Rob
Renaissance left
mysterious
pictures

05 Portrait of a Man with Medal of Cosimo the Elder, 1474–1475 painted by Sandro Botticelli

The Tower of Babel, 1563 by Pieter Bruegel the Elder, oil on panel, the artist put religious meaning.

06

Sandro Botticelli
is the best painter
of the renaissance

Botticelli was endowed with the capacity for the subtlest poetic understanding of life. For the first time he was able to convey the subtle nuance of human experience. Joyful excitement alternates in his paintings melancholic reverie, calm contemplation unbridled passion.

2 10 
objects of art

The secrets of using
paints correctly

READ
READ

History of the painting
"Autumn Evening"

READ
READ

The New Mystic Picture by
Edward Robert Hughes

READ
READ

The secrets of using
paints correctly

READ
READ

The secrets of using
paints correctly

READ
READ

History of the painting
"Autumn Evening"

READ
READ

The New Mystic Picture by
Edward Robert Hughes

READ
READ

The secrets of using
paints correctly

READ
READ
// preloader const preloader = async () => { $('[data-anim-count]').each(function() { let elem = $(this).attr('data-anim-count'); $(this).prop('Counter', 0).animate({ Counter: elem }, { duration: 6000, easing: 'linear', step: function(now) { if (Math.ceil(now) < 10) { $(this).text('0' + Math.ceil(now)); } else { $(this).text(Math.ceil(now)); } }, }); }); } preloader(); // Load home when gifs are done function loadSprite(src) { let deferred = $.Deferred(); let sprite = new Image(); sprite.onload = function() { deferred.resolve(); }; sprite.src = src; return deferred.promise(); } let loaders = []; loaders.push(loadSprite('https://amosk.com.ua/assets/halolab/nature-morte/nature1.gif')); $.when.apply(null, loaders).done(function() { $('.preloader__done').click(); $('html, body').css({ overflow: 'auto', height: 'auto' }); }); // footer runline $(() => { let followItem = $(".follow-list-item"); let followList = $(".follow-list"); let i = 0; while (i < 35) { i++; $(followItem).clone().appendTo(followList); } function loop() { $(followList).css({left:0}); $(followList).animate ({ left: '-10000', }, 400000, 'linear', function() { loop(); }); } loop(); }); // slider const swiperArr = []; $('[data-swiper=hero3]').each(function(index, el) { let swiper = new Swiper(el, { speed: 800, slidesPerView: 1, loop: true, allowTouchMove: false, effect: "creative", creativeEffect: { prev: { translate: [0, '-110%', 0], }, next: { translate: [0, '110%', 0], }, }, }); swiperArr[index] = swiper; }); // slider var swiperHero1 = new Swiper("[data-swiper=hero1]", { speed: 800, slidesPerView: 'auto', loop: true, allowTouchMove: false, navigation: { nextEl: '[data-swiper=next-hero]', }, effect: "creative", creativeEffect: { prev: { translate: [0, 0, -420], }, next: { translate: ['185%', 0, -420], }, }, }); // slider var swiperHero2 = new Swiper("[data-swiper=hero2]", { speed: 800, slidesPerView: 1, loop: true, allowTouchMove: false, effect: "creative", creativeEffect: { prev: { opacity: 1, translate: [0, 0, 0], }, next: { opacity: 1, translate: [0, 156, 0], }, }, }); swiperHero1.on('realIndexChange', function () { swiperHero2.slideNext(800); for (var i = 0; i < swiperArr.length; i++) { swiperArr[i].slideNext(800); } }); // slider nav in hero $(() => { let slideNext; $("[data-swiper=next-hero]").hover(function() { slideNext = $('.swiper-slide.mod--hero1.swiper-slide-next'); $(slideNext).addClass('active'); }, function() { $(slideNext).removeClass('active'); }); }); // animate avatars $('.mod--collect-auth, .mod--collect-auth-desc').removeClass('active'); $(".list-item.mod--collect").hover(function() { $(this).find('.mod--collect-auth, .mod--collect-auth-desc').addClass('active') }, function() { $(this).find('.mod--collect-auth, .mod--collect-auth-desc').removeClass('active') }); // slider var swiperPainter = new Swiper("[data-swiper=painter]", { speed: 800, slidesPerView: 'auto', spaceBetween: 88, centeredSlides: true, autoHeight: true, allowTouchMove: false, navigation: { nextEl: '[data-swiper=next-painter]', prevEl: '[data-swiper=prev-painter]', }, }); swiperPainter.on('realIndexChange', function() { $('.overflow-hidden.mod--img-painter, .img.mod--painter').removeClass('active'); let currentSlide = $(swiperPainter.el).find(`.swiper-slide:eq(${swiperPainter.activeIndex})`); $(currentSlide).find('.overflow-hidden.mod--img-painter, .img.mod--painter').addClass('active'); }); swiperPainter.slideTo(2, 0); // run gif when hover $(() => { let $img, $imgSrc, $imgSrcset, $imgSrcgif; $("[data-gif]").hover(function() { if ($(this).is('[data-srcgif]')) { $img = $(this); } else { $img = $(this).find('[data-srcgif]'); } $imgSrc = $img.attr('src'); $imgSrcset = $img.attr('srcset'); $imgSrcgif = $img.attr('data-srcgif'); $img.attr({ src: $imgSrcgif, srcset: $imgSrcgif }); }, function() { $img.attr({ src: $imgSrc, srcset: $imgSrc }); }); });