/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.goyt-css v3.0.3 | MIT License | github.com/necolas/normalize.css */

.goyt-text-left {
  text-align: left;
}
.goyt-text-right {
  text-align: right;
}
.goyt-text-center {
  text-align: center;
}
.goyt-text-justify {
  text-align: justify;
}
.goyt-text-nowrap {
  white-space: nowrap;
}
.goyt-text-muted {
  color: #777;
}
.goyt-text-primary {
  color: #337ab7;
}

.goyt-row {
  margin-right: -15px;
  margin-left: -15px;
}
.goyt-col-xs-2, .goyt-col-sm-2, .goyt-col-md-2, .goyt-col-lg-2, .goyt-col-xs-4, .goyt-col-sm-4, .goyt-col-md-4, .goyt-col-lg-4, .goyt-col-xs-6, .goyt-col-sm-6, .goyt-col-md-6, .goyt-col-lg-6, .goyt-col-xs-8, .goyt-col-sm-8, .goyt-col-md-8, .goyt-col-lg-8, .goyt-col-xs-10, .goyt-col-sm-10, .goyt-col-md-10, .goyt-col-lg-10, .goyt-col-xs-12, .goyt-col-sm-12, .goyt-col-md-12, .goyt-col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.goyt-col-xs-2, .goyt-col-xs-4, .goyt-col-xs-5, .goyt-col-xs-6, .goyt-col-xs-7, .goyt-col-xs-8, .goyt-col-xs-9, .goyt-col-xs-10, .goyt-col-xs-11, .goyt-col-xs-12 {
  float: left;
}
.goyt-col-xs-12 {
  width: 100%;
}
.goyt-col-xs-10 {
  width: 83.33333333%;
}
.goyt-col-xs-8 {
  width: 66.66666667%;
}
.goyt-col-xs-6 {
  width: 50%;
}
.goyt-col-xs-4 {
  width: 33.33333333%;
}

.goyt-col-xs-2 {
  width: 16.66666667%;
}


@media (min-width: 768px) {
.goyt-col-sm-2, .goyt-col-sm-4, .goyt-col-sm-6, .goyt-col-sm-8, .goyt-col-sm-10, .goyt-col-sm-12 {
    float: left;
  }
  .goyt-col-sm-12 {
    width: 100%;
  }

  .goyt-col-sm-10 {
    width: 83.33333333%;
  }

  .goyt-col-sm-8 {
    width: 66.66666667%;
  }

  .goyt-col-sm-6 {
    width: 50%;
  }

  .goyt-col-sm-4 {
    width: 33.33333333%;
  }

  .goyt-col-sm-2 {
    width: 16.66666667%;
  }
 
}

@media (min-width: 992px) {
.goyt-col-md-2, .goyt-col-md-4, .goyt-col-md-6, .goyt-col-md-8, .goyt-col-md-10, .goyt-col-md-12 {
    float: left;
  }
  .goyt-col-md-12 {
    width: 100%;
  }

  .goyt-col-md-10 {
    width: 83.33333333%;
  }

  .goyt-col-md-8 {
    width: 66.66666667%;
  }

  .goyt-col-md-6 {
    width: 50%;
  }

  .goyt-col-md-4 {
    width: 33.33333333%;
  }

  .goyt-col-md-2 {
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
.goyt-col-lg-2, .goyt-col-lg-4, .goyt-col-lg-6, .goyt-col-lg-8, .goyt-col-lg-10, .goyt-col-lg-12 {
    float: left;
  }
  .goyt-col-lg-12 {
    width: 100%;
  }

  .goyt-col-lg-10 {
    width: 83.33333333%;
  }

  .goyt-col-lg-8 {
    width: 66.66666667%;
  }

  .goyt-col-lg-6 {
    width: 50%;
  }

  .goyt-col-lg-4 {
    width: 33.33333333%;
  }

  .goyt-col-lg-2 {
    width: 16.66666667%;
  }

}

.goyt-inline-block-reset {
  display: inline-block;
  float: none;
  padding: 0 7px;
  /*width: 25%;*/
  max-width: 290px;
  vertical-align: top;

}
.goyt-row::after {
  content: "";
  display: table;
  clear: both;
}

.goyt-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.goyt-42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.goyt-btn:focus,
.goyt-btn:active:focus,
.goyt-btn.goyt-active:focus,
.goyt-btn.goyt-focus,
.goyt-btn:active.goyt-focus,
.goyt-btn.goyt-active.goyt-focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.goyt-btn:hover,
.goyt-btn:focus,
.goyt-btn.goyt-focus {
  color: #333;
  text-decoration: none;
}
.goyt-btn:active,
.goyt-btn.goyt-active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .goyt-125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .goyt-125);
}
.goyt-btn.goyt-disabled,
.goyt-btn[disabled],
fieldset[disabled] .goyt-btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .goyt-65;
}
a.goyt-btn.goyt-disabled,
fieldset[disabled] a.goyt-btn {
  pointer-events: none;
}
.goyt-btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.goyt-btn-default:focus,
.goyt-btn-default.goyt-focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.goyt-btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.goyt-btn-default:active,
.goyt-btn-default.goyt-active,
.goyt-open > .goyt-dropdown-toggle.goyt-btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.goyt-btn-default:active:hover,
.goyt-btn-default.goyt-active:hover,
.goyt-open > .goyt-dropdown-toggle.goyt-btn-default:hover,
.goyt-btn-default:active:focus,
.goyt-btn-default.goyt-active:focus,
.goyt-open > .goyt-dropdown-toggle.goyt-btn-default:focus,
.goyt-btn-default:active.goyt-focus,
.goyt-btn-default.goyt-active.goyt-focus,
.goyt-open > .goyt-dropdown-toggle.goyt-btn-default.goyt-focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.goyt-btn-default:active,
.goyt-btn-default.goyt-active,
.goyt-open > .goyt-dropdown-toggle.goyt-btn-default {
  background-image: none;
}
.goyt-btn-default.goyt-disabled:hover,
.goyt-btn-default[disabled]:hover,
fieldset[disabled] .goyt-btn-default:hover,
.goyt-btn-default.goyt-disabled:focus,
.goyt-btn-default[disabled]:focus,
fieldset[disabled] .goyt-btn-default:focus,
.goyt-btn-default.goyt-disabled.goyt-focus,
.goyt-btn-default[disabled].goyt-focus,
fieldset[disabled] .goyt-btn-default.goyt-focus {
  background-color: #fff;
  border-color: #ccc;
}
.goyt-btn-default .goyt-badge {
  color: #fff;
  background-color: #333;
}

