/*$h6-font-size: 					$font-size-base;
$h5-font-size: 					$h6-font-size * $bkool-font-size-ratio;
$h4-font-size: 					$h5-font-size * $bkool-font-size-ratio;
$h3-font-size: 					$h4-font-size * $bkool-font-size-ratio;
$h2-font-size: 					$h3-font-size * $bkool-font-size-ratio;
$h1-font-size: 					$h2-font-size * $bkool-font-size-ratio;*/
/*$h6-font-size: 					$font-size-base;
$h5-font-size: 					1.125rem;
$h4-font-size: 					1.5rem;
$h3-font-size: 					1.875rem;
$h2-font-size: 					2.625rem;
$h1-font-size: 					4.5rem;*/
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFF;
  background-clip: border-box;
  border: 0 solid transparent;
  border-radius: 0.3125rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1rem; }

.card-title {
  margin-bottom: 0.5rem; }

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1rem; }

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: #FFF;
  border-bottom: 0 solid transparent; }
  .card-header:first-child {
    border-radius: calc(0.3125rem - 0) calc(0.3125rem - 0) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.5rem 1rem;
  background-color: #FFF;
  border-top: 0 solid transparent; }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.3125rem - 0) calc(0.3125rem - 0); }

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.3125rem - 0); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.3125rem - 0);
  border-top-right-radius: calc(0.3125rem - 0); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.3125rem - 0);
  border-bottom-left-radius: calc(0.3125rem - 0); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 12px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -12px;
      margin-left: -12px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 12px;
        margin-bottom: 0;
        margin-left: 12px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 12px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:not(:last-child) {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-top,
          .card-group > .card:not(:last-child) .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:not(:last-child) .card-img-bottom,
          .card-group > .card:not(:last-child) .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:not(:first-child) {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-top,
          .card-group > .card:not(:first-child) .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:not(:first-child) .card-img-bottom,
          .card-group > .card:not(:first-child) .card-footer {
            border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.5rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card .card-header {
    margin-bottom: 0; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.card-session, .card-event {
  overflow: hidden; }
  .card-session:before, .card-event:before {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.25) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 40%, rgba(0, 0, 0, 0.85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 40%, rgba(0, 0, 0, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a202020', endColorstr='#b3202020',GradientType=0 );
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  .card-session .card-img-overlay, .card-event .card-img-overlay {
    z-index: 1; }
    .card-session .card-img-overlay .card-title, .card-event .card-img-overlay .card-title {
      font-size: 1.25rem; }
  .card-session .card-title, .card-event .card-title {
    font-family: "HKGothic-SemiBold"; }

.card-event {
  overflow: hidden; }
  .card-event:before {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a202020', endColorstr='#b3202020',GradientType=0 );
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }

@media (max-width: 576px) {
  .session-info h3 {
    font-size: 1.2rem; }
  .session-info h5 {
    font-size: 1rem; }
  .session-info .card-text {
    display: -webkit-box;
    max-height: 72px;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; } }

/*
.card-instructor {
	.session-info {
		h3 {
			font-size: 1.2rem;
		}
		h5 {
			font-size: 1rem;
		}
	}
}

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) {
	
}

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) {
	.card-instructor {
		.session-info {
			h3 {
				font-size: inherit;
			}
			h5 {
				font-size: inherit;
			}
		}
	}
}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) {
	.card-instructor {
		.session-info {
			h3 {
				font-size: inherit;
			}
			h5 {
				font-size: inherit;
			}
		}
	}
}

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {
	.card-instructor {
		.session-info {
			h3 {
				font-size: inherit;
			}
			h5 {
				font-size: inherit;
			}
		}
	}
}
*/
.owl-carousel {
  margin: 0 auto; }
  .owl-carousel .owl-nav {
    height: 0;
    position: absolute;
    top: calc(50% - 24px - 13px);
    width: 100%; }
    .owl-carousel .owl-nav .owl-prev {
      color: white !important;
      float: left;
      height: 44px;
      left: 10px;
      line-height: 1px !important;
      margin-left: 10px;
      transition: all .2s;
      width: 44px; }
      .owl-carousel .owl-nav .owl-prev:hover {
        margin-left: 0px; }
      .owl-carousel .owl-nav .owl-prev.disabled {
        opacity: .1; }
    .owl-carousel .owl-nav .owl-next {
      color: white !important;
      float: right;
      height: 44px;
      margin-right: 10px;
      line-height: 1px !important;
      right: 10px;
      transition: all .2s;
      width: 44px; }
      .owl-carousel .owl-nav .owl-next:hover {
        margin-right: 0px; }
      .owl-carousel .owl-nav .owl-next.disabled {
        opacity: .1; }
  .owl-carousel .owl-dots {
    background-color: transparent;
    margin-top: 1rem;
    text-align: center;
    width: 100%; }
    .owl-carousel .owl-dots .owl-dot {
      background-color: tansparent;
      border: 2px solid white;
      border-radius: 50%;
      height: 12px;
      margin: 0 5px;
      width: 12px; }
      .owl-carousel .owl-dots .owl-dot.active {
        background-color: #F5EB41;
        border: 2px solid white; }
  .owl-carousel.users-quote-carousel .owl-stage-outer .owl-nav .owl-prev {
    margin-left: 0px; }
  .owl-carousel.users-quote-carousel .owl-stage-outer .owl-nav .owl-next {
    margin-right: 0px; }

.owl-carousel .owl-item {
  opacity: .15; }
  .owl-carousel .owl-item.active {
    opacity: 1; }

.owl-carousel.session-carousel .owl-stage-outer {
  overflow: unset; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 1; }

.owl-lazy {
  opacity: 1 !important; }

.owl-carousel.users-quote-carousel .owl-stage-outer {
  padding: 3rem 0; }
  .owl-carousel.users-quote-carousel .owl-stage-outer .owl-stage {
    align-items: stretch;
    display: flex;
    height: 100%; }
    .owl-carousel.users-quote-carousel .owl-stage-outer .owl-stage .owl-item {
      padding: 15px;
      height: 100%; }

.owl-carousel.users-quote-carousel .owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 30px);
  left: 10px;
  margin-left: -50px;
  text-shadow: none;
  transition: all .2s; }
  .owl-carousel.users-quote-carousel .owl-nav .owl-prev span {
    font-size: 100%; }
  .owl-carousel.users-quote-carousel .owl-nav .owl-prev:hover {
    margin-left: -60px;
    /*span {
					color: #ccc !important;
				}*/ }

.owl-carousel.users-quote-carousel .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 30px);
  margin-right: -20px;
  right: 10px;
  text-shadow: none;
  transition: all .2s; }
  .owl-carousel.users-quote-carousel .owl-nav .owl-next span {
    font-size: 100%; }
  .owl-carousel.users-quote-carousel .owl-nav .owl-next:hover {
    margin-right: -30px;
    /*span {
					color: #ccc !important;
				}*/ }

.owl-carousel.users-quote-carousel .owl-dots {
  bottom: 0; }
  .owl-carousel.users-quote-carousel .owl-dots .owl-dot {
    border: 1px solid #ccc;
    background-color: transparent; }
    .owl-carousel.users-quote-carousel .owl-dots .owl-dot.active {
      background-color: #ffff00;
      border: 1px solid #ffb900; }

.user-slide {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  height: 100%;
  padding: 25px; }

.user-info .user-info-avatar {
  float: left;
  height: 50px;
  margin-right: 10px;
  width: 50px !important; }

.user-info .user-info-profile h5 {
  padding-left: 60px; }
  .user-info .user-info-profile h5:first-child {
    margin-bottom: -5px; }

h1, h2, h3, h4, h5, h6, p {
  font-family: "HKGothic-SemiBold" !important; }

#xmass {
  transition: all .5s;
  background-color: #00FF5D; }

.card-xmass {
  margin: 20px 0;
  min-height: 500px; }
  .card-xmass.card-xmass-text .footerLogo {
    height: 30px; }
    .card-xmass.card-xmass-text .footerLogo img {
      width: 30px; }
  .card-xmass.card-xmass-text.card-xmass-text-january {
    background-image: url("../../images/public-web/xmass2020/01-January-Bg.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover; }
  .card-xmass.card-xmass-text.card-xmass-text-march {
    background-image: url("../../images/public-web/xmass2020/03-March-Bg.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover; }
  .card-xmass.card-xmass-text.card-xmass-text-december {
    background-image: url("../../images/public-web/xmass2020/12-December-Bg.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover; }
  .card-xmass.card-xmass-instagram .title {
    bottom: 30px;
    left: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 1; }
  .card-xmass.card-xmass-instagram .logos {
    height: 36px;
    left: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2; }
  .card-xmass.card-xmass-instagram .card-xmass-logo {
    max-height: 36px;
    max-width: 36px; }

.xmass-carousel.owl-carousel .owl-dots {
  background-image: url("../../images/public-web/xmass2020/dots-bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 40px;
  left: calc(50% - ((30px * 12) / 2));
  position: absolute;
  top: -30px;
  width: calc(30px * 12); }
  .xmass-carousel.owl-carousel .owl-dots .owl-dot {
    background-size: 100% auto;
    border: none;
    border-radius: 0;
    height: 35px;
    margin: 0;
    opacity: .2;
    width: 30px; }
    .xmass-carousel.owl-carousel .owl-dots .owl-dot.active {
      opacity: 1; }
    .xmass-carousel.owl-carousel .owl-dots .owl-dot:nth-child(1) {
      background-color: transparent;
      background-image: url("../../images/public-web/xmass2020/graph-1.svg");
      background-position: center;
      background-repeat: no-repeat; }
    .xmass-carousel.owl-carousel .owl-dots .owl-dot:nth-child(2) {
      background-color: transparent;
      background-image: url("../../images/public-web/xmass2020/graph-2.svg");
      background-position: center;
      background-repeat: no-repeat; }
    .xmass-carousel.owl-carousel .owl-dots .owl-dot:nth-child(3) {
      background-color: transparent;
      background-image: url("../../images/public-web/xmass2020/graph-3.svg");
      background-position: center;
      background-repeat: no-repeat; }
    .xmass-carousel.owl-carousel .owl-dots .owl-dot:nth-child(4) {
      background-color: transparent;
      background-image: url("../../images/public-web/xmass2020/graph-4.svg");
      background-position: center;
      background-repeat: no-repeat; }
    .xmass-carousel.owl-carousel .owl-dots .owl-dot:nth-child(5) {
      background-color: transparent;
      background-image: url("../../images/public-web/xmass2020/graph-5.svg");
      background-position: center;
      background-repeat: no-repeat; }
    .xmass-carousel.owl-carousel .owl-dots .owl-dot:nth-child(6) {
      background-color: transparent;
      background-image: url("../../images/public-web/xmass2020/graph-6.svg");
      background-position: center;
      background-repeat: no-repeat; }
    .xmass-carousel.owl-carousel .owl-dots .owl-dot:nth-child(7) {
      background-color: transparent;
      background-image: url("../../images/public-web/xmass2020/graph-7.svg");
      background-position: center;
      background-repeat: no-repeat; }
    .xmass-carousel.owl-carousel .owl-dots .owl-dot:nth-child(8) {
      background-color: transparent;
      background-image: url("../../images/public-web/xmass2020/graph-8.svg");
      background-position: center;
      background-repeat: no-repeat; }
    .xmass-carousel.owl-carousel .owl-dots .owl-dot:nth-child(9) {
      background-color: transparent;
      background-image: url("../../images/public-web/xmass2020/graph-9.svg");
      background-position: center;
      background-repeat: no-repeat; }
    .xmass-carousel.owl-carousel .owl-dots .owl-dot:nth-child(10) {
      background-color: transparent;
      background-image: url("../../images/public-web/xmass2020/graph-10.svg");
      background-position: center;
      background-repeat: no-repeat; }
    .xmass-carousel.owl-carousel .owl-dots .owl-dot:nth-child(11) {
      background-color: transparent;
      background-image: url("../../images/public-web/xmass2020/graph-11.svg");
      background-position: center;
      background-repeat: no-repeat; }
    .xmass-carousel.owl-carousel .owl-dots .owl-dot:nth-child(12) {
      background-color: transparent;
      background-image: url("../../images/public-web/xmass2020/graph-12.svg");
      background-position: center;
      background-repeat: no-repeat; }

.xmass-carousel.owl-carousel .owl-stage {
  align-items: center;
  display: flex; }

.xmass-carousel.owl-carousel .owl-item {
  transition: all .25s;
  transform: scale(1); }
  .xmass-carousel.owl-carousel .owl-item.active {
    transform: scale(1); }

.xmass-carousel.owl-carousel .owl-nav .owl-next {
  margin-right: 10px; }
  .xmass-carousel.owl-carousel .owl-nav .owl-next:hover {
    margin-right: 6px; }

.xmass-carousel.owl-carousel .owl-nav .owl-prev {
  margin-left: 10px; }
  .xmass-carousel.owl-carousel .owl-nav .owl-prev:hover {
    margin-left: 6px; }

@media (min-width: 576px) {
  .card-xmass {
    margin: 50px 0; }
  .xmass-carousel.owl-carousel .owl-item {
    transform: scale(0.9); }
    .xmass-carousel.owl-carousel .owl-item.active {
      transform: scale(1.1); }
      .xmass-carousel.owl-carousel .owl-item.active .card-xmass {
        box-shadow: 0 0px 40px rgba(0, 0, 0, 0.4); }
  .xmass-carousel.owl-carousel .owl-stage-outer {
    overflow: unset; }
  .xmass-carousel.owl-carousel .owl-nav .owl-next {
    margin-right: -22px; }
    .xmass-carousel.owl-carousel .owl-nav .owl-next:hover {
      margin-right: -26px; }
  .xmass-carousel.owl-carousel .owl-nav .owl-prev {
    margin-left: -22px; }
    .xmass-carousel.owl-carousel .owl-nav .owl-prev:hover {
      margin-left: -26px; } }

@media (min-width: 768px) {
  .card-xmass {
    margin: 70px 0; }
  .xmass-carousel.owl-carousel .owl-item {
    transform: scale(0.85); }
    .xmass-carousel.owl-carousel .owl-item.active {
      transform: scale(1.15); }
      .xmass-carousel.owl-carousel .owl-item.active .card-xmass {
        box-shadow: 0 0px 40px rgba(0, 0, 0, 0.4); } }
