body,
html {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
}
header {
  padding: 50px 100px 50px 60px;
}
header .contact {
  font-size: 14px;
}
header .contact div {
  display: inline-block;
  margin-right: 20px;
}
header .contact div:last-child {
  margin-right: 0;
}
header .contact a {
  color: #222222;
}
header .contact a:hover {
  text-decoration: none;
  color: #000;
}
header nav {
  float: right;
  text-align: right;
}
header nav a {
  position: relative;
  color: #222222;
  text-decoration: none;
  display: inline-block;
  margin-right: 20px;
}
header nav a:last-child {
  margin-right: 0;
  font-weight: 500;
}
header nav a:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 2px;
  width: 0;
  background: #c1a050;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
header nav a:hover {
  color: #000;
  text-decoration: none;
}
header nav a:hover:after {
  width: 100%;
}
@media (max-width: 991px) {
  header {
    display: none;
  }
}
footer {
  margin: 160px 100px 40px 60px;
}
footer .contact {
  float: left;
}
footer .contact .title {
  font-weight: 500;
  margin-bottom: 5px;
}
footer .contact .contact-data {
  display: flex;
}
footer .contact a {
  color: #222222;
}
footer .copyright {
  float: right;
  clear: right;
  text-align: right;
  font-size: 14px;
  margin-top: 30px;
}
footer .copyright span {
  display: block;
}
footer .copyright b {
  font-weight: 500;
}
footer .copyright a {
  color: #222222;
}
footer .social {
  float: right;
  text-align: right;
}
footer .social a {
  display: inline-block;
  font-size: 24px;
  margin-left: 10px;
  color: #222222;
}
footer .page-up {
  position: fixed;
  bottom: -60px;
  right: 30px;
  background: #1e2b31;
  border-radius: 50%;
  padding: 12px 0 0 5px;
  color: #FFF;
  font-size: 22px;
  width: 57px;
  height: 57px;
  text-align: center;
  text-decoration: none;
  transition: all 0.1s ease;
  z-index: 50;
}
footer .page-up:hover {
  background: #182328;
  color: #FFF;
  padding-top: 10px;
}
@media (min-width: 767px) {
  footer .page-up.active {
    bottom: 30px;
  }
}
@media (max-width: 991px) {
  footer {
    margin: 40px 25px;
  }
}
@media (max-width: 850px) {
  footer .contact {
    display: none;
  }
  footer .social {
    float: left;
  }
  footer .social a {
    margin: 0 5px 0 0;
  }
  footer .copyright {
    margin: 0;
  }
}
@media (max-width: 500px) {
  footer {
    text-align: center;
  }
  footer .social {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
  footer .social a {
    margin: 0 5px;
  }
  footer .copyright {
    float: none;
    text-align: center;
  }
}
.container-fluid {
  max-width: 1400px;
  padding: 0 25px;
}
body.nav-on .nav-icon,
html.nav-on .nav-icon {
  background: #182328;
}
body.nav-on .nav-icon .lines,
html.nav-on .nav-icon .lines {
  background: transparent;
  height: 100%;
  top: 100%;
}
body.nav-on .nav-icon .lines:before,
html.nav-on .nav-icon .lines:before {
  transform: translateY(10px) translateX(0) rotate(45deg);
  width: 100%!important;
  background: #FFF;
  top: -10px;
}
body.nav-on .nav-icon .lines:after,
html.nav-on .nav-icon .lines:after {
  transform: translateY(-10px) translateX(0) rotate(-45deg);
  width: 100%!important;
  background: #FFF;
}
body.nav-on .page-nav,
html.nav-on .page-nav {
  transform: translateY(0);
}
.page-nav {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(30, 43, 49, 0.98);
  padding: 100px 200px;
  z-index: 10;
  transform: translateY(-100%);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 99;
}
.page-nav .links {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page-nav .links a {
  color: #FFF;
  display: table;
  margin-bottom: 35px;
  font-size: 26px;
  position: relative;
}
.page-nav .links a:after {
  content: '';
  width: 0;
  background: #FFF;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.page-nav .links a:last-child {
  margin-bottom: 0;
}
.page-nav .links a:hover {
  text-decoration: none;
}
.page-nav .links a:hover:after {
  width: 100%;
}
.page-nav .booking {
  position: absolute;
  right: 100px;
  bottom: 100px;
  padding: 20px 30px;
  border: solid 1px #FFF;
  color: #FFF;
  font-size: 18px;
}
.page-nav .booking i {
  margin-right: 20px;
}
.page-nav .booking:hover {
  background: #FFF;
  color: #1e2b31;
  text-decoration: none;
}
@media (max-width: 767px) {
  .page-nav {
    padding: 0 60px 0 100px;
  }
  .page-nav .links a {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 575px) {
  .page-nav .links a {
    font-size: 20px;
  }
}
.nav-icon {
  position: fixed;
  left: 25px;
  top: 50%;
  background: #1e2b31;
  width: 70px;
  height: 70px;
  cursor: pointer;
  z-index: 999;
  border-radius: 50%;
  transform: translateY(-50%);
}
.nav-icon:hover {
  background: #182328;
}
.nav-icon .lines {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 32px;
  height: 2px;
  background-color: #FFF;
}
.nav-icon .lines:before,
.nav-icon .lines:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-icon .lines:before {
  top: -10px;
}
.nav-icon .lines:after {
  top: 10px;
}
@media (max-width: 991px) {
  .nav-icon {
    top: 10px;
    left: 10px;
    transform: none;
  }
}
.right-nav {
  position: absolute;
  right: 40px;
  height: 180px;
  font-size: 18px;
}
.right-nav.fixed {
  position: fixed;
  top: 36px;
}
.right-nav a {
  color: #222222;
  display: block;
  margin: 5px 0 30px;
  text-decoration: none;
}
.right-nav a:hover {
  color: #1e2b31;
}
.right-nav a.lang {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .right-nav {
    display: none;
  }
}
@font-face {
  font-family: 'icons';
  src: url('../fonts/icons.eot?21184891');
  src: url('../fonts/icons.eot?21184891#iefix') format('embedded-opentype'), url('../fonts/icons.woff2?21184891') format('woff2'), url('../fonts/icons.woff?21184891') format('woff'), url('../fonts/icons.ttf?21184891') format('truetype'), url('../fonts/icons.svg?21184891#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}
.icon-phone:before {
  content: '\e800';
}
.icon-location:before {
  content: '\e801';
}
.icon-left:before {
  content: '\e802';
}
.icon-right:before {
  content: '\e803';
}
.icon-up:before {
  content: '\e804';
}
.icon-down:before {
  content: '\e805';
}
.icon-calendar:before {
  content: '\e806';
}
.icon-facebook:before {
  content: '\f09a';
}
.icon-instagram:before {
  content: '\f16d';
}
.intro {
  position: relative;
  margin: 0 100px 60px 60px;
  height: calc(100vh - 170px);
  background: #000;
}
.intro:hover .swiper-container:after {
  background: rgba(0, 0, 0, 0.5);
}
.intro:hover .caption .title span:after {
  width: 100%;
}
.intro:hover .caption .subtitle:before {
  width: 60px;
}
.intro .caption {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 550px;
  padding-left: 100px;
  z-index: 10;
}
.intro .caption .title {
  font-size: 80px;
  font-weight: 600;
  color: #FFF;
  line-height: 1.1;
  margin-bottom: 25px;
}
.intro .caption .title span {
  position: relative;
}
.intro .caption .title span:after {
  content: '';
  width: 0;
  height: 4px;
  background: #c1a050;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.intro .caption .subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #FFF;
}
.intro .caption .subtitle:before {
  content: '';
  width: 80px;
  height: 2px;
  background: #FFF;
  display: inline-block;
  margin: 5px 15px 5px 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.intro .caption .description {
  color: #FFF;
}
.intro .swiper-container {
  height: 100%;
}
.intro .swiper-container:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.28);
  z-index: 9;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.intro .swiper-container .swiper-wrapper {
  height: 100%;
}
.intro .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
  overflow: hidden;
  background-position: center!important;
  background-size: cover!important;
}
.intro .swiper-container .swiper-wrapper .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.intro .swiper-nav {
  background: #c1a050;
  color: #FFF;
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 150px;
  height: 150px;
  text-align: center;
  padding-top: 50px;
  z-index: 10;
}
.intro .swiper-nav .swiper-next,
.intro .swiper-nav .swiper-prev {
  position: relative;
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  width: 50px;
  height: 50px;
  padding: 10px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.intro .swiper-nav .swiper-next:focus,
.intro .swiper-nav .swiper-prev:focus {
  outline: none;
}
.intro .swiper-nav .swiper-next:hover,
.intro .swiper-nav .swiper-prev:hover {
  transform: scale(1.3);
}
.intro .swiper-pagination {
  text-align: left;
  left: 30px;
  bottom: 50px;
  z-index: 10;
}
.intro .swiper-pagination .swiper-pagination-bullet {
  background: #FFF;
  opacity: 0.8;
  margin-right: 15px;
}
.intro .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #c1a050;
}
.intro .line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.intro .logo {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
}
@media (max-width: 991px) {
  .intro {
    margin: 0 0 60px 0;
  }
  .intro .caption {
    max-width: 100%;
    padding: 0 60px 0 70px;
  }
  .intro .caption .title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .intro .swiper-nav {
    top: 15px;
    right: 10px;
    bottom: auto;
    background: transparent;
    width: auto;
    height: auto;
    padding: 0;
  }
}
@media (max-width: 575px) {
  .intro .caption {
    padding: 0 40px;
  }
  .intro .caption .title {
    font-size: 32px;
  }
  .intro .caption .subtitle {
    font-size: 16px;
  }
  .intro .caption .subtitle:before {
    width: 40px;
  }
  .intro .caption .description {
    font-size: 14px;
  }
  .intro .swiper-pagination {
    display: none;
  }
}
.reservation {
  text-align: center;
}
.reservation form {
  max-width: 1400px;
  display: flex;
  margin: 0 auto;
  padding: 0 100px 0 60px;
  align-items: center;
  justify-content: center;
}
.reservation .form-group {
  display: inline-block;
  border-right: solid 1px #E5E5E5;
  padding: 30px 40px 30px 0;
  margin-right: 40px;
  text-align: left;
}
.reservation .form-group label {
  text-transform: uppercase;
  color: #222222;
  font-size: 15px;
}
.reservation .form-group input {
  border-radius: 0;
  border-width: 0;
  padding: 0;
}
.reservation .form-group:last-of-type {
  border-right: none;
  margin-right: 0;
}
.reservation button {
  padding: 15px 25px;
  background: #1e2b31;
  color: #FFF;
  border: none;
  cursor: pointer;
  width: 185px;
}
.reservation button i {
  margin-right: 15px;
}
.reservation button:hover {
  background: #182328;
}
@media (max-width: 1199px) {
  .reservation .form-group {
    padding: 20px 20px 20px 0;
    margin-right: 20px;
    text-align: left;
  }
  .reservation .form-group input {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .reservation {
    padding: 0 25px;
  }
  .reservation form {
    padding: 0;
  }
  .reservation form .form-group input {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .reservation form {
    display: block;
  }
  .reservation form .form-group {
    padding: 20px;
    margin: 0;
    float: left;
    width: 50%;
    border: none;
  }
  .reservation form .form-group input {
    padding-bottom: 10px;
    border-bottom: solid 1px #E5E5E5;
  }
  .reservation form button {
    margin: 20px 0 0;
  }
}
article {
  position: relative;
  margin: 100px auto;
}
article.dots:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 99px;
  height: 412px;
  background: url(/assets/public/img/dots.png);
  z-index: 9;
}
article img {
  width: 100%;
}
article .title {
  font-weight: 600;
  font-size: 42px;
  color: #1e2b31;
}
article .title:after {
  content: '.';
  color: #c1a050;
}
article .subtitle {
  color: #222222;
  text-transform: uppercase;
  font-weight: 500;
}
article .description {
  max-width: 600px;
  z-index: 10;
  position: relative;
}
article .shortdesc {
  font-size: 20px;
  font-weight: 300;
  color: #2f2f2f;
  margin-bottom: 30px;
  max-width: 600px;
}
article a.button {
  padding: 15px 25px;
  background: #1e2b31;
  color: #FFF;
  display: inline-block;
}
article a.button:hover {
  color: #FFF;
  text-decoration: none;
  background: #182328;
}
.rooms-slide .title {
  font-size: 20px;
  color: #222222;
  margin: 25px 0 15px;
}
.rooms-slide .title:after {
  display: none;
}
.rooms-slide .image {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}
.rooms-slide .image:hover img {
  transform: scale(1.15);
}
.rooms-slide .image img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  width: 100%;
}
.rooms-slide .swiper-next,
.rooms-slide .swiper-prev {
  font-size: 40px;
  color: #1e2b31;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.rooms-slide .swiper-next:focus,
.rooms-slide .swiper-prev:focus {
  outline: none;
}
.rooms-slide .swiper-next:hover,
.rooms-slide .swiper-prev:hover {
  transform: scale(1.3);
}
.rooms-slide .swiper-prev {
  left: -80px;
}
.rooms-slide .swiper-next {
  right: -80px;
}
.page-header {
  position: relative;
  margin: 0 100px 60px 60px;
  height: 55vh;
  background-position: center;
  background-size: cover;
}
.page-header .line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.page-header .logo {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
}
@media (max-width: 991px) {
  .page-header {
    margin: 0;
  }
}
article .caption {
  width: 600px;
  max-width: 80%;
  margin: 50px auto;
  text-align: center;
}
article .caption h1 {
  font-weight: 600;
  font-size: 44px;
  color: #1e2b31;
}
article .caption h1:after {
  content: '.';
  color: #c1a050;
}
article .caption h2 {
  font-size: 21px;
  font-weight: 300;
  color: #2f2f2f;
  margin: 20px 0 30px;
}
@media (max-width: 767px) {
  article .caption {
    max-width: 100%;
  }
  article .caption h1 {
    font-size: 34px;
  }
  article .caption h2 {
    font-size: 18px;
  }
}
article hr {
  margin: 50px 0;
}
article a {
  position: relative;
  color: #222222;
  display: inline-block;
  font-weight: 500;
}
article a:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  content: '';
  background: #c1a050;
}
article a:hover {
  color: #000;
  text-decoration: none;
}
.container {
  padding-right: 55px;
}
@media (max-width: 991px) {
  .container {
    padding: 0 25px;
  }
}
.gallery {
  margin: 80px 100px 80px 60px;
}
.gallery a {
  display: block;
  position: relative;
  width: 16.666%;
  float: left;
  background-position: center;
  background-size: cover;
  padding-top: 16.666%;
  overflow: hidden;
}
.gallery a:first-child {
  width: 33.333%;
}
.gallery a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  opacity: 0;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
  z-index: 10;
}
.gallery a:hover:before {
  opacity: 1;
}
.gallery a img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .gallery a {
    width: 25%;
    padding-top: 25%;
  }
  .gallery a:first-child {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .gallery {
    margin: 60px 0;
  }
}
@media (max-width: 767px) {
  .gallery a {
    width: 33.333%;
    padding-top: 33.333%;
  }
  .gallery a:first-child {
    width: 66.666%;
  }
}
@media (max-width: 575px) {
  .gallery a {
    width: 50%;
    padding-top: 50%;
  }
  .gallery a:first-child {
    width: 100%;
  }
}
body.hidden-scroll {
  overflow: hidden;
}
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.95);
  display: none;
  z-index: 1050;
}
.sl-wrapper {
  z-index: 1040;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  color: #FFF!important;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 1060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: rgba(255, 255, 255, 0.5);
  font-size: 3rem;
}
.sl-wrapper .sl-close :focus {
  outline: none;
}
.sl-wrapper .sl-wrapper .sl-close .sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #000;
  font-size: 1rem;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 1060;
  color: rgba(255, 255, 255, 0.5);
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button:focus {
  outline: none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 80px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 40px;
    font-size: 3.5rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 40px;
    font-size: 3.5rem;
  }
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}
.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