.goyt-close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .goyt-2;
}
.goyt-close:hover,
.goyt-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .goyt-5;
}
button.goyt-close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}


.goyt-clearfix:before,
.goyt-clearfix:after,
.goyt-dl-horizontal dd:before,
.goyt-dl-horizontal dd:after,
.goyt-container:before,
.goyt-container:after,
.goyt-container-fluid:before,
.goyt-container-fluid:after,
.goyt-row:before,
.goyt-row:after,
.goyt-form-horizontal .goyt-form-group:before,
.goyt-form-horizontal .goyt-form-group:after,
.goyt-btn-toolbar:before,
.goyt-btn-toolbar:after,
.goyt-btn-group-vertical > .goyt-btn-group:before,
.goyt-btn-group-vertical > .goyt-btn-group:after,
.goyt-nav:before,
.goyt-nav:after,
.goyt-navbar:before,
.goyt-navbar:after,
.goyt-navbar-header:before,
.goyt-navbar-header:after,
.goyt-navbar-collapse:before,
.goyt-navbar-collapse:after,
.goyt-pager:before,
.goyt-pager:after,
.goyt-panel-body:before,
.goyt-panel-body:after,
.goyt-modal-header:before,
.goyt-modal-header:after,
.goyt-modal-footer:before,
.goyt-modal-footer:after {
  display: table;
  content: " ";
}
.goyt-clearfix:after,
.goyt-dl-horizontal dd:after,
.goyt-container:after,
.goyt-container-fluid:after,
.goyt-row:after,
.goyt-form-horizontal .goyt-form-group:after,
.goyt-btn-toolbar:after,
.goyt-btn-group-vertical > .goyt-btn-group:after,
.goyt-nav:after,
.goyt-navbar:after,
.goyt-navbar-header:after,
.goyt-navbar-collapse:after,
.goyt-pager:after,
.goyt-panel-body:after,
.goyt-modal-header:after,
.goyt-modal-footer:after {
  clear: both;
}

.goyt-pull-right {
  float: right !important;
}
.goyt-pull-left {
  float: left !important;
}
.goyt-hide {
  display: none !important;
}
.goyt-show {
  display: block !important;
}
.goyt-invisible {
  visibility: hidden;
}
.goyt-text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.goyt-hidden {
  display: none !important;
}

.goyt-visible-xs,
.goyt-visible-sm,
.goyt-visible-md,
.goyt-visible-lg {
  display: none !important;
}
.goyt-visible-xs-block,
.goyt-visible-xs-inline,
.goyt-visible-xs-inline-block,
.goyt-visible-sm-block,
.goyt-visible-sm-inline,
.goyt-visible-sm-inline-block,
.goyt-visible-md-block,
.goyt-visible-md-inline,
.goyt-visible-md-inline-block,
.goyt-visible-lg-block,
.goyt-visible-lg-inline,
.goyt-visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .goyt-visible-xs {
    display: block !important;
  }
  table.goyt-visible-xs {
    display: table !important;
  }
  tr.goyt-visible-xs {
    display: table-row !important;
  }
  th.goyt-visible-xs,
  td.goyt-visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .goyt-visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .goyt-visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .goyt-visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .goyt-visible-sm {
    display: block !important;
  }
  table.goyt-visible-sm {
    display: table !important;
  }
  tr.goyt-visible-sm {
    display: table-row !important;
  }
  th.goyt-visible-sm,
  td.goyt-visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .goyt-visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .goyt-visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .goyt-visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .goyt-visible-md {
    display: block !important;
  }
  table.goyt-visible-md {
    display: table !important;
  }
  tr.goyt-visible-md {
    display: table-row !important;
  }
  th.goyt-visible-md,
  td.goyt-visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .goyt-visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .goyt-visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .goyt-visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .goyt-visible-lg {
    display: block !important;
  }
  table.goyt-visible-lg {
    display: table !important;
  }
  tr.goyt-visible-lg {
    display: table-row !important;
  }
  th.goyt-visible-lg,
  td.goyt-visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .goyt-visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .goyt-visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .goyt-visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .goyt-hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .goyt-hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .goyt-hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .goyt-hidden-lg {
    display: none !important;
  }
}


