@font-face {
  font-family: 'brother-1816';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url(/fonts/Brother-1816-Book.woff) format('woff');
}
@font-face {
  font-family: 'brother-1816';
  font-style: italic;
  font-weight: 300;
  font-display: auto;
  src: url(/fonts/Brother-1816-Book-Italic.woff) format('woff');
}
@font-face {
  font-family: 'brother-1816';
  font-style: normal;
  font-weight: 700;
  font-display: auto;
  src: url(/fonts/Brother-1816-Bold.woff) format('woff');
}
@font-face {
  font-family: 'brother-1816';
  font-style: italic;
  font-weight: 700;
  font-display: auto;
  src: url(/fonts/Brother-1816-Bold-Italic.woff) format('woff');
}
@font-face {
  font-family: 'brother-1816';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(/fonts/Brother-1816-Black.woff) format('woff');
}
@font-face {
  font-family: 'brother-1816';
  font-style: italic;
  font-weight: 900;
  font-display: auto;
  src: url(/fonts/Brother-1816-Black-Italic.woff) format('woff');
}
@font-face {
  font-family: 'Circular-Book';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/circular-book.woff2) format("woff2"), url(/fonts/circular-book.woff) format("woff");
}
@font-face {
  font-family: 'Circular-Book';
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/circular-medium.woff2) format("woff2"), url(/fonts/circular-medium.woff) format("woff");
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Circular-Book", Arial, sans-serif;
  font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "brother-1816", Arial, sans-serif;
  font-weight: 900;
}
.alt-heading {
  font-family: "Circular-Book", Arial, sans-serif;
  font-size: 20px;
}
a, a:hover, a:focus {
  text-decoration: none;
}
.fw-500 {
  font-weight: 500;
}
.fw-700 {
  font-weight: 700;
}
.btn-primary {
  padding: 10px 30px;
  font-family: "brother-1816", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0;
  background-color: #0084cc;
  border-color: #0084cc;
}
.btn-primary:focus, .btn-primary:hover {
  background-color: #4c72ff;
  border-color: #4c72ff;
}
.btn-sm {
  padding: 8px 20px;  
}
.bg-light {
  background-color: #f2f2f2!important;
}
.nav-item {
  margin: 0 5px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}
.home-bg {
  background-image: url('/img/pgp-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 40px;
  background-color: #0c0f14;
}
.header-bg {
  background-image: url('/img/pgp-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #0c0f14;
}
.container.details {
  border: 2px solid #343a40;
  border-radius: 0;
  padding: 20px 10px;
}
.container.details.light {
  border: 2px solid #ffffff;
}
.container.notice {
  border: 2px solid #343a40;
  border-radius: 0;
  padding: 16px 48px;
}
.container.notice.green {
  border: 2px solid #008000;
}
.film-thumb {
  height: 300px;
  margin-top: 25px;
  position: relative;
}
.film-thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.film-box-first {
  color: #ffffff;
  background-color: #343a40;
  padding-top: 24px;
}
.film-box-last {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #343a40), color-stop(0%, transparent));
  background-image: linear-gradient(#343a40 50%, transparent 0%);
  min-height: 10px;
  margin-bottom: 30px;
}
.next-film-img {
  max-width: 240px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.pgpextra {
  margin: 50px 0;
  padding: 20px 0;
  background-color: #0b1319;
  color: #ffffff;
}
.trailer-link {
  font-weight: 700;
  text-transform: uppercase;
  color: #0084cc;
}
.trailer-link:hover {
  color: #4c72ff;
}
.section-border {
  border-bottom: 2px solid #343a40;
}
.pre-footer {
  margin-top: 85px;
  margin-bottom: 85px;
}
.form-control {
  border: 2px solid #343a40;
  outline: none;
  border-radius: 0;
  padding: 24px 14px;
}
select.form-control {
  padding: .6rem .8rem calc(.6rem + 1px) .8rem !important;
  height: auto;
}
.fc-select {
  padding: none;
}
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
textarea.form-control {
  padding: 16px 14px;
}
.alert {
  border: 2px solid transparent;
  border-radius: 0;
}
.alert-danger {
  color: #dc3545;
  background-color: transparent;
  border-color: #dc3545;
}
.alert-success {
  color: #43A047;
  background-color: transparent;
  border-color: #43A047;
}
.list-group-item {
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #0b1319;
  text-align: left;
  padding: 1rem 1.25rem;
}
.list-group-item:first-child {
  border-radius: 0;
}
.list-group-item:last-child {
  border-radius: 0;
  border-bottom: 0;
}
.border-top2 {
  border-top: 2px solid #0b1319;
}
.footer {
  background-color: #0b1319;
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.hover {
  cursor: pointer;
}
@media (max-width: 768px) {
  .container.notice {
  padding: 16px 12px;
  }
}
.ribbon {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 140px; height: 140px;
  text-align: right;
}
.ribbon span {
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 30px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 160px;
  display: block;
  background: #DC3545;
  background: -webkit-gradient(linear, left top, left bottom, from(#DC3545), to(#DC3545));
  background: linear-gradient(#DC3545 0%, #DC3545 100%);
  -webkit-box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
          box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 32px;
  left: -33px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #DC3545;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #DC3545;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #DC3545;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #DC3545;
}
.notify-badge{
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: center;
    color:white;
    padding:5px 10px;
}