/*
 *
 * Main stylesheet for Switchery.
 * http://abpetkov.github.io/switchery/
 *
 */
/* Switchery defaults. */
/* line 10, ../sass/components/switchery.scss */
.switchery {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 50px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: content-box;
  background-clip: content-box;
}

/* line 30, ../sass/components/switchery.scss */
.switchery > small {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  height: 30px;
  position: absolute;
  top: 0;
  width: 30px;
}

/* Switchery sizes. */
/* line 42, ../sass/components/switchery.scss */
.switchery-small {
  border-radius: 20px;
  height: 20px;
  width: 33px;
}

/* line 48, ../sass/components/switchery.scss */
.switchery-small > small {
  height: 20px;
  width: 20px;
}

/* line 53, ../sass/components/switchery.scss */
.switchery-large {
  border-radius: 40px;
  height: 40px;
  width: 66px;
}

/* line 59, ../sass/components/switchery.scss */
.switchery-large > small {
  height: 40px;
  width: 40px;
}

/* line 33, ../sass/components/_custom.scss */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide {
  display: none !important;
}

/* line 37, ../sass/components/_custom.scss */
html, body {
  position: relative;
  height: 100%;
}

/* line 43, ../sass/components/_custom.scss */
body.menu-active, body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 599px) {
  /* line 51, ../sass/components/_custom.scss */
  body.no-scroll-sm {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
  }
}

/* line 62, ../sass/components/_custom.scss */
.fancybox-lock body {
  height: auto;
}

/* line 67, ../sass/components/_custom.scss */
a {
  color: #e1af3c;
}
/* line 69, ../sass/components/_custom.scss */
a:hover, a:focus {
  color: #e1af3c;
  text-decoration: underline;
}

/* line 76, ../sass/components/_custom.scss */
.grey-shadow, #home-carousel .slide-info, .slide-home .open-info, .quick-links-container .heading, .btn.btn-light:hover, .btn.btn-stroke-black:hover, #full-page-carousel .slide-info, .top-banner .banner-info .title, .top-banner .banner-info .sub-title, #init-view .init-desc, .top-carousel-section .swiper-nav-btn, .top-carousel .swiper-slide .item-name, .tab-switch-btns-container .tab-switch-btn.active, .tab-switch-btns-container .tab-switch-btn:hover, .direction-map-section #direction-current-btn.active, .search-category-section .category-item.active {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

/* line 80, ../sass/components/_custom.scss */
#home-carousel {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1100px) {
  /* line 80, ../sass/components/_custom.scss */
  #home-carousel {
    /* height: calc(100% - 60px); */
    padding-left: 70px;
    background-color: #000;
  }
}
@media only screen and (max-width: 1099px) {
  /* line 89, ../sass/components/_custom.scss */
  #home-carousel .swiper-pagination {
    display: none;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 89, ../sass/components/_custom.scss */
  #home-carousel .swiper-pagination {
    right: auto;
    left: 30px;
  }
}
/* line 99, ../sass/components/_custom.scss */
#home-carousel .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  margin: 15px 0;
  position: relative;
}
/* line 104, ../sass/components/_custom.scss */
#home-carousel .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: none;
  border: 1px solid #fff;
  transition: all 0.2s linear;
}
/* line 116, ../sass/components/_custom.scss */
#home-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e1af3c;
}
/* line 119, ../sass/components/_custom.scss */
#home-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  content: "";
  width: 18px;
  height: 18px;
  left: -5px;
  top: -5px;
  border: 1px solid #e1af3c;
}
/* line 131, ../sass/components/_custom.scss */
#home-carousel .carousel-item {
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 30px;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1099px) {
  /* line 131, ../sass/components/_custom.scss */
  #home-carousel .carousel-item {
    padding-bottom: 0;
  }
}
/* line 145, ../sass/components/_custom.scss */
#home-carousel .carousel-item .slide-content {
  max-width: 1170px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 1100px) {
  /* line 145, ../sass/components/_custom.scss */
  #home-carousel .carousel-item .slide-content {
    max-height: 800px;
  }
}
/* line 163, ../sass/components/_custom.scss */
#home-carousel .slide-info {
  width: 100%;
  text-align: left;
  color: #fff;
  position: relative;
  left: -100%;
  transition: left 0.6s ease-out;
}
@media only screen and (min-width: 600px) and (max-width: 1099px) {
  /* line 163, ../sass/components/_custom.scss */
  #home-carousel .slide-info {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1099px) and (orientation: landscape) {
  /* line 163, ../sass/components/_custom.scss */
  #home-carousel .slide-info {
    padding-left: 50px;
    padding-right: 50px;
  }
}
/* line 179, ../sass/components/_custom.scss */
#home-carousel .slide-info.reversal {
  color: #000;
}
/* line 182, ../sass/components/_custom.scss */
#home-carousel .slide-info h1 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 6px;
}
@media only screen and (max-width: 370px) {
  /* line 182, ../sass/components/_custom.scss */
  #home-carousel .slide-info h1 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 600px) {
  /* line 182, ../sass/components/_custom.scss */
  #home-carousel .slide-info h1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 182, ../sass/components/_custom.scss */
  #home-carousel .slide-info h1 {
    font-size: 75px;
  }
}
@media only screen and (max-width: 370px) {
  /* line 199, ../sass/components/_custom.scss */
  #home-carousel .slide-info p {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 199, ../sass/components/_custom.scss */
  #home-carousel .slide-info p {
    font-size: 18px;
  }
}
/* line 210, ../sass/components/_custom.scss */
#home-carousel .swiper-slide-active .slide-info {
  left: 0;
}
/* line 214, ../sass/components/_custom.scss */
#home-carousel .swiper-button-prev,
#home-carousel .swiper-button-next {
  background: none;
  color: #fff;
  width: 30px;
}
@media only screen and (min-width: 600px) {
  /* line 214, ../sass/components/_custom.scss */
  #home-carousel .swiper-button-prev,
  #home-carousel .swiper-button-next {
    width: 46px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 214, ../sass/components/_custom.scss */
  #home-carousel .swiper-button-prev,
  #home-carousel .swiper-button-next {
    display: none;
  }
}
@media only screen and (max-width: 370px) {
  /* line 214, ../sass/components/_custom.scss */
  #home-carousel .swiper-button-prev,
  #home-carousel .swiper-button-next {
    top: 40%;
  }
}
/* line 230, ../sass/components/_custom.scss */
#home-carousel .swiper-button-prev.swiper-button-disabled,
#home-carousel .swiper-button-next.swiper-button-disabled {
  display: none;
}
/* line 233, ../sass/components/_custom.scss */
#home-carousel .swiper-button-prev i,
#home-carousel .swiper-button-next i {
  font-size: 30px;
}
@media only screen and (min-width: 600px) {
  /* line 233, ../sass/components/_custom.scss */
  #home-carousel .swiper-button-prev i,
  #home-carousel .swiper-button-next i {
    font-size: 46px;
  }
}
@media only screen and (max-width: 370px) {
  /* line 233, ../sass/components/_custom.scss */
  #home-carousel .swiper-button-prev i,
  #home-carousel .swiper-button-next i {
    font-size: 20px;
  }
}
@media only screen and (max-width: 599px) {
  /* line 244, ../sass/components/_custom.scss */
  #home-carousel .swiper-button-prev {
    left: 0;
  }
}
/* line 250, ../sass/components/_custom.scss */
#home-carousel .swiper-button-next {
  text-align: right;
}
@media only screen and (max-width: 599px) {
  /* line 250, ../sass/components/_custom.scss */
  #home-carousel .swiper-button-next {
    right: 0;
  }
}
@media only screen and (max-width: 1099px) {
  /* line 257, ../sass/components/_custom.scss */
  #home-carousel .instruction-arrow {
    display: none;
  }
}

/* line 264, ../sass/components/_custom.scss */
#top-nav {
  padding: 15px 0;
  height: 75px;
}
@media only screen and (max-width: 599px) {
  /* line 264, ../sass/components/_custom.scss */
  #top-nav {
    height: 66px;
  }
}
/* line 271, ../sass/components/_custom.scss */
#top-nav .left-btn-container {
  position: absolute;
  left: 15px;
  top: 15px;
}
/* line 277, ../sass/components/_custom.scss */
#top-nav .right-btn-container {
  position: absolute;
  right: 15px;
  top: 15px;
}
/* line 283, ../sass/components/_custom.scss */
#top-nav .open-info {
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  height: 38px;
  vertical-align: middle;
  margin-right: 10px;
}
@media only screen and (max-width: 1099px) {
  /* line 283, ../sass/components/_custom.scss */
  #top-nav .open-info {
    display: none;
  }
}
/* line 296, ../sass/components/_custom.scss */
#top-nav .logo {
  display: inline-block;
  width: 160px;
  position: relative;
  top: 0;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 599px) {
  /* line 296, ../sass/components/_custom.scss */
  #top-nav .logo {
    width: 130px;
  }
}
/* line 308, ../sass/components/_custom.scss */
#top-nav .logo img {
  width: 100%;
}
/* line 313, ../sass/components/_custom.scss */
#top-nav .btn {
  height: 38px;
}

