* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0 !important;
}

@font-face{ 
	font-family: 'pirulen';
	src: url('fonts/pirulen_rg-webfont.eot');
	src: url('fonts/pirulen_rg-webfont.eot?#iefix') format('embedded-opentype'),
	     url('fonts/pirulen_rg-webfont.woff') format('woff'),
	     url('fonts/pirulen_rg-webfont.ttf') format('truetype'),
	     url('fonts/pirulen_rg-webfont.svg#webfont') format('svg');
}

@font-face{ 
	font-family: 'Cintra';
	src: url('fonts/Cintra_Stencil-webfont.eot');
	src: url('fonts/Cintra_Stencil-webfont.eot?#iefix') format('embedded-opentype'),
	     url('fonts/Cintra_Stencil-webfont.woff') format('woff'),
	     url('fonts/Cintra_Stencil-webfont.ttf') format('truetype'),
	     url('fonts/Cintra_Stencil-webfont.svg#webfont') format('svg');
}

body{
	line-height:1.450em;
	background:#f1f1f2;
    font-family: 'Roboto', sans-serif;
}

hr {
  border: 0;
}

hr:after { 
  display: block; 
  content:'';
  height: 20px;
  background-image: -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 116, color-stop(0%, #eaebec), color-stop(80%, rgba(244, 245, 246, 0)));
  background-image: -webkit-radial-gradient(center top, farthest-side, #eaebec 0%, rgba(244, 245, 246, 0) 80%);
  background-image: -moz-radial-gradient(center top, farthest-side, #eaebec 0%, rgba(244, 245, 246, 0) 80%);
  background-image: -o-radial-gradient(center top, farthest-side, #eaebec 0%, rgba(244, 245, 246, 0) 80%);
  background-image: radial-gradient(farthest-side at center top, #eaebec 0%, rgba(244, 245, 246, 0) 80%);
}

a{
        color:#8c1417;
	-webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    text-decoration:none;
}

a.aspNetDisabled{

    color:#a6a6a6;
}



.wrapper{
	width:100%;
	max-width:1000px;
	margin:0 auto;
}






a.button{
	display:block;
	background:#8c1417;
    font-family: 'pirulen', Arial, sans-serif;
    color:#fff;
    font-size:1.125em;
    text-align:center;
    line-height:1.5em;
    padding:0 1em;
}


a.gray-button{
	display:block;
	background:#888888;
    font-family: 'pirulen', Arial, sans-serif;
    color:#fff;
    font-size:1.125em;
    text-align:center;
    line-height:1.5em;
    padding:0 1em;
}

a.gray-button svg
{
    fill:#6e090c;
    height:45px;
    width:20px;
    display:inline;
    vertical-align:middle;
    margin-right:-10px;
}

a.gray-button:hover{
	background:#ffffff;
	color:#8c1417;
	cursor:pointer;
}	
footer a.gray-button{
  font-size: 1.125em;
  padding: 0 .875em;
  margin:20px 0;
   padding:3px 1em;
}


a.button svg
{
    fill:#6e090c;
    height:40px;
    width:20px;
    display:inline;
    vertical-align:middle;
    margin-right:-10px;
}

a.button:hover{
	background:#ffffff;
	color:#8c1417;
	cursor:pointer;
}	
footer a.button{
  font-size: 1.125em;
  padding: 0 .875em;
  margin:20px 0;
   padding:3px 1em;
}

p.short {
    line-height: 50%;
}

.main-image, .secondary-image{
	width:100%;
	height:auto;
}

.special-text{
	color:#58595b;
	font-size:1.250em;
	
}


.close-x
{
    background:#5c5c5c;
    padding:2px 3px 3px 3px;
    line-height:23px;
    z-index:9000;
}
.close-x:hover
{
    background:#9a1c1f;
}
.close-x svg
{
    fill:#fff;
    width:23px;
    height:23px;
    display:inline-block;
    vertical-align:middle;
}


header{

}

#top-bar
{
    font-size:0.875em;
    line-height:30px;
    background:#231f20;
}

#top-bar .search
{
    display:inline-block;
    background:#333232;
    padding:3px 9px;
    float:right;
    margin:5px 0 5px 15px;
    line-height:1em;
}

#top-bar .search .csearch-search-box
{
    background:transparent;
    border:none;
    color:#a8a8a8;
}

#top-bar .search svg
{
    fill:#878787;
    width: 17px;
    height: 18px;
    padding-top: 4px;
}

#top-bar .top-menu
{
    list-style:none;
    margin:0;
    padding:0;
    float:right;
    z-index:100;
}

#top-bar .top-menu li
{
    display:inline-block;
    line-height:34px;
}

#top-bar .top-menu li a
{
    display:block;
    padding:3px 15px;
    color:#bababa;
    font-size:.875em;
}

#top-bar .top-menu li a:hover
{
    color:#fff;
    background:#780002;
}
.red-bar
{
    position:relative;
    background:#9a1c1f;
}
.logo
{
    display:block;
    padding-bottom:8px; 
    float:left; 
    width:70%;
}
.logo svg
{
    margin-top:-25px;
    width:125px;
    height:125px;
    float:left;
}
.logo .title
{
    display:block;
    float:left;
    margin-top:40px;
    margin-left:30px;
    font-family: 'pirulen', Arial, sans-serif;
    font-size:1.250em;
    color:#ffffff;
}
.red-bar
{
    padding:0;
    margin:0;
}

.red-bar .cart-box
{
    float:right;
    display:inline-block;
    background:#780002;
    line-height:50px;
    padding:0 40px;
    color:#fff;
    margin-top:28px;
    font-size:1.125em;
}
.red-bar .cart-box svg
{
  line-height:50px;
  fill: #fff;
  height: 20px;
  width: 20px;
  margin-right:8px;
  display:inline-block;
  vertical-align:middle;

}

    #large-nav{
        display:block;
    }


.nav-icon, .site-nav .nav-icon-close, .site-nav .subnav-icon, #small-nav {
    display: none;
}

.nav-bar{
        background:#3b3b3d;

}

nav
{
    text-align:center;

}
nav .main-holder
{
    position:relative;
    display:inline-block;
}
nav ul
{
    margin:0;
    padding:0;
    list-style:none;
}
nav ul li
{
    margin:0;
    padding:0;
    border:0;
    display:inline-block;
        position: relative;
}
nav ul li a
{
    margin:0;
    display:inline-block;
    line-height:60px;
    color:#dccece;
    text-transform:uppercase;
    padding:0 28px;
    font-weight:500;
    font-size:1.125em;
}






nav ul li a:hover, nav ul li.active a
{
    background:#780002;
    color:#fff;
}
nav .mega-link svg, nav .dropdown-link svg
{
    width:11px;
    height:11px;
    margin-left:10px;
    fill:#7b7b7b;
}

nav .mega-dropdown
{
    text-align:left;
    position: absolute;
    padding:0;
   background-color:rgba(255,255,255,0.6);
    height:0;
    width:100%;
    overflow:hidden;
    -webkit-transition: all 0.09s ease-out;
    transition: all 0.09s ease-out;
    z-index:999;

}
nav .mega-dropdown.active
{
    border-top:5px solid #780002;
    border-bottom:5px solid #780002;
    height:300px;
}
nav .subnavigation
{
    display:none;
}
nav .subnavigation.active
{
    display:block;
    width:100%;
    background:#780002;

}

 nav .dropdown-link .subnavigation {
        position:absolute;
        z-index:999;
        top:60px;

 }

 nav .dropdown-link .subnavigation .subnavtitle{
     background:#470102;
     text-align:left;
     padding:0 10px;
     font-size:.875em;
     color:#eaebec;
 }



 nav .dropdown-link .subnavigation li {
        display:block;
        text-align:left;
    }
 nav .dropdown-link .subnavigation a {
     line-height:1em;
     font-size:1em;
     font-weight:normal;
     text-transform:capitalize;
     margin:0;
     width:100%;
     display:block;
     padding:10px 0 10px 8%;
     text-align:left;
     color:#dccece;
    }


 .mega-dropdown .close-x{
    position:absolute;
    left:10px;
    bottom:10px;
    z-index:100;
}


nav .mega-dropdown .col1
{
    width:15.437561455260571%;
    background:#780002;
    float:left;
    min-height:300px;
}
nav .mega-dropdown .col1 a
{
    display:block;
    width:100%;
    padding:10px 10%;
    color:#dccece;
    position:relative;
}



nav .mega-dropdown .col1 a:hover,  nav .dropdown-link .subnavigation a:hover
{
    color:#1c1a1b;
    background:#d9d9d9;
}

nav .mega-dropdown .col1 a.open
{
     color:#1c1a1b;
     background:#d9d9d9;
}
nav .mega-dropdown .col1 a svg
{
    display:none;
}
nav .mega-dropdown .col1 a.open svg
{
    position:absolute;
    display:block;
    fill:#fff;
    right:0;
    top:2px;
    height:40px;
    width:15px;
}






nav .mega-dropdown .col2
{
   width:0;
   background:#d9d9d9;
   float:left;
   min-height:300px;
   color:#6e6e6e;
}
nav .mega-dropdown .col2.open
{
      width:18.58407079646018%;
}

nav .mega-dropdown .col2b ul,
nav .mega-dropdown .col3 ul {

    margin-top:7px;
}
nav .mega-dropdown .col2 ul,
nav .mega-dropdown .col2b ul,
nav .mega-dropdown .col3 ul
{
    display:none;
}
nav .mega-dropdown .col2 ul.open,
nav .mega-dropdown .col2b ul.open,
nav .mega-dropdown .col3 ul.open
{
    display:block;
}

nav .mega-dropdown .col2 li
{
    position:relative;
    display:block;
    width:100%;
    padding:10px 10%;
}
nav .mega-dropdown .col2b li,
nav .mega-dropdown .col3 li{
    position:relative;
    display:block;
    width:100%;
    line-height: 1.250em;
}
nav .mega-dropdown .col2b li{
    padding: 3px 5%;
}
nav .mega-dropdown .col3 li {
    padding: 3px 10%;
}

nav .mega-dropdown .col2 li.open
{
    color:#1c1a1b;
}

nav .mega-dropdown .col2b{
   width:0;
   background:#fff;
   float:left;
   min-height:300px;
   color:#6e6e6e;

}
nav .mega-dropdown .col2b.open
{
      width:37.16814159292036%;
         background:#ffffff;
   border-right:1px solid #dededf;
}

nav .mega-dropdown .col2b li.open,
nav .mega-dropdown .col3 li.open
{
    color:#9a1c1f;
}
nav .mega-dropdown .col2b li:hover,
nav .mega-dropdown .col3 li:hover{
    color:#9a1c1f;
    cursor:pointer;
}
nav .mega-dropdown .col2 li svg
{
    display:none;
}
nav .mega-dropdown .col2 li.open svg
{
    position:absolute;
    display:block;
    fill:#fff;
    right:0;
    top:2px;
    height:40px;
    width:15px;
}
nav .mega-dropdown .col2 li:hover
{
    background:#fff;
    color:#1c1a1b;
}
nav .mega-dropdown .col3
{
    display:none;
    width:0;
}

nav .mega-dropdown .col3.open
{
   display:block;
   width:18.58407079646018%;
   background:#ffffff;
   border-right:1px solid #dededf;
   float:left;
   min-height:300px;
}
nav .mega-dropdown .col2b a,
nav .mega-dropdown .col3 a
{
    display:block;
    width:100%;
    padding:10px 10%;
}


nav .mega-dropdown .col3 a:hover
{
    background:#fff;
}

nav .mega-dropdown .menuProduct
{
    display:none;
}

nav .mega-dropdown .menuProduct.show
{
    position: absolute;
    display:block;
    background:#fff;
    width:47.410358565737056%;
    height:300px;
    text-align:center;
    right:0;
    top:0;
}

nav .mega-dropdown .menuProduct.show .menu-product-image
{
    width:90%;
    max-height:300px;
    position: absolute;
    z-index: 1;
    top:0;
    margin:0 5%;
    left:0;
}

nav .mega-dropdown .menuProduct.show a {
    color:#1c1a1b;
}

nav .mega-dropdown .menuProduct.show a:hover {
    color:#9a1c1f;
}

nav .mega-dropdown .menuProduct.show .product-info {
text-align:left;
    
}
nav .mega-dropdown .menuProduct.show .product-info .actionelement {
        float:left;
        margin-right:15px;
        width:65px;
        height:auto;
        vertical-align:middle;

}

nav .mega-dropdown .menuProduct.show .product-info .product-title .product-header {
        padding-top:10px;
        font-family: 'Cintra', Arial, sans-serif;
        font-weight:normal;
        position:relative;
        font-size:2.5em;
        margin:0 0 4px 0;
        line-height:1em;
}
nav .mega-dropdown .menuProduct.show .product-info .product-title .product-header span {
       font-size:.35em;
       font-family: 'pirulen', Arial, sans-serif;
       line-height:1em;
       display: block;

}

nav .mega-dropdown .menuProduct.show .product-info{
    position: absolute;
    z-index: 2;
    bottom:30px;
    width:80%;
  left: 0;
  right: 0;
  margin: 0 auto;
}



























.breadcrumb {
        font-size:14px;
        margin:30px 0 25px 0;
}
.breadcrumb a {
    color:#7b7b7b;
    }
.breadcrumb a:hover {
    color:#9a1c1f;
    }

.home-content {
      background:url('/images/assets/whiteBack.jpg')0 50%; 

}

.slide-bar {
   
}

.slide-bar .wrapper{
	padding:0;
}


.slide  
{
    width:100%;
    position:relative;
}
.slide img
{
    width:100%;
    height:auto;
    display: block;
}
.slide .overlay
{
    position:absolute;
    background-color:rgba(0,0,0,0.8);
    z-index:1;
    bottom:10%;
    right:10%;
    color:#eee;

    
}
.slide .overlay ul
{
      padding: 0 20px;
}

.slide .overlay .text
{
        font-size:.800em;
    margin:20px 20px 10px 20px;
}

.slide .overlay .title
{
    display:block;
    color:#fff;
    font-size:1.500em;
    font-weight:700;
}

.slide .overlay .button {
/*     margin:10px 20px;
    background:none;
    text-align:right;
    font-size:.9em; */
	  font-size: 1.125em;
   padding:3px 1em;
}

.slide .overlay .button svg {
/*     fill:#cccccc;
    height: 30px;
    width: 15px; */
}


.pager { 
    text-align: right;
    width: 100%;
    z-index: 500;
    position: absolute;
    top: 2%;
    right:1%;
}
.pager span { 
    font-family: arial; font-size: 60px; width: 20px; height: 20px; 
    display: inline-block; color: #ddd; cursor: pointer; 
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 1);
}
.pager span.cycle-pager-active { color: #8c1417;}
.pager > * { cursor: pointer;}



.scroller-bar
{
    padding:0;
    margin-top:-1px;
}

.scroller-bar .wrapper{
    padding:0;

}
/* ------------------------------------------------------------------------- */
/* PRODUCT SCROLLER */
/* ------------------------------------------------------------------------- */

.overlay-holder
{
    position:relative;
}


#product-overlay
{
    width:860px;
    background:#fff;
    height:0;
    overflow:hidden;
    -webkit-transition: all 0.09s ease-out;
    transition: all 0.09s ease-out;
    z-index:1900;
    position:absolute;
    bottom:0;
    right:0;
}
#product-overlay.active{
     padding:10px;
     border-bottom:20px solid #5c5c5c;
     height:450px;
     margin-bottom: -5px;
}

#product-overlay .close-x{
    position:absolute;
    right:10px;
    top:10px;
}


#product-overlay .product-title img {
        float:left;
        margin-right:20px;
        width:80px;
        height:auto;
        vertical-align:middle;
}

