﻿html {
  direction: ltr;
  overflow-x: hidden;
  box-shadow: none !important; }
  html #header.header-transparent {
    min-height: 0 !important;
    width: 100%;
    position: absolute; }
    html #header.header-transparent .header-body {
      position: relative;
      top: 0;
      background: transparent;
      border-top: 0;
      border-bottom: 0;
      box-shadow: none; }
      html #header.header-transparent .header-body:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #fff;
        opacity: 0;
        border-bottom: 1px solid #f1f1f1;
        transition: opacity 0.3s ease;
        perspective: 1000px; }
  html #header.header-semi-transparent {
    min-height: 0 !important;
    width: 100%;
    position: absolute; }
    html #header.header-semi-transparent .header-body {
      position: relative;
      top: 0;
      background: transparent;
      border-top: 0;
      border-bottom: 0;
      box-shadow: none; }
      html #header.header-semi-transparent .header-body:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #000;
        border-bottom: 0;
        opacity: 0.3;
        transition: opacity 0.3s ease;
        perspective: 1000px; }
  html #header.header-semi-transparent-light {
    min-height: 0 !important;
    width: 100%;
    position: absolute; }
    html #header.header-semi-transparent-light .header-body {
      position: relative;
      top: 0;
      background: transparent;
      border-top: 0;
      border-bottom: 0;
      box-shadow: none; }
      html #header.header-semi-transparent-light .header-body:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #000;
        border-bottom: 0;
        opacity: 0.3;
        transition: opacity 0.3s ease;
        perspective: 1000px;
        opacity: 0.1;
        background: #fff; }
  html #header.header-transparent-bottom-border .header-body {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  html.ie .forcefullwidth_wrapper_tp_banner {
    overflow: hidden; }
  html.ie .home-concept {
    background: transparent url(../../img/home-concept.png) no-repeat center 0; }
    html.ie .home-concept svg {
      display: none; }
    html.ie .home-concept .process-image {
      background: transparent url(../../img/home-concept-item.png) no-repeat 0 0; }
    html.ie .home-concept .project-image {
      background: transparent url(../../img/home-concept-item.png) no-repeat 100% 0; }
  html.boxed .slider-container {
    width: 100% !important;
    left: auto !important; }
  html.boxed body {
    background-color: transparent;
    background-position: 0 0;
    background-repeat: repeat; }
  html.boxed .body {
    position: relative;
    background-color: #fff;
    border-bottom: 5px solid #1d2127;
    border-radius: 5px;
    border-top: 5px solid #ccc;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    margin: 25px auto;
    max-width: 1200px;
    height: auto; }
  html.boxed .main {
    overflow: hidden; }
  html.boxed #header .header-body {
    border-top-color: transparent; }
  html.dark .text-muted {
    color: #505461 !important; }
  html.dark body {
    background-color: #1d2127; }
  html.dark #header .header-top {
    background: #282d36;
    border-bottom-color: #967d71; }
  html.dark #header .header-body {
    background: #1d2127;
    border-top-color: #967d71; }
  html.dark #header .header-nav-bar {
    background-color: #2a2a2a; }
  html.dark #header .header-nav-top .dropdown-menu {
    background: #2a2a2a;
    border-color: #2a2a2a; }
    html.dark #header .header-nav-top .dropdown-menu a:hover {
      background: #282d36 !important; }
    html.dark #header .header-nav-top .dropdown-menu a:focus {
      background: #282d36 !important; }
  html.dark #header .header-nav-top .nav > li > a:hover {
    background-color: #2a2a2a; }
  html.dark #header .header-nav-top .nav > li > a a:focus {
    background-color: #2a2a2a; }
  html.dark #header .header-search .form-control {
    background: #2a2a2a; }
  html.dark #header.header-transparent .header-body {
    background: transparent; }
    html.dark #header.header-transparent .header-body:before {
      background-color: #1d2127;
      border-bottom-color: #967d71; }
  html.dark #header.header-semi-transparent .header-body {
    background: transparent; }
    html.dark #header.header-semi-transparent .header-body:before {
      background-color: #1d2127;
      border-bottom-color: #967d71; }
  html.dark #header.header-semi-transparent-light .header-body {
    background: transparent; }
    html.dark #header.header-semi-transparent-light .header-body:before {
      background-color: #1d2127;
      border-bottom-color: #967d71; }
  html.dark h1 {
    color: #fff; }
  html.dark h2 {
    color: #fff; }
  html.dark h3 {
    color: #fff; }
  html.dark h4 {
    color: #fff; }
  html.dark h5 {
    color: #fff; }
  html.dark h6 {
    color: #fff; }
  html.dark .alert h1 {
    color: #64513f; }
  html.dark .alert h2 {
    color: #64513f; }
  html.dark .alert h3 {
    color: #64513f; }
  html.dark .alert h4 {
    color: #64513f; }
  html.dark .alert h5 {
    color: #64513f; }
  html.dark .alert h6 {
    color: #64513f; }
  html.dark .alert.alert-default {
    border-color: #967d71;
    background-color: #282d36; }
  html.dark blockquote {
    border-color: #282d36; }
  html.dark section.featured {
    background-color: #1d2127;
    border-top-color: #967d71; }
    html.dark section.featured .recent-posts .date .day {
      background-color: #282d36; }
  html.dark section.section {
    background-color: #2a2a2a;
    border-top-color: #282d36; }
  html.dark section.timeline:after {
    background: #505050;
    background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%); }
  html.dark section.timeline .timeline-date {
    background-color: #282d36;
    border-color: #282d36;
    text-shadow: none; }
  html.dark section.timeline .timeline-title {
    background: #282d36; }
  html.dark section.timeline .timeline-box {
    border-color: #282d36;
    background: #282d36; }
    html.dark section.timeline .timeline-box.left:before {
      box-shadow: 0 0 0 3px #282d36, 0 0 0 6px #282d36; }
    html.dark section.timeline .timeline-box.left:after {
      background: #282d36;
      border-right-color: #282d36;
      border-top-color: #282d36; }
    html.dark section.timeline .timeline-box.right:before {
      box-shadow: 0 0 0 3px #282d36, 0 0 0 6px #282d36; }
    html.dark section.timeline .timeline-box.right:after {
      background: #282d36;
      border-left-color: #282d36;
      border-bottom-color: #282d36; }
  html.dark section.section-custom-map {
    background: transparent url(../../img/map-dark.png) center 0 no-repeat; }
    html.dark section.section-custom-map section.section {
      border-top-color: rgba(40, 45, 54, 0.8);
      background: rgba(33, 38, 45, 0.8); }
  html.dark .tabs .nav-tabs {
    border-color: #282d36; }
    html.dark .tabs .nav-tabs li a {
      border-top-color: #282d36;
      border-left-color: #282d36;
      border-right-color: #282d36;
      background: #282d36; }
      html.dark .tabs .nav-tabs li a:focus {
        border-top-color: #282d36;
        border-left-color: #282d36;
        border-right-color: #282d36;
        background: #282d36; }
      html.dark .tabs .nav-tabs li a:hover {
        border-top-color: #808697; }
    html.dark .tabs .nav-tabs li.active a {
      border-top-color: #808697;
      background: #967d71;
      border-left-color: #967d71;
      border-right-color: #967d71; }
      html.dark .tabs .nav-tabs li.active a:hover {
        border-top-color: #808697;
        background: #967d71;
        border-left-color: #967d71;
        border-right-color: #967d71; }
      html.dark .tabs .nav-tabs li.active a:focus {
        border-top-color: #808697;
        background: #967d71;
        border-left-color: #967d71;
        border-right-color: #967d71; }
    html.dark .tabs .nav-tabs.nav-justified {
      border-left-width: 0;
      border-right-width: 0;
      border-left-color: transparent;
      border-right-color: transparent; }
      html.dark .tabs .nav-tabs.nav-justified li a {
        border-bottom-color: #282d36; }
        html.dark .tabs .nav-tabs.nav-justified li a:hover {
          border-bottom-color: #282d36; }
        html.dark .tabs .nav-tabs.nav-justified li a:focus {
          border-bottom-color: #282d36; }
      html.dark .tabs .nav-tabs.nav-justified li.active a {
        background: #967d71;
        border-left-color: #967d71;
        border-right-color: #967d71;
        border-bottom-color: #967d71; }
        html.dark .tabs .nav-tabs.nav-justified li.active a:hover {
          background: #967d71;
          border-left-color: #967d71;
          border-right-color: #967d71; }
        html.dark .tabs .nav-tabs.nav-justified li.active a:focus {
          background: #967d71;
          border-left-color: #967d71;
          border-right-color: #967d71; }
  html.dark .tabs.tabs-vertical {
    border-top-color: #967d71; }
  html.dark .tabs .tab-content {
    background: #967d71;
    border-color: #967d71; }
  html.dark .tabs.tabs-left .nav-tabs > li a {
    background: #282d36;
    border-left-color: #282d36;
    border-right-color: #282d36; }
  html.dark .tabs.tabs-left .nav-tabs > li:last-child a {
    border-bottom-color: #282d36; }
  html.dark .tabs.tabs-right .nav-tabs > li a {
    background: #282d36;
    border-left-color: #282d36;
    border-right-color: #282d36; }
  html.dark .tabs.tabs-right .nav-tabs > li:last-child a {
    border-bottom-color: #282d36; }
  html.dark .tabs.tabs-bottom .nav-tabs li a {
    border-bottom-color: #282d36;
    border-top-color: #967d71; }
    html.dark .tabs.tabs-bottom .nav-tabs li a:focus {
      border-bottom-color: #282d36;
      border-top-color: #967d71; }
    html.dark .tabs.tabs-bottom .nav-tabs li a:hover {
      border-bottom-color: #808697;
      border-top-color: #967d71; }
  html.dark .tabs.tabs-bottom .nav-tabs li.active a {
    border-bottom-color: #808697;
    border-top-color: #967d71; }
    html.dark .tabs.tabs-bottom .nav-tabs li.active a:hover {
      border-bottom-color: #808697;
      border-top-color: #967d71; }
    html.dark .tabs.tabs-bottom .nav-tabs li.active a:focus {
      border-bottom-color: #808697;
      border-top-color: #967d71; }
  html.dark .tab-content {
    background: #967d71;
    border-color: #1d2127; }
  html.dark .tabs-simple .tab-content {
    background: transparent !important; }
  html.dark .tabs-simple .nav-tabs li a {
    background: transparent !important; }
  html.dark .tabs-simple .nav-tabs li.active a {
    background: transparent !important; }
  html.dark .call-to-action.call-to-action-default {
    background: #282d36; }
  html.dark .call-to-action.call-to-action-dark {
    background: #967d71; }
  html.dark .call-to-action.with-borders {
    border-top-color: #967d71;
    border-bottom-color: #967d71;
    border-left-color: #282d36;
    border-right-color: #282d36; }
  html.dark .call-to-action.with-full-borders {
    border-color: #967d71; }
  html.dark .call-to-action.featured {
    background: linear-gradient(to bottom, #282d36 1%, #967d71 98%) repeat scroll 0 0 transparent;
    border-bottom-color: #967d71;
    border-left-color: #282d36;
    border-right-color: #282d36; }
  html.dark .call-to-action.call-to-action-in-footer:before {
    border-top-color: #1d2127; }
  html.dark .counters.with-borders .counter {
    border-top: 1px solid #967d71;
    border-bottom: 1px solid #967d71;
    border-left: 1px solid #282d36;
    border-right: 1px solid #282d36; }
  html.dark .counters.counters-text-dark .counter {
    color: #fff !important; }
    html.dark .counters.counters-text-dark .counter .fa {
      color: #fff !important; }
    html.dark .counters.counters-text-dark .counter .icons {
      color: #fff !important; }
    html.dark .counters.counters-text-dark .counter strong {
      color: #fff !important; }
    html.dark .counters.counters-text-dark .counter label {
      color: #fff !important; }
  html.dark .form-control {
    background-color: #282d36;
    border-color: #282d36; }
  html.dark .btn-default {
    background-color: #282d36;
    border-color: #282d36;
    color: #fff; }
  html.dark .btn[disabled] {
    border-color: #282d36 !important; }
    html.dark .btn[disabled]:hover {
      border-color: #282d36 !important; }
    html.dark .btn[disabled]:active {
      border-color: #282d36 !important; }
    html.dark .btn[disabled]:focus {
      border-color: #282d36 !important; }
  html.dark .home-concept {
    background-image: url(../../img/home-concept-dark.png); }
    html.dark .home-concept .process-image {
      background-image: url(../../img/home-concept-item-dark.png); }
    html.dark .home-concept .project-image {
      background-image: url(../../img/home-concept-item-dark.png); }
    html.dark .home-concept .sun {
      background-image: url(../../img/home-concept-icons-dark.png); }
    html.dark .home-concept .cloud {
      background-image: url(../../img/home-concept-icons-dark.png); }
  html.dark .page-header {
    border-bottom-color: #1d2127;
    border-bottom-color: #282d36; }
  html.dark .page-header-light {
    background-color: #967d71; }
  html.dark .panel-group .panel {
    background-color: #282d36; }
  html.dark .panel-group .panel-default {
    border-color: #282d36; }
  html.dark .panel-group .panel-heading {
    background-color: #967d71; }
  html.dark .panel-group .form-control {
    background-color: #2a2a2a;
    border-color: #2a2a2a; }
  html.dark .toggle > label {
    background-color: #967d71; }
  html.dark .toggle.toggle-simple .toggle > label {
    color: #fff; }
  html.dark .featured-box {
    background: #967d71;
    border-left-color: #967d71;
    border-right-color: #967d71;
    border-bottom-color: #967d71; }
    html.dark .featured-box.secondary h4 {
      color: #fff; }
  html.dark .feature-box.feature-box-style-2 h4 {
    color: #fff; }
  html.dark .feature-box.feature-box-style-3 h4 {
    color: #fff; }
  html.dark .feature-box.feature-box-style-4 h4 {
    color: #fff; }
  html.dark .feature-box.feature-box-style-6 .feature-box-icon {
    border-color: #967d71; }
    html.dark .feature-box.feature-box-style-6 .feature-box-icon:after {
      border-color: #967d71; }
  html.dark .progress {
    background: #967d71; }
  html.dark .arrow {
    background-image: url(../../img/arrows-dark.png); }
  html.dark .thumbnail {
    background-color: #282d36;
    border-color: #282d36; }
  html.dark .img-thumbnail {
    background-color: #282d36;
    border-color: #282d36; }
  html.dark .thumb-info {
    background-color: #282d36;
    border-color: #282d36; }
    html.dark .thumb-info .thumb-info-wrapper:after {
      background-color: rgba(29, 33, 39, 0.9); }
  html.dark .thumb-info-social-icons {
    border-top-color: #373f4a; }
  html.dark ul.comments .comment-block {
    background-color: #282d36; }
  html.dark ul.comments .comment-arrow {
    border-right-color: #282d36; }
  html.dark ul.nav-list > li a {
    border-bottom-color: #282d36; }
    html.dark ul.nav-list > li a:hover {
      background-color: #282d36; }
  html.dark ul.history li .thumb {
    background-image: url(../../img/history-thumb-dark.png); }
  html.dark ul.simple-post-list li {
    border-bottom-color: #2a2a2a; }
  html.dark .content-grid .content-grid-item:before {
    border-left-color: #967d71; }
  html.dark .content-grid .content-grid-item:after {
    border-bottom-color: #967d71; }
  html.dark .content-grid.content-grid-dashed .content-grid-item:before {
    border-left-color: #967d71; }
  html.dark .content-grid.content-grid-dashed .content-grid-item:after {
    border-bottom-color: #967d71; }
  html.dark .testimonial.testimonial-style-3 blockquote {
    background: #967d71 !important; }
  html.dark .testimonial.testimonial-style-3 .testimonial-arrow-down {
    border-top-color: #967d71 !important; }
  html.dark .testimonial.testimonial-style-4 {
    border-color: #967d71 !important; }
  html.dark .testimonial .testimonial-author strong {
    color: #fff; }
  html.dark .testimonial.testimonial-style-5 .testimonial-author {
    border-top-color: #967d71 !important; }
  html.dark .popover {
    background-color: #967d71;
    border: 1px solid #282d36; }
    html.dark .popover.top > .arrow {
      border-top-color: #282d36; }
      html.dark .popover.top > .arrow:after {
        border-top-color: #967d71; }
    html.dark .popover.right > .arrow {
      border-right-color: #282d36; }
      html.dark .popover.right > .arrow:after {
        border-right-color: #967d71; }
    html.dark .popover.bottom > .arrow {
      border-bottom-color: #282d36; }
      html.dark .popover.bottom > .arrow:after {
        border-bottom-color: #967d71; }
    html.dark .popover.left > .arrow {
      border-left-color: #282d36; }
      html.dark .popover.left > .arrow:after {
        border-left-color: #967d71; }
  html.dark .popover-title {
    background-color: #282d36;
    border-bottom: #967d71; }
  html.dark .table > thead > tr > th {
    border-color: #282d36; }
  html.dark .table > thead > tr > td {
    border-color: #282d36; }
  html.dark .table > tbody > tr > th {
    border-color: #282d36; }
  html.dark .table > tbody > tr > td {
    border-color: #282d36; }
  html.dark .table > tfoot > tr > th {
    border-color: #282d36; }
  html.dark .table > tfoot > tr > td {
    border-color: #282d36; }
  html.dark .table-bordered {
    border-color: #282d36; }
  html.dark pre {
    background-color: #282d36;
    border-color: #282d36;
    color: #777; }
  html.dark .google-map-borders {
    border-color: #967d71; }
  html.dark .embed-responsive-borders {
    border-color: #967d71; }
  html.dark hr {
    background-image: linear-gradient(to right, transparent, #384045, transparent); }
    html.dark hr.light {
      background-image: linear-gradient(to right, transparent, #384045, transparent); }
    html.dark hr.solid {
      background: #384045; }
    html.dark hr.dashed:after {
      border-color: #384045; }
  html.dark .divider {
    background-image: linear-gradient(to right, transparent, #384045, transparent); }
    html.dark .divider .fa {
      background: #1d2127; }
    html.dark .divider .icons {
      background: #1d2127; }
    html.dark .divider.divider-solid {
      background: #384045; }
    html.dark .divider.divider-style-2 .fa {
      background: #2a2a2a; }
    html.dark .divider.divider-style-2 .icons {
      background: #2a2a2a; }
    html.dark .divider.divider-style-3 .fa {
      border-color: #384045; }
    html.dark .divider.divider-style-3 .icons {
      border-color: #384045; }
    html.dark .divider.divider-style-4 .fa {
      border-color: #384045; }
      html.dark .divider.divider-style-4 .fa:after {
        border-color: #2a2a2a; }
    html.dark .divider.divider-style-4 .icons {
      border-color: #384045; }
      html.dark .divider.divider-style-4 .icons:after {
        border-color: #2a2a2a; }
    html.dark .divider.divider-small {
      background: transparent; }
      html.dark .divider.divider-small hr {
        background: #384045; }
      html.dark .divider.divider-small.divider-light hr {
        background: #384045; }
    html.dark .divider.dashed:after {
      border-color: #384045; }
  html.dark .heading.heading-bottom-border h1 {
    border-bottom-color: #384045; }
  html.dark .heading.heading-bottom-border h2 {
    border-bottom-color: #384045; }
  html.dark .heading.heading-bottom-border h3 {
    border-bottom-color: #384045; }
  html.dark .heading.heading-bottom-border h4 {
    border-bottom-color: #384045; }
  html.dark .heading.heading-bottom-border h5 {
    border-bottom-color: #384045; }
  html.dark .heading.heading-bottom-border h6 {
    border-bottom-color: #384045; }
  html.dark .heading.heading-bottom-double-border h1 {
    border-bottom-color: #384045; }
  html.dark .heading.heading-bottom-double-border h2 {
    border-bottom-color: #384045; }
  html.dark .heading.heading-bottom-double-border h3 {
    border-bottom-color: #384045; }
  html.dark .heading.heading-bottom-double-border h4 {
    border-bottom-color: #384045; }
  html.dark .heading.heading-bottom-double-border h5 {
    border-bottom-color: #384045; }
  html.dark .heading.heading-bottom-double-border h6 {
    border-bottom-color: #384045; }
  html.dark .heading.heading-middle-border:before {
    border-top-color: #384045; }
  html.dark .heading.heading-middle-border h1 {
    background: #1d2127; }
  html.dark .heading.heading-middle-border h2 {
    background: #1d2127; }
  html.dark .heading.heading-middle-border h3 {
    background: #1d2127; }
  html.dark .heading.heading-middle-border h4 {
    background: #1d2127; }
  html.dark .heading.heading-middle-border h5 {
    background: #1d2127; }
  html.dark .heading.heading-middle-border h6 {
    background: #1d2127; }
  html.dark article .post-video {
    background-color: #282d36;
    border-color: #282d36; }
    html.dark article .post-video iframe {
      background-color: #282d36;
      border-color: #282d36; }
  html.dark article .post-audio {
    background-color: #282d36;
    border-color: #282d36; }
    html.dark article .post-audio iframe {
      background-color: #282d36;
      border-color: #282d36; }
  html.dark article.post .post-date .day {
    background-color: #282d36; }
  html.dark .post-block {
    border-top-color: #1d2127; }
  html.dark .pricing-table li {
    border-top-color: #2a2a2a; }
  html.dark .pricing-table h3 {
    background-color: #2a2a2a;
    text-shadow: none; }
    html.dark .pricing-table h3 span {
      background: #282d36;
      border-color: #2a2a2a;
      box-shadow: 0 5px 20px #2a2a2a inset, 0 3px 0 #282d36 inset;
      color: #777; }
  html.dark .pricing-table .most-popular {
    border-color: #282d36; }
    html.dark .pricing-table .most-popular h3 {
      background-color: #282d36;
      color: #fff;
      text-shadow: none; }
  html.dark .pricing-table .plan-ribbon {
    background-color: #282d36; }
  html.dark .pricing-table .plan {
    background: #282d36;
    border: 1px solid #282d36;
    color: #777;
    text-shadow: none; }
  html.dark .product-thumb-info {
    background-color: #282d36;
    border-color: transparent; }
  html.dark .shop .quantity .qty {
    background-color: #282d36;
    border-color: transparent; }
  html.dark .shop .quantity .minus {
    background-color: #2a2a2a;
    border-color: transparent; }
  html.dark .shop .quantity .plus {
    background-color: #2a2a2a;
    border-color: transparent; }
  html.dark .shop .cart-totals th {
    border-color: #282d36; }
  html.dark .shop .cart-totals td {
    border-color: #282d36; }
  html.dark .shop table.cart td {
    border-color: #282d36; }
  html.dark .dialog {
    background-color: #1d2127; }
  html.dark .modal-content {
    background-color: #1d2127; }
  html.dark .modal-header {
    border-bottom-color: #282d36; }
    html.dark .modal-header h1 {
      color: #777; }
    html.dark .modal-header h2 {
      color: #777; }
    html.dark .modal-header h3 {
      color: #777; }
    html.dark .modal-header h4 {
      color: #777; }
    html.dark .modal-header h5 {
      color: #777; }
    html.dark .modal-header h6 {
      color: #777; }
    html.dark .modal-header .close {
      text-shadow: none;
      color: #fff; }
  html.dark .modal-footer {
    border-top-color: #282d36; }
  html.dark .popup-inline-content {
    background: #1d2127 !important; }
  html.dark .loading-overlay {
    background: #1d2127; }
  html.dark.boxed .body {
    background-color: #1d2127; }
  html.dark.sticky-header-active #header .header-body {
    border-bottom-color: #967d71; }
  html.dark .dropdown-menu > li > a {
    color: #fff; }
    html.dark .dropdown-menu > li > a:hover {
      background-color: #967d71; }
    html.dark .dropdown-menu > li > a:focus {
      background-color: #967d71; }
  html.dark .tabs-primary.tabs-bottom .nav-tabs li a {
    border-top-color: #967d71 !important; }
    html.dark .tabs-primary.tabs-bottom .nav-tabs li a:hover {
      border-top-color: #967d71 !important; }
    html.dark .tabs-primary.tabs-bottom .nav-tabs li a:focus {
      border-top-color: #967d71 !important; }
  html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a {
    border-top-color: #967d71 !important; }
    html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover {
      border-top-color: #967d71 !important; }
    html.dark .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:focus {
      border-top-color: #967d71 !important; }
  html.dark .nav-tabs li a {
    color: #808697; }
  html.dark .nav-tabs li.active a {
    color: #808697; }
    html.dark .nav-tabs li.active a:hover {
      color: #808697; }
    html.dark .nav-tabs li.active a:focus {
      color: #808697; }
  html.dark .nav > li > a:hover {
    background-color: #967d71; }
  html.dark .nav > li > a:focus {
    background-color: #967d71; }
  html.dark .btn.disabled {
    border-color: #282d36 !important; }
    html.dark .btn.disabled:hover {
      border-color: #282d36 !important; }
    html.dark .btn.disabled:active {
      border-color: #282d36 !important; }
    html.dark .btn.disabled:focus {
      border-color: #282d36 !important; }
  html.dark .pagination > li > a {
    background-color: #282d36;
    border-color: #2a2a2a; }
  html.dark .pagination > li > span {
    background-color: #282d36;
    border-color: #2a2a2a; }
  html.dark .theme-default .nivoSlider {
    background-color: #1d2127; }
  html.dark .featured-boxes-flat .featured-box .box-content {
    background: #967d71; }
  html.dark .featured-boxes-style-5 .featured-box {
    background: transparent; }
    html.dark .featured-boxes-style-5 .featured-box .icon-featured {
      background: #282d36;
      border-color: #967d71; }
    html.dark .featured-boxes-style-5 .featured-box .box-content h4 {
      color: #fff; }
  html.dark .featured-boxes-style-6 .featured-box {
    background: transparent; }
    html.dark .featured-boxes-style-6 .featured-box .icon-featured {
      background: #282d36;
      border-color: #967d71; }
      html.dark .featured-boxes-style-6 .featured-box .icon-featured:after {
        border-color: #967d71; }
    html.dark .featured-boxes-style-6 .featured-box .box-content h4 {
      color: #fff; }
  html.dark .featured-boxes-style-7 .featured-box {
    background: transparent; }
    html.dark .featured-boxes-style-7 .featured-box .icon-featured {
      background: #282d36;
      border-color: #967d71; }
      html.dark .featured-boxes-style-7 .featured-box .icon-featured:after {
        box-shadow: 3px 3px #161a1e; }
    html.dark .featured-boxes-style-7 .featured-box .box-content h4 {
      color: #fff; }
  html.dark .featured-boxes-style-2 .featured-box {
    background: transparent; }
  html.dark .featured-boxes-style-3 .featured-box .icon-featured {
    background: #1d2127; }
  html.dark .featured-boxes-style-4 .featured-box {
    background: transparent; }
  html.dark .featured-boxes-style-8 .featured-box .icon-featured {
    background: #967d71; }
  html.dark .featured-box-effect-1 .icon-featured:after {
    box-shadow: 0 0 0 3px #967d71; }
  html.dark .owl-dots .owl-dot span {
    background: #967d71; }
  html.dark .owl-carousel.top-border {
    border-top-color: #384045; }
  html.dark .table-striped > tbody > tr:nth-child(2n + 1) > td {
    background-color: #967d71; }
  html.dark .table-striped > tbody > tr:nth-child(2n + 1) > th {
    background-color: #967d71; }
  html.dark .show-grid [class*="col-md-"] .show-grid-block {
    background-color: #282d36;
    border-color: #282d36; }
  html.dark .recent-posts .date .day {
    background-color: #967d71; }
  html.dark .blog-posts article {
    border-color: #282d36; }
  html.dark .mfp-content .ajax-container {
    background: #1d2127 !important; }
  html.dark .sort-destination-loader:after {
    background-color: #1d2127; }
  html.dark #footer .newsletter form .btn-default {
    background-color: #2a2a2a;
    border-color: #2a2a2a;
    color: #777; }
  html.sticky-header-enabled #header.header-transparent .header-body {
    position: fixed; }
  html.sticky-header-enabled #header.header-semi-transparent .header-body {
    position: fixed; }
  html.sticky-header-enabled #header.header-semi-transparent-light .header-body {
    position: fixed; }
  html.sticky-header-active #header .header-body {
    position: fixed;
    border-bottom-color: #e8e8e8;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }
  html.sticky-header-active #header.header-transparent .header-body {
    border-bottom: 0;
    box-shadow: none; }
    html.sticky-header-active #header.header-transparent .header-body:before {
      opacity: 1; }
  html.sticky-header-active #header.header-semi-transparent .header-body {
    border-bottom: 0;
    box-shadow: none; }
    html.sticky-header-active #header.header-semi-transparent .header-body:before {
      opacity: 0.8; }
  html.sticky-header-active #header.header-semi-transparent-light .header-body {
    border-bottom: 0;
    box-shadow: none; }
    html.sticky-header-active #header.header-semi-transparent-light .header-body:before {
      border-bottom: 1px solid #f1f1f1;
      opacity: 0.9; }
  html.side-header #header {
    min-height: 0 !important; }
  html.gecko .home-concept svg.home-concept-bg .final-pin.animated-pin {
    animation-name: animatedFinalPinFirefox; }

body {
  background-color: #fff;
  color: #777;
  font-family: Open Sans, Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin: 0; }
  body a {
    outline: none !important; }

li {
  line-height: 24px; }

@media (max-width: 479px) {
  body {
    font-size: 13px; }
  .home-concept .project-image {
    background-position: 0 0;
    margin-left: auto;
    max-width: 160px; }
  .home-concept .fc-slideshow {
    max-width: 145px;
    height: 145px; }
    .home-concept .fc-slideshow img {
      max-height: 145px;
      max-width: 145px; }
  .page-not-found {
    margin: 0; }
    .page-not-found h2 {
      font-size: 100px;
      letter-spacing: 0;
      line-height: 100px; }
  .page-header h1 {
    font-size: 26px;
    line-height: 26px; } }

#header {
  position: relative;
  z-index: 100;
  height: 125px; }
  #header .header-body {
    background: #fff;
    border-top: 3px solid #ededed;
    border-bottom: 1px solid transparent;
    padding: 8px 0;
    transition: min-height 0.3s ease;
    width: 100%;
    z-index: 1001;
    min-height: 125px; }
  #header .container {
    position: relative; }
  #header .header-container {
    position: relative;
    display: table; }
  #header .header-top {
    background-color: #f4f4f4;
    border-bottom: 1px solid #ededed;
    margin-top: -13px;
    padding: 8px 0;
    position: relative;
    z-index: 4; }
    #header .header-top p {
      font-size: 0.9em;
      margin: 0;
      padding: 0;
      line-height: 37px;
      float: left; }
      #header .header-top p .fa {
        position: relative;
        top: 1px; }
      #header .header-top p .icons {
        position: relative;
        top: 1px; }
    #header .header-top .header-search {
      float: right;
      margin-top: 2px;
      margin-left: 10px;
      margin-right: 0; }
    #header .header-top .header-nav-top {
      float: left;
      margin-top: 0;
      margin-left: 0;
      margin-right: 10px; }
    #header .header-top .header-social-icons {
      margin-top: 3px; }
    #header .header-top.header-top-colored {
      margin-top: -13px;
      border-top: 5px solid #ccc;
      border-bottom: 0;
      color: #fff; }
      #header .header-top.header-top-colored p {
        color: #fff; }
      #header .header-top.header-top-colored a {
        color: #fff; }
      #header .header-top.header-top-colored span {
        color: #fff; }
      #header .header-top.header-top-colored .form-control {
        border: 0; }
    #header .header-top.header-top-style-2 {
      background: #f6f6f6;
      margin-top: -16px; }
    #header .header-top.header-top-style-3 {
      margin-top: -16px;
      margin-bottom: 10px; }
    #header .header-top.header-top-style-4 {
      background: #e4e6ed;
      margin-top: -16px;
      margin-bottom: 10px;
      border-bottom: 0; }
  #header .header-top::after {
    clear: both;
    content: "";
    display: table; }
  #header .header-row {
    display: table-row;
    clear: both; }
  #header .header-column {
    display: table-cell;
    vertical-align: middle; }
    #header .header-column .row {
      margin: 0; }
    #header .header-column .header-row {
      display: block;
      clear: right; }
    #header .header-column .header-extra-info {
      list-style: outside none none;
      margin: 24px 0 0;
      padding: 0;
      float: right; }
      #header .header-column .header-extra-info li {
        display: inline-block;
        margin-left: 25px; }
        #header .header-column .header-extra-info li .feature-box small {
          position: relative;
          top: -4px; }
    #header .header-column.header-column-valign-top {
      vertical-align: top; }
    #header .header-column.header-column-valign-bottom {
      vertical-align: bottom; }
    #header .header-column.header-column-center {
      text-align: center; }
      #header .header-column.header-column-center .header-logo {
        width: 100% !important;
        padding: 9px 0; }
  #header .header-logo {
    float: left;
    position: relative; }
    #header .header-logo img {
      transition: all 0.3s ease;
      position: relative;
      margin: 15px 15px 15px 0;
      top: 0; }
  #header .header-nav-top {
    float: right;
    margin-top: 10px;
    margin-left: 10px; }
    #header .header-nav-top .dropdown-menu {
      border-color: #ededed;
      margin-top: -2px;
      border-radius: 4px 0 4px 4px;
      padding: 0; }
      #header .header-nav-top .dropdown-menu a {
        color: #969696;
        padding: 6px 12px;
        font-size: 0.9em; }
    #header .header-nav-top .flag {
      margin-right: 2px; }
    #header .header-nav-top .nav > li > a {
      color: #969696;
      font-size: 0.9em;
      padding: 6px 10px;
      display: inline-block; }
      #header .header-nav-top .nav > li > a .fa {
        margin-right: 3px;
        position: relative;
        top: 1px; }
      #header .header-nav-top .nav > li > a .icons {
        margin-right: 3px;
        position: relative;
        top: 1px; }
      #header .header-nav-top .nav > li > a:hover {
        background: #ededed; }
      #header .header-nav-top .nav > li > a a:focus {
        background: #ededed; }
    #header .header-nav-top .nav > li > span {
      color: #969696;
      font-size: 0.9em;
      padding: 6px 10px;
      display: inline-block; }
      #header .header-nav-top .nav > li > span .fa {
        margin-right: 3px;
        position: relative;
        top: 1px; }
      #header .header-nav-top .nav > li > span .icons {
        margin-right: 3px;
        position: relative;
        top: 1px; }
    #header .header-nav-top .nav > li.open > .dropdown-menu-toggle {
      border-radius: 4px 4px 0 0; }
  #header .header-search {
    float: right;
    margin-top: 10px;
    margin-left: 10px; }
    #header .header-search .form-control {
      border-radius: 20px;
      font-size: 0.9em;
      height: 34px;
      margin: 0;
      padding: 6px 12px;
      transition: width 0.3s ease;
      perspective: 1000px;
      width: 170px; }
    #header .header-search .btn-default {
      background: transparent;
      border: 0 none;
      color: #ccc;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 3; }
      #header .header-search .btn-default:hover {
        color: #000; }
  #header .header-social-icons {
    float: right;
    margin: -7px 0 0 10px; }
  #header .header-btn-collapse-nav {
    background: #ccc;
    color: #fff;
    display: none;
    float: right;
    margin: 12px 0 8px 15px; }
  #header.header-narrow .header-body {
    min-height: 0; }
  #header.header-narrow .header-nav-main {
    margin-bottom: 0; }
  #header.header-narrow .header-logo img {
    margin: 12px 12px 12px 0; }
  #header.header-no-min-height .header-body {
    min-height: 0 !important; }
  #header.header-no-border-bottom .header-body {
    padding-bottom: 0 !important;
    border-bottom: 0 !important; }
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu {
    width: 40%;
    right: 15px;
    left: auto;
    border-radius: 6px 0 6px 6px;
    transform: translate3d(0, 0, 0); }
    #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu a {
      transform: translate3d(0, 0, 0); }
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .fa-user {
    margin-right: 5px; }
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-mega-sub-title {
    margin-bottom: 10px;
    display: block; }
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .sign-up-info {
    text-align: center;
    display: block; }
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .log-in-info {
    text-align: center;
    display: block; }
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signin .signin-form {
    display: block; }
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signin .signup-form {
    display: none; }
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signin .recover-form {
    display: none; }
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signup .signin-form {
    display: none; }
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signup .signup-form {
    display: block; }
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signup .recover-form {
    display: none; }
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.recover .signin-form {
    display: none; }
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.recover .signup-form {
    display: none; }
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.recover .recover-form {
    display: block; }
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar .img-thumbnail {
    float: left;
    margin-right: 15px; }
    #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar .img-thumbnail img {
      max-width: 55px; }
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar strong {
    display: block;
    padding-top: 7px; }
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar span {
    display: block;
    font-size: 12px; }
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar p {
    margin: 0 0 0 25px;
    text-align: left; }
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .list-account-options {
    list-style: none;
    margin: 6px 0 0;
    padding: 0; }
    #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .list-account-options a:hover {
      text-decoration: none; }
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu {
    width: 40%;
    right: 15px;
    left: auto;
    border-radius: 6px 0 6px 6px;
    transform: translate3d(0, 0, 0); }
    #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu a {
      transform: translate3d(0, 0, 0); }
    #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table {
      width: 100%;
      margin-top: 0; }
      #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a {
        background-color: transparent !important;
        color: #333333;
        padding: 0;
        margin: 0;
        display: block; }
        #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a.remove {
          float: right; }
        #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a:hover {
          text-decoration: none; }
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .fa-shopping-cart {
    margin-right: 5px; }
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .product-thumbnail {
    width: 120px; }
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .product-actions {
    text-align: right;
    width: 80px; }
  #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .actions-continue {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    clear: both; }
    #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .actions-continue .btn {
      margin-bottom: 10px; }

@media (max-width: 991px) {
  html.sticky-header-active #header.has-nav-bar .header-logo img {
    top: 86px;
    padding: 5px 8px;
    z-index: 1; }
  html.sticky-header-enabled #header .header-nav-main {
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto; }
    html.sticky-header-enabled #header .header-nav-main.collapsing {
      overflow: hidden; }
  html.sticky-header-negative.sticky-header-active #header .header-logo {
    padding-top: 7px; }
  html.dark #header .header-nav-main nav > ul li {
    border-bottom-color: #967d71; }
  html.dark #header.header-transparent .header-nav-main {
    background-color: #1d2127; }
  html.dark #header.header-semi-transparent .header-nav-main {
    background-color: #1d2127; }
  html.dark #header.header-semi-transparent-light .header-nav-main {
    background-color: #1d2127; }
  html.boxed .body {
    margin: 0 auto;
    border-radius: 0; }
  #header .header-nav-main {
    background: transparent;
    clear: both;
    float: none; }
    #header .header-nav-main nav {
      margin: 0 0 6px; }
      #header .header-nav-main nav > ul li {
        border-bottom: 1px solid #e8e8e8;
        clear: both;
        display: block;
        float: none;
        margin: 0;
        padding: 0;
        position: relative; }
        #header .header-nav-main nav > ul li a {
          font-size: 13px;
          font-style: normal;
          line-height: 20px;
          padding: 7px 8px;
          margin: 1px 0;
          border-radius: 4px; }
          #header .header-nav-main nav > ul li a .fa-caret-down {
            line-height: 35px;
            min-height: 38px;
            min-width: 30px;
            position: absolute;
            right: 5px;
            text-align: center;
            top: 0; }
        #header .header-nav-main nav > ul li.dropdown .dropdown-menu {
          background: transparent;
          padding: 0;
          margin: 0;
          font-size: 13px;
          box-shadow: none;
          border-radius: 0;
          border: 0;
          clear: both;
          display: none;
          float: none;
          position: static; }
          #header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu.opened > .dropdown-menu {
            display: block;
            margin-left: 20px; }
        #header .header-nav-main nav > ul li.dropdown.opened > .dropdown-menu {
          display: block;
          margin-left: 20px; }
        #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-title {
          margin-top: 10px;
          display: block; }
        #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav {
          margin: 0 0 0 20px;
          padding: 0;
          list-style: none; }
          #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav > li > a {
            display: block;
            text-decoration: none; }
        #header .header-nav-main nav > ul li:last-child {
          border-bottom: 0; }
      #header .header-nav-main nav > ul > li > a {
        text-transform: uppercase;
        font-weight: 700;
        margin-top: 1px;
        margin-bottom: 1px; }
      #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin {
        margin-right: 0; }
        #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-toggle {
          display: none; }
        #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu {
          display: block !important;
          margin: 0 !important;
          padding: 0 10px;
          width: 100%;
          right: 0; }
          #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu .dropdown-mega-sub-title {
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            padding-top: 5px;
            padding-bottom: 0; }
        #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .dropdown-toggle {
          display: none; }
        #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .dropdown-mega-content {
          margin: 15px 0 !important; }
        #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .list-account-options {
          margin: 15px 0 0 0 !important; }
          #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .list-account-options > li > a {
            line-height: 35px; }
      #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu {
        margin: 15px 0;
        padding: 0 15px;
        width: 100%; }
      #header .header-nav-main nav > ul > li.active > a {
        color: #fff; }
        #header .header-nav-main nav > ul > li.active > a:focus {
          color: #fff; }
        #header .header-nav-main nav > ul > li.active > a:hover {
          color: #fff; }
      #header .header-nav-main nav .not-included {
        margin: 0; }
    #header .header-nav-main a > .thumb-info-preview {
      display: none !important; }
  #header .header-btn-collapse-nav {
    outline: 0;
    display: block;
    position: relative;
    z-index: 1; }
  #header .header-nav-bar {
    margin: 0 auto; }
    #header .header-nav-bar .header-btn-collapse-nav {
      margin-top: 14px; }
  #header .header-container {
    display: block; }
  #header .header-row {
    display: block; }
  #header .header-column {
    display: block; }
    #header .header-column .header-row {
      display: block; }
  #header.header-mobile-nav-only .header-logo {
    float: none; }
  #header.header-mobile-nav-only .header-nav {
    margin-top: -35px; }
  #header.header-transparent .header-nav-main {
    padding: 10px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 4px; }
  #header.header-semi-transparent .header-nav-main {
    padding: 10px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 4px; }
  #header.header-semi-transparent-light .header-nav-main {
    padding: 10px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 4px; }
  .page-header .breadcrumb {
    float: none !important;
    position: static !important; }
  .page-header .breadcrumb-valign-mid {
    margin-top: 15px; }
  .home-concept {
    background: none; }
    .home-concept .project-image {
      margin: 20px auto 0 auto; }
    .home-concept .process-image {
      margin-top: 0;
      padding-bottom: 25px; }
    .home-concept svg.home-concept-bg {
      display: none; }
  .page-header-reverse .breadcrumb-valign-mid {
    margin-top: 0;
    margin-bottom: 15px; }
  .container-fluid > .row > .p-none section.section {
    margin-bottom: 0;
    margin-top: 0; }
  .container-fluid > .row > .p-none:first-child section.section {
    margin-bottom: 0;
    margin-top: 30px; }
  .container-fluid > .row > .p-none:last-child section.section {
    margin-bottom: 30px;
    margin-top: 0; }
  .col-md-3 .sidebar {
    clear: both; }
  #footer .phone {
    font-size: 20px; } }

@media (min-width: 992px) {
  #header .header-nav-main {
    float: right;
    margin: 12px 0 0;
    min-height: 45px;
    display: block !important;
    height: auto !important; }
    #header .header-nav-main.header-nav-main-square {
      margin-bottom: -9px; }
      #header .header-nav-main.header-nav-main-square nav > ul > li > a {
        border-radius: 0; }
      #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown-mega > .dropdown-menu {
        border-radius: 0; }
      #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
        border-radius: 0; }
      #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu {
        margin-top: -1px;
        border-radius: 0; }
        #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
          border-radius: 0; }
    #header .header-nav-main a > .thumb-info-preview {
      position: absolute;
      display: block;
      left: 100%;
      opacity: 0;
      border: 0;
      padding-left: 10px;
      background: transparent;
      overflow: visible;
      margin-top: 15px;
      top: -10000px;
      transition: transform 0.2s ease-out, opacity 0.2s ease-out;
      transform: translate3d(-20px, 0, 0); }
      #header .header-nav-main a > .thumb-info-preview .thumb-info-wrapper {
        background: #fff;
        display: block;
        border-radius: 4px;
        border: 0;
        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
        margin: 0;
        padding: 4px;
        text-align: left;
        width: 190px; }
      #header .header-nav-main a > .thumb-info-preview .thumb-info-image {
        transition: all 6s linear 0s;
        width: 182px;
        height: 136px;
        min-height: 0; }
    #header .header-nav-main a:hover > .thumb-info-preview {
      transform: translate3d(0, 0, 0);
      top: 0;
      opacity: 1;
      margin-top: -5px; }
    #header .header-nav-main.header-nav-main-light nav > ul > li > a {
      color: #fff; }
      #header .header-nav-main.header-nav-main-light nav > ul > li > a.dropdown-toggle:after {
        border-color: #fff transparent transparent transparent; }
    #header .header-nav-main.header-nav-main-light nav > ul > li.open > a {
      background: #fff; }
      #header .header-nav-main.header-nav-main-light nav > ul > li.open > a.dropdown-toggle:after {
        border-color: #ccc transparent transparent transparent; }
    #header .header-nav-main.header-nav-main-light nav > ul > li.open > .dropdown-menu {
      border-top-color: #fff;
      box-shadow: 0 20px 25px rgba(0, 0, 0, 0.05); }
      #header .header-nav-main.header-nav-main-light nav > ul > li.open > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
        border-top-color: #fff; }
    #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a {
      background: #fff; }
      #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a.dropdown-toggle:after {
        border-color: #ccc transparent transparent transparent; }
    #header .header-nav-main.header-nav-main-light nav > ul > li:hover > .dropdown-menu {
      border-top-color: #fff;
      box-shadow: 0 20px 25px rgba(0, 0, 0, 0.05); }
      #header .header-nav-main.header-nav-main-light nav > ul > li:hover > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
        border-top-color: #fff; }
    #header .header-nav-main.header-nav-main-light nav > ul > li.active > a {
      background: #fff; }
      #header .header-nav-main.header-nav-main-light nav > ul > li.active > a.dropdown-toggle:after {
        border-color: #ccc transparent transparent transparent; }
    #header .header-nav-main.header-nav-main-light .dropdown-menu > li > a:hover {
      background: #f5f5f5; }
    #header .header-nav-main.header-nav-main-light .dropdown-menu > li > a:focus {
      background: #f5f5f5; }
    #header .header-nav-main nav > ul > li > a {
      display: inline-block;
      border-radius: 4px;
      font-size: 12px;
      font-style: normal;
      font-weight: 700;
      line-height: 20px;
      padding: 10px 13px;
      text-transform: uppercase; }
      #header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-caret-down {
        display: none; }
      #header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
        border-color: #ccc transparent transparent transparent;
        border-style: solid;
        border-width: 4px;
        content: " ";
        float: right;
        margin-top: 7px;
        margin-left: 4px; }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
      top: -10000px;
      display: block;
      opacity: 0;
      left: auto;
      border-radius: 0 4px 4px;
      border: 0;
      border-top: 3px solid #ccc;
      box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
      margin: -3px 0 0;
      min-width: 200px;
      padding: 5px;
      text-align: left; }
      #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        border-bottom: 1px solid #f4f4f4;
        color: #777;
        font-size: 0.9em;
        font-weight: 400;
        padding: 8px 20px 8px 8px;
        position: relative;
        text-transform: none; }
      #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu {
        position: relative; }
        #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a .fa-caret-down {
          display: none; }
        #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
          border-color: transparent transparent transparent #ccc;
          border-style: solid;
          border-width: 4px 0 4px 4px;
          content: " ";
          position: absolute;
          top: 50%;
          right: 10px;
          transform: translateY(-50%); }
        #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
          left: 100%;
          display: block;
          margin-top: -8px;
          margin-left: -1px;
          border-radius: 4px;
          opacity: 0; }
        #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
          top: 0;
          opacity: 1; }
      #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:last-child a {
        border-bottom: 0; }
    #header .header-nav-main nav > ul > li.dropdown.open > a {
      padding-bottom: 15px; }
    #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu {
      top: auto;
      display: block;
      opacity: 1; }
    #header .header-nav-main nav > ul > li.dropdown:hover > a {
      padding-bottom: 15px; }
    #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
      top: auto;
      display: block;
      opacity: 1; }
    #header .header-nav-main nav > ul > li.dropdown-mega {
      position: static; }
      #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
        padding: 20px 30px; }
      #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
        color: #333333;
        display: block;
        font-size: 1em;
        font-weight: 600;
        margin-top: 20px;
        padding-bottom: 5px;
        text-transform: uppercase; }
        #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title:first-child {
          margin-top: 0; }
      #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav {
        list-style: none;
        padding: 0;
        margin: 0; }
        #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
          border: 0 none;
          border-radius: 4px;
          color: #777;
          display: block;
          font-size: 0.9em;
          font-weight: normal;
          margin: 0 0 0 -8px;
          padding: 3px 8px;
          text-shadow: none;
          text-transform: none;
          text-decoration: none; }
        #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li:hover > a {
          background: #f4f4f4; }
      #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
        border-radius: 4px;
        left: 15px;
        right: 15px;
        width: auto; }
    #header .header-nav-main nav > ul > li.open > a {
      background: #ccc;
      color: #fff; }
    #header .header-nav-main nav > ul > li:hover > a {
      background: #ccc;
      color: #fff; }
    #header .header-nav-main.header-nav-main-no-arrows nav > ul > li a.dropdown-toggle {
      padding-left: 16px !important;
      padding-right: 16px !important; }
      #header .header-nav-main.header-nav-main-no-arrows nav > ul > li a.dropdown-toggle:after {
        display: none; }
    #header .header-nav-main .dropdown-reverse a > .thumb-info-preview {
      transform: translate3d(20px, 0, 0);
      right: 100%;
      left: auto;
      padding-left: 0;
      margin-right: 10px; }
    #header .header-nav-main .dropdown-reverse a:hover > .thumb-info-preview {
      transform: translate3d(0, 0, 0); }
  #header .header-nav {
    display: block !important; }
    #header .header-nav.header-nav-dark-dropdown .header-social-icons {
      margin-top: 27px; }
    #header .header-nav.header-nav-dark-dropdown nav > ul > li > a {
      background: transparent;
      color: #444;
      padding: 35px 13px;
      margin: 0; }
      #header .header-nav.header-nav-dark-dropdown nav > ul > li > a.dropdown-toggle:after {
        border-color: #444 transparent transparent transparent; }
    #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu {
      background: #1e1e1e; }
      #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a {
        color: #969696; }
        #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a:hover {
          background: #2a2a2a; }
        #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a:focus {
          background: #2a2a2a; }
    #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-title {
      color: #ababab; }
    #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li:hover > a {
      background: #2a2a2a; }
    #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown li a {
      border-bottom-color: #2a2a2a; }
    #header .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a {
      background: transparent;
      color: #444;
      padding: 35px 13px;
      margin: 0; }
    #header .header-nav.header-nav-stripe nav > ul > li > a {
      background: transparent;
      padding: 35px 13px;
      margin: 0;
      color: #444; }
      #header .header-nav.header-nav-stripe nav > ul > li > a.dropdown-toggle:after {
        border-color: #444 transparent transparent transparent; }
    #header .header-nav.header-nav-stripe nav > ul > li:hover > a {
      background: transparent;
      padding: 35px 13px;
      margin: 0;
      color: #fff; }
    #header .header-nav.header-nav-top-line nav > ul > li > a {
      background: transparent;
      color: #444;
      padding: 35px 13px;
      margin: 0; }
      #header .header-nav.header-nav-top-line nav > ul > li > a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        top: -2px;
        left: 0;
        opacity: 0; }
      #header .header-nav.header-nav-top-line nav > ul > li > a.dropdown-toggle:after {
        border-color: #444 transparent transparent transparent; }
    #header .header-nav.header-nav-top-line nav > ul > li:hover > a {
      background: transparent;
      color: #444;
      padding: 35px 13px;
      margin: 0; }
      #header .header-nav.header-nav-top-line nav > ul > li:hover > a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        top: -2px;
        left: 0;
        opacity: 0;
        opacity: 1; }
    #header .header-nav.header-nav-top-line nav > ul > li.active > a:before {
      opacity: 1; }
    #header .header-nav.header-nav-center .header-nav-main {
      float: none;
      margin: 0; }
      #header .header-nav.header-nav-center .header-nav-main > nav {
        width: 100%;
        text-align: center; }
        #header .header-nav.header-nav-center .header-nav-main > nav > ul > li {
          display: inline-block;
          float: none;
          text-align: left; }
  #header .header-nav-bar {
    background: #f4f4f4;
    padding: 0 10px 5px;
    margin-bottom: 0; }
    #header .header-nav-bar .header-nav-main {
      float: left;
      margin-bottom: 0; }
  #header.header-narrow .header-nav.header-nav-stripe nav > ul > li > a {
    padding: 20px 13px; }
  #header.header-narrow .header-nav.header-nav-stripe nav > ul > li:hover > a {
    padding: 20px 13px; }
  #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li > a {
    padding: 20px 13px; }
  #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a {
    padding: 20px 13px; }
  #header.header-narrow .header-nav.header-nav-top-line nav > ul > li > a {
    padding: 22px 13px; }
    #header.header-narrow .header-nav.header-nav-top-line nav > ul > li > a.dropdown-toggle:after {
      top: 22px; }
  #header.header-narrow .header-nav.header-nav-top-line nav > ul > li:hover > a {
    padding: 22px 13px; }
    #header.header-narrow .header-nav.header-nav-top-line nav > ul > li:hover > a.dropdown-toggle:after {
      top: 22px; }
  #header.header-flex.header-transparent-bottom-border .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu {
    margin-top: 1px; }
  #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu {
    transition: transform 0.2s ease-out;
    transform: translate3d(0, -5px, 0); }
    #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu li a {
      transition: transform 0.2s ease-out;
      transform: translate3d(0, -5px, 0); }
  #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0); }
    #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu li a {
      transform: translate3d(0, 0, 0); }
  #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover .dropdown-mega-sub-nav li a {
    transform: translate3d(0, 0, 0); }
  #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-mega-sub-nav li a {
    transition: transform 0.2s ease-out;
    transform: translate3d(0, -5px, 0); }
  #header .header-nav-main-effect-2 nav > ul > li.dropdown .dropdown-menu {
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate3d(0, -5px, 0);
    opacity: 0; }
  #header .header-nav-main-effect-2 nav > ul > li.dropdown:hover > .dropdown-menu {
    transform: translate3d(0, -1px, 0);
    opacity: 1; }
  #header .header-nav-main-effect-3 nav > ul > li.dropdown .dropdown-menu {
    transition: transform 0.2s ease-out;
    transform: translate3d(0, 10px, 0); }
  #header .header-nav-main-effect-3 nav > ul > li.dropdown:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0); }
  #header .header-nav-main-effect-4 nav > ul > li.dropdown .dropdown-menu {
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate3d(-20px, 0, 0);
    opacity: 0;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate3d(-20px, 0, 0);
    opacity: 0; }
  #header .header-nav-main-effect-4 nav > ul > li.dropdown.dropdown-reverse .dropdown-menu {
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate3d(20px, 0, 0);
    left: auto;
    right: 100%;
    opacity: 0; }
  #header .header-nav-main-effect-4 nav > ul > li.dropdown.dropdown-reverse:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  #header .header-nav-main-effect-4 nav > ul > li.dropdown:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate3d(-20px, 0, 0);
    opacity: 0; }
  #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown.dropdown-reverse .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate3d(20px, 0, 0);
    left: auto;
    right: 100%;
    opacity: 0; }
  #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown.dropdown-reverse .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  html.sticky-header-active #header.header-flex.header-transparent-bottom-border .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu {
    margin-top: 0; }
  html.sticky-header-active.ie9 #header.header-flex.header-transparent-bottom-border .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu {
    margin-top: -1px; }
  html #header.header-flex .header-top {
    margin-bottom: -2px; }
  html #header.header-flex .header-body {
    padding: 8px 0 0; }
  html #header.header-flex .header-logo {
    margin: 0 0 8px; }
  html #header.header-flex .header-nav-main {
    height: 100% !important;
    margin: 0 !important; }
    html #header.header-flex .header-nav-main nav {
      height: 100% !important; }
      html #header.header-flex .header-nav-main nav > ul {
        height: 100% !important; }
        html #header.header-flex .header-nav-main nav > ul > li {
          height: 100% !important; }
          html #header.header-flex .header-nav-main nav > ul > li > a.dropdown-toggle:after {
            margin-top: 3px; }
    html #header.header-flex .header-nav-main.header-nav-main-square {
      margin-bottom: 0; }
  html #header.header-flex .header-nav {
    margin-top: -9px;
    display: flex !important;
    align-items: center;
    justify-content: flex-end; }
    html #header.header-flex .header-nav .header-social-icons {
      margin: 0 0 0 10px;
      order: 2; }
      html #header.header-flex .header-nav .header-social-icons li {
        margin: -1px 1px 0 0; }
    html #header.header-flex .header-nav.header-nav-stripe nav > ul > li > a {
      display: flex;
      align-items: center;
      height: 100%; }
      html #header.header-flex .header-nav.header-nav-stripe nav > ul > li > a.dropdown-toggle {
        height: calc(100% +1px); }
    html #header.header-flex .header-nav.header-nav-top-line nav > ul > li > a {
      display: flex;
      align-items: center;
      height: 100%; }
      html #header.header-flex .header-nav.header-nav-top-line nav > ul > li > a.dropdown-toggle {
        height: calc(100% +1px); }
    html #header.header-flex .header-nav.header-nav-dark-dropdown nav > ul > li > a {
      display: flex;
      align-items: center;
      height: 100%; }
      html #header.header-flex .header-nav.header-nav-dark-dropdown nav > ul > li > a.dropdown-toggle {
        height: calc(100% +1px); }
  html #header.header-flex:not(.header-transparent-bottom-border) .header-body {
    border-bottom: 0 !important; }
  html #header.header-flex .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu {
    top: calc(100% +1px); }
  html #header.header-flex .header-nav-main-effect-2 nav > ul > li.dropdown:hover > .dropdown-menu {
    top: calc(100% +1px); }
  html #header.header-flex .header-nav-main-effect-3 nav > ul > li.dropdown:hover > .dropdown-menu {
    top: calc(100% +1px); }
  html #header.header-flex.header-semi-transparent .header-nav.header-nav-top-line nav > ul > li:hover {
    top: 0; }
  html #header.header-flex.header-semi-transparent .header-nav.header-nav-top-line nav > ul > li > a:before {
    top: 0; }
  html #header.header-flex.header-semi-transparent-light .header-nav.header-nav-top-line nav > ul > li:hover {
    top: 0; }
  html #header.header-flex.header-semi-transparent-light .header-nav.header-nav-top-line nav > ul > li > a:before {
    top: 0; }
  html #header.header-semi-transparent .header-nav-main nav > ul > li:not(.active) > a {
    color: #fff; }
    html #header.header-semi-transparent .header-nav-main nav > ul > li:not(.active) > a.dropdown-toggle:after {
      border-color: #fff transparent transparent transparent; }
  html.boxed #header .header-top.header-top-colored {
    margin-top: -18px;
    border-radius: 4px 4px 0 0; }
  html.boxed #header .header-top.header-top-style-2 {
    margin-top: -13px; }
  html.boxed #header .header-top.header-top-style-3 {
    margin-top: -13px; }
  html.boxed #header .header-top.header-top-style-4 {
    margin-top: -13px; }
  html.boxed #header.header-flex .header-nav.header-nav-stripe {
    margin-top: -12px; }
  html.boxed #header.header-flex .header-nav.header-nav-dark-dropdown {
    margin-top: -12px; }
  html.boxed #header.header-transparent .header-body {
    position: absolute;
    padding-left: 15px;
    padding-right: 15px; }
  html.boxed #header.header-semi-transparent .header-body {
    position: absolute;
    padding-left: 15px;
    padding-right: 15px; }
  html.boxed #header.header-semi-transparent-light .header-body {
    position: absolute;
    padding-left: 15px;
    padding-right: 15px; }
  html.boxed.ie9 #header.header-flex .header-nav.header-nav-stripe {
    margin-top: 0 !important; }
  html.boxed.ie9 #header.header-flex .header-nav.header-nav-dark-dropdown {
    margin-top: 0 !important; }
  html.boxed.sticky-header-active #header .header-body {
    position: fixed !important;
    padding-left: 15px;
    padding-right: 15px; }
  html.boxed.sticky-header-active #header .header-nav-bar {
    margin: 0 -15px -9px; }
  html.side-header #header {
    background: #fff;
    position: fixed;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
    top: 0;
    left: 0;
    width: 255px;
    height: 100%; }
    html.side-header #header .header-body {
      border-top: 0; }
    html.side-header #header .header-container {
      margin-left: 0;
      margin-right: 0;
      padding-left: 20px;
      padding-right: 20px;
      width: 100%; }
    html.side-header #header .header-search {
      margin: 5px 0 10px;
      float: none; }
      html.side-header #header .header-search .input-group {
        width: 100%; }
        html.side-header #header .header-search .input-group .form-control {
          width: 100%; }
    html.side-header #header .header-nav-top {
      margin: 0;
      float: none; }
      html.side-header #header .header-nav-top .nav > li > a {
        display: block; }
      html.side-header #header .header-nav-top .nav > li > span {
        display: block; }
    html.side-header #header .header-logo {
      margin: 0;
      float: none;
      text-align: center;
      width: auto !important;
      height: auto !important;
      padding: 10px 0; }
    html.side-header #header .header-column {
      display: block; }
      html.side-header #header .header-column .header-row {
        clear: both; }
    html.side-header #header .header-nav-main {
      float: none; }
      html.side-header #header .header-nav-main nav > ul > li.dropdown.open > a {
        padding-bottom: 10px; }
      html.side-header #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu {
        top: 3px;
        left: 100%;
        border-top: 0;
        border-left: 5px solid #ccc;
        margin-left: -5px; }
      html.side-header #header .header-nav-main nav > ul > li.dropdown:hover > a {
        padding-bottom: 10px; }
      html.side-header #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
        top: 3px;
        left: 100%;
        border-top: 0;
        border-left: 5px solid #ccc;
        margin-left: -5px; }
      html.side-header #header .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle:after {
        content: "";
        border-color: transparent transparent transparent #ccc; }
      html.side-header #header .header-nav-main nav > ul > li.dropdown li.dropdown-submenu:hover > .dropdown-menu {
        margin-top: -5px;
        border-top: 0; }
      html.side-header #header .header-nav-main nav > ul > li.dropdown-mega {
        position: relative; }
        html.side-header #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu {
          min-width: 720px; }
      html.side-header #header .header-nav-main nav > ul > li > a {
        display: block; }
      html.side-header #header .header-nav-main nav > ul > li.dropdown-reverse .dropdown-menu li a {
        padding-right: 8px;
        padding-left: 20px; }
      html.side-header #header .header-nav-main nav > ul > li.dropdown-reverse .dropdown-menu li.dropdown-submenu > a:after {
        border-width: 4px 4px 4px 0; }
    html.side-header #header .header-social-icons {
      float: none;
      text-align: center;
      margin-top: 25px; }
    html.side-header #header .nav-pills > li {
      float: none;
      margin: 0 0 1px 0; }
  html.side-header .main .container {
    padding: 0 35px;
    width: auto !important;
    max-width: 1210px; }
  html.side-header #footer .container {
    padding: 0 35px;
    width: auto !important;
    max-width: 1210px; }
  html.side-header body > .body {
    margin: 0 0 0 255px;
    width: auto;
    overflow-x: hidden;
    overflow-y: visible; }
    html.side-header body > .body .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
      width: 100% !important;
      left: auto !important; }
  html.side-header-right #header {
    left: auto;
    right: 0; }
    html.side-header-right #header .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle {
      padding-right: 5px;
      padding-left: 5px; }
      html.side-header-right #header .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle:after {
        float: left;
        margin-right: 9px;
        margin-top: 6px; }
    html.side-header-right #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu {
      right: 100%;
      left: auto;
      border-right: 5px solid #ccc;
      border-left: 0;
      margin-left: 0;
      margin-right: -5px;
      border-radius: 4px 0 0 4px; }
    html.side-header-right #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
      right: 100%;
      left: auto;
      border-right: 5px solid #ccc;
      border-left: 0;
      margin-left: 0;
      margin-right: -5px;
      border-radius: 4px 0 0 4px; }
    html.side-header-right #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
      left: 10px;
      right: initial; }
  html.side-header-right body > .body {
    margin: 0 255px 0 0; }
  html.side-header-semi-transparent #header {
    background: rgba(0, 0, 0, 0.3); }
    html.side-header-semi-transparent #header .header-body {
      background: transparent !important; }
  html.side-header-semi-transparent body > .body {
    margin: 0; }
  html.dark #header .header-nav.header-nav-stripe nav > ul > li > a {
    color: #ccc; }
  html.dark #header .header-nav.header-nav-stripe nav > ul > li:hover > a {
    color: #fff; }
  html.dark #header .header-nav.header-nav-top-line nav > ul > li > a {
    color: #ccc; }
  html.dark #header .header-nav.header-nav-top-line nav > ul > li:hover > a {
    color: #ccc; }
  html.dark #header .header-nav.header-nav-dark-dropdown nav > ul > li > a {
    color: #ccc; }
  html.dark #header .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a {
    color: #ccc; }
  html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu {
    background: #2a2a2a; }
    html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown:not(.dropdown-full-color) .dropdown-menu li a {
      border-bottom-color: #967d71; }
  html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown-mega:not(.dropdown-full-color) .dropdown-mega-sub-title {
    color: #969696; }
  html.dark #header .header-nav-main:not(.header-nav-main-light) nav > ul > li.dropdown-mega:not(.dropdown-full-color) .dropdown-mega-sub-nav > li:hover > a {
    background: #967d71; }
  html.dark #header .header-nav-main:not(.header-nav-main-light) a > .thumb-info-preview .thumb-info-wrapper {
    background: #967d71; }
  html.dark .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu {
    background-color: #1d2127; }
  html.ie9 #header.header-flex.header-transparent-bottom-border .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu {
    margin-top: 0; }
  html.ie9 #header.header-flex .header-nav-main nav > ul > li > a {
    position: relative; }
    html.ie9 #header.header-flex .header-nav-main nav > ul > li > a.dropdown-toggle {
      padding-right: 25px; }
      html.ie9 #header.header-flex .header-nav-main nav > ul > li > a.dropdown-toggle:after {
        position: absolute;
        top: 50% !important;
        transform: translateY(-50%); }
  html.ie9 #header.header-flex .header-nav-main nav > ul > li:hover > a {
    position: relative; }
    html.ie9 #header.header-flex .header-nav-main nav > ul > li:hover > a.dropdown-toggle {
      padding-right: 25px; }
      html.ie9 #header.header-flex .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
        position: absolute;
        top: 50% !important;
        transform: translateY(-50%); }
  html.ie #header.header-flex .header-top {
    margin-bottom: -10px !important;
    margin-top: -4px !important; }
  html.ie #header.header-flex .header-body {
    padding: 0; }
  html.ie #header.header-flex .header-container {
    height: 100%; }
  html.ie #header.header-flex .header-row {
    display: table;
    width: 100%;
    height: 100%; }
  html.ie #header.header-flex .header-logo {
    margin: 8px 0 !important; }
  html.ie #header.header-flex .header-nav {
    height: 100%;
    margin: 0; }
  html.ie #header.header-flex .header-nav-main {
    margin: 0; }
    html.ie #header.header-flex .header-nav-main nav > ul > li > a {
      margin-bottom: -1px; }
  .page-header-more-padding h1 {
    max-width: 70%; }
  .page-header-more-padding .breadcrumb-valign-mid {
    width: 30%;
    text-align: right; }
  .page-header-more-padding.page-header-reverse .breadcrumb-valign-mid {
    text-align: left; }
  .page-header-custom-background h1 {
    max-width: 70%; }
  .page-header-custom-background .breadcrumb-valign-mid {
    width: 30%;
    text-align: right; }
  .page-header-custom-background.page-header-reverse .breadcrumb-valign-mid {
    text-align: left; }
  .page-header-float-breadcrumb h1 {
    max-width: 70%; }
  .page-header-float-breadcrumb .breadcrumb-valign-mid {
    width: 30%;
    text-align: right; }
  .page-header-float-breadcrumb.page-header-reverse .breadcrumb-valign-mid {
    text-align: left; }
  .slider-contact-form {
    margin: 0;
    position: absolute;
    top: 20px;
    z-index: 99;
    width: 100%; }
  .col-md-1-5 {
    width: 20%;
    float: left; }
  .col-md-2-5 {
    width: 40%;
    float: left; }
  .col-md-3-5 {
    width: 60%;
    float: left; }
  .col-md-4-5 {
    width: 80%;
    float: left; } }

