<meta property='fb:app_id' content='403849583055028'/> <script type='text/javascript'>var FACEBOOK_APP_ID = '403849583055028';</script> <!-- */ /*Variable Apply Here*/ body {font: $(body.font);color: $(body.text.color);background: $(body.background);$(body.background.override)} a:link {text-decoration:none;color: $(link.color);} a:visited {text-decoration:none;color: $(link.visited.color);} a:hover {color: $(link.hover.color);} .color {color: $(keycolor);} .border {border-color: $(keycolor);} .bg {background-color: $(keycolor);} .header-bg {background-color:$(header.background.color);} .wrapper {background-color:$(content.background.color);max-width: 100%;margin: auto;} .post-body {font: $(post.body.font);} .main-menu {border-top: 1px solid $(keycolor);} .main-menu ul.sub-menu li:hover > a {border-left: 2px solid $(keycolor);} .main-menu .menu-item-mega > .menu-item-inner > .sub-menu > li li:hover a {border-left: 1px solid $(keycolor);} .main-menu ul.sub-menu li:hover > a, .main-menu .menu-item-mega > .menu-item-inner > .sub-menu, .main-menu .menu-item-mega > .menu-item-inner > .sub-menu > li li:hover a {border-color: $(keycolor)!important;} .header-social-icons ul li a:hover {color: $(keycolor);} .feed-widget-header .widget-title {font: $(feedwid.title.font);} .slider-item .item-readmore:hover {background: $(keycolor)} .owl-dot.active {background: $(keycolor);} #sidebar .widget > h2, #sidebar .feed-widget-header, #sidebar .feed-widget-header h2 {font: $(sidewid.title.font);} #sidebar .widget.FollowByEmail .follow-by-email-submit {background: $(keycolor);} #footer .widget.social_icons li a:hover {color: $(keycolor);} #footer .FollowByEmail .follow-by-email-submit {background: $(keycolor);} a.comments-title.active {border-bottom: 2px solid $(content.background.color)!important;} h1.post-title {font: $(post.title.font);} .feed.widget .feed-widget-header {border-color: $(keycolor);} .feed.widget.box-title h2.widget-title {background: $(keycolor);} .social_counter {color: $(keycolor)} .social_counter .button {background: $(keycolor)} .main-menu {background: $(menubackground);} .main-menu ul.menu > li > a {color: $(menucolor);font: $(menufont);} .main-menu ul.menu > li:hover > a {color: $(menucolorhover);background: $(menubackgroundhover);} .main-menu ul.sub-menu, .main-menu .menu-item-mega-label .menu-item-inner { background: $(menusubbackground); } .main-menu ul.sub-menu a { color: $(menusubcolor); } .main-menu ul.sub-menu li:hover > a { color: $(menusubcolorhover); } .main-menu ul.menu > li.menu-item-current > a {background: $(menucurbackground); color: $(menucurcolor)!important;} .feed.widget .thumbnail { background: $(blockitembghv)!important; } .mobile-menu .menu { border-top: 1px solid $(keycolor); } /*MAIN LAYOUT*/ .wrapper { padding: 20px 20px 30px 20px; max-width: 100%; width: /*-var-wrapper-width-start*/1100px/*-var-wrapper-width-end*/; box-sizing: border-box; } #content { float: left; /*-var-content-width-start-*/width: 68.68%;/*-var-content-width-end-*/ } #sidebar { float: right; /*-var-sidebar-width-start-*/width: 28.31%;/*-var-sidebar-width-end-*/ } /*amp*/ amp-img, amp-youtube, amp-iframe, noscript.amp { display: none!important; } ]]> --> </head> <div class='wrapper homeindex white-post-inner'>

<amp-ad data-ad-client="ca-pub-1234567891234567" data-ad-slot="1234567890" layout="fixed-height" height=100 type="adsense"></amp-ad>

COMMENTS

