.tai-heritage-pro-regular {
  font-family: "Tai Heritage Pro", serif;
  font-weight: 400;
  font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Helvetica,Arial, Verdana, sans-serif;
}

body {
  height: 100%;
  background-repeat: repeat;
}

body, html {
    margin: 0;
    padding: 0;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

h1 {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    padding: 15px 0 15px 0;
}

h2 {
    text-align: center;
    padding-top: 4px;
    margin: 0;
}

/**********Header and Navigation***********/
.top-nav-holder{
  display: none;
}

@media screen and (min-width: 700px) {

.top-nav-holder{
  display: block;
  position: relative; 
  width: 100%;
  height: 135px;
  margin-bottom: 21px;
}

#top-nav{
  position: absolute;
  bottom: 0px;
  right: 30px;
  border-radius: 60px;
  overflow: hidden;
  width: 520px;
  line-height: 38px;
  height: 40px;
}

.top-nav-quote{
  float:right;
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding-top: 60px;
  padding-left: 30px;
}
}

@media(min-width: 750px) {
  .top-nav-quote{
    max-width: 650px;
    padding-top: 50px;
    padding-left: 0;
  }
}



@media(min-width: 910px) {
  .top-nav-quote{
    max-width: 800px;
    padding-left: 0;
    padding-top: 40px;
  }
}

@media(min-width: 1060px) {
  .top-nav-quote{
       float: none;
  }
}
@media(min-width: 1300px) {
  .top-nav-quote{
    max-width: 900px;
  }
}
@media(min-width: 1400px) {
  .top-nav-quote{
    max-width: 1000px;
  }
}
@media(min-width: 1550px) {
  .top-nav-quote{
    max-width: 1200px;
  }
  .top-nav-holder{
    height: 145px;
  }
}
@media(min-width: 1700px) {
  .top-nav-quote{
    max-width: 1400px;
    padding-top: 30px;
  }
}

.top-nav-logo{
  position: absolute;
  left: 20px;
  top: 40px;
}

.top-nav-quote img{
  width: 100%;
}

#top-nav a {
    letter-spacing: 1px;
    font-weight: 800;
    font-size: 15px;
    line-height: 24px;
    color: #999999;
    margin: 5px 20px 13px 30px;
    transition: color .2s;
    cursor: pointer;
    float: right;
}

#top-nav a:hover {
    color: #BFA67F;
}

#top-nav a:link {
    text-decoration: none;
}

#top-nav a:visited {
    text-decoration: none;
}

#dark,#light {
    position: absolute;
    left: 0;
    top: 4px;
    width: 100%;
}

#light {
    z-index: 3;
}

#dark {
    z-index: 2;
}

#dark:hover,#light:hover {
    opacity: 0.7;
}




/**********Announcements Section*************/
#announcements-container {
    position: relative;
    top: 0;
    width: 100%;
    padding-bottom: 56.25%;
}

#announcements-hero-container {
    position: relative;
    top: 0;
    width: 100%;
}

@media(min-width: 700px) {
    #announcements-container {
        width: 700px;
        height: 394px;
        padding-bottom: 0;
        margin: auto;
    }
    #announcements-hero-container {
        height: 394px;
        padding-bottom: 0;
    }
}

#announcements-background-img,#announcements-background-img2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    mask-image: linear-gradient(to bottom, transparent, black 0%, black 85%, transparent);
}

#announcements-background-img3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    mask-image: linear-gradient(to bottom, transparent, black 0%, black 85%, transparent);
}

#announcements-img,#announcements-img2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    mask-image: linear-gradient(to bottom, transparent, black 0%, black 65%, transparent);
}

#announcements-iframe-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#play-announcement-video {
    position: absolute;
    display: none;
    width: 64px;
    height: 45px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#announce-dot-holder {
    text-align: center;
    margin-top: 5px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    height: 25px;
    border-radius: 12px;
    border: 1px solid #4d4d4d;
    overflow: hidden;
    background-color:  rgba(230,230,230, 0.5);
    padding: 5px;
}


.announce-dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.announce-dot-right,.announce-dot-left{
    position: absolute;
    top: 4px;
    cursor: pointer;
    height: 15px;
    width: 15px;
    background-color: #999999;
    transition: background-color 0.6s ease;
}

