/* Vars */
.font-1 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.font-2 {
  font-family: "Cabin Condensed", sans-serif;
}
/* Globals */
img {
  max-width: 100%;
}
body {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.panel {
  box-shadow: none;
}
.button-look {
  font-family: "Cabin Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #3e3e3a;
  border-radius: 4px;
  color: #ffffff;
  transition: all ease-in-out 0.25s;
}
.button-hover-look {
  background: #86867f;
}
.button-alt-look {
  font-family: "Cabin Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #3e3e3a;
  transition: all ease-in-out 0.25s;
}
.button-alt-hover-look {
  background: #86867f;
  color: #ffffff;
  text-decoration: none;
}
a {
  color: #3e3e3a;
  text-decoration: none;
}
a:hover {
  color: #86867f;
}
.btn {
  font-family: "Cabin Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #3e3e3a;
  border-radius: 4px;
  color: #ffffff;
  transition: all ease-in-out 0.25s;
  display: block;
}
.btn:hover {
  background: #86867f;
}
.btn-alt {
  font-family: "Cabin Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #3e3e3a;
  transition: all ease-in-out 0.25s;
  display: block;
}
.btn-alt:hover {
  background: #86867f;
  color: #ffffff;
  text-decoration: none;
}
#site-header .drawer-toggle {
    text-align: right;
    position: fixed;
    z-index: 9999;
    right: 15px;
    top: auto;
}
#site-header.scrolling .drawer-toggle {
  background-color: rgba(0, 0, 0, 0.7);
  right: 5px;
  top: 10px;
  padding: 10px;
}
.drawer-toggle .fa {
  color: #fff;
  font-size: 34px;
}
/* RMS Admin Styles */
.admin-toolbar {
  background-color: #333;
  border-bottom: solid 1px #ccc;
  height: 50px;
  width: 100%;
  overflow: hidden;
  font-family: Arial;
  box-shadow: inset 0px -5px 15px 0 #000;
}
.admin-toolbar .name {
  font-size: 24px;
  font-weight: bold;
  color: #ccc;
  display: block;
  padding-top: 10px;
  float: left;
}
.admin-toolbar .logo {
  float: left;
  margin: -30px 15px 0 5px;
}
.admin-toolbar .edit-controls {
  width: 350px;
  margin: 0 auto;
  padding-top: 15px;
  height: 35px;
  text-align: center;
}
.admin-toolbar .edit-controls a {
  border-radius: 5px;
  padding: 4px 8px;
  background: #d11e1e;
  color: #fff;
  margin-right: 5px;
  border: solid 1px #d11e1e;
}
.admin-toolbar .edit-controls a:hover {
  border: solid 1px #fff;
}
.admin-toolbar .login-bar {
  padding: 20px 10px 5px 10px;
  text-align: right;
  color: #ccc;
  height: 20px;
  width: 500px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.admin-toolbar .login-bar a {
  color: #59b4d4;
}
.content_block_edit a {
  font-size: 11px;
  border-radius: 3px;
  background: #ccc;
  padding: 3px 6px;
  color: #666;
  text-align: center;
  display: inline-block;
}
.content_block_edit a:hover {
  color: #000;
}
#content_block_edit_bg {
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 4999;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
#content_block_edit_screen {
  width: 730px;
  height: 500px;
  margin: 0;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  position: absolute;
  z-index: 5000;
  box-shadow: 0 0 20px 0 #000;
  display: none;
}
/* Header */
#site-header {
  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(bottom, #004532 0%, #01835F 100%);
  /* Opera */
  background-image: -o-linear-gradient(bottom, #004532 0%, #01835F 100%);
  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #004532), color-stop(1, #01835F));
  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(bottom, #004532 0%, #01835F 100%);
  /* W3C Markup, IE10 Release Preview */
  background-image: linear-gradient(to top, #004532 0%, #01835F 100%);
}
#site-header .nav-wrapper{
  display:flex;
  align-items: center;
  justify-content: space-evenly;
}
/* Footer */
#site-footer {
  margin-top: 50px;
}
#site-footer {
  background: #e2e2e0;
}
#site-footer .logo {
  display: block;
  margin-bottom: 15px;
}
#site-footer .copyright,
#site-footer .rhinogroup {
  font-size: 80%;
}
/* Content basics */
#content {
  padding-top: 15px;
}
.headline {
  font-family: "Cabin Condensed", sans-serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #01825e;
  margin-top: 0;
  text-align: center;
}
.deckline {
  font-family: "Cabin Condensed", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.deckline a {
  color: #86867f;
}
.subhead {
  font-family: "Cabin Condensed", sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
}
.title {
  font-family: "Cabin Condensed", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
/* Breadcrumbs */
#breadcrumbs {
  padding-left: 5px;
  background: #3e3e3a;
  border-top: solid 1px #86867f;
  display: none;
}
#breadcrumbs ul {
  margin: 0px;
  padding: 0px;
}
#breadcrumbs ul li {
  color: #fff;
  padding: 5px 5px;
  list-style-type: none;
  float: left;
  margin-right: 5px;
}
#breadcrumbs ul li:last-child {
  color: #01825e;
}
#breadcrumbs li.divider {
  width: 15px;
  height: 30px;
  padding: 0px;
}
#breadcrumbs li a {
  color: #e2e2e0;
  text-decoration: none;
}
#breadcrumbs ul li:last-child {
  display: none;
}
/* Sidebar */
#sidebar ul {
  display: none;
}
.catalog #sidebar ul.active {
  display: block;
}
#sidebar {
  font-family: "Cabin Condensed", sans-serif;
}
#sidebar ul {
  padding-left: 15px;
}
#sidebar ul li {
  list-style-type: none;
}
#sidebar li a {
  padding: 5px;
}
#sidebar a {
  display: block;
  padding: 10px;
  transition: margin-left ease-in-out 0.35s;
  font-size: 16px;
}
#sidebar a:hover {
  color: #01835f !important;
  margin-left: 10px;
  text-decoration: none;
}
#sidebar a:hover .fa-chevron-right {
  color: #01835f !important;
  text-decoration: none;
}
#sidebar .fa-chevron-right {
  float: right;
  font-weight: 200;
  color: #86867f;
}
#sidebar .sideBar-headline {
  display: block;
  background-color: #01835f;
  color: #ffffff;
  padding: 5px;
  margin-bottom: 20px;
}
#sidebar h3 {
  padding: 0;
  padding-left: 0px;
  margin: 0px 0px;
  border-bottom: #86867f solid 1px;
}
#sidebar h3 a {
  font-size: 18px;
}
.block-style-1 {
  padding: 15px 0;
}
.block-style-2 {
  padding: 15px 0;
  margin: 15px 0;
}
/* Page-specific */
body.home .hero {
  background-color: rgba(0, 0, 0, 0.45);
}
body.home .hero .headline {
  color: #ffffff;
}
body.home .features nav a {
  padding: 45px 15px 15px 15px;
  background-color: #01825e;
  color: #ffffff;
  margin: 15px 0 0 0;
}
body.home .features nav a span {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.85);
}
/*body.home .features a.fabric {background:url(images/home-feature-fabric.jpg) no-repeat center center; background-size:cover}*/
body.home .features a.fabric {
  background: url(images/home-feature-fabric-options.jpg) no-repeat center center;
  background-size: cover;
}
body.home .features a.fabric:hover {
  background: url(images/home-feature-fabric-options-hover.jpg) no-repeat center center;
  background-size: cover;
  opacity: 1;
}
body.home .features a.sleeves {
  background: url(images/home-feature-sleeves.jpg) no-repeat center center;
  background-size: cover;
  opacity: 1;
}
body.home .features a.sleeves:hover {
  background: url(images/home-feature-sleeves-hover.jpg) no-repeat center center;
  background-size: cover;
  opacity: 1;
}
body.home .features a.seams {
  background: url(images/home-feature-seams.jpg) no-repeat center center;
  background-size: cover;
}
body.home .features a.permeation-data {
  background: url(images/home-feature-data.jpg) no-repeat center center;
  background-size: cover;
}
body.home .features a.flame-results {
  background: url(images/home-feature-results.jpg) no-repeat center center;
  background-size: cover;
}
body.home .features a.imprinting {
  background: url(images/home-feature-imprinting.jpg) no-repeat center center;
  background-size: cover;
}
body.home .features a.imprinting:hover {
  background: url(images/home-feature-imprinting-hover.jpg) no-repeat center center;
  background-size: cover;
  opacity: 1;
}
body.home .custom {
  background: #595954 url(images/home-custom-apps-bg.jpg) no-repeat center center;
  background-size: cover;
  color: #ffffff;
}
body.home .categories a {
  text-align: left;
  padding: 8px 0;
  border-bottom: solid 1px #86867f;
}
body.home .categories .row > div:last-child a {
  border-bottom: none;
}
body.home .categories a .fa {
  font-size: 30px;
  line-height: 26px;
}
body.catalog .category .description {
  padding: 15px;
  background-color: #e9e9e8;
}
body.catalog.categories .category {
  text-align: center;
}
body.catalog.categories .category .content {
  min-height: 62px;
}
body.catalog.categories .category .descr {
  display: none;
}
body.catalog.categories span.title {
  color: #fee6a0;
}
body.catalog.categories .table-hover > tbody > tr:hover {
  background-color: #fee6a0;
}
body.catalog.categories .dataTables_wrapper .fa-chevron-right {
  float: none;
  padding-left: 10px;
}
body.catalog.categories .dataTables_wrapper .btn {
  padding: 4px 4px 4px 30px;
}
body.catalog.categories .title {
  margin-top: 40px;
}
body.catalog.categories .title span.featured-products {
  padding: 5px 35px;
  color: white;
  background-color: #01835f;
  font-size: 0.9em;
}
body.catalog.categories .product-slideshow .description .actions p {
  display: none;
}
body.catalog.categories .product-slideshow .description .actions .btn {
  margin-top: 15px;
}
body.catalog.categories .item .options .option .gallery-trigger {
  color: #01825e;
}
body.catalog.categories .item .options .option .gallery-trigger span {
  background-color: #01825e;
  color: #fff;
  display: inline-block;
  padding: 0 4px;
}
body.catalog a.product-zoom:hover {
  text-decoration: none !important;
}
body.catalog a.product-zoom .fa-search-plus {
  position: absolute;
  top: 270px;
}
.lead-errors {
  display: none;
  background: #c22828;
  color: #fff194;
  padding: 10px;
}
body.page .standardview .row,
.about-us .row,
.contact .row {
  margin-bottom: 5px;
}
#table-wrapper {
  position: relative;
}
#table-scroll {
  height: 150px;
  overflow: auto;
  margin-top: 20px;
}
#table-wrapper table {
  width: 100%;
}
#table-wrapper table * {
  background: yellow;
  color: black;
}
#table-wrapper table thead th .text {
  position: absolute;
  top: -20px;
  z-index: 2;
  height: 20px;
  width: 35%;
  border: 1px solid red;
}
.highlighted-box {
  padding: 20px;
  margin-bottom: 15px;
  background-color: #f9f9f7;
  font-size: 18px;
  line-height: 28px;
}
.highlighted-box p {
  margin-bottom: 5px;
}
.highlighted-box .details {
  margin-top: 10px;
}
.nopadding {
  padding: 0px;
}
.nopadding-left {
  padding-left: 0px;
}
.nopadding-right {
  padding-right: 0px;
}
.contact input,
.contact textarea,
#sidebar input {
  padding: 10px;
  width: 100% !important;
  height: 32px;
  background-color: #f9f9f7;
  border: #cdcec9 solid 0.5px;
}
.contact textarea {
  height: 150px;
}
.contact h3 {
  color: #01835f;
  margin: 20px 0px;
}
.contact .field-title {
  font-weight: 700;
  margin-bottom: 3px;
}
.contact .field {
  margin-bottom: 5px;
}
.contact input[type=submit] {
  border-radius: 4px;
  background: #33342f;
  color: white;
  padding: 0px;
}
.contact .highlighted-box {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 500;
}
.contact .highlighted-box .hours {
  padding: 16px;
}
.contact .highlighted-box .hours p {
  margin: 0 0 6px;
}
.downloads .flow article.file {
  margin-bottom: 30px;
}
.downloads .chevron {
  float: right;
  display: contents;
}
.fa-chevron-right {
  font-weight: 200;
  color: #01835f;
}
.liability {
  margin-top: 40px;
}
.liability h4 {
  color: #01835f;
}
.fabrics-content {
  border-bottom: #3e3e3a solid 0.5px;
  padding-bottom: 20px;
}
.fabrics-content p {
  margin-top: 10px;
}
#fabrics .title {
  text-align: center;
}
#fabrics .disclaimer {
  padding-bottom: 40px;
}
body.product .sku {
  text-align: left;
  margin-bottom: 15px;
}
body.product h1.title {
  font-size: 1.5em;
}
body.product .actions .btn {
  margin-bottom: 15px;
}
body.product .related-products .select {
  display: none;
}
.about-us .about-pic {
  margin-bottom: 10px;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#table-scroll tbody tr:nth-child(3) td {
  font-weight: bold;
  position: sticky;
  top: 0;
  z-index: 10;
  background: #FFF;
}
#table-scroll tbody tr:nth-child(1) td {
  border: 0;
}
.sticky-footer-row {
  visibility: hidden;
}
.sticky-footer-row td {
  border: 0;
}
#fabrics section.table-data table tr:hover td {
  background: #fbec96;
}
#fabrics section.table-data td {
  border-collapse: collapse;
  border: solid 1px #666;
}
th,
td {
  padding: 0.5em;
}
#fabrics section.table-data td {
  padding: 0.5em 0.35em;
}
#fabrics .table-data .highlighted-box {
  margin-bottom: 40px;
}
.mobile-only {
  display: none;
}
#full-width-iframe {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
  #fabrics table {
    overflow-y: scroll;
    height: auto;
    width: 335px;
    border: solid black 1px;
    display: block;
  }
  /*videos tab*/
  #productPage #videoPane div.widget .content {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
  }
  #productPage #videoPane div.widget .content iframe,
  #productPage #videoPane div.widget .content object,
  #productPage #videoPane div.widget .content embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.flame-results .btn {
  border-radius: 0px;
  border: solid #01825e 0.5px;
  padding: 35px 14px;
}
body.page .standardview .flame-results .row {
  margin-bottom: 0px;
}
.flame-results .fa-file {
  display: none;
}
#sitemap ul:first-child {
  background: #f9f9f7;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
}
#sitemap ul {
  list-style: none;
  padding-left: 0px;
}
#sitemap ul.col2 > li:last-child {
  display: none;
}
#sitemap ul > li {
  background: #f9f9f7;
  padding: 5px 20px;
  border-radius: 5px;
  color: #333;
  text-decoration: none;
}
#videogallery .categories .category .preview {
  height: auto;
}
.stacked h2.title {
  margin-top: 0px;
}
.stacked .row {
  margin-bottom: 15px;
}
/* Catalog */
.slick-arrow {
  position: absolute;
  left: -25px;
  top: 40%;
  z-index: 999;
  background-color: #3e3e3a;
  color: #01825e;
  padding: 10px 16px;
  cursor: pointer;
}
.slick-arrow.slick-next {
  left: auto;
  right: -25px;
}
.slick-arrow .fa {
  font-size: 36px;
}
.catalog .slick-slide {
  text-align: center;
}
.catalog .slick-slide img {
  display: inline-block;
}
.catalog .slick-disabled {
  opacity: 0.5;
  cursor: default;
}
.catalog .categories {
  margin-top: 15px;
}
.catalog .features {
  margin-top: 15px;
}
.categories .section-bar {
  background-color: #01825e;
  color: #fff;
  padding: 15px 0;
  margin-bottom: 15px;
}
.categories .section-bar .filters select {
  color: #3e3e3a;
  width: 90%;
  margin-bottom: 5px;
  font-size: 16px;
}
.categories .options.panel > .container {
  overflow: hidden;
}
.categories .tabbed .item .options {
  overflow: hidden;
  max-height: 0;
  transition: max-height ease-in-out 300ms;
}
.categories .tabbed .item.active .options {
  overflow: hidden;
  max-height: 1850px;
}
.categories .tabbed .item .title {
  text-transform: capitalize;
}
.categories .tabbed .item .fa {
  display: none;
  font-size: 30px;
  color: #01825e;
}
.categories .sold-separately {
  display: inline-block;
  background-color: blue;
  color: #fff;
  padding: 1px 3px;
  font-style: normal;
  font-size: 0.9em;
}
.categories .option-available {
  display: inline-block;
  background-color: yellow;
  color: #000;
  padding: 1px 3px;
  font-style: normal;
  font-size: 75%;
  margin-left: 5px;
}
.categories .table {
  margin: 15px 0;
}
.categories .table thead,
.categories .table tfoot {
  background-color: #e2e2e0;
}
.categories table.dataTable thead th,
.categories table.dataTable thead td,
.categories table.dataTable tfoot th,
.categories table.dataTable tfoot td {
  border: none;
}
.categories .disclaimer {
  font-size: 12px;
  margin: 10px 0;
  font-style: italic;
}
.categories .compare-button {
  display: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  opacity: 0.5;
}
.product #slideshow-pager .slick-slide .border {
  border: solid 1px transparent;
  margin: 1px;
}
.product #slideshow-pager .slick-current .border {
  border-color: #01825e;
}
.product #slideshow-pager .slick-arrow {
  left: -20px;
  top: 30%;
  padding: 5px 8px;
  background-color: transparent;
}
.product #slideshow-pager .slick-arrow.slick-next {
  left: auto;
  right: -20px;
}
.product #slideshow-pager .slick-arrow .fa {
  font-size: 24px;
}
.product .panels {
  margin-top: 15px;
}
.imprint-examples p {
  text-align: center;
  font-size: 11px;
  margin-top: 5px;
}
.home .cep .box {
  background-color: #01825e;
  color: #ffffff;
}
@media screen and (min-width: 769px) {
  .headline {
    font-size: 36px;
  }
  .deckline {
    font-size: 20px;
  }
  body.home .features nav a {
    position: relative;
    min-height: 200px;
    transition: all ease-in 0.25s;
  }
  body.home .features nav a span {
    position: absolute;
    bottom: 15px;
    right: 15px;
    transition: all ease-in 0.25s;
  }
  body.home .features nav a:hover {
    opacity: 0.7;
  }
  body.home .features nav a:hover span {
    transform: translateX(-15px);
  }
  body.home .custom .btn {
    max-width: 200px;
    margin: 0 auto;
  }
  body.home .categories a {
    text-align: center;
    padding: 0;
    border-bottom: none;
  }
  body.home .categories a .title {
    display: block;
    padding: 15px 0;
  }
  body.home .categories a img {
    transition: all ease-in-out 0.25s;
  }
  body.home .categories a:hover img {
    opacity: 0.7;
  }
  body.catalog .category .preview {
    min-height: 400px;
  }
  body.catalog .category .title {
    min-height: 50px;
  }
  body.product h1.title {
    font-size: 2.3em;
  }
  #fabrics .row {
    display: flex;
    align-items: center;
  }
  #fabrics .title {
    text-align: left;
  }
  .imprint-examples {
    display: flex;
  }
  .fabrics-content p {
    margin-top: 0px;
  }
  .categories .container.filters .col-md-2 {
    display: inline-block;
    float: none;
  }
  .categories .compare-button {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .headline {
    font-size: 42px;
  }
  #site-header .container {
    position: relative;
  }
  #site-header .container .col-right {
    position: initial;
  }
  #site-header .logo img {
    max-width: 150px;
  }

  #site-header .languages,
  #site-header .search,
  #site-header #google_translate_element {
    float: right;
    margin-left: 15px;
  }
  #site-header .goog-te-gadget-simple {
    background-color: rgba(255, 255, 255, 0.6);
    border: none;
    font-size: 14px;
    padding: 3px;
  }
  #site-header .languages span {
    width: 54px;
    height: 26px;
    background: url('images/header-flags.gif') no-repeat 0 0;
    display: inline-block;
    margin-right: 2px;
  }
  #site-header .languages span.german {
    background-position-y: -32px;
  }
  #site-header .languages span.spanish {
    background-position-y: -60px;
  }
  #site-header .search {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 3px;
    margin: 0 0 0 15px;
    display: block;
  }
  #site-header .search input {
    border: none;
    background-color: transparent;
  }
  #site-header .search input::-webkit-input-placeholder {
    opacity: 0.7;
    color: #3e3e3a;
  }
  #site-header .search input::-moz-placeholder {
    opacity: 0.7;
    color: #3e3e3a;
  }
  #site-header .search input:-ms-input-placeholder {
    opacity: 0.7;
    color: #3e3e3a;
  }
  #site-header #navigation {
    float: right;
  }
  #site-header #navigation > li > a {
    color: #ffffff;
  }
  #site-header .navbar {
    margin-bottom: 0;
    position: initial;
  }
  #site-header .navbar-nav > li > a {
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: solid 2px #01825e;
  }
  #site-header .navbar-nav > li:first-child > a {
    border-left: none;
  }
  #site-header #navigation > li > a:focus,
  #site-header #navigation > li > a:hover {
    background: transparent;
    color: #01b583;
  }
  #site-header #navigation .open > a,
  #site-header #navigation .open > a:focus,
  #site-header #navigation .open > a:hover {
    background: transparent;
  }
  #site-header #navigation .mega-menu {
    position: initial;
  }
  #site-header #navigation .mega-menu .dropdown-menu {
    right: 0;
    background-color: #3e3e3a;
    padding: 30px 15px 15px;
    border: none;
    border-image: none;
  }
  #site-header #navigation .mega-menu .dropdown-menu > div {
    min-height: 230px;
    text-align: center;
  }
  #site-header #navigation .mega-menu .dropdown-menu ul {
    padding-left: 0;
  }
  #site-header #navigation .mega-menu .dropdown-menu li {
    list-style-type: none;
  }
  #site-header #navigation .mega-menu .dropdown-menu a {
    color: #86867f;
    font-size: 18px;
  }
  #site-header #navigation .mega-menu .dropdown-menu a.title {
    color: #ffffff;
    font-size: 20px;
  }
  #site-header #navigation .mega-menu .dropdown-menu a span {
    background: url(images/header-nav-products-icons.png) no-repeat;
    display: block;
    width: 120px;
    height: 70px;
    margin: 0 auto 15px auto;
    transition: opacity ease-in-out 250ms;
  }
  #site-header #navigation .mega-menu .dropdown-menu a:hover span {
    opacity: 0.7;
  }
  #site-header #navigation .mega-menu .dropdown-menu a span.icon-6 {
    background-position-y: -70px;
  }
  #site-header #navigation .mega-menu .dropdown-menu a span.icon-2 {
    background-position-y: -140px;
  }
  #site-header #navigation .mega-menu .dropdown-menu a span.icon-4 {
    background-position-y: -210px;
  }
  #site-header #navigation .mega-menu .dropdown-menu a span.icon-8 {
    background-position-y: -280px;
  }
  #site-header #navigation .mega-menu .dropdown-menu a span.icon-7 {
    background-position-y: -350px;
  }
  #site-header #navigation .mega-menu .dropdown-menu a span.icon-3 {
    background-position-y: -420px;
  }
  #site-header #navigation .mega-menu .dropdown-menu a span.icon-5 {
    background-position-y: -490px;
  }
  #site-header #navigation .mega-menu .dropdown-menu li.more a {
    font-size: 90%;
  }
  body.home .categories a {
    margin-bottom: 30px;
  }
  body.catalog.categories .category .content {
    min-height: 96px;
  }
  body.catalog .category .description {
    padding: 30px 100px;
    line-height: 28px;
    font-size: 16px;
  }
  .fire-results {
    position: relative;
  }
  .flame-results .fa-file {
    display: block;
    position: absolute;
    top: 60px;
    left: 318px;
    background-color: white;
    border: solid green 1px;
    padding: 1em;
    border-radius: 31px;
    z-index: 3;
    font-size: 20px;
  }
  #sidebar h3 {
    font-size: 18px;
  }
  /* Catalog */
  .catalog .categories {
    margin-top: 30px;
  }
  .catalog .features {
    margin-top: 30px;
  }
  .catalog .table.compare td {
    border-bottom: solid 1px #e2e2e0;
    border-right: solid 1px #e2e2e0;
  }
  .catalog .table.compare th {
    border-bottom: solid 1px #3e3e3a;
    vertical-align: bottom;
  }
  .catalog .table.compare td:first-child {
    font-weight: bold;
  }
  .categories .section-bar .filters select {
    margin-bottom: 0;
  }
  .categories .btn {
    font-size: 14px;
  }
  .categories .btn .fa {
    line-height: 22px;
  }
  .categories .features {
    margin-bottom: 60px;
  }
  .categories .features .slideshow {
    max-height: 622px;
    overflow-y: hidden;
  }
  .categories .features .slideshow .item .details {
    padding: 0 10px;
  }
  .categories .features .slideshow .item .sku {
    display: none;
  }
  .categories .features .slideshow .item .title {
    text-transform: none;
  }
  .categories .tabbed {
    position: relative;
  }
  .categories .tabbed .item {
    width: 30%;
    background-color: #86867f;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 1px;
  }
  .categories .tabbed .item:hover {
    background-color: #ffffff;
    color: #000;
  }
  .categories .tabbed .item .title {
    margin: 0;
    cursor: pointer;
    transition: padding-left ease-in-out 0.3s;
  }
  .categories .tabbed .item:hover > .title {
    padding-left: 10px;
  }
  .categories .tabbed .item.active {
    background-color: transparent;
    color: #3e3e3a;
  }
  .categories .tabbed .item.active .fa {
    display: inline-block;
  }
  .categories .tabbed .item .options .option {
    margin-bottom: 15px;
  }
  .categories .tabbed .item .options .option .preview {
    height: 150px;
  }
  .categories .tabbed .item.active .options {
    position: absolute;
    left: 35%;
    top: 0;
    right: 0;
    max-height: none;
  }
  .about-us .top-row {
    display: flex;
  }
  .about-us .about-sidebox {
    align-self: center;
  }
  .product .panels {
    margin-top: 30px;
  }
  #fabrics .title > span {
    margin-left: 20px;
  }
  #fabrics section.table-data td {
    padding: 0.5em 0.3em;
    font-size: 13px;
  }
}
@media screen and (min-width: 992px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #site-header .container .col-right {
    position: static;
  }
  #site-header .navbar {
    position: static;
  }
  #site-header #navigation .mega-menu {
    position: static;
  }
}
@media screen and (min-width: 1200px) {
  #site-footer .copyright,
  #site-footer .rhinogroup {
    font-size: 100%;
  }
  .headline {
    font-size: 60px;
  }
  .deckline {
    font-size: 24px;
  }
  .subhead {
    font-size: 50px;
  }
  .title {
    font-size: 22px;
  }
  body.product h1.title {
    font-size: 28px;
  }
  body.product .deckline {
    font-size: 18px;
  }
  .block-style-1 {
    padding: 30px 0;
  }
  .block-style-2 {
    padding: 60px 0;
    margin: 60px 0;
  }
  .block-style-2 p {
    margin: 30px 0;
  }
  #site-header.block-style-1 {
    padding: 15px 0;
  }
 
  #content {
    padding-top: 30px;
  }
  #sidebar h3 {
    font-size: 22px;
  }
  body.home .hero {
    background: url(images/home-hero-bg.jpg) no-repeat center center;
    background-size: cover;
  }
  body.home .hero .headline {
    background-color: rgba(0, 0, 0, 0.45);
    margin: 200px 0 0 0;
    padding: 50px 0;
  }
  body.home .custom {
    background-attachment: fixed;
  }
  .flame-results .fa-file {
    left: 395px;
  }
  .flame-results .fa-file {
    top: 60px;
  }
}
/*Catalog Module*/


