﻿/*!
 * rippler v0.1.1
 * http://blivesta.github.io/rippler/
 * Licensed under MIT
 * Author : blivesta
 * http://blivesta.com/
 */

.highlight {
  padding: 9px 14px;
  margin-bottom: 14px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
}
.highlight pre {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.highlight pre code {
  font-size: inherit;
  color: #333;
  /* Effectively the base text color */
}
.highlight pre .lineno {
  display: inline-block;
  width: 22px;
  padding-right: 5px;
  margin-right: 10px;
  color: #bebec5;
  text-align: right;
}
/* .highlight  { background: #ffffff; } */
.highlight .c {
  font-style: italic;
  color: #998;
}
/* Comment */
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
/* Error */
.highlight .k {
  font-weight: bold;
}
/* Keyword */
.highlight .o {
  font-weight: bold;
}
/* Operator */
.highlight .cm {
  font-style: italic;
  color: #998;
}
/* Comment.Multiline */
.highlight .cp {
  font-weight: bold;
  color: #999;
}
/* Comment.Preproc */
.highlight .c1 {
  font-style: italic;
  color: #998;
}
/* Comment.Single */
.highlight .cs {
  font-style: italic;
  font-weight: bold;
  color: #999;
}
/* Comment.Special */
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
/* Generic.Deleted */
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
/* Generic.Deleted.Specific */
.highlight .ge {
  font-style: italic;
}
/* Generic.Emph */
.highlight .gr {
  color: #a00;
}
/* Generic.Error */
.highlight .gh {
  color: #999;
}
/* Generic.Heading */
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
/* Generic.Inserted */
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
/* Generic.Inserted.Specific */
.highlight .go {
  color: #888;
}
/* Generic.Output */
.highlight .gp {
  color: #555;
}
/* Generic.Prompt */
.highlight .gs {
  font-weight: bold;
}
/* Generic.Strong */
.highlight .gu {
  color: #aaa;
}
/* Generic.Subheading */
.highlight .gt {
  color: #a00;
}
/* Generic.Traceback */
.highlight .kc {
  font-weight: bold;
}
/* Keyword.Constant */
.highlight .kd {
  font-weight: bold;
}
/* Keyword.Declaration */
.highlight .kp {
  font-weight: bold;
}
/* Keyword.Pseudo */
.highlight .kr {
  font-weight: bold;
}
/* Keyword.Reserved */
.highlight .kt {
  font-weight: bold;
  color: #458;
}
/* Keyword.Type */
.highlight .m {
  color: #099;
}
/* Literal.Number */
.highlight .s {
  color: #d14;
}
/* Literal.String */
.highlight .na {
  color: #008080;
}
/* Name.Attribute */
.highlight .nb {
  color: #0086b3;
}
/* Name.Builtin */
.highlight .nc {
  font-weight: bold;
  color: #458;
}
/* Name.Class */
.highlight .no {
  color: #008080;
}
/* Name.Constant */
.highlight .ni {
  color: #800080;
}
/* Name.Entity */
.highlight .ne {
  font-weight: bold;
  color: #900;
}
/* Name.Exception */
.highlight .nf {
  font-weight: bold;
  color: #900;
}
/* Name.Function */
.highlight .nn {
  color: #555;
}
/* Name.Namespace */
.highlight .nt {
  color: #000080;
}
/* Name.Tag */
.highlight .nv {
  color: #008080;
}
/* Name.Variable */
.highlight .ow {
  font-weight: bold;
}
/* Operator.Word */
.highlight .w {
  color: #bbb;
}
/* Text.Whitespace */
.highlight .mf {
  color: #099;
}
/* Literal.Number.Float */
.highlight .mh {
  color: #099;
}
/* Literal.Number.Hex */
.highlight .mi {
  color: #099;
}
/* Literal.Number.Integer */
.highlight .mo {
  color: #099;
}
/* Literal.Number.Oct */
.highlight .sb {
  color: #d14;
}
/* Literal.String.Backtick */
.highlight .sc {
  color: #d14;
}
/* Literal.String.Char */
.highlight .sd {
  color: #d14;
}
/* Literal.String.Doc */
.highlight .s2 {
  color: #d14;
}
/* Literal.String.Double */
.highlight .se {
  color: #d14;
}
/* Literal.String.Escape */
.highlight .sh {
  color: #d14;
}
/* Literal.String.Heredoc */
.highlight .si {
  color: #d14;
}
/* Literal.String.Interpol */
.highlight .sx {
  color: #d14;
}
/* Literal.String.Other */
.highlight .sr {
  color: #009926;
}
/* Literal.String.Regex */
.highlight .s1 {
  color: #d14;
}
/* Literal.String.Single */
.highlight .ss {
  color: #990073;
}
/* Literal.String.Symbol */
.highlight .bp {
  color: #999;
}
/* Name.Builtin.Pseudo */
.highlight .vc {
  color: #008080;
}
/* Name.Variable.Class */
.highlight .vg {
  color: #008080;
}
/* Name.Variable.Global */
.highlight .vi {
  color: #008080;
}
/* Name.Variable.Instance */
.highlight .il {
  color: #099;
}
/* Literal.Number.Integer.Long */
body,
html {
  height: 100%;
  min-height: 100%;
  font-family: 'Open Sans', sans-serif;
  background: #eee;
}
hr {
  border-color: #ddd;
}
.container {
  max-width: 768px;
}
h1,
h2,
h3,
h4 {
  font-weight: 300;
}
.label-class {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 5px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-weight: 100;
  color: #556b7f;
  background-color: #cbd5df;
  border-radius: 2px;
}
.icon-blivesta {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  /*background-image: url("../images/931eb3f3ecaa41a6ba3b0aed4b5dfd41.gif");*/
  -webkit-background-size: 16px 16px;
          background-size: 16px;
}
.icon-blivesta.icon-sm {
  width: 12px;
  height: 12px;
  -webkit-background-size: 12px 12px;
          background-size: 12px;
}
.icon-blivesta.icon-lg {
  width: 24px;
  height: 24px;
  -webkit-background-size: 12px 12px;
          background-size: 12px;
}
.icon-blivesta.icon-circle {
  border-radius: 50%;
}
.dropdown-toggle:hover {
  cursor: pointer;
}
.button-border,
.button-border-primary,
.button-border-info {
  background-color: transparent;
}
.button {
  padding: 20px;
  font-weight: 400;
}
.site-social {
  padding-top: 10px;
  margin-bottom: 10px;
}
.site-social li {
  height: 20px;
  overflow: hidden;
}
.site-social .btn-gh {
  width: 95px;
}
.site-social .btn-tw {
  width: 99px;
}
.site-social .btn-gg {
  width: 73px;
}
.site-social .btn-fb {
  width: 115px;
}
.site-social .btn-fb iframe {
  overflow: hidden;
}
.site-header {
  margin-bottom: 0;
}
.site-header .navbar-nav > li > a:hover,
.site-header .site-header-brand:hover {
  opacity: .6;
}
.navbar-header {
  float: left;
}
.navbar-right {
  float: right !important;
}
.site-masthead {
  position: relative;
  padding: 15px;
  padding-top: 20px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
  background: -webkit-linear-gradient(45deg, #509f71 0%, rgba(80, 159, 113, 0) 70%), -webkit-linear-gradient(315deg, #323ca9 10%, rgba(50, 60, 169, 0) 80%), -webkit-linear-gradient(225deg, #a2579d 10%, rgba(162, 87, 157, 0) 80%), -webkit-linear-gradient(135deg, #32b344 100%, rgba(50, 179, 68, 0) 70%);
  background:      -o-linear-gradient(45deg, #509f71 0%, rgba(80, 159, 113, 0) 70%), -o-linear-gradient(315deg, #323ca9 10%, rgba(50, 60, 169, 0) 80%), -o-linear-gradient(225deg, #a2579d 10%, rgba(162, 87, 157, 0) 80%), -o-linear-gradient(135deg, #32b344 100%, rgba(50, 179, 68, 0) 70%);
  background:         linear-gradient(45deg, #509f71 0%, rgba(80, 159, 113, 0) 70%), linear-gradient(135deg, #323ca9 10%, rgba(50, 60, 169, 0) 80%), linear-gradient(225deg, #a2579d 10%, rgba(162, 87, 157, 0) 80%), linear-gradient(315deg, #32b344 100%, rgba(50, 179, 68, 0) 70%);
  background-color: #242d35;
}
.site-masthead h1 {
  margin-bottom: 5px;
  font-weight: 800;
  letter-spacing: -.05em;
  opacity: .95;
}
.site-masthead .lead {
  opacity: .7;
}
.site-masthead p {
  margin: 0 auto 20px;
  font-weight: 100;
}
.site-masthead a {
  color: #fff;
}
.site-body {
  padding-bottom: 30px;
  line-height: 1.6;
}
.site-example-links .button {
  display: block;
  margin-bottom: 10px;
}
.site-adpacks {
  bottom: 10px;
  left: 10px;
  z-index: 99;
  max-width: 340px;
  padding: 15px;
  margin: 0;
  margin-bottom: 30px;
  font-size: 12px;
  text-align: left!important;
  background: #fff;
  background: rgba(255, 255, 255, .2);
  border-radius: 4px;
}
.site-adpacks:before,
.site-adpacks:after {
  display: table;
  content: " ";
}
.site-adpacks:after {
  clear: both;
}
@media (min-width: 480px) {
  .site-home .site-adpacks {
    margin: 60px auto 0 auto;
  }
}
.adpacks-wrap .adpacks-img {
  float: left;
  width: 145px;
}
.adpacks-wrap .adpacks-img img {
  margin-right: 15px;
}
.adpacks-poweredby {
  display: block;
  margin-top: 10px;
}
.site-section {
  padding: 40px 0;
  padding-bottom: 60px;
  border-bottom: 1px #ddd solid;
}
.site-section:last-child {
  border-bottom: none;
}
.site-section-title {
  margin-bottom: 20px;
}
.site-section-item {
  padding-bottom: 40px;
}
.site-section-item:last-child {
  padding-bottom: 0;
}
.site-section-sub-title {
  margin-top: 0;
  margin-bottom: 20px;
}
.site-icon-mark {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #cbd5df;
  text-align: center;
}
.site-icon-mark .oi {
  font-size: 54px;
}
.site-section-body .site-example-nav {
  font-size: 20px;
  line-height: 2.2;
  text-align: center;
}
.site-section-body .site-example-nav a {
  white-space: nowrap;
}
.site-section-body .lead {
  margin-top: 30px !important;
}
.site-section-body .lead:first-child {
  margin-top: 0;
}
.site-section-body h2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.site-section-body .highlight {
  margin-bottom: 60px;
}
.site-section-body .highlight:last-child {
  margin-bottom: 0;
}
.site-footer {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #777;
  background-color: #ddd;
  border-top: 1px solid #fff;
}
.site-footer hr {
  border-color: #ccc;
}
.row {
  margin: 0;
}
.row.padding .col {
  padding: 20px;
  padding-bottom: 0;
}
.row.padding .col .highlight {
  margin-top: 15px;
  margin-bottom: 0;
}
.example-elm {
  display: block;
  width: 300px;
  min-width: 280px;
  height: 300px;
  min-height: 280px;
  margin-right: auto;
  margin-left: auto;
  background-color: #556b7f;
}
.example-elm-circle {
  background-color: #cbd5df;
}
@media (min-width: 480px) {
  .site-example-links .button {
    display: inline-block;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .button {
    padding: 10px 24px;
  }
  .container {
    width: auto;
  }
}
.site-home .site-masthead,
.site-home .site-body p,
.site-home .site-body h2,
.site-home .site-body h3,
.site-home .site-body h4,
.site-home .site-footer,
.site-home .list-inline {
  text-align: center;
}
.site-home .site-masthead h1 {
  font-size: 50px;
}
.site-home .site-body {
  padding-top: 30px;
}
.site-home .site-section-body .site-example-nav {
  margin-top: 20px;
  font-size: 20px;
  line-height: 2.2;
  text-align: center;
}
.site-home .site-section-body .site-example-nav,
.site-home .site-section-body .highlight {
  display: block;
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}
.site-home .page-different-animation .label-class {
  margin-bottom: 10px;
}
@media (min-width: 480px) {
  .site-home .site-masthead {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .site-home .site-masthead h1 {
    font-size: 60px;
  }
}
@media (min-width: 768px) {
  .site-home .site-masthead {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .site-home .site-masthead h1 {
    font-size: 70px;
  }
}
/*# sourceMappingURL=docs.css.map */
