		
	::-webkit-scrollbar {
	  width: 2px;
	  height: 7px;
	}
	::-webkit-scrollbar-button {
	  width: 0px;
	  height: 0px;
	}
	::-webkit-scrollbar-thumb {
	  background: #000728;
	  border: 0px none #ffffff;
	  border-radius: 50px;
	}
	::-webkit-scrollbar-thumb:hover {
	  background: #ffffff;
	}
	::-webkit-scrollbar-thumb:active {
	  background: #000000;
	}
	::-webkit-scrollbar-track {
	  background: #666666;
	  border: 0px none #ffffff;
	  border-radius: 50px;
	}
	::-webkit-scrollbar-track:hover {
	  background: #666666;
	}
	::-webkit-scrollbar-track:active {
	  background: #333333;
	}
	::-webkit-scrollbar-corner {
	  background: transparent;
	}


	html,body{
		height: 100%;
		width: 100%;
		padding:0px;
		margin:0px;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		background-color: #000;
		overflow-x: hidden;
		display: block;
	}

	#menubar{
		width: 100%;
		height: 8%;
		background-color: #010101;
		border-bottom: 1px solid #222222;
		display: inline-block;
	}

	#logodiv{
		height: 50px;
		margin-top: 10px;
		margin-left: 200px;
	}
	#logodiv img{
		height: 100%;
	}

	#homePage{
		float: left; 
		margin-top: 10px;
		display: inline-block;
		padding-right: 10px;
		color: #fff;
	}

	#homePage:hover{
		border-left: 0px solid #dedede;
		border-top: 0px solid #dedede;
		border-right: 0px solid #dedede;
		border-bottom: 0px solid #dedede;
		border-radius: 7px;
		color: #0099a8;
		transition: border-top 0.2s, border-right 0.5s,  border-bottom 0.2s, color 0.7s;
