﻿/*-- egj remove horz scrollbars --*/
.footer-container {	position: relative !important;}
/*-- egj remove horz scrollbars --*/


a.left.carousel-control {
   background:none;
}

a.right.carousel-control {
   background:none;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  /*height: 416px;*/
  min-height: 124px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  background-color: #fff;
}
.carousel-inner .item img { 
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: auto;
}



@media (max-width:480px) { .carousel, .carousel .item { min-height: 115px;}}
@media (min-width: 915px) { .carousel, .carousel .item { min-height: 203px;}}
@media (min-width: 1000px) { .carousel, .carousel .item { min-height: 300px;}}
@media (min-width: 1200px) { .carousel, .carousel .item { min-height: 355px; }}
@media (min-width: 1600px) { .carousel, .carousel .item { min-height: 500px; }}
.homeimgsize { width:100%; }
.homeimgcont {margin-bottom:50px;}
.homeimgcont div {padding:1px;}

@media (min-width: 1600px) {
.col-xl-3 {
    width: 25%;
}
}
 /****/


/*-- GRAPHICA HOME --*/
#site-wrapper {  background-color: rgba(255,255,255,1); }a

.container { width: 100%; margin:0; }
.col-xs-12 { padding: 0; }

.main.wrapper.clearfix { margin-left: 0; padding-bottom: 0; }
.menu_embeded, .menu_embed { display: none; } 

.contentInner.clearfix { margin-bottom: 0!important; }
  
  .main.wrapper.clearfix { margin-left: 0!important; padding-bottom: 0!important; }


  
#footer .footer-bar { bottom: initial; }



.homeimgcont div { padding: 10px 5px 1px 5px; }



/*-- RESPONSIVE --*/

@media (max-width: 767px) {
    body {padding-top: 14px;}
    .content.container { margin-top: 63px;}
}

@media (min-width:768px) {
    
    .content.container { margin-top: 23px; }
    
}

@media (min-width: 1200px) { 
    .content.container { margin-top: 23px; }
}

@media (min-width: 1200px) { 
   .homeimgcont div { padding-bottom: 10px; }
}


.container-fluid {
    padding-right: 0px !important;
 }

 
