/* 1. BASE
--------------------------------------------------------- */
html {
  position: relative;
  min-height: 100%; }

body {
  margin-top: 51px;
  margin-bottom: 0;
  font-size: 1.6em;
  height: 100%;
  background-color: #f5f5f5; }
  @media (min-width: 992px) {
    body {
      margin-top: 80px;
      margin-bottom: 90px; } }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-right: 6px;
  padding-left: 6px; }

.post-content h2 {
  font-weight: bold;
  font-size: 25px !important; }
.post-content h3 {
  font-weight: bold;
  font-size: 22px !important; }
.post-content h4 {
  font-weight: bold;
  font-size: 19px !important; }
.post-content h2, .post-content h3, .post-content h4 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

::-moz-selection {
  background: #F6CD61;
  color: #222222; }

::selection {
  background: #F6CD61;
  color: #222222; }

a {
  color: #F87E12;
  transition: all 0.2s; }

.brands {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(53%) sepia(96%) saturate(708%) hue-rotate(359deg) brightness(97%) contrast(95%); }
  .brands.x-twitter {
    background-image: url("/themes/agro/svg/x-twitter-brands-solid.svg"); }
  .brands.facebook {
    background-image: url("/themes/agro/svg/facebook-brands-solid.svg"); }

.navbar-brand {
  padding: 7px 15px !important; }

.blog .breadcrumb {
  padding: 0px 15px;
  margin-top: -29px;
  margin-bottom: 8px; }

.table > tbody > tr > td {
  padding: 3px; }

.subscript {
  font-size: 10px; }

.btn {
  transition: all 0.2s; }
  .btn-dark {
    padding: 10px 20px;
    background-color: transparent;
    border: 2px solid #222222;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #222222; }
    .btn-dark:hover {
      background-color: #222222;
      color: #F87E12; }
  .btn-yellow {
    padding: 10px 20px;
    background-color: transparent;
    border: 2px solid #F87E12;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #F87E12; }
    .btn-yellow:hover {
      background-color: #F87E12;
      color: #222222; }
  .btn-default {
    background: #222222;
    border: 1px solid #222222;
    color: #FFFFFF; }
    .btn-default:hover, .btn-default:focus, .btn-default:active {
      background: #222222 !important;
      border: 1px solid #222222 !important;
      color: #F87E12 !important; }

#button_to_top {
  display: inline-block;
  background-color: #F87E12;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 60px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000; }

#button_to_top::before {
  content: "\e113";
  font-family: Glyphicons Halflings;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff; }

#button_to_top:hover {
  cursor: pointer;
  background-color: #333; }

#button_to_top:active {
  background-color: #555; }

#button_to_top.show {
  opacity: 1;
  visibility: visible; }

/* 2. NAVIGATION
--------------------------------------------------------- */
.navbar {
  min-height: 45px; }
  .navbar .navbar-header .navbar-toggle {
    padding: 6px 10px; }

.navbar-default {
  background-color: #222222;
  margin-bottom: 0; }
  .navbar-default .navbar-brand {
    height: auto;
    font-size: 28px;
    font-weight: 700; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .navbar-default .navbar-brand {
        width: 184px; } }
    .navbar-default .navbar-brand img {
      display: inline-block;
      vertical-align: middle;
      height: 30px;
      width: auto;
      filter: invert(100%) brightness(100%); }
    .navbar-default .navbar-brand span {
      display: inline-block;
      vertical-align: middle;
      margin-left: 2px; }
    .navbar-default .navbar-brand b {
      color: #F87E12;
      font-weight: 700; }
    @media (max-width: 767px) {
      .navbar-default .navbar-brand {
        font-size: 21px; }
        .navbar-default .navbar-brand img {
          height: 25px; } }
  .navbar-default .navbar-nav {
    padding: 7px 0px; }
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li.active > a {
      font-weight: 700;
      text-transform: uppercase;
      font-size: 21px;
      letter-spacing: -1px;
      transition: color .2s ease; }
      .navbar-default .navbar-nav > li > a:hover,
      .navbar-default .navbar-nav > li.active > a:hover {
        color: #F87E12;
        background-color: transparent; }
      .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active,
      .navbar-default .navbar-nav > li.active > a:focus,
      .navbar-default .navbar-nav > li.active > a:active {
        background-color: transparent;
        color: #FFFFFF; }
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li.active > a {
      line-height: 0px; }
    .navbar-default .navbar-nav > li.active a,
    .navbar-default .navbar-nav > li.active.active a {
      color: #F87E12;
      background-color: transparent; }
    .navbar-default .navbar-nav .searchbox-input .form-control {
      height: 30px;
      padding: 8px 8px; }
    .navbar-default .navbar-nav .searchbox-input .input-group-btn .btn {
      padding: 3px 12px; }
  .navbar-default .lang-switch {
    float: right;
    width: 94px;
    padding: 22px 0px 22px 30px; }
    .navbar-default .lang-switch .customSelect {
      border: 2px solid #FFFFFF;
      padding: 5px 10px;
      color: #FFFFFF;
      width: 100%; }
      .navbar-default .lang-switch .customSelect.customSelectOpen {
        border: 2px solid #F87E12;
        color: #F87E12; }
      .navbar-default .lang-switch .customSelect .customSelectInner:after {
        content: "\f0d7";
        font-family: "FontAwesome";
        float: right; }

/* 3. HERO
--------------------------------------------------------- */
#hero {
  background: #F87E12;
  color: #FFFFFF;
  padding: 45px 0px; }
  @media (max-width: 992px) {
    #hero {
      text-align: center; } }
  #hero h1 {
    font-weight: 400;
    text-transform: uppercase; }
  #hero .btn {
    margin-top: 20px; }
    #hero .btn span {
      color: #F87E12; }
    #hero .btn small {
      display: block;
      text-align: left;
      font-size: 11px; }
    #hero .btn:first-of-type {
      padding: 9px 20px; }
  #hero .github_copy {
    margin-left: 5px;
    padding: 11.5px 20px;
    font-size: 26px; }
  #hero .small-buttons {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 3px; }
    #hero .small-buttons .github,
    #hero .small-buttons .changelog {
      display: block;
      padding: 4px 10px;
      margin-top: 0;
      font-size: 12px; }
      #hero .small-buttons .github i.fa,
      #hero .small-buttons .changelog i.fa {
        margin-right: 5px; }
    #hero .small-buttons .github {
      margin-bottom: 7px; }

