/* Section Title C */
.th-components.block-title.bk h3::before {
  background-color: #333;
}

.th-components.block-title.bk-w h3::before {
  background-color: #fff;
}
/* End Section Title C */


/* Section Title D */
.team-section .th-components > span.sub_title {
  color: #a1a1a1;
  font-size: 14px;
  letter-spacing: 0.18px;
  line-height: 2;
  text-transform: uppercase;
}

.team-section .th-components > span.sub_title > a {
  color: #a1a1a1;
  text-decoration: none;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
/* End Section Title D */

/* Takeout Demo */
.th-components .type-post .entry-cover .post-meta {
  position: absolute;
  left: 7px;
  right: 7px;
  bottom: 45px;
  z-index: 1;
}

.th-components .type-post .entry-cover>span>a.alert-guidance,
.th-components .type-post .entry-cover>span.alert-guidance {
  border-radius: 0px;
  padding: 3px 10px;
  text-decoration: none;
  font-size: 0.652rem;
  font-weight: 400;
  color: #333;
  border: 1px solid #a1887fc7 !important;
  background: #cbc0a869 !important;
  margin-top: 2px;
}

.th-components .search_modal_btn {
  border-radius: 5px;
  background: #494949;
  color: #fff !important;
  font-weight: 400;
  width: 49.9999%;
}

.th-components .shops_link_btn {
  border-radius: 5px;
  font-weight: 400;
  width: 49.9999%;
}

.th-components div.type-post .entry-cover>a {
  overflow: hidden;
  /*border-radius: 5px 5px 0 0;*/
}

.th-components div.type-post .entry-cover>a img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 1.3s;
  -moz-transition: transform 1.3s;
  -o-transition: transform 1.3s;
  transition: transform 1.3s;
}

.th-components div.type-post:hover .entry-cover>a img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.th-components .yokocho-whats-new .news-link.plus.collapsed:before {
  background: #151515;
  content: '';
  height: 1px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 43.5%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 10px;
}

.th-components .yokocho-whats-new .news-link.plus.collapsed:after {
  background: #151515;
  content: '';
  height: 1px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 43.5%;
  width: 10px;
}

.th-components .yokocho-whats-new .news-link.plus:after {
  background: #151515;
  content: '';
  height: 1px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 43.5%;
  width: 10px;
}

.th-components .common .category-top-inner-title.yokocho-whats-new .news-link p {
  font-size: 0.884rem;
  line-height: 1.45;
  font-weight: 400;
}

.th-components .yokocho-whats-new .news-link.plus:hover {
  color: #5f5f5f;
}

.th-components .restaurant div.type-post .entry-content {
  padding-left: 25px;
  padding-right: 15px;
}

@media screen and (min-width: 992px) {
  .th-components .blog-paralle .type-post .entry-cover {
      width: 49.85%;
      float: left;
  }

  .th-components .blog-paralle .type-post .entry-content {
      width: 50.15%;
      float: left;
      margin-top: 6px;
      padding-left: 20px;
      padding-right: 0;
  }
}
/* End Takeout Demo */

