@font-face {
  font-family: trajanbold;
  src: url("../../fonts/trajanpro_bold.otf");
}
@font-face {
  font-family: trajanregular;
  src: url("../../fonts/trajanpro_regular.otf");
}
.siteLogoElement {
  min-height: 62px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 270px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* LANG specific */
}
.siteLogoElement a {
  display: block;
  height: 62px;
  position: relative;
  background: url('../images/logo.png') no-repeat 0 0 transparent;
  /*background-size: 757px 249px;*/
}
.siteLogoElement a span {
  position: absolute;
  bottom: 0;
  left: 0;
  text-decoration: none;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  letter-spacing: 2px;
}
.siteLogoElement.cz a span {
  font-size: 12px;
}
.richesHolder {
  margin-top: 30px;
}
.richesHolder .richesCounter {
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  width: 306px;
  position: relative;
  left: 0;
  transform: translateY(0);
  padding: 10px 20px 0 20px;
}
@media (max-width: 767px) {
  .richesHolder .richesCounter {
    display: block;
    width: auto;
  }
}
.richesHolder .richesCounter .borderedCounter {
  border: 0;
  font-size: 12px;
  padding-left: 0;
  line-height: 48px;
}
.richesHolder .richesCounter .borderedCounter span {
  font-size: 20px;
  padding: 5px 4px;
  height: 33px;
  width: 22px;
  line-height: 25px;
}
.richesHolder .richesCounter .borderedCounter span:nth-child(1),
.richesHolder .richesCounter .borderedCounter span:nth-child(4),
.richesHolder .richesCounter .borderedCounter span:nth-child(7) {
  margin-right: 8px;
}
.richesCounter {
  width: 385px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .richesCounter {
    display: none;
    width: auto;
  }
}
.richesCounter .borderedCounter {
  font-family: trajanregular;
  border: 1px solid #919191;
  height: 54px;
  width: 100%;
  font-size: 24px;
  color: #d43d5a;
  line-height: 58px;
  padding-left: 4px;
  margin-top: 3px;
}
.richesCounter .borderedCounter span {
  background-color: #fefefe;
  border: 1px solid #919191;
  border-radius: 3px;
  font-family: trajanbold;
  font-size: 26px;
  padding: 7px 4px;
  display: block;
  height: 40px;
  width: 25px;
  float: left;
  margin: 6px 2px;
  line-height: 32px;
}
.richesCounter .borderedCounter span:nth-child(1),
.richesCounter .borderedCounter span:nth-child(4),
.richesCounter .borderedCounter span:nth-child(7) {
  margin-right: 15px;
}
