/* non highlighted code colors */
.highlight, html .gist .gist-file .gist-syntax .gist-highlight {
  border: 1px solid #05232b !important; }
  .highlight table td.code, html .gist .gist-file .gist-syntax .gist-highlight table td.code {
    width: 100%; }
  .highlight .line-numbers, html .gist .gist-file .gist-syntax .gist-highlight .line-numbers {
    margin: 0 !important;
    text-align: right;
    font-size: 13px;
    line-height: 1.45em;
    background: #073642 url('/images/noise.png?1390714431') top left !important;
    border-right: 1px solid #00232c !important;
    -webkit-box-shadow: #083e4b -1px 0 inset;
    -moz-box-shadow: #083e4b -1px 0 inset;
    box-shadow: #083e4b -1px 0 inset;
    text-shadow: #021014 0 -1px;
    padding: .8em !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
    .highlight .line-numbers span, html .gist .gist-file .gist-syntax .gist-highlight .line-numbers span {color: #586e75 !important; }

figure.code, .gist-file, pre {
  -webkit-box-shadow: rgba(0, 0, 0, 0.06) 0 0 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.06) 0 0 10px;
  box-shadow: rgba(0, 0, 0, 0.06) 0 0 10px; }
  figure.code .highlight pre, .gist-file .highlight pre, pre .highlight pre {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

html .gist .gist-file {
  margin-bottom: 1.8em;
  position: relative;
  border: none;
  padding-top: 26px !important; }
  html .gist .gist-file .gist-syntax {
    border-bottom: 0 !important;
    background: none !important; }
    html .gist .gist-file .gist-syntax .gist-highlight {
      background: #002b36 !important; }
  html .gist .gist-file .gist-meta {
    padding: .6em 0.8em;
    border: 1px solid #083e4b !important;
    color: #586e75;
    font-size: .7em !important;
    background: #073642 url('/images/noise.png?1390714431') top left;
    line-height: 1.5em; }
    html .gist .gist-file .gist-meta a {
      color: #75878b !important;
      text-decoration: none; }
      html .gist .gist-file .gist-meta a:hover {
        text-decoration: underline; }
      html .gist .gist-file .gist-meta a:hover {
        color: #93a1a1 !important; }
    html .gist .gist-file .gist-meta a[href*='#file'] {
      position: absolute;
      top: 0;
      left: 0;
      right: -10px;
      color: #474747 !important; }
      html .gist .gist-file .gist-meta a[href*='#file']:hover {
        color: #ff4629 !important; }
    html .gist .gist-file .gist-meta a[href*=raw] {
      top: .4em; }

pre {
  background: #002b36 url('/images/noise.png?1390714431') top left;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  -ms-border-radius: 0.4em;
  -o-border-radius: 0.4em;
  border-radius: 0.4em;
  border: 1px solid #05232b;
  line-height: 1.45em;
  font-size: 13px;
  margin-bottom: 2.1em;
  padding: .8em 1em;
  color: #93a1a1;
  overflow: auto; }

h3.filename + pre {
  -webkit-border-top-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -ms-border-top-left-radius: 0px;
  -o-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -ms-border-top-right-radius: 0px;
  -o-border-top-right-radius: 0px;
  border-top-right-radius: 0px; }

p code, li code {
  display: inline-block;
  white-space: no-wrap;
  background: #fff;
  font-size: .8em;
  line-height: 1.5em;
  color: #555;
  border: 1px solid #ddd;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  -ms-border-radius: 0.4em;
  -o-border-radius: 0.4em;
  border-radius: 0.4em;
  padding: 0 .3em;
  margin: -1px 0; }
p pre code, li pre code {
  font-size: 1em !important;
  background: none;
  border: none; }

.pre-code, html .gist .gist-file .gist-syntax .gist-highlight pre, .highlight code {
  font-family: Menlo, Monaco, "Andale Mono", "lucida console", "Courier New", monospace !important;
  overflow: scroll;
  overflow-y: hidden;
  display: block;
  padding: 0 .8em !important;
  overflow-x: auto;
  line-height: 1.45em;
  background: #002b36 url('/images/noise.png?1390714431') top left !important;
  color: #93a1a1 !important;
  /* Comment */
  /* Comment.Multiline */
  /* Comment.Preproc */
  /* Comment.Single */
  /* Comment.Special */
  /* Error */
  /* Keyword */
  /* Operator */
  /* Operator */
  /* Operator.Word */
  /* Generic.Deleted */
  /* Generic.Deleted.Specific */
  /* Generic.Emph */
  /* Generic.Heading */
  /* Generic.Inserted */
  /* Generic.Inserted.Specific */
  /* Generic.Strong */
  /* Generic.Subheading */
  /* Keyword.Constant */
  /* Keyword.Declaration */
  /* Keyword.Pseudo */
  /* Keyword.Reserved */
  /* Keyword.Type */
  /* Name.Attribute */
  /* Name.Builtin */
  /* Name.Class */
  /* Name.Constant */
  /* Name.Exception */
  /* Name.Function */
  /* Name.Namespace */
  /* Name.Tag */
  /* Name.Variable.Global */
  /* Name.Variable.Instance */
  /* Name.Variable */
  /* Literal.Number.Float */
  /* Literal.Number */
  /* Literal.Number.Hex */
  /* Literal.Number.Integer */
  /* Literal.String */
  /* Literal.String.Doc */
  /* Literal.String.Double */
  /* Literal.String.Escape */
  /* Literal.String.Interpol */
  /* Literal.String.Regex */
  /* Literal.String.Single */ }
  .pre-code *::-moz-selection, html .gist .gist-file .gist-syntax .gist-highlight pre *::-moz-selection, .highlight code *::-moz-selection {
    background: #386774;
    color: inherit;
    text-shadow: #002b36 0 1px; }
  .pre-code *::-webkit-selection, html .gist .gist-file .gist-syntax .gist-highlight pre *::-webkit-selection, .highlight code *::-webkit-selection {
    background: #386774;
    color: inherit;
    text-shadow: #002b36 0 1px; }
  .pre-code *::selection, html .gist .gist-file .gist-syntax .gist-highlight pre *::selection, .highlight code *::selection {
    background: #386774;
    color: inherit;
    text-shadow: #002b36 0 1px; }
  .pre-code span, html .gist .gist-file .gist-syntax .gist-highlight pre span, .highlight code span {
    color: #93a1a1 !important; }
  .pre-code span, html .gist .gist-file .gist-syntax .gist-highlight pre span, .highlight code span {
    font-style: normal !important;
    font-weight: normal !important; }
  .pre-code .c, html .gist .gist-file .gist-syntax .gist-highlight pre .c, .highlight code .c {
    color: #586e75 !important;
    font-style: italic !important; }
  .pre-code .cm, html .gist .gist-file .gist-syntax .gist-highlight pre .cm, .highlight code .cm {
    color: #586e75 !important;
    font-style: italic !important; }
  .pre-code .cp, html .gist .gist-file .gist-syntax .gist-highlight pre .cp, .highlight code .cp {
    color: #586e75 !important;
    font-style: italic !important; }
  .pre-code .c1, html .gist .gist-file .gist-syntax .gist-highlight pre .c1, .highlight code .c1 {
    color: #586e75 !important;
    font-style: italic !important; }
  .pre-code .cs, html .gist .gist-file .gist-syntax .gist-highlight pre .cs, .highlight code .cs {
    color: #586e75 !important;
    font-weight: bold !important;
    font-style: italic !important; }
  .pre-code .err, html .gist .gist-file .gist-syntax .gist-highlight pre .err, .highlight code .err {
    color: #dc322f !important;
    background: none !important; }
  .pre-code .k, html .gist .gist-file .gist-syntax .gist-highlight pre .k, .highlight code .k {
    color: #cb4b16 !important; }
  .pre-code .o, html .gist .gist-file .gist-syntax .gist-highlight pre .o, .highlight code .o {
    color: #93a1a1 !important;
    font-weight: bold !important; }
  .pre-code .p, html .gist .gist-file .gist-syntax .gist-highlight pre .p, .highlight code .p {
    color: #93a1a1 !important; }
  .pre-code .ow, html .gist .gist-file .gist-syntax .gist-highlight pre .ow, .highlight code .ow {
    color: #2aa198 !important;
    font-weight: bold !important; }
  .pre-code .gd, html .gist .gist-file .gist-syntax .gist-highlight pre .gd, .highlight code .gd {
    color: #93a1a1 !important;
    background-color: #372c34 !important;
    display: inline-block; }
  .pre-code .gd .x, html .gist .gist-file .gist-syntax .gist-highlight pre .gd .x, .highlight code .gd .x {
    color: #93a1a1 !important;
    background-color: #4d2d33 !important;
    display: inline-block; }
  .pre-code .ge, html .gist .gist-file .gist-syntax .gist-highlight pre .ge, .highlight code .ge {
    color: #93a1a1 !important;
    font-style: italic !important; }
  .pre-code .gh, html .gist .gist-file .gist-syntax .gist-highlight pre .gh, .highlight code .gh {
    color: #586e75 !important; }
  .pre-code .gi, html .gist .gist-file .gist-syntax .gist-highlight pre .gi, .highlight code .gi {
    color: #93a1a1 !important;
    background-color: #1a412b !important;
    display: inline-block; }
  .pre-code .gi .x, html .gist .gist-file .gist-syntax .gist-highlight pre .gi .x, .highlight code .gi .x {
    color: #93a1a1 !important;
    background-color: #355720 !important;
    display: inline-block; }
  .pre-code .gs, html .gist .gist-file .gist-syntax .gist-highlight pre .gs, .highlight code .gs {
    color: #93a1a1 !important;
    font-weight: bold !important; }
  .pre-code .gu, html .gist .gist-file .gist-syntax .gist-highlight pre .gu, .highlight code .gu {
    color: #6c71c4 !important; }
  .pre-code .kc, html .gist .gist-file .gist-syntax .gist-highlight pre .kc, .highlight code .kc {
    color: #859900 !important;
    font-weight: bold !important; }
  .pre-code .kd, html .gist .gist-file .gist-syntax .gist-highlight pre .kd, .highlight code .kd {
    color: #268bd2 !important; }
  .pre-code .kp, html .gist .gist-file .gist-syntax .gist-highlight pre .kp, .highlight code .kp {
    color: #cb4b16 !important;
    font-weight: bold !important; }
  .pre-code .kr, html .gist .gist-file .gist-syntax .gist-highlight pre .kr, .highlight code .kr {
    color: #d33682 !important;
    font-weight: bold !important; }
  .pre-code .kt, html .gist .gist-file .gist-syntax .gist-highlight pre .kt, .highlight code .kt {
    color: #2aa198 !important; }
  .pre-code .n, html .gist .gist-file .gist-syntax .gist-highlight pre .n, .highlight code .n {
    color: #268bd2 !important; }
  .pre-code .na, html .gist .gist-file .gist-syntax .gist-highlight pre .na, .highlight code .na {
    color: #268bd2 !important; }
  .pre-code .nb, html .gist .gist-file .gist-syntax .gist-highlight pre .nb, .highlight code .nb {
    color: #859900 !important; }
  .pre-code .nc, html .gist .gist-file .gist-syntax .gist-highlight pre .nc, .highlight code .nc {
    color: #d33682 !important; }
  .pre-code .no, html .gist .gist-file .gist-syntax .gist-highlight pre .no, .highlight code .no {
    color: #b58900 !important; }
  .pre-code .nl, html .gist .gist-file .gist-syntax .gist-highlight pre .nl, .highlight code .nl {
    color: #859900 !important; }
  .pre-code .ne, html .gist .gist-file .gist-syntax .gist-highlight pre .ne, .highlight code .ne {
    color: #268bd2 !important;
    font-weight: bold !important; }
  .pre-code .nf, html .gist .gist-file .gist-syntax .gist-highlight pre .nf, .highlight code .nf {
    color: #268bd2 !important;
    font-weight: bold !important; }
  .pre-code .nn, html .gist .gist-file .gist-syntax .gist-highlight pre .nn, .highlight code .nn {
    color: #b58900 !important; }
  .pre-code .nt, html .gist .gist-file .gist-syntax .gist-highlight pre .nt, .highlight code .nt {
    color: #268bd2 !important;
    font-weight: bold !important; }
  .pre-code .nx, html .gist .gist-file .gist-syntax .gist-highlight pre .nx, .highlight code .nx {
    color: #b58900 !important; }
  .pre-code .vg, html .gist .gist-file .gist-syntax .gist-highlight pre .vg, .highlight code .vg {
    color: #268bd2 !important; }
  .pre-code .vi, html .gist .gist-file .gist-syntax .gist-highlight pre .vi, .highlight code .vi {
    color: #268bd2 !important; }
  .pre-code .nv, html .gist .gist-file .gist-syntax .gist-highlight pre .nv, .highlight code .nv {
    color: #268bd2 !important; }
  .pre-code .mf, html .gist .gist-file .gist-syntax .gist-highlight pre .mf, .highlight code .mf {
    color: #2aa198 !important; }
  .pre-code .m, html .gist .gist-file .gist-syntax .gist-highlight pre .m, .highlight code .m {
    color: #2aa198 !important; }
  .pre-code .mh, html .gist .gist-file .gist-syntax .gist-highlight pre .mh, .highlight code .mh {
    color: #2aa198 !important; }
  .pre-code .mi, html .gist .gist-file .gist-syntax .gist-highlight pre .mi, .highlight code .mi {
    color: #2aa198 !important; }
  .pre-code .s, html .gist .gist-file .gist-syntax .gist-highlight pre .s, .highlight code .s {
    color: #2aa198 !important; }
  .pre-code .sd, html .gist .gist-file .gist-syntax .gist-highlight pre .sd, .highlight code .sd {
    color: #2aa198 !important; }
  .pre-code .s2, html .gist .gist-file .gist-syntax .gist-highlight pre .s2, .highlight code .s2 {
    color: #2aa198 !important; }
  .pre-code .se, html .gist .gist-file .gist-syntax .gist-highlight pre .se, .highlight code .se {
    color: #dc322f !important; }
  .pre-code .si, html .gist .gist-file .gist-syntax .gist-highlight pre .si, .highlight code .si {
    color: #268bd2 !important; }
  .pre-code .sr, html .gist .gist-file .gist-syntax .gist-highlight pre .sr, .highlight code .sr {
    color: #2aa198 !important; }
  .pre-code .s1, html .gist .gist-file .gist-syntax .gist-highlight pre .s1, .highlight code .s1 {
    color: #2aa198 !important; }
  .pre-code div .gd, html .gist .gist-file .gist-syntax .gist-highlight pre div .gd, .highlight code div .gd, .pre-code div .gd .x, html .gist .gist-file .gist-syntax .gist-highlight pre div .gd .x, .highlight code div .gd .x, .pre-code div .gi, html .gist .gist-file .gist-syntax .gist-highlight pre div .gi, .highlight code div .gi, .pre-code div .gi .x, html .gist .gist-file .gist-syntax .gist-highlight pre div .gi .x, .highlight code div .gi .x {
    display: inline-block;
    width: 100%; }

.highlight, .gist-highlight {
  margin-bottom: 1.8em;
  background: #002b36;
  overflow-y: hidden;
  overflow-x: auto; }
  .highlight pre, .gist-highlight pre {
    background: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    -ms-border-radius: none;
    -o-border-radius: none;
    border-radius: none;
    border: none;
    padding: 0;
    margin-bottom: 0; }

pre::-webkit-scrollbar, .highlight::-webkit-scrollbar, .gist-highlight::-webkit-scrollbar {
  height: .5em;
  background: rgba(255, 255, 255, 0.15); }
pre::-webkit-scrollbar-thumb:horizontal, .highlight::-webkit-scrollbar-thumb:horizontal, .gist-highlight::-webkit-scrollbar-thumb:horizontal {
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.highlight code {
  background: #000; }

figure.code {
  background: none;
  padding: 0;
  border: 0;
  margin-bottom: 1.5em; }
  figure.code pre {
    margin-bottom: 0; }
  figure.code figcaption {
    position: relative; }
  figure.code .highlight {
    margin-bottom: 0; }

.code-title, html .gist .gist-file .gist-meta a[href*='#file'], h3.filename, figure.code figcaption {
  text-align: center;
  font-size: 13px;
  line-height: 2em;
  text-shadow: #cbcccc 0 1px 0;
  color: #474747;
  font-weight: normal;
  margin-bottom: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -ms-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -ms-border-top-right-radius: 5px;
  -o-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  font-family: "Helvetica Neue", Arial, "Lucida Grande", "Lucida Sans Unicode", Lucida, sans-serif;
  background: #aaaaaa url('/images/code_bg.png?1390714431') top repeat-x;
  border: 1px solid #565656;
  border-top-color: #cbcbcb;
  border-left-color: #a5a5a5;
  border-right-color: #a5a5a5;
  border-bottom: 0; }

.download-source, html .gist .gist-file .gist-meta a[href*=raw], figure.code figcaption a {
  position: absolute;
  right: .8em;
  text-decoration: none;
  color: #666 !important;
  z-index: 1;
  font-size: 13px;
  text-shadow: #cbcccc 0 1px 0;
  padding-left: 3em; }
  .download-source:hover, html .gist .gist-file .gist-meta a[href*=raw]:hover, figure.code figcaption a:hover {
    text-decoration: underline; }

.gutter {
  margin: 0;
  float: left; }

/* Mixins */
.ibtn {
  width: 200px;
  height: 30px;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  color: #f6f5f5;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -ms-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
  cursor: pointer;
  text-shadow: none; }

.ibtn:hover {
  text-decoration: none; }

.ibtn-blue {
  background-color: #00a8ef; }

.ibtn-blue:hover {
  color: #f6f5f5;
  background-color: #09b6ff; }

.ibtn-orange {
  background-color: #ff6e00; }

.ibtn-orange:hover {
  color: #f6f5f5;
  background-color: #ff7d1a; }

/* Le site */
body {
  color: #45484c;
  font-size: 15px;
  line-height: 26px;
  background: #fbfafa;
  font-family: 'Roboto', sans-serif;
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif; }

h1 {
  margin-bottom: 26px; }

h2 {
  margin-bottom: 22px; }

h3 {
  margin-bottom: 18px; }

h4 {
  margin-bottom: 14px;
  font-weight: bold; }

i {
  color: #767b81; }

ul {
  list-style: none; }

/* Header */
header {
  width: 100%;
  min-height: 100px;
  margin: 0;
  padding: 10px 0;
  background: #2e3236; }

.logo {
  margin: 22px 0 0 0;
  float: left; }

.top-nav {
  margin-top: 35px;
  float: right; }
  .top-nav li {
    display: inline-block;
    float: left; }
    .top-nav li a {
      display: block;
      margin-left: 10px;
      padding: 6px 14px;
      color: #f6f5f5;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      border-bottom: #2e3236 solid 1px;
      -webkit-transition: all 0.1s; }
      .top-nav li a:hover {
        text-decoration: none;
        color: #ff6e00; }
      .top-nav li a:active {
        position: relative;
        top: 2px; }

.login {
  background: #41464c;
  color: #f6f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .login:hover {
    background: #7db339;
    color: #f6f5f5 !important; }

.wrap {
  width: 100%;
  min-height: 200px;
  background: #fbfafa; }

.cf > h2 {
  color: #ff6e00; }

.sub-features .btn-learn {
  float: right; }

/* Footer */
footer {
  width: 100%;
  min-height: 100px;
  margin: 40px 0 0 0;
  padding: 20px 0;
  background: #2e3236; }

footer h9 {
  margin: 0 0 0px 0;
  border-bottom: 1px solid #999;
  padding: 5px 5px;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bolder !important;
  font-family: "Open Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}


footer h6 {
  margin: 0 0 14px 0;
  padding: 8px 10px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  background: #2e3236;
  color: #f6f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.bottom-nav {
  margin: 0;
  padding: 0 8px; }
  .bottom-nav li a {
    margin: 0 0 8px 0;
    padding: 2px 0;
    display: block;
    list-style: none;
    color: #f6f5f5;
    font-size: 12px;
    -webkit-transition: color 0.1s ease-in-out,border 0.1s ease-in-out;
    -moz-transition: color 0.1s ease-in-out,border 0.1s ease-in-out;
    -ms-transition: color 0.1s ease-in-out,border 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out,border 0.1s ease-in-out;
    transition: color 0.1s ease-in-out,border 0.1s ease-in-out; }
    .bottom-nav li a:hover {
      color: #ff6e00;
      text-decoration: none; }

.main-features {
  width: 740px;
  display: block;
  margin: 50px auto 0 auto !important; }
  .main-features div span {
    width: 140px;
    height: 120px;
    margin: 0 auto;
    display: block;
    line-height: 140px;
    text-align: center;
    -webkit-border-radius: 110px;
    -moz-border-radius: 110px;
    -ms-border-radius: 110px;
    -o-border-radius: 110px;
    border-radius: 110px; }
  .main-features div img {
    margin: 0 auto;
    display: block; }
  .main-features div h3 {
    color: #676a6c;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase; }

div.sub-features + div.row {
  margin-bottom: 30px;
  background: red; }

.sub-features, .pricing {
  color: #2e3236; }
  .sub-features h1, .pricing h1 {
    margin: 30px 0;
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px; }
  .sub-features h2, .pricing h2 {
    font-size: 16px;
    line-height: 30px; }

.sub-features-pod {
  padding: 20px 0;
  border-bottom: #dddedf solid 1px;
  -webkit-box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  box-shadow: 0 1px 0 white; }

/* Pricing */
.pricing-wrap {
  display: block;
  padding: 8px; }

.enterprise {
  height: 430px; }
  .enterprise h2, .enterprise strong, .enterprise a {
    margin: 20px auto;
    display: block; }
  .enterprise h4 {
    margin-top: 60px;
    padding: 0 20px;
    font-weight: bold;
    font-size: 32px;
    line-height: 38px; }

.pricing-pod {
  display: block;
  text-align: center;
  background: #dddedf;
  text-shadow: 0 1px 0 #f6f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .pricing-pod h3 {
    margin: 0;
    padding: 10px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    background: #2e3236;
    color: #f6f5f5;
    border-bottom: #232629 solid 1px;
    text-shadow: none;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0; }
  .pricing-pod .price {
    padding: 14px 20px;
    display: block;
    font-size: 32px;
    font-weight: bold;
    line-height: 32px; }
    .pricing-pod .price small {
      font-size: 14px;
      line-height: 2px; }
  .pricing-pod .price, .pricing-pod .pricing-api {
    border-bottom: #c3c5c6 solid 1px;
    -webkit-box-shadow: 0 1px 0 #f2f2f3;
    -moz-box-shadow: 0 1px 0 #f2f2f3;
    box-shadow: 0 1px 0 #f2f2f3; }
  .pricing-pod .pricing-api, .pricing-pod .pricing-storage {
    padding: 20px;
    display: block; }
    .pricing-pod .pricing-api strong, .pricing-pod .pricing-storage strong {
      margin-bottom: 4px;
      display: block;
      font-size: 20px;
      font-weight: bold;
      line-height: 20px; }
    .pricing-pod .pricing-api span, .pricing-pod .pricing-storage span {
      display: block;
      font-size: 14px; }
    .pricing-pod .pricing-api small, .pricing-pod .pricing-storage small {
      display: block;
      font-size: 12px;
      font-weight: 500;
      color: #999; }
  .pricing-pod .pricing-sign-up {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    width: 264px;
    display: block; }

/* Features Page */
.features-pod {
  width: 444px;
  min-height: 372px;
  margin-bottom: 20px;
  padding: 8px;
  background: #dddedf;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px; }
  .features-pod a {
    display: inline-block;
    border: transparent solid 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px; }
    .features-pod a:hover {
      border: #00a8ef solid 2px; }
  .features-pod img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
  .features-pod h1 {
    font-size: 18px;
    margin: 5px 0 10px 0;
    font-weight: bold; }
  .features-pod p {
    font-size: 14px;
    line-height: 22px; }

.product-of-container {
  border-top: #505050 solid 1px;
  padding: 20px 0 0 0;
  margin: 50px 0 0 0;
}

.product-of {
  display: flex;
  align-items:center;
}

.product-of span {
    color: #f6f5f5;
}

.iknode-logo {
    width: 220px;
}

.structum-logo {
  width: 120px;
  vertical-align:middle;
  margin:0 5px;
}

.copy-wrap {
  width: 940px;
  height: 40px;
  margin: 20px 0 0 0;
  display: block;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.copy {
  padding: 0 !important;
  margin: 0 !important;
  display: block;
  font-size: 12px;
  color: #f6f5f5;
  text-align: right;
}

.copy a {
    color: #f6f5f5;
}

.copy a:hover {
  color: #f6f5f5;
  text-decoration: underline;
}

/* Page */
.img-br {
  border: #dddedf solid 4px;
  display: block;
  margin: 20px auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

/* Blog List */
.blog img {
  display: none;
}

.post img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin: 20px auto;
  display: block; }

.entry, .post {
  margin-bottom: 30px;
  padding: 0 0 30px 0;
  position: relative;
  border-bottom: #dddedf solid 1px;
  -webkit-box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  box-shadow: 0 1px 0 white; }
  .entry .meta, .post .meta {
    margin: 0 0 20px 0;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #676a6c; }
  .entry .entry-title, .post .entry-title {
    margin: 0; }
    .entry .entry-title a, .post .entry-title a {
      color: #ff6e00;
      font-weight: normal;
      border: none;
      -webkit-transition: color 0.1s linear;
      -moz-transition: color 0.1s linear;
      -ms-transition: color 0.1s linear;
      -o-transition: color 0.1s linear;
      transition: color 0.1s linear; }
      .entry .entry-title a:hover, .post .entry-title a:hover {
        text-decoration: none;
        border: none;
        color: #ff8b33; }
  .entry h2, .post h2 {
    margin: 20px 0 10px 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px; }
  .entry a, .post a {
    font-weight: bold;
    color: #00a8ef;
    border-bottom: transparent solid 1px;
    -webkit-transition: border 0.1s linear;
    -moz-transition: border 0.1s linear;
    -ms-transition: border 0.1s linear;
    -o-transition: border 0.1s linear;
    transition: border 0.1s linear; }
    .entry a:hover, .post a:hover {
      text-decoration: none;
      border-bottom: #00a8ef solid 1px; }

a[rel=full-article] {
  margin: 0;
  padding: 4px 10px;
  position: absolute;
  right: 0;
  bottom: -1px;
  background: #676a6c;
  color: #fff;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  -ms-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  transition: background 0.1s linear; }
  a[rel=full-article]:hover {
    background: #808486;
    border: none; }

/* Syntax */
figure.code {
  margin: 30px 0;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

/* Team */
.team-wrap {
  margin: 40px 0 0 0; }

.team a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .team a:hover h2 {
    bottom: 0; }
  .team a h2 {
    position: absolute;
    bottom: -140px;
    width: 140px;
    font-size: 12px;
    margin: 0;
    padding: 6px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    line-height: 14px;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transition: bottom 0.2s linear;
    -moz-transition: bottom 0.2s linear;
    -ms-transition: bottom 0.2s linear;
    -o-transition: bottom 0.2s linear;
    transition: bottom 0.2s linear;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; }
    .team a h2 small {
      margin: 2px 0 0 0;
      display: block;
      font-size: 11px;
      font-weight: normal; }
    .team a h2 span {
      margin: 6px 0 0 0;
      display: block;
      font-size: 11px;
      color: #00a8ef; }
  .team a img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }

/* General Classes */
.iwell {
  width: 900px;
  padding: 20px;
  margin: 20px 0;
  text-align: center;
  background: #7db339;
  color: #f6f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

.main .iwell {
  margin-bottom: 60px; }

h2.iwell {
  font-size: 28px;
  font-weight: 300; }

.left {
  float: left; }

.right {
  float: right; }

.mb {
  margin-bottom: 30px; }

.cf:before,
.cf:after {
  content: " ";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

/* */
.page h2 {
  font-size: 16px; }
.page ul {
  margin: 10px 0 20px 0; }

.banner {
  width: 100%;
  padding: 20px 0;
  display: inline-block; }

.banner-green {
  background: #b8ce9c; }
  .banner-green h1 {
    color: #c6d8b0;
    font-weight: 300;
    font-size: 76px;
    line-height: 76px;
    margin: 0; }
  .banner-green h2 {
    color: #fff;
    text-shadow: 0 2px 0 #abc48c;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    margin: 0; }

.page ul {
  margin: 20px 0;
  padding: 0;
  list-style: none; }
  .page ul li {
    padding: 5px 0;
    border-bottom: 1px solid #eee; }

/* */
.page .docSubmenu {
  margin: 0; }

.page .docSubmenu li {
  padding: 0; }

.docSubmenu li {
  background: #efeff1;
  display: block;
  border-bottom: 1px solid #fbfafa; }
  .docSubmenu li a {
    color: #45484c;
    font-weight: 500;
    display: block;
    padding: 10px;
    font-size: 13px; }
    .docSubmenu li a:hover {
      background: #e1e1e5;
      text-decoration: none; }
    .docSubmenu li a:active {
      background: #efeff1; }
.docSubmenu .active {
  background: #f95d18; }
  .docSubmenu .active a {
    color: #fff; }
    .docSubmenu .active a:hover {
      background: #f95d18; }
    .docSubmenu .active a:active {
      background: #f95d18; }

.docsPage a img {
  border: 2px solid #818488; }
  .docsPage a img:hover {
    border-color: #ff6e00; }

.main, .blog, .post {
  margin-top: 20px; }

.container #blog-archives h2 {
  float: left;
  margin: 20px 0 5px 0;
  font-size: 34px;
  font-weight: 300; }
.container #blog-archives article {
  border-bottom: 1px solid #eaebeb;
  display: block;
  clear: both; }
  .container #blog-archives article time, .container #blog-archives article h1 {
    line-height: 34px;
    margin: 0;
    padding: 4px 0; }
  .container #blog-archives article time {
    float: left;
    font-size: 12px;
    margin: 0 15px 0 0;
    color: #9b9ea1; }
  .container #blog-archives article h1 {
    font-size: 16px;
    float: left;
    margin: 0;
    font-weight: 500; }
    .container #blog-archives article h1 a {
      color: #ff6e00; }

.features-pod img {
  width: 100%; }
