/*!
 * jQuery UI Datepicker 1.9.0
 * http://jqueryui.com
 *
 * Copyright 2012 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  display: none;
  padding: .2em .2em 0;
  width: 17em;
}

.ui-datepicker .ui-datepicker-header {
  padding: .2em 0;
  position: relative;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  height: 1.8em;
  position: absolute;
  top: 2px;
  width: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-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-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-datepicker .ui-datepicker-title {
  line-height: 1.8em;
  margin: 0 2.3em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year { width: 100%; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%; }

.ui-datepicker table {
  border-collapse: collapse;
  font-size: .9em;
  margin: 0 0 .4em;
  width: 100%;
}

.ui-datepicker th {
  border: 0;
  font-weight: bold;
  padding: .7em .3em;
  text-align: center;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  margin: .7em 0 0 0;
  padding: 0 .2em;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  cursor: pointer;
  float: right;
  margin: .5em .2em .4em;
  overflow: visible;
  padding: .2em .6em .3em .6em;
  width: auto;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float: left; }

/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi { width: auto; }

.ui-datepicker-multi .ui-datepicker-group { float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  margin: 0 auto .4em;
  width: 95%;
}

.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 { border-left-width: 0; }

.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;
  font-size: 0em;
  width: 100%;
}

/* RTL support */

.ui-datepicker-rtl { direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  left: auto;
  right: 2px;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  left: auto;
  right: 1px;
}

.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 { float: right; }

.ui-datepicker-rtl .ui-datepicker-group { float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 1px;
  border-right-width: 0;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 1px;
  border-right-width: 0;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */

.ui-datepicker-cover {
  -webkit-filter: mask();
          filter: mask(); /*must have*/
  height: 200px; /*must have*/
  left: -4px; /*must have*/
  position: absolute; /*must have*/
  top: -4px; /*must have*/
  width: 200px; /*must have*/
  z-index: -1; /*must have*/
}/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.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-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.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 .5s ease-in-out;transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;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.html) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:-webkit-transform .1s ease;transition:-webkit-transform .1s ease;transition:transform .1s ease;transition:transform .1s ease, -webkit-transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);transform: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;background-size:contain;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #868e96;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}

.blockquote-footer::before {
  content: "\2014   \A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #868e96;
}

code,
kbd,
pre,
samp {
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
}

a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #212529;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}

.table tbody + tbody {
  border-top: 2px solid #e9ecef;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #e9ecef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #e9ecef;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dddfe2;
}

.table-hover .table-secondary:hover {
  background-color: #cfd2d6;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #cfd2d6;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm.table-bordered {
    border: 0;
  }
  .footer .menu li {
    margin: 0 12px 6px;
}  
.logo img {
    width: 220px;
}
}

@media (max-width: 767px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md.table-bordered {
    border: 0;
  }
  .footer .menu {
    margin: 0;
}

}

@media (max-width: 991px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg.table-bordered {
    border: 0;
  }
}

@media (max-width: 1199px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl.table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: none;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.col-form-legend {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-plaintext {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}

.form-check.disabled .form-check-label {
  color: #868e96;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.form-check-inline {
  display: inline-block;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.valid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
  color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  margin-top: .25rem;
  font-size: .875rem;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
  color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn:focus, .btn:hover {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: .65;
}

.btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}

.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #666e76;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not([disabled]):not(.disabled):active, .btn-success:not([disabled]):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not([disabled]):not(.disabled):active, .btn-info:not([disabled]):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #111;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not([disabled]):not(.disabled):active, .btn-warning:not([disabled]):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #111;
  background-color: #d39e00;
  border-color: #c69500;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not([disabled]):not(.disabled):active, .btn-danger:not([disabled]):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #111;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #111;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not([disabled]):not(.disabled):active, .btn-light:not([disabled]):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #111;
  background-color: #dae0e5;
  border-color: #d3d9df;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not([disabled]):not(.disabled):active, .btn-dark:not([disabled]):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not([disabled]):not(.disabled):active, .btn-outline-primary:not([disabled]):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}

.btn-outline-secondary:not([disabled]):not(.disabled):active, .btn-outline-secondary:not([disabled]):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not([disabled]):not(.disabled):active, .btn-outline-success:not([disabled]):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not([disabled]):not(.disabled):active, .btn-outline-info:not([disabled]):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not([disabled]):not(.disabled):active, .btn-outline-warning:not([disabled]):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not([disabled]):not(.disabled):active, .btn-outline-danger:not([disabled]):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not([disabled]):not(.disabled):active, .btn-outline-light:not([disabled]):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not([disabled]):not(.disabled):active, .btn-outline-dark:not([disabled]):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #868e96;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #868e96;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
}

.input-group-addon {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  z-index: 3;
}

.input-group-btn:first-child > .btn + .btn {
  margin-left: 0;
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: 0;
}

.input-group-btn:not(:first-child) > .btn:first-child,
.input-group-btn:not(:first-child) > .btn-group:first-child {
  margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-indicator {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  background-color: #e9ecef;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #868e96;
}

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #007bff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: none;
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple] {
  height: auto;
  background-image: none;
}

.custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
  -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #007bff;
          box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #007bff;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-control:lang(en):empty::after {
  content: "Choose file...";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #868e96;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #ddd;
}

.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 767px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 991px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1199px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

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

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-group .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #868e96;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #868e96;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link:focus, .page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #868e96;
}

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6c757d;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #111;
  background-color: #ffc107;
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #111;
  background-color: #f8f9fa;
}

.badge-light[href]:focus, .badge-light[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}

.alert-secondary hr {
  border-top-color: #cfd2d6;
}

.alert-secondary .alert-link {
  color: #2e3133;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #007bff;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:focus, .list-group-item:hover {
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #868e96;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

a.list-group-item-primary,
button.list-group-item-primary {
  color: #004085;
}

a.list-group-item-primary:focus, a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
  color: #004085;
  background-color: #9fcdff;
}

a.list-group-item-primary.active,
button.list-group-item-primary.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2;
}

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #464a4e;
}

a.list-group-item-secondary:focus, a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
  color: #464a4e;
  background-color: #cfd2d6;
}

a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #155724;
}

a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #155724;
  background-color: #b1dfbb;
}

a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #0c5460;
}

a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #0c5460;
  background-color: #abdde5;
}

a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #856404;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #856404;
  background-color: #ffe8a1;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #721c24;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

a.list-group-item-light,
button.list-group-item-light {
  color: #818182;
}

a.list-group-item-light:focus, a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
  color: #818182;
  background-color: #ececf6;
}

a.list-group-item-light.active,
button.list-group-item-light.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

a.list-group-item-dark,
button.list-group-item-dark {
  color: #1b1e21;
}

a.list-group-item-dark:focus, a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

a.list-group-item-dark.active,
button.list-group-item-dark.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

button.close {
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 15px;
  margin: -15px -15px -15px auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
}

.tooltip .arrow::before {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] {
  padding: 5px 0;
}

.tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 5px;
}

.tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
}

.tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 5px 0;
}

.tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 5px;
}

.tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
}

.tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow::before {
  content: "";
  border-width: 0.8rem;
}

.popover .arrow::after {
  content: "";
  border-width: 0.8rem;
}

.popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.8rem;
}

.popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-bottom-width: 0;
}

.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: -0.8rem;
  margin-left: -0.8rem;
  border-top-color: rgba(0, 0, 0, 0.25);
}


.popover.bs-popover-top .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: calc((0.8rem - 1px) * -1);
  margin-left: -0.8rem;
  border-top-color: #fff;
}

.popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.8rem;
}

.popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^="right"] .arrow {
  left: 0;
}

.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover.bs-popover-right .arrow::after,
.popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  margin-top: -0.8rem;
  border-left-width: 0;
}

.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: -0.8rem;
  border-right-color: rgba(0, 0, 0, 0.25);
}


.popover.bs-popover-right .arrow::after,
.popover.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: calc((0.8rem - 1px) * -1);
  border-right-color: #fff;
}

.popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.8rem;
}

.popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  margin-left: -0.8rem;
  border-top-width: 0;
}

.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: -0.8rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}


.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: calc((0.8rem - 1px) * -1);
  border-bottom-color: #fff;
}

.popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.popover.bs-popover-left, .popover.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.8rem;
}

.popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^="left"] .arrow {
  right: 0;
}

.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  margin-top: -0.8rem;
  border-right-width: 0;
}

.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: -0.8rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}


.popover.bs-popover-left .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: calc((0.8rem - 1px) * -1);
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:focus, .carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #868e96 !important;
}

a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:focus, a.bg-light:hover {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #e9ecef !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #868e96 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.d-print-block {
  display: none !important;
}

@media print {
  .d-print-block {
    display: block !important;
  }
}

.d-print-inline {
  display: none !important;
}

@media print {
  .d-print-inline {
    display: inline !important;
  }
}

.d-print-inline-block {
  display: none !important;
}

@media print {
  .d-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #0062cc !important;
}

.text-secondary {
  color: #868e96 !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #6c757d !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important;
}

.text-muted {
  color: #868e96 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.tableBox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}

.tableBox > div {
  display: table;
  width: 100%;
  height: 100%;
}

.tableBox > div > div {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.content {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content--lg {
  max-width: 1200px;
}

.content--md {
  max-width: 1710px;
}

.content--sm {
  max-width: 980px;
}

.hide {
  display: none !important;
}

@media (min-width: 1024px) {
  .desktop-hidden {
    display: none !important;
  }
 /*  .btn_rumble:hover:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
} */
}

@media (max-width: 1023px) {
  .tablet-hidden {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .mobile-hidden {
    display: none !important;
  }
}

.color-blk {
  color: #000 !important;
}

.red {
  color: #D50032;
}

.no-opacity {
  opacity: initial !important;
}

.m-0a {
  margin: 0 auto;
}

.col-form-label {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.remove-opacity {
  opacity: unset !important;
}

.remove-shadow {
  text-shadow: none !important;
}

.hidden {
  display: none;
}

.force-hidden {
  display: none !important;
}

.bb-grey {
  border-bottom: 1px solid #ccc;
}

.rumble-color {
  color: #D50032;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .row {
    margin: 0 -7.5px;
  }
}

.col {
  width: 100%;
}

@media (min-width: 768px) {
  .col {
    padding: 0 7.5px;
  }
}

@media (max-width: 767px) {
  .col {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.col-center {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .col-lg-1 {
    max-width: 8.33333333%;
  }
}

@media (min-width: 768px) {
  .col-lg-2 {
    max-width: 16.66666667%;
  }
}

@media (min-width: 768px) {
  .col-lg-3 {
    max-width: 25%;
  }
}

@media (min-width: 768px) {
  .col-lg-4 {
    max-width: 33.33333333%;
  }
}

@media (min-width: 768px) {
  .col-lg-5 {
    max-width: 41.66666667%;
  }
}

@media (min-width: 768px) {
  .col-lg-6 {
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .col-lg-7 {
    max-width: 58.33333333%;
  }
}

@media (min-width: 768px) {
  .col-lg-8 {
    max-width: 66.66666667%;
  }
}

@media (min-width: 768px) {
  .col-lg-9 {
    max-width: 75%;
  }
}

@media (min-width: 768px) {
  .col-lg-10 {
    max-width: 83.33333333%;
  }
}

@media (min-width: 768px) {
  .col-lg-11 {
    max-width: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-lg-12 {
    max-width: 100%;
  }
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

* {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

ol, ul {
  list-style: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  outline: none;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

iframe,
img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

address, caption, cite, code, dfn, th, var {
  font-weight: normal;
  font-style: normal;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  cursor: pointer;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 0;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit;
  opacity: 0.5;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
  opacity: 0.5;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
  opacity: 0.5;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
  opacity: 0.5;
}

@font-face {
  font-family: Texta;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Texta-Book.woff"), url("../fonts/Texta-Book.html");
}

@font-face {
  font-family: Texta;
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/Texta-BookItalic.woff"), url("../fonts/Texta-BookItalic.html");
}

@font-face {
  font-family: Texta;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Texta-Regular.woff"), url("../fonts/Texta-Regular.html");
}

@font-face {
  font-family: Texta;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Texta-Medium.woff"), url("../fonts/Texta-Medium.html");
}

@font-face {
  font-family: Texta;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Texta-Bold.woff"), url("../fonts/Texta-Bold.html");
}

@font-face {
  font-family: Texta;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Texta-Heavy.woff"), url("../fonts/Texta-Heavy.html");
}

@font-face {
  font-family: Texta;
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Texta-Black.woff"), url("../fonts/Texta-Black.html");
}

@media (min-width: 768px) {
  html,
  body,
  #wrapper {
    height: 100%;
    width: 100%;
  }
}

html {
  font-size: 14px;
}

@media (max-width: 767px) {
  html {
    height: 100%;
    overflow-y: auto;
  }
}

html.ovh {
  overflow: hidden;
}

body {
  line-height: 1.3;
  font-weight: 300;
  color: #0b0b0b;
  font-family: Texta, Arial, sans-serif;
  overflow-x: hidden;
  background: #fff;
}

body:not(.body-admin) {
  overflow-y: hidden;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}

#main {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.main {
  overflow: hidden;
}

@media (min-width: 768px) {
  .main {
    position: relative;
    -webkit-transition: padding-top .3s;
    transition: padding-top .3s;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    width: 100%;
  }
}

@media (max-width: 767px) {
  .main {
    padding-top: 66px;
  }
}

@media (min-width: 768px) {
  body.is-scrolled .main {
    padding-top: 60px;
  }
}

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 100vh;
  background: #fff;
}

.rumble_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .rumble_container {
    margin-top: 56px;
    -webkit-transition: margin-top .3s;
    transition: margin-top .3s;
    -webkit-box-shadow: 0 -120px 0 #fff;
            box-shadow: 0 -120px 0 #fff;
  }
}

@media (min-width: 768px) {
  body.is-scrolled .rumble_container {
    margin-top: 60px;
  }
}

.col-centered {
  margin: auto;
}

.bg-red {
  background-color: #d50032;
}

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

.bg-grey {
  background-color: #ccc;
}

.greyed, a.greyed {
  color: #999;
}

a.rumble_button:link, a.rumble_button:hover, a.rumble_button:visited {
  background: #d50032;
  color: #fff;
  padding: 10px 8px;
  font-size: 14px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  text-transform: uppercase;
  position: relative;
  padding-right: 25px;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
}

.arrow:after, .rumble_button:not(.no-arrow):after {
  content: ">";
  display: block;
  margin-left: 5px;
  position: absolute;
  right: 9px;
  top: 50%;
  margin-top: -8px;
}

.rumble-list {
  list-style-image: url(../images/li-x.png);
}

.section:not(.map-box-wrapper):not(.homepage-intro):not(.homepage-quote):not(.homepage-book-list):not(.homepage-about):not(.homepage-regard):not(.homepage-press-slider):not(.homepage-video):not(.homepage-trainers):not(.homepage-series):not(.homepage-faq) {
  padding: 150px 0px;
}

.scrim {
  display: block;
  position: absolute;
  width: 100%;
  margin-top: -100px;
  height: calc(100% + 100px);
  opacity: .7;
  z-index: 1;
  filter: alpha(opacity=70);
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.minus-margin {
  margin-top: -20px;
}

.above-shadow {
  z-index: 2;
  position: relative;
}

.text-align-right {
  text-align: right;
}

.dark {
  color: #fff;
  background: #3a3a3a;
}

ul.rumble-list ul {
  margin-left: 15px;
}

.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.pulse {
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.navbar-spacer {
  height: 67px;
}

.sign-in-menu.active {
  position: absolute;
  left: -400px;
  width: 400px;
  height: 100%;
}

.sign-in-menu.active #login {
  position: fixed;
  width: 400px;
  height: 100%;
  overflow-y: scroll;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #d50032;
  border-color: #d50032;
}

nav.navbar a, nav.navbar a:hover, nav.navbar a:link, nav.navbar a:visited {
  text-decoration: none;
  color: inherit;
}

nav.navbar .navbar-toggler,
nav.navbar #buy-classes.widget,
nav.navbar #buy-classes2.widget {
  position: relative;
}

nav.navbar .mobile-overlay {
  padding: 20px;
  display: none;
  z-index: 1100;
  height: 100%;
  background: #fff;
  font-size: 22px;
  position: absolute;
  top: 0px;
  left: 0px;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 40px;
  width: 100%;
}

nav.navbar .mobile-overlay .smaller {
  font-size: 18px;
}

nav.navbar .mobile-overlay li {
  color: #000;
  padding: 8px 0;
  width: calc(100% - 40px);
  float: left;
}

nav.navbar .mobile-overlay li.regions {
  color: #000;
}

nav.navbar .mobile-overlay li.regions:not(.open) {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 10px;
  padding: 20px 0px;
}

nav.navbar .mobile-overlay li.regions:not(.open) .no-click span.opened {
  display: none;
}

nav.navbar .mobile-overlay li.regions.open .no-click span.closed {
  display: none;
}

nav.navbar .mobile-overlay li.regions .subs a {
  /*color: #828282;*/
}

nav.navbar .mobile-overlay li .submenu {
  display: none;
  left: 100%;
  position: absolute;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #999;
  width: calc(100% - 80px);
}

nav.navbar .mobile-overlay li .submenu a:not(.btn_rumble) {
  display: block;
  padding: 8px 0;
}

nav.navbar .mobile-overlay li .submenu .border-top {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 20px;
  display: block;
  width: 100%;
  height: auto;
}

nav.navbar .mobile-overlay li .submenu .button {
  width: 100%;
  text-align: center;
  font-size: 24px;
}

nav.navbar .mobile-overlay li .submenu .arrow:after, nav.navbar .mobile-overlay li .submenu .button:not(.no-arrow):after {
  margin-top: -13px;
  right: 15px;
}

nav.navbar .mobile-overlay .modal-close {
  right: 30px;
  position: absolute;
  top: 20px;
}

#logo img {
    width: 38px;
    height: 41px;
    object-fit: scale-down;
} 

.navbar-light .navbar-nav .nav-link {
  color: #000;
}

.rumble-main-nav {
  -webkit-box-shadow: 47px 25px 70px #00000040, -47px 25px 70px #00000040;
          box-shadow: 47px 25px 70px #00000040, -47px 25px 70px #00000040;
}

.rumble-main-nav .navbar-toggler {
  border: none;
  width: 35px;
  padding: 0;
}

.rumble-main-nav .navbar-toggler .navbar-line {
  display: block;
  background: #e83e8c;
  height: 5px;
  width: 100%;
  margin: 6px 0;
}

.rumble-main-nav .nav-item:not(:last-child)::after {
  background-image: url("../images/sprite.png");
  background-position: -356px -180px;
  width: 6px;
  height: 6px;
  content: "";
  margin: 3px 10px;
}

.rumble-main-nav .account,
.rumble-main-nav .sign-in {
  background: none;
  color: #000;
}

.rumble-main-nav .account:after,
.rumble-main-nav .sign-in:after {
  display: none;
}

.rumble-main-nav #login .sign-in-wrapper .hidden a,
.rumble-main-nav #login .sign-up-wrapper a {
  display: inline-block;
}

.rumble-main-nav .hover-toggle-container a:not(.button),
.rumble-main-nav.navbar-light .navbar-nav .nav-link {
  display: block;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.rumble-main-nav .hover-toggle-container a:not(.button):hover,
.rumble-main-nav.navbar-light .navbar-nav .nav-link:hover {
  color: #666;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.rumble-main-nav .hover-toggle-container a:not(.button).no-click,
.rumble-main-nav.navbar-light .navbar-nav .nav-link.no-click {
  cursor: default;
}

.landing-title .rumble_container {
  position: relative;
  z-index: 10;
}

.landing-title .rumble-juice {
  font-size: 66px;
}

.landing-title h1, .landing-title h2, .landing-title span:not(#subscribed) {
  font-size: 80px;
}

.landing-title .text-uppercase * {
  display: inline-block;
  font-family: Texta,Texta-Heavy;
}

.hover-toggle-container {
  left: 0;
  opacity: 0;
  top: 0;
  /*top: -135px;
	transition: all .2s;*/
  min-width: 200px;
}

.hover-toggle.thin {
  padding: 0px;
}

.hover-toggle-container.thin {
  min-width: auto;
  padding: 0px;
  width: 100%;
}

.hover-toggle-container.thin a {
  background: #fff;
}

#buy-classes.widget {
  min-width: 200px;
}

.border-grey {
  border: 1px solid #ccc;
}

#about-container.hover-toggle-container {
  min-width: 310px;
}

.hover-accordian {
  overflow: hidden;
  width: 100%;
  height: 0px;
  position: relative;
}

.hover-toggle {
  position: relative;
}

.hover-toggle > a.button {
  position: relative;
  z-index: 2;
}

.toggle-hover-nav {
  display: none;
}

.logout {
  position: absolute;
  background: #fff;
  left: 0;
  /* top: 56px; */
  width: 100%;
  display: none;
}

.logout-hover {
  position: relative;
}

.logout-hover:hover .logout {
  display: block;
}

.hover-toggle-container-spacer {
  padding: 10px;
}

.footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-bottom: 30px;
  background-color: #000;
  color: #fff;
  overflow: hidden;
}

@media (min-width: 768px) {
  .footer {
    padding-top: 30px;
    height: 360px;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .footer {
    padding-top: 15px;
  }
}

@media (min-width: 768px) {
  .footer .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .footer .menu .menu-col {
    min-width: 155px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .footer .menu .menu-col:nth-child(-n +2) {
    display: none;
  }
}

.footer .menu a {
  -webkit-transition: color .3s;
  transition: color .3s;
}

.footer .menu a:hover {
  color: #D50032;
}

.footer .link {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  color: inherit;
  margin-bottom: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.footer .sub-link {
  color: #8b8787;
  font-size: 13px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .footer-nav {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .footer-nav .logo {
    margin-right: 70px;
    padding-top: 0px;
  }
}

@media (max-width: 767px) {
  .footer-nav .logo {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .footer .socials {
    margin-top: 20px;
  }
}

.footer .socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .footer .socials ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .footer .socials ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer .socials li:not(:first-child) {
  margin-left: 10px;
}

.footer .socials a {
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  vertical-align: middle;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

@media (min-width: 768px) {
  .footer .socials a {
    width: 19px;
    height: 19px;
    line-height: 19px;
  }
}

@media (max-width: 767px) {
  .footer .socials a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.footer .socials a:hover {
  background-color: #D50032;
}

.footer .socials svg {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .footer .socials svg {
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 767px) {
  .footer .socials svg {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 767px) {
  .footer .socials .link {
    display: none;
  }
}

.copyright {
  color: #6e6e6e;
  font-size: 9px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .copyright {
    margin-top: 30px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 768px) {
  .nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.nav__item {
  position: relative;
}

@media (min-width: 768px) {
  .nav__item {
    margin-right: 34px;
  }
}

@media (min-width: 768px) {
  .nav__item + li:before {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2015%2014.85%22%3E%3Cg%3E%3Cpath%20d%3D%22M12.54%2C14.85h-.41a4.11%2C4.11%2C0%2C0%2C1-2.23-1.4c-.44-.49-.94-.94-1.41-1.4L7.36%2C10.94a4.52%2C4.52%2C0%2C0%2C1-.37.52c-.84.86-1.68%2C1.73-2.54%2C2.56a2.42%2C2.42%2C0%2C0%2C1-2.86.38A2.46%2C2.46%2C0%2C0%2C1%2C.32%2C11.88a2.72%2C2.72%2C0%2C0%2C1%2C.85-1.65C2%2C9.3%2C2.89%2C8.36%2C3.79%2C7.36c-.07-.06-.22-.18-.35-.32C2.57%2C6.19%2C1.69%2C5.34.83%2C4.47a2.53%2C2.53%2C0%2C0%2C1-.51-3.1A2.53%2C2.53%2C0%2C0%2C1%2C3.27.11a3.69%2C3.69%2C0%2C0%2C1%2C1.3.78c1%2C.93%2C2%2C1.92%2C2.95%2C2.89%2C1-1%2C2-2%2C3-3a2.45%2C2.45%2C0%2C0%2C1%2C3.78.38%2C2.56%2C2.56%2C0%2C0%2C1-.36%2C3.25c-.9%2C1-1.79%2C2-2.7%2C3C12%2C8.18%2C12.78%2C9%2C13.64%2C9.84A4%2C4%2C0%2C0%2C1%2C15%2C12v.53a2.79%2C2.79%2C0%2C0%2C1-1.89%2C2.18Z%22%20fill%3D%22%23d50032%22/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    width: 5px;
    height: 6px;
    right: 100%;
    margin: 0 15px 0 0;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}

@media (max-width: 767px) {
  .nav__item.is-parent .nav__link:after {
    content: '-';
    margin-left: 5px;
    color: #D50032;
  }
}

@media (min-width: 768px) {
  .nav__item:not(:hover) .nav__sublist {
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@media (max-width: 767px) {
  .nav__item:not(.is-open).is-parent .nav__link:after {
    content: '+';
  }
}

.nav a {
  color: inherit;
}

.nav__link {
  position: relative;
  cursor: pointer;
}

@media (min-width: 768px) {
  .nav__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (max-width: 767px) {
  .nav__link {
    display: block;
    padding: 10px 40px;
    font-weight: 900;
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .nav__link:after {
    content: "";
    top: 100%;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #555555;
    position: absolute;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}

@media (min-width: 1024px) {
  .nav__link:hover:after {
    opacity: 1;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

.nav__sublist {
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .nav__sublist {
    padding-top: 40px;
    position: absolute;
    top: 100%;
    left: -20px;
    background: #fff;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
  }
}

@media (max-width: 767px) {
  .nav__sublist {
    display: none;
    padding-left: 30px;
  }
}

@media (min-width: 768px) {
  body.is-scrolled .nav__sublist {
    padding-top: 10px;
  }
}

.nav__sublink {
  display: block;
  padding: 7px 20px;
  -webkit-transition: color .3s;
  transition: color .3s;
}

@media (min-width: 768px) {
  .nav__sublink {
    white-space: nowrap;
  }
}

.nav__sublink:hover {
  color: #D50032 !important;
}

.btn_rumble {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.6px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .18s;
  transition: all .18s;
  text-decoration: none;
  cursor: pointer;
}

@media (min-width: 768px) {
  .btn_rumble {
    height: 44px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .btn_rumble {
    height: 34px;
    font-size: 10px;
  }
}

@media (min-width: 768px) {
  .btn_rumble:after {
    content: attr(data-text);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
            transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.btn_rumble button {
  display: -webkit-box !important;
  display: -ms-flexbox!important;
  display: flex!important;
  text-align: center!important;
  -webkit-box-pack: center!important;
      -ms-flex-pack: center!important;
          justify-content: center!important;
  -webkit-box-align: center!important;
      -ms-flex-align: center!important;
          align-items: center!important;
  width: 100%!important;
  padding: 0 16px!important;
}

@media (min-width: 768px) {
  .btn_rumble button {
    height: 200%!important;
    margin-top: -44px!important;
    border-top-style: solid !important;
    border-top-width: 44px !important;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1)!important;
            transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1)!important;
    -webkit-transition: -webkit-transform 0.3s!important;
    transition: -webkit-transform 0.3s!important;
    transition: transform 0.3s!important;
    transition: transform 0.3s, -webkit-transform 0.3s!important;
    -webkit-transform: translate3d(0, 0, 0)!important;
            transform: translate3d(0, 0, 0)!important;
  }
}

@media (max-width: 767px) {
  .homepage-intro .btn_rumble button {
    height: 100% !important;
  }
}

@media (min-width: 1024px) {
  .btn_rumble:hover {
    text-decoration: none;
  }
  /* .btn_rumble:hover:after {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  } */
/*   .btn_rumble:hover button {
    -webkit-transform: translate3d(0, 50%, 0) !important;
            transform: translate3d(0, 50%, 0)!important;
  } */
}

.btn_rumble--red:after {
  color: #D50032;
}

.btn_rumble--red button {
  border-top-color: #fff !important;
  background-color: #D50032 !important;
  color: #fff !important;
  border-radius: 0 !IMPORTANT;
}
.homepage-intro .groups .btn_rumble {
    margin: 0 7.5px !important;
    min-width: 164px;
}
.homepage-intro .groups .wpb_text_column {
    margin: 0;
}
.btn_rumble--white {
  color: #fff;
}

.btn_rumble--white:after {
  color: #fff !important;
}

.btn_rumble--white button {
  border-top-color: #D50032 !important;
  background-color: #fff!important;
  color: #D50032!important;
  border-radius: 0 !IMPORTANT;
}

.btn_rumble--white-simple {
  background-color: #fff;
  border-color: #fff;
  color: #D50032;
  padding: 0 25px;
}

.btn_rumble--white-simple:after {
  display: none;
}

.btn_rumble--facebook:after {
  color: #3b5998;
}

.btn_rumble--facebook span {
  border-top-color: #fff;
  background-color: #3b5998;
  color: #fff;
}

.btn_rumble--md {
  min-width: 150px;
}

.btn_rumble--alt {
  font-weight: 800;
  color: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .btn_rumble--alt {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .btn_rumble--alt {
    font-size: 15px;
  }
}

@media (min-width: 1024px) {
  .btn_rumble--alt:hover {
    color: #D50032;
  }
  .btn_rumble--alt:hover i {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}

.btn_rumble--alt i {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  font-style: normal;
  color: #D50032;
  margin-left: 4px;
}

#eventForm .close, #privateForm .close {
  position: relative !important;
  z-index: 99 !important;
}

.side-by-button {
  margin-top: 26px;
}

.heading {
  text-transform: uppercase;
  position: relative;
}

.heading.a-right {
  text-align: right;
}

.heading.border_rumble:after {
  content: "";
  border-color: #D50032;
  position: absolute;
  top: -15px;
  bottom: -15px;
}

@media (min-width: 768px) {
  .heading.border_rumble:after {
    width: 10px;
    border-width: 8px;
  }
}

@media (max-width: 767px) {
  .heading.border_rumble:after {
    width: 6px;
    border-width: 6px;
  }
}

.heading.border_rumble--right:after {
  left: 100%;
  border-style: solid solid solid none;
}

@media (min-width: 768px) {
  .heading.border_rumble--right:after {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}

@media (max-width: 767px) {
  .heading.border_rumble--right:after {
    -webkit-transform: translateX(7.5px);
            transform: translateX(7.5px);
  }
}

.heading.border_rumble--left:after {
  right: 100%;
  border-style: solid none solid solid;
}

@media (min-width: 768px) {
  .heading.border_rumble--left:after {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}

@media (max-width: 767px) {
  .heading.border_rumble--left:after {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}

.heading .subtitle {
  font-weight: 700;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .heading .subtitle {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .heading .subtitle {
    font-size: 14px;
  }
}

.heading .title,
.heading .title-lg {
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: 2px;
}

@media (min-width: 768px) {
  .heading .title,
  .heading .title-lg {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .heading .title,
  .heading .title-lg {
    font-size: 35px;
  }
}

.heading .title-md {
  font-size: 34px;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: 2px;
}

@media (min-width: 768px) {
  .is-under-animation .heading .title,
  .is-under-animation .heading .title-md,
  .is-under-animation .heading .subtitle {
    -webkit-transition: opacity .3s .2s, -webkit-transform .3s .2s;
    transition: opacity .3s .2s, -webkit-transform .3s .2s;
    transition: transform .3s .2s, opacity .3s .2s;
    transition: transform .3s .2s, opacity .3s .2s, -webkit-transform .3s .2s;
  }
}

@media (min-width: 768px) {
  .is-under-animation .heading .title-md,
  .is-under-animation .heading .title {
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
}

@media (min-width: 768px) {
  .is-under-animation .heading.border_rumble:after {
    -webkit-transition: width .3s, top .3s .25s, bottom .3s .25s, -webkit-transform .3s;
    transition: width .3s, top .3s .25s, bottom .3s .25s, -webkit-transform .3s;
    transition: transform .3s, width .3s, top .3s .25s, bottom .3s .25s;
    transition: transform .3s, width .3s, top .3s .25s, bottom .3s .25s, -webkit-transform .3s;
  }
}

@media (min-width: 768px) {
  .is-under-animation .heading.border_rumble--left:before {
    right: 100%;
    -webkit-transform: translateX(35px);
            transform: translateX(35px);
  }
}

@media (min-width: 768px) {
  .is-under-animation .heading.border_rumble--right:before {
    left: 100%;
    -webkit-transform: translateX(65px);
            transform: translateX(65px);
  }
}

@media (min-width: 768px) {
  .is-under-animation:not(.is-ready-animate) .heading .title,
  .is-under-animation:not(.is-ready-animate) .heading .title-md,
  .is-under-animation:not(.is-ready-animate) .heading .subtitle {
    opacity: 0;
  }
}

@media (min-width: 768px) {
  .is-under-animation:not(.is-ready-animate) .heading.border_rumble:after {
    width: 300px;
    top: 50%;
    bottom: 50%;
  }
}

@media (min-width: 768px) {
  .is-under-animation:not(.is-ready-animate) .heading.border_rumble--left .title,
  .is-under-animation:not(.is-ready-animate) .heading.border_rumble--left .title-md,
  .is-under-animation:not(.is-ready-animate) .heading.border_rumble--left .subtitle {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}

@media (min-width: 768px) {
  .is-under-animation:not(.is-ready-animate) .heading.border_rumble--left:after {
    -webkit-transform: translateX(500px) scaleY(0.1);
            transform: translateX(500px) scaleY(0.1);
  }
}

@media (min-width: 768px) {
  .is-under-animation:not(.is-ready-animate) .heading.border_rumble--right .title,
  .is-under-animation:not(.is-ready-animate) .heading.border_rumble--right .title-md,
  .is-under-animation:not(.is-ready-animate) .heading.border_rumble--right .subtitle {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
}

@media (min-width: 768px) {
  .is-under-animation:not(.is-ready-animate) .heading.border_rumble--right:after {
    -webkit-transform: translateX(-500px) scaleY(0.1);
            transform: translateX(-500px) scaleY(0.1);
  }
}

.input-text {
  width: 100%;
}

@media (min-width: 768px) {
  .input-text {
    height: 48px;
  }
}

@media (max-width: 767px) {
  .input-text {
    height: 33px;
    font-size: 9px;
  }
}

.input-text input {
  border: none;
  background-color: #F6F6F6;
  height: 100%;
  width: 100%;
  display: block;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .input-text input {
    font-size: inherit;
  }
}

@media (min-width: 768px) {
  .textarea {
    height: 121px;
  }
}

@media (max-width: 767px) {
  .textarea {
    height: 86px;
    font-size: 9px;
  }
}

.textarea textarea {
  border: none;
  background-color: #F6F6F6;
  height: 100%;
  width: 100%;
  display: block;
  padding: 15px 15px;
}

@media (max-width: 767px) {
  .textarea textarea {
    font-size: inherit;
  }
}

@media (min-width: 768px) {
  body:not(.body-admin) .select {
    height: 48px;
  }
}

@media (max-width: 767px) {
  body:not(.body-admin) .select {
    height: 33px;
    font-size: 9px;
  }
}

body:not(.body-admin) .select select {
  border: none;
  background-color: #F6F6F6;
  display: block;
  padding: 0 15px;
  width: 1px;
  height: 1px;
  position: absolute;
  right: 100vw;
  opacity: 0;
}

body:not(.body-admin) .select .select-s {
  width: 100%;
}

@media (max-width: 767px) {
  body:not(.body-admin) .select .select-s {
    height: 100%;
    font-size: inherit;
  }
}

body:not(.body-admin) .select .select-s__selection {
  background-color: #F6F6F6;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

@media (min-width: 768px) {
  body:not(.body-admin) .select .select-s__selection {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media (max-width: 767px) {
  body:not(.body-admin) .select .select-s__selection {
    padding-top: 7px;
    padding-bottom: 6px;
    font-size: inherit;
  }
}

@media (max-width: 767px) {
  body:not(.body-admin) .select .select-s__selection:after {
    font-size: 15px;
  }
}

body:not(.body-admin) .select .select-s__selection.is-placeholder {
  color: rgba(11, 11, 11, 0.5);
}

.custom-select {
  border: none;
  width: 100%;
  display: block;
  padding: 0 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .submit {
    height: 48px;
  }
}

@media (max-width: 767px) {
  .submit {
    height: 33px;
  }
}

.submit .btn-submit {
  border: none;
  border-radius: 0;
  height: 100%;
  width: 100%;
  display: block;
  padding: 0 15px;
  color: #fff;
  background-color: #D50032;
}

.input-text,
.textarea {
  position: relative;
}

.input-text label,
.textarea label {
  position: absolute;
  top: 50%;
  left: 50%;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: top .3s, color .3s, -webkit-transform .3s;
  transition: top .3s, color .3s, -webkit-transform .3s;
  transition: top .3s, transform .3s, color .3s;
  transition: top .3s, transform .3s, color .3s, -webkit-transform .3s;
}

.input-text input,
.input-text textarea,
.textarea input,
.textarea textarea {
  outline: none;
  border: 1px solid transparent;
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
}

.input-text input.is-not-empty + label, .input-text input:focus + label,
.input-text textarea.is-not-empty + label,
.input-text textarea:focus + label,
.textarea input.is-not-empty + label,
.textarea input:focus + label,
.textarea textarea.is-not-empty + label,
.textarea textarea:focus + label {
  top: 0;
  -webkit-transform: translate(-50%, 0) scale(0.6);
          transform: translate(-50%, 0) scale(0.6);
}

.input-text input:focus,
.input-text textarea:focus,
.textarea input:focus,
.textarea textarea:focus {
  border-bottom-color: #000;
}

.input-text input:focus + label,
.input-text textarea:focus + label,
.textarea input:focus + label,
.textarea textarea:focus + label {
  color: inherit;
}

.input-text input.is-error,
.input-text textarea.is-error,
.textarea input.is-error,
.textarea textarea.is-error {
  border-color: #D50032;
}

.input-text input.is-error-black,
.input-text textarea.is-error-black,
.textarea input.is-error-black,
.textarea textarea.is-error-black {
  border-color: black;
}

.form {
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 767px) {
  .form {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}

.form select, .form button {
  text-transform: uppercase;
  text-align: center;
  text-align-last: center;
  resize: none;
}

.form-row {
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  .form-row {
    margin-right: -3px;
  }
}

.form-cols {
  width: 100%;
}

@media (min-width: 768px) {
  .form-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.form-col {
  width: 100%;
}

@media (max-width: 767px) {
  .form-col:not(:last-child) {
    margin-bottom: 6px;
  }
}

@media (min-width: 768px) {
  .form-col--50 {
    max-width: 50%;
  }
}

.form-field {
  width: 100%;
}

@media (min-width: 768px) {
  .form-field {
    padding: 0 3px;
  }
}

@media (min-width: 768px) {
  .form-submit {
    margin: 26px -3px 0;
  }
}

@media (max-width: 767px) {
  .form-submit {
    margin-top: 18px;
  }
}

.form-submit [type="submit"] {
  display: block;
  width: 100%;
  background: none;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#attendance-table tbody tr.cancelled, #attendance-table tbody tr.expired, #attendance-table tbody tr.show {
  color: #999;
}

#attendance-table tbody tr.cancelled .red, #attendance-table tbody tr.expired .red, #attendance-table tbody tr.show .red {
  color: #999;
}

.text-animated {
  position: relative;
}

.text-animated__fake, .text-animated__fake-text {
  pointer-events: none;
  font-style: inherit;
}

.text-animated__fake {
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.text-animated__fake-text {
  display: block;
  white-space: nowrap;
}

@-webkit-keyframes expand {
  0% {
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
  }
  25% {
    -webkit-transform: scale3d(1, 1.2, 1);
    transform: scale3d(1, 1.2, 1);
  }
  50% {
    -webkit-transform: scale3d(1, 0.85, 1);
    transform: scale3d(1, 0.85, 1);
  }
  75% {
    -webkit-transform: scale3d(1, 1.05, 1);
    transform: scale3d(1, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes expand {
  0% {
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
  }
  25% {
    -webkit-transform: scale3d(1, 1.2, 1);
    transform: scale3d(1, 1.2, 1);
  }
  50% {
    -webkit-transform: scale3d(1, 0.85, 1);
    transform: scale3d(1, 0.85, 1);
  }
  75% {
    -webkit-transform: scale3d(1, 1.05, 1);
    transform: scale3d(1, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    opacity: 0;
  }
  25% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    opacity: 0;
  }
  25% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.select-s {
  position: relative;
  width: 175px;
  max-width: 100%;
  text-align: center;
}

.select-s__selection {
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
}

@media (min-width: 768px) {
  .select-s__selection {
    padding: 15px 10px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .select-s__selection {
    padding: 10px 8px;
    font-size: 15px;
  }
}

.select-s__selection:after {
  content: '>';
  display: inline-block;
  margin-top: -4px;
  margin-left: 7px;
  font-weight: 900;
  font-size: 21px;
  text-transform: uppercase;
  vertical-align: middle;
  color: #bc0630;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .3s transform;
  transition: .3s transform;
}

.select-s__drop-down {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: visible;
  background: transparent;
  opacity: 1;
  visibility: visible;
  padding-bottom: 1.25em;
  pointer-events: none;
}

.select-s__option {
  padding: 10px;
  font-weight: 500;
  opacity: 0;
  -webkit-transform: translate3d(0, -25px, 0);
          transform: translate3d(0, -25px, 0);
  -webkit-transition: opacity 0.15s, background-color .3s, color .3s, -webkit-transform 0.15s;
  transition: opacity 0.15s, background-color .3s, color .3s, -webkit-transform 0.15s;
  transition: opacity 0.15s, transform 0.15s, background-color .3s, color .3s;
  transition: opacity 0.15s, transform 0.15s, background-color .3s, color .3s, -webkit-transform 0.15s;
  cursor: pointer;
  background: #fff;
}

@media (min-width: 768px) {
  .select-s__option {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .select-s__option {
    font-size: 15px;
  }
}

.select-s__option:hover {
  color: #fff;
  background-color: #252525;
}

.select-s__option.is-selected {
  font-weight: 700;
}

.select-s.is-open .select-s__selection:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.select-s.is-open .select-s__drop-down {
  pointer-events: auto;
  z-index: 999;
}

.select-s.is-open .select-s__option {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  -webkit-animation: bounce 0.6s ease-out;
          animation: bounce 0.6s ease-out;
}

@media (max-width: 767px) {
  .select-s--no-align-mobile {
    max-width: initial;
    text-align: initial;
  }
}

.text-box {
  font-weight: 300;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .text-box {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .text-box {
    font-size: 15px;
  }
}

.text-box blockquote {
  font-style: italic;
}

.text-box p:not(:last-child) {
  margin-bottom: 5px;
}

.text-box a {
  font-weight: 700;
  color: inherit;
  text-decoration: underline;
}

.video-box {
  position: relative;
}

.video-box-wrapper {
  padding-top: 45px;
}

@media (min-width: 768px) {
  .video-box-wrapper {
    padding-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .video-box-wrapper {
    padding-bottom: 15px;
  }
}

.video-box img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

.video-box picture {
  display: block;
  width: 100%;
  height: 100%;
}

.video-box .play-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.64);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}

@media (min-width: 1024px) {
  .video-box .play-btn:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .video-box .play-btn:hover i {
    opacity: 0.9;
  }
}

.video-box .play-btn i {
  border-radius: 50%;
  border-style: solid;
  border-color: #fff;
  position: relative;
  opacity: 0.45;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

@media (min-width: 768px) {
  .video-box .play-btn i {
    width: 94px;
    height: 94px;
    border-width: 7px;
  }
}

@media (max-width: 767px) {
  .video-box .play-btn i {
    width: 43px;
    height: 43px;
    border-width: 3px;
  }
}

.video-box .play-btn i:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid none solid solid;
  border-color: transparent #fff;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

@media (min-width: 768px) {
  .video-box .play-btn i:after {
    border-width: 30px 50px;
    left: 16px;
  }
}

@media (max-width: 767px) {
  .video-box .play-btn i:after {
    border-width: 13px 20px;
    left: 8px;
  }
}

@media (min-width: 768px) {
  .faq-box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 0;
  }
}

@media (max-width: 767px) {
  .faq-box .item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.faq-box .item:not(:last-child) {
  border-bottom: 2px solid #f0f0f0;
}

@media (min-width: 768px) {
  .faq-box .item:nth-child(odd) .questions {
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
  }
}

@media (min-width: 768px) {
  .faq-box .item:nth-child(even) .title {
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
  }
}

@media (min-width: 768px) {
  .faq-box .item:nth-child(even) .questions {
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
}

@media (min-width: 768px) {
  .faq-box .item .title,
  .faq-box .item .questions {
    -webkit-transition: .3s transform, .3s opacity;
    transition: .3s transform, .3s opacity;
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}

.faq-box .item .title {
  margin-right: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

@media (min-width: 768px) {
  .faq-box .item .title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 30%;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .faq-box .item .title {
    font-size: 15px;
  }
}

.faq-box .item .questions {
  width: 100%;
  font-size: 16px;
}

.faq-box .item .questions li + li {
  margin-top: 15px;
}

.faq-box .question {
  font-weight: 800;
  margin-bottom: 2px;
}

.faq-box .answer {
  line-height: 1.5;
}

.faq-box .answer.is-open .button.is-more {
  display: none;
}

.faq-box .answer:not(.is-open) .full-part-inner {
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.faq-box .answer:not(.is-open) .button.is-less {
  display: none;
}

.faq-box .full-part {
  display: none;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s max-height cubic-bezier(0, 1, 0.64, 1);
  transition: 0.3s max-height cubic-bezier(0, 1, 0.64, 1);
}

.faq-box .full-part-inner {
  -webkit-transition: .3s .2s opacity;
  transition: .3s .2s opacity;
}

.faq-box .button {
  border: none;
  background: none;
  border-radius: 0;
  font-weight: 800;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1024px) {
  .faq-box .button:hover {
    color: #D50032;
  }
}

.faq-box .button i {
  font-style: normal;
  color: #D50032;
}

@media (min-width: 768px) {
  .faq-box-wrapper {
    padding: 75px 0;
  }
}

@media (max-width: 767px) {
  .faq-box-wrapper {
    padding-top: 35px;
    padding-bottom: 15px;
  }
}

.faq-box-wrapper.is-ready-animate .item .title,
.faq-box-wrapper.is-ready-animate .item .questions {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.faq-box ul.faq-list {
  list-style: inside;
  margin-top: 15px;
  margin-left: 35px;
  margin-bottom: 30px;
}

.faq-box ul.faq-list li {
  margin: -15px;
}

#first-time, .homepage-faq {
  /** NOTE: These breakpoints should probably be part of the responsive file, no? **/
}

#first-time span.btn_rumble, .homepage-faq span.btn_rumble {
  width: 150px;
  height: 45px;
}

@media (max-width: 767px) {
  #first-time span.btn_rumble, .homepage-faq span.btn_rumble {
    width: 100%;
  }
}

#first-time .mt-100-px, .homepage-faq .mt-100-px {
  margin-top: 100px;
}

#first-time #slider, .homepage-faq #slider {
  overflow: hidden;
  position: relative;
}

#first-time #slider:not(.no-padding), .homepage-faq #slider:not(.no-padding) {
  padding-top: 175px;
}

#first-time #slider .rumble-homepage-slide, .homepage-faq #slider .rumble-homepage-slide {
  overflow: hidden;
  background-size: auto;
  background-position: 100% 10px;
  background-repeat: no-repeat;
  background-color: #eee;
  position: absolute;
  height: 1079px;
  top: 0;
  width: 100%;
}

#first-time #slider .rumble-homepage-slide:not(:nth-of-type(3)), .homepage-faq #slider .rumble-homepage-slide:not(:nth-of-type(3)) {
  display: none;
}

#first-time #slider .rumble-slide-info, .homepage-faq #slider .rumble-slide-info {
  padding: 2.8% 0;
  width: 100%;
  position: relative;
  z-index: 10;
}

#first-time #slider .rumble-slide-info .rumble-slide-subtitle, .homepage-faq #slider .rumble-slide-info .rumble-slide-subtitle {
  font: 110px/100px Texta,Texta-Heavy;
  text-indent: -12px;
}

#first-time #slider .rumble-slide-info .rumble-slide-title, .homepage-faq #slider .rumble-slide-info .rumble-slide-title {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  text-transform: uppercase;
  margin: 0;
  font: 60px/55px Texta,Texta-Book;
  text-indent: -10px;
}

#first-time #slider .rumble-slide-info .section-description, .homepage-faq #slider .rumble-slide-info .section-description {
  font: 36px Texta,Texta-Regular;
  line-height: 32px;
  margin: 20px 0;
}

#first-time .section h3:before,
#first-time #slider .section-description:before, .homepage-faq .section h3:before,
.homepage-faq #slider .section-description:before {
  display: block;
  content: '';
  height: 1px;
  width: 110px;
  background-color: #d50032;
  margin-bottom: 30px;
}

#first-time .section, .homepage-faq .section {
  height: auto;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 200px;
  padding-bottom: 200px;
  margin: auto;
}

#first-time .section.dark, .homepage-faq .section.dark {
  background-color: #000;
}

#first-time .section .section-mobile-image, .homepage-faq .section .section-mobile-image {
  margin-bottom: -100px;
}

#first-time .section .scrim, .homepage-faq .section .scrim {
  margin-top: -100px;
}

#first-time .section .scrim.minus-200, .homepage-faq .section .scrim.minus-200 {
  margin-top: -200px;
  height: calc(100% + 100px);
}

#first-time #first_time_box, .homepage-faq #first_time_box {
  /*	top: 11%;
        left: 13%;*/
  z-index: 2;
  position: relative;
  margin-top: -300px;
  margin-bottom: 300px;
  left: 50%;
  margin-left: -570px;
}

#first-time #first_time_box > .card, .homepage-faq #first_time_box > .card {
  background-color: black;
  opacity: 0.8;
  height: 185px;
}

#first-time #arrow_box_down:after, .homepage-faq #arrow_box_down:after {
  content: "";
  position: absolute;
  height: 0px;
  width: 0px;
  margin-left: -15px;
  border-width: 15px;
  border-color: #d50032 transparent transparent transparent;
  border-style: solid;
  z-index: 1;
  margin-top: -7px;
}

#first-time #arrow_box_down + div, .homepage-faq #arrow_box_down + div {
  margin-top: -7px;
}

@media screen and (max-width: 1200px) {
  #first-time #first_time_box, .homepage-faq #first_time_box {
    margin-left: -480px;
    top: 18%;
  }
}

@media screen and (max-width: 991px) {
  #first-time #first_time_box,
  #first-time #arrow_box_down:after, .homepage-faq #first_time_box,
  .homepage-faq #arrow_box_down:after {
    display: none;
  }
}

@media (max-width: 1199px) {
  #first-time #slider .rumble-landing-info,
  #first-time #slider .rumble-slide-info, .homepage-faq #slider .rumble-landing-info,
  .homepage-faq #slider .rumble-slide-info {
    padding: 0;
  }
  #first-time #slider .rumble-landing-info .landing-container *,
  #first-time #slider .rumble-landing-info .rumble-slide-subtitle,
  #first-time #slider .rumble-slide-info .landing-container *,
  #first-time #slider .rumble-slide-info .rumble-slide-subtitle, .homepage-faq #slider .rumble-landing-info .landing-container *,
  .homepage-faq #slider .rumble-landing-info .rumble-slide-subtitle,
  .homepage-faq #slider .rumble-slide-info .landing-container *,
  .homepage-faq #slider .rumble-slide-info .rumble-slide-subtitle {
    font-size: 76px;
    line-height: 56px;
  }
  #first-time #slider .rumble-landing-info .subtitle-faq,
  #first-time #slider .rumble-slide-info .subtitle-faq, .homepage-faq #slider .rumble-landing-info .subtitle-faq,
  .homepage-faq #slider .rumble-slide-info .subtitle-faq {
    font-size: 15px;
    line-height: 22px;
  }
  #first-time #slider .rumble-landing-info .rumble-slide-subtitle,
  #first-time #slider .rumble-slide-info .rumble-slide-subtitle, .homepage-faq #slider .rumble-landing-info .rumble-slide-subtitle,
  .homepage-faq #slider .rumble-slide-info .rumble-slide-subtitle {
    text-indent: -5px;
  }
  #first-time #slider .rumble-landing-info h2.reset-header,
  #first-time #slider .rumble-slide-info h2.reset-header, .homepage-faq #slider .rumble-landing-info h2.reset-header,
  .homepage-faq #slider .rumble-slide-info h2.reset-header {
    font-size: 50px;
    line-height: 50px;
  }
  #first-time #slider .rumble-landing-info .smaller,
  #first-time #slider .rumble-landing-info .section-description,
  #first-time #slider .rumble-slide-info .smaller,
  #first-time #slider .rumble-slide-info .section-description, .homepage-faq #slider .rumble-landing-info .smaller,
  .homepage-faq #slider .rumble-landing-info .section-description,
  .homepage-faq #slider .rumble-slide-info .smaller,
  .homepage-faq #slider .rumble-slide-info .section-description {
    font: 24px Texta,Texta-Regular;
    line-height: 24px;
  }
  #first-time #slider .rumble-landing-info .rumble-slide-title,
  #first-time #slider .rumble-slide-info .rumble-slide-title, .homepage-faq #slider .rumble-landing-info .rumble-slide-title,
  .homepage-faq #slider .rumble-slide-info .rumble-slide-title {
    font-size: 36px;
    line-height: 36px;
    text-indent: -3px;
  }
}

@media (max-width: 767px) {
  #first-time, .homepage-faq {
    /*#slider{
            display: none;
        }*/
  }
  #first-time .rumble-homepage-slide, .homepage-faq .rumble-homepage-slide {
    display: none;
  }
}

.articles .items {
  position: relative;
}

@media (min-width: 768px) {
  .articles .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .articles .items {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  .articles .items:before {
    content: "";
    position: absolute;
    top: 7%;
    left: -50vw;
    height: 0;
    right: -50vw;
    padding-top: 20%;
    background-color: #F6F6F6;
  }
}

@media (min-width: 768px) {
  .articles .item {
    width: 30%;
  }
}

@media (min-width: 768px) {
  .articles .item:not(:last-child) {
    margin-right: 5%;
  }
}

@media (max-width: 767px) {
  .articles .item:not(:last-child) {
    margin-bottom: 70px;
  }
}

.articles .item:nth-child(1) .item-img:before {
  -webkit-transform: translate(-11%, -10%);
          transform: translate(-11%, -10%);
}

.articles .item:nth-child(2) .item-img:before {
  -webkit-transform: translate(0, -10%);
          transform: translate(0, -10%);
}

.articles .item:nth-child(3) .item-img:before {
  -webkit-transform: translate(11%, -10%);
          transform: translate(11%, -10%);
}

.articles .item-box {
  color: inherit;
}

@media (min-width: 1024px) {
  .articles .item-box:hover img {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
  .articles .item-box:hover .item-img:before {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

.articles .item-img {
  width: 100%;
  padding-bottom: 79%;
  position: relative;
  height: 0;
  margin-bottom: 15px;
}

.articles .item-img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 2%;
  bottom: 0;
  left: 2%;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%201300%201300%22%20shape-rendering%3D%22geometricPrecision%22%20image-rendering%3D%22optimizeQuality%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cg%20fill%3D%22%23d2d2d2%22%3E%3Cpath%20d%3D%22m.3%20200.7h500v100h-500z%22/%3E%3Cpath%20d%3D%22m200.3.7h100v500h-100z%22/%3E%3C/g%3E%3C/svg%3E");
  background-size: 8px auto;
  background-position: 0 0;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
}

.articles .item-img figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.articles .item-img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

.articles .item-title {
  font-weight: 800;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .articles .item-title {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .articles .item-title {
    font-size: 15px;
  }
}

.articles .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .articles .btn-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .articles .btn-box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 30px;
  }
}

.articles-wrapper {
  padding: 50px 0;
}

.quote-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  line-height: 1.05;
}

.quote-box blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  letter-spacing: 1.8px;
}

@media (min-width: 768px) {
  .quote-box blockquote {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .quote-box blockquote {
    font-size: 25px;
  }
}

.quote-box blockquote:before {
  content: "\201C";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  text-align: center;
  color: #D50032;
}

.quote-box cite {
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: inherit;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .quote-box cite {
    margin-top: 25px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .quote-box cite {
    margin-top: 15px;
    font-size: 13px;
  }
}

.quote-box-wrap {
  position: relative;
}

@media (min-width: 768px) {
  .quote-box-wrap {
    padding: 160px 0;
  }
}

@media (max-width: 767px) {
  .quote-box-wrap {
    padding: 105px 20px 115px;
  }
}

@media (min-width: 768px) {
  .quote-box__part {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .quote-box__part {
    display: inline;
  }
}

@media (min-width: 768px) {
  .quote-box__part:not(:first-child) {
    margin-top: 10px;
  }
}

.quote-box-arrow-link {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 768px) {
  .quote-box-arrow-link {
    width: 24px;
    height: 56px;
    bottom: -90px;
  }
}

@media (max-width: 767px) {
  .quote-box-arrow-link {
    width: 14px;
    height: 34px;
    bottom: -90px;
  }
}

@media (min-width: 768px) {
  .quote-box-arrow-link:hover .quote-box-arrow {
    -webkit-animation: bounceIn 1s;
            animation: bounceIn 1s;
  }
}

.quote-box-arrow {
  display: block;
  stroke: #D50032;
  stroke-width: 2px;
  pointer-events: none;
}

.classes-header {
  width: 100%;
}

@media (min-width: 768px) {
  .classes-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px;
  }
}

.classes-header .title {
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  .classes-header .title {
    margin-bottom: 5px;
    line-height: .9em;
  }
}

.classes-header .sorting {
  font-weight: 800;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 768px) {
  .classes-header .sorting {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .classes-header .sorting {
    margin-bottom: 5px;
    font-size: 15px;
    width: 100%;
  }
}

.classes-table {
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .classes-table {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .classes-table {
    font-size: 15px;
  }
}

.classes-table strong {
  font-weight: 800;
}

.classes-table table {
  width: 100%;
  border-collapse: collapse;
}

.classes-table thead {
  background-color: #F6F6F6;
}

@media (max-width: 767px) {
  .classes-table thead th.is-current {
    color: #D50032;
  }
}

.classes-table tbody tr {
  border-bottom: 3px solid #F6F6F6;
}

@media (max-width: 767px) {
  .classes-table tbody tr:first-child td {
    padding-top: 35px;
  }
}

@media (max-width: 767px) {
  .classes-table tbody tr:last-child td {
    padding-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .classes-table tbody td {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .classes-table tbody td:not(.is-active) {
    display: none;
  }
}

.classes-table td,
.classes-table th {
  max-width: calc(100% / 7);
}

@media (min-width: 768px) {
  .classes-table td,
  .classes-table th {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .classes-table td,
  .classes-table th {
    padding: 0 10px;
  }
}

@media (min-width: 768px) {
  .classes-table td:first-child,
  .classes-table th:first-child {
    padding-left: 45px;
  }
}

@media (max-width: 767px) {
  .classes-table td:first-child,
  .classes-table th:first-child {
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .classes-table td:last-child,
  .classes-table th:last-child {
    padding-right: 45px;
  }
}

@media (max-width: 767px) {
  .classes-table td:last-child,
  .classes-table th:last-child {
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .classes-table td.is-active,
  .classes-table th.is-active {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .classes-table th {
    height: 90px;
  }
}

@media (max-width: 767px) {
  .classes-table th {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}

.classes-table th.current date {
  position: relative;
}

.classes-table th.current date:after {
  content: "";
  position: absolute;
  margin-top: 4px;
  top: 100%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: currentColor;
}

@media (max-width: 767px) {
  .classes-table th .month {
    display: none;
  }
}

@media (max-width: 767px) {
  .classes-table th .day-part:not(:first-child) {
    display: none;
  }
}

.classes-table td {
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

@media (min-width: 768px) {
  .classes-table td {
    height: 110px;
  }
}

.classes-table td:hover {
  background-color: #F6F6F6;
}

.classes-table .class-item {
  margin-bottom: 5px;
}

.classes-table .passed {
  pointer-events: none;
  opacity: 0.5;
}

.classes-table .adds {
  font-weight: 700;
}

@media (min-width: 768px) {
  .classes-table [data-test] {
    display: none;
  }
}

@media (max-width: 767px) {
  .classes-table [data-test] {
    font-size: .7em;
  }
}

@media (max-width: 767px) {
  .classes-tables-list.owl-carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .classes-tables-list.owl-carousel .owl-stage-outer {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 767px) {
  .classes-tables-list.owl-carousel .owl-nav {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    background-color: #F6F6F6;
  }
}

@media (min-width: 768px) {
  .classes-tables-list.owl-carousel .owl-nav button.owl-next,
  .classes-tables-list.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    line-height: 1.5;
    font-size: 61px;
    font-weight: 900;
    color: #D50032;
    outline: none;
    -webkit-transition: color .3s;
    transition: color .3s;
  }
}

@media (max-width: 767px) {
  .classes-tables-list.owl-carousel .owl-nav button.owl-next,
  .classes-tables-list.owl-carousel .owl-nav button.owl-prev {
    margin-top: -2px;
  }
}

@media (min-width: 768px) {
  .classes-tables-list.owl-carousel .owl-nav button.owl-next:hover,
  .classes-tables-list.owl-carousel .owl-nav button.owl-prev:hover {
    color: #252525;
  }
}

.classes-tables-list.owl-carousel .owl-nav button.owl-next.disabled,
.classes-tables-list.owl-carousel .owl-nav button.owl-prev.disabled {
  display: none;
}

@media (min-width: 768px) {
  .classes-tables-list.owl-carousel .owl-nav button.owl-next {
    right: 15px;
  }
}

@media (min-width: 768px) {
  .classes-tables-list.owl-carousel .owl-nav button.owl-prev {
    left: 15px;
  }
}

@media (max-width: 767px) {
  .classes-tables-list.owl-carousel .owl-nav__week-text {
    margin-right: 10px;
    margin-left: 10px;
  }
}

.classes-tables-list.owl-carousel .owl-item {
  -webkit-transition: opacity 1s, -webkit-transform .5s .3s;
  transition: opacity 1s, -webkit-transform .5s .3s;
  transition: transform .5s .3s, opacity 1s;
  transition: transform .5s .3s, opacity 1s, -webkit-transform .5s .3s;
}

.classes-tables-list.owl-carousel .owl-item:not(.active) {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

.classes .hide-sauna {
  opacity: 0;
}

.press-slider ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.press-slider li {
  width: 20%;
  padding: 5px;
}

.press-slider .item {
  background-color: #F6F6F6;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

.press-slider img {
  max-width: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.5;
}

@media (min-width: 768px) {
  .press-slider.owl-carousel {
    max-height: 200px;
    -webkit-transition: max-height .3s;
    transition: max-height .3s;
  }
}

@media (max-width: 767px) {
  .press-slider.owl-carousel {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }
}

.press-slider.owl-carousel:not(.owl-loaded) {
  display: block;
  max-height: 0;
  overflow: hidden;
}

.press-slider.owl-carousel .owl-item {
  -webkit-transition: .5s transform, .5s opacity;
  transition: .5s transform, .5s opacity;
}

.press-slider.owl-carousel .owl-item:not(.active) {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}

.press-slider.owl-carousel .owl-nav button.owl-next,
.press-slider.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 900;
  color: #d50032;
  outline: none;
  -webkit-transition: color .3s;
  transition: color .3s;
}

@media (min-width: 768px) {
  .press-slider.owl-carousel .owl-nav button.owl-next,
  .press-slider.owl-carousel .owl-nav button.owl-prev {
    font-size: 41px;
  }
}

@media (max-width: 767px) {
  .press-slider.owl-carousel .owl-nav button.owl-next,
  .press-slider.owl-carousel .owl-nav button.owl-prev {
    font-size: 31px;
  }
}

.press-slider.owl-carousel .owl-nav button.owl-next:hover,
.press-slider.owl-carousel .owl-nav button.owl-prev:hover {
  color: #252525;
}

.press-slider.owl-carousel .owl-nav button.owl-next.disabled,
.press-slider.owl-carousel .owl-nav button.owl-prev.disabled {
  display: none;
}

@media (min-width: 768px) {
  .press-slider.owl-carousel .owl-nav button.owl-next {
    left: calc(100% + 30px);
  }
}

@media (max-width: 767px) {
  .press-slider.owl-carousel .owl-nav button.owl-next {
    left: calc(100% + 12px);
  }
}

@media (min-width: 768px) {
  .press-slider.owl-carousel .owl-nav button.owl-prev {
    right: calc(100% + 30px);
  }
}

@media (max-width: 767px) {
  .press-slider.owl-carousel .owl-nav button.owl-prev {
    right: calc(100% + 12px);
  }
}

.press-listing {
  background-color: #F6F6F6;
}

@media (min-width: 768px) {
  .press-listing:not(.is-ready-animate) .items li {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
}

@media (min-width: 768px) {
  .press-listing .items {
    margin: 0 -10px;
  }
}

@media (min-width: 768px) {
  .press-listing .items ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .press-listing .items ul {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}

.press-listing .items li {
  width: 100%;
}

@media (min-width: 768px) {
  .press-listing .items li {
    max-width: 25%;
    padding: 10px;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.2);
    transition: opacity 0.3s, -webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.2);
    transition: opacity 0.3s, transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.2);
    transition: opacity 0.3s, transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.2), -webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.2);
  }
}

@media (max-width: 767px) {
  .press-listing .items li {
    padding-top: 40px;
  }
}

@media (min-width: 768px) {
  .press-listing .items li:nth-child(n + 1) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
}

@media (min-width: 768px) {
  .press-listing .items li:nth-child(n + 2) {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
}

@media (min-width: 768px) {
  .press-listing .items li:nth-child(n + 3) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}

@media (min-width: 768px) {
  .press-listing .items li:nth-child(n + 4) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}

@media (min-width: 768px) {
  .press-listing .items li:nth-child(n + 5) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}

@media (min-width: 768px) {
  .press-listing .items li:nth-child(n + 6) {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
}

@media (min-width: 768px) {
  .press-listing .items li:nth-child(n + 7) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}

.press-listing .item {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  position: relative;
  background-color: #fff;
  -webkit-transition: opacity .3s, -webkit-box-shadow .3s;
  transition: opacity .3s, -webkit-box-shadow .3s;
  transition: opacity .3s, box-shadow .3s;
  transition: opacity .3s, box-shadow .3s, -webkit-box-shadow .3s;
}

.press-listing .item:hover {
  opacity: .9;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.press-listing .item figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.press-listing .item img {
  max-width: 90%;
  max-height: 90%;
}

.homepage-trainers-filter, .trainers-filter {
  background-color: #F6F6F6;
}

.homepage-trainers-filter:not(.is-open) .parts, .trainers-filter:not(.is-open) .parts {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.homepage-trainers-filter.is-open .select-btn:after, .trainers-filter.is-open .select-btn:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.homepage-trainers-filter .select-title, .trainers-filter .select-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (min-width: 768px) {
  .homepage-trainers-filter .select-title, .trainers-filter .select-title {
    height: 100px;
  }
}

@media (max-width: 767px) {
  .homepage-trainers-filter .select-title, .trainers-filter .select-title {
    height: 70px;
  }
}

.homepage-trainers-filter .select-title:after, .trainers-filter .select-title:after {
  content: "";
  bottom: 0;
  left: -100%;
  right: -100%;
  height: 1px;
  background-color: #acacab;
  position: absolute;
}

.homepage-trainers-filter .select-btn, .trainers-filter .select-btn {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 5px 0;
  letter-spacing: 2px;
  background: none;
  border: none;
  outline: none;
}

.homepage-trainers-filter .select-btn:after, .trainers-filter .select-btn:after {
  content: '>';
  display: inline-block;
  margin-left: 5px;
  font-family: inherit;
  font-size: 21px;
  color: #D50032;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.homepage-trainers-filter .select-options, .trainers-filter .select-options {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .homepage-trainers-filter .select-options, .trainers-filter .select-options {
    padding: 35px 0;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .homepage-trainers-filter .select-options, .trainers-filter .select-options {
    padding-top: 25px;
    padding-bottom: 15px;
    font-size: 15px;
  }
}

.homepage-trainers-filter .select-options .parts, .trainers-filter .select-options .parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity .3s .3s, -webkit-transform .3s .3s;
  transition: opacity .3s .3s, -webkit-transform .3s .3s;
  transition: opacity .3s .3s, transform .3s .3s;
  transition: opacity .3s .3s, transform .3s .3s, -webkit-transform .3s .3s;
}

.homepage-trainers-filter .select-options .part, .trainers-filter .select-options .part {
  padding-right: 30px;
  min-width: 175px;
}

.homepage-trainers-filter .select-options .title, .trainers-filter .select-options .title {
  font-weight: 800;
  margin-bottom: 10px;
}

.homepage-trainers-filter .select-options ul, .trainers-filter .select-options ul {
  font-weight: 400;
}

.homepage-trainers-filter .select-options li, .trainers-filter .select-options li {
  margin-bottom: 10px;
}

.homepage-trainers-filter .select-options a, .trainers-filter .select-options a {
  color: inherit;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.homepage-trainers-filter .select-options a:hover, .trainers-filter .select-options a:hover {
  color: #D50032;
}

.homepage-trainers-list, .trainers-list {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .homepage-trainers-list, .trainers-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .homepage-trainers-list, .trainers-list {
    max-width: 400px;
  }
}

.homepage-trainers .socials li, .trainers .socials li {
  height: 20px;
  width: 20px;
}

@media (min-width: 768px) {
  .trainer-box-wrap {
    width: 33.3333%;
  }
}

.trainer-box {
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .trainer-box:not(:hover) .trainer-info {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition-duration: .4s;
            transition-duration: .4s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
  }
}

@media (min-width: 768px) {
  .trainer-box:not(:hover) .trainer-info--header .name,
  .trainer-box:not(:hover) .trainer-info--header .position,
  .trainer-box:not(:hover) .trainer-info--header .socials, .trainer-box:not(:hover) .trainer-info--descr,
  .trainer-box:not(:hover) .trainer-info .actions {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}

@media (min-width: 768px) {
  .trainer-box:not(:hover) .trainer-info--works {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
}

.trainer-box:not(:hover) .title-name {
  opacity: 1;
  /*@include media('>=tablet') {
          opacity: 1;
        }*/
}

@media (max-width: 767px) {
  .trainer-box:not(.is-open) .trainer-info {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition-duration: .4s;
            transition-duration: .4s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
  }
}

@media (max-width: 767px) {
  .trainer-box:not(.is-open) .trainer-info--header .name,
  .trainer-box:not(.is-open) .trainer-info--header .position,
  .trainer-box:not(.is-open) .trainer-info--header .socials, .trainer-box:not(.is-open) .trainer-info--descr,
  .trainer-box:not(.is-open) .trainer-info .actions {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}

@media (max-width: 767px) {
  .trainer-box:not(.is-open) .trainer-info--works {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
}

.trainer-box .title-name {
  margin-bottom: 3px;
  position: absolute;
  font-weight: 800;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media (min-width: 768px) {
  .trainer-box .title-name {
    top: 35px;
    left: 35px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .trainer-box .title-name {
    /*display: none;*/
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: 800;
    top: 20px;
    left: 20px;
  }
}

.trainer-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.trainer-img img {
  width: 100%;
  height: auto;
}

.trainer-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(246, 246, 246, 0.89);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  -webkit-transition: opacity .25s, -webkit-transform .4s;
  transition: opacity .25s, -webkit-transform .4s;
  transition: transform .4s, opacity .25s;
  transition: transform .4s, opacity .25s, -webkit-transform .4s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.2);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.2);
}

@media (min-width: 768px) {
  .trainer-info {
    padding: 35px 35px 40px;
  }
}

@media (max-width: 767px) {
  .trainer-info {
    padding: 20px;
  }
}

.trainer-info--header .name,
.trainer-info--header .position,
.trainer-info--header .socials, .trainer-info--descr,
.trainer-info .actions, .trainer-info--works {
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
}

.trainer-info--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
}

.trainer-info--header .name {
  margin-bottom: 3px;
  font-weight: 800;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

@media (min-width: 768px) {
  .trainer-info--header .name {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .trainer-info--header .name {
    font-size: 18px;
  }
}

.trainer-info--header .position {
  margin-bottom: 6px;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

@media (min-width: 768px) {
  .trainer-info--header .position {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .trainer-info--header .position {
    font-size: 18px;
  }
}

.trainer-info--header .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.trainer-info--header .socials li:not(:first-child) {
  margin-left: 10px;
}

.trainer-info--header .socials a svg {
  fill: #000;
  -webkit-transition: fill .3s;
  transition: fill .3s;
}

.trainer-info--header .socials a:hover svg {
  fill: #D50032;
}

.trainer-info--name {
  margin-right: 15px;
}

.trainer-info--works {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.trainer-info--works svg {
  fill: #000;
}

.trainer-info--works li:not(:first-child) {
  margin-left: 10px;
}

.trainer-info--descr {
  max-width: 70%;
  margin-bottom: 35px;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

@media (min-width: 768px) {
  .trainer-info--descr {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .trainer-info--descr {
    font-size: 15px;
  }
}

.trainer-info .actions {
  margin-top: auto;
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

.trainer-info a {
  color: #D50032;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.trainer-info a:hover {
  color: #252525;
}

.trainer-single {
  position: relative;
  margin-top: 60px;
}

.trainer-single--img {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (min-width: 768px) {
  .trainer-single--img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    top: 0;
    left: 0;
  }
}

@media (max-width: 767px) {
  .trainer-single--img {
    top: -27%;
    /*overflow: hidden;*/
  }
}

.trainer-single--img .img {
  height: 100%;
  /*overflow: hidden;*/
  position: relative;
}

@media (min-width: 768px) {
  .trainer-single--img .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: 570px;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .trainer-single--img .img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .trainer-single--img .content {
    display: block;
  }
}

.trainer-single--img picture {
  display: block;
  width: 100%;
  height: 100%;
}

.trainer-single--img img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

@media (max-width: 767px) {
  .trainer-single--img img {
    opacity: 0.3;
  }
}

@media (min-width: 768px) {
  .trainer-single--info {
    padding: 70px 0 70px;
  }
}

@media (min-width: 768px) {
  .trainer-single--info:not(.is-ready-animate) .trainer-single--about {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}

@media (min-width: 768px) {
  .trainer-single--info .heading {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .trainer-single--info .heading {
    margin-bottom: 0;
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .trainer-single--info .heading-wrapper {
    padding-bottom: 80px;
    position: relative;
  }
}

.trainer-single--about {
  font-size: 16px;
  max-width: 525px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .trainer-single--about {
    -webkit-transition: opacity .3s .45s, -webkit-transform .3s .45s;
    transition: opacity .3s .45s, -webkit-transform .3s .45s;
    transition: opacity .3s .45s, transform .3s .45s;
    transition: opacity .3s .45s, transform .3s .45s, -webkit-transform .3s .45s;
  }
}

@media (max-width: 767px) {
  .trainer-single--about {
    margin-right: -20px;
    margin-left: -20px;
    padding: 55px 20px 0;
  }
}

.trainer-single--about li {
  padding-left: 14px;
  position: relative;
}

.trainer-single--about li:not(:first-child) {
  margin-top: 5px;
}

.trainer-single--about li:before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: 6px;
  left: 0;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5OC4xMiA5Ni45NiI+PHRpdGxlPmljb24tY2xvc2UtcHJpbWFyeTwvdGl0bGU+PHBhdGggZD0iTTkzLjk0LDY4Ljc0LDczLjc3LDQ4LjgxLDkyLjI0LDMwLjFhMTYuOTEsMTYuOTEsMCwwLDAsLjE4LTIzLjcxQTE2LjQzLDE2LjQzLDAsMCwwLDY5LDYuNTRsLTE4Ljc2LDE5TDMwLjM4LDUuOTRhMTcuNDMsMTcuNDMsMCwwLDAtMjQuNDQsMCwxNi45MywxNi45MywwLDAsMCwwLDI0LjE1TDI2LjEsNTAsNy42Myw2OC43M2ExNi45MywxNi45MywwLDAsMC0uMTcsMjMuNzMsMTYuNDIsMTYuNDIsMCwwLDAsMjMuNDMtLjJsMTguNzUtMTlMNjkuNDksOTIuODhhMTcuNCwxNy40LDAsMCwwLDI0LjQ1LDBBMTYuOTIsMTYuOTIsMCwwLDAsOTMuOTQsNjguNzRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC44OCAtMC45NCkiIGZpbGw9IiNkNTAwMzIiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");
}

.trainer-single--descr {
  background-color: #F6F6F6;
}

@media (min-width: 768px) {
  .trainer-single--descr {
    padding: 88px 0 78px;
  }
}

@media (max-width: 767px) {
  .trainer-single--descr {
    padding: 25px 0 60px;
    position: relative;
  }
}

@media (min-width: 768px) {
  .trainer-single--descr:not(.is-ready-animate) .text-box,
  .trainer-single--descr:not(.is-ready-animate) .actions {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}

.trainer-single--descr .description {
  max-width: 525px;
  position: relative;
}

@media (min-width: 768px) {
  .trainer-single--descr .text-box,
  .trainer-single--descr .actions {
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
  }
}

@media (min-width: 768px) {
  .trainer-single--descr .actions {
    margin-top: 48px;
    -webkit-transition-delay: .15s;
            transition-delay: .15s;
  }
}

@media (max-width: 767px) {
  .trainer-single--descr .actions {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .trainer-single--classes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  .trainer-single--classes {
    padding-top: 50px;
  }
}

@media (min-width: 768px) {
  .trainer-single--classes:not(.is-ready-animate) .title-box,
  .trainer-single--classes:not(.is-ready-animate) .dates li {
    opacity: 0;
  }
}

@media (min-width: 768px) {
  .trainer-single--classes:not(.is-ready-animate) .title-box {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
}

@media (max-width: 767px) {
  .trainer-single--classes:not(.is-ready-animate) .title-box {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .trainer-single--classes:not(.is-ready-animate) .dates li {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}

.trainer-single--classes .title-box {
  text-transform: uppercase;
  font-weight: 800;
}

@media (min-width: 768px) {
  .trainer-single--classes .title-box {
    width: 30%;
    margin-right: 30px;
    font-size: 18px;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
  }
}

@media (max-width: 767px) {
  .trainer-single--classes .title-box {
    font-size: 23px;
  }
}

@media (max-width: 767px) {
  .trainer-single--classes .title-box br {
    display: none;
  }
}

.trainer-single--classes .dates {
  width: 100%;
}

@media (min-width: 768px) {
  .trainer-single--classes .dates {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .trainer-single--classes .dates {
    padding-bottom: 1px;
  }
}

.trainer-single--classes .dates li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .trainer-single--classes .dates li {
    max-width: 25%;
    border-left: 2px solid #F6F6F6;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.2);
    transition: opacity 0.3s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.2);
    transition: opacity 0.3s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.2);
    transition: opacity 0.3s, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.2), -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.2);
  }
}

@media (max-width: 767px) {
  .trainer-single--classes .dates li {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #F6F6F6;
  }
}

@media (min-width: 768px) {
  .trainer-single--classes .dates li:nth-child(n + 0) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}

@media (min-width: 768px) {
  .trainer-single--classes .dates li:nth-child(n + 1) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
}

@media (min-width: 768px) {
  .trainer-single--classes .dates li:nth-child(n + 2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}

@media (min-width: 768px) {
  .trainer-single--classes .dates li:nth-child(n + 3) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}

@media (min-width: 768px) {
  .trainer-single--classes .dates li:nth-child(n + 4) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}

.trainer-single--classes .class-box {
  min-width: 149px;
  width: 100%;
  color: inherit;
  text-transform: uppercase;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

@media (min-width: 768px) {
  .trainer-single--classes .class-box {
    padding: 60px 35px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .trainer-single--classes .class-box {
    font-size: 14px;
  }
}

.trainer-single--classes .class-box:hover {
  background-color: #F6F6F6;
}

.trainer-single--classes .class-box strong {
  font-weight: 800;
}

.trainer-single--classes .class-box .adds, .trainer-single--classes .class-box .mark {
  font-weight: 700;
}

@media (min-width: 768px) {
  .trainer-single--classes .class-box .adds {
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .trainer-single--classes .class-box .adds {
    margin-bottom: 5px;
  }
}

.trainer-single--classes .class-box .mark {
  margin-top: auto;
}

.trainer-single--classes .class-box .mark svg {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: -3px;
  vertical-align: middle;
}

.trainer-single--classes .class-box .class-item {
  margin-bottom: 5px;
}

.trainer-single--classes .reserve-link a {
  text-transform: uppercase;
  font-weight: 750;
  color: inherit;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.trainer-single--classes .reserve-link a:hover {
  color: #D50032;
}

.trainer-single--classes .reserve-link a:hover:after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.trainer-single--classes .reserve-link a:after {
  content: '>';
  display: inline-block;
  margin-top: -2px;
  margin-left: 5px;
  vertical-align: middle;
  font-size: 20px;
  color: #D50032;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media (min-width: 768px) {
  .service-details {
    padding: 135px 0 0;
    margin-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .service-details {
    padding-top: 70px;
    padding-bottom: 45px;
  }
}

@media (min-width: 768px) {
  .service-details:not(.is-ready-animate) .text-box,
  .service-details:not(.is-ready-animate) .btn-box {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}

@media (max-width: 767px) {
  .service-details .heading {
    margin-left: 20px;
  }
}

.service-details .details-box {
  max-width: 525px;
}

.service-details .text-box,
.service-details .btn-box {
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
}

@media (min-width: 768px) {
  .service-details .text-box {
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-transition-delay: .5s;
            transition-delay: .5s;
  }
}

@media (max-width: 767px) {
  .service-details .text-box {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .service-details .btn-box {
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
  }
}

.service-benefits {
  position: relative;
}

@media (min-width: 768px) {
  .service-benefits {
    margin-bottom: 85px;
    padding: 0 0 80px;
  }
}

@media (max-width: 767px) {
  .service-benefits {
    margin-bottom: 30px;
    padding-bottom: 70px;
  }
}

.service-benefits:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 135px;
  background-color: #F6F6F6;
}

.service-benefits > * {
  position: relative;
}

.service-benefits .service-img {
  width: 100%;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .service-benefits .service-img {
    position: relative;
  }
}

@media (max-width: 767px) {
  .service-benefits .service-img:before {
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    left: 20px;
    bottom: 0;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%201300%201300%22%20shape-rendering%3D%22geometricPrecision%22%20image-rendering%3D%22optimizeQuality%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cg%20fill%3D%22%23d2d2d2%22%3E%3Cpath%20d%3D%22m.3%20200.7h500v100h-500z%22/%3E%3Cpath%20d%3D%22m200.3.7h100v500h-100z%22/%3E%3C/g%3E%3C/svg%3E");
    background-size: 8px auto;
    background-position: 0 0;
  }
}

@media (min-width: 768px) {
  .service-benefits .service-img:not(.is-ready-animate) img {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}

.service-benefits .service-img picture {
  display: block;
  width: 100%;
  height: 100%;
}

.service-benefits .service-img img {
  max-width: 100%;
  display: block;
}

@media (min-width: 768px) {
  .service-benefits .service-img img {
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
  }
}

@media (max-width: 767px) {
  .service-benefits .service-img img {
    position: relative;
  }
}

@media (min-width: 768px) {
  .service-benefits .benefits-content:not(.is-ready-animate) li {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

.service-benefits .benefits-heading {
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .service-benefits .benefits-heading {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .service-benefits .benefits-heading {
    margin-left: 20px;
  }
}

.service-benefits .benefits-heading .title {
  font-size: 30px;
}

.service-benefits .benefits-box {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .service-benefits .benefits-box {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .service-benefits .benefits-box {
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  .service-benefits .benefits-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 768px) {
  .service-benefits .benefits-box li {
    width: 30%;
    max-width: 30%;
    margin-right: 5%;
    margin-bottom: 35px;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
  }
}

@media (max-width: 767px) {
  .service-benefits .benefits-box li:not(:last-child) {
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) {
  .service-benefits .benefits-box li:nth-child(n + 1) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
}

@media (min-width: 768px) {
  .service-benefits .benefits-box li:nth-child(n + 2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}

@media (min-width: 768px) {
  .service-benefits .benefits-box li:nth-child(n + 3) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}

@media (min-width: 768px) {
  .service-benefits .benefits-box li:nth-child(n + 4) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}

@media (min-width: 768px) {
  .service-benefits .benefits-box li:nth-child(n + 5) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}

@media (min-width: 768px) {
  .service-benefits .benefits-box li:nth-child(n + 6) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}

.service-benefits .benefits-box li:nth-child(3n) {
  margin-right: 0;
}

.service-benefits .benefits-box .title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 800;
}

@media (min-width: 768px) {
  .service-benefits .benefits-box img {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .service-benefits .benefits-box img {
    width: auto;
    height: 31px;
  }
}

@media (min-width: 768px) {
  .service-pricing {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .service-pricing {
    padding-top: 40px;
    padding-bottom: 25px;
  }
}

@media (min-width: 768px) {
  .service-pricing:not(.is-ready-animate) .img {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}

@media (min-width: 768px) {
  .service-pricing:not(.is-ready-animate) tr {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
}

@media (min-width: 768px) {
  .service-pricing .img,
  .service-pricing tr {
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
  }
}

@media (min-width: 768px) {
  .service-pricing .pricing-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.service-pricing .pricing-box .img {
  width: 100%;
}

@media (max-width: 767px) {
  .service-pricing .pricing-box .img {
    margin-bottom: 70px;
  }
}

.service-pricing .pricing-box .img figure {
  width: 100%;
}

.service-pricing .pricing-box .img picture {
  display: block;
  width: 100%;
  height: 100%;
}

.service-pricing .pricing-box .img img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .service-pricing .pricing-box .prices {
    width: 100%;
    max-width: 40%;
    padding-left: 30px;
  }
}

.service-pricing .pricing-box .table {
  width: 100%;
  font-size: 14px;
}

.service-pricing .pricing-box .table a {
  color: inherit;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.service-pricing .pricing-box .table a:hover {
  color: #D50032;
}

.service-pricing .pricing-box .table a:hover:after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.service-pricing .pricing-box .table a:after {
  content: '>';
  display: inline-block;
  margin-top: -2px;
  margin-left: 5px;
  vertical-align: middle;
  font-size: 20px;
  color: #D50032;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.service-pricing .pricing-box .pack, .service-pricing .pricing-box .link {
  text-transform: uppercase;
  font-weight: 800;
}

.service-pricing .pricing-box .pack {
  padding-right: 15px;
}

@media (min-width: 768px) {
  .service-pricing .pricing-box .pack {
    width: 50%;
  }
}

.service-pricing .pricing-box .link {
  text-align: right;
  padding-left: 15px;
}

.service-pricing .pricing-box table {
  width: 100%;
  border-collapse: collapse;
}

.service-pricing .pricing-box tr:not(:last-child) {
  border-bottom: 1px solid #e3e3e3;
}

@media (min-width: 768px) {
  .service-pricing .pricing-box tr:nth-child(n+1) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}

@media (min-width: 768px) {
  .service-pricing .pricing-box tr:nth-child(n+2) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}

@media (min-width: 768px) {
  .service-pricing .pricing-box tr:nth-child(n+3) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}

@media (min-width: 768px) {
  .service-pricing .pricing-box tr:nth-child(n+4) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}

@media (min-width: 768px) {
  .service-pricing .pricing-box tr:nth-child(n+5) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}

@media (min-width: 768px) {
  .service-pricing .pricing-box tr:nth-child(n+6) {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
}

@media (min-width: 768px) {
  .service-pricing .pricing-box tr:nth-child(n+7) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
}

@media (min-width: 768px) {
  .service-pricing .pricing-box tr:nth-child(n+8) {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
}

@media (min-width: 768px) {
  .service-pricing .pricing-box tr:nth-child(n+9) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}

@media (min-width: 768px) {
  .service-pricing .pricing-box tr:nth-child(n+10) {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
}

@media (min-width: 768px) {
  .service-pricing .pricing-box td {
    height: 50px;
  }
}

@media (max-width: 767px) {
  .service-pricing .pricing-box td {
    height: 60px;
  }
}

.service-pricing .pricing-heading {
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .service-pricing .pricing-heading {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .service-pricing .pricing-heading {
    margin-left: 20px;
  }
}

@media (min-width: 768px) {
  .service-pricing .pricing-heading .title {
    font-size: 30px;
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
  }
}

@media (min-width: 768px) {
  .more-info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 768px) {
  .more-info-box:not(.is-ready-animate) .text {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}

@media (min-width: 768px) {
  .more-info-box:not(.is-ready-animate) .form {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
}

@media (min-width: 768px) {
  .more-info-box .text {
    width: 40%;
    font-size: 16px;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
  }
}

@media (max-width: 767px) {
  .more-info-box .text {
    margin-bottom: 30px;
    font-size: 15px;
  }
}

.more-info-box .title {
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .more-info-box .form {
    width: 60%;
    padding-left: 50px;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
  }
}

.book-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1920px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .book-list:not(.is-ready-animate) .book-list-wrap {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

@media (min-width: 768px) {
  .book-list-wrap {
    width: 33.3333%;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
  }
}

@media (max-width: 767px) {
  .book-list-wrap {
    width: 100%;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  .book-list-wrap:nth-child(n+1) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
}

@media (min-width: 768px) {
  .book-list-wrap:nth-child(n+2) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}

@media (min-width: 768px) {
  .book-list-wrap:nth-child(n+3) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}

.book-list-item {
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .book-list-item:not(:hover) .book-list-fake__wrapper {
    width: 0;
    opacity: 0;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
  }
}

@media (max-width: 767px) {
  .book-list-item:not(.is-active) .book-list-fake__wrapper {
    width: 0;
    opacity: 0;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
  }
}

.book-list-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.book-list-img picture {
  display: block;
  width: 100%;
  height: 100%;
}

.book-list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .book-list-img + .book-list-heading {
    pointer-events: none;
  }
}

.book-list-heading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0.33);
  padding: 35px 35px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  color: #fff;
}

.book-list-heading .title {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .book-list-heading .title {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .book-list-heading .title {
    margin-bottom: 5px;
    line-height: 1em;
  }
}

.book-list-heading .titles {
  position: relative;
}

.book-list-heading .titles:before {
  content: '';
  border: 8px solid rgba(255, 255, 255, 0.5);
  border-right-width: 0;
  position: absolute;
  top: calc(50% + 5px);
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  .book-list-heading .titles:before {
    width: 18px;
    height: calc(100% + 30px);
  }
}

@media (max-width: 767px) {
  .book-list-heading .titles:before {
    width: 12px;
    height: calc(100% + 16px);
  }
}

.book-list-fake__wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.2), opacity 0.3s;
  transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.2), opacity 0.3s;
}

.book-list-fake__wrapper .book-list-heading {
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.5);
}

.book-list-fake__wrapper .titles:before {
  border-color: #D50032;
}

.book-list-fake__wrapper .btn_rumble--white-simple {
  border-color: #D50032;
  color: #fff;
  background-color: #D50032;
  -webkit-transition: background-color .3s, border-color .3s;
  transition: background-color .3s, border-color .3s;
}

.book-list-fake__wrapper .btn_rumble--white-simple:hover {
  border-color: #252525;
  background: #252525;
}

.book-list-fake__wrapper .btn_rumble button {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

body.is-under-popup {
  background: #000;
  -webkit-perspective: 600px;
          perspective: 600px;
}

.main {
  background: #fff;
}

/* overlay at start */
.mfp-effect.mfp-bg {
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

/* overlay animate in */
.mfp-effect.mfp-bg.mfp-ready {
  opacity: .7;
}

/* overlay animate out */
.mfp-effect.mfp-bg.mfp-removing {
  opacity: 0;
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

/* content at start */
.mfp-effect.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
}

.mfp-effect.mfp-wrap ~ #wrapper {
  height: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.mfp-effect.mfp-wrap ~ #wrapper .header {
  opacity: 0;
}

/* content animate it */
.mfp-effect.mfp-wrap.mfp-ready .mfp-content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
}

.mfp-effect.mfp-wrap.mfp-ready ~ #wrapper {
  -webkit-transform: rotateX(-3deg);
          transform: rotateX(-3deg);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* content animate out */
.mfp-effect.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mfp-effect.mfp-wrap.mfp-removing ~ #wrapper {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

@media (min-width: 768px) {
  .map-box {
    height: 408px;
  }
}

@media (max-width: 767px) {
  .map-box {
    height: 510px;
  }
}

.map-box__popup {
  position: absolute;
  background: #fff;
  overflow-y: auto;
}

@media (min-width: 768px) {
  .map-box__popup {
    width: 264px;
    max-height: calc(100% - 50px);
    top: 50%;
    left: 112px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .map-box__popup {
    max-height: 60%;
    right: 60px;
    bottom: 40px;
    left: 40px;
  }
}

.map-box__popup:not(:empty) {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .map-box__popup-body {
    padding: 50px 80px 50px 35px;
  }
}

@media (max-width: 767px) {
  .map-box__popup-body {
    padding: 40px;
  }
}

.map-box__popup-title {
  font-weight: 900;
}

@media (min-width: 768px) {
  .map-box__popup-title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .map-box__popup-title {
    font-size: 17px;
  }
}

.map-box__popup-address {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .map-box__popup-address {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .map-box__popup-address {
    font-size: 15px;
  }
}

.map-box__popup-link {
  font-weight: 900;
  color: inherit;
}

.map-box__popup-link:after {
  content: '>';
  display: inline-block;
  margin-top: -2px;
  margin-left: 5px;
  font-size: 21px;
  vertical-align: middle;
  color: #D50032;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media (min-width: 768px) {
  .map-box__popup-link:after {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  .map-box__popup-link:after {
    font-size: 15px;
  }
}

.map-box__popup-link:hover:after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.map-box-wrapper {
  position: relative;
}

.map-info-window-container {
  max-width: 280px;
}

.homepage-intro {
  position: relative;
}

@media (max-width: 767px) {
  .homepage-intro {
    height: 800px;
  }
}

@media (min-width: 768px) {
  .homepage-intro .title-box {
    padding: 165px 0 175px;
  }
}

.homepage-intro .title-box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
  pointer-events: none;
}

@media (min-width: 768px) {
  .homepage-intro .title-box .title {
    font-size: 96px;
    letter-spacing: 4px;
  }
}

@media (max-width: 767px) {
  .homepage-intro .title-box .title {
    padding-top: 16px;
    font-size: 57px;
  }
}

.homepage-intro .title-box .title span,
.homepage-intro .title-box .title .text-animated__fake-text {
  line-height: 1;
}

@media (min-width: 768px) {
  .homepage-intro .title-box .title span,
  .homepage-intro .title-box .title .text-animated__fake-text {
    padding: 0 24px;
  }
}

.homepage-intro .title-box .title span {
  position: relative;
}

@media (min-width: 768px) {
  .homepage-intro .title-box .title span {
    margin: 3px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (max-width: 767px) {
  .homepage-intro .title-box .title span {
    display: inline-block;
    margin-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    background: #000;
  }
}

.homepage-intro .title-box .title .text-animated__fake-text {
  color: #fff;
}

.homepage-intro .title-box .title .text-animated__fake {
  background-color: #000;
  -webkit-transition: width 0.45s 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.2);
  transition: width 0.45s 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.2);
}

@media (min-width: 768px) {
  .homepage-intro .book-box {
    position: relative;
    background-color: rgba(255, 255, 255, 0.75);
  }
}

@media (max-width: 767px) {
  .homepage-intro .book-box {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (max-width: 767px) {
  .homepage-intro .book-box,
  .homepage-intro .book-box .content,
  .homepage-intro .book-box .row,
  .homepage-intro .book-box .groups {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .homepage-intro .book-box .col-lg-10 {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
}

.homepage-intro .groups {
  width: 100%;
}

@media (min-width: 768px) {
  .homepage-intro .groups {
    min-height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.homepage-intro .groups .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .homepage-intro .groups .links {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .homepage-intro .groups .links .btn_rumble {
    margin: 0 7.5px;
    min-width: 164px;
  }
}

@media (max-width: 767px) {
  .homepage-intro .groups .links .btn_rumble {
    min-width: 130px;
    width: calc(50% - 5px);
    margin: 2px;
  }
}

.homepage-intro .groups .title {
  margin-top: -4px;
  margin-bottom: 11px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.7px;
}

@media (min-width: 768px) {
  .homepage-intro .groups .title {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .homepage-intro .groups .title {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .homepage-intro .one-group {
    width: 100%;
    padding: 20px;
    position: absolute;
    left: 0;
    background-color: rgba(255, 255, 255, 0.75);
  }
}

@media (max-width: 767px) {
  .homepage-intro .one-group:nth-child(odd) {
    bottom: 50%;
  }
}

@media (min-width: 768px) {
  .homepage-intro .one-group:nth-child(even) {
    margin-right: -17px;
  }
}

@media (max-width: 767px) {
  .homepage-intro .one-group:nth-child(even) {
    bottom: 0;
  }
}

.homepage-intro.is-first {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .homepage-intro.is-first .title-box span {
    color: #fff;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0s .4s;
    transition: opacity 0s .4s;
  }
}

.homepage-intro.is-first .title-box.is-ready-animate .title span {
  opacity: 1;
}

.homepage-intro.is-first .title-box.is-ready-animate .title-fake {
  opacity: 0;
}

.homepage-intro.is-first .title-box.is-ready-animate .title-fake.is-left .title-fake__front .title-fake__wrapper span, .homepage-intro.is-first .title-box.is-ready-animate .title-fake.is-right .title-fake__front .title-fake__wrapper span {
  -webkit-transform: translate(0);
          transform: translate(0);
}

.homepage-intro.is-first .title-fake {
  position: absolute;
  top: calc(50% - 75px);
  left: 50%;
  text-transform: uppercase;
  font-size: 96px;
  line-height: 1.3;
  letter-spacing: 4px;
  color: #fff;
  font-weight: 800;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: opacity 0s .4s;
  transition: opacity 0s .4s;
}

.homepage-intro.is-first .title-fake__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.homepage-intro.is-first .title-fake__front {
  height: 200%;
  position: absolute;
  top: -50%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: skewX(-21deg) translateZ(0);
          transform: skewX(-21deg) translateZ(0);
}

.homepage-intro.is-first .title-fake__front .title-fake__wrapper {
  position: absolute;
  top: 25%;
  -webkit-transform: skewX(21deg);
          transform: skewX(21deg);
}

.homepage-intro.is-first .title-fake__front .title-fake__wrapper span {
  opacity: 1;
  -webkit-transition: .4s transform;
  transition: .4s transform;
}

.homepage-intro.is-first .title-fake__back {
  opacity: 0;
}

.homepage-intro.is-first .title-fake span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 3px;
  padding: 0 24px;
  line-height: 1;
  color: #fff;
  background-color: #000;
}

.homepage-intro.is-first .title-fake.is-left .title-fake__front {
  width: 56.5%;
  left: 0;
}

.homepage-intro.is-first .title-fake.is-left .title-fake__front .title-fake__wrapper {
  left: 0;
}

.homepage-intro.is-first .title-fake.is-left .title-fake__front .title-fake__wrapper span {
  -webkit-transform: translateX(80%) translateZ(0);
          transform: translateX(80%) translateZ(0);
}

.homepage-intro.is-first .title-fake.is-right .title-fake__front {
  width: calc(44% + 50px);
  right: -50px;
}

.homepage-intro.is-first .title-fake.is-right .title-fake__front .title-fake__wrapper {
  right: 50px;
}

.homepage-intro.is-first .title-fake.is-right .title-fake__front .title-fake__wrapper span {
  -webkit-transform: translateX(-80%) translateZ(0);
          transform: translateX(-80%) translateZ(0);
}

@media (min-width: 768px) {
  .homepage-intro.is-second .title-box span {
    color: #D50032;
    background-color: #fff;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
    -webkit-transition: .5s transform, .3s opacity;
    transition: .5s transform, .3s opacity;
  }
}

.homepage-intro.is-second .title-box span:nth-child(2) {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.homepage-intro.is-second .title-box span:nth-child(2) .text-animated__fake {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.homepage-intro.is-second .title-box .title.is-ready-animate span {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.homepage-intro.is-second .title-box .title.is-ready-animate .text-animated__fake {
  width: 100%;
}

.intro-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.intro-video img {
  position: absolute;
  bottom: 0;
}

.intro-video .video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.intro-video .left-part,
.intro-video .right-part {
  position: absolute;
  top: 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .intro-video .left-part,
  .intro-video .right-part {
    width: calc(50% + 25vw);
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .intro-video .left-part,
  .intro-video .right-part {
    width: 100%;
    height: 50%;
  }
}

.intro-video .video-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  /*@include hover(){
      .over-image {
        opacity: 0;
      }
    }*/
}

@media (min-width: 768px) {
  .intro-video .video-wrapper {
    width: 65vw;
  }
}

@media (max-width: 767px) {
  .intro-video .video-wrapper {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .intro-video .video-wrapper img {
    width: auto;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.intro-video .over-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

.intro-video .over-image picture {
  display: block;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .intro-video .left-part {
    right: 50%;
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: skewX(-21deg);
            transform: skewX(-21deg);
  }
}

@media (min-width: 768px) {
  .intro-video .left-part .video-wrapper {
    left: 25vw;
    -webkit-transform: skewX(21deg);
            transform: skewX(21deg);
  }
}

.intro-video .left-part .over-image {
  background-color: #f3f5f5;
}

@media (min-width: 768px) {
  .intro-video .left-part img {
    right: calc(50% - 410px);
  }
}

@media (min-width: 768px) {
  .intro-video .right-part {
    left: 50%;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: skewX(-21deg);
            transform: skewX(-21deg);
  }
}

@media (max-width: 767px) {
  .intro-video .right-part {
    top: 50%;
  }
}

@media (min-width: 768px) {
  .intro-video .right-part .video-wrapper {
    right: 25vw;
    -webkit-transform: skewX(21deg);
            transform: skewX(21deg);
  }
}

.intro-video .right-part .over-image {
  background-color: #e1e1e1;
}

@media (min-width: 768px) {
  .intro-video .right-part img {
    right: calc(50% - 495px);
  }
}

.boxing-only {
  position: relative;
}

@media (max-width: 767px) {
  .boxing-only {
    height: 500px !important;
  }
}

.boxing-only .intro-video {
  background-image: url("../images/backgrounds/boxing-only.jpg");
  background-repeat: no-repeat;
  background-position: 55% !important;
}

.boxing-only .title-box .title {
  -webkit-box-align: normal !important;
      -ms-flex-align: normal !important;
          align-items: normal !important;
}

@media (max-width: 767px) {
  .boxing-only .title-box .title {
    display: inline-block;
  }
}

.boxing-only .title-box .title span, .boxing-only .title-box .title span i {
  width: auto !important;
  white-space: nowrap !important;
}

@media (min-width: 768px) {
  .boxing-only .title-box .title span, .boxing-only .title-box .title span i {
    background-color: transparent;
  }
}

.boxing-only .book-box {
  background: none;
}

@media (min-width: 768px) {
  .boxing-only .book-box {
    margin-top: -150px;
    padding-bottom: 150px;
  }
}

@media (max-width: 767px) {
  .boxing-only .book-box {
    position: relative !important;
  }
}

.homepage-about {
  position: relative;
  overflow: hidden;
  background-color: #000;
  color: #fff;
}

.homepage-about .content {
  position: relative;
}

.homepage-about .bg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../images/backgrounds/home-bg-about.jpg");
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .homepage-about .bg {
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    background-position: center;
  }
}

@media (max-width: 767px) {
  .homepage-about .bg {
    background-position: 42% 50%;
    height: 58%;
    background-size: cover;
  }
}

.homepage-about .bg.bg-12900000001, .homepage-about .bg.bg-751454502409733751 {
  background-image: url("../images/backgrounds/home-bg-about-2.jpg");
}

.homepage-about .about-box {
  margin-left: auto;
  text-align: right;
}

@media (min-width: 768px) {
  .homepage-about .about-box {
    max-width: 40%;
    padding: 205px 0 200px 15px;
  }
}

@media (max-width: 767px) {
  .homepage-about .about-box {
    max-width: 85%;
    padding: 0px 20px 0px 0;
  }
}

.homepage-about .text-box {
  margin-top: 30px;
}

.homepage-about .btn-box {
  margin-top: 20px;
}
.homepage-regard .regard-box .wpb_text_column {
    margin: 0;
}



@media (min-width: 768px) {
  /* .homepage-about .text-box,
  .homepage-about .btn-box {
    opacity: 0;
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
  } */
}

@media (min-width: 768px) {
  .homepage-about .text-box {
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
  }
}

@media (min-width: 768px) {
  .homepage-about .btn-box {
    -webkit-transition-delay: .7s;
            transition-delay: .7s;
  }
}

@media (min-width: 768px) {
  .homepage-about.is-ready-animate .text-box,
  .homepage-about.is-ready-animate .btn-box {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (min-width: 768px) {
  .homepage-about.is-ready-animate .bg {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .homepage-regard {
    padding: 125px 0 80px;
  }
}

@media (max-width: 767px) {
  .homepage-regard {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}

.homepage-regard .regard-box {
  width: 100%;
}

@media (min-width: 768px) {
  .homepage-regard .regard-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .homepage-regard .heading-box {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .homepage-regard .heading-box .heading {
    margin-left: 20px;
  }
}

.homepage-regard .heading-box .text-box {
  margin-top: 25px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .homepage-regard .links {
    width: 40%;
    padding-left: 45px;
    padding-top: 5px;
  }
}

@media (max-width: 767px) {
  .homepage-regard .links {
    padding-top: 20px;
  }
}

.homepage-regard .links ul {
  position: relative;
}

@media (min-width: 768px) {
  .homepage-regard .links ul {
    padding-left: 30px;
  }
}

@media (min-width: 768px) {
  .homepage-regard .links ul:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #cec9c9;
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transition: .8s .4s linear transform;
    transition: .8s .4s linear transform;
  }
}

.homepage-regard .links li {
  padding-left: 15px;
  position: relative;
}

@media (min-width: 768px) {
  .homepage-regard .links li {
    -webkit-transition: .3s .4s opacity, .3s .4s transform;
    transition: .3s .4s opacity, .3s .4s transform;
  }
}

.homepage-regard .links li:before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2015%2014.85%22%3E%3Cg%3E%3Cpath%20d%3D%22M12.54%2C14.85h-.41a4.11%2C4.11%2C0%2C0%2C1-2.23-1.4c-.44-.49-.94-.94-1.41-1.4L7.36%2C10.94a4.52%2C4.52%2C0%2C0%2C1-.37.52c-.84.86-1.68%2C1.73-2.54%2C2.56a2.42%2C2.42%2C0%2C0%2C1-2.86.38A2.46%2C2.46%2C0%2C0%2C1%2C.32%2C11.88a2.72%2C2.72%2C0%2C0%2C1%2C.85-1.65C2%2C9.3%2C2.89%2C8.36%2C3.79%2C7.36c-.07-.06-.22-.18-.35-.32C2.57%2C6.19%2C1.69%2C5.34.83%2C4.47a2.53%2C2.53%2C0%2C0%2C1-.51-3.1A2.53%2C2.53%2C0%2C0%2C1%2C3.27.11a3.69%2C3.69%2C0%2C0%2C1%2C1.3.78c1%2C.93%2C2%2C1.92%2C2.95%2C2.89%2C1-1%2C2-2%2C3-3a2.45%2C2.45%2C0%2C0%2C1%2C3.78.38%2C2.56%2C2.56%2C0%2C0%2C1-.36%2C3.25c-.9%2C1-1.79%2C2-2.7%2C3C12%2C8.18%2C12.78%2C9%2C13.64%2C9.84A4%2C4%2C0%2C0%2C1%2C15%2C12v.53a2.79%2C2.79%2C0%2C0%2C1-1.89%2C2.18Z%22%20fill%3D%22%23d50032%22/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  width: 5px;
  height: 6px;
  left: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.homepage-regard .links li:not(:last-child) {
  margin-bottom: 10px;
}

.homepage-regard .links li:nth-child(n + 0) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.homepage-regard .links li:nth-child(n + 1) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.homepage-regard .links li:nth-child(n + 2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.homepage-regard .links li:nth-child(n + 3) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.homepage-regard .links li:nth-child(n + 4) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.homepage-regard .links li:nth-child(n + 5) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.homepage-regard .links li:nth-child(n + 6) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.homepage-regard .links li:nth-child(n + 7) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.homepage-regard .links li:nth-child(n + 8) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.homepage-regard .links li:nth-child(n + 9) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.intro-video .wpb_single_image {
    margin: 0;
}
.section.bg-white .wpb_text_column {
    margin: 0;
}
.btn_rumble--red span {
    border-top-color: #fff;
    background-color: #D50032;
    color: #fff;
}
.container-screch > .vc_column_container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    float: unset;
}

.btn_rumble span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0 16px;
}




@media (min-width: 1200px) {
.container-screch > .vc_column_container {
    max-width: 1140px;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
.container-screch > .vc_column_container {
    max-width: 960px;
}
}
@media (min-width: 768px) and (max-width: 992px) {
.container-screch > .vc_column_container {
    max-width: 720px;
}

}
@media (min-width: 992px) and (max-width: 576px) {
.container-screch > .vc_column_container {
    max-width: 540px;
}
}

@media (min-width: 768px) {
	.homepage-regard .regard-box .wpb_text_column .wpb_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
	.btn_rumble span {
    height: 200%;
    margin-top: -44px;
    border-top-style: solid;
    border-top-width: 44px;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.btn_rumble span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0 16px;
}
.btn_rumble:after {
    content: attr(data-text);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/* .btn_rumble:hover:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
} */
.btn_rumble--red:after {
    color: #D50032;
}
  .homepage-regard .text-box {
    -webkit-transition: .3s .4s opacity, .3s .4s transform;
    transition: .3s .4s opacity, .3s .4s transform;
  }
}

@media (min-width: 768px) {
  /* .homepage-regard:not(.is-ready-animate) .text-box {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  } */
}

@media (min-width: 768px) {
  /* .homepage-regard:not(.is-ready-animate) .links ul:before {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  } */
}

@media (min-width: 768px) {
  /* .homepage-regard:not(.is-ready-animate) .links li {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  } */
}

.homepage-staff {
  position: relative;
  background-color: #F6F6F6;
}

@media (min-width: 768px) {
  .homepage-staff {
    padding: 70px 0 65px;
  }
}

@media (max-width: 767px) {
  .homepage-staff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 65px;
  }
  .btn_rumble span {
    height: 100%;
}
 .btn_rumble button {
    height: 100% !important;
}
}

.homepage-staff .title {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
}

@media (min-width: 768px) {
  .homepage-staff .title {
    font-size: 40px;
    margin-bottom: 20px;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
  }
}

@media (max-width: 767px) {
  .homepage-staff .title {
    margin-bottom: 15px;
    font-size: 35px;
  }
}

@media (min-width: 768px) {
  .homepage-staff:not(.is-ready-animate) .title {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}

@media (min-width: 768px) {
  .homepage-staff:not(.is-ready-animate) .staff-list dl {
    opacity: 0;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}

.staff-wrap {
  position: relative;
}

.staff-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .staff-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .staff-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 555px;
  }
}

.staff-img .img {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.staff-img figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .staff-img figure {
    margin-left: 730px;
    height: calc(100% + 80px);
  }
}

@media (max-width: 767px) {
  .staff-img figure {
    height: 100%;
  }
}

.staff-img picture {
  display: block;
  width: 100%;
  height: 100%;
}

.staff-img img {
  max-height: 100%;
  width: auto;
  height: auto;
}

@media (max-width: 767px) {
  .staff-img img {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.staff-list {
  width: 100%;
  max-width: 620px;
}

@media (min-width: 768px) {
  .staff-list {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .staff-list {
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    font-size: 15px;
  }
}

.staff-list dl {
  width: 100%;
}

@media (min-width: 768px) {
  .staff-list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 15px 0;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
  }
}

.staff-list dl:not(:last-child) {
  border-bottom: 1px solid #ececec;
}

@media (max-width: 767px) {
  .staff-list dl:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .staff-list dl:nth-child(1) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}

@media (min-width: 768px) {
  .staff-list dl:nth-child(2) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}

@media (min-width: 768px) {
  .staff-list dl:nth-child(3) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}

@media (min-width: 768px) {
  .staff-list dl:nth-child(4) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}

@media (min-width: 768px) {
  .staff-list dl:nth-child(5) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}

@media (min-width: 768px) {
  .staff-list dl:nth-child(6) {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
}

@media (min-width: 768px) {
  .staff-list dl:nth-child(7) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
}

@media (min-width: 768px) {
  .staff-list dl:nth-child(8) {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
}

@media (min-width: 768px) {
  .staff-list dl:nth-child(9) {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}

@media (min-width: 768px) {
  .staff-list dl:nth-child(10) {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
}

.staff-list dt {
  width: 100%;
  text-transform: uppercase;
  font-weight: 800;
  padding-left: 24px;
  letter-spacing: 1px;
  position: relative;
}

@media (min-width: 768px) {
  .staff-list dt {
    margin-right: 15px;
  }
}

.staff-list dt:before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2015%2014.85%22%3E%3Cg%3E%3Cpath%20d%3D%22M12.54%2C14.85h-.41a4.11%2C4.11%2C0%2C0%2C1-2.23-1.4c-.44-.49-.94-.94-1.41-1.4L7.36%2C10.94a4.52%2C4.52%2C0%2C0%2C1-.37.52c-.84.86-1.68%2C1.73-2.54%2C2.56a2.42%2C2.42%2C0%2C0%2C1-2.86.38A2.46%2C2.46%2C0%2C0%2C1%2C.32%2C11.88a2.72%2C2.72%2C0%2C0%2C1%2C.85-1.65C2%2C9.3%2C2.89%2C8.36%2C3.79%2C7.36c-.07-.06-.22-.18-.35-.32C2.57%2C6.19%2C1.69%2C5.34.83%2C4.47a2.53%2C2.53%2C0%2C0%2C1-.51-3.1A2.53%2C2.53%2C0%2C0%2C1%2C3.27.11a3.69%2C3.69%2C0%2C0%2C1%2C1.3.78c1%2C.93%2C2%2C1.92%2C2.95%2C2.89%2C1-1%2C2-2%2C3-3a2.45%2C2.45%2C0%2C0%2C1%2C3.78.38%2C2.56%2C2.56%2C0%2C0%2C1-.36%2C3.25c-.9%2C1-1.79%2C2-2.7%2C3C12%2C8.18%2C12.78%2C9%2C13.64%2C9.84A4%2C4%2C0%2C0%2C1%2C15%2C12v.53a2.79%2C2.79%2C0%2C0%2C1-1.89%2C2.18Z%22%20fill%3D%22%23d50032%22/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  width: 5px;
  height: 6px;
  left: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.staff-list dd {
  margin-top: -2px;
  line-height: 1.5;
  width: 100%;
}

@media (min-width: 768px) {
  .staff-list dd {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 64%;
  }
}

@media (max-width: 767px) {
  .staff-list dd {
    padding-left: 24px;
  }
}

@media (min-width: 768px) {
  .homepage-articles {
    padding: 120px 0 50px;
  }
}

@media (max-width: 767px) {
  .homepage-articles {
    padding: 70px 0 45px;
  }
}

@media (min-width: 768px) {
  .homepage-articles .heading-box {
    margin-bottom: 95px;
  }
}

@media (max-width: 767px) {
  .homepage-articles .heading-box {
    margin-bottom: 65px;
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .homepage-articles .item,
  .homepage-articles .btn-box {
    opacity: 0;
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, transform .4s;
    transition: opacity .4s, transform .4s, -webkit-transform .4s;
  }
}

@media (min-width: 768px) {
  .homepage-articles .item:nth-child(3n + 1) {
    -webkit-transform: translate(-20%, -20%);
            transform: translate(-20%, -20%);
  }
}

@media (min-width: 768px) {
  .homepage-articles .item:nth-child(3n + 2) {
    -webkit-transform: translate(0, -20%);
            transform: translate(0, -20%);
  }
}

@media (min-width: 768px) {
  .homepage-articles .item:nth-child(3n + 3) {
    -webkit-transform: translate(20%, -20%);
            transform: translate(20%, -20%);
  }
}

@media (min-width: 768px) {
  .homepage-articles .btn-box {
    -webkit-transform: translate(0, -150%);
            transform: translate(0, -150%);
  }
}

@media (min-width: 768px) {
  .homepage-articles.is-ready-animate .item,
  .homepage-articles.is-ready-animate .btn-box {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.homepage-video {
  position: relative;
}

.homepage-video:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F6F6F6;
  display: block !important;

}

@media (min-width: 768px) {
  .homepage-video:before {
    top: 20%;
  }
}

@media (max-width: 767px) {
  .homepage-video:before {
    top: 35%;
  }
}

@media (min-width: 768px) {
  .homepage-video .video-box {
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, transform .4s;
    transition: opacity .4s, transform .4s, -webkit-transform .4s;
  }
}

@media (min-width: 768px) {
  /* .homepage-video:not(.is-ready-animate) .video-box {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  } */
}
.homepage-video .vc_col-sm-8 {
    margin: 0 auto;
    display: table;
}
.homepage-quote {
  background-color: #252525;
  color: #fff;
}

.homepage-quote .highlight {
  background-color: #fff;
  color: #252525;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .homepage-quote .highlight {
    display: inline-block;
  }
}

.homepage-quote .text-animated__fake-text {
  padding-right: 10px;
  padding-left: 10px;
}

.homepage-quote .text-animated__fake {
  color: #252525;
  background: #fff;
  -webkit-transition: 1s .5s width;
  transition: 1s .5s width;
}

.homepage-quote .text-animated__fake .highlight {
  background: #252525;
  color: #fff;
}

@media (min-width: 768px) {
  .homepage-quote .quote-box__part:nth-child(n + 1) .text-animated__fake {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}

@media (min-width: 768px) {
  .homepage-quote .quote-box__part:nth-child(n + 2) .text-animated__fake {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}

@media (min-width: 768px) {
  .homepage-quote .quote-box__part:nth-child(n + 3) .text-animated__fake {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}

@media (min-width: 768px) {
  .homepage-quote .quote-box__part:nth-child(n + 4) .text-animated__fake {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}

@media (min-width: 768px) {
  .homepage-quote .quote-box__part:nth-child(n + 5) .text-animated__fake {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
}

@media (min-width: 768px) {
  .homepage-quote .quote-box__part:nth-child(n + 6) .text-animated__fake {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
}

@media (min-width: 768px) {
  .homepage-quote .quote-box__part:nth-child(n + 7) .text-animated__fake {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
}

@media (min-width: 768px) {
  .homepage-quote .quote-box__part:nth-child(n + 8) .text-animated__fake {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}

@media (min-width: 768px) {
  .homepage-quote .quote-box__part:nth-child(n + 9) .text-animated__fake {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
}

@media (min-width: 768px) {
  .homepage-quote .quote-box__part:nth-child(n + 10) .text-animated__fake {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
}

@media (min-width: 768px) {
  .homepage-quote:not(.is-ready-animate) .text-animated__fake {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .homepage-classes {
    padding-top: 85px;
  }
}

@media (max-width: 767px) {
  .homepage-classes {
    padding-top: 50px;
  }
}

.homepage-classes select {
  width: 1px;
  height: 1px;
  position: absolute;
  right: 100vw;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
}

.homepage-classes .title,
.homepage-classes .sorting,
.homepage-classes .classes-table {
  -webkit-transition: .3s opacity, .3s transform;
  transition: .3s opacity, .3s transform;
}

.homepage-classes .classes-table {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.homepage-classes .classes-table tbody {
  background-color: white;
}

@media (min-width: 768px) {
  .homepage-classes:not(.is-ready-animate) .title,
  .homepage-classes:not(.is-ready-animate) .sorting,
  .homepage-classes:not(.is-ready-animate) .classes-table {
    opacity: 0;
  }
}

@media (min-width: 768px) {
  .homepage-classes:not(.is-ready-animate) .title {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}

@media (min-width: 768px) {
  .homepage-classes:not(.is-ready-animate) .sorting {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
}

@media (min-width: 768px) {
  .homepage-classes:not(.is-ready-animate) .classes-table {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}

.homepage-classes .reserve-link a {
  text-transform: uppercase;
  font-weight: 750;
  color: inherit;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.homepage-classes .reserve-link a:hover {
  color: #D50032;
}

.homepage-classes .reserve-link a:hover:after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.homepage-classes .reserve-link a:after {
  content: '>';
  display: inline-block;
  margin-top: -2px;
  margin-left: 5px;
  vertical-align: middle;
  font-size: 20px;
  color: #D50032;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media (min-width: 768px) {
  .homepage-trainers .trainers-filter,
  .homepage-trainers .trainers-list {
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
  }
}

.homepage-trainers .trainers-list {
  -webkit-transition: opacity .3s .25s, -webkit-transform .5s .25s;
  transition: opacity .3s .25s, -webkit-transform .5s .25s;
  transition: opacity .3s .25s, transform .5s .25s;
  transition: opacity .3s .25s, transform .5s .25s, -webkit-transform .5s .25s;
}

@media (min-width: 768px) {
  .homepage-trainers:not(.is-ready-animate) .trainers-filter {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}

@media (min-width: 768px) {
  .homepage-trainers:not(.is-ready-animate) .trainers-list {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

@media (min-width: 768px) {
  .homepage-series:not(.is-ready-animate) .series-list {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}

.homepage-series a:not(.normal-link) {
  text-transform: uppercase;
  font-weight: 750;
  color: inherit;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.homepage-series a:not(.normal-link):hover {
  color: #D50032;
}

.homepage-series a:not(.normal-link):hover:after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.homepage-series a:not(.normal-link):after {
  content: '>';
  display: inline-block;
  margin-top: -2px;
  margin-left: 5px;
  vertical-align: middle;
  font-size: 20px;
  color: #D50032;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
.wpls-fix-box {
    background-color: #F6F6F6;
	padding:38px;
	}
	.homepage-press-slider .wpls-logo-showcase {
		padding:18px 0 0 !important;
	}
	button.slick-prev.slick-arrow {
		right:calc(100% + 30px) !important;
		left:unset !important;
		
	}
	button.slick-next.slick-arrow {
		 left:calc(100% + 30px) !important;
	}
	.homepage-press-slider ul.slick-dots {
		display: none !important;
	}
	.wpls-logo-slider.wpls-center .slick-slide {
		transform : unset!important;
	}
	
@media (min-width: 768px) {
  .homepage-press-slider {
    padding: 60px 0 70px;
  }
}

@media (max-width: 767px) {
  .homepage-press-slider {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.homepage-press-slider .heading {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .homepage-press-slider .subtitle,
  .homepage-press-slider .title {
    -webkit-transition: .3s opacity, .3s transform;
    transition: .3s opacity, .3s transform;
  }
}

@media (min-width: 768px) {
  .homepage-press-slider .title {
    -webkit-transition-delay: .15s;
            transition-delay: .15s;
  }
}

@media (max-width: 767px) {
  .homepage-press-slider .title {
    font-size: 30px;
  }
}

@media (min-width: 768px) {
 /*  .homepage-press-slider:not(.is-ready-animate) .subtitle,
  .homepage-press-slider:not(.is-ready-animate) .title {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  } */
}

@media (min-width: 768px) {
  .homepage-press-listing {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .homepage-press-listing {
    padding-right: 20px;
    padding-bottom: 80px;
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .homepage-contacts {
    padding: 115px 0;
  }
}

@media (max-width: 767px) {
  .homepage-contacts {
    padding-top: 20px;
    padding-bottom: 110px;
  }
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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 {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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);
  }
}

@media (max-width: 767px) {
  .infobox {
    padding-top: 55px;
    padding-bottom: 85px;
  }
}

.infobox-item {
  position: relative;
}

@media (min-width: 768px) {
  .infobox-item:nth-child(odd) {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .infobox-item:nth-child(odd) .infobox-text {
    padding-left: 30px;
    margin-right: 30px;
    padding-top: 15px;
  }
}

@media (min-width: 768px) {
  .infobox-item:nth-child(odd) .infobox-image {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.infobox-item:nth-child(odd) .infobox-image .img:before {
  right: 0;
  -webkit-transform: translate(7%, -7%);
          transform: translate(7%, -7%);
}

@media (min-width: 768px) {
  .infobox-item:nth-child(even) {
    margin-bottom: 85px;
  }
}

.infobox-item:nth-child(even):before {
  content: "";
  position: absolute;
  top: -95px;
  bottom: 40px;
  left: -50vw;
  right: -50vw;
  background-color: #F6F6F6;
}

.infobox-item:nth-child(even) .infobox-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.infobox-item:nth-child(even) .infobox-text {
  text-align: right;
}

@media (min-width: 768px) {
  .infobox-item:nth-child(even) .infobox-text {
    padding-right: 30px;
    padding-top: 55px;
    margin-left: 30px;
  }
}

@media (min-width: 768px) {
  .infobox-item:nth-child(even) .infobox-image {
    margin-left: 65px;
  }
}

.infobox-item:nth-child(even) .infobox-image .img:before {
  left: 0;
  -webkit-transform: translate(-7%, -7%);
          transform: translate(-7%, -7%);
}

@media (min-width: 768px) {
  .infobox-item:first-child {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .infobox-item:first-child .infobox-text {
    padding-top: 60px;
  }
}

.infobox-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .infobox-item:last-child {
    padding-bottom: 95px;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .infobox-item:last-child:before {
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .infobox-item:last-child:before {
    display: none;
  }
}

@media (min-width: 768px) {
  .infobox-item:last-child .infobox-text {
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .infobox-item:not(:last-child) {
    margin-bottom: 55px;
  }
}

@media (min-width: 768px) {
  .infobox-item:not(:last-child) .infobox-text {
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .infobox-item:not(.is-ready-animate) .text-box {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}

@media (min-width: 768px) {
  .infobox-item.is-ready-animate .infobox-image {
    -webkit-animation: .8s .4s bounceIn;
            animation: .8s .4s bounceIn;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}

@media (min-width: 768px) {
  .infobox-item .infobox-image {
    opacity: 0;
  }
}

@media (min-width: 768px) {
  .infobox-item .text-box {
    -webkit-transition: .3s .2s transform, .3s .2s opacity;
    transition: .3s .2s transform, .3s .2s opacity;
  }
}

.infobox-wrap {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .infobox-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.infobox-text {
  width: 100%;
}

@media (min-width: 768px) {
  .infobox-text {
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .infobox-text {
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .infobox-text .heading {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .infobox-text .heading {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .infobox-text .heading.border--left {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .infobox-text .heading.border--right {
    margin-right: 20px;
  }
}

.infobox-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 768px) {
  .infobox-image {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .infobox-image {
    width: 100%;
    max-width: 380px;
    margin-right: auto;
    margin-left: auto;
  }
}

.infobox-image .img {
  position: relative;
}

.infobox-image .img:before {
  content: "";
  position: absolute;
  top: 0;
  width: 290px;
  height: 290px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%201300%201300%22%20shape-rendering%3D%22geometricPrecision%22%20image-rendering%3D%22optimizeQuality%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cg%20fill%3D%22%23d2d2d2%22%3E%3Cpath%20d%3D%22m.3%20200.7h500v100h-500z%22/%3E%3Cpath%20d%3D%22m200.3.7h100v500h-100z%22/%3E%3C/g%3E%3C/svg%3E");
  background-size: 8px auto;
  background-position: 0 0;
}

.infobox-image img {
  display: block;
  position: relative;
  max-width: 100%;
  height: auto;
}

.minus-margin {
  margin-top: -20px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.26%;
  /* 16:9 */
  padding-top: 0px;
  height: 0;
}

.videoWrapper iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.parties-image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.parties-bg {
  /*background-image: url('/images/backgrounds/parties.png');
	background-position: 114% top;
	background-repeat: no-repeat;*/
  position: relative;
  background-size: 50%;
}

.parties-bg div.rumble_container {
  margin-top: 50px;
}

.parties-bg-la {
  background-image: url("../images/backgrounds/parties_la.png");
}

.parties-bg-sf {
  background-image: url("../images/backgrounds/parties.png");
}

.parties-item h3 {
  padding: 5px 0 10px;
}

.parties-item li {
  padding: 5px 0;
}

@media (max-width: 767px) {
  .parties-bg {
    background-image: none;
  }
}

.juice-line {
  display: block;
  content: "";
  height: 1px;
  margin-left: 17px;
  width: 603px;
  background-color: #c3c1c1;
  margin-bottom: 30px;
}

.juice-right {
  margin-top: 500px;
}

.juice-line-right {
  display: block;
  content: "";
  height: 1px;
  margin-left: -39px;
  width: 286px;
  background-color: #c3c1c1;
  margin-bottom: 30px;
}

.juice-line-right-small {
  display: block;
  content: "";
  height: 1px;
  margin-left: -32px;
  width: 279px;
  background-color: #c3c1c1;
  margin-bottom: 30px;
}

.juice-guy {
  background: url("../images/backgrounds/juice_guy.png");
  background-repeat: no-repeat;
  background-size: auto 650px;
  height: 650px;
}

.juice-margin {
  margin-top: 200px;
}
.homepage-intro.is-second .vc_column-inner {
    padding: 0;
}

.intro-video .left-part .vc_column-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.intro-video .right-part .vc_column-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
}
.homepage-intro .title-box .title br {
    display: none;
}
.homepage-intro.is-second .one-group {
    text-align: center;
}

@media (max-width: 1200px) {
  .juice-margin {
    margin-top: 25px;
  }
}

.landing-title .rumble-juice {
  font-size: 66px;
}

.workout-the-work-bg {
  background-image: url("../images/backgrounds/workout-the-work.jpg");
  background-position: top left;
  background-size: auto;
  background-repeat: no-repeat;
}

.workout-the-work-bg[data-type="training"] {
  background-image: url("../images/backgrounds/workout-the-work2.jpg");
}

.breakdown-bg {
  background-image: url("../images/backgrounds/breakdown.jpg");
  background-position: top left;
  background-size: auto;
  background-repeat: no-repeat;
}

.breakdown-bg[data-type="training"] {
  background-image: url("../images/backgrounds/breakdown2.jpg");
}

.anthem-bg {
  background-image: url("../images/backgrounds/anthem.png");
  background-position: top right;
  background-size: auto;
  background-repeat: no-repeat;
}

.anthem-bg[data-type="training"] {
  background-image: url("../images/backgrounds/anthem2.png");
}

#workout .anthem-bg {
  background-position: top left;
}

#home .anthem-bg {
  background-position: top right;
}

@media (max-width: 767px) {
  #main .anthem-bg, #main .breakdown-bg, #main .workout-the-work-bg {
    background-image: none;
  }
}

#private .section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.private-bg {
  background-image: url("../images/backgrounds/private.png");
  background-position: top right;
  background-repeat: no-repeat;
}

.private-bg-la {
  background-image: url("../images/backgrounds/private_la.png");
}

.private-bg-sf {
  background-image: url("../images/backgrounds/private.png");
}

.details-bg {
  background-image: url("../images/backgrounds/details.png");
  background-repeat: no-repeat;
}

.treads-bg {
  background-image: url("../images/backgrounds/treads.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}

@media (max-width: 767px) {
  .private-bg, .details-bg, .treads-bg {
    background-image: none;
  }
}

#philosophy {
  background-image: url("../images/backgrounds/philosophy-2.jpg");
  background-size: cover;
}

#philosophy[data-type="training"] {
  background-image: url("../images/backgrounds/philosophy2.png");
}

.straight-bg {
  background-image: url(../images/backgrounds/straight.jpg);
  background-position: 19% top;
  background-size: cover;
  padding: 150px 0;
  bacgkround-repeat: none;
}

.hidden {
  display: none;
}

.middle-circle {
  border: 1px solid #d50032;
  text-align: center;
  background: #d50032;
  height: 75px;
  width: 75px;
  position: absolute;
  margin-top: -20%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  z-index: 1;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 60%;
}

#first-time h2 {
  font-weight: 700;
}

.middle-circle {
  border: 1px solid #d50032;
  text-align: center;
  background: #d50032;
  height: 75px;
  width: 75px;
  position: absolute;
  margin-top: -20%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  z-index: 1;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

.clock-ft {
  background-image: url("../images/first-time/sprites/clock.png");
}

.glove-ft {
  background-image: url("../images/first-time/sprites/glove.png");
}

.heart-rate-ft {
  background-image: url("../images/first-time/sprites/heart-rate.png");
}

.dumbbell-ft {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJkdW1iYmVsbCIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLWR1bWJiZWxsIGZhLXctMjAiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNjQwIDUxMiI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEwNCA5Nkg1NmMtMTMuMyAwLTI0IDEwLjctMjQgMjR2MTA0SDhjLTQuNCAwLTggMy42LTggOHY0OGMwIDQuNCAzLjYgOCA4IDhoMjR2MTA0YzAgMTMuMyAxMC43IDI0IDI0IDI0aDQ4YzEzLjMgMCAyNC0xMC43IDI0LTI0VjEyMGMwLTEzLjMtMTAuNy0yNC0yNC0yNHptNTI4IDEyOGgtMjRWMTIwYzAtMTMuMy0xMC43LTI0LTI0LTI0aC00OGMtMTMuMyAwLTI0IDEwLjctMjQgMjR2MjcyYzAgMTMuMyAxMC43IDI0IDI0IDI0aDQ4YzEzLjMgMCAyNC0xMC43IDI0LTI0VjI4OGgyNGM0LjQgMCA4LTMuNiA4LTh2LTQ4YzAtNC40LTMuNi04LTgtOHpNNDU2IDMyaC00OGMtMTMuMyAwLTI0IDEwLjctMjQgMjR2MTY4SDI1NlY1NmMwLTEzLjMtMTAuNy0yNC0yNC0yNGgtNDhjLTEzLjMgMC0yNCAxMC43LTI0IDI0djQwMGMwIDEzLjMgMTAuNyAyNCAyNCAyNGg0OGMxMy4zIDAgMjQtMTAuNyAyNC0yNFYyODhoMTI4djE2OGMwIDEzLjMgMTAuNyAyNCAyNCAyNGg0OGMxMy4zIDAgMjQtMTAuNyAyNC0yNFY1NmMwLTEzLjMtMTAuNy0yNC0yNC0yNHoiPjwvcGF0aD48L3N2Zz4=");
}

.cooldown-ft {
  background-image: url("../images/first-time/sprites/cooldown.png");
}

#clip {
  background-image: url("../images/backgrounds/clip.png");
  background-size: cover;
  padding: 20%;
  text-align: center;
}

#clip a {
  color: #fff;
  text-decoration: none;
}

#clip h2 {
  font-size: 60px;
}

#clip h3 {
  font-size: 28px;
}

#clip:before {
  position: relative;
  left: calc(50% - 55px);
  margin-top: 15px;
}

@media (max-width: 768px) {
  .middle-circle {
    display: none;
  }
  #first-time h3 {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

/* The Rumble Program landing page */
#program .email-field .input-text {
  height: 34px;
}

#program .program-image {
  position: relative;
}

#program select {
  border-radius: 0;
}

#program .program-image::after {
  content: "";
  background: url("../images/backgrounds/program-2.jpg");
  opacity: 0.2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  background-size: cover;
}

#program .program-image .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  #program .program-image {
    z-index: 1;
  }
  #program .submit button {
    width: 100% !important;
  }
  #program .challenge-level, #program .rumble-program, #program .rumble-program-info {
    font-size: 16px;
  }
}

.plan-legend .row > div {
  width: 20%;
  margin: 0 2%;
}

.plan-legend .row > div > div > div {
  display: inline-block;
  float: left;
  vertical-align: top;
}

#spots_12900000001 .floor-plan,
#spots_room_12900000001 .floor-plan {
  background: url("../images/reserve/bg_12900000001.png") no-repeat center center;
  width: 1000px;
  height: 550px;
  margin: 0 auto;
}

#spots_12900000001 .spotwrapper,
#spots_room_12900000001 .spotwrapper {
  width: auto;
  height: 480px;
  position: relative;
  top: 35px;
}

#spots_12900000002 .floor-plan,
#spots_room_12900000003 .floor-plan {
  background: url("../images/reserve/bg_12900000003.jpg") no-repeat center center;
  /*width:1070px;*/
  width: 1130px;
  padding-left: 50px;
  height: 424px;
  margin: 0 auto;
}

#spots_12900000002 .spotwrapper,
#spots_room_12900000003 .spotwrapper {
  width: auto;
  height: 358px;
  position: relative;
  top: 11px;
  left: 76px;
}

#spots_12900000004 .floor-plan,
#spots_room_12900000009 .floor-plan {
  background: url("../images/reserve/bg_12900000009.png") no-repeat center center;
  width: 1110px;
  height: 550px;
  margin: 0 auto;
}

#spots_12900000004 .spotwrapper,
#spots_room_12900000009 .spotwrapper {
  width: auto;
  height: 480px;
  position: relative;
  top: 90px;
  left: -10px;
}

#spots_room_12900000006 .floor-plan, #spots_room_12900000007 .floor-plan {
  background: url("../images/reserve/bg_12900000006.png") no-repeat center center;
  width: 1110px;
  height: 550px;
  margin: 0 auto;
  top: 35px;
}

#spots_room_12900000006 .spotwrapper, #spots_room_12900000007 .spotwrapper {
  width: auto;
  height: 480px;
  position: relative;
  top: 75px;
  left: 22px;
}

#spots_751454502594283131 .floor-plan,
#spots_room_751454502619448957 .floor-plan {
  background: url("../images/reserve/bg_751454502619448957.png") no-repeat center center;
  width: 1135px;
  height: 550px;
  margin: 0 auto;
}

#spots_751454502594283131 .spotwrapper,
#spots_room_751454502619448957 .spotwrapper {
  width: auto;
  height: 480px;
  position: relative;
  top: 90px;
  left: -10px;
}

/* center city */
#spots_room_844951477637088648 .floor-plan {
  background: url("../images/reserve/bg_844951477637088648.png") no-repeat center center;
  width: 1135px;
  height: 550px;
  margin: 0 auto;
}

#spots_room_844951477637088648 .spotwrapper {
  width: auto;
  height: 480px;
  position: relative;
  top: 160px;
  left: 40px;
}

/* rumble dc */
#spots_room_844951479029597652 .floor-plan {
  background: url("../images/reserve/bg_844951479029597652.png") no-repeat center center;
  width: 1135px;
  height: 550px;
  margin: 0 auto;
}

#spots_room_844951479029597652 .spotwrapper {
  width: auto;
  height: 480px;
  position: relative;
  top: 100px;
  left: 65px;
}

/* Brooklyn */
#spots_952965229287835635 .floor-plan,
#spots_room_952965229338167284 .floor-plan {
  background: url("../images/reserve/bg_952965229287835635.png") no-repeat center center;
  width: 1000px;
  height: 800px;
  margin: 0 auto;
}

#spots_952965229287835635 .spotwrapper,
#spots_room_952965229338167284 .spotwrapper {
  width: auto;
  height: 480px;
  position: relative;
  top: 35px;
}

/* Marina Training */
#spots_984817802441393231 .floor-plan,
#spots_room_984817802458170448 .floor-plan {
  background: url("../images/reserve/bg_984817802458170448.png") no-repeat center center;
  width: 1000px;
  height: 800px;
  margin: 0 auto;
}

#spots_984817802441393231 .spotwrapper,
#spots_room_984817802458170448 .spotwrapper {
  width: auto;
  height: 480px;
  position: relative;
  top: 35px;
}

.spot {
  overflow: hidden;
  text-align: center;
  color: #fff !important;
  position: absolute;
  font-weight: 600;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 14px;
}

.spot:hover {
  opacity: 0.6;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.bag-shape {
  width: 22px;
  height: 50px;
  border-radius: 10px;
  line-height: 50px;
}

.bag-shape.available {
  background: #dc3545;
}

.bag-shape.unavailable {
  background: #666;
}

.floor-shape {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  line-height: 30px;
}

.floor-shape.available {
  background: #dc3545;
}

.floor-shape.unavailable {
  background: #666;
}

.tread-shape {
  width: 35px;
  height: 75px;
  border-radius: 10px;
  line-height: 70px;
}

.tread-shape.available {
  background: #dc3545;
}

.tread-shape.unavailable {
  background: #666;
}

#admin .private.floor-plan-container .spotwrapper .spot {
  position: relative;
  float: left;
  margin-right: 10px;
}

#spots_room_844951479029597652 #spotcell2, #spots_room_844951479029597652 #spotcell10, #spots_room_844951479029597652 #spotcell17, #spots_room_844951479029597652 #spotcell23,
#spots_room_844951479029597652 #spotcell35, #spots_room_844951479029597652 #spotcell36, #spots_room_844951479029597652 #spotcell43, #spots_room_844951479029597652 #spotcell44, #spots_room_844951479029597652 #spotcell51, #spots_room_844951479029597652 #spotcell52, #spots_room_844951479029597652 #spotcell57 {
  top: 0px;
}

#spots_room_844951479029597652 #spotcell1, #spots_room_844951479029597652 #spotcell9, #spots_room_844951479029597652 #spotcell12, #spots_room_844951479029597652 #spotcell18, #spots_room_844951479029597652 #spotcell24 {
  top: 50px;
}

#spots_room_844951479029597652 #spotcell4, #spots_room_844951479029597652 #spotcell11, #spots_room_844951479029597652 #spotcell19, #spots_room_844951479029597652 #spotcell25,
#spots_room_844951479029597652 #spotcell31, #spots_room_844951479029597652 #spotcell32, #spots_room_844951479029597652 #spotcell37, #spots_room_844951479029597652 #spotcell38, #spots_room_844951479029597652 #spotcell45, #spots_room_844951479029597652 #spotcell46, #spots_room_844951479029597652 #spotcell53, #spots_room_844951479029597652 #spotcell54, #spots_room_844951479029597652 #spotcell58 {
  top: 100px;
}

#spots_room_844951479029597652 #spotcell3, #spots_room_844951479029597652 #spotcell6, #spots_room_844951479029597652 #spotcell14, #spots_room_844951479029597652 #spotcell20, #spots_room_844951479029597652 #spotcell26 {
  top: 150px;
}

#spots_room_844951479029597652 #spotcell5, #spots_room_844951479029597652 #spotcell13, #spots_room_844951479029597652 #spotcell21, #spots_room_844951479029597652 #spotcell27,
#spots_room_844951479029597652 #spotcell33, #spots_room_844951479029597652 #spotcell34, #spots_room_844951479029597652 #spotcell39, #spots_room_844951479029597652 #spotcell40, #spots_room_844951479029597652 #spotcell47, #spots_room_844951479029597652 #spotcell48, #spots_room_844951479029597652 #spotcell55, #spots_room_844951479029597652 #spotcell59, #spots_room_844951479029597652 #spotcell60 {
  top: 200px;
}

#spots_room_844951479029597652 #spotcell7, #spots_room_844951479029597652 #spotcell16, #spots_room_844951479029597652 #spotcell29, #spots_room_844951479029597652 #spotcell28 {
  top: 250px;
}

#spots_room_844951479029597652 #spotcell8, #spots_room_844951479029597652 #spotcell15, #spots_room_844951479029597652 #spotcell22, #spots_room_844951479029597652 #spotcell30,
#spots_room_844951479029597652 #spotcell41, #spots_room_844951479029597652 #spotcell42, #spots_room_844951479029597652 #spotcell49, #spots_room_844951479029597652 #spotcell50, #spots_room_844951479029597652 #spotcell56 {
  top: 300px;
}

#spots_room_844951479029597652 #spotcell1, #spots_room_844951479029597652 #spotcell3, #spots_room_844951479029597652 #spotcell7 {
  left: 0px;
}

#spots_room_844951479029597652 #spotcell2, #spots_room_844951479029597652 #spotcell4, #spots_room_844951479029597652 #spotcell5, #spots_room_844951479029597652 #spotcell8 {
  left: 50px;
}

#spots_room_844951479029597652 #spotcell9, #spots_room_844951479029597652 #spotcell6 {
  left: 100px;
}

#spots_room_844951479029597652 #spotcell10, #spots_room_844951479029597652 #spotcell11, #spots_room_844951479029597652 #spotcell13, #spots_room_844951479029597652 #spotcell15 {
  left: 150px;
}

#spots_room_844951479029597652 #spotcell12, #spots_room_844951479029597652 #spotcell14, #spots_room_844951479029597652 #spotcell16 {
  left: 200px;
}

#spots_room_844951479029597652 #spotcell17, #spots_room_844951479029597652 #spotcell19, #spots_room_844951479029597652 #spotcell21, #spots_room_844951479029597652 #spotcell22 {
  left: 250px;
}

#spots_room_844951479029597652 #spotcell18, #spots_room_844951479029597652 #spotcell20, #spots_room_844951479029597652 #spotcell29 {
  left: 300px;
}

#spots_room_844951479029597652 #spotcell23, #spots_room_844951479029597652 #spotcell25, #spots_room_844951479029597652 #spotcell27, #spots_room_844951479029597652 #spotcell30 {
  left: 350px;
}

#spots_room_844951479029597652 #spotcell24, #spots_room_844951479029597652 #spotcell26, #spots_room_844951479029597652 #spotcell28 {
  left: 400px;
}

#spots_room_844951479029597652 #spotcell33 {
  left: 470px;
}

#spots_room_844951479029597652 #spotcell31 {
  left: 500px;
}

#spots_room_844951479029597652 #spotcell34 {
  left: 530px;
}

#spots_room_844951479029597652 #spotcell32, #spots_room_844951479029597652 #spotcell41 {
  left: 560px;
}

#spots_room_844951479029597652 #spotcell35, #spots_room_844951479029597652 #spotcell39 {
  left: 590px;
}

#spots_room_844951479029597652 #spotcell37, #spots_room_844951479029597652 #spotcell42 {
  left: 620px;
}

#spots_room_844951479029597652 #spotcell36, #spots_room_844951479029597652 #spotcell40 {
  left: 650px;
}

#spots_room_844951479029597652 #spotcell38, #spots_room_844951479029597652 #spotcell49 {
  left: 680px;
}

#spots_room_844951479029597652 #spotcell43, #spots_room_844951479029597652 #spotcell47 {
  left: 710px;
}

#spots_room_844951479029597652 #spotcell45, #spots_room_844951479029597652 #spotcell50 {
  left: 740px;
}

#spots_room_844951479029597652 #spotcell44, #spots_room_844951479029597652 #spotcell48 {
  left: 770px;
}

#spots_room_844951479029597652 #spotcell46, #spots_room_844951479029597652 #spotcell56 {
  left: 800px;
}

#spots_room_844951479029597652 #spotcell51, #spots_room_844951479029597652 #spotcell55 {
  left: 830px;
}

#spots_room_844951479029597652 #spotcell53 {
  left: 860px;
}

#spots_room_844951479029597652 #spotcell52, #spots_room_844951479029597652 #spotcell59 {
  left: 890px;
}

#spots_room_844951479029597652 #spotcell54 {
  left: 920px;
}

#spots_room_844951479029597652 #spotcell57, #spots_room_844951479029597652 #spotcell60 {
  left: 950px;
}

#spots_room_844951479029597652 #spotcell58 {
  left: 980px;
}

#spots_room_844951477637088648 #spotcell31, #spots_room_844951477637088648 #spotcell32, #spots_room_844951477637088648 #spotcell37, #spots_room_844951477637088648 #spotcell38, #spots_room_844951477637088648 #spotcell43, #spots_room_844951477637088648 #spotcell44, #spots_room_844951477637088648 #spotcell49, #spots_room_844951477637088648 #spotcell50,
#spots_room_844951477637088648 #spotcell1, #spots_room_844951477637088648 #spotcell7, #spots_room_844951477637088648 #spotcell13, #spots_room_844951477637088648 #spotcell21, #spots_room_844951477637088648 #spotcell23, #spots_room_844951477637088648 #spotcell30 {
  top: 0px;
}

#spots_room_844951477637088648 #spotcell2, #spots_room_844951477637088648 #spotcell8, #spots_room_844951477637088648 #spotcell14, #spots_room_844951477637088648 #spotcell22, #spots_room_844951477637088648 #spotcell24 {
  top: 40px;
}

#spots_room_844951477637088648 #spotcell33, #spots_room_844951477637088648 #spotcell34, #spots_room_844951477637088648 #spotcell39, #spots_room_844951477637088648 #spotcell40, #spots_room_844951477637088648 #spotcell45, #spots_room_844951477637088648 #spotcell46, #spots_room_844951477637088648 #spotcell51, #spots_room_844951477637088648 #spotcell52, #spots_room_844951477637088648 #spotcell56, #spots_room_844951477637088648 #spotcell57, #spots_room_844951477637088648 #spotcell55,
#spots_room_844951477637088648 #spotcell3, #spots_room_844951477637088648 #spotcell9, #spots_room_844951477637088648 #spotcell15, #spots_room_844951477637088648 #spotcell19, #spots_room_844951477637088648 #spotcell25, #spots_room_844951477637088648 #spotcell29 {
  top: 80px;
}

#spots_room_844951477637088648 #spotcell4, #spots_room_844951477637088648 #spotcell10, #spots_room_844951477637088648 #spotcell16, #spots_room_844951477637088648 #spotcell20, #spots_room_844951477637088648 #spotcell26 {
  top: 120px;
}

#spots_room_844951477637088648 #spotcell35, #spots_room_844951477637088648 #spotcell36, #spots_room_844951477637088648 #spotcell41, #spots_room_844951477637088648 #spotcell42, #spots_room_844951477637088648 #spotcell47, #spots_room_844951477637088648 #spotcell48, #spots_room_844951477637088648 #spotcell53, #spots_room_844951477637088648 #spotcell54, #spots_room_844951477637088648 #spotcell58, #spots_room_844951477637088648 #spotcell59, #spots_room_844951477637088648 #spotcell60,
#spots_room_844951477637088648 #spotcell5, #spots_room_844951477637088648 #spotcell11, #spots_room_844951477637088648 #spotcell12, #spots_room_844951477637088648 #spotcell18, #spots_room_844951477637088648 #spotcell27, #spots_room_844951477637088648 #spotcell28 {
  top: 160px;
}

#spots_room_844951477637088648 #spotcell6, #spots_room_844951477637088648 #spotcell17 {
  top: 200px;
}

#spots_room_844951477637088648 #spotcell31, #spots_room_844951477637088648 #spotcell35 {
  left: 0px;
}

#spots_room_844951477637088648 #spotcell33 {
  left: -25px;
}

#spots_room_844951477637088648 #spotcell32, #spots_room_844951477637088648 #spotcell36 {
  left: 50px;
}

#spots_room_844951477637088648 #spotcell34 {
  left: 25px;
}

#spots_room_844951477637088648 #spotcell37, #spots_room_844951477637088648 #spotcell41 {
  left: 100px;
}

#spots_room_844951477637088648 #spotcell39 {
  left: 75px;
}

#spots_room_844951477637088648 #spotcell38, #spots_room_844951477637088648 #spotcell42 {
  left: 150px;
}

#spots_room_844951477637088648 #spotcell40 {
  left: 125px;
}

#spots_room_844951477637088648 #spotcell43, #spots_room_844951477637088648 #spotcell47 {
  left: 200px;
}

#spots_room_844951477637088648 #spotcell45 {
  left: 175px;
}

#spots_room_844951477637088648 #spotcell44, #spots_room_844951477637088648 #spotcell48 {
  left: 250px;
}

#spots_room_844951477637088648 #spotcell46 {
  left: 225px;
}

#spots_room_844951477637088648 #spotcell49, #spots_room_844951477637088648 #spotcell53 {
  left: 300px;
}

#spots_room_844951477637088648 #spotcell51 {
  left: 275px;
}

#spots_room_844951477637088648 #spotcell50, #spots_room_844951477637088648 #spotcell54 {
  left: 350px;
}

#spots_room_844951477637088648 #spotcell52 {
  left: 325px;
}

#spots_room_844951477637088648 #spotcell55 {
  left: 375px;
}

#spots_room_844951477637088648 #spotcell58 {
  left: 400px;
}

#spots_room_844951477637088648 #spotcell56 {
  left: 425px;
}

#spots_room_844951477637088648 #spotcell59 {
  left: 450px;
}

#spots_room_844951477637088648 #spotcell57 {
  left: 475px;
}

#spots_room_844951477637088648 #spotcell60 {
  left: 500px;
}

#spots_room_844951477637088648 #spotcell1, #spots_room_844951477637088648 #spotcell3, #spots_room_844951477637088648 #spotcell5 {
  left: 550px;
}

#spots_room_844951477637088648 #spotcell2, #spots_room_844951477637088648 #spotcell4, #spots_room_844951477637088648 #spotcell6 {
  left: 600px;
}

#spots_room_844951477637088648 #spotcell7, #spots_room_844951477637088648 #spotcell9, #spots_room_844951477637088648 #spotcell11 {
  left: 650px;
}

#spots_room_844951477637088648 #spotcell8, #spots_room_844951477637088648 #spotcell10 {
  left: 700px;
}

#spots_room_844951477637088648 #spotcell13, #spots_room_844951477637088648 #spotcell15, #spots_room_844951477637088648 #spotcell12 {
  left: 750px;
}

#spots_room_844951477637088648 #spotcell14, #spots_room_844951477637088648 #spotcell16, #spots_room_844951477637088648 #spotcell17 {
  left: 800px;
}

#spots_room_844951477637088648 #spotcell21, #spots_room_844951477637088648 #spotcell19, #spots_room_844951477637088648 #spotcell18 {
  left: 850px;
}

#spots_room_844951477637088648 #spotcell22, #spots_room_844951477637088648 #spotcell20 {
  left: 900px;
}

#spots_room_844951477637088648 #spotcell23, #spots_room_844951477637088648 #spotcell25, #spots_room_844951477637088648 #spotcell27 {
  left: 950px;
}

#spots_room_844951477637088648 #spotcell24, #spots_room_844951477637088648 #spotcell26 {
  left: 1000px;
}

#spots_room_844951477637088648 #spotcell28, #spots_room_844951477637088648 #spotcell29, #spots_room_844951477637088648 #spotcell30 {
  left: 1050px;
}

#spots_12900000003 #spotcell1, #spots_12900000003 #spotcell7, #spots_12900000003 #spotcell8, #spots_12900000003 #spotcell14, #spots_12900000003 #spotcell20, #spots_12900000003 #spotcell25, #spots_12900000003 #spotcell26, #spots_12900000003 #spotcell31, #spots_12900000003 #spotcell32, #spots_12900000003 #spotcell37, #spots_12900000003 #spotcell38, #spots_12900000003 #spotcell43, #spots_12900000003 #spotcell44, #spots_12900000003 #spotcell47,
#spots_room_12900000006 #spotcell1,
#spots_room_12900000006 #spotcell7,
#spots_room_12900000006 #spotcell8,
#spots_room_12900000006 #spotcell14,
#spots_room_12900000006 #spotcell20,
#spots_room_12900000006 #spotcell25,
#spots_room_12900000006 #spotcell26,
#spots_room_12900000006 #spotcell31,
#spots_room_12900000006 #spotcell32,
#spots_room_12900000006 #spotcell37,
#spots_room_12900000006 #spotcell38,
#spots_room_12900000006 #spotcell43,
#spots_room_12900000006 #spotcell44,
#spots_room_12900000006 #spotcell47,
#spots_room_12900000007 #spotcell1,
#spots_room_12900000007 #spotcell7,
#spots_room_12900000007 #spotcell8,
#spots_room_12900000007 #spotcell14,
#spots_room_12900000007 #spotcell20,
#spots_room_12900000007 #spotcell25,
#spots_room_12900000007 #spotcell26,
#spots_room_12900000007 #spotcell31,
#spots_room_12900000007 #spotcell32,
#spots_room_12900000007 #spotcell37,
#spots_room_12900000007 #spotcell38,
#spots_room_12900000007 #spotcell43,
#spots_room_12900000007 #spotcell44,
#spots_room_12900000007 #spotcell47 {
  top: 0px;
}

#spots_12900000003 #spotcell2, #spots_12900000003 #spotcell10, #spots_12900000003 #spotcell13, #spots_12900000003 #spotcell19, #spots_12900000003 #spotcell23,
#spots_room_12900000006 #spotcell2,
#spots_room_12900000006 #spotcell10,
#spots_room_12900000006 #spotcell13,
#spots_room_12900000006 #spotcell19,
#spots_room_12900000006 #spotcell23,
#spots_room_12900000007 #spotcell2,
#spots_room_12900000007 #spotcell10,
#spots_room_12900000007 #spotcell13,
#spots_room_12900000007 #spotcell19,
#spots_room_12900000007 #spotcell23 {
  top: 84px;
}

#spots_12900000003 #spotcell3, #spots_12900000003 #spotcell9, #spots_12900000003 #spotcell15, #spots_12900000003 #spotcell16, #spots_12900000003 #spotcell24, #spots_12900000003 #spotcell48, #spots_12900000003 #spotcell46, #spots_12900000003 #spotcell45, #spots_12900000003 #spotcell40, #spots_12900000003 #spotcell39, #spots_12900000003 #spotcell34, #spots_12900000003 #spotcell33, #spots_12900000003 #spotcell27, #spots_12900000003 #spotcell28,
#spots_room_12900000006 #spotcell3,
#spots_room_12900000006 #spotcell9,
#spots_room_12900000006 #spotcell15,
#spots_room_12900000006 #spotcell16,
#spots_room_12900000006 #spotcell24,
#spots_room_12900000006 #spotcell48,
#spots_room_12900000006 #spotcell46,
#spots_room_12900000006 #spotcell45,
#spots_room_12900000006 #spotcell40,
#spots_room_12900000006 #spotcell39,
#spots_room_12900000006 #spotcell34,
#spots_room_12900000006 #spotcell33,
#spots_room_12900000006 #spotcell27,
#spots_room_12900000006 #spotcell28,
#spots_room_12900000007 #spotcell3,
#spots_room_12900000007 #spotcell9,
#spots_room_12900000007 #spotcell15,
#spots_room_12900000007 #spotcell16,
#spots_room_12900000007 #spotcell24,
#spots_room_12900000007 #spotcell48,
#spots_room_12900000007 #spotcell46,
#spots_room_12900000007 #spotcell45,
#spots_room_12900000007 #spotcell40,
#spots_room_12900000007 #spotcell39,
#spots_room_12900000007 #spotcell34,
#spots_room_12900000007 #spotcell33,
#spots_room_12900000007 #spotcell27,
#spots_room_12900000007 #spotcell28 {
  top: 168px;
}

#spots_12900000003 #spotcell4, #spots_12900000003 #spotcell6, #spots_12900000003 #spotcell12, #spots_12900000003 #spotcell18, #spots_12900000003 #spotcell22,
#spots_room_12900000006 #spotcell4,
#spots_room_12900000006 #spotcell6,
#spots_room_12900000006 #spotcell12,
#spots_room_12900000006 #spotcell18,
#spots_room_12900000006 #spotcell22,
#spots_room_12900000007 #spotcell4,
#spots_room_12900000007 #spotcell6,
#spots_room_12900000007 #spotcell12,
#spots_room_12900000007 #spotcell18,
#spots_room_12900000007 #spotcell22 {
  top: 252px;
}

#spots_12900000003 #spotcell5, #spots_12900000003 #spotcell11, #spots_12900000003 #spotcell17, #spots_12900000003 #spotcell21, #spots_12900000003 #spotcell29, #spots_12900000003 #spotcell30, #spots_12900000003 #spotcell35, #spots_12900000003 #spotcell36, #spots_12900000003 #spotcell41, #spots_12900000003 #spotcell42,
#spots_room_12900000006 #spotcell5,
#spots_room_12900000006 #spotcell11,
#spots_room_12900000006 #spotcell17,
#spots_room_12900000006 #spotcell21,
#spots_room_12900000006 #spotcell29,
#spots_room_12900000006 #spotcell30,
#spots_room_12900000006 #spotcell35,
#spots_room_12900000006 #spotcell36,
#spots_room_12900000006 #spotcell41,
#spots_room_12900000006 #spotcell42,
#spots_room_12900000007 #spotcell5,
#spots_room_12900000007 #spotcell11,
#spots_room_12900000007 #spotcell17,
#spots_room_12900000007 #spotcell21,
#spots_room_12900000007 #spotcell29,
#spots_room_12900000007 #spotcell30,
#spots_room_12900000007 #spotcell35,
#spots_room_12900000007 #spotcell36,
#spots_room_12900000007 #spotcell41,
#spots_room_12900000007 #spotcell42 {
  top: 336px;
}

#spots_12900000003 #spotcell22, #spots_12900000003 #spotcell23,
#spots_room_12900000006 #spotcell22,
#spots_room_12900000006 #spotcell23,
#spots_room_12900000007 #spotcell22,
#spots_room_12900000007 #spotcell23 {
  left: 0px;
}

#spots_12900000003 #spotcell20, #spots_12900000003 #spotcell21, #spots_12900000003 #spotcell24,
#spots_room_12900000006 #spotcell20,
#spots_room_12900000006 #spotcell21,
#spots_room_12900000006 #spotcell24,
#spots_room_12900000007 #spotcell20,
#spots_room_12900000007 #spotcell21,
#spots_room_12900000007 #spotcell24 {
  left: 35px;
}

#spots_12900000003 #spotcell18, #spots_12900000003 #spotcell19,
#spots_room_12900000006 #spotcell18,
#spots_room_12900000006 #spotcell19,
#spots_room_12900000007 #spotcell18,
#spots_room_12900000007 #spotcell19 {
  left: 80px;
}

#spots_12900000003 #spotcell14, #spots_12900000003 #spotcell16, #spots_12900000003 #spotcell17,
#spots_room_12900000006 #spotcell14,
#spots_room_12900000006 #spotcell16,
#spots_room_12900000006 #spotcell17,
#spots_room_12900000007 #spotcell14,
#spots_room_12900000007 #spotcell16,
#spots_room_12900000007 #spotcell17 {
  left: 115px;
}

#spots_12900000003 #spotcell12, #spots_12900000003 #spotcell13,
#spots_room_12900000006 #spotcell12,
#spots_room_12900000006 #spotcell13,
#spots_room_12900000007 #spotcell12,
#spots_room_12900000007 #spotcell13 {
  left: 160px;
}

#spots_12900000003 #spotcell8, #spots_12900000003 #spotcell11, #spots_12900000003 #spotcell15,
#spots_room_12900000006 #spotcell8,
#spots_room_12900000006 #spotcell11,
#spots_room_12900000006 #spotcell15,
#spots_room_12900000007 #spotcell8,
#spots_room_12900000007 #spotcell11,
#spots_room_12900000007 #spotcell15 {
  left: 195px;
}

#spots_12900000003 #spotcell6, #spots_12900000003 #spotcell10,
#spots_room_12900000006 #spotcell6,
#spots_room_12900000006 #spotcell10,
#spots_room_12900000007 #spotcell6,
#spots_room_12900000007 #spotcell10 {
  left: 240px;
}

#spots_12900000003 #spotcell5, #spots_12900000003 #spotcell7, #spots_12900000003 #spotcell9,
#spots_room_12900000006 #spotcell5,
#spots_room_12900000006 #spotcell7,
#spots_room_12900000006 #spotcell9,
#spots_room_12900000007 #spotcell5,
#spots_room_12900000007 #spotcell7,
#spots_room_12900000007 #spotcell9 {
  left: 275px;
}

#spots_12900000003 #spotcell2, #spots_12900000003 #spotcell4,
#spots_room_12900000006 #spotcell2,
#spots_room_12900000006 #spotcell4,
#spots_room_12900000007 #spotcell2,
#spots_room_12900000007 #spotcell4 {
  left: 320px;
}

#spots_12900000003 #spotcell1, #spots_12900000003 #spotcell3,
#spots_room_12900000006 #spotcell1,
#spots_room_12900000006 #spotcell3,
#spots_room_12900000007 #spotcell1,
#spots_room_12900000007 #spotcell3 {
  left: 355px;
}

#spots_12900000003 #spotcell48,
#spots_room_12900000006 #spotcell48,
#spots_room_12900000007 #spotcell48 {
  left: 450px;
}

#spots_12900000003 #spotcell47,
#spots_room_12900000006 #spotcell47,
#spots_room_12900000007 #spotcell47 {
  left: 485px;
}

#spots_12900000003 #spotcell46,
#spots_room_12900000006 #spotcell46,
#spots_room_12900000007 #spotcell46 {
  left: 520px;
}

#spots_12900000003 #spotcell44,
#spots_room_12900000006 #spotcell44,
#spots_room_12900000007 #spotcell44 {
  left: 555px;
}

#spots_12900000003 #spotcell45,
#spots_room_12900000006 #spotcell45,
#spots_room_12900000007 #spotcell45 {
  left: 590px;
}

#spots_12900000003 #spotcell43,
#spots_room_12900000006 #spotcell43,
#spots_room_12900000007 #spotcell43 {
  left: 625px;
}

#spots_12900000003 #spotcell40,
#spots_room_12900000006 #spotcell40,
#spots_room_12900000007 #spotcell40 {
  left: 660px;
}

#spots_12900000003 #spotcell38, #spots_12900000003 #spotcell42,
#spots_room_12900000006 #spotcell38,
#spots_room_12900000006 #spotcell42,
#spots_room_12900000007 #spotcell38,
#spots_room_12900000007 #spotcell42 {
  left: 695px;
}

#spots_12900000003 #spotcell39,
#spots_room_12900000006 #spotcell39,
#spots_room_12900000007 #spotcell39 {
  left: 730px;
}

#spots_12900000003 #spotcell37, #spots_12900000003 #spotcell41,
#spots_room_12900000006 #spotcell37,
#spots_room_12900000006 #spotcell41,
#spots_room_12900000007 #spotcell37,
#spots_room_12900000007 #spotcell41 {
  left: 765px;
}

#spots_12900000003 #spotcell34,
#spots_room_12900000006 #spotcell34,
#spots_room_12900000007 #spotcell34 {
  left: 800px;
}

#spots_12900000003 #spotcell32, #spots_12900000003 #spotcell36,
#spots_room_12900000006 #spotcell32,
#spots_room_12900000006 #spotcell36,
#spots_room_12900000007 #spotcell32,
#spots_room_12900000007 #spotcell36 {
  left: 835px;
}

#spots_12900000003 #spotcell33,
#spots_room_12900000006 #spotcell33,
#spots_room_12900000007 #spotcell33 {
  left: 870px;
}

#spots_12900000003 #spotcell31, #spots_12900000003 #spotcell35,
#spots_room_12900000006 #spotcell31,
#spots_room_12900000006 #spotcell35,
#spots_room_12900000007 #spotcell31,
#spots_room_12900000007 #spotcell35 {
  left: 905px;
}

#spots_12900000003 #spotcell28,
#spots_room_12900000006 #spotcell28,
#spots_room_12900000007 #spotcell28 {
  left: 940px;
}

#spots_12900000003 #spotcell26, #spots_12900000003 #spotcell30,
#spots_room_12900000006 #spotcell26,
#spots_room_12900000006 #spotcell30,
#spots_room_12900000007 #spotcell26,
#spots_room_12900000007 #spotcell30 {
  left: 975px;
}

#spots_12900000003 #spotcell27,
#spots_room_12900000006 #spotcell27,
#spots_room_12900000007 #spotcell27 {
  left: 1010px;
}

#spots_12900000003 #spotcell25, #spots_12900000003 #spotcell29,
#spots_room_12900000006 #spotcell25,
#spots_room_12900000006 #spotcell29,
#spots_room_12900000007 #spotcell25,
#spots_room_12900000007 #spotcell29 {
  left: 1045px;
}

body:not(.body-admin) #spots_room_12900000007 #spotcell29, body:not(.body-admin) #spots_room_12900000007 #spotcell5 {
  display: none;
}

#spots_12900000002,
#spots_room_12900000003 {
  /*start new css*/
  /*bottom row top*/
  /*4th row top*/
  /*3rd row top*/
  /*4th row left top*/
  /*3rd row left top*/
}

#spots_12900000002 #spotcell1,
#spots_room_12900000003 #spotcell1 {
  left: 450px;
  top: 200px;
}

#spots_12900000002 #spotcell2,
#spots_room_12900000003 #spotcell2 {
  left: 485px;
  top: 180px;
}

#spots_12900000002 #spotcell3,
#spots_room_12900000003 #spotcell3 {
  left: 485px;
}

#spots_12900000002 #spotcell4,
#spots_room_12900000003 #spotcell4 {
  left: 520px;
  top: 310px;
}

#spots_12900000002 #spotcell5,
#spots_room_12900000003 #spotcell5 {
  left: 520px;
  top: 200px;
}

#spots_12900000002 #spotcell6,
#spots_room_12900000003 #spotcell6 {
  left: 550px;
}

#spots_12900000002 #spotcell7,
#spots_room_12900000003 #spotcell7 {
  left: 555px;
  top: 180px;
}

#spots_12900000002 #spotcell8,
#spots_room_12900000003 #spotcell8 {
  left: 520px;
  top: 120px;
}

#spots_12900000002 #spotcell9,
#spots_room_12900000003 #spotcell9 {
  left: 520px;
  top: 15px;
}

#spots_12900000002 #spotcell10,
#spots_room_12900000003 #spotcell10 {
  left: 560px;
  top: 70px;
}

#spots_12900000002 #spotcell11,
#spots_room_12900000003 #spotcell11 {
  left: 595px;
  top: 15px;
}

#spots_12900000002 #spotcell12,
#spots_room_12900000003 #spotcell12 {
  left: 595px;
  top: 120px;
}

#spots_12900000002 #spotcell13,
#spots_room_12900000003 #spotcell13 {
  left: 590px;
  top: 200px;
}

#spots_12900000002 #spotcell14,
#spots_room_12900000003 #spotcell14 {
  left: 630px;
  top: 180px;
}

#spots_12900000002 #spotcell15,
#spots_room_12900000003 #spotcell15 {
  left: 590px;
  top: 310px;
}

#spots_12900000002 #spotcell16,
#spots_room_12900000003 #spotcell16 {
  left: 625px;
}

#spots_12900000002 #spotcell17,
#spots_room_12900000003 #spotcell17 {
  left: 660px;
  top: 310px;
}

#spots_12900000002 #spotcell18,
#spots_room_12900000003 #spotcell18 {
  left: 660px;
  top: 200px;
}

#spots_12900000002 #spotcell19,
#spots_room_12900000003 #spotcell19 {
  left: 695px;
}

#spots_12900000002 #spotcell20,
#spots_room_12900000003 #spotcell20 {
  left: 730px;
  top: 310px;
}

#spots_12900000002 #spotcell21,
#spots_room_12900000003 #spotcell21 {
  left: 730px;
  top: 200px;
}

#spots_12900000002 #spotcell22,
#spots_room_12900000003 #spotcell22 {
  left: 760px;
}

#spots_12900000002 #spotcell23,
#spots_room_12900000003 #spotcell23 {
  left: 800px;
  top: 310px;
}

#spots_12900000002 #spotcell24,
#spots_room_12900000003 #spotcell24 {
  left: 800px;
  top: 200px;
}

#spots_12900000002 #spotcell25,
#spots_room_12900000003 #spotcell25 {
  left: 835px;
}

#spots_12900000002 #spotcell26,
#spots_room_12900000003 #spotcell26 {
  left: 870px;
  top: 310px;
}

#spots_12900000002 #spotcell27,
#spots_room_12900000003 #spotcell27 {
  left: 870px;
  top: 200px;
}

#spots_12900000002 #spotcell28,
#spots_room_12900000003 #spotcell28 {
  left: 910px;
}

#spots_12900000002 #spotcell29,
#spots_room_12900000003 #spotcell29 {
  left: 937px;
  top: 310px;
}

#spots_12900000002 #spotcell30,
#spots_room_12900000003 #spotcell30 {
  left: 937px;
  top: 200px;
}

#spots_12900000002 #spotcell31,
#spots_room_12900000003 #spotcell31 {
  left: -100px;
  top: 310px;
}

#spots_12900000002 #spotcell32,
#spots_room_12900000003 #spotcell32 {
  left: -50px;
  top: 310px;
}

#spots_12900000002 #spotcell35,
#spots_room_12900000003 #spotcell35 {
  left: 0;
  top: 310px;
}

#spots_12900000002 #spotcell33,
#spots_room_12900000003 #spotcell33 {
  left: -75px;
  top: 200px;
}

#spots_12900000002 #spotcell34,
#spots_room_12900000003 #spotcell34 {
  left: -25px;
  top: 200px;
}

#spots_12900000002 #spotcell37,
#spots_room_12900000003 #spotcell37 {
  left: 25px;
  top: 200px;
}

#spots_12900000002 #spotcell36,
#spots_room_12900000003 #spotcell36 {
  left: 50px;
  top: 310px;
}

#spots_12900000002 #spotcell39,
#spots_room_12900000003 #spotcell39 {
  left: 100px;
  top: 310px;
}

#spots_12900000002 #spotcell38,
#spots_room_12900000003 #spotcell38 {
  left: 75px;
  top: 200px;
}

#spots_12900000002 #spotcell41,
#spots_room_12900000003 #spotcell41 {
  left: 125px;
  top: 200px;
}

#spots_12900000002 #spotcell40,
#spots_room_12900000003 #spotcell40 {
  left: 150px;
  top: 310px;
}

#spots_12900000002 #spotcell47,
#spots_room_12900000003 #spotcell47 {
  left: 200px;
  top: 310px;
}

#spots_12900000002 #spotcell42,
#spots_room_12900000003 #spotcell42 {
  left: 175px;
  top: 200px;
}

#spots_12900000002 #spotcell46,
#spots_room_12900000003 #spotcell46 {
  left: 225px;
  top: 200px;
}

#spots_12900000002 #spotcell43,
#spots_room_12900000003 #spotcell43 {
  left: 150px;
  top: 130px;
}

#spots_12900000002 #spotcell44,
#spots_room_12900000003 #spotcell44 {
  left: 200px;
  top: 130px;
}

#spots_12900000002 #spotcell45,
#spots_room_12900000003 #spotcell45 {
  left: 250px;
  top: 130px;
}

#spots_12900000002 #spotcell49,
#spots_room_12900000003 #spotcell49 {
  left: 275px;
  top: 200px;
}

#spots_12900000002 #spotcell48,
#spots_room_12900000003 #spotcell48 {
  left: 250px;
  top: 310px;
}

#spots_12900000002 #spotcell51,
#spots_room_12900000003 #spotcell51 {
  left: 300px;
  top: 310px;
}

#spots_12900000002 #spotcell52,
#spots_room_12900000003 #spotcell52 {
  left: 350px;
  top: 310px;
}

#spots_12900000002 #spotcell50,
#spots_room_12900000003 #spotcell50 {
  left: 325px;
  top: 200px;
}

#spots_12900000002 #spotcell53,
#spots_room_12900000003 #spotcell53 {
  left: 375px;
  top: 270px;
}

#spots_12900000002 #spotcell54,
#spots_room_12900000003 #spotcell54 {
  left: 400px;
  top: 195px;
}

#spots_12900000002 #spotcell55,
#spots_room_12900000003 #spotcell55 {
  left: 350px;
  top: 130px;
}

#spots_12900000002 #spotcell58,
#spots_room_12900000003 #spotcell58 {
  left: 320px;
  top: 40px;
}

#spots_12900000002 #spotcell59,
#spots_room_12900000003 #spotcell59 {
  left: 370px;
  top: 40px;
}

#spots_12900000002 #spotcell56,
#spots_room_12900000003 #spotcell56 {
  left: 400px;
  top: 130px;
}

#spots_12900000002 #spotcell60,
#spots_room_12900000003 #spotcell60 {
  left: 420px;
  top: 40px;
}

#spots_12900000002 #spotcell57,
#spots_room_12900000003 #spotcell57 {
  left: 450px;
  top: 130px;
}

#spots_12900000002 #spotcell31, #spots_12900000002 #spotcell32, #spots_12900000002 #spotcell35, #spots_12900000002 #spotcell36, #spots_12900000002 #spotcell39, #spots_12900000002 #spotcell40, #spots_12900000002 #spotcell47, #spots_12900000002 #spotcell48, #spots_12900000002 #spotcell51, #spots_12900000002 #spotcell52,
#spots_room_12900000003 #spotcell31,
#spots_room_12900000003 #spotcell32,
#spots_room_12900000003 #spotcell35,
#spots_room_12900000003 #spotcell36,
#spots_room_12900000003 #spotcell39,
#spots_room_12900000003 #spotcell40,
#spots_room_12900000003 #spotcell47,
#spots_room_12900000003 #spotcell48,
#spots_room_12900000003 #spotcell51,
#spots_room_12900000003 #spotcell52 {
  top: 340px;
}

#spots_12900000002 #spotcell4, #spots_12900000002 #spotcell15, #spots_12900000002 #spotcell17, #spots_12900000002 #spotcell20, #spots_12900000002 #spotcell23, #spots_12900000002 #spotcell26, #spots_12900000002 #spotcell29,
#spots_room_12900000003 #spotcell4,
#spots_room_12900000003 #spotcell15,
#spots_room_12900000003 #spotcell17,
#spots_room_12900000003 #spotcell20,
#spots_room_12900000003 #spotcell23,
#spots_room_12900000003 #spotcell26,
#spots_room_12900000003 #spotcell29 {
  top: 350px;
}

#spots_12900000002 #spotcell3, #spots_12900000002 #spotcell6, #spots_12900000002 #spotcell16, #spots_12900000002 #spotcell19, #spots_12900000002 #spotcell22, #spots_12900000002 #spotcell25, #spots_12900000002 #spotcell28,
#spots_room_12900000003 #spotcell3,
#spots_room_12900000003 #spotcell6,
#spots_room_12900000003 #spotcell16,
#spots_room_12900000003 #spotcell19,
#spots_room_12900000003 #spotcell22,
#spots_room_12900000003 #spotcell25,
#spots_room_12900000003 #spotcell28 {
  top: 295px;
}

#spots_12900000002 #spotcell1, #spots_12900000002 #spotcell5, #spots_12900000002 #spotcell13, #spots_12900000002 #spotcell18, #spots_12900000002 #spotcell21, #spots_12900000002 #spotcell24, #spots_12900000002 #spotcell27, #spots_12900000002 #spotcell30,
#spots_room_12900000003 #spotcell1,
#spots_room_12900000003 #spotcell5,
#spots_room_12900000003 #spotcell13,
#spots_room_12900000003 #spotcell18,
#spots_room_12900000003 #spotcell21,
#spots_room_12900000003 #spotcell24,
#spots_room_12900000003 #spotcell27,
#spots_room_12900000003 #spotcell30 {
  top: 240px;
}

#spots_12900000002 #spotcell33, #spots_12900000002 #spotcell34, #spots_12900000002 #spotcell37, #spots_12900000002 #spotcell38, #spots_12900000002 #spotcell41, #spots_12900000002 #spotcell42, #spots_12900000002 #spotcell46, #spots_12900000002 #spotcell50, #spots_12900000002 #spotcell49,
#spots_room_12900000003 #spotcell33,
#spots_room_12900000003 #spotcell34,
#spots_room_12900000003 #spotcell37,
#spots_room_12900000003 #spotcell38,
#spots_room_12900000003 #spotcell41,
#spots_room_12900000003 #spotcell42,
#spots_room_12900000003 #spotcell46,
#spots_room_12900000003 #spotcell50,
#spots_room_12900000003 #spotcell49 {
  top: 270px;
}

#spots_12900000002 #spotcell43, #spots_12900000002 #spotcell44, #spots_12900000002 #spotcell45,
#spots_room_12900000003 #spotcell43,
#spots_room_12900000003 #spotcell44,
#spots_room_12900000003 #spotcell45 {
  top: 195px;
}

#spots_room_12900000001 #spotcell1,
#spots_12900000001 #spotcell1 {
  left: 435px;
  top: 134px;
}

#spots_room_12900000001 #spotcell2,
#spots_12900000001 #spotcell2 {
  left: 491px;
  top: 85px;
}

#spots_room_12900000001 #spotcell3,
#spots_12900000001 #spotcell3 {
  left: 490px;
  top: 187px;
}

#spots_room_12900000001 #spotcell4,
#spots_12900000001 #spotcell4 {
  left: 491px;
  top: 297px;
}

#spots_room_12900000001 #spotcell5,
#spots_12900000001 #spotcell5 {
  left: 545px;
  top: 29px;
}

#spots_room_12900000001 #spotcell6,
#spots_12900000001 #spotcell6 {
  left: 601px;
  top: 83px;
}

#spots_room_12900000001 #spotcell7,
#spots_12900000001 #spotcell7 {
  left: 547px;
  top: 136px;
}

#spots_room_12900000001 #spotcell8,
#spots_12900000001 #spotcell8 {
  left: 602px;
  top: 187px;
}

#spots_room_12900000001 #spotcell9,
#spots_12900000001 #spotcell9 {
  left: 548px;
  top: 249px;
}

#spots_room_12900000001 #spotcell10,
#spots_12900000001 #spotcell10 {
  left: 603px;
  top: 297px;
}

#spots_room_12900000001 #spotcell11,
#spots_12900000001 #spotcell11 {
  left: 657px;
  top: 29px;
}

#spots_room_12900000001 #spotcell12,
#spots_12900000001 #spotcell12 {
  left: 710px;
  top: 83px;
}

#spots_room_12900000001 #spotcell13,
#spots_12900000001 #spotcell13 {
  left: 657px;
  top: 137px;
}

#spots_room_12900000001 #spotcell14,
#spots_12900000001 #spotcell14 {
  left: 711px;
  top: 187px;
}

#spots_room_12900000001 #spotcell15,
#spots_12900000001 #spotcell15 {
  left: 657px;
  top: 249px;
}

#spots_room_12900000001 #spotcell16,
#spots_12900000001 #spotcell16 {
  left: 712px;
  top: 297px;
}

#spots_room_12900000001 #spotcell17,
#spots_12900000001 #spotcell17 {
  left: 766px;
  top: 28px;
}

#spots_room_12900000001 #spotcell18,
#spots_12900000001 #spotcell18 {
  left: 822px;
  top: 84px;
}

#spots_room_12900000001 #spotcell19,
#spots_12900000001 #spotcell19 {
  left: 768px;
  top: 137px;
}

#spots_room_12900000001 #spotcell20,
#spots_12900000001 #spotcell20 {
  left: 823px;
  top: 187px;
}

#spots_room_12900000001 #spotcell21,
#spots_12900000001 #spotcell21 {
  left: 768px;
  top: 249px;
}

#spots_room_12900000001 #spotcell22,
#spots_12900000001 #spotcell22 {
  left: 824px;
  top: 297px;
}

#spots_room_12900000001 #spotcell23,
#spots_12900000001 #spotcell23 {
  left: 878px;
  top: 29px;
}

#spots_room_12900000001 #spotcell24,
#spots_12900000001 #spotcell24 {
  left: 933px;
  top: 84px;
}

#spots_room_12900000001 #spotcell25,
#spots_12900000001 #spotcell25 {
  left: 878px;
  top: 137px;
}

#spots_room_12900000001 #spotcell26,
#spots_12900000001 #spotcell26 {
  left: 934px;
  top: 187px;
}

#spots_room_12900000001 #spotcell27,
#spots_12900000001 #spotcell27 {
  left: 879px;
  top: 249px;
}

#spots_room_12900000001 #spotcell28,
#spots_12900000001 #spotcell28 {
  left: 934px;
  top: 297px;
}

#spots_room_12900000001 #spotcell29,
#spots_12900000001 #spotcell29 {
  left: 879px;
  top: 354px;
}

#spots_room_12900000001 #spotcell30,
#spots_12900000001 #spotcell30 {
  left: 934px;
  top: 407px;
}

#spots_room_12900000001 #spotcell31,
#spots_12900000001 #spotcell31 {
  left: 28px;
  top: 53px;
}

#spots_room_12900000001 #spotcell32,
#spots_12900000001 #spotcell32 {
  left: 90px;
  top: 52px;
}

#spots_room_12900000001 #spotcell33,
#spots_12900000001 #spotcell33 {
  left: 62px;
  top: 136px;
}

#spots_room_12900000001 #spotcell34,
#spots_12900000001 #spotcell34 {
  left: 124px;
  top: 136px;
}

#spots_room_12900000001 #spotcell35,
#spots_12900000001 #spotcell35 {
  left: 32px;
  top: 216px;
}

#spots_room_12900000001 #spotcell36,
#spots_12900000001 #spotcell36 {
  left: 95px;
  top: 217px;
}

#spots_room_12900000001 #spotcell37,
#spots_12900000001 #spotcell37 {
  left: 62px;
  top: 300px;
}

#spots_room_12900000001 #spotcell38,
#spots_12900000001 #spotcell38 {
  left: 123px;
  top: 299px;
}

#spots_room_12900000001 #spotcell39,
#spots_12900000001 #spotcell39 {
  left: 31px;
  top: 383px;
}

#spots_room_12900000001 #spotcell40,
#spots_12900000001 #spotcell40 {
  left: 91px;
  top: 383px;
}

#spots_room_12900000001 #spotcell41,
#spots_12900000001 #spotcell41 {
  left: 150px;
  top: 53px;
}

#spots_room_12900000001 #spotcell42,
#spots_12900000001 #spotcell42 {
  left: 209px;
  top: 52px;
}

#spots_room_12900000001 #spotcell43,
#spots_12900000001 #spotcell43 {
  left: 183px;
  top: 136px;
}

#spots_room_12900000001 #spotcell44,
#spots_12900000001 #spotcell44 {
  left: 243px;
  top: 136px;
}

#spots_room_12900000001 #spotcell45,
#spots_12900000001 #spotcell45 {
  left: 154px;
  top: 217px;
}

#spots_room_12900000001 #spotcell46,
#spots_12900000001 #spotcell46 {
  left: 214px;
  top: 216px;
}

#spots_room_12900000001 #spotcell47,
#spots_12900000001 #spotcell47 {
  left: 183px;
  top: 300px;
}

#spots_room_12900000001 #spotcell48,
#spots_12900000001 #spotcell48 {
  left: 243px;
  top: 299px;
}

#spots_room_12900000001 #spotcell49,
#spots_12900000001 #spotcell49 {
  left: 152px;
  top: 382px;
}

#spots_room_12900000001 #spotcell50,
#spots_12900000001 #spotcell50 {
  left: 212px;
  top: 382px;
}

#spots_room_12900000001 #spotcell51,
#spots_12900000001 #spotcell51 {
  left: 270px;
  top: 53px;
}

#spots_room_12900000001 #spotcell52,
#spots_12900000001 #spotcell52 {
  left: 331px;
  top: 53px;
}

#spots_room_12900000001 #spotcell53,
#spots_12900000001 #spotcell53 {
  left: 304px;
  top: 137px;
}

#spots_room_12900000001 #spotcell54,
#spots_12900000001 #spotcell54 {
  left: 364px;
  top: 137px;
}

#spots_room_12900000001 #spotcell55,
#spots_12900000001 #spotcell55 {
  left: 273px;
  top: 217px;
}

#spots_room_12900000001 #spotcell56,
#spots_12900000001 #spotcell56 {
  left: 334px;
  top: 217px;
}

#spots_room_12900000001 #spotcell57,
#spots_12900000001 #spotcell57 {
  left: 304px;
  top: 300px;
}

#spots_room_12900000001 #spotcell58,
#spots_12900000001 #spotcell58 {
  left: 364px;
  top: 300px;
}

#spots_room_12900000001 #spotcell59,
#spots_12900000001 #spotcell59 {
  left: 395px;
  top: 217px;
}

#spots_room_12900000001 #spotcell60,
#spots_12900000001 #spotcell60 {
  left: 424px;
  top: 300px;
}

#spots_12900000004 #spotcell22,
#spots_12900000004 #spotcell11,
#spots_12900000004 #spotcell1,
#spots_room_12900000009 #spotcell22,
#spots_room_12900000009 #spotcell11,
#spots_room_12900000009 #spotcell1 {
  top: 326px;
}

#spots_12900000004 #spotcell15,
#spots_12900000004 #spotcell13,
#spots_12900000004 #spotcell10,
#spots_12900000004 #spotcell1,
#spots_room_12900000009 #spotcell15,
#spots_room_12900000009 #spotcell13,
#spots_room_12900000009 #spotcell10,
#spots_room_12900000009 #spotcell1 {
  left: 314px;
}

#spots_12900000004 #spotcell17,
#spots_12900000004 #spotcell16,
#spots_12900000004 #spotcell14,
#spots_12900000004 #spotcell19,
#spots_12900000004 #spotcell2,
#spots_room_12900000009 #spotcell17,
#spots_room_12900000009 #spotcell16,
#spots_room_12900000009 #spotcell14,
#spots_room_12900000009 #spotcell19,
#spots_room_12900000009 #spotcell2 {
  left: 257px;
}

#spots_12900000004 #spotcell32,
#spots_12900000004 #spotcell31,
#spots_12900000004 #spotcell21,
#spots_12900000004 #spotcell12,
#spots_12900000004 #spotcell2,
#spots_room_12900000009 #spotcell32,
#spots_room_12900000009 #spotcell31,
#spots_room_12900000009 #spotcell21,
#spots_room_12900000009 #spotcell12,
#spots_room_12900000009 #spotcell2 {
  top: 383px;
}

#spots_12900000004 #spotcell7,
#spots_12900000004 #spotcell3,
#spots_room_12900000009 #spotcell7,
#spots_room_12900000009 #spotcell3 {
  left: 427px;
}

#spots_12900000004 #spotcell5,
#spots_room_12900000009 #spotcell5 {
  left: 457px;
}

#spots_12900000004 #spotcell25,
#spots_12900000004 #spotcell23,
#spots_12900000004 #spotcell13,
#spots_12900000004 #spotcell3,
#spots_room_12900000009 #spotcell25,
#spots_room_12900000009 #spotcell23,
#spots_room_12900000009 #spotcell13,
#spots_room_12900000009 #spotcell3 {
  top: 213px;
}

#spots_12900000004 #spotcell4,
#spots_12900000004 #spotcell6,
#spots_12900000004 #spotcell8,
#spots_12900000004 #spotcell9,
#spots_12900000004 #spotcell4,
#spots_room_12900000009 #spotcell4,
#spots_room_12900000009 #spotcell6,
#spots_room_12900000009 #spotcell8,
#spots_room_12900000009 #spotcell9,
#spots_room_12900000009 #spotcell4 {
  left: 370px;
}

#spots_12900000004 #spotcell26,
#spots_12900000004 #spotcell24,
#spots_12900000004 #spotcell14,
#spots_12900000004 #spotcell4,
#spots_room_12900000009 #spotcell26,
#spots_room_12900000009 #spotcell24,
#spots_room_12900000009 #spotcell14,
#spots_room_12900000009 #spotcell4 {
  top: 274px;
}

#spots_12900000004 #spotcell5,
#spots_12900000004 #spotcell15,
#spots_12900000004 #spotcell18,
#spots_room_12900000009 #spotcell5,
#spots_room_12900000009 #spotcell15,
#spots_room_12900000009 #spotcell18 {
  top: 100px;
}

#spots_12900000004 #spotcell56,
#spots_12900000004 #spotcell55,
#spots_12900000004 #spotcell46,
#spots_12900000004 #spotcell45,
#spots_12900000004 #spotcell36,
#spots_12900000004 #spotcell35,
#spots_12900000004 #spotcell28,
#spots_12900000004 #spotcell27,
#spots_12900000004 #spotcell16,
#spots_12900000004 #spotcell6,
#spots_room_12900000009 #spotcell56,
#spots_room_12900000009 #spotcell55,
#spots_room_12900000009 #spotcell46,
#spots_room_12900000009 #spotcell45,
#spots_room_12900000009 #spotcell36,
#spots_room_12900000009 #spotcell35,
#spots_room_12900000009 #spotcell28,
#spots_room_12900000009 #spotcell27,
#spots_room_12900000009 #spotcell16,
#spots_room_12900000009 #spotcell6 {
  top: 161px;
}

#spots_12900000004 #spotcell10,
#spots_12900000004 #spotcell20,
#spots_12900000004 #spotcell7,
#spots_room_12900000009 #spotcell10,
#spots_room_12900000009 #spotcell20,
#spots_room_12900000009 #spotcell7 {
  top: -13px;
}

#spots_12900000004 #spotcell48,
#spots_12900000004 #spotcell47,
#spots_12900000004 #spotcell38,
#spots_12900000004 #spotcell37,
#spots_12900000004 #spotcell29,
#spots_12900000004 #spotcell17,
#spots_12900000004 #spotcell8,
#spots_room_12900000009 #spotcell48,
#spots_room_12900000009 #spotcell47,
#spots_room_12900000009 #spotcell38,
#spots_room_12900000009 #spotcell37,
#spots_room_12900000009 #spotcell29,
#spots_room_12900000009 #spotcell17,
#spots_room_12900000009 #spotcell8 {
  top: 48px;
}

#spots_12900000004 #spotcell60,
#spots_12900000004 #spotcell59,
#spots_12900000004 #spotcell50,
#spots_12900000004 #spotcell49,
#spots_12900000004 #spotcell40,
#spots_12900000004 #spotcell39,
#spots_12900000004 #spotcell30,
#spots_12900000004 #spotcell19,
#spots_12900000004 #spotcell9,
#spots_room_12900000009 #spotcell60,
#spots_room_12900000009 #spotcell59,
#spots_room_12900000009 #spotcell50,
#spots_room_12900000009 #spotcell49,
#spots_room_12900000009 #spotcell40,
#spots_room_12900000009 #spotcell39,
#spots_room_12900000009 #spotcell30,
#spots_room_12900000009 #spotcell19,
#spots_room_12900000009 #spotcell9 {
  top: -65px;
}

#spots_12900000004 #spotcell11,
#spots_12900000004 #spotcell18,
#spots_12900000004 #spotcell23,
#spots_12900000004 #spotcell20,
#spots_room_12900000009 #spotcell11,
#spots_room_12900000009 #spotcell18,
#spots_room_12900000009 #spotcell23,
#spots_room_12900000009 #spotcell20 {
  left: 201px;
}

#spots_12900000004 #spotcell30,
#spots_12900000004 #spotcell29,
#spots_12900000004 #spotcell27,
#spots_12900000004 #spotcell24,
#spots_12900000004 #spotcell12,
#spots_room_12900000009 #spotcell30,
#spots_room_12900000009 #spotcell29,
#spots_room_12900000009 #spotcell27,
#spots_room_12900000009 #spotcell24,
#spots_room_12900000009 #spotcell12 {
  left: 144px;
}

#spots_12900000004 #spotcell21,
#spots_12900000004 #spotcell26,
#spots_12900000004 #spotcell28,
#spots_room_12900000009 #spotcell21,
#spots_room_12900000009 #spotcell26,
#spots_room_12900000009 #spotcell28 {
  left: 31px;
}

#spots_12900000004 #spotcell22,
#spots_12900000004 #spotcell25,
#spots_room_12900000009 #spotcell22,
#spots_room_12900000009 #spotcell25 {
  left: 88px;
}

#spots_12900000004 #spotcell39,
#spots_12900000004 #spotcell35,
#spots_12900000004 #spotcell31,
#spots_room_12900000009 #spotcell39,
#spots_room_12900000009 #spotcell35,
#spots_room_12900000009 #spotcell31 {
  left: 1078px;
}

#spots_12900000004 #spotcell40,
#spots_12900000004 #spotcell36,
#spots_12900000004 #spotcell32,
#spots_room_12900000009 #spotcell40,
#spots_room_12900000009 #spotcell36,
#spots_room_12900000009 #spotcell32 {
  left: 985px;
}

#spots_12900000004 #spotcell37,
#spots_12900000004 #spotcell33,
#spots_room_12900000009 #spotcell37,
#spots_room_12900000009 #spotcell33 {
  left: 1031px;
}

#spots_12900000004 #spotcell53,
#spots_12900000004 #spotcell52,
#spots_12900000004 #spotcell44,
#spots_12900000004 #spotcell43,
#spots_12900000004 #spotcell34,
#spots_12900000004 #spotcell33,
#spots_room_12900000009 #spotcell53,
#spots_room_12900000009 #spotcell52,
#spots_room_12900000009 #spotcell44,
#spots_room_12900000009 #spotcell43,
#spots_room_12900000009 #spotcell34,
#spots_room_12900000009 #spotcell33 {
  top: 274px;
}

#spots_12900000004 #spotcell38,
#spots_12900000004 #spotcell34,
#spots_room_12900000009 #spotcell38,
#spots_room_12900000009 #spotcell34 {
  left: 938px;
}

#spots_12900000004 #spotcell49,
#spots_12900000004 #spotcell45,
#spots_12900000004 #spotcell41,
#spots_room_12900000009 #spotcell49,
#spots_room_12900000009 #spotcell45,
#spots_room_12900000009 #spotcell41 {
  left: 892px;
}

#spots_12900000004 #spotcell50,
#spots_12900000004 #spotcell46,
#spots_12900000004 #spotcell42,
#spots_room_12900000009 #spotcell50,
#spots_room_12900000009 #spotcell46,
#spots_room_12900000009 #spotcell42 {
  left: 798px;
}

#spots_12900000004 #spotcell47,
#spots_12900000004 #spotcell43,
#spots_room_12900000009 #spotcell47,
#spots_room_12900000009 #spotcell43 {
  left: 845px;
}

#spots_12900000004 #spotcell44,
#spots_12900000004 #spotcell48,
#spots_room_12900000009 #spotcell44,
#spots_room_12900000009 #spotcell48 {
  left: 752px;
}

#spots_12900000004 #spotcell59,
#spots_12900000004 #spotcell55,
#spots_12900000004 #spotcell51,
#spots_room_12900000009 #spotcell59,
#spots_room_12900000009 #spotcell55,
#spots_room_12900000009 #spotcell51 {
  left: 705px;
}

#spots_12900000004 #spotcell54,
#spots_12900000004 #spotcell41,
#spots_12900000004 #spotcell42,
#spots_12900000004 #spotcell51,
#spots_room_12900000009 #spotcell54,
#spots_room_12900000009 #spotcell41,
#spots_room_12900000009 #spotcell42,
#spots_room_12900000009 #spotcell51 {
  top: 383px;
}

#spots_12900000004 #spotcell57,
#spots_12900000004 #spotcell52,
#spots_room_12900000009 #spotcell57,
#spots_room_12900000009 #spotcell52 {
  left: 659px;
}

#spots_12900000004 #spotcell58,
#spots_12900000004 #spotcell53,
#spots_room_12900000009 #spotcell58,
#spots_room_12900000009 #spotcell53 {
  left: 566px;
}

#spots_12900000004 #spotcell54,
#spots_12900000004 #spotcell60,
#spots_12900000004 #spotcell56,
#spots_room_12900000009 #spotcell54,
#spots_room_12900000009 #spotcell60,
#spots_room_12900000009 #spotcell56 {
  left: 612px;
}

#spots_12900000004 #spotcell57,
#spots_12900000004 #spotcell58,
#spots_room_12900000009 #spotcell57,
#spots_room_12900000009 #spotcell58 {
  top: 48px;
}

#spots_751454502594283131,
#spots_room_751454502619448957 {
  /* Left side */
  /* Right side */
}

#spots_751454502594283131 #spotcell35,
#spots_751454502594283131 #spotcell36,
#spots_751454502594283131 #spotcell39,
#spots_751454502594283131 #spotcell40,
#spots_751454502594283131 #spotcell41,
#spots_room_751454502619448957 #spotcell35,
#spots_room_751454502619448957 #spotcell36,
#spots_room_751454502619448957 #spotcell39,
#spots_room_751454502619448957 #spotcell40,
#spots_room_751454502619448957 #spotcell41 {
  top: 20px;
}

#spots_751454502594283131 #spotcell33,
#spots_751454502594283131 #spotcell34,
#spots_751454502594283131 #spotcell37,
#spots_751454502594283131 #spotcell38,
#spots_751454502594283131 #spotcell42,
#spots_751454502594283131 #spotcell52,
#spots_751454502594283131 #spotcell53,
#spots_751454502594283131 #spotcell54,
#spots_751454502594283131 #spotcell57,
#spots_room_751454502619448957 #spotcell33,
#spots_room_751454502619448957 #spotcell34,
#spots_room_751454502619448957 #spotcell37,
#spots_room_751454502619448957 #spotcell38,
#spots_room_751454502619448957 #spotcell42,
#spots_room_751454502619448957 #spotcell52,
#spots_room_751454502619448957 #spotcell53,
#spots_room_751454502619448957 #spotcell54,
#spots_room_751454502619448957 #spotcell57 {
  top: 90px;
}

#spots_751454502594283131 #spotcell31,
#spots_751454502594283131 #spotcell32,
#spots_751454502594283131 #spotcell43,
#spots_751454502594283131 #spotcell45,
#spots_751454502594283131 #spotcell51,
#spots_751454502594283131 #spotcell55,
#spots_751454502594283131 #spotcell58,
#spots_room_751454502619448957 #spotcell31,
#spots_room_751454502619448957 #spotcell32,
#spots_room_751454502619448957 #spotcell43,
#spots_room_751454502619448957 #spotcell45,
#spots_room_751454502619448957 #spotcell51,
#spots_room_751454502619448957 #spotcell55,
#spots_room_751454502619448957 #spotcell58 {
  top: 160px;
}

#spots_751454502594283131 #spotcell44,
#spots_751454502594283131 #spotcell46,
#spots_751454502594283131 #spotcell50,
#spots_751454502594283131 #spotcell56,
#spots_751454502594283131 #spotcell59,
#spots_room_751454502619448957 #spotcell44,
#spots_room_751454502619448957 #spotcell46,
#spots_room_751454502619448957 #spotcell50,
#spots_room_751454502619448957 #spotcell56,
#spots_room_751454502619448957 #spotcell59 {
  top: 230px;
}

#spots_751454502594283131 #spotcell47,
#spots_751454502594283131 #spotcell48,
#spots_751454502594283131 #spotcell49,
#spots_751454502594283131 #spotcell60,
#spots_room_751454502619448957 #spotcell47,
#spots_room_751454502619448957 #spotcell48,
#spots_room_751454502619448957 #spotcell49,
#spots_room_751454502619448957 #spotcell60 {
  top: 300px;
}

#spots_751454502594283131 #spotcell35,
#spots_room_751454502619448957 #spotcell35 {
  left: 50px;
}

#spots_751454502594283131 #spotcell31,
#spots_room_751454502619448957 #spotcell31 {
  left: 65px;
}

#spots_751454502594283131 #spotcell33,
#spots_room_751454502619448957 #spotcell33 {
  left: 75px;
}

#spots_751454502594283131 #spotcell36,
#spots_room_751454502619448957 #spotcell36 {
  left: 100px;
}

#spots_751454502594283131 #spotcell32,
#spots_room_751454502619448957 #spotcell32 {
  left: 115px;
}

#spots_751454502594283131 #spotcell34,
#spots_room_751454502619448957 #spotcell34 {
  left: 125px;
}

#spots_751454502594283131 #spotcell39,
#spots_room_751454502619448957 #spotcell39 {
  left: 150px;
}

#spots_751454502594283131 #spotcell37,
#spots_room_751454502619448957 #spotcell37 {
  left: 175px;
}

#spots_751454502594283131 #spotcell40,
#spots_room_751454502619448957 #spotcell40 {
  left: 200px;
}

#spots_751454502594283131 #spotcell38,
#spots_room_751454502619448957 #spotcell38 {
  left: 225px;
}

#spots_751454502594283131 #spotcell41,
#spots_751454502594283131 #spotcell43,
#spots_room_751454502619448957 #spotcell41,
#spots_room_751454502619448957 #spotcell43 {
  left: 250px;
}

#spots_751454502594283131 #spotcell42,
#spots_751454502594283131 #spotcell44,
#spots_room_751454502619448957 #spotcell42,
#spots_room_751454502619448957 #spotcell44 {
  left: 275px;
}

#spots_751454502594283131 #spotcell45,
#spots_751454502594283131 #spotcell47,
#spots_room_751454502619448957 #spotcell45,
#spots_room_751454502619448957 #spotcell47 {
  left: 300px;
}

#spots_751454502594283131 #spotcell46,
#spots_751454502594283131 #spotcell52,
#spots_room_751454502619448957 #spotcell46,
#spots_room_751454502619448957 #spotcell52 {
  left: 325px;
}

#spots_751454502594283131 #spotcell48,
#spots_751454502594283131 #spotcell51,
#spots_room_751454502619448957 #spotcell48,
#spots_room_751454502619448957 #spotcell51 {
  left: 350px;
}

#spots_751454502594283131 #spotcell50,
#spots_751454502594283131 #spotcell53,
#spots_room_751454502619448957 #spotcell50,
#spots_room_751454502619448957 #spotcell53 {
  left: 375px;
}

#spots_751454502594283131 #spotcell49,
#spots_751454502594283131 #spotcell55,
#spots_room_751454502619448957 #spotcell49,
#spots_room_751454502619448957 #spotcell55 {
  left: 400px;
}

#spots_751454502594283131 #spotcell56,
#spots_751454502594283131 #spotcell54,
#spots_room_751454502619448957 #spotcell56,
#spots_room_751454502619448957 #spotcell54 {
  left: 425px;
}

#spots_751454502594283131 #spotcell58,
#spots_751454502594283131 #spotcell60,
#spots_room_751454502619448957 #spotcell58,
#spots_room_751454502619448957 #spotcell60 {
  left: 450px;
}

#spots_751454502594283131 #spotcell57,
#spots_751454502594283131 #spotcell59,
#spots_room_751454502619448957 #spotcell57,
#spots_room_751454502619448957 #spotcell59 {
  left: 475px;
}

#spots_751454502594283131 #spotcell26,
#spots_room_751454502619448957 #spotcell26 {
  top: 25px;
}

#spots_751454502594283131 #spotcell10,
#spots_room_751454502619448957 #spotcell10 {
  top: 50px;
}

#spots_751454502594283131 #spotcell25,
#spots_room_751454502619448957 #spotcell25 {
  top: 60px;
}

#spots_751454502594283131 #spotcell27,
#spots_room_751454502619448957 #spotcell27 {
  top: 90px;
}

#spots_751454502594283131 #spotcell5,
#spots_751454502594283131 #spotcell9,
#spots_751454502594283131 #spotcell11,
#spots_751454502594283131 #spotcell24,
#spots_room_751454502619448957 #spotcell5,
#spots_room_751454502619448957 #spotcell9,
#spots_room_751454502619448957 #spotcell11,
#spots_room_751454502619448957 #spotcell24 {
  top: 100px;
}

#spots_751454502594283131 #spotcell6,
#spots_751454502594283131 #spotcell8,
#spots_room_751454502619448957 #spotcell6,
#spots_room_751454502619448957 #spotcell8 {
  top: 130px;
}

#spots_751454502594283131 #spotcell23,
#spots_room_751454502619448957 #spotcell23 {
  top: 140px;
}

#spots_751454502594283131 #spotcell28,
#spots_room_751454502619448957 #spotcell28 {
  top: 150px;
}

#spots_751454502594283131 #spotcell22,
#spots_room_751454502619448957 #spotcell22 {
  top: 160px;
}

#spots_751454502594283131 #spotcell3,
#spots_751454502594283131 #spotcell7,
#spots_751454502594283131 #spotcell12,
#spots_room_751454502619448957 #spotcell3,
#spots_room_751454502619448957 #spotcell7,
#spots_room_751454502619448957 #spotcell12 {
  top: 170px;
}

#spots_751454502594283131 #spotcell4,
#spots_room_751454502619448957 #spotcell4 {
  top: 210px;
}

#spots_751454502594283131 #spotcell21,
#spots_room_751454502619448957 #spotcell21 {
  top: 220px;
}

#spots_751454502594283131 #spotcell1,
#spots_room_751454502619448957 #spotcell1 {
  top: 240px;
}

#spots_751454502594283131 #spotcell29,
#spots_room_751454502619448957 #spotcell29 {
  top: 245px;
}

#spots_751454502594283131 #spotcell13,
#spots_751454502594283131 #spotcell16,
#spots_751454502594283131 #spotcell20,
#spots_room_751454502619448957 #spotcell13,
#spots_room_751454502619448957 #spotcell16,
#spots_room_751454502619448957 #spotcell20 {
  top: 250px;
}

#spots_751454502594283131 #spotcell2,
#spots_room_751454502619448957 #spotcell2 {
  top: 290px;
}

#spots_751454502594283131 #spotcell15,
#spots_751454502594283131 #spotcell18,
#spots_room_751454502619448957 #spotcell15,
#spots_room_751454502619448957 #spotcell18 {
  top: 300px;
}

#spots_751454502594283131 #spotcell30,
#spots_room_751454502619448957 #spotcell30 {
  top: 330px;
}

#spots_751454502594283131 #spotcell14,
#spots_751454502594283131 #spotcell17,
#spots_751454502594283131 #spotcell19,
#spots_room_751454502619448957 #spotcell14,
#spots_room_751454502619448957 #spotcell17,
#spots_room_751454502619448957 #spotcell19 {
  top: 340px;
}

#spots_751454502594283131 #spotcell1,
#spots_751454502594283131 #spotcell3,
#spots_751454502594283131 #spotcell5,
#spots_room_751454502619448957 #spotcell1,
#spots_room_751454502619448957 #spotcell3,
#spots_room_751454502619448957 #spotcell5 {
  left: 550px;
}

#spots_751454502594283131 #spotcell2,
#spots_751454502594283131 #spotcell4,
#spots_751454502594283131 #spotcell6,
#spots_room_751454502619448957 #spotcell2,
#spots_room_751454502619448957 #spotcell4,
#spots_room_751454502619448957 #spotcell6 {
  left: 600px;
}

#spots_751454502594283131 #spotcell7,
#spots_751454502594283131 #spotcell9,
#spots_751454502594283131 #spotcell13,
#spots_751454502594283131 #spotcell14,
#spots_room_751454502619448957 #spotcell7,
#spots_room_751454502619448957 #spotcell9,
#spots_room_751454502619448957 #spotcell13,
#spots_room_751454502619448957 #spotcell14 {
  left: 650px;
}

#spots_751454502594283131 #spotcell8,
#spots_751454502594283131 #spotcell10,
#spots_751454502594283131 #spotcell15,
#spots_room_751454502619448957 #spotcell8,
#spots_room_751454502619448957 #spotcell10,
#spots_room_751454502619448957 #spotcell15 {
  left: 700px;
}

#spots_751454502594283131 #spotcell11,
#spots_751454502594283131 #spotcell12,
#spots_751454502594283131 #spotcell16,
#spots_751454502594283131 #spotcell17,
#spots_room_751454502619448957 #spotcell11,
#spots_room_751454502619448957 #spotcell12,
#spots_room_751454502619448957 #spotcell16,
#spots_room_751454502619448957 #spotcell17 {
  left: 750px;
}

#spots_751454502594283131 #spotcell18,
#spots_751454502594283131 #spotcell21,
#spots_751454502594283131 #spotcell23,
#spots_751454502594283131 #spotcell25,
#spots_room_751454502619448957 #spotcell18,
#spots_room_751454502619448957 #spotcell21,
#spots_room_751454502619448957 #spotcell23,
#spots_room_751454502619448957 #spotcell25 {
  left: 800px;
}

#spots_751454502594283131 #spotcell19,
#spots_751454502594283131 #spotcell20,
#spots_751454502594283131 #spotcell22,
#spots_751454502594283131 #spotcell24,
#spots_751454502594283131 #spotcell26,
#spots_room_751454502619448957 #spotcell19,
#spots_room_751454502619448957 #spotcell20,
#spots_room_751454502619448957 #spotcell22,
#spots_room_751454502619448957 #spotcell24,
#spots_room_751454502619448957 #spotcell26 {
  left: 850px;
}

#spots_751454502594283131 #spotcell27,
#spots_751454502594283131 #spotcell28,
#spots_751454502594283131 #spotcell29,
#spots_751454502594283131 #spotcell30,
#spots_room_751454502619448957 #spotcell27,
#spots_room_751454502619448957 #spotcell28,
#spots_room_751454502619448957 #spotcell29,
#spots_room_751454502619448957 #spotcell30 {
  left: 900px;
}

/* Brooklyn */
#admin #spots_room_952965229338167284 .spot {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}

#admin #spots_room_952965229338167284 #spotcell1, #admin #spots_room_952965229338167284 #spotcell2, #admin #spots_room_952965229338167284 #spotcell3, #admin #spots_room_952965229338167284 #spotcell4, #admin #spots_room_952965229338167284 #spotcell5, #admin #spots_room_952965229338167284 #spotcell6, #admin #spots_room_952965229338167284 #spotcell7, #admin #spots_room_952965229338167284 #spotcell8, #admin #spots_room_952965229338167284 #spotcell9, #admin #spots_room_952965229338167284 #spotcell10, #admin #spots_room_952965229338167284 #spotcell11, #admin #spots_room_952965229338167284 #spotcell12, #admin #spots_room_952965229338167284 #spotcell13, #admin #spots_room_952965229338167284 #spotcell14, #admin #spots_room_952965229338167284 #spotcell15, #admin #spots_room_952965229338167284 #spotcell16, #admin #spots_room_952965229338167284 #spotcell17, #admin #spots_room_952965229338167284 #spotcell18, #admin #spots_room_952965229338167284 #spotcell19, #admin #spots_room_952965229338167284 #spotcell20, #admin #spots_room_952965229338167284 #spotcell21, #admin #spots_room_952965229338167284 #spotcell22, #admin #spots_room_952965229338167284 #spotcell23, #admin #spots_room_952965229338167284 #spotcell24, #admin #spots_room_952965229338167284 #spotcell25, #admin #spots_room_952965229338167284 #spotcell26, #admin #spots_room_952965229338167284 #spotcell27, #admin #spots_room_952965229338167284 #spotcell28, #admin #spots_room_952965229338167284 #spotcell29, #admin #spots_room_952965229338167284 #spotcell30 {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

#spots_952965229287835635,
#spots_room_952965229338167284 {
  /* right side */
  /* left side */
}

#spots_952965229287835635 #spotcell15,
#spots_952965229287835635 #spotcell22,
#spots_952965229287835635 #spotcell23,
#spots_952965229287835635 #spotcell28,
#spots_952965229287835635 #spotcell30,
#spots_room_952965229338167284 #spotcell15,
#spots_room_952965229338167284 #spotcell22,
#spots_room_952965229338167284 #spotcell23,
#spots_room_952965229338167284 #spotcell28,
#spots_room_952965229338167284 #spotcell30 {
  left: 885px;
}

#spots_952965229287835635 #spotcell12,
#spots_952965229287835635 #spotcell14,
#spots_952965229287835635 #spotcell20,
#spots_952965229287835635 #spotcell21,
#spots_952965229287835635 #spotcell26,
#spots_952965229287835635 #spotcell29,
#spots_room_952965229338167284 #spotcell12,
#spots_room_952965229338167284 #spotcell14,
#spots_room_952965229338167284 #spotcell20,
#spots_room_952965229338167284 #spotcell21,
#spots_room_952965229338167284 #spotcell26,
#spots_room_952965229338167284 #spotcell29 {
  left: 820px;
}

#spots_952965229287835635 #spotcell11,
#spots_952965229287835635 #spotcell13,
#spots_952965229287835635 #spotcell19,
#spots_952965229287835635 #spotcell24,
#spots_952965229287835635 #spotcell27,
#spots_room_952965229338167284 #spotcell11,
#spots_room_952965229338167284 #spotcell13,
#spots_room_952965229338167284 #spotcell19,
#spots_room_952965229338167284 #spotcell24,
#spots_room_952965229338167284 #spotcell27 {
  left: 755px;
}

#spots_952965229287835635 #spotcell9,
#spots_952965229287835635 #spotcell10,
#spots_952965229287835635 #spotcell25,
#spots_room_952965229338167284 #spotcell9,
#spots_room_952965229338167284 #spotcell10,
#spots_room_952965229338167284 #spotcell25 {
  left: 690px;
}

#spots_952965229287835635 #spotcell7,
#spots_952965229287835635 #spotcell8,
#spots_952965229287835635 #spotcell18,
#spots_room_952965229338167284 #spotcell7,
#spots_room_952965229338167284 #spotcell8,
#spots_room_952965229338167284 #spotcell18 {
  left: 625px;
}

#spots_952965229287835635 #spotcell2,
#spots_952965229287835635 #spotcell4,
#spots_952965229287835635 #spotcell6,
#spots_952965229287835635 #spotcell17,
#spots_room_952965229338167284 #spotcell2,
#spots_room_952965229338167284 #spotcell4,
#spots_room_952965229338167284 #spotcell6,
#spots_room_952965229338167284 #spotcell17 {
  left: 560px;
}

#spots_952965229287835635 #spotcell1,
#spots_952965229287835635 #spotcell3,
#spots_952965229287835635 #spotcell5,
#spots_952965229287835635 #spotcell16,
#spots_room_952965229338167284 #spotcell1,
#spots_room_952965229338167284 #spotcell3,
#spots_room_952965229338167284 #spotcell5,
#spots_room_952965229338167284 #spotcell16 {
  left: 495px;
}

#spots_952965229287835635 #spotcell10,
#spots_952965229287835635 #spotcell12,
#spots_room_952965229338167284 #spotcell10,
#spots_room_952965229338167284 #spotcell12 {
  top: 65px;
}

#spots_952965229287835635 #spotcell7,
#spots_952965229287835635 #spotcell11,
#spots_952965229287835635 #spotcell15,
#spots_room_952965229338167284 #spotcell7,
#spots_room_952965229338167284 #spotcell11,
#spots_room_952965229338167284 #spotcell15 {
  top: 115px;
}

#spots_952965229287835635 #spotcell2,
#spots_952965229287835635 #spotcell9,
#spots_952965229287835635 #spotcell14,
#spots_room_952965229338167284 #spotcell2,
#spots_room_952965229338167284 #spotcell9,
#spots_room_952965229338167284 #spotcell14 {
  top: 165px;
}

#spots_952965229287835635 #spotcell1,
#spots_952965229287835635 #spotcell8,
#spots_952965229287835635 #spotcell13,
#spots_952965229287835635 #spotcell22,
#spots_room_952965229338167284 #spotcell1,
#spots_room_952965229338167284 #spotcell8,
#spots_room_952965229338167284 #spotcell13,
#spots_room_952965229338167284 #spotcell22 {
  top: 215px;
}

#spots_952965229287835635 #spotcell4,
#spots_952965229287835635 #spotcell21,
#spots_room_952965229338167284 #spotcell4,
#spots_room_952965229338167284 #spotcell21 {
  top: 265px;
}

#spots_952965229287835635 #spotcell3,
#spots_952965229287835635 #spotcell19,
#spots_room_952965229338167284 #spotcell3,
#spots_room_952965229338167284 #spotcell19 {
  top: 315px;
}

#spots_952965229287835635 #spotcell6,
#spots_952965229287835635 #spotcell20,
#spots_room_952965229338167284 #spotcell6,
#spots_room_952965229338167284 #spotcell20 {
  top: 365px;
}

#spots_952965229287835635 #spotcell5,
#spots_952965229287835635 #spotcell18,
#spots_952965229287835635 #spotcell23,
#spots_952965229287835635 #spotcell24,
#spots_room_952965229338167284 #spotcell5,
#spots_room_952965229338167284 #spotcell18,
#spots_room_952965229338167284 #spotcell23,
#spots_room_952965229338167284 #spotcell24 {
  top: 415px;
}

#spots_952965229287835635 #spotcell17,
#spots_952965229287835635 #spotcell25,
#spots_952965229287835635 #spotcell26,
#spots_room_952965229338167284 #spotcell17,
#spots_room_952965229338167284 #spotcell25,
#spots_room_952965229338167284 #spotcell26 {
  top: 465px;
}

#spots_952965229287835635 #spotcell16,
#spots_952965229287835635 #spotcell27,
#spots_952965229287835635 #spotcell28,
#spots_room_952965229338167284 #spotcell16,
#spots_room_952965229338167284 #spotcell27,
#spots_room_952965229338167284 #spotcell28 {
  top: 515px;
}

#spots_952965229287835635 #spotcell29,
#spots_room_952965229338167284 #spotcell29 {
  top: 565px;
}

#spots_952965229287835635 #spotcell30,
#spots_room_952965229338167284 #spotcell30 {
  top: 615px;
}

#spots_952965229287835635 #spotcell45,
#spots_952965229287835635 #spotcell56,
#spots_room_952965229338167284 #spotcell45,
#spots_room_952965229338167284 #spotcell56 {
  left: 460px;
}

#spots_952965229287835635 #spotcell44,
#spots_952965229287835635 #spotcell55,
#spots_952965229287835635 #spotcell58,
#spots_room_952965229338167284 #spotcell44,
#spots_room_952965229338167284 #spotcell55,
#spots_room_952965229338167284 #spotcell58 {
  left: 430px;
}

#spots_952965229287835635 #spotcell57,
#spots_room_952965229338167284 #spotcell57 {
  left: 400px;
}

#spots_952965229287835635 #spotcell43,
#spots_952965229287835635 #spotcell54,
#spots_952965229287835635 #spotcell59,
#spots_room_952965229338167284 #spotcell43,
#spots_room_952965229338167284 #spotcell54,
#spots_room_952965229338167284 #spotcell59 {
  left: 370px;
}

#spots_952965229287835635 #spotcell42,
#spots_952965229287835635 #spotcell53,
#spots_room_952965229338167284 #spotcell42,
#spots_room_952965229338167284 #spotcell53 {
  left: 340px;
}

#spots_952965229287835635 #spotcell40,
#spots_952965229287835635 #spotcell52,
#spots_952965229287835635 #spotcell60,
#spots_room_952965229338167284 #spotcell40,
#spots_room_952965229338167284 #spotcell52,
#spots_room_952965229338167284 #spotcell60 {
  left: 310px;
}

#spots_952965229287835635 #spotcell39,
#spots_952965229287835635 #spotcell41,
#spots_952965229287835635 #spotcell51,
#spots_room_952965229338167284 #spotcell39,
#spots_room_952965229338167284 #spotcell41,
#spots_room_952965229338167284 #spotcell51 {
  left: 280px;
}

#spots_952965229287835635 #spotcell38,
#spots_952965229287835635 #spotcell50,
#spots_room_952965229338167284 #spotcell38,
#spots_room_952965229338167284 #spotcell50 {
  left: 250px;
}

#spots_952965229287835635 #spotcell36,
#spots_952965229287835635 #spotcell37,
#spots_952965229287835635 #spotcell49,
#spots_room_952965229338167284 #spotcell36,
#spots_room_952965229338167284 #spotcell37,
#spots_room_952965229338167284 #spotcell49 {
  left: 220px;
}

#spots_952965229287835635 #spotcell34,
#spots_952965229287835635 #spotcell48,
#spots_room_952965229338167284 #spotcell34,
#spots_room_952965229338167284 #spotcell48 {
  left: 190px;
}

#spots_952965229287835635 #spotcell32,
#spots_952965229287835635 #spotcell35,
#spots_952965229287835635 #spotcell47,
#spots_room_952965229338167284 #spotcell32,
#spots_room_952965229338167284 #spotcell35,
#spots_room_952965229338167284 #spotcell47 {
  left: 160px;
}

#spots_952965229287835635 #spotcell33,
#spots_952965229287835635 #spotcell46,
#spots_room_952965229338167284 #spotcell33,
#spots_room_952965229338167284 #spotcell46 {
  left: 130px;
}

#spots_952965229287835635 #spotcell31,
#spots_room_952965229338167284 #spotcell31 {
  left: 100px;
}

#spots_952965229287835635 #spotcell31,
#spots_952965229287835635 #spotcell32,
#spots_952965229287835635 #spotcell37,
#spots_952965229287835635 #spotcell41,
#spots_952965229287835635 #spotcell42,
#spots_room_952965229338167284 #spotcell31,
#spots_room_952965229338167284 #spotcell32,
#spots_room_952965229338167284 #spotcell37,
#spots_room_952965229338167284 #spotcell41,
#spots_room_952965229338167284 #spotcell42 {
  top: 30px;
}

#spots_952965229287835635 #spotcell33,
#spots_952965229287835635 #spotcell34,
#spots_952965229287835635 #spotcell38,
#spots_952965229287835635 #spotcell40,
#spots_952965229287835635 #spotcell43,
#spots_952965229287835635 #spotcell44,
#spots_room_952965229338167284 #spotcell33,
#spots_room_952965229338167284 #spotcell34,
#spots_room_952965229338167284 #spotcell38,
#spots_room_952965229338167284 #spotcell40,
#spots_room_952965229338167284 #spotcell43,
#spots_room_952965229338167284 #spotcell44 {
  top: 145px;
}

#spots_952965229287835635 #spotcell35,
#spots_952965229287835635 #spotcell36,
#spots_952965229287835635 #spotcell39,
#spots_952965229287835635 #spotcell45,
#spots_room_952965229338167284 #spotcell35,
#spots_room_952965229338167284 #spotcell36,
#spots_room_952965229338167284 #spotcell39,
#spots_room_952965229338167284 #spotcell45 {
  top: 260px;
}

#spots_952965229287835635 #spotcell46,
#spots_952965229287835635 #spotcell48,
#spots_952965229287835635 #spotcell50,
#spots_952965229287835635 #spotcell52,
#spots_952965229287835635 #spotcell54,
#spots_952965229287835635 #spotcell55,
#spots_room_952965229338167284 #spotcell46,
#spots_room_952965229338167284 #spotcell48,
#spots_room_952965229338167284 #spotcell50,
#spots_room_952965229338167284 #spotcell52,
#spots_room_952965229338167284 #spotcell54,
#spots_room_952965229338167284 #spotcell55 {
  top: 375px;
}

#spots_952965229287835635 #spotcell47,
#spots_952965229287835635 #spotcell49,
#spots_952965229287835635 #spotcell51,
#spots_952965229287835635 #spotcell53,
#spots_952965229287835635 #spotcell56,
#spots_952965229287835635 #spotcell57,
#spots_room_952965229338167284 #spotcell47,
#spots_room_952965229338167284 #spotcell49,
#spots_room_952965229338167284 #spotcell51,
#spots_room_952965229338167284 #spotcell53,
#spots_room_952965229338167284 #spotcell56,
#spots_room_952965229338167284 #spotcell57 {
  top: 490px;
}

#spots_952965229287835635 #spotcell58,
#spots_952965229287835635 #spotcell59,
#spots_952965229287835635 #spotcell60,
#spots_room_952965229338167284 #spotcell58,
#spots_room_952965229338167284 #spotcell59,
#spots_room_952965229338167284 #spotcell60 {
  top: 605px;
}

/* Marina Training */
#admin #spots_room_984817802458170448 .spot {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}

#admin #spots_room_984817802458170448 #spotcell1 {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

#admin #spots_room_984817802458170448 #spotcell2 {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

#admin #spots_room_984817802458170448 #spotcell3 {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

#admin #spots_room_984817802458170448 #spotcell4 {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

#admin #spots_room_984817802458170448 #spotcell5 {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

#admin #spots_room_984817802458170448 #spotcell6 {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

#admin #spots_room_984817802458170448 #spotcell7 {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

#admin #spots_room_984817802458170448 #spotcell8 {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

#admin #spots_room_984817802458170448 #spotcell9 {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

#admin #spots_room_984817802458170448 #spotcell10 {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

#admin #spots_room_984817802458170448 #spotcell11 {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

#admin #spots_room_984817802458170448 #spotcell12 {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

#admin #spots_room_984817802458170448 #spotcell13 {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

#admin #spots_room_984817802458170448 #spotcell14 {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

#admin #spots_room_984817802458170448 #spotcell15 {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

#admin #spots_room_984817802458170448 #spotcell16 {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

#admin #spots_room_984817802458170448 #spotcell17 {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

#admin #spots_room_984817802458170448 #spotcell18 {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

#admin #spots_room_984817802458170448 #spotcell19 {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

#admin #spots_room_984817802458170448 #spotcell20 {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

#admin #spots_room_984817802458170448 #spotcell21 {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

#admin #spots_room_984817802458170448 #spotcell22 {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

#admin #spots_room_984817802458170448 #spotcell23 {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

#admin #spots_room_984817802458170448 #spotcell24 {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

#admin #spots_room_984817802458170448 #spotcell25 {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

#admin #spots_room_984817802458170448 #spotcell26 {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

#admin #spots_room_984817802458170448 #spotcell27 {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

#admin #spots_room_984817802458170448 #spotcell28 {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

#admin #spots_room_984817802458170448 #spotcell29 {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

#admin #spots_room_984817802458170448 #spotcell30 {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

#spots_984817802441393231 #spotcell,
#spots_room_984817802458170448 #spotcell {
  /* right side */
  /* Left Side */
}

#spots_984817802441393231 #spotcell6, #spots_984817802441393231 #spotcell14, #spots_984817802441393231 #spotcell22, #spots_984817802441393231 #spotcell30,
#spots_room_984817802458170448 #spotcell6,
#spots_room_984817802458170448 #spotcell14,
#spots_room_984817802458170448 #spotcell22,
#spots_room_984817802458170448 #spotcell30 {
  left: 915px;
}

#spots_984817802441393231 #spotcell5, #spots_984817802441393231 #spotcell13, #spots_984817802441393231 #spotcell21, #spots_984817802441393231 #spotcell29,
#spots_room_984817802458170448 #spotcell5,
#spots_room_984817802458170448 #spotcell13,
#spots_room_984817802458170448 #spotcell21,
#spots_room_984817802458170448 #spotcell29 {
  left: 865px;
}

#spots_984817802441393231 #spotcell4, #spots_984817802441393231 #spotcell12, #spots_984817802441393231 #spotcell20, #spots_984817802441393231 #spotcell28,
#spots_room_984817802458170448 #spotcell4,
#spots_room_984817802458170448 #spotcell12,
#spots_room_984817802458170448 #spotcell20,
#spots_room_984817802458170448 #spotcell28 {
  left: 815px;
}

#spots_984817802441393231 #spotcell3, #spots_984817802441393231 #spotcell11, #spots_984817802441393231 #spotcell19, #spots_984817802441393231 #spotcell27,
#spots_room_984817802458170448 #spotcell3,
#spots_room_984817802458170448 #spotcell11,
#spots_room_984817802458170448 #spotcell19,
#spots_room_984817802458170448 #spotcell27 {
  left: 765px;
}

#spots_984817802441393231 #spotcell2, #spots_984817802441393231 #spotcell10, #spots_984817802441393231 #spotcell18, #spots_984817802441393231 #spotcell26,
#spots_room_984817802458170448 #spotcell2,
#spots_room_984817802458170448 #spotcell10,
#spots_room_984817802458170448 #spotcell18,
#spots_room_984817802458170448 #spotcell26 {
  left: 715px;
}

#spots_984817802441393231 #spotcell1, #spots_984817802441393231 #spotcell9, #spots_984817802441393231 #spotcell17, #spots_984817802441393231 #spotcell25,
#spots_room_984817802458170448 #spotcell1,
#spots_room_984817802458170448 #spotcell9,
#spots_room_984817802458170448 #spotcell17,
#spots_room_984817802458170448 #spotcell25 {
  left: 665px;
}

#spots_984817802441393231 #spotcell8, #spots_984817802441393231 #spotcell16, #spots_984817802441393231 #spotcell24,
#spots_room_984817802458170448 #spotcell8,
#spots_room_984817802458170448 #spotcell16,
#spots_room_984817802458170448 #spotcell24 {
  left: 615px;
}

#spots_984817802441393231 #spotcell7, #spots_984817802441393231 #spotcell15, #spots_984817802441393231 #spotcell23,
#spots_room_984817802458170448 #spotcell7,
#spots_room_984817802458170448 #spotcell15,
#spots_room_984817802458170448 #spotcell23 {
  left: 565px;
}

#spots_984817802441393231 #spotcell1, #spots_984817802441393231 #spotcell2, #spots_984817802441393231 #spotcell3, #spots_984817802441393231 #spotcell4, #spots_984817802441393231 #spotcell5, #spots_984817802441393231 #spotcell6,
#spots_room_984817802458170448 #spotcell1,
#spots_room_984817802458170448 #spotcell2,
#spots_room_984817802458170448 #spotcell3,
#spots_room_984817802458170448 #spotcell4,
#spots_room_984817802458170448 #spotcell5,
#spots_room_984817802458170448 #spotcell6 {
  top: 570px;
}

#spots_984817802441393231 #spotcell7, #spots_984817802441393231 #spotcell8, #spots_984817802441393231 #spotcell9, #spots_984817802441393231 #spotcell10, #spots_984817802441393231 #spotcell11, #spots_984817802441393231 #spotcell12, #spots_984817802441393231 #spotcell13, #spots_984817802441393231 #spotcell14,
#spots_room_984817802458170448 #spotcell7,
#spots_room_984817802458170448 #spotcell8,
#spots_room_984817802458170448 #spotcell9,
#spots_room_984817802458170448 #spotcell10,
#spots_room_984817802458170448 #spotcell11,
#spots_room_984817802458170448 #spotcell12,
#spots_room_984817802458170448 #spotcell13,
#spots_room_984817802458170448 #spotcell14 {
  top: 400px;
}

#spots_984817802441393231 #spotcell15, #spots_984817802441393231 #spotcell16, #spots_984817802441393231 #spotcell17, #spots_984817802441393231 #spotcell18, #spots_984817802441393231 #spotcell19, #spots_984817802441393231 #spotcell20, #spots_984817802441393231 #spotcell21, #spots_984817802441393231 #spotcell22,
#spots_room_984817802458170448 #spotcell15,
#spots_room_984817802458170448 #spotcell16,
#spots_room_984817802458170448 #spotcell17,
#spots_room_984817802458170448 #spotcell18,
#spots_room_984817802458170448 #spotcell19,
#spots_room_984817802458170448 #spotcell20,
#spots_room_984817802458170448 #spotcell21,
#spots_room_984817802458170448 #spotcell22 {
  top: 230px;
}

#spots_984817802441393231 #spotcell23, #spots_984817802441393231 #spotcell24, #spots_984817802441393231 #spotcell25, #spots_984817802441393231 #spotcell26, #spots_984817802441393231 #spotcell27, #spots_984817802441393231 #spotcell28, #spots_984817802441393231 #spotcell29, #spots_984817802441393231 #spotcell30,
#spots_room_984817802458170448 #spotcell23,
#spots_room_984817802458170448 #spotcell24,
#spots_room_984817802458170448 #spotcell25,
#spots_room_984817802458170448 #spotcell26,
#spots_room_984817802458170448 #spotcell27,
#spots_room_984817802458170448 #spotcell28,
#spots_room_984817802458170448 #spotcell29,
#spots_room_984817802458170448 #spotcell30 {
  top: 60px;
}

#spots_984817802441393231 #spotcell31, #spots_984817802441393231 #spotcell43, #spots_984817802441393231 #spotcell54,
#spots_room_984817802458170448 #spotcell31,
#spots_room_984817802458170448 #spotcell43,
#spots_room_984817802458170448 #spotcell54 {
  left: 80px;
}

#spots_984817802441393231 #spotcell49,
#spots_room_984817802458170448 #spotcell49 {
  left: 90px;
}

#spots_984817802441393231 #spotcell37,
#spots_room_984817802458170448 #spotcell37 {
  left: 100px;
}

#spots_984817802441393231 #spotcell32, #spots_984817802441393231 #spotcell44, #spots_984817802441393231 #spotcell55,
#spots_room_984817802458170448 #spotcell32,
#spots_room_984817802458170448 #spotcell44,
#spots_room_984817802458170448 #spotcell55 {
  left: 140px;
}

#spots_984817802441393231 #spotcell50,
#spots_room_984817802458170448 #spotcell50 {
  left: 150px;
}

#spots_984817802441393231 #spotcell38,
#spots_room_984817802458170448 #spotcell38 {
  left: 160px;
}

#spots_984817802441393231 #spotcell33, #spots_984817802441393231 #spotcell45, #spots_984817802441393231 #spotcell58,
#spots_room_984817802458170448 #spotcell33,
#spots_room_984817802458170448 #spotcell45,
#spots_room_984817802458170448 #spotcell58 {
  left: 200px;
}

#spots_984817802441393231 #spotcell51,
#spots_room_984817802458170448 #spotcell51 {
  left: 210px;
}

#spots_984817802441393231 #spotcell39,
#spots_room_984817802458170448 #spotcell39 {
  left: 220px;
}

#spots_984817802441393231 #spotcell34, #spots_984817802441393231 #spotcell46, #spots_984817802441393231 #spotcell59,
#spots_room_984817802458170448 #spotcell34,
#spots_room_984817802458170448 #spotcell46,
#spots_room_984817802458170448 #spotcell59 {
  left: 260px;
}

#spots_984817802441393231 #spotcell52,
#spots_room_984817802458170448 #spotcell52 {
  left: 270px;
}

#spots_984817802441393231 #spotcell40,
#spots_room_984817802458170448 #spotcell40 {
  left: 280px;
}

#spots_984817802441393231 #spotcell35, #spots_984817802441393231 #spotcell47, #spots_984817802441393231 #spotcell60,
#spots_room_984817802458170448 #spotcell35,
#spots_room_984817802458170448 #spotcell47,
#spots_room_984817802458170448 #spotcell60 {
  left: 320px;
}

#spots_984817802441393231 #spotcell41,
#spots_room_984817802458170448 #spotcell41 {
  left: 340px;
}

#spots_984817802441393231 #spotcell36, #spots_984817802441393231 #spotcell48, #spots_984817802441393231 #spotcell56,
#spots_room_984817802458170448 #spotcell36,
#spots_room_984817802458170448 #spotcell48,
#spots_room_984817802458170448 #spotcell56 {
  left: 380px;
}

#spots_984817802441393231 #spotcell42, #spots_984817802441393231 #spotcell53,
#spots_room_984817802458170448 #spotcell42,
#spots_room_984817802458170448 #spotcell53 {
  left: 400px;
}

#spots_984817802441393231 #spotcell57,
#spots_room_984817802458170448 #spotcell57 {
  left: 440px;
}

#spots_984817802441393231 #spotcell54, #spots_984817802441393231 #spotcell55, #spots_984817802441393231 #spotcell56, #spots_984817802441393231 #spotcell57, #spots_984817802441393231 #spotcell58, #spots_984817802441393231 #spotcell59, #spots_984817802441393231 #spotcell60,
#spots_room_984817802458170448 #spotcell54,
#spots_room_984817802458170448 #spotcell55,
#spots_room_984817802458170448 #spotcell56,
#spots_room_984817802458170448 #spotcell57,
#spots_room_984817802458170448 #spotcell58,
#spots_room_984817802458170448 #spotcell59,
#spots_room_984817802458170448 #spotcell60 {
  top: 75px;
}

#spots_984817802441393231 #spotcell49, #spots_984817802441393231 #spotcell50, #spots_984817802441393231 #spotcell51, #spots_984817802441393231 #spotcell52, #spots_984817802441393231 #spotcell53,
#spots_room_984817802458170448 #spotcell49,
#spots_room_984817802458170448 #spotcell50,
#spots_room_984817802458170448 #spotcell51,
#spots_room_984817802458170448 #spotcell52,
#spots_room_984817802458170448 #spotcell53 {
  top: 200px;
}

#spots_984817802441393231 #spotcell43, #spots_984817802441393231 #spotcell44, #spots_984817802441393231 #spotcell45, #spots_984817802441393231 #spotcell46, #spots_984817802441393231 #spotcell47, #spots_984817802441393231 #spotcell48,
#spots_room_984817802458170448 #spotcell43,
#spots_room_984817802458170448 #spotcell44,
#spots_room_984817802458170448 #spotcell45,
#spots_room_984817802458170448 #spotcell46,
#spots_room_984817802458170448 #spotcell47,
#spots_room_984817802458170448 #spotcell48 {
  top: 325px;
}

#spots_984817802441393231 #spotcell37, #spots_984817802441393231 #spotcell38, #spots_984817802441393231 #spotcell39, #spots_984817802441393231 #spotcell40, #spots_984817802441393231 #spotcell41, #spots_984817802441393231 #spotcell42,
#spots_room_984817802458170448 #spotcell37,
#spots_room_984817802458170448 #spotcell38,
#spots_room_984817802458170448 #spotcell39,
#spots_room_984817802458170448 #spotcell40,
#spots_room_984817802458170448 #spotcell41,
#spots_room_984817802458170448 #spotcell42 {
  top: 450px;
}

#spots_984817802441393231 #spotcell31, #spots_984817802441393231 #spotcell32, #spots_984817802441393231 #spotcell33, #spots_984817802441393231 #spotcell34, #spots_984817802441393231 #spotcell35, #spots_984817802441393231 #spotcell36,
#spots_room_984817802458170448 #spotcell31,
#spots_room_984817802458170448 #spotcell32,
#spots_room_984817802458170448 #spotcell33,
#spots_room_984817802458170448 #spotcell34,
#spots_room_984817802458170448 #spotcell35,
#spots_room_984817802458170448 #spotcell36 {
  top: 575px;
}

#spots_room_993544502935291504 .floor-plan {
  background: url("../images/reserve/bg_993544502935291504.png") no-repeat center center;
  width: 850px;
  height: 860px;
  padding: 10px 95px;
  margin: 0 auto;
}

#spots_room_993544502935291504 .spotwrapper {
  width: auto;
  height: 500px;
  position: relative;
  top: 150px;
}

#spots_room_993544502935291504 #spotcell22, #spots_room_993544502935291504 #spotcell24, #spots_room_993544502935291504 #spotcell26, #spots_room_993544502935291504 #spotcell28, #spots_room_993544502935291504 #spotcell30 {
  left: 0px;
}

#spots_room_993544502935291504 #spotcell21, #spots_room_993544502935291504 #spotcell23, #spots_room_993544502935291504 #spotcell25, #spots_room_993544502935291504 #spotcell27, #spots_room_993544502935291504 #spotcell29 {
  left: 50px;
}

#spots_room_993544502935291504 #spotcell12, #spots_room_993544502935291504 #spotcell14, #spots_room_993544502935291504 #spotcell16, #spots_room_993544502935291504 #spotcell18, #spots_room_993544502935291504 #spotcell20 {
  left: 100px;
}

#spots_room_993544502935291504 #spotcell11, #spots_room_993544502935291504 #spotcell13, #spots_room_993544502935291504 #spotcell15, #spots_room_993544502935291504 #spotcell17 {
  left: 150px;
}

#spots_room_993544502935291504 #spotcell2, #spots_room_993544502935291504 #spotcell4, #spots_room_993544502935291504 #spotcell6, #spots_room_993544502935291504 #spotcell8, #spots_room_993544502935291504 #spotcell19 {
  left: 200px;
}

#spots_room_993544502935291504 #spotcell1, #spots_room_993544502935291504 #spotcell3, #spots_room_993544502935291504 #spotcell5, #spots_room_993544502935291504 #spotcell7, #spots_room_993544502935291504 #spotcell10 {
  left: 250px;
}

#spots_room_993544502935291504 #spotcell54, #spots_room_993544502935291504 #spotcell9 {
  left: 300px;
}

#spots_room_993544502935291504 #spotcell53, #spots_room_993544502935291504 #spotcell58 {
  left: 325px;
}

#spots_room_993544502935291504 #spotcell56, #spots_room_993544502935291504 #spotcell60 {
  left: 350px;
}

#spots_room_993544502935291504 #spotcell52, #spots_room_993544502935291504 #spotcell57 {
  left: 375px;
}

#spots_room_993544502935291504 #spotcell51, #spots_room_993544502935291504 #spotcell55, #spots_room_993544502935291504 #spotcell59 {
  left: 400px;
}

#spots_room_993544502935291504 #spotcell44, #spots_room_993544502935291504 #spotcell48 {
  left: 425px;
}

#spots_room_993544502935291504 #spotcell42, #spots_room_993544502935291504 #spotcell46, #spots_room_993544502935291504 #spotcell50 {
  left: 450px;
}

#spots_room_993544502935291504 #spotcell43, #spots_room_993544502935291504 #spotcell47 {
  left: 475px;
}

#spots_room_993544502935291504 #spotcell41, #spots_room_993544502935291504 #spotcell45, #spots_room_993544502935291504 #spotcell49 {
  left: 500px;
}

#spots_room_993544502935291504 #spotcell34, #spots_room_993544502935291504 #spotcell38 {
  left: 525px;
}

#spots_room_993544502935291504 #spotcell32, #spots_room_993544502935291504 #spotcell36, #spots_room_993544502935291504 #spotcell40 {
  left: 550px;
}

#spots_room_993544502935291504 #spotcell33, #spots_room_993544502935291504 #spotcell37 {
  left: 575px;
}

#spots_room_993544502935291504 #spotcell31, #spots_room_993544502935291504 #spotcell35, #spots_room_993544502935291504 #spotcell39 {
  left: 600px;
}

#spots_room_993544502935291504 #spotcell22, #spots_room_993544502935291504 #spotcell12, #spots_room_993544502935291504 #spotcell2, #spots_room_993544502935291504 #spotcell51, #spots_room_993544502935291504 #spotcell42, #spots_room_993544502935291504 #spotcell41, #spots_room_993544502935291504 #spotcell32, #spots_room_993544502935291504 #spotcell31 {
  top: 0px;
}

#spots_room_993544502935291504 #spotcell21, #spots_room_993544502935291504 #spotcell11, #spots_room_993544502935291504 #spotcell1 {
  top: 50px;
}

#spots_room_993544502935291504 #spotcell24, #spots_room_993544502935291504 #spotcell14, #spots_room_993544502935291504 #spotcell4 {
  top: 100px;
}

#spots_room_993544502935291504 #spotcell53, #spots_room_993544502935291504 #spotcell52, #spots_room_993544502935291504 #spotcell44, #spots_room_993544502935291504 #spotcell43, #spots_room_993544502935291504 #spotcell34, #spots_room_993544502935291504 #spotcell33 {
  top: 110px;
}

#spots_room_993544502935291504 #spotcell23, #spots_room_993544502935291504 #spotcell13, #spots_room_993544502935291504 #spotcell3 {
  top: 150px;
}

#spots_room_993544502935291504 #spotcell26, #spots_room_993544502935291504 #spotcell16, #spots_room_993544502935291504 #spotcell6 {
  top: 200px;
}

#spots_room_993544502935291504 #spotcell54, #spots_room_993544502935291504 #spotcell56, #spots_room_993544502935291504 #spotcell55, #spots_room_993544502935291504 #spotcell46, #spots_room_993544502935291504 #spotcell45, #spots_room_993544502935291504 #spotcell36, #spots_room_993544502935291504 #spotcell35 {
  top: 220px;
}

#spots_room_993544502935291504 #spotcell25, #spots_room_993544502935291504 #spotcell15, #spots_room_993544502935291504 #spotcell5 {
  top: 250px;
}

#spots_room_993544502935291504 #spotcell28, #spots_room_993544502935291504 #spotcell18, #spots_room_993544502935291504 #spotcell8 {
  top: 300px;
}

#spots_room_993544502935291504 #spotcell58, #spots_room_993544502935291504 #spotcell57, #spots_room_993544502935291504 #spotcell48, #spots_room_993544502935291504 #spotcell47, #spots_room_993544502935291504 #spotcell38, #spots_room_993544502935291504 #spotcell37 {
  top: 330px;
}

#spots_room_993544502935291504 #spotcell27, #spots_room_993544502935291504 #spotcell17, #spots_room_993544502935291504 #spotcell7 {
  top: 350px;
}

#spots_room_993544502935291504 #spotcell30, #spots_room_993544502935291504 #spotcell20, #spots_room_993544502935291504 #spotcell19, #spots_room_993544502935291504 #spotcell9 {
  top: 400px;
}

#spots_room_993544502935291504 #spotcell60, #spots_room_993544502935291504 #spotcell59, #spots_room_993544502935291504 #spotcell50, #spots_room_993544502935291504 #spotcell49, #spots_room_993544502935291504 #spotcell40, #spots_room_993544502935291504 #spotcell39 {
  top: 440px;
}

#spots_room_993544502935291504 #spotcell29, #spots_room_993544502935291504 #spotcell10 {
  top: 450px;
}

/* Tribeca Boxing */
#spots_room_993573905954243636 .floor-plan {
  background: url("../images/reserve/bg_993573905954243636.png") no-repeat center center;
  width: 901px;
  height: 685px;
  padding: 25px 0px;
  margin: 0 auto;
}

#spots_room_993573905954243636 .spotwrapper {
  width: auto;
  height: 500px;
  position: relative;
  top: 60px;
  left: 70px;
}

#spots_room_993573905954243636 #spotcell29, #spots_room_993573905954243636 #spotcell30 {
  left: 0px;
}

#spots_room_993573905954243636 #spotcell26, #spots_room_993573905954243636 #spotcell28 {
  left: 50px;
}

#spots_room_993573905954243636 #spotcell25, #spots_room_993573905954243636 #spotcell27 {
  left: 100px;
}

#spots_room_993573905954243636 #spotcell22, #spots_room_993573905954243636 #spotcell24 {
  left: 150px;
}

#spots_room_993573905954243636 #spotcell21, #spots_room_993573905954243636 #spotcell23 {
  left: 200px;
}

#spots_room_993573905954243636 #spotcell12, #spots_room_993573905954243636 #spotcell14, #spots_room_993573905954243636 #spotcell16, #spots_room_993573905954243636 #spotcell18, #spots_room_993573905954243636 #spotcell20 {
  left: 250px;
}

#spots_room_993573905954243636 #spotcell11, #spots_room_993573905954243636 #spotcell13, #spots_room_993573905954243636 #spotcell15, #spots_room_993573905954243636 #spotcell17, #spots_room_993573905954243636 #spotcell19, #spots_room_993573905954243636 #spotcell10 {
  left: 300px;
}

#spots_room_993573905954243636 #spotcell2, #spots_room_993573905954243636 #spotcell4, #spots_room_993573905954243636 #spotcell6, #spots_room_993573905954243636 #spotcell9 {
  left: 350px;
}

#spots_room_993573905954243636 #spotcell1, #spots_room_993573905954243636 #spotcell3, #spots_room_993573905954243636 #spotcell5, #spots_room_993573905954243636 #spotcell7, #spots_room_993573905954243636 #spotcell8 {
  left: 400px;
}

#spots_room_993573905954243636 #spotcell54 {
  left: 450px;
}

#spots_room_993573905954243636 #spotcell56, #spots_room_993573905954243636 #spotcell58 {
  left: 474px;
}

#spots_room_993573905954243636 #spotcell53, #spots_room_993573905954243636 #spotcell60 {
  left: 498px;
}

#spots_room_993573905954243636 #spotcell55, #spots_room_993573905954243636 #spotcell57 {
  left: 522px;
}

#spots_room_993573905954243636 #spotcell44, #spots_room_993573905954243636 #spotcell48, #spots_room_993573905954243636 #spotcell59 {
  left: 546px;
}

#spots_room_993573905954243636 #spotcell42, #spots_room_993573905954243636 #spotcell46, #spots_room_993573905954243636 #spotcell50 {
  left: 570px;
}

#spots_room_993573905954243636 #spotcell43, #spots_room_993573905954243636 #spotcell47, #spots_room_993573905954243636 #spotcell52 {
  left: 594px;
}

#spots_room_993573905954243636 #spotcell41, #spots_room_993573905954243636 #spotcell45, #spots_room_993573905954243636 #spotcell49 {
  left: 618px;
}

#spots_room_993573905954243636 #spotcell34, #spots_room_993573905954243636 #spotcell38, #spots_room_993573905954243636 #spotcell51 {
  left: 642px;
}

#spots_room_993573905954243636 #spotcell32, #spots_room_993573905954243636 #spotcell36, #spots_room_993573905954243636 #spotcell40 {
  left: 666px;
}

#spots_room_993573905954243636 #spotcell33, #spots_room_993573905954243636 #spotcell37 {
  left: 690px;
}

#spots_room_993573905954243636 #spotcell31, #spots_room_993573905954243636 #spotcell35, #spots_room_993573905954243636 #spotcell39 {
  left: 714px;
}

#spots_room_993573905954243636 #spotcell29, #spots_room_993573905954243636 #spotcell25, #spots_room_993573905954243636 #spotcell11 {
  top: 0px;
}

#spots_room_993573905954243636 #spotcell26, #spots_room_993573905954243636 #spotcell22, #spots_room_993573905954243636 #spotcell12 {
  top: 50px;
}

#spots_room_993573905954243636 #spotcell30, #spots_room_993573905954243636 #spotcell27, #spots_room_993573905954243636 #spotcell21, #spots_room_993573905954243636 #spotcell13, #spots_room_993573905954243636 #spotcell1 {
  top: 100px;
}

#spots_room_993573905954243636 #spotcell28, #spots_room_993573905954243636 #spotcell24, #spots_room_993573905954243636 #spotcell14, #spots_room_993573905954243636 #spotcell2 {
  top: 150px;
}

#spots_room_993573905954243636 #spotcell23, #spots_room_993573905954243636 #spotcell15, #spots_room_993573905954243636 #spotcell3 {
  top: 200px;
}

#spots_room_993573905954243636 #spotcell16, #spots_room_993573905954243636 #spotcell4 {
  top: 250px;
}

#spots_room_993573905954243636 #spotcell17, #spots_room_993573905954243636 #spotcell5 {
  top: 300px;
}

#spots_room_993573905954243636 #spotcell18, #spots_room_993573905954243636 #spotcell6 {
  top: 350px;
}

#spots_room_993573905954243636 #spotcell19, #spots_room_993573905954243636 #spotcell7 {
  top: 400px;
}

#spots_room_993573905954243636 #spotcell20, #spots_room_993573905954243636 #spotcell9 {
  top: 450px;
}

#spots_room_993573905954243636 #spotcell10, #spots_room_993573905954243636 #spotcell8 {
  top: 500px;
}

#spots_room_993573905954243636 #spotcell42, #spots_room_993573905954243636 #spotcell41, #spots_room_993573905954243636 #spotcell32, #spots_room_993573905954243636 #spotcell31 {
  top: 0px;
}

#spots_room_993573905954243636 #spotcell54, #spots_room_993573905954243636 #spotcell53, #spots_room_993573905954243636 #spotcell44, #spots_room_993573905954243636 #spotcell43, #spots_room_993573905954243636 #spotcell34, #spots_room_993573905954243636 #spotcell33 {
  top: 90px;
}

#spots_room_993573905954243636 #spotcell56, #spots_room_993573905954243636 #spotcell55, #spots_room_993573905954243636 #spotcell46, #spots_room_993573905954243636 #spotcell45, #spots_room_993573905954243636 #spotcell36, #spots_room_993573905954243636 #spotcell35 {
  top: 180px;
}

#spots_room_993573905954243636 #spotcell48, #spots_room_993573905954243636 #spotcell47, #spots_room_993573905954243636 #spotcell38, #spots_room_993573905954243636 #spotcell37 {
  top: 270px;
}

#spots_room_993573905954243636 #spotcell58, #spots_room_993573905954243636 #spotcell57, #spots_room_993573905954243636 #spotcell50, #spots_room_993573905954243636 #spotcell49, #spots_room_993573905954243636 #spotcell40, #spots_room_993573905954243636 #spotcell39 {
  top: 360px;
}

#spots_room_993573905954243636 #spotcell60, #spots_room_993573905954243636 #spotcell59, #spots_room_993573905954243636 #spotcell52, #spots_room_993573905954243636 #spotcell51 {
  top: 450px;
}

/* UES Studio Training */
#spots_room_1048571362064467734 .floor-plan {
  background: url("../images/reserve/bg_1048571362064467734.png") no-repeat center center;
  width: 1095px;
  height: auto;
  margin: 0 auto;
  top: 35px;
}

#spots_room_1048571362064467734 .spotwrapper {
  width: auto;
  height: 450px;
  position: relative;
  top: 110px;
  left: 40px;
}

#spots_room_1048571362064467734 #spotcell {
  /*&22,&44 {display: none;}*/
}

#spots_room_1048571362064467734 #spotcell13, #spots_room_1048571362064467734 #spotcell22 {
  left: 0px;
}

#spots_room_1048571362064467734 #spotcell12, #spots_room_1048571362064467734 #spotcell21 {
  left: 44px;
}

#spots_room_1048571362064467734 #spotcell11, #spots_room_1048571362064467734 #spotcell20 {
  left: 88px;
}

#spots_room_1048571362064467734 #spotcell10, #spots_room_1048571362064467734 #spotcell19 {
  left: 132px;
}

#spots_room_1048571362064467734 #spotcell9, #spots_room_1048571362064467734 #spotcell18 {
  left: 176px;
}

#spots_room_1048571362064467734 #spotcell8, #spots_room_1048571362064467734 #spotcell17 {
  left: 220px;
}

#spots_room_1048571362064467734 #spotcell7, #spots_room_1048571362064467734 #spotcell16 {
  left: 264px;
}

#spots_room_1048571362064467734 #spotcell6, #spots_room_1048571362064467734 #spotcell15 {
  left: 308px;
}

#spots_room_1048571362064467734 #spotcell5, #spots_room_1048571362064467734 #spotcell14 {
  left: 352px;
}

#spots_room_1048571362064467734 #spotcell4 {
  left: 396px;
}

#spots_room_1048571362064467734 #spotcell3 {
  left: 440px;
}

#spots_room_1048571362064467734 #spotcell2 {
  left: 484px;
}

#spots_room_1048571362064467734 #spotcell1 {
  left: 528px;
}

#spots_room_1048571362064467734 #spotcell13, #spots_room_1048571362064467734 #spotcell12, #spots_room_1048571362064467734 #spotcell11, #spots_room_1048571362064467734 #spotcell10, #spots_room_1048571362064467734 #spotcell9, #spots_room_1048571362064467734 #spotcell8, #spots_room_1048571362064467734 #spotcell7, #spots_room_1048571362064467734 #spotcell6, #spots_room_1048571362064467734 #spotcell5, #spots_room_1048571362064467734 #spotcell4, #spots_room_1048571362064467734 #spotcell3, #spots_room_1048571362064467734 #spotcell2, #spots_room_1048571362064467734 #spotcell1 {
  top: 35px;
}

#spots_room_1048571362064467734 #spotcell22, #spots_room_1048571362064467734 #spotcell21, #spots_room_1048571362064467734 #spotcell20, #spots_room_1048571362064467734 #spotcell19, #spots_room_1048571362064467734 #spotcell18, #spots_room_1048571362064467734 #spotcell17, #spots_room_1048571362064467734 #spotcell16, #spots_room_1048571362064467734 #spotcell15, #spots_room_1048571362064467734 #spotcell14 {
  top: 135px;
}

#spots_room_1048571362064467734 #spotcell35 {
  left: 590px;
}

#spots_room_1048571362064467734 #spotcell30 {
  left: 615px;
}

#spots_room_1048571362064467734 #spotcell34 {
  left: 640px;
}

#spots_room_1048571362064467734 #spotcell29 {
  left: 665px;
}

#spots_room_1048571362064467734 #spotcell33 {
  left: 690px;
}

#spots_room_1048571362064467734 #spotcell28 {
  left: 715px;
}

#spots_room_1048571362064467734 #spotcell32 {
  left: 740px;
}

#spots_room_1048571362064467734 #spotcell27, #spots_room_1048571362064467734 #spotcell44 {
  left: 765px;
}

#spots_room_1048571362064467734 #spotcell31 {
  left: 790px;
}

#spots_room_1048571362064467734 #spotcell26, #spots_room_1048571362064467734 #spotcell43 {
  left: 815px;
}

#spots_room_1048571362064467734 #spotcell42 {
  left: 840px;
}

#spots_room_1048571362064467734 #spotcell25, #spots_room_1048571362064467734 #spotcell38 {
  left: 865px;
}

#spots_room_1048571362064467734 #spotcell41 {
  left: 890px;
}

#spots_room_1048571362064467734 #spotcell24, #spots_room_1048571362064467734 #spotcell37 {
  left: 915px;
}

#spots_room_1048571362064467734 #spotcell40 {
  left: 940px;
}

#spots_room_1048571362064467734 #spotcell23, #spots_room_1048571362064467734 #spotcell36 {
  left: 965px;
}

#spots_room_1048571362064467734 #spotcell39 {
  left: 990px;
}

#spots_room_1048571362064467734 #spotcell30, #spots_room_1048571362064467734 #spotcell29, #spots_room_1048571362064467734 #spotcell28, #spots_room_1048571362064467734 #spotcell27, #spots_room_1048571362064467734 #spotcell26, #spots_room_1048571362064467734 #spotcell25, #spots_room_1048571362064467734 #spotcell24, #spots_room_1048571362064467734 #spotcell23 {
  top: 35px;
}

#spots_room_1048571362064467734 #spotcell35, #spots_room_1048571362064467734 #spotcell34, #spots_room_1048571362064467734 #spotcell33, #spots_room_1048571362064467734 #spotcell32, #spots_room_1048571362064467734 #spotcell31, #spots_room_1048571362064467734 #spotcell42, #spots_room_1048571362064467734 #spotcell41, #spots_room_1048571362064467734 #spotcell40, #spots_room_1048571362064467734 #spotcell39 {
  top: 115px;
}

#spots_room_1048571362064467734 #spotcell44, #spots_room_1048571362064467734 #spotcell43, #spots_room_1048571362064467734 #spotcell38, #spots_room_1048571362064467734 #spotcell37, #spots_room_1048571362064467734 #spotcell36 {
  top: 195px;
}

/* Marina Boxing */
#spots_room_993546832300737729 .floor-plan {
  background: url("../images/reserve/bg_993546832300737729.png") no-repeat center center;
  width: 1025px;
  height: auto;
  margin: 0 auto;
  top: 35px;
}

#spots_room_993546832300737729 .spotwrapper {
  width: auto;
  height: 450px;
  position: relative;
  bottom: 95px;
  right: 40px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

#spots_room_993546832300737729 .spotwrapper .spot {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

#spots_room_993546832300737729 #spotcell37, #spots_room_993546832300737729 #spotcell33 {
  left: 0px;
}

#spots_room_993546832300737729 #spotcell35, #spots_room_993546832300737729 #spotcell31 {
  left: 30px;
}

#spots_room_993546832300737729 #spotcell38, #spots_room_993546832300737729 #spotcell34 {
  left: 60px;
}

#spots_room_993546832300737729 #spotcell36, #spots_room_993546832300737729 #spotcell32 {
  left: 90px;
}

#spots_room_993546832300737729 #spotcell45, #spots_room_993546832300737729 #spotcell41 {
  left: 120px;
}

#spots_room_993546832300737729 #spotcell43, #spots_room_993546832300737729 #spotcell39 {
  left: 150px;
}

#spots_room_993546832300737729 #spotcell46, #spots_room_993546832300737729 #spotcell42 {
  left: 180px;
}

#spots_room_993546832300737729 #spotcell44, #spots_room_993546832300737729 #spotcell40 {
  left: 210px;
}

#spots_room_993546832300737729 #spotcell53, #spots_room_993546832300737729 #spotcell49 {
  left: 240px;
}

#spots_room_993546832300737729 #spotcell51, #spots_room_993546832300737729 #spotcell47 {
  left: 270px;
}

#spots_room_993546832300737729 #spotcell54, #spots_room_993546832300737729 #spotcell50 {
  left: 300px;
}

#spots_room_993546832300737729 #spotcell52, #spots_room_993546832300737729 #spotcell48 {
  left: 330px;
}

#spots_room_993546832300737729 #spotcell59, #spots_room_993546832300737729 #spotcell56 {
  left: 360px;
}

#spots_room_993546832300737729 #spotcell58, #spots_room_993546832300737729 #spotcell55 {
  left: 390px;
}

#spots_room_993546832300737729 #spotcell60, #spots_room_993546832300737729 #spotcell57 {
  left: 420px;
}

#spots_room_993546832300737729 #spotcell37, #spots_room_993546832300737729 #spotcell38, #spots_room_993546832300737729 #spotcell45, #spots_room_993546832300737729 #spotcell46, #spots_room_993546832300737729 #spotcell53, #spots_room_993546832300737729 #spotcell54, #spots_room_993546832300737729 #spotcell59, #spots_room_993546832300737729 #spotcell60 {
  top: 0px;
}

#spots_room_993546832300737729 #spotcell35, #spots_room_993546832300737729 #spotcell36, #spots_room_993546832300737729 #spotcell43, #spots_room_993546832300737729 #spotcell44, #spots_room_993546832300737729 #spotcell51, #spots_room_993546832300737729 #spotcell52, #spots_room_993546832300737729 #spotcell58 {
  top: 70px;
}

#spots_room_993546832300737729 #spotcell33, #spots_room_993546832300737729 #spotcell34, #spots_room_993546832300737729 #spotcell41, #spots_room_993546832300737729 #spotcell42, #spots_room_993546832300737729 #spotcell49, #spots_room_993546832300737729 #spotcell50, #spots_room_993546832300737729 #spotcell56, #spots_room_993546832300737729 #spotcell57 {
  top: 140px;
}

#spots_room_993546832300737729 #spotcell31, #spots_room_993546832300737729 #spotcell32, #spots_room_993546832300737729 #spotcell39, #spots_room_993546832300737729 #spotcell40, #spots_room_993546832300737729 #spotcell47, #spots_room_993546832300737729 #spotcell48, #spots_room_993546832300737729 #spotcell55 {
  top: 210px;
}

#spots_room_993546832300737729 #spotcell7, #spots_room_993546832300737729 #spotcell5, #spots_room_993546832300737729 #spotcell3 {
  left: 550px;
}

#spots_room_993546832300737729 #spotcell8, #spots_room_993546832300737729 #spotcell6, #spots_room_993546832300737729 #spotcell4 {
  left: 600px;
}

#spots_room_993546832300737729 #spotcell15, #spots_room_993546832300737729 #spotcell11, #spots_room_993546832300737729 #spotcell1, #spots_room_993546832300737729 #spotcell2 {
  left: 650px;
}

#spots_room_993546832300737729 #spotcell16, #spots_room_993546832300737729 #spotcell13, #spots_room_993546832300737729 #spotcell12, #spots_room_993546832300737729 #spotcell9 {
  left: 700px;
}

#spots_room_993546832300737729 #spotcell23, #spots_room_993546832300737729 #spotcell14, #spots_room_993546832300737729 #spotcell19, #spots_room_993546832300737729 #spotcell10 {
  left: 750px;
}

#spots_room_993546832300737729 #spotcell24, #spots_room_993546832300737729 #spotcell21, #spots_room_993546832300737729 #spotcell20, #spots_room_993546832300737729 #spotcell17 {
  left: 800px;
}

#spots_room_993546832300737729 #spotcell29, #spots_room_993546832300737729 #spotcell22, #spots_room_993546832300737729 #spotcell26, #spots_room_993546832300737729 #spotcell18 {
  left: 850px;
}

#spots_room_993546832300737729 #spotcell30, #spots_room_993546832300737729 #spotcell28, #spots_room_993546832300737729 #spotcell27, #spots_room_993546832300737729 #spotcell25 {
  left: 900px;
}

#spots_room_993546832300737729 #spotcell8, #spots_room_993546832300737729 #spotcell16, #spots_room_993546832300737729 #spotcell24, #spots_room_993546832300737729 #spotcell30 {
  top: 0px;
}

#spots_room_993546832300737729 #spotcell7, #spots_room_993546832300737729 #spotcell15, #spots_room_993546832300737729 #spotcell23, #spots_room_993546832300737729 #spotcell29 {
  top: 30px;
}

#spots_room_993546832300737729 #spotcell6, #spots_room_993546832300737729 #spotcell13, #spots_room_993546832300737729 #spotcell21, #spots_room_993546832300737729 #spotcell28 {
  top: 60px;
}

#spots_room_993546832300737729 #spotcell5, #spots_room_993546832300737729 #spotcell11, #spots_room_993546832300737729 #spotcell14, #spots_room_993546832300737729 #spotcell22 {
  top: 90px;
}

#spots_room_993546832300737729 #spotcell4, #spots_room_993546832300737729 #spotcell12, #spots_room_993546832300737729 #spotcell20, #spots_room_993546832300737729 #spotcell27 {
  top: 120px;
}

#spots_room_993546832300737729 #spotcell3, #spots_room_993546832300737729 #spotcell1, #spots_room_993546832300737729 #spotcell19, #spots_room_993546832300737729 #spotcell26 {
  top: 150px;
}

#spots_room_993546832300737729 #spotcell9, #spots_room_993546832300737729 #spotcell17, #spots_room_993546832300737729 #spotcell25 {
  top: 180px;
}

#spots_room_993546832300737729 #spotcell2, #spots_room_993546832300737729 #spotcell10, #spots_room_993546832300737729 #spotcell18 {
  top: 210px;
}

/* Flatiron/Chelsea Training */
#spots_984816587678680316 .floor-plan,
#spots_room_984816588140053757 .floor-plan {
  background: url("../images/reserve/bg_984816588140053757.png") no-repeat center center;
  width: 1150px;
  height: 800px;
  margin: 0 auto;
}

#spots_984816587678680316 .spotwrapper,
#spots_room_984816588140053757 .spotwrapper {
  width: auto;
  height: 480px;
  position: relative;
  top: 35px;
}

#spots_984816587678680316 #spotcell17, #spots_984816587678680316 #spotcell10,
#spots_room_984816588140053757 #spotcell17,
#spots_room_984816588140053757 #spotcell10 {
  left: 20px;
}

#spots_984816587678680316 #spotcell16, #spots_984816587678680316 #spotcell9,
#spots_room_984816588140053757 #spotcell16,
#spots_room_984816588140053757 #spotcell9 {
  left: 70px;
}

#spots_984816587678680316 #spotcell8,
#spots_room_984816588140053757 #spotcell8 {
  left: 120px;
}

#spots_984816587678680316 #spotcell7,
#spots_room_984816588140053757 #spotcell7 {
  left: 170px;
}

#spots_984816587678680316 #spotcell30, #spots_984816587678680316 #spotcell22, #spots_984816587678680316 #spotcell15, #spots_984816587678680316 #spotcell6,
#spots_room_984816588140053757 #spotcell30,
#spots_room_984816588140053757 #spotcell22,
#spots_room_984816588140053757 #spotcell15,
#spots_room_984816588140053757 #spotcell6 {
  left: 220px;
}

#spots_984816587678680316 #spotcell29, #spots_984816587678680316 #spotcell21, #spots_984816587678680316 #spotcell14, #spots_984816587678680316 #spotcell5,
#spots_room_984816588140053757 #spotcell29,
#spots_room_984816588140053757 #spotcell21,
#spots_room_984816588140053757 #spotcell14,
#spots_room_984816588140053757 #spotcell5 {
  left: 270px;
}

#spots_984816587678680316 #spotcell28, #spots_984816587678680316 #spotcell20, #spots_984816587678680316 #spotcell13, #spots_984816587678680316 #spotcell4,
#spots_room_984816588140053757 #spotcell28,
#spots_room_984816588140053757 #spotcell20,
#spots_room_984816588140053757 #spotcell13,
#spots_room_984816588140053757 #spotcell4 {
  left: 320px;
}

#spots_984816587678680316 #spotcell27, #spots_984816587678680316 #spotcell19, #spots_984816587678680316 #spotcell12, #spots_984816587678680316 #spotcell3,
#spots_room_984816588140053757 #spotcell27,
#spots_room_984816588140053757 #spotcell19,
#spots_room_984816588140053757 #spotcell12,
#spots_room_984816588140053757 #spotcell3 {
  left: 370px;
}

#spots_984816587678680316 #spotcell26, #spots_984816587678680316 #spotcell18, #spots_984816587678680316 #spotcell11, #spots_984816587678680316 #spotcell2,
#spots_room_984816588140053757 #spotcell26,
#spots_room_984816588140053757 #spotcell18,
#spots_room_984816588140053757 #spotcell11,
#spots_room_984816588140053757 #spotcell2 {
  left: 420px;
}

#spots_984816587678680316 #spotcell25, #spots_984816587678680316 #spotcell1,
#spots_room_984816588140053757 #spotcell25,
#spots_room_984816588140053757 #spotcell1 {
  left: 470px;
}

#spots_984816587678680316 #spotcell30, #spots_984816587678680316 #spotcell29, #spots_984816587678680316 #spotcell28, #spots_984816587678680316 #spotcell27, #spots_984816587678680316 #spotcell26, #spots_984816587678680316 #spotcell25,
#spots_room_984816588140053757 #spotcell30,
#spots_room_984816588140053757 #spotcell29,
#spots_room_984816588140053757 #spotcell28,
#spots_room_984816588140053757 #spotcell27,
#spots_room_984816588140053757 #spotcell26,
#spots_room_984816588140053757 #spotcell25 {
  top: 200px;
}

#spots_984816587678680316 #spotcell22, #spots_984816587678680316 #spotcell21, #spots_984816587678680316 #spotcell20, #spots_984816587678680316 #spotcell19, #spots_984816587678680316 #spotcell18,
#spots_room_984816588140053757 #spotcell22,
#spots_room_984816588140053757 #spotcell21,
#spots_room_984816588140053757 #spotcell20,
#spots_room_984816588140053757 #spotcell19,
#spots_room_984816588140053757 #spotcell18 {
  top: 325px;
}

#spots_984816587678680316 #spotcell17, #spots_984816587678680316 #spotcell16, #spots_984816587678680316 #spotcell15, #spots_984816587678680316 #spotcell14, #spots_984816587678680316 #spotcell13, #spots_984816587678680316 #spotcell12, #spots_984816587678680316 #spotcell11,
#spots_room_984816588140053757 #spotcell17,
#spots_room_984816588140053757 #spotcell16,
#spots_room_984816588140053757 #spotcell15,
#spots_room_984816588140053757 #spotcell14,
#spots_room_984816588140053757 #spotcell13,
#spots_room_984816588140053757 #spotcell12,
#spots_room_984816588140053757 #spotcell11 {
  top: 450px;
}

#spots_984816587678680316 #spotcell10, #spots_984816587678680316 #spotcell9, #spots_984816587678680316 #spotcell8, #spots_984816587678680316 #spotcell7, #spots_984816587678680316 #spotcell6, #spots_984816587678680316 #spotcell5, #spots_984816587678680316 #spotcell4, #spots_984816587678680316 #spotcell3, #spots_984816587678680316 #spotcell2, #spots_984816587678680316 #spotcell1,
#spots_room_984816588140053757 #spotcell10,
#spots_room_984816588140053757 #spotcell9,
#spots_room_984816588140053757 #spotcell8,
#spots_room_984816588140053757 #spotcell7,
#spots_room_984816588140053757 #spotcell6,
#spots_room_984816588140053757 #spotcell5,
#spots_room_984816588140053757 #spotcell4,
#spots_room_984816588140053757 #spotcell3,
#spots_room_984816588140053757 #spotcell2,
#spots_room_984816588140053757 #spotcell1 {
  top: 575px;
}

#spots_984816587678680316 #spotcell42,
#spots_room_984816588140053757 #spotcell42 {
  left: 580px;
}

#spots_984816587678680316 #spotcell51,
#spots_room_984816588140053757 #spotcell51 {
  left: 605px;
}

#spots_984816587678680316 #spotcell59, #spots_984816587678680316 #spotcell41,
#spots_room_984816588140053757 #spotcell59,
#spots_room_984816588140053757 #spotcell41 {
  left: 630px;
}

#spots_984816587678680316 #spotcell60, #spots_984816587678680316 #spotcell50,
#spots_room_984816588140053757 #spotcell60,
#spots_room_984816588140053757 #spotcell50 {
  left: 655px;
}

#spots_984816587678680316 #spotcell58, #spots_984816587678680316 #spotcell40,
#spots_room_984816588140053757 #spotcell58,
#spots_room_984816588140053757 #spotcell40 {
  left: 680px;
}

#spots_984816587678680316 #spotcell49,
#spots_room_984816588140053757 #spotcell49 {
  left: 705px;
}

#spots_984816587678680316 #spotcell57, #spots_984816587678680316 #spotcell39,
#spots_room_984816588140053757 #spotcell57,
#spots_room_984816588140053757 #spotcell39 {
  left: 730px;
}

#spots_984816587678680316 #spotcell48, #spots_984816587678680316 #spotcell33,
#spots_room_984816588140053757 #spotcell48,
#spots_room_984816588140053757 #spotcell33 {
  left: 755px;
}

#spots_984816587678680316 #spotcell56, #spots_984816587678680316 #spotcell38,
#spots_room_984816588140053757 #spotcell56,
#spots_room_984816588140053757 #spotcell38 {
  left: 780px;
}

#spots_984816587678680316 #spotcell47,
#spots_room_984816588140053757 #spotcell47 {
  left: 805px;
}

#spots_984816587678680316 #spotcell55, #spots_984816587678680316 #spotcell37,
#spots_room_984816588140053757 #spotcell55,
#spots_room_984816588140053757 #spotcell37 {
  left: 830px;
}

#spots_984816587678680316 #spotcell46, #spots_984816587678680316 #spotcell32,
#spots_room_984816588140053757 #spotcell46,
#spots_room_984816588140053757 #spotcell32 {
  left: 855px;
}

#spots_984816587678680316 #spotcell52, #spots_984816587678680316 #spotcell36,
#spots_room_984816588140053757 #spotcell52,
#spots_room_984816588140053757 #spotcell36 {
  left: 880px;
}

#spots_984816587678680316 #spotcell45, #spots_984816587678680316 #spotcell31,
#spots_room_984816588140053757 #spotcell45,
#spots_room_984816588140053757 #spotcell31 {
  left: 905px;
}

#spots_984816587678680316 #spotcell35,
#spots_room_984816588140053757 #spotcell35 {
  left: 930px;
}

#spots_984816587678680316 #spotcell44,
#spots_room_984816588140053757 #spotcell44 {
  left: 955px;
}

#spots_984816587678680316 #spotcell34,
#spots_room_984816588140053757 #spotcell34 {
  left: 980px;
}

#spots_984816587678680316 #spotcell43,
#spots_room_984816588140053757 #spotcell43 {
  left: 1005px;
}

#spots_984816587678680316 #spotcell60,
#spots_room_984816588140053757 #spotcell60 {
  top: 180px;
}

#spots_984816587678680316 #spotcell59, #spots_984816587678680316 #spotcell58, #spots_984816587678680316 #spotcell57, #spots_984816587678680316 #spotcell56, #spots_984816587678680316 #spotcell55, #spots_984816587678680316 #spotcell52,
#spots_room_984816588140053757 #spotcell59,
#spots_room_984816588140053757 #spotcell58,
#spots_room_984816588140053757 #spotcell57,
#spots_room_984816588140053757 #spotcell56,
#spots_room_984816588140053757 #spotcell55,
#spots_room_984816588140053757 #spotcell52 {
  top: 280px;
}

#spots_984816587678680316 #spotcell51, #spots_984816587678680316 #spotcell50, #spots_984816587678680316 #spotcell49, #spots_984816587678680316 #spotcell48, #spots_984816587678680316 #spotcell47, #spots_984816587678680316 #spotcell46, #spots_984816587678680316 #spotcell45, #spots_984816587678680316 #spotcell44, #spots_984816587678680316 #spotcell43,
#spots_room_984816588140053757 #spotcell51,
#spots_room_984816588140053757 #spotcell50,
#spots_room_984816588140053757 #spotcell49,
#spots_room_984816588140053757 #spotcell48,
#spots_room_984816588140053757 #spotcell47,
#spots_room_984816588140053757 #spotcell46,
#spots_room_984816588140053757 #spotcell45,
#spots_room_984816588140053757 #spotcell44,
#spots_room_984816588140053757 #spotcell43 {
  top: 380px;
}

#spots_984816587678680316 #spotcell42, #spots_984816587678680316 #spotcell41, #spots_984816587678680316 #spotcell40, #spots_984816587678680316 #spotcell39, #spots_984816587678680316 #spotcell38, #spots_984816587678680316 #spotcell37, #spots_984816587678680316 #spotcell36, #spots_984816587678680316 #spotcell35, #spots_984816587678680316 #spotcell34,
#spots_room_984816588140053757 #spotcell42,
#spots_room_984816588140053757 #spotcell41,
#spots_room_984816588140053757 #spotcell40,
#spots_room_984816588140053757 #spotcell39,
#spots_room_984816588140053757 #spotcell38,
#spots_room_984816588140053757 #spotcell37,
#spots_room_984816588140053757 #spotcell36,
#spots_room_984816588140053757 #spotcell35,
#spots_room_984816588140053757 #spotcell34 {
  top: 480px;
}

#spots_984816587678680316 #spotcell33, #spots_984816587678680316 #spotcell32, #spots_984816587678680316 #spotcell31,
#spots_room_984816588140053757 #spotcell33,
#spots_room_984816588140053757 #spotcell32,
#spots_room_984816588140053757 #spotcell31 {
  top: 580px;
}

#spots_984816587678680316 #spotcell24, #spots_984816587678680316 #spotcell23, #spots_984816587678680316 #spotcell53, #spots_984816587678680316 #spotcell54,
#spots_room_984816588140053757 #spotcell24,
#spots_room_984816588140053757 #spotcell23,
#spots_room_984816588140053757 #spotcell53,
#spots_room_984816588140053757 #spotcell54 {
  display: none;
}

body.body-admin {
  font-size: 18px;
}

body.body-admin header {
  background-color: #eee;
}

body.body-admin footer {
  height: auto;
}

body.body-admin footer .footer {
  text-align: center;
  background: #1f1f1f;
  color: #808080;
  padding: 50px 0;
  height: auto;
}

body.body-admin h1, body.body-admin h2, body.body-admin h3, body.body-admin h4, body.body-admin h5, body.body-admin .upper {
  text-transform: uppercase;
  margin: 0px;
}

body.body-admin .mb-0, body.body-admin .my-0 {
  margin-bottom: 0 !important;
}

body.body-admin h3, body.body-admin .h3 {
  font-size: 18px;
}

body.body-admin h5, body.body-admin .h5 {
  font-size: 1.25rem;
}

body.body-admin a {
  text-decoration: none;
}

body.body-admin a:not(.greyed), body.body-admin a:not(.no-click) {
  color: inherit;
}

body.body-admin .col-form-label {
  font-size: 13px;
}

body.body-admin .form-submit {
  margin-top: 0px;
}

body.body-admin .float-right {
  float: right !important;
}

body.body-admin .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
}

body.body-admin .page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

body.body-admin .rumble-background-color {
  background-color: #d50032 !important;
}

body.body-admin .modal-close {
  position: absolute;
  right: 0;
  width: 26px;
  height: 28px;
  background: #fff !important;
  z-index: 9999;
  cursor: pointer;
  padding-top: 2px !important;
  opacity: 1;
}

body.body-admin a.button, body.body-admin .button {
  color: #fff;
  padding: 10px 8px;
  font-size: 14px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  text-transform: uppercase;
  position: relative;
  padding-right: 10px;
  cursor: pointer;
}

body.body-admin a.button.reverse, body.body-admin .button.reverse {
  color: #d50032;
  background: #fff;
  border: 1px solid #d50032;
}

body.body-admin a.button.gray, body.body-admin .button.gray {
  color: #ccc;
  background: #fff;
}

body.body-admin a.button.dark, body.body-admin .button.dark {
  color: #ccc;
  background: #666;
}

body.body-admin a.button.fixed-width, body.body-admin .button.fixed-width {
  width: 156px;
}

body.body-admin a.button.waitlist, body.body-admin .button.waitlist {
  padding-right: 8px;
}

body.body-admin .button.btn-link {
  color: #000;
}

body.body-admin .pointer {
  cursor: pointer;
}

body.body-admin .white {
  color: #fff;
}

body.body-admin .col-centered {
  margin: auto;
}

body.body-admin .no-gutters {
  margin-right: 0;
  margin-left: 0;
}

body.body-admin .float-left {
  float: left;
}

body.body-admin a.red-bg, body.body-admin button.red-bg {
  background: #d50032;
  color: #fff;
}

body.body-admin .red {
  color: #d50032;
  border: 1px solid #fff;
}

body.body-admin .instructor-action-width {
  width: 90px !important;
  min-width: 90px !important;
}

body.body-admin .waitlist .center,
body.body-admin .waitlist h1, body.body-admin .waitlist h2, body.body-admin .waitlist h3, body.body-admin .waitlist h4, body.body-admin .waitlist h5, body.body-admin .attendance-log .center,
body.body-admin .attendance-log h1, body.body-admin .attendance-log h2, body.body-admin .attendance-log h3, body.body-admin .attendance-log h4, body.body-admin .attendance-log h5, body.body-admin .customer-log .center,
body.body-admin .customer-log h1, body.body-admin .customer-log h2, body.body-admin .customer-log h3, body.body-admin .customer-log h4, body.body-admin .customer-log h5 {
  text-align: center;
}

body.body-admin .waitlist table, body.body-admin .attendance-log table, body.body-admin .customer-log table {
  border: 1px solid #000;
  width: auto;
  margin: auto;
  text-align: left;
  border-spacing: 7px;
  border-collapse: separate;
}

body.body-admin #sidebar {
  height: 800px;
  overflow-y: scroll;
}

body.body-admin #sidebar #schedule-table .row {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}

body.body-admin #sidebar #schedule-table .class-time {
  color: #08c;
}

body.body-admin #sidebar .class-day {
  min-width: 200px;
}

body.body-admin #mobile-schedule-overlay {
  display: none;
}
.socials ul li .socicon {
    background: transparent !important;
    color: black !important;
    padding: 0 !important;
}
.footer .menu .menu-col ul.menu {
    display: inherit !important;
}
.footer ul.menu > li > a {
    color: inherit;
    margin-bottom: 0px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    font-size: 17px;
    opacity: 0.90;
    margin: 0 0 10px;
    font-weight: bold;
    text-transform: inherit;
}
.footer .logo { 
    text-align: center;
}
.logo img {
    width: 300px;
}
.footer ul.sub-menu li a {
    color: #8b8787;
    font-size: 13px;
    font-weight: 500;
}
.copyright p {
    color: #fff;
}
.copyright a {
    color: #d50032;
}
div#logo {
    padding: 0 15px 0px 0;
}
@media (max-width: 768px) {
  body.body-admin #sidebar {
    display: none;
    min-width: 21%;
    max-width: 21%;
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    padding: initial;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  body.body-admin #sidebar #schedule-table {
    height: 100%;
  }
  body.body-admin #sidebar.active {
    display: block;
  }
  body.body-admin #sidebar.active #dismiss {
    background-color: #FFF;
  }
  body.body-admin .mobile-schedule-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  body.body-admin .mobile-schedule-overlay.active {
    display: block;
    opacity: 1;
  }
}

body.body-admin .class-time {
  max-width: 249px;
}

body.body-admin .customer-dropdown .dropdown-menu ul {
  padding: 10px;
}

body.body-admin #class-dropdown .dropdown-itembutton, body.body-admin #class-dropdown .dropdown-itema {
  border: none;
  background: none;
  margin: inherit;
  padding: 0px 10px;
}

body.body-admin .modal-content .floor-plan-container {
  zoom: 0.60;
  overflow-y: hidden;
  overflow-x: hidden;
}

body.body-admin .modal-dialog-vertical-center {
  min-height: calc(100vh - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: auto;
}

body.body-admin #searchspinner {
  width: 35px;
  padding: 9px 10px;
  height: 37px;
  margin: 0 auto;
  background: #ffc1071c;
  color: #ca7676;
  text-align: center;
}

body.body-admin #initAppBtn #spinner img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -100px;
  height: 200px;
  width: 200px;
}

body.body-admin .spinner,
body.body-admin .pulse {
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

body.body-admin .customer-res {
  position: absolute;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

body.body-admin .customer-res > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

body.body-admin .customer-res .selected {
  background: #ff0943 !important;
}

body.body-admin .customer-res .selected a {
  color: whitesmoke !important;
}

body.body-admin .customer-res-holder {
  position: relative;
}

body.body-admin .customer-dropdown .dropdown-menu .rumble_container .btn-groups {
  margin: 10px auto;
}

body.body-admin .customer-dropdown .dropdown-menu .rumble_container .btn-groups > .btn-group {
  margin-right: 2px;
}

body.body-admin .customer-dropdown .dropdown-menu .rumble_container .btn-groups > .btn-group .button {
  font-size: 1.2em;
}

body.body-admin .customer-dropdown .dropdown-menu .rumble_container ul li {
  line-height: 1.5;
}

body.body-admin input.form-control {
  font-family: Arial;
}

#admin .greyed, #admin a.greyed {
  color: #999;
}

#admin .spot {
  opacity: unset;
  overflow: visible;
  border: 1px solid #DDD;
  border-radius: 4px;
  color: #333 !important;
  font-weight: normal !important;
  background: #fff;
  -webkit-box-shadow: 0 3px 2px #999;
          box-shadow: 0 3px 2px #999;
  height: 48px;
  width: 48px;
  opacity: unset;
  overflow: visible;
  line-height: 7px;
  text-align: left;
  padding: 2px;
}

#admin .spot .checkin {
  float: left;
  z-index: 1000;
  position: relative;
  border-radius: 5px;
  width: 150px;
}

#admin .spot.whited {
  opacity: 0.25;
}

#admin .spot.available, #admin .spot.cancelled {
  background: #bad4fe;
  border-color: #e3e7fa;
}

#admin .spot [data-book="signed-in"], #admin .spot .fa-check {
  color: #43a912;
}

#admin .spot .booker-toggle {
  display: none;
  float: left;
  width: 150px;
  background: #fff;
  border: 1px solid #cacaca;
  padding: 5px;
  border-radius: 5px;
  height: auto;
  font-size: 15px;
  position: relative;
  top: 0px;
  color: #000;
  text-align: left;
  z-index: 100;
}

#admin .spot .booker-toggle > a, #admin .spot .booker-toggle > button {
  border: none;
  display: block;
  margin: 0px;
  padding: 5px;
  line-height: 15px;
}

#admin .spot .booker-toggle > a:not(.bg-grey), #admin .spot .booker-toggle > button:not(.bg-grey) {
  background: unset;
}

#admin .spot .uname {
  color: #08c;
  float: left;
  line-height: 11px;
  position: relative;
  font-size: 11px;
  min-width: 30px;
}

#admin .spot .uname:after {
  padding-left: 1px;
  font-weight: normal;
  color: #0088b3;
}

#admin .spot .uname[data-type="1EmployeeClass"]:after, #admin .spot .uname[data-type="1TrainerGuestComp"]:after, #admin .spot .uname[data-type="1InviteComp"]:after, #admin .spot .uname[data-type="1HolidayClass"]:after, #admin .spot .uname[data-type="1ExtensionCompSpecial30"]:after {
  content: 'comp';
}

#admin .spot .uname[data-type="PreLaunch10"]:after, #admin .spot .uname[data-type="PreLaunch50"]:after {
  content: 'pre';
}

#admin .spot .uname[data-type="1PPXClasses"]:after, #admin .spot .uname[data-type="5PPXClasses"]:after, #admin .spot .uname[data-type="30PPXClasses"]:after, #admin .spot .uname[data-type="50PPXClasses"]:after {
  content: 'ppx';
}

#admin .spot .uname[data-type="FIRSTTIME"]:after {
  content: '\2605';
}

#admin .spot .uname[data-type="1Class"]:after {
  content: '\2680';
}

#admin .spot .uname[data-type="5Classes"]:after {
  content: '\2684';
}

#admin .spot .uname[data-type="10Classes"]:after {
  content: '\2680   10';
}

#admin .spot .uname[data-type="20Classes"]:after {
  content: '\2680   20';
}

#admin .spot .uname[data-type="30Classes"]:after {
  content: '\2680   30';
}

#admin .spot .uname[data-type="50Classes"]:after {
  content: '\2680   50';
}

#admin .spot-hide-colors {
  border: none !important;
  background-color: #fff !important;
  color: #000 !important;
}

#admin .spot-mfl {
  border: 2px solid #c000ff;
}

#admin .spot-loyalist {
  border: 2px solid #FF0000;
}

#admin .spot-employee-class {
  background-color: #00bcd494;
  color: #fff;
}

#admin .spot-ppx {
  background-color: #ffade9;
  color: #000;
}

#admin .spot-invite {
  background-color: #FFA533;
  color: #000;
}

#admin .spot-trainer-invite {
  background-color: #cc7809;
  color: #000;
}

#admin .spot-comped {
  background-color: #C433D0;
  color: #fff;
}

#admin .spot-first-timer {
  background-color: #b0ffa6;
  color: #000;
}

#admin .spot-new {
  background-color: #f3e398;
  color: #000;
}

#admin .spot-repeat-customer {
  background-color: white;
  color: #000;
}

#admin .spot-no-show {
  border: 1px solid #333;
  background-color: #333;
  color: red;
}

#admin .spot-key span {
  font-weight: bold;
  padding: 5px;
  display: inline-block;
  margin: 5px 5px 5px 0;
  font-size: 12px;
}

#admin .spot-list {
  opacity: unset;
  overflow: visible;
}

#admin .spot-list .booker-toggle {
  display: none;
  width: 80px;
  background: #fff;
  border: 1px solid #000;
  padding: 5px;
  border-radius: 5px;
  height: auto;
  font-size: 12px;
  position: relative;
  left: -29px;
  top: 0px;
  color: #000;
  text-align: left;
  z-index: 100;
}

#admin .spot-list .booker-toggle > a, #admin .spot-list .booker-toggle > button {
  border: none;
  display: block;
  margin: 0px;
  padding: 5px;
  line-height: 13px;
}

#admin .spot-list .booker-toggle > a:not(.red-bg), #admin .spot-list .booker-toggle > button:not(.red-bg) {
  background: unset;
}

#admin .spot-list .uname {
  color: #000;
  line-height: 30px;
  position: absolute;
  font-size: 12px;
}

#admin .spot-list .uname:after {
  padding-left: 1px;
  font-weight: normal;
  color: #0088b3;
}

#admin .spot-list .num {
  display: inline-block;
  width: 50px;
  height: 30px;
  margin-bottom: 10px;
  line-height: 25px;
}

#admin .legend {
  margin-bottom: 30px;
}

#admin .legend .bag-shape-list.available, #admin .legend .floor-shape-list.available, #admin .legend .bag-shape-list.unavailable, #admin .legend .floor-shape-list.unavailable, #admin .legend .tread-shape-list.available, #admin .legend .tread-shape-list.unavailable {
  text-align: center;
  display: inline-block;
  width: 100%;
}

#admin .bag-shape-list.available, #admin .floor-shape-list.available, #admin .tread-shape-list.available {
  color: #d50032;
}

#admin .bag-shape-list.unavailable, #admin .floor-shape-list.unavailable, #admin .tread-shape-list.unavailable {
  color: #666;
}

#admin .manual-hold {
  background: #fbabab;
}

#admin .zingfit-hold {
  background: #fdcbcb;
}

#admin .class-day {
  border-right: 1px solid #eee;
}

#admin .class-day:last-child {
  border: none;
}

#admin .schedule-table-tab,
#admin .schedule-table.row > .class-day {
  padding-bottom: 10px;
  /*&:not(.active){
			display: none;
		}*/
}

#admin .schedule-table-tab:nth-of-type(1n+8),
#admin .schedule-table.row > .class-day:nth-of-type(1n+8) {
  display: none;
}

#admin .schedule-table-tab.active,
#admin .schedule-table.row > .class-day.active {
  display: block;
}

#admin .schedule-table-tab .class-container.not-private[data-room="private"],
#admin .schedule-table.row > .class-day .class-container.not-private[data-room="private"] {
  display: none;
}

#admin .schedule-table.row > .class-day:not(.active) {
  display: none;
}

#admin .schedule-table-week-controller .this-week-banner.active {
  display: block;
}

#admin .schedule-table-week-controller .this-week-banner:not(.active) {
  display: none;
}

#admin .schedule-table-week-controller .prev,
#admin .schedule-table-week-controller .next {
  display: inline-block;
  cursor: pointer;
}

#admin .class-day-title,
#admin .schedule-table-week-controller {
  border-bottom: 1px solid #eee;
}

#admin .schedule-table-tab-container {
  display: none;
}

#admin .floor-plan-container {
  min-height: 100px;
}

#admin .floor-plan-container .floor-plan {
  background: none;
}

#admin .for-print {
  overflow-y: hidden;
}

#admin .for-print .no-print {
  display: none;
}

#admin .fa-print {
  color: #000;
}

#admin .miw-75 {
  width: 75% !important;
  max-width: 75% !important;
}

#cms-navbar {
  /* don't forget to add all the previously mentioned styles here too */
  background: #d50032;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#cms-navbar .cms-navbar-header {
  padding: 20px;
  background: #aa0028;
}

#cms-navbar ul p {
  color: #fff;
  padding: 18px 0 0 10px;
}

#cms-navbar ul li {
  /* did you intend for the aria-expanded selector to be outside of this? It was affecting all the other a tags with that aria-expanded tag */
}

#cms-navbar ul li a {
  padding: 18px 0 0 10px;
  height: 60px;
  font-size: 1.1em;
  display: block;
}

#cms-navbar ul li a:hover {
  color: #39405c;
  background: #fff;
}

#cms-navbar ul li.active > a,
#cms-navbar ul li a[aria-expanded="true"] {
  color: #fff;
  background: #aa0028;
}

#cms-navbar ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #aa0028;
}

@media (max-width: 1199px) {
  body.body-admin {
    overflow: auto;
  }
  body.body-admin .header, body.body-admin footer {
    width: 1366px;
    overflow: hidden;
  }
  body.body-admin #admin, body.body-admin .navbar, body.body-admin .fixed-container {
    width: 1366px;
  }
}

.d-print-block,
.d-print-inline {
  display: none !important;
}

.hide-overflow {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

.hide-overflow-x {
  overflow-x: hidden !important;
}

.hide-overflow-y {
  overflow-y: hidden !important;
}

.overflow-initial {
  overflow: initial;
}

@media print {
  #admin .for-print {
    overflow-y: hidden;
  }
}

@media (max-width: 991px) {
  body {
    font-size: 16px;
  }
  div#logo {
    margin-left: 50px;
}
}

@media (max-width: 991px) {
  h2 {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  h3 {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .button.no-arrow-mobile {
    padding-right: 10px;
  }
  .button.no-arrow-mobile:after {
    display: none;
  }
}

@media (min-width: 992px) {
  .hover-toggle:hover .hover-accordian {
    height: auto;
    overflow: visible;
  }
  .hover-toggle:hover .hover-toggle-container {
    opacity: 1;
    top: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}

@media (max-width: 991px) {
  #login .sign-in-wrapper .hidden,
  #login .sign-up-wrapper .hidden {
    display: block;
  }
  nav.navbar .navbar-toggler,
  nav.navbar #buy-classes.widget,
  nav.navbar #buy-classes2.widget {
    position: absolute;
    top: 1rem;
  }
  nav.navbar .mobile-collapse {
    display: none;
  }
  nav.navbar #buy-classes2.widget,
  nav.navbar #buy-classes.widget {
    right: 0px;
  }
  nav.navbar #buy-classes2.widget a.button,
  nav.navbar #buy-classes.widget a.button {
    margin-right: 10px;
  }
  nav.navbar #buy-classes2.widget .hover-toggle,
  nav.navbar #buy-classes.widget .hover-toggle {
    background: #fff;
  }
  nav.navbar #buy-classes2.widget .hover-toggle.active,
  nav.navbar #buy-classes.widget .hover-toggle.active {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding-bottom: 10px;
  }
  nav.navbar #buy-classes2.widget .hover-toggle .hover-toggle-container a.d-block:nth-of-type(2),
  nav.navbar #buy-classes.widget .hover-toggle .hover-toggle-container a.d-block:nth-of-type(2) {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #ccc;
  }
  nav.navbar #buy-classes2.widget {
    right: 200px;
  }
  nav.navbar #buy-classes2.widget .hover-toggle.thin {
    padding: 0px;
  }
  nav.navbar #buy-classes2.widget .hover-toggle.thin .clearfix {
    width: 38px;
  }
  .navbar-brand {
    left: 50px;
    position: relative;
  }
  #attendance-table thead tr th:nth-of-type(2), #attendance-table thead tr th:nth-of-type(3), #attendance-table thead tr th:nth-of-type(5), #attendance-table thead tr th:nth-of-type(6), #attendance-table thead tr th:nth-of-type(7),
  #attendance-table tbody tr td:nth-of-type(2),
  #attendance-table tbody tr td:nth-of-type(3),
  #attendance-table tbody tr td:nth-of-type(5),
  #attendance-table tbody tr td:nth-of-type(6),
  #attendance-table tbody tr td:nth-of-type(7) {
    display: none;
  }
  #my-series thead tr th:nth-of-type(2), #my-series thead tr th:nth-of-type(3),
  #my-series tbody tr td:nth-of-type(2),
  #my-series tbody tr td:nth-of-type(3) {
    display: none;
  }
  .parties-bg .scrim,
  .workout-the-work-bg .scrim,
  .anthem-bg .scrim,
  .faq-bg .scrim,
  .details-bg .scrim,
  .contact-bg .scrim {
    display: block;
  }
  .faq-bg {
    background-position: 63% top;
  }
  a.toggle-hover-nav {
    display: block;
    padding: 0 8px;
    font-size: 32px;
    line-height: 34px;
    width: 36px;
    height: 36px;
    overflow: hidden;
  }
  .hover-toggle.active .hover-accordian {
    height: auto;
    overflow: visible;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .hover-toggle.active .toggle-hover-nav {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .hover-toggle-container {
    top: 0;
    padding-left: 10px;
    opacity: 1;
    right: auto;
    position: relative !important;
  }
  .account {
    padding-left: 0 !important;
  }
  .hover-toggle-container-spacer {
    display: none;
  }
  .showOnMobile {
    display: block !important;
  }
  .section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #admin #schedule-modal .class-day {
    width: 14%;
  }
}

@media (max-width: 1199px) {
  .rumble-main-nav .nav-item:not(:last-child):after {
    display: none;
  }
}

@media (max-width: 991px) {
  .widget > a {
    padding: .5rem 0;
    display: block;
  }
}

@media (min-width: 992px) {
  .wrapper {
    min-height: calc(100vh - 208px);
  }
  footer {
    height: 208px;
  }
}

@media (max-width: 991px) {
  .wrapper {
    min-height: calc(100vh - 330px);
  }
  footer {
    height: 330px;
  }
}

@media (max-width: 1199px) {
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section .scrim {
    margin-top: -100px;
  }
  #landing #philosophy .scrim,
  #home #philosophy .scrim {
    margin-top: -100px;
  }
  #landing #slider,
  #home #slider {
    padding-top: 100px;
  }
  .parties-bg .scrim {
    display: block;
  }
}

@media (max-width: 767px) {
  #home #schedule {
    background: #fff;
  }
  .section-desktop-hr,
  .section-desktop-front-hr {
    display: none;
  }
}

@media (max-width: 1199px) {
  #landing .landing-title .rumble-landing-info,
  #landing .landing-title .rumble-slide-info,
  #landing #slider .rumble-landing-info,
  #landing #slider .rumble-slide-info,
  #home .landing-title .rumble-landing-info,
  #home .landing-title .rumble-slide-info,
  #home #slider .rumble-landing-info,
  #home #slider .rumble-slide-info {
    padding: 0;
  }
  #landing .landing-title .rumble-landing-info .landing-container *,
  #landing .landing-title .rumble-landing-info .rumble-slide-subtitle,
  #landing .landing-title .rumble-slide-info .landing-container *,
  #landing .landing-title .rumble-slide-info .rumble-slide-subtitle,
  #landing #slider .rumble-landing-info .landing-container *,
  #landing #slider .rumble-landing-info .rumble-slide-subtitle,
  #landing #slider .rumble-slide-info .landing-container *,
  #landing #slider .rumble-slide-info .rumble-slide-subtitle,
  #home .landing-title .rumble-landing-info .landing-container *,
  #home .landing-title .rumble-landing-info .rumble-slide-subtitle,
  #home .landing-title .rumble-slide-info .landing-container *,
  #home .landing-title .rumble-slide-info .rumble-slide-subtitle,
  #home #slider .rumble-landing-info .landing-container *,
  #home #slider .rumble-landing-info .rumble-slide-subtitle,
  #home #slider .rumble-slide-info .landing-container *,
  #home #slider .rumble-slide-info .rumble-slide-subtitle {
    font-size: 76px;
    line-height: 56px;
  }
  #landing .landing-title .rumble-landing-info .rumble-slide-subtitle,
  #landing .landing-title .rumble-slide-info .rumble-slide-subtitle,
  #landing #slider .rumble-landing-info .rumble-slide-subtitle,
  #landing #slider .rumble-slide-info .rumble-slide-subtitle,
  #home .landing-title .rumble-landing-info .rumble-slide-subtitle,
  #home .landing-title .rumble-slide-info .rumble-slide-subtitle,
  #home #slider .rumble-landing-info .rumble-slide-subtitle,
  #home #slider .rumble-slide-info .rumble-slide-subtitle {
    text-indent: -5px;
  }
  #landing .landing-title .rumble-landing-info h2.reset-header,
  #landing .landing-title .rumble-slide-info h2.reset-header,
  #landing #slider .rumble-landing-info h2.reset-header,
  #landing #slider .rumble-slide-info h2.reset-header,
  #home .landing-title .rumble-landing-info h2.reset-header,
  #home .landing-title .rumble-slide-info h2.reset-header,
  #home #slider .rumble-landing-info h2.reset-header,
  #home #slider .rumble-slide-info h2.reset-header {
    font-size: 50px;
    line-height: 50px;
  }
  #landing .landing-title .rumble-landing-info .smaller,
  #landing .landing-title .rumble-landing-info .section-description,
  #landing .landing-title .rumble-slide-info .smaller,
  #landing .landing-title .rumble-slide-info .section-description,
  #landing #slider .rumble-landing-info .smaller,
  #landing #slider .rumble-landing-info .section-description,
  #landing #slider .rumble-slide-info .smaller,
  #landing #slider .rumble-slide-info .section-description,
  #home .landing-title .rumble-landing-info .smaller,
  #home .landing-title .rumble-landing-info .section-description,
  #home .landing-title .rumble-slide-info .smaller,
  #home .landing-title .rumble-slide-info .section-description,
  #home #slider .rumble-landing-info .smaller,
  #home #slider .rumble-landing-info .section-description,
  #home #slider .rumble-slide-info .smaller,
  #home #slider .rumble-slide-info .section-description {
    font: 24px Texta-Regular;
    line-height: 24px;
  }
  #landing .landing-title .rumble-landing-info .rumble-slide-title,
  #landing .landing-title .rumble-slide-info .rumble-slide-title,
  #landing #slider .rumble-landing-info .rumble-slide-title,
  #landing #slider .rumble-slide-info .rumble-slide-title,
  #home .landing-title .rumble-landing-info .rumble-slide-title,
  #home .landing-title .rumble-slide-info .rumble-slide-title,
  #home #slider .rumble-landing-info .rumble-slide-title,
  #home #slider .rumble-slide-info .rumble-slide-title {
    font-size: 36px;
    line-height: 36px;
    text-indent: -3px;
  }
}

@media (max-width: 767px) {
  #landing .section h3:before,
  #landing #slider .section-description:before,
  #home .section h3:before,
  #home #slider .section-description:before {
    display: none;
  }
}

@media (max-width: 1199px) {
  #landing .section-description,
  #home .section-description {
    margin: 20px 0 40px 0;
  }
}

@media (max-width: 767px) {
  #landing #who,
  #home #who {
    background-image: none;
  }
}

@media (max-width: 991px) {
  #landing #map .rumble-map-tab-container,
  #home #map .rumble-map-tab-container {
    z-index: 1;
    bottom: 20px;
    left: 15px;
    width: calc(100% - 30px) !important;
    display: block;
  }
  #landing #map .rumble-map-item,
  #home #map .rumble-map-item {
    display: none;
  }
  #landing #map .rumble-map-item.active,
  #home #map .rumble-map-item.active {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .schedule-image {
    display: none;
  }
}

@media (max-width: 1199px) {
  .schedule-bg {
    background-position: 73% 100%;
    background-size: cover;
  }
}

@media (max-width: 991px) {
  .nav-item .border-grey,
  .hover-toggle-container .border-grey {
    border: none;
  }
  .class-day {
    border: none;
  }
  .class-full {
    top: 27px;
    right: auto;
  }
  body.body-admin {
    font-size: 16px;
  }
  #admin .schedule-table-tab-container {
    display: block;
  }
  #admin .class-container,
  #admin .schedule-table-tab-container {
    border-bottom: 1px solid #ccc;
  }
  #admin .schedule-table-tab a {
    display: block;
    text-transform: uppercase;
  }
  #admin .schedule-table-tab[data-hasclasses='no'] a {
    color: #999;
  }
  #admin .schedule-table-tab.active a {
    background-color: #d50032;
    color: #fff;
  }
  .schedule-bg {
    background: none;
  }
  .class-day-title,
  .class-day {
    display: none;
  }
  .class-day.active {
    display: block;
  }
}

@media (min-width: 768px) {
  .hero-title.hero-title-line-front:after {
    left: -115px;
    position: absolute;
    top: 41%;
    margin: 0 !important;
  }
  .intro-video .left-part .vc_column-inner {
    left: 25vw;
    -webkit-transform: skewX(21deg);
    transform: skewX(21deg);
	width: 65vw;
}
.intro-video .right-part .vc_column-inner {
        right: 25vw;
    -webkit-transform: skewX(21deg);
    transform: skewX(21deg);
	width: 65vw;
}
}

@media (max-width: 991px) {
  .hero-title.hero-title-line-front:after {
    top: 33%;
  }
  .hero {
    padding: 10% 0;
    position: relative;
  }
  .hero-supertitle, .hero-subtitle {
    font-size: 14px;
  }
  .hero-title {
    font-size: 42px;
    line-height: 36px;
  }
  .hero-title:after {
    margin: 4% 0 2%;
  }
}

@media (max-width: 991px) {
  .trainers-plus {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
  }
  .instructors-display-name {
    bottom: 0;
    margin-left: 40px;
    padding: 2px 10px 2px 10px;
    z-index: 10;
    /*line-height: 80px;*/
  }
  .instructors-display-name .semi-transparent.bg-white {
    background: #fff;
    bottom: 0px;
    z-index: -1;
    margin-left: -10px;
  }
}

@media (min-width: 768px) {
  .trainer .hero-title.hero-title-line-front:after {
    top: 57px;
  }
}

@media (max-width: 767px) {
	 .intro-video .left-part .vc_column-inner {
	width: 100%;
}
.section.homepage-intro.is-second .vc_col-sm-12 {
    position: unset !important;
}
.intro-video .right-part .vc_column-inner {
	width: 100%;
}
  .photo_top.trainer-bg,
  .trainer-bg {
    background-position: 25% top;
    background-size: cover;
    position: relative;
  }
  .photo_top.trainer-bg .scrim,
  .trainer-bg .scrim {
    display: block;
    margin-top: -3rem;
  }
  .trainer-mobile-image {
    display: block;
  }
  .trainer-big-bottom-spacer {
    display: none;
  }
}

@media (max-width: 1199px) {
  .floor-plan-container {
    overflow-y: hidden;
    overflow-x: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 991px) {
  h2.quote:before, h2.quote:after {
    font-size: 100px;
  }
}

@media (max-width: 767px) {
  .quote-bg {
    background-image: url("../images/backgrounds/quote-mobile.jpg");
    padding-bottom: 700px;
    background-position: 100% 100%;
  }
}

@media (max-width: 767px) {
  .contact-bg {
    background: none !important;
  }
}

@media (max-width: 767px) {
  .faq-bg {
    background: none !important;
  }
}

@media (max-width: 1199px) {
  .punches-step {
    margin: 150px 0;
  }
  #landing #slider .rumble-homepage-slide,
  #home #slider .rumble-homepage-slide {
    background-size: 50%;
  }
  .punches-step-image {
    margin: -100px 0;
  }
}

@media (max-width: 991px) {
  .punches-step {
    margin: 50px 0;
  }
  .punches-step-image {
    margin: -50px 0;
  }
}

@media (max-width: 767px) {
  .punches-step {
    margin: 0 0 40px 0;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .punches-step:last-child {
    margin: 0;
  }
  .punches-step-image {
    margin: 0 0;
  }
}

@media (max-width: 575px) {
  #landing #clip h2,
  #home #clip h2 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .workout-the-work-bg {
    background-position: right;
    background-image: none;
  }
  .workout-the-work-bg .scrim {
    display: none;
  }
}

@media (max-width: 767px) {
  .anthem-bg {
    background-position: top left;
    background-size: 100%;
    background-image: none;
  }
  .anthem-bg .scrim {
    display: none;
  }
}

@media screen and (max-width: 813px) {
  #landing #weho,
  #home #slider {
    /*background-image: url('/images/trainers/bg/home-mobile.png');*/
    background: none;
    background-position: 75% top;
  }
  #landing #weho .scrim,
  #home #slider .scrim {
    margin-top: -100px;
    display: block;
    height: 115%;
  }
  #landing #weho .rumble-homepage-slide,
  #home #slider .rumble-homepage-slide {
    /*display: none !important;*/
    background-size: 50%;
    background-position: right 20px;
  }
  #landing .form-container .tagline, #landing .form-container .sub-tagline {
    font-size: 16px;
  }
  #landing .form-container .sub-tagline {
    font-family: Texta-Book,Arial,sans-serif;
  }
  .series-bg {
    background: none;
  }
}

@media (max-width: 767px) {
  #landing #slider .rumble-homepage-slide,
  #home #slider .rumble-homepage-slide {
    background-position: right 20px;
    background-size: 105%;
  }
  #landing #slider .scrim,
  #home #slider .scrim {
    display: block;
    margin-top: -100px;
  }
  #reservation .first {
    display: none;
  }
  .details-bg,
  .private-bg,
  .parties-bg {
    background-image: none;
  }
  .details-bg .scrim,
  .private-bg .scrim,
  .parties-bg .scrim {
    display: none;
  }
  .parties-bg div.rumble_container {
    margin-top: 0px !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .schedule-table-container .col-lg {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 132px;
  }
  a.button.waitlist, .button.waitlist {
    padding-left: 5px;
    padding-right: 5px;
  }
  a.button.waitlist:after, .button.waitlist:after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .form-group.row.required .col-form-label {
    width: auto;
  }
  .form-group.row.required .col-form-label:after {
    top: 7px;
  }
  #checkout.table tr td,
  #checkout.table tr th {
    padding: .25rem;
  }
  #checkout.table tr td:nth-of-type(2),
  #checkout.table tr th:nth-of-type(2) {
    display: none;
  }
  #attendance-table thead,
  #my-series thead {
    font-size: 14px;
  }
  #attendance-table .table tr td,
  #attendance-table .table tr th,
  #my-series .table tr td,
  #my-series .table tr th {
    /*padding: 0.25rem;*/
  }
  #attendance-table .table tr td:nth-of-type(3),
  #attendance-table .table tr th:nth-of-type(3),
  #my-series .table tr td:nth-of-type(3),
  #my-series .table tr th:nth-of-type(3) {
    display: none;
  }
  #checkout.table tr td,
  #checkout.table tr th {
    padding: 0.7rem;
  }
  #login {
    padding-top: 0px !important;
  }
  #login .tagline {
    display: none;
  }
  #login button.mobile-shrink {
    padding: 10px 20px 10px 10px;
  }
  .trainers-hover {
    display: none !important;
  }
  .floor-plan-container {
    position: relative;
  }
  .floor-plan {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    height: 800px;
  }
  .floor-plan .spot {
    font-size: 15pt;
    font-weight: normal;
    -webkit-text-size-adjust: 100% !important;
    font-family: Verdana, Geneva, sans-serif !important;
  }
  .floor-plan .floor-shape {
    height: 50px;
    width: 50px;
    padding: 8px;
  }
  .floor-plan .bag-shape {
    width: 45px;
    height: 65px;
    padding: 5px;
  }
  .floor-plan .tread-shape {
    width: 35px;
    height: 65px;
    padding: 5px;
    line-height: 50px;
  }
  .plan-legend {
    zoom: 50%;
    margin-bottom: 30px;
  }
  #spots_room_12900000001 .floor-plan,
  #spots_12900000001 .floor-plan {
    zoom: 50%;
  }
  #spots_room_993573905954243636 .floor-plan,
  #spots_room_993544502935291504 .floor-plan,
  #spots_room_1048571362064467734 .floor-plan,
  #spots_room_993546832300737729 .floor-plan,
  #spots_room_993546832300737729 .floor-plan,
  #spots_room_12900000006 .floor-plan,
  #spots_room_12900000007 .floor-plan,
  #spots_room_12900000009 .floor-plan,
  #spots_12900000004 .floor-plan {
    zoom: 44%;
  }
  #spots_room_12900000003 .floor-plan,
  #spots_12900000002 .floor-plan {
    zoom: 41%;
  }
  #spots_room_751454502619448957 .floor-plan,
  #spots_room_844951477637088648 .floor-plan,
  #spots_room_844951479029597652 .floor-plan,
  #spots_751454502594283131 .floor-plan {
    zoom: 55% !important;
  }
  #spots_751454502594283131 .spotwrapper,
  #spots_room_751454502619448957 .spotwrapper,
  #spots_room_844951477637088648 .spotwrapper,
  #spots_room_844951479029597652 .spotwrapper {
    top: 80px;
    left: -23px;
  }
  /* brooklyn */
  #spots_room_952965229338167284 .floor-plan,
  #spots_952965229287835635 .floor-plan {
    zoom: 34%;
    height: 1000px;
    left: -325px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  #spots_room_952965229338167284 .spotwrapper,
  #spots_952965229287835635 .spotwrapper {
    top: 140px;
  }
  /* flatiron/chelsea training */
  #spots_room_984816588140053757 .floor-plan,
  #spots_984816587678680316 .floor-plan {
    zoom: 34%;
    height: 1150px;
    left: -400px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  #spots_room_984816588140053757 .spotwrapper,
  #spots_984816587678680316 .spotwrapper {
    top: 140px;
  }
  /* marina training */
  #spots_room_984817802458170448 .floor-plan,
  #spots_984817802441393231 .floor-plan {
    zoom: 34%;
    height: 1000px;
    left: -332px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  #spots_room_984817802458170448 .spotwrapper,
  #spots_984817802441393231 .spotwrapper {
    top: 140px;
  }
}

@media screen and (max-width: 569px) and (orientation: portrait) {
  #reservation .rumble_container {
    overflow: hidden;
  }
  .floor-plan-container {
    overflow: hidden;
    left: 50%;
    position: relative;
    margin-left: -140px;
  }
  .plan-legend {
    zoom: 51%;
  }
  .plan-legend .plan-legend-copy {
    padding-left: 0.1rem !important;
  }
  .plan-legend .row > div {
    width: 24%;
    margin: 0;
    margin-right: 1%;
  }
  #spots_751454502594283131 .spotwrapper,
  #spots_room_751454502619448957 .spotwrapper {
    top: 190px;
    left: -23px;
  }
  #spots_room_844951479029597652 .spotwrapper {
    top: 205px;
    left: 55px;
  }
  #spots_room_844951477637088648 .spotwrapper {
    top: 263px;
    left: 28px;
  }
  #spots_751454502594283131.floor-plan-container,
  #spots_room_751454502619448957.floor-plan-container,
  #spots_room_844951477637088648.floor-plan-container,
  #spots_room_844951479029597652.floor-plan-container {
    margin-left: -100px;
    /* margin-left: -75px; */
  }
  #spots_room_993573905954243636 .floor-plan,
  #spots_room_993544502935291504 .floor-plan,
  #spots_room_1048571362064467734 .floor-plan,
  #spots_room_993546832300737729 .floor-plan,
  #spots_room_12900000006 .floor-plan,
  #spots_room_12900000007 .floor-plan,
  #spots_12900000001 .floor-plan,
  #spots_12900000002 .floor-plan,
  #spots_12900000004 .floor-plan,
  #spots_751454502594283131 .floor-plan,
  #spots_room_844951477637088648 .floor-plan,
  #spots_room_844951479029597652 .floor-plan,
  #spots_room_751454502619448957 .floor-plan,
  #spots_room_12900000001 .floor-plan,
  #spots_room_12900000003 .floor-plan,
  #spots_room_12900000009 .floor-plan {
    zoom: 51%;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    left: -33%;
  }
  #spots_room_993573905954243636 .floor-plan .spot,
  #spots_room_993544502935291504 .floor-plan .spot,
  #spots_room_1048571362064467734 .floor-plan .spot,
  #spots_room_993546832300737729 .floor-plan .spot,
  #spots_room_12900000006 .floor-plan .spot,
  #spots_room_12900000007 .floor-plan .spot,
  #spots_12900000001 .floor-plan .spot,
  #spots_12900000002 .floor-plan .spot,
  #spots_12900000004 .floor-plan .spot,
  #spots_751454502594283131 .floor-plan .spot,
  #spots_room_844951477637088648 .floor-plan .spot,
  #spots_room_844951479029597652 .floor-plan .spot,
  #spots_room_751454502619448957 .floor-plan .spot,
  #spots_room_12900000001 .floor-plan .spot,
  #spots_room_12900000003 .floor-plan .spot,
  #spots_room_12900000009 .floor-plan .spot {
    font-size: 15pt;
    -webkit-text-size-adjust: 100% !important;
    font-weight: normal;
    font-family: Verdana, Geneva, sans-serif !important;
  }
  #spots_room_993573905954243636 .floor-plan .floor-shape,
  #spots_room_993544502935291504 .floor-plan .floor-shape,
  #spots_room_1048571362064467734 .floor-plan .floor-shape,
  #spots_room_993546832300737729 .floor-plan .floor-shape,
  #spots_room_12900000006 .floor-plan .floor-shape,
  #spots_room_12900000007 .floor-plan .floor-shape,
  #spots_12900000001 .floor-plan .floor-shape,
  #spots_12900000002 .floor-plan .floor-shape,
  #spots_12900000004 .floor-plan .floor-shape,
  #spots_751454502594283131 .floor-plan .floor-shape,
  #spots_room_844951477637088648 .floor-plan .floor-shape,
  #spots_room_844951479029597652 .floor-plan .floor-shape,
  #spots_room_751454502619448957 .floor-plan .floor-shape,
  #spots_room_12900000001 .floor-plan .floor-shape,
  #spots_room_12900000003 .floor-plan .floor-shape,
  #spots_room_12900000009 .floor-plan .floor-shape {
    height: 50px;
    width: 50px;
    padding: 8px;
  }
  #spots_room_993573905954243636 .floor-plan .bag-shape,
  #spots_room_993544502935291504 .floor-plan .bag-shape,
  #spots_room_1048571362064467734 .floor-plan .bag-shape,
  #spots_room_993546832300737729 .floor-plan .bag-shape,
  #spots_room_12900000006 .floor-plan .bag-shape,
  #spots_room_12900000007 .floor-plan .bag-shape,
  #spots_12900000001 .floor-plan .bag-shape,
  #spots_12900000002 .floor-plan .bag-shape,
  #spots_12900000004 .floor-plan .bag-shape,
  #spots_751454502594283131 .floor-plan .bag-shape,
  #spots_room_844951477637088648 .floor-plan .bag-shape,
  #spots_room_844951479029597652 .floor-plan .bag-shape,
  #spots_room_751454502619448957 .floor-plan .bag-shape,
  #spots_room_12900000001 .floor-plan .bag-shape,
  #spots_room_12900000003 .floor-plan .bag-shape,
  #spots_room_12900000009 .floor-plan .bag-shape {
    width: 45px;
    height: 65px;
    padding: 5px;
  }
  #spots_room_993573905954243636 .floor-plan .tread-shape,
  #spots_room_993544502935291504 .floor-plan .tread-shape,
  #spots_room_1048571362064467734 .floor-plan .tread-shape,
  #spots_room_993546832300737729 .floor-plan .tread-shape,
  #spots_room_12900000006 .floor-plan .tread-shape,
  #spots_room_12900000007 .floor-plan .tread-shape,
  #spots_12900000001 .floor-plan .tread-shape,
  #spots_12900000002 .floor-plan .tread-shape,
  #spots_12900000004 .floor-plan .tread-shape,
  #spots_751454502594283131 .floor-plan .tread-shape,
  #spots_room_844951477637088648 .floor-plan .tread-shape,
  #spots_room_844951479029597652 .floor-plan .tread-shape,
  #spots_room_751454502619448957 .floor-plan .tread-shape,
  #spots_room_12900000001 .floor-plan .tread-shape,
  #spots_room_12900000003 .floor-plan .tread-shape,
  #spots_room_12900000009 .floor-plan .tread-shape {
    width: 35px;
    height: 65px;
    padding: 5px;
    line-height: 50px;
  }
  #spots_room_12900000006 .floor-plan,
  #spots_room_12900000007 .floor-plan,
  #spots_room_1048571362064467734 .floor-plan,
  #spots_room_993546832300737729 .floor-plan,
  #spots_12900000004 .floor-plan,
  #spots_room_12900000009 .floor-plan {
    zoom: 46%;
  }
  .spot span.num {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    display: block;
  }
  #spots_12900000001 .floor-plan,
  #spots_room_12900000001 .floor-plan {
    height: 1000px !important;
    padding-top: 225px;
  }
  #spots_room_751454502619448957 .floor-plan,
  #spots_room_844951477637088648 .floor-plan,
  #spots_room_844951479029597652 .floor-plan,
  #spots_751454502594283131 .floor-plan {
    zoom: 55% !important;
    height: 1225px !important;
    padding-top: 225px;
    top: 55px;
    left: -53%;
  }
  #spots_room_12900000006 .floor-plan,
  #spots_room_12900000007 .floor-plan,
  #spots_room_1048571362064467734 .floor-plan,
  #spots_room_993546832300737729 .floor-plan,
  #spots_12900000004 .floor-plan,
  #spots_room_12900000009 .floor-plan {
    height: 1112px !important;
    padding-top: 333px;
  }
  #spots_room_12900000006 .spotwrapper, #spots_room_12900000007 .spotwrapper {
    left: 0px;
    top: 0px;
  }
  #spots_room_993546832300737729 .floor-plan,
  #spots_room_1048571362064467734 .floor-plan {
    margin-left: -100px;
  }
  #spots_12900000004 .spotwrapper,
  #spots_room_12900000009 .spotwrapper {
    left: -20px;
  }
  #spots_12900000002 .floor-plan,
  #spots_room_12900000003 .floor-plan {
    height: 1200px !important;
    padding-top: 380px;
  }
  .floor-plan-container {
    overflow-y: auto !important;
    height: auto !important;
    padding-left: 33px;
  }
  #spots_12900000002 .spotwrapper,
  #spots_room_12900000003 .spotwrapper {
    top: 12px;
    left: 64px;
  }
  #spots_12900000001 .spotwrapper,
  #spots_room_12900000001 .spotwrapper,
  #spots_12900000004 .spotwrapper,
  #spots_room_12900000009 .spotwrapper {
    top: 35px;
  }
  #spots_room_952965229338167284 .floor-plan,
  #spots_952965229287835635 .floor-plan {
    zoom: 50%;
  }
  #spots_room_952965229338167284.floor-plan-container {
    margin-left: -190px;
    padding-left: 105px;
  }
  #spots_room_12900000003.floor-plan-container {
    margin-left: -140px;
  }
  #spots_room_993573905954243636.floor-plan-container {
    margin-left: -175px;
    padding-left: 100px;
    padding-top: 60px;
  }
  #spots_room_993544502935291504.floor-plan-container {
    margin-left: -175px;
    padding-left: 100px;
  }
}

/** iPhone XS Max **/
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  #spots_room_844951477637088648.floor-plan-container,
  #spots_room_844951479029597652.floor-plan-container,
  #spots_room_751454502619448957.floor-plan-container {
    padding-left: 50px;
    /* padding-left: 72px; */
  }
  #spots_room_952965229338167284 .floor-plan,
  #spots_952965229287835635 .floor-plan {
    zoom: 38%;
    height: 1000px;
    left: -325px;
  }
}

@media screen and (max-width: 400px) and (orientation: portrait) {
  #spots_12900000001 .floor-plan,
  #spots_12900000002 .floor-plan,
  #spots_12900000004 .floor-plan,
  #spots_room_12900000001 .floor-plan,
  #spots_room_12900000009 .floor-plan,
  #spots_room_12900000003 .floor-plan {
    left: -40%;
  }
  .floor-plan-container {
    overflow: hidden;
    left: 50%;
    position: relative;
    margin-left: -100px;
  }
}

@media screen and (max-width: 370px) and (orientation: portrait) {
  #spots_room_993573905954243636 .floor-plan,
  #spots_room_993544502935291504 .floor-plan,
  #spots_12900000001 .floor-plan,
  #spots_12900000002 .floor-plan,
  #spots_12900000004 .floor-plan,
  #spots_room_12900000006 .floor-plan,
  #spots_room_1048571362064467734 .floor-plan,
  #spots_room_993546832300737729 .floor-plan,
  #spots_room_12900000007 .floor-plan,
  #spots_room_12900000001 .floor-plan,
  #spots_room_12900000009 .floor-plan,
  #spots_room_12900000003 .floor-plan {
    zoom: 47%;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .floor-plan .spot {
    font-size: 6pt !important;
    font-weight: normal;
    -webkit-text-size-adjust: none;
    font-family: Verdana, Geneva, sans-serif !important;
  }
}

@media (max-width: 424px) {
  #landing .form-container {
    padding: 5% 5%;
  }
}

@media (max-width: 767px) {
  #landing .form-container {
    padding: 5% 5%;
  }
  #main .section:not(.map-box-wrapper):not(.homepage-intro):not(.homepage-quote):not(.homepage-book-list):not(.anthem-bg):not(.workout-the-work-bg):not(.homepage-staff):not(.homepage-trainers):not(.private-bg):not(.details-bg):not(.treads-bg):not(.homepage-series) {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  #main .section.homepage-series, #main .section.homepage-trainers, #main .section.homepage-book-list, #main .section.map-box-wrapper {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  #main .section.homepage-staff, #main .section.private-bg, #main .section.details-bg, #main .section.treads-bg, #main .section.workout-the-work-bg, #main .section.anthem-bg {
    padding-bottom: 0px;
    padding-top: 50px;
  }
  #main .section .scrim.hidden {
    display: block;
  }
  #main #slider .rumble-homepage-slide {
    background-position: right 20px;
    background-size: 105%;
  }
  #main #landing #slider .rumble-landing-info .form .heading .title,
  #main #landing #slider .rumble-slide-info .form .heading .title {
    font-size: 26px;
  }
  #main #landing #slider .rumble-landing-info .subtitle,
  #main #landing #slider .rumble-slide-info .subtitle {
    font-size: 1.5em;
    line-height: 1em;
  }
}

@media (max-width:480px) {
#buy-classes.widget {
    min-width: 150px !important;
}
nav.navbar #buy-classes2.widget {
    right: 150px !important;
}
}

.footer .menu li {
    display: inline-block;
    margin: 0 26px 6px;
}