/**
 * Clear default browser settings
 *****************************************************/
body, form, p, img, 
table, tbody, thead, tr, td, th, 
ul, ol, li, dl, dd, dt, 
h1, h2, h3, h4, h5, h6 {
	margin: 0; 
	padding: 0; 
	border: 0;
	}
table {border-collapse: collapse;}
th {text-align: left; font-weight: normal;}
.u-eip-edit-box {background: rgba(144,165,184,0.4) !important}


/* sprites */
.last-video ul,
#report-slider,
.business-box,
#video-slider,
#tooltip,
.region .title,
.region-sel .title,
.question,
.rubric .corner-top, 
.rubric .corner-btm,
.last-comments .info,
.last-comments .info span,
#header .box .ico b,
.soc li a {
	background-image: url(../img/sprite_img.png);
	background-repeat: no-repeat;
	}

#header .nav,
#header .search div,
#header .search .sbtn,
#header .box dt,
.news-count .ldate {
	background-image: url(../img/sprite_bg.png);
	background-repeat: repeat-x;
	}

#report-slider,
.business-box,
#video-slider,
.last-video ul {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 2px 20px rgba(0,0,0,0.2);
	}

/**
 * Global
 *****************************************************/
a {color: #486c96}
a:hover {color: #ea174e}

::-moz-selection {
	background-color: rgba(0,0,0,0.18);
	}
::selection {
	background-color: rgba(0,0,0,0.18);
	}

/* tooltip */
#tooltip {
	position: absolute;
	top: 165px !important;
	z-index: 3000;
	color: #fff;
	font: 11px Tahoma !important;
	font-weight: normal !important;
	width: 124px;
	padding-top: 1px;
	text-shadow: 0 -1px 0 #9b1335;
	height: 19px;
	background-position: -595px -539px;
	text-align: center;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3 {font: 13px Tahoma !important;}


/**
 * Main container
 *****************************************************/

body {
	background: #d0d0d0 url(../img/body_bg.png);
	color: #000;
	font: 14px Arial, sans-serif;
	line-height: 18px;
	}
.main {
	position: relative;
	width: 1199px;
	margin: 0 auto;
	padding: 0;
	}
.ethno-page {
	padding-bottom: 15px;
	background: url(../img/ethno/footer.png) no-repeat center bottom
}
.topbanner {
	text-align: center;
	background: #e2e3e5;
	padding: 0;
	line-height: 0;
	}
.topbanner a {
	display: block;
	text-align: center;
}

/**
 * Header container
 *****************************************************/

#header {
	position: relative;
	margin-top: 10px;
	}
.kaminform #header {
	height: 275px;
	padding-bottom: 10px;
	}
	#header h2 {
		height: 122px;
		padding-left: 0px
		}
		#header h2 img {
			color: #6a7c91;
			font: 40px Georgia;
			}

/* Main navigation */
#header .nav {
	position: relative;
	z-index: 11;
	display: block;
	background-color: #ea174e;
	background-position: 0 0;

	height: 32px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	}
	#header .nav .home {
		padding-right: 0;
		}
	.kaminform .nav {
		margin-bottom: 20px;
		}
	.ethno-page .nav {
		-webkit-border-radius: 5px 5px 0 0 !important;
		-moz-border-radius: 5px 5px 0 0 !important;
		border-radius: 5px 5px 0 0 !important;
		margin-bottom: 32px;
		}
	#header .nav li {
		/* position: relative; */
		margin-top: -3px;
		display: block;
		float: left;
		list-style: none;
		font: 14px Arial, Serif;
		padding: 10px 12px 0 14px;
		color: #ffe4eb;
		height: 25px;
		}
		#header .nav a {color: #fff;}
		#header .nav a:hover {color: #ffe4eb;}
	
	
	/* Текущий пункт меню для этно */
	
	.ethno-page #header .nav .cur {
		-moz-box-shadow: 3px -2px 5px rgba(0,0,0,0.05);
		-webkit-box-shadow: 3px -2px 5px rgba(0,0,0,0.05);
		box-shadow: 3px -2px 5px rgba(0,0,0,0.05);
		-moz-border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
		background: #e2e3e3 url(../img/ethno/menu_cur.png) 3px 0px;
		color: #526378 
		}
		
		.ethno-page #header .nav .cur a {
			color: #526378;
			font-weight: normal !important;
			}
		.ethno-page #header .nav .cur a:hover {
			color: #e7174d;
			}
	

	
	
	/* submenu */
	.ethno-page #header .nav li .cur {
		background: none;
		border-radius:none;
		color: #e7174d;
		}
		.ethno-page #header .nav li .cur a {
			color: #e7174d;
			}
	.nav div {
		position: absolute;
		top: 32px;
		left: 0;
		width: 100%;
		background: #e2e3e3 url(../img/ethno/main_menu_sub.png) repeat-x;
		text-align: center;
		height: 32px;
		}
		.nav ul {
			display: block;
			text-align: center;
			white-space: nowrap;
			padding-top: 7px
			}
		.nav ul li {
			float: none !important;
			display: inline !important;
			}
		.ethno-page #header .nav ul .cur {
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			box-shadow: none;
			-moz-border-radius: none;
			-webkit-border-radius: none;
			border-radius: none;
			background: none;
			}
	
	
	
	
/* Box */
#header .box {
	display: block;
	float: left;
	margin-right: 35px;
	width: 240px;
	font: 12px Arial, Serif;
	}
	#header .box dt {
		display: block;
		background-position: left -102px;
		background-color: #6d84a1;
		color: #fff;
		padding-left: 10px;
		height: 20px;
		line-height: 20px;
		text-shadow: 0 -1px 1px #424c58;
		box-shadow: 0 0 4px rgba(0,0,0,0.15);
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		margin-bottom: 10px;
		}
	#header .box dd {
		text-shadow: 0 1px 0 #e5e5e5;
		}
		#header .box span {
			font-size: 16px;
			color: #ea174e;
			}
		#header .box .ico {
			background: url(../img/ico.png) no-repeat;
			padding: 5px 0 7px 6px;
			line-height: 14px;
			margin-top: 2px;
			}
			#header .box .ico b {
				display: inline-block;
				width: 16px;
				height: 20px;
				margin-right: 17px;
				/* background: url(../img/icons.png) no-repeat; */
				
				vertical-align: middle;
				}
		
	/* weather */
	#header .weather {width: 205px}
	#header .weather dt {margin-bottom: 0px; padding-left: 10px;}
	#header .weather .city {padding: 13px 0 10px 10px;}
	#header .weather .forecast {padding-left: 10px;}
	#header .weather span {margin-right: 5px;}
	#header .weather img {vertical-align: middle; margin-right: 10px; float: left}
	#header .weather .wtype {margin-top: 3px; float: left}
	#header .weather dd {float: left; overflow: hidden}
	
	/* currency */
	#header .currency {width: 120px}
	#header .box .eur b {background-position: -669px -603px;}
	#header .box .usd b {background-position: -705px -603px;}
	#header .currency span {font-size: 12px}
	
	/* contacts */
	#header .box .phone {overflow: hidden; padding-top: 0px; padding-bottom: 0}
	#header .box .phone b {background-position: -594px -602px; float: left; margin-top: 4px}
	#header .box .phone i {font-style: normal; float: left;}
	#header .box .phone .mob {margin: 4px 0 0 0; display: block; font-size: 15px}
	#header .box .mail  b {background-position: -629px -602px; }
	
	/* editorial */
	#header .editorial {width: 165px;}
	#header .editorial span {margin-left: 3px}
	#header .editorial a {color: #ea174e}
	#header .editorial a:hover {color: #000}

/* Banner */
#header .banner {
	position: absolute;
	top: 175px;
	right: 0;
	text-align: right;
	width: 600px;
	}

