/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-step_arrive {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -19px 0px;
  width: 19px;
  height: 19px;
}
.icon-step_arrive_left {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -95px -114px;
  width: 19px;
  height: 19px;
}
.icon-step_arrive_right {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: 0px -19px;
  width: 19px;
  height: 19px;
}
.icon-step_arrive_straight {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -19px -19px;
  width: 19px;
  height: 19px;
}
.icon-step_close {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -38px 0px;
  width: 19px;
  height: 19px;
}
.icon-step_continue {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -38px -19px;
  width: 19px;
  height: 19px;
}
.icon-step_continue_left {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: 0px -38px;
  width: 19px;
  height: 19px;
}
.icon-step_continue_right {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -19px -38px;
  width: 19px;
  height: 19px;
}
.icon-step_continue_slight_left {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -38px -38px;
  width: 19px;
  height: 19px;
}
.icon-step_continue_slight_right {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -57px 0px;
  width: 19px;
  height: 19px;
}
.icon-step_continue_straight {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -57px -19px;
  width: 19px;
  height: 19px;
}
.icon-step_continue_uturn {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -57px -38px;
  width: 19px;
  height: 19px;
}
.icon-step_depart {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: 0px -57px;
  width: 19px;
  height: 19px;
}
.icon-step_depart_left {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -19px -57px;
  width: 19px;
  height: 19px;
}
.icon-step_depart_right {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -38px -57px;
  width: 19px;
  height: 19px;
}
.icon-step_depart_straight {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -57px -57px;
  width: 19px;
  height: 19px;
}
.icon-step_end_of_road_left {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -76px 0px;
  width: 19px;
  height: 19px;
}
.icon-step_end_of_road_right {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -76px -19px;
  width: 19px;
  height: 19px;
}
.icon-step_flag {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -76px -38px;
  width: 19px;
  height: 19px;
}
.icon-step_fork {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -76px -57px;
  width: 19px;
  height: 19px;
}
.icon-step_fork_left {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: 0px -76px;
  width: 19px;
  height: 19px;
}
.icon-step_fork_right {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -19px -76px;
  width: 19px;
  height: 19px;
}
.icon-step_fork_slight_left {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -38px -76px;
  width: 19px;
  height: 19px;
}
.icon-step_fork_slight_right {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -57px -76px;
  width: 19px;
  height: 19px;
}
.icon-step_fork_straight {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -76px -76px;
  width: 19px;
  height: 19px;
}
.icon-step_invalid {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -95px 0px;
  width: 19px;
  height: 19px;
}
.icon-step_invalid_left {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -95px -19px;
  width: 19px;
  height: 19px;
}
.icon-step_invalid_right {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -95px -38px;
  width: 19px;
  height: 19px;
}
.icon-step_invalid_slight_left {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -95px -57px;
  width: 19px;
  height: 19px;
}
.icon-step_invalid_slight_right {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -95px -76px;
  width: 19px;
  height: 19px;
}
.icon-step_invalid_straight {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: 0px -95px;
  width: 19px;
  height: 19px;
}
.icon-step_invalid_uturn {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -19px -95px;
  width: 19px;
  height: 19px;
}
.icon-step_merge_left {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -38px -95px;
  width: 19px;
  height: 19px;
}
.icon-step_merge_right {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -57px -95px;
  width: 19px;
  height: 19px;
}
.icon-step_merge_slight_left {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -76px -95px;
  width: 19px;
  height: 19px;
}
.icon-step_merge_slight_right {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -95px -95px;
  width: 19px;
  height: 19px;
}
.icon-step_merge_straight {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -114px 0px;
  width: 19px;
  height: 19px;
}
.icon-step_new_name_left {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -114px -19px;
  width: 19px;
  height: 19px;
}
.icon-step_new_name_right {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -114px -38px;
  width: 19px;
  height: 19px;
}
.icon-step_new_name_sharp_left {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -114px -57px;
  width: 19px;
  height: 19px;
}
.icon-step_new_name_sharp_right {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -114px -76px;
  width: 19px;
  height: 19px;
}
.icon-step_new_name_slight_left {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -114px -95px;
  width: 19px;
  height: 19px;
}
.icon-step_new_name_slight_right {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: 0px -114px;
  width: 19px;
  height: 19px;
}
.icon-step_new_name_straight {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -19px -114px;
  width: 19px;
  height: 19px;
}
.icon-step_notificaiton_sharp_right {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -38px -114px;
  width: 19px;
  height: 19px;
}
.icon-step_notification_left {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -57px -114px;
  width: 19px;
  height: 19px;
}
.icon-step_notification_right {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -76px -114px;
  width: 19px;
  height: 19px;
}
.icon-step_notification_sharp_left {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: 0px 0px;
  width: 19px;
  height: 19px;
}
.icon-step_notification_slight_left {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -114px -114px;
  width: 19px;
  height: 19px;
}
.icon-step_notification_slight_right {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -133px 0px;
  width: 19px;
  height: 19px;
}
.icon-step_notification_straight {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -133px -19px;
  width: 19px;
  height: 19px;
}
.icon-step_off_ramp_left {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -133px -38px;
  width: 19px;
  height: 19px;
}
.icon-step_off_ramp_right {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -133px -57px;
  width: 19px;
  height: 19px;
}
.icon-step_off_ramp_slight_left {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -133px -76px;
  width: 19px;
  height: 19px;
}
.icon-step_off_ramp_slight_right {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -133px -95px;
  width: 19px;
  height: 19px;
}
.icon-step_on_ramp_left {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -133px -114px;
  width: 19px;
  height: 19px;
}
.icon-step_on_ramp_right {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: 0px -133px;
  width: 19px;
  height: 19px;
}
.icon-step_on_ramp_sharp_left {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -19px -133px;
  width: 19px;
  height: 19px;
}
.icon-step_on_ramp_sharp_right {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -38px -133px;
  width: 19px;
  height: 19px;
}
.icon-step_on_ramp_slight_left {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -57px -133px;
  width: 19px;
  height: 19px;
}
.icon-step_on_ramp_slight_right {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -76px -133px;
  width: 19px;
  height: 19px;
}
.icon-step_on_ramp_straight {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -95px -133px;
  width: 19px;
  height: 19px;
}
.icon-step_rotary {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -114px -133px;
  width: 19px;
  height: 19px;
}
.icon-step_rotary_left {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -133px -133px;
  width: 19px;
  height: 19px;
}
.icon-step_rotary_right {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -152px 0px;
  width: 19px;
  height: 19px;
}
.icon-step_rotary_sharp_left {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -152px -19px;
  width: 19px;
  height: 19px;
}
.icon-step_rotary_sharp_right {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -152px -38px;
  width: 19px;
  height: 19px;
}
.icon-step_rotary_slight_left {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -152px -57px;
  width: 19px;
  height: 19px;
}
.icon-step_rotary_slight_right {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -152px -76px;
  width: 19px;
  height: 19px;
}
.icon-step_rotary_straight {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -152px -95px;
  width: 19px;
  height: 19px;
}
.icon-step_roundabout {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -152px -114px;
  width: 19px;
  height: 19px;
}
.icon-step_roundabout_left {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -152px -133px;
  width: 19px;
  height: 19px;
}
.icon-step_roundabout_right {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: 0px -152px;
  width: 19px;
  height: 19px;
}
.icon-step_roundabout_sharp_left {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -19px -152px;
  width: 19px;
  height: 19px;
}
.icon-step_roundabout_sharp_right {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -38px -152px;
  width: 19px;
  height: 19px;
}
.icon-step_roundabout_slight_left {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -57px -152px;
  width: 19px;
  height: 19px;
}
.icon-step_roundabout_slight_right {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -76px -152px;
  width: 19px;
  height: 19px;
}
.icon-step_roundabout_straight {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -95px -152px;
  width: 19px;
  height: 19px;
}
.icon-step_roundabout_turn_left {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -114px -152px;
  width: 19px;
  height: 19px;
}
.icon-step_roundabout_turn_right {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -133px -152px;
  width: 19px;
  height: 19px;
}
.icon-step_roundabout_turn_sharp_left {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -152px -152px;
  width: 19px;
  height: 19px;
}
.icon-step_roundabout_turn_sharp_right {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -171px 0px;
  width: 19px;
  height: 19px;
}
.icon-step_roundabout_turn_slight_left {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -171px -19px;
  width: 19px;
  height: 19px;
}
.icon-step_roundabout_turn_slight_right {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -171px -38px;
  width: 19px;
  height: 19px;
}
.icon-step_roundabout_turn_straight {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -171px -57px;
  width: 19px;
  height: 19px;
}
.icon-step_turn_left {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -171px -76px;
  width: 19px;
  height: 19px;
}
.icon-step_turn_right {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -171px -95px;
  width: 19px;
  height: 19px;
}
.icon-step_turn_sharp_left {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -171px -114px;
  width: 19px;
  height: 19px;
}
.icon-step_turn_sharp_right {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -171px -133px;
  width: 19px;
  height: 19px;
}
.icon-step_turn_slight_left {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -171px -152px;
  width: 19px;
  height: 19px;
}
.icon-step_turn_slight_right {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: 0px -171px;
  width: 19px;
  height: 19px;
}
.icon-step_turn_straight {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -19px -171px;
  width: 19px;
  height: 19px;
}
.icon-step_turn_uturn {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -38px -171px;
  width: 19px;
  height: 19px;
}
.icon-step_updown {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -57px -171px;
  width: 19px;
  height: 19px;
}
.icon-step_uturn {
  background-image: url(/themes/fvt/images/directions.png);
  background-position: -76px -171px;
  width: 19px;
  height: 19px;
}
