
/************ GENERAL ************/
@import url(https://fonts.googleapis.com/css?family=Arimo);
@import url(https://fonts.googleapis.com/css?family=Lato);

body {
    font-family: "Lato",sans-serif;
    background-color: #333;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "museo-slab",sans-serif;

}
h1, .h1 {
    color: #f0a23e;
}
h2 {
    text-transform: uppercase;
}

h1.TitleHeading {
    text-transform: uppercase;
    font-weight: 700;
    color: #333333;
    border-bottom: 0;
font-size: 1.6em;
}

h2.FrontHeading {
    text-transform: uppercase;
    font-weight: 300;
    color: #333333;
    border-bottom: 0;
    font-size: 1.5em;
    padding-top: 5px;
}

a, .Left li li a, .Left #SideCategoryList li a, .Left .slist li a, .Left .afterSideShopByBrand a, .Left #GiftCertificatesMenu li a, .Left #SideAccountMenu li a, .Left #SideCategoryList li li a, .Left .slist li li a, .TabNav li.Active a, .ModalContent h4 a:hover, .footer a:hover  {
    color: #f0a23e;
}
.ModalContent h4 a:hover, .footer a:hover {
    text-decoration: underline;
}
.Left li a.active, a:hover, a.alt, p a, a.NextLink, .currency-converter p span, .BlockContent.PageContent a, .page-content #LayoutColumn2 a, .Left #SideCategoryList li a:hover, .Left .slist li a:hover, .Left .afterSideShopByBrand a:hover, .Left #GiftCertificatesMenu li a:hover, .Left #SideAccountMenu li a:hover, .PageMenu li ul li a:hover, .Breadcrumb li a {
    color: #dc8b24;    
}

.Left li a.active, a:hover, .Left #SideCategoryList li a:hover, .Left .slist li a:hover, .Left .afterSideShopByBrand a:hover, .Left #GiftCertificatesMenu li a:hover, .Left #SideAccountMenu li a:hover, .PageMenu li ul li a:hover {
    text-decoration: underline;
}
.recaptchatable a:hover, .page-content #LayoutColumn2 a.pname:hover, #ModalContent a:hover, .ModalContent a:hover, .Breadcrumb li a:hover {
    color: #d07d12 !important;
}

a.pname:hover, #ModalContent a:hover, .ModalContent a:hover, .Breadcrumb li a:hover  {
    text-decoration: underline;
}

/************ HEADER ************/


#ToggleMenu {
    /*temp styles*/
    cursor: pointer;
    font-size: 20px;
    height: 80px;
    position: relative;
    text-indent: -9999px;
    vertical-align: middle;
    width: 65px;
}
#ToggleMenu:after {
    -ms-box-shadow: 0 10px 0 3px #f0a23e, 0 21px 0 3px #f0a23e, 0 32px 0 3px #f0a23e;
    -moz-box-shadow: 0 10px 0 3px #f0a23e, 0 21px 0 3px #f0a23e, 0 32px 0 3px #f0a23e;
    -webkit-box-shadow: 0 10px 0 3px #f0a23e, 0 21px 0 3px #f0a23e, 0 32px 0 3px #f0a23e;
    box-shadow: 0 10px 0 3px #f0a23e, 0 21px 0 3px #f0a23e, 0 32px 0 3px #f0a23e;
    content: '  ';
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    height: 1px;
    text-indent: 0;
    top: 25%;
    width: 38%;
}


.header {
    background: url(//cdn11.bigcommerce.com/s-rxcy1k/templates/__custom/images/custom/grid-banner-products.jpg?t=1696609074) bottom center repeat repeat #000 !important;
}


.AccountMenu {
    float: left;
    width: auto;
}
.AccountMenu li {
    padding: 5px 0;
    border-right: none;
    padding-right: 15px;
}
.TopMenu {
    margin: 0;
    background: transparent;
    width: auto;
}
.TopMenu a {
    color: #d2d2d2;    
}
.TopMenu ul {
    text-align: right;
    float: right;
}

.TopMenu ul li {
    display: table-cell;
    vertical-align: middle;
}
.TopMenu ul.category-list {
    display: none;
}

.TopMenu .inner {
    padding: 0;
}
.TopMenu li .icon {
    margin-right: 15px;
}
.TopMenu li img {
    padding-left: 5px;
}
.TopMenu .content-pages {
    float: right;
}
.TopMenu .content-pages li {
    padding: 0;
    float: left;
    border-right-color: #3c3c3c;
}

.TopMenu .content-pages li a {
    font-family: "museo-slab",sans-serif;
    font-size: 14px;
    color: #808080;
    padding: 1em;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
}
.TopMenu .content-pages li a:hover {
    background: #3c3c3c;
    text-decoration: none;
    color: #f0a23e;
}
.header-secondary {
    position: absolute;
    top: 0.8em; /*top: 3em;*/
    right: 0;
    width: 25%;
    height: auto;
    z-index:60;
}
#SearchForm {
    position: relative;
    width: 100%;
}
#SearchForm .Button {
    background: url(//cdn11.bigcommerce.com/s-rxcy1k/templates/__custom/images/custom/searchIcon.png?t=1696609074) 50% 50% no-repeat #f0a23e;
    height: 42px;
}

#SearchForm .Button:hover {
    background-color: #dc8b24;
}

#SearchForm input[type="text"],#SearchForm input.Textbox {
    height: 42px;
    background: #ccc;
    border: none;
    outline: none;
    color: #3d3d3d;
}

#SearchForm input:focus,#SearchForm input.Textbox:focus {
    background: #fff;
}
#Header {
    margin: 0;
    height: 70px;
    /*padding: 0.5em 0 1.25em;*/
    /*height: 80px; height: 115px;*/
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; 
    border-bottom: 5px solid #f0a23e;
}


