/* BEGIN RESPONSIVE PATCH.CSS */
/*custom css for Kele.com*/
#ctl00_ctl00_NewFreeShipping {
    display: none !important;
  }
  
  body {
    background: #FFF !important;
    background-image: none !important;
  }
  
  table, tr, td, th {
    border: none !important;
  }
  
  /*SITE CONTAINER*/
  body .site-container {
    max-width: 1020px;
    width: 100%;
    background: #EEE;
  }
  
  .site-container .main-header {
    background: #333;
    position: relative;
    z-index: 9999;
  }
  
  .site-container .main-header .logo a {
    display: block;
    background: url(//assets.kele.com/responsive-patch-delivery/images/kele-logo-white.png) no-repeat 0 0;
    background-size: 100%;
  }
  
  .site-container .main-header .logo a img {
    opacity: 0;
    visibility: hidden;
  }
  
  .main-header .header-links .phone {
    color: #FFF !important;
  }
  
  .main-header .header-links {
    margin-right: 35px;
    margin-top: 5px;
    padding-right: 8px;
    border-right: 1px solid #FFF;
  }
  
  .main-header .header-links,
  .main-header .header-links a {
    color: #FFF;
    text-decoration: none;
  }
  
  .main-header .order-nav ul li:first-child {
    display: none;
  }
  
  .main-header .order-nav ul li:last-child {
    position: absolute;
    top: 10px;
    right: 30px;
    margin: 0;
    padding: 0;
    background: none;
  }
  
  .main-header .order-nav ul li:last-child img {
    display: none;
  }
  
  .main-header .order-nav ul li:last-child a {
    color: transparent;
    display: block;
    width: 25px;
    height: 25px;
    margin: 0;
    background: url(//assets.kele.com/responsive-patch-delivery/images/cart-desktop.png) no-repeat 0 0;
    background-size: 25px;
  }
  
  .main-header .order-nav ul li:last-child #cartCount {
    display: block;
    color: #FFF;
    position: absolute;
    top: -6px;
    right: 1px;
  }
  
  .main-content .left-nav .product-category {
    background: #FFF;
  }
  
  body.page-url-w_uxhome .main-content .left-nav .product-category {
    background: #666;
  }
  
  body.page-url-w_uxhome .main-content .left-nav .product-category > h6 {
    display: none;
  }
  
  body.page-url-w_uxhome .main-content .left-nav .product-category .category-li > .category-li-a {
    color: #FFF;
  }
  
  #divTypeItInContainer .searchBar {
    background: #FFF;
  }
  
  .site-container .quick-links ul li {
    width: 33%;
  }
  
  .site-container .billboard-container {
    background: none;
    border: none;
  }
  .site-container #sliderWrapper {
    background: #FFF;
  }
  
  .site-container .featured-products {
    background: #EEE;
  }
  
  .site-container .main-nav {
    background: #333;
  }
  
  .site-container .main-nav li {
    border-color: transparent !important;
    background: transparent !important;
  }
  
  .site-container .main-nav .sub-sub-nav,
  .site-container .main-nav .sub-nav-1-top {
    background: #333;
    border: none;
  }
  
  .site-container .main-nav li.search {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  
  .site-container .main-nav .top-menu-item.logout-link {
    display: none;
  }
  
  .site-container .left-nav,
  .site-container .right-nav {
    width: 21%;
    max-width: 190px;
  }
  .site-container .main-container {
    width: 78%;
    margin-left: 1%;
  }
  
  body.page-url-w_uxhome .site-container .main-container {
    max-width: 740px;
    overflow: hidden;
  }
  
  .site-container .logged-in-header-links {
    color: #FFF !important;
  }
  
  /*mobile banner*/
  .mobile-banner {
    display: none;
    background-size: 100%;
    height: auto;
    margin: 0;
    width: 100%;
  }
  
  .desktop-banner {
    display: block;
    background-size: 100%;
    height: auto;
    margin: 20px 0;
    width: 100%;
  }
  
  .desktop-banner img {
    width: 100%;
    height: auto;
  }
  
  .mobile-categories {
    display: none;
  }
  
  @media only screen and (max-width: 1000px) {
    .site-container .main-nav li.search {
      bottom: 55px;
      width: 518px;
    }
  }
  
  .site-container .main-nav li.search #searchLink {
    display: block;
    background: #008049 url(//assets.kele.com/responsive-patch-delivery/images/search-desktop.png) no-repeat 50% 50%;
    background-size: 23px;
    position: absolute;
    top: 9px;
    right: 20px;
    width: 40px;
    height: 30px;
  }
  
  .site-container .main-nav li.search #searchLink img {
    opacity: 0;
    visibility: hidden;
    position: static;
  }
  
  .site-container table.cart {
    background: #FFF;
  }
  
  /*SITE FOOTER*/
  
  /*who/what/how section*/
  body .footer {
    padding-right: 40px;
    background: #333;
  }
  
  .site-container .footer ul li ul .heading,
  .site-container .footer ul li ul li a,
  .site-container .footer .action-links li,
  .site-container .footer .action-links .gray-text12 {
    color: #FFF;
  }
  
  .site-container .footer .action-links li {
    border-right: none;
  }
  
  .site-container .footer .action-links {
    border-top: 1px solid #777;
  }
  
  body > div.site-container .footer > ul:nth-child(1) > li {
    display: inline-block;
    width: 25%;
    text-align: left;
    padding: 0 10px;
  }
  
  /*action links*/
  body > div.site-container .footer > .action-links li {
    display: inline-block;
    width: 25%;
    text-align: left;
  }
  
  body > div.site-container .footer > .action-links .last p a {
    display: inline-block;
    width: 25%;
  }
  
  body > div.site-container .footer > .action-links .last p a img {
    width: 100%;
    height: auto;
  }
  
  /*quick links*/
  body > div.site-container .content {
    width: 100%;
  }
  
  body > div.site-container .quick-links {
    width: 100% !important;
  }
  
  .onecol .main-content .main-container #dropcontainer .product-categories .categories-list .categories-list-row .categories-category {
    background-color: #fff;
  }
  
  body#oneCol .main-content .main-container {
      padding-left: 0;
      padding-right: 0;
  }
  
  body#oneCol .mainContent.product-family-content {
    margin-left: 0 !important;
    width: 100% !important;
    float: none !important;
    padding: 0 30px;
  }
  
  body#oneCol.page-url-product .mainContent.product-family-content table#pTab {
    width: 100% !important;
    font-size: 12px;
  }
  
  body#oneCol.page-url-product .mainContent.product-family-content table#pTab td {
    border: 1px solid #FFF !important;
  }
  
  body#oneCol .mainContent.product-family-content .AddToCartCol .btn-green-small {
    font-size: 11px;
  }
  
  body#oneCol.page-url-product .mainContent.product-family-content .productSKUheaders {
    font-size: 12px;
  }
  
  body#oneCol.page-url-product .mainContent.product-family-content .prod_top .leftcol,
  body#oneCol.page-url-product .mainContent.product-family-content .prod_top .rightcol {
    float: none;
    margin: 0;
  }
  
  body.page-url-viewcart .site-container .main-container {
    width: 100%;
    margin-left: 0;
    padding-bottom: 40px;
  }
  
  body.page-url-viewcart #ctl00_ctl00_cphM1_cphMM1_CartItemsContainer {
    width: auto;
  }
  
  body.page-url-viewcart .site-container .main-container table.cart {
    font-size: 12px;
  }
  
  body.page-url-checkout .site-container .main-content .left-nav {
    display: none;
  }
  
  body.page-url-checkout .site-container .main-content .main-container {
    width: 100%;
    margin-left: 0;
  }
  
  body.page-url-w_uxhome .main-container .billboard .billboard-container #nav {
    display: none;
  }
  
  body.page-url-w_uxhome .main-container .billboard .billboard-container #slideshow > div a{
    display: block;
  }
  
  body.page-url-w_uxhome .main-container .billboard .billboard-container #slideshow > div a img {
    display: block;
    width: 100% !important;
    height: auto !important;
    padding-right: 0 !important;
  }
  
  .home-tile-blocks:before, .home-tile-blocks:after {content:""; display:table;}
  .home-tile-blocks:after {clear:both;}
  
  .main-content:before, .main-content:after {content:""; display:table;}
  .main-content:after {clear:both;}
  
  .home-tile-blocks a {
    float: left;
    width: 33.33%;
    max-height: 191px;
    overflow: hidden;
    padding: 0 10px 0 0;
    margin-bottom: 10px;
  }
  
  .home-tile-blocks a img {
    display: block;
    width: 80%;
    margin: auto;
  }
  
  /*kele returns page*/
  body.page-nav-kele-returns-policy .main-container .mainContent {
    width: 100%;
  }
  
  /*kele resources main page*/
  body.page-nav-resources-main .main-content .community-welcome {
    width: 100%;
  }
  
  @media only screen and (max-width: 1000px) {
    body#oneCol.page-url-product .mainContent.product-family-content #pTab .DescrCol,
    body#oneCol.page-url-product .mainContent.product-family-content #aTab .DescrCol {
      width: auto !important;
    }
  
    body#oneCol.page-url-product .mainContent.product-family-content #pTab .ModelCol,
    body#oneCol.page-url-product .mainContent.product-family-content #aTab .ModelCol {
      width: 70px !important;
    }
  
    body#oneCol.page-url-product .mainContent.product-family-content #pTab .QtyCol input,
    body#oneCol.page-url-product .mainContent.product-family-content #aTab .QtyCol input {
      width: 30px !important;
    }
  
    body#oneCol.page-url-product .mainContent.product-family-content #pTab .QtyCol,
    body#oneCol.page-url-product .mainContent.product-family-content #aTab .QtyCol {
      width: 50px !important;
    }
  
    body#oneCol.page-url-product .mainContent.product-family-content .productSKUheaders {
      font-size: 11px;
    }
  
    body#oneCol.page-url-product .mainContent.product-family-content #pTab .ShipCol,
    body#oneCol.page-url-product .mainContent.product-family-content #aTab .ShipCol {
      width: 70px !important;
    }
  
    body#oneCol.page-url-product .mainContent.product-family-content .product-family-tabs div.dataTables_filter {
      margin-top: 0;
        float: none;
        margin-left: 5px;
        width: auto;
        text-align: left;
    }
  }
  
  /*custom css for Kele.com*/
  
  @media only screen and (max-width: 768px) {
  
    body .site-container .default-breadcrumbs {
        margin-bottom: 15px;
        margin-top: 0;
        padding-top: 15px;
        margin-left: 10px;
    }
  
    body.page-url-w_uxhome .site-container .main-content {
      padding-top: 0;
    }
  
    /*who/what/how section*/
    body > div.site-container .footer > ul:nth-child(1) > li {
      width: 50%;
      height: 190px;
    }
  
    body > div.site-container .footer > ul:nth-child(1) > li > ul {
      width: 70%;
      margin: 0 auto;
    }
  
    /*action links*/
    body > div.site-container .footer > .action-links li {
      width: 50%;
      height: 190px;
      border-right: none;
      padding: 30px 50px;
    }
  
    body > div.site-container .footer > .action-links li p .btn-green {
      display: block;
      width: 80%;
    }
  
    body > div.site-container .footer > .action-links .last {
      height: 222px;
    }
  
    /*hamburger menu*/
    .mobile-menu {
      width: 30px;
      height: 25px;
      position: absolute;
      top: 12px;
      left: 10px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer;
    }
  
    .mobile-menu span {
      display: block;
      position: absolute;
      height: 5px;
      width: 100%;
      background: #fff;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
    }
  
    .mobile-menu span:nth-child(1) {
      top: 0px;
    }
  
    .mobile-menu span:nth-child(2),.mobile-menu span:nth-child(3) {
      top: 10px;
    }
  
    .mobile-menu span:nth-child(4) {
      top: 20px;
    }
  
    .mobile-menu.open span:nth-child(1) {
      top: 18px;
      width: 0%;
      left: 50%;
    }
  
    .mobile-menu.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  
    .mobile-menu.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
  
    .mobile-menu.open span:nth-child(4) {
      top: 18px;
      width: 0%;
      left: 50%;
    }
  
    /*product detail page*/
    #pageOuterContainer .mainContent.product-family-content {
      width: 100%;
      margin: 0 !important;
      padding: 0 10px;
    }
  
    #pageOuterContainer .product-family-content .breadcrumbs {
      width: 100%;
      overflow-y: inherit;
      margin: 0 0 24px 0;
    }
  
    #pageOuterContainer .product-family-content .breadcrumbs ul li {
      padding: 6px 0;
    }
  
    #pageOuterContainer > div.mainContent.product-family-content > div:nth-child(2) {
      text-align: center;
    }
  
    #pageOuterContainer > div.mainContent.product-family-content > div:nth-child(2) .categoryImage {
      float: none;
      display: inline-block;
    }
  
    #pageOuterContainer > div.mainContent.product-family-content > div:nth-child(2) .product-category-title {
      float: none;
      display: inline-block;
      vertical-align: top;
      padding-top: 6px;
    }
  
    #pageOuterContainer .mainContent.product-family-content .prod_main .prod_top .productlogo {
      width: 250px;
      text-align: center;
      margin: 0 auto;
      height: auto !important;
      float: none;
    }
  
    #pageOuterContainer .mainContent.product-family-content .prod_main .prod_top .productlogo {
      width: 100%;
      height: auto;
    }
  
    #pageOuterContainer .mainContent.product-family-content .prod_main .prod_top .leftcol {
      width: 100%;
      height: auto;
      margin: 26px auto 0 auto;
      float: none;
    }
  
    #pageOuterContainer .mainContent.product-family-content .prod_main .prod_top .leftcol .productimage {
      width: 300px;
      height: auto;
      margin: 0 auto;
    }
  
    #pageOuterContainer .mainContent.product-family-content .prod_main .prod_top .leftcol .productimage img {
      width: 100%;
      height: auto;
    }
  
    #pageOuterContainer .mainContent.product-family-content .prod_main .prod_top .rightcol {
      float: none;
      margin-top: 0 !important;
      width: 100%;
    }
  
    #pageOuterContainer .mainContent.product-family-content .prod_main .prod_top .rightcol .desc {
      margin-top: 0;
    }
  
    #pTab tbody td {
      width: auto;
    }
  
    /*product categories page*/
    body#oneCol .onecol .main-content .main-container {
      width: 100%;
      padding: 0;
      margin: 0;
    }
  
    .onecol .main-content .main-container #dropcontainer .product-categories {
      margin: 0;
      width: 100%;
    }
  
    .onecol .main-content .main-container #dropcontainer .product-categories .categories-list .categories-list-row {
      margin: 0 auto;
      text-align: center;
      max-width: 650px;
      width: 100%;
    }
  
    .onecol .main-content .main-container #dropcontainer .product-categories .categories-list .categories-list-row .categories-category {
      margin: 10px 1%;
      width: 31%;
      display: inline-block;
      vertical-align: top;
      background-color: #fff;
    }
  
    /*product category page*/
    #pageOuterContainer .main-content.delineated-nav-container .main-container {
      margin: 0;
      width: 100%;
    }
  
    #pageOuterContainer .main-content.delineated-nav-container .main-container .main-PB {
      margin-top: 30px;
    }
  
    #pageOuterContainer .main-content.delineated-nav-container .main-container .content #ctl00_ctl00_cphM1_cphMM1_dzMain_columnDisplay_ctl00_controlcolumn_ctl00_WidgetHost_WidgetHost_widget_CB {
      margin-left: 0 !important;
    }
  
    #pageOuterContainer .main-content.delineated-nav-container .main-container .content .product-sub-categories ul li {
      width: 31%;
      margin: 10px 1%;
      height: auto !important;
      padding: 20px 5px;
    }
  
    #pageOuterContainer .main-content.delineated-nav-container .main-container .content .product-sub-categories ul li .morelink-container {
      margin-top: 10px;
    }
  
    #pageOuterContainer .main-content.delineated-nav-container .main-container .content .product-sub-categories ul li img {
      width: 90%;
      max-width: 165px;
      height: auto;
      margin: 0 auto;
    }
  
    #pageOuterContainer .main-content.delineated-nav-container .main-container .content .product-sub-categories ul li a p {
      margin: 20px 0;
      width: 100%;
      display: block;
      padding-right: 0;
    }
  
    /*accessory page*/
    #pageOuterContainer > div.main-content.delineated-nav-container > div.main-container > div:nth-child(2) > div:nth-child(1) {
      margin-top: 20px;
    }
  
    #pageOuterContainer .main-content.delineated-nav-container .main-container .infoBar {
      width: 100%;
    }
  
    #pageOuterContainer .main-content.delineated-nav-container .main-container .infoBar #ctl00_ctl00_cphM1_cphMM1_tblList tbody tr td {
      width: 33% !important;
      margin: 10px 1%;
    }
  
    #pageOuterContainer .main-content.delineated-nav-container .main-container .infoBar #ctl00_ctl00_cphM1_cphMM1_tblList tbody tr td .prodlistContainer {
      height: 320px;
    }
  
    #pageOuterContainer .main-content.delineated-nav-container .main-container .infoBar #ctl00_ctl00_cphM1_cphMM1_tblList tbody tr td .prodlistImgContainer {
      width: 90%;
      max-width: 165px;
      height: auto;
      margin: 10px auto 30px auto;
    }
  
    #pageOuterContainer .main-content.delineated-nav-container .main-container .infoBar #ctl00_ctl00_cphM1_cphMM1_tblList tbody tr td .prodlistImgContainer img {
      width: 100%;
      height: auto;
    }
  
    #pageOuterContainer .main-content.delineated-nav-container .main-container .infoBar #ctl00_ctl00_cphM1_cphMM1_tblList tbody tr td .prodlistTitleContainer {
      width: 100%;
      word-break: break-word;
    }
  
    #pageOuterContainer .main-content.delineated-nav-container .main-container .infoBar #ctl00_ctl00_cphM1_cphMM1_tblList tbody tr td .prodlistSummary {
      width: 100% !important;
    }
  
    #pageOuterContainer .main-content.delineated-nav-container .main-container .infoBar #ctl00_ctl00_cphM1_cphMM1_tblList {
      width: 100%;
      margin: 0;
    }
  
    /*special offers*/
    body.page-url-specialoffers .main-container {
      width: 100%;
      margin: 30px 0;
    }
  
    body.page-url-specialoffers .main-container form #formElement0 input {
      width: 60%;
    }
  
    .quick-order #orderSearchWrapper {
      width: 100% !important;
    }
  
    .quick-order #orderSearchWrapper .hdrBlack {
      width: 100%;
    }
  
    .quick-order #orderSearchWrapper #QuickOrderSelector {
      width: 100% !important;
    }
  
    .quick-order #orderSearchWrapper #QuickOrderSelector .QuickOrderRadioActive, .quick-order #orderSearchWrapper #QuickOrderSelector .QuickOrderRadio {
      width: 50%;
    }
  
    .quick-order #orderSearchWrapper #divTypeItInContainer .searchBar {
      float: none;
      text-align: center;
    }
  
    .quick-order #orderSearchWrapper #divTypeItInContainer .searchBar #ctl00_ctl00_cphM1_QuickOrder_btnOrderPad {
      display: block;
      margin: 10px  auto !important;
    }
  
    .quick-order #orderSearchWrapper #divTypeItInContainer .searchBar a {
      display: block;
      margin: 10px auto !important;
      padding: 5px 10px !important;
    }
  
    #divTypeItInContainer > div.searchBar > ul {
      display: inline-block;
      float: none;
    }
  
    .quick-order #orderSearchWrapper #divCopyPasteContainer {
      width: 100% !important;
    }
  
    .quick-order #orderSearchWrapper #divCopyPasteContainer .searchBar {
      text-align: center;
    }
  
    .quick-order #orderSearchWrapper #divCopyPasteContainer .orderSearchBtn {
      width: 100%;
      text-align: center;
      margin: 0 auto;
    }
  
    .quick-order #orderSearchWrapper #divCopyPasteContainer .orderSearchBtn #ctl00_ctl00_cphM1_QuickOrder_btnQuickOrder {
      display: block;
      margin: 10px auto !important;
      padding: 5px 10px !important;
    }
  
    .quick-order #orderSearchWrapper #divCopyPasteContainer .orderSearchBtn a {
      display: block;
      margin: 10px auto !important;
      padding: 5px 10px !important;
    }
  
    .quick-order #orderSearchWrapper #divCopyPasteContainer #ctl00_ctl00_cphM1_QuickOrder_txtQuickOrder {
      width: 80% !important;
    }
  
    /*hide sections*/
    .billboard, #ctl00_ctl00_cphM1_cphMM1_DropZone1_columnDisplay_ctl00_controlcolumn_ctl01_WidgetHost_WidgetHost_widget_CB {
      display: none;
    }
  
    /*homepage river*/
    body.page-url-w_uxhome .site-container .main-content .main-container {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
    }
  
    body.page-url-w_uxhome .site-container .main-content .main-container #ctl00_ctl00_cphM1_cphMM1_DropZone1_columnDisplay_ctl00_controlcolumn_ctl03_WidgetHost_WidgetHost_widget_CB > img {
      width: 100%;
      min-height: 25px;
    }
  
    body.page-url-w_uxhome .site-container .main-content .main-container #ctl00_ctl00_cphM1_cphMM1_DropZone1_columnDisplay_ctl00_controlcolumn_ctl05_WidgetHost_WidgetHost_widget_CB > div > img {
      width: 100% !important;
    }
  
    #dropcontainer .content #exclusiveProducts {
      width: 100% !important;
    }
  
    #dropcontainer .content #exclusiveProducts #sliderWrapper {
      width: 100% !important;
    }
  
    #dropcontainer .content #exclusiveProducts #sliderWrapper .bx-wrapper {
      width: 100% !important;
    }
  
    #dropcontainer .content #exclusiveProducts #sliderWrapper .bx-wrapper .bx-window {
      width: 100% !important;
    }
  
    #dropcontainer .content #exclusiveProducts #sliderWrapper .bx-wrapper a.bx-next {
      position: absolute;
      bottom: -44px;
      right: 30px;
      margin-right: 16px !important;
      color: #323232 !important;
    }
  
    #dropcontainer .content #exclusiveProducts #sliderWrapper .bx-wrapper a.bx-prev {
      position: absolute;
      bottom: -44px;
      left: 30px;
      color: #323232 !important;
    }
  
    .main-content .main-container .columnwidgetlist {
      padding-left: 0 !important;
    }
  
    .site-container .quick-links ul li {
      width: 100%;
      height: auto;
      min-height: initial;
      margin-bottom: 30px;
    }
  
    /*homepage categories section*/
  
    #ctl00_ctl00_cphM1_cphMM1_DropZone1_columnDisplay_ctl00_controlcolumn_ctl03_WidgetHost_WidgetHost_widget_CB > h1 {
      padding: 0 15px;
    }
  
    .site-container .main-content {
      margin-top: 0;
    }
  
    .main-content .left-nav .product-category {
        background: #FFF;
        position: relative;
        min-height: 26px;
        padding-top: 26px;
    }
  
    .main-content .left-nav .product-category > h6 {
      display: block !important;
      cursor: pointer;
      position: absolute;
      width: 100%;
      height: 26px;
      top: 0;
      left: 0;
      right: 0;
    }
  
    .left-nav .product-category > h6::after {
      content: " +";
    }
  
    .left-nav .product-category > ul {
      display: none;
    }
  
    /*welcome page*/
    body.page-nav-kele-welcome .welcome {
      margin: 0;
      width: 100%;
      text-align: center;
    }
  
    body.page-nav-kele-welcome .welcome iframe {
      margin: 0 auto;
    }
  
    body.page-nav-kele-welcome .welcome .welcome-text {
      margin: 35px auto !important;
      float: none;
      width: 100%;
      text-align: center;
      padding: 0 20px;
    }
  
    body.page-nav-kele-welcome .welcome .welcome-text p {
      padding-right: 0;
    }
  
    body.page-nav-kele-welcome .welcome ul li {
      float: none;
      width: 47%;
      margin: 10px 1% !important;
      display: inline-block;
    }
  
    body.page-nav-kele-welcome .welcome .custom-button {
      width: 100%;
    }
  
    body.page-nav-kele-welcome .linecard {
      margin: 0;
      width: 100%;
      padding: 0 20px;
    }
  
    body.page-nav-kele-welcome .linecard .linecard-copy {
      width: 100%;
      float: none;
      margin: 0 auto;
    }
  
    body.page-nav-kele-welcome .linecard .linecard-copy h2 {
      text-align: center;
    }
  
    body.page-nav-kele-welcome .linecard .manufacturer-images {
      margin: 30px auto 0 auto;
      width: 100%;
      text-align: center;
    }
  
    body.page-nav-kele-welcome .linecard .manufacturer-images ul {
      width: 80%;
      text-align: center;
      margin: 0 auto;
      padding: 0;
    }
  
    body.page-nav-kele-welcome .linecard .manufacturer-images ul li {
      float: none;
      display: inline-block;
    }
  
    body.page-nav-kele-welcome .content .quote {
      margin: 0;
      width: 100%;
    }
  
    body.page-nav-kele-welcome .content .quote h2 {
      width: 100%;
      background-image: none;
      margin: 0 auto;
      text-align: center;
      padding: 20px 0;
    }
  
    body.page-nav-kele-welcome .content .quote p {
      width: 100%;
      padding: 0;
    }
  
    body.page-nav-kele-welcome .content .quote span {
      display: none;
    }
  
    body.page-nav-kele-welcome .content .solutions {
      width: 100%;
      margin: 0;
    }
  
    body.page-nav-kele-welcome .content .solutions .solutions-copy {
      width: 100%;
      margin: 0;
      padding: 20px;
    }
  
    body.page-nav-kele-welcome .content .solutions .solutions-copy ul li {
      width: 100%;
    }
  
    body.page-nav-kele-welcome .content .solutions .solutions-copy h2 {
      padding: 20px 0;
      text-align: center;
    }
  
    body.page-nav-kele-welcome .content .solutions img {
      display: none;
    }
  
    /*line card page*/
    body.page-nav-line-card .main-container .line-card-logos .line-card-logos__row .line-card-logo {
      background-color: #fff;
      display: inline-block;
      float: none;
      margin: 0;
      vertical-align: top;
    }
  
    body.page-nav-line-card .main-container .line-card-logos .line-card-logos__row {
      display: table;
      margin: 0 auto 20px auto;
    }
  
    body.page-nav-line-card .main-container .manufacturer-list--category {
      width: 100%;
      padding: 20px;
    }
  
    body.page-nav-line-card .main-container .manufacturer-list--category .manufacturer-list__col {
      display: inline-block;
    }
  
    /*free freight page*/
    body.page-nav-kelesaver_free_freight_details .main-container {
      width: 100%;
      margin: 0;
    }
  
    body.page-nav-kelesaver_free_freight_details .main-container .mainContent {
      width: 100%;
      padding: 20px;
    }
  
    body.page-nav-kelesaver_free_freight_details .main-container .mainContent #ctl00_ctl00_cphM1_cphMM1_ContentBlock1 h1 img {
      width: 100%;
    }
  
    /*kele international page*/
    body.page-nav-kele-international .main-content .main-container {
      width: 100%;
      margin: 0;
    }
  
    body.page-nav-kele-international .main-content .main-container #ctl00_ctl00_cphM1_cphMM1_dzMain_columnDisplay_ctl00_controlcolumn_ctl01_WidgetHost_updatepanel p img {
      width: 100%;
    }
  
    body.page-nav-kele-international .main-content .main-container #ctl00_ctl00_cphM1_cphMM1_dzMain_columnDisplay_ctl00_controlcolumn_ctl00_WidgetHost_WidgetHost_widget_CB h1 {
      margin-top: 30px;
      margin-bottom: 0;
    }
  
    /*customer testimonials*/
    body.page-nav-customer-testimonials .customer-testimonials {
      margin-left: 10px !important;
    }
  
    body.page-nav-customer-testimonials .customer-testimonials .quote {
      width: 100%;
    }
  
    body.page-nav-customer-testimonials .customer-testimonials .quote .quote__group {
      margin: 0 0 20px 0;
    }
  
    body.page-nav-customer-testimonials .customer-testimonials .quote  .quote__group span.blueTxt {
      position: initial;
      background-image: none;
      width: 100%;
    }
  
    body.page-nav-customer-testimonials .customer-testimonials .quote  .quote__group p {
      margin-bottom: 40px !important;
    }
  
    body.page-nav-customer-testimonials .main-content .main-container p iframe {
      width: 100% !important;
    }
  
    body.page-nav-customer-testimonials .main-content .main-container #ctl00_ctl00_cphM1_cphOneColPageHost_dz_columnDisplay_ctl00_controlcolumn_ctl00_WidgetHost_WidgetHost_widget_CB h2 {
      padding: 0 20px 15px 20px;
    }
  
    /*careers page*/
    body.page-nav-kele-employment .main-content .main-container {
      width: 100%;
      margin: 0;
    }
  
    body.page-nav-kele-employment .main-content .main-container .mainContent {
      width: 100%;
    }
  
    body.page-nav-kele-employment .main-content .main-container .mainContent img {
      width: 100%;
    }
  
    /*panel shop page*/
    body.page-nav-panel-shop .main-container {
      width: 100%;
      margin: 0;
      padding: 0 20px;
    }
  
    body.page-nav-panel-shop .main-container #ctl00_ctl00_cphM1_cphMM1_dzMain_columnDisplay_ctl00_controlcolumn_ctl00_WidgetHost_WidgetHost_widget_CB {
      margin: 0 !important;
    }
  
    body.page-nav-panel-shop .main-container #ctl00_ctl00_cphM1_cphMM1_dzMain_columnDisplay_ctl00_controlcolumn_ctl00_WidgetHost_WidgetHost_widget_CB img {
      width: 100%;
    }
  
    body.page-nav-panel-shop .main-container #ctl00_ctl00_cphM1_cphMM1_dzMain_columnDisplay_ctl00_controlcolumn_ctl01_WidgetHost_WidgetHost_widget_CB table {
      width: 100%;
    }
  
    body.page-nav-panel-shop .main-container #ctl00_ctl00_cphM1_cphMM1_dzMain_columnDisplay_ctl00_controlcolumn_ctl01_WidgetHost_WidgetHost_widget_CB table tbody tr h3 {
      text-align: center;
    }
  
    body.page-nav-panel-shop .main-container #ctl00_ctl00_cphM1_cphMM1_dzMain_columnDisplay_ctl00_controlcolumn_ctl01_WidgetHost_WidgetHost_widget_CB table tbody td a img {
      display: inline-block;
      height: 150px !important;
      overflow: hidden;
      vertical-align: top;
      width: 100% !important;
    }
  
    /*production shop page*/
    body.page-nav-production-shop .main-content .main-container {
      width: 100%;
      margin: 0;
    }
  
    body.page-nav-production-shop .main-content .main-container .content p img {
      width: 100% !important;
    }
  
    body.page-nav-production-shop .main-content .main-container .content #ctl00_ctl00_cphM1_cphMM1_dzMain_columnDisplay_ctl00_controlcolumn_ctl00_WidgetHost_WidgetHost_widget_CB {
      margin: 0 !important;
    }
  
    /*bas project lifecycle*/
    body.page-nav-project-lifecycle #ctl00_ctl00_cphM1_cphOneColPageHost_dz_columnDisplay_ctl00_controlcolumn_ctl00_WidgetHost_WidgetHost_widget_CB > p:nth-child(2) > a:nth-child(1) > img {
      width: 100%;
    }
  
    .content .community-welcome {
      width: 100% !important;
    }
  
    .content .community-welcome ul li {
      margin: 0 1%;
      display: inline-block;
      width: 31%;
    }
  
    .content .community-welcome ul li p {
      margin-bottom: 40px;
    }
  
    /*resources main page*/
    body.page-nav-resources-main .main-content .main-container {
      width: 100%;
      margin: 0;
    }
  
    body.page-nav-resources-main .main-content .main-container .content #ctl00_ctl00_cphM1_cphMM1_dzMain_columnDisplay_ctl00_controlcolumn_ctl00_WidgetHost_WidgetHost_widget_CB {
      margin: 0 !important;
    }
  
    .resources-container .community-welcome {
      width: 100%;
      padding: 0;
    }
  
    .resources-container .community-welcome ul {
      margin: 0;
    }
  
    /*video gallery*/
    body.page-nav-video-gallery .video-gallery iframe {
      width: 100% !important;
    }
  
    body.page-nav-video-gallery .video-gallery .videos-category {
      width: 100%;
      margin: 0;
    }
  
    body.page-nav-video-gallery #pageOuterContainer > div.onecol > div > div.right-nav > div.need-help > p:nth-child(5) {
      display: none;
    }
  
    body.page-nav-video-gallery #pageOuterContainer > div.onecol > div > div.right-nav > div.need-help > p:nth-child(6) {
      display: none;
    }
  
    /*full site override*/
    .site-container .main-container {
      width: 100%;
      margin: 0;
    }
  
    /*kele calculator*/
    body.page-nav-kele-calculator .main-container iframe {
      width: 100% !important;
    }
  
    /*newsletter archive*/
    body.page-nav-kele-newsletter-archive .mainContent {
      width: 100%;
    }
  
    /*kele catalog request*/
    body.page-nav-kele-literature-request form .form-input-wrapper input {
      width: 100% !important;
    }
  
    body.page-nav-kele-literature-request form .form-input-wrapper #field15 {
      width: 100px !important;
    }
  
    body.page-url-forgotlogin .forgot-login {
      margin: 30px 0;
    }
  
    body.page-nav-myaccount #ctl00_ctl00_cphM1_cphMM1_GPaddress {
      width: 100% !important;
    }
  
    /*bulk order page*/
    body.page-nav-bulkorder .bulk-order-container {
      margin-top: 30px;
    }
  
    body.page-nav-bulkorder .bulk-order-container .bulk-form-container {
      width: 100%;
    }
  
    body.page-nav-bulkorder .bulk-order-container .bulk-form-container .searchBar {
      width: 100% !important;
      margin: 0;
    }
  
    body.page-nav-bulkorder .bulk-order-container #divTypeItInContainer {
      width: 100%;
    }
  
    body.page-nav-bulkorder .bulk-order-container #divTypeItInContainer h6 {
      width: 100% !important;
    }
  
    body.page-nav-bulkorder .bulk-order-container #divTypeItInContainer .searchBar ul {
      width: 24%;
    }
  
    body.page-nav-bulkorder .bulk-order-container #divCopyPasteContainer {
      width: 100% !important;
      margin: 0;
      padding: 0;
    }
  
    body.page-nav-bulkorder .bulk-order-container #divCopyPasteContainer h6 {
      width: 100% !important;
    }
  
    body.page-nav-bulkorder .bulk-order-container #divCopyPasteContainer .searchBar {
      margin: 0 !important;
    }
  
    body.page-nav-bulkorder .bulk-order-container #divCopyPasteContainer .bulk-copypaste-text {
      width: 100%;
      margin: 0;
      padding: 0 20px;
    }
  
    body.page-nav-bulkorder .bulk-order-container .bulk-footer {
      width: 100%;
    }
  
    body.page-nav-bulkorder .bulk-order-container .bulk-footer .save-draft-button {
      padding: 0;
    }
  
    /*login page*/
    body.page-nav-newregistration .register .existing-user {
      width: 100%;
      padding: 20px;
    }
  
    body.page-nav-newregistration .register .existing-user .existing-user-login .username-input {
      width: 100%;
    }
  
    body.page-nav-newregistration .register .new-user {
      width: 100%;
      padding: 20px;
    }
  
    /*calibrations page*/
    body.page-nav-calibrations .content #ctl00_ctl00_cphM1_cphMM1_dzMain_columnDisplay_ctl00_controlcolumn_ctl00_WidgetHost_WidgetHost_widget_CB {
      margin: 0 !important;
    }
  
    body.page-nav-calibrations .content #ctl00_ctl00_cphM1_cphMM1_dzMain_columnDisplay_ctl00_controlcolumn_ctl00_WidgetHost_WidgetHost_widget_CB p img {
      width: 100%;
    }
  
    /*kitting and tagging page*/
    body.page-nav-kitting-and-tagging .content #ctl00_ctl00_cphM1_cphMM1_dzMain_columnDisplay_ctl00_controlcolumn_ctl00_WidgetHost_WidgetHost_widget_CB img {
      width: 100%;
    }
  
    /*order history page*/
    body.page-nav-orderhistory #ctl00_ctl00_cphM1_cphMM1_Table1 {
      width: 100% !important;
      margin-bottom: 30px;
    }
  
    /*shipping address page*/
    body.page-nav-shipaddr .left-nav {
      display: none;
    }
  
    body.page-nav-shipaddr #HR2 {
      display: none;
    }
  
    body.page-nav-shipaddr #ctl00_ctl00_cphM1_cphMM1_ShipTable {
      width: 100% !important;
    }
  
    body.page-nav-shipaddr #ctl00_ctl00_cphM1_cphMM1_ShipTable tbody tr td a img {
      width: 80%;
    }
  
    /*item updated text*/
    .error-notification {
      width: 100% !important;
    }
  
    /*seba page*/
    body.page-nav-seba .quick-order {
      display: none;
    }
  
    body.page-nav-seba #sidebarContainer {
      width: 100%;
    }
  
    body.page-nav-seba .national-page-spacing {
      width: 100%;
      margin: 0;
    }
  
    body.page-nav-seba .national-page-spacing .mainContent {
      width: 100%;
      padding: 0 20px;
    }
  
    body.page-nav-seba div.dropzone div.PBViewing ul.columnwidgetlist {
      padding: 0 !important;
    }
  
    body.page-nav-seba #ctl00_ctl00_cphM1_cphMain_dzMain_columnDisplay_ctl00_column > li:nth-child(1) {
      margin: 0 !important;
    }
  
    body.page-nav-seba.national-page div.breadcrumbs.default-breadcrumbs {
      margin: 0;
    }
  
    body.page-nav-seba .mainContent #ctl00_ctl00_cphM1_cphMain_dzMain_columnDisplay_ctl00_controlcolumn_ctl00_WidgetHost_WidgetHost_widget_CB > a > img {
      width: 100%;
    }
  
    body.page-nav-seba #ctl00_ctl00_cphM1_cphMain_dzMain_columnDisplay_ctl00_column > li:nth-child(2) {
      margin: 0 !important;
    }
  
    body.page-nav-seba #quicklinkwrapper {
      width: 100%;
      height: auto;
      margin: 20px 0 40px 0;
    }
  
    body.page-nav-seba #quicklinkwrapper .quicklink.first {
      margin-top: 20px;
    }
  
    body.page-nav-seba #quicklinkwrapper .quicklink {
      width: 100%;
      margin: 0;
    }
  
    body.page-nav-seba #team {
      width: 100%;
      height: auto;
    }
  
    body.page-nav-seba #team .heading {
      width: 100%;
    }
  
    body.page-nav-seba #team .teamwrapper {
      width: 100%;
      margin: 0;
      height: auto;
    }
  
    body.page-nav-seba #team .teamwrapper .row1, body.page-nav-seba #team .teamwrapper .row2 {
      width: 100%;
      height: auto;
    }
  
    body.page-nav-seba #team .teamwrapper .row1 #ctl00_ctl00_cphM1_cphMain_dzMain_columnDisplay_ctl00_controlcolumn_ctl03_WidgetHost_WidgetHost_widget_CB_cb6442451351_0,  body.page-nav-seba #team .teamwrapper .row1 #ctl00_ctl00_cphM1_cphMain_dzMain_columnDisplay_ctl00_controlcolumn_ctl03_WidgetHost_WidgetHost_widget_CB_cb6442450965_1 {
      width: 50%;
      display: inline-block;
    }
  
    body.page-nav-seba #team .teamwrapper .row2 #ctl00_ctl00_cphM1_cphMain_dzMain_columnDisplay_ctl00_controlcolumn_ctl03_WidgetHost_WidgetHost_widget_CB_cb6442451357_3,  body.page-nav-seba #team .teamwrapper .row1 #ctl00_ctl00_cphM1_cphMain_dzMain_columnDisplay_ctl00_controlcolumn_ctl03_WidgetHost_WidgetHost_widget_CB_cb6442450965_4 {
      width: 50%;
      display: inline-block;
    }
  
    body.page-nav-seba #team .teamwrapper .row2 #ctl00_ctl00_cphM1_cphMain_dzMain_columnDisplay_ctl00_controlcolumn_ctl03_WidgetHost_WidgetHost_widget_CB_cb6442451357_2 {
      display: none;
    }
  
    body.page-nav-seba #team .teamwrapper > div .teammember:nth-child(1) {
      width: 35%;
    }
  
    body.page-nav-seba #team .teamwrapper > div .teammember:nth-child(2) {
      width: 65%;
    }
  
    body.page-nav-seba #team .teamwrapper .teammember .text {
      width: 100%;
      text-align: center;
    }
  
    .main-content .breadcrumbs {
      height: auto;
    }
  
    .main-content .breadcrumbs ul li {
      display: inline-block;
      float: none;
    }
  
    /*quick order*/
    .site-container .main-content .left-nav .quick-order .hdrBlack {
      width: 100%;
      cursor: pointer;
    }
  
    .site-container .main-content .left-nav .quick-order .hdrBlack::after {
      content: ' +';
    }
  
    .site-container .main-content .left-nav .quick-order #orderSearchWrapper {
      display: none;
    }
  
    /*save cart page*/
    .main-content .shopping {
      width: 100% !important;
    }
  
    #pageOuterContainer > div.main-content > div.main-container > div:nth-child(2) > table > tbody > tr > td > div > table > tbody > tr {
      margin: 6px 0;
      display: inline-block;
      font-size: 12px;
    }
  
    #pageOuterContainer > div.main-content > div.main-container > div:nth-child(2) > table > tbody > tr > td > div > table > tbody > tr td {
      display: inline-block;
    }
  
    #pageOuterContainer > div.main-content > div.main-container > div:nth-child(2) > table > tbody > tr > td > div > table > tbody > tr > td:first-child {
      margin-right: 4px;
    }
  
  }
  
  @media only screen and (max-width: 580px) {
    #pageOuterContainer .mainContent .product-family-tabs .prod_bottom #MP1 .ui-tabs-nav li {
      font-size: 10px;
    }
  }
  
  @media only screen and (max-width: 480px) {
    /*who/what/how section*/
    body > div.site-container .footer > ul:nth-child(1) > li {
      width: 100%;
      height: auto;
      margin-top: 10px;
      padding: 0;
    }
  
    body > div.site-container .footer > ul:nth-child(1) > li:last-child {
      margin-bottom: 20px;
      margin-top: 20px;
    }
  
    body > div.site-container .footer > ul:nth-child(1) > li > ul {
      width: 100%;
      margin: 0 auto;
    }
  
    body > div.site-container .footer > ul:nth-child(1) > li > ul > li {
      display: none;
    }
  
    body > div.site-container .footer > ul:nth-child(1) > li > ul > li.heading {
      display: block;
      cursor: pointer;
    }
  
    body > div.site-container .footer > ul:nth-child(1) > li > ul > li.heading:hover {
      text-decoration: underline;
    }
  
    body > div.site-container .footer > ul:nth-child(1) > li > ul > li.heading::after {
      content: ' +';
    }
    body > div.site-container .footer > ul:nth-child(1) > li > ul > li.heading.open::after {
      content: ' -';
    }
  
    /*action links*/
  
    body > div.site-container .footer > .action-links {
      padding-top: 40px;
    }
  
    body > div.site-container .footer > .action-links li {
      width: 100%;
      padding: 0;
      margin: 0 auto;
      text-align: left;
      height: auto;
      margin: 20px 0;
    }
  
    body > div.site-container .footer > .action-links .first p {
      text-align: left;
      margin: 15px 0;
      padding-left: 5px;
    }
  
    body > div.site-container .footer > .action-links li p .btn-green {
      width: 100%;
      margin: 0 auto;
    }
  
    body > div.site-container .footer > .action-links .last p a {
      width: 12%;
    }
  
    body > div.site-container .footer > .action-links .last table {
      margin: 0 auto;
    }
  
    /*product categories page*/
    .onecol .main-content .main-container #dropcontainer .product-categories .categories-list .categories-list-row .categories-category {
      width: 48%;
    }
  
    /*product category page*/
    #pageOuterContainer .main-content.delineated-nav-container .main-container .content .product-sub-categories ul li {
      width: 80%;
      margin: 20px auto;
      float: none;
      height: 270px !important;
      padding: 30px;
    }
  
    #pageOuterContainer .main-content.delineated-nav-container .main-container .content .product-sub-categories ul li a p {
      width: 100%;
      text-align: center !important;
    }
  
    /*welcome page*/
    body.page-nav-kele-welcome .welcome .welcome-text {
    }
  
    body.page-nav-kele-welcome .welcome ul li {
      width: 60%;
    }
  
    body.page-nav-kele-welcome .linecard {
      margin: 0;
      width: 100%;
    }
  
    body.page-nav-kele-welcome .linecard .linecard-copy {
      float: none;
    }
  
    body.page-nav-kele-welcome .welcome iframe {
      width: 100% !important;
    }
  
    body.page-nav-kele-welcome .linecard .manufacturer-images ul {
      width: 100%;
    }
  
    /*line card page*/
    body.page-nav-line-card .main-container .line-card-logos .line-card-logos__row .line-card-logo {
      display: block;
      margin-bottom: 10px;
    }
  
    body.page-nav-line-card .main-container .line-card-logos .line-card-logos__row {
      margin-bottom: 0;
    }
  
    /*what we do bottom section*/
    .content .community-welcome ul li {
      width: 98%;
      text-align: center;
    }
  
    .content .community-welcome ul li:last-child a {
      margin: 0 auto;
      width: 130px;
      position: initial;
    }
  
    #ctl00_ctl00_cphM1_cphMM1_dzMain_columnDisplay_ctl00_controlcolumn_ctl03_WidgetHost_WidgetHost_widget_CB > div > ul > li:nth-child(2) > a {
      position: initial;
    }
  
    .content .community-welcome ul li h3 {
      margin-bottom: 10px;
      text-align: center;
    }
  
  
    .content .community-welcome ul .first ol li {
      width: 100%;
    }
  
    /*video gallery*/
    body.page-nav-video-gallery .video-gallery .videos-category .videos__video {
      margin: 0;
      width: 100%;
      text-align: center;
    }
  
    body.page-nav-video-gallery .video-gallery .videos-category .videos-category__heading {
      text-align: center;
      font-size: 28px !important;
      text-decoration: underline;
    }
  
    body.page-nav-video-gallery .video-gallery .videos-category .videos .videos__video .video__preview {
      display: block;
      margin: 20px auto;
    }
  
    #ctl00_ctl00_cphM1_cphOneColPageHost_dz_columnDisplay_ctl00_controlcolumn_ctl02_WidgetHost_WidgetHost_widget_CB > div > div:nth-child(2) > div.videos__video > a > img {
      margin: 0 auto;
      display: block;
    }
  
    /*shipping address page*/
    body.page-nav-shipaddr #ctl00_ctl00_cphM1_cphMM1_ShipTable tr td .darkGray, body.page-nav-shipaddr #ctl00_ctl00_cphM1_cphMM1_ShipTable tr td b, body.page-nav-shipaddr #ctl00_ctl00_cphM1_cphMM1_ShipTable tr td .body_tx_larger {
      font-size: 12px;
    }
  
    body.page-nav-shipaddr #ctl00_ctl00_cphM1_cphMM1_ShipTable tbody tr td a img {
      width: 80%;
    }
  
    /*access control home page*/
    body.page-nav-access-control-home .community-welcome li a {
      position: initial;
    }
  
    .prod-category-landing .community-welcome li a {
      position: initial;
    }
    body.prod-category-landing .product-category-title {
      font-size: 36px !important;
    }
  
    /*excess search*/
    .site-container > div.main-container > div > div:nth-child(3) > span.darkBlue.bold.size16pt {
      display: none;
    }
  
    /*hide right nav on mobile*/
    #oneCol .site-container .right-nav {
      display: none;
    }
  
    /*fix nav menu spacing on mobile*/
    .header-submenu-1-item-arrow {
      display: none;
    }
  
  }
  
  /*custom css for Kele.com*/
  
  /*Header*/
  
  .main-header .mobile-menu,
  .main-header .mobile-search-bar {
    display: none;
  }
  
  .page-url-w_uxhome .main-container .billboard {
    margin-top: 0;
  }
  
  .site-container .hdrBlack,
  .site-container .quick-order .hdrBlack,
  .site-container h6,
  .site-container .featured-products h6 {
    background-color: #008049;
  }
  
  #oneCol .need-help > p:nth-child(5), #oneCol .need-help > p:nth-child(6) {
    display: none;
  }
  
  @media only screen and (max-width: 768px) {
  
    body {
      padding-top: 80px !important;
    }
  
    .main-header .mobile-menu {
      display: block;
    }
  
    .main-header .header-links {
      color: transparent;
      margin-right: 0;
      margin-top: 0;
      padding-right: 0;
      border-right: none;
    }
  
    .main-header .header-links > * {
      display: none;
    }
  
    .main-header .header-links > #ctl00_ctl00_LoggedInHeaderLinks,
    .main-header .header-links > #ctl00_ctl00_NotLoggedInHeaderLinks {
      display: block;
      position: absolute;
      top: 9px;
      right: 45px;
      color: transparent;
    }
  
    .main-header .header-links > #ctl00_ctl00_LoggedInHeaderLinks {
      color: transparent !important;
      top: -5px;
    }
  
    .main-header .header-links > #ctl00_ctl00_LoggedInHeaderLinks a:last-child,
    .main-header .header-links > #ctl00_ctl00_NotLoggedInHeaderLinks #ctl00_ctl00_registerLink {
      display: none;
    }
  
    .main-header .header-links > #ctl00_ctl00_LoggedInHeaderLinks .user-display-name {
      color: #FFF;
      position: absolute;
      bottom: 15px;
      right: 38px;
      font-weight: normal;
      pointer-events: none;
    }
  
    .main-header .header-links > #ctl00_ctl00_LoggedInHeaderLinks a,
    .main-header .header-links > #ctl00_ctl00_NotLoggedInHeaderLinks #ctl00_ctl00_loginLink {
      display: block;
      text-decoration: none;
      padding-right: 36px;
      border-right: 1px solid #DDD;
      background: url(//assets.kele.com/responsive-patch-delivery/images/user-white.png) no-repeat 80% 1px;
      background-size: 22px;
      padding-top: 10px;
      font-size: 10px;
    }
  
    .main-header .header-links > #ctl00_ctl00_LoggedInHeaderLinks a {
      background: url(//assets.kele.com/responsive-patch-delivery/images/user-white.png) no-repeat 88% 1px;
      background-size: 22px;
      color: transparent !important;
      width: 100px;
      overflow: hidden;
    }
  
    .main-header .order-nav ul li:first-child {
      display: none;
    }
  
    .main-header .order-nav ul li:last-child {
      position: absolute;
      top: 10px;
      right: 9px;
      margin: 0;
      padding: 0;
      background: none;
    }
  
    .main-header .order-nav ul li:last-child img {
      display: none;
    }
  
    .main-header .order-nav ul li:last-child a {
      color: transparent;
      display: block;
      width: 25px;
      height: 25px;
      margin: 0;
      background: url(//assets.kele.com/responsive-patch-delivery/images/cart-desktop.png) no-repeat 0 0;
      background-size: 25px;
    }
  
    .main-header .order-nav ul li:last-child #cartCount {
      display: block;
      color: #FFF;
      position: absolute;
      top: -6px;
      right: 2px;
    }
  
    .main-header .mobile-search-bar {
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      height: 33px;
      background: #333;
      z-index: 9999;
    }
  
    .main-header .mobile-search-bar .s-wrap {
      padding: 5px 80px 5px 48px;
      background: url(//assets.kele.com/responsive-patch-delivery/images/search-desktop.png) no-repeat 12px 50%;
      background-size: 23px;
    }
  
    .main-header .mobile-search-bar .faux-search {
      background: #FFF;
      border: none;
      display: block;
      padding: 5px;
      height: 23px;
      width: 100%;
      font-weight: normal;
      -webkit-appearance: none;
    }
  
    .main-header .mobile-search-bar .call-wrap {
      position: absolute;
      right: 0;
      bottom: 0;
    }
  
    .main-header .mobile-search-bar .call-wrap a {
      color: #039fda;
      text-transform: uppercase;
      font-weight: bold;
      text-decoration: none;
      display: block;
      padding: 9px 10px 9px 22px;
      height: 33px;
      font-size: 12px;
      background: url(//assets.kele.com/responsive-patch-delivery/images/phone.png) no-repeat 0 50%;
      background-size: 18px;
    }
  
    .sub-nav-2-container {
      display: none !important;
    }
  
    #ctl00_ctl00_NewFreeShipping {
      display: none;
    }
  
    .site-container .main-header {
      padding: 0;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 9999;
      height: 120px;
    }
  
    .site-container .main-header .logo {
      margin: 0;
      position: absolute;
      left: 50px;
      top: 12px;
      width: 90px;
    }
  
    .site-container .main-header .logo a {
      display: block;
    }
  
    .site-container .main-header .logo img {
      display: block;
      width: 100%;
      height: auto;
    }
  
    .site-container .main-header .main-nav {
      position: fixed;
      top: 80px;
      left: -101%;
      bottom: 0;
      height: auto;
      z-index: 99999;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      transition: left .3s ease-in-out;
    }
  
    .site-container .main-header .main-nav.open {
      left: 0;
    }
  
    .site-container .main-header .main-nav li {
      display: block;
      float: none;
      border: none;
      padding: 0;
    }
  
    .site-container .main-header .main-nav.open > ul > li:nth-child(3) {
      display: none;
    }
  
    .site-container .main-header .main-nav li.top-menu-item {
      background: none !important;
      padding: 0 !important;
      border-left: none !important;
    }
  
    .site-container .main-header .main-nav li.top-menu-item.logout-link {
      margin-top: -12px;
      margin-right: -4px;
      display: block;
    }
  
    .site-container .main-header .main-nav li.top-menu-item.logout-link a {
      padding-right: 14px;
      text-transform: uppercase;
    }
  
    .site-container .main-header .main-nav li.top-menu-item > a, .site-container .main-header .main-nav li.top-menu-item span a {
      border-top: 2px solid #777;
      padding-top: 15px;
      padding-bottom: 15px;
      font-weight: bold;
      font-size: 18px;
    }
  
    .site-container .main-header .main-nav li.top-menu-item:first-child > a {
      border-top: none;
    }
  
    .site-container .main-header .main-nav li a {
      display: block;
      padding: 10px;
    }
  
    .site-container .main-header .main-nav li.search {
      width: auto;
      position: relative;
      visibility: hidden;
      margin: 0;
      height: 0;
    }
  
    .site-container .main-header .main-nav li.search a {
      padding: 0;
    }
  
    .site-container .main-header .main-nav li.search a img {
      top: 0;
      right: 0;
    }
  
    .site-container .main-header .main-nav li.top-menu-item:nth-child(3) .sub-nav-1-top > ul > li > a {
      display: none;
    }
  
    .site-container .main-header .main-nav .sub-nav-1-container {
      display: none;
      position: static;
      left: 0;
      width: 100%;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      margin-top: 0;
    }
  
    .site-container .main-header .main-nav .main-nav li:hover .sub-nav-1-container {
      display: none;
    }
  
    .site-container .main-header .main-nav .top-menu-item.open .sub-nav-1-container {
      display: block;
    }
  
    .site-container .main-header .main-nav .sub-nav-1-container .products-nav-container {
      width: auto;
      border: none;
    }
  
    .site-container .main-header .main-nav .sub-nav-1-top ul {
      padding: 0 !important;
      margin: 0;
      float: none;
      display: block;
    }
  
    .site-container .main-header .main-nav .sub-nav-1-top li {
      display: block;
      width: auto;
    }
  
    .site-container .main-header .main-nav .sub-nav-1-top {
      border-top: none;
      background: none;
    }
  
    .site-container .main-header .main-nav .sub-nav-1-top .sub-sub-nav {
      position: static !important;
      display: block;
      width: auto;
      min-width: 0;
      border: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      margin: 0 !important;
      padding: 0 !important;
    }
  
    .main-content .left-nav, .main-content .right-nav {
      width: 100%;
      float: none;
      max-width: none;
    }
  
    .site-container .main-content {
      margin-left: 10px;
      margin-right: 10px;
    }
  
    .main-content .left-nav li a, .main-content .right-nav li a {
      width: auto;
    }
  
    body#oneCol .mainContent.product-family-content {
      padding: 0 10px;
    }
  
    body#oneCol .mainContent.product-family-content .prod_bottom {
      padding-left: 0;
      padding-right: 0;
    }
  
    body#oneCol .mainContent.product-family-content p.log-in-green {
      text-align: center;
      font-size: 18px;
    }
  
    body#oneCol .mainContent.product-family-content .AddToCartCol .btn-green-small {
      font-size: 10px;
      text-align: center;
      display: block;
      margin: 0 !important;
      width: auto !important;
    }
  
    body.page-url-viewcart .site-container .main-container table.cart th {
      display: none;
    }
  
    body.page-url-viewcart .site-container .main-container table.cart tr {
      display: block;
      padding: 10px;
      border-bottom: 1px solid #CCC !important;
    }
  
    body.page-url-viewcart .site-container .main-container table.cart tr:nth-child(odd) {
      background: #efefef;
    }
  
    body.page-url-viewcart .site-container .main-container table.cart td {
      display: block;
      width: 100%;
      text-align: center;
      padding-left: 0;
      padding-right: 0;
    }
  
    body.page-url-checkout .site-container .main-content .main-container #checkoutmain {
      margin-left: 0 !important;
    }
  
    body.page-url-checkout .site-container .main-content .main-container table#ctl00_ctl00_cphM1_cphMM1_Table1 {
      width: 100% !important;
      font-size: 11px;
    }
  
    body.page-url-checkout .site-container .main-content .main-container {
      overflow: hidden;
    }
  
  
    body.page-url-w_uxhome .site-container .main-content .left-nav,
    body.page-url-myaccount .site-container .main-content .left-nav {
      display: none;
    }
  
    body.page-url-search .site-container table#skuListTable th {
      display: none;
    }
  
    body.page-url-search .site-container table#skuListTable td {
      display: block;
      width: 100%;
      text-align: center;
      padding-left: 0;
      padding-right: 0;
  
    }
  
    body.page-url-search .site-container table#skuListTable td.QtyCol {
      width: 100% !important;
    }
  
    body.page-url-search .site-container table#skuListTable td.QtyCol:before {
      content: "QTY";
      color: #999;
      margin-left: -37px;
      padding-right: 5px;
      font-size: 10px;
      font-weight: bold;
    }
  
    body.page-url-search .site-container table#skuListTable td.ModelCol:before {
      content: "MODEL";
      color: #999;
      margin-left: -37px;
      padding-right: 5px;
      font-size: 10px;
      font-weight: bold;
    }
  
    body.page-url-search .site-container table#skuListTable td.ModelCol span {
      width: 100% !important;
    }
  
    body.page-url-search .site-container table#skuListTable td.ShipCol:before {
      content: "IN STOCK";
      color: #999;
      margin-left: -37px;
      padding-right: 5px;
      font-size: 10px;
      font-weight: bold;
    }
  
    body.page-url-search .site-container table#skuListTable td.ListCol:before {
      content: "LIST PRICE";
      color: #999;
      margin-left: -37px;
      padding-right: 5px;
      font-size: 10px;
      font-weight: bold;
    }
  
    body.page-url-search .site-container table#skuListTable td.OnlineCol:before {
      content: "INTERNET PRICE";
      color: #999;
      margin-left: -55px;
      padding-right: 5px;
      font-size: 10px;
      font-weight: bold;
    }
  
    body.page-url-search.logged-in .site-container table#skuListTable td.OnlineCol:before {
      content: "YOUR PRICE";
    }
  
    body.page-url-search .site-container table#skuListTable td.DescrCol {
      font-size: 12px;
      width: 100% !important;
    }
  
    body.page-url-search .site-container table#skuListTable td.AddOtCartCol {
      background: #008348 !important;
    }
  
    body.page-url-search .site-container table#skuListTable td.AddOtCartCol .btn-green-small {
      font-size: 12px;
      padding: 10px !important;
      background: none;
    }
  
    body.page-url-search .site-container table#skuListTable tr {
      margin-bottom: 20px;
    }
  
    body.page-url-search .site-container table#skuListTable .AltRow {
      background: #FFF !important;
    }
  
    body.page-url-search .site-container .darkBlue.bold.size16pt {
      font-size: 11px;
    }
  
    /*search sku page*/
    body.page-url-searchsku .site-container table#skuListTable th {
      display: none;
    }
  
    body.page-url-searchsku .site-container table#skuListTable td {
      display: block;
      width: 100%;
      text-align: center;
      padding-left: 0;
      padding-right: 0;
  
    }
  
    body.page-url-searchsku .site-container table#skuListTable td.QtyCol {
      width: 100% !important;
    }
  
    body.page-url-searchsku .site-container table#skuListTable td.QtyCol:before {
      content: "QTY";
      color: #999;
      margin-left: -37px;
      padding-right: 5px;
      font-size: 10px;
      font-weight: bold;
    }
  
    body.page-url-searchsku .site-container table#skuListTable td.ModelCol:before {
      content: "MODEL";
      color: #999;
      margin-left: -37px;
      padding-right: 5px;
      font-size: 10px;
      font-weight: bold;
    }
  
    body.page-url-searchsku .site-container table#skuListTable td.ModelCol span {
      width: 100% !important;
    }
  
    body.page-url-searchsku .site-container table#skuListTable td.ShipCol:before {
      content: "IN STOCK";
      color: #999;
      margin-left: -37px;
      padding-right: 5px;
      font-size: 10px;
      font-weight: bold;
    }
  
    body.page-url-searchsku .site-container table#skuListTable td.ListCol:before {
      content: "LIST PRICE";
      color: #999;
      margin-left: -37px;
      padding-right: 5px;
      font-size: 10px;
      font-weight: bold;
    }
  
    body.page-url-searchsku .site-container table#skuListTable td.OnlineCol:before {
      content: "INTERNET PRICE";
      color: #999;
      margin-left: -55px;
      padding-right: 5px;
      font-size: 10px;
      font-weight: bold;
    }
  
    body.page-url-searchsku.logged-in .site-container table#skuListTable td.OnlineCol:before {
      content: "YOUR PRICE";
    }
  
    body.page-url-searchsku .site-container table#skuListTable td.DescrCol {
      font-size: 12px;
      width: 100% !important;
    }
  
    body.page-url-searchsku .site-container table#skuListTable td.AddOtCartCol {
      background: #008348 !important;
    }
  
    body.page-url-searchsku .site-container table#skuListTable td.AddOtCartCol .btn-green-small {
      font-size: 12px;
      padding: 10px !important;
      background: none;
    }
  
    body.page-url-searchsku .site-container table#skuListTable tr {
      margin-bottom: 20px;
    }
  
    body.page-url-searchsku .site-container table#skuListTable .AltRow {
      background: #FFF !important;
    }
  
    body.page-url-searchsku .site-container .darkBlue.bold.size16pt {
      font-size: 11px;
    }
  
  
  
  }
  
  @media only screen and (max-width: 620px) {
    body#oneCol.page-url-product .mainContent.product-family-content .productSKUheaders {
      font-size: 10px;
    }
    body#oneCol.page-url-product .mainContent.product-family-content #pTab .DescrCol,
    body#oneCol.page-url-product .mainContent.product-family-content #aTab .DescrCol {
      font-size: 10px;
    }
  
  }
  
  @media only screen and (max-width: 580px) {
    body#oneCol.page-url-product #ctl00_ctl00_cphM1_cphOneColPageHost_MP1_ctl02_ctl00_specialPricingLogin {
      visibility: hidden;
    }
  
    body#oneCol.page-url-product .mainContent.product-family-content table#pTab thead {
      display: none;
    }
  
    body#oneCol.page-url-product .mainContent.product-family-content table#pTab tr {
      background: transparent;
      display: block;
    }
  
    body#oneCol.page-url-product .mainContent.product-family-content table#pTab tr.odd td {
      background: #FFF !important;
    }
  
    body#oneCol.page-url-product .mainContent.product-family-content table#pTab td {
      display: block;
      width: 100% !important;
      border: none !important;
      text-align: center;
      padding: 5px;
    }
  
    body#oneCol.page-url-product .mainContent.product-family-content #pTab .ShipCol,
    body#oneCol.page-url-product .mainContent.product-family-content #pTab .ModelCol {
      width: 100% !important;
    }
  
    body#oneCol.page-url-product .mainContent.product-family-content #pTab .QtyCol {
      width: 100% !important;
      background: #efefef !important;
      border-top: 1px solid #EEE !important;
      margin-top: 20px;
    }
  
    body#oneCol.page-url-product .mainContent.product-family-content #pTab .QtyCol:before {
      content: "QTY";
      color: #999;
      margin-left: -37px;
      padding-right: 5px;
      font-size: 10px;
      font-weight: bold;
    }
  
    body#oneCol.page-url-product .mainContent.product-family-content #pTab .ModelCol:before {
      content: "MODEL";
      color: #999;
      margin-left: -37px;
      padding-right: 5px;
      font-size: 10px;
      font-weight: bold;
    }
  
    body#oneCol.page-url-product .mainContent.product-family-content #pTab .ShipCol:before {
      content: "IN STOCK";
      color: #999;
      margin-left: -37px;
      padding-right: 5px;
      font-size: 10px;
      font-weight: bold;
    }
  
    body#oneCol.page-url-product .mainContent.product-family-content #pTab .ListCol:before {
      content: "LIST PRICE";
      color: #999;
      margin-left: -37px;
      padding-right: 5px;
      font-size: 10px;
      font-weight: bold;
    }
  
    body#oneCol.page-url-product .mainContent.product-family-content #pTab .OnlineCol:before {
      content: "INTERNET PRICE";
      color: #999;
      margin-left: -55px;
      padding-right: 5px;
      font-size: 10px;
      font-weight: bold;
    }
  
    body#oneCol.page-url-product.logged-in .mainContent.product-family-content #pTab .OnlineCol:before {
      content: "YOUR PRICE";
    }
  
    body#oneCol.page-url-product .mainContent.product-family-content #pTab .DescrCol {
      font-size: 12px;
    }
  
    body#oneCol.page-url-product .mainContent.product-family-content table#pTab tr.odd td.AddToCartCol {
      background: #008348 !important;
    }
  
    body#oneCol .mainContent.product-family-content .AddToCartCol .btn-green-small {
      font-size: 12px;
      padding: 10px !important;
    }
  
    body#oneCol .mainContent.product-family-content .paging_sriPagination {
      width: auto;
    }
  
    body#oneCol .mainContent.product-family-content .product-category-title {
      font-size: 24px !important;
    }
  
    body.page-url-checkout .site-container .main-content .main-container #checkoutmain select {
      width: 100% !important;
      margin-bottom: 10px;
    }
  
    body.page-url-checkout .site-container .main-content .main-container #promocode {
      width: auto !important;
    }
  
    .home-tile-blocks a {
      width: 48%;
      padding: 0;
      margin-left: 1%;
      margin-right: 1%;
    }
  
  }
  
  @media only screen and (max-width: 480px) {
    #pageOuterContainer .mainContent .product-family-tabs .prod_bottom #MP1 .ui-tabs-nav li {
      display: block;
      width: 100%;
      margin-bottom: 1px;
    }
  
    #pageOuterContainer .mainContent .product-family-tabs .prod_bottom #MP1 .ui-tabs-nav li a {
      width: 100%;
    }
  
    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable {
      width: 100% !important;
      left: 0 !important;
    }
    .site-container .mobile-banner {
      display: block;
      margin: 20px 0;
    }
    .site-container .mobile-banner img {
      width: 100%;
      height: auto;
    }
    #pageOuterContainer .desktop-banner {
      display: none;
    }
    .main-container .mobile-categories {
      display: block;
    }
    .main-container .mobile-categories > h6 {
      margin-bottom: 10px;
    }
    #ctl00_ctl00_cphM1_cphMM1_DropZone1_columnDisplay_ctl00_controlcolumn_ctl03_WidgetHost_WidgetHost_widget_CB > h6 {
      display: none;
    }
    #ctl00_ctl00_cphM1_cphMM1_DropZone1_columnDisplay_ctl00_column > li:nth-child(5) {
      display: none;
    }
  
  }
  
  /* CC global patch*/
  body.page-url-ccpayment .site-container .main-content .left-nav {
    display: none;
  }
  body.page-url-ccpayment .main-container {
      margin-left: 0;
      width: 100%;
  }
  body.page-url-ccpayment .main-container iframe {
      width: 100% !important;
      height: auto !important;
      min-height: 900px;
  }
  body.page-url-ccpayment .breadcrumbs { 
    display: none; 
  }
  
  /* KELE MASTER CSS ----------------------------------------------------------
  
  Table of contents:
  
  DONE -a
  1. Global Alert - New styles
  2. New header styles with Blue bg and large search input
  
  TODO - Combine all these files into this master file in this order
  1. Base stylesheet: http://www.kele.com/styles/style.css
  2. Global Alert - New styles
  3. Responsive patch: http://www.kele.com/responsive-patch-delivery/patch.css
  4. Smartbuy: http://www.kele.com/smartbuy/smartbuy-assets/smartbuy.css
  5. SlickSlider: http://cdn.jsdelivr.net/jquery.slick/1.5.9/slick.css
  6. jQuery UI/MegaMenu/Mashup of random styles: http://www.kele.com/MinifiedCss.ashx?cssList=/styles/globalUX.css,/styles/KelePB.css,/styles/UXstyles.css,/styles/jquery.ui.all.css,/styles/kele.jquery.ui.all.css,/styles/megaMenu/dcverticalmegamenu.css,/styles/cycle.css
  7. Print - http://www.kele.com/styles/print.css
  
  */
  
  /* ==========================================================================
      START - GLOBAL ALERT
  ========================================================================== */
  #ez-global-alert {
      font-family: Arial Narrow, Arial, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 22px;
      background: #3C9BCA;
      color: #FFF;
      padding: 5px;
      text-align: center;
      text-transform: uppercase;
  }
  #ez-global-alert small {
      font-size: 10px;
      display: block;
      line-height: 12px;
      margin-top: 2px;
  }
  @media only screen and (max-width: 600px) {
      #ez-global-alert {
          margin-bottom: 10px;
      }
  }
  /* ==========================================================================
      END - GLOBAL ALERT
  ========================================================================== */
  
  /* ==========================================================================
      START - NEW HEADER STYLES
  ========================================================================== */
  .smartbuy-buttons .shop-kele {
      border-color: transparent !important;
  }
  body.page-url-viewcart .site-container .main-container table.cart td {
      text-transform: uppercase;
  }
  #pageOuterContainer {
      padding-top: 1px;
  }
  #pageOuterContainer .main-content {
      margin-top: 15px;
  }
  #ctl00_ctl00_cphM1_cphMM1_DropZone1_columnDisplay_ctl00_column {
      margin-top: 0;
  }
  #sliderWrapper .FPproductbox,
  #sliderWrapper .FPdescriptionbox {
      border: none;
      text-align: center;
  }
  .site-container .main-header,
  .site-container .main-nav,
  .site-container .main-nav .sub-sub-nav,
  .site-container .main-nav .sub-nav-1-top,
  body .footer,
  .main-header .mobile-search-bar {
      background: #000033;
  }
  .site-container .main-nav li.top-menu-item:nth-child(2) > a {
      width: 110px;
      height: 25px;
      /*SMARTBUY*/
      /*background: url(//assets.kele.com/uploadedImages/Smartbuy_Graphics/smartbuy_forheader_300pxW.png) no-repeat 0 0;*/
      /*background: url(//assets.kele.com/images/img/icons/19q4_myprojectportal_nav-title_v1.png) no-repeat 0 0;*/
      background-size: 110px;
      color: #FFF;
      display: block;
      margin-top: -3px;
  }
  .site-container .main-nav li.top-menu-item:nth-child(2) .sub-nav-1-container {
      display: none !important;
  }
  .site-container .main-nav li.search {
      width: auto !important;
      left: 46px;
      bottom: 53px !important;
      right: 30px;
  }
  .main-header .logo {
      margin-bottom: 45px;
  }
  .main-header .main-nav li.top-menu-item > a {
      font-size: 20px;
  }
  .main-header .main-nav li.top-menu-item a {
      text-transform: lowercase;
  }
  @media only screen and (max-width: 768px) {
      .site-container .mobile-banner {
          margin: 0;
      }
      .site-container .main-nav li.top-menu-item:nth-child(2) > a {
          width: 100%;
          background-position: 10px;
          height: 45px;
      }
  }
  @media (max-width: 479px) {
      .mobile-promo-insert {
        display: block;
      }
      .desktop-promo-insert {
        display: none;
      }
  }
  @media (min-width: 480px) {
      .mobile-promo-insert {
        display: none;
      }
      .desktop-promo-insert {
        display: block;
      }
  }
  body.page-url-ccpayment .site-container .main-content .left-nav,
  body.page-nav-checkoutreceipt .site-container .main-content .left-nav,
  body.page-nav-sebareceipt .site-container .main-content .left-nav {
    display: none;
  }
  
  body.page-nav-sebareceipt .breadcrumbs,
  body.page-nav-checkoutreceipt .breadcrumbs,
  body.page-url-ccpayment .breadcrumbs {
      display: none;
  }
  /* ==========================================================================
      END - NEW HEADER STYLES    
  ========================================================================== */
