/*! CSS Used from: https://fonts.googleapis.com/css?family=Material+Icons&display=block */

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/*! CSS Used from: https://ostal.net/css/styles.css */

body,
div,
h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
hr,
fieldset,
form,
label,
legend,
footer,
header,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #2a1111;
}

a:active,
a:hover {
  outline: 0;
}

.spacer {
  margin-top: 28px;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #feb8b8;
  margin: 1em 0;
  padding: 0;
}

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Rakkas", cursive;
  font-size: 14px;
  text-align: center;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-toggle {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 90em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #eae9d5;
  background: #2a1111;
  font: normal 100%/1.4 sans-serif;
}

section {
  float: left;
  width: 100%;
}

nav {
  width: 100%;
  height: 6em;
  box-sizing: border-box;
  position: fixed;
  z-index: 2;
  border-bottom: 4px solid #e1c88b;
  background-image: url("https://ostal.s3.eu-west-3.amazonaws.com/images/medievalCompositeStrip-trans.jpg");
}

header {
  background: #2a1111;
  height: 5.7em;
  float: left;
  width: 100%;
}

.logo {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  font-weight: bold;
  padding: 0 0;
  color: #fff;
  float: left;
}
/*
.arrowDown {
  position: absolute;
  width: 6vw;
  height: 6vh;
  bottom: 8vh;
  z-index: 6;
  margin: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  animation: hideshow 15s 5s linear forwards;

}

.arrowDownBounce {
  top: 50%;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.arrowRight {
  position: absolute;
  width: 6vw;
  height: 6vh;
  z-index: 5;
  margin: 0;
  bottom: 50vh;
  top: 50%;
  left: 94%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  animation: hideshow 15s 5s linear forwards;
}

.arrowRightBounce {
  top: 50%;
  -webkit-animation: bounceRight 2s infinite;
  animation: bounceRight 2s infinite;
  margin-left: auto;
  margin-right: auto;
}
*/
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 240px;
  background-color: #b30000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 30%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

button {
  font: 20px "Raleway", Arial, sans-serif;
  font-weight: 600;
  line-height: 28px;
  color: #eae9d5;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto 0;
  height: 100%;
  background-color: rgba(77, 0, 0, 0.1);
  border-radius: 6px;
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  top: 96px;
  right: 0;
  bottom: 80px;
  left: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  animation-name: show;
  animation-duration: 0.1s;
}

.modal-content {
  position: relative;
  top: 17vh;
  background-color: #fff;
  margin: 10% auto;
  border: 1px solid #888;
  width: 90%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  font-size: 4.6vw;
  line-height: 2.6vw;
}

.modal-header {
  padding: 12px;
  background-color: grey;
  color: #ffefd2;
  font-size: calc(1vw + 1vh + 1vmin);
  line-height: 30px;
  margin-bottom: 0;
  text-align: left;
}

.modal-body {
  padding: 12px;
  text-align: center;
}

.close {
  color: #ffefd2;
  float: right;
}

.close:hover,
.close:focus {
  color: white;
  cursor: pointer;
}

.lazyload {
  opacity: 0;
}

.lazyloading {
  opacity: 1;
  transition: opacity 300ms;
  background: #000000 url(https://ostal.net/preloader.svg) no-repeat center;
}

.iconsleft {
  padding-right: 10px;
}

.iconsright {
  float: right;
}

h1 {
  font: 400 50px/1.3 "Rakkas", cursive;
  font-style: normal;
  color: #ffebb4;
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
  background-color: #680505;
  text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2),
    0px -5px 35px rgba(255, 255, 255, 0.3);
  padding-bottom: 14px;
  padding-top: 14px;
}

h2 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: none;
  font: 400 100px/1.3 "Rakkas", cursive;
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 0;
  text-align: center;
  color: #fef9d4;
  background-color: #680505;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  padding-bottom: 14px;
  padding-top: 14px;
}

h3 {
  font: 400 100px/1.3 "Lobster Two", Helvetica, sans-serif;
  font-size: 27px;
  line-height: 27px;
  margin-bottom: 0;
  text-align: center;
  color: #fef9d4;
}

h4 {
  font: 600 100px/1.3 "Lobster Two", Helvetica, sans-serif;
  color: #ffebb4;
  font-size: 27px;
  line-height: 27px;
  margin: 0;
  text-align: center;
  background-color: #680505;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 30px 30px 0 0;
}

h5 {
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 600;
  color: #fffef0;
}

.h7 {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  orphans: 2;
}

.h8 {
  font-size: calc(1vw + 1vh + 1vmin);
  line-height: 30px;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
}

ul {
  margin: 0 0 20px 0;
  list-style-position: inside;
}

ul {
  list-style: none;
}

ul li {
  list-style: none;
}

