<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -------------------------------------------

Name: 		No:203
Version:    1.0
Author:		HZD Teknoloji
Portfolio:  https://www.hzd.com.tr

------------------------------------------- */
/*--------------------------------------------

1. common
      - fonts
      - scrollbar
      - typography
      - buttons
      - forms
      - spaces
2. frame
      - preloader
      - marcup
      - menu
      - scroll hint
      - fade scroll object
3. content
      - banner
      - call to action
      - about
      - icon box
      - banner sm
      - counters
      - team
      - testimonials
      - blog
      - comments
      - footer
      - popup
      - breadcrumbs
      - timeline (update 1.1)
      - new menu (update 1.1)
4. menu
      - default card
      - small card
4. shop
      - minicart
      - product card
      - sidebar
      - cart
      - checkout
5. custom
      - swiper
      - datepicker
      - nice select
      - fancybox
      - mapbox


--------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&amp;amp;family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&amp;amp;display=swap");
/* line 1, ../scss/_transitions.scss */
html {
  /* ----- preloader ----- */
  /* ----- menu ----- */
  /* ----- banner ----- */
  /* ----- content ----- */
  /* ----- footer ----- */ }
/* line 3, ../scss/_transitions.scss */
html .tst-preloader {
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(0) scale(0.4);
  transform: translateY(0) scale(0.4); }
/* line 9, ../scss/_transitions.scss */
html .tst-dynamic-menu {
  opacity: 1;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out; }
/* line 15, ../scss/_transitions.scss */
html .tst-dynamic-menu li.current-menu-item:after {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  content: '';
  width: 80%; }
/* line 24, ../scss/_transitions.scss */
html .tst-dynamic-banner {
  opacity: 1;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }
/* line 30, ../scss/_transitions.scss */
html .tst-dynamic-banner .tst-banner .tst-cover-frame {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out; }
/* line 36, ../scss/_transitions.scss */
html .tst-dynamic-banner .tst-banner .tst-main-title-frame {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out; }
/* line 43, ../scss/_transitions.scss */
html .tst-dynamic-banner .tst-main-slider-navigation {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out; }
/* line 50, ../scss/_transitions.scss */
html .tst-dynamic-content {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out; }
/* line 54, ../scss/_transitions.scss */
html .tst-dynamic-content .tst-scroll-hint-frame {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out; }
/* line 60, ../scss/_transitions.scss */
html footer .container {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out; }

/* line 67, ../scss/_transitions.scss */
html.is-animating {
  /* ----- preloader ----- */
  /* ----- menu ----- */
  /* ----- banner ----- */
  /* ----- content ----- */
  /* ----- footer ----- */ }
/* line 69, ../scss/_transitions.scss */
html.is-animating .tst-preloader {
  opacity: 1;
  -webkit-transform: translateY(-200px) scale(0.6);
  transform: translateY(-200px) scale(0.6);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s; }
/* line 76, ../scss/_transitions.scss */
html.is-animating .tst-dynamic-menu {
  opacity: 0.999; }
/* line 81, ../scss/_transitions.scss */
html.is-animating .tst-dynamic-menu li.current-menu-item:after {
  content: '';
  width: 0; }
/* line 87, ../scss/_transitions.scss */
html.is-animating .tst-dynamic-menu li ul {
  opacity: 0 !important;
  -webkit-transform: translateY(20px) !important;
  transform: translateY(20px) !important; }
/* line 92, ../scss/_transitions.scss */
html.is-animating .tst-dynamic-menu nav.tst-active {
  opacity: 0 !important;
  -webkit-transform: translateY(20px) !important;
  transform: translateY(20px) !important; }
/* line 98, ../scss/_transitions.scss */
html.is-animating .tst-dynamic-banner {
  opacity: 0.999; }
/* line 102, ../scss/_transitions.scss */
html.is-animating .tst-dynamic-banner .tst-banner .tst-cover-frame {
  opacity: 0;
  -webkit-transform: scale(1.3);
  transform: scale(1.3); }
/* line 107, ../scss/_transitions.scss */
html.is-animating .tst-dynamic-banner .tst-banner .tst-main-title-frame {
  opacity: 0;
  -webkit-transform: translateY(-200px) scale(0.8);
  transform: translateY(-200px) scale(0.8); }
/* line 113, ../scss/_transitions.scss */
html.is-animating .tst-dynamic-banner .tst-main-slider-navigation {
  opacity: 0;
  -webkit-transform: translateY(100px) scale(0.8);
  transform: translateY(100px) scale(0.8); }
/* line 119, ../scss/_transitions.scss */
html.is-animating .tst-dynamic-content {
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px); }
/* line 122, ../scss/_transitions.scss */
html.is-animating .tst-dynamic-content .tst-scroll-hint-frame {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-delay: .4s;
  transition-delay: .4s; }
/* line 128, ../scss/_transitions.scss */
html.is-animating footer .container {
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }

/**********************************

common

***********************************/
/*-------------------------
fonts
-------------------------*/
/*-------------------------
scrollbar
--------------------------*/
/* line 13, ../scss/_common.scss */
::-webkit-scrollbar {
  width: 4px; }

/* line 17, ../scss/_common.scss */
::-webkit-scrollbar-track {
  background: black; }

/* line 21, ../scss/_common.scss */
::-webkit-scrollbar-thumb {
  background: #f39c12;
  border-radius: 2px; }

/* line 26, ../scss/_common.scss */
::-webkit-scrollbar-thumb:hover {
  -webkit-filter: brightness(108%);
  filter: brightness(108%); }

/*-------------------------
typography
-------------------------*/
/* line 32, ../scss/_common.scss */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 38, ../scss/_common.scss */
body {
  color: #1a2f33;
  font-size: 18px;
  font-weight: 300;
  font-family: "Josefin Sans", sans-serif;
  background-image: url("../img/bg.jpg");
  background-size: 100%;
  background-attachment: fixed; }
/* line 47, ../scss/_common.scss */
body .tst-main-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 25, 29, 0.7)), color-stop(20%, rgba(4, 25, 29, 0.7)));
  background-image: linear-gradient(180deg, rgba(4, 25, 29, 0.7) 0%, rgba(4, 25, 29, 0.7) 20%); }

/* line 57, ../scss/_common.scss */
*,
*:focus {
  outline: inherit; }

/* line 62, ../scss/_common.scss */
a,
a:hover {
  color: inherit;
  text-decoration: none; }
/* line 68, ../scss/_common.scss */
a.tst-color:hover,
a:hover.tst-color:hover {
  color: #f39c12; }

/* line 74, ../scss/_common.scss */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  font-weight: 900;
  margin: 0; }

/* line 91, ../scss/_common.scss */
.h1,
h1 {
  font-size: 80px; }

/* line 96, ../scss/_common.scss */
.h2,
h2 {
  font-size: 68px; }

/* line 101, ../scss/_common.scss */
.h3,
h3 {
  font-size: 48px; }

/* line 106, ../scss/_common.scss */
.h4,
h4 {
  font-size: 40px; }

/* line 111, ../scss/_common.scss */
.h5,
h5 {
  font-size: 24px; }

/* line 116, ../scss/_common.scss */
.h6,
h6 {
  padding-top: 4px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  font-family: "Josefin Sans", sans-serif;
  margin: 0; }

/* line 127, ../scss/_common.scss */
.tst-text {
  opacity: 0.7;
  font-size: 17px;
  font-weight: 300;
  font-family: "Josefin Sans", sans-serif;
  margin: 0; }
/* line 134, ../scss/_common.scss */
.tst-text.tst-text-lg {
  font-size: 18px; }

