/* Off Canvas */

@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .row-offcanvas-right {
    right: 0;
  }

  .row-offcanvas-left {
    left: 0;
  }

  .row-offcanvas-right .sidebar-offcanvas {
    right: -50%; /* 6 columns */
  }

  .row-offcanvas-left .sidebar-offcanvas {
    left: -50%; /* 6 columns */
  }

  .row-offcanvas-right.active {
    right: 50%; /* 6 columns */
  }

  .row-offcanvas-left.active {
    left: 50%; /* 6 columns */
  }

  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; /* 6 columns */
  }
}

/* navad */
#navad {
  width: 100%;
  overflow: hidden;
}
#navad img {
  width: 100%;
}

/* search */

.text-blur {
  color: transparent;
  text-shadow: 0 0 5px white;
}

aside .ais-price-ranges--item.ais-price-ranges--item__active.active a div {
  display: none;
}
aside .ais-price-ranges--item.ais-price-ranges--item__active.active a:after {
  content: "< Any Price";
}
aside .facet-category-title {
  font-size: 90%;
  margin: 0;
  padding: 0;
}
aside .facet-wrapper {
  padding-bottom: 12px;
  margin-bottom: 12px;
  font-size: 0.87em;
}
aside .facet {
  margin-bottom: 16px;
}
aside .facet-title {
  font-weight: bold;
  margin: 4px 0;
}
aside .facet-item,
aside a {
}
aside .facet-item:hover,
aside a:hover {
  text-decoration: none;
}
aside .facet-item.active,
aside a.active {
  font-weight: bold;
}
aside .facet-item input,
aside a input {
  margin-right: 4px;
}
aside .facet-name {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}
aside .facet-count {
  margin-left: 4px;
}
aside #color:after {
  content: "";
  display: block;
  clear: both;
}

