html, body {
  width: 100%;
  height: 100%; }

body {
  font-size: 16px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  padding-top: 60px;
  overflow-x: hidden !important;
  background-color: #F9F9F9;
  color: #000000; }

.btn {
  position: relative; }

main.main-wrap {
  width: 100%;
  height: 100%; }

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  font-style: normal; }

img {
  max-width: 100%;
  display: block;
  margin: auto; }

main {
  width: 100%; }

main, header, section, footer {
  position: relative; }

section {
  z-index: 2; }

.container {
  max-width: 90%; }

.img-clip-wrap {
  position: relative; }
  .img-clip-wrap .img-clip {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    display: block;
    background: 50% 50%/cover no-repeat;
    background-color: #18252a;
    clip: rect(0vh, 100vw, 100vh, 0px);
    overflow: hidden; }
    .img-clip-wrap .img-clip img {
      position: absolute;
      opacity: 0;
      visibility: hidden; }

.cp-header {
  background: rgba(0, 0, 0, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  margin: auto;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  height: 60px; }
  .cp-header .container, .cp-header .container-fluid {
    height: 100%; }
    .cp-header .container .row, .cp-header .container-fluid .row {
      height: 100%; }
  .cp-header .cp-logo img {
    width: 200px;
    height: auto;
    margin: 0; }

.cp-section {
  position: relative;
  padding: 0;
  height: auto; }
  .cp-section .cp-hero-header {
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    color: #ffffff;
    padding: 5px 0;
    background-color: #c61c1f !important;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
    .cp-section .cp-hero-header h1 {
      font-size: 30px;
      margin: auto; }

ul.cp-menu {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  -ms-flex-align: center !important;
  align-items: center !important; }
  ul.cp-menu li {
    list-style: none;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    padding: 0 10px; }
    ul.cp-menu li a {
      position: relative;
      color: #ffffff;
      -webkit-transition: 0.2s all ease-in 0s;
      -moz-transition: 0.2s all ease-in 0s;
      -ms-transition: 0.2s all ease-in 0s;
      -o-transition: 0.2s all ease-in 0s;
      transition: 0.2s all ease-in 0s; }
      ul.cp-menu li a:hover {
        text-decoration: none; }
    ul.cp-menu li a.btn-primary {
      background: #c61c1f;
      color: #ffffff;
      border: 0; }
      ul.cp-menu li a.btn-primary:hover {
        background: #b11a1c;
        color: #ffffff; }
      ul.cp-menu li a.btn-primary:focus {
        background: #b11a1c;
        color: #ffffff; }

.playerWrapOuter {
  padding: 0;
  border: 0;
  position: relative; }

.embed-responsive {
  position: relative;
  padding-bottom: 40%;
  background-color: #000000;
  display: block; }
  .embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    margin: auto; }

.cp-footer {
  background: rgba(0, 0, 0, 0.95);
  color: #ffffff;
  height: 40px;
  position: relative;
  z-index: 9;
  margin: auto; }
  .cp-footer .container, .cp-footer .container-fluid {
    height: 100%; }
    .cp-footer .container .row, .cp-footer .container-fluid .row {
      height: 100%; }
  .cp-footer p {
    margin-bottom: 0; }
  .cp-footer a {
    text-decoration: none; }

.cp-footer-nav {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .cp-footer-nav a {
    list-style: none;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px; }

.cp-video {
  position: relative; }
  .cp-video .hytPlayerWrap {
    display: block;
    position: relative;
    background: #000000; }
  .cp-video .hytPlayerWrap.ended::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    background-color: black;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 64px 64px;
    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==); }
  .cp-video .hytPlayerWrap.paused::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0px;
    right: 0;
    margin: auto;
    cursor: pointer;
    background-color: black;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px 40px;
    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+); }

.cp-scb-form-wrap {
  position: relative;
  overflow: hidden; }
  .cp-scb-form-wrap:hover .cp-video-play-btn path.ytp-large-play-button-bg {
    fill: #ff0000;
    fill-opacity: 1; }
  .cp-scb-form-wrap .form-group {
    position: relative;
    margin: 0; }
    .cp-scb-form-wrap .form-group em {
      font-style: normal;
      position: absolute;
      left: 15px;
      top: 10px;
      font-size: 20px;
      color: #cc0000; }
    .cp-scb-form-wrap .form-group .form-control {
      border-radius: 4px;
      text-align: left;
      font-weight: bold;
      width: 300px;
      padding: 10px 50px 10px 40px;
      height: 50px;
      line-height: 26px;
      color: #000000;
      border: 2px solid #cc0000;
      margin: 0;
      font-size: 18px; }

.cp-video-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  z-index: 63; }
  .cp-video-play-btn svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    .cp-video-play-btn svg path.ytp-large-play-button-bg {
      transition: fill 0.1s cubic-bezier(0.4, 0, 1, 1), fill-opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
      fill: #212121;
      fill-opacity: .8; }

.cp-scb-form-wrap.cp-video-play-btn-hide .cp-video-play-btn {
  display: none; }

.cp-scb-btn {
  background: #cc0000;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  padding: 10px 25px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  height: 50px; }
  .cp-scb-btn:hover {
    background: #cc0000;
    color: #ffffff;
    text-decoration: none; }
  .cp-scb-btn:focus {
    background: #cc0000;
    color: #ffffff;
    text-decoration: none; }

.cp-field {
  position: absolute;
  right: 0;
  bottom: 20px;
  opacity: 0;
  z-index: 99;
  visibility: hidden;
  -webkit-transition: 0.5s all linear 0s;
  -moz-transition: 0.5s all linear 0s;
  -ms-transition: 0.5s all linear 0s;
  -o-transition: 0.5s all linear 0s;
  transition: 0.5s all linear 0s; }

.cp-field.active {
  opacity: 1;
  visibility: visible; }

#cp-sub-form .email-valider {
  display: none;
  position: absolute;
  right: 0;
  bottom: 100%;
  margin-bottom: 10px;
  text-align: right;
  color: #ffffff;
  text-align: right;
  z-index: 9;
  padding: 5px 15px 5px 15px;
  height: 36px;
  text-shadow: 2px 3px 10px rgba(0, 0, 0, 0.5); }
  #cp-sub-form .email-valider:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 15px solid transparent;
    opacity: 0.5; }
