@import url("https://fonts.googleapis.com/css2?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&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
.btn-tae, .tae-nav .btn-tae {
  background-color: #b59b63;
  color: #fff;
  text-align: center;
}

/* Carousel General */
.owl-carousel.main-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.owl-carousel.main-carousel {
  position: relative;
}

.owl-carousel.main-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  display: block;
  text-align: center;
  width: 100%;
}

.owl-carousel.main-carousel .owl-item img {
  width: auto;
  height: 100%;
  max-height: 500px;
}

.owl-theme .owl-dots .owl-dot span {
  background: none;
  border: 1px solid #fff;
  width: 7px;
  height: 7px;
  margin: 5px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

.owl-carousel.reviews-carousel {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* .owl-carousel.reviews-carousel .owl-item img {
    width: auto;
    height: 100%;
    max-height: 70px;
}
.owl-carousel.press-carousel .owl-item img {
    width: auto;
    height: 100%;
    max-height: 55px;
} */
.owl-carousel.reviews-carousel .owl-item img, .owl-carousel.press-carousel .owl-item img {
  width: 100%;
  height: auto;
}

@media (max-width: 764px) {
  .owl-carousel.reviews-carousel .owl-item, .owl-carousel.press-carousel .owl-item {
    text-align: center;
  }
  .owl-carousel.reviews-carousel .owl-item img, .owl-carousel.press-carousel .owl-item img {
    width: 80%;
    margin: 0 auto;
    max-width: 300px;
    height: auto;
  }
}

.owl-carousel.menu-carousel {
  position: relative;
}

.owl-carousel.menu-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  display: block;
  text-align: center;
  width: 100%;
}

.owl-carousel.menu-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.owl-carousel.menu-carousel .owl-item img {
  width: auto;
  height: 100%;
  max-height: 600px;
}

/* Hero Section  */
.video-main-container {
  height: 100%;
  max-height: 76vh;
  min-height: 500px;
  background: url(../img/bg-mobile.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.video-inner {
  position: absolute;
  left: 50vw;
  top: 20vh;
  z-index: 8888;
}

.logo-main-home {
  position: absolute;
  z-index: 8888;
  top: 10%;
  left: 43%;
}

.main-logo-home img {
  max-width: 130px;
}

.desktop-copy img {
  max-width: 120px;
}

.video-main-container {
  background: #000;
}

.video-player {
  height: 100%;
  max-height: 76vh;
  min-height: 500px;
}

.vid {
  height: 100%;
  width: auto;
  height: 100%;
  max-height: 76vh;
  min-height: 500px;
}

.video-shadow {
  position: absolute;
  width: 102%;
  height: 100%;
  max-height: 76vh;
  min-height: 500px;
  -webkit-box-shadow: inset 0px 0px 46px 46px black;
          box-shadow: inset 0px 0px 46px 46px black;
  top: 0;
  left: 0px;
  z-index: 9999;
}

.copy-data {
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  display: block;
  margin: 3px auto 15px;
  border: 2px solid #f1f1f1;
  border-radius: 4px;
  padding: 6px 8px;
}

.copy-data .counter-data {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  padding-top: 0.2rem;
  line-height: 12px;
}

.counter-data-light {
  font-weight: 100;
  font-size: 8px;
}

.book-now-mobile {
  display: none;
}

.mobile-copy {
  display: none;
}

/* Hero Section  */
/* Menu Section */
.menu-section {
  background-color: #b59b63;
}

.menu-section h1 {
  color: #fff;
}

.menu-section h1:after {
  content: url("../img/before-title-2.png");
  display: block;
  width: 80%;
  margin: 0 auto;
}

.menu-section p {
  color: #fff;
}

.bg-menu-description {
  font-size: 14px;
  background-color: #313131;
  padding: 3rem;
}

.bg-menu-description h6 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #b59b63;
  display: inline-block;
}

.bg-menu-description span {
  color: #fff;
  font-style: normal;
  border: 1px solid #b59b63;
  padding: 2px 8px;
  border-radius: 20px;
  font-size: 12px;
  display: inline-block;
}

/* Menu Section */
/* Cocktail */
.text-starts {
  font-family: "Playfair Display", serif;
  font-weight: 300;
  color: #b59b63;
}

.bg-cocktail-description {
  background-color: #b59b63;
  background: url("../img/bg-cocktail3.jpg");
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  padding: 0;
  background-size: 100% 100%;
  padding: 4rem;
  font-size: 14px;
  color: #fff;
}

.bg-cocktail-description h6 {
  font-family: "Playfair Display", serif;
  /* font-style: italic; */
  color: #fff;
}

@media (max-width: 764px) {
  .bg-cocktail-description {
    background-size: 100% 100%;
  }
}

/* Cocktail */
/* Footer Section */
.contact-section h3 {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
}

.contact-section .bold {
  font-weight: 700;
}

.contact-section p {
  margin-bottom: .2rem;
  font-size: 0.9rem;
}

input[type="text"], input[type="email"],
textarea {
  border: 1px solid #b59b63;
  padding: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

input[type="submit"].btn-tae {
  border-radius: 25px;
  font-weight: 700;
  font-size: 0.8rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #313131;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #313131;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #313131;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #313131;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #313131;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #313131;
}

footer {
  background-color: #1b1b1b;
  color: #9b9b9b;
  font-size: 0.9rem;
  margin: 0;
}

footer p {
  margin: 0;
  padding-top: .7rem;
  padding-bottom: .7rem;
  text-align: center;
}

/* Footer */
.contact-heading {
  font-family: "Playfair Display", serif;
}

.bg-black {
  background-color: black;
}

.video-background-holder {
  position: relative;
  background-color: black;
  height: calc(80vh - 72px);
  min-height: 70vh;
  width: 100%;
  overflow: hidden;
  margin-top: 55px;
}

.video-background-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-background-content {
  position: relative;
  z-index: 2;
}

.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.2;
  z-index: 1;
}

.mobile-nav-float {
  display: none;
}

#mobileVideoPlay span {
  font-weight: bold;
  font-size: 12px;
}

.item-bg {
  height: 350px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center;
  width: 100%;
}

.item-menu {
  height: 600px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center;
  width: 100%;
}

.footer-btn {
  display: none;
}

.carousel-caption {
  top: 40%;
  bottom: auto;
  font-family: "Playfair Display", serif;
  font-size: 2.3rem;
  font-weight: 100;
}

.carousel-item {
  height: 80vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  background-size: cover;
}

.carousel-control-prev, .carousel-control-next {
  display: none;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.header-italic {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 100;
}

.copy-h {
  font-size: 1.2rem;
}

.no-hornament::after {
  content: '';
  display: none;
}

.corporate-contact {
  background-color: #f3f1f1;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* .carousel-corporate{
    .carousel-item{
        background:linear-gradient(0deg, rgba(255, 0, 150, 0.3), rgba(255, 0, 150, 0.3)), url(http://lorempixel.com/800/600/nature/2);
        background-size:cover;
      
    }
} */
/* Media queries */
@media (max-width: 764px) {
  /* Nav */
  .navbar-brand {
    display: none;
  }
  .nav-item.btn-tae {
    display: none;
  }
  .navbar-collapse.collapse {
    background: #fff;
    z-index: 99999;
  }
  /* Nav */
  /* Hero  */
  .desktop-copy {
    display: none;
  }
  .mobile-copy {
    display: block;
  }
  .book-now-mobile {
    bottom: 3rem;
    display: block;
  }
  .book-now-mobile .btn-tae {
    padding: 1rem 2rem;
    border-radius: 6rem;
    -webkit-box-shadow: 2px 2px 30px 10px rgba(0, 0, 0, 0.4);
            box-shadow: 2px 2px 30px 10px rgba(0, 0, 0, 0.4);
  }
  .play-button-outer {
    margin: 25px auto 0 auto;
    width: 5em;
    height: 5em;
    border: 1px solid #b59b63;
    border-radius: 70px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .play-button {
    margin: 0 auto;
    top: 30%;
    left: 5%;
    position: relative;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1em 0 1em 2em;
    border-color: transparent transparent transparent #b59b63;
    opacity: 0.75;
  }
  .play-button-outer:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .play-button-outer:hover .play-button {
    opacity: 1;
  }
  .copy-data {
    border: none;
  }
  .video-main-container {
    background: url(../img/bg-mobile.jpg);
    background-size: cover;
    height: 85vh;
    background-repeat: no-repeat;
  }
  .video-shadow {
    display: none;
  }
  .video-inner {
    left: 50vw;
    top: 20vw;
  }
  /* Hero */
  /* Menu Carousel  */
  .menu-carousel,
  .cocktail-carousel {
    margin: 1rem auto 0 auto;
  }
  .slider-container {
    padding: 0;
  }
  /* Mobile Screen Adjustments */
  .owl-carousel.main-carousel .owl-item img {
    width: 100%;
    height: auto;
    max-height: auto;
  }
  .owl-carousel.menu-carousel .owl-item img {
    width: 100%;
    height: auto;
    max-height: auto;
  }
  .main-content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .main-content .bg-main-content {
    background-color: #535353;
  }
  .main-content .bg-main-content-white {
    background-color: #fff;
  }
  .main-content .bg-main-content-white .owl-carousel.reviews-carousel {
    padding-top: 2rem;
    padding-bottom: 0.5rem;
  }
  .main-content .bg-main-content-white .logos {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #b59b63;
  }
  .main-content .bg-main-content-white .owl-theme .owl-dots .owl-dot span {
    border: 1px solid #b59b63;
  }
  .main-content .bg-main-content-white .owl-theme .owl-dots .owl-dot.active span {
    background-color: #b59b63;
  }
  .main-content h1 {
    color: white;
    font-size: 1.5rem;
  }
  .main-content p {
    color: white;
    font-size: 0.9rem;
  }
  .main-content .main-content-carousel-container {
    padding-left: 0;
    padding-right: 0;
    /* .owl-item img{width: 100%; max-height: auto; height: auto;} */
  }
  .menu-section {
    padding-top: 0;
    padding-bottom: 0;
    background-color: white;
  }
  .menu-section h1 {
    color: #1a1a1a;
    font-size: 2.5rem!important;
  }
  .menu-section .italic-copy {
    color: #b59b63 !important;
  }
  .menu-section h1:after {
    content: url("../img/before-title-1.png");
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .menu-section p {
    color: #1a1a1a;
    font-size: 0.9rem;
  }
  .menu-section .bg-main-content {
    background-color: #e5e5e5;
  }
  .menu-section .bg-menu-description {
    padding: 2rem;
  }
  .menu-section .bg-menu-description p {
    color: #fff;
  }
  .cocktail-section {
    padding-top: 0;
    padding-bottom: 4rem;
    background-color: white;
  }
  .cocktail-section .bg-main-content {
    background-color: #b59b63;
  }
  .cocktail-section h1 {
    color: #fff;
    font-size: 2.5rem!important;
    text-align: center;
    margin: 0 auto;
    padding-top: 1.5rem;
  }
  .cocktail-section .italic-copy {
    color: #fff !important;
  }
  .cocktail-section h1:after {
    content: url("../img/before-title-2.png");
    display: block;
    width: 80%;
    margin: 0 auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cocktail-section p {
    color: #fff;
    font-size: 0.9rem;
  }
  .contact-section {
    background-color: #313131;
    color: white;
    padding-top: 4rem !important;
  }
  .contact-section h3 {
    font-family: "Playfair Display", serif;
    font-size: 0.9rem;
  }
  .contact-section .bold {
    font-weight: 700;
  }
  .contact-section p {
    margin-bottom: 0.2rem;
    font-size: 0.8rem;
  }
  .contact-section .font-italic {
    color: #9b9b9b;
  }
  .contact-section .contact-heading {
    font-size: 1rem;
    padding-top: 1rem !important;
  }
  input[type="text"], input[type="email"],
  textarea {
    border: 1px solid #9b9b9b;
    padding: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  input[type="submit"].btn-tae {
    border-radius: 25px;
    font-weight: 700;
    font-size: 0.8rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  ::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: "Playfair Display", serif;
    font-style: italic;
    color: #9b9b9b;
    opacity: 1;
    /* Firefox */
  }
  :-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: "Playfair Display", serif;
    font-style: italic;
    color: #9b9b9b;
    opacity: 1;
    /* Firefox */
  }
  ::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: "Playfair Display", serif;
    font-style: italic;
    color: #9b9b9b;
    opacity: 1;
    /* Firefox */
  }
  ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: "Playfair Display", serif;
    font-style: italic;
    color: #9b9b9b;
    opacity: 1;
    /* Firefox */
  }
  :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: "Playfair Display", serif;
    font-style: italic;
    color: #9b9b9b;
  }
  ::-ms-input-placeholder {
    /* Microsoft Edge */
    font-family: "Playfair Display", serif;
    font-style: italic;
    color: #313131;
  }
  footer {
    background-color: #1b1b1b;
    color: #9b9b9b;
    font-size: 0.9rem;
    margin: 0;
  }
  footer p {
    margin: 0;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    text-align: center;
  }
  .navbar-dark {
    background-color: #313131 !important;
  }
  .mobile-lang-menu a {
    display: inline;
  }
  .navbar-toggler {
    border: none;
  }
  .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(181,155,99, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  .mobile-nav-overlay {
    position: fixed;
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 888;
    display: none;
  }
  .mobile-nav-float {
    position: fixed;
    display: none;
    top: 0;
    z-index: 999999999;
    width: 100%;
  }
  .mobile-nav-float ul {
    margin: 0;
    padding: 1rem 0;
    list-style: none;
    background: #fff;
  }
  .mobile-nav-float ul li {
    text-align: center;
    font-family: "Open Sans", sans-serif;
  }
  .mobile-nav-float ul li a {
    color: #b59b63;
  }
  .mobile-nav-float .close-nav-mobile {
    border: none;
    border-radius: 30px;
    background-color: #fff;
    outline: none;
    height: 35px;
    width: 35px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: relative;
  }
  .mobile-nav-float .close-nav-mobile > span {
    color: #b59b63;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .tae-nav {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .social-btn {
    display: block !important;
  }
  .item-bg {
    height: 230px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 100%;
  }
  .item-menu {
    height: 220px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 100%;
  }
  #contact {
    position: relative;
  }
  .footer-btn {
    position: absolute;
    display: block;
    top: -1rem;
    left: 30%;
  }
  .mobile-contact-form-send-btn {
    position: absolute;
    bottom: -5px;
    text-align: center !important;
  }
  .carousel-item {
    height: 60vh;
    min-height: 250px;
  }
  .carousel-caption {
    top: 25%;
    bottom: auto;
    font-family: "Playfair Display", serif;
    font-size: 1rem;
    font-weight: 100;
  }
  .carousel-caption h2 {
    font-size: 3rem !important;
  }
  .bg-cocktail-description, .bg-menu-description {
    padding: 1rem 2rem;
  }
  .copy-h {
    font-size: 1rem;
  }
  .header-corporate {
    font-size: 1.3rem;
  }

  .video-background-holder {
    position: relative;
    background-color: black;
    height: calc(75vh - 72px);
    min-height: 65vh;
    width: 100%;
    overflow: hidden;
    margin-top: 55px;
  }
}

@media (min-width: 764px) and (max-width: 1280px) {
  .tae-nav .nav-item:not(.btn-tae) {
    margin: 0 !important;
  }
  .nav-lang {
    margin: 0 auto !important;
  }
  .tae-nav .btn-tae {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
}

body {
  background-color: #f8f5f5;
}

.navbar {
  padding-left: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  border-bottom: 1px solid #fff;
}

h1 {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem!important;
  font-weight: 100;
}

h1::after {
  content: url("../img/before-title-1.png");
  display: block;
  width: 80%;
  margin: 0 auto;
  padding-top: 0.5rem;
}

p {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

p span.strong {
  font-weight: 700 !important;
}

.section-description {
  font-size: 1.2rem;
  font-weight: 300;
}

.tae-nav {
  background-color: #0f0f0f;
  z-index: 999999;
}

.tae-nav .nav-item:not(.btn-tae) {
  border-bottom: 3px solid #0f0f0f;
  margin: 0rem 1.5rem 0 1.5rem;
  padding: .4rem 0;
  color: #fff;
  font-size: 0.9rem;
}

.tae-nav .nav-item:not(.btn-tae):hover {
  border-bottom: 2px solid #fff;
}

.tae-nav .nav-link {
  color: #fff !important;
  font-size: 0.9rem;
  font-family: "Open Sans", sans-serif;
}

.tae-nav .nav-lang {
  display: inline-block;
  font-size: 0.8rem !important;
}

.tae-nav .nav-lang img {
  padding-right: 0.4rem;
  width: 30px;
  height: auto;
}

.tae-nav .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.tae-nav .btn-tae {
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  font-size: 1rem;
  padding-left: 7rem;
  padding-right: 7rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 0;
  margin-right: 0;
  border-bottom: 0;
}

.tae-nav .btn-tae:hover {
  border: 0;
  background-color: #fff;
  color: #b59b63 !important;
}

section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.italic-copy {
  font-weight: 300;
}

.input-contact {
  background-color: transparent;
}

.social-btn {
  font-family: "Playfair Display", serif;
  color: #b59b63;
  color: #b59b63;
  height: 30px;
  width: 30px;
  border: 1px solid #b59b63;
  padding: 2px 12px 0 11px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  font-weight: 700;
}

.social-btn:hover {
  color: #b59b63;
  text-decoration: none;
}

.wine-highlighted {
  font-weight: 400;
  font-style: italic;
}

.video-position {
  position: relative;
  left: -50%;
  top: -10%;
  text-align: center;
}

.book-now {
  font-weight: bold;
  padding: 1.5rem 2.5rem !important;
}

.faq h6 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #b59b63;
}

.shine {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

/**
   * The "shine" element
   */
.shine:after {
  -webkit-animation: shine 5s ease-in-out  infinite;
          animation: shine 5s ease-in-out  infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 100%;
  opacity: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  background: rgba(90, 45, 45, 0.63);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.53)), color-stop(77%, rgba(255, 255, 255, 0.53)), color-stop(92%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.53) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0) 100%);
}

/* Hover state - trigger effect */
/* Active state */
.shine:active:after {
  opacity: 0;
}

@-webkit-keyframes shine {
  10% {
    opacity: 1;
    top: -30%;
    left: 50%;
    -webkit-transition-property: left, top, opacity;
    transition-property: left, top, opacity;
    -webkit-transition-duration: 0.7s, 0.7s, 0.15s;
            transition-duration: 0.7s, 0.7s, 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  100% {
    opacity: 0;
    top: -30%;
    left: 50%;
    -webkit-transition-property: left, top, opacity;
    transition-property: left, top, opacity;
  }
}

@keyframes shine {
  10% {
    opacity: 1;
    top: -30%;
    left: 50%;
    -webkit-transition-property: left, top, opacity;
    transition-property: left, top, opacity;
    -webkit-transition-duration: 0.7s, 0.7s, 0.15s;
            transition-duration: 0.7s, 0.7s, 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  100% {
    opacity: 0;
    top: -30%;
    left: 50%;
    -webkit-transition-property: left, top, opacity;
    transition-property: left, top, opacity;
  }
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-item {
  left: .101rem;
}
@media (max-width: 764px) {
.video-background-holder
{
  background-image: url(../img/bg-mobile.jpg);
  background-size: cover;
  padding:0px;
  background-repeat: no-repeat;
}
.video-background-holder video{display: none;}
.video-background-container{padding-left: 0; padding-right: 0;}
}
/* 
.owl-item .item { margin-left: 1px !important; }
 */
.wpcf7-response-output{border:0px!important;}
 .tae-nav .nav-link{font-size:1rem;}
 .tae-nav .btn-tae{padding-top:1.6rem; padding-bottom:1.6rem; color:#000!important;}
 .tae-nav .nav-lang{font-size:1rem!important;}
 .tae-nav .nav-lang img{width:35px;}
 @media (min-width: 764px) {
 .btn-tae, .tae-nav .btn-tae{background-color: #ffe1a0;}
 }
/*# sourceMappingURL=main.css.map ffe1a0*/