#product-overlay .product-title{

}

#product-overlay .product-header  {
        padding-top:5px;
        font-family: 'Cintra', Arial, sans-serif;
        font-weight:normal;
        position:relative;
        font-size:3.500em;
        margin:0;
        line-height:1em;
}

#product-overlay .product-header span {
       font-size:.35em;
       font-family: 'pirulen', Arial, sans-serif;
       line-height:1em;
       display: block;
}

#product-overlay .product-header span:after {
    content:'\0000a0';
}


.product-content .product-title .product-header {
        padding-top:5px;
        font-family: 'Cintra', Arial, sans-serif;
        font-weight:normal;
        position:relative;
        font-size:3.500em;
        margin:0;
        line-height:1em;
}
.product-content .product-title .product-header span {
       font-size:.35em;
       font-family: 'pirulen', Arial, sans-serif;
       line-height:1em;
       display: block;
    }

#tab1 .product-header {
        padding-top:5px;
    font-family: 'Roboto', sans-serif;
        font-weight:normal;
        position:relative;
        font-size:1.875em;
        margin:0;
        line-height:1em;
        margin-bottom:20px;
}
#tab1 .product-header span {
       font-size:.5em;
    font-family: 'Roboto', sans-serif;
       line-height:1em;
       display: block;
    }


