.rot-90 {
  transform: rotate(90deg);
}
.rot-180 {
  transform: rotate(180deg);
}
.rot-270 {
  transform: rotate(270deg);
}
.rot-360 {
  transform: rotate(360deg);
}
.grey {
  color: #7b7f81;
}
.transition-default {
  transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
  -webkit-transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
}
.transition-fast {
  transition: all 100ms;
  -moz-transition: all 100ms;
  -webkit-transition: all 100ms;
  transform-origin: left top;
  -moz-transform-origin: left top;
  -webkit-transform-origin: left top;
}
.transition-slow {
  transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
}
html:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #2d3032 url('/assets/templates/hmc/images/h-logo.png') center no-repeat;
  transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
  -webkit-transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
}
html.ng-scope:after {
  height: 0;
  opacity: 0;
  top: -100%;
  bottom: inherit;
}
.no-animate,
.no-animate-children *,
.no-animate-show.ng-show,
.no-animate-hide.ng-hide {
  -webkit-transition: none !important;
  transition: none !important;
  animation: none !important;
}
#editable #searchitems {
  padding: 2em 5%;
  background: #F7F7F7;
}
#editable #searchitems .controls {
  margin-top: 3em;
}
#editable #searchitems .controls:after,
#editable #searchitems .controls:before {
  content: "";
  clear: both;
  display: table;
}
#editable #searchitems .controls h4 {
  text-transform: uppercase;
  font-family: "museo-slab", serif;
  float: left;
  clear: none;
  font-style: normal;
  color: #000;
  line-height: 2em;
  margin-right: 1em;
}
#editable #searchitems .controls label {
  transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
  -webkit-transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
  display: inline-block;
  border: 2px solid #989898;
  /*color: #989898;*/
  color:#000;
  font-weight: 900;
  font-family: 'Open Sans', sans-serif;
  background: white;
  text-transform: uppercase;
  line-height: 2em;
  position: relative;
  height: 51px;
  padding: 9px 40px 10px 20px;
  overflow: hidden;
  margin-right: 1em;
  opacity: 1;
}
#editable #searchitems .controls label span,
#editable #searchitems .controls label strong {
  font-weight: 400;
  color: white;
  margin-left: -0.05em;
}
#editable #searchitems .controls label:after {
  transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
  -webkit-transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
  font-family: "fontawesome";
  content: "\f13a";
  color: #989898;
  padding-left: 10px;
  padding-right: 15px;
  padding-top: 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
