/*Subcategory Boxes at top of Category Pages */
.SubCat li {
    display: inline-block;
}
.SubCat li a {
    display: inline-block;
    line-height: 50px;
    width: 200px;
    height: 50px;
    border: 1px solid #DDDDDD;
    margin-right: 15px;
    margin-bottom: 15px;
    color: #333;
    text-align: center;
}
.SubCat li a:hover {
    background: #525252;
    color: #FFFFFF;
    border: 1px solid #525252;
}
.SubCat h3 {
    display: none;
}
.subpicmenu li img {
    display: inline-block;
    color: #ffffff;
    text-align: center;
    padding: 0;
}
.subpicmenu > li {
    margin: 0 15px 0 0;
    width: 200px;
}
.subpicmenu {
    list-style: none;
    margin: 0;
    border: 0;
}
.subpicmenu li a {
    padding-top: 10px;
    height: 175px;
}
.subcatsnippet {
    display: none;
}
.SubCat.IBcenter {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 10px;
}
.category-fha {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 10px;
}

/* Custom Fonts, Headings, and Transitions */
h2 {
    font-family: 'Montserrat', sans-serif;
}
.thumbnail {
    transition: all .5s ease;
}
.thumbnail:hover {
    transform:scale(1.4);
}
#h30 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 5px;
}

.SubTitle-Blog {
    font-family: Arial;
    font-size: 28px;
    font-weight: 600;
}

/* Custom Font Awesome Icons */
.home-arrow {
    font-size: 45px;
    color: white;
    vertical-align: top;
}
.home-arrow:hover,
.home-arrow:focus {
    color: #7AA5D8;
}
.home-arrowrow {
    margin: 0;
    height: 50px;
}

/* Custom Storewide Buttons */
.btn-arrow span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.btn-arrow span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.btn-arrow:hover span {
  padding-right: 25px;
}
.btn-arrow:hover span:after {
  opacity: 1;
  right: 0;
}

.btnrow a {
    margin: 0 10px;
}
.btnrow {
  text-align: center;
}
.btnrowspaced a {
    margin: 0 10px 10px 10px;
}
.btnrowspaced {
    text-align: center;
}

.btn-hollow.btn-darkborder {
    border-color: #525252;
    color: #525252;
}
.btn-hollow.btn-darkborder:hover,
.btn-hollow.btn-darkborder:focus {
    background: #525252;
    color: #fff;
}
.btn-hollow.btn-transparent {
  color: #525252;
  border: 2px solid #525252;
}
.btn-hollow.btn-transparent:hover,
.btn-hollow.btn-transparent:focus {
  background: inherit;
  color: inherit;
}

.btn-gray {
  background-color: #999999;
}
.btn-gray:hover {
  background-color: #525252;
}

.btn-graybox {
  background: none;
  color: #777;
  border: 2px solid #999;
}
.btn-graybox:hover,
.btn-graybox:focus {
  background: #525252;
  border: 2px solid #525252;
  color: #ffffff;
}

.btn-logoblue {
  background: #7aa5d8;
  color: #fff;
}
.btn-logoblue:hover,
.btn-logoblue:focus {
  background: #111;
  color: #fff;
}

.btn-darkblue {
  background: #1e4b65;
  color: #fff;
}
.btn-darkblue:hover,
.btn-darkblue:focus {
  background: #111;
  color: #fff;
}

.btn-hollowfill {
  background: none;
  color: #525252;
  border: 2px solid #525252;
}
.btn-hollowfill:hover,
.btn-hollowfill:focus {
  background: #111111;
  border: 2px solid #111111;
  color: #ffffff;
}

/* Hide Quantity Box on Catalogue-only products */
.quantselect .DetailRow.qty {
    display:none !important;
}
.quantselect .OutOfStockMessage.InfoMessage.ErrorMessage {
    display: none !important;
}

/* Subheading Box with Top & Bottom Lines*/
.outsetheading {
    border-top: 1px lightgray;
    border-top-style: solid;
    border-bottom: 1px lightgray;
    border-bottom-style: solid;
}
/*Padding for Subheading row*/
.smspace td {
    padding: 10px;
}
.smspace-inner {
    background-color: #f3f3f3;
    margin: 10px 0;
    vertical-align: middle;
}
.smspace-inner p {
    padding: 0 20px;
    margin: 0;
}

/* 'Our Solution' Product Boxes on Solution Pages*/
.smsolutionbox {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    padding: 20px 0;
    margin: 1%;
}


@media screen and (max-width: 767px) {
    .smsolutionbox {
        width: 43%;
        margin: 2%;
    }
}

