/*! aRund v.1.7.8 - 2019-12-07 */

.ao-close,
.ao-close-btn {
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.ao-close *,
.ao-close-btn * {
  vertical-align: middle;
}
.ao-close {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
  color: inherit;
}
.ao-close .fa-times {
  position: relative;
  top: -2px;
}
.ao-close:hover,
.ao-close:focus,
.ao-close:active,
.ao-close.ao-selected {
  font-size: 28px;
  text-decoration: none;
  color: inherit;
}
.ao-close:hover .ao-times,
.ao-close:focus .ao-times,
.ao-close:active .ao-times,
.ao-close.ao-selected .ao-times {
  width: 24px;
  height: 24px;
}
.ao-close-btn {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 19px;
  color: #f6f6f6;
  background-color: #d8d8d8;
  text-decoration: none;
}
.ao-close-btn:hover,
.ao-close-btn:focus,
.ao-close-btn:active,
.ao-close-btn.ao-selected {
  color: #8b8b8b;
  text-decoration: none;
}
.ao-times {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #f6f6f6;
  font-weight: bold;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.ao-times:before,
.ao-times:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  border-left: 1px solid;
}
.ao-times:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ao-times:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ao-btn-b2 .ao-times:before,
.ao-btn-b2 .ao-times:after {
  border-width: 2px;
}
.ao-popup {
  display: none;
  font-size: 18px;
  line-height: 1.234;
}
