/*
Theme Name: Linn Gear
Theme URI: http://linngear.com
Author: Kevin Miller & Ron Sparks
Author URI: http://p51labs.com
Description: The default theme for Linn Gear
Version: 1.0.5
*/
  
  body {
    font-size: 14px;
    color: #4d4d4d;
    background: #171717;
    font-weight: 300;
    line-height: 1.5;
  }
    
    a {
      color: #0b68f2;
    }
    
    a:hover {
      color: #d23800;
    }
    
    h1,
    h2,
    h3 {
      font-family: 'kulturista-web-n3', 'kulturista-web', serif;
      font-weight: normal;
      margin-bottom: 0.25em;
    }
    
    h1 {
      font-size: 2em;
      color: #171717;
    }
      
      #content h1 {
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: .5em;
      }
      
      #content .entry h1 {
        border: none;
        padding: 0;
        margin-bottom: 0;
      }
    
    h2 {
      font-size: 1.5em;
      color: #2e2e2e;
    }
    
    h3 {
      font-size: 20px;
      line-height: 1.3;
      margin-bottom: .5em;
    }
    
    p {
      margin-bottom: 18px;
    }
    
    hr {
      clear: both;
      color: #dfdfdf;
      background-color: #dfdfdf;
      border-top: 1px solid #dfdfdf;
      margin: 25px 0 20px 0;
    }
    
    .clear {
      clear: both;
    }
    
    .hide {
      display: none;
    }
    
    #un-button {
      right: -53px\9 !important;
    }
    
  #logo {
  }
  
  .banner { 
    clear: both;
    
    margin-top: 10px;
    height: 179px;
    overflow: hidden;
  }
    
    .banner .cover {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 50;
    }    
  
    body.home .banner {
      height: 403px;
    }
    
    .banner-teaser {
      position: absolute;
      top: 140px;
      left: 100px;
      z-index: 1000;
      color: #ffffff;
      width: 400px;
    }
    
      .banner-teaser h1,
      .banner-teaser h2,
      .banner-teaser h3 {
        color: #ffffff;
        margin-bottom: 0.25em;
        line-height: 1;
      } 
      
      .banner-teaser p {
        color: #ffffff;
        margin-bottom: 0.75em;
      }
    
  #wrapper {
    position: relative;
    overflow: hidden;
    margin: 0 auto 0 auto;
    
    /* Maximum Width for the Wrapper*/
    width: 100%;
    min-width: 970px;
    
    /* Pad the wrapper so that the content block starts below the banner where we want it */
    padding: 290px 0 285px 0;
    
    background-color: #ffffff;
    min-height: 600px;
  }
    
    body.home #wrapper {
      padding-top: 512px;
    }
    
    body.tax-part_type #wrapper {
      padding-top: 247px;
    }
    
    @media all and (min-width: 1114px) {
      #wrapper {
        width: 1114px;
      }
    }
    
    #footer-banner {
      position: absolute;
      bottom: 0;
      left: 50%;
      background: url('img/footer-banner.png') no-repeat top center #272727;
      
      height: 265px;
      width: 1114px;
      margin-left: -557px;
    }
    
    #header {
      position: absolute;
      top: 0;
      left: 50%;
      background: url('img/header.png') repeat-x bottom left #171717;
      border-bottom: 1px solid #d23800;

      height: 253px;
      width: 1114px;
      margin-left: -557px;
    }
      
      body.home #header {
        height: 475px;
      }
      
      body.tax-part_type #header {
        height: 200px;
      }
      
      #header-widgets {
        height: 43px;
        background: #171717;
        color:  #ffffff;
        margin-top: 7px;
      }
        
        #header-widgets ul {
          list-style-type: none;
          margin-top: -6px;
        }
        
          #header-widgets ul li {
            display: block;
            float: left;
            margin: 0 15px 0 0;
          }
          
          #header-widgets ul li:last-child {
               margin: 0;
               margin-left: 40px;
             }
             
             #header-widgets ul li a {
               color: #e3e3e3;
               float: left;
               display: block;
               line-height: 25px;
 
             }
               
               #header-widgets ul li a:hover {
                 text-decoration: none;
                 color: #999999;
               }
             
               #header-widgets ul li.phone a {
                 padding-left: 30px;
                 background: url('img/phone.jpg') no-repeat left center transparent;
                 font-size:23px;
               }  
                   
      #site-title {
        margin-top: 35px;
      }
      
        #site-title a {
          display: block;
          height: 80px;
          width: 170px;
          background: url('img/logo.png') no-repeat top left transparent;
        }
        
          #site-title a span {
            display: block;
            text-indent: -9999px;
          }
      
      #site-description {
        text-indent: -9999px;
        display: none;
      }
    
    #content,
    #footer {
      width: 940px;
      margin: 0 auto 0 auto;
      position: relative;
    }
    
      #content {
        padding-bottom: 110px;
      }
    
    #top,
    #navigation,
    #search {
      position: absolute;
      z-index: 100;
      left: 50%;
      margin-left: -470px;
      height: 50px;
      width: 940px;
    }
    
    #search {
      top: 190px;
      height: 64px;
    }
    
      body.home #search {
        top: 412px;
      }
    
      #search form,
      #search div,
      #search input,
      #search label,
      #search button {
        float: left;
      }
      
      #search .btn-group {
        margin-right: 10px;
      }
      
      #search .btn-group,
      #search button,
      #search input {
        margin-top: 18px;
      }
      
        #search .btn-group button {
          margin-top: 0px;
        }
        
        #search .btn-group .dropdown-toggle {
          height: 30px;
        }
        
      #search label,
      #search input {
        margin-right: 9px;
      }
      
      #search input {
        width: 165px;
        border: 1px solid #7f7f7f;
      
        -moz-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.3);
        box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.3);
      }
      
      #search label {
        color: #3d3c3c;
        font-weight: bold;
        font-size: 13px;
        display: block;
        line-height: 64px;
      }
      
      #search-advanced {}
        
        #search-advanced .btn:first-child {
          width: 160px;
          text-align: left;
        }
      
        #search form .btn:last-child {
          text-transform: uppercase;
        }
      
    #navigation {
      top: 143px;
      height: 46px;
      z-index: 5000;
      background: url('img/navigation.png') repeat-x bottom left #272727;
    }
      
      body.home #navigation {
        top: 367px;
      }
      
      #navigation ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
      }
      
        #navigation ul li {
          float: left;
          height: 46px;
          margin-right: 1px;
        } 
        
          #navigation ul ul li {
            float: none;
            height: auto;
            margin-right: 0;
          }
        
          #navigation ul li a,
          #navigation ul li a:link,
          #navigation ul li a:visited {
            display: block;
            padding: 0 20px 0 20px;
            color: #ffffff;
            font-size: 15px;
            font-family: 'kulturista-web-n3', 'kulturista-web', serif;', serif;
            font-weight: normal;
            line-height: 46px;
            height: 46px;
            background: url('img/navigation-border.png') no-repeat right center transparent;
          }
          
            #navigation ul li a .caret,
            #navigation ul li a:link .caret,
            #navigation ul li a:hover .caret {
              margin-top: 20px;
              border-top-color: #ffffff;
              opacity: 1;
              filter: alpha(opacity=100);
            }
            
            #navigation ul li a:hover .caret,
            #navigation ul li a:focus .caret,
            #navigation ul li a:active .caret {
              border-top-color: #000000;
              opacity: 1;
              filter: alpha(opacity=100);
            }
            
            #navigation ul li.current-page-parent a .caret,
            #navigation ul li.current-menu-item a .caret {
              border-top-color: #000000;
              opacity: 1;
              filter: alpha(opacity=100);
            }
          
            #navigation ul li:last-child a {
              background: none;
            }
            
              #navigation ul ul li a,
              #navigation ul ul li a:link,
              #navigation ul ul li a:visited {
                color: #4d4d53;
                background: #ffffff;
                font-family: inherit;
                line-height: 2.2;
                height: auto;
              }
              
              #navigation ul ul li a:hover,
              #navigation ul ul li a:focus,
              #navigation ul ul li a:active {
                color: #4d4d53;
                background: #e6e6e6;
                filter: none !important;
              }

          #navigation ul li a:hover,
          #navigation ul li a:focus,
          #navigation ul li a:active {
            color: #d23800;
            background: #ffffff;
            text-decoration: none;
          }
          
          
          body.tax-part_type #navigation ul li.menu-item-products-services,
          #navigation ul li.current-page-parent,
          #navigation ul li.current-menu-item {
            margin-top: -2px;
            height: 48px;
          } 
          
            #navigation ul ul li.current-page-parent,
            #navigation ul ul li.current-menu-item {
              margin-top: 0;
              height: auto;
            }
          
          body.tax-part_type #navigation ul li.menu-item-products-services a,
          #navigation ul li.current-page-parent a,
          #navigation ul li.current-menu-item a {
            height: 48px;
            line-height: 48px;
            color: #d23800;
            background: #dfdfdf;
            text-decoration: none;
          }
          
        #navigation ul ul li.current-page-parent a,
        #navigation ul ul li.current-menu-item a {
          height: auto;
        }
      
        body.tax-part_type #navigation ul li.menu-item-products-services a:focus, 
        body.tax-part_type #navigation ul li.menu-item-products-services a:active, 
        #navigation ul li.current-page-parent a:focus, 
        #navigation ul li.current-page-parent a:active, 
        #navigation ul li.current-menu-item a:focus,
        #navigation ul li.current-menu-item a:active {
          background: #ffffff;
        }
        
        .menu-item-insert-top-level-11,
        .menu-item-insert-top-level-31 {
          display: none !important;
        }
        
        .dropdown-menu {
          width: 240px;
          border: none;
          padding: 0;
          font-size: 15px;
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
          border-radius: 0px;
          -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        }
        
          form .dropdown-menu {
            width: 280px;
          }
          
          ul.dropdown-menu ul.dropdown-menu {
            margin-left: 240px !important;
            z-index: -1 !important;
            width: 480px;
            padding-bottom: 5px;
            top: 0px;
            border-left: 1px solid #dfdfdf;
          }
          
            ul.dropdown-menu ul.dropdown-menu li {
              float: left !important;
              width: 240px;
            }
            
              ul.dropdown-menu li a:hover,
              ul.dropdown-menu li a:focus,
              ul.dropdown-menu li a:active {
                color: #4d4d53;
                background: #e6e6e6;
                filter: none !important;
              }
              
              ul.dropdown-menu ul.dropdown-menu li img {
                float: left;
                margin-right: 5px;
              }
              
              ul.dropdown-menu li ul.dropdown-menu li a.nav-part-type {
                padding: 5px !important;
                margin: 5px 5px 0 5px;
                height: auto;
              }
              
                ul.dropdown-menu li ul.dropdown-menu li a.nav-part-type img {
                  width: 33px !important;
                  height: 33px !important;
                }
              
              ul.dropdown-menu ul.dropdown-menu li:last-child a.nav-part-type,
              ul.dropdown-menu ul.dropdown-menu li:nth-last-child(2) a.nav-part-type {
                margin-bottom: 5px !important;
              }
              
              ul.dropdown-menu ul.dropdown-menu li:nth-child(even) a.nav-part-type {
                margin-left: 0 !important;
              }
          
          ul.dropdown-menu ul.dropdown-menu {
            display: block;
          }
      
  #main {
    margin-left: 0px;
  }
    
    #main .row {
      margin-left: 0px;
    }
    
    #main .call-to-action {
      padding: 15px;
      margin-bottom: 20px;
      background-color: #dfdfdf;
    }
    
      #main .call-to-action img {
        margin-bottom: 0px;
      }
    
  #sidebar {
  }
  
    #sidebar .widget-container,
    #sidebar .sidebar-menu {
      background: url('img/sidebar.png') repeat-y 24px 0px #ffffff;
      padding: 10px 0 10px 20px;
    }
    
    .widget_sp_image img {
      margin-right: 0;
      margin-left: 0;
    }
    
    #sidebar .menu {
      list-style-type: none;
      margin-left: -20px;
    }
    
      #sidebar .menu a,
      #sidebar .menu a:link,
      #sidebar .menu a:visited {
        color: #252525;
        font-size: 16px;
        display: block;
        line-height: 33px;
        padding-left: 40px;
      }
      
      #sidebar .menu a:hover,
      #sidebar .menu a:focus,
      #sidebar .menu a:active {
        color: #ffffff;
        text-decoration: none;
        background: url('img/sidebar-arrow.png') no-repeat 0 0 #4b4b4b;
      }
      
      #sidebar .menu .sub-menu {
        list-style-type: none;
      }
        
        #sidebar .menu .sub-menu li a,
        #sidebar .menu .sub-menu li a:link,
        #sidebar .menu .sub-menu li a:visited {
          font-size: 14px;
          padding-left: 30px;
          line-height: 26px;
        }
          
          #sidebar .menu .sub-menu .sub-menu li a,
          #sidebar .menu .sub-menu .sub-menu li a:link,
          #sidebar .menu .sub-menu .sub-menu li a:visited {
            background: none;
            padding-left: 20px;
            color: #d23800;
          }
        
        #sidebar .menu .sub-menu li a:hover,
        #sidebar .menu .sub-menu li a:focus,
        #sidebar .menu .sub-menu li a:active {
          background: none;
          color: #d23800;
        }

      #sidebar .menu .current_page_item .sub-menu a,
      #sidebar .menu .sub-menu .current_page_item .sub-menu a {
        background: none;
        color: #333333;
      }

      #sidebar .menu .sub-menu .current_page_item a {
        color: #d23800;
        background: none;
      }  

      #sidebar .menu .current_page_item a {
        color: #ffffff;
        text-decoration: none;
        background: url('img/sidebar-arrow.png') no-repeat 0 0 #4b4b4b;
      }
    
    #sidebar .widget-container {
      padding: 15px 10px 15px 40px;
      margin-top: 5px;
    } 
    
      #sidebar .widget-container img {
        max-width: 235px !important;
        margin-bottom: 10px;
      }
    
      #sidebar .widget-container:before,
      #sidebar .widget-container:after {
        content: "";
        display: table;
      } 
      
      #sidebar .widget-container:after {
        clear: both;
      }
      
      #sidebar .widget-container  {
        zoom: 1; /* For IE 6/7 (trigger hasLayout) */
      }
 
  #footer {
    clear: both;
  }
  
    #footer-widgets {
      height: 196px;
      padding-top: 20px;
      color: #4d4d4d;
      font-size: 12px;
    }
    
      #footer-widgets .widget-container {
        width: 180px;
        margin: 0 20px 0 0;
        float: left;
      }
      
        #footer-widgets .widget-container:last-child {
          width: 300px;
          margin: 0 0 0 40px;
        }
        
      #footer-widgets .widget-title {
        font-size: 16px;
      }
      
      #footer-widgets ul {
        list-style-type: none;
        margin-left: 0;
      }
      
      #footer-widgets a,
      #footer-widgets a:link,
      #footer-widgets a:visited {
        color: #4d4d4d;
      }
      
      #footer-widgets a:hover,
      #footer-widgets a:focus,
      #footer-widgets a:active {
        color: #d23800;
      }
      
    #footer-copyright {
      height: 48px;
      line-height: 48px;
      color: #ffffff;
    }
    
      #footer-copyright ul {
        float: right;
        list-style-type: none;
      }
      
        #footer-copyright ul li {
          display: inline;
        }
        
          #footer-copyright ul li a,
          #footer-copyright ul li a:link,
          #footer-copyright ul li a:visited {
            padding: 0 1em 0 .4em;
            color: #ffffff;
            text-decoration: none;
            background: url('img/footer-bullet.png') no-repeat right center #272727;
          }
        
            #footer-copyright ul li:last-child a {
              background: none;
            }
        
          #footer-copyright ul li a:hover,
          #footer-copyright ul li a:focus,
          #footer-copyright ul li a:active {
            text-decoration: underline;
          }
          
  .in-page-part-search {
    background-color: #dfdfdf;
    padding: 5px 20px 5px 20px;
    position: relative;
    margin-top: 30px;
  }
  
    .in-page-part-search #search {
      position: relative;
      top: auto;
      left: auto;
      margin: 0;
      width: auto;
    }
    
      .in-page-part-search #search #search-advanced {
        width: auto;
      }
    
      .in-page-part-search #search #search-basic {
        width: 310px;
      }
      
      .in-page-part-search #search input {
        width: 175px;
      }
      
  .part-type-description {
    padding: 20px 25px 20px 25px;
    background-color: #f6f6f6;
  }
  
    .part-type-description h1 {
      margin-bottom: inherit;
      border-bottom: none !important;
    }
  
  table {
    width: 100%;
    margin-bottom: 0;
  }

    .fixed-layout {
      table-layout: fixed;
    }
  
    table a,
    table a:link,
    table a:visited {
      color: #0083d3;
    }
    
    table .header-fixed {
      position: fixed;
      top: 0px;
      z-index: 1020; 
    }

    table thead,
    table thead.header-copy {
      width: 940px !important;
    }
      
      table thead th {
        background-color: #494d51;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(73, 77, 81)), to(rgb(44, 48, 50)));
        background-image: -webkit-linear-gradient(top, rgb(73, 77, 81), rgb(44, 48, 50));
        background-image: -moz-linear-gradient(top, rgb(73, 77, 81), rgb(44, 48, 50));
        background-image: -o-linear-gradient(top, rgb(73, 77, 81), rgb(44, 48, 50));
        background-image: -ms-linear-gradient(top, rgb(73, 77, 81), rgb(44, 48, 50));
        background-image: linear-gradient(top, rgb(73, 77, 81), rgb(44, 48, 50));
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#494d51', EndColorStr='#2c3032');
      }
      
      table thead th.filter {
        height: 40px;
        border-bottom: 1px solid #63676b;
        text-align: left;
        padding: 0 10px 0 10px;
      }
        
        table thead th.filter span.table-filter-label {
          display: inline-block;
          line-height: 40px;
          margin: 0 0 0 10px;
        }

      table thead th {
        height: 100px;
        color: #ffffff;
        font-weight: normal;
        text-align: center;
        font-size: 13px;
        vertical-align: middle;
        border-bottom: 2px solid #63676b;
        border-right: 1px solid #63676b;
        display: table-cell;
      }
        
        table thead th div.th-wrapper {
          padding: 25px 5px 0 5px;
          height: 100%;
          position: relative;
        }
        
        table thead th:last-child,
        table thead th td:last-child {
          border-right: 1px solid #63676B;
        }
        
        table.single-part thead th {
          height: 50px;
        }
    
    table tbody {
      border-left: 1px solid #d9d9d9;
      border-right: 1px solid #d9d9d9;
      border-bottom: 1px solid #d9d9d9;
    }
    
      table tbody tr td {
        background: #f6f6f6;
        height: 40px;
        text-align: center;
        font-size: 13px;
        vertical-align: middle;
        border-bottom: 1px solid #d9d9d9;
        border-right: 1px dotted #b2b6ba;
        cursor: pointer;
        word-wrap: break-word;
        padding: 0 5px 0 5px;
      }
      
        table tbody tr td:last-child {
          border-right: none;
        }
        
        table tbody tr:last-child td {
          border-bottom: none;
        }
        
        table tbody tr td .even {
          color: #000000;
          display: inline-block;
        }
        
        table tbody tr td .odd {
          color: gray;
          display: inline-block;
        }
        
      tbody tr.even td {
        background: #dbe0e3;
      }
      
      tbody tr:hover td {
        background: #fef2be;
      }
  
    table thead tr th:first-child,
    table tbody tr td:first-child {
      border-right: 2px solid #63676b;
    } 
    
      table.single-part thead tr th:first-child {
        border-right: 1px solid #63676b !important;
      }
      
      table.single-part tbody tr td:first-child {
        border-right: 1px dotted #b2b6ba;
      }
      
      thead tr th.filter-part {
        border-right: 1px dotted #63676B;
      }
        
    table tr .table-divider {
      border-right: none;
      color: #ffffff;
      font-weight: normal;
      text-align: center;
      font-size: 14px;
      vertical-align: middle;
      border-bottom: 1px solid #63676b;
      text-shadow: 1px 1px 1px #444444;
      height: 30px;
      line-height: 30px;
      background-color: #777777;
      border-right: 1px solid #777777 !important;
      border-left: 1px solid #777777;
    }
    
      tbody tr:hover td.table-divider {
        background: #777777;
      }
      
      table thead .table-divider {
        display: none;
      }
      
      table thead.header-copy .table-divider {
        display: table-cell;
      }
      
      table thead tr.supplemental-header {
        
      }
        
        table thead tr.supplemental-header th {
          height: 40px;
          text-align: left;
          padding: 0 20px;
          background-image: none;
          text-align: center;
          border-bottom: 1px solid #63676b;
        }
        
      table thead tr.active-filters {
        display: none;
      }
      
        table thead tr.active-filters th {
          height: 40px;
          text-align: left;
          padding: 0 20px;
          background-image: none;
        }
      
          table thead tr.active-filters span.filter-label {
            font-size: 12px;
            text-transform: uppercase;
            float: left;
            display: block;
            line-height: 22px;
          }
        
            table thead tr.active-filters .filter-range {
              margin: 0 0 0 10px;
              float: left;
              width: auto;
              padding: 3px 7px 3px 5px;
              text-transform: none;
              font-size: 12px;
            }
      
    table .label {
      display: block;
      margin: 0 auto 0 auto;
      width: 60px;
      margin-top: 10px;
      font-weight: normal;
      text-transform: uppercase;
      font-size: 10px;
      background-color: black;
    }
    
      table .label .caret {
        border-top-color: #ffffff;
        margin-top: 5px;
      }
    
    .table-filter {
      
    }
    
      .table-filter .btn-group {
        width: 68px;
        position: absolute;
        left: 50%;
        bottom: 15px;
        margin-left: -34px;
      }
      
        .filter-taxonomy .btn-group {
          width: 68px;
          position: relative;
          left: auto;
          bottom: auto;
          margin-left: 0;
          display: inline-block;
          text-align: center;
        }

        .filter-filter{
          padding-left: 4px !important;  
          padding-right: 4px !important;  
        }
        
        .filter-taxonomy .label,
        .filter-filter {
          margin-top: 0px;
          font-size: 11px;
          color: #ffffff;
          padding: 5px 12px;
          background: -moz-linear-gradient(
            top,
            #696969 0%,
            #000000);
          background: -webkit-gradient(
            linear, left top, left bottom, 
            from(#696969),
            to(#000000));
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          border-radius: 3px;
          border: 1px solid #000000;
          -moz-box-shadow:
            0px 0px 0px rgba(000,000,000,0.1),
            inset 0px 0px 2px rgba(255,255,255,0.6);
          -webkit-box-shadow:
            0px 0px 0px rgba(000,000,000,0.1),
            inset 0px 0px 2px rgba(255,255,255,0.6);
          box-shadow:
            0px 0px 0px rgba(000,000,000,0.1),
            inset 0px 0px 2px rgba(255,255,255,0.6);
          text-shadow:
            0px -1px 0px rgba(0,0,0,1),
            0px 0px 0px rgba(255,255,255,0);         
          }
    
#filter-results .header .filters .filter-filter,
#filter-results .header-copy .filters .filter-filter {
    -moz-box-shadow:
    0px 0px 0px rgba(000,000,000,0.1),
    inset 0px 0px 0px rgba(255,255,255,0.6) !important;
  -webkit-box-shadow:
    0px 0px 0px rgba(000,000,000,0.1),
    inset 0px 0px 0px rgba(255,255,255,0.6) !important;
    top: 4px;
    position: relative;
    padding: 3px 12px;
    }
          
        .filter-taxonomy ul.dropdown-menu li {
          background: none;
          padding-bottom: 5px;
          margin: 0;
        }
        
          .filter-taxonomy ul.dropdown-menu li ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
            color: #595959;
            font-size: 12px;
          }
          
          .filter-taxonomy ul.dropdown-menu li input {
            margin-top: 0;
          }
          
          .filter-taxonomy ul.dropdown-menu li li {
            float: left;
            width: 130px;
            padding: 5px;
          }
            
            .filter-taxonomy ul.dropdown-menu li li label {
              margin: 0;
            }
            
          .filter-taxonomy .filter-update {
            clear: both;
          }
        
      .table-filter .dropdown-menu {
        width: 306px;
        margin-left: -95px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
      }

        .table-filter .filter-inactive {
          display: none;
        }
        
        .close {
          color: white;
          font-weight: normal;
          line-height: 1;
          font-size: 13px;
          float: none;
          top: -10px;
          opacity: 1;
          filter: alpha(opacity=100);
          padding-left: 13px;
          background: url('img/close_sm.png') no-repeat center center transparent;
        }
      
        .table-filter .dropdown-menu li {
          text-align: left;
          padding: 5px 10px;
          background: url('img/slider-marks.png') no-repeat center 20px transparent;
        }
  
          .table-filter .dropdown-menu li .dropdown-label {
            font-size: 12px;
            color: #595959;
            display: block;
            line-height: 25px;
            float: left;
          }
        
          .table-filter .dropdown-menu li .btn {
            text-transform: uppercase;
            float: right;
          }
        
          .table-filter .dropdown-menu li .slider-range {
            background: url('img/slider-bg.png') repeat-x top left #ffffff;
            margin-bottom: 20px !important;
            border-bottom: none;
            border-color: #a5a5a5;
            height: 8px !important;
          }
        
            .table-filter .dropdown-menu li .slider-range .ui-slider-handle {
              padding: 0;
              border: none;
              background: url('img/slider-handle.png') no-repeat center center transparent;
            }
        
            .table-filter .dropdown-menu li .slider-range .ui-slider-range {
              background: url('img/slider-range-bg.png') repeat-x top left red;
            }
    
    .value-prefix,
    .value-suffix {
      color: #999999;
      display: inline;
      padding: 0 3px 0 3px;
    }
    
    table tr td.td-tab {
      border-bottom: none !important;
      background: url('img/td-tab.png') no-repeat 1px 1px #ffffff !important;
    }
    
    .table-part-detail {
      border: none;
    }
    
      .table-part-detail td {
        height: auto;
        padding: 0;
        border: none !important;
      }
    
        .table-part-detail-contents {
          height: 0px;
          overflow: hidden;
          background: url('img/td-tab.png') no-repeat 1px -1px #ffffff !important;
          height: 40px;
          line-height: 40px;
          padding: 0 20px 0 20px;
          text-align: left;
          display: none;
          border-bottom: 1px solid #d9d9d9;
        }
        
        .table-part-detail-contents ul {
          margin: 0;
          padding: 0;
        }
        
          .table-part-detail-contents li {
            list-style-type: none;
            height: 40px;
            line-height: 40px;
            float: left;
            margin-right: 20px;
          }

  .taxonomy-thumb {
    float: left;
    margin: 0 25px 25px 0 !important;
    width: 150px;
    text-align: center;
    font-size: 13px;
  }
    
    .taxonomy-thumb a {
      border: 1px solid #a5a5a5;
      display: block;
     }
    
    .taxonomy-thumb img {
      vertical-align: middle;
      max-height: 150px;
      width: auto;
    }
  
  .part-type-general {
    padding: 20px;
    border-left: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
    border-bottom: 1px solid #afafaf;
    border-top: 14px solid #494f54;
    background-color: #f6f6f6;
    text-align: left;
    margin: 0 15px 15px 0;    
  }
    
    .part-type-general h3 {
      margin-top: 0;
    }
    
    .part-type-general-thumb {
      display: block;
      margin-bottom: 10px;
      float: left;
      margin-right: 10px;
      width: 90px;
    }
    
      .part-type-general-thumb img {
        max-height: 100px;
        width: auto;
      }
  
  .part-type {
    height: 205px;
    width: 154px;
    padding: 20px;
    border-left: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
    border-bottom: 1px solid #afafaf;
    border-top: 14px solid #494f54;
    background-color: #f6f6f6;
    text-align: center;
    float: left;
    margin: 0 15px 15px 0;    
  }
  
    .part-type-last {
      margin-right: 0 !important;
    }
    
    .part-type .img-link {
      display: block;
      height: 150px;
      vertical-align: middle;
    }
    
      .part-type .img-link {
        vertical-align: middle;
      }
    
    .part-type-thumb {
      display: block;
      margin-bottom: 10px;
    }
    
      .part-type-thumb img {
        max-height: 150px;
        max-width: 150px;
      }

  .part-list {
    list-style-type: none;
    margin-left: 100px;
  }
  
    .part-list li {
      width: 48%;
      padding-right: 2%;
      line-height: 25px;
      position: relative;
    }
    
    .right-side {
      margin-left: 50%;
    }

  #home-top {
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 20px;
  }
  
    #home-top .widget-container {
      float: left;
      height: 320px;
      width: 580px;
      margin-right: 20px;
    }
    
      #home-top .widget-container:last-child {
        float: right;
        width: 330px;
        margin-right: 0px;
      }
  
  #home-bottom {
    
  }    
  
    #home-bottom .widget-container {
      float: left;
      width: 460px;
      margin-right: 20px;
      padding-bottom: 20px;
    }
    
      #home-bottom .widget-container:last-child {
        margin-right: 0px;
      }
      
    #home-bottom img {
      border-bottom: 3px solid #d23901;
    }
      
  a.action-link,
  a.action-link:link,
  a.action-link:visited {
    display: block;
    margin: 10px 40px 0 0;
    float: left;
    color: #d23901;
    border-left: 3px solid #d23901;
    line-height: 20px;
    padding: 0 45px 0 10px;
    text-transform: uppercase;
    font-size: 16px;
    background: url('img/action-link.png') no-repeat right center transparent;
  }
  
    a.action-link-blue,
    a.action-link-blue:link,
    a.action-link-blue:visited {
      color: #0188cc;
      border-left: 3px solid #0188cc;
      background: url('img/action-link-blue.png') no-repeat right center transparent;
    }
    
    #sidebar a.action-link {
      margin-right: 0;
    }

  .entry .row {
    margin-bottom: 20px;
  }
  
  .project {
    background-color: #f1f2f1;
    padding: 0 10px 10px 10px;
    width: 280px;
    float: left;
    margin: 0 10px 10px 0;
  }
    
    .project:nth-child(odd) {
      margin-right: 0;
    }
    
    .project img {
      margin-bottom: 10px;
    }
  
  .team-member {
    float: left;
    width: 175px;
    height: 175px;
    overflow: hidden;
    position: relative;
    margin: 0 45px 45px 0;
    display: block;
    font-size: 14px;
  }
    
    .team-member-email {
      cursor: pointer;
    }
    
    .team-meta {
      font-size: 16px;
      font-weight: 400;
    }
    
    .team-member img {
      width: 100%;
      height: 100%;
    }
    
    .team-member-flush {
      margin-right: 0;
    }
    
    .member-title {
      display: block;
      height: 40px;
      line-height: 40px;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 155px;
      padding: 0 10px 0 10px;
      font-weight: 400;
      color: #ffffff;
      background: #000000;
      border-top: 2px solid #8e2b00;
      text-shadow: 1px 1px 1px #000000;
      
      filter: alpha(opacity=70);
      -moz-opacity: 0.7;
      -khtml-opacity: 0.7;
      opacity: 0.7;
    }
    
    .member-overlay {
      display: block;
      height: 113px;
      position: absolute;
      top: 0;
      width: 155px;
      padding: 10px;
      background: #000000;
      color: #ffffff;
      display: none;
      
      filter: alpha(opacity=80);
      -moz-opacity: 0.80;
      -khtml-opacity: 0.80;
      opacity: 0.80;
    }
    
      .team-member:hover .member-overlay {
        display: block;
      }
    
    .member-since {
      display: block;
      color: #fff;
      position: absolute;
      bottom: 10px;
      left: 10px;
    }    
    
  .gallery {
    position: relative;
  }
    
    .project-clear {
      clear: left;
    }
    
    .gallery img.modal-icon {
      display: none;
      position: absolute;
      top: 75px;
      left: 50%;
      z-index: 100;
      margin: -27px 0 0 -27px;
    }
    
    .gallery a:hover img.modal-icon,
    .taxonomy-thumb a:hover img.modal-icon {
      display: block;
    }
    
  .link-list {
    border-top: 1px solid #dfdfdf;
  }
  
    .link-list a {
      color: #000000;
      display: block;
      clear: both;
      line-height: 1.2;
      padding: 15px 5px 15px 5px;
      border-bottom: 1px solid #dfdfdf;
      margin: 1px 0 1px 0;
    }
    
      .link-list a:hover {
        padding-left: 15px;
        background: #dfdfdf;
        text-decoration: none;
      }