#editable #searchitems .controls label:hover,
#editable #searchitems .controls label.active {
  background: #ed1b2f;
  color: white;
  cursor: pointer;
}
#editable #searchitems .controls label:hover:after,
#editable #searchitems .controls label.active:after {
  color: white;
}
#editable #searchitems .controls label.open {
  border-color: #6D6D6D;
}
#editable #searchitems .controls label.open:after {
  content: "\f139";
}
#editable #searchitems .controls label.active {
  background: #43883F;
}
#editable #searchitems .controls label.active:after {
  content: "\f058";
}
#editable #searchitems .controls label.hide {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
#editable #searchitems .controls label.searchinput {
  padding: 0;
  border: none;
}
#editable #searchitems .controls label.searchinput:after {
  display: none;
}
#editable #searchitems .controls label.searchinput:hover,
#editable #searchitems .controls label.searchinput.active {
  background: white;
  color: #989898;
}
#editable #searchitems .controls label.searchinput input {
  border: 2px solid #989898;
  color: #989898;
  font-family: 'Open Sans', sans-serif;
  padding: 9px 20px 10px 20px;
  height: 51px;
}
#editable #searchitems .controls label.searchinput a {
  position: absolute;
  right: .5em;
  top: 50%;
  transform: translateY(-50%);
}
#editable #searchitems .controls label.searchinput a span {
  color: #989898;
}
#editable #searchitems .controls label.searchinput a:hover span {
  color: #ed1b2f;
}
#editable #searchitems .controls .switch {
  display: inline-block;
}
#editable #searchitems .controls .switch .horz-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
#editable #searchitems .controls .switch .horz-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
  padding: 2px;
  width: 155px;
  height: 51px;
  background-color: #e8e8e8;
  overflow: hidden;
}
#editable #searchitems .controls .switch .horz-toggle + label:before,
#editable #searchitems .controls .switch .horz-toggle + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
#editable #searchitems .controls .switch .horz-toggle + label:before {
  color: #000000;
  width: 105px;
  right: 0;
  left: auto;
  content: attr(data-off) " ";
  text-align: center;
  line-height: 48px;
  transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
  -webkit-transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
}
#editable #searchitems .controls .switch .horz-toggle + label:after {
  width: 24px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s;
  transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
  -webkit-transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
}
#editable #searchitems .controls .switch .horz-toggle + label:hover:after {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
#editable #searchitems .controls .switch .horz-toggle:checked + label:before {
  content: " " attr(data-on);
  right: auto;
  left: 0;
}
#editable #searchitems .controls .switch .horz-toggle:checked + label:after {
  margin-left: 102px;
}
#editable #searchfilters {
  background: rgba(50, 51, 53, 0.97);
  box-shadow: inset 0 0 100px #1B1B1B;
  padding: 2.25em 5%;
  width: 65%;
  left: 0;
  position: absolute !important;
  z-index: 100;
}
#editable #searchfilters > div {
  padding-bottom: 2em;
}
#editable #searchfilters.animate-enter {
  animation: enter 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  display: block;
  position: relative;
}
#editable #searchfilters.animate-leave {
  animation: leave 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  display: block;
  position: relative;
}
#editable #searchfilters.ng-hide-add {
  animation: 300ms slideUp ease;
}
#editable #searchfilters.ng-hide-remove {
  animation: 300ms slideDown ease;
}
#editable #searchfilters .ng-hide-add {
  animation: leave 600ms;
  display: block;
  position: absolute;
  top: 2.25em;
}
#editable #searchfilters .ng-hide-remove {
  animation: enter 600ms;
  display: table;
  width: 100%;
  position: relative;
  top: 0;
}
#editable #searchfilters .count {
  padding: 0 0 1.5em;
  bottom: 0;
  font-weight: bold;
  left: 0;
  text-transform: uppercase;
  color: #858586;
  letter-spacing: .1em;
  font-size: .8em;
}
#editable #searchfilters .close,
#editable #searchfilters .reset {
  transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
  -webkit-transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
  cursor: pointer;
  color: white;
  position: absolute;
  right: -6px;
  top: -6px;
  background: black;
  border: 4px solid white;
  padding: 2px 6px 4px;
  border-radius: 100%;
  box-shadow: 3px 3px 20px rgba(71, 71, 71, 0.7);
  z-index: 9999;
}
#editable #searchfilters .close:hover,
#editable #searchfilters .reset:hover {
  background: #ae0e1d;
  cursor: pointer;
}
#editable #searchfilters .close:hover {
  background: #43883F;
}
#editable #searchfilters .reset {
  right: 38px;
  padding: 3px 8px;
}
#editable #searchfilters .reset:after {
  content: attr(data-hint);
  background: #ae0e1d;
  color: #fff;
  padding: 9px 10px;
  font-size: 12px;
  line-height: 12px;
  white-space: nowrap;
  position: absolute;
  right: 25px;
  top: -4px;
  border: 4px solid white;
  border-right: none;
  display: none;
}
#editable #searchfilters .reset:hover {
  border-radius: 0 100% 100% 0;
  transition: none;
}
#editable #searchfilters .reset:hover:after {
  display: block;
}
#editable #searchfilters input[type="text"] {
  display: table;
  width: auto;
  background-color: #242527;
  border: none;
  padding: .5em 1em;
  font-style: italic;
  font-size: .85em;
  color: white;
}
#editable #searchfilters label {
  float: left;
  display: block;
  padding: .5em 1em;
  color: white;
  font-size: .9em;
  clear: right;
  width: 33%;
  text-align: left;
  transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
  -webkit-transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
}
#editable #searchfilters label:nth-child(3n-1) {
  clear: both;
}
#editable #searchfilters label.title {
  font-weight: bold;
  clear: both;
  float: none;
  display: table;
  padding: .6em .5em .5em;
  margin-top: .6em;
  font-size: 1.1em;
  width: 100%;
}
#editable #searchfilters label:hover {
  color: #ed1b2f;
  cursor: pointer;
}
#editable #searchfilters label:before {
  font-family: FontAwesome;
  content: "\f10c";
  margin-right: 3px;
  font-weight: normal !important;
  margin-left: -0.75em;
}
#editable #searchfilters label.active:before {
  content: "\f05d";
  color: #43883F;
}
#editable #searchfilters label input[type="checkbox"],
#editable #searchfilters label input[type="radio"] {
  display: none;
}
#editable #searchfilters .clear {
  clear: both;
  float: right;
  color: #969696;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .8em;
  transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
  -webkit-transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
}
#editable #searchfilters .clear span {
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
}
#editable #searchfilters .clear span:hover {
  color: white;
  cursor: pointer;
}
#editable #searchfilters #applications label {
  text-align: center;
}
#editable #searchfilters #applications label svg {
  max-width: 65%;
  clear: both;
  display: block;
  margin: 0 auto .5em;
  transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
  -webkit-transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
}
#editable #searchfilters #applications label svg path,
#editable #searchfilters #applications label svg ellipse {
  fill: white;
  stroke-width: 2px;
}
#editable #searchfilters #applications label svg circle {
  stroke: white;
  fill: none;
}
#editable #searchfilters #applications label svg #target-match .cls-1 {
  fill: white;
}
#editable #searchfilters #applications label svg #target-match .cls-2 {
  fill: #303032;
}
#editable #searchfilters #applications label svg #personal_defense circle,
#editable #searchfilters #applications label svg #small_game circle {
  stroke-width: 10px;
}
#editable #searchfilters #applications label span {
  display: block;
  font-weight: 300;
}
#editable #searchfilters #applications label:before {
  display: none;
}
#editable #searchfilters #applications label:hover svg path,
#editable #searchfilters #applications label:hover svg ellipse {
  fill: #ed1b2f;
}
#editable #searchfilters #applications label:hover svg circle {
  stroke: #ed1b2f;
}
#editable #searchfilters #applications label:hover svg #target-match .cls-1 {
  fill: #ed1b2f;
}
#editable #searchfilters #applications label.active svg path,
#editable #searchfilters #applications label.active svg ellipse {
  fill: #43883F;
}
#editable #searchfilters #applications label.active svg circle {
  stroke: #43883F;
}
#editable #searchfilters #applications label.active svg #target-match .cls-1 {
  fill: #43883F;
}
#editable #applications label:nth-child(3n-1) {
  clear: none;
}
#editable #searchresults {
  padding: 2em 5%;
  width: 100%;
  border-top: 1px solid #e1e1e1;
  background: white;
}
#editable #searchresults > h4 {
  text-transform: uppercase;
  font-family: "museo-slab", serif;
  float: left;
  clear: none;
  font-style: normal;
  color: #c0c0c0;
  margin-right: 1em;
}
#editable #searchresults .item {
  width: 100%;
}
#editable #searchresults .item .app img {
  width: 45px;
  height: 45px;
  display: inline;
  margin-right: 5px;
}
#editable #searchresults .item .app b,
#editable #searchresults .item .app span {
  display: none;
}
#editable #searchresults.media-list .display-item {
  margin-bottom: 2em;
}
#editable #searchresults.media-list .display-item:before {
  font-family: "fontawesome";
  opacity: .5;
  color: white;
  position: absolute;
  z-index: 9;
  top: 4px;
  left: 15px;
  font-size: 1.3em;
  background: black;
  padding: 2px 5px;
  border-radius: 5px;
}
#editable #searchresults.media-list .display-item.pc-Photo:before {
  content: "\f03e";
}
#editable #searchresults.media-list .display-item.pc-Video:before {
  content: "\f008";
}
#editable #searchresults.media-list .display-item.pc-Illustration:before {
  content: "\f14b";
}
#editable #searchresults.media-list .display-item.pc-Logo:before {
  content: "\f140";
}
#editable #searchresults.media-list .display-item.pc-Document:before {
  content: "\f15c";
}
#editable #searchresults.media-list .display-item .wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 2rem;
}
#editable #searchresults.media-list .display-item .wrap img {
  margin-top: -2rem;
  cursor: pointer;
}
#editable #searchresults.media-list .display-item .holder {
  min-height: 124px;
  border-top: 3px solid #ed1b2f;
  width: 100%;
  background: #2d3032;
  padding-top: 0.5em;
  margin: 0 0.5em 0 0;
  position: absolute;
  bottom: 0;
  transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
  -webkit-transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
}
#editable #searchresults.media-list .display-item .holder span.date {
  padding-left: 0.5em;
  padding-right: 0.5em;
  width: 100%;
  display: block;
  text-align: center;
  color: #c0c0c0;
  text-transform: uppercase;
  font-size: .7em;
}
#editable #searchresults.media-list .display-item .holder h3 {
  padding-left: 0.5em;
  padding-right: 0.5em;
  width: 100%;
  display: block;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.15em;
  line-height: 1.25em;
  margin-bottom: 0;
  text-align: center;
  text-transform: none;
}
#editable #searchresults.media-list .display-item .holder p {
  padding-left: 0.5em;
  padding-right: 0.5em;
  width: 100%;
  display: block;
  color: #e5e5e5;
  font-size: .8em;
  line-height: 1.4em;
  z-index: 1;
  text-align: center;
  transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
  -webkit-transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
}
#editable #searchresults.media-list .display-item .holder .link {
  width: 100%;
  text-align: right;
  background: #ed1b2f;
  position: relative;
  z-index: 3;
}
#editable #searchresults.media-list .display-item .holder .link a {
  color: white;
  font-weight: 400;
  display: block;
  width: 100%;
  height: 37px;
  padding: 7px;
}
#editable #searchresults.media-list .display-item .holder .link a span,
#editable #searchresults.media-list .display-item .holder .link a strong {
  font-weight: 800;
  color: white;
  margin-left: -0.05em;
}
#editable #searchresults.media-list .display-item .holder .link a:after {
  padding-left: 5px;
  font-family: "fontawesome";
  content: "\f01d";
}
#editable #searchresults.media-list .display-item .holder .link:hover {
  background: #ae0e1d;
}
#editable #searchresults.media-list .display-item .holder .link:hover a:after {
  content: "\f144";
  -ms-transform: rotate(360deg);
  /* IE 9 */
  -ms-transform-origin: 50% 50%;
  /* IE 9 */
  -webkit-transform: rotate(360deg);
  /* Chrome, Safari, Opera */
  -webkit-transform-origin: 50% 50%;
  /* Chrome, Safari, Opera */
  transform: rotate(360deg);
  transform-origin: 50% 50%;
}
#editable #searchresults.media-list .display-item .holder .controls {
  position: absolute;
  z-index: 3;
  top: 100%;
  bottom: -5px;
  left: 0;
  width: 100%;
  background: #ed1b2f;
  padding-top: 45px;
  text-align: center;
  border-bottom: 3px solid #2d3032;
  transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
  -webkit-transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
}
#editable #searchresults.media-list .display-item .holder .controls a {
  font-family: "museo-slab", serif;
  font-weight: 700;
  color: white;
  border: 2px solid white;
  padding: 5px 11px;
  font-size: .9em;
}
#editable #searchresults.media-list .display-item .holder .controls a:hover {
  background: #2d3032;
}
#editable #searchresults.media-list .display-item:hover .holder .controls {
  top: 0;
  bottom: 0;
}
#editable #comparebox {
  background: #ed1b2f;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  max-height: 90px;
  opacity: .95;
  transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
  -webkit-transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
}
#editable #comparebox:hover {
  opacity: 1;
}
#editable #comparebox .wrapper {
  display: inline-block;
  width: 64%;
  float: left;
  margin-left: 5%;
}
#editable #comparebox .wrapper .compareitem {
  margin: .2em;
  border: 1px solid #af0414;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
