-
Notifications
You must be signed in to change notification settings - Fork 132
/
IDN Mafia CPro Blogger Template.xml
2485 lines (2472 loc) · 187 KB
/
IDN Mafia CPro Blogger Template.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<HTML expr:class='data:blog.languageDirection + " no-js rwd " + data:blog.pageType' expr:dir='data:blog.languageDirection'>
<head>
<!-- [ Meta Tag SEO ] -->
<meta charset='utf-8'/>
<meta content='width=device-width, initial-scale=1' name='viewport'/>
<meta content='blogger' name='generator'/>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
<link href='https://www.blogger.com/openid-server.g' rel='openid.server'/>
<link expr:href='data:blog.homepageUrl' rel='openid.delegate'/>
<link expr:href='data:blog.url' rel='canonical'/>
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.pageTitle/></title>
<b:else/>
<b:if cond='data:blog.pageType != "error_page"'>
<title><data:blog.pageName/> - <data:blog.title/></title>
</b:if></b:if>
<b:if cond='data:blog.pageType == "error_page"'>
<title>Page Not Found - <data:blog.title/></title>
</b:if>
<b:if cond='data:blog.pageType == "archive"'>
<meta content='noindex' name='robots'/>
</b:if>
<b:if cond='data:blog.searchLabel'>
<meta content='noindex,nofollow' name='robots'/>
</b:if>
<b:if cond='data:blog.isMobile'>
<meta content='noindex,nofollow' name='robots'/>
</b:if>
<b:if cond='data:blog.pageType != "error_page"'>
<meta expr:content='data:blog.metaDescription' name='description'/>
<script type='application/ld+json'>{ "@context": "https://schema.org", "@type": "WebSite", "url": "<data:blog.homepageUrl/>", "potentialAction": { "@type": "SearchAction", "target": "<data:blog.homepageUrl/>?q={search_term}", "query-input": "required name=search_term" } }</script>
<b:if cond='data:blog.homepageUrl != data:blog.url'>
<meta expr:content='data:blog.pageName + ", " + data:blog.pageTitle + ", " + data:blog.title' name='keywords'/>
</b:if></b:if>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta content='DESKRIPSI-BLOG' name='keywords'/></b:if>
<link expr:href='data:blog.homepageUrl + "feeds/posts/default"' expr:title='data:blog.title + " - Atom"' rel='alternate' type='application/atom+xml'/>
<link expr:href='data:blog.homepageUrl + "feeds/posts/default?alt=rss"' expr:title='data:blog.title + " - RSS"' rel='alternate' type='application/rss+xml'/>
<link expr:href='"https://www.blogger.com/feeds/" + data:blog.blogId + "/posts/default"' expr:title='data:blog.title + " - Atom"' rel='alternate' type='application/atom+xml'/>
<b:if cond='data:blog.pageType == "item"'>
<b:if cond='data:blog.postImageThumbnailUrl'>
<link expr:href='data:blog.postImageThumbnailUrl' rel='image_src'/>
</b:if></b:if>
<link expr:href='data:blog.url' hreflang='x-default' rel='alternate'/>
<link href='/favicon.ico' rel='icon' type='image/x-icon'/>
<link href='https://plus.google.com/USER-GOOGLE-PLUS/posts' rel='publisher'/>
<link href='https://plus.google.com/USER-GOOGLE-PLUS/about' rel='author'/>
<link href='https://plus.google.com/USER-GOOGLE-PLUS' rel='me'/>
<meta content='KODE-VALIDASI-GOOGLE-WEBMASTER' name='google-site-verification'/>
<meta content='KODE-VALIDASI-BING-WEBMASTER' name='msvalidate.01'/>
<meta content='Indonesia' name='geo.placename'/>
<meta content='NAMA-ADMIN' name='Author'/>
<meta content='general' name='rating'/>
<meta content='id' name='geo.country'/>
<!-- [ Social Media Meta Tag ] -->
<b:if cond='data:blog.pageType == "item"'>
<meta expr:content='data:blog.pageName' property='og:title'/>
<meta expr:content='data:blog.canonicalUrl' property='og:url'/>
<meta content='article' property='og:type'/>
</b:if>
<meta expr:content='data:blog.title' property='og:site_name'/>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta expr:content='data:blog.metaDescription' name='description'/>
<meta expr:content='data:blog.title' property='og:title'/>
<meta content='website' property='og:type'/>
<b:if cond='data:blog.metaDescription'>
<meta expr:content='data:blog.metaDescription' property='og:description'/>
<b:else/>
<meta expr:content='"Silakan kunjungi " + data:blog.pageTitle + " Untuk membaca postingan menarik."' property='og:description'/>
</b:if>
</b:if>
<b:if cond='data:blog.postImageUrl'>
<meta expr:content='data:blog.postImageUrl' property='og:image'/>
<b:else/>
<b:if cond='data:blog.postImageThumbnailUrl'>
<meta expr:content='data:blog.postThumbnailUrl' property='og:image'/>
</b:if>
</b:if>
<meta content='https://www.facebook.com/PROFIL-FACEBOOK' property='article:author'/>
<meta content='https://www.facebook.com/FAN-PAGE-FACEBOOK' property='article:publisher'/>
<meta content='KODE-APLIKASI-FACEBOOK' property='fb:app_id'/>
<meta content='KODE-ADMIN-FACEBOOK' property='fb:admins'/>
<meta content='en_US' property='og:locale'/>
<meta content='en_GB' property='og:locale:alternate'/>
<meta content='id_ID' property='og:locale:alternate'/>
<meta content='summary' name='twitter:card'/>
<meta expr:content='data:blog.pageTitle' name='twitter:title'/>
<meta content='USER-TWITTER' name='twitter:site'/>
<meta content='USER-TWITTER' name='twitter:creator'/>
<meta content='summary_large_image' name='twitter:card'/>
<b:skin><![CDATA[/*
Theme Name : IDN CPro Mafia version (C)Responsive Blogger Template
Theme Updated : July 2019
Theme Style : Blogger Comment
Theme Designer : Wiendhy Win
Theme Editing : www.metaltaila.co
Thanks to : All supported
Theme License : Pro Version
*/
<Group description="New Comment Required - Dont edit">
<Variable name="body.background" description="Body Background" type="background" color="#000" default="#000 none repeat scroll top left" value="#000 none repeat scroll top left"/>
<Variable name="body.font" description="Font" type="font" default="normal normal 14px 'roboto', sans-serif" value="normal normal 14px 'roboto', sans-serif"/>
<Variable name="body.text.color" description="Text Color" type="color" default="#222" value="#222222"/>
<Variable name="body.text.font" description="2"
type="font"
default="normal normal 14px 'roboto', sans-serif" value="normal normal 14px 'roboto', sans-serif"/>
<Variable name="posts.background.color" description="6"
type="color"
default="#fff" value="#ffffff"/>
<Variable name="body.link.color" description="7"
type="color"
default="#2196f3" value="#2196f3"/>
<Variable name="body.link.visited.color" description="8"
type="color"
default="#2196f3" value="#2196f3"/>
<Variable name="body.link.hover.color" description="9"
type="color"
default="#2196f3" value="#2196f3"/>
<Variable name="blog.title.font" description="10"
type="font"
default="$(robotoBold45)" value="$(robotoBold45)"/>
<Variable name="blog.title.color" description="11"
type="color"
default="#fff" value="#ffffff"/>
<Variable name="header.icons.color"
description="12"
type="color"
default="#fff" value="#ffffff"/>
<Variable name="tabs.font" description="13"
type="font"
family="'roboto', sans-serif"
size="14px"
default="700 normal $(size) $(family)" value="700 normal $(size) $(family)"/>
<Variable name="tabs.color" description="14"
type="color"
default="#ccc" value="#cccccc"/>
<Variable name="tabs.selected.color" description="15"
type="color"
default="#fff" value="#ffffff"/>
<Variable name="tabs.overflow.background.color" description="16"
type="color"
default="#ffffff" value="#ffffff"/>
<Variable name="tabs.overflow.color" description="17"
type="color"
default="#222222" value="#222222"/>
<Variable name="tabs.overflow.selected.color" description="18"
type="color"
default="#212121" value="#212121"/>
<Variable name="posts.title.color" description="19"
type="color"
default="#212121" value="#212121"/>
<Variable name="posts.title.font" description="20"
type="font"
default="$(robotoBold22)" value="$(robotoBold22)"/>
<Variable name="posts.text.font" description="21"
type="font"
default="normal normal 14px 'roboto', sans-serif" value="normal normal 14px 'roboto', sans-serif"/>
<Variable name="posts.text.color" description="22"
type="color"
default="#222222" value="#222222"/>
<Variable name="posts.icons.color"
description="23"
type="color"
default="#707070" value="#707070"/>
<Variable name="labels.background.color"
description="24"
type="color"
default="$(sidebar.backgroundColorTopHD)" value="$(sidebar.backgroundColorTopHD)"/>
</Group>
/* CSS Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1;display:block}*{margin:0;padding:0}html{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{background:transparent}table{border-collapse:collapse;border-spacing:0}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}ins{background:#fff}
/* HTML5 */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;display:block;}*{margin:0;padding:0;}html{display:block;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{background:transparent;}table{border-collapse:collapse;border-spacing:0;}
body#layout{width:950px}
body#layout ul{list-style-type:none;list-style:none}
body#layout ul li{list-style-type:none;list-style:none}
body#layout #outer-wrapper{overflow:visible;width:950px;padding:0;margin-top:0;margin-bottom:0}
body#layout #main-wrapper{float:left;width:600px;padding:0}
body#layout .ad-section,body#layout .social-atas{margin-bottom:40px}
body#layout i.fa-home,body#layout i.fa-search,body#layout nav{display:none}
body#layout .visibility .editlink.icon{background-image:none}
body#layout .add-icon,body#layout .visibility .layout-widget-state,body#layout .visibility .editlink.icon{height:auto;width:auto}
body#layout .widget-content a{font-size:16px;background:#ff6348;padding:1px 19px;text-decoration:none;color:#fff;line-height:2;top:auto}
body#layout #sidebar-wrapper{float:right;width:330px}
body#layout div.section{margin:0 10px;padding:0 0 10px;position:relative}
body#layout .add_widget{border:none;background-color:#fff}
body#layout .locked-widget .widget-content{background-color:#fff;margin-bottom:-10px}
body#layout .clearfix{margin-top:50px}
body#layout .section-columns{margin:0}
body#layout .widget-content{line-height:32px;margin-bottom:-10px;margin-top:16px;box-shadow:none}
body#layout .section h4{margin:15px 0 0;padding:0 15px;text-transform:uppercase;letter-spacing:2px}
body#layout .draggable-widget .widget-wrap2{background-color:#ff6348}
body{background:#f0f0f0;font-family:'Roboto',sans-serif;font-size:16px;font-weight:400;text-align:left;color:#000;margin:0;padding:0}
h1,h2,h3,h4,h5,h6{font-weight:700;line-height:normal;}
i{font-style:italic}
.section{margin:0}
a:link,a:visited{color:#f33846;text-decoration:none;transition:all .3s}
a:hover{color:#222}
a img{border-width:0;max-width:100%}
button,hr,input{overflow:visible}
audio,canvas,progress,video{display:inline-block}
progress,sub,sup{vertical-align:baseline}
html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;}
menu,article,aside,details,footer,header,nav,section{display:block}
h1{font-size:2em;margin:.67em 0}
figcaption,figure,main{display:block}
figure{margin:1em 40px}
hr{box-sizing:content-box;height:0}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
a:active,a:hover{outline-width:0}
abbr[title]{border-bottom:none;text-decoration:none}
b,strong{font-weight:bold}
dfn{font-style:italic}
mark{background-color:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative}
sub{bottom:-.25em}
sup{top:-.5em}
audio:not([controls]){display:none;height:0}
img{border-style:none}
svg:not(:root){overflow:hidden}
button,input,optgroup,select,textarea{font-size:100%;line-height:1.15;margin:0}
button,input{}
button,select{text-transform:none}
[type=submit],[type=reset],button,html [type=button]{-webkit-appearance:button}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
progress{}
textarea{overflow:auto}
[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
summary{display:list-item}
h1{font-size:200%}h2{font-size:180%}h3{font-size:160%}h4{font-size:140%}h5{font-size:120%}h6{font-size:100%}
.post-body h1{font-size:200%}.post-body h2{font-size:180%}.post-body h3{font-size:160%}.post-body h4{font-size:140%}.post-body h5{font-size:120%}.post-body h6{font-size:100%}
input,button,select,textarea{font-size:100%;line-height:normal;vertical-align:baseline;}
textarea{display:block;box-sizing:border-box;}
*,*:before, *:after {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
input,button,select,textarea{font-size:100%;line-height:normal;vertical-align:baseline;}
textarea{display:block;box-sizing:border-box;}
input.placeholder_text,textarea.placeholder_text{color:#888}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder,input:-moz-placeholder,textarea:-moz-placeholder,input.placeholder_text,textarea.placeholder_text{color:#444}[placeholder]:focus::-webkit-input-placeholder{transition:opacity .5s .5s ease;opacity:0}
.post ul li span{position:relative;padding:0;margin:.5em 0 .5em 2em;text-decoration:none;}
ol {counter-reset:li;list-style:none;padding:0;margin:0;}
ol ol {margin: 0 0 0 2em;}
.post ol li{position:relative;display:block;padding:0;margin:.5em 0 .5em 2em;background:#fff;text-decoration:none;}
.post ol li:before {content:counter(li);counter-increment:li;position:absolute;left:-2.2em;height:2em;width:2em;text-align:center;}
.post-body ul {position:relative;display:block;padding:0;margin:.5em 0 .5em 1.5em;text-decoration:none;}
/* Post Table */
.post-body table{width:100%;max-width:100%;overflow:hidden;box-shadow:0 0 0 1px rgba(0,0,0,0.05)}.post-body table td,.post-body table caption{border:0;padding:12px 15px;text-align:left;vertical-align:top;color:#57606f;font-size:.9rem;font-weight:500;transition:all .3s ease}.post-body table td:first-child{border-right:0}.post-body table th{border:0;padding:12px 15px;text-align:left;vertical-align:top;font-size:16px;font-weight:500;transition:all .3s ease}.post-body table tr th:hover{background:#fcf3d7;color:#000}.post-body table.tr-caption-container{border:0;margin:0}.post-body table caption{border:none;font-style:italic}.post-body td,.post-body th{vertical-align:top;text-align:left;font-size:13px;padding:3px 5px;border:0}.post-body td a{background:#f33846;color:#fff;padding:0 12px;float:right;font-size:12px;display:inline-block;font-weight:500;border-radius:5px;text-transform:capitalize;box-shadow:0 1px 3px rgba(0,0,0,0.15)}.post-body td a:hover{background:#ff0000;color:#fff;box-shadow:0 3px 15px rgba(0,0,0,0.15)}.post-body td a[target="_blank"]:after{margin-left:5px}.post-body table.tr-caption-container td{border:0;padding:0;background:#fff;line-height:17px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;font-weight:500;color:#57606f}.post-body table.tr-caption-container,.post-body table.tr-caption-container img,.post-body img{max-width:100%;height:auto}.post-body table tr:nth-of-type(even) td{background-color:#fff}.post-body table tr:nth-of-type(odd) td{background-color:#f7f7f7}.post-body table tr:nth-of-type(even):hover td,.post-body table tr:nth-of-type(odd):hover td{background-color:#fcf3d7;color:#000}.post-body table tr td:nth-of-type(even){border-left:1px solid rgba(0,0,0,0.03)}.post-body table tr th:nth-of-type(even){border-left:1px solid rgba(255,255,255,0.03)}.post-body li{list-style-type:square}.post-body td.tr-caption{background:#465158!important;color:#fff!important;font-size:85%;padding:10px!important}.sr{visibility:hidden;width:0;height:0}.clear{clear:both}html{-webkit-font-smoothing:antialiased}::selection{background:#f33846;color:#fff;text-shadow:none}.post-body::selection{background:#f33846;color:#fff}
#sticky-menu{position:fixed;top: 0;left: 0;width: 100%}
#redesign{background:#ffffff;
margin:auto;max-width:945px}
]]></b:skin>
<style type='text/css'>
/*---- Star ----*/
.star_post{font-family:fontawesome;content:'\f005';display:inline-block;color:#3b9f42!important;margin:9px 0;font-size:13px;padding:0;font-weight:400;line-height:normal;transition:all .3s}
.techirshloader,.techirshloader a{text-align:center;font-weight:700}
.star_post .fa:nth-child(1):before{color:red}
.star_post .fa:nth-child(2):before{color:#f50}
.star_post .fa:nth-child(3):before{color:#fa0}
.star_post .fa:nth-child(4):before{color:#3cbd1b}
.star_post .fa:nth-child(5):before{color:#127adb}
.star_post .fa:nth-child(6):before{color:#c720a3}
/* Adblock Popup */
#keep-ads{background:rgba(255,255,255,.95);padding:0;position:fixed;bottom:0;opacity:0;height:auto;transition:all .6s cubic-bezier(.25,.8,.25,1);-webkit-transform:translateZ(0);transform:translateZ(0);backface-visibility:hidden;transition:all .2s ease-in-out,visibility 0s;transform-origin:bottom center;}
.keep-adsme{background:#e38d54;color:rgba(255,255,255,.8);position:absolute;text-align:center;padding:0 30px 30px 30px;margin:auto;top:30%;left:0;right:0;font-size:1.3rem;line-height:1.5;max-width:930px;box-shadow:0 0 20px 1px rgba(0,0,0,0.1);transition:all .6s cubic-bezier(.25,.8,.25,1);border:1px solid rgba(0,0,0,.07);overflow:hidden}
.keep-adsme:hover{box-shadow:0 20px 10px -10px rgba(0,0,0,0.2);}
.keep-adsme h4{display:inline-block;background:rgba(0,0,0,.03);padding:20px;margin:30px auto 0 auto;font-size:1.6rem;line-height:10px;font-weight:400;border-radius:99em;color:rgba(255,255,255,.8)}
#keep-ads p{margin:0}
#keep-ads a{color:#e74c3c;}#keep-ads a:hover{color:#e74c3c;text-decoration:underline}
#keep-ads.show{left:0;top:0;right:0;z-index:1000;pointer-events:auto;opacity:1;visibility:visible;transform:rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1);animation:wobble .7s;opacity:1;}
.close-keep-ads{visibility:hidden;opacity:0;color:#ccc;text-align:center;position:absolute;bottom:10px;right:10px;font-size:42px;cursor:pointer;width:30px;height:30px;line-height:30px;border-radius:100%;transition:all .6s cubic-bezier(.25,.8,.25,1);transform:translate(0,50px) rotate(0deg);}
.close-keep-ads:hover{color:#fff;transform:scale(1.0);}
.keep-adsme:hover .close-keep-ads{visibility:visible;opacity:1;transform:translate(0,0) rotate(360deg);}
.keep-adsme .close-keep-ads:hover{color:#e74c3c}
#keep-ads p span{font-family:fontawesome;font-size:5rem;color:#fbd0b4}
@keyframes wobble{0%{transform:scale(0) rotate(-54deg) translatey(40px)}45%{transform:scale(1.1) rotate(20deg) translatey(0px)}60%{transform:scale(1) rotate(-15deg) translatey(0px)}77%{transform:scale(1) rotate(10deg) translatey(0px)}100%{transform:translatey(0)}}
.post-body img {max-width:100%;height:auto;}
#header-logg,.quickedit,#ContactForm1,#ContactForm1 br,.status-msg-wrap{display:none}
.row{width:100%;max-width:970px}
.CSS_LIGHTBOX {z-index:999999!important;}
.CSS_LIGHTBOX_BG_MASK_TRANSPARENT {opacity:.95!important;}
.CSS_LIGHTBOX_SCALED_IMAGE_IMG {width:auto!important;max-width:100%;box-shadow:0 0 10px rgba(0,0,0,0.1);}
.CSS_LIGHTBOX_BTN_CLOSE {background: url('https://4.bp.blogspot.com/-cmZSAe4hgWI/V0K-3C5xiHI/AAAAAAAAG90/2btatUgRsM4qf8HIc7QweuToTkRqRNeuACLcB/s1600/delete.png') no-repeat!important;width:32px!important;height:32px!important;top:30px!important;opacity:0.6;transition:all .3s;}
.CSS_LIGHTBOX_BTN_CLOSE:hover{opacity:1}
.CSS_LIGHTBOX_BTN_CLOSE_POS {right:10px!important;}
.CSS_LIGHTBOX_BG_MASK{background-color:rgba(0,0,0,0.8)!important}
.CSS_LIGHTBOX_FILMSTRIP{background-color:rgba(0,0,0,0.5)!important}
@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}
@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}
.liverain{width:100%;height:5px;background:#ccc}.stripes{width:30px;height:5px;float:left;opacity:.6}.item1{background:#ff6348;width:5%}.item2{background:#03949a;width:5%}.item3{background:#137e83;width:5%}.item4{background:#006c71;width:5%}.item5{background:#f4b936;width:5%}.item6{background:#f29900;width:5%}.item7{background:#e96b5a;width:5%}.item8{background:#ed5741;width:5%}.item9{background:#cb283e;width:5%}.item10{background:#a780c4;width:5%}.item11{background:#8960a7;width:5%}.item12{background:#ccd600;width:5%}.item13{background:#668000;width:5%}.item14{background:#f4cc13;width:5%}.item15{background:#fa9300;width:5%}.item16{background:#82b964;width:5%}.item17{background:#ccc;width:5%}.item18{background:#66c9ee;width:5%}.item19{background:#993838;width:5%}.item20{background:#e73e3e;width:5%}
/* Navigation */
.margin-wrapp{width:100%;float:left;background:#fff;line-height:0;border-bottom:1px solid rgba(0,0,0,0.05);animation:fadeInDown 1s}
#navku{width:100%;max-width:970px;margin:auto}
#navku .menu{float:left;display:block;padding:0;margin:0}
#navku .judul-blog{background:#fff;float:left;line-height:70px;padding:0 20px;font-size:24px;font-weight:700;color:#7e3e8e;text-decoration:none;margin-right:10px;border-right:1px solid rgba(0,0,0,0.05);border-left:1px solid rgba(0,0,0,0.05)}
#navku .judul-blog:hover{color:#7e3e8e;text-decoration:none}
.linger{display:none}
#navku .drop-icon{float:left;width:70px;height:70px;text-align:center;border-left:1px solid rgba(0,0,0,0.05)}
#navku i{color:#7e3e8e;font-size:27px;line-height:70px}
#navku .menu ul{margin:0}
#navku .menu ul li{list-style-type:none}
#navku .menu li:before{display:none}
#navku .menu li a{margin-right:-5px;float:left;color:#7e3e8e;text-decoration:none;font-size:16px;font-weight:700;padding:25px 11px;letter-spacing:1px;font-family:Roboto}
#navku .menu li a:hover{color:#a4b0be}
#navku .search-button{color:#fff;float:right;width:70px;text-align:center;border-right:1px solid rgba(0,0,0,0.05);border-left:1px solid rgba(0,0,0,0.05)}
#navku i.fa-search{font-size:18px}
#navku .search-button i{color:#7e3e8e}
.joinus-button{float:right;margin:0 25px 0 0}
.joinus-button a{background:linear-gradient(50deg,#7e3e8e,#ff0000);color:#fff;padding:10px 18px;border-radius:5px;font-size:14px}
#navku .joinus-button i{color:#fff;font-size:18px;margin:0 10px 0 0;transition:all .3s}
.joinus-button a:hover{background:linear-gradient(50deg,#ff0000,#7e3e8e);color:#fff;border-color:transparent;transform:rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1);animation:wobble .7s}
#navku .joinus-button:hover i{color:#fff}
.social-on{float:right;margin:0 15px 0 0}
.social-on li{float:left;line-height:70px}
.social-on .facebook{font-family:fontawesome;font-weight:normal;color:#0e6eeb;font-size:18px;padding:0 16px}
.social-on .twitter{font-family:fontawesome;font-weight:normal;color:#41abf6;font-size:18px;padding:0 16px}
.social-on .ytube{font-family:fontawesome;font-weight:normal;color:#e63535;font-size:18px;padding:0 16px}
.social-on .instagram{font-family:fontawesome;font-weight:normal;color:#8f19cf;font-size:18px;padding:0 16px}
#navku .social-on li a:hover{color:#a4b0be}
.social-on .facebook:before{content:"\f09a"}
.social-on .twitter:before{content:"\f099"}
.social-on .ytube:before{content:"\f167"}
.social-on .instagram:before{content:"\f16d"}
/* Search Navigation */
.search-button a{display:block;color:#2f3542}
.search-box-overlay.search-box-overlay-show{visibility:visible;opacity:1;animation:fadeInUp .7s}
.search-box-overlay{width:100%;height:100%;position:fixed;display:table;top:0;left:0;opacity:0;visibility:hidden;z-index:9999;-webkit-transform:translateZ(0);transform:translateZ(0);background-color:rgba(241,242,246,.97);text-align:center;transition:all ease-in-out .25s}
.search-box-wrapper{display:table-cell;vertical-align:middle;text-align:center;font-size:18px;-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0;visibility:hidden;transition:all ease-in-out .3s;margin:auto}
.search-box-overlay-show .search-box-wrapper{opacity:1;visibility:visible;-webkit-transform:scale(1);transform:scale(1)}
.close-button{cursor:pointer}
.close-button span:nth-of-type(1){transform:translateY(10px) rotate(-45deg);width:29px;height:4px;position:absolute;background:rgba(0,0,0,0.25);border-radius:2px;right:0;margin:50px;z-index:999999}
.close-button span:nth-of-type(2){top:25px;transform:translateY(-15px) rotate(45deg);width:29px;height:4px;position:absolute;background:rgba(0,0,0,0.25);border-radius:2px;float:right;right:0;margin:50px;z-index:999}
.close-button span:nth-of-type(3){top:-8px;width:50px;height:40px;position:absolute;border-radius:2px;float:right;right:-10px;margin:50px;z-index:9999;opacity:0}
.search-box-wrapper form{display:inline-block;box-shadow:0 4px 15px rgba(0,0,0,0.1)}
#search-btn{border:0;color:#fff;padding:17px 21px;cursor:pointer;background:#f33846;outline:none;margin-left:-10px;transition:all .3s}
#search-btn:hover{background:#3994de;outline:none}
#search-box{background:#fff;border:0;padding:17px 15px;max-width:640px;color:#747d8c;outline:none}
/* Second Navigation */
.margin-wrapp.duaa{background:linear-gradient(50deg,#7e3e8e,#ff0000);box-shadow:0 6px 15px rgba(0,0,0,0.1)}
nav#menu-overflow{overflow-x:auto;width:100%;max-width:970px;margin:auto;animation:fadeInDown 1s}
nav#menu-overflow ul{margin:0;padding:0;list-style:none}
nav#menu-overflow ul li{float:left;list-style:none;display:list-item}
nav#menu-overflow ul li.more{height:55px;line-height:55px;text-align:center;display:none;float:right}
nav#menu-overflow ul li.more ul#overflow.show{display:block}
nav#menu-overflow ul li a,nav#menu-overflow ul li span,nav#menu-overflow ul li.more span.btnmore{display:block;background:;color:#fff;text-decoration:none;padding:0 .6em;cursor:pointer;transition-duration:.3s;height:55px;line-height:55px;font-size:14px;font-weight:700}
nav#menu-overflow ul li a:hover,nav#menu-overflow ul li span:hover{color:#fff}
nav#menu-overflow ul li.more #overflow{display:none;position:absolute;text-align:left;transition-duration:.3s;box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);background-color:#ffffff;z-index:9999}
nav#menu-overflow ul li.more #overflow li{float:none}
nav#menu-overflow ul li.more #overflow li a{background:#f33846;color:#fff;white-space:nowrap;padding:0 15px;height:45px;line-height:45px}
nav#menu-overflow ul li.more #overflow li a:hover{}
nav#menu-overflow ul li.more span.btnmore{background:url("data:image/svg+xml;charset=utf8,%3csvg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg%3e%3cpath style='fill:%23333333' d='M12,16A2,2 0 0,1 14,18A2,2 0 0,1 12,20A2,2 0 0,1 10,18A2,2 0 0,1 12,16M12,10A2,2 0 0,1 14,12A2,2 0 0,1 12,14A2,2 0 0,1 10,12A2,2 0 0,1 12,10M12,4A2,2 0 0,1 14,6A2,2 0 0,1 12,8A2,2 0 0,1 10,6A2,2 0 0,1 12,4Z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e") no-repeat center center;height:100%;padding:0 1em;color:#fff}
nav#menu-overflow ul > li{opacity:1;-webkit-backface-visibility:hidden;transition:all .3s}
nav#menu-overflow ul > li:hover{opacity:1}
nav#menu-overflow ul:hover > li:not(:hover){opacity:.5}
nav#menu-overflow ul:hover > li ul li:not(:hover){opacity:.9}
/* Next */
.post-level{float:left;width:100%;padding:20px 0;border-top:1px solid rgba(0,0,0,.05);background:#fff}
.level-link{position:relative;width:45.5%;height:110px;background:#fff;color:#222;box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}
.level-link.prev{float:left;margin-left:20px}
.post-level .next{text-align:right;float:right;margin-right:20px}
.level-link.prev .img{width:110px;height:110px;background-size:cover;background-repeat:no-repeat;background-position:0% 0%;position:absolute;top:0;transition:all 0.7s}
.level-link.prev:hover .img{background-position:50% 50%}
.level-link.next .img{width:110px;height:110px;background-size:cover;background-repeat:no-repeat;background-position:50% 50%;position:absolute;top:0;transition:all 0.7s}
.level-link.next:hover .img{background-position:0% 0%}
.overlay-prev,.overlay-next{width:110px;height:110px;background:#34495e;position:absolute}
.level-link .img{opacity:0.7}
.level-link:hover .img{opacity:0.4}
.post-level a{display:block;width:100%;height:110px}
.post-level a[href="undefined"]{display:none}
.post-level h3{display:inline-block;color:#222;line-height:23px;font-size:17px}
.post-level .prev h3{margin-left:120px;color:#222;margin-right:20px;font-size:15px;margin-top:20px;height:50px;margin-bottom:0;padding:0;overflow:hidden;font-weight:400}
.post-level .next h3{margin-right:120px;color:#222;margin-left:20px;font-size:15px;margin-top:20px;height:50px;margin-bottom:0;padding:0;overflow:hidden;font-weight:400}
.post-level .fa{line-height:110px;font-size:30px;vertical-align:middle;position:absolute;z-index:9;opacity:.7;color:#fff;width:110px;height:110px;text-align:center}
.post-level .post-link:hover .fa{color:#fff}
.post-level .level-link:hover h3{color:#ff6348}
.level-link:hover .fa{opacity:1;color:#fff}
.overlay-prev,.post-level .prev .img{left:0}
.overlay-next,.post-level .next .img{right:0}
.post-level .prev .fa{left:0}
.post-level .next .fa{right:0}
/* Next-Previous */
.pagebutton-nextprevious {margin-bottom: 10px; overflow:hidden; padding:0;margin-right:0;margin-left:0;}
.pagebutton-nextprevious li.next { margin:0 -2px 0 0; float: left; border-right:1px solid #ddd; padding:0; background:#fff;color:#444;}
.pagebutton-nextprevious li.next a { padding-left: 22px;text-align:left;padding-bottom:20px}
.pagebutton-nextprevious li.previous {float: right; padding:0; background:#fff; margin:0;color:#444}
.pagebutton-nextprevious li.previous a { padding-right:22px; text-align:right;padding-bottom:20px }
.pagebutton-nextprevious li.next:hover, .pagebutton-nextprevious li.previous:hover {background:#fff;color:#ccc }
.pagebutton-nextprevious li { width: 50%; display: inline; float: left; text-align: center; }
.pagebutton-nextprevious li a { position: relative; min-height: 77px; display: block; padding: 15px 46px 15px; outline:none; text-decoration:none;}
.pagebutton-nextprevious li i { color: #444; font-size: 18px; }
.pagebutton-nextprevious li a strong { display: block; font-size: 20px; color: #444; letter-spacing: 0.5px; font-weight: bold; text-transform: uppercase; font-family:oswald, sans-serif, arial; margin-bottom:10px;}
.pagebutton-nextprevious li a span { font-size: 15px; color: #444; font-family:oswald,Helvetica, arial; margin:0;}
.pagebutton-nextprevious li a:hover span,
.pagebutton-nextprevious li a:hover i { color: #c00; }
.pagebutton-nextprevious li.previous i { float:left; margin-top:15%; margin-left:5%; }
.pagebutton-nextprevious li.next i { float: right;margin-top: 15%;margin-right: 5%; }
.pagebutton-nextprevious li.next i, .pagebutton-nextprevious li.previous i ,
.pagebutton-nextprevious li.next, .pagebutton-nextprevious li.previous{transition-duration: 0.4s; transition-timing-function: ease-out; }
/* Main */
#outer-wrapper{position:relative;display:block;text-align:left;margin:10px auto;padding:0;overflow:hidden;width:100%;max-width:970px;animation:fadeInUp 1s}
#main-wrapper{width:67%;padding:0;float:left;word-wrap:break-word;overflow:hidden}
/* Sidebar Wrapper */
#sidebar-wrapper{float:right;width:33%}.sidebar h2,.sidebar h3,.sidebar h4{font-size:16px;margin-bottom:20px}.widget-content{margin:0;overflow:hidden}.sidebar{padding:0;margin:0;font-size:16px}.sidebar ul{padding:0;margin:0}.BlogArchive #ArchiveList ul li{list-style:none;text-indent:0!important}.sidebar ul li{border-bottom:1px dotted rgba(0,0,0,0.1);margin-bottom:10px;padding-bottom:10px;font-size:14px}.sidebar ul li:last-child{border-bottom:0}.sidebar .widget{background-color:#fff;margin-bottom:20px;padding:20px;border-top:2px solid #e17055}
@media only screen and (max-width:768px) {
#sidebar-wrapper,#main-wrapper{width:100%;max-width:100%;padding:0;margin:auto}.sidebar{padding:0}}
#HTML95 .widget-content {padding:0}
/* Search */
input.gsc-input{padding:9px 3px;border:1px solid #ddd;width:100%;outline:none}
input.gsc-search-button{margin-left:2px;color:#fff;border:0;background-color:#ff6348;padding:10px 15px;outline:none;cursor:pointer}
/* Contact */
.contact-form-widget{width:250px;max-width:100%;margin:0 auto;padding:20px}
.contact-form-name,.contact-form-email,.contact-form-email-message{width:90%;max-width:100%}
.contact-form-button-submit{border:none;background:#ff6348;color:#fff;width:89%;cursor:pointer}
#blog-pager,.feed-links,.firstpage,.lastpage{display:none}
/* Popular Post*/
#PopularPosts1 ul{padding:10px 0;margin-top:-15px;}
.PopularPosts .item-thumbnail{margin:0}
.PopularPosts .widget-content ul{padding:0;margin-top:-7px}
.PopularPosts .item-title a{text-decoration:none;font-weight:400;font-size:14px;color:#000;line-height:1.4em;transition:all ease-in-out .1s;}
.PopularPosts .item-title{padding-bottom:.4em}
.PopularPosts .widget-content ul li:hover a,.PopularPosts .widget-content ul li a:hover{color:#48d;}
.PopularPosts li:first-child .item-snippet{position:absolute;top:0;opacity:0;visibility:hidden;width:85%;left:11px;color:#fff;background-color:rgba(172,22,172,.83);padding:10px;font-size:90%;line-height:normal;transition:.3s}
.PopularPosts img{width:100%;height:100%}
.PopularPosts .widget-content ul li{list-style:none;margin:10px 0 0!important;padding:0 0 10px!important;line-height:1.3em!important;position:relative;border-bottom:1px solid #f1f1f1}
.PopularPosts li .item-snippet{display:none}
.PopularPosts li .item-thumbnail{width:85px;height:50px;margin:0 10px 0 0;overflow:hidden;float:left}
.PopularPosts li:first-child .item-thumbnail{width:100%;height:100%;max-height:190px;overflow:hidden;margin-bottom:10px}
.PopularPosts li:first-child .item-content{position:relative}
.PopularPosts li:first-child .item-title a{font-size:17px;line-height:1.3em;font-weight:700}
/* Label*/
.widget-content.cloud-label-widget-content {width: 100%;display: inline-block}
.label-size-1,.label-size-2,.label-size-3,.label-size-4,.label-size-5 {font-size: 100%;opacity: 1}
.cloud-label-widget-content {text-align: left;padding: 10px;margin: 10px 10px 5px}
.label-count {white-space: nowrap;display: inline-block}
.Label li {background: 0 0;float: left;padding: 5px;margin: 0;text-align: left;width: 45%;transition: all .3s ease-out}
#sidebar-wrapper .Label li {position: relative;background: #2a2a2a;color: #fff;padding: 0;margin: 5px;text-align: left;width: 97%;transition: all .8s ease-out;text-transform: none;border: 1px solid #fff;box-shadow: 0 0 1px rgba(0, 0, 0, .4)}
#sidebar-wrapper .Label li:hover {color: #fff;transition: all 0 ease-out}
#sidebar-wrapper .Label li:before {content: "";position: absolute;width: 0;height: 100%;background: #4fafe9;transition: all .8s ease-in-out}
#sidebar-wrapper .Label li:hover:before {width: 100%;transition: all 0 ease-out}
#sidebar-wrapper .Label li a {padding: 0 0 0 10px;display: block;position: relative;line-height: 35px;color: #fff;text-decoration: none;transition: all .8s ease-out}
#sidebar-wrapper .Label li a:before {font-family: fontawesome;content: "\f07c";padding-right: 10px!important}
#sidebar-wrapper .Label li a:hover {color: #fff;transition: all 0 ease-out}
#sidebar-wrapper .Label li span {float: right;height: 100%;line-height: 42px;width: 42px;text-align: center;display: inline-block;background: #4fafe9;color: #FFF;position: absolute;top: 0;right: 0;z-index: 2}
#sidebar-wrapper .Label li:nth-child(1) span,
#sidebar-wrapper .Label li:nth-child(1):before,
#sidebar-wrapper .Label li:nth-child(7) span,
#sidebar-wrapper .Label li:nth-child(7):before {background: #ca85ca}
#sidebar-wrapper .Label li:nth-child(2) span,
#sidebar-wrapper .Label li:nth-child(2):before,
#sidebar-wrapper .Label li:nth-child(8) span,
#sidebar-wrapper .Label li:nth-child(8):before {background: #e54e7e}
#sidebar-wrapper .Label li:nth-child(3) span,
#sidebar-wrapper .Label li:nth-child(3):before,
#sidebar-wrapper .Label li:nth-child(9) span,
#sidebar-wrapper .Label li:nth-child(9):before {background: #61c436}
#sidebar-wrapper .Label li:nth-child(10) span,
#sidebar-wrapper .Label li:nth-child(10):before,
#sidebar-wrapper .Label li:nth-child(4) span,
#sidebar-wrapper .Label li:nth-child(4):before {background: #f4b23f}
#sidebar-wrapper .Label li:nth-child(11) span,
#sidebar-wrapper .Label li:nth-child(11):before,
#sidebar-wrapper .Label li:nth-child(5) span,
#sidebar-wrapper .Label li:nth-child(5):before {background: #46c49c}
#sidebar-wrapper .Label li:nth-child(12) span,
#sidebar-wrapper .Label li:nth-child(12):before,
#sidebar-wrapper .Label li:nth-child(6) span,
#sidebar-wrapper .Label li:nth-child(6):before {background: #607ec7}
#sidebar-wrapper .label-size {position: relative;display: block;float: left;margin: 0 4px 4px 0;font-size: 13px;transition: all .3s}
#sidebar-wrapper .label-size a {background: #fff;display: inline-block;color: #666;padding: 5px 8px;font-weight: 400;border: 1px solid #ccc;transition: all .3s}
#sidebar-wrapper .label-count {backface-visibility: hidden;opacity: 0;visibility: hidden;font-size: 85%;display: inline-block;position: absolute;top: -5px;right: -10px!important;background: #4fafe9;color: #fff;white-space: nowrap;padding: 0;width: 25px;height: 22px;line-height: 22px;border-radius: 4px;text-align: center;z-index: 1;transition: all .3s}
#sidebar-wrapper .label-size:hover .label-count {opacity: 1;visibility: visible;right: -15px!important}
#sidebar-wrapper .label-size a:hover {color: #666;border-color: #4fafe9}
/* Social Media Sidebar */
#socialcounterx{overflow:hidden;margin:auto}#socialcounterx ul{margin:0;list-style:none}#socialcounterx ul a{color:#fff}#socialcounterx ul li.social_item-wrapper{position:relative;float:left;width:49.1%;margin:0 5px 5px auto;padding:0;border:0;color:#fff}#socialcounterx ul li:nth-child(even).social_item-wrapper{margin:0 auto 5px auto}#socialcounterx ul li.social_item-wrapper:hover:after{animation:rubberBand 1.7s infinite}#socialcounterx ul li a.social_item{position:relative;border-radius:5px;display:block;padding:0 15px;height:45px;line-height:45px;overflow:hidden}.social_icon{float:left;text-align:center;line-height:45px;font-size:1.1rem}#socialcounterx ul li a.social_item span{margin-left:10px}#socialcounterx ul li a.social_item.social_facebook{background:#3F5B9B;background:linear-gradient(141deg,#7998df 0%,#3F5B9B 75%)}#socialcounterx ul li a.social_item.social_twitter{background:#1C97DE;background:linear-gradient(141deg,#6ec3f4 0%,#1C97DE 75%)}#socialcounterx ul li a.social_item.social_youtube{background:#E22020;background:linear-gradient(141deg,#f46464 0%,#E22020 75%)}#socialcounterx ul li a.social_item.social_instagram{background:#ff7675;background:linear-gradient(45deg,#405de6,#5851db,#833ab4,#c13584,#e1306c,#fd1d1d)}#socialcounterx ul li.social_item-wrapper:hover .social_facebook,#socialcounterx ul li.social_item-wrapper:hover .social_twitter,#socialcounterx ul li.social_item-wrapper:hover .social_youtube,#socialcounterx ul li.social_item-wrapper:hover .social_instagram{opacity:.9}.fa-facebook.social_icon,.fa-twitter.social_icon,.fa-youtube.social_icon,.fa-instagram.social_icon{transition:all .3s}#socialcounterx ul li.social_item-wrapper:hover .fa-facebook.social_icon,#socialcounterx ul li.social_item-wrapper:hover .fa-twitter.social_icon,#socialcounterx ul li.social_item-wrapper:hover .fa-youtube.social_icon,#socialcounterx ul li.social_item-wrapper:hover .fa-instagram.social_icon{}
#socialcounterx ul li a.social_item:hover{box-shadow:0 1px 3px rgba(0,0,0,0.06),0 4px 8px rgba(0,0,0,0.14);}
#HTML95 .widget-content {padding:0}
/* Post */
.post{margin:.5em 0 1.5em;padding-bottom:1.5em}
.post-body{margin:0 0 .75em;line-height:1.7em}
.post-footer{margin:0;color:#999;text-transform:uppercase;letter-spacing:.1em;font:normal normal 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;line-height:1.4em}
.comment-link{margin-left:.6em}
.post img,table.tr-caption-container{height:auto}
.tr-caption-container img{border:none;padding:0}
.widget.Blog .post-outer{border-bottom:0;padding-bottom:0}
.profile-img{float:left;margin-top:0;margin-right:5px;margin-bottom:5px;margin-left:0;padding:4px;border:1px solid #ccc}
.profile-data{margin:0;text-transform:uppercase;letter-spacing:.1em;font:normal normal 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;color:#999;font-weight:bold;line-height:1.6em}
.profile-datablock{margin:.5em 0 .5em}
.profile-textblock{margin:0.5em 0;line-height:1.6em}
.profile-link{font:normal normal 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;text-transform:uppercase;letter-spacing:.1em}
h2.date-header{margin:1.5em 0 .5em;display:none}
.post{padding:0}
.widget.Blog .post-outer{border-bottom:0;padding-bottom:0}
.post-title{font-weight:normal;text-align:left;color:#2a3a4a;display:inline-block;padding:0 20px;font-size:28px;margin:0}
.post-title a,.post-title a:visited,.post-title strong{color:#2a3a4a}
.post:first-child{margin-top:0}
.post-body{padding:0;font-size:16px;color:#222;margin:0}
.comment-link{margin-left:.6em}
.post-thumbb{float:left;position:relative;overflow:hidden;width:100%;max-height:300px}
.post-thumbb img{display:block;width:100%;height:auto}
.main .Blog{border-bottom-width:0}
.postmeta-primary{overflow:hidden;padding:0 20px 20px 20px;font-size:14px;color:#7f8c8d}
.postmeta_author a{color:#7f8c8d}
.postmeta_author img{height:30px;width:30px;border-radius:100%}
.postmeta_author,.postmeta_clock,.postmeta_comment,.postmeta_label{text-transform:capitalize;color:#7f8c8d;text-decoration:none;padding-right:15px;float:left}
.author_name{float:right;line-height:32px}
.author_name i,.meta_date i,.meta_comment i,.meta_label i{margin-right:3px;color:#7f8c8d}
.post-image a{height:380px}
.postmeta-primary a{color:#7f8c8d}
.postmeta-primary a:hover{color:#222}
/* Footer Wrapper */
#footer-wrapper{background:#fff}
#footer{overflow:hidden;margin:0 auto;padding:0}
.footer-wrapper{background:linear-gradient(50deg,#ff0000,#7e3e8e);color:#f1f2f6;display:block;padding:30px 10px;width:100%;overflow:hidden;border-top:10px double #fff}
.footer-wrapper .footer-copy{margin:0 auto}
.footer-wrapper .copyright{font-size:13px;text-align:center;line-height:30px;font-weight:400;text-transform:uppercase}
.footer-wrapper .copyright a{color:#f1f2f6}
.footer-wrapper .copyright a:hover{color:#fff}
/* Footer Subscription */
.na-wrapper{background:#fff;width:100%;border-top:1px solid rgba(0,0,0,0.05)}
.namina-content{max-width:990px;margin:0 auto;overflow:hidden;padding:0;position:relative}
#namina-subs{text-align:center;text-transform:uppercase;width:100%;height:auto;border-radius:2px;padding:0}
#namina-subs .emailfield form.namina-form{margin:15px auto}
#namina-subs p{background:#fff;color:#f33846;border-left:1px solid rgba(0,0,0,0.05);border-right:1px solid rgba(0,0,0,0.05);font-size:20px;line-height:30px;padding:30px 20px;margin:0 0 0 15px;position:absolute;top:0;left:0;font-weight:700;height:90px;overflow:hidden}
#namina-subs p:before{transform:skew(40deg);content:'';position:absolute;top:0;left:0;width:50%;height:100%;margin-left:-13%;z-index:9;background:rgba(255,255,255,.05);transition:all 2s}
.na-wrapper:hover #namina-subs p:before{width:100%;margin-left:80%;background:rgba(255,255,255,0.1);}
#namina-subs .emailfield{padding:0 15px 10px;float:right}
#namina-subs .emailfield input{color:#7f8c8d;padding:12px;font-size:13px;margin-top:10px;margin-left:20px;text-indent:12px;border:0;background:#ecf0f1}
#namina-subs .emailfield input:focus{outline:0}
#namina-subs .emailfield input::-webkit-input-placeholder{color:#7f8c8d}
#namina-subs .emailfield input::-moz-placeholder{color:#7f8c8d}
#namina-subs .emailfield input:-ms-input-placeholder{color:#7f8c8d}
#namina-subs .emailfield input:-moz-placeholder{color:#7f8c8d}
#namina-subs .emailfield .submitbutton{background:linear-gradient(50deg,#ff0000,#7e3e8e);color:#fff;border:0;outline:0;text-indent:0;cursor:pointer;padding:12px 40px;border-radius:3px;letter-spacing:.5px;text-transform:uppercase;transition:all .6s}
#namina-subs .emailfield .submitbutton:active{border:0;outline:0}
#namina-subs .emailfield .submitbutton:hover{background:linear-gradient(50deg,#7e3e8e,#ff0000);color:rgba(255,255,255,1);box-shadow:0 10px 20px -10px rgba(0,0,0,0.1);}
/* Back to Top */
.back-totop{background:linear-gradient(50deg,#ff0000,#7e3e8e);font-size:22px;font-weight:normal;color:#fff;width:auto;padding:12px 17px;position:fixed;bottom:20%;right:0;text-align:center;white-space:nowrap;letter-spacing:0;z-index:999;cursor:pointer;visibility:hidden;opacity:.9;backface-visibility:hidden;box-shadow:0 0 10px rgba(0,0,0,0.08),0 0 5px rgba(0,0,0,0.06);-webkit-transform:translateZ(0) scale(0.0);transform:translateZ(0) scale(0.0);transition:all .4s}
.back-totop.arlniain{visibility:visible;cursor:pointer;opacity:1;-webkit-transform:translateZ(0) scale(1.0);transform:translateZ(0) scale(1.0);transition:all .4s}
.back-totop:hover{background:linear-gradient(50deg,#7e3e8e,#ff0000);color:#ffffff;box-shadow:0 0 14px rgba(0,0,0,0.14),0 0 5px rgba(0,0,0,0.12);}
/* Ad Slot */
.banner,.banner2 {margin:0 auto;text-align:center;overflow:hidden;}
.banner{margin:15px 15px 0 15px}
.banner .widget,.banner2 .widget {width:100%;max-width:100%;margin:0 auto;padding:0;background:text-align:center;overflow:hidden;}
.banner img,.banner iframe,.banner2 img,.banner2 iframe{width:100%;display:block;margin:0 auto;text-align:center;}
/* Responsive */
@media screen and (max-width:1024px){
.joinus-button{display:none}}
@media screen and (max-width:640px){
#main-wrapper{width:100%;margin-left:0}#sidebar-wrapper{width:100%;float:none;margin-top:20px;margin-right:0}}
@media screen and (max-width:900px){
#footer{padding:20px 0}
.joinus-button{display:block}
.section-left{width:100%;margin-right:0}
.section-left .widget{padding:10px}
.na-wrapper,#back-to-top{display:none!important}
#navku i{line-height:60px}#navku .judul-blog{background:#fff;color:#2f3542;font-size:20px;border-right:1px solid rgba(0,0,0,0.05)}
#navku .judul-blog:hover{background:#fff;color:#f33846}
.social-on .facebook,.social-on .twitter,.social-on .ytube,.social-on .instagram{padding:0 10px}
.judul-blog{line-height:30px;font-size:23px;padding:20px 0;background-color:transparent}.drop-icon{width:50px;background:transparent;padding:7px 5px 7px 7px}#navku .search-button{width:50px;line-height:70px;border:0}.search-button a{color:#000}nav i{line-height:56px}#navku .menu{background-color:#222;width:100%;display:none;transition:none;padding:10px 0}#navku .menu li{display:block;text-align:left}#navku .menu li:before{color:#fff;display:inline-block;font-size:20px;padding:8px 0 8px 20px;cursor:pointer}#navku .menu li a{float:none;padding:10px 12px;display:inline-block;font-size:15px;color:#fff}.linger{border:0;padding:25px 0;display:inline-block;background-color:transparent;outline:none;cursor:pointer;float:right}.icon-menu{position:relative;display:inline-block;width:28px;height:20px;vertical-align:middle;fill:none;margin:0 15px}.icon-menu .line{position:absolute;left:0;display:block;width:100%;height:4px;transition:all 0.25s cubic-bezier(0.645,0.045,0.355,1.000);transition-timing-function:cubic-bezier(0.645,0.045,0.355,1.000);background-color:#000;border-radius:1px}.icon-menu .line-1{top:0}.is-active .icon-menu .line-1{-webkit-transform:translateY(8px) translateX(0) rotate(45deg);transform:translateY(8px) translateX(0) rotate(45deg)}.icon-menu .line-2{top:50%;margin-top:-2px}.is-active .icon-menu .line-2{opacity:0}.icon-menu .line-3{bottom:0}.is-active .icon-menu .line-3{-webkit-transform:translateY(-8px) translateX(0) rotate(-45deg);transform:translateY(-8px) translateX(0) rotate(-45deg)}.post-level{padding:20px;width:auto}.level-link{width:100%;margin:10px 0}.level-link.next{margin-right:0}.level-link.prev{margin-left:0}}
@media screen and (max-width:800px){
.joinus-button{line-height:70px}
.linked-posts-list li{width:46.3%}.linked-thumb,.linked-thumb i,#linked-posts .related_img{height:130px;line-height:130px;width:100%}}
@media screen and (max-width:640px){
.levelon{background:#2f3542;display:block;position:relative;overflow:hidden;width:100%}
.joinus-button{float:left;margin:0 0 0 15px}
.joinus-button a{background:#a4b0be;color:#fff;border-radius:5px;border:0}
#navku .joinus-button i{color:#fff}
.social-on .facebook,.social-on .twitter,.social-on .ytube,.social-on .instagram{color:#fff;padding:0 12px}
#navku .social-on li a:hover{color:#fff}
#search-box{width:300px}#search-box:focus{width:270px}.subscribe-box-inside{width:400px}.linked-posts-list li{width:100%;margin:10px 0}#linked-posts ul li p{height:120px}.linked-thumb,.linked-thumb i,#linked-posts .related_img{height:120px;line-height:120px;width:130px}.comments .comment-block{padding:20px}.comments .comments-content .comment-header,.comments .comments-content .comment-content{margin-left:0;display:inline-block;margin-top:12px}.comments .avatar-image-container{margin:16px 15px 10px 20px}.comments .comment .comment-actions a{margin-left:0}}
@media screen and (max-width:480px){
.post-image a{height:320px}#search-box{width:200px}#search-box:focus{width:170px}.social-atas li a{height:50px;width:50px;line-height:50px}.social-atas li a i{font-size:22px}.social-icon li a{font-size:21px}.subscribe-box-inside{width:95%}.subscribe-box-inside .subscribe-box-address{width:93%}.post-level{display:none}#linked-posts ul li p{height:100px}.linked-thumb,.linked-thumb i,#linked-posts .related_img{height:100px;line-height:100px;width:100px}.full_profile{float:none;margin:auto;display:block;width:130px;text-align:center;margin-bottom:15px}.admin_icons{float:none;margin:auto;width:180px;display:-webkit-box}}
.jump-link {display:none}
</style>
<b:if cond='data:blog.pageType != "index"'>
<style type='text/css'>
.imgani .post-body img,.imgani .post-levels a,.imgani .linked-posts-list li{opacity:0;transition:all .6s ease;transform:scale(.95) translateY(20px)}
.imgani .post-body img.anime,.imgani .post-levels a.anime,.imgani .linked-posts-list li.anime{opacity:1;transform:scale(1) translateY(0)}
#main-wrapper{border-left:1px solid rgba(0,0,0,0.05);border-right:1px solid rgba(0,0,0,0.05)}
#outer-wrapper{margin:0 auto}
.level-box{background:#fff;box-shadow:0 3px 5px 0 rgba(0,1,1,.1);padding-bottom:20px}
.post-body {-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.post-body blockquote{background:#fee9c3;color:#786b52;position:relative;padding:1.2em 1.5em;margin:1em auto;overflow:hidden}
.post-body blockquote:before{content:"";position:absolute;top:0;right:0;border-width:0 16px 16px 0;border-style:solid;border-color:#fff #fff #d9c7a5 #d9c7a5;background:#d9c7a5;display:block;width:0}
.post-outer{position:relative;background-size:cover;background-position:center;}
.post-image{width:100%;float:none;}
.post-internal .author-info{top:300px;bottom:auto;transition:all 300ms ease-out;}
.post-image{line-height:0;position:relative;overflow:hidden;float:right;width:100%;}
.post-image a{display:block;width:100%;overflow:hidden;background-size:cover!important}
.post-internal{overflow:hidden;float:left;width:100%;position:relative;margin-bottom:20px;}
.post-internal .post-content{color:#fff;font-weight:300;font-size:19px;}
.item-control{z-index:1;left:0;}
.post.hentry{position:relative;margin:0;}
.widget .widget-item-control a img{width:18px;height:auto;border-radius:0;}
.post-text{padding:0px 20px;display:block;}
.post-body img,.post-body video,.post-body object {background:#fafafa;max-width:100%}
.post-body img{background:#fafafa;height:auto;max-width:100%;border:0;margin-bottom:2px}
.post-body a.img,.post-body .separator a {margin-left:0!important;margin-right:0!important;}
.banner{margin:25px auto 25px auto}
/* Shortcode */
.post-body .button{width:100%;padding:0!important;list-style:none;margin:10px auto!important}.post-body .button li{display:inline-block;width:49%;line-height:normal;margin:0}.post-body .button li a{position:relative;display:block;padding:12px 15px;margin:5px;color:#fff;text-align:center;border:0;text-transform:uppercase;font-weight:700;border-radius:99em;background-size:300% 100%;box-shadow:0 4px 15px 0 rgba(49,196,190,0.75)}.post-body .button li a.demo{background-image:linear-gradient(to right,#eb3941,#f15e64,#e14e53,#e2373f)}.post-body .button li a.download{background-image:linear-gradient(to right,#25aae1,#4481eb,#04befe,#3f86ed)}.post-body .button li a.demo:hover,.post-body .button li a.download:hover,.post-body .button li a.demo:active,.post-body .button li a.download:active{background-position:100% 0;box-shadow:0 0 5px 0 rgba(49,196,190,0.5)}.bagidua{-webkit-column-count:2;-moz-column-count:2;column-count:2}
.button li a:hover{color:rgba(255,255,255,1);animation:rubberBand 1s}
.bagitiga{-webkit-column-count:3;-moz-column-count:3;column-count:3}.bagiempat{-webkit-column-count:4;-moz-column-count:3;column-count:4}.bagidua img,.bagitiga img,.bagiempat img{-webkit-backface-visibility:hidden;margin-bottom:20px;max-width:100%}.post-body .bagidua .separator:nth-of-type(n+2),.post-body .bagitiga .separator:nth-of-type(n+2),.post-body .bagiempat .separator:nth-of-type(n+2) img{margin:0 auto}.videoyoutube{text-align:center;margin:auto;width:100%}.video-responsive{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.video-responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.post-body blockquote{background:#f1e791;color:#222;padding:1em 15px;border-radius:10px;position:relative;margin:.5em auto;text-align:left}blockquote:before{content:'';display:block;height:2em;position:absolute;bottom:-.9em;left:0;top:auto;background:transparent;border:1em solid transparent;border-left-color:#f1e791;opacity:1}.post-footer-line{margin:30px auto;font-size:14px}.post-labels{float:left}.post-labels a{color:#000;padding:0 5px}.post-timestamp{float:right;color:#000}.post-timestamp a{color:#000}.post-labels a:hover,.post-labels a:active,.post-timestamp a:hover{color:#aaa}#flippy{text-align:center}#flippy button{background:#ff6348;background-image:linear-gradient(to right,#25aae1,#4481eb,#04befe,#3f86ed);box-shadow:0 4px 15px 0 rgba(49,196,190,0.75);color:#fff;margin:10px auto;vertical-align:middle;cursor:pointer;padding:12px 22px;font-weight:700;font-size:14px;text-align:center;text-transform:uppercase;letter-spacing:0.5px;border:0;background-size:300% 100%;border-radius:99em;transition:all .3s}#flippy button:hover,#flippy button:focus{background-position:100% 0;outline:none;box-shadow:0 0 5px 0 rgba(49,196,190,0.5)}#flippanel{padding:20px;display:none;text-align:left;background:#f7f7f7;border:0}
/* Share Button */
.label-head{float:right}
.label-head a{display:inline-block;float:left;margin:0 5px;color:#f33846;border:1px solid #f33846;font-size:13px;letter-spacing:.5px;padding:0 10px;border-radius:3px;transition:initial}
.label-head a:hover{background:#f33846;color:#fff;}
.label-head a:nth-child(n+3){display:none}
.share-box{float:left}
.share-box li{float:left;display:inline-block;line-height:0;padding:0}
.share-box a{display:inline-block;width:36px;height:36px;margin-left:8px;background:rgba(0,0,0,0.4);border-radius:3px}
.share-box a:hover{background:rgba(0,0,0,0.3);box-shadow:0 10px 20px rgba(0,0,0,0.06),0 6px 6px rgba(0,0,0,0.09);opacity:.8}
.share-box a i{display:block;color:#fff;text-align:center;line-height:2.3}
.share-box .facebook a{background:#3F51B5;color:#fff}
.share-box .twitter a{background:#03A9F4;color:#fff}
.share-box .google a{background:#f44336;color:#fff}
.share-box .pinterest a{background:#E91E63;color:#fff}
.share-box .linkedin a{background:#435288;color:#fff}
.share-box .whatsapp a{background:#01c854;color:#fff}
.single-elements{overflow:hidden;margin:15px 0;padding:15px;border-top:1px solid rgba(0,0,0,0.05);border-bottom:1px solid rgba(0,0,0,0.05)}
#flippy{text-align:center;margin:auto;display:inline}
#flippy button{display:block;background:transparent;width:100%;max-width:180px;padding:0;cursor:default;color:rgba(0,0,0,0);font-weight:700;font-size:6px;text-align:center;border:0;text-transform:uppercase;letter-spacing:0.5px;margin:auto;border-radius:3px;transition:all .3s}
#flippy button:hover, #flippy button:focus {outline:none;opacity:1;color:rgba(0,0,0,0);}
#flippanel {padding:1px;text-align:left;background:#ecf0f1;margin:10px 0 0 0;border-radius:5px}
#flippanel {padding:24px;display:none;}
#flippanel img {background:#fff;margin:10px auto;}
#flippanel .separator:nth-of-type(1),.post-body .bagidua .separator:nth-of-type(1),.post-body .bagitiga .separator:nth-of-type(1),.post-body .bagiempat .separator:nth-of-type(1){margin:auto;max-height:auto;overflow:hidden}
#flippanel .separator:nth-of-type(1) img,.post-body .bagidua .separator:nth-of-type(1) img,.post-body .bagitiga .separator:nth-of-type(1) img,.post-body .bagiempat .separator:nth-of-type(1) img{width:auto;}
/* Comment */
.comments-line,.comments-line-c{position:relative;margin:20px auto;text-align:center}.comments-info-th{z-index:2;position:relative;margin-bottom:20px;color:#fff;background:#e17055;display:inline-block;padding:8px 16px;margin:1px 0;font-size:16px;font-weight:600;border-radius:5px}.comments-line-c{text-align:center;margin-bottom:6px}.comments-line:before,.comments-line-c:before{z-index:1;content:"";width:100%;height:1px;background:rgba(0,0,0,0.05);position:absolute;top:50%;left:0;margin-top:-1px}
#comments{background:#fff;position:relative;margin:10px auto 20px auto;padding:20px;border:1px solid rgba(0,0,0,0.05)}#comments h4{z-index:2;position:relative;margin:0 auto;color:#fff;background:#f33846;display:table;text-align:center;padding:5px 16px;font-size:16px;font-weight:600;border-radius:5px}#comment_block{position:relative}.comment_avatar_wrap{width:42px;height:42px;background:rgba(0,0,0,0.01);text-align:center;margin-bottom:20px;border-radius:100%}#comments .avatar-image-container{float:left;width:42px;height:42px;max-width:42px;max-height:42px;padding:0;margin-top:5px;border-radius:3px}#comments .avatar-image-container img{width:42px;height:42px;max-width:42px;max-height:42px;background:url(https://2.bp.blogspot.com/-fjaZBtfvzac/UN1mw2tUamI/AAAAAAAADkc/XdKqt8hWZ6w/s1600/anon.jpg) no-repeat;border-radius:99em}.comment_name a{padding:5px 0 0 0;font-size:1.1rem;color:#1277cb}.comment_admin .comment_name{font-weight:700;font-size:1.1rem}.comment_admin .comment_date{font-weight:normal;font-size:11px}.comment_name{font-weight:700;position:relative}.comment_service{margin-top:5px}.comment_date{color:#98a5d5;float:right;font-size:11px;font-weight:normal;margin-top:-3px}.comment_inner{margin:12px 0}.comment_child .comment_wrap{padding-left:7%}#comments .comment-block{background:#f1e791;margin:5px 0 15px;color:#222;line-height:1.3em;border-radius:3px;position:relative;max-width:100%;margin-left:56px;padding:20px;border:1px solid rgba(0,0,0,0.05);box-shadow:0 1px 3px rgba(0,0,0,0.05),0 1px 2px rgba(0,0,0,0.14);transition:all .3s}#comments .comment-block:hover{box-shadow:0 3px 6px rgba(0,0,0,0.1),0 3px 6px rgba(0,0,0,0.13)}#comments .comment-block .comment-content{line-height:1.5em;margin:5px 0 0 0;color:#222;font-size:14px;word-wrap:break-word;padding:10px 0}#comments .comment-reply,#comments .comment-actions a{overflow:hidden;display:inline-block;margin-top:10px;color:#888;text-align:center;text-decoration:none;font-size:12px}#comments .comment-reply:hover,#comments .comment-actions a:hover{color:#222}#comments .datetime a{color:#888;float:right;font-size:11px;font-weight:normal;text-decoration:none}#comments .inline-thread{padding:0 0 0 1em}#comments .thread-toggle{display:inline-block;color:#999;text-align:center;text-decoration:none;font-size:12px}#comments .thread-toggle a{color:#999}.unneeded-paging-control{display:none}.comment-form{max-width:100%;!important}#comment-editor{width:100%!important;background:transparent}.comment_form a{text-decoration:none;text-transform:uppercase;font-size:15px}.comment_reply_form{padding:0 0 0 70px}.comment_reply_form .comment-form{width:99%}.comment_emo_list{padding:0 15px 15px 15px;overflow:hidden;display:inline-block;border-radius:5px;color:#7f8c8d;margin:0 0 5px 0}.comment_emo_list .item{float:left;display:inline-block;text-align:center;overflow:hidden;margin:15px 15px 0 0}.comment_emo_list span{display:block;font-weight:bold;font-size:11px;letter-spacing:1px}.comment_youtube{max-width:100%!important;width:400px;height:225px;display:block;margin:auto}.comment_img{max-width:100%!important}.deleted-comment{padding:10px 10px 10px 10px;display:block;color:rgba(255,255,255,.8)}.comment_header{width:50px}#respond{overflow:hidden;padding-left:10px;clear:both}.comment_avatar img{width:42px;height:auto;background:url(https://3.bp.blogspot.com/-fr42e67HG4I/Vky8HLexiEI/AAAAAAAAM0I/MLMd2qwIH1E/s1600/avatar.png) no-repeat;border-radius:100%}.comment-delete img{float:right;margin-left:15px;margin-top:3px;margin-right:10px}iframe{border:none;overflow:hidden}.small-button1 a{display:none;margin:10px 0 0 0;text-decoration:none;text-transform:none;font-size:13px;color:#fff;padding:4px 10px;cursor:pointer;background:#f39c12;border-radius:3px;transition:all .3s}.small-button1:hover a{background:#222;color:#fff}span.small-button1{text-align:left;display:inline-block}.comments .comments-content .comment-thread ol{margin:0}.comment_emo_list img.comment_emo{width:18px;height:18px;margin:0 0 5px 0}#emo-box,#hide-emo,.comment_author_flag,.comment-form p{display:none}#comments img.comment_emo{width:18px;height:18px;margin:0 3px}
.bottomshare{display:block;padding:20px 0;margin:20px auto 0 auto;text-align:center;border-top:5px solid rgba(0,0,0,0.05)}
i.fa-pencil-square-o{background-color:#3597d8;color:#fff;padding:10px 15px;margin:30px 15px;font-size:19px}
i.fa-pencil-square-o{background-color:#ff6348;color:#fff;padding:10px 15px;margin:30px 15px;font-size:19px}
/* CSS Related Posts Start */
#mdRelated {background: #fff;display: block;margin: -10px 0px;line-height: 1.5em;}
#mdRelated h3.title {font-size: 16px;font-weight: 600;text-align: center;text-transform: uppercase;line-height: initial;}
#mdRelated h3.title span {background-color: #fff;padding: 0px 15px;position: relative; z-index: 1;}
#mdRelated h3.title:before {content: '';display: block;position: relative;top: 10px;width: 100%;border-top: 1px solid #ddd;}
#mdRelated ul {margin: 20px 5px 20px 10px;padding: 0px;display: flex;display: -webkit-flex; flex-wrap: wrap;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;}
#mdRelated ul li { list-style: none;width: calc((100% / 3) - 15px);text-align: center;margin-right: 20px; margin-bottom: 20px;padding: 0px;-webkit-margin-start: 0px !important;}
#mdRelated ul li .thumb {overflow: hidden;line-height: 0px;border-radius: 7px;}
#mdRelated ul li:nth-of-type(3n) { margin-right: 0px;}
#mdRelated ul li a {display: block;}
#mdRelated ul li a.judul {color: #000; font-weight: 600;margin-top: 7px;}
#mdRelated ul li a.judul:hover,#mdRelated ul li:hover a.judul {color: #3498db;}
#mdRelated ul li a img {width: 100%; max-height: 143px;transition: all .3s ease;border: 0px; margin: 0px;}
#mdRelated .norelated {text-align: center; font-weight: 600;}
@media screen and (max-width:480px) { #mdRelated ul li {width: calc((100% / 2) - 7.5px);margin-right: 15px;margin-bottom: 15px;}
#mdRelated ul li:nth-of-type(3n) {margin-right: 15px;}
#mdRelated ul li:nth-of-type(2n) { margin-right: 0px;}}
/* Item Responsive */
@media screen and (max-width:900px){
#main-wrapper,#sidebar-wrapper{width:100%;float:none;border:0}
#sidebar-wrapper{margin:30px auto 0 auto}
.post-title{display:block}}
@media screen and (max-width:768px){
#main-wrapper{padding:0}
.share_btn li a.fb,.share_btn li a.tw{padding:0 37px}
.label-head {display:none}}
@media screen and (max-width:640px){
.linked-posts-list li{width:100%;float:none;margin:10px 0}
.share_btn li a.fb,.share_btn li a.tw{padding:0 25px}}
@media screen and (max-width:320px){
.share_btn ul li a.fb,.share_btn ul li a.tw{padding:0 14px}}
@media only screen and (max-width:960px){
.bagitiga{-webkit-column-count:2;-moz-column-count:2;column-count:2;}}
@media only screen and (max-width:640px){
.postmeta_label{display:none}
.bagitiga{-webkit-column-count:1;-moz-column-count:1;column-count:1;}}
@media screen and (max-width:384px){
.share-box li {margin-bottom:10px}}
</style>
</b:if>
<b:if cond='data:blog.pageType != "static_page"'>
<b:if cond='data:blog.pageType != "item"'>
<style type='text/css'>
#main-wrapper{padding:0;width:100%;max-width:none;box-shadow:none;background:transparent}
#sidebar-wrapper{display:none;}
.post-body img{clear:left;float:left;margin-bottom:-1em;margin-right:1em;height:221px;margin-top:-93px;}
.content-box{margin-top:10px;color:#444;line-height:1.600;font-size:17px;padding-right:10px;}
.level-box{box-shadow:none}
.post-body{display:none;}
.post-thumbb{max-height:220px;background:#fafafa url(https://4.bp.blogspot.com/-yIw3lgPgJfA/WjrchourrZI/AAAAAAAAT8M/IDDpoDqi63otjPhRNVhaoqDouIpzvpw3gCLcBGAs/s1600/no_image1.jpg) no-repeat;background-size:cover}
.post-thumbb img{display:block;width:100%;height:auto}
.post-thumbb:before{position:absolute;content:'';background:rgba(47,53,66,0);top:0;left:0;right:0;bottom:0;transition:all .6s cubic-bezier(.25,.8,.25,1)}
.post:hover .post-thumbb:before{background:rgba(0,102,255,0.6)}
.post-thumbbku{position:absolute;top:40%;left:0;right:0;bottom:0;text-align:center;opacity:0;visibility:hidden;-webkit-backface-visibility:hidden;transition:all .6s}
.post-thumbbku:after{content:'\f06e';display:block;margin:auto;background:linear-gradient(50deg,#7e3e8e,#ff0000);color:#fff;font-size:1.9rem;width:50px;height:50px;line-height:50px;border-radius:99em;font-family:fontawesome;transform:rotate(90deg);transition:all .6s}
.post:hover .post-thumbbku{opacity:1;visibility:visible;transform:rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1)}
.post:hover .post-thumbbku:after{transform:rotate(0deg);border-radius:20px 0 20px 0}
.post.hentry{background:#fff;width:30.2%;padding:0;float:left;margin:15px;height:284px;border:1px solid #e1e8ed;border-radius:3px}
.post.hentry:hover{}
.post-title{line-height:27px;display:inline-block;text-align:left;height:73px;padding:0;margin:19px 19px 0 19px;overflow:hidden}
.ify-bar{background-color:rgba(0,0,0,0.02);height:13px;border-bottom:1px solid #e1e8ed}
.ify-bar span{float:left;width:5px;height:5px;background-color:#fec254;margin:4px 0 0 4px;border-radius:5px}
.ify-bar span:first-child{background-color:#f36c59}
.ify-bar span:last-child{background-color:#80d151}
.ify-bar:after{content:'\f065';float:right;font-family:FontAwesome;color:#e6e6e6;font-size:8px;line-height:8px;margin:2px 4px 0 0}
.small-content .ify-bar span{margin:4px 0 0 3px}
.post-title a,.post-title a:visited,.post-title strong{font-size:17px;line-height:1.364;font-weight:700;text-decoration:none;display:block;color:#57606f}
.post:hover .post-title a{color:#a4b0be}
.postmeta-primary{width:100%;float:left;padding:12px 19px;;border-top:1px solid #e1e8ed}
.postmeta-primary a{color:#a4b0be}
.postmeta-primary a:hover{color:#000;}
.postmeta_author{float:left;}
.postmeta_clock{float:right;padding:6px 0;}
.postmeta_author img{height:28px;width:28px;border-radius:99em;margin-right:5px}
.author_name i,.meta_date i,.meta_comment i,.meta_label i{color:#f33846}
.postmeta_author a,.postmeta_clock{color:#a4b0be;text-decoration:none;}
.author_name{float:right;line-height:28px;margin-left:6px;}
i.fa-calendar-o{margin-right:2px;}
.info-view a:nth-child(n+2){display:none}
.info-view a i{float:right;margin-right:0;font-size:20px;line-height:1.2}.info-view a{max-width:150px;max-height:35px;overflow:hidden;font-family:'Roboto',Arial;background:#fff;color:#7e3e8e;padding:9px 8px;border-radius:3px;float:right;font-size:11.5px;z-index:1;margin:0 0;font-weight:500;#7e3e8eansform:uppercase;border:1px solid #7e3e8e}
.info-view a:hover{background:#f33846;color:#fff;border:1px solid #f33846}
.title-info a:nth-child(n+2){display:none}
.title-info a i{float:left;margin-right:0;font-size:20px;line-height:1.2}.title-info a{max-width:60%;max-height:35px;overflow:hidden;font-family:'Roboto',Arial;background:#fff;color:#7e3e8e;padding:9px 0;border-radius:2px;float:left;font-size:15.5px;z-index:1;margin:0 0;font-weight:500;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.title-info a:hover{color:#f33846}
/* Page Navigation */
#blog-pager,.blog-pager{display:block;padding:5px 0;text-align:left;font-weight:600}
/* Blog Pager */
#blog-pager,.blog-pager{display:table;padding:5px 10px 5px 0;text-align:left;font-weight:500;margin:15px auto 30px auto}#blog-pager-older-link{float:right}#blog-pager-newer-link{float:left}#blog-pager-older-link a,#blog-pager-newer-link a{position:relative;overflow:hidden;display:inline-block;background:#fff;color:#7e3e8e;padding:8px 28px;font-size:1.1rem;border-radius:99em;box-shadow:0 1px 3px rgba(0,0,0,0.1)}#blog-pager-older-link a{margin:0 0 0 10px;text-align:right}#blog-pager-newer-link a{margin:0 10px 0 0;text-align:left}#blog-pager a.home-link{display:table;background:#fff;color:#7e3e8e;font-size:1.1rem;float:none;padding:8px 28px;border-radius:99em;margin:auto;box-shadow:0 1px 3px rgba(0,0,0,0.1)}#blog-pager-older-link a:hover,#blog-pager-newer-link a:hover,#blog-pager a.home-link:hover{background:#fff;color:#ff0c1d;box-shadow:0 4px 10px rgba(0,0,0,0.1)}#blog-pager i{font-family:fontawesome;font-style:normal;font-weight:normal}
@media screen and (max-width:768px){#content{width:100%;float:none}#sidebar{width:100%;float:none}.breadcrumbs{background:#fff;margin:0 0 15px 0}.post{padding:0}.content article{margin:0 5px 10px 5px;padding:0;height:auto;box-shadow:none;width:48.4%}.format-standard{margin:0 0 20px 0}.post-details{display:inline-block;position:relative;margin:20px auto 0 auto;padding:0;border:0;overflow:hidden}#blog-pager{padding:12px 0}#blog-pager-older-link a,#blog-pager-newer-link a,#blog-pager a.home-link{background:#747d8c;color:#fff}#blog-pager-older-link a:hover,#blog-pager-newer-link a:hover,#blog-pager a.home-link:hover{background:#a4b0be;color:#fff}}@media screen and (max-width:640px){#content,#sidebar{width:100%;float:none}.entry-img{max-width:100px;height:100px;float:left;margin-right:15px}.entry-img .img-div{max-width:100px;height:100px}.content article{border:1px solid rgba(0,0,0,0.08);padding:10px;margin:0 0 10px 0;width:100%}
.label-info{display:inline-block;position:absolute;bottom:10px;right:10px;margin:0 auto}
.label-info a{background:#fff;color:#a4b0be;border:1px solid}h2.post-title.entry-title{font-size:15px;margin:0 0 15px 0}.post-details{display:none}}
/*---- Hotline ----*/
.hotgame{width:100%;max-width:1100px;background:#23282d;position:relative;height:50px;word-break:break-word;overflow:hidden}
.hotline .title{display:none}
.ticker-title{position:absolute;left:0;color:#fff;z-index:1;height:50px;padding:13.5px 25px;font-size:20px;font-weight:700;background:red}
.ticker-title:before{border-bottom:50px solid red;content:"";position:absolute;right:-20px;top:0;width:0;border-right:20px solid transparent;display:block}
.ticker-title .fa{color:#ff0;margin-right:5px;animation:pulse 2s infinite}
.hotline .title .fa{margin-right:10px;transform:rotate(-30deg)}
.hotline .widget-content{box-sizing:border-box;padding:0}
.hotline .widget-content li{float:left;margin-left:30px;display:inline-block;padding:0}
.hotline .widget{margin:0}
.hotline .tag_rel{display:inline-block;background:#f3153e;color:#fff;margin-right:10px;font-weight:500;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;height:18px;line-height:18px;padding:0 6px;margin-top:15px;font-size:10px;position:relative;float:left}
.hotline .recent-title{padding-top: 15px;padding-bottom: 15px;font-size:14px;font-weight:400;display:inline-block}
.hotline .recent-title a{color:#9da3b5}
.hotline .recent-title a:hover{color:#999}
.hotlinecontainer{margin:0;padding:0;overflow:hidden}
.hotlinecontainer .mask{width:91%;margin:0 auto;position:relative;overflow:hidden}
ul.newshotline{transition:all 0 linear;position:relative;list-style-type:none;margin:0;padding:0}
.header-random,.header-random .fa{transition-duration:0}
.hotlineoverlay-left,.hotlineoverlay-right{display:none}
.header-random{float:right;opacity:1!important;visibility:visible!important;line-height:34px;padding:8px 15px;cursor:pointer;position:absolute;right:0;height:50px;top:0;color:#fff;z-index:3;background:red}
#search-icon:hover{color:#95c93d}
.search{z-index:99999}
input#search-input { position: absolute; color: #fff; height: 50px; width: 0; z-index: 2; font-weight: 600; font-size: 20px; text-transform: uppercase; border: 0; top: 0; background: linear-gradient(30deg,#f50 20%,rgb(255, 0, 0) 87%); left: 0; visibility: hidden; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; -ms-transition: all 1s ease-out; -o-transition: all 1s ease-out; transition: all 1s ease-out; }
h2,h3.date-header{text-transform:none}
input#search-input:focus{outline:0;border-color:#333}
.search-opened{width:100%!important;right:0;visibility:visible!important}
#credit,#menu label,.boxwrap .lovi-sos a,.lovi-sos a,.star_post,input#search-input{text-align:center}
/* Search */
input.gsc-input{padding:9px 3px;border:1px solid #ddd;width:100%;outline:none}
input.gsc-search-button{margin-left:2px;color:#fff;border:0;background-color:#ff6348;padding:10px 15px;outline:none;cursor:pointer}
/* Featured */
.box-tag a{padding:2px 8px;background-color:#3cbd1b;color:#fff!important;font-size:11px;z-index:999;font-weight:400;margin-bottom:5px;text-transform:uppercase;text-shadow:0 1px 1px rgba(0,0,0,.2)}
.recent-slider .carousel{position:relative;margin:7px 0 0px!important;padding:0;overflow:visible;height:auto;display:block;clear:both}
.recent-slider .carousel h2{display:none}.main-carousel{overflow:hidden}.carousel-abdoutech{padding:0!important;position:relative;overflow:hidden;list-style:none}.carousel-thumb{width:100%;height:300px;position:relative;display:block}.carousel-abdoutech .box-image{width:100%;height:100%;position:relative;display:block}.carousel-abdoutech .box-image:after{display:block;position:absolute;bottom:0;width:100%;height:100%;z-index:1;background:url(https://4.bp.blogspot.com/--OzH85Gymqc/Wdim0oCVnaI/AAAAAAAAA48/89VTnKzv4HEVKS3tixaIiUbI3PPbjnOWgCLcBGAs/s1600/pattern.png) top right rgba(58,78,90,.4)}.carousel-content,.featured .post-panel{transition:all .35s;box-sizing:border-box}.boxes ul li:hover .box-image:after,.bx-first:hover .bf-thumb:after,.carousel-abdoutech:hover .box-image:after{opacity:.2}.carousel-content{position:absolute;bottom:0;background:rgba(0,0,0,.31);width:100%;z-index:2;-moz-transition:all .35s;-webkit-transition:all .35s;-o-transition:all .35s;padding:15px;text-align:right}.main-carousel .owl-dots,.owl-carousel .owl-item:hover .carousel-content{bottom:10px}.carousel-abdoutech .recent-title{margin:10px 0 3px;font-size:18px;font-weight:600}.carousel-abdoutech .recent-title a{color:#fff;display:inline-block;line-height:1.2em;text-shadow:0 .5px .5px rgba(34,34,34,.3)}.carousel-abdoutech .recent-date{color:#ccc}.carousel-tag a{padding:2px 8px;background-color:red;color:#fff!important;font-size:11px;z-index:999;font-weight:400;text-transform:uppercase;text-shadow:0 1px 1px rgba(0,0,0,.3)}.main-carousel .owl-next,.main-carousel .owl-prev{margin-top:0;font-size:25px;line-height:40px;position:absolute;top:170px;width:47px;height:47px;cursor:pointer;z-index:999}
.main-carousel .owl-prev{right:0;background:url(https://3.bp.blogspot.com/-ADZMmpLRh0Q/WdimNULjiRI/AAAAAAAAA40/l12f8MdQUCEMYSNV95wHA_EbQ8HLu3WAQCLcBGAs/s1600/next.png) 100% 0 no-repeat}.main-carousel:hover .owl-prev{right:0}.main-carousel .owl-next{left:0;background:url(https://3.bp.blogspot.com/-ADZMmpLRh0Q/WdimNULjiRI/AAAAAAAAA40/l12f8MdQUCEMYSNV95wHA_EbQ8HLu3WAQCLcBGAs/s1600/next.png) no-repeat}.main-carousel:hover .owl-next{left:-1px}.recent-date{color:#bdbdbd;font-size:12px;font-weight:400}.featured-date:before,.recent-date:before{content:'\f017';font-family:fontawesome;margin-left:5px}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0{opacity:1}100%{opacity:0}}@keyframes fadeOut{0{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height .5s ease-in-out;-moz-transition:height .5s ease-in-out;-ms-transition:height .5s ease-in-out;-o-transition:height .5s ease-in-out;transition:height .5s ease-in-out}.owl-carousel{display:none;width:100%;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-controls .owl-dot,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item{display:none}.owl-carousel .owl-item{position:relative;min-height:1px;float:right;-webkit-backface-visibility:visible;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-dots,.owl-next,.owl-prev{position:absolute;text-align:center}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:left}.no-js .owl-carousel{display:block}.owl-next,.owl-prev{top:0;color:#1c1c1c;background-color:rgba(255,255,255,.8);font-family:FontAwesome;z-index:1;display:block;cursor:pointer;padding:0;overflow:hidden}.owl-prev{right:0}.owl-next{left:0}.owl-dots{bottom:1px;width:33.33%;right:0;left:0;margin:auto}.star_rating{position:absolute;top:0;left:0;z-index:2;font-size:14px;padding:5px 10px;background:rgba(35,40,45,.6)}li.carousel-abdoutech .star_rating .fa:nth-child(1){color:red}li.carousel-abdoutech .star_rating .fa:nth-child(2){color:#f50}li.carousel-abdoutech .star_rating .fa:nth-child(3){color:#fa0}li.carousel-abdoutech .star_rating .fa:nth-child(4){color:#3cbd1b}li.carousel-abdoutech .star_rating .fa:nth-child(5){color:#127adb}.carousel-abdoutech .box-image:after{display:block;position:absolute;bottom:0;width:100%;height:100%;z-index:1;background:url(https://4.bp.blogspot.com/--OzH85Gymqc/Wdim0oCVnaI/AAAAAAAAA48/89VTnKzv4HEVKS3tixaIiUbI3PPbjnOWgCLcBGAs/s1600/pattern.png) top right rgba(58,78,90,.4)}.carousel-abdoutech .box-image:after{content:'';opacity:.8;transition:all .35s;right:0;-moz-transition:all .35s;-webkit-transition:all .35s;-o-transition:all .35s}.carousel-abdoutech:hover .box-image:after{opacity:.2}
/* Index Responsive */
@media screen and (max-width:900px){
.post.hentry{width:45.3%}
#outer-wrapper{margin:auto}}
@media screen and (max-width:640px){
.post.hentry{width:100%;margin:15px 0;float:none}
.featured-area{margin:0}}
</style>
</b:if></b:if>
<b:if cond='data:blog.pageType == "static_page"'>
<style type='text/css'>
#main-wrapper{width:100%;float:none}
.post.hentry{float:none}
#sidebar-wrapper,.post-title,.separator img{display:none}
.post-body{padding:30px}
</style>
</b:if>
<b:if cond='data:blog.pageType == "item"'>
<style type='text/css'>
/* CSS Store Style */
#store-style{background:linear-gradient(50deg,#ff0000,#7e3e8e);color:#fff;display:block;overflow:hidden;padding:20px;margin:0 0 20px 0;border:1px solid #f33846}
#store-style .storebutton{display:block;position:relative;overflow:hidden;background:#fff;color:#f33846;font-weight:700;border-radius:3px;text-align:center;margin:20px auto 0 auto;transition:all .4s ease-in-out;border:1px solid #f33846}
#store-style .storebutton:before,#store-style .storebutton:before{content:"";position:absolute;top:50%;left:50%;display:block;width:0;padding-top:0;border-radius:100%;background-color:rgba(255,255,255,.4);transform:translate(-50%,-50%)}
#store-style .storebutton:active:before,#store-style .storebutton:active:before{width:120%;padding-top:120%;transition:width .2s ease-out,padding-top .2s ease-out}
#store-style .storebutton:hover,#store-style .storebutton:hover{background:#ff6348;color:#fff;position:relative;box-shadow:0 4px 10px rgba(0,0,0,0.15), 0 3px 3px rgba(0,0,0,0.12);}
.rio-ss{overflow:hidden;line-height:normal}.idb{line-height:normal;text-align:center}
#store-style .storebutton:hover{background:#ff6348;color:#fff;}
.but1,.but2{padding:14px}
.storelist{background:#fff;display:block;padding:10px 5px;margin:0 0 5px 0;width:100%;float:left;color:#30373c;border:1px solid rgba(0,0,0,0.05);transition:all .6s;border:1px solid #f33846}
.storelist:before{content:"\f14a";font-family:FontAwesome;font-size:13px;font-style:normal;font-weight:normal;padding:5px;margin:0 5px 0 0;transition:all .6s}
.storelist:hover:before{color:#f39c12;}
.pasword{background:#fff;display:block;padding:10px 5px;margin:0 0 5px 0;width:100%;float:left;color:#30373c;border:1px solid rgba(0,0,0,0.05);transition:all .6s;border:1px solid #f33846}
.pasword:before{content:"\f13e";font-family:FontAwesome;font-size:13px;font-style:normal;font-weight:normal;padding:5px;margin:0 5px 0 0;transition:all .6s}
.pasword:hover:before{color:#f39c12;}
</style>
</b:if>
<script src='https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js'/>
<script type='text/javascript'>
//<![CDATA[
/*! jQuery Migrate v3.0.1 | (c) jQuery Foundation and other contributors | jquery.org/license */
void 0===jQuery.migrateMute&&(jQuery.migrateMute=!0),function(e){"function"==typeof define&&define.amd?define(["jquery"],window,e):"object"==typeof module&&module.exports?module.exports=e(require("jquery"),window):e(jQuery,window)}(function(e,t){"use strict";function r(r){var n=t.console;a[r]||(a[r]=!0,e.migrateWarnings.push(r),n&&n.warn&&!e.migrateMute&&(n.warn("JQMIGRATE: "+r),e.migrateTrace&&n.trace&&n.trace()))}function n(e,t,n,o){Object.defineProperty(e,t,{configurable:!0,enumerable:!0,get:function(){return r(o),n},set:function(e){r(o),n=e}})}function o(e,t,n,o){e[t]=function(){return r(o),n.apply(this,arguments)}}e.migrateVersion="3.0.1",t.console&&t.console.log&&(e&&!/^[12]\./.test(e.fn.jquery)||t.console.log("JQMIGRATE: jQuery 3.0.0+ REQUIRED"),e.migrateWarnings&&t.console.log("JQMIGRATE: Migrate plugin loaded multiple times"),t.console.log("JQMIGRATE: Migrate is installed"+(e.migrateMute?"":" with logging active")+", version "+e.migrateVersion));var a={};e.migrateWarnings=[],void 0===e.migrateTrace&&(e.migrateTrace=!0),e.migrateReset=function(){a={},e.migrateWarnings.length=0},"BackCompat"===t.document.compatMode&&r("jQuery is not compatible with Quirks Mode");var i,s=e.fn.init,u=e.isNumeric,c=e.find,l=/\[(\s*[-\w]+\s*)([~|^$*]?=)\s*([-\w#]*?#[-\w#]*)\s*\]/,d=/\[(\s*[-\w]+\s*)([~|^$*]?=)\s*([-\w#]*?#[-\w#]*)\s*\]/g;e.fn.init=function(e){var t=Array.prototype.slice.call(arguments);return"string"==typeof e&&"#"===e&&(r("jQuery( '#' ) is not a valid selector"),t[0]=[]),s.apply(this,t)},e.fn.init.prototype=e.fn,e.find=function(e){var n=Array.prototype.slice.call(arguments);if("string"==typeof e&&l.test(e))try{t.document.querySelector(e)}catch(o){e=e.replace(d,function(e,t,r,n){return"["+t+r+'"'+n+'"]'});try{t.document.querySelector(e),r("Attribute selector with '#' must be quoted: "+n[0]),n[0]=e}catch(e){r("Attribute selector with '#' was not fixed: "+n[0])}}return c.apply(this,n)};for(i in c)Object.prototype.hasOwnProperty.call(c,i)&&(e.find[i]=c[i]);e.fn.size=function(){return r("jQuery.fn.size() is deprecated and removed; use the .length property"),this.length},e.parseJSON=function(){return r("jQuery.parseJSON is deprecated; use JSON.parse"),JSON.parse.apply(null,arguments)},e.isNumeric=function(t){var n,o,a=u(t),i=(o=(n=t)&&n.toString(),!e.isArray(n)&&o-parseFloat(o)+1>=0);return a!==i&&r("jQuery.isNumeric() should not be called on constructed objects"),i},o(e,"holdReady",e.holdReady,"jQuery.holdReady is deprecated"),o(e,"unique",e.uniqueSort,"jQuery.unique is deprecated; use jQuery.uniqueSort"),n(e.expr,"filters",e.expr.pseudos,"jQuery.expr.filters is deprecated; use jQuery.expr.pseudos"),n(e.expr,":",e.expr.pseudos,"jQuery.expr[':'] is deprecated; use jQuery.expr.pseudos");var p=e.ajax;e.ajax=function(){var e=p.apply(this,arguments);return e.promise&&(o(e,"success",e.done,"jQXHR.success is deprecated and removed"),o(e,"error",e.fail,"jQXHR.error is deprecated and removed"),o(e,"complete",e.always,"jQXHR.complete is deprecated and removed")),e};var f=e.fn.removeAttr,y=e.fn.toggleClass,m=/\S+/g;e.fn.removeAttr=function(t){var n=this;return e.each(t.match(m),function(t,o){e.expr.match.bool.test(o)&&(r("jQuery.fn.removeAttr no longer sets boolean properties: "+o),n.prop(o,!1))}),f.apply(this,arguments)},e.fn.toggleClass=function(t){return void 0!==t&&"boolean"!=typeof t?y.apply(this,arguments):(r("jQuery.fn.toggleClass( boolean ) is deprecated"),this.each(function(){var r=this.getAttribute&&this.getAttribute("class")||"";r&&e.data(this,"__className__",r),this.setAttribute&&this.setAttribute("class",r||!1===t?"":e.data(this,"__className__")||"")}))};var h=!1;e.swap&&e.each(["height","width","reliableMarginRight"],function(t,r){var n=e.cssHooks[r]&&e.cssHooks[r].get;n&&(e.cssHooks[r].get=function(){var e;return h=!0,e=n.apply(this,arguments),h=!1,e})}),e.swap=function(e,t,n,o){var a,i,s={};h||r("jQuery.swap() is undocumented and deprecated");for(i in t)s[i]=e.style[i],e.style[i]=t[i];a=n.apply(e,o||[]);for(i in t)e.style[i]=s[i];return a};var g=e.data;e.data=function(t,n,o){var a;if(n&&"object"==typeof n&&2===arguments.length){a=e.hasData(t)&&g.call(this,t);var i={};for(var s in n)s!==e.camelCase(s)?(r("jQuery.data() always sets/gets camelCased names: "+s),a[s]=n[s]):i[s]=n[s];return g.call(this,t,i),n}return n&&"string"==typeof n&&n!==e.camelCase(n)&&(a=e.hasData(t)&&g.call(this,t))&&n in a?(r("jQuery.data() always sets/gets camelCased names: "+n),arguments.length>2&&(a[n]=o),a[n]):g.apply(this,arguments)};var v=e.Tween.prototype.run,j=function(e){return e};e.Tween.prototype.run=function(){e.easing[this.easing].length>1&&(r("'jQuery.easing."+this.easing.toString()+"' should use only one argument"),e.easing[this.easing]=j),v.apply(this,arguments)},e.fx.interval=e.fx.interval||13,t.requestAnimationFrame&&n(e.fx,"interval",e.fx.interval,"jQuery.fx.interval is deprecated");var Q=e.fn.load,b=e.event.add,w=e.event.fix;e.event.props=[],e.event.fixHooks={},n(e.event.props,"concat",e.event.props.concat,"jQuery.event.props.concat() is deprecated and removed"),e.event.fix=function(t){var n,o=t.type,a=this.fixHooks[o],i=e.event.props;if(i.length)for(r("jQuery.event.props are deprecated and removed: "+i.join());i.length;)e.event.addProp(i.pop());if(a&&!a._migrated_&&(a._migrated_=!0,r("jQuery.event.fixHooks are deprecated and removed: "+o),(i=a.props)&&i.length))for(;i.length;)e.event.addProp(i.pop());return n=w.call(this,t),a&&a.filter?a.filter(n,t):n},e.event.add=function(e,n){return e===t&&"load"===n&&"complete"===t.document.readyState&&r("jQuery(window).on('load'...) called after load event occurred"),b.apply(this,arguments)},e.each(["load","unload","error"],function(t,n){e.fn[n]=function(){var e=Array.prototype.slice.call(arguments,0);return"load"===n&&"string"==typeof e[0]?Q.apply(this,e):(r("jQuery.fn."+n+"() is deprecated"),e.splice(0,0,n),arguments.length?this.on.apply(this,e):(this.triggerHandler.apply(this,e),this))}}),e.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(t,n){e.fn[n]=function(e,t){return r("jQuery.fn."+n+"() event shorthand is deprecated"),arguments.length>0?this.on(n,null,e,t):this.trigger(n)}}),e(function(){e(t.document).triggerHandler("ready")}),e.event.special.ready={setup:function(){this===t.document&&r("'ready' event is deprecated")}},e.fn.extend({bind:function(e,t,n){return r("jQuery.fn.bind() is deprecated"),this.on(e,null,t,n)},unbind:function(e,t){return r("jQuery.fn.unbind() is deprecated"),this.off(e,null,t)},delegate:function(e,t,n,o){return r("jQuery.fn.delegate() is deprecated"),this.on(t,e,n,o)},undelegate:function(e,t,n){return r("jQuery.fn.undelegate() is deprecated"),1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return r("jQuery.fn.hover() is deprecated"),this.on("mouseenter",e).on("mouseleave",t||e)}});var x=e.fn.offset;e.fn.offset=function(){var n,o=this[0],a={top:0,left:0};return o&&o.nodeType?(n=(o.ownerDocument||t.document).documentElement,e.contains(n,o)?x.apply(this,arguments):(r("jQuery.fn.offset() requires an element connected to a document"),a)):(r("jQuery.fn.offset() requires a valid DOM element"),a)};var k=e.param;e.param=function(t,n){var o=e.ajaxSettings&&e.ajaxSettings.traditional;return void 0===n&&o&&(r("jQuery.param() no longer uses jQuery.ajaxSettings.traditional"),n=o),k.call(this,t,n)};var A=e.fn.andSelf||e.fn.addBack;e.fn.andSelf=function(){return r("jQuery.fn.andSelf() is deprecated and removed, use jQuery.fn.addBack()"),A.apply(this,arguments)};var S=e.Deferred,q=[["resolve","done",e.Callbacks("once memory"),e.Callbacks("once memory"),"resolved"],["reject","fail",e.Callbacks("once memory"),e.Callbacks("once memory"),"rejected"],["notify","progress",e.Callbacks("memory"),e.Callbacks("memory")]];return e.Deferred=function(t){var n=S(),o=n.promise();return n.pipe=o.pipe=function(){var t=arguments;return r("deferred.pipe() is deprecated"),e.Deferred(function(r){e.each(q,function(a,i){var s=e.isFunction(t[a])&&t[a];n[i[1]](function(){var t=s&&s.apply(this,arguments);t&&e.isFunction(t.promise)?t.promise().done(r.resolve).fail(r.reject).progress(r.notify):r[i[0]+"With"](this===o?r.promise():this,s?[t]:arguments)})}),t=null}).promise()},t&&t.call(n,n),n},e.Deferred.exceptionHook=S.exceptionHook,e});
//]]>
</script>
<script type='text/javascript'>
//<![CDATA[
function loadCSS(e, t, n) { "use strict"; var i = window.document.createElement("link"); var o = t || window.document.getElementsByTagName("script")[0]; i.rel = "stylesheet"; i.href = e; i.media = "only x"; o.parentNode.insertBefore(i, o); setTimeout(function () { i.media = n || "all" }) }
loadCSS("https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i");loadCSS("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
//]]>
</script>
<noscript>
<style type='text/css'>
/* No Script */
body,html{overflow:hidden}
.noscript{background:#e74c3c;color:#fff;padding:8% 0 0 0;position:fixed;bottom:0;left:0;top:0;right:0;z-index:1000;height:auto;-webkit-transform:translateZ(0);transform:translateZ(0);overflow:hidden}
.noscript p{margin:0;text-align:center;padding:0 20px 10px 20px;margin:auto;font-size:3rem;line-height:1.5;font-family:monospace;max-width:1010px;text-transform:uppercase;font-weight:700}
.noscript p span{color:#ffe88b;font-size:10rem;line-height:normal;font-weight:normal}
</style>
</noscript>
<link href='//cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.2.1/assets/owl.carousel.css' rel='stylesheet'/>
<script data-cfasync='false' src='//rawgit.com/abdelalilebbihi/abdou_tech/master/OwlCarousel.js' type='text/javascript'/>
</head>
<!-- <body><div></div> -->
<body expr:class='data:blog.pageType'>
<noscript>
<div class='noscript'>
<p><span>⚠</span></p>
<p>Please Enable Javascript to view our site content</p>
<p>Thank you</p>
</div>
</noscript>
<span class='liverain'>
<span class='stripes item1'/><span class='stripes item2'/><span class='stripes item3'/><span class='stripes item4'/><span class='stripes item5'/><span class='stripes item6'/><span class='stripes item7'/><span class='stripes item8'/><span class='stripes item9'/><span class='stripes item10'/><span class='stripes item11'/><span class='stripes item12'/><span class='stripes item13'/><span class='stripes item14'/><span class='stripes item15'/><span class='stripes item16'/><span class='stripes item17'/><span class='stripes item18'/><span class='stripes item19'/><span class='stripes item20'/>
</span>
<div id='header-logg'>
<b:section id='header' itemscope='itemscope' itemtype='https://schema.org/WPHeader' maxwidgets='1' name='Logo' showaddelement='yes'>
<b:widget id='Header1' locked='true' title='Envati Theme (Header)' type='Header' version='1'>
<b:widget-settings>
<b:widget-setting name='displayUrl'/>
<b:widget-setting name='displayHeight'>0</b:widget-setting>
<b:widget-setting name='sectionWidth'>-1</b:widget-setting>
<b:widget-setting name='useImage'>false</b:widget-setting>
<b:widget-setting name='shrinkToFit'>false</b:widget-setting>
<b:widget-setting name='imagePlacement'>BEHIND</b:widget-setting>
<b:widget-setting name='displayWidth'>0</b:widget-setting>
</b:widget-settings>
<b:includable id='main'>
<b:if cond='data:useImage'>
<b:if cond='data:imagePlacement == "BEHIND"'>
<!--
Show image as background to text. You can't really calculate the width
reliably in JS because margins are not taken into account by any of
clientWidth, offsetWidth or scrollWidth, so we don't force a minimum
width if the user is using shrink to fit.
This results in a margin-width's worth of pixels being cropped. If the
user is not using shrink to fit then we expand the header.
-->
<b:if cond='data:mobile'>
<div id='header-inner'>
<div class='titlewrapper' style='background: transparent'>
<b:include name='title'/>
</div>
<b:include name='description'/>
</div>
<b:else/>
<div expr:style='"background-image: url(\"" + data:sourceUrl + "\"); " + "background-position: " + data:backgroundPositionStyleStr + "; " + data:widthStyleStr + "min-height: " + data:height + "_height: " + data:height + "background-repeat: no-repeat; "' id='header-inner'>
<div class='titlewrapper' style='background: transparent'>
<b:include name='title'/>
</div>
<b:include name='description'/>
</div>
</b:if>
<b:else/>
<!--Show the image only-->
<div id='header-inner'>
<h1><a expr:href='data:blog.homepageUrl' style='display: block'>
<img expr:alt='data:title' expr:height='data:height' expr:id='data:widget.instanceId + "_headerimg"' expr:src='data:sourceUrl' expr:width='data:width' style='display: block'/>
</a></h1>
<!--Show the description-->
<b:if cond='data:imagePlacement == "BEFORE_DESCRIPTION"'>
<b:include name='description'/>
</b:if>
</div>
</b:if>
<b:else/>
<!--No header image -->
<div id='header-inner'>
<div class='titlewrapper'>
<b:include name='title'/>
</div>
<b:include name='description'/>
</div>
</b:if>
</b:includable>
<b:includable id='description'>
<div class='descriptionwrapper'>
<p class='description'><span><data:description/></span></p>
</div>
</b:includable>
<b:includable id='title'>
<b:if cond='data:blog.pageType != "item"'>
<b:if cond='data:blog.pageType != "static_page"'>
<h1 class='title'>
<a expr:href='data:blog.homepageUrl' expr:title='data:blog.title' itemprop='url'>
<span itemprop='name'><data:title/></span>
</a>
</h1>
<b:else/>
<h2 class='title'>
<a expr:href='data:blog.homepageUrl' expr:title='data:blog.title' itemprop='url'>
<span itemprop='name'><data:title/></span>
</a>
</h2>
</b:if>
<b:else/>
<h2 class='title'>
<a expr:href='data:blog.homepageUrl' expr:title='data:blog.title' itemprop='url'>
<span itemprop='name'><data:title/></span>
</a>
</h2>
</b:if>
</b:includable>
</b:widget>
</b:section>
</div>
<div class='margin-wrapp'>
<nav id='navku' itemscope='itemscope' itemtype='https://schema.org/SiteNavigationElement'>
<a class='drop-icon' expr:href='data:blog.homepageUrl' itemprop='url'><span itemprop='name'><i class='fa fa-home'/></span></a>
<a class='judul-blog' expr:href='data:blog.homepageUrl' itemprop='url'><span itemprop='name'><data:blog.title/></span></a>
<span class='linger burger' id='sandwich'>
<div class='icon-menu'>
<span class='line line-1'/>
<span class='line line-2'/>
<span class='line line-3'/>
</div>
</span>
<ul class='menu dropdown-menu'>
<li class='fa fa-user-o'><a href='#' itemprop='url'><span itemprop='name'>About</span></a></li>
<li class='fa fa-envelope-o'><a href='/p/contact-form.html' itemprop='url'><span itemprop='name'>Contact</span></a></li>
<li class='fa fa-list-alt'><a href='/p/sitemap.html' itemprop='url'><span itemprop='name'>Sitemap</span></a></li>
</ul>
<div class='search-button'><a href='#' itemprop='url'><span itemprop='name'><i class='fa fa-search'/></span></a></div>
<div class='levelon'>
<div class='joinus-button'><a href='https://www.blogger.com/follow-blog.g?blogID=7561718148042517158' itemprop='url' target='_blank'><span itemprop='name'><i class='fa fa-user'/> Join Our Site</span></a></div>
<ul class='social-on'>
<li><a class='facebook' href='#' itemprop='url' target='_blank' title='Follow our Facebook'><span itemprop='name'/></a></li>
<li><a class='twitter' href='#' itemprop='url' target='_blank' title='Follow our Twitter'><span itemprop='name'/></a></li>
<li><a class='instagram' href='#' itemprop='url' target='_blank' title='Follow our Instagram'><span itemprop='name'/></a></li>
<li><a class='ytube' href='#' itemprop='url' target='_blank' title='Follow our Whatsapp'><span itemprop='name'/></a></li>
</ul>
</div>
</nav>
</div>
<div class='clear'/>
<div id='sticky-menu'>
<div class='margin-wrapp duaa'>
<nav id='menu-overflow'>
<ul id='nav'>
<li><a href='#'>Asupan</a></li>
<li><a href='/search/label/Fashion?&amp;max-results=12'>Fashion</a></li>
<li><a href='#'>Gaya Hidup</a></li>
<li><a href='#'>Hiburan</a></li>
<li><a href='#'>Hits</a></li>
<li><a href='#'>Kecantikan</a></li>
<li><a href='#'>Kesehatan</a></li>
<li><a href='#'>Manfaat</a></li>
<li><a href='#'>Olahraga</a></li>
<li><a href='#'>Pengetahuan</a></li>
<li><a href='#'>Personal</a></li>
<li><a href='#'>Tips</a></li>
<li><a href='#'>Wisata</a></li>
<li class='more'>
<span class='btnmore' onclick='showOverflow()'/>
<ul class='dropdown-content' id='overflow'/>
</li>
</ul>
</nav>
</div>
</div>
<div class='clear'/>
<div id='outer-wrapper' itemscope='itemscope' itemtype='https://schema.org/Blog' role='main'>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<div id='redesign'>
<div class='recent-slider' id='recent-slider'>
<div class='container'>