/*# sourceMappingURL=bootstrap.goyt-css.goyt-map */

/* Core Plugin Container */
#goyt-plugin {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.goyt-video-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.goyt-video-inner > div:first-child {
  flex: 1;
}


@media (max-width: 575px) {
  .goyt-custom-margin {
    margin: 0;
  }
}

/* 50px margin for larger screens */
@media (min-width: 576px) {
  .goyt-custom-margin {
    margin: 0 40px;
  }
}



.goyt-modal-open {
  overflow: hidden;
}
@media (max-width: 767px) {
  /* 1. Let the modal wrapper fill & scroll the viewport */
  #goyt-modal {
    align-items: flex-start !important;  /* pin to top */
    overflow-y: auto !important;         /* wrapper handles scrolling */
    padding-top: 0 !important;           /* remove extra offset */
  }

  /* 2. Cap the dialog at viewport height */
  #goyt-modal .goyt-modal-dialog {
    max-height: 100vh !important;        /* never exceed screen height */
    margin: 0px auto 200px !important;          /* no vertical centering */
  }
}


/* Modal */
#goyt-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /*background: rgba(0,0,0,0.8);*/
  z-index: 9999;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
}
#goyt-modal.show {
  display: flex;
}
#goyt-plugin .goyt-modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 1rem auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.goyt-modal.goyt-fade .goyt-modal-dialog {
  -webkit-transition: -webkit-transform .goyt-3s ease-out;
       -o-transition:      -o-transform .goyt-3s ease-out;
          transition:         transform .goyt-3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.goyt-modal.goyt-in .goyt-modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.goyt-modal-backdrop {
  background-color: rgba(0, 0, 0, 0.6); /* Adjust transparency */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  pointer-events: auto;
}

@media (min-width: 768px) {
    .goyt-modal-lg {
        max-width: 80vw; /* 80% width for large modals on desktop */
        margin-top: 75px;
        color:black;
    }

    .goyt-modal-md {
        max-width: 60vw; /* 60% width for medium modals on desktop */
       margin-top: 75px;
        color:black;
    }

    .goyt-modal-sm {
        max-width: 40vw; /* 40% width for small modals on desktop */
        margin-left: 100px;
        color:black;
    }
    .goyt-modal-xs {
        max-width: 30vw; /* 30% width for small modals on desktop */
            
        color:black;
        }
}



#goyt-plugin .goyt-modal-content {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  outline: 0 none;
  position: relative;
  width: 100%;
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  flex-direction: row;
}

@media (max-width: 768px) {
  .goyt-modal-video-list-items {
    max-width: calc(100% - 70px);
  }
}

@media (max-width: 575px) {
  .goyt-modal-content {
    flex-direction: column;
  }

  .goyt-modal-body {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .goyt-modal-dialog {
    width: 600px;
  }
  .goyt-modal-lg {
    width: 900px;
  }
  .goyt-modal-md {
    width: 600px;
  }
  .goyt-modal-sm {
    width: 400px;
  }
  .goyt-modal-xs {
    width: 300px;
  }
}

/* XL modal for widescreens */
@media (min-width: 1200px) {
  .goyt-modal-xl {
    width: 1140px;
  }
}

.goyt-modal-backdrop {
  background-color: rgba(0, 0, 0, 0.6); /* Adjust transparency */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  pointer-events: auto;
}


.goyt-modal-body {
  padding: 20px 30px 30px 30px;
}
.goyt-modal-times-button-outer {
  background: #1e1e1e;
}


.goyt-modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.goyt-modal-open .goyt-modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* Responsive */
@media (max-width: 576px) {
  #goyt-plugin .goyt-video-nav-left,
  #goyt-plugin .goyt-video-nav-right {
    display: none;
  }
  #goyt-plugin .goyt-video-scroll {
    justify-content: flex-start;
    padding: 10px 40px;
  }
}

/* Scroll Wrapper */
#goyt-plugin .goyt-video-scroll {
  overflow-x: scroll; 
  white-space: nowrap; 
  padding: 10px;
}

#goyt-plugin .goyt-video-scroll::-webkit-scrollbar {
  display: none;
}

/* Nav Arrows */

.goyt-video-nav-left::before {
  content: '‹';
  display: block;
  font-size: 22px;
  line-height: 1;
}

.goyt-video-nav-right::before {
  content: '›';
  display: block;
  font-size: 22px;
  line-height: 1;
}

.goyt-video-nav-left:hover,
.goyt-video-nav-right:hover {
  background-color: #eee;
}

