@charset "UTF-8";
/*------------------------------------------------------------
Mount Louis - (http://www.)
CSS Bootstrap 3.3.5 Overwrite

Created: December 2015
Updated: 10 December 2015
Author: Trailfinders
------------------------------------------------------------*/
/*************************************************************
LightBox:
*************************************************************/
@import url(lightbox.css);
*,
*:after,
*:before {
  padding: 0;
  margin: 0;
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  min-height: 100%;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important; }

body {
  background-color: #ffffff;
  min-width: 320px;
  font-size: 100%;
  font-family: "Lato", Verdana, Arial, sans-serif;
  color: #595959; }
  @media (min-width: 768px) {
    body {
      background-color: #ffffff;
      background-image: url("../images/body-bg.jpg");
      background-repeat: no-repeat;
      background-position: 50% 0;
      background-size: cover;
      background-attachment: fixed;
      filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/body-bg.jpg', sizingMethod='scale');
      -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/body-bg.jpg', sizingMethod='scale')"; } }

a {
  text-decoration: none;
  color: inherit;
  font-weight: 600;
  transition: all 0.4s ease; }
  a:hover, a:focus, a:active {
    text-decoration: none;
    color: #40ae49;
    outline: none;
    cursor: pointer; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px; }

em,
.em,
span.question {
  font-size: 16px;
  font-weight: 300;
  font-style: italic; }

strong,
.strong,
span.question {
  font-weight: 600; }

small,
.small {
  font-size: 13px;
  display: block;
  margin-bottom: 30px; }

hgroup, .hgroup {
  margin: 30px 0; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Lato", Verdana, Arial, sans-serif;
  color: #62a6db;
  letter-spacing: 0.05rem; }

h1, h2, h3,
.h1, .h2, .h3 {
  margin-top: 30px;
  margin-bottom: 30px; }

h1 {
  font-size: 30px;
  font-weight: 600;
  margin-top: 0; }

.large-text {
  font-size: 32px;
  letter-spacing: -1px; }

figure {
  display: block;
  margin-bottom: 30px; }

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

iframe {
  margin-top: 30px; }

address {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px; }

hr {
  margin: 30px 0;
  border-top-color: #eeeeee; }

/*************************************************************
Global Classes:
*************************************************************/
.text-dark {
  color: #595959; }

.text-light {
  color: #eeeeee; }

.sub-title {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 30px; }

span.question {
  display: block;
  color: #62a6db; }

span.answer {
  display: block; }
  span.answer + .answer {
    margin-top: 30px; }

.borderless,
table.borderless tbody tr td,
table.borderless tbody tr th,
table.borderless thead tr th {
  border: none !important; }

/*************************************************************
Bootstrap Components:
*************************************************************/
/***************************************************** List */
.list-unstyled {
  margin: 15px 0; }

/***************************************************** Tabs */
.tabs {
  padding-top: 0; }

.nav-tabs {
  margin: 0 0 15px 0; }
  .nav-tabs.nav {
    border-bottom: none; }
    @media screen and (min-width: 768px) {
      .nav-tabs.nav {
        border-bottom: 1px solid #dadada; } }
    .nav-tabs.nav > li {
      float: none;
      margin-bottom: 5px; }
      @media screen and (min-width: 768px) {
        .nav-tabs.nav > li {
          float: left;
          margin-bottom: -1px; } }
      @media screen and (min-width: 768px) {
        .nav-tabs.nav > li + li {
          margin-left: 10px; } }
      .nav-tabs.nav > li.active > a {
        color: #ffffff;
        border: 1px solid #40ae49;
        background-color: #40ae49; }
        @media screen and (min-width: 768px) {
          .nav-tabs.nav > li.active > a {
            color: #595959;
            border: 1px solid #dadada;
            border-bottom-color: transparent;
            background-color: #ffffff; } }
        .nav-tabs.nav > li.active > a:hover, .nav-tabs.nav > li.active > a:focus, .nav-tabs.nav > li.active > a:active {
          color: #ffffff;
          border: 1px solid #2c8d34;
          background-color: #2c8d34; }
          @media screen and (min-width: 768px) {
            .nav-tabs.nav > li.active > a:hover, .nav-tabs.nav > li.active > a:focus, .nav-tabs.nav > li.active > a:active {
              color: #6c6c6c;
              background-color: #ffffff;
              border-color: #dadada #dadada #ffffff #dadada; } }
      .nav-tabs.nav > li a {
        font-size: 16px;
        font-weight: 400;
        color: #9f9f9f;
        background-color: #eeeeee;
        border-color: #eeeeee;
        letter-spacing: 0.03em;
        text-align: center;
        line-height: 20px;
        padding: 20px 40px;
        display: block; }
        @media screen and (min-width: 768px) {
          .nav-tabs.nav > li a {
            border-color: #eeeeee #eeeeee #dadada #eeeeee; } }
        .nav-tabs.nav > li a:hover, .nav-tabs.nav > li a:focus {
          color: #40ae49;
          background-color: #eeeeee;
          border-color: #eeeeee; }
          @media screen and (min-width: 768px) {
            .nav-tabs.nav > li a:hover, .nav-tabs.nav > li a:focus {
              border-color: #eeeeee #eeeeee #dadada #eeeeee; } }
  .nav-tabs > li > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0; }

.tab-content {
  padding: 0; }

/************************************************* Carousel */
.carousel {
  margin-top: 2px; }
  .carousel .carousel-indicators > li {
    height: 15px;
    width: 15px;
    margin: 0 5px;
    border: 1px solid #40ae49;
    background-color: #40ae49; }
    .carousel .carousel-indicators > li.active {
      height: 15px;
      width: 15px;
      border: 1px solid #ffffff;
      background-color: #ffffff; }

/***************************************************** Form */
form {
  margin-bottom: 30px; }

.inputs, .form-horizontal select.select, .form-horizontal input.form-control {
  height: 40px;
  padding: 10px;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  border-color: #6c6c6c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .inputs:focus, .form-horizontal select.select:focus, .form-horizontal input.form-control:focus {
    border-width: 1px;
    border-style: solid;
    border-color: #40ae49;
    box-shadow: none; }

.form-horizontal {
  padding: 20px 0;
  /* Edit Mode Settings */ }
  @media (min-width: 768px) {
    .form-horizontal {
      padding: 0; } }
  .form-horizontal .labels, .form-horizontal label {
    font-size: 14.03509px;
    font-weight: 600;
    margin: 10px 0;
    line-height: 20px; }
  .form-horizontal .select-wrapper {
    border-width: 1px;
    border-style: solid;
    border-color: #6c6c6c;
    width: 100%;
    display: inline-block;
    margin: 0 5px 5px 0;
    position: relative;
    clear: both; }
    @media (min-width: 768px) {
      .form-horizontal .select-wrapper {
        width: 110px; } }
    .form-horizontal .select-wrapper::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      z-index: 1;
      margin-top: -3px;
      margin-right: 10px;
      border-width: 5px 5px 0 5px;
      border-style: solid;
      border-color: #595959 transparent transparent transparent; }
  .form-horizontal select.select {
    width: 100%;
    border: 0; }
    .form-horizontal select.select:focus {
      border: 0; }
  .form-horizontal input,
  .form-horizontal textarea,
  .form-horizontal select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; }
  .form-horizontal #inputPostcode {
    width: 110px; }
  .form-horizontal #wrapper-upload {
    position: relative;
    width: 100%;
    min-height: 40px;
    background-color: #6c6c6c;
    border-width: 5px;
    border-style: solid;
    border-color: #6c6c6c;
    overflow: hidden; }
    .form-horizontal #wrapper-upload input[type="file"] {
      display: block;
      font-size: 12px;
      position: absolute;
      top: 7px;
      left: 30px;
      z-index: 1; }
    .form-horizontal #wrapper-upload .custom-file-upload {
      border-width: 1px;
      border-style: solid;
      border-color: #6c6c6c;
      background-color: #ffffff;
      position: absolute;
      z-index: 2;
      display: inline-block;
      padding: 4px 15px;
      margin: 0;
      cursor: pointer;
      line-height: 20px; }
  .form-horizontal .vs > p {
    margin: 15px 0;
    font-weight: 700;
    text-align: center; }

/**************************************************** Table */
.table {
  font-size: 13px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #6c6c6c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .table > thead > tr > th {
    border-width: 0;
    text-transform: uppercase;
    text-align: none; }
  .table > tbody > tr > td,
  .table > thead > tr > th {
    vertical-align: middle;
    padding: 5px; }

@media screen and (max-width: 767px) {
  .table-responsive > .table {
    font-size: 12px; }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
      white-space: normal; } }
/***************************************** Basic List Group */
ul {
  display: block;
  margin: 15px;
  list-style: none; }
  ul li {
    font-size: 16px; }
    ul li > p {
      margin: 0; }

.list-bullet {
  list-style-type: disc;
  margin: 0 10px 10px 0;
  padding-left: 30px;
  overflow: hidden; }
  .list-bullet li {
    padding: 0;
    margin: 15px 0; }
  .list-bullet li > p {
    padding: 0 15px 0 0;
    font-size: 15px; }

.list-group {
  list-style: none;
  margin: 0 0 10px 0; }
  .list-group li {
    padding: 0;
    margin-left: 0; }
  .list-group .list-group-item {
    border: 0;
    background-color: transparent;
    padding: 10px 0;
    margin-left: 0; }

/*************************************************** Panels */
.panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-width: 0px;
  border-style: solid;
  box-shadow: none; }
  .panel .panel-heading {
    padding: 15px;
    border-radius: inherit;
    border: 0; }
  .panel .panel-body {
    white-space: normal; }

.panel-primary {
  border-color: #cfcfba; }
  .panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #40ae49;
    border-color: #40ae49; }
  .panel-primary .panel-body {
    padding: 15px;
    background-color: #dadada; }

.panel-info {
  border-color: #dadada; }
  .panel-info > .panel-heading {
    color: #595959;
    background-color: #dadada;
    border-color: #dadada; }
    .panel-info > .panel-heading a {
      display: block;
      padding: 15px;
      margin: -15px; }
      .panel-info > .panel-heading a:hover, .panel-info > .panel-heading a:focus, .panel-info > .panel-heading a:active {
        color: #595959 !important; }
      .panel-info > .panel-heading a::before {
        content: "\e014";
        font-size: 12px;
        font-weight: lighter;
        font-family: 'Glyphicons Halflings';
        color: #595959;
        float: right; }
      .panel-info > .panel-heading a.collapsed::before {
        content: "\2b";
        color: #595959;
        float: right; }
    .panel-info > .panel-heading .panel-title {
      font-size: 16px;
      text-transform: uppercase; }
  .panel-info .panel-body {
    padding: 0 15px;
    background-color: #dadada; }
    .panel-info .panel-body ul > li > p {
      line-height: 20px;
      font-size: 15px; }
    .panel-info .panel-body a {
      border-width: 0px;
      display: block; }
  .panel-info .panel-footer {
    color: #ffffff;
    background-color: #40ae49;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 0; }
    .panel-info .panel-footer > small {
      margin-bottom: 0; }

.event .panel-body {
  min-height: 180px; }

/***************************************************** Well */
.well {
  border: 0;
  box-shadow: none;
  padding: 20px; }

/**************************************************** Alert */
.alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  text-align: center; }
  .alert > p {
    line-height: 20px; }
  .alert > small {
    margin-bottom: 0; }

/********************************************* Testimonials */
blockquote.testimonials {
  display: block;
  border: none;
  padding: 0;
  font-size: 16px; }
  blockquote.testimonials p {
    line-height: 24px;
    padding: 30px;
    background-color: #eaeae0;
    position: relative; }
    blockquote.testimonials p::before {
      content: "”"; }
    blockquote.testimonials p::after {
      content: "";
      position: absolute;
      bottom: -20px;
      right: 50px;
      width: 0;
      height: 0;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 20px solid #eaeae0;
      display: block;
      width: 0; }
  blockquote.testimonials footer {
    text-align: right;
    padding: 0 20px;
    color: #595959;
    font-size: 100%;
    font-weight: 600; }
    blockquote.testimonials footer cite {
      font-size: 14.03509px; }

blockquote.testimonials + blockquote.testimonials {
  margin-top: 50px;
  margin-bottom: 0; }

/************************************************** Buttons */
.btn {
  padding: 15px 25px;
  line-height: 15px;
  text-align: center;
  border: none;
  outline: 0;
  -webkit-border-radius: 0rem;
  -moz-border-radius: 0rem;
  -ms-border-radius: 0rem;
  border-radius: 0rem;
  font-family: "Lato", Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .0333rem; }
  .btn .icon-r {
    margin-left: 10px; }
  .btn .icon-l {
    margin-right: 10px; }

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none; }

.btn-lg,
.btn-group-lg > .btn {
  padding: 20px 45px;
  line-height: 15px; }

.btn-sm,
.btn-group-sm > .btn {
  padding: 10px;
  line-height: 15px; }

.btn-xs,
.btn-group-xs > .btn {
  padding: 5px;
  line-height: 15px; }

.btn-primary {
  background-color: #62a6db;
  color: #ffffff; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #398ed1;
    color: #ffffff; }

.btn-secondary {
  background-color: #595959;
  color: #ffffff; }
  .btn-secondary.focus, .btn-secondary.active, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    background: #404040;
    color: #ffffff; }

.btn-success {
  background-color: #40ae49;
  color: #ffffff; }
  .btn-success.focus, .btn-success.active, .btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #328939;
    color: #ffffff; }

.btn-warning {
  background-color: #f89200;
  color: #ffffff; }
  .btn-warning.focus, .btn-warning.active, .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #df8300;
    color: #ffffff; }

.btn-danger {
  background-color: #da490f;
  color: #ffffff; }
  .btn-danger.focus, .btn-danger.active, .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #aa390c;
    color: #ffffff; }

.btn-link {
  background-color: transparent;
  color: #595959; }
  .btn-link:hover {
    color: #40ae49; }

.btn-block + .btn-block {
  margin-top: 15px;
  margin-bottom: 0; }

.corner {
  position: relative; }
  .corner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0 20px 20px 0;
    border-style: solid;
    border-color: #ffffff #ffffff #fece92 #fece92;
    background: #ffffff;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.3);
    display: block;
    width: 0; }

/**************************************** Side Bar - Figure */
#sidebar .alert {
  margin: 15px 0; }
#sidebar .strong, #sidebar span.question {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -1px; }
#sidebar .box {
  margin-bottom: 15px;
  display: block;
  overflow: hidden; }
  #sidebar .box figure {
    margin: 0; }
    #sidebar .box figure figcaption {
      text-align: center;
      text-transform: uppercase;
      font-size: 14.03509px;
      font-weight: 600;
      color: #ffffff;
      display: block;
      padding: 10px;
      width: 100%; }
      #sidebar .box figure figcaption:hover {
        color: #595959; }
#sidebar .quick-link-corner {
  position: relative;
  overflow: hidden; }
  #sidebar .quick-link-corner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 60px;
    height: 60px;
    background-color: transparent;
    background-image: url("../images/utilities/quick-link-corner.png");
    background-position: 6px 6px;
    background-size: 80%;
    background-repeat: no-repeat; }
  #sidebar .quick-link-corner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-width: 70px 70px 0 0;
    border-style: solid;
    border-color: #f89200 transparent transparent transparent;
    display: block; }

/**************************************************** Modal */
.modal-header {
  border-bottom-width: 0; }
  .modal-header h4.modal-title {
    padding: 10px; }

/*********************************************** EDGE Sider */
#Stage_triangle,
.ilightbox-caption {
  display: none !important; }

.ilightbox-holder.mac {
  box-shadow: none;
  padding: 0; }

/*************************************************************
Global UI Elements:

01 - Heaader
02 - Navigation
03 - Article
04 - Sidebar
05 - Footer
*************************************************************/
#wrapper {
  min-height: 500px;
  background-color: #ffffff;
  padding: 0 30px;
  margin: 90px 0 0 0;
  /*************************************************************
  Hero Gallery:
  *************************************************************/ }
  @media (min-width: 768px) {
    #wrapper {
      padding: 0 30px;
      margin: 30px auto; } }
  #wrapper #hero-gallery {
    display: block;
    overflow: hidden; }
    #wrapper #hero-gallery a {
      overflow: hidden;
      display: block; }
    #wrapper #hero-gallery.row {
      margin: 1px -1px; }
    #wrapper #hero-gallery [class^="col-"] {
      padding: 1px 1px; }

/********************************************* 01 - Heaader */
header[role="banner"] {
  color: #ffffff;
  height: auto;
  background-color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 15px;
  display: none; }
  @media (min-width: 768px) {
    header[role="banner"] {
      display: block; } }
  header[role="banner"] [class*="col-"] {
    padding: 0; }
  header[role="banner"] a {
    color: inherit; }
  header[role="banner"] a#main-logo {
    display: block;
    background-color: #ffffff;
    padding: 15px;
    margin-top: 0; }
    header[role="banner"] a#main-logo > img {
      width: 100%;
      max-width: 100%;
      height: auto; }
  header[role="banner"] .contact-box {
    text-align: right;
    padding: 15px 0; }
    header[role="banner"] .contact-box p {
      margin-bottom: 10px; }
    header[role="banner"] .contact-box .tel {
      font-size: 34px;
      font-weight: 600;
      line-height: 34px; }
    header[role="banner"] .contact-box .email {
      font-size: 25px;
      font-weight: 300; }
      header[role="banner"] .contact-box .email a {
        line-height: 25px;
        font-size: inherit; }
        header[role="banner"] .contact-box .email a:hover {
          text-decoration: none; }

@media (max-width: 767px) {
  header[role="banner"] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin-top: 0px; } }
/****************************************** 02 - Navigation */
nav[role="navigation"] {
  padding: 0;
  margin-bottom: 0; }
  nav[role="navigation"] a.active {
    background-color: #2c8d34;
    color: #ffffff !important; }
    nav[role="navigation"] a.active:hover, nav[role="navigation"] a.active:focus, nav[role="navigation"] a.active:active {
      background-color: #2c8d34 !important;
      color: #ffffff !important;
      cursor: default; }
  nav[role="navigation"] .navbar-collapse {
    padding: 0; }
  nav[role="navigation"] > .navbar-header,
  nav[role="navigation"] > .navbar-collapse,
  nav[role="navigation"] > .navbar-collapse {
    margin: 0; }
  nav[role="navigation"] .navbar-header {
    padding: 5px 0;
    background-color: #40ae49; }
    @media (min-width: 768px) {
      nav[role="navigation"] .navbar-header {
        padding: 0; } }
    nav[role="navigation"] .navbar-header .navbar-brand {
      float: left;
      padding: 15px;
      max-height: 50px;
      max-width: 230px; }
  nav[role="navigation"] .navbar-nav {
    margin: 0 auto; }
    nav[role="navigation"] .navbar-nav li > a > span#home {
      padding: 0 10px; }
  nav[role="navigation"] .navbar-collapse {
    border-top: 0;
    box-shadow: none; }

@media (min-width: 768px) {
  .navbar-fixed-top {
    position: relative;
    top: auto; }

  .navbar-toggle,
  .navbar-brand {
    display: none; } }
.navbar-nav {
  padding: 0; }
  .navbar-nav > li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #2c8d34; }
  .navbar-nav > li > a > .caret {
    position: absolute;
    top: 20px;
    right: 15px; }

@media (min-width: 768px) {
  .navbar-nav {
    display: table;
    width: 100%; }
    .navbar-nav > li {
      display: table-cell;
      text-align: center;
      float: none;
      border-bottom-width: 0; }

  .nav > li > a {
    padding: 15px 10px; } }
nav.navbar {
  border-radius: 0;
  border-width: 0; }

nav.navbar-default {
  background-color: #40ae49;
  border-color: #ffffff;
  border-top: 0; }
  nav.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    border-right: 1px solid #ffffff; }
    nav.navbar-default .navbar-nav > li > a:hover {
      color: #166e1e; }
  nav.navbar-default .navbar-nav > li:last-child > a {
    border-right: 0; }
  nav.navbar-default .navbar-nav > .open > a,
  nav.navbar-default .navbar-nav > .open > a:hover,
  nav.navbar-default .navbar-nav > .open > a:focus {
    color: #9f9f9f;
    border-color: #ffffff;
    background-color: #dadada; }
  nav.navbar-default .navbar-toggle {
    border-color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
    nav.navbar-default .navbar-toggle.collapsed:hover {
      background-color: #ffffff; }
      nav.navbar-default .navbar-toggle.collapsed:hover .icon-bar {
        background-color: #40ae49; }
    nav.navbar-default .navbar-toggle:hover {
      background-color: #ffffff; }
      nav.navbar-default .navbar-toggle:hover .icon-bar {
        background-color: #40ae49; }
    nav.navbar-default .navbar-toggle:focus {
      background-color: #40ae49; }
      nav.navbar-default .navbar-toggle:focus .icon-bar {
        background-color: #ffffff; }
    nav.navbar-default .navbar-toggle .icon-bar {
      background-color: #ffffff; }

@media (min-width: 768px) {
  nav.navbar-default {
    border-top: 0; }
    nav.navbar-default .navbar-nav > li > a {
      font-size: 13px;
      letter-spacing: 0.05em; } }
@media (min-width: 992px) {
  nav.navbar-default .navbar-nav > li > a {
    font-size: 13px; } }
@media (min-width: 1200px) {
  nav.navbar-default .navbar-nav > li > a {
    font-size: 13px; } }
.dropdown-menu {
  background-color: #dadada;
  padding: 0 10px;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-color: #a7ac9f;
  box-shadow: none;
  left: -1px;
  border-width: 0; }
  .dropdown-menu .divider {
    margin: 0;
    background-color: #40ae49; }
  .dropdown-menu > li {
    margin: 0; }
  .dropdown-menu > li > a {
    color: #40ae49;
    text-transform: uppercase;
    padding: 10px; }
    .dropdown-menu > li > a:hover {
      color: #166e1e;
      background-color: transparent; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    padding: 0 15px;
    background-color: #dadada; }
    .navbar-nav .open .dropdown-menu > li {
      margin: 0; }
    .navbar-nav .open .dropdown-menu > li > a {
      padding: 10px 0; }

  nav.navbar-default {
    border-color: #40ae49; }
    nav.navbar-default .navbar-nav > li > a {
      border-right: 0; }
    nav.navbar-default .navbar-nav > .open > a,
    nav.navbar-default .navbar-nav > .open > a:hover,
    nav.navbar-default .navbar-nav > .open > a:focus {
      color: #9f9f9f;
      border-color: #9f9f9f;
      background-color: #40ae49; } }
/************************************************ 03 - Article */
article.article {
  position: relative; }
  article.article + .article {
    margin-top: 30px; }

/********************************************** 04 - Aside  */
aside[role="complementary"] ul > li > p {
  font-size: 14px; }
aside[role="complementary"] .panel-info .panel-body {
  padding: 0; }

/********************************************** 05 - Footer */
footer[role="contentinfo"] {
  position: relative;
  color: #ffffff;
  background-color: #40ae49;
  margin: 30px -30px 0 -30px;
  padding: 30px 15px; }
  footer[role="contentinfo"] .footer-menu {
    padding: 15px; }
    footer[role="contentinfo"] .footer-menu a {
      padding: 0 10px;
      border-left: 1px solid #2c8d34; }
      footer[role="contentinfo"] .footer-menu a:last-of-type {
        border-right: 1px solid #2c8d34; }
  footer[role="contentinfo"] .list-group {
    margin: 0 15px; }
    @media (min-width: 992px) {
      footer[role="contentinfo"] .list-group {
        margin: 0; } }
    footer[role="contentinfo"] .list-group li.list-group-item {
      padding: 2px 0; }
      footer[role="contentinfo"] .list-group li.list-group-item > a {
        font-size: 12px;
        font-weight: 400; }
  footer[role="contentinfo"] h6 {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px; }
  footer[role="contentinfo"] p {
    margin: 0;
    font-size: 16px; }
  footer[role="contentinfo"] a:hover {
    color: #166e1e; }
  footer[role="contentinfo"] #sub-footer {
    position: relative;
    font-size: 12px;
    padding: 30px 60px;
    margin: 0 15px;
    border: 2px dashed #2c8d34; }
    @media screen and (min-width: 768px) {
      footer[role="contentinfo"] #sub-footer {
        margin: 0 15px; } }
    footer[role="contentinfo"] #sub-footer::before {
      content: "Contact Us";
      background-color: #40ae49;
      font-size: 24px;
      font-weight: 700;
      font-family: 'Lato', Verdana, Arial, sans-serif;
      color: #2c8d34;
      position: absolute;
      top: -24px;
      left: 30px;
      padding: 5px 15px; }
    footer[role="contentinfo"] #sub-footer .contact-box {
      text-align: center; }
      footer[role="contentinfo"] #sub-footer .contact-box .address, footer[role="contentinfo"] #sub-footer .contact-box .tel, footer[role="contentinfo"] #sub-footer .contact-box .email {
        line-height: 16px;
        margin: 0 10px; }
        footer[role="contentinfo"] #sub-footer .contact-box .address a, footer[role="contentinfo"] #sub-footer .contact-box .tel a, footer[role="contentinfo"] #sub-footer .contact-box .email a {
          font-size: inherit; }
  footer[role="contentinfo"] #accordion .panel {
    border: none;
    box-shadow: none;
    background-color: transparent;
    margin-top: 0;
    margin-bottom: 5px; }
    footer[role="contentinfo"] #accordion .panel .m-heading {
      background-color: #40ae49;
      padding: 0; }
      footer[role="contentinfo"] #accordion .panel .m-heading h6 {
        padding: 15px;
        margin: 0;
        cursor: pointer; }
  footer[role="contentinfo"] .div-collapse {
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 0;
    box-shadow: none; }

@media (max-width: 767px) {
  footer[role="contentinfo"] {
    text-align: center;
    margin-bottom: 0px; }
    footer[role="contentinfo"] #sub-footer {
      padding: 20px 0; }
    footer[role="contentinfo"] .list-group {
      margin-bottom: 0; }
      footer[role="contentinfo"] .list-group li.list-group-item {
        padding: 10px 0 !important; }
        footer[role="contentinfo"] .list-group li.list-group-item > a {
          font-size: 16px;
          color: #40ae49; }
          footer[role="contentinfo"] .list-group li.list-group-item > a:hover {
            color: #fcb863; }
    footer[role="contentinfo"] #accordion {
      margin-top: 20px;
      margin-bottom: 20px; }
      footer[role="contentinfo"] #accordion .div-collapse {
        background-color: #dadada; } }
@media (min-width: 992px) {
  .div-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important; } }
@media (max-width: 1200px) {
  footer[role="contentinfo"] #sub-footer {
    text-align: center; }
    footer[role="contentinfo"] #sub-footer .contact-box {
      text-align: center; }
      footer[role="contentinfo"] #sub-footer .contact-box .email {
        margin-left: 10px; } }
/*************************************************************
Font Face:
*************************************************************/
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
#scroll-up {
  padding: 10px;
  width: 40px;
  line-height: 20px;
  display: block;
  background-color: #2c8d34;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: -20px;
  right: 30px; }
  #scroll-up:hover {
    background-color: #166e1e; }

/*************************************************************
Animation:
*************************************************************/
.grow {
  transition: all 1s ease; }
  .grow:hover {
    transform: scale(1.1);
    transform-origin: center center; }

.zoom-box {
  overflow: hidden;
  display: block; }
  .zoom-box > .zoom-in-out {
    animation: zoominout 40s linear infinite; }

@keyframes zoominout {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(1.1); }
  50% {
    transform: scale(1.2); }
  75% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
@keyframes scaleinout {
  0% {
    -webkit-transform: scale(1, 1); }
  50% {
    -webkit-transform: scale(1.1, 1.1); }
  100% {
    -webkit-transform: scale(1, 1); } }
@-webkit-keyframes zoombg {
  0%,100% {
    background-size: 100%; }
  50% {
    background-size: 125%; } }
@keyframes zoom {
  0%, 100% {
    background-size: 100%; }
  50% {
    background-size: 125%; } }
@-webkit-keyframes scroll {
  100% {
    background-position: 0 -100%; } }
@-moz-keyframes scroll {
  100% {
    background-position: 0 -100%; } }
@-o-keyframes scroll {
  100% {
    background-position: 0 -100%; } }
@-ms-keyframes scroll {
  100% {
    background-position: 0 -100%; } }
@keyframes scroll {
  100% {
    background-position: 0 -100%; } }
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #40ae49;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 4px; }

/*# sourceMappingURL=style.css.map */
