﻿@font-face {
  font-family: Arrows;
  src: url('Arrows.otf') format("embedded-opentype");
  src: url('Arrows.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}


.arr-straight-bold-Right,
.arr-straight-bold-Left,
.arr-straight-bold-Up,
.arr-straight-bold-Down,
.arr-straight-Right,
.arr-straight-Left,
.arr-straight-Up,
.arr-straight-Down,
.arr-head-Up,
.arr-head-Down,
.arr-head-Left,
.arr-head-Right,
.arr-headpoint-Up,
.arr-headpoint-Down,
.arr-headpoint-Left,
.arr-headpoint-Right,
.arr-curved-270-Left-AntiClockwise,
.arr-curved-270-Right-AntiClockwise,
.arr-curved-270-Left-Clockwise,
.arr-curved-270-Right-Clockwise,
.arr-curved-180-Down-Left,
.arr-curved-180-Up-Left,
.arr-curved-180-Down-Right,
.arr-curved-180-Up-Right,
.arr-curved-180-Left-Down,
.arr-curved-180-Left-Up,
.arr-curved-180-Right-Down,
.arr-curved-180-Right-Up,
.arr-curved-360-Left-Down,
.arr-curved-360-Left-Up,
.arr-curved-360-Right-Down,
.arr-curved-360-Right-Up,
.SliderArrows{
    font-family: "Arrows";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    text-decoration: inherit;
    vertical-align: top !important;
    font-size:50px;
}

.arr-straight-bold-Right:before { content: "\0041"; }
.arr-straight-bold-Left:before { content: "B"; }
.arr-straight-bold-Up:before { content: "C"; }
.arr-straight-bold-Down:before { content: "D"; }
.arr-straight-Right:before { content: "I"; }
.arr-straight-Left:before { content: "J"; }
.arr-straight-Up:before { content: "K"; }
.arr-straight-Down:before { content: "L"; }
.arr-head-Up:before { content: "S"; }
.arr-head-Down:before { content: "T"; }
.arr-head-Left:before { content: "R"; }
.arr-head-Right:before { content: "Q"; }
.arr-headpoint-Up:before { content: "c"; }
.arr-headpoint-Down:before { content: "d"; }
.arr-headpoint-Left:before { content: "b"; }
.arr-headpoint-Right:before { content: "a"; }
.arr-curved-270-Left-AntiClockwise:before { content: "Y"; }
.arr-curved-270-Right-AntiClockwise:before { content: "z"; }
.arr-curved-270-Left-Clockwise:before { content: "y"; }
.arr-curved-270-Right-Clockwise:before { content: "Z"; }
.arr-curved-180-Down-Left:before { content: "i"; }
.arr-curved-180-Up-Left:before { content: "k"; }
.arr-curved-180-Down-Right:before { content: "j"; }
.arr-curved-180-Up-Right:before { content: "l"; }
.arr-curved-180-Left-Down:before { content: "o"; }
.arr-curved-180-Left-Up:before { content: "m"; }
.arr-curved-180-Right-Down:before { content: "p"; }
.arr-curved-180-Right-Up:before { content: "n"; }
.arr-curved-360-Left-Down:before { content: "t"; }
.arr-curved-360-Left-Up:before { content: "q"; }
.arr-curved-360-Right-Down:before { content: "s";}
.arr-curved-360-Right-Up:before { content: "r"; }