.announce-dot-right{
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    right: 4px;
}

.announce-dot-left{
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    left: 4px;
}

 .announce-dot:hover, .announce-dot-left:hover, .announce-dot-right:hover {
    background-color: #555555;
}

.events {
    position: absolute;
    opacity: 0.6;
    top: 3px;
    left: 5px;
    cursor: pointer;
    z-index: 2;
}

.events:hover {
    opacity: 1.0;
}

#upper-menu-live-now {
    display: none;
    position: relative;
    float: right;
    margin: 5px;
    text-align: center;
    height: 14px;
    width: 40px;
    font: 8px/14px 'Arial Black', 'Arial Bold', sans-serif;
    font-weight: bold;
    color: white;
    background-color: red;
    opacity: 0.7;
    border-radius: 4px;
    cursor: default;
    overflow: hidden;
    z-index: 2;
}

.ch-sastra {
    display: none;
    position: relative;
    float: right;
    margin: 5px;
    text-align: center;
    height: 14px;
    width: 80px;
    font: 8px/14px 'Arial Black', 'Arial Bold', sans-serif;
    font-weight: bold;
    color: white;
    background-color: red;
    opacity: 0.7;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
    z-index: 2;
}

#upper-menu-golive {
    position: relative;
    float: right;
    margin: 5px;
    height: 25px;
    font: 10px/20px 'Arial Black', 'Arial Bold', sans-serif;
    font-weight: bold;
    color: white;
    background-color: red;
    border-radius: 4px;
    z-index: 2;
}

#upper-menu-golive:hover {
    cursor: pointer;
    background-color: #ff6666;
}

#upper-menu-viewer-count-holder {
    position: relative;
    float: right;
    margin: 5px;
    text-align: center;
    height: 14px;
    width: 35px;
    border-radius: 4px;
    font-size: 10px;
    line-height: 14px;
    color: black;
    background-image: url('https://www.mayapur.tv/images/transpw.png');
    background-repeat: repeat;
    cursor: default;
    z-index: 2;
}

/* Smaller devices (tablets, 568px and up)   */
@media(min-width: 568px) {
    #upper-menu-viewer-count-holder {
        height: 20px;
        width: 45px;
        font-size: 12px;
        line-height: 20px;
    }

    #upper-menu-live-now {
        height: 20px;
        width: 60px;
        font: 10px/20px 'Arial Black', 'Arial Bold', sans-serif;
    }

    .ch-sastra {
        height: 20px;
        width: 100px;
        font: 10px/20px 'Arial Black', 'Arial Bold', sans-serif;
    }
}

/* Chat */


/***** php login **************/
#login-table {
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-top: 5px;
    width: 100%;
    font-size: 14px;
    height: 160px;
    border-bottom: 1px rgb(130, 130, 130) solid;
}

/* start of chat-msg-archive */

.lower-menu-restraint {
    width: 100%;
    height: 30px;
    padding-right: 5px;
}

.ch-links {
    width: auto;
}

.ch-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.ch-links li {
    float: right;
    padding: 4px;
    opacity: 0.5;
}

.ch-links ul li:hover {
    cursor: pointer;
    opacity: 1.0;
}

.ch-links li img {
    width: 25px;
}

/* chat covering Srila Prabhupada text */

.chat-cover {
    position: absolute;
    top: 62px;
    left: 0;
    width: 100%;
    height: calc(100vh - 153px);
    padding: 5px 5px 10px 5px;
}

.ch-cover-text {
    width: 100%;
    height: 100%;
    font-size: 12px;
    overflow: auto;
}

.ch-links li.read-chat {
    float: left;
    font-weight: bold;
    text-align: center;
    height: 20px;
    width: 45px;
    font-size: 10px;
    line-height: 20px;
    font-family: 'Arial Black', 'Arial Bold', sans-serif;
    margin-left: 20px;
    margin-top: 7px;
    border-radius: 4px;
    opacity: 0.5;
    background-color: red;
    padding: 0 5px;
    color: white;
}

.ch-links li.read-chat:hover {
    cursor: pointer;
    opacity: 1.0;
}

/* chat-top-buttons */
#chat-top-buttons {
    width: 100%;
    height: 28px;
    padding-top: 10px;
    position: relative;
}