@media (max-height: 768px) {
  html.side-header #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu {
    bottom: 0;
    top: auto; }
  html.side-header #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
    bottom: 0;
    top: auto; } }

.page-header {
  background-color: #9e8066;
  border-bottom: 5px solid #ccc;
  border-top: 5px solid #7b655a;
  margin: 0 0 35px 0;
  min-height: 50px;
  padding: 20px 0;
  position: relative;
  text-align: left; }
  .page-header .breadcrumb {
    background: none;
    margin: 0 0 2px 2px;
    padding: 0;
    position: relative;
    z-index: 1; }
    .page-header .breadcrumb > li {
      display: inline-block;
      font-size: 0.85em;
      text-transform: uppercase;
      text-shadow: none; }
      .page-header .breadcrumb > li + li:before {
        color: inherit;
        opacity: 0.5;
        font-family: FontAwesome;
        content: "\f105";
        padding: 0 7px 0 5px; }
    .page-header .breadcrumb.breadcrumb-valign-mid {
      position: absolute;
      top: 36%;
      right: 20px; }
  .page-header h1 {
    border-bottom: 5px solid #ccc;
    color: #fff;
    display: inline-block;
    font-size: 32px;
    font-weight: 200;
    line-height: 32px;
    margin: 0 0 -25px;
    padding: 0 0 25px;
    position: relative; }
    .page-header h1 span {
      color: #999da3;
      display: block;
      font-size: 0.6em;
      font-weight: 300;
      line-height: 1.3em;
      margin: 7px 0 0; }
  .page-header.parallax {
    margin: 0 0 35px;
    padding: 180px 0 60px; }
  .page-header.custom-product {
    background-image: url(../../img/custom-header-bg.jpg);
    background-repeat: repeat;
    background-color: #969696;
    border-top: 5px solid #888;
    overflow: hidden; }
    .page-header.custom-product .row {
      position: relative; }
    .page-header.custom-product img {
      bottom: -47px;
      position: relative; }
    .page-header.custom-product h1 {
      color: #fff;
      margin-bottom: 10px;
      margin-top: 30px;
      border: 0; }
    .page-header.custom-product p.lead {
      color: #e8e8e8; }

.page-header-color {
  background-color: #f6f6f6;
  border-bottom: 5px solid #f4f4f4;
  border-top: none; }
  .page-header-color h1 {
    border-bottom: none;
    color: #1d2127;
    font-size: 2.3em;
    padding: 0;
    margin: 0; }
    .page-header-color h1 span {
      opacity: 0.65; }
  .page-header-color .breadcrumb > .active {
    opacity: 0.65; }

.page-header-more-padding {
  padding: 35px 0; }

.page-header-light {
  background-color: #f6f6f6;
  border-bottom: 5px solid #f4f4f4;
  border-top: none; }
  .page-header-light h1 {
    border-bottom: none;
    color: #1d2127;
    font-size: 2.3em; }

.page-header-reverse {
  text-align: right; }
  .page-header-reverse .breadcrumb {
    float: left;
    left: 20px;
    right: auto; }
    .page-header-reverse .breadcrumb.breadcrumb-valign-mid {
      float: left;
      left: 20px;
      right: auto; }

.page-header-center {
  text-align: center; }
  .page-header-center .breadcrumb {
    margin: 15px 0 0; }

.page-header-custom-background {
  padding: 45px 0;
  background-repeat: repeat;
  background-color: transparent;
  border-top: 0;
  border-bottom: 0; }
  .page-header-custom-background h1 {
    color: #fff;
    border: 0; }
    .page-header-custom-background h1 span {
      color: #fff;
      opacity: 0.7; }
  .page-header-custom-background .breadcrumb.breadcrumb-valign-mid {
    top: 36%; }
    .page-header-custom-background .breadcrumb.breadcrumb-valign-mid a {
      color: #fff; }
    .page-header-custom-background .breadcrumb.breadcrumb-valign-mid li.active {
      color: #fff;
      opacity: 0.7; }

.parallax {
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: repeat;
  background-attachment: fixed;
  margin: 70px 0;
  padding: 50px 0;
  position: relative;
  clear: both; }
  .parallax blockquote {
    border: 0;
    padding: 0 10%; }
    .parallax blockquote p {
      font-size: 24px;
      line-height: 30px; }
    .parallax blockquote span {
      font-size: 16px;
      line-height: 20px;
      color: #969696;
      position: relative;
      left: -5px; }
    .parallax blockquote i.fa-quote-left {
      font-size: 34px;
      position: relative;
      left: -5px; }
  .parallax.parallax-disabled {
    background-attachment: scroll !important;
    background-position: 50% 50% !important; }

section.section {
  background: #f4f4f4;
  border-top: 5px solid #f1f1f1;
  margin: 30px 0;
  padding: 50px 0; }
  section.section.section-no-background {
    background: transparent;
    border-top-color: transparent; }
  section.section.section-center {
    text-align: center; }
  section.section.section-text-light h1 {
    color: #fff; }
  section.section.section-text-light h2 {
    color: #fff; }
  section.section.section-text-light h3 {
    color: #fff; }
  section.section.section-text-light h4 {
    color: #fff; }
  section.section.section-text-light h5 {
    color: #fff; }
  section.section.section-text-light h6 {
    color: #fff; }
  section.section.section-text-light p {
    color: #e6e6e6; }
  section.section.section-background {
    background-repeat: round;
    border: 0; }
  section.section.section-overlay {
    position: relative; }
    section.section.section-overlay:before {
      content: "";
      display: block;
      background: url(../../img/video-overlay.png) repeat scroll 0 0 transparent;
      bottom: 0;
      height: 100%;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%; }
  section.section.section-overlay-opacity {
    position: relative; }
    section.section.section-overlay-opacity:before {
      content: "";
      display: block;
      background: rgba(0, 0, 0, 0.5);
      bottom: 0;
      height: 100%;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%; }
    section.section.section-overlay-opacity.section-overlay-opacity-scale-1:before {
      background: rgba(0, 0, 0, 0.1); }
    section.section.section-overlay-opacity.section-overlay-opacity-scale-2:before {
      background: rgba(0, 0, 0, 0.2); }
    section.section.section-overlay-opacity.section-overlay-opacity-scale-3:before {
      background: rgba(0, 0, 0, 0.3); }
    section.section.section-overlay-opacity.section-overlay-opacity-scale-4:before {
      background: rgba(0, 0, 0, 0.4); }
    section.section.section-overlay-opacity.section-overlay-opacity-scale-5:before {
      background: rgba(0, 0, 0, 0.5); }
    section.section.section-overlay-opacity.section-overlay-opacity-scale-6:before {
      background: rgba(0, 0, 0, 0.6); }
    section.section.section-overlay-opacity.section-overlay-opacity-scale-7:before {
      background: rgba(0, 0, 0, 0.7); }
    section.section.section-overlay-opacity.section-overlay-opacity-scale-8:before {
      background: rgba(0, 0, 0, 0.8); }
    section.section.section-overlay-opacity.section-overlay-opacity-scale-9:before {
      background: rgba(0, 0, 0, 0.9); }
  section.section.section-overlay-opacity-light:before {
    background: rgba(255, 255, 255, 0.5); }
  section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-1:before {
    background: rgba(255, 255, 255, 0.1); }
  section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-2:before {
    background: rgba(255, 255, 255, 0.2); }
  section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-3:before {
    background: rgba(255, 255, 255, 0.3); }
  section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-4:before {
    background: rgba(255, 255, 255, 0.4); }
  section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-5:before {
    background: rgba(255, 255, 255, 0.5); }
  section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-6:before {
    background: rgba(255, 255, 255, 0.6); }
  section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-7:before {
    background: rgba(255, 255, 255, 0.7); }
  section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-8:before {
    background: rgba(255, 255, 255, 0.8); }
  section.section.section-overlay-opacity-light.section-overlay-opacity-light-scale-9:before {
    background: rgba(255, 255, 255, 0.9); }
  section.section.section-default-scale-lighten {
    background-color: #fcfcfc !important;
    border-top-color: #fcfcfc !important; }
  section.section.section-video {
    background: none !important;
    border: 0; }
  section.section.section-parallax {
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: repeat;
    background-attachment: fixed;
    border: 0; }
    section.section.section-parallax.parallax-disabled {
      background-attachment: scroll !important;
      background-position: 50% 50% !important; }
  section.section.section-no-border {
    border: 0; }
  section.section.section-with-divider {
    margin: 56px 0 35px; }
    section.section.section-with-divider .divider {
      margin: -56px 0 44px; }
  section.section.section-footer {
    margin-bottom: -50px; }
  section.section.section-with-mockup {
    margin-top: 120px; }
  section.section.section-front {
    position: relative;
    z-index: 1; }

section.section-custom-map {
  background: transparent url(../../img/map.png) center 0 no-repeat;
  padding: 129px 0 0;
  margin: 20px 0 0;
  border: 0; }
  section.section-custom-map section.section {
    border-top-color: rgba(241, 241, 241, 0.8);
    background: rgba(244, 244, 244, 0.8); }

section.section-custom-map-2 {
  background: transparent url(../../img/map-2.png) center 0 no-repeat;
  padding: 129px 0 0;
  margin: 50px 0 0;
  border: 0; }
  section.section-custom-map-2 section.section {
    border-top-color: rgba(241, 241, 241, 0.8);
    background: rgba(244, 244, 244, 0.8); }

.slider-container {
  background: #9e8066;
  height: 500px;
  overflow: hidden;
  width: 100%;
  direction: ltr; }
  .slider-container .tparrows {
    border-radius: 6px; }
  .slider-container .top-label {
    color: #fff;
    font-size: 24px;
    font-weight: 300; }
  .slider-container .main-label {
    color: #fff;
    font-size: 62px;
    line-height: 62px;
    font-weight: 800;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15); }
  .slider-container .featured-label {
    color: #fff;
    font-size: 52px;
    line-height: 52px;
    font-weight: 800;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15); }
  .slider-container .bottom-label {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300; }
  .slider-container .blackboard-text {
    color: #bab9be;
    font-size: 46px;
    line-height: 46px;
    font-family: Shadows Into Light, cursive;
    text-transform: uppercase; }
  .slider-container .btn-slider-action {
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    padding: 20px 25px; }
  .slider-container .top-label-dark {
    color: #333333; }
  .slider-container .main-label-dark {
    color: #333333; }
  .slider-container .bottom-label-dark {
    color: #333333; }
  .slider-container .tp-caption-overlay {
    background: #000;
    padding: 10px; }
  .slider-container .tp-caption-overlay-opacity {
    background: rgba(0, 0, 0, 0.4);
    padding: 10px; }
  .slider-container .tp-opacity-overlay {
    background: rgba(0, 0, 0, 0.75); }
  .slider-container.transparent {
    background-color: transparent; }
  .slider-container.light {
    background-color: #e8e8e8; }
    .slider-container.light .tp-bannershadow {
      opacity: 0.05;
      top: 0;
      bottom: auto;
      z-index: 1000; }
    .slider-container.light .featured-label {
      color: #333333; }
    .slider-container.light .top-label {
      color: #333333; }
    .slider-container.light .main-label {
      color: #333333; }
    .slider-container.light .bottom-label {
      color: #333333; }
    .slider-container.light .tp-caption a {
      color: #333333; }
      .slider-container.light .tp-caption a:hover {
        color: #333333; }
  .slider-container .slider-single-slide .tparrows {
    display: none; }
  .slider-container .tp-caption-dark a {
    color: #333333; }
    .slider-container .tp-caption-dark a:hover {
      color: #333333; }

.rev_slider embed {
  border: 0 !important; }

.rev_slider iframe {
  border: 0 !important; }

.rev_slider object {
  border: 0 !important; }

.rev_slider video {
  border: 0 !important; }

.hesperiden-custom {
  padding: 10px 0 !important; }
  .hesperiden-custom .tp-tab {
    border: 0 !important; }

.slider-with-overlay {
  position: relative; }
  .slider-with-overlay .slider-container {
    z-index: auto; }

.slider-contact-form {
  margin: -45px 0 25px; }
  .slider-contact-form .featured-box {
    text-align: left; }
  .slider-contact-form .alert {
    padding: 6px;
    text-align: center; }
  .slider-contact-form textarea {
    resize: none; }
  .slider-contact-form label.error {
    display: none !important; }

.nivo-slider {
  position: relative; }
  .nivo-slider .theme-default .nivoSlider {
    border-radius: 10px 10px 0 0;
    box-shadow: none;
    margin-top: 10px; }
    .nivo-slider .theme-default .nivoSlider img {
      border-radius: 10px 10px 0 0; }
  .nivo-slider .theme-default .nivo-controlNav {
    margin-top: -72px;
    position: absolute;
    z-index: 99;
    right: 5px;
    bottom: -17px; }
  .nivo-slider .theme-default .nivo-caption {
    padding-left: 20px; }

.home-intro {
  background-color: #45bf61;
  margin-bottom: 60px;
  overflow: hidden;
  padding: 20px 0 10px;
  position: relative;
  text-align: left; }
  .home-intro p {
    color: #fff;
    display: inline-block;
    font-size: 1.4em;
    font-weight: 300;
    max-width: 800px;
    padding-top: 5px; }
    .home-intro p span {
      display: block;
      font-size: 0.8em;
      padding-top: 5px; }
    .home-intro p em {
      font-family: Shadows Into Light, cursive;
      font-size: 1.6em; }
  .home-intro h1 {
    color: #fff;
    display: inline-block;
    font-size: 1.4em;
    font-weight: 300;
    max-width: 800px;
    padding-top: 5px;
    letter-spacing: 0px;
    line-height: 24px !important;
    margin: 0 0 0 0 !important; }
    .home-intro h1 span {
      display: block;
      font-size: 0.8em;
      padding-top: 5px; }
    .home-intro h1 em {
      font-family: Shadows Into Light, cursive;
      font-size: 1.6em;
      color: #c7c84a; }
  .home-intro .get-started {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    text-align: right; }
    .home-intro .get-started .btn {
      position: relative;
      z-index: 1; }
      .home-intro .get-started .btn i {
        font-size: 1.1em;
        font-weight: normal;
        margin-left: 5px; }
    .home-intro .get-started a {
      color: #fff; }
      .home-intro .get-started a:not(.btn) {
        color: #777; }
  .home-intro .learn-more {
    margin-left: 15px; }
  .home-intro.light {
    background-color: #e2e2e2; }
    .home-intro.light.secondary {
      background-color: #e2e2e2; }
    .home-intro.light p {
      color: #777; }

.home-intro-compact {
  border-radius: 0 0 10px 10px;
  margin-top: -10px; }
  .home-intro-compact p {
    padding-left: 20px; }
  .home-intro-compact .get-started {
    padding-right: 20px; }

@media (max-width: 767px) {
  .home-intro-compact {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0; }
  #footer .phone {
    font-size: 20px; }
  html.boxed {
    background: none !important; } }

@keyframes animatedLineBg {
  from {
    stroke-dasharray: 1000; }
  to {
    stroke-dasharray: 1360; } }

@keyframes animatedLineSmallCircle {
  from {
    stroke-dasharray: 1000; }
  to {
    stroke-dasharray: 1120; } }

@keyframes animatedLineBigCircle {
  from {
    stroke-dasharray: 1000; }
  to {
    stroke-dasharray: 1266; } }

@keyframes animatedInitialPin {
  0% {
    transform: translate(2px, 69px) scale(0.23); }
  33% {
    transform: translate(2px, 79px) scale(0.23); }
  66% {
    transform: translate(2px, 74px) scale(0.23); }
  100% {
    transform: translate(2px, 79px) scale(0.23); } }

@keyframes animatedFinalPin {
  0% {
    transform: translate(325px, -19px) scale(0.23) rotate(36deg); }
  33% {
    transform: translate(325px, -13px) scale(0.23) rotate(36deg); }
  66% {
    transform: translate(325px, -16px) scale(0.23) rotate(36deg); }
  100% {
    transform: translate(325px, -13px) scale(0.23) rotate(36deg); } }

@keyframes animatedFinalPinFirefox {
  0% {
    transform: translate(193px, -16px) scale(0.23) rotate(36deg); }
  33% {
    transform: translate(193px, -10px) scale(0.23) rotate(36deg); }
  66% {
    transform: translate(193px, -13px) scale(0.23) rotate(36deg); }
  100% {
    transform: translate(193px, -10px) scale(0.23) rotate(36deg); } }

.home-concept {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .home-concept strong {
    display: block;
    font-family: Shadows Into Light, cursive;
    font-size: 2.1em;
    font-weight: normal;
    position: relative;
    margin-top: 30px; }
  .home-concept .row {
    position: relative; }
  .home-concept .process-image {
    width: 160px;
    margin: 135px auto 0 auto;
    padding-bottom: 50px;
    position: relative;
    z-index: 1; }
    .home-concept .process-image .box-image {
      position: relative; }
      .home-concept .process-image .box-image .small-circle {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        transform: translate(-50%, -50%); }
        .home-concept .process-image .box-image .small-circle .line {
          stroke-dashoffset: 1000;
          transform: rotate(168deg);
          transform-origin: center; }
          .home-concept .process-image .box-image .small-circle .line.animated-line {
            animation-name: animatedLineSmallCircle;
            animation-timing-function: linear; }
      .home-concept .process-image .box-image img {
        position: relative;
        border-radius: 150px;
        margin: 7px 8px;
        width: auto;
        height: auto;
        max-width: 145px;
        max-height: 145px;
        z-index: 1; }
  .home-concept .our-work {
    margin-top: 52px;
    font-size: 2.6em; }
  .home-concept .project-image {
    width: 350px;
    margin: 15px 0 0 -30px;
    padding-bottom: 45px;
    position: relative;
    z-index: 1; }
    .home-concept .project-image .box-image {
      position: relative; }
      .home-concept .project-image .box-image .big-circle {
        position: absolute;
        top: 175px;
        left: 50%;
        width: 106%;
        height: 106%;
        transform: translate(-50%, -50%); }
        .home-concept .project-image .box-image .big-circle .line {
          stroke-dashoffset: 1000;
          transform: rotate(171deg);
          transform-origin: center; }
          .home-concept .project-image .box-image .big-circle .line.animated-line {
            animation-name: animatedLineBigCircle;
            animation-timing-function: linear; }
  .home-concept .sun {
    background: transparent url(../../img/home-concept-icons.png) no-repeat 0 0;
    width: 60px;
    height: 56px;
    display: block;
    position: absolute;
    left: 10%;
    top: 35px; }
  .home-concept .cloud {
    background: transparent url(../../img/home-concept-icons.png) no-repeat 100% 0;
    width: 116px;
    height: 56px;
    display: block;
    position: absolute;
    left: 57%;
    top: 35px; }
  .home-concept svg.home-concept-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 1440px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%); }
    .home-concept svg.home-concept-bg .line {
      stroke-dashoffset: 1000; }
      .home-concept svg.home-concept-bg .line.animated-line {
        animation-name: animatedLineBg;
        animation-timing-function: linear; }
    .home-concept svg.home-concept-bg .initial-pin {
      transform: translate(2px, 79px) scale(0.23); }
      .home-concept svg.home-concept-bg .initial-pin.animated-pin {
        animation-name: animatedInitialPin; }
    .home-concept svg.home-concept-bg .final-pin {
      transform: translate(325px, -13px) scale(0.23) rotate(36deg);
      transform-origin: center; }
      .home-concept svg.home-concept-bg .final-pin.animated-pin {
        animation-name: animatedFinalPin; }

.page-not-found {
  margin: 50px 0; }
  .page-not-found h2 {
    font-size: 140px;
    font-weight: 600;
    letter-spacing: -10px;
    line-height: 140px; }
  .page-not-found h4 {
    color: #777; }
  .page-not-found p {
    font-size: 1.4em;
    line-height: 36px; }

.text-xs {
  font-size: 1rem !important; }

.text-sm {
  font-size: 1.3rem !important; }

.text-md {
  font-size: 1.6rem !important; }

.text-lg {
  font-size: 1.9rem !important; }

.text-xl {
  font-size: 2.2rem !important; }

.text-muted {
  color: #969696 !important; }

.text-dark {
  color: #1d2127 !important; }

.text-light {
  color: #fff !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-semibold {
  font-weight: 600 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-extra-bold {
  font-weight: 900 !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.rounded {
  border-radius: 5px !important; }

.b-thin {
  border-width: 3px !important; }

.b-normal {
  border-width: 5px !important; }

.b-thick {
  border-width: 7px !important; }

.m-none {
  margin: 0 !important; }

.m-auto {
  margin: 0 auto !important; }

.m-xs {
  margin: 5px !important; }

.m-sm {
  margin: 10px !important; }

.m-md {
  margin: 15px !important; }

.m-lg {
  margin: 20px !important; }

.m-xl {
  margin: 25px !important; }

.m-xlg {
  margin: 30px !important; }

.mt-none {
  margin-top: 0 !important; }

.mt-xs {
  margin-top: 5px !important; }

.mt-sm {
  margin-top: 10px !important; }

.mt-md {
  margin-top: 15px !important; }

.mt-lg {
  margin-top: 20px !important; }

.mt-xl {
  margin-top: 25px !important; }

.mt-xlg {
  margin-top: 30px !important; }

.mb-none {
  margin-bottom: 0 !important; }

.mb-xs {
  margin-bottom: 5px !important; }

.mb-sm {
  margin-bottom: 10px !important; }

.mb-md {
  margin-bottom: 15px !important; }

.mb-lg {
  margin-bottom: 20px !important; }

.mb-xl {
  margin-bottom: 25px !important; }

.mb-xlg {
  margin-bottom: 30px !important; }

.ml-none {
  margin-left: 0 !important; }

.ml-xs {
  margin-left: 5px !important; }

.ml-sm {
  margin-left: 10px !important; }

.ml-md {
  margin-left: 15px !important; }

.ml-lg {
  margin-left: 20px !important; }

.ml-xl {
  margin-left: 25px !important; }

.ml-xlg {
  margin-left: 30px !important; }

.mr-none {
  margin-right: 0 !important; }

.mr-xs {
  margin-right: 5px !important; }

.mr-sm {
  margin-right: 10px !important; }

.mr-md {
  margin-right: 15px !important; }

.mr-lg {
  margin-right: 20px !important; }

.mr-xl {
  margin-right: 25px !important; }

.mr-xlg {
  margin-right: 30px !important; }

.p-none {
  padding: 0 !important; }

.p-xs {
  padding: 5px !important; }

.p-sm {
  padding: 10px !important; }

.p-md {
  padding: 15px !important; }

.p-lg {
  padding: 20px !important; }

.p-xl {
  padding: 25px !important; }

.p-xlg {
  padding: 30px !important; }

.pt-none {
  padding-top: 0 !important; }

.pt-xs {
  padding-top: 5px !important; }

.pt-sm {
  padding-top: 10px !important; }

.pt-md {
  padding-top: 15px !important; }

.pt-lg {
  padding-top: 20px !important; }

.pt-xl {
  padding-top: 25px !important; }

.pt-xlg {
  padding-top: 30px !important; }

.pb-none {
  padding-bottom: 0 !important; }

.pb-xs {
  padding-bottom: 5px !important; }

.pb-sm {
  padding-bottom: 10px !important; }

.pb-md {
  padding-bottom: 15px !important; }

.pb-lg {
  padding-bottom: 20px !important; }

.pb-xl {
  padding-bottom: 25px !important; }

.pb-xlg {
  padding-bottom: 30px !important; }

.pl-none {
  padding-left: 0 !important; }

.pl-xs {
  padding-left: 5px !important; }

.pl-sm {
  padding-left: 10px !important; }

.pl-md {
  padding-left: 15px !important; }

.pl-lg {
  padding-left: 20px !important; }

.pl-xl {
  padding-left: 25px !important; }

.pl-xlg {
  padding-left: 30px !important; }

.pr-none {
  padding-right: 0 !important; }

.pr-xs {
  padding-right: 5px !important; }

.pr-sm {
  padding-right: 10px !important; }

.pr-md {
  padding-right: 15px !important; }

.pr-lg {
  padding-right: 20px !important; }

.pr-xl {
  padding-right: 25px !important; }

.pr-xlg {
  padding-right: 30px !important; }

.ib {
  display: inline-block;
  vertical-align: top; }

.va-middle {
  vertical-align: middle; }

.ws-nowrap {
  white-space: nowrap; }

.ws-normal {
  white-space: normal; }

.col-xs-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 20%;
  float: left; }

.col-sm-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-md-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-2-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 40%;
  float: left; }

.col-sm-2-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-md-2-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-lg-2-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-3-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 60%;
  float: left; }

.col-sm-3-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-md-3-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-lg-3-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 80%;
  float: left; }

.col-sm-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-md-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left; }
  col-sm-2-5 {
    width: 40%;
    float: left; }
  col-sm-3-5 {
    width: 60%;
    float: left; }
  col-sm-4-5 {
    width: 80%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left; }
  .col-lg-2-5 {
    width: 40%;
    float: left; }
  .col-lg-3-5 {
    width: 60%;
    float: left; }
  .col-lg-4-5 {
    width: 80%;
    float: left; }
  html.boxed #header.header-transparent .header-body {
    width: auto; }
  html.boxed #header.header-semi-transparent .header-body {
    width: auto; }
  html.boxed #header.header-semi-transparent-light .header-body {
    width: auto; }
  html.boxed.sticky-header-active #header .header-body {
    width: auto; } }

#footer {
  background: #45bf61;
  border-top: 4px solid #64513f;
  font-size: 0.9em;
  margin-top: 50px;
  padding: 30px 0 0;
  position: relative;
  clear: both; }
  #footer .container .row > div {
    margin-bottom: 25px; }
  #footer .container input:focus {
    box-shadow: none; }
  #footer a {
    color: #fff; }
    #footer a:hover {
      color: #ccc; }
  #footer h1 {
    color: #fff; }
  #footer h2 {
    color: #fff; }
  #footer h3 {
    color: #fff; }
  #footer h4 {
    color: #fff;
    font-size: 1.8em;
    font-weight: 200; }
  #footer h5 {
    color: #ccc; }
  #footer ul.nav-list > li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 20px;
    padding-bottom: 11px; }
    #footer ul.nav-list > li a:hover {
      background-color: rgba(255, 255, 255, 0.05); }
  #footer ul.nav-list > li:last-child a {
    border-bottom: 0; }
  #footer ul.list.icons li {
    margin-bottom: 5px; }
  #footer form {
    opacity: 0.85; }
    #footer form .alert {
      padding: 6px;
      text-align: center; }
    #footer form label.error {
      line-height: 16px;
      margin: 5px 0 -5px;
      display: block;
      clear: both; }
  #footer .footer-ribbon {
    background: #969696;
    position: absolute;
    margin: -50px 0 0 14px;
    padding: 10px 20px 6px; }
    #footer .footer-ribbon:before {
      border-right: 10px solid #666;
      border-top: 16px solid transparent;
      content: "";
      display: block;
      height: 0;
      left: -10px;
      position: absolute;
      top: 0;
      width: 7px; }
    #footer .footer-ribbon span {
      color: #fff;
      font-size: 1.6em;
      font-family: Shadows Into Light, cursive; }
  #footer .twitter .fa {
    clear: both;
    font-size: 1.5em;
    position: relative;
    top: 3px; }
  #footer .twitter .icons {
    clear: both;
    font-size: 1.5em;
    position: relative;
    top: 3px; }
  #footer .twitter .meta {
    color: #969696;
    display: block;
    font-size: 0.9em;
    padding-top: 3px; }
  #footer .twitter ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #footer .twitter ul li {
      padding-bottom: 20px; }
      #footer .twitter ul li:last-child {
        padding-bottom: 0; }
  #footer .twitter-account {
    color: #fff;
    display: block;
    font-size: 0.9em;
    margin: -15px 0 5px;
    opacity: 0.55; }
    #footer .twitter-account:hover {
      opacity: 1; }
  #footer .contact {
    list-style: none;
    margin: 0;
    padding: 0; }
    #footer .contact i {
      display: block;
      float: left;
      font-size: 1.2em;
      margin: 7px 8px 10px 0;
      position: relative;
      text-align: center;
      top: -2px;
      width: 16px; }
      #footer .contact i.fa-envelope {
        font-size: 1em;
        top: 0; }
    #footer .contact p {
      color: white;
      margin-bottom: 10px; }
    #footer .contact a {
      color: white; }
  #footer .logo {
    display: block; }
    #footer .logo.mb-xl {
      margin-bottom: 12px; }
  #footer .footer-copyright {
    background: #4f4338;
    border-top: 4px solid #4f4338;
    padding: 20px 0 0px; }
    #footer .footer-copyright nav {
      float: right; }
      #footer .footer-copyright nav ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        #footer .footer-copyright nav ul li {
          border-left: 1px solid #505050;
          display: inline-block;
          line-height: 12px;
          margin: 0;
          padding: 0 8px; }
          #footer .footer-copyright nav ul li:first-child {
            border: medium none;
            padding-left: 0; }
    #footer .footer-copyright p {
      color: #505050;
      margin: 0;
      padding: 0; }
  #footer .phone {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    display: block;
    padding-bottom: 15px;
    margin-top: -5px; }
  #footer .narrow-phone {
    text-align: right;
    margin: -2px 0 0; }
    #footer .narrow-phone .phone {
      font-size: 16px;
      padding-bottom: 0;
      margin-top: -13px; }
  #footer .recent-work {
    list-style: none;
    padding: 0;
    margin: 0; }
    #footer .recent-work li {
      float: left;
      width: 30%;
      margin: 10px 3% 0 0; }
    #footer .recent-work img {
      border: 0;
      width: 100%;
      filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
      filter: gray; }
    #footer .recent-work .img-thumbnail-hover-icon {
      border: 0; }
      #footer .recent-work .img-thumbnail-hover-icon:after {
        font-size: 22px;
        margin-left: -2px; }
  #footer .view-more-recent-work {
    padding: 12px; }
  #footer.short {
    padding-top: 50px; }
    #footer.short .footer-copyright {
      background: transparent;
      border: 0;
      padding-top: 0;
      margin-top: 0; }
  #footer.light {
    padding-top: 60px;
    background: #fff;
    border-top: 1px solid #ddd; }
    #footer.light .footer-ribbon {
      margin-top: -76px;
      margin-left: 14px; }
    #footer.light .footer-copyright {
      margin-top: 15px;
      background: #fff;
      border-top: 1px solid #ddd; }
      #footer.light .footer-copyright p {
        color: #777; }
    #footer.light .phone {
      color: #777; }
    #footer.light .twitter-account {
      color: #777; }
    #footer.light ul.nav-pills > li.active > a {
      color: #fff; }
  #footer.narrow {
    padding-top: 30px; }
    #footer.narrow .footer-copyright {
      margin-top: 0; }
    #footer.narrow .nav > li > a {
      padding: 5px 12px; }
  #footer.color {
    color: #fff; }
    #footer.color p {
      color: #fff; }
    #footer.color .footer-copyright nav ul li {
      border-left-color: #fff; }
  #footer .newsletter form {
    width: 100%;
    max-width: 262px; }
    #footer .newsletter form input.form-control {
      height: 34px;
      padding: 6px 12px; }
  #footer .alert a {
    color: #222; }
    #footer .alert a:hover {
      color: #666; }

