.animated {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

[data-animation="slideInLeft"] {
  -webkit-transform: translate3d(-60px, 0, 0);
  transform: translate3d(-60px, 0, 0);
  opacity: 0; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(60px, 0, 0);
    transform: translate3d(60px, 0, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(60px, 0, 0);
    transform: translate3d(60px, 0, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

[data-animation="slideInRight"] {
  -webkit-transform: translate3d(60px, 0, 0);
  transform: translate3d(60px, 0, 0);
  opacity: 0; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

[data-animation="slideInDown"] {
  -webkit-transform: translate3d(0, -60px, 0);
  transform: translate3d(0, -60px, 0);
  opacity: 0; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

[data-animation="slideInUp"] {
  -webkit-transform: translate3d(0, 60px, 0);
  transform: translate3d(0, 60px, 0);
  opacity: 0; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    visibility: visible; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: visible; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

[data-animation="fadeIn"] {
  opacity: 0; }

.navbar {
  margin: 0;
  border-radius: 0;
  border: 0; }
  .navbar .navbar-header .navbar-toggle {
    border-radius: 0;
    padding: 4px 10px;
    font-size: 22px;
    margin-top: 15px; }

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: transparent; }

form input.form-control {
  height: 35px; }
form .form-control {
  border-radius: 0;
  border-color: #624930; }
  form .form-control:focus {
    border-color: #624930;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(98, 73, 48, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(98, 73, 48, 0.6); }
form label.error {
  font-size: 12px;
  margin-bottom: 0; }

@media (min-width: 1200px) {
  .col-lg-10-10 {
    width: 100%; }

  .col-lg-9-10 {
    width: 90%; }

  .col-lg-8-10 {
    width: 80%; }

  .col-lg-7-10 {
    width: 70%; }

  .col-lg-6-10 {
    width: 60%; }

  .col-lg-5-10 {
    width: 50%; }

  .col-lg-4-10 {
    width: 40%; }

  .col-lg-3-10 {
    width: 30%; }

  .col-lg-2-10 {
    width: 20%; }

  .col-lg-1-10 {
    width: 10%; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-10-10 {
    width: 100%; }

  .col-md-9-10 {
    width: 90%; }

  .col-md-8-10 {
    width: 80%; }

  .col-md-7-10 {
    width: 70%; }

  .col-md-6-10 {
    width: 60%; }

  .col-md-5-10 {
    width: 50%; }

  .col-md-4-10 {
    width: 40%; }

  .col-md-3-10 {
    width: 30%; }

  .col-md-2-10 {
    width: 20%; }

  .col-md-1-10 {
    width: 10%; } }
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-10-10 {
    width: 100%; }

  .col-sm-9-10 {
    width: 90%; }

  .col-sm-8-10 {
    width: 80%; }

  .col-sm-7-10 {
    width: 70%; }

  .col-sm-6-10 {
    width: 60%; }

  .col-sm-5-10 {
    width: 50%; }

  .col-sm-4-10 {
    width: 40%; }

  .col-sm-3-10 {
    width: 30%; }

  .col-sm-2-10 {
    width: 20%; }

  .col-sm-1-10 {
    width: 10%; } }
@media (max-width: 544px) {
  .col-xxs-12 {
    width: 100%; }

  .col-xxs-11 {
    width: 91.66666667%; }

  .col-xxs-10 {
    width: 83.33333333%; }

  .col-xxs-9 {
    width: 75%; }

  .col-xxs-8 {
    width: 66.66666667%; }

  .col-xxs-7 {
    width: 58.33333333%; }

  .col-xxs-6 {
    width: 50%; }

  .col-xxs-5 {
    width: 41.66666667%; }

  .col-xxs-4 {
    width: 33.33333333%; }

  .col-xxs-3 {
    width: 25%; }

  .col-xxs-2 {
    width: 16.66666667%; }

  .col-xxs-1 {
    width: 8.33333333%; } }
.navbar-offcanvas.navmenu-fixed-right {
  left: auto !important; }

.owl-theme .img-fill,
.owl-theme .owl-item,
.owl-theme .owl-stage,
.owl-theme .owl-stage-outer,
.owl-theme .slide-item {
  height: 100%; }
.owl-theme .bg-img-fill {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center; }
.owl-theme .owl-item {
  overflow: hidden; }
.owl-theme .slide-item-inner {
  position: relative;
  height: 100%; }
  .owl-theme .slide-item-inner > .container {
    position: relative;
    height: 100%; }

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #bbff00; }

.lg-outer .lg-thumb-item {
  border-radius: 0; }

.lg-sub-html p {
  font-size: 14px; }
.lg-sub-html .thumb-action {
  margin-top: 5px;
  font-size: 12px; }
.lg-sub-html .caption-title > * {
  margin: 0; }
@media (max-width: 767px) {
  .lg-sub-html .thumb-action .btn {
    display: table;
    margin: 5px auto auto;
    font-size: 12px;
    padding: 6px 8px; } }
@media (max-width: 544px) {
  .lg-sub-html {
    padding: 10px 0; } }

/**
 * Basic styles for global tags
 */
body,
html {
  height: 100%; }

/**
 * Basic styles for links
 */
a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit;
    text-decoration: underline; }

.btn {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out; }

hr {
  border-color: #e8e4e3; }

/**
 * Basic styles for input fields
 */
input[type="email"],
input[type="password"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-focus-ring-color: none;
  outline: none; }

textarea {
  resize: none; }

/**
 * Basic typography style for copy text
 */
body {
  font-family: Arial, 'Roboto Slab', serif;
  font-size: 16px;
  color: #624930; }

p {
  line-height: 1.6; }

label.error {
  font-weight: normal;
  color: #a94442; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', serif; }

.font-bold {
  font-weight: bold; }

@media (min-width: 768px) {
  .lead {
    font-size: 18px; } }
.brown-bg {
  background-color: #624930;
  color: #fff; }

.green-bg {
  background-color: #82a030;
  color: #fff; }

.primary-color {
  color: #82a030; }

.pad-x-0 {
  padding-left: 0;
  padding-right: 0; }

.scroll-top-btn {
  position: fixed;
  left: auto;
  right: 0;
  bottom: -50px;
  right: 20px;
  z-index: 999;
  text-align: right;
  transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s; }
  .scroll-top-btn .btn {
    width: auto;
    height: 40px;
    line-height: 1.2;
    padding: 6px 12px;
    font-size: 20px;
    background-color: #000;
    color: #fff; }
    .scroll-top-btn .btn .fa {
      margin: auto;
      font-size: 14px; }
    .scroll-top-btn .btn:hover {
      background-color: #000;
      color: #fff; }
  .scroll-top-btn.reveal-btn {
    bottom: 10px; }
  @media (max-width: 544px) {
    .scroll-top-btn {
      right: 5px; }
      .scroll-top-btn.reveal-btn {
        bottom: 5px; } }

.btn {
  border-radius: 0;
  text-transform: uppercase; }

.btn-default {
  background-color: #fff;
  color: #000;
  font-size: 13px;
  padding: 7.5px 10px;
  font-family: 'Roboto Slab', serif;
  font-weight: bold; }
  .btn-default:hover {
    background-color: #e4e4e4;
    color: #000; }
  .btn-default:focus {
    background-color: #e4e4e4;
    color: #000; }
  .btn-default:active, .btn-default:active:focus, .btn-default:active:hover {
    background-color: #e4e4e4;
    color: #000; }

.btn-primary {
  background-color: #82a030;
  color: #fff;
  font-size: 13px;
  padding: 7.5px 10px;
  font-family: 'Roboto Slab', serif;
  font-weight: bold; }
  .btn-primary:hover {
    background-color: #82a030;
    color: #fff; }
  .btn-primary:focus {
    background-color: #82a030;
    color: #fff; }
  .btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover {
    background-color: #82a030;
    color: #fff; }

.btn-secondary {
  background-color: #624930;
  color: #fff;
  font-size: 13px;
  padding: 7.5px 10px;
  font-family: 'Roboto Slab', serif;
  font-weight: bold; }
  .btn-secondary:hover {
    background-color: #594026;
    color: #fff; }
  .btn-secondary:focus {
    background-color: #594026;
    color: #fff; }
  .btn-secondary:active, .btn-secondary:active:focus, .btn-secondary:active:hover {
    background-color: #594026;
    color: #fff; }

.navbar {
  position: fixed;
  z-index: 1030;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-transition: all ease 0.35s;
  transition: all ease 0.35s; }
  .navbar > .container {
    position: relative; }
  .navbar .navbar-header {
    -webkit-transition: all ease 0.35s;
    transition: all ease 0.35s; }
  .navbar .navbar-brand {
    height: auto;
    padding: 5px 15px;
    -webkit-transition: all ease 0.35s;
    transition: all ease 0.35s; }
    .navbar .navbar-brand > a {
      display: block; }
      .navbar .navbar-brand > a img {
        display: block; }
        .navbar .navbar-brand > a img:first-child {
          margin-bottom: 40px; }
  .navbar .nav-utilities {
    -webkit-transition: all ease 0.35s;
    transition: all ease 0.35s;
    font-family: 'Roboto Slab',serif; }
    .navbar .nav-utilities .nav-utils-inner {
      position: relative; }
      @media (max-width: 544px) {
        .navbar .nav-utilities .nav-utils-inner .btn {
          display: block;
          margin-bottom: 5px; } }
    .navbar .nav-utilities .tel {
      padding: 8px 0;
      font-weight: bold;
      font-size: 14px;
      color: #82a030; }
  .navbar #main-navbar-menu .navbar-nav {
    -webkit-transition: all ease 0.35s;
    transition: all ease 0.35s; }
    .navbar #main-navbar-menu .navbar-nav > li > a {
      position: relative;
      z-index: 1;
      display: table;
      text-transform: uppercase;
      font-family: 'Roboto Slab', serif;
      font-weight: bold;
      font-size: 15px; }
      .navbar #main-navbar-menu .navbar-nav > li > a:active, .navbar #main-navbar-menu .navbar-nav > li > a:focus, .navbar #main-navbar-menu .navbar-nav > li > a:hover {
        color: #82a030; }
    .navbar #main-navbar-menu .navbar-nav > li .dropdown-toggle {
      position: absolute;
      top: 1px;
      right: 0;
      width: 100%;
      padding: 6px 20px 6px 10px;
      font-size: 18px;
      text-align: right;
      color: #333; }
      .navbar #main-navbar-menu .navbar-nav > li .dropdown-toggle:active {
        box-shadow: none; }
    .navbar #main-navbar-menu .navbar-nav > li.active > a {
      color: #82a030; }
    .navbar #main-navbar-menu .navbar-nav > li.open > a {
      background-color: transparent; }
  .navbar #main-navbar-menu .dropdown-menu {
    min-width: 230px; }
    @media (min-width: 768px) {
      .navbar #main-navbar-menu .dropdown-menu {
        top: 120%;
        left: 50%;
        right: auto;
        padding: 20px 0 10px;
        text-align: center;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
        .navbar #main-navbar-menu .dropdown-menu:before {
          position: absolute;
          content: "";
          background-image: url("../img/icons/icon-caret-up.png");
          background-repeat: no-repeat;
          background-size: 100%;
          top: -12px;
          width: 100%;
          left: 0;
          height: 12px; } }
    .navbar #main-navbar-menu .dropdown-menu > li {
      margin-bottom: 4px; }
      .navbar #main-navbar-menu .dropdown-menu > li > a {
        padding: 4px 20px;
        text-transform: uppercase;
        color: #624930;
        font-size: 13px;
        font-weight: bold; }
        .navbar #main-navbar-menu .dropdown-menu > li > a:hover {
          color: #82a030;
          background-color: transparent; }
  @media (min-width: 768px) {
    .navbar .navbar-header {
      height: 128px;
      overflow: hidden; }
    .navbar .nav-utilities {
      position: absolute;
      top: 0;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      right: 15px;
      text-align: right; }
    .navbar #main-navbar-menu .navbar-nav {
      -webkit-transform: translate(0, 55px);
      -moz-transform: translate(0, 55px);
      -o-transform: translate(0, 55px);
      -ms-transform: translate(0, 55px);
      transform: translate(0, 55px);
      margin-right: -15px;
      float: right; }
      .navbar #main-navbar-menu .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px; }
      .navbar #main-navbar-menu .navbar-nav > li .dropdown-toggle {
        display: none; }
      .navbar #main-navbar-menu .navbar-nav > li:hover > ul.dropdown-menu {
        display: block; } }
  @media (min-width: 992px) {
    .navbar #main-navbar-menu .navbar-nav {
      margin-right: -15px; }
      .navbar #main-navbar-menu .navbar-nav > li > a {
        /*padding: 10px 15px;*/
        padding: 22px 8px 10px 8px;
        font-size: 14px; } }
  @media (min-width: 1200px) {
    .navbar {
      border-bottom: 1px solid #e4e4e4; }
      .navbar #main-navbar-menu .navbar-nav {
        margin-left: 10px;
        float: left; }
      .navbar .nav-utilities {
        -webkit-transform: translate(0, 35px);
        -moz-transform: translate(0, 35px);
        -o-transform: translate(0, 35px);
        -ms-transform: translate(0, 35px);
        transform: translate(0, 35px);
        text-align: right; }
        .navbar .nav-utilities .btn {
          display: inline-block; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .navbar #main-navbar-menu .navbar-nav {
      -webkit-transform: translate(0, 60px);
      -moz-transform: translate(0, 60px);
      -o-transform: translate(0, 60px);
      -ms-transform: translate(0, 60px);
      transform: translate(0, 60px); }
    .navbar .nav-utilities .btn-quote {
      float: right; }
    .navbar .nav-utilities .tel {
      float: left;
      margin-right: 10px;
      margin-top: 4px;
      font-size: 12px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .navbar > .container {
      width: 765px; }
    .navbar .navbar-brand {
      padding: 5px 10px; }
      .navbar .navbar-brand img {
        max-width: 160px; }
    .navbar #main-navbar-menu .navbar-nav {
      -webkit-transform: translate(0, 60px);
      -moz-transform: translate(0, 60px);
      -o-transform: translate(0, 60px);
      -ms-transform: translate(0, 60px);
      transform: translate(0, 60px); }
      .navbar #main-navbar-menu .navbar-nav > li > a {
        padding-left: 6px;
        padding-right: 6px;
        font-size: 12px; } }
  @media (max-width: 767px) {
    .navbar {
      position: fixed;
      background-color: #fff;
      height: auto; }
      .navbar .navbar-header {
        border-bottom: 1px solid #e4e4e4; }
      .navbar .navbar-brand .logo-lg {
        display: none; }
      .navbar .nav-utilities .btn {
        display: table; }
      .navbar .nav-utilities .tel {
        display: table;
        padding: 10px 0; }
      .navbar #main-navbar-menu .navbar-nav > li.open {
        background-color: #f7f7f7; }
        .navbar #main-navbar-menu .navbar-nav > li.open .dropdown-toggle .fa {
          color: #82a030; } }

@media (min-width: 768px) {
  .navbar.fixed-top {
    background-color: #fff; }
    .navbar.fixed-top .navbar-header {
      height: 75px; }
    .navbar.fixed-top .navbar-brand {
      -webkit-transform: translate(0, -150px);
      -moz-transform: translate(0, -150px);
      -o-transform: translate(0, -150px);
      -ms-transform: translate(0, -150px);
      transform: translate(0, -150px); }
    .navbar.fixed-top #main-navbar-menu .navbar-nav {
      -webkit-transform: translate(0, 25px);
      -moz-transform: translate(0, 25px);
      -o-transform: translate(0, 25px);
      -ms-transform: translate(0, 25px);
      transform: translate(0, 25px); }
    .navbar.fixed-top .nav-utilities {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); } }
@media (min-width: 768px) and (max-width: 1199px) {
  .navbar.fixed-top .navbar-header {
    height: 80px; }
  .navbar.fixed-top #main-navbar-menu .navbar-nav {
    -webkit-transform: translate(0, 40px);
    -moz-transform: translate(0, 40px);
    -o-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    transform: translate(0, 40px); } }
@media (min-width: 768px) and (max-width: 991px) {
  .navbar.fixed-top .navbar-brand {
    -webkit-transform: translate(0, -130px);
    -moz-transform: translate(0, -130px);
    -o-transform: translate(0, -130px);
    -ms-transform: translate(0, -130px);
    transform: translate(0, -130px); }
  .navbar.fixed-top .navbar-header {
    height: 85px; }
  .navbar.fixed-top #main-navbar-menu .navbar-nav {
    -webkit-transform: translate(0, 35px);
    -moz-transform: translate(0, 35px);
    -o-transform: translate(0, 35px);
    -ms-transform: translate(0, 35px);
    transform: translate(0, 35px); } }

.footer .footer-content {
  padding: 100px 0;
  background-color: #594026;
  color: #a0886f; }
  .footer .footer-content .footer-block {
    margin: 15px 0; }
  .footer .footer-content .h3 {
    margin-top: 0; }
  .footer .footer-content .footer-list {
    max-width: 200px;
    padding: 0;
    margin: auto;
    list-style: none; }
    .footer .footer-content .footer-list > li {
      border-bottom: 1px solid #725c46; }
      .footer .footer-content .footer-list > li > a {
        display: block;
        font-size: 20px;
        padding: 2px 0; }
        .footer .footer-content .footer-list > li > a:hover {
          text-decoration: none;
          color: #82a030; }
  .footer .footer-content address span {
    display: block;
    margin-bottom: 15px; }
  .footer .footer-content address a {
    color: #a0886f; }
  .footer .footer-content .footer-brand img {
    margin: auto; }
.footer .footer-bottom {
  padding: 30px 0;
  background-color: #82a030;
  color: #fff;
  text-transform: uppercase;
  text-align: center; }
@media (max-width: 767px) {
  .footer .footer-content {
    padding: 30px 0 20px; }
  .footer .footer-bottom {
    padding: 15px 0; }
  .footer .copyright {
    font-size: 14px; } }

.row-section {
  padding: 55px 0; }
  .row-section.brown-bg .section-title:after, .row-section.green-bg .section-title:after {
    background-color: #fff; }
  .row-section .section-title {
    position: relative;
    margin-bottom: 30px;
    font-family: 'Roboto Slab', serif; }
    .row-section .section-title > * {
      margin: 0;
      font-size: 28px;
      text-transform: uppercase;
      font-weight: bold; }
    .row-section .section-title:after {
      position: absolute;
      left: 0;
      bottom: -10px;
      width: 80px;
      height: 1px;
      background-color: #624930;
      content: ""; }
    .row-section .section-title.primary-color:after {
      background-color: #82a030; }

.home-banner-section {
  height: 650px; }
  .home-banner-section #main-slider {
    height: 100%; }
    .home-banner-section #main-slider .slide-caption-wrap {
      position: absolute;
      left: 5px;
      right: 5px;
      top: 40%; }
      .home-banner-section #main-slider .slide-caption-wrap .slide-caption {
        display: table;
        margin: auto;
        font-weight: bold;
        font-family: 'Roboto Slab', serif; }
        .home-banner-section #main-slider .slide-caption-wrap .slide-caption .title {
          padding: 10px 40px;
          text-transform: uppercase;
          background-color: rgba(255, 255, 255, 0.8);
          font-size: 34px; }
        .home-banner-section #main-slider .slide-caption-wrap .slide-caption .sub-title {
          display: table;
          padding: 8px 20px;
          float: right;
          font-size: 26px;
          background-color: #fff;
          color: #82a030; }
          .home-banner-section #main-slider .slide-caption-wrap .slide-caption .sub-title .fa {
            margin-right: 10px; }
          .home-banner-section #main-slider .slide-caption-wrap .slide-caption .sub-title a:active,
          .home-banner-section #main-slider .slide-caption-wrap .slide-caption .sub-title a:focus,
          .home-banner-section #main-slider .slide-caption-wrap .slide-caption .sub-title a:hover {
            text-decoration: none;
            color: #82a030; }
    .home-banner-section #main-slider .owl-nav {
      margin: 0; }
      .home-banner-section #main-slider .owl-nav [class*=owl-] {
        position: absolute;
        top: 50%;
        margin: 0;
        padding: 4px 8px;
        border-radius: 0;
        opacity: 1;
        background: #624930;
        background: rgba(98, 73, 48, 0.8);
        transition: all ease 0.35s; }
        .home-banner-section #main-slider .owl-nav [class*=owl-]:hover {
          background-color: #624930; }
        .home-banner-section #main-slider .owl-nav [class*=owl-] .fa {
          font-size: 38px; }
      .home-banner-section #main-slider .owl-nav .owl-prev {
        left: 15px; }
      .home-banner-section #main-slider .owl-nav .owl-next {
        right: 15px; }
    .home-banner-section #main-slider .owl-dots {
      position: absolute;
      margin: 0;
      bottom: 15px;
      width: 100%; }
      .home-banner-section #main-slider .owl-dots span {
        width: 18px;
        height: 18px;
        border: 2px solid #fff;
        background-color: transparent; }
      .home-banner-section #main-slider .owl-dots .active span {
        background-color: #82a030; }
  @media (max-width: 767px) {
    .home-banner-section {
      height: 400px; }
      .home-banner-section #main-slider .slide-caption-wrap {
        bottom: 52%;
        top: auto; }
        .home-banner-section #main-slider .slide-caption-wrap .slide-caption .title {
          padding: 10px 15px;
          font-size: 28px;
          text-align: right; }
        .home-banner-section #main-slider .slide-caption-wrap .slide-caption .sub-title {
          font-size: 20px; }
      .home-banner-section #main-slider .owl-nav .owl-prev {
        left: 0; }
      .home-banner-section #main-slider .owl-nav .owl-next {
        right: 0; }
      .home-banner-section #main-slider .owl-nav [class*=owl-] .fa {
        font-size: 28px; } }
  @media (max-width: 544px) {
    .home-banner-section #main-slider .slide-caption-wrap {
      bottom: auto;
      top: 20%; }
    .home-banner-section #main-slider .owl-nav [class*=owl-] {
      top: auto;
      bottom: 35%; } }

