/* STYLE SHEET NICE WORLD INDUSTRIES 2020 */
/* NICEWORLD.ORG */
/* TEST */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* DA MIXIN and DA HELPERS */
.cover-bg,
.bg-cover {
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.contain-bg,
.bg-contain {
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.fixed-bg {
  background-attachment: fixed;
}
figure.img-resp img {
  max-width: 100%;
}
img.img-resp,
img.resp-img {
  max-width: 100%;
}
.w-100 {
  width: 100%;
}
.max-200 {
  max-width: 200px;
  margin: 0 auto;
}
.max-400 {
  max-width: 400px;
  margin: 0 auto;
}
.max-600 {
  max-width: 600px;
  margin: 0 auto;
}
.box-shadow {
  -webkit-box-shadow: 3px 3px 2px -2px #646569;
  -moz-box-shadow: 3px 3px 2px -2px #646569;
  box-shadow: 3px 3px 2px -2px #646569;
}
.box-shadow-dakotafest {
  -webkit-box-shadow: 3px 3px 2px -2px #00a7ce;
  -moz-box-shadow: 3px 3px 2px -2px #00a7ce;
  box-shadow: 3px 3px 2px -2px #00a7ce;
}
.box-shadow-farmfest {
  -webkit-box-shadow: 3px 3px 2px -2px #799a02;
  -moz-box-shadow: 3px 3px 2px -2px #799a02;
  box-shadow: 3px 3px 2px -2px #799a02;
}
.box-shadow-amarillo {
  -webkit-box-shadow: 3px 3px 2px -2px #aa7d62;
  -moz-box-shadow: 3px 3px 2px -2px #aa7d62;
  box-shadow: 3px 3px 2px -2px #aa7d62;
}
.box-shadown-none {
  -webkit-box-shadow: 3px 3px 2px -5px #6f8f09;
  -moz-box-shadow: 3px 3px 2px -5px #6f8f09;
  box-shadow: 3px 3px 2px -5px #6f8f09;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .rwd-break-sm,
  .br-sm-resp,
  .resp-br,
  .br-resp {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .rwd-break-xs {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .rwd-break-lg {
    display: none;
  }
}
.hover-grow {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.hover-grow:hover {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.wrapper-o-x-hidden {
  overflow-x: hidden;
}
.center-aligned {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.v-center-parent {
  position: relative;
}
.v-center-child {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.v-center-parent-resp {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .v-center-parent-resp {
    position: relative;
  }
}
.v-center-child-resp {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .v-center-child-resp {
    position: relative;
    top: auto;
    transform: none;
  }
}
.v-center-parent-resp-md {
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .v-center-parent-resp-md {
    position: relative;
  }
}
.v-center-child-resp-md {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .v-center-child-resp-md {
    position: relative;
    top: auto;
    transform: none;
  }
}
.v-center-parent-promo-img {
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .v-center-child-promo-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .v-center-child-promo-img {
    position: relative;
    top: auto;
    transform: none;
  }
}
.small,
small {
  font-size: 80%;
  font-weight: 200;
}
.full-on-iframe {
  display: block;
  border: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
.fade-in {
  animation: fadeIn ease 5s;
  -webkit-animation: fadeIn ease 5s;
  -moz-animation: fadeIn ease 5s;
  -o-animation: fadeIn ease 5s;
  -ms-animation: fadeIn ease 5s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in-up-one {
  animation: one 2000ms ease;
}
.fade-in-up-two {
  animation: one 500ms ease 500ms;
  animation-fill-mode: both;
}
.fade-in-up-three {
  animation: one 1000ms ease 1000ms;
  animation-fill-mode: both;
}
.fade-in-up-four {
  animation: one 1500ms ease 1500ms;
  animation-fill-mode: both;
}
@keyframes one {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.no-marr {
  margin-right: 0!important;
  margin-left: 0!important;
}
.no-padd {
  padding-right: 0!important;
  padding-left: 0!important;
}
.no-padd-left {
  padding-left: 0!important;
}
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* DA BUTTONZ */
.title-container a.hb-tag {
  padding: 2%;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  background-color: #ffd452;
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  line-height: 3.3;
  text-align: center;
  color: #4a4a4a;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-container a.hb-tag {
    line-height: 4.5;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .title-container a.hb-tag {
    line-height: 3.9;
  }
}
.title-container a.hb-tag:hover {
  background-color: #393939;
  color: #ffd452;
  text-decoration: none;
}
.title-container a.hb-add-to-favorites {
  padding: 2%;
  padding-right: 30px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  line-height: 2.1;
  text-align: center;
  color: #4a4a4a;
  background: #ffffff url("../img/icon-heart-blue.8d0c76cfba72.svg") no-repeat 95% 58%;
}
.title-container a.hb-add-to-favorites:hover {
  background-color: #393939;
  color: #ffd452;
  text-decoration: none;
}
a.cal-left,
a.cal-right {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  text-align: right;
  color: #4a4a4a;
  padding: 0.99%;
  background: #ffffff url("../img/icon-calendar-yellow.376bb247ced4.svg") no-repeat 6% 58%;
  padding-left: 20px;
  padding-right: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  a.cal-left,
  a.cal-right {
    padding-left: 17px;
    padding-right: 5px;
  }
}
a.cal-left:hover,
a.cal-right:hover {
  background-color: #393939;
  color: #ffd452;
  text-decoration: none;
}
a.cal-right {
  padding-left: 10px;
  padding-right: 20px;
  background: #ffffff url("../img/icon-calendar-yellow.376bb247ced4.svg") no-repeat 95% 58%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  a.cal-right {
    padding-left: 5px;
    padding-right: 17px;
  }
}
a.reset {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  text-align: right;
  color: #4a4a4a;
  background: #ffffff url("../img/icon-reset-arrow.ed8711f1ca73.svg") no-repeat 6% 58%;
  padding: 1.1% 1%;
  padding-left: 20px;
  padding-right: 10px;
  float: right;
  margin-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  a.reset {
    padding: 1.1% 1%;
    padding-left: 20px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  a.reset {
    position: relative;
    top: 1px;
  }
}
a.reset:hover {
  background-color: #393939;
  color: #ffd452;
  text-decoration: none;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  a.reset {
    display: inline-block;
    float: none;
    padding: 1.2%;
    padding-left: 20px;
    padding-right: 10px;
  }
}
form {
  padding-bottom: 0;
  margin-bottom: 0;
}
.nice-form-select {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  text-align: right;
  color: #4a4a4a;
  padding: 0.9% 0.5%;
  text-transform: uppercase;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .nice-form-select {
    margin-bottom: 4px;
  }
}
.nice-form-select.production {
  max-width: 172px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nice-form-select.production {
    max-width: 169px;
  }
}
.nice-form-select.manufacturers {
  max-width: 165px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nice-form-select.manufacturers {
    max-width: 161px;
  }
}
.nice-form-select.product {
  max-width: 156px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nice-form-select.product {
    max-width: 153px;
  }
}
.nice-form-select.segments {
  max-width: 169px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nice-form-select.segments {
    max-width: 164px;
  }
}
.butt-type {
  display: inline-block;
  background-color: #232323;
  text-align: center;
  padding: 20px 20px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .butt-type {
    padding: 10px 10px;
    margin-bottom: 4px;
  }
}
.butt-type h3.word {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}
.butt-type h3.num {
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 0.77;
  text-align: center;
  color: #ffd452;
}
.butt-type:hover {
  background-color: #ff5a09;
}
.butt-type:hover h3.word {
  color: #000000;
}
.butt-type.active{
  background-color: #ff5a09;
  color: #000000;
}

.butt-type.active h3.word{
  color: #000000;
}
a.butt-type-sub {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  background-color: #232323;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  line-height: 2.4;
  color: #ff3000;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: 100;
  white-space: nowrap;
}
a.butt-type-sub:hover {
  background-color: #000000;
  color: #ffd452;
  text-decoration: none;
}
a.butt-toggle {
  display: block;
  margin-right: 20px;
  padding-top: 9px;
  background-color: rgba(57, 57, 57, 0.68);
  width: 122px;
  height: 28px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
}
a.butt-toggle.toys {
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  background-color: #ff5a09;
}
.icon-grid,
.icon-list {
  margin-right: 22px;
  margin-top: 10px;
  float: right;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .icon-grid,
  .icon-list {
    margin: 0 auto;
    float: none;
  }
}
.icon-list {
  margin-right: 10px;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .icon-list {
    margin: 0 auto;
    float: none;
  }
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .icon-grid {
    margin: 0 auto;
    float: none;
  }
}
input.cal-left,
input.cal-right {
  width: 90px;
  font-size: 10px;
  font-weight: 600;
  line-height: 0;
  text-align: right;
  text-transform: uppercase;
  border: 0;
  color: #4a4a4a !important;
  padding: 0.9%;
  font-family: 'Open Sans', sans-serif;
  background: #ffffff url("../img/icon-calendar-yellow.376bb247ced4.svg") no-repeat 6% 50%;
}
input.cal-right {
  text-align: left;
  background: #ffffff url("../img/icon-calendar-yellow.376bb247ced4.svg") no-repeat 95% 50%;
}
input.cal-left::placeholder,
input.cal-right::placeholder {
  color: #4a4a4a !important;
  font-weight: 600;
}
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* DA GLOBAL SEARCH */
.hb-custom-select-wrapper {
  line-height: 1;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
.hb-arrow {
  position: relative;
  left: -20px;
  height: 11px;
  width: 11px;
  font-weight: lighter;
}
.hb-arrow::before,
.hb-arrow::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0.1rem;
  height: 80%;
  transition: all 0.5s;
}
.hb-arrow::before {
  left: -3px;
  transform: rotate(45deg);
  background-color: #394a6d;
}
.hb-arrow::after {
  left: 3px;
  transform: rotate(-45deg);
  background-color: #394a6d;
}
.open .hb-arrow::before {
  left: -3px;
  transform: rotate(-45deg);
}
.open .hb-arrow::after {
  left: 3px;
  transform: rotate(45deg);
}
.hb-custom-select-wrapper {
  position: relative;
  user-select: none;
  min-width: 50px;
}
.hb-custom-select {
  position: relative;
  display: flex;
  flex-direction: column;
  /* border-width: 0 2px 0 2px;
     border-right: solid 1px #A2AF9F; */
  left: 8px;
}
.hb-custom-select span {
  font-weight: 200;
  text-transform: lowercase;
  font-family: Oswald;
  padding: 0 30px 0 10px;
}
.hb-custom-select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2px;
  color: #3b3b3b;
  height: 30px;
  line-height: 30px;
  background: #ffffff;
  cursor: pointer;
  border-width: 2px 0 2px 0;
  /* position: absolute;
     top: -15px;
     left: -58px; */
  /* border-style: solid;
     border-color: #394a6d; */
}
.hb-custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  width: 200px;
  border: 2px solid #98BEE3;
  background: #2C2C2C;
  color: white;
  border-top: 0;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}
.hb-custom-select.open .hb-custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.hb-custom-option {
  position: relative;
  display: block;
  padding: 0 22px 0 22px;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  background: #393939;
  border: solid #2C2C2C 2px;
  line-height: 40px;
  cursor: pointer;
  transition: all 0.5s;
}
.hb-custom-option:hover {
  cursor: pointer;
  background-color: #b2b2b2;
}
.hb-custom-option.selected {
  color: #000;
  background-color: #ff5a09;
}
.hb-global-search-input .form-control {
  /* padding-left: 1.375rem; */
  padding: 0.2rem 0.5rem;
  border-radius: 0;
  height: 32px;
  width: 300px;
}
.hb-global-search-input .form-control::-webkit-input-placeholder {
  color: #A2AF9F;
  font-family: Oswald;
  font-weight: 300;
}
.hb-global-search-input .form-control::-moz-placeholder {
  color: #A2AF9F;
  font-family: Oswald;
  font-weight: 300;
}
.hb-global-search-input .form-control:-ms-input-placeholder {
  color: #A2AF9F;
  font-family: Oswald;
  font-weight: 300;
}
.hb-global-search-input .form-control:-moz-placeholder {
  color: #A2AF9F;
  font-family: Oswald;
  font-weight: 300;
}
.hb-global-search-input .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  width: 18.3rem;
  /* height: 2.375rem; */
  line-height: 1.6rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}
.hb-global-search-input .form-control-feedback::before{
  pointer-events: all;
}
.navbar-collapse {
  justify-content: flex-end;
  width: inherit;
}
#hb-global-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #hb-global-search {
    position: absolute;
    top: 23px;
    left: 290px;
    width: 310px;
  }
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  #hb-global-search {
    display: none;
  }
}
#hb-search-results {
  display: none;
  position: absolute;
  border: solid #98BEE3 1px;
  width: 60%;
  top: 80px;
  left: 20%;
  z-index: 4;
  background: #2C2C2C;
  /* padding-bottom: 20px; */
}
#hb-search-results.show {
  display: block;
}
.hb-search-result {
  background: #000000;
  border-left: solid 12px #98BEE3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 98%;
  margin: -7px 10px;
}
.hb-search-result.blue {
  border-left: solid 12px #98BEE3;
}
.hb-search-result.orange {
  border-left: solid 12px #F3843E;
}
.hb-search-result.green {
  border-left: solid 12px #80AE41;
}
.hb-search-result.red {
  border-left: solid 12px #FF5A09;
}
.hb-search-result.charcoal {
  border-left: solid 12px #A2AF9F;
}
.hb-search-result.yellow {
  border-left: solid 12px #FFD452;
}
.hb-search-result-img {
  padding: 10px;
}
.hb-search-result h3 {
  color: #FFF;
  font-family: Oswald;
  font-weight: 400;
  font-size: 26px;
  line-height: 26px;
  padding: 30px 10px;
  text-transform: uppercase;
}
.hb-search-res-cat {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 1.17;
  font-weight: 200;
  position: relative;
  top: 23px;
  left: 33px;
  z-index: 40;
}
.hb-search-res-cat.blue {
  color: #98BEE3;
}
.hb-search-res-cat.orange {
  color: #F3843E;
}
.hb-search-res-cat.green {
  color: #80AE41;
}
.hb-search-res-cat.red {
  color: #FF5A09;
}
.hb-search-res-cat.charcoal {
  color: #A2AF9F;
}
.hb-search-res-cat.yellow {
  color: #FFD452;
}
.hb-search-res-cat.teal {
  color: #008080;
}
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
/* DA CODEZ */
/* DA TEST */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs13FvgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs169vgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs1y9ogUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZogUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjMPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pYCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapYCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN_r8-VQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-U1Ug.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirk-VQ.ttf) format('truetype');
}
.hb-small-stripes {
  background-attachment: fixed;
  background: #000 url(/static/img/bg-stripes-top.jpg);
  height: 20px;
  background-size: 1180px 90px;
  background-repeat: repeat-x;
}
#mobile-login-account {
  width: 178px;
}
.login-bg {
  background-position: 10px 0px;
}
.login-bg a.nav-link {
  height: 40px;
  font-size: 0.8rem;
  padding: 0.4rem;
  padding-top: 9px;
  padding-right: -6px;
}
.hb-item-detail.hb-list-items .bread-crumbs {
  margin-bottom: 0;
}
.hb-item-detail.hb-list-items .container .row {
  padding-top: 0;
}
.hb-item-detail.hb-list-items .title-info .title-container {
  margin-top: 0;
  background-color: #ff5a09;
  padding: 30px 0;
  padding-right: 10px;
  width: 90%;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hb-item-detail.hb-list-items .title-info .title-container {
    width: 100%;
  }
}
.hb-item-detail.hb-list-items .title-info .title-container .title {
  font-weight: 800;
  font-size: 48px;
  display: inline;
  background: none;
  margin-bottom: 20px;
}
.hb-item-detail.hb-list-items .title-info .title-tags {
  width: 100%;
}
.hb-item-detail.hb-list-items .title-info .title-controls {
  width: 100%;
  margin-top: 20px;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hb-item-detail.hb-list-items .title-info .title-controls {
    margin-top: 24px;
  }
}
.hb-item-detail.hb-list-items .title-stats {
  width: 100%;
  padding: 1%;
  background-color: rgba(0, 0, 0, 0.63);
}
.hb-item-detail.hb-list-items .title-stats p {
  text-align: right;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 1.17;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 0;
}
#char-control-panel {
  margin-top: 27px;
  margin-bottom: 20px;
  margin-right: 0!important;
  margin-left: 0!important;
  background: none;
}
#char-control-panel .char-control-row-1 {
  border-left: 20px solid rgba(78, 78, 78, 0.8);
  padding: 10px 0 10px 15px;
  background-color: rgba(82, 82, 82, 0.8);
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #char-control-panel .char-control-row-1 {
    padding: 10px 10px 10px 10px;
    text-align: center;
  }
}
#char-control-panel .char-control-row-2 {
  border-left: 20px solid rgba(78, 78, 78, 0.6);
  padding: 10px 0 0 15px;
  background-color: rgba(82, 82, 82, 0.3);
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #char-control-panel .char-control-row-2 {
    padding: 10px 10px 10px 10px;
    text-align: center;
  }
}
#char-control-panel .char-control-row-3 {
  border-left: 20px solid rgba(78, 78, 78, 0.6);
  padding: 0px 0 10px 15px;
  background-color: rgba(82, 82, 82, 0.3);
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #char-control-panel .char-control-row-3 {
    padding: 10px 10px 10px 10px;
    text-align: center;
  }
}
#char-control-panel .butt-types {
  float: left;
  width: 85%;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #char-control-panel .butt-types {
    float: none;
    width: 100%;
  }
}
#char-control-panel .butt-toggles {
  float: right;
  width: 15%;
  text-align: center;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #char-control-panel .butt-toggles {
    float: none;
    text-align: center;
    width: 100%;
  }
}
#char-control-panel form {
  display: inline;
}
#character-list-control-panel form {
  display: inline;
}
.hb-header-tl,
.hb-header-search-results,
.hb-header-character-list {
  width: 100%;
  background: #000000 url("../img/bg-troopaz.0630ed25beb9.jpg") no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 230px;
  padding-bottom: 10px;
}
.hb-header-search-results {
  background-image: radial-gradient(circle at 48% 51%, #fafafa, #9d9d9d 91%);
}
.hb-header-character-list {
  background: #000000 url("../img/bg-bb-eight-fantasy.858e84f00d7c.jpg") no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hb-header-tl > .container > .row,
.hb-header-search-results > .container > .row,
.hb-header-character-list > .container > .row {
  padding-top: 0px!important;
}
.hb-item-detail.hb-header-tl .bread-crumbs,
.hb-item-detail.hb-header-search-results .bread-crumbs,
.hb-item-detail.hb-header-character-list .bread-crumbs {
  margin-bottom: 0px!important;
}
#tl-control-panel,
#search-results-panel,
#character-list-control-panel {
  padding-left: 15px;
  margin-right: 0!important;
  padding-right: 0!important;
  width: 100%;
}
.tl-control-row-1,
.cl-control-row-1 {
  padding: 8px 0;
  padding-left: 18px;
  border-left: 1rem solid #e05c1c;
  background-color: rgba(255, 90, 9, 0.8);
}
.tl-control-row-1 .btn,
.cl-control-row-1 .btn {
  border-radius: 0px;
  font-size: 12px;
  color: white;
  font-family: 'Open Sans', sans-serif;
  padding: 6px;
  margin-right: 4px;
  background-color: #393939;
}
.tl-control-row-1 .btn.active,
.cl-control-row-1 .btn.active {
  background-color: #3D90E0;
}
.tl-control-row-2,
.cl-control-row-2 {
  padding: 8px 10px 8px 18px;
  border-left: 1rem solid #000000;
  background-color: rgba(0, 0, 0, 0.4);
}
.tl-control-row-2 .btn,
.cl-control-row-2 .btn {
  border-radius: 0px;
  font-size: 18px;
  color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 18px;
  margin-right: 4px;
  margin-bottom: 4px;
  background-color: #393939;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tl-control-row-2 .btn,
  .cl-control-row-2 .btn {
    font-size: 14px;
    padding: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .tl-control-row-2 .btn,
  .cl-control-row-2 .btn {
    font-size: 10px;
    padding: 8px;
  }
}
.tl-control-row-2 .btn.story-films,
.cl-control-row-2 .btn.story-films {
  color: #FF5A09;
}
.tl-control-row-2 .btn.story-films:hover,
.cl-control-row-2 .btn.story-films:hover {
  color: #000;
  background-color: #FF5A09;
}
.tl-control-row-2 .btn.saga-films,
.cl-control-row-2 .btn.saga-films {
  color: #D9421F;
}
.tl-control-row-2 .btn.saga-films:hover,
.cl-control-row-2 .btn.saga-films:hover {
  color: #000;
  background-color: #D9421F;
}
.tl-control-row-2 .btn.tv-series,
.cl-control-row-2 .btn.tv-series {
  color: #F2843D;
}
.tl-control-row-2 .btn.tv-series:hover,
.cl-control-row-2 .btn.tv-series:hover {
  color: #000;
  background-color: #F2843D;
}
.tl-control-row-2 .btn.major-stories,
.cl-control-row-2 .btn.major-stories {
  color: #FFD452;
}
.tl-control-row-2 .btn.major-stories:hover,
.cl-control-row-2 .btn.major-stories:hover {
  color: #000;
  background-color: #FFD452;
}
.tl-control-row-2 .btn.classic-kids,
.cl-control-row-2 .btn.classic-kids {
  color: #80AE41;
}
.tl-control-row-2 .btn.classic-kids:hover,
.cl-control-row-2 .btn.classic-kids:hover {
  color: #000;
  background-color: #80AE41;
}
.tl-control-row-2 .btn.expanded,
.cl-control-row-2 .btn.expanded {
  color: #74A4D2;
}
.tl-control-row-2 .btn.expanded:hover,
.cl-control-row-2 .btn.expanded:hover {
  color: #000;
  background-color: #74A4D2;
}
.tl-control-row-2 .btn.general,
.cl-control-row-2 .btn.general {
  color: #A2AF9F;
}
.tl-control-row-2 .btn.general:hover,
.cl-control-row-2 .btn.general:hover {
  color: #000;
  background-color: #A2AF9F;
}
.cl-control-row-3 {
  border-left: 1rem solid rgba(78, 78, 78, 0.6);
  padding: 10px 10px 10px 15px;
  background-color: rgba(82, 82, 82, 0.3);
}
.cl-control-row-3 .btn {
  border-radius: 0px;
  min-width: 30px;
  font-size: 24px;
  color: #FF5A09;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  padding: 2px 4px;
  margin-right: 5px;
  margin-bottom: 4px;
  background-color: #393939;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cl-control-row-3 .btn {
    font-size: 14px;
    padding: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .cl-control-row-3 .btn {
    font-size: 10px;
    padding: 8px;
  }
}
.search-results-row-1 {
  padding: 0px 10px 0px 18px;
  border-left: 1rem solid #292929;
  background-color: rgba(0, 0, 0, 0.4);
}
.search-results-row-1 p {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.6;
  color: white;
  padding: 1% 2% 1% 0%;
  margin: 0;
}
.search-results-row-2 {
  padding: 0px 10px 20px 18px;
  border-left: 1rem solid #525252;
  background-color: rgba(82, 82, 82, 0.8);
}
.search-results-row-2 p {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.6;
  color: white;
  padding: 1% 2% 1% 0%;
  margin: 0;
}
.search-results-row-2 .btn {
  border-radius: 0px;
  font-size: 18px;
  color: #D9421F;
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  padding: 10px;
  margin-right: 4px;
  margin-bottom: 4px;
  background-color: #393939;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .search-results-row-2 .btn {
    font-size: 14px;
    padding: 14px;
  }
}
@media only screen and (max-width: 575px) {
  .search-results-row-2 .btn {
    font-size: 10px;
    padding: 8px;
  }
}
.no-results {
  color: #fff;
}
.bg-stripes-narrow-thin {
  width: 100%;
  background: #000000 url("../img/bg-stripes-narrow-thin.90ebdf16c308.jpg") no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 12px;
}
.bg-stripes-wide-top {
  width: 100%;
  background: #000000 url("../img/bg-stripes-wide-top.0e915036da40.jpg") no-repeat center -2px;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 12px;
}
.bg-stripes-phat {
  width: 100%;
  background: #000000 url("../img/bg-stripes-phat.ca6daf6996bd.jpg") no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 70px;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bg-stripes-phat {
    height: 50px;
  }
}
.bg-gradient-circle {
  background-image: radial-gradient(circle at 48% 51%, #fafafa, #9d9d9d 91%);
  padding-bottom: 1px;
}
h2.section-head-phat {
  height: 70px;
  float: left;
  background-color: #000000;
  text-transform: uppercase;
  padding: 20px 5%;
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  font-weight: 200;
  color: #ffffff;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  h2.section-head-phat {
    height: 50px;
    font-size: 18px;
    padding: 14px 5%;
  }
}
.tile-character-small {
  width: 95%;
  background-color: #393939;
  padding: 2%;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tile-character-small {
    padding: 2.8% 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tile-character-small {
    margin-bottom: 12px;
  }
}
.tile-character-small h3,
.tile-character-small h4 {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  color: #FFF;
  padding: 1% 1%;
  display: block;
  white-space: pre-wrap;
}
/* @media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tile-character-small h3,
  .tile-character-small h4 {
    font-size: 6vw;
  }
}
@media only screen and (max-width: 575px) {
  .tile-character-small h3,
  .tile-character-small h4 {
    font-size: 30px;
  }
} */
.tile-character-small h4 {
  color: #74A4D2;
}
.tile-character {
  border: solid black 1px;
  background: url("../img/bg-tile-stripes-top.7d5d920d3a90.jpg") no-repeat center top, url("../img/bg-tile-stripes-bottom.695ed46c91fc.jpg") no-repeat center bottom;
  background-color: #393939;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tile-character {
    background: #393939 url("../img/bg-stripes-phat.ca6daf6996bd.jpg") no-repeat center -60px;
  }
}
.tile-character img {
  width: 92%;
  margin: 4% auto;
  display: block;
}
.tile-character h3 {
  background-color: #FF5A09;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  color: #000000;
  padding: 1% 2% 1% 0%;
  display: inline;
  white-space: pre-wrap;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tile-character h3 {
    font-size: 6vw;
  }
}
@media only screen and (max-width: 575px) {
  .tile-character h3 {
    font-size: 30px;
  }
}
.tile-character h3:hover {
  color: #FFFFFF;
}
.tile-character .tile-details {
  margin: 0 4%;
  display: block;
  position: relative;
  top: 4px;
}
.tile-character .tile-detail-headline {
  display: block;
  border-left: solid 8px #FF5A09;
  padding: 0.6% 0%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tile-character .tile-detail-headline {
    padding: 0.6% 0%;
  }
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tile-character .tile-detail-headline {
    padding: 0.5% 0%;
  }
}
.tile-character .tile-detail-headline a {
  text-decoration: none;
}
.tile-character .tile-detail-headline a:hover {
  text-decoration: none;
}
.tile-character .tile-detail-sub-one {
  display: block;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.tile-character .tile-detail-sub-one p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tile-character .tile-detail-sub-one p {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 575px) {
  .tile-character .tile-detail-sub-one p {
    font-size: 18px;
  }
}
.tile-character .tile-detail-sub-two {
  display: block;
  margin-bottom: 1px;
}
.tile-character .tile-detail-sub-two p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}
.tile-character .tile-detail-sub-two p.merch {
  line-height: 1.6;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tile-character .tile-detail-sub-two p {
    font-size: 4vw;
  }
}
@media only screen and (max-width: 575px) {
  .tile-character .tile-detail-sub-two p {
    font-size: 18px;
  }
}
.tile-character .br-clear {
  height: 8px;
  clear: all;
}
.tile-character .tile-buttons {
  width: 93%;
  background-color: #6f91b1;
  padding: 1% 0;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tile-character .tile-buttons {
    padding: 2.8% 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tile-character .tile-buttons {
    margin-bottom: 12px;
  }
}
.tile-character .tile-buttons button.tile-button {
  box-shadow: 0px 0px 0px transparent;
  border: 0px solid transparent;
  text-shadow: 0px 0px 0px transparent;
  background-color: #393939;
  padding: 3% 6%;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.31;
  text-align: center;
  color: #ffffff;
  font-size: 10.6px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tile-character .tile-buttons button.tile-button {
    padding: 3% 5%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tile-character .tile-buttons button.tile-button {
    font-size: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tile-character .tile-buttons button.tile-button {
    line-height: 2.5;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tile-character .tile-buttons button.tile-button {
    font-size: 2.3vw;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tile-character .tile-buttons button.tile-button {
    font-size: 2.1vw;
  }
}
@media only screen and (max-width: 575px) {
  .tile-character .tile-buttons button.tile-button {
    display: block;
    width: 95%;
    text-align: center;
    margin: 1px auto;
    font-size: 18px;
  }
}
.tile-character .tile-buttons button.tile-button:hover {
  background-color: #FF5A09;
  color: #000;
  text-decoration: none;
}
.list-character {
  border: solid black 1px;
  background-color: #393939;
  min-height: 80px;
  padding: 1%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width:1200px) and (max-width: 1999px), only screen and (min-width:2000px) and (max-width: 2599px) {
  .list-character {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .list-character {
    display: block;
  }
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .list-character {
    padding: 2%;
  }
}
.list-character.blue-border {
  border-left: solid 5px #98bee3;
}
.list-character.green-border {
  border-left: solid 5px #80ae41;
}
.list-character .list-detail-img-head {
  display: flex;
  align-items: center;
  justify-content: left;
}
.list-character .list-detail-img img {
  height: 110px;
  margin-right: 10px;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .list-character .list-detail-img img {
    float: left;
    margin-bottom: 2px;
  }
}
.list-character .list-detail-headline {
  padding-right: 20px;
  padding-left: 10px;
}
.list-character .list-detail-headline h3 {
  background-color: #FF5A09;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  color: #000000;
  display: inline;
  white-space: pre-wrap;
  padding: 1.2% 1.2% 1.2% 0;
  border-left: 10px solid #FF5A09;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .list-character .list-detail-headline h3 {
    padding: 1% 1% 1% 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width:1200px) and (max-width: 1999px), only screen and (min-width:2000px) and (max-width: 2599px) {
  .list-character .list-details-buttons {
    display: flex;
    align-items: center;
    justify-content: right;
  }
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .list-character .list-details-buttons {
    display: block;
  }
}
.list-character .list-details {
  align-self: right;
  padding-right: 10px;
  padding-left: 10px;
  min-width: 160px;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width:1200px) and (max-width: 1999px) {
  .list-character .list-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .list-character .list-details {
    display: block;
    text-align: left;
    padding-left: 0;
  }
}
.list-character .list-detail-sub-one {
  display: inline-block;
  text-align: center;
  padding-right: 10px;
}
.list-character .list-detail-sub-one p {
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: 200;
  line-height: 1.4;
  margin-bottom: 0;
}
.list-character .list-detail-sub-two {
  display: inline-block;
  padding-right: 10px;
}
.list-character .list-detail-sub-two p {
  font-family: 'Open Sans', sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.4;
}
.list-character .list-buttons {
  background-color: #6f91b1;
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
  min-width: 260px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width:1200px) and (max-width: 1999px), only screen and (min-width:2000px) and (max-width: 2599px) {
  .list-character .list-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
  }
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .list-character .list-buttons {
    display: block;
    padding: 2%;
    height: auto;
    display: inline-block;
    margin: 0 auto;
  }
}
.list-character .list-buttons.list-merch {
  min-width: 160px;
}
.list-character .list-buttons button.list-button {
  box-shadow: 0px 0px 0px transparent;
  border: 0px solid transparent;
  text-shadow: 0px 0px 0px transparent;
  background-color: #393939;
  padding: 8px 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.31;
  text-align: center;
  color: #ffffff;
  font-size: 10.6px;
}
.list-character .list-buttons button.list-button:hover {
  background-color: #FF5A09;
  color: #000;
  text-decoration: none;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .list-character .list-buttons button.list-button {
    font-size: 12px;
    line-height: 2;
    padding: 8px 10px;
  }
}
.tile-content-promo {
  position: relative;
}
.tile-content-promo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.tile-content-promo .tile-content-promo-container {
  z-index: 10;
  position: absolute;
  display: block;
  padding: 1.5% 4%;
  width: 100%;
  height: 100%;
  top: 0;
}
.tile-content-promo .tile-content-promo-container .tile-content-promo-copy {
  position: relative;
  margin-top: 50%;
  border-left: solid 8px #F3843E;
  background-color: #FF5A09;
  padding: 4%;
}
.tile-content-promo .tile-content-promo-container .tile-content-promo-copy p {
  font-family: 'Raleway', sans-serif;
  font-size: 9.1px;
  font-weight: 500;
  color: #f3f3f3;
  margin-bottom: 0;
}
.tile-content-promo .tile-content-promo-container .tile-content-promo-copy h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 20.8px;
  font-weight: 800;
  color: #f3f3f3;
  padding: 2% 3% 2% 0%;
  white-space: pre-wrap;
  margin: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tile-content-promo .tile-content-promo-container .tile-content-promo-copy h3 {
    font-size: 6vw;
  }
}
@media only screen and (max-width: 575px) {
  .tile-content-promo .tile-content-promo-container .tile-content-promo-copy h3 {
    font-size: 30px;
  }
}
.tile-content-promo .tile-content-promo-container a.tile-content-promo-button {
  background-color: #ffffff;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #3D90E0;
  padding: 1% 3%;
}
.tile-content-promo .tile-content-promo-container a.tile-content-promo-button:hover {
  background-color: #FF5A09;
  color: #000;
  text-decoration: none;
}
.tile-content-promo .tile-content-promo-stripes {
  background: url("../img/bg-tile-stripes-white-bottom.b0e8742cd90b.png") no-repeat center bottom;
  z-index: 2;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.tile-content-promo .tile-content-promo-base-image {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.tile-content-promo .tile-content-promo-base-image.at-at {
  background: url("../img/img-at-at.3b37f6c51435.jpg") no-repeat center center;
  background-size: cover;
}
.tile-content-promo .tile-content-promo-base-image.swords {
  background: url("../img/img-swords.d9059b0c81e9.jpg") no-repeat center center;
  background-size: cover;
}
.tile-content-promo .tile-content-promo-base-image.hansom {
  background: url("../img/img-hansom.b75dca7f1a89.jpg") no-repeat center center;
  background-size: cover;
}
.grid-item.stripes {
  height: 6px;
  width: 100%;
  background: url("../img/bg-tile-stripes-grid-item.860503a1578b.jpg") repeat-x center top, url("../img/bg-tile-stripes-grid-item.860503a1578b.jpg") repeat-x center bottom;
}
.grid-item.stripes.top {
  margin-top: 10px;
  margin-bottom: 0;
}
.grid-item.stripes.bottom {
  margin-bottom: 10px;
  margin-top: 0;
}
.grid-sizer,
.grid-item {
  margin: 10px 0;
}
.grid-item.no-marr {
  margin: 0;
}
.grid-item-content--height2 {
  height: 200px;
}
.timeline-blok {
  width: 100%;
  position: relative;
  display: flex;
  align-items: top;
  justify-content: space-between;
  background: #393939;
  padding: 0;
  margin: 0 0 8px 0;
  clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .timeline-blok {
    align-items: center;
    background-image: none !important;
  }
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .timeline-blok {
    display: block;
    background-image: none !important;
  }
}
.timeline-blok p {
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 0;
  padding: 10px 10px 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.timeline-blok p.orange {
  background: #F3843E;
  color: #000;
}
.timeline-blok p.blue {
  background: #98BEE3;
  color: #000;
}
.timeline-blok p.green {
  background: #80AE41;
  color: #000;
}
.timeline-blok p.red {
  background: #FF5A09;
  color: #000;
}
.timeline-blok p.charcoal {
  background: #A2AF9F;
  color: #000;
}
.timeline-blok p.yellow {
  background: #FFD452;
  color: #000;
}
.timeline-blok p.purple {
  background: #E74292;
  color: #000;
}

.timeline-blok p.default {
  background: #CAD5E2;
  color: #000;
}
.timeline-blok p.tawny-port {
  background: #50DBB4;
  color: #000;
}
.timeline-blok p.pinkish {
  background: #EF5354;
  color: #000;
}

.timeline-blok p.blueish {
  background: #23C4ED;
  color: #000;
}

.timeline-blok h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 34px;
  line-height: 34px;
  font-weight: 600;
  color: #000;
  padding: 5px 10px 10px 20px;
  display: inline-block;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  text-transform: uppercase;
}
.timeline-blok h2.orange {
  background: #F3843E;
}
.timeline-blok h2.blue {
  background: #98BEE3;
}
.timeline-blok h2.green {
  background: #80AE41;
}
.timeline-blok h2.red {
  background: #FF5A09;
}
.timeline-blok h2.charcoal {
  background: #A2AF9F;
}
.timeline-blok h2.yellow {
  background: #FFD452;
}

.timeline-blok h2.tawny-port {
  background: #50DBB4;
}

.timeline-blok h2.pinkish {
  background: #EF5354;
}

.timeline-blok h2.blueish {
  background: #23C4ED;
}

.timeline-blok h2.purple {
  background: #E74292;
}


.timeline-blok h2.default {
  background: #CAD5E2;
}

.timeline-blok p.items {
  display: block;
  position: absolute;
  bottom: 0;
  font-size: 14px;
  background: #393939;
  padding: 10px 18px;
  text-transform: uppercase;
}
.timeline-blok .timeline-blok-left {
  display: block;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .timeline-blok .timeline-blok-left {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.timeline-blok .timeline-blok-right {
  display: block;
}
@media only screen and (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .timeline-blok .timeline-blok-right img {
    width: 100%;
  }
}
.timeline-blok img {
  float: right;
}
.100-w {
  width: 100%;
}
/*# sourceMappingURL=/static/css/main_nice.css.map */



    .button {
      backface-visibility: hidden;
      position: relative;
      margin-left: 75%;
      right: 40%;
      margin-top: 10px;
      margin-bottom: 7px;
      cursor: pointer;
      display: inline-block;
      white-space: nowrap;
      background: rgba(100%,35.29411764705881%,3.529411764705881%,0.919);
      border-radius: 0px;
      border: 1px solid rgba(100%,35.29411764705881%,3.529411764705881%,0.919);
      border-width: 1px 1px 1px 1px;
      padding: 13px 18px 13px 18px;
      color: #030303;
      font-weight: 300;
      font-family: Oswald;
  }
  .button > div {
    color: #999;
  font-size: 10px;
  font-family: Oswald;
  font-weight:300;
  text-align: center;
  margin: 0px 0px 0px 0px
  }
  .button > i {
    font-size: 1em;
  border-radius: 0px;
  border: 0px solid transparent;
  border-width: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  position: static
  }
  .button > .ld {
    font-size: initial
  }


/* .global-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(7, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .global-grid {
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(7, 1fr);  }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
, only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .global-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);  }
}
}
 
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
  .global-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
 */


.parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  margin-left: 4em;
  margin-right: 4em;
  }



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 576px) {
  .parent {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 678px) {
  .parent {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 1080px) {
  .parent {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 1200px) {
  .parent {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
/* @media only screen and (min-width: 1200px) {
  .parent {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
} */

#hb-search-mobile-results {
  display: none;
  position: absolute;
  border: solid #98BEE3 1px;
  width: 60%;
  top: 80px;
  left: 20%;
  z-index: 4;
  background: #2C2C2C;
  /* padding-bottom: 20px; */
}
#hb-search-mobile-results.show {
  display: block;
}

/* collect galleries  */
#id_collection_form .preview {
  margin-top: 10px;
}

#id_collection_form .form-row {
  border-top: 2px solid #bdb2b2;
  padding-top: 2%;
}

#collector_galleries_carousel .carousel-control {
  top: 50%;
}

#collector_galleries_carousel .carousel-control.right,
#collector_galleries_carousel .carousel-control.left {
  background-image: none;
}

#collector_galleries_carousel .carousel-caption {
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}

#collector_galleries_carousel .carousel-caption h3 {
  font-size: 20pt;
}

#collector_galleries_about h1 {
  font-size: 28pt;
  padding: 2%;
  text-transform: capitalize;
  font-weight: 300;
}

.carousel-caption {
  position: relative;
}

.carousel-inner {
  background-color: #393939;
}

/* end of collect galleries  */