#catalog .items .flow .item { padding: 15px 10px; border-bottom: solid 1px #ccc; margin: 0 3px 3px 0; }
#catalog .items .flow .item .preview { float: left; margin-right: 20px; overflow: hidden; }
#catalog .items .flow .item .description { font-size: 14px; }
#catalog .items .flow .item .description h3 { margin: 5px 0; }
#catalog .items .flow .item .description .sku { font-style: italic; }
#catalog .items .flow .item .description .teaser { margin: 5px 0; font-size: 90%; }
#catalog .items .flow .item .price { text-align: center; }
#catalog .items .flow .item .price .price-was { display: block; }
#catalog .items .flow .item .price .price-now { display: block; font-size: 125%; }
#catalog .items .flow .item .price .select { margin-top: 10px; }
#catalog .items .flow .item figure.preview { background: none; border: none; box-shadow: none; }

#catalog .items .grid { width: 100%; }
#catalog .items .grid td { padding: 0; }
#catalog .items .grid .item { padding: 5px; margin: 0 15px 15px 0; float: left; min-height: 210px; position: relative; }
#catalog .items .grid .item .name { display: block; font-size: 110%; margin-top: 5px; }
#catalog .items .grid .item .preview { overflow: hidden; border-collapse: separate; }
#catalog .items .grid .item .description { text-align: center; }
#catalog .items .grid .item .select { text-align: center; bottom: 0px; left: 30px; position: absolute; }
#catalog .items .grid .item .sku { font-style: italic; display: block; margin: 3px 0 5px 0; }

