/*--- Business Name Here ---*/

/* ==========================================================================
   Global Styles
   ========================================================================== */

   h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
   }	

   p, .Normal{
    font:400 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
   }
   p.ContactUs{
    font:400 16px/24px "Helvetica Neue",Helvetica,Arial,sans-serif;
   }

   .uk-link, a, a:visited{
    color: #ff0;
   }
   p a, p a:visited{
      color: #929200;
    }
   a.uk-button-large{
   }
   .uk-button-large:hover{
    
   }
/* ==========================================================================
   Header
   ========================================================================== */
   header{
    background: #000;
   }

   header a{
    color: #ff0;
   }
   header a:hover,
   header a:focus{
    color: #fff;
   }

   .logo.uk-navbar-brand{
    z-index: 1;
    display: block;
    visibility: visible;
   }
   .logo.uk-margin-top{
    margin-top: 40px !important;
   }
   .uk-navbar-brand{
    display: none;
    visibility: hidden;
   }
   .uk-navbar-brand img{
   
   }
   .navTable{
    display: table;
    margin:0 auto;
   }
   .uk-active .uk-navbar-brand{
    display: block;
    visibility: visible;
   }
   .uk-navbar-nav>li>a,
   .uk-nav-offcanvas>li>a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;


   }

   .uk-navbar-nav>li.uk-active>a,
    html .uk-nav.uk-nav-offcanvas>li.uk-active>a{
        background: #000;
        color: #ff0;

    }
    .uk-dropdown{
      background: #111;

    }
    .uk-nav>li>a{
    }
    .uk-navbar-content:before, .uk-navbar-brand:before, .uk-navbar-toggle:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
    }
    .uk-navbar-toggle{
      font-size: 23px;
      text-transform: uppercase;
      font-weight: bold;
    }
    .uk-navbar-toggle:after {
      float: left;
      margin-top: 9px;
    }



    .logoMobile.uk-navbar-center{
      max-width: 80%;
    }
    .headerContact{padding-left: 0;}
    @media (max-width: 767px){
        .headerContact h2{
          text-align: center;
        }
    }
    .headerContact h2 a{

    }
    .headerContact h2 a:hover{
      text-decoration: none;
    }
    .headerContact h2.uk-hidden-small{
    }

/* ==========================================================================
   Global Page Styles
   ========================================================================== */
   @media (max-width: 767px){
      #dnn_ContentPane.uk-margin-large-top{
        margin-top: 10px !important;
      }
      .contentPaneContainer.uk-margin-large-top{
        margin-top: 10px !important;
      }
      #dnn_bannerPane.uk-margin-large-top{
        margin-top: 10px !important;
      }
    }
	

    .SpecialBox{
      /* CSS3 */
          background: url(../img/mainbg.jpg) no-repeat center center fixed #eee; /* Old browsers */
          /*background: -moz-radial-gradient(center, ellipse cover, #efefef 0%, #e9e9e9 50%, #dfdfdf 100%); /* FF3.6+ */
          /*background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#efefef), color-stop(50%,#e9e9e9), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */*/
          /*background: -webkit-radial-gradient(center, ellipse cover, #efefef 0%,#e9e9e9 50%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */*/
          /*background: -o-radial-gradient(center, ellipse cover, #efefef 0%,#e9e9e9 50%,#dfdfdf 100%); /* Opera 12+ */*/
          /*background: -ms-radial-gradient(center, ellipse cover,  #efefef 0%,#e9e9e9 50%,#dfdfdf 100%); */ /* IE10+ */
          /*background: radial-gradient(ellipse at center, #efefef 0%,#e9e9e9 50%,#dfdfdf 100%); /* W3C */*/
          /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#dfdfdf',GradientType=1);  IE6-9 fallback on horizontal gradient */
          min-height: 1px;
          background-size: cover;
          -moz-background-size: cover;
          -webkit-background-size: cover;
          -o-background-size: cover;
          max-width: 100%;
          height: 100%;
          padding: 25px 0;
    }
    .SpecialBox a:hover{
      text-decoration: none;
    }
    .SpecialBox h2{
      color: #ff0;
      font-size: 60px;
      text-shadow: 5px 3px 0px #000;
          line-height: 1em;
    }
    .SpecialBox p{
      color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2em;
    }
    .SpecialBox p span{
      color: #ff0;
      text-shadow: 3px 2px 0px #000;
      font-size: 45px;
    }
    
    .SpecialBox p.conditions{
      font-size: 16px;
      font-weight:normal;
      text-transform: none;
    }


/* ==========================================================================
   Footer
   ========================================================================== */
   footer{
      background: #000;
      padding: 25px 0;
   }
   footer h2,
   footer p{
      color: #ff0;
   }
   footer p.eftpos{
    text-align: center;
    font-size: 30px;
   }
   	
   footer a{
    color: #fff;
   }
   footer a:hover{
    color: #ff0;
   }


