.moto-h1 { font-size: 1.6em; }
.moto-h2 { font-size: 1.3em; }
.breadcrumbs {
  font-size: 13px;
  margin: 0 0 15px;
}

.breadcrumbs li {
  margin: 0;
  display: inline-block;
}

.breadcrumbs li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #777777;
  content: ">";
  margin: 0 6px;
}

.breadcrumbs li:first-child:before {
  display: none;
}

.breadcrumbs a {
  color: #777777 !important;
  text-decoration: underline;
}

.breadcrumbs a:hover {
  text-decoration: none;
}

li:last-child .breadcrumbs a {
  color: #222222 !important;
  text-decoration: none;
}

.breadcrumbs .fa {
  margin: 0 6px;
  color: #777777 !important;
}
.moto-ul {
    list-style: none;
}
.moto-ul a:hover {
    text-decoration: underline;
}
.moto-block{
    float: left;
    margin: 0 0 30px 0;
    min-width: 32%;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.moto-block.center a{
    text-align: center;
}
.moto-block.left a{
    text-align: left;
}
.moto-block span{
    display: block;
    font-size: 16px;
}
small {
    font-size: 13px;
}