Você está na página 1de 88

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

>
<!DOCTYPE html>
<html 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/2
005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
<head>
<meta content='width=device-width, initial-scale=1' name='viewport'/>
<b:include data='blog' name='all-head-content'/>
<link href='//fonts.googleapis.com/css?family=Roboto' media='all' rel='styleshee
t' type='text/css'/>
<link href='//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css' r
el='stylesheet'/>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries ->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></scri
pt>
<![endif]-->
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> ~ <data:blog.title/></title>
</b:if>
<b:skin><![CDATA[/*
----------------------------------------------Template Name : Delivery Lite
Author
: NewBloggerThemes.com
Author URL
: http://newbloggerthemes.com/
Theme URL
: http://newbloggerthemes.com/delivery-lite-blogger-template/
Created Date : Saturday, May 24, 2014
License
: This template is free for both personal and commercial use, But
to satisfy the 'attribution' clause of the license, you are required to keep th
e footer links intact which provides due credit to its authors.
----------------------------------------------- */
body#layout ul{list-style-type:none;list-style:none}
body#layout ul li{list-style-type:none;list-style:none}
body#layout #headerbwrap {height:auto;}
body#layout #content {}
body#layout .featured-slider {display:none;}
/* Variable definitions
====================
*/
/* Use this with templates/template-twocol.html */
.section, .widget {
margin:0;
padding:0;
}
/*------------------------------------*\
$CONTENTS
\*------------------------------------*/
/**

* LAYOUT
*
* BASE
* - NORMALIZE
* - MAIN
* - SHARED
* - TYPOGRAPHY
* - FORM
* - TABLE
* - IMAGE
*
* MODULES
* - HEADER
* - NAVIGATIONS
* - SLIDER
* - CONTENT
* - WIDGETS
* - COMMENTS
* - PAGINATIONS
* - FOOTER
*
* PLUGINS
* STATE
* GLOBAL
*/
/*------------------------------------*\
$LAYOUT
\*------------------------------------*/
.container, .header-item, .navigation-item, .site-content, .footer-item {
max-width: 980px;
margin-left: auto;
margin-right: auto;
}
.container:after, .header-item:after, .navigation-item:after, .site-content:afte
r, .footer-item:after {
content: " ";
display: block;
clear: both;
}
@media screen and (min-width: 320px) {
.container, .header-item, .navigation-item, .site-content, .footer-item {
padding: 0 3%;
}
}
@media screen and (min-width: 1025px) {
.container, .header-item, .navigation-item, .site-content, .footer-item {
padding: 0;
}
}
/*------------------------------------*\
$NORMALIZE
\*------------------------------------*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}

body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: 700;
}
dfn {
font-style: italic;
}
h1 {

font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,

input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: 700;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
/*------------------------------------*\
$MAIN
\*------------------------------------*/
*,
*:before,
*:after {
box-sizing: border-box;
}
* html {
font-size: 81.25%;
}
html {
font-size: 13px;
line-height: 1.5em;
min-height: 100%;
}
body {
background: white;
color: #555555;
font-family: Roboto,"Droid Sans", sans-serif;
font-style: normal;
font-weight: 400;
}

/**
* Selection Color.
*/
::selection {
background: black;
color: white;
text-shadow: none;
}
::-moz-selection {
background: black;
color: white;
text-shadow: none;
}
/*------------------------------------*\
$SHARED
\*------------------------------------*/
.alignleft {
float: left;
margin-right: 1.5em;
}
.alignright {
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
}
.alignnone {
display: block;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute;
}
.sticky,
.bypostauthor {
background: inherit;
color: inherit;
}
/*------------------------------------*\
$TYPOGRAPHY
\*------------------------------------*/
div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, form, p,
blockquote, th, td {
direction: ltr;
margin: 0;
padding: 0;
}
/**
* Set link colors.

*/
a {
transition: all 200ms ease-in-out 0s;
color: #2aa4cf;
text-decoration: none;
}
a:visited {
color: #2693ba;
}
a:hover, a:visited:hover {
color: #50b7dc;
text-decoration: none;
}
/**
* Headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 10px 0;
margin: 0.76923rem 0;
color: #474747;
font-family: Roboto,"Droid Sans", sans-serif;
font-style: normal;
font-weight: 400;
}
h1,
.h1 {
font-size: 36px;
font-size: 2.76923rem;
line-height: 1.1em;
}
h2,
.h2 {
font-size: 30px;
font-size: 2.30769rem;
line-height: 1.1em;
}
h3,
.h3 {
font-size: 24px;
font-size: 1.84615rem;
line-height: 1.3em;
}
h4,
.h4 {
font-size: 20px;
font-size: 1.53846rem;
line-height: 1.3em;
}
h5,

.h5 {
font-size: 16px;
font-size: 1.23077rem;
}
h6,
.h6 {
font-size: 14px;
font-size: 1.07692rem;
}
/**
* Text elements.
*/
p {
margin: 0 0 20px;
margin: 0 0 1.53846rem;
}
abbr[title],
dfn[title] {
cursor: help;
}
del {
color: #aaaaaa;
text-decoration: line-through;
vertical-align: baseline;
}
pre {
margin: 20px 0;
margin: 1.53846rem 0;
padding: 20px;
padding: 1.53846rem;
background-color: #fafafa;
border-bottom: 1px solid #ededed;
border-top: 1px solid #ededed;
color: #2080ad;
}
code {
color: #2080ad;
}
ins {
background: #fff9c0;
text-decoration: none;
}
blockquote {
margin: 20px 40px;
margin: 1.53846rem 3.07692rem;
padding-left: 20px;
padding-left: 1.53846rem;
border-left: 3px solid #eeeeee;
color: #aaaaaa;
font-style: italic;
font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}

blockquote cite {
padding: 10px 0 0 20px;
padding: 0.76923rem 0 0 1.53846rem;
color: #555555;
display: block;
position: relative;
}
blockquote cite:before {
content: '\2014';
left: 0;
position: absolute;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
content: "";
}
address {
margin: 0 0 20px;
margin: 0 0 1.53846rem;
display: block;
}
ul,
ol {
margin: 13px
margin: 1rem
padding: 0 0
padding: 0 0
}

0;
0;
0 20px;
0 1.53846rem;

ul {
list-style: disc;
}
ol {
list-style-type: decimal;
}
ol ol {
list-style: upper-alpha;
}
ol ol ol {
list-style: lower-roman;
}
ol ol ol ol {
list-style: lower-alpha;
}
li ul,
li ol {
margin: 0;
}
dl {

margin: 20px;
margin: 1.53846rem;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: 20px;
margin-bottom: 1.53846rem;
}
hr {
margin: 20px 0;
margin: 1.53846rem 0;
border-top: 1px solid #e9e9e9;
border-bottom: 0;
border-right: 0;
border-left: 0;
clear: both;
height: 1px;
min-height: 0;
}
hr.dotted {
border-style: dotted;
}
hr.dashed {
border-style: dashed;
}
hr.blackborder {
border-color: black;
}
hr.whiteborder {
border-color: white;
}
/**
* Print styles.
*/
@media print {
* {
background: transparent !important;
color: #000 !important;
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}

.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
}
/*------------------------------------*\
$FORM
\*------------------------------------*/
form {
font-size: 13px;
font-size: 1rem;
}
input[type="search"]::-webkit-search-decoration {
display: none;
}
input:invalid,
button:invalid,
a.button:invalid,
select:invalid,
textarea:invalid {
box-shadow: none;
}

input[type="file"]:focus, input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
box-shadow: none;
}
button,
a.button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
font-size: 12px;
font-size: 0.92308rem;
padding: 10px 20px;
padding: 0.76923rem 1.53846rem;
-webkit-appearance: none;
background-clip: padding-box;
border-radius: 0;
border: 1px solid #e9e9e9;
cursor: pointer;
color: #555555;
display: inline-block;
font-family: Roboto,"Droid Sans", sans-serif;
font-weight: 700;
outline: 0;
overflow: visible;
margin: 0;
text-decoration: none;
vertical-align: top;
width: auto;
}
button:hover,
a.button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
background: white;
color: #2aa4cf;
text-decoration: none;
}
button::-moz-focus-inner,
a.button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],

input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
padding: 5px;
padding: 0.38462rem;
font-size: 13px;
font-size: 1rem;
box-sizing: border-box;
background-clip: padding-box;
border-radius: 0;
-webkit-appearance: none;
background-color: white;
border: 1px solid #e9e9e9;
color: #555555;
font-family: Roboto,"Droid Sans", sans-serif;
outline: 0;
margin: 0;
text-align: left;
height: 2.5em;
vertical-align: top;
}
textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
background-color: #eee;
}
button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.button_disabled {
box-shadow: none;
user-select: none;
color: #888;
cursor: default;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #888888;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
color: #888888;
}
input.placeholder_text,
textarea.placeholder_text {
color: #888888;
}
[placeholder]:focus::-webkit-input-placeholder {
transition: opacity 0.5s 0.5s ease;
opacity: 0;
}
textarea,
select[size],
select[multiple] {
height: auto;
}
select[size="0"],
select[size="1"] {
height: 2.5em;
}
@media (-webkit-min-device-pixel-ratio: 0) {
select[size],
select[multiple],
select[multiple][size] {
background-image: none;
padding-right: 3px;
}
select,
select[size="0"],
select[size="1"] {
background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEH
AAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
background-repeat: no-repeat;
background-position: right center;
padding-right: 20px;
}
::-webkit-validation-bubble-message {
-webkit-box-shadow: none;
box-shadow: none;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #6
66666), color-stop(1, black));
border: 0;
color: white;
font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-se
rif;
overflow: hidden;
padding: 15px 15px 17px;
text-shadow: black 0 0 1px;
min-height: 16px;
}

::-webkit-validation-bubble-arrow,
::-webkit-validation-bubble-top-outer-arrow,
::-webkit-validation-bubble-top-inner-arrow {
box-shadow: none;
background: #666;
border-color: #666;
}
}
textarea {
min-height: 40px;
overflow: auto;
resize: vertical;
width: 100%;
}
optgroup {
color: #555555;
font-style: normal;
font-weight: normal;
font-family: Roboto,"Droid Sans", sans-serif;
}
optgroup::-moz-focus-inner {
border: 0;
padding: 0;
}
/*------------------------------------*\
$TABLE
\*------------------------------------*/
table {
font-size: 12px;
font-size: 0.92308rem;
max-width: 100%;
width: 100%;
}
table,
td {
margin: 20px 0;
margin: 1.53846rem 0;
padding: 5px 10px;
padding: 0.38462rem 0.76923rem;
border: 1px solid #e9e9e9;
}
th {
margin: 5px 0 10px;
margin: 0.38462rem 0 0.76923rem;
padding: 5px 10px;
padding: 0.38462rem 0.76923rem;
background-color: #f0f0f0;
color: #555555;
text-align: left;
}
tr {
background-color: white;
}
table button,

table input {
*overflow: auto;
}
/*------------------------------------*\
$IMAGE
\*------------------------------------*/
figure {
max-width: 100%;
margin-left: 0;
margin-right: 0;
}
figure > img {
display: block;
}
img {
height: auto;
max-width: 100%;
}
img[class*="align"],
img[class*="attachment-"] {
height: auto;
}
embed,
iframe,
object {
max-width: 100%;
width: 100%;
}
/*------------------------------------*\
$HEADER
\*------------------------------------*/
/**
* Search form
*/
.searchform {
width: 23.72881%;
float: right;
margin-right: 0;
position: relative;
color: #dcdcdc;
}
@media screen and (min-width: 320px) {
.searchform {
display: none;
}
}
@media screen and (min-width: 601px) {
.searchform {
display: block;
}
}
.searchform div {
position: relative;
float: right;
}

.searchform .dashiconsnbt {
left: 6px;
left: 0.46154rem;
top: 12px;
top: 1.02692rem;
width: 16px;
width: 1.23077rem;
height: 16px;
height: 1.23077rem;
font-size: 16px;
font-size: 1.23077rem;
position: absolute;
}
.dashiconsnbt-search:before {
content: "\f002";
font-family: FontAwesome;
}
.searchform .field {
margin-top: 6px;
margin-top: 0.46154rem;
padding-left: 25px;
padding-left: 1.92308rem;
width: 90px;
width: 6.92308rem;
transition: width 400ms ease-in-out 0s;
border-radius: 3px;
border-color: transparent;
}
.searchform .field:focus {
width: 233px;
width: 17.92308rem;
}
/**
* Header
*/
.site-header {
padding: 24px 0;
padding: 1.84615rem 0;
}
@media screen and (min-width: 320px) {
.site-branding {
width: 100%;
float: right;
margin-right: 0;
margin-bottom: 20px;
margin-bottom: 1.53846rem;
text-align: center;
}
}
@media screen and (min-width: 800px) {
.site-branding {
width: 23.72881%;
float: left;
margin-right: 1.69492%;
margin-bottom: 0;
text-align: left;
}
}

.site-branding .site-title {
font-size: 30px;
font-size: 2.30769rem;
margin-bottom: 0;
}
.site-branding .site-description {
margin-top: 6px;
margin-top: 0.46154rem;
font-size: 14px;
font-size: 1.07692rem;
font-weight: normal;
color: #777;
}
.site-logo {
margin-top: 14px;
/*margin-top: 1.07692rem;*/
}
.site-logo h1 {
font-size: 1.96923rem;
}
/*------------------------------------*\
$NAVIGATIONS
\*------------------------------------*/
/**
* Primary navigation
*/
@media screen and (min-width: 320px) {
#primary-menu {
display: none;
}
}
@media screen and (min-width: 601px) {
#primary-menu {
display: block;
}
}
.main-navigation {
box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px -1px;
background-color: #151515;
border-bottom: 1px solid #2693BA ;
}
.menu-primary-items {
width: 74.57627%;
float: left;
margin-right: 1.69492%;
}
.menu-primary-items .sfHover, .menu-primary-items .sub-menu a {
background-color:#2aa4cf ;
}
.menu-primary-items a {
font-size: 11px;
font-size: 0.84615rem;
padding: 14px 18px;
padding: 1.07692rem 1.38462rem;
color: white;

letter-spacing: 1px;
text-transform: uppercase;
}
.menu-primary-items
background-color:
color: white;
}
.menu-primary-items
background-color:
}

a:hover, .menu-primary-items a:visited:hover {


#2aa4cf;
.sub-menu a:hover {
#50b7dc;

.mobile-menu .dashiconsnbt {
font-size: 40px;
font-size: 2.07692rem;
padding: 10px 0 0 10px;
color: black;
}
.dashiconsnbt-menu:before {
content: "\f0c9";
font-family: FontAwesome;
}
@media screen and (min-width: 320px) {
.mobile-menu {
display: block;
}
}
@media screen and (min-width: 601px) {
.mobile-menu {
display: none;
}
}
/**
* Secondary navigation
*/
.secondary-navigation {
position: relative;
margin-bottom: -1px;
z-index: 9;
}
.menu-secondary-items {
border: 1px solid #e9e9e9;
border-bottom-color: #dddddd;
}
@media screen and (min-width: 320px) {
.menu-secondary-items {
display: none;
}
}
@media screen and (min-width: 601px) {
.menu-secondary-items {
display: block;
}
}
.menu-secondary-items .sfHover, .menu-secondary-items .menu-primary-items .sub-m
enu a, .menu-primary-items .sub-menu .menu-secondary-items a {
background: #f0f0f0;
color: #666;
}

.menu-secondary-items a {
font-size: 13px;
font-size: 1rem;
padding: 12px 18px;
padding: 0.92308rem 1.38462rem;
border-right: 1px solid #e3e3e3;
color:#151515;
letter-spacing: 1px;
text-transform: uppercase;
}
.menu-secondary-items a:hover, .menu-secondary-items a:visited:hover {
background: #f0f0f0;
color: #666;
}
.menu-secondary-items.sf-arrows .sf-with-ul:after {
border-top-color: #dddddd;
}
.menu-secondary-items.sf-arrows ul .sf-with-ul:after {
border-top-color: transparent;
border-left-color: #dddddd;
}
.menu-secondary-items .sub-menu {
border-bottom: 1px solid #dddddd;
margin-left: -1px;
}
.menu-secondary-items .sub-menu a {
font-size: 13px;
font-size: 1rem;
background: #f0f0f0;
color: #666;
border-left: 1px solid #e3e3e3;
border-right: 1px solid #e3e3e3;
padding: 10px 18px;
text-transform: none;
}
.menu-secondary-items .sub-menu a:hover {
background: #fff298;
text-shadow: none;
}
.tinynav {
margin-bottom: 14px;
margin-bottom: 1.07692rem;
width: 100%;
}
@media screen and (min-width: 320px) {
.tinynav {
display: block;
}
}
@media screen and (min-width: 601px) {
.tinynav {
display: none;
}
}
/*------------------------------------*\
$SLIDER
\*------------------------------------*/
.featured-slider {

margin-bottom: 15px;
margin-bottom: 1.03846rem;
border-bottom: 1px solid #E9E9E9;
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.flexslider {
margin: 0;
padding: 0;
}
.flexslider .slides > li {
display: none;
-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
width: 100%;
display: block;
}
.flex-pauseplay span {
text-transform: capitalize;
}
.slides:after {
content: "\0020";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html[xmlns] .slides {
display: block;
}
* html .slides {
height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {
display: block;
}

.flexslider {
margin-bottom: 15px;
margin-bottom: 1.03846rem;
position: relative;
zoom: 1;
}
.flex-viewport {
max-height: 2000px;
transition: all 1s ease;
}
.loading .flex-viewport {
max-height: 300px;
}
.flexslider .slides {
zoom: 1;
}
.flex-control-thumbs
margin: 5px 0 0;
position: static;
overflow: hidden;
}
.flex-control-thumbs
width: 25%;
float: left;
margin: 0;
}
.flex-control-thumbs
width: 100%;
display: block;
opacity: .7;
cursor: pointer;
}
.flex-control-thumbs
opacity: 1;
}
.flex-control-thumbs
opacity: 1;
cursor: default;
}

