

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
      width: 600px;
      margin: 30px auto;
  }
  .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
      width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
      width: 900px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

svg:not(:root) {
  overflow: hidden;
}

.modal .modal-title {
  margin-top: 0;
  font-size: 1.375rem;
  line-height: inherit;
  font-family: "Open Sans", apple-system, blinkmacsystemfont, "Segoe UI", "Helvetica Neue", arial, sans-serif;
}
.modal button.close {
  background-color: #000;
  padding: 0.5rem;
  font-size: inherit;
  line-height: 0;
  position: absolute;
  top: 1.7rem;
  right: 1.7rem;
  z-index: 999;
  border: 1px solid #fff;
  width: 2em;
  height: 2em;
  opacity: 0.65;
}
.modal button.close svg {
  fill: #fff;
}
.modal button.close .fi {
  color: #fff;
  text-shadow: none;
  top: -4px;
  margin: 0;
  padding: 0;
}
.modal button.close:focus {
  outline: solid 3px rgba(255, 102, 1, 0.9);
}
.modal .modal-body svg {
  fill: #075290;
}
.modal .modal-body p {
  font-size: 1rem;
  color: #444343;
  line-height: 1.6rem;
} 
.modal .extlink-url-notice {
  color: #555;
  font-size: 10pt;
  position: absolute;
  left: 18px;
}
.modal .modal-footer a {
  color: inherit;
}
.modal-image-enlargement {
  max-width: 60%;
}
.modal-full {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  max-width: 80%;
  max-height: 80%;
}
.modal-full .modal-header .modal-content {
  border-radius: 0 !important;
}
.modal-full .modal-body button.close {
  background-color: #000;
  padding: 0.5rem;
  font-size: inherit;
  line-height: 0;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.modal-full .modal-body + .modal-body {
  background-color: #000;
  opacity: 0.7;
  color: #fff;
  position: absolute;
  bottom: 58px;
  width: 100%;
}
.modal-full .modal-footer .modal-buttons {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
}
.modal-fullscreen {
  max-width: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.modal-fullscreen .modal-header .modal-content {
  border-radius: 0 !important;
}
.modal-fullscreen .modal-body button.close {
  background-color: #000;
  padding: 0.5rem;
  font-size: inherit;
  line-height: 0;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.modal-fullscreen .modal-body + .modal-body {
  background-color: #000;
  opacity: 0.7;
  color: #fff;
  position: absolute;
  bottom: 58px;
  width: 100%;
}
.modal-fullscreen .modal-footer .modal-buttons {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
}
@media (max-width: 767.98px) {
  .modal-full {
      top: 0;
      left: 0;
      transform: none !important;
      max-width: 100%;
      max-height: 100%;
  }
  .modal-full.modal-site-title {
      margin-top: 85px;
  }
  .modal-title {
      margin-right: 1.5em;
  }
 }
.rounded-circle {
  border-radius: 50%!important;
}

.theme-blue .audio-player .btn-primary,
.theme-blue .audio-player .btn-secondary {
background-color: #f0f0f0;
border-color: #f0f0f0;
}

.btn-secondary {
  background-color: #88c3ea;
  border-color: #88c3ea;
  color: #000;
}

.theme-blue .audio-player .btn-primary:active,
.theme-blue .audio-player .btn-primary:focus,
.theme-blue .audio-player .btn-primary:hover,
.theme-blue .audio-player .btn-primary:not(:disabled):not(.disabled):active,
.theme-blue .audio-player .btn-secondary:active,
.theme-blue .audio-player .btn-secondary:focus,
.theme-blue .audio-player .btn-secondary:hover,
.theme-blue .audio-player .btn-secondary:not(:disabled):not(.disabled):active {
background-color: #d7d7d7;
border-color: #d7d7d7;
}
.btn-primary .btn-secondary {
margin-bottom: 10px !important;
}
.theme-blue .audio-player .btn-primary svg,
.theme-blue .audio-player .btn-secondary svg {
fill: #333;
}
.theme-blue .audio-player .btn-primary .fi,
.theme-blue .audio-player .btn-secondary .fi {
color: #333;
vertical-align: middle;
}
.theme-blue a .btn-primary:hover,
.theme-blue a.btn-primary:hover {
background-color: #005091 !important;
}
.theme-blue a .btn-secondary:hover,
.theme-blue a.btn-secondary:hover {
background-color: #72b8e6 !important;
}

.holder {
  width: 560;
  height: 315px;
  position: relative;
}

.frame {
  width: 100%;
  height: 100%;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 560px;
  height: 315px;
  cursor: pointer;
}
.overlay-top {                
  position: absolute;
  top: 0;
  left: 0;
  width: 560px;
  height: 115px;
  cursor: pointer;
}
.overlay-bottom {                
  position: absolute;
  top: 200px;
  left: 0;
  width: 560px;
  height: 115px;
  cursor: pointer;
}

@media only screen and (max-device-width: 480px) {

}