/*! CSS compiled by Switch - DO NOT EDIT THIS FILE ANY CHANGES WILL BE LOST */ /*! variables */ /*! mixins */
.fixed-toolbar {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0 6px;
  background-color: #cf142b;
  z-index: 1112;
}
.fixed-toolbar__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 110px;
  height: 18px;
  margin-left: -55px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background: #cf142b;
  cursor: pointer;
}
.fixed-toolbar__slider:before {
  width: 40px;
  height: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  content: "";
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
.fixed-toolbar__slider:focus:before,
.fixed-toolbar__slider:hover:before {
  border-top-color: rgba(255, 255, 255, 0.75);
  border-bottom-color: rgba(255, 255, 255, 0.75);
}
.fixed-toolbar__list {
  height: 3px;
  margin-bottom: 0;
  margin-left: 600px;
  overflow-x: scroll;
}
@media only screen and (max-width: 600px) {
  .fixed-toolbar__list {
    display: flex;
    justify-content: center;
  }
}
.fixed-toolbar__list::-webkit-scrollbar {
  display: none;
}
.fixed-toolbar__item {
  display: table-cell;
  width: 65px;
  min-width: 65px;
  padding-top: 6px;
  text-align: center;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.fixed-toolbar__item:last-child:after {
  display: none;
}
.fixed-toolbar__icon {
  font-size: 3.2rem;
  text-align: center;
  vertical-align: bottom;
}
.fixed-toolbar__link {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.fixed-toolbar__link:hover,
.fixed-toolbar__link:focus {
  outline: none;
  color: #fff;
  text-shadow: 0 0 2px #a01021;
}
.fixed-toolbar__link:active {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.fixed-toolbar__name {
  display: block;
  font-size: 0.6rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .fixed-toolbar {
    top: calc(50% + 80px);
    right: 0;
    bottom: auto;
    width: 80px;
    max-width: 80px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    z-index: 111;
  }
  .fixed-toolbar__slider {
    display: none;
  }
  .fixed-toolbar__list {
    display: block;
    height: auto !important;
    margin-left: 0;
    overflow-x: hidden;
  }
  .fixed-toolbar__item {
    display: block;
    width: auto;
    padding: 0;
  }
  .fixed-toolbar__item:after {
    display: block;
    width: 25px;
    margin-left: 22px;
    border-top: 1px solid #fff;
    content: "";
    opacity: 0.5;
  }
  .fixed-toolbar__link {
    padding: 6px 0 12px;
  }
  .fixed-toolbar__icon {
    font-size: 2.7rem;
  }
  .fixed-toolbar__name {
    font-size: 0.75rem;
  }
}