li {

img {

img:hover {
.flex-active {

@media screen and (max-width: 860px) {


.flex-direction-nav .flex-prev {
opacity: 1;
left: 10px;
}
.flex-direction-nav .flex-next {
opacity: 1;
right: 10px;
}
}
@media screen and (min-width: 320px) {
#carousel {
display: none;
}
}

@media screen and (min-width: 480px) {


#carousel {
display: block;
}
}
#carousel .slides li {
height: 12em;
border-top: 1px solid #e9e9e9;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
color: #999;
cursor: pointer;
font-size: 12px;
line-height: 1.2;
text-align: center;
}
#carousel .slides li:first-child {
border-left: 1px solid #ddd;
}
#carousel .slides li:hover {
background: white;
}
#carousel .slides li.flex-active-slide {
background: white;
}
#carousel .slides div {
padding: 9px 10px;
}
#carousel img {
margin-bottom: 8px;
margin-bottom: 0.61538rem;
}
/*------------------------------------*\
$CONTENT
\*------------------------------------*/
.site-content {
margin-bottom: 30px;
margin-bottom: 2.30769rem;
}
.content-area {
padding: 20px 20px 30px 20px;
padding: 1.53846rem 1.53846rem 2.30769rem 1.53846rem;
border: 1px solid #e9e9e9;
}
@media screen and (min-width: 320px) {
.content-area {
margin-bottom: 30px;
margin-bottom: 2.30769rem;
width: 100%;
float: none;
}
}
@media screen and (min-width: 768px) {
.content-area {
width: 66%;
margin-bottom: 0;
float: left;
}

}
@media screen and (min-width: 1024px) {
.has-left-sidebar .content-area {
margin-left: -1px;
margin-left: -0.07692rem;
width: 49.1%;
}
}
.hentry {
margin-bottom: 30px;
margin-bottom: 1.10769rem;
padding-bottom: 30px;
padding-bottom: 0.50769rem;
border-bottom: 1px solid #e9e9e9;
}
.entry-title {
font-size: 20px;
font-size: 1.43846rem;
line-height: 1;
font-weight: normal;
}
.single .entry-title, .page .entry-title {
font-size: 26px;
font-size: 2rem;
line-height: 1.2;
}
.entry-title a {
color: #000000;
}
.entry-title a:hover {
color: #2aa4cf;
}
.thumb-link {
margin: 15px 15px 0 0;
margin: 1.15385rem 1.15385rem 0 0;
display: inline;
float: left;
}
.thumb-link img {
box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.entry-header-index {
overflow: hidden;
}
.entry-meta {
font-size: 13px;
font-size: 1rem;
margin-bottom: 10px;
margin-bottom: 0.56923rem;
color: #999999;
}
.entry-meta .published {
color: #999999;
}
.entry-meta .comments-link {

float: right;
margin-left: 15px;
}
.entry-meta .comments-link a {
color: #999999;
}
.entry-meta .comments-link .dashiconsnbt {
color: #50b7dc;
}
.dashiconsnbt-admin-comments:before {
content: "\f075";
font-family: FontAwesome;
}
.entry-summary {
overflow: hidden;
}
.entry-content {
margin-bottom: 5px;
margin-bottom: 0.80769rem;
}
.entry-footer {
clear: both;
color: #999999;
}
.cat-links,
.tags-links {
display: block;
}
.page-links {
clear: both;
display: block;
}
/**
* 404 page
*/
.not-found h2 {
font-size: 16px;
font-size: 1.23077rem;
}
.not-found div {
margin-bottom: 40px;
margin-bottom: 3.07692rem;
}
/*------------------------------------*\
$WIDGETS
\*------------------------------------*/
/**
* Header sidebar
*/
@media screen and (min-width: 320px) {
.widget-header {
width: 100%;
float: right;

margin-right: 0;
}
}
@media screen and (min-width: 800px) {
.widget-header {
width: 74.57627%;
float: right;
margin-right: 0;
}
}
/**
* Home sidebar
*/
.has-left-sidebar .widget-home {
float: left;
width: 17%;
border-left: 1px solid #e9e9e9;
border-right: 1px solid #e9e9e9;
}
.has-left-sidebar .widget-home .widget {
border-right: 0;
}
@media screen and (min-width: 320px) {
.has-left-sidebar .widget-home {
display: none;
}
}
@media screen and (min-width: 1024px) {
.has-left-sidebar .widget-home {
display: block;
}
}
/**
* Primary sidebar
*/
@media screen and (min-width: 600px) {
.widget-primary {
width: 100%;
float: none;
}
}
@media screen and (min-width: 768px) {
.widget-primary {
width: 34%;
float: right;
}
}
.widget-area .widget {
margin: 0 0 -1px -1px;
margin: 0 0 -0.07692rem -0.07692rem;
padding-bottom: 10px;
padding-bottom: 0.76923rem;
border: 1px solid #e9e9e9;
}
.widget-area .widget:hover .widget-title {
border-bottom-color: #ff0000;
color: #666;

}
.widget-area .widget > div {
/*
padding: 10px 20px;
padding: 0.76923rem 1.53846rem;
*/s
}
.widget-area .widget > select,
.widget-area .widget > form {
margin: 10px 20px;
margin: 0.76923rem 1.53846rem;
}
.widget-area .widget select {
max-width: 100%;
}
.widget-area .widget-title {
margin: 0 0 10px 0;
margin: 0 0 0.76923rem 0;
padding: 10px 20px;
padding: 0.76923rem 1.53846rem;
font-size: 14px;
font-size: 1.07692rem;
background: #f4f4f4;
border-bottom: 1px solid #e9e9e9;
color: #666;
font-weight: normal;
letter-spacing: 2px;
text-transform: uppercase;
text-shadow: 0 1px 0 #fff;
}
.widget-area .widget h2, .widget-area .widget h3 {
margin: 0;
padding: 10px 20px;
padding: 0.76923rem 1.53846rem;
font-size: 14px;
font-size: 1.07692rem;
background: #f4f4f4;
border-bottom: 1px solid #e9e9e9;
color: #666;
font-weight: normal;
letter-spacing: 2px;
text-transform: uppercase;
text-shadow: 0 1px 0 #fff;
}
.widget-area li {
padding: 8px 20px 8px 30px;
padding: 0.41538rem 0.61538rem;
position: relative;
margin-left: -10px;
margin-right: -10px;
}
.widget-area li:hover {
background-color: #ddf0f9;
}
.widget-area li a {
position: relative;
}
.widget-area li a:first-child::before {
/*
content: '';

position: absolute;
top: 50%;
left: -0.7em;
margin-top: -3px;
height: 0;
width: 0;
border: 3px solid transparent;
border-left-color: #999999;
*/
}
/**
* Footer sidebar
*/
.widget-footer {
padding: 20px 25px;
padding: 1.53846rem 1.92308rem;
margin-bottom: 20px;
margin-bottom: 1.53846rem;
box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 2px -1px;
background: #50B7DC;
border-bottom: 1px solid #2693BA;
color: white;
}
@media screen and (min-width: 320px) {
.widget-footer .widget {
width: 100%;
float: right;
margin-right: 0;
}
}
@media screen and (min-width: 600px) {
.widget-footer .widget {
width: 49.15254%;
float: left;
margin-right: 1.69492%;
}
.widget-footer .widget:nth-child(2n) {
float: right;
margin-right: 0;
}
}
@media screen and (min-width: 800px) {
.widget-footer .widget {
width: 23.72881%;
float: left;
margin-right: 1.69492%;
font-size: 12px;
font-size: 0.92308rem;
}
.widget-footer .widget:nth-child(2n) {
margin-right: 1.69492%;
float: left;
}
.widget-footer .widget:nth-child(4n) {
float: right;
margin-right: 0;
}
}
.widget-footer .widget li {

padding: 2px 0 2px 0;


padding: 0.15385rem 0 0.15385rem 0;
}
.widget-footer .widget-title {
margin-bottom: 10px;
margin-bottom: 0.76923rem;
font-size: 13px;
font-size: 1rem;
color: white;
text-transform: uppercase;
}
.widget-footer .widget h2, .widget-footer .widget h3s {
margin-bottom: 10px;
margin-bottom: 0.76923rem;
font-size: 13px;
font-size: 1rem;
color: white;
text-transform: uppercase;
}
.widget-footer a,
.widget-footer a:visited {
color: white;
}
/**
* Custom category widget.
*/
.widget-area .delivery-categories {
padding-bottom: 0;
}
.widget-area .delivery-categories li {
padding: 0;
margin: 0;
}
.widget-area .delivery-categories li a::before {
border-left-color: transparent;
}
.delivery-categories li:hover {
background: none;
}
.delivery-categories li:hover a {
border-bottom-color: #ff0000;
}
.delivery-categories li:last-child a {
border-bottom: 0;
}
.delivery-categories li a {
border-bottom: 1px solid #e9e9e9;
color: #41B7D8;
display: block;
font-size: 14px;
font-weight: normal;
padding: 10px 20px;
letter-spacing: 2px;
text-transform: uppercase;
}
.delivery-categories li a:hover {
background: #fff283;
}

.delivery-categories .children {
background: #f4f4f4;
border-bottom: 1px solid #e9e9e9;
}
.delivery-categories .children a {
border-bottom: none;
color: #999;
font-size: 13px;
letter-spacing: 0;
padding: 7px 20px;
text-transform: none;
}
/**
* Recent Comment Widget
*/
.widget-area .widget_recent_comments li::before {
content: '';
position: absolute;
top: 50%;
left: 1.5em;
margin-top: -3px;
height: 0;
width: 0;
border: 3px solid transparent;
border-left-color: #999999;
}
.widget-area .widget_recent_comments li a::before {
border-left-color: transparent;
}
/**
* Search Widget
*/
.widget_search .searchform {
width: 100%;
float: none;
}
.widget_search .searchform div {
float: none;
}
.widget_search .searchform .field {
width: 86%;
border-color: #e9e9e9;
}
/**
* Nav Menu Widget
*/
.widget-area .widget_nav_menu div {
padding: 0;
}
/*------------------------------------*\
$FOOTER
\*------------------------------------*/
.site-info {
margin-bottom: 30px;
margin-bottom: 2.30769rem;
text-align: center;

}
.site-info .powered {
display: block;
}
/*------------------------------------*\
$PLUGINS
\*------------------------------------*/
/**
* Superfish style.
*/
.sf-menu {
margin: 0;
padding: 0;
list-style: none;
}
.sf-menu * {
margin: 0;
padding: 0;
list-style: none;
}
.sf-menu > li {
float: left;
}
.sf-menu li {
position: relative;
}
.sf-menu ul {
position: absolute;
display: none;
top: 100%;
left: 0;
z-index: 99;
}
.sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
display: block;
}
.sf-menu a {
display: block;
position: relative;
}
.sf-menu ul ul {
top: 0;
left: 100%;
}
.sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:a
fter {
border-top-color: white;
}
.sf-arrows > .sfHover > .sf-with-ul:after, .menu-primary-items .sub-menu .sf-arr
ows > a > .sf-with-ul:after {
border-top-color: white;
}
.sf-arrows .sf-with-ul {
padding-right: 2.5em;
}
.sf-arrows .sf-with-ul:after {
content: '';
position: absolute;

top: 50%;
right: 1em;
margin-top: -3px;
height: 0;
width: 0;
border: 5px solid transparent;
border-top-color: #dfeeff;
border-top-color: rgba(255, 255, 255, 0.5);
}
.sf-arrows ul .sf-with-ul:after {
margin-top: -5px;
margin-right: -3px;
border-color: transparent;
border-left-color: #dFeEFF;
border-left-color: rgba(255, 255, 255, 0.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul
:after {
border-left-color: white;
}
.sf-arrows ul .sfHover > .sf-with-ul:after, .sf-arrows ul .menu-primary-items .s
ub-menu a > .sf-with-ul:after, .menu-primary-items .sub-menu .sf-arrows ul a > .
sf-with-ul:after {
border-left-color: white;
}
/*
jQuery.mmenu CSS
*/
.mm-page,
.mm-fixed-top,
.mm-fixed-bottom,
.mm-menu.mm-horizontal > .mm-panel {
transition: none 0.4s ease;
transition-property: top, right, bottom, left, border;
}
html.mm-opened .mm-page,
html.mm-opened #mm-blocker {
left: 0;
top: 0;
margin: 0;
border: 0px solid transparent;
}
html.mm-opening .mm-page,
html.mm-opening #mm-blocker {
border: 0px solid rgba(100, 100, 100, 0);
}
.mm-menu .mm-hidden {
display: none;
}
.mm-fixed-top,
.mm-fixed-bottom {
position: fixed;
left: 0;
}

.mm-fixed-top {
top: 0;
}
.mm-fixed-bottom {
bottom: 0;
}
html.mm-opened .mm-page,
.mm-menu > .mm-panel {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
html.mm-opened {
overflow-x: hidden;
position: relative;
}
html.mm-opened .mm-page {
position: relative;
}
html.mm-background .mm-page {
background: inherit;
}
#mm-blocker {
background: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAA
AAABAAEAAAICRAEAOw==) transparent;
display: none;
width: 100%;
height: 100%;
position: fixed;
z-index: 999999;
}
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
display: block;
}
.mm-menu.mm-current {
display: block;
}
.mm-menu {
background: inherit;
display: none;
overflow: hidden;
height: 100%;
padding: 0;
position: fixed;
left: 0;
top: 0;
z-index: 0;
}

.mm-menu > .mm-panel {


background: inherit;
-webkit-overflow-scrolling: touch;
overflow: scroll;
overflow-x: hidden;
overflow-y: auto;
width: 100%;
height: 100%;
padding: 0;
position: absolute;
top: 0;
left: 100%;
z-index: 0;
}
.mm-menu > .mm-panel.mm-opened {
left: 0%;
padding: 0;
}
.mm-menu > .mm-panel.mm-subopened {
left: -40%;
}
.mm-menu > .mm-panel.mm-highest {
z-index: 1;
}
.mm-menu > .mm-panel.mm-hidden {
display: block;
visibility: hidden;
}
.mm-menu .mm-list {
padding: 0;
}
.mm-menu > .mm-list {
padding: 20px 0 40px 0;
}
.mm-panel > .mm-list {
margin-left: 0;
margin-right: 0;
width: 100%;
float: none;
}
.mm-panel > .mm-list:first-child {
padding-top: 0;
}
.mm-list,
.mm-list > li {
list-style: none;
display: block;
padding: 0;
margin: 0;
}

.mm-list {
font: inherit;
font-size: 14px;
}
.mm-list a,
.mm-list a:hover {
text-decoration: none;
font-size: 14px;
}
.mm-list > li {
position: relative;
}
.mm-list > li > a,
.mm-list > li > span {
font-size: 14px;
text-transform: uppercase;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
color: inherit;
line-height: 20px;
display: block;
padding: 10px 10px 10px 20px;
margin: 0;
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
content: '';
border-bottom-width: 1px;
border-bottom-style: solid;
display: block;
width: 100%;
position: absolute;
bottom: 0;
left: 0;
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
width: auto;
margin-left: 20px;
position: relative;
left: auto;
}
.mm-list a.mm-subopen {
width: 40px;
height: 100%;
padding: 0;
position: absolute;
right: 0;
top: 0;
z-index: 2;
}
.mm-list a.mm-subopen:before {
content: '';

border-left-width: 1px;
border-left-style: solid;
display: block;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.mm-list a.mm-subopen.mm-fullsubopen {
width: 100%;
}
.mm-list a.mm-subopen.mm-fullsubopen:before {
border-left: none;
}
.mm-list a.mm-subopen + a,
.mm-list a.mm-subopen + span {
padding-right: 5px;
margin-right: 40px;
}
.mm-list > li.mm-selected > a.mm-subopen {
background: transparent;
}
.mm-list > li.mm-selected > a.mm-fullsubopen + a,
.mm-list > li.mm-selected > a.mm-fullsubopen + span {
padding-right: 45px;
margin-right: 0;
}
.mm-list a.mm-subclose {
text-indent: 20px;
padding-top: 30px;
margin-top: -20px;
}
.mm-list > li.mm-label {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
font-size: 10px;
text-transform: uppercase;
text-indent: 20px;
line-height: 25px;
padding-right: 5px;
}
.mm-list > li.mm-spacer {
padding-top: 40px;
}
.mm-list > li.mm-spacer.mm-label {
padding-top: 25px;
}
.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {

content: '';
border: 2px solid transparent;
display: block;
width: 7px;
height: 7px;
margin-bottom: -5px;
position: absolute;
bottom: 50%;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.mm-list a.mm-subopen:after {
border-top: none;
border-left: none;
right: 18px;
}
.mm-list a.mm-subclose:before {
border-right: none;
border-bottom: none;
margin-bottom: -15px;
left: 22px;
}
.mm-menu.mm-vertical .mm-list .mm-panel {
display: none;
padding: 10px 0 10px 10px;
}
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
border-color: transparent;
}
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
display: block;
}
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
height: 40px;
}
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 16px;
right: 16px;
}
html.mm-opened .mm-page {
box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-ismenu {

background: #333333;
color: rgba(255, 255, 255, 0.6);
}
.mm-menu .mm-list > li:after {
border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu .mm-list > li > a.mm-subclose {
background: rgba(0, 0, 0, 0.1);
color: rgba(255, 255, 255, 0.3);
}
.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subcl
ose:before {
border-color: rgba(255, 255, 255, 0.3);
}
.mm-menu .mm-list > li > a.mm-subopen:before {
border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
background: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-list > li.mm-label {
background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
background: rgba(255, 255, 255, 0.05);
}
html.mm-opening
html.mm-opening
html.mm-opening
html.mm-opening
left: 80%;
}

.mm-page,
#mm-blocker,
.mm-fixed-top,
.mm-fixed-bottom {

.mm-menu {
width: 80%;
}
@media all and (max-width: 175px) {
.mm-menu {
width: 140px;
}
html.mm-opening
html.mm-opening
html.mm-opening
html.mm-opening
left: 140px;
}

.mm-page,
#mm-blocker,
.mm-fixed-top,
.mm-fixed-bottom {

}
@media all and (min-width: 550px) {

.mm-menu {
width: 440px;
}
html.mm-opening
html.mm-opening
html.mm-opening
html.mm-opening
left: 440px;
}

.mm-page,
#mm-blocker,
.mm-fixed-top,
.mm-fixed-bottom {

}
/*------------------------------------*\
$STATE
\*------------------------------------*/
.no-js .hide-if-no-js {
display: none;
}
/*------------------------------------*\
$GLOBAL
\*------------------------------------*/
.gallery, .main-navigation, .menu-secondary-items, .hentry, .entry-meta, .widget
-footer, .comment-form p, .comment-body {
*zoom: 1;
}
.gallery:before, .main-navigation:before, .menu-secondary-items:before, .hentry:
before, .entry-meta:before, .widget-footer:before, .comment-form p:before, .comm
ent-body:before, .gallery:after, .main-navigation:after, .menu-secondary-items:a
fter, .hentry:after, .entry-meta:after, .widget-footer:after, .comment-form p:af
ter, .comment-body:after {
content: "";
display: table;
}
.gallery:after, .main-navigation:after, .menu-secondary-items:after, .hentry:aft
er, .entry-meta:after, .widget-footer:after, .comment-form p:after, .comment-bod
y:after {
clear: both;
}
.widget-area ul, .comment-list {
list-style: none;
margin: 0;
padding: 0;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
button,
a.button,
input[type="reset"],
input[type="submit"],
input[type="button"], .menu-secondary-items, #carousel .slides li, .pagination .
page-numbers {
background: #fbfbfb;
background: linear-gradient(to bottom, #fbfbfb, #eeeeee);
text-shadow: 0 1px 0 white;

}
h2.date-header {
margin: 1.5em 0 .5em;
display: none;
}
.main .widget {
margin: 0 0 5px;
padding: 0 0 2px;
}
.main .Blog {
border-bottom-width: 0;
}
#header .description {
color:#ffffff;
font-size:14px;
text-shadow:0px 1px 0px #000000;
}
/* Comments----------------------------------------------- */
#comments {
padding:10px;
margin-bottom:20px;
}
#comments h4 {
font-size:22px;
margin-bottom:10px;
}
.deleted-comment {
font-style: italic;
color: gray;
}
#blog-pager-newer-link {
float: left;
}
#blog-pager-older-link {
float: right;
}
#blog-pager {
text-align: center;
padding:5px;
}
.feed-links {
clear: both;
}
.comment-form {
}
#navbar-iframe {
height: 0;

visibility: hidden;
display: none;
}
.PopularPosts .widget-content ul li {
padding:6px 10px;
}
.reaction-buttons table{
border:none;
margin-bottom:5px;
}
.reaction-buttons table, .reaction-buttons td{
border:none !important;
}
.site-logo{/*margin-top:30px*/}
.pbtthumbimg {
float:left;
margin:0px 10px 5px 5px;
padding:4px;
border:0px solid #eee;
background:#fff;
width:144px;
height:108px;
}
.widget-home .widget-content {
padding:5px 10px;
}
.widget-primary .widget-content {
padding:5px 10px;
}
.flex-direction-nav {padding: 5px 0px;overflow: hidden;}
.flex-direction-nav .flex-prev {float: left;}
.flex-direction-nav .flex-next {float: right;}
.PopularPosts .item-title {
display:none;
}
.PopularPosts .widget-content ul li {
background: none repeat scroll 0 0 transparent;
float: right;
list-style: none outside none;
margin: 10px 0 0 !important;
padding: 0 !important;
}
.PopularPosts .item-thumbnail {
margin: 0 8px !important;
}
#PopularPosts1 img:hover{-moz-transform: scale(1.2) rotate(-350deg);-webkit-tran
sform: scale(1.2) rotate(-350deg);-o-transform: scale(1.2) rotate(-350deg);-ms-t
ransform: scale(1.2) rotate(-350deg);transform: scale(1.2) rotate(-350deg);-webk
it-box-shadow: 0 0 0px rgba(255,0,0,.4), inset 0 0 0px rgba(255,255,255,1);-mozbox-shadow: 0 0 0px rgba(255,0,0,.4), inset 0 0 0px rgba(255,255,255,1);box-shad
ow: 0 0 0px rgba(255,0,0,.4), inset 0 0 0px rgba(255,255,255,1);}

.item-thumbnail img {
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
border: 3px solid #ccc;
height: 60px;
padding: 3px;
width: 60px;
}
/* Flat UI Labels Cloud By Www.BloggerYard.Com ---------------- */
.sidebar .label-size {
position:relative;
text-transform: uppercase;
text-decoration:none;
font-size:13px;
font-family:Open Sans;
color:#fff!important;
}
.sidebar .label-size a {
color:#fff!important;
font-weight:bold;
padding:8px 10px;
margin:0 6px 6px 0;
float:left;
display:block;
-moz-transition: all 0.4s ;
-o-transition: all 0.4s;
-webkit-transition: all 0.4s ;
-ms-transition: all 0.4s ;
transition: all 0.4s ;
}
.sidebar
.sidebar
.sidebar
.sidebar
.sidebar
.sidebar
.sidebar
.sidebar
.sidebar
.sidebar

.label-size-1
.label-size-1
.label-size-2
.label-size-2
.label-size-3
.label-size-3
.label-size-4
.label-size-4
.label-size-5
.label-size-5