/* line 139, ../scss/_common.scss */
.tst-label {
  display: inline-block;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

/* line 151, ../scss/_common.scss */
.tst-icon-link {
  font-size: 14px;
  letter-spacing: 2px;
  font-family: "Josefin Sans", sans-serif;
  margin: 0 10px 0 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
/* line 158, ../scss/_common.scss */
.tst-icon-link:hover {
  opacity: 1;
  color: #f39c12; }

/* line 164, ../scss/_common.scss */
.tst-suptitle {
  position: relative;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 800;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
  padding-left: 45px; }
/* line 174, ../scss/_common.scss */
.tst-suptitle:before {
  content: '';
  height: 4px;
  border-radius: 2px;
  width: 30px;
  position: absolute;
  left: 0;
  top: 4px;
  background-color: #f39c12; }
/* line 185, ../scss/_common.scss */
.tst-suptitle.tst-suptitle-center {
  text-align: center;
  padding-left: 0;
  padding-top: 20px; }
/* line 190, ../scss/_common.scss */
.tst-suptitle.tst-suptitle-center:before {
  top: 0;
  left: 50%;
  margin-left: -15px; }
/* line 197, ../scss/_common.scss */
.tst-suptitle.tst-suptitle-right {
  padding-right: 45px; }
/* line 200, ../scss/_common.scss */
.tst-suptitle.tst-suptitle-right:before {
  left: auto;
  right: 10px; }

/* line 207, ../scss/_common.scss */
.tst-spacer {
  height: 0;
  margin: 60px 0;
  border-bottom: dotted 4px rgba(26, 47, 51, 0.7);
  opacity: 0.3; }
/* line 213, ../scss/_common.scss */
.tst-spacer.tst-spacer-only-bottom-space {
  margin-top: 0; }
/* line 217, ../scss/_common.scss */
.tst-spacer.tst-spacer-only-top-space {
  margin-bottom: 0; }
/* line 221, ../scss/_common.scss */
.tst-spacer.tst-white {
  border-bottom: dotted 4px rgba(242, 246, 247, 0.3); }

/* line 226, ../scss/_common.scss */
.tst-spacer-sm {
  height: 1px;
  margin: 15px 0;
  border-bottom: dotted 2px rgba(26, 47, 51, 0.7);
  opacity: 0.3; }

/* line 233, ../scss/_common.scss */
.tst-text-shadow {
  text-shadow: 0 5px 20px rgba(26, 47, 51, 0.95); }

/* line 237, ../scss/_common.scss */
.tst-white {
  color: #f2f6f7; }

/* line 241, ../scss/_common.scss */
a.tst-white {
  color: #f2f6f7;
  opacity: 0.8; }
/* line 245, ../scss/_common.scss */
a.tst-white:hover {
  color: #f2f6f7;
  opacity: 1; }

/* line 251, ../scss/_common.scss */
.tst-white-2 {
  color: #e5ebef; }

/* line 255, ../scss/_common.scss */
a.tst-white-2 {
  color: #e5ebef;
  opacity: 0.9; }
/* line 259, ../scss/_common.scss */
a.tst-white-2:hover {
  color: #e5ebef;
  opacity: 1; }

/* line 265, ../scss/_common.scss */
.tst-color {
  color: #f39c12; }

/* line 269, ../scss/_common.scss */
.tst-right {
  float: right; }

@media (max-width: 992px) {
  /* line 273, ../scss/_common.scss */
  .h1,
  h1 {
    font-size: 64px; }

  /* line 278, ../scss/_common.scss */
  .h2,
  h2 {
    font-size: 48px; }

  /* line 283, ../scss/_common.scss */
  .h3,
  h3 {
    font-size: 32px; }

  /* line 288, ../scss/_common.scss */
  .h4,
  h4 {
    font-size: 24px; }

  /* line 293, ../scss/_common.scss */
  .h5,
  h5 {
    font-size: 20px; }

  /* line 298, ../scss/_common.scss */
  .tst-text {
    font-size: 16px; }
  /* line 301, ../scss/_common.scss */
  .tst-text .tst-text-lg {
    font-size: 16px; } }
@media (max-width: 992px) {
  /* line 308, ../scss/_common.scss */
  .tst-suptitle.tst-suptitle-mobile-md-center {
    text-align: center;
    padding-left: 0;
    padding-top: 20px; }
  /* line 313, ../scss/_common.scss */
  .tst-suptitle.tst-suptitle-mobile-md-center:before {
    top: 0;
    left: 50%;
    margin-left: -15px; } }
@media (max-width: 790px) {
  /* line 322, ../scss/_common.scss */
  .h1,
  h1 {
    font-size: 54px; }

  /* line 327, ../scss/_common.scss */
  .h2,
  h2 {
    font-size: 38px; }

  /* line 332, ../scss/_common.scss */
  .h3,
  h3 {
    font-size: 28px; }

  /* line 337, ../scss/_common.scss */
  .h4,
  h4 {
    font-size: 24px; }

  /* line 342, ../scss/_common.scss */
  .h5,
  h5 {
    font-size: 20px; }

  /* line 347, ../scss/_common.scss */
  .tst-text {
    font-size: 14px; }
  /* line 350, ../scss/_common.scss */
  .tst-text .tst-text-lg {
    font-size: 14px; }

  /* line 356, ../scss/_common.scss */
  .tst-suptitle.tst-suptitle-mobile-center {
    text-align: center;
    padding-left: 0;
    padding-top: 20px; }
  /* line 361, ../scss/_common.scss */
  .tst-suptitle.tst-suptitle-mobile-center:before {
    top: 0;
    left: 50%;
    margin-left: -15px; }

  /* line 369, ../scss/_common.scss */
  .tst-btn-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  /* line 374, ../scss/_common.scss */
  .tst-btn-mobile a {
    margin: 0 0 30px; }
  /* line 377, ../scss/_common.scss */
  .tst-btn-mobile a:last-child {
    margin-bottom: 0; } }
/*-------------------------
buttons
-------------------------*/
/* line 386, ../scss/_common.scss */
.tst-btn {
  position: relative;
  padding: 0 30px;
  background-color: #f39c12;
  display: inline-block;
  height: 50px;
  line-height: 54px;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 800;
  border: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 5px;
  white-space: nowrap; }
/* line 405, ../scss/_common.scss */
.tst-btn.tst-btn-shadow {
  -webkit-box-shadow: 0 3px 5px 0 rgba(26, 47, 51, 0.3);
  box-shadow: 0 3px 5px 0 rgba(26, 47, 51, 0.3); }
/* line 409, ../scss/_common.scss */
.tst-btn:before {
  content: '';
  height: 7px;
  width: calc(100% - 20px);
  position: absolute;
  bottom: -7px;
  border-radius: 0 0 5px 5px;
  background-color: #f2f6f7;
  opacity: 0.15;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  left: 10px; }
/* line 422, ../scss/_common.scss */
.tst-btn:last-child {
  margin-right: 0; }
/* line 426, ../scss/_common.scss */
.tst-btn:hover {
  -webkit-filter: brightness(108%);
  filter: brightness(108%);
  -webkit-transform: scale(1.015);
  transform: scale(1.015); }
/* line 430, ../scss/_common.scss */
.tst-btn:hover:before {
  bottom: -5px;
  -webkit-transform: scale(0.95);
  transform: scale(0.95); }
/* line 436, ../scss/_common.scss */
.tst-btn.tst-btn-lg {
  padding: 0 40px;
  height: 60px;
  line-height: 64px; }
/* line 442, ../scss/_common.scss */
.tst-btn i {
  margin-right: 5px;
  font-size: 18px;
  -webkit-transform: translateY(3px);
  transform: translateY(3px); }
/* line 448, ../scss/_common.scss */
.tst-btn.tst-cart-btn {
  padding: 0;
  width: 60px;
  text-align: center; }
/* line 453, ../scss/_common.scss */
.tst-btn.tst-cart-btn svg {
  width: 15px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px); }

/*-------------------------
forms
-------------------------*/
/* line 463, ../scss/_common.scss */
form input {
  border: none;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  padding: 0 20px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
  color: #1a2f33 !important;
  opacity: 1;
  font-size: 14px;
  font-weight: 400; }
/* line 476, ../scss/_common.scss */
form input:focus {
  outline: inherit; }
/* line 480, ../scss/_common.scss */
form input::-webkit-input-placeholder {
  color: #1a2f33 !important;
  opacity: 1;
  font-size: 14px;
  font-weight: 400; }
form input:-ms-input-placeholder {
  color: #1a2f33 !important;
  opacity: 1;
  font-size: 14px;
  font-weight: 400; }
form input::-ms-input-placeholder {
  color: #1a2f33 !important;
  opacity: 1;
  font-size: 14px;
  font-weight: 400; }
form input::placeholder {
  color: #1a2f33 !important;
  opacity: 1;
  font-size: 14px;
  font-weight: 400; }

/* line 489, ../scss/_common.scss */
textarea {
  border: none;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 30px;
  padding: 15px 20px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
  color: #1a2f33 !important;
  opacity: 1;
  font-size: 14px;
  font-weight: 400; }
/* line 501, ../scss/_common.scss */
textarea:focus {
  outline: inherit; }
/* line 505, ../scss/_common.scss */
textarea::-webkit-input-placeholder {
  color: #1a2f33 !important;
  opacity: 1;
  font-size: 14px;
  font-weight: 400; }
textarea:-ms-input-placeholder {
  color: #1a2f33 !important;
  opacity: 1;
  font-size: 14px;
  font-weight: 400; }
textarea::-ms-input-placeholder {
  color: #1a2f33 !important;
  opacity: 1;
  font-size: 14px;
  font-weight: 400; }
textarea::placeholder {
  color: #1a2f33 !important;
  opacity: 1;
  font-size: 14px;
  font-weight: 400; }

/*-------------------------
spaces
-------------------------*/
/* line 515, ../scss/_common.scss */
.tst-mb-15 {
  margin-bottom: 15px; }

/* line 519, ../scss/_common.scss */
.tst-mb-30 {
  margin-bottom: 30px; }

/* line 523, ../scss/_common.scss */
.tst-mb-60 {
  margin-bottom: 60px; }

/* line 527, ../scss/_common.scss */
.tst-mb-70 {
  margin-bottom: 70px; }

/* line 531, ../scss/_common.scss */
.tst-mr-30 {
  margin-right: 30px; }

/* line 535, ../scss/_common.scss */
.tst-mt-30 {
  margin-top: 30px; }

/* line 539, ../scss/_common.scss */
.tst-p-60-60 {
  padding-top: 60px;
  padding-bottom: 60px; }

/* line 544, ../scss/_common.scss */
.tst-p-60-0 {
  padding-top: 60px; }

/* line 548, ../scss/_common.scss */
.tst-p-0-30 {
  padding-top: 0;
  padding-bottom: 30px; }

/* line 553, ../scss/_common.scss */
.tst-p-60-30 {
  padding-top: 60px;
  padding-bottom: 30px; }

/**********************************

frame

***********************************/
/*-------------------------
preloader
-------------------------*/
/* line 9, ../scss/_frame.scss */
.tst-preloader-frame {
  position: absolute;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
/* line 17, ../scss/_frame.scss */
.tst-preloader-frame .tst-preloader {
  position: absolute;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  width: 80px;
  height: 80px;
  top: 70%;
  left: calc(50% - 40px);
  margin: 0 auto; }
/* line 26, ../scss/_frame.scss */
.tst-preloader-frame .tst-preloader span {
  position: absolute;
  border: 6px solid #f39c12;
  border-top: 6px solid transparent;
  border-radius: 999px; }
/* line 32, ../scss/_frame.scss */
.tst-preloader-frame .tst-preloader span:nth-child(1) {
  width: 80px;
  height: 80px;
  -webkit-animation: spin-1 2s infinite linear;
  animation: spin-1 2s infinite linear; }
/* line 38, ../scss/_frame.scss */
.tst-preloader-frame .tst-preloader span:nth-child(2) {
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  -webkit-animation: spin-2 1s infinite linear;
  animation: spin-2 1s infinite linear; }

@-webkit-keyframes spin-1 {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1; }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0.5; }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1; } }

@keyframes spin-1 {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1; }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0.5; }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1; } }
@-webkit-keyframes spin-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.5; }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.5; } }
@keyframes spin-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.5; }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 1; }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.5; } }
/*-------------------------
marcup
-------------------------*/
/* line 83, ../scss/_frame.scss */
.tst-app {
  width: 100%;
  position: relative;
  overflow: hidden;
  opacity: 0; }

/* line 90, ../scss/_frame.scss */
.tst-content-frame {
  position: relative;
  z-index: 99999;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.4);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.4);
  margin-left: 45px;
  margin-right: 45px;
  background-color: #fcfcfc; }
/* line 99, ../scss/_frame.scss */
.tst-content-frame:before {
  content: '';
  height: 10px;
  width: calc(100% - 30px);
  position: absolute;
  z-index: 999;
  top: -10px;
  border-radius: 5px 5px 0 0;
  background-color: #f2f6f7;
  opacity: 0.2;
  left: 15px; }
/* line 112, ../scss/_frame.scss */
.tst-content-frame:after {
  content: '';
  height: 10px;
  width: calc(100% - 30px);
  position: absolute;
  bottom: -10px;
  border-radius: 0 0 5px 5px;
  background-color: #f2f6f7;
  opacity: 0.2;
  left: 15px; }

@media (max-width: 790px) {
  /* line 125, ../scss/_frame.scss */
  .tst-content-frame {
    margin-left: 10px;
    margin-right: 10px; } }
/*-------------------------
menu
-------------------------*/
/* line 133, ../scss/_frame.scss */
.tst-menu-frame {
  height: auto;
  position: fixed;
  z-index: 9999999;
  width: 100%;
  padding: 0 15px; }
/* line 140, ../scss/_frame.scss */
.tst-menu-frame .tst-menu {
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  padding: 0 30px;
  border-radius: 10px 10px;
  background-color: white;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.2);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.2);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }
/* line 154, ../scss/_frame.scss */
.tst-menu-frame .tst-menu:after {
  content: '';
  height: 10px;
  width: calc(100% - 30px);
  position: absolute;
  bottom: -10px;
  border-radius: 0 0 5px 5px;
  background-color: #f2f6f7;
  opacity: 0.15;
  left: 15px; }
/* line 166, ../scss/_frame.scss */
.tst-menu-frame .tst-menu .tst-logo {
  width: 100px; }
/* line 171, ../scss/_frame.scss */
.tst-menu-frame .tst-menu nav ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
/* line 176, ../scss/_frame.scss */
.tst-menu-frame .tst-menu nav ul li {
  height: 80px;
  position: relative;
  list-style-type: none; }
/* line 181, ../scss/_frame.scss */
.tst-menu-frame .tst-menu nav ul li a {
  padding: 34px 30px 0;
  display: block;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 800;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
/* line 196, ../scss/_frame.scss */
.tst-menu-frame .tst-menu nav ul li.current-menu-item:after {
  content: '';
  background-color: #f39c12;
  position: absolute;
  bottom: 0;
  height: 4px;
  left: 10%;
  border-radius: 2px 2px 0 0; }
/* line 207, ../scss/_frame.scss */
.tst-menu-frame .tst-menu nav ul li.menu-item-has-children {
  position: relative; }
/* line 211, ../scss/_frame.scss */
.tst-menu-frame .tst-menu nav ul li ul {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  padding: 25px 0 10px;
  min-width: 160px;
  position: absolute;
  z-index: 1;
  top: 90px;
  left: 0;
  border-radius: 5px;
  background-color: #f39c12;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 3px 5px 0 rgba(26, 47, 51, 0.2);
  box-shadow: 0 3px 5px 0 rgba(26, 47, 51, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
/* line 227, ../scss/_frame.scss */
.tst-menu-frame .tst-menu nav ul li ul:before {
  height: 10px;
  width: 100%;
  left: 0;
  background-color: transparent;
  content: '';
  position: absolute;
  top: -10px;
  z-index: 999; }
/* line 238, ../scss/_frame.scss */
.tst-menu-frame .tst-menu nav ul li ul:after {
  content: '';
  height: 7px;
  width: calc(100% - 20px);
  position: absolute;
  bottom: -7px;
  border-radius: 0 0 5px 5px;
  background-color: #f2f6f7;
  opacity: 0.15;
  left: 10px; }
/* line 250, ../scss/_frame.scss */
.tst-menu-frame .tst-menu nav ul li ul li {
  padding: 0 30px;
  height: 15px;
  margin-bottom: 20px; }
/* line 255, ../scss/_frame.scss */
.tst-menu-frame .tst-menu nav ul li ul li a {
  white-space: nowrap;
  display: block;
  line-height: 20px;
  padding: 0; }
/* line 262, ../scss/_frame.scss */
.tst-menu-frame .tst-menu nav ul li ul li ul {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  top: -25px;
  left: calc(100% + 10px) !important; }
/* line 269, ../scss/_frame.scss */
.tst-menu-frame .tst-menu nav ul li ul li ul:before {
  height: 100%;
  width: 10px;
  left: -10px;
  background-color: transparent;
  content: '';
  position: absolute;
  top: 0; }
/* line 280, ../scss/_frame.scss */
.tst-menu-frame .tst-menu nav ul li ul li.menu-item-has-children {
  position: relative; }
/* line 287, ../scss/_frame.scss */
.tst-menu-frame .tst-menu nav ul li:hover ul {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0);
  transform: translateY(0); }
/* line 293, ../scss/_frame.scss */
.tst-menu-frame .tst-menu nav ul li:hover ul li ul {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px); }
/* line 299, ../scss/_frame.scss */
.tst-menu-frame .tst-menu nav ul li:hover ul li:hover ul {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0);
  transform: translateY(0); }
/* line 312, ../scss/_frame.scss */
.tst-menu-frame .tst-menu .tst-menu-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
/* line 316, ../scss/_frame.scss */
.tst-menu-frame .tst-menu .tst-menu-right .tst-cart {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  position: relative;
  margin-left: 20px; }
/* line 321, ../scss/_frame.scss */
.tst-menu-frame .tst-menu .tst-menu-right .tst-cart svg {
  width: 25px; }
/* line 325, ../scss/_frame.scss */
.tst-menu-frame .tst-menu .tst-menu-right .tst-cart .tst-cart-number {
  line-height: 17px;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 600;
  background-color: #2ecc71;
  color: #f2f6f7;
  height: 15px;
  width: 15px;
  font-size: 10px;
  text-align: center;
  border-radius: 50%; }