/* 4. NOTIFY
--------------------------------------------------------- */
#notify {
  margin-bottom: 0; }

/* 5. SECTION
--------------------------------------------------------- */
section {
  padding: 0px 0px;
  background-color: #f5f5f5;
  position: relative; }
  section:nth-of-type(odd) {
    background-color: #FFFFFF; }
  section.home {
    padding: 0; }
  section h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 25px;
    margin-top: 0px; }
    section h1 span {
      color: #F87E12; }
  section p {
    line-height: 1.4; }
  section blockquote {
    font-size: 16px;
    background-color: #f2f2f2; }

/* 6. FEATURES
--------------------------------------------------------- */
.features .feature {
  padding-top: 10px;
  padding-bottom: 10px; }
  .features .feature-icon {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    background-color: #F87E12;
    color: #222222;
    font-size: 54px;
    text-align: center;
    line-height: 1.9;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease; }
    .features .feature-icon:hover {
      color: #f5f5f5; }
  .features .feature-body {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 124px); }
    .features .feature-body h3 {
      font-weight: 400; }
    .features .feature-body p {
      font-size: 14px; }
  @media (max-width: 992px) {
    .features .feature {
      margin-bottom: 15px; } }

/* 7. ABOUT
--------------------------------------------------------- */
.about h1 {
  margin-bottom: 35px; }
.about .thumbnail {
  float: left;
  width: 44%;
  margin: 0px 20px 15px 0px; }
  @media (max-width: 767px) {
    .about .thumbnail {
      width: 100%;
      margin: 0px 0px 20px 0px; } }

/* 8. MODULES
--------------------------------------------------------- */
.modules h1 {
  margin-bottom: 35px; }
.modules .panel-body {
  display: block;
  padding: 0px 0px 10.5px 0px; }
  .modules .panel-body h4 {
    margin-bottom: 0; }
  .modules .panel-body small {
    color: #AAB2BD; }
  .modules .panel-body:hover {
    text-decoration: none; }
  .modules .panel-body .panel-thumb {
    background: #F87E12;
    height: 124px;
    position: relative;
    color: #222222;
    overflow: hidden; }
    .modules .panel-body .panel-thumb .fa {
      font-size: 48px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transition: all 0.3s;
      -webkit-transition: all 0.3s; }
    .modules .panel-body .panel-thumb .desc {
      opacity: 0;
      font-size: 16px;
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      padding: 0px 10px;
      text-align: center;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      font-weight: 400;
      transition: all 0.5s;
      -webkit-transition: all 0.5s; }
    .modules .panel-body .panel-thumb:hover .fa {
      opacity: 0.1;
      font-size: 200px; }
    .modules .panel-body .panel-thumb:hover .desc {
      opacity: 1; }
.modules .row:nth-child(even) .module:nth-child(even) .panel-thumb {
  background: #222222;
  color: #F87E12; }
.modules .row:nth-child(odd) .module:nth-child(odd) .panel-thumb {
  background: #222222;
  color: #F87E12; }

/* 9. DOCUMENTATION
--------------------------------------------------------- */
.docs .affix {
  position: fixed; }
  .docs .affix-top {
    position: static; }
  .docs .affix-bottom {
    position: relative; }
.docs [role="flatdoc-menu"] ul li a {
  color: #656565;
  border-left: 2px solid transparent;
  padding: 3px 20px;
  font-size: 13px;
  font-weight: 400; }
  .docs [role="flatdoc-menu"] ul li a:hover, .docs [role="flatdoc-menu"] ul li a:focus, .docs [role="flatdoc-menu"] ul li a:active {
    background: transparent;
    color: #F87E12;
    border-left-color: #F87E12; }
.docs [role="flatdoc-menu"] ul.level-1 > li:not(:first-of-type) {
  margin-top: 8px; }
.docs [role="flatdoc-menu"] ul.level-1 > li > a {
  font-weight: 700; }
.docs [role="flatdoc-menu"] ul.level-1 > li.active > a {
  color: #F87E12;
  border-left-color: #F87E12; }
.docs [role="flatdoc-menu"] ul.level-1 > li.active > ul {
  display: block; }
.docs [role="flatdoc-menu"] ul.level-2 {
  display: none; }
  .docs [role="flatdoc-menu"] ul.level-2 > li.active > a {
    color: #F87E12;
    border-left-color: #F87E12; }
  .docs [role="flatdoc-menu"] ul.level-2 > li.active > ul {
    display: block; }
.docs [role="flatdoc-menu"] ul.level-3 {
  display: none; }
  .docs [role="flatdoc-menu"] ul.level-3 > li > a {
    padding: 2px 20px 2px 30px;
    font-size: 12px; }
  .docs [role="flatdoc-menu"] ul.level-3 > li.active > a {
    color: #F87E12;
    border-left-color: #F87E12; }
.docs h1:before,
.docs h2:before,
.docs h3:before,
.docs h4:before {
  content: "";
  display: block;
  height: 90px;
  margin: -90px 0 0; }
.docs h1 {
  text-align: left;
  text-transform: none;
  margin-top: 50px;
  margin-bottom: 10.5px;
  padding-bottom: 10.5px;
  border-bottom: 1px solid #e9e9e9; }
  .docs h1:first-of-type {
    margin-top: 0; }
.docs h2 {
  font-weight: 400; }
.docs code {
  background-color: rgba(255, 255, 255, 0.4);
  color: #F87E12; }
  .docs code .string,
  .docs code .number {
    color: #F87E12; }
  .docs code .init {
    color: #FF7416; }
  .docs code .keyword {
    font-weight: bold; }
  .docs code .comment {
    color: rgba(0, 0, 0, 0.4); }
.docs pre {
  background-color: rgba(255, 255, 255, 0.4); }
  .docs pre code {
    color: inherit;
    background-color: transparent; }

/* 10. BLOG
--------------------------------------------------------- */
.blog article {
  margin-bottom: 15px;
  padding: 15px;
  background: #FFFFFF;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05); }
  .blog article .post-header {
    text-align: center; }
    .blog article .post-header .title {
      margin-top: 0;
      margin-bottom: 5px;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 22px; }
      .blog article .post-header .title a {
        color: #656d78; }
  .blog article .post-meta {
    margin-bottom: 10.5px;
    text-align: center;
    text-transform: uppercase;
    color: #AAB2BD; }
    .blog article .post-meta b {
      position: relative;
      letter-spacing: 1px;
      margin-right: 12px;
      margin-left: 12px;
      font-weight: 700;
      font-size: 12px; }
      .blog article .post-meta b:not(:last-of-type):after {
        content: '';
        position: absolute;
        top: 4px;
        margin-left: 12px;
        width: 2px;
        height: 10px;
        background: #AAB2BD; }
  .blog article .post-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 25px; }
    .blog article .post-image-wrapper.preview {
      margin-bottom: 10px;
      position: relative; }
      .blog article .post-image-wrapper.preview .preview_wrapper {
        position: relative; }
        .blog article .post-image-wrapper.preview .preview_wrapper .img-wrapper {
          display: flex; }
        .blog article .post-image-wrapper.preview .preview_wrapper::after {
          content: "";
          position: absolute;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          left: 0;
          right: 0;
          bottom: 0;
          background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, #000));
          background: linear-gradient(180deg, transparent 0, #000 40%);
          opacity: .66 !important;
          min-height: 30%;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          z-index: 0; }
      .blog article .post-image-wrapper.preview .text-wrapper {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        margin: 5px; }
      .blog article .post-image-wrapper.preview h2.title a {
        color: white;
        font-weight: bold;
        text-shadow: 2px 2px black; }
    .blog article .post-image-wrapper .post-meta a:hover {
      color: white; }
    .blog article .post-image-wrapper .post-content {
      color: white; }
    .blog article .post-image-wrapper a {
      width: 100%; }
      .blog article .post-image-wrapper a img {
        width: 100%; }
  @media (max-width: 567px) {
    .blog article .post-image-wrapper .title {
      font-size: 18px !important; }
    .blog article .post-image-wrapper.preview .post-meta {
      display: none; }
    .blog article .post_image {
      width: 98% !important; } }
  .blog article .post-content p:last-of-type {
    margin-bottom: 0; }
  .blog article .post-content img {
    max-width: 98%;
    height: auto; }
  .blog article .post-footer {
    padding-top: 15px;
    text-align: center; }
    .blog article .post-footer .readmore_header {
      text-align: left;
      font-weight: bold;
      margin-top: 20px;
      margin-bottom: 10px;
      text-transform: uppercase;
      font-size: 17px;
      color: #777; }
    .blog article .post-footer .readmore {
      text-align: left;
      margin-bottom: 20px; }
      .blog article .post-footer .readmore a {
        /*line-height: 28px;*/ }
      .blog article .post-footer .readmore .more_post {
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        padding: 3px; }
.blog .sidebar-content {
  margin: 0;
  padding: 0;
  list-style-type: none; }
.blog .sidebar .widget {
  margin-bottom: 15px;
  padding: 15px;
  background: #FFFFFF;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05); }
  .blog .sidebar .widget .title {
    margin-top: 0;
    font-weight: 700; }
  .blog .sidebar .widget ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .blog .sidebar .widget ul li:not(:last-of-type) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.08);
      /*padding-bottom: 5px;*/
      /*margin-bottom: 5px;*/ }
    .blog .sidebar .widget ul > li.active > a {
      background-color: #f5f5f5; }
    .blog .sidebar .widget ul a {
      font-weight: 700;
      display: block; }
    .blog .sidebar .widget ul .post-image-wrapper {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      margin-bottom: 25px; }
      .blog .sidebar .widget ul .post-image-wrapper.preview {
        margin-bottom: 10px;
        position: relative; }
        .blog .sidebar .widget ul .post-image-wrapper.preview .preview_wrapper {
          position: relative; }
          .blog .sidebar .widget ul .post-image-wrapper.preview .preview_wrapper .img-wrapper {
            position: relative;
            display: flex; }
        .blog .sidebar .widget ul .post-image-wrapper.preview .text-wrapper {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          margin: 5px;
          margin: 5px;
          z-index: 10; }
        .blog .sidebar .widget ul .post-image-wrapper.preview h2.title {
          margin-bottom: 0px;
          font-size: 16px !important;
          text-align: center; }
          .blog .sidebar .widget ul .post-image-wrapper.preview h2.title a {
            color: white;
            font-weight: bold;
            text-shadow: 2px 2px black; }
        .blog .sidebar .widget ul .post-image-wrapper.preview::after {
          content: "";
          position: absolute;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          left: 0;
          right: 0;
          bottom: 0;
          background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, #000));
          background: linear-gradient(180deg, transparent 0, #000 60%);
          opacity: .80 !important;
          min-height: 30%;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          z-index: 0; }
      .blog .sidebar .widget ul .post-image-wrapper .post-content {
        color: white; }
      .blog .sidebar .widget ul .post-image-wrapper a {
        width: 100%; }
        .blog .sidebar .widget ul .post-image-wrapper a img {
          width: 100%; }
  .blog .sidebar .widget.about p {
    margin-bottom: 0; }
  .blog .sidebar .widget.about img {
    margin-bottom: 10.5px; }
@media (max-width: 567px) {
  .blog .sidebar .post-image-wrapper.preview .text-wrapper h2.title {
    text-transform: uppercase; } }
@media (max-width: 992px) {
  .blog .sidebar .post-image-wrapper.preview {
    height: 150px; }
    .blog .sidebar .post-image-wrapper.preview::after {
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, #000));
      background: linear-gradient(180deg, transparent 0, #000 20%); } }

/* 11. DOWNLOAD
--------------------------------------------------------- */
.licenses .license {
  margin-top: 10.5px;
  text-align: center;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05); }
  @media (max-width: 767px) {
    .licenses .license {
      margin-top: 15px;
      margin-bottom: 15px; } }
  .licenses .license header {
    padding: 30px 30px 6px 30px; }
    .licenses .license header.free {
      background-color: #F87E12;
      color: #222222; }
    .licenses .license header.commercial {
      background-color: #222222;
      color: #F87E12; }
    .licenses .license header .title {
      margin: 0;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px; }
    .licenses .license header .price {
      position: relative;
      font-size: 100px;
      font-weight: 300; }
  .licenses .license .description {
    padding: 30px 60px;
    background: #FFFFFF; }
    @media (max-width: 767px) {
      .licenses .license .description {
        padding: 15px 15px; } }
    .licenses .license .description .info {
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
    .licenses .license .description ul {
      list-style-type: none;
      padding: 0;
      margin: 0;
      text-align: left; }
      .licenses .license .description ul li {
        padding: 5px 0;
        font-weight: 600; }
        .licenses .license .description ul li .advantage {
          margin-right: 15px;
          color: #F87E12; }
        .licenses .license .description ul li .disadvantage {
          margin-right: 18px; }
    .licenses .license .description .btn {
      margin-top: 15px; }

/* 12. BUYING
--------------------------------------------------------- */
.buying .license .description {
  padding: 30px 30px 25px 30px; }
.buying form {
  padding: 10.5px 0 10.5px 0; }
.buying strong {
  text-transform: uppercase; }

/* 13. MODALS
--------------------------------------------------------- */
.modal-content .modal-title {
  font-weight: 400; }
.modal-content pre.license {
  max-height: 300px; }

/* 14. PRE LICENSE
--------------------------------------------------------- */
pre.license {
  overflow-x: hidden;
  white-space: normal; }
  pre.license p.strong {
    padding-top: 10px;
    font-weight: 700; }
    pre.license p.strong:first-of-type {
      padding-top: 0; }
  pre.license ul {
    list-style-type: none; }
    pre.license ul li {
      padding: 2px 0; }

/* 15. FOOTER
--------------------------------------------------------- */
footer {
  background-color: #282828;
  color: #CCD1D9;
  padding: 15px;
  text-align: center; }
  @media (min-width: 768px) {
    footer {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%; } }
  footer a {
    color: #CCD1D9; }
    footer a:hover {
      color: #EEE;
      text-decoration: none; }
  footer .brands {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0 0 30px 0;
    list-style-type: none; }
    footer .brands li {
      list-style: none;
      flex-grow: 1;
      text-align: center;
      opacity: 0.6;
      transition: opacity 0.2s; }
      footer .brands li:hover {
        opacity: 0.9; }
      footer .brands li img {
        height: 35px;
        width: auto; }
  footer .links {
    margin: 0;
    padding: 0 0 30px 0;
    list-style-type: none;
    font-weight: 600; }
    footer .links li {
      padding: 0 25px; }
      @media (min-width: 768px) {
        footer .links li {
          display: inline-block; } }
  footer .copyright {
    color: #7e838a;
    font-size: 12px;
    font-weight: 600; }
    footer .copyright span {
      color: #DA4453; }

/* 16. OTHER STUFF
--------------------------------------------------------- */
.tooltip-inner {
  max-width: 330px; }

.alert-white {
  background-color: #ffffff; }
  .alert-white .close:hover {
    opacity: 1;
    color: inherit; }

.pager {
  margin-bottom: 0; }
  .pager li
  li > span {
    background-color: transparent;
    border-radius: 0;
    font-weight: 700; }

.post-content > p:not(.pi) {
  text-indent: 20px; }

.post-content > p:not(.pi):has(> img:first-child) {
  text-indent: 0;
  margin: 0px !important; }

.post-content > p.no-indent {
  text-indent: 0 !important; }

.post-content .wrap > p:not(.pi) {
  text-indent: 35px !important; }

.post-content p {
  margin: 0; }

.post-content .post_pic {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-style: italic; }
  .post-content .post_pic .pic_comment {
    font-style: italic;
    text-align: left;
    font-size: 13px;
    margin-bottom: 15px; }

p.ni {
  text-indent: 0px !important; }

/* 6. FEATURES
--------------------------------------------------------- */
.navigation-main .hidden-ul {
  display: none; }

.navigation-main li {
  position: relative; }

.navigation-main li + li {
  /*margin-top: 1px;*/ }

.navigation-main li > .has-ul {
  position: relative; }

.navigation-main li > .has-ul:after {
  content: "\e9c7";
  font-family: "icomoon";
  font-size: 16px;
  display: block;
  position: absolute;
  top: 19%;
  /*margin-top: -15px;*/
  right: 5px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out; }

.navigation-main li > ul {
  display: block;
  padding-top: 2px !important;
  /*margin-top: 2px !important;*/
  border-top: 1px solid rgba(0, 0, 0, 0.08); }

.navigation-main li.active > .has-ul:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.navigation-main > li ul li a {
  padding-left: 20px !important; }

.navigation-main > li ul li ul li a {
  padding-left: 40px !important; }

a:hover, a:focus {
  /*color: #434a54;*/
  text-decoration: none !important; }

@media (max-width: 992px) {
  .navbar-collapse.collapse {
    display: none !important;
    overflow: visible !important;
    height: auto !important;
    padding-bottom: 0; }

  .navbar-collapse.collapse.in {
    display: block !important; }

  .navbar-default .navbar-brand {
    font-size: 21px !important; }

  .navbar-toggle {
    display: block !important; }

  .navbar-header {
    float: none !important; }

  .navbar-default .navbar-brand img {
    height: 30px !important;
    margin: 0 0 0 0 !important; } }
.table_holder {
  overflow-x: auto; }
  .table_holder .table_comment {
    font-style: italic;
    text-align: left;
    font-size: 13px;
    margin-top: 15px; }

.vertical_text {
  writing-mode: vertical-lr;
  text-orientation: mixed;
  /*	-webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);*/ }

.thumbnail {
  font-size: 0.8em;
  padding: 4px;
  margin-bottom: 4px;
  line-height: 1.4;
  background-color: #f5f5f5;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  margin-top: 4px; }

.thumbnail .caption {
  height: 75px;
  overflow: hidden; }

.thumbnail .caption h3 {
  margin-top: 0px;
  margin-bottom: 0; }

.gallery {
  margin: 0 9px; }

.post_image, .page_image, .snippet_image {
  margin: 10px; }

a.plain {
  color: #656565; }

.nav > li > a {
  padding: 15px 25px; }

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio (9/16 = 0.5625) */
  height: 0;
  overflow: hidden; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*# sourceMappingURL=style.css.map */