#Header > .inner {
    position: relative;
}
.header-logo {
    position: absolute;
    left: 0;
    /*width: 150px;*/
    height: auto;
    z-index:60;
}
/* For New Logo 2017 */
.header-logo { margin-top: -45px;}

.header-logo a {
    width: 100%;
    height: 100%;
    display:block;
}
.header-logo img {
    width: 100%;
    display: block;
}
.PageMenu {
    position: absolute;
    margin: 0;
    z-index: 50;
    left: 0;
    font-family: "museo-slab",sans-serif;
    width: 100%;
}
.PageMenu .CategoryList {
    padding-left: 0;
}

.PageMenu .sf-menu li {
    float: none;
    display: inline-block;
    position: static;
}

.PageMenu .sf-menu > li:first-child {
    margin-left: 17%;
}
.PageMenu ul {
    display: block;
    position: absolute;
}
.PageMenu ul > li {
    padding: 0;
    margin: 0;
}
.PageMenu ul > li.over > a {
    background: #3d3d3d;
}
.PageMenu ul > li > a {
    padding: 1.1em 1em 0.8em !important;
    margin-top: 0.5em; /*margin-top: 1.6em;*/
    display: inline-block;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -ms-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    
}
.PageMenu .SideCategoryListFlyout li ul {
    position: absolute;
    z-index:1000;
    top: 100% !important;
    width: 100%;
    overflow: hidden;
    left: 0;
    min-height: 200px; /*300px;*/
    background: #2b2b2b;    
    padding: 2em 2em 1em 2em;
    border-top: 5px solid #3d3d3d;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.PageMenu > .inner {
    width: 90%;
    max-width: 1120px;
}

.PageMenu li.over  ul {
    display: block;
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.PageMenu li.over ul ul {
    display: none;
}
.PageMenu li ul:before {
    display: none;
}
.PageMenu li ul li {
    clear: both;
    display: block;
    float: none;
    font-size: 13px;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;    
}
.PageMenu > .inner {
    width: 100%;
    max-width: inherit;
    background: none;
}

.PageMenu li a {
    font-family: "museo-slab",sans-serif;
    font-size: 24px;
    color: #f0a23e;
    text-transform: uppercase;
    font-weight: 700;
    position: static;

}
.PageMenu li a:hover {
    text-decoration: none;
}

.sf-menu a.sf-with-ul {
}

#SideCategoryList ul {
    width: 100%;
    max-width: 1120px;
}
#SideCategoryList li li, #SideCategoryList .sf-menu li li  {
    background-image: none;
    position: static;    
}
#SideCategoryList li li a, #SideCategoryList .sf-menu li li a {
    float: none;
    width: auto;
    display: block !important;
    /*font-size: 18px;*/
        font-size: 12px;
    padding: 0.5em .5em !important;
    line-height: 1em;
    font-family: "museo-slab",sans-serif;
    font-weight: 400;
    text-transform: none;
    color: #f0a23e;
    border-bottom: 1px solid #555555;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

#SideCategoryList li li a:hover, #SideCategoryList .sf-menu li li a:hover {
    color: #d07d12;
    border-bottom: 1px solid #d07d12;
    text-decoration: none;
    background: none;
}


/********** MOBILE MENU ****************/

#DrawerMenu h3 {
    font-family: "museo-slab",sans-serif;
    margin-top: 0;
    background: #f0a23e;
    color: #181818;
    font-weight: 700;
    border-bottom: 3px solid #555;
}
#DrawerMenu h3 a {
    box-sizing: border-box;
    display: block;
    color: #181818;
    font-size: 1.1em;
    font-weight: 700;
    padding: 0;
}
#DrawerMenu li {
    position: relative;
}
#DrawerMenu li a:hover {
    text-decoration: none;
    background: #3D3D3D;
}
#DrawerMenu ul > li {
    font-family: "museo-slab",sans-serif;
    font-size: 16px;
    font-weight: 700;
}

#DrawerMenu #SideCategoryList li li a, #DrawerMenu  #SideCategoryList .sf-menu li li a {
    font-size: 15px;
    font-family: "aktiv-grotesk-std",sans-serif;
    color: #ffffff;
    background: #3D3D3D;
    padding: 1em !important;
    border-bottom: none;
    
}

/* edited this li:last-child was in the next rule. Now is separated and commented since is not showing the last item on the menu in mobile version */
 
#DrawerMenu #SideCategoryList .sf-menu li:last-child {
   /* display: none; */
}

#DrawerMenu #SideCategoryList li li a:hover, #DrawerMenu  #SideCategoryList .sf-menu li li a:hover {
    text-decoration: none;
    border-bottom: none;
    color: #f0a23e;
    background: #505050;
}

#DrawerMenu .subcat-expand {
    height: 62px;
    background-color: #3D3D3D;
}

#DrawerMenu .subcat-expanded {
    background-color: #f0a23e;
}
#DrawerMenu .subcat-expanded:after {
    color: #333;
}
#DrawerMenu .AccountMenu li {
    margin-right: 0;
    padding: 0;
}
#DrawerMenu .AccountMenu li a {
    font-size: 0.9em;
    padding: 10px 15px;
    color: #767676;
    font-family: "aktiv-grotesk-std",sans-serif;
}
#DrawerMenu .AccountMenu li.js-drawermenu-currency-converter {
    border: none;
    padding: 10px 0;
    font-size: 14px;
    color: #767676;
}
#DrawerMenu .AccountMenu li:last-child {
    border-bottom: 0;
    padding: 1em;
}
#DrawerMenu .AccountMenu {
    float: none;
    width: 100%;
}
#DrawerMenu .AccountMenu li.creditCards {
    padding: 15px 0 0 15px;
    border-bottom: 0;
}
#DrawerMenu .currencyPrices.mobile {
    padding-top: 0 !important;
    font-size: 14px;
}
#DrawerMenu .js-side-account-menu > ul:last-child { //social links
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    -webkit-justify-content: space-between; /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-justify-content: space-between; /* OLD - Firefox 19- */
    -ms-flex-pack: space-between; /* IE 10 */
    justify-content: space-between;

    width: 100%;
    max-width: 250px;
    padding: 15px;
}
#DrawerMenu .js-side-account-menu > ul:last-child li {
    border-bottom: 0;
}
#DrawerMenu .js-side-account-menu > ul:last-child a:hover {
    background: none;
}

