<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	line-height:140%;
	background:#000 url(images/bg.jpg) top center fixed no-repeat;
	color:#CCC;
}

h1{
	text-align:center;
	color:#F03;
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
	text-shadow:1px 1px #000;	
}

a img{
	border:none;
}

a{
	text-decoration:none;
	color:#09F;	
}

a:hover{
	text-decoration:underline;	
}

.video-icon{
	position:relative;
	display:inline-block;
	width:240px;
	height:180px;
	margin-bottom:20px;
	margin-right:12px;
	margin-left:12px;
	border:1px solid #444;
	border-radius:5px;
	-moz-border-radius:5px;
	overflow:hidden;
}

.video-icon:hover{
	border:1px solid #F03;
	-moz-box-shadow: 0px 0px 10px #F03;
	-webkit-box-shadow: 0px 0px 10px #F03;
	box-shadow: 0px 0px 10px #F03;	
}

.video-icon .title{
	position:absolute;
	width:228px;
	bottom:0px;
	color:#FFF;
	padding:6px;
	padding-left:8px;
	background:url(images/transparent.png);
	height:12px;
	text-align:left;
	line-height:100%;
}

.video-icon .title span{
	display:block;
	width:225px;
	height:16px;
	overflow:hidden;
	white-space:nowrap;	
}

.bg{
	background:url(images/transparent.png);
	border-radius:10px;
	-moz-border-radius:10px;
	width:100%;
}

.bg .row{
	width:100%;
	display:inline-block;
}

.banner{
	margin-top:20px;
	text-align:center;	
}

.list-container{
	display:inline-block;
	text-align:center;
	width:100%;
}

/* pages */

.page-container{
	text-align:center;	
}

.pages{
	display:inline-block;
	margin-top:10px;
	padding-left:10px;
	padding-right:10px;
}

