@charset "UTF-8";

/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url("../fonts/ionicons28b528b5.eot?v=2.0.0");
  src: url("../fonts/ionicons28b528b5.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../fonts/ionicons28b528b5.ttf?v=2.0.0") format("truetype"), url("../fonts/ionicons28b528b5.woff?v=2.0.0") format("woff"), url("../fonts/ionicons28b528b5.svg?v=2.0.0#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.ionicons,
.ion-ios-pulse-strong:before,
.ion-radio-waves:before,
.ion-speakerphone:before,
.ion-volume-high:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-ios-pulse-strong:before {
  content: "\f492";
}

.ion-radio-waves:before {
  content: "\f2ac";
}

.ion-speakerphone:before {
  content: "\f2b2";
}

.ion-volume-high:before {
  content: "\f257";
}