/* END RESPONSIVE PATCH.CSS */

/* BEGIN FULL WIDTH CSS */
body.page-url-w_uxhome .site-container .main-header,
body.page-url-w_uxhome .site-container .main-nav/*,
body.page-url-w_uxhome .site-container .main-nav .sub-sub-nav,
body.page-url-w_uxhome .site-container .main-nav .sub-nav-1-top,
body.page-url-w_uxhome .main-header .mobile-search-bar */ {
    /*background: none!important;*/
    transition: background 1s ease;
}

body .site-container .main-nav .sub-sub-nav,
body .site-container .main-nav .sub-nav-1-top,
body .main-header .mobile-search-bar  {
    background: #F5F5F5!important;
    border-radius: 2px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

body .site-container .main-nav .sub-nav-1-container, body .site-container .main-nav .sub-nav-1-container .sub-nav-1-top li a {
    color: #666666!important;
}
    
/* Fix the header at the top on scroll */
.main-header {
    position: fixed!important;
    top: 0!important;
    left: 0!important;
    opacity: 1.0;
}

body.page-url-w_uxhome .site-container .main-container .billboard {
    display:none;
}

#pageOuterContainer {
    margin: 166px auto 0 auto!important;
}

body > div.site-container .footer > .action-links .last p a { 
    width: 60px;
}