/* --------------------------------------------------------------------------------
  Bootstrap Additions
-------------------------------------------------------------------------------- */

  .btn,
  #gform_submit_button_3 {
    font-weight: normal !important;
    -webkit-font-smoothing: antialiased;
  }

  .btn-go,
  #gform_submit_button_3 {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #c13a00;
    *background-color: #992d00;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c13a00), to(#992d00));
    background-image: -webkit-linear-gradient(top, #c13a00, #992d00);
    background-image: -o-linear-gradient(top, #c13a00, #992d00);
    background-image: linear-gradient(to bottom, #c13a00, #992d00);
    background-image: -moz-linear-gradient(top, #c13a00, #992d00);
    background-repeat: repeat-x;
    border-color: #c13a00 #c13a00 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffc13a00', endColorstr='#ff992d00', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  }

    .btn-go:hover,
    .btn-go:active,
    .btn-go.active,
    .btn-go.disabled,
    .btn-go[disabled] {
      color: #ffffff;
      background-color: #992d00;
      *background-color: #c13a00;
    }

    .btn-go:active,
    .btn-go.active {
      background-color: #c13a00 \9;
    }

  .carousel {
  }
    
    body.home .carousel {
      border-top: none;
    }
    
    .carousel .item {
      -webkit-transition: opacity 0.6s ease-in-out;
      -moz-transition: opacity 0.6s ease-in-out;
      -ms-transition: opacity 0.6s ease-in-out;
      -o-transition: opacity 0.6s ease-in-out;
      transition: opacity 0.6s ease-in-out;
    }
  
    .carousel .active.left,
    .carousel .active.right {
      left: 0;
      z-index: 2;
      opacity: 0;
      filter: alpha(opacity=0);
    }
  
    .carousel .next,
    .carousel .prev {
      left: 0;
      z-index: 1;
    }

    .carousel .carousel-control {
      z-index: 3;
    }​

    .carousel-inner {
      background: #222;
      border-top: 1px solid #ffffff;
    }
    
      body.home .carousel-inner {
        border-top: none;
      }

      .carousel-inner img {
        width: auto;
        margin-left: auto;
        margin-right: auto;
      }
  
  .carousel-control {
    top: 50%;
    margin-top: -20px;
  }
  
  .carousel .carousel-control { 
    visibility: hidden;
  }
  
  .carousel:hover .carousel-control { 
    visibility: visible; 
  }
  
  .carousel-nav {
    position: absolute;
    top: 340px;
    right: 90px;
    z-index: 4000;
  }

    .carousel-nav a {
      display: block;
      width: 16px;
      height: 16px;
      background: url('img/slider_dot_both.png') no-repeat top center transparent;
      text-indent: -9999px;
      border: 0;
      margin-right: 3px;
      float: left;
    }
  
    .carousel-nav a.active-slide {
      background-position: 0 -17px;
    }


  .accordion-group {
    background-color: #e7e7e7;
    
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  
    .accordion-group:nth-child(even) {
      background-color: #dbe0e3;
    }
    
    .accordion-heading {
      border: none;
      background: url('img/accordion.png') no-repeat 10px center transparent;
      font-weight: bold;
      padding: 10px 0 10px 20px;
    }
    
      .accordion-heading a {
        color: #000000;
      }

  .well {
    margin-bottom: 7px;
  }
  
    .well form {
      margin: 0;
    }
  
      .well form #s {
        padding: 12px 14px;
        width: 240px;
        margin-top: 2px;
        margin-right: 15px;
      }
  
  .dropdown-menu.has-tip {
    margin-top: 8px;
  }
  
    .dropdown-menu.has-tip::before {
      position: absolute;
      top: -6px;
      left: 50%;
      margin-left: -6px;
      content: '';
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #CCC;
      border-bottom-color: rgba(0, 0, 0, 0.2);
      display: inline-block;
    }

    .dropdown-menu.has-tip::after {
      position: absolute;
      top: -5px;
      left: 50%;
      margin-left: -6px;
      content: '';
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid white;
      display: inline-block;
    }
  
  .tour-pane {
    padding: 0;
    min-height: 360px;
    background-color: #76848e;
    color: #ffffff;
    clear: both;
  } 
  
    .tour-pane-start {
      padding: 50px 20px;
    }
  
    .tour-pane h2 {
      font-weight: 400;
      color: #ffffff;
      margin-top: -3px;
    }
    
    .tour-pane .offset-right {
      margin-right: 50px;
    }
    
    .tour-pane hr {
      clear: both;
      margin: 30px 0 30px 0;
      border-color: #939ea6;
      background-color: #939ea6;
    }
    
    .tour-pane .pane {
      width: 167px;
      height: 248px;
      padding: 4px;
      background-color: #ffffff;
      text-align: center;
      font-size: 15px;
      color: #2e2e2e;
      margin-right: 6px;
      float: left;
      display: block;
    } 
      
      .tour-pane .pane:last-child {
        margin-right: 0;
      }
    
      .tour-pane .pane .panel {
        background-color: #2e2e2e;
        height: 180px;
        margin-bottom: 10px;
        display: block;
      }
    
    .tour-tabs {
      margin-bottom: 0px;
      height: 46px;
      border: none;
    }
    
      .tour-tabs > li {
        width: 156px;
      }
      
        .tour-tabs > li > a {
          padding: 0;
          margin-right: 0;
          border: none;
          color: #2e2e2e;
          font-family: 'kulturista-web-n3', 'kulturista-web', serif;', serif;
          text-align: center;
          font-weight: 400;
          
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0;
        }
          
          .tour-tabs .tab-number {
            float: left;
            display: block;
            width: 20px;
            line-height: 46px;
            font-size: 18px;
            text-align: center;
            background: url('img/tab-grey.png') repeat-x top left transparent;
          }
          
          .tour-tabs .tab-label {
            background: url('img/tab-grey.png') repeat-x top left transparent;
            display: table;
            float: left;
            width: 96px;
            text-align: left;
            line-height: 1;
            height: 46px;
            overflow: hidden;
          }
            
            .tour-tabs .tab-label span {
              display: table-cell;
              vertical-align: middle;
            }
            
          .tour-tabs .tab-end {
            display: block;
            float: left;
            width: 40px;
            height: 46px;
            background: url('img/tab-grey-tab.png') repeat-x top left transparent;
            line-height: 1;
          }
          
            .tour-tabs li:last-child a .tab-end {
              background: url('img/tab-grey-white.png') repeat-x top left transparent;
            }
        
        .tour-tabs > .active > a,
        .tour-tabs > .active > a:hover {
          border: none;
          color: #ffffff;
        }
        
          .tour-tabs > .active > a .tab-label, 
          .tour-tabs > .active > a:hover .tab-label,
          .tour-tabs > .active > a .tab-number, 
          .tour-tabs > .active > a:hover .tab-number {
            background: url('img/tab-blue-dark.png') repeat-x top left transparent;
          }
          
          .tour-tabs > .active > a .tab-end, 
          .tour-tabs > .active > a:hover .tab-end {
            background: url('img/tab-blue-dark-tab.png') repeat-x top left transparent;
          }
            
            .tour-tabs > .active > a.tab-first .tab-label, 
            .tour-tabs > .active > a.tab-first:hover .tab-label,
            .tour-tabs > .active > a.tab-first .tab-number, 
            .tour-tabs > .active > a.tab-first:hover .tab-number {
              background: url('img/tab-blue.png') repeat-x top left transparent !important;
            }

            .tour-tabs > .active > a.tab-first .tab-end, 
            .tour-tabs > .active > a.tab-first:hover .tab-end {
              background: url('img/tab-blue-tab.png') repeat-x top left transparent !important;
            }
            
          .tab-end-previous {
            background: url('img/tab-blue-previous-tab.png') repeat-x top left transparent !important;
          }

      
        .tour-tabs > li > a:hover .tab-label,
        .tour-tabs > li > a:hover .tab-number {
          background: url('img/tab-grey.png') repeat-x top left transparent;
        }
        
          .tour-tabs li.active:last-child a .tab-end {
            background: url('img/tab-blue-white.png') repeat-x top left transparent;
          }
    
  .nested-header {
    padding: 25px;
    background-color: #5a656b;
  }
  
  .tour-single-tabs {
    margin: 0;
    border: none;
  }

    .tour-single-tabs > li {
      margin-right: 12px;
    }
    
      .tour-single-tabs > li > a {
        background-color: #e1e1e1;
        color: #2a2a2a;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
      }
    
      .tour-single-tabs .active a {
        background-color: #2a2a2a;
        border-color: #2a2a2a;
        color: #ffffff;
        position: relative;
      }
      
        .tour-single-tabs .active a::before {
          position: absolute;
          bottom: -8px;
          left: 50%;
          margin-left: -11px;
          content: '';
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-top: 7px solid #2a2a2a;
          display: inline-block;
        }
        
        .tour-single-tabs .active a:hover,
        .tour-single-tabs > li > a:hover {
          background-color: #2a2a2a;
          border-color: #2e2e2e;
          color: #ffffff;
        }
  
  .tour-single-pane {
    margin: 25px;
    background-color: #5a656b;
  }
      
  .tab-previous {
    margin-right: 10px;
  }
    
  .tab-next {
  }  
      
  .tab-pane-feature {
    width: 498px;
    height: auto;
    float: left;
    border: 6px solid #ffffff;
    overflow: hidden;
    text-align: center;
    background-color: #000000;
  }
  
  .tab-pane-content {
    padding: 20px 20px 10px 20px;
    float: left;
    width: 340px;
  }
    
    .tab-pane-content h3 {
      margin-top: 0;
    }
    
  .thumb-gallery {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
    .thumb-gallery li {
      display: block;
      float: left;
      height: 62px;
      width: 82px;
      overflow: hidden;
      margin: 0 10px 10px 0;
    }
    
      .thumb-gallery li a {
        display: block;
        overflow: hidden;
        height: 62px;
        width: 82px;
        opacity: .5;
        filter: alpha(opacity=50);
      }
      
      .thumb-gallery li a:hover,
      .thumb-gallery li a.active {
        border-bottom: 3px solid white;
        height: 59px;
        opacity: 1;
        filter: alpha(opacity=100);
      }
    
    
  
  
/* --------------------------------------------------------------------------------
  Images and Defaults
-------------------------------------------------------------------------------- */
  
  .alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em;
  }
  
  .alignright {
    display: inline;
    float: right;
    margin-left: 1.625em;
  }
  
  .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  /* Images */
  .entry-content img,
  .comment-content img,
  .widget img {
    max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
  }
  
  img[class*="align"],
  img[class*="wp-image-"],
  img[class*="attachment-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
  }
  
  img.size-full,
  img.size-large {
    max-width: 97.5%;
    width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
  }
  
  .entry-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
  }
  
  img.alignleft,
  img.alignright,
  img.aligncenter {
    margin-bottom: 1.625em;
  }
  
  p img,
  .wp-caption {
    margin-top: 0.4em;
  }
  
  .wp-caption {
    background: #eee;
    margin-bottom: 1.625em;
    max-width: 96%;
    padding: 9px;
  }
  
    .wp-caption img {
      display: block;
      margin: 0 auto;
      max-width: 98%;
    }
  
    .wp-caption .wp-caption-text,
    .gallery-caption {
      color: #666;
      font-family: Georgia, serif;
      font-size: 12px;
    }
  
    .wp-caption .wp-caption-text {
      margin-bottom: 0.6em;
      padding: 10px 0 5px 40px;
      position: relative;
    }
  
    .wp-caption .wp-caption-text:before {
      color: #666;
      content: '\2014';
      font-size: 14px;
      font-style: normal;
      font-weight: bold;
      margin-right: 5px;
      position: absolute;
      left: 10px;
      top: 7px;
    }
  
  .call-to-action img,
  #sidebar img {
    border: 5px solid #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 1px 1px 1px 1px #ddd;
    -webkit-box-shadow: 1px 1px 1px 1px #ddd;
    box-shadow: 1px 1px 1px 1px #ddd;
  }
    
  #content .gallery {
    margin: 0 auto 1.625em;
  }
    
    #content .gallery a img {
      border: none;
    }
  
    img#wpstats {
      display: block;
      margin: 0 auto 1.625em;
    }
  
    #content .gallery-columns-4 .gallery-item {
      width: 23%;
      padding-right: 2%;
    }
  
    #content .gallery-columns-4 .gallery-item img {
      width: 100%;
      height: auto;
    }

  /* Image borders */
  img[class*="align"],
  img[class*="wp-image-"],
  #content .gallery .gallery-icon img {
  }
  
  .wp-caption img {
    border-color: #eeeeee;
  }
  
  a:focus img[class*="align"],
  a:hover img[class*="align"],
  a:active img[class*="align"],
  a:focus img[class*="wp-image-"],
  a:hover img[class*="wp-image-"],
  a:active img[class*="wp-image-"],
  #content .gallery .gallery-icon a:focus img,
  #content .gallery .gallery-icon a:hover img,
  #content .gallery .gallery-icon a:active img {
    /* Add some useful style to those fancy borders for linked images ... */
    background: #eee;
    border-color: #bbb;
  }
  
  .wp-caption a:focus img,
  .wp-caption a:active img,
  .wp-caption a:hover img {
    /* ... including captioned images! */
    background: #fff;
    border-color: #ddd;
  }

  /* Make sure embeds and iframes fit their containers */
  embed,
  iframe,
  object {
    max-width: 100%;
  }
  



  body.parent-pageid-11 .sidebar-menu .menu li:first-child {
    display: none !important;
  }