.service-section .service-block {
  margin: 15px 0; }
  .service-section .service-block p {
    font-size: 14px;
    text-align: justify; }
@media (max-width: 767px) {
  .service-section .service-block {
    text-align: center; } }

.products-section .lead {
  color: #ceec7c; }
.products-section .products-gallery {
  margin-top: -15px;
  margin-bottom: -15px; }
  .products-section .products-gallery .item-thumbnail {
    position: relative;
    margin: 15px 0;
    overflow: hidden; }
    .products-section .products-gallery .item-thumbnail:hover .thumb-cover {
      opacity: 1;
      visibility: visible; }
    .products-section .products-gallery .item-thumbnail .img-container {
      height: 100%; }
      .products-section .products-gallery .item-thumbnail .img-container img {
        height: 100%;
        width: 100%;
        max-width: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;'; }
    .products-section .products-gallery .item-thumbnail .thumb-cover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #624930;
      background: rgba(98, 73, 48, 0.9);
      opacity: 0;
      visibility: hidden;
      transition: all ease 0.35s; }
      .products-section .products-gallery .item-thumbnail .thumb-cover a {
        height: 100%;
        width: 100%;
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; }
        .products-section .products-gallery .item-thumbnail .thumb-cover a:hover, .products-section .products-gallery .item-thumbnail .thumb-cover a:active, .products-section .products-gallery .item-thumbnail .thumb-cover a:focus {
          text-decoration: none; }
        .products-section .products-gallery .item-thumbnail .thumb-cover a .fa {
          font-size: 60px; }
    .products-section .products-gallery .item-thumbnail.thumbnail-lg {
      height: 470px; }
    .products-section .products-gallery .item-thumbnail.thumbnail-sm {
      height: 220px; }
.products-section .products-list {
  list-style: none; }
  .products-section .products-list > li {
    margin-bottom: 10px;
    font-size: 17px; }
@media (max-width: 767px) {
  .products-section .products-gallery .item-thumbnail.thumbnail-lg {
    height: 300px; } }

.contact-section .form-section {
  max-width: 430px;
  margin: auto; }
.contact-section address span {
  display: block;
  margin-bottom: 15px; }
.contact-section address a {
  color: #82a030; }
@media (max-width: 767px) {
  .contact-section .form-section {
    margin: 0 0 50px; } }

.map-section iframe {
  display: block;
  height: 430px;
  width: 100%; }

.innerpage-banner-section {
  height: 650px; }
  .innerpage-banner-section #innerpage-slider {
    height: 100%; }
    .innerpage-banner-section #innerpage-slider .owl-dots {
      position: absolute;
      margin: 0;
      bottom: 15px;
      width: 100%; }
      .innerpage-banner-section #innerpage-slider .owl-dots span {
        width: 18px;
        height: 18px;
        border: 2px solid #fff;
        background-color: transparent; }
      .innerpage-banner-section #innerpage-slider .owl-dots .active span {
        background-color: #82a030; }
  @media (max-width: 767px) {
    .innerpage-banner-section {
      height: 400px; } }