#editable #comparebox .wrapper .compareitem .image {
  display: inline-block;
  clear: none;
  float: left;
  border-radius: 0 50% 50% 0;
  overflow: hidden;
  height: 100%;
  background: white;
}
#editable #comparebox .wrapper .compareitem .image img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 80px;
}
#editable #comparebox .wrapper .compareitem .text {
  display: inline-block;
  clear: none;
  float: left;
  width: 65%;
  padding: .5em;
}
#editable #comparebox .wrapper .compareitem .text h5 {
  color: white;
  font-size: .85em;
  font-weight: 400;
  margin: 0;
  padding-top: .5em;
}
#editable #comparebox .wrapper .compareitem .remove {
  background: #5d0f14;
  color: white;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: -100%;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  padding: 25px 0;
  opacity: 0;
  transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
  -webkit-transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
}
#editable #comparebox .wrapper .compareitem:hover .remove {
  opacity: .95;
  top: 0;
  bottom: 0;
}
#editable #comparebox .button {
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
#editable #comparebox .button a {
  color: white;
  border-color: white;
  margin: 0;
}
#editable #comparebox .button a strong {
  color: white;
}
#editable .table {
  display: table;
  width: 100%;
  border: 1px solid #e1e1e1;
  border-top: none;
  margin-bottom: 1.5em;
  border-radius: 2px;
}
#editable .td {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  font-size: .8em;
  text-align: left;
}
#editable .td.title {
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .9em;
}
#editable .td.compare {
  text-align: center;
  font-size: 1.25em;
  cursor: pointer;
}
#editable .td.compare .fa-check-square {
  color: #43883F;
}
#editable .td a {
  display: block;
  max-width: 200px;
}
#editable .td a.value {
  display: inline;
  max-width: inherit;
}
#editable .td img {
  max-width: 50px;
}
#editable .th {
  display: table-header-group;
  background: #2d3032;
}
#editable .th .td {
  padding: .5em;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  min-width: 55px;
  transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
  -webkit-transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
}
#editable .th .td:after {
  display: none;
  width: 12px;
  padding-left: 3px;
  font-family: FontAwesome;
  content: "\f0d7";
  color: #474b50;
}
#editable .th .td.asc {
  background: #151617;
}
#editable .th .td.asc:after {
  display: inline-block;
  content: "\f0d8";
  color: white;
}
#editable .th .td.desc {
  background: #151617;
}
#editable .th .td.desc:after {
  display: inline-block;
  content: "\f0d7";
  color: white;
}
#editable .th .td:hover {
  background: #151617;
  cursor: pointer;
}
#editable .th .td.nosort:after {
  display: none;
}
#editable .th .td.nosort:hover {
  background: #2d3032;
  cursor: inherit;
}
#editable .th .td.title {
  text-align: center;
  background: #ed1b2f;
}
#editable .th .td.title:hover {
  background: #5d0f14;
}
#editable .th .td.title.nosort:hover {
  background: #ed1b2f;
}
#editable .tr {
  display: table-row;
  background: white;
  transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
  -webkit-transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
  opacity: 1;
}
#editable .tr.even {
  background: #f7f7f7;
}
#editable .tr:hover {
  background: #e8e8e8;
}
#editable .tr.loading {
  opacity: 0;
}
#editable .tr.new {
  color: #ed1b2f;
}
#editable .tr.new .td:first-child {
  font-style: italic;
}
#editable .tr.new .td:first-child:after {
  content: ' NEW!';
  float: right;
  font-size: .85em;
}
#editable .tr .td {
  padding: .8em .5em;
  background-size: contain;
  box-shadow: inset -1px 0 0 white;
}
#editable .tr .td.price {
  font-weight: 400;
  font-style: italic;
}
#editable .card {
  display: inline-block;
  border: 1px solid #e1e1e1;
  margin-bottom: 2em;
  border-radius: 2px;
}
#editable .card .td {
  display: inline-block;
  width: 100%;
  padding: .5em;
  text-align: right;
}
#editable .card .td:before {
  content: attr(data-label) ": ";
  font-size: .8em;
  font-weight: 300;
  float: left;
  text-transform: uppercase;
}
#editable .card .td.even {
  background: #f7f7f7;
}
#editable .card .td:hover {
  background: #e8e8e8;
}
#editable .card .td.title {
  background: #2d3032;
  color: white;
  text-align: left;
}
#editable .card .td.title:before {
  display: none;
}
#editable .card .td.title:hover {
  background: #2d3032;
}
#editable .card .td.red {
  background: #ed1b2f;
  color: white;
  font-weight: bold;
}
#editable .card .td.red:before {
  font-weight: bold;
}
#editable .card.new {
  color: #ed1b2f;
}
#editable .card.new .td.title {
  color: white;
}
#editable .card.new .td.title:after {
  float: right;
}
#editable .card.new .td:first-child {
  font-style: italic;
}
#editable .card.new .td:first-child:after {
  content: ' NEW!';
  font-size: .85em;
}
#editable .flex {
  border: none;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*.data:nth-child(even), .legend:nth-child(odd){
      background: #f7f7f7;
    }*/
}
#editable .flex .legend {
  text-align: right;
  text-transform: uppercase;
  padding: .85em 1em;
  border: 1px solid #8a8a8a;
  border-top: none;
  font-size: .85em;
  line-height: 1.1em;
  color: #6f6f6f;
  width: 16%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#editable .flex .data {
  text-align: left;
  padding: .85em 1em;
  border: 1px solid #8a8a8a;
  border-top: none;
  border-left: none;
  font-weight: bold;
  line-height: 1.2em;
  display: flex;
  align-items: center;
  width: 28%;
}
#editable .flex .data.compare {
  background: #585858;
  color: #f7f7f7;
}
#editable .flex .data.compare a {
  color: #e1e1e1;
  border-bottom: 1px solid #7e7e7e;
}
#editable .flex .data.compare a:hover {
  color: #ed1b2f;
  border-color: #ed1b2f;
}
#editable .flex .data.compare img {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
}
#editable .flex .data.small {
  font-weight: normal;
  font-size: .75em;
  line-height: 1.1em;
  color: #6f6f6f;
  text-transform: uppercase;
  padding: .85em 1em;
}
#editable .flex .data.col-2 {
  width: 56%;
}
#editable .flex .data span {
  font-size: 0.85em;
  font-weight: normal;
  font-style: italic;
  margin-left: 4px;
}
#editable .flex .data-spacer {
  width: 16%;
}
#editable .flex .data .app {
  font-style: normal;
  clear: both;
  display: block;
  margin: .5em 0;
}
#editable .flex .data .app img {
  width: 25px;
  height: 25px;
  display: inline-block;
  float: left;
  margin-right: 5px;
}
#editable .flex .column {
  display: inline-block;
  width: 28%;
  float: left;
}
#editable .flex .row > .column:first-child,
#editable .flex .row > .data:first-child {
  width: 16%;
}
#editable .flex .title {
  background: #e7e7e7;
  position: relative;
  min-height: 58px;
  overflow: hidden;
  border: 1px solid #8a8a8a;
}
#editable .flex .title > div:first-child {
  color: #6f6f6f;
  padding: 1em;
  text-transform: uppercase;
  min-height: 58px;
  display: block;
}
#editable .flex .title > div {
  min-height: 58px;
  display: block;
}
#editable .flex .overview {
  background: white !important;
  border: none;
  position: relative;
}
#editable .flex .overview.data {
  border: none;
  text-align: center;
  font-weight: normal;
  padding: .5em;
  align-items: initial;
}
#editable .flex .overview.removable {
  cursor: pointer;
}
#editable .flex .overview.removable .close {
  transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
  -webkit-transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
  color: white;
  font-style: normal;
  font-size: 1em;
  position: absolute;
  border: 2px solid white;
  right: -3px;
  top: -3px;
  background: #ed1b2f;
  padding: 5px 7px;
  border-radius: 100%;
  z-index: 9999;
  opacity: 0;
}
#editable .flex .overview.removable:hover .close {
  opacity: 1;
}
#editable .flex .overview.removable:hover .close:hover {
  background: #5d0f14;
}
#editable .flex .overview .wrap {
  padding: .5em;
  border: 2px solid red;
  border-bottom-width: 6px;
  margin-bottom: 1em;
  width: 100%;
}
#editable .flex .overview .image {
  position: relative;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