strong {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  font: 20px "Raleway", Arial, sans-serif;
  font-weight: 600;
  line-height: 28px;
  color: #eae9d5;
  padding-left: 20px;
  padding-right: 20px;
}

a {
  color: #f7ff00;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #ffbf00;
}

:focus {
  outline: 0;
}

.supplement {
  font: 14px/1.55 "Open Sans", Helvetica, Arial, sans-serif;
}
/* don't select the image/svg also has draggable="false" on the svg img tag line 754 + 790*/
img {
  border-radius: 6%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  pointer-events: none;
  color: transparent; /* this hides the alt tag text on loading slides in the 'discover ostal' slideshow *****************/
  max-width: 100%; /* meant to fix googles 'Content wider than screen' error */
  height: auto; /* meant to fix googles 'Content wider than screen' error */
}

.backPlate {
  margin: auto;
  width: 96%;
  background-color: #680505;
  text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2),
    0px -5px 35px rgba(255, 255, 255, 0.3);
  border-left: 4px solid;
  border-right: 4px solid;
  border-top: 4px solid;
  border-bottom: 2px solid;
  border-color: #e1c88b;
  border-radius: 10px;
}

.backPlateH2 {
  margin: auto;
  width: 96%;
  background-color: #000000;
  text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2),
    0px -5px 35px rgba(255, 255, 255, 0.3);
  border-left: 4px solid;
  border-right: 4px solid;
  border-top: 4px solid;
  border-bottom: 2px solid;
  border-color: #e1c88b;
  border-radius: 10px;
}

.infotxt {
  float: left;
  width: 100%;
  padding: 0 0;
}

.infotxt h3 {
  text-align: center;
  color: #ffffbf;
  line-height: 30px;
  display: block;
}

.infotxt_backplate {
  margin: 0 auto;
  width: 96%;
  border-left: 4px solid;
  border-right: 4px solid;
  border-top: 2px solid;
  border-bottom: 4px solid;
  border-color: #e1c88b;
  border-radius: 65px;
  padding: 10px 10px 10px 10px;
  overflow: hidden;
}

.container2 {
  width: 100%;
  margin: auto;
}

.one_half {
  position: relative;
  margin-right: 4%;
  float: left;
}

.one_half {
  width: 100%;
}

.last {
  margin-right: 0 !important;
  clear: right;
}

legend {
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
  width: 100%;
}

legend span {
  display: block;
  font: 400 100px/1.3 "Rakkas", cursive;
  font-size: 34px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

.footer_desktop {
  position: fixed;
  display: none;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
  font-family: "Apercu", Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif,
    "Helvetica Neue", "Helvetica", -apple-system, system-ui, BlinkMacSystemFont,
    Roboto;
  border-top: 2px solid #fef9d4;
}

.footer_desktoplinks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}

.footer_desktoplink {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  color: #ffdede;
}

@media (min-width: 1200px) {
  .footer_desktop {
    display: block;
  }
}

.footer_mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: rgba(77, 0, 0, 0.8);
  z-index: 3;
}

.footer_mobile_link {
  border: 4px solid #ffb9b9;
  border-radius: 20px;
  display: block;
  float: left;
  color: #fff;
  padding: 12px 5px 10px 5px;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 25%;
}

.footer_mobile_link:hover {
  color: #ffffbf;
  opacity: 0.92;
}

.footer_mobile_link span {
  display: block;
}

.footer_mobile_link_title {
  font-size: calc(0.9vw + 0.9vh + 0.9vmin);
}

@media (min-width: 375px) {
  .footer_mobile_link_title {
    font-size: 13px;
  }
}

@media (min-width: 440px) {
  .footer_mobile_link_title {
    font-size: 14px;
  }
}

@media (min-width: 560px) {
  .footer_mobile_link_title {
    font-size: calc(1.5vw + 0.5vh + 0.5vmax);
  }
}

@media (min-width: 1200px) {
  .footer_mobile {
    display: none;
  }
}

