/*-----------------------*/
/* GENERAL */
/*-----------------------*/
body{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*{ font-family: 'Aileron', sans-serif!important; font-weight: normal; font-style: normal;}
.fa{ font-family: 'FontAwesome'!important; }
h1, h2, h3, h4, h5{  font-family: 'Aileron', sans-serif!important; font-weight: 600; font-style: normal;!important; }

a{
    transition: all 0.25s ease-in-out;
}
/*-----------------------*/
/* TOP NAV */
/*-----------------------*/
.top-bar{ display: none; }

/*-----------------------*/
/* HEADER */
/*-----------------------*/
#header{
    border-bottom: 1px solid #CCC;
    transition: all 0.5s ease;
	padding:10px 0px 15px 0px;
}

div.top-area .logo{
    margin-top: 11px;
}

div.top-area > a,
#header ul.level-0{
    display: inline-block;
}

#header ul.level-0 > li{ display: inline-block; }

#header ul.level-0 > li > a{
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    padding: 25px 12px 15px;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

#header ul.level-1{
    position: absolute;
    display: none;
    width: 200px;
}

#header ul.level-0 > li:hover > ul.level-1{ display: block; }

#header ul.level-1 > li{
    border: 1px solid #e5e5e5;
    border-bottom: none;
}

#header ul.level-1 > li > a{
    font-size: 16px;
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    padding: 10px 12px;
    background: #f5f5f5;
}

#header ul.level-1 > li > a:hover{ background: #e5e5e5; }
/*-----------------------*/
/* CATEGORY NAV */
/*-----------------------*/
.navigation-bar ul.main-nav.navigation-menu i{ display: inline-block; }

.navigation-bar ul.main-nav.navigation-menu > li > a,
.account-links a,
#header ul.level-0 li a{
    border-top: 3px solid rgba(255,255,255,0);
    font-weight:bold;
    padding:25px 8px 15px;
    font-size:16px;
}

.navigation-bar ul.main-nav.navigation-menu > li > a:hover,
.account-links a:hover,
#header ul.level-0 > li > a:hover{
    border-top: 3px solid #002855;
    font-weight:bold;
}


/*-----------------------*/
/* CAROUSEL */
/*-----------------------*/
.slideshowcontent{ width: auto; text-align: center; bottom: 50%; transform: translate(-50%, 50%); }
.slideshowcontent h1{ background: transparent; font-size: 2em; padding: 0px;    line-height: normal; text-shadow: 0px 2px 2px rgba(0,0,0,0.5); }
.slideshowcontent.slide1 h1 {
  color: ;
}
.slideshowcontent.slide2 h1 {
  color: ;
}
.slideshowcontent.slide3 h1 {
  color: #FFF;
}
.slideshowcontent h2{ display: none; }
.slideshowcontent a:link, .slideshowcontent a:visited{ padding: 10px 20px; }

.sy-pager{
    position: absolute;
    bottom: 0px;
    z-index: 9;
}
.slideshow_boxes{
    display:none!important;
}
.slideblock{
    display:none!important;
}
/*-----------------------*/
/* CONTENT */
/*-----------------------*/

/*-----------------------*/
/* PRODUCT THUMBS */
/*-----------------------*/
.product-list .product .footer label.product-name a,
.product-list .product.featured .footer label.product-name a{
    font-weight: bold;
}

.product-list .product .footer label.product-price,
.product-list .product.featured .footer label.product-price{
    font-weight: normal;
}
/*-----------------------*/
/* PRODUCT */
/*-----------------------*/

/*-----------------------*/
/* CART/CHECKOUT */
/*-----------------------*/
table.recent-orders tr.shown-details td, a.hide-details{ color: #FFF!important; }
.form-item.company{
  display:none;
}
.form-item.address{
  display:none;
}
.form-item.city{
  display:none;
}
.form-item.country{
  display:none;
}
.form-item.state{
  display:none;
}
.form-item.zipcode{
  display:none;
}
/*-----------------------*/
/* FOOTER */
/*-----------------------*/
.line {
    background: rgba(255,255,255,0.25);
}
.footer-bottom .col.col_3:nth-child(4){
  display:none!important;
}
.footer-bottom .col.col_3:nth-child(5){
  display:none!important;
}
#footer ul li{
  font-weight:300;
  font-size:16px;
}
/*-----------------------*/
/* MEDIA QUERIES */
/*-----------------------*/
@media screen and (min-width: 661px){
  .footer-bottom{
    width:90%;
    margin:0 auto;
  }
  .col_3{
    width:33%;
  }
  #footer .line{
    width:90%;
  }
  .col{
    text-align:center;
  }
  #header{
    background:#002855;
  }
  #header.fixed{
    position: fixed;
    width: 100%;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.15);
  }
  #search{
    margin: 15px 0px 0px;
  }
  #header .navigation-bar ul.main-nav.navigation-menu:nth-child(2) > li:first-child { display: none; }
  .search input[type="text"]{ width: 120px; }
}

@media screen and (max-width: 660px){
    #main-container{
        margin-bottom:100px;
    }
    .slideshowcontent{ display: block; }
    .slideshowcontent h1{ font-size: 1.15em; line-height: normal; }
    .fixed_content{ margin-top: 0px!important; }

    #header .left ul.level-0{ display: none; }
    #header .right ul.level-0, #header ul.level-0 > li{ display: block; }
    .prod_option_block{
        min-width:280px;
    }
    .product-page table.multiple-quantity-grid th, .product-page table.multiple-quantity-grid td{
        font-size:12px;
    }
    .search input[type="text"]{
        width:calc(100vw - 75px);
    }
}
@media screen and (min-width: 667px) and (max-width: 812px){
    #search{
        margin:25px 5px;
    }
}