/* ==========================================================================
   Global Styles
   ========================================================================== */

   h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px 0;
    font-family: 'Titillium Web', sans-serif;
    color: #15aa05;
    font-weight: 600;
   }	

   p{
    font:400 14.5px/22px 'Roboto', Helvetica, Arial, sans-serif;
    color: #333;
   }

   UL LI{
    font:400 14.5px/22px 'Roboto', Helvetica, Arial, sans-serif;
    color: #333;
   }

   .uk-link, a, a:visited{
    color: #15aa05;
   }

   a:hover{
    color: #333;
   }
 
/* ==========================================================================
   Header
   ========================================================================== */

   header {
    -webkit-box-shadow: 0px 1px 2px 0px #111;
    -moz-box-shadow: 0px 1px 2px 0px #111;
    box-shadow: 0px 1px 2px 0px #111;
    border-bottom: 1px solid #111;
    background: #fff;
   }

    #dnn_dnnLOGO_imgLogo {
    }

   .uk-navbar {
    background: #808080;
    background: -moz-linear-gradient(top, #808080 0%, #d3d3d3 7%, #808080 15%, #a9a9a9 100%);
    background: -webkit-linear-gradient(top, #808080 0%,#d3d3d3 7%,#808080 15%,#a9a9a9 100%);
    background: linear-gradient(to bottom, #808080 0%,#d3d3d3 7%,#808080 15%,#a9a9a9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#a9a9a9',GradientType=0 );
   }

   .uk-navbar-nav>li>a,
   .uk-nav-offcanvas>li>a {
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
    transition: background 0.5s ease;
    font-size: 17px;
    color: #fff;
    height: 45px;
    line-height: 50px;
    letter-spacing: 0.4pt;
    font-weight: 600;
   }

   .uk-navbar-nav>li>a:hover,
   .uk-navbar-nav>li:hover>a, 
   .uk-navbar-nav>li>a:focus, 
   .uk-navbar-nav>li.uk-open>a,
   .uk-navbar-nav>li.uk-active>a,
    html .uk-nav.uk-nav-offcanvas>li.uk-active>a {
    background-color: #15aa05;
    color: #fff;
   }

   .uk-nav-dropdown>li>a:hover, 
   .uk-nav-dropdown>li>a:focus {
    background: #111;
   }

   html .uk-nav.uk-nav-offcanvas>li.uk-active>a,
   .uk-nav-offcanvas>.uk-open>a, 
   html:not(.uk-touch) .uk-nav-offcanvas>li>a:hover, 
   html:not(.uk-touch) .uk-nav-offcanvas>li>a:focus {
    background: #111;
    color: #fff;
   }

   .uk-offcanvas {
    background: rgba(254, 254, 254, 0.5);
   }

   .uk-offcanvas-bar{
    background: #808080; 
   }

   .uk-navbar-toggle{
    color: #111;
    font-family: 'Titillium Web', sans-serif;
   }

   .uk-navbar-toggle:hover, .uk-navbar-toggle:focus{
    background: #15aa05;
    color: #fff;
   }

  /* ==========================================================================
   Side Menu
   ========================================================================== */

    .sidemenu.uk-navbar-nav>li {
      margin-bottom: 1px;
    }

    .sidemenu.uk-navbar-nav>li>a {
      text-transform: none;
      border: none;
      letter-spacing: 0;
      display: inline-table;
      width: 100%;
      padding: 12px 15px;
      line-height: 20px;
    }

    .sidemenu.uk-navbar-nav>li>a:hover {
      background-color: #15aa05;
      color: #ffffff;
    }

    .omgWOW h3{
      text-align: center;
      background: #15aa05;
      color: #fff;
      border-radius: 6px;
      padding: 5px;
    }

    .omgWOW p{
      margin-top: 0;
    }

   .logoMobile{
    margin-left: auto;
    margin-right: auto;
    max-width: 95%;
    margin-top: 10px;
   }

   .headerContact{
    margin-top: 20px;
   }

   .headerContact p {
    margin: 0 0 5px 0 !important;
   }

   .headerContact h2 {
    margin-bottom: 5px;
    margin-top: 10px;
   }

   .headerContact h2 a,
   .headerContact h1 a{
    color: #15aa05;
    text-transform: none;
   }

   .headerContact h2 a:hover,
   .headerContact h1 a:hover{
    color: #808080;
   }

   #dnn_headerContact1 p a {
    color: #15aa05;
   }

   #dnn_headerContact1 p a:hover {
    color: #333;
   }

   .WOWFactor {
    background: #222;
    -webkit-box-shadow: 0px 1px 2px 0px #111;
    -moz-box-shadow: 0px 1px 2px 0px #111;
    box-shadow: 0px 1px 2px 0px #111;
    border-bottom: 1px solid #111;
   }

   .uk-icon-button {
    background: #15aa05;
    color: #fff;
    transition: background 0.5s ease;
   }

   .uk-icon-button:hover {
    background: #333;
    color: #fff;
   }

   #dnn_dnnLOGOmobi_imgLogo {
   }
