a:4:{s:8:"template";s:17344:"<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<link href="http://gmpg.org/xfn/11" rel="profile"/>

<title>{{ keyword }}</title>

<style id="scribbles-css" media="all" rel="stylesheet" type="text/css">

@charset "UTF-8";

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

aside,
footer,
header,
nav {
  display: block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

input {
  font: inherit;
  margin: 0; }

input {
  overflow: visible; }

[type="submit"] {
  -webkit-appearance: button; }

[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }


body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body,
input {
  color: #252525;
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.8; }
  @media only screen and (max-width: 40.063em) {
    body,
    input {
      font-size: 14.4px;
      font-size: 0.9rem; } }

h4 {
  clear: both;
  margin-top: 0.2rem;
  margin-bottom: 0.8rem;
  font-weight: normal;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  color: #353535; }

h4 {
  font-size: 1.5rem;
  font-weight: bold; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background: #ffffff;
  word-wrap: break-word; }


ul {
  margin: 0 0 1.5em 0; }

ul {
  list-style: disc; }



input[type="search"] {
  color: rgba(37, 37, 37, 0.5);
  border: 1px solid rgba(37, 37, 37, 0.1);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0.75rem;
  resize: none;
  background-color: rgba(255, 255, 255, 0.5); }
  input[type="search"]:focus {
    color: #252525;
    background-color: rgba(255, 255, 255, 0.75); }

form label {
  font-weight: bold; }

input[type="submit"] {
  display: inline-block;
  border: none;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #b5345f;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 0.5em;
  padding: 0.75em 1em;
  white-space: nowrap; }
  input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
    cursor: pointer;
    background-color: rgba(181, 52, 95, 0.8);
    color: #ffffff; }


a {
  color: #54ccbe;
  text-decoration: none; }
  a:visited {
    color: #54ccbe; }
  a:hover, a:focus, a:active {
    color: rgba(84, 204, 190, 0.8); }
  a:hover, a:active, a:focus {
    outline: 0; }


.main-navigation-container {
  background-color: #b5345f; }

.main-navigation {
  font-size: 1rem;
  font-weight: 500;
  display: none; }
  @media only screen and (min-width: 40.063em) {
    .main-navigation {
      display: block;
      float: left; } }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul a {
      color: #ffffff;
      display: block;
      padding: 1.2em .75em;
      border-bottom: 2px solid rgba(0, 0, 0, 0.05); }
      @media only screen and (min-width: 40.063em) {
        .main-navigation ul a {
          padding-top: 1.5em;
          padding-bottom: 1.5em;
          border-bottom: none; } }
  @media only screen and (min-width: 40.063em) {
    .main-navigation li {
      position: relative;
      display: inline-block; }
    .main-navigation a {
      text-decoration: none;
      padding: .25em .75em;
      color: #ffffff;
      text-transform: uppercase; }
      .main-navigation a:hover, .main-navigation a:visited:hover {
        background-color: rgba(0, 0, 0, 0.1);
        color: #ffffff; } }
  .main-navigation .current_page_parent > a {
    font-weight: 700; }

.menu-toggle {
  display: inline-block;
  margin: 0 auto;
  width: 3.9rem;
  padding: 0.55rem;
  cursor: pointer;
  position: relative;
  z-index: 9999;
  margin-top: 10px;
  margin-left: 10px; }
  @media only screen and (min-width: 40.063em) {
    .menu-toggle {
      display: none; } }
  .menu-toggle div {
    background-color: #ffffff;
    height: 0.25rem;
    margin: 0.43rem;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }


.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }


@font-face {
  font-family: 'Genericons';
  src: url(); }

@font-face {
  font-family: 'Genericons';
  font-weight: normal;
  font-style: normal;
  src: url(), url(), url(); }


.site-content {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em; }
  .site-content:after {
    content: " ";
    display: block;
    clear: both; }
  @media only screen and (max-width: 61.063em) {
    .site-content {
      margin-top: 1.38889%; } }


.site-header {
  position: relative; }

.hero {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 0; }
  .hero .hero-inner {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 5% 0; }
    .hero .hero-inner:after {
      content: " ";
      display: block;
      clear: both; }

.site-header-wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 3% 0; }
  .site-header-wrapper:after {
    content: " ";
    display: block;
    clear: both; }

.site-title-wrapper {
  width: 47.22222%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 40.063em) {
    .site-title-wrapper {
      padding-left: 0.75rem;
      padding-right: 0.75rem; } }
  @media only screen and (max-width: 61.063em) {
    .site-title-wrapper {
      width: 97.22222%;
      float: left;
      margin-left: 1.38889%;
      margin-right: 1.38889%;
      text-align: center; } }

.site-title {
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 3.25rem;
  line-height: 1; }
  .site-title a {
    color: #fca903; }
    .site-title a:hover, .site-title a:visited:hover {
      color: rgba(252, 169, 3, 0.8); }

.site-search-wrapper {
  width: 47.22222%;
  float: left;
  margin-left: 1.38889%;
  margin-right: 1.38889%; }
  @media only screen and (max-width: 61.063em) {
    .site-search-wrapper {
      width: 97.22222%;
      float: left;
      margin-left: 1.38889%;
      margin-right: 1.38889%;
      text-align: center; } }
  .site-search-wrapper .widget {
    float: right;
    position: relative;
    margin-bottom: 0; }
    @media only screen and (max-width: 61.063em) {
      .site-search-wrapper .widget {
        float: none; } }
    .site-search-wrapper .widget .search-field {
      min-width: 250px;
      border-color: rgba(104, 104, 104, 0.25); }

body.custom-header-image .hero {
  text-shadow: 1px 1px 30px rgba(0, 0, 0, 0.5); }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  clear: both;
  background-color: #3f3244; }

.footer-widget-area {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 0; }
  .footer-widget-area:after {
    content: " ";
    display: block;
    clear: both; }
  .footer-widget-area .footer-widget {
    width: 97.22222%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%; }
    @media only screen and (max-width: 61.063em) {
      .footer-widget-area .footer-widget {
        margin-bottom: 1em; } }

.site-info-wrapper {
  padding: 1.5em 0;
  background-color: #ffffff; }
  .site-info-wrapper .site-info {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto; }
    .site-info-wrapper .site-info:after {
      content: " ";
      display: block;
      clear: both; }
  .site-info-wrapper .site-info-text {
    width: 97.22222%;
    float: left;
    margin-left: 1.38889%;
    margin-right: 1.38889%;
    padding: 3em 0 1em;
    text-align: center;
    font-size: 75%;
    line-height: 1.2; }
  .site-info-wrapper .social-menu {
    width: 30.55556%;
    float: right;
    margin-left: 1.38889%;
    margin-right: 1.38889%; }
  @media only screen and (max-width: 40.063em) {
    .site-info-wrapper .social-menu {
      width: 97.22222%;
      float: left;
      margin-left: 1.38889%;
      margin-right: 1.38889%;
      text-align: center; } }

.social-menu {
  text-align: right; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5rem;
  padding: 1rem; }
  .widget input[type="search"] {
    width: 100%; }
  .widget ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .widget li {
    padding: 0.25rem 0; }

.widget-title {
  text-transform: uppercase; }

.footer-widget .widget {
  padding: 1em;
  background-color: #ffffff;
  -webkit-border-radius: 8px;
  border-radius: 8px; }
  .footer-widget .widget:last-child {
    margin-bottom: 0; }

.footer-widget .widget-title {
  border-bottom: 3px solid #3f3244;
  color: #3f3244; }

.widget_search form {
  position: relative; }

.widget_search .search-field {
  padding: 0.125rem 2.75rem 0.125rem 0.5rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
  border: none;
  border-bottom: 3px solid rgba(37, 37, 37, 0.25);
  -webkit-border-radius: 0;
  border-radius: 0;
  appearance: textfield;
  background: none; }
  @media only screen and (max-width: 40.063em) {
    .widget_search .search-field {
      width: 100%; } }

.widget_search .search-submit {
  background: url() no-repeat center center;
  -webkit-background-size: 1.5rem 1.5rem;
  background-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0;
  position: absolute;
  bottom: 5px;
  right: 0px;
  text-indent: -9999em; }
  .widget_search .search-submit:active, .widget_search .search-submit:focus, .widget_search .search-submit:hover {
    background-color: transparent; }


</style>

<style id="scribbles-inline-css" type="text/css">

.hero{
    background-image:url();
}
 .site-title a,.site-title a:visited{
    color:#ffffff;
}
.site-title a:hover,.site-title a:visited:hover{
    color:rgba(255, 255, 255, 0.8);
}
.site-search-wrapper .widget .search-field{
    border-color:rgba(153, 153, 153, 0.25);
}
 .hero{
    color:#ffffff;
}
 .main-navigation ul li a,.main-navigation ul li a:visited,.main-navigation ul li a:hover,.main-navigation ul li a:visited:hover{
    color:#ffffff;
}
.menu-toggle div{
    background-color:#ffffff;
}
.main-navigation ul li a,.main-navigation ul li a:visited,.main-navigation ul li a:hover,.main-navigation ul li a:visited:hover{
    color:#ffffff;
}
.main-navigation ul li a:hover{
    color:rgba(255, 255, 255, 0.8);
}
.main-navigation ul li a:hover{
    color:rgba(255, 255, 255, 0.8);
}
 h4,label,.widget-title{
    color:#ffffff;
}
.footer-widget .widget-title{
    color:#ffffff;
    border-color:#ffffff;
}
 body,input,input[type="search"]:focus{
    color:#e5e5e5;
}
input[type="search"]{
    color:rgba(229, 229, 229, 0.5);
    border-color:rgba(229, 229, 229, 0.1);
}
 .site-footer .widget-title,.site-footer h4{
    color:#ffffff;
}
.footer-widget .widget-title{
    border-color:#ffffff;
}
 .site-footer .widget{
    color:#ffffff;
}
 .site-info-wrapper .site-info-text{
    color:#686868;
}
 a,a:visited{
    color:#54ccbe;
}
a:hover,a:visited:hover,a:focus,a:visited:focus,a:active,a:visited:active{
    color:rgba(84, 204, 190, 0.8);
}
 input[type="submit"]{
    background-color:#54ccbe;
    border-color:#54ccbe;
}
input[type="submit"]:hover,input[type="submit"]:active,input[type="submit"]:focus{
    background-color:rgba(84, 204, 190, 0.8);
    border-color:rgba(84, 204, 190, 0.8);
}
 input[type="submit"],input[type="submit"]:hover,input[type="submit"]:active,input[type="submit"]:focus{
    color:#ffffff;
}
 body{
    background-color:#222222;
}
 .hero{
    background-color:#282828;
}
.hero{
    -webkit-box-shadow:inset 0 0 0 9999em;
    -moz-box-shadow:inset 0 0 0 9999em;
    box-shadow:inset 0 0 0 9999em;
    color:rgba(40, 40, 40, 0.50);
}
 .main-navigation-container{
    background-color:#333333;
}
.main-navigation-container,.main-navigation-container:before,.main-navigation-container:after{
    background-color:#333333;
}
 .site-footer{
    background-color:#282828;
}
 .site-footer .widget{
    background-color:#333333;
}
 .site-info-wrapper{
    background-color:#222222;
}
 

</style>

<style type="text/css">
.site-title a,.site-title a:visited{color:#ffffff;}
</style><style id="custom-background-css" type="text/css">
body.custom-background { background-color: ##222222; }
</style>
</head>
<body class="custom-background custom-header-image layout-two-column-default">
<div class="hfeed site" id="page">
<a class="skip-link screen-reader-text" href="#">Skip to content</a>
<header class="site-header" id="masthead" role="banner">
<div class="site-header-wrapper">
<div class="site-title-wrapper">
<div class="site-title"><a href="#" rel="home">{{ keyword }}</a></div>
</div>
<div class="hero">
<div class="hero-inner">
</div>
</div>
<div class="site-search-wrapper">
<div class="widget widget_search"><form action="#" class="search-form" method="get" role="search">
<label>
<span class="screen-reader-text">Search for:</span>
<input class="search-field" name="s" placeholder="Search " type="search" value=""/>
</label>
<input class="search-submit" type="submit" value="Search"/>
</form></div>
</div>
</div>
</header>
<div class="main-navigation-container">
<div class="menu-toggle" id="menu-toggle">
<div></div>
<div></div>
<div></div>
</div>
<nav class="main-navigation" id="site-navigation">
<div class="menu-primary-menu-container"><ul class="menu" id="menu-primary-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-170" id="menu-item-170"><a href="#">Home</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-172" id="menu-item-172"><a href="#">About Us</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-169" id="menu-item-169"><a href="#">Make A Difference</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-166" id="menu-item-166"><a href="#">Blog</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-171" id="menu-item-171"><a href="#">Contact Us</a></li>
</ul></div>
</nav>
</div>
<div class="page-title-container">
</div>
<div class="site-content" id="content">

{{ text }}

		</div>
<footer class="site-footer" id="colophon">
<div class="site-footer-inner">
<div class="footer-widget-area columns-1">
<div class="footer-widget">
<aside class="widget wpcw-widgets wpcw-widget-social" id="wpcw_social-3"><h4 class="widget-title">Social Media</h4><ul><li class="no-label"><a href="#" target="_blank" title="Visit {{ keyword }} on Google+"><span class="fa fa-2x fa-google-plus"></span></a></li><li class="no-label"><a href="#" target="_blank" title="Visit {{ keyword }} on Twitter"><span class="fa fa-2x fa-twitter"></span></a></li><li class="no-label"><a href="#" target="_blank" title="Visit {{ keyword }} on LinkedIn"><span class="fa fa-2x fa-linkedin-square"></span></a></li><li class="no-label"><a href="#" target="_blank" title="Visit {{ keyword }} on Facebook"><span class="fa fa-2x fa-facebook-official"></span></a></li></ul></aside>
</div>
</div>
</div>
</footer>
<div class="site-info-wrapper">
<div class="site-info">
<div class="site-info-inner">
<nav class="social-menu">
</nav>
<div class="site-info-text">

	Copyright  2017 {{ keyword }}
</div>
</div>
</div>
</div>
</div>

</body>
</html>";s:4:"text";s:4355:"Viber is an application which will allow you to make free calls to your friends for free (as long as they have Viber installed on their smartphones also). Download Nokia Asha 311 apps & latest softwares for Viber For Nokia Asha 311 501 502 503 505 202 Full Touch Phone, Viber For Nokia Asha 311, Viber For Nokia Asha 501, Viber For Nokia Asha 502, Viber Free Download Viber Apps for Nokia Asha 300, 3030, ... Download Viber App for Nokia Asha 308 / Nokia 310 / Nokia 311. Log In. Features of Viber for Nokia Asha devices. Viber Apps For Nokia Asha 210 Free PDF ... Crypt, Skype, TigerText, Viber and WhatsApp is also included. Free Download Viber Apps for Nokia Asha 300, 3030, ... Download Viber App for Nokia Asha 308 / Nokia 310 / Nokia 311. JAR, JAD Viber is one of the most popular messaging and social networking apps around, and its now available for the Nokia Asha 308, Asha 310 and Asha 311. ... viber nokia 311 nokia 500 viber viber free nokia 300 All you need to do is just download and install it in ... for Nokia Asha 501, 305, 306, 308, 303, 310, 311. Viber is one of the most popular messaging and social networking apps around, and its now available for the Nokia Asha 308, Asha 310 and Asha 311. DOWNLOAD All high quality Nokia Asha 311 apps are available for free download. Asha 311 , whatsapp messenger for nokia asha 311 ,whatsapp for nokia asha 311 free download,whatsapp for nokia asha 311 dual sim free download Download and Read Viber For Nokia Asha 309 Download ... http://gabbel.de/mechanical/engineering/mechanical_engineering_hand_book_free_download.pdf. . Download Viber Messenger all Nokia Asha Mobile Phones such as 306,308,309,310,311,501,502. Br, Kirksnap. Download Viber for Java now from Softonic: ... What will happen when you click Free Download? Download Free Viber App for Nokia Asha Devices. Download Viber for Nokia Asha 200 ... with Ad free. Nokia ... To download free nokia : nokia asha 311 Nokia Asha users can Download Angry Bird Seasons For Nokia Asha 311, 305, 306, 308,309 Huge selection of free java games for Nokia Asha 311. Forgot account? Download Viber for Nokia Asha 501, 305, 306, 308, 303, 310, 311. Features of Viber for Nokia Asha devices. Download viber nokia 311 for java - Viber (Nokia Series 40) 2.2.017: Send free text messages from your Nokia phone, and much more programs. Download download viber nokia aasha 311 and Asha 311 Schematic Rar by AskMen having one of the ... lock wifi password hack software free download for nokia asha 311. Viber App For Nokia Asha 308, 310 and 311 Now Available for Download. Reliable, that is our first association when we think about the Nokia Asha 40 phones. Download ... you may try to use other VoIP applications that you can download at store.nokia.com. ... Download Viber for Nokia Asha 501, 305, 306, 308, 303, 310, 311. See more of Nokia Asha 311 Apps on Facebook. ... Download Viber (Free)  Nokia Asha 308,310 and 311. With the help of downloaded Viber Steps to install Viber in Nokia Asha Mobile. At mob.org you can download thousands of Nokia Asha 311 games for free. ... Download Viber (Free)  Nokia Asha 308,310 and 311. Verified Book Library Viber Dlya Nokia Asha 311 Summary Ebook Pdf: ... site has these Ebook Pdf viber dlya nokia asha 311 readily available for free PDF download. Free downloads & security; ... NO viber app for asha 311 ! Viber is an application which will allow you to make free calls to your friends for free (as long as they have Viber installed on their smartphones also).  Now users having Asha 308, Asha 310 and Asha 311 can also get this app on their phone make unlimited free International. Via. Viber For Nokia; Whatsapp For Nokia; Download free the new version of angry bird is now available for Nokia Asha series. Viber is now available for Symbian operating system. Via. Now Nokia Asha user can Download Viber For Nokia Asha 311, 501, 305, 308, 303, 310 for free and enjoy or. Steps to install Viber in Nokia Asha Mobile. Very energy efficient, ... Free WhatsApp download for Nokia Asha 311? Nokia Asha 311 software applications free download & thousand of java apps & program. Free Download Viber Apps for Nokia Asha 300, 3030, 201, 302, 202, 306, 203, 305, 311, 501, 210, 310, 205, 308, 309, 200, 307, 205.1 and much more. ... You can download the app for free from here for your Nokia Asha 308,310 and 311. ";s:7:"keyword";s:38:"free download viber for nokia asha 311";s:7:"expired";i:-1;}