CINXE.COM

Flickr - Photo Sharing!

<!DOCTYPE html> <html xmlns:cc="http://creativecommons.org/ns#" lang="en-us" class="no-js html-browser-upgrade-interstitial-view fluid maximized-layout"> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("https://www.flickr.com/browser/upgrade/?continue=%2Fphotos%2Fflickr%2Fsets%2F72157639868074114","20160223021405","https://web.archive.org/","web","/_static/", "1456193645"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <meta property="fb:app_id" content="137206539707334"/> <meta property="og:site_name" content="Flickr - Photo Sharing!"/> <meta property="og:updated_time" content="2016-02-23T02:14:05.968Z"/> <meta name="robots" content="archive"/> <meta name="googlebot" content="archive"/> <script type="application/ld+json"> { "@context" : "https://web.archive.org/web/20160223021405/http://schema.org", "@type" : "WebSite", "name" : "Flickr", "url" : "https://web.archive.org/web/20160223021405/https://www.flickr.com" } </script> <meta property="al:ios:app_name" content="Flickr"/> <meta property="al:ios:app_store_id" content="328407587"/> <meta property="twitter:app:name:iphone" content="Flickr"/> <meta property="twitter:app:id:iphone" content="328407587"/> <meta property="twitter:site" content="@flickr"/> <script type="text/javascript"> window.DARLA_CONFIG = { /* event configuration */ events: { "AGOF": { name: "AGOF", ps: "RS" } }, /* render and page-lifecycle configuration */ positions: { "RS": { id: "RS", dest: "tgtRS", hcpx: 1, wcpx: 1, h: 1, w: 1, supports: false } } }; </script> <!-- _ . - ` : ` '.' `` . - '` ` . ' ,gi$@$q pggq pggq . ' pggq + j@@@P*\7 @@@@ @@@@ _ : @@@@ ! ._ , . _ - . . . @@@K @@@@ ; -` `_,_ ` . @@@@ ;/ ` _,,_ ` ; pgg@@@@gggq @@@@ @@@@ .' ,iS@@@@@Si @@@@ .6@@@P' !!!! j!!!!7 ; @@@@@@@@@@@ @@@@ @@@@ ` j@@@P*"*+Y7 @@@@ .6@@@P !!!!47*"*+; `_ @@@@ @@@@ @@@@ .@@@7 . ` @@@@.6@@@P ` !!!!; . ' . @@@@ ' @@@@ @@@@ :@@@! !: @@@@7@@@K `; !!!! ' ` ' @@@@ . @@@@ @@@@ `%@@@. . @@@@`7@@@b . !!!! : ! @@@@ @@@@ @@@@ \@@@$+,,+4b @@@@ `7@@@b !!!! @@@@ : @@@@ @@@@ `7%S@@hX!P' @@@@ `7@@@b !!!! . : """" """" """" :. `^"^` """" `""""" '''' ` - . . _._ ` _._ _ . - , ` ,glllllllllg, `-: ' .~ . . . ~. ` ,jlllllllllllllllp, .!' .+. . . . . . .+. `. ` jllllllllllllllllllll ` +. . . . . . . . .+ . . jllllllllllllllllllllll . . . . . . . . . . . .l@@@@@@@lllllllllllllll. j. . . . . . . :::::::l ` ; ;@@@@@@@@@@@@@@@@@@@lllll :. . :::::::::::::::::: ; :l@@@@@@@@@@@@@@@@@@@@@l; ::::::::::::::::::::::; ` Y@@@@@@@@@@@@@@@@@@@@@P ::::::::::::::::::::: ' - Y@@@@@@@@@@@@@@@@@@@P . ::::::::::::::::::: . `*@@@@@@@@@@@@@@@*` ` ` `:::::::::::::::` `. `*%@@@@@@@%*` . ` `+:::::::::+` ' . ``` _ ' - . ``` - ` ' ` ' ` You're reading. We're hiring. https://flickr.com/jobs/ --> <title>Flickr - Photo Sharing!</title> <script type="text/javascript" charset="utf-8"> (function() { window.pageTiming = {}; window.registerFirstPhoto = function() { // This used to be timeToFirstPhoto. To comply with Presto, this is changed to timeAboveTheFold. if (!window.pageTiming.timeAboveTheFold) { window.pageTiming.timeAboveTheFold = new Date().getTime(); } window.registerFirstPhoto = function () {}; }; var htmlTag = document.documentElement; htmlTag.className = htmlTag.className.replace('no-js', ''); window.paftTiming = {}; window.beaconError = function(msg, url, ex) { if (~String(navigator.userAgent).indexOf('bingbot')) { return; } var imageUrl, img; img = new Image(); imageUrl = "/beacon_rb_jserror.gne?reqId=215b9911&initialView=browser-upgrade-interstitial-view&error=" + encodeURIComponent(msg); if (url) { imageUrl += '&url=' + encodeURIComponent(url); } if (ex) { if (ex instanceof Error) { if (ex.line) { imageUrl += '&line=' + encodeURIComponent(ex.line); } if (ex.message) { imageUrl += '&message=' + encodeURIComponent(ex.message); } if (ex.total) { imageUrl += '&total=' + encodeURIComponent(ex.total); } if (ex.apiMethod) { imageUrl += '&apiMethod=' + encodeURIComponent(ex.apiMethod); } /* microsoft supports this */ if (ex.description) { imageUrl += '&description=' + encodeURIComponent(ex.description); } /* gives us a bit */ if (ex.stack) { var maxStack = 100; /* this problem requires more stack */ if (ex.message && ex.message.indexOf('Not enough storage is available') > -1) { maxStack = 250; } imageUrl += '&stack=' + encodeURIComponent(ex.stack.slice(0, maxStack)); } // If a panda... if (ex.panda) { imageUrl += '&panda=1'; // if api timeout if (ex.timeout || ex.clientTimeout) { imageUrl += '&apiTimeout=1'; // if api fatal failure } else if (ex.fatal) { imageUrl += '&apiOther=1'; } if (ex.resp) { imageUrl += '&resp=' + (ex.resp.responseText || ex.resp.statusText || '').slice(0, 100); } } } else { // this is just a key-value object we want beaconed for (var key in ex) { imageUrl += '&' + key + '=' + encodeURIComponent(JSON.stringify(ex[key])); } } } img.src = imageUrl; } window.onerror = function(message, url, line, col, err){ if (!err) { err = new Error(message); err.stack = url; err.line = line; } beaconError('window onerror', window.location.href, err); }; // test if s.yimg is blocked try { var yimg = new Image(); yimg.onerror = function () { beaconError('s.yimg possibly blocked', window.location.href); }; yimg.src = 'https://web.archive.org/web/20160223021405/https://s.yimg.com/uy/build/images/pxl.gif'; } catch (e) { // just to be safe } })(); </script> <meta http-equiv="x-dns-prefetch-control" content="on"> <link rel="dns-prefetch" href="//web.archive.org/web/20160223021405/https://api.flickr.com/"> <link rel="dns-prefetch" href="//web.archive.org/web/20160223021405/https://s.yimg.com/"> <link rel="dns-prefetch" href="//web.archive.org/web/20160223021405/https://yui-s.yahooapis.com/"> <link rel="dns-prefetch" href="//web.archive.org/web/20160223021405/https://c4.staticflickr.com/"> <link rel="dns-prefetch" href="//web.archive.org/web/20160223021405/https://c3.staticflickr.com/"> <link rel="dns-prefetch" href="//web.archive.org/web/20160223021405/https://c2.staticflickr.com/"> <link rel="dns-prefetch" href="//web.archive.org/web/20160223021405/https://c1.staticflickr.com/"> <link rel="dns-prefetch" href="//web.archive.org/web/20160223021405/https://farm9.staticflickr.com/"> <link rel="dns-prefetch" href="//web.archive.org/web/20160223021405/https://farm8.staticflickr.com/"> <link rel="dns-prefetch" href="//web.archive.org/web/20160223021405/https://farm7.staticflickr.com/"> <link rel="dns-prefetch" href="//web.archive.org/web/20160223021405/https://farm6.staticflickr.com/"> <link rel="dns-prefetch" href="//web.archive.org/web/20160223021405/https://farm5.staticflickr.com/"> <link rel="dns-prefetch" href="//web.archive.org/web/20160223021405/https://farm4.staticflickr.com/"> <link rel="dns-prefetch" href="//web.archive.org/web/20160223021405/https://farm3.staticflickr.com/"> <link rel="dns-prefetch" href="//web.archive.org/web/20160223021405/https://farm2.staticflickr.com/"> <link rel="dns-prefetch" href="//web.archive.org/web/20160223021405/https://farm1.staticflickr.com/"> <script> window.LinkElementErrorCache = {}; function onLinkElementError(event){ try { var src = event.srcElement || event.target; if (!window.LinkElementErrorCache[src.href]){ var l = document.createElement('link'); l.rel = "stylesheet"; l.type = "text/css"; l.media = "screen"; l.onerror = function () { if (beaconHealth) { beaconHealth('modules.css.failures'); } }; l.href = src.href + "?retry=true"; if (src.parentNode){ src.parentNode.appendChild(l); } console.warn("Retrying CSS:", src.href); window.LinkElementErrorCache[src.href] = true; } }catch(e){ } } </script> <link rel="stylesheet" href="https://web.archive.org/web/20160223021405cs_/https://s.yimg.com/zz/combo?uy/build/hermes-1.1.177/base-css/base-css-min.css&amp;uy/build/hermes-1.1.177/pure-css/pure-css-min.css&amp;uy/build/hermes-1.1.177/loaded-state-css/loaded-state-css-min.css&amp;uy/build/hermes-1.1.177/browser-upgrade-interstitial-css/browser-upgrade-interstitial-css-min.css&amp;uy/build/hermes-1.1.177/fluid-css/fluid-css-min.css&amp;uy/build/hermes-1.1.177/fluid-animations-css/fluid-animations-css-min.css&amp;uy/build/hermes-1.1.177/fluid-avatars-css/fluid-avatars-css-min.css&amp;uy/build/hermes-1.1.177/fluid-buttons-css/fluid-buttons-css-min.css&amp;uy/build/hermes-1.1.177/fluid-typography-css/fluid-typography-css-min.css&amp;uy/build/hermes-1.1.177/fluid-tables-css/fluid-tables-css-min.css&amp;uy/build/hermes-1.1.177/fluid-toggles-css/fluid-toggles-css-min.css&amp;uy/build/hermes-1.1.177/fluid-subnav-css/fluid-subnav-css-min.css&amp;uy/build/hermes-1.1.177/fluid-chalkboard-css/fluid-chalkboard-css-min.css&amp;uy/build/hermes-1.1.177/fluid-modal-css/fluid-modal-css-min.css&amp;uy/build/hermes-1.1.177/fluid-modal-nav-bar-css/fluid-modal-nav-bar-css-min.css&amp;uy/build/hermes-1.1.177/fluid-balls-css/fluid-balls-css-min.css&amp;uy/build/hermes-1.1.177/fluid-droparound-css/fluid-droparound-css-min.css&amp;uy/build/hermes-1.1.177/fluid-util-css/fluid-util-css-min.css&amp;uy/build/hermes-1.1.177/fluid-dots-css/fluid-dots-css-min.css&amp;uy/build/hermes-1.1.177/fluid-notification-css/fluid-notification-css-min.css&amp;uy/build/hermes-1.1.177/fluid-coverphoto-css/fluid-coverphoto-css-min.css&amp;uy/build/hermes-1.1.177/fluid-overlay-css/fluid-overlay-css-min.css&amp;uy/build/hermes-1.1.177/fluid-share-css/fluid-share-css-min.css&amp;uy/build/hermes-1.1.177/global-nav-css/global-nav-css-min.css&amp;uy/build/hermes-1.1.177/util-css/util-css-min.css&amp;uy/build/hermes-1.1.177/global-nav-restyle-css/global-nav-restyle-css-min.css&amp;uy/build/hermes-1.1.177/search-autosuggest-field-css/search-autosuggest-field-css-min.css&amp;uy/build/hermes-1.1.177/search-autosuggest-items-list-css/search-autosuggest-items-list-css-min.css" type="text/css" media="screen" onerror="onLinkElementError(event)"> <link rel="stylesheet" href="https://web.archive.org/web/20160223021405cs_/https://s.yimg.com/zz/combo?uy/build/hermes-1.1.177/autosuggest-css/autosuggest-css-min.css&amp;uy/build/hermes-1.1.177/notifications-menu-css/notifications-menu-css-min.css&amp;uy/build/hermes-1.1.177/account-menu-css/account-menu-css-min.css&amp;uy/build/hermes-1.1.177/flickrui-css/flickrui-css-min.css&amp;uy/build/hermes-1.1.177/person-card-css/person-card-css-min.css&amp;uy/build/hermes-1.1.177/group-card-css/group-card-css-min.css&amp;uy/build/hermes-1.1.177/signup-modal-css/signup-modal-css-min.css&amp;uy/build/hermes-1.1.177/signup-interstitial-css/signup-interstitial-css-min.css&amp;uy/build/hermes-1.1.177/mobile-app-upsell-css/mobile-app-upsell-css-min.css&amp;uy/build/hermes-1.1.177/footer-full-css/footer-full-css-min.css&amp;uy/build/hermes-1.1.177/flickrui-dialogs-css/flickrui-dialogs-css-min.css&amp;uy/build/hermes-1.1.177/account-menu-card-css/account-menu-card-css-min.css&amp;uy/build/hermes-1.1.177/layout-maximized-css/layout-maximized-css-min.css" type="text/css" media="screen" onerror="onLinkElementError(event)"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="application-name" content="Flickr - Photo Sharing!"/> <meta name="msapplication-TileColor" content="#ffffff"/> <meta name="google" value="notranslate"> <meta name="msapplication-TileImage" content="https://s.yimg.com/pw/images/favicon-msapplication-tileimage.png"/> <link rel="icon" sizes="any" mask href="https://web.archive.org/web/20160223021405im_/https://s.yimg.com/pw/images/icon_black_white.svg"> <link rel="shortcut icon" type="image/ico" href="https://web.archive.org/web/20160223021405im_/https://s.yimg.com/pw/favicon.ico"> <link rel="apple-touch-icon-precomposed" href="https://web.archive.org/web/20160223021405im_/https://s.yimg.com/pw/apple-touch-icon.png"> <meta name="theme-color" content="black"/> <link rel="search" type="application/opensearchdescription+xml" href="/web/20160223021405/https://www.flickr.com/opensearch.xml" title="Flickr"> <style> body > .pageLoadingDialogWrapper { position: fixed; top: 0; left: 0; bottom: 0; right: 0; background-color: rgba(0,0,0,0.7); z-index: 9999; } body > .pageLoadingDialogWrapper > .pageLoadingDialog { width: 200px; height: 160px; top: 50%; left: 50%; position: fixed; background-color: #fff; border: 1px solid #212124; border-radius: 3px; padding: 10px; text-align: center; } body > .pageLoadingDialogWrapper > .pageLoadingDialog > h1 { font-size: 20px; margin: 0; } .html-mobile-photo-page-view body > .pageLoadingDialogWrapper > .pageLoadingDialog { top: 30%!important; left: 10%!important; width: 80%!important; } </style> </head> <body> <!-- include svg sprites --> <svg width="0" height="0" style="position:absolute"><symbol viewbox="0 0 24 24" id="icon-16_9"><path d="M22 18H2a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h20a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1z"/></symbol><symbol viewbox="0 0 24 24" id="icon-1_1"><path d="M19 20H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1z"/></symbol><symbol viewbox="0 0 24 24" id="icon-3_2"><path d="M21 19H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1z"/></symbol><symbol viewbox="0 0 24 24" id="icon-4_3"><path d="M21 20H3a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1z"/></symbol><symbol viewbox="0 0 24 24" id="icon-CC"><path d="M12 22C6.486 22 2 17.514 2 12S6.486 2 12 2s10 4.486 10 10-4.486 10-10 10zm0-18c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8z"/><path d="M17.014 10.924c-.347-.47-.912-.722-1.494-.722-1.042 0-1.746.8-1.746 1.816 0 1.034.712 1.78 1.773 1.78.556 0 1.112-.268 1.468-.694v2.042c-.565.174-.973.305-1.503.305a3.65 3.65 0 0 1-2.46-.963c-.72-.652-1.05-1.503-1.05-2.476 0-.894.34-1.754.964-2.397a3.55 3.55 0 0 1 2.493-1.06c.547 0 1.05.122 1.554.33v2.04zM11.014 10.924c-.347-.47-.912-.722-1.494-.722-1.042 0-1.746.8-1.746 1.816 0 1.034.712 1.78 1.773 1.78.556 0 1.112-.268 1.468-.694v2.042c-.565.174-.973.305-1.503.305a3.65 3.65 0 0 1-2.46-.963c-.72-.652-1.05-1.503-1.05-2.476 0-.894.34-1.754.964-2.397a3.55 3.55 0 0 1 2.493-1.06c.547 0 1.05.122 1.554.33v2.04z"/></symbol><symbol viewbox="0 0 24 24" id="icon-ISO"><path d="M22 5H2a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zM5.17 15.86H4.004V8.136H5.17v7.722zm5.71-.56c-.476.466-1.067.7-1.775.7-.67 0-1.223-.2-1.66-.6-.43-.397-.7-.956-.806-1.676l1.18-.26c.052.453.146.767.28.94.24.333.59.5 1.05.5.362 0 .664-.122.904-.365.24-.244.36-.552.36-.925 0-.15-.02-.287-.063-.412a1.038 1.038 0 0 0-.193-.345 1.587 1.587 0 0 0-.343-.295c-.14-.09-.307-.18-.5-.262l-.745-.31c-1.058-.445-1.587-1.098-1.587-1.958 0-.58.222-1.065.665-1.454.443-.393.995-.59 1.656-.59.89 0 1.585.432 2.086 1.295l-.945.56c-.177-.307-.345-.507-.505-.6-.167-.107-.382-.16-.645-.16-.323 0-.592.092-.805.275a.854.854 0 0 0-.32.68c0 .378.28.68.84.91l.77.317c.627.253 1.085.563 1.375.928s.435.813.435 1.343c0 .712-.236 1.3-.71 1.763zm8.614-.466c-.797.777-1.76 1.165-2.886 1.165-.997 0-1.893-.346-2.686-1.036-.873-.763-1.31-1.764-1.31-3 0-1.088.398-2.022 1.195-2.802a3.934 3.934 0 0 1 2.86-1.17c1.1 0 2.045.393 2.832 1.18.79.787 1.184 1.733 1.184 2.836 0 1.11-.397 2.053-1.19 2.826z"/><path d="M16.653 9.087c-.803 0-1.482.28-2.036.84-.553.552-.83 1.235-.83 2.05 0 .85.287 1.552.86 2.103.57.55 1.228.824 1.976.824.81 0 1.493-.28 2.05-.84.558-.565.836-1.255.836-2.068 0-.823-.276-1.512-.826-2.07-.548-.56-1.224-.84-2.03-.84z"/></symbol><symbol viewbox="0 0 24 24" id="icon-WB"><path d="M22 5H2a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zM10.472 16.52L8.45 10.845l-2.11 5.682L2.998 8h1.29l2.047 5.355 2.14-5.744 2.048 5.745L12.7 8h1.288l-3.516 8.52zm8.59-1.213a2.18 2.18 0 0 1-.898.555c-.363.1-.818.15-1.365.15h-1.833V8h1.204c.537 0 .964.042 1.283.125.322.083.594.223.815.42.225.204.403.46.534.763.135.308.202.62.202.934 0 .574-.22 1.06-.66 1.458.426.145.762.4 1.008.763.25.36.374.778.374 1.256a2.13 2.13 0 0 1-.664 1.587z"/><path d="M17.545 11.143c.21-.2.313-.493.313-.88 0-.377-.107-.663-.322-.86-.215-.194-.526-.292-.934-.292h-.425v2.33h.38c.448 0 .778-.1.988-.297zM16.79 12.453h-.612v2.423h.747c.547 0 .948-.107 1.204-.322.27-.23.404-.526.404-.882 0-.346-.13-.636-.39-.872-.252-.23-.704-.347-1.354-.347z"/></symbol><symbol viewbox="0 0 24 24" id="icon-add"><path d="M20.5 11H13V3.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5V11H3.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5H11v7.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V13h7.5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z"/></symbol><symbol viewbox="0 0 24 24" id="icon-album"><path d="M21 6H3a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zM5 5h14V3.5a.5.5 0 0 0-.5-.5h-13a.5.5 0 0 0-.5.5V5z"/></symbol><symbol viewbox="0 0 24 24" id="icon-album_add"><path d="M5 5h14V3.5a.5.5 0 0 0-.5-.5h-13a.5.5 0 0 0-.5.5V5zM21 6H3a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1zm-5 7.5a.5.5 0 0 1-.5.5H13v2.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5V14H8.5a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5H11V9.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5V12h2.5a.5.5 0 0 1 .5.5v1z"/></symbol><symbol viewbox="0 0 24 24" id="icon-aperture"><path d="M16.74 11.566l4.365-2.52a.504.504 0 0 0 .224-.61A10.028 10.028 0 0 0 16.74 3.2a.504.504 0 0 0-.748.438v7.492a.5.5 0 0 0 .75.434zM9.99 16.33v5.047c0 .244.175.46.416.498A10.11 10.11 0 0 0 11.99 22c1.923 0 3.713-.55 5.236-1.49a.504.504 0 0 0 0-.87l-6.485-3.743a.5.5 0 0 0-.75.433zM13.99 7.67V2.623a.502.502 0 0 0-.414-.498A10.09 10.09 0 0 0 11.99 2c-1.92 0-3.71.55-5.234 1.49a.504.504 0 0 0 0 .87l6.485 3.743a.5.5 0 0 0 .75-.433zM7.24 12.434l-4.363 2.52a.504.504 0 0 0-.224.61A10.028 10.028 0 0 0 7.24 20.8a.504.504 0 0 0 .75-.438v-7.492a.5.5 0 0 0-.75-.434zM14.742 15.896l4.37 2.522c.212.122.486.08.64-.11.33-.407.63-.844.9-1.31a9.91 9.91 0 0 0 1.326-5.28c-.012-.386-.42-.628-.752-.435l-6.484 3.746a.5.5 0 0 0 0 .866zM9.24 8.104L4.87 5.582a.5.5 0 0 0-.64.11c-.33.407-.63.843-.9 1.31a9.91 9.91 0 0 0-1.325 5.28c.012.386.42.628.752.435L9.24 8.97a.5.5 0 0 0 0-.866z"/></symbol><symbol viewbox="0 0 24 24" id="icon-aspect"><path d="M1 8v11a1 1 0 0 0 1 1h11V8H1zM14 8h5v12h-5z"/><path d="M22 4H2a1 1 0 0 0-1 1v2h18.5a.5.5 0 0 1 .5.5V20h2a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1z"/></symbol><symbol viewbox="0 0 24 24" id="icon-attribution"><path d="M12 22C6.486 22 2 17.514 2 12S6.486 2 12 2s10 4.486 10 10-4.486 10-10 10zm0-18c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8z"/><path d="M15 14H9v-4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4zM10.5 14h3v4h-3zM12.25 8.354h-.5c-.69 0-1.25-.56-1.25-1.25v-.5c0-.69.56-1.25 1.25-1.25h.5c.69 0 1.25.56 1.25 1.25v.5c0 .69-.56 1.25-1.25 1.25z"/></symbol><symbol viewbox="0 0 24 24" id="icon-avatar"><path d="M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 19a8.96 8.96 0 0 1-6.103-2.398c.433-2.532.326-2.844 4.69-4.05a.483.483 0 0 0 .35-.527l-.064-.475a.79.79 0 0 0-.273-.475c-.47-.414-.78-1.12-1.12-2.118-.43-.144-.832-1.003-.832-1.5 0-.288.158-.412.315-.438a4.086 4.086 0 0 1 .05-1.897.94.94 0 0 1-.27-.02.162.162 0 0 1-.112-.122.166.166 0 0 1 .058-.155c.15-.122.28-.305.42-.498.157-.218.32-.443.524-.604.574-.45 1.175-.697 1.692-.697.365 0 .674.127.883.36.13-.05.35-.114.63-.114.436 0 .86.148 1.263.44.835.603 1.126 1.74.846 3.295.118.01.365.076.365.47 0 .418-.385 1.32-.79 1.482-.33.976-.653 1.712-1.133 2.126a.772.772 0 0 0-.275.47l-.063.47c-.032.236.118.462.35.526 4.368 1.208 4.255 1.52 4.69 4.06A8.954 8.954 0 0 1 12 21z"/></symbol><symbol viewbox="0 0 24 24" id="icon-avatar_hollow"><path d="M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm5.98 15.297c-.76-.7-2.063-1.1-4.578-1.795a.482.482 0 0 1-.35-.525l.064-.466a.767.767 0 0 1 .273-.467c.477-.412.798-1.144 1.127-2.117.403-.162.787-1.06.787-1.476 0-.39-.246-.457-.363-.466.28-1.548-.01-2.68-.84-3.28-.402-.29-.824-.438-1.257-.438-.28 0-.5.064-.63.113-.208-.233-.515-.36-.878-.36-.515 0-1.113.248-1.684.695-.203.16-.365.385-.52.6-.14.194-.27.376-.42.497a.163.163 0 0 0-.054.155.16.16 0 0 0 .11.12.93.93 0 0 0 .27.02c-.106.38-.22 1.05-.05 1.888-.156.026-.313.15-.313.435 0 .496.4 1.35.83 1.494.337.994.646 1.695 1.112 2.108a.783.783 0 0 1 .272.472l.063.472a.482.482 0 0 1-.35.525c-2.516.697-3.818 1.098-4.577 1.798A7.955 7.955 0 0 1 4 12c0-4.41 3.59-8 8-8s8 3.59 8 8a7.957 7.957 0 0 1-2.02 5.297z"/></symbol><symbol viewbox="0 0 24 24" id="icon-back"><path d="M20.5 11H6.414l5.44-5.44a.5.5 0 0 0 0-.706l-.708-.707a.5.5 0 0 0-.707 0l-7.147 7.146a1 1 0 0 0 0 1.414l7.146 7.146a.5.5 0 0 0 .706 0l.707-.707a.5.5 0 0 0 0-.707L6.413 13H20.5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z"/></symbol><symbol viewbox="0 0 24 24" id="icon-blur"><path d="M18.06 11.504h.007l-5.2-9.004h-.02c-.174-.293-.48-.5-.847-.5s-.673.207-.847.5h-.02l-5.2 9.005h.01A6.948 6.948 0 0 0 5 15a7 7 0 0 0 14 0 6.964 6.964 0 0 0-.94-3.496z"/></symbol><symbol viewbox="0 0 24 24" id="icon-brightness"><circle cx="12" cy="12" r="5"/><path d="M22.5 13h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5zM4.5 13h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5zM17.304 7.403l-.707-.707a.5.5 0 0 1 0-.707l2.12-2.122a.5.5 0 0 1 .708 0l.707.707a.5.5 0 0 1 0 .707l-2.12 2.12a.5.5 0 0 1-.708 0zM4.575 20.132l-.707-.707a.5.5 0 0 1 0-.707l2.12-2.12a.5.5 0 0 1 .708 0l.707.706a.5.5 0 0 1 0 .707l-2.12 2.122a.5.5 0 0 1-.708 0zM5.99 7.403l-2.122-2.12a.5.5 0 0 1 0-.708l.707-.707a.5.5 0 0 1 .707 0l2.12 2.12a.5.5 0 0 1 0 .708l-.706.707a.5.5 0 0 1-.707 0zM18.718 20.132l-2.12-2.12a.5.5 0 0 1 0-.708l.706-.707a.5.5 0 0 1 .707 0l2.122 2.12a.5.5 0 0 1 0 .708l-.707.707a.5.5 0 0 1-.707 0zM12.5 5h-1a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5zM12.5 23h-1a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5z"/></symbol><symbol viewbox="0 0 24 24" id="icon-camera"><circle cx="12" cy="12" r="3"/><path d="M21 4h-2.172a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 15.172 2H8.828a2 2 0 0 0-1.414.586l-.828.828A2 2 0 0 1 5.172 4H3a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm-9 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6z"/></symbol><symbol viewbox="0 0 24 24" id="icon-camera_toggle"><path d="M21 4h-2.172a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 15.172 2H8.828a2 2 0 0 0-1.414.586l-.828.828A2 2 0 0 1 5.172 4H3a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm-5.144 12.597A5.95 5.95 0 0 1 12 18a5.973 5.973 0 0 1-4.615-2.165C6.49 14.765 6.06 13.392 6.017 12H4.604a.25.25 0 0 1-.177-.427l2.396-2.396a.25.25 0 0 1 .354 0l2.396 2.396a.25.25 0 0 1-.177.427H8c0 1.07.416 2.073 1.17 2.828 1.402 1.4 3.767 1.504 5.31.308.206-.16.492-.164.678.02l.714.715c.202.203.202.544-.016.727zm3.717-4.17l-2.396 2.396a.25.25 0 0 1-.354 0l-2.396-2.396a.25.25 0 0 1 .177-.427H16a3.974 3.974 0 0 0-1.17-2.828c-1.402-1.4-3.766-1.504-5.31-.308-.206.16-.492.164-.678-.02l-.714-.715c-.202-.203-.202-.544.016-.727A5.95 5.95 0 0 1 12 6c1.785 0 3.45.774 4.615 2.165.894 1.07 1.324 2.443 1.367 3.835h1.414a.25.25 0 0 1 .177.427z"/></symbol><symbol viewbox="0 0 24 24" id="icon-cart"><path d="M21.753 4H5.166l-.178-1.152A1 1 0 0 0 4 2H.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h2.642l1.87 12.152A1 1 0 0 0 6 17h14.5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H6.858l-.308-2h13.647a1 1 0 0 0 .976-.783l1.556-7A1 1 0 0 0 21.752 4z"/><circle cx="8" cy="20" r="2"/><circle cx="18" cy="20" r="2"/></symbol><symbol viewbox="0 0 24 24" id="icon-check"><path d="M6.698 19.744l-3.628-6.35a.75.75 0 0 1 .28-1.022l1.302-.744a.75.75 0 0 1 1.023.28l2.57 4.5L18.374 4.593a.75.75 0 0 1 1.058-.08l1.14.975a.75.75 0 0 1 .08 1.058L9.14 19.976a1.5 1.5 0 0 1-2.442-.232z"/></symbol><symbol viewbox="0 0 24 24" id="icon-check_circle"><path d="M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm4.64 7.83l-4.855 5.826a1 1 0 0 1-1.475.067l-2.84-2.84a.5.5 0 0 1 0-.707l1.06-1.06a.5.5 0 0 1 .707 0l1.68 1.68L14.72 8.23a.5.5 0 0 1 .704-.064l1.152.96a.5.5 0 0 1 .064.704z"/></symbol><symbol viewbox="0 0 24 24" id="icon-check_circle_hollow"><path d="M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/><path d="M10.31 15.723l-2.84-2.84a.5.5 0 0 1 0-.707l1.06-1.06a.5.5 0 0 1 .707 0l1.68 1.68L14.72 8.23a.5.5 0 0 1 .704-.064l1.152.96a.5.5 0 0 1 .064.704l-4.855 5.826a1 1 0 0 1-1.475.067z"/></symbol><symbol viewbox="0 0 24 24" id="icon-close"><path d="M13.414 12l5.44-5.44a.5.5 0 0 0 0-.706l-.707-.707a.5.5 0 0 0-.707 0L12 10.587l-5.44-5.44a.5.5 0 0 0-.707 0l-.707.707a.5.5 0 0 0 0 .707l5.44 5.44-5.44 5.44a.5.5 0 0 0 0 .706l.707.707a.5.5 0 0 0 .707 0l5.44-5.44 5.44 5.44a.5.5 0 0 0 .707 0l.707-.707a.5.5 0 0 0 0-.707L13.414 12z"/></symbol><symbol viewbox="0 0 24 24" id="icon-close_small"><path d="M13.414 12l3.44-3.44a.5.5 0 0 0 0-.706l-.707-.707a.5.5 0 0 0-.707 0L12 10.587l-3.44-3.44a.5.5 0 0 0-.707 0l-.707.706a.5.5 0 0 0 0 .707l3.44 3.44-3.44 3.44a.5.5 0 0 0 0 .706l.707.707a.5.5 0 0 0 .707 0l3.44-3.44 3.44 3.44a.5.5 0 0 0 .707 0l.707-.707a.5.5 0 0 0 0-.707L13.414 12z"/></symbol><symbol viewbox="0 0 24 24" id="icon-collapse"><path d="M9.5 14H5.207a.5.5 0 0 0-.354.854l1.44 1.44-4.163 4.16a.5.5 0 0 0 0 .708l.707.707a.5.5 0 0 0 .707 0l4.162-4.163 1.44 1.44a.5.5 0 0 0 .854-.354V14.5a.5.5 0 0 0-.5-.5zM21.86 2.846l-.706-.707a.5.5 0 0 0-.707 0l-4.154 4.153-1.44-1.44a.5.5 0 0 0-.853.354V9.5a.5.5 0 0 0 .5.5h4.293a.5.5 0 0 0 .354-.854l-1.44-1.44 4.155-4.153a.5.5 0 0 0 0-.707z"/></symbol><symbol viewbox="0 0 24 24" id="icon-comment"><path d="M12 3C6.477 3 2 6.806 2 11.5c0 2.754 1.548 5.195 3.937 6.748.03.248.063.496.063.752 0 1.284-.407 2.47-1.095 3.446-.168.237.02.554.31.545a6.96 6.96 0 0 0 5.573-3.06c.398.042.8.07 1.212.07 5.523 0 10-3.806 10-8.5S17.523 3 12 3z"/></symbol><symbol viewbox="0 0 24 24" id="icon-comment_hollow"><path d="M4.485 21.976a1 1 0 0 1-.748-1.663 5.006 5.006 0 0 0 1.247-2.91C3.08 15.713 2 13.407 2 11c0-4.963 4.486-9 10-9s10 4.037 10 9-4.486 9-10 9c-.82 0-1.634-.09-2.43-.27a7.95 7.95 0 0 1-5.085 2.246zM12 4c-4.41 0-8 3.14-8 7 0 1.955.955 3.837 2.62 5.166.238.19.376.477.376.78a7.1 7.1 0 0 1-.433 2.472A6.028 6.028 0 0 0 8.5 17.954a1.006 1.006 0 0 1 1.023-.3c.805.23 1.64.346 2.477.346 4.41 0 8-3.14 8-7s-3.59-7-8-7z"/></symbol><symbol viewbox="0 0 24 24" id="icon-contrast"><path d="M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18V4c4.41 0 8 3.59 8 8s-3.59 8-8 8z"/></symbol><symbol viewbox="0 0 24 24" id="icon-copy"><path d="M16 22H4a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1z"/><path d="M8 3v1h11v14h1a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1z"/></symbol><symbol viewbox="0 0 24 24" id="icon-copyright"><path d="M12 22C6.486 22 2 17.514 2 12S6.486 2 12 2s10 4.486 10 10-4.486 10-10 10zm0-18c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8z"/><path d="M12 17a5.01 5.01 0 0 1-4.887-6.075c.407-1.94 2.005-3.49 3.955-3.84 1.495-.27 2.954.116 4.076 1.027.223.18.22.524.02.726l-.724.72c-.18.18-.458.177-.663.025a3.01 3.01 0 0 0-2.435-.514c-1.15.24-2.072 1.197-2.288 2.352A3.005 3.005 0 0 0 12 15c.666 0 1.298-.215 1.817-.612.19-.145.463-.108.63.06l.715.714c.203.203.204.547-.02.728A4.963 4.963 0 0 1 12 17z"/></symbol><symbol viewbox="0 0 24 24" id="icon-copyright_zero"><path d="M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/><path d="M12.017 6C9.02 6 8.012 9.57 8.012 12.023c0 2.436 1.038 5.992 4.005 5.992 2.968 0 4.006-3.556 4.006-5.992C16.023 9.57 15.013 6 12.017 6zm0 1.937c.387 0 .696.18.944.466l-2.643 5.29a9.603 9.603 0 0 1-.168-1.7c-.002-1.15.324-4.056 1.867-4.056zm0 8.14c-.397 0-.712-.197-.963-.506l2.66-5.32c.13.664.174 1.32.174 1.743 0 1.134-.314 4.085-1.87 4.085z"/></symbol><symbol viewbox="0 0 24 24" id="icon-crop"><path d="M21.5 17H7V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5V5H2.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5H5v11a1 1 0 0 0 1 1h11v2.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V19h2.5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z"/><path d="M17 16h2V6a1 1 0 0 0-1-1H8v2h9v9z"/></symbol><symbol viewbox="0 0 24 24" id="icon-date"><path d="M20 4h-3V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5V4H9V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5V4H4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1zM5 18v-8h14v8H5z"/></symbol><symbol viewbox="0 0 24 24" id="icon-discussion"><path d="M9 6c-4.418 0-8 3.044-8 6.8 0 2.203 1.238 4.156 3.15 5.4.024.197.05.395.05.6a4.755 4.755 0 0 1-.876 2.756c-.134.19.015.444.248.437a5.57 5.57 0 0 0 4.46-2.448c.317.033.64.055.968.055 4.418 0 8-3.044 8-6.8S13.418 6 9 6zM23 7.1C23 4.283 20.314 2 17 2c-2.353 0-4.385 1.155-5.368 2.83 3.96 1 6.868 4.192 6.868 7.97 0 .062-.01.122-.01.183a4.18 4.18 0 0 0 2.58 1.012c.176.005.287-.185.187-.327A3.576 3.576 0 0 1 20.6 11.6c0-.154.02-.302.038-.45C22.07 10.216 23 8.75 23 7.1z"/></symbol><symbol viewbox="0 0 24 24" id="icon-download"><path d="M11.47 16.802a.75.75 0 0 0 1.06 0l6.247-6.522a.75.75 0 0 0-.53-1.28H14V3a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v6H5.746a.75.75 0 0 0-.53 1.28l6.254 6.522zM20.5 20h-17a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h17a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z"/></symbol><symbol viewbox="0 0 24 24" id="icon-download_hollow"><path d="M20.5 22h-17a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h17a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5zM12 18a.997.997 0 0 1-.707-.293l-7-7A1 1 0 0 1 5 9h4V3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v6h4a1 1 0 0 1 .707 1.707l-7 7A.997.997 0 0 1 12 18zm-4.586-7L12 15.586 16.586 11H14a1 1 0 0 1-1-1V4h-2v6a1 1 0 0 1-1 1H7.414z"/></symbol><symbol viewbox="0 0 24 24" id="icon-dropdown_arrow"><path d="M11.293 14.293l-3.44-3.44A.5.5 0 0 1 8.208 10h7.586a.5.5 0 0 1 .354.854l-3.44 3.44c-.39.39-1.024.39-1.414 0z"/></symbol><symbol viewbox="0 0 24 24" id="icon-edit"><path d="M19 9l1.414-1.414a2 2 0 0 0 0-2.828l-1.172-1.172a2 2 0 0 0-2.828 0L15 5l4 4zM17.57 10.43l-4-4L3.44 16.56A1.5 1.5 0 0 0 3 17.62v2.88a.5.5 0 0 0 .5.5h2.88c.397 0 .778-.158 1.06-.44l10.13-10.13z"/></symbol><symbol viewbox="0 0 24 24" id="icon-enhance"><path d="M20.586 22.707L11.88 14 14 11.88l8.707 8.706a1 1 0 0 1 0 1.414l-.707.707a1 1 0 0 1-1.414 0zM10.88 13L7.292 9.414a1 1 0 0 1 0-1.414L8 7.293a1 1 0 0 1 1.414 0L13 10.88 10.88 13zM3.5 1c0 1.657-1.12 3-2.5 3 1.38 0 2.5 1.343 2.5 3 0-1.657 1.12-3 2.5-3-1.38 0-2.5-1.343-2.5-3zM17 4c0 1.38-.895 2.5-2 2.5 1.105 0 2 1.12 2 2.5 0-1.38.895-2.5 2-2.5-1.105 0-2-1.12-2-2.5zM4.5 10c0 1.105-.672 2-1.5 2 .828 0 1.5.895 1.5 2 0-1.105.672-2 1.5-2-.828 0-1.5-.895-1.5-2z"/></symbol><symbol viewbox="0 0 24 24" id="icon-expand"><path d="M20.5 3h-4.293a.5.5 0 0 0-.354.854l1.44 1.44-3.163 3.16a.5.5 0 0 0 0 .708l.707.707a.5.5 0 0 0 .707 0l3.162-3.163 1.44 1.44A.5.5 0 0 0 21 7.792V3.5a.5.5 0 0 0-.5-.5zM9.154 14.14a.5.5 0 0 0-.707 0l-3.154 3.153-1.44-1.44a.5.5 0 0 0-.853.354V20.5a.5.5 0 0 0 .5.5h4.293a.5.5 0 0 0 .354-.854l-1.44-1.44 3.155-3.153a.5.5 0 0 0 0-.707l-.708-.707z"/></symbol><symbol viewbox="0 0 24 24" id="icon-explore"><path d="M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm5.665 4.67L14.3 13.405c-.195.387-.508.7-.895.894l-6.733 3.366c-.215.107-.443-.12-.335-.335l3.366-6.734c.194-.387.507-.7.894-.894l6.733-3.366c.214-.108.442.12.335.335z"/><circle cx="12" cy="12" r="1"/></symbol><symbol viewbox="0 0 24 24" id="icon-explore_hollow"><path d="M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/><path d="M16.38 7.292l-5.636 2.392a2.002 2.002 0 0 0-1.06 1.06L7.292 16.38a.25.25 0 0 0 .328.328l5.636-2.392a2.002 2.002 0 0 0 1.06-1.06l2.392-5.636a.25.25 0 0 0-.328-.328zM12 13a1 1 0 1 1 0-2 1 1 0 0 1 0 2z"/></symbol><symbol viewbox="0 0 24 24" id="icon-exposure"><path d="M20 3H4a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1zM5 5h14L5 19V5zm7 11.5v-1a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5z"/><path d="M11.5 8H10V6.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5V8H6.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5H8v1.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V10h1.5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z"/></symbol><symbol viewbox="0 0 24 24" id="icon-facebook"><path d="M20.012 3.107H4.094a.988.988 0 0 0-.988.988v15.918a.99.99 0 0 0 .988.987h8.57v-6.93h-2.332v-2.7h2.332V9.38c0-2.312 1.41-3.57 3.473-3.57.988 0 1.836.073 2.084.105V8.33h-1.43c-1.12 0-1.337.534-1.337 1.316v1.724h2.674l-.348 2.7h-2.327V21h4.56a.987.987 0 0 0 .987-.988V4.094a.987.987 0 0 0-.988-.987z"/></symbol><symbol viewbox="0 0 24 24" id="icon-fave"><path d="M22.86 9.015a1 1 0 0 0-.91-.692l-6.31-.27-2.765-6.36a1 1 0 0 0-.917-.6h-.005a1 1 0 0 0-.916.61l-2.685 6.35-6.385.27a1 1 0 0 0-.57 1.79l5.474 4.234-2.014 6.37a1.002 1.002 0 0 0 1.502 1.138l5.64-3.7 5.557 3.697c.168.11.36.167.554.167h.02a1 1 0 0 0 .88-1.474l-1.888-6.2 5.404-4.237a1 1 0 0 0 .335-1.095z"/></symbol><symbol viewbox="0 0 24 24" id="icon-fave_hollow"><path d="M6.23 22.36c-.478 0-.93-.23-1.215-.618a1.48 1.48 0 0 1-.217-1.335l1.834-5.8-5.05-3.906a1.484 1.484 0 0 1-.51-1.64 1.485 1.485 0 0 1 1.366-1.044l5.784-.243 2.552-6.035a1.5 1.5 0 0 1 2.757-.015l2.63 6.05 5.716.243c.634.026 1.17.435 1.364 1.04a1.486 1.486 0 0 1-.503 1.64l-4.987 3.912 1.77 5.813c.14.46.06.944-.226 1.328-.46.62-1.392.79-2.04.36l-5.063-3.368-5.14 3.372a1.49 1.49 0 0 1-.82.25zM3.89 9.958l4.52 3.496a1 1 0 0 1 .34 1.093L7.13 19.67l4.517-2.963a.997.997 0 0 1 1.102.003l4.452 2.96-1.564-5.135a1 1 0 0 1 .34-1.078l4.46-3.5-4.986-.212a1.002 1.002 0 0 1-.875-.6L12.162 3.59 9.817 9.136a1 1 0 0 1-.88.61l-5.047.21z"/></symbol><symbol viewbox="0 0 24 24" id="icon-filter"><path d="M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm-.547 17.972a7.962 7.962 0 0 1-1.797-.324l9.993-9.992c.175.574.28 1.177.323 1.797l-8.52 8.52zm-7.425-7.425l8.52-8.52c.62.042 1.223.148 1.797.324l-9.993 9.993a7.923 7.923 0 0 1-.324-1.796zm11.807-7.565c.45.246.872.534 1.263.858L5.84 17.1a8.08 8.08 0 0 1-.858-1.265L15.835 4.982zm2.324 1.92c.324.39.61.814.858 1.263L8.165 19.018a8.02 8.02 0 0 1-1.263-.858L18.16 6.9zm-7.903-2.705l-6.06 6.06a8.02 8.02 0 0 1 6.06-6.06zm3.486 15.606l6.06-6.06a8.02 8.02 0 0 1-6.06 6.06z"/></symbol><symbol viewbox="0 0 24 24" id="icon-flag"><path d="M19.782 10.084L7.555 2.16A1 1 0 0 0 6 2.995V21.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V11h11.505a.5.5 0 0 0 .277-.916z"/></symbol><symbol viewbox="0 0 24 24" id="icon-flash_auto"><path d="M12.744 10l3.122-8.117c.237-.616-.55-1.107-1-.625L4.153 12.738A.75.75 0 0 0 4.7 14h6.505l-3.122 8.117c-.237.616.55 1.107 1 .625l10.714-11.48A.75.75 0 0 0 19.25 10h-6.506zM22 22h2l-3-8h-2l-3 8h2l.375-1h3.25L22 22zm-2.875-3L20 16.667 20.875 19h-1.75z"/></symbol><symbol viewbox="0 0 24 24" id="icon-flash_off"><path d="M17.725 13.482l2.072-2.22A.75.75 0 0 0 19.25 10h-5.007l3.482 3.482zM15.866 1.883c.237-.616-.55-1.107-1-.625l-4.52 4.845 2.814 2.815 2.706-7.035zM20.354 18.94L5.06 3.645a.5.5 0 0 0-.706 0l-.707.707a.5.5 0 0 0 0 .707l3.968 3.968-3.462 3.71A.75.75 0 0 0 4.7 14h6.505l-3.122 8.117c-.237.616.55 1.107 1 .625l5.91-6.334 3.947 3.946a.5.5 0 0 0 .707 0l.707-.707a.502.502 0 0 0 0-.708z"/></symbol><symbol viewbox="0 0 24 24" id="icon-flash_on"><path d="M12.77 10l3.12-8.117c.238-.616-.548-1.107-.998-.625L4.178 12.738A.75.75 0 0 0 4.726 14h6.505l-3.12 8.117c-.238.616.548 1.107.998.625l10.715-11.48a.75.75 0 0 0-.55-1.262H12.77z"/></symbol><symbol id="icon-flickr-pro-ic" viewbox="0 0 372.844 86.5"><defs><style>.cbcls-1{fill:#fff;fill-rule:evenodd}</style></defs><path id="cbpro_copy" data-name="pro copy" class="cbcls-1" d="M274.038 63.234q6-6.663 6-17.864t-6-17.816q-6-6.613-15.675-6.614a20.263 20.263 0 0 0-9.375 2.22 19.96 19.96 0 0 0-7.056 5.89V22.1h-7.56v64.405h7.56V61.69a19.5 19.5 0 0 0 16.43 8.21q9.678 0 15.676-6.666zm-26.008-1.98a15.72 15.72 0 0 1-6.1-5.36v-21.05a16.068 16.068 0 0 1 6.1-5.262 17.7 17.7 0 0 1 8.418-2.173 14.138 14.138 0 0 1 11.39 5.02q4.234 5.022 4.234 12.94t-4.233 12.986a14.077 14.077 0 0 1-11.392 5.07 17.7 17.7 0 0 1-8.418-2.172zm53.235-25.54a15.665 15.665 0 0 1 5.746-5.118 13.816 13.816 0 0 1 10.484-2.028v-7.435q-9.476 0-16.23 8.5V22.1H293.7v46.638h7.56V35.714zm71.58 9.656a24.427 24.427 0 0 0-6.6-17.43q-6.6-7-17.49-7t-17.49 7a24.42 24.42 0 0 0-6.6 17.43 24.586 24.586 0 0 0 6.6 17.478q6.6 7.05 17.49 7.05t17.49-7.05a24.594 24.594 0 0 0 6.6-17.478zm-40.322 0a19.19 19.19 0 0 1 4.385-12.7 14.617 14.617 0 0 1 11.845-5.263q7.458 0 11.794 5.214a19.28 19.28 0 0 1 4.335 12.747 19.47 19.47 0 0 1-4.335 12.794 15.9 15.9 0 0 1-23.64 0 19.326 19.326 0 0 1-4.384-12.793z"/><path id="cbflickr" class="cbcls-1" d="M9.338 33.368H0V21.914h9.607v-2.91c0-14.1 6.433-19.012 19.122-19.012A42.545 42.545 0 0 1 36.84.9l-.975 11.28a14.06 14.06 0 0 0-5.024-.733c-4.05 0-5.635 2.912-5.635 7.56v2.908h11.283v11.453H25.205V69.31H9.338V33.368zm33.5-32.3h15.867V69.31H42.833V1.072zm39.506 13.11H66.48V2.165h15.86v12.017zM66.48 21.914h15.86v47.4H66.48v-47.4zm59.032 13.55a17.03 17.03 0 0 0-9.6-2.63c-6.882 0-12.167 4.913-12.167 13.1 0 7.543 6.167 12.455 13.044 12.455a21.18 21.18 0 0 0 9.87-2.27l.352 12.19a41.69 41.69 0 0 1-12.96 2.094c-15.154 0-26.7-9.1-26.7-24.752 0-15.74 11.546-24.833 26.7-24.833a27.78 27.78 0 0 1 12.61 2.645zm8.11-34.392h15.864v40.76h.175l13.22-19.918h17.364l-15.95 21.75 17.273 25.646h-19.215l-12.69-23.472h-.176V69.31h-15.863V1.072zm84.6 33.787a17.538 17.538 0 0 0-5.383-.554c-7.425 0-11.58 5.57-11.58 14.87v20.057h-15.894V21.73h14.483v8.753h.17c2.744-6.023 6.72-9.85 13.61-9.85a31.59 31.59 0 0 1 5.382.55z"/></symbol><symbol viewbox="0 0 72 50" id="icon-flickr_logo"><path d="M3.008 23.64H0V20h3.095v-.977c0-4.484 2.112-6.046 6.276-6.046 1.13 0 1.998.174 2.663.29l-.32 3.587c-.433-.145-.866-.234-1.65-.234-1.33 0-1.848.926-1.848 2.403V20h3.77v3.64h-3.77v11.38H3.008V23.64zM14 13.32h5.21v21.7H14v-21.7zM21.808 13.668h5.205v3.82h-5.205zM21.808 19.984h5.205v15.034h-5.205zM41.136 24.256c-.956-.577-1.908-.836-3.15-.836-2.26 0-3.994 1.563-3.994 4.165 0 2.398 2.024 3.96 4.28 3.96 1.187 0 2.372-.258 3.24-.72l.117 3.875c-1.302.433-2.864.666-4.255.666-4.974 0-8.763-2.894-8.763-7.87 0-5.006 3.79-7.897 8.763-7.897 1.563 0 2.952.262 4.138.84l-.377 3.816zM43.798 13.32h5.206v12.962h.057l4.34-6.334h5.698l-5.234 6.916 5.668 8.155h-6.306l-4.166-7.465h-.057v7.464h-5.206v-21.7zM71.745 24.113c-.578-.175-1.154-.175-1.763-.175-2.43 0-3.792 1.767-3.792 4.718v6.363h-5.203V19.947h4.743v2.777h.056c.898-1.91 2.2-3.125 4.457-3.125.607 0 1.245.085 1.763.174l-.26 4.34z"/></symbol><symbol viewbox="0 0 24 24" id="icon-flip_horizontal"><path d="M3.5 8H17v1.922c0 .47.568.704.9.373l2.942-2.943a.526.526 0 0 0 0-.745L17.9 3.664a.527.527 0 0 0-.9.372V6H3.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5zM20.5 16H7v-1.922a.527.527 0 0 0-.9-.373L3.155 16.65a.528.528 0 0 0 0 .746L6.1 20.34c.332.334.9.098.9-.37V18h13.5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z"/></symbol><symbol viewbox="0 0 24 24" id="icon-flip_vertical"><path d="M7.393 4.158a.526.526 0 0 0-.745 0L3.705 7.1a.527.527 0 0 0 .373.9H6v13.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V8h1.963c.47 0 .704-.567.372-.9L7.393 4.16zM19.922 18H18V4.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5V18h-1.963a.526.526 0 0 0-.372.9l2.942 2.942c.206.206.54.206.745 0l2.942-2.943a.526.526 0 0 0-.372-.9z"/></symbol><symbol viewbox="0 0 24 24" id="icon-focal_length"><path d="M18.757 20.214l-2.19-1.405C18.094 17.11 19 14.623 19 12c0-2.623-.905-5.112-2.434-6.81l2.19-1.404a.5.5 0 0 0 .172-.686l-.515-.857a.5.5 0 0 0-.686-.17L3.39 11.154a1 1 0 0 0 0 1.69l14.34 9.084a.5.5 0 0 0 .685-.172l.515-.857a.502.502 0 0 0-.173-.686zM17 12c0 2.27-.802 4.39-2.144 5.713l-1.688-1.082C14.264 15.9 15 14.153 15 12s-.736-3.9-1.832-4.63l1.688-1.083C16.198 7.61 17 9.73 17 12zm-5-3c.25 0 1 1.064 1 3s-.75 3-1 3-1-1.064-1-3 .75-3 1-3zm-2.723.864C9.103 10.507 9 11.224 9 12s.103 1.493.277 2.136L5.944 12l3.333-2.136z"/></symbol><symbol viewbox="0 0 24 24" id="icon-google"><path d="M13.32 14.285c.234.17.477.337.727.495 1.36.862 1.795 1.916 1.685 2.89-.134 1.172-1.26 2.097-3.186 2.214-2.058.125-4.828-.69-4.315-3.396.274-1.442 2.187-2.186 3.77-2.24.437-.014.883.022 1.32.037zM17.974 3.02l-1.386.897H15.01A4.052 4.052 0 0 1 16.468 5.8c.3.796.34 1.677.037 2.49-.287.764-.87 1.424-1.726 1.925-.487.285-.733.646-.76.992-.08 1.01 1.156 1.746 1.87 2.28 1.563 1.17 2.173 3.09 1.14 4.943-.99 1.77-3.34 2.56-5.84 2.57-3.103-.015-5.06-1.436-5.164-3.372-.134-2.5 2.434-3.692 4.752-3.963a9.256 9.256 0 0 1 1.775-.025c-.82-.54-1.128-1.64-.71-2.377.11-.192.04-.126-.166-.094-1.897.286-3.85-.953-4.308-2.824a4.202 4.202 0 0 1 .273-2.72c.785-1.686 2.532-2.623 4.47-2.623 2.017 0 3.883.002 5.86.017zm-3.488 4.114c.247 1.498-.134 2.918-1.488 3.293-1.386.383-2.92-.695-3.412-2.625-.54-2.117.02-3.46 1.325-3.867 1.546-.482 3.198.913 3.575 3.2z" fill-rule="evenodd" clip-rule="evenodd"/></symbol><symbol viewbox="0 0 72 50" id="icon-government_work"><path d="M36 4.2c-11.5 0-20.8 9.3-20.8 20.8S24.5 45.8 36 45.8 56.8 36.5 56.8 25 47.5 4.2 36 4.2z"/></symbol><symbol viewbox="0 0 24 24" id="icon-group"><circle cx="10" cy="14" r="8"/><path d="M17 2c-1.987 0-3.688 1.168-4.494 2.846a9.52 9.52 0 0 1 6.648 6.648C20.832 10.688 22 8.987 22 7a5 5 0 0 0-5-5z"/></symbol><symbol viewbox="0 0 24 24" id="icon-group_add"><path d="M17 2c-1.987 0-3.688 1.168-4.494 2.846a9.52 9.52 0 0 1 6.648 6.648C20.832 10.688 22 8.987 22 7a5 5 0 0 0-5-5zM10 6a8 8 0 1 0 0 16 8 8 0 0 0 0-16zm4 8.5a.5.5 0 0 1-.5.5H11v2.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5V15H6.5a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5H9v-2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5V13h2.5a.5.5 0 0 1 .5.5v1z"/></symbol><symbol viewbox="0 0 24 24" id="icon-group_hollow"><path d="M22 8c0-3.31-2.69-6-6-6a5.983 5.983 0 0 0-5.644 4.018C10.236 6.013 10.12 6 10 6c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8c0-.12-.013-.237-.018-.356A5.982 5.982 0 0 0 22 8zM10 20c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6zm7.64-8.374a8.036 8.036 0 0 0-5.266-5.266A3.98 3.98 0 0 1 16 4c2.206 0 4 1.794 4 4a3.98 3.98 0 0 1-2.36 3.626z"/></symbol><symbol viewbox="0 0 24 24" id="icon-hamburger"><path d="M19.5 13h-15a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h15a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5zM19.5 7h-15a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h15a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5zM19.5 19h-15a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h15a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5z"/></symbol><symbol viewbox="0 0 24 24" id="icon-help"><path d="M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm1 14.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1zm0-3.67v.67a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5V12a1 1 0 0 1 1-1 1 1 0 0 0 0-2c-.434 0-.805.278-.943.666a.493.493 0 0 1-.465.334H9.556a.504.504 0 0 1-.496-.597 3.007 3.007 0 0 1 3.5-2.352 3.01 3.01 0 0 1 2.38 2.336A3.008 3.008 0 0 1 13 12.83z"/></symbol><symbol viewbox="0 0 24 24" id="icon-help_hollow"><path d="M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/><path d="M12.5 17h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5zM12.5 14h-1a.5.5 0 0 1-.5-.5V12a1 1 0 0 1 1-1 1 1 0 0 0 0-2c-.434 0-.805.278-.943.666a.493.493 0 0 1-.465.334H9.556a.504.504 0 0 1-.496-.597 3.007 3.007 0 0 1 3.5-2.352 3.01 3.01 0 0 1 2.38 2.336A3.006 3.006 0 0 1 13 12.83v.67a.5.5 0 0 1-.5.5z"/></symbol><symbol viewbox="0 0 24 24" id="icon-hide"><path d="M22.832 12.762c.438-.49.495-1.205.165-1.773C20.697 7.03 16.634 4 12 4c-1.686 0-3.295.405-4.773 1.106L5.414 3.293a.5.5 0 0 0-.707 0L3.293 4.707a.5.5 0 0 0 0 .707L4.628 6.75a15.353 15.353 0 0 0-3.614 4.22 1.53 1.53 0 0 0 .176 1.8C5.325 17.313 8.215 20 12 20c1.483 0 2.966-.556 4.426-1.453l2.16 2.16a.5.5 0 0 0 .707 0l1.414-1.414a.5.5 0 0 0 0-.707l-1.844-1.844c1.365-1.173 2.695-2.558 3.97-3.98zM12 16a4 4 0 0 1-3.683-5.562l5.245 5.245A3.984 3.984 0 0 1 12 16zm-1.562-7.683a4 4 0 0 1 5.245 5.245l-5.245-5.245z"/></symbol><symbol viewbox="0 0 24 24" id="icon-info"><path d="M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm1 14.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v5zm0-8a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1z"/></symbol><symbol viewbox="0 0 24 24" id="icon-info_hollow"><path d="M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/><path d="M12.5 17h-1a.5.5 0 0 1-.5-.5v-5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5zM12.5 9h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5z"/></symbol><symbol viewbox="0 0 24 24" id="icon-invite"><path d="M23.97 19.826c-.663-3.708-1.425-4.057-7.2-5.673a.616.616 0 0 1-.44-.67l.08-.597c.035-.277.207-.48.345-.6.604-.527 1.01-1.464 1.426-2.71.51-.206.996-1.354.996-1.888 0-.5-.312-.585-.46-.597.352-1.98-.014-3.43-1.064-4.198-.507-.37-1.04-.56-1.588-.56-.354 0-.632.082-.795.146-.265-.297-.653-.458-1.113-.458-.65 0-1.408.316-2.13.89-.258.203-.462.49-.66.768-.176.246-.34.48-.528.635a.206.206 0 0 0-.07.198c.014.075.068.135.14.156.013.004.18.04.34.026a5.256 5.256 0 0 0-.063 2.415c-.198.033-.396.19-.396.557 0 .635.507 1.73 1.05 1.912.426 1.272.817 2.17 1.407 2.698.137.122.307.326.344.605l.08.604c.04.3-.15.59-.44.672-5.774 1.616-6.536 1.964-7.2 5.672a.957.957 0 0 0 .212.788c.21.254.525.4.866.4h15.786c.34 0 .657-.146.866-.4a.966.966 0 0 0 .21-.79zM7.5 11H5V8.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5V11H.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5H3v2.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V13h2.5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z"/></symbol><symbol viewbox="0 0 24 24" id="icon-keyboard"><path d="M22 5a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h20m0-1H2C.897 4 0 4.897 0 6v12c0 1.103.897 2 2 2h20c1.103 0 2-.897 2-2V6c0-1.103-.897-2-2-2z"/><path d="M7 15h10v2H7zM5 8h2v2H5zM8 8h2v2H8zM11 8h2v2h-2zM14 8h2v2h-2zM17 8h2v2h-2zM5 11h2v2H5zM8 11h2v2H8zM11 11h2v2h-2zM14 11h2v2h-2zM17 11h2v2h-2z"/></symbol><symbol viewbox="0 0 24 24" id="icon-lens"><path d="M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm0 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16z"/><path d="M12 6a6 6 0 1 0 0 12 6 6 0 0 0 0-12z"/></symbol><symbol viewbox="0 0 24 24" id="icon-level"><path d="M3.5 22h-1a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v11a.5.5 0 0 1-.5.5zM6.5 22h-1a.5.5 0 0 1-.5-.5v-15a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v15a.5.5 0 0 1-.5.5zM12.5 22h-1a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5zM15.5 22h-1a.5.5 0 0 1-.5-.5v-5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5zM18.5 22h-1a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v13a.5.5 0 0 1-.5.5zM21.5 22h-1a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5zM9.5 22h-1a.5.5 0 0 1-.5-.5v-19a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v19a.5.5 0 0 1-.5.5z"/></symbol><symbol viewbox="0 0 24 24" id="icon-link"><path d="M13.12 14.588l-.708-.707a.5.5 0 0 1 0-.706l.76-.76c.377-.378.585-.88.585-1.414s-.208-1.036-.585-1.414L9.414 5.828a2.005 2.005 0 0 0-2.828 0l-.758.758c-.377.378-.585.88-.585 1.414s.208 1.036.585 1.414l1.525 1.525a.5.5 0 0 1 0 .706l-.707.707a.5.5 0 0 1-.707 0L4.525 10.94c-.657-.657-1.134-1.496-1.25-2.418a3.988 3.988 0 0 1 1.14-3.35l.757-.758a4 4 0 0 1 5.656 0l3.645 3.646c.657.657 1.134 1.496 1.25 2.418a3.988 3.988 0 0 1-1.14 3.35l-.76.76a.5.5 0 0 1-.706 0z"/><path d="M15.723 20.967c-.922-.115-1.762-.592-2.42-1.25l-3.646-3.645a4 4 0 0 1 0-5.657l.76-.76a.5.5 0 0 1 .707 0l.707.707a.5.5 0 0 1 0 .707l-.76.76a2 2 0 0 0 0 2.828l3.758 3.756c.778.778 2.05.778 2.83 0l.756-.756a2 2 0 0 0 0-2.83l-1.768-1.768a.5.5 0 0 1 0-.707l.707-.707a.5.5 0 0 1 .707 0l1.657 1.657c.657.657 1.135 1.498 1.25 2.42a3.99 3.99 0 0 1-1.14 3.348l-.756.758a3.985 3.985 0 0 1-3.347 1.14z"/></symbol><symbol viewbox="0 0 24 24" id="icon-location"><path d="M12 2a8 8 0 0 0-6.174 13.088l5.402 6.548h.017c.183.218.448.364.755.364s.572-.146.755-.364h.017l5.4-6.546s.002 0 .002-.002A8 8 0 0 0 12 2zm0 10a2 2 0 1 1 0-4 2 2 0 0 1 0 4z"/></symbol><symbol viewbox="0 0 24 24" id="icon-mail"><path d="M21.3 4H2.7l9.3 6.764z"/><path d="M12.588 12.81c-.175.127-.38.19-.588.19s-.413-.063-.588-.19L1 5.236V19a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V5.237L12.588 12.81z"/></symbol><symbol viewbox="0 0 24 24" id="icon-megaphone"><path d="M18.864 3.493a.994.994 0 0 0-1.206-.094L1.608 13.612a1 1 0 0 0-.433 1.086l.636 2.542a1 1 0 0 0 .97.758H7v1c0 1.654 1.346 3 3 3h4c1.654 0 3-1.346 3-3v-1h4.31a.99.99 0 0 0 .94-.643A12.96 12.96 0 0 0 23 13c0-3.753-1.592-7.134-4.136-9.507zM15 19a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-1h6v1z"/></symbol><symbol viewbox="0 0 24 24" id="icon-more_horizontal"><circle cx="12" cy="12" r="2"/><circle cx="6" cy="12" r="2"/><circle cx="18" cy="12" r="2"/></symbol><symbol viewbox="0 0 24 24" id="icon-more_vertical"><circle cx="12" cy="12" r="2"/><circle cx="12" cy="6" r="2"/><circle cx="12" cy="18" r="2"/></symbol><symbol viewbox="0 0 24 24" id="icon-nav_left"><path d="M16.72 23.78l1.06-1.06a.75.75 0 0 0 0-1.06L8.12 12l9.66-9.66a.75.75 0 0 0 0-1.06L16.72.22a.75.75 0 0 0-1.06 0L4.94 10.94a1.5 1.5 0 0 0 0 2.12l10.72 10.72a.75.75 0 0 0 1.06 0z"/></symbol><symbol viewbox="0 0 24 24" id="icon-nav_right"><path d="M7.28 23.78l-1.06-1.06a.75.75 0 0 1 0-1.06L15.88 12 6.22 2.34a.75.75 0 0 1 0-1.06L7.28.22a.75.75 0 0 1 1.06 0l10.72 10.72a1.5 1.5 0 0 1 0 2.12L8.34 23.78a.75.75 0 0 1-1.06 0z"/></symbol><symbol viewbox="0 0 24 24" id="icon-nav_small_left"><path d="M15.146 18.854l.707-.707a.5.5 0 0 0 0-.707L10.413 12l5.44-5.44a.5.5 0 0 0 0-.706l-.707-.707a.5.5 0 0 0-.707 0l-6.147 6.146a1 1 0 0 0 0 1.414l6.146 6.146a.5.5 0 0 0 .706 0z"/></symbol><symbol viewbox="0 0 24 24" id="icon-nav_small_right"><path d="M8.853 18.854l-.707-.707a.5.5 0 0 1 0-.707l5.44-5.44-5.44-5.44a.5.5 0 0 1 0-.706l.707-.707a.5.5 0 0 1 .707 0l6.146 6.146a1 1 0 0 1 0 1.414L9.56 18.853a.5.5 0 0 1-.707 0z"/></symbol><symbol viewbox="0 0 24 24" id="icon-no_deriv"><path d="M12 22C6.486 22 2 17.514 2 12S6.486 2 12 2s10 4.486 10 10-4.486 10-10 10zm0-18c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.59 8-8-3.59-8-8-8z"/><path d="M15.5 11h-7a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5zM15.5 15h-7a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5z"/></symbol><symbol viewbox="0 0 24 24" id="icon-no_pub_domain"><path d="M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zM4 12c0-1.846.634-3.542 1.688-4.898l2.144 2.144a4.855 4.855 0 0 0-.72 1.678A5.01 5.01 0 0 0 12 17a4.95 4.95 0 0 0 2.745-.84l2.152 2.152A7.948 7.948 0 0 1 12 20c-4.41 0-8-3.59-8-8zm9.288 2.702c-.398.19-.833.298-1.288.298a3.005 3.005 0 0 1-2.946-3.578c.047-.25.132-.487.24-.713l3.994 3.992zm5.024 2.196l-7.604-7.604c.202-.097.412-.177.635-.224a3.01 3.01 0 0 1 2.435.514c.205.152.482.156.663-.024l.723-.72c.203-.204.204-.546-.02-.727-1.12-.91-2.58-1.296-4.075-1.028a4.86 4.86 0 0 0-1.823.747L7.102 5.688A7.953 7.953 0 0 1 12 4c4.41 0 8 3.59 8 8a7.953 7.953 0 0 1-1.688 4.898z"/></symbol><symbol viewbox="0 0 24 24" id="icon-non_comm"><path d="M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 2c4.41 0 8 3.59 8 8 0 1.087-.22 2.123-.614 3.07l-7.848-4.486c-.103-.142-.207-.32-.207-.44 0-.48.494-.674 1.023-.674.566 0 1.106.24 1.54.59l.89-1.744c-.65-.42-1.432-.625-2.19-.697V6.163h-1.117v1.454c-1.047.07-1.84.76-2.214 1.665L5.615 7.2C7.077 5.26 9.39 4 12 4zm0 16c-4.41 0-8-3.59-8-8 0-1.087.22-2.123.614-3.07l8.025 4.587a.766.766 0 0 1 .157.425c0 .59-.625.878-1.13.878-.77 0-1.623-.493-2.176-1.01l-.986 1.815c.397.373.914.6 1.42.794.504.19 1.02.3 1.55.3v1.43h1.118v-1.503c1.146-.282 1.972-.89 2.33-1.825l3.46 1.978C16.923 18.74 14.61 20 12 20z"/></symbol><symbol viewbox="0 0 24 24" id="icon-notification"><path d="M12 23a2 2 0 0 0 2-2h-4a2 2 0 0 0 2 2zM20.78 17.72l-.963-.962a6 6 0 0 1-1.757-4.243V9a6 6 0 0 0-12 0v3.515c0 1.59-.632 3.117-1.757 4.243l-.964.962A.75.75 0 0 0 3.87 19h16.38a.75.75 0 0 0 .53-1.28z"/></symbol><symbol viewbox="0 0 24 24" id="icon-pause"><path d="M9 18H7a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1zM17 18h-2a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1z"/></symbol><symbol viewbox="0 0 24 24" id="icon-people"><path d="M18.65 15.01a.57.57 0 0 1-.39-.618l.1-.767a.758.758 0 0 1 .67-.654l2.747-.3c-.38-.38-.77-2.276-.77-4.16 0-1.99-.748-3.427-1.95-3.744-.826-.218-1.303-.09-1.562.063a.54.54 0 0 1-.542 0c-.26-.154-.736-.28-1.563-.064-1.2.316-1.948 1.755-1.948 3.743 0 1.884-.39 3.78-.77 4.16l2.745.3a.76.76 0 0 1 .67.655l.104.777a.572.572 0 0 1-.392.62c-.14.043-.26.083-.392.125.786.813 1.12 1.892 1.406 3.595l.143.825c.09.497.016.996-.177 1.45h6.375c.514 0 .91-.418.827-.88-.61-3.362-.68-3.648-5.33-5.127z"/><path d="M15.76 19.826c-.672-3.716-.22-4.065-6.076-5.685a.617.617 0 0 1-.447-.672l.08-.598c.037-.278.21-.48.35-.6.614-.53 1.026-1.468 1.447-2.716.517-.208 1.01-1.358 1.01-1.893 0-.5-.317-.585-.467-.597.357-1.986-.014-3.438-1.08-4.21-.514-.37-1.056-.56-1.61-.56-.36 0-.642.082-.807.146-.267-.298-.66-.46-1.127-.46-.66 0-1.428.316-2.16.89-.262.206-.47.493-.67.77-.178.248-.346.48-.536.637a.207.207 0 0 0-.07.2c.015.073.07.133.143.154.013.005.184.043.345.027a5.22 5.22 0 0 0-.065 2.42c-.2.034-.402.192-.402.56 0 .636.513 1.732 1.063 1.916.434 1.275.83 2.175 1.43 2.704.138.122.31.327.348.606l.08.606a.618.618 0 0 1-.446.672C.235 15.762.69 16.112.015 19.827a.95.95 0 0 0 .215.79c.212.254.532.4.878.4h13.558c.346 0 .666-.146.878-.4a.952.952 0 0 0 .217-.79z"/></symbol><symbol viewbox="0 0 24 24" id="icon-person"><path d="M21.19 19.826c-.673-3.708-1.445-4.057-7.29-5.673a.615.615 0 0 1-.445-.67l.08-.597c.037-.277.21-.48.35-.6.612-.527 1.023-1.464 1.443-2.71.515-.206 1.007-1.354 1.007-1.888 0-.5-.315-.585-.465-.597.356-1.98-.014-3.43-1.077-4.198-.513-.37-1.054-.56-1.608-.56-.358 0-.64.082-.804.146-.266-.297-.66-.458-1.124-.458-.66 0-1.425.316-2.156.89-.26.202-.468.49-.667.767-.178.246-.346.48-.535.635a.204.204 0 0 0 .072.353c.013.004.183.04.344.026a5.21 5.21 0 0 0-.064 2.416c-.2.033-.4.19-.4.557 0 .635.51 1.73 1.06 1.912.432 1.272.828 2.17 1.425 2.698.138.122.31.326.348.605l.08.605c.04.3-.15.59-.446.672C4.473 15.77 3.7 16.12 3.03 19.827a.95.95 0 0 0 .213.788c.212.254.53.4.877.4h15.978c.346 0 .665-.146.877-.4a.952.952 0 0 0 .214-.79z"/></symbol><symbol viewbox="0 0 24 24" id="icon-photo"><path d="M1 4v16a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1zm5 2a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm15 13H3v-2l5.426-4.522c.34-.284.538-.502.906-.256.58.388 1.775 1.183 2.347 1.565.36.242.55.03.89-.243l3.824-3.06a1 1 0 0 1 1.225-.018L21 13v6z"/></symbol><symbol viewbox="0 0 24 24" id="icon-photo_hollow"><path d="M22 3H2a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1zm-1 11l-3.69-2.768a.498.498 0 0 0-.612.01l-4.412 3.53a.502.502 0 0 1-.59.026l-2.385-1.59a.5.5 0 0 0-.596.032L3 18V5h18v9z"/><circle cx="7" cy="9" r="2"/></symbol><symbol viewbox="0 0 24 24" id="icon-pinterest"><path d="M11.997 2a10.003 10.003 0 0 0-4.015 19.165c-.028-.7-.005-1.537.174-2.297l1.287-5.45s-.32-.64-.32-1.584c0-1.482.86-2.59 1.93-2.59.91 0 1.348.684 1.348 1.503 0 .915-.582 2.283-.882 3.55-.25 1.06.532 1.927 1.58 1.927 1.894 0 3.17-2.434 3.17-5.318 0-2.192-1.476-3.833-4.16-3.833-3.035 0-4.926 2.263-4.926 4.79 0 .87.257 1.486.66 1.962.184.22.21.307.143.558-.048.184-.158.627-.204.803-.066.253-.27.344-.5.25-1.398-.57-2.05-2.1-2.05-3.822 0-2.842 2.398-6.25 7.15-6.25 3.82 0 6.333 2.765 6.333 5.73 0 3.925-2.182 6.857-5.397 6.857-1.08 0-2.096-.583-2.444-1.246 0 0-.58 2.305-.704 2.75-.212.77-.627 1.542-1.007 2.143.9.266 1.85.41 2.836.41C17.52 22.007 22 17.527 22 12.003 22 6.48 17.52 2 11.997 2z"/></symbol><symbol viewbox="0 0 24 24" id="icon-play"><path d="M16.78 12.525l-6.522 6.254a.75.75 0 0 1-1.28-.53V5.75a.75.75 0 0 1 1.28-.53l6.522 6.245a.75.75 0 0 1 0 1.06z"/></symbol><symbol viewbox="0 0 24 24" id="icon-private"><path d="M18 10h-1V7c0-2.757-2.243-5-5-5S7 4.243 7 7v3H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8a2 2 0 0 0-2-2zM9 7c0-1.654 1.346-3 3-3s3 1.346 3 3v3H9V7z"/></symbol><symbol viewbox="0 0 24 24" id="icon-public"><path d="M18 10H9V7c0-2.757-2.02-5-4.5-5S0 4.243 0 7v.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V7c0-1.654 1.122-3 2.5-3S7 5.346 7 7v3H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8a2 2 0 0 0-2-2z"/></symbol><symbol viewbox="0 0 24 24" id="icon-publish"><path d="M11.556 18.522c.396-1.083-.204-2.02-.562-3-.326-.893.31-2.548-.125-3.23-.34-.53-1.506-1.414-1.855-1.937-.39-.584-.346-1.827-.458-2.52-.09-.55-.188-1.793-.647-2.106-1.112-.76-2.535.415-3.276-.477A9.954 9.954 0 0 0 2 12c0 5.19 3.955 9.456 9.016 9.95-.113-.96.11-2.253.54-3.428z"/><path d="M12 2c-1.31 0-2.56.26-3.708.718.726.173 1.61.5 2.076.533 2.424.17 3.562-.582 4.688.043.687.382-.86 1.473-.98 2.25-.082.542 1.25 1.98 1.73 2.125.687.21.798-2.89 1.583-2.52 1.374.645 2.603 2.332 2.336 2.767-.537.872-1.92 1.003-2.962 2.378-.408.54-.02 2.083-.54 2.537-.373.327-.365-1.308-.752-1.62-.346-.28-1.48-.833-2.333-.458-.51.223-1.557.703-1.46 1.25.584 3.27 2.626 1.083 3.397 2.146.675.93 1.96 1.48 1.69 2.5-.206.775-1.654 1.763-2.274 2.27-.608.5-1.515 1.105-2.062 1.668-.345.356-.602.94-.8 1.397.123.003.245.017.37.017 5.523 0 10-4.477 10-10S17.523 2 12 2z"/></symbol><symbol viewbox="0 0 24 24" id="icon-reply"><path d="M1.456 11.458l8.43-8.43a.65.65 0 0 1 1.11.46v4.43c6.176 0 11.247 4.667 11.913 10.665.023.22-.232.353-.407.22a13.934 13.934 0 0 0-8.506-2.884h-3v4.43c0 .58-.7.87-1.11.46l-8.43-8.43a.652.652 0 0 1 0-.922z"/></symbol><symbol viewbox="0 0 24 24" id="icon-rotate"><path d="M12.008 3.98V1.505a.504.504 0 0 0-.86-.356L7.673 4.622a.504.504 0 0 0 0 .713l3.474 3.474c.318.318.86.093.86-.356V5.98a6.007 6.007 0 0 1 5.992 6 6.007 6.007 0 0 1-5.525 5.98.502.502 0 0 0-.475.495v1.002c0 .285.24.525.524.506 4.168-.27 7.476-3.75 7.476-7.984 0-4.41-3.584-7.996-7.992-8z"/></symbol><symbol viewbox="0 0 24 24" id="icon-search"><path d="M21.707 18.88l-4.823-4.824A7.945 7.945 0 0 0 18 10c0-4.41-3.59-8-8-8s-8 3.59-8 8 3.59 8 8 8c1.48 0 2.865-.412 4.056-1.116l4.823 4.823a1 1 0 0 0 1.413 0l1.414-1.414a1 1 0 0 0 0-1.414zM4 10c0-3.31 2.69-6 6-6s6 2.69 6 6-2.69 6-6 6-6-2.69-6-6z"/></symbol><symbol viewbox="0 0 24 24" id="icon-semi-private"><path d="M18 10H9V7c0-1.654 1.346-3 3-3s3 1.346 3 3v.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V7c0-2.757-2.243-5-5-5S7 4.243 7 7v3H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8a2 2 0 0 0-2-2z"/></symbol><symbol viewbox="0 0 24 24" id="icon-settings"><path d="M21.585 10.793l-1.7-.85a.488.488 0 0 1-.247-.296 7.99 7.99 0 0 0-.573-1.386.484.484 0 0 1-.034-.382l.602-1.802a.748.748 0 0 0-.18-.767l-.76-.76a.75.75 0 0 0-.768-.18l-1.802.6a.487.487 0 0 1-.383-.034 7.808 7.808 0 0 0-1.387-.574.488.488 0 0 1-.296-.247l-.85-1.7a.748.748 0 0 0-.67-.415h-1.073a.75.75 0 0 0-.67.415l-.85 1.7a.488.488 0 0 1-.297.247 7.88 7.88 0 0 0-1.386.573.483.483 0 0 1-.382.034l-1.802-.602a.75.75 0 0 0-.768.18l-.758.76c-.2.2-.27.498-.182.768l.6 1.802a.487.487 0 0 1-.033.383 7.88 7.88 0 0 0-.573 1.387.492.492 0 0 1-.247.296l-1.7.85a.75.75 0 0 0-.415.67v1.074c0 .284.16.544.415.67l1.7.85c.12.06.208.17.247.297.15.483.34.946.573 1.386.063.12.077.256.034.383l-.602 1.802c-.09.27-.02.567.18.767l.76.76c.2.2.498.27.768.18l1.802-.6a.487.487 0 0 1 .383.033c.44.233.904.425 1.387.573.128.04.236.127.296.247l.85 1.7a.75.75 0 0 0 .67.415h1.074a.75.75 0 0 0 .67-.415l.85-1.7a.488.488 0 0 1 .297-.247 7.99 7.99 0 0 0 1.386-.573.484.484 0 0 1 .383-.034l1.802.602c.27.09.567.02.767-.18l.76-.76c.2-.2.27-.498.18-.767l-.6-1.802a.487.487 0 0 1 .033-.383 7.88 7.88 0 0 0 .573-1.386.488.488 0 0 1 .247-.296l1.7-.85a.75.75 0 0 0 .415-.672v-1.073a.748.748 0 0 0-.415-.67zM12 16c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4-1.794 4-4 4z"/></symbol><symbol viewbox="0 0 24 24" id="icon-share"><path d="M23.54 11.54l-9.43-9.43a.65.65 0 0 0-1.11.46V8C6.825 8 1.754 12.667 1.088 18.665c-.024.22.23.353.406.22A13.93 13.93 0 0 1 10 16h3v5.43c0 .58.7.87 1.11.46l9.43-9.43a.652.652 0 0 0 0-.92z"/></symbol><symbol viewbox="0 0 24 24" id="icon-share_hollow"><path d="M13 22a1 1 0 0 1-1-1v-4.99a12.453 12.453 0 0 0-9.198 4.61 1 1 0 0 1-1.775-.675C1.3 13.755 5.947 8.817 12 8.103V3a1 1 0 0 1 1.707-.707l9 9a1 1 0 0 1 0 1.414l-9 9A1 1 0 0 1 13 22zm-.5-8h.5a1 1 0 0 1 1 1v3.586L20.586 12 14 5.414v3.61a1 1 0 0 1-.957 1c-4.434.19-8.104 3.054-9.463 7.045A14.433 14.433 0 0 1 12.5 14z"/></symbol><symbol viewbox="0 0 24 24" id="icon-sharealike"><path d="M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/><path d="M12 7c-2.757 0-5 2.243-5 5h-.896a.25.25 0 0 0-.177.427l1.896 1.896a.25.25 0 0 0 .354 0l1.896-1.896A.25.25 0 0 0 9.896 12H9c0-1.654 1.346-3 3-3a3.005 3.005 0 0 1 2.946 3.578c-.217 1.155-1.14 2.11-2.288 2.353a3.01 3.01 0 0 1-2.435-.513c-.205-.152-.482-.156-.663.024l-.722.722c-.203.203-.204.545.02.726 1.12.91 2.58 1.296 4.075 1.028 1.95-.35 3.55-1.902 3.955-3.84A5.01 5.01 0 0 0 12 7z"/></symbol><symbol viewbox="0 0 24 24" id="icon-sharpen"><path d="M19.53 20H4.465a.5.5 0 0 1-.452-.713l7.534-16.01a.5.5 0 0 1 .905 0l7.535 16.01a.5.5 0 0 1-.454.713z"/></symbol><symbol viewbox="0 0 24 24" id="icon-shutter_speed"><path d="M12 3C6.486 3 2 7.486 2 13s4.486 10 10 10 10-4.486 10-10S17.514 3 12 3zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zM10.5 2h3a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5z"/><path d="M16.147 8.146a.5.5 0 0 0-.707 0l-2.928 2.928A2.017 2.017 0 0 0 12 11a2 2 0 1 0 2 2c0-.178-.03-.347-.074-.512l2.928-2.928a.5.5 0 0 0 0-.707l-.707-.707z"/></symbol><symbol viewbox="0 0 24 24" id="icon-sliders"><path d="M21.5 16h-2.684c-.413-1.163-1.512-2-2.816-2s-2.403.837-2.816 2H2.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h10.684c.413 1.163 1.512 2 2.816 2s2.403-.837 2.816-2H21.5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zM21.5 6H10.816C10.403 4.837 9.304 4 8 4s-2.403.837-2.816 2H2.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h2.684C5.597 9.163 6.696 10 8 10s2.403-.837 2.816-2H21.5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z"/></symbol><symbol viewbox="0 0 24 24" id="icon-straighten"><path d="M1.4 14.98l-.39 2.863a1 1 0 0 0 .88 1.13l18.078 2.045a1 1 0 0 0 1.103-.858l.71-5.18M2.5 12.98h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5zM6.5 12.98h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5zM10.5 12.98h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5zM14.5 12.98h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5zM18.5 12.98h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5zM22.5 12.98h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5zM22.6 8.98l.39-2.865a1 1 0 0 0-.88-1.13L4.035 2.94a1.002 1.002 0 0 0-1.103.86l-.71 5.18"/></symbol><symbol viewbox="0 0 24 24" id="icon-sync"><path d="M11.52 18.984C7.885 18.737 5 15.698 5 12c0-1.457.47-2.85 1.282-4.01l1.864 1.864A.5.5 0 0 0 9 9.5v-5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0-.354.854L4.843 6.55A9.017 9.017 0 0 0 3 12c0 4.788 3.758 8.714 8.478 8.985A.504.504 0 0 0 12 20.48v-1.002a.5.5 0 0 0-.48-.494zM19.155 17.45A8.952 8.952 0 0 0 21 12c0-4.788-3.758-8.714-8.478-8.985A.504.504 0 0 0 12 3.52v1.002a.5.5 0 0 0 .48.494C16.115 5.263 19 8.302 19 12c0 1.463-.46 2.853-1.278 4.017l-1.872-1.872a.498.498 0 0 0-.85.352v5.006c0 .274.223.497.497.497h5.006a.498.498 0 0 0 .352-.85l-1.7-1.7z"/></symbol><symbol viewbox="0 0 24 24" id="icon-tag"><path d="M21.715 12.715l-8.422-8.422A1 1 0 0 0 12.586 4H5a1 1 0 0 0-1 1v7.586c0 .265.105.52.293.707l8.422 8.422a1 1 0 0 0 1.414 0l7.585-7.586a1 1 0 0 0 0-1.415zM9 10a1 1 0 1 1 0-2 1 1 0 0 1 0 2z"/></symbol><symbol viewbox="0 0 24 24" id="icon-thumbnail_justified"><path d="M7 11H2a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1zM22 11H11a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h11a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1zM13 20H2a1 1 0 0 1-1-1v-5a1 1 0 0 1 1-1h11a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1zM22 20h-5a1 1 0 0 1-1-1v-5a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1z"/></symbol><symbol viewbox="0 0 24 24" id="icon-thumbnail_large"><path d="M19 20H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1z"/></symbol><symbol viewbox="0 0 24 24" id="icon-thumbnail_medium"><path d="M10 11H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1zM19 11h-5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1zM19 20h-5a1 1 0 0 1-1-1v-5a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1zM10 20H5a1 1 0 0 1-1-1v-5a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1z"/></symbol><symbol viewbox="0 0 24 24" id="icon-thumbnail_small"><path d="M7 8H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1zM13 8h-2a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1zM19 8h-2a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1zM7 14H5a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1zM13 14h-2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1zM19 14h-2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1zM7 20H5a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1zM13 20h-2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1zM19 20h-2a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1z"/></symbol><symbol viewbox="0 0 24 24" id="icon-trash"><path d="M17 22H7a2 2 0 0 1-2-2V7h14v13a2 2 0 0 1-2 2zM15 4V3a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v1H4.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h15a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H15z"/></symbol><symbol viewbox="0 0 24 24" id="icon-tumblr"><path d="M16.134 17.378c-.335.16-.975.3-1.452.31-1.44.04-1.72-1.01-1.733-1.774V10.31h3.614V7.586h-3.602V3h-2.637c-.043 0-.12.038-.13.135-.153 1.404-.81 3.867-3.54 4.85v2.326h1.82v5.883c0 2.013 1.486 4.874 5.407 4.807 1.323-.023 2.792-.577 3.117-1.054l-.866-2.568z"/></symbol><symbol viewbox="0 0 24 24" id="icon-twitter"><path d="M22.982 6.028a8.55 8.55 0 0 1-2.462.675 4.302 4.302 0 0 0 1.885-2.372 8.583 8.583 0 0 1-2.722 1.04 4.287 4.287 0 0 0-7.305 3.91A12.165 12.165 0 0 1 3.54 4.804c-.368.633-.58 1.37-.58 2.155 0 1.487.758 2.8 1.908 3.568a4.268 4.268 0 0 1-1.942-.536v.054a4.29 4.29 0 0 0 3.44 4.204 4.29 4.29 0 0 1-1.937.073A4.29 4.29 0 0 0 8.433 17.3a8.6 8.6 0 0 1-5.324 1.835c-.346 0-.687-.02-1.023-.06A12.124 12.124 0 0 0 8.657 21c7.886 0 12.2-6.533 12.2-12.198 0-.186-.005-.37-.014-.555a8.713 8.713 0 0 0 2.14-2.22"/></symbol><symbol viewbox="0 0 24 24" id="icon-undo"><path d="M17.657 6.343c-3-3-7.805-3.106-10.943-.335l-1.86-1.86A.5.5 0 0 0 4 4.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .353-.854L8.146 7.44c2.354-1.987 5.877-1.9 8.097.317a6.01 6.01 0 0 1 .323 8.136.5.5 0 0 0 .013.686l.707.707c.2.202.54.2.73-.013 2.753-3.138 2.634-7.937-.36-10.93z"/></symbol><symbol viewbox="0 0 24 24" id="icon-upload"><path d="M20.87 12.1c.08-.354.13-.72.13-1.1a5 5 0 0 0-5-5c-.55 0-1.07.11-1.566.275A6.483 6.483 0 0 0 9.5 4a6.497 6.497 0 0 0-6.496 6.42A4.996 4.996 0 0 0 5 20h6v-4H8.207a.5.5 0 0 1-.354-.854l3.793-3.793a.5.5 0 0 1 .707 0l3.793 3.793a.5.5 0 0 1-.353.854H13v4h7a3.998 3.998 0 0 0 .87-7.9z"/></symbol><symbol viewbox="0 0 24 24" id="icon-video"><path d="M21.293 5.707L17 10V6a2 2 0 0 0-2-2H3a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-4l4.293 4.293c.63.63 1.707.184 1.707-.707V6.414c0-.89-1.077-1.337-1.707-.707z"/></symbol><symbol viewbox="0 0 24 24" id="icon-view"><path d="M22.997 10.99C20.697 7.03 16.634 4 12 4 7.37 4 3.31 7.023 1.01 10.98a1.52 1.52 0 0 0 .178 1.787C5.324 17.312 8.214 20 12 20c3.74 0 7.48-3.497 10.832-7.237.438-.49.495-1.206.165-1.774zM12 15a3 3 0 1 1 0-6 3 3 0 0 1 0 6z"/></symbol><symbol viewbox="0 0 24 24" id="icon-vignette"><path d="M20 3H4a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1zm-8 14a5 5 0 1 1 0-10 5 5 0 0 1 0 10z"/></symbol><symbol viewbox="0 0 26 22" id="icon-vr_hollow"><title>3d pan white</title><g transform="translate(1)" stroke="#FFF" fill="none" fill-rule="evenodd"><path d="M20 5a9.985 9.985 0 0 0-8-4 9.985 9.985 0 0 0-8 4h16zM20 17a9.985 9.985 0 0 1-8 4 9.985 9.985 0 0 1-8-4h16zM0 8.234c0-.55.44-1.116.97-1.257L11.004 5.04c.55-.022 1.443-.03 1.997 0l10.06 1.946c.52.14.94.7.94 1.248v5.51c0 .55-.43 1.113-.958 1.254L13 16.958c-.553.023-1.44.033-1.998.002L.97 15.002c-.536-.145-.97-.71-.97-1.26V8.235z" stroke-width="2"/><circle fill="#FFF" cx="18" cy="10" r="1"/><g transform="translate(3 10)" stroke-width="2" stroke-linecap="square"><path d="M.5 5.5l5-5M5.5.5l5 5M8.5 2.5l2-2M10.5.5l5 5"/></g></g></symbol><symbol viewbox="0 0 24 24" id="icon-yahoo"><path d="M12.6 9.032c.45-.78 1.098-1.858 1.49-2.527.505-.86.92-1.515 1.134-1.836.167-.253.284-.43.417-.638 0 0-.002 0-.003.002l.004-.002c-.033.01-.076.02-.116.03-.116.028-.234.05-.355.068l-.156.02a4.01 4.01 0 0 1-.327.02c-.032 0-.06.003-.094.003-.366 0-.724-.05-1.05-.14-.923 1.66-4.053 6.742-4.213 7.038-.16-.294-3.29-5.373-4.214-7.036l-.002.002h.002l-.142.036a4.122 4.122 0 0 1-.53.086l-.055.003c-.102.01-.208.015-.325.015-.06 0-.114-.004-.17-.006a3.32 3.32 0 0 1-.264-.02c-.04-.004-.082-.007-.122-.013a4.383 4.383 0 0 1-.392-.08c-.032-.01-.066-.016-.098-.025.133.21.25.385.416.637.213.32.63.975 1.134 1.834.392.67 1.04 1.75 1.49 2.527.45.78.922 1.6 1.372 2.39.565.995.903 1.593 1.01 1.783v.605c0 .814-.015 1.69-.045 2.48-.03.786-.066 2.962-.102 3.736.326-.092.674-.14 1.034-.14s.713.048 1.04.14c-.038-.773-.07-2.946-.103-3.73-.03-.79-.046-1.668-.046-2.482v-.608c.33-.587.67-1.184 1.01-1.782.45-.79.922-1.612 1.372-2.39zM20.587 4.946v-.003l-.002-.004a.83.83 0 0 0-.05-.14c-.004-.013-.007-.026-.013-.038a.787.787 0 0 0-.078-.127c-.007-.01-.012-.022-.02-.032V4.6a.903.903 0 0 0-.296-.242 1.28 1.28 0 0 0-.32-.11c-.014-.003-.024-.01-.04-.013-.014-.003-.03-.005-.045-.01h-.002a1.28 1.28 0 0 0-.427 0 .858.858 0 0 0-.49.255l-.008.007c-.017.018-.03.04-.046.06-.025.033-.05.06-.07.094v.002h-.002a1.1 1.1 0 0 0-.14.405l-.01.06-.018.168-.418 4.95c-.282 3.45-.638 5.644-.702 6.265.123-.018.252-.016.39.005.14.022.263.06.374.115.13-.61.47-2.806 1.268-6.175l1.155-4.953c.007-.023.012-.058.02-.108a1.07 1.07 0 0 0-.01-.428zM18.24 18.427a.93.93 0 0 0-.3-.244 1.39 1.39 0 0 0-.833-.132.945.945 0 0 0-.356.14.908.908 0 0 0-.26.278 1.12 1.12 0 0 0-.142.406c-.025.156-.022.3.01.43a.87.87 0 0 0 .162.342c.077.098.176.18.296.24.12.062.257.104.408.128.08.013.16.02.235.02.065 0 .13-.004.192-.015a.89.89 0 0 0 .357-.138.9.9 0 0 0 .26-.277c.07-.113.116-.25.14-.404.025-.155.023-.3-.008-.428a.91.91 0 0 0-.163-.345z"/></symbol></svg> <!-- end svg --> <div id="content"> <div class="view browser-upgrade-interstitial-view requiredToShowOnServer flickr-view-root-view"><div class="view global-nav-view requiredToShowOnServer" data-view-signature="global-nav-view__continueUrl_https%3A%2F%2Fwww.flickr.com%2Fphotos%2Fflickr%2Fsets%2F72157639868074114__enableBrowserUpgradeBanner_false__isOwner_false__requiredToShowOnClient_false__requiredToShowOnServer_true"> <div class="global-nav-restyle"> <div class="global-nav-shim"></div> <div class="global-nav-content styleguide-global-nav fluid sohp-mobile-navable"> <div class="global-nav-container fluid-centered"> <div class="mobile-nav-toggle"><span></span></div> <div class="flickr-logo-container"> <a href="https://web.archive.org/web/20160223021405/https://www.flickr.com/" class="main-logo" data-track="gnLogoClick" title="Flickr logo. If you click it, you'll go home"><svg class="icon-flickr"><use xlink:href="/web/20160223021405im_/https://www.flickr.com/browser/upgrade/?continue=%2Fphotos%2Fflickr%2Fsets%2F72157639868074114#icon-flickr_logo"></use></svg></a> </div> <ul class="nav-menu" role="menubar"> <li role="menuitem" data-context="explore"> <a data-track="gnExploreMainClick" class="gn-title explore" href="/web/20160223021405/https://www.flickr.com/explore" aria-haspopup="true">Explore</a> <ul class="gn-submenu" role="menu"> <li role="menuitem"><a data-track="gnExploreRecentPhotosClick" href="/web/20160223021405/https://www.flickr.com/explore">Recent Photos</a></li> <li role="menuitem"><a data-track="gnExploreVRLandingClick" href="/web/20160223021405/https://www.flickr.com/vr">Flickr VR</a></li> <li role="menuitem"><a data-track="gnExploreTheCommonsClick" href="/web/20160223021405/https://www.flickr.com/commons">The Commons</a></li> <li role="menuitem"><a data-track="gnExplore20under20Click" href="/web/20160223021405/https://www.flickr.com/20under20">20under20</a></li> <li role="menuitem"><a data-track="gnExploreGalleriesClick" href="/web/20160223021405/https://www.flickr.com/galleries">Galleries</a></li> <li role="menuitem"><a data-track="gnExploreWorldMapClick" href="/web/20160223021405/https://www.flickr.com/map">World Map</a></li> <li role="menuitem"><a data-track="gnExploreAppGardenClick" href="/web/20160223021405/https://www.flickr.com/services">App Garden</a></li> <li role="menuitem"><a data-track="gnExploreCameraFinderClick" href="/web/20160223021405/https://www.flickr.com/cameras">Camera Finder</a></li> <li role="menuitem"><a data-track="gnExploreWeeklyFlickrClick" href="/web/20160223021405/https://www.flickr.com/photos/flickr/albums/72157639868074114/">The Weekly Flickr</a></li> <li role="menuitem"><a data-track="gnExploreFlickrBlogClick" href="https://web.archive.org/web/20160223021405/https://blog.flickr.net/">Flickr Blog</a></li> </ul> </li> <li role="menuitem" class="gn-create"> <a data-track="gnCreateMainClick" class="gn-title" href="/web/20160223021405/https://www.flickr.com/create">Create</a> </li> </ul> <ul class="gn-tools with-upload-icon"> <li role="menuitem" class="gn-search-box"> <svg class="icon icon-search mobile-search-button"><use xlink:href="/web/20160223021405im_/https://www.flickr.com/browser/upgrade/?continue=%2Fphotos%2Fflickr%2Fsets%2F72157639868074114#icon-search"></use></svg> <div class="view search-autosuggest-field-view requiredToShowOnServer" data-view-signature="search-autosuggest-field-view__continueUrl_https%3A%2F%2Fwww.flickr.com%2Fphotos%2Fflickr%2Fsets%2F72157639868074114__enableBrowserUpgradeBanner_false__isOwner_false__requiredToShowOnClient_true__requiredToShowOnServer_true"><form method="get" action="/web/20160223021405/https://www.flickr.com/search/" role="search" class="search-form"> <label data-track="gnSearchSearchIcon" aria-label="Search"> <svg class="search-icon" style="width: 22px; height: 22px;" data-track="gnSearchSearchIcon" aria-label="Search"><use xlink:href="/web/20160223021405im_/https://www.flickr.com/browser/upgrade/?continue=%2Fphotos%2Fflickr%2Fsets%2F72157639868074114#icon-search"></use></svg> <input type="submit" data-track="gnSearchSearchIcon" class="search-icon-button" tabindex="-1" aria-label="Search" role="button"> </label> <ul class="search-pillbox"> </ul> <input type="text" id="search-field" class="autosuggest-selectable-item" placeholder="Photos, people, or groups" name="text" value="" autocomplete="off" aria-label="Search" role="textbox"> </form> <div class="view search-autosuggest-items-list-view" data-view-signature="search-autosuggest-items-list-view__continueUrl_https%3A%2F%2Fwww.flickr.com%2Fphotos%2Fflickr%2Fsets%2F72157639868074114__enableBrowserUpgradeBanner_false__isOwner_false__requiredToShowOnClient_false__requiredToShowOnServer_false"></div> </div> <svg class="mobile-search-close-button"><use xlink:href="/web/20160223021405im_/https://www.flickr.com/browser/upgrade/?continue=%2Fphotos%2Fflickr%2Fsets%2F72157639868074114#icon-close"></use></svg> </li> <li role="menuitem" class="gn-upload"> <a data-track="gnUploadIconMain" class="gn-title" href="/web/20160223021405/https://www.flickr.com/upload"><i class="upload-icon" title="Upload">Upload</i></a> </li> <li role="menuitem" class="gn-signin"> <a data-track="gnSignin" class="gn-title" href="/web/20160223021405/https://www.flickr.com/signin">Sign In</a> </li> <li role="menuitem" class="gn-signup"> <a data-track="gnSignupClick" class="gn-title butt" href="/web/20160223021405/https://www.flickr.com/signup">Sign Up</a> </li> </ul> <div class="mobile-nav "> <div class="mobile-nav-column"> <div class="mobile-nav-menu-item"><a data-track="gnExploreMainClick" class="explore" href="/web/20160223021405/https://www.flickr.com/explore" aria-haspopup="true">Explore</a></div> <div class="mobile-nav-menu-item"><a data-track="gnExploreRecentPhotosClick" href="/web/20160223021405/https://www.flickr.com/explore">Recent Photos</a></div> <div class="mobile-nav-menu-item"><a data-track="gnExploreTheCommonsClick" href="/web/20160223021405/https://www.flickr.com/commons">The Commons</a></div> <div class="mobile-nav-menu-item"><a data-track="gnExplore20under20Click" href="/web/20160223021405/https://www.flickr.com/20under20">20under20</a></div> <div class="mobile-nav-menu-item"><a data-track="gnExploreGalleriesClick" href="/web/20160223021405/https://www.flickr.com/galleries">Galleries</a></div> <div class="mobile-nav-menu-item"><a data-track="gnExploreWeeklyFlickrClick" href="/web/20160223021405/https://www.flickr.com/photos/flickr/albums/72157639868074114/">The Weekly Flickr</a></div> <div class="mobile-nav-menu-item"><a data-track="gnExploreFlickrBlogClick" href="https://web.archive.org/web/20160223021405/https://blog.flickr.net/">Flickr Blog</a></div> </div> </div> </div> </div> <div class="view person-menu-view" data-view-signature="person-menu-view__containerSelector_%23content__continueUrl_https%3A%2F%2Fwww.flickr.com%2Fphotos%2Fflickr%2Fsets%2F72157639868074114__enableBrowserUpgradeBanner_false__excludeSelectors_1__isOwner_false__requiredToShowOnClient_false__requiredToShowOnServer_false"></div> <div class="view group-menu-view" data-view-signature="group-menu-view__containerSelector_%23content__continueUrl_https%3A%2F%2Fwww.flickr.com%2Fphotos%2Fflickr%2Fsets%2F72157639868074114__enableBrowserUpgradeBanner_false__excludeSelectors_1__isOwner_false__requiredToShowOnClient_false__requiredToShowOnServer_false"></div> </div> </div> <div class="background-cover"></div> <div class="content"> <h3>Grass could be greener on this side</h3> <p>You seem to be using an unsupported browser. To get the most out of Flickr please upgrade to the latest version of <a href="https://web.archive.org/web/20160223021405/https://www.google.com/chrome" target="_blank">Chrome</a>, <a href="https://web.archive.org/web/20160223021405/https://www.apple.com/safari/" target="_blank">Safari</a>, <a href="https://web.archive.org/web/20160223021405/https://www.mozilla.org/firefox" target="_blank">Firefox</a>, or <a href="https://web.archive.org/web/20160223021405/http://windows.microsoft.com/en-us/internet-explorer/download-ie" target="_blank">Internet Explorer</a>.</p> <div class="browser-links"> <a class="icon" href="https://web.archive.org/web/20160223021405/https://www.google.com/chrome" target="_blank"><div class="chrome"></div></a> <a class="icon" href="https://web.archive.org/web/20160223021405/https://www.apple.com/safari/" target="_blank"><div class="safari"></div></a> <a class="icon" href="https://web.archive.org/web/20160223021405/https://www.mozilla.org/firefox" target="_blank"><div class="firefox"></div></a> <a class="icon" href="https://web.archive.org/web/20160223021405/http://windows.microsoft.com/en-us/internet-explorer/download-ie" target="_blank"><div class="ie"></div></a> </div> <a class="continue" href="https://web.archive.org/web/20160223021405/https://www.flickr.com/photos/flickr/sets/72157639868074114">No thanks, take me to the site anyway</a> </div> <div class="view footer-full-view requiredToShowOnServer" data-view-signature="footer-full-view__continueUrl_https%3A%2F%2Fwww.flickr.com%2Fphotos%2Fflickr%2Fsets%2F72157639868074114__isOwner_false__requiredToShowOnClient_false__requiredToShowOnServer_true"> <footer class="foot"> <div class="foot-container"> <div class="foot-top-row"> <ul class="foot-nav-ul"> <li class="foot-li"><a href="/web/20160223021405/https://www.flickr.com/about">About</a></li> <li class="foot-li"><a href="/web/20160223021405/https://www.flickr.com/jobs">Jobs</a></li> <li class="foot-li"><a href="//web.archive.org/web/20160223021405/https://blog.flickr.net/en">Blog</a></li> <li class="foot-li"><a href="//web.archive.org/web/20160223021405/https://mobile.yahoo.com/flickr">Mobile</a></li> <li class="foot-li"><a href="/web/20160223021405/https://www.flickr.com/services/developer">Developers</a></li> <li class="foot-li"><a href="/web/20160223021405/https://www.flickr.com/help/guidelines">Guidelines</a></li> <li class="foot-li"><a href="//web.archive.org/web/20160223021405/https://yahoo.uservoice.com/forums/211185-us-flickr">Feedback</a></li> <li class="foot-li"><a href="/web/20160223021405/https://www.flickr.com/abuse">Report abuse</a></li> <li class="foot-li"><a href="/web/20160223021405/https://www.flickr.com/help/forum">Help forum</a></li> <li class="foot-li lang-switcher"> <a href="/web/20160223021405/https://www.flickr.com/change_language.gne?lang=en-US&amp;csrf=">English</a> <span class="arrow"></span> </li> </ul> </div> <div class="foot-bottom-row"> <div class="foot-yahoo"> <ul class="foot-nav-ul"> <li class="foot-li"><a href="//web.archive.org/web/20160223021405/https://info.yahoo.com/privacy/us/yahoo/flickr/details.html">Privacy</a></li> <li class="foot-li"><a href="/web/20160223021405/https://www.flickr.com/help/terms">Terms</a></li> <li class="foot-li"><a href="//web.archive.org/web/20160223021405/https://safely.yahoo.com/">Yahoo Safely</a></li> <li class="foot-li"><a href="//web.archive.org/web/20160223021405/https://help.yahoo.com/kb/index?page=product&amp;locale=en_US&amp;y=PROD_FLICKR_DESK&amp;actp=productlink">Help</a></li> </ul> </div> <div class="foot-company"> Flickr, <a href="https://web.archive.org/web/20160223021405/https://info.yahoo.com/">a Yahoo company</a> </div> <div class="foot-social"> <ul class="foot-nav-ul"> <li><a target="_blank" href="https://web.archive.org/web/20160223021405/http://flickr.tumblr.com/"> <svg class="ft-icon ft-tumblr"><use xlink:href="/web/20160223021405im_/https://www.flickr.com/browser/upgrade/?continue=%2Fphotos%2Fflickr%2Fsets%2F72157639868074114#icon-tumblr"></use></svg> </a></li> <li><a target="_blank" href="https://web.archive.org/web/20160223021405/https://www.facebook.com/flickr"> <svg class="ft-icon ft-facebook"><use xlink:href="/web/20160223021405im_/https://www.flickr.com/browser/upgrade/?continue=%2Fphotos%2Fflickr%2Fsets%2F72157639868074114#icon-facebook"></use></svg> </a></li> <li><a target="_blank" href="https://web.archive.org/web/20160223021405/https://twitter.com/flickr"> <svg class="ft-icon ft-twitter"><use xlink:href="/web/20160223021405im_/https://www.flickr.com/browser/upgrade/?continue=%2Fphotos%2Fflickr%2Fsets%2F72157639868074114#icon-twitter"></use></svg> </a></li> <li><a target="_blank" href="https://web.archive.org/web/20160223021405/https://plus.google.com/+flickr"> <svg class="ft-icon ft-googleplus"><use xlink:href="/web/20160223021405im_/https://www.flickr.com/browser/upgrade/?continue=%2Fphotos%2Fflickr%2Fsets%2F72157639868074114#icon-google"></use></svg> </a></li> </ul> </div> </div> </div> </div> <span id="tgt"><div id="tgtRS"></div></span> <script> var lang = 'en-US'; if (lang === 'de-DE') { /* this should run out of band */ setTimeout(function () { var darlaScriptElement = document.createElement("script"); darlaScriptElement.setAttribute("defer", "true"); darlaScriptElement.setAttribute("async", "true"); darlaScriptElement.setAttribute("src", "https://web.archive.org/web/20160223021405/https://fc.yahoo.com/sdarla/php/client.php?f=2022219890&l=RS&npv=1&ref=https%3A//flickr.com&rtype=boot"); // for the future -- darlaScriptElement.onerror = function(){}; document.getElementsByTagName('head')[0].appendChild(darlaScriptElement); }, 100); } </script> </div> </div> </div> <script> (function (root) { // -- Data -- root.YUI_config = {"version":"3.16.0","base":"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20160223021405\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fyui:3.16.0\u002F","comboBase":"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20160223021405\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fzz\u002Fcombo?","comboSep":"&","root":"yui:3.16.0\u002F","filter":"min","logLevel":"error","combine":true,"patches":[function patchOptionalRequires(Y, loader) { var getRequires = loader.getRequires, addModule = loader.addModule; // patching `addModule` method to support polyfills loader.addModule = function (mod) { var configFn = mod && mod.configFn; if (mod && mod.test) { mod.configFn = function (mod) { if (!mod.test(Y)) { // if a test fails, the module should be dropped from the registry return false; } if (configFn) { // falling back to the original configFn if the test passed return configFn.apply(this, arguments); } }; } return addModule.apply(this, arguments); }; // patching `getRequires` to support optional requires loader.getRequires = function (mod) { var i, len, m, r = getRequires.apply(this, arguments); // expanding requirements with optional requires if (mod.optionalRequires && !mod.optionalRequiresExpanded) { mod.optionalRequiresExpanded = []; len = mod.optionalRequires.length; for (i = 0; i < len; i += 1) { m = this.getModule(mod.optionalRequires[i]); if (m) { mod.optionalRequiresExpanded = mod.optionalRequiresExpanded.concat(this.getRequires(m), [m.name]); } } } return mod.optionalRequiresExpanded && mod.optionalRequiresExpanded.length ? [].concat(mod.optionalRequiresExpanded, r) : r; }; },function patchTemplatesRequires(Y, loader) { var getRequires = loader.getRequires; loader.getRequires = function (mod) { var i, len, m, r = getRequires.apply(this, arguments); // expanding requirements with templates required if (mod.templates && !mod.templatesExpanded) { len = mod.templates.length; mod.templatesExpanded = []; for (i = 0; i < len; i += 1) { m = this.getModule(mod.group + '-template-' + mod.templates[i]); if (m) { mod.templatesExpanded = mod.templatesExpanded.concat(this.getRequires(m), [m.name]); } else { throw new Error('Invalid template [' + mod.templates[i] + '], module [' + mod.group + '-template-' + mod.templates[i] + '] is not registered.'); } } } return mod.templatesExpanded && mod.templatesExpanded.length ? [].concat(mod.templatesExpanded, r) : r; }; },function patchLangBundlesRequires(Y, loader) { var getRequires = loader.getRequires; loader.getRequires = function (mod) { var i, j, m, name, mods, loadDefaultBundle, locales = Y.config.lang || [], r = getRequires.apply(this, arguments); // expanding requirements with optional requires if (mod.langBundles && !mod.langBundlesExpanded) { mod.langBundlesExpanded = []; locales = typeof locales === 'string' ? [locales] : locales.concat(); for (i = 0; i < mod.langBundles.length; i += 1) { mods = []; loadDefaultBundle = false; name = mod.group + '-lang-' + mod.langBundles[i]; for (j = 0; j < locales.length; j += 1) { m = this.getModule(name + '_' + locales[j].toLowerCase()); if (m) { mods.push(m); } else { // if one of the requested locales is missing, // the default lang should be fetched loadDefaultBundle = true; } } if (!mods.length || loadDefaultBundle) { // falling back to the default lang bundle when needed m = this.getModule(name); if (m) { mods.push(m); } } // adding requirements for each lang bundle // (duplications are not a problem since they will be deduped) for (j = 0; j < mods.length; j += 1) { mod.langBundlesExpanded = mod.langBundlesExpanded.concat(this.getRequires(mods[j]), [mods[j].name]); } } } return mod.langBundlesExpanded && mod.langBundlesExpanded.length ? [].concat(mod.langBundlesExpanded, r) : r; }; }],"maxURLLength":1999,"loadOptional":true,"lang":"en-US","timeout":10000,"flickr":{"url":{"protocol":"https","host":"www.flickr.com","path":""},"farm":{"host":"staticflickr.com"},"api":{"version_urls":true,"site_key_fetch_interval":3600,"site_key_retry_interval":60,"write_api_method_regex":"(?:add|create|delete|edit|update|join|leave|approve|reject|suggestLocation|rotate|reorder|orderSets|mute|post|record|subscribe|remove|\\.set|submit|unmute|move|sort|hide|block|unblock|insert|promote|login|cancel|flickr\\.site\\.getKey|flickr\\.cameraroll\\.getPhotosMeta|flickr\\.photos\\.getPhotos|flickr\\.download\\.archives\\.create)[a-zA-Z]*$","max_concurrent_photos_api_can_handle":250,"max_concurrent_photo_date_sets":100,"max_concurrent_photo_deletions":50,"max_tags_in_photo":75,"max_people_in_photo":50,"max_concurrent_api_calls":6,"hostname_client_http":"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20160223021405\u002Fhttp:\u002F\u002Fapi.flickr.com","hostname_client_https":"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20160223021405\u002Fhttps:\u002F\u002Fapi.flickr.com","hostname_client_upload":"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20160223021405\u002Fhttps:\u002F\u002Fup.flickr.com\u002Fservices\u002Fupload","hostname_client_replace":"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20160223021405\u002Fhttps:\u002F\u002Fup.flickr.com\u002Fservices\u002Freplace","site_key":"3db3a87a8b50cbf33a19aade10fee878","site_key_fetched":1456191514},"apiv2":{"host":"api.flickr.com","basePath":"\u002Fv2"},"csrf":{"cookie_name":"csrf","ttlSeconds":28800,"fetch_interval":14400,"retry_interval":60},"cookies":{"domain":".flickr.com"},"facebook":{"client_id":"137206539707334"},"blogger":{"client_id":"110105599151.apps.googleusercontent.com"},"ads":{"darlaId":25664825},"better_cache_size":1000,"comment_image_max_width":405,"bundle":{"name":"hermes"},"log_level":{"server":20,"browser":false},"error":{"show_debugging_info":false},"homerun":{"yc":["www.yahoo.com","my.yahoo.com","fr.yahoo.com","uk.yahoo.com","de.yahoo.com","it.yahoo.com","es.yahoo.com","ie.yahoo.com","za.yahoo.com","ro.yahoo.com","se.yahoo.com","gr.yahoo.com","be.yahoo.com","fr-be.yahoo.com","ca.yahoo.com","qc.yahoo.com","br.yahoo.com","mx.yahoo.com","ar.yahoo.com","cl.yahoo.com","co.yahoo.com","pe.yahoo.com","ve.yahoo.com","espanol.yahoo.com","id.yahoo.com","in.yahoo.com","ph.yahoo.com","sg.yahoo.com","malaysia.yahoo.com","vn.yahoo.com","au.yahoo.com","nz.yahoo.com","maktoob.yahoo.com","en-maktoob.yahoo.com","hk.yahoo.com","tw.yahoo.com"]},"flipper":{"buckets":true,"reboot_photo_page_optin_type":"","moneyball_kill_switch":true,"moneyball":false,"moneyball-ads-type-b":false,"dump_headers":false,"global-nav-enabled":false,"search":false,"enable-photopage-autotags-beta-label":false,"enable-license-search":true,"show_photo_ads":false,"enable_cookie_migration":false,"autosuggest":false,"autosuggest2":false,"autosuggest-B":false,"get-context-photos-in-photo-page-route":false,"rename-set-to-album":true,"rebootify-groups-list":false,"rebootify-group-home":false,"rebootify-group-pool":false,"rebootify-group-discussion":false,"rebootify-group-discussions-list":false,"rebootify-group-members":false,"notifications":false,"enable-scrappy-photo-page":true,"enable-scrappy-notes":false,"enable-scrappy-notes-deleting":false,"enable-scrappy-notes-editing":false,"enable-scrappy-notes-adding":false,"enable-scrappy-zoom":true,"enable-ad-security-malware-removal-header":false,"enable-groups-optout":true,"embedr":false,"enable-photopage-slideshow":false,"products-security-pin":false,"marketplace-releases":false,"marketplace-storefront":false,"notifications-menu":false,"interesting-map":false,"wallart-promo":false,"wallart-pro-special":false,"rebootify-stats":true,"enable-shared-entity-view":false,"browser-upgrade-interstitial":true,"enable-zoom-proxy":false,"zoom-proxy-prefix":"","turn-off-aviary":false,"enable-curator-tools":false,"enable-hover-account-menu":false,"enable-groups-discussion-optout":true,"enable-lighthouse-edge-timing":false,"embedrVTwo":false,"enable-search-optout":true,"auto-apply-coupon":false,"creative-commons-wallart":true,"enable-max-editing-limit":true,"enable-payouts":true,"disable-payouts-licensing-check":false,"enable-free-shipping":false,"global-nav-restyle":false,"native-sharing":false,"enable-album-download":true,"enable-just-your-album-download":true,"search-tiles":false,"search-exclude-people":false,"evict-models-on-navigate":true,"model-eviction-debugging":false,"enable-new-photo-selector":true,"enable-marketing-curated-hero":true,"enable-nextgen-videoplayer":false,"enable-html5-videoplayer":false,"enable-non-destructive-edits":true,"enable-better-photo-page-seo":false,"enable-bots-server-rendering":false,"enable-forced-server-render":false,"disable-client-app":false,"enable-flickr-api-request-batching":false,"enable-server-render-for-unsupported-browsers":false,"enable-viewer-nsid-check":true,"enable-new-pro":true,"enable-pro-badge":true,"enable-flickr-embeds-on-tumblr":false,"enable-new-empty-state-pages":false,"upload-in-cameraroll":false,"uploader-debugging":false,"enable-sohp-view-counting":false,"enable-people-groups":false,"enable_secure_redirect":false,"enable-slender-advanced-search":false,"enable-full-share-entity-page-rendering-for-bots":false,"enable-embedr-in-share":false,"enable-embedr-in-albums":false,"enable-non-blocking-css":false,"enable-shared-entity-download":true,"enable-new-mobile-photo-page":true,"enable-svg-sprites-everywhere":true,"geotag-on-photo-page":false,"enable-album-pagination":true,"enable-new-autosuggest":false,"enable-search-pills":false,"enable-global-nav-upload-icon":false,"enable-empty-search-text-transfer":false,"display-marketplace-licensable":true,"enable-cedexis-beacon":false,"enable-exposure-search":false,"enable-embedr-video":false,"rebootify-tags":false,"rebootify-places":false,"enable-signed-out-cta-test":true,"enable-signed-out-download-cta-test":false,"enable-darla-beacon":true,"enable-sign-up-interstitial-test":false,"enable-sign-up-rail-test":false,"enable-mini-sign-up-footer":false,"enable-large-sign-up-footer":false,"mini-signup-footer-avatar":false,"mini-signup-footer-cancellable":false,"enable-cr-preview":false,"enable-tag-page-link-on-photo-page":false,"enable-share-restyle":false,"enable-new-mobile-tags-page":false,"remove-by-attribution":false,"enable-vr":false,"enable-vr-headset":false,"enable-vr-landing":false,"enable-static-tags-data":true,"enable-sohp-restyle-management":false,"enable-sohp-restyle-community":false,"enable-healthjs-beaconing":true,"enable-beaconing-coldstart":false,"enable-local-flickvr-dev":false,"enable-reboot-group-invite-modal":true,"enable-tumblr-embed-share":false,"enable-signed-out-commenting":true,"enable-resource-performance-timing":true,"enable-feed-reboot":false,"disable-magic-bcp":false,"enable-hosted-fields":true,"enable-v2-tags":false,"enable-kill-scrappy-dialogjs":false,"enable-v2-public-searches":false,"enable-change-album-sorting":false,"enable-public-guestpass":false,"disable-uploadr-ads":false,"licensing-button-placement":"default","enable-pro-2016-redesign":false,"buy-button-in-photolist":false,"enable-sets-list-loading-fix":true},"moneyball":{"endpoint":"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20160223021405\u002Fhttps:\u002F\u002Fy-flickr.yahoo.com\u002Fad?rmx=1&count=8&r=1","threshold":{"seo":{"initial":1,"subsequent":5},"facebook":{"initial":5,"subsequent":5},"default":{"initial":3,"subsequent":5}},"number_of_ad_calls":1,"prefetch_threshold":2,"dwell_threshold":0},"urls":{"assetRoot":"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20160223021405\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuy\u002Fbuild"},"cameraroll":{"initial_photos_to_fetch":5000,"initial_photos_to_fetch_with_sizes":500,"poll_for_changes":true,"seconds_to_poll_for_changes":10,"api_version":2,"use_ycs_ct_urls":true,"suppress_logging":false},"model_eviction":{"entry_refetch_exemptions":{"cameraroll":true,"photo_page":true,"account":true,"create":true,"marketplace":true},"exit_refetch_exemptions":{},"transition_refetch_exemptions":{"albums":{"album":true}}},"agof":{"spaceids":{"sohp-view":2023290708,"default":2022219890,"\u002Fabout":2023290711,"\u002Fdo\u002Fmore":2023604174,"\u002Fgroups_guidelines.gne":2023604172,"\u002Fhelp\u002Fprinting":2023604176,"\u002Fhelp\u002Fpayments":2023604176,"\u002Fhelp\u002Flimits":2023604176,"\u002Faccount\u002Forder":2023604176,"\u002Fcameras":2023604176,"\u002Fgift":2023604176,"\u002Ftour":2023604172,"\u002Fhelp\u002Ffaq":2023604172,"\u002Fhelp\u002Fgeneral":2023604172,"\u002Fupgrade":2023604176}},"maps":{"tile_providers":{"nokia_here":{"appId":"jFUN9E0JFN_TXnDyO88h","appCode":"XoOs1zgg22N_l6qNMEKs-A"},"mapbox":{"username":"ericsoco","mapId":"i3636pba"}}},"healthjs":{"postEndpoint":"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20160223021405\u002Fhttps:\u002F\u002Fheartbeat.flickr.com\u002Fbeacon","flushDelay":1000,"maxPerCall":5},"client_metrics_samples":{"default":1,"books_view":1,"books_cover_view":1,"books_spread_view":1,"books_back_view":1,"books_order_view":1,"books_order_shipping_view":1,"books_order_payment_view":1,"books_order_complete_view":1,"search_photos_page_view":1,"search_photos_unified_page_view":1,"photo_page_view":{"signedIn":1,"signedOut":0.1},"photo_page_scrappy_view":{"signedIn":1,"signedOut":0.1},"photostream_page_view":1,"favorites_page_view":1,"albums_list_page_view":1,"album_page_view":1,"cameraroll_page_view":1,"api_timings":1,"mobile_photo_page_view":{"signedIn":1,"signedOut":0.1},"tags_page_view":1,"explore_page_view":1},"lighthouse_samples":{"default":0,"books_view":1,"books_cover_view":1,"books_spread_view":1,"books_back_view":1,"books_order_view":1,"books_order_shipping_view":1,"books_order_payment_view":1,"books_order_complete_view":1,"embedr_view":1,"search_photos_page_view":1,"search_photos_unified_page_view":1,"photo_page_view":{"signedIn":0.5,"signedOut":0.5},"photo_page_scrappy_view":{"signedIn":0.5,"signedOut":0.5},"photostream_page_view":1,"favorites_page_view":1,"albums_list_page_view":1,"album_page_view":1,"cameraroll_page_view":1,"mobile_photo_page_view":{"signedIn":0.5,"signedOut":0.5},"tags_page_view":1,"explore_page_view":1},"paft_metrics_samples":{"search_photos_page_view":0.5,"photostream_page_view":0.5,"favorites_page_view":0.5,"albums_list_page_view":0.5,"album_page_view":0.5,"tags_page_view":0.5,"explore_page_view":0.5}},"groups":{"browserify":{"name":"browserify","base":"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20160223021405\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuy\u002Fbuild\u002F","combine":false},"hermes":{"base":"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20160223021405\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fuy\u002Fbuild\u002Fhermes-1.1.177\u002F","root":"uy\u002Fbuild\u002Fhermes-1.1.177\u002F","combine":true,"filter":"min","comboBase":"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20160223021405\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fzz\u002Fcombo?","comboSep":"&","maxURLLength":1999}},"modules":{"flickr-router":{"group":"browserify","langBundles":["misc"],"requires":["fletrics","oop","page-title-helper","moment","flickr-route","localizable","url","mobile-redirect"],"path":"javascripts\u002Fflickr-router-92e7fba0.js"},"flickr-js-sdk":{"group":"browserify","path":"javascripts\u002Fflickr-js-sdk-c44d6482.js"}},"seed":["yui","loader-hermes"],"extendedCore":["loader-hermes"]}; root.app || (root.app = {}); root.app.yui = {"use":function () { return this._bootstrap('use', [].slice.call(arguments)); },"require":function () { this._bootstrap('require', [].slice.call(arguments)); },"ready":function (callback) { this.use(function () { callback(); }); },"_bootstrap":function bootstrap(method, args) { var self = this, d = document, head = d.getElementsByTagName('head')[0], ie = /MSIE/.test(navigator.userAgent), callback = [], config = typeof YUI_config != "undefined" ? YUI_config : {}; function flush() { var l = callback.length, i; if (!self.YUI && typeof YUI == "undefined") { throw new Error("YUI was not injected correctly!"); } self.YUI = self.YUI || YUI; for (i = 0; i < l; i++) { callback.shift()(); } } function decrementRequestPending() { self._pending--; if (self._pending <= 0) { setTimeout(flush, 0); } else { load(); } } function createScriptNode(src) { var node = d.createElement('script'); if (node.async) { node.async = false; } if (ie) { node.onreadystatechange = function () { if (/loaded|complete/.test(this.readyState)) { this.onreadystatechange = null; decrementRequestPending(); } }; } else { node.onload = node.onerror = decrementRequestPending; } node.setAttribute('src', src); return node; } function load() { if (!config.seed) { throw new Error('YUI_config.seed array is required.'); } var seed = config.seed, l = seed.length, i, node; if (!self._injected) { self._injected = true; self._pending = seed.length; } for (i = 0; i < l; i++) { node = createScriptNode(seed.shift()); head.appendChild(node); if (node.async !== false) { break; } } } callback.push(function () { var i; if (!self._Y) { self.YUI.Env.core.push.apply(self.YUI.Env.core, config.extendedCore || []); self._Y = self.YUI(); self.use = self._Y.use; if (config.patches && config.patches.length) { for (i = 0; i < config.patches.length; i += 1) { config.patches[i](self._Y, self._Y.Env._loader); } } } self._Y[method].apply(self._Y, args); }); self.YUI = self.YUI || (typeof YUI != "undefined" ? YUI : null); if (!self.YUI && !self._injected) { load(); } else if (self._pending <= 0) { setTimeout(flush, 0); } return this; }}; root.YUI_config || (root.YUI_config = {}); root.YUI_config.seed = ["https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20160223021405\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fzz\u002Fcombo?yui:3.16.0\u002Fyui\u002Fyui-min.js&uy\u002Fbuild\u002Fhermes-1.1.177\u002Floader-hermes\u002Floader-hermes-min.js"]; root.YUI_config.flickr || (root.YUI_config.flickr = {}); root.YUI_config.flickr.api || (root.YUI_config.flickr.api = {}); root.YUI_config.flickr.api.site_key = "3db3a87a8b50cbf33a19aade10fee878"; root.YUI_config.flickr.api.site_key_fetched = 1456191514; root.YUI_config.flickr.api.site_key_expiresAt = 1456195114; root.YUI_config.modules || (root.YUI_config.modules = {}); root.YUI_config.modules.IntlPolyfill = {"fullpath":"https:\u002F\u002Fweb.archive.org\u002Fweb\u002F20160223021405\u002Fhttps:\u002F\u002Fs.yimg.com\u002Fzz\u002Fcombo?yui:platform\u002Fintl\u002F0.1.4\u002FIntl.min.js&yui:platform\u002Fintl\u002F0.1.4\u002Flocale-data\u002Fjsonp\u002Fen-US.js","condition":{"name":"IntlPolyfill","trigger":"intl-messageformat","test":function (Y) { return !Y.config.global.Intl; },"when":"before"}}; root.YUI_config.flickr.routes = {"patterns":{"nsid_or_path_alias":"^([0-9]+@N[0-9]+)|([0-9a-zA-Z-_]+)$","from_nsid_or_path_alias":"^([0-9]+@N[0-9]+)|([0-9a-zA-Z-_]+)$","group_id":"^([0-9]+@N[0-9]+)|([0-9a-zA-Z-_]+)$","photo_id":"^[0-9]+$","book_id":"^[0-9]+$","order_id":"^[0-9]+$","set_id":"^[0-9]+$","share_code":"^[0-9a-zA-Z]+$","comment_id":"^comment[0-9]+$","category_name":"^[a-zA-Z-_]+$","slideshow_start_id":"^[0-9]+$","page_number":"^[0-9]+$","context":"^[^\u002F]+$","tag_list":"^(?!\\?)([^\u002F]+)$","location":"^(?!\\?)([^\u002F]+)$","faves_path":"^(faves|favorites|favourites)$","albums_path":"^(sets|albums)$","year":"^[0-9]{4}$","month":"^[0-9]{2}$","day":"^[0-9]{2}$","checkout_step":"^.*$","topic_id":"^[0-9]+$","reply_id":"^[0-9]+$","wallart_id":"^[0-9]+$","creations_subpage":"^(|books|wallart|wallarts)$","atos_type":"^(|services|contributor|create|pro)$","date_string":"^[0-9]{4}-[0-9]{2}-[0-9]{2}$","domain":"^([a-zA-Z0-9-_]+\\.){1,}[a-zA-Z0-9-_]{2,}$","sort":"^(views|faves|favs|favorites|favourites|comments|interestingness)$","timeframe":"^(today|yesterday|lastweek|thisweek|twoweeksago|threeweeksago|theweekbeforethat|theweekbeforetheweekbeforethat|week|alltime|total)$","subscriptionplan":"^(pro-3month|pro-1year|pro-2year|pro-monthly|pro-annual)$","error_key":"^[A-Za-z0-9_]+$","lightbox":"lightbox","vr":"vr"},"routes":[{"path":["\u002Fgroups\u002F:group_id\u002Fpool\u002Fadd\u002F?","\u002Fphotos\u002Fcontacts\u002F?","\u002Fphotos\u002Ffriends\u002F?","\u002Fphotos\u002Fme\u002F?","\u002Fphotos\u002Forganise\u002F?","\u002Fphotos\u002Forganize\u002F?","\u002Fphotos\u002Forganizr\u002F?","\u002Fphotos\u002Frecommendations\u002F?","\u002Fphotos\u002Fsearch\u002F?","\u002Fplaces\u002Finfo\u002F?","\u002Fphotos\u002Fupload\u002F?"],"module":"classic-route"},{"path":["\u002Fphotos\u002F:nsid_or_path_alias\u002F:photo_id\u002F?","\u002Fphotos\u002F:nsid_or_path_alias\u002F:photo_id\u002F:comment_id\u002F?","\u002Fphotos\u002F:nsid_or_path_alias\u002F:photo_id\u002F:lightbox\u002F?","\u002Fphotos\u002F:nsid_or_path_alias\u002F:photo_id\u002Fin\u002F:context\u002F?","\u002Fphotos\u002F:nsid_or_path_alias\u002F:photo_id\u002Fin\u002F:context\u002F:lightbox\u002F?","\u002Fphotos\u002F:nsid_or_path_alias\u002F:photo_id\u002F:vr\u002F?","\u002Fphotos\u002F:nsid_or_path_alias\u002F:photo_id\u002Fin\u002F:context\u002F:vr\u002F?"],"module":"photo-route","has_mdot":true},{"path":"\u002Fcreate\u002Fbooks\u002F:book_id\u002F?","module":"books-route"},{"path":["\u002Fcreate\u002Fbooks\u002F:book_id\u002Fcover\u002F?","\u002Fcreate\u002Fbooks\u002F:book_id\u002F0\u002F?"],"module":"books-cover-route"},{"path":"\u002Fcreate\u002Fbooks\u002F:book_id\u002Fback\u002F?","module":"books-back-route"},{"path":"\u002Fcreate\u002Fbooks\u002F:book_id\u002F:page_number\u002F?","module":"books-page-route"},{"path":"\u002Fcreate\u002Forder\u002F:order_id\u002F?","module":"products-order-route"},{"path":"\u002Fcreate\u002Forder\u002F:order_id\u002Fshipping\u002F?","module":"products-order-shipping-route"},{"path":"\u002Fcreate\u002Forder\u002F:order_id\u002Fpayment\u002F?","module":"products-order-payment-route"},{"path":"\u002Fcreate\u002Forder\u002F:order_id\u002Fcomplete\u002F?","module":"products-order-complete-route"},{"path":"\u002Fcreate\u002Fwallart\u002F:wallart_id\u002Fpreview\u002F?","module":"wallart-preview-route"},{"path":"\u002Fcreate\u002Fwallart\u002F:wallart_id\u002Fedit\u002F?","module":"wallart-edit-route"},{"path":"\u002Fcreate\u002F:photo_id\u002F?","module":"wallart-create-route"},{"path":"\u002Fphotos\u002F:nsid_or_path_alias\u002Fcreations\u002F?","module":"creations-route"},{"path":"\u002Fphotos\u002F:nsid_or_path_alias\u002Fcreations\u002F:creations_subpage\u002F?","module":"creations-route"},{"path":["\u002Fsearch\u002F?"],"module":"search-photos-route","has_mdot":true},{"path":["\u002Fphotos\u002F:nsid_or_path_alias\u002Ftags\u002F:tag_list\u002F?","\u002Fphotos\u002F:nsid_or_path_alias\u002Ftags\u002F:tag_list\u002Fpage:page_number\u002F?","\u002Fphotos\u002F:nsid_or_path_alias\u002Ftags\u002F:tag_list\u002Fshow\u002F?","\u002Fphotos\u002F:nsid_or_path_alias\u002Ftags\u002F:tag_list\u002Fshow\u002Fwith\u002F:slideshow_start_id\u002F?","\u002Fsearch\u002Fshow\u002F?","\u002Fsearch\u002Fshow\u002Fwith\u002F:slideshow_start_id\u002F?"],"module":"search-photos-route"},{"path":["\u002Fgeo\u002F?","\u002Fgeo\u002F:location\u002F?","\u002Fphotos\u002Ftags\u002F:tag_list\u002Fgeo\u002F?","\u002Fexplore\u002Finteresting\u002Fgeo\u002F?","\u002Fphotos\u002F:nsid_or_path_alias\u002Fgeo\u002F?","\u002Fphotos\u002F:nsid_or_path_alias\u002Fsets\u002F:set_id\u002Fgeo\u002F?","\u002Fphotos\u002F:nsid_or_path_alias\u002Ftags\u002F:tag_list\u002Fgeo\u002F?","\u002Fgroups\u002F:group_id\u002Fpool\u002Fgeo\u002F?","\u002Fgroups\u002F:group_id\u002Fpool\u002F:nsid_or_path_alias\u002Fgeo\u002F?","\u002Fgroups\u002F:group_id\u002Fpool\u002Ftags\u002F:tag_list\u002Fgeo\u002F?"],"module":"search-photos-geo-route"},{"path":["\u002Fsearch\u002Fgroups\u002Fshow\u002F?","\u002Fsearch\u002Fgroups\u002Fshow\u002Fwith\u002F:slideshow_start_id\u002F?"],"module":"search-photos-groups-route"},{"path":["\u002Fsearch\u002Fcommons\u002F?","\u002Fsearch\u002Fcommons\u002Fshow\u002F?","\u002Fsearch\u002Fcommons\u002Fshow\u002Fwith\u002F:slideshow_start_id\u002F?","\u002Fsearch\u002Fshow\u002Fcommons\u002F?","\u002Fsearch\u002Fshow\u002Fcommons\u002Fwith\u002F:slideshow_start_id\u002F?"],"module":"search-photos-commons-route"},{"path":["\u002Fsearch\u002Fadvanced\u002F?"],"module":"advanced-search-route"},{"path":["\u002Fsearch\u002Fgroups\u002F?"],"module":"search-groups-route"},{"path":["\u002Fsearch\u002Fpeople\u002F?"],"module":"search-people-route"},{"path":"\u002Fgood\u002F?","module":"good-route"},{"path":"\u002Fevil\u002F?","module":"evil-route"},{"path":["\u002Fcameraroll\u002F?","\u002F%F0%9F%8E%A9%F0%9F%94%AE\u002F?"],"module":"cameraroll-route"},{"path":["\u002Fcameraroll\u002Fcomingsoon\u002F?"],"module":"cameraroll-comingsoon-route"},{"path":["\u002Fphotos\u002F:nsid_or_path_alias\u002F?","\u002Fphotos\u002F:nsid_or_path_alias\u002F:lightbox\u002F?","\u002Fphotos\u002F:nsid_or_path_alias\u002Fpage:page_number\u002F?","\u002Fphotos\u002F:nsid_or_path_alias\u002Fpage:page_number\u002F:lightbox\u002F?","\u002Fphotos\u002F:nsid_or_path_alias\u002Fwith\u002F:photo_id\u002F?","\u002Fphotos\u002F:nsid_or_path_alias\u002Fwith\u002F:photo_id\u002F:lightbox\u002F?"],"module":"photostream-route","has_mdot":true},{"path":["\u002Fphotos\u002F:nsid_or_path_alias\u002F:albums_path\u002F?","\u002Fphotos\u002F:nsid_or_path_alias\u002F:albums_path\u002Fwith\u002F:set_id\u002F?","\u002Fphotos\u002F:nsid_or_path_alias\u002F:albums_path\u002Fpage:page_number\u002F?"],"module":"albums-list-route"},{"path":["\u002Fphotos\u002F:nsid_or_path_alias\u002F:albums_path\u002F:set_id\u002F?","\u002Fphotos\u002F:nsid_or_path_alias\u002F:albums_path\u002F:set_id\u002Fwith\u002F:photo_id\u002F?","\u002Fphotos\u002F:nsid_or_path_alias\u002F:albums_path\u002F:set_id\u002Fpage:page_number\u002F?","\u002Fphotos\u002F:nsid_or_path_alias\u002F:albums_path\u002F:set_id\u002Fdetail\u002F?","\u002Fphotos\u002F:nsid_or_path_alias\u002F:albums_path\u002F:set_id\u002Fdetail\u002Fpage:page_number\u002F?","\u002Fphotos\u002F:nsid_or_path_alias\u002F:albums_path\u002F:set_id\u002Fshow\u002F?","\u002Fphotos\u002F:nsid_or_path_alias\u002F:albums_path\u002F:set_id\u002Fshow\u002Fwith\u002F:photo_id\u002F?","\u002Fphotos\u002F:nsid_or_path_alias\u002F:albums_path\u002F:set_id\u002Fshare\u002F?"],"module":"album-route","has_mdot":true},{"path":["\u002Fphotos\u002F:nsid_or_path_alias\u002F:faves_path\u002F?","\u002Fphotos\u002F:nsid_or_path_alias\u002F:faves_path\u002F:lightbox\u002F?","\u002Fphotos\u002F:nsid_or_path_alias\u002F:faves_path\u002Fwith\u002F:photo_id\u002F?","\u002Fphotos\u002F:nsid_or_path_alias\u002F:faves_path\u002Fwith\u002F:photo_id\u002F:lightbox\u002F?","\u002Fphotos\u002F:nsid_or_path_alias\u002F:faves_path\u002Fpage:page_number\u002F?","\u002Fphotos\u002F:nsid_or_path_alias\u002F:faves_path\u002Fpage:page_number\u002F:lightbox\u002F?","\u002Fphotos\u002F:nsid_or_path_alias\u002F:faves_path\u002Ffrom\u002F:from_nsid_or_path_alias\u002F?","\u002Fphotos\u002F:nsid_or_path_alias\u002F:faves_path\u002Ffrom\u002F:from_nsid_or_path_alias\u002F:lightbox\u002F?","\u002Fphotos\u002F:nsid_or_path_alias\u002F:faves_path\u002Ffrom\u002F:from_nsid_or_path_alias\u002Fwith\u002F:photo_id\u002F?","\u002Fphotos\u002F:nsid_or_path_alias\u002F:faves_path\u002Ffrom\u002F:from_nsid_or_path_alias\u002Fwith\u002F:photo_id\u002F:lightbox\u002F?","\u002Fphotos\u002F:nsid_or_path_alias\u002F:faves_path\u002Ffrom\u002F:from_nsid_or_path_alias\u002Fpage:page_number\u002F?","\u002Fphotos\u002F:nsid_or_path_alias\u002F:faves_path\u002Ffrom\u002F:from_nsid_or_path_alias\u002Fpage:page_number\u002F:lightbox\u002F?","\u002Fphotos\u002F:nsid_or_path_alias\u002F:faves_path\u002Fshow\u002F?","\u002Fphotos\u002F:nsid_or_path_alias\u002F:faves_path\u002Fshow\u002Fwith\u002F:photo_id\u002F?"],"module":"favorites-route"},{"path":["\u002Fphotos\u002F:nsid_or_path_alias\u002Fshares\u002F:share_code\u002F?"],"module":"shared-entity-route"},{"path":["\u002Fgroups\u002F?","\u002Fgroups\u002Fsummary\u002F?"],"module":"groups-list-route"},{"path":["\u002Fgroups\u002F:group_id\u002F?","\u002Fgroups\u002F:group_id\u002Fabout\u002F?","\u002Fgroups\u002F:group_id\u002Frules\u002F?"],"module":"group-home-route"},{"path":["\u002Fgroups\u002F:group_id\u002Fpool\u002F?","\u002Fgroups\u002F:group_id\u002Fpool\u002F:lightbox\u002F?","\u002Fgroups\u002F:group_id\u002Fpool\u002Fwith\u002F:photo_id\u002F?","\u002Fgroups\u002F:group_id\u002Fpool\u002Fwith\u002F:photo_id\u002F:lightbox\u002F?","\u002Fgroups\u002F:group_id\u002Fpool\u002Fpage:page_number\u002F?","\u002Fgroups\u002F:group_id\u002Fpool\u002Fpage:page_number\u002F:lightbox\u002F?","\u002Fgroups\u002F:group_id\u002Fpool\u002Fpage:page_number\u002Fwith\u002F:photo_id\u002F?","\u002Fgroups\u002F:group_id\u002Fpool\u002Fpage:page_number\u002Fwith\u002F:photo_id\u002F:lightbox\u002F?","\u002Fgroups\u002F:group_id\u002Fpool\u002F:nsid_or_path_alias\u002F?","\u002Fgroups\u002F:group_id\u002Fpool\u002F:nsid_or_path_alias\u002F:lightbox\u002F?","\u002Fgroups\u002F:group_id\u002Fpool\u002F:nsid_or_path_alias\u002Fwith\u002F:photo_id\u002F?","\u002Fgroups\u002F:group_id\u002Fpool\u002F:nsid_or_path_alias\u002Fwith\u002F:photo_id\u002F:lightbox\u002F?","\u002Fgroups\u002F:group_id\u002Fpool\u002F:nsid_or_path_alias\u002Fpage:page_number\u002F?","\u002Fgroups\u002F:group_id\u002Fpool\u002F:nsid_or_path_alias\u002Fpage:page_number\u002F:lightbox\u002F?","\u002Fgroups\u002F:group_id\u002Fpool\u002F:nsid_or_path_alias\u002Fpage:page_number\u002Fwith\u002F:photo_id\u002F?","\u002Fgroups\u002F:group_id\u002Fpool\u002F:nsid_or_path_alias\u002Fpage:page_number\u002Fwith\u002F:photo_id\u002F:lightbox\u002F?"],"module":"group-pool-route"},{"path":["\u002Fgroups\u002F:group_id\u002Fdiscuss\u002F?","\u002Fgroups\u002F:group_id\u002Fdiscuss\u002Fpage:page_number\u002F?"],"module":"group-discussions-list-route"},{"path":["\u002Fgroups\u002F:group_id\u002Fdiscuss\u002F:topic_id\u002F?","\u002Fgroups\u002F:group_id\u002Fdiscuss\u002F:topic_id\u002Fpage:page_number\u002F?","\u002Fgroups\u002F:group_id\u002Fdiscuss\u002F:topic_id\u002F:reply_id\u002F?"],"module":"group-discussion-route"},{"path":["\u002Fgroups\u002F:group_id\u002Fmembers\u002F?"],"module":"group-members-route"},{"path":["\u002Fpeople\u002F:nsid_or_path_alias\u002Fgroups\u002F?"],"module":"person-groups-route"},{"path":["\u002Fphotos\u002F?","\u002Fexplore\u002F?","\u002Fexplore\u002F:year\u002F:month\u002F:day\u002F?","\u002Fexplore\u002F:year\u002F:month\u002F:day\u002Fwith\u002F:photo_id\u002F?","\u002Fexplore\u002F:year\u002F:month\u002F:day\u002Fwith\u002F:photo_id\u002F:lightbox\u002F?","\u002Fexplore\u002F:year\u002F:month\u002F:day\u002F:lightbox\u002F?","\u002Fexplore\u002Fwith\u002F:photo_id\u002F?","\u002Fexplore\u002Fwith\u002F:photo_id\u002F:lightbox\u002F?","\u002Fexplore\u002F:lightbox\u002F?"],"module":"explore-route"},{"path":["\u002Fbrowser\u002Fupgrade\u002F?"],"module":"browser-upgrade-interstitial-route"},{"path":["\u002Faccount\u002Fupgrade\u002Fadfree\u002F?"],"module":"products-adfree-route"},{"path":["\u002Faccount\u002Fupgrade\u002Fpro\u002F?","\u002Faccount\u002Fupgrade\u002Fpro\u002F:subscriptionplan\u002F?"],"module":"products-flickrpro-route"},{"path":["\u002Fmarketplace\u002F?"],"module":"products-marketplace-route"},{"path":["\u002Fmarketplace\u002Fjoin\u002F?"],"module":"products-marketplace-join-route"},{"path":["\u002Fmarketplace\u002Fguidelines\u002F?"],"module":"products-marketplace-guidelines-route"},{"path":["\u002Fmarketplace\u002Freleases\u002F?"],"module":"products-marketplace-releases-route"},{"path":["\u002Fcreate\u002Fcuratedcollection\u002F?"],"module":"products-marketplace-products-route"},{"path":["\u002Fcreate\u002F:category_name\u002F?"],"module":"products-marketplace-category-route"},{"path":["\u002Faccount\u002Fwallet\u002F?","\u002Faccount\u002Forder\u002Fhistory\u002F?"],"module":"products-account-wallet-route"},{"path":["\u002Faccount\u002Fpayouts\u002F?"],"module":"products-account-payouts-route"},{"path":["\u002Faccount\u002Forder\u002F:order_id\u002F?","\u002Faccount\u002Forder\u002F:order_id\u002F:checkout_step\u002F?"],"module":"products-account-order-route"},{"path":["\u002Fatos\u002F:atos_type\u002F?"],"module":"atos-route"},{"path":["\u002Fcreate\u002F?"],"module":"products-landing-route"},{"path":["\u002Fvr\u002F?","\u002Fvirtualreality\u002F?"],"module":"vr-landing-route"},{"path":"\u002Fintltest1\u002F?","module":"intl-test1-route"},{"path":"\u002Fintltest2\u002F?","module":"intl-test2-route"},{"path":["\u002Fchrome\u002F?"],"module":"chrome-route"},{"path":["\u002Fhelp\u002Fguidelines\u002F?"],"module":"community-guidelines-route"}]}; root.YUI_config.flickr.request || (root.YUI_config.flickr.request = {}); root.YUI_config.flickr.request.id = "215b9911"; root.YUI_config.flickr.request.UA = {"isBot":false,"isSharingBot":false,"isUnsupportedBrowser":true,"isMobileBrowser":false,"isMobileOrTablet":false,"isFacebook":false,"isReallyUnsupportedBrowser":true,"os":"windows","isWebview":false,"isGooglePageSpeedMobile":false,"isGooglePageSpeedDesktop":false}; root.YUI_config.flickr.host = {"hostname":"pprd1-node212-lh1.manhattan.gq1.yahoo.com","instance hostname":"flickr.v1.production.manhattan.gq1.yahoo.com"}; root.pageGenStart = 1456193645966; root.auth = {"signedIn":false}; root.reqId = "215b9911"; root.YUI_config.lang = "en-US"; root.pageGenEnd = 1456193645969; root.YUI_config.ignore = ["base-css","pure-css","loaded-state-css","browser-upgrade-interstitial-css","fluid-css","fluid-animations-css","fluid-avatars-css","fluid-buttons-css","fluid-typography-css","fluid-tables-css","fluid-toggles-css","fluid-subnav-css","fluid-chalkboard-css","fluid-modal-css","fluid-modal-nav-bar-css","fluid-balls-css","fluid-droparound-css","fluid-util-css","fluid-dots-css","fluid-notification-css","fluid-coverphoto-css","fluid-overlay-css","fluid-share-css","global-nav-css","util-css","global-nav-restyle-css","search-autosuggest-field-css","search-autosuggest-items-list-css","autosuggest-css","notifications-menu-css","account-menu-css","flickrui-css","person-card-css","group-card-css","signup-modal-css","signup-interstitial-css","mobile-app-upsell-css","footer-full-css","flickrui-dialogs-css","account-menu-card-css","layout-maximized-css"]; }(this)); </script> <script> function sendRequest(event, title) { try { var url = "https://web.archive.org/web/20160223021405/https://www.flickr.com/beacon_flanal_reboot_event.gne"; var querystring = 'event=' + escape(event) + '&title=' + escape(title); var req = createXMLHTTPObject(); if (!req) return; req.open("GET",url + '?' + querystring,true); req.withCredentials = true; req.setRequestHeader('Content-type','application/x-www-form-urlencoded'); req.send(); } catch (e) { // oh well, we tried } } var XMLHttpFactories = [ function () {return new XMLHttpRequest()}, function () {return new ActiveXObject("Msxml2.XMLHTTP")}, function () {return new ActiveXObject("Msxml3.XMLHTTP")}, function () {return new ActiveXObject("Microsoft.XMLHTTP")} ]; function createXMLHTTPObject() { var xmlhttp = false; for (var i=0;i<XMLHttpFactories.length;i++) { try { xmlhttp = XMLHttpFactories[i](); } catch (e) { continue; } break; } return xmlhttp; } </script> <script class="modelExport" type="text/javascript"> var comboRetry = 0, initOk = false, clientAppVerifier, clientAppTimeLimit = 5 * 1000; var displayError = function(){ var dialogWrapper = document.createElement('div'); dialogWrapper.classList.add('pageLoadingDialogWrapper'); var dialog = document.createElement('div'); dialog.classList.add('pageLoadingDialog'); dialog.innerHTML = '<h1>Oops!</h1><br/>An issue occurred while loading.<br/><br/>Please refresh the page.'; dialogWrapper.appendChild(dialog); (document.body || document.getElementsByTagName('body')[0]).appendChild(dialogWrapper); dialog.onclick = function(){ document.location.reload(); }; } function beaconHealth(metric) { if (window.Health && window.YUI_config && window.YUI_config.flickr) { try { var health = window.Health(window.YUI_config.flickr.healthjs); health.beacon({ name: metric || 'crashes.client', type: 'TYPE_NUMBER', aggregation: 'AGG_SUM', value: 1 }); } catch (e) { // beacon problem, just let it go } } } var initFcn = function(Y) { Y.ClientApp.init({ initialView: { name: 'browser-upgrade-interstitial-view', params: {"continueUrl":"https:\/\/web.archive.org\/web\/20160223021405\/https:\/\/www.flickr.com\/photos\/flickr\/sets\/72157639868074114","isOwner":false}, spaceId: 792600591 }, modelExport: {}, auth: auth, reqId: reqId, params: {"bucket":17,"normalizedProtocol":"https","buckets":{"photo_page":"scrappy_beta_signed_out","https_all":"ssl_redirect_enabled","search_page":"unified_page","photostream_page":"reboot","albums_page":"reboot","favorites_page":"reboot","groups_page":"reboot_groups_members","explore_page":"reboot","celeb_search":"celeb_search","advanced_search_page":"unified_page_redesign","unified_groups_search_page":"unified_page_redesign","unified_people_search_page":"unified_page_redesign","android_ads":"no_ad","zoom":"zoom","enable_wallart":"no_wallart_group","enable_subscription_discounts":"no_sub_discount_group","enable_aggregation":"no_agg_group","camera_roll":"show_cameraroll_with_download_magic_youmenu_onboarding_and_warning","embedr_v2":"embedr_v1","lh_edge_pod":"normal","flickrecs":"no_flickrecs","native_sharing":"native_sharing","autosync_notifications":"autosync_pn_off","new_stats":"new_stats","public_domain":"public_domain_enabled","feed_reskin":"reskin","autotags_mdbm":"current","windows_uploader":"show_banner","photo_page_autotags":"show_autotags","shared_entity_views":"enabled","magic_view_cache_side":"side_a","magic_view_date_taken_sort":"date_taken","new_autosuggest":"enabled","mobile_photo_page":"new_page","curation_tools":"default","join_licensing_marketplace_photos":"remove_single_quotes_and_join","gn_upload_icon":"enabled","embedr_v3":"embedr-v3","rebootify-tags":"classic","rebootify-places":"classic","refetch_on_navigate":"disabled","camera_roll_preview":"no-cr-preview","share_modal_restyle":"enabled","signup_download_modal_test":"enabled","csp_violations_test":"enforcement","enable_album_sort_on_reboot":"disabled","flickvr":"enabled","follow_spam":"disabled","tumblr_embed_share":"enabled","mini_signup_footer":"enabled_avatar_cancellable","photoscore_rank_in_search":"enable_photoscore_rank","buy_button_tests":"toolbar","photo_list_buy_button_tests":"control"},"slice":30,"referrer":"default","flipper":{"buckets":true,"reboot_photo_page_optin_type":"forced_in","moneyball_kill_switch":true,"moneyball":true,"global-nav-enabled":true,"enable-photopage-autotags-beta-label":true,"enable-license-search":true,"rename-set-to-album":true,"rebootify-groups-list":true,"rebootify-group-home":true,"rebootify-group-pool":true,"rebootify-group-discussion":true,"rebootify-group-discussions-list":true,"rebootify-group-members":true,"enable-scrappy-photo-page":true,"enable-scrappy-zoom":true,"enable-ad-security-malware-removal-header":true,"enable-groups-optout":true,"rebootify-stats":1,"enable-shared-entity-view":true,"browser-upgrade-interstitial":true,"zoom-proxy-prefix":"","enable-hover-account-menu":true,"enable-groups-discussion-optout":true,"enable-search-optout":true,"creative-commons-wallart":true,"enable-max-editing-limit":true,"enable-payouts":true,"global-nav-restyle":true,"native-sharing":true,"enable-album-download":true,"enable-just-your-album-download":true,"enable-new-photo-selector":true,"enable-marketing-curated-hero":true,"enable-non-destructive-edits":true,"enable-viewer-nsid-check":true,"enable-new-pro":true,"enable-pro-badge":1,"enable-new-empty-state-pages":1,"upload-in-cameraroll":1,"enable-people-groups":true,"enable_secure_redirect":true,"enable-slender-advanced-search":true,"enable-full-share-entity-page-rendering-for-bots":true,"enable-embedr-in-share":true,"enable-embedr-in-albums":true,"enable-shared-entity-download":true,"enable-new-mobile-photo-page":1,"enable-svg-sprites-everywhere":true,"enable-album-pagination":true,"enable-new-autosuggest":true,"enable-search-pills":true,"enable-global-nav-upload-icon":true,"enable-empty-search-text-transfer":true,"display-marketplace-licensable":true,"enable-embedr-video":true,"enable-signed-out-cta-test":true,"enable-signed-out-download-cta-test":true,"enable-darla-beacon":true,"enable-mini-sign-up-footer":true,"mini-signup-footer-avatar":true,"mini-signup-footer-cancellable":true,"enable-share-restyle":true,"enable-vr":true,"enable-vr-landing":true,"enable-static-tags-data":true,"enable-healthjs-beaconing":true,"enable-reboot-group-invite-modal":true,"enable-tumblr-embed-share":true,"enable-signed-out-commenting":true,"enable-resource-performance-timing":true,"enable-hosted-fields":true,"licensing-button-placement":"toolbar","enable-sets-list-loading-fix":true},"lang":"en-US"}, routeTiming: 1, routeConfig: {"module":"browser-upgrade-interstitial-route","public":true,"path":"\/browser\/upgrade\/?"} }) .then(function() { clearTimeout(clientAppVerifier); }) .then(function() { initOk = true; if (window.pageTiming) { window.pageTiming.jsDone = new Date().getTime(); } }, function (ex) { try { var isUnsupportedBrowser = (document.getElementById('banner-unsupported-browser-bc') === undefined ? false : true); if (isUnsupportedBrowser) { sendRequest('flickr.hermes.clientapp.unsupportedbrowserinitfail', 'client app init fail on unsupported browser'); beaconError('Client app failure on unsupported browser: ' + (ex && ex.message ? ex.message : ex), (ex && ex.sourceURL ? ex.sourceURL : ''), ex); beaconHealth(); } else { sendRequest('flickr.hermes.clientapp.initfail', 'client app init fail'); beaconError('Client app failure: ' + (ex && ex.message ? ex.message : ex), (ex && ex.sourceURL ? ex.sourceURL : ''), ex); beaconHealth(); } } catch (e) { sendRequest('flickr.hermes.clientapp.initfail', 'client app init fail'); beaconError('Client app failure: ' + (ex && ex.message ? ex.message : ex), (ex && ex.sourceURL ? ex.sourceURL : ''), ex); beaconHealth(); } }); }; var useSuccess = function (Y, status) { if (status && !status.success) { if (comboRetry === 0) { comboRetry++; if (typeof console !== 'undefined' && console.warn) { console.warn('There was an error loading client modules, retrying: ' + status.msg); } if (sendRequest) { sendRequest('flickr.hermes.clientapp.moduleretry', 'client app module loading fail, retrying'); } Y.use('client-app', 'browser-upgrade-interstitial-view', useSuccess); } else { if (typeof console !== 'undefined' && console.error) { console.error('There was an error loading client modules: ' + status.msg); } if (sendRequest) { sendRequest('flickr.hermes.clientapp.modulefail', 'client app module loading fail'); } if (beaconHealth) { beaconHealth('modules.loading.failures'); } beaconError('There was an error loading client modules: ' + JSON.stringify(typeof status === 'object' ? status : {})); displayError(); } } else { initFcn(Y); } }; function dynamicallyLoadCSS(path) { var linkElement = document.createElement("link"); linkElement.setAttribute("type", "text/css"); linkElement.setAttribute("rel", "stylesheet"); linkElement.setAttribute("href", path); linkElement.setAttribute("data-origin", "dynamically-added"); linkElement.onerror = onLinkElementError; // let the thread continue setTimeout(function () { document.getElementsByTagName('head')[0].appendChild(linkElement); }, 1); } function loadCSS() { dynamicallyLoadCSS("https://web.archive.org/web/20160223021405/https://s.yimg.com/zz/combo?uy/build/hermes-1.1.177/base-css/base-css-min.css&uy/build/hermes-1.1.177/pure-css/pure-css-min.css&uy/build/hermes-1.1.177/loaded-state-css/loaded-state-css-min.css&uy/build/hermes-1.1.177/browser-upgrade-interstitial-css/browser-upgrade-interstitial-css-min.css&uy/build/hermes-1.1.177/fluid-css/fluid-css-min.css&uy/build/hermes-1.1.177/fluid-animations-css/fluid-animations-css-min.css&uy/build/hermes-1.1.177/fluid-avatars-css/fluid-avatars-css-min.css&uy/build/hermes-1.1.177/fluid-buttons-css/fluid-buttons-css-min.css&uy/build/hermes-1.1.177/fluid-typography-css/fluid-typography-css-min.css&uy/build/hermes-1.1.177/fluid-tables-css/fluid-tables-css-min.css&uy/build/hermes-1.1.177/fluid-toggles-css/fluid-toggles-css-min.css&uy/build/hermes-1.1.177/fluid-subnav-css/fluid-subnav-css-min.css&uy/build/hermes-1.1.177/fluid-chalkboard-css/fluid-chalkboard-css-min.css&uy/build/hermes-1.1.177/fluid-modal-css/fluid-modal-css-min.css&uy/build/hermes-1.1.177/fluid-modal-nav-bar-css/fluid-modal-nav-bar-css-min.css&uy/build/hermes-1.1.177/fluid-balls-css/fluid-balls-css-min.css&uy/build/hermes-1.1.177/fluid-droparound-css/fluid-droparound-css-min.css&uy/build/hermes-1.1.177/fluid-util-css/fluid-util-css-min.css&uy/build/hermes-1.1.177/fluid-dots-css/fluid-dots-css-min.css&uy/build/hermes-1.1.177/fluid-notification-css/fluid-notification-css-min.css&uy/build/hermes-1.1.177/fluid-coverphoto-css/fluid-coverphoto-css-min.css&uy/build/hermes-1.1.177/fluid-overlay-css/fluid-overlay-css-min.css&uy/build/hermes-1.1.177/fluid-share-css/fluid-share-css-min.css&uy/build/hermes-1.1.177/global-nav-css/global-nav-css-min.css&uy/build/hermes-1.1.177/util-css/util-css-min.css&uy/build/hermes-1.1.177/global-nav-restyle-css/global-nav-restyle-css-min.css&uy/build/hermes-1.1.177/search-autosuggest-field-css/search-autosuggest-field-css-min.css&uy/build/hermes-1.1.177/search-autosuggest-items-list-css/search-autosuggest-items-list-css-min.css"); dynamicallyLoadCSS("https://web.archive.org/web/20160223021405/https://s.yimg.com/zz/combo?uy/build/hermes-1.1.177/autosuggest-css/autosuggest-css-min.css&uy/build/hermes-1.1.177/notifications-menu-css/notifications-menu-css-min.css&uy/build/hermes-1.1.177/account-menu-css/account-menu-css-min.css&uy/build/hermes-1.1.177/flickrui-css/flickrui-css-min.css&uy/build/hermes-1.1.177/person-card-css/person-card-css-min.css&uy/build/hermes-1.1.177/group-card-css/group-card-css-min.css&uy/build/hermes-1.1.177/signup-modal-css/signup-modal-css-min.css&uy/build/hermes-1.1.177/signup-interstitial-css/signup-interstitial-css-min.css&uy/build/hermes-1.1.177/mobile-app-upsell-css/mobile-app-upsell-css-min.css&uy/build/hermes-1.1.177/footer-full-css/footer-full-css-min.css&uy/build/hermes-1.1.177/flickrui-dialogs-css/flickrui-dialogs-css-min.css&uy/build/hermes-1.1.177/account-menu-card-css/account-menu-card-css-min.css&uy/build/hermes-1.1.177/layout-maximized-css/layout-maximized-css-min.css"); } loadCSS(); clientAppVerifier = setTimeout(function() { if (!initOk) { var ultImg = document.createElement('img'); ultImg.src = 'https://web.archive.org/web/20160223021405/https://geo.yahoo.com/b?s=792600591'; ultImg.height = 1; ultImg.width = 1; ultImg.style.position = 'absolute'; document.getElementsByTagName('body')[0].appendChild(ultImg); if (beaconHealth) { beaconHealth('clientapp.timeout'); } } }, clientAppTimeLimit); app.yui.use('client-app', 'browser-upgrade-interstitial-view', useSuccess); </script> <noscript> <img src="https://web.archive.org/web/20160223021405im_/https://geo.yahoo.com/b?s=792600591" height="1" width="1" style="position: absolute;"/> <img src="https://web.archive.org/web/20160223021405im_/https://y3.analytics.yahoo.com/p.pl?js=no&amp;a=10001109650879&amp;b=browser-upgrade-interstitial-view&amp;.ys=792600591" height="1" width="1" style="position: absolute;"/> </noscript> </body> </html> <!-- rendered with love by pprd1-node212-lh1.manhattan.gq1.yahoo.com --> <!-- FILE ARCHIVED ON 02:14:05 Feb 23, 2016 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 12:09:43 Nov 24, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.609 exclusion.robots: 0.038 exclusion.robots.policy: 0.028 esindex: 0.01 cdx.remote: 30.359 LoadShardBlock: 360.339 (3) PetaboxLoader3.datanode: 362.57 (4) load_resource: 82.981 PetaboxLoader3.resolve: 50.986 -->

Pages: 1 2 3 4 5 6 7 8 9 10