.a,
.d {
  fill: none;
}

.link-wrap .dot-btn svg .a {
  stroke: #acabab !important;
}

.c {
  stroke: none;
}

.a,
.d {
  fill: none;
}

.cpro-tile:hover .dot-btn.lyellow {
  color: #ffe522;
}

.dot-btn.lyellow:before,
.lpOpen-btn.lyellow:before {
  background: transparent;
}

.dot-btn,
.lpOpen-btn {
  z-index: 2;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  border-radius: 50%;
  color: transparent;
}

.dot-btn:before,
.lpOpen-btn:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #56595b;
  transform: scale(0);
  transform-origin: center center;
  transition: 0.5s ease;
}

.dot-btn:hover,
.lpOpen-btn:hover {
  color: #ffe522;
}

.dot-btn:hover:before,
.lpOpen-btn:hover:before {
  transform: scale(1);
}

.dot-btn.white:hover,
.lpOpen-btn.white:hover {
  color: #ffe522;
}

.dot-btn.white:before,
.lpOpen-btn.white:before {
  background: #fff;
}

.dot-btn.lgray:hover,
.lpOpen-btn.lgray:hover {
  color: #56595b;
}

.dot-btn.lgray:before,
.lpOpen-btn.lgray:before {
  background: transparent;
}

.cpro-tile:hover .dot-btn svg .dot-1 {
  animation: dots-1 1s infinite ease;
}

.cpro-tile:hover .dot-btn svg .dot-2 {
  animation: dots-1 1s infinite ease;
  animation-delay: 0.2s;
}

.cpro-tile:hover .dot-btn svg .dot-3 {
  animation: dots-1 1s infinite ease;
  animation-delay: 0.4s;
}

.iconbar .iconbar-item .dot-btn {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  right: auto;
  bottom: auto;
  margin: 0 auto;
}

.iconbar .iconbar-item .dot-btn img {
  width: 100%;
  height: auto;
}

.tx-h2facebookv2 .body-wrap .link-wrap .dot-btn {
  position: relative;
  bottom: auto;
  right: auto;
}

.link-wrap .dot-btn {
  width: 35px;
  height: 35px;
  right: 28px;
}

.link-wrap .dot-btn svg {
  width: 100%;
  height: 100%;
}

.link-wrap .dot-btn svg .dot-1,
.link-wrap .dot-btn svg .dot-2,
.link-wrap .dot-btn svg .dot-3 {
  fill: #56595b !important;
}

.news .article.latest .teaser-text .dot-btn,
.news .article.list .teaser-text .dot-btn {
  position: relative;
  width: 21px;
  height: 21px;
  bottom: auto;
  right: auto;
}

@-webkit-keyframes ripple-out {
  100% {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    opacity: 0;
  }
}
@keyframes ripple-out {
  100% {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    opacity: 0;
  }
}
.ripple-out {
  box-shadow: 0 0 1px transparent;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

.ripple-out:after {
  border-radius: 50%;
  content: "";
  position: absolute;
  border: solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.cpro-tile:hover .ripple-out:after {
  -webkit-animation: ripple-out 1s infinite;
  animation: ripple-out 1s infinite;
}

@-webkit-keyframes ripple-out {
  100% {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    opacity: 0;
  }
}
@keyframes ripple-out {
  100% {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    opacity: 0;
  }
}
.radio-overlay .overlay-button svg circle {
  fill: transparent;
}

.interest-slider-wrap .sliderNavi svg circle {
  fill: transparent;
}

.dot-1 {
  fill: #fff;
}

.dot-2 {
  fill: #fff;
}

.dot-3 {
  fill: #fff;
}

.link-wrap {
  height: 35px;
  left: 0;
  bottom: 0;
  text-align: center;
}

@keyframes dots-1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}