#catalog .items .table table { border-collapse: collapse; width: 100%; }
#catalog .items .table a { color: #000; }
#catalog .items .table th,
#catalog .items .table td { padding: 0.5em; border: solid 1px #999; font-size: 0.9em; }
#catalog .items .table th { background: #ddd;  }
#catalog .items .table tr:hover td { background: #fbec96; }
#catalog .items .table tr.selected td { background: #eee; color: #666; }
#catalog .items .table td .bool { text-align: center; }
#catalog .items .table td.attr-1{white-space:nowrap;}
#catalog .items .table td.attr-1 img { vertical-align: middle; margin-right: 3px; }
#catalog .items .table td.attr-584{white-space:nowrap;}
#catalog .items .table td.attr-584 img { vertical-align: middle; margin-right: 3px; }
#catalog .items .table td.attr-578{white-space:nowrap;}
#catalog .items .table td.attr-578 img { vertical-align: middle; margin-right: 3px; }

#catalog .options .grid { overflow: auto; -webkit-column-count: 2; column-count: 2; -webkit-column-gap: 0; column-gap: 0; -webkit-column-rule: solid 1px #ccc; column-rule: solid 1px #ccc; -moz-column-count: 2; -moz-column-gap: 0; -moz-column-rule: solid 1px #ccc; }
#catalog .options .grid .item { overflow: auto; }
#catalog .options .grid > .item { border-bottom: solid 1px #999; }
#catalog .options .grid .item h4 { font-size: 125%; margin: 0; }
#catalog .options .grid .item h4 span { font-size: 60%; margin-left: 10px; font-weight: normal;line-height:1em; }
#catalog .options .grid .item div { float: left; padding: 0.5em 0 0.5em 4%; width: 70%; }
#catalog .options .grid .item.heading .name { width: 83.5%; }
#catalog .options .grid .item.heading > .name { width: 87.5%; }
#catalog .options .grid .item > div.checkbox { width: 8%; text-align: center; padding: 0.7em 0; border-right: solid 1px #999; }
#catalog .options .grid .item.heading > div.checkbox { padding: 0.5em 0; }
#catalog .options .grid .item .checkbox input{ padding:0; }
#catalog .options .grid .item .options { clear: both; float: none; margin: 0 0 0 8%; padding: 0; border-left: 1px solid #999999; width: 92%; -webkit-box-sizing: border-box; box-sizing: border-box; -moz-box-sizing: border-box; }
#catalog .options .grid .item .options > div { float: none; }
#catalog .options .grid .item .options .item { border-bottom: solid 1px #ddd; width: auto; }
#catalog .options .grid .item .options .item:last-child { border-bottom: none; }
#catalog .options .grid .item .options .item > div { padding: 0.1em 0; }
#catalog .options .grid .item div.view { width:65px; padding: 0.1em 0;float:right;margin:0.2em; }
#catalog .options .grid .item.heading div.view { margin:0; }
#catalog .options .grid .item .button { font-size: 0.9em; padding-top: 3px; padding-bottom: 3px; }
#catalog .options .grid > .item > .checkbox,
#catalog .options .grid > .item > .name,
#catalog .options .grid > .item > .view { line-height: 1.25em; }
#catalog .options .grid > .item.heading > .checkbox,
#catalog .options .grid > .item.heading > .name,
#catalog .options .grid > .item.heading > .view { border-bottom: solid 1px #999; }
#catalog .options .grid .item .options .item input[type=radio] { margin-right: 1em; }
#catalog .options .grid .item.selected,
#catalog .options .grid .item.heading.selected > .name,
#catalog .options .grid .item .options .item.selected { background: #eee; color: #666; }
#catalog .options .grid .item.heading.selected { background: none; }
#catalog .options .grid .item:hover { background: #fbec96; }
#catalog .options .grid .item.heading:hover { background: none; }