@media screen and (max-width: 480px) {
    .smsolutionbox {
        width: 95%;
        margin: 1%;
    }
}

.smproductbox {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    padding: 20px 0;
    margin: 1%;
}

.smboxborder {
    border-color: #f3f3f3;
    border-width: 5px;
    border-style: solid;
}

.smproductbox td {
    text-align: center;
    width: 30%;
}

@media screen and (max-width: 767px) {
    .smproductbox {
        width: 43%;
        margin: 2%;
    }
    .smproductbox td {
        width: 43%;
        margin: 2%;
    }
}

@media screen and (max-width: 480px) {
    .smproductbox {
        width: 87%;
        margin: 0.5% 0.5% 5% 0.5%;
    }
    .smproductbox td {
        width: 87%;
        margin: 0.5%;
    }
}

/* Fixed Side Menu on Solution/About Us Pages */
.RightFL {
    float: right;
    padding-left: 5%;
    padding-right: 0;
}
.RightFL h3 {
    padding-top: 0;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}
.RightFL li {
    clear: both;
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0;
}
.RightFL .BlockContent1 {
    margin: 0;
}
#SidePageNav {
    list-style: none;
}

/* Fixed Img on Solution/About Us Pages */
.RightImg {
    position: relative;
    float: right;
    margin-left: 20px;
}
.AboutRightImg {
    position: relative;
    float: right;
    margin-left: 0;
}
.NavImg {
  display: block;
  width: 300px;
  height: 200px;
}
.AboutNavImg {
  display: block;
}
.NavImgOverlay {
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  background-color: #FFFFFF;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}
.AboutNavImgOverlay {
  position: absolute;
  top: 0;
  left: 100%;
  right: 0;
  background-color: #FFFFFF;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}
.RightImg:hover .NavImgOverlay {
  width: 100%;
  left: 0;
  opacity: 0.75;
}
.NavImgText {
  color: black;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  width: 280px;
  word-wrap: break-word;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.AboutNavImgText {
  color: black;
  font-size: large;
  position: absolute;
  overflow: hidden;
  width: 95%;
  word-wrap: break-word;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (min-width: 992px) {
    .AboutNavImgText {
        font-size: x-large;
    }
}

/* Find by Category on Product Page Custom */
.FindbyCatstyle ul li {
  list-style: none;
  display: inline-block;
  border: 1px;
}
.FindbyCatstyle ul li a {
    display: block;
    line-height: 50px;
    width: 200px;
    height: 50px;
    border: 1px solid #DDDDDD;
    margin-right: 15px;
    margin-bottom: 15px;
    color: #333333;
    text-align: center;
}
.FindbyCatstyle ul li a:hover {
    background: #7ba4d8;
    color: #FFFFFF;
    border: 1px solid #7ba4d8;
}

/* Inline Block Centering & Wrapping */
.IBcenter {
    width: 100%;
    text-align: center;
}
.IBwrap300 {
    overflow: hidden;
    width: 300px;
    word-wrap: break-word;
}
.IBwrap225 {
    overflow: hidden;
    width: 280px;
    word-wrap: break-word;
}


/* Why We're Different Section on About Us Page*/
.IBwrap450 {
    overflow: hidden;
    width: 425px;
    word-wrap: break-word;
}
h4.IBwrap450 {
    margin: 0.25em;
}
@media screen and (max-width: 480px) {
    .IBwrap450 {
        overflow: hidden;
        width: 300px;
        word-wrap: break-word;
    }
}
@media screen and (max-width: 991px) {
    .IBspace {
        display: none !important;
    }
}
/* Our History Section on About Us Page */
#ourhistory-img {
    border-radius: 5px;
}

@media screen and (max-width: 767px) {
    .IBwrap800 {
        width: 100%;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .IBwrap800 {
        overflow: hidden;
        width: 400px;
        word-wrap: break-word;
    }
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
    .IBwrap800 {
        overflow: hidden;
        width: 600px;
        word-wrap: break-word;
    }
}
@media screen and (min-width: 1200px) {
    .IBwrap800 {
        overflow: hidden;
        width: 800px;
        word-wrap: break-word;
    }
}

/* Google Maps on Contact Page Formatting*/
#gmap {
    width: 100%;
    height: 400px;
}

/* Contact Us Form Details */
.contactmsg {
    font-size: medium;
    line-height: 1;
}
.contacthdg {
    font-size: x-large;
    color: #333333;
    font-weight: bold;
}
.contactdetails {
    float: right;
    width: 42%;
    max-height: 600px !important;
}
.contactdetails p span{
    text-shadow: 1px 1px black;
    overflow: hidden;
    width: 90%;
    word-wrap: break-word;
}
.contactdetails h2 {
    text-shadow: 1px 1px black;
}
.contactUs {
    width: 58% !important;
}
.contactUs .HorizontalFormContainer dt {
    width: 25%;
}
@media screen and (max-width: 480px) {
    .contactUs .HorizontalFormContainer dt {
        width: 100% !important;
    }
}     
@media screen and (max-width: 991px) {
    .contactdetails {
        width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .contactUs {
        width: 100% !important;
    }
}

.contactdetails td {
    padding: 20px 0 140px;
}

@media screen and (min-width: 992px) {
    .HorizontalFormContainer .cf {
        height: 450px;
    }
}

/*Altering Contact Page Design (DLT ex) on 9-7-2018*/
/* CSS from New Icons Section */
/*.contacticons {
    width: 100%;
    text-align: center;
}
.contacticons-txt {
    font-size: 12px;
    line-height:0;
    text-align: center;
    margin-top: 40px;
}
.contacticons-lnk {
    font-size: 24px;
    line-height: 0;
    color: #1e4b65;
    text-align: center;
}
.contacticons-lnk a {
    color: #1e4b65;
}
.contacticons-section {
    width: 30%;
    height: 125px;
    display: inline-block;
    margin: 1%;
}
.contactphn {
    background-image: url('https://biscoair.com/product_images/uploaded_images/mobile-alt-solid-lg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.contactmail {
    background-image: url('https://biscoair.com/product_images/uploaded_images/envelope-regular-lg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.contactmsg {
    background-image: url('https://biscoair.com/product_images/uploaded_images/comment-regular-lg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width:767px) {
    .contacticons-section {
        width: 40%;
        margin-top: 5%;
        margin-bottom: 5%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width:480px) {
    .contacticons-section {
        width: 95%;
        margin: 5% 2%;
    }
}*/
/* Further CSS using DLT Design */
/*#ContactForm {
    border: 3px solid #eaeaea;
    margin-top: 15px;
    margin-bottom: 20px;
}
#ContactForm .HorizontalFormContainer {
    margin: 5px;
    background-color: #eaeaea;
    padding: 10px 10px 50px 20px;
}
.FormContainer .HorizontalFormContainer {
    max-width: 1300px;
    background-color: #eaeaea;
    overflow: auto;
}
#ContactForm .FormContainer h1 {
    font: 600 43px 'Montserrat';
    color: #afafaf;
}
.cf-section {
    display: inline-block;
    float: left;
    margin: 0;
    width: 50%;
    font-size: 14px;
}
#ContactForm .FormContainer dt {
    text-align: left;
    width: 20%;
    font-size: 14px;
    font-weight: 500;
    float: left;
    margin-top: 5px;
    line-height: 21px;
    margin-bottom: 10px;
    display: block;
}
#ContactForm .FormContainer input, #ContactForm div.selector, #ContactForm textarea {
    width: 315px;
    margin-bottom: 8px;
    border-radius: none;
    line-height: 24px;
}
.contactform-title {
    padding-left: 10px;
}
.contactrequiredmsg {
    margin-top: 30px;
    color: #999;
    font-weight: 100;
    font-size: 14px;
}
@media screen and (max-width: 900px) {
    .FormContainer dl {
        width: 100%;
    }
    #ContactForm .FormContainer input, #ContactForm div.selector, #ContactForm textarea {
        width: 75%;
    }
    #ContactForm .FormContainer h1 {
        text-align: center;
    }
    .contactform-title {
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    .FormContainer dl {
        width: 100%;
    }
    #ContactForm .FormContainer dt {
        width: 15%;
    }
    #ContactForm .FormContainer input, #ContactForm div.selector, #ContactForm textarea {
        width: 75%;
    }
}
@media screen and (max-width: 550px) {
    #ContactForm .FormContainer dt {
        width: 40%;
    }
    #ContactForm .FormContainer input, #ContactForm div.selector, #ContactForm textarea {
        width: 55%;
    }
}*/

/*Moving the Browse our store button & Caption text down*/

@media screen and (max-width: 270px) {
    .home-banner .cta-button {
        margin-top: 0;
    }
}

@media screen and (max-width: 991px) {
    .home-banner .cta-button {
        margin-top: 40px;
    }
}

@media screen and (max-width: 1199px) {
    .home-banner .cta-button {
        margin-top: 40px;
    }
}

@media screen and (min-width: 1200px) {
    .home-banner .cta-button {
        margin-top: 60px;
    }
}

@media screen and (min-width: 271px) and (max-width: 480px) {
    .home-banner .cta-caption {
        margin-top: 50px;
    }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
    .home-banner .cta-caption {
        margin-top: 140px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .home-banner .cta-caption {
        margin-top: 110px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .home-banner .cta-caption {
        margin-top: 103px;
    }
}

@media screen and (min-width: 1200px) {
    .home-banner .cta-caption {
        margin-top: 135px;
    }
}

/*Altering Solution CTA Title and Img on Home Page*/
.cta-o {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    opacity: 0;
    transition: .5s ease;
    background-color: #FFFFFF;
}

.solutionimg-cta {
    position: relative;
}

.solutionimg-cta:hover .cta-o {
    opacity: 0.25;
}

.solutiontext-cta {
    color: #272829;
    margin: 0 10px 25px 10px;
    text-align: left;
}
.solutiontitle-cta {
    font-size: 45px !important;
}

@media screen and (max-width: 767px) {
    .cta-heading.uppercase.solutiontitle-cta {
        font-size: 36px !important;
    }
}

/*Adding QF Section to Home Page*/
.cta-section-4 {
    /*background: url(../img/nordfab-ducting-cta-4.jpg) center top no-repeat;*/
    /*background: url(../img/full-hero-rv-n3.jpg) center top no-repeat;*/
    background-size: cover;
}

/*@media screen and (max-width: 480px) {
    .cta-section-4 {
        background: #EEEEEE;
    }
}*/

.cta-section-4 .category-heading {
    color: #333;
    font-size: 45px;
    margin: 20px 0 30px 0;
}
.cta-section-4 .cta-subheading {
    color: #000;
    font-size: 30px;
    margin: 15px 0 5px 0;
}
.cta-section-4 .category-subheading {
    color: #333;
    font-size: 32px;
    margin: 20px 0 30px 0;
}

@media screen and (max-width: 767px) {
    .cta-section-4 .category-heading {
        font-size: 36px;
    }
}

@media screen and (max-width: 480px) {
    .cta-section-4 .cta-subheading {
        padding: 15px 0 0 0;
    }
    .cta-section-4 .cta-heading {
        padding: 0 0 10px 0;
    }
    .cta-section-4 .category-heading {
        font-size: 36px;
    }
    .cta-section-4 .category-subheading {
        font-size: 30px;
    }
}

.cta-section-4 .cta-text {
   color: #000;  
}
.cta-section-4 {
   padding-top: 20px;
}
.cta-section-4 a.btn {
    font-size: 28px;
    padding: 15px 30px;
}
.cta-section-4 .cta-heading {
    font-size: 28px;
    font-weight: 300;
    color: #428bca;
    text-transform: none;
}

.cta-section-5 {
    background: url(../img/aboutus2-cta-o.jpg) center center no-repeat;
    background-size: cover;
    padding: 60px 10px;
}
.cta-section-5 .cta-text {
    color: #FFF;
    font-weight: 300;
    font-size: 30px;
    line-height: 1.33;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .cta-section-5 .cta-text {
        font-size: 25px;
    }
}


/*Tax Exempt Page Details*/
.customtaxrow {
    display: none !important;
}

/*Hiding Coupon box on checkout.php*/
.CheckoutRedeemCoupon.codeUno {
    display: none;
}

/* Custom Photo Gallery for 'Our Projects' */
.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
    overflow: auto;
}

.bodyclose {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    display: none;
    z-index: 1;
    position: fixed;
}

.modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}
.modalDialog:target > .bodyclose {
    display: block;
}

.modalDialog > div {
    width: 50%;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .modalDialog > div {
        width: 75%;
    }
}

@media screen and (max-width: 480px) {
    .modalDialog > div {
        width: 90%;
    }
}

@media screen and (min-width: 1600px) {
    .modalDialog > div {
        margin: 2% auto;
    }
}

.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover {
    background: #7AA5D8;
    color: white;
}

#gallerywrapper {
    margin: 0;
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
}

.projectgallery-img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    width: auto;
    padding: 0;
    border-radius: 5px;
}
.projectgallery-img:hover {
    opacity: 0.6;
}

.gallerythirdslayout {
    width: 29%;
    float: left;
    margin: 2%;
}

@media screen and (max-width: 768px) {
    .gallerythirdslayout {
        width: 48%;
        margin: 1%;
    }
}

@media screen and (max-width: 480px) {
    .gallerythirdslayout {
        width: 98%;
        margin: 1%;
    }
}

.gallerymodal-img {
    width: 100%;
    max-height: 850px;
    border-radius: 5px;
}

.gallerymodal-txt {
    text-align: center;
    padding-top: 10px;
}

/* New Photo Gallery Page (3/18) */

.GalleryImage {
    display: inline-block;
    margin: 4px 2px;
}

/*Flex based Gallery */
.gallery-row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

.gallery-column {
    -ms-flex: 24%; /* IE10 */
    flex: 24%;
    max-width: 24%;
    padding: 0 4px;
}

.gallery-column img {
    margin-top: 8px;
    vertical-align: middle;
}

@media screen and (max-width: 800px) {
    .gallery-column {
        -ms-flex: 49%;
        flex: 49%;
        max-width: 49%;
    }
}

@media screen and (max-width: 600px) {
    .gallery-column {
        -ms-flex: 98%;
        flex: 98%;
        max-width: 98%;
    }
}

.gallery-image {
  opacity: 1;
  transition: .5s ease;
}

.gallery-overlay-icons {
  transition: .5s ease;
  opacity: 0;
}

.gallery-overlay {    
    display: inline-block;
    position: relative;
}

.gallery-icon-1 {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: #000;
    opacity: 0.75;
    color: #fff;
    padding: 5px 11px;
    font-size: 16px;
    border-radius: 2px;
}
.gallery-icon-1:hover {
    color: #fff;
    opacity: 0.95;
}

.gallery-icon-2 {
    position: absolute;
    bottom: 5px;
    right: 50px;
    background-color: #000;
    opacity: 0.75;
    color: #fff;
    padding: 5px 11px;
    font-size: 16px;
    border-radius: 2px;
}
.gallery-icon-2:hover {
    color: #fff;
    opacity: 0.95;
}

.gallery-overlay:hover .gallery-overlay-icons {
    opacity: 1;
}


/* Styling the FAQ page*/
.tab-faq {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    color: #fff;
    overflow: hidden;
}

#faq-block input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

#faq-block label {
    position: relative;
    display: block;
    padding: 0 0 0 1em;
    background: #EEEEEE;
    color: #333333;
    font-weight: bold;
    line-height: 3;
    cursor: pointer;
}

.tab-faq-content {
    max-height: 0;
    overflow: hidden;
    background: #FFFFFF;
    color: #333333;
    -webkit-transition: max-height .35s;
    -o-transition: max-height .35s;
    transition: max-height .35s;
}

.tab-faq-content p {
    margin: 1em;
}


/* :checked */
#faq-block input:checked ~ .tab-faq-content {
    max-height: 20em;
}