':"vimeo"===g.type&&(c=''),f.addClass("owl-video-playing"),this._playing=f,d=a('
'+c+"
"),e.after(d)},d.prototype.isInFullScreen=function(){var d=c.fullscreenElement||c.mozFullScreenElement||c.webkitFullscreenElement;return d&&a(d).parent().hasClass("owl-video-frame")&&(this._core.speed(0),this._fullscreen=!0),d&&this._fullscreen&&this._playing?!1:this._fullscreen?(this._fullscreen=!1,!1):this._playing&&this._core.state.orientation!==b.orientation?(this._core.state.orientation=b.orientation,!1):!0},d.prototype.destroy=function(){var a,b;this._core.$element.off("click.owl.video");for(a in this._handlers)this._core.$element.off(a,this._handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.Video=d}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this.core=b,this.core.options=a.extend({},e.Defaults,this.core.options),this.swapping=!0,this.previous=d,this.next=d,this.handlers={"change.owl.carousel":a.proxy(function(a){"position"==a.property.name&&(this.previous=this.core.current(),this.next=a.property.value)},this),"drag.owl.carousel dragged.owl.carousel translated.owl.carousel":a.proxy(function(a){this.swapping="translated"==a.type},this),"translate.owl.carousel":a.proxy(function(){this.swapping&&(this.core.options.animateOut||this.core.options.animateIn)&&this.swap()},this)},this.core.$element.on(this.handlers)};e.Defaults={animateOut:!1,animateIn:!1},e.prototype.swap=function(){if(1===this.core.settings.items&&this.core.support3d){this.core.speed(0);var b,c=a.proxy(this.clear,this),d=this.core.$stage.children().eq(this.previous),e=this.core.$stage.children().eq(this.next),f=this.core.settings.animateIn,g=this.core.settings.animateOut;this.core.current()!==this.previous&&(g&&(b=this.core.coordinates(this.previous)-this.core.coordinates(this.next),d.css({left:b+"px"}).addClass("animated owl-animated-out").addClass(g).one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend",c)),f&&e.addClass("animated owl-animated-in").addClass(f).one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend",c))}},e.prototype.clear=function(b){a(b.target).css({left:""}).removeClass("animated owl-animated-out owl-animated-in").removeClass(this.core.settings.animateIn).removeClass(this.core.settings.animateOut),this.core.transitionEnd()},e.prototype.destroy=function(){var a,b;for(a in this.handlers)this.core.$element.off(a,this.handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.Animate=e}(window.Zepto||window.jQuery,window,document),function(a,b,c){var d=function(b){this.core=b,this.core.options=a.extend({},d.Defaults,this.core.options),this.handlers={"translated.owl.carousel refreshed.owl.carousel":a.proxy(function(){this.autoplay() },this),"play.owl.autoplay":a.proxy(function(a,b,c){this.play(b,c)},this),"stop.owl.autoplay":a.proxy(function(){this.stop()},this),"mouseover.owl.autoplay":a.proxy(function(){this.core.settings.autoplayHoverPause&&this.pause()},this),"mouseleave.owl.autoplay":a.proxy(function(){this.core.settings.autoplayHoverPause&&this.autoplay()},this)},this.core.$element.on(this.handlers)};d.Defaults={autoplay:!1,autoplayTimeout:5e3,autoplayHoverPause:!1,autoplaySpeed:!1},d.prototype.autoplay=function(){this.core.settings.autoplay&&!this.core.state.videoPlay?(b.clearInterval(this.interval),this.interval=b.setInterval(a.proxy(function(){this.play()},this),this.core.settings.autoplayTimeout)):b.clearInterval(this.interval)},d.prototype.play=function(){return c.hidden===!0||this.core.state.isTouch||this.core.state.isScrolling||this.core.state.isSwiping||this.core.state.inMotion?void 0:this.core.settings.autoplay===!1?void b.clearInterval(this.interval):void this.core.next(this.core.settings.autoplaySpeed)},d.prototype.stop=function(){b.clearInterval(this.interval)},d.prototype.pause=function(){b.clearInterval(this.interval)},d.prototype.destroy=function(){var a,c;b.clearInterval(this.interval);for(a in this.handlers)this.core.$element.off(a,this.handlers[a]);for(c in Object.getOwnPropertyNames(this))"function"!=typeof this[c]&&(this[c]=null)},a.fn.owlCarousel.Constructor.Plugins.autoplay=d}(window.Zepto||window.jQuery,window,document),function(a){"use strict";var b=function(c){this._core=c,this._initialized=!1,this._pages=[],this._controls={},this._templates=[],this.$element=this._core.$element,this._overrides={next:this._core.next,prev:this._core.prev,to:this._core.to},this._handlers={"prepared.owl.carousel":a.proxy(function(b){this._core.settings.dotsData&&this._templates.push(a(b.content).find("[data-dot]").andSelf("[data-dot]").attr("data-dot"))},this),"add.owl.carousel":a.proxy(function(b){this._core.settings.dotsData&&this._templates.splice(b.position,0,a(b.content).find("[data-dot]").andSelf("[data-dot]").attr("data-dot"))},this),"remove.owl.carousel prepared.owl.carousel":a.proxy(function(a){this._core.settings.dotsData&&this._templates.splice(a.position,1)},this),"change.owl.carousel":a.proxy(function(a){if("position"==a.property.name&&!this._core.state.revert&&!this._core.settings.loop&&this._core.settings.navRewind){var b=this._core.current(),c=this._core.maximum(),d=this._core.minimum();a.data=a.property.value>c?b>=c?d:c:a.property.value").addClass(d.dotClass).append(a("")).prop("outerHTML")]),d.navContainer&&d.dotsContainer||(this._controls.$container=a("
").addClass(d.controlsClass).appendTo(this.$element)),this._controls.$indicators=d.dotsContainer?a(d.dotsContainer):a("
").hide().addClass(d.dotsClass).appendTo(this._controls.$container),this._controls.$indicators.on("click","div",a.proxy(function(b){var c=a(b.target).parent().is(this._controls.$indicators)?a(b.target).index():a(b.target).parent().index();b.preventDefault(),this.to(c,d.dotsSpeed)},this)),b=d.navContainer?a(d.navContainer):a("
").addClass(d.navContainerClass).prependTo(this._controls.$container),this._controls.$next=a("<"+d.navElement+">"),this._controls.$previous=this._controls.$next.clone(),this._controls.$previous.addClass(d.navClass[0]).html(d.navText[0]).hide().prependTo(b).on("click",a.proxy(function(){this.prev(d.navSpeed)},this)),this._controls.$next.addClass(d.navClass[1]).html(d.navText[1]).hide().appendTo(b).on("click",a.proxy(function(){this.next(d.navSpeed)},this));for(c in this._overrides)this._core[c]=a.proxy(this[c],this)},b.prototype.destroy=function(){var a,b,c,d;for(a in this._handlers)this.$element.off(a,this._handlers[a]);for(b in this._controls)this._controls[b].remove();for(d in this.overides)this._core[d]=this._overrides[d];for(c in Object.getOwnPropertyNames(this))"function"!=typeof this[c]&&(this[c]=null)},b.prototype.update=function(){var a,b,c,d=this._core.settings,e=this._core.clones().length/2,f=e+this._core.items().length,g=d.center||d.autoWidth||d.dotData?1:d.dotsEach||d.items;if("page"!==d.slideBy&&(d.slideBy=Math.min(d.slideBy,d.items)),d.dots||"page"==d.slideBy)for(this._pages=[],a=e,b=0,c=0;f>a;a++)(b>=g||0===b)&&(this._pages.push({start:a-e,end:a-e+g-1}),b=0,++c),b+=this._core.mergers(this._core.relative(a))},b.prototype.draw=function(){var b,c,d="",e=this._core.settings,f=(this._core.$stage.children(),this._core.relative(this._core.current()));if(!e.nav||e.loop||e.navRewind||(this._controls.$previous.toggleClass("disabled",0>=f),this._controls.$next.toggleClass("disabled",f>=this._core.maximum())),this._controls.$previous.toggle(e.nav),this._controls.$next.toggle(e.nav),e.dots){if(b=this._pages.length-this._controls.$indicators.children().length,e.dotData&&0!==b){for(c=0;c0?(d=new Array(b+1).join(this._templates[0]),this._controls.$indicators.append(d)):0>b&&this._controls.$indicators.children().slice(b).remove();this._controls.$indicators.find(".active").removeClass("active"),this._controls.$indicators.children().eq(a.inArray(this.current(),this._pages)).addClass("active")}this._controls.$indicators.toggle(e.dots)},b.prototype.onTrigger=function(b){var c=this._core.settings;b.page={index:a.inArray(this.current(),this._pages),count:this._pages.length,size:c&&(c.center||c.autoWidth||c.dotData?1:c.dotsEach||c.items)}},b.prototype.current=function(){var b=this._core.relative(this._core.current());return a.grep(this._pages,function(a){return a.start<=b&&a.end>=b}).pop()},b.prototype.getPosition=function(b){var c,d,e=this._core.settings;return"page"==e.slideBy?(c=a.inArray(this.current(),this._pages),d=this._pages.length,b?++c:--c,c=this._pages[(c%d+d)%d].start):(c=this._core.relative(this._core.current()),d=this._core.items().length,b?c+=e.slideBy:c-=e.slideBy),c},b.prototype.next=function(b){a.proxy(this._overrides.to,this._core)(this.getPosition(!0),b)},b.prototype.prev=function(b){a.proxy(this._overrides.to,this._core)(this.getPosition(!1),b)},b.prototype.to=function(b,c,d){var e;d?a.proxy(this._overrides.to,this._core)(b,c):(e=this._pages.length,a.proxy(this._overrides.to,this._core)(this._pages[(b%e+e)%e].start,c))},a.fn.owlCarousel.Constructor.Plugins.Navigation=b}(window.Zepto||window.jQuery,window,document),function(a,b){"use strict";var c=function(d){this._core=d,this._hashes={},this.$element=this._core.$element,this._handlers={"initialized.owl.carousel":a.proxy(function(){"URLHash"==this._core.settings.startPosition&&a(b).trigger("hashchange.owl.navigation")},this),"prepared.owl.carousel":a.proxy(function(b){var c=a(b.content).find("[data-hash]").andSelf("[data-hash]").attr("data-hash");this._hashes[c]=b.content},this)},this._core.options=a.extend({},c.Defaults,this._core.options),this.$element.on(this._handlers),a(b).on("hashchange.owl.navigation",a.proxy(function(){var a=b.location.hash.substring(1),c=this._core.$stage.children(),d=this._hashes[a]&&c.index(this._hashes[a])||0;return a?void this._core.to(d,!1,!0):!1},this))};c.Defaults={URLhashListener:!1},c.prototype.destroy=function(){var c,d;a(b).off("hashchange.owl.navigation");for(c in this._handlers)this._core.$element.off(c,this._handlers[c]);for(d in Object.getOwnPropertyNames(this))"function"!=typeof this[d]&&(this[d]=null)},a.fn.owlCarousel.Constructor.Plugins.Hash=c}(window.Zepto||window.jQuery,window,document); _s7FuH = ['.is-firefox','.is-firefox','display','none','
','##','penguin','putnam','cry','poop','upset','grumpy','heart','shark','devil','angel','glasses','kiki','squint','confused','confused_rev','robot','like','smile','big_smile','frown','tongue','grin','gasp','wink','sunglasses','unsure','kiss','pacman','colonthree','#HTML3','#HTML13','#HTML23','undefined','undefined','false','hide','none','no','0','undefined','undefined','array','object','object','array','array','object','string','/search/label/','?','#','/','html, body',"mouseup",'#039',"'",'"','"','>','>','<','<','&','&','','.','//','http',':','cookie','; expires=','; path=/',"=",'test','ok','',";","=","=","",'',"undefined",'','','youtube','youtu.be','','/embed/','youtu.be/','/videos/','/v/','?v=','&v=','#','/','?','&','.','youtube','youtu.be','','list=','#','/','?','&','.','vimeo','','vimeo.com/','/video/','#','/','?','&','.','fa ','','<','','>','','fa-','fa-','"',"'",'','!','%21','(','%28',')','%29','\'','%27','~','%7E','/search/label/','/search/label/','body.item','/b/','body.archive','updated-min','/search?','q','/search/label/','body.index','body.static_page','body.error_page','html[dir="rtl"]','.item-control','.item-control','display','none','/search/label/','/search/label/','.post-ads',':empty','.post-body','wide-right','.post-ads','script','iframe','<','.post-ads','visibility','visible','visibility','hidden','.post-body','wide-right','.post-ads','.post-ads','visibility','visible','&','=','m=1','#global-blogger-data .languageDirection','#global-blogger-data .pageType','#global-blogger-data .pageTitle','#global-blogger-data .pageName','#global-blogger-data .metaDescription','#global-blogger-data .postImageUrl','#global-blogger-data .postImageThumbnailUrl','#global-blogger-data .title','#global-blogger-data .url','#global-blogger-data .homepageUrl','#global-blogger-data .canonicalHomepageUrl','#global-blogger-data .canonicalUrl','#global-blogger-data .enabledCommentProfileImages','#global-blogger-data .blogId','.post-id','data-id','.blogger-comments-title','data-comment_number','#global-blogger-data .encoding','/','#magone-labels',',','/search/label/','.post-label-data','data-href','/feeds','zx','https://www.blogger.com/feeds/','www.','','http://','','https://','','undefined','undefined','.item-thumbnail','.special','special','.item-thumbnail-resize-landscape','item-thumbnail-resize-landscape','item-thumbnail-resize-portrait','bottom','0','top','-','px','bottom','auto','.item-thumbnail-resize-portrait','item-thumbnail-resize-portrait','item-thumbnail-resize-landscape','.item-thumbnail-resize-portrait','bottom','auto','top','src','w','src','optimized','optimizing','object','.item-thumbnail img','undefined','.optimizing','optimizing','.item-thumbnail','','src','/s72-c/','youtube.com','/default.','/default.','/hqdefault.','src','optimized','undefined','load','.blogspot.com','.googleusercontent.com','undefined','undefined','x','x','w','w','','w','','h','h','','h','','/','.googleusercontent.com','=','-c','s','h','w','-','c','','s','','h','','w','','','s','h','w','s','w','h','w','-','h','-c','','\u003cimg ','src\u003d\"','\"','src\u003d\'','\'','','data-thumbnail-src\u003d\"','\"','','\u003ciframe ','src\u003d\"','\"','http:','','https:','','//www.youtube.com/watch?v=','','//www.youtube.com/embed/','','?','?','&','&','http://img.youtube.com/vi/','/hqdefault.jpg','undefined','undefined','feed','responseText','({"version":','({"version":','}});','}});','undefined','undefined','undefined','undefined','undefined','http://lorempixel.com/640/300/','\u003cimg ','blog-','.comments','','category','','title','','subtitle','Anonymous','','http://img1.blogblog.com/img/anon36.png','name','uri','gd$image','http://img1.blogblog.com/img/blank.gif','entry','post-','','published','category','','title','','content','','summary','','','','...','','','comments','link','alternate','replies','related','/comments/default/','Anonymous','','http://img1.blogblog.com/img/anon36.png','name','uri','gd$image','http://img1.blogblog.com/img/blank.gif','','media$thumbnail','','standard','youtube.com/embed','youtube-nocookie.com/embed/','player.vimeo.com','dailymotion.com/embed','video','image','soundcloud.com/player','audio','thr$total',' ','','','','','thr$in-reply-to','thr$in-reply-to','thr$in-reply-to','/default/','/summary/','?alt=json-in-script','','','','gd$extendedProperty','blogger.itemClass','blogger.displayTime','pid-','','$','/fa-','/fa-','/','','_','under-title','[',']','box-title','|','head-title','','','#content-section-after-post','none','#content-section-after-post','#content-section-after-post','.after-post-content-','.cloud-label-widget-content .label-size','bg','.cloud-label-widget-content .label-size .label-count','(','',')','','.widget','opacity','1','.widget > h2','\n','','class','widget ','',' ','','$','=','.PopularPosts','$','id','id','=','=','popularposts','one','misc','.','/','-','.','/','-','image','.widget-content','img','src','.caption','a','href','linklist','pagelist','ul li a','href','label','.widget-item-control','[dir]','popularposts','li','a','href','','','popularposts','.item-title','a','a','img','src','.item-snippet','columns','columns','columns','count','count','height','buttons','buttons','dots','title','meta','meta','author','author','comment','comment','comment','date','speed','readmore','readmore','snippet','snippet','snippet','desc','desc','desc','cate','cate','cate','cate','cate','cate','cate','cate','cate','viewall','index','index','pages','pages','pages','pages','pages','pages','pages','pages','pages','icon','icon','icon','color','color','color','color','tbg','tbg','source','source','space','space','spac','host','host','topic','topic','topic','topic','','tab','tab','','-','','','misc','tab','0','no','none','no-spacing','tab','tab','','social_icons','linklist','<','>','title','-square','','','i','class','fa-','fa-',' ',' ','title','target','_blank','social_counter','linklist','','|','|','Followers','Follow','undefined','undefined','','','','','fa ','','fa-','','class="','','"','',' ','','-','
','.widget-content','image_list','image','image_list','image','misc','html','popularposts','feed','.widget-content','feed-widget-content widget-content-','id','widget-content-','label','misc','data-i','feed pending','
','#PageList1','
','#PageList1','.mobile-menu .menu-item','data-icon','undefined','fa-','fa-','> a',' ','.menu-item-has-children','','','.mobile-menu .menu-item-has-children > a','href','undefined','.expanded','collapsed','expanded','> .sub-menu','collapsed','expanded','> .sub-menu','.mobile-menu .menu-item .expand','collapsed','expanded','> .sub-menu','.mobile-menu .menu-item .collapse','collapsed','expanded','> .sub-menu','#PageList1 > ul','id','menu-header-section','#PageList1 li','data-icon','undefined','fa-','fa-','> a',' ','> ul','> ul','','> a',' ','','#PageList1 div.menu-item-inner','#PageList1 > ul > li','data-enable_mega','true','menu-item-mega','.menu-item-type-label','> a','href','data-slug','menu-item-mega-label','> .menu-item-inner','','menu-item-mega-link','#PageList1 li a','href','current','menu-item-current','#PageList1','menu pagelist main-menu no-title',' _____THIS_IS_TAG_HOLDER_____','_____ ',' _____THIS_IS_MEDIA_HOLDER_____','_____ ','<','>','youtube','youtu.be','','vimeo','','comment-image','','','','.blogger-comments-holder','
    ','.noNewComments','undefined','li.comment-','li.comment-','data-level','
  • ','','img1.blogblog.com/img/blank.gif','commenter-avatar','','','','','
    ','
    ','','','','',' ','','
    ','
    ','
    ','','
    ','
    ','
  • ','ul.sub-comments-of-','li.comment-','li.comment-','
      ','ul.main-comments','ul.sub-comments-of-','ul.main-comments','click','.comment-reply-add','data-parentid','#comment-editor','src','.comment-editor-src','data-src','&parentID=','.comment-form-wrapper','.comment-form-holder-','.comment-reply-cancel','comment-reply-add','comment-reply-cancel','','Reply',' ','comment-reply-cancel','comment-reply-add','','Cancel reply',' ','click','.comment-reply-cancel','#comment-editor','src','.comment-editor-src','data-src','.comment-form-wrapper','.comment-form-add-new','comment-reply-add','comment-reply-cancel','','Reply',' ','.comment-date','data-timestamp','showComment=','#c','undefined','undefined','item-control blog-admin ',"jsonp",'.blogger-comments-default-pagination','.','-comment-counter','disqus','script','text/javascript','//','.disqus.com/count.js','HEAD','BODY','#comment-','disqus','fb_comment_id','facebook','.blogger-comments-holder','/','/comments/default?alt=json-in-script&max-results=','&start-index=','#comments','.comments','.','-comments','.comments','active','.','-comments','active','.comments.active .comments-title','active','#comments-title-tabs','.comments .comments-title','#comments-title-tabs','#comments-title-tabs .comments-title','comments-title-tab','#comments-title-tabs a.active','active','.comments.active','active','#comments-title-tabs a.','-comments-title','active','.','-comments','active','#comments-title-tabs a','.active','#comments-title-tabs a.active, .comments.active','active','active','data-target','active','always-before','always-after','selected-before','selected-after','.post-body-inner img','src','title','[feature]','selected-before','selected-after','always-before','always-after','src','h1.post-title','
      ','a','table.tr-caption-container','div.separator[style!=""]','-before','.post .post-header','.post .post-header','.post-feature-image-wrapper img','title','alt','.post-body img','style','a','style','margin-left','style','margin-right','margin-left','margin-right','float','none','margin-left','','margin-right','','.post-breadcrumb','','','','','','Home','','.post-title','.post-body h2','strike','','','.post-sub-title-wrapper','','.post-body h3','strike','

      ','

      ','.post-break-links','/posts/default/-/','?max-results=','&start-index=','&alt=json-in-script','','
      ','
      ','.post-break-links',"jsonp",'.post-body-inner','[contact]','[contact]','
      ','[full_width]','[full_width]','','[sidebar_left]','[sidebar_left]','','[sidebar_right]','[sidebar_right]','','[post_ads]','none','[post_ads]','','[post_ads]','
      ','[post_ads_2]','none','[post_ads_2]','','[post_ads_2]','
      ','#ContactForm1','.post-body-inner .blogger-contact-form','br_tag','.post-body-inner br','.inner-post-ads','
      ','.inner-post-ads-2','
      ','.inner-post-ads',':empty','.inner-post-ads','visibility','hidden','.inner-post-ads','visibility','visible','.inner-post-ads-2',':empty','.inner-post-ads-2','visibility','hidden','.inner-post-ads-2','visibility','visible','.post-body-inner','magone-lock-start','magone-lock-end','','','[lock]','[/lock]','[lock]','[/lock]','unlocked-','unlocked','','','.post-body-inner .','.post-body-inner','.post-body-inner .','.post-body-inner','

      ','THIS CONTENT IS PREMIUM','

      ','Please share to unlock','

      ','
      ',"https://platform.twitter.com/widgets.js","script","twitter-wjs",'click',"unlock_content",'tweet',"unlock_content",'retweet',"unlock_content",'like',"unlock_content",'follow',"unlock_content",'unlock_content','undefined','.post-body-inner','.locked-content','undefined','unlocked-','unlocked','.post-page.active','active','.post-page-button-number.active','active','.post-page-button-','active','.post-page-','active','.post-page-button-prev','active','href','#post-page-number-','.post-page-button-next','active','href','#post-page-number-','.post-page-button-prev','active','href','#post-page-number-1','.post-page-button-next','active','href','#post-page-number-2','.post-page-button-prev','active','href','#post-page-number-','.post-page-button-next','active','href','#post-page-number-','.post-body-inner','','[next]','[next]','.post-pagination','.post-body-inner .magone-next-page','.post-body-inner','','','post-page post-page-','post-page-button post-page-button-number post-page-button-',' active',' active','
      ','
      ','','','
      ','

      ','PAGES','

      ','','','','View All','','
      ','#post-page-full','.post-page','active','.post-pagination','#post-page-number-','#post-page-number-','','.post-page-button','.active','href','#','.post-page-button-next','data-max','.post-page-button-number.active','data-id','.post-page-button-number','data-id','.post-page-button-view-all','.post-page','active','.post-page-buttons','.post-body','.post-page-button-next','.post-page-button-prev','.post-body','.post-body-inner a','[',']','[','',']','button','.post-body-inner .button','[style*="background-color"]','background-color','background-color','[style*="background-color"]','background-color','background-color','background-color','','[style*="font-size"]','font-size','font-size','[style*="color:"]','color','color','','.post-body-inner .button','','.post-body-inner span','style','undefined','font-size','x-large','strike','dropcap color firstcharacter','font-size','','.post-body-inner strike','span','span','style','undefined','font-size','x-large','dropcap color firstcharacter','font-size','','dropcap-wrapper','.post-body-inner blockquote','[',']','[','',']','
      ','
      ','.post-body-inner .code-box','id','pre-','
      ','execCommand','','Copy All Code',' ','getSelection','createTextRange','','Select All Code',' ','
      ','#pre-','.pre-header .select-all','data-id','pre-','.pre-header .copy-all','.copy-all-message','data-id','pre-','','',"Copy",'All codes were copied to your clipboard','success','Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy','error','
      ','
      ','.copy-all-message','.success','.post-body-inner blockquote','
      ','
      ','','-','ul','li','li','li','','li','','tab','vtab','accordion','col','message','
    • ','
    • ','
        ','
      ','
      ','
      ','

      ','','','

      ','
      ','
      ','
      ','
      ','
      ','
      ','
      ','
      ','
      ','.post-body-inner ul','li','[',']','[','',']','','.shortcode-tab','.shortcode-vtab','.shortcode-accordion','head',' ", "end": "", "type": "textarea", "desc": "Custom HTML code (ex: meta) before end of head tag. Your code must be compatible with Blogger syntax." }, "Auto Height Logo": { "start": "", "type": "checkbox", "default": false, "check": true, "uncheck": false, "desc": "Allow template showing your logo as its natural height, instead of 30px" }, "Move Social and Search Icons to Top of Page": { "start": "", "type": "checkbox", "default": false, "check": true, "uncheck": false, "desc": "Move Social Icons and Search Icon from Menu Bar to Top of Page" }, "Hide Social Icons": { "start": "", "type": "checkbox", "default": true, "check": false, "uncheck": true, "desc": "Hide Social Icons from Header Bar" }, "Hide Search Icon": { "start": "", "type": "checkbox", "default": true, "check": false, "uncheck": true, "desc": "Hide Search Icon from Header Bar" }, "Default Post Thumbnail": { "start": "var DEFAULT_POST_THUMBNAIL = '", "end": "';// leave blank to use random images for non-thumbnail posts", "default": "http://lorempixel.com/640/300/", "desc": "The image src that you want to use for non-thumbnail posts. Leave blank to use random images from internet." }, "Thumbnail Rainbow Colors": { "start": "var THUMBNAIL_RAINBOW_COLORS = [", "end": "];// color list for random for rainbow", "default": "'#292484,#DC4225', '#81AF59,#A83279', '#417711,#DC4225', '#E0BE00,#FD340F', '#D38312,#002F4B', '#A83279,#292484', '#002F4B,#417711'", "desc": "The array of colors which will be use to random for rainbow thumbnail background" }, "Disable Scroll Up Button": { "start": "", "type": "checkbox", "default": true, "check": false, "uncheck": true, "desc": "Check this if you want to disable / hide Scroll Up (Jump Top) button" }, "Instant Loading Posts": { "start": "var INSTANT_LOAD = ", "end": "; // instant loading posts without waiting mouse scroll", "type": "checkbox", "default": false, "check": true, "uncheck": false, "desc": "Load all posts without mouse scrolling. Can slow your site speed." }, "Disable Sticky Sidebar": { "start": "var STICKY_SIDEBAR = ", "end": "; // enable / disable sticky sidebar", "type": "checkbox", "default": true, "check": false, "uncheck": true, "desc": "Disable sticky / floating sidebar. Not affect on mobile." }, "Sticky Sidebar Delay": { "start": "var STICKY_SIDEBAR_DELAY = ", "end": "; // delay for sticky sidebar animate", "type": "text", "default": 300, "desc": "Delay for sticky sidebar animate. Input zero to disable animate." }, "Disable Sticky Menu": { "start": "var STICKY_MENU = '", "end": "';// enable / disable sticky menu", "type" : "select", "choice" : { "disable" : "Disable", "up" : "Show When Scrolling up", "down" : "Show When Scrolling down", "always" : "Show Always" }, "default": "up", "desc": "Sticky Menu Style When Scrolling. Not affect on mobile." }, "Centering Menu Items": { "start": "var CENTERING_MENU_ITEMS = ", "end": "; // CENTERING MENU ITEMS", "type": "checkbox", "default": true, "check": true, "uncheck": false, "desc": "Show menu item in center instead of left or right" }, "Archive Page Reload for Content": { "start": "var ARCHIVE_RELOAD_FOR_CONTENT = ", "end": ";// reload instead of using ajax to load content of archive pages", "type": "checkbox", "default": false, "check": true, "uncheck": false, "desc": "Reload archiave page for content when selecting page number instead of using ajax" } }, "Sidebar Manager": { "Home Page Sidebar": { "start": "", "default": "default", "type" : "select", "choice" : { "default" : "Default", "none" : "None", "right" : "Right", "left" : "Left" }, "desc": "Sidebar position and display option for home page" }, "Static Page Sidebar": { "start": "", "default": "default", "type" : "select", "choice" : { "default" : "Default", "none" : "None", "right" : "Right", "left" : "Left" }, "desc": "Sidebar position and display option for static pages" }, "Item Sidebar": { "start": "", "default": "default", "type" : "select", "choice" : { "default" : "Default", "none" : "None", "right" : "Right", "left" : "Left" }, "desc": "Sidebar position and display option for item pages (posts / articles)" }, "Index Sidebar": { "start": "", "default": "default", "type" : "select", "choice" : { "default" : "Default", "none" : "None", "right" : "Right", "left" : "Left" }, "desc": "Sidebar position and display option for index pages (label, search)" }, "Archive Sidebar": { "start": "", "default": "default", "type" : "select", "choice" : { "default" : "Default", "none" : "None", "right" : "Right", "left" : "Left" }, "desc": "Sidebar position and display option for archive pages (month, year)" } }, "Ads Manager": { "Disable Ads in Post": { "start": "", "type" : "checkbox", "default": true, "check": false, "uncheck": true, "desc": "Disable TOP-LEFT ads space in articles, then show excerpt and break links (if have) as wide" }, "Disable Ads in Mobile Post": { "start": "", "type" : "checkbox", "default": true, "check": true, "uncheck": false, "desc": "Disable TOP-LEFT ads space in articles if mobile" }, "Full Width Post Ads": { "start": "", "type" : "checkbox", "default": false, "check": true, "uncheck": false, "desc": "Show TOP-LEFT Post ads full width as post content instead of 336px float on left" }, "Show Inner Post Ads At": { "start": "var SHOW_INNER_POST_ADS_AT = '", "end": "'; // where to show inner post ads", "default": "br_tag", "type" : "select", "choice" : { "shortcode" : "Shortcode", "br_tag" : "4th and 8th br tags", "none" : "Disable all" }, "desc": "Show inner post ads at shortcode or br tags" } }, "Post Content": { "Date Format": { "start": "var DATE_FORMAT = '", "end": "';// global date format string for all javascript", "default": "MMM dd, yyyy", "desc": "You can read about Date - Time Pattern for more information" }, "Feature Images": { "start": "var FEATURE_IMAGES = '", "end": "'; // show FEATURE_IMAGES", "default": "always-before", "type" : "select", "choice" : { "always-before" : "Always Show Before Title", "always-after" : "Always Show After Title", "selected-before" : "Show [feature] Image Only, Before Title", "selected-after" : "Show [feature] Image Only, After Title", "never" : "Never Show Feature Images" }, "desc": "Show / hide feature images" }, "Disable BreadCrumb": { "start": "", "type" : "checkbox", "default": true, "check": false, "uncheck": true, "desc": "Not show breadcrumb in all pages" }, "Max Breadcrumb Depth": { "start": "var MAX_BREADCRUMB_DEPTH = ", "end": ";// number labels will show in breadcrumb", "default": "2", "type" : "select", "choice" : { "1" : "1", "2" : "2", "3" : "3", "4" : "4", "5" : "5" }, "desc": "Number labels will show in breadcrumb, not show if you disabled breadcrumb" }, "Disable SubTitle": { "start": "", "type" : "checkbox", "default": true, "check": false, "uncheck": true, "desc": "Disable subtitle in articles and static pages, then display their content normally" }, "Hide Post Excerpt": { "start": "", "type" : "checkbox", "default": true, "check": false, "uncheck": true, "desc": "Hide post excerpt (description) of articles even you inputed when editing the articles" }, "Do Not Show Snippet as Excerpt": { "start": "", "type" : "checkbox", "default": true, "check": false, "uncheck": true, "desc": "If enabled excerpt, only show excerpt if articles have descriptions. Do not display snippets for missing description articles." }, "Hide Post Break Links": { "start": "", "type" : "checkbox", "default": true, "check": false, "uncheck": true, "desc": "Do not show break links in articles." }, "Number Post Break Links": { "start": "var NUM_BREAK_LINKS = ", "end": ";// number break links inside blog posts after excerpt box", "default": 3, "desc": "Number of break links in articles. Not show if you disabled break links" }, "Disable Post Pagination": { "start": "", "type" : "checkbox", "default": true, "check": false, "uncheck": true, "desc": "Do not split long post into pages, then show content normally, but hide [next] shortcode." }, "Reload Post Pagination When Click": { "start": "var RELOAD_POST_PAGINATION = ", "end": "; // RELOAD_POST_PAGINATION", "type" : "checkbox", "default": false, "check": true, "uncheck": false, "desc": "Reload entire page when users click post pagination instead of instant show" }, "Number Related Posts": { "start": "var NUM_RELATED_POST = ", "end": "; // show number related post, set to 0 to disable", "type" : "number", "default": 2, "desc": "Number related posts. Set to 0 to disable the related post box" }, "Show Next / Previous Buttons in Blog Posts": { "start": "", "type" : "checkbox", "default": false, "check": true, "uncheck": false, "desc": "Show Next / Previous buttons in blog posts above comment list." }, "Enable Share Buttons under Post Titles": { "start": "", "type" : "checkbox", "default": false, "check": true, "uncheck": false, "desc": "You can change default sharing button code here" }, "Sharing Button Code": { "type": "textarea", "start": "", "end": "", "default": "
      ", "desc": "You can change default sharing button code here. Your code must be compatible with Blogger xml syntax" }, "Disable Share URL": { "start": "", "type" : "checkbox", "default": true, "check": false, "uncheck": true, "desc": "Hide the URL under sharing buttons" }, "Show After Post Section": { "start": "var SHOW_AFTER_POST_SECTION = '", "end": "'; // position for after post section, input none to hide, after post or before comment to show", "default": "after-body", "type" : "select", "choice" : { "none" : "Not display", "after-body" : "After Post Body Content", "before-comment" : "Before Comment Section" }, "desc": "Show section after post for add extra widgets after article content" }, "White Background Post Content Inner": { "start": " white-post-inner", "type" : "checkbox", "default": false, "check": true, "uncheck": false, "desc": "Show Post Content Inner as White Background" } }, "Comment Systems": { "Disable Disqus Comments": { "start": "", "type" : "checkbox", "default": true, "check": false, "uncheck": true, "desc": "Hide Disqus comments, other comments system will still work properly" }, "Disable Facebook Comments": { "start": "", "type" : "checkbox", "default": true, "check": false, "uncheck": true, "desc": "Hide Facebook comments, other comments system will still work properly" }, "Disable Blogger Comments": { "start": "", "type" : "checkbox", "default": true, "check": false, "uncheck": true, "desc": "Hide Blogger comments, other comments system will still work properly" }, "Disable Blogger Comments Emoticons": { "start": "var COMMENT_EMOTICONS = ", "end": "; // enable / disable comment emoticon replacer", "type" : "checkbox", "default": true, "check": false, "uncheck": true, "desc": "Disable replacing special characters to emoticons from Blogger comments" }, "Disable Blogger Comments Media Attachment": { "start": "var COMMENT_MEDIA_ATTACH = ", "end": "; // enable / disable comment link to media replacer", "type" : "checkbox", "default": true, "check": false, "uncheck": true, "desc": "Disable replacing URls to media (links, video, images, ... ) from Blogger comments" }, "Primary Comment System": { "start": "var PRIMARY_COMMENT_SYSTEM = '", "end": "'; // change the first priority comment system that you want to show to visitors", "type" : "select", "default": "blogger", "choice" : { "blogger": "Blogger", "facebook" : "Facebook", "disqus" : "Disqus" }, "desc": "Choose the comment system that you want to show to visitor first" }, "Default Comment Avatar": { "start": "var DEFAULT_COMMENT_AVATAR = '", "end": "'; // you can upload avatar some where then replace here for default comment avatar", "type" : "text", "default": "http://img1.blogblog.com/img/anon36.png", "desc": "Image src for non avatar commenters" }, "Max Blogger Reply Depth": { "start": "var MAX_REPLY_DEPTH = ", "end": "; // number reply depth level under a top comment", "type" : "select", "choice" : { "0" : "0", "1" : "1", "2" : "2", "3" : "3", "4" : "4", "5" : "5", "6" : "6", "7" : "7", "8" : "8", "9" : "9", "10" : "10" }, "default": "2", "desc": "If a comment has level higher than this value, it will not show reply button. Select 0 mean not use threaded comment system." }, "Facebook Comment AppID": { "start": "", "end": "", "default" : "403849583055028", "desc": "Input your facebook AppId here for display your own facebook comment form." }, "Disqus Short Name": { "start": "var disqus_shortname = '", "end": "';// disqus custom shortname for moderation", "default" : "magonetemplate", "desc": "In case you want to moderate Disqus comments by yourself, input your Disqus Shortname here." } }, "Search Engine Optimization (SEO)": { "Disable Archive Page Indexed by Bing": { "start": "", "type" : "checkbox", "default": false, "check": true, "uncheck": false, "desc": "Bing will index label, search and other archive regardless robots.txt. Enable htis to prevent if you think it's better for you" }, "Disable Site Title from Item Titles": { "start": "", "type" : "checkbox", "default": false, "check": true, "uncheck": false, "desc": "Check this if you don't want add [ | Your Site Title ] after your post and page titles" } }, "Mobile Template": { "Mobile Sticky Menu": { "start": "var STICKY_MOBILE_MENU = '", "end": "'; // enable / disable sticky mobile menu", "type" : "select", "choice" : { "disable" : "Disable", "up" : "Show When Scrolling up", "down" : "Show When Scrolling down", "always" : "Show Always" }, "default": "up", "desc": "Mobile Sticky Menu When Scrolling." }, "Enable AMP for Mobile": { "start": "", "type" : "checkbox", "default": false, "check": true, "uncheck": false, "desc": "Enable Accelerated Mobile Posts and Pages for Mobile" }, "Enable AMP RESPONSIVE Adsense ADS": { "start": "", "type" : "checkbox", "default": false, "check": true, "uncheck": false, "desc": "You will need provide your Adsense data-ad-client and data-ad-slot in below options. YOUR ADS CODE MUST BE FROM A RESPONSIVE ADS FORMAT" }, "AMP Adsense Data Ad Client ID": { "start": "", "end": "", "default" : "ca-pub-1234567891234567", "desc": "You will see this id in your Adsense code at attribute data-ad-client. It always starts with ca-pub- and usually 16 numbers at end. Ex: ca-pub-1234567891234567" }, "RESPONSIVE AMP Adsense Data Ad Slot ID": { "start": "", "end": "", "default" : "1234567890", "desc": "YOUR ADS MUST BE A RESPONSIVE ADS. You will see this id in your Adsense code at attribute data-ad-slot. It has usually 10 numbers. Ex: 1234567890" } } BLOGGER-TEMPLATE-OPTIONS ]]> ", "end": "", "fields" : { "enable_mega": { "title": "Enable Mega", "desc": "Enable Mega Menu For This Menu Item", "type" : "checkbox", "default": "", "check": true, "uncheck": "", "allow_depth" : [0] }, "icon": { "title": "Menu Icon", "desc": "Check code at FontAwesome Icon Code" } } } BLOGGER-MENU-OPTIONS ]]> --></body>