/************ FORM STYLING  ************/
#emf-container-wrap {
    background-color: #FFF;
    float: left;
}

/************ HOME PAGE SPECIFIC  ************/

.home-feature-container {
    background: #efefef;
    width: 100%;
    clear: both;
    padding: 1.5em 0;
}
.home-feature-container:after {
    clear: both;
    content: "";
    display: table;
}
#home-features {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: table;
}

#home-features li {
    list-style: none;
    margin: 0 10px 0 10px;
    padding: 0;
    width: 250px;
    position: relative;
    border: 2px solid #d9d9d9;
    float: left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 220px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#home-features li a {
    position: absolute;
    width: 98%;
    height: 100%;
    /*background: rgba(255,255,255,0.4);*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: table;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
        padding: 2px; 
}
#home-features li a h3 {
    text-align: center;
    font-size: 30px;
    color: #333;
    display: table-cell;
    vertical-align: middle;
    padding-top: 10px;
}
#home-features li a:hover {
    background-color: rgba(240,162,62,0.3);
    text-decoration: none;
}

#home-features li a:hover h3 {
    color: #505050;
}
#home-features li.home-feature-hardware {
        background-image: url(https://cdn3.bigcommerce.com/s-rxcy1k/product_images/uploaded_images/home-feature-hardware.jpg?t=1462207341);
}
#home-features li.home-feature-supplies {
         background-image: url(https://cdn3.bigcommerce.com/s-rxcy1k/product_images/uploaded_images/home-feature-supplies.jpg?t=1462207551);
}
#home-features li.home-feature-tools {
    background-image: url(https://cdn3.bigcommerce.com/s-rxcy1k/product_images/uploaded_images/home-feature-tools.jpg?t=1462207689);
}

/* =============== New styles  ==================  */
#home-features li.home-feature-truth-hardware {
        background-image: url(https://cdn3.bigcommerce.com/s-rxcy1k/product_images/uploaded_images/home-feature-truth-hardware-2-i.jpg);
}
#home-features li.home-feature-q-railing {
         background-image: url(https://cdn3.bigcommerce.com/s-rxcy1k/product_images/uploaded_images/home-feature-q-railing-2.jpg);
}
#home-features li.home-feature-tremco {
    background-image: url(https://cdn3.bigcommerce.com/s-rxcy1k/product_images/uploaded_images/home-feature-tremco-3-2.jpg);
}


#home-features li.home-feature-truth-hardware a p, #home-features li.home-feature-q-railing a p, #home-features li.home-feature-tremco a p, #home-features li.home-feature-black a p {
     color: #000;
     font-weight:300;
     margin-top: 5px;
     }

#home-features li.home-feature-truth-hardware a h1, #home-features li.home-feature-q-railing a h1, #home-features li.home-feature-tremco a h1, #home-features li.home-feature-black a h1 {
     font-family: "museo-slab",sans-serif;
     font-size: 18px;
     color: #e84b00;
     }


/* ====== Black Banners === */
#home-features li.home-feature-q-railing-black {
         background-image: url(https://cdn3.bigcommerce.com/s-rxcy1k/product_images/uploaded_images/home-feature-q-railing-black-i.jpg);
}
#home-features li.home-feature-truth-hardware-black {
         background-image: url(https://cdn3.bigcommerce.com/s-rxcy1k/product_images/uploaded_images/home-feature-truth-hardware-black-2-i.jpg);
}
#home-features li.home-feature-tremco-black {
         background-image: url(https://cdn3.bigcommerce.com/s-rxcy1k/product_images/uploaded_images/home-feature-tremco-black-1-i.jpg);
}
#home-features li.home-feature-black {
         background-color: #000;
}

#home-features li.home-feature-truth-hardware-black a h1, #home-features li.home-feature-q-railing-black a h1, #home-features li.home-feature-tremco-black a h1, #home-features li.home-feature-black a h1 {
     font-family: "museo-slab",sans-serif;
     font-size: 18px;
     color: #e84b00;  
}

#home-features li.home-feature-truth-hardware-black a p, #home-features li.home-feature-q-railing-black a p, #home-features li.home-feature-tremco-black a p, #home-features li.home-feature-black a p {
     color: #FFF;
     font-weight:300;
     margin-top: 5px;
     }

/* === end black banners == */

.home-article img {
    float: right;
    /*margin: 20px 0 0 20px;*/
    border-radius: 50%;
}

.distributor {
    display: block;
    /*margin-top: -25px;*/
    font-variant: small-caps;
    color: #de7b00;
}

@media screen and (max-width: 802px) {
#home-features li {
width: 200px;
height: 250px;}
img.responsiveimg { height: 25%;}
}

@media screen and (max-width: 666px) {
#home-features li {
width: 200px;
height: 280px;}
img.responsiveimg { height: 20%;}
}
 