/* Icon */

#faq-block label::after {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}

#faq-block input[type=checkbox] + label::after {
    content: "+";
}

#faq-block input[type=checkbox]:checked + label::after {
    transform: rotate(315deg);
}


/* Styling the Images on Solution row of the Home Page */
.home-SolutionImg img {
    border-radius: 5px;
}

/* Updating the My Account Page*/
@media screen and (max-width: 480px) {
    .btn-accnt {
        padding: 10px 14px;
        margin: 7px;
    }
}

/*Static Widths for Product Description Tables*/
.fixedtable-W {
    width: 30%;
    margin-right: 2.5%;
}
.fixedtable-W3rd {
    width: 30%;
    margin-right: 2.5%;
}
.fixedtable-W50 {
    width: 45%;
    margin-right: 2.5%;
}
.fixedtable-W100 {
    width: 95%;
    margin-right: 2.5%;
}
.fixedtable-W75 {
    width: 70%;
}
.fixedtable-W25 {
    width: 20%;
    margin-left: 2.5%;
}

@media screen and (max-width: 991px) {
    .fixedtable-W {
        width: 45%;
    }
    .fixedtable-W3rd {
        width: 95%;
    }
    .fixedtable-W75 {
        width: 95%;
    }
    .fixedtable-W25 {
        width: 95%;
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .fixedtable-W50 {
        width: 90%;
    }
}

@media screen and (max-width: 480px) {
    .fixedtable-W {
        width: 90%;
    }
}

/*Changing Title & Banner Hero Image*/

#title-section.ducting-header {
    /*background: url(../img/nordfab-quick-fit-header-10.jpg) top center no-repeat;*/
    background: url(../img/darktextureblue-light2-o.jpg) top center no-repeat;
}

