﻿#homeCategoryLinks{margin-left:2%;margin-right:2%;}
.home-feature-links{margin-left:2%;margin-right:2%;}
.no-padding {
  padding: 0 !important;
}

.contentInner{
  padding:0px !important;
  margin:0px !important;
}

.block-title-cont {
   display:flex;
   justify-content: space-between;
}

/* 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%;
   }
}

/* ./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 {
   position: relative;
   margin:auto;
   text-align:center;
   width:329px;
}

.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 */

#slickBanner,#homeMainFeature,#homeCategoryLinks,.home-feature-links,.featured-styles-title,#slickFeatured {
   margin-bottom: 2%;
}

/* hide margin since we now have them on all categories */
@media screen and (max-width: 1023px) {
   #slickBanner {
      margin-bottom: 0;
   }
}   


/* 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 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;
}