/* ==========================================================================
   Call to Action
   ========================================================================== */

   #cta{
    background: #76bd1d;
    background: -moz-radial-gradient(center, ellipse cover,  #76bd1d 0%, #15aa05 100%);
    background: -webkit-radial-gradient(center, ellipse cover,  #76bd1d 0%,#15aa05 100%);
    background: radial-gradient(ellipse at center,  #76bd1d 0%,#15aa05 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76bd1d', endColorstr='#15aa05',GradientType=1 );
   }

  .cta-dig {
   }

  .cta-dig h4{
    text-align: center;
    padding: 10px;
    color: #fff;
    margin-bottom: 0;
  }

  .cta-dig p{
    color: #fff;
  }

  .uk-icon-large {
    color: #fff;
    font-size: 700%;
  }

  figure {
    border: 1px solid #a9a9a9;
  }

  figure p {
    color: #fff;
  }

  p.uk-button {
    background: #333;
    line-height: 15px;
    padding: 7px 12px;
    text-transform: uppercase;
  }

  .uk-overlay-background {
    background: rgba(34, 34, 34, 0.55);
  }

  .uk-overlay-panel {
    padding: 10px;
  }


/* ==========================================================================
   Body Page Styles
   ========================================================================== */
   blockquote{
    background: #15aa05;
    color: #fff;
    padding: 20px;
    border-left: 5px solid #222222;
    font-size: 20px;
    line-height: 27px;
   }

   .lightbluebox {
    background: #15aa05;
    padding: 20px;
   }

   .darkbluebox {
    background: #333;
    padding: 25px;
    margin-left: 0px;
   }

   .lightbluebox p,
   .lightbluebox h1, 
   .darkbluebox p {
    color: #fff;
   }

   .lightbluebox a, 
   .darkbluebox a {
    color: #fff;
    text-decoration: underline;
   }

   .lightbluebox a:hover, 
   .darkbluebox a:hover {
    color: #111;
   }

   .picborder {
    border: 3px solid #FFF;
   }

   #dnn_ContentPane h3 {
    background: #15aa05;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border: 1px solid;
    margin-bottom: 0;
   }

   #dnn_ctr420_HtmlModule_lblContent h3{
    margin-bottom: 0;
   }

   .bg {
    background: url(/Portals/0/bg.jpg) fixed;
   }


/* ==========================================================================
   Footer
   ========================================================================== */
   footer{
    color: #fff;
    background: #231f20;
    padding-top: 50px;
    padding-bottom: 30px;
    border-top: 5px solid #15aa05;
    }

   footer a, 
   footer a:visited,
   footer p {
    font:400 13px/20px 'Roboto';
    color: #999;
   }

   footer a:hover,
   footer span {
    color: #fff;
   }

   .fcp span{
    color: #565656 !important;
   }

   .fcp {
    margin-top: 30px;
    text-align: center;
   }


/* ==========================================================================
   Home Page Styles
   ========================================================================== */

   .bluebg {
    background: #15aa05;
   }

   a.ctabutton {
    background: #fff;
    padding: 15px 25px;
    color: #333;
    font-size: 15px;
    transition: all 0.1s ease;
    letter-spacing: 0.3pt;
   }

   a.ctabutton:hover {
    background: #333;
    color: #fff;
   }

   .marg {
    padding: 40px 0;
   }

   .uk-slideshow h3 {
    margin-left: 50px;
    font-size: 50px;
    line-height: 50px;
   }


/* ==========================================================================
   Contact Form Styles
   ========================================================================== */
   html .bstrap3-material .form-horizontal .control-lTitillium Web {
    color: #333;
    font-family: 'Titillium Web';
    font-size: 11pt;
    font-weight: 400 !important;
   }

/*   .bstrap3-material .lTitillium Web-align-top .btn-form {
    margin-top: 0px;
   }
*/
   html .bstrap3-material .btn-info {
    background-color: #15aa05;
   }

   html .bstrap3-material .btn-info:hover {
    background-color: #333;
   }

  /* ==========================================================================
   Media Queries
   ========================================================================== */

    @media (max-width: 767px){
      .uk-slideshow h3 {
        margin-left: 40px;
        font-size: 15px !important;
        line-height: 15px !important;
      }
    }

   @media (max-width: 1219px) {

    .uk-slideshow h3 {
      font-size: 40px;
      line-height: 40px;
    }

   }

  /* ==========================================================================
   FAQ
   ========================================================================== */
    .faq_border h4{
      border: 1px solid #999;
      padding: 10px 10px 10px 15px;
      margin-bottom: 5px;
    }

    .faq_border p{
      border-bottom: 1px solid #999;
      padding: 15px 15px 15px 40px;
      border-left: 1px solid #999;
      border-right: 1px solid #999;
      margin-top: -5px;
    }

    .faq_border h4:hover{
      cursor: pointer;
    }

/* ==========================================================================
   Gallery Styles
   ========================================================================== */

    .eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg_thumbnailWrapper .edsgg_thumbnailContainer .edsgg_image_thumbnail{
      background-color: #15aa05;
      border:none;
    }
    .eds_GravityGallery_Graviton .edsgg__itemsListContainer .edsgg_thumbnailWrapper{
      border: none;
      box-shadow: none;
    }
    .eds_GravityGallery_Graviton .edsgg_mainTitle{
      display: none;
    }
    .eds_GravityGallery_Graviton .edsgg_media .edsgg_embedMediaDataWrapper{
      border: none;
      background-color: #15aa05;
    }