#editable .flex .overview .image img {
  max-width: 80%;
  margin-top: -3em;
  margin-bottom: -3em;
}
#editable .flex .overview .image img.rot-90 {
  max-width: 60%;
  margin-top: 0;
  margin-bottom: 0;
}
#editable .flex .overview h3 {
  font-weight: 300;
  font-family: "museo-slab", serif;
  text-transform: none;
}
#editable .flex .overview span {
  display: block;
  color: #7a7a7a;
}
#editable .flex.one {
  width: 44%;
}
#editable .flex.one .data {
  width: 63.63%;
}
#editable .flex.one .data-spacer {
  width: 36.36%;
}
#editable .flex.one .legend {
  width: 36.36%;
}
#editable .flex.two {
  width: 72%;
}
#editable .flex.two .data {
  width: 38.88%;
}
#editable .flex.two .data.col-2 {
  width: 77.76%;
}
#editable .flex.two .data-spacer {
  width: 22.22%;
}
#editable .flex.two .legend {
  width: 22.22%;
}
#editable .flex.three {
  width: 100%;
}
#editable .flex.three .data {
  width: 28%;
}
#editable .flex.three .data.col-2 {
  width: 56%;
}
#editable .flex.three .data.col-3 {
  width: 84%;
}
#editable .flex.three .data-spacer {
  width: 16%;
}
#editable .flex.three .legend {
  width: 16%;
}
#editable .flex.four {
  width: 100%;
}
#editable .flex.four .data {
  width: 21%;
}
#editable .flex.four .data.col-2 {
  width: 42%;
}
#editable .flex.four .data.col-3 {
  width: 63%;
}
#editable .flex.four .data.col-4 {
  width: 84%;
}
#editable .flex.four .data-spacer {
  width: 16%;
}
#editable .flex.four .legend {
  width: 16%;
}
#editable #related.loading {
  min-height: 310px;
}
#editable #related h4 {
  text-transform: uppercase;
  font-family: "museo-slab", serif;
  float: left;
  clear: none;
  font-style: normal;
  color: #c0c0c0;
  line-height: 1em;
  margin-right: 1em;
  display: inline;
}
#editable #related ul.buttons {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
#editable #related ul.buttons li {
  padding: 0;
  margin: 0;
  display: inline-block;
}
#editable #related ul.buttons li .link {
  transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
  -webkit-transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
  cursor: pointer;
  display: block;
  border: 1px solid #c0c0c0;
  border-radius: 2px;
  color: #6f6f6f;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  background: white;
  text-transform: uppercase;
  position: relative;
  padding: 5px 10px;
  overflow: hidden;
  opacity: 1;
  font-size: .85em;
}
#editable #related ul.buttons li .link span,
#editable #related ul.buttons li .link strong {
  font-weight: 400;
  color: white;
  margin-left: -0.05em;
}
#editable #related ul.buttons li .link:hover,
#editable #related ul.buttons li .link.active {
  background: #ed1b2f;
  color: white;
  cursor: pointer;
}
#editable #related .slick-prev:before {
  content: "\f053";
  color: #989898;
  font-family: FontAwesome;
}
#editable #related .slick-next:before {
  content: "\f054";
  color: #989898;
  font-family: FontAwesome;
}
#editable #related .wrapper {
  width: 94%;
  margin: 0 auto;
  min-height: 220px;
}
#editable #related .item {
  width: 33%;
  padding: .5em;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
