﻿/*
 * Skin: BBCHC
 * ----------
 */
@font-face {
  font-family: 'Koara';
  src: url('../fonts/Koara.eot');
  src: url('../fonts/Koara.eot?#iefix') format('embedded-opentype'), url('../fonts/Koara.woff2') format('woff2'), url('../fonts/Koara.woff') format('woff'), url('../fonts/Koara.ttf') format('truetype');
}
@font-face {
  font-family: 'KoaraBold';
  src: url('../fonts/KoaraBold.eot');
  src: url('../fonts/KoaraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/KoaraBold.woff2') format('woff2'), url('../fonts/KoaraBold.woff') format('woff'), url('../fonts/KoaraBold.ttf') format('truetype');
}
@keyframes zoom {
  from {
    object-position: 0 50%;
  }
  to {
    object-position: 100% 50%;
  }
}
@keyframes blur {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(2, 2);
  }
}
@-moz-keyframes heartbit {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  25% {
    -moz-transform: scale(0.1);
    opacity: 0.1;
  }
  50% {
    -moz-transform: scale(0.5);
    opacity: 0.3;
  }
  75% {
    -moz-transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes heartbit {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0.1);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.5);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
/* GLOBAL VARIABLES */
:root {
  --font: "Roboto", sans-serif;
  --fontOrigin: 1rem;
  --fontSmall: 1.625em;
  --fontMedium: 0.875em;
  --fontNormal: 1em;
  --fontLarge: 2em;
  --fontLight: 600;
  --fontRegular: 800;
  --speed: 0.65s;
}
body {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
  font-size: 13px;
  line-height: 1.5;
  color: #000;
}
body {
  /*font-family: var(--font);
    font-weight: var(--fontOrigin);
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0.005rem;*/
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
}
.skin-bbchc {
  /* Main container */
  /* options/select wrapper with switch anchors */
  /* Common icon styles */
  /* Individual view mode styles */
  /* Large grid view */
  /* List view */
  /*notify*/
  /*notify*/
  /* MODIFIERS */
}
.skin-bbchc h1 {
  font-weight: bold;
  text-transform: uppercase;
}
.skin-bbchc h1 small {
  text-transform: none;
}
.skin-bbchc h1,
.skin-bbchc h2,
.skin-bbchc h3,
.skin-bbchc h4,
.skin-bbchc h5,
.skin-bbchc h6,
.skin-bbchc .h1,
.skin-bbchc .h2,
.skin-bbchc .h3,
.skin-bbchc .h4,
.skin-bbchc .h5,
.skin-bbchc .h6 {
  font-family: inherit;
}
.skin-bbchc .bg-bbchc-blue {
  background: #3c71ab !important;
}
.skin-bbchc .bg-bbchc-red,
.skin-bbchc .bg-bbchc-maroon {
  background: #b2032a !important;
}
.skin-bbchc .widget-user-username,
.skin-bbchc .widget-user-desc {
  color: white;
}
.skin-bbchc .widget-user-2 {
  border: 1px solid black;
}
.skin-bbchc .carousel-indicators {
  position: inherit;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  text-align: center;
  list-style: none;
  margin-left: 0;
}
.skin-bbchc .carousel-indicators > .active {
  background-color: rgba(0, 0, 0, 0.5);
}
.skin-bbchc .main-header .navbar {
  background-color: #3c71ab;
}
@media screen and (max-width: 991px) {
  .skin-bbchc .main-header .navbar .dropdown-menu {
    width: inherit;
  }
}
.skin-bbchc .main-header .navbar .nav > li > a {
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .skin-bbchc .main-header .navbar .nav > li > a {
    color: #000;
  }
}
.skin-bbchc .main-header .navbar .nav > li > a > div.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.skin-bbchc .main-header .navbar .nav > li > a > div.overlay > i {
  font-size: 20px;
  color: black;
  top: 30%;
  left: 30%;
}
.skin-bbchc .main-header .navbar .nav > li > a:hover,
.skin-bbchc .main-header .navbar .nav > li > a:active,
.skin-bbchc .main-header .navbar .nav > li > a:focus {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}
.skin-bbchc .main-header .navbar .nav .open > a,
.skin-bbchc .main-header .navbar .nav .open > a:hover,
.skin-bbchc .main-header .navbar .nav .open > a:focus {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}
.skin-bbchc .main-header .navbar .nav > .active > a {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}
.skin-bbchc .main-header .navbar .sidebar-toggle {
  color: #ffffff;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
.skin-bbchc .main-header .navbar .sidebar-toggle:before {
  content: "\f0c9";
}
.skin-bbchc .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);
}
.skin-bbchc .main-header .navbar > .navbar-custom-menu > .navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: auto;
}
.skin-bbchc .main-header .navbar > .navbar-custom-menu > .navbar-nav .notifications-menu > .dropdown-menu {
  width: 600px;
}
@media screen and (max-width: 991px) {
  .skin-bbchc .main-header .navbar > .navbar-custom-menu > .navbar-nav .notifications-menu > .dropdown-menu {
    width: inherit;
  }
}
.skin-bbchc .main-header .navbar > .navbar-custom-menu > .navbar-nav .notifications-menu > .dropdown-menu > li .menu > li > div.col-md-9 > a {
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
  display: block;
  white-space: nowrap;
  border-bottom: 1px solid #f4f4f4;
}
.skin-bbchc .main-header .navbar > .navbar-custom-menu > .navbar-nav .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
  margin: 10px 0;
}
.skin-bbchc .main-header .logo {
  background-color: #b2032a;
  color: #fff;
  border-bottom: 0 solid transparent;
  font-family: inherit;
}
.skin-bbchc .main-header .logo .logo-lg img {
  height: 50px;
  padding: 5px;
}
.skin-bbchc .main-header .logo:hover {
  background-color: #8c8c8c;
}
.skin-bbchc .main-header li.user-header {
  background-color: #3c71ab;
}
.skin-bbchc .content-header {
  background: transparent;
}
.skin-bbchc .wrapper {
  background-color: #3c71ab;
}
.skin-bbchc .main-sidebar {
  background-color: #3c71ab;
}
.skin-bbchc .left-side {
  background-color: #3c71ab;
}
.skin-bbchc .user-panel > .info {
  color: #fff;
}
.skin-bbchc .user-panel > .info > p {
  font-weight: normal;
  margin: 13px 0;
}
.skin-bbchc .user-panel > .info > a {
  color: #fff;
}
.skin-bbchc .sidebar-menu > li.header {
  color: #fff;
  background: #b2032a;
}
.skin-bbchc .sidebar-menu > li > a {
  border-left: 3px solid transparent;
}
.skin-bbchc .sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  background: #4479b9;
}
.skin-bbchc .sidebar-menu > li:hover > a,
.skin-bbchc .sidebar-menu > li.active > a {
  color: #fff;
  background: #4479b9;
  border-left-color: #525252;
}
.skin-bbchc .sidebar-menu > li:nth-child(odd):hover > a,
.skin-bbchc .sidebar-menu li.active:nth-child(odd) > a {
  border-left-color: #4479b9;
}
.skin-bbchc .sidebar-menu > li:nth-child(even):hover > a,
.skin-bbchc .sidebar-menu li.active:nth-child(even) > a {
  border-left-color: #b2032a;
}
.skin-bbchc.layout-top-nav .main-header > .logo {
  background-color: #a41c29;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}
.skin-bbchc.layout-top-nav .main-header > .logo:hover {
  background-color: #a41c29;
}
.skin-bbchc .calendar-dealer-list {
  list-style: none;
}
.skin-bbchc .sidebar a {
  color: #b8c7ce;
}
.skin-bbchc .sidebar a:hover {
  text-decoration: none;
}
.skin-bbchc .treeview-menu > li > a {
  color: #8aa4af;
}
.skin-bbchc .treeview-menu > li > a:hover {
  color: #ffffff;
}
.skin-bbchc .treeview-menu > li.active > a {
  color: #ffffff;
}
.skin-bbchc .sidebar-form {
  border-radius: 3px;
  border: 1px solid #374850;
  margin: 10px 10px;
}
.skin-bbchc .sidebar-form input [type="text"] {
  box-shadow: none;
  background-color: #374850;
  border: 1px solid transparent;
  height: 35px;
  color: #666;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.skin-bbchc .sidebar-form input [type="text"]:focus {
  background-color: #fff;
  color: #666;
}
.skin-bbchc .sidebar-form input [type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
  border-left-color: #fff;
}
.skin-bbchc .sidebar-form .btn {
  box-shadow: none;
  background-color: #374850;
  border: 1px solid transparent;
  height: 35px;
  color: #999;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.skin-bbchc .box.box-primary {
  border-top-color: #b2032a;
}
.skin-bbchc .box.box-pending {
  border-top-color: #dd4b39;
}
.skin-bbchc .box.box-submitted {
  border-top-color: #f39c12;
}
.skin-bbchc .box.box-approved {
  border-top-color: #00a65a;
}
.skin-bbchc .box .box-solid.box-primary {
  border-color: #b2032a;
}
.skin-bbchc .box .box-solid.box-primary > .box-header {
  background: #b2032a;
}
.skin-bbchc .nav-tabs-custom > .nav-tabs > li.active {
  border-top-color: #b2032a;
}
.skin-bbchc .btn-primary {
  background-color: #3c71ab;
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.skin-bbchc .list-group-item {
  border-color: #444444;
}
.skin-bbchc .extra-padding {
  padding-left: 30px;
  padding-bottom: 10px;
}
.skin-bbchc .selected_cell,
.skin-bbchc .draw {
  background-color: #ffff80;
}
.skin-bbchc .available {
  background-color: aqua;
}
.skin-bbchc .not_available,
.skin-bbchc .lose {
  background-color: #ffb4b4;
}
.skin-bbchc .win {
  background-color: #c8ff91;
}
.skin-bbchc .scroller_anchor {
  height: 0px;
  margin: 0;
  padding: 0;
}
.skin-bbchc .scroller {
  z-index: 100;
  text-align: center;
}
.skin-bbchc .vertical-align-span {
  line-height: 34px;
}
.skin-bbchc .reduced-margin {
  margin-left: -15px;
}
.skin-bbchc .pull-right {
  text-align: end;
  display: block;
  float: none !important;
}
.skin-bbchc #Avatar-list .k-item {
  line-height: 1em;
  min-width: 300px;
}
.skin-bbchc #Avatar-list .k-item > span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  margin: 20px 10px 10px 5px;
}
.skin-bbchc #Avatar-list .k-item > span:first-child {
  -moz-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.3);
  margin: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: white;
}
.skin-bbchc .selected-value {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-size: 100%;
  margin-right: 5px;
  border-radius: 50%;
}
.skin-bbchc .img-md-50 {
  height: 50px;
}
.skin-bbchc .table-responsive {
  overflow-x: hidden;
}
.skin-bbchc .table > tbody > tr > td > ul {
  margin: 0px;
  padding-left: 15px;
}
.skin-bbchc .google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.skin-bbchc .google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.skin-bbchc .cbp-vm-switcher {
  padding: 20px;
  border: 3px solid #47a3da;
}
.skin-bbchc .cbp-vm-switcher ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.skin-bbchc .cbp-vm-switcher ul:before,
.skin-bbchc .cbp-vm-switcher ul:after {
  content: " ";
  display: table;
}
.skin-bbchc .cbp-vm-switcher ul:after {
  clear: both;
}
.skin-bbchc .cbp-vm-switcher ul li {
  display: block;
  position: relative;
}
.skin-bbchc .cbp-vm-options {
  text-align: right;
  padding-bottom: 10px;
  border-bottom: 3px solid #47a3da;
}
.skin-bbchc .cbp-vm-options a {
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  color: #d0d0d0;
  margin: 2px;
}
.skin-bbchc .cbp-vm-options > label {
  border-right: 3px solid #47a3da;
  margin-right: 6px;
}
.skin-bbchc .cbp-vm-options a:hover,
.skin-bbchc .cbp-vm-options a.cbp-vm-selected {
  color: #47a3da;
}
.skin-bbchc .cbp-vm-options a:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  text-align: center;
  display: inline-block;
}
.skin-bbchc .cbp-vm-options input[type=checkbox] {
  display: none;
}
.skin-bbchc .cbp-vm-options input[type=checkbox] + label:before {
  display: inline-block;
  letter-spacing: 10px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  color: #d0d0d0;
  margin: 2px;
  line-height: 40px;
  font-size: 30px;
  text-align: center;
  cursor: pointer;
}
.skin-bbchc .cbp-vm-options input[type=checkbox]:checked + label:before {
  color: #47a3da;
}
.skin-bbchc .cbp-vm-image {
  display: block;
  margin: 0 auto;
}
.skin-bbchc .cbp-vm-image img {
  max-height: 276px;
  display: inline-block;
  max-width: 100%;
}
.skin-bbchc .cbp-vm-title {
  margin: 0;
  padding: 0;
}
.skin-bbchc .cbp-vm-price {
  color: cornflowerblue;
}
.skin-bbchc .cbp-vm-add {
  color: #fff;
  background: #47a3da;
  padding: 10px 20px;
  border-radius: 2px;
  margin: 20px 0 0;
  display: inline-block;
  transition: background 0.2s;
}
.skin-bbchc .cbp-vm-add :hover {
  color: #fff;
  background: #02639d;
}
.skin-bbchc .cbp-vm-add :before {
  margin-right: 5px;
  content: "\f15c";
}
.skin-bbchc .cbp-vm-icon:before {
  font-family: 'Font Awesome 5 Pro';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.skin-bbchc .cbp-vm-grid:before {
  content: "\f00a";
}
.skin-bbchc .cbp-vm-list:before {
  content: "\f00b";
}
.skin-bbchc .cbp-vm-view-grid ul {
  text-align: center;
}
.skin-bbchc .cbp-vm-view-grid ul li {
  width: 24.5%;
  text-align: center;
  padding: 25px;
  margin: 20px 0 0;
  display: inline-block;
  min-height: 420px;
  vertical-align: top;
}
.skin-bbchc .cbp-vm-view-grid .cbp-vm-title {
  font-size: 1.5em;
}
.skin-bbchc .cbp-vm-view-grid .cbp-vm-details {
  /*max-width: 300px;
            min-height: 70px;
            margin: 0 auto;*/
  white-space: pre-line;
}
.skin-bbchc .cbp-vm-view-grid .cbp-vm-price {
  margin: 10px 0 0;
  font-size: 1.5em;
}
.skin-bbchc .cbp-vm-view-list li {
  padding: 20px 0;
  white-space: nowrap;
}
.skin-bbchc .cbp-vm-view-list .cbp-vm-image,
.skin-bbchc .cbp-vm-view-list .cbp-vm-title,
.skin-bbchc .cbp-vm-view-list .cbp-vm-details,
.skin-bbchc .cbp-vm-view-list .cbp-vm-price,
.skin-bbchc .cbp-vm-view-list .cbp-vm-add {
  display: inline-block;
  vertical-align: middle;
}
.skin-bbchc .cbp-vm-view-list .cbp-vm-image {
  width: 10%;
}
.skin-bbchc .cbp-vm-view-list .cbp-vm-title {
  font-size: 1.3em;
  padding: 0 10px;
  white-space: normal;
  width: 23%;
}
.skin-bbchc .cbp-vm-view-list .cbp-vm-price {
  font-size: 1.3em;
  width: 10%;
}
.skin-bbchc .cbp-vm-view-list .cbp-vm-details {
  width: 40%;
  padding: 0 15px;
  overflow: hidden;
  white-space: normal;
}
.skin-bbchc .cbp-vm-view-list .cbp-vm-add {
  margin: 0;
}
.skin-bbchc .invoice {
  margin: 0;
}
.skin-bbchc .notify {
  position: relative;
  margin-top: -10px;
}
.skin-bbchc .notify .heartbit {
  position: absolute;
  top: -20px;
  right: -16px;
  height: 25px;
  width: 25px;
  z-index: 10;
  border: 5px solid #ff7676;
  border-radius: 70px;
  -moz-animation: heartbit 1s ease-out;
  -moz-animation-iteration-count: infinite;
  -o-animation: heartbit 1s ease-out;
  -o-animation-iteration-count: infinite;
  -webkit-animation: heartbit 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.skin-bbchc .notify .point {
  width: 6px;
  height: 6px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #ff7676;
  position: absolute;
  right: -6px;
  top: -10px;
}
.skin-bbchc .fa-spin {
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 2em;
}
.skin-bbchc .task-content {
  color: #444444;
  padding: 10px;
  display: block;
  border-bottom: 1px solid #f4f4f4;
}
.skin-bbchc .task-content .pull-left {
  padding: 5px 0;
}
.skin-bbchc .task-content > a {
  padding: 8px 0px;
  margin: 0px 0px 0 10px;
  color: #444444;
  position: relative;
  line-height: 15px;
  display: inline-block;
}
.skin-bbchc .task-content > a > span {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  white-space: nowrap;
}
.skin-bbchc .task-content > a > small {
  margin: 0px 0px 0 10px;
}
.skin-bbchc .info-box-header {
  display: block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #b2032a;
}
.skin-bbchc .bg-aqua,
.skin-bbchc .callout.callout-info,
.skin-bbchc .alert-info,
.skin-bbchc .label-info,
.skin-bbchc .modal-info .modal-body {
  background-color: #3c71ab !important;
}
.skin-bbchc .k-edit-form-container {
  width: auto;
}
@media screen and (max-width: 66.7em) {
  .skin-bbchc .cbp-vm-view-list .cbp-vm-details {
    width: 75%;
  }
}
@media screen and (max-width: 57em) {
  .skin-bbchc .cbp-vm-view-grid ul li {
    width: 49%;
  }
}
@media screen and (max-width: 47.375em) {
  .skin-bbchc .cbp-vm-view-list .cbp-vm-image {
    width: 20%;
  }
  .skin-bbchc .cbp-vm-view-list .cbp-vm-title {
    width: auto;
  }
  .skin-bbchc .cbp-vm-view-list .cbp-vm-details {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
  .skin-bbchc .cbp-vm-view-list .cbp-vm-add {
    margin: 10px;
  }
}
@media screen and (max-width: 40.125em) {
  .skin-bbchc .cbp-vm-view-grid ul li {
    width: 100%;
  }
}
.skin-bbchc .card {
  position: sticky;
  grid-area: card;
  align-self: center;
  justify-self: center;
  overflow: hidden;
  display: block;
  width: 100%;
  max-width: 250px;
  height: 400px;
  font-size: var(--fontOrigin);
  border-radius: 8px;
  box-shadow: 0 16px 60px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-transition: all var(--speed) ease;
  transition: all var(--speed) ease;
}
.skin-bbchc .card:hover {
  box-shadow: 0 40px 130px rgba(0, 0, 0, 0.6);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.skin-bbchc .card__save {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 35px;
  height: 35px;
  background: transparent;
  border: 0;
  opacity: 0;
  border-radius: 3px;
  -webkit-transition: all var(--speed) ease;
  transition: all var(--speed) ease;
}
.skin-bbchc .card__save:focus {
  outline: 0;
  background-color: rgba(255, 255, 255, 0);
}
.skin-bbchc .card:hover .card__save {
  opacity: 0.6;
}
.skin-bbchc .card__save i {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  -webkit-transition: all var(--speed) ease;
  transition: all var(--speed) ease;
}
.skin-bbchc .card__save:hover i {
  color: rgba(255, 255, 255, 0.8);
}
.skin-bbchc .card__save:active,
.skin-bbchc .card__save.active {
  opacity: 1 !important;
}
.skin-bbchc .card__save:active i,
.skin-bbchc .card__save.active i {
  color: white;
}
.skin-bbchc .card__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0.5));
}
.skin-bbchc .card__image img {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  -webkit-transition: all var(--speed) ease;
  transition: all var(--speed) ease;
  animation-name: zoom;
  animation-duration: 30s;
  animation-direction: alternate;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.skin-bbchc .card:hover .card__image img {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 0.5;
}
.skin-bbchc .card__header {
  display: grid;
  width: 100%;
  height: 200px;
}
.skin-bbchc .card__profile {
  align-self: center;
  justify-self: center;
  display: block;
  overflow: hidden;
  width: 10vmax;
  height: 10vmax;
  max-width: 100px;
  max-height: 100px;
  border-radius: 50%;
}
.skin-bbchc .card__profile img {
  -webkit-transform: scale(1.5, 1.5) translateZ(0);
  transform: scale(1.5, 1.5) translateZ(0);
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  -webkit-filter: grayscale(50%) contrast(75%) brightness(1.3);
  filter: grayscale(50%) contrast(75%) brightness(1.3);
  -webkit-transition: all var(--speed) ease;
  transition: all var(--speed) ease;
  mix-blend-mode: normal;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.skin-bbchc .card:hover .card__profile img {
  -webkit-transform: scale(1, 1) translateZ(0);
  transform: scale(1, 1) translateZ(0);
}
.skin-bbchc .card__body {
  display: grid;
  padding: 0 20px;
}
.skin-bbchc .card__name {
  align-self: center;
  justify-self: center;
  margin-bottom: 2px;
  color: white;
  font-size: var(--fontLarge);
  font-weight: var(--fontLight);
  letter-spacing: 0.2rem;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  background: -webkit-linear-gradient(white, #c1c1c1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all var(--speed) ease;
  transition: all var(--speed) ease;
}
.skin-bbchc .card:hover .card__name {
  background: -webkit-linear-gradient(yellow, #c1c1c1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.skin-bbchc .card__job {
  align-self: center;
  justify-self: center;
  display: inline-block;
  font-size: var(--fontSmall);
  font-weight: var(--fontLight);
  text-align: center;
  letter-spacing: 0.35rem;
  color: rgba(100, 130, 200, 0.45);
  -webkit-transition: all var(--speed) ease;
  transition: all var(--speed) ease;
}
.skin-bbchc .card:hover .card__job {
  color: #6482c8;
}
.skin-bbchc .card__bio {
  position: relative;
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
  display: block;
  margin: 22px 0 16px 0;
  font-size: var(--fontMedium);
  font-weight: var(--fontLight);
  text-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.35);
  color: rgba(255, 255, 255, 0.65);
  opacity: 0;
  -webkit-transition: all var(--speed) ease;
  transition: all var(--speed) ease;
}
.skin-bbchc .card:hover .card__bio {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.skin-bbchc .card__footer {
  position: relative;
  -webkit-transform: translateY(60%);
  transform: translateY(60%);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "date category";
  padding: 10px 20px;
  opacity: 0;
  -webkit-transition: all var(--speed) ease;
  transition: all var(--speed) ease;
}
.skin-bbchc .card:hover .card__footer {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.skin-bbchc .card__date {
  grid-area: date;
  display: inline-block;
  align-self: left;
  justify-self: left;
  font-size: var(--fontSmall);
  font-weight: var(--fontLight);
  text-transform: uppercase;
  text-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.45);
  color: rgba(250, 250, 250, 0.4);
}
.skin-bbchc .card[data-effect="blur"]:hover .card__image img {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.skin-bbchc .card[data-effect="blur"] .card__image img {
  animation-name: blur;
}
.skin-bbchc .card[data-effect="color"]:hover {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  box-shadow: 0 40px 260px rgba(255, 0, 0, 0.1), 0 40px 130px rgba(250, 100, 100, 0.2), -80px -40px 230px rgba(0, 200, 250, 0.15), 80px 40px 230px rgba(120, 120, 255, 0.15);
}
.skin-bbchc .card[data-effect="color"] .card__image {
  background: linear-gradient(to bottom, #141464, rgba(255, 100, 100, 0.5));
}
.skin-bbchc .card[data-effect="color"]:hover .card__image img {
  opacity: 0.8;
}
.skin-bbchc .card[data-effect="color"]:hover .card__profile img {
  -webkit-filter: grayscale(50%) contrast(80%) brightness(1.6);
  filter: grayscale(50%) contrast(80%) brightness(1.6);
  mix-blend-mode: normal;
}