@media screen and (max-width: 480px) {
#home-features li.home-feature-truth-hardware {
        background-image: url(https://cdn3.bigcommerce.com/s-rxcy1k/product_images/uploaded_images/home-feature-truth-hardware-mobile.jpg);
}
#home-features li.home-feature-truth-hardware-black {
        background-image: url(https://cdn3.bigcommerce.com/s-rxcy1k/product_images/uploaded_images/home-feature-truth-hardware-mobile-black-1.jpg);
}

#home-features li.home-feature-q-railing {
         background-image: url(https://cdn3.bigcommerce.com/s-rxcy1k/product_images/uploaded_images/home-feature-q-railing-mobile.jpg);
}
#home-features li.home-feature-q-railing-black {
         background-image: url(https://cdn3.bigcommerce.com/s-rxcy1k/product_images/uploaded_images/home-feature-q-railing-mobile-black.jpg);
}
#home-features li.home-feature-tremco {
    background-image: url(https://cdn3.bigcommerce.com/s-rxcy1k/product_images/uploaded_images/home-feature-tremco-mobile.jpg);
}
#home-features li.home-feature-tremco-black {
    background-image: url(https://cdn3.bigcommerce.com/s-rxcy1k/product_images/uploaded_images/home-feature-tremco-mobile-black-1-1.jpg);
}

#home-features li.home-feature-black {background-color: #000;}

.distributor {float: right; padding-top: 15px;}

#home-features li {
width: 200px;
height: 320px;}

img.responsiveimg { height: 10%;}

}

@media screen and (max-width: 380px) {
#home-features li.home-feature-black a p {display: none}
}


/************ CATEGORY PAGE GRID ************/

.Breadcrumb li {
    font-size: 14px;
}
.slide-image-bg {
    height: 470px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.slide-show-container {
    background: #DFDFDF;
}
.slide-show {
    margin: 0 !important;
}
.main {
    padding: 0 0 2em;
    background: #fff;
}

.FeaturedProducts h2, .TopSellers h2, .NewProducts h2, #SimilarProductsByCustomerViews h2 {
    margin-bottom: 2em;
}

.FeaturedProducts, .NewProducts, .TopSellers {
    margin-top: 3em;
}
.Left {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 20%;
    margin-right: 0;
    padding-right: 10px;
}
.Sidebar .SubCategoryListGrid {
    margin: 0;
    padding: 1em;
    background: #f7f7f7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    margin-bottom: 2em;
}
.Sidebar .SubCategoryListGrid > ul li {
    width: 100%;
    float: none;
    text-align: left;
    padding: 0;
    border-bottom: 0px solid #d9d9d9;
}

.Sidebar .SubCategoryListGrid > ul li img {
    display: none;
}
.Sidebar .SubCategoryListGrid > ul li.RowDivider {
    display: none;
}

.Sidebar .SubCategoryListGrid .sub-cat-name {
    font-family: "aktiv-grotesk-std",sans-serif;
    font-size: 14px;
    line-height: 1em;
    font-weight: 700;
    color: #808080;
    text-transform: none;
    padding: 5px 0 10px;
}
.category-nav {
    float: right;
    width: 80%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.category_sku {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.category_sku > div {
    display: inline;
}
.category_sku > div > div {
    display: inline;
}

.CategoryDescription img {
    max-width: 100%;
    height: auto;
}

.SubCategoryListGrid {
    border-bottom: 0;
    margin-bottom: 4em;
}
.SubCategoryListGrid > ul {
    clear:both;
}
.SubCategoryListGrid > ul li {
    width: 25%;
    margin: 0;
    float: left;
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
}

.SubCategoryListGrid > ul li img {
    width: 190px;
}
.SubCategoryListGrid > ul li.RowDivider {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
    border-bottom: 1px solid #d9d9d9;
}
.SubCategoryListGrid > ul li.RowDivider:last-child {
    border-bottom: none;
}

.SubCategoryListGrid > ul li a:hover .sub-cat-name {
    color: #d07d12;
    text-decoration: none;    
}
.SubCategoryListGrid > ul li a:hover {
    text-decoration: none;
}
.SubCategoryListGrid .sub-cat-name {
    font-family: "museo-slab",sans-serif;
    font-size: 18px;
    line-height: 1.1em;
    font-weight: 700;
    color: #f0a23e;
    text-transform: none;
    padding-top: 10px;
    margin: 0;
}

.productlist-page.top-level .SubCategoryListGrid > ul li.RowDivider {
    border-bottom: none;
}

.productlist-page.top-level .SubCategoryListGrid > ul li img  {
    /* border: 1px solid #d5d5d5; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#ProductDetails .ProductThumbImage {
    height: 500px;
}

.ProductList .ProductDetails {
    margin-bottom: 0;
}

#ProductDetails.PrimaryProductDetails h1 {
    color: #808080;
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
    font-weight: 700;
}

.productOptionViewRectangle .option {
    margin: 2px;
}

.productAttributeList li {
    display: inline-block;
}

.ProductDetailsGrid .Label, .ProductAddToCart .productAttributeLabel {
    display: inline-block;
}
div.DetailRow.ProductSKU {
    text-align: right;
    float: right;
}

div.DetailRow.shipping {
    float: left;
    width: 40%;
    border-right: 1px solid #CFCFCF;
}

div.DetailRow.InventoryLevel {
    float: left;
    clear: none;
    margin-left: 30px;
    font-size: 16px;
    padding: 0px;
    max-width: 200px;
}

div.DetailRow.InventoryLevel .Label {
    font-weight: bold;
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 20px;
    text-align: left !important;
    position: relative;
}

div.DetailRow.qty {
    clear:both;
}

div.DetailRow.ProductSKU .Label {
    margin: 0;
}
div.DetailRow.ProductSKU .Value {
    font-size: 24px;
}

.productPage .ProductPrice {
    color: #808080;    
    font-size: 36px;
}

.VariationProductInventory {
    font-weight: 700;
    padding: 0;
    width: 180px;
    display: block;
    text-align: left;
}

.VariationProductInventory {
    color: #559864;
}

.VariationProductInventory.Out {
    color: #BA3F3F;
}

.productPage .ProductPrice.retail-product-price {
    color: #afafaf;
    font-size: 24px;    
}
.ProductDetailsGrid .DetailRow.RetailPrice {
    float: left;
    clear: left;
}
.ProductDetailsGrid .s-price .YouSave {
    float: left;
    clear: left;
    color: #f0a23e;
    font-weight: 700;
}

.CheckoutButton .btn {
    background: #f0a23e;
    font-family: "museo-slab",sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;    
}
.btn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;    
    font-size: 16px;
    margin: 5px 0;
}
.btn:hover {
    text-decoration: none;
}

.addto .BulkDiscount {
    display:block;
}
.AddToWishlistLink  {
    margin: 0 0 1em;
}

.btn.add-to-cart {
    background: #f0a23e;
    display: block;
    width: 100%;
    height: 60px;
    font-family: "museo-slab",sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}
.btn.add-to-cart:hover {
    background: #d07d12;
}
.btn.alt {
    background: #3c3c3c;
}
.btn.alt:hover  {
    background: #515151;
}
.ProductList .btn {
    font-size: 13px;
    max-width: 180px;
    line-height: 20px;
    padding: 10px 15px;
    height: auto;
}

.CartContents tfoot .SubTotal td div {
    padding: 20px 5px 20px 0;
}
.map-frame {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;    
    border: 3px solid #f0a23e;
    margin: 0;
    padding: 0;
    height: 400px;
    
}


.PrimaryProductDetails .ProductMain {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
    background: #F3F3F3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 1.5em;
    width: 45%;
    margin: 0 0 2em 5%;

}

.ProductList .p-price {
color: #808080;
font-size: 16px;    
}

.ProductList .pname {
    font-family: "museo-slab",sans-serif;
    font-weight: 700;
    font-size: 15px;
}

.ProductList .p-name {
    margin-bottom: 0;
}
#QuickViewContent .part-number {
    float: right;
    text-align: right;
}
#QuickViewContent .part-number .Label {
    margin: 0;
}
#QuickViewContent .part-number .Value span.VariationProductSKU {
    font-size: 24px;
}

.QuickViewModal .ProductPrice  {
    color: #808080;    
    font-size: 36px;
    float: left;    
}
/************ FORMS ***********/

#emf-container-outer,#ContactForm {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 1em;
    margin: 0 0 2em;
    background: #F3F3F3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    display:block;
    clear: both;
    overflow: auto;
}

#ContactForm {
    width: 100%;
} 
#ContactForm h4 {
    padding: 0 0 2em 2em;
}
.formError {
    background: #8d0000;
    padding: 2em;
}
.formErrorContent {
    color: #fff;
    font-size: 24px;
}