#catalog .options .rows .item { overflow: auto; }

#catalog .options .rows .item { border-bottom: solid 1px #999; }
#catalog .options .rows .item > div { float: left; -webkit-box-sizing: border-box; box-sizing: border-box; -moz-box-sizing: border-box;padding:0.5em 1% }
#catalog .options .rows .item h4 { font-size: 125%; margin: 0; }
#catalog .options .rows .item h4 span { font-size: 60%; margin-left: 10px; font-weight: normal;line-height:1em; }
#catalog .options .rows .item div.selection { width:5%;margin-top:2em;text-align:center }
#catalog .options .rows .item div.preview { width:20% }
#catalog .options .rows .item div.details { width:60% }
#catalog .options .rows .item div.action { width:15%;padding-top:2em;text-transform:uppercase;text-align:right }
#catalog .options .rows .item div.preview .hidden{display:none}
#catalog .options .rows .item > div.checkbox { width: 8%; text-align: center; padding: 0.7em 0; }
#catalog .options .rows .item .checkbox input{ padding:0; }
#catalog .options .rows .item .options { clear: both; float: none; margin: 0 0 0 8%; padding: 0; border-left: 1px solid #999999; -webkit-box-sizing: border-box; box-sizing: border-box; -moz-box-sizing: border-box; }
#catalog .options .rows .item .options > div { float: none; }
#catalog .options .rows .item .options .item { border-bottom: solid 1px #ddd; width: auto; }
#catalog .options .rows .item .options .item:last-child { border-bottom: none; }
#catalog .options .rows .item .button { font-size: 0.9em; padding-top: 3px; padding-bottom: 3px; }
#catalog .options .rows > .item > .checkbox,
#catalog .options .rows > .item > .name,
#catalog .options .rows > .item > .view { line-height: 1.25em; }
#catalog .options .rows .item.selected,
#catalog .options .rows .item.heading.selected > .name,
#catalog .options .rows .item .options .item.selected { background: #eee; color: #666; }
#catalog .options .rows .item:hover { background: #fbec96; }
#catalog .options .rows .item.no-options .name {width:77%}
#catalog .options .rows .item.no-options div.action { padding-top:0.5em }
#catalog .options .rows .item .button-dark{font-size:12px;text-transform:uppercase;margin-top:1em}
#catalog .options .rows .item .button-dark span{color:#20bc01;margin-left:0.5em;}