#product-overlay .spec {
    float:left;
    width:40%;
    margin-top:30px;
    }

#product-overlay ul.spec > li {
   font-size: .875em;
   line-height: 1.5em;
}


#product-overlay .overlay-prod-image {
    text-align:center;
    width:55%;
    float:right;
}
#product-overlay .overlay-prod-image img {
    width:100%;
    height:auto;
}
#product-overlay .overlay-link{
    text-align:center;
}

#product-overlay .button {
    display:inline-block;


}

.product-scroller
{
   background:#2b2b2b;
   border:solid 5px #5c5c5c;
   width:1000px;
}

.product-scroller .vert-scroll-col
{
    width:250px;
    height: 245px;
    float:left;
    position:relative;
    text-align:center;
}

.product-scroller .horz-scroll-col
{
    width:740px;
    background:#ebebeb;
    -webkit-box-shadow: inset 0px 0px 48px -11px rgba(51,51,51,1);
    -moz-box-shadow: inset 0px 0px 48px -11px rgba(51,51,51,1);
    box-shadow: inset 0px 0px 48px -11px rgba(51,51,51,1);
    height:245px;
    float:right;
    position:relative;
}
.product-scroller #prev-family 
{
    position:absolute;
    top:4px;
    z-index:150;
    left: 0;
    right: 0;
    margin: 0 auto;
    width:65px;
}
.product-scroller #next-family 
{
    position:absolute;
    bottom:0;
    z-index:150; 
    bottom:1px; 
    left: 0;
    right: 0;
    margin: 0 auto;
    width:65px;
}