form#emf-form li {
    margin: 1em 0;
}
form#emf-form label {
    font-weight: 700;
    margin-bottom: 10px;
    display:block;
}

form#emf-form label.emf-bottom-label {
    font-size: 12px;
    font-weight: 400;
}
/************ SLIDESHOW ***********/

h2.slide-heading {
    font-family: "museo-slab",sans-serif;
    font-size: 48px;
    line-height: 1.25em;
    font-weight: 700;
    text-transform: none;
    padding: 0 1em;
    max-width: 900px;
    margin: 0 auto;
}

.slide-show .slide-text {
    max-width: 900px;
    margin: 0 auto;
}
.slide-show .slide-text {
    padding: 0 3em;
    font-family: "museo-slab",sans-serif;
    font-weight: 400;
    font-size: 26px;
}

.slide-show .overlay {
}
.slide-button {
    margin-top: 1em;
}

.slide-show .slide-button .btn {
    background: #f0a23e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 0.5em 1em;
    font-weight: 700;
    height: auto;
}

.slide-show .slide:hover .btn {
    background:  #d07d12;
}

/************ ACCOUNT/SIGNED IN **************/

#SideAccountMenu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
    padding: 1em;
    background: #f7f7f7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    margin-bottom: 2em;    
}

#SideAccountMenu h3 {
    margin-top: 0;
}
#SideAccountMenu li {
    margin: 0;
}

#LayoutColumn1.Left {
    margin-right: 1em;
}

.YourAccount {
    margin-left: 1em;
}

#CreateAccountForm input[type="text"] {
    width: 300px !important;
}

#CheckoutStepBillingAddress input[type="text"] {
    width: 300px !important;
}

/************ FOOTER ************/

