.coins .gold {
  color: #b8860b;
  font-weight: bold;
}
.coins .silver {
  color: #c0c0c0;
  font-weight: bold;
}
.coins .goblin {
  color: #000000;
  font-weight: bold;
}
.coins .european {
  color: #E2141C;
  font-weight: bold;
}
header .nav-likes span.number {
  color: #ffffff;
  position: absolute;
  font-weight: bold;
  line-height: 14px;
  text-align: center;
  background-color: red;
  display: block;
  width: 15px;
  height: 15px;
  margin-top: -45px;
  margin-left: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.circle {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
.circle-danger {
  background-color: #ff0000;
}
.circle-success {
  background-color: #008000;
}
.circle-default {
  background-color: #0089b6;
}
.circle-info {
  background-color: #00cbfe;
}
.circle-warning {
  background-color: #dcd663;
}
/*---------------------------------
------------- GUILDS --------------
---------------------------------*/
.trophy-gold {
  text-align: center;
}
.trophy-gold span {
  color: #d5b10d;
  font-size: 50px;
}
.trophy-silver {
  text-align: center;
  padding-top: 5px;
}
.trophy-silver span {
  color: #c0c0c0;
  font-size: 40px;
}
.trophy-bronze {
  text-align: center;
}
.trophy-bronze span {
  color: #955517;
  display: block;
  margin-top: 10px;
  font-size: 30px;
}
.crop_image_height_230 {
  height: 230px;
  overflow: hidden;
}
