0% found this document useful (0 votes)
267 views

Script Blogger Helalnet

The document is an XML file that defines the structure and styling of a blog. It includes metadata, stylesheets, scripts and conditional logic to display different elements depending on the blog page type (index, item, error). The structure separates elements into header, content and sidebar sections.

Uploaded by

bequeenbio
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
267 views

Script Blogger Helalnet

The document is an XML file that defines the structure and styling of a blog. It includes metadata, stylesheets, scripts and conditional logic to display different elements depending on the blog page type (index, item, error). The structure separates elements into header, content and sidebar sections.

Uploaded by

bequeenbio
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 82

<?xml version="1.0" encoding="UTF-8" ?

>
<!DOCTYPE html>
<html b:version='2' class='v2' expr:dir='data:blog.languageDirection'
xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b'
xmlns:data='http://www.google.com/2005/gml/data'
xmlns:expr='http://www.google.com/2005/gml/expr'>
<head>
<link href='//www.fontstatic.com/f=cocon-next-arabic' rel='stylesheet'
type='text/css'/>
<link href='https://fonts.googleapis.com/css?family=Poppins:900' rel='stylesheet'/>
<meta content='width=device-width,initial-scale=1,minimum-scale=1,maximum-
scale=1' name='viewport'/>
<meta content='text/html;charset=UTF-8' http-equiv='Content-Type'/>
<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'/>
<b:include data='blog' name='all-head-content'/>
<title>
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<data:blog.pageTitle/>
<b:else/>
<b:if cond='data:blog.pageType != &quot;error_page&quot;'>
<data:blog.pageName/> - <data:blog.title/>
<b:else/>
Error 404 - <data:blog.title/>
</b:if>
</b:if>
</title>
<!-- Description and Keywords (start) -->
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<meta content='YOUR DESCRIPTION HERE' name='description'/>
</b:if>
<meta content='YOUR KEYWORDS HERE' name='keywords'/>
<!-- Description and Keywords (end) -->
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<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>
<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.postImageThumbnailUrl' property='og:image'/>
</b:if></b:if>
<b:if cond='data:blog.metaDescription != &quot;&quot;'>
<meta expr:content='data:blog.metaDescription' name='og:description'/>
</b:if>
<meta expr:content='data:blog.title' property='og:site_name'/>
<meta expr:content='data:blog.homepageUrl' name='twitter:domain'/>
<meta expr:content='data:blog.pageName' name='twitter:title'/>
<b:if cond='data:blog.postImageUrl'>
<meta content='summary_large_image' name='twitter:card'/>
<meta expr:content='data:blog.postImageUrl' name='twitter:image'/>
<b:else/>
<meta content='summary' name='twitter:card'/>
<b:if cond='data:blog.postImageThumbnailUrl'>
<meta expr:content='data:blog.postImageThumbnailUrl' name='twitter:image'/>

</b:if>
</b:if>
<meta expr:content='data:blog.pageName' name='twitter:title'/>
<b:if cond='data:blog.metaDescription'>
<meta expr:content='data:blog.metaDescription' name='twitter:description'/>
</b:if>
<!-- Social Media meta tag need customer customization -->
<meta content='Facebook App ID here' property='fb:app_id'/>
<meta content='Facebook Admin ID here' property='fb:admins'/>
<meta content='@username' name='twitter:site'/>
<meta content='@username' name='twitter:creator'/>