.title-ducting {
    text-shadow: 2px 2px 50px #000000,
                 2px 2px 50px #000000,
                 2px 2px 50px #000000,
                 2px 2px 50px #000000;
}

.title-ducting1 {
    text-shadow: 2px 2px 50px #000;
}

.title-ducting-info {
    text-shadow: 2px 2px 50px #000;
    font-weight: 600;
}


.title-header-dark {
    text-shadow: -1px -1px 0 #eee, 1px -1px 0 #eee, -1px 1px 0 #eee, 1px 1px 0 #eee;
    color: #000;
    font-weight: 600;
}

#title-section.brands-header {
    /*background: url(../img/brand-header-63.jpg) top center no-repeat;*/
    background: url(../img/brand-header-10.jpg) top center no-repeat;
    padding: 50px 0;
}

#title-section.ducting-header-info {
    /*background: url(../img/nordfab-header-4.jpg) top center no-repeat;*/
    /*background: url(../img/nordfab-banner-textblurbs-header.jpg) top center no-repeat;*/
    background: url(../img/nordfab-quick-fit-header-21.jpg) top center no-repeat;
    padding: 75px 0;
}

@media screen and (max-width: 1199px) {
    #title-section.ducting-header-info {
        /*background: url(../img/nordfab-banner-textblurbs-header-1200-3.jpg) top center no-repeat;*/
        background: url(../img/nordfab-quick-fit-header-23.jpg) top center no-repeat;
        padding: 75px 0;
    }
}