body > div.site-container .footer > .action-links .last p a img {
    width: 50px;
}  

body .main-content .left-nav .product-category, .main-PB {
    background: #F8F8F8!important;
}

body .main-content .left-nav .product-category .category-li {
    border-color: #F8F8F8!important;
}

body .main-content .left-nav .product-category .category-li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
}

body.page-url-w_uxhome .main-content .left-nav .product-category .category-li > .category-li-a {
    color: #666666;
}

body.page-url-w_uxhome .main-content .left-nav .product-category .category-li > .category-li-a:hover {
    color: #FFF;
}

body .site-container h6, body .site-container .featured-products h6 {
    /*background: #F8F8F8;*/
    background: #999!important;
    color: #FFF!important;
}

/****************************/
/* Home Image Parallax */
/****************************/
.parallax {
    /* The image used */
    /*CITY SCAPE*/
    /*background: url("//assets.kele.com/images/home_page/18q1_full_width_hero_v9.jpg");*/
    background: url("//assets.kele.com/images/home_page/19q4_full_width_hero_v3.jpg");

    /* Set a specific height */
    /*min-height: 500px; */

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    margin-bottom: -156px;

    opacity: 1;

    height: 456px;

    position: relative;
}

.ez-banner {
    position: absolute;
    top: 220px;
    color: #FFF!important;
    font-size: 32px;
    vertical-align: -webkit-baseline-middle!important;
    text-align: center!important;
    line-height: 34px;
    width: 100%;
    padding-left: 10%!important;
    padding-right: 10%!important;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}