#catalog .options .rows .item.heading .name { width: 83.5%; }
#catalog .options .rows .item.heading > .name { width: 92%;border-left:1px solid #999999 }
#catalog .options .rows .item.heading > div.checkbox { padding: 0.5em 0; }
#catalog .options .rows .item.heading div.view { margin:0; }
#catalog .options .rows > .item.heading > .checkbox,
#catalog .options .rows > .item.heading > .name,
#catalog .options .rows > .item.heading > .view { border-bottom: solid 1px #999; }
#catalog .options .rows .item.heading.selected { background: none; }
#catalog .options .rows .item.heading:hover { background: none; }


#catalog .options .grid-with-photo { overflow: auto; }
#catalog .options .grid-with-photo .item { border-bottom: solid 1px #ddd; overflow: auto; font-size: 125%; }
#catalog .options .grid-with-photo .item select { font-size: 90%; }
#catalog .options .grid-with-photo .item > div { float: left; padding: 0.5em 4%; }
#catalog .options .grid-with-photo .item > div:first-child { width: 8%; text-align: center; padding: 0.5em 0; border: solid 1px #ddd; border-top: none; border-bottom: none; }
#catalog .options .grid-with-photo .item > div:last-child { width: 80%; }
#catalog .options .grid-with-photo .item:hover { background: #fbec96; }
#catalog .options .grid-with-photo .item.selected { background: #eee; color: #666; }
#catalog .options .grid-with-photo .item .preview { float: left; margin-right: 0.5em; width: 100px; height: 100px; background: #ccc; }
#catalog .options .grid-with-photo .item .preview img { display: block; }
#catalog .options .actions { margin-top: 0.5em;background-color: rgba(0,77,56,1); padding: 1em 0; text-align: center; }
#catalog .options .actions.fixed { position: fixed; bottom: 0px; width: 100%;  left: 0px;background-color: rgba(0,77,56,0.65); }


