body {
    font-family:'Avenir LT Std 35 Light';
    font-weight: 500;
    font-size:16px;
    color: #eac587;
}

hr {
    border: 0;
    clear:both;
    display:block;
    width: 100%;               
    background-color:#eac587;
    height: 1px;
}

.nav-menu {
    cursor: pointer;
}

.nav-menu:hover {
    -ms-transform: scale(1.05, 1.05); /* IE 9 */
    -webkit-transform: scale(1.05, 1.05); /* Safari */
    transform: scale(1.05, 1.05);
}
.active {
    background-color:#eac587 !important;
    color: #000000 !important;
}

.video-nowplaying {
    min-height: 360px !important;
}

.video-cover {
    width: 100%;
    height: 115px;
    border-radius: 5px;
    background-color: #000000;
    position: relative;
}

.video-link {
    text-decoration: none;
}

.video-thumb {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100%;
    border-radius: 5px;
}

.video-play {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/play-btn.png);
}

.video-run {
    width: 100%;
    height: 80%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform .2s;
    background-image: url(../images/play-btn.png);
}

.video-run:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5); 
  }

.video-length {
    width: 40px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 13px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    text-align: center;
    font-size: 8pt;
    color: #FFF;
    vertical-align: middle;
    padding-top: 3px;
}

.video-overlay {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
}

.video-desc {
    text-decoration: none;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 2px;
}

/* SCROLL BAR */
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #888; 
}

::-webkit-scrollbar-thumb {
    background: #eac587; 
}

::-webkit-scrollbar-thumb:hover {
    background: #f5c068; 
}
/* SCROLL BAR */

.modalTittle {
    text-align: center;
}

.page-link {
    color: #f5c068;
    background-color: #888;
    border : 1px solid  rgb(8, 8, 8);
}

.page-link:hover {
    background-color: rgb(51, 49, 49);
    border : 1px solid  rgb(8, 8, 8);
    color: #f5c068;
  }

.page-item.active .page-link {
    background-color: black;
    border-color: black;

    }
.modal-header {
    background-color: #2B2B2B;

}

.modal-body {
    background-color: #444444;
}

/* .containerVid {
    justify-content: space-around;
    margin: 30px auto;
    display: flex;
} */

.modal-dialog {
    max-width: 80% !important;
    height: 100%;
  }
  
  /* .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
  } */