@media screen and (max-width: 767px) {
    #title-section.ducting-header-info {
        /*background: url(../img/nordfab-banner-textblurbs-header-480-4.jpg) top center no-repeat;*/
        /*background: url(../img/nordfab-header-5.jpg) top center no-repeat;*/
        background: url(../img/nordfab-quick-fit-header-27.jpg) top center no-repeat;
    }
}

@media screen and (max-width: 329px) {
    #title-section.ducting-header-info {
        background: url(../img/nordfab-quick-fit-header-26.jpg) top center no-repeat;
    }
}

/*#title-section.allproducts-header {
    /*background: url(../img/allproducts-header-2.jpg) top center no-repeat;*/
    /*background: url(../img/ductingsystem-header-11.jpg) top center no-repeat;*/
    /*background: url(../img/ductingsystem-header-gray.jpg) top center no-repeat;*/
    padding: 50px 0;
}*/
#title-section.nordfabqf-header {
    /*background: url(../img/nordfab-quick-fit-header-7.jpg) top center no-repeat;*/
    background: url(../img/nordfab-quick-fit-header-10.jpg) top center no-repeat;
    padding: 50px 0;
}
#title-section.ductingsystem-header {
    /*background: url(../img/ductingsystem-header-11.jpg) top center no-repeat;*/
    background: url(../img/ductingsystem-header-gray.jpg) top center no-repeat;
    padding: 50px 0;
}