#chat-top-buttons>div {
    display: block;
    padding: 0 8px 5px 8px;
    float: right;
    color: #000;
    height: 22px;
    transition: color .2s;
}

#chat-top-buttons img {
    height: 100%;
}

#chat-top-buttons>div:hover {
    cursor: pointer;
    opacity: 1.0;
}

#chat-top-buttons>div#aplus {
    padding-left: 0;
}

#chat-top-buttons>div#show-names {
    padding-left: 3px;
}

#chat-top-buttons>div#chat-numbers {
    text-align: right;
    padding-right: 5px;
}

/* end of chat-top-buttons */

/* start of chat-msgs */

#chat-msgs {
    overflow-x: hidden;
    padding-right: 10px;
    padding-left: 30px;
    font-size: 11px;
    width: 100%;
    min-height: calc(100vh - 235px);
}

.msgs-bubble {
    padding: 4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 5px;
    word-break: break-all;
}

.chat-message-timestamp {
    font-size: 9px;
}

.chat-name-green {
    color: #5f85f5;
}

/* start of chat data-entry section */
/* smileys */
#chat-message-form span {
    font-size: 24px;
}

#chat-message-form span:hover {
    color: black;
}

#chat-button {
    position: absolute;
    right: 3px;
    bottom: 0;
    width: 70px;
    height: 39px;
    text-align: center;
    font-size: 14px;
}

#chat-message {
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 0;
}

.chat-message {
    width: 200px;
    resize: none;
    overflow: hidden;
    font-size: 18px;
    height: 1.1em;
    padding: 2px;

}

.fa_img {
    /* width: 25px;*/
    opacity: 1;
}

.fa_img:hover {
    cursor: pointer;
    opacity: 0.6;
}

/* online devotees names drop-down list*/
#custom-select-holder {
    position: absolute;
    right: 90px;
    bottom: 0;
    width: 110px;
}

/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    /* font-family: Arial;*/
    width: 120px;
}

.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    height: 39px;
    background-color: #FFF;
    font-size: 14px;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 7px;
    right: 2px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent;
    font-size: 12px;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
    top: 0px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
    color: #717980;
    padding: 10px 1px 1px 10px;
    /*  border: 1px solid transparent;*/
    /*  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;*/
    cursor: pointer;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #FFF;
    top: 100%;
    left: 0;
    right: 0;
    border-right: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

/* end of online devotees chat drop-down list*/

/* chat names list*/

#click-show-names {
    position: absolute;
    top: 0;
    display: none;
    width: 100%;
}

.devotee-box-label {
    height: 25px;
    text-align: left;
    padding-top: 7px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #717980;
}

#chat-names {
    display: block;
    width: 100%;
    overflow: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: white;
}

#chat-names-container {
    width: 100%;
    height: auto;
    display: none;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

/* end of chat names list */

#chat-moveable-container {
    position: relative;
    vertical-align: top;
    width: auto;
    padding-top: 0px;
    height: auto;
    display: none;
    padding-bottom: 100px;
}

/* Small devices (tablets, 680px and up)   */
@media screen and (min-width: 680px) {
    #chat-moveable-container {
        width: calc(66% - 5px);
    }

    #chat-names-container {
        vertical-align: top;
        width: calc(100% / 3);
        height: 100%;
    }
}

/********* start of loginholder **********/
#login-holder {
    position: absolute;
    bottom: 0px;
    height: 159px;
    width: 100%;
}

#form1 {
    height: 159px;
}

#myusername, #mypassword {
    width: 100%;
    padding-left: 50px;
    font-size: 14px;
    height: 53px;
    border: none;
    border-top: 1px black solid;
}

#mypassword {
    border-bottom: 1px black solid;
}

#forgotpass {
    position: absolute;
    right: 10px;
    bottom: 53px;
    font-size: 12px;
}

#forgotpass:hover {
    color: black;
    cursor: pointer;
}

.checkbox {
    position: absolute;
    right: 10px;
    bottom: 13px;
    font-weight: bold;
}

.checkbox:hover {
    cursor: pointer;
    color: black;
}

#submit {
    margin-left: 37px;
    width: 70px;
    height: 38px;
    border: none;
    padding-left: 5px;
    font-weight: bold;
    font-size: 14px;
    outline: none;
    margin-top: 2px;
    background-color: transparent;
}

