Skip to content

Instantly share code, notes, and snippets.

@marked
Last active October 26, 2019 03:59
Show Gist options
  • Save marked/94fc725f817597cb678de41bab23c808 to your computer and use it in GitHub Desktop.
Save marked/94fc725f817597cb678de41bab23c808 to your computer and use it in GitHub Desktop.
YourShot read-only Diff
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="ie ie9" lang="en"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
<head>
<meta name="viewport" content="initial-scale=1, user-scalable=no" id="meta-viewport">
<script src="//tags.tiqcdn.com/utag/fox/natgeo/prod/utag.sync.js"></script>
<!-- send a page_view tealium info for YS and contests -->
<script>
function sendTealiumInfo(website, title) {
// get path and hash sections
var pathnameParts = encodeURI(location.pathname).slice(1, -1).split('/');
var hashParts = encodeURI(location.hash).slice(1).split('/');
// combine all path and hash sections (only the not empty ones)
var pageParts = pathnameParts.concat(hashParts).filter(function(part) {
return part !== '';
});
// high order function to get all contentLevel with same parts
var formatContentLevel = function(parts) {
return function(level) {
if (parts.length > 0) {
return parts.slice(0, level - 1).reduce(function(acc, part) {
return acc + ':' + part;
}, 'natgeo:web:yourshot');
} else {
return 'natgeo:web:yourshot';
}
};
};
var contentLevel = formatContentLevel(pageParts);
// get content level 2 and 4 (used for page name and type)
var contentLevel2 = contentLevel(2);
var contentLevel4 = contentLevel(4);
// populate tealium data
window.utag_data = {
contentLevel1: 'natgeo:web:yourshot',
contentLevel2: contentLevel2,
contentLevel3: contentLevel(3),
contentLevel4: contentLevel4,
page_name: contentLevel4,
page_type: contentLevel2.slice(11),
platform_version: 'natgeo web|v1.0.0 (' + window.global_config.ARTIFACT_TIMESTAMP + ')',
taxonomy_tag_source: website,
taxonomy_tag_first_subject_ancestor: 'no first subject ancestor',
taxonomy_tag_first_subject: 'no first subject',
taxonomy_tag_series: 'no series',
taxonomy_tag_page_type: 'no page type',
taxonomy_tag_ad_keywords: 'no ad keywords',
taxonomy_tag_other_subjects: 'no other subjects',
taxonomy_tag_locations: 'no locations',
taxonomy_tag_genres: 'no genres',
taxonomy_tag_people: 'no people',
taxonomy_tag_organizations: 'no organizations',
taxonomy_tag_events: 'no events',
taxonomy_tag_concepts: 'no concepts',
taxonomy_tag_audiences: 'General',
taxonomy_tag_edit_mode: 'false',
content_author: 'no author',
content_publish_date: 'no publish date',
content_title: title,
photo_gallery_name: 'no gallery name',
photo_name: 'no photo name',
lead_type: 'no lead type',
membership_state: localStorage.getItem('memFrag/User/id') ? 'free' : 'logged out',
membership_id: '',
email_id: '',
isBeta: 'classic'
};
//console.log(window.utag_data);
// finally, load utag.js with window.utag_data
var tealiumEl = document.createElement('script');
tealiumEl.src = '//tags.tiqcdn.com/utag/fox/natgeo/prod/utag.js';
tealiumEl.type = 'text/javascript';
tealiumEl.async = true;
var scriptNodes = document.scripts[0];
scriptNodes.parentNode.insertBefore(tealiumEl, scriptNodes);
};
</script>
<script src="//yourshot.nationalgeographic.com/static/js/lib/modernizr.custom.2.8.3.js"></script>
<script>
var isMobile = Modernizr.mq('screen and (max-width:600px)');
var desktopOverride = false;
if(typeof(window.sessionStorage) != 'undefined' && window.sessionStorage.ys_desktop === "true"){
desktopOverride = true;
}
if(isMobile && !desktopOverride){
var loc = window.location,
ref = document.referrer,
search = loc.search,
prefix = search.indexOf('?') != -1 ? '&' : '?',
port = loc.port ? (':' + loc.port) : '';
if(ref) search += prefix + 'ys_referrer=' + encodeURIComponent(ref);
var URLtoReplace = window.location.pathname.match('^/daily-dozen/photos/\.*') ?
'//m.' + loc.hostname + port + '/daily-dozen/#/photos/' :
'//m.' + loc.hostname + port + loc.pathname + search + loc.hash;
window.location.replace(URLtoReplace);
}
</script>
<script src="//yourshot.nationalgeographic.com/static/js/lib/jquery-2.1.0.min.js"></script>
<script>
!function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on"];analytics.factory=function(t){return function(){var e=Array.prototype.slice.call(arguments);e.unshift(t);analytics.push(e);return analytics}};for(var t=0;t<analytics.methods.length;t++)
{var e=analytics.methods[t];analytics[e]=analytics.factory(e)}analytics.load=function(t){var e=document.createElement("script");e.type="text/javascript";e.async=!0;e.src=("https:"===document.location.protocol?"https://":"http://")+"cdn.segment.com/analytics.js/v1/"+t+"/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(e,n)};analytics.SNIPPET_VERSION="4.0.0";
analytics.load("kKjCoAR7BNXWbWRsi4jv4RO7yn1TwaVl");
analytics.page({ primary_business_unit: 'fng', secondary_business_unit: 'natgeo', app_name: 'natgeo', app_platform: 'Web', app_version: '1.0.0' });
}}();
</script>
<!-- Begin Monetate ExpressTag Sync v8. Place at start of document head. DO NOT ALTER. -->
<!-- NOTICE! The embed code was altered to check for the "monetate_off" switch in the location search query -->
<script type="text/javascript">
var monetateT = new Date().getTime();
(function() {
var p = document.location.protocol;
var s = document.location.search;
if ((p == "http:" || p == "https:") && !s.match(/[?&]monetate_off(\&|$)/i))
{ var m = document.createElement("script"); m.type = "text/javascript"; m.src = (p == "https:" ? "https://s" : "http://") + "e.monetate.net/js/2/a-07e257bc/p/nationalgeographic.com/entry.js"; var e = document.createElement("div"); e.appendChild(m); document.write(e.innerHTML); }
})();
</script>
<!-- End Monetate tag. -->
<link rel="stylesheet" href="//yourshot.nationalgeographic.com/static/asset-cache/main.f4b79d32.css">
<link rel="stylesheet" href="//yourshot.nationalgeographic.com/static/asset-cache/ys-photo-detail.min.0decd392.css">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"><script type="text/javascript">window.NREUM||(NREUM={}),__nr_require=function(e,n,t){function r(t){if(!n[t]){var o=n[t]={exports:{}};e[t][0].call(o.exports,function(n){var o=e[t][1][n];return r(o||n)},o,o.exports)}return n[t].exports}if("function"==typeof __nr_require)return __nr_require;for(var o=0;o<t.length;o++)r(t[o]);return r}({1:[function(e,n,t){function r(){}function o(e,n,t){return function(){return i(e,[c.now()].concat(u(arguments)),n?null:this,t),n?void 0:this}}var i=e("handle"),a=e(3),u=e(4),f=e("ee").get("tracer"),c=e("loader"),s=NREUM;"undefined"==typeof window.newrelic&&(newrelic=s);var p=["setPageViewName","setCustomAttribute","setErrorHandler","finished","addToTrace","inlineHit","addRelease"],d="api-",l=d+"ixn-";a(p,function(e,n){s[n]=o(d+n,!0,"api")}),s.addPageAction=o(d+"addPageAction",!0),s.setCurrentRouteName=o(d+"routeName",!0),n.exports=newrelic,s.interaction=function(){return(new r).get()};var m=r.prototype={createTracer:function(e,n){var t={},r=this,o="function"==typeof n;return i(l+"tracer",[c.now(),e,t],r),function(){if(f.emit((o?"":"no-")+"fn-start",[c.now(),r,o],t),o)try{return n.apply(this,arguments)}catch(e){throw f.emit("fn-err",[arguments,this,e],t),e}finally{f.emit("fn-end",[c.now()],t)}}}};a("actionText,setName,setAttribute,save,ignore,onEnd,getContext,end,get".split(","),function(e,n){m[n]=o(l+n)}),newrelic.noticeError=function(e,n){"string"==typeof e&&(e=new Error(e)),i("err",[e,c.now(),!1,n])}},{}],2:[function(e,n,t){function r(e,n){if(!o)return!1;if(e!==o)return!1;if(!n)return!0;if(!i)return!1;for(var t=i.split("."),r=n.split("."),a=0;a<r.length;a++)if(r[a]!==t[a])return!1;return!0}var o=null,i=null,a=/Version\/(\S+)\s+Safari/;if(navigator.userAgent){var u=navigator.userAgent,f=u.match(a);f&&u.indexOf("Chrome")===-1&&u.indexOf("Chromium")===-1&&(o="Safari",i=f[1])}n.exports={agent:o,version:i,match:r}},{}],3:[function(e,n,t){function r(e,n){var t=[],r="",i=0;for(r in e)o.call(e,r)&&(t[i]=n(r,e[r]),i+=1);return t}var o=Object.prototype.hasOwnProperty;n.exports=r},{}],4:[function(e,n,t){function r(e,n,t){n||(n=0),"undefined"==typeof t&&(t=e?e.length:0);for(var r=-1,o=t-n||0,i=Array(o<0?0:o);++r<o;)i[r]=e[n+r];return i}n.exports=r},{}],5:[function(e,n,t){n.exports={exists:"undefined"!=typeof window.performance&&window.performance.timing&&"undefined"!=typeof window.performance.timing.navigationStart}},{}],ee:[function(e,n,t){function r(){}function o(e){function n(e){return e&&e instanceof r?e:e?f(e,u,i):i()}function t(t,r,o,i){if(!d.aborted||i){e&&e(t,r,o);for(var a=n(o),u=v(t),f=u.length,c=0;c<f;c++)u[c].apply(a,r);var p=s[y[t]];return p&&p.push([b,t,r,a]),a}}function l(e,n){h[e]=v(e).concat(n)}function m(e,n){var t=h[e];if(t)for(var r=0;r<t.length;r++)t[r]===n&&t.splice(r,1)}function v(e){return h[e]||[]}function g(e){return p[e]=p[e]||o(t)}function w(e,n){c(e,function(e,t){n=n||"feature",y[t]=n,n in s||(s[n]=[])})}var h={},y={},b={on:l,addEventListener:l,removeEventListener:m,emit:t,get:g,listeners:v,context:n,buffer:w,abort:a,aborted:!1};return b}function i(){return new r}function a(){(s.api||s.feature)&&(d.aborted=!0,s=d.backlog={})}var u="nr@context",f=e("gos"),c=e(3),s={},p={},d=n.exports=o();d.backlog=s},{}],gos:[function(e,n,t){function r(e,n,t){if(o.call(e,n))return e[n];var r=t();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(e,n,{value:r,writable:!0,enumerable:!1}),r}catch(i){}return e[n]=r,r}var o=Object.prototype.hasOwnProperty;n.exports=r},{}],handle:[function(e,n,t){function r(e,n,t,r){o.buffer([e],r),o.emit(e,n,t)}var o=e("ee").get("handle");n.exports=r,r.ee=o},{}],id:[function(e,n,t){function r(e){var n=typeof e;return!e||"object"!==n&&"function"!==n?-1:e===window?0:a(e,i,function(){return o++})}var o=1,i="nr@id",a=e("gos");n.exports=r},{}],loader:[function(e,n,t){function r(){if(!E++){var e=x.info=NREUM.info,n=l.getElementsByTagName("script")[0];if(setTimeout(s.abort,3e4),!(e&&e.licenseKey&&e.applicationID&&n))return s.abort();c(y,function(n,t){e[n]||(e[n]=t)}),f("mark",["onload",a()+x.offset],null,"api");var t=l.createElement("script");t.src="https://"+e.agent,n.parentNode.insertBefore(t,n)}}function o(){"complete"===l.readyState&&i()}function i(){f("mark",["domContent",a()+x.offset],null,"api")}function a(){return O.exists&&performance.now?Math.round(performance.now()):(u=Math.max((new Date).getTime(),u))-x.offset}var u=(new Date).getTime(),f=e("handle"),c=e(3),s=e("ee"),p=e(2),d=window,l=d.document,m="addEventListener",v="attachEvent",g=d.XMLHttpRequest,w=g&&g.prototype;NREUM.o={ST:setTimeout,SI:d.setImmediate,CT:clearTimeout,XHR:g,REQ:d.Request,EV:d.Event,PR:d.Promise,MO:d.MutationObserver};var h=""+location,y={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net",agent:"js-agent.newrelic.com/nr-1130.min.js"},b=g&&w&&w[m]&&!/CriOS/.test(navigator.userAgent),x=n.exports={offset:u,now:a,origin:h,features:{},xhrWrappable:b,userAgent:p};e(1),l[m]?(l[m]("DOMContentLoaded",i,!1),d[m]("load",r,!1)):(l[v]("onreadystatechange",o),d[v]("onload",r)),f("mark",["firstbyte",u],null,"api");var E=0,O=e(5)},{}]},{},["loader"]);</script><script type="text/javascript">window.NREUM||(NREUM={});NREUM.info={"beacon":"bam.nr-data.net","queueTime":0,"licenseKey":"114b3a1f69","agent":"","transactionName":"NFVSbRBSCxFYAUBeWA0fdkwMUBELVgwbTlgWQkNRDUdLElENQFhETUZZXBVASwZcFlVeW1lCVVgG","applicationID":"366962710","errorBeacon":"bam.nr-data.net","applicationTime":304}</script>
<title>Hunger... Photo by Lev Prilutsky &#8212; National Geographic Your Shot</title>
<meta name='apple-mobile-web-app-title' content='Your Shot'>
<meta name="description" content="Lev Prilutsky posted this picture to National Geographic's Your Shot photo community. Check it out, add a comment, share it, and more.">
<meta name="keywords" content="Hunger..., nature, reptile, snake, hunger, python, reptile_kill, picture, national geographic your shot">
<meta name="robots" content="noindex">
<meta name="author" content="">
<meta property="fb:admins" content="1442858697,506432430,104276,7800037" />
<meta name="site_name" property="og:site_name" content="National Geographic Your Shot" />
<meta name="title" property="og:title" content="Hunger... Photo by Lev Prilutsky &#8212; National Geographic Your Shot" />
<meta name="content_type" property="og:type" content="website" />
<meta name="url" property="og:url" content="//yourshot.nationalgeographic.com/photos/7496402/" />
<meta name="image" property="og:image" content="//yourshot.nationalgeographic.com/u/fQYSUbVfts-T7odkrFJckdiFeHvab0GWOfzhj7tYdC0uglagsDUbFAwhWBv-siYxWFmezxsvJWBTP6PTbzKQzQp7T57zYrWfpnm_4xR3GbERho31V4nY8J7nOIbBV1OHrr2Kiw24aE4cZ8ZslptBSWabMtvqUWwBzeALxa7Jk4PDe8AKA3XaDd4BxKZ21N-m24xhXgREwCrzK_dNbTg50A/" />
<meta property="og:description" content="Hunger...">
<link rel="canonical" href="//yourshot.nationalgeographic.com/photos/7496402/" />
<link rel="alternate" media="only screen and (max-width: 640px)" href="//m.yourshot.nationalgeographic.com/photos/7496402/" />
<meta name="twitter:card" content="photo"/>
<meta name="twitter:site" content="@NatGeoPhotos"/>
<meta name="twitter:site:id" content="17471979"/>
<meta name="twitter:title" content="Hunger... Photo by Lev Prilutsky &#8212; National Geographic Your Shot"/>
<meta name="twitter:image:src" content="https://yourshot.nationalgeographic.com/u/fQYSUbVfts-T7odkrFJckdiFeHvab0GWOfzhj7tYdC0uglagsDUbFAwhWBv-siYxWFmezxsvJWBTP6PTbzKQzQp7T57zYrWfpnm_4xR3GbERho31V4nY8J7nOIbBV1OHrr2Kiw24aE4cZ8ZslptBSWabMtvqUWwBzeALxa7Jk4PDe8AKA3XaDd4BxKZ21N-m24xhXgREwCrzK_dNbTg50A/"/>
<meta name="twitter:description" content="Hunger...">
<link rel="alternate" type="json" href="application/json+oembed?url=//yourshot.nationalgeographic.com/photos/7496402/&format=//yourshot.nationalgeographic.com/oembed" title="Hunger...
<link rel="alternate" type="xml" href="text/xml+oembed?url=//yourshot.nationalgeographic.com/photos/7496402/&format=//yourshot.nationalgeographic.com/oembed" title="Hunger...
<link rel="shortcut icon" href="//yourshot.nationalgeographic.com/static/img/favicon.ico">
<link rel="apple-touch-icon" href="//yourshot.nationalgeographic.com/static/img/touch-icon-iphone.png" />
<link rel="apple-touch-icon" sizes="76x76" href="//yourshot.nationalgeographic.com/static/img/touch-icon-ipad.png" />
<link rel="apple-touch-icon" sizes="120x120" href="//yourshot.nationalgeographic.com/static/img/touch-icon-iphone-retina.png" />
<link rel="apple-touch-icon" sizes="152x152" href="//yourshot.nationalgeographic.com/static/img/touch-icon-ipad-retina.png" />
<!-- Favicons
================================================== -->
<!--
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
-->
<style> .photoCopyrightOverlay { display: none !important;} </style>
<style type="text/css">
#maintenance {
font-size: 12px;
color: black !important;
background-color: #FDD800;
padding:5px;
border-top: 5px solid #FDD800;
border-bottom: 5px solid #FDD800;
}
#maintenance a {
color: black;
text-decoration: underline;
}
#maintenance-inner {
text-align:center;
margin: 0 auto 0 auto;
font-weight: bold;
}
</style>
<div id="maintenance">
<div id="maintenance-inner">
New update regarding the Your Shot community platform. Please read this <a href="https://yourshot.nationalgeographic.com/discussions/discussion/2376/your-shot-platform-update/p1?new=1">discussion post</a> for more details.
</div>
</div>
</head>
<body class="photo-detail-landing theme-layer-on">
<div class="mt3_visuallyhidden">
<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><symbol viewBox="-2 -2 41.41 41.41" id="arrow-down"><title>arrow-down</title><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" vector-effect="non-scaling-stroke" d="M18.71 0v36M.71 18l18 18 18-18"/></symbol><symbol viewBox="-2 -2 41.41 41.41" id="arrow-left"><title>arrow-left</title><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" vector-effect="non-scaling-stroke" d="M37.41 18.71h-36M19.41.71l-18 18 18 18"/></symbol><symbol viewBox="-2 -2 41.41 41.41" id="arrow-right"><title>arrow-right</title><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" vector-effect="non-scaling-stroke" d="M0 18.71h36M18 .71l18 18-18 18"/></symbol><symbol viewBox="-2 -2 41.41 41.41" id="arrow-up"><title>arrow-up</title><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" vector-effect="non-scaling-stroke" d="M18.71 37.41v-36M.71 19.41l18-18 18 18"/></symbol><symbol viewBox="-2 -2 41.4 41.6" id="chevron-down"><title>chevron-up</title><path class="aest0" fill="none" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" vector-effect="non-scaling-stroke" d="M36.7 10.2l-18 18-18-18"/></symbol><symbol viewBox="-2 -2 24.12 41.41" id="chevron-left"><title>chevron-left</title><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" vector-effect="non-scaling-stroke" d="M19.41.71l-18 18 18 18"/></symbol><symbol viewBox="-2 -2 24.12 41.41" id="chevron-right"><title>chevron-right</title><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" vector-effect="non-scaling-stroke" d="M.71.71l18 18-18 18"/></symbol><symbol viewBox="-2 -2 41.4 41.6" id="chevron-up"><title>chevron-up</title><path fill="none" stroke="currentColor" stroke-width="2" stroke-miterlimit="10" vector-effect="non-scaling-stroke" d="M.7 28.2l18-18 18 18"/></symbol><symbol viewBox="-2 -2 41.41 41.41" id="close"><title>close</title><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" vector-effect="non-scaling-stroke" d="M.71.71l36 36M36.71.71l-36 36"/></symbol><symbol viewBox="-2 -2 26.2 25" id="comment"><title>comment-new</title><path d="M0 0v1.5h20.7v12.7h-9l-5 3.7v-3.7H1.5V4.6H0v11.1h5.2V21l7-5.3h10V0H0z"/></symbol><symbol viewBox="-2 -2 29.62 21" id="email"><title>email-new</title><path d="M25.62 0v17H0V0zm-1.28 1.28H1.28v14.49h23.06zm-11.58 8L2.3 3.62l.58-1.12 9.87 5.33 9.87-5.31.61 1.12z"/></symbol><symbol viewBox="-2 -2 29.9 23.2" id="gallery"><title>gallery</title><path d="M6 0v5H0v14.2h21.6V5h-14V1.6h16.7v11.8h1.6V0zm14 6.6v11H1.5v-11z"/></symbol><symbol viewBox="-2 -2 40 40" id="grid"><title>grid</title><path fill="currentColor" d="M0 0h16v16H0zM20 0h16v16H20zM0 20h16v16H0zM20 20h16v16H20z"/></symbol><symbol viewBox="-2 -2 24.4 23" id="headphones"><title>headphones-new</title><path d="M18.6 11.2V8.4a8.45 8.45 0 0 0-16.9 0v2.8c-.2.1-1.7.8-1.7 3.5A4.09 4.09 0 0 0 4.3 19h.8v-8.6h-.7c-.4 0-.7.1-1.1.1V8.4a6.9 6.9 0 1 1 13.8 0v2.1a2.77 2.77 0 0 0-.9-.1h-.7V19h.8a3.94 3.94 0 0 0 4.1-4.3c0-2.7-1.6-3.4-1.8-3.5zm-15 6.2a2.42 2.42 0 0 1-2.1-2.7A3 3 0 0 1 3.6 12zm13.2 0V12a2.82 2.82 0 0 1 2.1 2.7c0 2.07-.9 2.4-2.1 2.7z"/></symbol><symbol viewBox="-2 -2 40.03 35.4" id="heart-filled"><title>heart-filled</title><path d="M32.6 3.37a9.13 9.13 0 0 0-6.66-2.35 7.56 7.56 0 0 0-2.4.41 9.72 9.72 0 0 0-2.28 1.1q-1 .69-1.81 1.3a17.5 17.5 0 0 0-1.44 1.29 17.56 17.56 0 0 0-1.44-1.29q-.76-.61-1.81-1.3a9.72 9.72 0 0 0-2.28-1.1 7.56 7.56 0 0 0-2.4-.41 9.13 9.13 0 0 0-6.66 2.35A8.7 8.7 0 0 0 1.01 9.9a8.31 8.31 0 0 0 .45 2.62 11.47 11.47 0 0 0 1 2.3 16.75 16.75 0 0 0 1.29 1.85q.72.9 1 1.24c.26.22 12.95 12.49 13.26 12.49s12.63-12 12.63-12q4.37-4.31 4.37-8.5a8.7 8.7 0 0 0-2.41-6.53z" fill="currentColor"/></symbol><symbol viewBox="-2 -2 40.03 35.4" id="heart-open"><title>heart-open</title><path d="M32.6 3.37a9.13 9.13 0 0 0-6.66-2.35 7.56 7.56 0 0 0-2.4.41 9.72 9.72 0 0 0-2.28 1.1q-1 .69-1.81 1.3a17.5 17.5 0 0 0-1.44 1.29 17.56 17.56 0 0 0-1.44-1.29q-.76-.61-1.81-1.3a9.72 9.72 0 0 0-2.28-1.1 7.56 7.56 0 0 0-2.4-.41 9.13 9.13 0 0 0-6.66 2.35A8.7 8.7 0 0 0 1.01 9.9a8.31 8.31 0 0 0 .45 2.62 11.47 11.47 0 0 0 1 2.3 16.75 16.75 0 0 0 1.29 1.85q.72.9 1 1.24c.26.22 12.95 12.49 13.26 12.49s12.63-12 12.63-12q4.37-4.31 4.37-8.5a8.7 8.7 0 0 0-2.41-6.53z" fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" vector-effect="non-scaling-stroke"/></symbol><symbol viewBox="-2 -2 40 40" id="map-geolocator"><title>map-geolocator</title><path d="M19.22 36h-2.4v-4.83C10 30 6 26.06 4.83 19.21H0V16.8h4.88A13.26 13.26 0 0 1 16.79 4.9V0h2.42v4.84C26 6 30 9.95 31.17 16.79H36v2.41h-4.82c-1.18 6.8-5.12 10.8-12 12V36zm9.61-18A10.82 10.82 0 1 0 18 28.81 10.82 10.82 0 0 0 28.83 18z" fill="currentColor"/><path d="M18 26.42A8.42 8.42 0 1 1 26.45 18 8.39 8.39 0 0 1 18 26.42z" fill="currentColor"/></symbol><symbol viewBox="-2 -2 26 39.8" id="map-pushpin"><title>map-pushpin</title><path d="M20.8 6.1c-2.7-5.4-9.3-7.7-14.7-5-5.4 2.7-7.7 9.3-5 14.7 2.5 5 5 10 7.4 15l2.4 4.9 1.2-2.5c2.8-5.6 5.5-11.2 8.3-16.8.8-1.5 1.3-3.2 1.5-4.9.2-1.7-.2-3.7-1.1-5.4zm-9.9 8.1h-.3C8.2 14 6.3 12 6.3 9.5S8.4 4.9 11 4.9s4.6 2.1 4.6 4.7-2.1 4.6-4.7 4.6z" fill="currentColor"/></symbol><symbol viewBox="-2 -2 52 35.73" id="menu"><title>Artboard 1</title><path d="M0 31.73h48v-2.8H0zm0-14.4h48v-2.8H0zM0 2.8h48V0H0z"/></symbol><symbol viewBox="-2 -2 52 27.87" id="menu-down"><title>Artboard 1</title><path d="M0 0l24 23.87L48 0H0z"/></symbol><symbol viewBox="-2 -2 52 27.87" id="menu-up"><title>Artboard 1</title><path d="M48 23.87L24 0 0 23.87h48z"/></symbol><symbol viewBox="-2 -2 40 6" id="minus"><title>minus</title><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" vector-effect="non-scaling-stroke" d="M0 1h36"/></symbol><symbol viewBox="-2 -2 29.12 40" id="ng-border"><title>ng-border</title><path d="M0 36V0h25.12v36H0zm21.49-3.63V3.62H3.62v28.75h17.87z" fill="#fc0"/></symbol><symbol viewBox="-2 -2 32.75 40" id="pause"><title>pause</title><path fill="currentColor" d="M0 0h10.1v36H0zM18.65 0h10.1v36h-10.1z"/></symbol><symbol viewBox="-2 -2 34.82 39.59" id="play"><title>play</title><path fill="currentColor" d="M0 0l30.82 17.8L0 35.59V0z"/></symbol><symbol viewBox="-2 -2 40 40" id="plus"><title>plus</title><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" vector-effect="non-scaling-stroke" d="M0 18h36M18 0v36"/></symbol><symbol viewBox="-2 -2 24 23.95" id="replay"><title>replay</title><path d="M19.23 6.07a10 10 0 0 0-5.3-5.29A9.72 9.72 0 0 0 10.05 0a9.75 9.75 0 0 0-2.92.43 9.91 9.91 0 0 0-4.67 3.09L2 4.17l-.42-4L0 .31l.77 7L7.63 6l-.28-1.46L3 5.32s.6-.81 1-1.19a8.25 8.25 0 0 1 1.7-1.39 8.69 8.69 0 0 1 2.05-.89 8.39 8.39 0 0 1 5.56.34 8.53 8.53 0 0 1 4.49 4.49 8.12 8.12 0 0 1 .67 3.32 8.12 8.12 0 0 1-.66 3.27 8.53 8.53 0 0 1-4.49 4.49 8.12 8.12 0 0 1-3.27.66 8.22 8.22 0 0 1-3.28-.66A8.38 8.38 0 0 1 4.1 15.9a8.68 8.68 0 0 1-1.8-2.68A8.12 8.12 0 0 1 1.63 10H.1a9.72 9.72 0 0 0 .78 3.88 10 10 0 0 0 5.29 5.29 9.72 9.72 0 0 0 3.88.78 9.72 9.72 0 0 0 3.88-.78 10 10 0 0 0 5.29-5.29A9.72 9.72 0 0 0 20 10a9.72 9.72 0 0 0-.77-3.93z"/></symbol><symbol viewBox="-2 -2 29.92 25.13" id="screen"><title>screen</title><path d="M25.92 16.94V0H0v1.58h24.34v13.78H1.58V4.95H0v11.99h11.79v2.61H5.66v1.58h13.99v-1.58h-6.28v-2.61h12.55z"/></symbol><symbol id="search" viewBox="-2 -2 52 49.73"><defs><style>.bccls-1{fill:none}.bccls-2{clip-path:url(#bcclip-path)}</style><clipPath id="bcclip-path"><path class="bccls-1" d="M0 0h48v45.73H0z"/></clipPath></defs><title>Artboard 1</title><path d="M42.93 45.73L27.33 30c.27-.13.4-.4.67-.53a1.61 1.61 0 0 0 .67-.67 13.13 13.13 0 0 0 3.2-4.93 16.66 16.66 0 0 0 1.07-5.6 16.66 16.66 0 0 0-1.07-5.6 15 15 0 0 0-3.2-4.93 13.13 13.13 0 0 0-4.93-3.2 16.66 16.66 0 0 0-5.6-1.07 16.66 16.66 0 0 0-5.6 1.07 18.18 18.18 0 0 0-4.67 3.2 17.87 17.87 0 0 0-3.33 4.93 16.66 16.66 0 0 0-1.07 5.6 16.66 16.66 0 0 0 1.07 5.6 15 15 0 0 0 3.2 4.93 14.26 14.26 0 0 0 6.53 3.87 15.2 15.2 0 0 0 7.33.13l2.8 2.8a20.34 20.34 0 0 1-4.93 1.07 16 16 0 0 1-5.07-.4 18.68 18.68 0 0 1-4.8-1.73 20.47 20.47 0 0 1-4.27-3.34 18.21 18.21 0 0 1-4-6A17.64 17.64 0 0 1 0 18.4a17.82 17.82 0 0 1 1.33-6.93 17.47 17.47 0 0 1 4-6.13 19.69 19.69 0 0 1 6-4A17.82 17.82 0 0 1 18.27 0a16.73 16.73 0 0 1 6.8 1.33 18.21 18.21 0 0 1 6 4 16.94 16.94 0 0 1 3.87 5.6 18.61 18.61 0 0 1 1.47 6.53 18.06 18.06 0 0 1-.94 6.54 17.16 17.16 0 0 1-3.33 5.87L48 45.73z" class="bccls-2"/></symbol><symbol viewBox="-2 -2 32.09 36.01" id="share"><title>share</title><path d="M14.09 18.29v-4.54a9.13 9.13 0 0 0 0 18.25 13.72 13.72 0 1 1-.74-27.43h.74V0l14 9.14z" fill="currentColor"/></symbol><symbol viewBox="-2 -2 270.9 270.9" id="social-facebook"><title>facebook</title><path d="M252.2 0H14.7C6.6 0 0 6.6 0 14.7v237.4c0 8.1 6.6 14.7 14.7 14.7h127.8V163.6h-34.8v-40.3h34.8V93.6c0-34.5 21.1-53.2 51.8-53.2 10.4 0 20.8.5 31.1 1.6v36h-21.3c-16.8 0-20 8-20 19.6v25.7H224l-5.2 40.3h-34.7v103.3h68c8.1 0 14.7-6.6 14.7-14.7V14.7c.1-8.1-6.5-14.7-14.6-14.7z" fill="currentColor"/></symbol><symbol viewBox="-2 -2 121.67 230.58" id="social-facebook-f"><path d="M76.37 226.59V123.23h34.7l5.19-40.28H76.37V57.24c0-11.66 3.24-19.61 20-19.61h21.3v-36A285.42 285.42 0 0 0 86.59.04c-30.75 0-51.81 18.77-51.81 53.24v29.71H0v40.28h34.78v103.32h41.6z" fill="currentColor"/></symbol><symbol viewBox="-2 -2 24 23.51" id="social-github"><title>github</title><path d="M10 0a10 10 0 0 0-3.16 19.49.5.5 0 0 0 .68-.49v-1.7c-2.79.61-3.38-1.3-3.38-1.3A2.65 2.65 0 0 0 3 14.5c-.91-.62.07-.61.07-.61a2.1 2.1 0 0 1 1.53 1 2.13 2.13 0 0 0 2.91.83 2.14 2.14 0 0 1 .63-1.34c-2.14-.21-4.52-1.07-4.52-4.9a3.87 3.87 0 0 1 1-2.68 3.6 3.6 0 0 1 .1-2.65s.84-.27 2.75 1a9.48 9.48 0 0 1 5 0c1.91-1.29 2.75-1 2.75-1a3.59 3.59 0 0 1 .1 2.65 3.86 3.86 0 0 1 1 2.68c0 3.84-2.34 4.69-4.57 4.93a2.39 2.39 0 0 1 .68 1.85V19a.5.5 0 0 0 .69.48A10 10 0 0 0 10 0z" fill="currentColor" fill-rule="evenodd"/></symbol><symbol viewBox="-2 -2 233.84 157.13" id="social-google-plus"><title>Artboard 1</title><path d="M229.84 67H205.9V43.1h-19.16V67H162.8v19.2h23.94v23.94h19.16V86.2h23.94M76.61 62.25v29.88h41.75c-3.21 18-18.82 31.12-41.75 31.12a46.69 46.69 0 0 1 0-93.32 42 42 0 0 1 29.64 11.59l21.6-21.6A73.55 73.55 0 0 0 76.61 0a76.61 76.61 0 0 0 0 153.23c44.24 0 73.55-31.12 73.55-74.89a87.39 87.39 0 0 0-1.48-16.09z"/></symbol><symbol viewBox="-2 -2 233.84 231.9" id="social-instagram"><title>Artboard 1</title><path d="M115 20.52c30.45 0 34.06.13 46 .67 11.13.49 17.14 2.36 21.15 3.92a35.25 35.25 0 0 1 13.09 8.5 35.72 35.72 0 0 1 8.55 13.09c1.56 4 3.43 10.06 3.92 21.15.53 12 .67 15.63.67 46s-.13 34.06-.67 46c-.49 11.13-2.36 17.14-3.92 21.15a35.25 35.25 0 0 1-8.5 13.09 35.72 35.72 0 0 1-13.09 8.55c-4 1.56-10.06 3.43-21.15 3.92-12 .53-15.63.67-46 .67s-34.06-.13-46-.67c-11.13-.49-17.14-2.36-21.15-3.92a35.25 35.25 0 0 1-13.09-8.5 35.72 35.72 0 0 1-8.55-13.09c-1.56-4-3.43-10.06-3.92-21.15-.53-12-.67-15.63-.67-46s.13-34.06.67-46c.49-11.13 2.36-17.14 3.92-21.15a35.25 35.25 0 0 1 8.5-13.09 35.72 35.72 0 0 1 13.09-8.55c4-1.56 10.06-3.43 21.15-3.92 12-.53 15.58-.67 46-.67M115 0C84 0 80.17.13 68 .67S47.58 3.16 40.37 6a55.63 55.63 0 0 0-20.21 13.14A55.84 55.84 0 0 0 7 39.31C4.18 46.57 2.22 54.85 1.68 67S1 83 1 114s.13 34.81.67 47S4.18 181.38 7 188.59a55.63 55.63 0 0 0 13.16 20.21 55.71 55.71 0 0 0 20.17 13.13c7.26 2.8 15.54 4.76 27.65 5.3s16 .67 47 .67 34.81-.13 47-.67 20.43-2.49 27.65-5.3a58.23 58.23 0 0 0 33.3-33.3c2.8-7.26 4.76-15.54 5.3-27.65s.67-16 .67-47-.13-34.81-.67-47-2.49-20.43-5.3-27.65a53.38 53.38 0 0 0-13-20.26A55.71 55.71 0 0 0 189.65 6C182.39 3.2 174.11 1.24 162 .7S145.93 0 115 0z"/><path d="M115 55.43A58.54 58.54 0 1 0 173.53 114 58.56 58.56 0 0 0 115 55.43zm0 96.52a38 38 0 1 1 38-38 38 38 0 0 1-38 38z"/><circle cx="175.85" cy="53.11" r="13.67"/></symbol><symbol viewBox="-2 -2 40 40" id="social-linkedin"><title>linkedin</title><path class="bjst0" d="M33.3 0H2.7C1.2 0 0 1.1 0 2.6v30.8C0 34.9 1.2 36 2.7 36h30.7c1.5 0 2.6-1.1 2.7-2.6V2.6C36 1.1 34.8 0 33.3 0zM10.7 30.7H5.3V13.5h5.3v17.2zM8 11.2c-1.7 0-3.1-1.4-3.1-3.1C4.9 6.4 6.3 5 8 5s3.1 1.4 3.1 3.1c0 1.7-1.4 3.1-3.1 3.1zm22.6 19.5h-5.3v-8.4c0-2 0-4.6-2.8-4.6s-3.2 2.2-3.2 4.4v8.5H14V13.5h5.1v2.3h.1c1-1.8 3-2.8 5-2.8 5.4 0 6.4 3.6 6.4 8.2v9.5z" fill="currentColor"/></symbol><symbol viewBox="-2 -2 29.75 29.68" id="social-linkedin-in"><title>linkedin_in</title><path d="M.43 8.5h5.34v17.18H.43V8.5zM3.1-.04A3.1 3.1 0 1 1 .01 3.1 3.1 3.1 0 0 1 3.1-.04M9.1 8.5h5.12v2.35h.07a5.61 5.61 0 0 1 5-2.77c5.41 0 6.41 3.56 6.41 8.18v9.42h-5.26v-8.36c0-2 0-4.56-2.77-4.56s-3.2 2.17-3.2 4.41v8.5H9.1V8.5z" fill="currentColor"/></symbol><symbol viewBox="-2 -2 20 20" id="social-pinterest"><title>pinterest</title><path class="blst0" d="M5.6 15.6c.4-.7.8-1.4 1-2.1l.5-1.8c.4.6 1.1.9 1.8.9 2.4 0 4.2-2.3 4.1-5v-.2c0-2.6-2.2-4.6-4.8-4.4-3.5 0-5.3 2.3-5.3 4.8 0 1.2.6 2.4 1.6 3.1.2.1.3 0 .3-.1l.2-.9v-.2c-.4-.6-.6-1.2-.6-1.9v-.2C4.5 5.8 6.1 4.3 8 4.4h.3c1.7.1 3.1 1.5 3 3.3 0 2.2-1.1 3.7-2.5 3.7h-.3c-.6-.2-1-.8-.8-1.4.2-1 .4-1.9.6-2.8V7c0-.6-.5-1-1-1-1 .2-1.6 1.1-1.5 2 0 .4.1.8.2 1.2l-1 4c-.1.8-.1 1.5 0 2.3-3-1.3-5-4.2-5-7.5 0-4.4 3.6-8 8-8 .8 0 1.6.1 2.4.4 4.2 1.3 6.6 5.8 5.3 10s-5.8 6.5-10.1 5.2z" fill="currentColor"/></symbol><symbol viewBox="-2 -2 12.85 14.99" id="social-pinterest-p"><title>pinterest_p</title><path d="M1.9 10.82a6.64 6.64 0 0 1 0-2l.84-3.45a2.5 2.5 0 0 1-.21-1 1.49 1.49 0 0 1 1.26-1.69.87.87 0 0 1 .88 1 14 14 0 0 1-.57 2.33 1 1 0 0 0 1 1.25c1.23 0 2.18-1.3 2.18-3.17a2.74 2.74 0 0 0-2.63-2.87h-.22A3 3 0 0 0 1.3 4.09v.13a2.7 2.7 0 0 0 .52 1.58.21.21 0 0 1 0 .2l-.19.79c0 .13-.1.15-.23.09A3.11 3.11 0 0 1 0 4.2C0 2.01 1.59.01 4.58.01a4.07 4.07 0 0 1 4.27 3.86v.14c0 2.36-1.5 4.36-3.59 4.36a1.86 1.86 0 0 1-1.59-.8l-.43 1.6a7.75 7.75 0 0 1-.86 1.84z" fill="currentColor"/></symbol><symbol viewBox="-2 -2 364.01 342.36" id="social-snapchat"><title>snapchat</title><path d="M183.49 7.46c13.56 0 60.26 3.64 82.27 53 7.24 16.24 5.39 45.68 3.9 69.32-.24 3.75-.47 7.38-.65 10.86l-.08 1.49 1 1.11c.4.45 4.17 4.38 12.54 4.71h.28c5.54-.21 11.78-1.93 18.56-5.1a9 9 0 0 1 3.7-.67 12.5 12.5 0 0 1 4.71.89l.21.09c3.55 1.24 6.06 3.59 6.11 5.72 0 1.21-.88 5.53-13.48 10.5-1.23.49-2.85 1-4.73 1.59-8.19 2.61-20.58 6.53-24.74 16.35-2.35 5.54-1.71 12.07 1.91 19.4 1.49 3.47 24.88 56.17 77.53 64.85a2.42 2.42 0 0 1-.22.84c-.89 2.1-6.57 9.36-41.86 14.81-5.52.85-6.88 7-8.45 14.24-.56 2.57-1.14 5.17-1.93 7.86-.24.81-.28.86-1.16.86h-.41a39.07 39.07 0 0 1-6.7-.86 103.31 103.31 0 0 0-20.62-2.18 91.9 91.9 0 0 0-15 1.26c-10.8 1.8-19.58 8-28.89 14.58-12.49 8.83-25.4 18-45.1 18-.86 0-1.7 0-2.54-.07h-.44c-.48 0-1 .06-1.47.06-19.7 0-32.61-9.13-45.1-18-9.3-6.58-18.09-12.79-28.89-14.59a91.91 91.91 0 0 0-15-1.26 101.65 101.65 0 0 0-20.62 2.31 41.85 41.85 0 0 1-6.7 1c-1.28 0-1.3-.07-1.57-1-.79-2.69-1.37-5.36-1.93-7.93-1.57-7.2-2.93-13.42-8.45-14.27-35.29-5.45-41-12.72-41.86-14.82a2.44 2.44 0 0 1-.21-.86c52.65-8.67 76-61.37 77.52-64.85 3.62-7.34 4.26-13.86 1.91-19.4-4.16-9.82-16.55-13.75-24.74-16.35-1.88-.59-3.5-1.11-4.73-1.59-10.64-4.2-13.91-8.44-13.42-11 .56-3 5.69-6 10.16-6a6.09 6.09 0 0 1 2.54.47c7.27 3.4 13.91 5.13 19.72 5.13 9.15 0 13.23-4.26 13.66-4.74l1-1.11v-1.48c-.19-3.47-.41-7.1-.65-10.85-1.49-23.65-3.34-53.06 3.9-69.31 21.92-49.16 68.4-53 82.12-53l6.3-.06h.81m0-7.46h-.89l-6.23.06c-14.85 0-65.18 4.14-88.93 57.37-8 17.91-6.07 48.33-4.54 72.77.18 2.88.37 5.87.54 8.77a14.35 14.35 0 0 1-7 1.53c-4.71 0-10.28-1.49-16.56-4.43a13.36 13.36 0 0 0-5.71-1.17c-7.34 0-16.13 4.83-17.5 12-1 5.19 1.33 12.75 18 19.34 1.5.59 3.31 1.17 5.22 1.77 6.89 2.19 17.3 5.49 20.13 12.15 1.46 3.45.88 7.89-1.73 13.19l-.17.36c-.92 2.13-23 52.37-71.88 60.42a7.47 7.47 0 0 0-6.25 7.87 10 10 0 0 0 .8 3.35c3.68 8.59 19.2 14.88 47.37 19.25.94 1.28 1.92 5.78 2.52 8.52s1.2 5.5 2.06 8.44 3.06 6.36 8.73 6.36a45.4 45.4 0 0 0 8.13-1.14 95.06 95.06 0 0 1 19.19-2.17 84.5 84.5 0 0 1 13.76 1.16c9.1 1.52 16.83 7 25.79 13.31 12.82 9.07 27.34 19.33 49.42 19.33.61 0 1.22 0 1.82-.06s1.65.06 2.64.06c22.08 0 36.6-10.27 49.41-19.33 9-6.34 16.7-11.8 25.8-13.31a84.34 84.34 0 0 1 13.75-1.16 95.66 95.66 0 0 1 19.19 2 45 45 0 0 0 8.13 1h.41a8.11 8.11 0 0 0 8.32-6.24c.85-2.88 1.46-5.6 2.06-8.36s1.57-7.22 2.51-8.49c28.21-4.38 43.7-10.66 47.36-19.21a9.93 9.93 0 0 0 .81-3.37 7.46 7.46 0 0 0-6.24-7.78c-49-8.07-71-58.29-71.88-60.42 0-.12-.11-.24-.17-.36-2.61-5.3-3.19-9.73-1.73-13.18 2.82-6.66 13.23-10 20.12-12.14 1.93-.61 3.74-1.19 5.23-1.78 12.2-4.82 18.32-10.74 18.19-17.59-.11-5.38-4.3-10.18-11-12.56a20 20 0 0 0-7.5-1.4 16.6 16.6 0 0 0-6.89 1.4c-5.8 2.72-11 4.2-15.52 4.4a13.77 13.77 0 0 1-6-1.5c.14-2.48.3-5 .47-7.7l.06-1c1.54-24.46 3.46-54.91-4.53-72.83C248.85 4.19 198.41 0 183.51 0z" fill="currentColor"/></symbol><symbol viewBox="-2 -2 364.01 342.36" id="social-snapchat-filled"><title>snapchat_2</title><path d="M182.24 334.63c-.91 0-1.8 0-2.69-.07-.57 0-1.16.07-1.76.07-20.89 0-34.29-9.48-47.25-18.64-9-6.32-17.4-12.29-27.35-14a88.3 88.3 0 0 0-14.36-1.21 98.21 98.21 0 0 0-19.9 2.22 43.55 43.55 0 0 1-7.43 1.15c-2 0-4.2-.44-5.15-3.68-.83-2.81-1.42-5.54-2-8.17-1.48-6.78-2.53-11-5.37-11.39-33.12-5.12-42.61-12.09-44.72-17a6.38 6.38 0 0 1-.51-2.12 3.73 3.73 0 0 1 3.12-3.89c50.92-8.39 73.75-60.43 74.7-62.64l.08-.18c3.12-6.32 3.73-11.8 1.82-16.29-3.46-8.29-14.89-11.91-22.46-14.3-1.85-.58-3.6-1.14-5-1.68-15.05-6-16.31-12.06-15.72-15.17 1-5.3 8.1-9 13.83-9a9.69 9.69 0 0 1 4.12.82c6.77 3.17 12.88 4.78 18.14 4.78 7.28 0 10.45-3.06 10.84-3.46-.18-3.45-.41-7-.65-10.76C85.01 106 83.17 76 90.79 59c22.83-51.22 71.22-55.2 85.53-55.2l6.27-.06h.85c14.33 0 62.84 4 85.68 55.19 7.62 17.08 5.73 47 4.21 71.08l-.06 1c-.21 3.35-.41 6.61-.58 9.72.36.37 3.29 3.18 9.88 3.44 5-.19 10.77-1.79 17.1-4.75a12.9 12.9 0 0 1 5.31-1 16.23 16.23 0 0 1 6.11 1.17h.11c5.11 1.81 8.46 5.4 8.54 9.14.07 3.53-2.63 8.83-15.84 14-1.37.54-3.12 1.09-5 1.68-7.55 2.4-19 6-22.44 14.25-1.91 4.49-1.3 10 1.82 16.29a.71.71 0 0 0 .08.18c1 2.21 23.76 54.24 74.7 62.63a3.74 3.74 0 0 1 3.12 3.89 6.26 6.26 0 0 1-.52 2.13c-2.1 4.91-11.57 11.88-44.71 17-2.71.42-3.76 3.94-5.37 11.34-.59 2.69-1.18 5.34-2 8.12a4.43 4.43 0 0 1-4.74 3.54h-.41a41.48 41.48 0 0 1-7.42-.94 98.92 98.92 0 0 0-19.9-2.11 88.4 88.4 0 0 0-14.37 1.21c-9.94 1.66-18.38 7.62-27.32 13.93-12.89 9.31-26.29 18.76-47.18 18.76z" fill="currentColor"/></symbol><symbol viewBox="-2 -2 15.47 23.93" id="social-tumblr"><title>tumblr</title><path d="M10.47 15.94a4.72 4.72 0 0 1-1.61.34 1.75 1.75 0 0 1-1.92-2V8.11h4v-3h-4V0H4.07a.16.16 0 0 0-.14.15A6.11 6.11 0 0 1 0 5.53v2.58h2v6.49c0 2.23 1.65 5.4 6 5.33a5.32 5.32 0 0 0 3.47-1.14z" fill="currentColor"/></symbol><symbol viewBox="-2 -2 277.38 226.18" id="social-twitter"><title>twitter</title><path d="M273.38 26.2a112.12 112.12 0 0 1-32.21 8.83 56.25 56.25 0 0 0 24.66-31 112.3 112.3 0 0 1-35.62 13.61 56.14 56.14 0 0 0-95.56 51.13 159.24 159.24 0 0 1-115.66-58.6 56.15 56.15 0 0 0 17.39 74.88 55.86 55.86 0 0 1-25.41-7v.71a56.12 56.12 0 0 0 45 55 56.23 56.23 0 0 1-25.33 1 56.15 56.15 0 0 0 52.4 39 112.54 112.54 0 0 1-69.66 24 114.17 114.17 0 0 1-13.39-.78 158.76 158.76 0 0 0 86 25.2c103.17 0 159.58-85.47 159.58-159.59q0-3.65-.16-7.26a114 114 0 0 0 27.97-29.13z" fill="currentColor"/></symbol><symbol viewBox="-2 -2 90.72 79.02" id="social-vimeo"><title>vimeo</title><path d="M86.68 17.37Q86.1 30.02 69 52.02q-17.69 23-29.93 23-7.58 0-12.83-14l-7-25.66q-3.89-14-8.36-14-1 0-6.81 4.08L0 20.19q6.42-5.64 12.65-11.28 8.56-7.4 12.85-7.79Q35.62.12 38 14.96q2.53 16 3.51 19.87 2.92 13.26 6.43 13.25 2.72 0 8.18-8.6t5.84-13.09q.78-7.42-5.84-7.43a16.26 16.26 0 0 0-6.42 1.42Q56-.55 74.08.02q13.36.41 12.6 17.35z" fill="currentColor"/></symbol><symbol viewBox="-2 -2 286.28 326" id="social-vine"><title>vine</title><path d="M282.25 160.04a105.69 105.69 0 0 1-23.54 2.76c-40.63 0-71.91-28.37-71.91-77.71 0-24.18 9.35-36.76 22.57-36.76 12.58 0 21 11.29 21 34.18 0 13-3.49 27.28-6.06 35.72 0 0 12.52 21.84 46.75 15.14 7.27-16.14 11.22-37 11.22-55.37 0-49.34-25.15-78-71.26-78-47.4 0-75.13 36.44-75.13 84.48 0 47.6 22.25 88.45 58.94 107.07-15.43 30.86-35.06 58-55.53 78.53-37.15-44.9-70.73-104.81-84.5-221.71H-.05c25.32 194.65 100.78 256.65 120.73 268.59 11.29 6.77 21 6.45 31.32.64 16.2-9.21 64.84-57.84 91.8-114.8a181.18 181.18 0 0 0 38.45-4.39v-38.37z" fill="currentColor"/></symbol><symbol viewBox="-2 -2 422.85 424.87" id="social-whatsapp"><title>whatsapp</title><path d="M357.84 61.16A207.2 207.2 0 0 0 210.31 0C95.31 0 1.8 93.55 1.75 208.54A208.18 208.18 0 0 0 29.59 312.8L0 420.87l110.56-29a208.37 208.37 0 0 0 99.65 25.38h.09c114.94 0 208.51-93.56 208.55-208.55a207.29 207.29 0 0 0-61.01-147.54zM210.31 382h-.1A173.08 173.08 0 0 1 122 357.87l-6.33-3.76L50 371.32l17.51-64-4.12-6.56A172.93 172.93 0 0 1 37 208.58C37 113 114.76 35.25 210.38 35.25a173.37 173.37 0 0 1 173.27 173.44C383.61 304.27 305.85 382 210.31 382zm95.08-129.82c-5.21-2.61-30.83-15.21-35.61-17s-8.25-2.61-11.72 2.61-13.46 17-16.5 20.43-6.08 3.91-11.29 1.3-22-8.11-41.91-25.86c-15.49-13.82-26-30.88-29-36.1s-.32-8 2.28-10.63c2.34-2.34 5.21-6.09 7.82-9.13s3.47-5.22 5.21-8.69.87-6.52-.43-9.13-11.71-28.22-16-38.66c-4.23-10.16-8.53-8.78-11.72-9-3-.15-6.51-.18-10-.18a19.14 19.14 0 0 0-13.9 6.52c-4.78 5.22-18.24 17.83-18.24 43.47s18.67 50.43 21.28 53.91 36.75 56.11 89 78.69a299.33 299.33 0 0 0 29.71 11c12.48 4 23.84 3.41 32.82 2.07 10-1.5 30.83-12.61 35.17-24.78s4.34-22.61 3-24.78-4.76-3.42-9.97-6.03z" fill="currentColor" data-name="WA Logo"/></symbol><symbol viewBox="-2 -2 1028 725" id="social-youtube"><path d="M1013.023 156.281s-9.981-70.389-40.606-101.386c-38.842-40.684-82.38-40.885-102.346-43.267C727.134 1.296 512.721 1.296 512.721 1.296h-.444s-214.408 0-357.35 10.332c-19.967 2.381-63.49 2.583-102.346 43.267C21.956 85.892 11.99 156.281 11.99 156.281S1.775 238.94 1.775 321.6v77.493c0 82.658 10.215 165.317 10.215 165.317s9.966 70.39 40.591 101.387c38.856 40.684 89.896 39.397 112.629 43.661 81.718 7.836 347.29 10.261 347.29 10.261s214.634-.323 357.571-10.655c19.966-2.382 63.504-2.583 102.346-43.267 30.625-30.997 40.606-101.387 40.606-101.387s10.2-82.659 10.2-165.317V321.6c.001-82.66-10.2-165.319-10.2-165.319zM407.047 493L407 206l276 144-275.953 143z" fill="currentColor"/></symbol><symbol viewBox="-2 -2 31 40" id="speaker"><title>speaker</title><path fill="currentColor" d="M9 12H0v12h9l18 12V0L9 12z"/></symbol><symbol viewBox="-2 -2 40.3 38.52" id="star-filled"><title>star-filled</title><path fill="currentColor" stroke-miterlimit="10" stroke-width="2" d="M18.15 2.26l4.94 10.02 11.06 1.6-8 7.8 1.89 11.01-9.89-5.19-9.89 5.19 1.89-11.01-8-7.8 11.06-1.6 4.94-10.02z"/></symbol><symbol viewBox="-2 -2 40.3 38.52" id="star-open"><title>star-open</title><path fill="none" stroke="currentColor" stroke-miterlimit="10" stroke-width="2" vector-effect="non-scaling-stroke" d="M18.15 2.26l4.94 10.02 11.06 1.6-8 7.8 1.89 11.01-9.89-5.19-9.89 5.19 1.89-11.01-8-7.8 11.06-1.6 4.94-10.02z"/></symbol><symbol id="zoom-in" viewBox="-2 -2 23.9 23.9"><defs><style>.bycls-1{fill:#231f20}</style></defs><title>zoom-in-new</title><path class="bycls-1" d="M19.12 6.07A10 10 0 0 0 13.83.78 9.72 9.72 0 0 0 10 0a9.72 9.72 0 0 0-3.93.78A10 10 0 0 0 .78 6.07 9.72 9.72 0 0 0 0 10a9.72 9.72 0 0 0 .78 3.88 10 10 0 0 0 5.29 5.29 9.72 9.72 0 0 0 3.93.73 9.72 9.72 0 0 0 3.88-.78 10 10 0 0 0 5.29-5.29A9.72 9.72 0 0 0 19.9 10a9.72 9.72 0 0 0-.78-3.93zm-1.42 7.14a8.53 8.53 0 0 1-4.49 4.49 8.12 8.12 0 0 1-3.27.66 8.12 8.12 0 0 1-3.27-.66 8.53 8.53 0 0 1-4.49-4.49 8.34 8.34 0 0 1 0-6.48 8.53 8.53 0 0 1 4.5-4.54A8.12 8.12 0 0 1 10 1.53a8.12 8.12 0 0 1 3.27.66 8.53 8.53 0 0 1 4.49 4.49 8.12 8.12 0 0 1 .61 3.32 8.12 8.12 0 0 1-.66 3.22z"/><path class="bycls-1" d="M10.74 3.67H9.16v5.49H3.68v1.58h5.48v5.49h1.58v-5.49h5.49V9.16h-5.49V3.67z"/></symbol><symbol id="zoom-out" viewBox="-2 -2 23.9 23.9"><defs><style>.bzcls-1{fill:#231f20}</style></defs><title>zoom-out-new</title><path class="bzcls-1" d="M19.12 6.07A10 10 0 0 0 13.83.78 9.72 9.72 0 0 0 10 0a9.72 9.72 0 0 0-3.93.78A10 10 0 0 0 .78 6.07 9.72 9.72 0 0 0 0 10a9.72 9.72 0 0 0 .78 3.88 10 10 0 0 0 5.29 5.29 9.72 9.72 0 0 0 3.93.73 9.72 9.72 0 0 0 3.88-.78 10 10 0 0 0 5.29-5.29A9.72 9.72 0 0 0 19.9 10a9.72 9.72 0 0 0-.78-3.93zm-1.42 7.14a8.53 8.53 0 0 1-4.49 4.49 8.12 8.12 0 0 1-3.27.66 8.12 8.12 0 0 1-3.27-.66 8.53 8.53 0 0 1-4.49-4.49 8.34 8.34 0 0 1 0-6.48 8.53 8.53 0 0 1 4.5-4.54A8.12 8.12 0 0 1 10 1.53a8.12 8.12 0 0 1 3.27.66 8.53 8.53 0 0 1 4.49 4.49 8.12 8.12 0 0 1 .61 3.32 8.12 8.12 0 0 1-.66 3.22z"/><path class="bzcls-1" d="M3.68 9.16v1.58h12.55V9.16H3.68z"/></symbol></svg>
</div>
<a id="top"></a>
<div id="container">
<div class="header-wrapper">
<header id="global-nav" class="ys-global-nav ys-nav-bar-desktop"></header>
</div>
<section class="content app_mainContent" id="content">
<section>
<div class="width-1000 body-title-outer">
<div class="body-title"></div>
<div id="photo-detail" class="photo-detail">
<div id="photo-detail-wrapper" class="photo-detail-wrapper" style="width:1000px;">
<div id="edit-overlay" class="edit-overlay edit-read-mode-overlay" style="cursor:not-allowed"
data-toggle="tooltip" data-placement="right"
title="Your Shot is in read-only mode." data-edit-photo>
<i class="glyphicon glyphicon-white glyphicon-edit"></i>
Edit Photo Details
</div>
<script>
$( ".edit-read-mode-overlay" ).each(function(elem) {
$(this).click(false);
});
</script>
<div react-component='ImageComponent' react-component-props='{&quot;copyrightMessageLayout&quot;: &quot;yourshot&quot;, &quot;copyrightMessageDurationMilliseconds&quot;: 2500, &quot;copyrightMessage&quot;: &quot;\u00a9 Lev Prilutsky. Please be respectful of copyright. Unauthorized use prohibited.&quot;, &quot;enableCopyrightMessage&quot;: true, &quot;copyrightMessageFadeoutMilliseconds&quot;: 300, &quot;srcSet&quot;: [&quot;/u/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrCICKEc40JuNfGHnUUvSBKUW-fAJRBMAS-JCOrUeuDXKt9Y7nZEt7LTQL-ke5jb67A7Rnb-zo16bDAY6FLKpQuvM_jssQTbfk3dQFOXwc8A/ 2880w&quot;, &quot;/u/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrCICKEc40JuNfGHnUUvSBKUW-fAJRBMAS-JCOrUeuDXKt9Y7nZEt7LTQL-ke5jb67A7Rnb-zo16bDAY6FLKpQN3vMToY0bEfSgCPZAiFzH5/ 2048w&quot;, &quot;/u/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrCICKEc40JuNfGHnUUvSBKUW-fAJRBMAS-JCOrUeuDXKt9Y7nZEt7LTQL-ke5jb67A7Rnb-zo16bDAY6FLKplA-FNZk4kTmH8fE27Aly9b0/ 1920w&quot;, &quot;/u/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrCICKEc40JuNfGHnUUvSBKUW-fAJRBMAS-JCOrUeuDXKt9Y7nZEt7LTQL-ke5jb67A7Rnb-zo16bDAY6FLKrv-X8KW3zY3riV-UfIXwL2s/ 960w&quot;, &quot;/u/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrCICKEc40JuNfGHnUUvSBKUW-fAJRBMAS-JCOrUeuDXKt9Y7nZEt7LTQL-ke5jb67A7Rnb-zo16bDAY6FLKpll8zxEEj3TfJiKFwEabqgvt/ 1024w&quot;, &quot;/u/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrCICKEc40JuNfGHnUUvSBKUW-fAJRBMAS-JCOrUeuDXKt9Y7nZEt7LTQL-ke5jb67A7Rnb-zo16bDAY6FLKplu_0yUeOW1J3qAoSb46wHuK/ 1280w&quot;, &quot;/u/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrCICKEc40JuNfGHnUUvSBKUW-fAJRBMAS-JCOrUeuDXKt9Y7nZEt7LTQL-ke5jb67A7Rnb-zo16bDAY6FLKpNFxBMYT58RDS9hN7GMZU5w/ 320w&quot;, &quot;/u/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrCICKEc40JuNfGHnUUvSBKUW-fAJRBMAS-JCOrUeuDXKt9Y7nZEt7LTQL-ke5jb67A7Rnb-zo16bDAY6FLKobvgmsZKwMw0GL98_MeLAUA/ 600w&quot;, &quot;/u/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrCICKEc40JuNfGHnUUvSBKUW-fAJRBMAS-JCOrUeuDXKt9Y7nZEt7LTQL-ke5jb67A7Rnb-zo16bDAY6FLKo8RsTEUAqN5qFkPF2l8FYBw/ 480w&quot;, &quot;/u/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrCICKEc40JuNfGHnUUvSBKUW-fAJRBMAS-JCOrUeuDXKt9Y7nZEt7LTQL-ke5jb67A7Rnb-zo16bDAY6FLKpl_h7Tz9bL5XqZIKBcTBTwju/ 1600w&quot;]}'></div>
<div class="prev-photo-wrapper">
<button class="prev-photo noStyle"><i></i></button>
</div>
<div class="next-photo-wrapper">
<button class="next-photo noStyle"><i></i></button>
</div>
</div>
<div class="owner-row">
<div class="owner-info">
<div class="avatar-container span3"></div>
<div>
<div class="photo-by-outer">
<span>Photograph by</span>
<div class="display-name">
<a href="/profile/8063/">Lev Prilutsky</a>
</div>
</div>
</div>
</div>
<div class="follow_buttons">
<button class="follow follow-read-mode-photo">Follow</button>
<button class="alt unfollow unfollow-read-mode-photo">Unfollow</button>
<p class="follow-error follow-error-hide follow-error-inline">Sorry, we're having trouble processing your request. Please try again later.</p>
</div>
<div class="counts-wrapper">
<ul class="other-counts list-counts">
<li id="share-item" class="share tooltip-wrapper">
<div class="ico share-ico"></div>
<div id="share-count" class="share-count count">0</div>
<div class="share-bar tooltip bottom">
<div class="share-bar-inner">
<style>
input.short-url {
background: #FFF;
color: #CCC;
width: 370px;
min-height: 37px;
display: inline;
}
input.short-url:focus, {
border: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
</style>
<div class="addthis_toolbox custom_images app_addthis-toolbox"
addthis:url="http://on.natgeo.com/1PEPasq"
addthis:description="Hunger...">
<a class="addthis_button_facebook"><img src="//yourshot.nationalgeographic.com/static/img/share-icon-fb.png" width="49" height="37" border="0" alt="Like" onclick="fireTealiumEvent('facebook')" /></a>
<a class="addthis_button_twitter"><img src="//yourshot.nationalgeographic.com/static/img/share-icon-twitter.png" width="49" height="37" border="0" alt="Tweet" onclick="fireTealiumEvent('twitter')" /></a>
<a class="pin-it-button" count-layout="none"><img src="//yourshot.nationalgeographic.com/static/img/share-icon-pinterest.png" alt="Pin it" onclick="fireTealiumEvent('pinterest')" /></a>
<a class="addthis_button_google_plusone_share"><img src="//yourshot.nationalgeographic.com/static/img/share-icon-gplus.png" width="49" height="37" border="0" alt="Plus One" onclick="fireTealiumEvent('google+')" /></a>
<a class="addthis_button_more"><img src="//yourshot.nationalgeographic.com/static/img/share-icon-more-full.png" width="88" height="37" border="0" alt="More" onclick="fireTealiumEvent('other')" /></a>
<a class="addthis_button_email"><img src="//yourshot.nationalgeographic.com/static/img/share-icon-mail-full.png" width="88" height="37" border="0" alt="Email" onclick="fireTealiumEvent('email')" /></a><br />
<input type="text" value="http://on.natgeo.com/1PEPasq" class="short-url app_short-url" />
</div>
<!-- tealium track of share events -->
<script>
function fireTealiumEvent(service) {
var title = document.title;
var contentShared = title.substring(0, title.indexOf(' — National Geographic Your Shot'));
if(!contentShared) {
contentShared = title.substring(0, title.indexOf(' -- National Geographic Your Shot'));
}
$(document).trigger('analytics_ev_share', {
action: "share",
platform_version: "natgeo web|v18.6.0 (rc0)",
share_method: service,
content_shared: contentShared
});
}
</script>
</div>
</div>
</li>
<li id="favorite-item" class="favorite favorite-item">
<ul id="favorite-count-container" class="favorite-count-container"></ul>
</li>
<li class="comments">
<div class="ico comment-ico"></div>
<div class="count">0</div>
</li>
<li class="awards" style="display: none">
<div class="ico awards-ico"></div>
<div class="count">0</div>
</li>
</ul>
</div>
</div>
<div class="report-abuse clearfix">
<a href="#" class="btn--close js-close-abuse-form hide"><i></i></a>
<div class="report-link-wrapper">
<i class="ico-flag"></i>
<a href="#" class="js-open-abuse-form" href="#">Report Abuse</a>
</div>
<br />
<p class="msg js-message"></p>
<div class="loadingSpinner mini-spinner js-spinner hide"></div>
<!-- Abuse report Desktop start -->
<form class="js-abuse-form hide" name="abuseForm" role="form" data-photo-id="7496402">
<fieldset>
<label for="abuse">National Geographic does not premoderate photos, so we appreciate our community's help in reporting photos that may be in violation of our <a href="https://www.nationalgeographic.com/community/terms/">Community Rules.</a> Please select the reason you are reporting this photo:</label>
<select class="js-abuse-type-select">
<option value="" selected="selected">Please select</option>
<option value="1" data-abuse-type="1" data-show-textarea="true">Copyright</option>
<option value="2" data-abuse-type="2" data-show-textarea="false">Offensive (violent, hateful)</option>
<option value="3" data-abuse-type="3" data-show-textarea="false">Sexually explicit</option>
<option value="4" data-abuse-type="4" data-show-textarea="true">SPAM</option>
</select>
</fieldset>
<fieldset class="js-textarea hide">
<textarea name="longdesc"
maxlength="500"
placeholder="Please give us any additional information you can about this copyright report so that we can look into the issue. Helpful information includes the original photographer and links to where the original photo can be found"></textarea>
</fieldset>
<p>Reported by: <span class="js-reporter"></span></p>
<button class="js-submit-abuse" disabled="disabled">Submit</button>
</form>
</div>
<div class="photo-row clearfix">
<div class="left-col">
<div class="title">
<a href="#" class="edit-photo edit-photo-read-mode"
data-toggle="tooltip" data-placement="right"
title="Your Shot is in read-only mode." data-edit-photo>
<span class="icons-gray icons-pencil"></span>Edit Photo Details
</a>
<script>
$( ".edit-photo-read-mode" ).each(function(element) {
$( this ).click(false);
});
</script>
<span class="photo-title">Hunger...</span>
<span class="photo-tags">
<span>&nbsp;</span>
<a href="/tags/nature/">#nature</a>
<a href="/tags/reptile/">#reptile</a>
<a href="/tags/snake/">#snake</a>
<a href="/tags/hunger/">#hunger</a>
<a href="/tags/python/">#python</a>
<a href="/tags/reptile_kill/">#reptile_kill</a>
</span>
</div>
<div class="caption">Hunger...</div>
<div class="rating">
<div class="title">WHAT MAKES THIS PHOTO GREAT?</div>
<div class="char-group" data-ch-id="1">
<span class="char">Composition</span>
<span class="char-value">1</span>
</div>
<div class="char-group" data-ch-id="2">
<span class="char">Lighting</span>
<span class="char-value">1</span>
</div>
<div class="char-group" data-ch-id="3">
<span class="char">Creativity</span>
<span class="char-value">1</span>
</div>
<div class="char-group" data-ch-id="4">
<span class="char">Story</span>
<span class="char-value">0</span>
</div>
</div>
<div class="btn-set-editor-note-outer">
<a href="#updateEditorsNote" role="button" data-toggle="modal" class="alt button btn-set-editor-note">Add editor's note</a>
</div>
<div id="comments">
<pr>
Comments are no longer available, site is now in read only mode.
</pr>
</div>
</div>
<div class="right-col details">
<div class="profile">
<div class="display-name">
<a href="/profile/8063/">Lev Prilutsky's Photos (40)</a>
</div>
</div>
<div class="photo-thumb-carousel carousel slide">
<div class="carousel-inner">
</div>
<a class="carousel-control left" href="#" data-slide="prev"></a>
<a class="carousel-control right" href="#" data-slide="next"></a>
</div>
<div class="title">Photo Details</div>
<table>
<tr class="">
<td>Date Uploaded:</td>
<td>
Jan 3, 2016
</td>
</tr>
<tr class="">
<td>Copyright:</td>
<td>
&copy; Lev Prilutsky
</td>
</tr>
<tr class="categories">
<td>Categories:</td>
<td>
<a href="/categories/animals/">Animals</a>,
<a href="/categories/nature/">Nature</a>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
<script>
function changeToReadMode(element) {
element.setAttribute('disabled', true);
element.style.cursor = 'not-allowed';
element.setAttribute('data-toggle', 'tooltip');
element.setAttribute('data-placement', 'top');
element.setAttribute('title', 'Your Shot is in read-only mode.');
}
</script>
</section>
</section>
<script>
var YS = {
LOGIN_CALLBACK: '/api/v3/auth/login-cb',
LOGOUT_CALLBACK: '/api/v3/auth/logout-cb',
}
var redirectURL = window.document.URL;
window._NGEOWebTools = window._NGEOWebTools || {};
window._NGEOWebTools.livefyre = {
livefyreProps: {
"global": {
"network": "natgeo.fyre.co",
"authPageReload": true
},
"streams": [{
"siteId": Number('324880'),
"articleId": '' !== '' ? 'PHOTO_7496402' : 'PHOTO_7496402',
"el": "livefyre-comments",
"title": 'Hunger...',
"tags": 'nature, reptile, snake, hunger, python, reptile_kill',
"collectionMeta": 'eyJhbGciOiAiSFMyNTYiLCAidHlwIjogIkpXVCJ9.eyJ1cmwiOiAiaHR0cHM6Ly95b3Vyc2hvdC5uYXRpb25hbGdlb2dyYXBoaWMuY29tL3Bob3Rvcy83NDk2NDAyIiwgImFydGljbGVJZCI6ICJQSE9UT183NDk2NDAyIiwgInRpdGxlIjogIkh1bmdlci4uLiJ9.YzRdg884fswyyebFAmHsYduTFRQgHueiCZ5Nlabd_ak',
}]
},
registrationProps: {
membersURL: 'https://membercenter.nationalgeographic.com',
domain: 'identity.nationalgeographic.com',
clientID: 'uLQ8b7KCg8dWYE7No7zlgK2iGTUqA3Z0',
audience: 'https://api.nationalgeographic.com/identity/api/v1/',
euDomain: 'identity-eu.nationalgeographic.com',
euClientID: '7G0l63osO1CCHCiOXokzZpk0OKGxggch',
notificationsURL: 'https://notifications.nationalgeographic.com',
notificationsKey: '61ced1200dca81bef5b2acf73403f6c2fccdda159709b5e57a',
redirectUri: window.location.origin + window.YS.LOGIN_CALLBACK,
logoutReturnTo: window.location.origin + window.YS.LOGOUT_CALLBACK,
profileSessionUrl: 'https://api.nationalgeographic.com/profiles',
profileTTL: Number('60000'),
enablePoll: true,
pollInterval: 15,
}
};
function loadJS() {
var script = document.createElement('script');
script.id = "livefyre_js"
script.src = "https://assets.nationalgeographic.com/modules-livefyre/v4/4.1.2/build/modules-livefyre.min.js";
document.querySelector('body').append(script);
}
document.addEventListener("DOMContentLoaded", function(e) {
window.YS.AuthenticatedRequestClass.getUser().then(function () {
loadJS();
}).catch(function (e) {
loadJS();
console.error(e);
});
});
</script>
<div class="modal updateEditorsNote dialog" id="updateEditorsNote" tabindex="-1"
role="dialog" aria-hidden="true" >
<div class="modal-header">
<button type="button" class="close noStyle" data-dismiss="modal" aria-hidden="true"></button>
<h3 class="">
Add Editor's Note
</h3>
</div>
<div class="modal-body">
<p class="intro-text">Adding an editor's note will send an email notification to the user.
Please review before saving.</p>
<textarea maxlength=500></textarea>
<div class="btn-bar">
<button class="alt save-editor-note" disabled="disabled">Save</button>
<button class="alt" data-dismiss="modal">Cancel</button>
<div class="mini-spinner"></div>
</div>
</div>
</div>
</div>
<footer id="global-footer"></footer>
<script src="https://assets.pinterest.com/js/pinit.js"></script>
<!-- JS
================================================== -->
<script type="text/javascript">
window.global_config = {
site_host: '//yourshot.nationalgeographic.com',
STATIC_URL: '//yourshot.nationalgeographic.com/static/',
ARTIFACT_TIMESTAMP: '2019-10-25T11:38:52.672824',
MAPBOX_TILEJSON: 'https://a.tiles.mapbox.com/v3/jelder.map-gcfs1q8e.jsonp',
SLIDESHOW_AD_FREQUENCY: 6,
AD_NAMESPACE: 'ng.yourshot',
DEFAULT_AD_SLOT: 'ng.yourshot',
YS_REFERRER: ''
};
window.addthis_config||(window.addthis_config={});
window.addthis_config.pubid = "ra-50c0fd295c9d1320";
</script>
<script type="text/javascript">
// settings for YS
window.YS = {
staticURL: '//yourshot.nationalgeographic.com/static/',
MEMBERCENTER_HOST: 'https://members.nationalgeographic.com',
MMDB_API_HOST: 'https://mmdb.nationalgeographic.com',
DOMAIN: 'identity.nationalgeographic.com',
CLIENT_ID: 'uLQ8b7KCg8dWYE7No7zlgK2iGTUqA3Z0',
DOMAIN_EU: 'identity-eu.nationalgeographic.com',
CLIENT_EU: '7G0l63osO1CCHCiOXokzZpk0OKGxggch',
LOGIN_CALLBACK: '/api/v3/auth/login-cb',
LOGOUT_CALLBACK: '/api/v3/auth/logout-cb',
AUDIENCE: 'https://api.nationalgeographic.com/identity/api/v1/',
RESPONSE_TYPE: 'token id_token',
SCOPE: 'openid profile email read:public_profile read:session update:session',
PROFILE_SESSION_URL: 'https://api.nationalgeographic.com/profiles',
MEMBERS_URL: 'https://membercenter.nationalgeographic.com',
AUTH0_ACCESS_TOKEN_TTL: '60000',
notifications: 'https://notifications.nationalgeographic.com',
notificationsKey: '61ced1200dca81bef5b2acf73403f6c2fccdda159709b5e57a',
AUTH0_NOTIFICATIONS: 'https://notifications-eu.nationalgeographic.com',
AUTH0_NOTIFICATIONS_EU: 'https://notifications-eu.nationalgeographic.com',
};
</script>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script>
<script src="//yourshot.nationalgeographic.com/static/js/react.libs.js?2019-10-25T11:38:52.672824"></script>
<script src="//yourshot.nationalgeographic.com/static/js/component.libs.js?2019-10-25T11:38:52.672824"></script>
<script src="//yourshot.nationalgeographic.com/static/js/react.bundle.js?2019-10-25T11:38:52.672824"></script>
<script>
var hashRoutesLoaded = false;
var routes = {
'upload': function() {
if(isNaN(window.orientation)) {
window.uploadPhoto();
} else {
location.href = '/upload/';
}
},
'my-photos': function() {
window.goToMyPhotos();
}
};
function launchHashRoutes() {
// for checking following possibilities -> #hash /#hash
var hashRoutes = /^#[\/]{0,1}([\w-]*)$/.exec(encodeURI(location.hash));
if (hashRoutes) {
var route = hashRoutes[1];
if (route in routes) {
routes[route]();
}
}
}
if(!hashRoutesLoaded) {
window.YS.ysSession.then(response => {
if(response.data.msg === 'not authenticated') {
routes['login'] = function() {
// remove hash, so it doesn't persist after action (also the #)
var url = new URL(location);
url.hash = '';
history.replaceState(null, document.title, url);
window.YS.RegistrationPackage.api.login();
};
}
})
.catch(function() {
routes['login'] = function() {
// remove hash, so it doesn't persist after action (also the #)
var url = new URL(location);
url.hash = '';
history.replaceState(null, document.title, url);
window.YS.RegistrationPackage.api.login();
};
})
.finally(function() {
launchHashRoutes();
window.onhashchange = launchHashRoutes;
hashRoutesLoaded = true;
});
}
</script>
<!-- Google Tag Manager -->
<script>
dataLayer = [{
'pageCategory': 'NG|YourShot'
}];
</script>
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-S6J5"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-S6J5');</script>
<!-- End Google Tag Manager -->
<script id="signinRedirectionModalTemplate" type="text/template">
<div class="ys_modal_close app_closeModal">&times;</div>
<div class="ys_signin_modal_box">
<div class="ys_signin_modal_content">
<h1 class="ys_signin_title">Join Your Shot <span class="ys_title_break"> to Continue <span></h1>
<p class="ys_signin_modal_copy">Become part of National Geographic's Your Shot Community.
Join now to share your images, take part in assignments and get feedback from National Geographic photographers and editors.</p>
<a href="#" class="call-to-action app_join">Join Now</a>
</div>
<div class="ys_signin_modal_footer">
Already have an account? <a href="#" class="simple_link app_signin">Sign in</a>
</div>
</div>
</script>
<script type="text/javascript" src="//yourshot.nationalgeographic.com/static/asset-cache/ys-base.min.b087c4be.js"></script>
<script id="photoGridPagerTemplate" type="text/template">
<p class="counts">(Showing <span class="fromCount"><%= fromCount %></span>-<span class="toCount"><%= toCount %>
</span> of <span class="totalCount"><%= totalCount %></span> <% totalCount === 1 ? print(itemTypeSingular) : print(itemTypePlural) %>)</p>
<div class="pagingControls">
<button class="alt prev">Previous Page</button>
<button class="alt next">Next Page</button>
</div>
</script>
<script id="photoGridPhotoTemplate" type="text/template">
<div class="metaDetails">
<div class="topSection clearfix">
<div class="userAttributionContainer"></div>
<p class="uploadTime"><%= age %></p>
<a class="remove-trigger" href="#">Remove</a>
</div>
<div class="edit-link">
<a class="edit-modal-trigger edit-modal-read-mode edit-read-mode" href="#"
data-toggle="tooltip" data-placement="right"
title="Your Shot is in read-only mode.">Edit</a>
</div>
<script>
$( ".edit-modal-read-mode" ).each(function(element) {
$( this ).click(false);
});
</script>
</div>
</script>
<script id="avatarTemplate" type="text/template">
<div class="<% if (is_expert) { %>expertStrip<% } %>"></div>
<img src="<%= avatar_url %>" class="avatar" />
</script>
<script id="userAttributionTemplate" type="text/template">
<div class="userText">
<a href="<%- profile_url %>" class="userName"><%- display_name %></a>
<p class="location"><% var country=country || ''; print(country); %></p>
<% if (joined) { %>
<p class="memberSince">Joined in <% print($.format.date(joined, "yyyy")) %></p>
<% } %>
</div>
<div class="follow_buttons" data-profile-id="<%= user_id %>">
<button class="follow">Follow</button>
<button class="alt unfollow">Unfollow</button>
<p class="follow-error follow-error-hide follow-error-inline">Sorry, we're having trouble processing your request. Please try again later.</p>
</div>
</script>
<script id="photoCountBarTemplate" type="text/template">
<li class="favorite">
<div style="cursor:not-allowed"
data-toggle="tooltip" data-placement="right"
title="Your Shot is in read-only mode."
class="favoriteIcon favorite-read-mode-photo <% has_favorite ? print('active') : '' %>">
</div>
<div style="cursor:not-allowed"
data-toggle="tooltip" data-placement="right"
title="Your Shot is in read-only mode."
class="count favorite-read-mode-photo"><%= favorite_count %>
</div>
</li>
<script>
$( ".favorite-read-mode-photo" ).each(function() {
$(this).click(false);
});
</script>
</script>
<script id="photoTemplate" type="text/template">
<a href="/photos/<%= id %>/" class="mainImageOuter" target="_blank">
<img class="mainImage" postpone src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
data-src="<%= photo_url %>" />
<div class="editorsNoteEyebrow"></div>
</a>
<div class="countBarContainer"></div>
</script>
<script id="choosePhotoTemplate" type="text/template">
<img src="<%= grid_thumbnail_url %>" />
<button class="select-photo-btn button alt">Select</button>
<p class="current-photo-label">Current</p>
<p class="current-assignment-label">Submitted to:<br /><a data-content="A photo may only be submitted to one assignment at a time" rel="popover" href="#"></a></p>
</script>
<script id="choosePhotoContainerTemplate" type="text/template">
<div class="photos"></div>
<div class="clearfix"></div>
<button class="load-more button alt" style="display:none">Load More</button>
</script>
<script id="newCountIndicatorTemplate" type="text/template">
<span class="count">XX</span> <span class="countText">new photos added</span>
</script>
<script id="slideshowInfoBarTemplate" type="text/template">
<div class="copyrightSymbol">&copy;</div>
<div class="userAttributionContainer"></div>
<div class="photoMeta">
<p class="title"><%- title %></p>
<p class="caption"><%- caption %></p>
</div>
<div class="rightContent">
<div class="editorNoteEyebrow<% if (has_editor_notes) { print(' active'); } %>"></div>
<div class="utilityBar">
<div class="shareButton tooltip-wrapper">
<div class="shareMenuOuter tooltip bottom">
<div class="addthis_toolbox custom_images">
<a class="addthis_button_facebook"><img src="//yourshot.nationalgeographic.com/static/img/share-icon-fb.png" width="49" height="37" border="0" alt="Like" /></a>
<a class="addthis_button_twitter"><img src="//yourshot.nationalgeographic.com/static//img/share-icon-twitter.png" width="49" height="37" border="0" alt="Tweet" /></a>
<a class="pin-it-button" count-layout="none"><img src="//yourshot.nationalgeographic.com/static//img/share-icon-pinterest.png" alt="Pin it" / ></a>
<a class="addthis_button_google_plusone_share"><img src="//yourshot.nationalgeographic.com/static/img/share-icon-gplus.png" width="49" height="37" border="0" alt="Plus One" /></a>
<a class="addthis_button_more"><img src="//yourshot.nationalgeographic.com/static/img/share-icon-more-full.png" width="88" height="37" border="0" alt="More" /></a>
<a class="addthis_button_email"><img src="//yourshot.nationalgeographic.com/static/img/share-icon-mail-full.png" width="88" height="37" border="0" alt="Email" /></a><br />
<input type="text" class="short-url" />
</div>
</div>
<span class="share-ico"></span>
<div class="share-count">0</div>
</div>
<div class="countBarContainer"></div>
</div>
<a href="/photos/<%= id %>/" class="photoDetailsButton">View Photo Details</a>
</div>
</script>
<script id="gridUserTemplate" type="text/template">
<div class="metaSection">
<div class="userAttributionContainer clearfix"></div>
<ul class="counts">
<li>
<div>
<span class="count"><% print(shot_count ? shot_count : 0) %></span>
<span class="countLabel">Photo<% print(shot_count !== 1 ? 's' : '') %></span>
</div>
</li>
<% if (award_count) { %>
<li class="last"><div><span class="count"><%= award_count %></span> <span class="countLabel">Published</span></div></li>
<% } %>
</ul>
</div>
<div class="photoOuter"></div>
</script>
<!-- The memberBlockTemplate renders gridUserTemplate's -->
<script id="memberBlockTemplate" type="text/template">
<div class="membersContainer clearfix"></div>
<a href="/people/" class="viewAll">View All Photographers</a>
</script>
<script id="photoGridTemplate" type="text/template">
<div class="newCountIndicatorOuter"></div>
<nav class="clearfix utilityNavBar">
<p class="introLabel">Sort By:</p>
<ul class="sortBy">
<%
var filtersUi = filtersUi || [];
for (var i=0; i<filtersUi.length; i++) {
%>
<li>
<div class="linkOuter">
<button class="noStyle utilitiesLink <%= filtersUi[i].className %>">
<%= filtersUi[i].label %>
</button>
</div>
</li>
<% } %>
</ul>
</nav>
<button class="slideshow alt2">View Slideshow</button>
<div class="photos"></div>
<div class="pagerOuter"></div>
<div class="button alt loadMore">Load More</div>
<div class="loadingSpinner mini-spinner"></div>
</script>
<script type="text/javascript">
window.dataLayer = window.dataLayer || [];
// Load GTM pageview template tag
dataLayer.push({ "event": "inline_onload_pageview_ys" });
// Load GTM pageview template tag
dataLayer.push({ "event": "inline_onload_pageview_ys2" });
// Load custom array script to generate ga-event arrays
dataLayer.push({ "event": "inline_onload_custom_listner_code" });
</script>
<script>
window.photo_json = {"photo_detail_url": "/photos/7496402/", "short_url": "http://on.natgeo.com/1PEPasq", "hashtags": ["python", "reptile_kill", "reptile", "hunger", "snake", "nature"], "has_editor_notes": 0, "height": 1328, "owner": {"display_name": "Lev Prilutsky", "country": "Israel", "profile_url": "/profile/8063/", "has_toured": null, "joined": "2008-03-25T00:00:00", "shot_count": null, "award_count": null, "is_expert": 0, "avatar_url": "https://members.nationalgeographic.com/exposure/transcode/128/128/?url=https://prod_membership_avatars.s3.amazonaws.com/avatar-file-b844766a820f4ad4856f0ad9100c2c0d.jpg", "location": "Beersheba, Southern District, Israel", "user_id": 8063, "favorite_count": null}, "id": 7496402, "favorite_count": 9, "title": "Hunger...", "width": 2000, "comment_count": 1, "location": "", "slideshow_urls": {"960x640": "/u/ss/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrCICKEc40JuNaSIPKFLEttV4ejgkMaMMzFv/", "1920x1200": "/u/ss/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrCICKEc40JuNax4GnjBJSAwx4-ZAwdA2SomSg/", "2048x1536": "/u/ss/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrCICKEc40JuNa__4UWKCtiC4Zy0EardoiKMzQ/", "1600x1200": "/u/ss/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrCICKEc40JuNax3t8WqyZ5JWT7375kgHSOsgg/", "1024x768": "/u/ss/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrCICKEc40JuNaxx1j6GYQFSA989FVeriAqtVA/", "2880x1500": "/u/ss/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrCICKEc40JuNa_3SnvRl27xmA9eoX3dsMrgmg/", "480x320": "/u/ss/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrCICKEc40JuNak4lEV5tz4JmQT8c_CL-XOG/", "600x360": "/u/ss/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrCICKEc40JuNasiqzaejytRNH1SF7z66lVN/", "1280x1024": "/u/ss/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrCICKEc40JuNaxzJNlqPhkx0VFFSFz9ULZMPw/"}, "grid_thumbnail_url": "/u/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrDKJpCE6_guldWehjwCwvZtE6bfQImBZLhuVeeWZF9I429VnYtZK7GXUqU-QDAV2YdTMZop14a3EIbPnD9PMKq3dpihcrgesw6RdBwUsDmNYngzckTgQgjwKBJWuB977ww47iAz3a_Cp5UMEpbOdbz2HjQ/", "share_count": 0, "award_count": 0, "publication_date": "2016-01-03T02:23:26", "slideshow_url": "/u/ss/fUwhBvq49-K-lp3-_3DCQW-MpeK1uvHbEYqf9Tq-86ulerg-bByCiGjr3b1MVse0cMmIN0en8RQp43LLkV_WTO27oewTlJvsMPrYYoRHGWq8y1xjgXk9BWOuNDkz/", "url": "/u/fUwhBvq49-K-lp3-_3DCQW-MpeK1uvHbEYqf9Tq-86ulerg-bByCiGjr3b1MVse0cMmIN0en8RQp43LLkV_WTO27oewTlJvsMPrYYoRHGWq8y1xjgXk9BWOuNDkz/", "age": "3 Jan 16", "popularity": 46, "caption": "Hunger...", "thumbnail_url": "/u/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrDKJpCE6_guldWehjwCwvZtE6bfQImBZLhuVeeWZF9I429VnYtZK7GXUqU-QDAV2YdTMZop14a3EIbPnD9PMKq3dpihcrgesw6RdBwUsDmNYngzckTgQgjwKBJWuB977w-GnKnMqA2mP6qXArmPABzWJnk/", "photo_sizes": {"720x0": "/u/ss/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrCICKEc40JuNaoc5q4_6DoMuq1PkjNOqwG2/", "1080x1080": "/u/ss/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrCICKEc40JuNfGVSNZE0D1XZI5R3VV5sL_XJF3vtnjdy7AdFg0BymkSnJMcQ8PD5vcv9b0R6-ubZL6vA_8LoaAOwd2y5vMlXOFC2Bmz4PhmQXdN/", "720x720": "/u/ss/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrCICKEc40JuNfGVSNZE0D1XZI5R3VV5sL_XJF3vtnjdy7AdFg0BymkSnJMcQ8PD5vcv9b0R6-ubZL6vA_8Lp44VfWxHyAw22rvjZMwTQE1jPw/", "960x960": "/u/ss/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrCICKEc40JuNfGVSNZE0D1XZI5R3VV5sL_XJF3vtnjdy7AdFg0BymkSnJMcQ8PD5vcv9b0R6-ubZL6vA_8LqeHQtQqMHjOXOTU4n9os6182Yg/", "1136x0": "/u/ss/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrCICKEc40JuNaxwpfuRag4ZhQABD3Uds0LpZA/", "480x0": "/u/ss/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrCICKEc40JuNak4lEV5tz4JmQT8c_CL-XOG/", "150x150": "/u/ss/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrCICKEc40JuNfGVSNZE0D1XZI5R3VV5sL_XJF3vtnjdy7AdFg0BymkSnJMcQ8PD5vcv9b0R6-ubZL6vA_8LoaUi0U7AgTdJwIn19ntYFcBwMw/", "1136x1136": "/u/ss/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrCICKEc40JuNfGVSNZE0D1XZI5R3VV5sL_XJF3vtnjdy7AdFg0BymkSnJMcQ8PD5vcv9b0R6-ubZL6vA_8LoaFqXxrpZjknRAeomKFkIBysZfQd/", "1080x0": "/u/ss/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrCICKEc40JuNaxx3Bnf0W1LjZb6S3sZGpsZaQ/", "480x480": "/u/ss/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrCICKEc40JuNfGVSNZE0D1XZI5R3VV5sL_XJF3vtnjdy7AdFg0BymkSnJMcQ8PD5vcv9b0R6-ubZL6vA_8LpJlWIQzZ65Cj15Lw4Cbc_oBMPw/", "1920x1920": "/u/ss/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrCICKEc40JuNfGVSNZE0D1XZI5R3VV5sL_XJF3vtnjdy7AdFg0BymkSnJMcQ8PD5vcv9b0R6-ubZL6vA_8LoalFZcytHcWvYFFsZURuQmFoZ6CS/", "960x0": "/u/ss/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrCICKEc40JuNaSIPKFLEttV4ejgkMaMMzFv/", "96x96": "/u/ss/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrCICKEc40JuNfGVSNZE0D1XZI5R3VV5sL_XJF3vtnjdy7AdFg0BymkSnJMcQ8PD5vcv9b0R6-ubZL6vA_8LqeGY8wNPQoKzY9H_vowBktY/", "180x180": "/u/ss/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrCICKEc40JuNfGVSNZE0D1XZI5R3VV5sL_XJF3vtnjdy7AdFg0BymkSnJMcQ8PD5vcv9b0R6-ubZL6vA_8Loahq6YbYRWxg3tJJoF35YqXn-A/", "640x640": "/u/ss/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrCICKEc40JuNfGVSNZE0D1XZI5R3VV5sL_XJF3vtnjdy7AdFg0BymkSnJMcQ8PD5vcv9b0R6-ubZL6vA_8Lpm4doClYsewHbg6C7Y0sZAjLDA/", "240x240": "/u/ss/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrCICKEc40JuNfGVSNZE0D1XZI5R3VV5sL_XJF3vtnjdy7AdFg0BymkSnJMcQ8PD5vcv9b0R6-ubZL6vA_8Lospp6AtxBwo1unJ9WMNka2H9nQ/", "320x0": "/u/ss/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrCICKEc40JuNa4_cvS6LHkmw2Sh8nsSNKvR/", "1920x0": "/u/ss/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrCICKEc40JuNax4GnjBJSAwx4-ZAwdA2SomSg/", "320x320": "/u/ss/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrCICKEc40JuNfGVSNZE0D1XZI5R3VV5sL_XJF3vtnjdy7AdFg0BymkSnJMcQ8PD5vcv9b0R6-ubZL6vA_8LoyxjgFYlgxvvVTixP7dAV-ojRg/", "640x0": "/u/ss/fQYSUbVfts-T7pS2VP2wnKyN8wxywmXtY0-FwsgxpcOOUqbdFrCICKEc40JuNasmQ6xSQ8vXXSBQ1DbHSpG-/"}};
window.carousel_photos = [{"owner": {}, "photo_detail_url": "/photos/1102108/", "thumbnail_url": "/u/fQYSUbVfts-T7odkrFJckdiFeHvab0GWOfzhj7tYdC0uglagsDNfNuUe-1I6xGCnBA8vGwCjS6D7w9l60OR-z__eQH_H_ROE-I0VqCGlW5yu0mfjrG9mXL8Z6R5LFtBIAaF9I4RDJ8X8WGmt7g4blLTuHLsU9e8UIWfXCZUHfupJQJLmArKf_SqI5Tst_p4KzxkT8jbzMK-S0IhcmhHP/", "id": 1102108}, {"owner": {}, "photo_detail_url": "/photos/1088610/", "thumbnail_url": "/u/fQYSUbVfts-T7odkrFJckdiFeHvab0GWOfzhj7tYdC0uglagsDNebKdi1H1FnXhVbV4Kt6VfoscYFEtyz19oEPGRspY_cZgGgCpm77Kw1SIoKp214kcKokYiSZ_rqhCaSfCILBBUokqUB7hEW8ll13HRRl0DhRrOsnGVfQ5tXc9geGhbA-FT5GxpioMO61MVCQFiQjWwXHoKTjjjcDjO/", "id": 1088610}, {"owner": {}, "photo_detail_url": "/photos/7459130/", "thumbnail_url": "/u/fQYSUbVfts-T7odkrFJckdiFeHvab0GWOfzhj7tYdC0uglagsDUbGF_kOsWMBU4qHoT-6eBg1kFa-OwP5oqeiedAqDiCIvqQ-lWa6-9gBxPHFFdq2uqo9vDzc0svemWl-A_hqofnH03K_UbGHMGpV7o9FVoa6uX-8410B2FyfMhnqJYQS_NoGnx_uZ1mynESYagHbniH_LLraq3EUyOs/", "id": 7459130}, {"owner": {}, "photo_detail_url": "/photos/7465275/", "thumbnail_url": "/u/fQYSUbVfts-T7odkrFJckdiFeHvab0GWOfzhj7tYdC0uglagsDUbG0gMA7ExrDlflonrV29kwScG0oFFMS1uaq4CIQ2Ahiip2DBUezBS3-1bMGQRgYD1bVIHdhI89uVnaFmlCzw_9-byl2Nq-aJrpwz6DOo080lE7pBJC2QCyvBdOpf9KyvWyNHcGMF6DIBu2UYwA9BNWH8O9HYUN-5h/", "id": 7465275}, {"owner": {}, "photo_detail_url": "/photos/7465296/", "thumbnail_url": "/u/fQYSUbVfts-T7odkrFJckdiFeHvab0GWOfzhj7tYdC0uglagsDUbG0gMDV2LwPevgQ1D9W_snpyVeA_a0sxSsCWgsQmKnpJqxYEv9PlrPLrH2p05GUKfHAqqaOXqAytvtsuAiNWd_qUYA3tocQra9sDgz7_KKScMjIBvrPsTovBYrC4m5J5dqPBzDZsm8WiHQoAzHu3IdXL1L9RTxh2g/", "id": 7465296}, {"owner": {}, "photo_detail_url": "/photos/7465315/", "thumbnail_url": "/u/fQYSUbVfts-T7odkrFJckdiFeHvab0GWOfzhj7tYdC0uglagsDUbG0gN7kb5SOblhbanF4qn7VoHCkl4yofTAPmZw0I6dVcg3xMqAazv-m8WE7fCQPhAilOeD5_5cmCePOa-nQEaxkA1CpzKGxXxpLOBKfUfOYKSPy-i6qvxSw21RGUtL5-4vMbiFh7xSKN2JYmGThTjBnIPgAEbrzkP/", "id": 7465315}, {"owner": {}, "photo_detail_url": "/photos/7465449/", "thumbnail_url": "/u/fQYSUbVfts-T7odkrFJckdiFeHvab0GWOfzhj7tYdC0uglagsDUbG0gK1ApwUja_obwFm7KF0gcmQ97EFK6GxC6IxtIYBQof3mbBaJiMfNYBgYfA_0hWJzO9ETNgrBd6I_LnOUXcKbBamgfj5SyVJeK04IDgwMSflgKjRLKOtqTa1U-EOZlOgSsFuV7QWkqahpK0xMni3UjknTeFv5iJ/", "id": 7465449}, {"owner": {}, "photo_detail_url": "/photos/7482323/", "thumbnail_url": "/u/fQYSUbVfts-T7odkrFJckdiFeHvab0GWOfzhj7tYdC0uglagsDUbFemiW1Ac8oBZ01uAuxxh_GlIU2ood0go1oap58lfrC_aZSl8TuxqpJm81EcOcUSyI82vvirNFCwvQ_EHxcTw8S8Phz88_UKXGPo0KjY8PUwDsSKExXJAm8bh2lcemhRA65Dl6DBxkvaJ-VFqoSmUKU53OvUKyQC_/", "id": 7482323}, {"owner": {}, "photo_detail_url": "/photos/7482337/", "thumbnail_url": "/u/fQYSUbVfts-T7odkrFJckdiFeHvab0GWOfzhj7tYdC0uglagsDUbFemiWmDnYteIVU_RrZ2NFTaz3IDt20t1jSMfgh7K9j-b3uMWAImxj7p58qs6bpq0WWcl5Zj51ofZX6QRSgbgTdj4oTZCRdVq516Dr5qaFirIYT5HtvJyFh7ZXoONiaIRmhLV9CRhYfY0Ry5tcN4kzpE7JzCiIIOT/", "id": 7482337}, {"owner": {}, "photo_detail_url": "/photos/7482389/", "thumbnail_url": "/u/fQYSUbVfts-T7odkrFJckdiFeHvab0GWOfzhj7tYdC0uglagsDUbFemiUXyYfoRLfTRZAH8Lw7CvaAm7K_P6_V81jSC5OGcBrvrSYvJLiLc0PfQ_3lyrgTn1mB1PnWX95cedtGJal9ahv8hxCcZ55ZWDewoJyk0eX2N0FJJ8Mo8wlVBS6WkbqbX-7dYak61uPyo9rEbZjttUBghBeD9s/", "id": 7482389}, {"owner": {}, "photo_detail_url": "/photos/7482412/", "thumbnail_url": "/u/fQYSUbVfts-T7odkrFJckdiFeHvab0GWOfzhj7tYdC0uglagsDUbFemlNjj_eTuxdjqfNkfIK2p95OuosXFPEyePZgaDxAVy78EoF4bBo1povtlzPwvm_4c0R1_Qyiu0_wzmId-V0OQ_tMXWNdNDCLFSsIsOoQ8MRLI86uuVz48VoD8mAXXO65iDonoqgqparHBd1pZ6-qxY1W8kMPuW/", "id": 7482412}, {"owner": {}, "photo_detail_url": "/photos/7482436/", "thumbnail_url": "/u/fQYSUbVfts-T7odkrFJckdiFeHvab0GWOfzhj7tYdC0uglagsDUbFemlNDOj9aktr-McNZpCaPfvPD_etXxPQ4cbK4A3Kton1XUEbBzc43lELTQdL-pPq250tZHGr-fNdr6j1d-Z6OkxlnXmJL8RzNE3IKOVrzJKUMobjj43i9xgMySJmFxEzF6pXj7nZxXzAqu5BchT85fg602mNwei/", "id": 7482436}, {"owner": {}, "photo_detail_url": "/photos/7483023/", "thumbnail_url": "/u/fQYSUbVfts-T7odkrFJckdiFeHvab0GWOfzhj7tYdC0uglagsDUbFegGsff5DBPmTknce6IZVuBjCCIKZktoYlrjDWHiptpXQj0HTm1mX8IKM168xE6xd4rUti8ZphCXnq83oCmWh_2rnCWb-V3_f6motFtSL4ytC35Z5_faD7cSwRTdcSf6P_VZj7gWv5eLX-oKZYod_8GkbNDIqK_R/", "id": 7483023}, {"owner": {}, "photo_detail_url": "/photos/7483041/", "thumbnail_url": "/u/fQYSUbVfts-T7odkrFJckdiFeHvab0GWOfzhj7tYdC0uglagsDUbFegGt1xvzhFsciGuSQUlVKkrTJOan4Ov40aR2AP_I254-cxiPZFkrsm4Zq6tkd5qugFTHh4Oy0Vhx6X_NX_jk7WkN9gBvb11mShhNfTPHRZWVVaYQqMXzG5PVntKAKjG26SNCdIwPz-ujrYvpqfHfNa1J9MXlm2H/", "id": 7483041}, {"owner": {}, "photo_detail_url": "/photos/7483093/", "thumbnail_url": "/u/fQYSUbVfts-T7odkrFJckdiFeHvab0GWOfzhj7tYdC0uglagsDUbFegGulIlytMgZgM7EjbNMsoBMLA1t6EbmCyoO-H2IVITZANcm2_FRczJJ3cuSCcuBVw1JNF8neLaixB2wZfeZA3s9-3xt5yoLmSPtumVLPUW4_VDm7ltymOpR4_crS6K4sCs9CiqKEYEeSI8_9E8DQ7fapUx9POL/", "id": 7483093}, {"owner": {}, "photo_detail_url": "/photos/7496283/", "thumbnail_url": "/u/fQYSUbVfts-T7odkrFJckdiFeHvab0GWOfzhj7tYdC0uglagsDUbFAwnd_WibUxBYyoYO3AxCgAwIvejWIV3mAi6UZsoKbdbj9UjeymtD5MUmfWB8Y1GudZvhvkNfP4_a7YWSd3vOjDIr0-H-AN99ex9ftMVKVkBdjM4AWO7EWzncMDrLLgN4gJA0ZJdezmuJltlcQ3rvR8QOu9te_59/", "id": 7496283}, {"owner": {}, "photo_detail_url": "/photos/7496402/", "thumbnail_url": "/u/fQYSUbVfts-T7odkrFJckdiFeHvab0GWOfzhj7tYdC0uglagsDUbFAwhWBv-siYxWFmezxsvJWBTP6PTbzKQzQp7T57zYrWfpnm_4xR3GbERho31V4nY8IzT4_HkdNjCpj1-kndzYmmbmVs7bu8_O8GPOeYkSr7ukHgH6ZIDjyoEKdo3j6Tb5fXvNl0UILFw3m76NuAReMOkYO7UuTwy/", "id": 7496402}, {"owner": {}, "photo_detail_url": "/photos/7496454/", "thumbnail_url": "/u/fQYSUbVfts-T7odkrFJckdiFeHvab0GWOfzhj7tYdC0uglagsDUbFAwhXffdQeYpXKaqYXIIewe0-_Put3-NDDjzkAQfk-dVE1Djm1QMC24XdUkA1DYrQzT8KOUiGDSHWZPy5vcQfnBWSMYaEWcJt8RVy5VB-5k1syl4wOrSLaOa4_gjOIsCo33ZskvmHBkAX4rpEL2ILvp2J-TiZdlg/", "id": 7496454}, {"owner": {}, "photo_detail_url": "/photos/7497312/", "thumbnail_url": "/u/fQYSUbVfts-T7odkrFJckdiFeHvab0GWOfzhj7tYdC0uglagsDUbFA1atxLyD3Q-e_8W44scDZ1CsLoDTXbt5DwIZ5dN6HtKmRnXx2i-k7QAwLeCVBJyXZb2mhjIEi_XTG0R4cRUhASwQgZnAw-oxgS2XmfRLcZpcmS9MqdM5mInK2i_PoRADl6Ua8GtSxwQyU_E-11fLKIK-CIm0yMi/", "id": 7497312}, {"owner": {}, "photo_detail_url": "/photos/8225756/", "thumbnail_url": "/u/fQYSUbVfts-T7odkrFJckdiFeHvab0GWOfzhj7tYdC0uglagsDq-SRpF2tp3W1SrR6H_vtPPhQRcgh9YO4B-vhg7q5e3M-LOHSZhtma8t-XYAFeil63cqK_V704SMTBDvYJAELRVT97xLjPpqQhVbnitq24PYUb07Os1TeJ-okgTvV6GS6H0QrfMWiuvYv_fxw1g782SfHYM2ylTfRXt/", "id": 8225756}, {"owner": {}, "photo_detail_url": "/photos/8225862/", "thumbnail_url": "/u/fQYSUbVfts-T7odkrFJckdiFeHvab0GWOfzhj7tYdC0uglagsDq-SRpKkes-gtVV06MS8pCWXPpVgY8bAKozCQ0wmlaUL_1pL950_icvvb5GYU-ZPGEaucmzjwXGJaogcb5V5krcJqzC0xXbrcccd37L03syF4FOUGKX4ZyDre5Mm57rnEIiVKeQVM1WK47HT-zZuE1lECswfyUI7nur/", "id": 8225862}, {"owner": {}, "photo_detail_url": "/photos/8231589/", "thumbnail_url": "/u/fQYSUbVfts-T7odkrFJckdiFeHvab0GWOfzhj7tYdC0uglagsDq-SMcZWj3iMjLTM5Rxf1O-dBDSq2hfODe2pOZXDCXDw2I5ThazC0BnAYBTjAJwrNLKeAgfbS4Ogahwiye4I3GY4Lvcxr7qK9MjsnjdkU6eMUXAN0vD2eHOq8miNtPxSx7V2FP5fdFCJeG8qwSkKzPKDSxEwqTIXSOq/", "id": 8231589}, {"owner": {}, "photo_detail_url": "/photos/8231620/", "thumbnail_url": "/u/fQYSUbVfts-T7odkrFJckdiFeHvab0GWOfzhj7tYdC0uglagsDq-SMcaQK2-DQhrX1DzHL1cvOmeS9miPlcAky3nKYCL1qyYxMgVl5ruKb46KCv3L4zQzgtezxLTs4CKjcioblc1nIoXvLRO3RZo3O7-TTGU_4GkTyzq1vuin4U4AVvBx2-I58HwCEDbcpSRvx9nkWtkyrpBI-n8Ub8I/", "id": 8231620}, {"owner": {}, "photo_detail_url": "/photos/8231637/", "thumbnail_url": "/u/fQYSUbVfts-T7odkrFJckdiFeHvab0GWOfzhj7tYdC0uglagsDq-SMcaQWMaAyZmy4LtRBC1GCWZTfBuj-UVGS24HmrgYPNCApFheljOZzRAvo5shNQle5w4Fyh0cT-1-oYOp-HIuJ7qnJsf-wN9awqkP7Fqq45d8QgbwjlYRNKuSVpSKUZotnM8WgSout2SrqjNAw6qUeeoiC3zzHib/", "id": 8231637}];
</script>
<script type="text/javascript" src="//yourshot.nationalgeographic.com/static/asset-cache/ys-photo-detail.min.b58fdc08.js"></script>
<script type="text/template" id="photo-favorite-member-proto">
<div class="photo-favorite-member clearfix" data-owner-id="<%= id %>">
<div class="userAttributionContainer">
<div class="userAttribution">
<div class="avatarOuter <% if (is_expert) { %>expert<% } %>">
<div class="<% if (is_expert) { %>expertStrip<% } %>"></div>
<img src="<%= avatar_url %>" class="avatar" />
</div>
<div class="userText">
<a href="/profile/<%= id %>/" class="userName">
<%- display_name %>
</a>
<p class="location"><%- location %></p>
<p class="editor-title"><%- editor_title %></p>
</div>
</div>
</div>
</div>
</script>
<script type="text/template" id="thumbCarouselSlideTemplate">
<div class="item <% print( active ? 'active' : '') %>">
<% for (var i=0; i < slides.length; i++) { %>
<% if (_.isString(slides[i])) { %>
<% if (slides[i] === 'SPACER-FIRST') { %>
<span class="spacer spacer-first">
First<br />photo
<div class="arrow"></div>
</span>
<% } else if (slides[i] === 'SPACER-LAST') { %>
<span class="spacer spacer-last">
Last<br />photo
<div class="arrow"></div>
</span>
<% } else if (slides[i] === 'SPACER-ALL-PHOTOS') { %>
<span class="spacer spacer-all-photos">
<a href="<%= owner.profile_url %>">See all<br /><%= owner.shot_count %><br />photos</a>
</span>
<% } else { %>
<span class="spacer">
</span>
<% } %>
<% } else { %>
<a href="<%= slides[i].photo_detail_url %>">
<img class="thumb<% print(slides[i].active ? ' highlight' : '') %>" src="<%= slides[i].thumbnail_url %>" />
</a>
<% }} %>
</div>
</script>
<script>
// _gaq.push(['YS2._trackPageview', '/photos/7496402']);
</script>
<script>
// after dom loading, if page has #upload, then show upload photo modal
// if page has #my-photos, then go to my photos
document.addEventListener('DOMContentLoaded', function() {
window.YS.ysSession
.then(function() {
window.YS.activeFeatures.then(d=>{
if(d.data.find(function(e){return e=="read_only_mode"})){
window.uploadPhoto = function(){}
}
})
})
.catch(function() {})
.then(function() {
var hash = encodeURI(location.hash);
if (hash === '#upload') {
uploadPhoto();
} else if (hash === '#my-photos') {
goToMyPhotos();
}
});
// send tealium info
sendTealiumInfo('Your Shot', document.title.slice(0, -32).trim() + ' — National Geographic — YourShot');
});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment