body, html{
  height: 100%;
}

/* Update Tv Resolution */
.not-tv{
  display: block !important;
}
.tv{
  display: none !important;
}
.qrcode-tv-program{
  margin-bottom: 40%;
  display: none;
}
/* Update Tv Resolution */

.burger-icon {
  width: 35px;
  height: 2px;
  background-color: grey;
  margin: 6px 0;
  border-radius: 20px;
}
.burger-icon-2 {
  margin-left: 13px!important;
  width: 22px;
  height: 2px;
  background-color: grey;
  margin: 6px 0;
  border-radius: 20px;
  text-align: right;
}

.navbar-light .navbar-toggler {
  border : none;
}

.center-div {
  margin: 0 auto;
}

.mid-div {
  height: inherit;
  display: grid;
  place-items: center start;
}

.logo-brand {
  width: 50%;
  padding: 5px 0px 5px 0px;
}

.navbar-input input {
  border:0;
  outline:0;
}
.navbar-input input:focus {
  outline:0;
  outline:none !important;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: #771420;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align:center;
  color: #FAF6F7;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #FAF6F7;
  display: block;
  transition: 0.3s;

}

.sidenav a:hover{
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.logo-sidenav {
  width: 30%;
}

.bottom-navbar {
  padding: 0px;
}

.bottom-navbar > li {
  display: inline;
  list-style: none;
  padding-right: 20px;
}

.ul-re-style-black li a{
  color: black;
  text-decoration: none;
}

.ul-re-style-white li a{
  color: white;
  text-decoration: none;
}

.plus{
  display: none !important;
  color: white;
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 55px;
  font-size: 38px;
  font-family: 'Roboto';
  font-weight: 300;
  transition: all 0.3s;
}

#container-floating{
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 30px;
  right: 30px;
  z-index: 50px;
}

#container-floating:hover{
  height: 400px;
  width: 90px;
  padding: 30px;
}

#container-floating:hover .plus{
  animation: plus-in 0.15s linear;
  animation-fill-mode: forwards;
}

.edit{
  display: none !important;
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  display: block;
  right: 0;
  padding: 0;
  opacity: 0;
  margin: auto;
  line-height: 65px;
  transform: rotateZ(-70deg);
  transition: all 0.3s;
}

/* #container-floating:hover .edit{
  animation: edit-in 0.2s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}  */

@keyframes edit-in{
    from {opacity: 0; transform: rotateZ(-70deg);}
    to {opacity: 1; transform: rotateZ(0deg);}
}

@keyframes edit-out{
    from {opacity: 1; transform: rotateZ(0deg);}
    to {opacity: 0; transform: rotateZ(-70deg);}
}

@keyframes plus-in{
    from {opacity: 1; transform: rotateZ(0deg);}
    to {opacity: 0; transform: rotateZ(180deg);}
}

@keyframes plus-out{
    from {opacity: 0; transform: rotateZ(180deg);}
    to {opacity: 1; transform: rotateZ(0deg);}
}

.nds{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  z-index: 300;
  transform:  scale(0);
  cursor: pointer;
}

.call{
  background: #ffffff;
  border: 2px solid #d3a411;
  right: 40px;
  /* bottom: 120px; */
  bottom: 30px;
  animation-delay: 0.2s;
  animation-fill-mode:  forwards;
}

.web{
  background: #ffffff;
  border: 2px solid #d3a411;
  right: 40px;
  /* bottom: 180px; */
  bottom: 85px;
  animation-delay: 0.15s;
  animation-fill-mode:  forwards;
}

.wa{  
  background: #ffffff;
  border: 2px solid #d3a411;
  right: 40px;
  /* bottom: 240px; */
  bottom: 140px;
  animation-delay: 0.1s;
  animation-fill-mode:  forwards;
}

@keyframes bounce-nds{
    from {opacity: 0;}
    to {opacity: 1; transform: scale(1);}
}

@keyframes bounce-out-nds{
    from {opacity: 1; transform: scale(1);}
    to {opacity: 0; transform: scale(0);}
}

#container-floating .nds{
  animation: bounce-nds 0.1s linear;
  animation-fill-mode:  forwards;
}