.ez-banner-content:before {
    display: block;
    content: "My Project Portal is now available!";
    font-weight: bold;
    font-size: 28px;
}

.ez-banner-content:after {
    display: block;
    white-space: pre;
    content: "Save out material list in Excel with QTY in column A and PART # in column B. \a Upload and save as an order template, list, or project.";   
    font-size: 22px;
}

.ez-banner-button {
    display: block;  
    /*background: rgb(248,248,248); 
    background: rgba(248,248,248, 0.8);*/
    /*#cc6600*/
    background: rgb(204,102,0)!important; 
    background: rgba(204,102,0, 1)!important;
    font-size: 24px;
    margin: 15px auto!important;
    width: 250px;
    text-decoration: none;
    cursor: pointer;
    line-height: 45px;
    white-space: nowrap;
}

.ez-banner-button:hover {
    /*background: #009DDC;
    color: #FFF;*/
    background: #F5F5F5;
    color: #666666;
    opacity: 0.9;
}

.ez-banner-button a {
    /*color: #666666;*/
    color: #FFF;
    text-decoration: none;
}

.ez-banner-button a:hover {
    /*color: #FFF;*/
    color: #666666;
    text-decoration: none;
}

/****************************/
/* Home Page Video Parallax */
/****************************/
/*.video-parallax {
    margin-top: 156px!important;*/

    /* Set a specific height */
    /*height: 300px;*/

    /* Create the parallax scrolling effect */
    /*background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

html {
    overflow: hidden
}

html, body{
    height: 100%
}

section {
    display: block;
}

body{
    overflow: hidden;
    overflow-y: auto;
    -webkit-perspective: 1px;
    -moz-perspective: 1px;
    perspective: 1px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.parallax-container {
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin-bottom: 552px;
}

video{
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(-1px) scale(2);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(-1px) scale(2);
    transform: translateX(-50%) translateY(-50%) translateZ(-1px) scale(2);
    z-index: -99
}*/