/* line 341, ../scss/_frame.scss */
.tst-menu-frame .tst-menu .tst-menu-right .tst-menu-button-frame {
  display: none;
  margin-left: 15px;
  height: 80px;
  width: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
/* line 349, ../scss/_frame.scss */
.tst-menu-frame .tst-menu .tst-menu-right .tst-menu-button-frame .tst-menu-btn {
  padding-top: 2px;
  width: 25px;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
/* line 358, ../scss/_frame.scss */
.tst-menu-frame .tst-menu .tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 1px;
  width: 20px;
  height: 20px;
  border-radius: 50%; }
/* line 366, ../scss/_frame.scss */
.tst-menu-frame .tst-menu .tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span, .tst-menu-frame .tst-menu .tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span:after, .tst-menu-frame .tst-menu .tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span:before {
  content: "";
  display: block;
  width: 19px;
  height: 0.10em;
  border-radius: 3px;
  background: #1a2f33;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
/* line 379, ../scss/_frame.scss */
.tst-menu-frame .tst-menu .tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span {
  position: relative;
  margin: 7px 0 0; }
/* line 383, ../scss/_frame.scss */
.tst-menu-frame .tst-menu .tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span:after, .tst-menu-frame .tst-menu .tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span:before {
  position: absolute; }
/* line 388, ../scss/_frame.scss */
.tst-menu-frame .tst-menu .tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span:before {
  top: -7px; }
/* line 392, ../scss/_frame.scss */
.tst-menu-frame .tst-menu .tst-menu-right .tst-menu-button-frame .tst-menu-btn .tst-burger span:after {
  top: 7px; }
/* line 400, ../scss/_frame.scss */
.tst-menu-frame .tst-menu .tst-menu-right .tst-menu-button-frame .tst-menu-btn.tst-active .tst-burger span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
/* line 403, ../scss/_frame.scss */
.tst-menu-frame .tst-menu .tst-menu-right .tst-menu-button-frame .tst-menu-btn.tst-active .tst-burger span:before {
  -webkit-transform: translate(0px, 7px) rotate(-90deg);
  transform: translate(0px, 7px) rotate(-90deg); }
/* line 407, ../scss/_frame.scss */
.tst-menu-frame .tst-menu .tst-menu-right .tst-menu-button-frame .tst-menu-btn.tst-active .tst-burger span:after {
  -webkit-transform: translate(0px, -7px) rotate(-90deg);
  transform: translate(0px, -7px) rotate(-90deg); }
/* line 419, ../scss/_frame.scss */
.tst-menu-frame.tst-active .tst-menu {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-radius: 0 0 10px 10px; }

@media (max-width: 992px) {
  /* line 426, ../scss/_frame.scss */
  .tst-menu-frame {
    width: 100%;
    padding: 0; }
  /* line 430, ../scss/_frame.scss */
  .tst-menu-frame .tst-menu-overlay {
    display: none; }
  /* line 434, ../scss/_frame.scss */
  .tst-menu-frame .tst-menu {
    width: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-radius: 0 0 10px 10px; }
  /* line 439, ../scss/_frame.scss */
  .tst-menu-frame .tst-menu nav {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.2);
    box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.2);
    padding: 15px 0;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 90px;
    background-color: white;
    width: calc(100% - 20px);
    border-radius: 5px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out; }
  /* line 454, ../scss/_frame.scss */
  .tst-menu-frame .tst-menu nav.tst-active {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  /* line 460, ../scss/_frame.scss */
  .tst-menu-frame .tst-menu nav:after {
    content: '';
    height: 10px;
    width: calc(100% - 30px);
    position: absolute;
    bottom: -10px;
    border-radius: 0 0 5px 5px;
    background-color: white;
    opacity: 0.15;
    left: 15px; }
  /* line 472, ../scss/_frame.scss */
  .tst-menu-frame .tst-menu nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  /* line 475, ../scss/_frame.scss */
  .tst-menu-frame .tst-menu nav ul li {
    height: auto;
    padding: 15px 30px 0; }
  /* line 479, ../scss/_frame.scss */
  .tst-menu-frame .tst-menu nav ul li a {
    padding: 0;
    margin-bottom: 10px; }
  /* line 485, ../scss/_frame.scss */
  .tst-menu-frame .tst-menu nav ul li.current-menu-item:after {
    display: none; }
  /* line 489, ../scss/_frame.scss */
  .tst-menu-frame .tst-menu nav ul li.current-menu-item &gt; a {
    color: #f39c12; }
  /* line 494, ../scss/_frame.scss */
  .tst-menu-frame .tst-menu nav ul li ul {
    opacity: 1;
    top: auto;
    padding: 0;
    max-height: 0;
    -webkit-transform: none;
    transform: none;
    position: static;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out; }
  /* line 507, ../scss/_frame.scss */
  .tst-menu-frame .tst-menu nav ul li ul li:first-child {
    margin-top: 15px; }
  /* line 514, ../scss/_frame.scss */
  .tst-menu-frame .tst-menu nav ul li:hover ul {
    max-height: 300px; }
  /* line 523, ../scss/_frame.scss */
  .tst-menu-frame .tst-menu-right {
    width: auto; }
  /* line 526, ../scss/_frame.scss */
  .tst-menu-frame .tst-menu-right .tst-res-btn {
    display: none; }
  /* line 530, ../scss/_frame.scss */
  .tst-menu-frame .tst-menu-right .tst-menu-button-frame {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }
/*-------------------------
scroll hint
-------------------------*/
/* line 539, ../scss/_frame.scss */
.tst-scroll-hint-frame {
  height: 74px;
  width: 74px;
  border-radius: 50%;
  position: absolute;
  top: -40px;
  left: calc(50% - 37px);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fcfcfc; }
/* line 552, ../scss/_frame.scss */
.tst-scroll-hint-frame:after {
  -webkit-transform: scaleX(1.25) scaleY(1.09);
  transform: scaleX(1.25) scaleY(1.09);
  content: '';
  width: 74px;
  height: 37px;
  opacity: 0.15;
  border-radius: 1000px 1000px 0 0;
  position: absolute;
  top: -11.6%;
  background-color: #f2f6f7;
  z-index: -2; }
/* line 565, ../scss/_frame.scss */
.tst-scroll-hint-frame .tst-scroll-hint {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  top: -5px;
  position: relative;
  height: 40px;
  width: 25px;
  border: solid 2px #1a2f33;
  border-radius: 20px; }
/* line 574, ../scss/_frame.scss */
.tst-scroll-hint-frame .tst-scroll-hint:before {
  content: '';
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #1a2f33;
  position: absolute;
  top: 7px;
  left: 50%;
  -webkit-animation: scroll 1s infinite;
  animation: scroll 1s infinite; }

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%); }
  50% {
    -webkit-transform: translateY(6px) translateX(-50%);
    transform: translateY(6px) translateX(-50%); }
  100% {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%); } }

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%); }
  50% {
    -webkit-transform: translateY(6px) translateX(-50%);
    transform: translateY(6px) translateX(-50%); }
  100% {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%); } }
/*-------------------------
fade scroll object
-------------------------*/
/* line 603, ../scss/_frame.scss */
.tst-fade-up {
  opacity: 0;
  -webkit-transform: translateY(90px) scale(0.97);
  transform: translateY(90px) scale(0.97);
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out; }
/* line 608, ../scss/_frame.scss */
.tst-fade-up.tst-active {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1); }

/* line 614, ../scss/_frame.scss */
.tst-fade-down {
  opacity: 0;
  -webkit-transform: translateY(-90px) scale(0.97);
  transform: translateY(-90px) scale(0.97);
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out; }
/* line 619, ../scss/_frame.scss */
.tst-fade-down.tst-active {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1); }

/**********************************

content

***********************************/
/*-------------------------
banner
-------------------------*/
/* line 9, ../scss/_content.scss */
.tst-banner {
  position: relative;
  z-index: 0;
  width: 100%;
  height: calc(100vh - 30px); }
/* line 15, ../scss/_content.scss */
.tst-banner .tst-cover-frame {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
/* line 23, ../scss/_content.scss */
.tst-banner .tst-cover-frame .tst-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left; }
/* line 30, ../scss/_content.scss */
.tst-banner .tst-cover-frame .tst-map-frame {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%; }
/* line 36, ../scss/_content.scss */
.tst-banner .tst-cover-frame .tst-map-frame .tst-map {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  position: absolute;
  top: 20px;
  height: 100%;
  width: 150%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }
/* line 44, ../scss/_content.scss */
.tst-banner .tst-cover-frame .tst-map-frame .tst-map.tst-active {
  -webkit-transform: scale(1.5);
  transform: scale(1.5); }
/* line 50, ../scss/_content.scss */
.tst-banner .tst-cover-frame .tst-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(4, 25, 29, 0.1)), color-stop(70%, rgba(4, 25, 29, 0.7)));
  background-image: linear-gradient(270deg, rgba(4, 25, 29, 0.1) 0%, rgba(4, 25, 29, 0.7) 70%);
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }
/* line 60, ../scss/_content.scss */
.tst-banner .tst-cover-frame .tst-overlay.tst-with-map {
  pointer-events: all;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(4, 25, 29, 0)), color-stop(80%, rgba(4, 25, 29, 0.7)));
  background-image: linear-gradient(270deg, rgba(4, 25, 29, 0) 0%, rgba(4, 25, 29, 0.7) 80%); }
/* line 64, ../scss/_content.scss */
.tst-banner .tst-cover-frame .tst-overlay.tst-with-map.tst-active {
  pointer-events: none; }
/* line 70, ../scss/_content.scss */
.tst-banner .tst-cover-frame .tst-lock {
  cursor: pointer;
  position: absolute;
  top: 120px;
  right: 45px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  font-size: 14px;
  background-color: rgba(242, 246, 247, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
/* line 85, ../scss/_content.scss */
.tst-banner .tst-cover-frame .tst-lock.tst-active {
  background-color: #f39c12; }
/* line 90, ../scss/_content.scss */
.tst-banner .tst-cover-frame .tst-overlay-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(4, 25, 29, 0.3)), color-stop(70%, rgba(4, 25, 29, 0.8)));
  background-image: linear-gradient(270deg, rgba(4, 25, 29, 0.3) 0%, rgba(4, 25, 29, 0.8) 70%);
  width: 100%;
  height: 100%; }
/* line 101, ../scss/_content.scss */
.tst-banner .tst-banner-content-frame {
  position: relative; }
/* line 104, ../scss/_content.scss */
.tst-banner .tst-banner-content-frame.tst-with-map {
  pointer-events: none; }
/* line 108, ../scss/_content.scss */
.tst-banner .tst-banner-content-frame .tst-main-title-frame {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
/* line 113, ../scss/_content.scss */
.tst-banner .tst-banner-content-frame .tst-main-title-frame .tst-main-title {
  margin-top: 60px;
  width: 100%; }
/* line 120, ../scss/_content.scss */
.tst-banner.tst-small-banner {
  height: 70vh; }
/* line 123, ../scss/_content.scss */
.tst-banner.tst-small-banner .tst-cover-frame {
  height: calc(70vh + 60px); }
/* line 128, ../scss/_content.scss */
.tst-banner.tst-small-banner .tst-banner-content-frame .tst-main-title-frame {
  height: 70vh; }
/* line 131, ../scss/_content.scss */
.tst-banner.tst-small-banner .tst-banner-content-frame .tst-main-title-frame .tst-main-title {
  margin-top: 45px; }

/* line 140, ../scss/_content.scss */
.tst-main-slider .swiper-wrapper {
  z-index: 0; }
/* line 144, ../scss/_content.scss */
.tst-main-slider .tst-main-title {
  margin-top: 0 !important; }

@media (max-width: 790px) {
  /* line 149, ../scss/_content.scss */
  .tst-banner {
    height: auto; }
  /* line 152, ../scss/_content.scss */
  .tst-banner .tst-banner-content-frame {
    padding: 90px 0; }
  /* line 155, ../scss/_content.scss */
  .tst-banner .tst-banner-content-frame .tst-main-title-frame {
    height: auto; }
  /* line 158, ../scss/_content.scss */
  .tst-banner .tst-banner-content-frame .tst-main-title-frame .tst-main-title {
    text-align: center; }
  /* line 164, ../scss/_content.scss */
  .tst-banner .tst-cover-frame {
    height: 100%; }
  /* line 167, ../scss/_content.scss */
  .tst-banner .tst-cover-frame .tst-lock {
    display: none;
    pointer-events: none; }
  /* line 173, ../scss/_content.scss */
  .tst-banner .tst-cover-frame .tst-map-frame .tst-map {
    width: 100%; }
  /* line 179, ../scss/_content.scss */
  .tst-banner.tst-small-banner {
    height: auto; }
  /* line 182, ../scss/_content.scss */
  .tst-banner.tst-small-banner .tst-cover-frame {
    height: 100%; }
  /* line 186, ../scss/_content.scss */
  .tst-banner.tst-small-banner .tst-banner-content-frame {
    padding: 90px 0; }
  /* line 189, ../scss/_content.scss */
  .tst-banner.tst-small-banner .tst-banner-content-frame .tst-main-title-frame {
    height: auto; }

  /* line 197, ../scss/_content.scss */
  .tst-main-slider .swiper-wrapper {
    z-index: 0; }
  /* line 201, ../scss/_content.scss */
  .tst-main-slider .tst-main-title {
    margin-top: 45px !important; } }
/*-------------------------
call to action
-------------------------*/
/* line 209, ../scss/_content.scss */
.tst-call-to-action {
  position: relative; }
/* line 212, ../scss/_content.scss */
.tst-call-to-action .tst-cover-frame {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }
/* line 219, ../scss/_content.scss */
.tst-call-to-action .tst-cover-frame .tst-map-frame {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%; }
/* line 225, ../scss/_content.scss */
.tst-call-to-action .tst-cover-frame .tst-map-frame .tst-map {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  position: absolute;
  top: 20px;
  height: 100%;
  width: 150%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }
/* line 233, ../scss/_content.scss */
.tst-call-to-action .tst-cover-frame .tst-map-frame .tst-map.tst-active {
  -webkit-transform: scale(1.5);
  transform: scale(1.5); }
/* line 239, ../scss/_content.scss */
.tst-call-to-action .tst-cover-frame .tst-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(4, 25, 29, 0.1)), color-stop(70%, rgba(4, 25, 29, 0.7)));
  background-image: linear-gradient(270deg, rgba(4, 25, 29, 0.1) 0%, rgba(4, 25, 29, 0.7) 70%);
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }
/* line 249, ../scss/_content.scss */
.tst-call-to-action .tst-cover-frame .tst-overlay.tst-with-map {
  pointer-events: all;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(4, 25, 29, 0)), color-stop(80%, rgba(4, 25, 29, 0.7)));
  background-image: linear-gradient(270deg, rgba(4, 25, 29, 0) 0%, rgba(4, 25, 29, 0.7) 80%); }