.cforms {
  margin-top: -40px;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

.clearfix {
  display: block;
}

.scrollup {
  width: 40px;
  height: 40px;
  opacity: 1;
  position: fixed;
  bottom: 12vh;
  right: 2px;
  display: none;
  text-indent: -9999px;
  background: url(https://ostal.net/js/scroll-top-arrow.png) no-repeat left top;
  z-index: 9999;
  cursor: pointer;
}

.subHeads {
  /*font: 400 100px/1.3 "Rakkas", cursive;*/
  font-size: 16px;
}
.container {
  width: 100%;
  margin: auto;
}

@media screen {
  .foodmenu {
    float: left;
    width: 100%;
  }
  .foodmenu .menudetails {
    float: left;
    width: 25%;
    text-align: center;
    border-right: 2px solid #eee;
    border-bottom: 2px solid #eee;
    border-left: 2px solid #eee;
    border-top: 2px solid #eee;
    overflow: hidden;
  }
  .foodmenu .menudetails .title {
    float: left;
    width: 100%;
    border-bottom: 2px solid #eee;
    margin-bottom: 0;
    background-color: #000;
    padding-right: 0;
    padding-bottom: 10px;
    padding-top: 0;
    padding-left: 0;
    border-radius: 30px;
  }
  .foodmenu .menudetails .title strong {
    color: #e54c4c;
    font-size: 24px;
    font-weight: bold;
    display: block;
  }
  .foodmenu .menudetails ul {
    padding: 0;
    margin: 0;
  }
  .foodmenu .menudetails li {
    padding: 0;
    margin-top: 3px;
    margin-right: 0;
    margin-bottom: 3px;
    margin-left: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 20px;
  }
  .foodmenu .menudetails li strong {
    font-weight: 600;
    font-size: 16px;
  }
  .foodmenu .menudetails.three {
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #eee;
    border-bottom-color: #eee;
    border-left-color: #eee;
    border-radius: 30px;
  }
  .foodmenu .menudetails.three .title strong {
    color: #fff;
    padding-top: 10px;
  }
  .foodmenu .menudetails.three h5 {
    width: 140px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    background: #aa0404;
    margin: 0 auto;
    line-height: 28px;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  @media only screen and (min-width: 640px) and (max-width: 767px) {
    .foodmenu .menudetails {
      width: 100%;
      margin-bottom: 10px;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 639px) {
    .foodmenu .menudetails {
      width: 100%;
      margin-bottom: 10px;
    }
  }
  @media only screen and (max-width: 479px) {
    .foodmenu .menudetails {
      width: 100%;
      margin-bottom: 10px;
    }
  }
}

@media screen {
  @media only screen and (min-width: 1000px) and (max-width: 1169px) {
    .container {
      width: 940px;
      margin: auto;
    }
    .logo {
      width: 30%;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 999px) {
    .container {
      width: 700px;
      margin: auto;
    }
    .logo {
      width: 40%;
    }
  }
  @media only screen and (min-width: 640px) and (max-width: 767px) {
    .container {
      width: 580px;
      margin: auto;
    }
    .logo {
      width: 80%;
    }
    .one_half {
      margin-right: 0%;
    }
    .one_half {
      width: 100%;
      margin-bottom: 40px;
    }
    .last {
      margin-right: 0 !important;
      margin-bottom: 0 !important;
    }
  }
  @media only screen and (min-width: 480px) and (max-width: 639px) {
    .container {
      width: 420px;
      margin: auto;
    }
    .logo {
      width: 80%;
    }
    .logo img {
      margin-top: 0;
      margin-left: 0;
      margin-bottom: 0;
    }
    .one_half {
      margin-right: 0%;
    }
    .one_half {
      width: 100%;
      margin-bottom: 40px;
    }
    .last {
      margin-right: 0 !important;
      margin-bottom: 0 !important;
    }
  }
  @media only screen and (max-width: 479px) {
    .container {
      width: 90%;
      margin: auto;
    }
    .logo {
      width: 76%;
    }
    .logo img {
      margin-top: 0;
      margin-left: 0;
      margin-bottom: 0;
    }
    .one_half {
      margin-right: 0%;
    }
    .one_half {
      width: 100%;
      margin-bottom: 40px;
    }
    .last {
      margin-right: 0 !important;
      margin-bottom: 0 !important;
    }
  }
}

.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}

.nav-collapse {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}

.nav-collapse li a:hover {
  background: #8c0000;
  color: #fff;
}

@media screen and (min-width: 90em) {
  .nav-collapse {
    width: auto;
    float: right;
  }
  .backPlateH2 {
    width: 1410px;
  }
  .infotxt_backplate {
    width: 1410px;
  }
  .backPlate {
    width: 1410px;
  }
}

.nav-collapse > ul {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.nav-collapse li {
  float: left;
  width: 100%;
}

.nav-collapse a:active,
.nav-collapse .active a {
  background: #8c0000;
  color: #fff;
  border: 2px solid #e1c88b;
}

@media screen and (min-width: 90em) {
  .nav-collapse li {
    width: auto;
  }
}

.nav-collapse a {
  color: #ffffbf;
  text-decoration: none;
  width: 100%;
  background: #510404;
  padding: 0.7em 1em;
  float: left;
}

@media screen and (max-width: 90em) {
  .nav-collapse a {
    border: 2px solid #e1c88b;
    border-radius: 0 0 0 0;
    /*  border-radius: 30px 30px 30px 30px;*/
  }
  .nav-collapse li:last-child a {
    border: 2px solid #ffffbf;
    background: #002290;
    color: #fff900;
  }
}

.nav-collapse a:active {
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 90em) {
  .nav-collapse a {
    margin: 0;
    padding: 2.4em 1.5em;
    float: left;
    text-align: center;
    border: 2px solid #e1c88b;
    border-radius: 30px 30px 30px 30px;
  }
  .nav-collapse li:last-child a {
    border: 2px solid #ffffbf;
    background: #002290;
    color: #fff900;
  }
  .nav-collapse li:last-child a:hover {
    border: 2px solid #4cffff;
    background: #265cff;
    color: #ffff4c;
  }
}

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
  width: 70px;
  height: 68px;
  float: right;
}

.nav-toggle:before {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: none;
  color: #fff;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 48px;
  text-transform: none;
  position: absolute;
  content: "\2630";
  text-rendering: geometricPrecision;
  font-weight: 600;
  text-indent: 0;
  text-align: center;
  line-height: 48px;
  speak: none;
  width: 100%;
  top: 16px;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (min-width: 90em) {
  .js .nav-collapse {
    max-height: none;
    overflow: visible;
  }
  .nav-collapse a:hover {
    color: rgba(255, 255, 255, 0.7);
  }
}
/**************START CONTACT SKY FORM*******************/

/**************END CONTACT SKY FORM*******************/

/*! CSS Used from: https://ostal.net/css/swiper.css */

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/*main slideshow */
.swiper-container2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swiper-wrapper {
  -moz-transform-style: flat;
  /* -webkit-transform-style: flat;
    -ms-transform-style: flat;
    transform-style: flat;*/
}
.swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-transform-style: flat;
  -webkit-transform-style: flat;
  -ms-transform-style: flat;
  transform-style: flat;
}

.swiper-slide img {
  height: 85vh;
  max-width: 100vw;
  top: 50%;
  position: relative;
  object-fit: cover;
}

@media only screen and (max-width: 1200px) {
  .swiper-slide img {
    height: 72vh;
  }
}

@media only screen and (min-width: 1200px) {
  .swiper-slide img {
    height: 80vh;
  }
}

.swiper2 > .swiper-wrapper > .swiper-slide img {
  width: 100%;
  height: 100%;
  top: 50%;
  position: relative;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  text-align: center;
  font-size: 18px;
  background: #000;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/*! CSS Used keyframes */

@keyframes hideshow {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}

@-moz-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-30px);
  }
  60% {
    transform: translateX(-15px);
  }
}

@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}

@keyframes show {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

/*! CSS Used fontfaces */

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://fonts.gstatic.com/s/materialicons/v47/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2)
    format("woff2");
}

@font-face {
  font-family: "Rakkas";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Rakkas Regular"), local("Rakkas-Regular"),
    url(https://fonts.gstatic.com/s/rakkas/v6/Qw3cZQlNHiblL3jPlNFOG-AMCmR8.woff2)
      format("woff2");
  unicode-range: U+0600-06FF, U+200C-200E, U+2010-2011, U+204F, U+2E41,
    U+FB50-FDFF, U+FE80-FEFC;
}

@font-face {
  font-family: "Rakkas";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Rakkas Regular"), local("Rakkas-Regular"),
    url(https://fonts.gstatic.com/s/rakkas/v6/Qw3cZQlNHiblL3jPn9FOG-AMCmR8.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Rakkas";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Rakkas Regular"), local("Rakkas-Regular"),
    url(https://fonts.gstatic.com/s/rakkas/v6/Qw3cZQlNHiblL3jPkdFOG-AMCg.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Raleway SemiBold"), local("Raleway-SemiBold"),
    url(https://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwPIsWqhPANqczVsq4A.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Raleway SemiBold"), local("Raleway-SemiBold"),
    url(https://fonts.gstatic.com/s/raleway/v13/1Ptrg8zYS_SKggPNwPIsWqZPANqczVs.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Lobster Two";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Lobster Two"), local("LobsterTwo"),
    url(https://fonts.gstatic.com/s/lobstertwo/v11/BngMUXZGTXPUvIoyV6yN5-fN5qWr4xCC.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFWJ0bf8pkAp6a.woff2)
      format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFUZ0bf8pkAp6a.woff2)
      format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFWZ0bf8pkAp6a.woff2)
      format("woff2");
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFVp0bf8pkAp6a.woff2)
      format("woff2");
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFWp0bf8pkAp6a.woff2)
      format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFW50bf8pkAp6a.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN8rsOX-hpKKSTj5PW.woff2)
      format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN8rsOVuhpKKSTj5PW.woff2)
      format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN8rsOXuhpKKSTj5PW.woff2)
      format("woff2");
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN8rsOUehpKKSTj5PW.woff2)
      format("woff2");
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN8rsOXehpKKSTj5PW.woff2)
      format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN8rsOXOhpKKSTj5PW.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"),
    url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN8rsOUuhpKKSTjw.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