/* temp gear cat page */

 .term-gears .part-type {
   width: 150px;
 }
     
 .term-gears #main .part-type-last {
   margin-right: 0px !important;
 }  


/* gform general */
.gform_title{
  font-weight: normal !important;
  }
  
.gfield_label{
  font-weight: normal !important;
  }
  
.gform_footer{
  position: relative;
  }
    
/* -- contact page custom -- */
#gform_1, #gform_2{
  background: #ededed;
  padding: 15px; 
  }
 
  
#gform_1 .description_below,
#gform_2 .description_below{
  position: relative;
  }

#gform_1 input, #gform_2 input{
  height: 30px;
  padding-left: 5px;
  font-size: 13px;
  }

/* message field */
#gform_1 #field_1_5{
  position: absolute;
  top: 0px;
  right: 0px;
  }
  
#gform_2 #field_2_10{
  position: absolute;
  top: 0px;
  right: -5px;
  width: 48%;
  }  
  
#gform_submit_button_1,
#gform_submit_button_2{
  position: absolute;
  right: 250px;
  top: -0px;
  width: 100px;
  }
  
/* form 2 */
#gform_2 #field_2_10 textarea{
  height: 200px;
  }
  
#field_2_6{
    border-top: 1px solid #ccc;
    }      
#field_2_6, 
#field_2_7,    
#field_2_8,
#field_2_9{
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  }