<link href='http://fonts.googleapis.com/css?family=Merriweather:400,700|
Droid+Serif:400,700' rel='stylesheet' type='text/css'/>
<link href='https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-
awesome.min.css' rel='stylesheet'/>
<script src='//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js'/>
<b:skin><![CDATA[/*
-----------------------------------------------
Blogger Template
Name : Juego
Type : Games
Color : Purple
Author : Issam
Url : www.isweeb.com
License: Free Version
----------------------------------------------- */
/* Variable definitions
====================
<Variable name="mainbgcolor" description="Blog main Color" type="color"
default="#f0f0f0" value="#f0f0f0"/>
<Variable name="primarycolor" description="Primary Color" type="color"
default="#603b76" value="#603b76"/>
<Variable name="secondcolor" description="Secondary Color" type="color"
default="#333333" value="#333333"/>
*/
/*****************************************
reset.css
******************************************/
html, body, .section, .widget, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure { margin: 0; padding:
0;}
html {scroll-behavior: smooth;overflow-x: hidden;}
a {text-decoration:none;color:#000;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display:block;}
table { border-collapse: separate; border-spacing: 0;}
caption, th, td { text-align: right; font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after { content: "";}
.quickedit, .home-link{display:none;}
blockquote, q { quotes: "" "";}
sup{ vertical-align: super; font-size:smaller;}
code{ font-family: 'Courier New', Courier, monospace; font-size:12px;
color:#272727;}
::selection {background: #e20909;text-shadow:#000 0 0 2px;color: white;}
::-moz-selection {background:transparent; text-shadow:#000 0 0 2px;}
::-webkit-selection {background:transparent; text-shadow:#000 0 0 2px;}
::-o-selection {background:transparent; text-shadow:#000 0 0 2px;}
a img{ border: none;}
ol, ul { padding:0; margin:0; text-align: right; }
ol li { list-style-type: decimal; padding:0 0 5px; }
ul li { list-style-type: disc; padding: 0 0 5px; }
ul ul, ol ol { padding: 0; }
#navbar-iframe, .navbar { height:0px; visibility:hidden; display:none }
.post-footer-line.post-footer-line-1, .post-footer-line.post-footer-line-2 , .post-
footer-line.post-footer-line-3 {
display: none;
}
.feed-links {
display: none;
visibility: hidden;
}
.item-control {
display: none !important;
}
h2.date-header, h4.date-header {display:none;margin:1.5em 0 .5em}
h1, h2, h3, h4, h5, h6 {
font-family: 'cocon-next-arabic';
font-weight: bold;
color: #2e2e2e;
}
blockquote {
font-style: normal !important;
padding: 8px;
background-color: #f9f9f9;
border: 1px solid #dadada;
margin: 5px;
background-position: top right;
background-repeat: no-repeat;
text-indent: 23px;
}
blockquote span {
background: transparent !important;
color: #603b76;
}
blockquote p{
display: block;
background-image:
url(http://3.bp.blogspot.com/-UjppXQI-ww0/U6X4IpheNiI/AAAAAAAAND0/PJhRvvhAWGU/
s1600/closequote1.gif);
background-repeat: no-repeat;
background-position: bottom left;
}
* {
outline: 0;
transition: all .3s ease;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
}
@media print{
.nav-menu, #sidebar-wrapper, .share-box, #related-posts, #lower, .sub-
wrap, .comments, #ads-blog {
display: none!important;
}
#main-wrapper {
width:100%!important;
max-width:100%!important;
}
}
#loader {
position: fixed;
top: 0;
right: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #efefef;
z-index: 1000;
}
#status {
width: 400px;
height: 400px;
background-size: 100%;
position: fixed;
right: 40%;
z-index: 100;
top: 35%;
background-repeat: no-repeat;
background-position: center;
margin: -100px 0 0 -100px;
z-index: 1001;
}
img {
max-width:100%;
verticle-align:middle;
}
/*****************************************
Custom css starts
******************************************/
body{color:#2e2e2e;font-family:cocon-next-arabic;font-size:14px;font-
weight:400;line-height:21px;background:$mainbgcolor url(http://2.bp.blogspot.com/-
ReAMfeZ3V68/Vs8X1mFeG6I/AAAAAAAADHU/0uaR6bxj7hU/s1600-r/bg2.png) repeat scroll top
right}
/* ######## Wrapper Css ######################### */
#outer-wrapper{max-width:100%;margin:0 auto;background-color:#fff;box-shadow:0 0
5px RGBA(0,0,0,.2)}.row{width:1110px;margin:0 auto}#content-wrapper{margin:0
auto;padding:40px 0 40px}#main-wrapper{float:right;width:67%;max-
width:750px}#sidebar-wrapper{float:left;width:30%;max-width:330px}
/* ######## Header Css ######################### */
#header-wrapper{background:url(https://w.wallhaven.cc/full/49/wallhaven-49ogg1.jpg
);border-bottom:1px solid #e2e2e2;position:relative}#header-
wrappers{color:#fff;padding:25px 0 10px 0;border-bottom:1px solid
rgba(255,255,255,.4);height:80px}article .post-body,article .post-body
a,article .post-body span{font-family:cocon-next-arabic!important}div#header-
wrapper:before{background:#7d4d97c4;position:absolute;content:'';width:100%;height:
100%;top:0;z-index:0}.recent-post-title h2
a{background:#603b76;color:#fff;padding:1px 20px 1px 8px;font-size:17px;font-
weight:400;border-radius:4px}#header-inner{background-position:right;background-
repeat:no}.headerright h1,.headerright h1 a,.headerright h1 a:hover,.headerright h1
a:visited{color:$secondcolor;background:#fff!important;text-align:center;font-
size:36px;font-weight:400;line-height:1.2em;margin:10px 0 0;padding:5px 0;text-
decoration:none;border-radius:5px}.headerright h3{font-
weight:400;margin:0;padding:0}.headerright .description{color:#fff;margin:0;padding
:10px 0 0 30px;text-shadow:1px 1px 2px
#555}.headerright{float:right;margin:0;padding:0;max-
width:265px}.headerleft{float:left;margin:0;padding:0;max-widthh:900px}
/* ######## Navigation Menu Css ######################### */
.selectnav{display:none}.nav-menu{text-align:center;margin:0 auto;width:100%;z-
index:299;padding:16px 0}#nav-menu1{margin:0 auto}.nav-menu ul{list-
style:none;margin:0;padding:0;z-index:999}.nav-menu ul li{display:inline-
block;float:right;line-height:1;list-style:none outside none;padding:0;text-
align:right;margin-left:6px}.nav-menu li a{background:0
0;color:#fff;display:block;font-size:17px;padding:16px 17px;position:relative;text-
decoration:none;text-transform:uppercase;font-family:cocon-next-arabic}.nav-menu li
a:hover,.nav-menu ul li.highlight a{background:#6e2d94;color:#fff}.nav-menu
ul>li>ul{width:180px;margin:0;position:absolute;visibility:hidden;display:inline;pa
dding:0;height:auto;border-top-width:0;background:#0d0d12;transition:none}.nav-menu
ul>li:hover ul{visibility:visible;transition:none}.nav-menu
ul>li>ul>li>ul{width:180px;margin:0;position:absolute;visibility:hidden;display:non
e;padding:0;height:auto;border-top-
width:0;background:#282831;right:180px;top:0;transition:none}.nav-menu
ul>li>ul>li:hover ul{display:inline;visibility:visible}.nav-menu li li
a{color:#fff;font-size:14px;padding:16px 17px;position:relative;text-
align:right}.nav-menu li li{float:none!important;display:block;border-bottom:1px
solid #222;margin-left:0;transition:none;position:relative}.nav-menu
a#pull{display:none}.nav-menu ul li.hasSub a{padding-left:25px}.nav-menu ul
li.hasSub
a:after{color:rgba(255,255,255,.4);position:absolute;top:15px;left:10px;display:blo
ck;content:"\f107";font-family:FontAwesome;font-weight:400;font-size:15px;text-
rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-
smoothing:grayscale}.nav-menu ul li.hasSub ul li a:after{display:none!important}
/* ######## Second Header Css ######################### */
.sec-head{text-align:center;margin:0 auto;max-width:80%;margin-
bottom:32px;color:#fff;padding:30px 0 0}.sec-head p{font-size:16px;padding:6px
0}.sec-head h2{font-size:35px;color:#fff;font-weight:300}
/* ######## Top Feature Css ######################### */
.box-sec{margin-bottom:-60px!
important}#slider_post{position:relative;padding:0;margin:0 auto}#slider_post
ul{padding:0}.owl-carousel .owl-
wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-
height:0;height:0}.owl-carousel{display:none;position:relative;width:100%;-ms-
touch-action:pan-y}.owl-carousel .owl-wrapper{display:none;position:relative;-
webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-wrapper-
outer{overflow:hidden;position:relative;width:100%;direction:ltr;margin-right:5px!
important}.posts-isweeb .owl-carousel .owl-wrapper-outer{margin:0!important}.owl-
carousel .owl-wrapper-outer.autoHeight{-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-
controls .owl-buttons div,.owl-controls .owl-page{cursor:pointer}.owl-controls{-
webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-
select:none;user-select:none;-webkit-tap-highlight-
color:transparent}.grabbing,.grabbing *,.grabbing a{cursor:e-resize!important}.owl-
carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-
moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-
transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-
transform:translate3d(0,0,0)}.owl-next,.owl-prev{top:40%;color:#ccc;font-
family:FontAwesome;position:absolute;z-
index:1;display:block;padding:0;cursor:pointer;padding:0;text-
align:center;overflow:hidden}.owl-prev{left:0}.label_with_thumbs .owl-
next,.label_with_thumbs .owl-prev{margin-top:0;font-
size:80px}.label_with_thumbs .owl-prev{left:-60px}.label_with_thumbs .owl-
next{right:-60px}.label_with_thumbs .owl-dots{bottom:10px}.owl-next:before{font-
family:fontawesome}.owl-prev:before{font-family:fontawesome}.owl-
carousel{padding:5px 0}.label_with_thumbs .owl-
carousel{border:0;padding:0}.label_with_thumbs .owl-item
li{margin:0;padding:0;margin-left:10px}.label_with_thumbs .owl-
next:hover,.label_with_thumbs .owl-prev:hover{opacity:.9;color:#333}.owl-
next:before{content:'\f105';font-family:fontawesome}.owl-prev:before{content:'\
f104';font-family:fontawesome}.owl-carousel .owl-item{float:left}.box-title .owl-
controls{float:left}.label_with_thumbs{min-height:70px;margin:0 10px 2px
0;padding:0}ul.label_with_thumbs li{padding:8px 0;min-height:65px;margin-
bottom:0}.label_with_thumbs li{list-style:none;padding-right:0!
important}.label_with_thumbs .owl-item li
img{height:auto;width:100%}.label_with_thumbs .owl-item li .thumb-hover{content:no-
close-quote;border-radius:5px;position:absolute;bottom:-
5px;width:100%;background:url(http://2.bp.blogspot.com/-_IyTmlpHtg8/Vmi5pkn5ZAI/
AAAAAAAACVI/G4Kylbm3CDo/s1600-r/gradient.png) repeat-x 0 -
1px;opacity:.8;right:0;opacity:.9;background-size:200px
100%;height:200px}.label_with_thumbs .recent-thumb:after{content:no-close-
quote;position:absolute;display:none!
important;right:0;bottom:0;height:100%;width:100%;opacity:.5;background:-webkit-
linear-gradient(top,rgba(0,0,0,.2) 50%,rgba(0,0,0,.5) 70%,rgba(0,0,0,1)
100%);background:-moz-linear-gradient(top,rgba(0,0,0,.2) 50%,rgba(0,0,0,.5)
70%,rgba(0,0,0,1) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,.2)
50%,rgba(0,0,0,.5) 70%,rgba(0,0,0,1) 100%);background:-o-linear-
gradient(top,rgba(0,0,0,.2) 50%,rgba(0,0,0,.5) 70%,rgba(0,0,0,1)
100%);background:linear-gradient(top,rgba(0,0,0,.2) 50%,rgba(0,0,0,.5)
70%,rgba(0,0,0,1) 100%)}.label_with_thumbs .slider-con{padding:15px;text-
align:center}.slider-con{color:#fff;position:absolute;bottom:20px;width:100%;z-
index:2;box-sizing:border-box}.slider-con a{color:#fff}.slider-con h3{padding-
bottom:15px}.slider-con br{display:none}.featured-content{display:none}.wid-
thumb{height:350px;position:relative;width:100%;display:block}.label_with_thumbs .r
ecent-thumb{text-
transform:capitalize;color:#fff;width:100%;height:100%;display:block;overflow:hidde
n;border-radius:5px;position:relative}.label_with_thumbs strong{padding-
right:0;font-size:28px;line-height:35px;letter-spacing:.5px}
/* ######## Sidebar Css ######################### */
.sidebar .widget{margin-bottom:20px;position:relative;overflow:hidden}.sidebar
h2{font-size:13px;color:#fff;padding:4px 15px;margin-bottom:25px;font-
weight:200;text-transform:capitalize;position:relative;text-align:right;border:1px
solid #777;background:#202020;display:inline-block;border-radius:5px}.sidebar
h2:after,.sidebar
h2:before{content:'';display:block;position:absolute;margin:auto;top:0;bottom:0;bac
kground:#fff;width:8px;right:4px;height:8px;text-align:center;-webkit-border-
radius:100%;-moz-border-radius:100%;border-radius:100%;-webkit-
transform:rotate(40deg);-moz-transform:rotate(40deg);-ms-transform:rotate(40deg);-
o-transform:rotate(40eg)}.sidebar h2:after{background:#202020;right:90%;border-
radius:0;transform:none;width:1000%;height:2px}.sidebar li,.sidebar ul{list-style-
type:none;margin:0;padding:0}.menu-tab li a,.sidetabs .section{transition:all 0s
ease;-webkit-transition:all 0s ease;-moz-transition:all 0s ease;-o-transition:all
0s ease;-ms-transition:all 0s ease}.menu-
tab{overflow:hidden;clear:both;padding:0;margin:0 0 10px;border-radius:8px 3px 3px
8px}.sidetabs .widget h2{display:none}.menu-tab
li{width:33%;float:right;display:inline-block;padding:0}.menu-tab li
a{height:32px;text-align:center;padding:0;font-
weight:700;display:block;color:#fff;background-color:#202020;font-size:11px;line-
height:32px;letter-spacing:.5px;text-transform:uppercase}.menu-tab li.active
a{background-color:$primarycolor}.menu-tab li{display:none}.hide-
tab{display:inline-block!important}#tabside3{margin-bottom:15px}
/* ######## Post Css ######################### */
article{padding:0}.post-outer{padding:0}.post{margin:10px 0;padding:10px 0}.post
h2{margin-top:0;margin-bottom:0;line-height:20px;width:100%;text-
overflow:ellipsis;overflow:hidden;white-space:nowrap;cursor:pointer}.post h2
a{color:#000;letter-spacing:1px}.post h2{margin:0 0 10px;padding:0}.retitle
h2{margin:8px 0;display:block;font-size:18px}.post-body{margin:0;padding:10px;font-
size:14px;line-height:26px;box-sizing:border-box}.block-
image{position:relative;float:none;margin:0
auto;clear:both;height:300px;width:238px;max-width:100%;object-fit:cover;-webkit-
perspective:600px;-moz-perspective:600px;perspective:600px}.block-
image .thumb{width:100%;height:300px;object-
fit:cover;position:relative;display:block}.block-image
a{width:100%;height:300px;object-fit:cover;display:block;border-radius:5px 5px 0
0;transition:all .3s ease-out!important;-webkit-transition:all .3s ease-out!
important;-moz-transition:all .3s ease-out!important;-o-transition:all .3s ease-
out!important}.post article{border:1px solid #eae1e1;border-
top:none;padding:8px;border-radius:0 0 3px 3px}.block-image a:before{content:"\
f11b";font-family:FontAwesome;line-height:32px;width:32px;height:32px;font-
size:18px;color:#fff;text-align:center;font-
weight:400;position:absolute;top:45%;right:45%;opacity:0;padding:0;z-
index:1;border:2px solid #fff;border-radius:50%;transition:all .25s ease-in-out
0s}.block-image
a:after{content:"";position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;r
ight:0;background:$primarycolor;opacity:0;visibility:hidden;transition:all .25s
ease-in-out 0s}.bk-right{display:block;overflow:hidden;top:7px;height:95%;-webkit-
transform:rotate3d(0,1,0,-90deg);transform:rotate3d(0,1,0,-
90deg);position:absolute!important;width:40px;right:-11px;background-color:#222;-
webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bk-
right h2{font-size:20px;line-height:40px;padding-left:10px;text-
align:left;position:absolute;top:10%;bottom:auto;height:40px;-webkit-transform-
origin:0 0;-moz-transform-origin:0 0;transform-origin:0 0;-webkit-
transform:rotate(90deg) translateY(-40px);color:#fff;transform:rotate(90deg)
translateY(-40px);margin:0;padding:0;width:auto}.block-image:hover .bk-right{-
webkit-transform:rotateY(-45deg);-o-transform:rotateY(45deg);transform:rotateY(-
45deg);top:-15px;height:112%}.block-image:hover.block-image
a:after{opacity:.8;visibility:visible}.block-image:hover.block-image
a:before{opacity:1;visibility:visible;-ms-transform:rotate(360deg);-webkit-
transform:rotate(360deg);transform:rotate(360deg)}.rw-ui-container.rw-dir-ltr .rw-
report-link,.rw-ui-container.rw-valign-middle.rw-halign-left .rw-report-
link{display:none!important}.rw-ui-info-inner-container:hover{background:0 0!
important}.rw-ui-info-nub.rw-ui-info-inner-nub,.rw-ui-info-nub.rw-ui-info-outer-
nub{display:none}.rw-ui-tooltip{display:none!important}.rw-ui-container.rw-size-
small span.rw-ui-info{font-family:Open Sans,Arial,sans-serif;color:#b8b8b8!
important;text-transform:uppercase;font-size:13px;display:none}.rw-ui-
container{float:left;margin-top:-3px;display:none!important}.rw-ui-container.rw-
halign-left,.rw-ui-container.rw-halign-left .rw-ui-info-inner-container{border-
color:#fff!important}.rw-ui-container.rw-size-medium .rw-report-link,.rw-ui-
report.rw-dir-ltr,.rw-ui-report.rw-size-large.rw-halign-center.gradient.rw-dir-
ltr.rw-type-nero.rw-meta-rating-29085119.rw-valign-bottom{display:none!
important}.date-header{color:#bdbdbd;display:block;font-size:12px;font-
weight:400;line-height:1.3em;margin:0!important;padding:0}.date-header
a{color:#bdbdbd}.post-header{padding:10px 0}.post-header .post-
meta{background:#a72af3;display:inline-block;border-radius:0 0 10px
10px;padding:2px 20px;margin-right:25px}.post-header .post-meta span a,.post-header
.post-meta span i{color:#fff!important}.post-head
h1{background:#603b76;color:#fff;font-weight:500;padding:0 15px;border-
radius:20px}#meta-post .fa-calendar-o{margin-right:8px}.post-
meta{color:#bdbdbd;display:block;font-size:13px;font-weight:400;line-
height:21px;margin:0;padding:0 0 5px;border-bottom:1px solid #f2f2f2}.post-meta
a,.post-meta i{color:#cbcbcb}.post-timestamp{margin-right:5px}.label-head{margin-
right:5px}.label-head a{padding-right:2px}.resumo{margin-
top:10px;color:#919191}.resumo span{display:block;margin-bottom:8px;font-
size:16px;line-height:31px}.post img{max-width:100%;padding:10px
0;position:relative;margin:0 auto}.post h3{font-size:18px;margin-top:20px;margin-
bottom:10px;line-height:1.1}.second-meta{display:none}.comment-link{white-
space:normal}#blog-pager{clear:both;text-align:center;padding:15px
0;background:#fff;color:#4d4d4d}.blog-pager-newer-link,.blog-pager-older-
link,.displaypageNum a,.home-link,.pagecurrent,.showpage a,.showpageOf{font-
family:cocon-next-arabic;font-size:16px;padding:7px 14px;margin-left:5px;border-
radius:2px;background:$primarycolor;color:#fff;font-
weight:700;float:right}#Blog1_blog-pager-older-link:after{content:'\f104';font-
family:fontawesome;padding-right:10px}#Blog1_blog-pager-newer-
link:before{content:'\f105';font-family:fontawesome;padding-
left:10px}.showpageOf{float:left!important;display:none}#blog-
pager .pages{border:none}.firstpage,.lastpage{display:none}
/* ######## Share widget Css ######################### */
.share-box{position:relative;padding:10px}.share-title{border-bottom:2px solid
#777;color:#010101;display:inline-block;padding-bottom:7px;font-size:15px;font-
weight:500;position:relative;top:2px}.share-art{float:left;padding:0;padding-
top:0;font-size:13px;font-weight:400;text-transform:capitalize}.share-art
a{color:#fff;padding:3px 8px;margin-right:4px;border-radius:2px;display:inline-
block;margin-left:0;background:#010101}.share-art a:hover{color:#fff}.share-
art .fac-art{background:#3b5998}.share-art .fac-
art:hover{background:rgba(49,77,145,.7)}.share-art .twi-
art{background:#00acee}.share-art .twi-
art:hover{background:rgba(7,190,237,.7)}.share-art .goo-
art{background:#db4a39;opacity:.6;cursor:not-allowed}.share-art .goo-
art:hover{background:rgba(221,75,56,.7)}.share-art .pin-
art{background:#ca2127}.share-art .pin-
art:hover{background:rgba(202,33,39,.7)}.share-art .lin-
art{background:#0077b5}.share-art .lin-
art:hover{background:rgba(0,119,181,.7)}.share-art .print-art{background:
$secondcolor}.share-art .lin-art:hover{background:rgba(0,119,181,.7)}.isw-author-
box{border:1px solid
#f2f2f2;background:#f8f8f8;overflow:hidden;padding:10px;margin:10px 0}.isw-author-
box img{float:right;margin-left:10px;border-radius:50%;height:auto}.isw-author-box
p{padding:10px}.isw-author-box b{font-family:cocon-next-arabic;font-size:20px}
/* ######## Related Post Css ######################### */
#related-posts{margin-bottom:10px;padding:10px}.related
li{width:31.276%;display:inline-block;height:auto;min-
height:184px;float:right;margin-
left:22px;overflow:hidden;position:relative}.related li h3{margin-top:0}.related-
thumb{width:100%;height:250px;overflow:hidden;border-radius:2px}.related
li .related-
img{width:100%;height:250px;display:block;position:relative;transition:all .3s
ease-out!important;-webkit-transition:all .3s ease-out!important;-moz-
transition:all .3s ease-out!important;-o-transition:all .3s ease-out!
important}.related li .related-img:hover{-webkit-transform:scale(1.1) rotate(-
1.5deg)!important;-moz-transform:scale(1.1) rotate(-1.5deg)!
important;transform:scale(1.1) rotate(-1.5deg)!important;transition:all .3s ease-
out!important;-webkit-transition:all .3s ease-out!important;-moz-transition:all .3s
ease-out!important;-o-transition:all .3s ease-out!important}.related-title a{font-
size:14px;line-height:1.4em;padding:10px 0 4px;font-
weight:500;color:#fff;display:block;text-shadow:0 .5px .5px
rgba(34,34,34,.3)}.related li:nth-of-type(3),.related li:nth-of-type(6),.related
li:nth-of-type(9){margin-left:0}.related .related-
tag{position:absolute;top:15px;right:15px;background-color:
$primarycolor;color:#fff;text-transform:uppercase;font-weight:400;z-
index:5;height:20px;line-height:20px;padding:0 6px;font-
size:11px}.related .related-thumb .related-img:after{content:no-close-
quote;position:absolute;right:0;bottom:0;width:100%;height:120px;background:url(htt
p://3.bp.blogspot.com/-LnvazGBvKh8/VskckSkmzxI/AAAAAAAAC4s/erEgI6A_ih4/s1600-r/
metabg.png) repeat-x;background-size:100% 100%;opacity:.8}.related-
overlay{position:absolute;right:0;top:0;z-
index:1;width:100%;height:100%;background-color:rgba(40,35,40,.05)}.related-
content{position:absolute;bottom:0;padding:15px 15px 11px;width:100%;line-
height:1.2em;box-sizing:border-box;z-index:2}.related .related-content .recent-
date{color:#ccc;font-size:12px;font-weight:400}.p-date:before,.recent-
date:before{content:'\f017';font-family:fontawesome;margin-left:5px}
/* ######## Comment Form Widget ######################### */
.comment-form{overflow:hidden}iframe.blogger-comment-from-post,iframe.blogger-
iframe-colorize{height:283px!important}.comments h3{line-height:normal;text-
transform:uppercase;color:$secondcolor;font-weight:700;margin:0 0 20px 0;font-
size:14px;padding:0}h4#comment-post-
message{display:none;margin:0}.comments{clear:both;margin-top:10px;margin-
bottom:0}.comments .comments-content{font-size:13px;margin-
bottom:8px}.comments .comments-content .comment-thread ol{text-
align:right;margin:13px 0;padding:0}.comments .avatar-image-
container{background:#fff;border:1px solid
#a72af3;overflow:hidden;padding:6px}.comments .comment-
block{position:relative;background:#fff;padding:15px;margin-right:60px;border-
right:5px solid #a72af3;border-top:1px solid #ddd;border-left:1px solid
#ddd;border-bottom:1px solid #ddd}.comments .comment-
block:before{content:"";width:0;height:0;position:absolute;left:99.5%;top:14px;bord
er-width:10px;border-style:solid;border-color:transparent #a72af3 transparent
transparent;display:block}.comments .comments-content .comment-replies{margin:8px
0;margin-right:60px}.comments .comments-content .comment-
thread:empty{display:none}.comments .comment-replybox-
single{background:#f0f0f0;padding:0;margin:8px 0;margin-
right:60px}.comments .comment-replybox-thread{background:#f0f0f0;margin:8px 0 0
0;padding:0}.comments .comments-content .comment{margin-
bottom:6px;padding:0}.comments .comments-content .comment:first-
child{padding:0;margin:0}.comments .comments-content .comment:last-
child{padding:0;margin:0}.comments .comment-thread.inline-thread .comment,.comments
.comment-thread.inline-thread .comment:last-child{margin:0 0 5px 30%;list-
style:none}.comment .comment-thread.inline-thread .comment:nth-child(6){margin:0 0
5px 25%}.comment .comment-thread.inline-thread .comment:nth-child(5){margin:0 0 5px
20%}.comment .comment-thread.inline-thread .comment:nth-child(4){margin:0 0 5px
15%}.comment .comment-thread.inline-thread .comment:nth-child(3){margin:0 0 5px
10%}.comment .comment-thread.inline-thread .comment:nth-child(2){margin:0 0 5px
5%}.comment .comment-thread.inline-thread .comment:nth-child(1){margin:0 0 5px
0}.comments .comments-content .comment-
thread{margin:0;padding:0}.comments .comments-content .inline-
thread{background:#fff;border:1px solid
#ddd;padding:15px;margin:0}.comments .comments-content .icon.blog-
author{display:inline;margin:0 0 -4px 6px}.comments .comments-content .icon.blog-
author:after{content:"\f00c";background:$primarycolor;color:#fff;font-
size:11px;padding:2px 2px;font-family:fontawesome;border-radius:100%}.comment-
header{text-transform:uppercase;font-size:12px}.comments .comments-
content .datetime{margin-right:6px;float:left}.comments .comments-content .datetime
a{color:#888}.comments .comment .comment-actions a{display:inline-
block;color:#fff;font-weight:400;font-size:15px;line-
height:1;background:#a72af3;padding:1px 4px;border-radius:4px}.comments .continue
a{display:inline-block;color:#fff;font-weight:400;font-size:15px;line-
height:1;background:#a72af3;padding:1px 4px;border-
radius:4px}.comments .comment .comment-actions a:hover,.comments .continue
a:hover{text-decoration:underline}.blogger-tab{display:block}.cmm-tabs .content-
tab{background-color:transparent;padding:0}.cmm-tabs-header{margin-
bottom:10px;border-bottom:2px solid #eee;position:relative}.cmm-tabs-header
h3{display:inline-block;font-size:18px;margin:0;border-bottom:2px solid
#777;color:#010101;top:2px;font-weight:500;padding-bottom:2px}.cmm-tabs-header h3
h9{display:none}.simplyTab .cmm-tabs-header .wrap-tab{float:left}.cmm-tabs-
header .wrap-tab a{height:auto;line-height:1.2em;padding:3px 5px;font-
size:14px;display:inline-block}.cmm-tabs-header .wrap-tab
li{float:right;width:auto}.facebook-tab,.fb_iframe_widget
iframe,.fb_iframe_widget_fluid span{width:100%!important}.cmm-
tabs.simplyTab .content-tab{background-color:transparent;padding:0;margin-
top:20px}.cmm-tabs.simplyTab .wrap-tab li a{border-radius:2px;text-
transform:uppercase;color:#fff;font-weight:500;background-color:$secondcolor;font-
size:12px}.cmm-tabs.simplyTab .wrap-tab li a.activeTab{background-color:
$primarycolor;color:#fff}.cmm-tabs.simplyTab .wrap-tab{float:left}.cmm-
tabs.simplyTab .wrap-tab li{margin-right:5px;list-style:none}.wrap-tab{list-
style:none}.content-tab{transition:all 0s ease;-webkit-transition:all 0s ease;-moz-
transition:all 0s ease;-o-transition:all 0s ease}
/* ######## Subscribe Css ######################### */
.sub-wrap{background-image:url(https://yakuthemes.com/preview/gameforest/img/
carousel-1.jpg)!important;background-position:center!important;background-
repeat:no-repeat!important;background-size:cover!important;background-
attachment:fixed;position:relative}.sub-
wrap:before{content:'';background:#ffffffcc;position:absolute;width:100%;height:100
%}#subscribe-css{position:relative;padding:80px 0;overflow:hidden}.subscribe-
wrapper{color:#fff;font-size:16px;line-height:normal;margin:0;text-
align:center;text-transform:none;font-weight:400;width:100%}.subscribe-
form{clear:both;display:block;overflow:hidden}form.subscribe-
form{clear:both;display:block;margin:0;width:auto;overflow:hidden}.mail-
subcribe{float:right;content:"";width:30px;height:19px;background:url(https://
2.bp.blogspot.com/-5MsNNT866fA/V8gAPbStzJI/AAAAAAAAA1A/
s7JnGrzilrgAw6YVrRgKJZONURPHSeQmACLcB/s1600/subcribe-mail.png) no-repeat center
center;position:absolute;margin-top:25px;margin-right:10px}.subscribe-css-email-
field{border:none;background:0 0;border-bottom:1px solid rgba(0,0,0,.1);box-
sizing:border-box;color:#848484;margin:10px 0;padding:15px 20px;width:35%;text-
indent:40px}.subscribe-css-email-button{background:0 0;color:#6c2696;border:2px
solid #6c2696;cursor:pointer;font-weight:700;padding:14px 30px;margin-
right:15px;text-transform:none;font-size:16px;border-
radius:50px;transition:all .6s;text-transform:uppercase;letter-
spacing:1px}.subscribe-css-email-
button:hover{background:#6c2696;color:#fff}#subscribe-css p.subscribe-
note{margin:16px;text-align:center;color:#000;font-size:30px;font-weight:400;line-
height:normal}#subscribe-css p.subscribe-note
span{position:relative;overflow:hidden;font-weight:700;transition:all .5s;color:
$primarycolor;font-size:40px;text-transform:uppercase}#subscribe-css p.subscribe-
note span:first-child{display:table;margin:0 auto}#subscribe-css p.subscribe-note
span.itatu{font-weight:400;color:#000;text-transform:lowercase;font-
size:30px}#subscribe-css p.subscribe-note span.itatu:after,#subscribe-css
p.subscribe-note span.itatu:before{display:none}#subscribe-css p.subscribe-note
span:before{content:'';position:absolute;bottom:-
2px;right:0;width:0;height:3px;margin:10px 0
0;background:#000;transition:all .5s}#subscribe-css:hover p.subscribe-note
span:before{width:0}.recent-post-title h2
a:before{content:'';display:block;position:absolute;margin:auto;top:0;bottom:0;back
ground:#fff;width:8px;right:15px;height:8px;text-align:center;-webkit-border-
radius:100%;-moz-border-radius:100%;border-radius:100%;-webkit-
transform:rotate(40deg);-moz-transform:rotate(40deg);-ms-transform:rotate(40deg);-
o-transform:rotate(40eg)}
/*****************************************
Footer Bottom CSS
******************************************/
#lower{margin:auto;padding:0 0 10px 0;width:100%;background:#fff}#lower-
wrapper{margin:auto;padding:20px 0 20px 0;border-bottom:5px double
#eaeaea}#lowerbar-wrapper{float:right;margin:0 5px auto;padding-
bottom:20px;width:32%;text-align:justify;color:#000;line-height:1.6em;word-
wrap:break-
word;overflow:hidden}.lowerbar{margin:0;padding:0}.lowerbar .widget{margin:0;paddin
g:10px 20px 0 20px;box-sizing:border-box}.lowerbar .widget-content{margin-
top:10px;margin-bottom:20px;position:relative}.lowerbar h2{font-
size:13px;color:#fff;padding:4px 10px;margin-bottom:10px;font-weight:200;text-
transform:capitalize;position:relative;text-align:right;border:1px solid
#777;background:#202020;display:inline-block;z-index:9999;border-
radius:5px}.lowerbar h2:before{background:
$primarycolor;bottom:12px;content:'';margin-
right:0;position:absolute;width:1000%;height:2px;right:100%}.lowerbar ul{margin:0
auto;padding:0;list-style-type:none}.lowerbar li{display:block;line-
height:1.6em;margin-right:0!important;list-style-type:none}.lowerbar li a{text-
decoration:none;color:$secondcolor}.lowerbar li a:hover{text-
decoration:none}.lowerbar li:hover{display:block}
/* ######## Footer Css ######################### */
#jugas_footer{color:$secondcolor;font-family:cocon-next-arabic;font-
weight:300;padding:15px 0}.copy-container{margin:0
auto;overflow:hidden}.jugas_footer_copyleft a{color:
$primarycolor}.jugas_footer_copyleft{text-align:center}
/* ######## Custom widget Css ######################### */
.home-ad .widget{width:100%;max-height:90px;padding:0 0 0 2%;margin:0 auto 20px!
important;max-width:100%;box-sizing:border-box}.social-
counter{margin:0;padding:0;overflow:hidden;margin-bottom:20px}.social-counter
ul{margin:0;padding:0}.social-counter ul li{width:48%;float:right;text-
align:right;margin:0 0 5px;padding:0 0 5px;position:relative;border-bottom:1px
solid #f5f5f5}.social-counter ul li:nth-child(2),.social-counter ul li:nth-
child(4),.social-counter ul li:nth-child(6),.social-counter ul li:nth-child(8)
{float:left}.social-counter ul li:nth-child(7),.social-counter ul li:nth-child(8)
{margin:0;padding:0;border:0}.social-counter ul li a{margin:0;padding:0}.item-
icon{float:right;position:relative;text-align:center;vertical-
align:middle;color:#fff;margin:0;display:inline-block;width:36px;height:36px;line-
height:36px;font-size:20px;border-radius:2px}.hide-count{display:none}.item-
count{display:inline-block;color:#202020;font-weight:700;font-size:14px;line-
height:36px;float:right;padding-right:10px}.item-text{float:left;display:inline-
block;color:#cbcbcb;font-size:12px;line-height:36px;font-weight:400}.item-
social.facebook .item-icon{background-color:#5271b3}.item-social.twitter .item-
icon{background-color:#49aff8}.item-social.gplus .item-icon{background-
color:#cb2027}.item-social.rss .item-icon{background-color:#ffc200}.item-
social.youtube .item-icon{background-color:#eb1a21}.item-social.dribbble .item-
icon{background-color:#ea4c89}.item-social.instagram .item-icon{background-
color:#4e729a}.item-social.pinterest .item-icon{background-color:#cb2027}.item-
social.facebook .item-icon:before{content:"\f09a"}.item-social.twitter .item-
icon:before{content:"\f099"}.item-social.gplus .item-icon:before{content:"\
f0d5"}.item-social.rss .item-icon:before{content:"\f09e"}.item-
social.youtube .item-icon:before{content:"\f16a"}.item-social.instagram .item-
icon:before{content:"\f16d"}.item-social.dribbble .item-icon:before{content:"\
f17d"}.item-social.pinterest .item-icon:before{content:"\f0d2"}.social-counter ul
li:hover .item-icon{background-color:#202020}.social-counter ul li:hover .item-
text{color:#8b21ca}.sidebar .PopularPosts
ul{margin:0;padding:0}.sidebar .PopularPosts ul li{list-style:none!
important;padding:0!important;margin-bottom:10px;margin-
left:10px;width:100%;float:right}.sidebar .PopularPosts ul li.odd{margin-
left:0}.sidebar .PopularPosts ul li:hover .item-title
a{color:#603b76}.sidebar .PopularPosts ul li:hover .item-
title:before{background:#603b76}.sidebar .PopularPosts ul li:hover .item-
snippet{color:#603b76}.sidebar .PopularPosts .item-
thumbnail{height:190px;margin:0;overflow:hidden;width:100%;position:relative}.sideb
ar .PopularPosts .item-
title{display:block;clear:both;position:relative}.sidebar .PopularPosts
img{height:100%;width:100%;object-fit:cover}.sidebar .PopularPosts .item-
thumbnail:before{content:"\f11b";font-family:FontAwesome;line-
height:32px;width:32px;height:32px;font-size:18px;color:#fff;text-
align:center;font-
weight:400;position:absolute;top:45%;right:40%;opacity:1;padding:0;z-
index:2;border:2px solid #fff;border-radius:50%;transition:all .25s ease-in-out
0s}a.slider-thumb.recent-
thumb:after{content:"";position:absolute;top:0;left:0;bottom:0;height:100%;width:10
0%;right:0;background:#603b768a;opacity:0;visibility:hidden;transition:all .25s
ease-in-out 0s}a.slider-thumb.recent-
thumb:hover:after{opacity:1;visibility:visible;display:block!important}a.slider-
thumb.recent-thumb:hover:before{opacity:1!important;visibility:visible;-ms-
transform:rotate(360deg);-webkit-
transform:rotate(360deg);transform:rotate(360deg)}.sidebar .PopularPosts .item-
title a{display:block;margin:0 auto;padding:5px 0;font-size:15px;line-
height:20px;width:100%;text-overflow:ellipsis;overflow:hidden;white-
space:nowrap;cursor:pointer}.sidebar .PopularPosts .item-snippet{color:
$secondcolor;background:#f2f2f2;padding:10px
10px;width:85%}.sidebar .PopularPosts .item-content{position:relative}.PopularPosts
.img-overlay{position:absolute;right:0;top:0;z-
index:1;width:100%;height:100%;background-color:
$primarycolor;opacity:.5}.PopularPosts .item-thumbnail:hover a .img-
overlay{background-
color:rgba(40,35,40,.3);opacity:1}.sidebar .PopularPosts .widget-content ul
li:first-child,.sidebar .custom-widget li:first-child{padding-top:0;border-
top:0}.sidebar .PopularPosts .widget-content ul li:last-child,.sidebar .custom-
widget li:last-child{padding-bottom:0}.custom-widget li{overflow:hidden;border-
bottom:1px solid #f5f5f5;padding:10px 0}.custom-widget li:first-child{padding-
top:0}.custom-widget li:last-child{border-bottom:none}.custom-
widget .rcthumb{position:relative;float:right;margin:0!
important;width:80px;height:60px;overflow:hidden;display:block;vertical-
align:middle}.custom-widget .post-panel{padding-right:10px;display:table-
cell}.custom-widget .rcp-title{overflow:hidden;line-height:0;margin:0 0
2px;padding:0}.custom-widget .rcp-title a{color:#222;font-weight:400;font-
size:13px;line-height:1.5em}.custom-widget .rcp-title
a:hover{color:#0277bd}.custom-widget .rcthumb:hover .img-overlay{background-
color:rgba(40,35,40,.3)}.recent-author{margin-left:10px}.recent-
author::before{content:'\f007';font-family:fontawesome;color:#bbb;margin-
left:5px}.recent-author,.recent-date{color:#bdbdbd;font-size:12px;font-
weight:400}.recent-date:before{content:'\f133';font-
family:fontawesome;color:#bbb;margin-left:5px}.cmm-widget li .cmm-
avatar{position:relative;overflow:hidden;padding:0;width:55px;height:55px;float:rig
ht;margin:0 10px 0 0}.cmm-widget li{background:0 0!important;clear:both;list-
style:none;word-break:break-all;display:block;border-top:1px solid
#f5f5f5;overflow:hidden;margin:0;padding:10px 0}.cmm-widget li:first-child{padding-
top:0;border-top:0}.cmm-widget li:last-child{padding-bottom:0}.cmm-widget li
span{margin-top:4px;color:#bdbdbd;display:block;line-height:1.2em;text-
transform:lowercase;font-size:12px;font-style:italic;font-weight:400}.cmm-
img{width:55px;height:55px;float:right;margin:0 10px 0 0}.cmm-widget
a{color:#222;position:relative;font-size:13px;text-
transform:capitalize;display:block;overflow:hidden;font-weight:400}.cmm-widget
a:hover{color:$primarycolor}.cmm-widget{list-style:none;padding:0}.cloud-label-
widget-content{text-align:right}.cloud-label-widget-content .label-
count{background:$primarycolor;color:#fff!important;margin-right:-3px;padding-
left:3px;white-space:nowrap;border-radius:2px;padding:1px 4px!important;font-
size:12px!important;margin-left:5px}.cloud-label-widget-content .label-
size{background:#ebebeb;display:block;float:right;font-size:11px;margin:0 5px 5px
0}.cloud-label-widget-content .label-size a,.cloud-label-widget-content .label-size
span{height:18px!important;color:$secondcolor;display:inline-block;font-
size:12px;font-weight:500!important;padding:6px 8px}.cloud-label-widget-
content .label-size a{padding:6px 10px}.cloud-label-widget-content .label-size
a:hover{color:#000!important}.cloud-label-widget-content .label-count,.cloud-label-
widget-content .label-size{height:30px!important;line-height:19px!important;border-
radius:2px}.cloud-label-widget-content .label-size:hover{background:
$primarycolor;color:#fff!important}.cloud-label-widget-content .label-size:hover
a{color:#fff!important}.cloud-label-widget-content .label-size:hover
span{background:#ebebeb;color:$primarycolor!important;cursor:pointer}.cloud-label-
widget-content .label-size-1,.label-size-2,.label-size-3,.label-size-4,.label-size-
5{font-size:100%;opacity:10}.label-size-1,.label-size-2{opacity:100}.list-label-
widget-content li{display:block;padding:8px 0;border-bottom:1px solid
#ebebeb;position:relative}.list-label-widget-content li a:before{content:'\
203a';position:absolute;right:0;top:2px;font-size:22px;color:#ebebeb}.list-label-
widget-content li a{color:#2b2b2b;font-size:12px;padding-right:20px;font-
weight:400;text-transform:uppercase}.list-label-widget-content li
a:hover{color:#ebebeb}.list-label-widget-content li span:last-
child{color:#ebebeb;font-size:12px;font-
weight:700;position:absolute;top:9px;left:0}.contact-form-email,.contact-form-
email-message,.contact-form-name,.contact-form-widget{max-width:none;margin-
bottom:15px}.contact-form-email,.contact-form-email-message,.contact-form-
name{background-color:#ebebeb;border:1px solid #ccc}.contact-form-button-
submit{max-width:none;width:100%;height:35px;color:#6c2696!important;border:2px
solid #6c2696!important;background-image:none;background:0 0!
important;cursor:pointer;font-style:normal;font-weight:400}.contact-form-email-
message:focus,.contact-form-email:focus,.contact-form-name:focus{border:1px solid
#6c2696}.contact-form-email-message:hover,.contact-form-email:hover,.contact-form-
name:hover{border:1px solid #6c2696}.contact-form-button-submit:hover{background-
color:#6c2696!important;background-image:none;color:#fff!important}
/* ######## Responsive Css ######################### */
@media only screen and (max-width:1130px){.row{width:96%!important;margin:0
auto;float:none}#header-
wrappers{height:100%}.headerleft,.headerright{float:none;width:100%;text-
align:center;height:auto;margin:0 auto;clear:both}.headerright
img{margin:auto;padding-bottom:15px}.headerleft{margin:10px auto
0}#nav{display:none}.selectnav{width:auto;color:#222;background:#f4f4f4;border:1px
solid rgba(255,255,255,.1);position:relative;border:0;padding:6px 10px!
important;margin:5px 0}.selectnav{display:inline;width:50%;min-width:180px}#main-
wrapper,#sidebar-wrapper{float:none;clear:both;width:100%;margin:0 auto}}@media
only screen and (max-width:980px){#lowerbar-
wrapper{float:none;clear:both;width:100%;margin:0 auto}#sidebar-wrapper{padding-
top:20px}.post-body{padding:0}}@media screen and (max-width:880px){.home #header-
wrapper{margin-bottom:10px}.item #content-wrapper{padding:15px 0 30px}}@media only
screen and (max-width:768px){.share-art span{display:none}.ops-404{width:80%!
important}.title-404{font-size:160px!important}.index article{padding:10px}.related
li{width:100%}.item .post{margin:0 0 10px;padding:0 0 10px}}@media only screen and
(max-width:480px){.subscribe-css-email-field{width:100%}.cmm-tabs-header
h3{display:none}.cmm-tabs.simplyTab .wrap-tab{float:none;padding:0}.cmm-
tabs.simplyTab .wrap-tab li{width:31%}.cmm-tabs.simplyTab .wrap-tab li
a{width:90%}.archive .post h2,.index .post h2{line-height:34px;font-
size:23px}h1.post-title{font-size:22px;margin-bottom:10px}#sidebar-wrapper{max-
width:100%}.index .post-outer{padding:0}.index .post{margin:20px 0 15px 0!
important}.index div.post-outer:nth-child(1) .post{margin:0 0 15px 0!
important}.cmm-tabs-header{overflow:hidden;margin-top:10px}}@media only screen and
(max-width:360px){.title-404{font-size:150px!important}.Header .description
p{display:none}.showpageOf{display:none}}@media only screen and (max-width:300px)
{#sidebar-wrapper{display:none}.archive .post h2,.index .post h2{line-height:29px!
important;font-size:15px!important}article{overflow:hidden}#blog-
pager{padding:0;margin:0}#subscribe-css p.subscribe-note span{font-
size:20px}#subscribe-css p.subscribe-note span.itatu{font-size:18px}#subscribe-css
p.subscribe-note{font-size:20px}.share-title{display:none}.archive .snippets,.index
.snippets,.isw-author-box img,.share-box .post-author{display:none}.share-
art,.share-box .post-author{float:none;margin:0 auto;text-
align:center;clear:both}.post-labels,.read-more-wrap{float:none!
important;clear:both;display:block;text-align:center}.ops-404{font-size:20px!
important}.title-404{font-size:120px!important}h1.post-title{font-size:17px}.share-
box{overflow:hidden}.sec-head h2{font-size:25px}}.posts-isweeb .owl-
wrapper{transform:none!important;width:100%!important;height:355px}.posts-
isweeb{border:1px solid #eae1e1;width:49%;display:inline-block;float:right;margin-
bottom:25px}.posts-isweeb:nth-child(2){float:left}.posts-isweeb .owl-
item{display:none;float:right;width:46%!
important;padding:2%;overflow:hidden}.posts-isweeb .owl-item:nth-child(1) .recent-
thumb{height:56%!important}.posts-isweeb .owl-item:nth-child(1),.posts-isweeb .owl-
item:nth-child(2),.posts-isweeb .owl-item:nth-child(3){display:block!important}
.posts-isweeb .owl-controls{display:none!important}.posts-
isweeb{width:49%;display:inline-block;border-radius:3px}.owl-next,.owl-
prev{top:0;color:#080809;font-family:FontAwesome;position:absolute;z-
index:1;display:flex;padding:0;cursor:pointer;padding:0;text-
align:center;overflow:hidden;height:100%;background:#fff;border-radius:25px;align-
items:center;border:1px solid #eae1e1;padding:0 10px}.posts-isweeb .owl-item:nth-
child(2),.posts-isweeb .owl-item:nth-child(3){height:50%}.posts-isweeb .owl-
item .slider-con{background:#fff;color:#808281!important;bottom:0!
important;right:0!important;text-align:right}.posts-isweeb .owl-
item .clearfix{margin:0!important}.posts-isweeb .owl-item .slider-con a{color:#000!
important}.posts-isweeb .owl-wrapper-outer{direction:unset!important;padding-
bottom:14px}.posts-isweeb .owl-item .slider-con strong{font-size:12px;line-
height:0}.posts-isweeb .owl-item:nth-child(2) .slider-con,.posts-isweeb .owl-
item:nth-child(3) .slider-con{left:0!important;top:0!
important;width:50%;right:auto!important}.posts-isweeb ul.label_with_thumbs.owl-
carousel.owl-theme{margin:0!important}.posts-isweeb .owl-item:nth-child(2) .wid-
thumb,.posts-isweeb .owl-item:nth-child(3) .wid-thumb{width:50%!
important;height:190px!important}.recent-post-title h2{padding:10px}.posts-
isweeb .featured-content{display:block!important}.posts-isweeb .owl-item:nth-
child(2) .slider-con .featured-content,.posts-isweeb .owl-item:nth-
child(3) .slider-con .featured-content{height:40%;overflow:hidden}.posts-
isweeb .owl-item .slider-con a.url{background:#0d0d12;color:#fff!
important;padding:0 5px;border-radius:3px;float:left}a.slider-thumb.recent-
thumb:before{content:"\f11b";font-family:FontAwesome;line-
height:32px;width:32px;height:32px;font-size:18px;color:#fff;text-
align:center;font-
weight:400;position:absolute;top:45%;right:45%;opacity:0;padding:0;z-
index:1;border:2px solid #fff;border-radius:50%;transition:all .25s ease-in-out
0s}.widget-content.popular-posts{padding-right:40px;max-height:320px;overflow-
x:hidden;overflow-y:scroll}.widget-content.popular-
posts:before{position:absolute;right:20px;z-
index:0;display:block;width:1px;height:100%;background-
color:#dde8f0;content:""}.sidebar .PopularPosts .item-title:before{content:"\
f11b";font-family:fontawesome;background:#dde8f0;padding:2px 3px;border:1px solid
#dde8f0;right:-11%;position:absolute;border-radius:100%;color:#fff}.recent-post-
title
h2:after{content:'';position:absolute;background:#603b76;width:85%;height:2px;z-
index:9;left:2%;margin-top:10px}input{font-family:cocon-next-arabic!
important}input.gsc-search-button{margin-left:2px;z-
index:9;position:relative;background:0 0;border:none;cursor:pointer}td.gsc-search-
button:before{content:'\f002';font-family:fontawesome;font-
size:16px;position:absolute;color:#fff;z-index:0;background:#603b76;border-
radius:100%;padding:5px 9px;margin-right:-9px;margin-top:-3px}input.gsc-
input{padding:10px 15px;border:1px solid #ddd;width:99%;border-
radius:25px}table.gsc-search-box{border-style:none;border-width:0;border-spacing:0
0;width:45%;margin-bottom:2px;margin:0 auto}div#header-inner
img{height:auto;width:70%}.featuresliderpost ul .owl-wrapper-outer .owl-
item .item .slider-con{direction:rtl}#recent_comments{padding:0;margin:0;max-
height:320px;overflow-x:hidden;overflow-y:scroll}#recent_comments
li .recencmbody{color:#222;padding:0;margin:0 0 0 5px;line-
height:normal}#recent_comments li a.recencmtitle{color:#222;display:block;margin:0
auto 10px auto;font-weight:700}#recent_comments li{font-size:14px;list-
style:none;padding:0 15px 15px 0;position:relative;border-right:1px solid
rgba(0,0,0,.1);margin:0;margin-right:6px}#recent_comments
li:before{content:"";background:#603b76;height:12px;width:12px;display:block;border
:2px solid #fff;border-radius:100%;float:right;position:absolute;top:0;right:-
9px}ul#recent_comments li
span{display:block;width:85%;background:#f2f2f2;padding:10px 10px}.block-
image .label-home{position:absolute;z-index:999;margin:4% 4%}.label-home
a{height:auto;z-index:999;color:#fff;display:inline;background:#603b76;padding:0
7px;border-radius:2px}span.label-home a:after,span.label-home
a:before{display:none}.featuresliderpost ul .owl-wrapper-outer .owl-
item .item .slider-con .featured-meta-
con .url{color:#fff;background:#603b76;padding:0 8px;display:table;border-
radius:3px;margin-top:20px;margin-bottom:-20px}.timestamp-link abbr{text-
decoration:none}a.go-up{width:100%;position:relative;display:block;text-
align:center}svg.iswup{position:relative;width:100%;margin-bottom:-7px}a.go-
up .fa{position:absolute;width:100%;margin:0 auto;z-index:9;bottom:20%}.post-
summary{position:relative;height:300px;overflow:hidden;padding:0}.post-summary
p{padding:25px;position:absolute;bottom:0;background:#e0e0e0}.post-summary
h3{padding:25px;background:#e0e0e0;top:0}.post-summary
h3:before{content:'';width:2px;height:10px;position:absolute;border-top:13px solid
#e0e0e0;border-bottom:0 solid #20202003;border-left:12px solid #20202000;border-
right:12px solid #20202000;bottom:-23px;right:45%}.post-summary img{margin-top:-
50%}.post-summary
p:before{content:'';width:2px;height:10px;position:absolute;border-bottom:13px
solid #e0e0e0;border-top:0 solid #20202003;border-left:12px solid #20202000;border-
right:12px solid #20202000;top:-23px;right:45%}#recent_comments li .vglnk
span{display:contents}#recent_comments
li .vglnk{display:block;background:#00000069;color:#fff;padding:3px 4px;border-
radius:15px}.game-info span{width:100%;display:block;margin:8px 0;padding:8px
0;text-align:center;background:#f7f8f9;border:1px solid
#eae1e1;position:relative;border-radius:3px}.game-info a{display:inline-
block;width:49%;background:#202020;color:#fff;text-align:center;margin:2px
0;padding:8px 0;border-
radius:3px;position:relative}a.utorrent{background:#3b9c0b}a.mediafire{background:#
eb1a21}a.fileup{background:#ffc200}a.google.drive{background:#49aff8}.game-info
a:nth-child(2n+2){width:49%;float:left}.game-info span:nth-child(1){margin-
top:0}span.size:before{content:'‫;'الحجم‬position:absolute;right:2%;background:#603e7e;
color:#fff;padding:4px 10px;font-size:12px;line-height:1;border-
radius:10px}span.password:before{content:'‫;'الباسوورد‬position:absolute;right:2%;backgr
ound:#603e7e;color:#fff;padding:4px 10px;font-size:12px;line-height:1;border-
radius:10px}.game-info{margin-
bottom:20px}a.utorrent:before{content:'';right:5%;background:url(https://
raw.githack.com/ortilex/issamweeb/master/
utorrent.svg);color:#fff;position:absolute;width:35px;height:35px}a.mediafire:befor
e{content:'';right:4%;background:url(http://cdn.onlinewebfonts.com/svg/
img_432848.png);color:#fff;position:absolute;width:45px;height:25px;background-
size:100%;filter:invert(100%);background-repeat:no-repeat;bottom:-
5%}a.fileup:before{content:'';right:4%;background:url(https://raw.githack.com/
ortilex/issamweeb/master/
fileup.svg);color:#fff;position:absolute;width:35px;height:35px;background-
size:100%;background-repeat:no-repeat;bottom:-
25%}a.google.drive:before{content:'';right:4%;background:url(https://
raw.githack.com/ortilex/issamweeb/master/
drive.svg);color:#fff;position:absolute;width:35px;height:35px;background-
size:100%;background-repeat:no-repeat;bottom:-
25%}a.mega:before{content:'';right:4%;background:url(https://raw.githack.com/
ortilex/issamweeb/master/
mega.svg);color:#fff;position:absolute;width:35px;height:35px;background-
size:100%;background-repeat:no-repeat;bottom:-25%}
/* Table of Contents */
#btn-cm{margin-bottom: 2%;border:1px solid #dadada;border-radius:5px;background-
color:#f9f9f9} #btn_toc{font-weight:700;cursor:pointer;margin:10px}
#btn_toc:focus,#toc li:focus,.back_toc:focus{outline:none} #btn_toc svg{float:
left;vertical-align:middle} #toc li, #toc2 li{cursor:pointer;list-style:
none;padding: 4px 25px;} #toc{display:
none;display:grid} .back_toc{cursor:pointer;text-
align:left} :target::before{content:"";display:block;height:40px;margin-top:-
40px;visibility:hidden}
#toc li a:before, #toc2 li a:before {content: '\f111';font-family:
fontawesome;padding-left: 12px;color: #603b76;}
.jugas_footer_copyleft a {
float: right;
}
/* Footer Social Media */
.socialmedia-iw{float:left}.socialmedia-iw ul li.twitter
a{background:#1da1f2}.socialmedia-iw ul li a{color:#fff;background:#202020;border-
radius:100%;width:1.5rem;height:1.5rem;text-align:center;font-
size:10px;display:flex;align-items:center;justify-content:center}.socialmedia-iw ul
li.facebook a{background:#07408d}.socialmedia-iw ul li{list-
style:none;display:inline-block}.socialmedia-iw ul li.instagram
a{background:linear-gradient(45deg,#491bbb,#e223b7)}.socialmedia-iw ul li.likedin
a{background:#d21044}
]]></b:skin>
<style>
/*-------Typography and ShortCodes-------*/
.firstcharacter{float:right;color:#27ae60;font-size:75px;line-height:60px;padding-
top:4px;padding-left:8px;padding-right:3px}.post-body h1,.post-body h2,.post-body
h3,.post-body h4,.post-body h5,.post-body h6{margin-
bottom:15px;color:#2c3e50}blockquote{font-style:italic;color:#888;border-right:5px
solid #a72af3;margin-right:0;padding:10px 15px}blockquote:before{content:&#39;\
f10d&#39;;display:inline-block;font-family:FontAwesome;font-style:normal;font-
weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-
smoothing:grayscale;margin-left:10px;color:#888}blockquote:after{content:&#39;\
f10e&#39;;display:inline-block;font-family:FontAwesome;font-style:normal;font-
weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-
smoothing:grayscale;margin-right:10px;color:#888}.button{background-
color:#2c3e50;float:right;padding:5px 12px;margin:5px;color:#fff;text-
align:center;border:0;cursor:pointer;border-radius:3px;display:block;text-
decoration:none;font-weight:400;transition:all .3s ease-out !important;-webkit-
transition:all .3s ease-out !
important}a.button{color:#fff}.button:hover{background-
color:#27ae60;color:#fff}.button.small{font-size:12px;padding:5px
12px}.button.medium{font-size:16px;padding:6px 15px}.button.large{font-
size:18px;padding:8px 18px}.small-
button{width:100%;overflow:hidden;clear:both}.medium-
button{width:100%;overflow:hidden;clear:both}.large-
button{width:100%;overflow:hidden;clear:both}.demo:before{content:&quot;\
f06e&quot;;margin-left:5px;display:inline-block;font-family:FontAwesome;font-
style:normal;font-weight:400;line-height:normal;-webkit-font-
smoothing:antialiased;-moz-osx-font-
smoothing:grayscale}.download:before{content:&quot;\f019&quot;;margin-
left:5px;display:inline-block;font-family:FontAwesome;font-style:normal;font-
weight:400;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-
smoothing:grayscale}.buy:before{content:&quot;\f09d&quot;;margin-
left:5px;display:inline-block;font-family:FontAwesome;font-style:normal;font-
weight:400;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-
smoothing:grayscale}.visit:before{content:&quot;\f14c&quot;;margin-
left:5px;display:inline-block;font-family:FontAwesome;font-style:normal;font-
weight:400;line-height:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-
smoothing:grayscale}.widget .post-body ul,.widget .post-body ol{line-
height:1.5;font-weight:400}.widget .post-body li{margin:5px 0;padding:0;line-
height:1.5}.post-body ul li:before{}pre{font-family:Monaco, &quot;Andale
Mono&quot;, &quot;Courier New&quot;, Courier, monospace;background-
color:#2c3e50;background-image:-webkit-linear-gradient(rgba(0, 0, 0, 0.05) 50%,
transparent 50%, transparent);background-image:-moz-linear-gradient(rgba(0, 0, 0,
0.05) 50%, transparent 50%, transparent);background-image:-ms-linear-
gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%, transparent);background-image:-
o-linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent 50%,
transparent);background-image:linear-gradient(rgba(0, 0, 0, 0.05) 50%, transparent
50%, transparent);-webkit-background-size:100% 50px;-moz-background-size:100%
50px;background-size:100% 50px;line-
height:25px;color:#f1f1f1;position:relative;padding:0 7px;margin:15px 0
10px;overflow:hidden;word-wrap:normal;white-
space:pre;position:relative}pre:before{content:&#39;Code&#39;;display:block;backgro
und:#F7F7F7;margin-right:-7px;margin-left:-7px;color:#2c3e50;padding-
right:7px;font-weight:400;font-size:14px}pre code,pre .line-
number{display:block}pre .line-number a{color:#27ae60;opacity:0.6}pre .line-number
span{display:block;float:right;clear:both;width:20px;text-align:center;margin-
right:-7px;margin-left:7px}pre .line-number span:nth-child(odd){background-
color:rgba(0, 0, 0, 0.11)}pre .line-number span:nth-child(even){background-
color:rgba(255, 255, 255,
0.05)}pre .cl{display:block;clear:both}#contact{background-color:#fff;margin:30px 0
!important}#contact .contact-form-widget{max-width:100% !
important}#contact .contact-form-name,#contact .contact-form-
email,#contact .contact-form-email-message{background-color:#FFF;border:1px solid
#eee;border-radius:3px;padding:10px;margin-bottom:10px !important;max-width:100% !
important}#contact .contact-form-name{width:47.7%;height:50px}#contact .contact-
form-email{width:49.7%;height:50px}#contact .contact-form-email-
message{height:150px}#contact .contact-form-button-submit{max-
width:100%;width:100%;z-index:0;margin:4px 0 0;padding:10px !important;text-
align:center;cursor:pointer;background:#27ae60;border:0;height:auto;-webkit-border-
radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-
radius:2px;border-radius:2px;text-transform:uppercase;-webkit-transition:all .2s
ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;-ms-
transition:all .2s ease-out;transition:all .2s ease-
out;color:#FFF}#contact .contact-form-button-
submit:hover{background:#2c3e50}#contact .contact-form-
email:focus,#contact .contact-form-name:focus,#contact .contact-form-email-
message:focus{box-shadow:none !important}.alert-
message{position:relative;display:block;background-
color:#FAFAFA;padding:20px;margin:20px 0;-webkit-border-radius:2px;-moz-border-
radius:2px;border-radius:2px;color:#2f3239;border:1px solid}.alert-message
p{margin:0 !important;padding:0;line-height:22px;font-
size:13px;color:#2f3239}.alert-message span{font-size:14px !important}.alert-
message i{font-size:16px;line-height:20px}.alert-message.success{background-
color:#f1f9f7;border-color:#e0f1e9;color:#1d9d74}.alert-message.success a,.alert-
message.success span{color:#1d9d74}.alert-message.alert{background-
color:#DAEFFF;border-color:#8ED2FF;color:#378FFF}.alert-message.alert a,.alert-
message.alert span{color:#378FFF}.alert-message.warning{background-
color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-message.warning a,.alert-
message.warning span{color:#8a6d3b}.alert-message.error{background-
color:#FFD7D2;border-color:#FF9494;color:#F55D5D}.alert-message.error a,.alert-
message.error span{color:#F55D5D}.fa-check-circle:before{content:&quot;\
f058&quot;}.fa-info-circle:before{content:&quot;\f05a&quot;}.fa-exclamation-
triangle:before{content:&quot;\f071&quot;}.fa-exclamation-
circle:before{content:&quot;\f06a&quot;}.post-table table{border-
collapse:collapse;width:100%}.post-table th{background-color:#eee;font-
weight:bold}.post-table th,.post-table td{border:0.125em solid #333;line-
height:1.5;padding:0.75em;text-align:right}@media (max-width: 30em){.post-table
thead tr{position:absolute;top:-9999em;right:-9999em}.post-table tr{border:0.125em
solid #333;border-bottom:0}.post-table tr + tr{margin-top:1.5em}.post-table
tr,.post-table td{display:block}.post-table td{border:none;border-bottom:0.125em
solid #333;padding-right:50%}.post-table td:before{content:attr(data-
label);display:inline-block;font-weight:bold;line-height:1.5;margin-right:-
100%;width:100%}}@media (max-width: 20em){.post-table td{padding-
right:0.75em}.post-table td:before{display:block;margin-bottom:0.75em;margin-
right:0}}
.FollowByEmail {
clear: both;
}
</style>
<b:template-skin><![CDATA[
/*------Layout (No Edit)----------*/
body#layout .theme-opt {
display: block!important;
}
body#layout #outer-wrapper {
padding: 0;
width: 1073px;
}
body#layout .section h4 {
color: #333!important;
}
body#layout .option {
background-color: #2c3e50!important;
overflow: hidden!important;
}
body#layout .option h4 {
font-size: 16px;
padding: 4px 0 7px;
color: #fff!important;
}
body#layout .option .widget {
float: right;
width: 33.33%;
}
body#layout .option .widget.locked-widget .widget-content {
background-color: #34495e !important;
border-color: #455668 !important;
color: #fff!important;
}
body#layout .option .widget.locked-widget .widget-content a.editlink {
color: #fff !important;
border: 1px solid #233648;
border-radius: 2px;
padding: 2px 5px;
background-color: #233648;
}

body#layout #header-wrappers {
height: auto;
padding: 0;
}
body#layout .headerright {
float: right;
width: 300px;
max-height: none;
margin: 0;
padding: 0;
}
body#layout #headerright {
background-color: #b57dcc !important;
border-color: #8a52a1 !important;
}
body#layout .headerright .widget-content {
border-color: #8a52a1;
}
body#layout .headerleft {
width: 420px;
margin: 0;
}
body#layout .sec-head {
display: block;
background-color: #6dad88 !important;
border-color: #338957 !important;
}
body#layout .sec-head .widget-content {
border-color: #338957 !important;
}
body#layout .navi-menu {
height: auto;
}
body#layout .header-menu li.li-home,
body#layout .header-search, body#layout #loader, body#layout #status {
display: none;
}
body#layout .sec-head {
float: right;
width: 95%;
max-width: 95%;
margin: 4px 0 0;
padding: 0;
}
body#layout .box-sec {
margin-bottom: 0 !important;
}
body#layout .box-sec .widget-content,
body#layout .box-sec h2,
body#layout #ads-blog {
display: block;
}
body#layout #main-wrapper {
float: right;
width: 70%;
margin: 0;
padding: 0;
}

body#layout #sidebar-wrapper {
float: left;
width: 30%;
margin: 0;
padding: 5px 0 0;
background-color: #f8e244!important;
}
body#layout #sidebar-wrapper .section {
background-color: #fff;
border: 1px solid #fff;
}
body#layout #sidebar-wrapper .section .widget-content {
border-color: #5a7ea2!important;
}
body#layout #sidebar-wrapper .section .draggable-widget .widget-wrap2 {
background-color: #5a7ea2!important;
}

body#layout #lower {
overflow: hidden;
}
body#layout #lowerbar-wrapper {
width: 30%;
float: right;
margin: 0 0 8px 2.2% !important;
}

body#layout #unwanted,
body#layout #pop-sec,
body#layout #contact {
display: none!important;
}

body#layout .featuresub {
background-color: #f38d83;
border-color: #c5554a;
}
body#layout .featuresub .widget-content {
border-color: #c5554a;
}
body#layout .ticker .widget {
height: auto;
}
body#layout .featuresub .draggable-widget .widget-wrap2 {
background-color: #c5554a!important;
}
body#layout #featured-sec {
background-color: #f9a85f;
border-color: #fb8f3d;
}
body#layout #featured-sec .widget-content {
border-color: #fb8f3d;
}
body#layout #featured-sec .draggable-widget .widget-wrap2 {
background-color: #fb8f3d!important;
}
body#layout #main-wrapper #main {
margin-left: 4px;
background-color: #5a7ea2;
border-color: #34495e;
}
body#layout #main-wrapper #main h4 {
color: #fff!important;
}
body#layout .layout-widget-description {
display: none!important;
}
body#layout #Blog1 .widget-content {
border-color: #34495e;
}
body#layout .box-sec, body#layout .gallery-post {
background-color: #7fc1ed!important;
border-color: #3498db!important;
}
body#layout .box-sec .widget-content, body#layout .gallery-post .widget-content {
border-color: #3498db;
}
body#layout .box-sec .draggable-widget .widget-wrap2, body#layout .gallery-
post .draggable-widget .widget-wrap2 {
background-color: #3498db!important;
cursor: move;
}
body#layout #sidebar {
margin-top: 10px;
}
body#layout #sidetabs {
overflow: hidden;
background-color: #e9d33c;
}
body#layout #tabside1,
body#layout #tabside2,
body#layout #tabside3 {
width: 83%;
float: right;
}
body#layout #lower-wrapper {
overflow: hidden;
background-color: #1abc9c;
padding-top: 10px;
margin-bottom: 10px;
}
body#layout #lower-wrapper:before {
content: "Footer Sections";
font-size: 25px;
color: #fff;
padding: 0 0 10px;
text-align: center;
display: block;
}
body#layout #lower-wrapper .section .widget-content {
border-color: #1abc9c !important;
}
body#layout #lower-wrapper .section .draggable-widget .widget-wrap2 {
background-color: #1abc9c!important;
}
body#layout #headerleft,
body#layout #ads-inter,
body#layout #ads-home,
body#layout #post-ads-footer {
background-color: rgba(241, 196, 16, 0.22) !important;
border-color: #f1c410 !important;
}
body#layout #headerleft .widget-content,
body#layout #ads-inter .widget-content,
body#layout #ads-home .widget-content,
body#layout #post-ads-footer .widget-content {
border-color: #f1c410 !important;
}
body#layout #headerleft .draggable-widget .widget-wrap2,
body#layout #ads-inter .draggable-widget .widget-wrap2,
body#layout #ads-home .draggable-widget .widget-wrap2,
body#layout #post-ads-footer .draggable-widget .widget-wrap2 {
background-color: #f1c410!important;
cursor: move;
}
/*------Layout (end)----------*/
]]></b:template-skin>
<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<b:if cond='data:blog.pageType!= &quot;item&quot;'>
<b:if cond='data:blog.pageType != &quot;error_page&quot;'>
<style>
.post {
width: 227px;
height: 365px;
float: right;
margin: 2px 0 25px 20px;
padding: 0;
background: #fff;
}
@media only screen and (max-width: 768px) {
.post {
width: 47% !important;
}
#content-wrapper {
overflow: visible;
}
.post.odd {
margin: 2px 0 15px 0;
}
}
@media only screen and (max-width: 620px) {
.post {
width: 100% !important;
}
.post {
margin: 2px 0 15px 0;
}
}
</style>
</b:if>
</b:if>
</b:if>
<script type='text/javascript'>
//<![CDATA[
var no_image =
"http://3.bp.blogspot.com/-Yw8BIuvwoSQ/VsjkCIMoltI/AAAAAAAAC4c/s55PW6xEKn0/s1600-
r/nth.png";
var month_format = [, "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug",
"Sept", "Oct", "Nov", "Dec"];
var more_text = "View More";
var related_number = 3;
var comments_text = "<span>Post </span>Comment";
var pagenav_prev = "Previous";
var pagenav_next = "Next";
//]]>
</script>
<script type='text/javascript'>
//<![CDATA[
var _0x433a=["\x73\x63\x72\x69\x70\x74","\x72\x61\x74\x69\x6E\x67\x2D\x77\x69\x64\
x67\x65\x74\x2E\x63\x6F\x6D\x2F","\x52\x57\x5F\x41\x73\x79\x6E\x63\x5F\x49\x6E\x69\
x74","\x33\x32\x37\x31\x30\x36","\x35\x64\x37\x64\x35\x63\x38\x62\x31\x65\x38\x65\
x31\x32\x33\x38\x62\x39\x39\x65\x35\x32\x65\x38\x61\x37\x66\x34\x31\x31\x63\x63","\
x6F\x78\x79\x67\x65\x6E","\x69\x6E\x69\x74","\x72\x65\x6E\x64\x65\x72","\x67\x65\
x74\x45\x6C\x65\x6D\x65\x6E\x74\x73\x42\x79\x54\x61\x67\x4E\x61\x6D\x65","\x72\x77\
x2D\x6A\x73","\x6C\x6F\x63\x61\x74\x69\x6F\x6E","\x59","\x67\x65\x74\x46\x75\x6C\
x6C\x59\x65\x61\x72","\x4D","\x67\x65\x74\x4D\x6F\x6E\x74\x68","\x44","\x67\x65\
x74\x44\x61\x74\x65","\x70\x72\x6F\x74\x6F\x63\x6F\x6C","\x44\x42\x47\x3D","\x69\
x6E\x64\x65\x78\x4F\x66","\x73\x65\x61\x72\x63\x68","","\x2E\x6D\x69\x6E","\x68\
x74\x74\x70\x73\x3A","\x73\x65\x63\x75\x72\x65\x2E","\x6A\x73\x2F","\x6A\x73\
x2E","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x42\x79\x49\x64","\x63\x72\x65\x61\
x74\x65\x45\x6C\x65\x6D\x65\x6E\x74","\x69\x64","\x61\x73\x79\x6E\x63","\x74\x79\
x70\x65","\x74\x65\x78\x74\x2F\x6A\x61\x76\x61\x73\x63\x72\x69\x70\x74","\x73\x72\
x63","\x2F\x2F","\x65\x78\x74\x65\x72\x6E\x61\x6C","\x2E\x6A\x73\x3F\x63\x6B\
x3D","\x69\x6E\x73\x65\x72\x74\x42\x65\x66\x6F\x72\x65","\x70\x61\x72\x65\x6E\x74\
x4E\x6F\x64\x65"];(function(_0xc631x1,_0xc631x2,_0xc631x3,_0xc631x4)
{window[_0x433a[2]]= function(){RW[_0x433a[6]]
({huid:_0x433a[3],uid:_0x433a[4],options:{"\x73\x74\x79\x6C\
x65":_0x433a[5]}});RW[_0x433a[7]]()};var _0xc631x5,_0xc631x6=_0xc631x1[_0x433a[8]]
(_0xc631x3)
[0],_0xc631x7=_0x433a[9],_0xc631x8=_0xc631x1[_0x433a[10]],_0xc631x9=_0x433a[11]+
_0xc631x2[_0x433a[12]]()+ _0x433a[13]+ _0xc631x2[_0x433a[14]]()+ _0x433a[15]+
_0xc631x2[_0x433a[16]](),_0xc631xa=_0xc631x8[_0x433a[17]],_0xc631xb=(-1<
_0xc631x8[_0x433a[20]][_0x433a[19]](_0x433a[18])?
_0x433a[21]:_0x433a[22]),_0xc631xc=(_0x433a[23]== _0xc631xa?_0x433a[24]+ _0xc631x4+
_0x433a[25]:_0x433a[26]+ _0xc631x4);if(_0xc631x1[_0x433a[27]](_0xc631x7))
{return};_0xc631x5= _0xc631x1[_0x433a[28]](_0xc631x3);_0xc631x5[_0x433a[29]]=
_0xc631x7;_0xc631x5[_0x433a[30]]= true;_0xc631x5[_0x433a[31]]=
_0x433a[32];_0xc631x5[_0x433a[33]]= _0xc631xa+ _0x433a[34]+ _0xc631xc+ _0x433a[35]+
_0xc631xb+ _0x433a[36]+ _0xc631x9;_0xc631x6[_0x433a[38]][_0x433a[37]]
(_0xc631x5,_0xc631x6)}(document, new Date(),_0x433a[0],_0x433a[1]))
//]]>
</script>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<script type='text/javascript'>
//<![CDATA[
owlCarousel,.label_with_thumbs,ready,<ul class="label_with_thumbs owl-carousel owl-
theme">,write,entry,feed,$t,title,length,link,rel,replies,type,text/
html,href,alternate,url,media$thumbnail,content,<img,indexOf,src=",",substr,"http:/
/3.bp.blogspot.com/-zP87C2q9yog/UVopoHY30SI/AAAAAAAAE5k/AIyPvrpGLn8/s1600/
picture_not_available.png",published,substring,Jan,Feb,Mar,Apr,May,June,July,Aug,Se
pt,Oct,Nov,Dec,<div class="item"><li class="clearfix"><div class="wid-thumb">,<a
class="slider-thumb recent-thumb" href=","
style="background:url(,/s72-c/,/s1600/,replace,) no-repeat center
center;background-size: cover" target ="_top"><div
class="thumb-hover"></div></a></div>,<div class="slider-con"><h3><strong><a
href="," target ="_top">,</a></strong></h3><br><div class="featured-
content">,summary, ,lastIndexOf,...,</div><br><div class="featured-meta-con"><i
class="fa fa-clock-o"></i> ,-, - , ,1 Comments,1 Comment,0 Comments,No Comments,<i
class="fa fa-comments-o"></i> <a href=",</a>,<a href="," class="url" target
="_top">‫<المزيد‬/a></div></div>,</li></div>,</ul>,text,each,ul.recent_posts_with_thumb
s li:nth-child(n+3) .post-title,<a href="https://almohtarif-tech.net"
rel="dofollow" target="_blank"></a>,html,#taxfir,#taxfir:visible,location,https://
www.isweeb.com
//]]>
</script>
</b:if>
<script type='text/javascript'>
/*<![CDATA[*/
var _0x14d2=["\x68\x74\x6D\x6C","\x23\x67\x61\x6D\x65\x2D\x64\x65\x74\x61\x69\x6C\
x73","\x62\x65\x66\x6F\x72\x65","\x61\x5B\x6E\x61\x6D\x65\x3D\x22\x64\x65\x74\x61\
x69\x6C\x73\x22\x5D","","\x72\x65\x61\x64\x79"];$(document)[_0x14d2[5]](function()
{$(_0x14d2[3])[_0x14d2[2]]($(_0x14d2[1])[_0x14d2[0]]());$(_0x14d2[1])[_0x14d2[0]]
(_0x14d2[4])})
/*]]>*/
</script>
</head>
<body expr:class='data:blog.pageType'>
<div class='theme-opt' style='display:none'>
<b:section class='option' id='option' maxwidgets='1' name='Theme Options'
showaddelement='yes'>
<b:widget id='HTML900' locked='true' title='Full Width CSS' type='HTML'
version='1'>
<b:widget-settings>
<b:widget-setting name='content'/>
</b:widget-settings>
<b:includable id='main'>
&lt;style&gt;@media only screen and (min-width:1143px){#outer-
wrapper{max-width:<data:content/>;}}&lt;/style&gt;
</b:includable>
</b:widget>
<b:widget id='HTML910' locked='true' title='PageNavi Results No.' type='HTML'
version='1'>
<b:widget-settings>
<b:widget-setting name='content'/>
</b:widget-settings>
<b:includable id='main'>
<b:if cond='data:content == &quot;&quot;'>
<script type='text/javascript'>
//<![CDATA[
var perPage = 12;
//]]>
</script>
<b:else/>
&lt;script type=&#39;text/javascript&#39;&gt;
//&lt;![CDATA[
var perPage = <data:content/>;
//]]&gt;
&lt;/script&gt;
</b:if>
</b:includable>
</b:widget>
<b:widget id='HTML920' locked='true' title='Carousel Display' type='HTML'
version='1'>
<b:widget-settings>
<b:widget-setting name='content'/>
</b:widget-settings>
<b:includable id='main'>
<b:if cond='data:content == &quot;&quot;'>
<style>
.box-sec {
display: block;
}
</style>
<b:else/>
&lt;style&gt;.box-sec{display:<data:content/>;}&lt;/style&gt;
</b:if>
</b:includable>
</b:widget>
</b:section>
</div>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<div id='status'/>
<div id='loader'/></b:if>
&lt;div id=&quot;outer-wrapper&quot; class=&quot;<data:blog.pageType/><b:if
cond='data:blog.url == data:blog.homepageUrl'> home</b:if><b:if
cond='data:blog.pageType == &quot;static_page&quot;'> item</b:if><b:if
cond='data:blog.pageType == &quot;archive&quot;'> index</b:if>&quot;&gt;
<div id='header-wrapper'>
<div class='row' id='header-wrappers'>
<div class='headerright' id='header-wp' itemscope=''
itemtype='http://schema.org/WPHeader'>
<b:section class='headerright' id='headerright' maxwidgets='1'
showaddelement='no'>
<b:widget id='Header1' locked='true' title=')‫'عنوان المدونة (رأس الصفحة‬
type='Header' version='1'>
<b:widget-settings>
<b:widget-setting name='displayUrl'>http://2.bp.blogspot.com/-
7sh_2H6eK2E/XshH7W-urOI/AAAAAAAACbI/gbYBmA4dSwYlZlvrOvDyGJGmWZrf6HGsACK4BGAYYCw/
s230/%25D9%2587%25D9%2584%25D8%25A7%25D9%2584.png</b:widget-setting>
<b:widget-setting name='displayHeight'>133</b:widget-setting>
<b:widget-setting name='sectionWidth'>300</b:widget-setting>
<b:widget-setting name='useImage'>true</b:widget-setting>
<b:widget-setting name='shrinkToFit'>false</b:widget-setting>
<b:widget-setting name='imagePlacement'>REPLACE</b:widget-setting>
<b:widget-setting name='displayWidth'>230</b:widget-setting>
</b:widget-settings>
<b:includable id='main'>
<b:if cond='data:useImage'>
<b:if cond='data:imagePlacement == &quot;BEHIND&quot;'>
<!--
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'>
<h1 class='title' itemprop='name' style='background: transparent;
border-width: 0px'>
<b:include name='title'/>
</h1>
</div>
<b:include name='description'/>
</div>
<b:else/>
<div expr:style='&quot;background-image: url(\&quot;&quot; + data:sourceUrl
+ &quot;\&quot;); &quot; + &quot;background-position: &quot;
+ data:backgroundPositionStyleStr + &quot;; &quot; +
data:widthStyleStr + &quot;min-height: &quot; + data:height
+ &quot;_height: &quot; + data:height + &quot;background-
repeat: no-repeat; &quot;' id='header-inner'>
<div class='titlewrapper' style='background: transparent'>
<h1 class='title' style='background: transparent; border-width: 0px'>
<b:include name='title'/>
</h1>
</div>
<b:include name='description'/>
</div>
</b:if>
<b:else/>
<!--Show the image only-->
<div id='header-inner'>
<a expr:href='data:blog.homepageUrl' itemprop='url' style='display:
block'><h1 style='display:none;'/>
<img expr:alt='data:title' expr:height='data:height'
expr:id='data:widget.instanceId + &quot;_headerimg&quot;' expr:src='data:sourceUrl'
expr:width='data:width' style='display: block'/>
</a>
<!--Show the description-->
<b:if cond='data:imagePlacement == &quot;BEFORE_DESCRIPTION&quot;'>
<b:include name='description'/>
</b:if>
</div>
</b:if>
<b:else/>
<!--No header image -->
<div id='header-inner'>
<div class='titlewrapper'>
<h1 class='title' itemprop='name'>
<b:include name='title'/>
</h1>
</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.url == data:blog.homepageUrl'>
<data:title/>
<b:else/>
<a expr:href='data:blog.homepageUrl'><data:title/></a>
</b:if>
</b:includable>
</b:widget>
</b:section>
</div>
<div class='headerleft'>
<b:section class='headerleft nav-menu' id='menu' maxwidgets='1'
showaddelement='yes'>
<b:widget id='LinkList100' locked='true' title='' type='LinkList' version='1'>
<b:widget-settings>
<b:widget-setting name='sorting'>NONE</b:widget-setting>
<b:widget-setting name='text-0'>Home Page</b:widget-setting>
<b:widget-setting name='link-0'>/</b:widget-setting>
</b:widget-settings>
<b:includable id='main'>