/* end of loginholder */
#login-frontpiece {
    position: absolute;
    top: 0;
    width: 100%;
    height: 159px;
    background-color: white;
}

#login-frontpiece div {
    height: 53px;
    text-align: center;
    border-top: 1px rgb(130, 130, 130) solid;
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px
}

#login-table span:hover {
    cursor: pointer;
}

/********end of login**********/

/* bandwidth buttons */

.bandwidthchoice {
    display: none;
    position: absolute;
    top: 5px;
    height: 21px;
    left: 49px;
    text-align: left;
    font: 14px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    font-weight: bold;
    color: #FFBD00;
    transition: color .2s;
    z-index: 2;
}

.bandwidthchoice:hover {
    cursor: pointer;
    color: #FFF;
}

.vid-bandwidths-close {
    position: absolute;
    top: 5px;
    right: 5px;
}

.bandwidths {
    position: absolute;
    display: none;
    left: 50px;
    top: 0;
    color: rgb(255, 189, 0);
    background-color: black;
    padding: 0 0 10px 10px;
    width: 216px;
    height: auto;
    z-index: 2;
}

.bandwidths div {
    padding: 4px 0 4px 10px;
    font: 28px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    background-color: black;
}

.bandwidths div:hover, .bandwidths span:hover {
    cursor: pointer;
}

/* end of bandwidths */

.playMain {
    padding-top: 5px;
}

/*****Modal css - popup window for lost password, registration etc*****/
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    z-index: 12;
}

/* Modal Content/Box */
#modal-share-container {
    position: absolute;
    bottom: 5px;
    left: 13px;
}

.modal-content {
    background-color: #fefefe;
    position: relative;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 10px 15px 20px 15px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
    max-width: 450px;
}

#share-modal .modal-content {
    width: 100%;
    max-width: 400px;
    height: 200px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
}

#share-modal h1 {
    padding-top: 0px;
}

#share-copy-button {
    position: absolute;
    left: 10px;
    top: 80px;
    width: 150px;
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    cursor: pointer;
    background-color: grey;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#share-copy-button {
    background-color: #DDD;
}

#share-link {
    width: 100%;
    white-space: nowrap;
    height: 30px;
    overflow: hidden;
    border: 1px solid #DDD;
    font-size: 14px;
    line-height: 30px;
}

/* The Close Button */
.close,
.share-close {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 28px;
    font-weight: bold;
}

.close,
.share-close:hover,
.close,
.share-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/************vid******************/
/* for mobile devices*/

#video-wrapper {
    display: none;
    width: 100%;
    position: relative;
    height: auto;
    grid-template-columns: 1fr 0px;
    grid-template-rows: auto 1px auto auto;
    left: 0px;
}

#vidHolder {
    position: relative;
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    justify-self: start;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
    background-image: url(https://www.mayapur.tv/images/visvakarmayantra.jpg);
    background-size: cover;
    z-index: 1;
    margin: auto;
}

#vidHolder-partner {
    /*this is needed as a fix to get the full black background 
of the vid-holder grid space as vidholder necessarily for 
positioning purposes only takes up a portion of the space*/
    grid-column: 1;
    grid-row: 1/3;
    position: relative;
    /*background-color:black;*/
    background-color: rgb(20, 20, 20);
    max-width: 100%;
    height: 100%;
}

#beside-video {
    position: relative;
    overflow: visible;
    grid-column: 1/2;
    grid-row: 4/5;
}

/*********************/

#vid-splash-pic {
    position: absolute;
    width: 100%;
    height: 100%;
}

#vid-splash-pic img {
    position: absolute;
    width: 100%;
    height: 100%;
}

#vid-player {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#vid-iframe {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

/* Small devices (tablets, 700px and up)   */
@media screen and (min-width: 700px) {

    #click-show-names {
        top: 65px;
    }

    #chat-names-container {
        width: 100%;
        height: auto;
        padding-bottom: 15px;
        border-bottom: 3px solid #5f85f5;
    }

    #recordings-holder {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*****************Srila Prabhupada slide show****************/
.faderandom {
    display: none;
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.faderandom>* {
    position: absolute;
    display: block;
}

#topxPic {
    height: 100%;
    width: 100%;
}