#catalog .product-slideshow { overflow: auto; margin-bottom: 2em; }
#catalog .product-slideshow .category { overflow:auto;}
#catalog .product-slideshow .col1 { float: left; width: 50%; position: relative;margin-top:2em }
#catalog .product-slideshow .col1 .slideshow { margin-left: 30px; }
#catalog .product-slideshow .col1 .slideshow .item { text-align: center; }
#catalog .product-slideshow .col1 .slideshow .item .sku { font-size: 1.5em; }
#catalog .product-slideshow .col1 #slideshow_nextprev { position: absolute; margin-top: 40%; width: 100%; z-index: 200; pointer-events: none; }
#catalog .product-slideshow .col1 #slideshow_nextprev > div { cursor: pointer; left: 0; position: absolute; background: #f5f5f5 url(images/slide-arrows.png) no-repeat 0 center; border: solid 1px #b9b9b4; box-shadow: 1px 1px 2px #999; width: 20px; height: 40px; padding: 0 5px; pointer-events: auto; text-indent: -9999px; }
#catalog .product-slideshow .col1 #slideshow_nextprev > div.next { left: auto; right: 0; background-position: -30px center; }
#catalog .product-slideshow .col1 #slideshow_pager { overflow: auto; text-align: center; margin-top: 1em; }
#catalog .product-slideshow .col1 #slideshow_pager span { height: 20px; width: 20px; display: inline-block; background: #ddd; border: solid 1px #888; margin:0 0.25em 0.25em 0; text-indent: -9999px; cursor: pointer; }
#catalog .product-slideshow .col1 #slideshow_pager span:hover { background: #888; }
#catalog .product-slideshow .col1 #slideshow_pager span.cycle-pager-active { background: #01825e; border: solid 1px #01825e; }
#catalog .product-slideshow .col2 { float: right; width: 45%; position: relative; min-height: 250px;padding-bottom:60px; }
#catalog .product-slideshow .col2 .addthis { bottom: 0; position: absolute; }

#catalog .no-products { overflow: auto; margin-bottom: 2em; }
#catalog .no-products .col1 { float: left; width: 50%; position: relative; }
#catalog .no-products .col1 img { margin-left: 30px; }
#catalog .no-products .col2 { float: right; width: 45%; padding-left: 5%; position: relative; min-height: 300px; }
#catalog .no-products .col2 .addthis { bottom: 0; position: absolute; }

#catalog .panel { display: none; }
#catalog .panel.active { display: block; }
#catalog .panel.active .note { margin:0.5em;font-size:0.9em;font-style:italic; }
#catalog .panel.specs img { max-width:none; }
#catalog .panel .sold-separately{ display:inline-block;background-color:blue;color:#fff;padding:1px 3px; font-style:normal;font-size:0.9em; }
#catalog .panel .option-available{ display:inline-block;background-color:yellow;padding:1px 3px; font-style:normal;font-size:0.9em;margin-left:0.5em; }

#catalog .standardview .slideshow { position: relative; float: left; width: 50%; }
#catalog .standardview .slideshow #slideshow .cycle-slide { text-align: center; width: 100%; }
#catalog .standardview .slideshow #slideshow .cycle-slide > div { font-size: 1.25em; }
#catalog .standardview .slideshow #slideshow-prev,
#catalog .standardview .slideshow #slideshow-next { background: url("images/slide-arrows.png") no-repeat scroll 0 center #F5F5F5; border: 1px solid #B9B9B4; box-shadow: 1px 1px 2px #999999; cursor: pointer; height: 40px; left: 0; padding: 0 5px; pointer-events: auto; position: absolute; text-indent: -9999px; width: 20px; top: 40%; z-index: 999; }
#catalog .standardview .slideshow #slideshow-next { background-position: -30px center; left: auto; right: 0; }
#catalog .standardview .slideshow #slideshow-prev.disabled,
#catalog .standardview .slideshow #slideshow-next.disabled { opacity: 0.5; }
#catalog .standardview .slideshow #slideshow-pager { float: left; width: 80%; min-height: 50px; margin-left: 40px; }
#catalog .standardview .slideshow #slideshow-pager img { cursor: pointer; }
#catalog .standardview .slideshow.slide-count-one #slideshow-prev,
#catalog .standardview .slideshow.slide-count-one #slideshow-next,
#catalog .standardview .slideshow.slide-count-one #slideshow-pager { display: none; }

#catalog .standardview .video-button { margin: 15px 0; }
#catalog .standardview .actions { clear: both; bottom: 0; position: absolute; }
#catalog .standardview .actions .addthis_toolbox { margin: 20px 0 0 0; }
#catalog .standardview .detail { width: 48%; float: left; margin: 0 0 0 2%; min-height: 440px; }
#catalog .standardview .detail h2 { margin-bottom: 5px; }
#catalog .standardview .detail .sku { color: #666; }
#catalog .standardview .detail .price { margin-top: 15px; }
#catalog .standardview .detail .saleprice { color: #ff0000; font-size: 125%; }
#catalog .standardview .related-products { position: relative; }
#catalog .standardview .detail { position: relative; }
#catalog .standardview .detail .description { margin-top: 10px; }

#catalog .standardview .tabs { margin-top: 2em; }
#catalog .standardview .attributes-products table { border-collapse: collapse; width: 100%; }
#catalog .standardview .attributes-products a { color: #000; }
#catalog .standardview .attributes-products th,
#catalog .standardview .attributes-products td { padding: 0.5em; border: solid 1px #999; font-size: 0.9em; }
#catalog .standardview .attributes-products th { background: #ddd; white-space: nowrap; }
#catalog .standardview .attributes-products tr:hover td { background: #fbec96; }
#catalog .standardview .attributes-products tr.selected td { background: #eee; color: #666; }