-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
		
	}

	#homePage img{
		float: left;
		
		
	}
	#homePage h3
	{
		float: left;
		color: inherit;
	}

	#block
	{

	}
	#block2{
		height: 25%; 
		width: 100%; 
		position: fixed;
		bottom: 0px;
	}

	#viddiv{
		width: 100%; 
		height: 60%; 
		display: inline-block;
	}

	#videodiv{
		 width: 100%; 
		 height: 100%;  
		 background-color: #000;
	}

	#epgframe{
		width: 100%;
		height: 88%;
	}

	#epgframe1{
		height: 100%; 
		width: 100%; 
		border-width: 0px;
	}

	#infofooter1{
		width: 100%;
		height: 8px;
		margin-top: -40px;
		background-color: #dedede;
	}

	#infodiv1{		
		position: absolute;
		width: 500px;
		height: 280px;
		background-color: #fff;
		z-index: 6;
		visibility: hidden;
		border-radius: 10px;
		display: inline-block;
		padding-left: 25px;
		padding-right: 25px;
		box-sizing: border-box;
	}

	#icondiv1{
		width: 150px;
		margin-top: 0px;
		/*background-color: #a1c;*/
		float: left;
	}

	#content1{
		width: 100%;
		height: 250px;
		display: inline-block;
	}

	#close1{
		height: 30px;
		width: 100%;

	}
	#closebutton1{
		height: 20px;
		width: 20px;
		background-color: #fd5754;
		position: absolute;
		right: 5px;
		top: 5px;
		border:0px solid #dedede;
		border-radius: 10px;
		outline: none;
		background-image: url(img/close-red.png);
		background-size: 20px 20px;
		background-repeat: no-repeat;
		background-position: 0px 0px;
		overflow: hidden;
		color: #ffffff;
		transition: 0.4s;
	}

	.chan-info-text h5, h4{
		margin-left: 10px;		
		margin-top: -15px;
		color: #666666;
	}

	#iconimg1{
		width: 100%;

	}

	#watch1{
		width: 100%;
		height: 34px;
		margin-top: 10px;
		background-color: #ffffff;
		color: #2a89fb;
		border:2px solid #2a89fb;
		background-image: url(img/play-blue.png);
		background-size: 25px 25px;
		background-repeat: no-repeat;
		background-position: 9px 3px;
		padding-left:20px;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 20px;
		border-radius: 17px;
		outline: none;
	}

	#watch1:hover{		
		background-color: #2a89fb;
		color: #ffffff;
		background-image: url(img/play-white3.png);
		
	}
	#showInfoDiv1{
		width: 300px;
		height: 100%;
		margin-top: 0px;
		/*background-color: #1ac;*/
		float: left;
		padding-left: 20px;
		box-sizing: border-box;

	}
	#infoShowName1, #infoShowTime1, #infoShowDuration1, #infoShowCategory1{
		margin-left: 0px;	
		color: #666666;
	}

	
	@media (max-width:768px)
	{	

		#menubar{
			width: 100%;
			height: 8%;
			background-color: #010101;
			border-bottom: 1px solid #222222;
			display: inline-block;
		}

		#logodiv{
			width: 196px;
			height: 70%;
			margin:auto;
			margin-top: 7px;
			margin-left: 5px;
		}
		#logodiv img{
			height: 100%;
			margin: auto;
			display:block;
			padding-top:5px;
}
		 

		
		#block2{
			height: 0px; 
			width:  0px; 
			position: fixed;
			bottom: 0px;
		}

		#viddiv{
			width: 100%; 
			height: 35%; 
			display: inline-block;
		}
		#epgframe{
			width: 100%;
			height: 55%;
		}


		/********************************/
		/****        info div        ****/
		/********************************/
		#infodiv1{
			
			width: 85%;
			max-width: 400px;
			height: 370px;
			background-color: #f6f6f6;
			z-index: 6;
			visibility: hidden;
			border-radius: 10px;
			display: inline-block;
			padding-left: 25px;
			padding-right: 25px;
			box-sizing: border-box;
			margin: auto;
		


		}

		#content1{
			width: 100%;
			height: 250px;
			display: block;
		}

		#icondiv1{
			width: 100%;
			margin-top: 0px;
			/*background-color: #a1c;*/
			height: 150px;
		}

		#iconimg1{
			width: 100px;
			height: 100px;
			margin:auto;
			display:block;
		}

		#watch1{
			width: 80%;
			height: 34px;margin: auto;
			margin-top: 10px;
			background-color: #2a89fb;
			color: #FFFFFF;
			border:0px solid #2a89fb;
			background-image: url(img/play-white3.png);
			background-size: 25px 25px;
			background-repeat: no-repeat;
			background-position: 9px 3px;
			padding-left:20px;
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
			font-size: 20px;
			border-radius: 17px;
			outline: none;
			
			display: block;
		}

		#watch1:hover,#watch1:active{
			width: 80%;
			height: 34px;
			margin-top: 10px;
			background-color: #2967cd;
			color: #FFFFFF;
			border:0px solid #2967cd;
			background-image: url(img/play-white3.png);
			background-size: 25px 25px;
			background-repeat: no-repeat;
			background-position: 9px 3px;
			padding-left:20px;
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
			font-size: 20px;
			border-radius: 17px;
			outline: none;
			margin: auto;
			display: block;
		}

		
		#showInfoDiv1{
			width: 100%;
			height: 170px;
			margin-top: 0px;
			/*background-color: #1ac;*/
			padding-left: 0px;
			box-sizing: border-box;

		}
		#infoChanName1,#infoShowName1, #infoShowTime1, #infoShowDuration1, #infoShowCategory1{
			margin-left: 0px;	
			color: #333333;
			text-align: center;
		}

		h2 {
			font-size: 1.1em;
		}




		#timeBar1{
			width: 2px;
			background-color: rgba(241,89,34,0.5);
			position: absolute;
			margin-top: -50px;
			z-index: 1000;
		}


	}

	@supports (-webkit-overflow-scrolling: touch)
	{	

		#menubar{
			width: 100%;
			height: 8%;
			background-color: #010101;
			border-bottom: 1px solid #222222;
			display: inline-block;
		}

		#logodiv{
			width: 196px;
			height: 70%;
			margin:auto;
			margin-top: 7px;
		}
		#logodiv img{
			height: 100%;
			margin: auto;
			display:block;
		}
		
		#block2{
			height: 0px; 
			width:  0px; 
			position: fixed;
			bottom: 0px;
		}

		#viddiv{
			width: 100%; 
			height: 35%; 
			display: inline-block;
		}
		#epgframe{
			width: 100%;
			height: 55%;
		}


		/********************************/
		/****        info div        ****/
		/********************************/
		#infodiv1{
			
			width: 85%;
			max-width: 400px;
			height: 370px;
			background-color: #f6f6f6;
			z-index: 6;
			visibility: hidden;
			border-radius: 10px;
			display: inline-block;
			padding-left: 25px;
			padding-right: 25px;
			box-sizing: border-box;


		}



		#content1{
			width: 100%;
			height: 250px;
			display: block;
		}

		#icondiv1{
			width: 100%;
			margin-top: 0px;
			/*background-color: #a1c;*/
			height: 150px;
		}

		#iconimg1{
			width: 100px;
			height: 100px;
			margin:auto;
			display:block;
		}

		#watch1{
			width: 80%;
			height: 34px;margin: auto;
			margin-top: 10px;
			background-color: #2a89fb;
			color: #FFFFFF;
			border:0px solid #2a89fb;
			background-image: url(img/play-white3.png);
			background-size: 25px 25px;
			background-repeat: no-repeat;
			background-position: 9px 3px;
			padding-left:20px;
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
			font-size: 20px;
			border-radius: 17px;
			outline: none;
			
			display: block;
		}

		#watch1:hover,#watch1:active{
			width: 80%;
			height: 34px;
			margin-top: 10px;
			background-color: #2967cd;
			color: #FFFFFF;
			border:0px solid #2967cd;
			background-image: url(img/play-white3.png);
			background-size: 25px 25px;
			background-repeat: no-repeat;
			background-position: 9px 3px;
			padding-left:20px;
			font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
			font-size: 20px;
			border-radius: 17px;
			outline: none;
			margin: auto;
			display: block;
		}

		
		#showInfoDiv1{
			width: 100%;
			height: 170px;
			margin-top: 0px;
			/*background-color: #1ac;*/
			padding-left: 0px;
			box-sizing: border-box;

		}
		#infoChanName1,#infoShowName1, #infoShowTime1, #infoShowDuration1, #infoShowCategory1{
			margin-left: 0px;	
			color: #333333;
			text-align: center;
		}


	 	#timeBar1{
			width: 2px;
			background-color: rgba(241,89,34,0.5);
			position: absolute;
			margin-top: -50px;
			z-index: 1000;
		}

		h2 {
			font-size: 1.1em;
		}


		#timeBar1{
			width: 2px;
			background-color: rgba(241,89,34,0.5);
			position: absolute;
			margin-top: -50px;
			z-index: 1000;
		}


	}