/* ==========================================================================
   Home Page Styles
   ========================================================================== */

   .uk-slideshow{z-index: 1;}
    .uk-slideshow h3{
      text-transform: uppercase;
      font-size: 60px;
      margin-bottom: 30px;
      line-height: 1em;

    }
    
    .uk-slideshow p{
      font-size: 16px;
    }
    .uk-slideshow a.uk-button-large{
      z-index: 3;
    position: relative;
    }
    .uk-slideshow .uk-overlay-background{
      background: rgba(0, 0, 0, 0.5);
    }
    .uk-icon-chevron-down.uk-icon-large.uk-margin-large-top{
      margin-bottom: 50px !important;
      z-index: 5;
      position: relative;
    }
    a.slideshowChevDown{
      color: #ff0;
     }
    a.slideshowChevDown:hover{
      color: #000;
     }
     a.slideshowChevDown:focus{
      color: #000;
     }
     @media (max-width: 767px){
      .uk-slideshow h3{
        font-size: 16px;
         margin-bottom: 10px;
      }
      .uk-slideshow p{
          font-size: 12px;
          margin: 5px 0;
          line-height: 1em;
      }
      .uk-slideshow a.uk-button-large{
          font-size: 14px;
          min-height: 10px;
          padding: 10px;
          line-height: 1em;
          z-index: 2;
      }
      .uk-slidenav-position .uk-slidenav-next{
        right:0;

      }
      .uk-slidenav-position .uk-slidenav-previous{
        left: 0;
      }
    }
     #cta{
        background: #000;
        color: #ff0;
        padding: 50px 0;
        @media (max-width: 767px){
            padding:10px 0;
        }
     }
     #cta .uk-width-xlarge-1-4 {
      position: relative;
     }
     #cta h2 a{
      text-align: center;
      color: #ff0;
      font-size: 40px;
      display: block;
     }
     #cta h2 a{
      text-decoration: none;
     }
    .cta-dig{
      text-align: center;

    }
    .cta-dig h4,
    .cta-dig p{
      color: #ff0;
    }
    .cta-dig .uk-icon-large:hover{
      color:#ed1c24;
    }
    .cta-dig .uk-icon-large{
      color:#204f82;
      font-size: 1967%;
    }


 /* Common style */
.uk-width-xlarge-1-3 figure
 {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.uk-width-xlarge-1-3 figure img {
  position: relative;
  display: block;
  max-width: 100%;
  opacity: 0.8;
}

.uk-width-xlarge-1-3 figure figcaption {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.uk-width-xlarge-1-3 figure figcaption::before,
.uk-width-xlarge-1-3 figure figcaption::after {
  pointer-events: none;
}

.uk-width-xlarge-1-3 figure figcaption,
.uk-width-xlarge-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-xlarge-1-3 figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.uk-width-xlarge-1-3 figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.uk-width-xlarge-1-3 figure h2 span {
  font-weight: 800;
}

.uk-width-xlarge-1-3 figure h2,
.uk-width-xlarge-1-3 figure p {
  margin: 0;
}

.uk-width-xlarge-1-3 figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-cta {
  background: #ff0;
}

figure.effect-cta img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-cta:hover img {
  opacity: 0.4;
}

figure.effect-cta figcaption::before,
figure.effect-cta figcaption::after {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-cta figcaption::before {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}

figure.effect-cta figcaption::after {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
}

figure.effect-cta h2 {
  padding: 10% 25px 0 25px;
  color: #000;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,-20px,0);
  transform: translate3d(0,20px,0);
  font-weight: bold;
}

figure.effect-cta p {
  padding: 5px 3.2em;
  opacity: 0;
  line-height: 1em;
  color: #000;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
}

figure.effect-cta:hover figcaption::before,
figure.effect-cta:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-cta:hover h2,
figure.effect-cta:hover p {
  opacity: 1;
  font-weight: bold;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,-20,0);
}




/* 
   Call to Action
   ========================================================================== */
   .cta-dig h4 a{
    font-size: 1.5em;
    text-align: center;
    background: #ed1c24;
    color: #fff;
    display: block;
    padding: 20px 0; 
    transition: all ease 0.5s;
   }
   .cta-dig h4 a:hover{
    font-size: 1.5em;
    text-align: center;
    color: #ed1c24;
    background: #111;
    display: block;
    padding: 20px 0;
    text-decoration: none; 
   }
   	


/* 
   Slider
   ========================================================================== */
   .uk-slidenav-position{
    
   }
   	


/* ==========================================================================
   Body Page Styles
   ========================================================================== */
    blockquote{
      padding: 15px;
          background: #ffff00;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
    border-left: 5px solid #000;
    }
    

  .ContactNowBut  {
background: rgb(86,86,86); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(86,86,86,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(86,86,86,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(86,86,86,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

          display: block;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2em;
    border-radius: 10px;
    box-shadow: 3px 3px 10px #000;
    transition: all ease 0.2s;
    }
   	.ContactNowBut:hover  {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffff00+0,63ce00+100 */
background: rgb(255,255,0); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,0,1) 0%, rgba(99,206,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,0,1) 0%,rgba(99,206,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,0,1) 0%,rgba(99,206,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#63ce00',GradientType=0 ); /* IE6-9 */
color: #000;
text-decoration: none;
          display: block;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2em;
    border-radius: 10px;
    box-shadow: 3px 3px 10px #000;
    }

/* ==========================================================================
   Contact Form Styles
   ========================================================================== */

   	


/* ==========================================================================
   Responsive Styles
   ========================================================================== */
