@font-face {
  font-family: 'glassy-icons';
  src: url("/fonts/glassy-icons/glassy-icons.eot?-othohl");
  src: url("/fonts/glassy-icons/glassy-icons.eot?#iefix-othohl") format("embedded-opentype"),
    url("/fonts/glassy-icons/glassy-icons.woff?-othohl") format("woff"),
    url("/fonts/glassy-icons/glassy-icons.ttf?-othohl") format("truetype"),
    url("/fonts/glassy-icons/glassy-icons.svg?-othohl#Glassy-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="gi-"], [class*=" gi-"] {
  display: inline-block;
  font-family: 'glassy-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gi-minus-circled:before {
  content: "\e60f";
}

.gi-arrow2-right:before {
  content: "\e60b";
}

.gi-arrow2-up:before {
  content: "\e60c";
}

.gi-arrow2-left:before {
  content: "\e60d";
}

.gi-arrow2-down:before {
  content: "\e60e";
}

.gi-alerts:before {
  content: "\e600";
}

.gi-arrow-circled:before {
  content: "\e601";
}

.gi-arrow-up:before {
  content: "\e608";
}

.gi-arrow-down:before {
  content: "\e609";
}

.gi-arrow-left:before {
  content: "\e60a";
}

.gi-arrow-right:before {
  content: "\e602";
}

.gi-media-table:before {
  content: "\e603";
}

.gi-plus-circled:before {
  content: "\e604";
}

.gi-sets:before {
  content: "\e605";
}

.gi-user:before {
  content: "\e606";
}

.gi-watch:before {
  content: "\e607";
}

.gi-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.gi-2x {
  font-size: 2em;
}

.gi-3x {
  font-size: 3em;
}

.gi-4x {
  font-size: 4em;
}

.gi-5x {
  font-size: 5em;
}

.gi-fw {
  width: 1.2857142857142858em;
  text-align: center;
}

.gi-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}

.gi-ul > li {
  position: relative;
}

.gi-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}

.gi-li.gi-lg {
  left: -1.8571428571428572em;
}

.gi-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.pe.pull-left {
  margin-right: .3em;
}

.pe.pull-right {
  margin-left: .3em;
}

.gi-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.gi-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.gi-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.gi-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.gi-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.gi-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.gi-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.gi-stack-1x,
.gi-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.gi-stack-1x {
  line-height: inherit;
}

.gi-stack-2x {
  font-size: 2em;
}

.gi-inverse {
  color: #ffffff;
}

.gi-va {
  vertical-align: middle;
}

.gi-border {
  border: solid 0.08em #eaeaea;
}

[class^="gif-"], [class*=" gif-"], [class*=" gi-"] {
  display: inline-block;
}
