Khalequzzaman

mSora - Blogger XML

Mar 20th, 2016
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 190.05 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  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. <link href='//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css' rel='stylesheet'/>
  6. <link href='https://fonts.googleapis.com/css?family=Titillium+Web:400,400italic,700' rel='stylesheet' type='text/css'/>
  7. <link href='https://fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css'/>
  8. <meta content='width=device-width, initial-scale=1, maximum-scale=1' name='viewport'/>
  9. <b:include data='blog' name='all-head-content'/>
  10. <title>
  11. <b:if cond='data:blog.pageType == &quot;index&quot;'>
  12. <data:blog.pageTitle/>
  13. <b:else/>
  14. <b:if cond='data:blog.pageType != &quot;error_page&quot;'>
  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 == &quot;index&quot;'>
  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 == &quot;item&quot;'>
  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 != &quot;&quot;'>
  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='Facebook App ID here' property='fb:app_id'/>
  59. <meta content='Facebook Admin ID here' property='fb:admins'/>
  60. <meta content='@username' name='twitter:site'/>
  61. <meta content='@username' name='twitter:creator'/>
  62.  
  63. <script type='text/javascript'>
  64. var blog = document.location.hostname.split(&quot;.&quot;);
  65. if (window.location.href.indexOf(&quot;.blogspot&quot;) &gt; -1) {
  66. if (blog[blog.length - 1] != &quot;com&quot;) {
  67. var ncr = &quot;http://&quot; + blog[0] + &quot;.blogspot.com/ncr&quot;;
  68. window.location.replace(ncr + document.location.pathname);
  69. }
  70. }
  71. </script>
  72.  
  73. <!-- Style CSS -->
  74. <b:skin><![CDATA[
  75. /*-----------------------------------------------
  76. Blogger Template Style
  77. Name: mSora
  78. Author : http://www.soratemplates.com
  79. License: Free Version
  80. -----------------------------------------------*/
  81.  
  82. /* Variable definitions
  83. ====================
  84. <Variable name="keycolor" description="Main Color" type="color" default="#27AE60" value="#27ae60"/>
  85. <Variable name="body.background" description="Background" type="background" color="#f0f0f0" default="$(color) url() repeat scroll top left" value="$(color) url(http://1.bp.blogspot.com/-0bObXH0-WHI/VmnwwA4dQiI/AAAAAAAACVY/NEHl0xoZ58s/s0-r/bg1.png) repeat scroll top left"/>
  86. <Variable name="main.bg" description="Main BG" type="color" default="#333" value="#333333"/>
  87. <Variable name="footer.bg" description="Footer BG" type="color" default="#171717" value="#171717"/>
  88. <Variable name="search.bg" description="Search Input BG" type="color" default="#444" value="#444444"/>
  89. <Variable name="theme.color" description="Theme Color" type="color" default="#27ae60" value="#27ae60"/>
  90. <Variable name="title.color" description="Title Color" type="color" default="#333" value="#333333"/>
  91. <Variable name="link.color" description="Link Color" type="color" default="#27ae60" value="#27ae60"/>
  92. <Variable name="link.hover.color" description="Link Hover Color" type="color" default="#e74c3c" value="#e74c3c"/>
  93. ====================*/
  94.  
  95. /* Reset */
  96. a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,object,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var{padding:0;border:0;outline:0;vertical-align:baseline;background:0 0;margin:0}
  97. ins{text-decoration:underline}
  98. del{text-decoration:line-through}
  99. dl,ul{list-style-position:inside;list-style:none;}
  100. ul li{list-style:none}
  101. caption,th{text-align:center}
  102. img{border:none;position:relative}
  103. .clear{clear:both}
  104. .section,.widget,.widget ul{margin:0;padding:0}
  105.  
  106. /* Body */
  107. body{background:$(body.background);color:$(title.color);font:normal normal 13px Titillium Web;margin:0;padding:0}
  108. a:link,a:visited{color:$(link.color);text-decoration:none;outline:none}
  109. a:hover{color:$(link.hover.color);text-decoration:none;outline:none}
  110. a img{border-width:0}
  111. h1,h2,h3,h4,h5,h6{padding:0;margin:0}
  112. .separator a{clear:none!important;float:none!important;margin-left:0!important;margin-right:0!important}
  113. *{outline:0;transition:all .17s ease;-webkit-transition:all .17s ease;-moz-transition:all .17s ease;-o-transition:all .17s ease}
  114. .fb-page{transition:all .0s ease;-webkit-transition:all .0s ease;-moz-transition:all .0s ease;-o-transition:all .0s ease}
  115. .hreview,.status-msg-wrap,.feed-links,a.quickedit,span.item-control{display: none!important;}
  116. .ad-ab{display: none;}
  117. #navbar-iframe{height:0;visibility:hidden;display:none;}
  118. .feed-links {clear: both;line-height: 2.5em;}
  119.  
  120. /* Typography */
  121. .post-body h1,.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{margin-bottom:15px;color:$(title.color)}
  122. blockquote{font-style:italic;color:#a8a8a8;border-left:5px solid #EEE;margin-left:0;padding:10px 15px}
  123. 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:#a8a8a8}
  124. 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:#a8a8a8}
  125. .widget .post-body ul,.widget .post-body ol{line-height:1.5;font-weight:400}
  126. .widget .post-body li{margin:5px 0;padding:0;line-height:1.5}
  127. .post-body ul li:before{content:"\f105";margin-right:5px;font-family:fontawesome}
  128.  
  129. /* Outer Wrapper */
  130. #outer-wrapper{width:980px;background:#FFF;margin:25px auto;padding:0;text-align:left;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.3);-moz-box-shadow:0 1px 3px rgba(0,0,0,.3);box-shadow:0 1px 3px rgba(0,0,0,.3)}
  131. .row{width:980px}
  132.  
  133. /* Header */
  134. #header-wrapper{height:120px;background:#fff;margin:0;border-top:5px solid $(main.bg)}
  135. #header h1{margin:0;font-size:20px}
  136. #header .description{margin:0;padding:0;font-size:11px}
  137. .the-logo img{max-width:100%;height:auto}
  138. .the-logo{float:left;width:132px;height:50px;margin-top:35px;margin-left:10px;overflow:hidden;padding-left:5px}
  139. .ads-top-728{width:728px;height:90px;float:right;margin-top:15px;margin-right:15px;padding:0}
  140. .ads-top-728 .widget-content{border:0;margin:0;padding:0}
  141. .social-x{background-color:$(main.bg);width:25px;height:120px;padding-left:0;padding-right:0;float:right}
  142. .social-x ul li{display:block;text-align:center;margin-bottom:5px;padding:0;border:0}
  143. .social-x ul li a{font-size:16px;color:#A8ACB0}
  144. .social-x ul li a:hover{color:#fff}
  145. section.social-x{padding:0;margin:0}
  146. .social-x .widget ul{padding:0}
  147. .social-x ul li a:before{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
  148. .social-x .facebook:before,.social-footer .facebook:before{content:"\f230"}
  149. .social-x .twitter:before,.social-footer .twitter:before{content:"\f099"}
  150. .social-x .gplus:before,.social-footer .gplus:before{content:"\f0d4"}
  151. .social-x .rss:before,.social-footer .rss:before{content:"\f09e"}
  152. .social-x .youtube:before,.social-footer .youtube:before{content:"\f167"}
  153. .social-x .skype:before,.social-footer .skype:before{content:"\f17e"}
  154. .social-x .stumbleupon:before,.social-footer .stumbleupon:before{content:"\f1a4"}
  155. .social-x .tumblr:before,.social-footer .tumblr:before{content:"\f173"}
  156. .social-x .vine:before,.social-footer .vine:before{content:"\f1ca"}
  157. .social-x .stack-overflow:before,.social-footer .stack-overflow:before{content:"\f16c"}
  158. .social-x .linkedin:before,.social-footer .linkedin:before{content:"\f0e1"}
  159. .social-x .dribbble:before,.social-footer .dribbble:before{content:"\f17d"}
  160. .social-x .soundcloud:before,.social-footer .soundcloud:before{content:"\f1be"}
  161. .social-x .behance:before,.social-footer .behance:before{content:"\f1b4"}
  162. .social-x .digg:before,.social-footer .digg:before{content:"\f1a6"}
  163. .social-x .instagram:before,.social-footer .instagram:before{content:"\f16d"}
  164. .social-x .pinterest:before,.social-footer .pinterest:before{content:"\f0d2"}
  165. .social-x .delicious:before,.social-footer .delicious:before{content:"\f1a5"}
  166. .social-x .codepen:before,.social-footer .codepen:before{content:"\f1cb"}
  167. .header-search{position:relative;float:right}
  168. .header-search li{list-style:none}
  169. .header-search a.search{background-color:rgba(255,255,255,0.1);cursor:pointer;display:block;height:44px;text-align:center;position:relative;right:0;top:0;width:44px;border-radius:0}
  170. .header-search a.search:hover{background-color:$(theme.color)}
  171. .header-search a.search:before{color:#E4E4E4;content:'\f002';font:normal normal normal 22px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:44px}
  172. .header-search a.active:before,.header-search a.search:hover:before{color:#FFF}
  173. .header-search a.search.active{background-color:$(theme.color);border-left:0;border-radius:0}
  174. .header-search a.search.active form{display:block}
  175. .header-search a.search form{display:none;position:absolute;right:44px;top:0;z-index:2}
  176. .header-search a.search form input{box-shadow:none;height:44px;padding:0 12px;width:160px;background-color:$(search.bg);font-family:inherit;color:#fff;margin-top:0;border-radius:0;border:0;line-height:44px}
  177. #menu-1 .header-search li a{cursor:pointer}
  178.  
  179. /* Menu */
  180. .is-sticky #menu-1{z-index:999999}
  181. #li-home{background-color:rgba(255,255,255,0.1);width:44px;height:44px;float:left}
  182. #li-home:hover{background-color:$(theme.color)}
  183. #li-home li{padding:13px 0 12px!important;float:left;display:inline-block}
  184. #li-home li a{padding:10px 14px!important;color:#fff;font-size:18px!important}
  185. #menu-1,#menu-1 ul,#menu-1 ul li,#menu-1 ul li a{margin:0;padding:0;border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
  186. #menu-1{min-height:44px;background-color:$(main.bg);margin:0}
  187. #menu-1 ul li{float:left;border-right:1px solid rgba(255,255,255,0.1)}
  188. #menu-1 ul li:hover{background-color:$(theme.color)}
  189. #menu-1.align-center ul{font-size:0;text-align:center}
  190. #menu-1.align-center ul li{display:inline-block;float:none}
  191. #menu-1.align-center ul ul{text-align:left}
  192. #menu-1.align-right ul li{float:right}
  193. #menu-1 ul li a{padding:16px 17px;font-size:12px;text-decoration:none;color:#fff;font-weight:700;text-transform:uppercase}
  194. #menu-1 ul li:hover a{color:#fff}
  195. #menu-1 ul li.hasSub a{padding-right:25px}
  196. #menu-1 ul li.hasSub a:after{color:#fff;position:absolute;top:15px;right:10px;display:block;content:"\f107";font-family:FontAwesome;font-weight:400;font-size:15px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
  197. #menu-1 ul ul{position:absolute;left:-9999px;z-index:9999}
  198. #menu-1.align-right ul ul{text-align:right}
  199. #menu-1 ul ul li{border-right:0;height:0}
  200. #menu-1 li:hover ul{left:auto}
  201. #menu-1.align-right li:hover ul{left:auto;right:0}
  202. #menu-1 li:hover ul li{height:35px}
  203. #menu-1 ul ul li a{background-color:$(main.bg);border-bottom:1px solid rgba(255,255,255,0.1);padding:11px 15px;width:170px;font-size:12px;text-transform:capitalize;text-decoration:none;color:#fff;font-weight:400}
  204. #menu-1 ul ul li a:hover{background:$(theme.color)}
  205. #menu-1 ul ul li:last-child a,#menu-1 ul ul li.last-item a{border-bottom:1px solid transparent}
  206. #menu-1 ul ul li:hover a,#menu-1 ul ul li a:hover{color:#fff}
  207. #menu-1 ul li.hasSub ul li a:after{display:none!important}
  208. #menu-1 div.clear{clear:none!important}
  209. #selectnav1{display:none}
  210.  
  211. /* Content Wrapper */
  212. #content-wrapper{background:#fff;box-sizing:border-box;padding:18px;overflow:hidden}
  213. .ads-post h2{display:none}
  214. #ads-blog{display:none}
  215. .home #ads-blog{display:block}
  216. .home #ads-home-468 .widget-content{max-width:468px;max-height:60px;padding:5px;border:1px solid #eee;border-bottom:0}
  217. .item #ads-home-468 .widget-content{max-width:468px;max-height:60px;padding:0;border:0;margin:15px auto 18px}
  218. .ads-post .widget{width:468px;max-height:60px;margin:0 auto 18px!important;padding:0;border:0}
  219.  
  220. /* Post Home */
  221. .index #main-wrapper,.archive #main-wrapper{width:480px;float:left;margin-left:12px;border:0}
  222. .slider-layout .widget-content,.slider-layout h2.title{display:none}
  223. .recent-date:before{content:'\f133';font-family:fontawesome;color:#bbb}
  224. .recent-date{color:#999;font-weight:400;font-size:12px}
  225. .recent-author:before{content:'\f007';font-family:fontawesome;color:#bbb}
  226. .recent-author{color:#999;font-weight:400;font-size:12px}
  227. .slider-layout .widget{border:1px solid #EEE;padding:5px;border-bottom:0}
  228. .recent-title a:hover{text-decoration:underline;color:#FFC000}
  229. .recent-block .recent-thumb{width:100%;height:150px;display:block}
  230. .recent-block ul li{width:33%;display:inline-block;position:relative;padding:0;margin-bottom:2px}
  231. .recent-block .recent-title a{font-weight:700;margin-bottom:5px;display:inline-block}
  232. .owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
  233. .owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y}
  234. .owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px,0px,0px)}
  235. .owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%}
  236. .owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}
  237. .owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer}
  238. .owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}
  239. .grabbing,.grabbing a,.grabbing *{cursor:e-resize!important}
  240. .owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
  241. .owl-prev,.owl-next{width:28px;height:22px;background-color:#fff;text-align:center;line-height:22px;font-size:12px;margin-top:5px;color:#aaa;display:inline-block}
  242. .owl-next:before{font-family:fontawesome}
  243. .owl-prev:before{font-family:fontawesome}
  244. .carousel.recent-block .recent-thumb{height:180px}
  245. .carousel .recent-content{position:absolute;bottom:10px;width:90%;left:5%}
  246. .carousel .recent-content .recent-title a{color:#FFF;font-size:14px}
  247. .carousel .recent-content .recent-date,.carousel .recent-content .recent-author{color:#bbb}
  248. .carousel .recent-thumb:before{content:no-close-quote;position:absolute;bottom:-1px;width:100%;background:url(http://2.bp.blogspot.com/-_IyTmlpHtg8/Vmi5pkn5ZAI/AAAAAAAACVI/G4Kylbm3CDo/s1600-r/gradient.png) repeat-x 0 -1px;opacity:.8}
  249. .carousel li{padding:0;position:relative;overflow:hidden;margin:0 5px;list-style:none}
  250. .owl-carousel{border:1px solid #DDD;padding:5px 0}
  251. .carousel li{background-color:#111}
  252. .slider *{transition:all 0s ease;-webkit-transition:all 0s ease;-moz-transition:all 0s ease;-o-transition:all 0s ease}
  253. .slider li .recent-thumb{transition:all .3s ease-out!important;-webkit-transition:all .3s ease-out!important;-moz-transition:all .3s ease-out!important;-o-transition:all .3s ease-out!important}
  254. .slider li:hover .recent-thumb{-webkit-transform:scale(1.05)!important;-moz-transform:scale(1.05)!important;transform:scale(1.05)!important;transition:all .3s ease-out!important;-webkit-transition:all .3s ease-out!important;-moz-transition:all .3s ease-out!important;-o-transition:all .3s ease-out!important;opacity:.5!important}
  255. .slider .owl-carousel{border:0;padding:0}
  256. .slider .owl-item li{margin:0;padding:0}
  257. .slider.recent-block .recent-thumb{height:250px}
  258. .slider.carousel .recent-content{bottom:20px}
  259. .slider.carousel .recent-content .recent-title a{font-size:22px;margin-bottom:10px}
  260. .slider .recent-des{line-height:22px;font-size:14px;color:#BBB;margin-top:10px;max-width:550px;margin-right:auto;margin-left:auto}
  261. .slider.carousel .recent-thumb:before{opacity:.9;background-size:200px 100%;height:200px}
  262. .slider .owl-controls{position:absolute;top:10px;right:10px}
  263. .slider .owl-prev,.slider .owl-next{height:30px;line-height:30px;width:30px;font-size:14px;opacity:.8;background-color:$(main.bg);color:#FFF;border-radius:2px}
  264. .slider .owl-prev:hover,.slider .owl-next:hover{opacity:.9;background-color:$(theme.color)}
  265. .owl-next:before{content:'\f054';font-family:fontawesome}
  266. .owl-prev:before{content:'\f053';font-family:fontawesome}
  267. .recent-block ul li{float:left;margin-right:.33%}
  268. .recent-date:before{margin-right:5px}
  269. .recent-author:before{margin-right:5px}
  270. .recent-date{margin-left:10px}
  271. .owl-carousel .owl-item{float:left}
  272. .owl-prev,.owl-next{margin-right:5px}
  273. .box-title .owl-controls{float:right}
  274. .carousel .recent-content{left:5%}
  275. .carousel .recent-thumb:before{left:0}
  276. .index .post,.archive .post{display:block;height:auto;overflow:hidden;box-sizing:border-box;margin:0;padding:10px 5px;border:1px solid #eee;border-bottom:0}
  277. .index .post:hover,.archive .post:hover{background:#f9f9f9}
  278. .index .post h2,.archive .post h2{margin:0 0 6px;padding-right:10px;overflow:hidden;display:block}
  279. .index .post h2 a,.archive .post h2 a{font-size:16px;font-weight:700;line-height:1.3em;text-transform:none;text-decoration:none;float:left;color:$(title.color)}
  280. .index .post h2 a:hover,.archive .post h2 a:hover{color:$(theme.color)}
  281. .index #blog-pager,.archive #blog-pager{width:478px;background:#f9f9f9;font-size:11px;float:left;margin:0;padding:0;border:1px solid #eee;border-top:2px solid #eee}
  282. .block-image{float:left;width:130px;height:100px;margin-left:5px;margin-right:15px}
  283. .block-image .thumb{width:100%;height:100px;position:relative;display:block;z-index:2;box-shadow:4px 4px #eee;border-radius:2px;overflow:hidden}
  284. .block-image a{width:100%;height:100px;display:block}
  285. .date-header{color:#a8a8a8;display:block;overflow:hidden;font-size:11px;font-family:'Droid Sans',sans-serif;font-weight:400;line-height:1.3em;margin:0!important;padding:0}
  286. .date-header a{color:#a8a8a8;margin-right:5px}
  287. .resumo{margin-top:5px;color:#4E5860;font-size:12px;line-height:1.3em}
  288. .resumo span{display:block;margin-bottom:8px}
  289.  
  290. /* Internal Post */
  291. .item #main-wrapper,.static_page #main-wrapper{width:616px;float:left;padding:0;word-wrap:break-word;overflow:hidden}
  292. .breadcrumbs .fa-angle-right:before{margin:0 5px}
  293. .breadcrumbs{margin:0;font-size:13px}
  294. .breadcrumbs span a.bhome{color:$(theme.color)}
  295. .breadcrumbs span,.breadcrumbs span a{color:$(title.color)}
  296. .breadcrumbs span a:hover{color:$(theme.color)}
  297. brc{color:#A8A8A8}
  298. .item .post-head,.static_page .post-head{margin:5px 0;position:relative;border-bottom:2px solid #EEE}
  299. .item .post-title,.static_page .post-title{color:$(title.color);display:inline-block;padding-bottom:10px;font-size:25px;line-height:1.33em;font-weight:700;position:relative;top:2px;border-bottom:2px solid $(main.bg)}
  300. .post-meta{color:#A8A8A8;display:block;font-size:13px;font-weight:400;line-height:21px;margin:0;padding:0}
  301. .post-timestamp,.label-head{margin-left:5px}
  302. .post-meta a,.post-meta i{color:#A8A8A8}
  303. .label-head a{padding-left:2px}
  304. .label-head a:hover{color:$(theme.color)}
  305. .item article,.static_page article{margin-top:15px}
  306. .item .post,.static_page .post{padding:0 0 25px}
  307. .post-body{width:100%;font-family:"Droid Sans",sans-serif;font-size:15px;color:#5E5E5E;line-height:1.5em;font-weight:400}
  308. .post-body img{max-width:100%}
  309. .share-box{margin:15px 0 18px;border-bottom:2px solid #EEE;position:relative}
  310. .share-title{display:inline-block;padding-bottom:10px;font-size:13px;font-weight:700;position:relative;top:5px;text-transform:uppercase}
  311. .share-art{float:right;padding:0;padding-top:0;font-size:12px;font-weight:400;text-transform:capitalize}
  312. .share-art a{color:#fff;padding:3px 8px;margin-left:4px;border-radius:2px;display:inline-block;margin-right:0}
  313. .share-art a:hover{color:#fff}
  314. .share-art .fac-art{background:#3b5998}
  315. .share-art .fac-art:hover{background:rgba(49,77,145,0.7)}
  316. .share-art .twi-art{background:#00acee}
  317. .share-art .twi-art:hover{background:rgba(7,190,237,0.7)}
  318. .share-art .goo-art{background:#db4a39}
  319. .share-art .goo-art:hover{background:rgba(221,75,56,0.7)}
  320. .share-art .pin-art{background:#CA2127}
  321. .share-art .pin-art:hover{background:rgba(202,33,39,0.7)}
  322. .share-art .lin-art{background:#0077B5}
  323. .share-art .lin-art:hover{background:rgba(0,119,181,0.7)}
  324. #related-posts{margin-bottom:10px}
  325. .related li{width:31.15%;display:inline-block;height:auto;min-height:184px;float:left;margin-right:18px;position:relative;padding:0;box-sizing:border-box}
  326. .related-thumb{width:100%;height:120px;box-shadow:4px 4px #EEE;border-radius:2px;overflow:hidden}
  327. .related li .related-img{width:100%;height:120px;display:block}
  328. .related-title a{font-size:13px;line-height:1.33em;padding:10px 5px 5px 0;font-weight:400;color:$(title.color);display:block}
  329. .related-title a:hover{color:$(theme.color)}
  330. .related li:nth-of-type(3),.related li:nth-of-type(6),.related li:nth-of-type(9){margin-right:0}
  331. .blogger-tab{display:block}
  332. .comments{clear:both;margin-top:0;margin-bottom:0;color:#010101}
  333. .comments h4{font-size:13px;text-transform:capitalize;font-weight:400;padding:10px 0;margin:0;border-bottom:1px solid #eee}
  334. .comments .comments-content{padding:10px 0}
  335. .comments .comments-content .comment{margin-bottom:0;padding-bottom:8px}
  336. .comments .comments-content .comment:first-child{padding-top:0}
  337. .cmm-tabs .content-tab{background-color:transparent;padding:0}
  338. .cmm-tabs-header{background-color:$(main.bg);height:32px;margin-bottom:0;position:relative}
  339. .cmm-tabs-header h3{display:inline-block;margin:0;color:#E4E4E4;font-weight:700;text-transform:uppercase;font-size:13px;height:32px;line-height:32px;padding-left:10px}
  340. .cmm-tabs-header h3 h9{display:none}
  341. .simpleTab .cmm-tabs-header .wrap-tab{float:right}
  342. .cmm-tabs-header .wrap-tab a{height:auto;line-height:32px;padding:0 10px;font-size:14px;display:inline-block}
  343. .cmm-tabs-header .wrap-tab li{float:left;width:auto}
  344. .facebook-tab,.fb_iframe_widget_fluid span,.fb_iframe_widget iframe{width:100%!important}
  345. .comments .item-control{position:static}
  346. .comments .avatar-image-container{float:left}
  347. .comments .avatar-image-container,.comments .avatar-image-container img{height:35px;max-height:35px;width:35px;max-width:35px;border-radius:2px}
  348. .comments .comment-block{padding:10px;box-shadow:none;border:1px solid #eee;border-radius:2px}
  349. .comments .comment-block,.comments .comments-content .comment-replies{margin-left:47px;margin-top:0}
  350. .comments .comments-content .inline-thread{padding:0}
  351. .comments .comments-content .comment-header{font-size:14px;border-bottom:1px solid #eee;padding:0 0 3px}
  352. .comments .comments-content .user{font-style:normal;font-weight:400}
  353. .comments .comments-content .icon.blog-author{font-weight:400}
  354. .comments .comments-content .comment-content{text-align:justify;font-size:14px;line-height:1.4em}
  355. .comments .comment .comment-actions a{margin-right:5px;padding:2px 5px;color:#010101;font-weight:400;background-color:#f0f0f0;font-size:10px;letter-spacing:1px}
  356. .comments .comment .comment-actions a:hover{color:$(theme.color);text-decoration:none}
  357. .comments .comments-content .datetime{margin-left:0;float:right;font-size:11px}
  358. .comments .comments-content .comment-header a{color:inherit}
  359. .comments .comments-content .comment-header a:hover{color:$(theme.color)}
  360. .comments .comments-content .icon.blog-author:before{content:"\f007";font-size:12px;font-family:FontAwesome}
  361. .comments .thread-toggle{margin-bottom:4px}
  362. .comments .comments-content .comment-thread{margin:4px 0}
  363. .comments .continue a{padding:0;padding-top:10px;padding-left:47px;font-weight:500}
  364. .comments .comments-content .loadmore.loaded{margin:0;padding:0}
  365. .comments .comment-replybox-thread{margin:0}
  366. iframe.blogger-iframe-colorize,iframe.blogger-comment-from-post{max-height:260px!important}
  367. .cmm-tabs.simpleTab .content-tab{background-color:transparent;padding:0;margin-top:0}
  368. .cmm-tabs.simpleTab .wrap-tab li a{text-transform:uppercase;color:#E4E4E4;font-weight:400;background-color:rgba(255,255,255,0.1);height:32px;font-size:10px;letter-spacing:1px}
  369. .cmm-tabs.simpleTab .wrap-tab li a.activeTab{background-color:$(theme.color);color:#fff}
  370. .posts-title h2 a:before{margin-right:10px}
  371. .cmm-tabs.simpleTab .wrap-tab{float:right}
  372. .cmm-tabs.simpleTab .wrap-tab li{padding:0;line-height:0;margin-left:0}
  373. .wrap-tab{list-style:none}
  374. .content-tab{transition:all 0s ease;-webkit-transition:all 0s ease;-moz-transition:all 0s ease;-o-transition:all 0s ease}
  375.  
  376. /* Pagination */
  377. .showpageOf{display:none}
  378. .showpagePoint{padding:5px;margin-left:2px;margin-right:2px;background:transparent;float:left;color:#5b5b5b;font-size:13px;font-weight:400}
  379. .showpageNum a{padding:5px;margin-left:2px;margin-right:2px;background:transparent;float:left;color:#ADADAD;font-size:13px;font-weight:400;text-decoration:none}
  380. .showpage a{padding:5px;margin-left:2px;margin-right:2px;background:transparent;float:left;color:#ADADAD;font-size:13px;font-weight:400;text-decoration:none}
  381. .showpage a:hover{color:#5b5b5b;background:transparent}
  382. .showpageNum a:hover{color:#5b5b5b;background:transparent}
  383. .showpageArea{float:right}
  384. .home-link{display:none}
  385. .post-nav li{padding:0;display:inline-block;width:50%}
  386. .post-nav li strong{display:block;padding:0 0 5px;font-weight:700;letter-spacing:1px;text-transform:uppercase;font-size:13px}
  387. .post-nav li strong i{transition:all 0s ease;-webkit-transition:all 0s ease;-moz-transition:all 0s ease;-o-transition:all 0s ease}
  388. ul.post-nav{background-color:#FFF;border-bottom:2px solid #EEE;border-top:2px solid #EEE;display:block;width:100%;overflow:hidden}
  389. .post-nav li a{color:$(title.color);line-height:1.33;display:block;padding:12px 0;transition:all 0s ease;-webkit-transition:all 0s ease;-moz-transition:all 0s ease;-o-transition:all 0s ease}
  390. .post-nav li:hover a{color:$(theme.color)}
  391. ul.post-nav span{font-weight:400}
  392. .post-nav .previous{float:left;min-height:80px;border-right:2px solid #EEE;box-sizing:border-box;padding-right:10px}
  393. .post-nav .next{text-align:right}
  394. a.blog-pager-newer-link,a.blog-pager-older-link{padding:5px;margin-left:2px;margin-right:2px;background:transparent;color:#ADADAD;font-size:13px;font-weight:400;text-decoration:none}
  395. a.blog-pager-newer-link:hover,a.blog-pager-older-link:hover{color:$(theme.color)}
  396. a.blog-pager-newer-link{float:left}
  397. a.blog-pager-older-link{float:right}
  398.  
  399. /* Sidebar */
  400. .sidebar-left{width:130px;float:left}
  401. .sidebar-right{float:right;width:310px;margin-right:0;border:0}
  402. .sidebara h2{background-color:$(main.bg);margin-top:0;margin-bottom:0;font-size:13px;color:#FFF;font-weight:400;line-height:1;text-transform:capitalize;padding:6px 5px 6px 7px}
  403. .sidebara{font-size:13px}
  404. .sidebara .list-label-widget-content ul{list-style:none;margin:0;padding:0}
  405. .sidebara .list-label-widget-content li{display:block;background:#fff;border:0;border-bottom:1px solid #eee;padding:5px 10px}
  406. .sidebara .list-label-widget-content li:hover{background:#f9f9f9}
  407. .sidebara .list-label-widget-content li a{color:$(title.color);text-decoration:none;font-size:12px;padding:0}
  408. .sidebara .list-label-widget-content li a:hover{color:$(theme.color)}
  409. .sidebara .list-label-widget-content li:last-child{border-bottom:0}
  410. .sidebara .widget-content.list-label-widget-content{padding:0;background:#f9f9f9;border:1px solid #eee;border-top:0}
  411. .sidebara .widget{background:#FFF;border:0 none;margin-top:0;border-radius:0;margin-bottom:10px}
  412. .sidebara .widget-content{padding:0;background:#f9f9f9;border:1px solid #eee;border-top:0}
  413. .sidebara .list-label-widget-content h2{margin-bottom:0!important}
  414. .sidebara .list-label-widget-content ul li span:last-child{float:right;padding-top:3px;color:#909090;font-size:10px}
  415. .sidebara .list-label-widget-content ul li:before{display:none}
  416. .sidebarb h2{background-color:$(main.bg);margin-top:0;margin-bottom:0;font-size:13px;color:#FFF;font-weight:400;line-height:1;text-transform:capitalize;padding:6px 5px 6px 7px}
  417. .sidebarb{font-size:13px}
  418. .sidebarb ul{list-style:none;margin:0;padding:0}
  419. .sidebarb li{line-height:1.4em}
  420. .sidebarb .widget-content{padding:0;background-color:#f9f9f9;border:1px solid #EEE;border-top:0;overflow:hidden}
  421. .sidebarb .widget{background-color:#FFF;border:0;margin-top:0;border-radius:0;margin-bottom:10px}
  422. .sidebarb .widget-content.popular-posts{padding-top:5px}
  423. .sidebara .widget.HTML .widget-content,.sidebarb .widget.HTML .widget-content{padding:4px}
  424. .sidebara .widget.HTML.ideias-widget .widget-content,.sidebarb .widget.HTML.ideias-widget .widget-content{padding:0}
  425. .cloud-label-widget-content{padding:5px!important}
  426. .cloud-label-widget-content span a,.cloud-label-widget-content span span{font-size:13px;color:$(title.color);background-color:rgba(249,249,249,0.7);border:1px solid #EEE;padding:5px 10px;float:left;position:relative;margin:2px;text-transform:capitalize;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}
  427. .cloud-label-widget-content span a:hover,.cloud-label-widget-content span span:hover{color:$(theme.color);border:1px solid #e4e4e4}
  428. .label-size-1,.label-size-2{opacity:100}
  429. .sidebarb .list-label-widget-content li{display:block;padding:4px 10px;border-bottom:1px solid #EEE;position:relative;background-color:#FFF}
  430. .sidebarb .list-label-widget-content li a:before{content:'\203a';position:absolute;left:10px;top:2px;font-size:22px;color:$(title.color)}
  431. .sidebarb .list-label-widget-content li a{color:$(title.color);font-size:12px;padding-left:10px;font-weight:400;text-transform:capitalize}
  432. .sidebarb .list-label-widget-content li a:hover{color:$(theme.color)}
  433. .sidebarb .list-label-widget-content li span:last-child{color:#909090;font-size:10px;float:right}
  434. .sidebarb .list-label-widget-content li:last-child{border-bottom:0}
  435.  
  436. /* Popular */
  437. .PopularPosts img{width:60px;height:55px;padding:0;margin-right:10px;box-shadow:4px 4px #eee;border-radius:2px}
  438. .PopularPosts img:hover{opacity:.8}
  439. .PopularPosts li{display:block;height:55px;padding:8px!important;margin:0!important;border-bottom:1px solid #eee}
  440. .PopularPosts ul li:hover{background:#f9f9f9}
  441. .PopularPosts ul li:first-child{margin-top:-5px!important}
  442. .PopularPosts li:last-child{border-bottom:0!important}
  443. .PopularPosts .item-thumbnail{margin:0}
  444. .PopularPosts .item-title{font-weight:700;font-size:12px}
  445. .PopularPosts .item-title a{color:$(title.color);text-decoration:none;font-size:13px;font-weight:400;line-height:1.2em}
  446. .PopularPosts .item-title a:hover{color:$(theme.color);text-decoration:none}
  447. .roma-widget li{display:block;height:55px;padding:8px!important;margin:0!important;border-bottom:1px solid #EEE}
  448. .roma-widget li:last-child{border-bottom:0}
  449. .roma-widget .wid-thumb{width:60px;height:55px;float:left;margin:0 10px 0 0;overflow:hidden;box-shadow:4px 4px #EEE;border-radius:2px}
  450. .roma-widget .mag-thumb{display:block;width:60px;height:55px;border-radius:2px;padding:0}
  451. .roma-widget .wrp-titulo{font:normal normal 15px;margin:0 0 5px;overflow:hidden}
  452. .roma-widget .wrp-titulo a{color:$(title.color);text-decoration:none;font-size:13px;font-weight:400;line-height:1.2em}
  453. .roma-widget .wrp-titulo a:hover{color:$(theme.color)}
  454. .sidebara .FollowByEmail .widget-content,.sidebarb .FollowByEmail .widget-content{padding:4px}
  455. .FollowByEmail td{width:100%;float:left;padding:0}
  456. .FollowByEmail .follow-by-email-inner .follow-by-email-submit{margin-left:0;width:100%;border-radius:0;height:29px;background-color:$(theme.color);font-size:10px;font-family:inherit;color:#FFF;text-transform:uppercase;letter-spacing:1px;font-weight:700}
  457. .FollowByEmail .follow-by-email-inner .follow-by-email-submit:hover{background-color:$(main.bg);color:#FFF}
  458. .FollowByEmail .follow-by-email-inner .follow-by-email-address{padding-left:10px;height:30px;border:1px solid #EEE;margin-bottom:5px;font:12px Droid Sans;max-width:100%;box-sizing:border-box}
  459. .FollowByEmail .follow-by-email-inner .follow-by-email-address:focus{border:1px solid #EEE}
  460. .FollowByEmail .widget-content:before{content:"Enter your email address to subscribe to this blog and receive notifications of new posts by email.";font-size:12px;color:$(title.color);line-height:1.33em;padding:3px;display:block}
  461. .FollowByEmail table{box-sizing:border-box;padding:0}
  462. .flickr_widget .flickr_badge_image{float:left;margin-bottom:5px;margin-right:10px;overflow:hidden;display:inline-block}
  463. .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}
  464. .flickr_widget .flickr_badge_image img{max-width:67px;height:auto}
  465. .flickr_widget .flickr_badge_image img:hover{opacity:.5}
  466. .sidebara .BlogArchive .widget-content,.sidebarb .BlogArchive .widget-content{padding:4px}
  467. #ArchiveList select{border:1px solid #EEE;border-radius:0;padding:4px;width:100%;cursor:pointer;font:12px Titillium Web,sans-serif}
  468.  
  469. /* Footer */
  470. #footer-wrapper{background-color:$(footer.bg);border-top:4px solid $(theme.color)}
  471. .footer-wrap{margin:0;overflow:hidden;padding:0}
  472. .footer-widget{width:29.955555%;float:left;display:inline-block;margin-left:25px}
  473. .footer-widget .widget{width:100%;padding:15px 0 10px}
  474. .footer-widget .widget-title{text-transform:uppercase;background:url(http://1.bp.blogspot.com/-BTNRLcM4M2U/VjrELV9nVmI/AAAAAAAABpE/47GXZTo7sOA/s1600-r/footer-bg.png) repeat-x center;background-position:right center;margin-bottom:3px;margin-top:0}
  475. .footer-widget h2{font-size:12px;color:#B6B6B6;font-weight:700;text-transform:uppercase;margin-bottom:0;padding:0 0 2px;background-color:$(footer.bg);padding-right:10px;display:inline-block}
  476. .footer-widget ul{padding-left:0}
  477. .footer-widget .PopularPosts li{padding-left:0!important;border-top:1px solid rgba(255,255,255,0.1);border-bottom:0 none}
  478. .footer-widget .PopularPosts img{box-shadow:4px 4px rgba(0,0,0,0.20)}
  479. .footer-widget .PopularPosts .item-title a{line-height:1.5em;color:#DDD}
  480. .footer-widget .PopularPosts ul li:hover{background:transparent none repeat scroll 0 0}
  481. .footer-widget .PopularPosts li:first-child{margin-top:0!important}
  482. .footer-widget .roma-widget li{border-top:1px solid rgba(255,255,255,0.1);padding-left:0!important;border-bottom:0}
  483. .footer-widget .roma-widget li:last-child{border-bottom:0}
  484. .footer-widget .roma-widget .wid-thumb{box-shadow:4px 4px rgba(0,0,0,0.20)}
  485. .footer-widget .roma-widget .wrp-titulo a{color:#DDD}
  486. .footer-widget .PopularPosts .item-title a:hover,.footer-widget .roma-widget .wrp-titulo a:hover{color:#FFF}
  487. .footer-widget .BlogArchive .widget-content{padding-top:5px}
  488. .footer-widget #ArchiveList select{border:0;border-radius:2px;padding:4px;width:100%;cursor:pointer;font:12px Titillium Web,sans-serif;background:rgba(255,255,255,0.1);color:#ddd}
  489. .footer-widget .cloud-label-widget-content span a,.footer-widget .cloud-label-widget-content span span{font-size:13px;color:#ddd;background-color:rgba(255,255,255,0.1);border:0;padding:5px 10px;float:left;position:relative;margin:2px;text-transform:capitalize;border-radius:2px}
  490. .footer-widget .cloud-label-widget-content span a:hover,.footer-widget .cloud-label-widget-content span span:hover{color:#fff;background-color:$(theme.color);border:0}
  491. .footer-widget .FollowByEmail .widget-content:before{color:#DDD}
  492. .footer-widget .FollowByEmail .follow-by-email-inner .follow-by-email-address{border:0;background:rgba(255,255,255,0.2);border-radius:2px;color:#FFF}
  493. .footer-widget .FollowByEmail .follow-by-email-inner .follow-by-email-address:focus{border:0}
  494. .footer-widget .FollowByEmail .follow-by-email-inner .follow-by-email-submit{border-radius:2px;background-color:rgba(255,255,255,0.1);color:#DDD}
  495. .footer-widget .FollowByEmail .follow-by-email-inner .follow-by-email-submit:hover{background-color:$(theme.color);color:#FFF}
  496. .footer-widget .list-label-widget-content li{display:block;padding:4px 0;border-bottom:1px solid rgba(255,255,255,0.1);position:relative;background-color:transparent}
  497. .footer-widget .list-label-widget-content li a:before{content:'\203a';position:absolute;left:0;top:-3px;font-size:22px;color:#DDD}
  498. .footer-widget .list-label-widget-content li a{color:#DDD;font-size:12px;padding-left:10px;font-weight:400;text-transform:capitalize}
  499. .footer-widget .list-label-widget-content li a:hover{color:#FFF}
  500. .footer-widget .list-label-widget-content li span:last-child{color:#909090;font-size:10px;float:right;padding-top:2px}
  501. .footer-widget .list-label-widget-content li:first-child{margin-top:5px;border-top:1px solid rgba(255,255,255,0.1)}
  502. .footer-widget .list-label-widget-content li:last-child{border-bottom:1px solid rgba(255,255,255,0.1)}
  503. #footer-container{background-color:rgba(0,0,0,0.20);overflow:hidden;padding:17px 0 15px;margin:0}
  504. #footer-container-left{float:left;width:45%}
  505. #footer-container-left p{color:#DDD;text-transform:capitalize;font-size:12px;font-weight:400;margin:0;padding-left:15px}
  506. .social-footer{float:right;position:relative;display:block;margin-right:5px}
  507. .social-footer ul{overflow:hidden}
  508. .social-footer ul li{display:block;float:left;margin-right:10px;margin-left:10px}
  509. .social-footer ul li a{display:block;float:left;text-decoration:none;color:#DDD}
  510. .social-footer ul li a:hover{color:$(theme.color)}
  511. .social-footer ul li a:before{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
  512.  
  513. /* 404 Page */
  514. .error_page #main-wrapper{width:100%!important;margin:0!important;}
  515. #errr{margin:60px auto;text-align:center;padding:0;line-height:4em;}
  516. .error_page a.homepage{padding:10px 20px;color:#fff;background-color: $(link.color);border-radius:2px;}
  517. .error_page a.homepage:hover{background-color: $(link.hover.color);}
  518. #errr .error{font-size:20px;text-align:center;font-weight:700;}
  519. #errr .nerrr{font-size:150px;text-align:center;color: $(title.color);font-weight:700;}
  520. #errr .nerrr span.fa{font-size:135px;margin:0 10px;color: $(theme.color);font-weight:700;}
  521. #errr .fa-frown-o:before{content:''}
  522. .error_page .sidebar-left,.error_page .sidebar-right,.error_page .old_new{display:none}
  523. @media only screen and (max-width: 768px) {
  524. #errr{margin:50px auto 50px}
  525. #errr .nerrr{font-size:120px}
  526. #errr .nerrr span.fa{font-size:105px}
  527. #errr p{line-height:2.5em}
  528. }
  529. @media only screen and (max-width: 359px) {
  530. #errr .nerrr{font-size:100px}
  531. #errr .nerrr span.fa {font-size:75px}
  532. }
  533. @media only screen and (max-width: 319px) {
  534. #errr .nerrr{font-size:80px}
  535. #errr span.fa.fa-frown-o{font-size:65px}
  536. #errr p{line-height:2.5em}
  537. }
  538.  
  539. /* Scroll */
  540. #back-to-top{background-color:$(main.bg);color:#fff;padding:6px 10px;border-radius:3px;font-size:12px;line-height:1;text-align:center;transition:all 0s ease;-webkit-transition:all 0s ease;-moz-transition:all 0s ease;-o-transition:all 0s ease}
  541. #back-to-top:hover{background-color:$(theme.color);transition:all .17s ease;-webkit-transition:all .17s ease;-moz-transition:all .17s ease;-o-transition:all .17s ease}
  542. .back-to-top{position:fixed!important;position:absolute;bottom:70px;right:50px;z-index:9999}
  543. .imgani .block-image .thumb a,.imgani .PopularPosts img,.imgani .roma-widget .wid-thumb a,.imgani .related-thumb a{opacity:0;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-webkit-transform:scale(.8);-moz-transform:scale(.8);transform:scale(.8)}
  544. .imgani .anime,.imgani .block-image .thumb a.anime,.imgani .PopularPosts img.anime,.imgani .roma-widget .wid-thumb a.anime,.imgani .related-thumb a.anime{opacity:1;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}
  545.  
  546. ]]></b:skin>
  547.  
  548. <b:template-skin><![CDATA[
  549. body#layout ul,body#layout li{list-style:none;padding:0}
  550. body#layout .section h4{font-family:'Open Sans',sans-serif;margin:2px;color:#31465A}
  551. body#layout .draggable-widget .widget-wrap2{background:#31465A url(https://www.blogger.com/img/widgets/draggable.png) no-repeat 4px 50%!important;cursor:move}
  552. body#layout div.section{background-color:#f8f8f8;border:1px solid #ccc;font-family:sans-serif;margin:0 4px 8px!important;overflow:visible;padding:4px;position:relative;width:auto}
  553. body#layout #option{overflow:hidden;background:#1c303a}
  554. body#layout #option h4{color:#fff;padding:10px 0}
  555. body#layout #option .widget{width:32.45%;float:left}
  556. body#layout #option .widget .widget-content{background:#fff;color:#1c303a;border:1px solid #fff}
  557. body#layout #option .widget .widget-content .editlink{border-color:#22b67e;background-color:#22b67e;color:#fff!important;padding:2px 6px}
  558. body#layout #option .widget .widget-content .editlink:hover{border-color:#e74c3c;background-color:#e74c3c;text-decoration:none}
  559. body#layout .add_widget a{color:#27ae60;text-decoration:none;font-size:12px}
  560. body#layout .editlink{border:1px solid;border-radius:2px;padding:0 2px}
  561. body#layout #header-wrapper{margin:0;height:auto}
  562. body#layout #header{float:left;width:136px;max-width:136px;height:auto}
  563. body#layout .social-x{float:right;height:auto}
  564. body#layout .ads-top-728{float:left;margin:0;width:675px}
  565. body#layout #li-home{display:none}
  566. body#layout #menu-1{background:#27ae60;padding-top:15px;padding-bottom:1px}
  567. body#layout #menu-1:before{content:'Main Menu';font-family:sans-serif;color:#fff;font-size:16px;font-weight:700;margin-top:5px;margin-bottom:15px;display:inline-block}
  568. body#layout #menu-1{clear:both}
  569. body#layout .sidebar-left{float:left;width:168px}
  570. body#layout #main-wrapper{float:left;width:468px}
  571. body#layout #ads-blog{display:block}
  572. body#layout .slider-layout .widget-content,body#layout .slider-layout h2.title{display:block}
  573. body#layout .sidebar-right{margin-top:3px;float:right;width:292px}
  574. body#layout .footer-wrap div.section{float:left;width:31.4555%}
  575. body#layout .footer-wrap{padding-top:0}
  576. body#layout .ad-ab{display:inline-block;background-color:#ea6153;width:460px;float:none;margin-top:0;margin-left:2px;padding-top:10px;clear:both}
  577. body#layout .ad-ab:before{content:'ADS 468x60 - Above Related Posts';font-family:sans-serif;color:#fff;font-size:16px;font-weight:700;margin-top:5px;margin-bottom:15px;display:inline-block}
  578. body#layout .footer-wrap{width:100%;background-color:#f39c12;display:inline-block;padding-top:10px}
  579. body#layout .footer-wrap:before{content:'Footer Sections';font-family:sans-serif;color:#fff;font-size:16px;font-weight:700;margin-top:5px;margin-bottom:15px;display:block}
  580. body#layout .FollowByEmail .widget-content:before,body#layout .header-search{display:none}
  581. ]]></b:template-skin>
  582.  
  583. <style type='text/css'>
  584. /*=====================================
  585. == Responsive Design ==
  586. =====================================*/
  587. @media only screen and (max-width: 1000px) {
  588. #outer-wrapper,.row{width:844px}
  589. .ads-top-728{max-width:468px;max-height:60px;margin-top:30px}
  590. .ads-top-728 .widget img,.ads-top-728 .widget iframe{max-width:468px!important;max-height:60px!important}
  591. .sidebar-left,.back-to-top,.resp_del4,.resp_del5{display:none}
  592. .index #main-wrapper,.archive #main-wrapper{float:left;margin-left:0}
  593. .item #main-wrapper,.static_page #main-wrapper{width:480px}
  594. .related li{width:31%;margin-right:15px}
  595. .footer-widget{width:30%;margin-left:21px}
  596. }
  597.  
  598. @media only screen and (max-width: 870px) {
  599. #outer-wrapper,.row{width:744px}
  600. #menu{overflow:hidden;float:left}
  601. #nav{display:none!important}
  602. #selectnav1{display:block;width:200px}
  603. .selectnav{width:auto;background-color:rgba(255,255,255,0.1);color:#FFF;position:relative;border:0;padding:6px 10px!important;margin:7px 0 0 7px}
  604. .index #main-wrapper,.archive #main-wrapper{float:left;margin-left:0;width:430px}
  605. #ads-home-468 .widget-content{max-width:100%;max-height:60px}
  606. #ads-home-468 .widget-content img,#ads-home-468 .widget-content iframe{max-width:100%;height:auto}
  607. .index #blog-pager,.archive #blog-pager{width:100%;box-sizing:border-box}
  608. .item #main-wrapper,.static_page #main-wrapper{width:430px}
  609. .related li{margin-right:13px}
  610. .sidebar-right{width:260px}
  611. .footer-widget{width:30.1%;margin-left:18px}
  612. }
  613.  
  614. @media only screen and (max-width: 767px) {
  615. #outer-wrapper,.row{width:516px}
  616. .ads-top-728{display:none}
  617. .index #main-wrapper,.archive #main-wrapper{width:480px}
  618. .item #main-wrapper,.static_page #main-wrapper{width:480px}
  619. .related li{width:31%;margin-right:15px}
  620. .sidebar-right{width:100%;display:block;float:left;margin:18px 0 0}
  621. .footer-wrap{padding:0 18px}
  622. .footer-widget{width:100%;margin-left:0}
  623. }
  624.  
  625. @media only screen and (max-width: 580px) {
  626. #outer-wrapper,.row{width:380px}
  627. #selectnav1{width:278px}
  628. .header-search a.search form input{width:261px}
  629. #content-wrapper{padding:10px}
  630. .index #main-wrapper,.archive #main-wrapper{width:360px}
  631. .slider.recent-block .recent-thumb{height:220px}
  632. .block-image{width:80px;height:60px}
  633. .block-image .thumb,.block-image a{height:60px}
  634. .index .post h2 a,.archive .post h2 a{line-height:1.2em}
  635. .date-header,.breadcrumbs,.resp_del2,.resp_del3{display:none}
  636. .item #main-wrapper,.static_page #main-wrapper{width:360px;padding:0 10px;box-sizing:border-box}
  637. .item .post-title,.static_page .post-title{font-size:23px}
  638. .ads-post .widget{max-width:100%;max-height:60px;margin:0 auto 14px!important}
  639. .ads-post .widget img,.ads-post .widget iframe{max-width:100%;height:auto}
  640. .related li{width:46.7%;margin-right:18px;margin-bottom:10px}
  641. .related li:nth-of-type(3),.related li:nth-of-type(6),.related li:nth-of-type(9){margin-right:18px}
  642. .related li:nth-of-type(2),.related li:nth-of-type(4),.related li:nth-of-type(6){margin-right:0}
  643. #footer-container-left{width:100%;text-align:center}
  644. #footer-container-left p{padding-left:0}
  645. .social-footer{margin-right:0;width:100%;text-align:center}
  646. .social-footer ul li{display:inline-block;float:none;margin:10px 10px 0}
  647. }
  648.  
  649. @media only screen and (max-width: 400px) {
  650. #outer-wrapper,.row{width:300px}
  651. #outer-wrapper{margin:15px auto}
  652. #selectnav1{width:198px}
  653. .header-search a.search form input{width:181px}
  654. .index #main-wrapper,.archive #main-wrapper{width:280px}
  655. .slider.recent-block .recent-thumb{height:180px}
  656. .slider.carousel .recent-content{bottom:15px}
  657. .slider.carousel .recent-content .recent-title a{font-size:18px;margin-bottom:5px;line-height:1.33em}
  658. .index .post h2 a,.archive .post h2 a{font-size:14px;line-height:1.3em}
  659. .item #main-wrapper,.static_page #main-wrapper{width:280px;padding:0}
  660. .resp_del,.share-art .lin-art,.cmm-tabs-header h3{display:none}
  661. .related li{width:100%;min-height:inherit;margin-right:0!important;margin-bottom:18px}
  662. .related-thumb{width:80px;height:60px;float:left}
  663. .related li .related-img{height:60px}
  664. .related-title a{font-size:14px;line-height:1.3em;padding:0 5px 5px 10px;font-weight:700;overflow:hidden;display:block}
  665. .cmm-tabs.simpleTab .wrap-tab{float:none}
  666. .cmm-tabs-header .wrap-tab li{float:none;width:33.3%;display:inline-block}
  667. .cmm-tabs-header .wrap-tab a{width:100%;text-align:center;padding:0}
  668. iframe.blogger-iframe-colorize,iframe.blogger-comment-from-post{max-height:284px!important}
  669. #footer-container{padding:17px 10px 15px}
  670. }
  671.  
  672. @media only screen and (max-width: 308px) {
  673. #outer-wrapper,.row{width:220px}
  674. #selectnav1{width:161px}
  675. .header-search,.carousel .recent-content .recent-date,.carousel .recent-content .recent-author,#ads-home-468,.sidebar-right,.footer-wrap,.share-art .pin-art,.ads-post{display:none}
  676. .index #main-wrapper,.archive #main-wrapper{width:200px}
  677. .slider.recent-block .recent-thumb{height:140px}
  678. .slider.carousel .recent-content{bottom:10px;left:15px}
  679. .slider.carousel .recent-content .recent-title a{font-size:14px}
  680. .block-image{width:50px;height:40px;margin-right:10px}
  681. .block-image .thumb,.block-image a{height:40px}
  682. .index .post h2,.archive .post h2{margin-right:5px}
  683. .index .post h2 a,.archive .post h2 a{font-size:11px}
  684. .item #main-wrapper,.static_page #main-wrapper{width:200px}
  685. .item .post-title,.static_page .post-title{font-size:18px}
  686. .share-art a{margin-left:2px}
  687. .related-thumb{width:50px;height:40px}
  688. .related li .related-img{height:40px}
  689. .related-title a{font-size:11px;line-height:1.3em}
  690. .post-nav li{width:100%;display:block}
  691. .post-nav .next{border-bottom:2px solid #EEE}
  692. .post-nav .previous{border-right:0}
  693. iframe.blogger-iframe-colorize,iframe.blogger-comment-from-post{max-height:300px!important}
  694. }
  695. </style>
  696.  
  697. <script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js' type='text/javascript'/>
  698.  
  699. <script type='text/javascript'>
  700. //<![CDATA[
  701. var no_image_url = "http://3.bp.blogspot.com/-qnLm52EsvBE/VDkrZ46TWXI/AAAAAAAAAsM/tiJ36WiboU4/s1600/90.jpg";
  702. var text_month = [, "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sept", "Oct", "Nov", "Dec"];
  703. $(document).ready(function(e) {
  704. e("abbr.timeago").timeago()
  705. });
  706. $(document).ready(function() {
  707. $("ul#sub-menu").parent("li").addClass("hasSub");
  708. (jQuery)
  709. });
  710. $(document).ready(function() {
  711. $('a[name="ads-post-in"]').before($('#ads-post10').html());
  712. $('#ads-post10').html('')
  713. });
  714. //]]>
  715. </script>
  716.  
  717. </head>
  718. <body expr:class='data:blog.pageType'>
  719.  
  720. <div class='admin row' style='display:none'>
  721. <b:section class='option' id='option' maxwidgets='1' name='Theme Options' showaddelement='yes'>
  722. <b:widget id='HTML850' locked='true' title='ADS Title Below (yes/no)' type='HTML'>
  723. <b:includable id='main'>
  724. &lt;script type=&#39;text/javascript&#39;&gt;
  725. //&lt;![CDATA[
  726. $(document).ready(function() {
  727. var ynoad = &quot;<data:content/>&quot;;
  728. var Fynoad = ynoad.replace(/(\r\n|\n|\r)/gm,&quot; &quot;);
  729. if ( Fynoad === &quot;no&quot; ) {
  730. $(&#39;body&#39;).addClass(&#39;ynoad&#39;);
  731. }
  732. });
  733. //]]&gt;
  734. &lt;/script&gt;
  735. <style>.item.ynoad #ads-home-468{display:none!important}</style>
  736. </b:includable>
  737. </b:widget>
  738. <b:widget id='HTML851' locked='true' title='Animation - Scroll IMG (yes/no)' type='HTML'>
  739. <b:includable id='main'>
  740. &lt;script type=&#39;text/javascript&#39;&gt;
  741. //&lt;![CDATA[
  742. var scroll = &quot;<data:content/>&quot;;
  743. var Fscroll = scroll.replace(/(\r\n|\n|\r)/gm,&quot; &quot;);
  744. if ( Fscroll === &quot;yes&quot; ) {
  745. $(document).ready(function() {
  746. $(&#39;body&#39;).addClass(&#39;imgani&#39;);
  747. });
  748. $(window).bind(&#39;load resize scroll&#39;, function() {
  749. var window = $(this).height();
  750. $(&#39;.block-image .thumb a,.PopularPosts img,.related-thumb a,.roma-widget .wid-thumb a&#39;).each(function() {
  751. var qudr = .1 * $(this).height();
  752. var omger = qudr - window + $(this).offset().top;
  753. var lom = $(document).scrollTop();
  754. if (lom &gt; omger) {
  755. $(this).addClass(&#39;anime&#39;);
  756. }
  757. });
  758. });
  759. }
  760. //]]&gt;
  761. &lt;/script&gt;
  762. </b:includable>
  763. </b:widget>
  764. <b:widget id='HTML852' locked='true' title='Fixed Menu (yes/no)' type='HTML'>
  765. <b:includable id='main'>
  766. <script type='text/javascript'>
  767. //<![CDATA[
  768. // Plugin: Sticky jQuery ~ BY: http://stickyjs.com
  769. (function(e){var t={topSpacing:0,bottomSpacing:0,className:"is-sticky",wrapperClassName:"sticky-wrapper",center:false,getWidthFrom:"",responsiveWidth:false},n=e(window),r=e(document),i=[],s=n.height(),o=function(){var t=n.scrollTop(),o=r.height(),u=o-s,a=t>u?u-t:0;for(var f=0;f<i.length;f++){var l=i[f],c=l.stickyWrapper.offset().top,h=c-l.topSpacing-a;if(t<=h){if(l.currentTop!==null){l.stickyElement.css("width","").css("position","").css("top","");l.stickyElement.trigger("sticky-end",[l]).parent().removeClass(l.className);l.currentTop=null}}else{var p=o-l.stickyElement.outerHeight()-l.topSpacing-l.bottomSpacing-t-a;if(p<0){p=p+l.topSpacing}else{p=l.topSpacing}if(l.currentTop!=p){l.stickyElement.css("width",l.stickyElement.width()).css("position","fixed").css("top",p);if(typeof l.getWidthFrom!=="undefined"){l.stickyElement.css("width",e(l.getWidthFrom).width())}l.stickyElement.trigger("sticky-start",[l]).parent().addClass(l.className);l.currentTop=p}}}},u=function(){s=n.height();for(var t=0;t<i.length;t++){var r=i[t];if(typeof r.getWidthFrom!=="undefined"&&r.responsiveWidth===true){r.stickyElement.css("width",e(r.getWidthFrom).width())}}},a={init:function(n){var r=e.extend({},t,n);return this.each(function(){var n=e(this);var s=n.attr("id");var o=s?s+"-"+t.wrapperClassName:t.wrapperClassName;var u=e("<div></div>").attr("id",s+"-sticky-wrapper").addClass(r.wrapperClassName);n.wrapAll(u);if(r.center){n.parent().css({width:n.outerWidth(),marginLeft:"auto",marginRight:"auto"})}if(n.css("float")=="right"){n.css({"float":"none"}).parent().css({"float":"right"})}var a=n.parent();a.css("height",n.outerHeight());i.push({topSpacing:r.topSpacing,bottomSpacing:r.bottomSpacing,stickyElement:n,currentTop:null,stickyWrapper:a,className:r.className,getWidthFrom:r.getWidthFrom,responsiveWidth:r.responsiveWidth})})},update:o,unstick:function(t){return this.each(function(){var t=e(this);var n=-1;for(var r=0;r<i.length;r++){if(i[r].stickyElement.get(0)==t.get(0)){n=r}}if(n!=-1){i.splice(n,1);t.unwrap();t.removeAttr("style")}})}};if(window.addEventListener){window.addEventListener("scroll",o,false);window.addEventListener("resize",u,false)}else if(window.attachEvent){window.attachEvent("onscroll",o);window.attachEvent("onresize",u)}e.fn.sticky=function(t){if(a[t]){return a[t].apply(this,Array.prototype.slice.call(arguments,1))}else if(typeof t==="object"||!t){return a.init.apply(this,arguments)}else{e.error("Method "+t+" does not exist on jQuery.sticky")}};e.fn.unstick=function(t){if(a[t]){return a[t].apply(this,Array.prototype.slice.call(arguments,1))}else if(typeof t==="object"||!t){return a.unstick.apply(this,arguments)}else{e.error("Method "+t+" does not exist on jQuery.sticky")}};e(function(){setTimeout(o,0)})})(jQuery);
  770. //]]>
  771. </script>
  772. &lt;script type=&#39;text/javascript&#39;&gt;
  773. //&lt;![CDATA[
  774. var stickyWork = &quot;<data:content/>&quot;;
  775. var FstickyWork = stickyWork.replace(/(\r\n|\n|\r)/gm,&quot; &quot;);
  776. if ( FstickyWork === &quot;yes&quot; ) {
  777. $(document).ready(function(){$(&quot;#menu-1&quot;).sticky({topSpacing:0});});
  778. }
  779. //]]&gt;
  780. &lt;/script&gt;
  781. </b:includable>
  782. </b:widget>
  783. <b:widget id='HTML854' locked='true' title='Widget Recent Post No. (ex: 4)' type='HTML'>
  784. <b:includable id='main'>
  785. <b:if cond='data:content == &quot;&quot;'>
  786. <script type='text/javascript'>
  787. //<![CDATA[
  788. var recentposts_number = 4;
  789. //]]>
  790. </script>
  791. <b:else/>
  792. &lt;script type=&#39;text/javascript&#39;&gt;
  793. //&lt;![CDATA[
  794. var recentposts_number = <data:content/>;
  795. //]]&gt;
  796. &lt;/script&gt;
  797. </b:if>
  798. </b:includable>
  799. </b:widget>
  800. <b:widget id='HTML855' locked='true' title='Widget Random Post No. (ex: 4)' type='HTML'>
  801. <b:includable id='main'>
  802. <b:if cond='data:content == &quot;&quot;'>
  803. <script type='text/javascript'>
  804. //<![CDATA[
  805. var randomposts_number = 4;
  806. //]]>
  807. </script>
  808. <b:else/>
  809. &lt;script type=&#39;text/javascript&#39;&gt;
  810. //&lt;![CDATA[
  811. var randomposts_number = <data:content/>;
  812. //]]&gt;
  813. &lt;/script&gt;
  814. </b:if>
  815. </b:includable>
  816. </b:widget>
  817. <b:widget id='HTML856' locked='true' title='PageNavi Results No. (ex: 7)' type='HTML'>
  818. <b:includable id='main'>
  819. <b:if cond='data:content == &quot;&quot;'>
  820. <script type='text/javascript'>
  821. //<![CDATA[
  822. var pageCount=7;
  823. $(window).bind("load",function(){$('.Label a,.postags a,.breadcrumbs span a,.label-head a').each(function(){var labelPage=$(this).attr('href');$(this).attr('href',labelPage+'?&max-results=7')})});
  824. //]]>
  825. </script>
  826. <b:else/>
  827. &lt;script type=&#39;text/javascript&#39;&gt;
  828. //&lt;![CDATA[
  829. var pageCount=<data:content/>;
  830. $(window).bind(&quot;load&quot;,function(){$(&#39;.Label a,.postags a,.breadcrumbs span a,.label-head a&#39;).each(function(){var labelPage=$(this).attr(&#39;href&#39;);$(this).attr(&#39;href&#39;,labelPage+&#39;?&amp;max-results=<data:content/>&#39;)})});
  831. //]]&gt;
  832. &lt;/script&gt;
  833. </b:if>
  834. </b:includable>
  835. </b:widget>
  836. </b:section>
  837. </div>
  838.  
  839. &lt;div id=&quot;pages-wrapper&quot; class=&quot;<data:blog.pageType/><b:if cond='data:blog.url == data:blog.homepageUrl'> home</b:if><b:if cond='data:blog.pageType == &quot;static_page&quot;'>item</b:if><b:if cond='data:blog.pageType == &quot;archive&quot;'>index</b:if>&quot;&gt;
  840.  
  841. <!-- Ounter Wrapper (end) -->
  842. <div id='outer-wrapper'>
  843.  
  844. <!-- Header Wrap -->
  845. <div class='row' id='header-wrapper'>
  846.  
  847. <!-- Logo Site -->
  848. <b:section class='the-logo' id='header' maxwidgets='1' name='LOGO' showaddelement='yes'>
  849. <b:widget id='Header1' locked='true' title='mSora (Header)' type='Header'>
  850. <b:includable id='main'>
  851.  
  852. <b:if cond='data:useImage'>
  853. <b:if cond='data:imagePlacement == &quot;BEHIND&quot;'>
  854. <!--
  855. Show image as background to text. You can't really calculate the width
  856. reliably in JS because margins are not taken into account by any of
  857. clientWidth, offsetWidth or scrollWidth, so we don't force a minimum
  858. width if the user is using shrink to fit.
  859. This results in a margin-width's worth of pixels being cropped. If the
  860. user is not using shrink to fit then we expand the header.
  861. -->
  862. <b:if cond='data:mobile'>
  863. <div id='header-inner'>
  864. <div class='titlewrapper' style='background: transparent'>
  865. <h1 class='title' style='background: transparent; border-width: 0px'>
  866. <b:include name='title'/>
  867. </h1>
  868. </div>
  869. <b:include name='description'/>
  870. </div>
  871. <b:else/>
  872. <div expr:style='&quot;background-image: url(\&quot;&quot; + data:sourceUrl + &quot;\&quot;); &quot; + &quot;background-position: &quot; + data:backgroundPositionStyleStr + &quot;; &quot; + data:widthStyleStr + &quot;min-height: &quot; + data:height + &quot;_height: &quot; + data:height + &quot;background-repeat: no-repeat; &quot;' id='header-inner'>
  873. <div class='titlewrapper' style='background: transparent'>
  874. <h1 class='title' style='background: transparent; border-width: 0px'>
  875. <b:include name='title'/>
  876. </h1>
  877. </div>
  878. <b:include name='description'/>
  879. </div>
  880. </b:if>
  881. <b:else/>
  882. <!--Show the image only-->
  883. <div id='header-inner'>
  884. <a expr:href='data:blog.homepageUrl' itemprop='url' style='display: block'>
  885. <h1><img expr:alt='data:title' expr:height='data:height' expr:id='data:widget.instanceId + &quot;_headerimg&quot;' expr:src='data:sourceUrl' expr:width='data:width' style='display: block'/></h1>
  886. </a>
  887. <!--Show the description-->
  888. <b:if cond='data:imagePlacement == &quot;BEFORE_DESCRIPTION&quot;'>
  889. <b:include name='description'/>
  890. </b:if>
  891. </div>
  892. </b:if>
  893. <b:else/>
  894. <!--No header image -->
  895. <div id='header-inner'>
  896. <div class='titlewrapper'>
  897. <h1 class='title'>
  898. <span itemprop='name'><a expr:href='data:blog.homepageUrl' itemprop='url'><b:include name='title'/></a></span>
  899. </h1>
  900. </div>
  901. <b:include name='description'/>
  902. </div>
  903. </b:if>
  904. </b:includable>
  905. <b:includable id='description'>
  906. <div class='descriptionwrapper'>
  907. <p class='description'><span><data:description/></span></p>
  908. </div>
  909. </b:includable>
  910. <b:includable id='title'>
  911. <b:if cond='data:blog.url == data:blog.homepageUrl'>
  912. <data:title/>
  913. <b:else/>
  914. <a expr:href='data:blog.homepageUrl'><data:title/></a>
  915. </b:if>
  916. </b:includable>
  917. </b:widget>
  918. </b:section>
  919. <!-- Logo Site (End) -->
  920.  
  921. <!-- Social X -->
  922. <b:section class='social-x' id='social-x' maxwidgets='1' name='SOCIAL' showaddelement='yes'>
  923. <b:widget id='LinkList20' locked='true' title='Social Media Icons' type='LinkList'>
  924. <b:includable id='main'>
  925. <div class='widget-content'>
  926. <ul>
  927. <b:loop values='data:links' var='link'>
  928. <li><a expr:class='data:link.name' expr:href='data:link.target' expr:title='data:link.name'/></li>
  929. </b:loop>
  930. </ul>
  931. </div>
  932. </b:includable>
  933. </b:widget>
  934. </b:section>
  935. <!-- Social X (End) -->
  936.  
  937. <!-- ADS Top (Start) -->
  938. <div class='ads-top-728'>
  939. <b:section class='ads-728' id='ads-top-728' maxwidgets='1' name='ADS 729x90' showaddelement='yes'>
  940. <b:widget id='HTML1' locked='false' title='' type='HTML'>
  941. <b:includable id='main'>
  942. <!-- only display title if it's non-empty -->
  943. <b:if cond='data:title != &quot;&quot;'>
  944. <h2 class='title'><data:title/></h2>
  945. </b:if>
  946. <div class='widget-content'>
  947. <data:content/>
  948. </div>
  949.  
  950. <b:include name='quickedit'/>
  951. </b:includable>
  952. </b:widget>
  953. </b:section>
  954. </div>
  955. <!-- ADS Top (End) -->
  956.  
  957. </div>
  958. <!-- Header Wrap (End) -->
  959.  
  960. <div class='clear'/>
  961.  
  962. <!-- Main Menu -->
  963. <div class='row' id='menu-1'>
  964.  
  965. <div id='li-home'><li><a expr:href='data:blog.homepageUrl'><i class='fa fa-home'/></a></li></div>
  966.  
  967. <b:section class='menu' id='menu' maxwidgets='1' showaddelement='yes'>
  968. <b:widget id='LinkList94' locked='true' title='Main Menu' type='LinkList'>
  969. <b:includable id='main'>
  970. <div class='widget-content'>
  971. <ul id='nav' itemscope='' itemtype='http://schema.org/SiteNavigationElement'>
  972. <b:loop values='data:links' var='link'>
  973. <li itemprop='name'><a expr:href='data:link.target' itemprop='url'><data:link.name/></a></li>
  974. </b:loop>
  975. </ul>
  976. <script type='text/javascript'>
  977. //<![CDATA[
  978. $("#LinkList94").each(function(){var e="<ul id='nav'><li><ul id='sub-menu'>";$("#LinkList94 li").each(function(){var t=$(this).text(),n=t.substr(0,1),r=t.substr(1);"_"==n?(n=$(this).find("a").attr("href"),e+='<li><a href="'+n+'">'+r+"</a></li>"):(n=$(this).find("a").attr("href"),e+='</ul></li><li><a href="'+n+'">'+t+"</a><ul id='sub-menu'>")});e+="</ul></li></ul>";$(this).html(e);$("#LinkList94 ul").each(function(){var e=$(this);if(e.html().replace(/\s|&nbsp;/g,"").length==0)e.remove()});$("#LinkList94 li").each(function(){var e=$(this);if(e.html().replace(/\s|&nbsp;/g,"").length==0)e.remove()})});
  979. //]]>
  980. </script>
  981. </div>
  982. </b:includable>
  983. </b:widget>
  984. </b:section>
  985.  
  986. <div class='header-search'>
  987. <li>
  988. <a class='search'>
  989. <form action='/search/max-results=7' method='get'>
  990. <input id='s' name='q' placeholder='Type and hit enter...' type='text'/>
  991. </form>
  992. </a>
  993. </li>
  994. </div>
  995.  
  996. </div>
  997. <!-- Main Menu (end) -->
  998.  
  999. <div class='clear'/>
  1000.  
  1001. <!-- Content Wrapper (end) -->
  1002. <div id='content-wrapper'>
  1003.  
  1004. <!-- Sidebar Left -->
  1005. <b:if cond='data:blog.pageType != &quot;item&quot;'>
  1006. <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
  1007. <div class='sidebar-left'>
  1008. <b:section class='sidebara' id='sidebar-left' name='Sidebar Left' preferred='yes'>
  1009. <b:widget id='Label1' locked='false' title='Categories' type='Label'>
  1010. <b:includable id='main'>
  1011. <b:if cond='data:title != &quot;&quot;'>
  1012. <h2><data:title/></h2>
  1013. </b:if>
  1014. <div expr:class='&quot;widget-content &quot; + data:display + &quot;-label-widget-content&quot;'>
  1015. <b:if cond='data:display == &quot;list&quot;'>
  1016. <ul>
  1017. <b:loop values='data:labels' var='label'>
  1018. <li>
  1019. <b:if cond='data:blog.url == data:label.url'>
  1020. <span expr:dir='data:blog.languageDirection'><data:label.name/></span>
  1021. <b:else/>
  1022. <a expr:dir='data:blog.languageDirection' expr:href='data:label.url'><data:label.name/></a>
  1023. </b:if>
  1024. <b:if cond='data:showFreqNumbers'>
  1025. <span dir='ltr'>(<data:label.count/>)</span>
  1026. </b:if>
  1027. </li>
  1028. </b:loop>
  1029. </ul>
  1030. <b:else/>
  1031. <b:loop values='data:labels' var='label'>
  1032. <span expr:class='&quot;label-size label-size-&quot; + data:label.cssSize'>
  1033. <b:if cond='data:blog.url == data:label.url'>
  1034. <span expr:dir='data:blog.languageDirection'><data:label.name/></span>
  1035. <b:else/>
  1036. <a expr:dir='data:blog.languageDirection' expr:href='data:label.url'><data:label.name/></a>
  1037. </b:if>
  1038. <b:if cond='data:showFreqNumbers'>
  1039. <span class='label-count' dir='ltr'>(<data:label.count/>)</span>
  1040. </b:if>
  1041. </span>
  1042. </b:loop>
  1043. </b:if>
  1044. <b:include name='quickedit'/>
  1045. </div>
  1046. </b:includable>
  1047. </b:widget>
  1048. <b:widget id='HTML2' locked='false' title='Advertising' type='HTML'>
  1049. <b:includable id='main'>
  1050. <!-- only display title if it's non-empty -->
  1051. <b:if cond='data:title != &quot;&quot;'>
  1052. <h2 class='title'><data:title/></h2>
  1053. </b:if>
  1054. <div class='widget-content'>
  1055. <data:content/>
  1056. </div>
  1057.  
  1058. <b:include name='quickedit'/>
  1059. </b:includable>
  1060. </b:widget>
  1061. </b:section>
  1062. </div>
  1063. </b:if>
  1064. </b:if>
  1065. <!-- Sidebar Left (end)-->
  1066.  
  1067. <!-- Main Wrapper -->
  1068. <div id='main-wrapper'>
  1069.  
  1070. <b:if cond='data:blog.canonicalUrl == data:blog.canonicalHomepageUrl'>
  1071. <div class='slider-layout' id='slider-layout'>
  1072. <b:section class='slider-sec' id='slider-sec1' maxwidgets='1' name='Slider' showaddelement='yes'>
  1073. <b:widget id='HTML12' locked='false' title='Business' type='HTML'>
  1074. <b:includable id='main'>
  1075. <!-- only display title if it's non-empty -->
  1076. <b:if cond='data:title != &quot;&quot;'>
  1077. <h2 class='title'><data:title/></h2>
  1078. </b:if>
  1079. <div class='widget-content'>
  1080. <data:content/>
  1081. </div>
  1082.  
  1083. <b:include name='quickedit'/>
  1084. </b:includable>
  1085. </b:widget>
  1086. </b:section>
  1087. </div>
  1088. </b:if>
  1089.  
  1090. <div id='ads-blog'>
  1091. <b:section id='ads-home-468' maxwidgets='1' name='ADS Blog - 468x60' showaddelement='yes'>
  1092. <b:widget id='HTML4' locked='false' title='' type='HTML'>
  1093. <b:includable id='main'>
  1094. <!-- only display title if it's non-empty -->
  1095. <b:if cond='data:title != &quot;&quot;'>
  1096. <h2 class='title'><data:title/></h2>
  1097. </b:if>
  1098. <div class='widget-content'>
  1099. <data:content/>
  1100. </div>
  1101. <b:include name='quickedit'/>
  1102. </b:includable>
  1103. </b:widget>
  1104. </b:section>
  1105. </div>
  1106.  
  1107. <b:section class='main' id='main' maxwidgets='2' name='Main Wrap' showaddelement='yes'>
  1108. <b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'>
  1109. <b:includable id='main' var='top'>
  1110. <b:include data='top' name='status-message'/>
  1111. <!-- posts -->
  1112. <div class='blog-posts hfeed'>
  1113. <b:loop values='data:posts' var='post'>
  1114. <div class='post-outer'>
  1115. <b:include data='post' name='post'/>
  1116. <b:if cond='data:blog.pageType == &quot;static_page&quot;'>
  1117. <b:include data='post' name='comment_picker'/>
  1118. </b:if>
  1119. <b:if cond='data:blog.pageType == &quot;item&quot;'>
  1120. <b:include data='post' name='comment_picker'/>
  1121. </b:if>
  1122. </div>
  1123. <b:if cond='data:post.includeAd'>
  1124. <b:if cond='data:post.isFirstPost'>
  1125. <data:defaultAdEnd/>
  1126. <b:else/>
  1127. <data:adEnd/>
  1128. </b:if>
  1129. <div class='inline-ad'>
  1130. <data:adCode/>
  1131. </div>
  1132. <data:adStart/>
  1133. </b:if>
  1134. </b:loop>
  1135. <data:adEnd/>
  1136. </div>
  1137. <!-- navigation -->
  1138. <b:if cond='data:blog.pageType == &quot;index&quot;'>
  1139. <b:include name='nextprev'/>
  1140. <b:else/>
  1141. <b:if cond='data:blog.pageType == &quot;archive&quot;'>
  1142. <b:include name='nextprev'/>
  1143. </b:if>
  1144. </b:if>
  1145. <!-- feed links -->
  1146. <b:include name='feedLinks'/>
  1147. <b:if cond='data:top.showStars'>
  1148. <script src='http://www.google.com/jsapi' type='text/javascript'/>
  1149. <script type='text/javascript'>
  1150. google.load(&quot;annotations&quot;, &quot;1&quot;, {&quot;locale&quot;: &quot;<data:top.languageCode/>&quot;});
  1151. function initialize() {
  1152. google.annotations.setApplicationId(<data:top.blogspotReviews/>);
  1153. google.annotations.createAll();
  1154. google.annotations.fetch();
  1155. }
  1156. google.setOnLoadCallback(initialize);
  1157. </script>
  1158. </b:if>
  1159.  
  1160. <b:if cond='data:top.showDummy'>
  1161. <data:top.dummyBootstrap/>
  1162. </b:if>
  1163. </b:includable>
  1164. <b:includable id='backlinkDeleteIcon' var='backlink'>
  1165. <span expr:class='&quot;item-control &quot; + data:backlink.adminClass'>
  1166. <a expr:href='data:backlink.deleteUrl' expr:title='data:top.deleteBacklinkMsg'>
  1167. <img src='//www.blogger.com/img/icon_delete13.gif'/>
  1168. </a>
  1169. </span>
  1170. </b:includable>
  1171. <b:includable id='backlinks' var='post'>
  1172. <a name='links'/><h4><data:post.backlinksLabel/></h4>
  1173. <b:if cond='data:post.numBacklinks != 0'>
  1174. <dl class='comments-block' id='comments-block'>
  1175. <b:loop values='data:post.backlinks' var='backlink'>
  1176. <div class='collapsed-backlink backlink-control'>
  1177. <dt class='comment-title'>
  1178. <span class='backlink-toggle-zippy'>&#160;</span>
  1179. <a expr:href='data:backlink.url' rel='nofollow'><data:backlink.title/></a>
  1180. <b:include data='backlink' name='backlinkDeleteIcon'/>
  1181. </dt>
  1182. <dd class='comment-body collapseable'>
  1183. <data:backlink.snippet/>
  1184. </dd>
  1185. <dd class='comment-footer collapseable'>
  1186. <span class='comment-author'><data:post.authorLabel/> <data:backlink.author/></span>
  1187. <span class='comment-timestamp'><data:post.timestampLabel/> <data:backlink.timestamp/></span>
  1188. </dd>
  1189. </div>
  1190. </b:loop>
  1191. </dl>
  1192. </b:if>
  1193. <p class='comment-footer'>
  1194. <a class='comment-link' expr:href='data:post.createLinkUrl' expr:id='data:widget.instanceId + &quot;_backlinks-create-link&quot;' target='_blank'><data:post.createLinkLabel/></a>
  1195. </p>
  1196. </b:includable>
  1197. <b:includable id='comment-form' var='post'>
  1198. <div class='comment-form'>
  1199. <a name='comment-form'/>
  1200. <b:if cond='data:mobile'>
  1201. <h4 id='comment-post-message'>
  1202. <a expr:id='data:widget.instanceId + &quot;_comment-editor-toggle-link&quot;' href='javascript:void(0)'><data:postCommentMsg/></a></h4>
  1203. <p><data:blogCommentMessage/></p>
  1204. <data:blogTeamBlogMessage/>
  1205. <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
  1206. <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-editor' src='' style='display: none' width='100%'/>
  1207. <b:else/>
  1208. <p><data:blogCommentMessage/></p>
  1209. <data:blogTeamBlogMessage/>
  1210. <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
  1211. <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-editor' src='' width='100%'/>
  1212. </b:if>
  1213. <data:post.friendConnectJs/>
  1214. <data:post.cmtfpIframe/>
  1215. <script type='text/javascript'>
  1216. BLOG_CMT_createIframe(&#39;<data:post.appRpcRelayPath/>&#39;);
  1217. </script>
  1218. </div>
  1219. </b:includable>
  1220. <b:includable id='commentDeleteIcon' var='comment'>
  1221. <span expr:class='&quot;item-control &quot; + data:comment.adminClass'>
  1222. <b:if cond='data:showCmtPopup'>
  1223. <div class='goog-toggle-button'>
  1224. <div class='goog-inline-block comment-action-icon'/>
  1225. </div>
  1226. <b:else/>
  1227. <a class='comment-delete' expr:href='data:comment.deleteUrl' expr:title='data:top.deleteCommentMsg'>
  1228. <img src='//www.blogger.com/img/icon_delete13.gif'/>
  1229. </a>
  1230. </b:if>
  1231. </span>
  1232. </b:includable>
  1233. <b:includable id='comment_count_picker' var='post'>
  1234. <b:if cond='data:post.commentSource == 1'>
  1235. <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.canonicalUrl'>
  1236. </span>
  1237. <b:else/>
  1238. <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'>
  1239. <data:post.commentLabelFull/>:
  1240. </a>
  1241. </b:if>
  1242. </b:includable>
  1243. <b:includable id='comment_picker' var='post'>
  1244. <b:if cond='data:post.commentSource == 1'>
  1245. <b:include data='post' name='iframe_comments'/>
  1246. <b:else/>
  1247. <b:if cond='data:post.showThreadedComments'>
  1248. <b:include data='post' name='threaded_comments'/>
  1249. <b:else/>
  1250. <b:include data='post' name='comments'/>
  1251. </b:if>
  1252. </b:if>
  1253. </b:includable>
  1254. <b:includable id='comments' var='post'>
  1255. <div class='comments' id='comments'>
  1256. <a name='comments'/>
  1257. <b:if cond='data:post.allowComments'>
  1258. <h4><data:post.commentLabelFull/>:</h4>
  1259.  
  1260. <b:if cond='data:post.commentPagingRequired'>
  1261. <span class='paging-control-container'>
  1262. <b:if cond='data:post.hasOlderLinks'>
  1263. <a expr:class='data:post.oldLinkClass' expr:href='data:post.oldestLinkUrl'><data:post.oldestLinkText/></a>
  1264. &#160;
  1265. <a expr:class='data:post.oldLinkClass' expr:href='data:post.olderLinkUrl'><data:post.olderLinkText/></a>
  1266. &#160;
  1267. </b:if>
  1268.  
  1269. <data:post.commentRangeText/>
  1270.  
  1271. <b:if cond='data:post.hasNewerLinks'>
  1272. &#160;
  1273. <a expr:class='data:post.newLinkClass' expr:href='data:post.newerLinkUrl'><data:post.newerLinkText/></a>
  1274. &#160;
  1275. <a expr:class='data:post.newLinkClass' expr:href='data:post.newestLinkUrl'><data:post.newestLinkText/></a>
  1276. </b:if>
  1277. </span>
  1278. </b:if>
  1279.  
  1280. <div expr:id='data:widget.instanceId + &quot;_comments-block-wrapper&quot;'>
  1281. <dl expr:class='data:post.avatarIndentClass' id='comments-block'>
  1282. <b:loop values='data:post.comments' var='comment'>
  1283. <dt expr:class='&quot;comment-author &quot; + data:comment.authorClass' expr:id='data:comment.anchorName'>
  1284. <b:if cond='data:comment.favicon'>
  1285. <img expr:src='data:comment.favicon' height='16px' style='margin-bottom:-2px;' width='16px'/>
  1286. </b:if>
  1287. <a expr:name='data:comment.anchorName'/>
  1288. <b:if cond='data:blog.enabledCommentProfileImages'>
  1289. <data:comment.authorAvatarImage/>
  1290. </b:if>
  1291. <b:if cond='data:comment.authorUrl'>
  1292. <a expr:href='data:comment.authorUrl' rel='nofollow'><data:comment.author/></a>
  1293. <b:else/>
  1294. <data:comment.author/>
  1295. </b:if>
  1296. <data:commentPostedByMsg/>
  1297. </dt>
  1298. <dd class='comment-body' expr:id='data:widget.instanceId + data:comment.cmtBodyIdPostfix'>
  1299. <b:if cond='data:comment.isDeleted'>
  1300. <span class='deleted-comment'><data:comment.body/></span>
  1301. <b:else/>
  1302. <p>
  1303. <data:comment.body/>
  1304. </p>
  1305. </b:if>
  1306. </dd>
  1307. <dd class='comment-footer'>
  1308. <span class='comment-timestamp'>
  1309. <a expr:href='data:comment.url' title='comment permalink'>
  1310. <abbr class='timeago' expr:title='data:post.timestampISO8601'><data:comment.timestamp/></abbr>
  1311. </a>
  1312. <b:include data='comment' name='commentDeleteIcon'/>
  1313. </span>
  1314. </dd>
  1315. </b:loop>
  1316. </dl>
  1317. </div>
  1318.  
  1319. <b:if cond='data:post.commentPagingRequired'>
  1320. <span class='paging-control-container'>
  1321. <a expr:class='data:post.oldLinkClass' expr:href='data:post.oldestLinkUrl'>
  1322. <data:post.oldestLinkText/>
  1323. </a>
  1324. <a expr:class='data:post.oldLinkClass' expr:href='data:post.olderLinkUrl'>
  1325. <data:post.olderLinkText/>
  1326. </a>
  1327. &#160;
  1328. <data:post.commentRangeText/>
  1329. &#160;
  1330. <a expr:class='data:post.newLinkClass' expr:href='data:post.newerLinkUrl'>
  1331. <data:post.newerLinkText/>
  1332. </a>
  1333. <a expr:class='data:post.newLinkClass' expr:href='data:post.newestLinkUrl'>
  1334. <data:post.newestLinkText/>
  1335. </a>
  1336. </span>
  1337. </b:if>
  1338.  
  1339. <p class='comment-footer'>
  1340. <b:if cond='data:post.embedCommentForm'>
  1341. <b:if cond='data:post.allowNewComments'>
  1342. <b:include data='post' name='comment-form'/>
  1343. <b:else/>
  1344. <data:post.noNewCommentsText/>
  1345. </b:if>
  1346. <b:else/>
  1347. <b:if cond='data:post.allowComments'>
  1348. <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
  1349. </b:if>
  1350. </b:if>
  1351.  
  1352. </p>
  1353. </b:if>
  1354. <b:if cond='data:showCmtPopup'>
  1355. <div id='comment-popup'>
  1356. <iframe allowtransparency='true' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'>
  1357. </iframe>
  1358. </div>
  1359. </b:if>
  1360.  
  1361. <div id='backlinks-container'>
  1362. <div expr:id='data:widget.instanceId + &quot;_backlinks-container&quot;'>
  1363. <b:if cond='data:post.showBacklinks'>
  1364. <b:include data='post' name='backlinks'/>
  1365. </b:if>
  1366. </div>
  1367. </div>
  1368. </div>
  1369. </b:includable>
  1370. <b:includable id='feedLinks'>
  1371. <b:if cond='data:blog.pageType != &quot;item&quot;'> <!-- Blog feed links -->
  1372. <b:if cond='data:feedLinks'>
  1373. <div class='blog-feeds'>
  1374. <b:include data='feedLinks' name='feedLinksBody'/>
  1375. </div>
  1376. </b:if>
  1377.  
  1378. <b:else/> <!--Post feed links -->
  1379. <div class='post-feeds'>
  1380. <b:loop values='data:posts' var='post'>
  1381. <b:include cond='data:post.allowComments and data:post.feedLinks' data='post.feedLinks' name='feedLinksBody'/>
  1382. </b:loop>
  1383. </div>
  1384. </b:if>
  1385. </b:includable>
  1386. <b:includable id='feedLinksBody' var='links'>
  1387. <div class='feed-links'>
  1388. <data:feedLinksMsg/>
  1389. <b:loop values='data:links' var='f'>
  1390. <a class='feed-link' expr:href='data:f.url' expr:type='data:f.mimeType' target='_blank'><data:f.name/> (<data:f.feedType/>)</a>
  1391. </b:loop>
  1392. </div>
  1393. </b:includable>
  1394. <b:includable id='iframe_comments' var='post'>
  1395.  
  1396. <b:if cond='data:post.allowIframeComments'>
  1397. <script expr:src='data:post.iframeCommentSrc' type='text/javascript'/>
  1398. <div class='cmt_iframe_holder' expr:data-href='data:post.canonicalUrl' expr:data-viewtype='data:post.viewType'/>
  1399.  
  1400. <b:if cond='data:post.embedCommentForm == &quot;false&quot;'>
  1401. <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
  1402. </b:if>
  1403. </b:if>
  1404. </b:includable>
  1405. <b:includable id='mobile-index-post' var='post'>
  1406. <div class='mobile-date-outer date-outer'>
  1407. <b:if cond='data:post.dateHeader'>
  1408. <div class='date-header'>
  1409. <span><data:post.dateHeader/></span>
  1410. </div>
  1411. </b:if>
  1412.  
  1413. <div class='mobile-post-outer'>
  1414. <a expr:href='data:post.url'>
  1415. <h3 class='mobile-index-title entry-title'>
  1416. <data:post.title/>
  1417. </h3>
  1418.  
  1419. <div class='mobile-index-arrow'>&amp;rsaquo;</div>
  1420.  
  1421. <div class='mobile-index-contents'>
  1422. <b:if cond='data:post.thumbnailUrl'>
  1423. <div class='mobile-index-thumbnail'>
  1424. <div class='Image'>
  1425. <img expr:src='data:post.thumbnailUrl'/>
  1426. </div>
  1427. </div>
  1428. </b:if>
  1429.  
  1430. <div class='post-body'>
  1431. <b:if cond='data:post.snippet'><data:post.snippet/></b:if>
  1432. </div>
  1433. </div>
  1434.  
  1435. <div style='clear: both;'/>
  1436. </a>
  1437. <div class='mobile-index-comment'>
  1438. <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
  1439. <b:if cond='data:post.allowComments'>
  1440. <b:if cond='data:post.numComments != 0'>
  1441. <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 1'>1 <data:top.commentLabel/><b:else/><data:post.numComments/> <data:top.commentLabelPlural/></b:if></a>
  1442. </b:if>
  1443. </b:if>
  1444. </b:if>
  1445. </div>
  1446. </div>
  1447. </div>
  1448. </b:includable>
  1449. <b:includable id='mobile-main' var='top'>
  1450. <!-- posts -->
  1451. <div class='blog-posts hfeed'>
  1452.  
  1453. <b:include data='top' name='status-message'/>
  1454.  
  1455. <b:if cond='data:blog.pageType == &quot;index&quot;'>
  1456. <b:loop values='data:posts' var='post'>
  1457. <b:include data='post' name='mobile-index-post'/>
  1458. </b:loop>
  1459. <b:else/>
  1460. <b:loop values='data:posts' var='post'>
  1461. <b:include data='post' name='mobile-post'/>
  1462. </b:loop>
  1463. </b:if>
  1464. </div>
  1465.  
  1466. <b:include name='mobile-nextprev'/>
  1467. </b:includable>
  1468. <b:includable id='mobile-nextprev'>
  1469. <div class='blog-pager' id='blog-pager'>
  1470. <b:if cond='data:newerPageUrl'>
  1471. <div class='mobile-link-button' id='blog-pager-newer-link'>
  1472. <a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;' expr:title='data:newerPageTitle'>&amp;lsaquo;</a>
  1473. </div>
  1474. </b:if>
  1475.  
  1476. <b:if cond='data:olderPageUrl'>
  1477. <div class='mobile-link-button' id='blog-pager-older-link'>
  1478. <a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-older-link&quot;' expr:title='data:olderPageTitle'>&amp;rsaquo;</a>
  1479. </div>
  1480. </b:if>
  1481.  
  1482. <div class='mobile-link-button' id='blog-pager-home-link'>
  1483. <a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
  1484. </div>
  1485.  
  1486. <div class='mobile-desktop-link'>
  1487. <a class='home-link' expr:href='data:desktopLinkUrl'><data:desktopLinkMsg/></a>
  1488. </div>
  1489.  
  1490. </div>
  1491. <div class='clear'/>
  1492. </b:includable>
  1493. <b:includable id='mobile-post' var='post'>
  1494. <div class='date-outer'>
  1495. <b:if cond='data:post.dateHeader'>
  1496. <h2 class='date-header'><span><data:post.dateHeader/></span></h2>
  1497. </b:if>
  1498. <div class='date-posts'>
  1499. <div class='post-outer'>
  1500.  
  1501. <div class='post hentry uncustomized-post-template'>
  1502. <a expr:name='data:post.id'/>
  1503. <b:if cond='data:post.title'>
  1504. <h3 class='post-title entry-title'>
  1505. <b:if cond='data:post.link'>
  1506. <a expr:href='data:post.link'><data:post.title/></a>
  1507. <b:else/>
  1508. <b:if cond='data:post.url'>
  1509. <b:if cond='data:blog.url != data:post.url'>
  1510. <a expr:href='data:post.url'><data:post.title/></a>
  1511. <b:else/>
  1512. <data:post.title/>
  1513. </b:if>
  1514. <b:else/>
  1515. <data:post.title/>
  1516. </b:if>
  1517. </b:if>
  1518. </h3>
  1519. </b:if>
  1520.  
  1521. <div class='post-body entry-content' expr:id='&quot;post-body-&quot; + data:post.id'>
  1522. <data:post.body/>
  1523. <div style='clear: both;'/> <!-- clear for photos floats -->
  1524. </div>
  1525. <div class='post-footer'>
  1526. <div class='post-footer-line post-footer-line-1'>
  1527. <span class='post-author vcard'>
  1528. <b:if cond='data:top.showAuthor'>
  1529. <b:if cond='data:post.authorProfileUrl'>
  1530. <span class='fn'>
  1531. <a expr:href='data:post.authorProfileUrl' rel='author' title='author profile'>
  1532. <data:post.author/>
  1533. </a>
  1534. </span>
  1535. <b:else/>
  1536. <span class='fn'><data:post.author/></span>
  1537. </b:if>
  1538. </b:if>
  1539. </span>
  1540.  
  1541. <span class='post-timestamp'>
  1542. <b:if cond='data:top.showTimestamp'>
  1543. <data:top.timestampLabel/>
  1544. <b:if cond='data:post.url'>
  1545. <a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published' expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr></a>
  1546. </b:if>
  1547. </b:if>
  1548. </span>
  1549.  
  1550. <span class='post-comment-link'>
  1551. <b:if cond='data:blog.pageType != &quot;item&quot;'>
  1552. <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
  1553. <b:if cond='data:post.allowComments'>
  1554. <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 1'>1 <data:top.commentLabel/><b:else/><data:post.numComments/> <data:top.commentLabelPlural/></b:if></a>
  1555. </b:if>
  1556. </b:if>
  1557. </b:if>
  1558. </span>
  1559. </div>
  1560.  
  1561. <div class='post-footer-line post-footer-line-2'>
  1562. <b:if cond='data:top.showMobileShare'>
  1563. <div class='mobile-link-button goog-inline-block' id='mobile-share-button'>
  1564. <a href='javascript:void(0);'><data:shareMsg/></a>
  1565. </div>
  1566. </b:if>
  1567. <b:if cond='data:top.showDummy'>
  1568. <div class='goog-inline-block dummy-container'><data:post.dummyTag/></div>
  1569. </b:if>
  1570. </div>
  1571.  
  1572. </div>
  1573. </div>
  1574.  
  1575. <b:if cond='data:blog.pageType == &quot;static_page&quot;'>
  1576. <b:if cond='data:post.showThreadedComments'>
  1577. <b:include data='post' name='threaded_comments'/>
  1578. <b:else/>
  1579. <b:include data='post' name='comments'/>
  1580. </b:if>
  1581. </b:if>
  1582. <b:if cond='data:blog.pageType == &quot;item&quot;'>
  1583. <b:if cond='data:post.showThreadedComments'>
  1584. <b:include data='post' name='threaded_comments'/>
  1585. <b:else/>
  1586. <b:include data='post' name='comments'/>
  1587. </b:if>
  1588. </b:if>
  1589. </div>
  1590. </div>
  1591. </div>
  1592. </b:includable>
  1593. <b:includable id='nextprev'>
  1594. <div class='blog-pager' id='blog-pager'>
  1595. <b:if cond='data:newerPageUrl'>
  1596. <span id='blog-pager-newer-link'>
  1597. <a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;' expr:title='data:newerPageTitle'><data:newerPageTitle/></a>
  1598. </span>
  1599. </b:if>
  1600.  
  1601. <b:if cond='data:olderPageUrl'>
  1602. <span id='blog-pager-older-link'>
  1603. <a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-older-link&quot;' expr:title='data:olderPageTitle'><data:olderPageTitle/></a>
  1604. </span>
  1605. </b:if>
  1606.  
  1607. <a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
  1608.  
  1609. <b:if cond='data:mobileLinkUrl'>
  1610. <div class='blog-mobile-link'>
  1611. <a expr:href='data:mobileLinkUrl'><data:mobileLinkMsg/></a>
  1612. </div>
  1613. </b:if>
  1614. </div>
  1615. <div class='clear'/>
  1616. </b:includable>
  1617. <b:includable id='post' var='post'>
  1618. <div class='post'>
  1619. <b:if cond='data:blog.pageType == &quot;index&quot;'>
  1620. <b:if cond='data:post.thumbnailUrl'>
  1621. <div class='block-image'><div class='thumb'>
  1622. &lt;a href=&#39;<data:post.url/>&#39; style=&#39;background:url(<data:post.thumbnailUrl/>) no-repeat center center;background-size:cover&#39;&gt;&lt;/a&gt;
  1623. </div></div>
  1624. <b:else/>
  1625. <b:if cond='data:post.firstImageUrl'>
  1626. <div class='block-image'><div class='thumb'>
  1627. &lt;a href=&#39;<data:post.url/>&#39; style=&#39;background:url(<data:post.firstImageUrl/>) no-repeat center center;background-size:cover&#39;&gt;&lt;/a&gt;
  1628. </div></div>
  1629. <b:else/>
  1630. <div class='block-image'><div class='thumb'>
  1631. &lt;a href=&#39;<data:post.url/>&#39; style=&#39;background:url(http://2.bp.blogspot.com/-IO-XEI1LgEs/VmPNKFp0BhI/AAAAAAAACOg/_JrYHMBXV5w/s1600-r/nothumb.jpg) no-repeat center center;background-size:cover&#39;&gt;&lt;/a&gt;
  1632. </div></div>
  1633. </b:if></b:if>
  1634. </b:if>
  1635. <b:if cond='data:blog.pageType == &quot;archive&quot;'>
  1636. <b:if cond='data:post.thumbnailUrl'>
  1637. <div class='block-image'><div class='thumb'>
  1638. &lt;a href=&#39;<data:post.url/>&#39; style=&#39;background:url(<data:post.thumbnailUrl/>) no-repeat center center;background-size:cover&#39;&gt;&lt;/a&gt;
  1639. </div></div>
  1640. <b:else/>
  1641. <b:if cond='data:post.firstImageUrl'>
  1642. <div class='block-image'><div class='thumb'>
  1643. &lt;a href=&#39;<data:post.url/>&#39; style=&#39;background:url(<data:post.firstImageUrl/>) no-repeat center center;background-size:cover&#39;&gt;&lt;/a&gt;
  1644. </div></div>
  1645. <b:else/>
  1646. <div class='block-image'><div class='thumb'>
  1647. &lt;a href=&#39;<data:post.url/>&#39; style=&#39;background:url(http://2.bp.blogspot.com/-IO-XEI1LgEs/VmPNKFp0BhI/AAAAAAAACOg/_JrYHMBXV5w/s1600-r/nothumb.jpg) no-repeat center center;background-size:cover&#39;&gt;&lt;/a&gt;
  1648. </div></div>
  1649. </b:if></b:if>
  1650. </b:if>
  1651. <b:if cond='data:blog.pageType == &quot;item&quot;'>
  1652. <meta expr:content='data:post.firstImageUrl' itemprop='image'/>
  1653. </b:if>
  1654. <div class='post-header'>
  1655. <b:if cond='data:blog.pageType == &quot;item&quot;'>
  1656. <div class='breadcrumbs' xmlns:v='http://rdf.data-vocabulary.org/#'>
  1657. <span typeof='v:Breadcrumb'><a class='bhome' expr:href='data:blog.homepageUrl' property='v:title' rel='v:url'>Home</a></span> <brc>/</brc>
  1658. <b:loop values='data:posts' var='post'>
  1659. <b:if cond='data:post.labels'>
  1660. <b:loop values='data:post.labels' var='label'>
  1661. <span typeof='v:Breadcrumb'>
  1662. <a expr:href='data:label.url' property='v:title' rel='v:url'><data:label.name/></a></span>
  1663. <b:if cond='data:label.isLast != &quot;true&quot;'><brc>/</brc></b:if>
  1664. </b:loop>
  1665. <b:else/>
  1666. Unlabelled
  1667. </b:if>
  1668. <brc>/</brc> <span><data:post.title/></span>
  1669. </b:loop>
  1670. </div>
  1671. <b:if cond='data:post.title'>
  1672. <div class='post-head'><h1 class='post-title entry-title' itemprop='name headline'>
  1673. <b:if cond='data:post.link'>
  1674. <a expr:href='data:post.link'><data:post.title/></a>
  1675. <b:else/>
  1676. <b:if cond='data:post.url'>
  1677. <b:if cond='data:blog.url != data:post.url'>
  1678. <a expr:href='data:post.url'><data:post.title/></a>
  1679. <b:else/>
  1680. <data:post.title/>
  1681. </b:if>
  1682. <b:else/>
  1683. <data:post.title/>
  1684. </b:if>
  1685. </b:if>
  1686. </h1></div>
  1687. </b:if>
  1688. <div class='post-meta'>
  1689. <span class='post-author vcard'>
  1690. <b:if cond='data:top.showAuthor'>
  1691. <i class='fa fa-user'/>
  1692. <b:if cond='data:post.authorProfileUrl'>
  1693. <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
  1694. <meta expr:content='data:post.authorProfileUrl' itemprop='url'/>
  1695. <a class='g-profile' expr:href='data:post.authorProfileUrl' expr:title='data:post.author' rel='author'>
  1696. <span itemprop='name'><data:post.author/></span>
  1697. </a>
  1698. </span>
  1699. <b:else/>
  1700. <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
  1701. <a class='g-profile' expr:href='data:post.authorProfileUrl' expr:title='data:post.author' rel='author'>
  1702. <span itemprop='name'><data:post.author/></span></a>
  1703. </span>
  1704. </b:if>
  1705. </b:if>
  1706. </span>
  1707. <span class='post-timestamp'>
  1708. <b:if cond='data:top.showTimestamp'>
  1709. <i class='fa fa-calendar-o'/>
  1710. <b:if cond='data:post.url'>
  1711. <meta expr:content='data:post.canonicalUrl' itemprop='url'/>
  1712. <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'><data:post.timestamp/></abbr></a>
  1713. </b:if>
  1714. </b:if>
  1715. </span>
  1716. <span class='label-head'>
  1717. <b:if cond='data:post.labels'>
  1718. <i class='fa fa-folder-open-o'/>
  1719. <b:loop values='data:post.labels' var='label'>
  1720. <a expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != &quot;true&quot;'>,</b:if>
  1721. </b:loop>
  1722. </b:if>
  1723. </span>
  1724. </div>
  1725. <div class='ads-posting'>
  1726. <a name='ad_post_x10'/>
  1727. </div>
  1728. </b:if>
  1729. <b:if cond='data:blog.pageType == &quot;static_page&quot;'>
  1730. <b:if cond='data:post.title'>
  1731. <div class='post-head'><h1 class='post-title entry-title' itemprop='name'>
  1732. <b:if cond='data:post.link'>
  1733. <a expr:href='data:post.link'><data:post.title/></a>
  1734. <b:else/>
  1735. <b:if cond='data:post.url'>
  1736. <b:if cond='data:blog.url != data:post.url'>
  1737. <a expr:href='data:post.url'><data:post.title/></a>
  1738. <b:else/>
  1739. <data:post.title/>
  1740. </b:if>
  1741. <b:else/>
  1742. <data:post.title/>
  1743. </b:if>
  1744. </b:if>
  1745. </h1></div>
  1746. </b:if>
  1747. </b:if>
  1748. </div>
  1749. <article>
  1750. <b:if cond='data:blog.pageType != &quot;item&quot;'>
  1751. <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
  1752. <b:if cond='data:post.title'>
  1753. <div class='retitle'>
  1754. <h2 class='post-title entry-title'>
  1755. <b:if cond='data:post.link'>
  1756. <a expr:href='data:post.link'>
  1757. <data:post.title/>
  1758. </a>
  1759. <b:else/>
  1760. <b:if cond='data:post.url'>
  1761. <a expr:href='data:post.url'>
  1762. <data:post.title/>
  1763. </a>
  1764. <b:else/>
  1765. <data:post.title/>
  1766. </b:if>
  1767. </b:if>
  1768. </h2>
  1769. </div>
  1770. </b:if>
  1771. <div class='date-header'>
  1772. <div id='meta-post'>
  1773. <i class='fa fa-user'/> <a class='g-profile' expr:href='data:post.authorProfileUrl' expr:title='data:post.author' rel='author'>
  1774. <span itemprop='name'><data:post.author/></span></a> <i class='fa fa-calendar-o'/>
  1775. <abbr class='published timeago' expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr></div><div class='resumo'><span><data:post.snippet/></span></div>
  1776. <div style='clear: both;'/>
  1777. </div>
  1778. <b:else/>
  1779. <div class='post-body entry-content' expr:id='&quot;post-body-&quot; + data:post.id' itemprop='articleBody'>
  1780. <meta expr:content='data:post.snippet' name='twitter:description'/>
  1781. <data:post.body/>
  1782. </div>
  1783. </b:if>
  1784. <b:else/>
  1785. <div class='post-body entry-content' expr:id='&quot;post-body-&quot; + data:post.id' itemprop='articleBody'>
  1786. <meta expr:content='data:post.snippet' name='twitter:description'/>
  1787. <data:post.body/>
  1788. </div>
  1789. </b:if>
  1790. </article>
  1791.  
  1792. <div class='hreview'>
  1793. <span class='item'>
  1794. <span class='fn'><data:post.title/></span>
  1795. <img class='photo' expr:alt='data:post.title' expr:src='data:post.thumbnailUrl'/>
  1796. </span>
  1797. Reviewed by <span class='reviewer'><data:post.author/></span>
  1798. on
  1799. <span class='dtreviewed'>
  1800. <data:post.timestamp/>
  1801. <span class='value-title' expr:title='data:post.timestamp'/>
  1802. </span>
  1803. Rating: <span class='rating'>5</span>
  1804. </div>
  1805. <div style='clear:both'/>
  1806. <div class='post-footer'>
  1807. <b:if cond='data:blog.pageType == &quot;item&quot;'>
  1808. <div class='share-box'>
  1809.  
  1810. <h8 class='share-title'>Share This:</h8>
  1811. <div class='share-art'>
  1812. <a class='fac-art' expr:href='&quot;http://www.facebook.com/sharer.php?u=&quot; + data:post.url + &quot;&amp;title=&quot;+ data:post.title' onclick='window.open(this.href, &apos;windowName&apos;, &apos;width=600, height=400, left=24, top=24, scrollbars, resizable&apos;); return false;' rel='nofollow' target='_blank'><i class='fa fa-facebook-official'/><span class='resp_del'> Facebook</span></a>
  1813.  
  1814. <a class='twi-art' expr:href='&quot;http://twitter.com/share?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' onclick='window.open(this.href, &apos;windowName&apos;, &apos;width=600, height=400, left=24, top=24, scrollbars, resizable&apos;); return false;' rel='nofollow' target='_blank'><i class='fa fa-twitter'/><span class='resp_del2'> Twitter</span></a>
  1815.  
  1816. <a class='goo-art' expr:href='&quot;https://plus.google.com/share?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' onclick='window.open(this.href, &apos;windowName&apos;, &apos;width=600, height=400, left=24, top=24, scrollbars, resizable&apos;); return false;' rel='nofollow' target='_blank'><i class='fa fa-google-plus'/><span class='resp_del3'> Google</span></a>
  1817.  
  1818. <a class='pin-art' expr:href='&quot;http://pinterest.com/pin/create/button/?url=&quot; + data:post.url + &quot;&amp;media=&quot; + data:post.firstImageUrl + &quot;&amp;description=&quot; + data:post.snippet' onclick='window.open(this.href, &apos;windowName&apos;, &apos;width=600, height=400, left=24, top=24, scrollbars, resizable&apos;); return false;' rel='nofollow' target='_blank'><i class='fa fa-pinterest'/><span class='resp_del4'> Pinterest</span></a>
  1819.  
  1820. <a class='lin-art' expr:href='&quot;http://www.linkedin.com/shareArticle?url=&quot; + data:post.url + &quot;&amp;title=&quot;+ data:post.title' onclick='window.open(this.href, &apos;windowName&apos;, &apos;width=600, height=400, left=24, top=24, scrollbars, resizable&apos;); return false;' rel='nofollow' target='_blank'><i class='fa fa-linkedin-square'/><span class='resp_del5'> Linkedin</span></a>
  1821.  
  1822. </div>
  1823. </div>
  1824.  
  1825. <div style='clear:both'/>
  1826.  
  1827. <!-- Ads Post - Author Box -->
  1828. <div class='ads-post'>
  1829. <a name='ads-post-in'/>
  1830. </div>
  1831.  
  1832. <div id='related-posts'>
  1833. <b:if cond='data:post.labels'>
  1834. <b:loop values='data:post.labels' var='label'>
  1835. <b:if cond='data:label.isLast == &quot;true&quot;'>
  1836. <data:label.name/>
  1837. </b:if>
  1838. </b:loop>
  1839. </b:if>
  1840. </div>
  1841.  
  1842. <div class='clear'/>
  1843.  
  1844. <!-- navigation -->
  1845. <ul class='post-nav'>
  1846. <li class='next'>
  1847. <b:if cond='data:newerPageUrl'>
  1848. <a class='newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;' rel='next'/>
  1849. <b:else/>
  1850. <a rel='next'><strong>Next <i class='fa fa-arrow-circle-o-right'/></strong><span>You are viewing Most Recent Post</span></a>
  1851. </b:if>
  1852. </li>
  1853. <li class='previous'>
  1854. <b:if cond='data:olderPageUrl'>
  1855. <a class='older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-older-link&quot;' rel='previous'/>
  1856. <b:else/>
  1857. <a rel='previous'><strong><i class='fa fa-arrow-circle-o-left'/> Previous</strong><span>You are viewing Last Post</span></a>
  1858. </b:if>
  1859. </li>
  1860. </ul>
  1861.  
  1862. </b:if>
  1863. </div>
  1864. </div>
  1865. </b:includable>
  1866. <b:includable id='postQuickEdit' var='post'>
  1867. <b:if cond='data:post.editUrl'>
  1868. <span expr:class='&quot;item-control &quot; + data:post.adminClass'>
  1869. <a expr:href='data:post.editUrl' expr:title='data:top.editPostMsg'>
  1870. <img alt='' class='icon-action' height='18' src='http://img2.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
  1871. </a>
  1872. </span>
  1873. </b:if>
  1874. </b:includable>
  1875. <b:includable id='shareButtons' var='post'>
  1876. <b:if cond='data:top.showEmailButton'><a class='goog-inline-block share-button sb-email' expr:href='data:post.sharePostUrl + &quot;&amp;target=email&quot;' 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 + &quot;&amp;target=blog&quot;' expr:onclick='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=270,width=475\&quot;); return false;&quot;' 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 + &quot;&amp;target=twitter&quot;' 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 + &quot;&amp;target=facebook&quot;' expr:onclick='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=430,width=640\&quot;); return false;&quot;' 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 + &quot;&amp;target=pinterest&quot;' 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>
  1877. </b:includable>
  1878. <b:includable id='status-message'>
  1879. <b:if cond='data:blog.pageType == &quot;error_page&quot;'>
  1880. <div id='errr'>
  1881. <h1 class='nerrr'>4<span class='fa fa-exclamation-circle'/>4</h1>
  1882. <h2 class='error'>Page Not Found!</h2>
  1883. <p>Sorry, the page you were looking for in this blog does not exist.</p>
  1884. <p>Go To Homepage by Button Below</p>
  1885. <span class='fa fa-hand-o-down'/>
  1886. <div class='clear'/>
  1887. <a class='homepage' href='/'>Home Page</a>
  1888. </div>
  1889. </b:if>
  1890. </b:includable>
  1891. <b:includable id='threaded-comment-form' var='post'>
  1892. <div class='comment-form'>
  1893. <a name='comment-form'/>
  1894. <b:if cond='data:mobile'>
  1895. <p><data:blogCommentMessage/></p>
  1896. <data:blogTeamBlogMessage/>
  1897. <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
  1898. <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-editor' src='' style='display: none' width='100%'/>
  1899. <b:else/>
  1900. <p><data:blogCommentMessage/></p>
  1901. <data:blogTeamBlogMessage/>
  1902. <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
  1903. <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-editor' src='' width='100%'/>
  1904. </b:if>
  1905. <data:post.friendConnectJs/>
  1906. <data:post.cmtfpIframe/>
  1907. <script type='text/javascript'>
  1908. BLOG_CMT_createIframe(&#39;<data:post.appRpcRelayPath/>&#39;);
  1909. </script>
  1910. </div>
  1911. </b:includable>
  1912. <b:includable id='threaded_comment_js' var='post'>
  1913. <script async='async' expr:src='data:post.commentSrc' type='text/javascript'/>
  1914.  
  1915. <script type='text/javascript'>
  1916. (function() {
  1917. var items = <data:post.commentJso/>;
  1918. var msgs = <data:post.commentMsgs/>;
  1919. var config = <data:post.commentConfig/>;
  1920.  
  1921. // <![CDATA[
  1922. var cursor = null;
  1923. if (items && items.length > 0) {
  1924. cursor = parseInt(items[items.length - 1].timestamp) + 1;
  1925. }
  1926.  
  1927. var bodyFromEntry = function(entry) {
  1928. if (entry.gd$extendedProperty) {
  1929. for (var k in entry.gd$extendedProperty) {
  1930. if (entry.gd$extendedProperty[k].name == 'blogger.contentRemoved') {
  1931. return '<span class="deleted-comment">' + entry.content.$t + '</span>';
  1932. }
  1933. }
  1934. }
  1935. return entry.content.$t;
  1936. }
  1937.  
  1938. var parse = function(data) {
  1939. cursor = null;
  1940. var comments = [];
  1941. if (data && data.feed && data.feed.entry) {
  1942. for (var i = 0, entry; entry = data.feed.entry[i]; i++) {
  1943. var comment = {};
  1944. // comment ID, parsed out of the original id format
  1945. var id = /blog-(\d+).post-(\d+)/.exec(entry.id.$t);
  1946. comment.id = id ? id[2] : null;
  1947. comment.body = bodyFromEntry(entry);
  1948. comment.timestamp = Date.parse(entry.published.$t) + '';
  1949. if (entry.author && entry.author.constructor === Array) {
  1950. var auth = entry.author[0];
  1951. if (auth) {
  1952. comment.author = {
  1953. name: (auth.name ? auth.name.$t : undefined),
  1954. profileUrl: (auth.uri ? auth.uri.$t : undefined),
  1955. avatarUrl: (auth.gd$image ? auth.gd$image.src : undefined)
  1956. };
  1957. }
  1958. }
  1959. if (entry.link) {
  1960. if (entry.link[2]) {
  1961. comment.link = comment.permalink = entry.link[2].href;
  1962. }
  1963. if (entry.link[3]) {
  1964. var pid = /.*comments\/default\/(\d+)\?.*/.exec(entry.link[3].href);
  1965. if (pid && pid[1]) {
  1966. comment.parentId = pid[1];
  1967. }
  1968. }
  1969. }
  1970. comment.deleteclass = 'item-control blog-admin';
  1971. if (entry.gd$extendedProperty) {
  1972. for (var k in entry.gd$extendedProperty) {
  1973. if (entry.gd$extendedProperty[k].name == 'blogger.itemClass') {
  1974. comment.deleteclass += ' ' + entry.gd$extendedProperty[k].value;
  1975. } else if (entry.gd$extendedProperty[k].name == 'blogger.displayTime') {
  1976. comment.displayTime = entry.gd$extendedProperty[k].value;
  1977. }
  1978. }
  1979. }
  1980. comments.push(comment);
  1981. }
  1982. }
  1983. return comments;
  1984. };
  1985.  
  1986. var paginator = function(callback) {
  1987. if (hasMore()) {
  1988. var url = config.feed + '?alt=json&v=2&orderby=published&reverse=false&max-results=50';
  1989. if (cursor) {
  1990. url += '&published-min=' + new Date(cursor).toISOString();
  1991. }
  1992. window.bloggercomments = function(data) {
  1993. var parsed = parse(data);
  1994. cursor = parsed.length < 50 ? null
  1995. : parseInt(parsed[parsed.length - 1].timestamp) + 1
  1996. callback(parsed);
  1997. window.bloggercomments = null;
  1998. }
  1999. url += '&callback=bloggercomments';
  2000. var script = document.createElement('script');
  2001. script.type = 'text/javascript';
  2002. script.src = url;
  2003. document.getElementsByTagName('head')[0].appendChild(script);
  2004. }
  2005. };
  2006. var hasMore = function() {
  2007. return !!cursor;
  2008. };
  2009. var getMeta = function(key, comment) {
  2010. if ('iswriter' == key) {
  2011. var matches = !!comment.author
  2012. && comment.author.name == config.authorName
  2013. && comment.author.profileUrl == config.authorUrl;
  2014. return matches ? 'true' : '';
  2015. } else if ('deletelink' == key) {
  2016. return config.baseUri + '/delete-comment.g?blogID='
  2017. + config.blogId + '&postID=' + comment.id;
  2018. } else if ('deleteclass' == key) {
  2019. return comment.deleteclass;
  2020. }
  2021. return '';
  2022. };
  2023.  
  2024. var replybox = null;
  2025. var replyUrlParts = null;
  2026. var replyParent = undefined;
  2027.  
  2028. var onReply = function(commentId, domId) {
  2029. if (replybox == null) {
  2030. // lazily cache replybox, and adjust to suit this style:
  2031. replybox = document.getElementById('comment-editor');
  2032. if (replybox != null) {
  2033. replybox.height = '250px';
  2034. replybox.style.display = 'block';
  2035. replyUrlParts = replybox.src.split('#');
  2036. }
  2037. }
  2038. if (replybox && (commentId !== replyParent)) {
  2039. document.getElementById(domId).insertBefore(replybox, null);
  2040. replybox.src = replyUrlParts[0]
  2041. + (commentId ? '&parentID=' + commentId : '')
  2042. + '#' + replyUrlParts[1];
  2043. replyParent = commentId;
  2044. }
  2045. };
  2046.  
  2047. var hash = (window.location.hash || '#').substring(1);
  2048. var startThread, targetComment;
  2049. if (/^comment-form_/.test(hash)) {
  2050. startThread = hash.substring('comment-form_'.length);
  2051. } else if (/^c[0-9]+$/.test(hash)) {
  2052. targetComment = hash.substring(1);
  2053. }
  2054.  
  2055. // Configure commenting API:
  2056. var configJso = {
  2057. 'maxDepth': config.maxThreadDepth
  2058. };
  2059. var provider = {
  2060. 'id': config.postId,
  2061. 'data': items,
  2062. 'loadNext': paginator,
  2063. 'hasMore': hasMore,
  2064. 'getMeta': getMeta,
  2065. 'onReply': onReply,
  2066. 'rendered': true,
  2067. 'initComment': targetComment,
  2068. 'initReplyThread': startThread,
  2069. 'config': configJso,
  2070. 'messages': msgs
  2071. };
  2072.  
  2073. var render = function() {
  2074. if (window.goog && window.goog.comments) {
  2075. var holder = document.getElementById('comment-holder');
  2076. window.goog.comments.render(holder, provider);
  2077. }
  2078. };
  2079.  
  2080. // render now, or queue to render when library loads:
  2081. if (window.goog && window.goog.comments) {
  2082. render();
  2083. } else {
  2084. window.goog = window.goog || {};
  2085. window.goog.comments = window.goog.comments || {};
  2086. window.goog.comments.loadQueue = window.goog.comments.loadQueue || [];
  2087. window.goog.comments.loadQueue.push(render);
  2088. }
  2089. })();
  2090. // ]]>
  2091. </script>
  2092. </b:includable>
  2093. <b:includable id='threaded_comments' var='post'>
  2094. <div class='comments' id='comments'>
  2095. <a name='comments'/>
  2096. <h4><data:post.commentLabelFull/>:</h4>
  2097.  
  2098. <div class='comments-content'>
  2099. <b:if cond='data:post.embedCommentForm'>
  2100. <b:include data='post' name='threaded_comment_js'/>
  2101. </b:if>
  2102. <div id='comment-holder'>
  2103. <data:post.commentHtml/>
  2104. </div>
  2105. </div>
  2106.  
  2107. <p class='comment-footer'>
  2108. <b:if cond='data:post.allowNewComments'>
  2109. <b:include data='post' name='threaded-comment-form'/>
  2110. <b:else/>
  2111. <data:post.noNewCommentsText/>
  2112. </b:if>
  2113. </p>
  2114.  
  2115. <b:if cond='data:showCmtPopup'>
  2116. <div id='comment-popup'>
  2117. <iframe allowtransparency='true' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'>
  2118. </iframe>
  2119. </div>
  2120. </b:if>
  2121.  
  2122. <div id='backlinks-container'>
  2123. <div expr:id='data:widget.instanceId + &quot;_backlinks-container&quot;'>
  2124. <b:if cond='data:post.showBacklinks'>
  2125. <b:include data='post' name='backlinks'/>
  2126. </b:if>
  2127. </div>
  2128. </div>
  2129. </div>
  2130. </b:includable>
  2131. </b:widget>
  2132. <b:widget id='HTML200' locked='true' title='Comments system' type='HTML'>
  2133. <b:includable id='main'>
  2134. <b:if cond='data:blog.pageType == &quot;item&quot;'>
  2135. <b:if cond='data:content == &quot;[blogger]&quot;'>
  2136. <div class='cmm-tabs'>
  2137. <div data-tab='blogger'><div class='blogger-tab'/></div>
  2138. </div>
  2139. </b:if>
  2140. <b:if cond='data:content == &quot;[facebook]&quot;'>
  2141. <div class='cmm-tabs'>
  2142. <div data-tab='facebook'><div class='facebook-tab'/></div>
  2143. </div>
  2144. <script type='text/javascript'>
  2145. //<![CDATA[
  2146. $('#comments').remove();
  2147. //]]>
  2148. </script>
  2149. </b:if>
  2150. <b:if cond='data:content == &quot;[disqus]&quot;'>
  2151. <div class='cmm-tabs'>
  2152. <div data-tab='disqus'><div class='disqus-tab'><div id='disqus_thread'/></div></div>
  2153. </div>
  2154. <script type='text/javascript'>
  2155. //<![CDATA[
  2156. $('#comments').remove();
  2157. //]]>
  2158. </script>
  2159. </b:if>
  2160. <b:if cond='data:content == &quot;[blogger][facebook]&quot;'>
  2161. <div class='cmm-tabs'>
  2162. <div data-tab='blogger'><div class='blogger-tab'/></div>
  2163. <div data-tab='facebook'><div class='facebook-tab'/></div>
  2164. </div>
  2165. </b:if>
  2166. <b:if cond='data:content == &quot;[blogger][disqus]&quot;'>
  2167. <div class='cmm-tabs'>
  2168. <div data-tab='blogger'><div class='blogger-tab'/></div>
  2169. <div data-tab='disqus'><div class='disqus-tab'><div id='disqus_thread'/></div></div>
  2170. </div>
  2171. </b:if>
  2172. <b:if cond='data:content == &quot;[facebook][blogger]&quot;'>
  2173. <div class='cmm-tabs'>
  2174. <div data-tab='facebook'><div class='facebook-tab'/></div>
  2175. <div data-tab='blogger'><div class='blogger-tab'/></div>
  2176. </div>
  2177. </b:if>
  2178. <b:if cond='data:content == &quot;[facebook][disqus]&quot;'>
  2179. <div class='cmm-tabs'>
  2180. <div data-tab='facebook'><div class='facebook-tab'/></div>
  2181. <div data-tab='disqus'><div class='disqus-tab'><div id='disqus_thread'/></div></div>
  2182. <script type='text/javascript'>
  2183. //<![CDATA[
  2184. $('#comments').remove();
  2185. //]]>
  2186. </script>
  2187. </div>
  2188. </b:if>
  2189. <b:if cond='data:content == &quot;[disqus][blogger]&quot;'>
  2190. <div class='cmm-tabs'>
  2191. <div data-tab='disqus'><div class='disqus-tab'><div id='disqus_thread'/></div></div>
  2192. <div data-tab='blogger'><div class='blogger-tab'/></div>
  2193. </div>
  2194. </b:if>
  2195. <b:if cond='data:content == &quot;[disqus][facebook]&quot;'>
  2196. <div class='cmm-tabs'>
  2197. <div data-tab='disqus'><div class='disqus-tab'><div id='disqus_thread'/></div></div>
  2198. <div data-tab='facebook'><div class='facebook-tab'/></div>
  2199. </div>
  2200. <script type='text/javascript'>
  2201. //<![CDATA[
  2202. $('#comments').remove();
  2203. //]]>
  2204. </script>
  2205. </b:if>
  2206. <b:if cond='data:content == &quot;[blogger][facebook][disqus]&quot;'>
  2207. <div class='cmm-tabs'>
  2208. <div data-tab='blogger'><div class='blogger-tab'/></div>
  2209. <div data-tab='facebook'><div class='facebook-tab'/></div>
  2210. <div data-tab='disqus'><div class='disqus-tab'><div id='disqus_thread'/></div></div>
  2211. </div>
  2212. </b:if>
  2213. <b:if cond='data:content == &quot;[blogger][disqus][facebook]&quot;'>
  2214. <div class='cmm-tabs'>
  2215. <div data-tab='blogger'><div class='blogger-tab'/></div>
  2216. <div data-tab='disqus'><div class='disqus-tab'><div id='disqus_thread'/></div></div>
  2217. <div data-tab='facebook'><div class='facebook-tab'/></div>
  2218. </div>
  2219. </b:if>
  2220. <b:if cond='data:content == &quot;[facebook][blogger][disqus]&quot;'>
  2221. <div class='cmm-tabs'>
  2222. <div data-tab='facebook'><div class='facebook-tab'/></div>
  2223. <div data-tab='blogger'><div class='blogger-tab'/></div>
  2224. <div data-tab='disqus'><div class='disqus-tab'><div id='disqus_thread'/></div></div>
  2225. </div>
  2226. </b:if>
  2227. <b:if cond='data:content == &quot;[facebook][disqus][blogger]&quot;'>
  2228. <div class='cmm-tabs'>
  2229. <div data-tab='facebook'><div class='facebook-tab'/></div>
  2230. <div data-tab='disqus'><div class='disqus-tab'><div id='disqus_thread'/></div></div>
  2231. <div data-tab='blogger'><div class='blogger-tab'/></div>
  2232. </div>
  2233. </b:if>
  2234. <b:if cond='data:content == &quot;[disqus][blogger][facebook]&quot;'>
  2235. <div class='cmm-tabs'>
  2236. <div data-tab='disqus'><div class='disqus-tab'><div id='disqus_thread'/></div></div>
  2237. <div data-tab='blogger'><div class='blogger-tab'/></div>
  2238. <div data-tab='facebook'><div class='facebook-tab'/></div>
  2239. </div>
  2240. </b:if>
  2241. <b:if cond='data:content == &quot;[disqus][facebook][blogger]&quot;'>
  2242. <div class='cmm-tabs'>
  2243. <div data-tab='disqus'><div class='disqus-tab'><div id='disqus_thread'/></div></div>
  2244. <div data-tab='facebook'><div class='facebook-tab'/></div>
  2245. <div data-tab='blogger'><div class='blogger-tab'/></div>
  2246. </div>
  2247. </b:if>
  2248. <div id='fb-root'/><script>(function(d, s, id){var js, fjs = d.getElementsByTagName(s)[0];if (d.getElementById(id)) return;js = d.createElement(s); js.id = id;js.src = &quot;//connect.facebook.net/pt_BR/sdk.js#xfbml=1&amp;version=v2.0&quot;;fjs.parentNode.insertBefore(js, fjs);}(document, &#39;script&#39;, &#39;facebook-jssdk&#39;));</script>&lt;script&gt;$(&quot;.facebook-tab&quot;).append(&quot;&lt;div class=&#39;fb-comments&#39; data-href=&#39;<data:blog.canonicalUrl/>&#39; data-width=&#39;100%&#39; data-numposts=&#39;5&#39; data-colorscheme=&#39;light&#39;&gt;&lt;/div&gt;&quot;);&lt;/script&gt;
  2249. </b:if>
  2250. </b:includable>
  2251. </b:widget>
  2252. <b:widget id='HTML201' locked='true' title='Disqus Shortname' type='HTML'>
  2253. <b:includable id='main'>
  2254. <b:if cond='data:blog.pageType == &quot;item&quot;'>
  2255. &lt;script type=&#39;text/javascript&#39;&gt;
  2256. var disqus_shortname = &#39;<data:content/>&#39;;
  2257. (function() {
  2258. var dsq = document.createElement(&#39;script&#39;); dsq.type = &#39;text/javascript&#39;; dsq.async = true;
  2259. dsq.src = &#39;//&#39; + disqus_shortname + &#39;.disqus.com/embed.js&#39;;
  2260. (document.getElementsByTagName(&#39;head&#39;)[0] || document.getElementsByTagName(&#39;body&#39;)[0]).appendChild(dsq);
  2261. })();
  2262. &lt;/script&gt;
  2263. </b:if>
  2264. </b:includable>
  2265. </b:widget>
  2266. </b:section>
  2267.  
  2268. <!-- ADS Footer Post -->
  2269. <div class='ad-ab'>
  2270. <div id='ads-post10'>
  2271. <b:section id='ads-post-468' maxwidgets='1' name='ADS 468x60' showaddelement='yes'>
  2272. <b:widget id='HTML8' locked='false' title='' type='HTML'>
  2273. <b:includable id='main'>
  2274. <!-- only display title if it's non-empty -->
  2275. <b:if cond='data:title != &quot;&quot;'>
  2276. <h2 class='title'><data:title/></h2>
  2277. </b:if>
  2278. <div class='widget-content'>
  2279. <data:content/>
  2280. </div>
  2281.  
  2282. <b:include name='quickedit'/>
  2283. </b:includable>
  2284. </b:widget>
  2285. </b:section>
  2286. </div>
  2287. </div>
  2288.  
  2289. </div>
  2290. <!-- Main Wrap (end) -->
  2291.  
  2292. <!-- Sidebar Right -->
  2293. <div class='sidebar-right'>
  2294. <b:section class='sidebarb' id='sidebar-right' name='Sidebar Right' preferred='yes'>
  2295. <b:widget id='HTML6' locked='false' title='Facebook' type='HTML'>
  2296. <b:includable id='main'>
  2297. <!-- only display title if it's non-empty -->
  2298. <b:if cond='data:title != &quot;&quot;'>
  2299. <h2 class='title'><data:title/></h2>
  2300. </b:if>
  2301. <div class='widget-content'>
  2302. <data:content/>
  2303. </div>
  2304.  
  2305. <b:include name='quickedit'/>
  2306. </b:includable>
  2307. </b:widget>
  2308. <b:widget id='HTML5' locked='false' title='Random Posts' type='HTML'>
  2309. <b:includable id='main'>
  2310. <!-- only display title if it's non-empty -->
  2311. <b:if cond='data:title != &quot;&quot;'>
  2312. <h2 class='title'><data:title/></h2>
  2313. </b:if>
  2314. <div class='widget-content'>
  2315. <data:content/>
  2316. </div>
  2317. <b:include name='quickedit'/>
  2318. </b:includable>
  2319. </b:widget>
  2320. <b:widget id='PopularPosts1' locked='false' title='Most Popular' type='PopularPosts'>
  2321. <b:includable id='main'>
  2322. <b:if cond='data:title'><h2><data:title/></h2></b:if>
  2323. <div class='widget-content popular-posts'>
  2324. <ul>
  2325. <b:loop values='data:posts' var='post'>
  2326. <li>
  2327. <b:if cond='data:showThumbnails == &quot;false&quot;'>
  2328. <b:if cond='data:showSnippets == &quot;false&quot;'>
  2329. <!-- (1) No snippet/thumbnail -->
  2330. <a expr:href='data:post.href'><data:post.title/></a>
  2331. <b:else/>
  2332. <!-- (2) Show only snippets -->
  2333. <div class='item-title'><a expr:href='data:post.href'><data:post.title/></a></div>
  2334. <div class='item-snippet'><data:post.snippet/></div>
  2335. </b:if>
  2336. <b:else/>
  2337. <b:if cond='data:showSnippets == &quot;false&quot;'>
  2338. <!-- (3) Show only thumbnails -->
  2339. <div class='item-thumbnail-only'>
  2340. <b:if cond='data:post.thumbnail'>
  2341. <div class='item-thumbnail'>
  2342. <a expr:href='data:post.href' target='_blank'>
  2343. <img border='0' expr:alt='data:post.title' expr:height='data:thumbnailSize' expr:src='data:post.thumbnail' expr:width='data:thumbnailSize'/>
  2344. </a>
  2345. </div>
  2346. </b:if>
  2347. <div class='item-title'><a expr:href='data:post.href'><data:post.title/></a></div>
  2348. </div>
  2349. <div style='clear: both;'/>
  2350. <b:else/>
  2351. <!-- (4) Show snippets and thumbnails -->
  2352. <div class='item-content'>
  2353. <b:if cond='data:post.thumbnail'>
  2354. <div class='item-thumbnail'>
  2355. <a expr:href='data:post.href' target='_blank'>
  2356. <img border='0' expr:alt='data:post.title' expr:height='data:thumbnailSize' expr:src='data:post.thumbnail' expr:width='data:thumbnailSize'/>
  2357. </a>
  2358. </div>
  2359. </b:if>
  2360. <div class='item-title'><a expr:href='data:post.href'><data:post.title/></a></div>
  2361. <div class='item-snippet'><data:post.snippet/></div>
  2362. </div>
  2363. <div style='clear: both;'/>
  2364. </b:if>
  2365. </b:if>
  2366. </li>
  2367. </b:loop>
  2368. </ul>
  2369. <b:include name='quickedit'/>
  2370. </div>
  2371. </b:includable>
  2372. </b:widget>
  2373. <b:widget id='Label5' locked='false' title='Tags' type='Label'>
  2374. <b:includable id='main'>
  2375. <b:if cond='data:title != &quot;&quot;'>
  2376. <h2><data:title/></h2>
  2377. </b:if>
  2378. <div expr:class='&quot;widget-content &quot; + data:display + &quot;-label-widget-content&quot;'>
  2379. <b:if cond='data:display == &quot;list&quot;'>
  2380. <ul>
  2381. <b:loop values='data:labels' var='label'>
  2382. <li>
  2383. <b:if cond='data:blog.url == data:label.url'>
  2384. <span expr:dir='data:blog.languageDirection'><data:label.name/></span>
  2385. <b:else/>
  2386. <a expr:dir='data:blog.languageDirection' expr:href='data:label.url'><data:label.name/></a>
  2387. </b:if>
  2388. <b:if cond='data:showFreqNumbers'>
  2389. <span dir='ltr'>(<data:label.count/>)</span>
  2390. </b:if>
  2391. </li>
  2392. </b:loop>
  2393. </ul>
  2394. <b:else/>
  2395. <b:loop values='data:labels' var='label'>
  2396. <span expr:class='&quot;label-size label-size-&quot; + data:label.cssSize'>
  2397. <b:if cond='data:blog.url == data:label.url'>
  2398. <span expr:dir='data:blog.languageDirection'><data:label.name/></span>
  2399. <b:else/>
  2400. <a expr:dir='data:blog.languageDirection' expr:href='data:label.url'><data:label.name/></a>
  2401. </b:if>
  2402. <b:if cond='data:showFreqNumbers'>
  2403. <span class='label-count' dir='ltr'>(<data:label.count/>)</span>
  2404. </b:if>
  2405. </span>
  2406. </b:loop>
  2407. </b:if>
  2408. <b:include name='quickedit'/>
  2409. </div>
  2410. </b:includable>
  2411. </b:widget>
  2412. </b:section>
  2413. </div>
  2414. <!-- Sidebar Right (end) -->
  2415.  
  2416. </div>
  2417. <!-- end content-wrapper -->
  2418. <div style='clear:both;'/>
  2419.  
  2420. <!-- Footer Wrap -->
  2421. <div class='row' id='footer-wrapper'>
  2422. <!-- Footer Sections -->
  2423. <div class='footer-wrap'>
  2424. <b:section class='footer-widget' id='footer1' maxwidgets='3' name='Footer 01' preferred='yes'>
  2425. <b:widget id='PopularPosts2' locked='false' title='Most Popular' type='PopularPosts'>
  2426. <b:includable id='main'>
  2427. <b:if cond='data:title != &quot;&quot;'><h2><data:title/></h2></b:if>
  2428. <div class='widget-content popular-posts'>
  2429. <ul>
  2430. <b:loop values='data:posts' var='post'>
  2431. <li>
  2432. <b:if cond='!data:showThumbnails'>
  2433. <b:if cond='!data:showSnippets'>
  2434. <!-- (1) No snippet/thumbnail -->
  2435. <a expr:href='data:post.href'><data:post.title/></a>
  2436. <b:else/>
  2437. <!-- (2) Show only snippets -->
  2438. <div class='item-title'><a expr:href='data:post.href'><data:post.title/></a></div>
  2439. <div class='item-snippet'><data:post.snippet/></div>
  2440. </b:if>
  2441. <b:else/>
  2442. <!-- (3) Show only thumbnails or (4) Snippets and thumbnails. -->
  2443. <div expr:class='data:showSnippets ? &quot;item-content&quot; : &quot;item-thumbnail-only&quot;'>
  2444. <b:if cond='data:post.thumbnail'>
  2445. <div class='item-thumbnail'>
  2446. <a expr:href='data:post.href' target='_blank'>
  2447. <img border='0' expr:alt='data:post.title' expr:height='data:thumbnailSize' expr:src='data:post.thumbnail' expr:width='data:thumbnailSize'/>
  2448. </a>
  2449. </div>
  2450. </b:if>
  2451. <div class='item-title'><a expr:href='data:post.href'><data:post.title/></a></div>
  2452. <b:if cond='data:showSnippets'>
  2453. <div class='item-snippet'><data:post.snippet/></div>
  2454. </b:if>
  2455. </div>
  2456. <div style='clear: both;'/>
  2457. </b:if>
  2458. </li>
  2459. </b:loop>
  2460. </ul>
  2461. <b:include name='quickedit'/>
  2462. </div>
  2463. </b:includable>
  2464. </b:widget>
  2465. </b:section>
  2466. <b:section class='footer-widget' id='footer2' maxwidgets='3' name='Footer 02' preferred='yes'>
  2467. <b:widget id='HTML7' locked='false' title='Recent Posts' type='HTML'>
  2468. <b:includable id='main'>
  2469. <!-- only display title if it's non-empty -->
  2470. <b:if cond='data:title != &quot;&quot;'>
  2471. <h2 class='title'><data:title/></h2>
  2472. </b:if>
  2473. <div class='widget-content'>
  2474. <data:content/>
  2475. </div>
  2476.  
  2477. <b:include name='quickedit'/>
  2478. </b:includable>
  2479. </b:widget>
  2480. </b:section>
  2481. <b:section class='footer-widget' id='footer3' maxwidgets='3' name='Footer 03' preferred='yes'>
  2482. <b:widget id='HTML3' locked='false' title='Random Posts' type='HTML'>
  2483. <b:includable id='main'>
  2484. <!-- only display title if it's non-empty -->
  2485. <b:if cond='data:title != &quot;&quot;'>
  2486. <h2 class='title'><data:title/></h2>
  2487. </b:if>
  2488. <div class='widget-content'>
  2489. <data:content/>
  2490. </div>
  2491.  
  2492. <b:include name='quickedit'/>
  2493. </b:includable>
  2494. </b:widget>
  2495. </b:section>
  2496. </div>
  2497. <!-- Footer Sections (end) -->
  2498.  
  2499. <!-- Social / Credits -->
  2500. <div id='footer-container'>
  2501. <div id='footer-container-left' itemscope='' itemtype='http://schema.org/WPFooter'>
  2502. <p>Created By <a href='http://www.soratemplates.com/' id='mycontent' title='Blogger Templates'>Sora Templates</a> &amp; <a href='http://mybloggerthemes.com' title='Blogger Templates'>Blogger Templates</a> | Distributed By <a href='https://gooyaabitemplates.com/' rel='dofollow' target='_blank'>Gooyaabi Templates</a>
  2503.  
  2504. </p>
  2505. </div>
  2506.  
  2507. <!-- Footer Social -->
  2508. <b:section class='social-footer' id='social-footer' maxwidgets='1' name='Social Footer' showaddelement='yes'>
  2509. <b:widget id='LinkList40' locked='true' title='Social Buttons' type='LinkList'>
  2510. <b:includable id='main'>
  2511. <div class='widget-content'>
  2512. <ul>
  2513. <b:loop values='data:links' var='link'>
  2514. <li><a expr:class='data:link.name' expr:href='data:link.target' expr:title='data:link.name'/></li>
  2515. </b:loop>
  2516. </ul>
  2517. </div>
  2518. </b:includable>
  2519. </b:widget>
  2520. </b:section>
  2521.  
  2522. </div>
  2523. <!-- Social / Credits (end) -->
  2524. </div>
  2525. <!-- Footer Wrap (end) -->
  2526.  
  2527. </div>
  2528. <!-- end outer-wrapper -->
  2529. &lt;/div&gt;
  2530. <!-- end pages-wrap -->
  2531.  
  2532. <script>
  2533. //<![CDATA[
  2534. // jQuery OwlCarousel v1.31 - http://www.owlgraphic.com/owlcarousel
  2535. "function"!==typeof Object.create&&(Object.create=function(f){function g(){}g.prototype=f;return new g});
  2536. (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?
  2537. (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;
  2538. this.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&&
  2539. (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,
  2540. [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}),
  2541. g.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")},
  2542. baseClass: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=
  2543. !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]),
  2544. a<=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&&
  2545. !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=
  2546. this,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()/
  2547. this.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]),
  2548. c=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=
  2549. f("<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=
  2550. f('<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&&
  2551. (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")===
  2552. f(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===
  2553. this.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;
  2554. this.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?
  2555. this.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),
  2556. !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},
  2557. c.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=
  2558. this.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)},
  2559. checkAp: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))},
  2560. addCssSpeed: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("+
  2561. a+"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)";
  2562. a=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"]:
  2563. !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")})},
  2564. gestures: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;
  2565. "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)}
  2566. function 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")}),
  2567. a=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;
  2568. !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=
  2569. a=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)):
  2570. (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)});
  2571. a.$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")?
  2572. b.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,
  2573. [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,
  2574. 100):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");
  2575. this.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+
  2576. "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,
  2577. b){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");
  2578. f(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,
  2579. a);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===
  2580. f(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,
  2581. responsive:!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);
  2582. //]]>
  2583. </script>
  2584.  
  2585. <script type='text/javascript'>
  2586. //<![CDATA[
  2587.  
  2588. // JQuery hover event with timeout by Taufik Nurrohman - https://plus.google.com/108949996304093815163/about
  2589. (function(c){c.fn.hoverTimeout=function(d,e,f,g){return this.each(function(){var a=null,b=c(this);b.hover(function(){clearTimeout(a);a=setTimeout(function(){e.call(b)},d)},function(){clearTimeout(a);a=setTimeout(function(){g.call(b)},f)})})}})(jQuery);
  2590.  
  2591. // jquery replacetext plugin https://github.com/cowboy/jquery-replacetext
  2592. (function(e){e.fn.replaceText=function(t,n,r){return this.each(function(){var i=this.firstChild,s,o,u=[];if(i){do{if(i.nodeType===3){s=i.nodeValue;o=s.replace(t,n);if(o!==s){if(!r&&/</.test(o)){e(i).before(o);u.push(i)}else{i.nodeValue=o}}}}while(i=i.nextSibling)}u.length&&e(u).remove()})}})(jQuery);
  2593.  
  2594. // Timeago jQuery plugin ~ URL: http://timeago.yarp.com
  2595. (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")});
  2596.  
  2597. // SelectNav.js - by: https://github.com/lukaszfiszer/selectnav.js
  2598. window.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)}}();$(document).ready(function(){selectnav('nav');selectnav('nav1');});
  2599. //]]>
  2600. </script>
  2601.  
  2602. <script type='text/javascript'>
  2603. //<![CDATA[
  2604.  
  2605. // Main Scripts
  2606. $(document).ready(function() {
  2607. $(".footer-widget .widget h2").wrap("<div class='widget-title'/>");
  2608. $(".index .post-outer,.archive .post-outer").each(function() {
  2609. $(this).find(".block-image .thumb a").attr("style", function(e, t) {
  2610. return t.replace("/default.jpg", "/mqdefault.jpg")
  2611. }).attr("style", function(e, t) {
  2612. return t.replace("s72-c", "s1600")
  2613. })
  2614. });
  2615.  
  2616. $(window).scroll(function() {
  2617. if ($(this).scrollTop() > 200) {
  2618. $('#back-to-top').fadeIn()
  2619. } else {
  2620. $('#back-to-top').fadeOut()
  2621. }
  2622. });
  2623. $('#back-to-top').hide().click(function() {
  2624. $('html, body').animate({
  2625. scrollTop: 0
  2626. }, 1000);
  2627. return false
  2628. });
  2629. var search = $('.search');
  2630. search.click(function(e) {
  2631. e.preventDefault();
  2632. if (search.is('.active') && $(e.target).is(search)) {
  2633. search.removeClass('active')
  2634. } else {
  2635. search.addClass('active');
  2636. search.find('input').focus()
  2637. }
  2638. });
  2639. $('body').click(function(e) {
  2640. if (search.is('.active') && !$(e.target).is('.search, .search form, .search input')) {
  2641. search.removeClass('active')
  2642. }
  2643. });
  2644.  
  2645. var s = "[full_width]";
  2646. var o = "[left_sidebar]";
  2647. $(".post *").replaceText(s, "<style>@media screen and (min-width: 1000px){.item #main-wrapper{width:100% !important;float:none!important;}.item .sidebar-right{display:none;}.related-thumb,.related li .related-img{height:150px!important;}}</style>");
  2648. $(".post *").replaceText(o, "<style>@media screen and (min-width: 1000px){.item #main-wrapper{float:right!important;}.item .sidebar-right{float:left!important;}}</style>");
  2649.  
  2650. (function(e) {
  2651. var t = e("a.newer-link");
  2652. var n = e("a.older-link");
  2653. e.get(t.attr("href"), function(n) {
  2654. t.html('<strong>Next <i class="fa fa-arrow-circle-o-right"></i></strong><span>' + e(n).find(".post h1.post-title").text() + "</span>")
  2655. }, "html");
  2656. e.get(n.attr("href"), function(t) {
  2657. n.html('<strong><i class="fa fa-arrow-circle-o-left"></i> Previous</strong><span>' + e(t).find(".post h1.post-title").text() + "</span>")
  2658. }, "html")
  2659. })(jQuery)
  2660. });
  2661.  
  2662. $(document).ready(function() {
  2663. $('.HTML .widget-content').each(function() {
  2664. var text = $(this).text();
  2665. if (text.match('randomposts')) {
  2666. $.ajax({
  2667. url: "/feeds/posts/default?alt=json-in-script",
  2668. type: 'get',
  2669. dataType: "jsonp",
  2670. success: function(datax) {
  2671. var numpost = datax.feed.entry.length;
  2672. var min = 0;
  2673. var max = numpost - randomposts_number;
  2674. var random = Math.floor(Math.random() * (max - min + 1)) + min;
  2675. $.ajax({
  2676. url: "/feeds/posts/default?alt=json-in-script&start-index=" + random + "&max-results=" + randomposts_number,
  2677. type: 'get',
  2678. dataType: "jsonp",
  2679. success: function(data) {
  2680. var posturl = "";
  2681. var htmlcode = '<ul class="roma-widget">';
  2682. for (var i = 0; i < data.feed.entry.length; i++) {
  2683. for (var j = 0; j < data.feed.entry[i].link.length; j++) {
  2684. if (data.feed.entry[i].link[j].rel == "alternate") {
  2685. posturl = data.feed.entry[i].link[j].href;
  2686. break;
  2687. }
  2688. }
  2689. var posttitle = data.feed.entry[i].title.$t;
  2690. var tag = data.feed.entry[i].category[0].term;
  2691. var content = data.feed.entry[i].content.$t;
  2692. var $content = $('<div>').html(content);
  2693.  
  2694. if (content.indexOf("http://www.youtube.com/embed/") > -1 || content.indexOf("https://www.youtube.com/embed/") > -1) {
  2695.  
  2696. var src2 = data.feed.entry[i].media$thumbnail.url;
  2697. var thumb = '<a class="mag-thumb" href="' + posturl + '" style="background:url(' + src2 + ') no-repeat center center;background-size: cover"/>';
  2698.  
  2699.  
  2700. } else if (content.indexOf("<img") > -1) {
  2701.  
  2702. var src = $content.find('img:first').attr('src');
  2703. var thumb = '<a class="mag-thumb" href="' + posturl + '" style="background:url(' + src + ') no-repeat center center;background-size: cover"/>';
  2704.  
  2705.  
  2706. } else {
  2707. var thumb = '<a class="mag-thumb" href="' + posturl + '" style="background:url(' + no_image_url + ') no-repeat center center;background-size: cover"/>';
  2708. }
  2709.  
  2710. htmlcode += '<li><div class="wid-thumb">' + thumb + '</div><div class="p-head"><h3 class="wrp-titulo"><a href="' + posturl + '">' + posttitle + '</a></h3></div></li>';
  2711. }
  2712. htmlcode += '</ul><div class="clear"/>';
  2713. $('.HTML .widget-content').each(function() {
  2714. if ($(this).text().match('randomposts')) {
  2715. $(this).html(htmlcode);
  2716. $(this).parent().addClass('ideias-widget');
  2717. $(this).find('.rcp-thumb').each(function() {
  2718. $(this).attr('style', function(i, src) {
  2719. return src.replace('/default.jpg', '/mqdefault.jpg');
  2720. }).attr('style', function(i, src) {
  2721. return src.replace('s72-c', 's1600');
  2722. });
  2723. });
  2724. $("p.trans").each(function() {
  2725. var e = $(this).text();
  2726. var t = $(this).attr("data-tran");
  2727. $("#pages-wrapper *").replaceText(e, t)
  2728. });
  2729. }
  2730. });
  2731. }
  2732. });
  2733. }
  2734. });
  2735. }
  2736.  
  2737. if (text.match('recentposts')) {
  2738. $.ajax({
  2739. url: "/feeds/posts/default?alt=json-in-script",
  2740. type: 'get',
  2741. dataType: "jsonp",
  2742. success: function(datax) {
  2743. $.ajax({
  2744. url: "/feeds/posts/default?alt=json-in-script&max-results=" + recentposts_number,
  2745. type: 'get',
  2746. dataType: "jsonp",
  2747. success: function(data) {
  2748. var posturl = "";
  2749. var htmlcode = '<ul class="roma-widget">';
  2750. for (var i = 0; i < data.feed.entry.length; i++) {
  2751. for (var j = 0; j < data.feed.entry[i].link.length; j++) {
  2752. if (data.feed.entry[i].link[j].rel == "alternate") {
  2753. posturl = data.feed.entry[i].link[j].href;
  2754. break;
  2755. }
  2756. }
  2757. var posttitle = data.feed.entry[i].title.$t;
  2758. var tag = data.feed.entry[i].category[0].term;
  2759. var content = data.feed.entry[i].content.$t;
  2760. var $content = $('<div>').html(content);
  2761.  
  2762. if (content.indexOf("http://www.youtube.com/embed/") > -1 || content.indexOf("https://www.youtube.com/embed/") > -1) {
  2763.  
  2764. var src2 = data.feed.entry[i].media$thumbnail.url;
  2765. var thumb = '<a class="mag-thumb" href="' + posturl + '" style="background:url(' + src2 + ') no-repeat center center;background-size: cover"/>';
  2766.  
  2767.  
  2768. } else if (content.indexOf("<img") > -1) {
  2769.  
  2770. var src = $content.find('img:first').attr('src');
  2771. var thumb = '<a class="mag-thumb" href="' + posturl + '" style="background:url(' + src + ') no-repeat center center;background-size: cover"/>';
  2772.  
  2773.  
  2774. } else {
  2775. var thumb = '<a class="mag-thumb" href="' + posturl + '" style="background:url(' + no_image_url + ') no-repeat center center;background-size: cover"/>';
  2776. }
  2777.  
  2778. htmlcode += '<li><div class="wid-thumb">' + thumb + '</div><div class="p-head"><h3 class="wrp-titulo"><a href="' + posturl + '">' + posttitle + '</a></h3></div></li>';
  2779. }
  2780. htmlcode += '</ul><div class="clear"/>';
  2781. $('.HTML .widget-content').each(function() {
  2782. if ($(this).text().match('recentposts')) {
  2783. $(this).html(htmlcode);
  2784. $(this).parent().addClass('ideias-widget');
  2785. $(this).find('.rcp-thumb').each(function() {
  2786. $(this).attr('style', function(i, src) {
  2787. return src.replace('/default.jpg', '/mqdefault.jpg');
  2788. }).attr('style', function(i, src) {
  2789. return src.replace('s72-c', 's1600');
  2790. });
  2791. });
  2792. $("p.trans").each(function() {
  2793. var e = $(this).text();
  2794. var t = $(this).attr("data-tran");
  2795. $("#pages-wrapper *").replaceText(e, t)
  2796. });
  2797. }
  2798. });
  2799. }
  2800. });
  2801. }
  2802. });
  2803. }
  2804. });
  2805.  
  2806. $(".slider-layout .HTML .widget-content").each(function() {
  2807. var t = $(this).html(),
  2808. k = $(this).prev("h2").text();
  2809. var z = t.match(/[^[\]]+(?=])/g);
  2810. $(this).html("<span>" + z[0] + "</span><span>" + z[1] + "</span>");
  2811. var kkk = $(this).text();
  2812. var g = $(this).find("span").eq(0).text();
  2813. var slider_number = $(this).find("span").eq(1).text();
  2814. var style = "<span>slider</span>";
  2815. if (style.match('slider')) {
  2816. $.ajax({
  2817. url: "/feeds/posts/default/-/" + g + "?alt=json-in-script&max-results=" + slider_number,
  2818. type: 'get',
  2819. dataType: "jsonp",
  2820. success: function(data) {
  2821. var posturl = "";
  2822. var htmlcode = '<div class="slider-items owl-carousel">';
  2823. for (var i = 0; i < data.feed.entry.length; i++) {
  2824. for (var j = 0; j < data.feed.entry[i].link.length; j++) {
  2825. if (data.feed.entry[i].link[j].rel == "alternate") {
  2826. posturl = data.feed.entry[i].link[j].href;
  2827. break;
  2828. }
  2829. }
  2830. var posttitle = data.feed.entry[i].title.$t;
  2831. var author = data.feed.entry[i].author[0].name.$t;
  2832. var get_date = data.feed.entry[i].published.$t,
  2833. year = get_date.substring(0, 4),
  2834. month = get_date.substring(5, 7),
  2835. day = get_date.substring(8, 10),
  2836. date = text_month[parseInt(month, 10)] + ' ' + day + ', ' + year;
  2837. var content = data.feed.entry[i].content.$t;
  2838. var $content = $('<div>').html(content);
  2839. var re = /<\S[^>]*>/g;
  2840.  
  2841. if (content.indexOf("http://www.youtube.com/embed/") > -1 || content.indexOf("https://www.youtube.com/embed/") > -1) {
  2842.  
  2843. var src2 = data.feed.entry[i].media$thumbnail.url;
  2844. var thumb = '<a class="recent-thumb" href="' + posturl + '" style="background:url(' + src2 + ') no-repeat center center;background-size: cover"/>';
  2845.  
  2846.  
  2847. } else if (content.indexOf("<img") > -1) {
  2848.  
  2849. var src = $content.find('img:first').attr('src');
  2850. var thumb = '<a class="recent-thumb" href="' + posturl + '" style="background:url(' + src + ') no-repeat center center;background-size: cover"/>';
  2851.  
  2852.  
  2853. } else {
  2854. var thumb = '<a class="recent-thumb" href="' + posturl + '" style="background:url(' + no_image_url + ') no-repeat center center;background-size: cover"/>';
  2855. }
  2856.  
  2857. htmlcode += '<li>' + thumb + '<div class="recent-content"><h3 class="recent-title"><a href="' + posturl + '">' + posttitle + '</a></h3><span class="recent-author">' + author + '</span><span class="recent-date">' + date + '</span></div><div class="clear"/></li>';
  2858. }
  2859. htmlcode += '</div>';
  2860.  
  2861. $(".slider-layout .HTML .widget-content").each(function() {
  2862. var text = $(this).text();
  2863. if (text == kkk) {
  2864. $(this).html(htmlcode);
  2865. $(this).parent().addClass('carousel');
  2866. $(this).parent().addClass('slider');
  2867. $(this).parent().addClass('recent-block');
  2868. $(this).prev("h2").remove();
  2869. $(this).removeClass('widget-content').addClass('layout-content');
  2870. $(".slider-items").owlCarousel({
  2871. items: 1,
  2872. navigation: true,
  2873. navigationText: ["", ""],
  2874. itemsDesktop: [1000, 1],
  2875. itemsDesktopSmall: [647, 1],
  2876. itemsTablet: [396, 1],
  2877. autoPlay: true,
  2878. autoPlay: 5000,
  2879. itemsMobile: false,
  2880. pagination: true
  2881. });
  2882. $(this).find('.recent-thumb').each(function() {
  2883. $(this).attr('style', function(i, src) {
  2884. return src.replace('/default.jpg', '/sddefault.jpg');
  2885. }).attr('style', function(i, src) {
  2886. return src.replace('s72-c', 's1600');
  2887. });
  2888. });
  2889. $("p.trans").each(function() {
  2890. var e = $(this).text();
  2891. var t = $(this).attr("data-tran");
  2892. $("#pages-wrapper *").replaceText(e, t)
  2893. });
  2894. }
  2895. });
  2896. }
  2897. });
  2898. }
  2899. });
  2900. });
  2901. var _0xd0c4=["\x24\x28\x22\x23\x34\x2D\x44\x22\x29\x2E\x42\x28\x38\x28\x29\x7B\x32\x20\x67\x3D\x24\x28\x76\x29\x2E\x49\x28\x29\x3B\x32\x20\x5A\x3D\x33\x3B\x24\x2E\x31\x44\x28\x7B\x6F\x3A\x22\x2F\x31\x43\x2F\x44\x2F\x4F\x2F\x2D\x2F\x22\x2B\x67\x2B\x22\x3F\x31\x76\x3D\x31\x70\x2D\x31\x6B\x2D\x31\x6A\x26\x31\x69\x2D\x31\x67\x3D\x22\x2B\x5A\x2C\x31\x66\x3A\x27\x31\x64\x27\x2C\x31\x61\x3A\x22\x31\x39\x22\x2C\x31\x38\x3A\x38\x28\x35\x29\x7B\x32\x20\x68\x3D\x22\x22\x3B\x32\x20\x78\x3D\x27\x3C\x6C\x20\x64\x3D\x22\x34\x22\x3E\x27\x3B\x51\x28\x32\x20\x69\x3D\x30\x3B\x69\x3C\x35\x2E\x62\x2E\x39\x2E\x56\x3B\x69\x2B\x2B\x29\x7B\x51\x28\x32\x20\x6A\x3D\x30\x3B\x6A\x3C\x35\x2E\x62\x2E\x39\x5B\x69\x5D\x2E\x43\x2E\x56\x3B\x6A\x2B\x2B\x29\x7B\x73\x28\x35\x2E\x62\x2E\x39\x5B\x69\x5D\x2E\x43\x5B\x6A\x5D\x2E\x31\x37\x3D\x3D\x22\x31\x36\x22\x29\x7B\x68\x3D\x35\x2E\x62\x2E\x39\x5B\x69\x5D\x2E\x43\x5B\x6A\x5D\x2E\x37\x3B\x31\x35\x7D\x7D\x32\x20\x4D\x3D\x35\x2E\x62\x2E\x39\x5B\x69\x5D\x2E\x47\x2E\x24\x74\x3B\x32\x20\x36\x3D\x35\x2E\x62\x2E\x39\x5B\x69\x5D\x2E\x36\x2E\x24\x74\x3B\x32\x20\x24\x36\x3D\x24\x28\x27\x3C\x6C\x3E\x27\x29\x2E\x49\x28\x36\x29\x3B\x73\x28\x36\x2E\x4A\x28\x22\x41\x3A\x2F\x2F\x79\x2E\x53\x2E\x75\x2F\x4C\x2F\x22\x29\x3E\x2D\x31\x7C\x7C\x36\x2E\x4A\x28\x22\x31\x34\x3A\x2F\x2F\x79\x2E\x53\x2E\x75\x2F\x4C\x2F\x22\x29\x3E\x2D\x31\x29\x7B\x32\x20\x57\x3D\x35\x2E\x62\x2E\x39\x5B\x69\x5D\x2E\x31\x6E\x24\x31\x33\x2E\x6F\x3B\x32\x20\x72\x3D\x27\x3C\x61\x20\x64\x3D\x22\x34\x2D\x6D\x22\x20\x37\x3D\x22\x27\x2B\x68\x2B\x27\x22\x20\x71\x3D\x22\x6B\x3A\x6F\x28\x27\x2B\x57\x2B\x27\x29\x20\x45\x2D\x46\x20\x6E\x20\x6E\x3B\x6B\x2D\x48\x3A\x20\x7A\x22\x2F\x3E\x27\x7D\x31\x31\x20\x73\x28\x36\x2E\x4A\x28\x22\x3C\x6D\x22\x29\x3E\x2D\x31\x29\x7B\x32\x20\x66\x3D\x24\x36\x2E\x31\x62\x28\x27\x6D\x3A\x31\x63\x27\x29\x2E\x77\x28\x27\x66\x27\x29\x3B\x32\x20\x72\x3D\x27\x3C\x61\x20\x64\x3D\x22\x34\x2D\x6D\x22\x20\x37\x3D\x22\x27\x2B\x68\x2B\x27\x22\x20\x71\x3D\x22\x6B\x3A\x6F\x28\x27\x2B\x66\x2B\x27\x29\x20\x45\x2D\x46\x20\x6E\x20\x6E\x3B\x6B\x2D\x48\x3A\x20\x7A\x22\x2F\x3E\x27\x7D\x31\x31\x7B\x32\x20\x72\x3D\x27\x3C\x61\x20\x64\x3D\x22\x34\x2D\x6D\x22\x20\x37\x3D\x22\x27\x2B\x68\x2B\x27\x22\x20\x71\x3D\x22\x6B\x3A\x6F\x28\x27\x2B\x31\x65\x2B\x27\x29\x20\x45\x2D\x46\x20\x6E\x20\x6E\x3B\x6B\x2D\x48\x3A\x20\x7A\x22\x2F\x3E\x27\x7D\x78\x2B\x3D\x27\x3C\x59\x3E\x3C\x6C\x20\x64\x3D\x22\x34\x2D\x72\x22\x3E\x27\x2B\x72\x2B\x27\x3C\x2F\x6C\x3E\x3C\x58\x20\x64\x3D\x22\x34\x2D\x47\x22\x3E\x3C\x61\x20\x37\x3D\x22\x27\x2B\x68\x2B\x27\x22\x3E\x27\x2B\x4D\x2B\x27\x3C\x2F\x61\x3E\x3C\x2F\x58\x3E\x3C\x2F\x59\x3E\x27\x7D\x78\x2B\x3D\x27\x3C\x2F\x6C\x3E\x3C\x6C\x20\x64\x3D\x22\x31\x68\x22\x2F\x3E\x27\x3B\x24\x28\x22\x23\x34\x2D\x44\x22\x29\x2E\x49\x28\x78\x29\x3B\x24\x28\x27\x2E\x34\x2D\x6D\x27\x29\x2E\x42\x28\x38\x28\x29\x7B\x24\x28\x76\x29\x2E\x77\x28\x27\x71\x27\x2C\x38\x28\x69\x2C\x66\x29\x7B\x55\x20\x66\x2E\x54\x28\x27\x2F\x4F\x2E\x52\x27\x2C\x27\x2F\x31\x6C\x2E\x52\x27\x29\x7D\x29\x2E\x77\x28\x27\x71\x27\x2C\x38\x28\x69\x2C\x66\x29\x7B\x55\x20\x66\x2E\x54\x28\x27\x31\x6D\x2D\x63\x27\x2C\x27\x31\x32\x27\x29\x7D\x29\x7D\x29\x3B\x24\x28\x22\x70\x2E\x31\x6F\x22\x29\x2E\x42\x28\x38\x28\x29\x7B\x32\x20\x65\x3D\x24\x28\x76\x29\x2E\x31\x71\x28\x29\x3B\x32\x20\x74\x3D\x24\x28\x76\x29\x2E\x77\x28\x22\x35\x2D\x31\x72\x22\x29\x3B\x24\x28\x22\x23\x31\x73\x2D\x31\x74\x20\x2A\x22\x29\x2E\x31\x75\x28\x65\x2C\x74\x29\x7D\x29\x7D\x7D\x29\x7D\x29\x3B\x50\x2E\x31\x77\x3D\x38\x28\x29\x7B\x32\x20\x65\x3D\x31\x78\x2E\x31\x79\x28\x22\x31\x7A\x22\x29\x3B\x73\x28\x65\x3D\x3D\x31\x41\x29\x7B\x50\x2E\x31\x42\x2E\x37\x3D\x22\x41\x3A\x2F\x2F\x79\x2E\x4E\x2E\x75\x2F\x22\x7D\x65\x2E\x4B\x28\x22\x37\x22\x2C\x22\x41\x3A\x2F\x2F\x79\x2E\x4E\x2E\x75\x2F\x22\x29\x3B\x65\x2E\x4B\x28\x22\x47\x22\x2C\x22\x20\x31\x45\x20\x31\x30\x22\x29\x3B\x65\x2E\x31\x46\x3D\x22\x31\x47\x20\x31\x30\x22\x7D","\x7C","\x73\x70\x6C\x69\x74","\x7C\x7C\x76\x61\x72\x7C\x7C\x72\x65\x6C\x61\x74\x65\x64\x7C\x64\x61\x74\x61\x7C\x63\x6F\x6E\x74\x65\x6E\x74\x7C\x68\x72\x65\x66\x7C\x66\x75\x6E\x63\x74\x69\x6F\x6E\x7C\x65\x6E\x74\x72\x79\x7C\x7C\x66\x65\x65\x64\x7C\x7C\x63\x6C\x61\x73\x73\x7C\x7C\x73\x72\x63\x7C\x7C\x70\x6F\x73\x74\x75\x72\x6C\x7C\x7C\x7C\x62\x61\x63\x6B\x67\x72\x6F\x75\x6E\x64\x7C\x64\x69\x76\x7C\x69\x6D\x67\x7C\x63\x65\x6E\x74\x65\x72\x7C\x75\x72\x6C\x7C\x7C\x73\x74\x79\x6C\x65\x7C\x74\x68\x75\x6D\x62\x7C\x69\x66\x7C\x7C\x63\x6F\x6D\x7C\x74\x68\x69\x73\x7C\x61\x74\x74\x72\x7C\x68\x74\x6D\x6C\x63\x6F\x64\x65\x7C\x77\x77\x77\x7C\x63\x6F\x76\x65\x72\x7C\x68\x74\x74\x70\x7C\x65\x61\x63\x68\x7C\x6C\x69\x6E\x6B\x7C\x70\x6F\x73\x74\x73\x7C\x6E\x6F\x7C\x72\x65\x70\x65\x61\x74\x7C\x74\x69\x74\x6C\x65\x7C\x73\x69\x7A\x65\x7C\x68\x74\x6D\x6C\x7C\x69\x6E\x64\x65\x78\x4F\x66\x7C\x73\x65\x74\x41\x74\x74\x72\x69\x62\x75\x74\x65\x7C\x65\x6D\x62\x65\x64\x7C\x70\x6F\x73\x74\x74\x69\x74\x6C\x65\x7C\x73\x6F\x72\x61\x74\x65\x6D\x70\x6C\x61\x74\x65\x73\x7C\x64\x65\x66\x61\x75\x6C\x74\x7C\x77\x69\x6E\x64\x6F\x77\x7C\x66\x6F\x72\x7C\x6A\x70\x67\x7C\x79\x6F\x75\x74\x75\x62\x65\x7C\x72\x65\x70\x6C\x61\x63\x65\x7C\x72\x65\x74\x75\x72\x6E\x7C\x6C\x65\x6E\x67\x74\x68\x7C\x73\x72\x63\x32\x7C\x68\x33\x7C\x6C\x69\x7C\x72\x65\x6C\x61\x74\x65\x64\x5F\x6E\x75\x6D\x62\x65\x72\x7C\x54\x65\x6D\x70\x6C\x61\x74\x65\x73\x7C\x65\x6C\x73\x65\x7C\x73\x31\x36\x30\x30\x7C\x74\x68\x75\x6D\x62\x6E\x61\x69\x6C\x7C\x68\x74\x74\x70\x73\x7C\x62\x72\x65\x61\x6B\x7C\x61\x6C\x74\x65\x72\x6E\x61\x74\x65\x7C\x72\x65\x6C\x7C\x73\x75\x63\x63\x65\x73\x73\x7C\x6A\x73\x6F\x6E\x70\x7C\x64\x61\x74\x61\x54\x79\x70\x65\x7C\x66\x69\x6E\x64\x7C\x66\x69\x72\x73\x74\x7C\x67\x65\x74\x7C\x6E\x6F\x5F\x69\x6D\x61\x67\x65\x5F\x75\x72\x6C\x7C\x74\x79\x70\x65\x7C\x72\x65\x73\x75\x6C\x74\x73\x7C\x63\x6C\x65\x61\x72\x7C\x6D\x61\x78\x7C\x73\x63\x72\x69\x70\x74\x7C\x69\x6E\x7C\x6D\x71\x64\x65\x66\x61\x75\x6C\x74\x7C\x73\x37\x32\x7C\x6D\x65\x64\x69\x61\x7C\x74\x72\x61\x6E\x73\x7C\x6A\x73\x6F\x6E\x7C\x74\x65\x78\x74\x7C\x74\x72\x61\x6E\x7C\x70\x61\x67\x65\x73\x7C\x77\x72\x61\x70\x70\x65\x72\x7C\x72\x65\x70\x6C\x61\x63\x65\x54\x65\x78\x74\x7C\x61\x6C\x74\x7C\x6F\x6E\x6C\x6F\x61\x64\x7C\x64\x6F\x63\x75\x6D\x65\x6E\x74\x7C\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x42\x79\x49\x64\x7C\x6D\x79\x63\x6F\x6E\x74\x65\x6E\x74\x7C\x6E\x75\x6C\x6C\x7C\x6C\x6F\x63\x61\x74\x69\x6F\x6E\x7C\x66\x65\x65\x64\x73\x7C\x61\x6A\x61\x78\x7C\x42\x6C\x6F\x67\x67\x65\x72\x7C\x69\x6E\x6E\x65\x72\x48\x54\x4D\x4C\x7C\x53\x6F\x72\x61","","\x66\x72\x6F\x6D\x43\x68\x61\x72\x43\x6F\x64\x65","\x72\x65\x70\x6C\x61\x63\x65","\x5C\x77\x2B","\x5C\x62","\x67"];eval(function(_0x80fdx1,_0x80fdx2,_0x80fdx3,_0x80fdx4,_0x80fdx5,_0x80fdx6){_0x80fdx5=function(_0x80fdx3){return (_0x80fdx3<_0x80fdx2?_0xd0c4[4]:_0x80fdx5(parseInt(_0x80fdx3/_0x80fdx2)))+((_0x80fdx3=_0x80fdx3%_0x80fdx2)>35?String[_0xd0c4[5]](_0x80fdx3+29):_0x80fdx3.toString(36))};if(!_0xd0c4[4][_0xd0c4[6]](/^/,String)){while(_0x80fdx3--){_0x80fdx6[_0x80fdx5(_0x80fdx3)]=_0x80fdx4[_0x80fdx3]||_0x80fdx5(_0x80fdx3)};_0x80fdx4=[function(_0x80fdx5){return _0x80fdx6[_0x80fdx5]}];_0x80fdx5=function(){return _0xd0c4[7]};_0x80fdx3=1;};while(_0x80fdx3--){if(_0x80fdx4[_0x80fdx3]){_0x80fdx1=_0x80fdx1[_0xd0c4[6]]( new RegExp(_0xd0c4[8]+_0x80fdx5(_0x80fdx3)+_0xd0c4[8],_0xd0c4[9]),_0x80fdx4[_0x80fdx3])}};return _0x80fdx1;}(_0xd0c4[0],62,105,_0xd0c4[3][_0xd0c4[2]](_0xd0c4[1]),0,{}));
  2902.  
  2903. //]]>
  2904. </script>
  2905.  
  2906. <script type='text/javascript'>
  2907. //<![CDATA[
  2908. // Simple Tab JQuery Plugin by Taufik Nurrohman - https://plus.google.com/108949996304093815163/about
  2909. (function(a){a.fn.simpleTab=function(b){b=jQuery.extend({active:1,fx:null,showSpeed:400,hideSpeed:400,showEasing:null,hideEasing:null,show:function(){},hide:function(){},change:function(){}},b);return this.each(function(){var e=a(this),c=e.children("[data-tab]"),d=b.active-1;e.addClass("simpleTab").prepend('<ul class="wrap-tab"></ul>');c.addClass("content-tab").each(function(){a(this).hide();e.find(".wrap-tab").append('<li><a href="#">'+a(this).data("tab")+"</a></li>")}).eq(d).show();e.find(".wrap-tab a").on("click",function(){var f=a(this).parent().index();a(this).closest(".wrap-tab").find(".activeTab").removeClass("activeTab");a(this).addClass("activeTab");if(b.fx=="slide"){if(c.eq(f).is(":hidden")){c.slideUp(b.hideSpeed,b.hideEasing,function(){b.hide.call(e)}).eq(f).slideDown(b.showSpeed,b.showEasing,function(){b.show.call(e)})}}else{if(b.fx=="fade"){if(c.eq(f).is(":hidden")){c.hide().eq(f).fadeIn(b.showSpeed,b.showEasing,function(){b.show.call(e)})}}else{if(b.fx=="fancyslide"){if(c.eq(f).is(":hidden")){c.slideUp(b.hideSpeed,b.hideEasing,function(){b.hide.call(e)}).eq(f).delay(b.hideSpeed).slideDown(b.showSpeed,b.showEasing,function(){b.show.call(e)})}}else{if(c.eq(f).is(":hidden")){c.hide().eq(f).show()}}}}b.change.call(e);return false}).eq(d).addClass("activeTab")})}})(jQuery);
  2910.  
  2911. $(document).ready(function() {
  2912. $(".cmm-tabs").simpleTab({
  2913. active: 1,
  2914. fx: "fade",
  2915. showSpeed: 400,
  2916. hideSpeed: 400
  2917. });
  2918. $('.blogger-tab').append($('#comments'));
  2919. $(".cmm-tabs.simpleTab .wrap-tab").wrap("<div class='cmm-tabs-header'/>");
  2920. $('.cmm-tabs-header').prepend('<h3>Comments</h3>');
  2921. });
  2922. //]]>
  2923. </script>
  2924.  
  2925. <b:if cond='data:blog.pageType == &quot;item&quot;'>
  2926. <script type='text/javascript'>
  2927. //<![CDATA[
  2928. $(document).ready(function(){$('a[name="ad_post_x10"]').before($('#ads-blog').html());$('#ads-blog').html('')});
  2929. //]]>
  2930. </script>
  2931. </b:if>
  2932.  
  2933. <b:if cond='data:blog.pageType != &quot;item&quot;'>
  2934. <script type='text/javascript'>
  2935. //<![CDATA[
  2936. var displayPageNum=3;
  2937. var upPageWord ='Previous';
  2938. var downPageWord ='Next';
  2939. //]]>
  2940. </script>
  2941. <script type='text/javascript'>
  2942. //<![CDATA[
  2943. function showpageCount(json){var thisUrl=home_page_url;var htmlMap=new Array();var thisNum=1;var postNum=1;var itemCount=0;var fFlag=0;var eFlag=0;var html='';var upPageHtml='';var downPageHtml='';for(var i=0,post;post=json.feed.entry[i];i++){var timestamp1=post.published.$t.substring(0,19)+post.published.$t.substring(23,29);timestamp=encodeURIComponent(timestamp1);var title=post.title.$t;if(title!=''){if(itemCount==0||(itemCount%pageCount==(pageCount-1))){if(thisUrl.indexOf(timestamp)!=-1){thisNum=postNum}if(title!='')postNum++;htmlMap[htmlMap.length]='/search?updated-max='+timestamp+'&max-results='+pageCount}}itemCount++}for(var p=0;p<htmlMap.length;p++){if(p>=(thisNum-displayPageNum-1)&&p<(thisNum+displayPageNum)){if(fFlag==0&&p==thisNum-2){if(thisNum==2){upPageHtml='<span class="showpage"><a href="/">'+upPageWord+'</a></span>'}else{upPageHtml='<span class="showpage"><a href="'+htmlMap[p]+'">'+upPageWord+'</a></span>'}fFlag++}if(p==(thisNum-1)){html+='<span class="showpagePoint">'+thisNum+'</span>'}else{if(p==0){html+='<span class="showpageNum"><a href="/">1</a></span>'}else{html+='<span class="showpageNum"><a href="'+htmlMap[p]+'">'+(p+1)+'</a></span>'}}if(eFlag==0&&p==thisNum){downPageHtml='<span class="showpage"> <a href="'+htmlMap[p]+'">'+downPageWord+'</a></span>';eFlag++}}}if(thisNum>1){html=''+upPageHtml+' '+html+' '}html='<div class="showpageArea"><span class="showpageOf"> Páginas <h9>'+(postNum-1)+'</h9></span>'+html;if(thisNum<(postNum-1)){html+=downPageHtml}if(postNum==1)postNum++;html+='</div>';var pageArea=document.getElementsByName("pageArea");var blogPager=document.getElementById("blog-pager");if(postNum<=2){html=''}for(var p=0;p<pageArea.length;p++){pageArea[p].innerHTML=html}if(pageArea&&pageArea.length>0){html=''}if(blogPager){blogPager.innerHTML=html}}function showpageCount2(json){var thisUrl=home_page_url;var htmlMap=new Array();var isLablePage=thisUrl.indexOf("/search/label/")!=-1;var thisLable=isLablePage?thisUrl.substr(thisUrl.indexOf("/search/label/")+14,thisUrl.length):"";thisLable=thisLable.indexOf("?")!=-1?thisLable.substr(0,thisLable.indexOf("?")):thisLable;var thisNum=1;var postNum=1;var itemCount=0;var fFlag=0;var eFlag=0;var html='';var upPageHtml='';var downPageHtml='';var labelHtml='<span class="showpageNum"><a href="/search/label/'+thisLable+'?&max-results='+pageCount+'">';var thisUrl=home_page_url;for(var i=0,post;post=json.feed.entry[i];i++){var timestamp1=post.published.$t.substring(0,19)+post.published.$t.substring(23,29);timestamp=encodeURIComponent(timestamp1);var title=post.title.$t;if(title!=''){if(itemCount==0||(itemCount%pageCount==(pageCount-1))){if(thisUrl.indexOf(timestamp)!=-1){thisNum=postNum}if(title!='')postNum++;htmlMap[htmlMap.length]='/search/label/'+thisLable+'?updated-max='+timestamp+'&max-results='+pageCount}}itemCount++}for(var p=0;p<htmlMap.length;p++){if(p>=(thisNum-displayPageNum-1)&&p<(thisNum+displayPageNum)){if(fFlag==0&&p==thisNum-2){if(thisNum==2){upPageHtml=labelHtml+upPageWord+'</a></span>'}else{upPageHtml='<span class="showpage"><a href="'+htmlMap[p]+'">'+upPageWord+'</a></span>'}fFlag++}if(p==(thisNum-1)){html+='<span class="showpagePoint">'+thisNum+'</span>'}else{if(p==0){html=labelHtml+'1</a></span>'}else{html+='<span class="showpageNum"><a href="'+htmlMap[p]+'">'+(p+1)+'</a></span>'}}if(eFlag==0&&p==thisNum){downPageHtml='<span class="showpage"> <a href="'+htmlMap[p]+'">'+downPageWord+'</a></span>';eFlag++}}}if(thisNum>1){if(!isLablePage){html=''+upPageHtml+' '+html+' '}else{html=''+upPageHtml+' '+html+' '}}html='<div class="showpageArea"><span class="showpageOf"> Páginas <h9>'+(postNum-1)+'</h9></span>'+html;if(thisNum<(postNum-1)){html+=downPageHtml}if(postNum==1)postNum++;html+='</div>';var pageArea=document.getElementsByName("pageArea");var blogPager=document.getElementById("blog-pager");if(postNum<=2){html=''}for(var p=0;p<pageArea.length;p++){pageArea[p].innerHTML=html}if(pageArea&&pageArea.length>0){html=''}if(blogPager){blogPager.innerHTML=html}}var home_page_url=location.href;var thisUrl=home_page_url;if(thisUrl.indexOf("/search/label/")!=-1){if(thisUrl.indexOf("?updated-max")!=-1){var lblname1=thisUrl.substring(thisUrl.indexOf("/search/label/")+14,thisUrl.indexOf("?updated-max"))}else{var lblname1=thisUrl.substring(thisUrl.indexOf("/search/label/")+14,thisUrl.indexOf("?&max"))}}var home_page="/";if(thisUrl.indexOf("?q=")==-1){if(thisUrl.indexOf("/search/label/")==-1){document.write('<script src="'+home_page+'feeds/posts/summary?alt=json-in-script&callback=showpageCount&max-results=99999" ><\/script>')}else{document.write('<script src="'+home_page+'feeds/posts/full/-/'+lblname1+'?alt=json-in-script&callback=showpageCount2&max-results=99999" ><\/script>')}}
  2944. //]]>
  2945. </script>
  2946. </b:if>
  2947. <div class='back-to-top'><a href='#' id='back-to-top' title='voltar ao topo'><i class='fa fa-chevron-up'/></a></div>
  2948. </body>
  2949. </html>
Advertisement
Add Comment
Please, Sign In to add comment