/* line 253, ../scss/_content.scss */
.tst-call-to-action .tst-cover-frame .tst-overlay.tst-with-map.tst-active {
  pointer-events: none; }
/* line 259, ../scss/_content.scss */
.tst-call-to-action .tst-cover-frame .tst-lock {
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 45px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  font-size: 14px;
  background-color: rgba(242, 246, 247, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
/* line 274, ../scss/_content.scss */
.tst-call-to-action .tst-cover-frame .tst-lock.tst-active {
  background-color: #f39c12; }
/* line 280, ../scss/_content.scss */
.tst-call-to-action .tst-cta-frame {
  width: 100%;
  height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
/* line 286, ../scss/_content.scss */
.tst-call-to-action .tst-cta-frame .tst-cta {
  width: 100%; }
/* line 291, ../scss/_content.scss */
.tst-call-to-action .tst-cta-image {
  width: 104%;
  height: 100%;
  margin-left: -2%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

@media (max-width: 992px) {
  /* line 301, ../scss/_content.scss */
  .tst-call-to-action .tst-cta-frame {
    text-align: center;
    height: auto;
    padding: 60px 0; } }
/*-------------------------
about
-------------------------*/
/* line 311, ../scss/_content.scss */
.tst-about-cover {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11); }
/* line 318, ../scss/_content.scss */
.tst-about-cover.tst-video-cover {
  padding-bottom: 60%; }
/* line 322, ../scss/_content.scss */
.tst-about-cover .tst-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top; }
/* line 333, ../scss/_content.scss */
.tst-about-cover .tst-overlay {
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(4, 25, 29, 0.3);
  width: 100%;
  height: 100%; }
/* line 344, ../scss/_content.scss */
.tst-about-cover .tst-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  margin-left: -35px;
  margin-top: -35px;
  background-color: #f39c12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  font-size: 18px;
  padding-left: 3px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
/* line 362, ../scss/_content.scss */
.tst-about-cover .tst-play-button:hover {
  -webkit-filter: brightness(108%);
  filter: brightness(108%);
  -webkit-transform: scale(1.015);
  transform: scale(1.015); }
/* line 367, ../scss/_content.scss */
.tst-about-cover .tst-play-button:focus {
  outline: inherit; }
/* line 372, ../scss/_content.scss */
.tst-about-cover .tst-btn-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  height: 90px;
  width: 90px;
  margin-left: -45px;
  margin-top: -45px;
  background-color: white;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  -webkit-animation: pulse 1s infinite;
  animation: pulse 1s infinite; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
/* line 398, ../scss/_content.scss */
.tst-awards {
  width: 100%;
  text-align: center;
  opacity: 0.3;
  margin-bottom: 60px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
/* line 405, ../scss/_content.scss */
.tst-awards img {
  margin: 0 auto;
  display: block;
  width: 40%; }
/* line 411, ../scss/_content.scss */
.tst-awards .tst-text {
  width: 100%;
  text-align: center; }
/* line 416, ../scss/_content.scss */
.tst-awards:hover {
  opacity: 1; }

/*-------------------------
icon box
-------------------------*/
/* line 423, ../scss/_content.scss */
.tst-icon-box {
  text-align: center; }
/* line 426, ../scss/_content.scss */
.tst-icon-box img {
  width: 70px; }

/*-------------------------
banner sm
-------------------------*/
/* line 433, ../scss/_content.scss */
.tst-banner-sm {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
  background-size: 100%;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11); }
/* line 441, ../scss/_content.scss */
.tst-banner-sm .tst-cover-frame {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
/* line 449, ../scss/_content.scss */
.tst-banner-sm .tst-cover-frame .tst-cover {
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
  width: 100%;
  height: 100%; }
/* line 457, ../scss/_content.scss */
.tst-banner-sm .tst-cover-frame .tst-overlay {
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(4, 25, 29, 0.5);
  width: 100%;
  height: 100%; }
/* line 469, ../scss/_content.scss */
.tst-banner-sm .tst-text-frame {
  padding: 60px; }
/* line 473, ../scss/_content.scss */
.tst-banner-sm .tst-wh-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 370px;
  text-align: center;
  background-color: white;
  padding: 60px 0;
  border-radius: 0 5px 5px 0; }
/* line 485, ../scss/_content.scss */
.tst-banner-sm form {
  width: 100%;
  max-width: 500px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
/* line 494, ../scss/_content.scss */
.tst-banner-sm form input {
  width: 100%;
  margin-right: 15px;
  position: relative;
  padding: 0 30px;
  height: 50px;
  border-radius: 5px;
  background-color: #fff;
  border: none;
  background-color: white; }
/* line 505, ../scss/_content.scss */
.tst-banner-sm form input::-webkit-input-placeholder {
  opacity: 0.8;
  font-size: 16px;
  font-weight: 300; }
.tst-banner-sm form input:-ms-input-placeholder {
  opacity: 0.8;
  font-size: 16px;
  font-weight: 300; }
.tst-banner-sm form input::-ms-input-placeholder {
  opacity: 0.8;
  font-size: 16px;
  font-weight: 300; }
.tst-banner-sm form input::placeholder {
  opacity: 0.8;
  font-size: 16px;
  font-weight: 300; }

@media (max-width: 790px) {
  /* line 515, ../scss/_content.scss */
  .tst-banner-sm .tst-text-frame {
    text-align: center;
    padding: 30px; }
  /* line 520, ../scss/_content.scss */
  .tst-banner-sm .tst-wh-frame {
    border-radius: 0 0 5px 5px; }
  /* line 524, ../scss/_content.scss */
  .tst-banner-sm form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  /* line 528, ../scss/_content.scss */
  .tst-banner-sm form input {
    margin: 0 0 15px; } }
/*-------------------------
counters
-------------------------*/
/* line 537, ../scss/_content.scss */
.tst-count {
  text-align: center; }
/* line 540, ../scss/_content.scss */
.tst-count sup {
  font-size: 26px;
  display: inline-block;
  -webkit-transform: translateY(5px) translateX(3px);
  transform: translateY(5px) translateX(3px); }

/*-------------------------
team
-------------------------*/
/* line 549, ../scss/_content.scss */
.tst-team-member {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 60px;
  background-color: white;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
  border-radius: 5px; }
/* line 558, ../scss/_content.scss */
.tst-team-member .tst-member-portrait-frame {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 110%; }
/* line 565, ../scss/_content.scss */
.tst-team-member .tst-member-portrait-frame img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }
/* line 577, ../scss/_content.scss */
.tst-team-member .tst-member-descr {
  text-align: center;
  padding: 30px; }
/* line 581, ../scss/_content.scss */
.tst-team-member .tst-member-descr .tst-member-social {
  margin-top: 15px; }
/* line 588, ../scss/_content.scss */
.tst-team-member:hover .tst-member-portrait-frame img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

/*-------------------------
testimonials
-------------------------*/
/* line 597, ../scss/_content.scss */
.tst-testimonials-slider {
  padding-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px; }

/* line 605, ../scss/_content.scss */
.tst-testimonial-card {
  position: relative;
  border-radius: 5px;
  padding: 30px;
  border: dotted 2px rgba(26, 47, 51, 0.2);
  margin-bottom: 60px;
  cursor: default;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }
/* line 614, ../scss/_content.scss */
.tst-testimonial-card .tst-quote {
  width: 100px;
  color: #f39c12;
  line-height: 100px;
  position: absolute;
  top: -90px;
  opacity: 0;
  right: -20px;
  font-family: "Playfair Display", serif;
  font-size: 220px;
  font-style: italic;
  text-shadow: 0 2px 7px rgba(26, 47, 51, 0.15);
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out; }
/* line 629, ../scss/_content.scss */
.tst-testimonial-card .tst-testimonial-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
/* line 634, ../scss/_content.scss */
.tst-testimonial-card .tst-testimonial-bottom .tst-visitor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
/* line 638, ../scss/_content.scss */
.tst-testimonial-card .tst-testimonial-bottom .tst-visitor img {
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top; }
/* line 648, ../scss/_content.scss */
.tst-testimonial-card .tst-testimonial-bottom .tst-date {
  opacity: 0.6;
  background-color: rgba(26, 47, 51, 0.2);
  padding: 3px 10px 1px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 18px; }

/* line 660, ../scss/_content.scss */
.swiper-slide-active .tst-testimonial-card {
  background-color: white;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  border-color: transparent; }
/* line 665, ../scss/_content.scss */
.swiper-slide-active .tst-testimonial-card .tst-quote {
  top: 0;
  opacity: 1; }

/*-------------------------
blog
-------------------------*/
/* line 674, ../scss/_content.scss */
.tst-slider {
  padding: 60px 15px 0;
  margin-left: -15px;
  margin-right: -15px; }

/* line 680, ../scss/_content.scss */
.tst-read-more {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 687, ../scss/_content.scss */
.tst-blog-card {
  background-color: white;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  border-radius: 5px; }
/* line 692, ../scss/_content.scss */
.tst-blog-card .tst-cover-frame {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  width: 100%;
  padding-bottom: 65%; }
/* line 700, ../scss/_content.scss */
.tst-blog-card .tst-cover-frame img {
  border-radius: 5px 5px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }
/* line 712, ../scss/_content.scss */
.tst-blog-card .tst-cover-frame .tst-card-badge {
  padding: 5px 10px 3px;
  border-radius: 3px;
  background-color: #f39c12;
  position: absolute;
  font-weight: 800;
  top: 30px;
  left: 30px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px; }
/* line 724, ../scss/_content.scss */
.tst-blog-card .tst-cover-frame .tst-card-badge.tst-auxiliary-color-1 {
  background-color: #e74c3c; }
/* line 728, ../scss/_content.scss */
.tst-blog-card .tst-cover-frame .tst-card-badge.tst-auxiliary-color-2 {
  background-color: #2ecc71; }
/* line 732, ../scss/_content.scss */
.tst-blog-card .tst-cover-frame .tst-card-badge.tst-auxiliary-color-3 {
  background-color: #3498db; }
/* line 738, ../scss/_content.scss */
.tst-blog-card .tst-descr {
  padding: 30px; }
/* line 744, ../scss/_content.scss */
.tst-blog-card:hover .tst-cover-frame img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

/* line 751, ../scss/_content.scss */
.tst-post-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
/* line 756, ../scss/_content.scss */
.tst-post-bottom .tst-post-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
/* line 760, ../scss/_content.scss */
.tst-post-bottom .tst-post-author img {
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top; }
/* line 770, ../scss/_content.scss */
.tst-post-bottom .tst-date {
  opacity: 0.6;
  background-color: rgba(26, 47, 51, 0.2);
  padding: 3px 10px 1px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 18px; }

@media (max-width: 790px) {
  /* line 780, ../scss/_content.scss */
  .tst-read-more {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  /* line 785, ../scss/_content.scss */
  .tst-read-more .tst-text {
    margin-bottom: 30px; } }
/*-------------------------
comments
-------------------------*/
/* line 793, ../scss/_content.scss */
.tst-comments-list {
  padding: 0;
  margin-top: 30px;
  position: relative; }
/* line 798, ../scss/_content.scss */
.tst-comments-list:before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #E4E9EA;
  position: absolute;
  left: 32px;
  top: 0; }
/* line 808, ../scss/_content.scss */
.tst-comments-list li {
  list-style-type: none;
  position: relative; }
/* line 812, ../scss/_content.scss */
.tst-comments-list li:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  width: 0; }
/* line 821, ../scss/_content.scss */
.tst-comments-list .tst-comment-avatar {
  width: 65px;
  height: 65px;
  position: relative;
  z-index: 99;
  float: left;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11); }
/* line 831, ../scss/_content.scss */
.tst-comments-list .tst-comment-avatar img {
  width: 100%;
  height: 100%; }

/* line 838, ../scss/_content.scss */
.tst-reply-list {
  padding-left: 88px;
  clear: both;
  margin-top: 15px; }
/* line 844, ../scss/_content.scss */
.tst-reply-list li:before {
  content: '';
  width: 60px;
  height: 1px;
  background-color: #E4E9EA;
  position: absolute;
  top: 33px;
  left: -55px; }

/* line 856, ../scss/_content.scss */
.tst-comment-box {
  width: calc(100% - 90px);
  float: right;
  position: relative;
  background-color: white;
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11); }
/* line 866, ../scss/_content.scss */
.tst-comment-box .tst-comment-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px; }
/* line 872, ../scss/_content.scss */
.tst-comment-box .tst-comment-head .tst-date {
  opacity: 0.6;
  background-color: rgba(26, 47, 51, 0.2);
  padding: 3px 10px 1px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 18px; }

/* line 886, ../scss/_content.scss */
.tst-comments-list li:last-child .tst-comment-box {
  margin-bottom: 0 !important; }
/* line 895, ../scss/_content.scss */
.tst-comments-list.tst-reply-list li:last-child .tst-comment-box {
  margin-bottom: 30px !important; }

@media (max-width: 790px) {
  /* line 904, ../scss/_content.scss */
  .tst-comments-list:before {
    left: 17px; }
  /* line 908, ../scss/_content.scss */
  .tst-comments-list .tst-comment-avatar {
    width: 35px;
    height: 35px; }

  /* line 914, ../scss/_content.scss */
  .tst-reply-list {
    padding-left: 50px; }
  /* line 918, ../scss/_content.scss */
  .tst-reply-list li:before {
    top: 17px;
    left: -33px; }

  /* line 925, ../scss/_content.scss */
  .tst-comment-box {
    width: calc(100% - 50px); } }
/*-------------------------
footer
-------------------------*/
/* line 932, ../scss/_content.scss */
footer {
  padding: 70px 0 60px;
  width: 100%; }
/* line 936, ../scss/_content.scss */
footer .tst-footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
/* line 941, ../scss/_content.scss */
footer .tst-footer-top .tst-logo {
  width: 120px;
  z-index: 1; }
/* line 947, ../scss/_content.scss */
footer .tst-footer-contact {
  padding: 0; }
/* line 950, ../scss/_content.scss */
footer .tst-footer-contact li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 13px; }
/* line 956, ../scss/_content.scss */
footer .tst-footer-contact li .tst-label {
  line-height: 26px; }
/* line 962, ../scss/_content.scss */
footer .tst-footer-gallery {
  width: 100%;
  position: relative; }
/* line 966, ../scss/_content.scss */
footer .tst-footer-gallery .tst-footer-gal-item {
  padding-bottom: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11); }
/* line 975, ../scss/_content.scss */
footer .tst-footer-gallery .tst-footer-gal-item img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }
/* line 987, ../scss/_content.scss */
footer .tst-footer-gallery .tst-footer-gal-item .tst-overlay {
  width: 100%;
  height: 100%;
  background-image: none;
  background-color: rgba(4, 25, 29, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #f2f6f7;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
/* line 1002, ../scss/_content.scss */
footer .tst-footer-gallery .tst-footer-gal-item .tst-overlay i {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }
/* line 1009, ../scss/_content.scss */
footer .tst-footer-gallery .tst-footer-gal-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }
/* line 1013, ../scss/_content.scss */
footer .tst-footer-gallery .tst-footer-gal-item:hover .tst-overlay {
  opacity: 1; }
/* line 1016, ../scss/_content.scss */
footer .tst-footer-gallery .tst-footer-gal-item:hover .tst-overlay i {
  -webkit-transform: scale(1);
  transform: scale(1); }
/* line 1024, ../scss/_content.scss */
footer .tst-gallery-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
/* line 1029, ../scss/_content.scss */
footer .tst-gallery-nav .tst-fg-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
/* line 1032, ../scss/_content.scss */
footer .tst-gallery-nav .tst-fg-nav .tst-slider-btn {
  font-size: 13px;
  margin-left: 30px;
  cursor: pointer; }
/* line 1037, ../scss/_content.scss */
footer .tst-gallery-nav .tst-fg-nav .tst-slider-btn:focus {
  outline: inherit; }
/* line 1044, ../scss/_content.scss */
footer .tst-footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
/* line 1049, ../scss/_content.scss */
footer .tst-footer-bottom a {
  z-index: 1; }
/* line 1053, ../scss/_content.scss */
footer .tst-footer-bottom .tst-text {
  opacity: 0.4; }

/*-------------------------
popup
-------------------------*/
/* line 1061, ../scss/_content.scss */
.tst-popup-bg {
  opacity: 0;
  pointer-events: none;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(4, 25, 29, 0.9)), color-stop(70%, rgba(4, 25, 29, 0.9)));
  background-image: linear-gradient(270deg, rgba(4, 25, 29, 0.9) 0%, rgba(4, 25, 29, 0.9) 70%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }
/* line 1076, ../scss/_content.scss */
.tst-popup-bg .tst-popup-frame {
  position: relative;
  margin-top: 60px;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  text-align: center;
  width: 50%;
  padding: 60px 30px 30px;
  background-color: #f2f6f7;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
  border-radius: 10px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }
/* line 1088, ../scss/_content.scss */
.tst-popup-bg .tst-popup-frame:before {
  content: '';
  height: 10px;
  width: calc(100% - 30px);
  position: absolute;
  z-index: 999;
  top: -10px;
  border-radius: 5px 5px 0 0;
  background-color: #f2f6f7;
  opacity: 0.2;
  left: 15px; }
/* line 1101, ../scss/_content.scss */
.tst-popup-bg .tst-popup-frame:after {
  content: '';
  height: 10px;
  width: calc(100% - 30px);
  position: absolute;
  bottom: -10px;
  border-radius: 0 0 5px 5px;
  background-color: #f2f6f7;
  opacity: 0.2;
  left: 15px; }
/* line 1113, ../scss/_content.scss */
.tst-popup-bg .tst-popup-frame .tst-close-popup {
  position: absolute;
  top: 30px;
  cursor: pointer;
  right: 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
/* line 1120, ../scss/_content.scss */
.tst-popup-bg .tst-popup-frame .tst-close-popup:hover {
  color: #e74c3c;
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }
/* line 1129, ../scss/_content.scss */
.tst-popup-bg.tst-active {
  opacity: 1;
  pointer-events: all; }
/* line 1133, ../scss/_content.scss */
.tst-popup-bg.tst-active .tst-popup-frame {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

@media (max-width: 992px) {
  /* line 1139, ../scss/_content.scss */
  .tst-popup-bg {
    padding: 0 45px; }
  /* line 1142, ../scss/_content.scss */
  .tst-popup-bg .tst-popup-frame {
    width: 100%; } }
@media (max-width: 790px) {
  /* line 1148, ../scss/_content.scss */
  .tst-popup-bg {
    padding: 10px; } }
/*-------------------------
popup kvkk
-------------------------*/
/* line 1061, ../scss/_content.scss */
.tst-popup-bg-kvkk {
  opacity: 0;
  pointer-events: none;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(4, 25, 29, 0.9)), color-stop(70%, rgba(4, 25, 29, 0.9)));
  background-image: linear-gradient(270deg, rgba(4, 25, 29, 0.9) 0%, rgba(4, 25, 29, 0.9) 70%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }
/* line 1076, ../scss/_content.scss */
.tst-popup-bg-kvkk .tst-popup-frame {
  position: relative;
  margin-top: 60px;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  text-align: center;
  width: 50%;
  padding: 60px 30px 30px;
  background-color: #f2f6f7;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
  border-radius: 10px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }
/* line 1088, ../scss/_content.scss */
.tst-popup-bg-kvkk .tst-popup-frame:before {
  content: '';
  height: 10px;
  width: calc(100% - 30px);
  position: absolute;
  z-index: 999;
  top: -10px;
  border-radius: 5px 5px 0 0;
  background-color: #f2f6f7;
  opacity: 0.2;
  left: 15px; }
/* line 1101, ../scss/_content.scss */
.tst-popup-bg-kvkk .tst-popup-frame:after {
  content: '';
  height: 10px;
  width: calc(100% - 30px);
  position: absolute;
  bottom: -10px;
  border-radius: 0 0 5px 5px;
  background-color: #f2f6f7;
  opacity: 0.2;
  left: 15px; }
/* line 1113, ../scss/_content.scss */
.tst-popup-bg-kvkk .tst-popup-frame .tst-close-popup {
  position: absolute;
  top: 30px;
  cursor: pointer;
  right: 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
/* line 1120, ../scss/_content.scss */
.tst-popup-bg-kvkk .tst-popup-frame .tst-close-popup:hover {
  color: #e74c3c;
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }
/* line 1129, ../scss/_content.scss */
.tst-popup-bg-kvkk.tst-active {
  opacity: 1;
  pointer-events: all; }
/* line 1133, ../scss/_content.scss */
.tst-popup-bg-kvkk.tst-active .tst-popup-frame {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

@media (max-width: 992px) {
  /* line 1139, ../scss/_content.scss */
  .tst-popup-bg-kvkk {
    padding: 0 45px; }
  /* line 1142, ../scss/_content.scss */
  .tst-popup-bg-kvkk .tst-popup-frame {
    width: 100%; } }
@media (max-width: 790px) {
  /* line 1148, ../scss/_content.scss */
  .tst-popup-bg-kvkk {
    padding: 10px; } }

/*-------------------------
breadcrumbs
-------------------------*/
/* line 1155, ../scss/_content.scss */
.tst-breadcrumbs {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #f39c12;
  padding: 0;
  margin: 0;
  padding: 0 30px;
  height: 50px;
  border-radius: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
/* line 1166, ../scss/_content.scss */
.tst-breadcrumbs:before {
  content: '';
  height: 7px;
  width: calc(100% - 20px);
  position: absolute;
  bottom: -7px;
  border-radius: 0 0 5px 5px;
  background-color: #f2f6f7;
  opacity: 0.15;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  left: 10px; }
/* line 1179, ../scss/_content.scss */
.tst-breadcrumbs li {
  list-style-type: none;
  margin-right: 15px; }
/* line 1183, ../scss/_content.scss */
.tst-breadcrumbs li:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 10px;
  margin-left: 15px; }
/* line 1191, ../scss/_content.scss */
.tst-breadcrumbs li a {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
/* line 1201, ../scss/_content.scss */
.tst-breadcrumbs li.tst-active {
  pointer-events: none;
  opacity: 0.5; }
/* line 1205, ../scss/_content.scss */
.tst-breadcrumbs li.tst-active:after {
  display: none; }
/* line 1210, ../scss/_content.scss */
.tst-breadcrumbs li:last-child {
  margin: 0; }

/*-------------------------
timeline
-------------------------*/
/* line 1218, ../scss/_content.scss */
.tst-timeline {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
/* line 1223, ../scss/_content.scss */
.tst-timeline:after {
  content: '';
  border-radius: 3px;
  position: absolute;
  left: 50%;
  margin-left: -2px;
  height: 100%;
  width: 4px;
  background-color: #f39c12; }
/* line 1234, ../scss/_content.scss */
.tst-timeline .tst-timeline-item {
  width: 50%;
  padding-right: 60px;
  text-align: right; }
/* line 1239, ../scss/_content.scss */
.tst-timeline .tst-timeline-item .tst-tl-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
/* line 1245, ../scss/_content.scss */
.tst-timeline .tst-timeline-item .tst-tl-content .tst-ilust {
  position: relative;
  width: 20%;
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }
/* line 1251, ../scss/_content.scss */
.tst-timeline .tst-timeline-item .tst-tl-content .tst-ilust img {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11); }
/* line 1264, ../scss/_content.scss */
.tst-timeline .tst-timeline-item .tst-tl-content .tst-tl-text-frame {
  width: 80%;
  padding-right: 30px; }
/* line 1270, ../scss/_content.scss */
.tst-timeline .tst-timeline-item .tst-year {
  position: relative;
  font-size: 18px;
  font-weight: 500; }
/* line 1275, ../scss/_content.scss */
.tst-timeline .tst-timeline-item .tst-year:before {
  content: '';
  position: absolute;
  z-index: 1;
  right: -60px;
  top: 9px;
  height: 4px;
  width: 50px;
  border-radius: 3px;
  background-color: #f39c12; }
/* line 1287, ../scss/_content.scss */
.tst-timeline .tst-timeline-item .tst-year:after {
  content: '';
  position: absolute;
  z-index: 2;
  right: -70px;
  top: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px #fcfcfc;
  box-shadow: 0 0 0 4px #fcfcfc;
  border: solid 4px #f39c12;
  background-color: #fcfcfc; }
/* line 1302, ../scss/_content.scss */
.tst-timeline .tst-timeline-item:nth-child(2n) {
  margin-top: 60px;
  text-align: left;
  padding-left: 60px;
  padding-right: 0; }
/* line 1308, ../scss/_content.scss */
.tst-timeline .tst-timeline-item:nth-child(2n) .tst-tl-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
/* line 1315, ../scss/_content.scss */
.tst-timeline .tst-timeline-item:nth-child(2n) .tst-tl-content .tst-tl-text-frame {
  padding-right: 0;
  padding-left: 30px; }
/* line 1322, ../scss/_content.scss */
.tst-timeline .tst-timeline-item:nth-child(2n) .tst-year:before {
  right: auto;
  left: -60px; }
/* line 1327, ../scss/_content.scss */
.tst-timeline .tst-timeline-item:nth-child(2n) .tst-year:after {
  right: auto;
  left: -70px; }
/* line 1336, ../scss/_content.scss */
.tst-timeline .tst-timeline-item:hover .tst-tl-content .tst-ilust {
  -webkit-filter: brightness(110%);
  filter: brightness(110%); }

@media (max-width: 790px) {
  /* line 1345, ../scss/_content.scss */
  .tst-timeline:after {
    left: 0; }
  /* line 1349, ../scss/_content.scss */
  .tst-timeline .tst-timeline-item {
    padding: 0 0 0 30px;
    width: 100%;
    text-align: left; }
  /* line 1354, ../scss/_content.scss */
  .tst-timeline .tst-timeline-item .tst-tl-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  /* line 1357, ../scss/_content.scss */
  .tst-timeline .tst-timeline-item .tst-tl-content .tst-tl-text-frame {
    padding: 0 0 0 30px; }
  /* line 1362, ../scss/_content.scss */
  .tst-timeline .tst-timeline-item .tst-year {
    position: relative;
    font-size: 18px;
    font-weight: 500; }
  /* line 1367, ../scss/_content.scss */
  .tst-timeline .tst-timeline-item .tst-year:before {
    display: none; }
  /* line 1371, ../scss/_content.scss */
  .tst-timeline .tst-timeline-item .tst-year:after {
    right: auto;
    left: -40px; }
  /* line 1377, ../scss/_content.scss */
  .tst-timeline .tst-timeline-item:nth-child(2n) {
    margin-top: 0;
    text-align: left;
    padding: 0 0 0 30px; }
  /* line 1382, ../scss/_content.scss */
  .tst-timeline .tst-timeline-item:nth-child(2n) .tst-tl-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  /* line 1385, ../scss/_content.scss */
  .tst-timeline .tst-timeline-item:nth-child(2n) .tst-tl-content .tst-tl-text-frame {
    padding: 0 0 0 30px; }
  /* line 1390, ../scss/_content.scss */
  .tst-timeline .tst-timeline-item:nth-child(2n) .tst-year {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px; }
  /* line 1396, ../scss/_content.scss */
  .tst-timeline .tst-timeline-item:nth-child(2n) .tst-year:after {
    right: auto;
    left: -40px; } }
/*-------------------------
new menu
-------------------------*/
/* line 1408, ../scss/_content.scss */
.tst-new-menu-card {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: dotted 2px rgba(26, 47, 51, 0.2);
  border-radius: 5px;
  margin-bottom: 30px; }
/* line 1416, ../scss/_content.scss */
.tst-new-menu-card .tst-cover {
  position: relative;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 40%; }
/* line 1421, ../scss/_content.scss */
.tst-new-menu-card .tst-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }
/* line 1431, ../scss/_content.scss */
.tst-new-menu-card .tst-cover .tst-zoom-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #f39c12;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }
/* line 1452, ../scss/_content.scss */
.tst-new-menu-card .tst-cover:hover .tst-zoom-icon {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }
/* line 1459, ../scss/_content.scss */
.tst-new-menu-card .tst-menu-item-descr {
  width: 60%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 15px 15px 30px; }
/* line 1464, ../scss/_content.scss */
.tst-new-menu-card .tst-menu-item-descr .tst-name-price {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
/* line 1469, ../scss/_content.scss */
.tst-new-menu-card .tst-menu-item-descr .tst-name-price h5 {
  font-size: 16px;
  margin-bottom: 0; }
/* line 1474, ../scss/_content.scss */
.tst-new-menu-card .tst-menu-item-descr .tst-name-price .tst-price {
  line-height: 20px;
  background-color: #f39c12;
  padding: 7px 10px 0;
  border-radius: 3px;
  font-weight: 600;
  font-size: 22px; }
/* line 1482, ../scss/_content.scss */
.tst-new-menu-card .tst-menu-item-descr .tst-name-price .tst-price span {
  margin-right: 5px;
  display: inline-block;
  font-weight: 400;
  font-size: 10px;
  opacity: 0.6; }
/* line 1492, ../scss/_content.scss */
.tst-new-menu-card .tst-menu-item-descr .tst-menu-category {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; }
/* line 1498, ../scss/_content.scss */
.tst-new-menu-card .tst-menu-item-descr .tst-menu-category li {
  margin-right: 5px;
  list-style-type: none;
  background-color: #eee;
  padding: 5px 10px 3px;
  border-radius: 3px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px; }
/* line 1511, ../scss/_content.scss */
.tst-new-menu-card .tst-menu-item-descr .tst-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }
/* line 1521, ../scss/_content.scss */
.tst-new-menu-card.tst-new-menu-card-sm .tst-cover {
  width: 30%; }
/* line 1524, ../scss/_content.scss */
.tst-new-menu-card.tst-new-menu-card-sm .tst-menu-item-descr {
  width: 70%; }
/* line 1527, ../scss/_content.scss */
.tst-new-menu-card.tst-new-menu-card-sm:last-child {
  margin-bottom: 0; }
/* line 1530, ../scss/_content.scss */
.tst-new-menu-card.tst-new-menu-card-sm:first-child {
  margin-bottom: 30px; }

/* line 1536, ../scss/_content.scss */
.tst-menu-ilust {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11); }
/* line 1543, ../scss/_content.scss */
.tst-menu-ilust.tst-menu-ilust-2 {
  height: 200px; }
/* line 1546, ../scss/_content.scss */
.tst-menu-ilust img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 5px;
  top: 0;
  left: 0; }
/* line 1556, ../scss/_content.scss */
.tst-menu-ilust .tst-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(4, 25, 29, 0.1)), color-stop(70%, rgba(4, 25, 29, 0.7)));
  background-image: linear-gradient(270deg, rgba(4, 25, 29, 0.1) 0%, rgba(4, 25, 29, 0.7) 70%);
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }
/* line 1566, ../scss/_content.scss */
.tst-menu-ilust .tsc-ilust-text {
  padding: 60px;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0; }

@media (max-width: 992px) {
  /* line 1577, ../scss/_content.scss */
  .tst-menu-ilust {
    height: 200px; }
  /* line 1579, ../scss/_content.scss */
  .tst-menu-ilust.tst-menu-ilust-2 {
    height: 100px; }
  /* line 1582, ../scss/_content.scss */
  .tst-menu-ilust .tsc-ilust-text {
    padding: 15px;
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0; } }
/**********************************

menu

***********************************/
/*-------------------------
default card
-------------------------*/
/* line 9, ../scss/_menu.scss */
.tst-menu-book-item {
  background-color: white;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
  border-radius: 5px;
  margin-bottom: 60px;
  /*-------------------------
  small card
  -------------------------*/ }
/* line 15, ../scss/_menu.scss */
.tst-menu-book-item .tst-item-cover-frame {
  display: block;
  border-radius: 5px 5px 0 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 65%; }
/* line 22, ../scss/_menu.scss */
.tst-menu-book-item .tst-item-cover-frame img {
  border-radius: 5px 5px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }
/* line 34, ../scss/_menu.scss */
.tst-menu-book-item .tst-item-cover-frame:focus {
  outline: inherit; }
/* line 39, ../scss/_menu.scss */
.tst-menu-book-item .tst-item-cover-frame:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }
/* line 45, ../scss/_menu.scss */
.tst-menu-book-item .tst-menu-book-descr {
  padding: 30px; }