#cp-sub-form .email-valider.email-error {
  background: rgba(255, 0, 0, 0.5);
  color: #ffffff; }
  #cp-sub-form .email-valider.email-error:after {
    border-right-color: red; }
#cp-sub-form .email-valider.email-success {
  background: rgba(50, 170, 0, 0.5);
  color: #ffffff; }
  #cp-sub-form .email-valider.email-success:after {
    border-right-color: #32aa00; }
#cp-sub-form .email-valider.active {
  display: block; }
#cp-sub-form .cp-next {
  position: absolute;
  top: 6px;
  width: 36px;
  height: 36px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  right: 8px;
  padding: 0;
  background: #eeeeee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.2s all ease-in 0s;
  -moz-transition: 0.2s all ease-in 0s;
  -ms-transition: 0.2s all ease-in 0s;
  -o-transition: 0.2s all ease-in 0s;
  transition: 0.2s all ease-in 0s;
  color: #000000;
  z-index: 9;
  border: 0; }
  #cp-sub-form .cp-next em {
    font-size: 18px;
    margin-left: -2px;
    font-style: normal;
    color: #000000; }
  #cp-sub-form .cp-next:hover {
    background: #cc0000;
    color: #ffffff; }
    #cp-sub-form .cp-next:hover em {
      color: #ffffff; }
#cp-sub-form .cp-email-field .cp-next {
  opacity: 0;
  visibility: hidden; }
#cp-sub-form .cp-email-field .cp-next.active {
  opacity: 1;
  visibility: visible; }

