body {
	padding: 0;
	margin: 0;
}
/* Pentathlon */
.hp-top-slider {
  width: 900px;
  margin: 0 auto;
  clear: both;
  position: relative;
  height: 348px;
}
.hp-top-slider .slide {
  position: relative;
  width: 900px;
  height: 348px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.hp-top-slider .slide .text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 30px;
  font-family: Arial, Tahoma, Verdana, sans-serif;
}
.hp-top-slider .slide .text .info {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  float: right;
  text-indent: 30px;
}
.hp-top-slider .slide .text .top {
  width: 100%;
  line-height: 44px;
  height: 44px;
  margin-bottom: 4px;
  color: #fff;
  text-transform: uppercase;
}
.hp-top-slider .slide .text .top span {
  color: #fff;
  font-size: 23px;
  font-weight: bold;
}
.hp-top-slider .slide .text .top .bg,
.hp-top-slider .slide .text .top .info {
  line-height: 44px;
  height: 44px;
}
.hp-top-slider .slide .text .bottom {
  width: 100%;
  line-height: 30px;
  height: 30px;
  color: #fff;
}
.hp-top-slider .slide .text .bottom span {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  opacity: 0.7;
}
.hp-top-slider .slide .text .bottom .bg,
.hp-top-slider .slide .text .bottom .info {
  line-height: 30px;
  height: 30px;
}
.subpage-slider {
  width: 648px;
  margin: 0 auto;
  clear: both;
  position: relative;
  height: 430px;
}
.subpage-slider .slide {
  position: relative;
  width: 648px;
  height: 430px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.subpage-slider .slide .text {
  position: absolute;
  height: 50px;
  line-height: 50px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  font-family: Arial, Tahoma, Verdana, sans-serif;
}
.subpage-slider .slide.slide1 .text {
  left: 0;
  bottom: 44px;
  width: 35%;
  text-indent: 25px;
}
.subpage-slider .slide.slide2 .text {
  right: 0;
  bottom: 44px;
  width: 35%;
  text-indent: 25px;
}
.subpage-slider .slide.slide3 .text {
  right: 0;
  text-align: center;
  bottom: 44px;
  width: 100%;
}
/*# sourceMappingURL=global.css.map */