body{
    margin: 0;
    padding: 0;
}


video {
    top: 60%;
    left: 50%;
    min-width: 100%;
    /*min-height: 100%;*/
    width: 100%;
    /*height: auto;*/
    max-height:400px;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
}

.video-container {
    height: 500px;
}

.video-parallax {
    -webkit-transition-position: fixed!important;
    position: fixed;
    background: #000;
}

/*TEMPORARY*/

/* Hide global alert */
#ez-global-alert-temp {
    display: none;
}

/* Hide promo banner */
/*.desktop-promo-insert, .mobile-promo-insert {
    display: none;
}*/
body div.site-container {
    max-width: 100%;
    background: none; 
}

body div.site-container .btn-green, body div.site-container .btn-green-small {
    background: #009DDC;
}

body.page-url-w_uxhome .site-container div.main-header.changeColor, 
body.page-url-w_uxhome .site-container div.main-header.changeColor .main-nav, /*
body.page-url-w_uxhome .site-container div.main-header.changeColor .main-nav .sub-sub-nav, 
body.page-url-w_uxhome .site-container div.main-header.changeColor .main-nav .sub-nav-1-top,*/ 
body.page-url-w_uxhome div.main-header.changeColor .main-nav .mobile-search-bar {
    background: #000033!important;
    transition: background 1s ease;
}