.footer-main .header-logo {
    position: relative;
    top: 1em;
    z-index: 10;
}
.footer-main {
    background: url(//cdn11.bigcommerce.com/s-rxcy1k/templates/__custom/images/custom/footer-bg.jpg?t=1696609074) center center repeat-x #000;
}

.footer-bar {
    background: #2f2f2f;
    clear: both;
}
.footer-bar span {
    color: #F0A23E;
    font-family: "museo-slab",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    float: left;
    padding: 2em 2em 0 0;
    display: inline-block;
}
.footer-bar img {
    margin: 0 1.5em;
    padding: 1em 0;
    display: table-cell;
    vertical-align: middle;
}

.footer-main .btn:hover {
    background: #414141;
    text-decoration: none;
}

.shop-all-brands {
    border-top: 1px solid #414141;
    margin-top: 5px;
    padding-top: 5px;
    display: inline-block;
    font-size: 13px;
}

.footer .powered-by a {
    background: none;
    text-indent: 0;
    font-family: "museo-slab",sans-serif;
    font-weight: 700;
    font-size: 14px;
    height: auto;
    width: auto;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    filter: ~"alpha(opacity=100)"; /* Internet Explorer */
    opacity: 1.0;              /* Chrome, Firefox, Opera, Safari */
    -ms-filter: ~"progid:DXImageTransform.Microsoft.Alpha(opacity=100)"; /* IE8 */
    -khtml-opacity: 1.00;
    -moz-opacity: 1.00; /* Old Firefox */
    margin-left: 7px;
}
.footer-links {
    background: #F0A23E;
}
.footer-links p {
    font-size: 14px;
    color: #000;
}

.footer-links a {
    color: #000;
    text-decoration: underline;
}
.footer-links a:hover {
    color: #414141;
}


/***************************************** RESPONSIVE ***************************************** /

/* 1124 px */
@media screen and (max-width: 1124px) {
    /* Layout */
    .PageMenu .sf-menu > li:first-child {
        margin-left: 20%;
    }
    .PageMenu ul > li > a {
        padding-top: 1.0em !important; /*was1.9 */
    }
    .PageMenu .sf-menu  li a {
        font-size: 22px;
    }
    .PageMenu li.sfHover ul {
    }
    .slide-image-bg {
        height: 300px;
    }
    
    h2.slide-heading {
        font-size: 36px;
    }
    .slide-show .slide-text {
        font-size: 20px;
    }
    .slide-show .slide-overlay {
        top: 25%;
    }
    #home-features {
        width: 100%;
    }
    #home-features li {
        width: 21%;
        margin: 0 1% 0 1%;
        border: 0;
    }
    .PrimaryProductDetails .ProductMain {
        width: 40%;
    }
    #ProductDetails.PrimaryProductDetails h1 {
        font-size: 24px;
    }
    
    .productPage .ProductPrice {
        font-size: 30px;
    }
    div.DetailRow.shipping {
        width: 55%;
    }
}
@media screen and (max-width: 1076px)  {
    .footer-bar img {
        margin: 0 0.5em;
        padding: 1em 0;
    }
    
}


@media screen and (max-width: 1024px) {
    #Header {
        position: relative;
    }
    .header {
        padding-top: 0;
        position: relative;
    }
}

@media screen and (max-width: 1000px) {    
    .PageMenu {
        display: none;
    }
    .TopMenu .content-pages {
        display: none;
    }
    .header-logo {
        position: relative; /* make the logo to the left */
        width: 160px; /* Small */
        /* left: 0; */
        right: 0;
        margin: 0 auto;
        top: 0;
    }
/* new code to bring menu on the side */
#ToggleMenu { float: left; display: block; }
/* new code to place down up the menu */
#SideCategoryList ul {margin-top: 35px;}
.PageMenu .sf-menu li a { font-size: 16px;}

    #emf-container-outer {
        width: 100%;
    }
   .footer-bar span {
       display:block;
       float: none;
       text-align: center;
       padding-top: 1em;
   }    
   #ProductDetails .left-content {
       float: none;
       width: auto;
   }    
   .PrimaryProductDetails .ProductThumb {
       margin: 0 auto;
   }
   .PrimaryProductDetails .ProductMain {
       width: 100%;
       margin: 0px;
    }
    div.DetailRow.shipping {
        width: auto;
        padding-right: 30px;
    }
}
@media screen and (max-width: 800px) {
    .footer-bar img {
        display:block;
        margin: 0 auto;
    }
    .footer-bar {
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
    .TopMenu {
        display: none;
    }
    #cart-amount {
        display: block;
        position: absolute;
        z-index: 101;
        bottom: 23%;
        right: 30%;
    }
    .footer-columns .grid__item {
        width: 100%;
        border-bottom: 1px solid #333;
        padding-bottom: 1em;
    }
    .footer-columns .grid__item.footer-logo {
        display: none;
    }
    .footer ul {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-flex-wrap: wrap; /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
        -moz-flex-wrap: wrap; /* OLD - Firefox 19- */
	-ms-flex-wrap: wrap; /* IE 10 */
	flex-wrap: wrap;
    }
    .footer .footer-columns li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .footer .footer-columns li a {
        padding-right: 0;
    }
    .category-nav { 
        width: 100%;
        float: none;
    }
    .SubCategoryListGrid > ul li {
        width: 50%;
        /*min-height: 280px;*/
    }
    .SubCategoryListGrid > ul li.RowDivider {
        min-height: 0;
    }
    .PrimaryProductDetails .ProductMain  {
        width: 100%;
        margin: 0;
    }
    #ProductDetails.PrimaryProductDetails h1 {
        font-size: 20px;
    }
    .productPage .ProductPrice.retail-product-price {
        font-size: 20px;
    }
    .productPage .ProductPrice {
        font-size: 24px;
    }
    div.DetailRow.ProductSKU .Value {
        font-size: 20px;
    }
    #SideAccountMenu {
        display: none;
    }
    .footer-main {
        background: #000;
        background-image: none;
    }
    #ProductDetails .ProductThumbImage {
        height: auto;
        padding: 3em 0;
    }
    .header-logo {
        left: 0;
        right: 0;
        /*width: 80px;*/
        height: auto;
    }
    #LayoutColumn1.Left {
        width: 100%;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    p.TitleSideLeft01 {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #ToggleMenu { margin-left: -20px; }
    .PageMenu .sf-menu li a {font-size: 14px; }
    #SideCategoryList ul {margin-top: 30px;}
}

