.new-wrapper{
    padding: 20px 0;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    }
    .videochanel .owl-item{
    padding: 5px 0;
    }
    .videochanel .owl-nav button{
    position: absolute;
    top: calc(50% - 55px);
    font-size: 50px !important;
    outline: none !important;
    /*left: -15px;*/
    }
    .videochanel .owl-nav button.owl-prev{
    left: -15px
    }
    .videochanel .owl-nav button.owl-next{
    right: -15px
    }
    .d-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    transition: all 0.3s ease-in-out;
   
    box-shadow: 0px 0px 2px #00000085;
    transition: all 0.3s ease-in-out;
   
    }
    .videochanel h5{
    font-size: 13px;
    padding: 3px  0;
    margin: 0;
    }
    .videochanel h5>span{
    width: 7px;
    height: 7px;
    background: #f68220;
    border-radius: 10px;
    display: inline-block;
    margin-right: 7px;
    }
    .channel-img{
    padding: 5px;
    width: 100%
    }
    .channel-img>img{
    width: 100%
    }
    .video-img{
    width: 75%;
    }
    .video-img>img{
    width: 100%;
    }


    /*popup css*/

    .modal-toggle{
    cursor: pointer;
    }
.modal-plugin {
        position: fixed;
        z-index: 10000; /* 1 */
        top: 0;
        left: 0;
        visibility: hidden;
        width: 100%;
        height: 100%;
        display: none;
        opacity: 0;
    }
    .modal-plugin .plugin-close{
        position: absolute;
        right: -15px;
        top: -15px;
        width: 30px;
        height: 30px;
        border-radius: 30px;
        background: #ccc;
        color: #000;
        z-index: 9999;
        border: 1px solid #fff;
        line-height: 10px;
        text-align: center;
        padding: 10px;
    }
.poplogo{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 80px;
    opacity: 1;
    z-index: 99;
}
/*.modal-wrapper:hover .poplogo{
    opacity: 1;
}
*/    
.modal-plugin.is-visible {
    visibility: visible;
    opacity: 1;
    display: block;
    }

.modal-plugin .modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
    }

    .modal-plugin.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
    }

    .modal-plugin .modal-wrapper {
    position: absolute;
    z-index: 99999;
    top: 4em;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50%;
    /*margin-left: -16em;*/
    background-color: #fff;
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
    border: 5px solid #b3b3b3;
    border-radius: 5px;
    }

    .modal-plugin .modal-transition {
    transition: all 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
    }

    .modal-plugin.is-visible .modal-transition {
    transform: translateY(0);
    opacity: 1;
    }

    .modal-plugin .modal-header,
    .modal-plugin .modal-content {
    padding: 1em;
    }

    .modal-plugin .modal-header {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
    border-bottom: 1px solid #e8e8e8;
    }

    .modal-plugin .modal-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
    color: #aaa;
    background: none;
    border: 0;
    }

    .modal-plugin .modal-close:hover {
    color: #777;
    }

    .modal-plugin .modal-heading {
    font-size: 1.125em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }

    .modal-plugin .modal-content > *:first-child {
    margin-top: 0;
    }

    .modal-plugin .modal-content > *:last-child {
    margin-bottom: 0;
    }

.outer { margin:0 auto; max-width:800px;}
#big .item { background: #000; padding: 0px; margin:2px; color: #FFF; border-radius: 3px; text-align: center; }
#thumbs .item {padding: 0px; margin:2px; color: #333; border-radius: 3px; text-align: center; cursor: pointer; }
#thumbs .item h5 { font-size: 13px; margin: 0;}
#thumbs .Active h5 { border:2px solid #f1823b}
/*#thumbs .current .item { background:#FF5722; }*/
.owl-theme .owl-nav [class*='owl-'] { -webkit-transition: all .3s ease; transition: all .3s ease; }
.owl-theme .owl-nav [class*='owl-'].disabled:hover { background-color: #D6D6D6; }
#big.owl-theme { position: relative; }
#big.owl-theme .owl-next, #big.owl-theme .owl-prev, #thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev{ background: #fff; width: 22px; line-height:40px; height: 40px; position: absolute; text-align:center; top: 20px; }
#big.owl-theme .owl-prev, #thumbs.owl-theme .owl-prev { left: 10px; }
#big.owl-theme .owl-next, #thumbs.owl-theme .owl-next { right: 10px; }
/*#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev { background:#333; }*/
#thumbs.owl-theme .owl-dots{display: none;}


/*
.loader{

    position: absolute;
   top: calc(50% - 24px);
   left: 0;
   right: 0;
   margin: 0 auto;
    display: inline-block;
    width: 3em;
    height: 3em;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
  border: .3em solid transparent;
  border-top-color: currentcolor;
  border-radius: 50%;
  -webkit-animation: 1s loader-05 linear infinite;
          animation: 1s loader-05 linear infinite;
}
.loader:before {
     content: '';
    display: block;
    width: inherit;
    height: inherit;
    position: absolute;
    top: -.3em;
    left: -.3em;
    border: .3em solid white;
    border-radius: 50%;
    opacity: .5;
}

@-webkit-keyframes loader-05 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader-05 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
*/


.loader {
  position: absolute;
   top: calc(50% - 34px);
   left: 0;
   right: 0;
   margin: 0 auto;
    display: inline-block;
    width: 3em;
    height: 3em;
}
.loader:before, .loader:after {
  content: '';
  width: inherit;
  height: inherit;
  border-radius: 50%;
  background-color: currentcolor;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: loader-08 2.0s infinite ease-in-out;
          animation: loader-08 2.0s infinite ease-in-out;
}
.loader:after {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

@-webkit-keyframes loader-08 {
  0%,
    100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes loader-08 {
  0%,
    100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}




@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .modal-plugin .modal-wrapper {
    width: 95%;
  }
  .poplogo{
    width: 40px;
  }
}


