html{overflow-y:hidden;overflow-x:hidden}html,body,iframe{margin:0;padding:0;height:100%;border:none}body{font-family:'Open Sans',sans-serif;background-color:#000}img{margin:0;padding:0;border:0 none}p,ol,ul{margin:0;padding:0}ol li{list-style:decimal outside}ul li{list-style:none}a{color:#1e88e5;text-decoration:none}a:active{outline:none}.container{height:100%;position:relative}.header{height:40px;width:100%;background-color:#1c1e1f;display:flex;justify-content:space-between}.footer{height:40px;width:100%;background-color:#1c1e1f;display:flex;justify-content:space-between;position:relative}.placeholder{height:calc(100% - 80px);width:100%;background-color:#000}iframe{display:block;width:100%;border:none;overflow-y:auto;overflow-x:hidden}.bgplayer{z-index:2;position:absolute;top:0;left:0;height:100%;width:100%;background-color:#000;background-size:cover;background-position:center;background-repeat:no-repeat;cursor:pointer}.bgplayer:after{content:"";position:absolute;z-index:1;display:block;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,0) linear-gradient(to bottom,rgba(0,0,0,0) 0px,rgba(0,0,0,0.9) 100%) repeat 0 0}.ico-play-large{position:absolute;z-index:3;top:0;left:0;bottom:0;right:0;margin:auto;height:145px;width:145px;background-image:url(plus-play-icon.png);background-repeat:no-repeat;background-size:145px 145px;transition:transform .2s}.bgplayer:hover .ico-play-large{transform:scale(1.2)}.title-channel{color:#eaebeb;font-size:15px;padding:0 20px}.btn-schedule{display:inline-block;padding:3px 10px;margin:9px;color:#fff;background-color:#448aff;font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:1px;border-radius:20px;cursor:pointer;margin-right:20px}.schedule{position:absolute;top:0;left:0;z-index:4;background-color:rgba(0,0,0,0.8);color:#fff;overflow:hidden;height:0;width:100%;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.schedule--open{height:100%}.schedule__container{position:relative;padding:55px 15px;overflow-y:auto;height:100%}.schedule-item{padding:10px;border-bottom:1px solid #2b2b2b;display:flex;align-items:center}.schedule-item:last-child{border-bottom:0}.schedule-item img{background-color:#455A64;margin-right:10px;width:100px;height:70px;border-radius:5px}.schedule-item.livenow{background:#448aff;border-radius:5px}.schedule-item p{font-size:16px}.schedule-item span{display:block;font-size:14px;color:#CFD8DC}.ico-schedule-close{position:absolute;top:10px;right:20px;cursor:pointer;height:36px;width:36px;background:url(plus-sprite-player.png) no-repeat -3px -255px}.notification{position:absolute;top:60px;right:10px;font-size:13px;color:#fff;background-color:#448aff;padding:5px 10px;border-radius:20px;transition:opacity 2s}.notification:before{content:"";position:absolute;top:-10px;right:35px;background:url(plus-sprite-player.png) no-repeat -9px -292px;width:19px;height:10px}.notification-close{opacity:0}.controls__left{padding:2px 15px}.controls__right{padding:2px 15px;position:absolute;bottom:0;right:0;background:#1c1e1f;background:linear-gradient(90deg,rgba(28,30,31,0.7) 0%,rgba(28,30,31,1) 15%)}.ico-audio{float:left;width:36px;height:36px;background:url(plus-sprite-player.png) no-repeat 0 -72px;cursor:pointer}.ico-audiono{float:left;width:36px;height:36px;background:url(plus-sprite-player.png) no-repeat 0 -108px;cursor:pointer}.ico-fullscreen{float:left;width:36px;height:36px;background:url(plus-sprite-player.png) no-repeat 0 -180px;cursor:pointer}.ico-fullscreenno{float:left;width:36px;height:36px;background:url(plus-sprite-player.png) no-repeat 2px -214px;cursor:pointer}.onair{height:36px;line-height:36px;font-size:15px;font-weight:600;color:#fff}.title-video{font-weight:300}.onair-dot{margin-right:10px;display:inline-block;width:10px;height:10px;border-radius:50%;background:#F50057;cursor:pointer;box-shadow:0 0 0 rgba(204,169,44,0.4);animation:pulse 2s infinite}.onair-dot:hover{animation:none}@-webkit-keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 rgba(204,169,44,0.4)}70%{-webkit-box-shadow:0 0 0 10px rgba(204,169,44,0)}100%{-webkit-box-shadow:0 0 0 0 rgba(204,169,44,0)}}@keyframes pulse{0%{-moz-box-shadow:0 0 0 0 rgba(204,169,44,0.4);box-shadow:0 0 0 0 rgba(204,169,44,0.4)}70%{-moz-box-shadow:0 0 0 10px rgba(204,169,44,0);box-shadow:0 0 0 10px rgba(204,169,44,0)}100%{-moz-box-shadow:0 0 0 0 rgba(204,169,44,0);box-shadow:0 0 0 0 rgba(204,169,44,0)}}@media (max-width: 767px){.schedule-item p{font-size:14px}.schedule-item span{font-size:12px}.schedule-item img{width:85px;height:55px}}*,:before,:after{box-sizing:border-box}