a.video-links:link {color:#ffcc00; text-shadow:none; background-color:black;}
a.video-links:visited {color:#ffcc00; text-shadow:none; background-color:black;}
a.video-links:hover {color:#ffcc00; text-shadow:none; background-color:black;}


.footer-container { 
 position: relative ;
 border: 0px;
}

.no-padding {
  padding: 0 !important;
}

.contentInner{
  padding:0px !important;
  margin:0px !important;
}
.content.container-fluid .row {
   margin-right:0px !important;
   margin-left:0px !important;
}
.main.wrapper {
   padding-left:0px !important;
   padding-right:0px !important;
}

.block-title-cont {
   display:flex;
   justify-content: space-between;
}

div#homeMessage {
   box-shadow: inset 0 -1px 0 0 #e5e5e5;
   background: #f5f5f5;
   width: 100%;
   text-align: center;
   font-size: 13px;
   padding: 20px 0px;
}
div#homeMessage p { padding:0px; margin:0px; }
div#homeMessage a { text-decoration: underline; }
.home-content {
   width: 95%;
   margin: auto;
}

.content.container-fluid {
   padding-left: 0 !important;
   padding-right: 0 !important;
}

/* CATEGORY LINKS */

#homeCategoryLinks {
   display:flex;
   justify-content: space-between;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   justify-content: flex-start;
   -webkit-justify-content: flex-start;
   align-content: center;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-items: center;
}

.category-link {
   position: relative;
   text-align:center;
   width:23.5%;
   margin-right:2%;
}

.category-link:nth-child(4n){
  margin-right: 0;
}

@media screen and (max-width: 1023px) {
   .category-link {
      width:49%;
      margin-right: 2%;
      margin-top: 2%;
   }
   .category-link:nth-child(2n){
      margin-right: 0;
   }

}

.category-overlay {
   background-color: #0a2240;
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   width: 100%;
   -webkit-transition: max-height .5s ease-out;
   transition: max-height .5s ease-out;
   opacity: 0.9;
   color: #fff;
   min-height: 16%;
   text-decoration: underline;
   text-transform: uppercase;
   font-size: 30px;
   padding-top:5%;
}

.category-overlay:hover {
   font-weight:bold;
} 


@media screen and (max-width: 600px) {
   .category-overlay {
      font-size:25px;
      padding-top:0px;
   }
}

/* ./CATEGORY LINKS */

/* FEATURE LINKS */
.home-feature-links {
   display:flex;
   justify-content: space-between;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   justify-content: flex-start;
   -webkit-justify-content: flex-start;
   align-content: center;
   -webkit-align-content: center;
   -webkit-align-items: center;
   align-items: center;
}

.feature-link {
   width:49%;
   margin-right: 2%;
}

.feature-link:nth-child(2n){
   margin-right: 0;
}

.featured-styles-title {
   margin-bottom: 2rem;
}

@media screen and (max-width: 900px) {
   .feature-link {
      width:100%;
      margin-right: 0;
      margin-bottom:2%;
   }
}

.home-feature-links .video-link {
   width:66%;
   margin-right:1%;
}

.home-feature-links.video .feature-link {
   width:32%;
   margin-right: 0%;
   align-self: flex-start;
}

.home-feature-links.video .feature-link .product {
   margin:0px;
}

.home-feature-links.video .feature-link .product-details {
   padding-top:3%;
}

@media screen and (max-width: 900px) {
   .home-feature-links .video-link,.home-feature-links.video .feature-link {
      width:100%;
      margin-right: 0;
      margin-bottom:2%;
   }
}
/* ./FEATURE LINKS */

/* FEATURED PRODUCT */

.featured-styles-title .block-title {
   font-size:30px;
   color: #0a2240;
   margin: auto;
   text-transform: uppercase;
   font-weight:bold;
}

.bar {
   background-color: #0a2240;
   height: 4px;
   width: 33%;
   margin-top: 1rem;
}

@media screen and (max-width: 1400px) {
   .featured-styles-title .block-title {
      font-size:30px;
   }
   .bar {
      margin-top: 1rem;
   }
}

/* hide bars on mobile */
@media screen and (max-width: 1023px) {
   .bar {
      display:none;
   }
}

.product-details {
   text-align: left;
   padding-top:10px;
}
.product-details .product-desc {
   color:#111;
   font-size:16px;   
}
.product-details .product-code,.product-details .product-price {
   color:#757575;
}

.product {
   position: relative;
   margin:0.5em;
   text-align:center;
}

.product-overlay {
   background-color: #0a2240;
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   bottom: 20%;
   width: 100%;
   -webkit-transition: max-height .5s ease-out;
   transition: max-height .5s ease-out;
   opacity: 0.9;
   color: #fff;
   height: 25%;
}

.product-overlay .product-desc {
   font-weight: bold;
   font-size: 20px;
   padding: 10px 10px 0px 10px;
   text-transform: uppercase;
}

.product-overlay .product-code {
   font-size: 18px;
}

@media screen and (max-width: 600px) {
   .product-overlay .product-desc {
      font-size:1rem;
   }
   .product-overlay .product-code {
      font-size: 0.7rem;
   }

}

.featured-product a { text-decoration: none; }

/* ./FEATURED PRODUCT */

#slickBanner,#homeMainFeature,.home-main-feature,#homeCategoryLinks,.home-feature-links,.featured-styles-title,#slickFeatured,#slickGearUp {
   margin-bottom: 2%;
}

/* hide margin since we now have them on all categories */
@media screen and (max-width: 1023px) {
   #slickBanner {
      margin-bottom: 0;
   }
}   

video { width:100%; }

/* SLICK CLASS OVERRIDES */
.slick-prev:before,
.slick-next:before
{
   color: #0a2240 !important;
}
.slick-prev, .slick-next { z-index: 999 !important; }
.slick-prev:before, .slick-next:before { font-size:30px !important;}
.slick-prev { left: 15px !important; }
.slick-next { right: 15px !important; }
.slick-slide img { width:100%; }

/* ./SLICK CLASS OVERRIDES */

/*
     _ _      _       _
 ___| (_) ___| | __  (_)___
/ __| | |/ __| |/ /  | / __|
\__ \ | | (__|   < _ | \__ \
|___/_|_|\___|_|\_(_)/ |___/
                   |__/

 Version: 1.8.0
  Author: Ken Wheeler
 Website: http://kenwheeler.github.io
    Docs: http://kenwheeler.github.io/slick
    Repo: http://github.com/kenwheeler/slick
  Issues: http://github.com/kenwheeler/slick/issues

 */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
 
     outline: none;
    -moz-outline-style: none;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../img/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

 @media  screen  and (max-width: 576px) {
     .category-overlay {
      font-size:20px;
      display: flex;
      justify-content: center;
      align-content: center;
      flex-direction: column;
   }
   .product-overlay{display:none;}
  .featured-styles-title .block-title {font-size:25px;}
  .slick-prev { left: 20px !important; }
 .slick-next { right: 20px !important; }
  
}

a, a:focus, a:active {
    outline: none;
    -moz-outline-style: none;
}




.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