/* history gallery */  
.page-id-28 .carousel{
  background: #222;
  border-top: 8px solid #c2451e;
  }  




/* part-loop top box cta */

.part-cta{
  text-align: center;
  padding:5px 0px;
  }
  
  
.part-cta-text{
  margin-right: 5px;
  font-size: 16px;
  top: 3px;
  position: relative;
  }  
  
.part-cta-or{
  font-size: 12px;
  position: relative;
  bottom: 1px;
  margin: 0px 10px;
  }  
  

/* RON - Search Parts Results */
.search_breadcrumb{
  background: none;
  overflow: auto;
  margin-bottom: 0px;
  padding: 0px 10px;
  }
  
    
.search_breadcrumb a,
.search_breadcrumb span{
  float: left !important;  
  border: none !important;
  }
    

.result_group_box{
  overflow: auto;
  display: block;
  border-bottom:1px solid #ccc !important ;
  padding-left: 0px;
  padding: 0px 0px;
  }
  
.result_group_box .search_breadcrumb a,
.result_group_box .search_breadcrumb a:hover{
    padding: 2px;
    background: none; 

  }  
  
.result_group_box .search_breadcrumb a:hover{
  color: #b53813;
  }  
  
.result_group_box .spacer{
  margin: 0px 15px;
  color: #ccc;
  }  

