@font-face {
    font-family: 'Pacifico';
    font-style: normal;
    font-weight: 400;
    src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2) format('woff2');
    font-display: swap;
}

html, body {
    height:100%;
}

h1, h2, h3, h4, h5, h6 {
}

.opacity50 {
    opacity: 0.5;
}

.opacity50:hover {
    opacity: 1.00;
}

.fa-vw {
    font-size: 6vw;
}

.jump {
  animation: jump 1s 2s 5 cubic-bezier(.84,-0.54,.31,1.19);
}

.waggle {
  animation: waggle 1s 3s 2 ease-out;
}

.sheen {
  position: relative;
  overflow: hidden;
}

.sheen:after {
  animation: sheen 1s 4s 2 forwards;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.5) 50%, transparent);
  transform: rotateZ(60deg) translate(-1em, 4em);
}

.spin {
  animation: spin 1.5s 5s forwards cubic-bezier(.56,-0.35,.22,1.5);
}

.fade {
  animation: fade 1s 6.5s forwards;
}

@keyframes jump {
  0% {
    transform: none;
  }
  50% {
    transform: translateY(-2em);
  }
}

@keyframes waggle {
  0% {
    transform: none;
  }
  50% {
    transform: rotateZ(-20deg) scale(1.2);
  }
  60% {
    transform: rotateZ(25deg) scale(1.2);
  }
  67.5% {
    transform: rotateZ(-15deg) scale(1.2);
  }
  75% {
    transform: rotateZ(15deg) scale(1.2);
  }
  82.5% {
    transform: rotateZ(-12deg) scale(1.2);
  }
  85% {
    transform: rotateZ(0) scale(1.2);
  }
  100% {
    transform: rotateZ(0) scale(1);
  }
}

@keyframes sheen {
  100% {
    transform: rotateZ(60deg) translate(0, -4em);
  }
}

@keyframes spin {
  50% {
    transform: rotateZ(-20deg);
    animation-timing-function: ease;
  }
  100% {
    transform: rotateZ(360deg);
  }
}

@keyframes fade {
  25% {
    opacity: 0.25;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}

#ytsresults h3 {
    color : white;
}

#ytsresults a {
    color : rgba(250,250,150);
}

.yt-title {
    font-size:10pt;
    height:38px;
    overflow:hidden;
    margin-bottom:15px;
}

.yt-video a img {
    margin-bottom: 2px;
}

input {
    color:#444 !important;
    font-weight: bold;
}

#examplespan {
    font-weight:400;
    cursor: pointer;
}

.scroll-to-top {
  z-index: 1042;
  right: 1rem;
  bottom: 1rem;
  display: none;
}

.scroll-to-top a {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(33, 37, 41, 0.5);
  line-height: 3.1rem;
}


.footer, .has-cards {
    paddng-top:700px !important;
}

.fa-vw {
    font-size: 6vw !important;
}

.shad {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .25);    
}

@media (max-width: 576px) {
    .h-100 {
        height: auto !important;
    }
}

kbd {
    background-color: #ecda64 !important;
    color: #444 !important;
}

.h1-resp {
  font-size: 1.5rem;
}

.h2-resp {
    font-size: 1rem;
}

@media (min-width: 575px) {
  .h1-resp {
    font-size: 1.75rem;
  }
  .h2-resp {
    font-size: 1.25rem;
  }
}

@media (min-width: 767px) {
  .h1-resp {
    font-size: 2rem;
  }
  .h2-resp {
    font-size: 1.59rem;
  }
}

@media (min-width: 991px) {
  .h1-resp {
    font-size: 2.55rem;
  }
  .h2-resp {
    font-size: 1.75rem;
  }
}

@media (min-width: 1200px) {
  .h1-resp {
    font-size: 3.3rem;
  }
  .h2-resp {
    font-size: 2rem;
  }
}

.btn-sm {
    letter-spacing: none !important;
    text-transform: lowercase !important; 
}

@media (min-width: 767px) {
    .btn-sm {
        letter-spacing: 0.025rem !important;
        text-transform: uppercase!important; 
    }
}


.s-border {
    border-top: 7px dotted #eee;
}

.s-border-thin {
    border-top: 3px dotted #eee;
}


@media (max-width: 575px) {
  .h3-resp {
    font-size: 1.00rem;
  }
}

@media (min-width: 575px) {
  .h3-resp {
    font-size: 1.10rem;
  }
}

@media (min-width: 767px) {
  .h3-resp {
    font-size: 1.25rem;
  }
}

@media (min-width: 991px) {
  .h3-resp {
    font-size: 1.40rem;
  }
}

@media (min-width: 1200px) {
  .h3-resp {
    font-size: 1.50rem;
  }
}

.top-left-a2hs {
    position: fixed;
    left: 0px;
    top: 66px;
    z-index: 11222;
    display: block;
    color: #ffed00 !important;
    border: 1px solid #ffff00;
    border-radius: 5px;
    border-bottom-left-radius: unset;
    border-top-left-radius: unset;
    padding: 2px 10px 2px 5px;
    border-left: none;
    cursor: pointer;
    box-shadow: 1px 1px 2px rgba(0,0,0,.4);
    /* max-width: 150px; */
}

/* CSS thumbnails text */
.text-gray {
  color: gray !important;
}

.mgline {
    margin-top: -20px !important;
}

.yt-video{
  cursor: pointer;
}


.yt-tab .active{
  background-color: #c4302b !important;
  color: #fff !important;
}
.fb-tab .active{
  background-color: #3b5998 !important;
  color: #fff !important;
}
.ok-tab .active{
  background-color: #ed812b !important;
  color: #fff !important; 
}
.vk-tab .active{
  background-color: #0077ff  !important;
  color: #fff !important; 
}


@media only screen and (max-width: 720px) {
  #tab-search-provider {
       display: none;
  }
}

#top-trending-btn{
  cursor: pointer;
  color: #11cdef !important;
  font-weight: 800;
}

#similar-video{
  display: none;
}

