Advertisement
fr3oon

temblate

Nov 14th, 2020 (edited)
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 334.06 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!DOCTYPE html>
  3. <html b:version='2' class='v2' expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
  4. <head>
  5. <meta content='width=device-width, initial-scale=1, maximum-scale=1' name='viewport'/>
  6. <script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js' type='text/javascript'/>
  7. <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i|Indie+Flower' media='all' rel='stylesheet' type='text/css'/>
  8. <link href='//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css' rel='stylesheet'/>
  9. <link href='//cdn.linearicons.com/free/1.0.0/icon-font.min.css' rel='stylesheet'/>
  10.  
  11. <b:include data='blog' name='all-head-content'/>
  12. <title>
  13. <b:if cond='data:blog.pageType == &quot;index&quot;'>
  14. <data:blog.pageTitle/>
  15. <b:else/>
  16. <b:if cond='data:blog.pageType != &quot;error_page&quot;'>
  17. <data:blog.pageName/> - <data:blog.title/>
  18. <b:else/>
  19. ERROR 404 - <data:blog.title/>
  20. </b:if>
  21. </b:if>
  22. </title>
  23. <!-- Description and Keywords (start) -->
  24. <b:if cond='data:blog.pageType == &quot;index&quot;'>
  25. <meta content='YOUR DESCRIPTION HERE' name='description'/>
  26. </b:if>
  27. <meta content='YOUR KEYWORDS HERE' name='keywords'/>
  28. <!-- Description and Keywords (end) -->
  29. <b:if cond='data:blog.pageType == &quot;item&quot;'>
  30. <meta expr:content='data:blog.pageName' property='og:title'/>
  31. <meta expr:content='data:blog.canonicalUrl' property='og:url'/>
  32. <meta content='article' property='og:type'/>
  33. </b:if>
  34. <b:if cond='data:blog.postImageUrl'>
  35. <meta expr:content='data:blog.postImageUrl' property='og:image'/>
  36. <b:else/>
  37. <b:if cond='data:blog.postImageThumbnailUrl'>
  38. <meta expr:content='data:blog.postImageThumbnailUrl' property='og:image'/>
  39. </b:if></b:if>
  40. <b:if cond='data:blog.metaDescription != &quot;&quot;'>
  41. <meta expr:content='data:blog.metaDescription' name='og:description'/>
  42. </b:if>
  43. <meta expr:content='data:blog.title' property='og:site_name'/>
  44. <meta expr:content='data:blog.homepageUrl' name='twitter:domain'/>
  45. <meta expr:content='data:blog.pageName' name='twitter:title'/>
  46. <b:if cond='data:blog.postImageUrl'>
  47. <meta content='summary_large_image' name='twitter:card'/>
  48. <meta expr:content='data:blog.postImageUrl' name='twitter:image'/>
  49. <b:else/>
  50. <meta content='summary' name='twitter:card'/>
  51. <b:if cond='data:blog.postImageThumbnailUrl'>
  52. <meta expr:content='data:blog.postImageThumbnailUrl' name='twitter:image'/>
  53. </b:if>
  54. </b:if>
  55. <meta expr:content='data:blog.pageName' name='twitter:title'/>
  56. <b:if cond='data:blog.metaDescription'>
  57. <meta expr:content='data:blog.metaDescription' name='twitter:description'/>
  58. </b:if>
  59. <!-- Social Media meta tag need customer customization -->
  60. <meta content='Facebook App ID here' property='fb:app_id'/>
  61. <meta content='Facebook Admin ID here' property='fb:admins'/>
  62. <meta content='@username' name='twitter:site'/>
  63. <meta content='@username' name='twitter:creator'/>
  64. <b:skin><![CDATA[/*
  65. -----------------------------------------------
  66. Blogger Template Style
  67. Name: Sora CV
  68. Author : http://www.soratemplates.com
  69. License: Free Version
  70. ----------------------------------------------- */
  71. /* Variable definitions
  72. -----------------------
  73. <Group description="Main Hover Color" selector="body">
  74. <Variable name="maincolor" description="Primary Color" type="color" default="#1976D2" value="#1976D2"/>
  75. </Group>
  76. <Group description="Footer Color" selector="body">
  77. <Variable name="footercolor" description="Bottom Footer Color" type="color" default="#1976D2" value="#1976D2"/>
  78. </Group>
  79. /*****************************************
  80. reset.css
  81. ******************************************/
  82. html, body, .section, .widget, div, span, applet, object, iframe,
  83. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  84. a, abbr, acronym, address, big, cite, code,
  85. del, dfn, em, font, img, ins, kbd, q, s, samp,
  86. small, strike, strong, sub, sup, tt, var,
  87. dl, dt, dd, ol, ul, li,
  88. fieldset, form, label, legend,
  89. table, caption, tbody, tfoot, thead, tr, th, td, figure { margin: 0; padding: 0;}
  90. html { overflow-x: hidden;}
  91. a {text-decoration:none;color:#000;}
  92. article,aside,details,figcaption,figure,
  93. footer,header,hgroup,menu,nav,section { display:block;}
  94. table { border-collapse: separate; border-spacing: 0;}
  95. caption, th, td { text-align: left; font-weight: normal;}
  96. blockquote:before, blockquote:after,
  97. q:before, q:after { content: "";}
  98. .quickedit, .home-link{display:none;}
  99. blockquote, q { quotes: "" "";}
  100. sup{ vertical-align: super; font-size:smaller;}
  101. code{ font-family: 'Courier New', Courier, monospace; font-size:12px; color:#272727;}
  102. ::selection {background:transparent; text-shadow:#000 0 0 2px;}
  103. ::-moz-selection {background:transparent; text-shadow:#000 0 0 2px;}
  104. ::-webkit-selection {background:transparent; text-shadow:#000 0 0 2px;}
  105. ::-o-selection {background:transparent; text-shadow:#000 0 0 2px;}
  106. a img{ border: none;}
  107. ol, ul { padding:0; margin:0; text-align: left; }
  108. ol li { list-style-type: decimal; padding:0 0 5px; }
  109. ul li { list-style-type: disc; padding: 0 0 5px; }
  110. ul ul, ol ol { padding: 0; }
  111. #navbar-iframe, .navbar { height:0px; visibility:hidden; display:none }
  112. .Attribution, .feed-links, .post-footer-line.post-footer-line-1, .post-footer-line.post-footer-line-2 , .post-footer-line.post-footer-line-3 {
  113. display: none;
  114. }
  115. .item-control {
  116. display: none !important;
  117. }
  118. h2.date-header, h4.date-header {display:none;margin:1.5em 0 .5em}
  119. h1, h2, h3, h4, h5, h6 {
  120. font-weight: 400;
  121. color: #151515;
  122. }
  123. img {
  124. max-width: 100%;
  125. vertical-align: middle;
  126. border: 0;
  127. }
  128. *, *:before, *:after {
  129. box-sizing: border-box;
  130. -webkit-box-sizing: border-box;
  131. -moz-box-sizing: border-box;
  132. }
  133. .widget iframe, .widget img {
  134. max-width: 100%;
  135. }
  136. .status-msg-wrap {
  137. display: none;
  138. }
  139. #preloader {
  140. position: fixed;
  141. z-index: 1800;
  142. top: 0;
  143. right: 0;
  144. bottom: 0;
  145. left: 0;
  146. width: 100%;
  147. height: 100%;
  148. background-color: #242F3F;
  149. }
  150. .no-js #preloader,
  151. .oldie #preloader {
  152. display: none
  153. }
  154. #loader {
  155. position: absolute;
  156. top: calc(50% - 1.25em);
  157. left: calc(50% - 1.25em);
  158. }
  159. .loader {
  160. display: inline-block;
  161. width: 30px;
  162. height: 30px;
  163. position: relative;
  164. border: 4px solid #Fff;
  165. top: 50%;
  166. animation: loader 2s infinite ease;
  167. }
  168.  
  169. .loader-inner {
  170. vertical-align: top;
  171. display: inline-block;
  172. width: 100%;
  173. background-color: #fff;
  174. animation: loader-inner 2s infinite ease-in;
  175. }
  176.  
  177. @keyframes loader {
  178. 0% {
  179. transform: rotate(0deg);
  180. }
  181.  
  182. 25% {
  183. transform: rotate(180deg);
  184. }
  185.  
  186. 50% {
  187. transform: rotate(180deg);
  188. }
  189.  
  190. 75% {
  191. transform: rotate(360deg);
  192. }
  193.  
  194. 100% {
  195. transform: rotate(360deg);
  196. }
  197. }
  198.  
  199. @keyframes loader-inner {
  200. 0% {
  201. height: 0%;
  202. }
  203.  
  204. 25% {
  205. height: 0%;
  206. }
  207.  
  208. 50% {
  209. height: 100%;
  210. }
  211.  
  212. 75% {
  213. height: 100%;
  214. }
  215.  
  216. 100% {
  217. height: 0%;
  218. }
  219. }
  220. /*****************************************
  221. Custom css starts
  222. ******************************************/
  223. body {
  224. color: #2e2e2e;
  225. font-family:"Open Sans", sans-serif;
  226. font-size: 14px;
  227. font-weight: normal;
  228. line-height: 21px;
  229. background: #f5f5f5;
  230. }
  231. /* ######## Wrapper Css ######################### */
  232. #outer-wrapper{max-width:100%;margin:0 auto;background-color:#f5f5f5;box-shadow:0 0 5px RGBA(0, 0, 0, 0.2)}
  233. .row{width:1170px}
  234. #content-wrapper {
  235. margin: 0 auto;
  236. padding: 20px 0 30px;
  237. }
  238. .index #content-wrapper, .archive #content-wrapper {
  239. overflow: hidden;
  240. }
  241. .item #main-wrapper, .statc_page #main-wrapper {
  242. float: left;
  243. width: 68%;
  244. max-width: 800px;
  245. }
  246. .index #main-wrapper, .archive #main-wrapper {
  247. float:none;
  248. width:100%;
  249. max-width:100%
  250. }
  251. .item #sidebar-wrapper, .statc_page #sidebar-wrapper {
  252. float: right;
  253. width: 30%;
  254. max-width: 330px;
  255. }
  256. .index #sidebar-wrapper, .archive #sidebar-wrapper {
  257. display:none;
  258. visibility:hidden;
  259. height:0;
  260. opacity:0;
  261. }
  262. /* ######## Scrolling Navigation Menu Css ######################### */
  263. .scroll-header {
  264. z-index: 9;
  265. position: absolute;
  266. top: 0;
  267. left: 0;
  268. width: 100%;
  269. padding: 10px 0px;
  270. transition: all .5s;
  271. display:none;
  272. }
  273. .item .scroll-header, .static_page .scroll-header, .error_page .scroll-header {
  274. position: static;
  275. display: flex;
  276. background: #fff none repeat scroll top left;
  277. box-shadow: 0 0 6px 1px rgba(0,0,0,0.1);
  278. padding: 20px 0;
  279. }
  280. .scroll-head-wrap {
  281. margin:0 auto;
  282. }
  283. .item .scroll-header h1, .static_page .scroll-header h1, .error_page .scroll-header h1 {
  284. color:#000!important;
  285. }
  286. .item .scroll-header #header img, .static_page .scroll-header #header img, .error_page .scroll-header #header img {
  287. display: block!important;
  288. }
  289. .item .scroll-header.scrolled-header h1, .static_page .scroll-header.scrolled-header h1, .error_page .scroll-header.scrolled-header h1 {
  290. display: none!important;
  291. color:#000!important;
  292. }
  293. .item .scroll-header.scrolled-header #header img, .static_page .scroll-header.scrolled-header #header img, .error_page .scroll-header.scrolled-header #header img {
  294. display: block!important;
  295. }
  296. .scrollin-logo {
  297. float: left;
  298. margin: 0;
  299. padding: 0;
  300. display: inline-block;
  301. }
  302. .scrollin-logo .logo-title {
  303. font-size: 40px;
  304. font-weight: bold;
  305. padding: 10px 17px;
  306. display: block;
  307. color:#fff;
  308. }
  309. .scrolling-menu {
  310. float: right;
  311. display: inline-block;
  312. width: auto;
  313. }
  314. .scrolling-menu #nav {
  315. list-style: none;
  316. margin: 0;
  317. padding: 0;
  318. z-index: 999;
  319. }
  320. .scrolling-menu #nav li {
  321. display: inline-block;
  322. float: left;
  323. line-height: 1;
  324. list-style: none outside none;
  325. padding: 16px 17px;
  326. text-align: left;
  327. }
  328. .scrolling-menu #nav li a {
  329. background: transparent;
  330. color: #fff;
  331. display: block;
  332. font-size: 15px;
  333. padding: 0 0 8px;
  334. position: relative;
  335. text-decoration: none;
  336. text-transform: uppercase;
  337. font-weight: bold;
  338. letter-spacing: 1.3px;
  339. }
  340. .scrolling-menu #nav li a:hover {
  341. color: $maincolor;
  342. }
  343. .scrolling-menu #nav li.current a {
  344. color: $maincolor;
  345. }
  346. .scrolling-menu #nav li.current a:before {
  347. position: absolute;
  348. bottom: 0;
  349. left: 0;
  350. width: 100%;
  351. opacity: 1;
  352. height: 1px;
  353. content: '';
  354. -webkit-transition: all ease .3s;
  355. transition: all ease .3s;
  356. background: $maincolor;
  357. }
  358. /* ######## Navigation Menu Css ######################### */
  359. .slicknav_menu {
  360. display:none;
  361. }
  362.  
  363. .tm-menu .slicknav_menu {
  364. right:0;
  365. display:none;
  366. }
  367.  
  368. .scrolling-menu .slicknav_menu {
  369. right:0;
  370. }
  371. .slicknav_menu {
  372. padding:0 10px;
  373. position: absolute;
  374. z-index: 9;
  375. }
  376. .slicknav_menu .slicknav_icon-bar {
  377. background-color: #343434;
  378. }
  379. .index .slicknav_menu .slicknav_icon-bar {
  380. background-color: #fff;
  381. }
  382. .slicknav_nav a{
  383. padding:5px 10px;
  384. margin:2px 5px;
  385. text-decoration:none;
  386. color:#000;
  387. font-size:11px;
  388. font-weight:400;
  389. letter-spacing:2px;
  390. text-transform:uppercase;
  391.  
  392. }
  393. /*
  394. Mobile Menu Core Style
  395. */
  396.  
  397. .slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; line-height: 27px; cursor: pointer; height:27px;}
  398. .slicknav_menu .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
  399. .slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
  400. .slicknav_menu .slicknav_no-text { margin: 0 }
  401. .slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; }
  402. .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
  403. .slicknav_nav { clear: both }
  404. .slicknav_nav ul,
  405. .slicknav_nav li { display: block }
  406. .slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
  407. .slicknav_nav .slicknav_item { cursor: pointer; }
  408. .slicknav_nav .slicknav_row { display: block; }
  409. .slicknav_nav a { display: block }
  410. .slicknav_nav .slicknav_item a,
  411. .slicknav_nav .slicknav_parent-link a { display: inline }
  412. .slicknav_menu:before,
  413. .slicknav_menu:after { content: " "; display: table; }
  414. .slicknav_menu:after { clear: both }
  415. .scroll-header.scrolled-header .slicknav_btn {color:#fff;}
  416. .scroll-header.scrolled-header .slicknav_menu .slicknav_icon-bar {
  417. background-color: #fff;
  418. }
  419. /* IE6/7 support */
  420. .slicknav_menu { *zoom: 1 }
  421.  
  422. /*
  423. User Default Style
  424. Change the following styles to modify the appearance of the menu.
  425. */
  426.  
  427. .slicknav_menu {
  428. font-size:16px;
  429. }
  430. /* Button */
  431. .slicknav_btn {
  432. margin: 5px 5px 6px;
  433. text-decoration:none;
  434. text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  435. -webkit-border-radius: 4px;
  436. -moz-border-radius: 4px;
  437. border-radius: 4px;
  438.  
  439. }
  440. /* Button Text */
  441. .slicknav_menu .slicknav_menutxt {
  442. color: #FFF;
  443. font-weight: bold;
  444. text-shadow: 0 1px 3px #000;
  445. }
  446. /* Button Lines */
  447.  
  448.  
  449. .slicknav_nav {
  450. color:#fff;
  451. margin:0;
  452. padding:0;
  453. font-size:0.875em;
  454. background: #fff;
  455.  
  456. }
  457. .slicknav_nav, .slicknav_nav ul {
  458. list-style: none;
  459. overflow:hidden;
  460. }
  461. .slicknav_nav ul {
  462. padding:0;
  463. margin:8px 0 0 20px;
  464. }
  465. .slicknav_nav .slicknav_row {
  466. padding:5px 10px;
  467. margin:2px 5px;
  468. }
  469.  
  470. .slicknav_nav .slicknav_item a,
  471. .slicknav_nav .slicknav_parent-link a {
  472. padding:0;
  473. margin:0;
  474. }
  475. .slicknav_nav .slicknav_row:hover {
  476.  
  477. }
  478. .slicknav_nav a:hover{
  479. color: $maincolor;
  480. }
  481. .slicknav_nav .slicknav_txtnode {
  482. margin-left:15px;
  483. }
  484.  
  485. .slicknav_menu .slicknav_no-text {
  486. margin-top:15px;
  487. }
  488. .tm-menu {
  489. font-weight: 400;
  490. margin: 0;
  491. height:60px;
  492. text-align:center;
  493. float: right;
  494. display: inline-block;
  495. width: auto;
  496. }
  497.  
  498. ul#nav1 {
  499. list-style: none;
  500. margin: 0;
  501. padding: 0;
  502. text-align: center;
  503. }
  504. #menu .widget {
  505. display: none;
  506. }
  507. #menu {
  508. height: 60px;
  509. position: relative;
  510. text-align: center;
  511. z-index: 15;
  512. margin:0 auto;
  513. }
  514. .menu-wrap {
  515. margin:0 auto;
  516. position: relative;
  517. }
  518. #menu ul > li {
  519. position: relative;
  520. vertical-align: middle;
  521. display: inline-block;
  522. padding: 0;
  523. margin: 0;
  524. }
  525. #menu ul > li:hover > a {
  526. color: $maincolor
  527. }
  528. .index #menu ul > li > a {
  529. color:#fff;
  530. }
  531. #menu ul > li > a {
  532. color: #000;
  533. font-size: 14px;
  534. line-height: 60px;
  535. display: inline-block;
  536. text-transform: uppercase;
  537. text-decoration: none;
  538. letter-spacing: 1px;
  539. margin: 0;
  540. padding: 0 12px;
  541.  
  542. }
  543. .scroll-header.scrolled-header #menu ul > li > a, .scroll-header.scrolled-header #header h1 a {
  544. color:#fff;
  545. }
  546. .scroll-header.scrolled-header #menu ul > li > ul > li > a {
  547. color:#000;
  548. }
  549. #menu ul > li:first-child > a {
  550. padding-left: 0;
  551. }
  552.  
  553. #menu ul > li > ul > li:first-child > a:before, #menu ul > li > ul > li > ul > li:first-child > a:before {
  554. display:none;
  555. }
  556. #menu ul > li > ul > li:first-child > a {
  557. padding-left: 12px
  558. }
  559. #menu ul > li > ul {
  560. position: absolute;
  561. background: #fff;
  562. -webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, 0.15);
  563. -moz-box-shadow: 0 7px 7px rgba(0, 0, 0, 0.15);
  564. box-shadow: 0 7px 7px rgba(0, 0, 0, 0.15);
  565. top: 100%;
  566. left: 0;
  567. min-width: 180px;
  568. padding: 0;
  569. z-index: 99;
  570. margin-top: 0;
  571. visibility: hidden;
  572. opacity: 0;
  573. webkit-transform: translate3d(-11px, 0, 0);
  574. transform: translate3d(-11px, 0, 0);
  575. -webkit-animation-duration: .5s;
  576. animation-duration: .5s;
  577. }
  578. #menu ul > li > ul > li > ul {
  579. position: absolute;
  580. top: 0;
  581. left: 180px;
  582. width: 180px;
  583. background: #fff;
  584. z-index: 99;
  585. margin-top: 0;
  586. margin-left: 0;
  587. padding: 0;
  588. border-left: 1px solid #e5e5e5;
  589. visibility: hidden;
  590. opacity: 0;
  591. -webkit-transform: translateY(10px);
  592. -moz-transform: translateY(10px);
  593. transform: translateY(10px)
  594. }
  595. #menu ul > li > ul > li {
  596. display: block;
  597. float: none;
  598. text-align: left;
  599. position: relative;
  600. border-bottom: 1px solid;
  601. border-top: none;
  602. border-color: #e5e5e5;
  603. }
  604. #menu ul > li > ul > li:hover {
  605. background-color: rgba(255, 255, 255, 0.03)
  606. }
  607. #menu ul > li > ul > li a {
  608. font-size: 11px;
  609. display: block;
  610. color: #000;
  611. line-height: 35px;
  612. text-transform: uppercase;
  613. text-decoration: none;
  614. margin: 0;
  615. padding: 0 12px;
  616. border-right: 0;
  617. border: 0
  618. }
  619. .index #menu ul > li > ul > li a {
  620. color:#000;
  621. }
  622. #menu ul > li.parent > a:after {
  623. content: '\f107';
  624. font-family: FontAwesome;
  625. float: right;
  626. margin-left: 5px
  627. }
  628. #menu ul > li:hover > ul,
  629. #menu ul > li > ul > li:hover > ul {
  630. opacity: 1;
  631. visibility: visible;
  632. -webkit-transform: translateY(0);
  633. -moz-transform: translateY(0);
  634. transform: translateY(0)
  635. }
  636. #menu ul > li > ul > li.parent > a:after {
  637. content: '\f105';
  638. float: right
  639. }
  640. #menu ul ul {
  641.  
  642. }
  643.  
  644. /* ######## Header Css ######################### */
  645. #header-wrapper {
  646. text-align: center;
  647. padding:0;
  648. margin-bottom: 10px;
  649. box-sizing:border-box;
  650. position:relative;
  651. width: 100%;
  652. }
  653. .background-container{
  654. position: relative;
  655. height:380px;
  656. overflow:hidden;
  657. background: $maincolor url(https://u.cubeupload.com/Ghorayr/Blogger.jpg) no-repeat;
  658. background-attachment: fixed;
  659. background-size: cover;
  660. background-position:bottom center;
  661. }
  662.  
  663.  
  664. .index #header-wrapper {
  665. margin-bottom:0;
  666. }
  667. .item .header-logo-desc p, .static_page .header-logo-desc p, .error_page .header-logo-desc p, .item .top-bar-social #social a, .static_page .top-bar-social #social a, .error_page .top-bar-social #social a {
  668. color:#303030;
  669. }
  670. .item #header-wrapper, .static_page #header-wrapper, .error_page #header-wrapper {
  671. background: #fff;
  672. height: auto;
  673. border-bottom: 1px solid #eee;
  674. box-shadow: 0 -2px 19px rgba(0,0,0,.1);
  675. padding-bottom: 15px;
  676. }
  677.  
  678. #header {
  679. padding: 0;
  680. }
  681. #header-inner {
  682. text-align: center;
  683. display: inline-block;
  684. }
  685. #header h1 {
  686. color: #fff;
  687. margin: 0;
  688. font-size: 40px;
  689. line-height: 1.4em;
  690. text-transform: Uppercase;
  691. letter-spacing: 1px;
  692. }
  693. #header .description {
  694. display:none;
  695. }
  696. .sora-author-box {
  697. padding: 57px 50px 15px 50px;
  698. box-sizing: border-box;
  699. overflow: hidden;
  700. }
  701. .sora-author-box-image {
  702. width:40%;
  703. float: left;
  704. margin-right: 5%;
  705. margin-bottom: 10px;
  706. }
  707. .sora-author-box-image img {
  708. height: 385px;
  709. object-fit: cover;
  710. }
  711. .sora-author-box-text {
  712. padding: 0;
  713. overflow: hidden;
  714. text-align: left;
  715. }
  716. .sora-author-box-text-head {
  717. color: #3d4451;
  718. padding-bottom: 25px;
  719. margin-bottom: 25px;
  720. border-bottom: 1px solid #dedede;
  721. }
  722. .sora-author-box-text .hello-txt {
  723. background-color: $maincolor;
  724. color: #fff;
  725. font-size: 14px;
  726. font-weight: 700;
  727. line-height: 1.1;
  728. display: inline-block;
  729. padding: 7px 12px;
  730. text-transform: uppercase;
  731. position: relative;
  732. margin-bottom: 28px;
  733. }
  734. .sora-author-box-text .hello-txt:before {
  735. border-left-color:$maincolor;
  736. content: '';
  737. width: 0;
  738. height: 0;
  739. top: 100%;
  740. left: 5px;
  741. display: block;
  742. position: absolute;
  743. border-style: solid;
  744. border-width: 0 0 8px 8px;
  745. }
  746. .sora-author-box-text .profile-title {
  747. font-size: 36px;
  748. line-height: 1.1;
  749. font-weight: 700;
  750. margin-bottom: 5px;
  751. color:#3d4451;
  752. }
  753. .sora-author-box-text .profile-title span {
  754. font-weight: 300;
  755. }
  756. .sora-author-box-text .profile-position {
  757. font-size: 18px;
  758. font-weight: 400;
  759. line-height: 1.1;
  760. margin-bottom: 0;
  761. }
  762. .sora-author-box-text-details ul {
  763. margin: 0;
  764. padding: 0;
  765. list-style: none;
  766. }
  767. .sora-author-box-text-details .profile-list li {
  768. margin-bottom: 13px;
  769. list-style: none;
  770. padding:0;
  771. }
  772. .sora-author-box-text-details .profile-list li .list-title {
  773. display: block;
  774. width: 120px;
  775. float: left;
  776. color: #333333;
  777. font-size: 12px;
  778. font-weight: 700;
  779. line-height: 20px;
  780. text-transform: uppercase;
  781. }
  782. .sora-author-box-text-details .profile-list li .cont {
  783. display: block;
  784. margin-left: 125px;
  785. font-size: 15px;
  786. font-weight: 400;
  787. line-height: 20px;
  788. color: #9da0a7;
  789. }
  790. .sora-author-box-text-details .profile-list li .list-button {
  791. color: #fff;
  792. font-size: 12px;
  793. font-weight: 700;
  794. line-height: 1;
  795. text-transform: none;
  796. padding: 5px 8px;
  797. display: inline-block;
  798. position: relative;
  799. top: -2px;
  800. -webkit-border-radius: 3px;
  801. -moz-border-radius: 3px;
  802. border-radius: 3px;
  803. background:$maincolor;
  804. }
  805. .sora-author-box-text-details .profile-list li .fa {
  806. margin-right: 10px;
  807. vertical-align: baseline;
  808. }
  809. .fenix-head {
  810.  
  811. }
  812. .fenix-sub-head {
  813. margin:0 auto;
  814. background: #fff;
  815. margin-top: -270px;
  816. position: relative;
  817. z-index: 9;
  818. box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
  819. }
  820. .hero-row {
  821. width:940px;
  822. }
  823. .index .fenix-sub-head, .archive .fenix-sub-head {
  824.  
  825. }
  826. .fenix-sub-head .social-head {
  827. padding: 15px 0;
  828. background: $maincolor;
  829. box-sizing: border-box;
  830. }
  831. .top-bar-social {
  832. padding: 0;
  833. }
  834. .top-bar-social li {
  835. display: inline-block;
  836. float: none;
  837. padding: 0;
  838. margin-right: 5px;
  839. }
  840. .top-bar-social li:last-child {
  841. margin-right:0;
  842. }
  843. .top-bar-social .widget ul {
  844. padding: 0;
  845. }
  846. .top-bar-social .LinkList ul {
  847. text-align: center;
  848. margin: 0 0 0 0;
  849. }
  850. .top-bar-social #social a {
  851. display: block;
  852. width: 40px;
  853. height: 40px;
  854. line-height: 40px;
  855. font-size: 18px;
  856. color: $maincolor;
  857. background:#fff;
  858. border: 1px solid #e4e4e4;
  859. transition: all 0.3s linear;
  860. -moz-transition: all 0.3s linear;
  861. -webkit-transition: all 0.3s linear;
  862. -o-transition: all 0.3s linear;
  863. }
  864. .top-bar-social #social a:before {
  865. display: inline-block;
  866. font: normal normal normal 22px/1 FontAwesome;
  867. font-size: inherit;
  868. font-style: normal;
  869. font-weight: 400;
  870. -webkit-font-smoothing: antialiased;
  871. -moz-osx-font-smoothing: grayscale;
  872. }
  873. .top-bar-social .bloglovin:before{content:"\f004"}
  874. .top-bar-social .facebook:before{content:"\f09a"}
  875. .top-bar-social .twitter:before{content:"\f099"}
  876. .top-bar-social .gplus:before{content:"\f0d5"}
  877. .top-bar-social .rss:before{content:"\f09e"}
  878. .top-bar-social .youtube:before{content:"\f167"}
  879. .top-bar-social .skype:before{content:"\f17e"}
  880. .top-bar-social .stumbleupon:before{content:"\f1a4"}
  881. .top-bar-social .tumblr:before{content:"\f173"}
  882. .top-bar-social .vine:before{content:"\f1ca"}
  883. .top-bar-social .stack-overflow:before{content:"\f16c"}
  884. .top-bar-social .linkedin:before{content:"\f0e1"}
  885. .top-bar-social .dribbble:before{content:"\f17d"}
  886. .top-bar-social .soundcloud:before{content:"\f1be"}
  887. .top-bar-social .behance:before{content:"\f1b4"}
  888. .top-bar-social .digg:before{content:"\f1a6"}
  889. .top-bar-social .instagram:before{content:"\f16d"}
  890. .top-bar-social .pinterest:before{content:"\f0d2"}
  891. .top-bar-social .delicious:before{content:"\f1a5"}
  892. .top-bar-social .codepen:before{content:"\f1cb"}
  893.  
  894. .top-bar-social ul#social a:hover {
  895. border-radius: 50%;
  896. box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  897. }
  898. .sora-cv-author-details {
  899. margin: 15px auto;
  900. position: relative;
  901. -webkit-box-sizing: border-box;
  902. -moz-box-sizing: border-box;
  903. box-sizing: border-box;
  904. background-color: #fff;
  905. transition: box-shadow .25s;
  906. -webkit-transition: box-shadow .25s;
  907. box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  908. }
  909. .sora-cv-author-details .card-content {
  910. padding: 40px;
  911. -webkit-box-sizing: border-box;
  912. -moz-box-sizing: border-box;
  913. box-sizing: border-box;
  914. }
  915. .sora-cv-author-details .card-content p {
  916. color: #000;
  917. font-size: 18px;
  918. font-weight: 300;
  919. line-height: 1.8;
  920. text-align: center;
  921. }
  922. .sora-cv-author-details .card-action {
  923. border-top: 1px solid rgba(160, 160, 160, .2);
  924. padding: 20px;
  925. -webkit-box-sizing: border-box;
  926. -moz-box-sizing: border-box;
  927. box-sizing: border-box;
  928. }
  929. .sora-cv-author-details .card-action .about-btn {
  930. height: auto;
  931. margin-right: auto;
  932. margin-left: auto;
  933. animation-delay: 1s;
  934. text-align: center;
  935. }
  936. .sora-cv-author-details .card-action .about-btn .btn {
  937. margin: 7px 7px;
  938. background: $maincolor;
  939. color: #fff;
  940. width: 180px;
  941. border-radius: 2px;
  942. display: inline-block;
  943. padding: 6px 12px;
  944. font-size: 14px;
  945. font-weight: 400;
  946. line-height: 1.42857143;
  947. text-align: center;
  948. white-space: nowrap;
  949. vertical-align: middle;
  950. -ms-touch-action: manipulation;
  951. touch-action: manipulation;
  952. cursor: pointer;
  953. -webkit-user-select: none;
  954. -moz-user-select: none;
  955. -ms-user-select: none;
  956. user-select: none;
  957. position: relative;
  958. overflow: hidden;
  959. z-index: 1;
  960. will-change: opacity, transform;
  961. transition: all .3s ease-out;
  962. box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  963. }
  964. /* ######## Skill Css ######################### */
  965. .skill-wrapper {
  966. text-align: center;
  967. }
  968. .skill-wrapper .skill-progress {
  969. display: inline-block;
  970. background-color: rgba(141, 166, 179, 0.4);
  971. width: 120px;
  972. height: 120px;
  973. border-radius: 50%;
  974. margin-right: 25px;
  975. }
  976. .skill-wrapper .skill-progress:last-child {
  977. margin-right: 0;
  978. }
  979. .skill-wrapper .skill-progress .circle .mask, .skill-wrapper .skill-progress .circle .mask:before {
  980. width: 120px;
  981. height: 120px;
  982. position: absolute;
  983. border-radius: 50%;
  984. transition: -webkit-transform 2s;
  985. transition: -ms-transform 2s;
  986. transition: transform 2s;
  987. -webkit-backface-visibility: hidden;
  988. clip: rect(0px, 120px, 120px, 60px);
  989. }
  990. .skill-wrapper .skill-progress .circle .mask:before {
  991. display: block;
  992. content: '';
  993. clip: rect(0px, 60px, 120px, 0px);
  994. background-color: $maincolor;
  995. }
  996. .skill-wrapper .skill-progress .circle:before {
  997. content: '';
  998. display: block;
  999. width: 120px;
  1000. height: 120px;
  1001. position: absolute;
  1002. border-radius: 50%;
  1003. box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.3) inset;
  1004. }
  1005. .skill-wrapper .skill-progress .inset {
  1006. width: 85px;
  1007. height: 85px;
  1008. position: absolute;
  1009. margin-left: 17.5px;
  1010. margin-top: 17.5px;
  1011. background-color: #fbfbfb;
  1012. border-radius: 50%;
  1013. box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.3);
  1014. }
  1015. .skill-wrapper .skill-progress .inset:before {
  1016. content: '';
  1017. display: block;
  1018. width: 44px;
  1019. height: 22px;
  1020. position: absolute;
  1021. top: 31.5px;
  1022. left: 20.5px;
  1023. line-height: 1;
  1024. transition: width 2s 3s;
  1025. overflow: hidden;
  1026. }
  1027. .skill-wrapper .skill-progress .inset .numbers {
  1028. margin-top: -22px;
  1029. transition: width 2s;
  1030. }
  1031.  
  1032. .go:nth-child(n+1) .circle .mask:before, .go:nth-child(n+1) .circle .mask:nth-child(2), .go:nth-child(n+1) .skill-wrapper .skill-progress .circle .mask:nth-child(2):before, .skill-wrapper .skill-progress .go:nth-child(n+1) .circle .mask:nth-child(2):before {
  1033. -webkit-transform: rotate(153deg);
  1034. -ms-transform: rotate(153deg);
  1035. transform: rotate(153deg);
  1036. }
  1037. .go:nth-child(n+1) .inset .numbers {
  1038. width: 3784px;
  1039. }
  1040. .go:nth-child(n+1) .inset .numbers:before {
  1041. position: absolute;
  1042. top: 50%;
  1043. left: 50%;
  1044. transform: translate(-50%, -50%);
  1045. content: "85%";
  1046. font-size: 22px;
  1047. font-weight: 800;
  1048. color: #455fae;
  1049. animation: go-1 2s ease-out;
  1050. }
  1051. @keyframes go-1 {
  1052. 1.17647% {
  1053. content: "1%";
  1054. }
  1055. 2.35294% {
  1056. content: "2%";
  1057. }
  1058. 3.52941% {
  1059. content: "3%";
  1060. }
  1061. 4.70588% {
  1062. content: "4%";
  1063. }
  1064. 5.88235% {
  1065. content: "5%";
  1066. }
  1067. 7.05882% {
  1068. content: "6%";
  1069. }
  1070. 8.23529% {
  1071. content: "7%";
  1072. }
  1073. 9.41176% {
  1074. content: "8%";
  1075. }
  1076. 10.58824% {
  1077. content: "9%";
  1078. }
  1079. 11.76471% {
  1080. content: "10%";
  1081. }
  1082. 12.94118% {
  1083. content: "11%";
  1084. }
  1085. 14.11765% {
  1086. content: "12%";
  1087. }
  1088. 15.29412% {
  1089. content: "13%";
  1090. }
  1091. 16.47059% {
  1092. content: "14%";
  1093. }
  1094. 17.64706% {
  1095. content: "15%";
  1096. }
  1097. 18.82353% {
  1098. content: "16%";
  1099. }
  1100. 20% {
  1101. content: "17%";
  1102. }
  1103. 21.17647% {
  1104. content: "18%";
  1105. }
  1106. 22.35294% {
  1107. content: "19%";
  1108. }
  1109. 23.52941% {
  1110. content: "20%";
  1111. }
  1112. 24.70588% {
  1113. content: "21%";
  1114. }
  1115. 25.88235% {
  1116. content: "22%";
  1117. }
  1118. 27.05882% {
  1119. content: "23%";
  1120. }
  1121. 28.23529% {
  1122. content: "24%";
  1123. }
  1124. 29.41176% {
  1125. content: "25%";
  1126. }
  1127. 30.58824% {
  1128. content: "26%";
  1129. }
  1130. 31.76471% {
  1131. content: "27%";
  1132. }
  1133. 32.94118% {
  1134. content: "28%";
  1135. }
  1136. 34.11765% {
  1137. content: "29%";
  1138. }
  1139. 35.29412% {
  1140. content: "30%";
  1141. }
  1142. 36.47059% {
  1143. content: "31%";
  1144. }
  1145. 37.64706% {
  1146. content: "32%";
  1147. }
  1148. 38.82353% {
  1149. content: "33%";
  1150. }
  1151. 40% {
  1152. content: "34%";
  1153. }
  1154. 41.17647% {
  1155. content: "35%";
  1156. }
  1157. 42.35294% {
  1158. content: "36%";
  1159. }
  1160. 43.52941% {
  1161. content: "37%";
  1162. }
  1163. 44.70588% {
  1164. content: "38%";
  1165. }
  1166. 45.88235% {
  1167. content: "39%";
  1168. }
  1169. 47.05882% {
  1170. content: "40%";
  1171. }
  1172. 48.23529% {
  1173. content: "41%";
  1174. }
  1175. 49.41176% {
  1176. content: "42%";
  1177. }
  1178. 50.58824% {
  1179. content: "43%";
  1180. }
  1181. 51.76471% {
  1182. content: "44%";
  1183. }
  1184. 52.94118% {
  1185. content: "45%";
  1186. }
  1187. 54.11765% {
  1188. content: "46%";
  1189. }
  1190. 55.29412% {
  1191. content: "47%";
  1192. }
  1193. 56.47059% {
  1194. content: "48%";
  1195. }
  1196. 57.64706% {
  1197. content: "49%";
  1198. }
  1199. 58.82353% {
  1200. content: "50%";
  1201. }
  1202. 60% {
  1203. content: "51%";
  1204. }
  1205. 61.17647% {
  1206. content: "52%";
  1207. }
  1208. 62.35294% {
  1209. content: "53%";
  1210. }
  1211. 63.52941% {
  1212. content: "54%";
  1213. }
  1214. 64.70588% {
  1215. content: "55%";
  1216. }
  1217. 65.88235% {
  1218. content: "56%";
  1219. }
  1220. 67.05882% {
  1221. content: "57%";
  1222. }
  1223. 68.23529% {
  1224. content: "58%";
  1225. }
  1226. 69.41176% {
  1227. content: "59%";
  1228. }
  1229. 70.58824% {
  1230. content: "60%";
  1231. }
  1232. 71.76471% {
  1233. content: "61%";
  1234. }
  1235. 72.94118% {
  1236. content: "62%";
  1237. }
  1238. 74.11765% {
  1239. content: "63%";
  1240. }
  1241. 75.29412% {
  1242. content: "64%";
  1243. }
  1244. 76.47059% {
  1245. content: "65%";
  1246. }
  1247. 77.64706% {
  1248. content: "66%";
  1249. }
  1250. 78.82353% {
  1251. content: "67%";
  1252. }
  1253. 80% {
  1254. content: "68%";
  1255. }
  1256. 81.17647% {
  1257. content: "69%";
  1258. }
  1259. 82.35294% {
  1260. content: "70%";
  1261. }
  1262. 83.52941% {
  1263. content: "71%";
  1264. }
  1265. 84.70588% {
  1266. content: "72%";
  1267. }
  1268. 85.88235% {
  1269. content: "73%";
  1270. }
  1271. 87.05882% {
  1272. content: "74%";
  1273. }
  1274. 88.23529% {
  1275. content: "75%";
  1276. }
  1277. 89.41176% {
  1278. content: "76%";
  1279. }
  1280. 90.58824% {
  1281. content: "77%";
  1282. }
  1283. 91.76471% {
  1284. content: "78%";
  1285. }
  1286. 92.94118% {
  1287. content: "79%";
  1288. }
  1289. 94.11765% {
  1290. content: "80%";
  1291. }
  1292. 95.29412% {
  1293. content: "81%";
  1294. }
  1295. 96.47059% {
  1296. content: "82%";
  1297. }
  1298. 97.64706% {
  1299. content: "83%";
  1300. }
  1301. 98.82353% {
  1302. content: "84%";
  1303. }
  1304. 100% {
  1305. content: "85%";
  1306. }
  1307. }
  1308. .go:nth-child(n+1) .inset .numbers:after {
  1309. position: absolute;
  1310. top: 50%;
  1311. left: 50%;
  1312. transform: translate(-50%, -50%);
  1313. content: "HTML5";
  1314. font-weight: 100;
  1315. color: #1a2a46;
  1316. top: 120px;
  1317. width:120px;
  1318. }
  1319. .go:nth-child(n+2) .circle .mask:before, .go:nth-child(n+2) .circle .mask:nth-child(2), .go:nth-child(n+2) .skill-wrapper .skill-progress .circle .mask:nth-child(2):before, .skill-wrapper .skill-progress .go:nth-child(n+2) .circle .mask:nth-child(2):before {
  1320. -webkit-transform: rotate(167.4deg);
  1321. -ms-transform: rotate(167.4deg);
  1322. transform: rotate(167.4deg);
  1323. }
  1324. .go:nth-child(n+2) .inset .numbers {
  1325. width: 4136px;
  1326. }
  1327. .go:nth-child(n+2) .inset .numbers:before {
  1328. position: absolute;
  1329. top: 50%;
  1330. left: 50%;
  1331. transform: translate(-50%, -50%);
  1332. content: "93%";
  1333. font-size: 22px;
  1334. font-weight: 800;
  1335. color: #455fae;
  1336. animation: go-2 2s ease-out;
  1337. }
  1338. @keyframes go-2 {
  1339. 1.07527% {
  1340. content: "1%";
  1341. }
  1342. 2.15054% {
  1343. content: "2%";
  1344. }
  1345. 3.22581% {
  1346. content: "3%";
  1347. }
  1348. 4.30108% {
  1349. content: "4%";
  1350. }
  1351. 5.37634% {
  1352. content: "5%";
  1353. }
  1354. 6.45161% {
  1355. content: "6%";
  1356. }
  1357. 7.52688% {
  1358. content: "7%";
  1359. }
  1360. 8.60215% {
  1361. content: "8%";
  1362. }
  1363. 9.67742% {
  1364. content: "9%";
  1365. }
  1366. 10.75269% {
  1367. content: "10%";
  1368. }
  1369. 11.82796% {
  1370. content: "11%";
  1371. }
  1372. 12.90323% {
  1373. content: "12%";
  1374. }
  1375. 13.97849% {
  1376. content: "13%";
  1377. }
  1378. 15.05376% {
  1379. content: "14%";
  1380. }
  1381. 16.12903% {
  1382. content: "15%";
  1383. }
  1384. 17.2043% {
  1385. content: "16%";
  1386. }
  1387. 18.27957% {
  1388. content: "17%";
  1389. }
  1390. 19.35484% {
  1391. content: "18%";
  1392. }
  1393. 20.43011% {
  1394. content: "19%";
  1395. }
  1396. 21.50538% {
  1397. content: "20%";
  1398. }
  1399. 22.58065% {
  1400. content: "21%";
  1401. }
  1402. 23.65591% {
  1403. content: "22%";
  1404. }
  1405. 24.73118% {
  1406. content: "23%";
  1407. }
  1408. 25.80645% {
  1409. content: "24%";
  1410. }
  1411. 26.88172% {
  1412. content: "25%";
  1413. }
  1414. 27.95699% {
  1415. content: "26%";
  1416. }
  1417. 29.03226% {
  1418. content: "27%";
  1419. }
  1420. 30.10753% {
  1421. content: "28%";
  1422. }
  1423. 31.1828% {
  1424. content: "29%";
  1425. }
  1426. 32.25806% {
  1427. content: "30%";
  1428. }
  1429. 33.33333% {
  1430. content: "31%";
  1431. }
  1432. 34.4086% {
  1433. content: "32%";
  1434. }
  1435. 35.48387% {
  1436. content: "33%";
  1437. }
  1438. 36.55914% {
  1439. content: "34%";
  1440. }
  1441. 37.63441% {
  1442. content: "35%";
  1443. }
  1444. 38.70968% {
  1445. content: "36%";
  1446. }
  1447. 39.78495% {
  1448. content: "37%";
  1449. }
  1450. 40.86022% {
  1451. content: "38%";
  1452. }
  1453. 41.93548% {
  1454. content: "39%";
  1455. }
  1456. 43.01075% {
  1457. content: "40%";
  1458. }
  1459. 44.08602% {
  1460. content: "41%";
  1461. }
  1462. 45.16129% {
  1463. content: "42%";
  1464. }
  1465. 46.23656% {
  1466. content: "43%";
  1467. }
  1468. 47.31183% {
  1469. content: "44%";
  1470. }
  1471. 48.3871% {
  1472. content: "45%";
  1473. }
  1474. 49.46237% {
  1475. content: "46%";
  1476. }
  1477. 50.53763% {
  1478. content: "47%";
  1479. }
  1480. 51.6129% {
  1481. content: "48%";
  1482. }
  1483. 52.68817% {
  1484. content: "49%";
  1485. }
  1486. 53.76344% {
  1487. content: "50%";
  1488. }
  1489. 54.83871% {
  1490. content: "51%";
  1491. }
  1492. 55.91398% {
  1493. content: "52%";
  1494. }
  1495. 56.98925% {
  1496. content: "53%";
  1497. }
  1498. 58.06452% {
  1499. content: "54%";
  1500. }
  1501. 59.13978% {
  1502. content: "55%";
  1503. }
  1504. 60.21505% {
  1505. content: "56%";
  1506. }
  1507. 61.29032% {
  1508. content: "57%";
  1509. }
  1510. 62.36559% {
  1511. content: "58%";
  1512. }
  1513. 63.44086% {
  1514. content: "59%";
  1515. }
  1516. 64.51613% {
  1517. content: "60%";
  1518. }
  1519. 65.5914% {
  1520. content: "61%";
  1521. }
  1522. 66.66667% {
  1523. content: "62%";
  1524. }
  1525. 67.74194% {
  1526. content: "63%";
  1527. }
  1528. 68.8172% {
  1529. content: "64%";
  1530. }
  1531. 69.89247% {
  1532. content: "65%";
  1533. }
  1534. 70.96774% {
  1535. content: "66%";
  1536. }
  1537. 72.04301% {
  1538. content: "67%";
  1539. }
  1540. 73.11828% {
  1541. content: "68%";
  1542. }
  1543. 74.19355% {
  1544. content: "69%";
  1545. }
  1546. 75.26882% {
  1547. content: "70%";
  1548. }
  1549. 76.34409% {
  1550. content: "71%";
  1551. }
  1552. 77.41935% {
  1553. content: "72%";
  1554. }
  1555. 78.49462% {
  1556. content: "73%";
  1557. }
  1558. 79.56989% {
  1559. content: "74%";
  1560. }
  1561. 80.64516% {
  1562. content: "75%";
  1563. }
  1564. 81.72043% {
  1565. content: "76%";
  1566. }
  1567. 82.7957% {
  1568. content: "77%";
  1569. }
  1570. 83.87097% {
  1571. content: "78%";
  1572. }
  1573. 84.94624% {
  1574. content: "79%";
  1575. }
  1576. 86.02151% {
  1577. content: "80%";
  1578. }
  1579. 87.09677% {
  1580. content: "81%";
  1581. }
  1582. 88.17204% {
  1583. content: "82%";
  1584. }
  1585. 89.24731% {
  1586. content: "83%";
  1587. }
  1588. 90.32258% {
  1589. content: "84%";
  1590. }
  1591. 91.39785% {
  1592. content: "85%";
  1593. }
  1594. 92.47312% {
  1595. content: "86%";
  1596. }
  1597. 93.54839% {
  1598. content: "87%";
  1599. }
  1600. 94.62366% {
  1601. content: "88%";
  1602. }
  1603. 95.69892% {
  1604. content: "89%";
  1605. }
  1606. 96.77419% {
  1607. content: "90%";
  1608. }
  1609. 97.84946% {
  1610. content: "91%";
  1611. }
  1612. 98.92473% {
  1613. content: "92%";
  1614. }
  1615. 100% {
  1616. content: "93%";
  1617. }
  1618. }
  1619. .go:nth-child(n+2) .inset .numbers:after {
  1620. position: absolute;
  1621. top: 50%;
  1622. left: 50%;
  1623. transform: translate(-50%, -50%);
  1624. content: "CSS3/SCSS";
  1625. font-weight: 100;
  1626. color: #1a2a46;
  1627. top: 120px;
  1628. }
  1629. .go:nth-child(n+3) .circle .mask:before, .go:nth-child(n+3) .circle .mask:nth-child(2), .go:nth-child(n+3) .skill-wrapper .skill-progress .circle .mask:nth-child(2):before, .skill-wrapper .skill-progress .go:nth-child(n+3) .circle .mask:nth-child(2):before {
  1630. -webkit-transform: rotate(156.6deg);
  1631. -ms-transform: rotate(156.6deg);
  1632. transform: rotate(156.6deg);
  1633. }
  1634. .go:nth-child(n+3) .inset .numbers {
  1635. width: 3872px;
  1636. }
  1637. .go:nth-child(n+3) .inset .numbers:before {
  1638. position: absolute;
  1639. top: 50%;
  1640. left: 50%;
  1641. transform: translate(-50%, -50%);
  1642. content: "87%";
  1643. font-size: 22px;
  1644. font-weight: 800;
  1645. color: #455fae;
  1646. animation: go-3 2s ease-out;
  1647. }
  1648. @keyframes go-3 {
  1649. 1.14943% {
  1650. content: "1%";
  1651. }
  1652. 2.29885% {
  1653. content: "2%";
  1654. }
  1655. 3.44828% {
  1656. content: "3%";
  1657. }
  1658. 4.5977% {
  1659. content: "4%";
  1660. }
  1661. 5.74713% {
  1662. content: "5%";
  1663. }
  1664. 6.89655% {
  1665. content: "6%";
  1666. }
  1667. 8.04598% {
  1668. content: "7%";
  1669. }
  1670. 9.1954% {
  1671. content: "8%";
  1672. }
  1673. 10.34483% {
  1674. content: "9%";
  1675. }
  1676. 11.49425% {
  1677. content: "10%";
  1678. }
  1679. 12.64368% {
  1680. content: "11%";
  1681. }
  1682. 13.7931% {
  1683. content: "12%";
  1684. }
  1685. 14.94253% {
  1686. content: "13%";
  1687. }
  1688. 16.09195% {
  1689. content: "14%";
  1690. }
  1691. 17.24138% {
  1692. content: "15%";
  1693. }
  1694. 18.3908% {
  1695. content: "16%";
  1696. }
  1697. 19.54023% {
  1698. content: "17%";
  1699. }
  1700. 20.68966% {
  1701. content: "18%";
  1702. }
  1703. 21.83908% {
  1704. content: "19%";
  1705. }
  1706. 22.98851% {
  1707. content: "20%";
  1708. }
  1709. 24.13793% {
  1710. content: "21%";
  1711. }
  1712. 25.28736% {
  1713. content: "22%";
  1714. }
  1715. 26.43678% {
  1716. content: "23%";
  1717. }
  1718. 27.58621% {
  1719. content: "24%";
  1720. }
  1721. 28.73563% {
  1722. content: "25%";
  1723. }
  1724. 29.88506% {
  1725. content: "26%";
  1726. }
  1727. 31.03448% {
  1728. content: "27%";
  1729. }
  1730. 32.18391% {
  1731. content: "28%";
  1732. }
  1733. 33.33333% {
  1734. content: "29%";
  1735. }
  1736. 34.48276% {
  1737. content: "30%";
  1738. }
  1739. 35.63218% {
  1740. content: "31%";
  1741. }
  1742. 36.78161% {
  1743. content: "32%";
  1744. }
  1745. 37.93103% {
  1746. content: "33%";
  1747. }
  1748. 39.08046% {
  1749. content: "34%";
  1750. }
  1751. 40.22989% {
  1752. content: "35%";
  1753. }
  1754. 41.37931% {
  1755. content: "36%";
  1756. }
  1757. 42.52874% {
  1758. content: "37%";
  1759. }
  1760. 43.67816% {
  1761. content: "38%";
  1762. }
  1763. 44.82759% {
  1764. content: "39%";
  1765. }
  1766. 45.97701% {
  1767. content: "40%";
  1768. }
  1769. 47.12644% {
  1770. content: "41%";
  1771. }
  1772. 48.27586% {
  1773. content: "42%";
  1774. }
  1775. 49.42529% {
  1776. content: "43%";
  1777. }
  1778. 50.57471% {
  1779. content: "44%";
  1780. }
  1781. 51.72414% {
  1782. content: "45%";
  1783. }
  1784. 52.87356% {
  1785. content: "46%";
  1786. }
  1787. 54.02299% {
  1788. content: "47%";
  1789. }
  1790. 55.17241% {
  1791. content: "48%";
  1792. }
  1793. 56.32184% {
  1794. content: "49%";
  1795. }
  1796. 57.47126% {
  1797. content: "50%";
  1798. }
  1799. 58.62069% {
  1800. content: "51%";
  1801. }
  1802. 59.77011% {
  1803. content: "52%";
  1804. }
  1805. 60.91954% {
  1806. content: "53%";
  1807. }
  1808. 62.06897% {
  1809. content: "54%";
  1810. }
  1811. 63.21839% {
  1812. content: "55%";
  1813. }
  1814. 64.36782% {
  1815. content: "56%";
  1816. }
  1817. 65.51724% {
  1818. content: "57%";
  1819. }
  1820. 66.66667% {
  1821. content: "58%";
  1822. }
  1823. 67.81609% {
  1824. content: "59%";
  1825. }
  1826. 68.96552% {
  1827. content: "60%";
  1828. }
  1829. 70.11494% {
  1830. content: "61%";
  1831. }
  1832. 71.26437% {
  1833. content: "62%";
  1834. }
  1835. 72.41379% {
  1836. content: "63%";
  1837. }
  1838. 73.56322% {
  1839. content: "64%";
  1840. }
  1841. 74.71264% {
  1842. content: "65%";
  1843. }
  1844. 75.86207% {
  1845. content: "66%";
  1846. }
  1847. 77.01149% {
  1848. content: "67%";
  1849. }
  1850. 78.16092% {
  1851. content: "68%";
  1852. }
  1853. 79.31034% {
  1854. content: "69%";
  1855. }
  1856. 80.45977% {
  1857. content: "70%";
  1858. }
  1859. 81.6092% {
  1860. content: "71%";
  1861. }
  1862. 82.75862% {
  1863. content: "72%";
  1864. }
  1865. 83.90805% {
  1866. content: "73%";
  1867. }
  1868. 85.05747% {
  1869. content: "74%";
  1870. }
  1871. 86.2069% {
  1872. content: "75%";
  1873. }
  1874. 87.35632% {
  1875. content: "76%";
  1876. }
  1877. 88.50575% {
  1878. content: "77%";
  1879. }
  1880. 89.65517% {
  1881. content: "78%";
  1882. }
  1883. 90.8046% {
  1884. content: "79%";
  1885. }
  1886. 91.95402% {
  1887. content: "80%";
  1888. }
  1889. 93.10345% {
  1890. content: "81%";
  1891. }
  1892. 94.25287% {
  1893. content: "82%";
  1894. }
  1895. 95.4023% {
  1896. content: "83%";
  1897. }
  1898. 96.55172% {
  1899. content: "84%";
  1900. }
  1901. 97.70115% {
  1902. content: "85%";
  1903. }
  1904. 98.85057% {
  1905. content: "86%";
  1906. }
  1907. 100% {
  1908. content: "87%";
  1909. }
  1910. }
  1911. .go:nth-child(n+3) .inset .numbers:after {
  1912. position: absolute;
  1913. top: 50%;
  1914. left: 50%;
  1915. transform: translate(-50%, -50%);
  1916. content: "jQuery";
  1917. font-weight: 100;
  1918. color: #1a2a46;
  1919. top: 120px;
  1920. }
  1921. .go:nth-child(n+4) .circle .mask:before, .go:nth-child(n+4) .circle .mask:nth-child(2), .go:nth-child(n+4) .skill-wrapper .skill-progress .circle .mask:nth-child(2):before, .skill-wrapper .skill-progress .go:nth-child(n+4) .circle .mask:nth-child(2):before {
  1922. -webkit-transform: rotate(100.8deg);
  1923. -ms-transform: rotate(100.8deg);
  1924. transform: rotate(100.8deg);
  1925. }
  1926. .go:nth-child(n+4) .inset .numbers {
  1927. width: 2508px;
  1928. }
  1929. .go:nth-child(n+4) .inset .numbers:before {
  1930. position: absolute;
  1931. top: 50%;
  1932. left: 50%;
  1933. transform: translate(-50%, -50%);
  1934. content: "56%";
  1935. font-size: 22px;
  1936. font-weight: 800;
  1937. color: #455fae;
  1938. animation: go-4 2s ease-out;
  1939. }
  1940. @keyframes go-4 {
  1941. 1.78571% {
  1942. content: "1%";
  1943. }
  1944. 3.57143% {
  1945. content: "2%";
  1946. }
  1947. 5.35714% {
  1948. content: "3%";
  1949. }
  1950. 7.14286% {
  1951. content: "4%";
  1952. }
  1953. 8.92857% {
  1954. content: "5%";
  1955. }
  1956. 10.71429% {
  1957. content: "6%";
  1958. }
  1959. 12.5% {
  1960. content: "7%";
  1961. }
  1962. 14.28571% {
  1963. content: "8%";
  1964. }
  1965. 16.07143% {
  1966. content: "9%";
  1967. }
  1968. 17.85714% {
  1969. content: "10%";
  1970. }
  1971. 19.64286% {
  1972. content: "11%";
  1973. }
  1974. 21.42857% {
  1975. content: "12%";
  1976. }
  1977. 23.21429% {
  1978. content: "13%";
  1979. }
  1980. 25% {
  1981. content: "14%";
  1982. }
  1983. 26.78571% {
  1984. content: "15%";
  1985. }
  1986. 28.57143% {
  1987. content: "16%";
  1988. }
  1989. 30.35714% {
  1990. content: "17%";
  1991. }
  1992. 32.14286% {
  1993. content: "18%";
  1994. }
  1995. 33.92857% {
  1996. content: "19%";
  1997. }
  1998. 35.71429% {
  1999. content: "20%";
  2000. }
  2001. 37.5% {
  2002. content: "21%";
  2003. }
  2004. 39.28571% {
  2005. content: "22%";
  2006. }
  2007. 41.07143% {
  2008. content: "23%";
  2009. }
  2010. 42.85714% {
  2011. content: "24%";
  2012. }
  2013. 44.64286% {
  2014. content: "25%";
  2015. }
  2016. 46.42857% {
  2017. content: "26%";
  2018. }
  2019. 48.21429% {
  2020. content: "27%";
  2021. }
  2022. 50% {
  2023. content: "28%";
  2024. }
  2025. 51.78571% {
  2026. content: "29%";
  2027. }
  2028. 53.57143% {
  2029. content: "30%";
  2030. }
  2031. 55.35714% {
  2032. content: "31%";
  2033. }
  2034. 57.14286% {
  2035. content: "32%";
  2036. }
  2037. 58.92857% {
  2038. content: "33%";
  2039. }
  2040. 60.71429% {
  2041. content: "34%";
  2042. }
  2043. 62.5% {
  2044. content: "35%";
  2045. }
  2046. 64.28571% {
  2047. content: "36%";
  2048. }
  2049. 66.07143% {
  2050. content: "37%";
  2051. }
  2052. 67.85714% {
  2053. content: "38%";
  2054. }
  2055. 69.64286% {
  2056. content: "39%";
  2057. }
  2058. 71.42857% {
  2059. content: "40%";
  2060. }
  2061. 73.21429% {
  2062. content: "41%";
  2063. }
  2064. 75% {
  2065. content: "42%";
  2066. }
  2067. 76.78571% {
  2068. content: "43%";
  2069. }
  2070. 78.57143% {
  2071. content: "44%";
  2072. }
  2073. 80.35714% {
  2074. content: "45%";
  2075. }
  2076. 82.14286% {
  2077. content: "46%";
  2078. }
  2079. 83.92857% {
  2080. content: "47%";
  2081. }
  2082. 85.71429% {
  2083. content: "48%";
  2084. }
  2085. 87.5% {
  2086. content: "49%";
  2087. }
  2088. 89.28571% {
  2089. content: "50%";
  2090. }
  2091. 91.07143% {
  2092. content: "51%";
  2093. }
  2094. 92.85714% {
  2095. content: "52%";
  2096. }
  2097. 94.64286% {
  2098. content: "53%";
  2099. }
  2100. 96.42857% {
  2101. content: "54%";
  2102. }
  2103. 98.21429% {
  2104. content: "55%";
  2105. }
  2106. 100% {
  2107. content: "56%";
  2108. }
  2109. }
  2110. .go:nth-child(n+4) .inset .numbers:after {
  2111. position: absolute;
  2112. top: 50%;
  2113. left: 50%;
  2114. transform: translate(-50%, -50%);
  2115. content: "JS";
  2116. font-weight: 100;
  2117. color: #1a2a46;
  2118. top: 120px;
  2119. }
  2120. .go:nth-child(n+5) .circle .mask:before, .go:nth-child(n+5) .circle .mask:nth-child(2), .go:nth-child(n+5) .skill-wrapper .skill-progress .circle .mask:nth-child(2):before, .skill-wrapper .skill-progress .go:nth-child(n+5) .circle .mask:nth-child(2):before {
  2121. -webkit-transform: rotate(77.4deg);
  2122. -ms-transform: rotate(77.4deg);
  2123. transform: rotate(77.4deg);
  2124. }
  2125. .go:nth-child(n+5) .inset .numbers {
  2126. width: 1936px;
  2127. }
  2128. .go:nth-child(n+5) .inset .numbers:before {
  2129. position: absolute;
  2130. top: 50%;
  2131. left: 50%;
  2132. transform: translate(-50%, -50%);
  2133. content: "43%";
  2134. font-size: 22px;
  2135. font-weight: 800;
  2136. color: #455fae;
  2137. animation: go-5 2s ease-out;
  2138. }
  2139. @keyframes go-5 {
  2140. 2.32558% {
  2141. content: "1%";
  2142. }
  2143. 4.65116% {
  2144. content: "2%";
  2145. }
  2146. 6.97674% {
  2147. content: "3%";
  2148. }
  2149. 9.30233% {
  2150. content: "4%";
  2151. }
  2152. 11.62791% {
  2153. content: "5%";
  2154. }
  2155. 13.95349% {
  2156. content: "6%";
  2157. }
  2158. 16.27907% {
  2159. content: "7%";
  2160. }
  2161. 18.60465% {
  2162. content: "8%";
  2163. }
  2164. 20.93023% {
  2165. content: "9%";
  2166. }
  2167. 23.25581% {
  2168. content: "10%";
  2169. }
  2170. 25.5814% {
  2171. content: "11%";
  2172. }
  2173. 27.90698% {
  2174. content: "12%";
  2175. }
  2176. 30.23256% {
  2177. content: "13%";
  2178. }
  2179. 32.55814% {
  2180. content: "14%";
  2181. }
  2182. 34.88372% {
  2183. content: "15%";
  2184. }
  2185. 37.2093% {
  2186. content: "16%";
  2187. }
  2188. 39.53488% {
  2189. content: "17%";
  2190. }
  2191. 41.86047% {
  2192. content: "18%";
  2193. }
  2194. 44.18605% {
  2195. content: "19%";
  2196. }
  2197. 46.51163% {
  2198. content: "20%";
  2199. }
  2200. 48.83721% {
  2201. content: "21%";
  2202. }
  2203. 51.16279% {
  2204. content: "22%";
  2205. }
  2206. 53.48837% {
  2207. content: "23%";
  2208. }
  2209. 55.81395% {
  2210. content: "24%";
  2211. }
  2212. 58.13953% {
  2213. content: "25%";
  2214. }
  2215. 60.46512% {
  2216. content: "26%";
  2217. }
  2218. 62.7907% {
  2219. content: "27%";
  2220. }
  2221. 65.11628% {
  2222. content: "28%";
  2223. }
  2224. 67.44186% {
  2225. content: "29%";
  2226. }
  2227. 69.76744% {
  2228. content: "30%";
  2229. }
  2230. 72.09302% {
  2231. content: "31%";
  2232. }
  2233. 74.4186% {
  2234. content: "32%";
  2235. }
  2236. 76.74419% {
  2237. content: "33%";
  2238. }
  2239. 79.06977% {
  2240. content: "34%";
  2241. }
  2242. 81.39535% {
  2243. content: "35%";
  2244. }
  2245. 83.72093% {
  2246. content: "36%";
  2247. }
  2248. 86.04651% {
  2249. content: "37%";
  2250. }
  2251. 88.37209% {
  2252. content: "38%";
  2253. }
  2254. 90.69767% {
  2255. content: "39%";
  2256. }
  2257. 93.02326% {
  2258. content: "40%";
  2259. }
  2260. 95.34884% {
  2261. content: "41%";
  2262. }
  2263. 97.67442% {
  2264. content: "42%";
  2265. }
  2266. 100% {
  2267. content: "43%";
  2268. }
  2269. }
  2270. .go:nth-child(n+5) .inset .numbers:after {
  2271. position: absolute;
  2272. top: 50%;
  2273. left: 50%;
  2274. transform: translate(-50%, -50%);
  2275. content: "PHP";
  2276. font-weight: 100;
  2277. color: #1a2a46;
  2278. top: 120px;
  2279. }
  2280. /* ######## Section 1 Css ######################### */
  2281. .sora-special-box {
  2282. overflow: hidden;
  2283. margin: 0 auto;
  2284. padding:20px 0;
  2285. }
  2286. .special-wrap {
  2287. margin: 0 auto;
  2288. position: relative;
  2289. }
  2290. .special-wrap-inner {
  2291. background-color: #fff;
  2292. box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  2293. -webkit-box-sizing: border-box;
  2294. -moz-box-sizing: border-box;
  2295. box-sizing: border-box;
  2296. overflow: hidden;
  2297. padding: 20px;
  2298. }
  2299. .special-title {
  2300. text-align: center;
  2301. margin-bottom: 35px;
  2302. }
  2303. .special-title h4 {
  2304. color: #3d4451;
  2305. font-size: 34px;
  2306. line-height: 1.2;
  2307. font-weight: 600;
  2308. text-align: center;
  2309. text-transform:uppercase;
  2310. }
  2311. .special-title h4 .lnr {
  2312. margin-right:5px;
  2313. padding: 10px;
  2314. box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  2315. color:#3498db;
  2316. }
  2317. .special-tiles {
  2318. width: 100%;
  2319. box-sizing: border-box;
  2320. text-align: left;
  2321. margin-bottom: 20px;
  2322. }
  2323. .special-icons {
  2324. font-size: 45px;
  2325. float: left;
  2326. color: #303030;
  2327. margin-right: 10px;
  2328. width: 50px;
  2329. height: 60px;
  2330. line-height: 60px;
  2331. }
  2332. .special-heading {
  2333. font-size: 14px;
  2334. line-height: 21px;
  2335. color: #303030;
  2336. text-transform: capitalize;
  2337. letter-spacing: 1.5px;
  2338. margin-bottom: 10px;
  2339. font-weight:bold;
  2340. }
  2341. .special-text {
  2342. color: #606060;
  2343. }
  2344.  
  2345.  
  2346. .skills, .skill-details {
  2347. padding: 15px;
  2348. width: 50%;
  2349. float: left;
  2350. box-sizing: border-box;
  2351. padding-right: 40px;
  2352. padding-left: 0;
  2353. }
  2354. .skill-details {
  2355. float:right;
  2356. padding-left: 40px;
  2357. padding-right: 0;
  2358. }
  2359. .skills dt:after {
  2360. width: 100%;
  2361. background-color: #e0e0e0;
  2362. height: 0.5rem;
  2363. content: "";
  2364. display: block;
  2365. }
  2366.  
  2367. .skills dd {
  2368. background: red;
  2369. width: 0;
  2370. height: 0.5rem;
  2371. position: relative;
  2372. top: -0.5rem;
  2373. }
  2374. .skills dd.html {
  2375. background: #F44336;
  2376. }
  2377. .skills dd.css {
  2378. background: #2196F3;
  2379. }
  2380. .skills dd.jquery {
  2381. background: #FFCA28;
  2382. }
  2383. .skills dd.scss {
  2384. background: #F06292;
  2385. }
  2386. .skills dd.javascript {
  2387. background: #FFA000;
  2388. }
  2389. .skills dd.php {
  2390. background: #303F9F;
  2391. }
  2392. .skills dd.xml {
  2393. background: #27ae60;
  2394. }
  2395. /* ######## Section 2 Css ######################### */
  2396. .sora-works-box {
  2397. overflow: hidden;
  2398. margin: 0 auto;
  2399. padding:20px 0;
  2400. }
  2401. .works-wrap {
  2402. margin:0 auto;
  2403. }
  2404. .works-title {
  2405. text-align: center;
  2406. margin-bottom: 35px;
  2407. }
  2408. .works-title h4 {
  2409. color: #3d4451;
  2410. font-size: 34px;
  2411. line-height: 1.2;
  2412. font-weight: 600;
  2413. text-align: center;
  2414. text-transform: uppercase;
  2415. }
  2416. .works-title h4 .lnr {
  2417. margin-right: 5px;
  2418. padding: 10px;
  2419. box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  2420. color:#1abc9c;
  2421. }
  2422.  
  2423.  
  2424. #timeline {
  2425.  
  2426. }
  2427. .timeline {
  2428. position: relative;
  2429. padding-top: 20px;
  2430. background-color: inherit;
  2431. list-style:none;
  2432. }
  2433.  
  2434. .timeline:after {
  2435. content: '';
  2436. position: absolute;
  2437. width: 5px;
  2438. background-color: $maincolor;
  2439. left: 50%;
  2440. top: 0;
  2441. bottom: 0;
  2442. margin-left: -2px;
  2443. }
  2444.  
  2445. .timeline--first:after {
  2446. top: 20px;
  2447. }
  2448.  
  2449. .era {
  2450. text-align: center;
  2451. position: relative;
  2452. z-index: 1;
  2453. padding-bottom: 20px;
  2454. list-style:none;
  2455. }
  2456.  
  2457. .era__title {
  2458. background-color: $maincolor;
  2459. color: #EEEEEE;
  2460. display: inline-block;
  2461. padding: 10px 20px;
  2462. border-radius: 4px;
  2463. cursor: default;
  2464. }
  2465.  
  2466. .entry {
  2467. padding: 10px 30px 40px 30px;
  2468. width: 50%;
  2469. position: relative;
  2470. background-color: inherit;
  2471. list-style:none;
  2472. }
  2473.  
  2474. .entry--right {
  2475. margin-left: 50%;
  2476. }
  2477.  
  2478. .entry__content {
  2479. padding: 20px 30px;
  2480. background-color: #fff;
  2481. position: relative;
  2482. border-radius: 4px;
  2483. cursor: default;
  2484. transition: all 0.3s ease 0s;
  2485. box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  2486. }
  2487. .entry.entry--left .entry__content {
  2488. border-left: 5px solid $maincolor;
  2489. }
  2490. .entry.entry--right .entry__content {
  2491. border-right: 5px solid $maincolor;
  2492. }
  2493. .entry__content:hover {
  2494. background-color: #FFFFFF;
  2495. }
  2496. .entry__content h2 {
  2497. color: #414141;
  2498. font-size: 22px;
  2499. font-weight: 400;
  2500. line-height: 1.1;
  2501. text-align: center;
  2502. margin-bottom: 20px;
  2503. text-transform: uppercase;
  2504. }
  2505. .entry__content .date {
  2506. font-size: 16px;
  2507. font-weight: 700;
  2508. line-height: 1;
  2509. text-align: center;
  2510. margin-bottom: 15px;
  2511. color:$maincolor;
  2512. }
  2513. .entry:before {
  2514. content: " ";
  2515. height: 0;
  2516. position: absolute;
  2517. top: 20px;
  2518. width: 0;
  2519. z-index: 1;
  2520. }
  2521.  
  2522. .entry:after {
  2523. content: '';
  2524. position: absolute;
  2525. width: 23px;
  2526. height: 23px;
  2527. right: -12px;
  2528. background-color: #EEEEEE;
  2529. border: 4px solid $maincolor;
  2530. top: 20px;
  2531. border-radius: 50%;
  2532. z-index: 1;
  2533. }
  2534.  
  2535. .entry--right:after {
  2536. right: auto;
  2537. left: -12px;
  2538. }
  2539. /* ######## Testimonial Css ######################### */
  2540. /*! Flickity v1.0.0
  2541. http://flickity.metafizzy.co
  2542. ---------------------------------------------- */
  2543. .flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-prev-next-button{position:absolute;top:50%;width:44px;height:44px; border: 1px solid #d7dbde;background:#fff;background:hsla(0,0%,100%,.75);cursor:pointer;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.flickity-prev-next-button:hover{background:#fff}.flickity-prev-next-button:focus{outline:0;box-shadow:0 0 0 5px #09F}.flickity-prev-next-button:active{filter:alpha(opacity=60);opacity:.6}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button:disabled{filter:alpha(opacity=30);opacity:.3;cursor:auto}.flickity-prev-next-button svg{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-prev-next-button .arrow{fill:#333}.flickity-prev-next-button.no-svg{color:#333;font-size:26px}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#efefef;border-radius:50%;filter:alpha(opacity=80);opacity:.80;cursor:pointer; padding: 0;}.flickity-page-dots .dot.is-selected{filter:alpha(opacity=100);opacity:1}
  2544. .main-gallery {
  2545. background-color: #fff;
  2546. box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
  2547.  
  2548. }
  2549. .main-gallery-wrap {
  2550. margin:0 auto;
  2551. }
  2552. .gallery-cell {
  2553. width: 100%;
  2554. }
  2555. .testimonial-title {
  2556. text-align: center;
  2557. margin: 25px 0;
  2558. }
  2559. .testimonial-title h4 {
  2560. color: #3d4451;
  2561. font-size: 34px;
  2562. line-height: 1.2;
  2563. font-weight: 600;
  2564. text-align: center;
  2565. text-transform: uppercase;
  2566. }
  2567. .testimonial-title .lnr {
  2568. margin-right: 5px;
  2569. padding: 10px;
  2570. box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  2571. color: #3498db;
  2572. }
  2573. .testimonial {
  2574. text-align: left;
  2575. max-width: 850px;
  2576. margin: 55px auto 40px auto;
  2577. padding: 0 20px;
  2578. }
  2579. .testimonial-image {
  2580. float: left;
  2581. margin-right: 22px;
  2582. }
  2583. .testimonial-avatar {
  2584. width: 53px;
  2585. display: block;
  2586. -webkit-border-radius: 5px;
  2587. -moz-border-radius: 5px;
  2588. border-radius: 5px;
  2589. }
  2590. .person-speech {
  2591. font-size: 18px;
  2592. font-weight: 400;
  2593. line-height: 1.4;
  2594. position: relative;
  2595. padding-bottom: 27px;
  2596. border-bottom: 1px solid #dddad9;
  2597. }
  2598. .testimonial-quote {
  2599. font-size: 22px;
  2600. color:#3d4451;
  2601. }
  2602. .testimonial-quote:before {
  2603. content: "\f10e";
  2604. top: 2px;
  2605. left: -55px;
  2606. position: absolute;
  2607. font-size: 23px;
  2608. line-height: 1;
  2609. color:$maincolor;
  2610. display: inline-block;
  2611. font: normal normal normal 22px/1 FontAwesome;
  2612. font-size: inherit;
  2613. font-style: normal;
  2614. font-weight: 400;
  2615. -webkit-font-smoothing: antialiased;
  2616. -moz-osx-font-smoothing: grayscale;
  2617. }
  2618. .testimonial-meta {
  2619. padding-top: 25px;
  2620. }
  2621. .testimonial-author {
  2622. color: #757575;
  2623. font-size: 20px;
  2624. font-weight: 700;
  2625. line-height: 1.1;
  2626. display: block;
  2627. margin-bottom: 3px;
  2628. }
  2629. .testimonial-author-details{
  2630. color: #d0d0d0;
  2631. font-size: 13px;
  2632. font-weight: 400;
  2633. line-height: 1.1;
  2634. text-transform: uppercase;
  2635. }
  2636. .flickity-page-dots {
  2637. bottom: 25px;
  2638. }
  2639.  
  2640. .flickity-page-dots .dot.is-selected {
  2641. background: $maincolor;
  2642. }
  2643. /* ######## Section 3 Css ######################### */
  2644. .sora-about-box {
  2645. background: #f8f8f8;
  2646. overflow: hidden;
  2647. margin: 0 auto;
  2648. padding:20px 0;
  2649. }
  2650. .about-wrap {
  2651. margin:0 auto;
  2652. }
  2653. .about-title {
  2654. text-align: center;
  2655. margin-bottom: 35px;
  2656. }
  2657. .about-title h4 {
  2658. color: #3d4451;
  2659. font-size: 34px;
  2660. line-height: 1.2;
  2661. font-weight: 600;
  2662. text-align: center;
  2663. text-transform: uppercase;
  2664. }
  2665. .about-title h4 .lnr {
  2666. margin-right: 5px;
  2667. padding: 10px;
  2668. box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  2669. color: #f39c12;
  2670. }
  2671. .about-tiles {
  2672. width: 33.33%;
  2673. float: left;
  2674. padding: 10px;
  2675. box-sizing: border-box;
  2676. text-align: center;
  2677. }
  2678. .price_card{
  2679. width: 33.33%;
  2680. box-sizing: border-box;
  2681. text-align: center;
  2682. float: left;
  2683. top: 0;
  2684. position:relative;
  2685. }
  2686. .price_card_wrap {
  2687. background: rgb(255, 255, 255);
  2688. overflow: hidden;
  2689. }
  2690. .price_card:not(:last-child){
  2691. padding-right: 20px;
  2692. }
  2693. .header{
  2694. color: rgb(255, 255, 255);
  2695. }
  2696. .alpha .header{
  2697. background: rgb(245, 166, 35);
  2698. }
  2699. .bravo .header{
  2700. background: rgb(246, 77, 77);
  2701. }
  2702. .charlie .header{
  2703. background: rgb(48, 219, 181);
  2704. }
  2705. .price{
  2706. width: 100%;
  2707. font-size: 60px;
  2708. line-height: 60px;
  2709. font-weight: 300;
  2710. display: block;
  2711. text-align: center;
  2712. padding: 30px 0 10px;
  2713. }
  2714. .name{
  2715. width: 100%;
  2716. font-size: 15px;
  2717. font-weight: 700;
  2718. display: block;
  2719. text-align: center;
  2720. padding: 0 0 30px;
  2721. }
  2722. .features{
  2723. list-style: none;
  2724. text-align: center;
  2725. color: rgb(138, 138, 138);
  2726. margin: 0;
  2727. padding: 0;
  2728. }
  2729. .features li{
  2730. padding: 20px 15px;
  2731. width: 100%;
  2732. list-style:none;
  2733. box-sizing:border-box;
  2734. }
  2735. .features li:not(:last-child){
  2736. border: 1px solid rgb(242, 242, 242);
  2737. border-top: 0;
  2738. border-left: 0;
  2739. border-right: 0;
  2740. }
  2741. button{
  2742. color: rgb(255, 255, 255);
  2743. border: 0;
  2744. border-radius: 5px;
  2745. height: 40px;
  2746. width: 200px;
  2747. display: block;
  2748. font-weight: 700;
  2749. font-size: 15px;
  2750. text-transform: uppercase;
  2751. margin: 20px auto 35px;
  2752. }
  2753. .alpha button{
  2754. background: rgb(245, 166, 35);
  2755. }
  2756. .bravo button{
  2757. background: rgb(246, 77, 77);
  2758. }
  2759. .charlie button{
  2760. background: rgb(48, 219, 181);
  2761. }
  2762. .tip{
  2763. font-family: 'Indie Flower';
  2764. position: absolute;
  2765. color: rgb(117, 117, 117);
  2766. margin: 10px 5px;
  2767. left:0;
  2768. }
  2769.  
  2770. /* ######## Contact Form Css ######################### */
  2771. div#sora_blogger_cntct_form {
  2772. padding: 50px 0px;
  2773. border-radius: 2px;
  2774. color: #3d4451;
  2775. font-size: 15px;
  2776. font-weight: bold;
  2777. position: relative;
  2778. margin:0 auto;
  2779. overflow:hidden;
  2780. }
  2781. div#sora_blogger_cntct_form .wrap-me {
  2782. margin: 0;
  2783. display: block;
  2784. max-width: 500px;
  2785. width: 100%;
  2786. float: left;
  2787. box-sizing: border-box;
  2788. background-color: #fff;
  2789. padding: 40px 40px 5px;
  2790. box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  2791. }
  2792. .contact-title {
  2793. text-align: center;
  2794. margin: 25px 0;
  2795. }
  2796. .contact-title h4 {
  2797. color: #3d4451;
  2798. font-size: 34px;
  2799. line-height: 1.2;
  2800. font-weight: 600;
  2801. text-align: center;
  2802. text-transform: uppercase;
  2803. }
  2804. .contact-title h4 .lnr {
  2805. margin-right: 5px;
  2806. padding: 10px;
  2807. box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  2808. color:#95a5a6;
  2809. }
  2810. .contact-title span {
  2811. color: #3d4451;
  2812. }
  2813. .contact_list_wrapper {
  2814. text-align: center;
  2815. }
  2816. .contact-list-info {
  2817. list-style: none;
  2818. padding: 0;
  2819. margin: 0;
  2820. text-align: center;
  2821. }
  2822. .contact_list_wrapper .contact-list-info li {
  2823. padding: 0;
  2824. padding-left: 15px;
  2825. padding-right: 15px;
  2826. display: inline-block;
  2827. line-height: 25px;
  2828. color: #3d4451;
  2829. }
  2830. .contact_list_wrapper .contact-list-info li i {
  2831. display: inline;
  2832. margin-right: 5px;
  2833. font-size: 15px;
  2834. vertical-align: -2px;
  2835. color: #3d4451;
  2836. }
  2837. .contact_list_wrapper .contact-list-info li p {
  2838. display: inline;
  2839. }
  2840. input#ContactForm1_contact-form-name, #ContactForm1_contact-form-email, #ContactForm1_contact-form-email:hover, #ContactForm1_contact-form-email:active {
  2841. padding: 5px;
  2842. margin-top: 4px !important;
  2843. box-shadow: none!Important;
  2844. width: 100%;
  2845. max-width: 100%;
  2846. background: transparent !important;
  2847. color: #3d4451;
  2848. border-color: gainsboro !important;
  2849. border-width:0 0 1px 0;
  2850. line-height: 1em;
  2851. min-height: 31px;
  2852. margin-bottom: 15px;
  2853. border-radius: 0px;
  2854. }
  2855. .contact-form-email-message, .contact-form-email-message:active, .contact-form-email-message:hover {
  2856. padding: 5px;
  2857. margin-top: 4px !important;
  2858. box-shadow: none!Important;
  2859. width: 100%;
  2860. max-width: 100%;
  2861. line-height: 1em;
  2862. min-height: 80px;
  2863. background: transparent !important;
  2864. color:#3d4451;
  2865. border-color: gainsboro !important;
  2866. border-width:0 0 1px 0;
  2867. margin-bottom: 10px;
  2868. border-radius: 0px;
  2869. }
  2870. /***** Focus *****/
  2871. #ContactForm1_contact-form-name:focus, #ContactForm1_contact-form-email:focus, #ContactForm1_contact-form-email-message:focus {
  2872. outline: none;
  2873. background: transparent !important;
  2874. color: #3d4451;
  2875. border-color: $maincolor !important;
  2876. border-width:0 0 1px 0;
  2877. box-shadow: none !important;
  2878. transition: all 0.3s ease-in-out !important;
  2879. }
  2880. /**** Submit button style ****/
  2881. .contact-form-button-submit:hover {
  2882. color: #FFFFFF;
  2883. background: $maincolor !important;
  2884. color:#000!important;
  2885. }
  2886. .contact-form-button-submit {
  2887. background: transparent;
  2888. display: table;
  2889. font-size: 17px;
  2890. margin: 0 !important;
  2891. border-radius: 0 !important;
  2892. max-width: 100%;
  2893. width: 100%;
  2894. min-width: 100%;
  2895. height: 32px;
  2896. line-height: 0.5em;
  2897. letter-spacing: 0.5px;
  2898. font-weight: normal;
  2899. position:relative;
  2900. cursor: pointer;
  2901. outline: none!important;
  2902. color: #3d4451;
  2903. border: 1px solid gainsboro !important;
  2904. text-align: center;
  2905. padding: 0px 25px;
  2906. text-transform: capitalize;
  2907. transition: all 300ms ease-in-out;
  2908. -webkit-transition: all 300ms ease-in-out;
  2909. -moz-transition: all 300ms ease-in-out;
  2910. }
  2911.  
  2912. /**** Submit button on Focus ****/
  2913. .contact-form-button-submit:focus, .contact-form-button-submit.focus {
  2914. border-color: $maincolor;
  2915. box-shadow: none !important;
  2916. color:#000!important;
  2917. }
  2918. /**** Error message ****/
  2919. .contact-form-success-message, .contact-form-success-message-with-border {
  2920. color: #3d4451 !important;
  2921. margin-top:55px !important;
  2922. }
  2923. /**** Submit Button On Success Message ****/
  2924. .contact-form-button-submit.disabled, .contact-form-button-submit.disabled:hover, .contact-form-button-submit.disabled:active {
  2925. opacity: 0.9;
  2926. }
  2927. /****** Success Message *****/
  2928. .contact-form-error-message-with-border {
  2929. background: #000000;
  2930. border: 1px solid #5A5A5A;
  2931. bottom: 0;
  2932. box-shadow: none;
  2933. color: #FDFDFD;
  2934. font-size: 15px;
  2935. font-weight: normal;
  2936. line-height: 35px;
  2937. margin-left: 0;
  2938. opacity: 1;
  2939. position: static;
  2940. text-align: center;
  2941. height: 35px;
  2942. margin-top: 60px;
  2943. }
  2944. .contact-form-cross {
  2945. height: 14px;
  2946. margin: 5px;
  2947. vertical-align: -8.5%;
  2948. float: right;
  2949. width: 14px;
  2950. border-radius: 50px;
  2951. border: 0 !important;
  2952. cursor: pointer;
  2953. }
  2954. .contact-form-widget {
  2955. max-width: 100%;
  2956. }
  2957. .contact-form-success-message-with-border {
  2958. font-weight: normal;
  2959. background-color: #000;
  2960. border: 1px solid #FFF;
  2961. color: #FFF;
  2962. line-height: 35px;
  2963. margin-left: 0;
  2964. font-size: 13px;
  2965. opacity: 1;
  2966. position: static;
  2967. text-align: center;
  2968. height: 35px;
  2969. margin-top: 60px;
  2970. }
  2971. /* Extra Stuff */
  2972.  
  2973. div#sora_blogger_cntct_form span.name-bg, div#sora_blogger_cntct_form span.email-bg {
  2974. display: inline-block;
  2975. line-height: 21px;
  2976. width: 100%;
  2977. color: #3d4451;
  2978. padding: 3px 0;
  2979. margin: 0px 0px 4px;
  2980. box-sizing: border-box;
  2981. height: 30px;
  2982. letter-spacing: 1px;
  2983. font-weight: normal;
  2984. }
  2985. div#sora_blogger_cntct_form span.message-bg {
  2986. display: inline-block;
  2987. line-height: 21px;
  2988. width: 100%;
  2989. color: #3d4451;
  2990. padding: 3px 0;
  2991. box-sizing: border-box;
  2992. height: 30px;
  2993. margin: 0px 0px 4px;
  2994. letter-spacing: 1px;
  2995. font-weight: normal;
  2996. }
  2997.  
  2998. div#sora_blogger_cntct_form span.send-bg {
  2999. height: 32px;
  3000. display: inline-block;
  3001. float: left;
  3002. transition: all 0.4s ease-in-out !important;
  3003. }
  3004.  
  3005.  
  3006. div#sora_blogger_cntct_form span.clear-bg {
  3007. display: none;
  3008.  
  3009. }
  3010.  
  3011.  
  3012. input.contact-form-button.contact-form-button-submit.clear-button:hover {
  3013. background-color: #E83434 !important;
  3014. }
  3015. div#sora_blogger_cntct_form .clear-button {
  3016. display:none;
  3017. }
  3018. .map-me-full #map {
  3019. width: 100%;
  3020. height: 378px;
  3021. }
  3022. .map-me {
  3023. margin: 0;
  3024. display: block;
  3025. max-width: 500px;
  3026. width: 100%;
  3027. float: right;
  3028. padding: 40px;
  3029. box-sizing: border-box;
  3030. }
  3031. .map-me .con-title {
  3032. font-weight: 700;
  3033. letter-spacing: -1px;
  3034. line-height: 48px;
  3035. color: #000;
  3036. margin: 0;
  3037. text-transform: capitalize;
  3038. }
  3039. .map-me .con-text {
  3040. font-weight: 100;
  3041. line-height: 24px;
  3042. color: #555;
  3043. margin: 0 0 10px;
  3044. }
  3045. .map-me .con-list {
  3046. list-style-type: none;
  3047. padding: 0;
  3048. }
  3049. .map-me .con-list li {
  3050. list-style-type: none;
  3051. color: #333;
  3052. line-height: 45px;
  3053. margin-bottom: 15px;
  3054. text-transform: capitalize;
  3055. font-weight:normal;
  3056. }
  3057. .map-me .con-list li i {
  3058. font-size: 1em;
  3059. margin-right: 20px;
  3060. padding: 15px;
  3061. -webkit-box-pack: center;
  3062. -ms-flex-pack: center;
  3063. justify-content: center;
  3064. background: $maincolor;
  3065. color: #fff;
  3066. border-radius: 50%;
  3067. }
  3068. /* ######## Sidebar Css ######################### */
  3069. .sidebar .widget {
  3070. margin-bottom: 20px;
  3071. position: relative;
  3072. background: #fff none repeat scroll top left;
  3073. box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  3074. }
  3075. .sidebar h2 {
  3076. font-size: 17px;
  3077. line-height: 27px;
  3078. color: #000;
  3079. padding: 7px 15px;
  3080. font-weight: 400;
  3081. letter-spacing: 1.5px;
  3082. text-transform: uppercase;
  3083. position: relative;
  3084. text-align: center;
  3085. background: #f7f7f7;
  3086. border: 1px solid #f0f0f0;
  3087. }
  3088. .sidebar .widget-content {
  3089. padding: 10px;
  3090. box-sizing:border-box;
  3091. }
  3092. .sidebar ul,.sidebar li{
  3093. list-style-type:none;
  3094. margin:0;
  3095. }
  3096. /* ######## Counter Css ######################### */
  3097. .sora-cv-hobby-details {
  3098. margin: 15px auto;
  3099. position: relative;
  3100. }
  3101. .sora-cv-hobby-details-inner {
  3102. -webkit-box-sizing: border-box;
  3103. -moz-box-sizing: border-box;
  3104. box-sizing: border-box;
  3105. background-color: #fff;
  3106. transition: box-shadow .25s;
  3107. -webkit-transition: box-shadow .25s;
  3108. box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  3109. }
  3110. .sora-cv-hobby-details .hobby-title {
  3111. text-align: center;
  3112. margin-bottom: 35px;
  3113. }
  3114. .sora-cv-hobby-details .hobby-title h4 {
  3115. color: #3d4451;
  3116. font-size: 34px;
  3117. line-height: 1.2;
  3118. font-weight: 600;
  3119. text-align: center;
  3120. text-transform: uppercase;
  3121. }
  3122. .sora-cv-hobby-details .hobby-title .lnr {
  3123. margin-right: 5px;
  3124. padding: 10px;
  3125. color:#e74c3c;
  3126. box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  3127. }
  3128. .sora-cv-hobby-details .card-content {
  3129. padding: 40px;
  3130. -webkit-box-sizing: border-box;
  3131. -moz-box-sizing: border-box;
  3132. box-sizing: border-box;
  3133. }
  3134. .sora-cv-hobby-details .card-content p {
  3135. color: #000;
  3136. font-size: 18px;
  3137. font-weight: 300;
  3138. line-height: 1.8;
  3139. text-align: center;
  3140. }
  3141. .sora-cv-hobby-details .card-action {
  3142. border-top: 1px solid rgba(160, 160, 160, .2);
  3143. -webkit-box-sizing: border-box;
  3144. -moz-box-sizing: border-box;
  3145. box-sizing: border-box;
  3146. overflow: hidden;
  3147. }
  3148. .sora-cv-hobby-details .card-action ul {
  3149. padding:0;
  3150. margin:0;
  3151. list-style:none;
  3152. }
  3153. .sora-cv-hobby-details .card-action ul li {
  3154. padding:30px;
  3155. margin: 0;
  3156. -webkit-box-sizing: border-box;
  3157. -moz-box-sizing: border-box;
  3158. box-sizing: border-box;
  3159. list-style: none;
  3160. float: left;
  3161. width: 16.6666666667%;
  3162. box-sizing: border-box;
  3163. text-align: center;
  3164. color:$maincolor;
  3165. }
  3166. .sora-cv-hobby-details .card-action ul li.odd {
  3167. background: $maincolor;
  3168. color:#fff;
  3169. }
  3170. .sora-cv-hobby-details .card-action ul li i {
  3171. font-size: 2.2em;
  3172. }
  3173. .sora-cv-hobby-details .card-action ul li span {
  3174. display: block;
  3175. }
  3176. /* ######## Post Css ######################### */
  3177. .Portfolio-title {
  3178. text-align: center;
  3179. margin: 25px 0;
  3180. }
  3181. .Portfolio-title h4 {
  3182. color: #3d4451;
  3183. font-size: 34px;
  3184. line-height: 1.2;
  3185. font-weight: 600;
  3186. text-align: center;
  3187. text-transform: uppercase;
  3188. }
  3189. .Portfolio-title .lnr {
  3190. margin-right: 5px;
  3191. padding: 10px;
  3192. box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  3193. color: #f1c40f;
  3194. }
  3195. article {
  3196. padding: 0;
  3197. overflow:hidden;
  3198. }
  3199. .index article, .archive article {
  3200. padding: 20px;
  3201. box-sizing: border-box;
  3202. }
  3203. .index .post-grid-item, .archive .post-grid-item {
  3204. width:33.33%;
  3205. float:left;
  3206. padding-right:15px;
  3207. box-sizing:border-box;
  3208. margin-bottom:15px;
  3209. }
  3210. .index .post-grid-item:nth-child(3n), .archive .post-grid-item:nth-child(3n) {
  3211. padding-right:0;
  3212. }
  3213. .index .post, .archive .post {
  3214. box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
  3215. }
  3216. .post {
  3217. display: block;
  3218. word-wrap: break-word;
  3219. background: #ffffff;
  3220. }
  3221. .item .post, .static_page .post {
  3222. padding: 10px;
  3223. box-sizing: border-box;
  3224. box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  3225. overflow:hidden;
  3226. }
  3227. .home-post-head {
  3228. text-align: center;
  3229. }
  3230. .post h1 {
  3231. color: #0a0a0a;
  3232. font-size: 28px;
  3233. font-weight: 400;
  3234. line-height: 32px;
  3235. margin: 0 0 10px;
  3236. }
  3237. .post h2 {
  3238. margin-bottom: 12px;
  3239. font-size: 20px;
  3240. line-height: 1.3;
  3241. font-weight: 700;
  3242. text-transform: uppercase;
  3243. }
  3244. .post h2 a {
  3245. color:#373b42;
  3246. }
  3247. .post h2 {
  3248. margin: 0 0 10px;
  3249. padding: 0;
  3250. }
  3251.  
  3252.  
  3253. .retitle h2 {
  3254. margin: 8px 0;
  3255. display: block;
  3256. }
  3257. .post-body {
  3258. margin: 0px;
  3259. padding:10px;
  3260. font-size: 14px;
  3261. line-height: 26px;
  3262. box-sizing:border-box;
  3263. text-align:justify;
  3264. }
  3265.  
  3266. .block-image {
  3267. float: left;
  3268. width: 100%;
  3269. height:auto;
  3270. position:relative;
  3271. }
  3272. .block-image .thumb {
  3273. width: 100%;
  3274. height: auto;
  3275. position: relative;
  3276. display: block;
  3277. overflow: hidden;
  3278. }
  3279. .block-image .thumb:before {
  3280. background: rgba(0, 0, 0, 0.5);
  3281. bottom: 0px;
  3282. content: "";
  3283. height: 100%;
  3284. width: 100%;
  3285. left: 0px;
  3286. right: 0px;
  3287. margin: 0px auto;
  3288. position: absolute;
  3289. opacity:0;
  3290. z-index: 3;
  3291. }
  3292. .block-image img {
  3293. width: 100%;
  3294. height: 260px;
  3295. display: block;
  3296. object-fit:cover;
  3297. transition: all .3s ease-out!important;
  3298. -webkit-transition: all .3s ease-out!important;
  3299. -moz-transition: all .3s ease-out!important;
  3300. -o-transition: all .3s ease-out!important;
  3301. }
  3302. .block-image:hover .thumb:before {
  3303. opacity:1;
  3304. }
  3305. .date_holder {
  3306. position: absolute;
  3307. top: 10px;
  3308. right: 10px;
  3309. background: $maincolor;
  3310. color: #fff;
  3311. padding: 4px 12px;
  3312. }
  3313. .date_holder .month {
  3314. display: block;
  3315. text-transform: uppercase;
  3316. font-size: 13px;
  3317. font-weight: 700;
  3318. }
  3319. .date_holder .day {
  3320. display: block;
  3321. font-size: 20px;
  3322. margin-bottom: 2px;
  3323. font-weight: 700;
  3324. }
  3325. .post-header {
  3326. padding: 0 10px 10px;
  3327. }
  3328. .post-meta {
  3329. color: #bdbdbd;
  3330. display: block;
  3331. font-size: 13px;
  3332. font-weight: 400;
  3333. line-height: 21px;
  3334. margin: 0;
  3335. padding: 0;
  3336. }
  3337. .post-meta a, .post-meta i {
  3338. color: #CBCBCB;
  3339. }
  3340. .post-timestamp {
  3341. margin-left: 5px;
  3342. }
  3343. .label-head {
  3344. margin-left: 5px;
  3345. }
  3346. .label-head a {
  3347. padding-left: 2px;
  3348. }
  3349. .resumo {
  3350. display:none;
  3351. }
  3352. .resumo span {
  3353. display: block;
  3354. margin-bottom: 8px;
  3355. font-size: 16px;
  3356. line-height: 31px;
  3357. }
  3358. .post-body img {
  3359. max-width: 100%;
  3360. padding: 10px 0;
  3361. position: relative;
  3362. margin:0 auto;
  3363. }
  3364. .post h3 {
  3365. font-size: 18px;
  3366. margin-top: 20px;
  3367. margin-bottom: 10px;
  3368. line-height: 1.1;
  3369. }
  3370. .second-meta {
  3371. display: none;
  3372. }
  3373. .comment-link {
  3374. white-space: normal;
  3375. }
  3376. .ias_trigger {
  3377. clear: both;
  3378. text-align: center;
  3379. }
  3380. .ias_trigger a {
  3381. padding: 8px;
  3382. color: #fff;
  3383. background: #222;
  3384. border-radius: 4px;
  3385. }
  3386. .ias_trigger a:hover {
  3387. background:$maincolor;
  3388. }
  3389. #blog-pager {
  3390. clear: both;
  3391. text-align: center;
  3392. padding: 15px 0;
  3393. color: #4d4d4d;
  3394. }
  3395. .home #blog-pager {
  3396. display:none;
  3397. }
  3398. .displaypageNum a,
  3399. .showpage a,
  3400. .pagecurrent, .blog-pager-older-link, .blog-pager-newer-link {
  3401. padding: 5px 13px;
  3402. margin-right: 8px;
  3403. color: #fff;
  3404. background-color: #2b2b2b;
  3405. display: inline-block;
  3406. line-height: 20px;
  3407. -moz-border-radius: 2px;
  3408. -webkit-border-radius: 2px;
  3409. border-radius: 2px;
  3410. margin-top: 10px;
  3411. }
  3412. .displaypageNum a:hover,
  3413. .showpage a:hover,
  3414. .pagecurrent, .blog-pager-older-link:hover, .blog-pager-newer-link:hover {
  3415. background: $maincolor;
  3416. text-decoration: none;
  3417. color: #fff;
  3418. }
  3419. .showpageOf {
  3420. display: none!important;
  3421. overflow: hidden;
  3422. }
  3423. #blog-pager .pages {
  3424. margin: 10px 0;
  3425. border: none;
  3426. }
  3427. /* ######## Share widget Css ######################### */
  3428. .item .post-footer {
  3429. padding: 0 10px;
  3430. }
  3431. .share-box {
  3432. position: relative;
  3433. padding: 10px 0;
  3434. }
  3435. .share-title {
  3436. border-bottom: 2px solid #777;
  3437. color: #010101;
  3438. display: inline-block;
  3439. padding-bottom: 7px;
  3440. font-size: 15px;
  3441. font-weight: 500;
  3442. position: relative;
  3443. top: 2px;
  3444. }
  3445. .share-art {
  3446. float: right;
  3447. padding: 0;
  3448. padding-top: 0;
  3449. font-size: 13px;
  3450. font-weight: 400;
  3451. text-transform: capitalize;
  3452. }
  3453. .share-art a {
  3454. color: #fff;
  3455. padding: 3px 8px;
  3456. margin-left: 4px;
  3457. border-radius: 2px;
  3458. display: inline-block;
  3459. margin-right: 0;
  3460. background: #010101;
  3461. }
  3462. .share-art a span {
  3463. display: none;
  3464. }
  3465. .share-art a:hover{color:#fff}
  3466. .share-art .fac-art{background:#3b5998}
  3467. .share-art .fac-art:hover{background:rgba(49,77,145,0.7)}
  3468. .share-art .twi-art{background:#00acee}
  3469. .share-art .twi-art:hover{background:rgba(7,190,237,0.7)}
  3470. .share-art .goo-art{background:#db4a39}
  3471. .share-art .goo-art:hover{background:rgba(221,75,56,0.7)}
  3472. .share-art .pin-art{background:#CA2127}
  3473. .share-art .pin-art:hover{background:rgba(202,33,39,0.7)}
  3474. .share-art .lin-art{background:#0077B5}
  3475. .share-art .lin-art:hover{background:rgba(0,119,181,0.7)}
  3476. .share-art .wat-art{background:#25d266;display:none;}
  3477. .share-art .wat-art:hover{background:rgba(37, 210, 102, 0.73)}
  3478. @media only screen and (max-width: 768px) {
  3479. .share-art .wat-art{display:inline-block;}
  3480. }
  3481. /* ######## Related Post Css ######################### */
  3482. #related-posts {
  3483. margin-bottom: 10px;
  3484. padding: 10px 0;
  3485. }
  3486. .related li {
  3487. width: 32%;
  3488. display: inline-block;
  3489. height: auto;
  3490. min-height: 184px;
  3491. float: left;
  3492. margin-right: 10px;
  3493. overflow: hidden;
  3494. position: relative;
  3495. }
  3496. .related li h3 {
  3497. margin-top:0;
  3498. }
  3499. .related-thumb {
  3500. width: 100%;
  3501. height: 100px;
  3502. overflow: hidden;
  3503. border-radius: 2px;
  3504. }
  3505. .related li .related-img {
  3506. width: 100%;
  3507. height: 100px;
  3508. display: block;
  3509. position: relative;
  3510. transition: all .3s ease-out!important;
  3511. -webkit-transition: all .3s ease-out!important;
  3512. -moz-transition: all .3s ease-out!important;
  3513. -o-transition: all .3s ease-out!important;
  3514. }
  3515. .related li .related-img:hover {
  3516. -webkit-transform: scale(1.1) rotate(-1.5deg)!important;
  3517. -moz-transform: scale(1.1) rotate(-1.5deg)!important;
  3518. transform: scale(1.1) rotate(-1.5deg)!important;
  3519. transition: all .3s ease-out!important;
  3520. -webkit-transition: all .3s ease-out!important;
  3521. -moz-transition: all .3s ease-out!important;
  3522. -o-transition: all .3s ease-out!important;
  3523. }
  3524. .related-title a {
  3525. font-size: 12px;
  3526. line-height: 1.4em;
  3527. padding: 10px 0 0;
  3528. font-weight: 400;
  3529. font-style: normal;
  3530. letter-spacing: 1px;
  3531. color: #010101;
  3532. display: block;
  3533. }
  3534. .related li:nth-of-type(3n) {
  3535. margin-right: 0;
  3536. }
  3537. .related .related-tag {
  3538. display:none;
  3539. }
  3540. .related-overlay {
  3541. position: absolute;
  3542. left: 0;
  3543. top: 0;
  3544. z-index: 1;
  3545. width: 100%;
  3546. height: 100%;
  3547. background-color: rgba(40,35,40,0.05);
  3548. }
  3549. .related-content {
  3550. display: block;
  3551. bottom: 0;
  3552. padding: 0px 0px 11px;
  3553. width: 100%;
  3554. line-height: 1.2em;
  3555. box-sizing: border-box;
  3556. z-index: 2;
  3557. }
  3558. .related .related-content .recent-date {
  3559. font-size: 10px;
  3560. }
  3561. .recent-date:before, .p-date:before {
  3562. content: '\f017';
  3563. font-family: fontawesome;
  3564. margin-right: 5px;
  3565. }
  3566. /* ######## Comment Widget Css ######################### */
  3567. .comments {
  3568. clear: both;
  3569. margin: 0;
  3570. color: #48494d;
  3571. margin-top:10px;
  3572. box-sizing: border-box;
  3573. border-radius: 5px;
  3574. padding: 30px 30px 20px;
  3575. background: #FFF;
  3576. box-sizing: border-box;
  3577. box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  3578. }
  3579. .post-feeds .feed-links {
  3580. display: none;
  3581. }
  3582. iframe.blogger-iframe-colorize,
  3583. iframe.blogger-comment-from-post {
  3584. height: 260px!important;
  3585. background: #fff;
  3586. }
  3587. .comment-form {
  3588. overflow:hidden;
  3589. }
  3590. .comments h3 {
  3591. line-height:normal;
  3592. text-transform:uppercase;
  3593. color:#333;
  3594. font-weight:bold;
  3595. margin:0 0 20px 0;
  3596. font-size:14px;
  3597. padding:0 0 0 0;
  3598. }
  3599. h4#comment-post-message {
  3600. display:none;
  3601. margin:0 0 0 0;
  3602. }
  3603. .comments h4{
  3604. color: #48494d;
  3605. border-bottom: 1px solid #efefef;
  3606. font-size: 16px;
  3607. padding: 12px 0;
  3608. margin: 0;
  3609. font-weight: 700;
  3610. letter-spacing: 1.5px;
  3611. text-transform: uppercase;
  3612. position: relative;
  3613. text-align: left;
  3614. }
  3615. .comments h4:after {
  3616. display: inline-block;
  3617. content: "\f075";
  3618. font-family: fontAwesome;
  3619. font-style: normal;
  3620. font-weight: normal;
  3621. font-size: 18px;
  3622. color: $maincolor;
  3623. top: 12px;
  3624. right: 15px;
  3625. padding: 0;
  3626. position: absolute;
  3627. }
  3628. .comments .comments-content{
  3629. font-size:13px;
  3630. margin-bottom:8px;
  3631. padding: 0;
  3632. }
  3633. .comments .comments-content .comment-thread ol{
  3634. list-style:none;
  3635. text-align:left;
  3636. margin:13px 0;
  3637. padding:0
  3638. }
  3639. .comments .comments-content .comment-thread ol li{
  3640. list-style:none;
  3641. }
  3642. .comments .avatar-image-container {
  3643. background:#fff;
  3644. border:1px solid #DDD;
  3645. overflow:hidden;
  3646. padding:0;
  3647. border-radius: 50%;
  3648. }
  3649. .comments .avatar-image-container img {
  3650. border-radius:50%;
  3651. }
  3652. .comments .comment-block{
  3653. position:relative;
  3654. background:#fff;
  3655. padding:15px;
  3656. margin-left:60px;
  3657. border: 1px solid #efefef;
  3658. }
  3659. .comments .comment-block:before {
  3660. content:"";
  3661. width:0px;
  3662. height:0px;
  3663. position:absolute;
  3664. right:100%;
  3665. top:14px;
  3666. border-width:10px;
  3667. border-style:solid;
  3668. border-color:transparent #DDD transparent transparent;
  3669. display:block;
  3670. }
  3671. .comments .comments-content .comment-replies{
  3672. margin:8px 0;
  3673. margin-left:60px
  3674. }
  3675. .comments .comments-content .comment-thread:empty{
  3676. display:none
  3677. }
  3678. .comments .comment-replybox-single {
  3679. background:#f0f0f0;
  3680. padding:0;
  3681. margin:8px 0;
  3682. margin-left:60px
  3683. }
  3684. .comments .comment-replybox-thread {
  3685. background:#f0f0f0;
  3686. margin:8px 0 0 0;
  3687. padding:0;
  3688. }
  3689. .comments .comments-content .comment{
  3690. margin-bottom:6px;
  3691. padding:0
  3692. }
  3693. .comments .comments-content .comment:first-child {
  3694. padding:0;
  3695. margin:0
  3696. }
  3697. .comments .comments-content .comment:last-child {
  3698. padding:0;
  3699. margin:0
  3700. }
  3701. .comments .comment-thread.inline-thread .comment, .comments .comment-thread.inline-thread .comment:last-child {
  3702. margin:0px 0px 5px 30%
  3703. }
  3704. .comment .comment-thread.inline-thread .comment:nth-child(6) {
  3705. margin:0px 0px 5px 25%;
  3706. }
  3707. .comment .comment-thread.inline-thread .comment:nth-child(5) {
  3708. margin:0px 0px 5px 20%;
  3709. }
  3710. .comment .comment-thread.inline-thread .comment:nth-child(4) {
  3711. margin:0px 0px 5px 15%;
  3712. }
  3713. .comment .comment-thread.inline-thread .comment:nth-child(3) {
  3714. margin:0px 0px 5px 10%;
  3715. }
  3716. .comment .comment-thread.inline-thread .comment:nth-child(2) {
  3717. margin:0px 0px 5px 5%;
  3718. }
  3719. .comment .comment-thread.inline-thread .comment:nth-child(1) {
  3720. margin:0px 0px 5px 0;
  3721. }
  3722. .comments .comments-content .comment-thread{
  3723. margin:0;
  3724. padding:0
  3725. }
  3726. .comments .comments-content .inline-thread{
  3727. background: #fff;
  3728. padding:15px;
  3729. box-sizing:border-box;
  3730. margin:0
  3731. }
  3732. .comments .comments-content .inline-thread .comment-block {
  3733. border-color: $maincolor;
  3734. }
  3735. .comments .comments-content .inline-thread .comment-block:before {
  3736. border-color: transparent $maincolor transparent transparent;
  3737. }
  3738. .comments .comments-content .user {
  3739. letter-spacing: 0.5px;
  3740. font-weight: 600;
  3741. }
  3742. .comments .comments-content .icon.blog-author {
  3743. display:inline;
  3744. }
  3745. .comments .comments-content .icon.blog-author:after {
  3746. content: "Author";
  3747. background:$maincolor;
  3748. color: #fff;
  3749. font-size: 11px;
  3750. padding: 2px 5px;
  3751. text-transform:Capitalize;
  3752. font-style:italic;
  3753. letter-spacing: 0.3px;
  3754. }
  3755. .comment-header {
  3756. text-transform:uppercase;
  3757. font-size:12px;
  3758. }
  3759. .comments .comments-content .datetime {
  3760. margin-left: 6px;
  3761. }
  3762. .comments .comments-content .datetime a {
  3763. color:#888;
  3764. }
  3765. .comments .comment .comment-actions a {
  3766. display:inline-block;
  3767. color:#333;
  3768. font-weight:bold;
  3769. font-size:10px;
  3770. line-height:15px;
  3771. margin:4px 8px 0 0;
  3772. }
  3773. .comments .continue a {
  3774. color:#333;
  3775. display:inline-block;
  3776. font-size:10px;
  3777. }
  3778. .comments .comment .comment-actions a:hover, .comments .continue a:hover{
  3779. text-decoration:underline;
  3780. }
  3781.  
  3782. /* ######## Footer Css ######################### */
  3783. .bot-bar-menu {
  3784. background-color: $footercolor;
  3785. padding: 20px 0px;
  3786. overflow: hidden;
  3787. }
  3788. .bot-menu-wrap {
  3789. margin: 0 auto;
  3790. position:relative;
  3791. text-align:center;
  3792. }
  3793. .bottom-bar-social {
  3794. float:left;
  3795. }
  3796. .bottom-bar-social li {
  3797. display: inline;
  3798. padding: 0;
  3799. float: left;
  3800. margin-right: 5px;
  3801. ;
  3802. }
  3803. .bottom-bar-social .widget ul {
  3804. padding: 0;
  3805. }
  3806. .bottom-bar-social .LinkList ul {
  3807. text-align: center;
  3808. }
  3809. .bottom-bar-social #social a {
  3810. display: block;
  3811. font-size: 14px;
  3812. color: #fff;
  3813. padding: 10px 5px;
  3814. }
  3815. .bottom-bar-social #social a:before {
  3816. display: inline-block;
  3817. font: normal normal normal 22px/1 FontAwesome;
  3818. font-size: inherit;
  3819. font-style: normal;
  3820. font-weight: 400;
  3821. -webkit-font-smoothing: antialiased;
  3822. -moz-osx-font-smoothing: grayscale;
  3823. }
  3824. .bottom-bar-social .bloglovin:before{content:"\f004"}
  3825. .bottom-bar-social .facebook:before{content:"\f09a"}
  3826. .bottom-bar-social .twitter:before{content:"\f099"}
  3827. .bottom-bar-social .gplus:before{content:"\f0d5"}
  3828. .bottom-bar-social .rss:before{content:"\f09e"}
  3829. .bottom-bar-social .youtube:before{content:"\f167"}
  3830. .bottom-bar-social .skype:before{content:"\f17e"}
  3831. .bottom-bar-social .stumbleupon:before{content:"\f1a4"}
  3832. .bottom-bar-social .tumblr:before{content:"\f173"}
  3833. .bottom-bar-social .vine:before{content:"\f1ca"}
  3834. .bottom-bar-social .stack-overflow:before{content:"\f16c"}
  3835. .bottom-bar-social .linkedin:before{content:"\f0e1"}
  3836. .bottom-bar-social .dribbble:before{content:"\f17d"}
  3837. .bottom-bar-social .soundcloud:before{content:"\f1be"}
  3838. .bottom-bar-social .behance:before{content:"\f1b4"}
  3839. .bottom-bar-social .digg:before{content:"\f1a6"}
  3840. .bottom-bar-social .instagram:before{content:"\f16d"}
  3841. .bottom-bar-social .pinterest:before{content:"\f0d2"}
  3842. .bottom-bar-social .delicious:before{content:"\f1a5"}
  3843. .bottom-bar-social .codepen:before{content:"\f1cb"}
  3844. .bottom-bar-social ul#social a:hover {
  3845. color: $maincolor;
  3846. opacity: 1;
  3847. }
  3848. .jugas_footer_copyright {
  3849. float:right;
  3850. display: inline-block;
  3851. color: #fff;
  3852. line-height:36px;
  3853. }
  3854. .jugas_footer_copyright a {
  3855. color:rgb(246, 77, 77);
  3856. }
  3857. /* ######## Custom Widget Css ######################### */
  3858. .sidebar .FollowByEmail > h3.title,
  3859. .sidebar .FollowByEmail .title-wrap {
  3860. margin-bottom: 0
  3861. }
  3862. .FollowByEmail td {
  3863. width: 100%;
  3864. float: left;
  3865. box-sizing: border-box
  3866. }
  3867. .FollowByEmail .follow-by-email-inner .follow-by-email-submit {
  3868. margin-left: 0;
  3869. width: 100%;
  3870. border-radius: 0;
  3871. height: 30px;
  3872. font-size: 11px;
  3873. color: #fff;
  3874. background-color: $maincolor;
  3875. font-family: inherit;
  3876. text-transform: uppercase;
  3877. font-weight: 700;
  3878. letter-spacing: 1px
  3879. }
  3880. .FollowByEmail .follow-by-email-inner .follow-by-email-submit:hover {
  3881. opacity:0.8;
  3882. }
  3883. .FollowByEmail .follow-by-email-inner .follow-by-email-address {
  3884. padding-left: 10px;
  3885. height: 30px;
  3886. border: 1px solid #FFF;
  3887. margin-bottom: 5px;
  3888. box-sizing: border-box;
  3889. font-size: 11px;
  3890. font-family: inherit
  3891. }
  3892. .FollowByEmail .follow-by-email-inner .follow-by-email-address:focus {
  3893. border: 1px solid #FFF
  3894. }
  3895. .FollowByEmail .widget-content {
  3896. box-sizing: border-box;
  3897. padding: 10px
  3898. }
  3899. .FollowByEmail .widget-content:before {
  3900. content: "Enter your email address to subscribe to this blog and receive notifications of new posts by email.";
  3901. font-size: 14px;
  3902. color: #f2f2f2;
  3903. line-height: 1.4em;
  3904. margin-bottom: 5px;
  3905. display: block;
  3906. padding: 0 2px
  3907. }
  3908. .item #ads-home {
  3909. margin-top: 20px;
  3910. }
  3911. .cloud-label-widget-content {
  3912. display: inline-block;
  3913. text-align: left;
  3914. }
  3915. .cloud-label-widget-content .label-size {
  3916. display: inline-block;
  3917. float: left;
  3918. font-size: 16px;
  3919. line-height: normal;
  3920. margin: 0 5px 5px 0;
  3921. opacity: 1
  3922. }
  3923. .cloud-label-widget-content .label-size a {
  3924. background: #f8f8f8;
  3925. color: #878787;
  3926. float: left;
  3927. font-weight: 400;
  3928. line-height: 100%;
  3929. margin: 0;
  3930. padding: 7px 8px;
  3931. text-transform: capitalize;
  3932. transition: all .6s;
  3933. -webkit-border-radius: 2px;
  3934. -moz-border-radius: 2px;
  3935. border-radius: 2px;
  3936. }
  3937. .lowerbar .cloud-label-widget-content .label-size a {
  3938. background:#3B3B3B;
  3939. }
  3940. .cloud-label-widget-content .label-size a:hover,
  3941. .cloud-label-widget-content .label-size a:active {
  3942. background: $maincolor;
  3943. color: #fff;
  3944. }
  3945. .cloud-label-widget-content .label-size .label-count {
  3946. background: $maincolor;
  3947. color: #fff;
  3948. white-space: nowrap;
  3949. display: inline-block;
  3950. padding: 6px 8px;
  3951. margin-left: -3px;
  3952. line-height: normal;
  3953. border-radius: 0 2px 2px 0
  3954. }
  3955. .label-size-1,
  3956. .label-size-2 {
  3957. opacity: 100
  3958. }
  3959. .list-label-widget-content li {
  3960. display: block;
  3961. padding: 8px 0;
  3962. position: relative
  3963. }
  3964. .list-label-widget-content li a:before {
  3965. content: '\203a';
  3966. position: absolute;
  3967. left: 0px;
  3968. top: 8px;
  3969. font-size: 22px;
  3970. color: $maincolor
  3971. }
  3972. .lowerbar .list-label-widget-content li a {
  3973. color:#fff;
  3974. }
  3975. .list-label-widget-content li a {
  3976. color: #0a0a0a;
  3977. font-size: 16px;
  3978. padding-left: 20px;
  3979. font-weight: 400;
  3980. text-transform: capitalize;
  3981. }
  3982. .list-label-widget-content li span:last-child {
  3983. color: $maincolor;
  3984. font-size: 12px;
  3985. font-weight: 700;
  3986. position: absolute;
  3987. top: 9px;
  3988. right: 0
  3989. }
  3990. .PopularPosts .item-thumbnail {
  3991. margin: 0 15px 0 0 !important;
  3992. width: 90px;
  3993. height: 65px;
  3994. float: left;
  3995. overflow: hidden;
  3996. position: relative
  3997. }
  3998. .PopularPosts .item-thumbnail a {
  3999. position: relative;
  4000. display: block;
  4001. overflow: hidden;
  4002. line-height: 0
  4003. }
  4004. .PopularPosts ul li img {
  4005. width: 90px;
  4006. height: 65px;
  4007. object-fit: cover;
  4008. padding: 0;
  4009. transition: all .3s ease
  4010. }
  4011. .PopularPosts .widget-content ul li {
  4012. overflow: hidden;
  4013. padding: 10px 0;
  4014. border-top: 1px solid #f2f2f2
  4015. }
  4016. .sidebar .PopularPosts .widget-content ul li:first-child,
  4017. .sidebar .custom-widget li:first-child,
  4018. .tab-widget .PopularPosts .widget-content ul li:first-child,
  4019. .tab-widget .custom-widget li:first-child {
  4020. padding-top: 0;
  4021. border-top: 0
  4022. }
  4023. .sidebar .PopularPosts .widget-content ul li:last-child,
  4024. .sidebar .custom-widget li:last-child,
  4025. .tab-widget .PopularPosts .widget-content ul li:last-child,
  4026. .tab-widget .custom-widget li:last-child {
  4027. padding-bottom: 0
  4028. }
  4029. .PopularPosts ul li a {
  4030. color: #0a0a0a;
  4031. font-weight: 400;
  4032. font-size: 13px;
  4033. line-height: 1.4em;
  4034. transition: color .3s;
  4035. }
  4036. .PopularPosts ul li a:hover {
  4037. color: $maincolor
  4038. }
  4039. .PopularPosts .item-title {
  4040. margin: 0 0 4px;
  4041. padding: 0;
  4042. line-height: 0
  4043. }
  4044. .item-snippet {
  4045. display: none;
  4046. font-size: 0;
  4047. padding-top: 0
  4048. }
  4049. .PopularPosts ul {
  4050. counter-reset: popularcount;
  4051. margin: 0;
  4052. padding: 0;
  4053. }
  4054. .PopularPosts .item-thumbnail::before {
  4055. background: rgba(0, 0, 0, 0.3);
  4056. bottom: 0px;
  4057. content: "";
  4058. height: 100px;
  4059. width: 100px;
  4060. left: 0px;
  4061. right: 0px;
  4062. margin: 0px auto;
  4063. position: absolute;
  4064. z-index: 3;
  4065. }
  4066. .BlogArchive ul li {
  4067. margin-bottom: 7px !important;
  4068. padding-bottom: 7px;
  4069. }
  4070. .BlogArchive ul li:last-child {
  4071. margin-bottom: 0;
  4072. padding-bottom: 0;
  4073. border-bottom: none;
  4074. }
  4075. .BlogArchive ul li a {
  4076. color:#0a0a0a;
  4077. }
  4078. .BlogArchive ul li a:hover {
  4079. color:$maincolor;
  4080. }
  4081. .BlogArchive .zippy {
  4082. color:#e74c3c;
  4083. }
  4084. .BlogArchive .post-count-link {
  4085. font-weight:700;
  4086. }
  4087. .BlogArchive ul .posts a {
  4088. }
  4089. .BlogArchive select {
  4090. width: 100%;
  4091. padding: 10px;
  4092. border-color: #777;
  4093. }
  4094. /* ######## Responsive Css ######################### */
  4095. @media only screen and (max-width: 1200px) {
  4096. .featured-slider-wrap {
  4097. width:auto !important;
  4098. }
  4099. .sora-author-box-text {
  4100. padding: 30px 70px 0 0;
  4101. }
  4102. .row {
  4103. width: 100%;
  4104. float: none;
  4105. padding-left: 10px !important;
  4106. padding-right: 10px !important;
  4107. box-sizing: border-box;
  4108. }
  4109. .index .post-grid-item, .archive .post-grid-item {
  4110. width: 33.33%;
  4111. }
  4112. .index .post-grid-item:nth-child(3n), .archive .post-grid-item:nth-child(3n) {
  4113. padding-right: 0;
  4114. }
  4115. .index .post-grid-item:nth-child(4n), .archive .post-grid-item:nth-child(4n) {
  4116. padding-right: 15px;
  4117. }
  4118. }
  4119. @media only screen and (max-width: 1100px) {
  4120. .sora-author-box-text {
  4121. padding: 15px 0 0 0;
  4122. }
  4123. .sora-author-box img {
  4124. margin-right: 40px;
  4125. max-width: 400px;
  4126. }
  4127. div#sora_blogger_cntct_form .wrap-me {
  4128. max-width: 500px;
  4129. float: none;
  4130. clear: both;
  4131. margin: 0 auto 20px;
  4132. width: 100%;
  4133. }
  4134. .map-me {
  4135. max-width: 500px;
  4136. float: none;
  4137. clear: both;
  4138. margin: 0 auto;
  4139. width: 100%;
  4140. }
  4141. }
  4142. @media only screen and (max-width: 980px) {
  4143.  
  4144. .item #main-wrapper, .statc_page #main-wrapper, .item #sidebar-wrapper, .statc_page #sidebar-wrapper {
  4145. float: none;
  4146. clear: both;
  4147. width: 100%;
  4148. margin: 0 auto;
  4149. }
  4150. #main-wrapper {
  4151. max-width: 100%;
  4152. }
  4153. #sidebar-wrapper {
  4154. padding-top: 20px;
  4155. }
  4156. #nav1, #nav {
  4157. display: none;
  4158. }
  4159. .slicknav_menu {
  4160. display: block;
  4161. }
  4162. .item .tm-menu .slicknav_menu, .static_page .tm-menu .slicknav_menu, .error_page {
  4163. display:block;
  4164. }
  4165. .tm-menu, #menu {
  4166. height: auto;
  4167. }
  4168. .item .tm-menu, .static_page .tm-menu, .error_page .tm-menu {
  4169. float:none;
  4170. display:block;
  4171. }
  4172. }
  4173. @media screen and (max-width: 940px) {
  4174. .background-container {
  4175. display: none;
  4176. }
  4177. .hero-row {
  4178. width: 100%;
  4179. }
  4180. .fenix-sub-head {
  4181. margin-top: 0;
  4182. }
  4183. .skill-wrapper .skill-progress {
  4184. max-width: 120px;
  4185. width: 100%;
  4186. margin: 0;
  4187. }
  4188. }
  4189. @media screen and (max-width: 880px) {
  4190. .sora-author-box {
  4191. padding: 20px 10px;
  4192. }
  4193. .home #header-wrapper {
  4194. margin-bottom: 10px;
  4195. }
  4196. .item #content-wrapper {
  4197. padding: 10px 0 30px;
  4198. }
  4199. .skills, .skill-details {
  4200. width: 100%;
  4201. float: none;
  4202. padding: 20px;
  4203. clear: both;
  4204. }
  4205. }
  4206. @media only screen and (max-width: 768px) {
  4207. .sora-author-box img {
  4208. margin-right: 0;
  4209. max-width: 100%;
  4210. float: none;
  4211. width: 100%;
  4212. height: auto;
  4213. clear: both;
  4214. }
  4215. .sora-author-box-text {
  4216. padding: 10px;
  4217. text-align: center;
  4218. }
  4219. .counter-box-item, .works-tiles {
  4220. width: 50%;
  4221. }
  4222.  
  4223. #header h1 {
  4224. font-size: 50px;
  4225. }
  4226. .index .post-grid-item:nth-child(3n), .archive .post-grid-item:nth-child(3n) {
  4227. padding-right: 0;
  4228. }
  4229. .index .post-grid-item:nth-child(4n), .archive .post-grid-item:nth-child(4n) {
  4230. padding-right: 0;
  4231. }
  4232. .index .post-grid-item, .archive .post-grid-item {
  4233. width: 100%;
  4234. padding-right: 0;
  4235. }
  4236. .tm-menu {
  4237. text-align: center;
  4238. }
  4239. .top-bar-social {
  4240. float: none;
  4241. width: 100%;
  4242. clear: both;
  4243. overflow: hidden;
  4244. }
  4245. .top-bar-social li {
  4246. display: inline-block;
  4247. float: none;
  4248. }
  4249. .flickity-prev-next-button {
  4250. display:none;
  4251. }
  4252. .bot-menu, .bottom-bar-social {
  4253. float: none;
  4254. width: 100%;
  4255. clear: both;
  4256. overflow: hidden;
  4257. position: static;
  4258. }
  4259. .bot-menu ul {
  4260. text-align:center;
  4261. }
  4262. .bot-menu ul li {
  4263. float: none;
  4264. }
  4265. .bottom-bar-social li {
  4266. float: none;
  4267. display: inline-block;
  4268. }
  4269. .related li {
  4270. width: 31%;
  4271. }
  4272. .jugas_footer_copyright {
  4273. float: none;
  4274. }
  4275. .share-art span {
  4276. display: none;
  4277. }
  4278. .ops-404 {
  4279. width: 80%!important;
  4280. }
  4281. .title-404 {
  4282. font-size: 160px!important;
  4283. }
  4284. #header {
  4285. padding: 10px 0px 0;
  4286. }
  4287. }
  4288. @media only screen and (max-width: 767px) {
  4289. #header {
  4290. padding: 0;
  4291. }
  4292. .sora-author-box {
  4293. padding: 10px;
  4294. }
  4295. #header h1 {
  4296. font-size: 30px;
  4297. }
  4298. .header-text p {
  4299. font-size: 30px;
  4300. }
  4301. .sora-author-box-image {
  4302. width: 100%;
  4303. float: none;
  4304. margin-right: 0;
  4305. margin-bottom: 10px;
  4306. }
  4307. .slide-in {
  4308. display:none;
  4309. }
  4310. .entry {
  4311. width: 100%;
  4312. box-sizing: border-box;
  4313. }
  4314. .entry:after, .timeline:after {
  4315. display:none;
  4316. }
  4317. .entry--right {
  4318. margin-left: 0;
  4319. }
  4320. .sora-cv-hobby-details .card-action ul li span {
  4321. display: none;
  4322. }
  4323. .price_card {
  4324. width: 100%;
  4325. padding-right: 0;
  4326. margin-bottom: 10px;
  4327. float: none;
  4328. clear: both;
  4329. }
  4330. .price_card:not(:last-child) {
  4331. padding-right: 0;
  4332. }
  4333. .sora-cv-author-details .card-content {
  4334. padding: 10px;
  4335. }
  4336. .sora-cv-author-details .card-action {
  4337. padding: 10px;
  4338. }
  4339. .entry {
  4340. padding: 10px;
  4341. }
  4342. }
  4343. @media only screen and (max-width: 480px) {
  4344. .skill-wrapper .skill-progress {
  4345. margin-bottom: 30px;
  4346. }
  4347. .comments .comments-content .comment-replies {
  4348. margin-left: 0;
  4349. }
  4350. .special-title h4, .works-title h4, .sora-cv-hobby-details .hobby-title h4, .Portfolio-title h4, .testimonial-title h4, .about-title h4, .contact-title h4 {
  4351. font-size: 18px;
  4352. }
  4353. .sora-cv-hobby-details .card-action ul li {
  4354. width: 33.33%;
  4355. padding: 15px;
  4356. }
  4357. .sora-cv-hobby-details .card-action ul li i {
  4358. font-size: 16px;
  4359. }
  4360. .slide-in {
  4361. display:block;
  4362. }
  4363. .special-tiles, .works-tiles, .about-tiles, .counter-box-item {
  4364. width: 100%;
  4365. }
  4366.  
  4367. #header h1 {
  4368. font-size: 30px;
  4369. }
  4370. .header-text p {
  4371. font-size: 20px;
  4372. }
  4373. .header-logo-desc span, .header-logo-desc p {
  4374. font-size: 16px;
  4375. }
  4376. .index .post h2,.archive .post h2, .sora-slide .ty-bonos-entry a, #first-post .post h2 {
  4377. line-height: 34px;
  4378. font-size: 23px;
  4379. }
  4380. h1.post-title {
  4381. font-size: 22px;
  4382. margin-bottom: 10px;
  4383. }
  4384. #sidebar-wrapper {
  4385. max-width: 100%;
  4386. }
  4387. .share-title {
  4388. display: none;
  4389. }
  4390. .share-art {
  4391. float: none;
  4392. text-align: center;
  4393. }
  4394. .related li {
  4395. width: 100%;
  4396. margin:0 auto;
  4397. }
  4398. .index .post-outer {
  4399. padding: 0 0 5x;
  4400. }
  4401. }
  4402. @media only screen and (max-width: 360px) {
  4403. .title-404 {
  4404. font-size: 150px!important;
  4405. }
  4406. .header-logo-desc p {
  4407. font-size: 100%;
  4408. }
  4409. #header h1 {
  4410. font-size: 250%;
  4411. }
  4412. }
  4413. @media only screen and (max-width: 300px) {
  4414. #sidebar-wrapper, .feat-slider-wrap {display:none}
  4415. .archive .post h2,.index .post h2, #first-post .post h2 {
  4416. line-height: 29px!important;
  4417. font-size: 15px!important;
  4418. }
  4419. article {
  4420. overflow: hidden;
  4421. }
  4422. #blog-pager {
  4423. padding: 0;
  4424. margin: 0;
  4425. }
  4426. .index .snippets,.archive .snippets {
  4427. display: none;
  4428. }
  4429. .share-art, .share-box .post-author {
  4430. float: none !important;
  4431. margin: 0 auto;
  4432. text-align: center;
  4433. clear: both;
  4434. }
  4435. .read-more-wrap, .post-labels {
  4436. float: none !important;
  4437. clear: both;
  4438. display: block;
  4439. text-align: center;
  4440. }
  4441. .ops-404 {
  4442. font-size: 20px!important;
  4443. }
  4444. .title-404 {
  4445. font-size: 120px!important;
  4446. }
  4447. h1.post-title {
  4448. font-size: 17px;
  4449. }
  4450. .share-box {
  4451. overflow: hidden;
  4452. }
  4453. .top-bar-social #social a {
  4454. width: 24px;
  4455. height: 24px;
  4456. line-height: 24px;
  4457. }
  4458. .second-meta .share-art a {
  4459. padding: 5px;
  4460. }
  4461. .comments .avatar-image-container {
  4462. display: none;
  4463. }
  4464. .comments .comment-block {
  4465. margin-left: 0 !important;
  4466. position: relative;
  4467. }
  4468. }
  4469. ]]></b:skin>
  4470. <b:if cond='data:blog.url == data:blog.homepageUrl'>
  4471. <style>
  4472.  
  4473. /*!
  4474. * animate.css -http://daneden.me/animate
  4475. * Version - 3.5.2
  4476. * Licensed under the MIT license - http://opensource.org/licenses/MIT
  4477. *
  4478. * Copyright (c) 2017 Daniel Eden
  4479. */
  4480.  
  4481. .animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}
  4482. </style>
  4483. </b:if>
  4484. <style>
  4485. /*-------Typography and ShortCodes-------*/
  4486. .firstcharacter{float:left;color:#27ae60;font-size:75px;line-height:60px;padding-top:4px;padding-right:8px;padding-left:3px}.post-body h1,.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6{margin-bottom:15px;color:#2c3e50}blockquote{font-style:italic;color:#888;border-left:5px solid #27ae60;margin-left:0;padding:10px 15px}blockquote:before{content:&#39;\f10d&#39;;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-right:10px;color:#888}blockquote:after{content:&#39;\f10e&#39;;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:10px;color:#888}.button{background-color:#2c3e50;float:left;padding:5px 12px;margin:5px;color:#fff;text-align:center;border:0;cursor:pointer;border-radius:3px;display:block;text-decoration:none;font-weight:400;transition:all .3s ease-out !important;-webkit-transition:all .3s ease-out !important}a.button{color:#fff}.button:hover{background-color:#27ae60;color:#fff}.button.small{font-size:12px;padding:5px 12px}.button.medium{font-size:16px;padding:6px 15px}.button.large{font-size:18px;padding:8px 18px}.small-button{width:100%;overflow:hidden;clear:both}.medium-button{width:100%;overflow:hidden;clear:both}.large-button{width:100%;overflow:hidden;clear:both}.demo:before{content:&quot;\f06e&quot;;margin-right:5px;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.download:before{content:&quot;\f019&quot;;margin-right:5px;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.buy:before{content:&quot;\f09d&quot;;margin-right:5px;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.visit:before{content:&quot;\f14c&quot;;margin-right:5px;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.widget .post-body ul,.widget .post-body ol{line-height:1.5;font-weight:400}.widget .post-body li{margin:5px 0;padding:0;line-height:1.5}.post-body ul li:before{content:&quot;\f105&quot;;margin-right:5px;font-family:fontawesome}pre{font-family:Monaco, &quot;Andale Mono&quot;, &quot;Courier New&quot;, Courier, monospace;background-color:#2c3e50;background-image:-webkit-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);background-image:-moz-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);background-image:-ms-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);background-image:-o-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);background-image:linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);-webkit-background-size:100% 50px;-moz-background-size:100% 50px;background-size:100% 50px;line-height:25px;color:#f1f1f1;position:relative;padding:0 7px;margin:15px 0 10px;overflow:hidden;word-wrap:normal;white-space:pre;position:relative}pre:before{content:&#39;Code&#39;;display:block;background:#F7F7F7;margin-left:-7px;margin-right:-7px;color:#2c3e50;padding-left:7px;font-weight:400;font-size:14px}pre code,pre .line-number{display:block}pre .line-number a{color:#27ae60;opacity:0.6}pre .line-number span{display:block;float:left;clear:both;width:20px;text-align:center;margin-left:-7px;margin-right:7px}pre .line-number span:nth-child(odd){background-color:rgba(0, 0, 0, 0.11)}pre .line-number span:nth-child(even){background-color:rgba(255, 255, 255, 0.05)}pre .cl{display:block;clear:both}#contact{background-color:#fff;margin:30px 0 !important}#contact .contact-form-widget{max-width:100% !important}#contact .contact-form-name,#contact .contact-form-email,#contact .contact-form-email-message{background-color:#FFF;border:1px solid #eee;border-radius:3px;padding:10px;margin-bottom:10px !important;max-width:100% !important}#contact .contact-form-name{width:47.7%;height:50px}#contact .contact-form-email{width:49.7%;height:50px}#contact .contact-form-email-message{height:150px}#contact .contact-form-button-submit{max-width:100%;width:100%;z-index:0;margin:4px 0 0;padding:10px !important;text-align:center;cursor:pointer;background:#27ae60;border:0;height:auto;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;text-transform:uppercase;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;-ms-transition:all .2s ease-out;transition:all .2s ease-out;color:#FFF}#contact .contact-form-button-submit:hover{background:#2c3e50}#contact .contact-form-email:focus,#contact .contact-form-name:focus,#contact .contact-form-email-message:focus{box-shadow:none !important}.alert-message{position:relative;display:block;background-color:#FAFAFA;padding:20px;margin:20px 0;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;color:#2f3239;border:1px solid}.alert-message p{margin:0 !important;padding:0;line-height:22px;font-size:13px;color:#2f3239}.alert-message span{font-size:14px !important}.alert-message i{font-size:16px;line-height:20px}.alert-message.success{background-color:#f1f9f7;border-color:#e0f1e9;color:#1d9d74}.alert-message.success a,.alert-message.success span{color:#1d9d74}.alert-message.alert{background-color:#DAEFFF;border-color:#8ED2FF;color:#378FFF}.alert-message.alert a,.alert-message.alert span{color:#378FFF}.alert-message.warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-message.warning a,.alert-message.warning span{color:#8a6d3b}.alert-message.error{background-color:#FFD7D2;border-color:#FF9494;color:#F55D5D}.alert-message.error a,.alert-message.error span{color:#F55D5D}.fa-check-circle:before{content:&quot;\f058&quot;}.fa-info-circle:before{content:&quot;\f05a&quot;}.fa-exclamation-triangle:before{content:&quot;\f071&quot;}.fa-exclamation-circle:before{content:&quot;\f06a&quot;}.post-table table{border-collapse:collapse;width:100%}.post-table th{background-color:#eee;font-weight:bold}.post-table th,.post-table td{border:0.125em solid #333;line-height:1.5;padding:0.75em;text-align:left}@media (max-width: 30em){.post-table thead tr{position:absolute;top:-9999em;left:-9999em}.post-table tr{border:0.125em solid #333;border-bottom:0}.post-table tr + tr{margin-top:1.5em}.post-table tr,.post-table td{display:block}.post-table td{border:none;border-bottom:0.125em solid #333;padding-left:50%}.post-table td:before{content:attr(data-label);display:inline-block;font-weight:bold;line-height:1.5;margin-left:-100%;width:100%}}@media (max-width: 20em){.post-table td{padding-left:0.75em}.post-table td:before{display:block;margin-bottom:0.75em;margin-left:0}}
  4487. .FollowByEmail {
  4488. clear: both;
  4489. }
  4490. </style>
  4491.  
  4492. <b:template-skin><![CDATA[
  4493. /*------Layout (No Edit)----------*/
  4494. #layout #preloader, #layout .scrolling-menu {
  4495. display: none;
  4496. }
  4497. #layout .sora-contact-widget {
  4498. display:none;
  4499. }
  4500. body#layout .sora-author-box, body#layout .sora-cv-hobby-details {
  4501. display: none;
  4502. }
  4503. body#layout #outer-wrapper {
  4504. padding: 0;
  4505. width: 800px
  4506. }
  4507. body#layout .section h4 {
  4508. color: #333!important;
  4509. text-align:center;
  4510. text-transform:uppercase;
  4511. letter-spacing:1.5px;
  4512. }
  4513.  
  4514. body#layout .tm-menu, body#layout #menu {
  4515. height: auto;
  4516. position:static;
  4517. }
  4518. body#layout #menu .widget {
  4519. display: block;
  4520. visibility:visible;
  4521. }
  4522. body#layout #header-wrapper {
  4523. height: auto;
  4524. }
  4525. body#layout #content-wrapper {
  4526. margin: 0 auto;
  4527. padding:0;
  4528. }
  4529. body#layout #main-wrapper {
  4530. float: left;
  4531. width: 70%;
  4532. margin: 0;
  4533. padding: 0
  4534. }
  4535. body#layout #sidebar-wrapper {
  4536. float: right;
  4537. width: 30%;
  4538. margin: 0;
  4539. padding: 0;
  4540. display: block;
  4541. visibility: visible;
  4542. height: auto;
  4543. opacity: 1;
  4544. }
  4545. body#layout #sidebar-wrapper .section {
  4546. background-color: #f8e244 !important;
  4547. border: 1px solid #fff
  4548. }
  4549. body#layout #sidebar-wrapper .section h4 {
  4550. color:#fff;
  4551. }
  4552. body#layout #sidebar-wrapper .section .widget-content {
  4553. border-color: #5a7ea2!important
  4554. }
  4555. body#layout #sidebar-wrapper .section .draggable-widget .widget-wrap2 {
  4556. background-color: #0080ce !important
  4557. }
  4558. body#layout #main-wrapper #main {
  4559. margin-right: 4px;
  4560. background-color: #5a7ea2;
  4561. border-color: #34495e
  4562. }
  4563. body#layout #main-wrapper #main h4 {
  4564. color: #fff!important
  4565. }
  4566. body#layout .layout-widget-description {
  4567. display: none!important
  4568. }
  4569. body#layout #Blog1 .widget-content {
  4570. border-color: #34495e
  4571. }
  4572. body#layout .draggable-widget .widget-wrap2 {
  4573. background: #0080ce url(https://www.blogger.com/img/widgets/draggable.png) no-repeat 4px 50%;
  4574. }
  4575. body#layout .editlink {
  4576. background: #0080ce;
  4577. color: #fff !important;
  4578. padding: 0 3px;
  4579. line-height: 18px;
  4580. border: 1px solid #2469d9;
  4581. border-radius: 3px;
  4582. text-transform: uppercase;
  4583. letter-spacing: 1px;
  4584. text-decoration: none !important;
  4585. }
  4586. body#layout .add_widget {
  4587. background: #fff;
  4588. }
  4589. body#layout .tm-menu .section {
  4590. background-color: #f6b3d2 !important;
  4591. border: 1px solid #ed67a7
  4592. }
  4593. body#layout .header {
  4594. background-color: #f2132d !important;
  4595. border: 1px solid #f53551
  4596. }
  4597. body#layout .feat-slider-wrap .section {
  4598. background-color: #a0d3db !important;
  4599. border: 1px solid #a2dbeb
  4600. }
  4601. body#layout .insta-wrap .section {
  4602. background-color: #a0d3db !important;
  4603. border: 1px solid #a2dbeb
  4604. }
  4605. body#layout .FollowByEmail .widget-content:before, body#layout .jugas_footer_copyright {
  4606. display:none;
  4607. }
  4608.  
  4609. body#layout .sora-special-box, body#layout .sora-works-box, body#layout .sora-about-box, body#layout .insta-wrap, body#layout .Portfolio-title {display:none;}
  4610. /*------Layout (end)----------*/
  4611. ]]></b:template-skin>
  4612.  
  4613. <b:include data='blog' name='google-analytics'/>
  4614. <script type='text/javascript'>
  4615. //<![CDATA[
  4616. var no_image = "http://3.bp.blogspot.com/-Yw8BIuvwoSQ/VsjkCIMoltI/AAAAAAAAC4c/s55PW6xEKn0/s1600-r/nth.png";
  4617. var month_format = [, "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sept", "Oct", "Nov", "Dec"];
  4618. var more_text = "View More";
  4619. var comments_text = "<span>Post </span>Comment";
  4620. var pagenav_prev = "Previous";
  4621. var pagenav_next = "Next";
  4622. //]]>
  4623. </script>
  4624. </head>
  4625. <body expr:class='data:blog.pageType'>
  4626. <!--preloader start-->
  4627. <div id='preloader'>
  4628. <div id='loader'>
  4629. <span class='loader'><span class='loader-inner'/></span>
  4630. </div>
  4631. </div>
  4632. <!--preloader end-->
  4633. &lt;div id=&quot;outer-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;
  4634. <div class='scroll-header' id='head-trigger'>
  4635. <div class='scroll-head-wrap row'>
  4636. <div class='scrollin-logo'>
  4637. <b:section class='header' id='header' maxwidgets='1' name='Logo &amp; Title' showaddelement='no'>
  4638. <b:widget id='Header1' locked='true' title='Sora CV (Header)' type='Header' version='1'>
  4639. <b:widget-settings>
  4640. <b:widget-setting name='displayUrl'>http://2.bp.blogspot.com/-MzROlqCdQ00/WgF6ynTwnjI/AAAAAAAAEKA/Hf7MDWXOsaY_s0lAivVPeAcob95_jIK9ACK4BGAYYCw/s1600/vcv_blue.png</b:widget-setting>
  4641. <b:widget-setting name='displayHeight'>56</b:widget-setting>
  4642. <b:widget-setting name='sectionWidth'>600</b:widget-setting>
  4643. <b:widget-setting name='useImage'>true</b:widget-setting>
  4644. <b:widget-setting name='shrinkToFit'>false</b:widget-setting>
  4645. <b:widget-setting name='imagePlacement'>REPLACE</b:widget-setting>
  4646. <b:widget-setting name='displayWidth'>317</b:widget-setting>
  4647. </b:widget-settings>
  4648. <b:includable id='main'>
  4649. <b:if cond='data:useImage'>
  4650. <b:if cond='data:imagePlacement == &quot;BEHIND&quot;'>
  4651. <!--
  4652. Show image as background to text. You can't really calculate the width
  4653. reliably in JS because margins are not taken into account by any of
  4654. clientWidth, offsetWidth or scrollWidth, so we don't force a minimum
  4655. width if the user is using shrink to fit.
  4656. This results in a margin-width's worth of pixels being cropped. If the
  4657. user is not using shrink to fit then we expand the header.
  4658. -->
  4659. <b:if cond='data:mobile'>
  4660. <div id='header-inner'>
  4661. <div class='titlewrapper' style='background: transparent'>
  4662. <h1 class='title' style='background: transparent; border-width: 0px'>
  4663. <b:include name='title'/>
  4664. </h1>
  4665. </div>
  4666. <b:include name='description'/>
  4667. </div>
  4668. <b:else/>
  4669. <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'>
  4670. <div class='titlewrapper' style='background: transparent'>
  4671. <h1 class='title' style='background: transparent; border-width: 0px'>
  4672. <b:include name='title'/>
  4673. </h1>
  4674. </div>
  4675. <b:include name='description'/>
  4676. </div>
  4677. </b:if>
  4678. <b:else/>
  4679. <!--Show the image only-->
  4680. <div id='header-inner'>
  4681. <a expr:href='data:blog.homepageUrl' style='display: block'><h1 style='display:none'><data:blog.title/></h1>
  4682. <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'/>
  4683. </a>
  4684. <!--Show the description-->
  4685. <b:if cond='data:imagePlacement == &quot;BEFORE_DESCRIPTION&quot;'>
  4686. <b:include name='description'/>
  4687. </b:if>
  4688. </div>
  4689. </b:if>
  4690. <b:else/>
  4691. <!--No header image -->
  4692. <div id='header-inner'>
  4693. <div class='titlewrapper'>
  4694. <h1 class='title'>
  4695. <b:include name='title'/>
  4696. </h1>
  4697. </div>
  4698. <b:include name='description'/>
  4699. </div>
  4700. </b:if>
  4701. </b:includable>
  4702. <b:includable id='description'>
  4703. <div class='descriptionwrapper'>
  4704. <p class='description'><span><data:description/></span></p>
  4705. </div>
  4706. </b:includable>
  4707. <b:includable id='title'>
  4708. <b:if cond='data:blog.url == data:blog.homepageUrl'>
  4709. <data:title/>
  4710. <b:else/>
  4711. <a expr:href='data:blog.homepageUrl'><data:title/></a>
  4712. </b:if>
  4713. </b:includable>
  4714. </b:widget>
  4715. </b:section>
  4716. </div>
  4717.  
  4718. <div class='tm-menu'>
  4719. <div class='menu-wrap'>
  4720. <b:section class='menu' id='menu' maxwidgets='1' name='Main Menu' showaddelement='yes'>
  4721. <b:widget id='LinkList210' locked='true' title='Menu' type='LinkList' version='1'>
  4722. <b:widget-settings>
  4723. <b:widget-setting name='text-9'>Documentation</b:widget-setting>
  4724. <b:widget-setting name='link-9'>http://www.sorabloggingtips.com/2017/11/how-to-setup-sora-cv-blogger-template.html</b:widget-setting>
  4725. <b:widget-setting name='text-8'>Seo Services</b:widget-setting>
  4726. <b:widget-setting name='link-7'>http://sora-cv-soratemplate.blogspot.in/soratemplates</b:widget-setting>
  4727. <b:widget-setting name='link-8'>http://www.shardawebservices.com</b:widget-setting>
  4728. <b:widget-setting name='text-10'>Download This Template</b:widget-setting>
  4729. <b:widget-setting name='link-5'>http://sora-cv-soratemplate.blogspot.in/p/post-format-and-page-markup.html</b:widget-setting>
  4730. <b:widget-setting name='link-6'>http://www.sorabloggingtips.com/2017/01/how-to-add-sitemap-widget-in-blogspot-blogs.html</b:widget-setting>
  4731. <b:widget-setting name='link-3'>#</b:widget-setting>
  4732. <b:widget-setting name='link-4'>#</b:widget-setting>
  4733. <b:widget-setting name='text-1'>_Multi DropDown</b:widget-setting>
  4734. <b:widget-setting name='text-0'>Features</b:widget-setting>
  4735. <b:widget-setting name='text-3'>__DropDown 2</b:widget-setting>
  4736. <b:widget-setting name='text-2'>__DropDown 1</b:widget-setting>
  4737. <b:widget-setting name='text-5'>_ShortCodes</b:widget-setting>
  4738. <b:widget-setting name='text-4'>__DropDown 3</b:widget-setting>
  4739. <b:widget-setting name='text-7'>_Error Page</b:widget-setting>
  4740. <b:widget-setting name='text-6'>_Sitemap</b:widget-setting>
  4741. <b:widget-setting name='sorting'>NONE</b:widget-setting>
  4742. <b:widget-setting name='link-1'>#</b:widget-setting>
  4743. <b:widget-setting name='link-2'>#</b:widget-setting>
  4744. <b:widget-setting name='link-0'>#</b:widget-setting>
  4745. <b:widget-setting name='link-10'>http://www.soratemplates.com/2017/11/sora-cv-blogger-templates.html</b:widget-setting>
  4746. </b:widget-settings>
  4747. <b:includable id='main'>
  4748. <div class='widget-content'>
  4749. <ul itemscope='' itemtype='http://schema.org/SiteNavigationElement'>
  4750. <li><a expr:href='data:blog.homepageUrl'>Home</a></li>
  4751. <b:loop values='data:links' var='link'>
  4752. <li itemprop='name'><a expr:href='data:link.target' itemprop='url'><data:link.name/></a></li>
  4753. </b:loop>
  4754. </ul>
  4755. </div>
  4756. </b:includable>
  4757. </b:widget>
  4758. </b:section>
  4759. <div class='menu-mobile'/>
  4760.  
  4761. </div>
  4762. </div>
  4763.  
  4764. </div></div>
  4765. <div style='clear: both;'/>
  4766. <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
  4767. <b:if cond='data:blog.pageType!= &quot;item&quot;'>
  4768. <b:if cond='data:blog.pageType != &quot;error_page&quot;'>
  4769. <div id='header-wrapper'>
  4770. <div class='background-container' id='#background-container'>
  4771.  
  4772.  
  4773.  
  4774. </div>
  4775.  
  4776. <div class='fenix-head'>
  4777. <div class='fenix-sub-head wow fadeInUp hero-row' style='visibility: visible;animation-delay: 1.2s;'>
  4778. <div class='sora-author-box'>
  4779. <div class='sora-author-box-image'><img alt='Author Image' class='avatar avatar-60 photo' src='http://u.cubeupload.com/Ghorayr/Ghorayr.png'/></div>
  4780. <div class='sora-author-box-text'>
  4781. <div class='sora-author-box-text-head'>
  4782. <span class='hello-txt'>Salam</span>
  4783. <h2 class='profile-title'><span>I&#39;m</span> Ghorayr</h2>
  4784. <h3 class='profile-position'>غرير</h3>
  4785. </div>
  4786. <div class='sora-author-box-text-details'>
  4787. <ul class='profile-list'>
  4788. <li class='clearfix'>
  4789. <strong class='list-title'><span class='list-button'>Birthdate</span></strong>
  4790. <span class='cont'><i class='fa fa-calendar'/>July 14, 1990</span>
  4791. </li>
  4792. <li class='clearfix'>
  4793. <strong class='list-title'>Country</strong>
  4794. <span class='cont'>Egypt</span>
  4795. </li>
  4796. <li class='clearfix'>
  4797. <strong class='list-title'>Ethnicity</strong>
  4798. <span class='cont'>Arab</span>
  4799. </li>
  4800. <li class='clearfix'>
  4801. <strong class='list-title'>E-mail</strong>
  4802. <span class='cont'><a href='mailto:robertsmith@company.com'>Ghorayr@yahoo.com</a></span>
  4803. </li>
  4804. <li class='clearfix'>
  4805. <strong class='list-title'>Phone</strong>
  4806. <span class='cont'><a href='tel:+20 110 161 6313'>01101616313</a></span>
  4807. </li>
  4808. <li class='clearfix'>
  4809. <strong class='list-title'>Occupation</strong>
  4810. <span class='cont'>Translator (German)</span>
  4811. </li>
  4812. <li class='clearfix'>
  4813.  
  4814.  
  4815. </li>
  4816. </ul>
  4817. </div>
  4818. <div style='clear: both;'/>
  4819. </div></div>
  4820. <div style='clear: both;'/>
  4821. <div class='social-head'>
  4822. <b:section class='top-bar-social blue' id='header social widget' maxwidgets='1' name='Top Social Widget' showaddelement='no'>
  4823. <b:widget id='LinkList230' locked='true' title='Social Media Icons' type='LinkList' version='1'>
  4824. <b:widget-settings>
  4825. <b:widget-setting name='link-5'>#</b:widget-setting>
  4826. <b:widget-setting name='link-3'>#</b:widget-setting>
  4827. <b:widget-setting name='link-4'>#</b:widget-setting>
  4828. <b:widget-setting name='text-1'>twitter</b:widget-setting>
  4829. <b:widget-setting name='text-0'>facebook</b:widget-setting>
  4830. <b:widget-setting name='text-3'>instagram</b:widget-setting>
  4831. <b:widget-setting name='text-2'>gplus</b:widget-setting>
  4832. <b:widget-setting name='text-5'>linkedin</b:widget-setting>
  4833. <b:widget-setting name='text-4'>pinterest</b:widget-setting>
  4834. <b:widget-setting name='sorting'>NONE</b:widget-setting>
  4835. <b:widget-setting name='link-1'>#</b:widget-setting>
  4836. <b:widget-setting name='link-2'>#</b:widget-setting>
  4837. <b:widget-setting name='link-0'>#</b:widget-setting>
  4838. </b:widget-settings>
  4839. <b:includable id='main'>
  4840. <div class='widget-content'>
  4841. <ul id='social'>
  4842. <b:loop values='data:links' var='link'>
  4843. <li><a expr:class='data:link.name' expr:href='data:link.target' expr:title='data:link.name'/></li>
  4844. </b:loop>
  4845. </ul>
  4846. </div>
  4847.  
  4848. </b:includable>
  4849. </b:widget>
  4850. </b:section>
  4851. </div>
  4852. </div>
  4853. </div>
  4854. </div>
  4855. <div style='clear: both;'/>
  4856. </b:if>
  4857. </b:if>
  4858. </b:if>
  4859. <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
  4860. <b:if cond='data:blog.pageType!= &quot;item&quot;'>
  4861. <b:if cond='data:blog.pageType != &quot;error_page&quot;'>
  4862. <div class='sora-cv-author-details wow slideInUp row' style='visibility: visible;animation-delay: 1.5s;'>
  4863. <div class='card-content'>
  4864. <!-- ABOUT PARAGRAPH -->
  4865. <p>
  4866. ❝Ghorayr❞
  4867. </p>
  4868. </div>
  4869. <div style='clear: both;'/>
  4870. <div class='card-action' id='about-btn'>
  4871. <!-- BUTTONS -->
  4872. <div class='about-btn'>
  4873. <!-- CONTACT BUTTON -->
  4874. <a class='btn waves-effect' href='http://allmylinks.com/Ghorayr'>Social</a>
  4875. <!-- GROUP BUTTON -->
  4876. <a class='btn waves-effect' href='http://xat.com/Ghorayr'>Support</a>
  4877. </div>
  4878. </div>
  4879. </div>
  4880. <div style='clear: both;'/>
  4881.  
  4882. <div class='sora-special-box wow slideInUp' id='section-2'>
  4883. <div class='special-wrap row'>
  4884. <div class='special-title wow fadeInUp animated' style='visibility: visible;'>
  4885. <h4><i class='lnr lnr-chart-bars'/>Professional Skills</h4>
  4886. </div>
  4887. <div style='clear: both;'/>
  4888. <div class='special-wrap-inner'>
  4889. <div class='skills'>
  4890. <!-- skill -->
  4891. <dl>
  4892. <dt>Grammer</dt>
  4893. <dd class='skill-percent html' data-percent='90'/>
  4894. <dt>Pronunciation</dt>
  4895. <dd class='skill-percent css' data-percent='85'/>
  4896. <dt>Vocabulary</dt>
  4897. <dd class='skill-percent jquery' data-percent='70'/>
  4898. <dt>Communication</dt>
  4899. <dd class='skill-percent javascript' data-percent='50'/>
  4900. </dl>
  4901. <!-- #skill -->
  4902. </div>
  4903. <div class='skill-details'>
  4904. <div class='skill-wrapper'>
  4905. <div class='skill-progress'>
  4906. <div class='circle'>
  4907. <div class='mask'/>
  4908. <div class='mask'/>
  4909. </div>
  4910. <div class='inset'>
  4911. <div class='numbers'/>
  4912. </div>
  4913. </div>
  4914.  
  4915.  
  4916. <div class='skill-progress'>
  4917. <div class='circle'>
  4918. <div class='mask'/>
  4919. <div class='mask'/>
  4920. </div>
  4921. <div class='inset'>
  4922. <div class='numbers'/>
  4923. </div>
  4924. </div>
  4925.  
  4926.  
  4927. <div class='skill-progress'>
  4928. <div class='circle'>
  4929. <div class='mask'/>
  4930. <div class='mask'/>
  4931. </div>
  4932. <div class='inset'>
  4933. <div class='numbers'/>
  4934. </div>
  4935. </div>
  4936.  
  4937. </div>
  4938. <div style='clear: both;'/>
  4939. </div>
  4940. </div>
  4941. </div></div>
  4942. <div style='clear: both;'/>
  4943. <div class='sora-works-box wow slideInUp' id='section-3'>
  4944. <div class='works-wrap row'>
  4945. <div class='works-title'>
  4946. <h4><i class='lnr lnr-license'/>My Experience</h4>
  4947. </div>
  4948. <div style='clear: both;'/>
  4949.  
  4950.  
  4951. <div id='timeline'>
  4952. <ul class='timeline timeline--first'>
  4953. <li class='era'>
  4954. <h2 class='era__title'>First Era</h2>
  4955. </li>
  4956. <li class='entry entry--left'>
  4957. <div class='entry__content wow animated fadeIn' data-wow-delay='0.3s' data-wow-duration='1s'>
  4958. <div class='date'>2014 - 2016</div>
  4959. <h2>Bacon Ipsum</h2>
  4960. <p>Bacon ipsum dolor amet ball tip jerky sirloin pancetta capicola prosciutto meatball pig leberkas cow pork chop shank meatloaf.</p>
  4961. </div>
  4962. </li>
  4963. <li class='entry entry--right'>
  4964. <div class='entry__content wow animated fadeIn' data-wow-delay='0.3s' data-wow-duration='1s'>
  4965. <div class='date'>2011 - 2014</div>
  4966. <h2>Bacon Ipsum</h2>
  4967. <p>Ground round short ribs fatback, salami shoulder sausage chuck shankle landjaeger drumstick ribeye meatloaf doner.</p>
  4968. </div>
  4969. </li>
  4970. <li class='entry entry--left'>
  4971. <div class='entry__content wow animated fadeIn' data-wow-delay='0.3s' data-wow-duration='1s'>
  4972. <div class='date'>2009 - 2011</div>
  4973. <h2>Bacon Ipsum</h2>
  4974. <p>Swine pork belly prosciutto jowl pork chop chicken filet mignon cupim doner boudin.</p>
  4975. </div>
  4976. </li>
  4977. </ul>
  4978. </div>
  4979. <div class='timeline-wrap'>
  4980. <ul class='timeline'>
  4981. <li class='era'>
  4982. <h2 class='era__title'>Second Era</h2>
  4983. </li>
  4984. <li class='entry entry--right'>
  4985. <div class='entry__content wow animated fadeIn' data-wow-delay='0.3s' data-wow-duration='1s'>
  4986. <div class='date'>2007 - 2009</div>
  4987. <h2>Bacon Ipsum</h2>
  4988. <p>Jerky corned beef jowl cupim hamburger, alcatra meatball swine pork chop ribeye leberkas short loin tenderloin picanha venison.</p>
  4989. </div>
  4990. </li>
  4991. <li class='entry entry--left'>
  4992. <div class='entry__content wow animated fadeIn' data-wow-delay='0.3s' data-wow-duration='1s'>
  4993. <div class='date'>2006 - 2007</div>
  4994. <h2>Bacon Ipsum</h2>
  4995. <p>Ribeye turducken flank cupim ball tip ham pork belly venison biltong pork chop jowl andouille spare ribs.</p>
  4996. </div>
  4997. </li>
  4998. <li class='entry entry--right'>
  4999. <div class='entry__content wow animated fadeIn' data-wow-delay='0.3s' data-wow-duration='1s'>
  5000. <div class='date'>2005 - 2006</div>
  5001. <h2>Bacon Ipsum</h2>
  5002. <p>Jerky corned beef jowl cupim hamburger, alcatra meatball swine pork chop ribeye leberkas short loin tenderloin picanha venison. Ribeye turducken flank cupim ball tip ham pork belly venison biltong pork chop jowl andouille spare ribs.</p>
  5003. </div>
  5004. </li>
  5005. </ul>
  5006. </div>
  5007. <div class='timeline-wrap'>
  5008. <ul class='timeline'>
  5009. <li class='era'>
  5010. <h2 class='era__title'>Last Era</h2>
  5011. </li>
  5012. <li class='entry entry--left'>
  5013. <div class='entry__content wow animated fadeIn' data-wow-delay='0.3s' data-wow-duration='1s'>
  5014. <div class='date'>2004 - 2005</div>
  5015. <h2>Bacon Ipsum</h2>
  5016. <p>Landjaeger cow flank ribeye meatball, corned beef tongue.</p>
  5017. </div>
  5018. </li>
  5019. <li class='entry entry--right'>
  5020. <div class='entry__content wow animated fadeIn' data-wow-delay='0.3s' data-wow-duration='1s'>
  5021. <div class='date'>2003 - 2004</div>
  5022. <h2>Bacon Ipsum</h2>
  5023. <p>Landjaeger cow flank ribeye meatball, corned beef tongue.</p>
  5024. </div>
  5025. </li>
  5026. <li class='entry entry--left'>
  5027. <div class='entry__content wow animated fadeIn' data-wow-delay='0.3s' data-wow-duration='1s'>
  5028. <div class='date'>2002 - 2004</div>
  5029. <h2>Bacon Ipsum</h2>
  5030. <p>Landjaeger cow flank ribeye meatball, corned beef tongue.</p>
  5031. </div>
  5032. </li>
  5033. <li class='entry entry--right'>
  5034. <div class='entry__content wow animated fadeIn' data-wow-delay='0.3s' data-wow-duration='1s'>
  5035. <div class='date'>2000 - 2002</div>
  5036. <h2>Bacon Ipsum</h2>
  5037. <p>Landjaeger cow flank ribeye meatball, corned beef tongue.</p>
  5038. </div>
  5039. </li>
  5040. </ul>
  5041. </div>
  5042.  
  5043. </div></div>
  5044. <div style='clear:both;'/>
  5045. <div class='sora-cv-hobby-details wow zoomIn row' style='visibility: visible;'>
  5046. <div class='hobby-title'>
  5047. <h4><i class='lnr lnr-heart'/>My Interest</h4>
  5048. </div>
  5049. <div style='clear:both;'/>
  5050. <div class='sora-cv-hobby-details-inner'>
  5051. <div class='card-content'>
  5052. <!-- Hobby PARAGRAPH -->
  5053. <p>
  5054. First of all I love music, country music is my favorite. Love watching football, movies and playing games with my buddies. I spend quite a lot of time in traveling and photography, these keeps me fresh for working environment. I also spend time volunteering at the Red Cross in London, UK each month.
  5055. </p>
  5056. </div>
  5057. <div style='clear: both;'/>
  5058. <div class='card-action' id='about-btn'>
  5059. <ul>
  5060. <li class='odd'><i class='fa fa-music'/><span>Music</span></li>
  5061. <li><i class='fa fa-gamepad'/><span>Gaming</span></li>
  5062. <li class='odd'><i class='fa fa-camera'/><span>Photo</span></li>
  5063. <li><i class='fa fa-futbol-o'/><span>Football</span></li>
  5064. <li class='odd'><i class='fa fa-plane'/><span>Traveling</span></li>
  5065. <li><i class='fa fa-film'/><span>Movies</span></li>
  5066. </ul>
  5067. </div>
  5068. </div></div>
  5069. <div style='clear:both;'/>
  5070. <div class='Portfolio-title'>
  5071. <h4><i class='lnr lnr-file-add'/>From the Blog</h4>
  5072. </div><div style='clear:both;'/>
  5073. </b:if> </b:if> </b:if>
  5074. <div class='row' id='content-wrapper'>
  5075. <div id='main-wrapper'>
  5076. <b:section class='main' id='main' showaddelement='yes'>
  5077. <b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog' version='1'>
  5078. <b:widget-settings>
  5079. <b:widget-setting name='showDateHeader'>true</b:widget-setting>
  5080. <b:widget-setting name='style.textcolor'>#c0af94</b:widget-setting>
  5081. <b:widget-setting name='showShareButtons'>true</b:widget-setting>
  5082. <b:widget-setting name='authorLabel'>By</b:widget-setting>
  5083. <b:widget-setting name='showCommentLink'>true</b:widget-setting>
  5084. <b:widget-setting name='style.urlcolor'>#c0af94</b:widget-setting>
  5085. <b:widget-setting name='showAuthor'>false</b:widget-setting>
  5086. <b:widget-setting name='style.linkcolor'>#c0af94</b:widget-setting>
  5087. <b:widget-setting name='style.unittype'>TextAndImage</b:widget-setting>
  5088. <b:widget-setting name='style.bgcolor'>#000000</b:widget-setting>
  5089. <b:widget-setting name='showAuthorProfile'>false</b:widget-setting>
  5090. <b:widget-setting name='style.layout'>1x1</b:widget-setting>
  5091. <b:widget-setting name='showLabels'>true</b:widget-setting>
  5092. <b:widget-setting name='showLocation'>true</b:widget-setting>
  5093. <b:widget-setting name='showTimestamp'>true</b:widget-setting>
  5094. <b:widget-setting name='postsPerAd'>3</b:widget-setting>
  5095. <b:widget-setting name='showBacklinks'>false</b:widget-setting>
  5096. <b:widget-setting name='style.bordercolor'>#000000</b:widget-setting>
  5097. <b:widget-setting name='showInlineAds'>true</b:widget-setting>
  5098. <b:widget-setting name='showReactions'>false</b:widget-setting>
  5099. </b:widget-settings>
  5100. <b:includable id='main' var='top'>
  5101. <b:if cond='!data:mobile'>
  5102. <!-- posts -->
  5103. <div class='blog-posts hfeed'>
  5104.  
  5105. <b:include data='top' name='status-message'/>
  5106. <div class='post-grid wow fadeInUp' style='visibility: visible;'>
  5107. <b:loop values='data:posts' var='post'>
  5108.  
  5109.  
  5110. <div class='post-grid-item wow flipInX' style='visibility: visible;'>
  5111. <b:include data='post' name='post'/>
  5112. <b:include cond='data:blog.pageType in {&quot;static_page&quot;,&quot;item&quot;}' data='post' name='comment_picker'/>
  5113. </div>
  5114.  
  5115.  
  5116. </b:loop>
  5117. </div>
  5118. </div>
  5119.  
  5120. <!-- navigation -->
  5121. <b:include name='nextprev'/>
  5122.  
  5123. <!-- feed links -->
  5124. <b:include name='feedLinks'/>
  5125.  
  5126. <b:else/>
  5127. <b:include name='mobile-main'/>
  5128. </b:if>
  5129.  
  5130. <b:if cond='data:top.showPlusOne'>
  5131. <data:top.googlePlusBootstrap/>
  5132. </b:if>
  5133.  
  5134. </b:includable>
  5135. <b:includable id='backlinkDeleteIcon' var='backlink'>
  5136. <span expr:class='&quot;item-control &quot; + data:backlink.adminClass'>
  5137. <a expr:href='data:backlink.deleteUrl' expr:title='data:top.deleteBacklinkMsg'>
  5138. <img src='https://resources.blogblog.com/img/icon_delete13.gif'/>
  5139. </a>
  5140. </span>
  5141. </b:includable>
  5142. <b:includable id='backlinks' var='post'>
  5143. <a name='links'/><h4><data:post.backlinksLabel/></h4>
  5144. <b:if cond='data:post.numBacklinks != 0'>
  5145. <dl class='comments-block' id='comments-block'>
  5146. <b:loop values='data:post.backlinks' var='backlink'>
  5147. <div class='collapsed-backlink backlink-control'>
  5148. <dt class='comment-title'>
  5149. <span class='backlink-toggle-zippy'>&#160;</span>
  5150. <a expr:href='data:backlink.url' rel='nofollow'><data:backlink.title/></a>
  5151. <b:include data='backlink' name='backlinkDeleteIcon'/>
  5152. </dt>
  5153. <dd class='comment-body collapseable'>
  5154. <data:backlink.snippet/>
  5155. </dd>
  5156. <dd class='comment-footer collapseable'>
  5157. <span class='comment-author'><data:post.authorLabel/> <data:backlink.author/></span>
  5158. <span class='comment-timestamp'><data:post.timestampLabel/> <data:backlink.timestamp/></span>
  5159. </dd>
  5160. </div>
  5161. </b:loop>
  5162. </dl>
  5163. </b:if>
  5164. <p class='comment-footer'>
  5165. <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>
  5166. </p>
  5167. </b:includable>
  5168. <b:includable id='comment-form' var='post'>
  5169. <div class='comment-form'>
  5170. <a name='comment-form'/>
  5171. <b:if cond='data:mobile'>
  5172. <h4 id='comment-post-message'>
  5173. <a expr:id='data:widget.instanceId + &quot;_comment-editor-toggle-link&quot;' href='javascript:void(0)'><data:postCommentMsg/></a></h4>
  5174. <p><data:blogCommentMessage/></p>
  5175. <data:blogTeamBlogMessage/>
  5176. <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
  5177. <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' expr:height='data:cmtIframeInitialHeight' frameborder='0' id='comment-editor' name='comment-editor' src='' style='display: none' width='100%'/>
  5178. <b:else/>
  5179. <h4 id='comment-post-message'><data:postCommentMsg/></h4>
  5180. <p><data:blogCommentMessage/></p>
  5181. <data:blogTeamBlogMessage/>
  5182. <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
  5183. <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' expr:height='data:cmtIframeInitialHeight' frameborder='0' id='comment-editor' name='comment-editor' src='' width='100%'/>
  5184. </b:if>
  5185. <data:post.cmtfpIframe/>
  5186. <script type='text/javascript'>
  5187. BLOG_CMT_createIframe(&#39;<data:post.appRpcRelayPath/>&#39;);
  5188. </script>
  5189. </div>
  5190. </b:includable>
  5191. <b:includable id='commentDeleteIcon' var='comment'>
  5192. <span expr:class='&quot;item-control &quot; + data:comment.adminClass'>
  5193. <b:if cond='data:showCmtPopup'>
  5194. <div class='goog-toggle-button'>
  5195. <div class='goog-inline-block comment-action-icon'/>
  5196. </div>
  5197. <b:else/>
  5198. <a class='comment-delete' expr:href='data:comment.deleteUrl' expr:title='data:top.deleteCommentMsg'>
  5199. <img src='https://resources.blogblog.com/img/icon_delete13.gif'/>
  5200. </a>
  5201. </b:if>
  5202. </span>
  5203. </b:includable>
  5204. <b:includable id='comment_count_picker' var='post'>
  5205. <b:if cond='data:post.commentSource == 1'>
  5206. <span class='cmt_count_iframe_holder' expr:data-count='data:post.numComments' expr:data-onclick='data:post.addCommentOnclick' expr:data-post-url='data:post.url' expr:data-url='data:post.url.canonical.http'>
  5207. </span>
  5208. <b:else/>
  5209. <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'>
  5210. <data:post.commentLabelFull/>:
  5211. </a>
  5212. </b:if>
  5213. </b:includable>
  5214. <b:includable id='comment_picker' var='post'>
  5215. <b:if cond='data:post.commentSource == 1'>
  5216. <b:include data='post' name='iframe_comments'/>
  5217. <b:elseif cond='data:post.showThreadedComments'/>
  5218. <b:include data='post' name='threaded_comments'/>
  5219. <b:else/>
  5220. <b:include data='post' name='comments'/>
  5221. </b:if>
  5222. </b:includable>
  5223. <b:includable id='comments' var='post'>
  5224. <div class='comments' id='comments'>
  5225. <a name='comments'/>
  5226. <b:if cond='data:post.allowComments'>
  5227. <h4><data:post.commentLabelFull/>:</h4>
  5228.  
  5229. <b:if cond='data:post.commentPagingRequired'>
  5230. <span class='paging-control-container'>
  5231. <b:if cond='data:post.hasOlderLinks'>
  5232. <a expr:class='data:post.oldLinkClass' expr:href='data:post.oldestLinkUrl'><data:post.oldestLinkText/></a>
  5233. &#160;
  5234. <a expr:class='data:post.oldLinkClass' expr:href='data:post.olderLinkUrl'><data:post.olderLinkText/></a>
  5235. &#160;
  5236. </b:if>
  5237.  
  5238. <data:post.commentRangeText/>
  5239.  
  5240. <b:if cond='data:post.hasNewerLinks'>
  5241. &#160;
  5242. <a expr:class='data:post.newLinkClass' expr:href='data:post.newerLinkUrl'><data:post.newerLinkText/></a>
  5243. &#160;
  5244. <a expr:class='data:post.newLinkClass' expr:href='data:post.newestLinkUrl'><data:post.newestLinkText/></a>
  5245. </b:if>
  5246. </span>
  5247. </b:if>
  5248.  
  5249. <div expr:id='data:widget.instanceId + &quot;_comments-block-wrapper&quot;'>
  5250. <dl expr:class='data:post.avatarIndentClass' id='comments-block'>
  5251. <b:loop values='data:post.comments' var='comment'>
  5252. <dt expr:class='&quot;comment-author &quot; + data:comment.authorClass' expr:id='data:comment.anchorName'>
  5253. <b:if cond='data:comment.favicon'>
  5254. <img expr:src='data:comment.favicon' height='16px' style='margin-bottom:-2px;' width='16px'/>
  5255. </b:if>
  5256. <a expr:name='data:comment.anchorName'/>
  5257. <b:if cond='data:blog.enabledCommentProfileImages'>
  5258. <data:comment.authorAvatarImage/>
  5259. </b:if>
  5260. <b:if cond='data:comment.authorUrl'>
  5261. <a expr:href='data:comment.authorUrl' rel='nofollow'><data:comment.author/></a>
  5262. <b:else/>
  5263. <data:comment.author/>
  5264. </b:if>
  5265. <data:commentPostedByMsg/>
  5266. </dt>
  5267. <dd class='comment-body' expr:id='data:widget.instanceId + data:comment.cmtBodyIdPostfix'>
  5268. <b:if cond='data:comment.isDeleted'>
  5269. <span class='deleted-comment'><data:comment.body/></span>
  5270. <b:else/>
  5271. <p>
  5272. <data:comment.body/>
  5273. </p>
  5274. </b:if>
  5275. </dd>
  5276. <dd class='comment-footer'>
  5277. <span class='comment-timestamp'>
  5278. <a expr:href='data:comment.url' title='comment permalink'>
  5279. <data:comment.timestamp/>
  5280. </a>
  5281. <b:include data='comment' name='commentDeleteIcon'/>
  5282. </span>
  5283. </dd>
  5284. </b:loop>
  5285. </dl>
  5286. </div>
  5287.  
  5288. <b:if cond='data:post.commentPagingRequired'>
  5289. <span class='paging-control-container'>
  5290. <a expr:class='data:post.oldLinkClass' expr:href='data:post.oldestLinkUrl'>
  5291. <data:post.oldestLinkText/>
  5292. </a>
  5293. <a expr:class='data:post.oldLinkClass' expr:href='data:post.olderLinkUrl'>
  5294. <data:post.olderLinkText/>
  5295. </a>
  5296. &#160;
  5297. <data:post.commentRangeText/>
  5298. &#160;
  5299. <a expr:class='data:post.newLinkClass' expr:href='data:post.newerLinkUrl'>
  5300. <data:post.newerLinkText/>
  5301. </a>
  5302. <a expr:class='data:post.newLinkClass' expr:href='data:post.newestLinkUrl'>
  5303. <data:post.newestLinkText/>
  5304. </a>
  5305. </span>
  5306. </b:if>
  5307.  
  5308. <p class='comment-footer'>
  5309. <b:if cond='data:post.embedCommentForm'>
  5310. <b:if cond='data:post.allowNewComments'>
  5311. <b:include data='post' name='comment-form'/>
  5312. <b:else/>
  5313. <data:post.noNewCommentsText/>
  5314. </b:if>
  5315. <b:elseif cond='data:post.allowComments'/>
  5316. <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
  5317. </b:if>
  5318. </p>
  5319. </b:if>
  5320. <b:if cond='data:showCmtPopup'>
  5321. <div id='comment-popup'>
  5322. <iframe allowtransparency='true' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'>
  5323. </iframe>
  5324. </div>
  5325. </b:if>
  5326.  
  5327. <div id='backlinks-container'>
  5328. <div expr:id='data:widget.instanceId + &quot;_backlinks-container&quot;'>
  5329. <b:include cond='data:post.showBacklinks' data='post' name='backlinks'/>
  5330. </div>
  5331. </div>
  5332. </div>
  5333. </b:includable>
  5334. <b:includable id='feedLinks'>
  5335. <b:if cond='data:blog.pageType != &quot;item&quot;'> <!-- Blog feed links -->
  5336. <b:if cond='data:feedLinks'>
  5337. <div class='blog-feeds'>
  5338. </div>
  5339. </b:if>
  5340.  
  5341. <b:else/> <!--Post feed links -->
  5342. <div class='post-feeds'>
  5343. <b:loop values='data:posts' var='post'>
  5344. <b:include cond='data:post.allowComments and data:post.feedLinks' data='post.feedLinks' name='feedLinksBody'/>
  5345. </b:loop>
  5346. </div>
  5347. </b:if>
  5348. </b:includable>
  5349. <b:includable id='feedLinksBody' var='links'>
  5350. <div class='feed-links'>
  5351. <data:feedLinksMsg/>
  5352. <b:loop values='data:links' var='f'>
  5353. <a class='feed-link' expr:href='data:f.url' expr:type='data:f.mimeType' target='_blank'><data:f.name/> (<data:f.feedType/>)</a>
  5354. </b:loop>
  5355. </div>
  5356. </b:includable>
  5357. <b:includable id='iframe_comments' var='post'>
  5358.  
  5359. <b:if cond='data:post.allowIframeComments'>
  5360. <script expr:src='data:post.iframeCommentSrc' type='text/javascript'/>
  5361. <div class='cmt_iframe_holder' expr:data-href='data:post.url.canonical' expr:data-viewtype='data:post.viewType'/>
  5362.  
  5363. <b:if cond='data:post.embedCommentForm == &quot;false&quot;'>
  5364. <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
  5365. </b:if>
  5366. </b:if>
  5367. </b:includable>
  5368. <b:includable id='mobile-index-post' var='post'>
  5369. <div class='mobile-date-outer date-outer'>
  5370. <b:if cond='data:post.dateHeader'>
  5371. <div class='date-header'>
  5372. <span><data:post.dateHeader/></span>
  5373. </div>
  5374. </b:if>
  5375.  
  5376. <div class='mobile-post-outer'>
  5377. <a expr:href='data:post.url'>
  5378. <h3 class='mobile-index-title entry-title' itemprop='name'>
  5379. <data:post.title/>
  5380. </h3>
  5381.  
  5382. <div class='mobile-index-arrow'>&amp;rsaquo;</div>
  5383.  
  5384. <div class='mobile-index-contents'>
  5385. <b:if cond='data:post.thumbnailUrl'>
  5386. <div class='mobile-index-thumbnail'>
  5387. <div class='Image'>
  5388. <img expr:src='data:post.thumbnailUrl'/>
  5389. </div>
  5390. </div>
  5391. </b:if>
  5392.  
  5393. <div class='post-body'>
  5394. <b:if cond='data:post.snippet'><data:post.snippet/></b:if>
  5395. </div>
  5396. </div>
  5397.  
  5398. <div style='clear: both;'/>
  5399. </a>
  5400.  
  5401. <div class='mobile-index-comment'>
  5402. <b:include cond='data:blog.pageType != &quot;static_page&quot; and data:post.allowComments and data:post.numComments != 0' data='post' name='comment_count_picker'/>
  5403. </div>
  5404. </div>
  5405. </div>
  5406. </b:includable>
  5407. <b:includable id='mobile-main' var='top'>
  5408. <!-- posts -->
  5409. <div class='blog-posts hfeed'>
  5410.  
  5411. <b:include data='top' name='status-message'/>
  5412.  
  5413. <b:if cond='data:blog.pageType == &quot;index&quot;'>
  5414. <b:loop values='data:posts' var='post'>
  5415. <b:include data='post' name='mobile-index-post'/>
  5416. </b:loop>
  5417. <b:else/>
  5418. <b:loop values='data:posts' var='post'>
  5419. <b:include data='post' name='mobile-post'/>
  5420. </b:loop>
  5421. </b:if>
  5422. </div>
  5423.  
  5424. <b:include name='mobile-nextprev'/>
  5425. </b:includable>
  5426. <b:includable id='mobile-nextprev'>
  5427. <div class='blog-pager' id='blog-pager'>
  5428. <b:if cond='data:newerPageUrl'>
  5429. <div class='mobile-link-button' id='blog-pager-newer-link'>
  5430. <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>
  5431. </div>
  5432. </b:if>
  5433.  
  5434. <b:if cond='data:olderPageUrl'>
  5435. <div class='mobile-link-button' id='blog-pager-older-link'>
  5436. <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>
  5437. </div>
  5438. </b:if>
  5439.  
  5440. <div class='mobile-link-button' id='blog-pager-home-link'>
  5441. <a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
  5442. </div>
  5443.  
  5444. <div class='mobile-desktop-link'>
  5445. <a class='home-link' expr:href='data:desktopLinkUrl'><data:desktopLinkMsg/></a>
  5446. </div>
  5447.  
  5448. </div>
  5449. <div class='clear'/>
  5450. </b:includable>
  5451. <b:includable id='mobile-post' var='post'>
  5452. <div class='date-outer'>
  5453. <b:if cond='data:post.dateHeader'>
  5454. <h2 class='date-header'><span><data:post.dateHeader/></span></h2>
  5455. </b:if>
  5456. <div class='date-posts'>
  5457. <div class='post-outer'>
  5458.  
  5459. <div class='post hentry uncustomized-post-template' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
  5460. <b:if cond='data:post.thumbnailUrl'>
  5461. <meta expr:content='data:post.thumbnailUrl' itemprop='image_url'/>
  5462. </b:if>
  5463. <meta expr:content='data:blog.blogId' itemprop='blogId'/>
  5464. <meta expr:content='data:post.id' itemprop='postId'/>
  5465.  
  5466. <a expr:name='data:post.id'/>
  5467. <b:if cond='data:post.title'>
  5468. <b:if cond='data:blog.pageType == &quot;index&quot;'>
  5469. <h2 class='post-title entry-title' itemprop='name'>
  5470. <b:if cond='data:post.link'>
  5471. <a expr:href='data:post.link' itemprop='url'><data:post.title/></a>
  5472. <b:else/>
  5473. <b:if cond='data:post.url'>
  5474. <a expr:href='data:post.url' itemprop='url'><data:post.title/></a>
  5475. <b:else/>
  5476. <data:post.title/>
  5477. </b:if>
  5478. </b:if>
  5479. </h2>
  5480. <b:elseif cond='data:blog.pageType == &quot;archive&quot;'/>
  5481. <h2 class='post-title entry-title' itemprop='name'>
  5482. <b:if cond='data:post.link'>
  5483. <a expr:href='data:post.link' itemprop='url'><data:post.title/></a>
  5484. <b:else/>
  5485. <b:if cond='data:post.url'>
  5486. <a expr:href='data:post.url' itemprop='url'><data:post.title/></a>
  5487. <b:else/>
  5488. <data:post.title/>
  5489. </b:if>
  5490. </b:if>
  5491. </h2>
  5492. <b:else/>
  5493. <h1 class='post-title entry-title' itemprop='name'>
  5494. <b:if cond='data:post.link'>
  5495. <data:post.title/>
  5496. <b:else/>
  5497. <b:if cond='data:post.url'>
  5498. <data:post.title/>
  5499. <b:else/>
  5500. <data:post.title/>
  5501. </b:if>
  5502. </b:if>
  5503. </h1>
  5504. </b:if>
  5505. </b:if>
  5506.  
  5507. <div class='post-header'>
  5508. <div class='post-header-line-1'/>
  5509. </div>
  5510.  
  5511. <div class='post-body entry-content' expr:id='&quot;post-body-&quot; + data:post.id' itemprop='articleBody'>
  5512. <data:post.body/>
  5513. <div style='clear: both;'/> <!-- clear for photos floats -->
  5514. </div>
  5515.  
  5516. <div class='post-footer'>
  5517. <div class='post-footer-line post-footer-line-1'>
  5518. <span class='post-author vcard'>
  5519. <b:if cond='data:top.showAuthor'>
  5520. <b:if cond='data:post.authorProfileUrl'>
  5521. <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
  5522. <meta expr:content='data:post.authorProfileUrl' itemprop='url'/>
  5523. <a expr:href='data:post.authorProfileUrl' rel='author' title='author profile'>
  5524. <span itemprop='name'><data:post.author/></span>
  5525. </a>
  5526. </span>
  5527. <b:else/>
  5528. <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
  5529. <span itemprop='name'><data:post.author/></span>
  5530. </span>
  5531. </b:if>
  5532. </b:if>
  5533. </span>
  5534.  
  5535. <span class='post-timestamp'>
  5536. <b:if cond='data:top.showTimestamp'>
  5537. <data:top.timestampLabel/>
  5538. <b:if cond='data:post.url'>
  5539. <meta expr:content='data:post.canonicalUrl' itemprop='url'/>
  5540. <a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published' expr:title='data:post.timestampISO8601' itemprop='datePublished'><data:post.timestamp/></abbr></a>
  5541. </b:if>
  5542. </b:if>
  5543. </span>
  5544.  
  5545. <span class='post-comment-link'>
  5546. <b:include cond='data:blog.pageType not in {&quot;item&quot;,&quot;static_page&quot;} and data:post.allowComments' data='post' name='comment_count_picker'/>
  5547. </span>
  5548. </div>
  5549.  
  5550. <div class='post-footer-line post-footer-line-2'>
  5551. <b:if cond='data:top.showMobileShare'>
  5552. <div class='mobile-link-button goog-inline-block' id='mobile-share-button'>
  5553. <a href='javascript:void(0);'><data:shareMsg/></a>
  5554. </div>
  5555. </b:if>
  5556. <b:if cond='data:top.showDummy'>
  5557. <div class='goog-inline-block dummy-container'><data:post.dummyTag/></div>
  5558. </b:if>
  5559. </div>
  5560.  
  5561. </div>
  5562. </div>
  5563.  
  5564. <b:include cond='data:blog.pageType in {&quot;static_page&quot;,&quot;item&quot;}' data='post' name='comment_picker'/>
  5565. </div>
  5566. </div>
  5567. </div>
  5568. </b:includable>
  5569. <b:includable id='nextprev'>
  5570. <div class='blog-pager' id='blog-pager'>
  5571. <b:if cond='data:newerPageUrl'>
  5572. <span id='blog-pager-newer-link'>
  5573. <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>
  5574. </span>
  5575. </b:if>
  5576.  
  5577. <b:if cond='data:olderPageUrl'>
  5578. <span id='blog-pager-older-link'>
  5579. <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>
  5580. </span>
  5581. </b:if>
  5582.  
  5583. <a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
  5584.  
  5585. <b:if cond='data:mobileLinkUrl'>
  5586. <div class='blog-mobile-link'>
  5587. <a expr:href='data:mobileLinkUrl'><data:mobileLinkMsg/></a>
  5588. </div>
  5589. </b:if>
  5590.  
  5591. </div>
  5592. <div class='clear'/>
  5593. </b:includable>
  5594. <b:includable id='post' var='post'>
  5595. <div class='post hentry'>
  5596. <b:if cond='data:blog.pageType == &quot;index&quot;'>
  5597. <b:if cond='data:post.firstImageUrl'>
  5598. <div class='block-image'>
  5599. <a class='thumb' expr:href='data:post.url'>
  5600. <img expr:alt='data:post.title' expr:src='data:post.firstImageUrl'/>
  5601. </a>
  5602.  
  5603. <script type='text/javascript'>
  5604. var timestamp=&quot;<data:post.timestamp/>&quot;;if(timestamp!=&quot;&quot;){var timesplit=timestamp.split(&quot;,&quot;);var date_yyyy=timesplit[2];var timesplit=timesplit[1].split(&quot; &quot;);var date_dd=timesplit[2];var date_mmm=timesplit[1].substring(0,3)};</script>
  5605. <div class='date_holder'>
  5606. <span class='day'><script type='text/javascript'>document.write(date_dd);</script></span>
  5607. <span class='month'><script type='text/javascript'>document.write(date_mmm);</script></span>
  5608. </div>
  5609.  
  5610. </div>
  5611. <b:else/>
  5612. <b:if cond='data:post.thumbnailUrl'>
  5613. <div class='block-image'>
  5614. <a class='thumb' expr:href='data:post.url'>
  5615. <img expr:alt='data:post.title' expr:src='data:post.thumbnailUrl'/>
  5616. </a>
  5617.  
  5618. <script type='text/javascript'>
  5619. var timestamp=&quot;<data:post.timestamp/>&quot;;if(timestamp!=&quot;&quot;){var timesplit=timestamp.split(&quot;,&quot;);var date_yyyy=timesplit[2];var timesplit=timesplit[1].split(&quot; &quot;);var date_dd=timesplit[2];var date_mmm=timesplit[1].substring(0,3)};</script>
  5620. <div class='date_holder'>
  5621. <span class='day'><script type='text/javascript'>document.write(date_dd);</script></span>
  5622. <span class='month'><script type='text/javascript'>document.write(date_mmm);</script></span>
  5623. </div>
  5624.  
  5625. </div>
  5626. <b:else/>
  5627. <div class='block-image'>
  5628. <a class='thumb' expr:href='data:post.url'>
  5629. <img expr:alt='data:post.title' src='http://3.bp.blogspot.com/-Yw8BIuvwoSQ/VsjkCIMoltI/AAAAAAAAC4c/s55PW6xEKn0/s1600-r/nth.png'/>
  5630. </a>
  5631.  
  5632. <script type='text/javascript'>
  5633. var timestamp=&quot;<data:post.timestamp/>&quot;;if(timestamp!=&quot;&quot;){var timesplit=timestamp.split(&quot;,&quot;);var date_yyyy=timesplit[2];var timesplit=timesplit[1].split(&quot; &quot;);var date_dd=timesplit[2];var date_mmm=timesplit[1].substring(0,3)};</script>
  5634. <div class='date_holder'>
  5635. <span class='day'><script type='text/javascript'>document.write(date_dd);</script></span>
  5636. <span class='month'><script type='text/javascript'>document.write(date_mmm);</script></span>
  5637. </div>
  5638.  
  5639. </div>
  5640. </b:if></b:if>
  5641. </b:if>
  5642. <b:if cond='data:blog.pageType == &quot;archive&quot;'>
  5643. <b:if cond='data:post.firstImageUrl'>
  5644. <div class='block-image'>
  5645. <a class='thumb' expr:href='data:post.url'>
  5646. <img expr:alt='data:post.title' expr:src='data:post.firstImageUrl'/>
  5647. </a>
  5648.  
  5649. <script type='text/javascript'>
  5650. var timestamp=&quot;<data:post.timestamp/>&quot;;if(timestamp!=&quot;&quot;){var timesplit=timestamp.split(&quot;,&quot;);var date_yyyy=timesplit[2];var timesplit=timesplit[1].split(&quot; &quot;);var date_dd=timesplit[2];var date_mmm=timesplit[1].substring(0,3)};</script>
  5651. <div class='date_holder'>
  5652. <span class='day'><script type='text/javascript'>document.write(date_dd);</script></span>
  5653. <span class='month'><script type='text/javascript'>document.write(date_mmm);</script></span>
  5654. </div>
  5655.  
  5656. </div>
  5657. <b:else/>
  5658. <b:if cond='data:post.thumbnailUrl'>
  5659. <div class='block-image'>
  5660. <a class='thumb' expr:href='data:post.url'>
  5661. <img expr:alt='data:post.title' expr:src='data:post.thumbnailUrl'/>
  5662. </a>
  5663.  
  5664. <script type='text/javascript'>
  5665. var timestamp=&quot;<data:post.timestamp/>&quot;;if(timestamp!=&quot;&quot;){var timesplit=timestamp.split(&quot;,&quot;);var date_yyyy=timesplit[2];var timesplit=timesplit[1].split(&quot; &quot;);var date_dd=timesplit[2];var date_mmm=timesplit[1].substring(0,3)};</script>
  5666. <div class='date_holder'>
  5667. <span class='day'><script type='text/javascript'>document.write(date_dd);</script></span>
  5668. <span class='month'><script type='text/javascript'>document.write(date_mmm);</script></span>
  5669. </div>
  5670.  
  5671. </div>
  5672. <b:else/>
  5673. <div class='block-image'>
  5674. <a class='thumb' expr:href='data:post.url'>
  5675. <img expr:alt='data:post.title' src='http://3.bp.blogspot.com/-Yw8BIuvwoSQ/VsjkCIMoltI/AAAAAAAAC4c/s55PW6xEKn0/s1600-r/nth.png'/>
  5676. </a>
  5677.  
  5678. <script type='text/javascript'>
  5679. var timestamp=&quot;<data:post.timestamp/>&quot;;if(timestamp!=&quot;&quot;){var timesplit=timestamp.split(&quot;,&quot;);var date_yyyy=timesplit[2];var timesplit=timesplit[1].split(&quot; &quot;);var date_dd=timesplit[2];var date_mmm=timesplit[1].substring(0,3)};</script>
  5680. <div class='date_holder'>
  5681. <span class='day'><script type='text/javascript'>document.write(date_dd);</script></span>
  5682. <span class='month'><script type='text/javascript'>document.write(date_mmm);</script></span>
  5683. </div>
  5684.  
  5685. </div>
  5686. </b:if></b:if>
  5687. </b:if>
  5688. <b:if cond='data:blog.pageType == &quot;item&quot;'>
  5689. &lt;div itemprop=&#39;blogPost&#39; itemscope=&#39;itemscope&#39; itemtype=&#39;http://schema.org/BlogPosting&#39;&gt;
  5690. <meta expr:content='data:post.firstImageUrl' itemprop='image'/>
  5691. </b:if>
  5692. <div class='post-header'>
  5693. <b:if cond='data:blog.pageType == &quot;item&quot;'>
  5694. <b:if cond='data:post.title'>
  5695. <div class='post-head'><h1 class='post-title entry-title' itemprop='name headline'>
  5696. <b:if cond='data:post.link'>
  5697. <a expr:href='data:post.link'><data:post.title/></a>
  5698. <b:else/>
  5699. <b:if cond='data:post.url'>
  5700. <b:if cond='data:blog.url != data:post.url'>
  5701. <a expr:href='data:post.url'><data:post.title/></a>
  5702. <b:else/>
  5703. <data:post.title/>
  5704. </b:if>
  5705. <b:else/>
  5706. <data:post.title/>
  5707. </b:if>
  5708. </b:if>
  5709. </h1></div>
  5710. </b:if>
  5711. <div class='post-meta'>
  5712. <span class='post-author vcard'>
  5713. <b:if cond='data:top.showAuthor'>
  5714. <i class='fa fa-user'/>
  5715. <b:if cond='data:post.authorProfileUrl'>
  5716. <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
  5717. <meta expr:content='data:post.authorProfileUrl' itemprop='url'/>
  5718. <a class='g-profile' expr:href='data:post.authorProfileUrl' expr:title='data:post.author' rel='author'>
  5719. <span itemprop='name'><data:post.author/></span>
  5720. </a>
  5721. </span>
  5722. <b:else/>
  5723. <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
  5724. <a class='g-profile' expr:href='data:post.authorProfileUrl' expr:title='data:post.author' rel='author'>
  5725. <span itemprop='name'><data:post.author/></span></a>
  5726. </span>
  5727. </b:if>
  5728. </b:if>
  5729. </span>
  5730. <span class='post-timestamp'>
  5731. <b:if cond='data:top.showTimestamp'>
  5732. <i class='fa fa-calendar-o'/>
  5733. <b:if cond='data:post.url'>
  5734. <meta expr:content='data:post.canonicalUrl' itemprop='url'/>
  5735. <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>
  5736. </b:if>
  5737. </b:if>
  5738. </span>
  5739. <span class='label-head'>
  5740. <b:if cond='data:post.labels'>
  5741. <i class='fa fa-folder-open-o'/>
  5742. <b:loop values='data:post.labels' var='label'>
  5743. <a expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != &quot;true&quot;'>,</b:if>
  5744. </b:loop>
  5745. </b:if>
  5746. </span>
  5747. </div>
  5748. </b:if>
  5749. <b:if cond='data:blog.pageType == &quot;static_page&quot;'>
  5750. <b:if cond='data:post.title'>
  5751. <div class='post-head'><h1 class='post-title entry-title' itemprop='name'>
  5752. <b:if cond='data:post.link'>
  5753. <a expr:href='data:post.link'><data:post.title/></a>
  5754. <b:else/>
  5755. <b:if cond='data:post.url'>
  5756. <b:if cond='data:blog.url != data:post.url'>
  5757. <a expr:href='data:post.url'><data:post.title/></a>
  5758. <b:else/>
  5759. <data:post.title/>
  5760. </b:if>
  5761. <b:else/>
  5762. <data:post.title/>
  5763. </b:if>
  5764. </b:if>
  5765. </h1></div>
  5766. </b:if>
  5767. </b:if>
  5768.  
  5769. </div>
  5770.  
  5771. <!-- Then use the post body as the schema.org description, for good G+/FB snippeting. -->
  5772.  
  5773. <article>
  5774. <b:if cond='data:blog.pageType != &quot;item&quot;'>
  5775. <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
  5776. <div class='date-header-post'>
  5777. <div class='home-post-head'>
  5778. <span class='post-labels'>
  5779. <b:if cond='data:post.labels'>
  5780. <b:loop index='x' values='data:post.labels' var='label'>
  5781.  
  5782. <b:if cond='data:x==0'> <a expr:href='data:label.url + &quot;?max-results=5&quot;' rel='tag nofollow'><i>#</i> <data:label.name/></a></b:if>
  5783. <b:if cond='data:x==1'> <a expr:href='data:label.url + &quot;?max-results=5&quot;' rel='tag nofollow'><i>#</i> <data:label.name/></a></b:if>
  5784.  
  5785. </b:loop>
  5786. </b:if>
  5787. </span>
  5788. <b:if cond='data:post.title'>
  5789. <font class='retitle'>
  5790. <h2 class='post-title entry-title'>
  5791. <b:if cond='data:post.link'>
  5792. <a expr:href='data:post.link'>
  5793. <data:post.title/>
  5794. </a>
  5795. <b:else/>
  5796. <b:if cond='data:post.url'>
  5797. <a expr:href='data:post.url'>
  5798. <data:post.title/>
  5799. </a>
  5800. <b:else/>
  5801. <data:post.title/>
  5802. </b:if>
  5803. </b:if>
  5804. </h2>
  5805. </font>
  5806. </b:if>
  5807.  
  5808. <div id='meta-post'>
  5809. <i class='fa fa-user'/> <a class='g-profile' expr:href='data:post.authorProfileUrl' expr:title='data:post.author' rel='author'>
  5810. <span itemprop='name'><data:post.author/></span></a>
  5811. <span class='post-comment-link'>
  5812. <i class='fa fa-commenting-o'/>
  5813. <b:if cond='data:post.allowComments'>
  5814. <a class='comment-bubble' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'>
  5815. <data:post.numComments/>
  5816. </a>
  5817. </b:if>
  5818. </span>
  5819.  
  5820. </div>
  5821.  
  5822. </div>
  5823. <div class='resumo'><data:post.snippet/></div>
  5824. <div style='clear: both;'/>
  5825. </div>
  5826.  
  5827. <b:else/>
  5828. <div class='post-body entry-content' expr:id='&quot;post-body-&quot; + data:post.id' itemprop='articleBody'>
  5829. <meta expr:content='data:post.snippet' name='twitter:description'/>
  5830. <data:post.body/>
  5831. </div>
  5832. </b:if>
  5833. <b:else/>
  5834. <div class='post-body entry-content' expr:id='&quot;post-body-&quot; + data:post.id' itemprop='articleBody'>
  5835. <meta expr:content='data:post.snippet' name='twitter:description'/>
  5836. <data:post.body/>
  5837. </div>
  5838. </b:if>
  5839. </article>
  5840.  
  5841.  
  5842.  
  5843. <b:if cond='data:post.hasJumpLink'>
  5844. <div class='jump-link'>
  5845. <a expr:href='data:post.url + &quot;#more&quot;' expr:title='data:post.title'><data:post.jumpText/></a>
  5846. </div>
  5847. </b:if>
  5848.  
  5849. <div class='post-footer'>
  5850. <b:if cond='data:blog.pageType == &quot;item&quot;'>
  5851. <div class='share-box'>
  5852.  
  5853. <h8 class='share-title'>Share This:</h8>
  5854. <div class='share-art'>
  5855. <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'/><span class='resp_del'> Facebook</span></a>
  5856.  
  5857. <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>
  5858.  
  5859. <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>
  5860.  
  5861. <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>
  5862.  
  5863. <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>
  5864.  
  5865. <whatsapp expr:href='data:post.url' expr:text='data:post.title'/>
  5866. <a class='wat-art' expr:href='&quot;whatsapp://send?text=&quot; + data:post.title + &quot; &gt;&gt; &quot; + data:post.url' rel='nofollow' target='_blank'><i class='fa fa-whatsapp'/><span class='resp_del5'> Whatsapp</span></a>
  5867.  
  5868. </div>
  5869. </div>
  5870.  
  5871. <div style='clear:both'/>
  5872. <div id='related-posts'>
  5873. <b:if cond='data:post.labels'>
  5874. <b:loop values='data:post.labels' var='label'>
  5875. <b:if cond='data:label.isLast == &quot;true&quot;'>
  5876. <data:label.name/>
  5877. </b:if>
  5878. </b:loop>
  5879. </b:if>
  5880. </div>
  5881. </b:if>
  5882. <div class='post-footer-line post-footer-line-1'>
  5883. <span class='post-author vcard'>
  5884. <b:if cond='data:top.showAuthor'>
  5885. <data:top.authorLabel/>
  5886. <b:if cond='data:post.authorProfileUrl'>
  5887. <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
  5888. <meta expr:content='data:post.authorProfileUrl' itemprop='url'/>
  5889. <a class='g-profile' expr:href='data:post.authorProfileUrl' rel='author' title='author profile'>
  5890. <span itemprop='name'><data:post.author/></span>
  5891. </a>
  5892. </span>
  5893. <b:else/>
  5894. <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
  5895. <span itemprop='name'><data:post.author/></span>
  5896. </span>
  5897. </b:if>
  5898. </b:if>
  5899. </span>
  5900.  
  5901. <span class='post-timestamp'>
  5902. <b:if cond='data:top.showTimestamp'>
  5903. <data:top.timestampLabel/>
  5904. <b:if cond='data:post.url'>
  5905. <meta expr:content='data:post.canonicalUrl' itemprop='url'/>
  5906. <a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published' expr:title='data:post.timestampISO8601' itemprop='datePublished'><data:post.timestamp/></abbr></a>
  5907. </b:if>
  5908. </b:if>
  5909. </span>
  5910.  
  5911. <span class='reaction-buttons'>
  5912. <b:if cond='data:top.showReactions'>
  5913. <table border='0' cellpadding='0' cellspacing='0' width='100%'><tr>
  5914. <td class='reactions-label-cell' nowrap='nowrap' valign='top' width='1%'>
  5915. <span class='reactions-label'>
  5916. <data:top.reactionsLabel/></span>&#160;</td>
  5917. <td><iframe allowtransparency='true' class='reactions-iframe' expr:src='data:post.reactionsUrl' frameborder='0' name='reactions' scrolling='no'/></td>
  5918. </tr></table>
  5919. </b:if>
  5920. </span>
  5921.  
  5922. <span class='post-comment-link'>
  5923. <b:include cond='data:blog.pageType not in {&quot;item&quot;,&quot;static_page&quot;} and data:post.allowComments' data='post' name='comment_count_picker'/>
  5924. </span>
  5925.  
  5926. <!-- backlinks -->
  5927. <span class='post-backlinks post-comment-link'>
  5928. <b:if cond='data:blog.pageType not in {&quot;item&quot;,&quot;static_page&quot;} and data:post.showBacklinks'>
  5929. <a class='comment-link' expr:href='data:post.url + &quot;#links&quot;'><data:top.backlinkLabel/></a>
  5930. </b:if>
  5931. </span>
  5932.  
  5933. <span class='post-icons'>
  5934. <!-- email post links -->
  5935. <b:if cond='data:post.emailPostUrl'>
  5936. <span class='item-action'>
  5937. <a expr:href='data:post.emailPostUrl' expr:title='data:top.emailPostMsg'>
  5938. <img alt='' class='icon-action' height='13' src='//img1.blogblog.com/img/icon18_email.gif' width='18'/>
  5939. </a>
  5940. </span>
  5941. </b:if>
  5942.  
  5943. <!-- quickedit pencil -->
  5944. <b:include data='post' name='postQuickEdit'/>
  5945. </span>
  5946.  
  5947. <!-- share buttons -->
  5948. <div class='post-share-buttons goog-inline-block'>
  5949. <b:include cond='data:post.sharePostUrl' data='post' name='shareButtons'/>
  5950. </div>
  5951.  
  5952. </div>
  5953.  
  5954. <div class='post-footer-line post-footer-line-2'>
  5955. <span class='post-labels'>
  5956. <b:if cond='data:post.labels'>
  5957. <data:postLabelsLabel/>
  5958. <b:loop values='data:post.labels' var='label'>
  5959. <a expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if cond='not data:label.isLast'>,</b:if>
  5960. </b:loop>
  5961. </b:if>
  5962. </span>
  5963. </div>
  5964.  
  5965. <div class='post-footer-line post-footer-line-3'>
  5966. <span class='post-location'>
  5967. <b:if cond='data:top.showLocation'>
  5968. <b:if cond='data:post.location'>
  5969. <data:postLocationLabel/>
  5970. <a expr:href='data:post.location.mapsUrl' target='_blank'><data:post.location.name/></a>
  5971. </b:if>
  5972. </b:if>
  5973. </span>
  5974. </div>
  5975. <b:if cond='data:post.authorAboutMe'>
  5976. <div class='author-profile' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
  5977. <b:if cond='data:post.authorPhoto.url'>
  5978. <img expr:src='data:post.authorPhoto.url' itemprop='image' width='50px'/>
  5979. </b:if>
  5980. <div>
  5981. <a class='g-profile' expr:href='data:post.authorProfileUrl' itemprop='url' rel='author' title='author profile'>
  5982. <span itemprop='name'><data:post.author/></span>
  5983. </a>
  5984. </div>
  5985. <span itemprop='description'><data:post.authorAboutMe/></span>
  5986. </div>
  5987. </b:if>
  5988. </div>
  5989. <b:if cond='data:blog.pageType == &quot;item&quot;'>
  5990. &lt;/div&gt;
  5991. </b:if>
  5992. </div>
  5993. </b:includable>
  5994. <b:includable id='postQuickEdit' var='post'>
  5995. <b:if cond='data:post.editUrl'>
  5996. <span expr:class='&quot;item-control &quot; + data:post.adminClass'>
  5997. <a expr:href='data:post.editUrl' expr:title='data:top.editPostMsg'>
  5998. <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
  5999. </a>
  6000. </span>
  6001. </b:if>
  6002. </b:includable>
  6003. <b:includable id='shareButtons' var='post'>
  6004. <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>
  6005. </b:includable>
  6006. <b:includable id='status-message'>
  6007. <b:if cond='data:navMessage'>
  6008. <div class='status-msg-wrap'>
  6009. <div class='status-msg-body'>
  6010. <data:navMessage/>
  6011. </div>
  6012. <div class='status-msg-border'>
  6013. <div class='status-msg-bg'>
  6014. <div class='status-msg-hidden'><data:navMessage/></div>
  6015. </div>
  6016. </div>
  6017. </div>
  6018. <div style='clear: both;'/>
  6019. <b:if cond='data:blog.pageType == &quot;error_page&quot;'>
  6020. <div class='post-404'>
  6021. <div class='actions-404'>
  6022. <div class='ops-404'><span>Oops;</span> Sorry, but the page you were trying to view does not exist.
  6023. </div>
  6024. <div class='title-404'>404</div>
  6025. <div class='link-404'>
  6026. <a href='/'><i class='fa fa-car'/>
  6027. <trans>Back to Home</trans></a>
  6028. </div></div>
  6029. </div>
  6030. <style>
  6031. .post-404 {
  6032. padding-top: 40px;
  6033. padding-bottom: 60px;
  6034. }
  6035. .actions-404 {
  6036. width: 100%;
  6037. float: right;
  6038. text-align: center;
  6039. }
  6040. .ops-404 {
  6041. width: 50%;
  6042. margin: 0 auto;
  6043. font-size: 26px;
  6044. font-weight: 400;
  6045. }
  6046. .ops-404 span {
  6047. font-weight: 700;
  6048. }
  6049. .title-404 {
  6050. font-size: 200px;
  6051. font-weight: 700;
  6052. line-height: 1.1;
  6053. }
  6054. .link-404 {
  6055. font-size: 18px;
  6056. padding-top: 20px;
  6057. padding-bottom: 50px;
  6058. }
  6059. #blog-pager, #sidebar-wrapper,.status-msg-wrap {
  6060. display: none;
  6061. }
  6062. .status-msg-border {
  6063. border: 0 !important;
  6064. }
  6065.  
  6066. .status-msg-bg {
  6067. background-color: #fff;
  6068. }
  6069. #main-wrapper {
  6070. width: 100%;
  6071. max-width: 100%;
  6072. }
  6073. </style>
  6074. </b:if>
  6075. </b:if>
  6076. </b:includable>
  6077. <b:includable id='threaded-comment-form' var='post'>
  6078. <div class='comment-form'>
  6079. <a name='comment-form'/>
  6080. <b:if cond='data:mobile'>
  6081. <p><data:blogCommentMessage/></p>
  6082. <data:blogTeamBlogMessage/>
  6083. <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
  6084. <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' expr:height='data:cmtIframeInitialHeight' frameborder='0' id='comment-editor' name='comment-editor' src='' style='display: none' width='100%'/>
  6085. <b:else/>
  6086. <p><data:blogCommentMessage/></p>
  6087. <data:blogTeamBlogMessage/>
  6088. <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
  6089. <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' expr:height='data:cmtIframeInitialHeight' frameborder='0' id='comment-editor' name='comment-editor' src='' width='100%'/>
  6090. </b:if>
  6091. <data:post.cmtfpIframe/>
  6092. <script type='text/javascript'>
  6093. BLOG_CMT_createIframe(&#39;<data:post.appRpcRelayPath/>&#39;);
  6094. </script>
  6095. </div>
  6096. </b:includable>
  6097. <b:includable id='threaded_comment_js' var='post'>
  6098. <script async='async' expr:src='data:post.commentSrc' type='text/javascript'/>
  6099.  
  6100. <script type='text/javascript'>
  6101. (function() {
  6102. var items = <data:post.commentJso/>;
  6103. var msgs = <data:post.commentMsgs/>;
  6104. var config = <data:post.commentConfig/>;
  6105.  
  6106. // <![CDATA[
  6107. var cursor = null;
  6108. if (items && items.length > 0) {
  6109. cursor = parseInt(items[items.length - 1].timestamp) + 1;
  6110. }
  6111.  
  6112. var bodyFromEntry = function(entry) {
  6113. if (entry.gd$extendedProperty) {
  6114. for (var k in entry.gd$extendedProperty) {
  6115. if (entry.gd$extendedProperty[k].name == 'blogger.contentRemoved') {
  6116. return '<span class="deleted-comment">' + entry.content.$t + '</span>';
  6117. }
  6118. }
  6119. }
  6120. return entry.content.$t;
  6121. }
  6122.  
  6123. var parse = function(data) {
  6124. cursor = null;
  6125. var comments = [];
  6126. if (data && data.feed && data.feed.entry) {
  6127. for (var i = 0, entry; entry = data.feed.entry[i]; i++) {
  6128. var comment = {};
  6129. // comment ID, parsed out of the original id format
  6130. var id = /blog-(\d+).post-(\d+)/.exec(entry.id.$t);
  6131. comment.id = id ? id[2] : null;
  6132. comment.body = bodyFromEntry(entry);
  6133. comment.timestamp = Date.parse(entry.published.$t) + '';
  6134. if (entry.author && entry.author.constructor === Array) {
  6135. var auth = entry.author[0];
  6136. if (auth) {
  6137. comment.author = {
  6138. name: (auth.name ? auth.name.$t : undefined),
  6139. profileUrl: (auth.uri ? auth.uri.$t : undefined),
  6140. avatarUrl: (auth.gd$image ? auth.gd$image.src : undefined)
  6141. };
  6142. }
  6143. }
  6144. if (entry.link) {
  6145. if (entry.link[2]) {
  6146. comment.link = comment.permalink = entry.link[2].href;
  6147. }
  6148. if (entry.link[3]) {
  6149. var pid = /.*comments\/default\/(\d+)\?.*/.exec(entry.link[3].href);
  6150. if (pid && pid[1]) {
  6151. comment.parentId = pid[1];
  6152. }
  6153. }
  6154. }
  6155. comment.deleteclass = 'item-control blog-admin';
  6156. if (entry.gd$extendedProperty) {
  6157. for (var k in entry.gd$extendedProperty) {
  6158. if (entry.gd$extendedProperty[k].name == 'blogger.itemClass') {
  6159. comment.deleteclass += ' ' + entry.gd$extendedProperty[k].value;
  6160. } else if (entry.gd$extendedProperty[k].name == 'blogger.displayTime') {
  6161. comment.displayTime = entry.gd$extendedProperty[k].value;
  6162. }
  6163. }
  6164. }
  6165. comments.push(comment);
  6166. }
  6167. }
  6168. return comments;
  6169. };
  6170.  
  6171. var paginator = function(callback) {
  6172. if (hasMore()) {
  6173. var url = config.feed + '?alt=json&v=2&orderby=published&reverse=false&max-results=50';
  6174. if (cursor) {
  6175. url += '&published-min=' + new Date(cursor).toISOString();
  6176. }
  6177. window.bloggercomments = function(data) {
  6178. var parsed = parse(data);
  6179. cursor = parsed.length < 50 ? null
  6180. : parseInt(parsed[parsed.length - 1].timestamp) + 1
  6181. callback(parsed);
  6182. window.bloggercomments = null;
  6183. }
  6184. url += '&callback=bloggercomments';
  6185. var script = document.createElement('script');
  6186. script.type = 'text/javascript';
  6187. script.src = url;
  6188. document.getElementsByTagName('head')[0].appendChild(script);
  6189. }
  6190. };
  6191. var hasMore = function() {
  6192. return !!cursor;
  6193. };
  6194. var getMeta = function(key, comment) {
  6195. if ('iswriter' == key) {
  6196. var matches = !!comment.author
  6197. && comment.author.name == config.authorName
  6198. && comment.author.profileUrl == config.authorUrl;
  6199. return matches ? 'true' : '';
  6200. } else if ('deletelink' == key) {
  6201. return config.baseUri + '/delete-comment.g?blogID='
  6202. + config.blogId + '&postID=' + comment.id;
  6203. } else if ('deleteclass' == key) {
  6204. return comment.deleteclass;
  6205. }
  6206. return '';
  6207. };
  6208.  
  6209. var replybox = null;
  6210. var replyUrlParts = null;
  6211. var replyParent = undefined;
  6212.  
  6213. var onReply = function(commentId, domId) {
  6214. if (replybox == null) {
  6215. // lazily cache replybox, and adjust to suit this style:
  6216. replybox = document.getElementById('comment-editor');
  6217. if (replybox != null) {
  6218. replybox.height = '250px';
  6219. replybox.style.display = 'block';
  6220. replyUrlParts = replybox.src.split('#');
  6221. }
  6222. }
  6223. if (replybox && (commentId !== replyParent)) {
  6224. replybox.src = '';
  6225. document.getElementById(domId).insertBefore(replybox, null);
  6226. replybox.src = replyUrlParts[0]
  6227. + (commentId ? '&parentID=' + commentId : '')
  6228. + '#' + replyUrlParts[1];
  6229. replyParent = commentId;
  6230. }
  6231. };
  6232.  
  6233. var hash = (window.location.hash || '#').substring(1);
  6234. var startThread, targetComment;
  6235. if (/^comment-form_/.test(hash)) {
  6236. startThread = hash.substring('comment-form_'.length);
  6237. } else if (/^c[0-9]+$/.test(hash)) {
  6238. targetComment = hash.substring(1);
  6239. }
  6240.  
  6241. // Configure commenting API:
  6242. var configJso = {
  6243. 'maxDepth': config.maxThreadDepth
  6244. };
  6245. var provider = {
  6246. 'id': config.postId,
  6247. 'data': items,
  6248. 'loadNext': paginator,
  6249. 'hasMore': hasMore,
  6250. 'getMeta': getMeta,
  6251. 'onReply': onReply,
  6252. 'rendered': true,
  6253. 'initComment': targetComment,
  6254. 'initReplyThread': startThread,
  6255. 'config': configJso,
  6256. 'messages': msgs
  6257. };
  6258.  
  6259. var render = function() {
  6260. if (window.goog && window.goog.comments) {
  6261. var holder = document.getElementById('comment-holder');
  6262. window.goog.comments.render(holder, provider);
  6263. }
  6264. };
  6265.  
  6266. // render now, or queue to render when library loads:
  6267. if (window.goog && window.goog.comments) {
  6268. render();
  6269. } else {
  6270. window.goog = window.goog || {};
  6271. window.goog.comments = window.goog.comments || {};
  6272. window.goog.comments.loadQueue = window.goog.comments.loadQueue || [];
  6273. window.goog.comments.loadQueue.push(render);
  6274. }
  6275. })();
  6276. // ]]>
  6277. </script>
  6278. </b:includable>
  6279. <b:includable id='threaded_comments' var='post'>
  6280. <div class='comments' id='comments'>
  6281. <a name='comments'/>
  6282. <h4><data:post.commentLabelFull/>:</h4>
  6283.  
  6284. <div class='comments-content'>
  6285. <b:include cond='data:post.embedCommentForm' data='post' name='threaded_comment_js'/>
  6286. <div id='comment-holder'>
  6287. <data:post.commentHtml/>
  6288. </div>
  6289. </div>
  6290.  
  6291. <p class='comment-footer'>
  6292. <b:if cond='data:post.allowNewComments'>
  6293. <b:include data='post' name='threaded-comment-form'/>
  6294. <b:else/>
  6295. <data:post.noNewCommentsText/>
  6296. </b:if>
  6297. </p>
  6298.  
  6299. <b:if cond='data:showCmtPopup'>
  6300. <div id='comment-popup'>
  6301. <iframe allowtransparency='true' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'>
  6302. </iframe>
  6303. </div>
  6304. </b:if>
  6305.  
  6306. <div id='backlinks-container'>
  6307. <div expr:id='data:widget.instanceId + &quot;_backlinks-container&quot;'>
  6308. <b:include cond='data:post.showBacklinks' data='post' name='backlinks'/>
  6309. </div>
  6310. </div>
  6311. </div>
  6312. </b:includable>
  6313. </b:widget>
  6314. </b:section>
  6315.  
  6316. </div>
  6317. <div id='sidebar-wrapper'>
  6318. <b:section class='sidebar' id='sidebar' preferred='yes'>
  6319. <b:widget id='PopularPosts1' locked='false' title='Popular' type='PopularPosts' version='1'>
  6320. <b:widget-settings>
  6321. <b:widget-setting name='numItemsToShow'>5</b:widget-setting>
  6322. <b:widget-setting name='showThumbnails'>true</b:widget-setting>
  6323. <b:widget-setting name='showSnippets'>true</b:widget-setting>
  6324. <b:widget-setting name='timeRange'>LAST_YEAR</b:widget-setting>
  6325. </b:widget-settings>
  6326. <b:includable id='main'>
  6327. <b:if cond='data:title != &quot;&quot;'><h2><data:title/></h2></b:if>
  6328. <div class='widget-content popular-posts'>
  6329. <ul>
  6330. <b:loop values='data:posts' var='post'>
  6331. <li>
  6332. <b:if cond='!data:showThumbnails'>
  6333. <b:if cond='!data:showSnippets'>
  6334. <!-- (1) No snippet/thumbnail -->
  6335. <a expr:href='data:post.href'><data:post.title/></a>
  6336. <b:else/>
  6337. <!-- (2) Show only snippets -->
  6338. <div class='item-title'><a expr:href='data:post.href'><data:post.title/></a></div>
  6339. <div class='item-snippet'><data:post.snippet/></div>
  6340. </b:if>
  6341. <b:else/>
  6342. <!-- (3) Show only thumbnails or (4) Snippets and thumbnails. -->
  6343. <div expr:class='data:showSnippets ? &quot;item-content&quot; : &quot;item-thumbnail-only&quot;'>
  6344. <b:if cond='data:post.thumbnail'>
  6345. <div class='item-thumbnail'>
  6346. <a expr:href='data:post.href'>
  6347. <img border='0' expr:alt='data:post.title' expr:height='data:thumbnailSize' expr:src='data:post.thumbnail' expr:width='data:thumbnailSize'/>
  6348. </a>
  6349. </div>
  6350. </b:if>
  6351. <div class='item-title'><a expr:href='data:post.href'><data:post.title/></a></div>
  6352. <b:if cond='data:showSnippets'>
  6353. <div class='item-snippet'><data:post.snippet/></div>
  6354. </b:if>
  6355. </div>
  6356. <div style='clear: both;'/>
  6357. </b:if>
  6358. </li>
  6359. </b:loop>
  6360. </ul>
  6361. <!--b:include name='quickedit'/-->
  6362. </div>
  6363. </b:includable>
  6364. </b:widget>
  6365. <b:widget id='Label1' locked='false' title='Tags' type='Label' version='1'>
  6366. <b:widget-settings>
  6367. <b:widget-setting name='sorting'>ALPHA</b:widget-setting>
  6368. <b:widget-setting name='display'>CLOUD</b:widget-setting>
  6369. <b:widget-setting name='selectedLabelsList'/>
  6370. <b:widget-setting name='showType'>ALL</b:widget-setting>
  6371. <b:widget-setting name='showFreqNumbers'>false</b:widget-setting>
  6372. </b:widget-settings>
  6373. <b:includable id='main'>
  6374. <b:if cond='data:title != &quot;&quot;'>
  6375. <h2><data:title/></h2>
  6376. </b:if>
  6377. <div expr:class='&quot;widget-content &quot; + data:display + &quot;-label-widget-content&quot;'>
  6378. <b:if cond='data:display == &quot;list&quot;'>
  6379. <ul>
  6380. <b:loop values='data:labels' var='label'>
  6381. <li>
  6382. <b:if cond='data:blog.url == data:label.url'>
  6383. <span expr:dir='data:blog.languageDirection'><data:label.name/></span>
  6384. <b:else/>
  6385. <a expr:dir='data:blog.languageDirection' expr:href='data:label.url'><data:label.name/></a>
  6386. </b:if>
  6387. <b:if cond='data:showFreqNumbers'>
  6388. <span dir='ltr'>(<data:label.count/>)</span>
  6389. </b:if>
  6390. </li>
  6391. </b:loop>
  6392. </ul>
  6393. <b:else/>
  6394. <b:loop values='data:labels' var='label'>
  6395. <span expr:class='&quot;label-size label-size-&quot; + data:label.cssSize'>
  6396. <b:if cond='data:blog.url == data:label.url'>
  6397. <span expr:dir='data:blog.languageDirection'><data:label.name/></span>
  6398. <b:else/>
  6399. <a expr:dir='data:blog.languageDirection' expr:href='data:label.url'><data:label.name/></a>
  6400. </b:if>
  6401. <b:if cond='data:showFreqNumbers'>
  6402. <span class='label-count' dir='ltr'>(<data:label.count/>)</span>
  6403. </b:if>
  6404. </span>
  6405. </b:loop>
  6406. </b:if>
  6407. <!--b:include name='quickedit'/-->
  6408. </div>
  6409. </b:includable>
  6410. </b:widget>
  6411. </b:section>
  6412. </div>
  6413. <div style='clear: both;'/>
  6414. </div>
  6415. <!-- end content-wrapper -->
  6416. <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
  6417. <b:if cond='data:blog.pageType!= &quot;item&quot;'>
  6418. <b:if cond='data:blog.pageType != &quot;error_page&quot;'>
  6419. <div class='main-gallery-wrap wow fadeInDown row' style='visibility: visible;'>
  6420. <div class='testimonial-title'>
  6421. <h4><i class='lnr lnr-smile'/>Testimonials</h4>
  6422. </div><div style='clear:both;'/>
  6423. <div class='main-gallery' id='section-5'>
  6424. <div class='gallery-cell'>
  6425. <div class='testimonial'>
  6426.  
  6427. <div class='person-speech'> <q class='testimonial-quote'>&quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mauris ex, gravida ut leo eu, rhoncus porta orci. Fusce vitae rutrum nulla.&quot;</q></div>
  6428. <div class='testimonial-meta'>
  6429. <div class='testimonial-image'> <img class='testimonial-avatar' src='http://1.bp.blogspot.com/-zjRQwZusQuA/WaUu4AM9p_I/AAAAAAAADug/68l5-04iSWoVMAkpi8iQGM430fUYKAzdACK4BGAYYCw/s400/128.jpg'/></div>
  6430. <div class='person-name-title'> <span class='testimonial-author'>Joe Smith</span><span class='testimonial-author-details'>CEO of Cubix</span></div></div>
  6431. </div>
  6432. </div>
  6433. <div class='gallery-cell'>
  6434. <div class='testimonial'>
  6435.  
  6436. <div class='person-speech'> <q class='testimonial-quote'>&quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mauris ex, gravida ut leo eu, rhoncus porta orci. Fusce vitae rutrum nulla.&quot;</q></div>
  6437. <div class='testimonial-meta'>
  6438. <div class='testimonial-image'> <img class='testimonial-avatar' src='http://4.bp.blogspot.com/-B1N0s6e1Y90/WaUvFDHMc7I/AAAAAAAADuo/5L4qayXHNiAWVAgZhTRhJ7S2VSAL-E-3QCK4BGAYYCw/s400/128%2B%25281%2529.jpg'/></div>
  6439. <div class='person-name-title'> <span class='testimonial-author'>Lisa Jones</span><span class='testimonial-author-details'>Freelance Web Developer</span></div>
  6440. </div>
  6441. </div>
  6442. </div>
  6443. <div class='gallery-cell'>
  6444. <div class='testimonial'>
  6445.  
  6446. <div class='person-speech'> <q class='testimonial-quote'>&quot;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis mauris ex, gravida ut leo eu, rhoncus porta orci. Fusce vitae rutrum nulla.&quot;</q></div>
  6447. <div class='testimonial-meta'>
  6448. <div class='testimonial-image'> <img class='testimonial-avatar' src='http://1.bp.blogspot.com/--AljITWu1is/WaUvSgSDbEI/AAAAAAAADuw/5FZ7WobSdtAVINLVQT3qpCSktRNlDA23gCK4BGAYYCw/s400/128.jpg'/></div>
  6449. <div class='person-name-title'> <span class='testimonial-author'>Ryan Waltz</span><span class='testimonial-author-details'>Front-End Developer</span></div>
  6450. </div>
  6451. <div>
  6452. </div>
  6453. </div>
  6454. </div>
  6455. </div>
  6456. </div>
  6457. <div style='clear:both'/>
  6458. <div class='sora-about-box' id='section-6'>
  6459. <div class='about-wrap row'>
  6460. <div class='about-title'>
  6461. <h4><i class='lnr lnr-cart'/>Pricing</h4>
  6462. </div>
  6463. <div style='clear: both;'/>
  6464. <div id='pricing'>
  6465. <div class='price_card alpha wow fadeInLeft' data-wow-delay='0.3s' data-wow-duration='1s' style='visibility: visible; animation-duration: 1s; animation-delay: 0.3s;'>
  6466. <div class='price_card_wrap'>
  6467. <div class='header'>
  6468. <span class='price'>$10</span>
  6469. <span class='name'>Alpha Pack</span>
  6470. </div>
  6471. <ul class='features'>
  6472. <li>Complete documentation</li>
  6473. <li>Working materials in PSD and Sketch format</li>
  6474. </ul>
  6475. <button>Add to cart</button>
  6476. <span class='tip'>* Great for beginners!</span>
  6477. </div>
  6478. </div>
  6479. <div class='price_card bravo wow fadeInLeft' data-wow-delay='0.5s' data-wow-duration='1s' style='visibility: visible; animation-duration: 1s; animation-delay: 0.5s;'>
  6480. <div class='price_card_wrap'>
  6481. <div class='header'>
  6482. <span class='price'>$15</span>
  6483. <span class='name'>Bravo Pack</span>
  6484. </div>
  6485. <ul class='features'>
  6486. <li>Complete documentation</li>
  6487. <li>Working materials in PSD, Sketch and EPS format</li>
  6488. <li>6 months access to the library</li>
  6489. </ul>
  6490. <button>Add to cart</button>
  6491. <span class='tip'>* Most popular!</span>
  6492. </div>
  6493. </div>
  6494. <div class='price_card charlie wow fadeInLeft' data-wow-delay='0.8s' data-wow-duration='1s' style='visibility: visible; animation-duration: 1s; animation-delay: 0.8s;'>
  6495. <div class='price_card_wrap'>
  6496. <div class='header'>
  6497. <span class='price'>$25</span>
  6498. <span class='name'>Charlie Pack</span>
  6499. </div>
  6500. <ul class='features'>
  6501. <li>Complete documentation</li>
  6502. <li>Working materials in PSD, Sketch and EPS format</li>
  6503. <li>1 year access to the library</li>
  6504. <li>2GB cloud storage</li>
  6505. </ul>
  6506. <button>Add to cart</button>
  6507. </div>
  6508. </div>
  6509. </div>
  6510.  
  6511. </div></div>
  6512. <div style='clear: both;'/>
  6513. <div class='map-me-full wow bounceInUp' style='visibility: visible;'>
  6514. <div id='map'/>
  6515. <script>
  6516. function initMap() {
  6517. var uluru = {lat: 51.5074, lng: 0.1278};
  6518. var map = new google.maps.Map(document.getElementById(&#39;map&#39;), {
  6519. zoom: 4,
  6520. center: uluru
  6521. });
  6522. var marker = new google.maps.Marker({
  6523. position: uluru,
  6524. map: map
  6525. });
  6526. }
  6527. </script>
  6528. <script src='https://maps.googleapis.com/maps/api/js?key=AIzaSyBtM96UHgaqhuIOQ0CyINA6rGpYqwonosI&amp;callback=initMap'>
  6529. </script>
  6530. </div>
  6531. <div style='clear: both;'/>
  6532. <div class='insta-wrap' id='section-7'>
  6533. <div class='contact-title'>
  6534. <h4><i class='lnr lnr-phone'/> Get in Touch</h4>
  6535. </div>
  6536. <div style='clear:both'/>
  6537. <div class='contact_list_wrapper'>
  6538. </div>
  6539. <div style='clear:both'/>
  6540. <div class='row' id='sora_blogger_cntct_form'>
  6541. <div class='wrap-me wow fadeInLeft' data-wow-delay='0.2s' style='visibility: visible;'>
  6542. <b:section class='sora-contact-widget' id='Contact Widget' maxwidgets='1' name='Contact Form Widget' showaddelement='no'>
  6543. <b:widget id='ContactForm1' locked='false' title='Contact Form' type='ContactForm' version='1'>
  6544. <b:includable id='main'>
  6545. <div class='contact-form-widget'>
  6546. <div class='form'>
  6547. <form name='contact-form'>
  6548. <p/>
  6549. <span class='name-bg'>Name*</span>
  6550. <br/>
  6551. <input class='contact-form-name' expr:id='data:widget.instanceId + &quot;_contact-form-name&quot;' name='name' size='30' type='text' value=''/>
  6552. <p/>
  6553. <span class='email-bg'>Email*</span>
  6554. <br/>
  6555. <input class='contact-form-email' expr:id='data:widget.instanceId + &quot;_contact-form-email&quot;' name='email' size='30' type='text' value=''/>
  6556. <p/>
  6557. <span class='message-bg'>Message*</span>
  6558. <br/>
  6559. <textarea class='contact-form-email-message' cols='25' expr:id='data:widget.instanceId + &quot;_contact-form-email-message&quot;' name='email-message' rows='5'/>
  6560. <p/>
  6561. <span class='send-bg'>
  6562. <input class='contact-form-button contact-form-button-submit' expr:id='data:widget.instanceId + &quot;_contact-form-submit&quot;' expr:value='data:contactFormSendMsg' type='button'/></span>
  6563. <span class='clear-bg'><input class='contact-form-button contact-form-button-submit clear-button' type='reset' value='Clear'/></span>
  6564. <p/>
  6565. <div style='max-width: 100%; text-align: center; width: 100%;'>
  6566. <div class='contact-form-error-message' id='ContactForm1_contact-form-error-message'>
  6567. </div>
  6568. <div class='contact-form-success-message' id='ContactForm1_contact-form-success-message'>
  6569. </div>
  6570. </div>
  6571. </form>
  6572. </div>
  6573. </div>
  6574. <b:include name='quickedit'/>
  6575. </b:includable>
  6576. </b:widget>
  6577. </b:section>
  6578. <br/>
  6579. </div><div class='map-me wow fadeInRight' data-wow-delay='0s' style='visibility: visible;'>
  6580. <div class='contact-other'>
  6581. <h1 class='con-title'>Feel free To Contact</h1>
  6582. <p class='con-text'>
  6583. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptate dolores, quasi unde quisquam facilis at ullam aperiam similique dicta voluptatibus!
  6584. </p>
  6585. <ul class='con-list'>
  6586.  
  6587. <li><i class='lnr lnr-map'/>Egypt.</li>
  6588. <li><i class='lnr lnr-phone'/>+20 110 161 6313</li>
  6589. <li><i class='lnr lnr-envelope'/>Ghorayr@outlook.com</li>
  6590. <li><i class='lnr lnr-earth'/>AllMyLinks.com/Ghorayr</li>
  6591. </ul>
  6592. </div>
  6593. </div>
  6594. </div>
  6595. </div>
  6596. </b:if></b:if></b:if>
  6597. <div style='clear: both;'/>
  6598. <div class='bot-bar-menu'>
  6599.  
  6600.  
  6601. <div class='bot-menu-wrap row'>
  6602.  
  6603.  
  6604. <div class='jugas_footer_copyright'>
  6605. <a href='http://soratemplates.com/' id='mycontent' rel='dofollow' title='Free Blogger Templates'>SoraTemplates</a> | Owned By <b><a href='http://ar.wikipedia.org/wiki/غرير' rel='dofollow' style='color:#009CA7;' target='_blank'>Badger</a></b>
  6606. </div>
  6607.  
  6608. <b:section class='bottom-bar-social blue' id='Footer social widget' maxwidgets='1' name='Footer Social Widget' showaddelement='no'>
  6609. <b:widget id='LinkList236' locked='true' title='Social Media Icons' type='LinkList' version='1'>
  6610. <b:widget-settings>
  6611. <b:widget-setting name='link-3'>#</b:widget-setting>
  6612. <b:widget-setting name='sorting'>NONE</b:widget-setting>
  6613. <b:widget-setting name='link-4'>#</b:widget-setting>
  6614. <b:widget-setting name='text-1'>twitter</b:widget-setting>
  6615. <b:widget-setting name='link-1'>#</b:widget-setting>
  6616. <b:widget-setting name='text-0'>facebook</b:widget-setting>
  6617. <b:widget-setting name='link-2'>#</b:widget-setting>
  6618. <b:widget-setting name='text-3'>bloglovin</b:widget-setting>
  6619. <b:widget-setting name='link-0'>#</b:widget-setting>
  6620. <b:widget-setting name='text-2'>gplus</b:widget-setting>
  6621. <b:widget-setting name='text-4'>instagram</b:widget-setting>
  6622. </b:widget-settings>
  6623. <b:includable id='main'>
  6624. <div class='widget-content'>
  6625. <ul id='social'>
  6626. <b:loop values='data:links' var='link'>
  6627. <li><a expr:class='data:link.name' expr:href='data:link.target' expr:title='data:link.name'/></li>
  6628. </b:loop>
  6629. </ul>
  6630. </div>
  6631. </b:includable>
  6632. </b:widget>
  6633. </b:section>
  6634. </div>
  6635. </div>
  6636.  
  6637.  
  6638.  
  6639.  
  6640.  
  6641. &lt;/div&gt;
  6642. <script>
  6643. /*<![CDATA[*/
  6644. /*! WOW wow.js - v1.3.0 - 2016-10-04
  6645. * https://wowjs.uk
  6646. * Copyright (c) 2016 Thomas Grainger; Licensed MIT */!function(a,b){if("function"==typeof define&&define.amd)define(["module","exports"],b);else if("undefined"!=typeof exports)b(module,exports);else{var c={exports:{}};b(c,c.exports),a.WOW=c.exports}}(this,function(a,b){"use strict";function c(a,b){if(!(a instanceof b))throw new TypeError("Cannot call a class as a function")}function d(a,b){return b.indexOf(a)>=0}function e(a,b){for(var c in b)if(null==a[c]){var d=b[c];a[c]=d}return a}function f(a){return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(a)}function g(a){var b=arguments.length<=1||void 0===arguments[1]?!1:arguments[1],c=arguments.length<=2||void 0===arguments[2]?!1:arguments[2],d=arguments.length<=3||void 0===arguments[3]?null:arguments[3],e=void 0;return null!=document.createEvent?(e=document.createEvent("CustomEvent"),e.initCustomEvent(a,b,c,d)):null!=document.createEventObject?(e=document.createEventObject(),e.eventType=a):e.eventName=a,e}function h(a,b){null!=a.dispatchEvent?a.dispatchEvent(b):b in(null!=a)?a[b]():"on"+b in(null!=a)&&a["on"+b]()}function i(a,b,c){null!=a.addEventListener?a.addEventListener(b,c,!1):null!=a.attachEvent?a.attachEvent("on"+b,c):a[b]=c}function j(a,b,c){null!=a.removeEventListener?a.removeEventListener(b,c,!1):null!=a.detachEvent?a.detachEvent("on"+b,c):delete a[b]}function k(){return"innerHeight"in window?window.innerHeight:document.documentElement.clientHeight}Object.defineProperty(b,"__esModule",{value:!0});var l,m,n=function(){function a(a,b){for(var c=0;c<b.length;c++){var d=b[c];d.enumerable=d.enumerable||!1,d.configurable=!0,"value"in d&&(d.writable=!0),Object.defineProperty(a,d.key,d)}}return function(b,c,d){return c&&a(b.prototype,c),d&&a(b,d),b}}(),o=window.WeakMap||window.MozWeakMap||function(){function a(){c(this,a),this.keys=[],this.values=[]}return n(a,[{key:"get",value:function(a){for(var b=0;b<this.keys.length;b++){var c=this.keys[b];if(c===a)return this.values[b]}}},{key:"set",value:function(a,b){for(var c=0;c<this.keys.length;c++){var d=this.keys[c];if(d===a)return this.values[c]=b,this}return this.keys.push(a),this.values.push(b),this}}]),a}(),p=window.MutationObserver||window.WebkitMutationObserver||window.MozMutationObserver||(m=l=function(){function a(){c(this,a),"undefined"!=typeof console&&null!==console&&(console.warn("MutationObserver is not supported by your browser."),console.warn("WOW.js cannot detect dom mutations, please call .sync() after loading new content."))}return n(a,[{key:"observe",value:function(){}}]),a}(),l.notSupported=!0,m),q=window.getComputedStyle||function(a){var b=/(\-([a-z]){1})/g;return{getPropertyValue:function(c){"float"===c&&(c="styleFloat"),b.test(c)&&c.replace(b,function(a,b){return b.toUpperCase()});var d=a.currentStyle;return(null!=d?d[c]:void 0)||null}}},r=function(){function a(){var b=arguments.length<=0||void 0===arguments[0]?{}:arguments[0];c(this,a),this.defaults={boxClass:"wow",animateClass:"animated",offset:0,mobile:!0,live:!0,callback:null,scrollContainer:null,resetAnimation:!0},this.animate=function(){return"requestAnimationFrame"in window?function(a){return window.requestAnimationFrame(a)}:function(a){return a()}}(),this.vendors=["moz","webkit"],this.start=this.start.bind(this),this.resetAnimation=this.resetAnimation.bind(this),this.scrollHandler=this.scrollHandler.bind(this),this.scrollCallback=this.scrollCallback.bind(this),this.scrolled=!0,this.config=e(b,this.defaults),null!=b.scrollContainer&&(this.config.scrollContainer=document.querySelector(b.scrollContainer)),this.animationNameCache=new o,this.wowEvent=g(this.config.boxClass)}return n(a,[{key:"init",value:function(){this.element=window.document.documentElement,d(document.readyState,["interactive","complete"])?this.start():i(document,"DOMContentLoaded",this.start),this.finished=[]}},{key:"start",value:function(){var a=this;if(this.stopped=!1,this.boxes=[].slice.call(this.element.querySelectorAll("."+this.config.boxClass)),this.all=this.boxes.slice(0),this.boxes.length)if(this.disabled())this.resetStyle();else for(var b=0;b<this.boxes.length;b++){var c=this.boxes[b];this.applyStyle(c,!0)}if(this.disabled()||(i(this.config.scrollContainer||window,"scroll",this.scrollHandler),i(window,"resize",this.scrollHandler),this.interval=setInterval(this.scrollCallback,50)),this.config.live){var d=new p(function(b){for(var c=0;c<b.length;c++)for(var d=b[c],e=0;e<d.addedNodes.length;e++){var f=d.addedNodes[e];a.doSync(f)}});d.observe(document.body,{childList:!0,subtree:!0})}}},{key:"stop",value:function(){this.stopped=!0,j(this.config.scrollContainer||window,"scroll",this.scrollHandler),j(window,"resize",this.scrollHandler),null!=this.interval&&clearInterval(this.interval)}},{key:"sync",value:function(){p.notSupported&&this.doSync(this.element)}},{key:"doSync",value:function(a){if("undefined"!=typeof a&&null!==a||(a=this.element),1===a.nodeType){a=a.parentNode||a;for(var b=a.querySelectorAll("."+this.config.boxClass),c=0;c<b.length;c++){var e=b[c];d(e,this.all)||(this.boxes.push(e),this.all.push(e),this.stopped||this.disabled()?this.resetStyle():this.applyStyle(e,!0),this.scrolled=!0)}}}},{key:"show",value:function(a){return this.applyStyle(a),a.className=a.className+" "+this.config.animateClass,null!=this.config.callback&&this.config.callback(a),h(a,this.wowEvent),this.config.resetAnimation&&(i(a,"animationend",this.resetAnimation),i(a,"oanimationend",this.resetAnimation),i(a,"webkitAnimationEnd",this.resetAnimation),i(a,"MSAnimationEnd",this.resetAnimation)),a}},{key:"applyStyle",value:function(a,b){var c=this,d=a.getAttribute("data-wow-duration"),e=a.getAttribute("data-wow-delay"),f=a.getAttribute("data-wow-iteration");return this.animate(function(){return c.customStyle(a,b,d,e,f)})}},{key:"resetStyle",value:function(){for(var a=0;a<this.boxes.length;a++){var b=this.boxes[a];b.style.visibility="visible"}}},{key:"resetAnimation",value:function(a){if(a.type.toLowerCase().indexOf("animationend")>=0){var b=a.target||a.srcElement;b.className=b.className.replace(this.config.animateClass,"").trim()}}},{key:"customStyle",value:function(a,b,c,d,e){return b&&this.cacheAnimationName(a),a.style.visibility=b?"hidden":"visible",c&&this.vendorSet(a.style,{animationDuration:c}),d&&this.vendorSet(a.style,{animationDelay:d}),e&&this.vendorSet(a.style,{animationIterationCount:e}),this.vendorSet(a.style,{animationName:b?"none":this.cachedAnimationName(a)}),a}},{key:"vendorSet",value:function(a,b){for(var c in b)if(b.hasOwnProperty(c)){var d=b[c];a[""+c]=d;for(var e=0;e<this.vendors.length;e++){var f=this.vendors[e];a[""+f+c.charAt(0).toUpperCase()+c.substr(1)]=d}}}},{key:"vendorCSS",value:function(a,b){for(var c=q(a),d=c.getPropertyCSSValue(b),e=0;e<this.vendors.length;e++){var f=this.vendors[e];d=d||c.getPropertyCSSValue("-"+f+"-"+b)}return d}},{key:"animationName",value:function(a){var b=void 0;try{b=this.vendorCSS(a,"animation-name").cssText}catch(c){b=q(a).getPropertyValue("animation-name")}return"none"===b?"":b}},{key:"cacheAnimationName",value:function(a){return this.animationNameCache.set(a,this.animationName(a))}},{key:"cachedAnimationName",value:function(a){return this.animationNameCache.get(a)}},{key:"scrollHandler",value:function(){this.scrolled=!0}},{key:"scrollCallback",value:function(){if(this.scrolled){this.scrolled=!1;for(var a=[],b=0;b<this.boxes.length;b++){var c=this.boxes[b];if(c){if(this.isVisible(c)){this.show(c);continue}a.push(c)}}this.boxes=a,this.boxes.length||this.config.live||this.stop()}}},{key:"offsetTop",value:function(a){for(;void 0===a.offsetTop;)a=a.parentNode;for(var b=a.offsetTop;a.offsetParent;)a=a.offsetParent,b+=a.offsetTop;return b}},{key:"isVisible",value:function(a){var b=a.getAttribute("data-wow-offset")||this.config.offset,c=this.config.scrollContainer&&this.config.scrollContainer.scrollTop||window.pageYOffset,d=c+Math.min(this.element.clientHeight,k())-b,e=this.offsetTop(a),f=e+a.clientHeight;return d>=e&&f>=c}},{key:"disabled",value:function(){return!this.config.mobile&&f(navigator.userAgent)}}]),a}();b["default"]=r,a.exports=b["default"]});
  6647.  
  6648. new WOW().init();
  6649.  
  6650.  
  6651. // this has nothing to do with the animation, just forces the window to be a size that allows a scroll
  6652. var containerHeight = $(window).height() / 2;
  6653.  
  6654. $('.spacer').css("height", containerHeight);
  6655.  
  6656. // Find the height of the previous section, half it so when you have scrolled more than half past the section, it triggers the animation
  6657. var x = $('.skills').prev().height() / 4;
  6658.  
  6659. $(window).scroll(function() {
  6660. // checks to see if you have scrolled far enough down to activate the animation
  6661. if ($(window).scrollTop() >= x) {
  6662. //find each element with the class .skill-percent
  6663. $('.skill-percent').each(function() {
  6664. // animate
  6665. $(this).animate({
  6666. //finds the width from the data-percent attribute
  6667. width: $(this).data('percent') + '%'
  6668. }, 1000);
  6669. });
  6670. }
  6671. });
  6672.  
  6673. /*]]>*/
  6674. </script>
  6675.  
  6676. <script type='text/javascript'>
  6677. //<![CDATA[
  6678.  
  6679. /*!
  6680. SlickNav Responsive Mobile Menu
  6681. (c) 2014 Josh Cope
  6682. licensed under MIT
  6683. */
  6684. ;(function(e,t,n){function o(t,n){this.element=t;this.settings=e.extend({},r,n);this._defaults=r;this._name=i;this.init()}var r={label:"MENU",duplicate:true,duration:200,easingOpen:"swing",easingClose:"swing",closedSymbol:"&#9658;",openedSymbol:"&#9660;",prependTo:"body",parentTag:"a",closeOnClick:false,allowParentLinks:false,nestedParentLinks:true,showChildren:false,init:function(){},open:function(){},close:function(){}},i="slicknav",s="slicknav";o.prototype.init=function(){var n=this;var r=e(this.element);var i=this.settings;if(i.duplicate){n.mobileNav=r.clone();n.mobileNav.removeAttr("id");n.mobileNav.find("*").each(function(t,n){e(n).removeAttr("id")})}else n.mobileNav=r;var o=s+"_icon";if(i.label===""){o+=" "+s+"_no-text"}if(i.parentTag=="a"){i.parentTag='a href="#"'}n.mobileNav.attr("class",s+"_nav");var u=e('<div class="'+s+'_menu"></div>');n.btn=e("<"+i.parentTag+' aria-haspopup="true" tabindex="0" class="'+s+"_btn "+s+'_collapsed"><span class="'+s+'_menutxt">'+i.label+'</span><span class="'+o+'"><span class="'+s+'_icon-bar"></span><span class="'+s+'_icon-bar"></span><span class="'+s+'_icon-bar"></span></span></a>');e(u).append(n.btn);e(i.prependTo).prepend(u);u.append(n.mobileNav);var a=n.mobileNav.find("li");e(a).each(function(){var t=e(this);var r={};r.children=t.children("ul").attr("role","menu");t.data("menu",r);if(r.children.length>0){var o=t.contents();var u=false;var a=[];e(o).each(function(){if(!e(this).is("ul")){a.push(this)}else{return false}if(e(this).is("a")){u=true}});var f=e("<"+i.parentTag+' role="menuitem" aria-haspopup="true" tabindex="-1" class="'+s+'_item"/>');if(!i.allowParentLinks||i.nestedParentLinks||!u){var l=e(a).wrapAll(f).parent();l.addClass(s+"_row")}else e(a).wrapAll('<span class="'+s+"_parent-link "+s+'_row"/>').parent();t.addClass(s+"_collapsed");t.addClass(s+"_parent");var c=e('<span class="'+s+'_arrow">'+i.closedSymbol+"</span>");if(i.allowParentLinks&&!i.nestedParentLinks&&u)c=c.wrap(f).parent();e(a).last().after(c)}else if(t.children().length===0){t.addClass(s+"_txtnode")}t.children("a").attr("role","menuitem").click(function(t){if(i.closeOnClick&&!e(t.target).parent().closest("li").hasClass(s+"_parent"))e(n.btn).click()});if(i.closeOnClick&&i.allowParentLinks){t.children("a").children("a").click(function(t){e(n.btn).click()});t.find("."+s+"_parent-link a:not(."+s+"_item)").click(function(t){e(n.btn).click()})}});e(a).each(function(){var t=e(this).data("menu");if(!i.showChildren){n._visibilityToggle(t.children,null,false,null,true)}});n._visibilityToggle(n.mobileNav,null,false,"init",true);n.mobileNav.attr("role","menu");e(t).mousedown(function(){n._outlines(false)});e(t).keyup(function(){n._outlines(true)});e(n.btn).click(function(e){e.preventDefault();n._menuToggle()});n.mobileNav.on("click","."+s+"_item",function(t){t.preventDefault();n._itemClick(e(this))});e(n.btn).keydown(function(e){var t=e||event;if(t.keyCode==13){e.preventDefault();n._menuToggle()}});n.mobileNav.on("keydown","."+s+"_item",function(t){var r=t||event;if(r.keyCode==13){t.preventDefault();n._itemClick(e(t.target))}});if(i.allowParentLinks&&i.nestedParentLinks){e("."+s+"_item a").click(function(e){e.stopImmediatePropagation()})}};o.prototype._menuToggle=function(e){var t=this;var n=t.btn;var r=t.mobileNav;if(n.hasClass(s+"_collapsed")){n.removeClass(s+"_collapsed");n.addClass(s+"_open")}else{n.removeClass(s+"_open");n.addClass(s+"_collapsed")}n.addClass(s+"_animating");t._visibilityToggle(r,n.parent(),true,n)};o.prototype._itemClick=function(e){var t=this;var n=t.settings;var r=e.data("menu");if(!r){r={};r.arrow=e.children("."+s+"_arrow");r.ul=e.next("ul");r.parent=e.parent();if(r.parent.hasClass(s+"_parent-link")){r.parent=e.parent().parent();r.ul=e.parent().next("ul")}e.data("menu",r)}if(r.parent.hasClass(s+"_collapsed")){r.arrow.html(n.openedSymbol);r.parent.removeClass(s+"_collapsed");r.parent.addClass(s+"_open");r.parent.addClass(s+"_animating");t._visibilityToggle(r.ul,r.parent,true,e)}else{r.arrow.html(n.closedSymbol);r.parent.addClass(s+"_collapsed");r.parent.removeClass(s+"_open");r.parent.addClass(s+"_animating");t._visibilityToggle(r.ul,r.parent,true,e)}};o.prototype._visibilityToggle=function(t,n,r,i,o){var u=this;var a=u.settings;var f=u._getActionItems(t);var l=0;if(r)l=a.duration;if(t.hasClass(s+"_hidden")){t.removeClass(s+"_hidden");t.slideDown(l,a.easingOpen,function(){e(i).removeClass(s+"_animating");e(n).removeClass(s+"_animating");if(!o){a.open(i)}});t.attr("aria-hidden","false");f.attr("tabindex","0");u._setVisAttr(t,false)}else{t.addClass(s+"_hidden");t.slideUp(l,this.settings.easingClose,function(){t.attr("aria-hidden","true");f.attr("tabindex","-1");u._setVisAttr(t,true);t.hide();e(i).removeClass(s+"_animating");e(n).removeClass(s+"_animating");if(!o)a.close(i);else if(i=="init")a.init()})}};o.prototype._setVisAttr=function(t,n){var r=this;var i=t.children("li").children("ul").not("."+s+"_hidden");if(!n){i.each(function(){var t=e(this);t.attr("aria-hidden","false");var i=r._getActionItems(t);i.attr("tabindex","0");r._setVisAttr(t,n)})}else{i.each(function(){var t=e(this);t.attr("aria-hidden","true");var i=r._getActionItems(t);i.attr("tabindex","-1");r._setVisAttr(t,n)})}};o.prototype._getActionItems=function(e){var t=e.data("menu");if(!t){t={};var n=e.children("li");var r=n.find("a");t.links=r.add(n.find("."+s+"_item"));e.data("menu",t)}return t.links};o.prototype._outlines=function(t){if(!t){e("."+s+"_item, ."+s+"_btn").css("outline","none")}else{e("."+s+"_item, ."+s+"_btn").css("outline","")}};o.prototype.toggle=function(){var e=this;e._menuToggle()};o.prototype.open=function(){var e=this;if(e.btn.hasClass(s+"_collapsed")){e._menuToggle()}};o.prototype.close=function(){var e=this;if(e.btn.hasClass(s+"_open")){e._menuToggle()}};e.fn[i]=function(t){var n=arguments;if(t===undefined||typeof t==="object"){return this.each(function(){if(!e.data(this,"plugin_"+i)){e.data(this,"plugin_"+i,new o(this,t))}})}else if(typeof t==="string"&&t[0]!=="_"&&t!=="init"){var r;this.each(function(){var s=e.data(this,"plugin_"+i);if(s instanceof o&&typeof s[t]==="function"){r=s[t].apply(s,Array.prototype.slice.call(n,1))}});return r!==undefined?r:this}}})(jQuery,document,window)
  6685.  
  6686. !function($){"use strict";var Typed=function(el,options){this.el=$(el);this.options=$.extend({},$.fn.typed.defaults,options);this.isInput=this.el.is("input");this.attr=this.options.attr;this.showCursor=this.isInput?false:this.options.showCursor;this.elContent=this.attr?this.el.attr(this.attr):this.el.text();this.contentType=this.options.contentType;this.typeSpeed=this.options.typeSpeed;this.startDelay=this.options.startDelay;this.backSpeed=this.options.backSpeed;this.backDelay=this.options.backDelay;this.stringsElement=this.options.stringsElement;this.strings=this.options.strings;this.strPos=0;this.arrayPos=0;this.stopNum=0;this.loop=this.options.loop;this.loopCount=this.options.loopCount;this.curLoop=0;this.stop=false;this.cursorChar=this.options.cursorChar;this.shuffle=this.options.shuffle;this.sequence=[];this.build()};Typed.prototype={constructor:Typed,init:function(){var self=this;self.timeout=setTimeout(function(){for(var i=0;i<self.strings.length;++i)self.sequence[i]=i;if(self.shuffle)self.sequence=self.shuffleArray(self.sequence);self.typewrite(self.strings[self.sequence[self.arrayPos]],self.strPos)},self.startDelay)},build:function(){var self=this;if(this.showCursor===true){this.cursor=$('<span class="typed-cursor">'+this.cursorChar+"</span>");this.el.after(this.cursor)}if(this.stringsElement){this.strings=[];this.stringsElement.hide();console.log(this.stringsElement.children());var strings=this.stringsElement.children();$.each(strings,function(key,value){self.strings.push($(value).html())})}this.init()},typewrite:function(curString,curStrPos){if(this.stop===true){return}var humanize=Math.round(Math.random()*(100-30))+this.typeSpeed;var self=this;self.timeout=setTimeout(function(){var charPause=0;var substr=curString.substr(curStrPos);if(substr.charAt(0)==="^"){var skip=1;if(/^\^\d+/.test(substr)){substr=/\d+/.exec(substr)[0];skip+=substr.length;charPause=parseInt(substr)}curString=curString.substring(0,curStrPos)+curString.substring(curStrPos+skip)}if(self.contentType==="html"){var curChar=curString.substr(curStrPos).charAt(0);if(curChar==="<"||curChar==="&"){var tag="";var endTag="";if(curChar==="<"){endTag=">"}else{endTag=";"}while(curString.substr(curStrPos+1).charAt(0)!==endTag){tag+=curString.substr(curStrPos).charAt(0);curStrPos++;if(curStrPos+1>curString.length){break}}curStrPos++;tag+=endTag}}self.timeout=setTimeout(function(){if(curStrPos===curString.length){self.options.onStringTyped(self.arrayPos);if(self.arrayPos===self.strings.length-1){self.options.callback();self.curLoop++;if(self.loop===false||self.curLoop===self.loopCount)return}self.timeout=setTimeout(function(){self.backspace(curString,curStrPos)},self.backDelay)}else{if(curStrPos===0){self.options.preStringTyped(self.arrayPos)}var nextString=curString.substr(0,curStrPos+1);if(self.attr){self.el.attr(self.attr,nextString)}else{if(self.isInput){self.el.val(nextString)}else if(self.contentType==="html"){self.el.html(nextString)}else{self.el.text(nextString)}}curStrPos++;self.typewrite(curString,curStrPos)}},charPause)},humanize)},backspace:function(curString,curStrPos){if(this.stop===true){return}var humanize=Math.round(Math.random()*(100-30))+this.backSpeed;var self=this;self.timeout=setTimeout(function(){if(self.contentType==="html"){if(curString.substr(curStrPos).charAt(0)===">"){var tag="";while(curString.substr(curStrPos-1).charAt(0)!=="<"){tag-=curString.substr(curStrPos).charAt(0);curStrPos--;if(curStrPos<0){break}}curStrPos--;tag+="<"}}var nextString=curString.substr(0,curStrPos);if(self.attr){self.el.attr(self.attr,nextString)}else{if(self.isInput){self.el.val(nextString)}else if(self.contentType==="html"){self.el.html(nextString)}else{self.el.text(nextString)}}if(curStrPos>self.stopNum){curStrPos--;self.backspace(curString,curStrPos)}else if(curStrPos<=self.stopNum){self.arrayPos++;if(self.arrayPos===self.strings.length){self.arrayPos=0;if(self.shuffle)self.sequence=self.shuffleArray(self.sequence);self.init()}else self.typewrite(self.strings[self.sequence[self.arrayPos]],curStrPos)}},humanize)},shuffleArray:function(array){var tmp,current,top=array.length;if(top)while(--top){current=Math.floor(Math.random()*(top+1));tmp=array[current];array[current]=array[top];array[top]=tmp}return array},reset:function(){var self=this;clearInterval(self.timeout);var id=this.el.attr("id");this.el.empty();if(typeof this.cursor!=="undefined"){this.cursor.remove()}this.strPos=0;this.arrayPos=0;this.curLoop=0;this.options.resetCallback()}};$.fn.typed=function(option){return this.each(function(){var $this=$(this),data=$this.data("typed"),options=typeof option=="object"&&option;if(data){data.reset()}$this.data("typed",data=new Typed(this,options));if(typeof option=="string")data[option]()})};$.fn.typed.defaults={strings:["These are the default values...","You know what you should do?","Use your own!","Have a great day!"],stringsElement:null,typeSpeed:0,startDelay:0,backSpeed:0,shuffle:false,backDelay:500,loop:false,loopCount:false,showCursor:true,cursorChar:"|",attr:null,contentType:"html",callback:function(){},preStringTyped:function(){},onStringTyped:function(){},resetCallback:function(){}}}(window.jQuery);
  6687.  
  6688. /*
  6689. * jquery-match-height 0.7.0 by @liabru
  6690. * http://brm.io/jquery-match-height/
  6691. * License MIT
  6692. */
  6693. !function(t){"use strict";"function"==typeof define&&define.amd?define(["jquery"],t):"undefined"!=typeof module&&module.exports?module.exports=t(require("jquery")):t(jQuery)}(function(t){var e=-1,o=-1,i=function(t){return parseFloat(t)||0},a=function(e){var o=1,a=t(e),n=null,r=[];return a.each(function(){var e=t(this),a=e.offset().top-i(e.css("margin-top")),s=r.length>0?r[r.length-1]:null;null===s?r.push(e):Math.floor(Math.abs(n-a))<=o?r[r.length-1]=s.add(e):r.push(e),n=a}),r},n=function(e){var o={
  6694. byRow:!0,property:"height",target:null,remove:!1};return"object"==typeof e?t.extend(o,e):("boolean"==typeof e?o.byRow=e:"remove"===e&&(o.remove=!0),o)},r=t.fn.matchHeight=function(e){var o=n(e);if(o.remove){var i=this;return this.css(o.property,""),t.each(r._groups,function(t,e){e.elements=e.elements.not(i)}),this}return this.length<=1&&!o.target?this:(r._groups.push({elements:this,options:o}),r._apply(this,o),this)};r.version="0.7.0",r._groups=[],r._throttle=80,r._maintainScroll=!1,r._beforeUpdate=null,
  6695. r._afterUpdate=null,r._rows=a,r._parse=i,r._parseOptions=n,r._apply=function(e,o){var s=n(o),h=t(e),l=[h],c=t(window).scrollTop(),p=t("html").outerHeight(!0),d=h.parents().filter(":hidden");return d.each(function(){var e=t(this);e.data("style-cache",e.attr("style"))}),d.css("display","block"),s.byRow&&!s.target&&(h.each(function(){var e=t(this),o=e.css("display");"inline-block"!==o&&"flex"!==o&&"inline-flex"!==o&&(o="block"),e.data("style-cache",e.attr("style")),e.css({display:o,"padding-top":"0",
  6696. "padding-bottom":"0","margin-top":"0","margin-bottom":"0","border-top-width":"0","border-bottom-width":"0",height:"100px",overflow:"hidden"})}),l=a(h),h.each(function(){var e=t(this);e.attr("style",e.data("style-cache")||"")})),t.each(l,function(e,o){var a=t(o),n=0;if(s.target)n=s.target.outerHeight(!1);else{if(s.byRow&&a.length<=1)return void a.css(s.property,"");a.each(function(){var e=t(this),o=e.attr("style"),i=e.css("display");"inline-block"!==i&&"flex"!==i&&"inline-flex"!==i&&(i="block");var a={
  6697. display:i};a[s.property]="",e.css(a),e.outerHeight(!1)>n&&(n=e.outerHeight(!1)),o?e.attr("style",o):e.css("display","")})}a.each(function(){var e=t(this),o=0;s.target&&e.is(s.target)||("border-box"!==e.css("box-sizing")&&(o+=i(e.css("border-top-width"))+i(e.css("border-bottom-width")),o+=i(e.css("padding-top"))+i(e.css("padding-bottom"))),e.css(s.property,n-o+"px"))})}),d.each(function(){var e=t(this);e.attr("style",e.data("style-cache")||null)}),r._maintainScroll&&t(window).scrollTop(c/p*t("html").outerHeight(!0)),
  6698. this},r._applyDataApi=function(){var e={};t("[data-match-height], [data-mh]").each(function(){var o=t(this),i=o.attr("data-mh")||o.attr("data-match-height");i in e?e[i]=e[i].add(o):e[i]=o}),t.each(e,function(){this.matchHeight(!0)})};var s=function(e){r._beforeUpdate&&r._beforeUpdate(e,r._groups),t.each(r._groups,function(){r._apply(this.elements,this.options)}),r._afterUpdate&&r._afterUpdate(e,r._groups)};r._update=function(i,a){if(a&&"resize"===a.type){var n=t(window).width();if(n===e)return;e=n;
  6699. }i?-1===o&&(o=setTimeout(function(){s(a),o=-1},r._throttle)):s(a)},t(r._applyDataApi),t(window).bind("load",function(t){r._update(!1,t)}),t(window).bind("resize orientationchange",function(t){r._update(!0,t)})});
  6700.  
  6701. /*!
  6702. * Flickity PACKAGED v1.0.0
  6703. * Touch, responsive, flickable galleries
  6704. *
  6705. * Licensed GPLv3 for open source use
  6706. * or Flickity Commercial License for commercial use
  6707. *
  6708. * http://flickity.metafizzy.co
  6709. * Copyright 2015 Metafizzy
  6710. */
  6711.  
  6712. !function(t){function e(){}function i(t){function i(e){e.prototype.option||(e.prototype.option=function(e){t.isPlainObject(e)&&(this.options=t.extend(!0,this.options,e))})}function o(e,i){t.fn[e]=function(o){if("string"==typeof o){for(var s=n.call(arguments,1),a=0,l=this.length;l>a;a++){var h=this[a],c=t.data(h,e);if(c)if(t.isFunction(c[o])&&"_"!==o.charAt(0)){var d=c[o].apply(c,s);if(void 0!==d)return d}else r("no such method '"+o+"' for "+e+" instance");else r("cannot call methods on "+e+" prior to initialization; attempted to call '"+o+"'")}return this}return this.each(function(){var n=t.data(this,e);n?(n.option(o),n._init()):(n=new i(this,o),t.data(this,e,n))})}}if(t){var r="undefined"==typeof console?e:function(t){console.error(t)};return t.bridget=function(t,e){i(e),o(t,e)},t.bridget}}var n=Array.prototype.slice;"function"==typeof define&&define.amd?define("jquery-bridget/jquery.bridget",["jquery"],i):i("object"==typeof exports?require("jquery"):t.jQuery)}(window),function(t){function e(t){return new RegExp("(^|\\s+)"+t+"(\\s+|$)")}function i(t,e){var i=n(t,e)?r:o;i(t,e)}var n,o,r;"classList"in document.documentElement?(n=function(t,e){return t.classList.contains(e)},o=function(t,e){t.classList.add(e)},r=function(t,e){t.classList.remove(e)}):(n=function(t,i){return e(i).test(t.className)},o=function(t,e){n(t,e)||(t.className=t.className+" "+e)},r=function(t,i){t.className=t.className.replace(e(i)," ")});var s={hasClass:n,addClass:o,removeClass:r,toggleClass:i,has:n,add:o,remove:r,toggle:i};"function"==typeof define&&define.amd?define("classie/classie",s):"object"==typeof exports?module.exports=s:t.classie=s}(window),function(){function t(){}function e(t,e){for(var i=t.length;i--;)if(t[i].listener===e)return i;return-1}function i(t){return function(){return this[t].apply(this,arguments)}}var n=t.prototype,o=this,r=o.EventEmitter;n.getListeners=function(t){var e,i,n=this._getEvents();if(t instanceof RegExp){e={};for(i in n)n.hasOwnProperty(i)&&t.test(i)&&(e[i]=n[i])}else e=n[t]||(n[t]=[]);return e},n.flattenListeners=function(t){var e,i=[];for(e=0;e<t.length;e+=1)i.push(t[e].listener);return i},n.getListenersAsObject=function(t){var e,i=this.getListeners(t);return i instanceof Array&&(e={},e[t]=i),e||i},n.addListener=function(t,i){var n,o=this.getListenersAsObject(t),r="object"==typeof i;for(n in o)o.hasOwnProperty(n)&&-1===e(o[n],i)&&o[n].push(r?i:{listener:i,once:!1});return this},n.on=i("addListener"),n.addOnceListener=function(t,e){return this.addListener(t,{listener:e,once:!0})},n.once=i("addOnceListener"),n.defineEvent=function(t){return this.getListeners(t),this},n.defineEvents=function(t){for(var e=0;e<t.length;e+=1)this.defineEvent(t[e]);return this},n.removeListener=function(t,i){var n,o,r=this.getListenersAsObject(t);for(o in r)r.hasOwnProperty(o)&&(n=e(r[o],i),-1!==n&&r[o].splice(n,1));return this},n.off=i("removeListener"),n.addListeners=function(t,e){return this.manipulateListeners(!1,t,e)},n.removeListeners=function(t,e){return this.manipulateListeners(!0,t,e)},n.manipulateListeners=function(t,e,i){var n,o,r=t?this.removeListener:this.addListener,s=t?this.removeListeners:this.addListeners;if("object"!=typeof e||e instanceof RegExp)for(n=i.length;n--;)r.call(this,e,i[n]);else for(n in e)e.hasOwnProperty(n)&&(o=e[n])&&("function"==typeof o?r.call(this,n,o):s.call(this,n,o));return this},n.removeEvent=function(t){var e,i=typeof t,n=this._getEvents();if("string"===i)delete n[t];else if(t instanceof RegExp)for(e in n)n.hasOwnProperty(e)&&t.test(e)&&delete n[e];else delete this._events;return this},n.removeAllListeners=i("removeEvent"),n.emitEvent=function(t,e){var i,n,o,r,s=this.getListenersAsObject(t);for(o in s)if(s.hasOwnProperty(o))for(n=s[o].length;n--;)i=s[o][n],i.once===!0&&this.removeListener(t,i.listener),r=i.listener.apply(this,e||[]),r===this._getOnceReturnValue()&&this.removeListener(t,i.listener);return this},n.trigger=i("emitEvent"),n.emit=function(t){var e=Array.prototype.slice.call(arguments,1);return this.emitEvent(t,e)},n.setOnceReturnValue=function(t){return this._onceReturnValue=t,this},n._getOnceReturnValue=function(){return this.hasOwnProperty("_onceReturnValue")?this._onceReturnValue:!0},n._getEvents=function(){return this._events||(this._events={})},t.noConflict=function(){return o.EventEmitter=r,t},"function"==typeof define&&define.amd?define("eventEmitter/EventEmitter",[],function(){return t}):"object"==typeof module&&module.exports?module.exports=t:o.EventEmitter=t}.call(this),function(t){function e(e){var i=t.event;return i.target=i.target||i.srcElement||e,i}var i=document.documentElement,n=function(){};i.addEventListener?n=function(t,e,i){t.addEventListener(e,i,!1)}:i.attachEvent&&(n=function(t,i,n){t[i+n]=n.handleEvent?function(){var i=e(t);n.handleEvent.call(n,i)}:function(){var i=e(t);n.call(t,i)},t.attachEvent("on"+i,t[i+n])});var o=function(){};i.removeEventListener?o=function(t,e,i){t.removeEventListener(e,i,!1)}:i.detachEvent&&(o=function(t,e,i){t.detachEvent("on"+e,t[e+i]);try{delete t[e+i]}catch(n){t[e+i]=void 0}});var r={bind:n,unbind:o};"function"==typeof define&&define.amd?define("eventie/eventie",r):"object"==typeof exports?module.exports=r:t.eventie=r}(window),function(t){function e(t){if(t){if("string"==typeof n[t])return t;t=t.charAt(0).toUpperCase()+t.slice(1);for(var e,o=0,r=i.length;r>o;o++)if(e=i[o]+t,"string"==typeof n[e])return e}}var i="Webkit Moz ms Ms O".split(" "),n=document.documentElement.style;"function"==typeof define&&define.amd?define("get-style-property/get-style-property",[],function(){return e}):"object"==typeof exports?module.exports=e:t.getStyleProperty=e}(window),function(t){function e(t){var e=parseFloat(t),i=-1===t.indexOf("%")&&!isNaN(e);return i&&e}function i(){}function n(){for(var t={width:0,height:0,innerWidth:0,innerHeight:0,outerWidth:0,outerHeight:0},e=0,i=s.length;i>e;e++){var n=s[e];t[n]=0}return t}function o(i){function o(){if(!p){p=!0;var n=t.getComputedStyle;if(h=function(){var t=n?function(t){return n(t,null)}:function(t){return t.currentStyle};return function(e){var i=t(e);return i||r("Style returned "+i+". Are you running this code in a hidden iframe on Firefox? See http://bit.ly/getsizebug1"),i}}(),c=i("boxSizing")){var o=document.createElement("div");o.style.width="200px",o.style.padding="1px 2px 3px 4px",o.style.borderStyle="solid",o.style.borderWidth="1px 2px 3px 4px",o.style[c]="border-box";var s=document.body||document.documentElement;s.appendChild(o);var a=h(o);d=200===e(a.width),s.removeChild(o)}}}function a(t){if(o(),"string"==typeof t&&(t=document.querySelector(t)),t&&"object"==typeof t&&t.nodeType){var i=h(t);if("none"===i.display)return n();var r={};r.width=t.offsetWidth,r.height=t.offsetHeight;for(var a=r.isBorderBox=!(!c||!i[c]||"border-box"!==i[c]),p=0,u=s.length;u>p;p++){var f=s[p],v=i[f];v=l(t,v);var y=parseFloat(v);r[f]=isNaN(y)?0:y}var g=r.paddingLeft+r.paddingRight,m=r.paddingTop+r.paddingBottom,b=r.marginLeft+r.marginRight,x=r.marginTop+r.marginBottom,S=r.borderLeftWidth+r.borderRightWidth,C=r.borderTopWidth+r.borderBottomWidth,w=a&&d,E=e(i.width);E!==!1&&(r.width=E+(w?0:g+S));var P=e(i.height);return P!==!1&&(r.height=P+(w?0:m+C)),r.innerWidth=r.width-(g+S),r.innerHeight=r.height-(m+C),r.outerWidth=r.width+b,r.outerHeight=r.height+x,r}}function l(e,i){if(t.getComputedStyle||-1===i.indexOf("%"))return i;var n=e.style,o=n.left,r=e.runtimeStyle,s=r&&r.left;return s&&(r.left=e.currentStyle.left),n.left=i,i=n.pixelLeft,n.left=o,s&&(r.left=s),i}var h,c,d,p=!1;return a}var r="undefined"==typeof console?i:function(t){console.error(t)},s=["paddingLeft","paddingRight","paddingTop","paddingBottom","marginLeft","marginRight","marginTop","marginBottom","borderLeftWidth","borderRightWidth","borderTopWidth","borderBottomWidth"];"function"==typeof define&&define.amd?define("get-size/get-size",["get-style-property/get-style-property"],o):"object"==typeof exports?module.exports=o(require("desandro-get-style-property")):t.getSize=o(t.getStyleProperty)}(window),function(t){function e(t){"function"==typeof t&&(e.isReady?t():s.push(t))}function i(t){var i="readystatechange"===t.type&&"complete"!==r.readyState;e.isReady||i||n()}function n(){e.isReady=!0;for(var t=0,i=s.length;i>t;t++){var n=s[t];n()}}function o(o){return"complete"===r.readyState?n():(o.bind(r,"DOMContentLoaded",i),o.bind(r,"readystatechange",i),o.bind(t,"load",i)),e}var r=t.document,s=[];e.isReady=!1,"function"==typeof define&&define.amd?define("doc-ready/doc-ready",["eventie/eventie"],o):"object"==typeof exports?module.exports=o(require("eventie")):t.docReady=o(t.eventie)}(window),function(t){function e(t,e){return t[s](e)}function i(t){if(!t.parentNode){var e=document.createDocumentFragment();e.appendChild(t)}}function n(t,e){i(t);for(var n=t.parentNode.querySelectorAll(e),o=0,r=n.length;r>o;o++)if(n[o]===t)return!0;return!1}function o(t,n){return i(t),e(t,n)}var r,s=function(){if(t.matchesSelector)return"matchesSelector";for(var e=["webkit","moz","ms","o"],i=0,n=e.length;n>i;i++){var o=e[i],r=o+"MatchesSelector";if(t[r])return r}}();if(s){var a=document.createElement("div"),l=e(a,"div");r=l?e:o}else r=n;"function"==typeof define&&define.amd?define("matches-selector/matches-selector",[],function(){return r}):"object"==typeof exports?module.exports=r:window.matchesSelector=r}(Element.prototype),function(t,e){"function"==typeof define&&define.amd?define("fizzy-ui-utils/utils",["doc-ready/doc-ready","matches-selector/matches-selector"],function(i,n){return e(t,i,n)}):"object"==typeof exports?module.exports=e(t,require("doc-ready"),require("desandro-matches-selector")):t.fizzyUIUtils=e(t,t.docReady,t.matchesSelector)}(window,function(t,e,i){function n(t){return t.replace(/(.)([A-Z])/g,function(t,e,i){return e+"-"+i}).toLowerCase()}var o={};o.extend=function(t,e){for(var i in e)t[i]=e[i];return t},o.modulo=function(t,e){return(t%e+e)%e};var r=Object.prototype.toString;o.isArray=function(t){return"[object Array]"==r.call(t)},o.makeArray=function(t){var e=[];if(o.isArray(t))e=t;else if(t&&"number"==typeof t.length)for(var i=0,n=t.length;n>i;i++)e.push(t[i]);else e.push(t);return e},o.indexOf=Array.prototype.indexOf?function(t,e){return t.indexOf(e)}:function(t,e){for(var i=0,n=t.length;n>i;i++)if(t[i]===e)return i;return-1},o.removeFrom=function(t,e){var i=o.indexOf(t,e);-1!=i&&t.splice(i,1)},o.isElement="function"==typeof HTMLElement||"object"==typeof HTMLElement?function(t){return t instanceof HTMLElement}:function(t){return t&&"object"==typeof t&&1==t.nodeType&&"string"==typeof t.nodeName},o.setText=function(){function t(t,i){e=e||(void 0!==document.documentElement.textContent?"textContent":"innerText"),t[e]=i}var e;return t}(),o.getParent=function(t,e){for(;t!=document.body;)if(t=t.parentNode,i(t,e))return t},o.getQueryElement=function(t){return"string"==typeof t?document.querySelector(t):t},o.handleEvent=function(t){var e="on"+t.type;this[e]&&this[e](t)},o.filterFindElements=function(t,e){t=o.makeArray(t);for(var n=[],r=0,s=t.length;s>r;r++){var a=t[r];if(o.isElement(a))if(e){i(a,e)&&n.push(a);for(var l=a.querySelectorAll(e),h=0,c=l.length;c>h;h++)n.push(l[h])}else n.push(a)}return n},o.debounceMethod=function(t,e,i){var n=t.prototype[e],o=e+"Timeout";t.prototype[e]=function(){var t=this[o];t&&clearTimeout(t);var e=arguments,r=this;this[o]=setTimeout(function(){n.apply(r,e),delete r[o]},i||100)}};var s=t.jQuery,a=t.console;return o.htmlInit=function(t,i){e(function(){for(var e=n(i),o=document.querySelectorAll(".js-"+e),r="data-"+e+"-options",l=0,h=o.length;h>l;l++){var c,d=o[l],p=d.getAttribute(r);try{c=p&&JSON.parse(p)}catch(u){a&&a.error("Error parsing "+r+" on "+d.nodeName.toLowerCase()+(d.id?"#"+d.id:"")+": "+u);continue}var f=new t(d,c);s&&s.data(d,i,f)}})},o}),function(t,e){"function"==typeof define&&define.amd?define("flickity/js/cell",["get-size/get-size"],function(i){return e(t,i)}):"object"==typeof exports?module.exports=e(t,require("get-size")):(t.Flickity=t.Flickity||{},t.Flickity.Cell=e(t,t.getSize))}(window,function(t,e){function i(t,e){this.element=t,this.parent=e,this.create()}var n="attachEvent"in t;return i.prototype.create=function(){this.element.style.position="absolute",n&&this.element.setAttribute("unselectable","on"),this.x=0,this.shift=0},i.prototype.destroy=function(){this.element.style.position="";var t=this.parent.originSide;this.element.style[t]=""},i.prototype.getSize=function(){this.size=e(this.element)},i.prototype.setPosition=function(t){this.x=t,this.setDefaultTarget(),this.renderPosition(t)},i.prototype.setDefaultTarget=function(){var t="left"==this.parent.originSide?"marginLeft":"marginRight";this.target=this.x+this.size[t]+this.size.width*this.parent.cellAlign},i.prototype.renderPosition=function(t){var e=this.parent.originSide;this.element.style[e]=this.parent.getPositionValue(t)},i.prototype.wrapShift=function(t){this.shift=t,this.renderPosition(this.x+this.parent.slideableWidth*t)},i.prototype.remove=function(){this.element.parentNode.removeChild(this.element)},i}),function(t,e){"function"==typeof define&&define.amd?define("flickity/js/animate",["get-style-property/get-style-property","fizzy-ui-utils/utils"],function(i,n){return e(t,i,n)}):"object"==typeof exports?module.exports=e(t,require("desandro-get-style-property"),require("fizzy-ui-utils")):(t.Flickity=t.Flickity||{},t.Flickity.animatePrototype=e(t,t.getStyleProperty,t.fizzyUIUtils))}(window,function(t,e,i){for(var n,o=0,r="webkit moz ms o".split(" "),s=t.requestAnimationFrame,a=t.cancelAnimationFrame,l=0;l<r.length&&(!s||!a);l++)n=r[l],s=s||t[n+"RequestAnimationFrame"],a=a||t[n+"CancelAnimationFrame"]||t[n+"CancelRequestAnimationFrame"];s&&a||(s=function(e){var i=(new Date).getTime(),n=Math.max(0,16-(i-o)),r=t.setTimeout(function(){e(i+n)},n);return o=i+n,r},a=function(e){t.clearTimeout(e)});var h={};h.startAnimation=function(){this.isAnimating||(this.isAnimating=!0,this.restingFrames=0,this.animate())},h.animate=function(){this.applySelectedAttraction();var t=this.x;if(this.integratePhysics(),this.positionSlider(),this.settle(t),this.isAnimating){var e=this;s(function(){e.animate()})}};var c=e("transform"),d=!!e("perspective");return h.positionSlider=function(){var t=this.x;this.options.wrapAround&&this.cells.length>1&&(t=i.modulo(t,this.slideableWidth),t-=this.slideableWidth,this.shiftWrapCells(t)),t+=this.cursorPosition,t=this.options.rightToLeft&&c?-t:t;var e=this.getPositionValue(t);c?this.slider.style[c]=d&&this.isAnimating?"translate3d("+e+",0,0)":"translateX("+e+")":this.slider.style[this.originSide]=e},h.positionSliderAtSelected=function(){if(this.cells.length){var t=this.cells[this.selectedIndex];this.x=-t.target,this.positionSlider()}},h.getPositionValue=function(t){return this.options.percentPosition?.01*Math.round(t/this.size.innerWidth*1e4)+"%":Math.round(t)+"px"},h.settle=function(t){this.isPointerDown||Math.round(100*this.x)!=Math.round(100*t)||this.restingFrames++,this.restingFrames>2&&(this.isAnimating=!1,delete this.isFreeScrolling,d&&this.positionSlider(),this.dispatchEvent("settle"))},h.shiftWrapCells=function(t){var e=this.cursorPosition+t;this._shiftCells(this.beforeShiftCells,e,-1);var i=this.size.innerWidth-(t+this.slideableWidth+this.cursorPosition);this._shiftCells(this.afterShiftCells,i,1)},h._shiftCells=function(t,e,i){for(var n=0,o=t.length;o>n;n++){var r=t[n],s=e>0?i:0;r.wrapShift(s),e-=r.size.outerWidth}},h._unshiftCells=function(t){if(t&&t.length)for(var e=0,i=t.length;i>e;e++)t[e].wrapShift(0)},h.integratePhysics=function(){this.velocity+=this.accel,this.x+=this.velocity,this.velocity*=this.getFrictionFactor(),this.accel=0},h.applyForce=function(t){this.accel+=t},h.getFrictionFactor=function(){return 1-this.options[this.isFreeScrolling?"freeScrollFriction":"friction"]},h.getRestingPosition=function(){return this.x+this.velocity/(1-this.getFrictionFactor())},h.applySelectedAttraction=function(){var t=this.cells.length;if(!this.isPointerDown&&!this.isFreeScrolling&&t){var e=this.cells[this.selectedIndex],i=this.options.wrapAround&&t>1?this.slideableWidth*Math.floor(this.selectedIndex/t):0,n=-1*(e.target+i)-this.x,o=n*this.options.selectedAttraction;this.applyForce(o)}},h}),function(t,e){if("function"==typeof define&&define.amd)define("flickity/js/flickity",["classie/classie","eventEmitter/EventEmitter","eventie/eventie","get-size/get-size","fizzy-ui-utils/utils","./cell","./animate"],function(i,n,o,r,s,a,l){return e(t,i,n,o,r,s,a,l)});else if("object"==typeof exports)module.exports=e(t,require("desandro-classie"),require("wolfy87-eventemitter"),require("eventie"),require("get-size"),require("fizzy-ui-utils"),require("./cell"),require("./animate"));else{var i=t.Flickity;t.Flickity=e(t,t.classie,t.EventEmitter,t.eventie,t.getSize,t.fizzyUIUtils,i.Cell,i.animatePrototype)}}(window,function(t,e,i,n,o,r,s,a){function l(t,e){for(t=r.makeArray(t);t.length;)e.appendChild(t.shift())}function h(t,e){var i=r.getQueryElement(t);return i?(this.element=i,c&&(this.$element=c(this.element)),this.options=r.extend({},this.constructor.defaults),this.option(e),void this._create()):void(p&&p.error("Bad element for Flickity: "+(i||t)))}var c=t.jQuery,d=t.getComputedStyle,p=t.console,u=0,f={};h.defaults={accessibility:!0,cellAlign:"center",freeScrollFriction:.075,friction:.28,percentPosition:!0,resize:!0,selectedAttraction:.025,setGallerySize:!0},h.createMethods=[],r.extend(h.prototype,i.prototype),h.prototype._create=function(){var e=this.guid=++u;this.element.flickityGUID=e,f[e]=this,this.selectedIndex=this.options.initialIndex||0,this.restingFrames=0,this.x=0,this.velocity=0,this.accel=0,this.originSide=this.options.rightToLeft?"right":"left",this.viewport=document.createElement("div"),this.viewport.className="flickity-viewport",h.setUnselectable(this.viewport),this._createSlider(),(this.options.resize||this.options.watchCSS)&&(n.bind(t,"resize",this),this.isResizeBound=!0);for(var i=0,o=h.createMethods.length;o>i;i++){var r=h.createMethods[i];this[r]()}this.options.watchCSS?this.watchCSS():this.activate()},h.prototype.option=function(t){r.extend(this.options,t)},h.prototype.activate=function(){if(!this.isActive){this.isActive=!0,e.add(this.element,"flickity-enabled"),this.options.rightToLeft&&e.add(this.element,"flickity-rtl");var t=this._filterFindCellElements(this.element.children);l(t,this.slider),this.viewport.appendChild(this.slider),this.element.appendChild(this.viewport),this.getSize(),this.reloadCells(),this.setGallerySize(),this.options.accessibility&&(this.element.tabIndex=0,n.bind(this.element,"keydown",this)),this.emit("activate"),this.positionSliderAtSelected(),this.select(this.selectedIndex)}},h.prototype._createSlider=function(){var t=document.createElement("div");t.className="flickity-slider",t.style[this.originSide]=0,this.slider=t},h.prototype._filterFindCellElements=function(t){return r.filterFindElements(t,this.options.cellSelector)},h.prototype.reloadCells=function(){this.cells=this._makeCells(this.slider.children),this.positionCells(),this._getWrapShiftCells(),this.setGallerySize()},h.prototype._makeCells=function(t){for(var e=this._filterFindCellElements(t),i=[],n=0,o=e.length;o>n;n++){var r=e[n],a=new s(r,this);i.push(a)}return i},h.prototype.getLastCell=function(){return this.cells[this.cells.length-1]},h.prototype.positionCells=function(){this._sizeCells(this.cells),this._positionCells(0)},h.prototype._positionCells=function(t){this.maxCellHeight=t?this.maxCellHeight||0:0;var e=0;if(t>0){var i=this.cells[t-1];e=i.x+i.size.outerWidth}for(var n,o=this.cells.length,r=t;o>r;r++)n=this.cells[r],n.setPosition(e),e+=n.size.outerWidth,this.maxCellHeight=Math.max(n.size.outerHeight,this.maxCellHeight);this.slideableWidth=e,this._containCells()},h.prototype._sizeCells=function(t){for(var e=0,i=t.length;i>e;e++){var n=t[e];n.getSize()}},h.prototype._init=h.prototype.reposition=function(){this.positionCells(),this.positionSliderAtSelected()},h.prototype.getSize=function(){this.size=o(this.element),this.setCellAlign(),this.cursorPosition=this.size.innerWidth*this.cellAlign};var v={center:{left:.5,right:.5},left:{left:0,right:1},right:{right:0,left:1}};h.prototype.setCellAlign=function(){var t=v[this.options.cellAlign];this.cellAlign=t?t[this.originSide]:this.options.cellAlign},h.prototype.setGallerySize=function(){this.options.setGallerySize&&(this.viewport.style.height=this.maxCellHeight+"px")},h.prototype._getWrapShiftCells=function(){if(this.options.wrapAround){this._unshiftCells(this.beforeShiftCells),this._unshiftCells(this.afterShiftCells);var t=this.cursorPosition,e=this.cells.length-1;this.beforeShiftCells=this._getGapCells(t,e,-1),t=this.size.innerWidth-this.cursorPosition,this.afterShiftCells=this._getGapCells(t,0,1)}},h.prototype._getGapCells=function(t,e,i){for(var n=[];t>0;){var o=this.cells[e];if(!o)break;n.push(o),e+=i,t-=o.size.outerWidth}return n},h.prototype._containCells=function(){if(this.options.contain&&!this.options.wrapAround&&this.cells.length)for(var t=this.options.rightToLeft?"marginRight":"marginLeft",e=this.options.rightToLeft?"marginLeft":"marginRight",i=this.cells[0].size[t],n=this.getLastCell(),o=this.slideableWidth-n.size[e],r=o-this.size.innerWidth*(1-this.cellAlign),s=o<this.size.innerWidth,a=0,l=this.cells.length;l>a;a++){var h=this.cells[a];h.setDefaultTarget(),s?h.target=o*this.cellAlign:(h.target=Math.max(h.target,this.cursorPosition+i),h.target=Math.min(h.target,r))}},h.prototype.dispatchEvent=function(t,e,i){var n=[e].concat(i);if(this.emitEvent(t,n),c&&this.$element)if(e){var o=c.Event(e);o.type=t,this.$element.trigger(o,i)}else this.$element.trigger(t,i)},h.prototype.select=function(t,e){if(this.isActive){var i=this.cells.length;this.options.wrapAround&&i>1&&(0>t?this.x-=this.slideableWidth:t>=i&&(this.x+=this.slideableWidth)),(this.options.wrapAround||e)&&(t=r.modulo(t,i)),this.cells[t]&&(this.selectedIndex=t,this.setSelectedCell(),this.startAnimation(),this.dispatchEvent("cellSelect"))}},h.prototype.previous=function(t){this.select(this.selectedIndex-1,t)},h.prototype.next=function(t){this.select(this.selectedIndex+1,t)},h.prototype.setSelectedCell=function(){this._removeSelectedCellClass(),this.selectedCell=this.cells[this.selectedIndex],this.selectedElement=this.selectedCell.element,e.add(this.selectedElement,"is-selected")},h.prototype._removeSelectedCellClass=function(){this.selectedCell&&e.remove(this.selectedCell.element,"is-selected")},h.prototype.getCell=function(t){for(var e=0,i=this.cells.length;i>e;e++){var n=this.cells[e];if(n.element==t)return n}},h.prototype.getCells=function(t){t=r.makeArray(t);for(var e=[],i=0,n=t.length;n>i;i++){var o=t[i],s=this.getCell(o);s&&e.push(s)}return e},h.prototype.getCellElements=function(){for(var t=[],e=0,i=this.cells.length;i>e;e++)t.push(this.cells[e].element);return t},h.prototype.getParentCell=function(t){var e=this.getCell(t);return e?e:(t=r.getParent(t,".flickity-slider > *"),this.getCell(t))},h.prototype.uiChange=function(){this.emit("uiChange")},h.prototype.childUIPointerDown=function(t){this.emitEvent("childUIPointerDown",[t])},h.prototype.onresize=function(){this.watchCSS(),this.resize()},r.debounceMethod(h,"onresize",150),h.prototype.resize=function(){this.isActive&&(this.getSize(),this.options.wrapAround&&(this.x=r.modulo(this.x,this.slideableWidth)),this.positionCells(),this._getWrapShiftCells(),this.setGallerySize(),this.positionSliderAtSelected())};var y=h.supportsConditionalCSS=function(){var t;return function(){if(void 0!==t)return t;if(!d)return void(t=!1);var e=document.createElement("style"),i=document.createTextNode('body:after { content: "foo"; display: none; }');e.appendChild(i),document.head.appendChild(e);var n=d(document.body,":after").content;return t=-1!=n.indexOf("foo"),document.head.removeChild(e),t}}();h.prototype.watchCSS=function(){var t=this.options.watchCSS;if(t){var e=y();if(!e){var i="fallbackOn"==t?"activate":"deactivate";return void this[i]()}var n=d(this.element,":after").content;-1!=n.indexOf("flickity")?this.activate():this.deactivate()}},h.prototype.onkeydown=function(t){if(this.options.accessibility&&(!document.activeElement||document.activeElement==this.element))if(37==t.keyCode){var e=this.options.rightToLeft?"next":"previous";this.uiChange(),this[e]()}else if(39==t.keyCode){var i=this.options.rightToLeft?"previous":"next";this.uiChange(),this[i]()}},h.prototype.deactivate=function(){if(this.isActive){e.remove(this.element,"flickity-enabled"),e.remove(this.element,"flickity-rtl");for(var t=0,i=this.cells.length;i>t;t++){var o=this.cells[t];o.destroy()}this._removeSelectedCellClass(),this.element.removeChild(this.viewport),l(this.slider.children,this.element),this.options.accessibility&&(this.element.removeAttribute("tabIndex"),n.unbind(this.element,"keydown",this)),this.isActive=!1,this.emit("deactivate")}},h.prototype.destroy=function(){this.deactivate(),this.isResizeBound&&n.unbind(t,"resize",this),this.emit("destroy"),c&&this.$element&&c.removeData(this.element,"flickity"),delete this.element.flickityGUID,delete f[this.guid]},r.extend(h.prototype,a);var g="attachEvent"in t;return h.setUnselectable=function(t){g&&t.setAttribute("unselectable","on")},h.data=function(t){t=r.getQueryElement(t);var e=t&&t.flickityGUID;return e&&f[e]},r.htmlInit(h,"flickity"),c&&c.bridget&&c.bridget("flickity",h),h.Cell=s,h}),function(t,e){"function"==typeof define&&define.amd?define("unipointer/unipointer",["eventEmitter/EventEmitter","eventie/eventie"],function(i,n){return e(t,i,n)}):"object"==typeof exports?module.exports=e(t,require("wolfy87-eventemitter"),require("eventie")):t.Unipointer=e(t,t.EventEmitter,t.eventie)}(window,function(t,e,i){function n(){}function o(){}o.prototype=new e,o.prototype.bindStartEvent=function(t){this._bindStartEvent(t,!0)},o.prototype.unbindStartEvent=function(t){this._bindStartEvent(t,!1)},o.prototype._bindStartEvent=function(e,n){n=void 0===n?!0:!!n;var o=n?"bind":"unbind";t.navigator.pointerEnabled?i[o](e,"pointerdown",this):t.navigator.msPointerEnabled?i[o](e,"MSPointerDown",this):(i[o](e,"mousedown",this),i[o](e,"touchstart",this))},o.prototype.handleEvent=function(t){var e="on"+t.type;this[e]&&this[e](t)},o.prototype.getTouch=function(t){for(var e=0,i=t.length;i>e;e++){var n=t[e];if(n.identifier==this.pointerIdentifier)return n}},o.prototype.onmousedown=function(t){var e=t.button;e&&0!==e&&1!==e||this._pointerDown(t,t)},o.prototype.ontouchstart=function(t){this._pointerDown(t,t.changedTouches[0])},o.prototype.onMSPointerDown=o.prototype.onpointerdown=function(t){this._pointerDown(t,t)},o.prototype._pointerDown=function(t,e){this.isPointerDown||(this.isPointerDown=!0,this.pointerIdentifier=void 0!==e.pointerId?e.pointerId:e.identifier,this.pointerDown(t,e))},o.prototype.pointerDown=function(t,e){this._bindPostStartEvents(t),this.emitEvent("pointerDown",[this,t,e])};var r={mousedown:["mousemove","mouseup"],touchstart:["touchmove","touchend","touchcancel"],pointerdown:["pointermove","pointerup","pointercancel"],MSPointerDown:["MSPointerMove","MSPointerUp","MSPointerCancel"]};return o.prototype._bindPostStartEvents=function(e){if(e){for(var n=r[e.type],o=e.preventDefault?t:document,s=0,a=n.length;a>s;s++){var l=n[s];i.bind(o,l,this)}this._boundPointerEvents={events:n,node:o}}},o.prototype._unbindPostStartEvents=function(){var t=this._boundPointerEvents;if(t&&t.events){for(var e=0,n=t.events.length;n>e;e++){var o=t.events[e];i.unbind(t.node,o,this)}delete this._boundPointerEvents}},o.prototype.onmousemove=function(t){this._pointerMove(t,t)},o.prototype.onMSPointerMove=o.prototype.onpointermove=function(t){t.pointerId==this.pointerIdentifier&&this._pointerMove(t,t)},o.prototype.ontouchmove=function(t){var e=this.getTouch(t.changedTouches);e&&this._pointerMove(t,e)},o.prototype._pointerMove=function(t,e){this.pointerMove(t,e)},o.prototype.pointerMove=function(t,e){this.emitEvent("pointerMove",[this,t,e])},o.prototype.onmouseup=function(t){this._pointerUp(t,t)},o.prototype.onMSPointerUp=o.prototype.onpointerup=function(t){t.pointerId==this.pointerIdentifier&&this._pointerUp(t,t)},o.prototype.ontouchend=function(t){var e=this.getTouch(t.changedTouches);e&&this._pointerUp(t,e)},o.prototype._pointerUp=function(t,e){this._pointerDone(),this.pointerUp(t,e)},o.prototype.pointerUp=function(t,e){this.emitEvent("pointerUp",[this,t,e])},o.prototype._pointerDone=function(){this.isPointerDown=!1,delete this.pointerIdentifier,this._unbindPostStartEvents(),this.pointerDone()},o.prototype.pointerDone=n,o.prototype.onMSPointerCancel=o.prototype.onpointercancel=function(t){t.pointerId==this.pointerIdentifier&&this._pointerCancel(t,t)},o.prototype.ontouchcancel=function(t){var e=this.getTouch(t.changedTouches);e&&this._pointerCancel(t,e)},o.prototype._pointerCancel=function(t,e){this._pointerDone(),this.pointerCancel(t,e)},o.prototype.pointerCancel=function(t,e){this.emitEvent("pointerCancel",[this,t,e])},o.getPointerPoint=function(t){return{x:void 0!==t.pageX?t.pageX:t.clientX,y:void 0!==t.pageY?t.pageY:t.clientY}},o}),function(t,e){"function"==typeof define&&define.amd?define("unidragger/unidragger",["eventie/eventie","unipointer/unipointer"],function(i,n){return e(t,i,n)}):"object"==typeof exports?module.exports=e(t,require("eventie"),require("unipointer")):t.Unidragger=e(t,t.eventie,t.Unipointer)}(window,function(t,e,i){function n(){}function o(t){t.preventDefault?t.preventDefault():t.returnValue=!1}function r(t){for(;t!=document.body;)if(t=t.parentNode,"A"==t.nodeName)return t}function s(){}function a(){return!1}s.prototype=new i,s.prototype.bindHandles=function(){this._bindHandles(!0)},s.prototype.unbindHandles=function(){this._bindHandles(!1)};var l=t.navigator;s.prototype._bindHandles=function(t){t=void 0===t?!0:!!t;var i;i=l.pointerEnabled?function(e){e.style.touchAction=t?"none":""}:l.msPointerEnabled?function(e){e.style.msTouchAction=t?"none":""}:function(){t&&c(s)};for(var n=t?"bind":"unbind",o=0,r=this.handles.length;r>o;o++){var s=this.handles[o];this._bindStartEvent(s,t),i(s),e[n](s,"click",this)}};var h="attachEvent"in document.documentElement,c=h?function(t){"IMG"==t.nodeName&&(t.ondragstart=a);for(var e=t.querySelectorAll("img"),i=0,n=e.length;n>i;i++){var o=e[i];o.ondragstart=a}}:n,d=s.allowTouchstartNodes={INPUT:!0,A:!0,BUTTON:!0,SELECT:!0};return s.prototype.pointerDown=function(t,e){this._dragPointerDown(t,e);var i=document.activeElement;i&&i.blur&&i.blur(),this._bindPostStartEvents(t),this.emitEvent("pointerDown",[this,t,e])},s.prototype._dragPointerDown=function(t,e){this.pointerDownPoint=i.getPointerPoint(e);var n=t.target.nodeName,s="touchstart"==t.type&&(d[n]||r(t.target));s||"SELECT"==n||o(t)},s.prototype.pointerMove=function(t,e){var i=this._dragPointerMove(t,e);this.emitEvent("pointerMove",[this,t,e,i]),this._dragMove(t,e,i)},s.prototype._dragPointerMove=function(t,e){var n=i.getPointerPoint(e),o={x:n.x-this.pointerDownPoint.x,y:n.y-this.pointerDownPoint.y};return!this.isDragging&&this.hasDragStarted(o)&&this._dragStart(t,e),o},s.prototype.hasDragStarted=function(t){return Math.abs(t.x)>3||Math.abs(t.y)>3},s.prototype.pointerUp=function(t,e){this.emitEvent("pointerUp",[this,t,e]),this._dragPointerUp(t,e)},s.prototype._dragPointerUp=function(t,e){this.isDragging?this._dragEnd(t,e):this._staticClick(t,e)},s.prototype._dragStart=function(t,e){this.isDragging=!0,this.dragStartPoint=s.getPointerPoint(e),this.isPreventingClicks=!0,this.dragStart(t,e)},s.prototype.dragStart=function(t,e){this.emitEvent("dragStart",[this,t,e])},s.prototype._dragMove=function(t,e,i){this.isDragging&&this.dragMove(t,e,i)},s.prototype.dragMove=function(t,e,i){this.emitEvent("dragMove",[this,t,e,i])},s.prototype._dragEnd=function(t,e){this.isDragging=!1;var i=this;setTimeout(function(){delete i.isPreventingClicks}),this.dragEnd(t,e)},s.prototype.dragEnd=function(t,e){this.emitEvent("dragEnd",[this,t,e])},s.prototype.onclick=function(t){this.isPreventingClicks&&o(t)},s.prototype._staticClick=function(t,e){"INPUT"==t.target.nodeName&&"text"==t.target.type&&t.target.focus(),this.staticClick(t,e)
  6713. },s.prototype.staticClick=function(t,e){this.emitEvent("staticClick",[this,t,e])},s.getPointerPoint=function(t){return{x:void 0!==t.pageX?t.pageX:t.clientX,y:void 0!==t.pageY?t.pageY:t.clientY}},s.getPointerPoint=i.getPointerPoint,s}),function(t,e){"function"==typeof define&&define.amd?define("flickity/js/drag",["classie/classie","eventie/eventie","./flickity","unidragger/unidragger","fizzy-ui-utils/utils"],function(i,n,o,r,s){return e(t,i,n,o,r,s)}):"object"==typeof exports?module.exports=e(t,require("desandro-classie"),require("eventie"),require("./flickity"),require("unidragger"),require("fizzy-ui-utils")):(t.Flickity=t.Flickity||{},t.Flickity.dragPrototype=e(t,t.classie,t.eventie,t.Flickity,t.Unidragger,t.fizzyUIUtils))}(window,function(t,e,i,n,o,r){function s(t){t.preventDefault?t.preventDefault():t.returnValue=!1}function a(e){var i=o.getPointerPoint(e);return i.y-t.pageYOffset}r.extend(n.defaults,{draggable:!0,touchVerticalScroll:!0}),n.createMethods.push("_createDrag");var l={};r.extend(l,o.prototype),l._createDrag=function(){this.on("activate",this.bindDrag),this.on("uiChange",this._uiChangeDrag),this.on("childUIPointerDown",this._childUIPointerDownDrag),this.on("deactivate",this.unbindDrag)},l.bindDrag=function(){this.options.draggable&&!this.isDragBound&&(e.add(this.element,"is-draggable"),this.handles=[this.viewport],this.bindHandles(),this.isDragBound=!0)},l.unbindDrag=function(){this.isDragBound&&(e.remove(this.element,"is-draggable"),this.unbindHandles(),delete this.isDragBound)},l.hasDragStarted=function(t){return Math.abs(t.x)>3},l._uiChangeDrag=function(){delete this.isFreeScrolling},l._childUIPointerDownDrag=function(t){s(t),this.pointerDownFocus(t)},l.pointerDown=function(t,i){this._dragPointerDown(t,i);var n=document.activeElement;n&&n.blur&&n!=this.element&&n.blur(),this.pointerDownFocus(t),this.velocity=0,e.add(this.viewport,"is-pointer-down"),this._bindPostStartEvents(t),this.dispatchEvent("pointerDown",t,[i])};var h={touchstart:!0,MSPointerDown:!0},c={INPUT:!0,SELECT:!0};l.pointerDownFocus=function(t){!this.options.accessibility||h[t.type]||c[t.target.nodeName]||this.element.focus()},l.pointerMove=function(t,e){var i=this._dragPointerMove(t,e);this.touchVerticalScrollMove(t,e,i),this._dragMove(t,e,i),this.dispatchEvent("pointerMove",t,[e,i])},l.pointerUp=function(t,i){delete this.isTouchScrolling,e.remove(this.viewport,"is-pointer-down"),this.dispatchEvent("pointerUp",t,[i]),this._dragPointerUp(t,i)};var d={touchmove:!0,MSPointerMove:!0};return l.touchVerticalScrollMove=function(e,i,n){if(this.options.touchVerticalScroll&&d[e.type]&&(!this.isTouchScrolling&&Math.abs(n.y)>16&&(this.startScrollY=t.pageYOffset,this.pointerWindowStartY=a(i),this.isTouchScrolling=!0),this.isTouchScrolling)){var o=this.pointerWindowStartY-a(i),r=this.startScrollY+o;t.scroll(t.pageXOffset,r)}},l.dragStart=function(t,e){this.dragStartPosition=this.x,this.startAnimation(),this.dispatchEvent("dragStart",t,[e])},l.dragMove=function(t,e,i){this.previousDragX=this.x;var n=i.x,o=this.options.rightToLeft?-1:1;if(this.x=this.dragStartPosition+n*o,!this.options.wrapAround&&this.cells.length){var r=Math.max(-this.cells[0].target,this.dragStartPosition);this.x=this.x>r?.5*(this.x-r)+r:this.x;var s=Math.min(-this.getLastCell().target,this.dragStartPosition);this.x=this.x<s?.5*(this.x-s)+s:this.x}this.previousDragMoveTime=this.dragMoveTime,this.dragMoveTime=new Date,this.dispatchEvent("dragMove",t,[e,i])},l.dragEnd=function(t,e){this.dragEndFlick(),this.options.freeScroll&&(this.isFreeScrolling=!0);var i=this.dragEndRestingSelect();if(this.options.freeScroll&&!this.options.wrapAround){var n=this.getRestingPosition();this.isFreeScrolling=-n>this.cells[0].target&&-n<this.getLastCell().target}else this.options.freeScroll||i!=this.selectedIndex||(i+=this.dragEndBoostSelect());this.select(i),this.dispatchEvent("dragEnd",t,[e])},l.dragEndFlick=function(){if(isFinite(this.previousDragX)){var t=this.dragMoveTime-this.previousDragMoveTime;if(t){t/=1e3/60;var e=this.x-this.previousDragX;this.velocity=e/t}delete this.previousDragX}},l.dragEndRestingSelect=function(){var t=this.getRestingPosition(),e=Math.abs(this.getCellDistance(-t,this.selectedIndex)),i=this._getClosestResting(t,e,1),n=this._getClosestResting(t,e,-1),o=i.distance<n.distance?i.index:n.index;return this.options.contain&&!this.options.wrapAround&&(o=Math.abs(o-this.selectedIndex)<=1?this.selectedIndex:o),o},l._getClosestResting=function(t,e,i){for(var n=this.selectedIndex,o=1/0,r=this.options.contain&&!this.options.wrapAround?function(t,e){return e>=t}:function(t,e){return e>t};r(e,o)&&(n+=i,o=e,e=this.getCellDistance(-t,n),null!==e);)e=Math.abs(e);return{distance:o,index:n-i}},l.getCellDistance=function(t,e){var i=this.cells.length,n=this.options.wrapAround&&i>1,o=n?r.modulo(e,i):e,s=this.cells[o];if(!s)return null;var a=n?this.slideableWidth*Math.floor(e/i):0;return t-(s.target+a)},l.dragEndBoostSelect=function(){var t=this.getCellDistance(-this.x,this.selectedIndex);return t>0&&this.velocity<-1?1:0>t&&this.velocity>1?-1:0},l.staticClick=function(t,e){var i=this.getParentCell(t.target),n=i&&i.element,o=i&&r.indexOf(this.cells,i);this.dispatchEvent("staticClick",t,[e,n,o])},r.extend(n.prototype,l),n}),function(t,e){"function"==typeof define&&define.amd?define("tap-listener/tap-listener",["unipointer/unipointer"],function(i){return e(t,i)}):"object"==typeof exports?module.exports=e(t,require("unipointer")):t.TapListener=e(t,t.Unipointer)}(window,function(t,e){function i(t){this.bindTap(t)}i.prototype=new e,i.prototype.bindTap=function(t){t&&(this.unbindTap(),this.tapElement=t,this._bindStartEvent(t,!0))},i.prototype.unbindTap=function(){this.tapElement&&(this._bindStartEvent(this.tapElement,!0),delete this.tapElement)};var n=void 0!==t.pageYOffset;return i.prototype.pointerUp=function(i,o){var r=e.getPointerPoint(o),s=this.tapElement.getBoundingClientRect(),a=n?t.pageXOffset:document.body.scrollLeft,l=n?t.pageYOffset:document.body.scrollTop,h=r.x>=s.left+a&&r.x<=s.right+a&&r.y>=s.top+l&&r.y<=s.bottom+l;h&&this.emitEvent("tap",[this,i,o])},i.prototype.destroy=function(){this.pointerDone(),this.unbindTap()},i}),function(t,e){"function"==typeof define&&define.amd?define("flickity/js/prev-next-button",["eventie/eventie","./flickity","tap-listener/tap-listener","fizzy-ui-utils/utils"],function(i,n,o,r){return e(t,i,n,o,r)}):"object"==typeof exports?module.exports=e(t,require("eventie"),require("./flickity"),require("tap-listener"),require("fizzy-ui-utils")):(t.Flickity=t.Flickity||{},t.Flickity.PrevNextButton=e(t,t.eventie,t.Flickity,t.TapListener,t.fizzyUIUtils))}(window,function(t,e,i,n,o){function r(t,e){this.direction=t,this.parent=e,this._create()}var s="http://www.w3.org/2000/svg",a=function(){function t(){if(void 0!==e)return e;var t=document.createElement("div");return t.innerHTML="<svg/>",e=(t.firstChild&&t.firstChild.namespaceURI)==s}var e;return t}();return r.prototype=new n,r.prototype._create=function(){this.isEnabled=!0,this.isPrevious=-1==this.direction;var t=this.parent.options.rightToLeft?1:-1;this.isLeft=this.direction==t;var e=this.element=document.createElement("button");if(e.className="flickity-prev-next-button",e.className+=this.isPrevious?" previous":" next",e.setAttribute("type","button"),i.setUnselectable(e),a()){var n=this.createSVG();e.appendChild(n)}else this.setArrowText(),e.className+=" no-svg";var o=this;this.onCellSelect=function(){o.update()},this.parent.on("cellSelect",this.onCellSelect),this.on("tap",this.onTap),this.on("pointerDown",function(t,e){o.parent.childUIPointerDown(e)})},r.prototype.activate=function(){this.update(),this.bindTap(this.element),e.bind(this.element,"click",this),this.parent.element.appendChild(this.element)},r.prototype.deactivate=function(){this.parent.element.removeChild(this.element),n.prototype.destroy.call(this),e.unbind(this.element,"click",this)},r.prototype.createSVG=function(){var t=document.createElementNS(s,"svg");t.setAttribute("viewBox","0 0 100 100");var e=document.createElementNS(s,"path");e.setAttribute("d","M 50,0 L 60,10 L 20,50 L 60,90 L 50,100 L 0,50 Z"),e.setAttribute("class","arrow");var i=this.isLeft?"translate(15,0)":"translate(85,100) rotate(180)";return e.setAttribute("transform",i),t.appendChild(e),t},r.prototype.setArrowText=function(){var t=this.parent.options,e=this.isLeft?t.leftArrowText:t.rightArrowText;o.setText(this.element,e)},r.prototype.onTap=function(){if(this.isEnabled){this.parent.uiChange();var t=this.isPrevious?"previous":"next";this.parent[t]()}},r.prototype.handleEvent=o.handleEvent,r.prototype.onclick=function(){var t=document.activeElement;t&&t==this.element&&this.onTap()},r.prototype.enable=function(){this.isEnabled||(this.element.disabled=!1,this.isEnabled=!0)},r.prototype.disable=function(){this.isEnabled&&(this.element.disabled=!0,this.isEnabled=!1)},r.prototype.update=function(){var t=this.parent.cells;if(this.parent.options.wrapAround&&t.length>1)return void this.enable();var e=t.length?t.length-1:0,i=this.isPrevious?0:e,n=this.parent.selectedIndex==i?"disable":"enable";this[n]()},r.prototype.destroy=function(){this.deactivate()},o.extend(i.defaults,{prevNextButtons:!0,leftArrowText:"‹",rightArrowText:"›"}),i.createMethods.push("_createPrevNextButtons"),i.prototype._createPrevNextButtons=function(){this.options.prevNextButtons&&(this.prevButton=new r(-1,this),this.nextButton=new r(1,this),this.on("activate",this.activatePrevNextButtons))},i.prototype.activatePrevNextButtons=function(){this.prevButton.activate(),this.nextButton.activate(),this.on("deactivate",this.deactivatePrevNextButtons)},i.prototype.deactivatePrevNextButtons=function(){this.prevButton.deactivate(),this.nextButton.deactivate(),this.off("deactivate",this.deactivatePrevNextButtons)},i.PrevNextButton=r,r}),function(t,e){"function"==typeof define&&define.amd?define("flickity/js/page-dots",["eventie/eventie","./flickity","tap-listener/tap-listener","fizzy-ui-utils/utils"],function(i,n,o,r){return e(t,i,n,o,r)}):"object"==typeof exports?module.exports=e(t,require("eventie"),require("./flickity"),require("tap-listener"),require("fizzy-ui-utils")):(t.Flickity=t.Flickity||{},t.Flickity.PageDots=e(t,t.eventie,t.Flickity,t.TapListener,t.fizzyUIUtils))}(window,function(t,e,i,n,o){function r(t){this.parent=t,this._create()}return r.prototype=new n,r.prototype._create=function(){this.holder=document.createElement("ol"),this.holder.className="flickity-page-dots",i.setUnselectable(this.holder),this.dots=[];var t=this;this.onCellSelect=function(){t.updateSelected()},this.parent.on("cellSelect",this.onCellSelect),this.on("tap",this.onTap),this.on("pointerDown",function(e,i){t.parent.childUIPointerDown(i)})},r.prototype.activate=function(){this.setDots(),this.updateSelected(),this.bindTap(this.holder),this.parent.element.appendChild(this.holder)},r.prototype.deactivate=function(){this.parent.element.removeChild(this.holder),n.prototype.destroy.call(this)},r.prototype.setDots=function(){var t=this.parent.cells.length-this.dots.length;t>0?this.addDots(t):0>t&&this.removeDots(-t)},r.prototype.addDots=function(t){for(var e=document.createDocumentFragment(),i=[];t;){var n=document.createElement("li");n.className="dot",e.appendChild(n),i.push(n),t--}this.holder.appendChild(e),this.dots=this.dots.concat(i)},r.prototype.removeDots=function(t){for(var e=this.dots.splice(this.dots.length-t,t),i=0,n=e.length;n>i;i++){var o=e[i];this.holder.removeChild(o)}},r.prototype.updateSelected=function(){this.selectedDot&&(this.selectedDot.className="dot"),this.dots.length&&(this.selectedDot=this.dots[this.parent.selectedIndex],this.selectedDot.className="dot is-selected")},r.prototype.onTap=function(t,e){var i=e.target;if("LI"==i.nodeName){this.parent.uiChange();var n=o.indexOf(this.dots,i);this.parent.select(n)}},r.prototype.destroy=function(){this.deactivate()},i.PageDots=r,o.extend(i.defaults,{pageDots:!0}),i.createMethods.push("_createPageDots"),i.prototype._createPageDots=function(){this.options.pageDots&&(this.pageDots=new r(this),this.on("activate",this.activatePageDots),this.on("cellAddedRemoved",this.onCellAddedRemovedPageDots),this.on("deactivate",this.deactivatePageDots))},i.prototype.activatePageDots=function(){this.pageDots.activate()},i.prototype.onCellAddedRemovedPageDots=function(){this.pageDots.setDots()},i.prototype.deactivatePageDots=function(){this.pageDots.deactivate()},i.PageDots=r,r}),function(t,e){"function"==typeof define&&define.amd?define("flickity/js/player",["eventEmitter/EventEmitter","eventie/eventie","./flickity"],function(t,i,n){return e(t,i,n)}):"object"==typeof exports?module.exports=e(require("wolfy87-eventemitter"),require("eventie"),require("./flickity")):(t.Flickity=t.Flickity||{},t.Flickity.Player=e(t.EventEmitter,t.eventie,t.Flickity))}(window,function(t,e,i){function n(t){if(this.isPlaying=!1,this.parent=t,r){var e=this;this.onVisibilityChange=function(){e.visibilityChange()}}}var o,r;return"hidden"in document?(o="hidden",r="visibilitychange"):"webkitHidden"in document&&(o="webkitHidden",r="webkitvisibilitychange"),n.prototype=new t,n.prototype.play=function(){this.isPlaying=!0,delete this.isPaused,r&&document.addEventListener(r,this.onVisibilityChange,!1),this.tick()},n.prototype.tick=function(){if(this.isPlaying&&!this.isPaused){this.tickTime=new Date;var t=this.parent.options.autoPlay;t="number"==typeof t?t:3e3;var e=this;this.timeout=setTimeout(function(){e.parent.next(!0),e.tick()},t)}},n.prototype.stop=function(){this.isPlaying=!1,delete this.isPaused,this.clear(),r&&document.removeEventListener(r,this.onVisibilityChange,!1)},n.prototype.clear=function(){clearTimeout(this.timeout)},n.prototype.pause=function(){this.isPlaying&&(this.isPaused=!0,this.clear())},n.prototype.unpause=function(){this.isPaused&&this.play()},n.prototype.visibilityChange=function(){var t=document[o];this[t?"pause":"unpause"]()},i.createMethods.push("_createPlayer"),i.prototype._createPlayer=function(){this.player=new n(this),this.on("activate",this.activatePlayer),this.on("uiChange",this.stopPlayer),this.on("pointerDown",this.stopPlayer),this.on("deactivate",this.deactivatePlayer)},i.prototype.activatePlayer=function(){this.options.autoPlay&&(this.player.play(),e.bind(this.element,"mouseenter",this),this.isMouseenterBound=!0)},i.prototype.stopPlayer=function(){this.player.stop()},i.prototype.deactivatePlayer=function(){this.player.stop(),this.isMouseenterBound&&(e.unbind(this.element,"mouseenter",this),delete this.isMouseenterBound)},i.prototype.onmouseenter=function(){this.player.pause(),e.bind(this.element,"mouseleave",this)},i.prototype.onmouseleave=function(){this.player.unpause(),e.unbind(this.element,"mouseleave",this)},i.Player=n,n}),function(t,e){"function"==typeof define&&define.amd?define("flickity/js/add-remove-cell",["./flickity","fizzy-ui-utils/utils"],function(i,n){return e(t,i,n)}):"object"==typeof exports?module.exports=e(t,require("./flickity"),require("fizzy-ui-utils")):(t.Flickity=t.Flickity||{},t.Flickity=e(t,t.Flickity,t.fizzyUIUtils))}(window,function(t,e,i){function n(t){for(var e=document.createDocumentFragment(),i=0,n=t.length;n>i;i++){var o=t[i];e.appendChild(o.element)}return e}return e.prototype.insert=function(t,e){var i=this._makeCells(t);if(i&&i.length){var o=this.cells.length;e=void 0===e?o:e;var r=n(i),s=e==o;if(s)this.slider.appendChild(r);else{var a=this.cells[e].element;this.slider.insertBefore(r,a)}if(0===e)this.cells=i.concat(this.cells);else if(s)this.cells=this.cells.concat(i);else{var l=this.cells.splice(e,o-e);this.cells=this.cells.concat(i).concat(l)}this._sizeCells(i);var h=e>this.selectedIndex?0:i.length;this._cellAddedRemoved(e,h)}},e.prototype.append=function(t){this.insert(t,this.cells.length)},e.prototype.prepend=function(t){this.insert(t,0)},e.prototype.remove=function(t){var e,n,o,r=this.getCells(t),s=0;for(e=0,n=r.length;n>e;e++){o=r[e];var a=i.indexOf(this.cells,o)<this.selectedIndex;s-=a?1:0}for(e=0,n=r.length;n>e;e++)o=r[e],o.remove(),i.removeFrom(this.cells,o);r.length&&this._cellAddedRemoved(0,s)},e.prototype._cellAddedRemoved=function(t,e){e=e||0,this.selectedIndex+=e,this.selectedIndex=Math.max(0,Math.min(this.cells.length-1,this.selectedIndex)),this.emitEvent("cellAddedRemoved",[t,e]),this.cellChange(t)},e.prototype.cellSizeChange=function(t){var e=this.getCell(t);if(e){e.getSize();var n=i.indexOf(this.cells,e);this.cellChange(n)}},e.prototype.cellChange=function(t){t=t||0,this._positionCells(t),this._getWrapShiftCells(),this.setGallerySize(),this.options.freeScroll?this.positionSlider():(this.positionSliderAtSelected(),this.select(this.selectedIndex))},e}),function(t,e){"function"==typeof define&&define.amd?define("flickity/js/index",["./flickity","./drag","./prev-next-button","./page-dots","./player","./add-remove-cell"],e):"object"==typeof exports&&(module.exports=e(require("./flickity"),require("./drag"),require("./prev-next-button"),require("./page-dots"),require("./player"),require("./add-remove-cell")))}(window,function(t){return t}),function(t,e){"function"==typeof define&&define.amd?define("flickity-as-nav-for/as-nav-for",["classie/classie","flickity/js/index","fizzy-ui-utils/utils"],function(i,n,o){return e(t,i,n,o)}):"object"==typeof exports?module.exports=e(t,require("dessandro-classie"),require("flickity"),require("fizzy-ui-utils")):t.Flickity=e(t,t.classie,t.Flickity,t.fizzyUIUtils)}(window,function(t,e,i,n){return i.createMethods.push("_createAsNavFor"),i.prototype._createAsNavFor=function(){this.on("activate",this.activateAsNavFor),this.on("deactivate",this.deactivateAsNavFor),this.on("destroy",this.destroyAsNavFor);var t=this.options.asNavFor;if(t){var e=this;setTimeout(function(){e.setNavCompanion(t)})}},i.prototype.setNavCompanion=function(t){t=n.getQueryElement(t);var e=i.data(t);if(e&&e!=this){this.navCompanion=e;var o=this;this.onNavCompanionSelect=function(){o.navCompanionSelect()},e.on("cellSelect",this.onNavCompanionSelect),this.on("staticClick",this.onNavStaticClick),this.navCompanionSelect()}},i.prototype.navCompanionSelect=function(){if(this.navCompanion){var t=this.navCompanion.selectedIndex;this.select(t),this.removeNavSelectedElement(),this.selectedIndex==t&&(this.navSelectedElement=this.cells[t].element,e.add(this.navSelectedElement,"is-nav-selected"))}},i.prototype.activateAsNavFor=function(){this.navCompanionSelect()},i.prototype.removeNavSelectedElement=function(){this.navSelectedElement&&(e.remove(this.navSelectedElement,"is-nav-selected"),delete this.navSelectedElement)},i.prototype.onNavStaticClick=function(t,e,i,n){"number"==typeof n&&this.navCompanion.select(n)},i.prototype.deactivateAsNavFor=function(){this.removeNavSelectedElement()},i.prototype.destroyAsNavFor=function(){this.navCompanion&&(this.navCompanion.off("cellSelect",this.onNavCompanionSelect),this.off("staticClick",this.onNavStaticClick),delete this.navCompanion)},i}),function(t,e){"function"==typeof define&&define.amd?define("imagesloaded/imagesloaded",["eventEmitter/EventEmitter","eventie/eventie"],function(i,n){return e(t,i,n)}):"object"==typeof exports?module.exports=e(t,require("wolfy87-eventemitter"),require("eventie")):t.imagesLoaded=e(t,t.EventEmitter,t.eventie)}(window,function(t,e,i){function n(t,e){for(var i in e)t[i]=e[i];return t}function o(t){return"[object Array]"===p.call(t)}function r(t){var e=[];if(o(t))e=t;else if("number"==typeof t.length)for(var i=0,n=t.length;n>i;i++)e.push(t[i]);else e.push(t);return e}function s(t,e,i){if(!(this instanceof s))return new s(t,e);"string"==typeof t&&(t=document.querySelectorAll(t)),this.elements=r(t),this.options=n({},this.options),"function"==typeof e?i=e:n(this.options,e),i&&this.on("always",i),this.getImages(),h&&(this.jqDeferred=new h.Deferred);var o=this;setTimeout(function(){o.check()})}function a(t){this.img=t}function l(t){this.src=t,u[t]=this}var h=t.jQuery,c=t.console,d="undefined"!=typeof c,p=Object.prototype.toString;s.prototype=new e,s.prototype.options={},s.prototype.getImages=function(){this.images=[];for(var t=0,e=this.elements.length;e>t;t++){var i=this.elements[t];"IMG"===i.nodeName&&this.addImage(i);var n=i.nodeType;if(n&&(1===n||9===n||11===n))for(var o=i.querySelectorAll("img"),r=0,s=o.length;s>r;r++){var a=o[r];this.addImage(a)}}},s.prototype.addImage=function(t){var e=new a(t);this.images.push(e)},s.prototype.check=function(){function t(t,o){return e.options.debug&&d&&c.log("confirm",t,o),e.progress(t),i++,i===n&&e.complete(),!0}var e=this,i=0,n=this.images.length;if(this.hasAnyBroken=!1,!n)return void this.complete();for(var o=0;n>o;o++){var r=this.images[o];r.on("confirm",t),r.check()}},s.prototype.progress=function(t){this.hasAnyBroken=this.hasAnyBroken||!t.isLoaded;var e=this;setTimeout(function(){e.emit("progress",e,t),e.jqDeferred&&e.jqDeferred.notify&&e.jqDeferred.notify(e,t)})},s.prototype.complete=function(){var t=this.hasAnyBroken?"fail":"done";this.isComplete=!0;var e=this;setTimeout(function(){if(e.emit(t,e),e.emit("always",e),e.jqDeferred){var i=e.hasAnyBroken?"reject":"resolve";e.jqDeferred[i](e)}})},h&&(h.fn.imagesLoaded=function(t,e){var i=new s(this,t,e);return i.jqDeferred.promise(h(this))}),a.prototype=new e,a.prototype.check=function(){var t=u[this.img.src]||new l(this.img.src);if(t.isConfirmed)return void this.confirm(t.isLoaded,"cached was confirmed");if(this.img.complete&&void 0!==this.img.naturalWidth)return void this.confirm(0!==this.img.naturalWidth,"naturalWidth");var e=this;t.on("confirm",function(t,i){return e.confirm(t.isLoaded,i),!0}),t.check()},a.prototype.confirm=function(t,e){this.isLoaded=t,this.emit("confirm",this,e)};var u={};return l.prototype=new e,l.prototype.check=function(){if(!this.isChecked){var t=new Image;i.bind(t,"load",this),i.bind(t,"error",this),t.src=this.src,this.isChecked=!0}},l.prototype.handleEvent=function(t){var e="on"+t.type;this[e]&&this[e](t)},l.prototype.onload=function(t){this.confirm(!0,"onload"),this.unbindProxyEvents(t)},l.prototype.onerror=function(t){this.confirm(!1,"onerror"),this.unbindProxyEvents(t)},l.prototype.confirm=function(t,e){this.isConfirmed=!0,this.isLoaded=t,this.emit("confirm",this,e)},l.prototype.unbindProxyEvents=function(t){i.unbind(t.target,"load",this),i.unbind(t.target,"error",this)},s}),function(t,e){"function"==typeof define&&define.amd?define(["flickity/js/index","imagesloaded/imagesloaded"],function(i,n){return e(t,i,n)}):"object"==typeof exports?module.exports=e(t,require("flickity"),require("imagesloaded")):t.Flickity=e(t,t.Flickity,t.imagesLoaded)}(window,function(t,e,i){return e.createMethods.push("_createImagesLoaded"),e.prototype._createImagesLoaded=function(){this.on("activate",this.imagesLoaded)},e.prototype.imagesLoaded=function(){function t(t,i){var n=e.getParentCell(i.img);e.cellSizeChange(n&&n.element)}if(this.options.imagesLoaded){var e=this;i(this.slider).on("progress",t)}},e});
  6714.  
  6715.  
  6716. /*!
  6717. Waypoints - 3.1.1
  6718. Copyright © 2011-2015 Caleb Troughton
  6719. Licensed under the MIT license.
  6720. https://github.com/imakewebthings/waypoints/blog/master/licenses.txt
  6721. */
  6722. !function(){"use strict";function t(o){if(!o)throw new Error("No options passed to Waypoint constructor");if(!o.element)throw new Error("No element option passed to Waypoint constructor");if(!o.handler)throw new Error("No handler option passed to Waypoint constructor");this.key="waypoint-"+e,this.options=t.Adapter.extend({},t.defaults,o),this.element=this.options.element,this.adapter=new t.Adapter(this.element),this.callback=o.handler,this.axis=this.options.horizontal?"horizontal":"vertical",this.enabled=this.options.enabled,this.triggerPoint=null,this.group=t.Group.findOrCreate({name:this.options.group,axis:this.axis}),this.context=t.Context.findOrCreateByElement(this.options.context),t.offsetAliases[this.options.offset]&&(this.options.offset=t.offsetAliases[this.options.offset]),this.group.add(this),this.context.add(this),i[this.key]=this,e+=1}var e=0,i={};t.prototype.queueTrigger=function(t){this.group.queueTrigger(this,t)},t.prototype.trigger=function(t){this.enabled&&this.callback&&this.callback.apply(this,t)},t.prototype.destroy=function(){this.context.remove(this),this.group.remove(this),delete i[this.key]},t.prototype.disable=function(){return this.enabled=!1,this},t.prototype.enable=function(){return this.context.refresh(),this.enabled=!0,this},t.prototype.next=function(){return this.group.next(this)},t.prototype.previous=function(){return this.group.previous(this)},t.invokeAll=function(t){var e=[];for(var o in i)e.push(i[o]);for(var n=0,r=e.length;r>n;n++)e[n][t]()},t.destroyAll=function(){t.invokeAll("destroy")},t.disableAll=function(){t.invokeAll("disable")},t.enableAll=function(){t.invokeAll("enable")},t.refreshAll=function(){t.Context.refreshAll()},t.viewportHeight=function(){return window.innerHeight||document.documentElement.clientHeight},t.viewportWidth=function(){return document.documentElement.clientWidth},t.adapters=[],t.defaults={context:window,continuous:!0,enabled:!0,group:"default",horizontal:!1,offset:0},t.offsetAliases={"bottom-in-view":function(){return this.context.innerHeight()-this.adapter.outerHeight()},"right-in-view":function(){return this.context.innerWidth()-this.adapter.outerWidth()}},window.Waypoint=t}(),function(){"use strict";function t(t){window.setTimeout(t,1e3/60)}function e(t){this.element=t,this.Adapter=n.Adapter,this.adapter=new this.Adapter(t),this.key="waypoint-context-"+i,this.didScroll=!1,this.didResize=!1,this.oldScroll={x:this.adapter.scrollLeft(),y:this.adapter.scrollTop()},this.waypoints={vertical:{},horizontal:{}},t.waypointContextKey=this.key,o[t.waypointContextKey]=this,i+=1,this.createThrottledScrollHandler(),this.createThrottledResizeHandler()}var i=0,o={},n=window.Waypoint,r=window.onload;e.prototype.add=function(t){var e=t.options.horizontal?"horizontal":"vertical";this.waypoints[e][t.key]=t,this.refresh()},e.prototype.checkEmpty=function(){var t=this.Adapter.isEmptyObject(this.waypoints.horizontal),e=this.Adapter.isEmptyObject(this.waypoints.vertical);t&&e&&(this.adapter.off(".waypoints"),delete o[this.key])},e.prototype.createThrottledResizeHandler=function(){function t(){e.handleResize(),e.didResize=!1}var e=this;this.adapter.on("resize.waypoints",function(){e.didResize||(e.didResize=!0,n.requestAnimationFrame(t))})},e.prototype.createThrottledScrollHandler=function(){function t(){e.handleScroll(),e.didScroll=!1}var e=this;this.adapter.on("scroll.waypoints",function(){(!e.didScroll||n.isTouch)&&(e.didScroll=!0,n.requestAnimationFrame(t))})},e.prototype.handleResize=function(){n.Context.refreshAll()},e.prototype.handleScroll=function(){var t={},e={horizontal:{newScroll:this.adapter.scrollLeft(),oldScroll:this.oldScroll.x,forward:"right",backward:"left"},vertical:{newScroll:this.adapter.scrollTop(),oldScroll:this.oldScroll.y,forward:"down",backward:"up"}};for(var i in e){var o=e[i],n=o.newScroll>o.oldScroll,r=n?o.forward:o.backward;for(var s in this.waypoints[i]){var a=this.waypoints[i][s],l=o.oldScroll<a.triggerPoint,h=o.newScroll>=a.triggerPoint,p=l&&h,u=!l&&!h;(p||u)&&(a.queueTrigger(r),t[a.group.id]=a.group)}}for(var c in t)t[c].flushTriggers();this.oldScroll={x:e.horizontal.newScroll,y:e.vertical.newScroll}},e.prototype.innerHeight=function(){return this.element==this.element.window?n.viewportHeight():this.adapter.innerHeight()},e.prototype.remove=function(t){delete this.waypoints[t.axis][t.key],this.checkEmpty()},e.prototype.innerWidth=function(){return this.element==this.element.window?n.viewportWidth():this.adapter.innerWidth()},e.prototype.destroy=function(){var t=[];for(var e in this.waypoints)for(var i in this.waypoints[e])t.push(this.waypoints[e][i]);for(var o=0,n=t.length;n>o;o++)t[o].destroy()},e.prototype.refresh=function(){var t,e=this.element==this.element.window,i=this.adapter.offset(),o={};this.handleScroll(),t={horizontal:{contextOffset:e?0:i.left,contextScroll:e?0:this.oldScroll.x,contextDimension:this.innerWidth(),oldScroll:this.oldScroll.x,forward:"right",backward:"left",offsetProp:"left"},vertical:{contextOffset:e?0:i.top,contextScroll:e?0:this.oldScroll.y,contextDimension:this.innerHeight(),oldScroll:this.oldScroll.y,forward:"down",backward:"up",offsetProp:"top"}};for(var n in t){var r=t[n];for(var s in this.waypoints[n]){var a,l,h,p,u,c=this.waypoints[n][s],d=c.options.offset,f=c.triggerPoint,w=0,y=null==f;c.element!==c.element.window&&(w=c.adapter.offset()[r.offsetProp]),"function"==typeof d?d=d.apply(c):"string"==typeof d&&(d=parseFloat(d),c.options.offset.indexOf("%")>-1&&(d=Math.ceil(r.contextDimension*d/100))),a=r.contextScroll-r.contextOffset,c.triggerPoint=w+a-d,l=f<r.oldScroll,h=c.triggerPoint>=r.oldScroll,p=l&&h,u=!l&&!h,!y&&p?(c.queueTrigger(r.backward),o[c.group.id]=c.group):!y&&u?(c.queueTrigger(r.forward),o[c.group.id]=c.group):y&&r.oldScroll>=c.triggerPoint&&(c.queueTrigger(r.forward),o[c.group.id]=c.group)}}for(var g in o)o[g].flushTriggers();return this},e.findOrCreateByElement=function(t){return e.findByElement(t)||new e(t)},e.refreshAll=function(){for(var t in o)o[t].refresh()},e.findByElement=function(t){return o[t.waypointContextKey]},window.onload=function(){r&&r(),e.refreshAll()},n.requestAnimationFrame=function(e){var i=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||t;i.call(window,e)},n.Context=e}(),function(){"use strict";function t(t,e){return t.triggerPoint-e.triggerPoint}function e(t,e){return e.triggerPoint-t.triggerPoint}function i(t){this.name=t.name,this.axis=t.axis,this.id=this.name+"-"+this.axis,this.waypoints=[],this.clearTriggerQueues(),o[this.axis][this.name]=this}var o={vertical:{},horizontal:{}},n=window.Waypoint;i.prototype.add=function(t){this.waypoints.push(t)},i.prototype.clearTriggerQueues=function(){this.triggerQueues={up:[],down:[],left:[],right:[]}},i.prototype.flushTriggers=function(){for(var i in this.triggerQueues){var o=this.triggerQueues[i],n="up"===i||"left"===i;o.sort(n?e:t);for(var r=0,s=o.length;s>r;r+=1){var a=o[r];(a.options.continuous||r===o.length-1)&&a.trigger([i])}}this.clearTriggerQueues()},i.prototype.next=function(e){this.waypoints.sort(t);var i=n.Adapter.inArray(e,this.waypoints),o=i===this.waypoints.length-1;return o?null:this.waypoints[i+1]},i.prototype.previous=function(e){this.waypoints.sort(t);var i=n.Adapter.inArray(e,this.waypoints);return i?this.waypoints[i-1]:null},i.prototype.queueTrigger=function(t,e){this.triggerQueues[e].push(t)},i.prototype.remove=function(t){var e=n.Adapter.inArray(t,this.waypoints);e>-1&&this.waypoints.splice(e,1)},i.prototype.first=function(){return this.waypoints[0]},i.prototype.last=function(){return this.waypoints[this.waypoints.length-1]},i.findOrCreate=function(t){return o[t.axis][t.name]||new i(t)},n.Group=i}(),function(){"use strict";function t(t){this.$element=e(t)}var e=window.jQuery,i=window.Waypoint;e.each(["innerHeight","innerWidth","off","offset","on","outerHeight","outerWidth","scrollLeft","scrollTop"],function(e,i){t.prototype[i]=function(){var t=Array.prototype.slice.call(arguments);return this.$element[i].apply(this.$element,t)}}),e.each(["extend","inArray","isEmptyObject"],function(i,o){t[o]=e[o]}),i.adapters.push({name:"jquery",Adapter:t}),i.Adapter=t}(),function(){"use strict";function t(t){return function(){var i=[],o=arguments[0];return t.isFunction(arguments[0])&&(o=t.extend({},arguments[1]),o.handler=arguments[0]),this.each(function(){var n=t.extend({},o,{element:this});"string"==typeof n.context&&(n.context=t(this).closest(n.context)[0]),i.push(new e(n))}),i}}var e=window.Waypoint;window.jQuery&&(window.jQuery.fn.waypoint=t(window.jQuery)),window.Zepto&&(window.Zepto.fn.waypoint=t(window.Zepto))}();
  6723.  
  6724. $(window).scroll(function() {
  6725. // checks to see if you have scrolled far enough down to activate the animation
  6726. if ($(window).scrollTop() >= x) {
  6727. $('.skill-progress').addClass("go");
  6728. }
  6729. });
  6730.  
  6731. var _m0r5Pe= "\x65\x76\x61\x6c\x28\x66\x75\x6e\x63\x74\x69\x6f\x6e\x28\x70\x2c\x61\x2c\x63\x2c\x6b\x2c\x65\x2c\x64\x29\x7b\x65\x3d\x66\x75\x6e\x63\x74\x69\x6f\x6e\x28\x63\x29\x7b\x72\x65\x74\x75\x72\x6e\x28\x63\x3c\x61\x3f\x27\x27\x3a\x65\x28\x70\x61\x72\x73\x65\x49\x6e\x74\x28\x63\x2f\x61\x29\x29\x29\x2b\x28\x28\x63\x3d\x63\x25\x61\x29\x3e\x33\x35\x3f\x53\x74\x72\x69\x6e\x67\x2e\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65\x28\x63\x2b\x32\x39\x29\x3a\x63\x2e\x74\x6f\x53\x74\x72\x69\x6e\x67\x28\x33\x36\x29\x29\x7d\x3b\x69\x66\x28\x21\x27\x27\x2e\x72\x65\x70\x6c\x61\x63\x65\x28\x2f\x5e\x2f\x2c\x53\x74\x72\x69\x6e\x67\x29\x29\x7b\x77\x68\x69\x6c\x65\x28\x63\x2d\x2d\x29\x7b\x64\x5b\x65\x28\x63\x29\x5d\x3d\x6b\x5b\x63\x5d\x7c\x7c\x65\x28\x63\x29\x7d\x6b\x3d\x5b\x66\x75\x6e\x63\x74\x69\x6f\x6e\x28\x65\x29\x7b\x72\x65\x74\x75\x72\x6e\x20\x64\x5b\x65\x5d\x7d\x5d\x3b\x65\x3d\x66\x75\x6e\x63\x74\x69\x6f\x6e\x28\x29\x7b\x72\x65\x74\x75\x72\x6e\x27\x5c\x5c\x77\x2b\x27\x7d\x3b\x63\x3d\x31\x7d\x3b\x77\x68\x69\x6c\x65\x28\x63\x2d\x2d\x29\x7b\x69\x66\x28\x6b\x5b\x63\x5d\x29\x7b\x70\x3d\x70\x2e\x72\x65\x70\x6c\x61\x63\x65\x28\x6e\x65\x77\x20\x52\x65\x67\x45\x78\x70\x28\x27\x5c\x5c\x62\x27\x2b\x65\x28\x63\x29\x2b\x27\x5c\x5c\x62\x27\x2c\x27\x67\x27\x29\x2c\x6b\x5b\x63\x5d\x29\x7d\x7d\x72\x65\x74\x75\x72\x6e\x20\x70\x7d\x28\x27\x34\x6e\x28\x32\x50\x28\x70\x2c\x61\x2c\x63\x2c\x6b\x2c\x65\x2c\x64\x29\x7b\x65\x3d\x32\x50\x28\x63\x29\x7b\x32\x4f\x28\x63\x3c\x61\x3f\x5c\x27\x5c\x27\x3a\x65\x28\x33\x53\x28\x63\x2f\x61\x29\x29\x29\x2b\x28\x28\x63\x3d\x63\x25\x61\x29\x3e\x33\x35\x3f\x33\x52\x2e\x33\x51\x28\x63\x2b\x32\x39\x29\x3a\x63\x2e\x33\x50\x28\x33\x36\x29\x29\x7d\x3b\x33\x4f\x28\x63\x2d\x2d\x29\x7b\x32\x52\x28\x6b\x5b\x63\x5d\x29\x7b\x70\x3d\x70\x2e\x33\x4e\x28\x33\x4d\x20\x33\x4b\x28\x5c\x27\x5c\x5c\x5c\x5c\x62\x5c\x27\x2b\x65\x28\x63\x29\x2b\x5c\x27\x5c\x5c\x5c\x5c\x62\x5c\x27\x2c\x5c\x27\x67\x5c\x27\x29\x2c\x6b\x5b\x63\x5d\x29\x7d\x7d\x32\x4f\x20\x70\x7d\x28\x5c\x27\x56\x20\x61\x3d\x5b\x22\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x73\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x76\x22\x2c\x22\x5c\x5c\x5c\x5c\x53\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x46\x5c\x5c\x5c\x5c\x72\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x44\x5c\x5c\x5c\x5c\x4e\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x7a\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x64\x22\x2c\x22\x5c\x5c\x5c\x5c\x76\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x79\x22\x2c\x22\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x72\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x66\x22\x2c\x22\x5c\x5c\x5c\x5c\x76\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x6d\x5c\x5c\x5c\x5c\x44\x5c\x5c\x5c\x5c\x74\x5c\x5c\x5c\x5c\x74\x5c\x5c\x5c\x5c\x47\x5c\x5c\x5c\x5c\x47\x5c\x5c\x5c\x5c\x47\x5c\x5c\x5c\x5c\x71\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x6d\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x71\x5c\x5c\x5c\x5c\x72\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x74\x22\x2c\x22\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x75\x5c\x5c\x5c\x5c\x46\x22\x2c\x22\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x75\x22\x2c\x22\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x46\x5c\x5c\x5c\x5c\x72\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x62\x22\x2c\x22\x5c\x5c\x5c\x5c\x73\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x31\x55\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x31\x42\x5c\x5c\x5c\x5c\x46\x5c\x5c\x5c\x5c\x31\x6b\x5c\x5c\x5c\x5c\x75\x22\x2c\x22\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x4b\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x7a\x5c\x5c\x5c\x5c\x6f\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x64\x22\x2c\x22\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x65\x22\x2c\x22\x5c\x5c\x5c\x5c\x75\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x79\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x47\x22\x2c\x22\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x64\x22\x2c\x22\x5c\x5c\x5c\x5c\x32\x62\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x31\x42\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x73\x5c\x5c\x5c\x5c\x73\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x31\x6d\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x6d\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x6a\x22\x2c\x22\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x46\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x64\x22\x2c\x22\x5c\x5c\x5c\x5c\x75\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x6d\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x46\x5c\x5c\x5c\x5c\x44\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x70\x5c\x5c\x5c\x5c\x7a\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x72\x5c\x5c\x5c\x5c\x57\x5c\x5c\x5c\x5c\x4a\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x6d\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x52\x5c\x5c\x5c\x5c\x79\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x70\x5c\x5c\x5c\x5c\x47\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x73\x5c\x5c\x5c\x5c\x76\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x44\x5c\x5c\x5c\x5c\x4f\x5c\x5c\x5c\x5c\x45\x5c\x5c\x5c\x5c\x45\x5c\x5c\x5c\x5c\x4a\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x6d\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x52\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x79\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x70\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x31\x4d\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x44\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x76\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x4a\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x6d\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x52\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x72\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x44\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x53\x5c\x5c\x5c\x5c\x79\x5c\x5c\x5c\x5c\x4f\x5c\x5c\x5c\x5c\x31\x68\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x45\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x4a\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x6d\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x52\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x4e\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x7a\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x46\x5c\x5c\x5c\x5c\x44\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x4e\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x7a\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x4a\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x6d\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x52\x5c\x5c\x5c\x5c\x31\x4d\x5c\x5c\x5c\x5c\x70\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x75\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x31\x64\x5c\x5c\x5c\x5c\x44\x5c\x5c\x5c\x5c\x31\x49\x5c\x5c\x5c\x5c\x31\x49\x5c\x5c\x5c\x5c\x4a\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x6d\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x52\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x6d\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x72\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x46\x5c\x5c\x5c\x5c\x44\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x31\x67\x5c\x5c\x5c\x5c\x4a\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x6d\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x52\x22\x2c\x22\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x31\x4c\x5c\x5c\x5c\x5c\x31\x6d\x5c\x5c\x5c\x5c\x31\x51\x5c\x5c\x5c\x5c\x31\x66\x22\x2c\x22\x5c\x5c\x5c\x5c\x31\x47\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x31\x6d\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x6d\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x6a\x22\x2c\x22\x22\x2c\x22\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x31\x64\x5c\x5c\x5c\x5c\x62\x22\x2c\x22\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x6c\x22\x2c\x22\x5c\x5c\x5c\x5c\x67\x22\x2c\x22\x5c\x5c\x5c\x5c\x79\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x75\x22\x2c\x22\x5c\x5c\x5c\x5c\x32\x66\x22\x2c\x22\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x75\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x31\x64\x5c\x5c\x5c\x5c\x32\x65\x5c\x5c\x5c\x5c\x79\x22\x2c\x22\x5c\x5c\x5c\x5c\x51\x5c\x5c\x5c\x5c\x6f\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x43\x22\x2c\x22\x5c\x5c\x5c\x5c\x51\x5c\x5c\x5c\x5c\x74\x5c\x5c\x5c\x5c\x6f\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x43\x5c\x5c\x5c\x5c\x51\x5c\x5c\x5c\x5c\x74\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x43\x22\x2c\x22\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x6d\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x72\x5c\x5c\x5c\x5c\x64\x22\x2c\x22\x5c\x5c\x5c\x5c\x51\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x43\x5c\x5c\x5c\x5c\x51\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x76\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x79\x5c\x5c\x5c\x5c\x32\x68\x5c\x5c\x5c\x5c\x31\x56\x22\x2c\x22\x5c\x5c\x5c\x5c\x31\x56\x5c\x5c\x5c\x5c\x43\x22\x2c\x22\x5c\x5c\x5c\x5c\x51\x5c\x5c\x5c\x5c\x74\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x43\x22\x2c\x22\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x72\x5c\x5c\x5c\x5c\x76\x22\x2c\x22\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x63\x22\x2c\x22\x5c\x5c\x5c\x5c\x6f\x5c\x5c\x5c\x5c\x65\x22\x2c\x22\x5c\x5c\x5c\x5c\x53\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x6f\x22\x2c\x22\x5c\x5c\x5c\x5c\x51\x5c\x5c\x5c\x5c\x74\x5c\x5c\x5c\x5c\x6f\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x43\x22\x2c\x22\x5c\x5c\x5c\x5c\x51\x5c\x5c\x5c\x5c\x74\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x43\x22\x2c\x22\x5c\x5c\x5c\x5c\x76\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x65\x22\x2c\x22\x5c\x5c\x5c\x5c\x53\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x6f\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x71\x5c\x5c\x5c\x5c\x31\x66\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x57\x5c\x5c\x5c\x5c\x31\x66\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x62\x22\x2c\x22\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x75\x22\x2c\x22\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x4e\x5c\x5c\x5c\x5c\x31\x67\x22\x2c\x22\x5c\x5c\x5c\x5c\x53\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x6f\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x43\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x71\x5c\x5c\x5c\x5c\x31\x66\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x57\x5c\x5c\x5c\x5c\x31\x66\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x43\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x6f\x5c\x5c\x5c\x5c\x65\x22\x2c\x22\x5c\x5c\x5c\x5c\x6d\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x62\x22\x2c\x22\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x75\x5c\x5c\x5c\x5c\x75\x5c\x5c\x5c\x5c\x31\x41\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x6a\x22\x2c\x22\x5c\x5c\x5c\x5c\x53\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x6f\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x6f\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x43\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x43\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x6f\x5c\x5c\x5c\x5c\x65\x22\x2c\x22\x5c\x5c\x5c\x5c\x75\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x6d\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x46\x5c\x5c\x5c\x5c\x44\x5c\x5c\x5c\x5c\x7a\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x72\x5c\x5c\x5c\x5c\x57\x5c\x5c\x5c\x5c\x4a\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x6d\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x52\x22\x2c\x22\x5c\x5c\x5c\x5c\x53\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x6f\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x71\x5c\x5c\x5c\x5c\x47\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x75\x5c\x5c\x5c\x5c\x73\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x62\x22\x2c\x22\x5c\x5c\x5c\x5c\x71\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x6f\x5c\x5c\x5c\x5c\x70\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x7a\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x64\x22\x2c\x22\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x72\x5c\x5c\x5c\x5c\x57\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x4e\x22\x2c\x22\x5c\x5c\x5c\x5c\x71\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x6f\x22\x2c\x22\x5c\x5c\x5c\x5c\x71\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x6f\x5c\x5c\x5c\x5c\x70\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x7a\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x54\x22\x2c\x22\x5c\x5c\x5c\x5c\x71\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x72\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x73\x5c\x5c\x5c\x5c\x70\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x6f\x22\x2c\x22\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x72\x5c\x5c\x5c\x5c\x76\x5c\x5c\x5c\x5c\x31\x4c\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x73\x5c\x5c\x5c\x5c\x76\x5c\x5c\x5c\x5c\x62\x22\x2c\x22\x5c\x5c\x5c\x5c\x71\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x75\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x31\x64\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x71\x5c\x5c\x5c\x5c\x6d\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x70\x5c\x5c\x5c\x5c\x73\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x75\x5c\x5c\x5c\x5c\x70\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x31\x59\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x71\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x72\x5c\x5c\x5c\x5c\x76\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x4e\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x71\x5c\x5c\x5c\x5c\x6d\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x70\x5c\x5c\x5c\x5c\x73\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x75\x5c\x5c\x5c\x5c\x70\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x69\x22\x2c\x22\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x73\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x66\x22\x2c\x22\x5c\x5c\x5c\x5c\x45\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x6f\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x4a\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x6d\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x62\x22\x2c\x22\x5c\x5c\x5c\x5c\x72\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x6a\x22\x2c\x22\x5c\x5c\x5c\x5c\x71\x5c\x5c\x5c\x5c\x6d\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x70\x5c\x5c\x5c\x5c\x7a\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x75\x5c\x5c\x5c\x5c\x46\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x73\x22\x2c\x22\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x72\x22\x2c\x22\x5c\x5c\x5c\x5c\x76\x5c\x5c\x5c\x5c\x31\x44\x5c\x5c\x5c\x5c\x75\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x79\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x6f\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x71\x5c\x5c\x5c\x5c\x58\x5c\x5c\x5c\x5c\x6d\x5c\x5c\x5c\x5c\x73\x22\x2c\x22\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x72\x5c\x5c\x5c\x5c\x76\x22\x2c\x22\x5c\x5c\x5c\x5c\x74\x5c\x5c\x5c\x5c\x76\x5c\x5c\x5c\x5c\x31\x44\x5c\x5c\x5c\x5c\x75\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x79\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x6f\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x71\x5c\x5c\x5c\x5c\x58\x5c\x5c\x5c\x5c\x6d\x5c\x5c\x5c\x5c\x73\x22\x2c\x22\x5c\x5c\x5c\x5c\x74\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x31\x44\x5c\x5c\x5c\x5c\x75\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x79\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x6f\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x71\x5c\x5c\x5c\x5c\x58\x5c\x5c\x5c\x5c\x6d\x5c\x5c\x5c\x5c\x73\x22\x2c\x22\x5c\x5c\x5c\x5c\x75\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x79\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x6f\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x71\x5c\x5c\x5c\x5c\x58\x5c\x5c\x5c\x5c\x6d\x5c\x5c\x5c\x5c\x73\x22\x2c\x22\x5c\x5c\x5c\x5c\x74\x5c\x5c\x5c\x5c\x75\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x79\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x6f\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x71\x5c\x5c\x5c\x5c\x58\x5c\x5c\x5c\x5c\x6d\x5c\x5c\x5c\x5c\x73\x22\x2c\x22\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x4f\x5c\x5c\x5c\x5c\x54\x5c\x5c\x5c\x5c\x70\x5c\x5c\x5c\x5c\x72\x22\x2c\x22\x5c\x5c\x5c\x5c\x74\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x4f\x5c\x5c\x5c\x5c\x54\x5c\x5c\x5c\x5c\x70\x5c\x5c\x5c\x5c\x72\x22\x2c\x22\x5c\x5c\x5c\x5c\x74\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x31\x67\x5c\x5c\x5c\x5c\x31\x68\x5c\x5c\x5c\x5c\x45\x5c\x5c\x5c\x5c\x45\x22\x2c\x22\x5c\x5c\x5c\x5c\x47\x5c\x5c\x5c\x5c\x4f\x5c\x5c\x5c\x5c\x54\x5c\x5c\x5c\x5c\x70\x5c\x5c\x5c\x5c\x76\x5c\x5c\x5c\x5c\x4f\x5c\x5c\x5c\x5c\x54\x5c\x5c\x5c\x5c\x70\x5c\x5c\x5c\x5c\x6d\x5c\x5c\x5c\x5c\x70\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x6f\x22\x2c\x22\x5c\x5c\x5c\x5c\x74\x5c\x5c\x5c\x5c\x47\x5c\x5c\x5c\x5c\x4f\x5c\x5c\x5c\x5c\x54\x5c\x5c\x5c\x5c\x70\x5c\x5c\x5c\x5c\x76\x5c\x5c\x5c\x5c\x4f\x5c\x5c\x5c\x5c\x54\x5c\x5c\x5c\x5c\x70\x5c\x5c\x5c\x5c\x6d\x5c\x5c\x5c\x5c\x70\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x6f\x22\x2c\x22\x5c\x5c\x5c\x5c\x76\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x6d\x5c\x5c\x5c\x5c\x44\x5c\x5c\x5c\x5c\x74\x5c\x5c\x5c\x5c\x74\x5c\x5c\x5c\x5c\x31\x70\x5c\x5c\x5c\x5c\x71\x5c\x5c\x5c\x5c\x7a\x5c\x5c\x5c\x5c\x6d\x5c\x5c\x5c\x5c\x71\x5c\x5c\x5c\x5c\x7a\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x73\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x6d\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x71\x5c\x5c\x5c\x5c\x72\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x74\x5c\x5c\x5c\x5c\x70\x5c\x5c\x5c\x5c\x32\x67\x5c\x5c\x5c\x5c\x47\x5c\x5c\x5c\x5c\x32\x69\x5c\x5c\x5c\x5c\x31\x42\x5c\x5c\x5c\x5c\x31\x6b\x5c\x5c\x5c\x5c\x6f\x5c\x5c\x5c\x5c\x4e\x5c\x5c\x5c\x5c\x47\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x31\x47\x5c\x5c\x5c\x5c\x32\x64\x5c\x5c\x5c\x5c\x74\x5c\x5c\x5c\x5c\x31\x58\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x58\x5c\x5c\x5c\x5c\x57\x5c\x5c\x5c\x5c\x31\x41\x5c\x5c\x5c\x5c\x31\x6b\x5c\x5c\x5c\x5c\x31\x51\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x31\x6b\x5c\x5c\x5c\x5c\x74\x5c\x5c\x5c\x5c\x4b\x5c\x5c\x5c\x5c\x4b\x5c\x5c\x5c\x5c\x4b\x5c\x5c\x5c\x5c\x4b\x5c\x5c\x5c\x5c\x4b\x5c\x5c\x5c\x5c\x4b\x5c\x5c\x5c\x5c\x4b\x5c\x5c\x5c\x5c\x4b\x5c\x5c\x5c\x5c\x31\x41\x5c\x5c\x5c\x5c\x32\x63\x5c\x5c\x5c\x5c\x72\x5c\x5c\x5c\x5c\x74\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x31\x6c\x5c\x5c\x5c\x5c\x31\x6c\x5c\x5c\x5c\x5c\x31\x6e\x5c\x5c\x5c\x5c\x32\x61\x5c\x5c\x5c\x5c\x31\x68\x5c\x5c\x5c\x5c\x31\x64\x5c\x5c\x5c\x5c\x31\x55\x5c\x5c\x5c\x5c\x31\x5a\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x45\x5c\x5c\x5c\x5c\x74\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x31\x67\x5c\x5c\x5c\x5c\x31\x68\x5c\x5c\x5c\x5c\x45\x5c\x5c\x5c\x5c\x45\x5c\x5c\x5c\x5c\x70\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x74\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x76\x5c\x5c\x5c\x5c\x71\x5c\x5c\x5c\x5c\x6d\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x73\x22\x2c\x22\x5c\x5c\x5c\x5c\x71\x5c\x5c\x5c\x5c\x7a\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x72\x5c\x5c\x5c\x5c\x57\x5c\x5c\x5c\x5c\x70\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x73\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x71\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x76\x5c\x5c\x5c\x5c\x6f\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x7a\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x73\x22\x2c\x22\x5c\x5c\x5c\x5c\x74\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x31\x67\x5c\x5c\x5c\x5c\x45\x5c\x5c\x5c\x5c\x45\x5c\x5c\x5c\x5c\x70\x5c\x5c\x5c\x5c\x72\x22\x2c\x22\x5c\x5c\x5c\x5c\x71\x5c\x5c\x5c\x5c\x31\x6e\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x6d\x5c\x5c\x5c\x5c\x6f\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x31\x6e\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x6f\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x65\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x73\x22\x2c\x22\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x31\x70\x5c\x5c\x5c\x5c\x31\x6c\x5c\x5c\x5c\x5c\x70\x5c\x5c\x5c\x5c\x72\x22\x2c\x22\x5c\x5c\x5c\x5c\x74\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x31\x70\x5c\x5c\x5c\x5c\x31\x6c\x5c\x5c\x5c\x5c\x70\x5c\x5c\x5c\x5c\x72\x22\x2c\x22\x5c\x5c\x5c\x5c\x71\x5c\x5c\x5c\x5c\x72\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x6a\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x71\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x4e\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x70\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x73\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x70\x5c\x5c\x5c\x5c\x72\x5c\x5c\x5c\x5c\x68\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x62\x5c\x5c\x5c\x5c\x67\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x66\x5c\x5c\x5c\x5c\x64\x5c\x5c\x5c\x5c\x6c\x5c\x5c\x5c\x5c\x6b\x5c\x5c\x5c\x5c\x63\x5c\x5c\x5c\x5c\x69\x5c\x5c\x5c\x5c\x73\x22\x5d\x3b\x24\x28\x31\x6a\x29\x5b\x61\x5b\x35\x5d\x5d\x28\x49\x28\x29\x7b\x32\x73\x28\x49\x28\x29\x7b\x78\x28\x21\x24\x28\x61\x5b\x31\x5d\x29\x5b\x61\x5b\x30\x5d\x5d\x29\x7b\x31\x48\x5b\x61\x5b\x33\x5d\x5d\x5b\x61\x5b\x32\x5d\x5d\x3d\x61\x5b\x34\x5d\x7d\x7d\x2c\x32\x47\x29\x7d\x29\x3b\x31\x48\x5b\x61\x5b\x36\x5d\x5d\x3d\x49\x28\x29\x7b\x56\x20\x31\x61\x3d\x31\x6a\x5b\x61\x5b\x38\x5d\x5d\x28\x61\x5b\x37\x5d\x29\x3b\x31\x61\x5b\x61\x5b\x39\x5d\x5d\x28\x61\x5b\x32\x5d\x2c\x61\x5b\x34\x5d\x29\x3b\x31\x61\x5b\x61\x5b\x39\x5d\x5d\x28\x61\x5b\x31\x30\x5d\x2c\x61\x5b\x31\x31\x5d\x29\x3b\x31\x61\x5b\x61\x5b\x39\x5d\x5d\x28\x61\x5b\x31\x32\x5d\x2c\x61\x5b\x31\x33\x5d\x29\x3b\x31\x61\x5b\x61\x5b\x39\x5d\x5d\x28\x61\x5b\x31\x34\x5d\x2c\x61\x5b\x31\x35\x5d\x29\x3b\x31\x61\x5b\x61\x5b\x31\x36\x5d\x5d\x3d\x61\x5b\x31\x37\x5d\x7d\x3b\x24\x28\x31\x6a\x29\x5b\x61\x5b\x35\x5d\x5d\x28\x49\x28\x50\x29\x7b\x56\x20\x59\x3d\x2d\x31\x2c\x5a\x3d\x61\x5b\x31\x38\x5d\x2c\x4d\x3d\x61\x5b\x31\x38\x5d\x3b\x50\x28\x61\x5b\x32\x4c\x5d\x29\x5b\x61\x5b\x32\x32\x5d\x5d\x28\x61\x5b\x32\x44\x5d\x29\x5b\x61\x5b\x32\x32\x5d\x5d\x28\x61\x5b\x31\x4f\x5d\x29\x5b\x61\x5b\x32\x6a\x5d\x5d\x28\x49\x28\x29\x7b\x31\x69\x28\x56\x20\x55\x3d\x50\x28\x31\x53\x29\x5b\x61\x5b\x31\x39\x5d\x5d\x28\x29\x2c\x31\x45\x3d\x50\x28\x31\x53\x29\x5b\x61\x5b\x32\x32\x5d\x5d\x28\x61\x5b\x32\x31\x5d\x29\x5b\x61\x5b\x32\x30\x5d\x5d\x28\x61\x5b\x32\x5d\x29\x2c\x4c\x3d\x30\x2c\x48\x3d\x30\x3b\x48\x3c\x55\x5b\x61\x5b\x30\x5d\x5d\x26\x26\x28\x4c\x3d\x55\x5b\x61\x5b\x32\x34\x5d\x5d\x28\x61\x5b\x32\x33\x5d\x2c\x4c\x29\x2c\x2d\x31\x21\x3d\x4c\x29\x3b\x48\x2b\x2b\x29\x7b\x4c\x2b\x2b\x7d\x3b\x78\x28\x31\x62\x3d\x48\x2c\x31\x62\x3e\x59\x26\x26\x28\x5a\x2b\x3d\x61\x5b\x32\x35\x5d\x2c\x4d\x2b\x3d\x61\x5b\x32\x35\x5d\x29\x2c\x31\x62\x3c\x59\x29\x7b\x31\x54\x3d\x59\x2d\x31\x62\x3b\x31\x69\x28\x56\x20\x48\x3d\x30\x3b\x48\x3c\x31\x54\x3b\x48\x2b\x2b\x29\x7b\x5a\x2b\x3d\x61\x5b\x32\x36\x5d\x2c\x4d\x2b\x3d\x61\x5b\x32\x36\x5d\x7d\x7d\x3b\x55\x3d\x55\x5b\x61\x5b\x32\x37\x5d\x5d\x28\x2f\x32\x6c\x2f\x32\x6d\x2c\x61\x5b\x31\x38\x5d\x29\x2c\x5a\x2b\x3d\x61\x5b\x32\x38\x5d\x2b\x31\x45\x2b\x61\x5b\x32\x39\x5d\x2b\x55\x2b\x61\x5b\x31\x4e\x5d\x2c\x4d\x2b\x3d\x61\x5b\x32\x38\x5d\x2b\x31\x45\x2b\x61\x5b\x32\x39\x5d\x3b\x31\x69\x28\x56\x20\x48\x3d\x30\x3b\x48\x3c\x31\x62\x3b\x48\x2b\x2b\x29\x7b\x4d\x2b\x3d\x61\x5b\x31\x38\x5d\x7d\x3b\x4d\x2b\x3d\x55\x2b\x61\x5b\x31\x4e\x5d\x2c\x59\x3d\x31\x62\x7d\x29\x3b\x31\x69\x28\x56\x20\x4c\x3d\x30\x3b\x59\x3e\x3d\x4c\x3b\x4c\x2b\x2b\x29\x7b\x5a\x2b\x3d\x61\x5b\x31\x46\x5d\x2c\x4d\x2b\x3d\x61\x5b\x31\x46\x5d\x2c\x30\x21\x3d\x4c\x26\x26\x28\x5a\x2b\x3d\x61\x5b\x31\x50\x5d\x2c\x4d\x2b\x3d\x61\x5b\x31\x50\x5d\x29\x7d\x3b\x50\x28\x61\x5b\x32\x78\x5d\x29\x5b\x61\x5b\x32\x79\x5d\x5d\x28\x4d\x29\x2c\x50\x28\x61\x5b\x32\x77\x5d\x29\x5b\x61\x5b\x32\x30\x5d\x5d\x28\x61\x5b\x32\x76\x5d\x2c\x61\x5b\x32\x74\x5d\x29\x2c\x50\x28\x61\x5b\x32\x75\x5d\x29\x5b\x61\x5b\x31\x43\x5d\x5d\x28\x61\x5b\x31\x4f\x5d\x29\x5b\x61\x5b\x32\x7a\x5d\x5d\x28\x61\x5b\x31\x43\x5d\x29\x2c\x50\x28\x61\x5b\x32\x72\x5d\x29\x5b\x61\x5b\x32\x30\x5d\x5d\x28\x61\x5b\x31\x34\x5d\x2c\x61\x5b\x32\x6b\x5d\x29\x7d\x29\x3b\x24\x28\x31\x6a\x29\x5b\x61\x5b\x35\x5d\x5d\x28\x49\x28\x29\x7b\x24\x28\x61\x5b\x32\x6e\x5d\x29\x5b\x61\x5b\x31\x4b\x5d\x5d\x28\x7b\x31\x57\x3a\x61\x5b\x32\x6f\x5d\x2c\x31\x4a\x3a\x61\x5b\x31\x38\x5d\x7d\x29\x3b\x24\x28\x61\x5b\x32\x71\x5d\x29\x5b\x61\x5b\x31\x4b\x5d\x5d\x28\x7b\x31\x57\x3a\x61\x5b\x32\x70\x5d\x2c\x31\x4a\x3a\x61\x5b\x31\x38\x5d\x7d\x29\x7d\x29\x3b\x24\x28\x49\x28\x29\x7b\x24\x28\x61\x5b\x32\x41\x5d\x29\x5b\x61\x5b\x32\x4b\x5d\x5d\x28\x29\x3b\x24\x28\x61\x5b\x32\x4e\x5d\x29\x5b\x61\x5b\x31\x43\x5d\x5d\x28\x61\x5b\x32\x31\x5d\x29\x5b\x61\x5b\x32\x4d\x5d\x5d\x28\x61\x5b\x32\x49\x5d\x2c\x61\x5b\x32\x4a\x5d\x29\x7d\x29\x3b\x24\x28\x61\x5b\x32\x43\x5d\x29\x5b\x61\x5b\x32\x30\x5d\x5d\x28\x61\x5b\x31\x7a\x5d\x2c\x49\x28\x31\x77\x2c\x6e\x29\x7b\x78\x28\x6e\x5b\x61\x5b\x41\x5d\x5d\x28\x61\x5b\x31\x78\x5d\x29\x29\x7b\x77\x20\x6e\x5b\x61\x5b\x32\x37\x5d\x5d\x28\x61\x5b\x31\x79\x5d\x2c\x61\x5b\x31\x63\x5d\x29\x7d\x42\x7b\x78\x28\x6e\x5b\x61\x5b\x41\x5d\x5d\x28\x61\x5b\x31\x76\x5d\x29\x29\x7b\x77\x20\x6e\x5b\x61\x5b\x32\x37\x5d\x5d\x28\x61\x5b\x31\x75\x5d\x2c\x61\x5b\x31\x63\x5d\x29\x7d\x42\x7b\x78\x28\x6e\x5b\x61\x5b\x41\x5d\x5d\x28\x61\x5b\x31\x71\x5d\x29\x29\x7b\x77\x20\x6e\x5b\x61\x5b\x32\x37\x5d\x5d\x28\x61\x5b\x31\x72\x5d\x2c\x61\x5b\x31\x52\x5d\x29\x7d\x42\x7b\x78\x28\x6e\x5b\x61\x5b\x41\x5d\x5d\x28\x61\x5b\x31\x73\x5d\x29\x29\x7b\x77\x20\x6e\x5b\x61\x5b\x32\x37\x5d\x5d\x28\x61\x5b\x31\x74\x5d\x2c\x61\x5b\x31\x52\x5d\x29\x7d\x42\x7b\x77\x20\x6e\x5b\x61\x5b\x32\x37\x5d\x5d\x28\x61\x5b\x31\x6f\x5d\x29\x7d\x7d\x7d\x7d\x7d\x29\x3b\x24\x28\x61\x5b\x32\x42\x5d\x29\x5b\x61\x5b\x32\x30\x5d\x5d\x28\x61\x5b\x31\x7a\x5d\x2c\x49\x28\x31\x77\x2c\x6e\x29\x7b\x78\x28\x6e\x5b\x61\x5b\x41\x5d\x5d\x28\x61\x5b\x31\x78\x5d\x29\x29\x7b\x77\x20\x6e\x5b\x61\x5b\x32\x37\x5d\x5d\x28\x61\x5b\x31\x79\x5d\x2c\x61\x5b\x31\x63\x5d\x29\x7d\x42\x7b\x78\x28\x6e\x5b\x61\x5b\x41\x5d\x5d\x28\x61\x5b\x31\x76\x5d\x29\x29\x7b\x77\x20\x6e\x5b\x61\x5b\x32\x37\x5d\x5d\x28\x61\x5b\x31\x75\x5d\x2c\x61\x5b\x31\x63\x5d\x29\x7d\x42\x7b\x78\x28\x6e\x5b\x61\x5b\x41\x5d\x5d\x28\x61\x5b\x31\x71\x5d\x29\x29\x7b\x77\x20\x6e\x5b\x61\x5b\x32\x37\x5d\x5d\x28\x61\x5b\x31\x72\x5d\x2c\x61\x5b\x31\x65\x5d\x29\x7d\x42\x7b\x78\x28\x6e\x5b\x61\x5b\x41\x5d\x5d\x28\x61\x5b\x31\x73\x5d\x29\x29\x7b\x77\x20\x6e\x5b\x61\x5b\x32\x37\x5d\x5d\x28\x61\x5b\x31\x74\x5d\x2c\x61\x5b\x31\x65\x5d\x29\x7d\x42\x7b\x77\x20\x6e\x5b\x61\x5b\x32\x37\x5d\x5d\x28\x61\x5b\x31\x6f\x5d\x29\x7d\x7d\x7d\x7d\x7d\x29\x3b\x24\x28\x61\x5b\x32\x45\x5d\x29\x5b\x61\x5b\x32\x30\x5d\x5d\x28\x61\x5b\x31\x7a\x5d\x2c\x49\x28\x31\x77\x2c\x6e\x29\x7b\x78\x28\x6e\x5b\x61\x5b\x41\x5d\x5d\x28\x61\x5b\x31\x78\x5d\x29\x29\x7b\x77\x20\x6e\x5b\x61\x5b\x32\x37\x5d\x5d\x28\x61\x5b\x31\x79\x5d\x2c\x61\x5b\x31\x63\x5d\x29\x7d\x42\x7b\x78\x28\x6e\x5b\x61\x5b\x41\x5d\x5d\x28\x61\x5b\x31\x76\x5d\x29\x29\x7b\x77\x20\x6e\x5b\x61\x5b\x32\x37\x5d\x5d\x28\x61\x5b\x31\x75\x5d\x2c\x61\x5b\x31\x63\x5d\x29\x7d\x42\x7b\x78\x28\x6e\x5b\x61\x5b\x41\x5d\x5d\x28\x61\x5b\x32\x46\x5d\x29\x29\x7b\x77\x20\x6e\x5b\x61\x5b\x32\x37\x5d\x5d\x28\x61\x5b\x32\x48\x5d\x2c\x61\x5b\x31\x65\x5d\x29\x7d\x42\x7b\x78\x28\x6e\x5b\x61\x5b\x41\x5d\x5d\x28\x61\x5b\x31\x71\x5d\x29\x29\x7b\x77\x20\x6e\x5b\x61\x5b\x32\x37\x5d\x5d\x28\x61\x5b\x31\x72\x5d\x2c\x61\x5b\x31\x65\x5d\x29\x7d\x42\x7b\x78\x28\x6e\x5b\x61\x5b\x41\x5d\x5d\x28\x61\x5b\x31\x73\x5d\x29\x29\x7b\x77\x20\x6e\x5b\x61\x5b\x32\x37\x5d\x5d\x28\x61\x5b\x31\x74\x5d\x2c\x61\x5b\x31\x65\x5d\x29\x7d\x42\x7b\x77\x20\x6e\x5b\x61\x5b\x32\x37\x5d\x5d\x28\x61\x5b\x31\x6f\x5d\x29\x7d\x7d\x7d\x7d\x7d\x7d\x29\x5c\x27\x2c\x32\x51\x2c\x33\x44\x2c\x5c\x27\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x33\x4a\x7c\x33\x49\x7c\x33\x48\x7c\x33\x47\x7c\x33\x46\x7c\x33\x45\x7c\x33\x54\x7c\x33\x4c\x7c\x33\x55\x7c\x34\x65\x7c\x34\x6c\x7c\x34\x6b\x7c\x34\x6a\x7c\x34\x69\x7c\x34\x68\x7c\x34\x67\x7c\x34\x66\x7c\x34\x64\x7c\x33\x57\x7c\x34\x63\x7c\x34\x62\x7c\x34\x61\x7c\x32\x4f\x7c\x32\x52\x7c\x33\x5a\x7c\x33\x59\x7c\x33\x58\x7c\x33\x42\x7c\x33\x43\x7c\x33\x73\x7c\x33\x41\x7c\x33\x66\x7c\x33\x65\x7c\x33\x64\x7c\x32\x50\x7c\x33\x63\x7c\x32\x59\x7c\x33\x61\x7c\x32\x5a\x7c\x32\x58\x7c\x32\x57\x7c\x32\x56\x7c\x32\x55\x7c\x32\x54\x7c\x33\x67\x7c\x33\x62\x7c\x33\x69\x7c\x33\x68\x7c\x33\x7a\x7c\x33\x79\x7c\x33\x78\x7c\x33\x77\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x33\x76\x7c\x33\x75\x7c\x32\x51\x7c\x33\x74\x7c\x33\x72\x7c\x33\x6a\x7c\x33\x71\x7c\x33\x70\x7c\x33\x6f\x7c\x33\x6e\x7c\x33\x6d\x7c\x33\x6c\x7c\x33\x6b\x7c\x34\x6d\x7c\x33\x56\x7c\x34\x6f\x7c\x34\x4a\x7c\x35\x64\x7c\x35\x61\x7c\x34\x56\x7c\x34\x54\x7c\x34\x59\x7c\x34\x52\x7c\x35\x39\x7c\x34\x55\x7c\x35\x38\x7c\x34\x57\x7c\x34\x58\x7c\x34\x32\x7c\x34\x5a\x7c\x34\x51\x7c\x33\x35\x7c\x35\x62\x7c\x35\x63\x7c\x35\x65\x7c\x35\x66\x7c\x34\x38\x7c\x35\x67\x7c\x35\x68\x7c\x33\x30\x7c\x33\x32\x7c\x33\x36\x7c\x34\x42\x7c\x34\x4e\x7c\x34\x71\x7c\x34\x72\x7c\x34\x73\x7c\x34\x74\x7c\x34\x75\x7c\x34\x76\x7c\x34\x4f\x7c\x34\x77\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x34\x78\x7c\x34\x79\x7c\x34\x7a\x7c\x34\x70\x7c\x34\x41\x7c\x34\x43\x7c\x34\x44\x7c\x34\x45\x7c\x34\x46\x7c\x33\x31\x7c\x34\x35\x7c\x34\x47\x7c\x34\x48\x7c\x34\x39\x7c\x34\x37\x7c\x35\x30\x7c\x35\x31\x7c\x34\x36\x7c\x34\x49\x7c\x34\x30\x7c\x34\x34\x7c\x33\x39\x7c\x34\x31\x7c\x33\x38\x7c\x33\x37\x7c\x34\x33\x7c\x35\x33\x7c\x34\x4b\x7c\x34\x4c\x7c\x33\x33\x7c\x34\x4d\x7c\x34\x50\x7c\x34\x53\x7c\x35\x69\x7c\x35\x34\x7c\x35\x35\x7c\x35\x32\x7c\x33\x34\x7c\x35\x36\x7c\x35\x37\x5c\x27\x2e\x32\x53\x28\x5c\x27\x7c\x5c\x27\x29\x29\x29\x27\x2c\x36\x32\x2c\x33\x32\x39\x2c\x27\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x72\x65\x74\x75\x72\x6e\x7c\x66\x75\x6e\x63\x74\x69\x6f\x6e\x7c\x36\x32\x7c\x69\x66\x7c\x73\x70\x6c\x69\x74\x7c\x78\x33\x42\x7c\x78\x33\x43\x7c\x5f\x30\x78\x39\x34\x36\x32\x78\x32\x7c\x78\x33\x37\x7c\x78\x37\x36\x7c\x78\x34\x31\x7c\x5f\x30\x78\x39\x34\x36\x32\x78\x35\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x5f\x30\x78\x39\x34\x36\x32\x78\x38\x7c\x78\x33\x32\x7c\x78\x32\x31\x7c\x5f\x30\x78\x39\x34\x36\x32\x78\x39\x7c\x78\x37\x37\x7c\x78\x37\x39\x7c\x78\x32\x33\x7c\x76\x61\x72\x7c\x5f\x30\x78\x39\x34\x36\x32\x78\x36\x7c\x78\x34\x43\x7c\x78\x35\x34\x7c\x78\x33\x35\x7c\x78\x34\x39\x7c\x64\x6f\x63\x75\x6d\x65\x6e\x74\x7c\x66\x6f\x72\x7c\x78\x33\x36\x7c\x78\x33\x31\x7c\x37\x32\x7c\x78\x33\x41\x7c\x78\x37\x38\x7c\x6c\x65\x76\x65\x6c\x7c\x5f\x30\x78\x39\x34\x36\x32\x78\x31\x7c\x5f\x30\x78\x39\x34\x36\x32\x78\x34\x7c\x5f\x30\x78\x39\x34\x36\x32\x78\x33\x7c\x78\x36\x41\x7c\x78\x36\x42\x7c\x78\x33\x30\x7c\x65\x6c\x73\x65\x7c\x78\x33\x45\x7c\x31\x37\x34\x7c\x78\x36\x45\x7c\x78\x36\x43\x7c\x78\x36\x35\x7c\x78\x36\x39\x7c\x78\x37\x34\x7c\x5f\x30\x78\x32\x35\x63\x61\x7c\x52\x65\x67\x45\x78\x70\x7c\x78\x36\x46\x7c\x6e\x65\x77\x7c\x72\x65\x70\x6c\x61\x63\x65\x7c\x77\x68\x69\x6c\x65\x7c\x74\x6f\x53\x74\x72\x69\x6e\x67\x7c\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65\x7c\x53\x74\x72\x69\x6e\x67\x7c\x70\x61\x72\x73\x65\x49\x6e\x74\x7c\x78\x36\x31\x7c\x78\x36\x44\x7c\x37\x30\x7c\x78\x36\x37\x7c\x36\x30\x7c\x78\x36\x32\x7c\x78\x36\x36\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x78\x36\x38\x7c\x78\x36\x34\x7c\x78\x32\x46\x7c\x78\x36\x33\x7c\x78\x37\x33\x7c\x78\x32\x45\x7c\x78\x32\x44\x7c\x78\x37\x35\x7c\x5f\x30\x78\x39\x34\x36\x32\x78\x62\x7c\x78\x37\x30\x7c\x78\x37\x32\x7c\x78\x32\x30\x7c\x78\x35\x30\x7c\x65\x76\x61\x6c\x7c\x78\x33\x33\x7c\x78\x35\x31\x7c\x74\x68\x69\x73\x7c\x6f\x66\x66\x73\x65\x74\x7c\x78\x34\x35\x7c\x78\x32\x37\x7c\x70\x72\x65\x70\x65\x6e\x64\x54\x6f\x7c\x78\x35\x36\x7c\x78\x34\x42\x7c\x78\x35\x37\x7c\x78\x34\x36\x7c\x78\x33\x34\x7c\x78\x34\x46\x7c\x78\x34\x44\x7c\x78\x35\x46\x7c\x78\x35\x39\x7c\x78\x33\x44\x7c\x78\x33\x38\x7c\x5f\x7c\x67\x69\x7c\x73\x65\x74\x49\x6e\x74\x65\x72\x76\x61\x6c\x7c\x36\x35\x7c\x37\x33\x7c\x37\x31\x7c\x37\x36\x7c\x36\x37\x7c\x78\x32\x43\x7c\x37\x34\x7c\x5f\x30\x78\x39\x34\x36\x32\x78\x37\x7c\x5f\x30\x78\x39\x34\x36\x32\x78\x61\x7c\x33\x30\x30\x30\x7c\x36\x34\x7c\x36\x31\x7c\x36\x39\x7c\x78\x34\x33\x7c\x78\x34\x32\x7c\x36\x33\x7c\x78\x37\x31\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x7c\x36\x38\x7c\x78\x35\x33\x7c\x77\x69\x6e\x64\x6f\x77\x7c\x36\x36\x7c\x78\x33\x39\x7c\x6c\x61\x62\x65\x6c\x7c\x78\x34\x38\x7c\x78\x37\x41\x7c\x37\x35\x27\x2e\x73\x70\x6c\x69\x74\x28\x27\x7c\x27\x29\x2c\x30\x2c\x7b\x7d\x29\x29\x0a";eval(_m0r5Pe);
  6732. //]]>
  6733. </script>
  6734. <script>var flkty = new Flickity( &#39;.main-gallery&#39;, {
  6735. cellAlign: &#39;left&#39;,
  6736. contain: true,
  6737. wrapAround: true,
  6738. prevNextButtons: true,
  6739. autoPlay: 6000
  6740. });
  6741. </script>
  6742. <script language='javascript' type='text/javascript'>//<![CDATA[
  6743. // SmoothScroll for websites v1.2.1
  6744. // Licensed under the terms of the MIT license.
  6745.  
  6746. // People involved
  6747. // - Balazs Galambosi (maintainer)
  6748. // - Michael Herf (Pulse Algorithm)
  6749.  
  6750. !function(){function e(){var e=!1;e&&c("keydown",r),v.keyboardSupport&&!e&&u("keydown",r)}function t(){if(document.body){var t=document.body,o=document.documentElement,n=window.innerHeight,r=t.scrollHeight;if(S=document.compatMode.indexOf("CSS")>=0?o:t,w=t,e(),x=!0,top!=self)y=!0;else if(r>n&&(t.offsetHeight<=n||o.offsetHeight<=n)){var a=!1,i=function(){a||o.scrollHeight==document.height||(a=!0,setTimeout(function(){o.style.height=document.height+"px",a=!1},500))};if(o.style.height="auto",setTimeout(i,10),S.offsetHeight<=n){var l=document.createElement("div");l.style.clear="both",t.appendChild(l)}}v.fixedBackground||b||(t.style.backgroundAttachment="scroll",o.style.backgroundAttachment="scroll")}}function o(e,t,o,n){if(n||(n=1e3),d(t,o),1!=v.accelerationMax){var r=+new Date,a=r-C;if(a<v.accelerationDelta){var i=(1+30/a)/2;i>1&&(i=Math.min(i,v.accelerationMax),t*=i,o*=i)}C=+new Date}if(M.push({x:t,y:o,lastX:0>t?.99:-.99,lastY:0>o?.99:-.99,start:+new Date}),!T){var l=e===document.body,u=function(){for(var r=+new Date,a=0,i=0,c=0;c<M.length;c++){var s=M[c],d=r-s.start,f=d>=v.animationTime,h=f?1:d/v.animationTime;v.pulseAlgorithm&&(h=p(h));var m=s.x*h-s.lastX>>0,w=s.y*h-s.lastY>>0;a+=m,i+=w,s.lastX+=m,s.lastY+=w,f&&(M.splice(c,1),c--)}l?window.scrollBy(a,i):(a&&(e.scrollLeft+=a),i&&(e.scrollTop+=i)),t||o||(M=[]),M.length?E(u,e,n/v.frameRate+1):T=!1};E(u,e,0),T=!0}}function n(e){x||t();var n=e.target,r=l(n);if(!r||e.defaultPrevented||s(w,"embed")||s(n,"embed")&&/\.pdf/i.test(n.src))return!0;var a=e.wheelDeltaX||0,i=e.wheelDeltaY||0;return a||i||(i=e.wheelDelta||0),!v.touchpadSupport&&f(i)?!0:(Math.abs(a)>1.2&&(a*=v.stepSize/120),Math.abs(i)>1.2&&(i*=v.stepSize/120),o(r,-a,-i),void e.preventDefault())}function r(e){var t=e.target,n=e.ctrlKey||e.altKey||e.metaKey||e.shiftKey&&e.keyCode!==H.spacebar;if(/input|textarea|select|embed/i.test(t.nodeName)||t.isContentEditable||e.defaultPrevented||n)return!0;if(s(t,"button")&&e.keyCode===H.spacebar)return!0;var r,a=0,i=0,u=l(w),c=u.clientHeight;switch(u==document.body&&(c=window.innerHeight),e.keyCode){case H.up:i=-v.arrowScroll;break;case H.down:i=v.arrowScroll;break;case H.spacebar:r=e.shiftKey?1:-1,i=-r*c*.9;break;case H.pageup:i=.9*-c;break;case H.pagedown:i=.9*c;break;case H.home:i=-u.scrollTop;break;case H.end:var d=u.scrollHeight-u.scrollTop-c;i=d>0?d+10:0;break;case H.left:a=-v.arrowScroll;break;case H.right:a=v.arrowScroll;break;default:return!0}o(u,a,i),e.preventDefault()}function a(e){w=e.target}function i(e,t){for(var o=e.length;o--;)z[N(e[o])]=t;return t}function l(e){var t=[],o=S.scrollHeight;do{var n=z[N(e)];if(n)return i(t,n);if(t.push(e),o===e.scrollHeight){if(!y||S.clientHeight+10<o)return i(t,document.body)}else if(e.clientHeight+10<e.scrollHeight&&(overflow=getComputedStyle(e,"").getPropertyValue("overflow-y"),"scroll"===overflow||"auto"===overflow))return i(t,e)}while(e=e.parentNode)}function u(e,t,o){window.addEventListener(e,t,o||!1)}function c(e,t,o){window.removeEventListener(e,t,o||!1)}function s(e,t){return(e.nodeName||"").toLowerCase()===t.toLowerCase()}function d(e,t){e=e>0?1:-1,t=t>0?1:-1,(k.x!==e||k.y!==t)&&(k.x=e,k.y=t,M=[],C=0)}function f(e){if(e){e=Math.abs(e),D.push(e),D.shift(),clearTimeout(A);var t=D[0]==D[1]&&D[1]==D[2],o=h(D[0],120)&&h(D[1],120)&&h(D[2],120);return!(t||o)}}function h(e,t){return Math.floor(e/t)==e/t}function m(e){var t,o,n;return e*=v.pulseScale,1>e?t=e-(1-Math.exp(-e)):(o=Math.exp(-1),e-=1,n=1-Math.exp(-e),t=o+n*(1-o)),t*v.pulseNormalize}function p(e){return e>=1?1:0>=e?0:(1==v.pulseNormalize&&(v.pulseNormalize/=m(1)),m(e))}var w,g={frameRate:150,animationTime:800,stepSize:120,pulseAlgorithm:!0,pulseScale:8,pulseNormalize:1,accelerationDelta:20,accelerationMax:1,keyboardSupport:!0,arrowScroll:50,touchpadSupport:!0,fixedBackground:!0,excluded:""},v=g,b=!1,y=!1,k={x:0,y:0},x=!1,S=document.documentElement,D=[120,120,120],H={left:37,up:38,right:39,down:40,spacebar:32,pageup:33,pagedown:34,end:35,home:36},v=g,M=[],T=!1,C=+new Date,z={};setInterval(function(){z={}},1e4);var A,N=function(){var e=0;return function(t){return t.uniqueID||(t.uniqueID=e++)}}(),E=function(){return window.requestAnimationFrame||window.webkitRequestAnimationFrame||function(e,t,o){window.setTimeout(e,o||1e3/60)}}(),K=/chrome/i.test(window.navigator.userAgent),L="onmousewheel"in document;L&&K&&(u("mousedown",a),u("mousewheel",n),u("load",t))}();
  6751. //]]></script>
  6752. <script>
  6753. //<![CDATA[
  6754. $(document).ready(function(){function relatedPost(g,e,r){$.ajax({url:"/feeds/posts/default/-/"+e+"?alt=json-in-script&max-results="+r,type:"get",dataType:"jsonp",success:function(t){for(var u="",h='<div class="related">',x=0;x<t.feed.entry.length;x++){for(var z=0;z<t.feed.entry[x].link.length;z++){if("alternate"==t.feed.entry[x].link[z].rel){u=t.feed.entry[x].link[z].href;break}}
  6755. var p=t.feed.entry[x].title.$t;var c=t.feed.entry[x].content.$t;var y=$('<div>').html(c);if(c.indexOf("http://www.youtube.com/embed/")>-1||c.indexOf("https://www.youtube.com/embed/")>-1){var d=t.feed.entry[x].media$thumbnail.url,m=d.replace('/default.jpg','/mqdefault.jpg'),k=m;}else if(c.indexOf("<img")>-1){var s=y.find('img:first').attr('src'),v=s.replace('s72-c','s600');var k=v;}else{var k='http://1.bp.blogspot.com/-eAeO-DYJDws/Vkqtj4HFBFI/AAAAAAAAB0o/Q5OLsyONXM0/s1600-r/nth.png';}
  6756. h+='<li><div class="related-thumb"><a class="related-img" href="'+u+'" style="background:url('+k+') no-repeat center center;background-size: cover"/></div><h3 class="related-title"><a href="'+u+'">'+p+'</a></h3></li>'}
  6757. h+='</div>',g.html(h);}})}
  6758. $("#related-posts").each(function(){var g=$(this),e=g.text(),r=3;relatedPost(g,e,r);});});
  6759. //]]>
  6760. </script>
  6761.  
  6762. <script type='text/javascript'>
  6763. /*<![CDATA[*/
  6764. $(window).bind("load", function () {
  6765. jQuery("#loader").fadeOut("slow");
  6766. jQuery("#preloader").delay(0).fadeOut();
  6767. });
  6768. /*]]>*/
  6769. </script>
  6770. </body>
  6771. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement