/*--- Business Name Here ---*/

/* ==========================================================================
   Global Styles
   ========================================================================== */

   h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
    font-family: Arial, sans-serif;
    font-weight: bold;
   }	

   p, .Normal{
    font:400 14px/20px Arial,sans-serif;
   }
   p.ContactUs{
    font:400 16px/24px Arial,sans-serif;
   }

   .uk-link, a, a:visited{
    color: #ed1c24;
   }
   a.uk-button-large{
    color: #fff;
   }
   .uk-button-large:hover{
    
   }
/* ==========================================================================
   Header
   ========================================================================== */
   header{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed2127+50,ffef00+50 */
background: #ed2127; /* Old browsers */
background: -moz-linear-gradient(top,  #ed2127 37%, #ffef00 37%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ed2127 37%,#ffef00 37%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ed2127 37%,#ffef00 37%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2127', endColorstr='#ffef00',GradientType=0 ); /* IE6-9 */

   }

.uk-navbar{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f5f5+0,c7c7c7+99 */
background: #f6f5f5; /* Old browsers */
background: -moz-linear-gradient(top,  #f6f5f5 0%, #c7c7c7 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f6f5f5 0%,#c7c7c7 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f6f5f5 0%,#c7c7c7 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f5', endColorstr='#c7c7c7',GradientType=0 ); /* IE6-9 */

}

   .logo.uk-navbar-brand{
    z-index: 1;
    display: block;
    visibility: visible;
    height: 15px;
   }
   .uk-navbar-brand{
    display: none;
    visibility: hidden;
   }
   .uk-navbar-brand img{
    max-height: 200px;
   
   }
   .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;
    color: #000;
    font-size: 15px;
    border-radius: 0;
    font-weight: bold;


   }
   .uk-navbar-nav>li>a:hover,
   .uk-navbar-nav>li.uk-active>a,
    html .uk-nav.uk-nav-offcanvas>li.uk-active>a{
      background: #ed2127;

    }
    .uk-dropdown{
      background: #111;

    }
    .uk-nav>li>a{
      color: #fff;
      text-transform: uppercase;
    }
    .uk-navbar-content:before, .uk-navbar-brand:before, .uk-navbar-toggle:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
    }
    .uk-navbar-toggle{
      
          display: block;
    text-decoration: none;
    color: #000;
    font-size: 25px;
    border-radius: 0;
    font-weight: bold;
    }
    .uk-navbar-toggle:after {
      float: left;
      margin-top: 14px;
    }



    .logoMobile.uk-navbar-center{
      max-width: 100%;
    }
    .headerContact h2{
      text-transform: uppercase;
      font-size: 17px;
      color: #000;
    }
    .headerContact h2 a{
      color: #000;
      margin-left: 20px;
    }
    .headerContact h2 a:hover{
      text-decoration: none;
      color: #000;
    }
    .headerContact h2.uk-hidden-small{
      text-align: right;
      margin: 0;
    line-height: 1.3em;
    }

     h1.header{
    color: #000;
    text-transform: uppercase;
    font-size: 60px;
        margin-bottom: 20px;
   }

      @media(max-width: 768px){
    header{
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed2127+50,ffef00+50 */
background: #ed2127; /* Old browsers */
background: -moz-linear-gradient(top,  #ed2127 19%, #ffef00 19%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ed2127 19%,#ffef00 19%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ed2127 19%,#ffef00 19%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2127', endColorstr='#ffef00',GradientType=0 ); /* IE6-9 */
    }
    .headerContact.uk-text-right{
      text-align: center !important;
    }
   h1.header{
    color: #000;
    text-transform: uppercase;
    font-size: 52px;
   }
   
   }



    @media(min-width: 768px)and (max-width: 1220px){
        .uk-navbar-nav>li>a{
          font-size: 16px  ;
          padding: 0 5px;
        }
        .headerContact h2{
          font-size: 15px;
        }
        .headerContact h2 a{
          margin-left: 5px;
        }
    }

 .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: #f40010;
      font-size: 60px;
      text-shadow: 5px 3px 0px #000;
          line-height: 1em;
    }
    .SpecialBox p{
      color: #fff;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2em;
    }
    .SpecialBox p span{
      color: #f40010;
      text-shadow: 3px 2px 0px #000;
      font-size: 45px;
    }
    
    .SpecialBox p.conditions{
      font-size: 16px;
      font-weight:normal;
      text-transform: none;
    }



/* ==========================================================================
   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;
      }
    }
	

/* ==========================================================================
   Footer
   ========================================================================== */
   footer{
      background: #111;
      padding: 25px 0;
      color: #fff;
   }

   footer p{
    color: #fff;
   }
   footer h2{
    color: #f00;
   }
   	
   @media (max-width: 767px){
    footer h2 img{
      max-height: 125px;
    }
   }

/* ==========================================================================
   Home Page Styles
   ========================================================================== */
    .uk-slideshow h3{
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
      text-transform: uppercase;
      font-size: 60px;
      margin-bottom: 30px;
      line-height: 1em;

    }
    
    .uk-slideshow p{
      font-size: 16px;
    }
    .uk-slideshow a.uk-button-primary{
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }
    .uk-slideshow a.uk-button-primary:visited{
      color: #fff;
    }
    .uk-slideshow .uk-overlay-background{
      background: rgba(0, 0, 0, 0.5);
    }
    .uk-icon-chevron-down.uk-icon-large{
          font-size: 200%;
    position: relative;
    top: -40px;
    }
    a.slideshowChevDown:hover{
      color: #fff;
     }
     a.slideshowChevDown:focus{
      color: #ed1c24;
     }

@media (max-width: 768px){
      .uk-slideshow h3{
        font-size: 25px;
         margin-bottom: 5px;
      }
      .uk-slideshow p{
      font-size: 12px;
    }
    .uk-dotnav{
      display: none;
      visibility: none;
    }
    }
.slideshowChevDown{
  display: none;
  visibility: hidden;
}
    .cta-dig{
      text-align: center;
    }
    .cta-dig .uk-icon-large:hover{
      color:#ed1c24;
    }
    .cta-dig .uk-icon-large{
      color:#204f82;
      font-size: 1967%;
    }
.services, .servicesHalf{
  display: inline-block;
}
.services li{
      float: left;
      width: 25%;
    }
    .servicesHalf li{
      float: left;
      width: 50%;
    }
    @media (max-width: 850px){
        .services li{
        float: left;
       width: 50%;
      }
    }
    @media (max-width: 768px){
        .services li,
        .servicesHalf li{
        float: none;
        width: 100%;
      }
    }
/* 
   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; 
   }
   	
   /* 
   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
   ========================================================================== */
    #carsales {
      width: 100%;
      min-height: 600px;
      border: none;
      overflow: hidden;
    }
   	

/* ==========================================================================
   Contact Form Styles
   ========================================================================== */

   	
/* ==========================================================================
   Online Store Styles
   ========================================================================== */

   .Detail .Name h1 {
    line-height: 1.2em;
}
.treeview li{
  background-image: none;
}
.treeview .hitarea{
  background: none;
      height: 40px;
    width: 16px;
    margin-left: 5px;
    float: left;
    cursor: pointer;
    z-index: 100;
    position: relative;
    margin-right: 5px;
}
.treeview .expandable-hitarea{
  background: url(../img/expandable.png) no-repeat center center transparent;
}
.treeview li.lastCollapsable, .treeview li.lastExpandable{background-image: none;}
.treeview .collapsable-hitarea{
  background: url(../img/collapsable.png) no-repeat center center transparent;
}






ul#NBStoreTreeMenu{
       margin-top: 0;
    padding: 0;
    background-color: #4d4f53;
      background: -webkit-gradient(linear,left top,left bottom,from(#4d4f53),to(#383838));
      background: -webkit-linear-gradient(top,#4d4f53,#383838);
      background: -moz-linear-gradient(top,#4d4f53,#383838);
      background: -ms-linear-gradient(top,#4d4f53,#383838);
      background: -o-linear-gradient(top,#4d4f53,#383838);
      background: linear-gradient(top,#4d4f53,#383838);
    width: 100%; 
}
.treeview li{
   background: none;
   padding: 0;
}
.treeview, .treeview a:link, .treeview a:visited{
   color: #fff;
    font-weight: bold;
    padding: 10px;
    display: block;
     background-color: #4d4f53;
      background: -webkit-gradient(linear,left top,left bottom,from(#4d4f53),to(#383838));
      background: -webkit-linear-gradient(top,#4d4f53,#383838);
      background: -moz-linear-gradient(top,#4d4f53,#383838);
      background: -ms-linear-gradient(top,#4d4f53,#383838);
      background: -o-linear-gradient(top,#4d4f53,#383838);
      background: linear-gradient(top,#4d4f53,#383838);
      top: 0;
      left: 0;
}
.treeview, 
.treeview a.selected:link, 
.treeview a.selected:visited,
.treeview a:hover,
.treeview a:focus{
   color: #fff;
    font-weight: bold;
    padding: 10px;
    display: block;
     background-color: #eb2136;
      background: -webkit-gradient(linear,left top,left bottom,from(#eb2136),to(#c81227));
      background: -webkit-linear-gradient(top,#eb2136,#c81227);
      background: -moz-linear-gradient(top,#eb2136,#c81227);
      background: -ms-linear-gradient(top,#eb2136,#c81227);
      background: -o-linear-gradient(top,#eb2136,#c81227);
      background: linear-gradient(top,#eb2136,#c81227);
      top: 0;
      left: 0;
}
.CategoryMenuWrapper h2{
   margin-top:0 !important;
   margin-bottom:0 !important;

}
h2 a.treeview{
   color: #fff;
    font-weight: bold;
    padding: 10px;
    display: block;
     background-color: #eb2136;
      background: -webkit-gradient(linear,left top,left bottom,from(#eb2136),to(#c81227));
      background: -webkit-linear-gradient(top,#eb2136,#c81227);
      background: -moz-linear-gradient(top,#eb2136,#c81227);
      background: -ms-linear-gradient(top,#eb2136,#c81227);
      background: -o-linear-gradient(top,#eb2136,#c81227);
      background: linear-gradient(top,#eb2136,#c81227);
}

.collapsable > ul >.expandable > .hitarea{
  margin-left:15px;
}
.collapsable > ul >.expandable > a{
  padding: 10px 10px 10px 40px;
}
.collapsable > ul >.collapsable > .hitarea{
  margin-left:15px;
}
.collapsable > ul >.collapsable > a{
  padding: 10px 10px 10px 40px;
}
.collapsable > ul > li >a{
  padding: 10px 10px 10px 40px !important;
}
.collapsable > ul >.collapsable > ul > li > a{
  padding: 10px 10px 10px 60px !important;
}
.lastCollapsable > ul > li >a{
  padding: 10px 10px 10px 60px !important;
} 


/* ==========================================================================
   Responsive Styles
   ========================================================================== */
