@charset "utf-8";

.bg-blue {
  padding-top: 10px;
}

.page-title {

}

.bg-blue h2 {
  margin-bottom: 0;
}

.page h3 {
  margin: 0 0 15px;
  padding: 1rem 10px;
  border-top: 1px dotted #777c7f;
  border-bottom: 1px dotted #777c7f;
}

.page h3:before {
  content: "●";
  margin-right: 0.5em;
  color: #000;
}

.page h3 + .inner {
  padding-top: 0;
}

.page h4 {
  color: #000;
  /*font-size: 1.175rem;*/
}

.youtube {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  padding-top: 30px;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.youtube video {
  width:100%;
}

@media screen and (min-width: 1199px) {
  .youtube {
    margin: 0 auto 20px;
    padding-bottom: 50%;
    max-width: 720px;
  }
}

.youtube > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bx-wrapper {
  margin: 0 auto 20px;
  max-width: 690px !important;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bxslider > li {
  text-align: center;
}

.bxslider img {
  margin-bottom: 8px;
}

.bx-wrapper .bx-pager {
  bottom: 45px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  width: 12px;
  height: 12px;
  background: #FFF;
  border: 1px solid #FFF;
  border-radius: 6px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
  /* background: #29B1D0; */
  background: #000;
}