#bottomxPic {
    height: 100%;
    width: 100%;
}

/* for video size-change with side-panel*/
@media screen and (min-width: 1125px) {

    #bottomxPic,
    #topxPic {
        /* max-width: 2234px;
    max-height: 695px;*/
    }
}

/************* Gita class and schedule overlays**********/
.holder-overlay {
    display: block;
    position: absolute;
    top: 0px;
    left: -500px;
    width: 100%;
    padding: 5px 5px 10px 5px;
    max-width: 350px;
    overflow: hidden;
    height: 100%;
/*    background-image: url(https://www.mayapur.tv/images/background/paperbw.jpg);
    background-repeat: repeat;*/
}

.title-overlay {
    width: 100%;
    font-weight: 700;
    border-bottom: thin solid #000000;
    padding-left: 10px;
}

#sastra-content-overlay {
    width: 100%;
    height: 100%;
    overflow: scroll;
    padding: 0 5px 0 5px;
    background-color: #EEE;
}

.close-sastra {
    padding: 0px 5px 12px 0;
    font-size: 16px;
    cursor: pointer;
}

@media screen and (min-width: 685px) {
    .title-overlay {
        margin-top: 0px;
    }
}

#fullscreen-logo-holder {
    position: absolute;
    display: none;
    top: 10vh;
    top;
    left: 2vw;
    width: 40vw;
    z-index: 5;
}

/****slider**was in small devices, not mobiles**/
#vid-slide-in {
    position: absolute;
    background: #333333;
    background: rgba(51, 51, 51, 0.5);
    height: 47px;
    padding: 2px 3px 0 20px;
    border-radius: 0px 5px 5px 0px;
    left: -650px;
    bottom: 50px;
}

#vid-slide-in a,
#vid-slide-in a:hover,
#vid-slide-in a:active,
#vid-slide-in a:visited {
    color: white;
}

#vid-slide-in-topline {
    color: #ffffff;
    font-size: 10pt;
    font-weight: bold;
}

#vid-slide-in-bottomline {
    color: #bbbbbb;
    font-size: 8pt;
}

#vid-slide-close {
    margin-left: 10px;
    margin-right: 0px;
    float: right;
    background-image: url('https://www.mayapur.tv/images/close.png');
    opacity: 1;
    width: 17px;
    height: 17px;
}

#vid-slide-in-body {
    float: left;
}

@media screen and (min-width: 568px) {
    #vid-slide-in #vid-slide-in-topline {
        font-size: 12pt;
    }

    #vid-slide-in #vid-slide-in-bottomline {
        font-size: 10pt;
    }
}

@media screen and (min-width: 685px) {
    #vid-slide-in #vid-slide-in-topline {
        font-size: 14pt;
    }

    #vid-slide-in #vid-slide-in-bottomline {
        font-size: 11pt;
    }
}

/*******lower video menu*******************/


#lower-menu-chat,
#lower-menu-channels,
#lower-menu-videos {
    float: left;
    margin-right: 8px;
    opacity: 0.5;
    padding: 4px;
    margin-top: 5px;
}

#lower-menu-chat:hover,
#lower-menu-channels:hover,
#lower-menu-videos:hover {
    cursor: pointer;
    opacity: 1.0;
}

/*socialmedia links in sivabutton*/
.ch-drop {
    float: right;
    height: 30px;
    width: 25px;
}

.ch-dropmenu {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    background-color: #FFF;
    border: 1px #EDE solid;
    color: #ff6600;
    width: 60px;
    margin: auto;
}

