/* library-css-imports */
@charset "UTF-8";
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 0.1s ease;
  -moz-transition: scale 0.1s ease;
  -ms-transition: scale 0.1s ease;
  -o-transition: scale 0.1s ease;
  transition: scale 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.mb_YTPBar,
.mb_YTPBar span.mb_YTPUrl a {
  color: #fff;
}
@font-face {
  font-family: ytpregular;
  src: url(font/ytp-regular.eot);
}
@font-face {
  font-family: ytpregular;
  src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAA5sABEAAAAAFCAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcZ9iuNUdERUYAAAGcAAAAHQAAACAAdAAET1MvMgAAAbwAAABJAAAAYHUMUrFjbWFwAAACCAAAAKkAAAGKn5XycWN2dCAAAAK0AAAANgAAADYNLQohZnBnbQAAAuwAAAGxAAACZVO0L6dnYXNwAAAEoAAAAAgAAAAIAAAAEGdseWYAAASoAAAGVQAAB4jz86dSaGVhZAAACwAAAAAzAAAANgbKONpoaGVhAAALNAAAACAAAAAkESQLXGhtdHgAAAtUAAAAVAAAARxOmwVwbG9jYQAAC6gAAAAjAAAAkFoEXRRtYXhwAAALzAAAACAAAAAgAWoB625hbWUAAAvsAAAA+wAAAeok3Eb+cG9zdAAADOgAAADAAAABN99tv1lwcmVwAAANqAAAALkAAAFY3I6ikndlYmYAAA5kAAAABgAAAAbHMlGnAAAAAQAAAADMPaLPAAAAAM3Nk7QAAAAAzc13sXjaY2BkYGDgA2IJBhBgYmAEQjcgZgHzGAAHTAB5AAAAeNpjYGbZwDiBgZWBhdWY5SwDA8MsCM10liGNKQ3IB0rBASMDEgj1DvdjcGDgfcDAlvYPqJJVldEZpoZVkuUZkFJgYAQAUUULewAAAHjaY2BgYGaAYBkGRgYQaAHyGMF8FoYMIC3GIAAUYQOyeBkUGKIYqhgWKHAp6CvEP2D4/x+sAyTuyJAIFGeAizP+//r/8f/D//f+n/HA8oHo/WcKblDzsQBGoOkwSUYmIMGErgDiRLyAhZWNnYOTi5uHl49fQFBIWERUTFxCUkpaRhYiLyevoKikrKKqpq6hqaWto6unb2BoZGxiambOQF1gQZYuAIQnH4IAAAAAAAAAAAABegEnAHEAswC9AOAA5QD+ARcBIwBdAHIBtgBcAGAAZgByAI8AogErAbIAUwBEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaTZVrbBxXFcfvufNe72Nmdx77tmfHO2N76117784OTr154YAbR7RQuUQhttoSuXZKFQVKKYqgiFJAgkpIkVClIn8opSomjXY3VHHTFldEIYpay1hR+ID4Bha27FoIEQGpd8Idu4lY7c6eOfee//2f3+zeizAaQwif4iYRgwRUbgGqjLYFNvVxtcVzfxltM5iGqMUEaS5ItwU+vTPahiBPFFMpmoo5hnv8XnjFn+Um7/xmjF1GCLHoPf+fgsUVEYcSKIcGkYbaWYxKLZ3bgGa50qpACQ0NeyYoYILaDTqpurUK2FZBUYlJY8ukEc0egLpbo+kY8O/BQcx2dvwP2Fh6/Q+Gl19fyroubHmer7rpjHllPZ/NKB+tp2/4/TzxSx0zo/74uUY29vJZOEHIfng4lzz7cjyXzn/jJwqCwCOLdj2iPSP3F/hUAHF3v+Cviee5DIqhJDLRACLoPGpHECq1M7Sd5iDZ/W6zQW8mu9Ecql7SI6xYaiOpnxCydwPNWqWJ/tSSjY1mqtqU5ZYNpWal2pJiGy0XSi1bVuKX1Fyh1GuMoJYeUeJvy/GEVbTpfTOjHJRVzUim0tlcwekbKD1QrgR5M97OV8nIyMjQsKPUEKWGNEVFFBwqEs/yHMEVFMM1PIc4FhiWQVxHcxjD0zzXEkgbmHe5G1eA9T955453xd+B9tbpi6vj10+fvj6+evH0Fju7vPDU5szVY8euzmw+tXABv7kEov/v33WOv+v/C8LG9M2xD19/EquzCyuHVuY6R25Obz35+odw4NDKwuzWHAK86q9x21wKYYQkjFeZ3M5f/TUmw6Qo12P+38Wf0zEZpVABlVANfQu1owHXXMD1AdIyQhvNgeou2b1LAuhAkVwyExRps/ppAE230qrTX1MrEVXil5W4qlm9thMAMpR2MtVHAbXMnBJvZ8oVGjdZ5XK6u6cwNExqdNJ9dnm4D+8eIeYeM7hH0b3H9bcQuczdeH75ef+TxTveO/5tuDK2Mrs5d+HmzQtzm7MrbP6ZqxMrrz2+vf34aysTV5+5iN9YhMi51W93Tiz5/wFp+ujy/MntGXx+dfrjqflrO788Ob989MaMP716+Nr8FOpCjbvnw032BUrm82gKfQc10SJaAwwZGINHEUrksaEndI3XCppBavWaU7Nrda/u7QfPsnmBF1ReK4NjCxbkgVRJdW/MdmiyjHkhCgKvGkrNq+uGngPLUDXVioJTcGxONWguENOIYmkq1lQqaDu2q1AqKi6qRh6CN0uqhlkn1WIwt1Z3FTqH6lt2kWLkqZpQ2F1H4D3X1CzFUkCp1R8EVaeKGr3mgXpyd3OKZTcgioMi3qImqA2FaFSYrkHd7BYESnSMdqAx1HNgg/6pG0Bo95RAGehqoNAuaRHR90wGdXyJtkAJ1DxSDVQCfS8ocui+EohqagNjFroniyLAOYbBgvSQxuXxiUSCGQXReJBnjafhbf6xBs8P9ZclLLJdTJfdL3bLRsgd50Nf52P7JIWjInYqFuZhUGErucF0Qj/zNJtPGArDz7EYFi0chvSpw8C/mJRgRVLfgrEf7RvowhyjJ3JPfPlX/h8N/6fZryX7bh/pJsPj4QLX9Ra89NL3QQkljmOqnognU6HcxKkoI/JsaJ8cDcfCqZAMC2cfFeSoHu+WFEmWzIQqx8PVmCThSFqPKqLIsgxJx0QYZt1iocjgfrPbjIoiltkXxzxTlE5FVTL1zb7YmTOSzXGiEBU0ZgHzXexjd9HklDtTc2P7iR4/Wmqk/jGhfZXjZW1bYFVp3y01G+ocrh/K9VST3+05OUsaEnAYGKZRfWIpDQaXT2Ej2/vCl1S5nNe7jHq5eCAlM7rOpFx8PP1Zf/NzCUdkpXjUhHmdfdi/Xv31D6WccPAIDjNMmPnBzC+ErAipZzPf++LkQyGRhTDEpCNkbmLpz8892zmE3+8swq1YODIqf2Z7lO8RdJHn7RS8kpY6r0qhAg7xXIHnhViu+zBDbhcx16UOfGVgaGkoXe6LhwS+h7NgSa+vR7ESZvPyq6VUqN+SC0ZSTPm3oETGoxGIh/p60w3naIyJ/Gywf9CMnnAemR3524hT5DErxOwBhR55COMw3e+u0T0tOEsR0JMx+NBHftD/AJ+D/f7v/TW+9t+P+Bo9e/7vNYz+By6FsKkAAAB42mNgZGBgYGRwbI8IWhzPb/OVQZ6DAQTOni3fCKP/+/x7yrOBNRTI5WBgAokCAG3mDbAAeNpjYGRgYFX9t5eBgeftf5//WTwbGIAiKMAdAJycBph42mN6w+DCwcDAAMIsZ8D0HhBNLIap52D478fBwHQRyvbBpZ7nLYMtKeZjt5OJhxT1TKsYGFhDETTjcSAG0gyPoRgozigIpL0hNEiOBcgFAEBoNC142mNgYNCBwjoccALDBEY9RhsgPIMMmZcRhHtIhkcA9pQspAAAAQAAAEcBVAALAAAAAAACAAEAAgAWAAABAACTAAAAAHjalZCxTgJBFEXPApJoYYgF9VZUSIAFTdDCnmiIgsTKsASQuGiCu0YaCr4OfomKOzsTCHRmMzPn3blz38sCFyzJ4uXOgbKWZY+8KssZLqk7zkp9cJyjSOT4jD9WjvPSt46vKHoFx2txyfGGqnfPO18kyohSGjBjJPqRFmqPmWolWkZ9o0uHZ/EkfTNgTo0KVX017ujRps+TyDqvT7xW9U/UV1Vz9ZryrQn8o8QOL1JsdVA/5IwZpv7f/YsKTW50O1PqpzKNZyw1UnKov2c9dbkD7c1/zdhXFSrNdIz3HbuaJFH1KM9CZyDN3N3SoiFupfP66mbOYAd8k0EGAHjabc05TwJhHITxZ0BBBc/P4IkI7y4sh0dBsosHKiqHeLUiiTE0FH56Xdl/6TS/ZIoZUszzM+ad/3IOSilNmm122GWPfQ4ocEiRI0qUcXj4VKgSUKNOgybHnHDKGSER7Xjjgkuu6HDNDbd0ueOeB3r0GTDkkRFPPPPCK29a0KIyympJy1pRTnmtak3r2tCmtjLjz+/ph5edfU2cc2Fiy/3px4Xpmb5ZMatmYNbMutkwm2Yr0W8nBnOj+OcXVDk0PnjaRc67DoJAEAVQFuT9fqsJCSZ2+w12QkNjrCCx9w+sbSy19DsGK/9Ob3RZujk3k7nzZp8bsbvSkXXoR8Yew9gavN9QNHSUHTFch4oMfuoV0uqGNL4nv25emq3yHzzADwVcwOsFHMCtBWzAWQlYgJ0ImIA1rRmAeRbQAWM6vQD04A9GgXglRBo4Kh+19gJGYDgzBqOnZALGO8kUTLaSGZhWkjmYrSULMA8kS7CYi5ZgKTlQxr/W1F5aAAAAAAFRp8cxAAA=)
      format("woff"),
    url(font/ytp-regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
.mb_YTPlayer:focus {
  outline: 0;
}
.YTPWrapper {
  display: block;
  transform: translateZ(0) translate3d(0, 0, 0);
  transform-style: preserve-3d;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}
.mb_YTPlayer .loading {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.51);
  text-align: center;
  padding: 2px 4px;
  border-radius: 5px;
  font-family: "Droid Sans", sans-serif;
  -webkit-animation: fade 0.1s infinite alternate;
  animation: fade 0.1s infinite alternate;
}
.YTPFullscreen,
.inline_YTPlayer img {
  border: none !important;
  padding: 0 !important;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.YTPFullscreen {
  display: block !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  opacity: 1 !important;
  background-color: #000 !important;
}
.mbYTP_wrapper iframe {
  max-width: 8000px !important;
}
.inline_YTPlayer {
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
  left: 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.5);
}
.inline_YTPlayer img {
  margin: 0 !important;
  transform: none !important;
}
.mb_YTPBar,
.mb_YTPBar .buttonBar {
  box-sizing: border-box;
  left: 0;
  padding: 5px;
  width: 100%;
}
.mb_YTPBar .ytpicon {
  font-size: 20px;
  font-family: ytpregular;
}
.mb_YTPBar .mb_YTPUrl.ytpicon {
  font-size: 30px;
}
.mb_YTPBar {
  transition: opacity 0.5s;
  display: block;
  height: 10px;
  background: #333;
  position: fixed;
  bottom: 0;
  text-align: left;
  z-index: 1000;
  font: 14px/16px sans-serif;
  opacity: 0.1;
}
.mb_YTPBar.visible,
.mb_YTPBar:hover {
  opacity: 1;
}
.mb_YTPBar .buttonBar {
  transition: all 0.5s;
  background: 0 0;
  font: 12px/14px Calibri;
  position: absolute;
  top: -30px;
  height: 40px;
}
.mb_YTPBar:hover .buttonBar {
  background: rgba(0, 0, 0, 0.4);
}
.mb_YTPBar span {
  display: inline-block;
  font: 16px/20px Calibri, sans-serif;
  position: relative;
  width: 30px;
  height: 25px;
  vertical-align: middle;
}
.mb_YTPBar span.mb_YTPTime {
  width: 130px;
}
.mb_YTPBar span.mb_OnlyYT,
.mb_YTPBar span.mb_YTPUrl {
  position: absolute;
  width: auto;
  display: block;
  top: 6px;
  right: 10px;
  cursor: pointer;
}
.mb_YTPBar span.mb_YTPUrl img {
  width: 60px;
}
.mb_YTPBar span.mb_OnlyYT {
  left: 300px;
  right: auto;
}
.mb_YTPBar span.mb_OnlyYT img {
  width: 25px;
}
.mb_YTPBar .mb_YTPMuteUnmute,
.mb_YTPBar .mb_YTPPlaypause,
.mb_YTPlayer .mb_YTPBar .mb_YTPPlaypause img {
  cursor: pointer;
}
.mb_YTPBar .mb_YTPProgress {
  height: 10px;
  width: 100%;
  background: #222;
  bottom: 0;
  left: 0;
}
.mb_YTPBar .mb_YTPLoaded {
  height: 10px;
  width: 0;
  background: #444;
  left: 0;
}
.mb_YTPBar .mb_YTPseekbar {
  height: 10px;
  width: 0;
  background: #bb110e;
  bottom: 0;
  left: 0;
  box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px;
}
.mb_YTPBar .YTPOverlay {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: flat;
  box-sizing: border-box;
}
.YTPOverlay.raster {
  background: url(images/raster.png);
}
.YTPOverlay.raster.retina {
  background: url(images/raster@2x.png);
}
.YTPOverlay.raster-dot {
  background: url(images/raster_dot.png);
}
.YTPOverlay.raster-dot.retina {
  background: url(images/raster_dot@2x.png);
}
.mb_YTPBar .simpleSlider {
  position: relative;
  width: 100px;
  height: 10px;
  border: 1px solid #fff;
  overflow: hidden;
  box-sizing: border-box;
  margin-right: 10px;
  cursor: pointer !important;
  border-radius: 3px;
}
.mb_YTPBar.compact .simpleSlider {
  width: 40px;
}
.mb_YTPBar .simpleSlider.muted {
  opacity: 0.3;
}
.mb_YTPBar .level {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  box-sizing: border-box;
}
.mb_YTPBar .level.horizontal {
  height: 100%;
  width: 0;
}
.mb_YTPBar .level.vertical {
  height: auto;
  width: 100%;
}
@font-face {
  font-family: vimeo;
  src: url(font/vimeo.eot);
}
@font-face {
  font-family: vimeo;
  src: url(font/vimeo.woff2) format("woff2"),
    url(font/vimeo.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
.vimeo_player:focus {
  outline: 0;
}
.vimeo_player_wrapper {
  display: block;
  transform: translateZ(0) translate3d(0, 0, 0);
  transform-style: preserve-3d;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}
.vimeo_player .loading {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.51);
  text-align: center;
  padding: 2px 4px;
  border-radius: 5px;
  font-family: "Droid Sans", sans-serif;
  -webkit-animation: fade 0.1s infinite alternate;
  animation: fade 0.1s infinite alternate;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.vimeo_player_Fullscreen {
  display: block !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border: none !important;
  opacity: 1 !important;
  background-color: #000;
}
.vimeo_player_wrapper iframe {
  max-width: 4000px !important;
  border: 0 !important;
}
.inline_vimeo_player {
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
  left: 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.5);
}
.inline_vimeo_player img {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}
.vimeo_player_bar .vimeo_icon {
  font-size: 20px;
  font-family: vimeo;
  cursor: pointer;
}
.vimeo_player_bar .vimeo_url.vimeo_icon {
  position: absolute;
  width: auto;
  display: block;
  top: 6px;
  right: 10px;
  cursor: pointer;
  font-size: 40px;
}
.vimeo_player_bar,
.vimeo_player_bar .buttonBar {
  left: 0;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
}
.vimeo_player_bar {
  transition: opacity 0.5s;
  display: block;
  height: 10px;
  background: #333;
  position: fixed;
  bottom: 0;
  text-align: left;
  z-index: 1000;
  font: 14px/16px sans-serif;
  color: #fff;
  opacity: 0.1;
}
.vimeo_player_bar.visible,
.vimeo_player_bar:hover {
  opacity: 1;
}
.vimeo_player_bar .buttonBar {
  transition: all 0.5s;
  background: 0 0;
  font: 12px/14px Calibri;
  position: absolute;
  top: -30px;
  height: 40px;
}
.vimeo_player_bar:hover .buttonBar {
  background: rgba(0, 0, 0, 0.4);
}
.vimeo_player_bar span {
  display: inline-block;
  font: 16px/20px Calibri, sans-serif;
  position: relative;
  width: 30px;
  height: 25px;
  vertical-align: middle;
}
.vimeo_player_bar span.vimeo_player_time {
  width: 130px;
}
.vimeo_player_bar span.mb_OnlyYT,
.vimeo_player_bar span.mb_YTPUrl {
  position: absolute;
  width: auto;
  display: block;
  top: 6px;
  right: 10px;
  cursor: pointer;
}
.vimeo_player_bar span.mb_YTPUrl img {
  width: 60px;
}
.vimeo_player_bar span.mb_OnlyYT {
  left: 300px;
  right: auto;
}
.vimeo_player_bar span.mb_OnlyYT img {
  width: 25px;
}
.vimeo_player_bar span.mb_YTPUrl a {
  color: #fff;
}
.vimeo_player_bar .vimeo_player_muteUnmute,
.vimeo_player_bar .vimeo_player_pause,
.vimeo_player_bar .vimeo_player_pause img {
  cursor: pointer;
}
.vimeo_player_bar .vimeo_player_pogress {
  height: 10px;
  width: 100%;
  background: #222;
  bottom: 0;
  left: 0;
}
.vimeo_player_bar .vimeo_player_loaded {
  height: 10px;
  width: 0;
  background: #444;
  left: 0;
}
.vimeo_player_bar .vimeo_player_seek_bar {
  height: 10px;
  width: 0;
  background: #2a97cc;
  bottom: 0;
  left: 0;
  box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px;
}
.vimeo_player_bar .YTPOverlay {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: flat;
  box-sizing: border-box;
}
.vimeo_player_overlay.raster {
  background: url(images/raster.png);
}
.vimeo_player_overlay.raster.retina {
  background: url(images/raster@2x.png);
}
.vimeo_player_overlay.raster-dot {
  background: url(images/raster_dot.png);
}
.vimeo_player_overlay.raster-dot.retina {
  background: url(images/raster_dot@2x.png);
}
.vimeo_player_bar .simpleSlider {
  position: relative;
  width: 100px;
  height: 10px;
  border: 1px solid #fff;
  overflow: hidden;
  box-sizing: border-box;
  margin-right: 10px;
  cursor: pointer !important;
  border-radius: 3px;
}
.vimeo_player_bar.compact .simpleSlider {
  width: 40px;
}
.vimeo_player_bar .simpleSlider.muted {
  opacity: 0.3;
}
.vimeo_player_bar .level {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  box-sizing: border-box;
}
.vimeo_player_bar .level.horizontal {
  height: 100%;
  width: 0;
}
.vimeo_player_bar .level.vertical {
  height: auto;
  width: 100%;
} /*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
  20%,
  53%,
  80%,
  from,
  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 {
  20%,
  53%,
  80%,
  from,
  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 flash {
  50%,
  from,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  50%,
  from,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  11.1%,
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  11.1%,
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  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);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  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);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  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);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  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);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  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);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  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);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  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);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  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);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  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);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  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);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.dropdownjs {
  position: relative;
  width: 70%;
}
.dropdownjs * {
  box-sizing: border-box;
}
.dropdownjs > input {
  width: 100%;
  padding-right: 30px;
  text-overflow: ellipsis;
}
.dropdownjs > input.focus ~ ul {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.dropdownjs > ul {
  position: absolute;
  padding: 0;
  margin: 0;
  min-width: 200px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  z-index: 10000;
}
.dropdownjs > ul[placement="top-left"] {
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  bottom: 0;
  left: 0;
}
.dropdownjs > ul[placement="bottom-left"] {
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  top: 0;
  left: 0;
}
.dropdownjs > ul > li {
  list-style: none;
  padding: 7px 14px;
}
.dropdownjs > ul > li.dropdownjs-add {
  padding: 0;
}
.dropdownjs > ul > li.dropdownjs-add > input {
  border: 0;
  padding: 10px 20px;
  width: 100%;
}
.dropdownjs > input[readonly] {
  cursor: pointer;
}
select[data-dropdownjs][disabled] + .dropdownjs > input[readonly] {
  cursor: default;
}
.dropdownjs > ul {
  background: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 6px rgba(0, 0, 0, 0.12);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  padding: 10px;
  overflow: auto;
  max-width: 500px;
}
.dropdownjs > ul > li {
  cursor: pointer;
  word-wrap: break-word;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.dropdownjs > ul > li.selected,
.dropdownjs > ul > li:active {
  background-color: #eaeaea;
}
.dropdownjs > ul > li:focus {
  outline: 0;
  outline: 1px solid #d4d4d4;
}
.dropdownjs > ul > li > .close:before {
  content: "\00d7";
  display: block;
  position: absolute;
  right: 15px;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.6;
}
.dropdownjs > ul > li:hover > .close:hover:before {
  opacity: 0.9;
}
.rtl .dropdownjs > input {
  padding-right: 0;
  padding-left: 30px;
}
.rtl .dropdownjs > ul[placement="top-right"] {
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  bottom: 0;
  left: auto;
  right: 0;
}
.rtl .dropdownjs > ul[placement="bottom-right"] {
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  top: 0;
  left: auto;
  right: 0;
}
.rtl .dropdownjs > ul > li > .close:before {
  right: auto;
  left: 15px;
  float: left;
}
.my-dropdown ul {
  width: 100%;
}
.my-dropdown ul .my-option {
  width: 100%;
}
.my-dropdown .my-option span {
  width: 120px;
  height: 12px;
  float: right;
  margin-top: 2px;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.1);
}
.dropdownjs > div.fakeinput {
  width: 100%;
  padding-right: 30px;
  text-overflow: ellipsis;
}
.dropdownjs > div.fakeinput.focus ~ ul {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
div.fakeinput {
  width: 100%;
  padding: 7px 14px;
  display: inline-block;
  background-color: #eaeaea;
  cursor: pointer;
}
.fakebg {
  width: 120px;
  height: 12px;
  position: absolute;
  top: 10px;
  right: 14px;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.1);
}
.dropdownjs > ul > li:hover {
  background-color: #eaeaea;
}
.ample-color-dropdown {
  width: 90%;
}
.ample-color-dropdown .fakebg {
  top: 16px;
  transform: translateY(5px);
}
.ample-color-dropdown .my-option span {
  margin-top: 9px;
}
.accordion {
  max-width: 960px;
  margin: 0 auto 100px;
  list-style: none;
  padding: 0;
}
.accordion:not(.active) {
  display: none;
}
.accordion li {
  border-bottom: 1px dotted #ccc;
  position: relative;
  padding: 10px 0;
}
.accordion li p {
  display: none;
  padding: 0 40px 0 14px;
  font-size: 12px;
  line-height: 22px;
}
.accordion a {
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  line-height: 3;
  font-size: 13px;
  user-select: none;
  position: relative;
  padding-right: 16px;
}
.accordion a:after {
  width: 8px;
  height: 8px;
  border-right: 2px solid #231f20;
  border-bottom: 2px solid #231f20;
  position: absolute;
  right: 10px;
  content: " ";
  top: calc(50% - 4px);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  padding: 10px;
}
.accordion a.active:after {
  transform: rotate(-135deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
}
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  width: 8px;
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.mCustomScrollBox
  + .mCSB_scrollTools
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden
  + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
  + .mCSB_scrollTools
  ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
  + .mCSB_scrollTools
  ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCustomScrollbar
  > .mCustomScrollBox
  > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar
  > .mCustomScrollBox
  ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-2.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal
  .mCSB_dragger
  .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-rounded-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=);
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0.5) 0,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(255, 255, 255, 0.5)),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0.5) 0,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0.5) 0,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0.5) 0,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.5) 0,
    rgba(255, 255, 255, 0) 100%
  );
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.5) 0,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(255, 255, 255, 0.5)),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.5) 0,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0.5) 0,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 0.5) 0,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.5) 0,
    rgba(255, 255, 255, 0) 100%
  );
}
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}
.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5),
    inset -1px 0 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5),
    inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px;
}
.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1),
    inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4),
    inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal
  + .mCSB_scrollTools
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark
  + .mCSB_scrollTools
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark
  + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  width: 12px;
}
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-3.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-2-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-3.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-inset-3-dark.mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
} /*! jQuery UI - v1.12.1 - 2018-06-25
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}
.ui-widget-content a {
  color: #333;
}
.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: 700;
}
.ui-widget-header a {
  color: #333;
}
.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: 400;
  color: #454545;
}
.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: 400;
  color: #2b2b2b;
}
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: 400;
  color: #fff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_444444_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_444444_256x240.png);
}
.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url(images/ui-icons_555555_256x240.png);
}
.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_777620_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cc0000_256x240.png);
}
.ui-button .ui-icon {
  background-image: url(images/ui-icons_777777_256x240.png);
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}
/* library-css-imports */
/* main-css */
body {
  overflow-x: hidden;
  font-size: 14px;
  font-family: gothamBook, sans-serif;
  color: #58595b;
  max-width: 100%;
  font-weight: 300;
}
a,
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 0;
}
.ease {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ease:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.text-center > .img-responsive {
  display: block;
  display: inline-block;
}
.master-wrap {
  width: 100vw;
  overflow-x: hidden;
}
p {
  color: #58595b;
  font-size: 14px;
  line-height: 21px;
  font-family: gothamBook, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: 400;
}
@media (min-width: 1024px) and (max-width: 5000px) {
  .container {
    max-width: 960px;
  }
}
.white {
  color: #fff;
}
.white-bg {
  background: #fff;
}
.main {
  color: #b91f41;
}
.main-bg {
  background: #b91f41;
}
.black {
  color: #000;
}
.black-bg {
  background: #000;
}
.light-black {
  color: #070707;
}
.light-black-bg {
  background: #070707;
}
.lighter-black {
  color: #231f20;
}
.lighter-black-bg {
  background: #231f20;
}
.light-grey {
  color: #cacccd;
}
.light-grey-bg {
  background: #cacccd;
}
.gothamBlack {
  font-family: gothamBlack, sans-serif;
}
.gothamBook {
  font-family: gothamBook, sans-serif;
}
.gothamBookRegular {
  font-family: gothamBook, sans-serif;
}
.gothamMedium {
  font-family: gothamMedium, sans-serif;
}
.gothamBold {
  font-family: gothamBold, sans-serif;
}
.gothamLight {
  font-family: gothamLight, sans-serif;
}
.gothamBookItalic {
  font-family: gothamBookItalic, sans-serif;
}
.gothamExtraLight {
  font-family: gothamExtraLight, sans-serif;
}
.mastwrap.boxed {
  margin: 0 12%;
}
.add-top {
  margin-top: 120px;
}
.add-bottom {
  margin-bottom: 120px;
}
.add-top-half {
  margin-top: 60px;
}
.add-bottom-half {
  margin-bottom: 60px;
}
.add-top-quarter {
  margin-top: 30px;
}
.add-bottom-quarter {
  margin-bottom: 30px;
}
.pad-top {
  padding-top: 120px;
}
.pad-bottom {
  padding-bottom: 120px;
}
.pad {
  padding-left: 20px;
  padding-right: 20px;
}
.remove-top {
  margin-top: 0;
}
.remove-bottom {
  margin-bottom: 0;
}
.remove-pad-top {
  padding-top: 0;
}
.remove-pad-bottom {
  padding-bottom: 0;
}
.no-gutter {
  margin-left: -15px !important;
}
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.absolute-overlay {
  position: absolute;
  top: 0;
  left: 0;
}
.uppercase {
  text-transform: uppercase;
}
.bodycraft-button-section .bodycraft-button-type-one {
  display: inline-block;
  padding: 17px 45px 15px;
  font-size: 14px;
  line-height: 18px;
  border-radius: 50px;
}
.bodycraft-button-section .bodycraft-button-type-one:hover {
  color: #fff;
  background: #070707;
}
.bodycraft-text-block {
  height: auto;
}
.bodycraft-text-block dfn {
  font-style: inherit;
}
.bodycraft-text-block span {
  display: inline-block;
  width: auto;
  float: none;
}
.bodycraft-text-block .text-block-element {
  height: auto;
  width: auto;
  padding: 0;
  margin: 0;
}
input.bodycraft-button-type-one {
  display: inline-block;
  padding: 15px 75px 13px;
  font-size: 16px;
  line-height: 23px;
  border-radius: 50px;
  border-color: transparent;
  text-transform: uppercase;
  background: #b91f41;
  cursor: pointer;
  letter-spacing: 2px;
  color: #fff;
  font-family: gothamMedium, sans-serif;
}
input.bodycraft-button-type-one:hover {
  color: #fff;
  background: #070707;
}
.master-wrap,
footer,
header,
nav {
  opacity: 0;
}
body.preloader-done .master-wrap,
body.preloader-done footer,
body.preloader-done header,
body.preloader-done nav {
  opacity: 1;
}
body.preloader-running,
html.preloader-running {
  overflow: hidden;
  height: 100vh;
}
#preloader {
  background-color: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
#status {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  background-image: url(../images/bodycraft-logo.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 250px auto;
}
.header-default {
  text-align: justify;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 900;
  height: auto;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.header-inner {
  top: inherit;
  left: inherit;
  width: inherit;
  height: inherit;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-container {
  padding-left: 5%;
  padding-right: 5%;
  display: table;
  height: 100%;
  width: inherit;
  background: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sticky-header {
  position: fixed;
}
.header-bg-black {
  border-bottom: 0;
  -webkit-box-shadow: 0 3px 4px -5px rgba(230, 230, 230, 0.5);
  -moz-box-shadow: 0 3px 4px -5px rgba(230, 230, 230, 0.5);
  box-shadow: 0 3px 4px -5px rgba(230, 230, 230, 0.5);
}
.header-bg-white {
  border-bottom: 0;
  -webkit-box-shadow: 0 3px 6px -5px rgba(180, 180, 180, 0.5);
  -moz-box-shadow: 0 3px 6px -5px rgba(180, 180, 180, 0.5);
  box-shadow: 0 3px 6px -5px rgba(180, 180, 180, 0.5);
}
.header-bg-black .header-inner,
.header-bg-white .header-inner {
  border-bottom: 0;
}
.header-default.header-shrink .header-container,
.header-shrink:not(.change-style) .header-container {
  padding-left: 3%;
  padding-right: 3%;
}
.header-top-bar {
  padding: 10px 5%;
}
.header-top-bar ul li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
.header-top-bar ul li:first-child {
  padding-left: 0;
}
.header-top-bar ul li:last-child {
  padding-right: 0;
}
.header-top-bar ul li .icon {
  margin-right: 8px;
  vertical-align: middle;
}
.header-logo-wrap {
  display: table-cell;
  vertical-align: middle;
  /* min-width: 200px; */
  padding-top: 15px;
  padding-bottom: 15px;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-logo-wrap a {
  display: inline-block;
  width: 200px;
}
.header-logo-wrap a img {
  width: 100%;
}
.light-style-header .logo-dark {
  display: none;
}
.dark-style-header .logo-light {
  display: none;
}
.dark-style-override .logo-light {
  display: none;
}
.dark-style-override .logo-dark {
  display: block;
}
.header-shrink .header-logo-wrap {
  padding-top: 0;
  padding-bottom: 0;
}
.header-content-block {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  /* width: 10%; */
}
.header-content-block .contact-number-block span {
  font-size: 14px;
  line-height: 21px;
  vertical-align: middle;
}
.header-content-block .contact-number-block p {
  font-size: 14px;
  line-height: 21px;
  display: inline-block;
  letter-spacing: 2px;
  margin-left: 10px;
  font-weight: 600;
}
.mobile-header {
  display: none;
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1000;
}
.mobile-header-inner {
  width: inherit;
  height: inherit;
  display: inherit;
  -webkit-box-shadow: 0 3px 4px -5px rgba(230, 230, 230, 0.5);
  -moz-box-shadow: 0 3px 4px -5px rgba(230, 230, 230, 0.5);
  box-shadow: 0 3px 4px -5px rgba(230, 230, 230, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mobile-header-container {
  padding-left: 20px;
  padding-right: 20px;
  display: inherit;
  width: inherit;
  background: inherit;
  box-shadow: inherit;
}
.mobile-header-container a {
  width: 170px;
}
.mobile-header .logo-wrap {
  display: table-cell;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mobile-header .mobile-nav-button-container {
  display: block;
}
.mobile-header,
.mobile-header .header-content-block,
.mobile-header .header-logo-wrap {
  height: 60px;
}
/* .menu-container {
  width: auto;
  height: 100%;
  display: inline-table;
} */
.favored-menu ul.menu .menu-item-has-children {
  position: relative;
}
.favored-menu {
  display: table-cell;
  vertical-align: middle;
  /* width: 80%; */
  height: 100%;
}
/* .favored-menu ul.menu {
  height: 100%;
  display: table-row;
} */
.favored-menu ul.menu > li {
  display: inline-block;
  padding: 0 20px;
  cursor: pointer;
  height: 100%;
}
.favored-menu ul.menu > li > a {
  font-size: 13px;
  line-height: 21px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
}
.favored-menu ul.menu li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.favored-menu ul.menu li.menu-item-has-children > ul.sub-menu a {
  padding: 8px 0;
  padding-top: 0;
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.favored-menu
  ul.menu
  li.menu-item-has-children
  > ul.sub-menu
  li.menu-item-has-children
  > a {
  letter-spacing: 1px;
  font-size: 26px;
  line-height: 33px;
  font-family: gothamBlack, sans-serif;
}
.favored-menu ul.menu > li::after,
.favored-menu ul.menu > li::before {
  content: "";
  display: block;
  height: calc(50% - 14px);
}
.dark-style-header .favored-menu ul.menu > li > a::before,
.light-style-header .favored-menu ul.menu > li > a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  -webkit-transition: width 0 ease, background 0.5s ease;
  -moz-transition: width 0 ease, background 0.5s ease;
  -ms-transition: width 0 ease, background 0.5s ease;
  -o-transition: width 0 ease, background 0.5s ease;
  transition: width 0 ease, background 0.5s ease;
}
.dark-style-header .favored-menu ul.menu > li > a::after,
.light-style-header .favored-menu ul.menu > li > a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.dark-style-header .favored-menu ul.menu > li:hover > a::before,
.light-style-header .favored-menu ul.menu > li:hover > a::before {
  width: 100%;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.dark-style-header .favored-menu ul.menu > li:hover > a::after,
.light-style-header .favored-menu ul.menu > li:hover > a::after {
  width: 100%;
  background: 0 0;
  -webkit-transition: all 0 ease;
  -moz-transition: all 0 ease;
  -ms-transition: all 0 ease;
  -o-transition: all 0 ease;
  transition: all 0 ease;
}
.favored-menu .main-menu-item-direction-icon {
  font-size: 15px;
  line-height: 15px;
  position: absolute;
  right: 5px;
  top: calc(50% - 6px);
}
.favored-menu .sub-menu-item-direction-icon {
  font-size: 15px;
  line-height: 15px;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.mobile-sub-menu-direction-icon {
  display: none;
}
.favored-menu ul.menu > li:not(.megamenu).menu-item-has-children .sub-menu {
  padding: 50px 0;
  position: absolute;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  min-width: 210px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.favored-menu
  ul.menu
  > li:not(.megamenu).menu-item-has-children
  .sub-menu
  > li {
  margin: 0 10px;
}
.favored-menu
  ul.menu
  > li:not(.megamenu).menu-item-has-children
  .sub-menu
  > li
  > a {
  width: 100%;
  cursor: pointer;
}
.favored-menu
  ul.menu
  > li:not(.megamenu).menu-item-has-children
  .sub-menu
  > li.menu-hovered
  > a,
.favored-menu
  ul.menu
  > li:not(.megamenu).menu-item-has-children
  .sub-menu
  > li:hover
  > a {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
.favored-menu ul.menu > li:not(.megamenu).menu-item-has-children > .sub-menu {
  display: block;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
.favored-menu
  ul.menu
  > li:not(.megamenu).menu-item-has-children:hover
  > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.favored-menu
  ul.menu
  > li:not(.megamenu).menu-item-has-children
  > ul.sub-menu
  > li.menu-item-has-children
  .sub-menu {
  top: 0 !important;
  right: auto !important;
  display: inline-table;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.favored-menu
  ul.menu
  > li:not(.megamenu).menu-item-has-children
  > .sub-menu
  > li.menu-item-has-children:hover
  > .sub-menu,
.favored-menu
  ul.menu
  > li:not(.megamenu).menu-item-has-children
  > .sub-menu
  > li.menu-item-has-children
  > .sub-menu
  > li.menu-item-has-children:hover
  > .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.favored-menu ul.menu > .menu-item-has-children > .sub-menu a {
  margin-bottom: 9px;
}
.favored-menu .megamenu .sub-menu-item-direction-icon {
  display: none;
}
.favored-menu ul.menu > li.megamenu.menu-item-has-children > .sub-menu {
  position: absolute;
  padding: 20px 0;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  cursor: auto;
  z-index: 900;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.favored-menu ul.menu > li.megamenu.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.favored-menu ul.menu > li.megamenu.menu-item-has-children > .sub-menu > li {
  float: left;
  padding-left: 35px;
  padding-right: 35px;
  border-right: 1px solid #231f20;
  cursor: auto;
}
.favored-menu
  ul.menu
  > li.megamenu.menu-item-has-children
  > .sub-menu
  > li:last-child {
  border-right: 0;
}
.favored-menu
  ul.menu
  > li.megamenu.menu-item-has-children
  > .sub-menu
  > li
  > a {
  font-size: 12px;
  line-height: 19px;
  padding: 0;
  margin-bottom: 15px;
  width: 100%;
  text-transform: uppercase;
  color: #b91f41;
}
.favored-menu
  ul.menu
  > li.megamenu.menu-item-has-children
  > .sub-menu
  > li
  > ul
  > li:hover
  a {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
.favored-menu
  ul.menu
  > li.megamenu.menu-item-has-children
  > .sub-menu
  > li
  > ul
  > li
  > a {
  width: 100%;
  cursor: pointer;
}
.menu-container li {
  list-style: none;
}
.menu-container .menu > li > a {
  color: inherit;
  font-family: inherit;
}
.menu-container .menu > .menu-item-has-children .sub-menu > li > a {
/*   color: #cacccd; */
	color:#000;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  font-family: gothamBookRegular, sans-serif;
}
.menu-container .menu > .menu-item-has-children.megamenu .sub-menu > li > a {
  color: #fff;
}
.menu-container
  .menu
  > .menu-item-has-children.megamenu
  .sub-menu
  > li
  .sub-menu {
  padding-left: 0;
}
.menu-container
  .menu
  > .menu-item-has-children.megamenu
  .sub-menu
  > li
  .sub-menu
  a {
  color: #cacccd;
  font-size: 14px;
  line-height: 21px;
}
.menu-container a {
  text-decoration: none;
}
.menu-container .menu-item > .sub-menu {
  background: #070707;
}
.menu-container .menu-item:hover > a {
  color: #b91f41;
}
.menu-container .menu-item.menu-hovered .sub-menu a {
  color: #cacccd;
}
.menu-container .menu-item.menu-hovered .sub-menu a:hover {
  color: #b91f41;
}
.mobile-header .mobile-sub-menu-direction-icon {
  display: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.mobile-header .menu-container {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 66px;
}
.mobile-header .menu-container .menu {
  width: 100%;
  height: 0;
  overflow: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.mobile-header .menu-container .menu.slide {
  margin-bottom: 0;
  width: calc(100% - 50px);
  float: right;
  padding-left: 0;
  background: black;
}
.mobile-header .menu-container .menu li:first-child a {
  padding-top: 20px;
}
.mobile-header .menu-container .menu li:last-child a {
  padding-bottom: 20px;
}
.mobile-header ul.menu.slide > li:last-child {
  -webkit-box-shadow: 0 3px 4px -5px rgba(230, 230, 230, 0.5);
  -moz-box-shadow: 0 3px 4px -5px rgba(230, 230, 230, 0.5);
  box-shadow: 0 3px 4px -5px rgba(230, 230, 230, 0.5);
}
.mobile-header ul.menu.slide > li:last-child > ul > li:last-child {
  -webkit-box-shadow: 0 3px 6px -5px rgba(180, 180, 180, 0.5);
  -moz-box-shadow: 0 3px 6px -5px rgba(180, 180, 180, 0.5);
  box-shadow: 0 3px 6px -5px rgba(180, 180, 180, 0.5);
}
.mobile-header ul.menu .menu-item-has-children {
  position: relative;
  z-index: 1000;
}
.mobile-header ul.menu > li {
  display: block;
  text-align: left !important;
  position: relative;
  z-index: 1000;
  padding: 0;
  margin: 0;
}
.mobile-header ul.menu > li > a::after,
.mobile-header ul.menu > li > a::before {
  display: none !important;
}
.mobile-header ul.menu > li > a {
  font-size: 11px;
  line-height: 18px;
  letter-spacing: normal !important;
  text-transform: uppercase;
  display: inherit;
  padding: 10px;
  padding-bottom: 12px;
  padding-left: 25px;
  margin-bottom: -1px;
  font-weight: 700;
  color: white;
}
.mobile-header ul.menu > li > .main-menu-item-direction-icon {
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  right: 5px;
  top: 20px !important;
  width: 80px;
  height: 16px;
  transform-origin: center center;
  text-align: center;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: white;
}
.mobile-header
  .menu-container
  .menu
  li:first-child
  .main-menu-item-direction-icon {
  top: 18px;
}
.mobile-header ul.menu .sub-menu-item-direction-icon {
  font-size: 16px;
  line-height: 20px;
  padding: 24px 18px;
  position: absolute;
  top: 0;
  right: 20px;
  cursor: pointer;
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.mobile-header ul.menu .menu-item-has-children > .sub-menu > li {
  float: none !important;
  display: block;
  padding: 0;
  width: 100% !important;
  border-color: #333;
}
.mobile-header ul.menu .menu-item-has-children > .sub-menu li {
  margin: 0 !important;
}
.mobile-header ul.menu .menu-item-has-children > .sub-menu a {
  font-size: 12px;
  line-height: 18px;
  display: block;
  width: 100%;
  padding: 10px;
  padding-left: 10px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  transform: translateX(0) !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.mobile-header
  ul.menu
  > .menu-item-has-children
  > .sub-menu
  > .menu-item-has-children
  > .sub-menu
  a {
  padding-left: 10px;
  font-size: 9px !important;
  letter-spacing: 1px;
}
.mobile-header ul.menu > .menu-item-has-children > .sub-menu {
  padding-top: 20px;
  padding-bottom: 20px;
}
.mobile-header
  ul.menu
  .menu-item-has-children
  > .sub-menu
  > .menu-item-has-children
  > .sub-menu
  > .menu-item-has-children
  > .sub-menu
  a {
  padding-left: 70px;
}
.mobile-header
  ul.menu
  .menu-item-has-children
  > .sub-menu
  > .menu-item-has-children
  .sub-menu-item-direction-icon {
  top: -14px;
}
.mobile-header ul.menu li.menu-item-has-children > .sub-menu {
  display: none;
  visibility: visible;
  opacity: 1;
  position: static;
  padding-top: 5px;
  padding-bottom: 0px;
  margin-bottom: -1px;
  width: 100%;
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  -o-transform: translateY(0) !important;
  transform: translateY(0) !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.mobile-header
  ul.menu
  > li.menu-item-has-children
  > .sub-menu
  > li.menu-item-has-children
  .sub-menu {
  display: none;
  visibility: visible;
  opacity: 1;
  position: static;
  margin-left: 0;
  padding-left: 10px;
  width: 100%;
  top: 100%;
}
.mobile-header .main-menu-item-direction-icon.icon-rotate {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile-header ul.menu .sub-menu-item-direction-icon.icon-rotate {
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.mobile-header .main-menu-item-direction-icon {
  z-index: 1;
}
.mobile-header #toggle-menu {
  display: none !important;
}
.mobile-header .slide-overlay-menu .menu {
  opacity: 1;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mobile-nav-button {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 10px;
}
.mobile-nav-button span,
.mobile-nav-button::after,
.mobile-nav-button::before {
  display: block;
  content: "";
  margin: 5px 0;
  height: 2px;
  background: #070707;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mobile-nav-button.open::before {
  -webkit-transform: translateY(7px) rotate(135deg);
  -moz-transform: translateY(7px) rotate(135deg);
  -ms-transform: translateY(7px) rotate(135deg);
  -o-transform: translateY(7px) rotate(135deg);
  transform: translateY(7px) rotate(135deg);
}
.mobile-nav-button.open::after {
  -webkit-transform: translateY(-7px) rotate(-135deg);
  -moz-transform: translateY(-7px) rotate(-135deg);
  -ms-transform: translateY(-7px) rotate(-135deg);
  -o-transform: translateY(-7px) rotate(-135deg);
  transform: translateY(-7px) rotate(-135deg);
}
.mobile-nav-button.open span {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
@media screen and (max-width: 900px) {
  .header-default {
    visibility: hidden;
    opacity: 0;
  }
  .header-default .header-inner {
    display: none;
  }
  .mobile-header {
    display: table;
  }
  .mobile-header .header-logo-wrap {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .mobile-header .header-content-block {
    width: 90%;
  }
  .mobile-header .mobile-nav-button-container {
    text-align: right !important;
  }
  .sidebar-header {
    display: none;
  }
  .master-wrap.sidebar-header-left {
    margin-left: 0;
  }
  .master-wrap.sidebar-header-right {
    margin-right: 0;
  }
  .master-wrap.sidebar-header-left .container,
  .master-wrap.sidebar-header-right .container {
    width: 90%;
  }
  .summary-text-style01 .content-block,
  .summary-text-style01 .image-block {
    width: 100%;
    float: none;
  }
  .pre-header {
    display: none;
  }
}
.pre-header {
  width: 100%;
  padding: 10px 0 12px;
}
.pre-header .social-icons-holder {
  display: inline-block;
}
.pre-header .social-icons-holder ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.pre-header .social-icons-holder ul li {
  display: inline-block;
  margin-left: 15px;
}
.pre-header .social-icons-holder ul li:first-child {
  margin-left: 0;
}
.pre-header .social-icons-holder ul li a {
  font-size: 19px;
  color: #cacccd;
}
.pre-header .pre-header-nav {
  display: inline-block;
  padding-top: 2px;
  z-index: 50;
}
.pre-header .pre-header-nav ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
}
.pre-header .pre-header-nav ul li {
  display: inline-block;
  margin-right: 30px;
}
.pre-header .pre-header-nav ul li a {
  font-size: 13px;
  color: #cacccd;
  text-transform: uppercase;
}
h2.section-title {
  font-size: 27px;
  letter-spacing: 3px;
  margin: 0;
}
.icon-block-wrap {
  display: inline-block;
  padding: 25px 45px;
}
.icon-block-wrap a {
  display: inline-block;
}
.icon-block-wrap .icon-block {
  display: inline-flex;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  border: solid 2px #fff;
  background: 0 0;
  text-align: center;
  position: relative;
}
.icon-block-wrap a:hover .icon-block {
  background: #fff;
}
.icon-block-wrap .icon-block img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}
.icon-block-wrap .icon-block svg {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}
.icon-block-wrap .icon-block svg path {
  stroke: #fff;
  fill: #fff;
}
.icon-block-wrap a:hover .icon-block svg path {
  stroke: #b91f41 !important;
  fill: #b91f41 !important;
}
.icon-block-wrap .icon-block-text h4 {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-top: 10px;
  margin: 0;
}
.no-pad {
  padding-left: 0;
  padding-right: 0;
}
.bg-img-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.video-section__bgplayer_slider {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
}
.video-section__bgplayer .buttonBar,
.video-section__bgplayer .mb_YTPProgress,
.video-section__bgplayer_slider .buttonBar,
.video-section__bgplayer_slider .mb_YTPProgress {
  display: none;
}
.video-carousel .preloader {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20;
  transform: translate(-50%, -50%);
}
.video-carousel .video-bgplayer-button {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
}
.video-carousel .video-bgplayer-button.wipe-bg {
  background: rgba(0, 0, 0, 0.1);
}
.video-carousel .image-overlay {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.video-carousel .image-overlay.disabled {
  opacity: 0;
}
.video-carousel .video-bgplayer-button button {
  position: absolute;
  left: 50%;
  top: 50%;
  background: 0 0;
  opacity: 0;
  width: 100px;
  height: 100px;
  background: rgba(7, 7, 7, 0.9);
  border-radius: 50%;
  border: none;
  outline: 0;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-carousel .video-bgplayer-button button.inactive-btn {
  opacity: 0;
  z-index: 0;
}
.video-carousel .video-bgplayer-button button.active-btn {
  opacity: 1;
  z-index: 10;
}
.video-carousel .video-bgplayer-button button i {
  font-size: 50px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-carousel .video-bgplayer-button button.video-section__button--pause {
  opacity: 0.05;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.video-carousel
  .video-bgplayer-button
  button.video-section__button--pause:hover {
  opacity: 1;
}
.vimeo_player_wrapper iframe {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  margin-top: unset !important;
  margin-left: unset !important;
}
.video-carousel .owl-dots {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.video-carousel .owl-nav {
  margin-top: 0;
}
.video-carousel .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  border: 2px solid transparent;
  background: #cacccd;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.video-carousel .owl-dots .owl-dot.active span {
  background: 0 0;
  border: 2px solid #fff;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
.video-carousel .owl-dots .owl-dot.active:hover span {
  background: 0 0;
}
.video-carousel .owl-dots .owl-dot:hover span {
  background: #cacccd;
}
.splash-slide-item {
  height: calc(100vh - 170px);
}
.location-slider-item {
  padding-bottom: 5px;
}
.location-slider-item a {
  display: inline-block;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.location-slider-item h5 {
  font-size: 16px;
  letter-spacing: 5px;
  padding: 24px 10px;
  color: #070707;
  margin: 0;
}
.locations-carousel .owl-nav > div {
  position: absolute;
  top: 130px;
  background: #b91f41 !important;
  border-radius: 0 !important;
  font-size: 24px !important;
  padding: 4px 12px !important;
}
.locations-carousel .owl-nav .owl-prev {
  left: 50px;
}
.locations-carousel .owl-nav .owl-next {
  right: 50px;
}
.location-slider-background-image {
  min-width: 350px;
  width: 100%;
  height: 210px;
}
.cta-block-wrap {
  padding: 45px;
}
.cta-block-wrap h3 br {
  display: none;
}
.cta-block-wrap h3 {
  font-size: 27px;
  letter-spacing: 3px;
  margin: 0;
  padding: 0;
}
.cta-block-wrap h5 {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  margin: 0;
  margin-bottom: 0;
  padding: 0;
  margin-bottom: 40px;
  padding: 0 50px;
  margin-top: 20px;
}
.instafeed-title {
  font-size: 20px;
  padding-bottom: 30px;
}
.row.remove-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter [class*="col-"]:not(:first-child),
.row.no-gutter [class*="col-"]:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}
.img-featured-container {
  overflow: hidden;
  position: relative;
}
.img-featured-container img {
  width: 100%;
}
.img-featured-container .img-backdrop {
  background-color: #b91f40bb;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease;
}
.img-featured-container:hover > .img-backdrop {
  opacity: 1;
}
.img-featured-container .description-container {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  padding: 0 30px;
  text-align: center;
  line-height: 20px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 2;
  opacity: 0;
  transition: all 0.2s ease;
}
.img-featured-container .description-container .fa-instagram {
  font-size: 40px;
}
.img-featured-container .description-container p {
  font-weight: 300;
  margin-bottom: 0;
}
.img-featured-container:hover .description-container {
  opacity: 1;
}
.img-featured-container .description-container .caption {
  display: none;
  margin-bottom: 10px;
}
.img-featured-container .description-container .comments,
.img-featured-container .description-container .likes {
  margin: 0 5px;
}
#btn-instafeed-load {
  color: #fff;
  background: #26a3ff;
  margin: 20px auto;
  padding: 8px 12px;
  display: block;
  border: none;
}
@media screen and (min-width: 768px) {
  .img-featured-container .description-container .caption {
    display: block;
  }
}
.footer {
  display: inline-block;
  width: 100%;
  padding: 25px 15px 5px;
  margin-top: 10px;
}
.footer-menu-block {
  padding: 0 30px;
}
.footer-menu-block ul {
  padding: 0;
  overflow: hidden;
}
.footer-menu-block ul li {
  list-style: none;
  display: inline-block;
  float: left;
  margin-bottom: 25px;
}
.footer-menu-block ul li.current-menu-item a {
  color: #b91f41;
}
.footer-menu-block ul li a {
  display: inline-block;
  padding: 0 15px;
  font-family: inherit;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 22px;
  color: gray;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-menu-block ul li a:hover {
  color: #b91f41;
}
.footer-social h5 {
  font-size: 15px;
  line-height: 22px;
  color: gray;
}
.copyright-text p,
.powered-text p {
  margin-top: 20px;
  font-size: 12px;
  line-height: 19px;
  color: gray;
}
.copyright-text p a {
  color: gray;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.copyright-text p a:hover {
  color: #b91f41;
}
.footer-social .social-icons-holder {
  display: inline-block;
}
.footer-social .social-icons-holder ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.footer-social .social-icons-holder ul li {
  display: inline-block;
  margin-left: 25px;
}
.footer-social .social-icons-holder ul li:first-child {
  margin-left: 0;
}
.footer-social .social-icons-holder ul li a {
  font-size: 20px;
  color: #cacccd;
}
.offers-list {
  padding-top: 60px;
  padding-bottom: 30px;
}
.offers-list-item {
  margin-bottom: 30px;
}
.offers-list-item img {
  width: 100%;
}
.page-header-section {
  height: 350px;
  width: 100%;
}
.offers-pages-content-wrap {
  padding: 40px 0;
  position: relative;
}
.inner-page-title {
  font-size: 21px;
  line-height: 28px;
  letter-spacing: 2px;
}
.inner-page-attribute-title {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1px;
}
.inner-page-attribute-value {
  font-size: 14px;
}
.offers-page-content {
  padding: 30px 0;
}
.terms-conditions-list {
  padding-left: 0;
  margin-left: 15px;
}
.terms-conditions-list li {
  margin-bottom: 10px;
}
.terms-conditions-list li:last-child {
  margin-bottom: 0;
}
.post-navigation {
  position: absolute;
  top: 120px;
  width: 45px;
  height: 45px;
}
.post-navigation a {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: #b5b7b9 solid 2px;
  color: #b5b7b9;
  font-size: 36px;
  text-align: center;
}
.post-navigation a i {
  display: inline-block;
  transform: translateY(-6px);
}
.post-navigation.prev-post-link {
  left: 50px;
}
.post-navigation.next-post-link {
  right: 50px;
}
.inquire-form-wrap {
  padding-bottom: 60px;
}
.inquire-form-wrap h2 {
  font-size: 31px;
  letter-spacing: 4px;
}
.inquire-form {
  padding-top: 30px;
}
.bodycraft-input-elem,
.um-form input[type="number"],
.um-form input[type="password"],
.um-form input[type="tel"],
.um-form input[type="text"] {
  width: 100% !important;
  display: inline-block !important;
  border: #070707 solid 1px !important;
  padding: 15px 30px !important;
  border-radius: 30px !important;
  resize: none !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}
.select2-container .select2-choice,
.select2-container-multi .select2-choices,
.select2-drop,
.select2-drop-active,
.select2-drop.select2-drop-above,
.um .um-form input[type="number"],
.um .um-form input[type="password"],
.um .um-form input[type="tel"],
.um .um-form input[type="text"],
.um .um-form textarea,
.um .upload-progress {
  border: #070707 solid 1px !important;
}
select.bodycraft-input-elem {
  position: relative;
}
select.bodycraft-input-elem:after {
  position: absolute;
  display: inline-block;
  content: "";
}
.packages-pages-content-wrap {
  padding: 40px 0;
  position: relative;
}
.packages-list {
  padding-top: 60px;
  padding-bottom: 30px;
}
.packages-list-item {
  margin-bottom: 30px;
}
.packages-list-item img {
  width: 100%;
}
.packages-page-content {
  padding: 30px 0;
}
.package-service-item-list {
  padding-top: 10px;
  padding-bottom: 30px;
}
.package-service-item-list .package-service-item {
  margin-bottom: 10px;
}
.package-service-item-list .package-service-item:last-child {
  margin-bottom: 0;
}
.package-service-item h5 {
  font-size: 13px;
}
.package-service-item h6 {
  font-size: 12px;
}
body.um-page-login .login-page-link a {
  color: #b91f41 !important;
}
input[name="rememberme"] + .um-field-checkbox-state {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: #414042 solid 1px;
  background: 0 0;
  display: inline-block;
  transform: translateY(5px);
}
.um-field-checkbox.active
  input[name="rememberme"]
  + .um-field-checkbox-state:after {
  background: #b91f41;
  content: "";
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 3px;
  left: 3px;
}
input[name="rememberme"]
  + .um-field-checkbox-state
  + .um-field-checkbox-option {
  margin: 0 0 0 24px !important;
  display: inline-block;
}
input[name="rememberme"]
  + .um-field-checkbox-state
  + .um-field-checkbox-option
  + a {
  display: inline-block;
  float: right;
}
.login-attrs {
  padding: 10px 15px;
}
.um-field-checkbox input[name="rememberme"] + .um-field-checkbox-state {
  left: 17px !important;
  top: 9px;
}
.bodycraft-text-block a,
.bodycraft-text-block dfn {
  color: #b91f41;
}
body.um-page-register .register-page-link a {
  color: #b91f41 !important;
}
.my-profile-update-form .um-account-heading {
  display: none;
}
.my-profile-update-form .um-account-main {
  float: unset !important;
  margin: 0 auto;
  width: 700px;
}
.my-profile-update-form .um-field {
  display: inline-block;
  height: auto;
  clear: both;
  width: 100%;
}
.my-profile-update-form .um-field-user_login {
  display: none;
}
.my-profile-update-form .um-field-label {
  width: 200px;
  float: left;
}
.my-profile-update-form .um-field-area {
  width: calc(100% - 200px);
  float: right;
}
.my-profile-update-form .um-field label sup {
  color: #b91f41;
  font-size: 18px;
  display: inline-block;
  transform: translateY(6px);
  padding-left: 3px;
}
.my-profile-update-form .um-field-area .date-fragment {
  display: inline-block;
  border: #070707 solid 1px;
  padding: 7px 30px;
  border-radius: 30px;
  width: calc((100% - 250px) / 3);
  margin-right: 30px;
  float: left;
  text-align: center;
}
.my-profile-update-form .um-field-area .date-fragment.fragment-3 {
  margin-right: 0;
}
.my-profile-update-form input[name="um_account_submit"] {
  display: none;
}
.my-profile-update-form .um-account-tab-password {
  display: none;
}
.my-profile-update-form .change-paswd-check {
  display: inline-block;
  cursor: pointer;
}
.my-profile-update-form .change-paswd-check span {
  display: inline-block;
  width: 25px;
  height: 23px;
  padding-top: 2px;
  border: #c4c4c4 solid 1px;
  color: #c4c4c4;
  border-radius: 50%;
  text-align: center;
}
.my-profile-update-form .change-paswd-check.active span {
  color: #b91f41;
}
.my-profile-update-form .um-req {
  color: #b91f41 !important;
}
.my-profile-update-form .um-field-error {
  margin-top: 50px;
}
.profile-form-buttons {
  padding-top: 25px;
}
.profile-form-buttons a {
  padding: 17px 75px 15px !important;
  margin: 0 10px;
}
.bodycraft-button-type-two {
  display: inline-block;
  padding: 17px 45px 15px;
  font-size: 16px;
  line-height: 23px;
  border-radius: 50px;
  letter-spacing: 1px;
  border: #000 solid 1px;
  margin: 0 10px;
}
.bodycraft-button-type-two.active,
.bodycraft-button-type-two:hover {
  color: #fff;
  background: #070707;
}
.bodycraft-button-type-two.active-btn {
  background: #000 !important;
  color: #fff !important;
}
.location-filters {
  padding-top: 60px;
}
.locations-list {
  padding-top: 60px;
  padding-bottom: 30px;
}
.location-list-item a {
  width: 100%;
  margin-bottom: 30px;
}
.location-list-item .location-slider-background-image {
  width: 100% !important;
  height: 175px !important;
}
.location-featured-image {
  max-width: 100% !important;
  min-width: unset;
}
.locations-list .location-slider-item h5 {
  font-size: 14px;
  letter-spacing: 4px;
}
.locations-pages-content-wrap {
  padding: 40px 0;
  position: relative;
}
.location-page-title {
  font-size: 29px;
  line-height: 39px;
  letter-spacing: 2px;
}
.bodycraft-map-wrap {
  position: relative;
}
.bodycraft-map-wrap .address-holder {
  padding: 25px;
  position: absolute;
  width: 250px;
  height: auto;
  top: 50px;
  right: 50px;
}
.bodycraft-map-wrap .address-holder h4 {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1px;
}
.bodycraft-map-wrap .address-holder address {
  font-size: 12px;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0 !important;
  box-shadow: none !important;
  border-color: #ced4da !important;
}
.dropdownjs {
  width: 100%;
  text-align: left;
}
.dropdownjs > ul {
  width: 100%;
  max-width: 100%;
}
.fakeinput {
  border-radius: 50px;
  border: 1px solid #070707;
}
.dropdownjs > .fakeinput {
  font-size: 14px;
  line-height: 21px;
  font-family: gothamBook, sans-serif;
  background: #fff;
  color: #231f20;
  text-transform: uppercase;
  padding: 15px 30px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.dropdownjs > .fakeinput span {
  width: 100%;
  display: inline-block;
  background: url(../images/dropdown-arrow.jpg) 100% 0/20px no-repeat #fff;
}
.dropdownjs > ul {
  border-radius: 20px;
  padding: 8px 29px;
  box-shadow: none;
  border: 1px solid #070707;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.dropdownjs > ul > li:first-child {
  color: #231f20 !important;
  padding-top: 7px;
  background: url(../images/dropdown-arrow.jpg) 100% 7px/20px no-repeat #fff;
}
.dropdownjs > ul > li {
  font-size: 14px;
  line-height: 21px;
  font-family: gothamBook, sans-serif;
  padding: 10px 0;
  margin: 0;
  color: #b5b7b9;
  border-bottom: 1px solid #b5b7b9;
  background: 0 0 !important;
}
.dropdownjs > ul > li:first-child {
  text-transform: uppercase;
  color: #231f20;
}
.dropdownjs > ul > li:hover {
  color: #b91f41;
}
.dropdownjs > ul > li:first-child,
.dropdownjs > ul > li:last-child {
  border-bottom: none;
}
.dropdownjs > ul > li:first-child.selected,
.dropdownjs > ul > li:first-child:active {
  color: #b5b7b9;
}
.faq-category-list a {
  margin-top: 10px;
}
.faq-accordions-wrap {
  margin-top: 20px;
}
.bodycraft-page-heading {
  font-size: 36px;
  letter-spacing: 1px;
  padding-top: 30px;
  padding-bottom: 10px;
}
.product-filters {
  padding-top: 60px;
}
.products-list {
  padding-top: 60px;
  padding-bottom: 30px;
}
.product-list-item {
  margin-bottom: 30px;
}
.product-list-item a {
  display: inline-block;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
}
.product-list-item a:hover {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.product-list-item h5 {
  font-size: 12px;
  line-height: 19px;
  color: #070707;
  padding-top: 10px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.product-page-content-wrap {
  padding: 70px 0;
}
.product-page-title {
  font-size: 21px;
  line-height: 31px;
  letter-spacing: 1px;
}
.product-description {
  font-size: 13px;
  line-height: 20px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.product-price {
  font-size: 33px;
  letter-spacing: 2px;
}
.product-reserve-btn-wrap {
  padding-top: 20px;
}
.product-reserve-btn-wrap a {
  letter-spacing: 3px;
  padding: 17px 65px 15px !important;
}
.product-images-carousel {
  padding: 30px 50px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.product-images-carousel .owl-controls {
  display: none !important;
}
.product-images-carousel .product-images-carousel-trigger-btn {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: #b5b7b9 solid 1px;
  color: #b5b7b9;
  font-size: 28px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 200;
}
.product-images-carousel .product-images-carousel-trigger-btn i {
  display: inline-block;
  transform: translateY(-4px);
}
.product-images-carousel .product-images-carousel-trigger-btn.owl-prev-trigger {
  left: 20px;
}
.product-images-carousel .product-images-carousel-trigger-btn.owl-next-trigger {
  right: 20px;
}
.product-bread-crumbs {
  margin-top: 37px;
  border-top: #58595b solid 1px;
  border-bottom: #58595b solid 1px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.product-bread-crumbs a {
  color: #58595b !important;
  font-family: inherit;
  font-size: 13px;
}
.product-bread-crumbs a:hover {
  opacity: 0.7;
}
.reserve-product-form-wrap {
  padding-top: 60px;
}
.filter-apply {
  padding-top: 15px;
  display: inline-block;
}
.filter-apply img {
  opacity: 0.2;
  width: 20px;
  height: auto;
}
.filter-apply span {
  padding-left: 10px;
}
.thanks-msg {
  display: none;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  padding: 30px;
  margin: 20px 0;
  color: #fff;
  background: #b91f41;
}
.error-msg {
  display: none;
  font-size: 20px;
  line-height: 30px;
  padding: 30px;
  margin: 20px 0;
  color: #fff;
  background: #b91f41;
}
.mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.mCSB_scrollTools {
  width: 10px;
  right: -1px;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: 0 0;
}
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  margin: 0;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: gray !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
  background: gray;
}
.service-wrap {
  width: 100%;
  height: 100vh;
}
.main-service-block {
  width: 20%;
  height: 100vh;
  float: left;
  z-index: 10;
  overflow: hidden;
  border-right: 1px solid gray;
}
.main-service-each {
  border-bottom: 1px solid gray;
  width: 101%;
  height: 75px;
  display: table;
  cursor: pointer;
}
.main-service-each:hover {
  background: #b91f41;
}
.main-service-each.main-service-active {
  background: #b91f41;
}
.main-service-each h2 {
  font-size: 16px;
  line-height: 23px;
  padding: 0 35px;
  display: table-cell;
  vertical-align: middle;
}
.main-service-each:hover h2 {
  color: #fff;
}
.main-service-each.main-service-active h2 {
  color: #fff;
}
.sub-category-block {
  width: 40%;
  height: 100vh;
  float: left;
  z-index: 5;
  overflow: hidden;
  border-right: 1px solid gray;
  -webkit-transform: translateX(-201%);
  -moz-transform: translateX(-201%);
  transform: translateX(-201%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.sub-category-block.levelone-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
.sub-category-each {
  border-bottom: 1px solid gray;
  width: 100%;
  height: 75px;
  display: table;
  cursor: pointer;
}
.sub-category-each:hover {
  background: #b91f41;
}
.sub-category-each.sub-category-active {
  background: #b91f41;
}
.sub-category-each .content {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
.sub-category-each .content .name {
  float: left;
  width: 60%;
}
.sub-category-each .content .price {
  float: left;
  width: 40%;
}
.sub-category-each h1,
.sub-category-each p {
  font-size: 16px;
  line-height: 23px;
  padding-left: 35px;
  margin-bottom: 0;
}
.sub-category-each:hover h2 {
  color: #fff;
}
.sub-category-each h3 {
  font-size: 12px;
  line-height: 19px;
  padding-right: 35px;
  margin-bottom: 0;
}
.sub-category-each h3 i {
  font-size: 12px;
  line-height: 19px;
  display: inline-block;
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  transform: translateX(4px);
}
.sub-category-each h3 span {
  display: inline-block;
  -webkit-transform: translateX(3px);
  -moz-transform: translateX(3px);
  transform: translateX(3px);
}
.sub-category-each:hover h3 {
  color: #fff;
}
.sub-category-each.sub-category-active h2,
.sub-category-each.sub-category-active h3 {
  color: #fff;
}
.sub-category-items {
  width: 40%;
  height: 100vh;
  float: left;
  z-index: 1;
  overflow: hidden;
  border-right: 1px solid gray;
  -webkit-transform: translateX(-200%);
  -moz-transform: translateX(-200%);
  transform: translateX(-200%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.sub-category-items.levelone-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
.subcategory-items-each {
  border-bottom: 1px solid gray;
}
.subcategory-items-each .title-wrap {
  width: 100%;
  height: 99px;
  display: table;
  cursor: pointer;
}
.subcategory-items-each.subcategory-items-active .title-wrap {
  cursor: auto;
}
.subcategory-items-each .title-wrap .title-content {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
.subcategory-items-each .title-content .details {
  float: left;
  width: 80%;
  padding-left: 35px;
}
.subcategory-items-each .title-content .details h2 {
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 0;
}
.subcategory-items-each .title-content .details .amount {
  font-size: 13px;
  line-height: 21px;
  display: inline-block;
  padding-left: 10px;
  -webkit-transform: translate(-10px, 2px);
  -moz-transform: translate(-10px, 2px);
  transform: translate(-10px, 2px);
}
.subcategory-items-each .title-content .details .amount sup {
  font-size: 16px;
  line-height: 0;
  display: inline-block;
  transform: translateY(6px);
}
.subcategory-items-each .title-content .condition-txt {
  font-size: 10px;
  padding-top: 10px;
}
.subcategory-items-each .title-content .condition-txt span {
  font-size: 16px;
  line-height: 0;
  display: inline-block;
  transform: translateY(6px);
}
.subcategory-items-each .title-content .details .amount i {
  display: inline-block;
  -webkit-transform: translate(5px);
  -moz-transform: translate(5px);
  transform: translate(5px);
}
.subcategory-items-each .title-content .details .time {
  font-size: 9px;
  line-height: 16px;
  padding: 7px 10px 5px;
  border: 1px solid #b91f41;
  border-radius: 50px;
  color: gray;
}
.subcategory-items-each .title-content .details .percentage {
  width: 20px;
  display: inline-block;
  margin-left: 5px;
}
.subcategory-items-each .content-description {
  padding-left: 35px;
  width: 80%;
}
.subcategory-items-each .content-description p {
  font-size: 11px;
  line-height: 21px;
  color: #58595b;
  margin-bottom: 20px;
}
.subcategory-items-each .content-description .offer-block {
  padding: 8px 15px;
  background: #f5c9c9;
  border-radius: 50px;
  position: relative;
  margin-bottom: 20px;
  margin-top: 15px;
}
.subcategory-items-each .content-description .offer-block .img-section {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.subcategory-items-each .content-description .offer-block .img-section img {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  transform: translateY(-4px);
}
.subcategory-items-each .content-description .offer-block .content-section {
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  width: 100%;
  padding: 0 40px 0 30px;
}
.subcategory-items-each .title-content .button {
  position: absolute;
  right: 35px;
  top: 30px;
  z-index: 100;
}
.subcategory-items-each .title-content .button button {
  background: 0 0;
  font-size: 9px;
  line-height: 16px;
  padding: 10px 15px 8px;
  border: 1px solid #070707;
  border-radius: 50px;
  cursor: pointer;
}
.subcategory-items-each .title-content .button button:focus {
  outline: 0;
}
.booking-form {
  width: 40%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background: #fff;
  overflow: hidden;
  display: inline-block;
  -webkit-transform: translateX(101%);
  -moz-transform: translateX(101%);
  transform: translateX(101%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.booking-form .close-btn {
  width: 30px;
  position: absolute;
  right: 20px;
  top: 25px;
  z-index: 20;
  cursor: pointer;
}
.booking-form.levelone-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}
.booking-form .booking-form-inner {
  width: 100%;
  height: 100%;
}
.service-block .booking-form-content {
  padding: 0 80px;
  min-height: 100vh;
}
.booking-form .booking-form-inner .title {
  padding-top: 75px;
  padding-bottom: 20px;
}
.booking-form .booking-form-inner .title h4 {
  font-size: 23px;
  line-height: 30px;
}
.service-block form {
  width: 100%;
  display: inline-block;
}
.servicepage-orderform {
  padding-bottom: 50px;
}
.servicepage-orderform .guest-login-data input {
  display: inline-block;
  width: 100%;
  border: 0;
  border-bottom: #070707 solid 1px !important;
  box-shadow: none !important;
  padding-bottom: 15px;
  margin-bottom: 50px;
  padding-left: 10px;
}
.servicepage-orderform .guest-login-data input::placeholder {
  color: #070707;
  opacity: 1;
}
.servicepage-orderform .guest-login-data input::-webkit-input-placeholder {
  color: #070707;
  opacity: 1;
}
.servicepage-orderform .guest-login-data input::-moz-placeholder {
  color: #070707;
  opacity: 1;
}
.servicepage-orderform .guest-login-data input:-ms-input-placeholder {
  color: #070707;
  opacity: 1;
}
.servicepage-orderform .guest-login-data input:-moz-placeholder {
  color: #070707;
  opacity: 1;
}
.servicepage-orderform .dropdownjs {
  width: 100%;
  margin-bottom: 40px;
}
.servicepage-orderform .dropdownjs > ul {
  width: 100%;
  max-width: 100%;
}
.servicepage-orderform .fakeinput {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #070707;
}
.servicepage-orderform .dropdownjs > .fakeinput {
  font-size: 14px;
  line-height: 21px;
  font-family: gothamBookRegular, sans-serif;
  background: #fff;
  color: #070707;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/dropdown-arrow-black.jpg) 98%/20px no-repeat #fff;
  padding: 7px 8px 5px 2% !important;
}
.servicepage-orderform .dropdownjs > ul {
  padding: 0;
  box-shadow: none;
  border: 1px solid #070707;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-height: 300px !important;
  appearance: none;
  background: url(../images/dropdown-arrow-black.jpg) 98% 3%/20px no-repeat #fff;
}
.servicepage-orderform .dropdownjs > ul > li:first-child {
  background: #fff;
  padding-top: 6px;
  margin-right: 50px;
}
.servicepage-orderform .dropdownjs > ul > li {
  font-size: 14px;
  line-height: 21px;
  font-family: gothamBookRegular, sans-serif;
  padding: 10px 0 !important;
  padding-left: 2% !important;
  margin: 0;
  color: #070707;
  border-bottom: 1px solid #070707;
}
.servicepage-orderform .dropdownjs > ul > li:first-child,
.servicepage-orderform .dropdownjs > ul > li:last-child {
  border-bottom: none;
}
.servicepage-orderform .dropdownjs > ul > li:first-child.selected,
.servicepage-orderform .dropdownjs > ul > li:first-child:active {
  background: #fff;
  color: #070707;
}
.servicepage-orderform .dropdownjs > ul > li.selected,
.servicepage-orderform .dropdownjs > ul > li:active {
  background: #fff;
  color: #b91f41;
}
.servicepage-orderform input.date-tag {
  font-size: 14px;
  line-height: 21px;
  font-family: gothamBook, sans-serif;
  padding: 10px 0 15px 2% !important;
  margin: 0;
  margin-bottom: 40px;
  color: #070707 !important;
  border: none;
  width: 100%;
  border-bottom: 1px solid #070707;
  background: url(../images/dropdown-arrow-black.jpg) 98% 10px/20px no-repeat !important;
}
.servicepage-orderform input.date-tag::-webkit-input-placeholder {
  color: #070707 !important;
  text-transform: uppercase;
  opacity: 1;
}
.servicepage-orderform input.date-tag:-moz-placeholder {
  color: #070707 !important;
  text-transform: uppercase;
  opacity: 1;
}
.servicepage-orderform input.date-tag::-moz-placeholder {
  color: #070707 !important;
  opacity: 1;
  text-transform: uppercase;
}
.servicepage-orderform input.date-tag:-ms-input-placeholder {
  color: #070707 !important;
  opacity: 1;
  text-transform: uppercase;
}
.ui-widget-header .ui-icon {
  background-image: url(../images/ui-icons_444444_256x240.png);
}
.servicepage-orderform .bodycraft-button-section {
  margin-top: 10px;
}
.servicepage-orderform .bodycraft-button-section .bodycraft-button-type-one {
  padding: 12px 60px;
  border: none;
  cursor: pointer;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .servicepage-orderform .bodycraft-button-section .bodycraft-button-type-one {
    padding-bottom: 9px;
  }
}
.order-placed {
  padding: 90px 45px;
}
.order-placed-img {
  width: 165px;
  margin: 0 auto;
  margin-bottom: 35px;
}
.order-placed h4 {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 28px;
}
.order-placed h5 {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 68px;
}
.order-placed .bodycraft-button-section .bodycraft-button-type-one {
  padding: 15px 0;
  width: 185px;
  font-size: 15px;
  line-height: 22px;
  border: 1px solid #000;
  cursor: pointer;
}
.order-placed
  .bodycraft-button-section
  .bodycraft-button-type-one
  + .bodycraft-button-type-one {
  color: #000;
  margin-left: 20px;
}
.order-placed
  .bodycraft-button-section
  .bodycraft-button-type-one
  + .bodycraft-button-type-one:hover {
  color: #000;
  background: #fff;
}
.creative-block-wrap
  > .container
  > .row
  > .col-md-6:nth-child(odd)
  .creative-block {
  margin: 0 auto 30px;
  margin-right: 0;
}
.creative-block-wrap
  > .container
  > .row
  > .col-md-6:nth-child(even)
  .creative-block {
  margin: 0 auto 20px;
  margin-left: 0;
}
.creative-block {
  max-width: 400px;
  position: relative;
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.26);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: flex;
}
.creative-block:after {
  content: url(../images/corner.jpg);
  position: absolute;
  left: -2px;
  top: -3px;
  width: 20px;
  height: 20px;
  z-index: 1;
  background: #fff;
  transform: translate(-50%, -50%);
}
.creative-block::before {
  content: url(../images/corner.jpg);
  position: absolute;
  right: -22px;
  top: -3px;
  width: 20px;
  height: 20px;
  z-index: 1;
  background: #fff;
  transform: translate(-50%, -50%) rotate(87deg);
}
.creative-block .creative-content-block {
  width: 100%;
  padding: 20px 40px 25px;
}
.creative-block .creative-button-block {
  padding: 13px;
  width: 100%;
  border-top: 1px dashed #dfe0e1;
}
.creative-button-block {
  position: relative;
}
.creative-button-block:after {
  content: url(../images/corner.jpg);
  position: absolute;
  left: -3px;
  bottom: -22px;
  width: 20px;
  height: 20px;
  z-index: 1;
  background: #fff;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.creative-button-block:before {
  content: url(../images/corner.jpg);
  position: absolute;
  right: -22px;
  bottom: -23px;
  width: 20px;
  height: 20px;
  z-index: 1;
  background: #fff;
  transform: translate(-50%, -50%) rotate(180deg);
}
.creative-content-block {
  position: relative;
}
.creative-content-block:after {
  content: url(../images/base.jpg);
  position: absolute;
  left: -2px;
  bottom: -15px;
  width: 20px;
  height: 20px;
  z-index: 1;
  background: #fff;
  transform: translate(-50%, -50%);
}
.creative-content-block:before {
  content: url(../images/base.jpg);
  position: absolute;
  right: -22px;
  bottom: -26px;
  width: 20px;
  height: 20px;
  z-index: 1;
  background: #fff;
  transform: translate(-50%, -50%) rotate(180deg);
}
.creative-button-block .bodycraft-button-section .bodycraft-button-type-one {
  width: 155px;
  padding: 15px 0;
  background: #d5d6d7;
  border: none;
  font-size: 12px;
  line-height: 19px;
  cursor: pointer;
}
.creative-button-block
  .bodycraft-button-section
  .bodycraft-button-type-one
  + .bodycraft-button-type-one {
  margin-left: 12px;
}
.creative-button-block
  .bodycraft-button-section
  .bodycraft-button-type-one:hover {
  color: #000;
}
.creative-content-block h3 {
  font-size: 8px;
  line-height: 15px;
  margin-bottom: 0;
}
.creative-content-block h2 {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.creative-content-block p {
  font-size: 12px;
  line-height: 19px;
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  transform: translateX(-5px);
}
.creative-content-block .details h3 {
  font-size: 9px;
  line-height: 16px;
}
.creative-content-block .details h2 {
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0;
}
.creative-content-block .row + .row {
  margin-top: 25px;
}
.ajax-overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.85) url(../images/video-loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
}
.edit-booking-wrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 920;
  background: rgba(0, 0, 0, 0.85);
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
}
.edit-booking-form {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 520px;
  height: auto;
  max-height: 90vh;
  padding: 50px;
  overflow-y: auto;
}
.close-edit-form {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-align: center;
}
.close-edit-form span {
  font-size: 42px;
}
.edit-booking-form .title-block {
  padding-bottom: 30px;
}
.about-banner-carousel {
  position: relative;
}
.about-banner-slide-item {
  width: 100%;
  height: calc(100vh - 250px);
  position: relative;
}
.about-banner-slide-item h2 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  font-size: 71px;
  letter-spacing: 8px;
}
.about-banner-carousel .owl-nav {
  display: none;
}
.about-banner-carousel .owl-dots {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.about-banner-carousel .owl-dots .owl-dot span {
  border: transparent 1px solid;
  margin: 5px !important;
}
.about-banner-carousel .owl-dots .owl-dot.active span {
  background: 0 0;
  border: #fff 1px solid;
}
.bodycraft-story-svg {
  width: 185px;
}
.timeline-container {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  padding: 60px 0;
}
.timeline-desc {
  overflow: hidden;
}
.timeline-each {
  padding-bottom: 30px;
}
.timeline-each:last-child {
  padding-bottom: 0;
}
.timeline-each .timeline-year {
  font-size: 15px;
  line-height: 22px;
  position: relative;
  padding-left: 30px;
  letter-spacing: 3px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: font-size 0.4s linear 0.5s, line-height 0.4s linear 0.5s,
    padding-left 0.4s linear 0.9s;
  -moz-transition: font-size 0.4s linear 0.5s, line-height 0.4s linear 0.5s,
    padding-left 0.4s linear 0.9s;
  -ms-transition: font-size 0.4s linear 0.5s, line-height 0.4s linear 0.5s,
    padding-left 0.4s linear 0.9s;
  -o-transition: font-size 0.4s linear 0.5s, line-height 0.4s linear 0.5s,
    padding-left 0.4s linear 0.9s;
  transition: font-size 0.4s linear 0.5s, line-height 0.4s linear 0.5s,
    padding-left 0.4s linear 0.9s;
}
.timeline-each.timeline-active .timeline-year {
  font-size: 90px;
  line-height: 110px;
  padding-left: 135px;
  -webkit-transition: font-size 0.4s linear 1.2s, line-height 0.4s linear 1.2s,
    padding-left 0.4s linear 0.9s;
  -moz-transition: font-size 0.4s linear 1.2s, line-height 0.4s linear 1.2s,
    padding-left 0.4s linear 0.9s;
  -ms-transition: font-size 0.4s linear 1.2s, line-height 0.4s linear 1.2s,
    padding-left 0.4s linear 0.9s;
  -o-transition: font-size 0.4s linear 1.2s, line-height 0.4s linear 1.2s,
    padding-left 0.4s linear 0.9s;
  transition: font-size 0.4s linear 1.2s, line-height 0.4s linear 1.2s,
    padding-left 0.4s linear 0.9s;
}
.timeline-each .timeline-year:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  left: 0;
  top: 50%;
  -webkit-transition: all 0.3s linear 0.9s;
  -moz-transition: all 0.3s linear 0.9s;
  -ms-transition: all 0.3s linear 0.9s;
  -o-transition: all 0.3s linear 0.9s;
  transition: all 0.3s linear 0.9s;
}
.timeline-each.timeline-active .timeline-year:after {
  width: 125px;
  left: 0;
  -webkit-transition: all 0.3s linear 0.9s;
  -moz-transition: all 0.3s linear 0.9s;
  -ms-transition: all 0.3s linear 0.9s;
  -o-transition: all 0.3s linear 0.9s;
  transition: all 0.3s linear 0.9s;
}
.timeline-each .timeline-desc p {
  font-size: 17px;
  line-height: 24px;
  padding-left: 30px;
  margin-bottom: 0;
  -webkit-transition: padding-left 0.3s linear 0.5s;
  -moz-transition: padding-left 0.3s linear 0.5s;
  -ms-transition: padding-left 0.3s linear 0.5s;
  -o-transition: padding-left 0.3s linear 0.5s;
  transition: padding-left 0.3s linear 0.5s;
}
.timeline-each.timeline-active .timeline-desc p {
  padding-left: 135px;
}
.timeline-controllers {
  position: absolute;
  right: -100px;
  top: 50%;
  width: 45px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.timeline-controllers button {
  background: 0 0;
  width: 45px;
  height: 45px;
  position: relative;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
.timeline-controllers button.timeline-prev {
  margin-bottom: 30px;
}
.timeline-controllers button i {
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.timeline-controllers button.disable {
  pointer-events: none;
  opacity: 0.1;
}
.sync1-owl .owl-nav {
  display: none;
}
.team-section-title {
  font-size: 40px;
  color: #070707;
  line-height: 47px;
  letter-spacing: 5px;
}
.team-carousel .sync1-owl .item {
  padding: 60px 0 0;
}
.team-carousel .sync1-owl .team-member-name h2 {
  font-size: 31px;
  line-height: 38px;
  margin-bottom: 2px;
}
.team-carousel .sync1-owl .team-member-dest h3 {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 20px;
}
.team-carousel .sync1-owl .team-member-desc p {
  font-size: 12px;
  line-height: 22px;
  color: #58595b;
  margin-bottom: 0;
}
.team-carousel .sync1-owl .bodycraft-button-section {
  margin-top: 65px;
}
.team-carousel .sync1-owl .bodycraft-button-section .bodycraft-button-type-one {
  font-size: 13px;
  line-height: 20px;
  padding: 12px 45px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .team-carousel
    .sync1-owl
    .bodycraft-button-section
    .bodycraft-button-type-one {
    padding-bottom: 9px;
  }
}
.team-image-block {
  padding-top: 70px;
}
.sync2-owl .owl-nav {
  margin: 0;
  padding-top: 45px;
  text-align: left;
}
.team-carousel .sync2-owl {
  padding-right: 50px;
}
.team-carousel .sync2-owl .item .team-member-image-block {
  margin: 0 10px 10px 0;
  -webkit-box-shadow: 5px 5px 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 6px 0 rgba(0, 0, 0, 0.2);
}
.team-carousel .sync2-owl .team-member-name h2 {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 26px;
  margin-bottom: 0;
  color: #231f20;
  padding-top: 25px;
}
.team-carousel .sync2-owl .team-member-dest h3 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 5px;
  color: #58595b;
  padding-bottom: 25px;
}
.team-member-description-mobile {
  display: none;
}
.sync2-owl .owl-nav div {
  position: relative;
  margin: 0 !important;
  background: 0 0 !important;
  width: 45px;
  height: 45px;
  border-radius: 50% !important;
  border: 1px solid #58595b !important;
  background: 0 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.sync2-owl .owl-nav button:focus {
  outline: 0;
}
.sync2-owl .owl-nav div i {
  color: #58595b !important;
  display: inline-block;
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.sync2-owl .owl-nav div:hover {
  border: 1px solid #b91f41 !important;
}
.sync2-owl .owl-nav div:hover i {
  color: #b91f41 !important;
}
.sync2-owl .owl-nav div.owl-prev {
  left: 0;
}
.sync2-owl .owl-nav div.owl-next {
  left: 30px;
}
.award-title-block {
  display: inline-block;
  width: 235px;
  height: 230px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.award-title-block h3 {
  font-size: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  letter-spacing: 2px;
  padding: 0 40px;
  line-height: 24px;
}
.award-year-block {
  padding-top: 30px;
}
.award-year-block h4 {
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 26px;
}
.award-desc-block {
  padding: 0 55px;
}
.award-desc-block p {
  font-size: 13px;
  line-height: 20px;
}
.awards-carousel .owl-controls {
  display: none;
}
.brands-carousel-wrap {
  position: relative;
}
.brands-carousel-title {
  position: absolute;
  top: 90px;
  width: 100%;
  z-index: 200;
  font-size: 29px;
  line-height: 36px;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.brands-slider-item {
  padding: 210px 0 130px;
}
.brands-slider-item .brand-logo-holder {
  padding-bottom: 45px;
}
.brands-slider-item img {
  display: inline-block !important;
  width: auto !important;
}
.brands-slider-item .brand-desc p {
  font-size: 17px;
  line-height: 24px;
}
.brands-carousel .owl-dots {
  display: none !important;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  position: absolute;
}
.brands-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.brands-carousel .owl-nav div {
  position: relative;
  margin: 0 !important;
  background: 0 0 !important;
  width: 45px;
  height: 45px;
  border-radius: 50% !important;
  border: 1px solid #fff !important;
  background: 0 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.brands-carousel .owl-nav div.owl-prev {
  float: left;
  margin-left: 50px !important;
}
.brands-carousel .owl-nav div.owl-next {
  float: right;
  margin-right: 50px !important;
}
.brands-carousel .owl-nav div i {
  color: #fff !important;
  display: inline-block;
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.my-profile-update-form .um-field-area .um-form-field.um-datepicker {
  display: none !important;
}
.um .picker__box {
  background: #222;
}
.um .picker__header {
  background: #333;
}
.um .picker__table {
  background: #222;
}
.um .picker--focused .picker__day--highlighted,
.um .picker__day--highlighted:hover,
.um .picker__day--infocus:not(.picker__day--disabled):hover {
  background: #b91f41 !important;
}
.um .picker__footer {
  background: #333;
}
.um .picker__button--today {
  width: unset !important;
  background: #b91f41 !important;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 20px;
  border-radius: 50px;
  margin-right: 10px !important;
  font-size: 12px;
  line-height: 40px;
}
.um .picker__button--clear {
  width: unset !important;
  background: #000 !important;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 20px;
  border-radius: 50px;
  margin-left: 10px !important;
  font-size: 12px;
  line-height: 40px;
}
.um .picker__button--close {
  position: absolute;
  top: -25px;
  right: -50px;
  color: #fff;
  background: 0 0;
  border: #fff solid 1px;
  font-size: 20px;
  border-radius: 50%;
  padding: 10px 12px;
  cursor: pointer;
}
.um .picker__nav--next:hover,
.um .picker__nav--prev:hover {
  background: #b91f41 !important;
}
.um .picker__day--outfocus:hover {
  background: #85152d !important;
}
.mobile-product-title-section,
.mobile-slider-book-button,
.nav-outlet-icon,
.offer-page-mobile {
  display: none;
}
.faq-category-btn-mobile {
  display: none;
  width: 100%;
  padding: 15px 30px;
  font-size: 15px;
  letter-spacing: 1px;
  color: #fff !important;
  border-bottom: gray solid 1px;
  position: relative;
}
.accordion li {
  list-style: decimal;
  margin-left: 15px;
  font-size: 13px;
}
.accordion li p {
  padding: 0 40px 0 0;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: gray !important;
}
.outlet-contact-numbers a {
  color: #58595b;
}
.outlet-contact-numbers a:hover {
  color: #b91f41;
}
.desktop-header {
  position: relative;
  width: 100%;
  top: 0;
}
.desktop-header-fixed {
  position: fixed;
  width: 100%;
  z-index: 799;
  top: 0;
  left: 0;
}
body.admin-bar .desktop-header {
  top: 32px;
}
.master-wrap {
/*  padding-top: 140px;*/
}
.mobile-header {
  position: fixed ;
  width: 100%;
  z-index: 799;
  top: 0;
  left: 0;
}
.bodycraft-responsive .master-wrap {
  padding-top: 80px !important;
}
.favored-menu ul.menu > li.current-menu-item {
  color: #b91f41;
}
/* .megamenu .main-menu-item-direction-icon {
  display: none;
} */
.hide-on-load {
  display: none;
}
.hide-on-load dfn {
  font-style: normal;
}
.um-field-arrow {
  z-index: 99 !important;
}
.restrict-outlets select[name="outlet"] + div.my-dropdown ul li {
  display: none !important;
}
.restrict-outlets select[name="outlet"] + div.my-dropdown ul li:first-child,
.restrict-outlets select[name="outlet"] + div.my-dropdown ul li:last-child {
  display: block !important;
}
#register .um {
  margin-bottom: 25px !important;
}
.locations-carousel .owl-nav .owl-next,
.locations-carousel .owl-nav .owl-prev {
  top: 85px;
}
.appointment-cancel-popup-overlay,
.bodycraft-popup-overlay,
.reserve-product-popup-overlay {
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.appointment-cancel-popup,
.appointment-date-popup,
.appointment-modified-popup,
.appointment-outlet-popup,
.appointment-sucessfull-popup,
.appointment-time-popup,
.appointment-tryagain-popup,
.bodycraft-popup,
.reserve-product-email-popup,
.reserve-product-message-popup,
.reserve-product-mobile-popup,
.reserve-product-name-popup,
.reserve-product-thank-popup {
  background: #fff;
  opacity: 0;
  z-index: 999999;
  display: inline-block;
  visibility: hidden;
  padding: 40px 20px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.26);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.appointment-cancel-popup .popup-text,
.appointment-date-popup .popup-text,
.appointment-modified-popup .popup-text,
.appointment-outlet-popup .popup-text,
.appointment-sucessfull-popup .popup-text,
.appointment-time-popup .popup-text,
.appointment-tryagain-popup .popup-text,
.reserve-product-email-popup .popup-text,
.reserve-product-message-popup .popup-text,
.reserve-product-mobile-popup .popup-text,
.reserve-product-name-popup .popup-text,
.reserve-product-thank-popup .popup-text {
  padding-bottom: 30px;
}
.appointment-cancel-popup .popup-button,
.appointment-date-popup .popup-button,
.appointment-modified-popup .popup-button,
.appointment-outlet-popup .popup-button,
.appointment-sucessfull-popup .popup-button,
.appointment-time-popup .popup-button,
.appointment-tryagain-popup .popup-button,
.reserve-product-email-popup .popup-button,
.reserve-product-message-popup .popup-button,
.reserve-product-mobile-popup .popup-button,
.reserve-product-name-popup .popup-button,
.reserve-product-thank-popup .popup-button {
  padding: 10px 20px;
  border-radius: 50px;
  color: #fff !important;
  margin: 0 5px;
}
.appointment-cancel-popup span.popup-button,
.appointment-date-popup span.popup-button,
.appointment-modified-popup span.popup-button,
.appointment-outlet-popup span.popup-button,
.appointment-sucessfull-popup span.popup-button,
.appointment-time-popup span.popup-button,
.appointment-tryagain-popup span.popup-button,
.reserve-product-email-popup span.popup-button,
.reserve-product-message-popup span.popup-button,
.reserve-product-mobile-popup span.popup-button,
.reserve-product-name-popup span.popup-button,
.reserve-product-thank-popup span.popup-button {
  cursor: pointer;
}
.appointment-cancel-popup span.popup-button:hover,
.appointment-date-popup span.popup-button:hover,
.appointment-modified-popup span.popup-button:hover,
.appointment-outlet-popup span.popup-button:hover,
.appointment-sucessfull-popup span.popup-button:hover,
.appointment-time-popup span.popup-button:hover,
.appointment-tryagain-popup span.popup-button:hover,
.reserve-product-email-popup span.popup-button:hover,
.reserve-product-message-popup span.popup-button:hover,
.reserve-product-mobile-popup span.popup-button:hover,
.reserve-product-name-popup span.popup-button:hover,
.reserve-product-thank-popup span.popup-button:hover {
  background: #070707;
}
.appointment-cancel-popup.active,
.appointment-date-popup.active,
.appointment-modified-popup.active,
.appointment-outlet-popup.active,
.appointment-sucessfull-popup.active,
.appointment-time-popup.active,
.appointment-tryagain-popup.active,
.reserve-product-email-popup.active,
.reserve-product-message-popup.active,
.reserve-product-mobile-popup.active,
.reserve-product-name-popup.active,
.reserve-product-thank-popup.active {
  opacity: 1;
  visibility: visible;
}
.appointment-cancel-popup-overlay.active,
.bodycraft-popup-overlay.active,
.reserve-product-popup-overlay.active {
  display: block;
}
.bodycraft-popup .popup-text {
  padding-bottom: 30px;
}
.bodycraft-popup .popup-button {
  padding: 10px 20px;
  border-radius: 50px;
  color: #fff !important;
  margin: 0 5px;
}
.bodycraft-popup span.popup-button {
  cursor: pointer;
}
.bodycraft-popup span.popup-button:hover {
  background: #070707;
}
.bodycraft-popup.active {
  opacity: 1;
  visibility: visible;
}
.menu-active-color > a {
  color: #b91f41 !important;
}
.kc-blog-posts-3 .kc-list-item-3 .entry-meta a {
  text-transform: capitalize;
  font-size: 12px;
  color: #b91f41 !important;
}
.kc-blog-posts .kc-post-2-button:hover {
  border-color: #b91f41 !important;
  background: #b91f41 !important;
  color: #fff;
}
.kc-blog-posts .kc-post-2-button {
  float: left;
  padding: 10px 20px;
  border: 1px solid #b91f41 !important;
  background: #b91f41 !important;
  border-radius: 50px !important;
  color: #fff !important;
  font-size: 12px;
  line-height: 1;
}
.kc-blog-posts-3 .kc-list-item-3 .post-title-alt a:hover {
  color: #b91f41 !important;
}
h6.condition-txt.light-black {
  font-size: 11px;
  padding: 21px;
}
span.entry-cats {
  display: none;
}
.book-appointment-form .dropdownjs li.selected,
.book-appointment-form .dropdownjs > .fakeinput {
  text-transform: capitalize !important;
}
/* main-css */
/* responsive-css */
.scroll-lock {
  overflow: hidden !important;
  height: 100vh !important;
  position: fixed !important;
}
.bodycraft-responsive .nav-outlet-icon {
  display: block;
  position: absolute;
  right: 65px;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.nav-outlet-icon svg path {
  fill: #070707;
}
.nav-outlet-icon.active svg path {
  fill: #b91f41 !important;
}
.mobile-header {
  position: fixed;
}
.outlet-nav {
  position: fixed;
  top: 66px;
  left: 0;
  width: 100%;
  max-height: calc(100vh - 66px);
  display: none;
}
.outlet-nav h4 {
  font-size: 11px;
  letter-spacing: 1px;
  padding: 15px 0;
}
.outlet-nav ul {
  margin-left: 0;
  padding-left: 0;
  padding: 15px 15px 0;
}
.outlet-nav ul li {
  border-bottom: grey solid 1px;
  margin-bottom: 20px;
  padding-bottom: 8px;
}
.outlet-nav ul li h5 {
  font-size: 12px;
  letter-spacing: 1px;
  color: #070707;
  margin-bottom: 2px;
}
.outlet-nav ul li h6 {
  font-size: 12px;
  color: grey;
}
.outlet-nav ul li .outlet-contact-link {
  font-size: 10px;
  letter-spacing: 1px;
  color: #070707;
  border: #070707 solid 1px;
  border-radius: 15px;
  padding: 5px 10px;
  display: inline-block;
}
.bodycraft-responsive .video-carousel .image-overlay {
  display: none;
}
.bodycraft-responsive .video-carousel .preloader {
  display: none;
}
.bodycraft-responsive .video-carousel .video-bgplayer-button {
  display: none;
}
.bodycraft-responsive .pre-header {
  display: none;
}
.bodycraft-responsive .qd-overflow {
  overflow: hidden;
}
.bodycraft-responsive .mobile-header-container a {
  width: 140px;
}
.bodycraft-responsive .mobile-header .menu-container .menu.slide {
  background: #070707;
}
.bodycraft-responsive .mobile-header ul.menu > li > a {
  color: #fff;
}
.bodycraft-responsive .mobile-header ul.menu > li.current-menu-item > a {
  color: #b91f41;
}
.bodycraft-responsive #register .um {
  margin-bottom: 17px !important;
}
.bodycraft-responsive .mobile-header .menu-container .menu {
  width: calc(100% - 50px);
  float: right;
  padding-left: 0;
}
.bodycraft-responsive .mobile-header .menu-container.is-open {
  background: rgba(0, 0, 0, 0.6);
}
.bodycraft-responsive
  .mobile-header
  .menu-container
  .menu
  li:first-child
  .main-menu-item-direction-icon {
  color: #fff;
}
.bodycraft-responsive i.main-menu-item-direction-icon.ion-chevron-down {
  position: absolute;
  right: 5px;
  width: 80px;
  height: 20px;
  /* top: 8px !important; */
  text-align: center;
  z-index: 99999;
}
.bodycraft-responsive i.main-menu-item-direction-icon.ion-chevron-down:before {
  width: 100%;
  padding: 15px 0;
  transform: translateY(-15px);
}
.bodycraft-responsive
  .menu-container
  .menu
  > .menu-item-has-children.megamenu
  .sub-menu
  > li
  .sub-menu
  a {
  color: #cacccd;
  font-size: 12px;
  line-height: 19px;
}
.bodycraft-responsive .mobile-nav-button-wrap {
  width: calc(100% - 50px);
  float: right;
  display: none;
  background: #070707;
  padding: 30px 0;
  text-align: center;
}
.bodycraft-responsive .menu-container.is-open .mobile-nav-button-wrap {
  display: block;
}
.bodycraft-responsive .mobile-book-button {
  padding: 12px 30px;
  border-radius: 50px;
  margin-right: 17px;
}
.bodycraft-responsive .mobile-my_account-button {
  padding: 12px 30px;
  border-radius: 50px;
  background-color: #070707;
  border: 1px solid #fff;
}
.bodycraft-responsive a.mobile-book-button,
.bodycraft-responsive a.mobile-my_account-button {
  cursor: pointer;
}
.bodycraft-responsive .menu-container li {
  border-bottom: 1px solid grey;
}
.bodycraft-responsive .video-carousel .owl-dots {
  right: unset;
  left: 20px;
}
.bodycraft-responsive .video-carousel .video-bgplayer-button button {
  width: 60px;
  height: 60px;
}
.bodycraft-responsive .video-carousel .video-bgplayer-button button i {
  font-size: 40px;
  left: 55%;
  top: 52%;
}
.bodycraft-responsive .mobile-slider-book-button {
  display: block;
  position: fixed;
  z-index: 99;
  bottom: 10px;
  right: 10px;
  background-color: #b91f41;
  width: 65px;
  height: 65px;
  border-radius: 100px;
  padding: 8px;
}
.bodycraft-responsive .mobile-slider-book-button img {
  margin-top: 1px;
  width: 28px;
}
.bodycraft-responsive .mobile-slider-book-button span {
  font-size: 10px;
  color: #fff;
}
.bodycraft-responsive .icon-block-wrap {
  padding: 20px;
}
.bodycraft-responsive h2.section-title {
  font-size: 27px !important;
  color: #070707 !important;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.bodycraft-responsive .icon-block-wrap .icon-block {
  width: 90px;
  height: 90px;
  border: solid 2px #b91f41;
}
.bodycraft-responsive .icon-block-wrap .icon-block svg {
  height: 40px;
}
.bodycraft-responsive .icon-block-wrap .icon-block-text h4 {
  color: #070707;
  font-size: 15px;
  line-height: 24px;
}
.bodycraft-responsive .icon-block-wrap .icon-block svg path {
  stroke: #070707;
  fill: #070707;
}
.bodycraft-responsive .bg-color-white {
  background: #fff !important;
}
.bodycraft-responsive .service-section-padding {
  padding-top: 0 !important;
  padding-bottom: 30px !important;
}
.bodycraft-responsive .location-section-padding {
  padding-top: 35px !important;
}
.bodycraft-responsive .locations-carousel .owl-dots {
  margin-top: 25px;
}
.bodycraft-responsive .location-slider-item h5 {
  padding: 30px 10px 30px 10px;
}
.bodycraft-responsive .cta-section-padding {
  padding: 30px 0 0 !important;
}
.bodycraft-responsive .cta-block-wrap h3 {
  font-size: 30px;
  letter-spacing: 2px;
}
.bodycraft-responsive .cta-block-wrap h5 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 2px;
  margin-bottom: 40px;
  margin-top: 15px;
}
.bodycraft-responsive .bodycraft-button-section .bodycraft-button-type-one {
  display: inline-block;
  padding: 12px 20px 10px;
  font-size: 12px;
  line-height: 21px;
}
.bodycraft-responsive .cta-block-wrap {
  padding: 40px;
  margin-bottom: 25px;
}
.bodycraft-responsive .instafeed-title {
  font-size: 20px;
}
.bodycraft-responsive .footer {
  text-align: center;
  padding: 30px 15px 26px;
}
.bodycraft-responsive .footer-social h5 {
  font-size: 11px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 25px;
}
.bodycraft-responsive .footer-social .social-icons-holder ul li a {
  font-size: 30px;
  color: #cacccd;
}
.bodycraft-responsive .insta-section-padding {
  margin-bottom: 50px !important;
}
.bodycraft-responsive .form-section {
  padding: 60px 0 !important;
}
.bodycraft-responsive .form-title-text h2 span {
  letter-spacing: 2px;
  line-height: 34px;
  font-size: 27px;
}
.bodycraft-responsive .form-title-text {
  padding-bottom: 30px !important;
}
.bodycraft-responsive .login_signup-form .um-field-area {
  text-align: center;
}
.bodycraft-responsive
  .login_signup-form
  .um-field-checkbox
  .um-field-checkbox-option {
  font-size: 11px;
  margin-left: 10 !important;
}
.bodycraft-responsive .login_signup-form .um-field-checkbox .um-link-alt {
  font-size: 11px;
  float: unset;
  display: inline-block !important;
  margin-left: 35px;
}
.bodycraft-responsive
  .login_signup-form
  .um-field-checkbox
  .um-field-checkbox-state {
  left: 50px !important;
  top: 9px;
}
.bodycraft-responsive input.bodycraft-button-type-one {
  display: inline-block;
  padding: 12px 40px 10px;
  font-size: 13px;
  line-height: 20px;
}
.bodycraft-responsive .um-form input[type="number"],
.bodycraft-responsive .um-form input[type="password"],
.bodycraft-responsive .um-form input[type="tel"],
.bodycraft-responsive .um-form input[type="text"] {
  font-size: 11px !important;
}
.bodycraft-responsive .um-account-nav {
  display: none !important;
}
.bodycraft-responsive .my-profile-update-form .um-field-label {
  width: 100%;
  float: left;
}
.bodycraft-responsive .my-profile-update-form .um-field-area {
  width: 100%;
  float: left;
}
.bodycraft-responsive .my-profile-update-form .um-field-area .date-fragment {
  width: calc((100% - 228px) / 3);
  margin-right: 20px;
}
.bodycraft-responsive
  .my-profile-update-form
  .um-field-area
  .date-fragment.fragment-3 {
  margin-right: 0;
}
.bodycraft-responsive .picker--opened .picker__frame {
  top: 50%;
  bottom: unset;
  transform: translateY(-50%);
}
.bodycraft-responsive .um .picker__frame {
  width: 80% !important;
}
.bodycraft-responsive .um .picker__button--close {
  right: 0;
  font-size: 15px;
  padding: 5px 7px;
}
.bodycraft-responsive .profile-form-buttons a {
  padding: 12px 40px !important;
  letter-spacing: 1px;
}
.bodycraft-responsive .um-field-label label {
  font-size: 14px !important;
}
.bodycraft-responsive .inquire-form-wrap h2 {
  font-size: 14px;
  letter-spacing: 2px;
}
.bodycraft-responsive .post-navigation-wrap .post-navigation {
  position: static;
  display: inline-block;
  transform: unset;
}
.bodycraft-responsive .post-navigation-wrap {
  text-align: center;
}
.bodycraft-responsive .post-navigation-wrap .post-navigation.prev-post-link {
  margin-right: 30px;
}
.bodycraft-responsive .post-navigation-wrap .post-navigation a {
  width: 35px;
  height: 35px;
}
.bodycraft-responsive .post-navigation-wrap .post-navigation a i {
  transform: translateY(-10px);
  font-size: 32px;
}
.bodycraft-responsive .offer-dn-mobile {
  display: none;
}
.bodycraft-responsive .offer-page-mobile {
  display: block;
  padding-bottom: 30px;
  margin-top: -15px;
}
.bodycraft-responsive .bodycraft-button-type-two {
  padding: 10px 30px;
  font-size: 12px;
  line-height: 19px;
}
.bodycraft-responsive .location-list-item .location-slider-background-image {
  width: 100% !important;
  height: 100px !important;
}
.bodycraft-responsive .locations-list .location-slider-item h5 {
  font-size: 12px;
  letter-spacing: 2px;
  padding: 18px 10px;
}
.bodycraft-responsive .locations-list .row.mobile-gutter {
  margin-left: -7px !important;
  margin-right: -7px !important;
}
.bodycraft-responsive .locations-list .row.mobile-gutter .col-6,
.bodycraft-responsive .locations-list .row.mobile-gutter .col-sm-6 {
  padding-left: 7px !important;
  padding-right: 7px !important;
}
.bodycraft-responsive .location-list-item a {
  margin-bottom: 15px;
}
.bodycraft-responsive .location-contact-spacing {
  padding-top: 20px;
}
.bodycraft-responsive .location-mobile-img-space img {
  margin-bottom: 15px;
}
.bodycraft-responsive .bodycraft-map-wrap .address-holder {
  width: calc(100% - 20px);
  top: 10px;
  right: 10px;
  padding: 10px;
}
.bodycraft-responsive .bodycraft-map-wrap .address-holder br {
  display: none;
}
.bodycraft-responsive .bodycraft-map-wrap .address-holder address {
  margin-bottom: 0;
}
.bodycraft-responsive .inquire-form-wrap .location-contact-title {
  font-size: 21px;
  line-height: 28px;
}
.bodycraft-responsive .inquire-form-wrap .location-contact-text {
  font-size: 12px;
  line-height: 19px;
}
.bodycraft-responsive .post-navigation-wrap.location-nav-padding {
  padding-top: 40px;
}
.bodycraft-responsive .about-banner-slide-item h2 {
  font-size: 28px;
  letter-spacing: 2px;
}
.bodycraft-responsive .timeline-each.timeline-active .timeline-year:after {
  width: 50px;
}
.bodycraft-responsive .timeline-each.timeline-active .timeline-year {
  font-size: 45px;
  line-height: 65px;
  padding-left: 60px;
}
.bodycraft-responsive .timeline-each.timeline-active .timeline-desc p {
  padding-left: 60px;
}
.bodycraft-responsive .timeline-each .timeline-desc p {
  font-size: 12px;
  line-height: 19px;
}
.bodycraft-responsive .timeline-controllers {
  right: 15px;
  width: 30px;
  top: unset;
  bottom: 15px;
  -webkit-transform: unset;
  -moz-transform: unset;
  transform: unset;
}
.bodycraft-responsive .timeline-controllers button {
  width: 30px;
  height: 30px;
}
.bodycraft-responsive .timeline-controllers button i {
  font-size: 18px;
}
.bodycraft-responsive .timeline-controllers button.timeline-prev {
  margin-bottom: 15px;
}
.bodycraft-responsive .team-section-title {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0;
}
.bodycraft-responsive .team-carousel .sync1-owl .item {
  display: none;
}
.bodycraft-responsive .team-member-description-mobile {
  display: block;
  padding-top: 20px;
  text-align: center;
}
.bodycraft-responsive .team-carousel .sync2-owl {
  padding-right: 25px;
  padding-left: 25px;
}
.bodycraft-responsive .team-carousel {
  text-align: center;
}
.bodycraft-responsive .team-carousel .sync2-owl .item .team-member-image-block {
  margin: 0 20px !important;
}
.bodycraft-responsive .team-image-block {
  padding-top: 50px;
}
.bodycraft-responsive .sync2-owl .owl-nav {
  text-align: center;
  padding-top: 0;
}
.bodycraft-responsive .sync2-owl .owl-nav div.owl-next {
  left: 0;
}
.bodycraft-responsive .sync2-owl .owl-nav div {
  margin: 0 15px !important;
}
.bodycraft-responsive .brands-carousel-title {
  font-size: 20px;
  line-height: 27px;
}
.bodycraft-responsive .brands-slider-item .brand-desc p {
  font-size: 12px;
  line-height: 19px;
}
.bodycraft-responsive .brands-slider-item img {
  height: 20px;
}
.bodycraft-responsive .brands-carousel .owl-nav {
  display: none;
}
.bodycraft-responsive .brands-carousel .owl-dots .owl-dot.active span {
  background: 0 0 !important;
  border: 2px solid #fff !important;
}
.bodycraft-responsive .brands-carousel .owl-dots {
  display: block !important;
}
.bodycraft-responsive h2.section-title.text-color-white {
  color: #fff !important;
}
.bodycraft-responsive .awards-carousel .owl-controls {
  display: block;
}
.bodycraft-responsive .award-pad-mob {
  padding-top: 40px !important;
  padding-bottom: 20px !important;
}
.bodycraft-responsive .awards-carousel .owl-dots .owl-dot.active span {
  background: 0 0 !important;
  border: 2px solid #fff !important;
}
.bodycraft-responsive .award-desc-block p {
  font-size: 12px;
  line-height: 19px;
}
.bodycraft-responsive .award-year-block h4 {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
}
.bodycraft-responsive .award-title-block h3 {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
}
.bodycraft-responsive .dropdownjs > .fakeinput {
  font-size: 12px;
  line-height: 19px;
  padding: 9px 9px 7px !important;
}
.bodycraft-responsive
  #book-appointment
  .book-appointment-form
  .dropdownjs
  > .fakeinput {
  font-size: 14px;
  line-height: 21px;
  padding: 15px 30px !important;
  color: #777;
}
.bodycraft-responsive .filter-apply img {
  opacity: 0.8;
}
.bodycraft-responsive .filter-apply span {
  color: #070707;
}
.bodycraft-responsive .product-filters {
  padding-top: 10px;
}
.bodycraft-responsive .product-list-item h5 {
  font-size: 15px;
  line-height: 22px;
}
.bodycraft-responsive .product-list-item {
  margin-bottom: 15px;
}
.bodycraft-responsive .product-list-item a {
  padding: 25px 20px;
}
.bodycraft-responsive .products-list {
  padding-top: 30px;
}
.bodycraft-responsive .mobile-product-title-section {
  display: block;
}
.bodycraft-responsive .desk-product-details-section .product-bread-crumbs,
.bodycraft-responsive .desk-product-details-section .product-page-title {
  display: none;
}
.bodycraft-responsive .product-page-content-wrap {
  padding: 30px 0;
}
.bodycraft-responsive .product-reserve-btn-wrap a {
  letter-spacing: 2px;
  padding: 13px 60px 12px !important;
}
.bodycraft-responsive .inquire-form-wrap .product-reserve-title {
  font-size: 23px;
  line-height: 30px;
}
.bodycraft-responsive .inquire-form-wrap .product-reserve-text {
  font-size: 12px;
  line-height: 19px;
  margin-bottom: 30px;
}
.bodycraft-responsive .reserve-product-form-wrap .bodycraft-input-elem {
  padding: 7px 30px !important;
}
.bodycraft-responsive .reserve-product-form-wrap .dropdownjs > .fakeinput span {
  padding-left: 22px;
}
.bodycraft-responsive .reserve-product-form-wrap {
  padding-top: 30px;
}
.bodycraft-responsive
  .creative-button-block
  .bodycraft-button-section
  .bodycraft-button-type-one {
  width: 130px;
}
.bodycraft-responsive .location-filters {
  padding-top: 30px;
}
.bodycraft-responsive .creative-block-wrap {
  margin-top: 30px;
  padding-bottom: 30px;
}
.bodycraft-responsive .creative-block-wrap .creative-block {
  margin: 0 auto 20px auto !important;
}
.bodycraft-responsive .edit-booking-form .title-block {
  padding-bottom: 15px;
}
.bodycraft-responsive .booking-form-content h4 {
  font-size: 16px;
  padding-top: 30px;
  margin-bottom: 0;
}
.bodycraft-responsive .edit-booking-form {
  width: 300px;
  padding: 25px;
}
.bodycraft-responsive .edit-booking-wrap {
  z-index: 999999;
}
.display-none {
  display: none;
}
.bodycraft-responsive .logo-section {
  width: 100%;
  height: 66px;
  display: inline-block;
}
.bodycraft-responsive .megamenu .main-menu-item-direction-icon {
  display: block;
}
.bodycraft-responsive .responsive-service-menu {
  display: block;
  width: 50%;
  height: 66px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  background: #fff;
}
.bodycraft-responsive .responsive-service-menu p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 22px;
  padding-left: 15px;
  padding-top: 5px;
}
.bodycraft-responsive .responsive-service-menu p i {
  font-size: 40px;
  transform: translateY(10px);
  margin-right: 8px;
}
.bodycraft-responsive .service-wrap {
  position: relative;
}
.bodycraft-responsive .service-block {
  border-top: #070707 solid 1px;
}
.bodycraft-responsive .booking-form,
.bodycraft-responsive .main-service-block,
.bodycraft-responsive .sub-category-block,
.bodycraft-responsive .sub-category-items {
  width: 100%;
  position: absolute;
}
.bodycraft-responsive .main-service-block {
  z-index: 5;
}
.bodycraft-responsive .sub-category-block {
  z-index: 10;
}
.bodycraft-responsive .sub-category-items {
  z-index: 15;
}
.bodycraft-responsive .booking-form {
  z-index: 20;
}
.bodycraft-responsive .faq-category-list {
  display: none;
}
.bodycraft-responsive .faq-category-btn-mobile {
  display: inline-block;
}
.bodycraft-responsive .faq-accordions-wrap ul {
  padding: 0 20px;
}
.bodycraft-responsive .faq-accordions-wrap .accordion a {
  line-height: 20px;
}
.bodycraft-responsive .accordion li p {
  padding: 10px 40px 0 0;
}
.bodycraft-responsive
  .order-placed
  .bodycraft-button-section
  .bodycraft-button-type-one
  + .bodycraft-button-type-one {
  margin-left: 10px;
}
.order-placed .bodycraft-button-section .bodycraft-button-type-one {
  width: 45%;
  margin-bottom: 20px;
}
.menu-container .megamenu ul li i {
  opacity: 0;
}
.faq-category-btn-mobile .arrow-indicator {
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  right: 30px;
  top: calc(50% - 4px);
  transform: rotate(45deg);
}
.faq-category-btn-mobile.active .arrow-indicator {
  transform: rotate(-135deg);
}
.bodycraft-responsive .locations-carousel .owl-nav .owl-prev {
  left: 0;
  margin: 0;
  top: 85px;
}
.bodycraft-responsive .locations-carousel .owl-nav .owl-next {
  right: 0;
  margin: 0;
  top: 85px;
}
@media screen and (max-width: 480px) {
  @media screen and (max-width: 575px) {
    .main-service-each h2 {
      font-size: 14px;
      line-height: 21px;
    }
    .sub-category-each h2 {
      font-size: 12px;
      line-height: 19px;
      padding-left: 20px;
    }
    .sub-category-each .content .name,
    .sub-category-each .content .price {
      width: 50%;
    }
    .subcategory-items-each .title-content .details {
      padding-left: 20px;
    }
    .subcategory-items-each .title-content .button {
      right: 20px;
    }
    .sub-category-each h3 {
      padding-right: 20px;
    }
    .booking-form .close-btn {
      width: 20px;
    }
    .booking-form .booking-form-inner .title {
      padding-top: 35px;
    }
    .service-block .booking-form-content {
      padding: 0 20px;
    }
    .booking-form .booking-form-inner .title h4 {
      font-size: 16px;
      line-height: 23px;
    }
    .location-slider-item h5 {
      font-size: 14px;
      letter-spacing: 2px;
    }
  }
}
/* responsive-css */
/* style */
.latest-offers-carousel .owl-controls,
.latest-offers-carousel .owl-dots {
  display: none !important;
}
.locations-carousel .owl-dots {
  margin-top: 60px;
}
.locations-carousel .owl-dots .owl-dot.active span {
  background: 0 0;
  border: 2px solid #23252d;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
.locations-carousel .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  border: 2px solid transparent;
  background: #626262;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .first-on-mobile {
    -webkit-order: 1;
    order: 1;
    display: block;
  }
  .second-on-mobile {
    -webkit-order: 2;
    order: 2;
  }
  .third-on-mobile {
    -webkit-order: 3;
    order: 3;
  }
  .fourth-on-mobile {
    -webkit-order: 4;
    order: 4;
  }
}
/* style */
.mySwiper::after{
	position:relative !important;
	z-index:0 !important;
}
.favored-menu ul.menu > li.megamenu.menu-item-has-children > .sub-menu {
  padding: 20px 0 50px;
}
.float {
	display:none !important;
    position: fixed;
    z-index: 99999 !important;
    width: 0px !important;
    height: 0px !important;
    bottom: 88px;
    right: 0px !important;
    background-color: transparent !important;
    color: #FFF;
    border-radius: 0px !important;
    text-align: center;
    /* box-shadow: 2px 2px 3px #999; */
}
.book-virtual-btn {
    background-color: #c8003b !important;
	color:#fff !important;
}
.book-virtual-btn:hover{
	background: #070707 !important;
	color:#fff !important;
	border:1px solid #070707 !important;
}
@media (max-width:767px){
	.menu-container .menu > .menu-item-has-children .sub-menu > li > a {
	color:#fff !important;	
}
}

.Appointment_right .videobox .appointment-img {
    width: 724px;
    height: 346px;
}
#thank-you{text-align: center;}