/* line 48, ../scss/_menu.scss */
.tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
/* line 54, ../scss/_menu.scss */
.tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .tst-menu-book-price .tst-price {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0; }
/* line 59, ../scss/_menu.scss */
.tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .tst-menu-book-price .tst-price .tst-symbol {
  margin-right: 5px;
  display: inline-block;
  font-weight: 400;
  font-size: 10px;
  opacity: 0.6; }
/* line 67, ../scss/_menu.scss */
.tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .tst-menu-book-price .tst-price.tst-old-price {
  font-size: 12px;
  font-weight: 200;
  opacity: 0.6;
  margin-bottom: 5px; }
/* line 73, ../scss/_menu.scss */
.tst-menu-book-item .tst-menu-book-descr .tst-menu-book-bottom .tst-menu-book-price .tst-price.tst-old-price .tst-symbol {
  font-size: 6px; }
/* line 82, ../scss/_menu.scss */
.tst-menu-book-item.tst-mbi-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
/* line 86, ../scss/_menu.scss */
.tst-menu-book-item.tst-mbi-2 .tst-item-cover-frame {
  width: 30%;
  padding-bottom: 1%;
  border-radius: 5px 0 0 5px; }
/* line 91, ../scss/_menu.scss */
.tst-menu-book-item.tst-mbi-2 .tst-item-cover-frame img {
  border-radius: 5px 0 0 5px; }
/* line 96, ../scss/_menu.scss */
.tst-menu-book-item.tst-mbi-2 .tst-menu-book-descr {
  padding: 30px;
  width: 70%; }
/* line 104, ../scss/_menu.scss */
.tst-menu-book-item.tst-mbi-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  margin-bottom: 23px; }
/* line 112, ../scss/_menu.scss */
.tst-menu-book-item.tst-mbi-3 .tst-item-cover-frame {
  height: 90px;
  width: 130px;
  border-radius: 5px;
  padding-bottom: 0;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.15); }