.cp-video-content {
  background: #F9F9F9;
  padding: 0px 0 40px 0; }
  .cp-video-content .cp-video-description {
    color: #000000; }
    .cp-video-content .cp-video-description p {
      color: #000000; }
    .cp-video-content .cp-video-description ul li {
      color: #000000; }
    .cp-video-content .cp-video-description a {
      color: #cc0000; }

.text-sm {
  font-size: 15px !important;
  color: #777777 !important;
  font-weight: normal !important; }

.yvinfo-wrap {
  position: relative; }
  .yvinfo-wrap .yvinfo-row {
    position: relative;
    padding: 15px 0; }
    .yvinfo-wrap .yvinfo-row + .yvinfo-row {
      border-top: 1px solid #aaaaaa; }

.yv-comment-inputarea {
  position: relative; }
  .yv-comment-inputarea textarea {
    resize: none; }
  .yv-comment-inputarea .yv-comment-input-btns {
    position: absolute;
    right: 0;
    bottom: -50px;
    z-index: 9; }

.yv-comment {
  position: relative;
  margin: 20px auto; }
  .yv-comment .yv-actbtns {
    position: relative; }
    .yv-comment .yv-actbtns .btn {
      /* padding: 0; */ }
  .yv-comment .ytu-comment-details-wrap .ytu-comment-body .yt-init-comment {
    margin-bottom: 0; }
  .yv-comment .yv-comment {
    margin-bottom: auto; }

.ytu-avatar {
  width: 40px;
  height: 40px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden; }
  .ytu-avatar img {
    width: 100%;
    height: 100%; }

.yv-comment-list {
  margin-top: 50px; }

.ytv-pg-sidebar {
  position: relative;
  padding: 20px 0; }

.ytvr {
  position: relative; }
  .ytvr .ytvr-thumbnail {
    position: relative;
    height: 0;
    padding-top: 56%;
    margin-bottom: 10px; }
    .ytvr .ytvr-thumbnail .img-webp {
      z-index: 9;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 0.3s all ease 0s;
      -moz-transition: 0.3s all ease 0s;
      -ms-transition: 0.3s all ease 0s;
      -o-transition: 0.3s all ease 0s;
      transition: 0.3s all ease 0s; }
  .ytvr a {
    -webkit-transition: 0.2s all ease 0s;
    -moz-transition: 0.2s all ease 0s;
    -ms-transition: 0.2s all ease 0s;
    -o-transition: 0.2s all ease 0s;
    transition: 0.2s all ease 0s;
    text-decoration: none; }
    .ytvr a:hover .ytvr-thumbnail .img-webp {
      opacity: 1;
      visibility: visible; }
  .ytvr .ytvr-info .ytvr-title {
    color: #000000; }
  .ytvr .ytvr-info .yt-init-comment {
    margin: auto; }
  .ytvr + .ytvr {
    margin-top: 20px; }

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .cp-section {
    padding: 0px 0 40px 0; }
    .cp-section .cp-hero-header h1 {
      font-size: 21px; } }
@media only screen and (max-width: 767px) and (min-width: 568px) {
  .cp-section {
    padding: 0px 0 40px 0; }
    .cp-section .cp-hero-header h1 {
      font-size: 21px; } }
@media only screen and (max-width: 567px) and (min-width: 320px) {
  body {
    font-size: 15px; }

  .cp-header .cp-logo img {
    width: 140px;
    height: auto; }

  .cp-section {
    padding: 0px 0 30px 0; }
    .cp-section .cp-hero-header {
      padding: 10px 0; }
      .cp-section .cp-hero-header h1 {
        font-size: 18px; }

  .cp-scb-btn {
    font-size: 14px;
    padding: 8px 16px;
    height: 40px; }

  .cp-scb-form-wrap .cp-field {
    max-width: 90%;
    bottom: 10px; }
  .cp-scb-form-wrap .form-group {
    width: 100%; }
    .cp-scb-form-wrap .form-group .form-control {
      width: 100%;
      font-size: 15px;
      padding: 8px 50px 8px 35px;
      height: 40px; }
    .cp-scb-form-wrap .form-group em {
      font-size: 15px !important; }

  #cp-sub-form .email-valider {
    padding: 2px 10px 2px 10px;
    height: 24px;
    font-size: 13px;
    margin-bottom: 5px; }
    #cp-sub-form .email-valider:after {
      border-top-width: 12px;
      border-bottom-width: 12px;
      border-right-width: 8px; }
  #cp-sub-form .cp-next {
    top: 5px;
    width: 28px;
    height: 28px;
    line-height: 12px;
    padding-right: 3px; }

  .cp-footer p {
    font-size: 14px;
    white-space: nowrap; }

  .cp-footer-nav a {
    font-size: 14px;
    white-space: nowrap; }

  .yvinfo-wrap .row {
    margin-left: -5px;
    margin-right: -5px; }
    .yvinfo-wrap .row .col, .yvinfo-wrap .row .col-auto {
      padding-left: 5px;
      padding-right: 5px; } }

/*# sourceMappingURL=cp-style.css.map */