a {background:#1abc9c;border-bottom:3px
a:hover {background:#16a085;}
a {background:#3498db;border-bottom:3px
a:hover {background:#2980b9;}
a {background:#2ecc71;border-bottom:3px
a:hover {background:#27ae60}
a {background:#9b59b6;border-bottom:3px
a:hover {background:#8e44ad}
a {background:#e74c3c;border-bottom:3px
a:hover {background:#c0392b}

#blog-pager, .pagenavi {
clear: both;
text-align: center;
margin: 30px auto 10px;
}
#blog-pager a, .pagenavi span, .pagenavi a {
margin: 0 5px 0 0;
padding: 2px 10px 3px;
text-decoration: none;
color: #fff;

solid #127F69;}
solid #226693;}
solid #1F8C4C;}
solid #74398E;}
solid #922C20;}

background: #2973FC;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
-o-transition: all .3s ease-in;
transition: all .3s ease-in;
}
#blog-pager a:visited, .pagenavi a:visited {
color: #fff;
}
#blog-pager a:hover, .pagenavi a:hover {
color: #fff;
text-decoration: none;
background: #000;
}
#blog-pager-older-link, #blog-pager-newer-link {
float: none;
}
.pagenavi .current {
color: #fff;
text-decoration: none;
background: #000;
}
.pagenavi .pages, .pagenavi .current {
font-weight: bold;
}
.pagenavi .pages {
color: #fff;
background: #2973FC;
}
<div class="abt-button">
<a href="<div class="abt-button">
<a href="#">Download</a>
<p class="up">click to begin</p>
<p class="down">1.2MB .zip</p>
</div>">Download</a>
<p class="up">click to begin</p>
<p class="down">2.33GB .iso</p>
</div>]]></b:skin>
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js'
type='text/javascript'/>
<script type='text/javascript'>
//<![CDATA[
/*! jQuery Migrate v1.2.1 | (c) 2005, 2013 jQuery Foundation, Inc. and other con
tributors | jquery.org/license */
jQuery.migrateMute===void 0&&(jQuery.migrateMute=!0),function(e,t,n){function r(
n){var r=t.console;i[n]||(i[n]=!0,e.migrateWarnings.push(n),r&&r.warn&&!e.migrat
eMute&&(r.warn("JQMIGRATE: "+n),e.migrateTrace&&r.trace&&r.trace()))}function a(
t,a,i,o){if(Object.defineProperty)try{return Object.defineProperty(t,a,{configur
able:!0,enumerable:!0,get:function(){return r(o),i},set:function(e){r(o),i=e}}),
n}catch(s){}e._definePropertyBroken=!0,t[a]=i}var i={};e.migrateWarnings=[],!e.m
igrateMute&&t.console&&t.console.log&&t.console.log("JQMIGRATE: Logging is activ
e"),e.migrateTrace===n&&(e.migrateTrace=!0),e.migrateReset=function(){i={},e.mig

rateWarnings.length=0},"BackCompat"===document.compatMode&&r("jQuery is not comp


atible with Quirks Mode");var o=e("<input/>",{size:1}).attr("size")&&e.attrFn,s=
e.attr,u=e.attrHooks.value&&e.attrHooks.value.get||function(){return null},c=e.a
ttrHooks.value&&e.attrHooks.value.set||function(){return n},l=/^(?:input|button)
$/i,d=/^[238]$/,p=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|
hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,f=/^(?:checked|s
elected)$/i;a(e,"attrFn",o||{},"jQuery.attrFn is deprecated"),e.attr=function(t,
a,i,u){var c=a.toLowerCase(),g=t&&t.nodeType;return u&&(4>s.length&&r("jQuery.fn
.attr( props, pass ) is deprecated"),t&&!d.test(g)&&(o?a in o:e.isFunction(e.fn[
a])))?e(t)[a](i):("type"===a&&i!==n&&l.test(t.nodeName)&&t.parentNode&&r("Can't
change the 'type' of an input or button in IE 6/7/8"),!e.attrHooks[c]&&p.test(c)
&&(e.attrHooks[c]={get:function(t,r){var a,i=e.prop(t,r);return i===!0||"boolean
"!=typeof i&&(a=t.getAttributeNode(r))&&a.nodeValue!==!1?r.toLowerCase():n},set:
function(t,n,r){var a;return n===!1?e.removeAttr(t,r):(a=e.propFix[r]||r,a in t&
&(t[a]=!0),t.setAttribute(r,r.toLowerCase())),r}},f.test(c)&&r("jQuery.fn.attr('
"+c+"') may use property instead of attribute")),s.call(e,t,a,i))},e.attrHooks.v
alue={get:function(e,t){var n=(e.nodeName||"").toLowerCase();return"button"===n?
u.apply(this,arguments):("input"!==n&&"option"!==n&&r("jQuery.fn.attr('value') n
o longer gets properties"),t in e?e.value:null)},set:function(e,t){var a=(e.node
Name||"").toLowerCase();return"button"===a?c.apply(this,arguments):("input"!==a&
&"option"!==a&&r("jQuery.fn.attr('value', val) no longer sets properties"),e.val
ue=t,n)}};var g,h,v=e.fn.init,m=e.parseJSON,y=/^([^<]*)(<[\w\W]+>)([^>]*)$/;e.fn
.init=function(t,n,a){var i;return t&&"string"==typeof t&&!e.isPlainObject(n)&&(
i=y.exec(e.trim(t)))&&i[0]&&("<"!==t.charAt(0)&&r("$(html) HTML strings must sta
rt with '<' character"),i[3]&&r("$(html) HTML text after last tag is ignored"),"
#"===i[0].charAt(0)&&(r("HTML string cannot start with a '#' character"),e.error
("JQMIGRATE: Invalid selector string (XSS)")),n&&n.context&&(n=n.context),e.pars
eHTML)?v.call(this,e.parseHTML(i[2],n,!0),n,a):v.apply(this,arguments)},e.fn.ini
t.prototype=e.fn,e.parseJSON=function(e){return e||null===e?m.apply(this,argumen
ts):(r("jQuery.parseJSON requires a valid JSON string"),null)},e.uaMatch=functio
n(e){e=e.toLowerCase();var t=/(chrome)[ \/]([\w.]+)/.exec(e)||/(webkit)[ \/]([\w
.]+)/.exec(e)||/(opera)(?:.*version|)[ \/]([\w.]+)/.exec(e)||/(msie) ([\w.]+)/.e
xec(e)||0>e.indexOf("compatible")&&/(mozilla)(?:.*? rv:([\w.]+)|)/.exec(e)||[];r
eturn{browser:t[1]||"",version:t[2]||"0"}},e.browser||(g=e.uaMatch(navigator.use
rAgent),h={},g.browser&&(h[g.browser]=!0,h.version=g.version),h.chrome?h.webkit=
!0:h.webkit&&(h.safari=!0),e.browser=h),a(e,"browser",e.browser,"jQuery.browser
is deprecated"),e.sub=function(){function t(e,n){return new t.fn.init(e,n)}e.ext
end(!0,t,this),t.superclass=this,t.fn=t.prototype=this(),t.fn.constructor=t,t.su
b=this.sub,t.fn.init=function(r,a){return a&&a instanceof e&&!(a instanceof t)&&
(a=t(a)),e.fn.init.call(this,r,a,n)},t.fn.init.prototype=t.fn;var n=t(document);
return r("jQuery.sub() is deprecated"),t},e.ajaxSetup({converters:{"text json":e
.parseJSON}});var b=e.fn.data;e.fn.data=function(t){var a,i,o=this[0];return!o||
"events"!==t||1!==arguments.length||(a=e.data(o,t),i=e._data(o,t),a!==n&&a!==i||
i===n)?b.apply(this,arguments):(r("Use of jQuery.fn.data('events') is deprecated
"),i)};var j=/\/(java|ecma)script/i,w=e.fn.andSelf||e.fn.addBack;e.fn.andSelf=fu
nction(){return r("jQuery.fn.andSelf() replaced by jQuery.fn.addBack()"),w.apply
(this,arguments)},e.clean||(e.clean=function(t,a,i,o){a=a||document,a=!a.nodeTyp
e&&a[0]||a,a=a.ownerDocument||a,r("jQuery.clean() is deprecated");var s,u,c,l,d=
[];if(e.merge(d,e.buildFragment(t,a).childNodes),i)for(c=function(e){return!e.ty
pe||j.test(e.type)?o?o.push(e.parentNode?e.parentNode.removeChild(e):e):i.append
Child(e):n},s=0;null!=(u=d[s]);s++)e.nodeName(u,"script")&&c(u)||(i.appendChild(
u),u.getElementsByTagName!==n&&(l=e.grep(e.merge([],u.getElementsByTagName("scri
pt")),c),d.splice.apply(d,[s+1,0].concat(l)),s+=l.length));return d});var Q=e.ev
ent.add,x=e.event.remove,k=e.event.trigger,N=e.fn.toggle,T=e.fn.live,M=e.fn.die,
S="ajaxStart|ajaxStop|ajaxSend|ajaxComplete|ajaxError|ajaxSuccess",C=RegExp("\\b
(?:"+S+")\\b"),H=/(?:^|\s)hover(\.\S+|)\b/,A=function(t){return"string"!=typeof
t||e.event.special.hover?t:(H.test(t)&&r("'hover' pseudo-event is deprecated, us
e 'mouseenter mouseleave'"),t&&t.replace(H,"mouseenter$1 mouseleave$1"))};e.even
t.props&&"attrChange"!==e.event.props[0]&&e.event.props.unshift("attrChange","at
trName","relatedNode","srcElement"),e.event.dispatch&&a(e.event,"handle",e.event

.dispatch,"jQuery.event.handle is undocumented and deprecated"),e.event.add=func


tion(e,t,n,a,i){e!==document&&C.test(t)&&r("AJAX events should be attached to do
cument: "+t),Q.call(this,e,A(t||""),n,a,i)},e.event.remove=function(e,t,n,r,a){x
.call(this,e,A(t)||"",n,r,a)},e.fn.error=function(){var e=Array.prototype.slice.
call(arguments,0);return r("jQuery.fn.error() is deprecated"),e.splice(0,0,"erro
r"),arguments.length?this.bind.apply(this,e):(this.triggerHandler.apply(this,e),
this)},e.fn.toggle=function(t,n){if(!e.isFunction(t)||!e.isFunction(n))return N.
apply(this,arguments);r("jQuery.fn.toggle(handler, handler...) is deprecated");v
ar a=arguments,i=t.guid||e.guid++,o=0,s=function(n){var r=(e._data(this,"lastTog
gle"+t.guid)||0)%o;return e._data(this,"lastToggle"+t.guid,r+1),n.preventDefault
(),a[r].apply(this,arguments)||!1};for(s.guid=i;a.length>o;)a[o++].guid=i;return
this.click(s)},e.fn.live=function(t,n,a){return r("jQuery.fn.live() is deprecat
ed"),T?T.apply(this,arguments):(e(this.context).on(t,this.selector,n,a),this)},e
.fn.die=function(t,n){return r("jQuery.fn.die() is deprecated"),M?M.apply(this,a
rguments):(e(this.context).off(t,this.selector||"**",n),this)},e.event.trigger=f
unction(e,t,n,a){return n||C.test(e)||r("Global events are undocumented and depr
ecated"),k.call(this,e,t,n||document,a)},e.each(S.split("|"),function(t,n){e.eve
nt.special[n]={setup:function(){var t=this;return t!==document&&(e.event.add(doc
ument,n+"."+e.guid,function(){e.event.trigger(n,null,t,!0)}),e._data(this,n,e.gu
id++)),!1},teardown:function(){return this!==document&&e.event.remove(document,n
+"."+e._data(this,n)),!1}}})}(jQuery,window);
//]]>
</script>
<script type='text/javascript'>
//<![CDATA[
function showrecentcomments(json){for(var i=0;i<a_rc;i++){var b_rc=json.feed.ent
ry[i];var c_rc;if(i==json.feed.entry.length)break;for(var k=0;k<b_rc.link.length
;k++){if(b_rc.link[k].rel=='alternate'){c_rc=b_rc.link[k].href;break;}}c_rc=c_rc
.replace("#","#comment-");var d_rc=c_rc.split("#");d_rc=d_rc[0];var e_rc=d_rc.sp
lit("/");e_rc=e_rc[5];e_rc=e_rc.split(".html");e_rc=e_rc[0];var f_rc=e_rc.replac
e(/-/g," ");f_rc=f_rc.link(d_rc);var g_rc=b_rc.published.$t;var h_rc=g_rc.substr
ing(0,4);var i_rc=g_rc.substring(5,7);var j_rc=g_rc.substring(8,10);var k_rc=new
Array();k_rc[1]="Jan";k_rc[2]="Feb";k_rc[3]="Mar";k_rc[4]="Apr";k_rc[5]="May";k
_rc[6]="Jun";k_rc[7]="Jul";k_rc[8]="Aug";k_rc[9]="Sep";k_rc[10]="Oct";k_rc[11]="
Nov";k_rc[12]="Dec";if("content" in b_rc){var l_rc=b_rc.content.$t;}else if("sum
mary" in b_rc){var l_rc=b_rc.summary.$t;}else var l_rc="";var re=/<\S[^>]*>/g;l_
rc=l_rc.replace(re,"");if(m_rc==true)document.write('On '+k_rc[parseInt(i_rc,10)
]+' '+j_rc+' ');document.write('<a href="'+c_rc+'">'+b_rc.author[0].name.$t+'</a
> commented');if(n_rc==true)document.write(' on '+f_rc);document.write(': ');if(
l_rc.length<o_rc){document.write('<i>&#8220;');document.write(l_rc);document.wri
te('&#8221;</i><br/><br/>');}else{document.write('<i>&#8220;');l_rc=l_rc.substri
ng(0,o_rc);var p_rc=l_rc.lastIndexOf(" ");l_rc=l_rc.substring(0,p_rc);document.w
rite(l_rc+'&hellip;&#8221;</i>');document.write('<br/><br/>');}}}
function rp(json){document.write('<ul>');for(var i=0;i<numposts;i++){document.wr
ite('<li>');var entry=json.feed.entry[i];var posttitle=entry.title.$t;var postur
l;if(i==json.feed.entry.length)break;for(var k=0;k<entry.link.length;k++){if(ent
ry.link[k].rel=='alternate'){posturl=entry.link[k].href;break}}posttitle=posttit
le.link(posturl);var readmorelink="(more)";readmorelink=readmorelink.link(postur
l);var postdate=entry.published.$t;var cdyear=postdate.substring(0,4);var cdmont
h=postdate.substring(5,7);var cdday=postdate.substring(8,10);var monthnames=new
Array();monthnames[1]="Jan";monthnames[2]="Feb";monthnames[3]="Mar";monthnames[4
]="Apr";monthnames[5]="May";monthnames[6]="Jun";monthnames[7]="Jul";monthnames[8
]="Aug";monthnames[9]="Sep";monthnames[10]="Oct";monthnames[11]="Nov";monthnames
[12]="Dec";if("content"in entry){var postcontent=entry.content.$t}else if("summa
ry"in entry){var postcontent=entry.summary.$t}else var postcontent="";var re=/<\
S[^>]*>/g;postcontent=postcontent.replace(re,"");document.write(posttitle);if(sh

owpostdate==true)document.write(' - '+monthnames[parseInt(cdmonth,10)]+' '+cdday


);if(showpostsummary==true){if(postcontent.length<numchars){document.write(postc
ontent)}else{postcontent=postcontent.substring(0,numchars);var quoteEnd=postcont
ent.lastIndexOf(" ");postcontent=postcontent.substring(0,quoteEnd);document.writ
e(postcontent+'...'+readmorelink)}}document.write('</li>')}document.write('</ul>
')}
//]]>
</script>
<script type='text/javascript'>
summary_noimg = 400;
summary_img = 325;
img_thumb_height = 150;
img_thumb_width = 200;
</script>
<script type='text/javascript'>
//<![CDATA[
function removeHtmlTag(strx,chop){
if(strx.indexOf("<")!=-1)
{
var s = strx.split("<");
for(var i=0;i<s.length;i++){
if(s[i].indexOf(">")!=-1){
s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].l
ength);
}
}
strx = s.join("");
}
chop = (chop < strx.length-1) ? chop : strx.length-2;
while(strx.charAt(chop-1)!=' ' && strx.indexOf(' ',chop)!=-1) chop++;
strx = strx.substring(0,chop-1);
return strx+'...';
}
function createSummaryAndThumb(pID){
var div = document.getElementById(pID);
var imgtag = "";
var img = div.getElementsByTagName("img");
var summ = summary_noimg;
if(img.length>=1) {
imgtag = '<img src="'+img[0].src+'" class="pbtthumbimg"/>';
summ = summary_img;
}
var summary = imgtag + '<div>' + removeHtmlTag(div.innerHTML,summ) + '</
div>';
div.innerHTML = summary;
}
//]]>
</script>
</head>
<body class='has-left-sidebar'>
<div class='hfeed site' id='page'>

<div class='main-navigation' id='primary-navigation' role='navigation'>


<div class='navigation-item'>
<a class='skip-link screen-reader-text' href='#content'>Skip to content</a>
<ul class='menu-primary-items sf-menu' id='menu-primary-items'>
<li><a expr:href='data:blog.homepageUrl'>
<img src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAXCAYAAAALHW+jAAAA
GXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAA
AAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4
OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUu
MC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1s
bnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpE
ZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFw
LzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVz
b3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9y
aWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGQjdGMTE3NDA3MjA2ODExODA4M0VCODNDNjJCRDdDMSIg
eG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3M0Q1NzRCMzYxMjkxMUUwOTFGOUY5MzZFMEQ5ODQzMSIg
eG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3M0Q1NzRCMjYxMjkxMUUwOTFGOUY5MzZFMEQ5ODQzMSIg
eG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZl
ZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBRkNBRjhBMEJBNjBFMDExQjcwREJEMzU1ODA3
NEMwMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGQjdGMTE3NDA3MjA2ODExODA4M0VCODNDNjJC
RDdDMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0
IGVuZD0iciI/PpXTrS4AAAMdSURBVHjalJRdSFRBFMdn7t31suJHJlKa9uGLFkq9FD0EUUGEgQlq28dD
RIQvkiBUD1FQFvQQEYFlEL5EStT6UGFEpkIYCH6RpSuCra6pu7qm6+7dr3vvdI57L0zXddEDw+7cmfnN
f+b8z9Cvey8QU2RohJVTQsoIoSXQL4C2pDHmUon2TVZjjsrxtmH4xmAtOzHa8t9iygMBVEEJbQBYCVkn
GCH+sKY0d/snGx7N9i6tLuNCvJRTqk9ktQKhzQDbTpIEjEtWKhzeKWUezE/J6OhZmZbj+8RD0JWdAWVP
cAOywZCoePxIev6z/anb0g2OAdwCsMdmGGyphjTlx18l3B5Qo9/hBAEzNFWwltfnHrqI/Lh4Qiww0Q7A
QhMs6o74G5u8Ay29gZkFUKM+3X3y9B5py22R0jx+bo7FdqXIlu0YC/kU6MZAIa1IBLs88fE5wNzwyRdh
6nzN70+vJqPLdXA9Hn5+imAprdpajImwoko88gF+AmRwrNHT/xr++qEtQwuCE8LwK1+daH8P422mJFny
rGnFPDDNBHT3BWd9CIIWBdiqLdBzeCRo/WsSJIjZeH2YE4FPefwIYla2xYbfFANmBEJTqLjDDFQZU/UE
o0I2ww/aBEvJg4KjpzDrUAXUtLZIpEKVGbigyNO6MCYojHXxg2Du9EIp687LwrIyvBcDqjBtH6xogk6p
Sd3CUNA7jn8RaAlpMYdVlGoMH62WD1hjl5TZ+KGo+hh0BwCWC8rOJipJvxrpebs4+gf3xBpBiNhebH8D
Xqskmwyw0Mo7n/P8C+/gAHQXoUXwIrWf8vw1UPFrMzCspGF5/j7ARtBSukIiYOZuTHXOOcM+O0CdG4U5
Q7679ZMdDt2vIePVEXQ7aHWuL84h2VMN0NENwO7Vuj636rCA7k9G+FcCoOrNqS5nX3CuMsa0kWTKANai
VxECo2ueLw6q3HJ3j/cH56piJqUcrHU92BogDx2WveeMO4UVSiKYXo4kKdCAXp/qHBkMeuzw0gy6IksP
zcdMBCO8mdcJLPhUrEjdFoFEx9wMkOgvuahDlGQwjH8CDABuQZOSWwwz+gAAAABJRU5ErkJggg=='/>
</a></li>
<li><a href='#'>Photoshop</a>
<ul class='sub-menu'>
<li><a href='#'>How To </a></li>
<li><a href='#'>Video</a>
<ul class='sub-menu'>
<li><a href='#'>News</a>
</li>
</ul>
</li>
</ul>
</li>
<li><a href='#'>Computer Market</a>
<ul class='sub-menu'>
<li><a href='#'>Laptop</a></li>
<li><a href='#'>Motherboard</a></li>
<li><a href='#'>Hard Disk</a></li>
<li><a href='#'>Ram</a></li>
<li><a href='#'>Smps(power supply)</a></li>
<li><a href='#'>Cables</a></li>

<li><a
<li><a
<li><a
<li><a
</ul>
</li>

href='#'>Mouse</a></li>
href='#'>keyboard</a></li>
href='#'>Software</a></li>
href='#'>Other</a></li>

<li><a href='#'>Data Recovary </a>


<ul class='sub-menu'>
<li><a href='#'>Software </a></li>
<li><a href='#'>Video</a></li>
</ul>
</li>
<li><a href='http://www.incomputerking.tk/search/label/Networking'>Anti-Hacking<
/a>
<ul class='sub-menu'>
<li><a href='#'>Mobile security </a></li>
<li><a href='#'>Hacking News</a></li>
</ul>
</li>

<li><a href='#'/>About Me </li>


</ul>
<form action='/search' class='searchform' id='searchform' method='get' role='sea
rch'>
<div>
<div class='dashiconsnbt dashiconsnbt-search'/>
<input class='field' id='s' name='q' placeholder='Search' type='text'/>
</div>
</form>
</div><!-- .navigation-item -->
</div><!-- #site-navigation -->
<!-- Mobile navigation -->
<a class='mobile-menu' href='#primary-navigation'><div class='dashiconsnbt dashi
consnbt-menu'/></a>
<header class='site-header' id='masthead' role='banner'>
<div class='header-item'>
<div class='site-branding'>
<div class='site-logo'>
<b:section class='headersec' id='headersec' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='Best Computer Hardware and Network
ing (Header)' type='Header'>
<b:includable id='main'>
<b:if cond='data:useImage'>
<b:if cond='data:imagePlacement == &quot;REPLACE&quot;'>
<!--Show just the image, no text-->
<div id='header-inner'>
<a expr:href='data:blog.homepageUrl' style='display: block'>
<img expr:alt='data:title' expr:height='data:height' expr:id='data:wid

get.instanceId + &quot;_headerimg&quot;' expr:src='data:sourceUrl' expr:width='d


ata:width' style='display: block;padding-left:0px;padding-top:10px;'/>
</a>
</div>
<b:else/>
<!-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.
-->
<div expr:style='&quot;background-image: url(\&quot;&quot; + data:sourceUr
l + &quot;\&quot;); &quot;
+ &quot;background-position: &qu
ot;
+ data:backgroundPositionStyleStr + &quot;; &quot;
+ data:widthStyleStr
+ &quot;min-height: &
quot; + data:height + &quot;px;&quot;
+ &quot;_height: &quo
t; + data:height + &quot;px;&quot;
+ &quot;background-repea
t: 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/>
<!--No header image -->
<div id='header-inner'>
<div class='titlewrapper'>
<h1 class='title'>
<b:include name='title'/>
</h1>
</div>
<b:include name='description'/>
</div>
</b:if>
</b:includable>
<b:includable id='description'>
<div class='description'><data:description/></div>
</b:includable>
<b:includable id='title'>
<a expr:href='data:blog.homepageUrl'><data:title/></a>
</b:includable>
</b:widget>
</b:section>
</div>
</div>
<div class='widget-header' id='header-sidebar'>
<b:section class='headerbannersec' id='headerbannersec' maxwidgets='1' showaddel
ement='yes'>
<b:widget id='HTML3' locked='false' title='' type='HTML'>
<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><!-- #header-sidebar -->
</div><!-- .header-item -->
</header><!-- #masthead -->
<div class='secondary-navigation' id='secondary-navigation' role='navigation'>
<div class='navigation-item'>
<ul class='menu-secondary-items sf-menu' id='menu-secondary-items'>
<li><a expr:href='data:blog.homepageUrl'>
<img src='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAYAAADphp8SAAAA
v0lEQVQ4y72TAQ3DIBBFK2ESkECCASRUwkmohEqYhEqoBCRUwiTg4HYl/5bbAnTtkjV5CS3c4/gpw9B5
QggkZEC1Ncxc6EnuAgszYHzzeJ+6IllwExK6GAUHRtPdLuWmCLttwgNj0iKMPebaIrNjQleLkSiL6bjI
30T7eU0GdmEN3eiVYREZCZmj8QHbx9EnzcUj0PyFRMmoKfU2o3hCosRa2LGTSfpVRJUf9JIomvn57yJ3
QeRaV2Q9IVrtFXkCvsFGPIJKyNMAAAAASUVORK5CYII='/>
</a></li>
<li><a href='http://www.incomputerking.tk/search/label/Window%20Support'>windows
support </a>
<ul class='sub-menu'>
</ul>
</li>
<li><a href='http://www.incomputerking.tk/search/label/Computer%20Repair'>Comput
er Repair</a>
<ul class='sub-menu'>
<li><a href='http://www.incomputerking.tk/search/label/Laptop%20Repair'>Laptop R
epair</a></li>
<li><a href='http://www.incomputerking.tk/search/label/Motherboard%20Repairs'> M
otherboard Repair</a></li>
<li><a href='#'>Video</a></li>
<li><a href='#'>Other</a>
<ul class='sub-menu'>
<li><a href='#'>News</a>
</li>
</ul>
</li>
</ul>
</li>

<li><a href='#'>Printer Repair</a>


<ul class='sub-menu'>
<li><a href='#'>Software</a></li>
<li><a href='#'>Drivers</a></li>
</ul>
</li>

<li><a href='http://www.incomputerking.tk/search/label/Ms%20Office'>MS-Office</a
>
<ul class='sub-menu'>
<li><a href='#'>MS-Word</a></li>
<li><a href='#'>MS-Excel</a></li>
<li><a href='#'>MS-Power point</a></li>
</ul>
</li>
<li><a href='http://www.incomputerking.tk/p/hindi-computer.html'> ?&#2367;&#2306
;?&#2368; </a>
<ul class='sub-menu'>
<li><a href='#'>?&#2306;?&#2381;?&#2370;?? ?&#2367;?&#2381;?&#2366;</a></li>
<li><a href='#'>??&#2366;?&#2366;?</a></li>
</ul>
</li>

<li><a href='#'/></li>
</ul>

</div><!-- .navigation-item -->


</div><!-- #site-navigation -->
<div class='site-content' id='content'>
<div class='widget-area widget-home' id='home-sidebar'>

<b:section class='sidebarleftsec' id='sidebarleftsec' preferred='yes'>


<b:widget id='Feed1' locked='false' title='Blog Themes' type='Feed'>
<b:includable id='main'>
<h2><data:title/></h2>
<div class='widget-content' expr:id='data:widget.instanceId + &quot;_feedIte
mListDisplay&quot;'>
<span style='filter: alpha(25); opacity: 0.25;'>
<a expr:href='data:feedUrl'><data:loadingMsg/></a>
</span>
</div>
<b:include name='quickedit'/>
</b:includable>
</b:widget>
<b:widget id='LinkList32' locked='false' title='Blogroll' type='LinkList'>
<b:includable id='main'>
<b:if cond='data:title'><h2><data:title/></h2></b:if>
<div class='widget-content'>
<ul>
<b:loop values='data:links' var='link'>

<li><a expr:href='data:link.target'><data:link.name/></a></li>
</b:loop>
</ul>
<b:include name='quickedit'/>
</div>
</b:includable>
</b:widget>
<b:widget id='Attribution1' locked='true' title='' type='Attribution'>
<b:includable id='main'>
<b:if cond='data:feedbackSurveyLink'>
<div class='mobile-survey-link' style='text-align: center;'>
<data:feedbackSurveyLink/>
</div>
</b:if>
<div class='widget-content' style='text-align: center;'>
<b:if cond='data:attribution != &quot;&quot;'>
<data:attribution/>
</b:if>
</div>
<b:include name='quickedit'/>
</b:includable>
</b:widget>
<b:widget id='LinkList1' locked='true' title='Edit This Menu' type='LinkList'>
<b:includable id='main'>
<div class='widget-content'>
<ul class='menus menu-primary'>
<b:loop values='data:links' var='link'>
<li><a expr:href='data:link.target'><data:link.name/></a></li>
</b:loop>
</ul>
<b:include name='quickedit'/>
</div>
</b:includable>
</b:widget>
<b:widget id='HTML5' locked='false' title='' type='HTML'>
<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='Navbar1' locked='true' title='Navbar' type='Navbar'>
<b:includable id='main'>&lt;script type=&quot;text/javascript&quot;&gt;
function setAttributeOnload(object, attribute, val) {
if(window.addEventListener) {
window.addEventListener(&#39;load&#39;,
function(){ object[attribute] = val; }, false);
} else {
window.attachEvent(&#39;onload&#39;, function(){ object[attribute] = val
; });
}
}

&lt;/script&gt;
&lt;div id=&quot;navbar-iframe-container&quot;&gt;&lt;/div&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;https://apis.google.com/js
/plusone.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
gapi.load(&quot;gapi.iframes:gapi.iframes.style.bubble&quot;, function()
{
if (gapi.iframes &amp;&amp; gapi.iframes.getContext) {
gapi.iframes.getContext().openChild({
url: &#39;https://www.blogger.com/navbar.g?targetBlogID\07514705
20289301039464\46blogName\75Best+Computer+Hardware+and+Networking\46publishMode\
75PUBLISH_MODE_HOSTED\46navbarType\75LIGHT\46layoutType\75LAYOUTS\46searchRoot\7
5http://www.incomputerking.tk/search\46blogLocale\75en_GB\46v\0752\46homepageUrl
\75http://www.incomputerking.tk/\46blogFollowUrl\75https://plus.google.com/11002
1633395898701195\46vt\0755430864837238683307&#39;,
where: document.getElementById(&quot;navbar-iframe-container&quo
t;),
id: &quot;navbar-iframe&quot;
});
}
});
&lt;/script&gt;&lt;script type=&quot;text/javascript&quot;&gt;
(function() {
var script = document.createElement(&#39;script&#39;);
script.type = &#39;text/javascript&#39;;
script.src = &#39;//pagead2.googlesyndication.com/pagead/js/google_top_exp.js&#3
9;;
var head = document.getElementsByTagName(&#39;head&#39;)[0];
if (head) {
head.appendChild(script);
}})();
&lt;/script&gt;
</b:includable>
</b:widget>
<b:widget id='Feed2' locked='false' title='Blogger Templates' type='Feed'>
<b:includable id='main'>
<h2><data:title/></h2>
<div class='widget-content' expr:id='data:widget.instanceId + &quot;_feedIte
mListDisplay&quot;'>
<span style='filter: alpha(25); opacity: 0.25;'>
<a expr:href='data:feedUrl'><data:loadingMsg/></a>
</span>
</div>
<b:include name='quickedit'/>
</b:includable>
</b:widget>
</b:section>
</div><!-- #home-sidebar -->
<div class='content-area' id='primary'>
<div class='site-main' id='main' role='main'>
<!-- featured post slider started -->
<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<b:if cond='data:blog.pageType != &quot;item&quot;'>
<div class='featured-slider'>
<div class='flexslider' id='slider'>
<ul class='slides'>

<!-- slide 1 code start -->


<li><a href='ENTER-SLIDE-1-LINK-HERE'><img src='http://itechfuture.com/wp-conten
t/uploads/2013/08/Future-technology-Concept-of-a-smartphone-and-a-tablet-compute
r.jpg'/></a><header class='entry-header'><h1 class='entry-title'><a href='ENTERSLIDE-1-LINK-HERE'>How to computer repair</a></h1></header><div class='entry-sum
mary'>This is slide 1 description. Go to Edit HTML of your blogger blog. Find th
ese sentences. You can replace these sentences with your own words. This is a Bl
ogger template by NewBloggerThemes.com....</div></li>
<!-- slide 1 code end -->
<!-- slide 2 code start -->
<li><a href='ENTER-SLIDE-2-LINK-HERE'><img src='http://www.gaiawallpapers.com/wa
llpapersbin.20111220/previews-hd/201003191-circuit-preview-hd.jpg'/></a><header
class='entry-header'><h1 class='entry-title'><a href='ENTER-SLIDE-2-LINK-HERE'>H
ow to repair all type Motherboard </a></h1></header><div class='entry-summary'>T
his is slide 2 description. Go to Edit HTML of your blogger blog. Find these sen
tences. You can replace these sentences with your own words. This is a Blogger t
emplate by NewBloggerThemes.com....</div></li>
<!-- slide 2 code end -->
<!-- slide 3 code start -->
<li><a href='ENTER-SLIDE-3-LINK-HERE'><img src='https://www1.ethz.ch/hk/services
/socialmedia/social_media_illustration.jpg?hires'/></a><header class='entry-head
er'><h1 class='entry-title'><a href='ENTER-SLIDE-3-LINK-HERE'>Secure Your social
Networking site</a></h1></header><div class='entry-summary'>This is slide 3 des
cription. Go to Edit HTML of your blogger blog. Find these sentences. You can re
place these sentences with your own words. This is a Blogger template by NewBlog
gerThemes.com....</div></li>
<!-- slide 3 code end -->
<!-- slide 4 code start -->
<li><a href='ENTER-SLIDE-4-LINK-HERE'><img src='http://imagescdn.tweaktown.com/n
ews/3/5/35517_1_mobile_world_congress_2014_to_be_absent_of_any_new_windows_phone
s.png'/></a><header class='entry-header'><h1 class='entry-title'><a href='ENTERSLIDE-4-LINK-HERE'>cyber crime with how to secure Mobile </a></h1></header><div
class='entry-summary'>This is slide 4 description. Go to Edit HTML of your blog
ger blog. Find these sentences. You can replace these sentences with your own wo
rds. This is a Blogger template by NewBloggerThemes.com....</div></li>
<!-- slide 4 code end -->
</ul>
</div>
</div><!-- .featured-slider -->
</b:if>
</b:if>
<!-- featured post slider end -->
<b:section class='mainblogsec' id='mainblogsec' showaddelement='no'>
<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'>
<b:includable id='main' var='top'>
<b:if cond='data:mobile == &quot;false&quot;'>
<!-- posts -->
<div class='blog-posts hfeed'>
<b:include data='top' name='status-message'/>
<data:defaultAdStart/>

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


<b:if cond='data:post.isDateStart'>
<b:if cond='data:post.isFirstPost == &quot;false&quot;'>
&lt;/div&gt;&lt;/div&gt;
</b:if>
</b:if>
<b:if cond='data:post.isDateStart'>
&lt;div class=&quot;date-outer&quot;
&lt;div class=&quot;date-outer&quot;
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<b:if cond='data:blog.searchQuery == &quot;&quot;'>
<b:if cond='data:blog.searchLabel == &quot;&quot;'>
<b:if cond='data:post.url == &quot;http://www.incomputerking.tk/2015/02/basic-pa
rt-of-motherboard.html&quot;'> style=&#39;display:none;&#39;</b:if>
<b:if cond='data:post.url == &quot;http://www.incomputerking.tk/2015/02/types-of
-portable-pcs.html&quot;'> style=&#39;display:none;&#39;</b:if>
<b:if cond='data:post.url == &quot;http://www.incomputerking.tk/2015/02/7.html&q
uot;'> style=&#39;display:none;&#39;</b:if>
<b:if cond='data:post.url == &quot;http://www.incomputerking.tk/2015/02/blog-pos
t_39.html&quot;'> style=&#39;display:none;&#39;</b:if>
</b:if>
</b:if>
</b:if>
</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:if cond='data:blog.pageType == &quot;static_page&quot;'>
<b:if cond='data:post.showThreadedComments'>
<b:include data='post' name='threaded_comments'/>
<b:else/>
<b:include data='post' name='comments'/>
</b:if>
</b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<b:if cond='data:post.showThreadedComments'>
<b:include data='post' name='threaded_comments'/>
<b:else/>
<b:include data='post' name='comments'/>
</b:if>
</b:if>
</div>
<b:if cond='data:post.includeAd'>
<b:if cond='data:post.isFirstPost'>
<data:defaultAdEnd/>
<b:else/>
<data:adEnd/>
</b:if>
<div class='inline-ad'>
<data:adCode/>
</div>
<data:adStart/>
</b:if>
</b:loop>

<b:if cond='data:numPosts != 0'>


&lt;/div&gt;&lt;/div&gt;
</b:if>
<data:adEnd/>
</div>
<div style='clear: both;'/>
<b:if cond='data:blog.pageType != &quot;item&quot;'>
<!-- navigation -->
<b:include name='nextprev'/>
</b:if>
<!-- feed links -->
<b:include name='feedLinks'/>
<b:if cond='data:top.showStars'>
<script src='//www.google.com/jsapi' type='text/javascript'/>
<script type='text/javascript'>
google.load(&quot;annotations&quot;, &quot;1&quot;, {&quot;locale&quot;:
&quot;<data:top.languageCode/>&quot;});
function initialize() {
google.annotations.setApplicationId(<data:top.blogspotReviews/>);
google.annotations.createAll();
google.annotations.fetch();
}
google.setOnLoadCallback(initialize);
</script>
</b:if>
<b:else/>
<b:include name='mobile-main'/>
</b:if>
<b:if cond='data:top.showDummy'>
<data:top.dummyBootstrap/>
</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.deleteBacklinkMs
g'>
<img src='//www.blogger.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:ba
cklink.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:wi
dget.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&q
uot;' 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-co
mment-from-post' frameborder='0' height='410' id='comment-editor' name='commenteditor' 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-co
mment-from-post' frameborder='0' height='410' id='comment-editor' name='commenteditor' src='' width='100%'/>
</b:if>
<data:post.friendConnectJs/>
<data:post.cmtfpIframe/>
<script type='text/javascript'>
BLOG_CMT_createIframe(&#39;<data:post.appRpcRelayPath/>&#39;, &#39;<data:p
ost.communityId/>&#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='d
ata:top.deleteCommentMsg'>
<img src='//www.blogger.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.canonicalUrl'>
</span>
<b:else/>
<a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='da
ta: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:else/>
<b:if cond='data:post.showThreadedComments'>
<b:include data='post' name='threaded_comments'/>
<b:else/>
<b:include data='post' name='comments'/>
</b:if>
</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>
<b:if cond='data:post.numComments == 1'>
1 <data:commentLabel/>:
<b:else/>
<data:post.numComments/> <data:commentLabelPlural/>:
</b:if>
</h4>
<b:if cond='data:post.commentPagingRequired'>
<span class='paging-control-container'>
<a expr:class='data:post.oldLinkClass' expr:href='data:post.oldestLink
Url'><data:post.oldestLinkText/></a>
&#160;
<a expr:class='data:post.oldLinkClass' expr:href='data:post.olderLinkU
rl'><data:post.olderLinkText/></a>
&#160;
<data:post.commentRangeText/>
&#160;
<a expr:class='data:post.newLinkClass' expr:href='data:post.newerLinkU
rl'><data:post.newerLinkText/></a>
&#160;
<a expr:class='data:post.newLinkClass' expr:href='data:post.newestLink
Url'><data:post.newestLinkText/></a>
</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.authorCla

ss' 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:comme
nt.author/></a>
<b:else/>
<data:comment.author/>
</b:if>
<data:commentPostedByMsg/>
</dt>
<dd class='comment-body' expr:id='data:widget.instanceId + data:comm
ent.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.oldestLink
Url'>
<data:post.oldestLinkText/>
</a>
<a expr:class='data:post.oldLinkClass' expr:href='data:post.olderLinkU
rl'>
<data:post.olderLinkText/>
</a>
&#160;
<data:post.commentRangeText/>
&#160;
<a expr:class='data:post.newLinkClass' expr:href='data:post.newerLinkU
rl'>
<data:post.newerLinkText/>
</a>
<a expr:class='data:post.newLinkClass' expr:href='data:post.newestLink
Url'>
<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:else/>
<b:if cond='data:post.allowComments'>
<a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCo
mmentOnclick'><data:postCommentMsg/></a>
</b:if>
</b:if>
</p>
</b:if>
<b:if cond='data:showCmtPopup'>
<div id='comment-popup'>
<iframe allowtransparency='true' frameborder='0' id='comment-actions' na
me='comment-actions' scrolling='no'>
</iframe>
</div>
</b:if>
<div id='backlinks-container'>
<div expr:id='data:widget.instanceId + &quot;_backlinks-container&quot;'>
<b:if cond='data:post.showBacklinks'>
<b:include data='post' name='backlinks'/>
</b:if>
</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'>
<b:include data='feedLinks' name='feedLinksBody'/>
</div>
</b:if>
<b:else/> <!--Post feed links -->
<div class='post-feeds'>
<b:loop values='data:posts' var='post'>
<b:if cond='data:post.allowComments'>
<b:if cond='data:post.feedLinks'>
<b:include data='post.feedLinks' name='feedLinksBody'/>
</b:if>
</b:if>
</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' tar


get='_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.allowComments'>
<script expr:src='data:post.commentSrc' type='text/javascript'/>
<div class='cmt_iframe_holder'/>
<b:if cond='data:post.embedCommentForm == &quot;false&quot;'>
<a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentO
nclick'><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'>
<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:if cond='data:blog.pageType != &quot;static_page&quot;'>
<b:if cond='data:post.allowComments'>
<b:if cond='data:post.numComments != 0'>
<a class='comment-link' expr:href='data:post.addCommentUrl' expr:o
nclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 1'>1 <
data:top.commentLabel/><b:else/><data:post.numComments/> <data:top.commentLabelP
lural/></b:if></a>
</b:if>
</b:if>

</b:if>
</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='da
ta:widget.instanceId + &quot;_blog-pager-newer-link&quot;' expr:title='data:newe
rPageTitle'>&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='da
ta:widget.instanceId + &quot;_blog-pager-older-link&quot;' expr:title='data:olde
rPageTitle'>&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'>
<a expr:name='data:post.id'/>
<b:if cond='data:post.title'>
<h3 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'>
<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>
</h3>
</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'>
<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'>
<a expr:href='data:post.authorProfileUrl' rel='author' tit
le='author profile'>
<data:post.author/>
</a>
</span>
<b:else/>
<span class='fn'><data:post.author/></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'>
<a class='timestamp-link' expr:href='data:post.url' rel='boo
kmark' title='permanent link'><abbr class='published' expr:title='data:post.time
stampISO8601'><data:post.timestamp/></abbr></a>
</b:if>
</b:if>
</span>

<span class='post-comment-link'>
<b:if cond='data:blog.pageType != &quot;item&quot;'>
<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<b:if cond='data:post.allowComments'>
<a class='comment-link' expr:href='data:post.addCommentUrl
' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments =
= 1'>1 <data:top.commentLabel/><b:else/><data:post.numComments/> <data:top.comme
ntLabelPlural/></b:if></a>
</b:if>
</b:if>
</b:if>
</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-sha
re-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.dummyT
ag/></div>
</b:if>
</div>
</div>
</div>
<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
<b:if cond='data:post.showThreadedComments'>
<b:include data='post' name='threaded_comments'/>
<b:else/>
<b:include data='post' name='comments'/>
</b:if>
</b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<b:if cond='data:post.showThreadedComments'>
<b:include data='post' name='threaded_comments'/>
<b:else/>
<b:include data='post' name='comments'/>
</b:if>
</b:if>
</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='da
ta:widget.instanceId + &quot;_blog-pager-newer-link&quot;' expr:title='data:newe
rPageTitle'>&amp;larr;&amp;nbsp;<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='da


ta:widget.instanceId + &quot;_blog-pager-older-link&quot;' expr:title='data:olde
rPageTitle'><data:olderPageTitle/>&amp;nbsp;&amp;rarr;</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='page-navi'>
<div class='pagenavi'>
<script type='text/javascript'>
var pageNaviConf = {
perPage: 7,numPages: 5,firstText: &quot;First&quot;,
lastText: &quot;Last&quot;,
nextText: &quot;&#187;&quot;,
prevText: &quot;&#171;&quot;
}
</script>
<script src='https://www.googledrive.com/host/0B2ww3WS8P1MJYUpZd21XNXBYYW8'
type='text/javascript'/>
<div class='clear'/>
</div>
</b:includable>
<b:includable id='post' var='post'>
<article class='post hentry'>
<a expr:name='data:post.id'/>
<header class='entry-header entry-header-index'>
<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>
<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<div class='entry-meta'>
<span class='posted-on'><data:post.timestamp/></span><span class='byline'>&amp;n
bsp;&#8211;&amp;nbsp;by <b:if cond='data:post.authorProfileUrl'><a expr:href='da
ta:post.authorProfileUrl' rel='author' title='author profile'><data:post.author/
></a><b:else/><data:post.author/></b:if></span>
<b:if cond='data:post.allowComments'><span class='comments-link'><a expr:href='d
ata:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='d
ata:post.numComments == 0'>0</b:if><b:if cond='data:post.numComments == 1'>1</b:
if><b:if cond='data:post.numComments &gt;= 2'><data:post.numComments/></b:if></a

> <span class='dashiconsnbt dashiconsnbt-admin-comments'/></span></b:if>


</div><!-- .entry-meta -->
</b:if>
</header><!-- .entry-header -->
<div class='post-header-line-1'/>
<div class='post-body entry-content'>
<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<b:if cond='data:blog.pageType != &quot;item&quot;'>
<div expr:id='&quot;summary&quot; + data:post.id'><data:post.body/></div>
<script type='text/javascript'>createSummaryAndThumb(&quot;summary<data:post.id/
>&quot;);</script>
</b:if>
</b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'><data:post.body/></b:if>
<b:if cond='data:blog.pageType == &quot;static_page&quot;'><data:post.body/></b:
if>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div style='clear:both;'/>
<div class='post-share-buttons'>
<b:include data='post' name='shareButtons'/>
</div>
<span class='reaction-buttons'>
<b:if cond='data:top.showReactions'>
<table border='0' cellpadding='0' width='100%'><tr>
<td style='font-size:12px;padding-top:2px;' valign='top'><span class='reactionslabel'><data:top.reactionsLabel/></span></td>
<td><iframe allowtransparency='true' class='reactions-iframe' expr:src='data:pos
t.reactionsUrl' frameborder='0' name='reactions' scrolling='no'/></td>
</tr></table>
</b:if>
</span>
</b:if>
<div style='clear: both;'/> <!-- clear for photos floats -->
</div>
<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<footer class='entry-footer'>
<b:if cond='data:post.labels'><span>Posted in: <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></span></b:if><b
:if cond='data:blog.pageType != &quot;item&quot;'><span>&amp;nbsp;&amp;nbsp;|&am
p;nbsp;&amp;nbsp;<a class='bpostmore' expr:href='data:post.url'>Read More&amp;nb
sp;&amp;raquo;</a></span></b:if>
</footer>
</b:if>
</article>
<div style='clear: both;'/>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<!-- navigation -->
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<b:include name='page-navi'/>
<b:else/>

<b:if cond='data:blog.pageType == &quot;archive&quot;'>


<b:include name='page-navi'/>
</b:if>
<b:else/>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<b:include name='nextprev'/>
</b:if>
</b:if>
</b:if>
</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='' class='icon-action' height='18' src='http://img2.blogblog.co
m/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;' ex
pr:title='data:top.emailThisMsg' target='_blank'><span class='share-button-linktext'><data:top.emailThisMsg/></span></a></b:if><b:if cond='data:top.showBlogThi
sButton'><a class='goog-inline-block share-button sb-blog' expr:href='data:post.
sharePostUrl + &quot;&amp;target=blog&quot;' expr:onclick='&quot;window.open(thi
s.href, \&quot;_blank\&quot;, \&quot;height=270,width=475\&quot;); return false;
&quot;' expr:title='data:top.blogThisMsg' target='_blank'><span class='share-but
ton-link-text'><data:top.blogThisMsg/></span></a></b:if><b:if cond='data:top.sho
wTwitterButton'><a class='goog-inline-block share-button sb-twitter' expr:href='
data:post.sharePostUrl + &quot;&amp;target=twitter&quot;' expr:title='data:top.s
hareToTwitterMsg' 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.shareP
ostUrl + &quot;&amp;target=facebook&quot;' expr:onclick='&quot;window.open(this.
href, \&quot;_blank\&quot;, \&quot;height=430,width=640\&quot;); return false;&q
uot;' expr:title='data:top.shareToFacebookMsg' target='_blank'><span class='shar
e-button-link-text'><data:top.shareToFacebookMsg/></span></a></b:if><b:if cond='
data:top.showOrkutButton'><a class='goog-inline-block share-button sb-orkut' exp
r:href='data:post.sharePostUrl + &quot;&amp;target=orkut&quot;' expr:title='data
:top.shareToOrkutMsg' target='_blank'><span class='share-button-link-text'><data
:top.shareToOrkutMsg/></span></a></b:if><b:if cond='data:top.showDummy'><div cla
ss='goog-inline-block dummy-container'><data:post.dummyTag/></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>

</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-co
mment-from-post' frameborder='0' height='410' id='comment-editor' name='commenteditor' 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-co
mment-from-post' frameborder='0' height='410' id='comment-editor' name='commenteditor' src='' width='100%'/>
</b:if>
<data:post.friendConnectJs/>
<data:post.cmtfpIframe/>
<script type='text/javascript'>
BLOG_CMT_createIframe(&#39;<data:post.appRpcRelayPath/>&#39;, &#39;<data:p
ost.communityId/>&#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 + '</sp
an>';
}
}
}
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].hr
ef);
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].valu
e;
}
}
}
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)) {
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:if cond='data:post.embedCommentForm'>
<b:include data='post' name='threaded_comment_js'/>
</b:if>
<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' na
me='comment-actions' scrolling='no'>
</iframe>
</div>
</b:if>

<div id='backlinks-container'>
<div expr:id='data:widget.instanceId + &quot;_backlinks-container&quot;'>
<b:if cond='data:post.showBacklinks'>
<b:include data='post' name='backlinks'/>
</b:if>
</div>
</div>
</div>
</b:includable>
</b:widget>
</b:section>
</div><!-- #main -->
</div><!-- #primary -->
<div class='widget-area widget-primary' id='secondary' role='complementary'>
<b:section class='sidebarrightsec' id='sidebarrightsec' preferred='yes'>
<b:widget id='HTML1' locked='false' title='' type='HTML'>
<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='HTML2' locked='false' title='' type='HTML'>
<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='Label3' locked='false' title='hot category' type='Label'>
<b:includable id='main'>
<b:if cond='data:title'>
<h2><data:title/></h2>
</b:if>
<div expr:class='&quot;widget-content &quot; + data:display + &quot;-label-wid
get-content&quot;'>
<b:if cond='data:display == &quot;list&quot;'>
<ul>
<b:loop values='data:labels' var='label'>
<li>
<b:if cond='data:blog.url == data:label.url'>
<span expr:dir='data:blog.languageDirection'><data:label.name/></spa
n>
<b:else/>
<a expr:dir='data:blog.languageDirection' expr:href='data:label.url'
><data:label.name/></a>

</b:if>
<b:if cond='data:showFreqNumbers'>
<span dir='ltr'>(<data:label.count/>)</span>
</b:if>
</li>
</b:loop>
</ul>
<b:else/>
<b:loop values='data:labels' var='label'>
<span expr:class='&quot;label-size label-size-&quot; + data:label.cssSiz
e'>
<b:if cond='data:blog.url == data:label.url'>
<span expr:dir='data:blog.languageDirection'><data:label.name/></spa
n>
<b:else/>
<a expr:dir='data:blog.languageDirection' expr:href='data:label.url'
><data:label.name/></a>
</b:if>
<b:if cond='data:showFreqNumbers'>
<span class='label-count' dir='ltr'>(<data:label.count/>)</span>
</b:if>
</span>
</b:loop>
</b:if>
<b:include name='quickedit'/>
</div>
</b:includable>
</b:widget>
</b:section>
</div><!-- #secondary -->
</div><!-- #content -->
<footer class='site-footer' id='colophon' role='contentinfo'>
<div class='footer-item'>
<div class='widget-footer' id='footer-sidebar'>
<b:section class='footersec' id='footersec1' showaddelement='yes'>
<b:widget id='PageList1' locked='false' title='' type='PageList'>
<b:includable id='main'>
<b:if cond='data:title'><h2><data:title/></h2></b:if>
<div class='widget-content'>
<b:if cond='data:mobile'>
<select expr:id='data:widget.instanceId + &quot;_select&quot;'>
<b:loop values='data:links' var='link'>
<b:if cond='data:link.isCurrentPage'>
<option expr:value='data:link.href' selected='selected'><data:link.t
itle/></option>
<b:else/>
<option expr:value='data:link.href'><data:link.title/></option>
</b:if>
</b:loop>
</select>
<span class='pagelist-arrow'>&amp;#9660;</span>
<b:else/>
<ul>
<b:loop values='data:links' var='link'>
<b:if cond='data:link.isCurrentPage'>
<li class='selected'><a expr:href='data:link.href'><data:link.title/
></a></li>

<b:else/>
<li><a expr:href='data:link.href'><data:link.title/></a></li>
</b:if>
</b:loop>
</ul>
</b:if>
<b:include name='quickedit'/>
</div>
</b:includable>
</b:widget>
</b:section>
</div><!-- #footer-sidebar -->
<div class='site-info'>
Copyright &#169; <script type='text/javascript'>var creditsyear = new Date();doc
ument.write(creditsyear.getFullYear());</script> <a expr:href='data:blog.homepag
eUrl'><data:blog.title/></a> | Powered by <a href='http://www.blogger.com/'>Blog
ger</a><br/>Design by <a href='http://www.theme-junkie.com/' target='_blank'>The
me Junkie</a> | Blogger Theme by <a href='http://newbloggerthemes.com/' target='
_blank' title='NewBloggerThemes.com'>NewBloggerThemes.com</a>
</div><!-- .site-info -->
</div><!-- .footer-item -->
</footer><!-- #colophon -->
</div><!-- #page -->
<script>document.documentElement.className = &#39;js&#39;;</script>
<script type='text/javascript'>
//<![CDATA[
!function(){for(var a,b=function(){},c=["assert","clear","count","debug","dir","
dirxml","error","exception","group","groupCollapsed","groupEnd","info","log","ma
rkTimeline","profile","profileEnd","table","time","timeEnd","timeStamp","trace",
"warn"],d=c.length,e=window.console=window.console||{};d--;)a=c[d],e[a]||(e[a]=b
)}();var FORMALIZE=function(a,b,c){function d(a){var b=c.createElement("b");retu
rn b.innerHTML="<!--[if IE "+a+"]><br><![endif]-->",!!b.getElementsByTagName("br
").length}var e="placeholder"in c.createElement("input"),f="autofocus"in c.creat
eElement("input"),g=d(6),h=d(7);return{go:function(){var a,b=this.init;for(a in
b)b.hasOwnProperty(a)&&b[a]()},init:{disable_link_button:function(){a(c.document
Element).on("click","a.button_disabled",function(){return!1})},full_input_size:f
unction(){h&&a("textarea, input.input_full").length&&a("textarea, input.input_fu
ll").wrap('<span class="input_full_wrap"></span>')},ie6_skin_inputs:function(){i
f(g&&a("input, select, textarea").length){var b=/button|submit|reset/,c=/date|da
tetime|datetime-local|email|month|number|password|range|search|tel|text|time|url
|week/;a("input").each(function(){var d=a(this);this.getAttribute("type").match(
b)?(d.addClass("ie6_button"),this.disabled&&d.addClass("ie6_button_disabled")):t
his.getAttribute("type").match(c)&&(d.addClass("ie6_input"),this.disabled&&d.add
Class("ie6_input_disabled"))}),a("textarea, select").each(function(){this.disabl
ed&&a(this).addClass("ie6_input_disabled")})}},autofocus:function(){if(!f&&a(":i
nput[autofocus]").length){var b=a("[autofocus]")[0];b.disabled||b.focus()}},plac
eholder:function(){!e&&a(":input[placeholder]").length&&(FORMALIZE.misc.add_plac
eholder(),a(":input[placeholder]").each(function(){if("password"!==this.type){va
r b=a(this),c=b.attr("placeholder");b.focus(function(){b.val()===c&&b.val("").re
moveClass("placeholder_text")}).blur(function(){FORMALIZE.misc.add_placeholder()
}),b.closest("form").submit(function(){b.val()===c&&b.val("").removeClass("place
holder_text")}).on("reset",function(){setTimeout(FORMALIZE.misc.add_placeholder,
50)})}}))}},misc:{add_placeholder:function(){!e&&a(":input[placeholder]").length
&&a(":input[placeholder]").each(function(){if("password"!==this.type){var b=a(th
is),c=b.attr("placeholder");b.val()&&b.val()!==c||b.val(c).addClass("placeholder

_text")}})}}}}(jQuery,this,this.document);jQuery(document).ready(function(){FORM
ALIZE.go()}),function(){function a(){}function b(a,b){for(var c=a.length;c--;)if
(a[c].listener===b)return c;return-1}function c(a){return function(){return this
[a].apply(this,arguments)}}var d=a.prototype,e=this,f=e.EventEmitter;d.getListen
ers=function(a){var b,c,d=this._getEvents();if("object"==typeof a){b={};for(c in
d)d.hasOwnProperty(c)&&a.test(c)&&(b[c]=d[c])}else b=d[a]||(d[a]=[]);return b},
d.flattenListeners=function(a){var b,c=[];for(b=0;b<a.length;b+=1)c.push(a[b].li
stener);return c},d.getListenersAsObject=function(a){var b,c=this.getListeners(a
);return c instanceof Array&&(b={},b[a]=c),b||c},d.addListener=function(a,c){var
d,e=this.getListenersAsObject(a),f="object"==typeof c;for(d in e)e.hasOwnProper
ty(d)&&-1===b(e[d],c)&&e[d].push(f?c:{listener:c,once:!1});return this},d.on=c("
addListener"),d.addOnceListener=function(a,b){return this.addListener(a,{listene
r:b,once:!0})},d.once=c("addOnceListener"),d.defineEvent=function(a){return this
.getListeners(a),this},d.defineEvents=function(a){for(var b=0;b<a.length;b+=1)th
is.defineEvent(a[b]);return this},d.removeListener=function(a,c){var d,e,f=this.
getListenersAsObject(a);for(e in f)f.hasOwnProperty(e)&&(d=b(f[e],c),-1!==d&&f[e
].splice(d,1));return this},d.off=c("removeListener"),d.addListeners=function(a,
b){return this.manipulateListeners(!1,a,b)},d.removeListeners=function(a,b){retu
rn this.manipulateListeners(!0,a,b)},d.manipulateListeners=function(a,b,c){var d
,e,f=a?this.removeListener:this.addListener,g=a?this.removeListeners:this.addLis
teners;if("object"!=typeof b||b instanceof RegExp)for(d=c.length;d--;)f.call(thi
s,b,c[d]);else for(d in b)b.hasOwnProperty(d)&&(e=b[d])&&("function"==typeof e?f
.call(this,d,e):g.call(this,d,e));return this},d.removeEvent=function(a){var b,c
=typeof a,d=this._getEvents();if("string"===c)delete d[a];else if("object"===c)f
or(b in d)d.hasOwnProperty(b)&&a.test(b)&&delete d[b];else delete this._events;r
eturn this},d.removeAllListeners=c("removeEvent"),d.emitEvent=function(a,b){var
c,d,e,f,g=this.getListenersAsObject(a);for(e in g)if(g.hasOwnProperty(e))for(d=g
[e].length;d--;)c=g[e][d],c.once===!0&&this.removeListener(a,c.listener),f=c.lis
tener.apply(this,b||[]),f===this._getOnceReturnValue()&&this.removeListener(a,c.
listener);return this},d.trigger=c("emitEvent"),d.emit=function(a){var b=Array.p
rototype.slice.call(arguments,1);return this.emitEvent(a,b)},d.setOnceReturnValu
e=function(a){return this._onceReturnValue=a,this},d._getOnceReturnValue=functio
n(){return this.hasOwnProperty("_onceReturnValue")?this._onceReturnValue:!0},d._
getEvents=function(){return this._events||(this._events={})},a.noConflict=functi
on(){return e.EventEmitter=f,a},"function"==typeof define&&define.amd?define("ev
entEmitter/EventEmitter",[],function(){return a}):"object"==typeof module&&modul
e.exports?module.exports=a:this.EventEmitter=a}.call(this),function(a){function
b(b){var c=a.event;return c.target=c.target||c.srcElement||b,c}var c=document.do
cumentElement,d=function(){};c.addEventListener?d=function(a,b,c){a.addEventList
ener(b,c,!1)}:c.attachEvent&&(d=function(a,c,d){a[c+d]=d.handleEvent?function(){
var c=b(a);d.handleEvent.call(d,c)}:function(){var c=b(a);d.call(a,c)},a.attachE
vent("on"+c,a[c+d])});var e=function(){};c.removeEventListener?e=function(a,b,c)
{a.removeEventListener(b,c,!1)}:c.detachEvent&&(e=function(a,b,c){a.detachEvent(
"on"+b,a[b+c]);try{delete a[b+c]}catch(d){a[b+c]=void 0}});var f={bind:d,unbind:
e};"function"==typeof define&&define.amd?define("eventie/eventie",f):a.eventie=f
}(this),function(a,b){"function"==typeof define&&define.amd?define(["eventEmitte
r/EventEmitter","eventie/eventie"],function(c,d){return b(a,c,d)}):"object"==typ
eof exports?module.exports=b(a,require("eventEmitter"),require("eventie")):a.ima
gesLoaded=b(a,a.EventEmitter,a.eventie)}(this,function(a,b,c){function d(a,b){fo
r(var c in b)a[c]=b[c];return a}function e(a){return"[object Array]"===m.call(a)
}function f(a){var b=[];if(e(a))b=a;else if("number"==typeof a.length)for(var c=
0,d=a.length;d>c;c++)b.push(a[c]);else b.push(a);return b}function g(a,b,c){if(!
(this instanceof g))return new g(a,b);"string"==typeof a&&(a=document.querySelec
torAll(a)),this.elements=f(a),this.options=d({},this.options),"function"==typeof
b?c=b:d(this.options,b),c&&this.on("always",c),this.getImages(),j&&(this.jqDefe
rred=new j.Deferred);var e=this;setTimeout(function(){e.check()})}function h(a){
this.img=a}function i(a){this.src=a,n[a]=this}var j=a.jQuery,k=a.console,l="unde
fined"!=typeof k,m=Object.prototype.toString;g.prototype=new b,g.prototype.optio
ns={},g.prototype.getImages=function(){this.images=[];for(var a=0,b=this.element
s.length;b>a;a++){var c=this.elements[a];"IMG"===c.nodeName&&this.addImage(c);va

r d=c.nodeType;if(d&&(1===d||9===d||11===d))for(var e=c.querySelectorAll("img"),
f=0,g=e.length;g>f;f++){var h=e[f];this.addImage(h)}}},g.prototype.addImage=func
tion(a){var b=new h(a);this.images.push(b)},g.prototype.check=function(){functio
n a(a,e){return b.options.debug&&l&&k.log("confirm",a,e),b.progress(a),c++,c===d
&&b.complete(),!0}var b=this,c=0,d=this.images.length;if(this.hasAnyBroken=!1,!d
)return void this.complete();for(var e=0;d>e;e++){var f=this.images[e];f.on("con
firm",a),f.check()}},g.prototype.progress=function(a){this.hasAnyBroken=this.has
AnyBroken||!a.isLoaded;var b=this;setTimeout(function(){b.emit("progress",b,a),b
.jqDeferred&&b.jqDeferred.notify&&b.jqDeferred.notify(b,a)})},g.prototype.comple
te=function(){var a=this.hasAnyBroken?"fail":"done";this.isComplete=!0;var b=thi
s;setTimeout(function(){if(b.emit(a,b),b.emit("always",b),b.jqDeferred){var c=b.
hasAnyBroken?"reject":"resolve";b.jqDeferred[c](b)}})},j&&(j.fn.imagesLoaded=fun
ction(a,b){var c=new g(this,a,b);return c.jqDeferred.promise(j(this))}),h.protot
ype=new b,h.prototype.check=function(){var a=n[this.img.src]||new i(this.img.src
);if(a.isConfirmed)return void this.confirm(a.isLoaded,"cached was confirmed");i
f(this.img.complete&&void 0!==this.img.naturalWidth)return void this.confirm(0!=
=this.img.naturalWidth,"naturalWidth");var b=this;a.on("confirm",function(a,c){r
eturn b.confirm(a.isLoaded,c),!0}),a.check()},h.prototype.confirm=function(a,b){
this.isLoaded=a,this.emit("confirm",this,b)};var n={};return i.prototype=new b,i
.prototype.check=function(){if(!this.isChecked){var a=new Image;c.bind(a,"load",
this),c.bind(a,"error",this),a.src=this.src,this.isChecked=!0}},i.prototype.hand
leEvent=function(a){var b="on"+a.type;this[b]&&this[b](a)},i.prototype.onload=fu
nction(a){this.confirm(!0,"onload"),this.unbindProxyEvents(a)},i.prototype.onerr
or=function(a){this.confirm(!1,"onerror"),this.unbindProxyEvents(a)},i.prototype
.confirm=function(a,b){this.isConfirmed=!0,this.isLoaded=a,this.emit("confirm",t
his,b)},i.prototype.unbindProxyEvents=function(a){c.unbind(a.target,"load",this)
,c.unbind(a.target,"error",this)},g}),function(a){"use strict";a.fn.fitVids=func
tion(b){var c={customSelector:null,ignore:null};if(!document.getElementById("fit
-vids-style")){var d=document.head||document.getElementsByTagName("head")[0],e="
.fluid-width-video-wrapper{width:100%;position:relative;padding:0;}.fluid-widthvideo-wrapper iframe,.fluid-width-video-wrapper object,.fluid-width-video-wrappe
r embed {position:absolute;top:0;left:0;width:100%;height:100%;}",f=document.cre
ateElement("div");f.innerHTML='<p>x</p><style id="fit-vids-style">'+e+"</style>"
,d.appendChild(f.childNodes[1])}return b&&a.extend(c,b),this.each(function(){var
b=["iframe[src*='player.vimeo.com']","iframe[src*='youtube.com']","iframe[src*=
'youtube-nocookie.com']","iframe[src*='kickstarter.com'][src*='video.html']","ob
ject","embed"];c.customSelector&&b.push(c.customSelector);var d=".fitvidsignore"
;c.ignore&&(d=d+", "+c.ignore);var e=a(this).find(b.join(","));e=e.not("object o
bject"),e=e.not(d),e.each(function(){var b=a(this);if(!(b.parents(d).length>0||"
embed"===this.tagName.toLowerCase()&&b.parent("object").length||b.parent(".fluid
-width-video-wrapper").length)){b.css("height")||b.css("width")||!isNaN(b.attr("
height"))&&!isNaN(b.attr("width"))||(b.attr("height",9),b.attr("width",16));var
c="object"===this.tagName.toLowerCase()||b.attr("height")&&!isNaN(parseInt(b.att
r("height"),10))?parseInt(b.attr("height"),10):b.height(),e=isNaN(parseInt(b.att
r("width"),10))?b.width():parseInt(b.attr("width"),10),f=c/e;if(!b.attr("id")){v
ar g="fitvid"+Math.floor(999999*Math.random());b.attr("id",g)}b.wrap('<div class
="fluid-width-video-wrapper"></div>').parent(".fluid-width-video-wrapper").css("
padding-top",100*f+"%"),b.removeAttr("height").removeAttr("width")}})})}}(window
.jQuery||window.Zepto),function(a){"use strict";var b=function(){var b={bcClass:
"sf-breadcrumb",menuClass:"sf-js-enabled",anchorClass:"sf-with-ul",menuArrowClas
s:"sf-arrows"},c=function(){var b=/iPhone|iPad|iPod/i.test(navigator.userAgent);
return b&&a(window).load(function(){a("body").children().on("click",a.noop)}),b}
(),d=function(){var a=document.documentElement.style;return"behavior"in a&&"fill
"in a&&/iemobile/i.test(navigator.userAgent)}(),e=function(a,c){var d=b.menuClas
s;c.cssArrows&&(d+=" "+b.menuArrowClass),a.toggleClass(d)},f=function(c,d){retur
n c.find("li."+d.pathClass).slice(0,d.pathLevels).addClass(d.hoverClass+" "+b.bc
Class).filter(function(){return a(this).children(d.popUpSelector).hide().show().
length}).removeClass(d.pathClass)},g=function(a){a.children("a").toggleClass(b.a
nchorClass)},h=function(a){var b=a.css("ms-touch-action");b="pan-y"===b?"auto":"
pan-y",a.css("ms-touch-action",b)},i=function(b,e){var f="li:has("+e.popUpSelect

or+")";a.fn.hoverIntent&&!e.disableHI?b.hoverIntent(k,l,f):b.on("mouseenter.supe
rfish",f,k).on("mouseleave.superfish",f,l);var g="MSPointerDown.superfish";c||(g
+=" touchend.superfish"),d&&(g+=" mousedown.superfish"),b.on("focusin.superfish"
,"li",k).on("focusout.superfish","li",l).on(g,"a",e,j)},j=function(b){var c=a(th
is),d=c.siblings(b.data.popUpSelector);d.length>0&&d.is(":hidden")&&(c.one("clic
k.superfish",!1),"MSPointerDown"===b.type?c.trigger("focus"):a.proxy(k,c.parent(
"li"))())},k=function(){var b=a(this),c=o(b);clearTimeout(c.sfTimer),b.siblings(
).superfish("hide").end().superfish("show")},l=function(){var b=a(this),d=o(b);c
?a.proxy(m,b,d)():(clearTimeout(d.sfTimer),d.sfTimer=setTimeout(a.proxy(m,b,d),d
.delay))},m=function(b){b.retainPath=a.inArray(this[0],b.$path)>-1,this.superfis
h("hide"),this.parents("."+b.hoverClass).length||(b.onIdle.call(n(this)),b.$path
.length&&a.proxy(k,b.$path)())},n=function(a){return a.closest("."+b.menuClass)}
,o=function(a){return n(a).data("sf-options")};return{hide:function(b){if(this.l
ength){var c=this,d=o(c);if(!d)return this;var e=d.retainPath===!0?d.$path:"",f=
c.find("li."+d.hoverClass).add(this).not(e).removeClass(d.hoverClass).children(d
.popUpSelector),g=d.speedOut;b&&(f.show(),g=0),d.retainPath=!1,d.onBeforeHide.ca
ll(f),f.stop(!0,!0).animate(d.animationOut,g,function(){var b=a(this);d.onHide.c
all(b)})}return this},show:function(){var a=o(this);if(!a)return this;var b=this
.addClass(a.hoverClass),c=b.children(a.popUpSelector);return a.onBeforeShow.call
(c),c.stop(!0,!0).animate(a.animation,a.speed,function(){a.onShow.call(c)}),this
},destroy:function(){return this.each(function(){var c,d=a(this),f=d.data("sf-op
tions");return f?(c=d.find(f.popUpSelector).parent("li"),clearTimeout(f.sfTimer)
,e(d,f),g(c),h(d),d.off(".superfish").off(".hoverIntent"),c.children(f.popUpSele
ctor).attr("style",function(a,b){return b.replace(/display[^;]+;?/g,"")}),f.$pat
h.removeClass(f.hoverClass+" "+b.bcClass).addClass(f.pathClass),d.find("."+f.hov
erClass).removeClass(f.hoverClass),f.onDestroy.call(d),void d.removeData("sf-opt
ions")):!1})},init:function(c){return this.each(function(){var d=a(this);if(d.da
ta("sf-options"))return!1;var j=a.extend({},a.fn.superfish.defaults,c),k=d.find(
j.popUpSelector).parent("li");j.$path=f(d,j),d.data("sf-options",j),e(d,j),g(k),
h(d),i(d,j),k.not("."+b.bcClass).superfish("hide",!0),j.onInit.call(this)})}}}()
;a.fn.superfish=function(c){return b[c]?b[c].apply(this,Array.prototype.slice.ca
ll(arguments,1)):"object"!=typeof c&&c?a.error("Method "+c+" does not exist on j
Query.fn.superfish"):b.init.apply(this,arguments)},a.fn.superfish.defaults={popU
pSelector:"ul,.sf-mega",hoverClass:"sfHover",pathClass:"overrideThisToUse",pathL
evels:1,delay:800,animation:{opacity:"show"},animationOut:{opacity:"hide"},speed
:"normal",speedOut:"fast",cssArrows:!0,disableHI:!1,onInit:a.noop,onBeforeShow:a
.noop,onShow:a.noop,onBeforeHide:a.noop,onHide:a.noop,onIdle:a.noop,onDestroy:a.
noop},a.fn.extend({hideSuperfishUl:b.hide,showSuperfishUl:b.show})}(jQuery),func
tion(a){a.fn.supersubs=function(b){var c=a.extend({},a.fn.supersubs.defaults,b);
return this.each(function(){var b=a(this),d=a.meta?a.extend({},c,b.data()):c;$UL
s=b.find("ul").show();var e=a('<li id="menu-fontsize">&#8212;</li>').css({paddin
g:0,position:"absolute",top:"-999em",width:"auto"}).appendTo(b)[0].clientWidth;a
("#menu-fontsize").remove(),$ULs.each(function(){var b=a(this),c=b.children(),f=
c.children("a"),g=c.css("white-space","nowrap").css("float");b.add(c).add(f).css
({"float":"none",width:"auto"});var h=b[0].clientWidth/e;h+=d.extraWidth,h>d.max
Width?h=d.maxWidth:h<d.minWidth&&(h=d.minWidth),h+="em",b.css("width",h),c.css({
"float":g,width:"100%","white-space":"normal"}).each(function(){var b=a(this).ch
ildren("ul"),c=void 0!==b.css("left")?"left":"right";b.css(c,"100%")})}).hide()}
)},a.fn.supersubs.defaults={minWidth:9,maxWidth:25,extraWidth:0}}(jQuery),functi
on(a){a.fn.hoverIntent=function(b,c,d){var e={interval:100,sensitivity:7,timeout
:0};e="object"==typeof b?a.extend(e,b):a.isFunction(c)?a.extend(e,{over:b,out:c,
selector:d}):a.extend(e,{over:b,out:b,selector:c});var f,g,h,i,j=function(a){f=a
.pageX,g=a.pageY},k=function(b,c){return c.hoverIntent_t=clearTimeout(c.hoverInt
ent_t),Math.abs(h-f)+Math.abs(i-g)<e.sensitivity?(a(c).off("mousemove.hoverInten
t",j),c.hoverIntent_s=1,e.over.apply(c,[b])):(h=f,i=g,c.hoverIntent_t=setTimeout
(function(){k(b,c)},e.interval),void 0)},l=function(a,b){return b.hoverIntent_t=
clearTimeout(b.hoverIntent_t),b.hoverIntent_s=0,e.out.apply(b,[a])},m=function(b
){var c=jQuery.extend({},b),d=this;d.hoverIntent_t&&(d.hoverIntent_t=clearTimeou
t(d.hoverIntent_t)),"mouseenter"==b.type?(h=c.pageX,i=c.pageY,a(d).on("mousemove
.hoverIntent",j),1!=d.hoverIntent_s&&(d.hoverIntent_t=setTimeout(function(){k(c,

d)},e.interval))):(a(d).off("mousemove.hoverIntent",j),1==d.hoverIntent_s&&(d.ho
verIntent_t=setTimeout(function(){l(c,d)},e.timeout)))};return this.on({"mouseen
ter.hoverIntent":m,"mouseleave.hoverIntent":m},e.selector)}}(jQuery),function(a)
{a.flexslider=function(b,c){var d=a(b);d.vars=a.extend({},a.flexslider.defaults,
c);var e,f=d.vars.namespace,g=window.navigator&&window.navigator.msPointerEnable
d&&window.MSGesture,h=("ontouchstart"in window||g||window.DocumentTouch&&documen
t instanceof DocumentTouch)&&d.vars.touch,i="click touchend MSPointerUp",j="",k=
"vertical"===d.vars.direction,l=d.vars.reverse,m=d.vars.itemWidth>0,n="fade"===d
.vars.animation,o=""!==d.vars.asNavFor,p={},q=!0;a.data(b,"flexslider",d),p={ini
t:function(){d.animating=!1,d.currentSlide=parseInt(d.vars.startAt?d.vars.startA
t:0,10),isNaN(d.currentSlide)&&(d.currentSlide=0),d.animatingTo=d.currentSlide,d
.atEnd=0===d.currentSlide||d.currentSlide===d.last,d.containerSelector=d.vars.se
lector.substr(0,d.vars.selector.search(" ")),d.slides=a(d.vars.selector,d),d.con
tainer=a(d.containerSelector,d),d.count=d.slides.length,d.syncExists=a(d.vars.sy
nc).length>0,"slide"===d.vars.animation&&(d.vars.animation="swing"),d.prop=k?"to
p":"marginLeft",d.args={},d.manualPause=!1,d.stopped=!1,d.started=!1,d.startTime
out=null,d.transitions=!d.vars.video&&!n&&d.vars.useCSS&&function(){var a=docume
nt.createElement("div"),b=["perspectiveProperty","WebkitPerspective","MozPerspec
tive","OPerspective","msPerspective"];for(var c in b)if(void 0!==a.style[b[c]])r
eturn d.pfx=b[c].replace("Perspective","").toLowerCase(),d.prop="-"+d.pfx+"-tran
sform",!0;return!1}(),d.ensureAnimationEnd="",""!==d.vars.controlsContainer&&(d.
controlsContainer=a(d.vars.controlsContainer).length>0&&a(d.vars.controlsContain
er)),""!==d.vars.manualControls&&(d.manualControls=a(d.vars.manualControls).leng
th>0&&a(d.vars.manualControls)),d.vars.randomize&&(d.slides.sort(function(){retu
rn Math.round(Math.random())-.5}),d.container.empty().append(d.slides)),d.doMath
(),d.setup("init"),d.vars.controlNav&&p.controlNav.setup(),d.vars.directionNav&&
p.directionNav.setup(),d.vars.keyboard&&(1===a(d.containerSelector).length||d.va
rs.multipleKeyboard)&&a(document).bind("keyup",function(a){var b=a.keyCode;if(!d
.animating&&(39===b||37===b)){var c=39===b?d.getTarget("next"):37===b?d.getTarge
t("prev"):!1;d.flexAnimate(c,d.vars.pauseOnAction)}}),d.vars.mousewheel&&d.bind(
"mousewheel",function(a,b){a.preventDefault();var c=d.getTarget(0>b?"next":"prev
");d.flexAnimate(c,d.vars.pauseOnAction)}),d.vars.pausePlay&&p.pausePlay.setup()
,d.vars.slideshow&&d.vars.pauseInvisible&&p.pauseInvisible.init(),d.vars.slidesh
ow&&(d.vars.pauseOnHover&&d.hover(function(){d.manualPlay||d.manualPause||d.paus
e()},function(){d.manualPause||d.manualPlay||d.stopped||d.play()}),d.vars.pauseI
nvisible&&p.pauseInvisible.isHidden()||(d.vars.initDelay>0?d.startTimeout=setTim
eout(d.play,d.vars.initDelay):d.play())),o&&p.asNav.setup(),h&&d.vars.touch&&p.t
ouch(),(!n||n&&d.vars.smoothHeight)&&a(window).bind("resize orientationchange fo
cus",p.resize),d.find("img").attr("draggable","false"),setTimeout(function(){d.v
ars.start(d)},200)},asNav:{setup:function(){d.asNav=!0,d.animatingTo=Math.floor(
d.currentSlide/d.move),d.currentItem=d.currentSlide,d.slides.removeClass(f+"acti
ve-slide").eq(d.currentItem).addClass(f+"active-slide"),g?(b._slider=d,d.slides.
each(function(){var b=this;b._gesture=new MSGesture,b._gesture.target=b,b.addEve
ntListener("MSPointerDown",function(a){a.preventDefault(),a.currentTarget._gestu
re&&a.currentTarget._gesture.addPointer(a.pointerId)},!1),b.addEventListener("MS
GestureTap",function(b){b.preventDefault();var c=a(this),e=c.index();a(d.vars.as
NavFor).data("flexslider").animating||c.hasClass("active")||(d.direction=d.curre
ntItem<e?"next":"prev",d.flexAnimate(e,d.vars.pauseOnAction,!1,!0,!0))})})):d.sl
ides.on(i,function(b){b.preventDefault();var c=a(this),e=c.index(),g=c.offset().
left-a(d).scrollLeft();0>=g&&c.hasClass(f+"active-slide")?d.flexAnimate(d.getTar
get("prev"),!0):a(d.vars.asNavFor).data("flexslider").animating||c.hasClass(f+"a
ctive-slide")||(d.direction=d.currentItem<e?"next":"prev",d.flexAnimate(e,d.vars
.pauseOnAction,!1,!0,!0))})}},controlNav:{setup:function(){d.manualControls?p.co
ntrolNav.setupManual():p.controlNav.setupPaging()},setupPaging:function(){var b,
c,e="thumbnails"===d.vars.controlNav?"control-thumbs":"control-paging",g=1;if(d.
controlNavScaffold=a('<ol class="'+f+"control-nav "+f+e+'"></ol>'),d.pagingCount
>1)for(var h=0;h<d.pagingCount;h++){if(c=d.slides.eq(h),b="thumbnails"===d.vars.
controlNav?'<img src="'+c.attr("data-thumb")+'"/>':"<a>"+g+"</a>","thumbnails"==
=d.vars.controlNav&&!0===d.vars.thumbCaptions){var k=c.attr("data-thumbcaption")
;""!=k&&void 0!=k&&(b+='<span class="'+f+'caption">'+k+"</span>")}d.controlNavSc

affold.append("<li>"+b+"</li>"),g++}d.controlsContainer?a(d.controlsContainer).a
ppend(d.controlNavScaffold):d.append(d.controlNavScaffold),p.controlNav.set(),p.
controlNav.active(),d.controlNavScaffold.delegate("a, img",i,function(b){if(b.pr
eventDefault(),""===j||j===b.type){var c=a(this),e=d.controlNav.index(c);c.hasCl
ass(f+"active")||(d.direction=e>d.currentSlide?"next":"prev",d.flexAnimate(e,d.v
ars.pauseOnAction))}""===j&&(j=b.type),p.setToClearWatchedEvent()})},setupManual
:function(){d.controlNav=d.manualControls,p.controlNav.active(),d.controlNav.bin
d(i,function(b){if(b.preventDefault(),""===j||j===b.type){var c=a(this),e=d.cont
rolNav.index(c);c.hasClass(f+"active")||(d.direction=e>d.currentSlide?"next":"pr
ev",d.flexAnimate(e,d.vars.pauseOnAction))}""===j&&(j=b.type),p.setToClearWatche
dEvent()})},set:function(){var b="thumbnails"===d.vars.controlNav?"img":"a";d.co
ntrolNav=a("."+f+"control-nav li "+b,d.controlsContainer?d.controlsContainer:d)}
,active:function(){d.controlNav.removeClass(f+"active").eq(d.animatingTo).addCla
ss(f+"active")},update:function(b,c){d.pagingCount>1&&"add"===b?d.controlNavScaf
fold.append(a("<li><a>"+d.count+"</a></li>")):1===d.pagingCount?d.controlNavScaf
fold.find("li").remove():d.controlNav.eq(c).closest("li").remove(),p.controlNav.
set(),d.pagingCount>1&&d.pagingCount!==d.controlNav.length?d.update(c,b):p.contr
olNav.active()}},directionNav:{setup:function(){var b=a('<ul class="'+f+'directi
on-nav"><li><a class="'+f+'prev" href="#">'+d.vars.prevText+'</a></li><li><a cla
ss="'+f+'next" href="#">'+d.vars.nextText+"</a></li></ul>");d.controlsContainer?
(a(d.controlsContainer).append(b),d.directionNav=a("."+f+"direction-nav li a",d.
controlsContainer)):(d.append(b),d.directionNav=a("."+f+"direction-nav li a",d))
,p.directionNav.update(),d.directionNav.bind(i,function(b){b.preventDefault();va
r c;(""===j||j===b.type)&&(c=d.getTarget(a(this).hasClass(f+"next")?"next":"prev
"),d.flexAnimate(c,d.vars.pauseOnAction)),""===j&&(j=b.type),p.setToClearWatched
Event()})},update:function(){var a=f+"disabled";1===d.pagingCount?d.directionNav
.addClass(a).attr("tabindex","-1"):d.vars.animationLoop?d.directionNav.removeCla
ss(a).removeAttr("tabindex"):0===d.animatingTo?d.directionNav.removeClass(a).fil
ter("."+f+"prev").addClass(a).attr("tabindex","-1"):d.animatingTo===d.last?d.dir
ectionNav.removeClass(a).filter("."+f+"next").addClass(a).attr("tabindex","-1"):
d.directionNav.removeClass(a).removeAttr("tabindex")}},pausePlay:{setup:function
(){var b=a('<div class="'+f+'pauseplay"><a></a></div>');d.controlsContainer?(d.c
ontrolsContainer.append(b),d.pausePlay=a("."+f+"pauseplay a",d.controlsContainer
)):(d.append(b),d.pausePlay=a("."+f+"pauseplay a",d)),p.pausePlay.update(d.vars.
slideshow?f+"pause":f+"play"),d.pausePlay.bind(i,function(b){b.preventDefault(),
(""===j||j===b.type)&&(a(this).hasClass(f+"pause")?(d.manualPause=!0,d.manualPla
y=!1,d.pause()):(d.manualPause=!1,d.manualPlay=!0,d.play())),""===j&&(j=b.type),
p.setToClearWatchedEvent()})},update:function(a){"play"===a?d.pausePlay.removeCl
ass(f+"pause").addClass(f+"play").html(d.vars.playText):d.pausePlay.removeClass(
f+"play").addClass(f+"pause").html(d.vars.pauseText)}},touch:function(){function
a(a){d.animating?a.preventDefault():(window.navigator.msPointerEnabled||1===a.t
ouches.length)&&(d.pause(),q=k?d.h:d.w,s=Number(new Date),u=a.touches[0].pageX,v
=a.touches[0].pageY,p=m&&l&&d.animatingTo===d.last?0:m&&l?d.limit-(d.itemW+d.var
s.itemMargin)*d.move*d.animatingTo:m&&d.currentSlide===d.last?d.limit:m?(d.itemW
+d.vars.itemMargin)*d.move*d.currentSlide:l?(d.last-d.currentSlide+d.cloneOffset
)*q:(d.currentSlide+d.cloneOffset)*q,j=k?v:u,o=k?u:v,b.addEventListener("touchmo
ve",c,!1),b.addEventListener("touchend",e,!1))}function c(a){u=a.touches[0].page
X,v=a.touches[0].pageY,r=k?j-v:j-u,t=k?Math.abs(r)<Math.abs(u-o):Math.abs(r)<Mat
h.abs(v-o);var b=500;(!t||Number(new Date)-s>b)&&(a.preventDefault(),!n&&d.trans
itions&&(d.vars.animationLoop||(r/=0===d.currentSlide&&0>r||d.currentSlide===d.l
ast&&r>0?Math.abs(r)/q+2:1),d.setProps(p+r,"setTouch")))}function e(){if(b.remov
eEventListener("touchmove",c,!1),d.animatingTo===d.currentSlide&&!t&&null!==r){v
ar a=l?-r:r,f=d.getTarget(a>0?"next":"prev");d.canAdvance(f)&&(Number(new Date)s<550&&Math.abs(a)>50||Math.abs(a)>q/2)?d.flexAnimate(f,d.vars.pauseOnAction):n|
|d.flexAnimate(d.currentSlide,d.vars.pauseOnAction,!0)}b.removeEventListener("to
uchend",e,!1),j=null,o=null,r=null,p=null}function f(a){a.stopPropagation(),d.an
imating?a.preventDefault():(d.pause(),b._gesture.addPointer(a.pointerId),w=0,q=k
?d.h:d.w,s=Number(new Date),p=m&&l&&d.animatingTo===d.last?0:m&&l?d.limit-(d.ite
mW+d.vars.itemMargin)*d.move*d.animatingTo:m&&d.currentSlide===d.last?d.limit:m?
(d.itemW+d.vars.itemMargin)*d.move*d.currentSlide:l?(d.last-d.currentSlide+d.clo

neOffset)*q:(d.currentSlide+d.cloneOffset)*q)}function h(a){a.stopPropagation();
var c=a.target._slider;if(c){var d=-a.translationX,e=-a.translationY;return w+=k
?e:d,r=w,t=k?Math.abs(w)<Math.abs(-d):Math.abs(w)<Math.abs(-e),a.detail===a.MSGE
STURE_FLAG_INERTIA?void setImmediate(function(){b._gesture.stop()}):void((!t||Nu
mber(new Date)-s>500)&&(a.preventDefault(),!n&&c.transitions&&(c.vars.animationL
oop||(r=w/(0===c.currentSlide&&0>w||c.currentSlide===c.last&&w>0?Math.abs(w)/q+2
:1)),c.setProps(p+r,"setTouch"))))}}function i(a){a.stopPropagation();var b=a.ta
rget._slider;if(b){if(b.animatingTo===b.currentSlide&&!t&&null!==r){var c=l?-r:r
,d=b.getTarget(c>0?"next":"prev");b.canAdvance(d)&&(Number(new Date)-s<550&&Math
.abs(c)>50||Math.abs(c)>q/2)?b.flexAnimate(d,b.vars.pauseOnAction):n||b.flexAnim
ate(b.currentSlide,b.vars.pauseOnAction,!0)}j=null,o=null,r=null,p=null,w=0}}var
j,o,p,q,r,s,t=!1,u=0,v=0,w=0;g?(b.style.msTouchAction="none",b._gesture=new MSG
esture,b._gesture.target=b,b.addEventListener("MSPointerDown",f,!1),b._slider=d,
b.addEventListener("MSGestureChange",h,!1),b.addEventListener("MSGestureEnd",i,!
1)):b.addEventListener("touchstart",a,!1)},resize:function(){!d.animating&&d.is(
":visible")&&(m||d.doMath(),n?p.smoothHeight():m?(d.slides.width(d.computedW),d.
update(d.pagingCount),d.setProps()):k?(d.viewport.height(d.h),d.setProps(d.h,"se
tTotal")):(d.vars.smoothHeight&&p.smoothHeight(),d.newSlides.width(d.computedW),
d.setProps(d.computedW,"setTotal")))},smoothHeight:function(a){if(!k||n){var b=n
?d:d.viewport;a?b.animate({height:d.slides.eq(d.animatingTo).height()},a):b.heig
ht(d.slides.eq(d.animatingTo).height())}},sync:function(b){var c=a(d.vars.sync).
data("flexslider"),e=d.animatingTo;switch(b){case"animate":c.flexAnimate(e,d.var
s.pauseOnAction,!1,!0);break;case"play":c.playing||c.asNav||c.play();break;case"
pause":c.pause()}},uniqueID:function(b){return b.find("[id]").each(function(){va
r b=a(this);b.attr("id",b.attr("id")+"_clone")}),b},pauseInvisible:{visProp:null
,init:function(){var a=["webkit","moz","ms","o"];if("hidden"in document)return"h
idden";for(var b=0;b<a.length;b++)a[b]+"Hidden"in document&&(p.pauseInvisible.vi
sProp=a[b]+"Hidden");if(p.pauseInvisible.visProp){var c=p.pauseInvisible.visProp
.replace(/[H|h]idden/,"")+"visibilitychange";document.addEventListener(c,functio
n(){p.pauseInvisible.isHidden()?d.startTimeout?clearTimeout(d.startTimeout):d.pa
use():d.started?d.play():d.vars.initDelay>0?setTimeout(d.play,d.vars.initDelay):
d.play()})}},isHidden:function(){return document[p.pauseInvisible.visProp]||!1}}
,setToClearWatchedEvent:function(){clearTimeout(e),e=setTimeout(function(){j=""}
,3e3)}},d.flexAnimate=function(b,c,e,g,i){if(d.vars.animationLoop||b===d.current
Slide||(d.direction=b>d.currentSlide?"next":"prev"),o&&1===d.pagingCount&&(d.dir
ection=d.currentItem<b?"next":"prev"),!d.animating&&(d.canAdvance(b,i)||e)&&d.is
(":visible")){if(o&&g){var j=a(d.vars.asNavFor).data("flexslider");if(d.atEnd=0=
==b||b===d.count-1,j.flexAnimate(b,!0,!1,!0,i),d.direction=d.currentItem<b?"next
":"prev",j.direction=d.direction,Math.ceil((b+1)/d.visible)-1===d.currentSlide||
0===b)return d.currentItem=b,d.slides.removeClass(f+"active-slide").eq(b).addCla
ss(f+"active-slide"),!1;d.currentItem=b,d.slides.removeClass(f+"active-slide").e
q(b).addClass(f+"active-slide"),b=Math.floor(b/d.visible)}if(d.animating=!0,d.an
imatingTo=b,c&&d.pause(),d.vars.before(d),d.syncExists&&!i&&p.sync("animate"),d.
vars.controlNav&&p.controlNav.active(),m||d.slides.removeClass(f+"active-slide")
.eq(b).addClass(f+"active-slide"),d.atEnd=0===b||b===d.last,d.vars.directionNav&
&p.directionNav.update(),b===d.last&&(d.vars.end(d),d.vars.animationLoop||d.paus
e()),n)h?(d.slides.eq(d.currentSlide).css({opacity:0,zIndex:1}),d.slides.eq(b).c
ss({opacity:1,zIndex:2}),d.wrapup(t)):(d.slides.eq(d.currentSlide).css({zIndex:1
}).animate({opacity:0},d.vars.animationSpeed,d.vars.easing),d.slides.eq(b).css({
zIndex:2}).animate({opacity:1},d.vars.animationSpeed,d.vars.easing,d.wrapup));el
se{var q,r,s,t=k?d.slides.filter(":first").height():d.computedW;m?(q=d.vars.item
Margin,s=(d.itemW+q)*d.move*d.animatingTo,r=s>d.limit&&1!==d.visible?d.limit:s):
r=0===d.currentSlide&&b===d.count-1&&d.vars.animationLoop&&"next"!==d.direction?
l?(d.count+d.cloneOffset)*t:0:d.currentSlide===d.last&&0===b&&d.vars.animationLo
op&&"prev"!==d.direction?l?0:(d.count+1)*t:l?(d.count-1-b+d.cloneOffset)*t:(b+d.
cloneOffset)*t,d.setProps(r,"",d.vars.animationSpeed),d.transitions?(d.vars.anim
ationLoop&&d.atEnd||(d.animating=!1,d.currentSlide=d.animatingTo),d.container.un
bind("webkitTransitionEnd transitionend"),d.container.bind("webkitTransitionEnd
transitionend",function(){clearTimeout(d.ensureAnimationEnd),d.wrapup(t)}),clear
Timeout(d.ensureAnimationEnd),d.ensureAnimationEnd=setTimeout(function(){d.wrapu

p(t)},d.vars.animationSpeed+100)):d.container.animate(d.args,d.vars.animationSpe
ed,d.vars.easing,function(){d.wrapup(t)})}d.vars.smoothHeight&&p.smoothHeight(d.
vars.animationSpeed)}},d.wrapup=function(a){n||m||(0===d.currentSlide&&d.animati
ngTo===d.last&&d.vars.animationLoop?d.setProps(a,"jumpEnd"):d.currentSlide===d.l
ast&&0===d.animatingTo&&d.vars.animationLoop&&d.setProps(a,"jumpStart")),d.anima
ting=!1,d.currentSlide=d.animatingTo,d.vars.after(d)},d.animateSlides=function()
{!d.animating&&q&&d.flexAnimate(d.getTarget("next"))},d.pause=function(){clearIn
terval(d.animatedSlides),d.animatedSlides=null,d.playing=!1,d.vars.pausePlay&&p.
pausePlay.update("play"),d.syncExists&&p.sync("pause")},d.play=function(){d.play
ing&&clearInterval(d.animatedSlides),d.animatedSlides=d.animatedSlides||setInter
val(d.animateSlides,d.vars.slideshowSpeed),d.started=d.playing=!0,d.vars.pausePl
ay&&p.pausePlay.update("pause"),d.syncExists&&p.sync("play")
},d.stop=function(){d.pause(),d.stopped=!0},d.canAdvance=function(a,b){var c=o?d
.pagingCount-1:d.last;return b?!0:o&&d.currentItem===d.count-1&&0===a&&"prev"===
d.direction?!0:o&&0===d.currentItem&&a===d.pagingCount-1&&"next"!==d.direction?!
1:a!==d.currentSlide||o?d.vars.animationLoop?!0:d.atEnd&&0===d.currentSlide&&a==
=c&&"next"!==d.direction?!1:d.atEnd&&d.currentSlide===c&&0===a&&"next"===d.direc
tion?!1:!0:!1},d.getTarget=function(a){return d.direction=a,"next"===a?d.current
Slide===d.last?0:d.currentSlide+1:0===d.currentSlide?d.last:d.currentSlide-1},d.
setProps=function(a,b,c){var e=function(){var c=a?a:(d.itemW+d.vars.itemMargin)*
d.move*d.animatingTo,e=function(){if(m)return"setTouch"===b?a:l&&d.animatingTo==
=d.last?0:l?d.limit-(d.itemW+d.vars.itemMargin)*d.move*d.animatingTo:d.animating
To===d.last?d.limit:c;switch(b){case"setTotal":return l?(d.count-1-d.currentSlid
e+d.cloneOffset)*a:(d.currentSlide+d.cloneOffset)*a;case"setTouch":return l?a:a;
case"jumpEnd":return l?a:d.count*a;case"jumpStart":return l?d.count*a:a;default:
return a}}();return-1*e+"px"}();d.transitions&&(e=k?"translate3d(0,"+e+",0)":"tr
anslate3d("+e+",0,0)",c=void 0!==c?c/1e3+"s":"0s",d.container.css("-"+d.pfx+"-tr
ansition-duration",c),d.container.css("transition-duration",c)),d.args[d.prop]=e
,(d.transitions||void 0===c)&&d.container.css(d.args),d.container.css("transform
",e)},d.setup=function(b){if(n)d.slides.css({width:"100%","float":"left",marginR
ight:"-100%",position:"relative"}),"init"===b&&(h?d.slides.css({opacity:0,displa
y:"block",webkitTransition:"opacity "+d.vars.animationSpeed/1e3+"s ease",zIndex:
1}).eq(d.currentSlide).css({opacity:1,zIndex:2}):d.slides.css({opacity:0,display
:"block",zIndex:1}).eq(d.currentSlide).css({zIndex:2}).animate({opacity:1},d.var
s.animationSpeed,d.vars.easing)),d.vars.smoothHeight&&p.smoothHeight();else{var
c,e;"init"===b&&(d.viewport=a('<div class="'+f+'viewport"></div>').css({overflow
:"hidden",position:"relative"}).appendTo(d).append(d.container),d.cloneCount=0,d
.cloneOffset=0,l&&(e=a.makeArray(d.slides).reverse(),d.slides=a(e),d.container.e
mpty().append(d.slides))),d.vars.animationLoop&&!m&&(d.cloneCount=2,d.cloneOffse
t=1,"init"!==b&&d.container.find(".clone").remove(),p.uniqueID(d.slides.first().
clone().addClass("clone").attr("aria-hidden","true")).appendTo(d.container),p.un
iqueID(d.slides.last().clone().addClass("clone").attr("aria-hidden","true")).pre
pendTo(d.container)),d.newSlides=a(d.vars.selector,d),c=l?d.count-1-d.currentSli
de+d.cloneOffset:d.currentSlide+d.cloneOffset,k&&!m?(d.container.height(200*(d.c
ount+d.cloneCount)+"%").css("position","absolute").width("100%"),setTimeout(func
tion(){d.newSlides.css({display:"block"}),d.doMath(),d.viewport.height(d.h),d.se
tProps(c*d.h,"init")},"init"===b?100:0)):(d.container.width(200*(d.count+d.clone
Count)+"%"),d.setProps(c*d.computedW,"init"),setTimeout(function(){d.doMath(),d.
newSlides.css({width:d.computedW,"float":"left",display:"block"}),d.vars.smoothH
eight&&p.smoothHeight()},"init"===b?100:0))}m||d.slides.removeClass(f+"active-sl
ide").eq(d.currentSlide).addClass(f+"active-slide"),d.vars.init(d)},d.doMath=fun
ction(){var a=d.slides.first(),b=d.vars.itemMargin,c=d.vars.minItems,e=d.vars.ma
xItems;d.w=void 0===d.viewport?d.width():d.viewport.width(),d.h=a.height(),d.box
Padding=a.outerWidth()-a.width(),m?(d.itemT=d.vars.itemWidth+b,d.minW=c?c*d.item
T:d.w,d.maxW=e?e*d.itemT-b:d.w,d.itemW=d.minW>d.w?(d.w-b*(c-1))/c:d.maxW<d.w?(d.
w-b*(e-1))/e:d.vars.itemWidth>d.w?d.w:d.vars.itemWidth,d.visible=Math.floor(d.w/
d.itemW),d.move=d.vars.move>0&&d.vars.move<d.visible?d.vars.move:d.visible,d.pag
ingCount=Math.ceil((d.count-d.visible)/d.move+1),d.last=d.pagingCount-1,d.limit=
1===d.pagingCount?0:d.vars.itemWidth>d.w?d.itemW*(d.count-1)+b*(d.count-1):(d.it
emW+b)*d.count-d.w-b):(d.itemW=d.w,d.pagingCount=d.count,d.last=d.count-1),d.com

putedW=d.itemW-d.boxPadding},d.update=function(a,b){d.doMath(),m||(a<d.currentSl
ide?d.currentSlide+=1:a<=d.currentSlide&&0!==a&&(d.currentSlide-=1),d.animatingT
o=d.currentSlide),d.vars.controlNav&&!d.manualControls&&("add"===b&&!m||d.paging
Count>d.controlNav.length?p.controlNav.update("add"):("remove"===b&&!m||d.paging
Count<d.controlNav.length)&&(m&&d.currentSlide>d.last&&(d.currentSlide-=1,d.anim
atingTo-=1),p.controlNav.update("remove",d.last))),d.vars.directionNav&&p.direct
ionNav.update()},d.addSlide=function(b,c){var e=a(b);d.count+=1,d.last=d.count-1
,k&&l?void 0!==c?d.slides.eq(d.count-c).after(e):d.container.prepend(e):void 0!=
=c?d.slides.eq(c).before(e):d.container.append(e),d.update(c,"add"),d.slides=a(d
.vars.selector+":not(.clone)",d),d.setup(),d.vars.added(d)},d.removeSlide=functi
on(b){var c=isNaN(b)?d.slides.index(a(b)):b;d.count-=1,d.last=d.count-1,isNaN(b)
?a(b,d.slides).remove():k&&l?d.slides.eq(d.last).remove():d.slides.eq(b).remove(
),d.doMath(),d.update(c,"remove"),d.slides=a(d.vars.selector+":not(.clone)",d),d
.setup(),d.vars.removed(d)},p.init()},a(window).blur(function(){focused=!1}).foc
us(function(){focused=!0}),a.flexslider.defaults={namespace:"flex-",selector:".s
lides > li",animation:"fade",easing:"swing",direction:"horizontal",reverse:!1,an
imationLoop:!0,smoothHeight:!1,startAt:0,slideshow:!0,slideshowSpeed:7e3,animati
onSpeed:600,initDelay:0,randomize:!1,thumbCaptions:!1,pauseOnAction:!0,pauseOnHo
ver:!1,pauseInvisible:!0,useCSS:!0,touch:!0,video:!1,controlNav:!0,directionNav:
!0,prevText:"Previous",nextText:"Next",keyboard:!0,multipleKeyboard:!1,mousewhee
l:!1,pausePlay:!1,pauseText:"Pause",playText:"Play",controlsContainer:"",manualC
ontrols:"",sync:"",asNavFor:"",itemWidth:0,itemMargin:0,minItems:1,maxItems:0,mo
ve:0,allowOneSlide:!0,start:function(){},before:function(){},after:function(){},
end:function(){},added:function(){},removed:function(){},init:function(){}},a.fn
.flexslider=function(b){if(void 0===b&&(b={}),"object"==typeof b)return this.eac
h(function(){var c=a(this),d=b.selector?b.selector:".slides > li",e=c.find(d);1=
==e.length&&b.allowOneSlide===!0||0===e.length?(e.fadeIn(400),b.start&&b.start(c
)):void 0===c.data("flexslider")&&new a.flexslider(this,b)});var c=a(this).data(
"flexslider");switch(b){case"play":c.play();break;case"pause":c.pause();break;ca
se"stop":c.stop();break;case"next":c.flexAnimate(c.getTarget("next"),!0);break;c
ase"prev":case"previous":c.flexAnimate(c.getTarget("prev"),!0);break;default:"nu
mber"==typeof b&&c.flexAnimate(b,!0)}}}(jQuery),function(a){function b(b,c,d){if
(d){if("object"!=typeof b&&(b={}),"boolean"!=typeof b.isMenu){var e=d.children()
;b.isMenu=1==e.length&&e.is(c.panelNodetype)}return b}return b=a.extend(!0,{},a[
g].defaults,b),("top"==b.position||"bottom"==b.position)&&("back"==b.zposition||
"next"==b.zposition)&&(a[g].deprecated('Using position "'+b.position+'" in combi
nation with zposition "'+b.zposition+'"','zposition "front"'),b.zposition="front
"),b}function c(b){return b=a.extend(!0,{},a[g].configuration,b),"string"!=typeo
f b.pageSelector&&(b.pageSelector="> "+b.pageNodetype),"append"!=b.menuInjectMet
hod&&(b.menuInjectMethod="prepend"),b}function d(){i.$wndw=a(window),i.$html=a("
html"),i.$body=a("body"),i.$allMenus=a(),a.each([j,k,l],function(a,b){b.add=func
tion(a){a=a.split(" ");for(var c in a)b[a[c]]=b.mm(a[c])}}),j.mm=function(a){ret
urn"mm-"+a},j.add("menu ismenu panel list subtitle selected label spacer current
highest hidden page blocker modal background opened opening subopened subopen f
ullsubopen subclose"),j.umm=function(a){return"mm-"==a.slice(0,3)&&(a=a.slice(3)
),a},k.mm=function(a){return"mm-"+a},k.add("parent style"),l.mm=function(a){retu
rn a+".mm"},l.add("toggle open opening opened close closing closed update setPag
e setSelected transitionend webkitTransitionEnd mousedown touchstart mouseup tou
chend scroll touchmove click keydown keyup resize"),i.$wndw.on(l.keydown,functio
n(a){return i.$html.hasClass(j.opened)&&9==a.keyCode?(a.preventDefault(),!1):voi
d 0});var b=0;i.$wndw.on(l.resize,function(a,c){if(c||i.$html.hasClass(j.opened)
){var d=i.$wndw.height();(c||d!=b)&&(b=d,i.$page.css("minHeight",d))}}),a[g]._c=
j,a[g]._d=k,a[g]._e=l,a[g].glbl=i}function e(b,c){if(b.hasClass(j.current))retur
n!1;var d=a("."+j.panel,c),e=d.filter("."+j.current);return d.removeClass(j.high
est).removeClass(j.current).not(b).not(e).addClass(j.hidden),b.hasClass(j.opened
)?e.addClass(j.highest).removeClass(j.opened).removeClass(j.subopened):(b.addCla
ss(j.highest),e.addClass(j.subopened)),b.removeClass(j.hidden).removeClass(j.sub
opened).addClass(j.current).addClass(j.opened),"open"}function f(a,b,c){var d=!1
,e=function(){d||b.call(a[0]),d=!0};a.one(l.transitionend,e),a.one(l.webkitTrans
itionEnd,e),setTimeout(e,1.1*c)}var g="mmenu",h="4.2.7";if(!a[g]){var i={$wndw:n

ull,$html:null,$body:null,$page:null,$blck:null,$allMenus:null},j={},k={},l={},m
=0,n=0;a[g]=function(a,b,c){return i.$allMenus=i.$allMenus.add(a),this.$menu=a,t
his.opts=b,this.conf=c,this.opened=!1,this.serialnr=m++,this._init(),this},a[g].
prototype={open:function(){if(this.opened)return!1;var a=this;return this._openS
etup(),setTimeout(function(){a._openFinish()},50),"open"},_openSetup:function(){
n=i.$wndw.scrollTop()||0,this.$menu.addClass(j.current),i.$allMenus.not(this.$me
nu).trigger(l.close),i.$page.data(k.style,i.$page.attr("style")||""),i.$wndw.tri
gger(l.resize,[!0]),this.opts.modal&&i.$html.addClass(j.modal),this.opts.moveBac
kground&&i.$html.addClass(j.background),"left"!=this.opts.position&&i.$html.addC
lass(j.mm(this.opts.position)),"back"!=this.opts.zposition&&i.$html.addClass(j.m
m(this.opts.zposition)),this.opts.classes&&i.$html.addClass(this.opts.classes),i
.$html.addClass(j.opened),this.$menu.addClass(j.opened)},_openFinish:function(){
var a=this;f(i.$page,function(){a.opened=!0,a.$menu.trigger(l.opened)},this.conf
.transitionDuration),i.$html.addClass(j.opening),this.$menu.trigger(l.opening)},
close:function(){var a=this;return this.opened?(f(i.$page,function(){a.$menu.rem
oveClass(j.current).removeClass(j.opened),i.$html.removeClass(j.opened).removeCl
ass(j.modal).removeClass(j.background).removeClass(j.mm(a.opts.position)).remove
Class(j.mm(a.opts.zposition)),a.opts.classes&&i.$html.removeClass(a.opts.classes
),i.$page.attr("style",i.$page.data(k.style)),a.opened=!1,a.$menu.trigger(l.clos
ed)},this.conf.transitionDuration),i.$html.removeClass(j.opening),this.$menu.tri
gger(l.closing),"close"):!1},_init:function(){if(this.opts=b(this.opts,this.conf
,this.$menu),this.direction=this.opts.slidingSubmenus?"horizontal":"vertical",th
is._initPage(i.$page),this._initMenu(),this._initBlocker(),this._initPanles(),th
is._initLinks(),this._initOpenClose(),this._bindCustomEvents(),a[g].addons)for(v
ar c=0;c<a[g].addons.length;c++)"function"==typeof this["_addon_"+a[g].addons[c]
]&&this["_addon_"+a[g].addons[c]]()},_bindCustomEvents:function(){var b=this;thi
s.$menu.off(l.open+" "+l.close+" "+l.setPage+" "+l.update).on(l.open+" "+l.close
+" "+l.setPage+" "+l.update,function(a){a.stopPropagation()}),this.$menu.on(l.op
en,function(c){return a(this).hasClass(j.current)?(c.stopImmediatePropagation(),
!1):b.open()}).on(l.close,function(c){return a(this).hasClass(j.current)?b.close
():(c.stopImmediatePropagation(),!1)}).on(l.setPage,function(a,c){b._initPage(c)
,b._initOpenClose()});var c=this.$menu.find(this.opts.isMenu&&"horizontal"!=this
.direction?"ul, ol":"."+j.panel);c.off(l.toggle+" "+l.open+" "+l.close).on(l.tog
gle+" "+l.open+" "+l.close,function(a){a.stopPropagation()}),"horizontal"==this.
direction?c.on(l.open,function(){return e(a(this),b.$menu)}):c.on(l.toggle,funct
ion(){var b=a(this);return b.triggerHandler(b.parent().hasClass(j.opened)?l.clos
e:l.open)}).on(l.open,function(){return a(this).parent().addClass(j.opened),"ope
n"}).on(l.close,function(){return a(this).parent().removeClass(j.opened),"close"
})},_initBlocker:function(){var b=this;i.$blck||(i.$blck=a('<div id="'+j.blocker
+'" />').appendTo(i.$body)),i.$blck.off(l.touchstart).on(l.touchstart,function(a
){a.preventDefault(),a.stopPropagation(),i.$blck.trigger(l.mousedown)}).on(l.mou
sedown,function(a){a.preventDefault(),i.$html.hasClass(j.modal)||b.$menu.trigger
(l.close)})},_initPage:function(b){b||(b=a(this.conf.pageSelector,i.$body),b.len
gth>1&&(a[g].debug("Multiple nodes found for the page-node, all nodes are wrappe
d in one <"+this.conf.pageNodetype+">."),b=b.wrapAll("<"+this.conf.pageNodetype+
" />").parent())),b.addClass(j.page),i.$page=b},_initMenu:function(){this.conf.c
lone&&(this.$menu=this.$menu.clone(!0),this.$menu.add(this.$menu.find("*")).filt
er("[id]").each(function(){a(this).attr("id",j.mm(a(this).attr("id")))})),this.$
menu.contents().each(function(){3==a(this)[0].nodeType&&a(this).remove()}),this.
$menu[this.conf.menuInjectMethod+"To"](this.conf.menuWrapperSelector).addClass(j
.menu),this.$menu.addClass(j.mm(this.direction)),this.opts.classes&&this.$menu.a
ddClass(this.opts.classes),this.opts.isMenu&&this.$menu.addClass(j.ismenu),"left
"!=this.opts.position&&this.$menu.addClass(j.mm(this.opts.position)),"back"!=thi
s.opts.zposition&&this.$menu.addClass(j.mm(this.opts.zposition))},_initPanles:fu
nction(){var b=this;this.__refactorClass(a("."+this.conf.listClass,this.$menu),"
list"),this.opts.isMenu&&a("ul, ol",this.$menu).not(".mm-nolist").addClass(j.lis
t);var c=a("."+j.list+" > li",this.$menu);this.__refactorClass(c.filter("."+this
.conf.selectedClass),"selected"),this.__refactorClass(c.filter("."+this.conf.lab
elClass),"label"),this.__refactorClass(c.filter("."+this.conf.spacerClass),"spac
er"),c.off(l.setSelected).on(l.setSelected,function(b,d){b.stopPropagation(),c.r

emoveClass(j.selected),"boolean"!=typeof d&&(d=!0),d&&a(this).addClass(j.selecte
d)}),this.__refactorClass(a("."+this.conf.panelClass,this.$menu),"panel"),this.$
menu.children().filter(this.conf.panelNodetype).add(this.$menu.find("."+j.list).
children().children().filter(this.conf.panelNodetype)).addClass(j.panel);var d=a
("."+j.panel,this.$menu);d.each(function(c){var d=a(this),e=d.attr("id")||j.mm("
m"+b.serialnr+"-p"+c);d.attr("id",e)}),d.find("."+j.panel).each(function(){var c
=a(this),d=c.is("ul, ol")?c:c.find("ul ,ol").first(),e=c.parent(),f=e.find("> a,
> span"),g=e.closest("."+j.panel);if(c.data(k.parent,e),e.parent().is("."+j.lis
t)){var h=a('<a class="'+j.subopen+'" href="#'+c.attr("id")+'" />').insertBefore
(f);f.is("a")||h.addClass(j.fullsubopen),"horizontal"==b.direction&&d.prepend('<
li class="'+j.subtitle+'"><a class="'+j.subclose+'" href="#'+g.attr("id")+'">'+f
.text()+"</a></li>")}});var e="horizontal"==this.direction?l.open:l.toggle;if(d.
each(function(){var c=a(this),d=c.attr("id");a('a[href="#'+d+'"]',b.$menu).off(l
.click).on(l.click,function(a){a.preventDefault(),c.trigger(e)})}),"horizontal"=
=this.direction){var f=a("."+j.list+" > li."+j.selected,this.$menu);f.parents("l
i").removeClass(j.selected).end().add(f.parents("li")).each(function(){var b=a(t
his),c=b.find("> ."+j.panel);c.length&&(b.parents("."+j.panel).addClass(j.subope
ned),c.addClass(j.opened))}).closest("."+j.panel).addClass(j.opened).parents("."
+j.panel).addClass(j.subopened)}else{var f=a("li."+j.selected,this.$menu);f.pare
nts("li").removeClass(j.selected).end().add(f.parents("li")).addClass(j.opened)}
var g=d.filter("."+j.opened);g.length||(g=d.first()),g.addClass(j.opened).last()
.addClass(j.current),"horizontal"==this.direction&&d.find("."+j.panel).appendTo(
this.$menu)},_initLinks:function(){var b=this;a("."+j.list+" > li > a",this.$men
u).not("."+j.subopen).not("."+j.subclose).not('[rel="external"]').not('[target="
_blank"]').off(l.click).on(l.click,function(c){var d=a(this),e=d.attr("href");b.
__valueOrFn(b.opts.onClick.setSelected,d)&&d.parent().trigger(l.setSelected);var
f=b.__valueOrFn(b.opts.onClick.preventDefault,d,"#"==e.slice(0,1));f&&c.prevent
Default(),b.__valueOrFn(b.opts.onClick.blockUI,d,!f)&&i.$html.addClass(j.blockin
g),b.__valueOrFn(b.opts.onClick.close,d,f)&&b.$menu.triggerHandler(l.close)})},_
initOpenClose:function(){var b=this,c=this.$menu.attr("id");c&&c.length&&(this.c
onf.clone&&(c=j.umm(c)),a('a[href="#'+c+'"]').off(l.click).on(l.click,function(a
){a.preventDefault(),b.$menu.trigger(l.open)}));var c=i.$page.attr("id");c&&c.le
ngth&&a('a[href="#'+c+'"]').on(l.click,function(a){a.preventDefault(),b.$menu.tr
igger(l.close)})},__valueOrFn:function(a,b,c){return"function"==typeof a?a.call(
b[0]):"undefined"==typeof a&&"undefined"!=typeof c?c:a},__refactorClass:function
(a,b){a.removeClass(this.conf[b+"Class"]).addClass(j[b])}},a.fn[g]=function(e,f)
{return i.$wndw||d(),e=b(e,f),f=c(f),this.each(function(){var b=a(this);b.data(g
)||b.data(g,new a[g](b,e,f))})},a[g].version=h,a[g].defaults={position:"left",zp
osition:"back",moveBackground:!0,slidingSubmenus:!0,modal:!1,classes:"",onClick:
{setSelected:!0}},a[g].configuration={panelClass:"Panel",listClass:"List",select
edClass:"Selected",labelClass:"Label",spacerClass:"Spacer",pageNodetype:"div",pa
nelNodetype:"ul, ol, div",pageSelector:null,menuWrapperSelector:"body",menuInjec
tMethod:"prepend",transitionDuration:400},function(){var b=window.document,c=win
dow.navigator.userAgent,d=(document.createElement("div").style,"ontouchstart"in
b),e="WebkitOverflowScrolling"in b.documentElement.style,f=function(){return c.i
ndexOf("Android")>=0?2.4>parseFloat(c.slice(c.indexOf("Android")+8)):!1}();a[g].
support={touch:d,oldAndroidBrowser:f,overflowscrolling:function(){return d?e?!0:
f?!1:!0:!0}()}}(),a[g].debug=function(){},a[g].deprecated=function(a,b){"undefin
ed"!=typeof console&&"undefined"!=typeof console.warn&&console.warn("MMENU: "+a+
" is deprecated, use "+b+" instead.")}}}(jQuery),function(a,b,c){a.fn.tinyNav=fu
nction(d){var e=a.extend({active:"selected",header:"",indent:"- ",label:""},d);r
eturn this.each(function(){c++;var d=a(this),f="tinynav",g=f+c,h=".l_"+g,i=a("<s
elect/>").attr("id",g).addClass(f+" "+g);if(d.is("ul,ol")){""!==e.header&&i.appe
nd(a("<option/>").text(e.header));var j="";d.addClass("l_"+g).find("a").each(fun
ction(){j+='<option value="'+a(this).attr("href")+'">';var b;for(b=0;b<a(this).p
arents("ul, ol").length-1;b++)j+=e.indent;j+=a(this).text()+"</option>"}),i.appe
nd(j),e.header||i.find(":eq("+a(h+" li").index(a(h+" li."+e.active))+")").attr("
selected",!0),i.change(function(){b.location.href=a(this).val()}),a(h).after(i),
e.label&&i.before(a("<label/>").attr("for",g).addClass(f+"_label "+g+"_label").a
ppend(e.label))}})}}(jQuery,this,0);

//]]>
</script>
<script type='text/javascript'>
//<![CDATA[
var $=jQuery.noConflict();$(document).ready(function(){$("#primary-navigation").
clone().attr("id","primary-menu").insertBefore("#primary-navigation"),$("#primar
y-navigation ul").removeClass("sf-menu"),$("#primary-navigation").mmenu(),$("ul.
sf-menu").supersubs({minWidth:12,maxWidth:27,extraWidth:1}).superfish({delay:50,
animation:{opacity:"show",height:"show"},speed:"fast"}),$("#secondary-navigation
.menu-secondary-items").tinyNav({active:"current-menu-item"})}),$(window).load(
function(){$(document).imagesLoaded(function(){$("#carousel").flexslider({animat
ion:"slide",controlNav:!1,directionNav:1,prevText: "&laquo; Previous",nextText:
"Next &raquo;",animationLoop:1,slideshow:!1,itemWidth:109.5,minItems:4,asNavFor:
"#slider"}),$("#slider").flexslider({animation:"slide",controlNav:!1,directionNa
v:1,prevText: "&laquo; Previous",nextText: "Next &raquo;",animationLoop:1,slides
howSpeed:5e3,sync:"#carousel"})})});
//]]>
</script>
</body>
<style>
.abt-button {
margin: 50px auto;
width: 200px;
}
/* Get this button at AllBloggerTricks.com */
.abt-button a {
background: -moz-linear-gradient(center top , #00B7EA 0%, #009EC3 100%) repe
at scroll 0 0 transparent;
color: white;
display: block;
font: 17px/50px Helvetica,Verdana,sans-serif;
height: 50px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
width: 200px;
position: relative;
z-index: 2;
/*TYPE*/
color: white;
font: 17px/50px Helvetica, Verdana, sans-serif;
text-decoration: none;
text-align: center;
text-transform: uppercase;
/*GRADIENT*/
background: #00b7ea; /* Old browsers */
background: -moz-linear-gradient(top, #00b7ea 0%, #009ec3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b
7ea), color-stop(100%,#009ec3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #00b7ea 0%,#009ec3 100%); /* Chrome10

+,Safari5.1+ */
background: -o-linear-gradient(top, #00b7ea 0%,#009ec3 100%); /* Opera 11.10+
*/
background: -ms-linear-gradient(top, #00b7ea 0%,#009ec3 100%); /* IE10+ */
background: linear-gradient(top, #00b7ea 0%,#009ec3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=&#39;#00b7ea
&#39;, endColorstr=&#39;#009ec3&#39;,GradientType=0 ); /* IE6-9 */
}
.abt-button a, .abt-button p {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
-moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
}
.abt-button p {
background: #222222;
color: #FFFFFF;
display: block;
font: 12px/45px Helvetica,Verdana,sans-serif;
height: 40px;
margin: -40px 0 0 10px;
position: absolute;
text-align: center;
transition: margin 0.5s ease 0s;
width: 180px;
z-index: 1;
/*TRANSITION*/
-webkit-transition: margin 0.5s ease;
-moz-transition: margin 0.5s ease;
-o-transition: margin 0.5s ease;
-ms-transition: margin 0.5s ease;
transition: margin 0.5s ease;
}
.abt-button:hover .up {
margin: -5px 0 0 10px !important;
}
.abt-button:hover .down {
line-height: 35px !important;
margin: -85px 0 0 10px !important;
}
.abt-button a:active {
background: #00b7ea; /* Old browsers */
background: -moz-linear-gradient(top, #00b7ea 36%, #009ec3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(36%,#00b7
ea), color-stop(100%,#009ec3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #00b7ea 36%,#009ec3 100%); /* Chrome10
+,Safari5.1+ */
background: -o-linear-gradient(top, #00b7ea 36%,#009ec3 100%); /* Opera 11.10+
*/
background: -ms-linear-gradient(top, #00b7ea 36%,#009ec3 100%); /* IE10+ */
background: linear-gradient(top, #00b7ea 36%,#009ec3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=&#39;#00b7ea&#
39;, endColorstr=&#39;#009ec3&#39;,GradientType=0 ); /* IE6-9 */

}
.abt-button:active .up {
margin: -20px 0 0 10px !important;
}
.abt-button:active .down {
margin: -70px 0 0 10px !important;
}
</style>
</html>

Você também pode gostar