body .site-container div.main-header .main-nav .top-menu-item .sub-nav-1-container {
    width: 292px!important;
}

body .site-container div.main-header .main-nav .sub-nav-1-top li a:hover {
    color: #FFF!important;
    background: #009DDC;
    width: 290px;
}

.smartbuy-home-banner {
   clear:both;
   margin: 0px 0 5px 0;
   max-height:137px;
   overflow:hidden;
 }

#promo-container {
    float: left;
    width: 100%;
    color: #F5F5F5;
    text-align: center;
    margin: 0;

    /*background: #009DDC;*/
    background: rgba(78,173,222, 0.9);
    /*background: rgba(0,128,73, 0.7);*/
    
    /*#cc6600*/
    /*background: rgba(204,102,0, 0.7);*/
}

body.page-url-w_uxhome #promo-container{
   position: absolute;
   bottom: 0;
   background: rgba(0,128,73, 0.7);
   margin: 0;
   z-index: 999;

    /*#008049*/  
    /*background: rgb(0,128,73);*/
    /*#cc6600*/
    /*background: rgb(204,102,0); 
    background: rgba(204,102,0, 0.7);*/
}

.mobile-promo-insert {
    font-size: 20px;
    line-height: 35px;
}

.desktop-promo-insert {
   font-size: 20px;
   line-height: 35px;
}