#editable #related .item .image {
  position: relative;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
#editable #related .item .image img {
  max-width: 80%;
  margin-top: -4em;
  margin-bottom: -3em;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
#editable #related .item .image img.rot-90 {
  max-width: 60%;
  margin-top: 0;
  margin-bottom: 0;
}
#editable #related .item.active .image:after {
  font-family: FontAwesome;
  content: "\f05d";
  position: absolute;
  font-size: 2em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #f7f7f7;
  text-shadow: 0px 2px 5px #000000;
  cursor: pointer;
}
#editable #related .item.active .image:hover:after {
  content: "\f05c";
}
#editable #related .item h3 {
  font-weight: 300;
  font-family: "museo-slab", serif;
  text-transform: none;
  font-size: .95em;
  margin-bottom: 0;
}
#editable #related .item span {
  display: block;
  color: #7a7a7a;
  font-size: .85em;
}
#editable #related .item:focus {
  outline: inherit;
}
#editable #searchresults .tr.new {
  color: inherit;
}
#editable #searchresults .tr.new .td:first-child {
  font-style: normal;
  position: relative;
}
#editable #searchresults .tr.new .td:first-child:after {
  content: ' NEW!';
  display: inline-block;
  background: #ed1b2f;
  color: white;
  padding: .1em .25em;
  font-style: italic;
  top: 50%;
  position: absolute;
  left: -2.75em;
  transform: translateY(-50%);
  right: inherit;
  border-radius: 2px;
}
#searchitems h2 {
  display: inline-block;
  margin-bottom: 0;
}
#searchitems h2.showalt > span {
  position: relative;
  transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
  -webkit-transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
}
#searchitems h2.showalt > span:after {
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: .5em;
  padding: 5px;
  line-height: 1em;
  top: -5px;
  position: relative;
}
#searchitems h2.showalt > span:hover,
#searchitems h2.showalt > span.hover {
  cursor: pointer;
  color: white;
  background: #ed1b2f;
}
#showalt {
  position: absolute !important;
  display: inline-block;
  transition: all linear 0.1s;
  left: 0;
  z-index: 200;
  min-width: 100%;
  top: 42px;
  margin-left: 0 !important;
}
#showalt ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  border: 2px solid #989898;
  color: #989898;
  background: white;
  overflow: hidden;
  opacity: 1;
  width: 100%;
  min-width: 220px;
}
#showalt ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#showalt ul li a {
  display: block;
  padding: .5em;
  color: #989898;
  font-size: 0.55em;
  font-family: "proxima-nova", sans-serif;
}
#showalt ul li a:hover {
  color: white;
  background: #2d3032;
}
.hidden {
  display: none!important;
}
.splash {
  background-color: #989898;
  width: 100%;
  position: absolute;
  top: 0;
  height: 440px;
  bottom: 0;
  z-index: 1;
  display: none;
}
.splash:after {
  content: "";
  display: table;
  clear: both;
}
.splash p {
  color: white;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  vertical-align: middle;
  font-size: 3em;
}
[ng-cloak].splash {
  display: block !important;
}
.loading-box {
  transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
  -webkit-transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
  display: inline-block;
  border: 2px solid #989898;
  color: #989898;
  font-weight: 900;
  font-family: 'Open Sans', sans-serif;
  background: white;
  text-transform: uppercase;
  line-height: 2em;
  position: relative;
  height: 51px;
  padding: 9px 40px 10px 20px;
  overflow: hidden;
  margin-bottom: 3em;
}


