/*$alt: rgba(185,32,37,1);*/
/* Use old syntax */
/* line 3, jackbox-thaibloom.scss */
.jackbox-modal {
  background-color: rgba(20, 20, 20, 0.8);
  box-sizing: content-box;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 20, jackbox-thaibloom.scss */
.jackbox-html > div {
  border: 1px solid #e5e5e5;
  text-align: left;
  box-sizing: border-box;
}

/* line 26, jackbox-thaibloom.scss */
.jackbox-holder {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(20, 20, 20, 0.3);
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding: 33px 5px 34px;
}

/* line 46, jackbox-thaibloom.scss */
.jackbox-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

/* line 54, jackbox-thaibloom.scss */
.jackbox-title-text {
  position: absolute;
  left: 6px;
  top: 7px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  z-index: 0;
}

/* description text container */
/* line 67, jackbox-thaibloom.scss */
.jackbox-info-text {
  display: inline-block;
  overflow-y: auto;
  z-index: 999;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* description text inner container */
/* line 81, jackbox-thaibloom.scss */
.jackbox-description-text {
  padding: 0.25em 0.5em;
  background-color: rgba(20, 20, 20, 0.6);
}
/* line 84, jackbox-thaibloom.scss */
.jackbox-description-text h4 {
  display: inline;
}
/* line 85, jackbox-thaibloom.scss */
.jackbox-description-text .food-description {
  display: inline;
}

/* line 88, jackbox-thaibloom.scss */
.jackbox-button {
  font-family: "icomoon";
  font-size: 1.25em;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}

/* line 95, jackbox-thaibloom.scss */
.jb-info-inactive, .jackbox-button:hover {
  opacity: .6;
}

/* line 99, jackbox-thaibloom.scss */
.jackbox-arrow-left:before {
  content: "\f053";
}

/* line 102, jackbox-thaibloom.scss */
.jackbox-arrow-right:before {
  margin-left: 10px;
  content: "\f054";
}

/* line 106, jackbox-thaibloom.scss */
.jackbox-close:before {
  content: "\f00d";
}

/* line 110, jackbox-thaibloom.scss */
.jackbox-info:before {
  content: "\f05a";
}

/* line 116, jackbox-thaibloom.scss */
.jackbox-pre-outside {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: -25%;
  left: -25%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 5px;
}

/* line 129, jackbox-thaibloom.scss */
.jackbox-pre-inside {
  background-color: #444;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: background-color 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: background-color 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: background-color 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-color 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 147, jackbox-thaibloom.scss */
.jackbox-modal ul {
  margin: 0;
  padding: 0;
}

/* line 152, jackbox-thaibloom.scss */
.jackbox-modal li {
  margin: 0 0 10px;
  padding: 0;
}

/* line 157, jackbox-thaibloom.scss */
.jackbox-modal li:last-child {
  margin-bottom: -10px;
}

/* line 161, jackbox-thaibloom.scss */
.jackbox-html > div p {
  color: gray;
  margin: 5px 0 0;
}

/* line 167, jackbox-thaibloom.scss */
.jackbox-html, .jackbox-wrapper, .jackbox-content, .jackbox-description, .jackbox-hidden-items {
  display: none;
}

/* line 171, jackbox-thaibloom.scss */
.jackbox-html {
  overflow-y: auto;
}

/* line 175, jackbox-thaibloom.scss */
.jackbox-modal img {
  image-rendering: optimizeSpeed;
}

/* line 179, jackbox-thaibloom.scss */
.jackbox-content {
  margin: 0 auto;
}

/* line 183, jackbox-thaibloom.scss */
.jackbox-overflow {
  overflow: hidden !important;
}

/* line 187, jackbox-thaibloom.scss */
.jackbox-top {
  position: absolute;
  top: 7px;
  left: 5px;
}

/* line 193, jackbox-thaibloom.scss */
.jackbox-top:after {
  content: "";
  position: absolute;
  top: 26px;
  left: 1px;
  width: 100%;
  height: 1px;
  display: block;
  z-index: 999;
}

/* line 204, jackbox-thaibloom.scss */
.jackbox-bottom {
  position: relative;
  white-space: nowrap;
  z-index: 99;
}

/* line 210, jackbox-thaibloom.scss */
.jackbox-social {
  position: absolute;
}

/* line 214, jackbox-thaibloom.scss */
.jackbox-top-icons {
  position: absolute;
  right: 2px;
}

/* line 219, jackbox-thaibloom.scss */
.jackbox-bottom-icons {
  position: absolute;
  right: 2px;
  top: 7px;
}

/* line 225, jackbox-thaibloom.scss */
.jackbox-controls {
  position: absolute;
  left: 0;
  height: 34px;
  top: 6px;
  z-index: 1;
  overflow: hidden;
}

/* line 234, jackbox-thaibloom.scss */
.jackbox-button-margin {
  margin-left: 6px;
}

/* line 238, jackbox-thaibloom.scss */
.jackbox-panel {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  visibility: hidden;
  width: 65px;
  height: 100%;
  position: absolute;
  top: 0;
  -ms-filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 255, jackbox-thaibloom.scss */
.jackbox-panel:hover {
  background-color: rgba(20, 20, 20, 0.2);
}

/* line 260, jackbox-thaibloom.scss */
.jackbox-panel:before {
  position: absolute;
  top: 50%;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  font-size: 4em;
  color: #68655c;
}

/* line 268, jackbox-thaibloom.scss */
.jackbox-panel-left:before {
  content: "\e0d6";
  left: 5px;
}

/* line 272, jackbox-thaibloom.scss */
.jackbox-panel-right {
  right: 0;
}

/* line 275, jackbox-thaibloom.scss */
.jackbox-panel-right:before {
  content: "\e0d9";
  right: 5px;
}

/* line 279, jackbox-thaibloom.scss */
.jackbox-thumb-tip {
  display: none;
}

/* line 281, jackbox-thaibloom.scss */
.jackbox-preloader {
  position: fixed;
  left: 50%;
  top: 50%;
  display: none;
  width: 20px;
  height: 20px;
  z-index: 9999;
  margin: -15px 0 0 -15px;
}

/* line 292, jackbox-thaibloom.scss */
.jackbox-spin-preloader {
  display: block;
  -webkit-animation: rotator 1s linear infinite;
  -moz-animation: rotator 1s linear infinite;
  -ms-animation: rotator 1s linear infinite;
  animation: rotator 1s linear infinite;
}

@media screen and (max-width: 600px) {
  /* line 315, jackbox-thaibloom.scss */
  .jackbox-panel, .jackbox-thumb-holder {
    display: none !important;
  }
}
@media (max-width: 640px) {
  /* line 321, jackbox-thaibloom.scss */
  .jackbox-title-text {
    font-size: 0.75em;
    line-height: 2em;
  }

  /* line 325, jackbox-thaibloom.scss */
  .jackbox-info-text {
    font-size: 0.75em;
    line-height: 1.5em;
  }
}