.product-scroller #next-family svg, .product-scroller #prev-family svg
{
    width:45px;
    height:22px;
    fill:#8C191C;
}

.product-scroller #next-family svg:hover , .product-scroller #prev-family svg:hover 
{
    fill:#ffffff;
}


.product-scroller #next-family svg
{

}

.product-scroller #category-list
{
    list-style:none;
    margin:28px 0 0 0;
    padding:0;
    font-size:1em;
    color:#6b6b6b;
}
.product-scroller #category-list li
{
    padding:4px 0;
    cursor:pointer;
}
.product-scroller #category-list li.active
{
    background:#141313;
    color:#fff;
}

.product-scroller #scroll-left
{
    position:absolute;
    top:100px;
    left:10px;
}
.product-scroller #scroll-right
{
    position:absolute;
    top:100px;
    right:10px;
}
.product-scroller #scroll-left svg, .product-scroller #scroll-right svg
{
   height:50px;
   width:30px;
   fill:#959595;
    
}
.product-scroller #scroll-left svg
{

}

.product-scroller #scroll-left.dead svg, .product-scroller #scroll-right.dead svg
{
    fill:#c3c3c3;
}
#scroll-left:hover svg, #scroll-right:hover svg
{
    fill:#8C191C;
}
.product-scroller #scroll-left.dead:hover svg, .product-scroller #scroll-right.dead:hover svg
{
    fill:#c3c3c3;
}

.product-scroller #products
{
    margin:0 50px;
    height:245px;
    width:639px;
    overflow:hidden;
    position:relative;
}

.product-scroller #products .tile-holder
{
    margin:0;
    padding:0;
    list-style:none;
    display:none;
    left:0;
}

.product-scroller #products .tile-holder.active
{
    display:block;
    position:absolute;
    top:0;
    left:0;
}

.product-scroller #products .tile
{
    float:left;
    width:213px;
    height:245px;
    text-align:center;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
	position:relative;
}


.product-scroller #products .tile:hover
{
    background:#fff;
}
.product-scroller #products .tile.active
{
    background:#fff;
}

.tile .hidden {
    display:none;

}

.tile .selected-arrow
{
    height:0;
    overflow:hidden;
    -webkit-transition: all 0.09s ease-out;
    transition: all 0.09s ease-out;
    margin-bottom:16px;
	position:absolute;
	top:0;
	left: 0;
    right: 0;
    margin: 0 auto;
	z-index:100;
}
.product-scroller #products .tile.active .selected-arrow
{
    height:16px;
    margin-bottom:0px;
}

.tile .selected-arrow .selected-over{
    position:absolute;
    width:100%;
    z-index:105;
    height:16px;

}

.tile svg
{
    width:50px;
    height:16px;
    fill:#5c5c5c;
    display:inline-block;
    vertical-align:top;
}

.tile img{
	width:90%;
	height:auto;
	position:absolute;
	top:25px;
	left: 0;
    right: 0;
    margin: 0 auto;
	z-index:10;
}

.tile .tile-name{
	position:absolute;
	bottom:36px;
	left: 0;
    right: 0;
    margin: 0 auto;
	text-transform:uppercase;
	font-size:1.250em;
	z-index:50;
}
.product-scroller #products .tile:hover .tile-name, .product-scroller #products .tile.active .tile-name{
	color:#8C191C;
}

/* ------------------------------------------------------------------------- */
.white-bar{
       padding:35px 0 35px 0;
}