@media screen and (max-width: 650px) {
    h2.slide-heading  {
        font-size: 24px;
    }
    .slide-show .slide-button .btn {
        padding: 0.25em 1em;
        font-size: 14px;
    }
    .home-feature-container {
        padding: 1em 0;
    }
    #home-features li a h3 {
        font-size: 20px;
    }
    .home-article img {
        float: none;
        margin-left: 0;
    }
    .map-frame {
        width: 90% !important;
    }
    .map-frame iframe {
        width: 100% !important;
    }
    .PrimaryProductDetails .ProductThumb {
        width: 100% !important;
        height: auto !important;
        padding-bottom: 2em;
    }
    #ProductDetails .ProductTinyImageList {
        width: 100% !important;
    }
    #ProductDetails #ImageScrollNext {
        z-index: 100;
    }
    #ProductDetails #ImageScrollPrev {
        z-index: 100;
    }
        .slide-image-bg {
        height: 220px;
    }
        .slide-show .slide-text {
        font-size: 14px;
    }
    .footer-bar .inner {
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-flex-wrap: wrap; /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
        -moz-flex-wrap: wrap; /* OLD - Firefox 19- */
	-ms-flex-wrap: wrap; /* IE 10 */
	flex-wrap: wrap;
       	-webkit-justify-content: center; /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
        -moz-justify-content: center; /* OLD - Firefox 19- */
	-ms-flex-pack: center; /* IE 10 */
	justify-content: center;
   	-webkit-align-items: center; /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
        -moz-align-items: center; /* OLD - Firefox 19- */
	-ms-flex-align: center; /* IE 10 */
	align-items: center;
    }
    .footer-bar .inner span {
        -webkit-box-flex: 0 0 100%;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 0 0 100%;	/* OLD - Firefox 19- */
	-webkit-flex: 0 0 100%;	/* Chrome */
	-ms-flex: 0 0 100%;	/* IE 10 */
	flex: 0 0 100%;
        max-width: 100%;
    }
    .footer-bar img {
        -webkit-box-flex: 0 0 32%;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 0 0 32%;	/* OLD - Firefox 19- */
	-webkit-flex: 0 0 32%;	/* Chrome */
	-ms-flex: 0 0 32%;	/* IE 10 */
        flex: 0 0 32%;
        max-width: 32%;
    }
}

@media screen and (max-width: 480px) {
    #Header {
        height: 80px;
        padding: 0.75em 0;
    }

    #cart-amount {
        top: 0;
        right: 0;
    }

    #ToggleMenu { margin-left: 0; }

    .header-secondary {
        /* position: relative; */
        width: 35%;
        top: 42px;
        right: 16px;
        
    }

    #SearchForm input[type="text"],#SearchForm input.Textbox,#SearchForm .Button {
        height: 35px;
    }   

    .slide-image-bg {
        height: 250px;
    }
    .slide-show .slide-overlay {
        /*top: 25%;*/
                top: 0%;
    }
    .slide-show .slide-text {
        font-size: 14px;
    }
    .flex-control-nav {
        display: none;
    }
    #Header > .inner {
        padding-top: 0;
    }
    .home-feature-container {
        padding: 0;
        border-top: 3px solid #D9D9D9;
    }
    #home-features li {
        width: 100%;
        margin: 0;
        border-bottom: 3px solid #D9D9D9;
        height: auto;
        border-radius: 0;
    }
    #home-features li a {
        position: static;
        width: 96%;
        margin: 0 auto;
    }
    #home-features li a img {
        width: 25%;
        height: auto;
    }
    #ContactForm h4 {
        padding-left: 0;
    }
    .SubCategoryListGrid > ul li {
        width: 100%;
        min-height: inherit;
        text-align: left;
    }
    .SubCategoryListGrid > ul li img {
        /*display: none;*/
                width: 90px;
                float: left;
                padding-right: 5px;}
    .SubCategoryListGrid > ul li.RowDivider  {
        display: none;
    }
    .SubCategoryListGrid .sub-cat-name {
        margin: 10px;
    }
    .SubCategoryListGrid > ul li {
        border-bottom: #e8e8e8;
        border-bottom-width: 1px;
        border-bottom-style: solid;}
    
    .SubCategoryListGrid > ul li a {
        display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;      /* IE 10 */
        display: -webkit-flex;     /* NEW - Chrome */
        display: flex;  
    }
    .slide-image-bg {
        background-size: 135%;
        background-color: #000000;
    }
    .footer-main .inner {
        padding: 20px 0 0;
    }

    div.DetailRow.shipping {
        width: 50%;
        box-sizing: border-box;
        padding-right: 16px;
    }
    div.DetailRow.InventoryLevel {
        width: 50%;
        margin-left: 0;
        padding-left: 16px;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 360px) {
    .header-logo {
        left: auto;
        right: auto;
        width: 150px;
        height: auto;
    }
}

@media screen and (max-width: 415px) {
        .QuickSearch {min-width: 200px; left:0; }
        /*.PageMenu {display: yes;}*/
        .PageMenu .sf-menu li a {font-size: 12px; }
        #SideCategoryList ul {margin-top: 65px;}
        .PageMenu .sf-menu > li:first-child { margin-left: 10%;}
}
.CartTotalMessage {
  color: #ff0000;
  font-size: 1.3em;
  font-weight: bold
}
@media screen and (max-width: 600px) {
    .CartTotalMessage {
        font-size: 1em;
    }
}
ul li a.pdf {
    background: url('https://www.allglassparts.com/product_images/icon-pdf.gif') 0px 50% no-repeat;
    padding-left: 20px;
    margin-left: -20px;
}

.VideoTable {display: table;}
.VideoTable1 {display: table;
    width: 450px;
    margin-left: auto;
    margin-right: auto;}
.VideoRow {display: table-row;}
.VideoCell {display: table-cell;width: 40%;}
.PageMenu01 {display:none;}
.currencyPrices { color: red; font-weight: bold; font-size: larger;}
.currencyPrices.mobile { display: none; }

@media screen and (max-width: 1000px) { 
    #DrawerMenu .currencyPrices.desktop { display: none; }
    #DrawerMenu .currencyPrices.mobile { display: block; }                         
} 

/*Slideshow*/
.slide-heading01 {
    font-family: "museo-slab",sans-serif;
    font-size: 48px;
    line-height: 1.25em;
    font-weight: 700;
    text-transform: none;
    padding: 0 1em;
    max-width: 900px;
    margin: 0 auto; }
                                                                                  