.ch-dropmenu li {
    text-decoration: none;
    border-top: 1px solid #DDD;
    text-shadow: none;
    display: block;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.ch-dropmenu li img {
    opacity: 0.5;
}

.ch-dropmenu ul li img:hover {
    cursor: pointer;
    opacity: 1.0;
}

.ch-dropicon {
    position: absolute;
    width: auto;
    right: 0px;
    top: 1px;
}

@media screen and (min-width: 568px) {
    .ch-drop {
        display: none;
    }

    .ch-links {
        display: block;
    }
}

/***************lower content***********/
.main-lower-content {
    display: block;
    position: relative;
    width: 100%;
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    height: auto;
    overflow: hidden;
}

@media screen and (min-width: 720px) {

    .main-lower-content,
    #announcements-img,
    #announcements-img2 {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }
}

.tab-holder {
    display: none;
    height: 25px;
    width: 100%;
    min-width: 200px;
    border-bottom: solid 1px #999;
}
@media screen and (min-width: 700px) {
    .tab-holder {
        display: none;
    }
}

.rec-tab,.chat-tab,.channel-tab {
    float: right;
    height: 22px;
    width: 80px;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    margin-top: 3px;
    border: solid 1px #999;
    border-top-left-radius: 15px;
    border-top-right-radius: 5px;
}

.rec-tab:hover,
.chat-tab:hover,
.channel-tab:hover {
    cursor: pointer;
    background-color: grey;
}

.rec-tab {
    border-bottom: solid 1px transparent;
}

/*************recordings***********/
#youtube-recordings-holder {
    display: none;
    width: 100%;
    height: 200px;
}
/**************channel listing sction************************/
#channels-main-container {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    overflow: hidden;
    /*max-width: 1234px;*/
}

#channels-mobile-view {
    margin: 10px;
    padding: 0;
}

#channels-mobile-view .channels-main-viewers-holder {
    background-color: transparent;
}

.channel-main-headings {
    text-align: center;
    font-size: 24px;
    font-family: 'Tai Heritage Pro',Helvetica,Arial, Verdana, sans-serif;
    font-weight: bold;
    margin: auto;
    margin-top: 9px;
    margin-bottom: 13px;
    transition: color .2s;
    color: #bfa67f;
    cursor: pointer;
}

/* Netflix individual channels */

.channels-netflix {
    position: relative;
    width: auto;
    padding: 0;
    margin-bottom: 1px;
}

.channels-netflix:hover {
    cursor: pointer;
    color: #000 !important;
}

.channels-netflix ul {
    position: relative;
    width: 8000px;
}

.angleChannelRight {
    position: absolute;
    right: 0px;
    width: 40px;
    height: 40px;
    background-image: url('https://www.mayapur.tv/images/thumbs/redRight1.png');
    z-index: 3;
    padding-left: 10px;
    padding-top: 6px;
    display: none;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.angleChannelLeft {
    display: block;
    position: absolute;
    left: 0px;
    width: 40px;
    height: 40px;
    background-image: url('https://www.mayapur.tv/images/thumbs/redLeft1.png');
    z-index: 3;
    display: none;
    padding-left: 10px;
    padding-top: 3px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.angleChannelRight:hover,
.angleChannelLeft:hover {
    background-color: red;
}

.channels-netflix li {
    vertical-align: top;
    display: inline-block;
    margin-right: 15px;
}

.channels-picandtext-holder {
    position: relative;
    overflow: hidden;
}

.channels-main-picture {
    display: inline-block;
    width: 100%;
    height: 100%;
}

/* end of netflix */

/* grid channel lists */

div#channels-desktop-view {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1em;
    grid-auto-rows: minmax(0, auto);
    height: auto;
    position: relative;
    width: 100%;
}

#channels-desktop-view>div{
    position: relative;
    cursor: pointer;
}

/* thumbnail image */

#channels-desktop-view .livethumb_container .thumbnail-pic {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 58%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: none;
    border-radius: 3px;
}

.whatson-png {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin-right: 0 !important;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: none;
    border-radius: 3px;
}

.whatsontype{
    font-weight: 700; 
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 7px;
    color: #333333;
}

#channels-mobile-view .channel-time-holder {
    position: absolute;
    left:0;
    top: 7px;
    width: 50px;
    padding 0 10px;
    font-family: 'Plus Jakarta Sans',Helvetica,Arial, Verdana, sans-serif;
    font-size: 17px;
}

#channels-mobile-view .channels-all-hdflag {
    position: absolute;
    right: 5px;
    top: 3px;
    border-radius: 5%;
}

.channels-mobile-view-text {
    font-family: 'Plus Jakarta Sans',Helvetica,Arial, Verdana, sans-serif;
    font-size: 20px;
    padding-left: 55px;
    max-width: 400px;
    width: 100%;
    height: 100%;
    padding-top:3px;
    padding-bottom:3px;
    color: #555555;
}