/* line 120, ../scss/_menu.scss */
.tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr {
  width: calc(100% - 130px);
  padding: 0 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
/* line 126, ../scss/_menu.scss */
.tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr .tst-spacer-sm {
  display: none; }
/* line 130, ../scss/_menu.scss */
.tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr .tst-menu-book-bottom {
  width: 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
/* line 136, ../scss/_menu.scss */
.tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr .tst-menu-book-bottom .tst-menu-book-price .tst-price {
  font-size: 18px; }
/* line 141, ../scss/_menu.scss */
.tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr .tst-menu-book-bottom .tst-cart-btn {
  border-radius: 50%;
  padding: 0;
  height: 35px;
  width: 35px; }
/* line 147, ../scss/_menu.scss */
.tst-menu-book-item.tst-mbi-3 .tst-menu-book-descr .tst-menu-book-bottom .tst-cart-btn svg {
  margin-bottom: 15px; }

/* line 156, ../scss/_menu.scss */
.swiper-menu-nav {
  text-align: center;
  position: static;
  width: auto !important;
  left: auto !important;
  margin: 0 0 60px; }
/* line 163, ../scss/_menu.scss */
.swiper-menu-nav .swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  padding: 0 30px;
  background-color: transparent;
  display: inline-block;
  height: 50px;
  width: auto;
  color: #1a2f33;
  line-height: 54px;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 800;
  border: none !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 5px;
  width: auto; }
/* line 186, ../scss/_menu.scss */
.swiper-menu-nav .swiper-pagination-bullet-active {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
  border: none !important;
  color: #1a2f33;
  background-color: #f39c12; }

/* line 194, ../scss/_menu.scss */
.swiper-menu {
  overflow: visible !important; }
/* line 197, ../scss/_menu.scss */
.swiper-menu .swiper-slide {
  background-color: #fcfcfc; }

/**********************************

shop

***********************************/
/*-------------------------
minicart
--------------------------*/
/* line 9, ../scss/_shop.scss */
.tst-minicart-window {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  border-radius: 10px;
  position: absolute;
  top: 90px;
  right: 0;
  background-color: white;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
/* line 21, ../scss/_shop.scss */
.tst-minicart-window.tst-active {
  pointer-events: all;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }
/* line 27, ../scss/_shop.scss */
.tst-minicart-window:after {
  content: '';
  height: 10px;
  width: calc(100% - 30px);
  position: absolute;
  bottom: -10px;
  border-radius: 0 0 5px 5px;
  background-color: #fcfcfc;
  opacity: 0.15;
  left: 15px; }
/* line 39, ../scss/_shop.scss */
.tst-minicart-window .tst-minicart-header {
  text-align: center;
  padding: 30px;
  background-color: white;
  border-radius: 10px 10px 0 0;
  border-bottom: solid 1px rgba(26, 47, 51, 0.05); }
/* line 47, ../scss/_shop.scss */
.tst-minicart-window .woocommerce-mini-cart {
  margin: 0;
  padding: 30px 26px 15px 30px;
  width: 415px;
  background-color: #fcfcfc;
  overflow: scroll;
  overflow-x: hidden;
  height: 100%;
  max-height: 400px;
  -webkit-box-shadow: inset 0 5px 5px 0 rgba(26, 47, 51, 0.05);
  box-shadow: inset 0 5px 5px 0 rgba(26, 47, 51, 0.05); }
/* line 58, ../scss/_shop.scss */
.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 50px 0 160px;
  min-height: 90px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.11);
  position: relative;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 15px; }
/* line 73, ../scss/_shop.scss */
.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item a {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; }
/* line 86, ../scss/_shop.scss */
.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item .quantity {
  font-size: 12px;
  opacity: 0.6; }
/* line 91, ../scss/_shop.scss */
.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item .remove_from_cart_button {
  text-align: center;
  line-height: 11px;
  padding-left: 1.5px;
  display: block;
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  font-weight: 300;
  text-align: center;
  position: absolute;
  height: 14px;
  width: 14px;
  color: #fcfcfc;
  background-color: #e74c3c;
  font-size: 20px;
  margin-top: -7px;
  top: 50%;
  right: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
/* line 112, ../scss/_shop.scss */
.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item .attachment-woocommerce_thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 140px;
  border-radius: 5px 0 0 5px; }
/* line 124, ../scss/_shop.scss */
.tst-minicart-window .woocommerce-mini-cart .woocommerce-mini-cart-item:hover .remove_from_cart_button {
  -webkit-transform: scale(1);
  transform: scale(1); }
/* line 131, ../scss/_shop.scss */
.tst-minicart-window .woocommerce-mini-cart__total {
  border-top: solid 1px rgba(26, 47, 51, 0.05);
  padding: 30px 30px 15px;
  margin: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
/* line 139, ../scss/_shop.scss */
.tst-minicart-window .woocommerce-mini-cart__total strong {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  font-family: "Josefin Sans", sans-serif; }
/* line 147, ../scss/_shop.scss */
.tst-minicart-window .woocommerce-mini-cart__total .woocommerce-Price-amount {
  font-weight: 600;
  font-size: 22px; }
/* line 151, ../scss/_shop.scss */
.tst-minicart-window .woocommerce-mini-cart__total .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  margin-right: 5px;
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  opacity: 0.6; }
/* line 161, ../scss/_shop.scss */
.tst-minicart-window .woocommerce-mini-cart__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 30px 20px; }
/* line 166, ../scss/_shop.scss */
.tst-minicart-window .woocommerce-mini-cart__buttons a {
  position: relative;
  padding: 0 30px;
  background-color: #f39c12;
  display: inline-block;
  height: 50px;
  line-height: 54px;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 800;
  border: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 5px; }
/* line 184, ../scss/_shop.scss */
.tst-minicart-window .woocommerce-mini-cart__buttons a:hover {
  -webkit-filter: brightness(108%);
  filter: brightness(108%);
  -webkit-transform: scale(1.015);
  transform: scale(1.015); }
/* line 189, ../scss/_shop.scss */
.tst-minicart-window .woocommerce-mini-cart__buttons a:last-child {
  margin: 0; }

@media (max-width: 500px) {
  /* line 196, ../scss/_shop.scss */
  .tst-minicart-window {
    width: calc(100% - 30px);
    left: 15px; }
  /* line 200, ../scss/_shop.scss */
  .tst-minicart-window .woocommerce-mini-cart {
    max-height: 45vh;
    width: 100%;
    padding: 15px 15px 0; } }
/*-------------------------
product card
-------------------------*/
/* line 210, ../scss/_shop.scss */
.tst-shop-list-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
/* line 215, ../scss/_shop.scss */
.tst-shop-list-header .woocommerce-result-count {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  font-family: "Josefin Sans", sans-serif;
  margin: 0; }

@media (max-width: 790px) {
  /* line 225, ../scss/_shop.scss */
  .tst-shop-list-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  /* line 228, ../scss/_shop.scss */
  .tst-shop-list-header .woocommerce-result-count {
    margin-bottom: 30px; } }
/* line 234, ../scss/_shop.scss */
.tst-product-card {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.2);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.2);
  margin-bottom: 60px; }
/* line 242, ../scss/_shop.scss */
.tst-product-card .woocommerce-LoopProduct-link {
  display: block;
  text-decoration: none !important; }
/* line 246, ../scss/_shop.scss */
.tst-product-card .woocommerce-LoopProduct-link .tst-cover-frame {
  position: relative;
  overflow: hidden;
  padding-bottom: 65%; }
/* line 251, ../scss/_shop.scss */
.tst-product-card .woocommerce-LoopProduct-link .tst-cover-frame .attachment-woocommerce_thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }
/* line 264, ../scss/_shop.scss */
.tst-product-card .woocommerce-LoopProduct-link h2 {
  display: block;
  padding: 30px 0 15px;
  margin: 0 30px;
  font-size: 24px;
  line-height: 26px; }
/* line 272, ../scss/_shop.scss */
.tst-product-card .woocommerce-LoopProduct-link .tst-product-descr {
  display: block;
  padding-bottom: 15px;
  margin: 0 30px;
  border-bottom: dotted 2px rgba(26, 47, 51, 0.4); }
/* line 279, ../scss/_shop.scss */
.tst-product-card .woocommerce-LoopProduct-link .price {
  position: absolute;
  bottom: 0;
  margin: 0 30px;
  padding-bottom: 30px;
  display: block; }
/* line 286, ../scss/_shop.scss */
.tst-product-card .woocommerce-LoopProduct-link .price .woocommerce-Price-amount {
  font-weight: 600;
  font-size: 22px; }
/* line 290, ../scss/_shop.scss */
.tst-product-card .woocommerce-LoopProduct-link .price .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  margin-right: 5px;
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  opacity: 0.6; }
/* line 300, ../scss/_shop.scss */
.tst-product-card .woocommerce-LoopProduct-link .price del .woocommerce-Price-amount {
  text-decoration: line-through;
  margin-right: 15px;
  font-weight: 200;
  font-size: 12px;
  position: absolute;
  top: -25px; }
/* line 308, ../scss/_shop.scss */
.tst-product-card .woocommerce-LoopProduct-link .price del .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  margin-right: 5px;
  display: inline-block;
  font-weight: 400;
  font-size: 9px;
  opacity: 0.6; }
/* line 320, ../scss/_shop.scss */
.tst-product-card .tst-btn {
  margin: 15px 30px 30px;
  float: right; }
/* line 327, ../scss/_shop.scss */
.tst-product-card:hover .tst-cover-frame .attachment-woocommerce_thumbnail {
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

/*-------------------------
sidebar
--------------------------*/
/* line 336, ../scss/_shop.scss */
.widget-area {
  padding-left: 30px; }
/* line 339, ../scss/_shop.scss */
.widget-area .widget-title {
  display: block;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 60px; }
/* line 346, ../scss/_shop.scss */
.widget-area ul {
  padding: 0;
  margin: 0; }
/* line 350, ../scss/_shop.scss */
.widget-area ul li {
  list-style-type: none; }
/* line 357, ../scss/_shop.scss */
.widget-area .widget_product_categories ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-bottom: 15px; }
/* line 370, ../scss/_shop.scss */
.widget-area .widget_product_categories ul li .count {
  display: inline-block;
  text-align: center;
  line-height: 17px;
  margin-left: 10px;
  padding: 1px 10px 0;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
  height: 15px;
  width: auto;
  color: #fcfcfc;
  background-color: #2ecc71;
  font-size: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
/* line 391, ../scss/_shop.scss */
.widget-area .product_list_widget li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 15px 0 160px !important;
  min-height: 90px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.2);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.2);
  position: relative;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 15px !important; }
/* line 406, ../scss/_shop.scss */
.widget-area .product_list_widget li a {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  font-family: "Josefin Sans", sans-serif;
  margin: 0 0 10px; }
/* line 414, ../scss/_shop.scss */
.widget-area .product_list_widget li a .product-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; }
/* line 422, ../scss/_shop.scss */
.widget-area .product_list_widget li .attachment-woocommerce_thumbnail {
  position: absolute;
  top: 0;
  left: -4px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 140px;
  border-radius: 5px 0 0 5px; }
/* line 433, ../scss/_shop.scss */
.widget-area .product_list_widget li .woocommerce-Price-amount {
  font-weight: 600;
  font-size: 16px; }
/* line 437, ../scss/_shop.scss */
.widget-area .product_list_widget li .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  margin-right: 5px;
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  opacity: 0.6; }
/* line 447, ../scss/_shop.scss */
.widget-area .product_list_widget li del .woocommerce-Price-amount {
  text-decoration: line-through;
  margin-right: 15px;
  font-weight: 200;
  font-size: 12px; }
/* line 453, ../scss/_shop.scss */
.widget-area .product_list_widget li del .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  margin-right: 5px;
  display: inline-block;
  font-weight: 400;
  font-size: 9px;
  opacity: 0.6; }

@media (max-width: 992px) {
  /* line 466, ../scss/_shop.scss */
  .widget-area {
    padding-left: 0; } }
/* line 471, ../scss/_shop.scss */
.woocommerce-ordering select {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 240px;
  height: 50px;
  border: none;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer; }
/* line 481, ../scss/_shop.scss */
.woocommerce-ordering select:focus {
  outline: inherit; }

/* line 486, ../scss/_shop.scss */
.woocommerce-ordering {
  background-color: white;
  border-radius: 5px;
  padding-left: 20px;
  position: relative;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.1);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.1); }
/* line 493, ../scss/_shop.scss */
.woocommerce-ordering:after {
  position: absolute;
  right: 20px;
  top: calc(50% - 12px);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  font-size: 10px;
  margin-left: 15px;
  pointer-events: none; }

/* line 506, ../scss/_shop.scss */
.woocommerce-product-search {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
/* line 514, ../scss/_shop.scss */
.woocommerce-product-search input {
  width: 100%;
  margin-right: 15px;
  position: relative;
  padding: 0 20px;
  height: 50px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.1);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.1);
  border-radius: 5px;
  background-color: #fff;
  border: none; }
/* line 525, ../scss/_shop.scss */
.woocommerce-product-search input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #1a2f33; }
.woocommerce-product-search input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #1a2f33; }
.woocommerce-product-search input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #1a2f33; }
.woocommerce-product-search input::placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #1a2f33; }
/* line 531, ../scss/_shop.scss */
.woocommerce-product-search input:focus {
  outline: inherit; }
/* line 536, ../scss/_shop.scss */
.woocommerce-product-search button {
  position: relative;
  padding: 0 20px;
  background-color: #f39c12;
  display: inline-block;
  height: 50px;
  line-height: 54px;
  cursor: pointer;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 800;
  border: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 5px; }
/* line 553, ../scss/_shop.scss */
.woocommerce-product-search button i {
  font-size: 14px;
  -webkit-transform: translateY(1px);
  transform: translateY(1px); }
/* line 558, ../scss/_shop.scss */
.woocommerce-product-search button:hover {
  -webkit-filter: brightness(108%);
  filter: brightness(108%);
  -webkit-transform: scale(1.015);
  transform: scale(1.015); }

/*-------------------------
cart
--------------------------*/
/* line 570, ../scss/_shop.scss */
.woocommerce button {
  position: relative;
  padding: 0 30px !important;
  background-color: #f39c12 !important;
  display: inline-block;
  height: 50px !important;
  line-height: 54px !important;
  cursor: pointer;
  color: #1a2f33 !important;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-size: 10px !important;
  letter-spacing: 2px;
  font-weight: 800;
  border: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 5px !important; }
/* line 588, ../scss/_shop.scss */
.woocommerce button:hover {
  -webkit-filter: brightness(108%);
  filter: brightness(108%);
  -webkit-transform: scale(1.015);
  transform: scale(1.015); }
/* line 594, ../scss/_shop.scss */
.woocommerce input {
  height: 50px;
  border-radius: 5px;
  padding: 0 30px;
  background-color: #fff; }
/* line 600, ../scss/_shop.scss */
.woocommerce input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #1a2f33; }
.woocommerce input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #1a2f33; }
.woocommerce input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #1a2f33; }
.woocommerce input::placeholder {
  font-size: 16px;
  font-weight: 300;
  color: #1a2f33; }
/* line 606, ../scss/_shop.scss */
.woocommerce input:focus {
  outline: inherit; }

/* line 612, ../scss/_shop.scss */
table {
  background-color: white;
  width: 100%;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.1);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.1);
  border: none !important;
  padding: 40px 30px; }
/* line 619, ../scss/_shop.scss */
table * {
  border: none; }
/* line 625, ../scss/_shop.scss */
table thead tr th {
  padding: 0 0 30px !important;
  text-transform: uppercase !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  font-family: "Josefin Sans", sans-serif; }