/* line 319, ../sass/components/_custom.scss */
.main-body-start {
  padding-top: 75px;
}
@media only screen and (max-width: 599px) {
  /* line 319, ../sass/components/_custom.scss */
  .main-body-start {
    padding-top: 66px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 324, ../sass/components/_custom.scss */
  .main-body-start.has-float-sub-header {
    padding-top: 157px;
  }
}
/* line 330, ../sass/components/_custom.scss */
.main-body-start.has-top-carousel {
  padding-top: 222px;
}
@media only screen and (min-width: 600px) and (max-width: 1099px) {
  /* line 330, ../sass/components/_custom.scss */
  .main-body-start.has-top-carousel {
    padding-top: 263px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 340, ../sass/components/_custom.scss */
  .main-body-start.has-top-carousel.has-float-sub-header {
    padding-top: 345px;
  }
}

/* line 351, ../sass/components/_custom.scss */
body.home:not(.search-active) {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1100px) {
  /* line 358, ../sass/components/_custom.scss */
  body.home #top-nav .container-fluid {
    padding-left: 85px;
  }
}

/* .home-slide-moment {
	#top-nav {
		.logo {
			@media only screen and (max-width : 1099px) {
				top: -100px;
			}
			@media only screen and (min-width : 1100px) {
				opacity: 0;
			}
		}
	}

	.slide-home {
		.open-info {
			opacity: 1;
		}
	}
} */
/* line 385, ../sass/components/_custom.scss */
.slide-home {
  text-align: center;
}
/* line 388, ../sass/components/_custom.scss */
.slide-home .logo-container {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 599px) {
  /* line 388, ../sass/components/_custom.scss */
  .slide-home .logo-container {
    transform-origin: 50% 100%;
  }
}
@media only screen and (min-width: 600px) {
  /* line 388, ../sass/components/_custom.scss */
  .slide-home .logo-container {
    transform: scale(1) !important;
  }
}
@media only screen and (max-width: 599px) {
  /* line 402, ../sass/components/_custom.scss */
  .slide-home .logo-container .logo {
    max-width: 160px;
    width: 40%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1099px) {
  /* line 402, ../sass/components/_custom.scss */
  .slide-home .logo-container .logo {
    width: 200px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 402, ../sass/components/_custom.scss */
  .slide-home .logo-container .logo {
    width: 240px;
  }
}
/* line 415, ../sass/components/_custom.scss */
.slide-home .logo-container .logo img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 600px) {
  /* line 424, ../sass/components/_custom.scss */
  .slide-home .slide-home-area {
    width: 100%;
    transform: none !important;
  }
}
@media only screen and (max-width: 599px) {
  /* line 424, ../sass/components/_custom.scss */
  .slide-home .slide-home-area {
    position: absolute;
    bottom: 70px;
    left: 30px;
    right: 30px;
    transition-duration: 0ms;
  }
}
/* line 440, ../sass/components/_custom.scss */
.slide-home .slide-home-area.selfmoving {
  transition-duration: 300ms;
}
/* line 446, ../sass/components/_custom.scss */
.slide-home .open-info {
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 15px;
  flex: none;
}
@media only screen and (min-width: 600px) {
  /* line 446, ../sass/components/_custom.scss */
  .slide-home .open-info {
    transition: all 0.3s linear;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1099px) {
  /* line 446, ../sass/components/_custom.scss */
  .slide-home .open-info {
    padding-left: 200px;
    padding-right: 200px;
  }
}

/* line 475, ../sass/components/_custom.scss */
.instruction-arrow {
  font-size: 30px;
  width: 30px;
  height: 30px;
  color: #fff;
  position: absolute;
  bottom: 12px;
  left: 50%;
  z-index: 10;
  margin-left: -15px;
  animation-duration: .5s;
  animation-name: jumping;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  cursor: default;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

@keyframes jumping {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 495, ../sass/components/_custom.scss */
.quick-links-container {
  flex: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 600px) and (max-width: 1099px) {
  /* line 495, ../sass/components/_custom.scss */
  .quick-links-container {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1099px) and (orientation: landscape) {
  /* line 495, ../sass/components/_custom.scss */
  .quick-links-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* line 508, ../sass/components/_custom.scss */
.quick-links-container .heading {
  color: #ffffff;
  margin-bottom: 15px;
  display: block;
  font-size: 18px;
}
@media only screen and (min-width: 600px) {
  /* line 508, ../sass/components/_custom.scss */
  .quick-links-container .heading {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 600px) {
  /* line 524, ../sass/components/_custom.scss */
  .quick-links-container .quick-links {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 599px) {
  /* line 532, ../sass/components/_custom.scss */
  .quick-links-container .btn-wrapper {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 532, ../sass/components/_custom.scss */
  .quick-links-container .btn-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 541, ../sass/components/_custom.scss */
  .quick-links-container .btn-wrapper:last-child .quick-link-btn {
    border-right: 1px solid #fff;
  }
}
/* line 548, ../sass/components/_custom.scss */
.quick-links-container .quick-link-btn {
  width: 100%;
  border: 1px solid #000;
  border-radius: 0;
  background-color: #ffffff;
  height: 48px;
  font-size: 18px;
}
@media only screen and (max-width: 599px) {
  /* line 548, ../sass/components/_custom.scss */
  .quick-links-container .quick-link-btn {
    max-width: 400px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 548, ../sass/components/_custom.scss */
  .quick-links-container .quick-link-btn {
    height: 58px;
    font-size: 22px;
    background-color: rgba(255, 255, 255, 0.8);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #d1d1d1;
  }
}

/* line 570, ../sass/components/_custom.scss */
.container {
  width: 100%;
  max-width: 1170px;
}
@media only screen and (min-width: 600px) and (max-width: 1099px) {
  /* line 570, ../sass/components/_custom.scss */
  .container {
    max-width: 900px;
  }
}
@media only screen and (min-width: 600px) {
  /* line 570, ../sass/components/_custom.scss */
  .container {
    width: 90%;
  }
}

/* line 581, ../sass/components/_custom.scss */
.btn {
  border-radius: 1px;
  box-shadow: none !important;
  outline: none !important;
}
/* line 585, ../sass/components/_custom.scss */
.btn.btn-stroke-white {
  border: 1px solid #fff;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}
/* line 590, ../sass/components/_custom.scss */
.btn.btn-icon {
  width: 40px;
  height: 38px;
  padding-left: 0;
  padding-right: 0;
}
/* line 596, ../sass/components/_custom.scss */
.btn.btn-clear {
  background: none;
  border: 0;
}
/* line 600, ../sass/components/_custom.scss */
.btn.btn-light {
  background-color: rgba(255, 255, 255, 0.9);
  text-shadow: none;
  color: #000;
  border-radius: 1px;
  font-weight: bold;
  transition: all 0.1s ease-out;
}
/* line 607, ../sass/components/_custom.scss */
.btn.btn-light:hover {
  background-color: rgba(225, 175, 60, 0.8);
  color: #fff;
}
/* line 614, ../sass/components/_custom.scss */
.btn.btn-stroke-black {
  border: 1px solid #000;
  color: #000;
  border-radius: 1px;
  background-color: #fff;
  transition: all 0.1s ease-out;
}
/* line 620, ../sass/components/_custom.scss */
.btn.btn-stroke-black:hover {
  background-color: #e1af3c;
  color: #fff;
}
/* line 628, ../sass/components/_custom.scss */
.btn.btn-grey {
  background-color: #ddd;
  color: #000;
}

/* line 634, ../sass/components/_custom.scss */
.form-control {
  border-radius: 1px;
}

/* line 639, ../sass/components/_custom.scss */
#menu-burger i {
  font-size: 26px;
}

/* line 644, ../sass/components/_custom.scss */
.float-links-container {
  flex: none;
  width: 100%;
  border: 1px solid #fff;
}
@media only screen and (max-width: 599px) {
  /* line 644, ../sass/components/_custom.scss */
  .float-links-container {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1099px) {
  /* line 644, ../sass/components/_custom.scss */
  .float-links-container {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1099px) {
  /* line 644, ../sass/components/_custom.scss */
  .float-links-container {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 644, ../sass/components/_custom.scss */
  .float-links-container {
    margin: 11px auto;
  }
}
@media only screen and (max-width: 1099px) {
  /* line 670, ../sass/components/_custom.scss */
  .float-links-container.fixed-under-md {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  /* line 684, ../sass/components/_custom.scss */
  .float-links-container.items-4 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 688, ../sass/components/_custom.scss */
  .float-links-container.items-4 .float-links {
    width: 180%;
  }
}
@media only screen and (max-width: 479px) {
  /* line 693, ../sass/components/_custom.scss */
  .float-links-container.items-3 {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 697, ../sass/components/_custom.scss */
  .float-links-container.items-3 .float-links {
    width: 130%;
  }
}
/* line 702, ../sass/components/_custom.scss */
.float-links-container .float-links {
  margin-left: 0;
  margin-right: 0;
}
/* line 706, ../sass/components/_custom.scss */
.float-links-container .btn-wrapper {
  padding-left: 0;
  padding-right: 0;
}
/* line 710, ../sass/components/_custom.scss */
.float-links-container .btn-wrapper:first-child .float-btn {
  border-left: 0;
}
/* line 715, ../sass/components/_custom.scss */
.float-links-container .float-btn {
  background-color: #000;
  color: #fff;
  width: 100%;
  border-radius: 0;
  border: 0;
  border-left: 1px solid #fff;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (max-width: 1099px) {
  /* line 715, ../sass/components/_custom.scss */
  .float-links-container .float-btn {
    height: 60px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 715, ../sass/components/_custom.scss */
  .float-links-container .float-btn {
    height: 58px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 370px) {
  /* line 715, ../sass/components/_custom.scss */
  .float-links-container .float-btn {
    font-size: 12px;
  }
}
/* line 742, ../sass/components/_custom.scss */
.float-links-container .float-btn.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background-color: #e1af3c;
}
/* line 752, ../sass/components/_custom.scss */
.float-links-container .float-btn span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

/* line 761, ../sass/components/_custom.scss */
.desktop-footer {
  height: 60px;
  color: #fff;
  font-weight: 700;
  background: #000 url("../imgs/footer-bg.jpg") repeat 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 75;
}
@media only screen and (max-width: 1099px) {
  /* line 761, ../sass/components/_custom.scss */
  .desktop-footer {
    display: none;
  }
}
/* line 775, ../sass/components/_custom.scss */
.desktop-footer .footer-content {
  display: flex;
}
/* line 778, ../sass/components/_custom.scss */
.desktop-footer .tier {
  height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1 1 auto;
}
/* line 784, ../sass/components/_custom.scss */
.desktop-footer .tier.tier-center {
  justify-content: center;
}
/* line 787, ../sass/components/_custom.scss */
.desktop-footer .tier.tier-right {
  justify-content: flex-end;
}
/* line 792, ../sass/components/_custom.scss */
.desktop-footer .tier.tier-social .btn {
  font-size: 20px;
  margin: 0 5px 0 0;
  color: #fff !important;
}
/* line 800, ../sass/components/_custom.scss */
.desktop-footer a {
  color: #ffffff;
}

/* line 805, ../sass/components/_custom.scss */
#nav-wrapper {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex-direction: column;
  padding-top: 50px;
  transition: opacity 0.3s, left 0.3s;
}
@media only screen and (max-width: 1099px) {
  /* line 805, ../sass/components/_custom.scss */
  #nav-wrapper {
    display: none;
    opacity: 0;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 805, ../sass/components/_custom.scss */
  #nav-wrapper {
    right: auto;
    width: 300px;
    padding-top: 10px;
    background-color: #000;
    left: -300px;
  }
}
/* line 833, ../sass/components/_custom.scss */
#nav-wrapper.menu-enter {
  opacity: 1;
}
@media only screen and (max-width: 1099px) {
  /* line 836, ../sass/components/_custom.scss */
  #nav-wrapper.menu-enter .nav-body {
    top: 0;
    opacity: 1;
  }
}
/* line 844, ../sass/components/_custom.scss */
#nav-wrapper .info-area {
  padding: 10px 15px 15px 15px;
  text-align: center;
}
@media only screen and (min-width: 600px) and (max-width: 1099px) {
  /* line 844, ../sass/components/_custom.scss */
  #nav-wrapper .info-area {
    flex: 1 1 50%;
    order: -1;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 844, ../sass/components/_custom.scss */
  #nav-wrapper .info-area {
    order: -1;
  }
}
/* line 857, ../sass/components/_custom.scss */
#nav-wrapper .info-area .title {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: normal;
}
@media only screen and (min-width: 600px) and (max-width: 1099px) {
  /* line 857, ../sass/components/_custom.scss */
  #nav-wrapper .info-area .title {
    margin: 40px 0 40px 0;
    font-size: 16px;
  }
}
/* line 866, ../sass/components/_custom.scss */
#nav-wrapper .info-area .link-wrapper {
  margin-bottom: 20px;
}
/* line 869, ../sass/components/_custom.scss */
#nav-wrapper .info-area .info-link {
  background-color: #eaeaea;
  color: #000;
  width: 240px;
  border-radius: 1px;
  font-weight: normal;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: all 0.1s ease-out;
}
/* line 878, ../sass/components/_custom.scss */
#nav-wrapper .info-area .info-link:hover {
  color: #fff;
  background-color: #e1af3c;
}
/* line 883, ../sass/components/_custom.scss */
#nav-wrapper .info-area .logo {
  margin-bottom: 20px;
}
@media only screen and (max-width: 599px) {
  /* line 883, ../sass/components/_custom.scss */
  #nav-wrapper .info-area .logo {
    display: none;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 883, ../sass/components/_custom.scss */
  #nav-wrapper .info-area .logo {
    margin-bottom: 5px;
  }
}
/* line 892, ../sass/components/_custom.scss */
#nav-wrapper .info-area .logo img {
  max-width: 100px;
}
@media only screen and (min-width: 1100px) {
  /* line 892, ../sass/components/_custom.scss */
  #nav-wrapper .info-area .logo img {
    max-width: 70px;
  }
}
/* line 901, ../sass/components/_custom.scss */
#nav-wrapper .nav-body {
  flex: 1 0 auto;
}
@media only screen and (max-width: 1099px) {
  /* line 901, ../sass/components/_custom.scss */
  #nav-wrapper .nav-body {
    transition: all 0.2s ease;
    position: relative;
    top: -200px;
    opacity: 0;
  }
}
@media only screen and (min-width: 600px) {
  /* line 901, ../sass/components/_custom.scss */
  #nav-wrapper .nav-body {
    display: flex;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 901, ../sass/components/_custom.scss */
  #nav-wrapper .nav-body {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 918, ../sass/components/_custom.scss */
  #nav-wrapper .info-content {
    display: none;
  }
}
/* line 924, ../sass/components/_custom.scss */
#nav-wrapper .nav-footer {
  flex: none;
  color: #fff;
  font-weight: 700;
  background: #000 url("../imgs/footer-bg.jpg") repeat 0 0;
  padding: 15px 0;
}
/* line 931, ../sass/components/_custom.scss */
#nav-wrapper .nav-footer .footer-content {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  /* line 931, ../sass/components/_custom.scss */
  #nav-wrapper .nav-footer .footer-content {
    flex-direction: row;
    font-size: 11px;
  }
}
/* line 939, ../sass/components/_custom.scss */
#nav-wrapper .nav-footer .tier {
  padding: 7px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  /* line 939, ../sass/components/_custom.scss */
  #nav-wrapper .nav-footer .tier {
    display: flex;
    height: 60px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex: 1 1 auto;
  }
}
@media only screen and (max-width: 599px) {
  /* line 952, ../sass/components/_custom.scss */
  #nav-wrapper .nav-footer .tier.tier-social {
    order: -2;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  /* line 952, ../sass/components/_custom.scss */
  #nav-wrapper .nav-footer .tier.tier-social {
    order: -2;
  }
}
/* line 962, ../sass/components/_custom.scss */
#nav-wrapper .nav-footer .tier.tier-social .btn {
  font-size: 20px;
  margin: 0 5px;
}
@media only screen and (max-width: 599px) {
  /* line 968, ../sass/components/_custom.scss */
  #nav-wrapper .nav-footer .tier.tier-center {
    order: -1;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  /* line 968, ../sass/components/_custom.scss */
  #nav-wrapper .nav-footer .tier.tier-center {
    order: -1;
  }
}
@media only screen and (min-width: 768px) {
  /* line 968, ../sass/components/_custom.scss */
  #nav-wrapper .nav-footer .tier.tier-center {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  /* line 979, ../sass/components/_custom.scss */
  #nav-wrapper .nav-footer .tier.tier-right {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 924, ../sass/components/_custom.scss */
  #nav-wrapper .nav-footer {
    display: none;
  }
}
/* line 989, ../sass/components/_custom.scss */
#nav-wrapper .nav-footer a {
  color: #ffffff;
}

/* line 996, ../sass/components/_custom.scss */
#nav-mask {
  display: none;
}

/* line 1000, ../sass/components/_custom.scss */
#wrapper {
  min-height: 100%;
  position: relative;
}
@media only screen and (min-width: 1100px) {
  /* line 1000, ../sass/components/_custom.scss */
  #wrapper {
    padding-bottom: 60px;
  }
}
/* line 1006, ../sass/components/_custom.scss */
#wrapper.height-100 {
  height: 100%;
}

/* line 1012, ../sass/components/_custom.scss */
.menu-active #nav-wrapper {
  display: flex;
}
@media only screen and (min-width: 1100px) {
  /* line 1012, ../sass/components/_custom.scss */
  .menu-active #nav-wrapper {
    left: 0;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 1024, ../sass/components/_custom.scss */
  .menu-active #nav-mask {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9990;
  }
}

/* line 1038, ../sass/components/_custom.scss */
#nav-close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 48px;
  color: #fff;
  line-height: 40px;
  height: 40px;
  padding: 0;
  overflow: hidden;
  outline: none;
}

/* line 1051, ../sass/components/_custom.scss */
#primary-nav {
  padding: 15px 0px 15px 0px;
}
@media only screen and (max-width: 599px) {
  /* line 1051, ../sass/components/_custom.scss */
  #primary-nav {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1099px) {
  /* line 1051, ../sass/components/_custom.scss */
  #primary-nav {
    flex: 1 1 50%;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 1051, ../sass/components/_custom.scss */
  #primary-nav {
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 1068, ../sass/components/_custom.scss */
#primary-nav .nav-item {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
@media only screen and (max-width: 1099px) {
  /* line 1068, ../sass/components/_custom.scss */
  #primary-nav .nav-item {
    display: flex;
    margin: 0;
  }
}
@media only screen and (max-width: 599px) {
  /* line 1068, ../sass/components/_custom.scss */
  #primary-nav .nav-item {
    height: 40px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1099px) {
  /* line 1068, ../sass/components/_custom.scss */
  #primary-nav .nav-item {
    height: 46px;
    font-size: 26px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  /* line 1068, ../sass/components/_custom.scss */
  #primary-nav .nav-item {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 1068, ../sass/components/_custom.scss */
  #primary-nav .nav-item {
    display: block;
    margin: 0;
    padding: 20px 15px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1099px) {
  /* line 1102, ../sass/components/_custom.scss */
  #primary-nav .nav-item.show-lg {
    display: none;
  }
}
/* line 1108, ../sass/components/_custom.scss */
#primary-nav .nav-item .nav-index {
  display: flex;
  flex: 0 0 auto;
  width: 70px;
  border-right: 1px solid #fff;
  padding-left: 20px;
  align-items: center;
}
@media only screen and (min-width: 600px) and (max-width: 1099px) {
  /* line 1108, ../sass/components/_custom.scss */
  #primary-nav .nav-item .nav-index {
    padding-left: 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  /* line 1108, ../sass/components/_custom.scss */
  #primary-nav .nav-item .nav-index {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 1108, ../sass/components/_custom.scss */
  #primary-nav .nav-item .nav-index {
    display: none;
  }
}
@media only screen and (max-width: 1099px) {
  /* line 1127, ../sass/components/_custom.scss */
  #primary-nav .nav-item .nav-text {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
  }
}
@media only screen and (max-width: 1099px) {
  /* line 1127, ../sass/components/_custom.scss */
  #primary-nav .nav-item .nav-text {
    padding-left: 30px;
  }
}

/* line 1143, ../sass/components/_custom.scss */
#full-page-carousel {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1100px) {
  /* line 1143, ../sass/components/_custom.scss */
  #full-page-carousel {
    /* height: calc(100% - 60px); */
  }
}
/* line 1150, ../sass/components/_custom.scss */
#full-page-carousel .carousel-item {
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 100px;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1099px) {
  /* line 1150, ../sass/components/_custom.scss */
  #full-page-carousel .carousel-item {
    padding-bottom: 120px;
  }
}
/* line 1164, ../sass/components/_custom.scss */
#full-page-carousel .carousel-item .slide-content {
  max-width: 1170px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 600px) and (max-width: 1099px) {
  /* line 1164, ../sass/components/_custom.scss */
  #full-page-carousel .carousel-item .slide-content {
    max-height: 700px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 1164, ../sass/components/_custom.scss */
  #full-page-carousel .carousel-item .slide-content {
    max-height: 800px;
  }
}
/* line 1186, ../sass/components/_custom.scss */
#full-page-carousel .slide-info {
  width: 100%;
  text-align: left;
  color: #fff;
  position: relative;
  left: -100%;
  transition: left 0.6s ease-out;
}
@media only screen and (min-width: 600px) and (max-width: 1099px) {
  /* line 1186, ../sass/components/_custom.scss */
  #full-page-carousel .slide-info {
    max-width: 900px;
  }
}
/* line 1197, ../sass/components/_custom.scss */
#full-page-carousel .slide-info.reversal {
  color: #000;
}
/* line 1200, ../sass/components/_custom.scss */
#full-page-carousel .slide-info h1 {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 6px;
}
@media only screen and (max-width: 370px) {
  /* line 1200, ../sass/components/_custom.scss */
  #full-page-carousel .slide-info h1 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 370px) {
  /* line 1210, ../sass/components/_custom.scss */
  #full-page-carousel .slide-info p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 370px) {
  /* line 1216, ../sass/components/_custom.scss */
  #full-page-carousel .slide-info h5 {
    font-size: 12px;
    margin: 6px 0;
  }
}
@media only screen and (max-width: 479px) {
  /* line 1223, ../sass/components/_custom.scss */
  #full-page-carousel .slide-info .btn-light {
    width: 100%;
  }
}
/* line 1231, ../sass/components/_custom.scss */
#full-page-carousel .swiper-slide-active .slide-info {
  left: 0;
}
/* line 1237, ../sass/components/_custom.scss */
#full-page-carousel .swiper-button-next, #full-page-carousel .swiper-button-prev {
  background: none;
  color: #fff;
}
@media only screen and (min-width: 1100px) {
  /* line 1237, ../sass/components/_custom.scss */
  #full-page-carousel .swiper-button-next, #full-page-carousel .swiper-button-prev {
    width: 36px;
  }
}
@media only screen and (max-width: 1099px) {
  /* line 1237, ../sass/components/_custom.scss */
  #full-page-carousel .swiper-button-next, #full-page-carousel .swiper-button-prev {
    display: none;
  }
}
/* line 1249, ../sass/components/_custom.scss */
#full-page-carousel .swiper-button-next i, #full-page-carousel .swiper-button-prev i {
  font-size: 30px;
}
@media only screen and (min-width: 600px) {
  /* line 1249, ../sass/components/_custom.scss */
  #full-page-carousel .swiper-button-next i, #full-page-carousel .swiper-button-prev i {
    font-size: 46px;
  }
}
/* line 1257, ../sass/components/_custom.scss */
#full-page-carousel .swiper-pagination {
  bottom: 80px;
}
@media only screen and (min-width: 1100px) {
  /* line 1257, ../sass/components/_custom.scss */
  #full-page-carousel .swiper-pagination {
    bottom: 30px;
  }
}
/* line 1264, ../sass/components/_custom.scss */
#full-page-carousel .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  margin: 0 15px;
  position: relative;
}
/* line 1269, ../sass/components/_custom.scss */
#full-page-carousel .swiper-pagination-bullet:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: none;
  border: 1px solid #fff;
  transition: all 0.2s linear;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