.channels-mobile-view-text:hover {
    cursor: pointer;
}
/******************/
.livethumb_container {
    overflow: hidden;
}

#channels-desktop-view>div>.thumbnail-pic>div{
    margin-right: 5px;
}

.channels-main-picture:hover,
thumbnail-pic:hover {
    cursor: pointer;
}

/* all thumbnail text*/

/*********** all thumbnail HD labels************/

.channels-all-hdflag {
    position: absolute;
    right: 5px;
    top: 25px;
    border-radius: 5%;
}


/********all thumbnail time css *********/

.channel-time-holder {
    position: absolute;
    right: 5px;
    bottom: 4px;
    font-size: 12px;
    /* font-weight: bold;*/
    line-height: 12px;
    font-family: 'Arial Narrow', sans-serif;
    padding: 2px 8px 5px 4px;
    color: #A4193D;
    /*text-shadow: 3px 4px 7px rgba(81,67,21,0.8);
  background: #000;*/
}

@media screen and (min-width: 300px) {
    #channels-desktop-view .channels-main-who {
        font-size: 12px;
    }
}

#DandavatsVideo {
    height: auto;
}

@media screen and (min-width: 500px) {
    div#channels-desktop-view {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 824px) {
    div#channels-desktop-view {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (min-width:1100px) {
    div#channels-desktop-view {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (min-width: 1460px) {
    div#channels-desktop-view {
        grid-template-columns: repeat(5, 1fr);
    }
}

<!--@media screen and (min-width: 2020px) {
    div#channels-desktop-view {
        grid-template-columns: repeat(6, 1fr);
    }
}-->

/*****FOOTER************/

#footer-container {
    display: block;
    text-align: center;.
    border-top: 1px solid #AAA;
    background-repeat: repeat;
}

#footer-container img{
    width: 100%;
    max-width: 100%;
    content:url("https://www.mayapur.tv/images/footer-mobile.gif");
}

/********************** Desktop View ***********************/
/* for non-mobile devices*/

@media screen and (min-width: 700px) {

    #footer-container img{
       max-width: 824px;
       margin: auto;
    }

    #video-wrapper {
        display: none;
        width: 100%;
        position: relative;
        height: auto;
        grid-template-columns: 1fr 275px;
        grid-template-rows: auto 1px auto auto;
        left: 0px;
    }

    #vidHolder {
        position: relative;
        grid-column: 1;
        grid-row: 1;
        align-self: start;
        justify-self: start;
        width: 100%;
        /*  max-width: 818px;*/
        padding-top: 56.25%;
        /* 16:9 Aspect Ratio */
/*        background-image: url(https://www.mayapur.tv/images/background/bkgdvid.jpg);
        background-size: 100% 100%;*/
        z-index: 1;
        margin: auto;
    }

    #vidHolder-partner {
        /*this is needed as a fix to get the full black background 
of the vid-holder grid space as vidholder necessarily for 
positioning purposes only takes up a portion of the space*/
        grid-column: 1;
        grid-row: 1/3;
        position: relative;
        background-color: rgb(20, 20, 20);
        max-width: 100%;
        height: 100%;
    }

    #beside-video {
        overflow: visible;
        grid-column: 2/3;
        grid-row: 1/2;
    }

    #recordings-holder-wrapper {
        width: 100%;
        grid-column: 1/3;
        grid-row: 3/4;
    }

    #recordings-holder {
        padding-top: 0;
    }

    .channel-main-headings{
        font-size: 48px;
    }

    div.channel-main-headings:first-of-type {
        padding-bottom: 20px;
    }

    .lower-menu-restraint {
        background-color: transparent;
    }

    #livethumb-preachers>div {
        border: 1px solid transparent;
    }

    .chat-cover {
        top: 36px;
    }

    .announcements-background {
        display: block;
    }
}

/********************* slide-down messages fromtop buttons ********/
.slidedown-feedback,
.slidedown-donate,
.slidedown-about,
.slidedown-privacy {
    display: none;
    max-width: 880px;
    width: 100%;
    margin: auto;
    padding: 5px;
}

/****************contact form*********************/
#contactform-holder #notify {
    padding: 10px;
    margin-bottom: 20px;
}

