/* jssor slider bullet navigator skin 03 css */
/*
		.bullets div           (normal)
		.bullets div:hover     (normal mouseover)
		.bullets .av           (active)
		.bullets .av:hover     (active mouseover)
		.bullets .dn           (mousedown)
		*/

.bullets-content {
  position: absolute;
  left: 0;
  right: 0;
  box-sizing: border-box;
  bottom: 0;
  padding: 1rem;
}
.bullets {
  position: relative;
  margin: 0 auto;
  background: transparent;
}

.bullets div {
  cursor: pointer;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: transparent;
  box-sizing: border-box;
  backdrop-filter: blur(3px) contrast(150%) brightness(180%) saturate(120%);
  color: white;
  width: 64px;
  height: 5px;
  text-align: center;
}
.bullets div:hover {
  background-position: -35px -4px;
  background-color: rgba(255, 255, 255, 0.457);
}

.bullets div.av {
  background-color: rgba(15, 84, 171, 0.9);
  filter:  contrast(150%) brightness(60%) saturate(200%);
}

.bullets span {
  display: none;
}

.bullets .dn,
.bullets .dn:hover {
  background-position: -95px -4px;
}
.jssort16 .p {
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: 100px;
}
.jssort16 .t {
  position: absolute;
  top: 0;
  left: 0;
  width: 255px;
  height: 100px;
  border: none;
}
.jssort16 .p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 255px;
  height: 100px;
  filter: alpha(opacity=55);
  opacity: 0.55;
  transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
}
.jssort16 .pav img,
.jssort16 .pav:hover img,
.jssort16 .p:hover img {
  filter: alpha(opacity=100);
  opacity: 1;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
.jssort16 .pav:hover img,
.jssort16 .p:hover img {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.jssort16 .title,
.jssort16 .title_back {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 255px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #000;
  font-size: 20px;
}
.jssort16 .title_back {
  background-color: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.jssort16 .pav .title_back {
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.jssort16 .pav .title {
  color: #fff;
}
.jssort16 .p.pav:hover .title_back,
.jssort16 .p:hover .title_back {
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.jssort16 .p.pdn img {
  filter: alpha(opacity=100);
  opacity: 1;
}