aside .facet-color {
  width: 28px;
  height: 28px;
  border-radius: 3px;
  margin: 0 6px 6px;
  display: block;
  overflow: hidden;
  float: left;
  border: 1px solid #333;
}
aside .facet-color.checked {
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.5);
}
aside .facet-color[data-facet-value="White"] {
  background-color: #ffffff;
  box-shadow: inset 0 0 0 1px #ccc;
}
aside .facet-color[data-facet-value="White"].checked {
  box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.1);
}
aside .facet-color[data-facet-value="Black"] {
  background-color: #000000;
}
aside .facet-color[data-facet-value="Blue"] {
  background-color: #1421ad;
}
aside .facet-color[data-facet-value="Clear"] {
  background: rgba(255, 255, 255, 0.5);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.85) 0%,
    rgba(255, 255, 255, 0.15) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.85) 0%,
    rgba(255, 255, 255, 0.15) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.85) 0%,
    rgba(255, 255, 255, 0.15) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfffffff', endColorstr='#40ffffff',GradientType=0 ); /* IE6-9 */
}
aside .facet-color[data-facet-value="Silver"] {
  background: rgb(171, 171, 171); /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    rgba(171, 171, 171, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    rgba(171, 171, 171, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    rgba(171, 171, 171, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ababab', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
aside .facet-color[data-facet-value="Gold"] {
  background: rgb(132, 99, 0); /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    rgba(255, 238, 153, 1) 0%,
    rgba(132, 99, 0, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    rgba(255, 238, 153, 1) 0%,
    rgba(132, 99, 0, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    rgba(255, 238, 153, 1) 0%,
    rgba(132, 99, 0, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffee99', endColorstr='#846300',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
aside .facet-color[data-facet-value="Copper"] {
  background: rgb(252, 175, 151); /* Old browsers */
  background: -moz-linear-gradient(
    -45deg,
    rgba(252, 175, 151, 1) 0%,
    rgba(196, 99, 1, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    -45deg,
    rgba(252, 175, 151, 1) 0%,
    rgba(196, 99, 1, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    135deg,
    rgba(252, 175, 151, 1) 0%,
    rgba(196, 99, 1, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcaf97', endColorstr='#c46301',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
aside .facet-color[data-facet-value="Tan"] {
  background-color: #e2d6a1;
}
aside .facet-color[data-facet-value="Brown"] {
  background-color: #593603;
}
aside .facet-color[data-facet-value="Green"] {
  background-color: #107c34;
}
aside .facet-color[data-facet-value="Grey"] {
  background-color: #6f6e6c;
}
aside .facet-color[data-facet-value="Orange"] {
  background-color: #d87f02;
}
aside .facet-color[data-facet-value="Pictured"] {
  background: #ff3232; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #ff3232 0%,
    #fbff30 25%,
    #28ff37 50%,
    #2893ff 77%,
    #ff89ef 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #ff3232 0%,
    #fbff30 25%,
    #28ff37 50%,
    #2893ff 77%,
    #ff89ef 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #ff3232 0%,
    #fbff30 25%,
    #28ff37 50%,
    #2893ff 77%,
    #ff89ef 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3232', endColorstr='#ff89ef',GradientType=0 ); /* IE6-9 */
}
aside .facet-color[data-facet-value="Pink"] {
  background-color: #eb84ed;
}
aside .facet-color[data-facet-value="Purple"] {
  background-color: #661191;
}
aside .facet-color[data-facet-value="Red"] {
  background-color: #960a0a;
}
aside .facet-color[data-facet-value="white"] {
  background-color: #fff;
}
aside .facet-color[data-facet-value="Yellow"] {
  background-color: #ffec63;
}
aside .ais-price-ranges--form {
  margin-top: 8px;
}
aside .ais-price-ranges--currency {
  display: inline-block;
  margin-right: 4px;
}
aside .ais-price-ranges--input {
  display: inline-block;
  width: 50px;
}

#clear-all {
  display: block;
  margin-bottom: 16px;
}

#clear-all .btn {
  font-size: 13px;
}

#hits:after,
#hits2:after,
#hits3:after,
#hits4:after {
  content: "";
  display: table;
  clear: both;
}

.hit {
  width: 227px;
  float: left;
  padding: 10px;
  margin: 5px;
  border: 1px solid #333;

  position: relative;
  border-radius: 5px;
  background: #111; /* Old browsers */
  background: -moz-linear-gradient(top, #111 0%, #333 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #111 0%,
    #333 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #111 0%,
    #333 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111', endColorstr='#333',GradientType=0 ); /* IE6-9 */
}

.hit .product-picture-wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.hit .product-picture {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
}
.hit .product-picture img {
  height: 150px;
  max-width: 100%;
}
.hit .product-desc-wrapper {
  height: 100px;
  width: 100%;
  overflow: hidden;
}
.hit .product-name {
  font-weight: bold;
  font-size: 110%;
  margin: 0 0 8px;
  min-width: 120px;
  color: white;
  text-decoration: none;
  display: block;
}

.hit .product-dept {
  color: #888;
  font-size: 110%;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.hit .product-badge {
  margin-bottom: 10px;
}

.hit .product-badge .badge {
  background-color: #cef;
}

.hit.staff-pick .product-badge .badge {
  color: #bbd329;
  background-color: black;
  border: 1px solid grey;
}
.hit.staff-pick {
  border: 1px solid #bbd329;
}
.hit.featured .product-badge .badge {
  color: #e79c26;
  background-color: black;
  border: 1px solid grey;
}
.hit.featured {
  border: 1px solid #e79c26;
}
.hit.on-sale .product-badge .badge {
  color: #fff;
  background-color: #cf1f02;
}
.hit.on-sale {
  border: 1px solid #cf1f02;
}
.hit .product-price {
  float: right;
  letter-spacing: -1px;
}
.hit em {
  font-style: normal;
}

.transparent {
  opacity: 0;
}

/* main site nav */

#sitenav {
  background-color: #222;
}

#sitenav .search-margin {
  margin-top: 8px;
}

#sitenav .navbar {
  min-height: 0;
  background-color: #222;
  border: 0;
}

#sitenav nav.navbar-inverse ul.navbar-nav > li > a {
  color: #ddd;
}

#sitenav .navbar .department-default,
#sitenav .navbar .department-submenu {
  display: block;
  width: 500px;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}
#sitenav .navbar .department-submenu {
  pointer-events: none;
}
#sitenav .navbar .department-submenu h2 {
  margin-top: 5px;
}
#sitenav .navbar .department-submenu .row {
  margin-left: 15px;
  margin-right: 15px;
}

#sitenav .navbar .department-submenu a {
  pointer-events: auto;
}

#sitenav .navbar a.department-image-credit {
  pointer-events: auto;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#sitenav .navbar .department-submenu .list-group-item {
  background: rgba(255, 255, 255, 0.9);
}
#sitenav .navbar .department-submenu .list-group-item:hover {
  background: rgba(255, 255, 255, 1);
}

.avatar {
  height: 22px;
}

/* amazon style department menu */
.navbar .popover {
  width: 500px;
  max-width: 500px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  overflow: hidden;
  height: 400px;
}

.navbar .popover-title {
  color: black;
}

.navbar .popover-content {
  text-align: center;
}

.navbar .dropdown-menu {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;

  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.navbar .dropdown-menu > li > a:hover {
  background-image: none;
  color: white;
  background-color: rgb(0, 129, 194);
  background-color: rgba(0, 129, 194, 0.5);
}

.navbar .dropdown-menu > li > a.maintainHover {
  color: white;
  background-color: #0081c2;
}

/* support button */
.support {
  color: black;
  font-weight: 900;
  background-color: #b7d432;
  position: fixed;
  top: 40%;
  right: -20px;
  border: 0;
  font-size: 110%;
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}

/*  bootstrap overrides */

h1 {
  margin-top: 0;
}

.nav,
.pagination,
.carousel,
.panel-title a {
  cursor: pointer;
}

.btn-success {
  background-color: #bbd329;
  border-color: #bbd329;
  color: black;
}
.btn-success:hover {
  border-color: #d0e550;
  background-color: #d0e550;
  color: black;
}

.btn-info {
  background-color: #1a7e83;
  border-color: #1a7e83;
}
.btn-info:hover {
  border-color: #328a8e;
  background-color: #328a8e;
}

.btn-danger {
  background-color: #cf1f02;
  border-color: #cf1f02;
}
.btn-danger:hover {
  border-color: #f73c1e;
  background-color: #f73c1e;
}

.btn-primary {
  background-color: #284b91;
  border-color: #284b91;
}
.btn-primary:hover {
  border-color: #41609d;
  background-color: #41609d;
}

.btn-warning {
  background-color: #e79c26;
  border-color: #e79c26;
}
.btn-warning:hover {
  border-color: #f6b650;
  background-color: #f6b650;
}

.alert-info {
  color: #014f53;
  background-color: #55a4a8;
  border-color: #55a4a8;
}
.alert-info a {
  color: black;
}

.alert-warning {
  color: #955b00;
  background-color: #ffcc7b;
  border-color: #ffcc7b;
}
.alert-warning a {
  color: black;
}

.alert-success {
  color: #728500;
  background-color: #e8f97e;
  border-color: #e8f97e;
}
.alert-success a {
  color: black;
}

.alert-success a.btn-primary {
  color: white;
}

.alert-danger {
  color: #801100;
  background-color: #ff6951;
  border-color: #ff6951;
}
.alert-danger a {
  color: black;
}

.navbar-input-group {
  font-size: 0px; /*removes whitespace between button and input*/
}

.navbar-input-group .form-control {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.navbar-inverse {
  background-color: rgba(0, 0, 0, 0.8);
}

.navbar-toggle {
  color: white;
}

html {
  background-color: black;
}
body {
  padding: 0;
  background: 0;
  color: white;
}

body.reverse {
  padding: 0;
  background: white;
  color: black;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #2a2a2a;
}
legend {
  color: #ccc;
}
.user_icon {
  height: 20px;
  width: 20px;
}
.carousel {
  margin-bottom: 0;
}
.controls .input-group-addon {
  color: black;
}

.navbar-brand {
  margin: 0;
  padding: 5px 0 0 0;
}

.well,
.jumbotron {
  background-color: #2a2a2a;
  background: -moz-linear-gradient(
    rgba(255, 255, 255, 0.2) 30%,
    rgba(255, 255, 255, 0.1) 80%
  ); /* FF 3.6+ */
  background: -webkit-linear-gradient(
    rgba(255, 255, 255, 0.2) 30%,
    rgba(255, 255, 255, 0.1) 80%
  ); /* Safari 5.1+, Chrome 10+ */
  background: -o-linear-gradient(
    rgba(255, 255, 255, 0.2) 30%,
    rgba(255, 255, 255, 0.1) 80%
  ); /* Opera 11.10 */
  background: linear-gradient(
    rgba(255, 255, 255, 0.2) 30%,
    rgba(255, 255, 255, 0.1) 80%
  ); /* the standard */
  border: 0;
}
.badge {
  background-color: white;
  color: black;
  border: 1px solid #aaa;
}
fieldset .btn {
  margin-top: 2px;
}

/* tgc native stuff */
.proof.btn-warning span.glyphicon-check {
  display: none;
}
.proof.btn-primary span.glyphicon-check {
  margin-right: 5px;
}

.footer_border {
  margin: 0;
  width: 100%;
  height: 64px;
}
.footer {
  padding-top: 50px;
  background-color: #ccc;
  color: black;
}
.footer a {
  color: #000080;
}

#showcase_carousel {
  height: 600px;
  margin-top: -20px;
}

.showcase {
  margin-top: -20px;
  position: relative;
  background-repeat: no-repeat;
  background-position: top;
  height: 600px;
}

.showcase_overlay {
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(
    rgba(0, 0, 0, 0) 30%,
    rgba(0, 0, 0, 0.9) 80%
  ); /* FF 3.6+ */
  background: -webkit-linear-gradient(
    rgba(0, 0, 0, 0) 30%,
    rgba(0, 0, 0, 0.9) 80%
  ); /* Safari 5.1+, Chrome 10+ */
  background: -o-linear-gradient(
    rgba(0, 0, 0, 0) 30%,
    rgba(0, 0, 0, 0.9) 80%
  ); /* Opera 11.10 */
  background: linear-gradient(
    rgba(0, 0, 0, 0) 30%,
    rgba(0, 0, 0, 1) 80%
  ); /* the standard */
}

.showcase_content {
  height: 600px;
  margin-left: auto;
  margin-right: auto;
}
.showcase_link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.showcase_logo {
}
.showcase_logo img {
}
.showcase_review {
  margin-top: 25px;
  font-family: sans-serif;
  color: white;
  text-shadow: 2px 2px 2px black;
  filter: progid:DXImageTransform.Microsoft.dropShadow(color=#000000,offX=2,offY=2);
}
.showcase_review span {
  font-size: 125%;
}
.showcase_review div {
  margin-top: 10px;
  text-align: right;
}
.showcase_review div a {
  text-decoration: none;
  color: grey;
}
.showcase_spacer {
  height: 400px;
}
.showcase_border {
  height: 25px;
  width: 100%;
  background-color: #2a2a2a;
  background: -moz-linear-gradient(
    rgba(0, 0, 0, 0.9) 10%,
    rgba(0, 0, 0, 0) 60%
  ); /* FF 3.6+ */
  background: -webkit-linear-gradient(
    rgba(0, 0, 0, 0.9) 10%,
    rgba(0, 0, 0, 0) 60%
  ); /* Safari 5.1+, Chrome 10+ */
  background: -o-linear-gradient(
    rgba(0, 0, 0, 0.9) 10%,
    rgba(0, 0, 0, 0) 60%
  ); /* Opera 11.10 */
  background: linear-gradient(
    rgba(0, 0, 0, 0.9) 10%,
    rgba(0, 0, 0, 0) 60%
  ); /* the standard */
}
@media (max-width: 979px) {
  .showcase_spacer {
    height: 370px;
  }
  .showcase_overlay {
    background: -moz-linear-gradient(
      rgba(0, 0, 0, 0) 10%,
      rgba(0, 0, 0, 0.9) 70%
    ); /* FF 3.6+ */
    background: -webkit-linear-gradient(
      rgba(0, 0, 0, 0) 10%,
      rgba(0, 0, 0, 0.9) 70%
    ); /* Safari 5.1+, Chrome 10+ */
    background: -o-linear-gradient(
      rgba(0, 0, 0, 0) 10%,
      rgba(0, 0, 0, 0.9) 70%
    ); /* Opera 11.10 */
    background: linear-gradient(
      rgba(0, 0, 0, 0) 10%,
      rgba(0, 0, 0, 0.9) 70%
    ); /* the standard */
  }
}
@media (max-width: 767px) {
  .showcase_spacer {
    height: 250px;
  }
  .showcase_overlay {
    background: -moz-linear-gradient(
      rgba(0, 0, 0, 0) 10%,
      rgba(0, 0, 0, 0.9) 55%
    ); /* FF 3.6+ */
    background: -webkit-linear-gradient(
      rgba(0, 0, 0, 0) 10%,
      rgba(0, 0, 0, 0.9) 55%
    ); /* Safari 5.1+, Chrome 10+ */
    background: -o-linear-gradient(
      rgba(0, 0, 0, 0) 10%,
      rgba(0, 0, 0, 0.9) 55%
    ); /* Opera 11.10 */
    background: linear-gradient(
      rgba(0, 0, 0, 0) 10%,
      rgba(0, 0, 0, 0.9) 55%
    ); /* the standard */
  }
}

.popover {
  color: black;
}
.popover-title {
  color: orange;
}

.accordion .cathead {
  cursor: pointer;
  font-weight: bold;
  font-size: 90%;
  padding: 5px;
  border-bottom: 1px solid #555;
  margin-top: 15px;
  color: #aaa;
}

.accordion .catbody {
  font-size: 80%;
  margin: 0px 5px 5px 5px;
  padding: 5px;
}

.pad-left {
  padding-left: 10px;
}

.pad-right {
  padding-right: 10px;
}

.proof_overlay_border {
  border: 1px solid blue;
}

.proof_color_filter {
  filter: saturate(105%) contrast(120%);
  -webkit-filter: saturate(1.05) contrast(1.2);
}

.preview-medium {
  max-height: 100px;
  max-width: 100px;
  border: 1px solid #444;
  background-color: white;
}

.preview-small {
  border: 1px solid #444;
  max-height: 35px;
}

.clickable {
  cursor: pointer;
}

.account {
  max-width: 120px;
  overflow: hidden;
  white-space: nowrap;
}

.blink {
  font-weight: bold;
}
.attn {
  font-weight: bold;
  color: red;
}