#catalog .two-column .column1 { float: left; width: 720px; }
#catalog .two-column .column2 { float: left; width: 250px; }
#catalog .two-column .slideshow { width: 640px; float: left; margin: 25px 25px 0 0; position: relative; }
#catalog .two-column .slideshow .prev,
#catalog .two-column .slideshow .next { position: absolute; background: #ccc; padding: 30px 5px; text-align: center; top: 100px; left: -10px; z-index: 100; opacity: 0.75; cursor: pointer; display: none; }
#catalog .two-column .slideshow .next { right: -10px; left: auto; }
#catalog .two-column .slideshow .prev:hover,
#catalog .two-column .slideshow .next:hover { opacity: 1; }
#catalog .two-column .slideshow .scrollable { overflow: hidden; position: relative; }
#catalog .two-column .slideshow .scrollable .photos { width: 20000em; position: absolute; }
#catalog .two-column .slideshow .scrollable .photos .photo { float: left; position: relative; }
#catalog .two-column .slideshow .previews td { border: none; }
#catalog .two-column .slideshow .previews .preview { cursor: pointer; }
#catalog .two-column .video-button { margin: 15px 0; }
#catalog .two-column .actions { clear: both; }
#catalog .two-column .column2 .name { margin: 15px 0 5px 0; }
#catalog .two-column .column2 .sku { font-style: italic; }
#catalog .two-column .column2 .price { margin-top: 15px; }
#catalog .two-column .column2 .saleprice { font-size: 125%; font-weight: bold; }
#catalog .two-column .column2 .description { margin-top: 10px; }

#catalog .product-reviews .summary b { font-size: 30px; display: inline-block; margin-right: 20px; vertical-align: top; }
#catalog .product-reviews .summary ul { display: inline-block; margin: 0; padding: 0; }
#catalog .product-reviews .summary ul li { margin: 0; padding: 0; }
#catalog .product-reviews .summary ul li span { display: inline-block; width: 100px; }
#catalog .product-reviews .list .item { margin-bottom: 20px; padding-bottom: 20px; border-bottom: solid 1px #ccc; }
#catalog .product-reviews .list .item .ratings { float: left; margin-right: 20px; }
#catalog .product-reviews .list .item .ratings .name { font-size: 12px; color: #666; margin-bottom: 5px; }
#catalog .product-reviews .list .item .details { float: left; padding: 0 20px; border-left: solid 1px #ccc; border-right: solid 1px #ccc; width: 500px; }
#catalog .product-reviews .list .item .details div { padding-left: 10px; }
#catalog .product-reviews .list .item .votes { float: left; padding-left: 20px; width: 200px; }
#catalog .product-reviews .list .item .votes .progress,
#catalog .product-reviews .list .item .votes .complete { display: none; }
#catalog .product-reviews .list .item b { font-size: 28px; display: inline-block; margin-right: 20px; vertical-align: top; }
#catalog .product-reviews .list .item ul { display: inline-block; margin: 0; padding: 0; }
#catalog .product-reviews .list .item ul li { margin: 0; padding: 0; }
#catalog .product-reviews .list .item ul li span { display: inline-block; width: 100px; }
#catalog .product-reviews ul li .bar { width: 50px; height: 10px; border: solid 1px #666; display: inline-block; }
#catalog .product-reviews ul li .bar div { height: 10px; background: #aaa; }
#catalog .standardview .product-reviews .list .item .details { width: 300px; }
#catalog .standardview .product-reviews .list .item .votes { width: 100px; }

#catalog-review .col1 { float: left; }
#catalog-review .col2 { float: left; margin-left: 25px; width: 500px; }
#catalog-review .col2 h2 { margin-top: 0px; }
#catalog-review .form input[type=text],
#catalog-review .form input[type=email],
#catalog-review .form textarea { width: 400px; }
#catalog-review .form textarea { height: 100px; }
#catalog-review .form .progress { display: none; }
#catalog-review .form .complete { display: none; }

#catalog > .col2{float:left;margin-left:20px;width:730px;}
#catalog .contact-us h2{color:#01835f;text-transform:uppercase;font-family:"Cabin Condensed", sans-serif;}
#catalog .items {margin-top:25px;}
#catalog .items .table.compare th { white-space:normal }
#catalog .items .table.compare td .bool { color:#01835f;font-weight:bold }
#catalog .items .table.compare th,
#catalog .items .table.compare td { text-align:center; }
#catalog .items .table.compare td:first-child { text-align:left; }
#catalog .items .table.compare .compare-4 th,
#catalog .items .table.compare .compare-4 td { width:20%;text-align:center; }
#catalog .items .table.compare .compare-4 td:first-child { text-align:left; }

.catalog-option-search .items .description .sku {white-space:nowrap}
.catalog-option-search .items .description .teaser {display:none;}


/*Downloads Module*/

#files .category .name{color:#666;}
#files .category .description{color:#999;margin-bottom:25px;}
#files .categories table td{border:none;padding:0px;}
#files .categories .category .preview{float:left;overflow:hidden;}
#files .categories .category .empty{display:none;}
#files .categories .category .content{float:left;width:200px;margin-left:5px;font-size:14px;}
#files .categories .category .content a{display:block;margin-bottom:5px;font-size:24px;}

#files .files .flow .file{padding:0 0 10px 0;border-bottom:solid 1px #ccc;margin:0 3px 3px 15px;width:700px;float:left;}
#files .files .flow .file .preview{float:left;margin:0 10px 10px 0;}
#files .files .flow .file .name{color:#666;font-weight:bold; font-size:125%; font-weight:100;}
#files .files .flow .file .name a{color:#333;}
#files .files .flow .file .name a:hover{color:#666;}
#files .files .flow .file .description{color:#666;font-style:italic;height:auto;overflow:hidden;}
#files .files .flow .file .details{margin-top:5px;display:inline-block;}
#files .files .flow .file .link{margin-top:3px;float:right;font-size:11px;}

#files .files .grid{width:100%;}
#files .files .grid td{border:none;vertical-align:top;}
#files .files .grid .file{padding:10px;border:solid 1px #ccc;margin:0 5px 5px 0;min-height:100px;}
#files .files .grid .file .preview{float:left;margin-right:5px;}
#files .files .grid .file .name{color:#666;font-weight:bold;}
#files .files .grid .file .description{color:#666;font-style:italic;}
#files .files .grid .file .details{margin-top:10px;} 

#files .addthis{display:none;}

/*FAQ Module*/

#faq .category-view .category{margin:20px 0 50px 0;}
#faq .category-view .category .preview{float:left;margin-right:10px;overflow:hidden;}
#faq .category-view .category .header{float:left;}
#faq .category-view .category .items{margin-left:100px;}
#faq .category-view .items article{padding:2px;border-bottom:solid 1px #ccc;margin:0 3px 3px 20px;}
#faq .category-view .items article .question{color:#666;font-style:italic;font-weight:bold;font-size:16px;padding-left:15px;}
#faq .category-view .items article .submitter,
#faq .category-view .items article .responder{color:#666;font-style:italic;margin:10px 0;padding-left:15px;}
#faq .category-view .items article .answer{padding-left:15px;}

#faq .nested-view .category{margin:20px 0 50px 0;}
#faq .nested-view .category .preview{margin-right:10px;overflow:hidden;float:left;}
#faq .nested-view .category .header{float:left;width:400px;}
#faq .nested-view .category .items{margin-left:50px;}
#faq .nested-view .items article{padding:2px;border-bottom:solid 1px #ccc;margin:0 3px 3px 0;}
#faq .nested-view .items article .question{color:#666;font-style:italic;font-weight:bold;font-size:16px;padding-left:15px;}
#faq .nested-view .items article .submitter,
#faq .nested-view .items article .responder{color:#666;font-style:italic;margin:10px 0;padding-left:15px;}
#faq .nested-view .items article .answer{padding-left:15px;}

/*Pages Module*/

#pages a.edit{display:inline-block;position:relative;}

/*Publisher Module*/