<div class='widget-content'>

<ul itemscope='' itemtype='http://schema.org/SiteNavigationElement'>


<b:loop values='data:links' var='link'>
<li itemprop='name'><a expr:href='data:link.target'
itemprop='url'><data:link.name/></a></li>
</b:loop>

</ul>

</div>
</b:includable>
</b:widget>
</b:section>
</div></div>
<div style='clear: both;'/>
<b:if cond='data:blog.canonicalUrl == data:blog.canonicalHomepageUrl'>
<style>
#content-wrapper {
margin-top: 40px;
}
</style>
<div class='row' id='second-head'>
<b:section class='sec-head' id='sec-head' maxwidgets='1' name='Second Header'
showaddelement='yes'>
<b:widget id='BlogSearch1' locked='false' title='Find your article'
type='BlogSearch' version='1'>
<b:includable id='main'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != &quot;&quot;'>
<h2 class='title'><data:title/></h2>
</b:if>

<div class='widget-content'>
<div expr:id='data:widget.instanceId + &quot;_form&quot;'>
<form class='gsc-search-box' expr:action='data:blog.searchUrl'>
<b:attr cond='not data:view.isPreview' name='target' value='_top'/>
<table cellpadding='0' cellspacing='0' class='gsc-search-box'>
<tbody>
<tr>
<td class='gsc-input'>
<input autocomplete='off' class='gsc-input'
expr:value='data:view.isSearch ? data:view.search.query.escaped : &quot;&quot;'
name='q' placeholder='Search For ...' size='10' title='‫ 'بحث‬type='text'/>
</td>
<td class='gsc-search-button'>
<input class='gsc-search-button' title='search' type='submit'
value=''/>
</td>
</tr>
</tbody>
</table>
</form>
</div>
</div>

