@font-face {
  font-family: "MG-Regular";
  src: url("fonts/MG-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/MG-Regular.woff") format("woff"), url("fonts/MG-Regular.ttf") format("truetype"), url("fonts/MG-Regular.svg#MG-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MG-Bold";
  src: url("fonts/MG-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/MG-Bold.woff") format("woff"), url("fonts/MG-Bold.ttf") format("truetype"), url("fonts/MG-Bold.svg#MG-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
.vshev-360-buttons {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.vshev-360-buttons * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px) {
  .vshev-360-buttons {
    max-width: 28.6458333333vw;
  }
}
.vshev-360-buttons li {
  position: relative;
  flex: 1 1 auto;
  text-align: center;
  cursor: pointer;
  padding: 5px 10px;
  transform: skew(-50deg);
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .vshev-360-buttons li {
    min-width: 150px;
    min-height: 30px;
  }
}
.vshev-360-buttons li.active:before, .vshev-360-buttons li:hover:before {
  width: 100%;
}
.vshev-360-buttons li.active div, .vshev-360-buttons li:hover div {
  color: #ffffff;
  font-family: "MG-Bold";
}
.vshev-360-buttons li:before {
  content: "";
  background-color: #51c5f3;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: all 0.5s ease;
}
.vshev-360-buttons li div {
  color: #1a1a1a;
  transform: skew(50deg);
  transition: all 0.5s ease;
  font-family: "MG-Regular";
  font-size: 12px;
  text-transform: uppercase;
  pointer-events: none;
  margin-top: 0.3em;
}
@media (min-width: 1200px) {
  .vshev-360-buttons li div {
    font-size: 18px;
  }
}
.vshev-360-buttons li:not(:last-child) {
  margin-right: 30px;
}
.vshev-360-buttons li:not(:last-child):after {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(100% + 15px);
  transform-origin: center;
  transform: translateX(-50%);
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .vshev-360-buttons li:not(:last-child):after {
    width: 8px;
  }
}

.right {
    line-height: 100px;
    width: auto;
    margin-top: 20px;
    margin-right: 20%;
    text-indent: 10px;
    position: absolute;
    display: inline-flex;
    top: 0;
    right: 0;
    z-index: 12;
}

.left {
    line-height: 100px;
    width: 100px;
    margin-top: 30px;
    margin-left: 10%;
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    z-index: 12;
}


/*# sourceMappingURL=button.css.map */
