html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus {	outline: 0;}
ins {	text-decoration: none;}
del {	text-decoration: line-through;}
table { border-collapse: collapse; border-spacing: 0; }
ul, li { float:left; display:inline; }
h1, h2, h3, h4, h5 { font-weight:normal; }
i, em { font-style:normal; }
button, select { border:none; margin:0; padding:0; background:transparent; }
* { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; }

/*	Finish RESET	*/

body { margin:0; color:#FFF; font-size:13px; font-family:Montserrat, Arial; line-height:20px; -webkit-text-size-adjust:100%; background-color:#131426; }

*::-moz-selection { background:rgba(0, 0, 0, 0.2); }
*::selection { background:rgba(0, 0, 0, 0.2); }

a { color:#FFF; text-decoration:none;  }
a:hover { color:#FFF; text-decoration:none; }

input, textarea, select { float:left; font-size:15px; margin:0; font-family:Montserrat, Arial; border-radius:0; border:0; -webkit-appearance:none; }
button { border:none; padding:0; margin:0; cursor:pointer; border-radius:0; font-family:Montserrat, Arial; font-weight:600; }

.input { width:100%; height:45px; padding:0 15px; border:1px solid rgba(255, 255, 255, 0.1); color:#FFF; transition:ease 0.3s; background-color:transparent; border-radius:5px; }
.input:focus { border-color:rgba(255, 255, 255, 0.5); }
.input.error { border-color:#A41A3B; }
.select {
	color:#666;
	background:url(../images/arrow-select.png) no-repeat right center; background-size:auto 5px;
	border-radius:4px;
	box-shadow: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}

textarea.input { padding-top:10px !important; padding-bottom:10px !important; }

.button {
	float:none;
	height:45px;
	font-size:16px;
	display:inline-block;
	padding:0 30px;
	cursor:pointer;
	color:#FFF; 
	background-color:#E03057;
	box-shadow:inset 0 -2px 0 rgba(255, 255, 255, 0.2);
	transition: all 0.3s;
	border-radius:5px;
	}

.button:hover { background-color:#A41A3B; }

.checkbox { margin:3px 7px 0px 0px; } 

.tvco { width:100%; display:inline-block; position:relative; }
	.wrap { margin:0 auto; width:100%; max-width:1240px; min-height:10px; padding:0 20px; position:relative; }

.tac { text-align:center; }
.tar { text-align:right; }

.fl { float:left !important; }
.fr { float:right !important; }
.fn { float:none !important; }

.w100 { float:left; width:100% !important; }
.w50 { float:left; width:50%; }
.mt30 { margin-top:30px; }

/*	Start TOP	*/

#header-wrap { top:0; width:100%; height:90px; background-color:#0F101E; z-index:2000; box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.2); }
	#header { float:left; width:100%; position:relative; }
		#logo { float:left; margin:25px 80px 0 0; z-index:240; }
			#logo a { float:left; position:relative; }
			#logo a:hover { opacity:0.8; }
				#logo a img { float:left; height:40px; }
		
	.nav-icon , .watch-menu-icon { display:none; }
	
	#nav { float:left; position:relative; display:block; z-index:200; text-align:center; }
		#nav ul li { padding-right:30px; position:relative; }
		#nav ul li:last-child { padding-right:0; }
			#nav ul li > a { float:left; color:#FFF; font-size:15px; line-height:90px; position:relative; transition:all 0.3s; }
			#nav ul li > a:hover , #nav ul li > a.active { color:#FFF; box-shadow:inset 0 -2px 0 #A41A3B; }
				
	.top-search { float:right; width:250px; margin-top:25px; position:relative; }
		.top-search input { width:100%; height:40px; padding:0 40px 0 19px; border:1px solid rgba(255, 255, 255, 0.1); background-color:transparent; color:#FFF; line-height:38px; border-radius:20px; transition:all 0.3s; }
		.top-search input:focus { border-color:#FFF; background-color:#131426; }
			
		.top-search button { 
			position:absolute; 
			right:0; 
			top:0; 
			width:40px; 
			height:40px; 
			background:url(../images/icon-search.png) no-repeat center; 
			background-size:16px; 
			border-radius:3px;  
			border:none;
			text-indent:-9999px;
			opacity:0.5;
			}
		.top-search button:hover { background-size:18px; opacity:1; }
		
	.top-login { float:right; margin:25px 0 0 15px; position:relative; z-index:2100; text-align:left; }

		.top-avatar { float:left; position:relative; }
			.top-avatar span , .top-avatar > a { 
				float:left;
				height:40px; 
				padding:0 19px 0 34px; 
				line-height:38px;
				color:#CCC;
				border:1px solid rgba(255, 255, 255, 0.3);
				cursor:pointer;
				position:relative;
				border-radius:20px;
				transition:all 0.2s;
				}
				
				.top-avatar span::before , .top-avatar > a::before { content:""; position:absolute; top:10px; left:11px; width:16px; height:16px; background:url(../images/icon-user.png) no-repeat center; background-size:16px; opacity:0.7; }
				.top-avatar span i { float:left; max-width:70px; overflow:hidden; white-space:nowrap; }
				
			.top-avatar span.top-avatar-close { border-color:#E03057; color:#FFF; background-color:#E03057; }
				.top-avatar span.top-avatar-close::before { opacity:1; }
				.top-avatar span.top-avatar-close::after { 
					content:"";
					border-bottom:3px solid transparent;
					border-left:7px solid transparent;
					border-right:7px solid transparent;
					height: 0;
					position: absolute;
					width:0;
					left:50%;
					bottom:-11px;
					margin-left:-7px;
					border-bottom-color:#E03057;
				}
				
		.top-login-menu { display:none; position:absolute; top:50px; right:0; width:280px; padding:20px; background-color:#E03057; font-size:12px; border-radius:10px; box-shadow:0 10px 10px rgba(0, 0, 0, 0.15); z-index:10; }
			.top-login-menu section { float:left; width:100%; margin:-4px 0 9px 0; font-weight:600; }	
			.top-login-menu ul { width:100%; border-top:1px solid rgba(0, 0, 0, 0.06); }	
				.top-login-menu li { width:100%; border-bottom:1px solid rgba(0, 0, 0, 0.06); }
					.top-login-menu li a { float:left; width:100%; font-weight:500; line-height:40px; position:relative; }
					.top-login-menu li a:hover { color:#000; }
						.top-login-menu li a i { position:absolute; right:5px; top:5px; min-width:30px; padding:0 5px; background-color:#E00513; border-radius:4px; line-height:30px; text-align:center; color:#FFF; }

/*	Finish TOP	*/

.popular-wrap { float:left; width:100%; height:55px; padding:15px 0; background-color:rgba(255, 255, 255, 0.01); border-bottom:1px solid rgba(0, 0, 0, 0.4); font-size:11px; line-height:25px; }
	.popular-genres { float:left; width:100%; padding-left:90px; position:relative; }
		.popular-genres span { position:absolute; top:0; left:0; opacity:0.5; }
		.popular-genres ul { float:none; display:block; }
			.popular-genres ul li { float:none; display:inline-block; padding-right:15px; }
			.popular-genres ul li:last-child { padding-right:0; }
				.popular-genres ul li a { float:left; height:25px; padding:0 12px; font-weight:500; line-height:23px; border:1px solid rgba(255, 255, 255, 0.1); border-radius:5px; transition:all 0.3s; }
				.popular-genres ul li a:hover { background-color:#A41A3B; }

/*	Start FOOTER	*/
	
.footer-wrap { float:left; width:100%; margin-top:20px; }
	
	.site-about { float:left; width:100%; position:relative; }
		.site-about::before { content:""; position:absolute; top:-30px; left:0; width:60px; height:60px; background:#0F101E url(../images/icon-info.png) no-repeat center; background-size:auto 30px; border-radius:50%; }
		.site-about section { float:left; width:100%; padding:8px 0 37px 0; color:rgba(255, 255, 255, 0.7); line-height:25px; }
	
	.footer { float:left; width:100%; padding:20px; background-color:rgba(0, 0, 0, 0.2); border-radius:5px; font-weight:300; }
		.footer-logo { float:left; }
			.footer-logo img { float:left; height:40px; }
			
		.copyright { float:left; padding:10px 0 10px 30px; margin-left:30px; border-left:1px solid rgba(255, 255, 255, 0.15); opacity:0.5; }
	
		.footer-share { float:right; }
			.footer-share span { float:left; padding:10px 0; opacity:0.5; }
			.footer-share li { padding-left:15px; }
				.footer-share li a img { float:left; height:40px; border-radius:10px; }
				.footer-share li a img:hover { opacity:0.7; }
	
/*	Start SUB PAGES	*/

.dark-block { background-color:#0F101E; }
.top-30 { padding-top:30px; }
.bottom-60 { padding-bottom:60px; }

.page-title { float:left; width:100%; margin:44px 0 21px 0; position:relative; }
	.page-title::before { content:""; position:absolute; top:50%; left:0; width:2px; height:20px; margin-top:-10px; background-color:#A41A3B; z-index:5; }
	.page-title::after { content:""; position:absolute; top:50%; left:0; right:0; height:1px; background-color:rgba(255, 255, 255, 0.05); }
	.page-title span { float:left; padding:0 20px; background-color:#131426; position:relative; font-size:17px; font-weight:500; color:#FFF; z-index:4; }
	.dark-block .page-title span { background-color:#0F101E; }

.page-text { float:left; width:100%; margin:-7px 0 -8px 0; line-height:25px; position:relative; }
	.text-16 { font-size:16px; font-weight:500; }

.home-buttons { float:left; width:100%; position:relative; text-align:center; }
	.home-buttons ul { width:100%; position:relative; z-index:20; }
		.home-buttons li { width:25%; margin:15px 0; box-shadow:inset -1px 0 0 #EEE; }
		.home-buttons li:last-child { box-shadow:none; }
			.home-buttons li a { float:left; width:100%; }
				.home-buttons li img { display:inline-block; width:120px; height:120px; padding:30px; background:url(../images/bg-icon.png) no-repeat; background-size:100% 100%; }
				.home-buttons li a:hover img { opacity:0.7; }
				.home-buttons li span { float:left; width:100%; padding-top:15px; font-family:FuturaDemi; position:relative; }

.tv-list { float:left; width:100%; }
	.tv-inner { margin:0 -12px; }
	.tv-list ul { width:100%; }
		.tv-list ul li { width:25%; padding:0 12px 25px 12px; position:relative; }
		.most-list ul li , .fav-list ul li { width:50%; }
		.tv-list-single ul li { width:100% !important; padding-bottom:10px; }
			.tv-list ul li i { position:absolute; top:6px; right:24px; font-size:11px; opacity:0.35; }
			.tv-list ul li a { float:left; width:100%; height:70px; padding:0 10px 0 70px; position:relative; background-color:rgba(255, 255, 255, 0.03); transition:all 0.3s; border-radius:3px; }
			.tv-list ul li a:hover , .tv-cat ul li a:hover { background-color:#A41A3B; }
				.tv-list ul li a::before { 
					content:""; 
					position:absolute; 
					top:50%; 
					left:20px; 
					width:30px; 
					height:30px; 
					margin-top:-15px;
					background:rgba(255, 255, 255, 0.2) url(../images/icon-power.png) no-repeat center;
					background-size:100%;
					border-radius:50%;
					transition:all 0.3s;
					}
				.tv-list ul li a:hover::before { background-color:#FFF; }
				.tv-list ul li a::after { content:""; position:absolute; top:50%; left:0; width:2px; height:30px; margin-top:-15px; background-color:rgba(0, 0, 0, 0.2); transition:all 0.3s; }
				.tv-list ul li a:hover::after { height:50px; margin-top:-25px; background-color:#FFF; }
				.tv-list ul li a span { float:left; width:100%; padding:25px 0 25px 20px; font-size:15px; font-weight:500; box-shadow:inset 1px 0 0 rgba(0, 0, 0, 0.15); white-space:nowrap; overflow:hidden; }
				
.fav-it { position:absolute; bottom:35px; right:24px; width:20px; height:20px; background:url(../images/icon-favor.png) no-repeat center; background-size:100% auto; z-index:100; opacity:0.4; cursor:pointer; }
.fav-it:hover { opacity:1; }
.favored { background-image:url(../images/icon-favor-2.png); display:block; opacity:1; }

.tv-cat { float:left; width:100%; position:relative; z-index:100; }
	.tv-cat ul { width:100%; overflow:hidden; }
		.tv-cat ul li { width:25%; padding:0 12px 25px 12px; }
			.tv-cat ul li a { float:left; width:100%; height:120px; padding:40px 20px 0 40px; position:relative; background-color:rgba(255, 255, 255, 0.03); border-radius:3px; transition:all 0.3s; }
				.tv-cat ul li a::before { content:""; position:absolute; top:50%; left:0; width:2px; height:60px; margin-top:-30px; background-color:rgba(0, 0, 0, 0.2); transition:all 0.3s; }
				.tv-cat ul li a:hover::before { height:80px; margin-top:-40px; background-color:#FFF; }
				.tv-cat ul li a::after { 
					content:"";
					position:absolute; 
					top:0; 
					bottom:0; 
					left:0; 
					right:0; 
					background:url(../images/bg-power.png) no-repeat right bottom; 
					background-size:auto 75px; 
					opacity:0.15; 
					transition:all 0.3s;
				}
				.tv-cat ul li a:hover::after { opacity:0.5; }
				
				.tv-cat li a strong { float:left; width:100%; font-weight:500; font-size:20px; position:relative; }
				.tv-cat li a span { float:left; width:100%; position:relative; padding-top:2px; opacity:0.5; }
					
.show-all { float:left; width:100%; text-align:center; } 
	.show-all a { display:inline-block; height:40px; padding:0 29px; border:1px solid rgba(255, 255, 255, 0.1); line-height:37px; color:rgba(255, 255, 255, 0.5); transition:all 0.3s; border-radius:20px; } 
	.show-all a:hover { color:#FFF; border-color:#FFF; }
	
.news-list { float:left; width:100%; height:285px; }
.news-archive { height:auto; }
	.news-list ul { width:100%; padding:0; position:relative; }
		.news-list ul::before { content:" "; position:absolute; left:14px; top:0; bottom:15px; width:2px; background-color:rgba(255, 255, 255, 0.1); }
		
		.news-list li { width:100%; padding-left:50px; margin-bottom:20px; position:relative; }
		.news-list li:last-child { padding-bottom:0; }
		
			.news-list li::after { content:" "; position:absolute; left:0; top:50%; width:30px; height:30px; margin-top:-15px; border-radius:50%; background:#484957 url(../images/icon-date.png) no-repeat center; background-size:16px; transition:all 0.2s; box-shadow:0 -5px 0 #131426 , 0 5px 0 #131426; }
			.news-list li:hover::after { background-color:#E03057; }
				
			.news-list li a { float:left; width:100%; padding:5px 0; }
			.news-with-photo li a { padding:0 0 0 135px; }
				.news-with-photo li a img { float:left; width:116px; height:70px; margin-left:-135px; border-radius:5px; }
				.news-list li a i { float:left; width:100%; font-size:11px; opacity:0.5; }
				.news-with-photo li a i { padding-top:15px; }
				.news-list li a:hover i { opacity:1; }
				.news-list li a span { float:left; width:100%; height:20px; margin-top:-1px; font-size:14px; font-weight:600; overflow:hidden; }
				
.news-photo { float:left; width:50%; max-width:350px; padding:0 30px 10px 0; }
	.news-photo img { float:left; width:100%; border-radius:8px; }
	
.date { float:left; width:100%; height:30px; margin-top:20px; text-align:center; position:relative; font-size:11px; line-height:28px; }
	.date::before { content:""; position:absolute; top:50%; left:0; right:0; height:1px; background-color:#FFF; opacity:0.05; }
	.date span { display:inline-block; padding:0 20px; background-color:#131426; position:relative; }
		.date i { float:left; height:30px; padding:0 20px; transition:all 0.3s; border:1px solid rgba(255, 255, 255, 0.1); border-radius:15px; color:rgba(255, 255, 255, 0.35); }
		
.news-text { font-size:15px; line-height:25px; }

.page-share { float:left; width:100%; margin-top:25px; text-align:center; }
	.page-share ul { float:none; display:inline-block; }
		.page-share li { padding:0 10px; }
			.page-share li a img { float:left; height:40px; border-radius:10px; }
			.page-share li a img:hover { opacity:0.7; }

.city-list { float:left; width:100%; }
	.city-list ul { width:100%; }
		.city-list li { padding:0 15px 15px 0; }
			.city-list li a { float:left; height:40px; padding:0 24px; border:1px solid rgba(255, 255, 255, 0.1); line-height:37px; color:#FFF; transition:ease 0.3s; border-radius:6px; }
			.city-list li a.all { border-color:rgba(255, 255, 255, 0.2); background-color:rgba(0, 0, 0, 0.4); }
			.city-list li a:hover { border-color:#FFF; }

.tab { float:left; width:100%; height:45px; box-shadow:inset 0 -1px 0 #E8E8E8; text-align:center; }
	.tab ul { float:none; display:inline-block; }
		.tab li { padding:0 26px 0 25px; }
			.tab li::after { content:""; float:right; width:1px; height:45px; margin-right:-26px; background:url(../images/spacer.png) no-repeat; background-size:1px 100%; }
			.tab li:last-child::after { display:none; }
			.tab li a { float:left; height:45px; font-family:FuturaDemi; line-height:45px; position:relative; }
			.tab li a.active { color:#E01428; box-shadow:inset 0 -1px 0 #E01428; }
				.tab li a.active::before , .tab li a.active::after { 
					content:"";
					border-bottom:4px solid transparent;
					border-left:8px solid transparent;
					border-right:8px solid transparent;
					height: 0;
					position: absolute;
					width:0;
					left:50%;
					bottom:0;
					margin-left:-8px;
					border-bottom-color:#E01428;
					z-index:5;
					}
					
				.tab li a.active::after { bottom:-1px; border-bottom-color:#FFF; }
				
/*	Start WATCH	*/

.watch-out { float:left; width:100%; padding:0 330px 0 210px; transition:all 0.3s; }
	
	.watch-menu { float:left; width:180px; margin-left:-210px; }
		.watch-menu ul { width:100%; }
			.watch-menu li { width:100%; padding-bottom:10px; }
				.watch-menu li a { float:left; width:100%; height:50px; padding-left:49px; position:relative; line-height:47px; border:1px solid rgba(255, 255, 255, 0.1); border-radius:5px; transition:all 0.3s; }
				.watch-menu li a:hover { border-color:#FFF; }
				.watch-menu li a.active { background-color:#A41A3B; }
					.watch-menu li a img { position:absolute; top:14px; left:14px; width:20px; }
					
	.channel-website { width:100%; margin-left:0; margin-top:0 !important; margin-bottom:-10px !important; display:block !important; }
		.channel-website ul { width:auto; }
			.channel-website li a { width:auto; padding-right:24px; white-space:nowrap; }

	.watch-wrap { float:left; width:100%; }
		
		.player { float:left; width:100%; height:360px; }
			.player-inner { height:100%; }
		
		.player-bottom { float:left; width:100%; padding:20px 0; margin-bottom:25px; position:relative; border-bottom:1px solid rgba(255, 255, 255, 0.05); }
			
			.like , .dislike { float:left; height:30px; padding:0 12px 0 29px; position:relative; cursor:pointer; border:1px solid rgba(255, 255, 255, 0.1); border-radius:5px; color:#30DFB8; line-height:28px; transition:all 0.3s; }
			.dislike { margin:0 20px 0 10px; color:#E03057; }
				.like::before , .dislike::before { content:""; position:absolute; top:6px; left:6px; width:17px; height:16px; background:url(../images/icon-like.png) no-repeat; background-size:100%; }
				.dislike::before { background-image:url(../images/icon-dislike.png); }
				
			.online-watching { float:left; height:30px; padding-left:22px; position:relative; line-height:30px; }
				.online-watching::before { content:""; position:absolute; top:7px; left:0; width:16px; height:16px; background:url(../images/icon-watch.png) no-repeat; background-size:100%; }
			
			.expand { float:right; width:85px; height:30px; padding-left:29px; margin-left:10px; position:relative; cursor:pointer; border:1px solid rgba(255, 255, 255, 0.1); border-radius:5px; font-size:11px; line-height:27px; transition:all 0.3s; }
				.expand::after { content:"geniÅŸlet"; float:left; opacity:0.75; }
				.expand:hover::after { opacity:1; }
				.expand::before { content:""; position:absolute; top:6px; left:6px; width:16px; height:16px; background:url(../images/icon-expand.png) no-repeat; background-size:100%; }

			.theatre-mode { float:right; height:30px; padding:0 12px 0 29px; position:relative; cursor:pointer; border:1px solid rgba(255, 255, 255, 0.1); border-radius:5px; font-size:11px; line-height:27px; transition:all 0.3s; }
				.theatre-mode::before { content:""; position:absolute; top:6px; left:6px; width:16px; height:16px; background:url(../images/icon-theatre.png) no-repeat; background-size:100%; }
					.theatre-full .adv-right { top:30px; left:-20px; position:relative; }
			.like:hover , .dislike:hover , .expand:hover , .theatre-mode:hover { border-color:#FFF; }
		
		.adv-watch { float:left; width:100%; text-align:center; }
			.adv-watch img { display:inline-block; width:100%; max-width:728px; }
			
		.add-comment { float:left; width:100%; }
			.add-inner { margin:0 -10px; }
			.add-comment section { float:left; width:50%; padding:0 10px 20px 10px; }
			.add-comment section:last-child { padding-bottom:0; }
		
		.comments { float:left; width:100%; margin-bottom:30px; }
			.comments ul { width:100%; margin-bottom:20px; border-top:1px solid rgba(255, 255, 255, 0.07); }
				.comments li { width:100%; padding:20px 0 20px 50px; position:relative; border-bottom:1px solid rgba(255, 255, 255, 0.07); background:url(../images/icon-comment.png) no-repeat 0 20px; background-size:30px auto; }
					.comments li i { float:left; width:100%; padding-bottom:10px; color:#CCC; }
						.comments li i strong { color:#E03057; }
						.comments li i em { font-size:11px; opacity:0.5; }
					.comments li span { float:left; width:100%; }
		
		.channel-info { float:left; width:100%; margin-top:15px; color:#898A93; }
			.channel-info span { float:left; padding-right:20px; margin-right:20px; border-right:1px solid rgba(255, 255, 255, 0.1); }
			.channel-info span:last-child { padding-right:0; margin-right:0; border-right:none; }
			.channel-info a:hover { text-decoration:underline; }
		
		.contact-info { float:left; width:100%; }
			.contact-info ul { width:100%; border-top:1px solid rgba(255, 255, 255, 0.03); }
				.contact-info li { width:100%; padding:10px 0 10px 170px; position:relative; border-bottom:1px solid rgba(255, 255, 255, 0.05); transition:all 0.3s; }
				.contact-info li:hover { background-color:rgba(0, 0, 0, 0.25); }
					.contact-info li i { position:absolute; top:10px; left:20px; width:130px; font-weight:500; white-space:nowrap; opacity:0.6; }
					.contact-info li span { float:left; width:100%; }
						.contact-info li span::before { content:":"; float:left; margin-left:-15px; }
	
	.watch-right { float:right; width:300px; margin-right:-330px; }
		.adv-right { float:left; width:100%; text-align:center; }
			.adv-right img { display:inline-block; width:100%; max-width:300px; }
			
.show , .hide { float:left; width:100%; height:30px; margin-top:20px; text-align:center; position:relative; font-size:11px; line-height:28px; }
	.show::before , .hide::before { content:""; position:absolute; top:50%; left:0; right:0; height:1px; background-color:#FFF; opacity:0.05; }
	.show span , .hide span { display:inline-block; padding:0 20px; background-color:#131426; position:relative; }
		.show a , .hide a { float:left; height:30px; padding:0 20px; background:url(../images/show-hide.png) no-repeat center top; transition:all 0.3s; border:1px solid rgba(255, 255, 255, 0.1); border-radius:15px; color:rgba(255, 255, 255, 0.35); }
		.show a:hover , .hide a:hover { border-color:#FFF; color:#FFF; }
	
.hidden { display:none; }
.page-show-hide { height:100px; overflow:hidden; }
.page-show-hide.active { height:inherit; }

.expand-this .watch-out { padding-right:0; }
.expand-this .watch-right { display:none; }
.expand-this .expand::after { content:"daralt"; }

.theatre-full { overflow:hidden; }
.watch-full { transition:all 0.4s; }
.theatre-full .watch-full { position:fixed; top:0; left:0; right:300px; padding-bottom:70px; bottom:0; z-index:9990; }
.theatre-full .expand { display:none; }
.theatre-full .player { height:100%; }
.theatre-full .player-bottom { position:absolute; left:0; right:0; bottom:0; padding:20px; margin:0; border:0; background-color:#000; }
.theatre-full .similar-fixed { position:fixed; right:0; top:-20px; bottom:0; width:300px; padding:0 20px; z-index:9999; background-color:#131426; }

/*	Start STREAMING		*/

.wide-right-block { float:left; width:100%; padding-right:330px; }

.streaming { float:left; width:100%; margin-bottom:30px; font-size:15px; }
	.streaming ul { width:100%; border-top:1px solid rgba(255, 255, 255, 0.03); }
		.streaming li { width:100%; padding:20px 20px 20px 200px; border-bottom:1px solid rgba(255, 255, 255, 0.03); background:url(../images/icon-clock.png) no-repeat 20px center; background-size:20px; position:relative; }
		.streaming li:nth-child(odd) { background-color:rgba(0, 0, 0, 0.1); }
			.streaming li::before { content:""; position:absolute; top:15px; bottom:15px; left:170px; width:1px; background-color:rgba(255, 255, 255, 0.05); }
			.streaming li i { float:left; width:100px; margin-left:-140px; color:#A41A3B; font-weight:300; font-size:24px; line-height:30px; text-align:center; }
			.streaming li h3 { float:left; width:100%; padding:5px 0; }
			
		.streaming li.current { background-color:#FFF; color:#A41A3B; }
			.streaming li.current::before { background-color:rgba(0, 0, 0, 0.07); }
			.streaming li.current i { font-weight:600; }
			.streaming li.current h3 { font-weight:600; }

/*	Start FREQUENCY		*/

.frequency { float:left; width:100%; margin-bottom:30px; text-align:center;  }
	.frequency ul { width:100%; border-top:1px solid rgba(255, 255, 255, 0.03); }
		.frequency li { width:100%; padding:20px 20px 20px 80px; border-bottom:1px solid rgba(255, 255, 255, 0.03); position:relative; z-index:1; transition:all 0.3s; }
		.frequency li:nth-child(even) { background-color:rgba(0, 0, 0, 0.1); }
		.frequency li:hover { box-shadow:0 0 40px rgba(164, 26, 59, 0.5); z-index:2; }
		.frequency li:first-child { background-color:rgba(0, 0, 0, 0.35); font-size:15px; }
			
			.frequency li.sd::before , .frequency li.hd::before { content:"SD"; position:absolute; left:20px; top:50%; width:30px; height:20px; margin-top:-10px; border:1px solid rgba(255, 255, 255, 0.3); border-radius:3px; font-size:11px; }
			.frequency li.hd::before { content:"HD"; border-color:#FC0; color:#FC0; }
			
			.frequency li h3 { float:left; width:45%; font-size:15px; text-align:left; }
			.frequency li strong { float:left; width:25%; font-weight:500; }
			.frequency li i { float:left; width:30%; }
			
			.frequency-detail li h3 { width:35%; }
			.frequency-detail li i { width:65%; text-align:left; }
			
.page-search { float:left; margin-top:0; }
	.page-search input { border-color:rgba(255, 255, 255, 0.3); }
	
.frequency-detail { float:left; width:100%; padding:0 0 30px 130px; font-size:15px; position:relative; }
	.frequency-detail > ul { width:100%; border-top:1px solid rgba(255, 255, 255, 0.03); }
		.frequency-detail > ul li { width:100%; padding:20px; border-bottom:1px solid rgba(255, 255, 255, 0.03); position:relative; z-index:1; transition:all 0.3s; }
		.frequency-detail > ul li:nth-child(odd) { background-color:rgba(0, 0, 0, 0.1); }
		.frequency-detail > ul li:hover { box-shadow:0 0 40px rgba(164, 26, 59, 0.5); z-index:2; }
			
			.frequency-sd::before , .frequency-hd::before, .frequency-4k::before { content:"SD"; position:absolute; left:0; top:0; width:100px; height:60px; border:2px solid #FFF; border-radius:8px; font-size:30px; font-weight:700; text-align:center; line-height:60px; }
			.frequency-hd::before { content:"HD"; border-color:#FC0; color:#FC0; }
			.frequency-4k::before { content:"4K"; border-color:#FC0; color:#FC0; }
			
			.frequency-detail li h3 { float:left; width:35%; }
			.frequency-detail li i { float:left; width:65%; }

/*	SERIAL	*/

.serial-list { float:left; width:100%; }
	.serial-list ul { width:100%; }
		.serial-list li { width:33.33334%; padding:0 12px 24px 12px; }
			.serial-list li a { float:left; width:100%; }
				.serial-list li a img { float:left; width:100%; border-radius:5px 5px 0 0; }
				.serial-list li a strong { float:left; width:100%; height:65px; padding:10px 0; text-align:center; font-weight:600; border-top:2px solid #E03057; position:relative; box-shadow:inset 0 -1px 0 rgba(255, 255, 255, 0.06); transition:all 0.3s; }
					.serial-list li a strong::before , .serial-list li a strong::after {
						content:"";
						border-bottom:5px solid transparent;
						border-left:12px solid transparent;
						border-right:12px solid transparent;
						height:0;
						position:absolute;
						width:0;
						left:50%;
						top:-7px;
						margin-left:-12px;
						border-bottom-color:#E03057;
						transition:all 0.3s;
					}
					.serial-list li a strong::after { top:-5px; border-bottom-color:#131426; }
					
				.serial-list li a:hover strong { border-top-color:#FFF; }
					.serial-list li a:hover strong::before { border-bottom-color:#FFF; }

.serial-hero { float:left; width:100%; background-color:#FFF; color:#333; border-radius:5px; }
	.serial-cover { float:left; width:100%; position:relative; }
		.serial-cover img { float:left; width:100%; border-radius:5px 5px 0 0; }
		.serial-cover:after { content:""; position:absolute; bottom:0; left:0; right:0; height:2px; background-color:#E03057; }
	
	.serial-title { float:left; width:100%; padding:12px 10px 13px 10px; text-align:center; font-size:16px; font-weight:600; color:#E03057; position:relative; box-shadow:inset 0 -1px 0 #EEE; }
		.serial-title::before , .serial-title::after {
			content:"";
			border-bottom:5px solid transparent;
			border-left:12px solid transparent;
			border-right:12px solid transparent;
			height:0;
			position:absolute;
			width:0;
			left:50%;
			top:-7px;
			margin-left:-12px;
			border-bottom-color:#E03057;
		}
		.serial-title::after { top:-5px; border-bottom-color:#FFF; }
	
	.serial-score-wrap { float:left; width:100%; height:55px; padding:0 20px 0 90px; margin:20px 0; position:relative; font-weight:500; }
		.serial-score { position:absolute; top:0; left:20px; width:58px; height:55px; background:url(../images/icon-score-result.png) no-repeat; background-size:100%; text-align:center; font-size:16px; font-weight:700; color:#FFF; line-height:62px; letter-spacing:-1px; }
		.serial-score-wrap > p { float:left; width:100%; }
			.serial-score-wrap > p strong { color:#DF3057; }
		.serial-score-wrap > i { float:left; width:100%; font-size:11px; opacity:0.7; }
		
		.rate-it { float:left; width:100%; height:15px; margin:4px 0 2px 0; }
			.rate-it section { float:left; width:170px; height:15px; background:url(../images/star.png) repeat-x; background-size:auto 100%; }
				.rate-it a { float:left; width:10%; height:15px; background:url(../images/star.png) no-repeat; background-size:100% 100%; }
				.rate-it a:hover { background-image:url(../images/star-active.png); }
	
	.follow-serial { float:left; width:100%; text-align:center; }
		.follow-serial a { float:left; width:100%; height:40px; color:#A41939; font-weight:700; line-height:40px; box-shadow:inset 0 1px 0 #EEE; border-radius:0 0 5px 5px; }
		.follow-serial a:hover { background-color:#F7F7F7; }
			.follow-serial a span { display:inline-block; padding-left:17px; position:relative; }
				.follow-serial a span::before { content:""; position:absolute; top:19px; left:0; width:10px; height:2px; background-color:#A41939; }
				.follow-serial a span::after { content:""; position:absolute; left:4px; top:15px; height:10px; width:2px; background-color:#A41939; }

.gallery { float:left; width:100%; margin-bottom:15px; position:relative; overflow:hidden; }
	.gallery-inner { margin:0 -5px; }
	.gallery ul { width:100%; }
		.gallery li { width:25%; padding:0 5px 10px 5px; position:relative; }
			.gallery li a { float:left; width:100%; position:relative; overflow:hidden; border-radius:5px; }
				.gallery li a::after { 
					content:""; 
					position:absolute; 
					top:0;
					bottom:0;					
					left:0;
					right:0;
					background:rgba(224, 48, 87, 0.5) url(../images/icon-zoom.png) no-repeat center; 
					background-size:40px;
					transition:all 0.3s;
					opacity:0;
					}
				.gallery li a:hover::after { opacity:1; }
				.gallery li a span { float:left; width:100%; background-size:cover; background-position:center; transform-origin:center; transition:all 0.25s; }
				.gallery li a img { float:left; width:100%; }
				.gallery li a:hover span { transform:scale(1.07, 1.07); }
				.gallery li a strong {
					position:absolute; 
					left:0; 
					right:0; 
					bottom:0;
					padding:25px 25px 15px 25px;
					font-size:15px;
					font-weight:600;
					color:#FFF;
					background:-webkit-linear-gradient(top,rgba(0, 0, 0, 0.0),rgba(0, 0, 0, 0.5));
					background:-o-linear-gradient(top,rgba(0, 0, 0, 0.0),rgba(0, 0, 0, 0.5));
					background:-moz-linear-gradient(top,rgba(0, 0, 0, 0.0),rgba(0, 0, 0, 0.5));
					background:linear-gradient(top,rgba(0, 0, 0, 0.0),rgba(0, 0, 0, 0.5));
					z-index:10;
				}
				
		.fragment li { width:50%; }
			.fragment li a::after { background-image:url(../images/icon-play.png); background-size:60px; opacity:1; }
			.fragment li a:hover::after { background-color:rgba(224, 48, 87, 0.0); }

/*	Start CONTACT	*/

.contact-form , .static-text { float:left; width:100%; margin-bottom:30px; }
	.contact-inner { margin:0 -15px; }
	
	.contact-form p { float:left; width:50%; padding:0 15px 30px 15px; position:relative; }
	.contact-form p:last-child { padding-bottom:0; }
		
		.contact-form img { float:left; width:120px; height:45px; margin-right:15px; padding:2px; border:1px solid rgba(255, 255, 255, 0.1); border-radius:3px; }
		.contact-form a.refresh { float:left; width:45px; height:45px; text-indent:-9999px; background:url(../images/refresh.png) no-repeat center center; background-size:24px; border:1px solid rgba(255, 255, 255, 0.1); border-radius:5px; }
		.contact-form a:hover.refresh { border-color:rgba(255, 255, 255, 0.5); }
		
.static-text { font-size:15px; font-weight:300; line-height:30px; }

.login-wrap , .col-2 { width:48%; }

/*	Start PAGINATION	*/

.pages { float:left; width:100%; text-align:center; }
	.pages ul { float:none; display:inline-block; }
		.pages li { padding:0 5px; }
			.pages li a { float:left; min-width:40px; height:40px; padding:0 14px; border:1px solid rgba(255, 255, 255, 0.1); font-weight:500; line-height:37px; color:rgba(255, 255, 255, 0.5); transition:all 0.3s; border-radius:12px; }
			.pages li a:hover { color:#FFF; border-color:#FFF; }
			.pages li a.current { background-color:#E03057; color:#FFF; border-color:#FFF; }

/*	Finish PAGINATION */



@media only screen and (max-width:1240px) {

#logo { margin-right:20px; }
.top-search { width:180px; }
#nav ul li { padding-right:20px; }
	#nav ul li > a { font-size:14px; }


}


@media only screen and (max-width:1023px) {

.tvco { padding-top:0; }
.wrap { float:left; padding:0 20px; }

#header-wrap { float:left; height:60px; position:relative; }
	#header-wrap .wrap { padding:0; }
	
	#logo { margin:10px 0 0 20px; }
	
	.top-login { margin:10px 0 0 0; }

.nav-icon { float:right; width:60px; height:60px; position:relative; cursor:pointer; display:block; }
	.nav-icon span { position:absolute; top:50%; left:50%; width:20px; height:2px; margin:-1px 0 0 -10px; background-color:#FFF; transition:all 0.3s; }
		.nav-icon span::before { content:""; position:absolute; top:-7px; left:0; right:0; height:2px; background-color:#FFF; transition:all 0.3s; }
		.nav-icon span::after { content:""; position:absolute; bottom:-7px; left:0; right:0; height:2px; background-color:#FFF; transition:all 0.3s; }
	
	.nav-icon-close::after {
		content:"";
		border-bottom:6px solid transparent;
		border-left:14px solid transparent;
		border-right:14px solid transparent;
		height:0;
		position: absolute;
		width:0;
		left:50%;
		bottom:0;
		margin-left:-14px;
		border-bottom-color:#131426;
	}
	.nav-icon-close span { background-color:transparent; }
		.nav-icon-close span::before { 
			-webkit-transform:rotate(-45deg);
			-moz-transform:rotate(-45deg);
			-o-transform:rotate(-45deg);
			-ms-transform:rotate(-45deg);
			transform:rotate(-45deg);
			top:0;
			background-color:#E03057;
		}
		.nav-icon-close span::after { 
			-webkit-transform:rotate(-45deg);
			-moz-transform:rotate(45deg);
			-o-transform:rotate(45deg);
			-ms-transform:rotate(45deg);
			transform:rotate(45deg);
			bottom:0;
			background-color:#E03057;
		}

#nav-wrap { display:none; position:absolute; top:60px; left:0; right:0; padding:20px; background-color:#131426; border-bottom:2px solid #E03057; }

	.top-search { width:100%; margin-top:0; }

	#nav { width:100%; }
		#nav ul { width:100%; }
			#nav ul li { width:100%; padding:0; border-bottom:1px solid rgba(255, 255, 255, 0.05); }
			#nav ul li:last-child { border-bottom:none; }
				#nav ul li > a { width:100%; line-height:60px; }
				#nav ul li > a:hover , #nav ul li > a.active { box-shadow:none; }
			
.popular-wrap { overflow:hidden; }
	.popular-genres { white-space:nowrap; overflow-x:scroll; overflow-y:hidden; }
.top-30 { padding-top:20px; }
.bottom-60 { padding-bottom:35px; }
.page-title { margin-top:29px; }
.tv-list ul li , .tv-cat ul li { width:33.33334%; }

.watch-out { padding:0; }
	.watch-menu { width:100%; margin:0 0 10px 0; }
		.watch-menu-inner { margin:0 -5px; }
			.watch-menu li { width:33.33334%; padding-left:5px; padding-right:5px; }
	.watch-right { width:100%; margin-right:0; }

.player-inner { margin:0 -20px; }
.theatre-mode , .expand { display:none; }

.wide-right-block { padding-right:0; }

.col-2 { width:100%; }
.news-list , .news-list li a span { height:auto; }

}





@media only screen and (max-width:767px) {

.footer { text-align:center; }
	.footer-logo { display:none; }
	.copyright { width:100%; padding:0 0 20px 0; margin:0 0 5px 0; border-left:none; border-bottom:1px solid rgba(255, 255, 255, 0.1); }
	
	.footer-share { width:100%; margin-bottom:10px; }
		.footer-share span { width:100%; }
		.footer-share ul { float:none; display:inline-block; }
			.footer-share li { padding:0 10px; }

.tv-list ul li , .tv-cat ul li { width:50%; }

.watch-menu-icon { float:left; width:100%; height:40px; margin-bottom:20px; position:relative; display:block; border:1px solid rgba(255, 255, 255, 0.1); border-radius:5px; line-height:38px; text-align:center; }
	.watch-menu-icon::before , .watch-menu-icon::after { content:""; position:absolute; top:0; left:0; bottom:0; width:38px; background:url(../images/arrow-white-down.png) no-repeat center; background-size:auto 6px; }
	.watch-menu-icon::after { left:auto; right:0; }
.watch-menu { display:none; margin-top:-10px; }

.login-wrap { width:100%; }
.serial-list li { width:50%; }

}





@media only screen and (max-width:640px) {

.watch-menu li { width:50%; }

.contact-info li { padding:10px 0; }
	.contact-info li i { float:left; width:100%; position:static; }
	.contact-info li span { float:left; width:100%; }
		.contact-info li span::before { display:none; }
		
.frequency li { padding-left:50px; padding-right:10px; }
.frequency li:first-child { display:none; }
	
	.frequency li.sd::before, .frequency li.hd::before { left:0; }
	
	.frequency li h3 , .frequency-detail li h3 { width:100%; }
	.frequency li strong { width:100%; text-align:left; }
	.frequency li i , .frequency-detail li i { width:100%; text-align:left; }
		
		.frequency li h3::before , .frequency li strong::before , .frequency li i::before { display:inline-block; width:80px; font-size:12px; font-weight:300; opacity:0.5; }
		.frequency li h3::before { content:"Kanal adÄ± :"; }
		.frequency li strong::before { content:"Frekans :"; }
		.frequency li i::before { content:"SR-FEC :"; }
		
.channel-website , .channel-website ul , .channel-website li , .channel-website li a { width:100%; }

.frequency-detail { padding-left:0; padding-top:80px; font-size:13px; }

.news-photo { width:100%; max-width:100%; padding:0 0 10px 0; }

.gallery li { width:50%; }
.fragment li { width:100%; }
	.fragment li a::after { background-size:40px; }
	.gallery li a strong { padding:20px 20px 12px 20px; }

}



@media only screen and (max-width:480px) {

.tv-list ul li , .tv-cat ul li { width:100%; }
.player { height:300px; }
.streaming li { padding:15px 15px 15px 60px; }
	.streaming li::before { display:none; }
	.streaming li i { width:100%; margin-left:0; text-align:left; }
	.streaming li h3 { padding:0; }
.contact-form p { width:100%; padding-bottom:20px; }
.contact-form p .button { width:100%; }

.news-with-photo li a { padding-left:0; }
	.news-with-photo li a img { width:100%; height:auto; margin-left:0; }
	.news-with-photo li a i { padding-top:10px; }
	.news-with-photo li::after { top:30px; }

}



@media only screen and (max-width:420px) {

.top-login { position:static; }
	.top-avatar span , .top-avatar > a { width:50px; padding:0; text-indent:-9999px; }
		.top-avatar span i { display:none; }
		.top-avatar span::before , .top-avatar > a::before { left:16px; }
	.top-login-menu { left:20px; right:20px; width:auto; top:60px; }
	
.serial-list li { width:100%; }
	.serial-list li a strong { height:auto; padding:15px 0; }

}



@media only screen and (max-width:375px) {



}




/* iCheck plugin Minimal skin, pink
----------------------------------- */
.icheckbox_minimal-pink,
.iradio_minimal-pink {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(pink.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_minimal-pink {
    background-position: 0 0;
}
    .icheckbox_minimal-pink.hover {
        background-position: -20px 0;
    }
    .icheckbox_minimal-pink.checked {
        background-position: -40px 0;
    }
    .icheckbox_minimal-pink.disabled {
        background-position: -60px 0;
        cursor: default;
    }
    .icheckbox_minimal-pink.checked.disabled {
        background-position: -80px 0;
    }

.iradio_minimal-pink {
    background-position: -100px 0;
}
    .iradio_minimal-pink.hover {
        background-position: -120px 0;
    }
    .iradio_minimal-pink.checked {
        background-position: -140px 0;
    }
    .iradio_minimal-pink.disabled {
        background-position: -160px 0;
        cursor: default;
    }
    .iradio_minimal-pink.checked.disabled {
        background-position: -180px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .icheckbox_minimal-pink,
    .iradio_minimal-pink {
        background-image: url(pink@2x.png);
        -webkit-background-size: 200px 20px;
        background-size: 200px 20px;
    }
}








.watch-wrap{font-size:15px;line-height:27px}
.watch-wrap h1{font-size:19px}
.watch-wrap h2{font-size:18px}
.watch-wrap h3{font-size:17px}
.watch-wrap h4{font-size:16px}
.watch-wrap h5{font-size:15px}
.watch-wrap ol,.watch-wrap ul,.watch-wrap li {
    margin: 10px;
    list-style-position: outside
}

.watch-wrap ol,.watch-wrap ol>li {
    list-style: decimal;
    display: grid;
}

.watch-wrap ul,.watch-wrap ul>li {
    list-style: disc
}


.watch-wrap {}