.result_group_box .sb_level4 a,
.result_group_box .sb_level4 a:hover{
  font-weight: bold;
  padding: 15px 0px ;
  color: #444;
   text-decoration: underline;  
  }

.result_group_box .sb_level4 a:hover{
    color: #b53813;
  }

.sb_category_details{
  margin-top: 11px;
  }

.result_even{
    background: #f6f6f6;
  }    
  
.result_odd{
   background: #dbe0e3;  
   }

.result_even:hover,
.result_odd:hover{
  background: #fef2be !important;
  }
  
    
  /* non-parts results */
  .result_standard {  }  
  
  .part-type-description a{
    text-decoration: underline;
  }
  
  
  /* Ron Ready Sprockets Title */
  .term-560 h1{
  	text-indent:-9999px;
  	height:230px;
  	background:url(./img/banner_ready.jpg) no-repeat;
  	border-bottom:none !important;
  	}
  
  .part-type-description .alignleft{
  	border: 1px solid #ccc;
  	}
  	
  .menu-item-2964 ul{
  	padding-top: 13px !important;
  	padding-bottom: 20px !important;
  	}	
  	 
  .term-502 .split_hub{
  	display: block;
  	height: 260px;
  	width: 196px;
  	text-indent: -9999px;
  	position: relative;
  	top: -297px;
  	left: 211px;
  	background: url(./img/mill_gear.png);
  	}  
  	
.single-part-cta{
	top: 0px !important;
	margin-top: -19px !important;
	margin-bottom: 50px;
	} 	


/* SINGLE PAGE ADDITIONS (ron) */

.single-part #wrapper {
  padding-top: 247px;
  }

.single-part #header {
  height: 200px;
  }
	
.single-part  #header #search{
	display: none;
	}
	
	
.single-part  #header .btn-go {

    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #2b2c2b;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#272727));
	background-image: -webkit-linear-gradient(top, #555555 0%, #272727 100%);
	background-image: -moz-linear-gradient(top, #555555 0%, #272727 100%);
	background-image: -o-linear-gradient(top, #555555 0%, #272727 100%);
	background-image: linear-gradient(to bottom, #555555 0%, #272727 100%);

	border-color: #080808;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffc13a00', endColorstr='#ff992d00', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  }

.request-quote{
	display: none;
	position: relative;
	right: 10px;
	top: -20px;
	margin-top: -30px;
	float: right;
	}