Nature – close up
I simply love close up and macro photography. There is always more details that you did not see before.












Crocuses
The first colors after a black and white winter make me smile every time.











Sunflowers
Together with crocusses sunflowers take a very special place in my heart. So i dedicated a video to them. Switch on your sound …










<?php
$current_language = get_locale();
if( $current_language == 'en_EN' ){
echo 'text in language en_EN';
}
if( $current_language == 'fr_FR' ){
echo 'text in language fr_FR';
}
?>