/* ----------------------------------------------------------------------
Buttons
-------------------------------------------------------------------------*/
.th-components a:not([href]):not([tabindex]):not(.btn) {
  color: none;
}
.th-components button.btn, .th-components .btn:not(.close):not(.mfp-close), .th-components a.btn:not([href]):not([tabindex]) {
  font-family: "Poppins", sans-serif;
  border-radius: 5px 5px 5px 5px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
  outline: none;
  padding: 12px 18px;
  position: relative;
  text-transform: uppercase;
  background-color: #2250fc;
  border-color: #2250fc;
  border-width: 1px;
  border-style: solid;
  color: #ffffff;
  transition: all 0.3s;
  margin-bottom: 6px;
  outline: none;
  line-height: 20px;
  cursor: pointer;
}
.th-components button.btn:after, .th-components .btn:not(.close):not(.mfp-close):after, .th-components a.btn:not([href]):not([tabindex]):after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.th-components button.btn i, .th-components .btn:not(.close):not(.mfp-close) i, .th-components a.btn:not([href]):not([tabindex]) i {
  text-shadow: none;
}
.th-components button.btn.btn-xs, .th-components .btn:not(.close):not(.mfp-close).btn-xs, .th-components a.btn:not([href]):not([tabindex]).btn-xs {
  font-size: 10px;
  height: 24px;
  line-height: 22px;
  padding: 0 10px;
}
.th-components button.btn.btn-sm, .th-components .btn:not(.close):not(.mfp-close).btn-sm, .th-components a.btn:not([href]):not([tabindex]).btn-sm {
  font-size: 11px;
  height: 30px;
  line-height: 28px;
  padding: 0 14px;
}
.th-components button.btn.btn-lg, .th-components .btn:not(.close):not(.mfp-close).btn-lg, .th-components a.btn:not([href]):not([tabindex]).btn-lg {
  font-size: 16px;
  height: 58px;
  letter-spacing: 2px;
  line-height: 56px;
  padding: 0 40px;
}
.th-components button.btn:hover, .th-components button.btn:focus {
  background-color: #0333e8;
  border-color: #0333e8;
  color: #ffffff;
  text-decoration: none;
}
.th-components button.btn:not(:disabled):not(.disabled):active, .th-components button.btn:not(:disabled):not(.disabled).active {
  background-color: #0333e8;
  border-color: #0333e8;
  color: #ffffff;
  text-decoration: none;
}
.th-components .btn:not(.close):not(.mfp-close):hover, .th-components .btn:not(.close):not(.mfp-close):focus {
  background-color: #0333e8;
  border-color: #0333e8;
  color: #ffffff;
  text-decoration: none;
}
.th-components .btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled):active, .th-components .btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled).active {
  background-color: #0333e8;
  border-color: #0333e8;
  color: #ffffff;
  text-decoration: none;
}
.th-components a.btn:not([href]):not([tabindex]):hover, .th-components a.btn:not([href]):not([tabindex]):focus {
  background-color: #0333e8;
  border-color: #0333e8;
  color: #ffffff;
  text-decoration: none;
}
.th-components a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled):active, .th-components a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled).active {
  background-color: #0333e8;
  border-color: #0333e8;
  color: #ffffff;
  text-decoration: none;
}
.th-components button.btn.btn-outline, .th-components .btn:not(.close):not(.mfp-close).btn-outline, .th-components a.btn:not([href]):not([tabindex]).btn-outline {
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: #2250fc;
  color: #2250fc;
}
.th-components button.btn.btn-outline:hover, .th-components button.btn.btn-outline:focus, .th-components button.btn.btn-outline:active, .th-components button.btn.btn-outline.active {
  background-color: #2250fc;
  border-width: 2px;
  border-style: solid;
  border-color: #2250fc;
  color: #fff;
}
.th-components .btn:not(.close):not(.mfp-close).btn-outline:hover, .th-components .btn:not(.close):not(.mfp-close).btn-outline:focus, .th-components .btn:not(.close):not(.mfp-close).btn-outline:active, .th-components .btn:not(.close):not(.mfp-close).btn-outline.active {
  background-color: #2250fc;
  border-width: 2px;
  border-style: solid;
  border-color: #2250fc;
  color: #fff;
}
.th-components a.btn:not([href]):not([tabindex]).btn-outline:hover, .th-components a.btn:not([href]):not([tabindex]).btn-outline:focus, .th-components a.btn:not([href]):not([tabindex]).btn-outline:active, .th-components a.btn:not([href]):not([tabindex]).btn-outline.active {
  background-color: #2250fc;
  border-width: 2px;
  border-style: solid;
  border-color: #2250fc;
  color: #fff;
}
.th-components button.btn.btn-rounded, .th-components .btn:not(.close):not(.mfp-close).btn-rounded, .th-components a.btn:not([href]):not([tabindex]).btn-rounded {
  border-radius: 2em !important;
}
.th-components button.btn.btn-block, .th-components .btn:not(.close):not(.mfp-close).btn-block, .th-components a.btn:not([href]):not([tabindex]).btn-block {
  width: 100%;
  display: block;
}
.th-components button.btn.btn-white, .th-components button.btn.btn-light {
  background-color: #fff;
  border-color: #e6e8eb;
  color: #4c5667;
}
.th-components .btn:not(.close):not(.mfp-close).btn-white, .th-components .btn:not(.close):not(.mfp-close).btn-light {
  background-color: #fff;
  border-color: #e6e8eb;
  color: #4c5667;
}
.th-components a.btn:not([href]):not([tabindex]).btn-white, .th-components a.btn:not([href]):not([tabindex]).btn-light {
  background-color: #fff;
  border-color: #e6e8eb;
  color: #4c5667;
}
.th-components button.btn.btn-white:hover, .th-components button.btn.btn-white:focus, .th-components button.btn.btn-white:active, .th-components button.btn.btn-white.active {
  border-color: #e6e8eb;
  background-color: #f4f5f8;
  color: #4c5667;
}
.th-components button.btn.btn-light:hover, .th-components button.btn.btn-light:focus, .th-components button.btn.btn-light:active, .th-components button.btn.btn-light.active {
  border-color: #e6e8eb;
  background-color: #f4f5f8;
  color: #4c5667;
}
.th-components .btn:not(.close):not(.mfp-close).btn-white:hover, .th-components .btn:not(.close):not(.mfp-close).btn-white:focus, .th-components .btn:not(.close):not(.mfp-close).btn-white:active, .th-components .btn:not(.close):not(.mfp-close).btn-white.active {
  border-color: #e6e8eb;
  background-color: #f4f5f8;
  color: #4c5667;
}
.th-components .btn:not(.close):not(.mfp-close).btn-light:hover, .th-components .btn:not(.close):not(.mfp-close).btn-light:focus, .th-components .btn:not(.close):not(.mfp-close).btn-light:active, .th-components .btn:not(.close):not(.mfp-close).btn-light.active {
  border-color: #e6e8eb;
  background-color: #f4f5f8;
  color: #4c5667;
}
.th-components a.btn:not([href]):not([tabindex]).btn-white:hover, .th-components a.btn:not([href]):not([tabindex]).btn-white:focus, .th-components a.btn:not([href]):not([tabindex]).btn-white:active, .th-components a.btn:not([href]):not([tabindex]).btn-white.active {
  border-color: #e6e8eb;
  background-color: #f4f5f8;
  color: #4c5667;
}
.th-components a.btn:not([href]):not([tabindex]).btn-light:hover, .th-components a.btn:not([href]):not([tabindex]).btn-light:focus, .th-components a.btn:not([href]):not([tabindex]).btn-light:active, .th-components a.btn:not([href]):not([tabindex]).btn-light.active {
  border-color: #e6e8eb;
  background-color: #f4f5f8;
  color: #4c5667;
}
.th-components button.btn.btn-white.btn-outline, .th-components button.btn.btn-light.btn-outline {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.th-components .btn:not(.close):not(.mfp-close).btn-white.btn-outline, .th-components .btn:not(.close):not(.mfp-close).btn-light.btn-outline {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.th-components a.btn:not([href]):not([tabindex]).btn-white.btn-outline, .th-components a.btn:not([href]):not([tabindex]).btn-light.btn-outline {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.th-components button.btn.btn-white.btn-outline:hover, .th-components button.btn.btn-white.btn-outline:focus, .th-components button.btn.btn-white.btn-outline:active, .th-components button.btn.btn-white.btn-outline.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #4c5667;
}
.th-components button.btn.btn-light.btn-outline:hover, .th-components button.btn.btn-light.btn-outline:focus, .th-components button.btn.btn-light.btn-outline:active, .th-components button.btn.btn-light.btn-outline.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #4c5667;
}
.th-components .btn:not(.close):not(.mfp-close).btn-white.btn-outline:hover, .th-components .btn:not(.close):not(.mfp-close).btn-white.btn-outline:focus, .th-components .btn:not(.close):not(.mfp-close).btn-white.btn-outline:active, .th-components .btn:not(.close):not(.mfp-close).btn-white.btn-outline.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #4c5667;
}
.th-components .btn:not(.close):not(.mfp-close).btn-light.btn-outline:hover, .th-components .btn:not(.close):not(.mfp-close).btn-light.btn-outline:focus, .th-components .btn:not(.close):not(.mfp-close).btn-light.btn-outline:active, .th-components .btn:not(.close):not(.mfp-close).btn-light.btn-outline.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #4c5667;
}
.th-components a.btn:not([href]):not([tabindex]).btn-white.btn-outline:hover, .th-components a.btn:not([href]):not([tabindex]).btn-white.btn-outline:focus, .th-components a.btn:not([href]):not([tabindex]).btn-white.btn-outline:active, .th-components a.btn:not([href]):not([tabindex]).btn-white.btn-outline.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #4c5667;
}
.th-components a.btn:not([href]):not([tabindex]).btn-light.btn-outline:hover, .th-components a.btn:not([href]):not([tabindex]).btn-light.btn-outline:focus, .th-components a.btn:not([href]):not([tabindex]).btn-light.btn-outline:active, .th-components a.btn:not([href]):not([tabindex]).btn-light.btn-outline.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #4c5667;
}
.th-components button.btn.btn-white.btn-white-hover:hover, .th-components button.btn.btn-white.btn-white-hover:focus, .th-components button.btn.btn-white.btn-white-hover:active, .th-components button.btn.btn-white.btn-white-hover.active {
  background-color: #ffffff;
  border-color: #ebebeb;
  color: #4c5667;
}
.th-components button.btn.btn-white.btn-light-hover:hover, .th-components button.btn.btn-white.btn-light-hover:focus, .th-components button.btn.btn-white.btn-light-hover:active, .th-components button.btn.btn-white.btn-light-hover.active {
  background-color: #ffffff;
  border-color: #ebebeb;
  color: #4c5667;
}
.th-components button.btn.btn-light.btn-white-hover:hover, .th-components button.btn.btn-light.btn-white-hover:focus, .th-components button.btn.btn-light.btn-white-hover:active, .th-components button.btn.btn-light.btn-white-hover.active {
  background-color: #ffffff;
  border-color: #ebebeb;
  color: #4c5667;
}
.th-components button.btn.btn-light.btn-light-hover:hover, .th-components button.btn.btn-light.btn-light-hover:focus, .th-components button.btn.btn-light.btn-light-hover:active, .th-components button.btn.btn-light.btn-light-hover.active {
  background-color: #ffffff;
  border-color: #ebebeb;
  color: #4c5667;
}
.th-components .btn:not(.close):not(.mfp-close).btn-white.btn-white-hover:hover, .th-components .btn:not(.close):not(.mfp-close).btn-white.btn-white-hover:focus, .th-components .btn:not(.close):not(.mfp-close).btn-white.btn-white-hover:active, .th-components .btn:not(.close):not(.mfp-close).btn-white.btn-white-hover.active {
  background-color: #ffffff;
  border-color: #ebebeb;
  color: #4c5667;
}
.th-components .btn:not(.close):not(.mfp-close).btn-white.btn-light-hover:hover, .th-components .btn:not(.close):not(.mfp-close).btn-white.btn-light-hover:focus, .th-components .btn:not(.close):not(.mfp-close).btn-white.btn-light-hover:active, .th-components .btn:not(.close):not(.mfp-close).btn-white.btn-light-hover.active {
  background-color: #ffffff;
  border-color: #ebebeb;
  color: #4c5667;
}
.th-components .btn:not(.close):not(.mfp-close).btn-light.btn-white-hover:hover, .th-components .btn:not(.close):not(.mfp-close).btn-light.btn-white-hover:focus, .th-components .btn:not(.close):not(.mfp-close).btn-light.btn-white-hover:active, .th-components .btn:not(.close):not(.mfp-close).btn-light.btn-white-hover.active {
  background-color: #ffffff;
  border-color: #ebebeb;
  color: #4c5667;
}
.th-components .btn:not(.close):not(.mfp-close).btn-light.btn-light-hover:hover, .th-components .btn:not(.close):not(.mfp-close).btn-light.btn-light-hover:focus, .th-components .btn:not(.close):not(.mfp-close).btn-light.btn-light-hover:active, .th-components .btn:not(.close):not(.mfp-close).btn-light.btn-light-hover.active {
  background-color: #ffffff;
  border-color: #ebebeb;
  color: #4c5667;
}
.th-components a.btn:not([href]):not([tabindex]).btn-white.btn-white-hover:hover, .th-components a.btn:not([href]):not([tabindex]).btn-white.btn-white-hover:focus, .th-components a.btn:not([href]):not([tabindex]).btn-white.btn-white-hover:active, .th-components a.btn:not([href]):not([tabindex]).btn-white.btn-white-hover.active {
  background-color: #ffffff;
  border-color: #ebebeb;
  color: #4c5667;
}
.th-components a.btn:not([href]):not([tabindex]).btn-white.btn-light-hover:hover, .th-components a.btn:not([href]):not([tabindex]).btn-white.btn-light-hover:focus, .th-components a.btn:not([href]):not([tabindex]).btn-white.btn-light-hover:active, .th-components a.btn:not([href]):not([tabindex]).btn-white.btn-light-hover.active {
  background-color: #ffffff;
  border-color: #ebebeb;
  color: #4c5667;
}
.th-components a.btn:not([href]):not([tabindex]).btn-light.btn-white-hover:hover, .th-components a.btn:not([href]):not([tabindex]).btn-light.btn-white-hover:focus, .th-components a.btn:not([href]):not([tabindex]).btn-light.btn-white-hover:active, .th-components a.btn:not([href]):not([tabindex]).btn-light.btn-white-hover.active {
  background-color: #ffffff;
  border-color: #ebebeb;
  color: #4c5667;
}
.th-components a.btn:not([href]):not([tabindex]).btn-light.btn-light-hover:hover, .th-components a.btn:not([href]):not([tabindex]).btn-light.btn-light-hover:focus, .th-components a.btn:not([href]):not([tabindex]).btn-light.btn-light-hover:active, .th-components a.btn:not([href]):not([tabindex]).btn-light.btn-light-hover.active {
  background-color: #ffffff;
  border-color: #ebebeb;
  color: #4c5667;
}
.th-components button.btn:not(.btn-shadow):focus, .th-components .btn:not(.close):not(.mfp-close):not(.btn-shadow):focus, .th-components a.btn:not([href]):not([tabindex]):not(.btn-shadow):focus {
  box-shadow: none !important;
}
.th-components button.btn:not(.btn-shadow):focus:active, .th-components .btn:not(.close):not(.mfp-close):not(.btn-shadow):focus:active, .th-components a.btn:not([href]):not([tabindex]):not(.btn-shadow):focus:active {
  box-shadow: none !important;
}
.th-components button.btn.btn-transparent, .th-components .btn:not(.close):not(.mfp-close).btn-transparent, .th-components a.btn:not([href]):not([tabindex]).btn-transparent {
  background-color: transparent;
  border: 0;
  color: #484848;
}
.th-components button.btn.btn-transparent.btn-inverted, .th-components .btn:not(.close):not(.mfp-close).btn-transparent.btn-inverted, .th-components a.btn:not([href]):not([tabindex]).btn-transparent.btn-inverted {
  color: #ffffff;
}
.th-components button.btn.btn-primary, .th-components .btn:not(.close):not(.mfp-close).btn-primary, .th-components a.btn:not([href]):not([tabindex]).btn-primary {
  background-color: #2250fc;
  border-color: #2250fc;
}
.th-components button.btn.btn-primary:hover, .th-components button.btn.btn-primary:focus {
  background-color: #0333e8;
  border-color: #0333e8;
  color: #ffffff;
}
.th-components button.btn.btn-primary:not(:disabled):not(.disabled):active, .th-components button.btn.btn-primary:not(:disabled):not(.disabled).active {
  background-color: #0333e8;
  border-color: #0333e8;
  color: #ffffff;
}
.th-components .btn:not(.close):not(.mfp-close).btn-primary:hover, .th-components .btn:not(.close):not(.mfp-close).btn-primary:focus {
  background-color: #0333e8;
  border-color: #0333e8;
  color: #ffffff;
}
.th-components .btn:not(.close):not(.mfp-close).btn-primary:not(:disabled):not(.disabled):active, .th-components .btn:not(.close):not(.mfp-close).btn-primary:not(:disabled):not(.disabled).active {
  background-color: #0333e8;
  border-color: #0333e8;
  color: #ffffff;
}
.th-components a.btn:not([href]):not([tabindex]).btn-primary:hover, .th-components a.btn:not([href]):not([tabindex]).btn-primary:focus {
  background-color: #0333e8;
  border-color: #0333e8;
  color: #ffffff;
}
.th-components a.btn:not([href]):not([tabindex]).btn-primary:not(:disabled):not(.disabled):active, .th-components a.btn:not([href]):not([tabindex]).btn-primary:not(:disabled):not(.disabled).active {
  background-color: #0333e8;
  border-color: #0333e8;
  color: #ffffff;
}
.th-components button.btn.btn-secondary, .th-components .btn:not(.close):not(.mfp-close).btn-secondary, .th-components a.btn:not([href]):not([tabindex]).btn-secondary {
  background-color: #5A6268;
  border-color: #5A6268;
}
.th-components button.btn.btn-secondary:hover, .th-components button.btn.btn-secondary:focus {
  background-color: #42484d;
  border-color: #42484d;
  color: #ffffff;
}
.th-components button.btn.btn-secondary:not(:disabled):not(.disabled):active, .th-components button.btn.btn-secondary:not(:disabled):not(.disabled).active {
  background-color: #42484d;
  border-color: #42484d;
  color: #ffffff;
}
.th-components .btn:not(.close):not(.mfp-close).btn-secondary:hover, .th-components .btn:not(.close):not(.mfp-close).btn-secondary:focus {
  background-color: #42484d;
  border-color: #42484d;
  color: #ffffff;
}
.th-components .btn:not(.close):not(.mfp-close).btn-secondary:not(:disabled):not(.disabled):active, .th-components .btn:not(.close):not(.mfp-close).btn-secondary:not(:disabled):not(.disabled).active {
  background-color: #42484d;
  border-color: #42484d;
  color: #ffffff;
}
.th-components a.btn:not([href]):not([tabindex]).btn-secondary:hover, .th-components a.btn:not([href]):not([tabindex]).btn-secondary:focus {
  background-color: #42484d;
  border-color: #42484d;
  color: #ffffff;
}
.th-components a.btn:not([href]):not([tabindex]).btn-secondary:not(:disabled):not(.disabled):active, .th-components a.btn:not([href]):not([tabindex]).btn-secondary:not(:disabled):not(.disabled).active {
  background-color: #42484d;
  border-color: #42484d;
  color: #ffffff;
}
.th-components button.btn.btn-success, .th-components .btn:not(.close):not(.mfp-close).btn-success, .th-components a.btn:not([href]):not([tabindex]).btn-success {
  background-color: #81c868;
  border-color: #81c868;
}
.th-components button.btn.btn-success:hover, .th-components button.btn.btn-success:focus {
  background-color: #62b944;
  border-color: #62b944;
  color: #ffffff;
}
.th-components button.btn.btn-success:not(:disabled):not(.disabled):active, .th-components button.btn.btn-success:not(:disabled):not(.disabled).active {
  background-color: #62b944;
  border-color: #62b944;
  color: #ffffff;
}
.th-components .btn:not(.close):not(.mfp-close).btn-success:hover, .th-components .btn:not(.close):not(.mfp-close).btn-success:focus {
  background-color: #62b944;
  border-color: #62b944;
  color: #ffffff;
}
.th-components .btn:not(.close):not(.mfp-close).btn-success:not(:disabled):not(.disabled):active, .th-components .btn:not(.close):not(.mfp-close).btn-success:not(:disabled):not(.disabled).active {
  background-color: #62b944;
  border-color: #62b944;
  color: #ffffff;
}
.th-components a.btn:not([href]):not([tabindex]).btn-success:hover, .th-components a.btn:not([href]):not([tabindex]).btn-success:focus {
  background-color: #62b944;
  border-color: #62b944;
  color: #ffffff;
}
.th-components a.btn:not([href]):not([tabindex]).btn-success:not(:disabled):not(.disabled):active, .th-components a.btn:not([href]):not([tabindex]).btn-success:not(:disabled):not(.disabled).active {
  background-color: #62b944;
  border-color: #62b944;
  color: #ffffff;
}
.th-components button.btn.btn-info, .th-components .btn:not(.close):not(.mfp-close).btn-info, .th-components a.btn:not([href]):not([tabindex]).btn-info {
  background-color: #53b0f8;
  border-color: #53b0f8;
}
.th-components button.btn.btn-info:hover, .th-components button.btn.btn-info:focus {
  background-color: #2299f6;
  border-color: #2299f6;
  color: #ffffff;
}
.th-components button.btn.btn-info:not(:disabled):not(.disabled):active, .th-components button.btn.btn-info:not(:disabled):not(.disabled).active {
  background-color: #2299f6;
  border-color: #2299f6;
  color: #ffffff;
}
.th-components .btn:not(.close):not(.mfp-close).btn-info:hover, .th-components .btn:not(.close):not(.mfp-close).btn-info:focus {
  background-color: #2299f6;
  border-color: #2299f6;
  color: #ffffff;
}
.th-components .btn:not(.close):not(.mfp-close).btn-info:not(:disabled):not(.disabled):active, .th-components .btn:not(.close):not(.mfp-close).btn-info:not(:disabled):not(.disabled).active {
  background-color: #2299f6;
  border-color: #2299f6;
  color: #ffffff;
}
.th-components a.btn:not([href]):not([tabindex]).btn-info:hover, .th-components a.btn:not([href]):not([tabindex]).btn-info:focus {
  background-color: #2299f6;
  border-color: #2299f6;
  color: #ffffff;
}
.th-components a.btn:not([href]):not([tabindex]).btn-info:not(:disabled):not(.disabled):active, .th-components a.btn:not([href]):not([tabindex]).btn-info:not(:disabled):not(.disabled).active {
  background-color: #2299f6;
  border-color: #2299f6;
  color: #ffffff;
}
.th-components button.btn.btn-warning, .th-components .btn:not(.close):not(.mfp-close).btn-warning, .th-components a.btn:not([href]):not([tabindex]).btn-warning {
  background-color: #ffb20e;
  border-color: #ffb20e;
}
.th-components button.btn.btn-warning:hover, .th-components button.btn.btn-warning:focus {
  background-color: #da9400;
  border-color: #da9400;
  color: #ffffff;
}
.th-components button.btn.btn-warning:not(:disabled):not(.disabled):active, .th-components button.btn.btn-warning:not(:disabled):not(.disabled).active {
  background-color: #da9400;
  border-color: #da9400;
  color: #ffffff;
}
.th-components .btn:not(.close):not(.mfp-close).btn-warning:hover, .th-components .btn:not(.close):not(.mfp-close).btn-warning:focus {
  background-color: #da9400;
  border-color: #da9400;
  color: #ffffff;
}
.th-components .btn:not(.close):not(.mfp-close).btn-warning:not(:disabled):not(.disabled):active, .th-components .btn:not(.close):not(.mfp-close).btn-warning:not(:disabled):not(.disabled).active {
  background-color: #da9400;
  border-color: #da9400;
  color: #ffffff;
}
.th-components a.btn:not([href]):not([tabindex]).btn-warning:hover, .th-components a.btn:not([href]):not([tabindex]).btn-warning:focus {
  background-color: #da9400;
  border-color: #da9400;
  color: #ffffff;
}
.th-components a.btn:not([href]):not([tabindex]).btn-warning:not(:disabled):not(.disabled):active, .th-components a.btn:not([href]):not([tabindex]).btn-warning:not(:disabled):not(.disabled).active {
  background-color: #da9400;
  border-color: #da9400;
  color: #ffffff;
}
.th-components button.btn.btn-danger, .th-components .btn:not(.close):not(.mfp-close).btn-danger, .th-components a.btn:not([href]):not([tabindex]).btn-danger {
  background-color: #CE041C;
  border-color: #CE041C;
}
.th-components button.btn.btn-danger:hover, .th-components button.btn.btn-danger:focus {
  background-color: #9c0315;
  border-color: #9c0315;
  color: #ffffff;
}
.th-components button.btn.btn-danger:not(:disabled):not(.disabled):active, .th-components button.btn.btn-danger:not(:disabled):not(.disabled).active {
  background-color: #9c0315;
  border-color: #9c0315;
  color: #ffffff;
}
.th-components .btn:not(.close):not(.mfp-close).btn-danger:hover, .th-components .btn:not(.close):not(.mfp-close).btn-danger:focus {
  background-color: #9c0315;
  border-color: #9c0315;
  color: #ffffff;
}
.th-components .btn:not(.close):not(.mfp-close).btn-danger:not(:disabled):not(.disabled):active, .th-components .btn:not(.close):not(.mfp-close).btn-danger:not(:disabled):not(.disabled).active {
  background-color: #9c0315;
  border-color: #9c0315;
  color: #ffffff;
}
.th-components a.btn:not([href]):not([tabindex]).btn-danger:hover, .th-components a.btn:not([href]):not([tabindex]).btn-danger:focus {
  background-color: #9c0315;
  border-color: #9c0315;
  color: #ffffff;
}
.th-components a.btn:not([href]):not([tabindex]).btn-danger:not(:disabled):not(.disabled):active, .th-components a.btn:not([href]):not([tabindex]).btn-danger:not(:disabled):not(.disabled).active {
  background-color: #9c0315;
  border-color: #9c0315;
  color: #ffffff;
}
.th-components button.btn.btn-dark, .th-components .btn:not(.close):not(.mfp-close).btn-dark, .th-components a.btn:not([href]):not([tabindex]).btn-dark {
  background-color: #000000;
  border-color: #000000;
}
.th-components button.btn.btn-dark:hover, .th-components button.btn.btn-dark:focus, .th-components button.btn.btn-dark:active, .th-components button.btn.btn-dark.active {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
}
.th-components .btn:not(.close):not(.mfp-close).btn-dark:hover, .th-components .btn:not(.close):not(.mfp-close).btn-dark:focus, .th-components .btn:not(.close):not(.mfp-close).btn-dark:active, .th-components .btn:not(.close):not(.mfp-close).btn-dark.active {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
}
.th-components a.btn:not([href]):not([tabindex]).btn-dark:hover, .th-components a.btn:not([href]):not([tabindex]).btn-dark:focus, .th-components a.btn:not([href]):not([tabindex]).btn-dark:active, .th-components a.btn:not([href]):not([tabindex]).btn-dark.active {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
}
.th-components button.btn.btn-dark.btn-outline, .th-components .btn:not(.close):not(.mfp-close).btn-dark.btn-outline, .th-components a.btn:not([href]):not([tabindex]).btn-dark.btn-outline {
  background-color: transparent;
  color: #000000;
  border-color: #000000;
}
.th-components button.btn.btn-dark.btn-outline:hover, .th-components button.btn.btn-dark.btn-outline:focus, .th-components button.btn.btn-dark.btn-outline:active, .th-components button.btn.btn-dark.btn-outline.active {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.th-components .btn:not(.close):not(.mfp-close).btn-dark.btn-outline:hover, .th-components .btn:not(.close):not(.mfp-close).btn-dark.btn-outline:focus, .th-components .btn:not(.close):not(.mfp-close).btn-dark.btn-outline:active, .th-components .btn:not(.close):not(.mfp-close).btn-dark.btn-outline.active {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.th-components a.btn:not([href]):not([tabindex]).btn-dark.btn-outline:hover, .th-components a.btn:not([href]):not([tabindex]).btn-dark.btn-outline:focus, .th-components a.btn:not([href]):not([tabindex]).btn-dark.btn-outline:active, .th-components a.btn:not([href]):not([tabindex]).btn-dark.btn-outline.active {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.th-components button.btn.btn-red, .th-components .btn:not(.close):not(.mfp-close).btn-red, .th-components a.btn:not([href]):not([tabindex]).btn-red {
  background-color: #CA0027;
  border-color: #CA0027;
}
.th-components button.btn.btn-red:hover, .th-components button.btn.btn-red:focus {
  background-color: #97001d;
  border-color: #97001d;
  color: #ffffff;
}
.th-components button.btn.btn-red:not(:disabled):not(.disabled):active, .th-components button.btn.btn-red:not(:disabled):not(.disabled).active {
  background-color: #97001d;
  border-color: #97001d;
  color: #ffffff;
}
.th-components .btn:not(.close):not(.mfp-close).btn-red:hover, .th-components .btn:not(.close):not(.mfp-close).btn-red:focus {
  background-color: #97001d;
  border-color: #97001d;
  color: #ffffff;
}
.th-components .btn:not(.close):not(.mfp-close).btn-red:not(:disabled):not(.disabled):active, .th-components .btn:not(.close):not(.mfp-close).btn-red:not(:disabled):not(.disabled).active {
  background-color: #97001d;
  border-color: #97001d;
  color: #ffffff;
}
.th-components a.btn:not([href]):not([tabindex]).btn-red:hover, .th-components a.btn:not([href]):not([tabindex]).btn-red:focus {
  background-color: #97001d;
  border-color: #97001d;
  color: #ffffff;
}
.th-components a.btn:not([href]):not([tabindex]).btn-red:not(:disabled):not(.disabled):active, .th-components a.btn:not([href]):not([tabindex]).btn-red:not(:disabled):not(.disabled).active {
  background-color: #97001d;
  border-color: #97001d;
  color: #ffffff;
}
.th-components button.btn.btn-round, .th-components .btn:not(.close):not(.mfp-close).btn-round, .th-components a.btn:not([href]):not([tabindex]).btn-round {
  border-radius: 50%;
  padding: 0 10px !important;
  height: 36px !important;
  line-height: 36px !important;
}
.th-components button.btn.btn-round > i, .th-components .btn:not(.close):not(.mfp-close).btn-round > i, .th-components a.btn:not([href]):not([tabindex]).btn-round > i {
  font-size: 14px;
}
.th-components button.btn.btn-slide, .th-components .btn:not(.close):not(.mfp-close).btn-slide, .th-components a.btn:not([href]):not([tabindex]).btn-slide {
  border-radius: 50px;
  display: table-cell;
  opacity: 1;
  overflow: hidden;
  padding: 22px;
  position: relative;
  transition: width 0.4s ease 0s, background 0.4s ease 0s;
  width: 46px;
  line-height: 18px;
}
.th-components button.btn.btn-slide > i, .th-components .btn:not(.close):not(.mfp-close).btn-slide > i, .th-components a.btn:not([href]):not([tabindex]).btn-slide > i {
  float: left;
  left: 17px;
  position: absolute;
  top: 17px;
  transition: all 0.8s ease 0s;
}
.th-components button.btn.btn-slide > span, .th-components .btn:not(.close):not(.mfp-close).btn-slide > span, .th-components a.btn:not([href]):not([tabindex]).btn-slide > span {
  left: 40px;
  position: absolute;
  text-align: left;
  top: 13px;
  transition: left 0.5s ease 0s, opacity 0.5s ease 0s;
  white-space: nowrap;
  opacity: 0;
}
.th-components button.btn.btn-slide:hover, .th-components .btn:not(.close):not(.mfp-close).btn-slide:hover, .th-components a.btn:not([href]):not([tabindex]).btn-slide:hover {
  width: 140px;
  text-align: left;
}
.th-components button.btn.btn-slide:hover > i, .th-components .btn:not(.close):not(.mfp-close).btn-slide:hover > i, .th-components a.btn:not([href]):not([tabindex]).btn-slide:hover > i {
  transform: rotate(360deg);
}
.th-components button.btn.btn-slide:hover > span, .th-components .btn:not(.close):not(.mfp-close).btn-slide:hover > span, .th-components a.btn:not([href]):not([tabindex]).btn-slide:hover > span {
  opacity: 1;
}
.th-components button.btn.btn-slide.btn-xs, .th-components .btn:not(.close):not(.mfp-close).btn-slide.btn-xs, .th-components a.btn:not([href]):not([tabindex]).btn-slide.btn-xs {
  padding: 14px;
  width: 30px;
  line-height: 26px;
}
.th-components button.btn.btn-slide.btn-xs > i, .th-components .btn:not(.close):not(.mfp-close).btn-slide.btn-xs > i, .th-components a.btn:not([href]):not([tabindex]).btn-slide.btn-xs > i {
  left: 9px;
  top: 8px;
}
.th-components button.btn.btn-slide.btn-xs > span, .th-components .btn:not(.close):not(.mfp-close).btn-slide.btn-xs > span, .th-components a.btn:not([href]):not([tabindex]).btn-slide.btn-xs > span {
  left: 28px;
  top: 0px;
}
.th-components button.btn.btn-slide.btn-xs:hover, .th-components .btn:not(.close):not(.mfp-close).btn-slide.btn-xs:hover, .th-components a.btn:not([href]):not([tabindex]).btn-slide.btn-xs:hover {
  width: 110px;
}
.th-components button.btn.btn-slide.btn-sm, .th-components .btn:not(.close):not(.mfp-close).btn-slide.btn-sm, .th-components a.btn:not([href]):not([tabindex]).btn-slide.btn-sm {
  padding: 18px;
  width: 36px;
  line-height: 36px;
}
.th-components button.btn.btn-slide.btn-sm > i, .th-components .btn:not(.close):not(.mfp-close).btn-slide.btn-sm > i, .th-components a.btn:not([href]):not([tabindex]).btn-slide.btn-sm > i {
  left: 13px;
  top: 13px;
}
.th-components button.btn.btn-slide.btn-sm > span, .th-components .btn:not(.close):not(.mfp-close).btn-slide.btn-sm > span, .th-components a.btn:not([href]):not([tabindex]).btn-slide.btn-sm > span {
  left: 36px;
  top: 0px;
}
.th-components button.btn.btn-slide.btn-sm:hover, .th-components .btn:not(.close):not(.mfp-close).btn-slide.btn-sm:hover, .th-components a.btn:not([href]):not([tabindex]).btn-slide.btn-sm:hover {
  width: 110px;
}
.th-components button.btn.btn-slide.btn-lg, .th-components .btn:not(.close):not(.mfp-close).btn-slide.btn-lg, .th-components a.btn:not([href]):not([tabindex]).btn-slide.btn-lg {
  padding: 30px;
  line-height: 52px;
}
.th-components button.btn.btn-slide.btn-lg > i, .th-components .btn:not(.close):not(.mfp-close).btn-slide.btn-lg > i, .th-components a.btn:not([href]):not([tabindex]).btn-slide.btn-lg > i {
  left: 23px;
  top: 23px;
}
.th-components button.btn.btn-slide.btn-lg > span, .th-components .btn:not(.close):not(.mfp-close).btn-slide.btn-lg > span, .th-components a.btn:not([href]):not([tabindex]).btn-slide.btn-lg > span {
  left: 54px;
  top: 3px;
}
.th-components button.btn.btn-slide.btn-lg:hover, .th-components .btn:not(.close):not(.mfp-close).btn-slide.btn-lg:hover, .th-components a.btn:not([href]):not([tabindex]).btn-slide.btn-lg:hover {
  width: 200px;
}
.th-components button.btn.btn-reveal, .th-components .btn:not(.close):not(.mfp-close).btn-reveal, .th-components a.btn:not([href]):not([tabindex]).btn-reveal {
  padding: 12px 34px;
}
.th-components button.btn.btn-reveal span, .th-components .btn:not(.close):not(.mfp-close).btn-reveal span, .th-components a.btn:not([href]):not([tabindex]).btn-reveal span {
  left: 0;
  position: relative;
  transition: opacity 0.2s ease-out 0s, left 0.2s ease-out 0s;
}
.th-components button.btn.btn-reveal i, .th-components .btn:not(.close):not(.mfp-close).btn-reveal i, .th-components a.btn:not([href]):not([tabindex]).btn-reveal i {
  line-height: 18px;
  margin-top: -9px;
  opacity: 0;
  position: absolute;
  right: 28px;
  top: 50%;
  transition: all 0.2s ease-out 0s;
  width: 18px;
}
.th-components button.btn.btn-reveal:hover span, .th-components .btn:not(.close):not(.mfp-close).btn-reveal:hover span, .th-components a.btn:not([href]):not([tabindex]).btn-reveal:hover span {
  left: -10px;
}
.th-components button.btn.btn-reveal:hover i, .th-components .btn:not(.close):not(.mfp-close).btn-reveal:hover i, .th-components a.btn:not([href]):not([tabindex]).btn-reveal:hover i {
  opacity: 1 !important;
  right: 18px;
}
.th-components button.btn.btn-reveal.btn-xs, .th-components .btn:not(.close):not(.mfp-close).btn-reveal.btn-xs, .th-components a.btn:not([href]):not([tabindex]).btn-reveal.btn-xs, .th-components button.btn.btn-reveal.btn-sm, .th-components .btn:not(.close):not(.mfp-close).btn-reveal.btn-sm, .th-components a.btn:not([href]):not([tabindex]).btn-reveal.btn-sm {
  line-height: 0px;
}
.th-components button.btn.btn-reveal.btn-lg, .th-components .btn:not(.close):not(.mfp-close).btn-reveal.btn-lg, .th-components a.btn:not([href]):not([tabindex]).btn-reveal.btn-lg {
  line-height: 26px;
  padding: 0 52px;
}
.th-components button.btn.btn-reveal.btn-reveal-left span, .th-components .btn:not(.close):not(.mfp-close).btn-reveal.btn-reveal-left span, .th-components a.btn:not([href]):not([tabindex]).btn-reveal.btn-reveal-left span {
  right: 0;
  left: auto;
  transition: opacity 0.2s ease-out 0s, right 0.2s ease-out 0s;
}
.th-components button.btn.btn-reveal.btn-reveal-left i, .th-components .btn:not(.close):not(.mfp-close).btn-reveal.btn-reveal-left i, .th-components a.btn:not([href]):not([tabindex]).btn-reveal.btn-reveal-left i {
  left: 28px;
  right: auto;
}
.th-components button.btn.btn-reveal.btn-reveal-left:hover span, .th-components .btn:not(.close):not(.mfp-close).btn-reveal.btn-reveal-left:hover span, .th-components a.btn:not([href]):not([tabindex]).btn-reveal.btn-reveal-left:hover span {
  right: -10px;
  left: auto;
}
.th-components button.btn.btn-reveal.btn-reveal-left:hover i, .th-components .btn:not(.close):not(.mfp-close).btn-reveal.btn-reveal-left:hover i, .th-components a.btn:not([href]):not([tabindex]).btn-reveal.btn-reveal-left:hover i {
  left: 18px;
  right: auto;
}
.th-components button.btn.btn-shadow, .th-components .btn:not(.close):not(.mfp-close).btn-shadow, .th-components a.btn:not([href]):not([tabindex]).btn-shadow {
  -webkit-box-shadow: 0 4px 16px #efefef;
  -moz-box-shadow: 0 4px 16px #efefef;
  box-shadow: 0 4px 16px #efefef;
}
.th-components button.btn.btn-shadow:hover, .th-components button.btn.btn-shadow:focus {
  -webkit-box-shadow: 4px 8px 16px #dedede;
  -moz-box-shadow: 4px 8px 16px #dedede;
  box-shadow: 4px 8px 16px #dedede;
}
.th-components button.btn.btn-shadow:not(:disabled):not(.disabled):active, .th-components button.btn.btn-shadow:not(:disabled):not(.disabled).active {
  -webkit-box-shadow: 4px 8px 16px #dedede;
  -moz-box-shadow: 4px 8px 16px #dedede;
  box-shadow: 4px 8px 16px #dedede;
}
.th-components .btn:not(.close):not(.mfp-close).btn-shadow:hover, .th-components .btn:not(.close):not(.mfp-close).btn-shadow:focus {
  -webkit-box-shadow: 4px 8px 16px #dedede;
  -moz-box-shadow: 4px 8px 16px #dedede;
  box-shadow: 4px 8px 16px #dedede;
}
.th-components .btn:not(.close):not(.mfp-close).btn-shadow:not(:disabled):not(.disabled):active, .th-components .btn:not(.close):not(.mfp-close).btn-shadow:not(:disabled):not(.disabled).active {
  -webkit-box-shadow: 4px 8px 16px #dedede;
  -moz-box-shadow: 4px 8px 16px #dedede;
  box-shadow: 4px 8px 16px #dedede;
}
.th-components a.btn:not([href]):not([tabindex]).btn-shadow:hover, .th-components a.btn:not([href]):not([tabindex]).btn-shadow:focus {
  -webkit-box-shadow: 4px 8px 16px #dedede;
  -moz-box-shadow: 4px 8px 16px #dedede;
  box-shadow: 4px 8px 16px #dedede;
}
.th-components a.btn:not([href]):not([tabindex]).btn-shadow:not(:disabled):not(.disabled):active, .th-components a.btn:not([href]):not([tabindex]).btn-shadow:not(:disabled):not(.disabled).active {
  -webkit-box-shadow: 4px 8px 16px #dedede;
  -moz-box-shadow: 4px 8px 16px #dedede;
  box-shadow: 4px 8px 16px #dedede;
}
.th-components button.btn.btn-icon-holder, .th-components .btn:not(.close):not(.mfp-close).btn-icon-holder, .th-components a.btn:not([href]):not([tabindex]).btn-icon-holder {
  padding-right: 16px;
}
.th-components button.btn.btn-icon-holder:before, .th-components .btn:not(.close):not(.mfp-close).btn-icon-holder:before, .th-components a.btn:not([href]):not([tabindex]).btn-icon-holder:before {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  content: "";
  height: 100%;
  position: absolute;
  right: 42px;
  top: 0;
}
.th-components button.btn.btn-icon-holder.btn-outline:before, .th-components .btn:not(.close):not(.mfp-close).btn-icon-holder.btn-outline:before, .th-components a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-outline:before {
  border-left: 2px solid #2250fc;
}
.th-components button.btn.btn-icon-holder.btn-outline.btn-dark:before, .th-components .btn:not(.close):not(.mfp-close).btn-icon-holder.btn-outline.btn-dark:before, .th-components a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-outline.btn-dark:before {
  border-left: 2px solid #111;
}
.th-components button.btn.btn-icon-holder.btn-light:before, .th-components .btn:not(.close):not(.mfp-close).btn-icon-holder.btn-light:before, .th-components a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-light:before {
  border-left: 1px solid #f3f3f3;
}
.th-components button.btn.btn-icon-holder.btn-light.btn-light-hover:before, .th-components button.btn.btn-icon-holder.btn-light.btn-light-hover:hover {
  border-left: 1px solid #f3f3f3;
}
.th-components .btn:not(.close):not(.mfp-close).btn-icon-holder.btn-light.btn-light-hover:before, .th-components .btn:not(.close):not(.mfp-close).btn-icon-holder.btn-light.btn-light-hover:hover {
  border-left: 1px solid #f3f3f3;
}
.th-components a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-light.btn-light-hover:before, .th-components a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-light.btn-light-hover:hover {
  border-left: 1px solid #f3f3f3;
}
.th-components button.btn.btn-icon-holder i, .th-components .btn:not(.close):not(.mfp-close).btn-icon-holder i, .th-components a.btn:not([href]):not([tabindex]).btn-icon-holder i {
  margin-left: 30px;
  margin-right: -2px;
}
.th-components button.btn.btn-icon-holder.btn-xs, .th-components .btn:not(.close):not(.mfp-close).btn-icon-holder.btn-xs, .th-components a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-xs {
  padding-right: 10px;
}
.th-components button.btn.btn-icon-holder.btn-xs:before, .th-components .btn:not(.close):not(.mfp-close).btn-icon-holder.btn-xs:before, .th-components a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-xs:before {
  right: 30px;
}
.th-components button.btn.btn-icon-holder.btn-xs i, .th-components .btn:not(.close):not(.mfp-close).btn-icon-holder.btn-xs i, .th-components a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-xs i {
  margin-left: 20px;
  margin-right: 2px;
}
.th-components button.btn.btn-icon-holder.btn-sm, .th-components .btn:not(.close):not(.mfp-close).btn-icon-holder.btn-sm, .th-components a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-sm {
  padding-right: 16px;
}
.th-components button.btn.btn-icon-holder.btn-sm:before, .th-components .btn:not(.close):not(.mfp-close).btn-icon-holder.btn-sm:before, .th-components a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-sm:before {
  right: 36px;
}
.th-components button.btn.btn-icon-holder.btn-sm i, .th-components .btn:not(.close):not(.mfp-close).btn-icon-holder.btn-sm i, .th-components a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-sm i {
  margin-left: 24px;
  margin-right: 0;
}
.th-components button.btn.btn-icon-holder.btn-lg, .th-components .btn:not(.close):not(.mfp-close).btn-icon-holder.btn-lg, .th-components a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-lg {
  padding-right: 28px;
}
.th-components button.btn.btn-icon-holder.btn-lg:before, .th-components .btn:not(.close):not(.mfp-close).btn-icon-holder.btn-lg:before, .th-components a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-lg:before {
  right: 50px;
}
.th-components button.btn.btn-icon-holder.btn-lg i, .th-components .btn:not(.close):not(.mfp-close).btn-icon-holder.btn-lg i, .th-components a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-lg i {
  margin-left: 34px;
  margin-right: -8px;
}
.th-components button.btn.btn-creative, .th-components .btn:not(.close):not(.mfp-close).btn-creative, .th-components a.btn:not([href]):not([tabindex]).btn-creative {
  padding: 24px 40px;
  font-size: 15px;
  font-weight: 600;
}
.th-components button.btn.btn-creative:before, .th-components .btn:not(.close):not(.mfp-close).btn-creative:before, .th-components a.btn:not([href]):not([tabindex]).btn-creative:before {
  right: 58px;
}
.th-components button.btn.btn-creative i, .th-components .btn:not(.close):not(.mfp-close).btn-creative i, .th-components a.btn:not([href]):not([tabindex]).btn-creative i {
  margin-left: 54px;
  margin-right: -16px;
}
.th-components button.btn.btn-facebook, .th-components .btn:not(.close):not(.mfp-close).btn-facebook, .th-components a.btn:not([href]):not([tabindex]).btn-facebook {
  background-color: #3b5998 !important;
  color: #ffffff !important;
  border-width: 0;
}
.th-components button.btn.btn-twitter, .th-components .btn:not(.close):not(.mfp-close).btn-twitter, .th-components a.btn:not([href]):not([tabindex]).btn-twitter {
  background-color: #00aced !important;
  color: #ffffff !important;
  border-width: 0;
}
.th-components button.btn.btn-linkedin, .th-components .btn:not(.close):not(.mfp-close).btn-linkedin, .th-components a.btn:not([href]):not([tabindex]).btn-linkedin {
  background-color: #007bb6 !important;
  color: #ffffff !important;
  border-width: 0;
}
.th-components button.btn.btn-dribbble, .th-components .btn:not(.close):not(.mfp-close).btn-dribbble, .th-components a.btn:not([href]):not([tabindex]).btn-dribbble {
  background-color: #ea4c89 !important;
  color: #ffffff !important;
  border-width: 0;
}
.th-components button.btn.btn-googleplus, .th-components .btn:not(.close):not(.mfp-close).btn-googleplus, .th-components a.btn:not([href]):not([tabindex]).btn-googleplus {
  background-color: #dd4b39 !important;
  color: #ffffff !important;
  border-width: 0;
}
.th-components button.btn.btn-instagram, .th-components .btn:not(.close):not(.mfp-close).btn-instagram, .th-components a.btn:not([href]):not([tabindex]).btn-instagram {
  background-color: #517fa4 !important;
  color: #ffffff !important;
  border-width: 0;
}
.th-components button.btn.btn-pinterest, .th-components .btn:not(.close):not(.mfp-close).btn-pinterest, .th-components a.btn:not([href]):not([tabindex]).btn-pinterest {
  background-color: #cb2027 !important;
  color: #ffffff !important;
  border-width: 0;
}
.th-components button.btn.btn-dropbox, .th-components .btn:not(.close):not(.mfp-close).btn-dropbox, .th-components a.btn:not([href]):not([tabindex]).btn-dropbox {
  background-color: #007ee5 !important;
  color: #ffffff !important;
  border-width: 0;
}
.th-components button.btn.btn-flickr, .th-components .btn:not(.close):not(.mfp-close).btn-flickr, .th-components a.btn:not([href]):not([tabindex]).btn-flickr {
  background-color: #ff0084 !important;
  color: #ffffff !important;
  border-width: 0;
}
.th-components button.btn.btn-tumblr, .th-components .btn:not(.close):not(.mfp-close).btn-tumblr, .th-components a.btn:not([href]):not([tabindex]).btn-tumblr {
  background-color: #32506d !important;
  color: #ffffff !important;
  border-width: 0;
}
.th-components button.btn.btn-skype, .th-components .btn:not(.close):not(.mfp-close).btn-skype, .th-components a.btn:not([href]):not([tabindex]).btn-skype {
  background-color: #00aff0 !important;
  color: #ffffff !important;
  border-width: 0;
}
.th-components button.btn.btn-youtube, .th-components .btn:not(.close):not(.mfp-close).btn-youtube, .th-components a.btn:not([href]):not([tabindex]).btn-youtube {
  background-color: #bb0000 !important;
  color: #ffffff !important;
  border-width: 0;
}
.th-components button.btn.btn-github, .th-components .btn:not(.close):not(.mfp-close).btn-github, .th-components a.btn:not([href]):not([tabindex]).btn-github {
  background-color: #171515 !important;
  color: #ffffff !important;
  border-width: 0;
}
.th-components button.btn + .btn, .th-components .btn:not(.close):not(.mfp-close) + .btn, .th-components a.btn:not([href]):not([tabindex]) + .btn {
  margin-left: 4px;
}
.th-components button.btn .badge, .th-components .btn:not(.close):not(.mfp-close) .badge, .th-components a.btn:not([href]):not([tabindex]) .badge {
  position: absolute;
  right: -4px;
  top: -4px;
}
.th-components button.btn.disabled, .th-components .btn:not(.close):not(.mfp-close).disabled, .th-components a.btn:not([href]):not([tabindex]).disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}
.th-components .disabled .btn {
  opacity: 0.3;
}
@media (max-width: 1024px) {
  .th-components button.btn:not(.btn-creative):not(.btn-slide), .th-components .btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide), .th-components a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide) {
    font-size: 12px;
    height: 32px;
    line-height: 30px;
    padding: 0 14px;
  }
  .th-components button.btn:not(.btn-creative):not(.btn-slide).btn-reveal:hover span, .th-components .btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide).btn-reveal:hover span, .th-components a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide).btn-reveal:hover span {
    left: auto;
    right: auto;
  }
  .th-components button.btn:not(.btn-creative):not(.btn-slide).btn-reveal:hover i, .th-components .btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide).btn-reveal:hover i, .th-components a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide).btn-reveal:hover i {
    display: none;
  }
  .th-components button.btn:not(.btn-creative):not(.btn-slide).btn-lg, .th-components .btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide).btn-lg, .th-components a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide).btn-lg {
    font-size: 13px;
    height: 38px;
    line-height: 36px;
    padding: 0 24px;
  }
  .th-components button.btn:not(.btn-creative):not(.btn-slide).btn-sm, .th-components .btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide).btn-sm, .th-components a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide).btn-sm {
    font-size: 11px;
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
  }
  .th-components button.btn:not(.btn-creative):not(.btn-slide).btn-xs, .th-components .btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide).btn-xs, .th-components a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide).btn-xs {
    font-size: 10px;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
  }
}
.th-components .dark:not(.submenu-light) a.btn:not([href]):not([tabindex]).btn-shadow, .th-components .dark:not(.submenu-light) .btn.btn-shadow {
  box-shadow: 0 4px 16px #292929;
}
.th-components .dark:not(.submenu-light) a.btn:not([href]):not([tabindex]).btn-shadow:hover, .th-components .dark:not(.submenu-light) a.btn:not([href]):not([tabindex]).btn-shadow:focus {
  box-shadow: 4px 8px 16px #1d1d1d;
}
.th-components .dark:not(.submenu-light) a.btn:not([href]):not([tabindex]).btn-shadow:not(:disabled):not(.disabled):active, .th-components .dark:not(.submenu-light) a.btn:not([href]):not([tabindex]).btn-shadow:not(:disabled):not(.disabled).active {
  box-shadow: 4px 8px 16px #1d1d1d;
}
.th-components .dark:not(.submenu-light) .btn.btn-shadow:hover, .th-components .dark:not(.submenu-light) .btn.btn-shadow:focus {
  box-shadow: 4px 8px 16px #1d1d1d;
}
.th-components .dark:not(.submenu-light) .btn.btn-shadow:not(:disabled):not(.disabled):active, .th-components .dark:not(.submenu-light) .btn.btn-shadow:not(:disabled):not(.disabled).active {
  box-shadow: 4px 8px 16px #1d1d1d;
}
/* end button */