/*Designing the New SubCategory Image Parts*/
.SCImgLabel a {
    color: #333333;
}
.SCImgLabel a:hover {
    background: #525252;
    color: #FFFFFF;
}
.SCImgLabel:hover {
    background: #525252;
    color: #FFFFFF;
}
@media screen and (max-width: 480px) {
    .SCImgLabel img {
        width: 100px;
        height: 100px;
    }
}

/*Designing the Brand page layout*/
.brandpg-logo {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 0 10px;
}
.brandpg-description {
    display: inline-block;
    vertical-align: top;
    width: 75%;
    padding: 0 0 0 30px;
    font-size: 20px;
}

.brandpg-img {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    padding: 0 2%;
    text-align: center;
}
.brandpg-img img {
    margin-left: auto;
    margin-right: auto;
}

.brandpg-info {
    display: inline-block;
    vertical-align: middle;
    width: 58%;
}
.brandpg-info h2 {
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 2px;
}
.brandpg-info thead {
    width: 58%;
}
.brandpg-parts {
    width: 58%;
    padding: 0 0 10px;
}
.brandpg-name {
    font-size: 16px;
    vertical-align: middle;
    width: 350px;
    padding: 12px 0;
}
.brandpg-link {
    font-size: 12px;
    vertical-align: middle;
    text-transform: uppercase;
}

.brandpg-divide {
    padding: 40px 0;
}

@media screen and (max-width: 767px) {
    .brandpg-img {
        width: 100%;
        padding: 0 0 15px;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .brandpg-info {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .brandpg-logo {
        width: 100%;
    }
    .brandpg-description {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 991px) {
    .brandpg-name {
        width: 300px;
    }
}

@media screen and (max-width: 480px) {
    .brandpg-name {
        width: 188px;
    }
}

/*Making Free Assesment Pictures & Parts List Pictures Reactive*/
.formlink-picture {
    width: 40%;
    margin: 3%;
}

@media screen and (max-width: 767px) {
    .formlink-picture {
        width: 95%;
        margin: 5%;
    }
}
    
/*Hiding the Brands on Mobile Menu*/

@media screen and (max-width: 767px) {
    #SideShopByBrand {
        display:none;
    }
    #SideCategoryShopByPrice {
        display: none;
    }
}

/* Blog Updates */
/*Making the Blog Tags Smaller*/
ul.blog-tags li {
    font-size: 10px;
}


/* Changing Products Dropdown Menu */
#SideCatSubHeading {
    pointer-events: none;
    font-weight: 700;
    background-color: #f3f3f3;
    color: #000;
}
#SideCatSubHeading1 {
    pointer-events: none;
    font-weight: 600;
    color: #000;
}