/* line 1282, ../sass/components/_custom.scss */
#full-page-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e1af3c;
}
/* line 1285, ../sass/components/_custom.scss */
#full-page-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  content: "";
  width: 18px;
  height: 18px;
  left: -5px;
  top: -5px;
  border: 1px solid #e1af3c;
  box-shadow: none;
}
/* line 1297, ../sass/components/_custom.scss */
#full-page-carousel .fixed-floating-wrapper {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  z-index: 100;
}

/* line 1306, ../sass/components/_custom.scss */
.page-body {
  height: 100%;
}
@media only screen and (max-width: 1099px) {
  /* line 1306, ../sass/components/_custom.scss */
  .page-body {
    padding-bottom: 60px;
  }
}

/* line 1315, ../sass/components/_custom.scss */
.bg-white {
  background-color: #fff;
}

/* line 1319, ../sass/components/_custom.scss */
.bg-black {
  background-color: #000;
  color: #fff;
}

/* line 1324, ../sass/components/_custom.scss */
.article {
  padding: 20px 0;
}
/* line 1328, ../sass/components/_custom.scss */
.article img {
  width: 100%;
  margin-bottom: 10px;
}
/* line 1335, ../sass/components/_custom.scss */
.article p {
  font-weight: 200;
}
/* line 1339, ../sass/components/_custom.scss */
.article .article-heading {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 15px 0;
}

/* line 1347, ../sass/components/_custom.scss */
.calendar-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 2px solid #000000;
  border-top-width: 9px;
  border-radius: 3px;
  position: relative;
}
/* line 1355, ../sass/components/_custom.scss */
.calendar-icon:before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: -6px;
  left: 30%;
}
/* line 1366, ../sass/components/_custom.scss */
.calendar-icon:after {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: -6px;
  right: 30%;
}
/* line 1378, ../sass/components/_custom.scss */
.calendar-icon .date {
  display: block;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
  padding: 6px 0 2px 0;
}
/* line 1386, ../sass/components/_custom.scss */
.calendar-icon .month {
  display: block;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  /* line 1395, ../sass/components/_custom.scss */
  .back-btn-wrapper {
    position: fixed;
    z-index: 1030;
    top: 66px;
    left: 0;
    right: 0;
    background-color: #fff;
  }
}
/* line 1406, ../sass/components/_custom.scss */
.back-btn-wrapper .container {
  position: relative;
}
@media only screen and (max-width: 599px) {
  /* line 1406, ../sass/components/_custom.scss */
  .back-btn-wrapper .container {
    padding-top: 5px;
    height: 52px;
  }
}
/* line 1413, ../sass/components/_custom.scss */
.back-btn-wrapper .back-btn {
  display: inline-block;
  text-align: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 40px;
  color: #000;
  text-decoration: none;
}
@media only screen and (min-width: 600px) {
  /* line 1413, ../sass/components/_custom.scss */
  .back-btn-wrapper .back-btn {
    font-size: 32px;
    width: 30px;
    text-align: center;
    position: absolute;
    left: -30px;
    top: 20px;
  }
}
/* line 1432, ../sass/components/_custom.scss */
.back-btn-wrapper .news-detail-share-btn {
  position: absolute;
  right: 10px;
  top: 10px;
}
@media only screen and (min-width: 600px) {
  /* line 1432, ../sass/components/_custom.scss */
  .back-btn-wrapper .news-detail-share-btn {
    display: none;
  }
}

@media only screen and (max-width: 599px) {
  /* line 1442, ../sass/components/_custom.scss */
  .after-back-btn {
    margin-top: 52px;
  }
}
@media only screen and (max-width: 599px) {
  /* line 1447, ../sass/components/_custom.scss */
  .after-back-btn .article {
    padding-top: 10px;
  }
}

/* line 1454, ../sass/components/_custom.scss */
.time-sheet {
  margin-bottom: 15px;
}