/* Region */
.region {
	position: absolute;
	z-index: 30;
	top: 128px;
	right: 7px;
	}
	.region .title {
		position: absolute;
		top:0;
		right: 0;
		background-position: -588px -475px;
		width: 236px;
		height: 27px;
		z-index: 211;
		padding: 4px 0 0 25px;
		color: #486c96;
		font: 12px Arial;
		}
		.region-sel .title {
			background-position: -588px -508px;
			}
		.region .title span {
			border-bottom: 1px dashed #486c96;
			cursor: pointer;
			}
	
	/* region list */
	.regions {
		display: none;
		position: absolute;
		z-index: 21;
		top: 28px;
		right: 1px;
		width: 628px;
		height: 400px;
		border-radius: 5px 0 5px 5px;
		box-shadow: 0 3px 10px rgba(0,0,0,0.5);
		overflow: hidden;
		background: #fff url(../img/regions_bg.png) repeat-x left bottom;
		}
		.region-sel .regions {display: block}
	.regions .info,
	.regions .map,
	.regions .list {
		position: absolute;
		top: 20px;
		}
		.regions .list .sel a {color: #000}
	.regions .info {
		left: 20px;
		width: 190px;
		}
		.regions .info h2 {
			padding: 0 0 0 0 !important;
			height: 100px !important;
			font-size: 16px;
			font-weight: normal;
			color: #486c96;
			}
			.regions .info h2 img {
				float: left;
				}
			.regions .info h2 span {
				float: left;
				width: 100px;
				display: inline-block;
				padding: 10px 0 0 10px
				}
	.regions .map {
		top: 10px;
		left: 220px;
		width: 181px;
		height: 345px;
		background: url(../img/map.png);
		}
		.regions .map p {
			position: absolute;
			top: 285px;
			left: 85px;
			font: 11px Arial;
			color: #486c96;
			}
	.regions .list {left: 437px;}
		.regions .list li {
			font: 12px Arial;
			list-style: none;
			margin-bottom: 12px;
			}

/**
 * Footer container
 *****************************************************/

#footer {
	clear: both;
	position: relative;
	z-index: 2;
	background: #6d84a1 url(../img/footer_bg.png);
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.16);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.16);
	box-shadow: 0 0 10px rgba(0,0,0,0.16);
	overflow: hidden;
	font: 12px Arial; 
	text-shadow: 0px 1px 0 #414e5f;
	color: #d0dae6;
	padding: 17px 20px;
	}
	#footer a {color: #d0dae6}
	#footer a:hover {color: #fff}
	#footer .copyright {
		padding-top: 10px;
		border-top: 1px solid #8393a8;
		}
	#footer .info {
		overflow: hidden;
		border-bottom: 1px solid #55667d;
		padding-bottom: 12px;
		}
	#footer .info p {float: left;}
		#footer .span1 {width: 455px;}
		#footer .span2 {width: 455px;}
		#footer .span3 {width: 210px;}


/**
 * Sub footer container
 *****************************************************/
#sub-footer {
	position: relative;
	height: 60px;
	overflow: hidden;
	font: 11px Arial;
	color: #363636;
	padding-top: 10px;
	white-space: nowrap;
	}
	#sub-footer .zebra {
		position: absolute;
		background:url(../img/zebra.png) no-repeat;
		padding: 15px 0 0px 60px;
		height: 45px;
		margin-left: 10px;
		}
	#sub-footer .copyright {
		position: absolute;
		padding-top: 15px;
		left: 260px;
		}
		#sub-footer .copyright span {
			display: block;
			color: #777;
			font-size:11px;
			padding-left: 12px;
			line-height: 13px;
			}
	#sub-footer .counter {
		position: absolute;
		right: 0px;
		}


/**
 * Middle container
 *****************************************************/
#middle {
	position: relative;
	z-index: 1;
	min-height: 200px;
	background: #fff;
	clear: both;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.16);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.16);
	box-shadow: 0 0 10px rgba(0,0,0,0.16);
	padding-top: 20px;
	}
.ethno-page #middle {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	padding-top: 12px;
	}
#middle h1,
#middle h2 {
	font: 24px "Times New Roman";
	color: #526378;
	margin-bottom: 0px;
	}
/*
#middle h3 {
	font-size: 18px;
	margin-bottom: 10px;
	}
*/
.internal {padding: 0px 40px 20px 20px;}
.content {
	font: 15px "Times New Roman";
	line-height: 22px;
	}
	.content h1, .content h2 {padding-bottom: 12px;}
	.content h2 {font-size: 21px;}
	.content p {margin-bottom: 17px;}



/**
 * Common content
 *****************************************************/
h1 .rss {
	position: relative;
	top: 14px;
	height: 28px;
	width: 16px;
	margin-right: 3px;
	}
/* news-period */
.news-period {
	padding: 0 0 20px 20px;
	overflow: hidden;
	}
	.news-period h2 {
		color: #526378;
		font: 24px Georgia;
		padding-bottom: 2px;
		border-bottom: 2px solid #ea1b51;
		margin-right: 40px;
		}
	.news-period .yesterday {
		float: left;
		width: 456px;
		}
	.news-period .week {
		float: left;
		width: 457px;
		}
	.news-period .month {
		float: left;
		width: 240px;
		}
	.news-period .month h2 {
		margin-right: 0px;
		}
	.news-period dl {
		float: left;
		width: 225px;
		padding-top: 10px;
		}
		.news-period dd {margin: 0 40px 25px 0;}
		.news-period dt {color: #969696; padding-bottom: 5px}

			
/* breadcrumbs */
.breadcrumbs {
	font-size: 14px !important;
	margin-bottom: 6px !important;
	}	



/**
 * =============================================================================================================
 *
 * Index page content
 *
 * ============================================================================================================= */
.blank {clear: both}
.index-h2 {padding-left: 20px}
/* Photo Reportage on index page */
#reports {
	float: left;
	width: 886px;
	padding-left: 20px;
	margin-bottom: 30px;
	}
#report-slider {
	width: 886px;
	height: 234px;
	margin-top: 10px;
	background-color: #aabbd0;
	background-position: 0 0;
	overflow: hidden;
	}
	#report-slider h3 {
		font: 15px Georgia;
		margin-bottom: 8px;
		}
	#report-slider h3 a{color: #616d7a;}
	#report-slider ul {
		width: 900px;
		padding: 23px 0 0 38px;
		}
	#report-slider li {
		position: relative;
		float: left;
		width: 170px;
		margin-right: 40px;
		list-style: none;
		color: #fff;
		font: 12px Arial;
		line-height: 16px;
		}
	#report-slider a {
		color: #fff;
		}
	#report-slider a:hover {
		color:#e5eeff;
		}
	#report-slider em {
		width: 168px;
		height: 113px;
		display: block;
		border: 1px solid #727272;
		border-radius: 5px;
		box-shadow: 0 1px 1px #c9d4e2;
		margin-bottom: 20px;
		}
	#report-slider img {
		border-radius: 5px;
		}
	#report-slider .date {
		position: absolute;
		z-index: 1;
		top: 120px;
		text-transform: uppercase;
		font: 10px Arial;
		color: #49505a;
		padding-bottom: 5px;
		}