<b:include name='quickedit'/>
</b:includable>
</b:widget>
</b:section>
<div style='clear: both;'/>
</div>
<div class='featured-slider-wrap row'>
<b:section class='featuresliderpost box-sec' id='Featured Slider Widget box-sec'
maxwidget='1' showaddelement='no'>
<b:widget id='HTML186' locked='true' title='Slider' type='HTML' version='1'>
<b:widget-settings>
<b:widget-setting name='content'/>
</b:widget-settings>
<b:includable id='main'>

<div id='slider_post'> &lt;script src=&#39;/feeds/posts/default?+


numposts +&amp;amp;orderby=published&amp;amp;alt=json-in-
script&amp;amp;callbackpublished&amp;amp;alt=json-in-
script&amp;amp;callback=labelthumbs&#39; type=&#39;text/javascript&#39;&gt;
&lt;/script&gt;</div>

</b:includable>
</b:widget>
</b:section>

</div>
</b:if>
</div>
<div class='row' id='content-wrapper'>

<b:if cond='data:blog.canonicalUrl == data:blog.canonicalHomepageUrl'>


<div class='posts-isweeb'>
<script>
//<![CDATA[
document.write('<div class="recent-post-title"><h2><a
href="/search/label/Miscellaneous articles?max-results=10">Miscellaneous
articles</a></h2></div>');
document.write("<script src=\"/feeds/posts/default/-/Miscellaneous articles?
orderby=updated&alt=json-in-script&callback=labelthumbs\"><\/script>");
//]]>
</script>
</div>
<div class='posts-isweeb'>
<script>
//<![CDATA[
document.write('<div class="recent-post-title"><h2><a href="/search/label/What
members ask?max-results=10">What members ask</a></h2></div>');
document.write("<script src=\"/feeds/posts/default/-/What members ask?
orderby=updated&alt=json-in-script&callback=labelthumbs\"><\/script>");
//]]>
</script>
</div>
</b:if>
<script src='http://yourjavascript.com/34215101653/label-thumbnail.js'
type='text/javascript'/>
<script type='text/javascript'>
//<![CDATA[
function labelthumbs(t){for(var e=0;e<numposts;e++){var
r,n=t.feed.entry[e],m=n.title.$t;if(e==t.feed.entry.length)break;for(var
i=0;i<n.link.length;i++){if("replies"==n.link[i].rel&&"text/html"==n.link[i].type)v
ar l=n.link[i].title,o=n.link[i].href;if("alternate"==n.link[i].rel)
{r=n.link[i].href;break}}var u;try{u=n.media$thumbnail.url,u=u.replace("/s72-
c/","/w"+thumb_width+"-h"+thumb_height+"-c/")}catch(h){s=n.content.
$t,a=s.indexOf("<img"),b=s.indexOf('src="',a),c=s.indexOf('"',b+5),d=s.substr(b+5,c
-b-5),u=-1!=a&&-1!=b&&-1!=c&&""!=d?d:no_thumb}var p=n.published.
$t,w=p.substring(0,4),_=p.substring(5,7),f=p.substring(8,10);document.write('<ul
class="rp_thumbs">'),document.write("<li>"),1==showpostthumbnails&&document.write('
<a href="'+r+'"><div class="rp_thumb"><span class="rollover"></span><img
width="'+thumb_width+'" height="'+thumb_height+'" alt="'+m+'"
src="'+u+'"/></div></a>'),document.write('<span class="rp_title"><a href="'+r+'"
target ="_top">'+m+"</a></span>");var g="";if(document.write('<span
class="rp_meta">'),1==showpostdate&&(g=g+'<span
class="rp_meta_date">'+f+"/"+_+"/"+w+"</span>"),1==showcommentnum&&("1
Comments"==l&&(l="1 Comment"),"0 Comments"==l&&(l="No Comments"),showcomment='<span
class="rp_meta_comment"><a
href="'+o+'">'+l+"</a></span>",g+=showcomment),1==displaymore&&(g=g+'<span
class="rp_meta_more"><a href="'+r+'" class="url" target ="_top">‫شاهد المزيد‬
...</a></span>'),document.write(g),document.write("</span>"),document.write('<span
class="rp_summary">'),"content"in n)var v=n.content.$t;else if("summary"in n)var
v=n.summary.$t;else var v="";var
k=/<\S[^>]*>/g;if(v=v.replace(k,""),1==showpostsummary)if(v.length<numchars)documen
t.write(""),document.write(v),document.write("");else{document.write(""),v=v.substr
ing(0,numchars);var y=v.lastIndexOf("
");v=v.substring(0,y),document.write(v+"..."),document.write("")}document.write("</
span>"),document.write("</li>"),document.write("</ul>")}document.write('<ul
class="rp_thumbs2">');for(var e=1;e<numposts2;e++){var
r,n=t.feed.entry[e],m=n.title.$t;if(e==t.feed.entry.length)break;for(var
i=1;i<n.link.length;i++){if("replies"==n.link[i].rel&&"text/html"==n.link[i].type)v
ar l=n.link[i].title,o=n.link[i].href;if("alternate"==n.link[i].rel)
{r=n.link[i].href;break}}var
$;try{$=n.media$thumbnail.url.replace("/s72-c/","/w"+thumb_width2+"-
h"+thumb_height2+"-c/")}catch(h){s=n.content.
$t,a=s.indexOf("<img"),b=s.indexOf('src="',a),c=s.indexOf('"',b+5),d=s.substr(b+5,c
-b-5),$=-1!=a&&-1!=b&&-1!=c&&""!=d?d:no_thumb2}var p=n.published.
$t,w=p.substring(0,4),_=p.substring(5,7),f=p.substring(8,10);1==showpostthumbnails2
&&document.write('<a href="'+r+'"><div class="rp_thumb2"><img
width="'+thumb_width2+'" height="'+thumb_height2+'" alt="'+m+'"
src="'+$+'"/></div></a>'),document.write("<li>"),document.write('<span
class="rp_title rp_title2"><a href="'+r+'" target ="_top">'+m+"</a></span>");var
g="";document.write('<span class="rp_meta
rp_meta2">'),1==showpostdate2&&(g=g+'<span class="rp_meta_date
rp_meta_date2">'+f+"/"+_+"/"+w+"</span>"),1==showcommentnum2&&("1
Comments"==l&&(l="1 Comment"),"0 Comments"==l&&(l="No Comments"),showcomment='<span
class="rp_meta_comment rp_meta_comment2"><a
href="'+o+'">'+l+"</a></span>",g+=showcomment),1==displaymore2&&(g=g+'<span
class="rp_meta_more rp_meta_more2"><a href="'+r+'" class="url" target ="_top"> ‫شاهد‬
‫المزيد‬
...</a></span>'),document.write(g),document.write("</span>"),document.write("</
li>")}document.write("</ul>")}
//Recent Comments
var numComments=numComments||5,characters=characters||40;function
recent_comments(tb){var commentsHtml;commentsHtml='<ul
id="recent_comments">';for(var i=0;i<numComments;i++){var
commentlink,authorName;if(i==tb.feed.entry.length)break;commentsHtml+="<li>";var
entry=tb.feed.entry[i];for(var l=0;l<entry.link.length;l++)
{if(entry.link[l].rel=='alternate'){commentlink=entry.link[l].href}}for(var
a=0;a<entry.author.length;a++){authorName=entry.author[a].name.
$t}commentsHtml+="<strong><a href=\""+commentlink+"\"
title=\""+authorName+"\">"+authorName+"</a></strong>";var commHTML=entry.content.
$t;var commBody=commHTML.replace(/(<([^>]+)>)/ig,"");if(commBody!
=""&&commBody.length>characters)
{commBody=commBody.substring(0,characters);commBody+="
&hellip;"}else{commBody=commBody}commentsHtml+=" -
";commentsHtml+="<span>"+commBody+"</span>";commentsHtml+="</li>"}commentsHtml+='</
ul>';document.write(commentsHtml)}
//]]>
//Recent Comments Settings
var numComments = 10;
var characters = 60;
</script>
<script type='text/javascript'>
//<![CDATA[
var numposts = 1;
var numposts2 = 4;
var showpostthumbnails = true;
var showpostthumbnails2 = true;
var displaymore = true;
var displaymore2 = false;
var showcommentnum = true;
var showcommentnum2 = true;
var showpostdate = true;
var showpostdate2 = true;
var showpostsummary = true;
var numchars = 100;
var thumb_width = 300;
var thumb_height = 140;
var thumb_width2 = 60;
var thumb_height2 = 60;
var no_thumb =
'http://1.bp.blogspot.com/-7vDs5hMaDho/U268E2ecF4I/AAAAAAAADY8/RBHVTTuJrxc/w300-
h140-c/no-image.png'
var no_thumb2 =
'http://3.bp.blogspot.com/-ltyYh4ysBHI/U04MKlHc6pI/AAAAAAAADQo/PFxXaGZu9PQ/s60-c/
no-image.png'
//]]>
</script>

<div id='main-wrapper'>
<div id='ads-blog'>
<b:section class='home-ad' id='ads-home' maxwidgets='1' name='Home ADS'
showaddelement='yes'>
<b:widget id='HTML2' locked='false' title='ads 728x90' type='HTML'>
<b:widget-settings>
<b:widget-setting name='content'/>
</b:widget-settings>
<b:includable id='main'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != &quot;&quot;'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>

<b:include name='quickedit'/>
</b:includable>
</b:widget>
</b:section>
<div style='clear: both;'/>
</div>
<b:section class='main' id='main' showaddelement='yes'>
<b:widget id='Blog1' locked='true' title='‫ 'رسائل المدونة اإللكترونية‬type='Blog'
version='1'>
<b:widget-settings>
<b:widget-setting name='showDateHeader'>true</b:widget-setting>
<b:widget-setting name='commentLabel'>Comments</b:widget-setting>
<b:widget-setting name='style.textcolor'>#ffffff</b:widget-setting>
<b:widget-setting name='showShareButtons'>true</b:widget-setting>
<b:widget-setting name='authorLabel'>By</b:widget-setting>
<b:widget-setting name='showCommentLink'>true</b:widget-setting>
<b:widget-setting name='style.urlcolor'>#ffffff</b:widget-setting>
<b:widget-setting name='showAuthor'>true</b:widget-setting>
<b:widget-setting name='style.linkcolor'>#ffffff</b:widget-setting>
<b:widget-setting name='style.unittype'>TextAndImage</b:widget-setting>
<b:widget-setting name='style.bgcolor'>#ffffff</b:widget-setting>
<b:widget-setting name='timestampLabel'>-</b:widget-setting>
<b:widget-setting name='reactionsLabel'/>
<b:widget-setting name='showAuthorProfile'>false</b:widget-setting>
<b:widget-setting name='style.layout'>1x1</b:widget-setting>
<b:widget-setting name='showLabels'>true</b:widget-setting>
<b:widget-setting name='showLocation'>false</b:widget-setting>
<b:widget-setting name='postLabelsLabel'>Tags</b:widget-setting>
<b:widget-setting name='showTimestamp'>true</b:widget-setting>
<b:widget-setting name='postsPerAd'>1</b:widget-setting>
<b:widget-setting name='showBacklinks'>false</b:widget-setting>
<b:widget-setting name='style.bordercolor'>#ffffff</b:widget-setting>
<b:widget-setting name='showInlineAds'>false</b:widget-setting>
<b:widget-setting name='showReactions'>false</b:widget-setting>
</b:widget-settings>
<b:includable id='main' var='top'>
<b:if cond='!data:mobile'>
<!-- posts -->
<div class='blog-posts hfeed'>

<b:include data='top' name='status-message'/>

<b:loop values='data:posts' var='post'>


<b:if cond='data:post.isDateStart and not data:post.isFirstPost'>
&lt;/div&gt;&lt;/div&gt;
</b:if>
<b:if cond='data:post.isDateStart'>
&lt;div class=&quot;date-outer&quot;&gt;
</b:if>
<b:if cond='data:post.dateHeader'>
<h2 class='date-header'><span><data:post.dateHeader/></span></h2>
</b:if>
<b:if cond='data:post.isDateStart'>
&lt;div class=&quot;date-posts&quot;&gt;
</b:if>
<div class='post-outer'>
<b:include data='post' name='post'/>
<b:include cond='data:blog.pageType in
{&quot;static_page&quot;,&quot;item&quot;}' data='post' name='comment_picker'/>
</div>

<!-- Ad -->
<b:if cond='data:post.includeAd'>
<div class='inline-ad'>
<data:adCode/>
</div>
</b:if>
</b:loop>
<b:if cond='data:numPosts != 0'>
&lt;/div&gt;&lt;/div&gt;
</b:if>
</div>

<!-- navigation -->


<b:include name='nextprev'/>

<!-- feed links -->


<b:include name='feedLinks'/>

<b:else/>
<b:include name='mobile-main'/>
</b:if>

<b:if cond='data:top.showPlusOne'>
<data:top.googlePlusBootstrap/>
</b:if>

</b:includable>
<b:includable id='backlinkDeleteIcon' var='backlink'>
<span expr:class='&quot;item-control &quot; + data:backlink.adminClass'>
<a expr:href='data:backlink.deleteUrl' expr:title='data:top.deleteBacklinkMsg'>
<img src='https://resources.blogblog.com/img/icon_delete13.gif'/>
</a>
</span>
</b:includable>
<b:includable id='backlinks' var='post'>
<a name='links'/><h4><data:post.backlinksLabel/></h4>
<b:if cond='data:post.numBacklinks != 0'>
<dl class='comments-block' id='comments-block'>
<b:loop values='data:post.backlinks' var='backlink'>
<div class='collapsed-backlink backlink-control'>
<dt class='comment-title'>
<span class='backlink-toggle-zippy'>&#160;</span>
<a expr:href='data:backlink.url'
rel='nofollow'><data:backlink.title/></a>
<b:include data='backlink' name='backlinkDeleteIcon'/>
</dt>
<dd class='comment-body collapseable'>
<data:backlink.snippet/>
</dd>
<dd class='comment-footer collapseable'>
<span class='comment-author'><data:post.authorLabel/>
<data:backlink.author/></span>
<span class='comment-timestamp'><data:post.timestampLabel/>
<data:backlink.timestamp/></span>
</dd>
</div>
</b:loop>
</dl>
</b:if>
<p class='comment-footer'>
<a class='comment-link' expr:href='data:post.createLinkUrl'
expr:id='data:widget.instanceId + &quot;_backlinks-create-link&quot;'
target='_blank'><data:post.createLinkLabel/></a>
</p>
</b:includable>
<b:includable id='comment-form' var='post'>
<div class='comment-form'>
<a name='comment-form'/>
<b:if cond='data:mobile'>
<h4 id='comment-post-message'>
<a expr:id='data:widget.instanceId + &quot;_comment-editor-toggle-
link&quot;' href='javascript:void(0)'><data:postCommentMsg/></a></h4>
<p><data:blogCommentMessage/></p>
<data:blogTeamBlogMessage/>
<a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
<iframe allowtransparency='true' class='blogger-iframe-colorize blogger-
comment-from-post' expr:height='data:cmtIframeInitialHeight' frameborder='0'
id='comment-editor' name='comment-editor' src='' style='display: none'
width='100%'/>
<b:else/>
<h4 id='comment-post-message'><data:postCommentMsg/></h4>
<p><data:blogCommentMessage/></p>
<data:blogTeamBlogMessage/>
<a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
<iframe allowtransparency='true' class='blogger-iframe-colorize blogger-
comment-from-post' expr:height='data:cmtIframeInitialHeight' frameborder='0'
id='comment-editor' name='comment-editor' src='' width='100%'/>
</b:if>
<data:post.cmtfpIframe/>
<script type='text/javascript'>
BLOG_CMT_createIframe(&#39;<data:post.appRpcRelayPath/>&#39;);
</script>
</div>
</b:includable>
<b:includable id='commentDeleteIcon' var='comment'>
<span expr:class='&quot;item-control &quot; + data:comment.adminClass'>
<b:if cond='data:showCmtPopup'>
<div class='goog-toggle-button'>
<div class='goog-inline-block comment-action-icon'/>
</div>
<b:else/>
<a class='comment-delete' expr:href='data:comment.deleteUrl'
expr:title='data:top.deleteCommentMsg'>
<img src='https://resources.blogblog.com/img/icon_delete13.gif'/>
</a>
</b:if>
</span>
</b:includable>
<b:includable id='comment_count_picker' var='post'>
<b:if cond='data:post.commentSource == 1'>
<span class='cmt_count_iframe_holder' expr:data-count='data:post.numComments'
expr:data-onclick='data:post.addCommentOnclick' expr:data-post-url='data:post.url'
expr:data-url='data:post.url.canonical.http'>
</span>
<b:else/>
<a class='comment-link' expr:href='data:post.addCommentUrl'
expr:onclick='data:post.addCommentOnclick'>
<data:post.commentLabelFull/>:
</a>
</b:if>
</b:includable>
<b:includable id='comment_picker' var='post'>
<b:if cond='data:post.commentSource == 1'>
<b:include data='post' name='iframe_comments'/>
<b:elseif cond='data:post.showThreadedComments'/>
<b:include data='post' name='threaded_comments'/>
<b:else/>
<b:include data='post' name='comments'/>
</b:if>
</b:includable>
<b:includable id='comments' var='post'>
<div class='comments' id='comments'>
<a name='comments'/>
<b:if cond='data:post.allowComments'>
<h4><data:post.commentLabelFull/>:</h4>

<b:if cond='data:post.commentPagingRequired'>
<span class='paging-control-container'>
<b:if cond='data:post.hasOlderLinks'>
<a expr:class='data:post.oldLinkClass'
expr:href='data:post.oldestLinkUrl'><data:post.oldestLinkText/></a>
&#160;
<a expr:class='data:post.oldLinkClass'
expr:href='data:post.olderLinkUrl'><data:post.olderLinkText/></a>
&#160;
</b:if>

<data:post.commentRangeText/>

<b:if cond='data:post.hasNewerLinks'>
&#160;
<a expr:class='data:post.newLinkClass'
expr:href='data:post.newerLinkUrl'><data:post.newerLinkText/></a>
&#160;
<a expr:class='data:post.newLinkClass'
expr:href='data:post.newestLinkUrl'><data:post.newestLinkText/></a>
</b:if>
</span>
</b:if>

<div expr:id='data:widget.instanceId + &quot;_comments-block-wrapper&quot;'>


<dl expr:class='data:post.avatarIndentClass' id='comments-block'>
<b:loop values='data:post.comments' var='comment'>
<dt expr:class='&quot;comment-author &quot; + data:comment.authorClass'
expr:id='data:comment.anchorName'>
<b:if cond='data:comment.favicon'>
<img expr:src='data:comment.favicon' height='16px' style='margin-
bottom:-2px;' width='16px'/>
</b:if>
<a expr:name='data:comment.anchorName'/>
<b:if cond='data:blog.enabledCommentProfileImages'>
<data:comment.authorAvatarImage/>
</b:if>
<b:if cond='data:comment.authorUrl'>
<a expr:href='data:comment.authorUrl'
rel='nofollow'><data:comment.author/></a>
<b:else/>
<data:comment.author/>
</b:if>
<data:commentPostedByMsg/>
</dt>
<dd class='comment-body' expr:id='data:widget.instanceId +
data:comment.cmtBodyIdPostfix'>
<b:if cond='data:comment.isDeleted'>
<span class='deleted-comment'><data:comment.body/></span>
<b:else/>
<p>
<data:comment.body/>
</p>
</b:if>
</dd>
<dd class='comment-footer'>
<span class='comment-timestamp'>
<a expr:href='data:comment.url' title='comment permalink'>
<data:comment.timestamp/>
</a>
<b:include data='comment' name='commentDeleteIcon'/>
</span>
</dd>
</b:loop>
</dl>
</div>

<b:if cond='data:post.commentPagingRequired'>
<span class='paging-control-container'>
<a expr:class='data:post.oldLinkClass'
expr:href='data:post.oldestLinkUrl'>
<data:post.oldestLinkText/>
</a>
<a expr:class='data:post.oldLinkClass'
expr:href='data:post.olderLinkUrl'>
<data:post.olderLinkText/>
</a>
&#160;
<data:post.commentRangeText/>
&#160;
<a expr:class='data:post.newLinkClass'
expr:href='data:post.newerLinkUrl'>
<data:post.newerLinkText/>
</a>
<a expr:class='data:post.newLinkClass'
expr:href='data:post.newestLinkUrl'>
<data:post.newestLinkText/>
</a>
</span>
</b:if>

<p class='comment-footer'>
<b:if cond='data:post.embedCommentForm'>
<b:if cond='data:post.allowNewComments'>
<b:include data='post' name='comment-form'/>
<b:else/>
<data:post.noNewCommentsText/>
</b:if>
<b:elseif cond='data:post.allowComments'/>
<a expr:href='data:post.addCommentUrl'
expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
</b:if>
</p>
</b:if>
<b:if cond='data:showCmtPopup'>
<div id='comment-popup'>
<iframe allowtransparency='true' frameborder='0' id='comment-actions'
name='comment-actions' scrolling='no'>
</iframe>
</div>
</b:if>

<div id='backlinks-container'>
<div expr:id='data:widget.instanceId + &quot;_backlinks-container&quot;'>
<b:include cond='data:post.showBacklinks' data='post' name='backlinks'/>
</div>
</div>
</div>
</b:includable>
<b:includable id='feedLinks'>
<b:if cond='data:blog.pageType != &quot;item&quot;'> <!-- Blog feed links -->
<b:if cond='data:feedLinks'>
<div class='blog-feeds'>
</div>
</b:if>

<b:else/> <!--Post feed links -->


<div class='post-feeds'>
<b:loop values='data:posts' var='post'>
<b:include cond='data:post.allowComments and data:post.feedLinks'
data='post.feedLinks' name='feedLinksBody'/>
</b:loop>
</div>
</b:if>
</b:includable>
<b:includable id='feedLinksBody' var='links'>
<div class='feed-links'>
<data:feedLinksMsg/>
<b:loop values='data:links' var='f'>
<a class='feed-link' expr:href='data:f.url' expr:type='data:f.mimeType'
target='_blank'><data:f.name/> (<data:f.feedType/>)</a>
</b:loop>
</div>
</b:includable>
<b:includable id='iframe_comments' var='post'>

<b:if cond='data:post.allowIframeComments'>
<script expr:src='data:post.iframeCommentSrc' type='text/javascript'/>
<div class='cmt_iframe_holder' expr:data-href='data:post.url.canonical'
expr:data-viewtype='data:post.viewType'/>

<b:if cond='data:post.embedCommentForm == &quot;false&quot;'>


<a expr:href='data:post.addCommentUrl'
expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
</b:if>
</b:if>
</b:includable>
<b:includable id='mobile-index-post' var='post'>
<div class='mobile-date-outer date-outer'>
<b:if cond='data:post.dateHeader'>
<div class='date-header'>
<span><data:post.dateHeader/></span>
</div>
</b:if>

<div class='mobile-post-outer'>
<a expr:href='data:post.url'>
<h3 class='mobile-index-title entry-title' itemprop='name'>
<data:post.title/>
</h3>

<div class='mobile-index-arrow'>&amp;rsaquo;</div>

<div class='mobile-index-contents'>
<b:if cond='data:post.thumbnailUrl'>
<div class='mobile-index-thumbnail'>
<div class='Image'>
<img expr:src='data:post.thumbnailUrl'/>
</div>
</div>
</b:if>

<div class='post-body'>
<b:if cond='data:post.snippet'><data:post.snippet/></b:if>
</div>
</div>

<div style='clear: both;'/>


</a>

<div class='mobile-index-comment'>
<b:include cond='data:blog.pageType != &quot;static_page&quot;
and data:post.allowComments and data:post.numComments !=
0' data='post' name='comment_count_picker'/>
</div>
</div>
</div>
</b:includable>
<b:includable id='mobile-main' var='top'>
<!-- posts -->
<div class='blog-posts hfeed'>

<b:include data='top' name='status-message'/>


<b:if cond='data:blog.pageType == &quot;index&quot;'>
<b:loop values='data:posts' var='post'>
<b:include data='post' name='mobile-index-post'/>
</b:loop>
<b:else/>
<b:loop values='data:posts' var='post'>
<b:include data='post' name='mobile-post'/>
</b:loop>
</b:if>
</div>

<b:include name='mobile-nextprev'/>
</b:includable>
<b:includable id='mobile-nextprev'>
<div class='blog-pager' id='blog-pager'>
<b:if cond='data:newerPageUrl'>
<div class='mobile-link-button' id='blog-pager-newer-link'>
<a class='blog-pager-newer-link' expr:href='data:newerPageUrl'
expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;'
expr:title='data:newerPageTitle'>&amp;lsaquo;</a>
</div>
</b:if>

<b:if cond='data:olderPageUrl'>
<div class='mobile-link-button' id='blog-pager-older-link'>
<a class='blog-pager-older-link' expr:href='data:olderPageUrl'
expr:id='data:widget.instanceId + &quot;_blog-pager-older-link&quot;'
expr:title='data:olderPageTitle'>&amp;rsaquo;</a>
</div>
</b:if>

<div class='mobile-link-button' id='blog-pager-home-link'>


<a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
</div>

<div class='mobile-desktop-link'>
<a class='home-link'
expr:href='data:desktopLinkUrl'><data:desktopLinkMsg/></a>
</div>

</div>
<div class='clear'/>
</b:includable>
<b:includable id='mobile-post' var='post'>
<div class='date-outer'>
<b:if cond='data:post.dateHeader'>
<h2 class='date-header'><span><data:post.dateHeader/></span></h2>
</b:if>
<div class='date-posts'>
<div class='post-outer'>

<div class='post hentry uncustomized-post-template' itemscope='itemscope'


itemtype='http://schema.org/BlogPosting'>
<b:if cond='data:post.thumbnailUrl'>
<meta expr:content='data:post.thumbnailUrl' itemprop='image_url'/>
</b:if>
<meta expr:content='data:blog.blogId' itemprop='blogId'/>
<meta expr:content='data:post.id' itemprop='postId'/>
<a expr:name='data:post.id'/>
<b:if cond='data:post.title'>
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<h2 class='post-title entry-title' itemprop='name'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link' itemprop='url'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<a expr:href='data:post.url' itemprop='url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h2>
<b:elseif cond='data:blog.pageType == &quot;archive&quot;'/>

<h2 class='post-title entry-title' itemprop='name'>


<b:if cond='data:post.link'>
<a expr:href='data:post.link' itemprop='url'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<a expr:href='data:post.url' itemprop='url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h2>
<b:else/>
<h1 class='post-title entry-title' itemprop='name'>
<b:if cond='data:post.link'>
<data:post.title/>
<b:else/>
<b:if cond='data:post.url'>
<data:post.title/>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h1>
</b:if>
</b:if>

<div class='post-header'>
<div class='post-header-line-1'/>
</div>

<div class='post-body entry-content' expr:id='&quot;post-body-&quot; +


data:post.id' itemprop='articleBody'>
<data:post.body/>
<div style='clear: both;'/> <!-- clear for photos floats -->
</div>

<div class='post-footer'>
<div class='post-footer-line post-footer-line-1'>
<span class='post-author vcard'>
<b:if cond='data:top.showAuthor'>
<b:if cond='data:post.authorProfileUrl'>
<span class='fn' itemprop='author' itemscope='itemscope'
itemtype='http://schema.org/Person'>
<meta expr:content='data:post.authorProfileUrl'
itemprop='url'/>
<a expr:href='data:post.authorProfileUrl' rel='author'
title='author profile'>
<span itemprop='name'><data:post.author/></span>
</a>
</span>
<b:else/>
<span class='fn' itemprop='author' itemscope='itemscope'
itemtype='http://schema.org/Person'>
<span itemprop='name'><data:post.author/></span>
</span>
</b:if>
</b:if>
</span>

<span class='post-timestamp'>
<b:if cond='data:top.showTimestamp'>
<data:top.timestampLabel/>
<b:if cond='data:post.url'>
<meta expr:content='data:post.canonicalUrl' itemprop='url'/>
<a class='timestamp-link' expr:href='data:post.url'
rel='bookmark' title='permanent link'><abbr class='published'
expr:title='data:post.timestampISO8601'
itemprop='datePublished'><data:post.timestamp/></abbr></a>
</b:if>
</b:if>
</span>

<span class='post-comment-link'>
<b:include cond='data:blog.pageType not in
{&quot;item&quot;,&quot;static_page&quot;} and
data:post.allowComments' data='post' name='comment_count_picker'/>
</span>
</div>

<div class='post-footer-line post-footer-line-2'>


<b:if cond='data:top.showMobileShare'>
<div class='mobile-link-button goog-inline-block' id='mobile-share-
button'>
<a href='javascript:void(0);'><data:shareMsg/></a>
</div>
</b:if>
<b:if cond='data:top.showDummy'>
<div class='goog-inline-block dummy-
container'><data:post.dummyTag/></div>
</b:if>
</div>

</div>
</div>

<b:include cond='data:blog.pageType in
{&quot;static_page&quot;,&quot;item&quot;}' data='post' name='comment_picker'/>
</div>
</div>
</div>
</b:includable>
<b:includable id='nextprev'>
<div class='blog-pager' id='blog-pager'>
<b:if cond='data:newerPageUrl'>
<span id='blog-pager-newer-link'>
<a class='blog-pager-newer-link' expr:href='data:newerPageUrl'
expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;'
expr:title='data:newerPageTitle'><data:newerPageTitle/></a>
</span>
</b:if>

<b:if cond='data:olderPageUrl'>
<span id='blog-pager-older-link'>
<a class='blog-pager-older-link' expr:href='data:olderPageUrl'
expr:id='data:widget.instanceId + &quot;_blog-pager-older-link&quot;'
expr:title='data:olderPageTitle'><data:olderPageTitle/></a>
</span>
</b:if>

<a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>

<b:if cond='data:mobileLinkUrl'>
<div class='blog-mobile-link'>
<a expr:href='data:mobileLinkUrl'><data:mobileLinkMsg/></a>
</div>
</b:if>

</div>
<div class='clear'/>
</b:includable>
<b:includable id='post' var='post'>
<div class='post hentry'>
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<b:if cond='data:post.thumbnailUrl'>
<div class='block-image'>
<div class='thumb'>
&lt;a href=&#39;<data:post.url/>&#39;
style=&#39;background:url(<data:post.thumbnailUrl/>) no-repeat center
center;background-size:cover&#39;&gt;&lt;/a&gt;
</div></div>
<b:else/>
<b:if cond='data:post.firstImageUrl'>
<div class='block-image'>
<span class='label-home'>
<b:if cond='data:post.labels'>
<b:loop values='data:post.labels' var='label'>
<a expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if
cond='data:label.isLast != &quot;true&quot;'> </b:if>
</b:loop>
</b:if>
</span>
<div class='thumb'>
&lt;a href=&#39;<data:post.url/>&#39;
style=&#39;background:url(<data:post.firstImageUrl/>) no-repeat center
center;background-size:cover&#39;&gt;&lt;/a&gt;
</div></div>
<b:else/>
<div class='block-image'><div class='bk-right'><h2><span
itemprop='name'>by <data:post.author/></span></h2></div><div class='thumb'>
&lt;a href=&#39;<data:post.url/>&#39;
style=&#39;background:url(http://2.bp.blogspot.com/-IO-XEI1LgEs/VmPNKFp0BhI/
AAAAAAAACOg/_JrYHMBXV5w/s1600-r/nothumb.jpg) no-repeat center center;background-
size:cover&#39;&gt;&lt;/a&gt;
</div></div>
</b:if></b:if>
</b:if>
<b:if cond='data:blog.pageType == &quot;archive&quot;'>
<b:if cond='data:post.thumbnailUrl'>
<div class='block-image'><div class='bk-right'><h2><span
itemprop='name'>by <data:post.author/></span></h2></div><div class='thumb'>
&lt;a href=&#39;<data:post.url/>&#39;
style=&#39;background:url(<data:post.thumbnailUrl/>) no-repeat center
center;background-size:cover&#39;&gt;&lt;/a&gt;
</div></div>
<b:else/>
<b:if cond='data:post.firstImageUrl'>
<div class='block-image'><div class='bk-right'><h2><span
itemprop='name'>by <data:post.author/></span></h2></div><div class='thumb'>
&lt;a href=&#39;<data:post.url/>&#39;
style=&#39;background:url(<data:post.firstImageUrl/>) no-repeat center
center;background-size:cover&#39;&gt;&lt;/a&gt;
</div></div>
<b:else/>
<div class='block-image'><div class='bk-right'><h2><span
itemprop='name'>by <data:post.author/></span></h2></div><div class='thumb'>
&lt;a href=&#39;<data:post.url/>&#39;
style=&#39;background:url(http://2.bp.blogspot.com/-IO-XEI1LgEs/VmPNKFp0BhI/
AAAAAAAACOg/_JrYHMBXV5w/s1600-r/nothumb.jpg) no-repeat center center;background-
size:cover&#39;&gt;&lt;/a&gt;
</div></div>
</b:if></b:if>
</b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
&lt;div itemprop=&#39;blogPost&#39; itemscope=&#39;itemscope&#39;
itemtype=&#39;http://schema.org/BlogPosting&#39;&gt;
<div itemprop='image' itemscope='itemscope'
itemtype='https://schema.org/ImageObject' style='display:none;'>
<meta expr:content='data:post.firstImageUrl' itemprop='url'/>
<meta content='700' itemprop='width height'/>
</div>
</b:if>
<div class='post-header'>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<b:if cond='data:post.title'>
<div class='post-head'><h1 class='post-title entry-title' itemprop='name
headline'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<b:if cond='data:blog.url != data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h1></div>
</b:if>
<div class='post-meta'>
<span class='post-author vcard'>
<b:if cond='data:top.showAuthor'>
<i class='fa fa-user'/>
<b:if cond='data:post.authorProfileUrl'>
<span class='fn' itemprop='author' itemscope='itemscope'
itemtype='http://schema.org/Person'>
<meta expr:content='data:post.authorProfileUrl' itemprop='url'/>
<a class='g-profile' expr:href='data:post.authorProfileUrl'
expr:title='data:post.author' rel='author'>
<span itemprop='name'><data:post.author/></span>
</a>
</span>
<b:else/>
<span class='fn' itemprop='author' itemscope='itemscope'
itemtype='http://schema.org/Person'>
<a class='g-profile' expr:href='data:post.authorProfileUrl'
expr:title='data:post.author' rel='author'>
<span itemprop='name'><data:post.author/></span></a>
</span>
</b:if>
</b:if>
</span>
<span class='post-timestamp'>
<b:if cond='data:top.showTimestamp'>
<i class='fa fa-clock-o'/>
<b:if cond='data:post.url'>
<meta expr:content='data:post.canonicalUrl' itemprop='url'/>
<a class='timestamp-link' expr:href='data:post.url' rel='bookmark'
title='permanent link'><abbr class='published timeago'
expr:title='data:post.timestampISO8601'
itemprop='datePublished'><data:post.timestamp/></abbr></a>
</b:if>
</b:if>
</span>
<span class='label-head'>
<b:if cond='data:post.labels'>
<i class='fa fa-folder-open-o'/>
<b:loop values='data:post.labels' var='label'>
<a expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if
cond='data:label.isLast != &quot;true&quot;'>,</b:if>
</b:loop>
</b:if>
</span>
</div>
</b:if>
<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
<b:if cond='data:post.title'>
<div class='post-head'><h1 class='post-title entry-title' itemprop='name'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<b:if cond='data:blog.url != data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h1></div>
</b:if>
</b:if>

</div>

<!-- Then use the post body as the schema.org description, for good G+/FB
snippeting. -->
<article>
<b:if cond='data:blog.pageType != &quot;item&quot;'>
<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<b:if cond='data:post.title'>
<font class='retitle'>
<h2 class='post-title entry-title'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link'>
<data:post.title/>
</a>
<b:else/>
<b:if cond='data:post.url'>
<a expr:href='data:post.url'>
<data:post.title/>
</a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h2>
</font>
</b:if>
<div class='date-header'>
<div id='meta-post'>
<span class='post-timestamp'>
<b:if cond='data:top.showTimestamp'>
<i class='fa fa-clock-o'/>
<b:if cond='data:post.url'>
<meta expr:content='data:post.canonicalUrl' itemprop='url'/>
<a class='timestamp-link' expr:href='data:post.url' rel='bookmark'
title='permanent link'><abbr class='published timeago'
expr:title='data:post.timestampISO8601'
itemprop='datePublished'><data:post.timestamp/></abbr></a>
</b:if>
</b:if>
</span> <div class='rw-ui-container'/></div>
<div style='clear: both;'/>
</div>
<b:else/>
<div class='post-body entry-content' expr:id='&quot;post-body-&quot; +
data:post.id' itemprop='articleBody'>
<meta expr:content='data:post.snippet' name='twitter:description'/>
<data:post.body/>
</div>
</b:if>
<b:else/>
<div class='post-body entry-content' expr:id='&quot;post-body-&quot; +
data:post.id' itemprop='articleBody'>
<meta expr:content='data:post.snippet' name='twitter:description'/>
<data:post.body/>
</div>
</b:if>
</article>

<b:if cond='data:post.hasJumpLink'>
<div class='jump-link'>
<a expr:href='data:post.url + &quot;#more&quot;'
expr:title='data:post.title'><data:post.jumpText/></a>
</div>
</b:if>

<div class='post-footer'>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div class='share-box'>

<h8 class='share-title'>Share the article : </h8>


<div class='share-art'>
<a class='fac-art' expr:href='&quot;http://www.facebook.com/sharer.php?u=&quot; +
data:post.url + &quot;&amp;title=&quot;+ data:post.title'
onclick='window.open(this.href, &apos;windowName&apos;, &apos;width=600,
height=400, right=24, top=24, scrollbars, resizable&apos;); return false;'
rel='nofollow' target='_blank'><i class='fa fa-facebook'/><span class='resp_del'>
Facebook</span></a>

<a class='twi-art' expr:href='&quot;http://twitter.com/share?url=&quot; +


data:post.url + &quot;&amp;title=&quot; + data:post.title'
onclick='window.open(this.href, &apos;windowName&apos;, &apos;width=600,
height=400, right=24, top=24, scrollbars, resizable&apos;); return false;'
rel='nofollow' target='_blank'><i class='fa fa-twitter'/><span class='resp_del2'>
twitter</span></a>

<a class='goo-art'><i class='fa fa-google-plus'/><span class='resp_del3'> Google


Plus+</span></a>

<a class='pin-art' expr:href='&quot;http://pinterest.com/pin/create/button/?


url=&quot; + data:post.url + &quot;&amp;media=&quot; + data:post.firstImageUrl +
&quot;&amp;description=&quot; + data:post.snippet' onclick='window.open(this.href,
&apos;windowName&apos;, &apos;width=600, height=400, right=24, top=24, scrollbars,
resizable&apos;); return false;' rel='nofollow' target='_blank'><i class='fa fa-
pinterest'/><span class='resp_del4'> Pinterest</span></a>

<a class='lin-art' expr:href='&quot;http://www.linkedin.com/shareArticle?url=&quot;


+ data:post.url + &quot;&amp;title=&quot;+ data:post.title'
onclick='window.open(this.href, &apos;windowName&apos;, &apos;width=600,
height=400, right=24, top=24, scrollbars, resizable&apos;); return false;'
rel='nofollow' target='_blank'><i class='fa fa-linkedin-square'/><span
class='resp_del5'> LinkedIn</span></a>

<a class='print-art' onClick='window.print()' rel='nofollow'


style='cursor:pointer'><i class='fa fa-print'/><span class='resp_del5'>
Print</span></a>
</div>
</div>
<div style='clear:both'/>
<div class='isw-author-box'>
<img alt='Author Image' class='avatar avatar-60 photo'
expr:src='data:post.authorPhoto.url' height='100' width='110'/>
<p>
<b><data:post.author/></b>
<br/>
The article is exclusive to the author
</p>

</div>
<div style='clear:both'/>
<div id='related-posts'>
<b:if cond='data:post.labels'>
<b:loop values='data:post.labels' var='label'>
<b:if cond='data:label.isLast == &quot;true&quot;'>
<data:label.name/>
</b:if>
</b:loop>
</b:if>
</div>
</b:if>
<div class='post-footer-line post-footer-line-1'>
<span class='post-author vcard'>
<b:if cond='data:top.showAuthor'>
<data:top.authorLabel/>
<b:if cond='data:post.authorProfileUrl'>
<span class='fn' itemprop='author' itemscope='itemscope'
itemtype='http://schema.org/Person'>
<meta expr:content='data:post.authorProfileUrl' itemprop='url'/>
<a class='g-profile' expr:href='data:post.authorProfileUrl'
rel='author' title='author profile'>
<span itemprop='name'><data:post.author/></span>
</a>
</span>
<b:else/>
<span class='fn' itemprop='author' itemscope='itemscope'
itemtype='http://schema.org/Person'>
<span itemprop='name'><data:post.author/></span>
</span>
</b:if>
</b:if>
</span>

<span class='post-timestamp'>
<b:if cond='data:top.showTimestamp'>
<data:top.timestampLabel/>
<b:if cond='data:post.url'>
<meta expr:content='data:post.canonicalUrl' itemprop='url
mainEntityOfPage'/>
<a class='timestamp-link' expr:href='data:post.url' rel='bookmark'
title='permanent link'><abbr class='published'
expr:title='data:post.timestampISO8601' itemprop='datePublished
dateModified'><data:post.timestamp/></abbr></a>
</b:if>
</b:if>
</span>

<span class='reaction-buttons'>
<b:if cond='data:top.showReactions'>
<table border='0' cellpadding='0' cellspacing='0' width='100%'><tr>
<td class='reactions-label-cell' nowrap='nowrap' valign='top'
width='1%'>
<span class='reactions-label'>
<data:top.reactionsLabel/></span>&#160;</td>
<td><iframe allowtransparency='true' class='reactions-iframe'
expr:src='data:post.reactionsUrl' frameborder='0' name='reactions'
scrolling='no'/></td>
</tr></table>
</b:if>
</span>

<span class='post-comment-link'>
<b:include cond='data:blog.pageType not in
{&quot;item&quot;,&quot;static_page&quot;} and
data:post.allowComments' data='post' name='comment_count_picker'/>
</span>

<!-- backlinks -->


<span class='post-backlinks post-comment-link'>
<b:if cond='data:blog.pageType not in
{&quot;item&quot;,&quot;static_page&quot;} and
data:post.showBacklinks'>
<a class='comment-link' expr:href='data:post.url +
&quot;#links&quot;'><data:top.backlinkLabel/></a>
</b:if>
</span>

<span class='post-icons'>
<!-- email post links -->
<b:if cond='data:post.emailPostUrl'>
<span class='item-action'>
<a expr:href='data:post.emailPostUrl' expr:title='data:top.emailPostMsg'>
<img alt='' class='icon-action' height='13'
src='//img1.blogblog.com/img/icon18_email.gif' width='18'/>
</a>
</span>
</b:if>

<!-- quickedit pencil -->


<b:include data='post' name='postQuickEdit'/>
</span>

<!-- share buttons -->


<div class='post-share-buttons goog-inline-block'>
<b:include cond='data:post.sharePostUrl' data='post' name='shareButtons'/>
</div>

</div>

<div class='post-footer-line post-footer-line-2'>


<span class='post-labels'>
<b:if cond='data:post.labels'>
<data:postLabelsLabel/>
<b:loop values='data:post.labels' var='label'>
<a expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if
cond='not data:label.isLast'>,</b:if>
</b:loop>
</b:if>
</span>
</div>

<div class='post-footer-line post-footer-line-3'>


<span class='post-location'>
<b:if cond='data:top.showLocation'>
<b:if cond='data:post.location'>
<data:postLocationLabel/>
<a expr:href='data:post.location.mapsUrl'
target='_blank'><data:post.location.name/></a>
</b:if>
</b:if>
</span>
</div>
<b:if cond='data:post.authorAboutMe'>
<div class='author-profile' itemprop='author' itemscope='itemscope'
itemtype='http://schema.org/Person'>
<b:if cond='data:post.authorPhoto.url'>
<img expr:src='data:post.authorPhoto.url' itemprop='image'
width='50px'/>
</b:if>
<div>
<a class='g-profile' expr:href='data:post.authorProfileUrl'
itemprop='url' rel='author' title='author profile'>
<span itemprop='name'><data:post.author/></span>
</a>
</div>
<span itemprop='description'><data:post.authorAboutMe/></span>
</div>
</b:if>
</div>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div itemprop='publisher' itemscope='itemscope'
itemtype='https://schema.org/Organization' style='display:none;'>
<div itemprop='logo' itemscope='itemscope'
itemtype='https://schema.org/ImageObject'>
<meta expr:content='data:post.firstImageUrl' itemprop='url'/>
</div>
<meta expr:content='data:blog.title' itemprop='name'/>
</div>
&lt;/div&gt;
</b:if>
</div>
</b:includable>
<b:includable id='postQuickEdit' var='post'>
<b:if cond='data:post.editUrl'>
<span expr:class='&quot;item-control &quot; + data:post.adminClass'>
<a expr:href='data:post.editUrl' expr:title='data:top.editPostMsg'>
<img alt='Edit' class='icon-action' height='18'
src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
</a>
</span>
</b:if>
</b:includable>
<b:includable id='shareButtons' var='post'>
<b:if cond='data:top.showEmailButton'><a class='goog-inline-block share-button
sb-email' expr:href='data:post.sharePostUrl + &quot;&amp;target=email&quot;'
expr:title='data:top.emailThisMsg' target='_blank'><span class='share-button-link-
text'><data:top.emailThisMsg/></span></a></b:if><b:if
cond='data:top.showBlogThisButton'><a class='goog-inline-block share-button sb-
blog' expr:href='data:post.sharePostUrl + &quot;&amp;target=blog&quot;'
expr:onclick='&quot;window.open(this.href, \&quot;_blank\&quot;, \
&quot;height=270,width=475\&quot;); return false;&quot;'
expr:title='data:top.blogThisMsg' target='_blank'><span class='share-button-link-
text'><data:top.blogThisMsg/></span></a></b:if><b:if
cond='data:top.showTwitterButton'><a class='goog-inline-block share-button sb-
twitter' expr:href='data:post.sharePostUrl + &quot;&amp;target=twitter&quot;'
expr:title='data:top.shareToTwitterMsg' target='_blank'><span class='share-button-
link-text'><data:top.shareToTwitterMsg/></span></a></b:if><b:if
cond='data:top.showFacebookButton'><a class='goog-inline-block share-button sb-
facebook' expr:href='data:post.sharePostUrl + &quot;&amp;target=facebook&quot;'
expr:onclick='&quot;window.open(this.href, \&quot;_blank\&quot;, \
&quot;height=430,width=640\&quot;); return false;&quot;'
expr:title='data:top.shareToFacebookMsg' target='_blank'><span class='share-button-
link-text'><data:top.shareToFacebookMsg/></span></a></b:if><b:if
cond='data:top.showPinterestButton'><a class='goog-inline-block share-button sb-
pinterest' expr:href='data:post.sharePostUrl + &quot;&amp;target=pinterest&quot;'
expr:title='data:top.shareToPinterestMsg' target='_blank'><span class='share-
button-link-text'><data:top.shareToPinterestMsg/></span></a></b:if><b:if
cond='data:top.showPlusOne'><div class='goog-inline-block google-plus-share-
container'><data:post.googlePlusShareTag/></div></b:if>
</b:includable>
<b:includable id='status-message'>
<b:if cond='data:navMessage'>
<div class='status-msg-wrap'>
<div class='status-msg-body'>
<data:navMessage/>
</div>
<div class='status-msg-border'>
<div class='status-msg-bg'>
<div class='status-msg-hidden'><data:navMessage/></div>
</div>
</div>
</div>
<div style='clear: both;'/>
<b:if cond='data:blog.pageType == &quot;error_page&quot;'>
<div class='post-404'>
<div class='actions-404'>
<div class='ops-404'><span/>The page you are looking for does not exist
</div>
<strong>4</strong>
<img class='title-404'
src='http://scanthemes.stream/demo/HTML/wicodus/assets/img/404.png'/>
<strong>4</strong>
<div class='link-404'>
<a href='/'><i class='fa fa-home'/>
<trans>Back to the Home page</trans></a>
</div></div>
</div>
<style>
.post-404 {
padding-top: 40px;
padding-bottom: 60px;
}
.actions-404 {
width: 100%;
float: left;
text-align: center;
}
.ops-404 {
width: 50%;
margin: 0 auto;
font-size: 26px;
font-weight: 400;
}
.ops-404 span {
font-weight: 700;
}
.title-404 {
filter: grayscale(100%);
padding-top: 57px;
margin-bottom: -10%;
color:$primarycolor;
}
.link-404 a {
background: #603b76;
color: white;
padding: 10px 20px;
border-radius: 25px;
}
.actions-404 strong {
font-size: 219px;
margin: 0 5%;
font-family: poppins;
color: #c1c1c1;
}
.link-404 {
font-size: 18px;
padding-top: 20px;
padding-bottom: 50px;
}
#blog-pager, #sidebar-wrapper,.status-msg-wrap {
display: none;
}
.status-msg-border {
border: 0 !important;
}

.status-msg-bg {
background-color: #fff;
}
#main-wrapper {
width: 100%;
max-width: 100%;
}
</style>
</b:if>
</b:if>
</b:includable>
<b:includable id='threaded-comment-form' var='post'>
<div class='comment-form'>
<a name='comment-form'/>
<b:if cond='data:mobile'>
<p><data:blogCommentMessage/></p>
<data:blogTeamBlogMessage/>
<a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
<iframe allowtransparency='true' class='blogger-iframe-colorize blogger-
comment-from-post' expr:height='data:cmtIframeInitialHeight' frameborder='0'
id='comment-editor' name='comment-editor' src='' style='display: none'
width='100%'/>
<b:else/>
<p><data:blogCommentMessage/></p>
<data:blogTeamBlogMessage/>
<a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
<iframe allowtransparency='true' class='blogger-iframe-colorize blogger-
comment-from-post' expr:height='data:cmtIframeInitialHeight' frameborder='0'
id='comment-editor' name='comment-editor' src='' width='100%'/>
</b:if>
<data:post.cmtfpIframe/>
<script type='text/javascript'>
BLOG_CMT_createIframe(&#39;<data:post.appRpcRelayPath/>&#39;);
</script>
</div>
</b:includable>
<b:includable id='threaded_comment_js' var='post'>
<script async='async' expr:src='data:post.commentSrc' type='text/javascript'/>

<script type='text/javascript'>
(function() {
var items = <data:post.commentJso/>;
var msgs = <data:post.commentMsgs/>;
var config = <data:post.commentConfig/>;

// <![CDATA[
var cursor = null;
if (items && items.length > 0) {
cursor = parseInt(items[items.length - 1].timestamp) + 1;
}

var bodyFromEntry = function(entry) {


if (entry.gd$extendedProperty) {
for (var k in entry.gd$extendedProperty) {
if (entry.gd$extendedProperty[k].name == 'blogger.contentRemoved') {
return '<span class="deleted-comment">' + entry.content.$t +
'</span>';
}
}
}
return entry.content.$t;
}

var parse = function(data) {


cursor = null;
var comments = [];
if (data && data.feed && data.feed.entry) {
for (var i = 0, entry; entry = data.feed.entry[i]; i++) {
var comment = {};
// comment ID, parsed out of the original id format
var id = /blog-(\d+).post-(\d+)/.exec(entry.id.$t);
comment.id = id ? id[2] : null;
comment.body = bodyFromEntry(entry);
comment.timestamp = Date.parse(entry.published.$t) + '';
if (entry.author && entry.author.constructor === Array) {
var auth = entry.author[0];
if (auth) {
comment.author = {
name: (auth.name ? auth.name.$t : undefined),
profileUrl: (auth.uri ? auth.uri.$t : undefined),
avatarUrl: (auth.gd$image ? auth.gd$image.src : undefined)
};
}
}
if (entry.link) {
if (entry.link[2]) {
comment.link = comment.permalink = entry.link[2].href;
}
if (entry.link[3]) {
var pid = /.*comments\/default\/(\
d+)\?.*/.exec(entry.link[3].href);
if (pid && pid[1]) {
comment.parentId = pid[1];
}
}
}
comment.deleteclass = 'item-control blog-admin';
if (entry.gd$extendedProperty) {
for (var k in entry.gd$extendedProperty) {
if (entry.gd$extendedProperty[k].name == 'blogger.itemClass') {
comment.deleteclass += ' ' + entry.gd$extendedProperty[k].value;
} else if (entry.gd$extendedProperty[k].name ==
'blogger.displayTime') {
comment.displayTime = entry.gd$extendedProperty[k].value;
}
}
}
comments.push(comment);
}
}
return comments;
};

var paginator = function(callback) {


if (hasMore()) {
var url = config.feed + '?
alt=json&v=2&orderby=published&reverse=false&max-results=50';
if (cursor) {
url += '&published-min=' + new Date(cursor).toISOString();
}
window.bloggercomments = function(data) {
var parsed = parse(data);
cursor = parsed.length < 50 ? null
: parseInt(parsed[parsed.length - 1].timestamp) + 1
callback(parsed);
window.bloggercomments = null;
}
url += '&callback=bloggercomments';
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = url;
document.getElementsByTagName('head')[0].appendChild(script);
}
};
var hasMore = function() {
return !!cursor;
};
var getMeta = function(key, comment) {
if ('iswriter' == key) {
var matches = !!comment.author
&& comment.author.name == config.authorName
&& comment.author.profileUrl == config.authorUrl;
return matches ? 'true' : '';
} else if ('deletelink' == key) {
return config.baseUri + '/delete-comment.g?blogID='
+ config.blogId + '&postID=' + comment.id;
} else if ('deleteclass' == key) {
return comment.deleteclass;
}
return '';
};

var replybox = null;


var replyUrlParts = null;
var replyParent = undefined;

var onReply = function(commentId, domId) {


if (replybox == null) {
// lazily cache replybox, and adjust to suit this style:
replybox = document.getElementById('comment-editor');
if (replybox != null) {
replybox.height = '250px';
replybox.style.display = 'block';
replyUrlParts = replybox.src.split('#');
}
}
if (replybox && (commentId !== replyParent)) {
replybox.src = '';
document.getElementById(domId).insertBefore(replybox, null);
replybox.src = replyUrlParts[0]
+ (commentId ? '&parentID=' + commentId : '')
+ '#' + replyUrlParts[1];
replyParent = commentId;
}
};

var hash = (window.location.hash || '#').substring(1);


var startThread, targetComment;
if (/^comment-form_/.test(hash)) {
startThread = hash.substring('comment-form_'.length);
} else if (/^c[0-9]+$/.test(hash)) {
targetComment = hash.substring(1);
}

// Configure commenting API:


var configJso = {
'maxDepth': config.maxThreadDepth
};
var provider = {
'id': config.postId,
'data': items,
'loadNext': paginator,
'hasMore': hasMore,
'getMeta': getMeta,
'onReply': onReply,
'rendered': true,
'initComment': targetComment,
'initReplyThread': startThread,
'config': configJso,
'messages': msgs
};

var render = function() {


if (window.goog && window.goog.comments) {
var holder = document.getElementById('comment-holder');
window.goog.comments.render(holder, provider);
}
};

// render now, or queue to render when library loads:


if (window.goog && window.goog.comments) {
render();
} else {
window.goog = window.goog || {};
window.goog.comments = window.goog.comments || {};
window.goog.comments.loadQueue = window.goog.comments.loadQueue || [];
window.goog.comments.loadQueue.push(render);
}
})();
// ]]>
</script>
</b:includable>
<b:includable id='threaded_comments' var='post'>
<div class='comments' id='comments'>
<a name='comments'/>
<h4><data:post.commentLabelFull/>:</h4>

<div class='comments-content'>
<b:include cond='data:post.embedCommentForm' data='post'
name='threaded_comment_js'/>
<div id='comment-holder'>
<data:post.commentHtml/>
</div>
</div>

<p class='comment-footer'>
<b:if cond='data:post.allowNewComments'>
<b:include data='post' name='threaded-comment-form'/>
<b:else/>
<data:post.noNewCommentsText/>
</b:if>
</p>

<b:if cond='data:showCmtPopup'>
<div id='comment-popup'>
<iframe allowtransparency='true' frameborder='0' id='comment-actions'
name='comment-actions' scrolling='no'>
</iframe>
</div>
</b:if>

<div id='backlinks-container'>
<div expr:id='data:widget.instanceId + &quot;_backlinks-container&quot;'>
<b:include cond='data:post.showBacklinks' data='post' name='backlinks'/>
</div>
</div>
</div>
</b:includable>
</b:widget>
<b:widget id='HTML901' locked='true' title='Comments system' type='HTML'
version='1'>
<b:widget-settings>
<b:widget-setting name='content'>[blogger][disqus][facebook]</b:widget-
setting>
</b:widget-settings>
<b:includable id='main'>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<b:if cond='data:content == &quot;[blogger]&quot;'>
<div class='cmm-tabs'>
<div data-tab='blogger'><div class='blogger-tab'/></div>
</div>
</b:if>
<b:if cond='data:content == &quot;[facebook]&quot;'>
<div class='cmm-tabs'>
<div data-tab='facebook'><div class='facebook-tab'/></div>
</div>
<script type='text/javascript'>
//<![CDATA[
$('#comments').remove();
//]]>
</script>
</b:if>
<b:if cond='data:content == &quot;[disqus]&quot;'>
<div class='cmm-tabs'>
<div data-tab='disqus'><div class='disqus-tab'><div
id='disqus_thread'/></div></div>
</div>
<script type='text/javascript'>
//<![CDATA[
$('#comments').remove();
//]]>
</script>
</b:if>
<b:if cond='data:content == &quot;[blogger][facebook]&quot;'>
<div class='cmm-tabs'>
<div data-tab='blogger'><div class='blogger-tab'/></div>
<div data-tab='facebook'><div class='facebook-tab'/></div>
</div>
</b:if>
<b:if cond='data:content == &quot;[blogger][disqus]&quot;'>
<div class='cmm-tabs'>
<div data-tab='blogger'><div class='blogger-tab'/></div>
<div data-tab='disqus'><div class='disqus-tab'><div
id='disqus_thread'/></div></div>
</div>
</b:if>
<b:if cond='data:content == &quot;[facebook][blogger]&quot;'>
<div class='cmm-tabs'>
<div data-tab='facebook'><div class='facebook-tab'/></div>
<div data-tab='blogger'><div class='blogger-tab'/></div>
</div>
</b:if>
<b:if cond='data:content == &quot;[facebook][disqus]&quot;'>
<div class='cmm-tabs'>
<div data-tab='facebook'><div class='facebook-tab'/></div>
<div data-tab='disqus'><div class='disqus-tab'><div
id='disqus_thread'/></div></div>
<script type='text/javascript'>
//<![CDATA[
$('#comments').remove();
//]]>
</script>
</div>
</b:if>
<b:if cond='data:content == &quot;[disqus][blogger]&quot;'>
<div class='cmm-tabs'>
<div data-tab='disqus'><div class='disqus-tab'><div
id='disqus_thread'/></div></div>
<div data-tab='blogger'><div class='blogger-tab'/></div>
</div>
</b:if>
<b:if cond='data:content == &quot;[disqus][facebook]&quot;'>
<div class='cmm-tabs'>
<div data-tab='disqus'><div class='disqus-tab'><div
id='disqus_thread'/></div></div>
<div data-tab='facebook'><div class='facebook-tab'/></div>
</div>
<script type='text/javascript'>
//<![CDATA[
$('#comments').remove();
//]]>
</script>
</b:if>
<b:if cond='data:content == &quot;[blogger][facebook][disqus]&quot;'>
<div class='cmm-tabs'>
<div data-tab='blogger'><div class='blogger-tab'/></div>
<div data-tab='facebook'><div class='facebook-tab'/></div>
<div data-tab='disqus'><div class='disqus-tab'><div
id='disqus_thread'/></div></div>
</div>
</b:if>
<b:if cond='data:content == &quot;[blogger][disqus][facebook]&quot;'>
<div class='cmm-tabs'>
<div data-tab='blogger'><div class='blogger-tab'/></div>
<div data-tab='disqus'><div class='disqus-tab'><div
id='disqus_thread'/></div></div>
<div data-tab='facebook'><div class='facebook-tab'/></div>
</div>
</b:if>
<b:if cond='data:content == &quot;[facebook][blogger][disqus]&quot;'>
<div class='cmm-tabs'>
<div data-tab='facebook'><div class='facebook-tab'/></div>
<div data-tab='blogger'><div class='blogger-tab'/></div>
<div data-tab='disqus'><div class='disqus-tab'><div
id='disqus_thread'/></div></div>
</div>
</b:if>
<b:if cond='data:content == &quot;[facebook][disqus][blogger]&quot;'>
<div class='cmm-tabs'>
<div data-tab='facebook'><div class='facebook-tab'/></div>
<div data-tab='disqus'><div class='disqus-tab'><div
id='disqus_thread'/></div></div>
<div data-tab='blogger'><div class='blogger-tab'/></div>
</div>
</b:if>
<b:if cond='data:content == &quot;[disqus][blogger][facebook]&quot;'>
<div class='cmm-tabs'>
<div data-tab='disqus'><div class='disqus-tab'><div
id='disqus_thread'/></div></div>
<div data-tab='blogger'><div class='blogger-tab'/></div>
<div data-tab='facebook'><div class='facebook-tab'/></div>
</div>
</b:if>
<b:if cond='data:content == &quot;[disqus][facebook][blogger]&quot;'>
<div class='cmm-tabs'>
<div data-tab='disqus'><div class='disqus-tab'><div
id='disqus_thread'/></div></div>
<div data-tab='facebook'><div class='facebook-tab'/></div>
<div data-tab='blogger'><div class='blogger-tab'/></div>
</div>
</b:if>
<div id='fb-root'/><script>(function(d, s, id){var js, fjs =
d.getElementsByTagName(s)[0];if (d.getElementById(id)) return;js =
d.createElement(s); js.id = id;js.src =
&quot;//connect.facebook.net/en_US/sdk.js#xfbml=1&amp;version=v2.0&quot;;fjs.parent
Node.insertBefore(js, fjs);}(document, &#39;script&#39;, &#39;facebook-
jssdk&#39;));</script>&lt;script&gt;$(&quot;.facebook-
tab&quot;).append(&quot;&lt;div class=&#39;fb-comments&#39; data-
href=&#39;<data:blog.canonicalUrl/>&#39; data-width=&#39;100%&#39; data-
numposts=&#39;5&#39;
data-colorscheme=&#39;light&#39;&gt;&lt;/div&gt;&quot;);&lt;/script&gt;
</b:if>
</b:includable>
</b:widget>
<b:widget id='HTML902' locked='true' title='Disqus Shortname' type='HTML'
version='1'>
<b:widget-settings>
<b:widget-setting name='content'>sm-wyb</b:widget-setting>
</b:widget-settings>
<b:includable id='main'>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
&lt;script type=&#39;text/javascript&#39;&gt;
var disqus_shortname = &#39;<data:content/>&#39;;
(function() {
var dsq = document.createElement(&#39;script&#39;); dsq.type =
&#39;text/javascript&#39;; dsq.async = true;
dsq.src = &#39;//&#39; + disqus_shortname +
&#39;.disqus.com/embed.js&#39;;
(document.getElementsByTagName(&#39;head&#39;)[0] ||
document.getElementsByTagName(&#39;body&#39;)[0]).appendChild(dsq);
})();
&lt;/script&gt;
</b:if>
</b:includable>
</b:widget>
</b:section>
</div>
<div id='sidebar-wrapper'>
<a name='details'/>
<div class='clear'/>
<b:section class='social-counter sidebar ready-widget' id='social-counter'
maxwidgets='2' name='Social Counter' showaddelement='yes'>
<b:widget id='HTML1' locked='false' title='ads 300x250' type='HTML'>
<b:widget-settings>
<b:widget-setting name='content'/>
</b:widget-settings>
<b:includable id='main'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != &quot;&quot;'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>

<b:include name='quickedit'/>
</b:includable>
</b:widget>
<b:widget id='LinkList62' locked='true' title='Follow us' type='LinkList'
version='1'>
<b:widget-settings>
<b:widget-setting name='link-7'>#</b:widget-setting>
<b:widget-setting name='link-5'>#</b:widget-setting>
<b:widget-setting name='link-6'>#</b:widget-setting>
<b:widget-setting name='link-3'>#</b:widget-setting>
<b:widget-setting name='link-4'>#</b:widget-setting>
<b:widget-setting name='text-1'>twitter count=1.7k;</b:widget-setting>
<b:widget-setting name='text-0'>facebook count=3.5k;</b:widget-setting>
<b:widget-setting name='text-3'>youtube count=2.8k;</b:widget-setting>
<b:widget-setting name='text-2'>gplus count=735;</b:widget-setting>
<b:widget-setting name='text-5'>dribbble count=7.3m;</b:widget-setting>
<b:widget-setting name='text-4'>pinterest count=524;</b:widget-setting>
<b:widget-setting name='text-7'>rss count=286;</b:widget-setting>
<b:widget-setting name='text-6'>instagram count=849;</b:widget-setting>
<b:widget-setting name='sorting'>NONE</b:widget-setting>
<b:widget-setting name='link-1'>#</b:widget-setting>
<b:widget-setting name='link-2'>#</b:widget-setting>
<b:widget-setting name='link-0'>#</b:widget-setting>
</b:widget-settings>
<b:includable id='main'>
<b:if cond='data:title != &quot;&quot;'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<ul id='social'>
<b:loop values='data:links' var='link'>
<li expr:class='&quot;item-social &quot; + data:link.name'><a
expr:href='data:link.target'> <i class='item-icon fa'/><div class='hide-
count'><data:link.name/></div><span class='item-text'>Followers</span> </a></li>
</b:loop>
</ul>
</div>
</b:includable>
</b:widget>
</b:section>
<div class='sidetabs' id='sidetabs'>
<ul class='menu-tab'>
<li class='item-1'><a href='#tabside1'/></li>
<li class='item-2'><a href='#tabside2'/></li>
<li class='item-3'><a href='#tabside3'/></li>
</ul>
<b:section class='sidebar ready-widget' id='tabside1' maxwidgets='1'
name='Tab 01' showaddelement='yes'/>
<b:section class='sidebar ready-widget' id='tabside2' maxwidgets='1'
name='Tab 02' showaddelement='yes'/>
<b:section class='sidebar ready-widget' id='tabside3' maxwidgets='1' name='Tab 03'
showaddelement='yes'/>
</div>
<b:section class='sidebar ready-widget' id='sidebar' preferred='yes'>
<b:widget id='HTML3' locked='false' title='ads 120x600' type='HTML'>
<b:widget-settings>
<b:widget-setting name='content'/>
</b:widget-settings>
<b:includable id='main'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != &quot;&quot;'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>

<b:include name='quickedit'/>
</b:includable>
</b:widget>
</b:section>
</div>
<div style='clear: both;'/>
</div>
<div class='sub-wrap'>
<b:section class='featuresub row' id='Subscription Widget'/>
<a class='go-up' href='#'><i class='fa fa-chevron-up'/><svg class='iswup'
height='35' viewBox='0 0 138 35' width='138'
xmlns='http://www.w3.org/2000/svg'><path d='M 3.15027 34.4375C 1.74207 34.6025
0.68396 34.7266 0 35L 68.9982 35C 68.9982 35 68.9998 28.6387 69 19.5132C 69 20.7261
69.0001 21.8892 69.0001 22.9956L 69.0018 35L 138 35C 137.316 34.7266 136.258
34.6025 134.85 34.4375C 131.11 33.9995 124.903 33.2729 116.678 28.6875C 111.015
25.3901 106.523 20.9771 102.07 16.6025C 93.5474 8.23096 85.1685 -1.97984e-15
69.0018 3.55056e-31C 69.0006 5.271 69 10.4292 69 15.0952C 69 10.4287 68.9994
5.27148 68.9982 3.55056e-31C 52.8314 1.97986e-15 44.4526 8.23096 35.9302 16.6025C
31.4772 20.9771 26.985 25.3901 21.3221 28.6875C 13.0974 33.2729 6.88965 33.9995
3.15027 34.4375Z' fill='#FAFBFE' style='fill: white;'/></svg></a>
</div>
<div style='clear: both;'/>
<div id='lower'>
<div class='row' id='lower-wrapper'>

<div id='lowerbar-wrapper'>
<b:section class='lowerbar ready-widget' id='lowerbar1' preferred='yes'/>
</div>

<div id='lowerbar-wrapper'>
<b:section class='lowerbar ready-widget' id='lowerbar2' preferred='yes'/>
</div>

<div id='lowerbar-wrapper'>
<b:section class='lowerbar ready-widget' id='lowerbar3' preferred='yes'/>
</div>

<div style='clear: both;'/>


</div>
</div>
<div id='jugas_footer'>
<div class='copy-container row'>
<div class='jugas_footer_copyleft'>
<a href='https://www.helalplus.com' id='taxfir' rel='dofollow' target='_blank'/>
<div class='socialmedia-iw'>
<ul>
<li class='facebook'>
<a href='#fb-url'><i class='fa fa-facebook'/>
</a>
</li>
<li class='twitter'>
<a href='#twitter-url'><i class='fa fa-twitter'/>
</a>
</li>
<li class='instagram'>
<a href='#insta-url'><i class='fa fa-instagram'/>
</a>
</li>
<li class='likedin'>
<a href='#ld-url'><i class='fa fa-linkedin'/>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
&lt;/div&gt;
<script type='text/javascript'>
//<![CDATA[
// News Ticker plugin ~ URL: http://jonmifsud.com/open-source/jquery/jquery-
webticker
(function(e){function n(e,t){var s=e.data("settings");if(typeof
t==="undefined")t=false;if(t){i(e)}var
o=r(e);e.animate(o.css,o.time,"linear",function()
{e.css(s.direction,"0");n(e,true)})}function r(e){var t=e.data("settings");var
n=e.children().first();var r=Math.abs(-
e.css(t.direction).replace("px","").replace("auto","0")-n.outerWidth(true));var
t=e.data("settings");var i=r*1e3/t.speed;var
s={};s[t.direction]=e.css(t.direction).replace("px","").replace("auto","0")-
r;return{css:s,time:i}}function i(e){var t=e.data("settings");e.css("transition-
duration","0s").css(t.direction,"0");var
n=e.children().first();if(n.hasClass("webticker-init"))n.remove();else
e.children().last().after(n)}function s(e,t){if(typeof
t==="undefined")t=false;if(t){i(e)}var n=r(e);var
s=n.time/1e3;s+="s";e.css(n.css).css("transition-duration",s)}function o(t,n,r){var
i;e.get(t,function(t){var s=e(t);s.find("item").each(function(){var
t=e(this),n={title:t.find("title").text(),link:t.find("link").text()};listItem="<li
><a
href='"+n.link+"'>"+n.title+"</a></li>";i+=listItem});r.webTicker("update",i,n)})}f
unction u(t){var n=t.data("settings");t.width("auto");var
r=0;t.children("li").each(function()
{r+=e(this).outerWidth(true)});if(r<t.parent().width()||t.children().length==1)
{if(n.duplicate){itemWidth=Math.max.apply(Math,t.children().map(function(){return
e(this).width()}).get());while(r-itemWidth<t.parent().width()||
t.children().length==1){var
i=t.children().clone();t.append(i);r=0;t.children("li").each(function()
{r+=e(this).outerWidth(true)});itemWidth=Math.max.apply(Math,t.children().map(funct
ion(){return e(this).width()}).get())}}else{var s=t.parent().width()-
r;s+=t.find("li:first").width();var o=t.find("li:first").height();t.append('<li
class="ticker-spacer"
style="width:'+s+"px;height:"+o+'px;"></li>')}}if(n.startEmpty){var
o=t.find("li:first").height();t.prepend('<li class="webticker-init"
style="width:'+t.parent().width()+"px;height:"+o+'px;"></li>')}r=0;t.children("li")
.each(function()
{r+=e(this).outerWidth(true)});t.width(r+200);widthCompare=0;t.children("li").each(
function(){widthCompare+=e(this).outerWidth(true)});while(widthCompare>=t.width())
{t.width(t.width()+200);widthCompare=0;t.children("li").each(function()
{widthCompare+=e(this).outerWidth(true)})}}var t=function(){var
e=document.createElement("p").style,t=["ms","O","Moz","Webkit"];if(e["transition"]=
="")return true;while(t.length)if(t.pop()+"Transition"in e)return true;return
false}();var a={init:function(r)
{r=jQuery.extend({speed:50,direction:"right",moving:true,startEmpty:true,duplicate:
false,rssurl:false,hoverpause:true,rssfrequency:0,updatetype:"reset"},r);return
this.each(function(){jQuery(this).data("settings",r);var
i=jQuery(this);i.addClass("newsticker");var a=i.wrap("<div
class='mask'></div>");a.after("<span class='tickeroverlay-right'>&nbsp;</span><span
class='tickeroverlay-left'>&nbsp;</span>");var f=i.parent().wrap("<div
class='tickercontainer'></div>");u(i);if(r.rssurl)
{o(r.rssurl,r.type,i);if(r.rssfrequency>0){window.setInterval(function()
{o(r.rssurl,r.type,i)},r.rssfrequency*1e3*60)}}if(t){i.css("transition-
duration","0s").css(r.direction,"0");s(i,false);i.on("transitionend
webkitTransitionEnd oTransitionEnd otransitionend",function(t){if(!i.is(t.target))
{return false}s(e(this),true)})}else{n(e(this))}if(r.hoverpause){i.hover(function()
{if(t){var n=e(this).css(r.direction);e(this).css("transition-
duration","0s").css(r.direction,n)}else jQuery(this).stop()},function()
{if(jQuery(this).data("settings").moving){if(t)
{s(e(this),false)}else{n(i)}}})}})},stop:function(){var
n=e(this).data("settings");if(n.moving){n.moving=false;return this.each(function()
{if(t){var r=e(this).css(n.direction);e(this).css("transition-
duration","0s").css(n.direction,r)}else e(this).stop()})}},cont:function(){var
r=e(this).data("settings");if(!r.moving){r.moving=true;return this.each(function()
{if(t){s(e(this),false)}else{n(e(this))}})}},update:function(t,n,r,i)
{n=n||"reset";if(typeof r==="undefined")r=true;if(typeof
i==="undefined")i=false;if(typeof t==="string"){t=e(t)}var
s=e(this);s.webTicker("stop");var o=e(this).data("settings");if(n=="reset")
{s.html(t);s.css(o.direction,"0");u(s)}else if(n=="swap")
{s.children("li").addClass("old");for(var a=0;a<t.length;a++)
{id=e(t[a]).data("update");match=s.find('[data-
update="'+id+'"]');if(match.length<1){if(r){if(s.find(".ticker-spacer:first-
child").length==0&&s.find(".ticker-spacer").length>0){s.children("li.ticker-
spacer").before(t[a])}else{s.append(t[a])}}}else s.find('[data-
update="'+id+'"]').replaceWith(t[a]);}s.children("li.webticker-init, li.ticker-
spacer").removeClass("old");if(i)s.children("li").remove(".old");stripWidth=0;s.chi
ldren("li").each(function()
{stripWidth+=e(this).outerWidth(true)});s.width(stripWidth+200)}s.webTicker("cont")
}};e.fn.webTicker=function(t){if(a[t]){return
a[t].apply(this,Array.prototype.slice.call(arguments,1))}else if(typeof
t==="object"||!t){return a.init.apply(this,arguments)}else{e.error("Method "+t+"
does not exist on jQuery.webTicker")}}})(jQuery);

// Plugin: SelectNav.js ~ url: https://github.com/lukaszfiszer/selectnav.js


window.selectnav=function(){"use strict";var e=function(e,t){function c(e){var
t;if(!e)e=window.event;if(e.target)t=e.target;else
if(e.srcElement)t=e.srcElement;if(t.nodeType===3)t=t.parentNode;if(t.value)window.l
ocation.href=t.value}function h(e){var t=e.nodeName.toLowerCase();return t==="ul"||
t==="ol"}function p(e){for(var t=1;document.getElementById("selectnav"+t);t+
+);return e?"selectnav"+t:"selectnav"+(t-1)}function d(e){a++;var
t=e.children.length,n="",l="",c=a-1;if(!t){return}if(c){while(c--){l+=o}l+="
"}for(var v=0;v<t;v++){var m=e.children[v].children[0];if(typeof m!=="undefined")
{var g=m.innerText||m.textContent;var y="";if(r){y=m.className.search(r)!==-1||
m.parentNode.className.search(r)!==-1?f:""}if(i&&!y){y=m.href===document.URL?
f:""}n+='<option value="'+m.href+'" '+y+">"+l+g+"</option>";if(s){var
b=e.children[v].children[1];if(b&&h(b)){n+=d(b)}}}}if(a===1&&u){n='<option
value="">'+u+"</option>"+n}if(a===1){n='<select class="selectnav" id="'+p(true)
+'">'+n+"</select>"}a--;return n}e=document.getElementById(e);if(!e){return}if(!
h(e)){return}if(!("insertAdjacentHTML"in window.document.documentElement))
{return}document.documentElement.className+=" js";var n=t||
{},r=n.activeclass||"active",i=typeof n.autoselect==="boolean"?
n.autoselect:true,s=typeof n.nested==="boolean"?
n.nested:true,o=n.indent||"-",u=n.label||"‫"القائمة‬,a=0,f=" selected
";e.insertAdjacentHTML("afterend",d(e));var
l=document.getElementById(p());if(l.addEventListener)
{l.addEventListener("change",c)}if(l.attachEvent)
{l.attachEvent("onchange",c)}return l};return function(t,n){e(t,n)}}();

// Timeago jQuery plugin ~ URL: http://timeago.yarp.com


(function(e){if(typeof define==="function"&&define.amd)
{define(["jquery"],e)}else{e(jQuery)}})(function(e){function r(){var n=i(this);var
r=t.settings;if(!isNaN(n.datetime)){if(r.cutoff==0||
Math.abs(o(n.datetime))<r.cutoff){e(this).text(s(n.datetime))}}return this}function
i(n){n=e(n);if(!n.data("timeago")){n.data("timeago",{datetime:t.datetime(n)});var
r=e.trim(n.text());if(t.settings.localeTitle)
{n.attr("title",n.data("timeago").datetime.toLocaleString())}else if(r.length>0&&!
(t.isTime(n)&&n.attr("title"))){n.attr("title",r)}}return
n.data("timeago")}function s(e){return t.inWords(o(e))}function o(e){return(new
Date).getTime()-e.getTime()}e.timeago=function(t){if(t instanceof Date){return
s(t)}else if(typeof t==="string"){return s(e.timeago.parse(t))}else if(typeof
t==="number"){return s(new Date(t))}else{return s(e.timeago.datetime(t))}};var
t=e.timeago;e.extend(e.timeago,{settings:
{refreshMillis:6e4,allowPast:true,allowFuture:false,localeTitle:false,cutoff:0,stri
ngs:{prefixAgo:null,prefixFromNow:null,suffixAgo:" ",suffixFromNow:"‫"من االن‬,inPast:"
‫"قبل قليل‬,seconds:"‫"قبل ثواني‬,minute:"a minute ago",minutes:"%d minutes",hour:"before one
hour",hours:"%d hours",day:"a day ago",days:"%d days",month:"A month
ago",months:"%d ‫"أشهر‬,year:"‫"قبل سنة‬,years:"%d ‫"سنوات‬,wordSeparator:" ",numbers:
[]}},inWords:function(t){function l(r,i){var s=e.isFunction(r)?r(i,t):r;var
o=n.numbers&&n.numbers[i]||i;return s.replace(/%d/i,o)}if(!
this.settings.allowPast&&!this.settings.allowFuture){throw"timeago allowPast and
allowFuture settings can not both be set to false."}var n=this.settings.strings;var
r=n.prefixAgo;var i=n.suffixAgo;if(this.settings.allowFuture){if(t<0)
{r=n.prefixFromNow;i=n.suffixFromNow}}if(!this.settings.allowPast&&t>=0){return
this.settings.strings.inPast}var s=Math.abs(t)/1e3;var o=s/60;var u=o/60;var
a=u/24;var f=a/365;var c=s<45&&l(n.seconds,Math.round(s))||s<90&&l(n.minute,1)||
o<45&&l(n.minutes,Math.round(o))||o<90&&l(n.hour,1)||
u<24&&l(n.hours,Math.round(u))||u<42&&l(n.day,1)||a<30&&l(n.days,Math.round(a))||
a<45&&l(n.month,1)||a<365&&l(n.months,Math.round(a/30))||f<1.5&&l(n.year,1)||
l(n.years,Math.round(f));var h=n.wordSeparator||"";if(n.wordSeparator===undefined)
{h=" "}return e.trim([r,c,i].join(h))},parse:function(t){var
n=e.trim(t);n=n.replace(/\.\
d+/,"");n=n.replace(/-/,"/").replace(/-/,"/");n=n.replace(/T/," ").replace(/Z/,"
UTC");n=n.replace(/([\+\-]\d\d)\:?(\d\d)/," $1$2");n=n.replace(/([\+\-]\d\d)$/,"
$100");return new Date(n)},datetime:function(n){var r=t.isTime(n)?
e(n).attr("datetime"):e(n).attr("title");return t.parse(r)},isTime:function(t)
{return e(t).get(0).tagName.toLowerCase()==="time"}});var n={init:function(){var
n=e.proxy(r,this);n();var i=t.settings;if(i.refreshMillis>0)
{this._timeagoInterval=setInterval(n,i.refreshMillis)}},update:function(n){var
i=t.parse(n);e(this).data("timeago",
{datetime:i});if(t.settings.localeTitle)e(this).attr("title",i.toLocaleString());r.
apply(this)},updateFromDOM:function(){e(this).data("timeago",
{datetime:t.parse(t.isTime(this)?
e(this).attr("datetime"):e(this).attr("title"))});r.apply(this)},dispose:function()
{if(this._timeagoInterval)
{window.clearInterval(this._timeagoInterval);this._timeagoInterval=null}}};e.fn.tim
eago=function(e,t){var r=e?n[e]:n.init;if(!r){throw new Error("Unknown function
name '"+e+"' for timeago")}this.each(function(){r.call(this,t)});return
this};document.createElement("abbr");document.createElement("time")});

// JQuery hover event with timeout by Taufik Nurrohman -


https://plus.google.com/108949996304093815163/about
(function(c){c.fn.hoverTimeout=function(d,e,f,g){return this.each(function(){var
a=null,b=c(this);b.hover(function(){clearTimeout(a);a=setTimeout(function()
{e.call(b)},d)},function(){clearTimeout(a);a=setTimeout(function()
{g.call(b)},f)})})}})(jQuery);

// Simple Tab JQuery Plugin by Taufik Nurrohman -


https://plus.google.com/108949996304093815163/about
(function(a){a.fn.simplyTab=function(b)
{b=jQuery.extend({active:1,fx:null,showSpeed:400,hideSpeed:400,showEasing:null,hide
Easing:null,show:function(){},hide:function(){},change:function(){}},b);return
this.each(function(){var e=a(this),c=e.children("[data-tab]"),d=b.active-
1;e.addClass("simplyTab").prepend('<ul
class="wrap-tab"></ul>');c.addClass("content-tab").each(function()
{a(this).hide();e.find(".wrap-tab").append('<li><a href="#">'+a(this).data("tab")
+"</a></li>")}).eq(d).show();e.find(".wrap-tab a").on("click",function(){var
f=a(this).parent().index();a(this).closest(".wrap-
tab").find(".activeTab").removeClass("activeTab");a(this).addClass("activeTab");if(
b.fx=="slide"){if(c.eq(f).is(":hidden"))
{c.slideUp(b.hideSpeed,b.hideEasing,function()
{b.hide.call(e)}).eq(f).slideDown(b.showSpeed,b.showEasing,function()
{b.show.call(e)})}}else{if(b.fx=="fade"){if(c.eq(f).is(":hidden"))
{c.hide().eq(f).fadeIn(b.showSpeed,b.showEasing,function()
{b.show.call(e)})}}else{if(b.fx=="fancyslide"){if(c.eq(f).is(":hidden"))
{c.slideUp(b.hideSpeed,b.hideEasing,function()
{b.hide.call(e)}).eq(f).delay(b.hideSpeed).slideDown(b.showSpeed,b.showEasing,funct
ion(){b.show.call(e)})}}else{if(c.eq(f).is(":hidden"))
{c.hide().eq(f).show()}}}}b.change.call(e);return
false}).eq(d).addClass("activeTab")})}})(jQuery);

// jquery replacetext plugin https://github.com/cowboy/jquery-replacetext


(function(e){e.fn.replaceText=function(t,n,r){return this.each(function(){var
i=this.firstChild,s,o,u=[];if(i){do{if(i.nodeType===3)
{s=i.nodeValue;o=s.replace(t,n);if(o!==s){if(!r&&/</.test(o))
{e(i).before(o);u.push(i)}else{i.nodeValue=o}}}}while(i=i.nextSibling)}u.length&&e(
u).remove()})}})(jQuery);

// Tabslet jQuery plugin - http://vdw.staytuned.gr


(function($,window,undefined){$.fn.tabslet=function(options){var
defaults={mouseevent:"click",attribute:"href",animation:false,autorotate:false,paus
eonhover:true,delay:2000,active:1,controls:{prev:".prev",next:".next"}};var
options=$.extend(defaults,options);return this.each(function(){var $this=$
(this);options.mouseevent=$this.data("mouseevent")||
options.mouseevent;options.attribute=$this.data("attribute")||
options.attribute;options.animation=$this.data("animation")||
options.animation;options.autorotate=$this.data("autorotate")||
options.autorotate;options.pauseonhover=$this.data("pauseonhover")||
options.pauseonhover;options.delay=$this.data("delay")||
options.delay;options.active=$this.data("active")||options.active;$this.find(">
div").hide();$this.find("> div").eq(options.active-1).show();$this.find("> ul
li").eq(options.active-1).addClass("active");var fn=eval(function(){$
(this).trigger("_before");$this.find("> ul li").removeClass("active");$
(this).addClass("active");$this.find("> div").hide();var currentTab=$
(this).find("a").attr(options.attribute);if(options.animation)
{$this.find(currentTab).animate({opacity:"show"},"slow",function(){$
(this).trigger("_after")})}else{$this.find(currentTab).show();$
(this).trigger("_after")}return false});var init=eval("$this.find('> ul
li')."+options.mouseevent+"(fn)");init;var elements=$this.find("> ul
li"),i=options.active-1;function forward(){i=++i
%elements.length;options.mouseevent=="hover"?
elements.eq(i).trigger("mouseover"):elements.eq(i).click();var
t=setTimeout(forward,options.delay);$this.mouseover(function()
{if(options.pauseonhover){clearTimeout(t)}})}if(options.autorotate)
{setTimeout(forward,0);if(options.pauseonhover){$this.on("mouseleave",function()
{setTimeout(forward,1000)})}}function move(direction){if(direction=="forward"){i=+
+i%elements.length}if(direction=="backward"){i=--i
%elements.length}elements.eq(i).click()}
$this.find(options.controls.next).click(function(){move("forward")});
$this.find(options.controls.prev).click(function(){move("backward")});
$this.on("destroy",function(){$(this).removeData()})})};$
(document).ready(function(){$('[data-toggle="tabslet"]').tabslet()})})(jQuery);

// Main Scripts

$(document).ready(function($) {
var k = -1,
o = "",
p = "";
$("#menu").find("ul").find("li").each(function() {
for (var text = $(this).text(), url = $(this).find("a").attr("href"), x =
0, z = 0; z < text.length && (x = text.indexOf("_", x), -1 != x); z++) x++;
if (level = z, level > k && (o += "<ul>", p += "<ul>"), level < k) {
offset = k - level;
for (var z = 0; z < offset; z++) o += "</ul></li>", p += "</ul></li>"
}
text = text.replace(/_/gi, ""), o += "<li><a href='" + url + "'>" + text +
"</a>", p += "<li><a href='" + url + "'>";
for (var z = 0; z < level; z++) p += "";
p += text + "</a>", k = level
});
for (var x = 0; k >= x; x++) o += "</ul>", p += "</ul>", 0 != x && (o +=
"</li>", p += "</li>");
$("#menu .LinkList").html(p), $("#menu > .LinkList > ul").attr("id", "nav"),
selectnav('nav'), $("#menu ul > li > ul").parent("li").addClass("parent"), $("#menu
.widget").attr("style", "display:block!important;")
});
$(document).ready(function() {
$("ul#sub-menu").parent("li").addClass("hasSub");
$(".nav-menu ul li").each(function() {
$(this).hoverTimeout(0, function() {
$(this).children("ul").slideDown()
}, 0, function() {
$(this).children("ul").hide()
})
})
});
$(window).ready(function() {
jQuery("#status").fadeOut("slow");
jQuery("#loader").delay(0).fadeOut()
});
$(document).ready(function() {
$(".cmm-tabs").simplyTab({
active: 1,
fx: "fade",
showSpeed: 400,
hideSpeed: 400
});
$('.blogger-tab').append($('#comments'));
$(".cmm-tabs.simplyTab .wrap-tab").wrap("<div class='cmm-tabs-header'/>");
$('.cmm-tabs-header').prepend('<h3><h8>‫< التعليقات‬/h8>:<h9>s</h9></h3>')
});
$(document).ready(function() {
$('.header-search > .fa-search').click(function() {
$('.navi-menu .search-form').fadeIn('', function() {});
$('.header-search > .fa-search').toggleClass('active');
$('.header-search > .fa-times').toggleClass('active')
});
$('.header-search > .fa-times').click(function() {
$('.navi-menu .search-form').fadeOut('', function() {});
$('.header-search > .fa-search').toggleClass('active');
$('.header-search > .fa-times').toggleClass('active')
})
});
$(document).ready(function() {
$(".post-outer,.feat").each(function() {
$(this).find(".block-image .thumb a,.primeiro .feat-thumb a").attr("style",
function(e, t) {
return t.replace("/default.jpg", "/mqdefault.jpg")
}).attr("style", function(e, t) {
return t.replace("s72-c", "s640")
})
})
});
$(function() {
$('.PopularPosts ul li:odd').addClass('odd');
$('.post-outer .post:odd').addClass('odd')
});
$('.PopularPosts ul li img').each(function() {
$(this).attr('src', function(i, src) {
return src.replace('/default.jpg', '/mqdefault.jpg')
}).attr('src', function(i, src) {
return src.replace('s72-c', 's1600')
})
});
$(document).ready(function() {
$('a').each(function() {
var a = $(this).attr('href'),
e = $(this);
if (a !== undefined) {
if (a.indexOf('/search/label') != -1) {
if (a.indexOf('max-results') != -1) {
var t = getParameterByName('max-results', a),
n = a.replace('max-results=' + t, 'max-results=' +
perPage);
e.attr('href', n)
} else {
if (a.indexOf('?') == -1) {
e.attr('href', a + "?&max-results=" + perPage)
} else {
e.attr('href', a + "&max-results=" + perPage)
}
}
}
}
})
});
$(".social-counter").each(function() {
var a = $(this);
var b = $(this).find(".item-social");
if (0 === b.length) a.remove();
$(this).find(".widget").removeClass("LinkList");
$(".social-counter .item-social.facebook").find(".item-
text").text("Followers");
$(".social-counter .item-social.rss,.social-counter .item-
social.youtube").find(".item-text").text("Followers");
var c = "count=";
var d = ";";
$(".social-counter *").replaceText(c, '<span class="item-count">');
$(".social-counter *").replaceText(d, "</span>");
$(".item-social").each(function() {
var a = $(this).find(".hide-count");
var b = $(this).find(".item-count");
$(a).before($(b));
$(a).remove()
})
});
$(document).each(function() {
var n = $("#sidetabs #tabside1 .widget h2").text();
$(".menu-tab .item-1 a").text(n);
var u = $("#sidetabs #tabside2 .widget h2").text();
$(".menu-tab .item-2 a").text(u);
var u = $("#sidetabs #tabside3 .widget h2").text();
$(".menu-tab .item-3 a").text(u);
$("#tabside1 .widget h2,#tabside2 .widget h2,#tabside3 .widget
h2,#tabside1 .widget-title,#tabside2 .widget-title,#tabside3 .widget-
title").remove();
$(this).find(".menu-tab li").addClass("hide-tab");
$(".sidetabs").tabslet({
mouseevent: "click",
attribute: "href",
animation: true
});
if (0 === $(".sidetabs .widget").length) $(".sidetabs").remove()
});
$("abbr.timeago").timeago();
$(".PopularPosts .item-thumbnail a").prepend('<span class="img-overlay"/>');
jQuery(document).ready(function() {
var offset = 220;
var duration = 500;
jQuery(window).scroll(function() {
if (jQuery(this).scrollTop() > offset) {
jQuery('.back-to-top').fadeIn(duration)
} else {
jQuery('.back-to-top').fadeOut(duration)
}
});
jQuery('.back-to-top').click(function(event) {
event.preventDefault();
jQuery('html, body').animate({
scrollTop: 0
}, duration);
return false
})
});
$('.ready-widget .HTML .widget-content span.recentcomments').each(function() {
var b = $(this).attr("data-no");
$.ajax({
url: "/feeds/comments/default?alt=json-in-script&max-results=" + b,
type: 'get',
dataType: "jsonp",
success: function(e) {
var u = "";
var h = '<ul class="cmm-widget">';
for (var i = 0; i < e.feed.entry.length; i++) {
if (i == e.feed.entry.length) break;
for (var j = 0; j < e.feed.entry[i].link.length; j++) {
if (e.feed.entry[i].link[j].rel == 'alternate') {
u = e.feed.entry[i].link[j].href;
break
}
}
if ("content" in e.feed.entry[i]) {
var c = e.feed.entry[i].content.$t
} else if ("summary" in b_rc) {
var c = e.feed.entry[i].summary.$t
} else var c = "";
var re = /<\S[^>]*>/g;
c = c.replace(re, "");
if (c.length > 70) {
c = '' + c.substring(0, 50) + '...'
}
var y = e.feed.entry[i].author[0].name.$t;
var yk = e.feed.entry[i].author[0].gd$image.src;
if (yk.match('http://img1.blogblog.com/img/blank.gif')) {
var k = 'http://img1.blogblog.com/img/anon36.png'
} else {
if (yk.match('http://img2.blogblog.com/img/b16-rounded.gif')) {
var k = 'http://img1.blogblog.com/img/anon36.png'
} else {
var k = yk
}
};
h += '<li><div class="cmm-avatar"><img class="cmm-img" src="' + k +
'"/></div><a href="' + u + '">' + y + '</a><span>"' + c + '"</span></li>'
}
h += '</ul><div class="clear"/>';
$('.ready-widget .HTML .widget-content
span.recentcomments').each(function() {
var text = $(this).attr("data-no");
if (text == b) {
$(this).parent().html(h)
}
})
}
})
});
$('.ready-widget .HTML .widget-content span.recentposts').each(function() {
var b = $(this).attr("data-no");
$.ajax({
url: "/feeds/posts/default?alt=json-in-script&max-results=" + b,
type: 'get',
dataType: "jsonp",
success: function(e) {
var u = "";
var h = '<ul class="custom-widget">';
for (var i = 0; i < e.feed.entry.length; i++) {
for (var j = 0; j < e.feed.entry[i].link.length; j++) {
if (e.feed.entry[i].link[j].rel == "alternate") {
u = e.feed.entry[i].link[j].href;
break
}
}
var g = e.feed.entry[i].title.$t;
var s = e.feed.entry[i].category[0].term;
var y = e.feed.entry[i].author[0].name.$t;
var d = e.feed.entry[i].published.$t,
t = d.substring(0, 4),
w = d.substring(5, 7),
f = d.substring(8, 10),
r = month_format[parseInt(w, 10)] + ' ' + f + ', ' + t;
var c = e.feed.entry[i].content.$t;
var $c = $('<div>').html(c);
if (c.indexOf("//www.youtube.com/embed/") > -1) {
var p =
e.feed.entry[i].media$thumbnail.url.replace('/default.jpg', '/mqdefault.jpg');
var k = p
} else if (c.indexOf("<img") > -1) {
var q = $c.find('img:first').attr('src').replace('s72-c',
's1600');
var k = q
} else {
var k = no_image
}
h += '<li><a class="rcthumb" href="' + u + '"
style="background:url(' + k + ') no-repeat center center;background-size:
cover"><span class="img-overlay"/></a><div class="post-panel"><h3 class="rcp-
title"><a href="' + u + '">' + g + '</a></h3><span class="recent-author">' + y +
'</span><span class="recent-date">' + r + '</span></div></li>'
}
h += '</ul>';
$('.ready-widget .HTML .widget-content
span.recentposts').each(function() {
var text = $(this).attr("data-no");
if (text == b) {
$(this).parent().html(h)
}
})
}
})
});
$('.ready-widget .HTML .widget-content span.labelpost').each(function() {
var v = $(this).attr("data-label"),
b = $(this).attr("data-no");
$.ajax({
url: "/feeds/posts/default/-/" + v + "?alt=json-in-script&max-results=" +
b,
type: 'get',
dataType: "jsonp",
success: function(e) {
var u = "";
var h = '<ul class="custom-widget">';
for (var i = 0; i < e.feed.entry.length; i++) {
for (var j = 0; j < e.feed.entry[i].link.length; j++) {
if (e.feed.entry[i].link[j].rel == "alternate") {
u = e.feed.entry[i].link[j].href;
break
}
}
var g = e.feed.entry[i].title.$t;
var s = e.feed.entry[i].category[0].term;
var y = e.feed.entry[i].author[0].name.$t;
var d = e.feed.entry[i].published.$t,
t = d.substring(0, 4),
w = d.substring(5, 7),
f = d.substring(8, 10),
r = month_format[parseInt(w, 10)] + ' ' + f + ', ' + t;
var c = e.feed.entry[i].content.$t;
var $c = $('<div>').html(c);
if (c.indexOf("//www.youtube.com/embed/") > -1) {
var p =
e.feed.entry[i].media$thumbnail.url.replace('/default.jpg', '/mqdefault.jpg');
var k = p
} else if (c.indexOf("<img") > -1) {
var q = $c.find('img:first').attr('src').replace('s72-c',
's1600');
var k = q
} else {
var k = no_image
}
h += '<li><a class="rcthumb" href="' + u + '"
style="background:url(' + k + ') no-repeat center center;background-size:
cover"><span class="img-overlay"/></a><div class="post-panel"><h3 class="rcp-
title"><a href="' + u + '">' + g + '</a></h3><span class="recent-author">' + y +
'</span><span class="recent-date">' + r + '</span></div></li>'
}
h += '</ul>';
$(".ready-widget .HTML .widget-content span.labelpost").each(function()
{
var text = $(this).attr("data-label");
if (text == v) {
$(this).parent().html(h)
}
})
}
})
});
//]]>
</script>
<script>
//<![CDATA[
var _0x515d=["\x68\x74\x6D\x6C","\x2F\x66\x65\x65\x64\x73\x2F\x70\x6F\x73\x74\x73\
x2F\x64\x65\x66\x61\x75\x6C\x74\x2F\x2D\x2F","\x3F\x61\x6C\x74\x3D\x6A\x73\x6F\x6E\
x2D\x69\x6E\x2D\x73\x63\x72\x69\x70\x74\x26\x6D\x61\x78\x2D\x72\x65\x73\x75\x6C\
x74\x73\x3D","\x67\x65\x74","\x6A\x73\x6F\x6E\x70","","\x3C\x64\x69\x76\x20\x63\
x6C\x61\x73\x73\x3D\x22\x72\x65\x6C\x61\x74\x65\x64\x22\x3E","\x6C\x65\x6E\x67\x74\
x68","\x65\x6E\x74\x72\x79","\x66\x65\x65\x64","\x6C\x69\x6E\x6B","\x72\x65\x6C","\
x61\x6C\x74\x65\x72\x6E\x61\x74\x65","\x68\x72\x65\x66","\x24\x74","\x74\x69\x74\
x6C\x65","\x74\x65\x72\x6D","\x63\x61\x74\x65\x67\x6F\x72\x79","\x70\x75\x62\x6C\
x69\x73\x68\x65\x64","\x73\x75\x62\x73\x74\x72\x69\x6E\x67","\x20","\x2C\x20","\
x63\x6F\x6E\x74\x65\x6E\x74","\x3C\x64\x69\x76\x3E","\x68\x74\x74\x70\x3A\x2F\x2F\
x77\x77\x77\x2E\x79\x6F\x75\x74\x75\x62\x65\x2E\x63\x6F\x6D\x2F\x65\x6D\x62\x65\
x64\x2F","\x69\x6E\x64\x65\x78\x4F\x66","\x68\x74\x74\x70\x73\x3A\x2F\x2F\x77\x77\
x77\x2E\x79\x6F\x75\x74\x75\x62\x65\x2E\x63\x6F\x6D\x2F\x65\x6D\x62\x65\x64\x2F","\
x75\x72\x6C","\x6D\x65\x64\x69\x61\x24\x74\x68\x75\x6D\x62\x6E\x61\x69\x6C","\x3C\
x61\x20\x63\x6C\x61\x73\x73\x3D\x22\x72\x65\x6C\x61\x74\x65\x64\x2D\x69\x6D\x67\
x22\x20\x68\x72\x65\x66\x3D\x22","\x22\x20\x73\x74\x79\x6C\x65\x3D\x22\x62\x61\x63\
x6B\x67\x72\x6F\x75\x6E\x64\x3A\x75\x72\x6C\x28","\x29\x20\x6E\x6F\x2D\x72\x65\x70\
x65\x61\x74\x20\x63\x65\x6E\x74\x65\x72\x20\x63\x65\x6E\x74\x65\x72\x3B\x62\x61\
x63\x6B\x67\x72\x6F\x75\x6E\x64\x2D\x73\x69\x7A\x65\x3A\x20\x63\x6F\x76\x65\x72\
x22\x2F\x3E","\x3C\x69\x6D\x67","\x73\x72\x63","\x61\x74\x74\x72","\x69\x6D\x67\
x3A\x66\x69\x72\x73\x74","\x66\x69\x6E\x64","\x29\x20\x6E\x6F\x2D\x72\x65\x70\x65\
x61\x74\x20\x63\x65\x6E\x74\x65\x72\x20\x63\x65\x6E\x74\x65\x72\x3B\x62\x61\x63\
x6B\x67\x72\x6F\x75\x6E\x64\x2D\x73\x69\x7A\x65\x3A\x20\x63\x6F\x76\x65\x72\x22\
x3E\x3C\x73\x70\x61\x6E\x20\x63\x6C\x61\x73\x73\x3D\x22\x72\x65\x6C\x61\x74\x65\
x64\x2D\x6F\x76\x65\x72\x6C\x61\x79\x22\x3E\x3C\x2F\x73\x70\x61\x6E\x3E\x3C\x2F\
x61\x3E","\x3C\x6C\x69\x3E\x3C\x73\x70\x61\x6E\x20\x63\x6C\x61\x73\x73\x3D\x22\x72\
x65\x6C\x61\x74\x65\x64\x2D\x74\x61\x67\x22\x3E","\x3C\x2F\x73\x70\x61\x6E\x3E\x3C\
x64\x69\x76\x20\x63\x6C\x61\x73\x73\x3D\x22\x72\x65\x6C\x61\x74\x65\x64\x2D\x74\
x68\x75\x6D\x62\x22\x3E","\x3C\x2F\x64\x69\x76\x3E\x3C\x64\x69\x76\x20\x63\x6C\x61\
x73\x73\x3D\x22\x72\x65\x6C\x61\x74\x65\x64\x2D\x63\x6F\x6E\x74\x65\x6E\x74\x22\
x3E\x3C\x68\x33\x20\x63\x6C\x61\x73\x73\x3D\x22\x72\x65\x6C\x61\x74\x65\x64\x2D\
x74\x69\x74\x6C\x65\x22\x3E\x3C\x61\x20\x68\x72\x65\x66\x3D\x22","\x22\x3E","\x3C\
x2F\x61\x3E\x3C\x73\x70\x61\x6E\x20\x63\x6C\x61\x73\x73\x3D\x22\x72\x65\x63\x65\
x6E\x74\x2D\x64\x61\x74\x65\x22\x3E","\x3C\x2F\x73\x70\x61\x6E\x3E\x3C\x2F\x68\x33\
x3E\x3C\x2F\x64\x69\x76\x3E\x3C\x2F\x6C\x69\x3E","\x3C\x2F\x64\x69\x76\x3E\x3C\x64\
x69\x76\x20\x63\x6C\x61\x73\x73\x3D\x22\x63\x6C\x65\x61\x72\x22\x2F\x3E","\x23\x72\
x65\x6C\x61\x74\x65\x64\x2D\x70\x6F\x73\x74\x73","\x73\x74\x79\x6C\x65","\x73\x37\
x32\x2D\x63","\x73\x31\x36\x30\x30","\x72\x65\x70\x6C\x61\x63\x65","\x2F\x64\x65\
x66\x61\x75\x6C\x74\x2E\x6A\x70\x67","\x2F\x6D\x71\x64\x65\x66\x61\x75\x6C\x74\x2E\
x6A\x70\x67","\x65\x61\x63\x68","\x2E\x72\x65\x6C\x61\x74\x65\x64\x2D\x69\x6D\
x67","\x61\x6A\x61\x78"];$(_0x515d[45])[_0x515d[52]](function(){var _0x1c24x1=$
(this)[_0x515d[0]]();var _0x1c24x2=3;$[_0x515d[54]]({url:_0x515d[1]+ _0x1c24x1+
_0x515d[2]+
_0x1c24x2,type:_0x515d[3],dataType:_0x515d[4],success:function(_0x1c24x3){var
_0x1c24x4=_0x515d[5];var _0x1c24x5=_0x515d[6];for(var _0x1c24x6=0;_0x1c24x6<
_0x1c24x3[_0x515d[9]][_0x515d[8]][_0x515d[7]];_0x1c24x6++){for(var
_0x1c24x7=0;_0x1c24x7< _0x1c24x3[_0x515d[9]][_0x515d[8]][_0x1c24x6][_0x515d[10]]
[_0x515d[7]];_0x1c24x7++){if(_0x1c24x3[_0x515d[9]][_0x515d[8]][_0x1c24x6]
[_0x515d[10]][_0x1c24x7][_0x515d[11]]== _0x515d[12]){_0x1c24x4=
_0x1c24x3[_0x515d[9]][_0x515d[8]][_0x1c24x6][_0x515d[10]][_0x1c24x7]
[_0x515d[13]];break}};var _0x1c24x8=_0x1c24x3[_0x515d[9]][_0x515d[8]][_0x1c24x6]
[_0x515d[15]][_0x515d[14]];var _0x1c24x9=_0x1c24x3[_0x515d[9]][_0x515d[8]]
[_0x1c24x6][_0x515d[17]][0][_0x515d[16]];var _0x1c24xa=_0x1c24x3[_0x515d[9]]
[_0x515d[8]][_0x1c24x6][_0x515d[18]][_0x515d[14]],_0x1c24xb=_0x1c24xa[_0x515d[19]]
(0,4),_0x1c24xc=_0x1c24xa[_0x515d[19]](5,7),_0x1c24xd=_0x1c24xa[_0x515d[19]]
(8,10),_0x1c24xe=month_format[parseInt(_0x1c24xc,10)]+ _0x515d[20]+ _0x1c24xd+
_0x515d[21]+ _0x1c24xb;var _0x1c24xf=_0x1c24x3[_0x515d[9]][_0x515d[8]][_0x1c24x6]
[_0x515d[22]][_0x515d[14]];var _0x1c24x10=$(_0x515d[23])[_0x515d[0]]
(_0x1c24xf);if(_0x1c24xf[_0x515d[25]](_0x515d[24])> -1|| _0x1c24xf[_0x515d[25]]
(_0x515d[26])> -1){var _0x1c24x11=_0x1c24x3[_0x515d[9]][_0x515d[8]][_0x1c24x6]
[_0x515d[28]][_0x515d[27]];var _0x1c24x12=_0x515d[29]+ _0x1c24x4+ _0x515d[30]+
_0x1c24x11+ _0x515d[31]}else {if(_0x1c24xf[_0x515d[25]](_0x515d[32])> -1){var
_0x1c24x13=_0x1c24x10[_0x515d[36]](_0x515d[35])[_0x515d[34]](_0x515d[33]);var
_0x1c24x12=_0x515d[29]+ _0x1c24x4+ _0x515d[30]+ _0x1c24x13+ _0x515d[37]}else {var
_0x1c24x12=_0x515d[29]+ _0x1c24x4+ _0x515d[30]+ no_image+ _0x515d[37]}};_0x1c24x5+=
_0x515d[38]+ _0x1c24x9+ _0x515d[39]+ _0x1c24x12+ _0x515d[40]+ _0x1c24x4+
_0x515d[41]+ _0x1c24x8+ _0x515d[42]+ _0x1c24xe+ _0x515d[43]};_0x1c24x5+=
_0x515d[44];$(_0x515d[45])[_0x515d[0]](_0x1c24x5);$(_0x515d[53])[_0x515d[52]]
(function(){$(this)[_0x515d[34]](_0x515d[46],function(_0x1c24x6,_0x1c24x13){return
_0x1c24x13[_0x515d[49]](_0x515d[50],_0x515d[51])})[_0x515d[34]]
(_0x515d[46],function(_0x1c24x6,_0x1c24x13){return _0x1c24x13[_0x515d[49]]
(_0x515d[47],_0x515d[48])})})}})})
//]]>
</script>
<script>
//<![CDATA[
// jQuery OwlCarousel v1.31 - http://www.owlgraphic.com/owlcarousel
"function"!==typeof Object.create&&(Object.create=function(f){function g()
{}g.prototype=f;return new g});
(function(f,g,k){var l={init:function(a,b){this.
$elem=f(b);this.options=f.extend({},f.fn.owlCarousel.options,this.
$elem.data(),a);this.userOptions=a;this.loadContent()},loadContent:function()
{function a(a){var d,e="";if("function"===typeof
b.options.jsonSuccess)b.options.jsonSuccess.apply(this,[a]);else{for(d in
a.owl)a.owl.hasOwnProperty(d)&&(e+=a.owl[d].item);b.$elem.html(e)}b.logIn()}var
b=this,e;"function"===typeof b.options.beforeInit&&b.options.beforeInit.apply(this,
[b.$elem]);"string"===typeof b.options.jsonPath?
(e=b.options.jsonPath,f.getJSON(e,a)):b.logIn()},logIn:function(){this.
$elem.data("owl-originalStyles",this.$elem.attr("style"));this.$elem.data("owl-
originalClasses",this.$elem.attr("class"));this.
$elem.css({opacity:0});this.orignalItems=this.options.items;this.checkBrowser();thi
s.wrapperWidth=0;this.checkVisible=null;this.setVars()},setVars:function()
{if(0===this.$elem.children().length)return!
1;this.baseClass();this.eventTypes();this.$userItems=this.
$elem.children();this.itemsAmount=this.$userItems.length;
this.wrapItems();this.$owlItems=this.$elem.find(".owl-item");this.$owlWrapper=this.
$elem.find(".owl-
wrapper");this.playDirection="next";this.prevItem=0;this.prevArr=[0];this.currentIt
em=0;this.customEvents();this.onStartup()},onStartup:function()
{this.updateItems();this.calculateAll();this.buildControls();this.updateControls();
this.response();this.moveEvents();this.stopOnHover();this.owlStatus();!1!
==this.options.transitionStyle&&this.transitionTypes(this.options.transitionStyle);
!0===this.options.autoPlay&&
(this.options.autoPlay=5E3);this.play();this.$elem.find(".owl-
wrapper").css("display","block");this.$elem.is(":visible")?this.
$elem.css("opacity",1):this.watchVisibility();this.onstartup=!
1;this.eachMoveUpdate();"function"===typeof
this.options.afterInit&&this.options.afterInit.apply(this,[this.
$elem])},eachMoveUpdate:function(){!0===this.options.lazyLoad&&this.lazyLoad();!
0===this.options.autoHeight&&this.autoHeight();this.onVisibleItems();"function"===t
ypeof this.options.afterAction&&this.options.afterAction.apply(this,
[this.$elem])},updateVars:function(){"function"===typeof
this.options.beforeUpdate&&this.options.beforeUpdate.apply(this,[this.
$elem]);this.watchVisibility();this.updateItems();this.calculateAll();this.updatePo
sition();this.updateControls();this.eachMoveUpdate();"function"===typeof
this.options.afterUpdate&&this.options.afterUpdate.apply(this,[this.
$elem])},reload:function(){var a=this;g.setTimeout(function()
{a.updateVars()},0)},watchVisibility:function(){var a=this;if(!1===a.
$elem.is(":visible"))a.$elem.css({opacity:0}),
g.clearInterval(a.autoPlayInterval),g.clearInterval(a.checkVisible);else return!
1;a.checkVisible=g.setInterval(function(){a.$elem.is(":visible")&&(a.reload(),a.
$elem.animate({opacity:1},200),g.clearInterval(a.checkVisible))},500)},wrapItems:fu
nction(){this.$userItems.wrapAll('<div class="owl-wrapper">').wrap('<div
class="owl-item"></div>');this.$elem.find(".owl-wrapper").wrap('<div class="owl-
wrapper-outer">');this.wrapperOuter=this.$elem.find(".owl-wrapper-outer");this.
$elem.css("display","block")},
baseClass:function(){var a=this.$elem.hasClass(this.options.baseClass),b=this.
$elem.hasClass(this.options.theme);a||this.
$elem.addClass(this.options.baseClass);b||this.
$elem.addClass(this.options.theme)},updateItems:function(){var a,b;if(!
1===this.options.responsive)return!1;if(!0===this.options.singleItem)return
this.options.items=this.orignalItems=1,this.options.itemsCustom=!
1,this.options.itemsDesktop=!1,this.options.itemsDesktopSmall=!
1,this.options.itemsTablet=!1,this.options.itemsTabletSmall=
!1,this.options.itemsMobile=!
1;a=f(this.options.responsiveBaseWidth).width();a>(this.options.itemsDesktop[0]||
this.orignalItems)&&(this.options.items=this.orignalItems);if(!1!
==this.options.itemsCustom)for(this.options.itemsCustom.sort(function(a,b){return
a[0]-b[0]}),b=0;b<this.options.itemsCustom.length;b+=1)this.options.itemsCustom[b]
[0]<=a&&(this.options.items=this.options.itemsCustom[b][1]);else
a<=this.options.itemsDesktop[0]&&!1!
==this.options.itemsDesktop&&(this.options.items=this.options.itemsDesktop[1]),
a<=this.options.itemsDesktopSmall[0]&&!1!
==this.options.itemsDesktopSmall&&(this.options.items=this.options.itemsDesktopSmal
l[1]),a<=this.options.itemsTablet[0]&&!1!
==this.options.itemsTablet&&(this.options.items=this.options.itemsTablet[1]),a<=thi
s.options.itemsTabletSmall[0]&&!1!
==this.options.itemsTabletSmall&&(this.options.items=this.options.itemsTabletSmall[
1]),a<=this.options.itemsMobile[0]&&!1!
==this.options.itemsMobile&&(this.options.items=this.options.itemsMobile[1]);this.o
ptions.items>this.itemsAmount&&
!
0===this.options.itemsScaleUp&&(this.options.items=this.itemsAmount)},response:func
tion(){var a=this,b,e;if(!0!==a.options.responsive)return!
1;e=f(g).width();a.resizer=function(){f(g).width()!==e&&(!1!
==a.options.autoPlay&&g.clearInterval(a.autoPlayInterval),g.clearTimeout(b),b=g.set
Timeout(function()
{e=f(g).width();a.updateVars()},a.options.responsiveRefreshRate))};f(g).resize(a.re
sizer)},updatePosition:function(){this.jumpTo(this.currentItem);!1!
==this.options.autoPlay&&this.checkAp()},appendItemsSizes:function(){var a=
this,b=0,e=a.itemsAmount-a.options.items;a.$owlItems.each(function(c){var
d=f(this);d.css({width:a.itemWidth}).data("owl-item",Number(c));if(0===c
%a.options.items||c===e)c>e||(b+=1);d.data("owl-
roundPages",b)})},appendWrapperSizes:function(){this.$owlWrapper.css({width:this.
$owlItems.length*this.itemWidth*2,right:0});this.appendItemsSizes()},calculateAll:f
unction()
{this.calculateWidth();this.appendWrapperSizes();this.loops();this.max()},calculate
Width:function(){this.itemWidth=Math.round(this.$elem.width()/
this.options.items)},max:function(){var a=-1*(this.itemsAmount*this.itemWidth-
this.options.items*this.itemWidth);this.options.items>this.itemsAmount?
this.maximumPixels=a=this.maximumItem=0:(this.maximumItem=this.itemsAmount-
this.options.items,this.maximumPixels=a);return a},min:function(){return
0},loops:function(){var
a=0,b=0,e,c;this.positionsInArray=[0];this.pagesInArray=[];for(e=0;e<this.itemsAmou
nt;e+=1)b+=this.itemWidth,this.positionsInArray.push(-b),!
0===this.options.scrollPerPage&&(c=f(this.$owlItems[e]),
c=c.data("owl-roundPages"),c!
==a&&(this.pagesInArray[a]=this.positionsInArray[e],a=c))},buildControls:function()
{if(!0===this.options.navigation||!
0===this.options.pagination)this.owlControls=f('<div
class="owl-controls"/>').toggleClass("clickable",!
this.browser.isTouch).appendTo(this.$elem);!
0===this.options.pagination&&this.buildPagination();!
0===this.options.navigation&&this.buildButtons()},buildButtons:function(){var
a=this,b=f('<div class="owl-buttons"/>');a.owlControls.append(b);a.buttonPrev=
f("<div/>",{"class":"owl-
prev",html:a.options.navigationText[0]||""});a.buttonNext=f("<div/>",{"class":"owl-
next",html:a.options.navigationText[1]||""});b.append(a.buttonPrev).append(a.button
Next);b.on("touchstart.owlControls
mousedown.owlControls",'div[class^="owl"]',function(a)
{a.preventDefault()});b.on("touchend.owlControls
mouseup.owlControls",'div[class^="owl"]',function(b)
{b.preventDefault();f(this).hasClass("owl-next")?
a.next():a.prev()})},buildPagination:function(){var a=this;a.paginationWrapper=
f('<div
class="owl-pagination"/>');a.owlControls.append(a.paginationWrapper);a.paginationWr
apper.on("touchend.owlControls mouseup.owlControls",".owl-page",function(b)
{b.preventDefault();Number(f(this).data("owl-page"))!
==a.currentItem&&a.goTo(Number(f(this).data("owl-page")),!
0)})},updatePagination:function(){var a,b,e,c,d,g;if(!
1===this.options.pagination)return!
1;this.paginationWrapper.html("");a=0;b=this.itemsAmount-this.itemsAmount
%this.options.items;for(c=0;c<this.itemsAmount;c+=1)0===c%this.options.items&&
(a+=1,b===c&&(e=this.itemsAmount-this.options.items),d=f("<div/>",{"class":"owl-
page"}),g=f("<span></span>",{text:!0===this.options.paginationNumbers?
a:"","class":!0===this.options.paginationNumbers?"owl-
numbers":""}),d.append(g),d.data("owl-page",b===c?e:c),d.data("owl-
roundPages",a),this.paginationWrapper.append(d));this.checkPagination()},checkPagin
ation:function(){var a=this;if(!1===a.options.pagination)return!
1;a.paginationWrapper.find(".owl-page").each(function(){f(this).data("owl-
roundPages")===
f(a.$owlItems[a.currentItem]).data("owl-
roundPages")&&(a.paginationWrapper.find(".owl-
page").removeClass("active"),f(this).addClass("active"))})},checkNavigation:functio
n(){if(!1===this.options.navigation)return!1;!
1===this.options.rewindNav&&(0===this.currentItem&&0===this.maximumItem?
(this.buttonPrev.addClass("disabled"),this.buttonNext.addClass("disabled")):0===thi
s.currentItem&&0!==this.maximumItem?
(this.buttonPrev.addClass("disabled"),this.buttonNext.removeClass("disabled")):this
.currentItem===
this.maximumItem?
(this.buttonPrev.removeClass("disabled"),this.buttonNext.addClass("disabled")):0!
==this.currentItem&&this.currentItem!
==this.maximumItem&&(this.buttonPrev.removeClass("disabled"),this.buttonNext.remove
Class("disabled")))},updateControls:function()
{this.updatePagination();this.checkNavigation();this.owlControls&&(this.options.ite
ms>=this.itemsAmount?
this.owlControls.hide():this.owlControls.show())},destroyControls:function()
{this.owlControls&&this.owlControls.remove()},next:function(a)
{if(this.isTransition)return!1;
this.currentItem+=!0===this.options.scrollPerPage?
this.options.items:1;if(this.currentItem>this.maximumItem+(!
0===this.options.scrollPerPage?this.options.items-1:0))if(!
0===this.options.rewindNav)this.currentItem=0,a="rewind";else return
this.currentItem=this.maximumItem,!
1;this.goTo(this.currentItem,a)},prev:function(a){if(this.isTransition)return!
1;this.currentItem=!
0===this.options.scrollPerPage&&0<this.currentItem&&this.currentItem<this.options.i
tems?0:this.currentItem-(!0===this.options.scrollPerPage?
this.options.items:1);if(0>this.currentItem)if(!
0===this.options.rewindNav)this.currentItem=this.maximumItem,a="rewind";else return
this.currentItem=0,!1;this.goTo(this.currentItem,a)},goTo:function(a,b,e){var
c=this;if(c.isTransition)return!1;"function"===typeof
c.options.beforeMove&&c.options.beforeMove.apply(this,[c.$elem]);a>=c.maximumItem?
a=c.maximumItem:0>=a&&(a=0);c.currentItem=c.owl.currentItem=a;if(!1!
==c.options.transitionStyle&&"drag"!==e&&1===c.options.items&&!
0===c.browser.support3d)return c.swapSpeed(0),
!0===c.browser.support3d?
c.transition3d(c.positionsInArray[a]):c.css2slide(c.positionsInArray[a],1),c.afterG
o(),c.singleItemTransition(),!1;a=c.positionsInArray[a];!0===c.browser.support3d?
(c.isCss3Finish=!1,!0===b?(c.swapSpeed("paginationSpeed"),g.setTimeout(function()
{c.isCss3Finish=!0},c.options.paginationSpeed)):"rewind"===b?
(c.swapSpeed(c.options.rewindSpeed),g.setTimeout(function(){c.isCss3Finish=!
0},c.options.rewindSpeed)):(c.swapSpeed("slideSpeed"),g.setTimeout(function()
{c.isCss3Finish=!0},
c.options.slideSpeed)),c.transition3d(a)):!0===b?
c.css2slide(a,c.options.paginationSpeed):"rewind"===b?
c.css2slide(a,c.options.rewindSpeed):c.css2slide(a,c.options.slideSpeed);c.afterGo(
)},jumpTo:function(a){"function"===typeof
this.options.beforeMove&&this.options.beforeMove.apply(this,[this.
$elem]);a>=this.maximumItem||-1===a?
a=this.maximumItem:0>=a&&(a=0);this.swapSpeed(0);!0===this.browser.support3d?
this.transition3d(this.positionsInArray[a]):this.css2slide(this.positionsInArray[a]
,1);this.currentItem=
this.owl.currentItem=a;this.afterGo()},afterGo:function()
{this.prevArr.push(this.currentItem);this.prevItem=this.owl.prevItem=this.prevArr[t
his.prevArr.length-2];this.prevArr.shift(0);this.prevItem!
==this.currentItem&&(this.checkPagination(),this.checkNavigation(),this.eachMoveUpd
ate(),!1!==this.options.autoPlay&&this.checkAp());"function"===typeof
this.options.afterMove&&this.prevItem!
==this.currentItem&&this.options.afterMove.apply(this,[this.
$elem])},stop:function()
{this.apStatus="stop";g.clearInterval(this.autoPlayInterval)},
checkAp:function(){"stop"!==this.apStatus&&this.play()},play:function(){var
a=this;a.apStatus="play";if(!1===a.options.autoPlay)return!
1;g.clearInterval(a.autoPlayInterval);a.autoPlayInterval=g.setInterval(function()
{a.next(!0)},a.options.autoPlay)},swapSpeed:function(a){"slideSpeed"===a?this.
$owlWrapper.css(this.addCssSpeed(this.options.slideSpeed)):"paginationSpeed"===a?
this.$owlWrapper.css(this.addCssSpeed(this.options.paginationSpeed)):"string"!
==typeof a&&this.$owlWrapper.css(this.addCssSpeed(a))},
addCssSpeed:function(a){return{"-webkit-transition":"all "+a+"ms ease","-moz-
transition":"all "+a+"ms ease","-o-transition":"all "+a+"ms ease",transition:"all
"+a+"ms ease"}},removeTransition:function(){return{"-webkit-transition":"","-moz-
transition":"","-o-transition":"",transition:""}},doTranslate:function(a){return{"-
webkit-transform":"translate3d("+a+"px, 0px, 0px)","-moz-
transform":"translate3d("+a+"px, 0px, 0px)","-o-transform":"translate3d("+a+"px,
0px, 0px)","-ms-transform":"translate3d("+
a+"px, 0px, 0px)",transform:"translate3d("+a+"px,
0px,0px)"}},transition3d:function(a){this.
$owlWrapper.css(this.doTranslate(a))},css2move:function(a){this.
$owlWrapper.css({right:a})},css2slide:function(a,b){var e=this;e.isCssFinish=!1;e.
$owlWrapper.stop(!0,!0).animate({right:a},{duration:b||
e.options.slideSpeed,complete:function(){e.isCssFinish=!
0}})},checkBrowser:function(){var a=k.createElement("div");a.style.cssText=" -moz-
transform:translate3d(0px, 0px, 0px); -ms-transform:translate3d(0px, 0px, 0px); -o-
transform:translate3d(0px, 0px, 0px); -webkit-transform:translate3d(0px, 0px, 0px);
transform:translate3d(0px, 0px, 0px)";
a=a.style.cssText.match(/translate3d\(0px, 0px,
0px\)/g);this.browser={support3d:null!==a&&1===a.length,isTouch:"ontouchstart"in
g||g.navigator.msMaxTouchPoints}},moveEvents:function(){if(!1!
==this.options.mouseDrag||!1!
==this.options.touchDrag)this.gestures(),this.disabledEvents()},eventTypes:function
(){var a=["s","e","x"];this.ev_types={};!0===this.options.mouseDrag&&!
0===this.options.touchDrag?a=["touchstart.owl mousedown.owl","touchmove.owl
mousemove.owl","touchend.owl touchcancel.owl mouseup.owl"]:
!1===this.options.mouseDrag&&!0===this.options.touchDrag?
a=["touchstart.owl","touchmove.owl","touchend.owl touchcancel.owl"]:!
0===this.options.mouseDrag&&!
1===this.options.touchDrag&&(a=["mousedown.owl","mousemove.owl","mouseup.owl"]);thi
s.ev_types.start=a[0];this.ev_types.move=a[1];this.ev_types.end=a[2]},disabledEvent
s:function(){this.$elem.on("dragstart.owl",function(a){a.preventDefault()});this.
$elem.on("mousedown.disableTextSelect",function(a){return f(a.target).is("input,
textarea, select, option")})},
gestures:function(){function a(a){if(void 0!
==a.touches)return{x:a.touches[0].pageX,y:a.touches[0].pageY};if(void
0===a.touches){if(void 0!==a.pageX)return{x:a.pageX,y:a.pageY};if(void
0===a.pageX)return{x:a.clientX,y:a.clientY}}}function b(a){"on"===a?
(f(k).on(d.ev_types.move,e),f(k).on(d.ev_types.end,c)):"off"===a&&(f(k).off(d.ev_ty
pes.move),f(k).off(d.ev_types.end))}function e(b){b=b.originalEvent||b||
g.event;d.newPosX=a(b).x-h.offsetX;d.newPosY=a(b).y-
h.offsetY;d.newRelativeX=d.newPosX-h.relativePos;
"function"===typeof d.options.startDragging&&!0!==h.dragging&&0!
==d.newRelativeX&&(h.dragging=!0,d.options.startDragging.apply(d,[d.$elem]));
(8<d.newRelativeX||-8>d.newRelativeX)&&!0===d.browser.isTouch&&(void 0!
==b.preventDefault?b.preventDefault():b.returnValue=!1,h.sliding=!0);
(10<d.newPosY||-10>d.newPosY)&&!
1===h.sliding&&f(k).off("touchmove.owl");d.newPosX=Math.max(Math.min(d.newPosX,d.ne
wRelativeX/5),d.maximumPixels+d.newRelativeX/5);!0===d.browser.support3d?
d.transition3d(d.newPosX):d.css2move(d.newPosX)}
function c(a){a=a.originalEvent||a||g.event;var c;a.target=a.target||
a.srcElement;h.dragging=!1;!0!==d.browser.isTouch&&d.
$owlWrapper.removeClass("grabbing");d.dragDirection=0>d.newRelativeX?
d.owl.dragDirection="right":d.owl.dragDirection="left";0!
==d.newRelativeX&&(c=d.getNewPosition(),d.goTo(c,!
1,"drag"),h.targetElement===a.target&&!0!
==d.browser.isTouch&&(f(a.target).on("click.disable",function(a)
{a.stopImmediatePropagation();a.stopPropagation();a.preventDefault();f(a.target).of
f("click.disable")}),
a=f._data(a.target,"events").click,c=a.pop(),a.splice(0,0,c)));b("off")}var
d=this,h={offsetX:0,offsetY:0,baseElWidth:0,relativePos:0,position:null,minSwipe:nu
ll,maxSwipe:null,sliding:null,dargging:null,targetElement:null};d.isCssFinish=!0;d.
$elem.on(d.ev_types.start,".owl-wrapper",function(c){c=c.originalEvent||c||
g.event;var e;if(3===c.which)return!1;if(!(d.itemsAmount<=d.options.items)){if(!
1===d.isCssFinish&&!d.options.dragBeforeAnimFinish||!1===d.isCss3Finish&&!
d.options.dragBeforeAnimFinish)return!1;
!1!==d.options.autoPlay&&g.clearInterval(d.autoPlayInterval);!
0===d.browser.isTouch||d.$owlWrapper.hasClass("grabbing")||d.
$owlWrapper.addClass("grabbing");d.newPosX=0;d.newRelativeX=0;f(this).css(d.removeT
ransition());e=f(this).position();h.relativePos=e.right;h.offsetX=a(c).x-
e.right;h.offsetY=a(c).y-e.top;b("on");h.sliding=!1;h.targetElement=c.target||
c.srcElement}})},getNewPosition:function(){var
a=this.closestItem();a>this.maximumItem?
a=this.currentItem=this.maximumItem:0<=this.newPosX&&(this.currentItem=
a=0);return a},closestItem:function(){var a=this,b=!0===a.options.scrollPerPage?
a.pagesInArray:a.positionsInArray,e=a.newPosX,c=null;f.each(b,function(d,g){e-
a.itemWidth/20>b[d+1]&&e-a.itemWidth/20<g&&"right"===a.moveDirection()?
(c=g,a.currentItem=!0===a.options.scrollPerPage?
f.inArray(c,a.positionsInArray):d):e+a.itemWidth/20<g&&e+a.itemWidth/20>(b[d+1]||
b[d]-a.itemWidth)&&"left"===a.moveDirection()&&(!0===a.options.scrollPerPage?
(c=b[d+1]||b[b.length-1],a.currentItem=f.inArray(c,a.positionsInArray)):
(c=b[d+1],a.currentItem=d+1))});return a.currentItem},moveDirection:function(){var
a;0>this.newRelativeX?(a="left",this.playDirection="next"):
(a="right",this.playDirection="prev");return a},customEvents:function(){var
a=this;a.$elem.on("owl.next",function(){a.next()});a.$elem.on("owl.prev",function()
{a.prev()});a.$elem.on("owl.play",function(b,e)
{a.options.autoPlay=e;a.play();a.hoverStatus="play"});a.
$elem.on("owl.stop",function(){a.stop();a.hoverStatus="stop"});a.
$elem.on("owl.goTo",function(b,e){a.goTo(e)});
a.$elem.on("owl.jumpTo",function(b,e){a.jumpTo(e)})},stopOnHover:function(){var
a=this;!0===a.options.stopOnHover&&!0!==a.browser.isTouch&&!1!
==a.options.autoPlay&&(a.$elem.on("mouseover",function(){a.stop()}),a.
$elem.on("mouseout",function(){"stop"!
==a.hoverStatus&&a.play()}))},lazyLoad:function(){var a,b,e,c,d;if(!
1===this.options.lazyLoad)return!1;for(a=0;a<this.itemsAmount;a+=1)b=f(this.
$owlItems[a]),"loaded"!==b.data("owl-loaded")&&(e=b.data("owl-
item"),c=b.find(".lazyOwl"),"string"!==typeof c.data("src")?
b.data("owl-loaded","loaded"):(void 0===b.data("owl-
loaded")&&(c.hide(),b.addClass("loading").data("owl-loaded","checked")),(d=!
0===this.options.lazyFollow?e>=this.currentItem:!
0)&&e<this.currentItem+this.options.items&&c.length&&this.lazyPreload(b,c)))},lazyP
reload:function(a,b){function e(){a.data("owl-
loaded","loaded").removeClass("loading");b.removeAttr("data-
src");"fade"===d.options.lazyEffect?b.fadeIn(400):b.show();"function"===typeof
d.options.afterLazyLoad&&d.options.afterLazyLoad.apply(this,
[d.$elem])}function c(){f+=1;d.completeImg(b.get(0))||!0===k?e():100>=f?
g.setTimeout(c,100):e()}var d=this,f=0,k;"DIV"===b.prop("tagName")?
(b.css("background-image","url("+b.data("src")+")"),k=!
0):b[0].src=b.data("src");c()},autoHeight:function(){function a(){var a=f(e.
$owlItems[e.currentItem]).height();e.wrapperOuter.css("height",a+"px");e.wrapperOut
er.hasClass("autoHeight")||g.setTimeout(function()
{e.wrapperOuter.addClass("autoHeight")},0)}function b()
{d+=1;e.completeImg(c.get(0))?a():100>=d?g.setTimeout(b,
100):e.wrapperOuter.css("height","")}var e=this,c=f(e.
$owlItems[e.currentItem]).find("img"),d;void 0!==c.get(0)?
(d=0,b()):a()},completeImg:function(a){return!a.complete||"undefined"!==typeof
a.naturalWidth&&0===a.naturalWidth?!1:!0},onVisibleItems:function(){var a;!
0===this.options.addClassActive&&this.
$owlItems.removeClass("active");this.visibleItems=[];for(a=this.currentItem;a<this.
currentItem+this.options.items;a+=1)this.visibleItems.push(a),!
0===this.options.addClassActive&&f(this.$owlItems[a]).addClass("active");
this.owl.visibleItems=this.visibleItems},transitionTypes:function(a)
{this.outClass="owl-"+a+"-out";this.inClass="owl-"+a+"-
in"},singleItemTransition:function(){var a=this,b=a.outClass,e=a.inClass,c=a.
$owlItems.eq(a.currentItem),d=a.
$owlItems.eq(a.prevItem),f=Math.abs(a.positionsInArray[a.currentItem])
+a.positionsInArray[a.prevItem],g=Math.abs(a.positionsInArray[a.currentItem])
+a.itemWidth/2;a.isTransition=!0;a.$owlWrapper.addClass("owl-origin").css({"-
webkit-transform-origin":g+"px","-moz-perspective-origin":g+
"px","perspective-
origin":g+"px"});d.css({position:"relative",right:f+"px"}).addClass(b).on("webkitAn
imationEnd oAnimationEnd MSAnimationEnd animationend",function(){a.endPrev=!
0;d.off("webkitAnimationEnd oAnimationEnd MSAnimationEnd
animationend");a.clearTransStyle(d,b)});c.addClass(e).on("webkitAnimationEnd
oAnimationEnd MSAnimationEnd animationend",function(){a.endCurrent=!
0;c.off("webkitAnimationEnd oAnimationEnd MSAnimationEnd
animationend");a.clearTransStyle(c,e)})},clearTransStyle:function(a,
b)
{a.css({position:"",right:""}).removeClass(b);this.endPrev&&this.endCurrent&&(this.
$owlWrapper.removeClass("owl-
origin"),this.isTransition=this.endCurrent=this.endPrev=!1)},owlStatus:function()
{this.owl={userOptions:this.userOptions,baseElement:this.$elem,userItems:this.
$userItems,owlItems:this.
$owlItems,currentItem:this.currentItem,prevItem:this.prevItem,visibleItems:this.vis
ibleItems,isTouch:this.browser.isTouch,browser:this.browser,dragDirection:this.drag
Direction}},clearEvents:function(){this.$elem.off(".owl owl
mousedown.disableTextSelect");
f(k).off(".owl owl");f(g).off("resize",this.resizer)},unWrap:function(){0!==this.
$elem.children().length&&(this.$owlWrapper.unwrap(),this.
$userItems.unwrap().unwrap(),this.owlControls&&this.owlControls.remove());this.clea
rEvents();this.$elem.attr("style",this.$elem.data("owl-
originalStyles")||"").attr("class",this.$elem.data("owl-
originalClasses"))},destroy:function()
{this.stop();g.clearInterval(this.checkVisible);this.unWrap();this.
$elem.removeData()},reinit:function(a){a=f.extend({},this.userOptions,
a);this.unWrap();this.init(a,this.$elem)},addItem:function(a,b){var e;if(!a)return!
1;if(0===this.$elem.children().length)return this.$elem.append(a),this.setVars(),!
1;this.unWrap();e=void 0===b||-1===b?-1:b;e>=this.$userItems.length||-1===e?this.
$userItems.eq(-1).after(a):this.
$userItems.eq(e).before(a);this.setVars()},removeItem:function(a){if(0===this.
$elem.children().length)return!1;a=void 0===a||-1===a?-1:a;this.unWrap();this.
$userItems.eq(a).remove();this.setVars()}};f.fn.owlCarousel=function(a){return
this.each(function(){if(!0===
f(this).data("owl-init"))return!1;f(this).data("owl-init",!0);var
b=Object.create(l);b.init(a,this);f.data(this,"owlCarousel",b)})};f.fn.owlCarousel.
options={items:5,itemsCustom:!1,itemsDesktop:[1199,4],itemsDesktopSmall:
[979,3],itemsTablet:[768,2],itemsTabletSmall:!1,itemsMobile:[479,1],singleItem:!
1,itemsScaleUp:!1,slideSpeed:200,paginationSpeed:800,rewindSpeed:1E3,autoPlay:!
1,stopOnHover:!1,navigation:!1,navigationText:["prev","next"],rewindNav:!
0,scrollPerPage:!1,pagination:!0,paginationNumbers:!1,
responsive:!0,responsiveRefreshRate:200,responsiveBaseWidth:g,baseClass:"owl-
carousel",theme:"owl-theme",lazyLoad:!1,lazyFollow:!
0,lazyEffect:"fade",autoHeight:!1,jsonPath:!1,jsonSuccess:!1,dragBeforeAnimFinish:!
0,mouseDrag:!0,touchDrag:!0,addClassActive:!1,transitionStyle:!1,beforeUpdate:!
1,afterUpdate:!1,beforeInit:!1,afterInit:!1,beforeMove:!1,afterMove:!
1,afterAction:!1,startDragging:!1,afterLazyLoad:!1}})(jQuery,window,document);
//]]>
</script>
<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<b:if cond='data:blog.pageType!= &quot;item&quot;'>
<b:if cond='data:blog.pageType != &quot;error_page&quot;'>
<style>
article {
padding:0;
}
.post-header {
padding:0;
}
@media only screen and (max-width: 768px) {
article {
padding:10px;
}
}
</style>
<!--Page Navigation Starts-->
<script type='text/javascript'>
/*<![CDATA[*/
var numPages=6;
var firstText ='First';
var lastText ='Last';
var prevText ='� Previous';
var nextText ='Next �';
var urlactivepage=location.href;
var home_page="/";
/*]]>*/
</script>
<script type='text/javascript'>
/*<![CDATA[*/
if (typeof firstText == "undefined") firstText = "First";
if (typeof lastText == "undefined") lastText = "Last";
var noPage;
var currentPage;
var currentPageNo;
var postLabel;
pagecurrentg();

function looppagecurrentg(pageInfo) {
var html = '';
pageNumber = parseInt(numPages / 2);
if (pageNumber == numPages - pageNumber) {
numPages = pageNumber * 2 + 1
}
pageStart = currentPageNo - pageNumber;
if (pageStart < 1) pageStart = 1;
lastPageNo = parseInt(pageInfo / perPage) + 1;
if (lastPageNo - 1 == pageInfo / perPage) lastPageNo = lastPageNo - 1;
pageEnd = pageStart + numPages - 1;
if (pageEnd > lastPageNo) pageEnd = lastPageNo;
html += "<span class='showpageOf'>Page " + currentPageNo + ' of ' +
lastPageNo + "</span>";
var prevNumber = parseInt(currentPageNo) - 1;

//Iccsi was here, doing magic


if (currentPageNo > 1) {
if (currentPage == "page") {
html += '<span class="showpage firstpage"><a href="' + home_page +
'">' + firstText + '</a></span>'
} else {
html += '<span class="displaypageNum firstpage"><a
href="/search/label/' + postLabel + '?&max-results=' + perPage + '">' + firstText +
'</a></span>'
}
}

if (currentPageNo > 2) {
if (currentPageNo == 3) {
if (currentPage == "page") {
html += '<span class="showpage"><a href="' + home_page + '">' +
prevText + '</a></span>'
} else {
html += '<span class="displaypageNum"><a href="/search/label/' +
postLabel + '?&max-results=' + perPage + '">' + prevText + '</a></span>'
}
} else {
if (currentPage == "page") {
html += '<span class="displaypageNum"><a href="#"
onclick="redirectpage(' + prevNumber + ');return false">' + prevText +
'</a></span>'
} else {
html += '<span class="displaypageNum"><a href="#"
onclick="redirectlabel(' + prevNumber + ');return false">' + prevText +
'</a></span>'
}
}
}
if (pageStart > 1) {
if (currentPage == "page") {
html += '<span class="displaypageNum"><a href="' + home_page +
'">1</a></span>'
} else {
html += '<span class="displaypageNum"><a href="/search/label/' +
postLabel + '?&max-results=' + perPage + '">1</a></span>'
}
}
if (pageStart > 2) {
html += ' ... '
}
for (var jj = pageStart; jj <= pageEnd; jj++) {
if (currentPageNo == jj) {
html += '<span class="pagecurrent">' + jj + '</span>'
} else if (jj == 1) {
if (currentPage == "page") {
html += '<span class="displaypageNum"><a href="' + home_page +
'">1</a></span>'
} else {
html += '<span class="displaypageNum"><a href="/search/label/' +
postLabel + '?&max-results=' + perPage + '">1</a></span>'
}
} else {
if (currentPage == "page") {
html += '<span class="displaypageNum"><a href="#"
onclick="redirectpage(' + jj + ');return false">' + jj + '</a></span>'
} else {
html += '<span class="displaypageNum"><a href="#"
onclick="redirectlabel(' + jj + ');return false">' + jj + '</a></span>'
}
}
}
if (pageEnd < lastPageNo - 1) {
html += '...'
}
if (pageEnd < lastPageNo) {
if (currentPage == "page") {
html += '<span class="displaypageNum"><a href="#"
onclick="redirectpage(' + lastPageNo + ');return false">' + lastPageNo +
'</a></span>'
} else {
html += '<span class="displaypageNum"><a href="#"
onclick="redirectlabel(' + lastPageNo + ');return false">' + lastPageNo +
'</a></span>'
}
}

var nextnumber = parseInt(currentPageNo) + 1;


if (currentPageNo < (lastPageNo - 1)) {
if (currentPage == "page") {
html += '<span class="displaypageNum"><a href="#"
onclick="redirectpage(' + nextnumber + ');return false">' + nextText +
'</a></span>'
} else {
html += '<span class="displaypageNum"><a href="#"
onclick="redirectlabel(' + nextnumber + ');return false">' + nextText +
'</a></span>'
}
}

if (currentPageNo < lastPageNo) {


//Iccsi was here, doing magic
if (currentPage == "page") {
html += '<span class="displaypageNum lastpage"><a href="#"
onclick="redirectpage(' + lastPageNo + ');return false">' + lastText +
'</a></span>'
} else {
html += '<span class="displaypageNum lastpage"><a href="#"
onclick="redirectlabel(' + lastPageNo + ');return false">' + lastText +
'</a></span>'
}
}

var pageArea = document.getElementsByName("pageArea");


var blogPager = document.getElementById("blog-pager");
for (var p = 0; p < pageArea.length; p++) {
pageArea[p].innerHTML = html
}
if (pageArea && pageArea.length > 0) {
html = ''
}
if (blogPager) {
blogPager.innerHTML = html
}
}

function totalcountdata(root) {
var feed = root.feed;
var totaldata = parseInt(feed.openSearch$totalResults.$t, 10);
looppagecurrentg(totaldata)
}

function pagecurrentg() {
var thisUrl = urlactivepage;
if (thisUrl.indexOf("/search/label/") != -1) {
if (thisUrl.indexOf("?updated-max") != -1) {
postLabel = thisUrl.substring(thisUrl.indexOf("/search/label/") + 14,
thisUrl.indexOf("?updated-max"))
} else {
postLabel = thisUrl.substring(thisUrl.indexOf("/search/label/") + 14,
thisUrl.indexOf("?&max"))
}
}
if (thisUrl.indexOf("?q=") == -1 && thisUrl.indexOf(".html") == -1) {
if (thisUrl.indexOf("/search/label/") == -1) {
currentPage = "page";
if (urlactivepage.indexOf("#PageNo=") != -1) {
currentPageNo =
urlactivepage.substring(urlactivepage.indexOf("#PageNo=") + 8,
urlactivepage.length)
} else {
currentPageNo = 1
}
document.write("<script src=\"" + home_page + "feeds/posts/summary?
max-results=1&alt=json-in-script&callback=totalcountdata\"><\/script>")
} else {
currentPage = "label";
if (thisUrl.indexOf("&max-results=") == -1) {
perPage = 20
}
if (urlactivepage.indexOf("#PageNo=") != -1) {
currentPageNo =
urlactivepage.substring(urlactivepage.indexOf("#PageNo=") + 8,
urlactivepage.length)
} else {
currentPageNo = 1
}
document.write('<script src="' + home_page + 'feeds/posts/summary/-/'
+ postLabel + '?alt=json-in-script&callback=totalcountdata&max-results=1"
><\/script>')
}
}
}

function redirectpage(numberpage) {
jsonstart = (numberpage - 1) * perPage;
noPage = numberpage;
var nameBody = document.getElementsByTagName('head')[0];
var newInclude = document.createElement('script');
newInclude.type = 'text/javascript';
newInclude.setAttribute("src", home_page + "feeds/posts/summary?start-index="
+ jsonstart + "&max-results=1&alt=json-in-script&callback=finddatepost");
nameBody.appendChild(newInclude)
}

function redirectlabel(numberpage) {
jsonstart = (numberpage - 1) * perPage;
noPage = numberpage;
var nameBody = document.getElementsByTagName('head')[0];
var newInclude = document.createElement('script');
newInclude.type = 'text/javascript';
newInclude.setAttribute("src", home_page + "feeds/posts/summary/-/" +
postLabel + "?start-index=" + jsonstart + "&max-results=1&alt=json-in-
script&callback=finddatepost");
nameBody.appendChild(newInclude)
}

function finddatepost(root) {
post = root.feed.entry[0];
var timestamp1 = post.published.$t.substring(0, 19) + post.published.
$t.substring(23, 29);
var timestamp = encodeURIComponent(timestamp1);
if (currentPage == "page") {
var pAddress = "/search?updated-max=" + timestamp + "&max-results=" +
perPage + "#PageNo=" + noPage
} else {
var pAddress = "/search/label/" + postLabel + "?updated-max=" +
timestamp + "&max-results=" + perPage + "#PageNo=" + noPage
}
location.href = pAddress
}
/*]]>*/
</script>
<!--Page Navigation Ends -->
</b:if>
</b:if>
</b:if>
<!--Page Navigation Ends -->
</body>
</html>

You might also like