.moz-button-fix::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.no-select {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.zero-wspace {
  word-spacing: -0.365em;
}
.norm-wspace {
  word-spacing: normal;
}
.breadcrumb {
  display: block;
  padding: 0px;
  margin: 0px;
  margin-bottom: 15px;
  list-style: none;
}
.breadcrumb:after,
.breadcrumb:before {
  content: "";
  display: table ;
  clear: both;
}
.breadcrumb > li {
  display: block;
  float: left;
  font-size: 0.9em;
  margin-right: 10px;
}
.breadcrumb > li:before {
  display: inline-block;
  font-family: 'fontawesome';
  content: '\f101';
  color: rgba(15, 13, 13, 0.5);
  margin-right: 5px;
}
.breadcrumb > li a {
  color: #0f0d0d;
}
.breadcrumb > li a:hover {
  color: rgba(15, 13, 13, 0.5);
}
.breadcrumb > li span {
  color: rgba(15, 13, 13, 0.9);
}
.breadcrumb > li:first-child:before {
  content: '\f015';
}