/* Businass news */
.business {
	position: relative;
	margin-left: 932px;
	width: 240px;
	}
	.business-box {
		position: relative;
		margin-top: 10px;
		width: 240px;
		height: 234px;
		background-color: #aabbd0;
		background-position: -48px 0px;
		}
	.last-business {
		position: relative;
		padding: 18px 9px 9px 19px;
		}
	
	.business h3 b {
		display: block;
		position: absolute;
		width: 201px;
		height: 118px;
		border: 1px solid rgba(0,0,0,0.3);
		}
	.business h3 img {
		width: 203px;
		height: 120px;
		background: #eee;
		}
	.business h3 img, 
	.business h3 b {
		border-radius: 5px;
		}
	.business h3 span {
		padding-top: 17px;
		display: block;
		}
	.business h3 em.photo {display: block}
	.business .date {
		position: absolute;
		z-index: 1;
		top: 143px;
		text-transform: uppercase;
		font: 10px Arial;
		color: #49505a;
		padding-bottom: 5px;
		}
	.last-business a {color: #fff; font: 12px Arial;}
	.last-business a:hover {color: #e5eeff}



/* last-interview on index page */
.last-interview {
	position: relative;
	float: left;
	width: 426px;
	margin: 0 30px 30px 20px;
	}
	.last-interview .text {margin-left: 185px;}
	.last-interview h2 {
		padding-bottom: 0px;
		/* border-bottom: 2px solid #e52051; */
		}
	.last-interview .photo {
		padding-top: 15px;
		float: left;
		width: 170px;
		margin-top:2px;
		left: 0;
		font: 14px "Times New Roman";
		}
		.last-interview .photo a {
			text-decoration: none !important;
			}
		.last-interview .photo b {
			width: 165px;
			height: 150px;
			display: block;
			border-radius: 6px;
			font-size: 0;
			line-height: 0;
			margin-bottom: 5px;
			border: 1px solid #999;
			}
		.last-interview .photo img {
			width: 165px;
			height: 150px;
			border-radius: 5px;
			}
			.last-interview .anons {
				padding-top: 7px;
				}
				.last-interview .anons p {
					text-align: left !important;
					}
		.last-interview .photo span {
			color: #999;
			}
	.last-interview .text {
		margin-top: 15px;
		}
	.last-interview .text a {
		font-size: 18px;
		margin-bottom: 4px;
		}
	.last-interview .date {
		width: 140px;
		text-transform: uppercase;
		font: 10px Arial;
		color: #888;
		padding-bottom: 5px;
		}

/* AFISHA INDEX */
.afisha-index {
	position: relative;
	float: left;
	width: 246px;
	}
	.afisha-index h2 {padding-bottom: 18px;}
	.afisha-index .slider {
		height: 220px;
		overflow: hidden;
	}
	.afisha-index ul {
		position: relative;
		overflow: hidden;
	}
	.afisha-index li {
		display: block;
		overflow: hidden;
		height: 70px;
		margin-bottom: 5px;
		
		}
	.afisha-index img {
		padding: 1px;
		border: 1px solid #aaa;
		border-radius: 6px;
		float: left;
		}
	.afisha-index li span {
		display: block;
		margin-left: 85px;
		line-height: 17px;
	}
	.afisha-index li p {
		padding-top: 12px
	}
	
	.afisha-index .pages {
		margin-top: 5px;
		text-align: center;
		height: 50px;
		}
		.afisha-index .pages span {
			border-bottom: 1px dashed #486c96;
			color: #486c96;
			margin: 0 5px;
			cursor: pointer;
			font-size: 16px;
			}
		.afisha-index .pages span:hover {
			color: #ea174e;
			border-color: #ea174e;
			}
		.afisha-index .pages .inactive {
			color: #666 !important;
			cursor: default;
			border: none;
			}

/* last-comments on index page */
.last-comments {
	float: left;
	width: 456px;
	overflow: hidden;
	}
	.last-comments ul {	
		margin: 0 !important;
		padding: 0 !important;
		margin-top: 15px !important;
		width: 400px;
		overflow: hidden;
		}
	.last-comments h2 {
		padding-bottom: 0px;
		width: 405px;
		/* border-bottom: 2px solid #e52051; */
		}
	.last-comments li {
		float: left;
		width: 200px;
		list-style: none;
		margin: 0 !important;
		padding: 0 !important;
		height: 69px;
		overflow: hidden;
		}
	.last-comments .link {
		padding-right: 20px !important;
		max-height: 37px;
		overflow: hidden;
		}
	.last-comments .info {
		background-position: -877px -469px;
		padding-left: 12px;
		font-size:11px;
		color: #aaa
		}
	.last-comments .info span {
		margin-left: 10px;
		padding-left: 10px;
		background-position: -877px -490px;
		}

/* ban_right_of_comments */
.ban_right_of_comments {
	padding-top: 8px;
	}
	
.ads-places {
	overflow:hidden;
	clear:both;
	padding:0px 0 20px 20px;
	}
	.ads-places a {
		float: left;
		margin-right: 14px;
	}

/* Last video on index */
.last-video {
	margin-left: 20px;
	width: 886px;
	float: left;
	}
.last-video ul {
	margin-top: 10px;
	width: 886px;
	height:220px;
	}
	.last-video li {
		position: relative;
		float: left;
		width: 221px;
		height: 183px;
		list-style: none;
		}
		.last-video li .container {
			position: absolute;
			z-index: 112311;
			top:0;
			left:0;
			width: 183px;
			padding: 15px 18px 0 20px;
			}
			.last-video li.last .container{
				width: 200px;
				padding-right: 0;
				}
			.last-video h3 {
				font: 15px "Times New Roman", Serif;
				margin-bottom: 7px;
				}
			.last-video h3 a {
				color: #22375b;
				text-shadow: 0 1px 0 #d7e0e9;
				}
				.last-video h3 a:hover {color:#f9ccd8 !important}
			.last-video a.date {
				text-transform: uppercase;
				color: #fff;
				text-shadow: 0 -1px 0 #687585;
				font: 10px Arial;
				text-decoration: none;
				display: block;
				}
			.last-video img {
				margin-bottom: 5px;
				border-radius: 5px;	
				border: 1px solid #727272;
				height: 112px;
				width: 183px;
				}
			.last-video li .dscr {
				display: none;
				font: 11px/16px Arial;
				padding: 7px 0 12px 0;
				border-top: 1px solid #ec3a68;
				color: #fff;
				}
		
		/* hover */
		.last-video li.hover .container,
		.last-video li:hover .container {
			background: #ea174e;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			}
		.last-video li.hover h3 a,
		.last-video li:hover h3 a {
			color: #fff;
			text-shadow: none;
			}
		.last-video li.hover .date,
		.last-video li:hover .date {
			color: #f9ccd8;
			text-shadow: none;
			padding-bottom: 8px;
			border-bottom: 1px solid #c71442;
			}
		.last-video li:hover .dscr,
		.last-video li.hover .dscr {
			display: block;
			}

/* Отдельностоящий блок с видео на гл. странице */
#side-video, #side-video ul, #side-video li {width: 239px}
#side-video {padding: 27px 0 0 8px !important;}
#side-video li .container {
	width: 219px;
	padding: 15px 0px 0 20px;
	}

#side-video img {width: 200px !important}



/**
 * NEWS MODULE
 *****************************************************/
/* Last News */
.news {
	position: relative;
	z-index: 123;
	background: #fff;
	padding: 0 200px 50px 20px;
	height: 744px;
	/* overflow: hidden; */
	background: url(../img/bg_news_block.png)  left bottom no-repeat;
	}
	.news li a {
		text-decoration: none;
		font-family: Arial;
		color: #000;
	}
	.news .pages {
		position: absolute;
		top: 14px;

		z-index: 1;
		width: 975px;
		text-align: right;
		}
	
	.slider-container {
		/* width: 1000px; */

		padding-top: 25px;
		/* overflow-x: hidden */
		}
		.slider {
			/* width: 10000px; */
			}
	.news ul {
		width: 1100px;
		}
	.news li {
		width: 205px;
		height: 210px;
		position: relative;
		display: block;
		list-style: none;
		float: left; 
		margin: 0 35px 20px 0;
		z-index: 1;
		}
	.news li:hover {z-index: 200}
	.news h3 b {
		display: block;
		position: absolute;
		width: 201px;
		height: 123px;
		/*border: 1px solid rgba(0,0,0,0.3);*/
		}
	.news h3 img {
		width: 203px;
		height: 125px;
		background: #eee;
		}
	.news h3 img, 
	.news h3 b {
		border-radius: 3px;
		}
	.news h3 span {
		padding-top: 12px;
		display: block;
		}
	.news h3 em.photo {display: block}
		
	.news .date {
		position: absolute;
		z-index: 1;
		top: 128px;
		text-transform: uppercase;
		font: 10px Arial;
		color: #aaa;
		padding-bottom: 5px;
		}
		.news .date span {
			color: #ea174e;
			font-size: 11px;
			padding-right: 6px;
		}
	.news h3 {
		font-size: 13px;
		font-weight: normal;
		padding-bottom: 5px;
		}
	.news .anons {
		display: none;
		text-align: left !important;
		}
		.news .anons p {
			text-align: left !important;
			}
	.news .select {
		background: #ea174e;
		position: absolute;
		z-index: 211;
		top: -17px;
		left: -17px;
		width: 205px;
		z-index: 10;
		padding: 17px;
		border-radius: 5px;
		color: #fbd3de;
		/*box-shadow: 0 1px 5px rgba(0,0,0,0.4)*/
		}
		.news .select a {
			color: #fff;
			}
		.news .select b {
			border: none;
			}
		.news .select .date {
			top: 145px;
			color: #f8aec1;
			}
			.news .select .date span {
				color: #fff !important;
			}
		.news .select h3 {
			padding-bottom: 12px;
			border-bottom: 1px solid #c71442
			}
		.news .select .anons {
			border-top: 1px solid #ec3a68;
			display: block;
			padding-top: 7px;
			/* text-shadow: 0 -1px 1px #790c28; */
			color: #ffe5eb;
			font: 12px/19px Tahoma;			
			}

		
	/* First news of list */
	.news li.first {
		width: 253px;
		height: 510px;
		overflow: hidden;
		}
		.news li.first a {color: #486c96}
		.news li.first a:hover {color: #ea174e}
		.news .first h3 {
			font-size: 18px;
			line-height: 22px;
			}
		.news .first h3 img {
			display: block;
			height: 172px;
			width: 252px;
			}
		.news .first h3 b {
			border-width: 2px;
			width: 248px;
			height: 168px;
			}
		.news .first h3 img, 
		.news .first h3 b {
			border-radius: 5px;
			}
		.news .first h3 span {
			padding-top: 30px;
			}
		.news li.first .date {
			top: 185px;
			}
		.news li.first h3 a:hover b {
			border-color: rgba(0,0,0,0.5);
			}
		.news li.first .anons {
			padding-top: 6px;
			display: block;
			}

/* News count */
.news-count {
	position: absolute;
	top: 600px;
	width: 208px;
	}
	.news-count .ldate {
		display: block;
		background-position: left -102px;
		background-color: #6d84a1;
		color: #fff;
		padding-left: 10px;
		height: 20px;
		line-height: 20px;
		text-shadow: 0 -1px 1px #424c58;
		box-shadow: 0 0 4px rgba(0,0,0,0.15);
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		margin-bottom: 10px;
		}
	.news-count .ltext {
		padding-left: 10px;
		}
	.news-count .numpages {
		
		margin-top: 20px;
		position: static !important;
		text-align: left !important;
		}
		.news-count .numpages a {
		    text-decoration: none;
		}
	.news-count .numpages p {
		text-align: center;
		margin-bottom: 0px;
		}
	.news-count .numpages .numbers a,
	.news-count .numpages .numbers span {
	    margin:0 3px;
	}
/* News rubrics */
.rubric {
	height: 740px;
	z-index: 200;
	}
.rubric {
	position: absolute;
	top: 20px;
	right: -6px;
	width: 168px;
	background: #748dab url(../img/rubric_bg.png) top right repeat-y;
	box-shadow: none, 10px 0 10px #000;
	padding-bottom: 10px;
	}
	.rubric div {
		background: url(../img/rubric_light.png) no-repeat left top;
		}
	.rubric li {
		list-style: none;
		padding: 6px 10px 6px 20px;
		font: 12px Arial;
		zoom: 1;
		}
		.rubric li.sel {background: url(../img/rubric_sel.png) left 6px no-repeat}
		
	.rubric ul {
		border-bottom: 1px solid #53647b;
		border-top: 1px solid #8b9cb2;
		}
		.rubric .first {border-top: none}
		.rubric .last {border-bottom: none}
	.rubric .important a {
		/* font-weight: bold; */
		color: #fdf6bc;
		text-shadow: 1px 1px 1px #54637d;
		}
	.rubric a {color: #fff;}
	.rubric a:hover, .rubric .important a:hover {color: #bbc7d6;}
	.rubric .corner-top,
	.rubric .corner-btm {
		position: absolute;
		top: -5px;
		right: 0;
		width: 5px;
		height: 5px;
		line-height: 0;
		font-size: 0;
		background-position: -595px -562px;
		}
	.rubric .corner-btm {
		background-position: -595px -567px;
		top: auto;
		bottom: -5px;
		right: 0;
		}
	
			
/* Some news item */
.news-item {
	background: #fff;
	margin: 0 142px 50px 0px;
	padding: 0 20px 20px 0;
	overflow: hidden;
	}
	.news-item h1 {
		padding-bottom: 19px;
	}
	.news-shadow {
		padding: 0 20px 20px 20px;
		box-shadow: 0 0 20px rgba(0,0,0,0.3);
		border-radius: 0 0 10px 0;
		overflow: hidden;
		min-height: 750px;
		}
	.news-item .main-photo {
		padding-top: 6px;
		margin-bottom: 10px;
	}
	.news-item .main-photo img {
		border-radius: 6px;
		}
	.news-item .main-photo b {
		display: block;
		border-radius: 5px;
		position: absolute;
		border: 1px solid rgba(0,0,0,0.3);
		border-width: 2px;
		width: 248px;
		height: 168px;
		}
	.news-item .photo {
		float: left;
		width: 300px;
		}
	.news-item .photo .date {
		font-style: italic;
	}
	.news-item .text {
		margin-left: 330px;
		/*font-size: 16px;
		line-height: 23px;*/
		font: 15px/21px Arial !important;
		/*color: #444 !important;*/
		/*text-align: justify;*/
		padding-right: 20px;
		}
	.news-item .text ul,
	.news-item .text ol {
		margin: 0 0 12px 30px;
	}
	.news-item .text table {
		border-collapse: collapse;
		margin-bottom: 12px;
		}
	.news-item .text table p {
		margin: 0;
		padding: 0;
		}
	.news-item .text th {
		background: #eee;
		}
	.news-item .text td,
	.news-item .text th {
		padding: 2px 5px;
		border: 1px solid #999;
		}


/**
 * Modules
 *****************************************************/

/* Comments */
.comments {
	border-top: 1px dotted #ddd;
	margin-top: 40px;
	padding: 40px 0 0px 0;
	}
	.com-page {
		padding: 0;
		margin: 0;
		border: none;
		}
	.comments h2 {padding: 0px 0 20px 0}
	.comments h2 a {
		font-size: 14px;
		margin: 0 20px
		}
	.comments h2 span {
		font-size: 14px;
		color: #aaa;
		}
	.comments .total {padding:  0 0 10px 0;}
	
	/* Comments list */
	.comments dl {
		position: relative;
		margin-bottom: 40px;
		border-radius: 10px;
		box-shadow: 0 2px 5px rgba(0,0,0,0.15);
		}
		.comments dl.even {
			background: #f5f5f5;
			box-shadow: 0 2px 5px rgba(0,0,0,0.2);
			}
		.comments dl.even dt {text-shadow: 0 1px 1px #fff}
		.comments .date {
			color: #999;
			margin-left: 10px;
			}
		.comments dd {
			padding-left: 45px;
			}
		.comments dt {
			padding-top: 10px;
			margin: 0 20px 0 45px;
			border-bottom: 1px dotted #ccc;
			}
		.comments dd {
			margin-top: 5px;
			padding-right: 20px;
			min-height: 25px;
			padding-bottom: 10px;
			}
			.comments dt a {font-size: 12px; float: right; color: #aaa}
			.comments dt a:hover {color: #000}
			.comments dl:last-child dd {
				border: none
				}
		.comments dd img {
			position: absolute;
			left: 10px;
			top: 15px;
			}
		.comments .admin {color: #c55}
		.comments label span {display: block;}
	
	/* Add comment form */
	.comment-form {
	    position: relative;
	    display: none;
	}
	.comment-form h3 {
	    font: 18px/25px Arial;
	    margin-bottom: 8px;
	}
	.comment-form p {
	    padding: 0;
	    margin: 0 0 12px 0;
	}
	.comment-form label {
	    display: inline-block;
	}
	.comment-form label span {
	    display: inline;
	}
	.comment-form__comment,
	.comment-form__author {
	    border: 1px solid #000; 
	    box-sizing: border-box;
	    width: 100%;
	    padding: 5px 7px;
	    color: #000;
	    font: 14px/18px Arial;
	}
	.comment-form__comment {
	    height: 160px;
	    min-height: 100px;
	    max-height: 400px;
	    resize: vertical;
	}
	.comment-form__author-label {
	    float: right;
	}
	.comment-form__author {
	    width: 200px;
	    margin-left: 15px;
	}
	.comment-form__button {
	    border: none;
	    margin: 0;
	    padding: 0 30px;
	    height: 33px;
	    background: #e12b54;
	    color: #fff;
	    font: 14px/33px Arial;
	    cursor: pointer;
	}
	.comment-form__note {
	    font: 12px/16px Arial;
	    color: #888;
	}
	/*
	.comments form {
		display: none;
		width: 510px;
		background: #eee;
		padding: 20px;
		border-radius: 20px;
		margin-bottom: 40px;
		}
		.comments label input,
		.comments label textarea {
			width: 500px
			}
		.comments label textarea {
			height: 200px
			}
		.comments form p {
			margin: 0;
			padding-bottom: 10px;
			}*/
			
/* Feedback form */
#feedback {
	margin-top: 10px;
	overflow: hidden;
	}
	#feedback input, 
	#feedback textarea, 
	#feedback select {width: 300px;}
	#feedback textarea {height: 100px;}
	#feedback label {
		float: left;
		display: block;
		width: 170px;
		}
	input#submit {
		margin-left: 170px;
		width: 100px;
		}
	#feedback span {color: red;}


/* Photoalbums list */
.photoalbums {
	padding:0 20px 40px 20px;
	overflow: hidden;
	margin-right: 10px;
	}
	.photoalbums li {
		position: relative;
		float: left;
		width: 205px;
		height: 280px;
		margin-right: 45px;
		list-style: none;
		color: #fff;
		}
	.photoalbums strong {
		width: 203px;
		height: 125px;
		display: block;
		border: 1px solid #727272;
		border-radius: 5px;
		box-shadow: 0 1px 1px #c9d4e2;
		margin-bottom: 25px;
		}
	.photoalbums img {
		border-radius: 5px;
		}
	.photoalbums .date {
		position: absolute;
		z-index: 1;
		top: 132px;
		text-transform: uppercase;
		font: 10px Arial;
		color: #888;
		padding-bottom: 5px;
		}
	
/* Some photoreport */
.photoreport li {
	list-style: none;
	margin-bottom: 30px;
	}


/* Video list */
.video-list {
	overflow: hidden;
	width: 1200px;
	}
	.video-list li {
		overflow: hidden;
		float: left;
		width: 170px;
		height: 240px;
		margin-right: 60px;
		list-style: none;
		text-align: center;
		color: #fff;
		font-size: 13px;
		}
	.video-list li.w-dscr {
		width: 430px !important;
		margin-right: 30px !important;
		}
	.video-list div {
		color: #545454;
		width: 240px;
		float: right;
		text-align: left;
		line-height: 15px !important;
		font: 11px Arial;
		}
	.video-list a {
		display: block;
		width: 170px;
		float: left;
		}
	.video-list p.date {
		text-align: left;
		font: 10px Arial;
		color: #545454;
		text-decoration: none;
		margin-bottom: 5px;
		}
	.video-list a b {
		width: 168px;
		height: 113px;
		display: block;
		border: 1px solid #727272;
		border-radius: 10px;
		box-shadow: 0 1px 1px #c9d4e2;
		margin-bottom: 7px;
		}
	.video-list a img {border-radius: 10px;}
	.video-list a em {font-style: normal;}

/* Some video */
.video {
	overflow: hidden;
	/* margin-left: 280px; */
	width: 860px;
	margin-bottom: 50px;
	}
.video .date {color: #999;}
.video-player {margin-bottom: 10px;}
	.video-player #main {
		width: 452px;
		margin:0 !important;
		padding: 0 !important;
		}

.video-part {
	margin-bottom: 30px;
	}
	.video-part h3 {
		margin-bottom: 10px;
		font-size: 20px;
		font-weight: normal;
		}

/* Error */
.error {
	color: #f00;
	padding: 0 0 15px 0;
	}
.error li {
	margin-left: 16px
	}
	
#header .smi {
	position: absolute;
	top: 70px;
	left: 725px;
	color: #486C96;
	font: italic 12px Tahoma;
}


/* social networks */
.soc {
	position: absolute;
	top: 35px;
	right: 500px;
	}
	.soc li {
		float: left;
		margin-right: 10px;
		list-style: none;
		width: 27px;
		height: 27px;
		background: url(../img/ico.png) no-repeat;
		}
	.soc li a {
		display: block;
		width: 27px;
		height: 27px;
		text-decoration: none;
		}
	.age-cenz a {
		background: none !important; 
		text-align: center; 
		color: #fdf6bc; 
		font: 12px/27px Arial;
		text-shadow: 0 -1px 0 #000
		}	
	.soc-vk a {background-position: -587px -573px}
	.soc-fb a {background-position: -624px -573px}
	.soc-tw a {background-position: -663px -573px}
	.soc-rss a {background-position: -699px -573px}
	
	
/* Посковая форма в результатах поиска */
#header .search {
	position: absolute;
	top: 30px;
	right: 0;
	background: #8797aa;
	padding: 5px;
	border-radius: 6px;
	}
	#header .search div {
		border-radius: 6px;
		background-color: #fff;
		background-position: left -123px;
		padding: 3px 2px 0px 3px;
		line-height: 0;
		
		}
	#header .search .stext {
		vertical-align: top;
		width: 400px;
		border:0;
		font-size: 14px;
		color: #444;
		background: transparent;
		height: 20px;
		}
	#header .search .sbtn {
		vertical-align: top;
		height: 19px;
		background-color: #596d83;
		background-position: left -149px;
		border: 0;
		border-radius: 6px;
		color: #fff;
		padding: 0px 8px 2px 8px;
		font-size: 13px;
		font-style: italic;
		text-shadow: 0 -1px 0 #414f5e;
		cursor: pointer
		}
#search_pages {margin-top: 10px;}
	#search_pages .search {
		width: 380px;
		margin-right: 6px
		}
	#search_pages ol {
		margin-left: 20px
		}
		

/**
 * AFISHA MODULE
 *****************************************************/
/* Last afisha */
/*
.afisha {
	position: relative;
	z-index: 123;
	background: #fff;
	padding: 0 200px 50px 20px;
	height: 744px;
	background: url(../img/bg_news_block.png)  left bottom no-repeat;
	}
	.afisha .pages {
		position: absolute;
		top: 14px;

		z-index: 1;
		width: 975px;
		text-align: right;
		}
	

	.afisha ul {
		width: 1100px;
		}
	.afisha li {
		width: 205px;
		height: 210px;
		position: relative;
		display: block;
		list-style: none;
		float: left; 
		margin: 0 35px 20px 0;
		}
	.afisha h3 b {
		display: block;
		position: absolute;
		width: 201px;
		height: 123px;
		border: 1px solid rgba(0,0,0,0.3);
		}
	.afisha h3 img {
		width: 203px;
		height: 125px;
		background: #eee;
		}
	.afisha h3 img, 
	.afisha h3 b {
		border-radius: 5px;
		}
	.afisha h3 span {
		padding-top: 20px;
		display: block;
		}
	.afisha h3 em.photo {display: block}
		
	.afisha .date {
		position: absolute;
		z-index: 1;
		top: 130px;
		text-transform: uppercase;
		font: 10px Arial;
		color: #888;
		padding-bottom: 5px;
		}
	.afisha h3 {
		font-size: 14px;
		font-weight: normal;
		padding-bottom: 5px;
		}
	.afisha .anons {
		display: none;
		text-align: left !important;
		}
		.afisha .anons p {
			text-align: left !important;
			}
	.afisha .select {
		background: #ea174e;
		position: absolute;
		z-index: 211;
		top: -17px;
		left: -17px;
		width: 205px;
		z-index: 10;
		padding: 17px;
		border-radius: 5px;
		color: #fbd3de;
		box-shadow: 0 1px 5px rgba(0,0,0,0.4)
		}
		.afisha .select a {
			color: #fff;
			}
		.afisha .select b {
			border: none;
			}
		.afisha .select .date {
			top: 147px;
			color: #f8aec1;
			}
		.afisha .select h3 {
			padding-bottom: 12px;
			border-bottom: 1px solid #c71442
			}
		.afisha .select .anons {
			border-top: 1px solid #ec3a68;
			display: block;
			padding-top: 7px;
			color: #ffe5eb;
			font: 12px/19px Tahoma;			
			}*/

.rubric table {
	color: #fff;
	margin: 20px auto 0 auto;
	}
.rubric td {
	padding: 2px 3px
	}
.rubric th {
	padding: 2px;
	text-align: center;
	}
.rubric .calendarHeader {
	background: #5a6c86;
	}
.rubric .weekend {
	background: #768dae;
	}
.calendarToday a {
	font-weight: bold;
	color: #fff36b;
	}
	

/* Голосование Ярмарка */
div.yarm {position: relative}
.yarm_logo {position: absolute; left: 0; top:0px}
table.yarm {
	border-collapse: collapse;
	}
	table.yarm td,
	table.yarm th {
		padding: 10px 5px;
		vertical-align: top;
		border-bottom: 1px dotted #999;
		cursor: pointer
		}
	table.yarm th {
		background: #eee;
		cursor: default
		}
	table.yarm tr:hover td {background: #eaf3ff; }
	table.yarm tr.sel td {background: #fae9ee; }
	table.yarm tr.sel .yarm_title {color: #c32851 !important}
	table.yarm label {display: block}
.yarm_chk {
	width: 42px;
	color: #576a82;
	}
.yarm_num {
	width: 30px;
	color: #576a82;
	}
.yarm_title {
	width: 300px;
	padding-right: 30px !important;
	color: #576a82;
	font-weight: bold
	}
.score {width: 80px; color: #000; font-weight: bold; text-align: center}
a.pollsubmit {display: block-inline; font-size: 24px; border-radius: 8px; padding: 5px 20px; background: #75869c; text-decoration: none; color: #fff}
a.pollsubmit:hover {background: #8396af}

.poll center h3 {
	font: 18px Georgia;
	color: #526378;
	margin-bottom: 10px;
	}
	
.border-box {
	padding: 17px 20px;
	margin-bottom: 20px;
	border: 1px solid #d1d9e2;
	border-radius: 5px;
	background: #e9f2fc;
	}
.driver-info p.photo {
	padding-top: 6px;
	float: left;
	margin: 0 !important;
	text-align: center;
	font-style: italic;
	}
.driver-info p {margin-left: 190px;}
form.driver {
	margin: 0 auto
	}
.driver-submit {
	width: auto !important;
	font-size: 24px;
	}
	


/* poll */
.index-poll {
	float: left;
	margin-left: 20px;
	width: 240px;
	}
	.index-poll h2 {
		margin-bottom: 15px !important;
		}
.poll {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
	}
.content .poll {
	padding: 0;
	background: none;
	}
	.poll p {
		font-size: 15px;
		}
	.question {
		background-color: #f75b81;
		background-position: -582px -234px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		color: #fff;
		font-size: 14px !important;
		line-height: 24px !important;
		/* font-weight: bold; */
		padding: 3px 20px;
		text-align: center;
		}
	.poll ul {
		padding: 8px 0;
		}
	.poll li {
		overflow: hidden;
		list-style: none;
		margin: 5px 0;
		}
.vote-bar {
	position: relative;
    background: none repeat scroll 0 0 #E5E5E5;
    border: 1px solid #BBBBBB;
    border-radius: 5px 5px 5px 5px;
    clear: left;
    font-size: 0;
    height: 2px;
    line-height: 0;
    margin-bottom: 3px;
    padding: 1px;
    width: 200px;
}
.vote-bar p {
    background: #e32153;
    border-radius: 5px 5px 5px 5px;
    height: 2px;
}
.vote-count {
    position: absolute;
    right: -30px;
    margin: 0px 0 0 10px;
    text-align: right;
    font-size: 12px !important
}
.vote-item {
	overflow: hidden;
	width: 300px;
    color: #555555;
}




/* Temp Afisha */
.temp-afisha {
	width: 281px;
	float: left;
	margin-left: 20px;
	padding-right: 10px;
	}
	.temp-afisha h2 {
		margin-bottom: 15px !important;
		}
	.temp-afisha ul {
		list-style: none;
		margin-bottom: 12px;
		}
	.temp-afisha li span {color: #df2553}




/* ============================================================ */
/*							Э Т Н О 							*/
/* ============================================================ */
.ethno {
	padding-left: 17px;
	position: relative;
	min-height: 600px
	}
.ethno h1 {padding-bottom: 10px}
.ethno .rubric {
	height: auto;
	position: absolute;
	}
	.ethno .rubric .menu {border-bottom: 0}
	.ethno .rubric .main-link {border-top: 0}
.ethno .date {
	text-transform: uppercase;
	font: 10px Arial;
	color: #888888;
	}
	


/**
 *  Э Т Н О  -  Г Л А В Н А Я  С Т Р А Н И Ц А
 ***************************************************************/
 
/* Common */
.ethno * {zoom:1}
.ethno .block {overflow: hidden;}
.ethno-internal {padding-right: 190px;}

.ethno-page .pattern {
	position: relative;
	overflow: hidden;
	height: 21px;
	background: url(../img/ethno/pattern.png) repeat-x center left;
	padding: 20px 0;
	margin: 0 -5px;
	}
	.ethno-page .pattern p {
		position: absolute;
		top: 41px;
		background: url(../img/ethno/pattern_corner.png) no-repeat;
		width: 5px;
		height: 4px;
		line-height: 0;
		}
	.ethno-page .pattern p.l {left: 0; background-position: top left}
	.ethno-page .pattern p.r {right:0; background-position: top right}
	
/* Лица севера */
.eth-index .faces {
	margin-bottom: 30px;
	}
	.eth-index .faces .box {
		position: relative;
		background: #eaeff4 url(../img/ethno/faces.png) no-repeat;
		width: 480px;
		height: 142px;
		margin: 8px 0 0 -8px;
		padding: 0 305px 0 200px;
		padding-top: 15px;
		}
		.eth-index .faces .name {
			position: absolute;
			top: 132px;
			left: 39px;
			width: 147px;
			text-align: center;
			font: 11px Arial;
			color: #535d6e;
			}
		.eth-index .faces .box div {padding-top: 5px;}
		.eth-index .faces .box a img {
			position: absolute;
			top: 17px;
			left: 39px;
			width: 147px;
			height: 111px;
			-moz-border-radius: 0 5px 5px 0;
			-webkit-border-radius: 0 5px 5px 0;
			border-radius: 0 5px 5px 0;
			}
		.eth-index .faces .date {
			color: #cf3f65 !important;
			}
			
			
.ethno .text {
	font-size: 16px;
	line-height: 23px;
	padding-bottom: 20px;
	}
.ethno .text p {
	margin-bottom: 12px;
	}
.ethno .text ul {
	margin-left: 20px;
	margin-bottom: 12px;
	}
/* Актуально */
.urgent {
	float: left;
	width: 710px;
	}
	.urgent .eth-items {
		margin-top: 10px
		}
		
/* Видео */
.eth-video {
	position: relative;
	margin-left: 731px;
	width: 250px;
	margin-bottom: 20px;
	}
	.eth-video h2 {
		padding-left: 13px;
		}	
	.eth-video .box {
		height: 235px;
		background: #b8c6d7 url(../img/ethno/video.png) no-repeat;
		}
	.eth-video .next, 
	.eth-video .prev {
		position: absolute;
		width: 18px;
		height: 18px;
		top: 50px;
		background: url(../img/ethno/horisontal_arrow.png) no-repeat;
		cursor: pointer;
		}
	.eth-video .next {right: 20px; background-position: right top} 
	.eth-video .prev {left: 20px}
	
	.eth-video li {
		display: block;
		width: 210px;
		height: 180px;
		text-align: center;
		}

	.index-video-list {
		position: absolute !important;	
		font-size: 14px;
		line-height: 14px;
		top: 80px !important; 
		left: 20px !important;
		}
		.index-video-list a {color: #fff;}
		.index-video-list a:hover {color: #ea174e}
		.index-video-list img {border-radius: 5px}
	.video-bullets {
		position: absolute;
		top: 50px;
		left: 50px;
		width: 150px;
		text-align: center;
		}
		.video-bullets .btngo {
			display: inline-block;
			margin: 0 2px;
			width: 7px;
			height: 8px;
			line-height: 0;
			font-size: 0;
			background: url(../img/ethno/bullets.png) no-repeat;
			cursor: pointer;
			}
			.video-bullets .active {
				background-position: left bottom;
				}
		
/* Этническая музыка */
.eth-audio {
	margin-left: 731px;
	width: 250px;
	}
	.eth-audio h2 {
		padding-left: 13px;
		}	
	.eth-audio .box {
		height: 143px;
		background: #b8c6d7 url(../img/ethno/audio.png) no-repeat;
		}
	.eth-audio ul {
		padding: 22px 22px 0 22px;
		}
	.eth-audio ul li {
		list-style: none;
		padding-left: 14px;
		background: url(../img/ethno/note.png) no-repeat left 4px;
		margin-bottom: 8px
		}
	.eth-audio a {
		color: #526378;
		}
	.eth-audio a:hover {
		color: #000;
		}
	.eth-audio span {
		color: #888888;
		font: 10px Arial;
		}
		
		
/* Культура и быт народов Камчатки */
.culture {
	padding: 20px 0 40px 0;
	}
	.culture ul {
		width: 1179px;
		height: 262px;
		background: url(../img/ethno/cult_bg.png) no-repeat;
		margin-top: 5px;
		margin-left: -9px !important;
		padding: 0 0 0 13px;
		}
	.culture li {
		position: relative;
		list-style: none;
		float: left;
		width: 231px;
		margin: 11px 0px 0px 0px;
		}
	.culture .container {
		position: absolute;
		width: 197px;
		margin: 11px 0px 0px 0px;
		padding: 158px 17px 13px 17px;
		}
	.culture .link .parent {
		color: #ea174e;
		}
	.culture li .anons {display: none}
	.culture a img {
		width: 197px;
		height: 136px;
		border: 1px solid #9e9e9e;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		}
	.culture a b {
		position: absolute;
		top: 17px;
		display: block;
		}
	/* hover */
	.culture li:hover .container,
	.culture li.hover .container{
		background: #ea174e;
		color: #fff;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		}
		.culture li:hover a, .culture li.hover a {color: #fff !important}
		.culture li:hover .link, .culture li.hover .link {
			padding-bottom: 10px;
			border-bottom: 1px solid #c71442;
			}
		.culture li:hover .anons, .culture li.hover .anons {
			display: block;
			padding-top: 7px;
			border-top: 1px solid #ec3a68;
			}
		.culture li:hover img, .culture li.hover img {
			border: 1px solid #c71442;
			}

/* Последние комментари */
.ethno .last-comments {width: 482px;}
.ethno .last-comments ul{
	width: 580px;
	}
.ethno .last-comments li {
	width: 251px;
	padding-right: 25px;
	}
/* Новости коренной Камчатки */
.eth-news {width: 440px !important;}
.eth-news p {padding-right: 20px;}
.eth-news li {width: 231px !important; height: auto; padding-bottom: 10px!important}
.eth-news .date {
	text-transform: uppercase;
	font: 10px Arial;
	color: #888888;
	margin-bottom: 3px;
	}
.eth-news .br {
	clear:both;
	height: 0;
	float: none;
	line-height: 0;
	}

.ethno .banner-right-news {
	width: 212px;
	float: right;
	margin-right: 25px;
	}
	
	

/**
 *  Э Т Н О  -  М О Д У Л И
 ***************************************************************/
.ethno-page .rubric .faq {
	position: absolute;
	bottom: -52px;
	right: 0;
	width: 168px;
	height: 52px;
	background: url(../img/ethno/faq_menu.png) no-repeat left top;
	font: 12px Arial;
	line-height: 59px;
	}
	.ethno-page .rubric .faq a {
		padding-left: 20px
		}
	.ethno-page .rubric .faq a:hover {
		color: #ffe5ec;
		}
.ethno-page .rubric .shadow {
	position: absolute;
	z-index: 2;
	bottom: -226px;
	background: url(../img/ethno/shadow.png) no-repeat;
	width: 55px;
	height: 179px;
	}
/* Списки статей */
.etn-art-content {
	margin-bottom: 20px;
	}
.eth-items li {
	float: left;
	list-style: none;
	position: relative;
	overflow: hidden;
	padding-left: 180px;
	min-height: 144px;
	padding-bottom: 35px;
	width: 265px;
	margin-right: 50px;
	}
	.eth-items li b {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		line-height: 0;
		border: 1px dotted #71bfe0;
		width: 165px;
		overflow: hidden;
		}
		.eth-items li b img {
			padding: 1px;
			border: 1px dotted #71bfe0;
			}
	.eth-items .date {
		text-transform: uppercase;
		font: 10px Arial;
		color: #888888;
		}
	.eth-items p {padding-bottom: 5px}
	.eth-items li.br {
		width: 100%;
		height: 0 !important;
		clear: both;
		margin: 0 !important;
		padding: 0 !important;
		line-height: 0 !important;
		min-height: 0 !important;
		}
	.eth-index .eth-items li {
		float: none !important;
		width: auto !important;
		padding-bottom: 10px !important;
		margin-right: 0px !important;
		}
/* Подробная статья */
.art-share {
	float: right;
	margin-top: 2px;
	}
.art-h1 {
	margin-right: 160px;
	margin-bottom: 3px;
	padding: 0 !important;
	}
.ethno-art-one {
	margin-top: 20px;
	}
.ethno-art-one .photo {
	width: 280px;
	float: left;
	}
.ethno-art-one .photo p a {
	display: block;
	/* background: url(../img/ethno/border3.png) no-repeat; */
	border: 1px dotted #71bfe0;
	font-size: 0;
	line-height: 0;
	width: 257px;
	}
.ethno-art-one .photo p a img {
	border: 1px dotted #71bfe0;
	padding: 1px;
	}
.ethno-art-one .block {
	padding-bottom: 20px;
	}
.ethno-art-one .text {margin-left: 280px;}
.art-params {
	margin-top: 20px;
	width: 259px;
	background: url(../img/ethno/param_border_top.png) no-repeat top left;
	}
	.art-params div {
		background: url(../img/ethno/param_border_bottom.png) no-repeat bottom left;
		padding: 10px 3px;
		}
		.art-params dl {
			font: 11px Tahoma;
			overflow: hidden;
			line-height: 14px;
			margin: 5px 0 
			}
		.art-params dt {
			color: #e9315c;
			padding-right: 10px;
			display: block;
			float: left;
			width: 95px;
			text-align: right;
			
			}
		.art-params dd {
			color: #526378;
			margin-left: 105px;
			clear: right
			}
			
/* Фотографии в статье */
.wraper-vertical-gallery {
	height: 642px;
	margin: 50px 0 0 0;
}
.art-photos-vertical {
	position: relative;
	width: 260px;
	height: 642px;
	}
	.art-photos-vertical p {
		position: absolute;
		background: url(../img/ethno/vertical_arrow2.png) no-repeat 0 0;
		width: 63px;
		height: 23px;
		left: 100px;
		cursor: pointer;
		}
	.art-photos-vertical .prev {
		top: -30px;
		}
	.art-photos-vertical .next {
		bottom: 25px;
		background-position: bottom left;
		}
	.art-photos-vertical li {
		margin: 0;
		height: 200px;
		}
	.art-photos-horizontal ul {
		margin: 0 !important;
		}
	.art-photos-horizontal {
		/* clear: both; */
		}
	.art-photos-horizontal li {
		float: left; 
		list-style: none;
		margin: 0 10px 10px 0;
		}	
	
	.gallery a {
		display: block;
	    font-size: 0;
	    line-height: 0;
		width: 257px;
		overflow: hidden;
		border: 1px dotted #71bfe0;
		}
		.gallery a img {
			padding: 1px;
			border: 1px dotted #71bfe0;
			}
	.art-photos-horizontal .gallery a {width: 221px;}
	


/* Ретранслятор фото */
.ethno .photoalbums {
	margin: 0;
	padding: 0;
	width: 1000px;
	}
	
/* Календарь */
.eth-calendar h1 {
	margin-bottom: 10px !important;
	}
.eth-calendar h2 {
	margin-top: 10px !important;
	margin-bottom: 15px !important;
	padding-bottom: 0px;
	background: url(../img/ethno/cal_bg.png) repeat-x bottom;
	}
.eth-calendar h2 span {
	display: inline-block;
	padding-right: 64px;
	padding-top: 15px;
	line-height: 25px;
	background:  url(../img/ethno/cal_icons.png) no-repeat top right;
	}
	.winter span {background-position: right 14px !important}
	.spring span {background-position: right -42px !important}
	.summer span {background-position: right -106px !important}
	.autumn span {background-position: right -158px !important}

.calendar-date {
	color: #e9315c;
	font-size: 18px;
	margin-bottom: 5px;
	}
	
/* Раздел ЧУМовое видео */
.ethno .video-list {
	width: 1000px;
	}
.ethno .flash-player-info {display: none}



/* Рекламная страница Пасифика */
#ad-pacific {
	font-size: 16px;
}
#ad-pacific h3 {
	font: italic 18px "Times New Roman";
	color: #e51c4d;
	padding: 12px 0 8px;
	}
	#ad-pacific p {
		text-align: justify;
		
		}
.tt-title strong {
	color: #486c96;
	border-bottom: 1px dashed #486c96;
	cursor: pointer;
	
	}
.tt-title strong:hover {
	color: #ea174e;
	border-color: #ea174e;
	}
.tt {
	display: none;
	background: #e7eaef;
	padding: 10px;
	color: #363738
	}
.tt span {
	display: inline-block;
	width: 100px;
	color: #38445a;
}
#ad-pacific .cur {
	color: #000;
	border-color: #000;
	font-weight: bold;
}
.pacific-tours h3 {
	border-top: 1px dotted #999;
	margin-top: 36px;
	padding-top: 30px !important;
}
h3.tour-first {
	padding-top: 0 !important;
	margin-top: 0 !important;
	border-top: none !important;
}




/* Летающий блок опросов */
.open-poll {
	position: fixed;
	z-index: 1111;
	top: 388px;
	left: 50%;
	width: 37px;
	height: 195px;
	margin-left: -637px;
	background: url(../img/open_poll2.png) no-repeat;
	cursor: pointer;
}
.fly-poll {
	display: none;
	position: fixed;
	overflow: hidden;
	z-index: 1111;
	top: 100px;
	left: 50%;
	margin-left: -270px;
	background: #f8f8f8;
	width: 500px;
	padding: 20px;
	border: 5px solid #bbb;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	font-family: Arial;
	font-size: 11px !important;
	}
	.fly-poll h2 {
		padding-top:0 !important;
		font: 20px/20px Arial;
		color: #555;
	}
	.fly-poll .close {
		position: absolute;
		z-index: 10;
		top: 20px;
		right: 20px;
		font: 12px/11px Arial;
		}
		.fly-poll .close span {
			border-bottom: 1px dotted #000;
			cursor: pointer;
		}
	.fly-poll .question {
		font: 13px/19px Arial !important;
	}
.fly-poll .part {
	width: 47%;
	float: left;
	}
	.fly-poll .right {
		float: right;
	}





/* Afisha */
.afisha {
	position: relative;
	z-index: 1;
	background: #fff;
	
	min-height: 300px;
	background: url(../img/bg_news_block.png)  left bottom no-repeat;
	clear: both;
	}
	.afisha-content {padding: 0 200px 50px 20px;}
	.afisha h1 span {color: #ea174e;}
	
	.afisha-catrgory-title {
		padding: 20px 0 10px 0;
		font-size: 24px !important;
		color: #676f78 !important;
		}
	.afisha-events-list {
		overflow: hidden;
		}
		.afisha-events-list li {
			list-style: none;
			overflow: hidden;
			margin-bottom: 30px;
			}
		
		.afisha-events-image {
			float: left;
			width: 215px;
			}
			.afisha-events-image img,
			.afisha-info-image img {
				border: 1px solid #aaa;
				border-radius: 5px;
				padding: 1px;
				margin-top: 2px;
				}
				.afisha-events-image a:hover img {
					border-color: #999;
				}
		.afisha-events-timetable {
			float: right;
			width: 230px;
			font: 13px/18px Arial;
			padding-top: 29px;
			}
			.afisha-events-timetable strong {color: #526378;}
		.afisha-events-dscr {
			margin: 0 255px 0 226px;
			font: 13px/18px Arial;
			}
			.afisha-info-dscr strong,
			.afisha-events-dscr strong {
				color: #000;
			}
			.afisha-events-title {
				font: 16px Georgia;
				margin-bottom: 10px;
				}
			.afisha-events-anons {
				margin-top: 5px;
				}
	
	.mini-calendar {
		width: 980px;
		border-top: 2px solid #ea1b51;
		height: 30px;
		margin-top: 20px;
		}
		.mini-calendar li {
			position: relative;
			top: -10px;
			list-style: none;
			float: left;
			width: 14.1%;
			text-align: center;
			background: url(../img/afisha_day.png) no-repeat center top;
			}
		.mini-calendar .cur {
			background: url(../img/afisha_day_cur.png) no-repeat center top !important;
			}
		.mini-calendar .cur a {
			}
		.mini-calendar a {
			display: block;
			padding-top: 25px;
			text-align: center;
			font: 15px Arial;
			margin: 0 10px;
			}
			.mini-calendar .cur a {
				text-decoration: none;
				color: #ea174e;
				}

.afisha-rubric {height: auto}

.afisha-info {
	margin-top: 20px;
	}
	.afisha-info h2 {
		padding-bottom: 10px;
		}
	.afisha-info-image {
		float: left;
		width: 300px;
		}
	.afisha-info-dscr {
		margin-left: 320px;
		font: 13px/18px Arial;
		}
	.afisha-info-details {
		padding-bottom: 12px;
		}
	.afisha-info-content {
		color: #000;
		}
		.afisha-info-content p {
			margin-bottom: 12px
			}
	
	.afisha-info-timetable {
		padding-top: 15px;
	}
	.afisha-info-timetable table {
		margin-left: -5px;
		width: 100%;
		margin-bottom: 20px
		}
		
		.afisha-info-timetable th,
		.afisha-info-timetable td {
			padding: 5px;
			border-bottom: 1px solid #f4d0d9;
			
			}
		.afisha-info-timetable th {
			border-bottom: 2px solid #ea1b51;
			color: #4b5586;
			/* background: #f6f6f6 */
			font: 18px Georgia;
		}
		.time-place {width: 270px;}
		.time-price {width: 130px;}

/* Afisha future */
.afisha-aside {
	position: relative;
	float: right;
	width: 162px;
	z-index: 10;
	margin-bottom: 60px;
	}
	.afisha-aside .rubric {
		position: relative !important;
		top:0;
		right: 0;
		border-radius: 0 0 0 3px;
	}
.future {
	width: 168px;
	z-index: 102;
	padding-top: 20px;
	font-family: Arial;
	font-size: 11px;
	background: #e8e8e8 url(../img/bg_future.png) repeat-y;
	margin-top: 20px;
	padding: 0;
	line-height: 14px;
	border-radius: 3px 0 0 3px;
	}
	.future h2 {
		position: relative;
		background: #ea2155 url(../img/title_future.png) repeat-y;
		text-align: center;
		color: #fff !important;
		font: 13px/30px Arial !important;
		margin: 0 0 10px 0 !important;
		border-radius: 3px 0 0 0;
		}
		.future h2 b,
		.future-corner {
			position: absolute;
			top: -5px;
			right: 0;
			display: block;
			line-height: 5px;
			width: 5px;
			height: 5px;
			background: url(../img/title_corner_future.png) no-repeat;
			}
		.future-corner {
			top: auto;
			bottom: -5px;
			right: -6px;
			background: url(../img/future_corner.png) no-repeat;
		}
	.future h3 {
		font-size: 12px;
		margin-bottom: 4px;
		padding-left: 10px;
		color: #545454 !important;
		}
	.future ul {
		list-style: none;
		padding: 0 2px 10px 10px;
		}
		.future li {margin-bottom: 4px}
		.future li span {color: #777 !important; }

/* Yandex*/
.yandex {
	color: #000;
	line-height: 21px;
	font: 13px Arial;
}
.yandex img {
	margin-right: 10px;
	vertical-align: bottom
}

.poisk {
	margin-left: 30px
	}
	.poisk p {
		margin-bottom: 0px;
	}
	.poisk li {
		margin-bottom: 20px
	}
#search-form {margin-bottom: 20px}
#search-form .search-query {width: 300px; margin-right: 10px}

/* ================================================================================== */
/* ============================ FancyBox - jQuery Plugin ============================ */
/* ================================================================================== */
#fancybox-loading {position: fixed; top: 50%; left: 50%; height: 40px; width: 40px; margin-top: -20px; margin-left: -20px; cursor: pointer; overflow: hidden; z-index: 1104; display: none}
* html #fancybox-loading {/* IE6 */ position: absolute; margin-top: 0}
#fancybox-loading div {position: absolute; top: 0; left: 0; width: 40px; height: 480px; background-image: url('../img/fancybox/fancybox.png')}
#fancybox-overlay {position: fixed; top: 0; left: 0; bottom: 0; right: 0; background: #000; z-index: 1100; display: none}
* html #fancybox-overlay {/* IE6 */ position: absolute; width: 100%}
#fancybox-tmp {padding: 0; margin: 0; border: 0; overflow: auto; display: none}
#fancybox-wrap {position: absolute; top: 0; left: 0; margin: 0; padding: 20px; z-index: 1101; display: none}
#fancybox-outer {position: relative; width: 100%; height: 100%; background: #FFF}
#fancybox-inner {position: absolute; top: 0; left: 0; width: 1px; height: 1px; padding: 0; margin: 0; outline: none; overflow: hidden}
#fancybox-hide-sel-frame {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent}
#fancybox-close {position: absolute; top: -15px; right: -15px; width: 30px; height: 30px; background-image: url('../img/fancybox/fancybox.png'); background-position: -40px 0px; cursor: pointer; z-index: 1103; display: none}
#fancybox_error {color: #444; font: normal 12px/20px Arial; padding: 7px; margin: 0}
#fancybox-content {height: auto; width: auto; padding: 0; margin: 0}
#fancybox-img {width: 100%; height: 100%; padding: 0; margin: 0; border: none; outline: none; line-height: 0; vertical-align: top; -ms-interpolation-mode: bicubic}
#fancybox-frame {position: relative; width: 100%; height: 100%; border: none; display: block}
#fancybox-title {position: absolute; bottom: 0; left: 0; font-family: Arial; font-size: 12px; z-index: 1102}
.fancybox-title-inside {padding: 10px 0; text-align: center; color: #333}
.fancybox-title-outside {padding-top: 5px; color: #FFF; text-align: center; font-weight: bold}
.fancybox-title-over {color: #FFF; text-align: left}
#fancybox-title-over {padding: 10px; background-image: url('../img/fancybox/fancy_title_over.png'); display: block}
#fancybox-title-wrap {display: inline-block}
#fancybox-title-wrap span {height: 32px; float: left}
#fancybox-title-left {padding-left: 15px; background-image: url('../img/fancybox/fancybox.png'); background-position: -40px -90px; background-repeat: no-repeat}
#fancybox-title-main {font-weight: bold; line-height: 29px; background-image: url('../img/fancybox/fancybox-x.png'); background-position: 0px -40px; color: #FFF}
#fancybox-title-right {padding-left: 15px; background-image: url('../img/fancybox/fancybox.png'); background-position: -55px -90px; background-repeat: no-repeat}
#fancybox-left, #fancybox-right {position: absolute; bottom: 0px; height: 100%; width: 35%; cursor: pointer; outline: none; background-image: url('../img/fancybox/blank.gif'); z-index: 1102; display: none}
#fancybox-left {left: 0px}
#fancybox-right {right: 0px}
#fancybox-left-ico, #fancybox-right-ico {position: absolute; top: 50%; left: -9999px; width: 30px; height: 30px; margin-top: -15px; cursor: pointer; z-index: 1102; display: block}
#fancybox-left-ico {background-image: url('../img/fancybox/fancybox.png'); background-position: -40px -30px}
#fancybox-right-ico {background-image: url('../img/fancybox/fancybox.png'); background-position: -40px -60px}
#fancybox-left:hover, #fancybox-right:hover {visibility: visible; /* IE6 */}
#fancybox-left:hover span {left: 20px}
#fancybox-right:hover span {left: auto; right: 20px}
.fancy-bg {position: absolute; padding: 0; margin: 0; border: 0; width: 20px; height: 20px; z-index: 1001}
#fancy-bg-n {top: -20px; left: 0; width: 100%; background-image: url('../img/fancybox/fancybox-x.png')}
#fancy-bg-ne {top: -20px; right: -20px; background-image: url('../img/fancybox/fancybox.png'); background-position: -40px -162px}
#fancy-bg-e {top: 0; right: -20px; height: 100%; background-image: url('../img/fancybox/fancybox-y.png'); background-position: -20px 0px}
#fancy-bg-se {bottom: -20px; right: -20px; background-image: url('../img/fancybox/fancybox.png'); background-position: -40px -182px}
#fancy-bg-s {bottom: -20px; left: 0; width: 100%; background-image: url('../img/fancybox/fancybox-x.png'); background-position: 0px -20px}
#fancy-bg-sw {bottom: -20px; left: -20px; background-image: url('../img/fancybox/fancybox.png'); background-position: -40px -142px}
#fancy-bg-w {top: 0; left: -20px; height: 100%; background-image: url('../img/fancybox/fancybox-y.png')}
#fancy-bg-nw {top: -20px; left: -20px; background-image: url('../img/fancybox/fancybox.png'); background-position: -40px -122px}


/* IE */
#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/zebra/img/fancybox/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/zebra/img/fancybox/fancy_close.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/zebra/img/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/zebra/img/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/zebra/img/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/zebra/img/fancybox/fancy_title_right.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/zebra/img/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/zebra/img/fancybox/fancy_nav_right.png', sizingMethod='scale'); }
.fancybox-ie .fancy-bg { background: transparent !important; }
.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/zebra/img/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/zebra/img/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/zebra/img/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/zebra/img/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/zebra/img/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/zebra/img/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/zebra/img/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/zebra/img/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }



@media (max-width: 640px) {
	.news-item h1 {
		font-size: 30px !important;
	}
	.news-item .text {
		font-size: 21px !important;
		line-height: 28px !important;
	}
	.rubric {
		display: none !important;
	}
	.news-item .news-shadow {
		box-shadow: none !important;
	}
	.news-item {
		margin: 0!important;
	}
}