/* line 1458, ../sass/components/_custom.scss */
.time-sheet-row {
  display: flex;
  margin-bottom: 15px;
  position: relative;
}
/* line 1462, ../sass/components/_custom.scss */
.time-sheet-row.has-dots {
  margin-bottom: 20px;
}
/* line 1464, ../sass/components/_custom.scss */
.time-sheet-row.has-dots:after {
  font-family: 'icomoon';
  content: "\e856";
  color: #000;
  position: absolute;
  left: 23px;
  top: 60px;
  width: 14px;
  height: 20px;
}
/* line 1476, ../sass/components/_custom.scss */
.time-sheet-row .time {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  padding-left: 15px;
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (min-width: 600px) {
  /* line 1487, ../sass/components/_custom.scss */
  .sidebar {
    padding-top: 20px;
  }
}
/* line 1491, ../sass/components/_custom.scss */
.sidebar .sidebar-tier {
  margin-bottom: 15px;
}
/* line 1493, ../sass/components/_custom.scss */
.sidebar .sidebar-tier .heading {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
/* line 1499, ../sass/components/_custom.scss */
.sidebar .sidebar-tier .location {
  font-size: 14px;
}
@media only screen and (max-width: 599px) {
  /* line 1504, ../sass/components/_custom.scss */
  .sidebar .sidebar-tier.share-bar-tier {
    display: none;
  }
}

/* line 1512, ../sass/components/_custom.scss */
.primary-col {
  padding-top: 7px;
}

@media only screen and (min-width: 600px) {
  /* line 1516, ../sass/components/_custom.scss */
  .shop-section {
    position: relative;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1099px) {
  /* line 1522, ../sass/components/_custom.scss */
  .shop-section .store-tiles {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 820px) and (max-width: 1099px) {
  /* line 1527, ../sass/components/_custom.scss */
  .shop-section .store-tiles .store-tile-col {
    width: 33%;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1099px) {
  /* line 1536, ../sass/components/_custom.scss */
  .full-width-section-md .container {
    width: 100%;
    max-width: none;
  }
}

@media only screen and (min-width: 600px) {
  /* line 1544, ../sass/components/_custom.scss */
  .main-body-grid {
    position: relative;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1099px) {
  /* line 1544, ../sass/components/_custom.scss */
  .main-body-grid {
    margin-left: -15px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  /* line 1551, ../sass/components/_custom.scss */
  .main-body-grid .grid-right {
    margin-left: 200px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1551, ../sass/components/_custom.scss */
  .main-body-grid .grid-right {
    margin-left: 260px;
  }
}
/* line 1561, ../sass/components/_custom.scss */
.main-body-grid .grid-left {
  position: fixed;
  z-index: 70;
  background-color: #fff;
}
@media only screen and (max-width: 599px) {
  /* line 1561, ../sass/components/_custom.scss */
  .main-body-grid .grid-left {
    top: 110px;
    left: 15px;
    right: 15px;
    border: 1px solid #000;
    border-top-color: #fff;
    z-index: 1032;
  }
}
@media only screen and (min-width: 600px) {
  /* line 1561, ../sass/components/_custom.scss */
  .main-body-grid .grid-left {
    top: 75px;
    bottom: 0;
    padding-bottom: 20px;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1099px) {
  /* line 1561, ../sass/components/_custom.scss */
  .main-body-grid .grid-left {
    bottom: 60px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 1561, ../sass/components/_custom.scss */
  .main-body-grid .grid-left {
    top: 157px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  /* line 1561, ../sass/components/_custom.scss */
  .main-body-grid .grid-left {
    width: 170px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1561, ../sass/components/_custom.scss */
  .main-body-grid .grid-left {
    width: 230px;
  }
}
/* line 1604, ../sass/components/_custom.scss */
.main-body-grid .filters-wrapper {
  position: fixed;
  z-index: 1030;
}
@media only screen and (max-width: 599px) {
  /* line 1604, ../sass/components/_custom.scss */
  .main-body-grid .filters-wrapper {
    top: 66px;
    left: 0;
    right: 0;
    border-bottom: 1px solid #d2d2d2;
  }
}
@media only screen and (min-width: 600px) {
  /* line 1604, ../sass/components/_custom.scss */
  .main-body-grid .filters-wrapper {
    top: 75px;
    overflow-y: auto;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 1604, ../sass/components/_custom.scss */
  .main-body-grid .filters-wrapper {
    top: 157px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  /* line 1604, ../sass/components/_custom.scss */
  .main-body-grid .filters-wrapper {
    width: 170px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1604, ../sass/components/_custom.scss */
  .main-body-grid .filters-wrapper {
    width: 230px;
  }
}
/* line 1631, ../sass/components/_custom.scss */
.main-body-grid .filters-wrapper .dropdown-menu-container {
  padding: 10px 15px;
  width: 100%;
  position: relative;
  z-index: 100;
}
@media only screen and (min-width: 600px) {
  /* line 1631, ../sass/components/_custom.scss */
  .main-body-grid .filters-wrapper .dropdown-menu-container {
    display: none;
  }
}
/* line 1641, ../sass/components/_custom.scss */
.main-body-grid .filters-wrapper .dropdown-menu-container.active .dropdown-list {
  height: 280px;
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  /* line 1641, ../sass/components/_custom.scss */
  .main-body-grid .filters-wrapper .dropdown-menu-container.active .dropdown-list {
    height: 330px;
  }
}
/* line 1649, ../sass/components/_custom.scss */
.main-body-grid .filters-wrapper .dropdown-menu-container .dropdown-btn {
  height: 35px;
  width: 100%;
  position: relative;
  border: 1px solid #000;
  background-color: #fff;
  outline: none;
  padding-right: 35px;
  padding-left: 15px;
  font-weight: bold;
  text-align: left;
  font-size: 14px;
}
/* line 1662, ../sass/components/_custom.scss */
.main-body-grid .filters-wrapper .dropdown-menu-container .dropdown-btn:after {
  content: "\e911";
  font-family: "icomoon";
  font-size: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}

/* line 1682, ../sass/components/_custom.scss */
.nowrap, .main-body-grid .filters-wrapper .dropdown-menu-container .dropdown-btn, .top-banner .banner-info .title, .top-banner .banner-info .sub-title, .direction-map-section .btn, .news-list-item.info-list-item .news-content .btn, .offer-item-wrapper .offer-info .text-bottom {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1690, ../sass/components/_custom.scss */
.shop-categories .filters-wrapper {
  background-color: #e7e7e7;
}
@media only screen and (min-width: 600px) {
  /* line 1690, ../sass/components/_custom.scss */
  .shop-categories .filters-wrapper {
    height: 150px;
    border: 1px solid #d2d2d2;
  }
}
@media only screen and (max-width: 599px) {
  /* line 1698, ../sass/components/_custom.scss */
  .shop-categories .filters-wrapper .filter-item-wrapper {
    display: flex;
  }
}
/* line 1704, ../sass/components/_custom.scss */
.shop-categories .filters-wrapper .filter-item {
  height: 49px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 599px) {
  /* line 1704, ../sass/components/_custom.scss */
  .shop-categories .filters-wrapper .filter-item {
    flex: 1 1 33%;
    height: 70px;
    flex-direction: column;
    width: 100px;
  }
}
@media only screen and (max-width: 599px) {
  /* line 1720, ../sass/components/_custom.scss */
  .shop-categories .filters-wrapper .filter-item:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
  }
}
@media only screen and (max-width: 599px) {
  /* line 1734, ../sass/components/_custom.scss */
  .shop-categories .filters-wrapper .filter-item.first-item:before {
    content: none;
  }
}
/* line 1741, ../sass/components/_custom.scss */
.shop-categories .filters-wrapper .filter-item .label {
  padding-left: 15px;
  font-size: 13px;
  color: #000;
  padding: 0;
  white-space: normal;
  text-align: left;
  flex: 1 1 auto;
}
@media only screen and (max-width: 599px) {
  /* line 1741, ../sass/components/_custom.scss */
  .shop-categories .filters-wrapper .filter-item .label {
    width: 100%;
    text-align: center;
  }
}
/* line 1755, ../sass/components/_custom.scss */
.shop-categories .filters-wrapper .filter-item .switch-wrapper {
  width: 56px;
  height: 26px;
  text-align: right;
  flex: 0 0 auto;
}
@media only screen and (max-width: 599px) {
  /* line 1755, ../sass/components/_custom.scss */
  .shop-categories .filters-wrapper .filter-item .switch-wrapper {
    text-align: center;
    height: 40px;
    padding-top: 5px;
  }
}
/* line 1767, ../sass/components/_custom.scss */
.shop-categories .filters-wrapper .filter-item .switchery {
  height: 14px;
}
/* line 1769, ../sass/components/_custom.scss */
.shop-categories .filters-wrapper .filter-item .switchery > small {
  top: -6px;
  height: 26px;
  width: 26px;
}
/* line 1777, ../sass/components/_custom.scss */
.shop-categories .filters-wrapper .category-dropdown {
  flex: 1 1 100%;
}
/* line 1785, ../sass/components/_custom.scss */
.shop-categories .grid-left {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 599px) {
  /* line 1785, ../sass/components/_custom.scss */
  .shop-categories .grid-left {
    max-height: 0;
    transition: all 0.2s ease-out;
  }
  /* line 1792, ../sass/components/_custom.scss */
  .shop-categories .grid-left.active {
    max-height: 65%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1099px) {
  /* line 1785, ../sass/components/_custom.scss */
  .shop-categories .grid-left {
    top: 225px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 1785, ../sass/components/_custom.scss */
  .shop-categories .grid-left {
    top: 307px;
  }
}
/* line 1802, ../sass/components/_custom.scss */
.shop-categories .grid-left .categories-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 1807, ../sass/components/_custom.scss */
.shop-categories .grid-left .categories-list .category-item {
  padding: 6px 15px;
  cursor: pointer;
}
/* line 1810, ../sass/components/_custom.scss */
.shop-categories .grid-left .categories-list .category-item.active {
  background-color: #e1af3c;
  color: #fff;
}
@media only screen and (min-width: 600px) {
  /* line 1807, ../sass/components/_custom.scss */
  .shop-categories .grid-left .categories-list .category-item {
    padding: 12px 15px;
    border-bottom: 1px solid #d2d2d2;
    font-weight: bold;
  }
}
@media only screen and (max-width: 599px) {
  /* line 1823, ../sass/components/_custom.scss */
  .shop-categories .grid-right {
    padding-top: 136px;
  }
}

/* line 1831, ../sass/components/_custom.scss */
.shop-atoz .filters-wrapper {
  background-color: #fff;
}
@media only screen and (max-width: 599px) {
  /* line 1831, ../sass/components/_custom.scss */
  .shop-atoz .filters-wrapper {
    border-bottom: 0;
  }
}
/* line 1838, ../sass/components/_custom.scss */
.shop-atoz .grid-left {
  border-top: 1px solid #d2d2d2;
  overflow: hidden;
}
@media only screen and (max-width: 599px) {
  /* line 1838, ../sass/components/_custom.scss */
  .shop-atoz .grid-left {
    height: 0;
    transition: all 0.2s ease-out;
  }
  /* line 1844, ../sass/components/_custom.scss */
  .shop-atoz .grid-left.active {
    height: 65%;
  }
}
@media only screen and (max-width: 599px) {
  /* line 1849, ../sass/components/_custom.scss */
  .shop-atoz .grid-right {
    padding-top: 56px;
  }
}
/* line 1855, ../sass/components/_custom.scss */
.shop-atoz .atoz-list {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 50px;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 599px) {
  /* line 1855, ../sass/components/_custom.scss */
  .shop-atoz .atoz-list {
    top: 40px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 1855, ../sass/components/_custom.scss */
  .shop-atoz .atoz-list {
    padding-bottom: 80px;
  }
}
/* line 1872, ../sass/components/_custom.scss */
.shop-atoz .store-search-container {
  border-bottom: 1px solid #d2d2d2;
}
/* line 1874, ../sass/components/_custom.scss */
.shop-atoz .store-search-container .form-group {
  margin-bottom: 0;
}
/* line 1878, ../sass/components/_custom.scss */
.shop-atoz .store-search-container .input-group-addon {
  border: 0;
  background-color: transparent;
  border-radius: 0;
  font-size: 24px;
  color: #000;
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  /* line 1878, ../sass/components/_custom.scss */
  .shop-atoz .store-search-container .input-group-addon {
    font-size: 20px;
    padding: 6px;
  }
}
/* line 1890, ../sass/components/_custom.scss */
.shop-atoz .store-search-container #searchStoreName {
  height: 50px;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  outline: none;
  padding-left: 0;
  font-size: 14px;
  font-style: italic;
}
@media only screen and (max-width: 599px) {
  /* line 1890, ../sass/components/_custom.scss */
  .shop-atoz .store-search-container #searchStoreName {
    height: 40px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  /* line 1890, ../sass/components/_custom.scss */
  .shop-atoz .store-search-container #searchStoreName {
    font-size: 12px;
  }
}

/* line 1914, ../sass/components/_custom.scss */
.store-tiles {
  transform: scale(0.1);
  transform-origin: 50% 20%;
}
/* line 1919, ../sass/components/_custom.scss */
.store-tiles.loaded {
  transition: transform 0.3s;
  transform: scale(1);
}

/* line 1927, ../sass/components/_custom.scss */
.store-tile-wrapper {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 599px) {
  /* line 1927, ../sass/components/_custom.scss */
  .store-tile-wrapper {
    margin-bottom: 15px;
  }
}
/* line 1935, ../sass/components/_custom.scss */
.store-tile-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
}
/* line 1940, ../sass/components/_custom.scss */
.store-tile-wrapper .store-tile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
/* line 1950, ../sass/components/_custom.scss */
.store-tile-wrapper .store-tile .marks {
  height: 40px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
@media only screen and (max-width: 479px) {
  /* line 1950, ../sass/components/_custom.scss */
  .store-tile-wrapper .store-tile .marks {
    height: 22px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  /* line 1950, ../sass/components/_custom.scss */
  .store-tile-wrapper .store-tile .marks {
    height: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 1950, ../sass/components/_custom.scss */
  .store-tile-wrapper .store-tile .marks {
    padding: 0 15px;
  }
}
/* line 1968, ../sass/components/_custom.scss */
.store-tile-wrapper .store-tile .marks i {
  font-size: 20px;
  margin-right: 15px;
}
@media only screen and (max-width: 479px) {
  /* line 1968, ../sass/components/_custom.scss */
  .store-tile-wrapper .store-tile .marks i {
    font-size: 16px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  /* line 1968, ../sass/components/_custom.scss */
  .store-tile-wrapper .store-tile .marks i {
    font-size: 16px;
    margin-right: 10px;
  }
}
/* line 1982, ../sass/components/_custom.scss */
.store-tile-wrapper .store-tile .store-info {
  flex: 0 0 auto;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  overflow: hidden;
}
@media only screen and (max-width: 479px) {
  /* line 1982, ../sass/components/_custom.scss */
  .store-tile-wrapper .store-tile .store-info {
    height: 42px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  /* line 1982, ../sass/components/_custom.scss */
  .store-tile-wrapper .store-tile .store-info {
    height: 42px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 1982, ../sass/components/_custom.scss */
  .store-tile-wrapper .store-tile .store-info {
    padding: 0 15px;
  }
}
/* line 2000, ../sass/components/_custom.scss */
.store-tile-wrapper .store-tile .store-info .name {
  margin: 0;
  font-size: 12px;
  font-weight: normal;
}
@media only screen and (max-width: 479px) {
  /* line 2000, ../sass/components/_custom.scss */
  .store-tile-wrapper .store-tile .store-info .name {
    line-height: 1;
  }
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  /* line 2000, ../sass/components/_custom.scss */
  .store-tile-wrapper .store-tile .store-info .name {
    font-size: 14px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  /* line 2000, ../sass/components/_custom.scss */
  .store-tile-wrapper .store-tile .store-info .name {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 2000, ../sass/components/_custom.scss */
  .store-tile-wrapper .store-tile .store-info .name {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 2000, ../sass/components/_custom.scss */
  .store-tile-wrapper .store-tile .store-info .name {
    font-size: 14px;
  }
}
/* line 2025, ../sass/components/_custom.scss */
.store-tile-wrapper .store-tile .band-logo {
  flex: 1 1 auto;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1100px) {
  /* line 2034, ../sass/components/_custom.scss */
  .float-links-sub-header {
    position: fixed;
    top: 75px;
    left: 0;
    right: 0;
    z-index: 1030;
    background-color: transparent;
  }
}

/* line 2046, ../sass/components/_custom.scss */
.scrolled .float-links-sub-header {
  background-color: #fff;
}
/* line 2048, ../sass/components/_custom.scss */
.scrolled .float-links-sub-header .container {
  border-bottom: 1px solid #d2d2d2;
}
@media only screen and (max-width: 599px) {
  /* line 2053, ../sass/components/_custom.scss */
  .scrolled .back-btn-wrapper {
    border-bottom: 1px solid #d2d2d2;
  }
}
/* line 2060, ../sass/components/_custom.scss */
.scrolled #search-header .container {
  border-bottom: 1px #ddd solid;
}

/* line 2066, ../sass/components/_custom.scss */
.top-banner {
  position: relative;
}
/* line 2068, ../sass/components/_custom.scss */
.top-banner > img {
  width: 100%;
}
/* line 2072, ../sass/components/_custom.scss */
.top-banner .banner-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 10px 30px 135px;
  color: #fff;
}
@media only screen and (max-width: 599px) {
  /* line 2072, ../sass/components/_custom.scss */
  .top-banner .banner-info {
    padding-left: 110px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  /* line 2072, ../sass/components/_custom.scss */
  .top-banner .banner-info {
    padding-left: 110px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 2072, ../sass/components/_custom.scss */
  .top-banner .banner-info {
    padding-left: 180px;
    padding-bottom: 50px;
  }
}
/* line 2092, ../sass/components/_custom.scss */
.top-banner .banner-info .logo {
  position: absolute;
  left: 20px;
  bottom: 30px;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border: 3px solid #ccc;
}
@media only screen and (max-width: 599px) {
  /* line 2092, ../sass/components/_custom.scss */
  .top-banner .banner-info .logo {
    width: 80px;
    height: 80px;
    bottom: 15px;
    left: 15px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  /* line 2092, ../sass/components/_custom.scss */
  .top-banner .banner-info .logo {
    width: 80px;
    height: 80px;
    left: 15px;
    bottom: 15px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 2092, ../sass/components/_custom.scss */
  .top-banner .banner-info .logo {
    width: 130px;
    height: 130px;
    left: 30px;
    bottom: 50px;
  }
}
/* line 2119, ../sass/components/_custom.scss */
.top-banner .banner-info .logo img {
  width: 100%;
  height: auto;
}
/* line 2124, ../sass/components/_custom.scss */
.top-banner .banner-info .title {
  color: #fff;
  font-weight: bold;
  margin: 0 0 10px 0;
  font-size: 24px;
}
@media only screen and (max-width: 599px) {
  /* line 2124, ../sass/components/_custom.scss */
  .top-banner .banner-info .title {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  /* line 2124, ../sass/components/_custom.scss */
  .top-banner .banner-info .title {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 2124, ../sass/components/_custom.scss */
  .top-banner .banner-info .title {
    font-size: 36px;
  }
}
/* line 2144, ../sass/components/_custom.scss */
.top-banner .banner-info .sub-title {
  color: #fff;
  margin: 0 0 2px 0;
  font-size: 16px;
}
@media only screen and (max-width: 599px) {
  /* line 2144, ../sass/components/_custom.scss */
  .top-banner .banner-info .sub-title {
    font-size: 12px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  /* line 2144, ../sass/components/_custom.scss */
  .top-banner .banner-info .sub-title {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 2144, ../sass/components/_custom.scss */
  .top-banner .banner-info .sub-title {
    font-size: 18px;
  }
}
/* line 2162, ../sass/components/_custom.scss */
.top-banner .store-share-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: transparent url("../imgs/share_white.png") no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 479px) {
  /* line 2162, ../sass/components/_custom.scss */
  .top-banner .store-share-btn {
    width: 28px;
    height: 28px;
  }
}

/* line 2180, ../sass/components/_custom.scss */
.main-content .section-header {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #e1af3c;
  padding-bottom: 8px;
}
/* line 2186, ../sass/components/_custom.scss */
.main-content .sub-header {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

/* line 2193, ../sass/components/_custom.scss */
.smooth_zoom_preloader {
  background-image: url(../imgs/preloader.gif);
}

/* line 2197, ../sass/components/_custom.scss */
.smooth_zoom_icons {
  background-image: url(../imgs/icons.png);
}

/* line 2201, ../sass/components/_custom.scss */
.contact-wrapper {
  text-align: center;
}
/* line 2203, ../sass/components/_custom.scss */
.contact-wrapper .btn {
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 479px) {
  /* line 2203, ../sass/components/_custom.scss */
  .contact-wrapper .btn {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  /* line 2203, ../sass/components/_custom.scss */
  .contact-wrapper .btn {
    min-width: 120px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 2203, ../sass/components/_custom.scss */
  .contact-wrapper .btn {
    width: 165px;
    margin: 0 5px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  /* line 2221, ../sass/components/_custom.scss */
  .news-tiles .news-tile-col.col-sm-6 {
    width: 100%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  /* line 2229, ../sass/components/_custom.scss */
  .news-tiles .news-tile .tile-content {
    height: auto;
  }
}

/* line 2237, ../sass/components/_custom.scss */
.news-tile-container {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  margin-bottom: 15px;
}

/* line 2242, ../sass/components/_custom.scss */
.news-tile {
  background-color: #fff;
}
/* line 2244, ../sass/components/_custom.scss */
.news-tile .tile-thumbnail {
  position: relative;
}
/* line 2246, ../sass/components/_custom.scss */
.news-tile .tile-thumbnail img {
  width: 100%;
  height: auto;
}
/* line 2251, ../sass/components/_custom.scss */
.news-tile .tile-content {
  padding: 10px;
}
@media only screen and (min-width: 600px) and (max-width: 1099px) {
  /* line 2251, ../sass/components/_custom.scss */
  .news-tile .tile-content {
    height: 230px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 2251, ../sass/components/_custom.scss */
  .news-tile .tile-content {
    height: 190px;
  }
}
/* line 2260, ../sass/components/_custom.scss */
.news-tile .tile-content .title {
  color: #666;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}
/* line 2266, ../sass/components/_custom.scss */
.news-tile .tile-content .sub-title {
  color: #666;
  font-size: 16px;
  font-weight: normal;
  margin: 7px 0;
}
/* line 2272, ../sass/components/_custom.scss */
.news-tile .tile-content .desc {
  font-size: 14px;
  font-weight: 200;
  color: #666;
}
/* line 2278, ../sass/components/_custom.scss */
.news-tile .tile-bottom {
  padding: 0 10px 10px 10px;
}
/* line 2280, ../sass/components/_custom.scss */
.news-tile .tile-bottom .bottom-btn {
  color: #333;
  font-size: 14px;
}

/* line 2293, ../sass/components/_custom.scss */
.masonry-grid .news-tile .tile-content {
  height: auto;
}

/* line 2300, ../sass/components/_custom.scss */
.atoz-list .index-item {
  padding: 2px 15px;
  background-color: #e1af3c;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
/* line 2307, ../sass/components/_custom.scss */
.atoz-list .store-item {
  padding: 4px 15px;
  font-weight: 200;
  font-size: 14px;
  cursor: pointer;
}
/* line 2312, ../sass/components/_custom.scss */
.atoz-list .store-item.active {
  font-weight: bold;
  color: #e1af3c;
  background-color: #efefef;
}
/* line 2318, ../sass/components/_custom.scss */
.atoz-list .no-result {
  padding: 2px 15px;
}

/* line 2323, ../sass/components/_custom.scss */
.trading-hours-container {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  /* line 2323, ../sass/components/_custom.scss */
  .trading-hours-container {
    height: 120px;
    flex-wrap: wrap;
    align-content: space-between;
  }
}
/* line 2332, ../sass/components/_custom.scss */
.trading-hours-container .hours-item-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  /* line 2332, ../sass/components/_custom.scss */
  .trading-hours-container .hours-item-wrapper {
    width: 46%;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 2332, ../sass/components/_custom.scss */
  .trading-hours-container .hours-item-wrapper {
    width: 40%;
  }
}
/* line 2342, ../sass/components/_custom.scss */
.trading-hours-container .hours-item-wrapper .day {
  display: inline-block;
  padding: 4px 5px 4px 0;
  font-size: 14px;
  font-weight: bold;
  flex: 1 1 auto;
}
@media only screen and (min-width: 600px) and (max-width: 1099px) {
  /* line 2342, ../sass/components/_custom.scss */
  .trading-hours-container .hours-item-wrapper .day {
    font-size: 12px;
  }
}
/* line 2352, ../sass/components/_custom.scss */
.trading-hours-container .hours-item-wrapper .time {
  display: inline-block;
  padding: 4px 0px 4px 5px;
  font-size: 14px;
  font-weight: bold;
  flex: 1 1 auto;
  text-align: right;
}
@media only screen and (min-width: 600px) and (max-width: 1099px) {
  /* line 2352, ../sass/components/_custom.scss */
  .trading-hours-container .hours-item-wrapper .time {
    font-size: 12px;
  }
}

/* line 2367, ../sass/components/_custom.scss */
.emp-modal .modal-dialog {
  margin-top: 40px;
}
@media only screen and (min-width: 600px) {
  /* line 2367, ../sass/components/_custom.scss */
  .emp-modal .modal-dialog {
    margin-top: 60px;
  }
}
/* line 2373, ../sass/components/_custom.scss */
.emp-modal button.close {
  position: absolute;
  top: -36px;
  right: 0px;
  color: #fff;
  opacity: 1;
  text-shadow: none;
  font-size: 36px;
  font-weight: 500;
  height: 40px;
  outline: none;
  overflow: hidden;
}
@media only screen and (min-width: 600px) {
  /* line 2373, ../sass/components/_custom.scss */
  .emp-modal button.close {
    top: -44px;
    font-size: 44px;
  }
}
/* line 2390, ../sass/components/_custom.scss */
.emp-modal .modal-content {
  border-radius: 0;
}

/* line 2395, ../sass/components/_custom.scss */
#dynamic-content {
  transform: scale(0.1);
  transform-origin: 50% 20%;
}
/* line 2398, ../sass/components/_custom.scss */
#dynamic-content.loaded {
  transition: transform 0.3s;
  transform: scale(1);
}

/* line 2404, ../sass/components/_custom.scss */
.init-view-active {
  height: 100%;
}
/* line 2406, ../sass/components/_custom.scss */
.init-view-active .shop-section {
  display: flex;
  height: 100%;
}
/* line 2409, ../sass/components/_custom.scss */
.init-view-active .shop-section .container {
  display: flex;
  flex-direction: column;
}
/* line 2412, ../sass/components/_custom.scss */
.init-view-active .shop-section .container .main-body-grid {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
/* line 2416, ../sass/components/_custom.scss */
.init-view-active .shop-section .container .main-body-grid .grid-right {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
/* line 2425, ../sass/components/_custom.scss */
.init-view-active #init-view {
  display: flex;
}
@media only screen and (max-width: 599px) {
  /* line 2425, ../sass/components/_custom.scss */
  .init-view-active #init-view {
    display: none;
  }
}

/* line 2433, ../sass/components/_custom.scss */
#init-view {
  display: none;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  flex: 1 1 auto;
  height: 100%;
}
@media only screen and (min-width: 600px) and (max-width: 1099px) {
  /* line 2433, ../sass/components/_custom.scss */
  #init-view {
    margin-right: -15px;
  }
}
@media only screen and (min-width: 600px) {
  /* line 2433, ../sass/components/_custom.scss */
  #init-view {
    margin-left: -30px;
  }
}
/* line 2450, ../sass/components/_custom.scss */
#init-view .init-desc {
  padding: 0 10px;
  margin-bottom: 30px;
  color: #fff;
  position: relative;
  right: -100%;
  transition: right 0.3s ease-out;
}
@media only screen and (min-width: 600px) {
  /* line 2450, ../sass/components/_custom.scss */
  #init-view .init-desc {
    padding: 0 20px;
    margin-bottom: 60px;
  }
}
/* line 2463, ../sass/components/_custom.scss */
#init-view .init-desc p {
  font-size: 14px;
}
@media only screen and (max-width: 599px) {
  /* line 2463, ../sass/components/_custom.scss */
  #init-view .init-desc p {
    font-size: 13px;
  }
}
/* line 2471, ../sass/components/_custom.scss */
#init-view.active .init-desc {
  right: 0;
}

@media only screen and (min-width: 600px) and (max-width: 1099px) {
  /* line 2478, ../sass/components/_custom.scss */
  .news-section .container {
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media only screen and (max-width: 1099px) {
  /* line 2486, ../sass/components/_custom.scss */
  .news-cards {
    padding-top: 15px;
  }
}

/* line 2492, ../sass/components/_custom.scss */
.news-card-wrapper {
  position: relative;
}
@media only screen and (min-width: 600px) and (max-width: 1099px) {
  /* line 2492, ../sass/components/_custom.scss */
  .news-card-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }
}
/* line 2499, ../sass/components/_custom.scss */
.news-card-wrapper .news-card {
  position: relative;
  margin-bottom: 15px;
  display: block;
  text-decoration: none;
  overflow: hidden;
  background-color: #000;
}
@media only screen and (min-width: 1100px) {
  /* line 2499, ../sass/components/_custom.scss */
  .news-card-wrapper .news-card {
    margin-bottom: 30px;
  }
}
/* line 2510, ../sass/components/_custom.scss */
.news-card-wrapper .news-card:hover .news-content-container {
  background-color: rgba(0, 0, 0, 0.6);
}
/* line 2514, ../sass/components/_custom.scss */
.news-card-wrapper .news-card:hover .news-img {
  transform: scale(1.1);
}
/* line 2520, ../sass/components/_custom.scss */
.news-card-wrapper .news-img {
  width: 100%;
  transform: scale(1);
  transition: all 0.3s ease-out;
}
/* line 2526, ../sass/components/_custom.scss */
.news-card-wrapper .news-content-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-out;
}
/* line 2536, ../sass/components/_custom.scss */
.news-card-wrapper .news-content {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  color: #fff;
}
/* line 2542, ../sass/components/_custom.scss */
.news-card-wrapper .news-content .title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  /* line 2542, ../sass/components/_custom.scss */
  .news-card-wrapper .news-content .title {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 2542, ../sass/components/_custom.scss */
  .news-card-wrapper .news-content .title {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 2542, ../sass/components/_custom.scss */
  .news-card-wrapper .news-content .title {
    font-size: 26px;
    margin-bottom: 12px;
  }
}
/* line 2562, ../sass/components/_custom.scss */
.news-card-wrapper .news-content .sub-title {
  font-size: 14px;
  margin: 0;
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  /* line 2562, ../sass/components/_custom.scss */
  .news-card-wrapper .news-content .sub-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 2562, ../sass/components/_custom.scss */
  .news-card-wrapper .news-content .sub-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 2562, ../sass/components/_custom.scss */
  .news-card-wrapper .news-content .sub-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
/* line 2579, ../sass/components/_custom.scss */
.news-card-wrapper .news-content .desc {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  /* line 2579, ../sass/components/_custom.scss */
  .news-card-wrapper .news-content .desc {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 2579, ../sass/components/_custom.scss */
  .news-card-wrapper .news-content .desc {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 2579, ../sass/components/_custom.scss */
  .news-card-wrapper .news-content .desc {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
/* line 2599, ../sass/components/_custom.scss */
.news-card-wrapper .top-row {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  color: #fff;
  padding-top: 15px;
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  /* line 2599, ../sass/components/_custom.scss */
  .news-card-wrapper .top-row {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 2599, ../sass/components/_custom.scss */
  .news-card-wrapper .top-row {
    padding-top: 20px;
  }
}
/* line 2612, ../sass/components/_custom.scss */
.news-card-wrapper .top-row .category {
  display: inline-block;
  font-size: 14px;
}
@media only screen and (min-width: 1100px) {
  /* line 2612, ../sass/components/_custom.scss */
  .news-card-wrapper .top-row .category {
    font-size: 16px;
  }
}
/* line 2620, ../sass/components/_custom.scss */
.news-card-wrapper .top-row .share-btn {
  float: right;
  font-size: 18px;
  line-height: 1em;
  outline: none;
  color: #fff;
  padding: 0;
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  /* line 2620, ../sass/components/_custom.scss */
  .news-card-wrapper .top-row .share-btn {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 2620, ../sass/components/_custom.scss */
  .news-card-wrapper .top-row .share-btn {
    font-size: 20px;
  }
}
/* line 2639, ../sass/components/_custom.scss */
.news-card-wrapper.first-card .bottom-area {
  position: relative;
  padding-top: 30px;
}
@media only screen and (min-width: 600px) and (max-width: 1099px) {
  /* line 2639, ../sass/components/_custom.scss */
  .news-card-wrapper.first-card .bottom-area {
    padding-top: 15px;
  }
}
/* line 2646, ../sass/components/_custom.scss */
.news-card-wrapper.first-card .bottom-area .news-img {
  transform: scale(1);
}
/* line 2651, ../sass/components/_custom.scss */
.news-card-wrapper.first-card .news-content-container {
  background: #000 url("../imgs/footer-bg.jpg") repeat 0 0;
}
/* line 2656, ../sass/components/_custom.scss */
.news-card-wrapper .news-card-share-btn {
  position: absolute;
  right: 29px;
  top: 15px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: transparent url("../imgs/share_white.png") no-repeat center center;
  background-size: cover;
}
@media only screen and (min-width: 600px) and (max-width: 1099px) {
  /* line 2656, ../sass/components/_custom.scss */
  .news-card-wrapper .news-card-share-btn {
    right: 22px;
  }
}
/* line 2668, ../sass/components/_custom.scss */
.news-card-wrapper .news-card-share-btn:hover {
  opacity: 0.8;
}

/* line 2674, ../sass/components/_custom.scss */
.content-loading {
  display: none;
  height: 60px;
  background: transparent url("../imgs/bx_loader.gif") no-repeat center top;
}
/* line 2678, ../sass/components/_custom.scss */
.content-loading.active {
  display: block;
}

/* line 2683, ../sass/components/_custom.scss */
.top-carousel-section {
  position: fixed;
  z-index: 1030;
  top: 157px;
  left: 0;
  right: 0;
  background: #000 url("../imgs/footer-bg.jpg") repeat 0 0;
  height: 188px;
}
@media only screen and (max-width: 599px) {
  /* line 2683, ../sass/components/_custom.scss */
  .top-carousel-section {
    top: 66px;
    height: 156px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1099px) {
  /* line 2683, ../sass/components/_custom.scss */
  .top-carousel-section {
    top: 75px;
  }
}
/* line 2700, ../sass/components/_custom.scss */
.top-carousel-section .top-carousel-container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
/* line 2707, ../sass/components/_custom.scss */
.top-carousel-section .carousel-title {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  margin: 0;
  padding: 15px 0 10px 0;
}
/* line 2714, ../sass/components/_custom.scss */
.top-carousel-section .swiper-nav-btn {
  background: none;
  color: #fff;
  font-size: 40px;
  height: 40px;
  width: 40px;
  line-height: 1;
  margin-top: -12px;
}
@media only screen and (max-width: 1099px) {
  /* line 2714, ../sass/components/_custom.scss */
  .top-carousel-section .swiper-nav-btn {
    display: none;
  }
}

/* line 2732, ../sass/components/_custom.scss */
.top-carousel.swiper-container {
  overflow: visible;
}
/* line 2736, ../sass/components/_custom.scss */
.top-carousel .swiper-slide {
  position: relative;
  width: 200px;
  cursor: pointer;
  margin-right: 30px;
}
/* line 2741, ../sass/components/_custom.scss */
.top-carousel .swiper-slide:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 599px) {
  /* line 2736, ../sass/components/_custom.scss */
  .top-carousel .swiper-slide {
    width: 150px;
    margin-right: 20px;
  }
}
/* line 2750, ../sass/components/_custom.scss */
.top-carousel .swiper-slide.active .item-name {
  border: 3px solid #e1af3c;
}
/* line 2754, ../sass/components/_custom.scss */
.top-carousel .swiper-slide .item-img {
  width: 100%;
}
/* line 2758, ../sass/components/_custom.scss */
.top-carousel .swiper-slide .item-name {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.35);
  border: 1px solid #fff;
}

/* line 2779, ../sass/components/_custom.scss */
.store-groups-wrapper {
  padding-top: 15px;
}
@media only screen and (min-width: 1100px) {
  /* line 2779, ../sass/components/_custom.scss */
  .store-groups-wrapper {
    padding-top: 30px;
  }
}
/* line 2787, ../sass/components/_custom.scss */
.store-groups-wrapper .store-group {
  display: none;
}
/* line 2789, ../sass/components/_custom.scss */
.store-groups-wrapper .store-group.active {
  display: block;
}

@media only screen and (min-width: 820px) and (max-width: 1099px) {
  /* line 2798, ../sass/components/_custom.scss */
  .store-group-section .store-tiles .store-tile-col {
    width: 25%;
  }
}

/* line 2807, ../sass/components/_custom.scss */
.hours-list dd {
  margin-bottom: 10px;
}

/* line 2814, ../sass/components/_custom.scss */
.centre-countdown-container.visible-mobile {
  display: none;
}
/* line 2816, ../sass/components/_custom.scss */
.centre-countdown-container.visible-mobile .heading {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
}
@media only screen and (max-width: 599px) {
  /* line 2814, ../sass/components/_custom.scss */
  .centre-countdown-container.visible-mobile {
    display: block;
  }
}
/* line 2828, ../sass/components/_custom.scss */
.centre-countdown-container .centre-countdown {
  margin: 0;
  padding: 15px 0;
  border: 1px solid #000;
  border-radius: 1px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 599px) {
  /* line 2828, ../sass/components/_custom.scss */
  .centre-countdown-container .centre-countdown {
    font-size: 20px;
    padding: 10px 0;
    margin-bottom: 15px;
  }
}

/* line 2847, ../sass/components/_custom.scss */
.hours-list-container .article {
  padding: 0;
  font-size: 16px;
}

/* line 2855, ../sass/components/_custom.scss */
.trading-hours-section .trading-heading {
  padding-top: 25px;
  margin: 0 0 10px 0;
  font-size: 26px;
}
@media only screen and (max-width: 599px) {
  /* line 2855, ../sass/components/_custom.scss */
  .trading-hours-section .trading-heading {
    font-size: 22px;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 600px) {
  /* line 2866, ../sass/components/_custom.scss */
  .trading-hours-section .sidebar {
    padding-top: 0;
  }
}

/* line 2873, ../sass/components/_custom.scss */
.calendar-sheet {
  border: 1px solid #ccc;
  border-top: 0;
  padding: 10px 0px 0 0;
  position: relative;
  min-height: 250px;
  background-color: #fff;
}
/* line 2880, ../sass/components/_custom.scss */
.calendar-sheet .calendar-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 5px;
}
@media only screen and (min-width: 768px) {
  /* line 2880, ../sass/components/_custom.scss */
  .calendar-sheet .calendar-row {
    padding: 10px 0;
  }
}
/* line 2891, ../sass/components/_custom.scss */
.calendar-sheet .calendar-col {
  flex: 0 1 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  /* line 2891, ../sass/components/_custom.scss */
  .calendar-sheet .calendar-col {
    flex: 0 1 56px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 2891, ../sass/components/_custom.scss */
  .calendar-sheet .calendar-col {
    flex: 0 1 70px;
  }
}
/* line 2901, ../sass/components/_custom.scss */
.calendar-sheet .calendar-col.week-heading {
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  height: 30px;
}
@media only screen and (min-width: 1100px) {
  /* line 2901, ../sass/components/_custom.scss */
  .calendar-sheet .calendar-col.week-heading {
    font-size: 20px;
  }
}
@media only screen and (max-width: 599px) {
  /* line 2909, ../sass/components/_custom.scss */
  .calendar-sheet .calendar-col.week-heading .full-name {
    display: none;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  /* line 2909, ../sass/components/_custom.scss */
  .calendar-sheet .calendar-col.week-heading .full-name {
    display: none;
  }
}
/* line 2921, ../sass/components/_custom.scss */
.calendar-sheet .week-day {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #666;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  /* line 2921, ../sass/components/_custom.scss */
  .calendar-sheet .week-day {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 2921, ../sass/components/_custom.scss */
  .calendar-sheet .week-day {
    font-size: 20px;
  }
}
/* line 2942, ../sass/components/_custom.scss */
.calendar-sheet .week-day:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  background-color: #e1af3c;
  top: 15px;
  left: 15px;
  z-index: -1;
  border-radius: 50%;
  transition: all 0.2s linear;
}
@media only screen and (min-width: 768px) {
  /* line 2942, ../sass/components/_custom.scss */
  .calendar-sheet .week-day:before {
    top: 20px;
    left: 20px;
  }
}
/* line 2959, ../sass/components/_custom.scss */
.calendar-sheet .week-day:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 0 5px 0px 5px;
  border-bottom-color: #ccc;
  left: 50%;
  bottom: -8px;
  margin-left: -5px;
  transition: all 0.2s linear;
}
@media only screen and (min-width: 768px) {
  /* line 2959, ../sass/components/_custom.scss */
  .calendar-sheet .week-day:after {
    bottom: -10px;
  }
}
/* line 2977, ../sass/components/_custom.scss */
.calendar-sheet .week-day.today {
  border: 1px solid #999;
  line-height: 28px;
}
@media only screen and (min-width: 768px) {
  /* line 2977, ../sass/components/_custom.scss */
  .calendar-sheet .week-day.today {
    line-height: 38px;
  }
}
/* line 2983, ../sass/components/_custom.scss */
.calendar-sheet .week-day.today.active {
  border: 0;
}
/* line 2988, ../sass/components/_custom.scss */
.calendar-sheet .week-day.holiday {
  color: #e1af3c;
}
/* line 2992, ../sass/components/_custom.scss */
.calendar-sheet .week-day.active {
  color: #fff;
  font-weight: bold;
}
/* line 2995, ../sass/components/_custom.scss */
.calendar-sheet .week-day.active:before {
  width: 30px;
  height: 30px;
  top: 0px;
  left: 0px;
}
@media only screen and (min-width: 768px) {
  /* line 2995, ../sass/components/_custom.scss */
  .calendar-sheet .week-day.active:before {
    width: 40px;
    height: 40px;
  }
}
/* line 3005, ../sass/components/_custom.scss */
.calendar-sheet .week-day.active:after {
  border-bottom-width: 7px;
}
@media only screen and (min-width: 768px) {
  /* line 3005, ../sass/components/_custom.scss */
  .calendar-sheet .week-day.active:after {
    border-bottom-width: 9px;
  }
}
/* line 3016, ../sass/components/_custom.scss */
.calendar-sheet .info-row {
  height: 0px;
  background-color: #ccc;
  color: #fff;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all 0.2s linear;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  /* line 3016, ../sass/components/_custom.scss */
  .calendar-sheet .info-row {
    font-size: 18px;
  }
}
/* line 3031, ../sass/components/_custom.scss */
.calendar-sheet .info-row.active {
  height: 40px;
}
@media only screen and (min-width: 768px) {
  /* line 3031, ../sass/components/_custom.scss */
  .calendar-sheet .info-row.active {
    height: 50px;
  }
}
/* line 3038, ../sass/components/_custom.scss */
.calendar-sheet .info-row > span {
  display: block;
}
/* line 3043, ../sass/components/_custom.scss */
.calendar-sheet .loading-cover {
  display: none;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url(../imgs/bx_loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 3058, ../sass/components/_custom.scss */
.month-control-wrapper {
  background-color: #e1af3c;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
@media only screen and (min-width: 820px) and (max-width: 1099px) {
  /* line 3058, ../sass/components/_custom.scss */
  .month-control-wrapper {
    width: 230px;
    order: -1;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 3058, ../sass/components/_custom.scss */
  .month-control-wrapper {
    width: 250px;
    order: -1;
  }
}
/* line 3072, ../sass/components/_custom.scss */
.month-control-wrapper .swiper-slide {
  background-color: #e1af3c;
  padding: 10px 0px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
@media only screen and (min-width: 1100px) {
  /* line 3072, ../sass/components/_custom.scss */
  .month-control-wrapper .swiper-slide {
    font-size: 16px;
  }
}
/* line 3082, ../sass/components/_custom.scss */
.month-control-wrapper .swiper-button-next, .month-control-wrapper .swiper-button-prev {
  background: none;
  color: #fff;
  font-size: 32px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin-top: -16px;
}
/* line 3092, ../sass/components/_custom.scss */
.month-control-wrapper .swiper-button-next {
  right: 5px;
}
/* line 3096, ../sass/components/_custom.scss */
.month-control-wrapper .swiper-button-prev {
  left: 5px;
}

/* line 3102, ../sass/components/_custom.scss */
.select-style {
  padding: 0;
  margin: 0 0 15px 0;
  width: 100%;
  height: 40px;
  border-radius: 1px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
/* line 3112, ../sass/components/_custom.scss */
.select-style:after {
  content: "\25BC";
  font-size: 14px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -7px;
  color: #cb9e36;
}
/* line 3125, ../sass/components/_custom.scss */
.select-style select {
  padding: 5px 28px 5px 8px;
  width: 100%;
  height: 40px;
  border: 1px solid #000;
  border-radius: 1px;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 3142, ../sass/components/_custom.scss */
.select-style select::-ms-expand {
  display: none;
}
/* line 3146, ../sass/components/_custom.scss */
.select-style select:focus {
  outline: none;
}

@media only screen and (min-width: 820px) and (max-width: 1099px) {
  /* line 3153, ../sass/components/_custom.scss */
  .store-select-wrapper {
    width: 210px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 3153, ../sass/components/_custom.scss */
  .store-select-wrapper {
    width: 230px;
  }
}
@media only screen and (min-width: 820px) {
  /* line 3162, ../sass/components/_custom.scss */
  .store-select-wrapper .select-style {
    margin-bottom: 0;
  }
}

/* line 3170, ../sass/components/_custom.scss */
.calendar-control-container {
  position: relative;
}
@media only screen and (min-width: 820px) {
  /* line 3170, ../sass/components/_custom.scss */
  .calendar-control-container {
    background-color: #e1af3c;
    padding: 8px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
/* line 3180, ../sass/components/_custom.scss */
.calendar-control-container:after {
  content: none;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 3192, ../sass/components/_custom.scss */
.calendar-module {
  margin-bottom: 20px;
}
/* line 3197, ../sass/components/_custom.scss */
.calendar-module.loading .calendar-control-container:after {
  content: "";
}
/* line 3203, ../sass/components/_custom.scss */
.calendar-module.loading .calendar-sheet .loading-cover {
  display: block;
}

/* line 3210, ../sass/components/_custom.scss */
.tab-switch-btns-container {
  border: 1px solid #000;
  margin-bottom: 20px;
}
@media only screen and (max-width: 599px) {
  /* line 3210, ../sass/components/_custom.scss */
  .tab-switch-btns-container {
    margin-left: -15px;
    margin-right: -15px;
    border-left: 0;
    border-right: 0;
    overflow-x: auto;
  }
}
/* line 3223, ../sass/components/_custom.scss */
.tab-switch-btns-container .btns-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 599px) {
  /* line 3223, ../sass/components/_custom.scss */
  .tab-switch-btns-container .btns-wrapper {
    width: 130%;
  }
}
/* line 3233, ../sass/components/_custom.scss */
.tab-switch-btns-container .tab-switch-btn {
  display: inline-block;
  flex: 1 0 33%;
  border-radius: 0;
  border-left: 1px solid #000;
  height: 40px;
  background-color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 500;
  font-size: 18px;
  transition: all 0.1s ease-out;
  outline: none !important;
}
@media only screen and (max-width: 599px) {
  /* line 3233, ../sass/components/_custom.scss */
  .tab-switch-btns-container .tab-switch-btn {
    height: 34px;
    font-size: 14px;
  }
}
/* line 3250, ../sass/components/_custom.scss */
.tab-switch-btns-container .tab-switch-btn:first-child {
  border-left: 0;
}
/* line 3254, ../sass/components/_custom.scss */
.tab-switch-btns-container .tab-switch-btn.active {
  color: #fff;
  background-color: #e1af3c;
}
/* line 3260, ../sass/components/_custom.scss */
.tab-switch-btns-container .tab-switch-btn:hover {
  color: #fff;
  background-color: #e1af3c;
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  /* line 3268, ../sass/components/_custom.scss */
  .map-col {
    width: 100%;
    left: auto;
  }
}
/* line 3275, ../sass/components/_custom.scss */
.map-col #map {
  width: 100%;
  height: 460px;
}
@media only screen and (max-width: 599px) {
  /* line 3275, ../sass/components/_custom.scss */
  .map-col #map {
    height: 300px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  /* line 3275, ../sass/components/_custom.scss */
  .map-col #map {
    height: 300px;
  }
}

/* line 3289, ../sass/components/_custom.scss */
.direction-map-section {
  padding-bottom: 20px;
}
/* line 3293, ../sass/components/_custom.scss */
.direction-map-section.carpark-mode-view .direction-detail-area {
  display: none;
}
/* line 3297, ../sass/components/_custom.scss */
.direction-map-section.carpark-mode-view .parking-detail-area {
  display: block;
}
/* line 3304, ../sass/components/_custom.scss */
.direction-map-section.route-active #open-gm-btn {
  display: block;
}
/* line 3312, ../sass/components/_custom.scss */
.direction-map-section .sidebar {
  position: relative;
}
@media only screen and (min-width: 768px) {
  /* line 3312, ../sass/components/_custom.scss */
  .direction-map-section .sidebar {
    min-height: 460px;
    padding-top: 0;
    padding-bottom: 130px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  /* line 3312, ../sass/components/_custom.scss */
  .direction-map-section .sidebar {
    width: 100%;
    right: auto;
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  /* line 3328, ../sass/components/_custom.scss */
  .direction-map-section .sidebar .bottom-info {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 15px;
    right: 15px;
  }
}
/* line 3336, ../sass/components/_custom.scss */
.direction-map-section .sidebar .bottom-info .actions {
  display: flex;
  justify-content: space-between;
}
/* line 3339, ../sass/components/_custom.scss */
.direction-map-section .sidebar .bottom-info .actions .btn {
  flex: 0 1 45%;
}
@media only screen and (max-width: 599px) {
  /* line 3347, ../sass/components/_custom.scss */
  .direction-map-section .direction-detail-area {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  /* line 3347, ../sass/components/_custom.scss */
  .direction-map-section .direction-detail-area {
    margin-bottom: 20px;
  }
}
/* line 3356, ../sass/components/_custom.scss */
.direction-map-section .address {
  margin-bottom: 10px;
}
/* line 3358, ../sass/components/_custom.scss */
.direction-map-section .address h3 {
  margin: 0 0 5px 0;
  font-size: 14px;
}
/* line 3364, ../sass/components/_custom.scss */
.direction-map-section .input-container {
  margin-bottom: 15px;
}
/* line 3366, ../sass/components/_custom.scss */
.direction-map-section .input-container .desc {
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  /* line 3366, ../sass/components/_custom.scss */
  .direction-map-section .input-container .desc {
    padding-top: 0;
  }
}
/* line 3375, ../sass/components/_custom.scss */
.direction-map-section .input-container .sep {
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 500;
}
/* line 3384, ../sass/components/_custom.scss */
.direction-map-section #direction-panel.loading {
  min-height: 100px;
  background-image: url(../imgs/preloader.gif);
  background-position: center top;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 599px) {
  /* line 3384, ../sass/components/_custom.scss */
  .direction-map-section #direction-panel.loading {
    min-height: 50px;
  }
}
/* line 3396, ../sass/components/_custom.scss */
.direction-map-section #direction-current-btn.active {
  color: #fff;
  background-color: #e1af3c;
}
/* line 3403, ../sass/components/_custom.scss */
.direction-map-section .parking-detail-area {
  display: none;
}
@media only screen and (max-width: 599px) {
  /* line 3403, ../sass/components/_custom.scss */
  .direction-map-section .parking-detail-area {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  /* line 3403, ../sass/components/_custom.scss */
  .direction-map-section .parking-detail-area {
    padding: 15px 0;
  }
}
/* line 3415, ../sass/components/_custom.scss */
.direction-map-section #open-gm-btn {
  margin-top: 15px;
  display: none;
}

/* line 3422, ../sass/components/_custom.scss */
.info-tiles .tile-bottom {
  text-align: center;
  height: 55px;
}
/* line 3425, ../sass/components/_custom.scss */
.info-tiles .tile-bottom .btn {
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 3431, ../sass/components/_custom.scss */
.info-tiles .news-tile-container {
  margin-bottom: 30px;
}
@media only screen and (min-width: 600px) and (max-width: 820px) {
  /* line 3435, ../sass/components/_custom.scss */
  .info-tiles .info-tile-col {
    width: 50%;
  }
}

@media only screen and (min-width: 1400px) {
  /* line 3443, ../sass/components/_custom.scss */
  .services-and-facilities-section .container {
    width: 100%;
    max-width: 1370px;
  }
}
/* line 3450, ../sass/components/_custom.scss */
.services-and-facilities-section .section-heading {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 20px 0;
}
@media only screen and (max-width: 599px) {
  /* line 3450, ../sass/components/_custom.scss */
  .services-and-facilities-section .section-heading {
    font-size: 18px;
    padding: 15px 0;
  }
}

/* line 3463, ../sass/components/_custom.scss */
#search-cover {
  display: none;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1450;
}

/* line 3476, ../sass/components/_custom.scss */
.search-active #global-search {
  display: block;
}
/* line 3480, ../sass/components/_custom.scss */
.search-active #wrapper {
  display: none;
}

/* line 3485, ../sass/components/_custom.scss */
#close-search-btn {
  font-size: 56px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  overflow: hidden;
}

/* line 3494, ../sass/components/_custom.scss */
#global-search {
  display: none;
}
/* line 3498, ../sass/components/_custom.scss */
#global-search.search-loading .loading-spinner {
  display: block;
}
/* line 3502, ../sass/components/_custom.scss */
#global-search.search-loading #search-result {
  display: none;
}
/* line 3506, ../sass/components/_custom.scss */
#global-search.search-loading .category-section-placeholder {
  display: none;
}
/* line 3510, ../sass/components/_custom.scss */
#global-search.search-loading .search-suggestion {
  display: none;
}
/* line 3515, ../sass/components/_custom.scss */
#global-search .header-placeholder {
  height: 200px;
}
@media only screen and (max-width: 479px) {
  /* line 3515, ../sass/components/_custom.scss */
  #global-search .header-placeholder {
    height: 155px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1099px) {
  /* line 3521, ../sass/components/_custom.scss */
  #global-search .container {
    width: 100%;
  }
}

/* line 3529, ../sass/components/_custom.scss */
.loading-spinner {
  display: none;
  position: relative;
  height: 70px;
}
/* line 3533, ../sass/components/_custom.scss */
.loading-spinner:before {
  content: '';
  display: inline-block;
  height: 40px;
  width: 40px;
  animation: rotate 0.8s infinite linear;
  border: 4px solid #e1af3c;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 12px;
  margin-left: -20px;
}

/* line 3550, ../sass/components/_custom.scss */
.form-loading .loading-spinner {
  display: block;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* line 3560, ../sass/components/_custom.scss */
#search-header {
  height: 200px;
  background-color: #fff;
}
@media only screen and (max-width: 479px) {
  /* line 3560, ../sass/components/_custom.scss */
  #search-header {
    height: 155px;
  }
}
/* line 3568, ../sass/components/_custom.scss */
#search-header .container {
  height: 200px;
}
@media only screen and (max-width: 479px) {
  /* line 3568, ../sass/components/_custom.scss */
  #search-header .container {
    height: 155px;
  }
}
/* line 3575, ../sass/components/_custom.scss */
#search-header .close-btn-wrapper {
  padding: 40px 0 30px 0;
  text-align: right;
}
@media only screen and (max-width: 479px) {
  /* line 3575, ../sass/components/_custom.scss */
  #search-header .close-btn-wrapper {
    padding: 20px 0 15px 0;
  }
}
/* line 3583, ../sass/components/_custom.scss */
#search-header .search-field {
  color: #000;
  font-size: 30px;
  font-weight: 500;
  height: 52px;
  background-color: transparent;
  padding-right: 65px;
}
@media only screen and (max-width: 479px) {
  /* line 3583, ../sass/components/_custom.scss */
  #search-header .search-field {
    height: 42px;
    font-size: 20px;
    padding-right: 48px;
  }
}
/* line 3599, ../sass/components/_custom.scss */
#search-header .search-field-wrapper .form-group {
  margin-bottom: 0;
  position: relative;
}
/* line 3604, ../sass/components/_custom.scss */
#search-header .search-field-wrapper .static-icon {
  font-size: 28px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -15px;
  z-index: -1;
}
@media only screen and (max-width: 479px) {
  /* line 3604, ../sass/components/_custom.scss */
  #search-header .search-field-wrapper .static-icon {
    font-size: 22px;
    right: 0;
  }
}
/* line 3619, ../sass/components/_custom.scss */
#search-header .search-field-wrapper .search-clear {
  position: absolute;
  right: 4px;
  top: 50%;
  padding: 0;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  font-size: 20px;
  outline: none;
}
@media only screen and (max-width: 479px) {
  /* line 3619, ../sass/components/_custom.scss */
  #search-header .search-field-wrapper .search-clear {
    font-size: 14px;
  }
}

/* line 3637, ../sass/components/_custom.scss */
.category-section-placeholder {
  height: 67px;
}
@media only screen and (max-width: 479px) {
  /* line 3637, ../sass/components/_custom.scss */
  .category-section-placeholder {
    height: 88px;
  }
}

/* line 3644, ../sass/components/_custom.scss */
.search-category-section {
  background-color: #fff;
  height: 67px;
}
@media only screen and (max-width: 479px) {
  /* line 3644, ../sass/components/_custom.scss */
  .search-category-section {
    height: 88px;
  }
}
/* line 3652, ../sass/components/_custom.scss */
.search-category-section .container {
  padding-top: 15px;
}
/* line 3656, ../sass/components/_custom.scss */
.search-category-section .swiper-slide {
  width: 160px;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 479px) {
  /* line 3656, ../sass/components/_custom.scss */
  .search-category-section .swiper-slide {
    width: 126px;
    margin-right: 20px;
  }
}
/* line 3666, ../sass/components/_custom.scss */
.search-category-section .category-item {
  text-align: center;
  padding: 7px 15px;
  border: 1px solid #000;
  border-radius: 1px;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}
@media only screen and (min-width: 600px) {
  /* line 3666, ../sass/components/_custom.scss */
  .search-category-section .category-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
/* line 3681, ../sass/components/_custom.scss */
.search-category-section .category-item.active {
  background-color: #e1af3c;
  color: #fff;
}
@media only screen and (max-width: 479px) {
  /* line 3687, ../sass/components/_custom.scss */
  .search-category-section .category-item .amount,
  .search-category-section .category-item .name {
    display: block;
  }
}
/* line 3696, ../sass/components/_custom.scss */
.search-category-section .swiper-container {
  margin: 0;
}
@media only screen and (max-width: 1099px) {
  /* line 3696, ../sass/components/_custom.scss */
  .search-category-section .swiper-container {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 3696, ../sass/components/_custom.scss */
  .search-category-section .swiper-container {
    overflow: visible;
  }
}
/* line 3711, ../sass/components/_custom.scss */
.search-category-section .instruction {
  margin: 0;
  padding: 10px 0;
}

/* line 3719, ../sass/components/_custom.scss */
.form-control::-ms-clear {
  display: none;
}
/* line 3723, ../sass/components/_custom.scss */
.form-control.input-underscore {
  border: 0;
  border-bottom: 2px solid #000;
  box-shadow: none;
}

/* line 3732, ../sass/components/_custom.scss */
#search-result .store-lists {
  padding-top: 15px;
}
/* line 3734, ../sass/components/_custom.scss */
#search-result .store-lists .store-list-item {
  margin-bottom: 15px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width: 600px) {
  /* line 3734, ../sass/components/_custom.scss */
  #search-result .store-lists .store-list-item {
    display: flex;
  }
}
/* line 3740, ../sass/components/_custom.scss */
#search-result .store-lists .store-list-item .brand-wrapper {
  color: #000;
  text-decoration: none;
}
@media only screen and (max-width: 599px) {
  /* line 3740, ../sass/components/_custom.scss */
  #search-result .store-lists .store-list-item .brand-wrapper {
    display: block;
    text-align: center;
    padding: 10px 10px 0 10px;
  }
}
@media only screen and (min-width: 600px) {
  /* line 3740, ../sass/components/_custom.scss */
  #search-result .store-lists .store-list-item .brand-wrapper {
    flex: none;
    width: 180px;
    display: flex;
    align-items: center;
    padding: 10px 0 10px 10px;
  }
}
@media only screen and (max-width: 599px) {
  /* line 3756, ../sass/components/_custom.scss */
  #search-result .store-lists .store-list-item .brand-wrapper .brand-logo {
    height: 100px;
    width: auto;
  }
}
@media only screen and (min-width: 600px) {
  /* line 3756, ../sass/components/_custom.scss */
  #search-result .store-lists .store-list-item .brand-wrapper .brand-logo {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  /* line 3769, ../sass/components/_custom.scss */
  #search-result .store-lists .store-list-item .actions {
    padding: 10px 10px 15px 10px;
    text-align: center;
  }
}
@media only screen and (min-width: 600px) {
  /* line 3769, ../sass/components/_custom.scss */
  #search-result .store-lists .store-list-item .actions {
    flex: none;
    width: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 600px) {
  /* line 3783, ../sass/components/_custom.scss */
  #search-result .store-lists .store-list-item .actions .btn {
    min-width: 180px;
  }
}
/* line 3791, ../sass/components/_custom.scss */
#search-result .store-lists .store-list-item .item-info {
  display: block;
  color: #000;
  text-decoration: none;
}
@media only screen and (max-width: 599px) {
  /* line 3791, ../sass/components/_custom.scss */
  #search-result .store-lists .store-list-item .item-info {
    text-align: center;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 600px) {
  /* line 3791, ../sass/components/_custom.scss */
  #search-result .store-lists .store-list-item .item-info {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 15px;
  }
}
/* line 3808, ../sass/components/_custom.scss */
#search-result .store-lists .store-list-item .item-info:hover .name {
  text-decoration: underline;
}
/* line 3812, ../sass/components/_custom.scss */
#search-result .store-lists .store-list-item .item-info .name {
  margin: 10px 0 10px 0;
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (min-width: 1100px) {
  /* line 3812, ../sass/components/_custom.scss */
  #search-result .store-lists .store-list-item .item-info .name {
    font-size: 22px;
  }
}
/* line 3820, ../sass/components/_custom.scss */
#search-result .store-lists .store-list-item .item-info .sub-line {
  margin-bottom: 10px;
  font-weight: 200;
  font-size: 14px;
}
/* line 3824, ../sass/components/_custom.scss */
#search-result .store-lists .store-list-item .item-info .sub-line.marks {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
}
/* line 3828, ../sass/components/_custom.scss */
#search-result .store-lists .store-list-item .item-info .sub-line.marks i {
  margin-left: 10px;
}
/* line 3830, ../sass/components/_custom.scss */
#search-result .store-lists .store-list-item .item-info .sub-line.marks i:first-child {
  margin-left: 0;
}
/* line 3840, ../sass/components/_custom.scss */
#search-result .news-lists {
  padding-top: 15px;
}
/* line 3846, ../sass/components/_custom.scss */
#search-result .info-lists {
  padding-top: 15px;
}

/* line 3851, ../sass/components/_custom.scss */
.news-list-item {
  display: block;
  margin-bottom: 15px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
  color: #000 !important;
  text-decoration: none !important;
  background-color: #fff;
}
@media only screen and (min-width: 600px) {
  /* line 3851, ../sass/components/_custom.scss */
  .news-list-item {
    display: flex;
  }
}
/* line 3864, ../sass/components/_custom.scss */
.news-list-item.info-list-item .news-content {
  padding-bottom: 15px;
}
@media only screen and (max-width: 599px) {
  /* line 3864, ../sass/components/_custom.scss */
  .news-list-item.info-list-item .news-content {
    text-align: center;
  }
}
/* line 3872, ../sass/components/_custom.scss */
.news-list-item.info-list-item .news-content .sub-line {
  margin-bottom: 10px;
}
/* line 3876, ../sass/components/_custom.scss */
.news-list-item.info-list-item .news-content .btn {
  max-width: 100%;
}
/* line 3884, ../sass/components/_custom.scss */
.news-list-item.curated-item .news-content {
  padding-bottom: 15px;
}
@media only screen and (max-width: 599px) {
  /* line 3884, ../sass/components/_custom.scss */
  .news-list-item.curated-item .news-content {
    text-align: center;
  }
}
@media only screen and (max-width: 599px) {
  /* line 3892, ../sass/components/_custom.scss */
  .news-list-item .news-thumbnail {
    text-align: center;
  }
}
@media only screen and (min-width: 600px) {
  /* line 3892, ../sass/components/_custom.scss */
  .news-list-item .news-thumbnail {
    flex: none;
    width: 220px;
  }
}
@media only screen and (max-width: 599px) {
  /* line 3901, ../sass/components/_custom.scss */
  .news-list-item .news-thumbnail img {
    width: 100%;
  }
}
@media only screen and (min-width: 600px) {
  /* line 3901, ../sass/components/_custom.scss */
  .news-list-item .news-thumbnail img {
    width: 100%;
    height: auto;
  }
}
/* line 3914, ../sass/components/_custom.scss */
.news-list-item .news-content {
  position: relative;
  padding: 5px 10px 40px 10px;
}
@media only screen and (min-width: 600px) {
  /* line 3914, ../sass/components/_custom.scss */
  .news-list-item .news-content {
    flex: 1 1 auto;
    padding: 5px 10px 30px 15px;
  }
}
/* line 3923, ../sass/components/_custom.scss */
.news-list-item .news-content .title {
  margin: 8px 0 8px 0;
  font-weight: bold;
  font-size: 20px;
}
@media only screen and (min-width: 1100px) {
  /* line 3923, ../sass/components/_custom.scss */
  .news-list-item .news-content .title {
    font-size: 24px;
  }
}
/* line 3931, ../sass/components/_custom.scss */
.news-list-item .news-content .sub-line {
  margin-bottom: 3px;
  font-weight: 200;
  font-size: 14px;
}
/* line 3937, ../sass/components/_custom.scss */
.news-list-item .news-content .category {
  position: absolute;
  right: 10px;
  bottom: 7px;
  font-size: 12px;
  color: #9c9c9c;
}

/* line 3949, ../sass/components/_custom.scss */
.search-suggestion .highlight {
  color: #e1af3c;
}

/* line 3954, ../sass/components/_custom.scss */
.offer-item-wrapper {
  margin-bottom: 15px;
}
@media only screen and (max-width: 599px) {
  /* line 3954, ../sass/components/_custom.scss */
  .offer-item-wrapper {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
  }
}
/* line 3960, ../sass/components/_custom.scss */
.offer-item-wrapper .thumb-nail {
  position: relative;
}
@media only screen and (min-width: 600px) {
  /* line 3960, ../sass/components/_custom.scss */
  .offer-item-wrapper .thumb-nail {
    float: right;
    width: 260px;
    height: 176px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-left: 0;
  }
}
/* line 3971, ../sass/components/_custom.scss */
.offer-item-wrapper .thumb-nail .layer-mobile {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 768px) {
  /* line 3971, ../sass/components/_custom.scss */
  .offer-item-wrapper .thumb-nail .layer-mobile {
    display: none;
  }
}
/* line 3983, ../sass/components/_custom.scss */
.offer-item-wrapper .thumb-nail .layer-mobile .logo-wrapper {
  width: 68px;
  position: absolute;
  z-index: 10;
  left: 15px;
  bottom: 15px;
  background-color: #fff;
  border: 2px solid #ccc;
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  /* line 3983, ../sass/components/_custom.scss */
  .offer-item-wrapper .thumb-nail .layer-mobile .logo-wrapper {
    left: auto;
    right: 15px;
  }
}
/* line 3996, ../sass/components/_custom.scss */
.offer-item-wrapper .thumb-nail .layer-mobile .logo-wrapper img {
  width: 100%;
  height: auto;
}
/* line 4005, ../sass/components/_custom.scss */
.offer-item-wrapper .offer-logo {
  float: left;
  width: 176px;
  height: 176px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-right: 0;
  padding: 20px;
  background-color: #fff;
  position: relative;
}
@media only screen and (min-width: 600px) {
  /* line 4015, ../sass/components/_custom.scss */
  .offer-item-wrapper .offer-logo:after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 172px;
    position: absolute;
    right: -2px;
    top: 0;
    background-color: #fff;
    z-index: 10;
  }
}
@media only screen and (max-width: 599px) {
  /* line 4005, ../sass/components/_custom.scss */
  .offer-item-wrapper .offer-logo {
    display: none;
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  /* line 4005, ../sass/components/_custom.scss */
  .offer-item-wrapper .offer-logo {
    display: none;
  }
}
/* line 4040, ../sass/components/_custom.scss */
.offer-item-wrapper .offer-info-wrapper {
  background-color: #fff;
}
@media only screen and (min-width: 600px) {
  /* line 4040, ../sass/components/_custom.scss */
  .offer-item-wrapper .offer-info-wrapper {
    float: left;
    width: calc(100% - 436px);
    min-height: 176px;
    border: 2px solid rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
  /* line 4040, ../sass/components/_custom.scss */
  .offer-item-wrapper .offer-info-wrapper {
    width: calc(100% - 260px);
  }
}
/* line 4055, ../sass/components/_custom.scss */
.offer-item-wrapper .offer-info {
  padding: 15px 10px 40px 10px;
  min-height: 120px;
  position: relative;
}
@media only screen and (min-width: 600px) {
  /* line 4055, ../sass/components/_custom.scss */
  .offer-item-wrapper .offer-info {
    min-height: 172px;
    padding-bottom: 30px;
  }
}
/* line 4065, ../sass/components/_custom.scss */
.offer-item-wrapper .offer-info .title {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  display: block;
}
/* line 4072, ../sass/components/_custom.scss */
.offer-item-wrapper .offer-info .desc {
  font-size: 14px;
  font-weight: 200;
  color: #000;
  display: block;
}
/* line 4077, ../sass/components/_custom.scss */
.offer-item-wrapper .offer-info .desc.desc-long {
  display: none;
}
/* line 4081, ../sass/components/_custom.scss */
.offer-item-wrapper .offer-info .desc a {
  color: #e1af3c;
  font-weight: 500;
}
/* line 4087, ../sass/components/_custom.scss */
.offer-item-wrapper .offer-info .text-bottom {
  position: absolute;
  z-index: 10;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding-left: 15px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
/* line 4100, ../sass/components/_custom.scss */
.offer-item-wrapper .offer-info .text-bottom:before {
  font-family: 'icomoon';
  content: "\f054";
  position: absolute;
  left: 0;
  z-index: 1;
}
/* line 4108, ../sass/components/_custom.scss */
.offer-item-wrapper .offer-info .text-bottom span {
  color: #333333;
  font-weight: 200;
}
/* line 4115, ../sass/components/_custom.scss */
.offer-item-wrapper .offer-toggle-content {
  display: none;
  background: #e4e5df;
  padding: 10px 15px;
}
/* line 4119, ../sass/components/_custom.scss */
.offer-item-wrapper .offer-toggle-content p {
  font-size: 13px;
  font-weight: 300;
}

/* line 4126, ../sass/components/_custom.scss */
.curated-suggestion {
  margin: 0;
  padding: 25px 0;
  text-align: center;
}
/* line 4130, ../sass/components/_custom.scss */
.curated-suggestion .highlight {
  color: #e1af3c;
}

/* line 4135, ../sass/components/_custom.scss */
#curated-search {
  background-color: #efefef;
}
/* line 4138, ../sass/components/_custom.scss */
#curated-search .curated-hours-title {
  padding: 15px 0;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 1100px) {
  /* line 4138, ../sass/components/_custom.scss */
  #curated-search .curated-hours-title {
    font-size: 24px;
  }
}

/* line 4150, ../sass/components/_custom.scss */
#global-form {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 11000;
  color: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/* line 4162, ../sass/components/_custom.scss */
#global-form .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 48px;
  color: #fff;
  line-height: 40px;
  height: 40px;
  padding: 0;
  overflow: hidden;
  outline: none;
}

/* line 4176, ../sass/components/_custom.scss */
.global-form-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
/* line 4183, ../sass/components/_custom.scss */
.global-form-section .container {
  flex: 0 1 auto;
  min-height: 0;
  padding-top: 30px;
  margin: 0;
}
/* line 4190, ../sass/components/_custom.scss */
.global-form-section .form-desc {
  color: #fff;
  margin-bottom: 20px;
}
/* line 4193, ../sass/components/_custom.scss */
.global-form-section .form-desc h2 {
  font-size: 30px;
}
/* line 4196, ../sass/components/_custom.scss */
.global-form-section .form-desc p {
  font-weight: 500;
}

/* line 4204, ../sass/components/_custom.scss */
.general-form .form-control {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #fff;
  box-shadow: none !important;
  height: 42px;
  transition: all 0.1s linear;
  color: #fff;
}
/* line 4213, ../sass/components/_custom.scss */
.general-form .form-control:focus {
  border-bottom-color: #e1af3c !important;
}
/* line 4216, ../sass/components/_custom.scss */
.general-form .form-control.error {
  border-bottom-color: #fb443a;
}
/* line 4221, ../sass/components/_custom.scss */
.general-form .actions {
  text-align: center;
  padding: 15px 0;
}
/* line 4224, ../sass/components/_custom.scss */
.general-form .actions .btn {
  min-width: 150px;
  font-size: 20px;
}
/* line 4230, ../sass/components/_custom.scss */
.general-form.form-bg-black {
  background-color: #000;
  padding: 15px;
}
/* line 4234, ../sass/components/_custom.scss */
.general-form.form-bg-black .form-control,
.general-form.form-bg-black label,
.general-form.form-bg-black span,
.general-form.form-bg-black p {
  color: #fff;
}
/* line 4242, ../sass/components/_custom.scss */
.general-form .select-style {
  /* 		background-color: transparent;
  		border-bottom: 2px solid #fff; */
}
/* line 4245, ../sass/components/_custom.scss */
.general-form .select-style select {
  color: initial;
}
/* line 4249, ../sass/components/_custom.scss */
.general-form .select-style option {
  color: initial;
}

/* line 4255, ../sass/components/_custom.scss */
.general-form *::-webkit-input-placeholder {
  color: #fff;
}

/* line 4259, ../sass/components/_custom.scss */
.general-form *:-ms-input-placeholder {
  color: #fff;
}

/* line 4263, ../sass/components/_custom.scss */
.general-form *::placeholder {
  color: #fff;
}

/* line 4267, ../sass/components/_custom.scss */
.general-form *::-moz-placeholder {
  color: #fff;
}

/* line 4273, ../sass/components/_custom.scss */
.general-form:not(.pc-form) .checkbox-style {
  display: flex;
  flex-direction: column;
}
/* line 4277, ../sass/components/_custom.scss */
.general-form:not(.pc-form) .checkbox-style label {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 10px 0 10px 42px;
  margin-right: 25px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  height: auto;
  line-height: 22px;
  order: 2;
}
/* line 4289, ../sass/components/_custom.scss */
.general-form:not(.pc-form) .checkbox-style label:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 3px;
  background-color: #fff;
}
/* line 4302, ../sass/components/_custom.scss */
.general-form:not(.pc-form) .checkbox-style input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  order: 1;
}
/* line 4308, ../sass/components/_custom.scss */
.general-form:not(.pc-form) .checkbox-style input[type=checkbox]:checked ~ label:before {
  content: "\2713";
  color: #e1af3c;
  font-size: 35px;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
}
/* line 4317, ../sass/components/_custom.scss */
.general-form:not(.pc-form) .checkbox-style span.error {
  order: 3;
}
/* line 4323, ../sass/components/_custom.scss */
.general-form:not(.pc-form) .radio-style {
  display: flex;
  flex-direction: column;
}
/* line 4327, ../sass/components/_custom.scss */
.general-form:not(.pc-form) .radio-style label {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 10px 0 10px 42px;
  margin-right: 25px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  height: auto;
  line-height: 22px;
  order: 2;
}
/* line 4339, ../sass/components/_custom.scss */
.general-form:not(.pc-form) .radio-style label:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 3px;
  background-color: #fff;
  border-radius: 50%;
}
/* line 4353, ../sass/components/_custom.scss */
.general-form:not(.pc-form) .radio-style input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  order: 1;
}
/* line 4358, ../sass/components/_custom.scss */
.general-form:not(.pc-form) .radio-style input[type=radio]:checked ~ label:before {
  content: "\2022";
  color: #e1af3c;
  font-size: 48px;
  text-align: center;
  line-height: 32px;
}
/* line 4366, ../sass/components/_custom.scss */
.general-form:not(.pc-form) .radio-style span.error {
  order: 3;
}