/* Category Templates */
#publisher .categories{}
#publisher .categories .grid table td{border:none;padding:0px;}
#publisher .categories .grid .category .preview{float:left;width:200px;height:150px;overflow:hidden;}
#publisher .categories .grid .category .content{float:left;width:200px;margin-left:5px;font-size:14px;}
#publisher .categories .grid .category .content a{display:block;margin-bottom:5px;font-size:24px;}

/* Post Templates */
#publisher .posts .stacked .post{padding:10px 5px 15px 5px;margin:0 3px 5px 0;}
#publisher .posts .stacked .post .byline{margin:5px 0;}
#publisher .posts .stacked .post .date{font-style:italic;font-size:11px;margin-right:5px;}
#publisher .posts .stacked .post .body{width:600px;font-size:14px;margin:10px 0 0 10px;}
#publisher .posts .stacked .post a.title{font-size:20px;display:block;}
#publisher .posts .stacked .post .author{font-style:italic;font-size:11px;margin-right:10px;font-weight:bold;}
#publisher .posts .stacked .post footer{margin:10px 0 0 10px;}
#publisher .posts .stacked .post footer span{font-size:11px;margin:5px 5px 0 0;}

#publisher .posts .stacked-photo .post{padding:10px 5px 15px 5px;margin:0 3px 5px 0;}
#publisher .posts .stacked-photo .post h3{margin-top:0px;}
#publisher .posts .stacked-photo .post .byline{margin:5px 0;}
#publisher .posts .stacked-photo .post .date{font-style:italic;font-size:11px;margin-right:5px;}
#publisher .posts .stacked-photo .post .preview{float:left;margin-right:20px;overflow:hidden;text-align:center;}
#publisher .posts .stacked-photo .post .teaser{float:left;width:450px;font-size:14px;}
#publisher .posts .stacked-photo .post .teaser a.title{font-size:20px;display:block;}
#publisher .posts .stacked-photo .post .author{font-style:italic;font-size:11px;margin-right:10px;font-weight:bold;}
#publisher .posts .stacked-photo .post .footer span{font-size:11px;margin:5px 5px 0 0;}

#publisher .posts .grid td{padding:0 15px 35px 15px;border:none;border-right:solid 1px #ccc;width:250px;height:220px;text-align:center;}
#publisher .posts .grid .post .date{float:left;width:44px;font-size:12px;padding:3px;border:solid 1px #ccc;margin:5px 5px 5px 0;}
#publisher .posts .grid .post .date .day{font-size:22px;font-weight:bold;}
#publisher .posts .grid .post .preview{overflow:hidden;min-height:150px;}
#publisher .posts .grid .post .body{font-size:14px;clear:left;}
#publisher .posts .grid .post .body a.title{font-size:16px;display:block;text-align:left;padding-top:5px;}
#publisher .posts .grid .post .body .teaser{display:none;text-align:left;}
#publisher .posts .grid .post footer{font-style:italic;font-size:11px;margin-right:10px;clear:left;}
#publisher .posts .grid .post footer .fullstory{display:block;}

/* Detail View Templates */
#publisher .standardview .actions{clear:both;margin:20px 0;}
#publisher .standardview .date{float:left;width:60px;font-size:12px;padding:5px;text-align:center;margin:0 10px 10px 0;}
#publisher .standardview .date .day{font-size:32px;font-weight:bold;}
#publisher .standardview .actions{clear:both;}
#publisher .standardview .navigation{padding:3px;}
#publisher .standardview .navigation table{margin-bottom:0px;}
#publisher .standardview .navigation td{border:none;padding:3px;}
#publisher .standardview .navigation td.text{font-size:80%;width:50%;}
#publisher .standardview .navigation td.text a{color:#999;text-decoration:none;}
#publisher .standardview .navigation td.text a:hover{color:#333;text-decoration:underline;}
#publisher .standardview .navigation td.preview{width:50px;}
#publisher .standardview .author{font-style:italic;padding-left:5px;font-size:0.8em;margin-bottom:15px;display:inline-block;margin-right:20px;}
#publisher .standardview .author span{font-weight:bold;}


@media screen and (max-width: 768px) {
#publisher .posts .stacked-photo .post .teaser {width:100%}
}

/*Video Gallery Module*/

#videogallery .category{margin-bottom:15px;}
#videogallery .category .name{color:#999;}
#videogallery .categories table td{border:none;padding:0px;border-collapse:separate;}
#videogallery .categories .category .preview{float:left;height:auto;overflow:hidden; }


#videogallery table{width:100%}
#videogallery .categories .category .preview image{width:100%; background-color:#4cff00}

#videogallery .categories .category .content{float:left;font-size:14px;}
#videogallery .categories .category .content a{display:block;margin-bottom:5px;font-size:24px;}

#videogallery .videos .flow .video{padding:2px 0 10px 0;border-bottom:solid 1px #ccc;margin:0 3px 15px 0;}
#videogallery .videos .flow .video .preview{overflow:hidden;float:left;}
#videogallery .videos .flow .video .details{width:498px;height:75px;float:left;padding-left:15px;font-size:14px;color:#999;}
#videogallery .videos .flow .video .details h2{margin:0px; font-size:24px; font-family: "Open Sans", Arial, Helvetica, sans-serif; }
#videogallery .videos .flow .video .caption{}

#videogallery a h2{color:#cacac6; margin-bottom:5px}
#videogallery a h2:hover{color:#000000; margin-bottom:5px}

#videogallery p{color:#000000}



#videogallery .videos .grid{width:100%;}
#videogallery .videos .grid td{border:none;width:33%;border-collapse:separate;}
#videogallery .videos .grid .video{padding:5px;margin:0 3px 3px 0;height:235px;}
#videogallery .videos .grid .video .preview{overflow:hidden;}
#videogallery .videos .grid .video .date{font-style:italic;font-size:90%;}
#videogallery .videos .grid .video .caption{display:none;}

/* Standard View */
#videogallery .standardview .actions{clear:both;margin-top:20px;}
#videogallery .standardview .navigation{padding:3px;}
#videogallery .standardview .navigation table{margin-bottom:0px;}
#videogallery .standardview .navigation td{border:none;padding:3px;}
#videogallery .standardview .navigation td.text{font-size:80%;width:25%;}
#videogallery .standardview .navigation td.text a{color:#999;}
#videogallery .standardview .navigation td.preview{width:50px;}
#videogallery .standardview .column1{margin:0;width:650px;float:left;margin-right:15px;}
#videogallery .standardview .column1 .video{background-color:#000;}
#videogallery .standardview .column1 .tags{margin-top:10px;}
#videogallery .standardview .column1 .tags a{margin-right:5px;}
#videogallery .standardview .column2{float:left;width:300px;}



/* Two-Column View */
#videogallery .two-column .actions{clear:both;margin-top:20px;}
#videogallery .two-column .navigation{padding:3px;}
#videogallery .two-column .navigation table{margin-bottom:0px;}
#videogallery .two-column .navigation td{border:none;padding:3px;}
#videogallery .two-column .navigation td.text{font-size:80%;width:25%;}
#videogallery .two-column .navigation td.text a{color:#999;}
#videogallery .two-column .navigation td.preview{width:50px;}
#videogallery .two-column .column1{margin:5px 20px 0 0;float:left;width:650px;}
#videogallery .two-column .column1 .video{background-color:#000;}
#videogallery .two-column .column2 .tags{margin-top:10px;}
#videogallery .two-column .column2 .tags a{margin-right:5px;}
#videogallery .two-column .column2{float:left;width:300px;}