html[dir="rtl"] #header .header-search .btn-default {
  right: -35px; }

.page-header-no-title-border h1 {
  border: 0; }

aside ul.nav-list > li > a {
  color: #666;
  font-size: 0.9em;
  padding: 8px 0 8px 18px; }

.tparrows.tparrows-carousel {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: auto;
  padding: 20px 0; }
  .tparrows.tparrows-carousel.tp-leftarrow {
    right: auto !important;
    left: -30px !important;
    border-radius: 0 4px 4px 0; }
    .tparrows.tparrows-carousel.tp-leftarrow:before {
      font-family: FontAwesome;
      content: "\f053";
      position: relative;
      left: -1px;
      top: 1px; }
  .tparrows.tparrows-carousel.tp-rightarrow {
    right: -60px !important;
    left: auto !important;
    border-radius: 4px 0 0 4px; }
    .tparrows.tparrows-carousel.tp-rightarrow:before {
      font-family: FontAwesome;
      content: "\f054";
      position: relative;
      left: 2px;
      top: 1px; }

section.section {
  background: #f4f4f4;
  border-top: 5px solid #f1f1f1;
  margin: 30px 0;
  padding: 50px 0; }

section.section.section-background {
  background-repeat: round;
  border: 0; }

section.section.section-center {
  text-align: center; }