/* line 4377, ../sass/components/_custom.scss */
.general-form.pc-form .checkbox-style label {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 10px 0 10px 42px;
  margin-right: 25px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  height: auto;
  line-height: 22px;
  order: 2;
}
/* line 4389, ../sass/components/_custom.scss */
.general-form.pc-form .checkbox-style label:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 3px;
  background-color: #fff;
}
/* line 4403, ../sass/components/_custom.scss */
.general-form.pc-form .checkbox-style input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  order: 1;
}
/* line 4409, ../sass/components/_custom.scss */
.general-form.pc-form .checkbox-style input[type=checkbox]:checked + label:before {
  content: "\2713";
  color: #e1af3c;
  font-size: 35px;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
}
/* line 4418, ../sass/components/_custom.scss */
.general-form.pc-form .checkbox-style span.error {
  order: 3;
}
/* line 4424, ../sass/components/_custom.scss */
.general-form.pc-form .radio-style {
  margin-bottom: 10px;
}
/* line 4427, ../sass/components/_custom.scss */
.general-form.pc-form .radio-style label {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 10px 0 10px 42px;
  margin-right: 25px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  height: auto;
  line-height: 22px;
  order: 2;
}
/* line 4439, ../sass/components/_custom.scss */
.general-form.pc-form .radio-style label:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 3px;
  background-color: #fff;
  border-radius: 50%;
}
/* line 4452, ../sass/components/_custom.scss */
.general-form.pc-form .radio-style label.radio-inline {
  display: inline-block;
}
/* line 4457, ../sass/components/_custom.scss */
.general-form.pc-form .radio-style input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  order: 1;
}
/* line 4462, ../sass/components/_custom.scss */
.general-form.pc-form .radio-style input[type=radio]:checked + label:before {
  content: "\2022";
  color: #e1af3c;
  font-size: 48px;
  text-align: center;
  line-height: 32px;
}
/* line 4470, ../sass/components/_custom.scss */
.general-form.pc-form .radio-style span.error {
  order: 3;
}

