body {
  background: rgb(50, 50, 50) url("../images/low-bgd.gif") center top;
  font-family: Arial, Helvetica, sans-serif;
}
.warpper {
  width: 412px;
  margin: auto;
}
p {
  margin-bottom: 5px;
}
.top {
  text-align: center;
  margin: 5px 0;
}
.top a {
  color: #fff;
  background-image: linear-gradient(to top, #ad0000, #601111);
  padding: 5px 10px;
  display: inline-block;
  text-decoration: none;
}
.top a:hover {
  color: #ffea00;
}
img {
  width: 100%;
}
 figure{
  margin: 0;
 }
nav ul {
  display: flex;
  padding: 0;
  margin: 0;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  display: block;
}
nav ul li a:hover {
  background: url("../images/n-member-hover.jpg") center center no-repeat;
}
.welcome {
  background: url("../images/welcome.jpg") center center no-repeat;
  background-size: cover;
  height: 246px;
  margin: 0;
}
.welcome .content {
  font-size: 12px;
  padding: 10px;
  margin-top: 65px;
}
.welcome .content p {
  margin-bottom: 5px;
  line-height: 15px;
  font-weight: 600;
}
.welcome .content a {
  color: #be0400;
  font-weight: bold;
}
.flash {
  background: url("../images/tv.png") center center no-repeat;
  height: 304px;
  background-size: contain;
}
.flash video {
  width: 100%;
  padding: 10px;
}
.hi-dee {
  background: #000;
  padding: 10px;
  border: 2px solid red;
  color: #fff;
}
.hi-dee h1 {
  text-transform: uppercase;
  font-family: arial;
  font-weight: bold;
  font-style: italic;
  margin: 0;
}
.hi-dee .act {
  background: linear-gradient(#db8e03, #e7c203);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hi-dee ul {
  padding-left: 1em;
}
.hi-dee ul li {
  display: block;
  position: relative;
}
.hi-dee ul li::before {
  content: "";
  background: url("../images/icon.png") center center no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  background-size: contain;
  top: 8px;
  left: -15px;
}
.party {
  background: #fff;
  color: #fff;
  padding: 5px;
}
.party .title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.party .title figure {
  margin: 0;
  width: 50px;
}
.party .title h1 {
  background: linear-gradient(#d70000, #990101);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -1.5px;
  font-size: 26px;
  margin: 0;
}
.party .content {
  background: linear-gradient(#414141, #000000);
  padding: 10px;
}

.p_video video {
  width: 100%;
  padding: 2px;
  background: #000;
}
.p_video h1 {
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: -2px;
  font-weight: 600;
}
.p_video h4 {
  color: #ffea00;
  font-weight: 600;
}
.imgGallery .slider-for .slick-slide {
  border: 1px solid #ff0;
}
.imgGallery .slick-slider {
  margin-bottom: 10px;
}
.imgGallery .slider-nav {
  border: 1px solid #ffea00;
}
.imgGallery .slider-nav .slick-slide {
  opacity: 0.5;
  margin: 0 1px;
  border-left: 1px solid #ffea00;
  border-right: 1px solid #ffea00;
}
.imgGallery .slider-nav .slick-slide.slick-current {
  opacity: 1;
}

footer {
  background: #fff;
  padding: 10px 0;
  text-align: center;
}

footer ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
footer ul li {
  display: inline-block;
  vertical-align: top;
}
footer ul li a {
  padding-right: 5px;
  border-right: 1px solid;
}
footer ul li a:last-child {
  border: none;
}
footer a {
  display: block;
  font-size: 12px;
  color: #7c7c7c;
}
footer small{
  font-size: 12px;
}
@media (max-width: 400px) {
  .flash {
    height: 274px;
  }
}
