.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: #c9c9c9;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid #c9c9c9;
  border-radius: 4px;
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1; }
  .glide__arrow:focus {
    outline: none; }
  .glide__arrow:hover {
    border-color: #c9c9c9; }
  .glide__arrow--left {
    left: 2em; }
  .glide__arrow--right {
    right: 2em; }
  .glide__arrow--disabled {
    opacity: 0.33; }

.glide__bullets {
  z-index: 2;
  display: inline-flex;
  list-style: none; }

.glide__bullet {
  background-color: rgba(0, 0, 0, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid transparent;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.15em; }
  .glide__bullet:focus {
    outline: none; }
  .glide__bullet:hover, .glide__bullet:focus {
    background-color: rgba(0, 0, 0, 0.25); }
  .glide__bullet--active {
    background-color: rgba(0, 0, 0, 0.75); }

.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing; }