/* line 4478, ../sass/components/_custom.scss */
.form-group span.error {
  display: block;
  color: #fb443a;
  margin-top: 5px;
}

/* line 4485, ../sass/components/_custom.scss */
.inline-radio-group {
  margin-bottom: 15px;
}
/* line 4489, ../sass/components/_custom.scss */
.inline-radio-group .radio-style {
  float: left;
}

/* line 4495, ../sass/components/_custom.scss */
.pc-form .each-kid {
  position: relative;
  padding: 20px 0 15px 0;
  border-top: 1px solid #666;
}
/* line 4499, ../sass/components/_custom.scss */
.pc-form .each-kid:first-child {
  border-top: 0;
}
/* line 4502, ../sass/components/_custom.scss */
.pc-form .each-kid .btn-container {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 20px;
}
/* line 4508, ../sass/components/_custom.scss */
.pc-form .each-kid .remove-kid {
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  padding: 0;
}
/* line 4517, ../sass/components/_custom.scss */
.pc-form .each-kid .kids-name-row {
  padding-right: 60px;
}
@media only screen and (min-width: 768px) {
  /* line 4517, ../sass/components/_custom.scss */
  .pc-form .each-kid .kids-name-row {
    padding-right: 0;
  }
}
/* line 4527, ../sass/components/_custom.scss */
.pc-form .btn-grey-cascade {
  background-color: #6d6e71;
  color: #fff !important;
}
/* line 4531, ../sass/components/_custom.scss */
.pc-form .form-sub-head-wrapper {
  margin: 25px 0 15px 0;
}
/* line 4533, ../sass/components/_custom.scss */
.pc-form .form-sub-head-wrapper p {
  font-weight: 200;
}
/* line 4537, ../sass/components/_custom.scss */
.pc-form .form-sub-head {
  display: block;
  margin: 10px 0;
  font-size: 18px;
}