#contactform-holder input,
textarea {
    padding: 5px;
    margin: 10px;
    font-family: Cambria, Cochin, serif;
    font-size: medium;
    font-weight: bold;
    outline: none;
    background-color: #DDEDFF;
    border: 1px solid #97C9FF;
    width: 100%;
}

#contactform-holder input[type=submit] {
    width: 100px;
    background-color: #669900;
    border: 1px solid #336600;
    font-size: large;
    color: #FFFFFF;
}

#contactform-holder input[type=submit]:hover {
    background-color: #78B300;
    cursor: pointer;
}

#contactform-holder input[type=submit]:active {
    background-color: #4A6F00;
}

#contactform-holder h1 {
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 2.1em;
    color: #3399FF;
    text-align: left;
}

#contactform-holder {
    width: 100%;
    max-width: 500px;
    margin: auto;
    padding-left: 5px;
    padding-right: 15px;
}

/************** Donation and appreciation styles ************/
.donating{
  border: 2px solid #FF6600;
  border-radius: 20px;
  padding: 10px ;
  margin-right: 15px;
  cursor: pointer;
  float: left;
 }

.donate-home-container,
.donate-india-container,
.donate-uk-container,
.donate-global-container {
    padding: 5px;
}

.donate-home:hover,
.donate-india:hover,
.donate-uk:hover,
.donate-global:hover,
.about-about:hover,
.about-services:hover {
    cursor: pointer;
    color: #717171;
}

.vid-card-holder {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.uk-grid-holder {
    display: grid;
    grid-template-columns: auto;
    grid-auto-rows: 1fr;
    gap: 20px;
    padding: 10px;
}

.uk-card-holder {
    background-color: blanchedalmond;
    padding: 20px;
    margin: auto;
    border-radius: 15px;
}

.item1 {
    width: 100%;
    max-width: 629px;
    text-align: left;
}

.item2 {
    max-width: 300px;
    border: 1px solid rgba(0, 0, 0, 0.8);
    text-align: center;
}

@media (min-width: 1000px) {
    .uk-grid-holder {
        grid-template-columns: auto auto auto;
    }

    .item1 {
        grid-column-start: 1;
        grid-column-end: 3;
    }
}

.india-grid-holder {
    display: grid;
    grid-template-columns: auto;
    gap: 20px;
    padding: 10px;
}

.india-card-holder {
    background-color: blanchedalmond;
    border: 1px solid rgba(0, 0, 0, 0.8);
    padding: 20px;
    text-align: center;
    max-width: 300px;
    margin: auto;
    border-radius: 15px;
}

@media (min-width: 770px) {
    .india-grid-holder {
        grid-template-columns: repeat(2, 1fr);
    }
}

.vid-grid-holder {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

@media (min-width: 600px) {
    .vid-grid-holder {
        grid-template-columns: repeat(2, 1fr);
    }
}

.thing {
    position: relative;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
}

.grid-holder {
    display: grid;
    grid-template-columns: auto;
    justify-items: center;
    gap: 20px;
    padding: 10px;
}

@media (min-width: 470px) {
    .grid-holder {
        grid-template-columns: auto auto;
    }
}

@media (min-width: 770px) {
    .grid-holder {
        grid-template-columns: auto auto auto;
    }
}

.card-holder {
    background-color: blanchedalmond;
    padding: 20px;
    text-align: center;
    max-width: 228px;
    border-radius: 15px;
}
/********* Lower Donate Button **********/
.donate-button{
    width: 240px;
    margin:auto;
}

.donate-button img{
       width: 100%;
}

.donate-button:hover{
  cursor: pointer;
}

@media(min-width: 700px) {
    .donate-button{
        /*width: 210px;*/
    }
}

/***************** Icons at bottom of mobile view **********/
.bottomNavbar {
    display: flex;
    justify-content: space-between;
    /* or space-around or space-evenly */
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
    background-color: white;
    position: fixed;
    /* Makes the navbar stay at the bottom */
    bottom: 0;
    /* Places the navbar at the very bottom of the page */
    width: 100%;
    /* Makes the navbar fill the entire width of the page */
    /* Add other styling properties as needed, such as background color, height, etc. */
}

@media(min-width: 700px) {
    .bottomNavbar {
        display: none;
    }
}