#container-floating .wa{
  animation-delay: 0.08s;
}
#container-floating .web{
  animation-delay: 0.15s;
}
#container-floating .call{
  animation-delay: 0.2s;
}

/* #container-floating:hover .nds{
  animation: bounce-nds 0.1s linear;
  animation-fill-mode:  forwards;
}

#container-floating:hover .wa{
  animation-delay: 0.08s;
}
#container-floating:hover .web{
  animation-delay: 0.15s;
}
#container-floating:hover .call{
  animation-delay: 0.2s;
} */

.letter{
  font-size: 23px;
  font-family: 'Roboto';
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 40px;
}

.reminder{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  line-height: 40px;
}
/* End Floating */

.img-review {
  width: 604px;
  height: 340px;
}

button.btn.float:focus {
  box-shadow: none;
}

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
  .img-banner-home {
    height: 30vh;
  }
  .img-banner-programs {
    height: 30vh;
  }
  .img-banner-shape {
    height: 23vh;
  }
  .img-banner-review {
    min-height: 30vh;
  }
  .img-banner-about {
    min-height: 30vh;
  }
  .img-review-mobile {
    width: 50vw;
    height: 25vh;
  }
  .review-title {
    font-size: 2vh;
  }
  .review-desc {
    font-size: 1vh;
  }

  .banner-about-desc {
    padding-top: 125%;
    padding-left: 2%;
    font-size: 35px;
  }
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .img-banner-home {
      height: 100vh;
    }
    .img-banner-programs {
      height: 100vh;
    }
    .img-banner-shape {
      height: 75vh;
    }
    .img-banner-review {
      min-height: 100vh;
    }
    .img-banner-about {
      min-height: 100vh;
    }
    .img-review-mobile {
      width: 100%;
      height: auto;
    }
    .review-title {
      font-size: 4vw;
    }
    .review-desc {
      font-size: 4vh;
    }

    .banner-about-desc {
      padding-top: 135%;
      padding-left: 2%;
      font-size: 35px;
    }
  }

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
  .img-banner-home {
    height: 100vh;
  }
  .img-banner-review {
    min-height: 46vh;
  }
  .img-banner-about {
    min-height: 50vh;
  }
  .review-title {
    font-size: 4vw;
  }
  .review-desc {
    font-size: 2vh;
  }
  .img-review {
    width: 50vw;
    height: 35vh;
  }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
  .img-banner-review {
    min-height: 500px;
  }
  .not-tv{
    display: none !important;
  }
  .tv{
    display: block !important;
  }
  .float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    /* right:40px; */
    right: 20px;
    /* background-color: #ffffff; */
    background-color: none;
    color: #25d366;
    /* border-radius:50px; */
    /* border-bottom-right-radius: 0; */
    text-align: center;
    font-size: 30px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
  }
  .our-programs-tv{
    margin-top: 10%;
  }
  .qrcode-tv-program{
    margin-bottom: 40%;
    display: block;
  }
  .loadmore-tv{
    margin-bottom: 58%;
  }
  .img-barcode{
    height: 135px;
  }

}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { }

.red {
  color: #9D2235;
}

.light-grey {
  color: #5B595A;
}

.dark-grey {
  color: #323031;
}

.black{
  color: #3D3B3C;
}

.hr-width {
  border: 1px solid #9D2235;
}

.hr-grey {
  border: 1px solid #323031;
  margin-bottom: 25px;
}

.button-red {
  background-color: #ffffff;
  border: 2px solid #9D2235;
  padding: 5px 10px;
}

.show-hide-br {
  display: none;
}

@media only screen and (min-width: 1600px) {
  .show-hide-br {
    display: block;
  }
}

@media only screen and (max-width: 1000px) {
  .show-hide-br {
    display: block;
  }
}

.nav-item-margin {
  margin-right: 30px;
}

.nav-active {
  padding-bottom: 0px !important;
  border-width: 0 0 2px;
  border-style: solid;
  color: #9D2235 !important;
}

.filter-black {
  filter:  brightness(0) invert(0);
  width: 20px;
  height: 20px;
}

.filter-youtube-black {
  filter:  brightness(0) invert(0);
  width: 25px;
  height: 25px;
}

.filter-white {
  width: 20px;
  height: 20px;
}

.filter-youtube-white {
  width: 25px;
  height: 25px;
}