/*iframe*/
/* line 4545, ../sass/components/_custom.scss */
#preference-iframe {
  background: #fff;
  width: 100%;
  height: 1600px;
}
@media only screen and (min-width: 768px) {
  /* line 4545, ../sass/components/_custom.scss */
  #preference-iframe {
    height: 1550px;
  }
}
@media only screen and (min-width: 1100px) {
  /* line 4545, ../sass/components/_custom.scss */
  #preference-iframe {
    height: 1900px;
  }
}

/* line 4557, ../sass/components/_custom.scss */
.iframe-loading {
  background: transparent url("../imgs/bx_loader.gif") no-repeat 50% 20%;
}

/* line 4561, ../sass/components/_custom.scss */
.full-iframe {
  width: 100%;
  height: 100%;
  border: 0;
  overflow: auto;
}

/* line 4568, ../sass/components/_custom.scss */
.video-tile .image iframe {
  display: block;
  width: 100%;
  height: 250px;
}
@media only screen and (min-width: 1100px) {
  /* line 4568, ../sass/components/_custom.scss */
  .video-tile .image iframe {
    height: 280px;
  }
}

/* line 4578, ../sass/components/_custom.scss */
.modal iframe {
  width: 100%;
  border: 0;
}

/* line 4584, ../sass/components/_custom.scss */
#livechat-compact-container {
  bottom: 60px !important;
}