.find-dealer
{
    padding:8px 0;
    text-align:center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,969696+50,969696+100&amp;0+0,1+50,0+100 */
background: -moz-linear-gradient(left,  rgba(30,87,153,0) 0%, rgba(150,150,150,1) 50%, rgba(150,150,150,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(30,87,153,0)), color-stop(50%,rgba(150,150,150,1)), color-stop(100%,rgba(150,150,150,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(30,87,153,0) 0%,rgba(150,150,150,1) 50%,rgba(150,150,150,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(30,87,153,0) 0%,rgba(150,150,150,1) 50%,rgba(150,150,150,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(30,87,153,0) 0%,rgba(150,150,150,1) 50%,rgba(150,150,150,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(30,87,153,0) 0%,rgba(150,150,150,1) 50%,rgba(150,150,150,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#00969696',GradientType=1 ); /* IE6-9 */

}
.find-dealer label
{
    text-transform:uppercase;
     font-family: 'pirulen', Arial, sans-serif;
    font-size:1.25em;
    font-weight:700;
    margin-right:20px;
    color:#8c1417;
    line-height:1em;
    vertical-align:bottom;
     line-height:30px;
}
.find-dealer .dealer-zip
{
    border:3px solid #5c5c5c;
    font-size: 1.12500em;
    color:#5c5c5c;
    font-weight:700;
    text-align:center;
    line-height:1.271em;
    margin-right:10px;
}

.find-dealer a.button
{
    font-size:1.125em;
 
    text-transform:uppercase;
}


.find-dealer .button.dealer-submit
{
    display:inline-block;
}









.find-dealer a.button svg {
    display:none;
}


.gray-bar
{
    padding:0 0 40px 0;
    /*border-top:solid 16px #1c1a1b;*/
}
.gray-bar .col-1-3
{
		position: relative;
    width:32%;
    margin:0;
    margin-left:1%;
    height:192px;
	color:#5c5c5c;
	overflow:hidden;
}

.gray-bar .col-1-3 img
{
      margin: 0 0 -5px 0;
      width:100%;
      height:auto;
}

.gray-bar .col-1-3.news-block
{
    background:#eeeeee;
    margin-left:0;
}



.gray-bar .col-1-3.ad-block:hover .teaser{
	top:0;
}

.gray-bar .col-1-3.ad-block .teaser{
	position:absolute;
	top:101%;
	height:101%;
	width: 100%;
	z-index: 1;
	padding:15px 5%;
	font-size:.875em;
	line-height:1.40em;
	background-color:rgba(238, 238, 238, 0.9);
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.gray-bar .col-1-3.ad-block .teaser h3{
		font-family: 'Cintra', Arial, sans-serif;
		font-weight:normal;
		font-size:1.600em;
		line-height:1em;
		margin:0;
}
.gray-bar .col-1-3.ad-block .teaser h4{
		display:inline;
		font-size:1.250em;
		line-height:1em;
		margin:0;

}
.gray-bar .col-1-3.ad-block .teaser .red{
		color:#bd0019;
}



.gray-bar .home-news-prompt
{
    margin-top:0;
    font-size:1.275em;
    background:#7b7b7b;
    text-align:center;
    color:#fff;
    padding:15px;
}

.gray-bar ul.home-news-articles
{
    list-style:none;
    padding:0 10%;
    margin:0;
}
.gray-bar .home-news-articles a
{
    color:#231f20;
}
.gray-bar .home-news-articles a:hover
{
    text-decoration:underline;
    color:#8c1417;
}
.gray-bar .home-news-date
{
    font-size:.875em;
    display:block;
    color:#7b7b7b;
}

.home-content
{

}

.content {

    color:#231f20;
}


footer
{
    background:#7b7b7b;
    padding:30px 0 40px 0;
}

footer .copyright
{
    margin-top:50px;
    color:#b4b4b4;
    font-size:.750em;
    text-align:center;
}
footer .social-icons a
{
    display:inline-block;
    width:19%;
    margin-right:5%;
}




footer .social-icons a:hover
{
    
}

footer .social-icons svg
{
    width:100%;
    height:auto;
    max-height:50px;
    fill:#231f20;
}
footer .social-icons a.youtube-link{
    margin:0;
}


footer .social-icons a:hover svg
{
   fill:#9a1c1f;
}

footer .col-1-4 
{
    padding-top:30px;
}
footer .col-1-4.last
{
    padding-top:0;
}

footer .col-1-4 h4
{
    margin-top:0;
    margin-bottom:10px;
    font-size:1.125em;
}
footer .col-1-4.last h4
{
    text-transform:lowercase;
    color:#231f20;
}


footer .footer-links
{
    list-style:none;
    padding:0;
    margin:0;
    text-transform:uppercase;
}

footer .footer-links a
{
    color:#ffffff;
}
footer .footer-links a:hover
{
    color:#9a1c1f;
}
.columns
{
    text-align:center;
}
.col-1-4
{
    vertical-align:top;
    width:20%;
    color:#fff;
    margin-right:3.3333%;
    display:inline-block;
    text-align:left;
}
.about .col-2-3{
	width:65%;
	float:left;
	margin-right:5%;
}
.about .col-1-3
{
	float:left;
    width:30%;

}

.contact-columns .col-2-3{
    vertical-align:top;
    width:60%;
    margin-right:5%;
    display:inline-block;
    text-align:left;

}

.contact-columns .col-1-3
{
    color:#231f20;
    vertical-align:top;
    width:29%;
    margin-right:5%;
    display:inline-block;
    text-align:left;
}
.form-control{
width: 100%;
    border: 1px solid #b8b9b9;
    padding: 15px;
}

.watermarked{
    color:#7b7b7b;

}

.form-submit-wrap{
    margin-bottom:40px;

}


.col-1-3, .one-third 
{
    vertical-align:top;
    width:29%;
    color:#fff;
    margin-right:5%;
    display:inline-block;
    text-align:left;
}
.cart-header {
    margin-top:40px;
    margin-bottom:25px;
        padding-bottom: 15px;
    border-bottom: 1px solid #a5a5a5;
   
}
.row-separator {
    padding-top: 25px;
}

.cart-column-description{
    width:50%;
    margin-right:2%;
    display:block;
    color:#1c1a1b;
    text-align:left;
    float:left;
}
.cart-column-edit{
    width:20%;
    margin-right:2%;
    display:block;
    color:#1c1a1b;
    text-align:center;
    float:left;
}

.cart-column-subtotal {
    width:26%;
    margin-right:0;
    display:block;
    color:#1c1a1b;
    text-align:right;
    float:left;
}
.cart-column-edit input{
    width:50px;

}
.page-row.final-total{
    margin-bottom:3em;

}

.cart-row.row-separator{
    border-bottom:1px solid #a6a6a6;
    margin-bottom:1em;

}

.checkout-shipping-page {
margin-bottom:3em;
}

.row-sub-totals {
text-align:right;
margin:25px 0;

}


.page-block.address-text{
    margin-bottom:1.5em;
}


.page-row.text-right, .estimate-buttons, .two-thirds.text-right, .gift-card-form .form-group, .row-promotions .form-group, .row-order-notes .form-group{
    text-align:right;
}
.cart-summary-shipping, .cart-summary-tax{
    font-size:.875em;
    color:#5c5c5c;
}
.gift-card-form, .row-promotions .form-group, .row-order-notes {
    margin-top: 35px;
}
.gift-card-header, .promotions-header, .order-notes-header, .hidden-form-control{
   display:none;

}
.form .form-submit-wrap.text-right{
    text-align:right;
}
.form-group{
    margin-bottom:10px;
}
.row-checkout-controls{
    margin-top:35px;
}

ul.pagination{
    list-style:none;

}
ul.pagination li{
    display:inline;
    padding:5px;

}
ul.pagination li .disabled{
    color:#5c5c5c;
}
ul.pagination li.active a {
    color:#5c5c5c;
}


.two-thirds {
    width:65%;
    float:right;


}


.made-in-usa
{
    width:100%;
    height:45px;
    margin-top:15px;
}
.made-in-usa svg
{
    width:100%;
    height:100%;
}

.items, .sub-entity-grid .page-row {
    text-align:center;
}

.one-fourth.grid-item, .one-fourth.product-grid-item {
    width:23%;
    margin:.5%;
    display:inline-block;
    background:#fff;
    padding:10px;
    vertical-align:top;
}



.related-item{
    border:1px solid #c3c3c3;
   width: 23%;
    margin: .5%;
   
    display:inline-block;
    background:#fff;
    padding:10px;
    vertical-align:top;
}
.related-item-name-wrap {
    height:60px;
}

.product-page .tabbitTabs {
    list-style:none;
    margin:0;
    padding:0;
}
.product-page .tabbitTabs li {
        float:left;
        width:19.652173913043477%;
        margin-left:0.43478260869565216%;
    }
.product-page .tabbitTabs li:first-child {
       margin: 0;

    }

.product-page .tabbitTabs li:first-child a {
  /*     line-height:1.2em;
        height:65px;
        padding-top:10px;*/
    }
.product-page .tabbitTabs li a {
        display:block;
        background:#d9d9d9;
        text-align:center;
        font-weight:700;
        font-size:1.250em;
        line-height:65px;
        color:#1c1a1b;
        }


.product-page .tabbitTabs li a.state-active {
            background:#fff;
        }


.product-content {
    background:#fff;
    padding:35px 50px;
    margin-bottom:30px;
}

.product-content .product-title img {
        float:left;
        margin-right:20px;
        width:80px;
        height:auto;
        vertical-align:middle;
}

.product-content .product-title{

}


.product-content h2, .product-content h3 {
       font-family: 'pirulen', Arial, sans-serif;
       color: #8c1417;
    }


.product-content h2.description-title{
    color:#1c1a1b;
    line-height:1em;
    font-family: 'Roboto', sans-serif;
}

.product-content .prod-sidebar h3{
    margin-top:0;

}

.product-content .col-1-3 {
    width:30%;
    float:right;
    color:#231f20;
}

.product-content .col-2-3 {
    width:66%;
    float:left;
}

.product-content .col-1-2 {
    width:60%;
    float:left;
    margin-right:4%;
}
.product-content .col-1-2.last {
        width:36%;
        margin-right:0;
}


.product-content .prod-sidebar{
        background:#e8e8e8;
        padding:30px 25px 30px 25px;
        margin-bottom:20px;
}

.product-content .variant-listing{
    margin-bottom:10px;
        line-height: 1.1em;
}
.product-content .variant-listing span{
    font-size:.750em;
    color:#5c5c5c;
    display:block;
}



.product-content .find-dealer {
    background:none;
    margin:0 0 20px 0;
    padding:0;
    font-size:.875em;
}

.product-content .find-dealer label {
    display:block;
    margin: 0 0 10px 0;
    text-align: center;
    font-size:1.400em;
}

.product-content .find-dealer .dealer-zip {
    margin:0 0 15px 0;
    width:100%;
}




.product-main-image {
    width:100%;
    height:auto;
}

.product-content .simpleLens-thumbnail-wrapper {
    float:left;
    border:3px solid #787777;
    width:55px;
    height:55px;
    overflow:hidden;
    margin-right:10px;
    margin-top:10px;
}

 .product-content .simpleLens-thumbnail-wrapper img {
        margin-left: -25px;
        margin-top: -24px;
 }







.product-page .misc-text {
    margin:0 auto;
    color:#5c5c5c;
    padding:35px 50px;
    margin-bottom:40px;
        line-height:1em;
}
.product-content table {
    width:100%;
    margin-left:0;
    font-size:.875em;
}

.product-content table th{
    color:#5c5c5c;
    text-align:left;
    padding:3px 0px;
}

.product-content table td {
    padding:3px 0px;
}


.product-content .grid-item-image-wrap img {
    width:100%;
    height:auto;
}



.color1, .color2, .color3, .color4{
    display:inline-block;
    width:24%;
    font-size:.825em;
    font-style:italic;
    line-height:1em;
}






.colors img {
    width:100%;
    height:auto;
}


.product-links {
    list-style:none;
    margin:0;
    padding:0;
}

.product-links li {
    width:100%;
    background:#9d9d9d;
    font-family: 'pirulen', Arial, sans-serif;
    color:#fff;    
    font-size:1.125em;
    font-weight:bold;
    padding:10px;
    border-top:2px solid #fff;
    line-height:1em;
    	-webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;

}
.product-links li:first-child {
    border:0;
    }
.product-links li a {
        color:#fff;
}
.product-links li a svg {
    width:37px;
    height:37px;
    display:inline;
    fill:#767676;
    vertical-align:top;
}
    .product-links li a .link-text {
        display:inline-block;
        margin-left:5px;

    }
.product-links li a .link-text span {
       font-family: 'Roboto', sans-serif;
       font-size:.750em;
       font-weight:normal;
       color:#d9d9d9;
       text-transform:uppercase;
       line-height:1em;
}

    .product-links li:hover {
        background:#8c1417;

    }
        .product-links li:hover a svg {
            fill: #5a0a0c;
        }
        .product-links li:hover a .link-text span {
            color: #fff;
        }


.share{
    margin-top:10px;

}


.color-list {
  font-style:italic; 
  display:inline;
}

ul.config{
  display:inline-block;
  padding:0.5em;
  padding-left:2em;
  margin:0.5em;
  list-style:none;
}
ul.config > li {
  clear:left;
  margin-bottom: 20px;
}


ul.config > li:before {
  content:"";
  height:1em;
  width:1em;
  display:block;
  float:left;
  margin-left:-1.8em;
  margin-top: 3px;
  background-position:center;
  background-repeat:no-repeat;
  background-size:100%;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20px' height='20px' viewBox='0 0 20 20' preserveAspectRatio='xMidYMid meet'><polygon fill='#A21E21' points='20,7.047 12.953,7.047 12.953,0 7.047,0 7.047,7.047 0,7.047 0,12.953 7.047,12.953 7.047,20 12.953,20 12.953,12.953 20,12.953 '/></svg>");
  background-size:100%;
  background-position:center;
  transition: background-size 0.3s;
  -webkit-transition: background-size 0.3s;
}




ul.spec{
  display:inline-block;
  padding:0.5em;
  padding-left:2em;
  margin:0.5em;
  list-style:none;
}
ul.spec > li {
  clear:left;
  margin-bottom:10px;
}


ul.spec > li:before {
  content:"";
  height:10px;
  width:10px;
  display:block;
  float:left;
  margin-left:-1.5em;
  margin-top: 7px;
  background-position:center;
  background-repeat:no-repeat;
  background-size:100%;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15px' height='15px' viewBox='0 0 15 15' preserveAspectRatio='xMidYMid meet'><rect fill='#A31E22' width='15' height='15'/></svg>");
  background-size:100%;
  background-position:center;
  transition: background-size 0.3s;
  -webkit-transition: background-size 0.3s;
}

.grid-item-name-wrap, .grid-item-image-wrap {
    text-align:center;
}


.black {
   background:#1c1a1b;
   color:#fff;
   font-style:italic;
   padding:5px 10px;
   text-align:center;
   margin-top:5px;
}
.green {
   background:#606a5a;
      display:inline-block;
   width:40px;
   height:40px;
      margin-top:5px;
   margin-right:5px;
}
.brown {
   background:#95806a;
      display:inline-block;
   width:40px;
   height:40px;
   margin-top:5px;
   margin-right:5px;
}
.earth {
   background:#826042;
      display:inline-block;
   width:40px;
   height:40px;
      margin-top:5px;
   margin-right:5px;
}
#dealerSubmit{
    content:'Search';

}
.one-half {
    display:inline-block;
    width:46%;
    margin:0 1% 3em 1%;
    vertical-align:top;

}
.address-view {
    margin-bottom:1em;
}
.payment-row {
    margin-bottom:3em;
}
.group-header.form-header, .address-header{
    font-size:1.5em;
    margin-bottom:1.5em;

}
.checkout-steps-wrap {
text-align:center;
margin-bottom:3em;
}
.checkout-steps-wrap ul.checkout-tabs{
    list-style:none;
    padding:0;
    margin:0;
}
.checkout-steps-wrap ul.checkout-tabs li {
    display:inline-block;
    padding:.350em .8em;
    border:1px solid #a6a6a6;
}

.checkout-steps-wrap ul.checkout-tabs li.no-tab {
        border:none;
 }
.page-row.order-summary{
    margin:1.5em;
}
.page-row.order-summary .one-third{
        color:#1c1a1b;
}
.page-row.place-order-wrap{
   margin:1.5em;
}

@media only screen and (max-width: 1210px) {

    .slide .overlay .title
    {
        display:block;
        color:#9a1c1f;
        font-size:1.500em;
        font-weight:700;
    }
    

}

@media only screen and (max-width: 1024px) {

    #top-bar, .red-bar, .breadcrumb{
        padding:0 2%;

    }



    nav ul li a
    {

        line-height:50px;
        padding:0 20px;
        font-size:1em;
    }


    nav ul li a:hover, nav ul li.active a
    {
        background:#780002;
        color:#fff;
    }
    nav .mega-link svg, nav .dropdown-link svg
    {
        width:9px;
        height:9px;
    }


     nav .dropdown-link .subnavigation {
            top:50px;
     }

    nav .mega-dropdown .menuProduct.show .product-info .product-title .product-header {
        font-size:2.00em;
    }

    nav .mega-dropdown .col1, nav .mega-dropdown .col2, nav .mega-dropdown .col2b, nav .mega-dropdown .col3, nav .dropdown-link .subnavigation a {
        font-size:.875em;
    }
    .product-scroller #products {
        margin: 0 45px;
    }

    footer .col-1-4 
    {
        font-size:.875em;
    }
    footer .col-1-4 h4
    {
        font-size:1em;
    }
    .product-scroller {
        width:970px;
		margin: 0 auto;
    }
    .product-scroller .vert-scroll-col {
        width: 220px;
    }

}

@media only screen and (max-width: 990px) {
	.product-scroller {
        width:930px;
    }
    .product-scroller .vert-scroll-col {
        width: 180px;
      
    }
	
	
	
}

@media only screen and (max-width: 950px) {


    .logo svg
    {
        margin-top:-5px;
        width:90px;
        height:90px;
        float:left;
    }
    .logo .title
    {
        display:block;
        float:left;
        margin-top:35px;
        margin-left:30px;
        font-family: 'pirulen', Arial, sans-serif;
        font-size:1.250em;
        color:#ffffff;
    }

    .red-bar .cart-box
    {

       margin-top:20px;

    }

    .scroller-bar{
        display:none;
    }

    .gray-bar .col-1-3
    {
		position: relative;
        width:40%;
        margin:0 0 2em 0;
        margin-left:1%;
        height:192px;
	    color:#5c5c5c;
	    overflow:hidden;
    }

    .col-1-4
    {
        vertical-align:top;
        width:30%;
        color:#fff;
        margin:0 1% 2em 1%;
        display:inline-block;
        text-align:left;
    }



}
@media only screen and (max-width: 875px) {

    .top-menu{
        display:none;

    }


    .logo {
        width:100%;
    }
    .red-bar .cart-box {
        position: absolute;
        bottom: -40px;
        line-height: 40px;
        right: 0;
    }
    .nav-icon {
        color:#dccece;
        font-weight:700;
		float:left;
		display:block;
		line-height: 2.5em;
  		padding: 0 18px;
	}
	.nav-icon:hover {
		background: #780002;
	}
	.nav-icon svg{
		width:20px;
		height:20px;
 		fill:#dccece;
		display: inline-block;
 		vertical-align: middle;
		margin-top:-5px;
        margin-left:10px;
	}
	.nav-icon:hover svg{
		fill:#fff;
	}

    #large-nav{
        display:none;
    }

    #small-nav{
        display:block;
    }
    nav .main-holder{
        display:block;
    }

    .site-nav {
		background: #fff;
		box-shadow: 0 0 100px rgba(0, 55, 61, .3);
		height: 100%;
		padding: 0;
		position: fixed;
		right: 0;
		top: 0;
		-moz-transform: translateX(20em);
		-ms-transform: translateX(20em);
		-o-transform: translateX(20em);
		-webkit-transform: translateX(20em);
		transform: translateX(20em);
		-moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
		-o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
		-webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
		transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
		width: 17em;
        z-index:3000;
	}
	.site-nav.active {
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.site-header.fixed .site-nav {
		top: 0;
	}
	.site-nav .nav-icon-close {
		background: #3b3b3d;
		color: #fff;
		cursor: pointer;
		display: block;
		font-weight: 600;
		line-height: 1;
		padding: 1em 0;
		position: absolute;
		right: 100%;
		text-transform: uppercase;
		top: 2em;
		width: 3em;
		z-index: 3000;
	}
	.site-nav .nav-icon-close:before {
		background: #fff;
		content: "\0020";
		display: block;
		height: 2px;
		left: 15px;
		position: absolute;
		top: 23px;
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 17px;
	}
	.site-nav .nav-icon-close:after {
		background: #fff;
		content: "\0020";
		display: block;
		height: 2px;
		left: 15px;
		position: absolute;
		top: 23px;
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		width: 17px;
	}
	.site-nav .menu-item-has-children .subnav-icon {
		background: #fff;
		cursor: pointer;
		display: block;
		padding: 0.75em 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 3em;
		z-index: 1;
	}
	.site-nav .subnav-icon:hover {
		background: #780002;
	}
	.site-nav .subnav-icon:before, .site-nav .subnav-icon:after {
		background: #780002;
		content: "\0020";
		display: block;
		height: 2px;
		left: 19px;
		position: absolute;
		top: 23px;
		-moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
		-o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
		-webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
		transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
		width: 10px;
	}
	.site-nav .subnav-icon:after {
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.site-nav .subnav-icon:hover:before, .site-nav .subnav-icon:hover:after {
		background: #fff;
	}
	.site-nav .subnav-icon.active:before {
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.site-nav .subnav-icon.active:after {
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.site-nav .menu{
		height: 100%;
		overflow-y: auto;
		padding: 1em 0;
	}
	.site-nav .menu> li {
		border-bottom: 1px solid #e0e6e6;
		display: block;
		margin: 0;
	}
	.site-nav .menu> li > a {
		color: #231f20;
		font-size: 1em;
		line-height:1.5em;
		padding: 0.75em 3em 0.75em 1em;
		text-align:left;
	}
	.site-nav .menu> li:hover > a {
		background: none;
		color:#780002;
	}
	.site-header.fixed .site-nav .menu> li:hover > a {
		color: #780002;
	}
	.site-nav .menu> li > a:hover {
		color: #780002;
	}
	.site-nav .sub-menu {
		background: none;
		box-shadow: none;
		display: none;
		height: auto;
		opacity: 1;
		overflow: visible;
		padding: 0 0 1em 0;
		position: static;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
		transform: none;
		-moz-transition: none;
		-o-transition: none;
		-webkit-transition: none;
		transition: none;
		-moz-transition-delay: 0;
		-o-transition-delay: 0;
		-webkit-transition-delay: 0;
		transition-delay: 0;
		width: auto;
	}
	.site-nav .menu> li:hover > .sub-menu {
		padding: 0 0 1em 0;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		-webkit-transform: none;
		transform: none;
	}

	.site-nav .sub-menu li{
        width:100%;

	}

    .site-nav .sub-menu .subnavtitle {
		color: #787879;
		font-size: 0.75em;
    }


	.site-nav .sub-menu li:hover > a {
		background: none;
		color: #780002;
	}
	.site-nav .sub-menu .subnav-icon {
		display:none;
	}
	.site-nav .sub-menu .subnav-icon:before, .site-nav .sub-menu .subnav-icon:after {
		left: 16px;
		top: 17px;
	}
	.site-nav .sub-menu a {
		color: #2b2b2b;
		font-size: 0.875em;
		line-height:1.250em;
		padding: 0.5em 1.25em;
	}
	.site-nav .sub-menu a:hover {
		color: #3c5e9a;
	}
	.site-nav .sub-menu .icon {
		display: none;
	}
	.site-nav .sub-menu .sub-menu, .site-nav .sub-menu li:hover .sub-menu {
		padding: 0.5em 1em;
	}
	.site-nav .sub-menu .sub-menu li {
		font-size: 1em;
	}
	.site-nav-overlay.active {
		background: rgba(0, 55, 61, 0.5);
		display: block;
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
	}

    .content{
            padding: 0 20px;
    }

}



@media only screen and (max-width: 750px) {
    .gray-bar .col-1-3 {
        width: 85%;
        max-width: 320px;
    }
    .col-1-4
    {
        width:40%;
    }
    .one-fourth.grid-item, .one-fourth.product-grid-item {
        width:40%;
        margin:.5%;
        vertical-align:top;
    }
}

@media only screen and (max-width: 720px) {

   .product-content .col-2-3{
        width:100%;
        float:none;
        margin-bottom:1em;
    }

    .product-content .col-1-3{
        width:100%;
        float:none;
        margin-bottom:1em;
    }

    .product-content .col-1-2, .product-content .col-1-2.last {
        width:100%;
        float:none;
        margin-bottom:1em;
    }

    .tabbitTabs{
        display:none;
    }


    #tab2[style], #tab3[style]{
        display:block !important;
    }

    .product-content{
        padding:30px 15px;
    }
}




@media only screen and (max-width: 610px) {

    .logo{
        text-align:center;
        padding-top:10px;
    }

    .logo svg, .logo .title
    {
        float:none;
        margin:0;
    }
    
    .logo .title{
        font-size:1em;

    }     
    .col-1-4
    {
        width:80%;
    }

    .one-fourth.grid-item, .one-fourth.product-grid-item {
        width:80%;
        margin:.5%;
        vertical-align:top;
    }

    .find-dealer label {
        display:block;
        margin:0 0 .5em 0;
    }

    .find-dealer .dealer-zip {
        display:block;
        margin:0 auto;
        margin-bottom:.5em;
    }
    .product-content .product-title img {
        width:60px;
        float:none;
    }


    .product-content .product-title .product-header {
            padding-top:5px;
            font-family: 'Cintra', Arial, sans-serif;
            font-weight:normal;
            position:relative;
            font-size:2.500em;
            margin:0;
            line-height:1em;
    }
    .product-content .product-title .product-header span {
           font-size:.35em;
           font-family: 'pirulen', Arial, sans-serif;
           line-height:1em;
           display: block;
    }

    .product-page .misc-text{
        padding: 35px 15px;
    }




}

.last {
	margin-right: 0;
}
.last+* {
	clear: both;
}
	
.cntr{
	text-align:center;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}	

.simpleLens-thumbnails-container:before,
.simpleLens-thumbnails-container:after {  
    content: " ";
    display: table;
}
.simpleLens-thumbnails-container:after {
    clear: both;
}
.simpleLens-thumbnails-container{
    *zoom: 1;
}	

.colors:before,
.colors:after {  
    content: " ";
    display: table;
}
.colors:after {
    clear: both;
}
.colors{
    *zoom: 1;
}	