.SubCatTitle {
    color: #575757;
}
.SubCatTitle:hover {
    color: #999;
    text-decoration: none;
}

.First {
    display: none;
}

/* Hiding the Quantity button for flex hose page*/
/*.hose-page .Label.QuantityInput {
    visibility: hidden;
}
.hose-page .Label.QuantityInput:before {
    content: "Length (in feet)";
    visibility: visible;
    color: #333;
}*/

/* Changing Order Timeline for mobile/desktop */
.OrderTimeline {
    width: 80%;
    margin-left: 10%;
}

.OrderTimelineV {
    width: 90%;
    margin-left: 5%;
}

@media screen and (max-width: 480px) {
    .OrderTimeline {
        display: none;
    }
}

@media screen and (min-width: 480px) {
    .OrderTimelineV {
        display: none;
    }
}

/*Making Search Form bigger & Heading Text Smaller (on mobile) on 404 Error Page*/
.ErrorPage #SearchForm {
    width: 100%;
}
.ErrorHeading {
    font-size: 90px;
}

@media screen and (max-width: 480px) {
    .ErrorHeading {
        font-size: 70px;
    }
}

/*Designing FAQ Page*/
/*#prodAccordion .subtitle .faqheading {
    background: #EEE;
    color: #333;
    line-height: 3;
    padding: 0;
}*/

.title-faq {
    padding: 20px 0; 
    color: #777; 
    font-size: 1.6em; 
    font-weight: 500; 
    line-height: 1.6;
}

.answer-faq {
    color: #777;
    font-size: 15px;
    padding-left: 40px;
    font-weight: 500;
    line-height: 1.75;
}

/*Designing the Featured Products Panels on Home Page */
.custom-hpanel h3 {
    font-size: xx-large;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #7aa5d8;
}

/*Making the Blue Ribbon with Clamp Together Ducting on Home Pg more responsive*/
.blueribbon {
    height: 150px;
}

@media screen and (max-width: 556px) {
    .blueribbon {
        height: 180px;
    }
}

@media screen and (max-width: 480px) {
    .blueribbon {
        height: 200px;
    }
}

@media screen and (max-width: 340px) {
    .blueribbon {
        height: 250px;
    }
}

/*Making a class to Keep linked text still black*/
.dark-p a {
    color: #333333;
}
.dark-p a:hover {
    color: #7aa5d8;
}

/*Designing the New Flex Header Nav*/