/* line 4588, ../sass/components/_custom.scss */
.guide-gallery-container {
  background-color: #fff;
  padding: 10px 0 40px 0;
  margin-bottom: 25px;
}
/* line 4593, ../sass/components/_custom.scss */
.guide-gallery-container .bx-wrapper {
  margin-bottom: 0;
}
/* line 4597, ../sass/components/_custom.scss */
.guide-gallery-container .bx-wrapper .bx-controls-direction a {
  font-family: 'icomoon';
  speak: none;
  line-height: 1;
  font-size: 50px;
  color: #fff;
  text-indent: inherit;
  text-decoration: none;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  height: 60px;
  margin-top: -30px;
  background: none;
  z-index: 999;
}
/* line 4610, ../sass/components/_custom.scss */
.guide-gallery-container .bx-wrapper .bx-controls-direction a.bx-next {
  text-align: right;
}
/* line 4613, ../sass/components/_custom.scss */
.guide-gallery-container .bx-wrapper .bx-controls-direction a.bx-next:before {
  content: "\f105";
}
/* line 4619, ../sass/components/_custom.scss */
.guide-gallery-container .bx-wrapper .bx-controls-direction a.bx-prev:before {
  content: "\f104";
}

/* line 4630, ../sass/components/_custom.scss */
.fancy-slide {
  display: none;
}
/* line 4634, ../sass/components/_custom.scss */
.fancy-slide .slide-img-container img {
  width: 100%;
}
@media only screen and (min-width: 600px) {
  /* line 4634, ../sass/components/_custom.scss */
  .fancy-slide .slide-img-container img {
    width: 460px;
  }
}
/* line 4642, ../sass/components/_custom.scss */
.fancy-slide .caption {
  padding: 10px;
}
@media only screen and (min-width: 600px) {
  /* line 4642, ../sass/components/_custom.scss */
  .fancy-slide .caption {
    width: 460px;
  }
}

/* line 4650, ../sass/components/_custom.scss */
.fancybox-nav {
  width: 40px;
}

/* line 4656, ../sass/components/_custom.scss */
.fancy-gallery-wrapper .fancybox-nav span {
  visibility: visible;
}
/* line 4661, ../sass/components/_custom.scss */
.fancy-gallery-wrapper .fancybox-skin {
  border-radius: 0;
}

/* line 4666, ../sass/components/_custom.scss */
.guide-slide {
  transition: opacity .25s ease-in-out;
}
/* line 4668, ../sass/components/_custom.scss */
.guide-slide.slide-fadeout {
  opacity: 0.5;
}

/* line 4673, ../sass/components/_custom.scss */
.panel-border > .panel-heading {
  background-color: transparent;
  padding: 0;
}

/* line 4678, ../sass/components/_custom.scss */
.panel.panel-border {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}

/* line 4684, ../sass/components/_custom.scss */
.panel.panel-border .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
}

/* line 4688, ../sass/components/_custom.scss */
.panel.panel-border {
  border-width: 1px;
  border-color: #000000;
}

/* line 4693, ../sass/components/_custom.scss */
.panel.panel-border .panel-title {
  color: #000000;
  line-height: 1.3em;
  font-size: 18px;
}
@media only screen and (max-width: 599px) {
  /* line 4693, ../sass/components/_custom.scss */
  .panel.panel-border .panel-title {
    font-size: 16px;
  }
}

/* line 4702, ../sass/components/_custom.scss */
.panel.panel-border .panel-title a {
  padding: 15px 60px 15px 15px;
  display: block;
  position: relative;
  color: #000000;
}

/* line 4709, ../sass/components/_custom.scss */
.panel-body p {
  font-size: 16px;
}
@media only screen and (max-width: 599px) {
  /* line 4709, ../sass/components/_custom.scss */
  .panel-body p {
    font-size: 13px;
  }
}

/* line 4716, ../sass/components/_custom.scss */
.tcon-plus-minus {
  height: 30px;
  width: 30px;
  display: inline-block;
  /*	-webkit-transform: scale(0.75);
  	transform: scale(0.75);*/
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -15px;
}

/* line 4728, ../sass/components/_custom.scss */
.tcon-plus-minus:before,
.tcon-plus-minus:after {
  content: "";
  display: block;
  width: 62%;
  height: 10%;
  position: absolute;
  top: 42%;
  left: 8%;
  transition: 0.3s;
  background: #000000;
}

/* line 4741, ../sass/components/_custom.scss */
.tcon-plus-minus:before {
  -webkit-transform: rotate(180deg) translate(0, 0);
  transform: rotate(180deg) translate(0, 0);
  width: 62%;
}

/* line 4747, ../sass/components/_custom.scss */
.tcon-plus-minus:after {
  -webkit-transform: rotate(180deg) translate(-37.5%, 0);
  transform: rotate(180deg) translate(-37.5%, 0);
  width: 62%;
}

/* line 4753, ../sass/components/_custom.scss */
.collapsed .tcon-plus-minus:before {
  -webkit-transform: rotate(0deg) translate(0, 0);
  transform: rotate(0deg) translate(0, 0);
  width: 85%;
}

/* line 4759, ../sass/components/_custom.scss */
.collapsed .tcon-plus-minus:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 85%;
}

/* line 4766, ../sass/components/_custom.scss */
.content-list-container {
  margin-bottom: 15px;
}
/* line 4768, ../sass/components/_custom.scss */
.content-list-container .list-item {
  border-top: 2px solid #000000;
  padding: 15px 0;
}
@media only screen and (min-width: 600px) {
  /* line 4768, ../sass/components/_custom.scss */
  .content-list-container .list-item {
    padding-left: 190px;
    position: relative;
    min-height: 193px;
  }
}
/* line 4778, ../sass/components/_custom.scss */
.content-list-container .list-thumbnail {
  border: 1px solid #000;
  padding: 3px;
  max-width: 220px;
}
@media only screen and (min-width: 600px) {
  /* line 4778, ../sass/components/_custom.scss */
  .content-list-container .list-thumbnail {
    width: 160px;
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 1;
  }
}
/* line 4791, ../sass/components/_custom.scss */
.content-list-container .list-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 4798, ../sass/components/_custom.scss */
.content-list-container .list-info {
  text-align: left;
  padding: 15px 0 0 0;
}
@media only screen and (min-width: 480px) {
  /* line 4798, ../sass/components/_custom.scss */
  .content-list-container .list-info {
    padding-top: 0;
  }
}
/* line 4804, ../sass/components/_custom.scss */
.content-list-container .list-info .list-title {
  color: #000;
}
/* line 4806, ../sass/components/_custom.scss */
.content-list-container .list-info .list-title a {
  color: #000;
}
/* line 4811, ../sass/components/_custom.scss */
.content-list-container .list-info p {
  font-size: 14px;
}
@media only screen and (min-width: 480px) {
  /* line 4811, ../sass/components/_custom.scss */
  .content-list-container .list-info p {
    font-size: 16px;
  }
}