.mb-xl {
  margin-bottom: 25px !important; }

.mt-xl {
  margin-top: 25px !important; }

html .heading-dark {
  color: #2e353e !important; }

.mb-none {
  margin-bottom: 0 !important; }

.testimonial.testimonial-style-2 blockquote {
  border-radius: 0; }

.testimonial blockquote {
  background: #b98146;
  border-radius: 0; }

body {
  background-color: #fff;
  color: #777;
  font-family: Open Sans, Arial, sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin: 0; }

html {
  direction: ltr;
  overflow-x: hidden;
  box-shadow: none !important; }

/**************************************/
.audit-section:hover {
  background-color: gray; }

.separatorLine {
  background-color: gray;
  height: 10px; }

body.preprod .page-header {
  background-color: #106936; }

html .btn-borders.btn-primary:hover, html .btn-borders.btn-primary:focus {
  color: #fff;
  background-color: #106936;
  border-color: #106936 #106936 #838428;
  border-color: #106936 !important;
  color: #fff; }

html .btn-borders.btn-secondary:hover, html .btn-borders.btn-secondary:focus {
  color: #fff;
  background-color: #9a8431;
  border-color: #9a8431 #9a8431 #736325;
  border-color: #9a8431 !important;
  color: #fff; }

html .btn-borders.btn-tertiary:hover, html .btn-borders.btn-tertiary:focus {
  color: #fff;
  background-color: #e9e6e1;
  border-color: #e9e6e1 #e9e6e1 #222;
  border-color: #e9e6e1 !important;
  color: #fff; }

html .btn-borders.btn-quaternary:hover, html .btn-borders.btn-quaternary:focus {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc #ccc #b3b3b3;
  border-color: #ccc !important;
  color: #777; }

html .btn-borders.btn-dark:hover, html .btn-borders.btn-dark:focus {
  color: #fff;
  background-color: #967d71;
  border-color: #967d71 #967d71 #967d71;
  border-color: #967d71 !important;
  color: #fff; }

html .btn-borders.btn-light:hover, html .btn-borders.btn-light:focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff #fff #e6e6e6;
  border-color: #fff !important;
  color: #777; }

.pagination > .active > a, body.dark .pagination > .active > a {
  color: #fff;
  background-color: #106936;
  border-color: #106936 #106936 #838428; }

a {
  color: #106936; }
  a:hover {
    color: #bdbf3a; }
  a:focus {
    color: #bdbf3a; }
  a:active {
    color: #97972e; }

html .heading-primary {
  color: #106936 !important; }

html .lnk-primary {
  color: #106936 !important; }

html .text-color-primary {
  color: #106936 !important; }

html .heading.heading-primary h1 {
  border-color: #106936; }

html .heading.heading-primary h2 {
  border-color: #106936; }

html .heading.heading-primary h3 {
  border-color: #106936; }

html .heading.heading-primary h4 {
  border-color: #106936; }

html .heading.heading-primary h5 {
  border-color: #106936; }

html .heading.heading-primary h6 {
  border-color: #106936; }

html .heading.heading-secondary h1 {
  border-color: #9a8431; }

html .heading.heading-secondary h2 {
  border-color: #9a8431; }

html .heading.heading-secondary h3 {
  border-color: #9a8431; }

html .heading.heading-secondary h4 {
  border-color: #9a8431; }

html .heading.heading-secondary h5 {
  border-color: #9a8431; }

html .heading.heading-secondary h6 {
  border-color: #9a8431; }

html .heading.heading-tertiary h1 {
  border-color: #e9e6e1; }

html .heading.heading-tertiary h2 {
  border-color: #e9e6e1; }

html .heading.heading-tertiary h3 {
  border-color: #e9e6e1; }

html .heading.heading-tertiary h4 {
  border-color: #e9e6e1; }

html .heading.heading-tertiary h5 {
  border-color: #e9e6e1; }

html .heading.heading-tertiary h6 {
  border-color: #e9e6e1; }

html .heading.heading-quaternary h1 {
  border-color: #ccc; }

html .heading.heading-quaternary h2 {
  border-color: #ccc; }

html .heading.heading-quaternary h3 {
  border-color: #ccc; }

html .heading.heading-quaternary h4 {
  border-color: #ccc; }

html .heading.heading-quaternary h5 {
  border-color: #ccc; }

html .heading.heading-quaternary h6 {
  border-color: #ccc; }

html .heading.heading-dark h1 {
  border-color: #967d71; }

html .heading.heading-dark h2 {
  border-color: #967d71; }

html .heading.heading-dark h3 {
  border-color: #967d71; }

html .heading.heading-dark h4 {
  border-color: #967d71; }

html .heading.heading-dark h5 {
  border-color: #967d71; }

html .heading.heading-dark h6 {
  border-color: #967d71; }

html .heading.heading-light h1 {
  border-color: #fff; }

html .heading.heading-light h2 {
  border-color: #fff; }

html .heading.heading-light h3 {
  border-color: #fff; }

html .heading.heading-light h4 {
  border-color: #fff; }

html .heading.heading-light h5 {
  border-color: #fff; }

html .heading.heading-light h6 {
  border-color: #fff; }

html .heading-secondary {
  color: #9a8431 !important; }

html .lnk-secondary {
  color: #9a8431 !important; }

html .text-color-secondary {
  color: #9a8431 !important; }

html .heading-tertiary {
  color: #e9e6e1 !important; }

html .lnk-tertiary {
  color: #e9e6e1 !important; }

html .text-color-tertiary {
  color: #e9e6e1 !important; }

html .heading-quaternary {
  color: #ccc !important; }

html .lnk-quaternary {
  color: #ccc !important; }

html .text-color-quaternary {
  color: #ccc !important; }

html .heading-dark {
  color: #967d71 !important; }

html .lnk-dark {
  color: #967d71 !important; }

html .text-color-dark {
  color: #967d71 !important; }

html .heading-light {
  color: #fff !important; }

html .lnk-light {
  color: #fff !important; }

html .text-color-light {
  color: #fff !important; }

html .background-color-primary {
  background-color: #106936 !important; }

html .background-color-secondary {
  background-color: #9a8431 !important; }

html .background-color-tertiary {
  background-color: #e9e6e1 !important; }

html .background-color-quaternary {
  background-color: #ccc !important; }

html .background-color-dark {
  background-color: #967d71 !important; }

html .background-color-light {
  background-color: #fff !important; }

html .blockquote-primary {
  border-color: #106936 !important; }

html .blockquote-secondary {
  border-color: #9a8431 !important; }

html .blockquote-tertiary {
  border-color: #e9e6e1 !important; }

html .blockquote-quaternary {
  border-color: #ccc !important; }

html .blockquote-dark {
  border-color: #967d71 !important; }

html .blockquote-light {
  border-color: #fff !important; }

html ul.nav-pills-primary a {
  color: #106936; }
  html ul.nav-pills-primary a:hover {
    color: #bdbf3a; }
  html ul.nav-pills-primary a:focus {
    color: #bdbf3a; }
  html ul.nav-pills-primary a:active {
    color: #97972e; }

html ul.nav-pills-primary > li.active > a {
  background-color: #106936; }
  html ul.nav-pills-primary > li.active > a:hover {
    background-color: #106936; }
  html ul.nav-pills-primary > li.active > a:focus {
    background-color: #106936; }

html ul.nav-pills-secondary a {
  color: #9a8431; }
  html ul.nav-pills-secondary a:hover {
    color: #ad9537; }
  html ul.nav-pills-secondary a:focus {
    color: #ad9537; }
  html ul.nav-pills-secondary a:active {
    color: #87732b; }

html ul.nav-pills-secondary > li.active > a {
  background-color: #9a8431; }
  html ul.nav-pills-secondary > li.active > a:hover {
    background-color: #9a8431; }
  html ul.nav-pills-secondary > li.active > a:focus {
    background-color: #9a8431; }

html ul.nav-pills-tertiary a {
  color: #e9e6e1; }
  html ul.nav-pills-tertiary a:hover {
    color: #474747; }
  html ul.nav-pills-tertiary a:focus {
    color: #474747; }
  html ul.nav-pills-tertiary a:active {
    color: #2d2d2d; }

html ul.nav-pills-tertiary > li.active > a {
  background-color: #e9e6e1; }
  html ul.nav-pills-tertiary > li.active > a:hover {
    background-color: #e9e6e1; }
  html ul.nav-pills-tertiary > li.active > a:focus {
    background-color: #e9e6e1; }

html ul.nav-pills-quaternary a {
  color: #ccc; }
  html ul.nav-pills-quaternary a:hover {
    color: #ddd; }
  html ul.nav-pills-quaternary a:focus {
    color: #ddd; }
  html ul.nav-pills-quaternary a:active {
    color: #bfbfbf; }

html ul.nav-pills-quaternary > li.active > a {
  background-color: #ccc; }
  html ul.nav-pills-quaternary > li.active > a:hover {
    background-color: #ccc; }
  html ul.nav-pills-quaternary > li.active > a:focus {
    background-color: #ccc; }

html ul.nav-pills-dark a {
  color: #967d71; }
  html ul.nav-pills-dark a:hover {
    color: #373f4a; }
  html ul.nav-pills-dark a:focus {
    color: #373f4a; }
  html ul.nav-pills-dark a:active {
    color: #2a2a2a; }

html ul.nav-pills-dark > li.active > a {
  background-color: #967d71; }
  html ul.nav-pills-dark > li.active > a:hover {
    background-color: #967d71; }
  html ul.nav-pills-dark > li.active > a:focus {
    background-color: #967d71; }

html ul.nav-pills-light a {
  color: #fff; }
  html ul.nav-pills-light a:hover {
    color: #fff; }
  html ul.nav-pills-light a:focus {
    color: #fff; }
  html ul.nav-pills-light a:active {
    color: #f2f2f2; }

html ul.nav-pills-light > li.active > a {
  background-color: #fff; }
  html ul.nav-pills-light > li.active > a:hover {
    background-color: #fff; }
  html ul.nav-pills-light > li.active > a:focus {
    background-color: #fff; }

html .label-primary {
  background-color: #106936; }

html .label-secondary {
  background-color: #9a8431; }

html .label-tertiary {
  background-color: #e9e6e1; }

html .label-quaternary {
  background-color: #ccc; }

html .label-dark {
  background-color: #45bf61; }

html .label-light {
  background-color: #fff; }

html .btn-primary {
  color: #fff;
  background-color: #45bf61;
  border-color: #106936 #106936 #2167a2;
  }
  html .btn-primary:hover {
    border-color: #45bf61 #45bf61 #45bf61;
    background-color: #45bf61;
    color: #fff; }
  html .btn-primary:active {
    border-color: #97972e #97972e #97972e;
    background-color: #97972e; }
    html .btn-primary:active:hover {
      border-color: #97972e #97972e #97972e;
      background-color: #97972e;
      color: #fff; }
    html .btn-primary:active:focus {
      border-color: #97972e #97972e #97972e;
      background-color: #97972e;
      color: #fff; }
  html .btn-primary:focus {
    border-color: #97972e #97972e #97972e;
    background-color: #97972e;
    color: #fff; }
  html .btn-primary.dropdown-toggle {
    border-left-color: #97972e; }

html .btn-primary[disabled] {
  border-color: #d3d471;
  background-color: #d3d471; }
  html .btn-primary[disabled]:hover {
    border-color: #d3d471;
    background-color: #d3d471; }
  html .btn-primary[disabled]:active {
    border-color: #d3d471;
    background-color: #d3d471; }
  html .btn-primary[disabled]:focus {
    border-color: #d3d471;
    background-color: #d3d471; }

html .btn-primary-scale-2 {
  color: #fff;
  background-color: #838428;
  border-color: #838428 #838428 #5c5d1c; }
  html .btn-primary-scale-2:hover {
    border-color: #97972e #97972e #707022;
    background-color: #97972e; }
  html .btn-primary-scale-2:active {
    border-color: #707022 #707022 #707022;
    background-color: #707022; }
    html .btn-primary-scale-2:active:hover {
      border-color: #707022 #707022 #707022;
      background-color: #707022; }
    html .btn-primary-scale-2:active:focus {
      border-color: #707022 #707022 #707022;
      background-color: #707022; }
  html .btn-primary-scale-2:focus {
    border-color: #707022 #707022 #707022;
    background-color: #707022; }
  html .btn-primary-scale-2.dropdown-toggle {
    border-left-color: #707022; }

html .btn-primary-scale-2[disabled] {
  border-color: #c7c84a;
  background-color: #c7c84a; }
  html .btn-primary-scale-2[disabled]:hover {
    border-color: #c7c84a;
    background-color: #c7c84a; }
  html .btn-primary-scale-2[disabled]:active {
    border-color: #c7c84a;
    background-color: #c7c84a; }
  html .btn-primary-scale-2[disabled]:focus {
    border-color: #c7c84a;
    background-color: #c7c84a; }

html .btn-secondary {
  color: #fff;
  background-color: #9a8431;
  border-color: #9a8431 #9a8431 #736325; }
  html .btn-secondary:hover {
    border-color: #ad9537 #ad9537 #87732b;
    background-color: #ad9537;
    color: #fff; }
  html .btn-secondary:active {
    border-color: #87732b #87732b #87732b;
    background-color: #87732b; }
    html .btn-secondary:active:hover {
      border-color: #87732b #87732b #87732b;
      background-color: #87732b;
      color: #fff; }
    html .btn-secondary:active:focus {
      border-color: #87732b #87732b #87732b;
      background-color: #87732b;
      color: #fff; }
  html .btn-secondary:focus {
    border-color: #87732b #87732b #87732b;
    background-color: #87732b;
    color: #fff; }
  html .btn-secondary.dropdown-toggle {
    border-left-color: #87732b; }

html .btn-secondary[disabled] {
  border-color: #ceb763;
  background-color: #ceb763; }
  html .btn-secondary[disabled]:hover {
    border-color: #ceb763;
    background-color: #ceb763; }
  html .btn-secondary[disabled]:active {
    border-color: #ceb763;
    background-color: #ceb763; }
  html .btn-secondary[disabled]:focus {
    border-color: #ceb763;
    background-color: #ceb763; }

html .btn-secondary-scale-2 {
  color: #fff;
  background-color: #736325;
  border-color: #736325 #736325 #4d4218; }
  html .btn-secondary-scale-2:hover {
    border-color: #87732b #87732b #5c5d1c;
    background-color: #87732b; }
  html .btn-secondary-scale-2:active {
    border-color: #5c5d1c #5c5d1c #5c5d1c;
    background-color: #5c5d1c; }
    html .btn-secondary-scale-2:active:hover {
      border-color: #5c5d1c #5c5d1c #5c5d1c;
      background-color: #5c5d1c; }
    html .btn-secondary-scale-2:active:focus {
      border-color: #5c5d1c #5c5d1c #5c5d1c;
      background-color: #5c5d1c; }
  html .btn-secondary-scale-2:focus {
    border-color: #5c5d1c #5c5d1c #5c5d1c;
    background-color: #5c5d1c; }
  html .btn-secondary-scale-2.dropdown-toggle {
    border-left-color: #5c5d1c; }

html .btn-secondary-scale-2[disabled] {
  border-color: #c1a53d;
  background-color: #c1a53d; }
  html .btn-secondary-scale-2[disabled]:hover {
    border-color: #c1a53d;
    background-color: #c1a53d; }
  html .btn-secondary-scale-2[disabled]:active {
    border-color: #c1a53d;
    background-color: #c1a53d; }
  html .btn-secondary-scale-2[disabled]:focus {
    border-color: #c1a53d;
    background-color: #c1a53d; }

html .btn-tertiary {
  color: #fff;
  background-color: #e9e6e1;
  border-color: #e9e6e1 #e9e6e1 #222; }
  html .btn-tertiary:hover {
    border-color: #474747 #474747 #2d2d2d;
    background-color: #474747;
    color: #fff; }
  html .btn-tertiary:active {
    border-color: #2d2d2d #2d2d2d #2d2d2d;
    background-color: #2d2d2d; }
    html .btn-tertiary:active:hover {
      border-color: #2d2d2d #2d2d2d #2d2d2d;
      background-color: #2d2d2d;
      color: #fff; }
    html .btn-tertiary:active:focus {
      border-color: #2d2d2d #2d2d2d #2d2d2d;
      background-color: #2d2d2d;
      color: #fff; }
  html .btn-tertiary:focus {
    border-color: #2d2d2d #2d2d2d #2d2d2d;
    background-color: #2d2d2d;
    color: #fff; }
  html .btn-tertiary.dropdown-toggle {
    border-left-color: #2d2d2d; }

html .btn-tertiary[disabled] {
  border-color: #6d6d6d;
  background-color: #6d6d6d; }
  html .btn-tertiary[disabled]:hover {
    border-color: #6d6d6d;
    background-color: #6d6d6d; }
  html .btn-tertiary[disabled]:active {
    border-color: #6d6d6d;
    background-color: #6d6d6d; }
  html .btn-tertiary[disabled]:focus {
    border-color: #6d6d6d;
    background-color: #6d6d6d; }

html .btn-tertiary-scale-2 {
  color: #fff;
  background-color: #222;
  border-color: #222 #222 #060606; }
  html .btn-tertiary-scale-2:hover {
    border-color: #2d2d2d #2d2d2d #141414;
    background-color: #2d2d2d; }
  html .btn-tertiary-scale-2:active {
    border-color: #141414 #141414 #141414;
    background-color: #141414; }
    html .btn-tertiary-scale-2:active:hover {
      border-color: #141414 #141414 #141414;
      background-color: #141414; }
    html .btn-tertiary-scale-2:active:focus {
      border-color: #141414 #141414 #141414;
      background-color: #141414; }
  html .btn-tertiary-scale-2:focus {
    border-color: #141414 #141414 #141414;
    background-color: #141414; }
  html .btn-tertiary-scale-2.dropdown-toggle {
    border-left-color: #141414; }

html .btn-tertiary-scale-2[disabled] {
  border-color: #505050;
  background-color: #505050; }
  html .btn-tertiary-scale-2[disabled]:hover {
    border-color: #505050;
    background-color: #505050; }
  html .btn-tertiary-scale-2[disabled]:active {
    border-color: #505050;
    background-color: #505050; }
  html .btn-tertiary-scale-2[disabled]:focus {
    border-color: #505050;
    background-color: #505050; }

html .btn-quaternary {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc #ccc #b3b3b3; }
  html .btn-quaternary:hover {
    border-color: #ddd #ddd #bfbfbf;
    background-color: #ddd;
    color: #777; }
  html .btn-quaternary:active {
    border-color: #bfbfbf #bfbfbf #bfbfbf;
    background-color: #bfbfbf; }
    html .btn-quaternary:active:hover {
      border-color: #bfbfbf #bfbfbf #bfbfbf;
      background-color: #bfbfbf;
      color: #777; }
    html .btn-quaternary:active:focus {
      border-color: #bfbfbf #bfbfbf #bfbfbf;
      background-color: #bfbfbf;
      color: #777; }
  html .btn-quaternary:focus {
    border-color: #bfbfbf #bfbfbf #bfbfbf;
    background-color: #bfbfbf;
    color: #777; }
  html .btn-quaternary.dropdown-toggle {
    border-left-color: #bfbfbf; }

html .btn-quaternary[disabled] {
  border-color: #fff;
  background-color: #fff; }
  html .btn-quaternary[disabled]:hover {
    border-color: #fff;
    background-color: #fff; }
  html .btn-quaternary[disabled]:active {
    border-color: #fff;
    background-color: #fff; }
  html .btn-quaternary[disabled]:focus {
    border-color: #fff;
    background-color: #fff; }

html .btn-quaternary-scale-2 {
  color: #fff;
  background-color: #b3b3b3;
  border-color: #b3b3b3 #b3b3b3 #969696; }
  html .btn-quaternary-scale-2:hover {
    border-color: #bfbfbf #bfbfbf #a6a6a6;
    background-color: #bfbfbf; }
  html .btn-quaternary-scale-2:active {
    border-color: #a6a6a6 #a6a6a6 #a6a6a6;
    background-color: #a6a6a6; }
    html .btn-quaternary-scale-2:active:hover {
      border-color: #a6a6a6 #a6a6a6 #a6a6a6;
      background-color: #a6a6a6; }
    html .btn-quaternary-scale-2:active:focus {
      border-color: #a6a6a6 #a6a6a6 #a6a6a6;
      background-color: #a6a6a6; }
  html .btn-quaternary-scale-2:focus {
    border-color: #a6a6a6 #a6a6a6 #a6a6a6;
    background-color: #a6a6a6; }
  html .btn-quaternary-scale-2.dropdown-toggle {
    border-left-color: #a6a6a6; }

html .btn-quaternary-scale-2[disabled] {
  border-color: #e6e6e6;
  background-color: #e6e6e6; }
  html .btn-quaternary-scale-2[disabled]:hover {
    border-color: #e6e6e6;
    background-color: #e6e6e6; }
  html .btn-quaternary-scale-2[disabled]:active {
    border-color: #e6e6e6;
    background-color: #e6e6e6; }
  html .btn-quaternary-scale-2[disabled]:focus {
    border-color: #e6e6e6;
    background-color: #e6e6e6; }

html .btn-dark {
  color: #fff;
  background-color: #967d71;
  border-color: #967d71 #967d71 #967d71; }
  html .btn-dark:hover {
    border-color: #373f4a #373f4a #2a2a2a;
    background-color: #373f4a;
    color: #fff; }
  html .btn-dark:active {
    border-color: #2a2a2a #2a2a2a #2a2a2a;
    background-color: #2a2a2a; }
    html .btn-dark:active:hover {
      border-color: #2a2a2a #2a2a2a #2a2a2a;
      background-color: #2a2a2a;
      color: #fff; }
    html .btn-dark:active:focus {
      border-color: #2a2a2a #2a2a2a #2a2a2a;
      background-color: #2a2a2a;
      color: #fff; }
  html .btn-dark:focus {
    border-color: #2a2a2a #2a2a2a #2a2a2a;
    background-color: #2a2a2a;
    color: #fff; }
  html .btn-dark.dropdown-toggle {
    border-left-color: #2a2a2a; }

html .btn-dark[disabled] {
  border-color: #596779;
  background-color: #596779; }
  html .btn-dark[disabled]:hover {
    border-color: #596779;
    background-color: #596779; }
  html .btn-dark[disabled]:active {
    border-color: #596779;
    background-color: #596779; }
  html .btn-dark[disabled]:focus {
    border-color: #596779;
    background-color: #596779; }

html .btn-dark-scale-2 {
  color: #fff;
  background-color: #967d71;
  border-color: #967d71 #967d71 #030303; }
  html .btn-dark-scale-2:hover {
    border-color: #2a2a2a #2a2a2a #64513f;
    background-color: #2a2a2a; }
  html .btn-dark-scale-2:active {
    border-color: #64513f #64513f #64513f;
    background-color: #64513f; }
    html .btn-dark-scale-2:active:hover {
      border-color: #64513f #64513f #64513f;
      background-color: #64513f; }
    html .btn-dark-scale-2:active:focus {
      border-color: #64513f #64513f #64513f;
      background-color: #64513f; }
  html .btn-dark-scale-2:focus {
    border-color: #64513f #64513f #64513f;
    background-color: #64513f; }
  html .btn-dark-scale-2.dropdown-toggle {
    border-left-color: #64513f; }

html .btn-dark-scale-2[disabled] {
  border-color: #444e5b;
  background-color: #444e5b; }
  html .btn-dark-scale-2[disabled]:hover {
    border-color: #444e5b;
    background-color: #444e5b; }
  html .btn-dark-scale-2[disabled]:active {
    border-color: #444e5b;
    background-color: #444e5b; }
  html .btn-dark-scale-2[disabled]:focus {
    border-color: #444e5b;
    background-color: #444e5b; }

html .btn-light {
  color: #fff;
  background-color: #fff;
  border-color: #fff #fff #e6e6e6; }
  html .btn-light:hover {
    border-color: #fff #fff #f2f2f2;
    background-color: #fff;
    color: #777; }
  html .btn-light:active {
    border-color: #f2f2f2 #f2f2f2 #f2f2f2;
    background-color: #f2f2f2; }
    html .btn-light:active:hover {
      border-color: #f2f2f2 #f2f2f2 #f2f2f2;
      background-color: #f2f2f2;
      color: #777; }
    html .btn-light:active:focus {
      border-color: #f2f2f2 #f2f2f2 #f2f2f2;
      background-color: #f2f2f2;
      color: #777; }
  html .btn-light:focus {
    border-color: #f2f2f2 #f2f2f2 #f2f2f2;
    background-color: #f2f2f2;
    color: #777; }
  html .btn-light.dropdown-toggle {
    border-left-color: #f2f2f2; }

html .btn-light[disabled] {
  border-color: #fff;
  background-color: #fff; }
  html .btn-light[disabled]:hover {
    border-color: #fff;
    background-color: #fff; }
  html .btn-light[disabled]:active {
    border-color: #fff;
    background-color: #fff; }
  html .btn-light[disabled]:focus {
    border-color: #fff;
    background-color: #fff; }

html .btn-light-scale-2 {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #e6e6e6 #e6e6e6 #ccc; }
  html .btn-light-scale-2:hover {
    border-color: #f2f2f2 #f2f2f2 #ddd;
    background-color: #f2f2f2; }
  html .btn-light-scale-2:active {
    border-color: #ddd #ddd #ddd;
    background-color: #ddd; }
    html .btn-light-scale-2:active:hover {
      border-color: #ddd #ddd #ddd;
      background-color: #ddd; }
    html .btn-light-scale-2:active:focus {
      border-color: #ddd #ddd #ddd;
      background-color: #ddd; }
  html .btn-light-scale-2:focus {
    border-color: #ddd #ddd #ddd;
    background-color: #ddd; }
  html .btn-light-scale-2.dropdown-toggle {
    border-left-color: #ddd; }

html .btn-light-scale-2[disabled] {
  border-color: #fff;
  background-color: #fff; }
  html .btn-light-scale-2[disabled]:hover {
    border-color: #fff;
    background-color: #fff; }
  html .btn-light-scale-2[disabled]:active {
    border-color: #fff;
    background-color: #fff; }
  html .btn-light-scale-2[disabled]:focus {
    border-color: #fff;
    background-color: #fff; }

html .btn-borders.btn-primary {
  background: transparent;
  border-color: #106936;
  color: #106936;
  text-shadow: none; }
  html .btn-borders.btn-primary:hover:hover {
    border-color: #bdbf3a #bdbf3a #97972e;
    background-color: #bdbf3a; }
  html .btn-borders.btn-primary:hover:active {
    border-color: #97972e #97972e #97972e;
    background-color: #97972e; }
    html .btn-borders.btn-primary:hover:active:hover {
      border-color: #97972e #97972e #97972e;
      background-color: #97972e; }
    html .btn-borders.btn-primary:hover:active:focus {
      border-color: #97972e #97972e #97972e;
      background-color: #97972e; }
  html .btn-borders.btn-primary:hover:focus {
    border-color: #97972e #97972e #97972e;
    background-color: #97972e; }
  html .btn-borders.btn-primary:hover.dropdown-toggle {
    border-left-color: #97972e; }
  html .btn-borders.btn-primary:focus:hover {
    border-color: #bdbf3a #bdbf3a #97972e;
    background-color: #bdbf3a; }
  html .btn-borders.btn-primary:focus:active {
    border-color: #97972e #97972e #97972e;
    background-color: #97972e; }
    html .btn-borders.btn-primary:focus:active:hover {
      border-color: #97972e #97972e #97972e;
      background-color: #97972e; }
    html .btn-borders.btn-primary:focus:active:focus {
      border-color: #97972e #97972e #97972e;
      background-color: #97972e; }
  html .btn-borders.btn-primary:focus:focus {
    border-color: #97972e #97972e #97972e;
    background-color: #97972e; }
  html .btn-borders.btn-primary:focus.dropdown-toggle {
    border-left-color: #97972e; }
  html .btn-borders.btn-primary:hover[disabled] {
    border-color: #d3d471;
    background-color: #d3d471; }
    html .btn-borders.btn-primary:hover[disabled]:hover {
      border-color: #d3d471;
      background-color: #d3d471; }
    html .btn-borders.btn-primary:hover[disabled]:active {
      border-color: #d3d471;
      background-color: #d3d471; }
    html .btn-borders.btn-primary:hover[disabled]:focus {
      border-color: #d3d471;
      background-color: #d3d471; }
  html .btn-borders.btn-primary:focus[disabled] {
    border-color: #d3d471;
    background-color: #d3d471; }
    html .btn-borders.btn-primary:focus[disabled]:hover {
      border-color: #d3d471;
      background-color: #d3d471; }
    html .btn-borders.btn-primary:focus[disabled]:active {
      border-color: #d3d471;
      background-color: #d3d471; }
    html .btn-borders.btn-primary:focus[disabled]:focus {
      border-color: #d3d471;
      background-color: #d3d471; }

html .btn-borders.btn-secondary {
  background: transparent;
  border-color: #9a8431;
  color: #9a8431;
  text-shadow: none; }
  html .btn-borders.btn-secondary:hover:hover {
    border-color: #ad9537 #ad9537 #87732b;
    background-color: #ad9537; }
  html .btn-borders.btn-secondary:hover:active {
    border-color: #87732b #87732b #87732b;
    background-color: #87732b; }
    html .btn-borders.btn-secondary:hover:active:hover {
      border-color: #87732b #87732b #87732b;
      background-color: #87732b; }
    html .btn-borders.btn-secondary:hover:active:focus {
      border-color: #87732b #87732b #87732b;
      background-color: #87732b; }
  html .btn-borders.btn-secondary:hover:focus {
    border-color: #87732b #87732b #87732b;
    background-color: #87732b; }
  html .btn-borders.btn-secondary:hover.dropdown-toggle {
    border-left-color: #87732b; }
  html .btn-borders.btn-secondary:focus:hover {
    border-color: #ad9537 #ad9537 #87732b;
    background-color: #ad9537; }
  html .btn-borders.btn-secondary:focus:active {
    border-color: #87732b #87732b #87732b;
    background-color: #87732b; }
    html .btn-borders.btn-secondary:focus:active:hover {
      border-color: #87732b #87732b #87732b;
      background-color: #87732b; }
    html .btn-borders.btn-secondary:focus:active:focus {
      border-color: #87732b #87732b #87732b;
      background-color: #87732b; }
  html .btn-borders.btn-secondary:focus:focus {
    border-color: #87732b #87732b #87732b;
    background-color: #87732b; }
  html .btn-borders.btn-secondary:focus.dropdown-toggle {
    border-left-color: #87732b; }
  html .btn-borders.btn-secondary:hover[disabled] {
    border-color: #ceb763;
    background-color: #ceb763; }
    html .btn-borders.btn-secondary:hover[disabled]:hover {
      border-color: #ceb763;
      background-color: #ceb763; }
    html .btn-borders.btn-secondary:hover[disabled]:active {
      border-color: #ceb763;
      background-color: #ceb763; }
    html .btn-borders.btn-secondary:hover[disabled]:focus {
      border-color: #ceb763;
      background-color: #ceb763; }
  html .btn-borders.btn-secondary:focus[disabled] {
    border-color: #ceb763;
    background-color: #ceb763; }
    html .btn-borders.btn-secondary:focus[disabled]:hover {
      border-color: #ceb763;
      background-color: #ceb763; }
    html .btn-borders.btn-secondary:focus[disabled]:active {
      border-color: #ceb763;
      background-color: #ceb763; }
    html .btn-borders.btn-secondary:focus[disabled]:focus {
      border-color: #ceb763;
      background-color: #ceb763; }

html .btn-borders.btn-tertiary {
  background: transparent;
  border-color: #e9e6e1;
  color: #e9e6e1;
  text-shadow: none; }
  html .btn-borders.btn-tertiary:hover:hover {
    border-color: #474747 #474747 #2d2d2d;
    background-color: #474747; }
  html .btn-borders.btn-tertiary:hover:active {
    border-color: #2d2d2d #2d2d2d #2d2d2d;
    background-color: #2d2d2d; }
    html .btn-borders.btn-tertiary:hover:active:hover {
      border-color: #2d2d2d #2d2d2d #2d2d2d;
      background-color: #2d2d2d; }
    html .btn-borders.btn-tertiary:hover:active:focus {
      border-color: #2d2d2d #2d2d2d #2d2d2d;
      background-color: #2d2d2d; }
  html .btn-borders.btn-tertiary:hover:focus {
    border-color: #2d2d2d #2d2d2d #2d2d2d;
    background-color: #2d2d2d; }
  html .btn-borders.btn-tertiary:hover.dropdown-toggle {
    border-left-color: #2d2d2d; }
  html .btn-borders.btn-tertiary:focus:hover {
    border-color: #474747 #474747 #2d2d2d;
    background-color: #474747; }
  html .btn-borders.btn-tertiary:focus:active {
    border-color: #2d2d2d #2d2d2d #2d2d2d;
    background-color: #2d2d2d; }
    html .btn-borders.btn-tertiary:focus:active:hover {
      border-color: #2d2d2d #2d2d2d #2d2d2d;
      background-color: #2d2d2d; }
    html .btn-borders.btn-tertiary:focus:active:focus {
      border-color: #2d2d2d #2d2d2d #2d2d2d;
      background-color: #2d2d2d; }
  html .btn-borders.btn-tertiary:focus:focus {
    border-color: #2d2d2d #2d2d2d #2d2d2d;
    background-color: #2d2d2d; }
  html .btn-borders.btn-tertiary:focus.dropdown-toggle {
    border-left-color: #2d2d2d; }
  html .btn-borders.btn-tertiary:hover[disabled] {
    border-color: #6d6d6d;
    background-color: #6d6d6d; }
    html .btn-borders.btn-tertiary:hover[disabled]:hover {
      border-color: #6d6d6d;
      background-color: #6d6d6d; }
    html .btn-borders.btn-tertiary:hover[disabled]:active {
      border-color: #6d6d6d;
      background-color: #6d6d6d; }
    html .btn-borders.btn-tertiary:hover[disabled]:focus {
      border-color: #6d6d6d;
      background-color: #6d6d6d; }
  html .btn-borders.btn-tertiary:focus[disabled] {
    border-color: #6d6d6d;
    background-color: #6d6d6d; }
    html .btn-borders.btn-tertiary:focus[disabled]:hover {
      border-color: #6d6d6d;
      background-color: #6d6d6d; }
    html .btn-borders.btn-tertiary:focus[disabled]:active {
      border-color: #6d6d6d;
      background-color: #6d6d6d; }
    html .btn-borders.btn-tertiary:focus[disabled]:focus {
      border-color: #6d6d6d;
      background-color: #6d6d6d; }

html .btn-borders.btn-quaternary {
  background: transparent;
  border-color: #ccc;
  color: #ccc;
  text-shadow: none; }
  html .btn-borders.btn-quaternary:hover:hover {
    border-color: #ddd #ddd #bfbfbf;
    background-color: #ddd; }
  html .btn-borders.btn-quaternary:hover:active {
    border-color: #bfbfbf #bfbfbf #bfbfbf;
    background-color: #bfbfbf; }
    html .btn-borders.btn-quaternary:hover:active:hover {
      border-color: #bfbfbf #bfbfbf #bfbfbf;
      background-color: #bfbfbf; }
    html .btn-borders.btn-quaternary:hover:active:focus {
      border-color: #bfbfbf #bfbfbf #bfbfbf;
      background-color: #bfbfbf; }
  html .btn-borders.btn-quaternary:hover:focus {
    border-color: #bfbfbf #bfbfbf #bfbfbf;
    background-color: #bfbfbf; }
  html .btn-borders.btn-quaternary:hover.dropdown-toggle {
    border-left-color: #bfbfbf; }
  html .btn-borders.btn-quaternary:focus:hover {
    border-color: #ddd #ddd #bfbfbf;
    background-color: #ddd; }
  html .btn-borders.btn-quaternary:focus:active {
    border-color: #bfbfbf #bfbfbf #bfbfbf;
    background-color: #bfbfbf; }
    html .btn-borders.btn-quaternary:focus:active:hover {
      border-color: #bfbfbf #bfbfbf #bfbfbf;
      background-color: #bfbfbf; }
    html .btn-borders.btn-quaternary:focus:active:focus {
      border-color: #bfbfbf #bfbfbf #bfbfbf;
      background-color: #bfbfbf; }
  html .btn-borders.btn-quaternary:focus:focus {
    border-color: #bfbfbf #bfbfbf #bfbfbf;
    background-color: #bfbfbf; }
  html .btn-borders.btn-quaternary:focus.dropdown-toggle {
    border-left-color: #bfbfbf; }
  html .btn-borders.btn-quaternary:hover[disabled] {
    border-color: #fff;
    background-color: #fff; }
    html .btn-borders.btn-quaternary:hover[disabled]:hover {
      border-color: #fff;
      background-color: #fff; }
    html .btn-borders.btn-quaternary:hover[disabled]:active {
      border-color: #fff;
      background-color: #fff; }
    html .btn-borders.btn-quaternary:hover[disabled]:focus {
      border-color: #fff;
      background-color: #fff; }
  html .btn-borders.btn-quaternary:focus[disabled] {
    border-color: #fff;
    background-color: #fff; }
    html .btn-borders.btn-quaternary:focus[disabled]:hover {
      border-color: #fff;
      background-color: #fff; }
    html .btn-borders.btn-quaternary:focus[disabled]:active {
      border-color: #fff;
      background-color: #fff; }
    html .btn-borders.btn-quaternary:focus[disabled]:focus {
      border-color: #fff;
      background-color: #fff; }

html .btn-borders.btn-dark {
  background: transparent;
  border-color: #967d71;
  color: #967d71;
  text-shadow: none; }
  html .btn-borders.btn-dark:hover:hover {
    border-color: #373f4a #373f4a #2a2a2a;
    background-color: #373f4a; }
  html .btn-borders.btn-dark:hover:active {
    border-color: #2a2a2a #2a2a2a #2a2a2a;
    background-color: #2a2a2a; }
    html .btn-borders.btn-dark:hover:active:hover {
      border-color: #2a2a2a #2a2a2a #2a2a2a;
      background-color: #2a2a2a; }
    html .btn-borders.btn-dark:hover:active:focus {
      border-color: #2a2a2a #2a2a2a #2a2a2a;
      background-color: #2a2a2a; }
  html .btn-borders.btn-dark:hover:focus {
    border-color: #2a2a2a #2a2a2a #2a2a2a;
    background-color: #2a2a2a; }
  html .btn-borders.btn-dark:hover.dropdown-toggle {
    border-left-color: #2a2a2a; }
  html .btn-borders.btn-dark:focus:hover {
    border-color: #373f4a #373f4a #2a2a2a;
    background-color: #373f4a; }
  html .btn-borders.btn-dark:focus:active {
    border-color: #2a2a2a #2a2a2a #2a2a2a;
    background-color: #2a2a2a; }
    html .btn-borders.btn-dark:focus:active:hover {
      border-color: #2a2a2a #2a2a2a #2a2a2a;
      background-color: #2a2a2a; }
    html .btn-borders.btn-dark:focus:active:focus {
      border-color: #2a2a2a #2a2a2a #2a2a2a;
      background-color: #2a2a2a; }
  html .btn-borders.btn-dark:focus:focus {
    border-color: #2a2a2a #2a2a2a #2a2a2a;
    background-color: #2a2a2a; }
  html .btn-borders.btn-dark:focus.dropdown-toggle {
    border-left-color: #2a2a2a; }
  html .btn-borders.btn-dark:hover[disabled] {
    border-color: #596779;
    background-color: #596779; }
    html .btn-borders.btn-dark:hover[disabled]:hover {
      border-color: #596779;
      background-color: #596779; }
    html .btn-borders.btn-dark:hover[disabled]:active {
      border-color: #596779;
      background-color: #596779; }
    html .btn-borders.btn-dark:hover[disabled]:focus {
      border-color: #596779;
      background-color: #596779; }
  html .btn-borders.btn-dark:focus[disabled] {
    border-color: #596779;
    background-color: #596779; }
    html .btn-borders.btn-dark:focus[disabled]:hover {
      border-color: #596779;
      background-color: #596779; }
    html .btn-borders.btn-dark:focus[disabled]:active {
      border-color: #596779;
      background-color: #596779; }
    html .btn-borders.btn-dark:focus[disabled]:focus {
      border-color: #596779;
      background-color: #596779; }

html .btn-borders.btn-light {
  background: transparent;
  border-color: #fff;
  color: #fff;
  text-shadow: none; }
  html .btn-borders.btn-light:hover:hover {
    border-color: #fff #fff #f2f2f2;
    background-color: #fff; }
  html .btn-borders.btn-light:hover:active {
    border-color: #f2f2f2 #f2f2f2 #f2f2f2;
    background-color: #f2f2f2; }
    html .btn-borders.btn-light:hover:active:hover {
      border-color: #f2f2f2 #f2f2f2 #f2f2f2;
      background-color: #f2f2f2; }
    html .btn-borders.btn-light:hover:active:focus {
      border-color: #f2f2f2 #f2f2f2 #f2f2f2;
      background-color: #f2f2f2; }
  html .btn-borders.btn-light:hover:focus {
    border-color: #f2f2f2 #f2f2f2 #f2f2f2;
    background-color: #f2f2f2; }
  html .btn-borders.btn-light:hover.dropdown-toggle {
    border-left-color: #f2f2f2; }
  html .btn-borders.btn-light:focus:hover {
    border-color: #fff #fff #f2f2f2;
    background-color: #fff; }
  html .btn-borders.btn-light:focus:active {
    border-color: #f2f2f2 #f2f2f2 #f2f2f2;
    background-color: #f2f2f2; }
    html .btn-borders.btn-light:focus:active:hover {
      border-color: #f2f2f2 #f2f2f2 #f2f2f2;
      background-color: #f2f2f2; }
    html .btn-borders.btn-light:focus:active:focus {
      border-color: #f2f2f2 #f2f2f2 #f2f2f2;
      background-color: #f2f2f2; }
  html .btn-borders.btn-light:focus:focus {
    border-color: #f2f2f2 #f2f2f2 #f2f2f2;
    background-color: #f2f2f2; }
  html .btn-borders.btn-light:focus.dropdown-toggle {
    border-left-color: #f2f2f2; }
  html .btn-borders.btn-light:hover[disabled] {
    border-color: #fff;
    background-color: #fff; }
    html .btn-borders.btn-light:hover[disabled]:hover {
      border-color: #fff;
      background-color: #fff; }
    html .btn-borders.btn-light:hover[disabled]:active {
      border-color: #fff;
      background-color: #fff; }
    html .btn-borders.btn-light:hover[disabled]:focus {
      border-color: #fff;
      background-color: #fff; }
  html .btn-borders.btn-light:focus[disabled] {
    border-color: #fff;
    background-color: #fff; }
    html .btn-borders.btn-light:focus[disabled]:hover {
      border-color: #fff;
      background-color: #fff; }
    html .btn-borders.btn-light:focus[disabled]:active {
      border-color: #fff;
      background-color: #fff; }
    html .btn-borders.btn-light:focus[disabled]:focus {
      border-color: #fff;
      background-color: #fff; }

html .alert-primary {
  background-color: #106936;
  border-color: #9e9f30;
  color: #fff; }
  html .alert-primary .alert-link {
    color: #fff; }

html .alert-secondary {
  background-color: #9a8431;
  border-color: #87732b;
  color: #fff; }
  html .alert-secondary .alert-link {
    color: #fff; }

html .alert-tertiary {
  background-color: #e9e6e1;
  border-color: #323232;
  color: #fff; }
  html .alert-tertiary .alert-link {
    color: #fff; }

html .alert-quaternary {
  background-color: #ccc;
  border-color: #c4c4c4;
  color: #777; }
  html .alert-quaternary .alert-link {
    color: #777; }

html .alert-dark {
  background-color: #967d71;
  border-color: #282d36;
  color: #fff; }
  html .alert-dark .alert-link {
    color: #fff; }

html .alert-light {
  background-color: #fff;
  border-color: #f6f6f6;
  color: #777; }
  html .alert-light .alert-link {
    color: #777; }

html .progress-bar-primary {
  background-color: #106936; }

html .progress-bar-secondary {
  background-color: #9a8431; }

html .progress-bar-tertiary {
  background-color: #e9e6e1; }

html .progress-bar-quaternary {
  background-color: #ccc; }

html .progress-bar-dark {
  background-color: #967d71; }

html .progress-bar-light {
  background-color: #fff; }

html section.section-primary {
  background-color: #106936 !important;
  border-color: #97972e !important; }
  html section.section-primary h1 {
    color: #fff; }
  html section.section-primary h2 {
    color: #fff; }
  html section.section-primary h3 {
    color: #fff; }
  html section.section-primary h4 {
    color: #fff; }
  html section.section-primary h5 {
    color: #fff; }
  html section.section-primary h6 {
    color: #fff; }
  html section.section-primary p {
    color: #e6e6e6; }

html section.section-primary-scale-2 {
  background-color: #838428 !important;
  border-color: #707022 !important; }
  html section.section-primary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
    border-top-color: #838428; }

html section.section-secondary {
  background-color: #9a8431 !important;
  border-color: #87732b !important; }
  html section.section-secondary h1 {
    color: #fff; }
  html section.section-secondary h2 {
    color: #fff; }
  html section.section-secondary h3 {
    color: #fff; }
  html section.section-secondary h4 {
    color: #fff; }
  html section.section-secondary h5 {
    color: #fff; }
  html section.section-secondary h6 {
    color: #fff; }
  html section.section-secondary p {
    color: #e6e6e6; }

html section.section-secondary-scale-2 {
  background-color: #736325 !important;
  border-color: #5c5d1c !important; }
  html section.section-secondary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
    border-top-color: #736325; }

html section.section-tertiary {
  background-color: #e9e6e1 !important;
  border-color: #2d2d2d !important; }
  html section.section-tertiary h1 {
    color: #fff; }
  html section.section-tertiary h2 {
    color: #fff; }
  html section.section-tertiary h3 {
    color: #fff; }
  html section.section-tertiary h4 {
    color: #fff; }
  html section.section-tertiary h5 {
    color: #fff; }
  html section.section-tertiary h6 {
    color: #fff; }
  html section.section-tertiary p {
    color: #e6e6e6; }

html section.section-tertiary-scale-2 {
  background-color: #222 !important;
  border-color: #141414 !important; }
  html section.section-tertiary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
    border-top-color: #222; }

html section.section-quaternary {
  background-color: #ccc !important;
  border-color: #bfbfbf !important; }
  html section.section-quaternary h1 {
    color: #777; }
  html section.section-quaternary h2 {
    color: #777; }
  html section.section-quaternary h3 {
    color: #777; }
  html section.section-quaternary h4 {
    color: #777; }
  html section.section-quaternary h5 {
    color: #777; }
  html section.section-quaternary h6 {
    color: #777; }
  html section.section-quaternary p {
    color: #5e5e5e; }

html section.section-quaternary-scale-2 {
  background-color: #b3b3b3 !important;
  border-color: #a6a6a6 !important; }
  html section.section-quaternary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
    border-top-color: #b3b3b3; }

html section.section-dark {
  background-color: #967d71 !important;
  border-color: #2a2a2a !important; }
  html section.section-dark h1 {
    color: #fff; }
  html section.section-dark h2 {
    color: #fff; }
  html section.section-dark h3 {
    color: #fff; }
  html section.section-dark h4 {
    color: #fff; }
  html section.section-dark h5 {
    color: #fff; }
  html section.section-dark h6 {
    color: #fff; }
  html section.section-dark p {
    color: #e6e6e6; }

html section.section-dark-scale-2 {
  background-color: #967d71 !important;
  border-color: #64513f !important; }
  html section.section-dark-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
    border-top-color: #967d71; }

html section.section-light {
  background-color: #fff !important;
  border-color: #f2f2f2 !important; }
  html section.section-light h1 {
    color: #777; }
  html section.section-light h2 {
    color: #777; }
  html section.section-light h3 {
    color: #777; }
  html section.section-light h4 {
    color: #777; }
  html section.section-light h5 {
    color: #777; }
  html section.section-light h6 {
    color: #777; }
  html section.section-light p {
    color: #5e5e5e; }

html section.section-light-scale-2 {
  background-color: #e6e6e6 !important;
  border-color: #ddd !important; }
  html section.section-light-scale-2 .sort-source.sort-source-style-2 > li.active > a:after {
    border-top-color: #e6e6e6; }

html section.section-default-scale-1 {
  background-color: #dbdbdb !important;
  border-top-color: #d3d3d3 !important; }

html section.section-default-scale-2 {
  background-color: #bfbfbf !important;
  border-top-color: #bab9be !important; }

html section.section-default-scale-3 {
  background-color: #a6a6a6 !important;
  border-top-color: #999da3 !important; }

html section.section-default-scale-4 {
  background-color: #8e8e8e !important;
  border-top-color: #888 !important; }

html section.section-default-scale-5 {
  background-color: #777 !important;
  border-top-color: #6d6d6d !important; }

html section.section-default-scale-6 {
  background-color: #5e5e5e !important;
  border-top-color: #505050 !important; }

html section.section-default-scale-7 {
  background-color: #384045 !important;
  border-top-color: #e9e6e1 !important; }

html section.section-default-scale-8 {
  background-color: #2a2a2a !important;
  border-top-color: #222 !important; }

html section.section-default-scale-9 {
  background-color: #64513f !important;
  border-top-color: #060606 !important; }

html.dark section.section-default-scale-1 {
  background-color: #333a44 !important;
  border-top-color: #967d71 !important; }

html.dark section.section-default-scale-2 {
  background-color: #495362 !important;
  border-top-color: #444e5b !important; }

html.dark section.section-default-scale-3 {
  background-color: #5e6b7f !important;
  border-top-color: #586476 !important; }

html.dark section.section-default-scale-4 {
  background-color: #808697 !important;
  border-top-color: #6e7d93 !important; }

html.dark section.section-default-scale-5 {
  background-color: #949faf !important;
  border-top-color: #8b97a9 !important; }

html.dark section.section-default-scale-6 {
  background-color: #b1b9c5 !important;
  border-top-color: #a8b1be !important; }

html.dark section.section-default-scale-7 {
  background-color: #ced3db !important;
  border-top-color: #c5cbd4 !important; }

html.dark section.section-default-scale-8 {
  background-color: #ebeef1 !important;
  border-top-color: #e6e6e6 !important; }

html.dark section.section-default-scale-9 {
  background-color: #fff !important;
  border-top-color: #f6f6f6 !important; }

html.dark body .tabs .nav-tabs a {
  color: #106936; }
  html.dark body .tabs .nav-tabs a:hover {
    color: #106936;
    border-top-color: #106936; }
  html.dark body .tabs .nav-tabs a:focus {
    border-top-color: #106936; }

html.dark body .tabs .nav-tabs li.active a {
  border-top-color: #106936;
  color: #106936; }

html.dark body .tabs .nav-tabs.nav-justified a:hover {
  border-top-color: #106936; }

html.dark body .tabs .nav-tabs.nav-justified a:focus {
  border-top-color: #106936; }

html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover {
  border-left-color: #106936; }

html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a {
  border-left-color: #106936; }
  html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover {
    border-left-color: #106936; }
  html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus {
    border-left-color: #106936; }

html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover {
  border-right-color: #106936; }

html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a {
  border-right-color: #106936; }
  html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover {
    border-right-color: #106936; }
  html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus {
    border-right-color: #106936; }

html.dark body .tabs.tabs-bottom .nav-tabs li a:hover {
  border-bottom-color: #106936; }

html.dark body .tabs.tabs-bottom .nav-tabs li.active a {
  border-bottom-color: #106936; }
  html.dark body .tabs.tabs-bottom .nav-tabs li.active a:hover {
    border-bottom-color: #106936; }
  html.dark body .tabs.tabs-bottom .nav-tabs li.active a:focus {
    border-bottom-color: #106936; }

html.dark body .tabs.tabs-simple .nav-tabs > li.active a {
  border-top-color: #106936;
  color: #106936; }
  html.dark body .tabs.tabs-simple .nav-tabs > li.active a:focus {
    border-top-color: #106936;
    color: #106936; }
  html.dark body .tabs.tabs-simple .nav-tabs > li.active a:hover {
    border-top-color: #106936;
    color: #106936; }

html.dark body .tabs.tabs-simple .nav-tabs > li a:hover {
  border-top-color: #106936;
  color: #106936; }

html.dark body .tabs-primary .nav-tabs li a {
  color: #106936; }
  html.dark body .tabs-primary .nav-tabs li a:hover {
    color: #106936;
    border-top-color: #106936; }

html.dark body .tabs-primary .nav-tabs li.active a {
  border-top-color: #106936;
  color: #106936; }
  html.dark body .tabs-primary .nav-tabs li.active a:hover {
    border-top-color: #106936;
    color: #106936; }
  html.dark body .tabs-primary .nav-tabs li.active a:focus {
    border-top-color: #106936;
    color: #106936; }

html.dark body .tabs-primary .nav-tabs.nav-justified li a {
  color: #106936; }
  html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
    color: #106936;
    border-top-color: #106936; }

html.dark body .tabs-primary .nav-tabs.nav-justified li.active a {
  border-top-color: #106936;
  color: #106936; }
  html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:hover {
    border-top-color: #106936;
    color: #106936; }
  html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #106936;
    color: #106936; }

html.dark body .tabs-primary.tabs-vertical.tabs-left li a:hover {
  border-left-color: #106936; }

html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a {
  border-left-color: #106936; }
  html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:hover {
    border-left-color: #106936; }
  html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #106936; }

html.dark body .tabs-primary.tabs-vertical.tabs-right li a:hover {
  border-right-color: #106936; }

html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a {
  border-right-color: #106936; }
  html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:hover {
    border-right-color: #106936; }
  html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #106936; }

html.dark body .tabs-primary.tabs-bottom .nav-tabs li a:hover {
  border-bottom-color: #106936; }

html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a {
  border-bottom-color: #106936; }
  html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover {
    border-bottom-color: #106936; }
  html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus {
    border-bottom-color: #106936; }

html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #106936; }

html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a {
  border-bottom-color: #106936; }
  html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover {
    border-bottom-color: #106936; }
  html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #106936; }

html.dark body .tabs-secondary .nav-tabs li a {
  color: #9a8431; }
  html.dark body .tabs-secondary .nav-tabs li a:hover {
    color: #9a8431;
    border-top-color: #9a8431; }

html.dark body .tabs-secondary .nav-tabs li.active a {
  border-top-color: #9a8431;
  color: #9a8431; }
  html.dark body .tabs-secondary .nav-tabs li.active a:hover {
    border-top-color: #9a8431;
    color: #9a8431; }
  html.dark body .tabs-secondary .nav-tabs li.active a:focus {
    border-top-color: #9a8431;
    color: #9a8431; }

html.dark body .tabs-secondary .nav-tabs.nav-justified li a {
  color: #9a8431; }
  html.dark body .tabs-secondary .nav-tabs.nav-justified li a:hover {
    color: #9a8431;
    border-top-color: #9a8431; }

html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a {
  border-top-color: #9a8431;
  color: #9a8431; }
  html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a:hover {
    border-top-color: #9a8431;
    color: #9a8431; }
  html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #9a8431;
    color: #9a8431; }

html.dark body .tabs-secondary.tabs-vertical.tabs-left li a:hover {
  border-left-color: #9a8431; }

html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a {
  border-left-color: #9a8431; }
  html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a:hover {
    border-left-color: #9a8431; }
  html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #9a8431; }

html.dark body .tabs-secondary.tabs-vertical.tabs-right li a:hover {
  border-right-color: #9a8431; }

html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a {
  border-right-color: #9a8431; }
  html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a:hover {
    border-right-color: #9a8431; }
  html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #9a8431; }

html.dark body .tabs-secondary.tabs-bottom .nav-tabs li a:hover {
  border-bottom-color: #9a8431; }

html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a {
  border-bottom-color: #9a8431; }
  html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a:hover {
    border-bottom-color: #9a8431; }
  html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a:focus {
    border-bottom-color: #9a8431; }

html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #9a8431; }

html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a {
  border-bottom-color: #9a8431; }
  html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:hover {
    border-bottom-color: #9a8431; }
  html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #9a8431; }

html.dark body .tabs-tertiary .nav-tabs li a {
  color: #e9e6e1; }
  html.dark body .tabs-tertiary .nav-tabs li a:hover {
    color: #e9e6e1;
    border-top-color: #e9e6e1; }

html.dark body .tabs-tertiary .nav-tabs li.active a {
  border-top-color: #e9e6e1;
  color: #e9e6e1; }
  html.dark body .tabs-tertiary .nav-tabs li.active a:hover {
    border-top-color: #e9e6e1;
    color: #e9e6e1; }
  html.dark body .tabs-tertiary .nav-tabs li.active a:focus {
    border-top-color: #e9e6e1;
    color: #e9e6e1; }

html.dark body .tabs-tertiary .nav-tabs.nav-justified li a {
  color: #e9e6e1; }
  html.dark body .tabs-tertiary .nav-tabs.nav-justified li a:hover {
    color: #e9e6e1;
    border-top-color: #e9e6e1; }

html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a {
  border-top-color: #e9e6e1;
  color: #e9e6e1; }
  html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a:hover {
    border-top-color: #e9e6e1;
    color: #e9e6e1; }
  html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #e9e6e1;
    color: #e9e6e1; }

html.dark body .tabs-tertiary.tabs-vertical.tabs-left li a:hover {
  border-left-color: #e9e6e1; }

html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a {
  border-left-color: #e9e6e1; }
  html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a:hover {
    border-left-color: #e9e6e1; }
  html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #e9e6e1; }

html.dark body .tabs-tertiary.tabs-vertical.tabs-right li a:hover {
  border-right-color: #e9e6e1; }

html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a {
  border-right-color: #e9e6e1; }
  html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a:hover {
    border-right-color: #e9e6e1; }
  html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #e9e6e1; }

html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li a:hover {
  border-bottom-color: #e9e6e1; }

html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a {
  border-bottom-color: #e9e6e1; }
  html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:hover {
    border-bottom-color: #e9e6e1; }
  html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:focus {
    border-bottom-color: #e9e6e1; }

html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #e9e6e1; }

html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a {
  border-bottom-color: #e9e6e1; }
  html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:hover {
    border-bottom-color: #e9e6e1; }
  html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #e9e6e1; }

html.dark body .tabs-quaternary .nav-tabs li a {
  color: #ccc; }
  html.dark body .tabs-quaternary .nav-tabs li a:hover {
    color: #ccc;
    border-top-color: #ccc; }

html.dark body .tabs-quaternary .nav-tabs li.active a {
  border-top-color: #ccc;
  color: #ccc; }
  html.dark body .tabs-quaternary .nav-tabs li.active a:hover {
    border-top-color: #ccc;
    color: #ccc; }
  html.dark body .tabs-quaternary .nav-tabs li.active a:focus {
    border-top-color: #ccc;
    color: #ccc; }

html.dark body .tabs-quaternary .nav-tabs.nav-justified li a {
  color: #ccc; }
  html.dark body .tabs-quaternary .nav-tabs.nav-justified li a:hover {
    color: #ccc;
    border-top-color: #ccc; }

html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active a {
  border-top-color: #ccc;
  color: #ccc; }
  html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active a:hover {
    border-top-color: #ccc;
    color: #ccc; }
  html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #ccc;
    color: #ccc; }

html.dark body .tabs-quaternary.tabs-vertical.tabs-left li a:hover {
  border-left-color: #ccc; }

html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active a {
  border-left-color: #ccc; }
  html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active a:hover {
    border-left-color: #ccc; }
  html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #ccc; }

html.dark body .tabs-quaternary.tabs-vertical.tabs-right li a:hover {
  border-right-color: #ccc; }

html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active a {
  border-right-color: #ccc; }
  html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active a:hover {
    border-right-color: #ccc; }
  html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #ccc; }

html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li a:hover {
  border-bottom-color: #ccc; }

html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active a {
  border-bottom-color: #ccc; }
  html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:hover {
    border-bottom-color: #ccc; }
  html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:focus {
    border-bottom-color: #ccc; }

html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #ccc; }

html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a {
  border-bottom-color: #ccc; }
  html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:hover {
    border-bottom-color: #ccc; }
  html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #ccc; }

html.dark body .tabs-dark .nav-tabs li a {
  color: #967d71; }
  html.dark body .tabs-dark .nav-tabs li a:hover {
    color: #967d71;
    border-top-color: #967d71; }

html.dark body .tabs-dark .nav-tabs li.active a {
  border-top-color: #967d71;
  color: #967d71; }
  html.dark body .tabs-dark .nav-tabs li.active a:hover {
    border-top-color: #967d71;
    color: #967d71; }
  html.dark body .tabs-dark .nav-tabs li.active a:focus {
    border-top-color: #967d71;
    color: #967d71; }

html.dark body .tabs-dark .nav-tabs.nav-justified li a {
  color: #967d71; }
  html.dark body .tabs-dark .nav-tabs.nav-justified li a:hover {
    color: #967d71;
    border-top-color: #967d71; }

html.dark body .tabs-dark .nav-tabs.nav-justified li.active a {
  border-top-color: #967d71;
  color: #967d71; }
  html.dark body .tabs-dark .nav-tabs.nav-justified li.active a:hover {
    border-top-color: #967d71;
    color: #967d71; }
  html.dark body .tabs-dark .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #967d71;
    color: #967d71; }

html.dark body .tabs-dark.tabs-vertical.tabs-left li a:hover {
  border-left-color: #967d71; }

html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a {
  border-left-color: #967d71; }
  html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a:hover {
    border-left-color: #967d71; }
  html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #967d71; }

html.dark body .tabs-dark.tabs-vertical.tabs-right li a:hover {
  border-right-color: #967d71; }

html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a {
  border-right-color: #967d71; }
  html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a:hover {
    border-right-color: #967d71; }
  html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #967d71; }

html.dark body .tabs-dark.tabs-bottom .nav-tabs li a:hover {
  border-bottom-color: #967d71; }

html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a {
  border-bottom-color: #967d71; }
  html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a:hover {
    border-bottom-color: #967d71; }
  html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a:focus {
    border-bottom-color: #967d71; }

html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #967d71; }

html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a {
  border-bottom-color: #967d71; }
  html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:hover {
    border-bottom-color: #967d71; }
  html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #967d71; }

html.dark body .tabs-light .nav-tabs li a {
  color: #fff; }
  html.dark body .tabs-light .nav-tabs li a:hover {
    color: #fff;
    border-top-color: #fff; }

html.dark body .tabs-light .nav-tabs li.active a {
  border-top-color: #fff;
  color: #fff; }
  html.dark body .tabs-light .nav-tabs li.active a:hover {
    border-top-color: #fff;
    color: #fff; }
  html.dark body .tabs-light .nav-tabs li.active a:focus {
    border-top-color: #fff;
    color: #fff; }

html.dark body .tabs-light .nav-tabs.nav-justified li a {
  color: #fff; }
  html.dark body .tabs-light .nav-tabs.nav-justified li a:hover {
    color: #fff;
    border-top-color: #fff; }

html.dark body .tabs-light .nav-tabs.nav-justified li.active a {
  border-top-color: #fff;
  color: #fff; }
  html.dark body .tabs-light .nav-tabs.nav-justified li.active a:hover {
    border-top-color: #fff;
    color: #fff; }
  html.dark body .tabs-light .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #fff;
    color: #fff; }

html.dark body .tabs-light.tabs-vertical.tabs-left li a:hover {
  border-left-color: #fff; }

html.dark body .tabs-light.tabs-vertical.tabs-left li.active a {
  border-left-color: #fff; }
  html.dark body .tabs-light.tabs-vertical.tabs-left li.active a:hover {
    border-left-color: #fff; }
  html.dark body .tabs-light.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #fff; }

html.dark body .tabs-light.tabs-vertical.tabs-right li a:hover {
  border-right-color: #fff; }

html.dark body .tabs-light.tabs-vertical.tabs-right li.active a {
  border-right-color: #fff; }
  html.dark body .tabs-light.tabs-vertical.tabs-right li.active a:hover {
    border-right-color: #fff; }
  html.dark body .tabs-light.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #fff; }

html.dark body .tabs-light.tabs-bottom .nav-tabs li a:hover {
  border-bottom-color: #fff; }

html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a {
  border-bottom-color: #fff; }
  html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a:hover {
    border-bottom-color: #fff; }
  html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a:focus {
    border-bottom-color: #fff; }

html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #fff; }

html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a {
  border-bottom-color: #fff; }
  html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:hover {
    border-bottom-color: #fff; }
  html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #fff; }

html.dark #header {
  border-radius: 0; }

html .page-header-color.page-header-primary {
  background-color: #106936;
  border-bottom-color: #106936;
  color: #fff; }
  html .page-header-color.page-header-primary h1 {
    color: #fff; }
    html .page-header-color.page-header-primary h1 span {
      color: #fff; }
  html .page-header-color.page-header-primary a {
    color: #fff; }
  html .page-header-color.page-header-primary .breadcrumb > .active {
    color: #fff; }

html .page-header-color.page-header-secondary {
  background-color: #9a8431;
  border-bottom-color: #9a8431;
  color: #fff; }
  html .page-header-color.page-header-secondary h1 {
    color: #fff; }
    html .page-header-color.page-header-secondary h1 span {
      color: #fff; }
  html .page-header-color.page-header-secondary a {
    color: #fff; }
  html .page-header-color.page-header-secondary .breadcrumb > .active {
    color: #fff; }

html .page-header-color.page-header-tertiary {
  background-color: #e9e6e1;
  border-bottom-color: #e9e6e1;
  color: #fff; }
  html .page-header-color.page-header-tertiary h1 {
    color: #fff; }
    html .page-header-color.page-header-tertiary h1 span {
      color: #fff; }
  html .page-header-color.page-header-tertiary a {
    color: #fff; }
  html .page-header-color.page-header-tertiary .breadcrumb > .active {
    color: #fff; }

html .page-header-color.page-header-quaternary {
  background-color: #ccc;
  border-bottom-color: #ccc;
  color: #777; }
  html .page-header-color.page-header-quaternary h1 {
    color: #777; }
    html .page-header-color.page-header-quaternary h1 span {
      color: #777; }
  html .page-header-color.page-header-quaternary a {
    color: #777; }
  html .page-header-color.page-header-quaternary .breadcrumb > .active {
    color: #777; }

html .page-header-color.page-header-dark {
  background-color: #967d71;
  border-bottom-color: #967d71;
  color: #fff; }
  html .page-header-color.page-header-dark h1 {
    color: #fff; }
    html .page-header-color.page-header-dark h1 span {
      color: #fff; }
  html .page-header-color.page-header-dark a {
    color: #fff; }
  html .page-header-color.page-header-dark .breadcrumb > .active {
    color: #fff; }

html .page-header-color.page-header-light {
  background-color: #fff;
  border-bottom-color: #fff;
  color: #777; }
  html .page-header-color.page-header-light h1 {
    color: #777; }
    html .page-header-color.page-header-light h1 span {
      color: #777; }
  html .page-header-color.page-header-light a {
    color: #777; }
  html .page-header-color.page-header-light .breadcrumb > .active {
    color: #777; }

html .toggle-primary .toggle label {
  color: #106936;
  border-left-color: #106936;
  border-right-color: #106936; }

html .toggle-primary .toggle.active > label {
  background-color: #106936;
  border-color: #106936;
  color: #fff; }

html .toggle-primary.toggle-simple .toggle > label:after {
  background-color: #106936; }

html .toggle-secondary .toggle label {
  color: #9a8431;
  border-left-color: #9a8431;
  border-right-color: #9a8431; }

html .toggle-secondary .toggle.active > label {
  background-color: #9a8431;
  border-color: #9a8431;
  color: #fff; }

html .toggle-secondary.toggle-simple .toggle > label:after {
  background-color: #9a8431; }

html .toggle-tertiary .toggle label {
  color: #e9e6e1;
  border-left-color: #e9e6e1;
  border-right-color: #e9e6e1; }

html .toggle-tertiary .toggle.active > label {
  background-color: #e9e6e1;
  border-color: #e9e6e1;
  color: #fff; }

html .toggle-tertiary.toggle-simple .toggle > label:after {
  background-color: #e9e6e1; }

html .toggle-quaternary .toggle label {
  color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc; }

html .toggle-quaternary .toggle.active > label {
  background-color: #ccc;
  border-color: #ccc;
  color: #777; }

html .toggle-quaternary.toggle-simple .toggle > label:after {
  background-color: #ccc; }

html .toggle-dark .toggle label {
  color: #967d71;
  border-left-color: #967d71;
  border-right-color: #967d71; }

html .toggle-dark .toggle.active > label {
  background-color: #967d71;
  border-color: #967d71;
  color: #fff; }

html .toggle-dark.toggle-simple .toggle > label:after {
  background-color: #967d71; }

html .toggle-light .toggle label {
  color: #fff;
  border-left-color: #fff;
  border-right-color: #fff; }

html .toggle-light .toggle.active > label {
  background-color: #fff;
  border-color: #fff;
  color: #777; }

html .toggle-light.toggle-simple .toggle > label:after {
  background-color: #fff; }

html .thumb-info .thumb-info-action-icon-primary {
  background-color: #106936; }
  html .thumb-info .thumb-info-action-icon-primary i {
    color: #fff; }

html .thumb-info .thumb-info-action-icon-secondary {
  background-color: #9a8431; }
  html .thumb-info .thumb-info-action-icon-secondary i {
    color: #fff; }

html .thumb-info .thumb-info-action-icon-tertiary {
  background-color: #e9e6e1; }
  html .thumb-info .thumb-info-action-icon-tertiary i {
    color: #fff; }

html .thumb-info .thumb-info-action-icon-quaternary {
  background-color: #ccc; }
  html .thumb-info .thumb-info-action-icon-quaternary i {
    color: #777; }

html .thumb-info .thumb-info-action-icon-dark {
  background-color: #967d71; }
  html .thumb-info .thumb-info-action-icon-dark i {
    color: #fff; }

html .thumb-info .thumb-info-action-icon-light {
  background-color: #fff; }
  html .thumb-info .thumb-info-action-icon-light i {
    color: #777; }

html .inverted-primary {
  background-color: #106936; }

html .inverted-secondary {
  background-color: #9a8431; }

html .inverted-tertiary {
  background-color: #e9e6e1; }

html .inverted-quaternary {
  background-color: #ccc; }

html .inverted-dark {
  background-color: #967d71; }

html .inverted-light {
  background-color: #fff; }

html body .tabs .nav-tabs a {
  color: #106936; }
  html body .tabs .nav-tabs a:hover {
    color: #106936;
    border-top-color: #106936; }
  html body .tabs .nav-tabs a:focus {
    border-top-color: #106936; }

html body .tabs .nav-tabs li.active a {
  border-top-color: #106936;
  color: #106936; }

html body .tabs .nav-tabs.nav-justified a:hover {
  border-top-color: #106936; }

html body .tabs .nav-tabs.nav-justified a:focus {
  border-top-color: #106936; }

html body .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover {
  border-left-color: #106936; }

html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a {
  border-left-color: #106936; }
  html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover {
    border-left-color: #106936; }
  html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus {
    border-left-color: #106936; }

html body .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover {
  border-right-color: #106936; }

html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a {
  border-right-color: #106936; }
  html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover {
    border-right-color: #106936; }
  html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus {
    border-right-color: #106936; }

html body .tabs.tabs-bottom .nav-tabs li a:hover {
  border-bottom-color: #106936; }

html body .tabs.tabs-bottom .nav-tabs li.active a {
  border-bottom-color: #106936; }
  html body .tabs.tabs-bottom .nav-tabs li.active a:hover {
    border-bottom-color: #106936; }
  html body .tabs.tabs-bottom .nav-tabs li.active a:focus {
    border-bottom-color: #106936; }

html body .tabs.tabs-simple .nav-tabs > li.active a {
  border-top-color: #106936;
  color: #106936; }
  html body .tabs.tabs-simple .nav-tabs > li.active a:focus {
    border-top-color: #106936;
    color: #106936; }
  html body .tabs.tabs-simple .nav-tabs > li.active a:hover {
    border-top-color: #106936;
    color: #106936; }

html body .tabs.tabs-simple .nav-tabs > li a:hover {
  border-top-color: #106936;
  color: #106936; }

html body .tabs-primary .nav-tabs li a {
  color: #106936; }
  html body .tabs-primary .nav-tabs li a:hover {
    color: #106936;
    border-top-color: #106936; }

html body .tabs-primary .nav-tabs li.active a {
  border-top-color: #106936;
  color: #106936; }
  html body .tabs-primary .nav-tabs li.active a:hover {
    border-top-color: #106936;
    color: #106936; }
  html body .tabs-primary .nav-tabs li.active a:focus {
    border-top-color: #106936;
    color: #106936; }

html body .tabs-primary .nav-tabs.nav-justified li a {
  color: #106936; }
  html body .tabs-primary .nav-tabs.nav-justified li a:hover {
    color: #106936;
    border-top-color: #106936; }

html body .tabs-primary .nav-tabs.nav-justified li.active a {
  border-top-color: #106936;
  color: #106936; }
  html body .tabs-primary .nav-tabs.nav-justified li.active a:hover {
    border-top-color: #106936;
    color: #106936; }
  html body .tabs-primary .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #106936;
    color: #106936; }

html body .tabs-primary.tabs-vertical.tabs-left li a:hover {
  border-left-color: #106936; }

html body .tabs-primary.tabs-vertical.tabs-left li.active a {
  border-left-color: #106936; }
  html body .tabs-primary.tabs-vertical.tabs-left li.active a:hover {
    border-left-color: #106936; }
  html body .tabs-primary.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #106936; }

html body .tabs-primary.tabs-vertical.tabs-right li a:hover {
  border-right-color: #106936; }

html body .tabs-primary.tabs-vertical.tabs-right li.active a {
  border-right-color: #106936; }
  html body .tabs-primary.tabs-vertical.tabs-right li.active a:hover {
    border-right-color: #106936; }
  html body .tabs-primary.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #106936; }

html body .tabs-primary.tabs-bottom .nav-tabs li a:hover {
  border-bottom-color: #106936; }

html body .tabs-primary.tabs-bottom .nav-tabs li.active a {
  border-bottom-color: #106936; }
  html body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover {
    border-bottom-color: #106936; }
  html body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus {
    border-bottom-color: #106936; }

html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #106936; }

html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a {
  border-bottom-color: #106936; }
  html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover {
    border-bottom-color: #106936; }
  html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #106936; }

html body .tabs-secondary .nav-tabs li a {
  color: #9a8431; }
  html body .tabs-secondary .nav-tabs li a:hover {
    color: #9a8431;
    border-top-color: #9a8431; }

html body .tabs-secondary .nav-tabs li.active a {
  border-top-color: #9a8431;
  color: #9a8431; }
  html body .tabs-secondary .nav-tabs li.active a:hover {
    border-top-color: #9a8431;
    color: #9a8431; }
  html body .tabs-secondary .nav-tabs li.active a:focus {
    border-top-color: #9a8431;
    color: #9a8431; }

html body .tabs-secondary .nav-tabs.nav-justified li a {
  color: #9a8431; }
  html body .tabs-secondary .nav-tabs.nav-justified li a:hover {
    color: #9a8431;
    border-top-color: #9a8431; }

html body .tabs-secondary .nav-tabs.nav-justified li.active a {
  border-top-color: #9a8431;
  color: #9a8431; }
  html body .tabs-secondary .nav-tabs.nav-justified li.active a:hover {
    border-top-color: #9a8431;
    color: #9a8431; }
  html body .tabs-secondary .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #9a8431;
    color: #9a8431; }

html body .tabs-secondary.tabs-vertical.tabs-left li a:hover {
  border-left-color: #9a8431; }

html body .tabs-secondary.tabs-vertical.tabs-left li.active a {
  border-left-color: #9a8431; }
  html body .tabs-secondary.tabs-vertical.tabs-left li.active a:hover {
    border-left-color: #9a8431; }
  html body .tabs-secondary.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #9a8431; }

html body .tabs-secondary.tabs-vertical.tabs-right li a:hover {
  border-right-color: #9a8431; }

html body .tabs-secondary.tabs-vertical.tabs-right li.active a {
  border-right-color: #9a8431; }
  html body .tabs-secondary.tabs-vertical.tabs-right li.active a:hover {
    border-right-color: #9a8431; }
  html body .tabs-secondary.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #9a8431; }

html body .tabs-secondary.tabs-bottom .nav-tabs li a:hover {
  border-bottom-color: #9a8431; }

html body .tabs-secondary.tabs-bottom .nav-tabs li.active a {
  border-bottom-color: #9a8431; }
  html body .tabs-secondary.tabs-bottom .nav-tabs li.active a:hover {
    border-bottom-color: #9a8431; }
  html body .tabs-secondary.tabs-bottom .nav-tabs li.active a:focus {
    border-bottom-color: #9a8431; }

html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #9a8431; }

html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a {
  border-bottom-color: #9a8431; }
  html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:hover {
    border-bottom-color: #9a8431; }
  html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #9a8431; }

html body .tabs-tertiary .nav-tabs li a {
  color: #e9e6e1; }
  html body .tabs-tertiary .nav-tabs li a:hover {
    color: #e9e6e1;
    border-top-color: #e9e6e1; }

html body .tabs-tertiary .nav-tabs li.active a {
  border-top-color: #e9e6e1;
  color: #e9e6e1; }
  html body .tabs-tertiary .nav-tabs li.active a:hover {
    border-top-color: #e9e6e1;
    color: #e9e6e1; }
  html body .tabs-tertiary .nav-tabs li.active a:focus {
    border-top-color: #e9e6e1;
    color: #e9e6e1; }

html body .tabs-tertiary .nav-tabs.nav-justified li a {
  color: #e9e6e1; }
  html body .tabs-tertiary .nav-tabs.nav-justified li a:hover {
    color: #e9e6e1;
    border-top-color: #e9e6e1; }

html body .tabs-tertiary .nav-tabs.nav-justified li.active a {
  border-top-color: #e9e6e1;
  color: #e9e6e1; }
  html body .tabs-tertiary .nav-tabs.nav-justified li.active a:hover {
    border-top-color: #e9e6e1;
    color: #e9e6e1; }
  html body .tabs-tertiary .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #e9e6e1;
    color: #e9e6e1; }

html body .tabs-tertiary.tabs-vertical.tabs-left li a:hover {
  border-left-color: #e9e6e1; }

html body .tabs-tertiary.tabs-vertical.tabs-left li.active a {
  border-left-color: #e9e6e1; }
  html body .tabs-tertiary.tabs-vertical.tabs-left li.active a:hover {
    border-left-color: #e9e6e1; }
  html body .tabs-tertiary.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #e9e6e1; }

html body .tabs-tertiary.tabs-vertical.tabs-right li a:hover {
  border-right-color: #e9e6e1; }

html body .tabs-tertiary.tabs-vertical.tabs-right li.active a {
  border-right-color: #e9e6e1; }
  html body .tabs-tertiary.tabs-vertical.tabs-right li.active a:hover {
    border-right-color: #e9e6e1; }
  html body .tabs-tertiary.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #e9e6e1; }

html body .tabs-tertiary.tabs-bottom .nav-tabs li a:hover {
  border-bottom-color: #e9e6e1; }

html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a {
  border-bottom-color: #e9e6e1; }
  html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:hover {
    border-bottom-color: #e9e6e1; }
  html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:focus {
    border-bottom-color: #e9e6e1; }

html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #e9e6e1; }

html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a {
  border-bottom-color: #e9e6e1; }
  html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:hover {
    border-bottom-color: #e9e6e1; }
  html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #e9e6e1; }

html body .tabs-quaternary .nav-tabs li a {
  color: #ccc; }
  html body .tabs-quaternary .nav-tabs li a:hover {
    color: #ccc;
    border-top-color: #ccc; }

html body .tabs-quaternary .nav-tabs li.active a {
  border-top-color: #ccc;
  color: #ccc; }
  html body .tabs-quaternary .nav-tabs li.active a:hover {
    border-top-color: #ccc;
    color: #ccc; }
  html body .tabs-quaternary .nav-tabs li.active a:focus {
    border-top-color: #ccc;
    color: #ccc; }

html body .tabs-quaternary .nav-tabs.nav-justified li a {
  color: #ccc; }
  html body .tabs-quaternary .nav-tabs.nav-justified li a:hover {
    color: #ccc;
    border-top-color: #ccc; }

html body .tabs-quaternary .nav-tabs.nav-justified li.active a {
  border-top-color: #ccc;
  color: #ccc; }
  html body .tabs-quaternary .nav-tabs.nav-justified li.active a:hover {
    border-top-color: #ccc;
    color: #ccc; }
  html body .tabs-quaternary .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #ccc;
    color: #ccc; }

html body .tabs-quaternary.tabs-vertical.tabs-left li a:hover {
  border-left-color: #ccc; }

html body .tabs-quaternary.tabs-vertical.tabs-left li.active a {
  border-left-color: #ccc; }
  html body .tabs-quaternary.tabs-vertical.tabs-left li.active a:hover {
    border-left-color: #ccc; }
  html body .tabs-quaternary.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #ccc; }

html body .tabs-quaternary.tabs-vertical.tabs-right li a:hover {
  border-right-color: #ccc; }

html body .tabs-quaternary.tabs-vertical.tabs-right li.active a {
  border-right-color: #ccc; }
  html body .tabs-quaternary.tabs-vertical.tabs-right li.active a:hover {
    border-right-color: #ccc; }
  html body .tabs-quaternary.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #ccc; }

html body .tabs-quaternary.tabs-bottom .nav-tabs li a:hover {
  border-bottom-color: #ccc; }

html body .tabs-quaternary.tabs-bottom .nav-tabs li.active a {
  border-bottom-color: #ccc; }
  html body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:hover {
    border-bottom-color: #ccc; }
  html body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:focus {
    border-bottom-color: #ccc; }

html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #ccc; }

html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a {
  border-bottom-color: #ccc; }
  html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:hover {
    border-bottom-color: #ccc; }
  html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #ccc; }

html body .tabs-dark .nav-tabs li a {
  color: #967d71; }
  html body .tabs-dark .nav-tabs li a:hover {
    color: #967d71;
    border-top-color: #967d71; }

html body .tabs-dark .nav-tabs li.active a {
  border-top-color: #967d71;
  color: #967d71; }
  html body .tabs-dark .nav-tabs li.active a:hover {
    border-top-color: #967d71;
    color: #967d71; }
  html body .tabs-dark .nav-tabs li.active a:focus {
    border-top-color: #967d71;
    color: #967d71; }

html body .tabs-dark .nav-tabs.nav-justified li a {
  color: #967d71; }
  html body .tabs-dark .nav-tabs.nav-justified li a:hover {
    color: #967d71;
    border-top-color: #967d71; }

html body .tabs-dark .nav-tabs.nav-justified li.active a {
  border-top-color: #967d71;
  color: #967d71; }
  html body .tabs-dark .nav-tabs.nav-justified li.active a:hover {
    border-top-color: #967d71;
    color: #967d71; }
  html body .tabs-dark .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #967d71;
    color: #967d71; }

html body .tabs-dark.tabs-vertical.tabs-left li a:hover {
  border-left-color: #967d71; }

html body .tabs-dark.tabs-vertical.tabs-left li.active a {
  border-left-color: #967d71; }
  html body .tabs-dark.tabs-vertical.tabs-left li.active a:hover {
    border-left-color: #967d71; }
  html body .tabs-dark.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #967d71; }

html body .tabs-dark.tabs-vertical.tabs-right li a:hover {
  border-right-color: #967d71; }

html body .tabs-dark.tabs-vertical.tabs-right li.active a {
  border-right-color: #967d71; }
  html body .tabs-dark.tabs-vertical.tabs-right li.active a:hover {
    border-right-color: #967d71; }
  html body .tabs-dark.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #967d71; }

html body .tabs-dark.tabs-bottom .nav-tabs li a:hover {
  border-bottom-color: #967d71; }

html body .tabs-dark.tabs-bottom .nav-tabs li.active a {
  border-bottom-color: #967d71; }
  html body .tabs-dark.tabs-bottom .nav-tabs li.active a:hover {
    border-bottom-color: #967d71; }
  html body .tabs-dark.tabs-bottom .nav-tabs li.active a:focus {
    border-bottom-color: #967d71; }

html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #967d71; }

html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a {
  border-bottom-color: #967d71; }
  html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:hover {
    border-bottom-color: #967d71; }
  html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #967d71; }

html body .tabs-light .nav-tabs li a {
  color: #fff; }
  html body .tabs-light .nav-tabs li a:hover {
    color: #fff;
    border-top-color: #fff; }

html body .tabs-light .nav-tabs li.active a {
  border-top-color: #fff;
  color: #fff; }
  html body .tabs-light .nav-tabs li.active a:hover {
    border-top-color: #fff;
    color: #fff; }
  html body .tabs-light .nav-tabs li.active a:focus {
    border-top-color: #fff;
    color: #fff; }

html body .tabs-light .nav-tabs.nav-justified li a {
  color: #fff; }
  html body .tabs-light .nav-tabs.nav-justified li a:hover {
    color: #fff;
    border-top-color: #fff; }

html body .tabs-light .nav-tabs.nav-justified li.active a {
  border-top-color: #fff;
  color: #fff; }
  html body .tabs-light .nav-tabs.nav-justified li.active a:hover {
    border-top-color: #fff;
    color: #fff; }
  html body .tabs-light .nav-tabs.nav-justified li.active a:focus {
    border-top-color: #fff;
    color: #fff; }

html body .tabs-light.tabs-vertical.tabs-left li a:hover {
  border-left-color: #fff; }

html body .tabs-light.tabs-vertical.tabs-left li.active a {
  border-left-color: #fff; }
  html body .tabs-light.tabs-vertical.tabs-left li.active a:hover {
    border-left-color: #fff; }
  html body .tabs-light.tabs-vertical.tabs-left li.active a:focus {
    border-left-color: #fff; }

html body .tabs-light.tabs-vertical.tabs-right li a:hover {
  border-right-color: #fff; }

html body .tabs-light.tabs-vertical.tabs-right li.active a {
  border-right-color: #fff; }
  html body .tabs-light.tabs-vertical.tabs-right li.active a:hover {
    border-right-color: #fff; }
  html body .tabs-light.tabs-vertical.tabs-right li.active a:focus {
    border-right-color: #fff; }

html body .tabs-light.tabs-bottom .nav-tabs li a:hover {
  border-bottom-color: #fff; }

html body .tabs-light.tabs-bottom .nav-tabs li.active a {
  border-bottom-color: #fff; }
  html body .tabs-light.tabs-bottom .nav-tabs li.active a:hover {
    border-bottom-color: #fff; }
  html body .tabs-light.tabs-bottom .nav-tabs li.active a:focus {
    border-bottom-color: #fff; }

html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: #fff; }

html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a {
  border-bottom-color: #fff; }
  html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:hover {
    border-bottom-color: #fff; }
  html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:focus {
    border-bottom-color: #fff; }

html .list-primary.list-icons li > .fa:first-child {
  color: #106936;
  border-color: #106936; }

html .list-primary.list-icons li > .icons:first-child {
  color: #106936;
  border-color: #106936; }

html .list-primary.list-icons li a:first-child > .fa:first-child {
  color: #106936;
  border-color: #106936; }

html .list-primary.list-icons li a:first-child > .icons:first-child {
  color: #106936;
  border-color: #106936; }

html .list-primary.list-icons.list-icons-style-3 li > .fa:first-child {
  background-color: #106936;
  color: #fff; }

html .list-primary.list-icons.list-icons-style-3 li > .icons:first-child {
  background-color: #106936;
  color: #fff; }

html .list-primary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child {
  background-color: #106936;
  color: #fff; }

html .list-primary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  background-color: #106936;
  color: #fff; }

html .list-primary.list-ordened li:before {
  color: #106936; }

html .list-primary.list-ordened.list-ordened-style-3 li:before {
  background-color: #106936;
  color: #fff; }

html .list-secondary.list-icons li > .fa:first-child {
  color: #9a8431;
  border-color: #9a8431; }

html .list-secondary.list-icons li > .icons:first-child {
  color: #9a8431;
  border-color: #9a8431; }

html .list-secondary.list-icons li a:first-child > .fa:first-child {
  color: #9a8431;
  border-color: #9a8431; }

html .list-secondary.list-icons li a:first-child > .icons:first-child {
  color: #9a8431;
  border-color: #9a8431; }

html .list-secondary.list-icons.list-icons-style-3 li > .fa:first-child {
  background-color: #9a8431;
  color: #fff; }

html .list-secondary.list-icons.list-icons-style-3 li > .icons:first-child {
  background-color: #9a8431;
  color: #fff; }

html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child {
  background-color: #9a8431;
  color: #fff; }

html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  background-color: #9a8431;
  color: #fff; }

html .list-secondary.list-ordened li:before {
  color: #9a8431; }

html .list-secondary.list-ordened.list-ordened-style-3 li:before {
  background-color: #9a8431;
  color: #fff; }

html .list-tertiary.list-icons li > .fa:first-child {
  color: #e9e6e1;
  border-color: #e9e6e1; }

html .list-tertiary.list-icons li > .icons:first-child {
  color: #e9e6e1;
  border-color: #e9e6e1; }

html .list-tertiary.list-icons li a:first-child > .fa:first-child {
  color: #e9e6e1;
  border-color: #e9e6e1; }

html .list-tertiary.list-icons li a:first-child > .icons:first-child {
  color: #e9e6e1;
  border-color: #e9e6e1; }

html .list-tertiary.list-icons.list-icons-style-3 li > .fa:first-child {
  background-color: #e9e6e1;
  color: #fff; }

html .list-tertiary.list-icons.list-icons-style-3 li > .icons:first-child {
  background-color: #e9e6e1;
  color: #fff; }

html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child {
  background-color: #e9e6e1;
  color: #fff; }

html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  background-color: #e9e6e1;
  color: #fff; }

html .list-tertiary.list-ordened li:before {
  color: #e9e6e1; }

html .list-tertiary.list-ordened.list-ordened-style-3 li:before {
  background-color: #e9e6e1;
  color: #fff; }

html .list-quaternary.list-icons li > .fa:first-child {
  color: #ccc;
  border-color: #ccc; }

html .list-quaternary.list-icons li > .icons:first-child {
  color: #ccc;
  border-color: #ccc; }

html .list-quaternary.list-icons li a:first-child > .fa:first-child {
  color: #ccc;
  border-color: #ccc; }

html .list-quaternary.list-icons li a:first-child > .icons:first-child {
  color: #ccc;
  border-color: #ccc; }

html .list-quaternary.list-icons.list-icons-style-3 li > .fa:first-child {
  background-color: #ccc;
  color: #777; }

html .list-quaternary.list-icons.list-icons-style-3 li > .icons:first-child {
  background-color: #ccc;
  color: #777; }

html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .fa:first-child {
  background-color: #ccc;
  color: #777; }

html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  background-color: #ccc;
  color: #777; }

html .list-quaternary.list-ordened li:before {
  color: #ccc; }

html .list-quaternary.list-ordened.list-ordened-style-3 li:before {
  background-color: #ccc;
  color: #777; }

html .list-dark.list-icons li > .fa:first-child {
  color: #967d71;
  border-color: #967d71; }

html .list-dark.list-icons li > .icons:first-child {
  color: #967d71;
  border-color: #967d71; }

html .list-dark.list-icons li a:first-child > .fa:first-child {
  color: #967d71;
  border-color: #967d71; }

html .list-dark.list-icons li a:first-child > .icons:first-child {
  color: #967d71;
  border-color: #967d71; }

html .list-dark.list-icons.list-icons-style-3 li > .fa:first-child {
  background-color: #967d71;
  color: #fff; }

html .list-dark.list-icons.list-icons-style-3 li > .icons:first-child {
  background-color: #967d71;
  color: #fff; }

html .list-dark.list-icons.list-icons-style-3 li a:first-child > .fa:first-child {
  background-color: #967d71;
  color: #fff; }

html .list-dark.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  background-color: #967d71;
  color: #fff; }

html .list-dark.list-ordened li:before {
  color: #967d71; }

html .list-dark.list-ordened.list-ordened-style-3 li:before {
  background-color: #967d71;
  color: #fff; }

html .list-light.list-icons li > .fa:first-child {
  color: #fff;
  border-color: #fff; }

html .list-light.list-icons li > .icons:first-child {
  color: #fff;
  border-color: #fff; }

html .list-light.list-icons li a:first-child > .fa:first-child {
  color: #fff;
  border-color: #fff; }

html .list-light.list-icons li a:first-child > .icons:first-child {
  color: #fff;
  border-color: #fff; }

html .list-light.list-icons.list-icons-style-3 li > .fa:first-child {
  background-color: #fff;
  color: #777; }

html .list-light.list-icons.list-icons-style-3 li > .icons:first-child {
  background-color: #fff;
  color: #777; }

html .list-light.list-icons.list-icons-style-3 li a:first-child > .fa:first-child {
  background-color: #fff;
  color: #777; }

html .list-light.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  background-color: #fff;
  color: #777; }

html .list-light.list-ordened li:before {
  color: #fff; }

html .list-light.list-ordened.list-ordened-style-3 li:before {
  background-color: #fff;
  color: #777; }

html .panel-group.panel-group-primary .panel-heading {
  background-color: #106936 !important; }
  html .panel-group.panel-group-primary .panel-heading a {
    color: #fff; }

html .panel-group.panel-group-secondary .panel-heading {
  background-color: #9a8431 !important; }
  html .panel-group.panel-group-secondary .panel-heading a {
    color: #fff; }

html .panel-group.panel-group-tertiary .panel-heading {
  background-color: #e9e6e1 !important; }
  html .panel-group.panel-group-tertiary .panel-heading a {
    color: #fff; }

html .panel-group.panel-group-quaternary .panel-heading {
  background-color: #ccc !important; }
  html .panel-group.panel-group-quaternary .panel-heading a {
    color: #777; }

html .panel-group.panel-group-dark .panel-heading {
  background-color: #967d71 !important; }
  html .panel-group.panel-group-dark .panel-heading a {
    color: #fff; }

html .panel-group.panel-group-light .panel-heading {
  background-color: #fff !important; }
  html .panel-group.panel-group-light .panel-heading a {
    color: #777; }

html .divider.divider-primary .fa {
  color: #106936; }

html .divider.divider-primary .icons {
  color: #106936; }

html .divider.divider-primary.divider-small hr {
  background: #106936; }

html .divider.divider-secondary .fa {
  color: #9a8431; }

html .divider.divider-secondary .icons {
  color: #9a8431; }

html .divider.divider-secondary.divider-small hr {
  background: #9a8431; }

html .divider.divider-tertiary .fa {
  color: #e9e6e1; }

html .divider.divider-tertiary .icons {
  color: #e9e6e1; }

html .divider.divider-tertiary.divider-small hr {
  background: #e9e6e1; }

html .divider.divider-quaternary .fa {
  color: #ccc; }

html .divider.divider-quaternary .icons {
  color: #ccc; }

html .divider.divider-quaternary.divider-small hr {
  background: #ccc; }

html .divider.divider-dark .fa {
  color: #967d71; }

html .divider.divider-dark .icons {
  color: #967d71; }

html .divider.divider-dark.divider-small hr {
  background: #967d71; }

html .divider.divider-light .fa {
  color: #fff; }

html .divider.divider-light .icons {
  color: #fff; }

html .divider.divider-light.divider-small hr {
  background: #fff; }

html .divider.divider-style-2.divider-primary .fa {
  background: #106936;
  color: #fff; }

html .divider.divider-style-2.divider-primary .icons {
  background: #106936;
  color: #fff; }

html .divider.divider-style-2.divider-secondary .fa {
  background: #9a8431;
  color: #fff; }

html .divider.divider-style-2.divider-secondary .icons {
  background: #9a8431;
  color: #fff; }

html .divider.divider-style-2.divider-tertiary .fa {
  background: #e9e6e1;
  color: #fff; }

html .divider.divider-style-2.divider-tertiary .icons {
  background: #e9e6e1;
  color: #fff; }

html .divider.divider-style-2.divider-quaternary .fa {
  background: #ccc;
  color: #777; }

html .divider.divider-style-2.divider-quaternary .icons {
  background: #ccc;
  color: #777; }

html .divider.divider-style-2.divider-dark .fa {
  background: #967d71;
  color: #fff; }

html .divider.divider-style-2.divider-dark .icons {
  background: #967d71;
  color: #fff; }

html .divider.divider-style-2.divider-light .fa {
  background: #fff;
  color: #777; }

html .divider.divider-style-2.divider-light .icons {
  background: #fff;
  color: #777; }

html .divider.divider-style-3.divider-primary .fa {
  border-color: #106936; }

html .divider.divider-style-3.divider-primary .icons {
  border-color: #106936; }

html .divider.divider-style-3.divider-secondary .fa {
  border-color: #9a8431; }

html .divider.divider-style-3.divider-secondary .icons {
  border-color: #9a8431; }

html .divider.divider-style-3.divider-tertiary .fa {
  border-color: #e9e6e1; }

html .divider.divider-style-3.divider-tertiary .icons {
  border-color: #e9e6e1; }

html .divider.divider-style-3.divider-quaternary .fa {
  border-color: #ccc; }

html .divider.divider-style-3.divider-quaternary .icons {
  border-color: #ccc; }

html .divider.divider-style-3.divider-dark .fa {
  border-color: #967d71; }

html .divider.divider-style-3.divider-dark .icons {
  border-color: #967d71; }

html .divider.divider-style-3.divider-light .fa {
  border-color: #fff; }

html .divider.divider-style-3.divider-light .icons {
  border-color: #fff; }

html #header .tip-primary {
  background: #106936 !important;
  color: #fff !important; }
  html #header .tip-primary:before {
    border-right-color: #106936 !important; }

html #header .tip-secondary {
  background: #9a8431 !important;
  color: #fff !important; }
  html #header .tip-secondary:before {
    border-right-color: #9a8431 !important; }

html #header .tip-tertiary {
  background: #e9e6e1 !important;
  color: #fff !important; }
  html #header .tip-tertiary:before {
    border-right-color: #e9e6e1 !important; }

html #header .tip-quaternary {
  background: #ccc !important;
  color: #777 !important; }
  html #header .tip-quaternary:before {
    border-right-color: #ccc !important; }

html #header .tip-dark {
  background: #967d71 !important;
  color: #fff !important; }
  html #header .tip-dark:before {
    border-right-color: #967d71 !important; }

html #header .tip-light {
  background: #fff !important;
  color: #777 !important; }
  html #header .tip-light:before {
    border-right-color: #fff !important; }

html #header .header-top.header-top-primary {
  background: #106936;
  border-top-color: #97972e; }
  html #header .header-top.header-top-primary .dropdown-menu {
    background: #bdbf3a;
    border-color: #bdbf3a; }
    html #header .header-top.header-top-primary .dropdown-menu a:hover {
      background: #c7c84a !important; }
    html #header .header-top.header-top-primary .dropdown-menu a:focus {
      background: #c7c84a !important; }
  html #header .header-top.header-top-primary .header-nav-top ul > li > a:hover {
    background: #bdbf3a; }
  html #header .header-top.header-top-primary .header-nav-top ul > li > a:focus {
    background: #bdbf3a; }
  html #header .header-top.header-top-primary .header-nav-top ul > li.open > a {
    background: #bdbf3a; }
    html #header .header-top.header-top-primary .header-nav-top ul > li.open > a:hover {
      background: #bdbf3a; }
    html #header .header-top.header-top-primary .header-nav-top ul > li.open > a:focus {
      background: #bdbf3a; }

html #header .header-top.header-top-secondary {
  background: #9a8431;
  border-top-color: #87732b; }
  html #header .header-top.header-top-secondary .dropdown-menu {
    background: #ad9537;
    border-color: #ad9537; }
    html #header .header-top.header-top-secondary .dropdown-menu a:hover {
      background: #c1a53d !important; }
    html #header .header-top.header-top-secondary .dropdown-menu a:focus {
      background: #c1a53d !important; }
  html #header .header-top.header-top-secondary .header-nav-top ul > li > a:hover {
    background: #ad9537; }
  html #header .header-top.header-top-secondary .header-nav-top ul > li > a:focus {
    background: #ad9537; }
  html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a {
    background: #ad9537; }
    html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a:hover {
      background: #ad9537; }
    html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a:focus {
      background: #ad9537; }

html #header .header-top.header-top-tertiary {
  background: #e9e6e1;
  border-top-color: #2d2d2d; }
  html #header .header-top.header-top-tertiary .dropdown-menu {
    background: #474747;
    border-color: #474747; }
    html #header .header-top.header-top-tertiary .dropdown-menu a:hover {
      background: #505050 !important; }
    html #header .header-top.header-top-tertiary .dropdown-menu a:focus {
      background: #505050 !important; }
  html #header .header-top.header-top-tertiary .header-nav-top ul > li > a:hover {
    background: #474747; }
  html #header .header-top.header-top-tertiary .header-nav-top ul > li > a:focus {
    background: #474747; }
  html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a {
    background: #474747; }
    html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a:hover {
      background: #474747; }
    html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a:focus {
      background: #474747; }

html #header .header-top.header-top-quaternary {
  background: #ccc;
  border-top-color: #bfbfbf; }
  html #header .header-top.header-top-quaternary .dropdown-menu {
    background: #ddd;
    border-color: #ddd; }
    html #header .header-top.header-top-quaternary .dropdown-menu a:hover {
      background: #e6e6e6 !important; }
    html #header .header-top.header-top-quaternary .dropdown-menu a:focus {
      background: #e6e6e6 !important; }
  html #header .header-top.header-top-quaternary .header-nav-top ul > li > a:hover {
    background: #ddd; }
  html #header .header-top.header-top-quaternary .header-nav-top ul > li > a:focus {
    background: #ddd; }
  html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a {
    background: #ddd; }
    html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a:hover {
      background: #ddd; }
    html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a:focus {
      background: #ddd; }

html #header .header-top.header-top-dark {
  background: #967d71;
  border-top-color: #2a2a2a; }
  html #header .header-top.header-top-dark .dropdown-menu {
    background: #373f4a;
    border-color: #373f4a; }
    html #header .header-top.header-top-dark .dropdown-menu a:hover {
      background: #444e5b !important; }
    html #header .header-top.header-top-dark .dropdown-menu a:focus {
      background: #444e5b !important; }
  html #header .header-top.header-top-dark .header-nav-top ul > li > a:hover {
    background: #373f4a; }
  html #header .header-top.header-top-dark .header-nav-top ul > li > a:focus {
    background: #373f4a; }
  html #header .header-top.header-top-dark .header-nav-top ul > li.open > a {
    background: #373f4a; }
    html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:hover {
      background: #373f4a; }
    html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:focus {
      background: #373f4a; }

html #header .header-top.header-top-light {
  background: #fff;
  border-top-color: #f2f2f2; }
  html #header .header-top.header-top-light .dropdown-menu {
    background: #fff;
    border-color: #fff; }
    html #header .header-top.header-top-light .dropdown-menu a:hover {
      background: #fff !important; }
    html #header .header-top.header-top-light .dropdown-menu a:focus {
      background: #fff !important; }
  html #header .header-top.header-top-light .header-nav-top ul > li > a:hover {
    background: #fff; }
  html #header .header-top.header-top-light .header-nav-top ul > li > a:focus {
    background: #fff; }
  html #header .header-top.header-top-light .header-nav-top ul > li.open > a {
    background: #fff; }
    html #header .header-top.header-top-light .header-nav-top ul > li.open > a:hover {
      background: #fff; }
    html #header .header-top.header-top-light .header-nav-top ul > li.open > a:focus {
      background: #fff; }

html .header-logo img {
  width: 240px; }

html .testimonial-primary blockquote {
  background: #bdbf3a; }

html .testimonial-primary .testimonial-arrow-down {
  border-top-color: #bdbf3a; }

html .testimonial-secondary blockquote {
  background: #ad9537; }

html .testimonial-secondary .testimonial-arrow-down {
  border-top-color: #ad9537; }

html .testimonial-tertiary blockquote {
  background: #474747; }

html .testimonial-tertiary .testimonial-arrow-down {
  border-top-color: #474747; }

html .testimonial-quaternary blockquote {
  background: #ddd; }

html .testimonial-quaternary .testimonial-arrow-down {
  border-top-color: #ddd; }

html .testimonial-dark blockquote {
  background: #373f4a; }

html .testimonial-dark .testimonial-arrow-down {
  border-top-color: #373f4a; }

html .testimonial-light blockquote {
  background: #fff; }

html .testimonial-light .testimonial-arrow-down {
  border-top-color: #fff; }

html .counters .counter-primary .fa {
  color: #106936; }

html .counters .counter-primary .icons {
  color: #106936; }

html .counters .counter-primary strong {
  color: #106936; }

html .counters .counter-secondary .fa {
  color: #9a8431; }

html .counters .counter-secondary .icons {
  color: #9a8431; }

html .counters .counter-secondary strong {
  color: #9a8431; }

html .counters .counter-tertiary .fa {
  color: #e9e6e1; }

html .counters .counter-tertiary .icons {
  color: #e9e6e1; }

html .counters .counter-tertiary strong {
  color: #e9e6e1; }

html .counters .counter-quaternary .fa {
  color: #ccc; }

html .counters .counter-quaternary .icons {
  color: #ccc; }

html .counters .counter-quaternary strong {
  color: #ccc; }

html .counters .counter-dark .fa {
  color: #967d71; }

html .counters .counter-dark .icons {
  color: #967d71; }

html .counters .counter-dark strong {
  color: #967d71; }

html .counters .counter-light .fa {
  color: #fff; }

html .counters .counter-light .icons {
  color: #fff; }

html .counters .counter-light strong {
  color: #fff; }

html .featured-box-primary .icon-featured {
  background-color: #106936; }

html .featured-box-primary h4 {
  color: #106936; }

html .featured-box-primary .box-content {
  border-top-color: #106936; }

html .featured-box-secondary .icon-featured {
  background-color: #9a8431; }

html .featured-box-secondary h4 {
  color: #9a8431; }

html .featured-box-secondary .box-content {
  border-top-color: #9a8431; }

html .featured-box-tertiary .icon-featured {
  background-color: #e9e6e1; }

html .featured-box-tertiary h4 {
  color: #e9e6e1; }

html .featured-box-tertiary .box-content {
  border-top-color: #e9e6e1; }

html .featured-box-quaternary .icon-featured {
  background-color: #ccc; }

html .featured-box-quaternary h4 {
  color: #ccc; }

html .featured-box-quaternary .box-content {
  border-top-color: #ccc; }

html .featured-box-dark .icon-featured {
  background-color: #967d71; }

html .featured-box-dark h4 {
  color: #967d71; }

html .featured-box-dark .box-content {
  border-top-color: #967d71; }

html .featured-box-light .icon-featured {
  background-color: #fff; }

html .featured-box-light h4 {
  color: #fff; }

html .featured-box-light .box-content {
  border-top-color: #fff; }

html .featured-box-effect-2.featured-box-primary .icon-featured:after {
  box-shadow: 0 0 0 3px #106936; }

html .featured-box-effect-2.featured-box-secondary .icon-featured:after {
  box-shadow: 0 0 0 3px #9a8431; }

html .featured-box-effect-2.featured-box-tertiary .icon-featured:after {
  box-shadow: 0 0 0 3px #e9e6e1; }

html .featured-box-effect-2.featured-box-quaternary .icon-featured:after {
  box-shadow: 0 0 0 3px #ccc; }

html .featured-box-effect-2.featured-box-dark .icon-featured:after {
  box-shadow: 0 0 0 3px #967d71; }

html .featured-box-effect-2.featured-box-light .icon-featured:after {
  box-shadow: 0 0 0 3px #fff; }

html .featured-box-effect-3.featured-box-primary .icon-featured:after {
  box-shadow: 0 0 0 10px #106936; }

html .featured-box-effect-3.featured-box-primary:hover .icon-featured {
  background: #106936 !important; }

html .featured-box-effect-3.featured-box-secondary .icon-featured:after {
  box-shadow: 0 0 0 10px #9a8431; }

html .featured-box-effect-3.featured-box-secondary:hover .icon-featured {
  background: #9a8431 !important; }

html .featured-box-effect-3.featured-box-tertiary .icon-featured:after {
  box-shadow: 0 0 0 10px #e9e6e1; }

html .featured-box-effect-3.featured-box-tertiary:hover .icon-featured {
  background: #e9e6e1 !important; }

html .featured-box-effect-3.featured-box-quaternary .icon-featured:after {
  box-shadow: 0 0 0 10px #ccc; }

html .featured-box-effect-3.featured-box-quaternary:hover .icon-featured {
  background: #ccc !important; }

html .featured-box-effect-3.featured-box-dark .icon-featured:after {
  box-shadow: 0 0 0 10px #967d71; }

html .featured-box-effect-3.featured-box-dark:hover .icon-featured {
  background: #967d71 !important; }

html .featured-box-effect-3.featured-box-light .icon-featured:after {
  box-shadow: 0 0 0 10px #fff; }

html .featured-box-effect-3.featured-box-light:hover .icon-featured {
  background: #fff !important; }

html .feature-box-primary .feature-box-icon {
  background-color: #106936; }

html .feature-box-primary.feature-box-style-2 .feature-box-icon .icons {
  color: #106936; }

html .feature-box-primary.feature-box-style-2 .feature-box-icon i.fa {
  color: #106936; }

html .feature-box-primary.feature-box-style-3 .feature-box-icon {
  border-color: #106936; }
  html .feature-box-primary.feature-box-style-3 .feature-box-icon .icons {
    color: #106936; }
  html .feature-box-primary.feature-box-style-3 .feature-box-icon i.fa {
    color: #106936; }

html .feature-box-primary.feature-box-style-4 .feature-box-icon .icons {
  color: #106936; }

html .feature-box-primary.feature-box-style-4 .feature-box-icon i.fa {
  color: #106936; }

html .feature-box-primary.feature-box-style-5 .feature-box-icon i.fa {
  color: #106936; }

html .feature-box-primary.feature-box-style-5 .feature-box-icon i.icons {
  color: #106936; }

html .feature-box-primary.feature-box-style-6 .feature-box-icon i.fa {
  color: #106936; }

html .feature-box-primary.feature-box-style-6 .feature-box-icon i.icons {
  color: #106936; }

html .feature-box-secondary .feature-box-icon {
  background-color: #9a8431; }

html .feature-box-secondary.feature-box-style-2 .feature-box-icon .icons {
  color: #9a8431; }

html .feature-box-secondary.feature-box-style-2 .feature-box-icon i.fa {
  color: #9a8431; }

html .feature-box-secondary.feature-box-style-3 .feature-box-icon {
  border-color: #9a8431; }
  html .feature-box-secondary.feature-box-style-3 .feature-box-icon .icons {
    color: #9a8431; }
  html .feature-box-secondary.feature-box-style-3 .feature-box-icon i.fa {
    color: #9a8431; }

html .feature-box-secondary.feature-box-style-4 .feature-box-icon .icons {
  color: #9a8431; }

html .feature-box-secondary.feature-box-style-4 .feature-box-icon i.fa {
  color: #9a8431; }

html .feature-box-secondary.feature-box-style-5 .feature-box-icon i.fa {
  color: #9a8431; }

html .feature-box-secondary.feature-box-style-5 .feature-box-icon i.icons {
  color: #9a8431; }

html .feature-box-secondary.feature-box-style-6 .feature-box-icon i.fa {
  color: #9a8431; }

html .feature-box-secondary.feature-box-style-6 .feature-box-icon i.icons {
  color: #9a8431; }

html .feature-box-tertiary .feature-box-icon {
  background-color: #e9e6e1; }

html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .icons {
  color: #e9e6e1; }

html .feature-box-tertiary.feature-box-style-2 .feature-box-icon i.fa {
  color: #e9e6e1; }

html .feature-box-tertiary.feature-box-style-3 .feature-box-icon {
  border-color: #e9e6e1; }
  html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .icons {
    color: #e9e6e1; }
  html .feature-box-tertiary.feature-box-style-3 .feature-box-icon i.fa {
    color: #e9e6e1; }

html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .icons {
  color: #e9e6e1; }

html .feature-box-tertiary.feature-box-style-4 .feature-box-icon i.fa {
  color: #e9e6e1; }

html .feature-box-tertiary.feature-box-style-5 .feature-box-icon i.fa {
  color: #e9e6e1; }

html .feature-box-tertiary.feature-box-style-5 .feature-box-icon i.icons {
  color: #e9e6e1; }

html .feature-box-tertiary.feature-box-style-6 .feature-box-icon i.fa {
  color: #e9e6e1; }

html .feature-box-tertiary.feature-box-style-6 .feature-box-icon i.icons {
  color: #e9e6e1; }

html .feature-box-quaternary .feature-box-icon {
  background-color: #ccc; }

html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .icons {
  color: #ccc; }

html .feature-box-quaternary.feature-box-style-2 .feature-box-icon i.fa {
  color: #ccc; }

html .feature-box-quaternary.feature-box-style-3 .feature-box-icon {
  border-color: #ccc; }
  html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .icons {
    color: #ccc; }
  html .feature-box-quaternary.feature-box-style-3 .feature-box-icon i.fa {
    color: #ccc; }

html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .icons {
  color: #ccc; }

html .feature-box-quaternary.feature-box-style-4 .feature-box-icon i.fa {
  color: #ccc; }

html .feature-box-quaternary.feature-box-style-5 .feature-box-icon i.fa {
  color: #ccc; }

html .feature-box-quaternary.feature-box-style-5 .feature-box-icon i.icons {
  color: #ccc; }

html .feature-box-quaternary.feature-box-style-6 .feature-box-icon i.fa {
  color: #ccc; }

html .feature-box-quaternary.feature-box-style-6 .feature-box-icon i.icons {
  color: #ccc; }

html .feature-box-dark .feature-box-icon {
  background-color: #967d71; }

html .feature-box-dark.feature-box-style-2 .feature-box-icon .icons {
  color: #967d71; }

html .feature-box-dark.feature-box-style-2 .feature-box-icon i.fa {
  color: #967d71; }

html .feature-box-dark.feature-box-style-3 .feature-box-icon {
  border-color: #967d71; }
  html .feature-box-dark.feature-box-style-3 .feature-box-icon .icons {
    color: #967d71; }
  html .feature-box-dark.feature-box-style-3 .feature-box-icon i.fa {
    color: #967d71; }

html .feature-box-dark.feature-box-style-4 .feature-box-icon .icons {
  color: #967d71; }

html .feature-box-dark.feature-box-style-4 .feature-box-icon i.fa {
  color: #967d71; }

html .feature-box-dark.feature-box-style-5 .feature-box-icon i.fa {
  color: #967d71; }

html .feature-box-dark.feature-box-style-5 .feature-box-icon i.icons {
  color: #967d71; }

html .feature-box-dark.feature-box-style-6 .feature-box-icon i.fa {
  color: #967d71; }

html .feature-box-dark.feature-box-style-6 .feature-box-icon i.icons {
  color: #967d71; }

html .feature-box-light .feature-box-icon {
  background-color: #fff; }

html .feature-box-light.feature-box-style-2 .feature-box-icon .icons {
  color: #fff; }

html .feature-box-light.feature-box-style-2 .feature-box-icon i.fa {
  color: #fff; }

html .feature-box-light.feature-box-style-3 .feature-box-icon {
  border-color: #fff; }
  html .feature-box-light.feature-box-style-3 .feature-box-icon .icons {
    color: #fff; }
  html .feature-box-light.feature-box-style-3 .feature-box-icon i.fa {
    color: #fff; }

html .feature-box-light.feature-box-style-4 .feature-box-icon .icons {
  color: #fff; }

html .feature-box-light.feature-box-style-4 .feature-box-icon i.fa {
  color: #fff; }

html .feature-box-light.feature-box-style-5 .feature-box-icon i.fa {
  color: #fff; }

html .feature-box-light.feature-box-style-5 .feature-box-icon i.icons {
  color: #fff; }

html .feature-box-light.feature-box-style-6 .feature-box-icon i.fa {
  color: #fff; }

html .feature-box-light.feature-box-style-6 .feature-box-icon i.icons {
  color: #fff; }

html .featured-boxes-full .featured-box-full-primary {
  background-color: #106936;
  color: #fff; }

html .featured-boxes-full .featured-box-full-secondary {
  background-color: #9a8431;
  color: #fff; }

html .featured-boxes-full .featured-box-full-tertiary {
  background-color: #e9e6e1;
  color: #fff; }

html .featured-boxes-full .featured-box-full-quaternary {
  background-color: #ccc;
  color: #777; }

html .featured-boxes-full .featured-box-full-dark {
  background-color: #967d71;
  color: #fff; }

html .featured-boxes-full .featured-box-full-light {
  background-color: #fff;
  color: #777; }

html .call-to-action.featured.featured-primary {
  border-top-color: #106936; }

html .call-to-action.featured.featured-secondary {
  border-top-color: #9a8431; }

html .call-to-action.featured.featured-tertiary {
  border-top-color: #e9e6e1; }

html .call-to-action.featured.featured-quaternary {
  border-top-color: #ccc; }

html .call-to-action.featured.featured-dark {
  border-top-color: #967d71; }

html .call-to-action.featured.featured-light {
  border-top-color: #fff; }

html .call-to-action.call-to-action-primary {
  background: #106936; }
  html .call-to-action.call-to-action-primary h3 {
    color: #fff; }
  html .call-to-action.call-to-action-primary p {
    color: #fff; }

html .call-to-action.with-full-borders-primary {
  border-color: #106936; }

html .call-to-action.call-to-action-secondary {
  background: #9a8431; }
  html .call-to-action.call-to-action-secondary h3 {
    color: #fff; }
  html .call-to-action.call-to-action-secondary p {
    color: #fff; }

html .call-to-action.with-full-borders-secondary {
  border-color: #9a8431; }

html .call-to-action.call-to-action-tertiary {
  background: #e9e6e1; }
  html .call-to-action.call-to-action-tertiary h3 {
    color: #fff; }
  html .call-to-action.call-to-action-tertiary p {
    color: #fff; }

html .call-to-action.with-full-borders-tertiary {
  border-color: #e9e6e1; }

html .call-to-action.call-to-action-quaternary {
  background: #ccc; }
  html .call-to-action.call-to-action-quaternary h3 {
    color: #777; }
  html .call-to-action.call-to-action-quaternary p {
    color: #777; }

html .call-to-action.with-full-borders-quaternary {
  border-color: #ccc; }

html .call-to-action.call-to-action-dark {
  background: #967d71; }
  html .call-to-action.call-to-action-dark h3 {
    color: #fff; }
  html .call-to-action.call-to-action-dark p {
    color: #fff; }

html .call-to-action.with-full-borders-dark {
  border-color: #967d71; }

html .call-to-action.call-to-action-light {
  background: #fff; }
  html .call-to-action.call-to-action-light h3 {
    color: #777; }
  html .call-to-action.call-to-action-light p {
    color: #777; }

html .call-to-action.with-full-borders-light {
  border-color: #fff; }

html .home-intro-primary {
  background: #106936; }

html .home-intro-secondary {
  background: #9a8431; }

html .home-intro-tertiary {
  background: #e9e6e1; }

html .home-intro-quaternary {
  background: #ccc; }

html .home-intro-dark {
  background: #967d71; }

html .home-intro-light {
  background: #fff; }

html .slider-container .tp-caption-overlay-primary {
  background: #106936; }

html .slider-container .tp-caption-overlay-opacity-primary {
  background: rgba(170, 171, 52, 0.4); }

html .slider-container .tp-caption-overlay-secondary {
  background: #9a8431; }

html .slider-container .tp-caption-overlay-opacity-secondary {
  background: rgba(154, 132, 49, 0.4); }

html .slider-container .tp-caption-overlay-tertiary {
  background: #e9e6e1; }

html .slider-container .tp-caption-overlay-opacity-tertiary {
  background: rgba(58, 58, 58, 0.4); }

html .slider-container .tp-caption-overlay-quaternary {
  background: #ccc; }

html .slider-container .tp-caption-overlay-opacity-quaternary {
  background: rgba(204, 204, 204, 0.4); }

html .slider-container .tp-caption-overlay-dark {
  background: #967d71; }

html .slider-container .tp-caption-overlay-opacity-dark {
  background: rgba(46, 53, 62, 0.4); }

html .slider-container .tp-caption-overlay-light {
  background: #fff; }

html .slider-container .tp-caption-overlay-opacity-light {
  background: rgba(255, 255, 255, 0.4); }

html #footer.color-primary {
  background: #106936;
  border-top-color: #106936; }
  html #footer.color-primary .footer-ribbon {
    background: #838428; }
    html #footer.color-primary .footer-ribbon:before {
      border-right-color: #494916; }
  html #footer.color-primary .footer-copyright {
    background: #97972e;
    border-top-color: #97972e; }

html #footer.color-secondary {
  background: #9a8431;
  border-top-color: #9a8431; }
  html #footer.color-secondary .footer-ribbon {
    background: #736325; }
    html #footer.color-secondary .footer-ribbon:before {
      border-right-color: #393112; }
  html #footer.color-secondary .footer-copyright {
    background: #87732b;
    border-top-color: #87732b; }

html #footer.color-tertiary {
  background: #e9e6e1;
  border-top-color: #e9e6e1; }
  html #footer.color-tertiary .footer-ribbon {
    background: #222; }
    html #footer.color-tertiary .footer-ribbon:before {
      border-right-color: #000; }
  html #footer.color-tertiary .footer-copyright {
    background: #2d2d2d;
    border-top-color: #2d2d2d; }

html #footer.color-quaternary {
  background: #ccc;
  border-top-color: #ccc; }
  html #footer.color-quaternary .footer-ribbon {
    background: #b3b3b3; }
    html #footer.color-quaternary .footer-ribbon:before {
      border-right-color: #8e8e8e; }
  html #footer.color-quaternary .footer-copyright {
    background: #bfbfbf;
    border-top-color: #bfbfbf; }

html #footer.color-dark {
  background: #967d71;
  border-top-color: #967d71; }
  html #footer.color-dark .footer-ribbon {
    background: #967d71; }
    html #footer.color-dark .footer-ribbon:before {
      border-right-color: #000; }
  html #footer.color-dark .footer-copyright {
    background: #2a2a2a;
    border-top-color: #2a2a2a; }

html #footer.color-light {
  background: #fff;
  border-top-color: #fff; }
  html #footer.color-light .footer-ribbon {
    background: #e6e6e6; }
    html #footer.color-light .footer-ribbon:before {
      border-right-color: #bfbfbf; }
  html #footer.color-light .footer-copyright {
    background: #f2f2f2;
    border-top-color: #f2f2f2; }

html .scroll-to-top {
  border-radius: 0; }

html .featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured {
  border-color: #106936;
  color: #106936; }

html .featured-boxes-style-3 .featured-box.featured-box-secondary .icon-featured {
  border-color: #9a8431;
  color: #9a8431; }

html .featured-boxes-style-3 .featured-box.featured-box-tertiary .icon-featured {
  border-color: #e9e6e1;
  color: #e9e6e1; }

html .featured-boxes-style-3 .featured-box.featured-box-quaternary .icon-featured {
  border-color: #ccc;
  color: #ccc; }

html .featured-boxes-style-3 .featured-box.featured-box-dark .icon-featured {
  border-color: #967d71;
  color: #967d71; }

html .featured-boxes-style-3 .featured-box.featured-box-light .icon-featured {
  border-color: #fff;
  color: #fff; }

html .featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured {
  border-color: #106936;
  color: #106936; }

html .featured-boxes-style-4 .featured-box.featured-box-secondary .icon-featured {
  border-color: #9a8431;
  color: #9a8431; }

html .featured-boxes-style-4 .featured-box.featured-box-tertiary .icon-featured {
  border-color: #e9e6e1;
  color: #e9e6e1; }

html .featured-boxes-style-4 .featured-box.featured-box-quaternary .icon-featured {
  border-color: #ccc;
  color: #ccc; }

html .featured-boxes-style-4 .featured-box.featured-box-dark .icon-featured {
  border-color: #967d71;
  color: #967d71; }

html .featured-boxes-style-4 .featured-box.featured-box-light .icon-featured {
  border-color: #fff;
  color: #fff; }

html .featured-boxes-style-5 .featured-box.featured-box-primary .icon-featured {
  color: #106936; }

html .featured-boxes-style-5 .featured-box.featured-box-secondary .icon-featured {
  color: #9a8431; }

html .featured-boxes-style-5 .featured-box.featured-box-tertiary .icon-featured {
  color: #e9e6e1; }

html .featured-boxes-style-5 .featured-box.featured-box-quaternary .icon-featured {
  color: #ccc; }

html .featured-boxes-style-5 .featured-box.featured-box-dark .icon-featured {
  color: #967d71; }

html .featured-boxes-style-5 .featured-box.featured-box-light .icon-featured {
  color: #fff; }

html .featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured {
  color: #106936; }

html .featured-boxes-style-6 .featured-box.featured-box-secondary .icon-featured {
  color: #9a8431; }

html .featured-boxes-style-6 .featured-box.featured-box-tertiary .icon-featured {
  color: #e9e6e1; }

html .featured-boxes-style-6 .featured-box.featured-box-quaternary .icon-featured {
  color: #ccc; }

html .featured-boxes-style-6 .featured-box.featured-box-dark .icon-featured {
  color: #967d71; }

html .featured-boxes-style-6 .featured-box.featured-box-light .icon-featured {
  color: #fff; }

html .featured-boxes-style-8 .featured-box.featured-box-primary .icon-featured {
  color: #106936; }

html .featured-boxes-style-8 .featured-box.featured-box-secondary .icon-featured {
  color: #9a8431; }

html .featured-boxes-style-8 .featured-box.featured-box-tertiary .icon-featured {
  color: #e9e6e1; }

html .featured-boxes-style-8 .featured-box.featured-box-quaternary .icon-featured {
  color: #ccc; }

html .featured-boxes-style-8 .featured-box.featured-box-dark .icon-featured {
  color: #967d71; }

html .featured-boxes-style-8 .featured-box.featured-box-light .icon-featured {
  color: #fff; }

html .featured-boxes-full-scale > [class*="col-"]:nth-child(1) .featured-box-full-primary {
  background-color: #838428; }

html .featured-boxes-full-scale > [class*="col-"]:nth-child(2) .featured-box-full-primary {
  background-color: #97972e; }

html .featured-boxes-full-scale > [class*="col-"]:nth-child(3) .featured-box-full-primary {
  background-color: #106936; }

html .featured-boxes-full-scale > [class*="col-"]:nth-child(4) .featured-box-full-primary {
  background-color: #bdbf3a; }

html .featured-boxes-full-scale > [class*="col-"]:nth-child(5) .featured-box-full-primary {
  background-color: #c7c84a; }

html .featured-boxes-full-scale > [class*="col-"]:nth-child(6) .featured-box-full-primary {
  background-color: #cdce5e; }

html.boxed .body {
  border-top-color: #106936;
  border-radius: 0; }

.alternative-font {
  color:#106936; }

ul.nav-pills > li.active > a {
  background-color: #45bf61; }
  ul.nav-pills > li.active > a:hover {
    background-color: #106936; }
  ul.nav-pills > li.active > a:focus {
    background-color: #106936; }

ul.history li .featured-box .box-content {
  border-top-color:#106936;; }

ul.comments .comment-block {
  border-radius: 0; }

.btn-link {
  color: #106936; }
  .btn-link:hover {
    color: #bdbf3a; }
  .btn-link:active {
    color: #97972e; }

.pagination {
  border-radius: 0; }
  .pagination > li > a {
    color: #106936; }
    .pagination > li > a:hover {
      color: #106936; }
    .pagination > li > a:focus {
      color: #106936; }
  .pagination > li > span {
    color: #106936; }
    .pagination > li > span:hover {
      color: #106936; }
    .pagination > li > span:focus {
      color: #106936; }
  .pagination > li:first-child > a {
    border-radius: 0; }
  .pagination > li:first-child > span {
    border-radius: 0; }
  .pagination > li:last-child > a {
    border-radius: 0; }
  .pagination > li:last-child > span {
    border-radius: 0; }
  .pagination > .active > a {
    background-color: #106936 !important;
    border-color: #106936; }
    .pagination > .active > a:hover {
      background-color: #106936 !important;
      border-color: #106936;
      border-color: #bdbf3a #bdbf3a #97972e;
      background-color: #bdbf3a; }
    .pagination > .active > a:focus {
      background-color: #106936 !important;
      border-color: #106936;
      border-color: #97972e #97972e #97972e;
      background-color: #97972e; }
    .pagination > .active > a:active {
      border-color: #97972e #97972e #97972e;
      background-color: #97972e; }
      .pagination > .active > a:active:hover {
        border-color: #97972e #97972e #97972e;
        background-color: #97972e; }
      .pagination > .active > a:active:focus {
        border-color: #97972e #97972e #97972e;
        background-color: #97972e; }
    .pagination > .active > a.dropdown-toggle {
      border-left-color: #97972e; }
  .pagination > .active > span {
    background-color: #106936 !important;
    border-color: #106936; }
    .pagination > .active > span:hover {
      background-color: #106936 !important;
      border-color: #106936; }
    .pagination > .active > span:focus {
      background-color: #106936 !important;
      border-color: #106936; }
  .pagination > .active > a[disabled] {
    border-color: #d3d471;
    background-color: #d3d471; }
    .pagination > .active > a[disabled]:hover {
      border-color: #d3d471;
      background-color: #d3d471; }
    .pagination > .active > a[disabled]:active {
      border-color: #d3d471;
      background-color: #d3d471; }
    .pagination > .active > a[disabled]:focus {
      border-color: #d3d471;
      background-color: #d3d471; }

section.page-header h1 {
  border-bottom-color: #106936; }

section.page-header.custom-product {
  background-color: #97972e;
  border-top-color: #106936; }

section.timeline .timeline-box {
  border-radius: 0; }
  section.timeline .timeline-box.left:before {
    background: #106936;
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #106936; }
  section.timeline .timeline-box.right:before {
    background: #106936;
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #106936; }

section.timeline .timeline-date {
  border-radius: 0; }

section.video blockquote i.fa-quote-left {
  color: #106936; }

.thumb-info {
  border-radius: 0; }
  .thumb-info .thumb-info-type {
    background-color: #106936;
    border-radius: 0; }
  .thumb-info .thumb-info-action-icon {
    background-color: #106936; }
  .thumb-info .thumb-info-wrapper {
    border-radius: 0; }
    .thumb-info .thumb-info-wrapper:after {
      border-radius: 0; }
  .thumb-info img {
    border-radius: 0; }

.thumbnail {
  border-radius: 0; }
  .thumbnail .zoom {
    background-color: #106936; }

.img-thumbnail {
  border-radius: 0; }
  .img-thumbnail .zoom {
    background-color: #106936; }
  .img-thumbnail img {
    border-radius: 0; }
  .img-thumbnail.img-thumbnail-hover-icon:before {
    border-radius: 0; }

.thumb-info-ribbon {
  background: #106936; }
  .thumb-info-ribbon:before {
    border-right-color: #707022;
    border-left-color: #707022; }

.inverted {
  background-color: #106936; }

.owl-carousel .owl-nav [class*="owl-"] {
  color: #fff;
  background-color: #106936;
  border-color: #106936 #106936 #838428;
  border-radius: 0; }
  .owl-carousel .owl-nav [class*="owl-"]:hover {
    border-color: #bdbf3a #bdbf3a #97972e;
    background-color: #bdbf3a; }
  .owl-carousel .owl-nav [class*="owl-"]:active {
    border-color: #97972e #97972e #97972e;
    background-color: #97972e; }
    .owl-carousel .owl-nav [class*="owl-"]:active:hover {
      border-color: #97972e #97972e #97972e;
      background-color: #97972e; }
    .owl-carousel .owl-nav [class*="owl-"]:active:focus {
      border-color: #97972e #97972e #97972e;
      background-color: #97972e; }
  .owl-carousel .owl-nav [class*="owl-"]:focus {
    border-color: #97972e #97972e #97972e;
    background-color: #97972e; }
  .owl-carousel .owl-nav [class*="owl-"].dropdown-toggle {
    border-left-color: #97972e; }

.owl-carousel .owl-nav [class*="owl-"][disabled] {
  border-color: #d3d471;
  background-color: #d3d471; }
  .owl-carousel .owl-nav [class*="owl-"][disabled]:hover {
    border-color: #d3d471;
    background-color: #d3d471; }
  .owl-carousel .owl-nav [class*="owl-"][disabled]:active {
    border-color: #d3d471;
    background-color: #d3d471; }
  .owl-carousel .owl-nav [class*="owl-"][disabled]:focus {
    border-color: #d3d471;
    background-color: #d3d471; }

.owl-carousel .owl-dots .owl-dot.active span {
  background-color: #97972e; }

.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #97972e; }

.owl-carousel.show-nav-title .owl-nav [class*="owl-"] {
  color: #106936; }

.owl-carousel.rounded-nav .owl-nav [class*="owl-"] {
  border-radius: 0; }
  .owl-carousel.rounded-nav .owl-nav [class*="owl-"]:hover {
    border-radius: 0; }

.owl-carousel.full-width .owl-nav .owl-prev {
  border-radius: 0; }

.owl-carousel.full-width .owl-nav .owl-next {
  border-radius: 0; }

.owl-carousel.big-nav .owl-nav .owl-prev {
  border-radius: 0; }

.owl-carousel.big-nav .owl-nav .owl-next {
  border-radius: 0; }

html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover {
  border-right-color: #106936;
  border-left-color: transparent; }

html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active a {
  border-right-color: #106936;
  border-left-color: transparent; }
  html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover {
    border-right-color: #106936;
    border-left-color: transparent; }
  html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus {
    border-right-color: #106936;
    border-left-color: transparent; }

html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover {
  border-right-color: transparent;
  border-left-color: #106936; }

html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active a {
  border-right-color: transparent;
  border-left-color: #106936; }
  html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover {
    border-right-color: transparent;
    border-left-color: #106936; }
  html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus {
    border-right-color: transparent;
    border-left-color: #106936; }

html[dir="rtl"] #header .tip.skin:before {
  border-left-color: #106936; }

.list.list-icons li > .fa:first-child {
  color: #106936;
  border-color: #106936; }

.list.list-icons li > .icons:first-child {
  color: #106936;
  border-color: #106936; }

.list.list-icons li a:first-child > .fa:first-child {
  color: #106936;
  border-color: #106936; }

.list.list-icons li a:first-child > .icons:first-child {
  color: #106936;
  border-color: #106936; }

.list.list-icons.list-icons-style-3 li > .fa:first-child {
  background-color: #106936; }

.list.list-icons.list-icons-style-3 li > .icons:first-child {
  background-color: #106936; }

.list.list-icons.list-icons-style-3 li a:first-child > .fa:first-child {
  background-color: #106936; }

.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  background-color: #106936; }

.list.list-ordened li:before {
  color: #106936;
  border-color: #106936; }

.list.list-ordened.list-ordened-style-3 li:before {
  background-color: #106936; }

.panel-group .panel-heading {
  border-radius: 0; }
  .panel-group .panel-heading a {
    color: #106936; }

.panel-group .panel {
  border-radius: 0; }

#header .tip {
  background: #106936;
  color: #fff; }
  #header .tip:before {
    border-right-color: #106936; }

#header .header-btn-collapse-nav {
  background: #106936; }

#header .header-search .form-control {
  border-radius: 0; }

#header .header-nav-main nav > ul > li > a {
  border-radius: 0; }

#header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
  border-radius: 0; }

#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
  border-radius: 0; }

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu {
  border-radius: 0; }

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
  border-radius: 0; }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
    border-radius: 0; }

#header.header-transparent .header-nav-main {
  border-radius: 0; }

#header.header-semi-transparent .header-nav-main {
  border-radius: 0; }

#header.header-semi-transparent-light .header-nav-main {
  border-radius: 0; }

#header nav.mega-menu .mega-menu-shop .dropdown-menu {
  border-radius: 0; }

@media (min-width: 992px) {
  #header .header-nav-main nav > ul > li.open > a {
    background: #106936; }
  #header .header-nav-main nav > ul > li:hover > a {
    background: #106936; }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border-top-color: #106936; }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
      border-color: transparent transparent transparent #106936; }
  #header .header-nav-main nav > ul > li.dropdown-reverse .dropdown-menu {
    border-top-color: #106936; }
    #header .header-nav-main nav > ul > li.dropdown-reverse .dropdown-menu li.dropdown-submenu > a:after {
      border-color: transparent #106936 transparent; }
  #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu {
    border-top-color: #106936; }
    #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu li a {
      color: #106936; }
  #header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
    border-color: #106936 transparent transparent transparent; }
  #header .header-nav-main.header-nav-main-light nav > ul > li.open > a {
    color: #106936; }
    #header .header-nav-main.header-nav-main-light nav > ul > li.open > a.dropdown-toggle:after {
      border-color: #106936 transparent transparent transparent; }
  #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a {
    color: #106936; }
    #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a.dropdown-toggle:after {
      border-color: #106936 transparent transparent transparent; }
  #header .header-nav-main.header-nav-main-light nav > ul > li.active > a {
    color: #106936; }
    #header .header-nav-main.header-nav-main-light nav > ul > li.active > a.dropdown-toggle:after {
      border-color: #106936 transparent transparent transparent; }
  #header .header-nav.header-nav-stripe nav > ul > li:not(:hover).active > a {
    color: #106936; }
    #header .header-nav.header-nav-stripe nav > ul > li:not(:hover).active > a.dropdown-toggle:after {
      border-color: #106936 transparent transparent transparent; }
  #header .header-nav.header-nav-stripe nav > ul > li:hover > a {
    background-color: #106936; }
  #header .header-nav.header-nav-top-line nav > ul li.active > a {
    color: #106936; }
    #header .header-nav.header-nav-top-line nav > ul li.active > a:before {
      background: #106936; }
    #header .header-nav.header-nav-top-line nav > ul li.active > a.dropdown-toggle:after {
      border-color: #106936 transparent transparent transparent; }
  #header .header-nav.header-nav-top-line nav > ul li:hover > a {
    color: #106936; }
    #header .header-nav.header-nav-top-line nav > ul li:hover > a:before {
      background: #106936; }
    #header .header-nav.header-nav-top-line nav > ul li:hover > a.dropdown-toggle:after {
      border-color: #106936 transparent transparent transparent; }
  #header .header-nav.header-nav-dark-dropdown nav > ul li.active > a {
    color: #106936; }
    #header .header-nav.header-nav-dark-dropdown nav > ul li.active > a.dropdown-toggle:after {
      border-color: #106936 transparent transparent transparent; }
  #header .header-nav.header-nav-dark-dropdown nav > ul li:hover > a {
    color: #106936; }
    #header .header-nav.header-nav-dark-dropdown nav > ul li:hover > a.dropdown-toggle:after {
      border-color: #106936 transparent transparent transparent; }
  #header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu a {
    border-radius: 0; }
  #header nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu {
    border-radius: 0; }
  #header.flat-menu nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu {
    border-radius: 0; }
  #header.flat-menu nav ul.nav-main li a {
    border-radius: 0; }
  html #header .header-nav-bar-primary {
    background: #106936 !important;
    color: #fff !important; }
  html #header .header-nav-bar-secondary {
    background: #9a8431 !important;
    color: #fff !important; }
  html #header .header-nav-bar-tertiary {
    background: #e9e6e1 !important;
    color: #fff !important; }
  html #header .header-nav-bar-quaternary {
    background: #ccc !important;
    color: #777 !important; }
  html #header .header-nav-bar-dark {
    background: #967d71 !important;
    color: #fff !important; }
  html #header .header-nav-bar-light {
    background: #fff !important;
    color: #777 !important; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a {
    color: #106936; }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus {
      background: #106936;
      color: #fff; }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover {
      background: #106936;
      color: #fff; }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:after {
      border-color: #106936 transparent transparent transparent; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu {
    border-top-color: #106936;
    background-color: #106936; }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li a {
      color: #fff;
      border-bottom-color: #bdbf3a; }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li:hover > a {
      background: #bdbf3a; }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li.dropdown-submenu > a:after {
      border-color: transparent transparent transparent #fff; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.active > a {
    background: #106936;
    color: #fff; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a {
    background: #106936;
    color: #fff; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-primary .dropdown-mega-sub-title {
    color: #fff;
    opacity: 0.70; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-secondary .dropdown-mega-sub-title {
    color: #fff;
    opacity: 0.70; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-tertiary .dropdown-mega-sub-title {
    color: #fff;
    opacity: 0.70; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-quaternary .dropdown-mega-sub-title {
    color: #777;
    opacity: 0.70; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-dark .dropdown-mega-sub-title {
    color: #fff;
    opacity: 0.70; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-light .dropdown-mega-sub-title {
    color: #777;
    opacity: 0.70; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a {
    color: #9a8431; }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:focus {
      background: #9a8431;
      color: #fff; }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:hover {
      background: #9a8431;
      color: #fff; }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:after {
      border-color: #9a8431 transparent transparent transparent; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu {
    border-top-color: #9a8431;
    background-color: #9a8431; }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li a {
      color: #fff;
      border-bottom-color: #ad9537; }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li:hover > a {
      background: #ad9537; }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li.dropdown-submenu > a:after {
      border-color: transparent transparent transparent #fff; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary.active > a {
    background: #9a8431;
    color: #fff; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a {
    background: #9a8431;
    color: #fff; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a {
    color: #e9e6e1; }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:focus {
      background: #e9e6e1;
      color: #fff; }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:hover {
      background: #e9e6e1;
      color: #fff; }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:after {
      border-color: #e9e6e1 transparent transparent transparent; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu {
    border-top-color: #e9e6e1;
    background-color: #e9e6e1; }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li a {
      color: #fff;
      border-bottom-color: #474747; }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li:hover > a {
      background: #474747; }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li.dropdown-submenu > a:after {
      border-color: transparent transparent transparent #fff; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary.active > a {
    background: #e9e6e1;
    color: #fff; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a {
    background: #e9e6e1;
    color: #fff; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a {
    color: #ccc; }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:focus {
      background: #ccc;
      color: #777; }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:hover {
      background: #ccc;
      color: #777; }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:after {
      border-color: #ccc transparent transparent transparent; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu {
    border-top-color: #ccc;
    background-color: #ccc; }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li a {
      color: #777;
      border-bottom-color: #ddd; }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li:hover > a {
      background: #ddd; }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li.dropdown-submenu > a:after {
      border-color: transparent transparent transparent #777; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary.active > a {
    background: #ccc;
    color: #777; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a {
    background: #ccc;
    color: #777; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a {
    color: #967d71; }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:focus {
      background: #967d71;
      color: #fff; }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:hover {
      background: #967d71;
      color: #fff; }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:after {
      border-color: #967d71 transparent transparent transparent; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu {
    border-top-color: #967d71;
    background-color: #967d71; }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li a {
      color: #fff;
      border-bottom-color: #373f4a; }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li:hover > a {
      background: #373f4a; }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li.dropdown-submenu > a:after {
      border-color: transparent transparent transparent #fff; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark.active > a {
    background: #967d71;
    color: #fff; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a {
    background: #967d71;
    color: #fff; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a {
    color: #fff; }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:focus {
      background: #fff;
      color: #777; }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:hover {
      background: #fff;
      color: #777; }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:after {
      border-color: #fff transparent transparent transparent; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu {
    border-top-color: #fff;
    background-color: #fff; }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li a {
      color: #777;
      border-bottom-color: #fff; }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li:hover > a {
      background: #fff; }
    html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li.dropdown-submenu > a:after {
      border-color: transparent transparent transparent #777; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light.active > a {
    background: #fff;
    color: #777; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a {
    background: #fff;
    color: #777; }
  html #header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after {
    border-color: #106936 transparent transparent transparent;
    border-color: #9a8431 transparent transparent transparent;
    border-color: #e9e6e1 transparent transparent transparent;
    border-color: #ccc transparent transparent transparent;
    border-color: #967d71 transparent transparent transparent;
    border-color: #fff transparent transparent transparent; }
  html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
    border-color: #106936 transparent transparent transparent;
    border-color: #9a8431 transparent transparent transparent;
    border-color: #e9e6e1 transparent transparent transparent;
    border-color: #ccc transparent transparent transparent;
    border-color: #967d71 transparent transparent transparent;
    border-color: #fff transparent transparent transparent; }
  html.side-header #header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
    border-left-color: #106936; }
  html.side-header #header .header-nav-main nav > ul li.dropdown:hover > a.dropdown-toggle:after {
    border-color: transparent transparent transparent #fff; }
  html.side-header #header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu {
    border-left-color: #106936; }
  html.side-header #header .header-nav-main nav > ul li.dropdown > a.dropdown-toggle:after {
    border-color: transparent transparent transparent #106936; }
  html.side-header #header .header-nav-main nav > ul li.dropdown.active > a.dropdown-toggle:after {
    border-color: transparent transparent transparent #fff; }
  html.side-header-right #header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu {
    border-right-color: #106936; }
  html.side-header-right #header .header-nav-main nav > ul li.dropdown:hover > a.dropdown-toggle:after {
    border-color: transparent #fff transparent transparent; }
  html.side-header-right #header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu {
    border-right-color: #106936; }
  html.side-header-right #header .header-nav-main nav > ul li.dropdown > a.dropdown-toggle:after {
    border-color: transparent #106936 transparent transparent; }
  html.side-header-right #header .header-nav-main nav > ul li.dropdown.active > a.dropdown-toggle:after {
    border-color: transparent #fff transparent transparent; }
  html.boxed #header.flat-menu .header-top {
    border-radius: 0; }
  html[dir="rtl"] #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
    border-color: transparent #106936 transparent transparent; } }

@media (max-width: 991px) {
  #header .header-nav-main nav > ul > li > a {
    color: #106936; }
    #header .header-nav-main nav > ul > li > a:focus {
      color: #106936; }
    #header .header-nav-main nav > ul > li > a:hover {
      color: #106936; }
  #header .header-nav-main nav > ul > li.active > a {
    background-color: #106936; }
    #header .header-nav-main nav > ul > li.active > a:focus {
      background-color: #106936; }
    #header .header-nav-main nav > ul > li.active > a:hover {
      background-color: #106936; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a {
    color: #106936; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.active > a {
    background: #106936;
    color: #fff; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a {
    color: #9a8431; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary.active > a {
    background: #9a8431;
    color: #fff; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a {
    color: #e9e6e1; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary.active > a {
    background: #e9e6e1;
    color: #fff; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a {
    color: #ccc; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary.active > a {
    background: #ccc;
    color: #777; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark > a {
    color: #967d71; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark.active > a {
    background: #967d71;
    color: #fff; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light > a {
    color: #fff; }
  html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light.active > a {
    background: #fff;
    color: #777; } }

.testimonial blockquote {
  background: #bdbf3a;
  border-radius: 0; }

.testimonial .testimonial-arrow-down {
  border-top-color: #bdbf3a; }

.testimonial.testimonial-style-4 {
  border-radius: 0; }
  .testimonial.testimonial-style-4 blockquote {
    border-radius: 0; }

.testimonial.testimonial-style-2 blockquote {
  border-radius: 0; }

.testimonial.testimonial-style-3 blockquote {
  border-radius: 0; }

.testimonial.testimonial-style-5 blockquote {
  border-radius: 0; }

.testimonial.testimonial-style-6 blockquote {
  border-radius: 0; }

.icon-featured {
  background-color: #106936; }

.featured-box-primary .icon-featured {
  background-color: #106936; }
  .featured-box-primary .icon-featured:after {
    border-color: #106936; }

.featured-box-primary h4 {
  color: #106936; }

.featured-box-primary .box-content {
  border-top-color: #106936; }

.feature-box .feature-box-icon {
  background-color: #106936; }

.feature-box.feature-box-style-2 .feature-box-icon .icons {
  color: #106936; }

.feature-box.feature-box-style-2 .feature-box-icon i.fa {
  color: #106936; }

.feature-box.feature-box-style-3 .feature-box-icon {
  border-color: #106936; }
  .feature-box.feature-box-style-3 .feature-box-icon .icons {
    color: #106936; }
  .feature-box.feature-box-style-3 .feature-box-icon i.fa {
    color: #106936; }

.feature-box.feature-box-style-4 .feature-box-icon .icons {
  color: #106936; }

.feature-box.feature-box-style-4 .feature-box-icon i.fa {
  color: #106936; }

.feature-box.feature-box-style-5 .feature-box-icon i.fa {
  color: #106936; }

.feature-box.feature-box-style-5 .feature-box-icon i.icons {
  color: #106936; }

.pricing-table .most-popular {
  border-color: #106936; }
  .pricing-table .most-popular h3 {
    background-color: #106936 !important; }

.pricing-table h3 {
  border-radius: 0; }

.pricing-table .plan {
  border-radius: 0; }

.pricing-table.princig-table-flat .plan h3 {
  background-color: #106936; }
  .pricing-table.princig-table-flat .plan h3 span {
    background: #106936; }

article .post-video {
  border-radius: 0; }

article .post-audio {
  border-radius: 0; }

article.post .post-date .month {
  background-color: #106936;
  border-radius: 0; }

article.post .post-date .day {
  color: #106936;
  border-radius: 0; }

.shop ul.products li.product .onsale {
  background-color: #106936;
  border-bottom-color: #97972e; }

.shop ul.products .product .add-to-cart-product {
  border-radius: 0; }

.shop .star-rating span {
  color: #45bf61; }

.shop .cart-totals tr.total .amount {
  color: #45bf61; }

#footer .footer-ribbon {
  background: #45bf61;
  }
  #footer .footer-ribbon:before {
    border-right-color: #707022;
    border-left-color: #707022; }

#footer.light h1 {
  color: #45bf61; }

#footer.light h2 {
  color: #45bf61; }

#footer.light h3 {
  color: #45bf61; }

#footer.light h4 {
  color: #45bf61; }

#footer.light a {
  color: #45bf61; }

#footer.color {
  background: #45bf61;
  border-top-color: #45bf61; }
  #footer.color .footer-ribbon {
    background: #838428; }
    #footer.color .footer-ribbon:before {
      border-right-color: #494916; }
  #footer.color .footer-copyright {
    background: #97972e;
    border-top-color: #97972e; }

.img-rounded {
  border-radius: 0; }

code {
  border-radius: 0; }

pre {
  border-radius: 0; }

/*.form-control {
	//Instead of the line below you could use @include border-radius($radius, $vertical-radius)
	border-radius: 0;
}
.input-sm {
	//Instead of the line below you could use @include border-radius($radius, $vertical-radius)
	border-radius: 0;
}
.input-lg {
	//Instead of the line below you could use @include border-radius($radius, $vertical-radius)
	border-radius: 0;
}
.btn {
	//Instead of the line below you could use @include border-radius($radius, $vertical-radius)
	border-radius: 0;
}
.btn-sm {
	//Instead of the line below you could use @include border-radius($radius, $vertical-radius)
	border-radius: 0;
}
.btn-xs {
	//Instead of the line below you could use @include border-radius($radius, $vertical-radius)
	border-radius: 0;
}
.dropdown-menu {
	//Instead of the line below you could use @include border-radius($radius, $vertical-radius)
	border-radius: 0;
}
.input-group-addon {
	//Instead of the line below you could use @include border-radius($radius, $vertical-radius)
	border-radius: 0;
	&.input-sm {
		//Instead of the line below you could use @include border-radius($radius, $vertical-radius)
		border-radius: 0;
	}
	&.input-lg {
		//Instead of the line below you could use @include border-radius($radius, $vertical-radius)
		border-radius: 0;
	}
}*/
.nav-tabs.nav-justified li:first-child a {
  border-radius: 0; }
  .nav-tabs.nav-justified li:first-child a:hover {
    border-radius: 0; }

.nav-tabs.nav-justified li:last-child a {
  border-radius: 0; }
  .nav-tabs.nav-justified li:last-child a:hover {
    border-radius: 0; }

.nav-tabs.nav-justified > li > a {
  border-radius: 0; }

.nav-tabs > li > a {
  border-radius: 0; }

.nav-tabs li a {
  border-radius: 0; }

.navbar {
  border-radius: 0; }

.navbar-toggle {
  border-radius: 0; }
  .navbar-toggle .icon-bar {
    border-radius: 0; }

.breadcrumb {
  border-radius: 0; }

.label {
  border-radius: 0; }

.badge {
  border-radius: 0; }

.container .jumbotron {
  border-radius: 0; }

.container .call-to-action {
  border-radius: 0; }

.alert {
  border-radius: 0; }

.progress {
  border-radius: 0;
  border-radius: 0; }
  .progress.progress-border-radius {
    border-radius: 0; }
    .progress.progress-border-radius .progress-bar {
      border-radius: 0; }

.panel {
  border-radius: 0; }

.well {
  border-radius: 0; }

.well-lg {
  border-radius: 0; }

.well-sm {
  border-radius: 0; }

.modal-content {
  border-radius: 0; }

.tooltip-inner {
  border-radius: 0; }

.popover {
  border-radius: 0; }

.popover-title {
  border-radius: 0; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 0; }
  .nav-tabs.nav-justified > li > a {
    border-radius: 0; }
  .nav-tabs-justified > li > a {
    border-radius: 0; } }

.home-intro-compact {
  border-radius: 0; }

.btn-3d {
  border-radius: 0; }

select {
  border-radius: 0; }

.captcha-refresh {
  border-radius: 0; }

.featured-icon {
  border-radius: 0; }

.tabs {
  border-radius: 0; }
  .tabs.tabs-bottom .tab-content {
    border-radius: 0; }
  .tabs.tabs-bottom .nav-tabs li a {
    border-radius: 0; }
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a {
    border-radius: 0; }
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a {
    border-radius: 0; }

.tab-content {
  border-radius: 0; }

.tabs-left .tab-content {
  border-radius: 0; }

.tabs-left .nav-tabs > li:first-child a {
  border-radius: 0; }

.tabs-left .nav-tabs > li:last-child a {
  border-radius: 0; }

.tabs-right .tab-content {
  border-radius: 0; }

.tabs-right .nav-tabs > li:first-child a {
  border-radius: 0; }

.tabs-right .nav-tabs > li:last-child a {
  border-radius: 0; }

.tabs-navigation {
  border-radius: 0; }
  .tabs-navigation .nav-tabs > li:first-child a {
    border-radius: 0; }
  .tabs-navigation .nav-tabs > li:last-child a {
    border-radius: 0; }

.toggle > label {
  border-radius: 0; }

.toggle.toggle-simple .toggle > label {
  border-radius: 0; }
  .toggle.toggle-simple .toggle > label:after {
    border-radius: 0; }

.featured-box {
  border-radius: 0; }
  .featured-box .box-content {
    border-radius: 0; }

.progress-bar {
  border-radius: 0; }

.progress-bar-tooltip {
  border-radius: 0; }

.google-map-borders {
  border-radius: 0; }

.product-info {
  border-radius: 0; }
  .product-info img {
    border-radius: 0; }
  .product-info + .product-info {
    border-radius: 0; }

.product-thumb-info {
  border-radius: 0; }

@media (max-width: 479px) {
  .header-logo img {
    width: 140px; }
  .tabs .nav.nav-tabs.nav-justified li:first-child a {
    border-radius: 0; }
    .tabs .nav.nav-tabs.nav-justified li:first-child a:hover {
      border-radius: 0; }
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a {
    border-radius: 0; }
    .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a:hover {
      border-radius: 0; } }

p.drop-caps:first-letter {
  color: #106936; }

p.drop-caps.drop-caps-style-2:first-letter {
  background-color: #106936; }

p.drop-caps.drop-caps-style-2:first-child:first-letter {
  border-radius: 0; }

.sort-source-wrapper .nav > li.active > a {
  color: #106936; }
  .sort-source-wrapper .nav > li.active > a:hover {
    color: #106936; }
  .sort-source-wrapper .nav > li.active > a:focus {
    color: #106936; }

.sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: #106936; }

body.dark .pagination > li > a {
  color: #106936; }
  body.dark .pagination > li > a:hover {
    color: #106936; }
  body.dark .pagination > li > a:focus {
    color: #106936; }

body.dark .pagination > li > span {
  color: #106936; }
  body.dark .pagination > li > span:hover {
    color: #106936; }
  body.dark .pagination > li > span:focus {
    color: #106936; }

body.dark .pagination > .active > a {
  background-color: #106936;
  border-color: #106936; }
  body.dark .pagination > .active > a:hover {
    background-color: #106936;
    border-color: #106936;
    border-color: #bdbf3a #bdbf3a #97972e;
    background-color: #bdbf3a; }
  body.dark .pagination > .active > a:focus {
    background-color: #106936;
    border-color: #106936;
    border-color: #97972e #97972e #97972e;
    background-color: #97972e; }
  body.dark .pagination > .active > a:active {
    border-color: #97972e #97972e #97972e;
    background-color: #97972e; }
    body.dark .pagination > .active > a:active:hover {
      border-color: #97972e #97972e #97972e;
      background-color: #97972e; }
    body.dark .pagination > .active > a:active:focus {
      border-color: #97972e #97972e #97972e;
      background-color: #97972e; }
  body.dark .pagination > .active > a.dropdown-toggle {
    border-left-color: #97972e; }

body.dark .pagination > .active > span {
  background-color: #106936;
  border-color: #106936; }
  body.dark .pagination > .active > span:hover {
    background-color: #106936;
    border-color: #106936; }
  body.dark .pagination > .active > span:focus {
    background-color: #106936;
    border-color: #106936; }

body.dark .pagination > .active > a[disabled] {
  border-color: #d3d471;
  background-color: #d3d471; }
  body.dark .pagination > .active > a[disabled]:hover {
    border-color: #d3d471;
    background-color: #d3d471; }
  body.dark .pagination > .active > a[disabled]:active {
    border-color: #d3d471;
    background-color: #d3d471; }
  body.dark .pagination > .active > a[disabled]:focus {
    border-color: #d3d471;
    background-color: #d3d471; }

.thumb-info-social-icons a {
  background-color: #106936; }

.parallax blockquote i.fa-quote-left {
  color: #106936; }

.circular-bar.only-icon .fa {
  color: #106936; }

.circular-bar.only-icon .icons {
  color: #106936; }

.recent-posts .date .month {
  background-color: #106936;
  border-radius: 0; }

.recent-posts .date .day {
  color: #106936; }

.slider .tp-bannertimer {
  background-color: #106936; }

.home-concept strong {
  color: #106936; }

.home-intro p em {
  color: #c7c84a; }

.tparrows.tparrows-carousel.tp-leftarrow {
  color: #fff;
  background-color: #106936;
  border-color: #106936 #106936 #838428; }
  .tparrows.tparrows-carousel.tp-leftarrow:hover {
    border-color: #bdbf3a #bdbf3a #97972e;
    background-color: #bdbf3a; }
  .tparrows.tparrows-carousel.tp-leftarrow:active {
    border-color: #97972e #97972e #97972e;
    background-color: #97972e; }
    .tparrows.tparrows-carousel.tp-leftarrow:active:hover {
      border-color: #97972e #97972e #97972e;
      background-color: #97972e; }
    .tparrows.tparrows-carousel.tp-leftarrow:active:focus {
      border-color: #97972e #97972e #97972e;
      background-color: #97972e; }
  .tparrows.tparrows-carousel.tp-leftarrow:focus {
    border-color: #97972e #97972e #97972e;
    background-color: #97972e; }
  .tparrows.tparrows-carousel.tp-leftarrow.dropdown-toggle {
    border-left-color: #97972e; }

.tparrows.tparrows-carousel.tp-rightarrow {
  color: #fff;
  background-color: #106936;
  border-color: #106936 #106936 #838428; }
  .tparrows.tparrows-carousel.tp-rightarrow:hover {
    border-color: #bdbf3a #bdbf3a #97972e;
    background-color: #bdbf3a; }
  .tparrows.tparrows-carousel.tp-rightarrow:active {
    border-color: #97972e #97972e #97972e;
    background-color: #97972e; }
    .tparrows.tparrows-carousel.tp-rightarrow:active:hover {
      border-color: #97972e #97972e #97972e;
      background-color: #97972e; }
    .tparrows.tparrows-carousel.tp-rightarrow:active:focus {
      border-color: #97972e #97972e #97972e;
      background-color: #97972e; }
  .tparrows.tparrows-carousel.tp-rightarrow:focus {
    border-color: #97972e #97972e #97972e;
    background-color: #97972e; }
  .tparrows.tparrows-carousel.tp-rightarrow.dropdown-toggle {
    border-left-color: #97972e; }

.tparrows.tparrows-carousel.tp-leftarrow[disabled] {
  border-color: #d3d471;
  background-color: #d3d471; }
  .tparrows.tparrows-carousel.tp-leftarrow[disabled]:hover {
    border-color: #d3d471;
    background-color: #d3d471; }
  .tparrows.tparrows-carousel.tp-leftarrow[disabled]:active {
    border-color: #d3d471;
    background-color: #d3d471; }
  .tparrows.tparrows-carousel.tp-leftarrow[disabled]:focus {
    border-color: #d3d471;
    background-color: #d3d471; }

.tparrows.tparrows-carousel.tp-rightarrow[disabled] {
  border-color: #d3d471;
  background-color: #d3d471; }
  .tparrows.tparrows-carousel.tp-rightarrow[disabled]:hover {
    border-color: #d3d471;
    background-color: #d3d471; }
  .tparrows.tparrows-carousel.tp-rightarrow[disabled]:active {
    border-color: #d3d471;
    background-color: #d3d471; }
  .tparrows.tparrows-carousel.tp-rightarrow[disabled]:focus {
    border-color: #d3d471;
    background-color: #d3d471; }

.sample-icon-list .sample-icon a:hover {
  background-color: #106936; }

.form-group-sm .form-control {
  border-radius: 0; }

.form-group-lg .form-control {
  border-radius: 0; }

.btn-group-lg > .btn {
  border-radius: 0; }

.btn-group-sm > .btn {
  border-radius: 0; }

.btn-group-xs > .btn {
  border-radius: 0; }

.input-group-lg > .form-control {
  border-radius: 0; }

.input-group-lg > .input-group-addon {
  border-radius: 0; }

.input-group-lg > .input-group-btn > .btn {
  border-radius: 0; }

.input-group-sm > .form-control {
  border-radius: 0; }

.input-group-sm > .input-group-addon {
  border-radius: 0; }

.input-group-sm > .input-group-btn > .btn {
  border-radius: 0; }

.nav-pills > li > a {
  border-radius: 0; }

.nav-tabs-justified > li > a {
  border-radius: 0; }

.pager li > a {
  border-radius: 0; }

.pager li > span {
  border-radius: 0; }

.container-fluid .jumbotron {
  border-radius: 0; }

.carousel-indicators li {
  border-radius: 0; }

.pagination-lg > li:first-child > a {
  border-radius: 0; }

.pagination-lg > li:first-child > span {
  border-radius: 0; }

.pagination-lg > li:last-child > a {
  border-radius: 0; }

.pagination-lg > li:last-child > span {
  border-radius: 0; }

.slider-container .tparrows {
  border-radius: 0; }

.nivo-slider .theme-default .nivoSlider {
  border-radius: 0; }
  .nivo-slider .theme-default .nivoSlider img {
    border-radius: 0; }

blockquote.with-borders {
  border-radius: 0; }

.embed-responsive.embed-responsive-borders {
  border-radius: 0; }

.counters.with-borders .counter {
  border-radius: 0; }

.google-map.small {
  border-radius: 0; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7; }

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.btn {
  border-radius: 0; }

blockquote p:last-child {
  margin-bottom: 0px; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eee; }

html .blockquote-secondary {
  border-color: #9a8431 !important; }