/* line 640, ../scss/_shop.scss */
.quantity input {
  height: 50px;
  min-width: 90px;
  padding: 0 10px 0 0;
  background-color: #fff; }

/* line 648, ../scss/_shop.scss */
.actions {
  background-color: transparent !important;
  position: relative;
  padding: 30px 0 0 !important; }
/* line 653, ../scss/_shop.scss */
.actions .tst-uc {
  position: absolute !important;
  top: 30px;
  right: 0; }

/* line 660, ../scss/_shop.scss */
.coupon {
  padding-bottom: 0 !important; }
/* line 662, ../scss/_shop.scss */
.coupon button {
  margin-left: 15px !important; }

@media (max-width: 992px) {
  /* line 668, ../scss/_shop.scss */
  .actions {
    position: relative;
    padding: 30px 0 0 !important; }
  /* line 672, ../scss/_shop.scss */
  .actions .tst-uc {
    margin-top: 30px !important;
    position: static !important; } }
/* line 679, ../scss/_shop.scss */
.cart_item {
  position: relative; }
/* line 682, ../scss/_shop.scss */
.cart_item td {
  background-color: transparent !important;
  padding: 15px 30px 15px 0 !important;
  border-top: none; }
/* line 687, ../scss/_shop.scss */
.cart_item td:before {
  padding: 0 0 30px !important;
  text-transform: uppercase !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  font-family: "Josefin Sans", sans-serif; }
/* line 696, ../scss/_shop.scss */
.cart_item td.product-remove {
  width: 15px; }
/* line 698, ../scss/_shop.scss */
.cart_item td.product-remove a.remove {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  line-height: 16px;
  width: 20px;
  height: 20px;
  font-weight: 300;
  background-color: #e74c3c;
  color: #fcfcfc !important;
  opacity: 1; }
/* line 708, ../scss/_shop.scss */
.cart_item td.product-remove a.remove:hover {
  -webkit-transform: scale(1);
  transform: scale(1); }
/* line 715, ../scss/_shop.scss */
.cart_item td.product-thumbnail {
  width: 200px;
  height: 100px; }
/* line 719, ../scss/_shop.scss */
.cart_item td.product-thumbnail a {
  display: block;
  padding-bottom: 65%;
  position: relative; }
/* line 724, ../scss/_shop.scss */
.cart_item td.product-thumbnail a img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 5px; }

/* line 740, ../scss/_shop.scss */
.cart_totals h2 {
  display: block;
  margin: 0 0 30px;
  font-size: 24px;
  line-height: 26px; }
/* line 747, ../scss/_shop.scss */
.cart_totals table {
  padding: 30px 30px 25px; }
/* line 752, ../scss/_shop.scss */
.cart_totals table tbody tr.cart-subtotal td {
  background-color: transparent !important;
  padding: 0 0 30px !important;
  font-size: 16px;
  font-weight: 400; }
/* line 757, ../scss/_shop.scss */
.cart_totals table tbody tr.cart-subtotal td:before {
  text-transform: uppercase !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  font-family: "Josefin Sans", sans-serif; }
/* line 764, ../scss/_shop.scss */
.cart_totals table tbody tr.cart-subtotal td .woocommerce-Price-currencySymbol {
  margin-right: 5px;
  display: inline-block;
  font-weight: 400;
  font-size: 10px;
  opacity: 0.6; }
/* line 773, ../scss/_shop.scss */
.cart_totals table tbody tr.cart-subtotal th {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  padding-bottom: 30px; }
/* line 783, ../scss/_shop.scss */
.cart_totals table tbody tr.order-total td {
  background-color: transparent !important;
  padding: 30px 0 0;
  font-size: 22px;
  font-weight: 300; }
/* line 788, ../scss/_shop.scss */
.cart_totals table tbody tr.order-total td:before {
  text-transform: uppercase !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  font-family: "Josefin Sans", sans-serif; }
/* line 795, ../scss/_shop.scss */
.cart_totals table tbody tr.order-total td .woocommerce-Price-currencySymbol {
  margin-right: 5px;
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  opacity: 0.6; }
/* line 804, ../scss/_shop.scss */
.cart_totals table tbody tr.order-total th {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  padding-top: 30px; }

/* line 817, ../scss/_shop.scss */
.checkout-button {
  position: relative;
  padding: 0 30px !important;
  background-color: #f39c12 !important;
  display: inline-block;
  height: 50px !important;
  line-height: 54px !important;
  cursor: pointer;
  color: #1a2f33 !important;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-size: 10px !important;
  letter-spacing: 2px;
  font-weight: 800;
  border: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 5px !important; }
/* line 835, ../scss/_shop.scss */
.checkout-button:hover {
  -webkit-filter: brightness(108%);
  filter: brightness(108%);
  -webkit-transform: scale(1.015);
  transform: scale(1.015); }

/* line 842, ../scss/_shop.scss */
.product-name a {
  font-weight: 600;
  font-size: 18px;
  font-family: "Playfair Display", serif !important; }

/* line 851, ../scss/_shop.scss */
.product-price .woocommerce-Price-amount,
.product-subtotal .woocommerce-Price-amount {
  font-size: 16px;
  font-weight: 400; }
/* line 854, ../scss/_shop.scss */
.product-price .woocommerce-Price-amount .woocommerce-Price-currencySymbol,
.product-subtotal .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  margin-right: 5px;
  display: inline-block;
  font-weight: 400;
  font-size: 10px;
  opacity: 0.6; }

/*-------------------------
checkout (in next update)
--------------------------*/
/**********************************

custom

***********************************/
/*-------------------------
swiper
--------------------------*/
/* line 9, ../scss/_custom.scss */
.tst-slider-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 400px;
  position: absolute;
  left: 50%;
  margin-left: -200px; }

/* line 18, ../scss/_custom.scss */
.swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  margin: 0 3px;
  opacity: 0.2;
  background-color: #1a2f33;
  border: solid 3px transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
/* line 27, ../scss/_custom.scss */
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
  opacity: 1;
  margin: 0 5px;
  border: solid 3px #f39c12; }
/* line 34, ../scss/_custom.scss */
.swiper-pagination-bullet:focus {
  outline: inherit; }

/* line 39, ../scss/_custom.scss */
.tst-slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }
/* line 45, ../scss/_custom.scss */
.tst-slider-navigation .tst-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
/* line 49, ../scss/_custom.scss */
.tst-slider-navigation .tst-nav .tst-slider-btn {
  padding-top: 1px;
  margin-left: 15px;
  background-color: #f39c12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 35px;
  width: 35px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
/* line 63, ../scss/_custom.scss */
.tst-slider-navigation .tst-nav .tst-slider-btn:hover {
  -webkit-filter: brightness(108%);
  filter: brightness(108%);
  -webkit-transform: scale(1.015);
  transform: scale(1.015); }
/* line 68, ../scss/_custom.scss */
.tst-slider-navigation .tst-nav .tst-slider-btn.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.3;
  background-color: rgba(26, 47, 51, 0.1); }
/* line 73, ../scss/_custom.scss */
.tst-slider-navigation .tst-nav .tst-slider-btn.swiper-button-disabled:hover {
  background-color: rgba(26, 47, 51, 0.1);
  opacity: 0.1; }
/* line 79, ../scss/_custom.scss */
.tst-slider-navigation .tst-nav .tst-slider-btn .tst-label {
  margin-right: 15px; }
/* line 83, ../scss/_custom.scss */
.tst-slider-navigation .tst-nav .tst-slider-btn:focus {
  outline: inherit; }

/* line 90, ../scss/_custom.scss */
.tst-main-slider-navigation {
  padding-left: 10px;
  position: absolute;
  z-index: 1;
  border-radius: 10px;
  bottom: 30px;
  left: calc(10% + 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 102, ../scss/_custom.scss */
.tst-main-slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
/* line 105, ../scss/_custom.scss */
.tst-main-slider-nav .tst-slider-btn {
  cursor: pointer;
  color: #f2f6f7;
  height: 40px;
  width: 40px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
/* line 116, ../scss/_custom.scss */
.tst-main-slider-nav .tst-slider-btn.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed; }
/* line 121, ../scss/_custom.scss */
.tst-main-slider-nav .tst-slider-btn i {
  text-shadow: 0 5px 20px rgba(26, 47, 51, 0.95); }
/* line 125, ../scss/_custom.scss */
.tst-main-slider-nav .tst-slider-btn:focus {
  outline: inherit; }
/* line 129, ../scss/_custom.scss */
.tst-main-slider-nav .tst-slider-btn:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3); }

/* line 135, ../scss/_custom.scss */
.tst-main-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-right: 30px; }
/* line 141, ../scss/_custom.scss */
.tst-main-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  border: solid 3px #f39c12;
  margin: 0 20px 0 0;
  border: none;
  opacity: 1;
  border: solid 3px #f2f6f7;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.9);
  box-shadow: 0 5px 10px 0 rgba(26, 47, 51, 0.9);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
/* line 152, ../scss/_custom.scss */
.tst-main-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  margin: 0 20px 0 0;
  border: solid 2px #f39c12; }
/* line 158, ../scss/_custom.scss */
.tst-main-pagination .swiper-pagination-bullet:focus {
  outline: inherit; }
/* line 162, ../scss/_custom.scss */
.tst-main-pagination .swiper-pagination-bullet:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3); }

@media (max-width: 790px) {
  /* line 168, ../scss/_custom.scss */
  .tst-slider-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  /* line 175, ../scss/_custom.scss */
  .tst-slider-navigation .tst-nav {
    margin-bottom: 30px; }
  /* line 178, ../scss/_custom.scss */
  .tst-slider-navigation .tst-nav .tst-label {
    display: none; }
  /* line 182, ../scss/_custom.scss */
  .tst-slider-navigation .tst-nav .tst-slider-btn {
    margin: 5px; }

  /* line 188, ../scss/_custom.scss */
  .tst-slider-pagination {
    width: 100%;
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px; }

  /* line 196, ../scss/_custom.scss */
  .tst-main-slider-navigation {
    width: calc(100% - 20px);
    left: 10px;
    bottom: 15px; } }
/*-------------------------
datepicker
--------------------------*/
/* line 205, ../scss/_custom.scss */
.datepicker {
  z-index: 999999999999999;
  border: none;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  -webkit-box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11); }
/* line 212, ../scss/_custom.scss */
.datepicker .datepicker--nav {
  padding-top: 10px;
  color: #1a2f33 !important;
  opacity: 1;
  font-size: 14px; }
/* line 219, ../scss/_custom.scss */
.datepicker .datepicker--cell.-current- {
  background-color: rgba(26, 47, 51, 0.2);
  color: #1a2f33; }
/* line 224, ../scss/_custom.scss */
.datepicker .datepicker--cell.-selected-, .datepicker .datepicker--cell.-selected-.-current- {
  background: #f39c12;
  color: #fff; }
/* line 229, ../scss/_custom.scss */
.datepicker .datepicker--cell.-selected-:hover, .datepicker .datepicker--cell.-selected-.-current-:hover {
  background: #f39c12; }

/* line 235, ../scss/_custom.scss */
.datepicker--pointer {
  display: none; }

/*-------------------------
nice select
--------------------------*/
/* line 241, ../scss/_custom.scss */
.nice-select {
  border: none;
  height: 50px;
  padding: 0 20px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11); }
/* line 248, ../scss/_custom.scss */
.nice-select span {
  line-height: 53px;
  color: #1a2f33 !important; }
/* line 253, ../scss/_custom.scss */
.nice-select .list {
  max-height: 200px;
  overflow-y: scroll;
  -webkit-box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
  box-shadow: 0 2px 5px 0 rgba(26, 47, 51, 0.11);
  margin: 0;
  padding: 0;
  margin-top: 10px;
  padding-bottom: 0; }
/* line 262, ../scss/_custom.scss */
.nice-select .list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0); }
/* line 266, ../scss/_custom.scss */
.nice-select .list li {
  height: 30px;
  padding: 0 20px;
  margin: 0; }

/*-------------------------
fancybox
--------------------------*/
/* line 276, ../scss/_custom.scss */
.fancybox-slide--video .fancybox-content {
  width: 80% !important; }

/*-------------------------
mapbox
--------------------------*/
/* line 283, ../scss/_custom.scss */
.mapboxgl-marker svg {
  -webkit-animation: marker 1s infinite ease-in-out;
  animation: marker 1s infinite ease-in-out; }
/* line 286, ../scss/_custom.scss */
.mapboxgl-marker svg g {
  fill: #f39c12; }
/* line 290, ../scss/_custom.scss */
.mapboxgl-marker svg circle {
  fill: #28292c; }
/* line 294, ../scss/_custom.scss */
.mapboxgl-marker svg ellipse {
  fill: #000; }

@-webkit-keyframes marker {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes marker {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@media (max-width: 790px) {
  /* line 313, ../scss/_custom.scss */
  .mapboxgl-marker {
    display: none; } }

/*# sourceMappingURL=style.css.map */
</pre></body></html>