.product-sub-categories ul li, .FPproductbox {
    border: none!important;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.site-container .footer .action-links .gray-text12 a {
    color: #FFF;
}

body.national-page .jciSearchContentBlock, 
body.national-page .SEBASearchContentBlock,
body.national-page .TraneSearchContentBlock,  
body.national-page .jciSearch, 
body.national-page .SEBASearch, 
body.national-page .TraneSearch, 
body.national-page #ctl00_ctl00_cphM1_cphM1_JCISearch1_pnlGrid,
body.national-page #ctl00_ctl00_cphM1_cphM1_SEBASearch1_pnlGrid,
body.national-page #ctl00_ctl00_cphM1_cphM1_TraneSearch1_pnlGrid {
    margin: 10px auto!important;
    width: 990px;
}

body.national-page .default-breadcrumbs {
    width: 990px!important;
}

body.national-page h1.client {
    height: 35px!important;
}

@media screen and (min-width: 1200px) {
    body .site-container .main-nav li.top-menu-item {
        padding: 16px 30px!important;
        font-size: 24px;
    }

    #pageOuterContainer .main-content, body#oneCol #pageOuterContainer .mainContent.product-family-content {
        margin: 0 auto 15px auto!important;
        width: 1200px!important;
    }

    body.page-url-w_uxhome .site-container .main-container {
        max-width: none;
    }

    body.page-url-w_uxhome .site-container #pageOuterContainer .main-content {
        width: 1252px!important;
    }

    #dropcontainer.widget {
        background-color: #F8F8F8;
    }

    /* FEATURED PRODUCTS */
    body.page-url-w_uxhome #exclusiveProducts, body.page-url-w_uxhome #exclusiveProducts #sliderWrapper {
        width: 974px!important;
    }

    body.page-url-w_uxhome #exclusiveProducts #sliderWrapper .bx-wrapper, body.page-url-w_uxhome #exclusiveProducts #sliderWrapper .bx-window {
        width: 974px!important;
    }

    body.page-url-w_uxhome #exclusiveProducts #sliderWrapper .bx-window #slider1 {
        margin-left: -8px!important;
    }

    body.page-url-w_uxhome #exclusiveProducts #sliderWrapper .bx-wrapper a.bx-next {
        margin-right: 15px;
    }

    
    body.page-url-w_uxhome .smartbuy-home-banner {
      margin: 0px 0 5px 0;
    }
    

    body.page-nav-label-wizard #labelwizard {
        margin: 35px auto!important;
        width: 735px!important;
        float: none;
    }

    body.page-nav-archived-product-literature .main-container, body.page-nav-archived-product-literature .main-container .mainContent {
        width: 974px!important;
        margin-left: 15px!important;
        padding-left: 15px;
    }

    body.page-nav-archived-product-literature .main-container .litpagination {
        height: 35px;
        margin: 10px 0;
    }

    body#oneCol.page-nav-line-card .main-container .mainContent {
        background: #F8F8F8!important;
        padding: 10px!important;
    }

    body.page-nav-rma-request .jotform-form, body.page-nav-rma-request .main-container h2 {
        padding: 0!important;
    }

    body.page-nav-rma-request .main-container {
        width: 974px!important;
    }

    body.page-nav-rma-request .main-container .main-PB{
        margin: 0!important;
        padding: 0!important;
    }

    body.page-nav-rma-request .main-container iframe {
        width: 964px!important;
    }

    body .main-content .main-container {
        background: #F8F8F8!important;
    }

    body#oneCol .main-content .main-container {
        width: 100%!important;
        background: #F8F8F8!important;
    }

    .site-container .right-nav {
        display: none;
        width: 0px;
    }

    div.smartbuy-home-banner {
        max-height: none!important;
    }

    .main-PB {
        margin-top: 0!important;
        padding-top: 10px;
        background: #F8F8F8;
    }

    #exclusiveProducts {
        background: #F8F8F8!important;
        margin: 0 0 0 -3px;
    }

    #sliderWrapper {
        border: none;
        background: #F8F8F8!important;
    }

    .FPproductbox {
        width: 232px!important;
    }   

    .product-sub-categories ul li:hover, .FPproductbox:hover {
        border: none!important;
        border-radius: 2px;
        /*box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);*/
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
        transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    }

   .mobile-promo-insert {
      font-size: 20px;
      line-height:35px;
   }
   .desktop-promo-insert {
      font-size: 20px;
      line-height:35px;
   }
    /*#sliderWrapper .bx-wrapper .bx-window .FPwrapper {
        width: 242px!important;
    }*/
}