.header-navbar {
    background: #1e4b65;
    border-bottom: 2px solid #173a4f;
    border-top: 2px solid #173a4f;
    z-index: 15;
    position: relative;
}
.nav {
    padding-left: 0;
    list-style: none;
}
.shopall-arrow {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.nav-shopall {
    background-color: #1e4b65;
    color: #fff;
    padding: 10px 0;
}
.nav-shopall a {
    color: #fff;
}
.nav-shopall:hover {
    background-color: #d8e9f3;
    border-top: 2px solid #173a4f;
}
.nav-shopmorearrow {
    font-size: 12px;
}

.header-navbar .nav {
    position: relative;
    margin: 0;
}

.header-navbar .nav-flex {
    display: flex;
}

.header-navbar li ul {
    background: #fff;
    display: none;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 10px;
    position: absolute;
    top: 100%;
    width: 100%;
}
.header-navbar li:hover ul {
    display: block;
}

.header-navbar li>ul {
    background: #fff;
    display: none;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 10px;
    position: absolute;
    top: 100%;
    width: 100%;
}

.header-navbar .nav>li {
    position: static;
    display: inline-block;
    text-align: center;
}

.header-navbar .nav>li>a {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 18px;
    text-decoration:none;
}
.header-navbar .nav>li:hover {
    background: #7aa5d8;
}

.header-navbar .nav>li>ul {
    border: 2px solid #173a4f;
    left: 0;
    overflow: hidden;
    padding: 15px 0 0;
    top: 100%;
    width: 100%;
}

.header-navbar .nav>li>ul>li {
    float: left;
    margin-bottom: 0;
    padding: 0 16px 10px;
    overflow: hidden;
    text-align: left;
    width: 15%;
}
.header-navbar .nav>li.nav-ducting>ul>li  {
    width: 30%;
}
.header-navbar .nav>li.nav-extractionarms>ul>li {
    width: 30%;
}
.header-navbar .nav>li.nav-resources>ul>li {
    width: 30%;
}
.header-navbar .nav>li.nav-support>ul>li {
    width: 30%;
}
.header-navbar .nav>li.nav-applications>ul>li {
    width: 21%;
}

.header-navbar .nav>li>ul>li>a {
    color: #7aa5d8;
    float: left;
    font-family: 'Montserrat';
    font-size: 18px;
    text-decoration:none;
    letter-spacing: 0.05em;
    margin-bottom: 4px;
    width: 100%;
}
.header-navbar .nav>li>ul>li>a:hover {
    color: #000;
}
.header-navbar .nav>li>ul>li.nav-shopall>a {
    color: #fff;
    padding: 10px 0;
}
.header-navbar .nav>li>ul>li.nav-shopall>a:hover {
    color: #000;
}

.header-navbar .nav > li > ul > li.nav-shopall {
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.header-navbar .nav>li>ul>li>ul {
    float: left;
    margin-bottom: 15px;
    min-height: 200px;
    position: relative;
    padding: 0;
    top: 0;
    width: 100%;
}

.header-navbar .nav>li>ul>li>ul>li {
    float: left;
    width: 100%;
}

.header-navbar .nav>li>ul>li>ul>li>a {
    color: #333;
    float: left;
    font-size: 14px;
    font-weight: 400;
    text-decoration:none;
    padding: 3px 0;
    width: 100%;
}
.header-navbar .nav>li>ul>li>ul>li>a:hover {
    color: #7aa5d8;
}

.header-navbar .nav>li>ul>li>ul>.shop-more>a {
    font-weight: 700;
}

.header-navbar .nav-flex>li {
    flex-grow: 1;
}

.nav>li>a {
    line-height: normal;
    position: relative;
    display: block;
    padding: 10px 15px;
}

.header-navbar .nav>li>ul li:nth-child(6n+1) {
    clear: both;
}

@media screen and (max-width: 1050px) {
    .header-navbar .nav>li>a,
    .header-navbar .nav>li>ul>li>a {
        font-size: 16px;
    }
    .header-navbar .nav>li>ul>li>ul>li>a {
        font-size: 13px;
    }
}

@media screen and (max-width: 960px) {
    .header-navbar .nav>li>a {
        font-size: 14px;
        padding: 10px 5px;
    }
    .header-navbar .nav>li>ul>li {
        padding: 0 5px 10px 15px;
        width: 16%;
    }
}

@media screen and (max-width: 767px) {
    .header-navbar {
        display: none;
    }
}


/*Redesigning Search Form to match new header design*/
/*#SearchForm {
    border: 2px solid #7aa5d8;
    border-radius: 4px;
    float: right;
    margin-left: 5%;
    padding-right: 40px;
    width: 45%;
}
#SearchForm input.Textbox {
    border: none;
    height: 46px;
    line-height: 46px;
    width: 100%;
}
#SearchForm .Button {
    background-color: #7aa5d8;
    color: #fff;
    border-radius: 4px;
    height: 34px;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 34px;
}
@media screen and (max-width: 1190px) {
    #SearchForm {
        width: 50%;
    }
}
@media screen and (max-width: 1050px) {
    #SearchForm {
        margin-left: 3%;
        width: 45%;
    }
}
@media screen and (max-width: 960px) {
    #SearchForm {
        width: 40%;
    }
}
@media screen and (max-width: 767px) {
    #SearchForm {
        margin: 0;
        width: 100%;
    }
}*/

/*Designing new Order Confirmation / Invoice Email?*/
.OCaddress {
    width: 100%;
}
.OCaddress-td {
    vertical-align: top;
    width: 50%;
}

@media screen and (max-width: 480px) {
    .OCaddress-td {
        width: 100%;
     }
}

/*Designed Technical Data Tables for Product Pages*/
.ppspecs-table {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.ppspecs-pair {
  display: inline-block;
  font-size: 0;
}

.ppspecs-cell {
  display: inline-block;
  height: 40px;
  width: 225px;
  font-size: 14px;
  border: 1px solid #ccc;
  line-height: 40px;
  padding-left: 10px;
  text-align: left;
}

.ppspecs-cell-even {
  background: #eee;
}

@media (max-width: 768px) {
  .ppspecs-row {
    width: 100%;
  }
}



.ppgspecs-cell {
  width: 25%;
}