.ng-scope #medium_game .st0 {
    display: inherit;
}
#small_game .st7 {
    clip-path: none;
}

@media (max-width: 1025px) {
  #editable .th .td {
    font-size: .7em;
    line-height: 1;
    padding: 1.2em .25em !important;
    border: 3px solid transparent;
    border-left: none;
    border-right: none;
  }
  #editable .th .td:after {
    display: none !important;
  }
  #editable .th .td.asc {
    border-top-color: #989898;
  }
  #editable .th .td.desc {
    border-bottom-color: #989898;
  }
  #editable .tr .td {
    font-size: .8em !important;
  }
  #editable #searchitems .controls {
    margin-top: 1.5em !important;
  }
  #editable #searchitems h4 {
    float: none !important;
  }
}
@media (max-width: 775px) {
  #editable #searchitems .controls {
    transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
    -webkit-transition: all 150ms cubic-bezier(0.01, 0.76, 0.82, 0.69);
  }
  #editable #searchitems .controls label {
    margin-right: 0;
    margin-bottom: .5em;
    width: 100%;
    padding-top: .25em;
    padding-bottom: .25em;
    height: auto;
  }
  #editable #searchitems .controls label:after {
    padding-top: .25em;
  }
  #editable #searchitems .controls.filtering label {
    display: none;
  }
  #editable #searchitems .controls.filtering label.open {
    display: inline-block;
  }
  #editable #searchfilters {
    width: 95%;
  }
  #editable #searchfilters label {
    width: 50%;
  }
  #editable #searchfilters label:nth-child(3n-1) {
    clear: none;
  }
  #editable #searchfilters label:nth-child(2n+1) {
    clear: right;
  }
  #editable #comparebox .wrapper {
    display: none;
  }
  #editable #comparebox .button {
    position: relative;
    width: 100%;
    top: inherit;
    right: inherit;
    transform: inherit;
    padding: .5em 5%;
    text-align: center;
  }
  #editable #comparebox .button a {
    padding: .5em 2em;
    font-size: 1em;
  }
  #editable .table {
    display: inline-block;
    margin-bottom: 0;
    border: none;
  }
  #editable .table:after {
    display: table;
    content: "";
    clear: both;
  }
  #editable .th {
    display: inline-block;
    background: transparent;
  }
  #editable .th .td {
    display: inline-block;
    background: #2d3032;
    margin-bottom: 5px;
    border-radius: 2px;
    padding: 1.2em 1em !important;
    background: #5d0f14;
  }
  #editable .th .td.asc {
    background: #ed1b2f;
    border-top-color: #5d0f14;
  }
  #editable .th .td.desc {
    background: #ed1b2f;
    border-bottom-color: #5d0f14;
  }
  #editable .th .td.nosort {
    display: none;
  }
  #editable .tr {
    display: inline-block;
    border: 1px solid #e1e1e1;
    margin-bottom: 2em;
    border-radius: 2px;
    width: 100%;
    box-shadow: 0 2px 5px #e6e6e6;
  }
  #editable .tr.even {
    background: white;
  }
  #editable .tr:hover {
    background: white;
  }
  #editable .tr .td {
    display: inline-block;
    width: 100%;
    padding: .5em 1em;
    text-align: right;
    box-shadow: none;
    font-size: 1em !important;
  }
  #editable .tr .td:before {
    content: attr(data-label) ": ";
    font-size: .8em;
    font-weight: 300;
    float: left;
    text-transform: uppercase;
  }
  #editable .tr .td.compare {
    text-align: right;
    background: #f2f2f2;
    padding: .75em 1em;
  }
  #editable .tr .td.compare:before {
    font-weight: 700;
    content: attr(data-label) " ";
    color: #ed1b2f;
    font-size: 1em;
  }
  #editable .tr .td.even {
    background: #f7f7f7;
  }
  #editable .tr .td:hover {
    background: #e8e8e8;
  }
  #editable .tr .td a {
    display: inherit;
    max-width: 100%;
  }
  #editable .tr .td.title {
    background: #2d3032;
    color: white;
    text-align: left;
  }
  #editable .tr .td.title a {
    color: white;
    display: block;
    font-size: 1.5em;
    text-transform: none;
    font-weight: 400;
    padding: .25em 0;
    line-height: 1.3;
  }
  #editable .tr .td.title a:hover {
    color: #ed1b2f;
  }
  #editable .tr .td.title a:after {
    font-family: FontAwesome;
    content: " " "\f0da";
  }
  #editable .tr .td.title:before {
    display: none;
  }
  #editable .tr .td.title:hover {
    background: #2d3032;
  }
  #editable .tr .td.compare {
    text-align: right;
  }
  #editable .tr.new {
    color: #ed1b2f;
  }
  #editable .tr.new .td.title {
    color: white;
  }
  #editable .tr.new .td.title:after {
    float: right;
  }
  #editable .tr.new .td:first-child {
    font-style: italic;
  }
  #editable .tr.new .td:first-child:after {
    content: ' NEW!';
    font-size: .85em;
  }
  #editable .expand .tr .td {
    text-align: left;
  }
  #editable .expand .tr .td:before {
    width: 100%;
    float: none;
    display: block;
  }
  #editable .flex {
    display: block;
    width: 100% !important;
  }
  #editable .flex .legend {
    display: none;
  }
  #editable .flex .overview {
    padding: 0;
  }
  #editable .flex .overview .wrap {
    margin-bottom: 0;
    margin-top: 2em;
  }
  #editable .flex .data {
    width: 100% !important;
    text-align: right;
    display: inherit;
    border-left: 1px solid;
    font-size: 85%;
    line-height: 1;
    clear: both;
  }
  #editable .flex .data.first {
    border-top: 1px solid;
  }
  #editable .flex .data.last {
    margin-bottom: 1em;
  }
  #editable .flex .data.small {
    display: none;
  }
  #editable .flex .data .app {
    display: inherit;
    clear: none;
    font-size: 1em;
  }
  #editable .flex .data .app img {
    display: none;
  }
  #editable .flex .data:before {
    content: attr(data-label) ": ";
    font-size: .8em;
    font-weight: 300;
    float: left;
    text-transform: uppercase;
  }
  #editable #searchresults .th {
    margin-bottom: 2em;
  }
  #editable #searchresults .tr.new .td:first-child {
    padding-top: 30px;
  }
  #editable #searchresults .tr.new .td:first-child:after {
    transform: inherit;
    border-radius: 0;
    top: 0;
    left: 0;
    right: 0;
    font-size: 1em;
  }
  #product-line #searchresults h3 {
    padding: 0;
    margin-bottom: 1.5em;
    color: #ed1b2f;
    background: transparent;
  }
  #showalt {
    position: relative !important;
    float: left;
    top: auto;
  }
}
@media (max-width: 551px) {
  #editable #searchfilters {
    width: 95%;
  }
  #editable #searchfilters label {
    width: 100%;
    clear: both;
  }
  #editable #searchfilters label:nth-child(3n-1) {
    clear: both;
  }
  #editable #searchfilters label:nth-child(2n+1) {
    clear: both;
  }
}