@media only screen and (max-width: 1199px) {
    body .site-container .main-nav li.top-menu-item {
        padding: 16px 20px!important;
        font-size: 18px;
    }

    .ez-banner {
        top: 215px;
        font-size: 24px;
        line-height: 32px;
        padding-left: 3%!important;
        padding-right: 3%!important;  
    }

    .ez-banner-content:before {
        font-size: 26px;
    }

    .ez-banner-content:after {
        font-size: 20px;
    }

   .mobile-promo-insert {
      font-size: 18px;
      line-height:28px;
   }
   .desktop-promo-insert {
      font-size: 18px;
      line-height:28px;
   }

    /*body.national-page .jciSearchContentBlock, 
    body.national-page .SEBASearchContentBlock,
    body.national-page .TraneSearchContentBlock,  
    body.national-page .jciSearch, 
    body.national-page .SEBASearch, 
    body.national-page .TraneSearch, 
    body.national-page #ctl00_ctl00_cphM1_cphM1_JCISearch1_pnlGrid,
    body.national-page #ctl00_ctl00_cphM1_cphM1_SEBASearch1_pnlGrid,
    body.national-page #ctl00_ctl00_cphM1_cphM1_TraneSearch1_pnlGrid {
        width: 768px;
        margin: 10px auto!important;
    }*/

    body.national-page #ctl00_ctl00_cphM1_cphM1_ContentBlock1, body.national-page #ctl00_ctl00_cphM1_cphM1_ContentBlock2 {
        width: 768px!important;
    }

    body.national-page .default-breadcrumbs {
        width: 768px!important;
    }
}
@media only screen and (max-width: 1024px) {
    /*.default-breadcrumbs {
        margin: 15px auto 0 auto!important;
        width: 1024px!important;
    }*/

    body .site-container .main-nav li.top-menu-item {
        padding: 14px!important;
    }
    body .site-container .main-nav li.top-menu-item > a {
        font-size: 16px;
    }

    body .site-container .main-nav li.top-menu-item:nth-child(2) > a {
      width: 164px !important;
    }

    body .site-container div.main-header .main-nav .top-menu-item .sub-nav-1-container {
        width: 250px!important;
    }
    
    body .site-container div.main-header .main-nav .sub-nav-1-top li {
        width: 215px!important;
    }

    body .site-container div.main-header .main-nav .sub-nav-1-top li a:hover {
        color: #FFF!important;
        background: #009DDC;
        width: 215px;
    }

    body .site-container div.main-header .main-nav .products-nav-container {
        width: 715px!important;
    }
    
    /*body .site-container .main-nav li.top-menu-item a .sub-nav-1-container {
        font-size: 12px;
    }*/

    /*ody.page-url-w_uxhome .main-content .left-nav .product-category .category-li a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
    }*/

    .parallax {
        /*CITY SCAPE*/
        /*background: url("//assets.kele.com/images/home_page/18q1_full_width_hero_v9.jpg");*/
        background: url("//assets.kele.com/images/home_page/19q4_full_width_hero_v3.jpg");
        background-size: 1024px;
        background-position: center center;
    }

    body.national-page .jciSearchContentBlock, 
    body.national-page .SEBASearchContentBlock,
    body.national-page .TraneSearchContentBlock,  
    body.national-page .jciSearch, 
    body.national-page .SEBASearch, 
    body.national-page .TraneSearch, 
    body.national-page #ctl00_ctl00_cphM1_cphM1_JCISearch1_pnlGrid,
    body.national-page #ctl00_ctl00_cphM1_cphM1_SEBASearch1_pnlGrid,
    body.national-page #ctl00_ctl00_cphM1_cphM1_TraneSearch1_pnlGrid {
        width: 768px;
        margin: 10px!important;
    }
}
@media only screen and (min-width: 769px) {
    #voiceEnable {
        top: 5px;
    }

    .default-breadcrumbs {
        margin: 15px auto 15px auto!important;
        width: 1200px!important;
    }

    /*.default-breadcrumbs {
        margin: 15px auto 0 auto!important;
        width: 768px!important;
    }*/

    /* Enlarge search */
    body .site-container .main-header .logo {
        margin-bottom: 0!important;
    }

    body > div.site-container > div.main-header > div.order-nav > div.search {
        top: 70px;
    }

    body .site-container .main-header input.input-search {
        height: 45px;
        /*#FFF*/
        background: rgb(255,255,255); 
        background: rgba(255,255,255, 0.7); 
        border-radius: 3px;
    }

    body > div.site-container > div.main-header > div.main-nav {
        margin-top: 100px;
    }

    body > div.site-container > div.main-header > div.main-nav > ul{

        /* CENTERS BUT CAUSING HOVER ISSUE */
        display: table;
        margin: auto;
    }

    body .site-container .main-nav li.top-menu-item {
        padding: 16px;
    }

    body .site-container .main-nav li.top-menu-item a{
        text-transform: capitalize;
        font-family: Arial, Helvetica, sans-serif;
    }

    body .site-container .main-nav li.top-menu-item:nth-child(2) > a {
        /* smartbuy */
        /*margin: -1px -5px 0 5px;
        width: 115px;
        background-size: 115px;*/

        margin: 0px;
        width: 205px;
        /*background-size: 115px;*/
        font-weight: bold;
    }

    body .site-container .main-nav li.top-menu-item:nth-child(2) > a::after {
        content: " NEW!";
        color: #dc6201;
        vertical-align: super;
        font-size: .7em;
    }

    .PBItem .content{
       padding-bottom: 0px!important;
    }
    /* END enlarge search */
}
@media only screen and (max-width: 768px) {
    body {
        padding-top: 0!important;
    }

    #pageOuterContainer {
        margin: 140px auto 0 auto!important;
    }

    body.page-url-w_uxhome .site-container .main-header,
    body.page-url-w_uxhome .site-container .main-nav,
    body.page-url-w_uxhome .site-container .main-nav .sub-sub-nav,
    body.page-url-w_uxhome .site-container .main-nav .sub-nav-1-top,
    body.page-url-w_uxhome .main-header .mobile-search-bar {
        background: #000033!important;
        /*transition: background 1s ease;*/
    }

    .ez-banner {
        top: 130px;
        padding-left: 3%!important;
        padding-right: 3%!important;                
        line-height: 22px;
    }

    .ez-banner-content:before {
        font-size: 16px;
    }

    .ez-banner-content:after {
        font-size: 12px;
    }

    .ez-banner-button {
        line-height: 30px;
        width: 160px;
        font-size: 14px;
        /*background: #009DDC;*/
    }

    .ez-banner-button a {
        color: #FFF!important;
    }

    .parallax {
        height: 300px;
        background-size: 768px;
        background-position: center center;
    }

    .smartbuy-home-banner {
       margin-top:45px;
    }

   .mobile-promo-insert {
      font-size: 12px;
      line-height:22px;
    }

    .desktop-promo-insert {
      font-size: 12px;
      line-height:22px;
    }

    /*body.page-url-w_uxhome .kele-tab-toggles {
        top: 57%;
    }*/

    body div.main-content h6, body div.main-content .featured-products h6 {
        /*color: #008049!important;*/
        background: #999;
    }

    body.page-url-w_uxhome .site-container .main-content {
        margin-top: 0!important;
    }

    body.page-url-w_uxhome .site-container .featured-products {
        background: none;
    }

    body.page-url-w_uxhome .site-container .featured-products #sliderWrapper{
        background: #F8F8F8;
    }

    /*body.page-url-w_uxhome #ctl00_ctl00_cphM1_cphMM1_DropZone1_columnDisplay_ctl00_controlcolumn_ctl05_WidgetHost_updatepanel h1 span {
        font-size: 10pt!important;
    }*/

    /*body.page-url-w_uxhome #ctl00_ctl00_cphM1_cphMM1_DropZone1_columnDisplay_ctl00_controlcolumn_ctl05_WidgetHost_updatepanel div img {
        height: 38px!important;
    }*/   

    .home-tile-blocks a img {
        width: 99%;
        margin: 1px;
        border-radius: 2px;
        border-radius: 2px;
        box-shadow: 1px 3px 6px rgba(0,0,0,0.16), 1px 3px 6px rgba(0,0,0,0.23);
        transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    }

    body > div.site-container .footer > .action-links .last p a img {
        width: 40px!important;
        height: 36px!important;
    }  

    body > div.site-container .footer > .action-links .last p a { 
        width: 45px!important;
    }

    body.national-page .jciSearchContentBlock, 
    body.national-page .SEBASearchContentBlock,
    body.national-page .TraneSearchContentBlock,  
    body.national-page .jciSearch, 
    body.national-page .SEBASearch, 
    body.national-page .TraneSearch, 
    body.national-page #ctl00_ctl00_cphM1_cphM1_JCISearch1_pnlGrid,
    body.national-page #ctl00_ctl00_cphM1_cphM1_SEBASearch1_pnlGrid,
    body.national-page #ctl00_ctl00_cphM1_cphM1_TraneSearch1_pnlGrid {
        width: 479px;
        margin: 5px!important;
    }

    body.national-page #ctl00_ctl00_cphM1_cphM1_ContentBlock1, body.national-page #ctl00_ctl00_cphM1_cphM1_ContentBlock2 {
        width: 479px!important;
    }

    body.national-page .default-breadcrumbs {
        width: 479px!important;
    }
}
@media (max-width: 479px) {
    body .site-container .main-header {
        height: 120px!important;
        min-height: 120px!important;
    }

    body > div.site-container > div.main-header > div.order-nav > div.search {
        top: 43px;
        bottom: auto;
    }

    body.page-url-w_uxhome .site-container .main-header,
    body.page-url-w_uxhome .site-container .main-nav,
    body.page-url-w_uxhome .site-container .main-nav .sub-sub-nav,
    body.page-url-w_uxhome .site-container .main-nav .sub-nav-1-top,
    body.page-url-w_uxhome .main-header .mobile-search-bar {
        background: #000033!important;
        /*transition: background 1s ease;*/
    }

    .ez-banner {
        top: 120px;
        padding-left: 2%!important;
        padding-right: 2%!important;
        line-height: 18px;
    }

    .ez-banner-content:before {
        font-size: 13px;
    }

    .ez-banner-content:after {
        font-size: 10px;
    }

    .ez-banner-button {
        line-height: 35px;
        width: 180px;
        font-size: 16px;
        /*background: #009DDC;*/
    }

    .ez-banner-button a {
        color: #FFF!important;
    }

    .parallax {
        height: 275px;
        background-size: 480px;
        background-position: center center;
    }

   .mobile-promo-insert {
      font-size: 10px;
      line-height: 20px;
   }

   .desktop-promo-insert {
      font-size: 10px;
      line-height: 20px;
   }

    /*body.page-url-w_uxhome .kele-tab-toggles {
        top: 57%;
    }*/

    body div.main-content h6, body div.main-content .featured-products h6 {
        /*color: #008049!important;*/
        background: #999;
    }

    body.page-url-w_uxhome .site-container .featured-products {
        background: none;
    }

    body.page-url-w_uxhome .site-container .featured-products #sliderWrapper{
        background: #F8F8F8;
    }

    body.page-url-w_uxhome #ctl00_ctl00_cphM1_cphMM1_DropZone1_columnDisplay_ctl00_controlcolumn_ctl05_WidgetHost_updatepanel h1 span {
        font-size: 10pt!important;
    }

    body.page-url-w_uxhome #ctl00_ctl00_cphM1_cphMM1_DropZone1_columnDisplay_ctl00_controlcolumn_ctl05_WidgetHost_updatepanel div img {
        height: 20px!important;
    }    

    .home-tile-blocks a img {
        width: 99%;
        margin: 1px;
        border-radius: 2px;
        box-shadow: 1px 3px 6px rgba(0,0,0,0.16), 1px 3px 6px rgba(0,0,0,0.23);
        transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    }

   #dropcontainer .content .home-tile-blocks, #ctl00_ctl00_cphM1_cphMM1_DropZone1_columnDisplay_ctl00_controlcolumn_ctl03_WidgetHost_WidgetHost_widget_CB {
      display: none!important;
   }

   .mobile-billboard {
      display: block!important;
      clear:both;
      margin-bottom:5px;
      margin-top:50px;
      max-height:137px;
      overflow:hidden;
   }
}

@media (min-width: 480px) {

   #ctl00_ctl00_cphM1_cphMM1_DropZone1_columnDisplay_ctl00_controlcolumn_ctl01_WidgetHost_WidgetHost_widget_CB {
      display: block!important;
    }

   .mobile-billboard {
      display: none!important;
   }
}

/* Override for WP CSS to be full width */
body.page-template-full-width .site-container #pageOuterContainer .main-content {
    width: 100%!important;
    padding: 0!important;
}

@media print
{
    body.page-nav-projects .main-header {
        height: 75px;
        background: none;
    }

    body.page-nav-projects div.logo, body.page-nav-projects .site-container .main-header .logo a img {
        display: block!important;
        visibility: visible;
        opacity: 1.0;
    }

    body.page-nav-projects table.shopping form[name="scart"] > span.size14pt.darkGray:first-of-type {
        font-weight: bold;
        font-size: 28px;
    }

    body.page-nav-projects table.shopping td[bgcolor="whitesmoke"] > span.size09pt.darkGray:first-of-type,
    body.page-nav-projects .main-header .header-links,
    body.page-nav-projects .main-header .order-nav,
    body.page-nav-projects .main-header .main-nav,
    body.page-nav-projects .breadcrumbs,
    body.page-nav-projects .main-content .left-nav *,
    body.page-nav-projects #promo-container,
    body.page-nav-projects .footer,
    body.page-nav-projects .end-links,
    body.page-nav-projects #projectPrint,
    body.page-nav-projects #submittals,
    body.page-nav-projects input[src="../images/cart_update.jpg"],
    body.page-nav-projects img[src="../images/cart_delete.gif"],
    body.page-nav-projects img[src="../images/cart_Addtocart.jpg"],
    body.page-nav-projects #cart-toggle,
    body.page-nav-projects #livechat-compact-container {
        display: none;
    }
}

/* END FULL WIDTH CSS */