.pages .numbers{
	float: left;
	width: 24px;
	color: #cccccc;
	text-shadow: 0 1px #000000;
	height: 18px;
	padding-top:4px;
	border: 1px solid #333333;
	background: #f5f5f5;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#666666), to(#333333));
	background: -webkit-linear-gradient(#666666, #333333);
	background: -moz-linear-gradient(#666666, #333333);
	background: -ms-linear-gradient(#666666, #333333);
	background: -o-linear-gradient(#666666, #333333);
	background: linear-gradient(#666666, #333333);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 1px 2px #000;
	-webkit-box-shadow: 0 1px 2px #000;
	-moz-box-shadow: 0 1px 2px #000;
	margin-left:3px;
	margin-right:3px;
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
}

.pages .numbers:hover{
	text-decoration: none;
	background: #fdfdfd;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#999999), to(#666666));
	background: -webkit-linear-gradient(#999999, #666666);
	background: -moz-linear-gradient(#999999, #666666);
	background: -ms-linear-gradient(#999999, #666666);
	background: -o-linear-gradient(#999999, #666666);
	background: linear-gradient(#999999, #666666);
}

.pages .numbers.active{
	border-color:#900;
	color:#FFFFFF;
	text-shadow:0px 1px #000000;
	background: #C00;
	box-shadow: inset 0 0 9px #900;
	-webkit-box-shadow: inset 0 0 9px #900;
	-moz-box-shadow: inset 0 0 9px #900;
}

.pages .prev, .pages .next{
	display:block;
	height:24px;
	width:26px;
	background:url(images/btn-prev-next.png) 0px 0px no-repeat;
	margin-left:3px;
	margin-right:3px;
	float:left;
}

.pages .next{
	background:url(images/btn-prev-next.png) -24px 0px no-repeat;
}

/* =============================== */

#videoPlayer{
	margin-bottom:20px;
}

.catlinks{
	margin-bottom:8px;
	font-size:13px;	
}

.catlinks span{
	color:#999;
	font-weight:bold;
}

.catlinks a{
	color:#C00;
	margin-left:7px;
	font-weight:bold;
	text-shadow:1px 1px #000;	
}

.description{
	color:#666;
	text-align:center;
	margin-bottom:20px;
	margin-top:20px;
	padding-left:5px;
	padding-right:5px;
}

.description a{
	color:#FFF;	
}

.header{
	padding:10px;	
}

.header a{
	line-height:100%;
}

.header a img{
	opacity:0.9;	
}

.header a:hover img{
	opacity:1;	
}

.header span{
	font-size:11px;
	font-weight:normal;
	color:#FFF;
	text-shadow:none;
	cursor:default;	
}

.categories{
	text-align:center;
	padding-top:15px;
	padding-bottom:40px;
	border-top: 1px dotted #333;
}

.categories .container{
	padding-left:10px;
	padding-right:10px;	
}

.categories .container div{
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
}

.categories a{
	color:#CCC;
	display:inline-block;
	font-size:12px;
	background:#800;
	border-radius:3px;
	-moz-border-radius:3px;
	padding:2px;
	padding-left:4px;
	padding-right:4px;
	text-decoration:none;
	margin-bottom:8px;
	margin-left:6px;
	margin-right:6px;
}

.categories a:hover{
	background-color:#F00;
	color:#FFF;
}

.categories a.active{
	background:#fff;
	color:#C00;
	font-weight:bold;
}

.top-menu{
	margin-top:25px;	
}

.top-menu a{
	color:#CCC;
	float:left;
	font-size:14px;
	background:#000;
	border-radius:5px;
	-moz-border-radius:5px;
	padding:3px;
	padding-left:8px;
	padding-right:8px;
	text-decoration:none;
	margin-bottom:8px;
	margin-left:6px;
	margin-right:6px;
	font-weight:bold;
}

.top-menu a:hover, .top-menu a.active{
	background-color:#D00;
	color:#FFF;	
}

.footer{
	text-align:center;
	padding-top:10px;
	padding-bottom:30px;
	border-top: 1px dotted #333;
	color:#999;	
}

.footer .copy{
	margin-bottom:5px;
	margin-top:20px;
}

.rating{
	float:right;	
}

/* SEARCH */

.search-box{
	display: block;
	float: right;
	background: url(images/bg-searchbox.png) no-repeat;
	width: 247px;
	height: 21px;
	padding: 5px 11px 5px 16px;
	overflow: hidden;
	margin-top:20px;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

.search-box .text {
	float: left;
	background: none;
	border: 0;
	width: 220px;
	margin: 0;
	padding: 3px 0;
	font-weight: bold;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	text-align: start;
	outline:none;
}

.search-box .btn {
	float: right;
	margin: 4px 0 0;
}

.vbanner{
	margin-bottom:20px;
	margin-top:20px;
	text-align:center;
}

.no_found{
	margin-top:20px;
	margin-bottom:50px;
	text-align:center;
}

.languages{
	text-align:center;
	margin-top:20px;
	width:100%;
	overflow:hidden;
}

.languages div{
	margin-left:10px;
	margin-right:10px;	
}

.languages a{
	margin-left:10px;
	margin-right:10px;
	color:#999;
	font-size:11px;
}

.languages a:hover{
	text-decoration:none;	
}

.link-line{
	text-align:center;
	margin-bottom:10px;	
}

.link-line, .link-line a{
	color:#333;
	cursor:default;
	font-size:8px;	
}

/* CONTACTS */
.contacts{
	margin-top:30px;
	margin-bottom:30px;
	margin-right:60px;
}

.contacts input, .contacts textarea{
	width:250px;
	border:1px solid #CCC;
	font-family:Arial, Helvetica, sans-serif;
	border-radius:4px;
	-moz-border-radius:2px;
	box-shadow: inset 0 0 6px #ddd;
	-webkit-box-shadow: inset 0 0 6px #ddd;
	-moz-box-shadow: inset 0 0 6px #ddd;
	padding:4px;
}

.contacts input:focus, .contacts textarea:focus{
	outline:none;
	border-color:#1b75bc;
	box-shadow: 0 0 4px #1b75bc;
	-webkit-box-shadow: 0 0 4px #1b75bc;
	-moz-box-shadow: 0 0 4px #1b75bc;	
}

.contacts button{
	padding: 4px;
	font-size: 14px;
	font-weight: bold;
	background-color: #F03;
	color: white;
	border: 2px solid white;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 1px 1px 2px #bbb;
	-webkit-box-shadow: 1px 1px 2px #bbb;
	box-shadow: 1px 1px 2px #bbb;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999',direction='120',strength='2');
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	cursor:pointer;
	padding-left:20px;
	padding-right:20px;
}

.contacts button:hover{
	background-color: #0C0;	
}

.message_sent{
	color:#00CC00;
	font-weight:bold;
	text-align:center;
}

.message_wait{
	height:32px;
	background:url(images/wait.gif) center center no-repeat;	
}

.missing{
	padding-top:100px;	
}

.footer-links{
	margin-top:20px;	
}

.footer-links a{
	color:#FFF;	
}

.main-container{
	width:100%;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;	
}

.header-column{
	width:33%;
	float:left;
	height:90px;
	vertical-align:middle;	
}

.header-column.logo-column{
	width:290px;	
}

.header-column.search-column{
	width:31%;
}

.header-column .left{
	float:left;
	width:60px;
}

.header-column .right{
	padding-top:20px;
}

.header-container{
	margin-top:20px;
	display:inline-block;
	width:100%;	
}

.logo-column{
	width:28%;	
}

.menu-column{
	width:38%;
}

.list-right{
	float:right;
	width:168px;	
}

.list-left{
	float:left;
	width:820px;	
}

.video-info{
	margin-left:10px;
	margin-right:10px;	
}

.video-container{
	margin-left:10px;
	height:475px;	
}

.nutaki{
	text-align:center;
	margin-top:-15px;
	margin-bottom:10px;
	display:block;	
}

.nutaki a{
	color:#F03;
}

#videoPlayer{
	width:100%;
	height:auto;	
}

@media (max-width: 1005px) {
	
	.video-container{
		margin-left:0;
		height:auto;	
	}
	
	.list-left{
		float:none;
		width:100%;	
	}
	
	.list-right{
		float:none;
		width:100%;
		vertical-align:top;
		text-align:center;	
	}
	
	.header-column{
		float:none;
		width:100%;
		text-align:center;
		height:auto;
	}
	
	.header-column .left{
		display:none;
	}
	
	.header-column.logo-column{
		margin-left:auto;
		margin-right:auto;
		width:250px;	
	}
	
	.header-column.menu-column{
		display:inline-block;		
	}
	
	.top-menu{
		padding-left:auto;
		padding-right:auto;
		margin-top:10px;
		text-align:center;
	}
	
	.top-menu a{
		float:none;
		height:20px;
	}
	
	.header-column .right{
		padding-top:0px;
	}
	
	.header-column.search-column{
		width:100%;
		display:inline-block;
	}
	
	.search-box{
		float:none;
		margin-left:auto;
		margin-right:auto;
		margin-top:10px;
		margin-bottom:10px;
	}
	
	.bg{
		border-radius:0px;
		-moz-border-radius:0px;
	}
	
}

@media (max-width: 550px) {

	.video-icon{
		margin-left:auto;
		margin-right:auto;
	}
	
	.list-container{
		padding-left:auto;
		padding-right:auto;	
	}
	
}</pre></body></html>