/*--- Business Name Here ---*/

/* ==========================================================================
   Global Styles
   ========================================================================== */

   h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
    text-transform: uppercase;
    font-family: 'Lato', Helvetica,Arial,sans-serif;
   }	

   p{
    font:400 14px/20px 'Lato', Helvetica,Arial,sans-serif;
   }
   p.ContactUs{
    font:400 16px/24px 'Lato', Helvetica,Arial,sans-serif;
   }

   .uk-link, a, a:visited{
   }
   a.uk-button-large{
   }
   .uk-button-large:hover{
    
   }
/* ==========================================================================
   Header
   ========================================================================== */
   header{
    background: #2b4145;
   }
    @media (max-width: 767px){
        header .uk-grid{
          margin-left: 0;
        }
    }
   .logo{
    margin-top: 36px;
   }
    .logo img{
      max-width: 350px;
    }
    .uk-navbar{
          margin-top: -26px;
    }
   .uk-navbar-nav>li>a,
   .uk-nav-offcanvas>li>a {
    text-transform: uppercase;
    font-family: 'Lato', Helvetica,Arial,sans-serif;
     transition: background 0.5s ease;

   }

   .uk-navbar-nav>li.uk-active>a,
    html .uk-nav.uk-nav-offcanvas>li.uk-active>a{
     
    }
    .uk-dropdown{
    }
    .uk-nav>li>a{

    }

    .logoMobile{
      max-width: 100%;
      padding: 0;
    }
    .headerContact{padding-left: 0;}
    .headerContact h2{
        font-size: 54px;
        margin-top: 65px;
    }
    @media (max-width: 767px){
      .headerContact{
        display: block;
        margin-bottom: 15px; 
      }
        .headerContact h2{
          margin-top: 0;
          line-height: 1em;
          font-size: 30px;
        }
    }
    .headerContact h2 a{
      color: #fff;
      font-weight: 900;
      transition: color 0.2s ease;
    }
    .headerContact h2 a:hover{
      color:#8eb932;
    }
    .headerContact h2.uk-hidden-small{
    }

/* ==========================================================================
   Global Page Styles
   ========================================================================== */

	 .uk-button-primary{
    text-transform: uppercase;
    font-family: 'Lato', Helvetica,Arial,sans-serif;
   }

/* ==========================================================================
   Footer
   ========================================================================== */
   footer{
      background: #2b4145;
      padding: 25px 0;
      color: #fff;
   }
   footer h2,
   footer p{
    color: #fff;
   }
   footer a{
    color: #8eb932;
   }

   @media (max-width: 767px){
    #dnn_footerLeftOuterPane{
      text-align: center;
    }
    #dnn_footerCenterPane img{
      width: auto !important;
      max-height: 133px !important;
      height: 133px !important;
    }
   }


/* ==========================================================================
   Home Page Styles
   ========================================================================== */
    .slideshow{
      background: #8eb932;
    }
    .uk-slideshow h3{
      margin-bottom: 30px;
    }
   

    .uk-slideshow p{
      font-size: 16px;
    }
    .uk-slideshow a.uk-button-primary{
    }


    
/* 
   Call to Action
   ========================================================================== */
   .cta-dig h4 {
    font-size: 1.5em;
    text-align: center;
    background: #2b4145;
    color: #fff;
    display: block;
    padding: 20px 0; 
    transition: all ease 0.5s;
    margin-bottom: 0;
   }
   .cta-dig a:hover h4{
    color: #2b4145;
    background: #8eb932;
    text-decoration: none; 
   }
    
   .cta-dig a{
      display: block; 
      

    }
    .cta-dig a p{
      text-align: center;
      transition: all ease 0.5s;
      font-size: 1.5em;
      padding: 20px 0; 
      color: #8a2529;
      background: #a39161;
      text-transform: uppercase;
    font-family: 'Lato', Helvetica,Arial,sans-serif;
    margin-top: 0;
    }
   .cta-dig a:hover p{
    background: #002d56;
    color: #a39161; 
    text-decoration: none; 
   }

   .uk-width-medium-1-3 figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.uk-width-medium-1-3 figure img {
  position: relative;
  display: block;
  max-width: 100%;
  opacity: 0.8;
}

.uk-width-medium-1-3 figure figcaption {
  padding: 0.5em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.uk-width-medium-1-3 figure figcaption::before,
.uk-width-medium-1-3 figure figcaption::after {
  pointer-events: none;
}

.uk-width-medium-1-3 figure figcaption,
.uk-width-medium-1-3 figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.uk-width-medium-1-3 figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.uk-width-medium-1-3 figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  font-size: 30px;
  color: #fff;
}

.uk-width-medium-1-3 figure h2 span {
  font-weight: 900;
  display: block;
}

.uk-width-medium-1-3 figure h2,
.uk-width-medium-1-3 figure p {
  margin: 0;
}

.uk-width-medium-1-3 figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
figure.cta-dig {
  background: #000000;
}

figure.cta-dig img {
  opacity: 0.85;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.05,1.05,1);
  transform: scale3d(1.05,1.05,1);
}

figure.cta-dig figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5);
  content: '';
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-167%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-167%,0);
}

figure.cta-dig p {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 3em;
  padding: 0 1em;
  max-width: 150px;
  border-right: 4px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.cta-dig h2 {
  text-align: left;
}

figure.cta-dig:hover img {
  opacity: 0.6;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}

figure.cta-dig:hover figcaption::before {
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,167%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,167%,0);
}

figure.cta-dig:hover p {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}


/* 
   Slider
   ========================================================================== */
   .uk-slidenav-position{
    
   }
   	


/* ==========================================================================
   Body Page Styles
   ========================================================================== */
   blockquote{
      background: #2b4145;
      color: #fff;
      padding: 15px;
      border-left: 5px solid #8eb932;

   }
   	

/* ==========================================================================
   Contact Form Styles
   ========================================================================== */

   	


/* ==========================================================================
   Responsive Styles
   ========================================================================== */