@media screen and (max-width: 1124px) { 
       .slide-heading01 { font-size: 36px;}                            
}                                                                            
@media screen and (max-width: 650px) {
        .slide-heading01  { font-size: 24px;} 
}
.TitleSideLeft01 {
   font-family: "museo-slab",sans-serif;
   font-size: 18px;
   font-weight: 700;
   padding: 0;
   margin-top: 20px;
   color: #333333;
}
.TitleBrandName {font-size: 18px;
    font-weight: 300;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0;
}
div#Rental {align:center; float:left; width: 20%;}
div#Rental img {margin-left: auto; margin-right: auto; max-height: 80%; max-width: 80%;}

a.home-brands {margin: 5px;}

.responsiveimg {margin-left: auto; margin-right: auto; /*max-height: 100%;*/ max-width: 98%;}

.footer-main .header-logo { margin-top: 0;}

#CheckoutStepPaymentDetails #uniform-creditcard_ccexpy {min-width: 66px;}
#CheckoutStepPaymentDetails #uniform-creditcard_ccexpm {min-width: 66px;}

/*Hide menu item*/
.PageMenu .sf-menu > li:last-child {display:none}

/*Button Empty Cart*/
.EmptyShoppingCart {text-align: right;}
.EmptyShoppingCart .btn {
    background: #f0a23e;
    font-family: "museo-slab",sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}

@media screen and (max-width: 600px) {
    .EmptyShoppingCart { text-align: center; }
}

/* Add SKU on Cart */
.MySku1 {color:#f0a23e; font-family: "Lato",sans-serif;font-size: 14px;font-weight:700;}

/************ HOME PAGE CLUSTER CAT  ************/

.home-clustercat-container {
    background: #ffc172;
    width: 100%;
    clear: both;
    padding: 1.5em 0;
}
.home-clustercat-container:after {
    clear: both;
    content: "";
    display: table;
}
#home-clustercat {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    /*display: table;*/
}

#home-clustercat li {
    list-style: none;
    /*margin: 0 10px 0 10px;*/
    padding: 0;
    /*width: 250px;*/
    position: relative;
    /*border: 2px solid #00000;*/
    float: left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*height: 280px;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#home-clustercat li a {
    position: absolute;
    width: 96%;
    height: 90%;
    /*background: rgba(255,255,255,0.4);*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: table;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    /*padding: 2px;*/
    /*z-index:3;*/ 
}
#home-clustercat li a h3 {
    text-align: center;
    font-size: 30px;
    color: #333;
    display: table-cell;
    vertical-align: middle;
    padding-top: 10px;
}
#home-clustercat li a:hover {
    background-color: rgba(0,0,10,0.1);
    text-decoration: none;
    margin: 0;
    /*padding: 0px 0px 0px 5px;*/
    box-shadow: 0 0 4px #000;
}

#home-clustercat li a:hover h3 {
    color: #505050;
}

#home-clustercat li.home-clustercat-white {
         background-color: #fff;
}


/********** RESPONSIVE  Added original from line 1291 ************* /


    /* Layout */
#home-clustercat {
        width: 100%;
        font-size: 15px;
        }
h1#home-clustercat {
    margin-top: 25px;
    }

    #home-clustercat li {
        width: 12%;
        margin: 0 1% 0 1%;
        border: 0;
        height: 174px;
    }

/* 1124 px */
@media screen and (max-width: 1124px) {
}

@media screen and (max-width: 650px) {
    .home-clustercat-container {
        padding: 1em 0;
    }
    #home-clustercat li a h3 {
        font-size: 20px;
    }
    #home-clustercat li {height: 164px;}
}

@media screen and (max-width: 480px) {
    .home-clustercat-container {
        padding: 0;
        border-top: 3px solid #D9D9D9;
    }
    #home-clustercat li {
        width: 100%;
        margin: 0;
        border-bottom: 3px solid #D9D9D9;
        height: auto;
        border-radius: 0;
    }
    #home-clustercat li a {
        position: static;
        width: 96%;
        margin: 0 auto;
    }
    #home-clustercat li a img {
        width: 25%;
        height: auto;
    }
    #home-clustercat li.home-clustercat-white a h1 {
        float: right;
        padding-top: 25px;
    }
    hr.clustercat {
    margin: 2px 0;
    }
}

@media screen and (max-width: 280px) {
    #home-clustercat li.home-clustercat-white a h1 {
        float: right;
        padding-top: 2px;
    }
}

#home-clustercat li.home-clustercat-white a h1 {
     font-family: "museo-slab",sans-serif;
     font-size: 16px;
     color: #d07d12;  
}
    
#home-clustercat li.home-clustercat-white a p {
     color: #6a6a6a;
     font-weight:300;
     margin-top: 5px;
}

.imgcluster {z-index:1;}
@media screen and (min-width: 1180px) {
#home-clustercat li {height: 184px;}
}
@media screen and (max-width: 768px{
#home-clustercat li {height: 124px;}
}

img.LogoInvoice {background: black;}
img.LogoImage {background: black;}



.home-nav32.clustercat li a:hover {
    border: 1px solid #292929;
    border: 1px solid var(--color-grey-x-dark);
    font-size: 14px;
    text-decoration: none;
    position: relative;
    display: block
}

.home-nav32.clustercat li a:hover {
    border: 1px solid #2779cb;
    border: 1px solid var(--color-accent);
    color: #000;
    color: var(--color-black);
    box-shadow: 0 0 4px #2779cb;
    box-shadow: 0 0 4px var(--color-accent);
    text-decoration: none
}

#home-nav23 li a:hover {
    background-color: rgba(0,0,10,0.1);
    text-decoration: none;
    margin: 0;
    /* padding: 0px 0px 0px 5px; */
    box-shadow: 0 0 4px #000;
}
.img_sq {border-radius: 0;}

/*END*/