/* icon */
.th-components a span.link-icon, .global_navi .menu > ul > li > ul.normal-sub li a.subtitled {
  color: #c3b7a2eb;
}
.th-components a span.link-icon {
  display: inline-block;
  vertical-align: inherit;
  padding-right: 5px;
  font: normal normal normal 10px/18px FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* end icon */

/* block title ex */
.th-components.block-title h3.bar-top::before {
  background-color: #333;
  content: "";
  height: 2px;
  width: 50px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}
.th-components.block-title h3.bar-bottom::before {
background-color: #333;
content: "";
height: 2px;
width: 50px;
position: absolute;
left: 0;
right: 0;
bottom: 0;
margin: 0 auto;
}
.hashigo_grid .th-components .type-post .entry-content p {
font-size: 0.83432em;
line-height: 1.4;
/* font-size: 0.875em; */
display: -webkit-box;
max-width: 100%;
-webkit-line-clamp: 10;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
/* end block title ex */

/* gift grid */
.th-components.top-topics .cursor-pointer:hover p {
  color: #555;
}
.th-components.top-topics .cursor-pointer:hover img {
  opacity: .85;
}
/* end gift grid */

/* back button */
.th-components .custom-btn a:after {
  content:"";
  left: 3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 8px;
  margin-left: 10px;
}
.th-components .custom-btn a:hover {
  opacity: .85;
}

.th-components .custom-anchor-btn a:after {
  content:"";
  left: 3px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  /*
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  */
  margin-top: 4px;
  margin-left: 15px;
transform: translateX(-50%) rotate(135deg);
  -webkit-transform: translateX(-50%) rotate(135deg);
}
.th-components .custom-anchor-btn a:hover {
  opacity: .85;
}
/* end nack button */

.th-components .cs-cursor-pointer {
  cursor: pointer;
}

.th-components a.tel {
text-decoration: underline;
}

.th-components a.tel:hover {
text-decoration: none;
}

.th-components .type-post .entry-header .entry-title>a.y_shops_link {
text-decoration: underline;
}

.th-components .type-post .entry-header .entry-title>a.y_shops_link:hover {
text-decoration: none;
}

.th-components .scrollup {
          width: 44px;
          height: 44px;
          position: fixed;
          bottom: 30px;
          left: 100px;
          display: none;
          text-indent: -9999px;
          background: url(/assets/images/icon_top.png) no-repeat;
          z-index: 98;
}
@media screen and (max-width: 768px) {
    .th-components .scrollup {
        left: 5px;
    }
}


/* ----------------------------------------------------------------
TakeOut Contents
-----------------------------------------------------------------*/
.th-components.takeout_menu a.more_restaurant,.th-components.takeout_menu a.more_external,.th-components.takeout_menu a.tel {
  text-decoration: underline;
}

.th-components.takeout_menu a.more_restaurant:hover, .th-components.takeout_menu a.more_external:hover, .th-components.takeout_menu a.tel:hover {
  text-decoration: none;
}

.th-components.takeout_menu .entry-content .float-left {
 float:none !important;
}

.th-components.takeout_menu a.more-topics>img {
border: 1px solid #f7f7f7;
}

@media screen and (max-width: 548px) {
  .th-components.takeout_menu {
    padding-right: 10px;
    padding-left: 10px;
  }
  .th-components.takeout_menu .col-6 {
    padding-right: 5px;
    padding-left: 5px;
  }
}