<head> <data:blog.pageTitle/> <data:blog.pageName/> - <data:blog.title/> Page Not Found - <data:blog.title/> thead > tr > th,.table > tbody > tr > th,.table > tfoot > tr > th,.table > thead > tr > td,.table > tbody > tr > td,.table > tfoot > tr > td{padding:8px;line-height:1.42857143;vertical-align:top} .table > thead > tr > th{background-color:#265359;color:#fff;vertical-align:bottom} .table > thead > tr > th a{color:#fff!important} .table > caption+thead > tr:first-child > th,.table > colgroup+thead > tr:first-child > th,.table > thead:first-child > tr:first-child > th,.table > caption+thead > tr:first-child > td,.table > colgroup+thead > tr:first-child > td,.table > thead:first-child > tr:first-child > td{border-top:0} .table > tbody > tr:nth-of-type(odd){background-color:#f9f9f9} table col[class*="col-"]{position:static;display:table-column;float:none} table td[class*="col-"],table th[class*="col-"]{position:static;display:table-cell;float:none} .table-responsive{min-height:.01%;overflow-x:auto} input[type="text"],input[type="email"]{width:100%;font-size:14px;color:#666;background:#f8f8f8;border:0;padding:10px;margin-bottom:15px;outline:none} textarea{width:100%;font-size:14px;color:#666;background:#f8f8f8;border:0;padding-left:10px;padding-right:10px;margin-bottom:15px} input[type="text"]:focus,input[type="email"]:focus,textarea:focus{background:#ecf0f1} input[type="button"],input[type="submit"],.nubie-btn{background-color:#265359;display:inline-block;padding:7px 10px;margin:0 0 10px 0;vertical-align:middle;font-size:14px;border:none;color:#fff;text-decoration:none;outline:none} .nubie-btn:hover,input[type="button"]:hover,input[type="submit"]:hover{background:#e55a42;color:#fff} .nubie-btn-block{width:100%;display:block;text-align:center} .nubie-btn:active,input[type="button"]:active,input[type="submit"]:active{background:#e55a42;color:#fff} .post-body img,.post-body video,.post-body object {background:#fafafa;max-width:100%} .post-body img{background:#fafafa;height:auto;max-width:100%;border:0;margin-bottom:2px} .post-body a.img,.post-body .separator a {margin-left:0!important;margin-right:0!important;} .post-body blockquote{background:#f3f8f9;margin:0;color:#555;font-weight:400;line-height:20px;position:relative;border-left:5px solid rgba(0,0,0,0.05);padding:20px} .post-body blockquote p{display:inline} .post-body ol,.post-body ul{margin:0 0 0 30px;padding:0;line-height:1.8;list-style:square} .post-body ol{counter-reset:li;list-style:none;padding:0;margin:0;} .post-body ol ol {margin:0 0 0 2em;} .post-body ol li{position:relative;display:block;padding:0;margin:.5em 0 .5em 1.5em} .post-body ol li:before{content:counter(li);counter-increment:li;position:absolute;left:-2.5em;height:2em;width:3em;text-align:center} .post-body p{margin: 1.4em 0;} ]]> </head><!---->
0 -1 false false BEHIND 0
true #ffffff false By true #ffffff true #ffffff TextAndImage #ffffff a la/s false 1x1 true false true 1 false #ffffff false false

<script>window.lazyLoadOptions = { elements_selector: "iframe[data-lazy-src]", data_src: "lazy-src", data_srcset: "lazy-srcset", data_sizes: "lazy-sizes", class_loading: "lazyloading", class_loaded: "lazyloaded", threshold: 300, callback_loaded: function(element) { if ( element.tagName === "IFRAME" && element.dataset.rocketLazyload == "fitvidscompatible" ) { if (element.classList.contains("lazyloaded") ) { if (typeof window.jQuery != "undefined") { if (jQuery.fn.fitVids) { jQuery(element).parent().fitVids(); } } } } }}; window.addEventListener('LazyLoad::Initialized', function (e) { var lazyLoadInstance = e.detail.instance; if (window.MutationObserver) { var observer = new MutationObserver(function(mutations) { var image_count = 0; var iframe_count = 0; var rocketlazy_count = 0; mutations.forEach(function(mutation) { for (i = 0; i < mutation.addedNodes.length; i++) { if (typeof mutation.addedNodes[i].getElementsByTagName !== 'function') { return; } if (typeof mutation.addedNodes[i].getElementsByClassName !== 'function') { return; } images = mutation.addedNodes[i].getElementsByTagName('img'); is_image = mutation.addedNodes[i].tagName == "IMG"; iframes = mutation.addedNodes[i].getElementsByTagName('iframe'); is_iframe = mutation.addedNodes[i].tagName == "IFRAME"; rocket_lazy = mutation.addedNodes[i].getElementsByClassName('rocket-lazyload'); image_count += images.length; iframe_count += iframes.length; rocketlazy_count += rocket_lazy.length; if(is_image){ image_count += 1; } if(is_iframe){ iframe_count += 1; } } } ); if(image_count > 0 || iframe_count > 0 || rocketlazy_count > 0){ lazyLoadInstance.update(); } } ); var b = document.getElementsByTagName("body")[0]; var config = { childList: true, subtree: true }; observer.observe(b, config); } }, false);</script> <script data-no-minify="1" async src="https://cdn.jsdelivr.net/gh/magentagecko/js@main/lazyload.min.js"></script> <script>function lazyLoadThumb(e){var t='<img src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360">',a='<div class="play"></div>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.dataset.query.length?'':'&'+this.dataset.query;e.setAttribute("src",t.replace("ID",this.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.replaceChild(e,this)}document.addEventListener("DOMContentLoaded",function(){var e,t,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),e.onclick=lazyLoadYoutubeIframe,a[t].appendChild(e)});</script> <script> website statistics <!----></body>
website statistics