.portal-section .shop-thumbnail {
  margin: 15px 0 30px; }
  .portal-section .shop-thumbnail .thumb-banner {
    height: 220px;
    background-size: cover;
    background-position: center center; }
    .portal-section .shop-thumbnail .thumb-banner a:hover {
      text-decoration: none; }
    .portal-section .shop-thumbnail .thumb-banner .cover {
      position: relative;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      background: rgba(56, 56, 56, 0.5);
      -webkit-transition: all ease 0.35s;
      -moz-transition: all ease 0.35s;
      -o-transition: all ease 0.35s;
      -ms-transition: all ease 0.35s;
      transition: all ease 0.35s; }
      .portal-section .shop-thumbnail .thumb-banner .cover:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.5)) !important;
        content: ""; }
      .portal-section .shop-thumbnail .thumb-banner .cover:hover {
        background-color: rgba(130, 160, 48, 0.8); }
        .portal-section .shop-thumbnail .thumb-banner .cover:hover hr {
          width: 150px; }
    .portal-section .shop-thumbnail .thumb-banner .caption {
      position: relative;
      /*text-transform: uppercase;*/
      padding: 15px; }
      .portal-section .shop-thumbnail .thumb-banner .caption .brand {
        font-family: ABeeZee,sans-serif;
        color: #fff; }
      .portal-section .shop-thumbnail .thumb-banner .caption .shop-branch {
        margin-top: 5px;
        font-weight: bold;
        font-size: 22px;
        color: #fff; }
.portal-section .primary-tabs-container .tab-content {
  padding-left: 15px;
  padding-right: 15px; }
  .portal-section .primary-tabs-container .tab-content h3 {
    margin: 0 0 15px;
    font-size: 18px;
    text-transform: uppercase;
    color: #82a030; }
@media (max-width: 544px) {
  .portal-section .shop-thumbnail .thumb-banner {
    height: 180px; } }

.blockquote-section {
  padding: 0 0 55px 0; }

blockquote {
  position: relative;
  padding-left: 30px;
  max-width: 1100px;
  margin: auto;
  display: table;
  border: 0;
  font-family: 'Roboto Slab',serif;
  font-weight: 700;
  font-size: 18px; }
  blockquote footer {
    color: #624930; }
  blockquote:before {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    font-size: 56px;
    font-family: 'Times New Roman';
    content: "\201c"; }
  @media (min-width: 768px) {
    blockquote {
      font-size: 26px;
      padding-left: 45px; }
      blockquote:before {
        font-size: 75px; } }

.gallery-grid {
  margin-top: 30px; }
  .gallery-grid .item-thumbnail {
    position: relative;
    margin: 15px 0;
    overflow: hidden;
    height: 240px; }
    .gallery-grid .item-thumbnail:hover .thumb-cover {
      opacity: 1;
      visibility: visible; }
    .gallery-grid .item-thumbnail .img-container {
      height: 100%; }
      .gallery-grid .item-thumbnail .img-container img {
        height: 100%;
        width: 100%;
        max-width: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;'; }
    .gallery-grid .item-thumbnail .thumb-cover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #624930;
      background: rgba(98, 73, 48, 0.9);
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      opacity: 0;
      visibility: hidden;
      transition: all ease 0.35s; }
      .gallery-grid .item-thumbnail .thumb-cover .cover-detail {
        padding: 15px;
        text-align: center;
        font-size: 28px;
        color: #fff; }
        .gallery-grid .item-thumbnail .thumb-cover .cover-detail a:active,
        .gallery-grid .item-thumbnail .thumb-cover .cover-detail a:focus,
        .gallery-grid .item-thumbnail .thumb-cover .cover-detail a:hover {
          text-decoration: none; }
        .gallery-grid .item-thumbnail .thumb-cover .cover-detail .thumb-title {
          margin-bottom: 10px; }
        .gallery-grid .item-thumbnail .thumb-cover .cover-detail .fa {
          font-size: 50px; }
    .gallery-grid .item-thumbnail .caption {
      display: none; }
      .gallery-grid .item-thumbnail .caption .caption-title {
        text-transform: uppercase; }
  @media (min-width: 1200px) {
    .gallery-grid .item-thumbnail {
      height: 320px; } }
  @media (max-width: 767px) {
    .gallery-grid .item-thumbnail .thumb-cover .cover-detail {
      font-size: 22px; }
      .gallery-grid .item-thumbnail .thumb-cover .cover-detail .fa {
        font-size: 36px; } }
  @media (max-width: 544px) {
    .gallery-grid .item-thumbnail {
      margin: 7.5px 0; } }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 05-oct.-2017, 7:13:10
    Author     : JL
*/
.breadcrumb {
  margin-top: -30px;
  margin-bottom: 20px; }

form label.error {
  font-size: 10px;
  margin-bottom: 0;
  position: absolute;
  width: auto;
  white-space: nowrap;
  top: -12px; }

.impsubmenu {
  padding-left: 0; }
  .impsubmenu li {
    display: block;
    transition: all ease 0.35s;
    list-style: none;
    overflow: hidden;
    font-weight: 500;
    border: 0 !important;
    border-bottom: 1px solid #ddd !important; }
    .impsubmenu li:first-child {
      border-top: 1px solid #ddd !important; }
    .impsubmenu li a {
      position: relative;
      display: block;
      padding: 8px; }
      .impsubmenu li a.current, .impsubmenu li a:hover {
        text-decoration: none;
        background-color: #82a030;
        color: #ffffff;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
      .impsubmenu li a:hover {
        padding-left: 15px; }
      .impsubmenu li a.current:hover {
        padding: 8px; }
      .impsubmenu li a.current:after {
        position: absolute;
        border-top: 13px solid #fff;
        border-right: 13px solid transparent;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: -8px;
        z-index: 3;
        top: 14px;
        content: ""; }
  @media (max-width: 991px) {
    .impsubmenu {
      margin: 30px 0; } }

label {
  font-weight: 300; }

.btn-primary {
  color: #fff;
  border-color: #82a030; }

/*# sourceMappingURL=app.css.map */
