body {
	padding: 0 0 120px 0;
	margin: 0;
	background: #eef3f6;
	text-align: center;
	font-family: 'Rubik', sans-serif;
	font-size: 13px;
	color: #373737;
}


input {
	font-family: 'Rubik', sans-serif !important;
}

h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}
img {
	border: none;
}

.main-width {
	width: 1200px;
	text-align: left;
	margin: 0 auto;
}

.head-line {
	background: #fff;
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,.04);
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,.04);
	box-shadow: 0 5px 5px rgba(0,0,0,.04);
	margin: 0 0 30px 0;
}

	.head-line2 {
		height: 70px;
		position: relative;
	}
	
		.logo {
			background: url(../images/logo.png) left top no-repeat;
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			width: 143px;
			height: 70px;
		}
		
		.head-status {
			position: absolute;
			left: 750px;
			top: 20px;
		}
		
			.head-status-item {
				display: inline-block;
				vertical-align: top;
				margin: 0 45px 0 0;
				background: url(../images/head-status-item.png) left 1px no-repeat;
				padding: 0 0 0 30px;
				position: relative;
				height: 28px;
				color: #818182;
				font-size: 13px;
			}
			
				.head-status-item i {
					display: none;
				}
			
			.head-status-item:nth-child(2){
				background: url(../images/head-status-item2.png) left 1px no-repeat;
			}
			
				.head-status-item span {
					color: #acacac;		
					font-size: 12px;
					display: block;
				}
				
.slider-block {
	margin: 0 0 30px 0;
}

	.slider-block-title {
		color: #636f75;
		font-size: 18px;
		margin: 0 0 15px 0;
	}
	
	.slider-block-content {
		position: relative;
	}
	
		.slider-item {
			display: block;
			background: #fff;
			-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
			-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
			box-shadow: 1px 2px 2px rgba(0,0,0,.03);
			width: 162px;
			margin: 0 11px 0 0;
			padding: 15px 0 10px 0;
			text-align: center;
		}
		
			.slider-item span {
				display: block;
			}
			
			.slider-item-image {
				width: 120px;
				height: 120px;
				overflow: hidden;
				margin: 0 auto 7px auto;
				position: relative;
			}
			
				.slider-item-image img {
					width: 100%;
					min-height: 120px;
				}
				
			.slider-item-author {
				color: #acacac;
				font-size: 13px;
				text-align: left;
				margin: 0 auto 1px auto;
				overflow: hidden;
				width: 120px;
				height: 16px;
				line-height: 16px;
			}
			
			.slider-item-song {
				color: #636f75;
				font-size: 13px;
				text-align: left;
				margin: 0 auto 5px auto;
				overflow: hidden;
				width: 120px;
				height: 16px;
				line-height: 16px;
			}
			
			.slider-item-image i {
				width: 69px;
				height: 69px;
				background: url(../images/slider-item-image.png) left top no-repeat;
				display: block;
				position: absolute;
				left: 50%;
				top: -70px;
				margin: 0 0 0 -34.5px;
				transition:top 0.1s ease;
				-webkit-transition:top 0.1s ease;
				-o-transition:top 0.1s ease;
				-moz-transition:top 0.1s ease;
			}
			
			.slider-item-image i:hover {
				background: url(../images/slider-item-image.png) left bottom no-repeat;
			}
			
		.slider-item:hover {
			background: #f8f3e4;
			-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
			-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
			box-shadow: 1px 2px 2px rgba(0,0,0,.03);
		}
		
		.slider-item:hover .slider-item-image i {
			top: 23px;
		}
		
	.sld1-prev {
		width: 36px;
		height: 52px;
		position: absolute;
		left: -44px;
		top: 62px;
		cursor: pointer;
		background: url(../images/arrow.png) left top no-repeat;
	}
	
		.sld1-prev:hover {
			background: url(../images/arrow.png) left bottom no-repeat;
		}
		
	.sld1-next {
		width: 36px;
		height: 52px;
		position: absolute;
		right: -44px;
		top: 62px;
		cursor: pointer;
		background: url(../images/arrow.png) left top no-repeat;
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg); 
		-webkit-transform: rotate(180deg); 
		-o-transform: rotate(180deg); 
		transform: rotate(180deg);
	}
	
		.sld1-next:hover {
			background: url(../images/arrow.png) left bottom no-repeat;
		}
		
.content-block {
	
}

	.left-col {
		float: left;
		width: 940px;
	}
	
		.cols-block {
			
		}
		
			.cols-block-item {
				float: left;
				width: 48%;
				margin: 0 4% 0 0;
			}
			
			.cols-block-item:last-child {
				margin-right: 0;
			}
		
			.cols-block:after, .cols-block-item:after, .stm-block-content:after {
				content: '';
				clear: both;
				display: block;
			}
			
				.singer {
					background: #fff;
					-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
					-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
					box-shadow: 1px 2px 2px rgba(0,0,0,.03);
					padding: 20px 0 0 0;
					text-align: center;
					float: left;
					width: 48%;
					margin: 0 4% 31px 0;
					-moz-border-radius: 3px;
					-webkit-border-radius: 3px;
					border-radius: 3px;					
				}
				
				.singer:nth-child(2n){
					margin-right: 0;
				}
				
					.singer-top {
						padding: 0 0 15px 0;
						border-bottom: 1px #f0f0f0 solid;
					}
					
						.singer-image {
							-moz-box-shadow: 3px 4px 0 rgba(0,0,0,.07);
							-webkit-box-shadow: 3px 4px 0 rgba(0,0,0,.07);
							box-shadow: 3px 4px 0 rgba(0,0,0,.07);
							margin: 0 auto 15px auto;
							width: 100px;
							height: 100px;
							overflow: hidden;
						}
						
							.singer-image img {
								width: 100%;
								min-height: 100px;
							}
							
						.singer-title {
							color: #636f75;
							font-size: 14px;
							height: 20px;
							line-height: 20px;
							overflow: hidden;
							margin: 0 10px;
						}
						
							.singer-title a {
								color: #636f75;
							}
							
								.singer-title a:hover {
									color: #5f9ab8;
								}
					
					.singer-bottom {
						padding: 20px 24px;
						position: relative;
					}
					
						.singer-bottom:after {
							clear: both;
							content: '';
							display: block;
						}
					
						.singer-track {
							float: left;
							height: 20px;
							line-height: 22px;
							padding: 0 0 0 24px;
							background: url(../images/singer-track.png) left center no-repeat;
							background-size: auto 85%;
							color: #bebebe;
							font-size: 14px;
							cursor: pointer;
						}
						
							.singer-track a {
								display: none;
							}
							
							.singer-track:hover {
								
							}
							
						.singer-albums {
							float: right;
							height: 20px;
							line-height: 22px;
							padding: 0 0 0 24px;
							background: url(../images/heart.png) left center no-repeat;
							background-size: auto 85%;
							color: #bebebe;
							font-size: 14px;
						}
						
							.singer-albums:hover {
								
							}
							
						.singer-play {
							width: 50px;
							height: 50px;
							background: #f9f9f9 url(../images/play.png) center center no-repeat;
							-moz-box-shadow: 0 0 6px rgba(0,0,0,.17);
							-webkit-box-shadow: 0 0 6px rgba(0,0,0,.17);
							box-shadow: 0 0 6px rgba(0,0,0,.17);
							left: 50%;
							top: 25px;
							position: absolute;
							margin: 0 0 0 -25px;
							cursor: pointer;
						}
						
							.singer-play:hover {
								background-size: 70%;
							}
							
				.albums {
					background: #fff;
					-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
					-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
					box-shadow: 1px 2px 2px rgba(0,0,0,.03);
					-moz-border-radius: 3px;
					-webkit-border-radius: 3px;
					border-radius: 3px;
					min-height: 80px;
					padding: 14px 120px 14px 112px;
					position: relative;
					margin: 0 0 20px 0;
				}
				
				.mainpage .albums {
					background: #fff url(../images/albums.png) 357px center no-repeat;
				}
				
					.albums-image {
						position: absolute;
						left: 14px;
						top: 14px;
						width: 80px;
						height: 80px;
						overflow: hidden;
					}
					
						.albums-image img {
							width: 100%;
							min-height: 80px;
						}
						
					.albums-title {
						color: #636f75;
						font-size: 14px;
						border-bottom: 1px #f0f0f0 solid;
						padding: 1px 0 8px 0;
						margin: 0 0 8px 0;
					}
					
						.albums-title a {
							color: #636f75;
							display: block;
							height: 16px;
							line-height: 16px;
							overflow: hidden;
						}
						
							.albums-title a:hover {
								color: #5f9ab8;
							}
							
					.albutrack_names {
						height: 20px;
						line-height: 22px;
						padding: 0 0 0 24px;
						background: url(../images/singer-track.png) left center no-repeat;
						background-size: auto 75%;
						color: #bebebe;
						font-size: 13px;
						margin: 0 0 6px 0;
					}
					
						.albutrack_names i {
							font-style: normal;
						}
					
					.albutime {
						height: 20px;
						line-height: 22px;
						padding: 0 0 0 24px;
						background: url(../images/albutrack_names.png) left center no-repeat;
						background-size: auto 75%;
						color: #bebebe;
						font-size: 13px;
					}
					
					.albums-play {
						width: 50px;
						padding: 30px 0 0 0;
						height: 20px;
						text-align: center;
						background: url(../images/play.png) center top no-repeat;
						right: 25px;
						top: 50%;
						position: absolute;
						margin: -25px 0 0 0;
						cursor: pointer;
						color: #acacac;
						font-size: 13px;
						transition:top 0.3s ease;
						-webkit-transition:top 0.3s ease;
						-o-transition:top 0.3s ease;
						-moz-transition:top 0.3s ease;
						background-size: 75%;
					}
					
						.albums-play:hover {
							color: #5f9ab8;
							background-size: 70%;
						}
	
	.right-col {
		float: right;
		width: 230px;
	}
	
		.right-block {
			background: #fff;
			-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
			-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
			box-shadow: 1px 2px 2px rgba(0,0,0,.03);
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			margin: 0 0 30px 0;
		}
		
			.right-block-title {
				padding: 20px;
				border-bottom: 1px #f7f7f7 solid;
				color: #3d3d3d;
				font-size: 16px;
			}
			
			.right-block-content {
				padding: 20px;
			}
			
				.menu-block {
					margin: 0 0 30px 0;
				}
				
					.menu-block-title {
						color: #636f75;
						font-size: 14px;
						padding: 2px 0 15px 26px;
					}
					
					.menu-block1 {
						background: url(../images/menu-block1.png) left top no-repeat;
						background-size: auto 56%;
					}
					
					.menu-block2 {
						background: url(../images/menu-block2.png) left top no-repeat;
						background-size: auto 56%;
					}
					
					.menu-block-links {
						
					}
					
						.menu-block-links a {
							display: block;
							color: #959595;
							font-size: 13px;
							margin: 0 0 10px 0;
							position: relative;
							padding: 0 0 0 15px;
							position: relative;
						}
						
							.menu-block-links a:after {
								content: '';
								display: block;
								width: 5px;
								height: 5px;
								-moz-border-radius: 5px;
								-webkit-border-radius: 5px;
								border-radius: 5px;
								position: absolute;
								left: 3px;
								top: 5px;
								background: #d3d3d3;
							}
						
							.menu-block-links a:hover {
								text-decoration: underline;
								color: #799ab5;
							}
							
					.right-menus a {
						color: #636f75;
						font-size: 14px;
						padding: 2px 0 0 26px;
						display: block;
						margin: 0 0 20px 0;
					}
					
						.right-menus a:hover {
							text-decoration: underline;
							color: #799ab5;
						}
					
					.menu-block3 {
						background: url(../images/menu-block3.png) left top no-repeat;
						background-size: auto 90%;
					}
					
					.menu-block4 {
						background: url(../images/menu-block4.png) left top no-repeat;
						background-size: auto 90%;
					}
					
					.menu-block5 {
						background: url(../images/menu-block5.png) left top no-repeat;
						background-size: auto 90%;
					}
					
					.menu-block6 {
						background: url(../images/menu-block6.png) left top no-repeat;
						background-size: auto 90%;
					}
					
		.banner-block {
			margin: 0 0 30px 0;
			overflow: hidden;
		}
					

					
		
.stm-block {
	margin: 0 0 30px 0;
}

	.stm-block-title {
		color: #636f75;
		font-size: 18px;
		margin: 0 0 20px 0;
	}
	
	.stm-block-content {
		
	}

.player-wrap {
	background: #fff;
	-moz-box-shadow: 0 -5px 5px rgba(0,0,0,.04);
	-webkit-box-shadow: 0 -5px 5px rgba(0,0,0,.04);
	box-shadow: 0 -5px 5px rgba(0,0,0,.04);
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 7777;
	height: 105px;
	width: 100% !important;
}	

	.main-player {
		width: 1200px;
		margin: 0 auto;
		text-align: left;
		position: relative;
	}
	
		.audioplayer {
			position: relative;
			font-size: 0;
		}
		
			.audioplayer audio {
				display: none;
			}
			
			.mplayer-image {
				width: 70px;
				height: 70px;
				-moz-border-radius: 70px;
				-webkit-border-radius: 70px;
				border-radius: 70px;
				-moz-box-shadow: 5px 8px 0 rgba(0,0,0,.09);
				-webkit-box-shadow: 5px 8px 0 rgba(0,0,0,.09);
				box-shadow: 5px 8px 0 rgba(0,0,0,.09);
				overflow: hidden;
				display: inline-block;
				vertical-align: top;
				margin: 17px 35px 0 0;
				background: #8bb6f0 url(../images/singer-track.png) center center no-repeat;
			}
			
				.mplayer-image img {
					width: 70px;
					height: 70px;
					-moz-border-radius: 70px;
					-webkit-border-radius: 70px;
					border-radius: 70px;
				}
				
			.mplayer-nav {
				display: inline-block;
				vertical-align: top;
				padding: 35px 0px 0 0px;
				margin: 0 25px 0 5px;
			}
			
				.mplayer-prev {
					display: inline-block;
					vertical-align: top;
					width: 36px;
					height: 36px;
					cursor: pointer;
					background: url(../images/mplayer-prev.png) center center no-repeat;
				}
				
					.mplayer-prev:hover {
						
					}
					
				.mplayer-pp {
					display: inline-block;
					vertical-align: top;
					width: 36px;
					height: 36px;
					cursor: pointer;
					background: url(../images/mplayer-nav.png) left bottom no-repeat;
					margin: 0 15px 0 17px;
				}
				
					.mplayer-pp:hover {
						
					}
					
				.audioplayer-stopped .mplayer-pp {
					background: url(../images/mplayer-nav.png) left top no-repeat;
				}
				
				.mplayer-next {
					display: inline-block;
					vertical-align: top;
					width: 36px;
					height: 36px;
					cursor: pointer;
					background: url(../images/mplayer-prev.png) center center no-repeat;
					-moz-transform: rotate(180deg); 
					-ms-transform: rotate(180deg);
					-webkit-transform: rotate(180deg); 
					-o-transform: rotate(180deg);
					transform: rotate(180deg);
				}
				
			.mplayer-center {
				display: inline-block;
				vertical-align: top;
				width: 680px;
				box-sizing: border-box;
				-moz-box-sizing: border-box; 
				-webkit-box-sizing: border-box;
				padding: 10px 0 0 0;
				position: relative;
			}
			
				.mplayer-title {
					text-align: center;
					margin: 0 0 10px 0;
					padding: 0 215px 0 0;
				}
				
					.mplayer-title u {
						display: block;
						text-decoration: none;
						height: 20px;
						line-height: 20px;
						overflow: hidden;
						color: #acacac;
						font-size: 15px;
					}
					
					.mplayer-title i {
						display: block;
						font-style: normal;
						height: 20px;
						line-height: 20px;
						overflow: hidden;
						color: #636f75;
						font-size: 13px;
					}
					
				.mplayer-line {
					position: relative;
					padding: 0 60px;
				}
				
					.mplayer-line-left {
						position: absolute;
						left: -7px;
						top: -3px;
						width: 60px;
						text-align: center;
						color: #818182;
						font-size: 13px;
					}
					
					.audioplayer-bar {
						background: #f2f2f2;
						height: 10px;
						-moz-border-radius: 10px;
						-webkit-border-radius: 10px;
						border-radius: 10px;
						position: relative;
					}
					
						.audioplayer-bar-loaded {
							background: #e6e6e6;
							-moz-border-radius: 10px;
							-webkit-border-radius: 10px;
							border-radius: 10px;
							height: 10px;
							position: absolute;
							left: 0;
							top: 0;
						}
						
						.audioplayer-bar-played {
							background: #8bb7ef;
							height: 10px;
							position: absolute;
							left: 0;
							top: 0;
							-moz-border-radius: 10px;
							-webkit-border-radius: 10px;
							border-radius: 10px;
						}
						
							.audioplayer-bar-played:after {
								transition:top 0.3s ease;
								-webkit-transition:top 0.3s ease;
								-o-transition:top 0.3s ease;
								-moz-transition:top 0.3s ease;
								content: '';
								width: 30px;
								height: 30px;
								position: absolute;
								cursor: pointer;
								background: #fff;
								-moz-box-shadow: -3px 0 3px rgba(0,0,0,.25);
								-webkit-box-shadow: -3px 0 3px rgba(0,0,0,.25);
								box-shadow: -3px 0 3px rgba(0,0,0,.25);
								-moz-border-radius: 30px;
								-webkit-border-radius: 30px;
								border-radius: 30px;
								top: -10px;
								right: -15px;
							}
							
					.mplayer-line-right {
						position: absolute;
						right: 0;
						top: -3px;
						width: 60px;
						text-align: center;
						color: #818182;
						font-size: 13px;
					}
					
				.mplayer-menu {
					position: absolute;
					right: 300px;
					top: 20px;
					z-index: 2222;
				}
				
					.mplayer-menu-playlist {
						width: 22px;
						height: 22px;
						cursor: pointer;
						display: inline-block;
						vertical-align: top;
						background: url(../images/mplayer-menu.png) left top no-repeat;
						margin: 0 10px 0 0;
					}
					
					.mplayer-menu-rep {
						width: 22px;
						height: 22px;
						cursor: pointer;
						display: inline-block;
						vertical-align: top;
						background: url(../images/mplayer-menu.png) left -22px no-repeat;
						margin: 0 10px 0 0;
						opacity: 0.4;
					}					
					
					.mplayer-menu-rnd {
						width: 22px;
						height: 22px;
						cursor: pointer;
						display: inline-block;
						vertical-align: top;
						background: url(../images/mplayer-menu.png) left bottom no-repeat;
						margin: 0 10px 0 0;
						opacity: 0.4;
					}
					
					.mplayer-menu-zoom1 {
						width: 22px;
						height: 22px;
						cursor: pointer;
						display: inline-block;
						vertical-align: top;
						background: url(../images/zoom1.png) left bottom no-repeat;
						margin: -1px 10px 0 0;
						opacity: 0.4;
						background-size: auto 90%;
					}
					
					.mplayer-menu-zoom1.mplayer-menu-active {
						background: url(../images/zoom2.png) left bottom no-repeat;
						background-size: auto 75%;
						margin: -4px 10px 0 0;
					}
					
						.mplayer-menu-rep:hover, .mplayer-menu-rnd:hover, .mplayer-menu-zoom1:hover, .mplayer-menu-active {
							opacity: 1;
						}
						
					.player-popup {
						position: absolute;
						width: 280px;
						padding: 20px;
						left: 622px;
						bottom: 110px;
						background: #fff;
						-moz-box-shadow: 0 0 13px rgba(0,0,0,.27);
						-webkit-box-shadow: 0 0 13px rgba(0,0,0,.27);
						box-shadow: 0 0 13px rgba(0,0,0,.27);
						-moz-border-radius: 3px;
						-webkit-border-radius: 3px;
						border-radius: 3px;
						display: none;
					}
					
						.player-popup:after {
							width: 25px;
							height: 24px;
							position: absolute;
							left: 50%;
							bottom: -24px;
							margin: 0 0 0 -12px;
							background: url(../images/login-hidden.png) left top no-repeat;
							-moz-transform: rotate(180deg); 
							-ms-transform: rotate(180deg);
							-webkit-transform: rotate(180deg); 
							-o-transform: rotate(180deg);
							transform: rotate(180deg);
							content: '';
						}
					
						.player-popup-close {
							background: url(../images/log-t-close.png) center center no-repeat;
							cursor: pointer;
							position: absolute;
							right: 15px;
							top: 15px;
							width: 20px;
							height: 20px;
						}
						
							.player-popup-close:hover {
								opacity: 0.7;
							}
						
						.tabs-pl {
							
						}
						
							.tabs-pl .index-tabs {
								border-bottom: 1px #ededed solid;
								margin: 0 0 13px 0;
							}
							
								.tabs-pl .index-tabs span {
									padding: 0 0 13px 0;
									cursor: pointer;
									margin: 0 25px 0 0;
									color: #c5c6ca;
									font-size: 14px;
									display: inline-block;
									vertical-align: top;
								}
								
									.tabs-pl .index-tabs span:hover, .tabs-pl span.active-ttab {
										color: #818182;
									}
									
							.tabs-pl .index-panel {
								
							}
							
								.tabs-pl .tt-panel {
									display: none;
									font-size: 13px;
									max-height: 300px;
								}
								
									.playlist-item {
										font-size: 12px;
										position: relative;
										padding: 10px 10px 10px 10px;
										margin: 0 0 0 0;
										cursor: pointer;
										display: block;
									}
									
										.playlist-item u {
											text-decoration: none;
											color: #acacac;
											display: block;
										}
										
										.playlist-item i {
											color: #637075;
											font-style: normal;
											display: block;
										}
										
										.playlist-item:after {
											opacity: .07;
											-moz-box-shadow: 3px 4px 5px #000;
											-webkit-box-shadow: 3px 4px 5px #000;
											box-shadow: 3px 4px 5px #000;
											content: '';
											height: 1px;
											background: #000;
											display: block;
											width: 100%;
											position: absolute;
											left: 0;
											bottom: 0;
										}
										
										.playlist-item:hover u, .playlist-item:hover i {
											color: #f86727;
										}
										
									.playlist-item-play {
										background: #f4f6fa;
									}
									
										.playlist-item-play i {
											color: #5178aa;
										}
										
										.playlist-item-play u {
											color: #5b5b5b;
										}
					
			.mplayer-right {
				display: inline-block;
				vertical-align: top;
				background: url(../images/mplayer-right.png) left center no-repeat;
				padding: 24px 0 0 33px;
				height: 105px;
				box-sizing: border-box;
				-moz-box-sizing: border-box; 
				-webkit-box-sizing: border-box;
				margin: 0 0 0 15px;
				width: 210px;
			}
			
				.audioplayer-volume {
					
				}
				
					.audioplayer-volume-button {
						height: 23px;
						line-height: 23px;
						color: #80868d;
						font-size: 13px;
						margin: 0 0 13px 0;
					}
					
						.audioplayer-volume-button a {
							display: inline-block;
							vertical-align: top;
							width: 23px;
							height: 23px;
							background: url(../images/volume.png) left top no-repeat;
							margin: 0 10px 0 0;
						}
						
						.audioplayer-volume-button a:hover {
							background: url(../images/volume.png) left -23px no-repeat;
						}
						
						.audioplayer-muted .audioplayer-volume-button a {
							background: url(../images/volume.png) left bottom no-repeat;
						}
						
						.audioplayer-volume-button i {
							color: #a4bad6;
							font-style: normal;
						}
						
					.audioplayer-volume-adjust {
						
					}
					
						.audioplayer-volume-adjust > div {
							background: #e6e6e6;
							position: relative;
							height: 10px;
							-moz-border-radius: 10px;
							-webkit-border-radius: 10px;
							border-radius: 10px;
						}
						
							.audioplayer-volume-adjust div div {
								height: 10px;
								-moz-border-radius: 10px;
								-webkit-border-radius: 10px;
								border-radius: 10px;
								background: #8bb7f0;
								position: absolute;
							}
							
							.audioplayer-muted .audioplayer-volume-adjust div div {
								display: none;
							}

.miniplayer {
	height: 50px;
}

	.miniplayer .main-player {
		padding: 0;
	}
	
		.miniplayer .audioplayer {
			padding: 0 100px 0 170px;
		}
	
		.miniplayer .mplayer-image {
			display: none;
		}
		
			.miniplayer .mplayer-nav {
				display: block;
				padding: 0;
				margin: 0;
				position: absolute;
				left: 10px;
				top: 7px;
			}
			
			.miniplayer .mplayer-center {
				display: block;
				width: auto;
				padding: 10px 225px 0 0;
				position: relative;
			}
			
				.miniplayer .mplayer-title {
					text-align: left;
					margin: 0 0 4px 0;
					padding: 0;
					overflow: hidden;
				}
				
				.miniplayer .audioplayer-bar-played:after {
					display: none;
				}
				
					.miniplayer .mplayer-title u {
						display: inline-block;
						vertical-align: top;
						font-size: 12px;
						height: 15px;
						line-height: 15px;
					}
					
						.miniplayer .mplayer-title u:after {
							content: ' - ';
						}
					
					.miniplayer .mplayer-title i {
						display: inline-block;
						vertical-align: top;
						padding: 0 0 0 5px;
						height: 15px;
						line-height: 15px;
						font-size: 12px;
					}
					
				.miniplayer .mplayer-line {
					padding: 0;
				}
				
					.miniplayer .mplayer-line-left {
						position: absolute;
						right: 50px;
						top: -15px;
						left: auto;
						width: auto;
						text-align: left;
						color: #818182;
						font-size: 11px;
					}
					
					.miniplayer .mplayer-line-right {
						position: absolute;
						right: 0;
						top: -15px;
						width: auto;
						text-align: left;
						color: #818182;
						font-size: 11px;
					}
					
			.miniplayer .mplayer-menu {
				right: 150px;
				top: 15px;
			}
					
			.miniplayer .mplayer-right {
				display:block;
				position: absolute;
				right: 0;
				top: 10px;
				padding: 0;
				background: none;
				height: 50px;
				box-sizing: border-box;
				-moz-box-sizing: border-box; 
				-webkit-box-sizing: border-box;
				margin: 0 0 0 15px;
				width: 120px;
			}
			
				.miniplayer .audioplayer-volume-button {
					height: 14px;
					line-height: 14px;
					font-size: 11px;
					margin: 0 0 5px 0;
				}
				
				.miniplayer .player-popup {
					left: 770px;
					bottom: 50px;
				}
				
				.miniplayer .audioplayer-volume-button a {
					background-size: 100% auto !important;
					width: 15px;
					height: 15px;
				}
				
				.miniplayer .audioplayer-volume-button a:hover {
					background: url(../images/volume.png) left top no-repeat;
				}
				
.ajax-content {
	
}

.loading-popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8) url(../images/play-a.gif) center center no-repeat;
	z-index: 99999;
	display: none;
}

.loading-content {
	display: block;
}

	.ajax-content:after {
		content: '';
		clear: both;
		display: block;
	}
	
.status-win {
	position: fixed;
	left: 10px;
	bottom: 110px;
	padding: 10px 30px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 12px;
	z-index: 99999;
	display: none;
	white-space: nowrap;
}
							
.mCustomScrollbar{ -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; /* direct pointer events to js */ }
	.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }
	
	.mCustomScrollBox{ /* contains plugin's markup */
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

	.mCSB_container{ /* contains the original content */
		overflow: hidden;
		width: auto;
		height: auto;
	}
	
	.mCSB_inside > .mCSB_container{ margin-right: 30px; }

	.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

	.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
		position: absolute;
		width: 16px;
		height: auto;
		left: auto;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, 
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
		right: auto;
		left: 0;
	}
	
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

	.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0; 
		height: auto;
	}

	.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

	.mCSB_scrollTools .mCSB_draggerRail{
		width: 2px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
	}

	.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
		cursor: pointer;
		width: 100%;
		height: 30px; /* minimum dragger height */
		z-index: 1;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
		position: relative;
		width: 4px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
		text-align: center;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown{
		display: block;
		position: absolute;
		height: 20px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }
	
	.mCSB_scrollTools, 
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
		-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
	}
	
	/* default theme ("light") */

	.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }
	
	.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }
	
	.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollBox:hover > .mCSB_scrollTools,
	.mCustomScrollBox:hover ~ .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

	.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #f4f4f4; 
		filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #ccc; 
		filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; 
	}

	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
		background-color: #4a7783; 
		filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; 
	}
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #4a7783; 
		filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		background-image: url(mCSB_buttons.png); /* css sprites */
		background-repeat: no-repeat;
		opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp{
		background-position: 0 0;
		/* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonDown{
		background-position: 0 -20px;
		/* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonLeft{
		background-position: 0 -40px;
		/* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonRight{
		background-position: 0 -56px;
		/* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonUp:hover,
	.mCSB_scrollTools .mCSB_buttonDown:hover,
	.mCSB_scrollTools .mCSB_buttonLeft:hover,
	.mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

	.mCSB_scrollTools .mCSB_buttonUp:active,
	.mCSB_scrollTools .mCSB_buttonDown:active,
	.mCSB_scrollTools .mCSB_buttonLeft:active,
	.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }
	

	/* theme: "dark" */

	.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.85); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.9); }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px 0; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	
	/* theme: "light-2", "dark-2" */

	.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px 0; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{	background-position: -32px -20px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -40px -40px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -56px; }
		

/* Краткая новость */
.main-news {
	background: #fff;
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
	box-shadow: 1px 2px 2px rgba(0,0,0,.03);
	position: relative;
	height: 65px;
	padding: 0 0 0 65px;
	margin: 0 0 8px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.main-news-image {
	display: none;
}



.main-news:hover {
	background: #fffcf0;
}

	.main-news-play {
		position: absolute;
		width: 59px;
		height: 59px;
		left: 3px;
		top: 3px;
		cursor: pointer;
	}
	
		.main-news-play i {
			background: url(../images/main-news-play.png) left top no-repeat;
			width: 24px;
			height: 24px;
			position: absolute;
			display: block;
			left: 50%;
			top: 50%;
			margin: -12px 0 0 -12px;
		}
	
		.main-news-play:hover i {
			background: url(../images/main-news-play.png) left -24px no-repeat;
		}
		
	.main-news-title {
		display: inline-block;
		vertical-align: top;
		width: 390px;
		overflow: hidden;
		padding: 15px 0 0 0;
	}
	
.main-news-screenshots 	 {
	width: 120px;
	height: 40px;
	display: block;
			}

		.main-news-author {
			display: block;
			color: #bebebe;
			font-size: 13px;
			height: 18px;
			line-height: 18px;
			overflow: hidden;
		}
		
		.main-news-song {
			display: block;
			color: #636f75;
			font-size: 14px;
			height: 18px;
			line-height: 18px;
			overflow: hidden;
		}
		
	.main-news-info {
		display: inline-block;
		vertical-align: top;
		padding: 26px 0 0 0;
	}
	
		.main-news-info-item {
			margin: 0 0 0 25px;
			display: inline-block;
			vertical-align: top;
			color: #acacac;
			font-size: 13px;
			max-width: 60px;
			height: 15px;
			line-height: 15px;
			overflow: hidden;
		}
		
	.main-news-rating {
		position: absolute;
		top: 22px;
		right: 170px;
		display: inline-block;
		vertical-align: top;
		height: 20px;
		background: url(../images/main-news-rating.png) left top no-repeat;
		padding: 0 0 0 30px;
	}
	
		.main-news-rating-rez {
			color: #000;
			font-size: 14px;
			height: 20px;
			line-height: 23px;
		}
	
	.main-news-right {
		position: absolute;
		right: 20px;
		top: 7px;
		background: url(../images/main-news-right.png) left center no-repeat;
		padding: 0 0 0 20px;
	}
	
		.main-news-add-to-playlist {
			display: inline-block;
			vertical-align: top;
			width: 50px;
			height: 50px;
			
			cursor: pointer;
			position: relative;
		}
		
			.main-news-add-to-playlist .toltp {
				margin-left: -60px !important;
			}
		
			.main-news-add-to-playlist a {
				display: block;
				width: 100%;
				height: 100%;
				position: absolute;
				left: 0;
				top: 0;				
			}
			
			.fav-def-pl a {
				background: url(../images/main-news-add-to-playlist.png) left top no-repeat;
			}
			
				.fav-def-pl a:hover {
					background: url(../images/main-news-add-to-playlist.png) left -50px no-repeat;
				}
			
			.fav-def-mn a {
				background: url(../images/main-news-add-to-playlist.png) left -100px no-repeat;
			}
			
				.fav-def-mn a:hover {
					background: url(../images/main-news-add-to-playlist.png) left -150px no-repeat;
				}
			
				.main-news-add-to-playlist a img {
					display: none;
				}
			
			div.fav-done {
				
			}
			
			div.no-fav {
				cursor: default;
			}
			
			.fav-def {
				display: none;
			}
			
			.fav-js {
				width: 50px;
				height: 50px;
				display: block;
			}
			
			.fav-js a {
				display: none;
			}
			
			.fav-js a:first-child {
				background: url(../images/main-news-add-to-playlist.png) left top no-repeat;
			}
			
				.fav-js a:first-child:hover {
					background: url(../images/main-news-add-to-playlist.png) left -50px no-repeat;
				}
			
			.fav-js a:last-child {
				background: url(../images/main-news-add-to-playlist.png) left -100px no-repeat;
			}
			
				.fav-js a:last-child:hover {
					background: url(../images/main-news-add-to-playlist.png) left -150px no-repeat;
				}
		
		.main-news-save-song {
			display: inline-block;
			vertical-align: top;
			width: 50px;
			height: 50px;
			background: url(../images/main-news-add-to-playlist.png) left -200px no-repeat;
			cursor: pointer;
		}
			
			.main-news-save-song:hover {
				background: url(../images/main-news-add-to-playlist.png) left -250px no-repeat;
			}
			
	.tooltip-tt {
		position: relative;
	}
			
		.toltp {
			position: absolute;
			display: none;
			white-space: nowrap;
			left: 30%;
			top: -30px;
			background: #fff;
			-moz-box-shadow: 0 0 13px rgba(0,0,0,.27);
			-webkit-box-shadow: 0 0 13px rgba(0,0,0,.27);
			box-shadow: 0 0 13px rgba(0,0,0,.27);
			padding: 7px 10px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			color: #acacac;
			font-size: 12px;
			z-index: 333;
			box-sizing: border-box;
			-moz-box-sizing: border-box; 
			-webkit-box-sizing: border-box;
		}
		
			.toltp:after {
				content: '';
				display: block;
				width: 27px;
				height: 21px;
				position: absolute;
				left: 50%;
				bottom: -15px;
				margin: 0 0 0 -13px;
				background: url(../images/toltp.png) left top no-repeat;
			}
			
		.main-news-rating .toltp {
			top: -50px;
		}
		
		.singer .toltp {
			top: -50px;
		}
			
		.main-news-rating .toltp a {
			display: inline-block;
			vertical-align: top;
			width: 25px;
			height: 25px;
			background: url(../images/main-news-rating1.png) center center no-repeat;
			transition:top 0.1s ease;
			-webkit-transition:top 0.1s ease;
			-o-transition:top 0.1s ease;
			-moz-transition:top 0.1s ease;
		}
		
			.main-news-rating .toltp a:hover {
				opacity: 0.7;
			}
		
		.main-news-rating .toltp a:last-child {
			background: url(../images/main-news-rating2.png) center center no-repeat;
			margin: 0 0 0 10px;
		}
		
.play-active .main-news-author, .play-active .main-news-info-item {
	color: #fff;
}

.main-news-pause {
	position: absolute;
	width: 59px;
	height: 59px;
	left: 3px;
	top: 3px;
	cursor: pointer;
	display: none;
}

	.main-news-pause i {
		background: url(../images/main-news-play.png) left bottom no-repeat;
		width: 24px;
		height: 24px;
		position: absolute;
		display: block;
		left: 50%;
		top: 50%;
		margin: -12px 0 0 -12px;
	}
	
.main-news-show-eq {
	display: none;
	width: 65px;
	height: 65px;
	background: #9dc4e4 url(../images/play-a.gif) center center no-repeat;
	background-size: cover;
	position: absolute;
	left: 380px;
	top: 0;
}

div.main-news.play-active {
	background: #9dc4e4 !important;
}

.play-active .main-news-pause {
	display: block;
}

.play-active .main-news-play {
	display: none;
}

.play-active .main-news-show-eq {
	display: block;
}

		
/* Поиск по сайту */
.search-block {
	position: absolute;
	left: 173px;
	top: 20px;
	width: 450px;
	background: #e6e6e6;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	height: 30px;
}

	.search-block form {
		padding: 0;
		margin: 0;
	}
	
	.form-text {
		background: none;
		display: block;
		border: 0;
		margin: 0;
		width: 100%;
		height: 30px;
		line-height: 30px;
		padding: 0 15px;
		box-sizing: border-box;
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box; 
		color: #acacac;
		font-size: 13px;
		outline:none;
	}
	
	.form-search {
		cursor: pointer;
		margin: 0;
		position: absolute;
		right: 8px;
		top: 3px;
		opacity: 0.4;
	}
	
		.form-search:hover {
			opacity: 1;
		}
		
		
/* Окно быстрого поиска */
#searchsuggestions { 
	width: 400px;
	background: #fff;
	text-align: left;
	z-index: 888;
}

	#searchsuggestions a {
		display: block;
		padding: 15px 20px;
		color: #919191;
		font-size: 14px;
		line-height: 16px;
		border-bottom: 1px #ebebeb solid;
	}
		
		#searchsuggestions a span {
			display: block;
		}
	
		#searchsuggestions a:hover {
			background: #ebebeb;
		}
		
			
			
		#searchsuggestions a span.searchheading {
			color: #000;
			font-size: 15px;
			line-height: 18px;
			margin: 0 0 5px 0;
		}


#searchsuggestions span.seperator { /* блок для ссылки расширенный поиск */
	
}
	#searchsuggestions span.seperator a { 
		
	}
	
	#searchsuggestions span.notfound { /* Заголовок, если ничего не найдено */
		display: block;
		padding: 15px 20px;
		color: #919191;
		font-size: 14px;
		line-height: 16px;
		border-bottom: 1px #ebebeb solid;
	}

	#searchsuggestions .break { /* пустой br */
		display: none;
	}
	
.search-rez {
	
}

	.search-rez .stm-block-title {
		display: none;
	}
	
		.search-rez .stm-block-title i {
			background: #8bb7ef;
			font-style: normal;
			color: #fff;
			font-family: Calibri;
			padding: 0 5px;
		}
	
	.search-rez-content {
		margin: 0 0 30px 0;
	}
	
.load-btn {
	text-align: center;
	clear: both;
}
	
.load-more-news {
	display: inline-block;
	vertical-align: top;
	margin: 0 auto 20px auto;
	cursor: pointer;
	position: relative;
	padding: 10px 45px 10px 75px;
	color: #818282;
	
	background: #fff;
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
	box-shadow: 1px 2px 2px rgba(0,0,0,.03);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

	.load-more-news:hover {
		background: #eaf9ff;
	}

	.load-more-news i {
		background: url(../images/refresh.png) center center no-repeat;
		background-size: cover;
		width: 15px;
		height: 15px;
		display: block;
		position: absolute;
		left: 45px;
		top: 10px;
	}
	
				.gorotation {
					 -webkit-animation-name: spin;
					-webkit-animation-duration: 600ms;
					-webkit-animation-iteration-count: infinite;
					-webkit-animation-timing-function: linear;
					-moz-animation-name: spin;
					-moz-animation-duration: 600ms;
					-moz-animation-iteration-count: infinite;
					-moz-animation-timing-function: linear;
					-ms-animation-name: spin;
					-ms-animation-duration: 600ms;
					-ms-animation-iteration-count: infinite;
					-ms-animation-timing-function: linear;			 
					animation-name: spin;
					animation-duration: 600ms;
					animation-iteration-count: infinite;
					animation-timing-function: linear;
				}
				
				@-ms-keyframes spin {
					from { -ms-transform: rotate(0deg); }
					to { -ms-transform: rotate(360deg); }
				}
				@-moz-keyframes spin {
					from { -moz-transform: rotate(0deg); }
					to { -moz-transform: rotate(360deg); }
				}
				@-webkit-keyframes spin {
					from { -webkit-transform: rotate(0deg); }
					to { -webkit-transform: rotate(360deg); }
				}
				@keyframes spin {
					from {
						transform:rotate(0deg);
					}
					to {
						transform:rotate(360deg);
					}
				}
				
.nopages {
	background: #fff;
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
	box-shadow: 1px 2px 2px rgba(0,0,0,.03);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 20px;
	color: #818282;
	margin: 0 0 10px 0;
}

				
/* Навигация по страницам */
.navigation {
	clear: both;
	padding: 0px 0 20px 0;
	vertical-align: top;
	text-align: center;
	display: none;
}
	
	.navigation a, .navigation span {
		vertical-align: top;
	}

	.navigation-left {
		
	}
	
		.navigation-left a {
			
		}
		
			.navigation-left a:hover {
				
			}
			
		.navigation-left span {
			
		}
	
	.navigation-right {
		
	}
	
		.navigation-right a {
			
		}
		
			.navigation-right a:hover {
				
			}
			
		.navigation-right span {
			
		}
		
	.navigation-center {
		display: inline-block;
		vertical-align: top;
	}
	
		.navigation-center a {
			display: inline-block;
			padding: 4px 10px;
			margin: 0 1px 5px 1px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			color: #426d8f;
			font-size: 18px;
			text-decoration: underline;
		}
		
			.navigation-center a:hover {
				background: #036a9e;
				color: #fff;
			}
			
		.navigation-center span {
			display: inline-block;
			padding: 4px 10px;
			margin: 0 1px 5px 1px;
			background: #d1e7f9;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			color: #0f4066;
			font-size: 18px;
		}
		
.top100-num {
	position: absolute;
	left: -50px;
	top: 12px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	width: 40px;
	height: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	background: #668bc0;
	text-align: center;
	line-height: 40px;
}
		
/* Полная новость */
.full-news {
	background: #fff;
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
	box-shadow: 1px 2px 2px rgba(0,0,0,.03);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
}

	.full-news-top {
		position: relative;
		background: #43b9c9 url(../images/full-news.jpg) center center no-repeat;
		-moz-border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
		padding: 165px 0 0 0;
	}
	
		.full-news-image {
			width: 140px;
			height: 140px;
			-moz-border-radius: 140px;
			-webkit-border-radius: 140px;
			border-radius: 140px;
			overflow: hidden;
			position: absolute;
			left: 30px;
			top: 140px;
			border: 5px #fff solid;
			-moz-box-shadow: 0 0 5px rgba(0,0,0,.26);
			-webkit-box-shadow: 0 0 5px rgba(0,0,0,.26);
			box-shadow: 0 0 5px rgba(0,0,0,.26);
			z-index: 222;
			background: #fff;
		}
		
			.full-news-image img {
				width: 140px;
				height: 140px;
				-moz-border-radius: 140px;
				-webkit-border-radius: 140px;
				border-radius: 140px;
			}
			
			.full-news-fav {
				position: absolute;
				right: 10px;
				top: 10px;
				background: #fff;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				border-radius: 10px;
			}
			
		.full-news-title {
			background: rgba(0,0,0,0.2);
			padding: 20px 120px 20px 210px;
			position: relative;
			color: #fff;
			font-size: 27px;
			z-index: 221;
		}
		
			.full-news-title h1 {
				font-size: 27px;
				font-weight: normal;
				margin: 0 0 5px 0;
			}
			
		.full-news-cat {	
			color: #b3daff;
			font-size: 13px;
			text-decoration: underline;
		}
		
			.full-news-cat a {
				color: #b3daff;
				text-decoration: underline;
			}
			
				.full-news-cat a:hover {
					color: #fff;
				}
				
		.full-news-rating{
			position: absolute;
			right: 20px;
			top: 34px;
		}
		
			.full-news-rating a {
				display: inline-block;
				vertical-align: top;
				width: 25px;
				height: 25px;
				background: url(../images/main-news-rating1.png) center center no-repeat;
				transition:top 0.1s ease;
				-webkit-transition:top 0.1s ease;
				-o-transition:top 0.1s ease;
				-moz-transition:top 0.1s ease;
			}
			
				.full-news-rating  a:hover {
					opacity: 0.7;
				}
			
			.full-news-rating a:last-child {
				background: url(../images/main-news-rating2.png) center center no-repeat;
				margin: 0 0 0 10px;
			}
		
	.full-news-info {
		padding: 35px 40px 35px 216px;
		font-size: 0;
		position: relative;
	}
	
		.full-news-rating2 {
			position: absolute;
			top: 40px;
			left: 80px;
			background: url(../images/star.png) left center no-repeat;
			background-size: auto 90%;
			padding: 0 0 0 26px;
			color: #000;
			font-size: 18px;
		}
	
		.full-news-info-col {
			width: 30%;
			display: inline-block;
			vertical-align: top;
			margin: 0 3% 0 0;
		}
		
			.fni-item {
				color: #acacac;
				font-size: 13px;
				margin: 0 0 10px 0;
			}
			
				.fni-item i {
					font-style: normal;
					color: #637075;
				}
				
				.fni-item a {
					
				}
				
					.fni-item a:hover {
						
					}
					
	.full-news-links {
		margin: 0 30px 30px 30px;
	}
	
		.full-news-links:after, .full-news-links:before {
			opacity: 0.08;
			display: block;
			height: 1px;
			background: #000;
			content: '';
			-moz-box-shadow: 3px 4px 5px #000;
			-webkit-box-shadow: 3px 4px 5px #000;
			box-shadow: 3px 4px 5px #000;
			clear: both;
			margin: 0 0 15px 0;
		}
		
		.full-news-links:after {
			margin: 0;
		}
	
		.full-news-links-b {
			float: left;
			width: 48%;
			margin: 0 4% 0 0;
		}
		
			.full-news-links-b:nth-child(2n){
				margin-right: 0;
			}
		
		.full-news-links a {
			display: block;
			border: 1px solid #deecf5;
			background: #eef6fc;
                        /* padding: 25px 25px 25px 95px; */
			
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			position: relative;
			color: #688caa;
			font-size: 13px;
			text-decoration: underline;
			margin: 0 0 15px 0;
		}
		
			.full-news-links-b a span {
				display: none;
			}
		
			.full-news-links a:before {
				content: '';
				display: block;
				position: absolute;
				left: 0;
				top: 0;
				width: 70px;
				height: 100%;
				border-right: 1px #dfedf5 solid;
				background: url(../images/play.png) center center no-repeat;
			}
		
			.full-news-links a:hover {
				background: #e5f2ff;				
			}
			
				.full-news-links a:hover:before {
					border-right: 1px #d6e7f1 solid;
				}
			
			.full-news-links-b:nth-child(2n) a:before  {
				background: url(../images/save.png) center center no-repeat;
				background-size: 37% auto;
			}
			
	.full-news-text {
		font-size: 13px;
		line-height: 18px;
		color: #a3a3a3;
		padding: 0 30px 30px 30px;
	}
	
		.full-news-text img {
			max-width: 100%;
		}
		
		.full-news-text a {
			color: #636f75;
			text-decoration: underline;
		}
		
			.full-news-text a:hover {
				color: #000;
			}


	.fullpage-comments {
		margin: 0 30px;
	}
	
	
		.fullpage-comments-title {
			color: #000;
			font-size: 18px;
			margin: 0 0 25px 0;
		}
		
		.fullpage-comments-hid {
			display: none;
		}
		
		.fullpage-comments-add {
			display: inline-block;
			vertical-align: top;
			cursor: pointer;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			background: #e4e8ea;
			padding: 10px 30px;
		}
		
			.fullpage-comments-add:hover {
				background: #daf6ff;
				color: #6d8aa7;
			}


	
	
		
.full-news-comments {
	
}

	
	.full-news-comments-content {
		
	}
	
		.open-com-form {
			display: inline-block;
			vertical-align: top;
			background: #30a0e0;
			padding: 14px 24px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			cursor: pointer;
			color: #fff;
			text-transform: uppercase;
			font-size: 12px;
		}
						
			.open-com-form:hover {
				background: #426d8f;
		}
				
			.hidden-com-form {
				display: none;

			}

.title_spoiler {
	position: relative;
	padding: 0;
	margin: 0;
}

	.title_spoiler a:last-child {
		background: url(../images/title_spoiler.jpg) left top repeat-x;
		display: block;
		line-height: 24px;
		padding: 0 10px 0 30px;
		text-decoration: none;
		color: #3b3b3b;
		font-weight: bold;
		border-radius:5px; 
		-webkit-border-radius:5px; 
		-moz-border-radius:5px;
		height: 24px
	}
	
	.title_spoiler img {
		position: absolute;
		left: 5px;
		top: 22px;
	}
	
.text_spoiler {
	border: 1px #ececec solid;
	padding: 10px;
	border-radius:5px; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px;
	margin: -5px 0 0 0;
	
}
	
	.text_spoiler a {
		
	}
	
		.text_spoiler a:hover {
			
		}
		
.mass_comments_action {
	display: none;
}


.alb-full {
	background: #fff;
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
	box-shadow: 1px 2px 2px rgba(0,0,0,.03);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
}

	.alb-full-top {
		background: url(../images/alb-full.png) left top no-repeat;
		background-size: 100% auto;
		position: relative;
		height: 285px;
		-moz-border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}
	
		.alb-full-image {
			width: 300px;
			height: 300px;
			-moz-box-shadow: 3px 4px 0 rgba(0,0,0,.13);
			-webkit-box-shadow: 3px 4px 0 rgba(0,0,0,.13);
			box-shadow: 3px 4px 0 rgba(0,0,0,.13);
			position: absolute;
			left: 50%;
			top: 30px;
			margin: 0 0 0 -150px;
			overflow: hidden;
			background: #fff url(../dleimages/no_image.jpg) center center no-repeat;
			z-index: 22;
		}
		
		.alb-full-top-i {
			position: absolute;
			z-index: 1;
			left: 0;
			top: 0;
			width: 100%;
			height: 285px;
			overflow: hidden;
			-moz-border-radius: 3px 3px 0 0;
			-webkit-border-radius: 3px 3px 0 0;
			border-radius: 3px 3px 0 0;
		}
		
		.full-news-top .alb-full-top-i {
			height: 100%;
		}
		
			.alb-full-top-i img {
				width: 100%;
				-moz-border-radius: 3px 3px 0 0;
				-webkit-border-radius: 3px 3px 0 0;
				border-radius: 3px 3px 0 0;
			}
		
			.alb-full-image img {
				width: 300px;
				height: 300px;				
			}
			
	.alb-full-title {
		padding: 70px 130px 0 130px;
		position: relative;
	}
	
		.alb-full-title2 {
			text-align: center;
			color: #636f75;
			font-size: 28px;
		}
		
			.alb-full-title2 h1 {
				font-weight: normal;
				font-size: 28px;
			}
		
		.alb-full-rating {
			position: absolute;
			left: 30px;
			top: 70px;
			background: url(../images/star.png) left center no-repeat;
			background-size: auto 90%;
			padding: 0 0 0 26px;
			color: #000;
			font-size: 18px;
		}
		
		.alb-full-rating2 {
			position: absolute;
			right: 30px;
			top: 70px;
		}
		
			.alb-full-rating2 a {
				display: inline-block;
				vertical-align: top;
				width: 25px;
				height: 25px;
				background: url(../images/main-news-rating1.png) center center no-repeat;
				transition:top 0.1s ease;
				-webkit-transition:top 0.1s ease;
				-o-transition:top 0.1s ease;
				-moz-transition:top 0.1s ease;
			}
			
				.alb-full-rating2  a:hover {
					opacity: 0.7;
				}
			
			.alb-full-rating2 a:last-child {
				background: url(../images/main-news-rating2.png) center center no-repeat;
				margin: 0 0 0 10px;
			}
		
	.alb-full-info {
		margin: 30px;
	}
	
		.alb-full-info:before {
			opacity: 0.08;
			display: block;
			height: 1px;
			background: #000;
			content: '';
			-moz-box-shadow: 3px 4px 5px #000;
			-webkit-box-shadow: 3px 4px 5px #000;
			box-shadow: 3px 4px 5px #000;
			clear: both;
			margin: 0 0 30px 0;
		}

/* Вид комментария */
.comments_subscribe {
	display: none;
}

#comments {
	width: 100% !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
}

.comments-tree-list {
	padding: 0;
	margin: 0;
}

	.comments-tree-list li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
		.comments-tree-list ol {
			background: url(../images/comments-tree.png) 10px top no-repeat;
			padding: 0 0 0 45px;
		}


.comment-item {
	position: relative;
	padding: 0 0 0 85px;
	margin: 0 0 40px 0;
	min-height: 80px;
}

	.comment-item-left {
		position: absolute;
		left: 0;
		top: 0;
		width: 60px;
	}
	
		.comment-item-image {
			width: 60px;
			height: 60px;
			overflow: hidden;
			-moz-border-radius: 60px;
			-webkit-border-radius: 60px;
			border-radius: 60px;
			background: #f0f0f0;
		}
		
			.comment-item-image img {
				width: 60px;
				height: 60px;
				-moz-border-radius: 60px;
				-webkit-border-radius: 60px;
				border-radius: 60px;
			}
			
		.comment-online, .comment-offline {
			width: 13px;
			height: 13px;
			-moz-border-radius: 13px;
			-webkit-border-radius: 13px;
			border-radius: 13px;
			position: absolute;
			left: 43px;
			top: -5px;
			background: #a0c93c;
		}
		
		.comment-offline {
			background: #aaafb7;
		}
		
		.comr {
			text-align: center;
			padding: 5px 0 0 0;
		}
		
			.comr a {
				background: url(../images/comr.png) right top no-repeat;
				display: inline-block;
				vertical-align: top;
				height: 13px;
				line-height: 13px;
				padding: 0 20px 0 0;
				color: #e65252;
				font-size: 11px;
			}
			
				.comr a:hover {
					background: url(../images/comr.png) right bottom no-repeat;
				}
	
	.comment-item-right {
		position: relative;
	}
	
		.comment-item-author {
			color: #7f7f7f;
			font-size: 14px;
			text-align: center;
			padding: 5px 0 0 0;
		}
		
			.comment-item-author a {
				color: #7f7f7f;
			}
			
				.comment-item-author a:hover {
					color: #000;
				}
				
		.comment-item-date {
			text-align: right;
			font-size: 12px;
			padding: 0 0 5px 0;
			opacity: .38;
			color: #7f7f7f;
		}
		
		.comment-item-text {
			
		}
		
		
		.comment-item-text2 {
			color: #818182;
			font-size: 13px;
			line-height: 18px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			background: #eff1f4;
			padding: 20px;
		}
		
			.comment-item-text a {
				color: #000;
				text-decoration: underline;
			}
			
				.comment-item-text a:hover {
					color: #ef0000;
				}
				
	.comments-item-links {
		font-size: 13px;
		padding: 10px 0 0 0;
	}
	
		.comments-item-links a {
			color: #9a9a9a;
			margin-right: 10px;
		}
		
			.comments-item-links a:hover {
				color: #ef0000;
			}

.comment-item .bbcodes, .mass_comments_action .bbcodes {
	background: #fff;
	border: 1px #ccc solid;
	color: #333;
	border-radius:3px; 
	-webkit-border-radius:3px; 
	-moz-border-radius:3px;
	margin: 0;
	cursor: pointer;
	font-size: 14px !important;
	font-weight: normal;
}

	.comment-item .bbcodes:hover, .mass_comments_action .bbcodes:hover {
		background: #ff7e00;
		color: #fff;
	}

#dleprofilepopup {
	height: 150px !important;
}
	
/* -------- */
.quote {
	background: #f3f3f3;
	padding: 8px;
	color: #6f6f6f;
	clear: both;
	border-radius:3px; 
	-webkit-border-radius:3px; 
	-moz-border-radius:3px;
	margin: 0 0 5px 0;
	font-size: 13px;
}

	.quote a {
		color: #000;
	}
	
.full-news-content .quote  {
	background: #edf2f4 url(../images/quote.png) 15px 20px no-repeat;
	padding: 15px 15px 15px 70px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-style: italic;
	color: #595959;
	font-size: 14px;
	line-height: 20px;
}

/* Стилизация форм */

.form-line-tt {
	margin: 0 0 15px 0;
}

	.form-line-tt-left {
		display: inline-block;
		vertical-align: top;
		margin: 0 10px 0 0;
		padding: 5px 0 0 0;
	}
	
	.form-line-tt-right {
		display: inline-block;
		vertical-align: top;
	}
	
	.form-line-tt input {
		border: 1px solid #e3e3e3;
		background: #fff;
		-moz-box-shadow: inset 0 0 5px rgba(0,0,0,.05);
		-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.05);
		box-shadow: inset 0 0 5px rgba(0,0,0,.05);
		color: #5c5c5c;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 7px 10px;
		margin: 0 0 0 0;
	}
	
	.form-line-tt textarea {
		border: 1px solid #e3e3e3;
		background: #e9e9e9;
		-moz-box-shadow: inset 0 0 5px rgba(0,0,0,.05);
		-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.05);
		box-shadow: inset 0 0 5px rgba(0,0,0,.05);
		color: #5c5c5c !important;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 7px 10px !important;
		margin: 0 0 0 0;
	}
	
.form-submit-block-tt {
	margin: 0 0 10px 0;
	padding: 10px 0 10px 0;
	border-top: 1px #ccc solid;
}
	
.form-button-tt {
	font-size: 15px;
	cursor: pointer;
	background: -moz-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
	background: -webkit-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
	background: -o-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
	background: -ms-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
	background: linear-gradient(to bottom, #fdfdfd 5%, #f8f8f8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f8f8f8', GradientType=0);
	background-color: #fdfdfd;
	margin: 0;
	padding: 8px 50px !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e2e2e2;
	color: #565656;
	-moz-box-shadow: inset 0 0 18px rgba(0,0,0,.04), inset 0 2px 2px rgba(255,255,255,.08), 0 1px 1px rgba(255,255,255,.75);
	-webkit-box-shadow: inset 0 0 18px rgba(0,0,0,.04), inset 0 2px 2px rgba(255,255,255,.08), 0 1px 1px rgba(255,255,255,.75);
	box-shadow: inset 0 0 18px rgba(0,0,0,.04), inset 0 1px 2px rgba(255,255,255,.08), 0 1px 1px rgba(255,255,255,.75);
}

	.form-button-tt:hover {
		background: #f1f1f1;
		-moz-box-shadow: inset 0 -9px 18px rgba(0,0,0,.06), 0 1px 1px rgba(255,255,255,.75);
		-webkit-box-shadow: inset 0 -9px 18px rgba(0,0,0,.06), 0 1px 1px rgba(255,255,255,.75);
		box-shadow: inset 0 -9px 18px rgba(0,0,0,.06), 0 1px 1px rgba(255,255,255,.75);
	}
	
/* Добавление комментария */
.add-comment {
	
}

	.add-comment-title {
		font-size: 18px;
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
		border-bottom: 1px #ccc solid;
	}

	.add-comment .form-line-tt-left {
		width: 80px;
	}

/* Диалоговые окна */
.ui-dialog {
	border: 1px solid #ededed;
	background: #fff;
	text-align: left;
	color: #616161;
	font-size: 16px;
	-moz-box-shadow: 0 0 18px rgba(0,0,0,.14);
	-webkit-box-shadow: 0 0 18px rgba(0,0,0,.14);
	box-shadow: 0 0 18px rgba(0,0,0,.14);
}

	.ui-dialog-titlebar {
		border-bottom: 1px solid #ededed;
		padding: 10px 20px;
		position: relative;
		cursor: move;
	}
	
		.ui-dialog-titlebar-close {
			background: url(../images/close.png) left top no-repeat;
			width: 29px;
			height: 29px;
			right: 5px;
			top: 5px;
			font-size: 0;
			display: block;
			position: absolute;
			transition:all 0.3s ease;
			-webkit-transition:all 0.3s ease;
			-o-transition:all 0.3s ease;
			-moz-transition:all 0.3s ease;
			opacity: 0.6;
			overflow: hidden;
			line-height: 35px;
			text-indent: -100px;
		}
		
			.ui-dialog-titlebar-close:hover {
				 -moz-transform: rotate(360deg); /* Для Firefox */
				-ms-transform: rotate(360deg); /* Для IE */
				-webkit-transform: rotate(360deg); /* Для Safari, Chrome, iOS */
				-o-transform: rotate(360deg); /* Для Opera */
				transform: rotate(360deg);
				opacity: 1;
			}
			
	.ui-dialog-content {
		padding: 15px;
	}
			
	.ui-dialog-buttonset {
		background: #fafafa;
		height: 47px;
		position: relative;
		border-top: 1px #f2f2f2 solid;
		padding: 13px 5px 0 0;
		text-align: right;
	}
	
		.ui-dialog-buttonset button {
			display: inline-block;
			margin: 0 0 0 5px;
			padding: 8px 10px;
			background: #e6e6e6;
			color: #6b6b6b;
			font-size: 13px;
			border: 0;
			cursor: pointer;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
		}
		
			.ui-dialog-buttonset button:hover {
				background: #ff9e2b;
				color: #fff;
			}
			
	.dle-popup-newpm .ui-dialog-content {
		padding: 20px;
		font-size: 14px;
	}
	
/* Карточка пользователя */
.user-card-tt {
	padding: 30px 0 0 140px;
	position: relative;
}

	.user-card-tt-left {
		position: absolute;
		left: 10px;
		width: 100px;
		top: 10px;
		z-index: 888;
	}
	
		.user-card-tt-image {
			border: 3px solid #fff;
			-moz-box-shadow: 0 0 8px rgba(0,0,0,.17);
			-webkit-box-shadow: 0 0 8px rgba(0,0,0,.17);
			box-shadow: 0 0 8px rgba(0,0,0,.17);
			-moz-border-radius: 100px;
			-webkit-border-radius: 100px;
			border-radius: 100px;
			width: 100px;
			height: 100px;
			margin: 0 0 5px 0;
			background: #e2e2e2;
		}
		
			.user-card-tt-image img {
				width: 100px;
				height: 100px;
				-moz-border-radius: 100px;
				-webkit-border-radius: 100px;
				border-radius: 100px;
			}
			
		.user-card-tt-status {
			text-align: center;
			font-size: 14px;
			margin-left: 3px;
		}
	
	.user-card-tt-right {
		font-size: 15px;
	}

		.user-card-tt-info-left {
			float: left;
			width: 230px;
			margin: 0 5px 0 0;
		}
		
			.user-card-tt-info-line {
				color: #8b8b8b;				
			}
			
			.user-card-tt-info-line:first-child {
				margin: 0 0 10px 0;
			}
			
				.user-card-tt-info-line span {
					color: #000;
				}
				
				.user-card-tt-info-line i {
					color: #3b90cb;
					font-style: normal;
				}
		
		.user-card-tt-info-right {
			float: left;
			width: 140px;
		}
		
/* Юзер инфо */
.user-profile-tt {
	margin: 0 0 50px 0;
}

	.tabs-profile {
		
	}
	
		.tabs-profile .index-tabs {
			font-size: 0;
			position: relative;
			bottom: -1px;
		}
		
			.tabs-profile .index-tabs span {
				background: -moz-linear-gradient(top, #fdfdfd 5%, #f1f5f6 100%);
				background: -webkit-linear-gradient(top, #fdfdfd 5%, #f1f5f6 100%);
				background: -o-linear-gradient(top, #fdfdfd 5%, #f1f5f6 100%);
				background: -ms-linear-gradient(top, #fdfdfd 5%, #f1f5f6 100%);
				background: linear-gradient(to bottom, #fdfdfd 5%, #f1f5f6 100%);
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f1f5f6', GradientType=0);
				background-color: #fdfdfd;
				border: 1px #dadada solid;
				display: inline-block;
				height: 34px;
				line-height: 34px;
				color: #979797;
				font-size: 13px;
				padding: 0 15px;
				-moz-border-radius: 3px 3px 0 0;
				-webkit-border-radius: 3px 3px 0 0;
				border-radius: 3px 3px 0 0;
				position: relative;
				bottom: -4px;
				cursor: pointer;
				vertical-align: top;
				border-bottom: 0;
			}
			
				.tabs-profile .index-tabs span:hover {
					
				}
				
				.tabs-profile .active-ttab {
					height: 39px !important;
					line-height: 39px !important;
					background: #fff !important;
					color: #363636 !important;
					bottom: 0px !important;
					vertical-align: top;
				}
				
		.tabs-profile .index-panel {
			
		}
		
			.tabs-profile .tt-panel {
				border: 1px #dadada solid;
				background: #fff;
				display: none;
			}
			
	.profile-tt-top {
		position: relative;
	}
	
		.profile-tt-left {
			position: absolute;
			width: 114px;
			left: 25px;
			top: 28px;
			text-align: center;
		}
		
			.profile-tt-image {
				padding: 6px;
				border: 1px solid #d9d9d9;
				background: #fff;
				margin: 0 0 10px 0;
			}
			
				.profile-tt-image img {
					width: 100px;
					height: 100px;
					background: #ccc;
				}
				
			.profile-tt-rating {
				text-align: center;
				width: 50px;
				height: 25px;
				margin: 0 auto;
				line-height: 25px;
				color: #fff;
				background: #abc544;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				border-radius: 3px;
			}
			
		.profile-tt-info {
			padding: 25px 25px 10px 160px;
			background: -moz-linear-gradient(top, #fff 5%, #fafbfd 100%);
			background: -webkit-linear-gradient(top, #fff 5%, #fafbfd 100%);
			background: -o-linear-gradient(top, #fff 5%, #fafbfd 100%);
			background: -ms-linear-gradient(top, #fff 5%, #fafbfd 100%);
			background: linear-gradient(to bottom, #fff 5%, #fafbfd 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fafbfd', GradientType=0);
			background-color: #fff;
			border-bottom: 1px #dadada solid;
		}
		
			.profile-tt-name {
				color: #000;
				font-size: 20px;
				position: relative;
				padding: 5px 0 10px 0;
			}
			
			.profile-tt-name2 {
				position: relative;
				display: inline-block;
			}
			
				.profile-tt-name i {
					position: relative;
					display: inline-block;
					background: #ff8a00;
					-moz-border-radius: 3px;
					-webkit-border-radius: 3px;
					border-radius: 3px;
					height: 20px;
					line-height: 20px;
					color: #fff;
					font-family: "Arial";
					font-size: 12px;
					font-style: normal;
					left: 10px;
					top: -15px;
					padding: 0 5px;
				}
				
					.profile-tt-name i span {
						color: #fff !important;
						font-weight: normal;
					}
					
			.profile-tt-line {
				color: #828282;
				margin: 0 0 4px 0;
			}
			
				.profile-tt-line span {
					color: #000;
				}
		
		.profile-tt-menu {
			padding: 20px 0 10px 160px;
			font-size: 0;
			color: #fff;
		}
		
			.profile-tt-menu a {
				display: inline-block;
				background: #eeeeee;
				padding: 0 10px;
				line-height: 31px;
				height: 31px;
				margin: 0 10px 0 0;
				color: #5e5e5e;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				border-radius: 3px;
				font-size: 14px;
			}
			
				.profile-tt-menu a:hover {
					background: #ff8a00;
					color: #fff;
				}
				
	.profile-tt-text {
		color: #7f7f7f;
		font-size: 14px;
		line-height: 17px;
		padding: 25px;
	}
	
		.profile-tt-text a {
			color: #000;
		}
		
	.nidf {
		padding: 25px;
	}
	
		.nidf .profile-tt-line {
			font-size: 15px;
			margin: 0 0 10px 0;
		}
			
			.nidf .profile-tt-line a {
				color: #ff6000;
			}
			
				.nidf .profile-tt-line a:hover {
					color: #000;
				}
				
	.herh .form-line-tt-left {
		width: 150px;
	}
	
	.herh .form-line-tt {
		margin: 0 0 0 0;
		padding: 15px 0 15px 10px;
		border-bottom: 1px #f0f0f0 solid;
	}
	
	.herh .form-line-tt:nth-child(2n) {
		background: #f8f8f8;
	}
	
	.herh input, .herh textarea{
		background: #fff;
	}
	
	.user-profile-tt .form-line-tt a {
		color: #ff6000;
	}

/* Юзер-панель */
.login-block {
	position: absolute;
	right: 0;
	top: 15px;
	z-index: 5555;
}

	.login-block-top {
		height: 40px;
		position: relative;
		padding: 0 0 0 75px;
		background: url(../images/login-block-top.png) left center no-repeat;
	}
	
		.login-ava {
			width: 40px;
			height: 40px;
			-moz-border-radius: 40px;
			-webkit-border-radius: 40px;
			border-radius: 40px;
			position: absolute;
			left: 22px;
			top: 0px;
		}
			
				.login-ava img {
					width: 40px;
					height: 40px;
					-moz-border-radius: 40px;
					-webkit-border-radius: 40px;
					border-radius: 40px;
				}
				
		.login-block-login {
			color: #818182;
			font-size: 13px;
			height: 40px;
			line-height: 40px;
		}
				
		.log-open {
			background: none;
			position: absolute;
			left: 0;
			top: 0;
			cursor: pointer;
			height: 100%;
			width: 100%;
		}
		
			.log-open:hover {
				opacity: 0.5;
			}
			
		.login-block2 {
			
		}
		
		.login-block2 .login-block-top {
			
		}
				
			
	
	.login-hidden {
		display: none;
		width: 180px;
		background: #fff;
		-moz-box-shadow: 0 0 13px rgba(0,0,0,.08);
		-webkit-box-shadow: 0 0 13px rgba(0,0,0,.08);
		box-shadow: 0 0 13px rgba(0,0,0,.08);
		position: absolute;
		right: 0;
		top: 65px;
	}
	
	.login-hidden2 {
		width: 290px;
	}
	
	.login-hidden:after {
		content: '';
		display: block;
		background: url(../images/login-hidden.png) left top no-repeat;
		width: 25px;
		height: 24px;
		position: absolute;
		right: 20px;
		top: -23px;
	}
	
		.login-hidden-title {
			padding: 15px 0;
			color: #818182;
			font-size: 14px;
			border-bottom: 1px #ededed solid;
			margin: 0 20px 7px 20px;
			position: relative;
		}
		
			.log-t-close {
				position: absolute;
				cursor: pointer;
				width: 16px;
				height: 16px;
				background: url(../images/log-t-close.png) center center no-repeat;
				right: 0;
				top: 15px;
				opacity: 0.7;
			}
			
				.log-t-close:hover {
					opacity: 1;
				}
	
	.login-content {
		padding: 15px 0;
	}

	.login-line {
		margin: 0 20px 15px 20px;
	}
	
		.login-line-title {
			color: #acacac;
			font-size: 13px;
			margin: 0 0 5px 0;
		}
		
		.login-input-text {
			background: #eaecee;
			border: 0;
			margin: 0;
			padding: 7px 5%;
			display: block;
			width: 90%;
			color: #404040;
		}
		
		input.login-input-text:-webkit-autofill {
			color: #2a2a2a !important;
			outline:none;
			background: red !important;
			-webkit-box-shadow: inset 0 0 0 50px #eaecee !important; -webkit-text-fill-color: #000 !important; color: #000 !important;
		}
		
	.login-enter-line {
		padding: 20px;
		color: #acacac;
	}
	
		.login-enter-line a {
			color: #acacac;
		}
		
			.login-enter-line a:hover {
				color: #8eb8e0;
			}
		
	.enter {
		display: inline-block;
		vertical-align: top;
		background: #bbc7dc;
		padding: 10px 30px;
		color: #fff;
		font-size: 13px;
		border: 0;
		cursor: pointer;
		margin: 0 0 0 20px;
	}
	
		.enter:hover {
			background: #798cae;
		}
		
	.lost-link {
		display: inline-block;
		vertical-align: top;
		height: 33px;
		line-height: 33px;
		text-align: center;
		font-size: 16px;
		text-transform: uppercase;
		border: 1px solid #312b29;
		background: #282220;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		width: 35px;
		color: #827876;
		margin: 0 5px 0 0;
	}
	
		.lost-link:hover {
			background: #362c28;
		}

			
.login-soc {
	background: url(../images/login-enter-line.png) left top repeat-x;
	padding: 20px;
}

	.login-soc a {
		width: 36px;
		height: 36px;
		margin: 0 4px 0 0;
		display: inline-block;
		vertical-align: top;
	}
	
		.login-soc a:hover {
			opacity: 0.7;
		}
	
	.login-soc1 {
		background: url(../images/login-soc.jpg) left top no-repeat;
	}
	
	.login-soc2 {
		background: url(../images/login-soc.jpg) -36px top no-repeat;
	}
	
	.login-soc3 {
		background: url(../images/login-soc.jpg) -72px top no-repeat;
	}
	
	.login-soc4 {
		background: url(../images/login-soc.jpg) -108px top no-repeat;
	}
	
	.login-soc5 {
		background: url(../images/login-soc.jpg) -144px top no-repeat;
	}
	
	.login-soc6 {
		background: url(../images/login-soc.jpg) -150px top no-repeat;
	}
	
	.login-close {
		position: absolute;
		right: -30px;
		top: -30px;
		width: 29px;
		height: 29px;
		background: url(../images/close2.png) left top no-repeat;
		cursor: pointer;
	}
	
	/* Залогинились */
			
	
			
	.login-link {
		padding: 0 0 15px 0;
	}
	
		.login-link a {
			display: block;
			color: #6b8193;
			font-size: 13px;
			text-decoration: underline;
			padding: 8px 25px;
		}
		
			.login-link a:hover {
				background: #dff0fe;
			}
			
/* Стандартные страницы */
.stt-block {
	background: #fff;
			-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
			-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.03);
			box-shadow: 1px 2px 2px rgba(0,0,0,.03);
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			margin: 0 0 30px 0;
			padding: 20px;
}

	.stt-block-title {
		color: #000;
		margin: 0 0 25px 0;
		font-size: 22px;
		font-weight: 300;
	}
	
	.stt-block-content {
		color: #212121;
		font-size: 14px;
		line-height: 22px;
		margin: 0 0 20px 0;
	}
	
		.stt-block-content a {
			color: #e7344d;
		}
		
			.stt-block-content a:hover {
				color: #000;
			}
			
	.stt-block-content .podborka-item:nth-child(4n) {
		margin-right: 60px; 
	}
	
	.stt-block-content .podborka-item img {
		margin: 0;
		display: block !important;
		max-width: 100%;
	}
	
	.stt-block-content .podborka-item-title a {
		color: #212121;
	}
	
		.stt-block-content .podborka-item-title a:hover {
			color: #e7344d;
		}
			
	.stt-block-content .bbcodes {
		font-size: 15px;
		cursor: pointer;
		background: -moz-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
		background: -webkit-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
		background: -o-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
		background: -ms-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
		background: linear-gradient(to bottom, #fdfdfd 5%, #f8f8f8 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f8f8f8', GradientType=0);
		background-color: #fdfdfd;
		margin: 0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid #e2e2e2;
		color: #565656;
		-moz-box-shadow: inset 0 0 18px rgba(0,0,0,.04), inset 0 2px 2px rgba(255,255,255,.08), 0 1px 1px rgba(255,255,255,.75);
		-webkit-box-shadow: inset 0 0 18px rgba(0,0,0,.04), inset 0 2px 2px rgba(255,255,255,.08), 0 1px 1px rgba(255,255,255,.75);
		box-shadow: inset 0 0 18px rgba(0,0,0,.04), inset 0 1px 2px rgba(255,255,255,.08), 0 1px 1px rgba(255,255,255,.75);
	}
	
		.stt-block-content .bbcodes:hover {
			background: #f1f1f1;
			-moz-box-shadow: inset 0 -9px 18px rgba(0,0,0,.06), 0 1px 1px rgba(255,255,255,.75);
			-webkit-box-shadow: inset 0 -9px 18px rgba(0,0,0,.06), 0 1px 1px rgba(255,255,255,.75);
			box-shadow: inset 0 -9px 18px rgba(0,0,0,.06), 0 1px 1px rgba(255,255,255,.75);
		}
			
/* Сообщения */
.pmtt {
	
}

	.pmtt-menu {
		font-size: 0;
		margin: 0 0 20px 0;
		padding: 0 0 20px 0;
		border-bottom: 1px #e7e7e7 solid;
		text-align: center;
	}
	
		.pmtt-menu a {
			cursor: pointer;
			background: -moz-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
			background: -webkit-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
			background: -o-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
			background: -ms-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
			background: linear-gradient(to bottom, #fdfdfd 5%, #f8f8f8 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f8f8f8', GradientType=0);
			background-color: #fdfdfd;
			margin: 0;
			padding: 40px 0 10px 0;
			display: inline-block;
			font-size: 14px;
			width: 29%;
			margin: 0 5% 0 0;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			border: 1px solid #e2e2e2;
			color: #565656;
			-moz-box-shadow: inset 0 0 18px rgba(0,0,0,.04), inset 0 2px 2px rgba(255,255,255,.08), 0 1px 1px rgba(255,255,255,.75);
			-webkit-box-shadow: inset 0 0 18px rgba(0,0,0,.04), inset 0 2px 2px rgba(255,255,255,.08), 0 1px 1px rgba(255,255,255,.75);
			box-shadow: inset 0 0 18px rgba(0,0,0,.04), inset 0 1px 2px rgba(255,255,255,.08), 0 1px 1px rgba(255,255,255,.75);
			position: relative;
			text-align: center;
			 -moz-box-sizing: border-box; /* Для Firefox */
			-webkit-box-sizing: border-box; /* Для Safari и Chrome */
			box-sizing: border-box; /* Для IE и Opera */
		}
		
			.pmtt-menu a:hover {
				background: #ff7e00;
				color: #fff;
				border: 1px #ff7e00 solid;
			}
			
			.pmtt-menu a i {
				position: absolute;
				left: 50%;
				margin: 0 0 0 -14px;
				top: 10px;
				color: #808080;
				
			}
			
				.pmtt-menu a:hover i {
					color: #fff;
				}
			
			.pmtt-menu a:nth-child(3n) {
				margin: 0;
			}
			
	.pmtt-pm-list {
		margin: 0 0 20px 0;
		padding: 0 0 20px 0;
	}
	
		.pmtt-pm-list-title {
			font-size: 18px;
			margin: 0 0 10px 0;
		}
		
		.pmtt-pm-list-content {
			
		}	
		
			.pmtt-pm-list-content table {
				border: 1px #f1f1f1 solid;
				padding: 3px;
			}
			
				.pmtt-pm-list-content table  td {
					padding: 5px;
					border-bottom: 1px #f1f1f1 solid;
				}
				
				.pmtt-pm-list-content tr:first-child td {
					border-bottom: 1px #f1f1f1 solid;					
				}
				
				.pmtt-pm-list-content table  tr:nth-child(2n) td {
					background: #f9f9f9;
					border-bottom: 1px #f1f1f1 solid;
				}
				
	.pmtt-status {
		margin: 0 0 20px 0;
	}
	
		.pmtt-status-title {
			font-size: 18px;
			margin: 0 0 10px 0;
		}
		
		.pmtt-status-content {
			
		}
		
			.pm_progress_bar {
				position: relative;
				background: #eeeeee;
				border: 1px #e5e5e5 solid;
				height: 30px;
				margin: 0 0 10px 0;
			}
			
				.pm_progress_bar span {
					position: absolute;
					left: 0;
					top: 0;
					height: 30px;
					background: #ff7e00;
					color: #fff;
					text-align: center;
					line-height: 30px;
				}
				
	.pmtt-new {
		padding: 20px 0 20px 0;
	}
	
		.pmtt-new-title {
			font-size: 18px;
			margin: 0 0 10px 0;
			padding: 0 0 10px 0;
			border-bottom: 1px #dcdcdc solid;
		}
		
		.pmtt-new-content {
			
		}
		
			.pmtt-new-content .form-line-tt-left {
				width: 100px;
			}
			
	.pmtt-mess {
		padding: 20px 0;
	}
	
		.pmtt-mess-title {
			font-size: 18px;
			position: relative;
			padding: 0 0 10px 20px;
			border-bottom: 1px #dcdcdc solid;
		}
			
			.pmtt-mess-title i {
				position: absolute;
				left: 0;
				top: 3px;
				color: #b2b2b2;
				font-size: 16px;
			}
		
		.pmtt-mess-content {
			
		}
		
			.pmtt-mess-theme {
				padding: 10px 0 10px 20px;
				margin: 0 0 5px 0;
				position: relative;
				border-bottom: 1px #dcdcdc dotted;
			}
			
				.pmtt-mess-theme i {
					position: absolute;
					left: 0;
					top: 11px;
					color: #b2b2b2;
					
				}
			
			.pmtt-mess-text {
				padding: 10px 0;
			}
		
		.pmtt-mess-menu {
			padding: 10px 0 0 0;
		}
		
			.pmtt-mess-menu a {
				font-size: 14px;
				cursor: pointer;
				background: -moz-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
				background: -webkit-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
				background: -o-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
				background: -ms-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
				background: linear-gradient(to bottom, #fdfdfd 5%, #f8f8f8 100%);
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f8f8f8', GradientType=0);
				background-color: #fdfdfd;
				margin: 0;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				border-radius: 5px;
				border: 1px solid #e2e2e2;
				color: #565656;
				-moz-box-shadow: inset 0 0 18px rgba(0,0,0,.04), inset 0 2px 2px rgba(255,255,255,.08), 0 1px 1px rgba(255,255,255,.75);
				-webkit-box-shadow: inset 0 0 18px rgba(0,0,0,.04), inset 0 2px 2px rgba(255,255,255,.08), 0 1px 1px rgba(255,255,255,.75);
				box-shadow: inset 0 0 18px rgba(0,0,0,.04), inset 0 1px 2px rgba(255,255,255,.08), 0 1px 1px rgba(255,255,255,.75);
				display: inline-block;
				padding: 5px 10px;
				margin: 0 10px 0 0;
			}
			
				.pmtt-mess-menu a:hover {
					background: #f1f1f1;
					-moz-box-shadow: inset 0 -9px 18px rgba(0,0,0,.06), 0 1px 1px rgba(255,255,255,.75);
					-webkit-box-shadow: inset 0 -9px 18px rgba(0,0,0,.06), 0 1px 1px rgba(255,255,255,.75);
					box-shadow: inset 0 -9px 18px rgba(0,0,0,.06), 0 1px 1px rgba(255,255,255,.75);
				}
				
/* Обратная связь */
.feedback-tt {
	
}

	.feedback-tt textarea {
		width: 95%;
	}
	
	.feedback-tt .form-line-tt-left {
		width: 100px;
	}
	
/* Восстановление */
.lost-tt {
	
}

	.lost-tt .form-line-tt-right input {
		width: 200px;
	}
	
	.lost-tt .form-line-tt-left {
		width: 200px;
	}
	
/* Регистрация */
.reg-tt {
	
}

	.reg-tt .form-line-tt-right input {
		
	}
	
	.reg-tt .form-line-tt-left {
		width: 150px;
	}

/* ==================== Календарь */
.calend {

}

.weekday-active-v {
	color: #fff;
}
.day-active-v {
	font-weight: bold;
	color: #fff;
}
.calendar {
font-size: 14px;
text-align: center;
width: 90%;
margin: 0 5%;
color: #8b8b8b;
}
	
	.calendar a {
		text-decoration: underline;
	 }
.calendar td, th {
	 text-decoration: none;
	 padding: 2px;
}
.weekday {
	
	color: #dc3604;
	
}
.weekday-active {
	font-weight: bold;
	color: #fff;
}
.day-active {
	color: #fff;
}
.monthlink {
	color: #535353;
	text-decoration: none;
}
.day-current {
	font-weight: bold;
	color: #f76201;
	font-family: 'Geometric706-BlackCondensed';
	font-size: 15px;
	border: 1px #f76201 solid;
}

	.day-current a {
		color: #fff;
	}

/* ==================== Облако тегов */
.tags-block {
	padding: 5px;
	color: #424242;
}

.clouds_xsmall {
	font-size: 12px;
	color: #424242 !important;
	text-decoration: none;
}
.clouds_small {
	font-size: 15px;
	color: #424242 !important;
	text-decoration: none;
}
.clouds_medium {
	font-size: 20px;
	color: #424242 !important;
	text-decoration: none;
}
.clouds_large {
	font-size: 25px;
	color: #ff8b02 !important;
	text-decoration: none;
}
.clouds_xlarge {
	font-size: 30px;
	color: #ff8b02!important;
	text-decoration: none;
}



/* Опрос */
.vote-buttom {
	background: #ff5100;
	display: block;
	padding: 5px 0;
	text-align: center;
	cursor: pointer;
	border: 0;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 5px 15px;
	width: 130px;
}

	.vote-buttom:hover{
		background: #000;
	}
	
	.vote-buttom2 {
		background: #ccc;
	}

.vote-l {
	padding: 10px 0 15px 0;
	font-size: 12px;
}	

/* ==================== Рейтинг статьи */

.rating {
	width: 130px;
	height: 24px;
}
.unit-rating {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 130px;
	height: 24px;
	position: relative;
	background-image: url(../dleimages/rating.png);
	background-position: top left;
	background-repeat: repeat-x;
}
.unit-rating li {
	text-indent: -90000px;
	padding: 0px;
	margin: 0;
	float: left;
}
.unit-rating li a {
	display: block;
	width: 24px;
	height: 24px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 17;
	position: absolute;
	padding: 0px;
}
.unit-rating li a:hover {
	background-image: url(../dleimages/rating.png);
	background-position: left center;
	z-index: 2;
	left: 0px;
}
.unit-rating a.r1-unit { left: 0px; }
.unit-rating a.r1-unit:hover { width: 26px; }
.unit-rating a.r2-unit { left: 26px; }
.unit-rating a.r2-unit:hover { width: 52px; }
.unit-rating a.r3-unit { left: 52px; }
.unit-rating a.r3-unit:hover { width: 78px; }
.unit-rating a.r4-unit { left: 78px; }	
.unit-rating a.r4-unit:hover { width: 104px; }
.unit-rating a.r5-unit { left: 104px; }
.unit-rating a.r5-unit:hover { width: 130px; }
.unit-rating li.current-rating {
	background-image: url(../dleimages/rating.png);
	background-position: left bottom;
	position: absolute;
	height: 24px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

/* ==================== BB коды */
 
.bbcodes {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	color: #ffffff;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	/*  width: 120px;  */
	height: 20px;
	background-image: url(../images/dlet_bttn_bbcodes.gif);
	background-repeat: repeat-x;
	font-weight: bold;
}

/* класс bbcodes_poll используем в poll.tpl, vote.tpl, addnews.tpl */

.bbcodes_poll {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	color: #ffffff;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	width: 120px;
	height: 20px;
	background-image: url(../images/dlet_bttn_bbcodes.gif);
	background-repeat: repeat-x;
	font-weight: bold;
}


/* ==================== Выпадающее меню */

#dropmenudiv {
	border: 1px solid #ffffff;
	border-bottom-width: 0;
	font: normal 10px Verdana;
	background-color: #6497ca;
	line-height: 20px;
	margin: 2px;
	opacity: 0.92;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95) progid:DXImageTransform.Microsoft.Shadow(color=#cacaca, direction=135, strength=3)";
	filter: alpha(opacity=95, enabled=1) progid:DXImageTransform.Microsoft.Shadow(color=#cacaca, direction=135, strength=3);
}

#dropmenudiv a {
	display: block;
	text-indent: 3px;
	text-decoration:none;
	color: #ffffff;
	background:#6497ca;
	border: 1px solid #ffffff;
	padding: 1px 0;
	margin: 1px;
	font-weight: bold;
}

#dropmenudiv a:hover {
	background-color:#fdd08b;
	color:#000000;
}

/* ==================== Уведомление о получении новых PM */

#newpm {
	width: 400px;
	padding: 10px;
	background-color: #fdfdfd;
	border: 1px solid #bbbbbb;
	line-height: 135%;
}
#newpmheader {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	height: 20px;
	color: #636363;
	font-weight: bold;
	background-color: #b2c7f1;
	font-family: verdana;
	cursor: move;
}
#newpm a {
	background: transparent;
	color: #4b73d4;
	text-decoration: none;
}
#newpm a:hover {
	background: transparent;
	color: #4b73d4;
	text-decoration: underline;
}

/* ==================== Ссылка на скачивание прикрепленного файла */

.attachment {
	color: #f37c64;
}

/* ==================== показ оригинальной картинки загруженной на сайт из уменьшенной копии (*) */
.highslide-wrapper, .highslide-outline {
	background: #FFFFFF;
	z-index: 100000;
}
.highslide-image {
	border: 2px solid #FFFFFF;
	z-index: 100000;
}
.highslide-active-anchor {
   visibility: hidden;
   z-index: 100000;
} 
.highslide-active-anchor img {
	visibility: hidden;
	z-index: 100000;
}
.highslide-dimming {
	background: black;
	z-index: 100000;
}
.highslide-html {
	background-color: white;
	z-index: 100000;
}
.highslide-html-content {
	display: none;
	z-index: 100000;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
    text-decoration: none;
	padding: 3px;
	border: 1px solid white;
    background-color: black;
	z-index: 100000;
}
a.highslide-full-expand {
	background: url(../dleimages/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
	z-index: 100000;
}
.highslide-footer {
	height: 11px;
	z-index: 100000;
}
.highslide-footer .highslide-resize {
	float: right;
	height: 12px;
	width: 11px;
	background: url(../dleimages/resize.gif);
	z-index: 100000;
}
.highslide-resize {
    cursor: nw-resize;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.highslide-caption {
	display: none;
	padding: 5px;
	background: white;
}

.highslide-controls {
    width: 195px;
    height: 40px;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}
.highslide-controls li {
    float: left;
    padding: 5px 0;
}
.highslide-controls a {
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    outline: none;
}
.highslide-controls a.disabled {
    cursor: default;
}
.highslide-controls a span {
    /* hide the text for these graphic buttons */
    display: none;
}
 
/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
    background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
    background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
    background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
    background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
    background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
    background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
    background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
    background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
    background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
    background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
    background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
    background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
    background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
    background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
    background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
    background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
    background-position: -180px -30px;
}

/* 
*****************************
Юзер инфа */
.user-info-table {
	width: 90%; 
	margin: 0 00px 0 20px;

}

	.user-info-table td {
		padding: 5px 5px 20px 5px;
		text-align: left;
	}
	
		.user-info-table td small {
			font-size: 14px;
			color: #af86522;
			font-weight: bold;
		}
		
		.user-info-table td a {
			color: #ff863d;
		}
		
		.user-info-table td i {
			color: #bfbfbf;
		}
		
		.buttom-add-news {
			margin: 5px 20px 5px 0;
			background: #777777;
			color: #fff;
			border: 1px #2b2b2b solid;
		}
		
		.user-info-table input {
			background: url(../images/form-text.gif);
			color: #2e2e2e;
			border: 1px #d0d0d0 solid;
		}

		
/* Инфо */
.error {
	padding: 10px;
	padding-bottom: 150px;
	background: url(../images/error.png) center bottom no-repeat;
	text-align: center;
}

	.error p {
		font-size: 15px;
		font-weight: bold;
	}
	
	.error a {
		color: #7cad37;
	}

/* Статистика */
.lost-pass {
	width: 400px;
	background: #fef2e4; 
	margin-bottom: 20px;
	border-top: 5px #9d7038 solid;
	margin-top: 10px;
}


	.lost-pass td {
		background: #fef2e4; 
		padding: 5px;
		color: #4b2e12;
		text-align: left;
	}
		
		.lost-pass td a {
			color: #c89539;
		}
		
.ststs-title {
	padding: 5px 5px 5px 20px;
	color: #60360c;
	text-align: left;
	font-weight: bold;
}

	
/* добавление новости */
.add-news-table {
	
}

	.add-news-table td {
		padding: 10px 0 10px 5px;
	}
	
	.add-news-table textarea {
		height: 200px !important;
	}
	
	.add-news-table tr:nth-child(2n) td {
		background: #f7f7f7;
	}


.vote-pool {
	margin: 20px 0 0 100px;
	background: #dbf6ff;
	width: 400px;
	padding: 10px;
}

	.vote-pool img {
		border: 0;
		padding: 0;
	}

	.vote-pool h5 {
		color: red;
		font-size: 13px;
		margin: 0;
	}
	
	.vote-pool h6 {
		margin: 0;
		font-size: 12px;
	}
	
	.vote-pool input {
		margin: 5px 20px 0 0;
		background: url(../images/form-text.gif);
		color: #2e2e2e;
		border: 1px #d0d0d0 solid;
	}
	

	
/* DLE 8.5 */

/* Вид изображения: с прямыми краями и тенью */
.wide-border {
	background: white;
}
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* Вид изображения: только тень */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: white;
}

/* Вид изображения: только рамка без тени */
.less .highslide-image {
	border: 1px solid #000000;
}
.less .highslide-caption {
	border: 1px solid #000000;
	background: white;
}


/* DLE 9.0 */

/* ==================== Информационное оконо загрузки AJAX */
#loading-layer {
	display:none;
	font-family: Verdana;font-size: 11px;
	background:#000;padding:10px;
	text-align:center;
	border:1px solid #000;
	color: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
}



	
.nono #b_left, .nono  #b_center, .nono  #b_right, .nono #b_spoiler {
		display: none;
	}
	
#searchtable input{
	max-width: 150px !important;
} 

input#dofullsearch {
	max-width: 250px !important;
}


input#dosearch, input#dofullsearch {
	font-size: 15px;
	cursor: pointer;
	background: -moz-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
	background: -webkit-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
	background: -o-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
	background: -ms-linear-gradient(top, #fdfdfd 5%, #f8f8f8 100%);
	background: linear-gradient(to bottom, #fdfdfd 5%, #f8f8f8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f8f8f8', GradientType=0);
	background-color: #fdfdfd;
	margin: 0;
	padding: 8px 10px !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e2e2e2;
	color: #565656;
	-moz-box-shadow: inset 0 0 18px rgba(0,0,0,.04), inset 0 2px 2px rgba(255,255,255,.08), 0 1px 1px rgba(255,255,255,.75);
	-webkit-box-shadow: inset 0 0 18px rgba(0,0,0,.04), inset 0 2px 2px rgba(255,255,255,.08), 0 1px 1px rgba(255,255,255,.75);
	box-shadow: inset 0 0 18px rgba(0,0,0,.04), inset 0 1px 2px rgba(255,255,255,.08), 0 1px 1px rgba(255,255,255,.75);
	width: auto;
	height: auto;
}

	input#dosearch:hover, input#dofullsearch:hover {
		background: #f1f1f1;
		-moz-box-shadow: inset 0 -9px 18px rgba(0,0,0,.06), 0 1px 1px rgba(255,255,255,.75);
		-webkit-box-shadow: inset 0 -9px 18px rgba(0,0,0,.06), 0 1px 1px rgba(255,255,255,.75);
		box-shadow: inset 0 -9px 18px rgba(0,0,0,.06), 0 1px 1px rgba(255,255,255,.75);
	}
	
.search #searchinput {
		border: 1px solid #e3e3e3;
		background: #e9e9e9;
		-moz-box-shadow: inset 0 0 5px rgba(0,0,0,.05);
		-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.05);
		box-shadow: inset 0 0 5px rgba(0,0,0,.05);
		color: #5c5c5c;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 7px 10px;
		margin: 0 0 0 0;
	}

/* ДЛЕ 9.2 */
.editor input[type="text"] { padding: 2px; background: #fff url("../images/fields.png") repeat-x; border: 1px solid #bcc0c2; }

/* ==================== Автозаполнение облака тегов */
.ui-autocomplete { position: absolute; cursor: default; }

* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
	background: #fff 50% bottom repeat-x; border: 1px solid #dedede; color: #222;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
	border: 1px solid #a7a7a7;
	color: #4e4e4e;
	font-weight: bold;
}


/*  */


.sp_search {
	
	width:486px;
	margin: 0 0 15px 0;
	border: 2px #fff solid;
}

.sp_search_head {
	height:37px;
	padding:5px;
	color:#888;
	font:bold 17px Arial;
	line-height:40px;
	text-transform:uppercase;
	background:#fff;
	border-bottom: 1px #ccc solid;
}

.sp_search_head img {float:left;margin-right:7px;}

.sp_search_table {
	font:11px Tahoma;
	color:#080808;
	width:100%;
	text-align:left;
	background:#d5f3ff ;
}

.sp_search_table .sp_s1 {color:#1e81ba;text-decoration:underline;font-weight:bold;}
.sp_search_table .sp_s2 {color:#1e81ba;text-decoration:underline;font-weight:bold;}
.sp_search_table .sp_s3 {color:#1e81ba;text-decoration:underline;font-weight:bold;}
.sp_search_table .sp_s4 {color:#1e81ba;text-decoration:underline;font-weight:bold;}

.sp_search_table td.sp_name {
	padding:6px 10px 8px 0;
	vertical-align:top;
	font:12px Tahoma;
	color:#080808;
}

.sp_search_table a.sp_lnk {
	font:12px Tahoma;
	color:#080808;
	text-decoration:underline;
}
.sp_search_table a.sp_lnk b {
	font-weight:bold;
}

.sp_search_table a.sp_lnk:hover, .sp_search_table a.sp_lnk:hover span {text-decoration:none;}

.sp_search_table td.sp_count {
	padding:6px 24px 8px 0;
	vertical-align:top;
	text-align:right;
}

.sp_search_table td.sp_count span.sp_count_sp {
	color:#000;
	font-weight:bold;
}

.sp_search_table td.sp_count span.sp_count_sp2 {
	color:#1e81ba;
	font-weight:bold;
}

.sp_search_table td.sp_name .sp_im_bl {
	float:left;
	margin:-4px 0 0 0;
	width:44px;
}
.sp_search_table td.sp_name .sp_im_bl img {
	display:block;
	margin:0 auto;
}

/*---Подсветка кода в теге [code]---*/
pre code {
  display: block; padding: 0.5em;
  background: #f9fafa; 
  border: 1px solid #dce7e7;
  overflow:auto;
  white-space: pre;
}

pre .comment,
pre .template_comment,
pre .diff .header,
pre .doctype,
pre .lisp .string,
pre .javadoc {
  color: #93a1a1;
  font-style: italic;
}

pre .keyword,
pre .css .rule .keyword,
pre .winutils,
pre .javascript .title,
pre .method,
pre .addition,
pre .css .tag,
pre .lisp .title {
  color: #859900;
}

pre .number,
pre .command,
pre .string,
pre .tag .value,
pre .phpdoc,
pre .tex .formula,
pre .regexp,
pre .hexcolor {
  color: #2aa198;
}

pre .title,
pre .localvars,
pre .function .title,
pre .chunk,
pre .decorator,
pre .builtin,
pre .built_in,
pre .lisp .title,
pre .identifier,
pre .title .keymethods,
pre .id {
  color: #268bd2;
}

pre .tag .title,
pre .rules .property,
pre .django .tag .keyword {
  font-weight: bold;
}

pre .attribute,
pre .variable,
pre .instancevar,
pre .lisp .body,
pre .smalltalk .number,
pre .constant,
pre .class .title,
pre .parent,
pre .haskell .label {
  color: #b58900;
}

pre .preprocessor,
pre .pi,
pre .shebang,
pre .symbol,
pre .diff .change,
pre .special,
pre .keymethods,
pre .attr_selector,
pre .important,
pre .subst,
pre .cdata {
  color: #cb4b16;
}

pre .deletion {
  color: #dc322f;
}

pre .tex .formula {
  background: #eee8d5;
}


/*---Вывод результатов голосования на сайте---*/
.voteprogress {
  overflow: hidden;
  height: 15px;
  margin-bottom: 5px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.voteprogress span {
  color: #ffffff;
  text-align: center;
  text-indent: -2000em;
  height: 15px;
  display: block;
  overflow: hidden;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -ms-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(top, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
}

.voteprogress .vote2 {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}

.voteprogress .vote3 {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}

.voteprogress .vote4 {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}

.voteprogress .vote5 {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
}

/*---Вывод результатов опросов в новостях---*/
.pollprogress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 5px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.pollprogress span {
  color: #ffffff;
  height: 18px;
  display: block;
  overflow: hidden;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -ms-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(top, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
}

.pollprogress .poll2 {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}

.pollprogress .poll3 {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}

.pollprogress .poll4 {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}

.pollprogress .poll5 {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
}

/*---BB Редактор---*/

.bb-pane {
  height: 1%; overflow: hidden;
  padding-bottom: 5px;
  padding-left: 5px;
  margin: 0;
  height: auto !important;
  text-decoration:none;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#FBFBFB), to(#EAEAEA));
  background-image: -webkit-linear-gradient(top, #FBFBFB, 0%, #EAEAEA, 100%);
  background-image: -moz-linear-gradient(top, #FBFBFB 0%, #EAEAEA 100%);
  background-image: linear-gradient(to bottom, #FBFBFB 0%, #EAEAEA 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#EAEAEA', GradientType=0);
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -khtml-border-bottom-right-radius: 0px; 
  border-bottom-right-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -khtml-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top:1px solid #d7d7d7;
  border-left:1px solid #d7d7d7;
  border-right:1px solid #d7d7d7;
  box-shadow: none !important;
}

.bb-pane>b {
    margin-top: 5px;
    margin-left: 0;
  vertical-align: middle;
}
.bb-pane .bb-btn + .bb-btn,.bb-pane .bb-btn + .bb-pane,.bb-pane .bb-pane + .bb-btn,.bb-pane .bb-pane + .bb-pane {
    margin-left:-1px;
}
.bb-btn {
  display: inline-block; overflow: hidden; float: left;
  padding: 4px 10px;
    border: 1px solid #d4d4d4;
    -webkit-box-shadow: inset 0 1px 2px white;
    -moz-box-shadow: inset 0 1px 2px white;
    box-shadow: inset 0 1px 2px white;
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left 0%, left 100%, color-stop(0%, #fdfdfd), color-stop(100%, #e9e9e9));
    background-image: -webkit-linear-gradient(top, #fdfdfd, 0%, #e9e9e9, 100%);
    background-image: -moz-linear-gradient(top, #fdfdfd, 0%, #e9e9e9, 100%);
    background-image: linear-gradient(to bottom, #fdfdfd 0%, #e9e9e9  100%);

}
 

.bb-btn:hover {
      background: #e6e6e6;
      background-repeat: repeat-x;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #e6e6e6));
      background-image: -webkit-linear-gradient(top, #fdfdfd, 0%, #e6e6e6, 100%);
      background-image: -moz-linear-gradient(top, #fdfdfd, 0%, #e6e6e6, 100%);
      background-image: -o-linear-gradient(top, #fdfdfd, 0%, #e6e6e6, 100%);
      background-image: linear-gradient(to bottom, #fdfdfd 0%, #e6e6e6 100%);
      -webkit-transition: box-shadow 0.05s ease-in-out;
      -moz-transition: box-shadow 0.05s ease-in-out;
      -o-transition: box-shadow 0.05s ease-in-out;
      transition: box-shadow 0.05s ease-in-out;
}
    
.bb-btn:active {
      background: #f3f3f3;
      border-color: #cfcfcf;
      -webkit-box-shadow: 0 0 5px #f3f3f3 inset;
      -moz-box-shadow: 0 0 5px #f3f3f3 inset;
      box-shadow: 0 0 5px #f3f3f3 inset;
}

@font-face {
    font-family: 'bb-editor-font';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SDwYAAAC8AAAAYGNtYXA29C0zAAABHAAAAPRnYXNwAAAAEAAAAhAAAAAIZ2x5ZjJsQmgAAAIYAAAh4GhlYWQFqWKMAAAj+AAAADZoaGVhCAwELgAAJDAAAAAkaG10eINuAK8AACRUAAAAlGxvY2FzLnwUAAAk6AAAAExtYXhwADQA3wAAJTQAAAAgbmFtZb8AOU4AACVUAAABhHBvc3QAAwAAAAAm2AAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADx3APA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEAOAAAAA0ACAABAAUAAEAIOYB6RHpE+kw6XfpjenR6mHqaOpy6o3wA/A08DnwPvDB8M3xGPEh8SzxZvHc//3//wAAAAAAIOYA6RHpE+kw6XfpjenR6mHqaOpy6o3wA/Ax8DbwPvDB8MrxGPEh8SvxZvHc//3//wAB/+MaBBb1FvQW2BaSFn0WOhWrFaUVnBWCEA0P4A/fD9sPWQ9RDwcO/w72Dr0OSAADAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAABgAA/8AEAAPAAAMABwALABgAJQAyAAABITUhASE1IQEhNSEBNDYzMhYVFAYjIiY1ITQ2MzIWFRQGIyImNSE0NjMyFhUUBiMiJjUEAPwABAD+gP2AAoABgPwABAD8ACUbGyUlGxslAgAlGxslJRsbJf8AJRsbJSUbGyUDQID+gID+gID+QBslJRsbJSUbGyUlGxslJRsbJSUbGyUlGwAAAAIAGgAIA+gDqwAOACsAABMGFgcGFj4BNzYmJy4BBwEmDgIHDgEHBhYXHgEXHgEXHgE3PgE3PgMnjToVThE7Z3gtJQ8oKGMmA1sPncbAMTErDwYLAxQeERIWCgIHCBQ5MTGkmGQPARY5flcUDBIyKyVhKCcPJQKVD2OVoTEwOBQIBwIKFRERHhMECgYPKjAwvcKbDwABAAD/wAQAA8AAKwAAATMRFA4CIyIuAjU0PgIzMhYXEQURFA4CIyIuAjU0PgIzMhYXESUDwEAjPVIuLlI9IyM9Ui4vUx7+ACM9Ui4uUj0jIz1SLi9THgJAA8D9ICE6LBkZLDohITosGRoWAXBy/hIhOiwZGSw6ISE6LBkaFgJwgAAAAAAJAAAAQAQAA0AABAAJAA4AEwAYAB0AIgAnACoAABMRIREhEyM1MxURIzUzFREjNTMVASERIREzIzUzFREjNTMVESM1MxUhESUABAD8AMCAgICAgIACQP4AAgDAgICAgICA/cABAANA/QADAP1AgIABAICAAQCAgP4AAoD9gICAAQCAgAEAgID+gMAAAAIAAAAABAADQAADAAoAACUTIQMTAxEhFyEVA0DA/MDAgIABIIABoAACAP4AAkD9wANAgIAAAAAAAgAAAEAEAQMAAB8APwAAEzIeAhUUDgIjIi4CNSc0PgIzFSIGBw4BBz4BMyEyHgIVFA4CIyIuAjUnND4CMxUiBgcOAQc+ATPhLlI9IyM9Ui4uUj0jAUZ6o11AdS0JEAcIEgkCQC5SPSMjPVIuLlI9IwFGeqNdQHUtCRAHCBIJAgAjPVIuLlI9IyM9Ui4gXaN6RoAwLggTCgIBIz1SLi5SPSMjPVIuIF2jekaAMC4IEwoCAQAAAgAA/8AEAAPAACIALwAAASIOAhUUFhcBFRQWOwE1MzUzNTM3HgEzMj4CNTQuAiMTIiY1NDYzMhYVFAYjAsBCdVcyAwL+eyUbQICAgFMaNh1CdVcyMld1QmAoODgoKDg4KAPAMld1Qg8dD/57wBslQICAUwkKMld1QkJ1VzL+wDgoKDg4KCg4AAUAAAAABAADsgAdACgAOQBGAGMAAAEmIg8BLgEjIg4CBx4BFwcGFBceATMyNjcBNjQnATIWFwcuATU0NjMFPgE3PgE3DgEVFBYXBy4BJyU0JicBHgEzMj4CNTcHHgEVHgEXDgEHDgEjIiYnBx4BMzI+AjcuAScDsg4oDsonUitUmoRqJB9YNp8ODgcSCQkSBwNgDg797iAxCnocJTgo/s4dSy4CBgMHCBkWPShCGgKSBgb+vhMnFDVdRig+RQECLksdHUsuOIFDHTkcTS1gMlSahGokImM9A7IODsoMDC9Udkc+aSifDigOBwcHBwNgDigO/s4lHHoKMSAoOMAtTRwCBAIVLBcpSx89G0YpRhQnE/6+BgYoRl01mEUBAQEcTS0tTRwkJgcHTRARL1R2R0NxKgAAAgBA/8ADwANAAAcADwAAEyEVIxEjESMBIxEjESM1IUABgICAgAOA/Ij8AoABwID+gAGAAYD9AAMAgAAABwAA/8AEAAPAAAMABwALAA8AEwAbACMAABMzFSM3MxUjJTMVIzczFSMlMxUjAxMhEzMTIRMBAyEDIwMhAwCAgMDAwAEAgIDAwMABAICAEBD9ABAgEAKAEP1AEAMAECAQ/YAQAcBAQEBAQEBAQEACQP5AAcD+gAGA/AABgP6AAUD+wAAADgAA/8AEAAPAAAMABwAPABMAFwAfACMAJwAvADMANwA/AEQASgAAATMVIzczFSMlESM1MzUjNQUzFSM3MxUjJRUzFSMRMxUTMxUjNzMVIyURIzUzNSM1BTMVIzczFSMlFTMVIxEzFQEhESERNzERIREhAYCAgMCAgAFAwIBA/kCAgMCAgP7AQIDAQICAwICAAUDAgED+QICAwICA/sBAgMACgPyAA4BA/AAEAAMAQEBAQP8AQIBAwEBAQMCAQAEAQP7AQEBAQP8AQIBAwEBAQMCAQAEAQAJA/IADgED8AAQAAAAAAQAA/8AEAAPAACQAAAEhIgYVERQWMyERIzUzNTQ2OwEVIyIGHQEzByMRMzI2NRE0JiMDVf1WR2RkRwFVgIBeQqCgDROwIJDVR2RkRwPAZEf9VkdkAcCAYEJegBMNYID+QGRHAqpHZAADAAAAAAQAAyUAIABQAGUAACURBgcGBwYHBgcGKwEiJyYnJicmJyYnERQXFjMhMjc2NRE1MTUmIwYnJgcGJyEiBwYVFBcWFxYXFhcWFxYXFjsBMjc2NzY3Njc2NzY3Njc2NTcRFAcGIyEiJyY1ETQ3NjMhMhcWFQO3EhaZWh0SEx8fGwIbHx8TEh1amRYSBgUHA0oHBQYBAQIBAgMEBPy2BwUGVG53BBARCgkQEA0NCwILDQ0QEAkKERAEd24fGhtJGxsl/LYlGxsbGyUDSiUbG1sBtxQRdkwYDg4ODg4ODg4YTHYRFP5JBwUGBgUHAlkOBwgBBgUBAQIFBQhgQldeAw4OCAcLCgUFBQUKCwcIDg4DXlcYKikiFf2SJRsbGxslAm4mGxsbGyYAAAACAAAAAAO3A24ACQBrAAABAzIXFjMyNyYnATc2NzY3Njc2NzY3GwEzFhcTFhcWFxYXFhcWFxYXFhcWFRQVBhUiJyYjIgcGIzQ/ATI3NjcyNzY3Njc2NzY1NCcmJyYnJQYHBhUUFxYXFhcWFxYzFBUUByInJiMiBwYjBiMBnmETOzshCxUxOP5iAQ0TEw4NDw8KCweIoEkEAnUTKikYCBkZEAwICycoCAQBJEhJJCxPUBYCSwEGBwICBgYDAwMEAQISEhcXAf7/Dx0dCAgREQsLFRYCASFCQyEFCgsCLT4Cd/7/AQEBkXH9iS0EAwMDAwYFCwsSAWABnggE/u0sZ2Y3Ez8/IRoHCQgIBBULAgYFAgUEBAQYFBACAQECAgICAgMEAwUJLi43OAECIk5PDg0ICQUGAgMCAgsWBgoGBgMCCAAAAAADAAAAAAMlA24AHgA9AI0AACUWMzI1NCcmJyYnJicmJyYjIgcUFRQVFAcGFxQXFhcDFjMyNzY3Njc2NTQnJicmJyYjIgcUFxYVFBUUFRQVATc2NzY3Njc2NzY3NjU0PQEQJyYnJicmJyYnJiMnNjc2MzIXMjMyFxYXFhcWFxYVFAcGBwYHBgcGBxYXFhUUBwYHBgcGBwYjIicmIyIHBgcBPSom1xcQFBMTExsbFRUhKhABAQECAwQIGCYvIyMcHA8OEBEdHCEhJh0tAgL+ywEJKCgUBAMEAQIBAgwCCwoPDw0ODg8DAjiKi0sNGhoMKCYmJCMaGxAQCgkNDRgYEhEfWDs7FBQiIS4tMDA1GTIyGjxzcxFSE8BBJhkREQoJBQUBAQYePTweBCIiFhUaGwsBqgQHCBISISEwKB4eEREICAgcOjodDx4fDxoN/gQ2AgcHCAcJCAsKCAgODQYmAjEYBQQDAwMBAQIBMAEFBgEHCBARGBgkIyseGRkQEBEQCQoNFDk4VjktLh0dFBMICAECBgYBAAEAAAAAAkkDbgBOAAA/ATY3Njc2NzY3Njc2PQEmJyYnJic3FhcWFxYzMjc2NzY3BgcGBwYHBgcGBwYHBgcGBwYHBgcGBwYHBhUXFhcGByIHBiMiJyYjJiMiBwYHAAoDKysVEAcBIyMeHg4REhYWCwsSMjIkIyEcHR0oKBADCBEpKRUEBAMCAgIDAQ8jIgoBBwYFBQQEAQpgAgcHDAwHECEhEE8nHTU0EQExAQsLChQmBKGhlpUUDwcDAwIBAjsBAwMBAQEBAwMBFxwGCgsJCg4NCgkREAhUm5wwBRwcFxgYGAkKAhAZHwEBBgUCBgUBAAIAAAAAA/0DbgAiAKQAACUyFxYPAQYjIi8BJjc2OwERIyInJj8BNjMyHwEWBwYrAREzARcWMzI3NjMyMzI7ATIXMjM2NzY3Nj8BMhcyMxYVFAcGByYnJicmJyYjJicmJyYjJiMGIyInIiMiBwYHBhcUFxYVFAcGFxYXFhcWFxYVFA8BBicmIyIHBiMmPQE2NzY3Njc2NTQnJj0BNDU0NTQ1JicmJyYjIgcGBwYHBgcGByYnNQPlEgYFDEgLERAMSAsFBRMuLhMFBQtIDBARC0gMBQYSLi78SR8HchkyMhoUKSkUqAMJCAQDBgYEBAQYAwUGAgECFxAPEAIEBQQDAQMEAwYFAgIICQEKHBwODxYWEwUBAQEBAgIBBhcwMBQDAhMrUlElHDo6HQIKGRofHw0LAgEBAQECBlYTIyILCwkICgkPGAiSCgsPXA8PXA8LCgJJCwsOXQ8PXQ4LC/23AtsPAwEBAQEBAQQEBgEBQIAuEAgCGTAFFhYUFAUDAgEBAQEBAQEDLh82qKhcCSAgFBUTDAwMCRcGCAgBAQYFBQUdAQUPCQoHBwgYwzpzdDpCAgcIBwYICAYGAgcHBwgHIiIeHQEOC9sAAAQAAABJBAADbgAUACkAPgBTAAAlFRQHBiMhIicmPQE0NzYzITIXFhUnFRQHBiMhIicmPQE0NzYzITIXFhU3FRQHBiMhIicmPQE0NzYzITIXFhUnFRQHBiMhIicmPQE0NzYzITIXFhUEAAsLD/xKDwsLCwsPA7YPCwvbCwsP/SUPCwsLCw8C2w8LC5ILCw/8kw8LCwsLDwNtDwsL3AoLD/1uDwsLCwsPApIPCwq3SQ8LCwsLD0kPCwoKCw/bSQ8LCgoLD0kPCwsLCw/cSQ8LCwsLD0kPCgsLCg/bSQ8LCwsLD0kPCwsLCw8AAAAABAAAAEkEAANuABQAKQA+AFMAACUVFAcGIyEiJyY9ATQ3NjMhMhcWFScVFAcGIyEiJyY9ATQ3NjMhMhcWFTcVFAcGIyEiJyY9ATQ3NjMhMhcWFScVFAcGIyEiJyY9ATQ3NjMhMhcWFQQACwsP/EoPCwsLCw8Dtg8LC9sLCw/+AA8LCwsLDwIADwsLkgsLD/zcDwsLCwsPAyQPCwvcCgsP/pIPCwoKCw8Bbg8LCrdJDwsLCwsPSQ8LCgoLD9tJDwsKCgsPSQ8LCwsLD9xJDwsLCwsPSQ8KCwsKD9tJDwsLCwsPSQ8LCwsLDwAAAAAEAAAASQQAA24AFAApAD4AUwAAJRUUBwYjISInJj0BNDc2MyEyFxYVNRUUBwYjISInJj0BNDc2MyEyFxYVNRUUBwYjISInJj0BNDc2MyEyFxYVNRUUBwYjISInJj0BNDc2MyEyFxYVBAALCw/8Sg8LCwsLDwO2DwsLCwsP/SUPCwsLCw8C2w8LCwsLD/yTDwsLCwsPA20PCwsLCw/9bg8LCgoLDwKSDwsLt0kPCwsLCw9JDwsKCgsP20kPCwoKCw9JDwsLCwsP3EkPCwsLCw9JDwoLCwoP20kPCwsLCw9JDwsLCwsPAAAABAAAAEkEAANuABQAKQA+AFMAACUVFAcGIyEiJyY9ATQ3NjMhMhcWFTUVFAcGIyEiJyY9ATQ3NjMhMhcWFTUVFAcGIyEiJyY9ATQ3NjMhMhcWFTUVFAcGIyEiJyY9ATQ3NjMhMhcWFQQACwsP/EoPCwsLCw8Dtg8LCwsLD/xKDwsLCwsPA7YPCwsLCw/8Sg8LCwsLDwO2DwsLCwsP/EoPCwsLCw8Dtg8LC7dJDwsLCwsPSQ8LCgoLD9tJDwsKCgsPSQ8LCwsLD9xJDwsLCwsPSQ8KCwsKD9tJDwsLCwsPSQ8LCwsLDwAAAAQAAAAABEkDbgAQABcALABBAAABFAcGIyInJjU0NzYzMhcWFQURITU3FwElISIHBhURFBcWMyEyNzY1ETQnJiMXERQHBiMhIicmNRE0NzYzITIXFhUBbiAgLi4gICAgLi4gIAJJ/Nu3XAEkASX8bQcFBgYFBwOTBwYFBQYHWxsbJfxtJRsbGxslA5MlGxsCbi4gICAgLi0gICAgLdz/AG63XAElpQYFCP1JBwUGBgUHArcIBQYT/UklGxsbGyUCtyYbGxsbJgAAAwAJAAkDrgOuACsAVwCAAAABNC8BJiMiBxYXFhcWFxYXFhUUBwYjIicmJyYnJicmJwYVFB8BFjMyPwE2NQE0LwEmIyIPAQYVFB8BFjMyNyYnJicmJyYnJjU0NzYzMhcWFxYXFhcWFzY1ARQPAQYjIi8BJjU0NycGIyIvASY1ND8BNjMyHwEWFRQHFzYzMh8BFhUDQBB3EBcYEQIJCQMDBgUCAhAQFwgHBwgHBAMJCQISEHUQFxcQVBD+bhB1EBcXEFQQEHcPGBgRAgkJAwQFBQICEBAWCQcHCAcEAwkJARMCADFUL0VFL3YwMzMxRUUwdzAxVC9FRS92LzIyMkVFMHcwAQAXEHcQEwEJCQMEBwgHBwkWEBACAgUFBAMJCQISGBcQdhAPVBAWAZMXEHYQD1QQFhcQdw8RAgkJAwQHCAcHCBcQEAICBQYDAwkJAhIY/m1FL1MwMXYvRUYxMzMwdzBFRDBTMDF2MERGMjIyMHYwRQAABgAAACUEAANJABAAIQA2AEcAXABxAAA3FAcGIyInJjU0NzYzMhcWFREUBwYjIicmNTQ3NjMyFxYVBRUUBwYjISInJj0BNDc2MyEyFxYVARQHBiMiJyY1NDc2MzIXFhUFFRQHBiMhIicmPQE0NzYzITIXFhURFRQHBiMhIicmPQE0NzYzITIXFhXbICAtLiAgICAuLSAgICAtLiAgICAuLSAgAyUFBgf9SQgFBQUFCAK3BwYF/NsgIC0uICAgIC4tICADJQUGB/1JCAUFBQUIArcHBgUFBgf9SQgFBQUFCAK3BwYFki0gICAgLS4gICAgLgElLiAgICAuLiAgICAu7m4HBQYGBQduCAUFBQUIAhItICAgIC0uICAgIC7tbgcGBQUGB24HBgUFBgcBJG0IBQYGBQhtCAUGBgUIAAYACf+3BAADsgAlAE4AYwB1AIoAnwAANxQHBiMiJzcWMzI3NjU0Byc2NzY3Njc1IgciIxUjNTMVBxYXFhUTFSMmNTQ3Njc2NzY3NjU0JyYjIgcnNjc2MzIXFhUUBwYHBgcGBzM1MwUVFAcGIyEiJyY9ATQ3NjMhMhcWFQEVIzUzNDU2PQEjBgcnNzMVMwUVFAcGIyEiJyY9ATQ3NjMhMhcWFREVFAcGIyEiJyY9ATQ3NjMhMhcWFdofIC48JiAcIREMDDwPBQ4OCgoLCRITCT2/Nx0SEQHPAw0NExMTEw0OCQgOGhQxDhsbISocHRMUFxgTFAFJPAMlBQYH/UkIBQUFBQgCtwcGBfzbvz0BAQUYKU49PQMlBQYH/UkIBQUFBQgCtwcGBQUGB/1JCAUFBQUIArcHBgUZLhoaJjIaCAkQJAQgBRQTCwwKAQEeVjJCBhYVHQFmWhQKHhgYDg8NDAwNDQ4ICCEhHhAQGBcpHBgYDQ0QEA4itm4HBQYGBQduCAUFBQUIAgI5ORcvLhcHChUrSefdbgcGBQUGB24IBQUFBgcBJG0IBQYGBQhtCAUGBgUIAAADAAAAAAQAA24AFAA7AG4AAAEyFxYdARQHBiMhIicmPQE0NzYzISUmJyY1NDc2MzIXFhcWFxYVFA8BLwEmJyYjIgcGFRQXFhcWFxYXIQUzFhUUBwYHBgcGBwYjIi8BJicmPQE0JyY/ATU3FhcWFxYXFhcWFxYzMjc2NzY1NCcmJwPuCAUFBQUI/CQIBQUFBQgD3P0mEA0cTUyVHEMmPwYGCAMHMAgcHjNFQiYnJiZ5KDshFv5XASLrBBgNGxYpLSouRkEvUCAJBAEBAQE6CQgJBAQDFBoYJCIpJSssGRsuEzsBtwUFCCUIBQUFBQglCAUFJBQaODRnSUkLBxUVLkYjCg8CAwJVIDQiITIqJicjDBoQDpIWHkA6HxwUGhwKDA0XCQcFCAc+GxEWFRkBExUVCwsFIBUVDAwPDyIjJzAqEBgAAAACAAAAAANuA24AaAB9AAATJi8BNjMyFxYzMjc2NzI3FRcVBiMiBwYVFBcUFR8BFhcWFxYzMjc2NzY3Njc2NTQnJicmLwEmJyYPASc3MxcWNxcWFRQHBgcGBwYVFBcUFRYXFgcGBwYHBgcGIyInJicmJyY9ATQnJicBNTQnJiMhIgcGHQEUFxYzITI3NjUbFQQCBxAiHksUMS9CESARASIlIgsIAQEIAxoUIzIzOzIgGBwKFAoMAgIEBQMCAwsUGDkIATB1K0UKBAMZFykECAEFCAMMCA8WKis9PlRfQ0QiIw0JCg5GA1MFBgj8twgFBQUFCANJCAYFAzcCATIBAwQCAgEBCCUFBQ4IRAcLCwSDoEYtIhMaEAoTFBAgISpZLRwcKioyIScMFAEBAjEGAggBFggEDQcBBgMJDwQLDAYL13A+KxslISESExsaKyxELVq+bA4VAfzbJQgFBQUFCCUIBQUFBQgAAAAFAAAAAANuA24AIAAxAEIAYwB8AAABBgcGIyInJicmNzY3NhcWFxYXFjMyNzY3Njc2FxYXFgclFAcGIyInJjU0NzYzMhcWFSEUBwYjIicmNTQ3NjMyFxYVFzQnJicmJyYjIgcGBwYHBhUUFxYXFhcWMzI3Njc2NzY1MxQHBgcGIyInJicmNTQ3Njc2MzIXFhcWFQKIFTo6SEk5OhUFBwcPDg0OBA8mJzAwJicOBQ4NDw4HBwX+5hYVHh8VFhYVHx4VFgEkFRYeHhYVFRYeHhYVkx4dMTBEREpKREQxMR0dHR0xMURESkpERDAxHR5JOztlZXd4ZGU7Ozs7ZWR4d2VlOzsBUUYqKioqRg4NDgQFBwcPLR0cHB0tDwcHBQQODQ74HhYVFRYeHhYVFRYeHhYVFRYeHhYVFRYekkpERDAxHR4eHTEwRERKSkREMTEdHR0dMTFEREp4ZGU7Ozs7ZWR4d2VlOzs7O2VldwAAAwAaAAsELwMaABoALwBKAAAlBwYjIicBJjU0NwE2MzIfARYVFA8BFxYVFAcBAwYHBi8BJicmNxM2NzYfARYXFgcJAQYjIi8BJjU0PwEnJjU0PwE2MzIXARYVFAcBYR0GBwgF/vUFBQELBQgHBh0FBeHhBQUBUdUCBwYHJAcEAwLVAgcGByQHBAQDAXj+9QUIBwYcBgbg4AYGHAYHCAUBCwUFlxwGBgEKBgcIBQELBQUdBgcHBuHgBgcIBgJi/R4HBAMCCgIGBwcC4ggDBAIKAgcGCP6M/vYGBhwGCAcG4OEGBwcGHQUF/vUFCAcGAAAAAgADAEkDbQNiACMAVQAAJRUjLwEmJyMHBg8BIzUzNycjNTMXFhcWFzM2PwIzFSMHFzMBFSEnJjU0NzY3Njc2NzY3NjU0JyYjIgcGByc2NzYzMhcWFRQHBgcGBwYHBgcGBzM1MwIBjlsOBAICBQYIWZNJcWpOnVABDAQCAgIEDlCTR2l0PwFs/toCAg8PFhYaGhYWDw8RERcdGwgMPA8VLzw/JycODhYVGRkWFhAPAoVIqWCQGAUHDAsOj2Cmm2CCAhYFBwUHGIJgmKkBhHYPEAskHh8TExISDQ0SEhMVDg4WBhA1FRElIiI5IBsbEBEREA0MERETLgACAAP/twNuAkoAIwBTAAAlFSMvASYnIwcGDwEjNTM3JyM1MxcWFxYXMzY/AjMVIwcXMwUVIScmNTQ3Njc2NzY3Njc2NTQnJiMiBwYHJzY3NjMyFxYVFAcGBwYHBgcGBzM1MwIBjlsOBAICBQYIWZNJcWpOnVABDAQCAgIEDlCTR2l0PwFt/toCAg8PFhYaGhYWDw8RERcdGwgMPA8VLj0/JycUFBwcHRwVFgKFSKlgkBgFBwwLDo9gpptgggIWBQcFBxiCYJipfHYPGgEkHh8TExISDQ0SEhMVDg4WBhA1FRElIiI5Jh4eExMQERMUFi4AAAAADAAAAAADbgNuAAoAEgAbADAAQwBlAHAAkQCfALIAxwDcAAAlNTQjIgcVFjMyNTczNTQjIh0BJRUjFSM1IzUzFxUjNQYjIicmPQEzFRQXFjMyNzUzFxUUBwYjIicVIxEzFTYzMhcWFRcVFAcGBwYjIicmPQE0NzYzMhcWHQEjFRQzMjc0NTQ9ATMBFRQjIj0BNDMyFQE0JyYnJicmIyIHBgcGBwYVFBcWFxYXFjMyNzY3Njc2NQE3IwcnIxcxFxYXFTM1FzU0JyYjIgcGHQEUFxYzMjc2NRczNSMVBiMiJzQ9ASMVFBcWMzI3FSURFAcGIyEiJyY1ETQ3NjMhMhcWFQINEAoJCQoQaSYTE/66LiothXMmFxUTBQMlAQEICw0mkAQHFxQTJycSFRcHBI8BAgYQHh4QDAsRHR0PDEwUDQQn/v8TEhITATALBRMTGU2enU4ZExIGCwsGEhMYT52dThkSEwYL/lEzKx0eLQ4NFAYrpQwRHB0PDAwPHRwRDGcnJwwMCAEnBAYSFRcBIDEwRP3cRDEwMDFEAiREMDHOWh0KgAkcRhMeHhOYKPLyKEjSFxoQChWmmg4BCRKgP1QeDBgYFQEaXBcYDB5KBREIDAsXFhAhSiIPFhYQISsmHQ8BAwQGDAHXWR4eWR0d/mhlMBkREQMICAMRERkyY2QwGRERAwkJAxERGTBkAXSpb28nJzsgc3MuSiERFhYRIUohERUVECJF1KISCgENnKgVCg8ZF6793EQxMDAxRAIkRDAxMTBEAAEAIwAAA90DbgCzAAAlIicmIyIHBiMiJyY1NDc2NzY3Njc2PQE0JyYjISIHBh0BFBcWFxYzFhcWFRQHBiMiJyYjIgcGIyInJjU0NzY3Njc2NzY9ARE0NTQ1NCc0JyYnJicmJyYnJiMiJyY1NDc2MzIXFjMyNzYzMhcWFRQHBiMGBwYHBh0BFBcWMyEyNzY9ATQnJicmJyY1NDc2MzIXFjMyNzYzMhcWFRQHBgciBwYHBhURFBcWFxYXMhcWFRQHBiMDwRkzMhoZMjMZDQgHCQoNDBEQChIBBxX+fhYHARUJEhMODgwLBwcOGzU1GhgxMRgNBwcJCQsMEA8JEgECAQIDBAQFCBIRDQ0KCwcHDho1NRoYMDEYDgcHCQoMDRAQCBQBBw8BkA4HARQKFxcPDgcHDhkzMhkZMTEZDgcHCgoNDRARCBQUCRERDg0KCwcHDgACAgICDAsPEQkJAQEDAwUMROAMBQMDBQzUUQ0GAQIBCAgSDwwNAgICAgwMDhEICQECAwMFDUUhAdACDQ0ICA4OCgoLCwcHAwYBAQgIEg8MDQICAgINDA8RCAgBAgEGDFC2DAcBAQcMtlAMBgEBBgcWDwwNAgICAg0MDxEICAEBAgYNT/3mRAwGAgIBCQgRDwwNAAABAAAAAQAAxj3R918PPPUACwQAAAAAANEgjwwAAAAA0SCPDAAA/7cESQPAAAAACAACAAAAAAAAAAEAAAPA/8AAAARJAAD//wRJAAEAAAAAAAAAAAAAAAAAAAAlAAAAAAAAAAAAAAAAAgAAAAQAAAAEAAAaBAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAQAQAAAAEAAAABAAAAAQAAAADtwAAAyUAAAJJAAAEAAAABAAAAAQAAAAEAAAABAAAAARJAAADtwAJBAAAAAQAAAkEAAAABAAAAAQAAAAESQAaBAAAAwQAAAMEAAAABAAAIwAAAAAACgAUAB4AbgC4APoBQAFcAbYB+gKUArIC9ANmA5oEMATSBZwGFAb4B24H5AhYCMwJMAnqCogLYgwEDLgNbg3mDmIO3A/+EPAAAQAAACUA3QAOAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABABwAAAABAAAAAAACAA4AeAABAAAAAAADABwAMgABAAAAAAAEABwAhgABAAAAAAAFABYAHAABAAAAAAAGAA4ATgABAAAAAAAKADQAogADAAEECQABABwAAAADAAEECQACAA4AeAADAAEECQADABwAMgADAAEECQAEABwAhgADAAEECQAFABYAHAADAAEECQAGABwAXAADAAEECQAKADQAogBiAGIALQBlAGQAaQB0AG8AcgAtAGYAbwBuAHQAVgBlAHIAcwBpAG8AbgAgADEALgAwAGIAYgAtAGUAZABpAHQAbwByAC0AZgBvAG4AdGJiLWVkaXRvci1mb250AGIAYgAtAGUAZABpAHQAbwByAC0AZgBvAG4AdABSAGUAZwB1AGwAYQByAGIAYgAtAGUAZABpAHQAbwByAC0AZgBvAG4AdABGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('truetype'),
         url(data:application/font-woff;charset=utf-8;base64,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) format('woff');
    font-weight: normal;
    font-style: normal;
}

[class^="bb-btn"], [class*=" bb-btn"] {
    font-family: 'bb-editor-font';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 12px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.bb-sel { float: left; padding: 2px 2px 0 2px; }
.bb-sel select { font-size: 11px; }
.bb-sep { display: inline-block; float: left; width: 1px; padding: 2px; }
.bb-btn { cursor: pointer;  outline: 0; }

#b_font select { padding: 0px;}
#b_size select { padding: 0px;}

#b_b:before {content: "\f032";}
#b_i:before {content: "\f033";}
#b_u:before {content: "\f0cd";}
#b_s:before {content: "\f0cc";}
#b_img:before { content: "\f03e"; }
#b_up:before { content: "\e930"; }
#b_emo:before { content: "\f118"; }
#b_url:before { content: "\f0c1"; }
#b_leech:before { content: "\e98d"; }
#b_mail:before { content: "\f003"; }
#b_video:before { content: "\e913"; }
#b_audio:before { content: "\e911"; }
#b_hide:before { content: "\e9d1"; }
#b_quote:before { content: "\e977"; }
#b_code:before { content: "\f121"; }
#b_left:before { content: "\f036"; }
#b_center:before { content: "\f037"; }
#b_right:before { content: "\f038"; }
#b_color:before { content: "\e601"; }
#b_spoiler:before { content: "\e600"; }
#b_fla:before { content: "\ea8d"; }
#b_yt:before { content: "\f166"; }
#b_tf:before { content: "\ea61"; }
#b_list:before { content: "\f0ca"; }
#b_ol:before { content: "\f0cb"; }
#b_tnl:before { content: "\ea61"; }
#b_br:before { content: "\ea68"; }
#b_pl:before { content: "\ea72"; }
#b_size:before { content: "\f034"; }
#b_font:before { content: "\f031"; }
#b_header:before { content: "\f1dc"; }
#b_sub:before { content: "\f12c"; }
#b_sup:before { content: "\f12b"; }
#b_justify:before { content: "\f039"; }

.bb-pane h1 {
    font-size:36px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.bb-pane h2 {
    font-size:30px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.bb-pane h3 {
    font-size:24px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.bb-pane h4 {
    font-size:18px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.bb-pane h5 {
    font-size:14px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.bb-pane h6 {
    font-size:12px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.bb-pane-dropdown {
    position:absolute;
    top:100%;
    left:0;
    z-index:1000;
    display:none;
    float:left;
    min-width:180px;
    padding:5px 0;
    margin:2px 0 0;
    list-style:none;
    font-size:11px;
    border:1px solid rgba(0, 0, 0, 0.15);
    border-radius:4px;
  background: white;
  -webkit-box-shadow: 0 1px 2px #dadada;
  -moz-box-shadow: 0 1px 2px #dadada;
  box-shadow: 0 1px 2px #dadada;
}

 .bb-pane-dropdown > li > a {
    display:block;
    padding:3px 10px;
    clear:both;
    font-weight:normal;
    line-height:1.42857;
    color:#333333;
    white-space:nowrap;
}
.bb-pane-dropdown > li > a:hover, .bb-pane-dropdown > li > a:focus {
    text-decoration:none;
    color:#262626;
    background-color:whitesmoke;
}

.bb-pane-dropdown .color-palette div .color-btn {
    width: 17px;
    height: 17px;
    padding: 0;
    margin: 0;
    border: 1px solid #fff;
  cursor: pointer;
}
.bb-pane-dropdown .color-palette{
    padding: 0px 5px;
}

.bb-editor textarea { 
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    padding: 2px; border: 1px solid #d7d7d7; width: 100%; -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin-top: -1px;
}
.editorcomm .bb-editor { width: 565px;}
.editorcomm .bb-editor textarea { height: 200px; }

.clr {
    clear: both;
}

/*---Поля быстрого редактирования публикаций на сайте---*/
.quick-edit-text {
    padding: .4em;
  width: 350px;
}

.quick-edit-textarea {
  height: 250px;
  box-sizing: border-box;
    padding: 2px;
  border: 1px solid #d7d7d7;
  width: 100%;
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.clr {
    clear: both;
}

/*---Выделение текста и всплывающее окно (поделиться ссылкой)---*/
#marker-bar,
#txtselect_marker {
	display: block;
	visibility: hidden;
    position: absolute;
    z-index: 1200;
    opacity: 0;
    -webkit-transition: opacity .4s, visibility .1s linear .4s;
    -moz-transition: opacity .4s, visibility .1s linear .4s;
    -o-transition: opacity .4s, visibility .1s linear .4s;
    transition: opacity .4s, visibility .1s linear .4s;
}
#txtselect_marker {
    cursor: pointer;
    background:url(../dleimages/marker.png) -0px -0px no-repeat;
}

#txtselect_marker:hover {
        background-position: -0px -32px;
}

#marker-bar{
    border: 1px solid #ccc;
    border-radius: 15px;
    background: #fff;
    padding: 5px 10px;
    cursor: default;
    box-shadow: 0px 0px 4px #ccc;
}

#marker-bar.show {
	-webkit-transition: opacity .4s, visibility 0s;
	-moz-transition: opacity .4s, visibility 0s;
	-o-transition: opacity .4s, visibility 0s;
	transition: opacity .4s, visibility 0s;
	opacity: 1;
	visibility: visible;
}

#txtselect_marker.show {
        /* XXX make a common css fadeIn/fadeOut classes */
	visibility: visible;
	width: 32px;
	height: 32px;
	-webkit-transition: opacity .4s, visibility 0s;
	-moz-transition: opacity .4s, visibility 0s;
	-o-transition: opacity .4s, visibility 0s;
	transition: opacity .4s, visibility 0s;
	opacity: 1;
}

#marker-bar .masha-social,
#marker-bar .masha-marker{
	cursor: pointer;
	display: block;
	margin: 0 5px;
	float: left;
}

#marker-bar .masha-marker{
	line-height: 1em;
	color: #aaa;
	border-bottom: 1px dotted #aaa;
	margin-right: 10px;
}

#marker-bar .masha-marker:hover {
	color: #ea3e26;
	border-color: #ea3e26;
}

.user_selection, .user_selection_true {
	background: #c4f47d;
	padding: 2px 0;
}
.user_selection a.txtsel_close, .user_selection_true a.txtsel_close {
	display:none;
}
.user_selection .closewrap, .user_selection_true .closewrap {
	position: relative;
}
.user_selection.hover a.txtsel_close, .user_selection_true.hover a.txtsel_close {
	display: inline-block;
	position: absolute;
	top: -7px;
	left: -5px;
	width: 33px;
	height: 33px;
	background: url(../dleimages/closemarker.png) -0px -0px no-repeat;
}

.user_selection.hover a.txtsel_close:hover, .user_selection_true.hover a.txtsel_close:hover {
	background-position: -0px -33px;
}


#share-popup {
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	position: absolute;
	width: 414px;
	display:none;
	z-index: 100;
	padding: 10px 0;
	opacity: 0;
	-webkit-transition: opacity .4s, visibility .1s linear .4s;
	-moz-transition: opacity .4s, visibility .1s linear .4s;
	-o-transition: opacity .4s, visibility .1s linear .4s;
	transition: opacity .4s, visibility .1s linear .4s;
}

#share-popup.show {
	display:block;
	opacity: 1;
	-webkit-transition: opacity .4s, visibility 0s;
	-moz-transition: opacity .4s, visibility 0s;
	-o-transition: opacity .4s, visibility 0s;
	transition: opacity .4s, visibility 0s;
	opacity: 1;
}

#share-popup .social {
	padding: 0 0 10px 17px;
	height: 40px;
}

#share-popup .social p {
	padding-bottom: 10px;
	margin: 0;
	font-weight: bold;
}

#share-popup .social ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#share-popup .social ul li {
	float: left;
	margin-right: 20px;
	padding-top: 2px;
	position: relative;
}

#share-popup .social ul a {
	text-decoration: none;
	font-size: 11px;
	display: inline-block;
	color: #aaa;
	padding-left: 25px;
}

#share-popup .social ul a:hover {
	text-decoration: underline;
	color: #ea3e26;
}

#share-popup .social a span{
	cursor: pointer;
	width: 20px;
	height: 20px;
	background: url(../dleimages/social-icons.png) 20px 20px no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

#share-popup .social .tw span{
	background-position: 0 -20px;
}

#share-popup .social .tw:hover span{
	background-position: 0 0;
}

#share-popup .social .fb span{
	background-position: -20px -20px;
}

#share-popup .social .fb:hover span {
	background-position: -20px 0;
}

#share-popup .social .vk span{
	background-position: -40px -20px;
}

#share-popup .social .vk:hover span {
	background-position: -40px 0;
}

#share-popup .social .gp span{
	background-position: -60px -20px;
}

#share-popup .social .gp:hover span {
	background-position: -60px 0;
}

#share-popup .link {
	clear: both;
	border-top: 1px solid #d9d9d9;
	padding: 10px 5px 0 10px;
	line-height: 1.2;
	overflow: hidden;
	margin: 0 7px;
}

#share-popup .link p {
	font-weight: bold;
	padding: 0 0 3px 0;
	margin: 0;
}

#share-popup .link span {
	color: #999;
	font-size: 10px;
	display: block;
	padding-top: 3px;
}

#share-popup .link a {
	display: block;
}

.ajaxProgress {background:#eee url(../images/loader.gif) no-repeat center center;display:block;width:40px;height:40px;margin:10px auto;border-radius:10px;border:1px solid #ddd;}
.ias_trigger a {box-shadow:inset 0px 1px 0px 0px #fff;border-radius:6px;border:1px solid #dcdcdc;display:block;color:#777;font-weight:bold;padding:10px 0;text-decoration:none;margin-bottom:20px;text-shadow:1px 1px 0px #fff;text-align:center;font-size:14px;
background: #f4f4f4;
background: -moz-linear-gradient(top,  #f4f4f4 0%, #eaeaea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#eaeaea));
background: -webkit-linear-gradient(top,  #f4f4f4 0%,#eaeaea 100%);
background: -o-linear-gradient(top,  #f4f4f4 0%,#eaeaea 100%);
background: -ms-linear-gradient(top,  #f4f4f4 0%,#eaeaea 100%);
background: linear-gradient(to bottom,  #f4f4f4 0%,#eaeaea 100%);
margin-left: 20px;
}
.ias_trigger a:hover {
background: #efefef;
background: -moz-linear-gradient(top,  #efefef 0%, #e0e0e0 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#e0e0e0));
background: -webkit-linear-gradient(top,  #efefef 0%,#e0e0e0 100%);
background: -o-linear-gradient(top,  #efefef 0%,#e0e0e0 100%);
background: -ms-linear-gradient(top,  #efefef 0%,#e0e0e0 100%);
background: linear-gradient(to bottom,  #efefef 0%,#e0e0e0 100%);
}
.ias_trigger a:active {
box-shadow:inset 0 0 5px rgba(0,0,0,.1);
}

/*---Найденные похожие новости при добавлении новостей на сайте---*/
.findrelated {
	width:99%;
	background: #ffc;border:1px solid #9E9E9E;
	padding: 5px;margin-top: 7px;
	margin-right: 10px;
}


/* Настройка стандартной капчи при ответах на комментарии */
.dle-captcha { position: relative; }
.dle-captcha:after { clear: both; display: block; content: ""; }
.dle-captcha > a { float: left; margin-right: 5px; }
.dle-captcha img {
  position: relative;
  display: block;
  width: 130px; height: 46px;
  -webkit-transition: all ease .2s; transition: all ease .2s;
}
.dle-captcha > input { float: left; width: 130px; }


/* Настройка подсказки для доп. полей */
.xfieldsnote {
  color: #838383;
  font-size: .9em;
}




/********** рейтинг новый */   
.ratingtt {
	font-size: 14px;
	color: #222;
	font-family: Arial;
	padding: 10px 0;
	clear: both;
}

	.ratingtt-title {
		font-size: 11px;
		color: #ccc;
	}
	
	.ratingtt-left, .ratingtt-center, .ratingtt-right {
		float: left;
		margin: 0 2px 0 0;
		font-weight: bold;
	}
	
	.ratingtt a {
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
		background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
		background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
		background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
		background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
		background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
		background-color:#ffffff;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border-radius:3px;
		border:1px solid #e0e0e0;
		display: block;
		height: 25px;
		line-height: 25px;
		padding: 0 10px;
	}
	
	.ratingtt-left a {
		color: #f72c2c;
	}
	
	.ratingtt-center {
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
		background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
		background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
		background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
		background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
		background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
		background-color:#ffffff;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border-radius:3px;
		border:1px solid #e0e0e0;
		display: block;
		height: 25px;
		line-height: 25px;
		padding: 0 10px;
	}
	
	.ratingtt-right a {
		color: #569a05;
	}
	
.instagram-media, .twitter-tweet {display: inline-block !important;}

	
/*  Адаптивность 

_______________________________________m8888888 
___________________________________mMoooooooM8888 
_________________________________MogggooooooM88888 
___________________________MMMMMoooooooooooM8888888 
___________________________M6ooooMMMmoooooooM888888888 
________________________Mmooo8oooooooooooooM88888888888 
_______________________MmmmooooooooooooooM88888888888888 
______________________Moooooooooo8888888M8888888888888888 
_____________________Mooooooooooooo88888M88888888888888888 
______________________MmooooooooooooooommM88888888888888888 
__________________________M88ooooo888mooMM88888888888888888 
___________________________M88888888oommooM88888888888888888 
____________________________M888888ooooMM8888888888888888888 
____________________________MooooooooooM888888888888888888888 
_________________________888MoooooooooM8888888888888888888888 
______________________888888MooooooooM88888888888888888888888 
_____________________88888888MoooooooM8888888888mmmm888888888 
____________________888888888Mo8oooooM8888888MooooooooM888888 
___________________8888888888Moo8oooM8888MM8ooooooooooooM88888 
___________________8888888888Mooo88ooooM888MoooooooooooooM8888 
____________________M8o8888ooo8oo88ooo0ooMMoo888oooooooooooM88 
___________________Mooo88888ooo8o88o8oooooooooo8888oooooooooM8 
___________________Moo8888o8ooooo8ooooooooooooooo8888ooooooooM8 
___________________Mooo88oooooooooooooooooooooooo888888oooooooM8 
___________________Mooooooooooooooooooooooooooooo88888888ooooooM8 
____________________MooMooooooooooooooooooooooooooM888ooo88oooooM 
_____________________Mmoooooooooooooooooooooooooo888Moooo8oooooooM 
______________________Moooooooooo8oooooooooooooo8888MMooooooooooooM 
_______________________Moooooooo88ooooooooooooo88888MMM8oooooooooooM 
_______________________Moooooooo88oooooooooooooo88888MMMMoooooooooooM 
_______________________Moooooooo88Moooooooooooooooo88888MMMMoooooooooM 
______________________Mooooooooo88Moooooooooooooooo8MooooMMMMoooooooooM 
_____________________Mooooooooo8MMooooooooooooooo88MoooooMMMMooooooooooM 
____________________Mooooooooo88MMoom888mooooooo88MooooooMM_MMooooooooooM 
____________________M8moooooo888MMoom@@8moooo8888M8oooooooMM__MMoooooooooM 
___________________M@88moooo888MooMom8@8mooo8888MoooooooooMM___Mmoooooo000M 
____________________*M8mooo8888MooooMm8mooo888M888ooooooooMM___Moooooo00000M 
_______________________MMMMMM8888oooooMMmmmmM88888oooooooooMM_Moooooooo0008M 
_____________________________M88Moooooo8888888888oooooooooooMMoooooooooo88M 
_____________________________M88Mooooo8o888888888ooooooooooooMoooooooo888M 
______________________________M88Mooooo8ooo888888oooooooooooMooooooo8888M 
_______________________________M888Mooo888ooooo888ooooooooooMoooooo8888M 
_______________________________M88888Moo888oooooo8888ooooooMooooooo888M88M 
________________________________M888888Mo8888oooooo8888oooMooooooo888M88888M 
_________________________________M8888888Mo8888ooooooooooMoooooooo88M88888888M 
___________________________________M888888M88888oooooooooMoooooooo8M88888888888M 
____________________________________M8oo888M888888ooooooMoooooooo8M888888oooo888M 
_____________________________________M8ooooMM88888888ooMooooooooM8888oooooooooooo8M 
______________________________________MooooM_M88888888MooooooooM888ooooooooooooooo8M 
_______________________________________MooooM_M888888Mooooooo8M88**ooooooooooooooo88M 
________________________________________MooooM_mmmmmmMoooooo8Mmooooooooooooooooo888M 
_________________________________________MoooQooommmmMoooMMooooooooooooooooooooooo888M 
________________________________________MM88ooo8ooooMMMooooooooooooooooooooooooooooo8888M 
_____________________________________mM8888M88o88mMmooooooooooooooooooooooooooooo88888M 
_______________________________mMMMoooooooooM888Mmooooooooooooooooooooooooooooo888888M 
__________________________MMMMoooooooooooooooMMooooooooooooooooooooooooooooooo888888M 
______________________MMMooooooooooooooooooooMMooooooooooooooooooooooooooo888888M 
__________________MMMooooooooooooooooooMMooooooooooooooooooooooooooooo88888888888M 
________________MMooooooooooooooooooooMMooooooooooooooooooooooooooooo8888888888M 
_____________MMoooooooooooooooooooooMMooooooooooooooooooooooooooo888888888888MMM 
___________MmoooooooooooooooooooooMMoooooooooooooooooooooooooo888888888888M88888M 
_________MooooooooooooooooooooooMooooooooooooooooooooooooooo88888888888MM_M8888888M 
_______MoooooooooooooooooooooooMooooooooooooooooooooooooo8888888888M_____M8888888888M 
______M8ooooooooooooooooooo88Mooooooooooooooooooooooo88888888888M_______M8888888888888M 
______M88oooooooooooo8888888Moooooooooooooooooooooo888888MMMMMMMMMMMM888888888888888888888M 
______M8888ooooooo88888MMMMMooooooooooooooooooooo8888M888888888888888888888888888888888888888M 
_______M888888888888MMM888Moooooooooooooooooooo88M8ooooooooooo8888888888888888888888MMMMMMMMMMMM 
________M888888888888oooooMoooooooooooooooooooMMoooooo8888888888888888888888MMM 
_________M8888888888888888M8888oooooo88ooooooMoo888888888888888888888MM 
____________MMMMMMMMMMMMMMM888888ooo88888oo8Mo888888888888888888MM 
_____________________________M8888888888888Mo888888888888MMM 
_______________________________M88888888888MMMMMMM 
__________________________________MMMMM

*/

.mob-menu {
	display: none;
}

@media (max-width: 1250px) {
	
	.fix-scroll {
		height: 100%;
		overflow: hidden;
		position: relative;
	}
	
	.mob-shad {
		position: fixed;
		width: 100%;
		height: 100%;
		background: #000;
		z-index: 8888;
		opacity: 0.8;
		cursor: pointer;
		left: 0;
		top: 0;
		display: none;
	}
	
	.mob-panel {
		position: fixed;
		width: 260px;
		height: 100%;
		background: #f9fbfe;
		-moz-box-shadow: 0 0 13px rgba(0,0,0,.45);
		-webkit-box-shadow: 0 0 13px rgba(0,0,0,.45);
		box-shadow: 0 0 13px rgba(0,0,0,.45);
		z-index: 8889;
		left: -330px;
		top: 0;
		overflow-y: auto;
		text-align: left;
	}
	
		.mob-panel2 {
			
		}
			
	.mob-close {
		width: 30px;
		height: 30px;
		position: fixed;
		left: 275px;
		top: -50px;
		cursor: pointer;
		z-index: 8889;		
		background: url(../images/close2.png) center center no-repeat;
	}
	
	.mob-menu {
		width: 50px;
		height: 50px;
		position: absolute;
		left: 5px;
		top: 10px;
		display: block;
		cursor: pointer;
		background: url(../images/mob-menu.png) center center no-repeat;
		z-index: 444;
	}
		
	.main-width {
		width: auto;
	}
	
	.logo {
		left: 60px;
	}
	
	.search-block {
		position: relative;
		width: auto;
		left: auto;
	}
	
	.head-line2 {
		padding: 0 450px 0 220px;
	}
	
	.head-status {
		right: 170px;
		left: auto;
		top: 20px;
	}
	
	.login-block {
		left: auto;
		right: 0px;
	}
	
	.login-block-top {
		width: 100px;
	}
	
	.slider-block {
		padding: 0 15px;
	}
	
	.sld1-prev, .sld1-next {
		display: none;
	}
	
	.content-block {
		padding: 0 15px;
	}
	
	.left-col {
		float: none;
		width: auto;
		margin: 0;
	}
	
	.right-col {
		display: none;
	}
	
	.mainpage .albums {
		background: #fff;
	}
	
	.cols-block-item {
		float: none;
		width: auto;
		margin: 0;
	}
	
	.main-news-info {
		display: none;
	}
	
	.main-news-rating {
		display: none;
	}
	
	.main-news-title {
		width: auto;
		margin-right: 130px;
		display: block;
	}
	
	.stm-block {
		margin: 0;
	}
	
	
	
	/* 0_o */
	.main-player  {
		width: auto;
	}
	
	.mplayer-menu-playlist, .mplayer-menu-rep, .mplayer-menu-rnd, .mplayer-menu-zoom1 {
		display: none;
	}
	
	.miniplayer .mplayer-center {
		padding: 10px 115px 0 0;
	}
	
	.mplayer-menu {
		
	}
	
	.mob-playr-open {
		width: 22px;
		height: 22px;
		cursor: pointer;
		display: inline-block;
		vertical-align: top;
		background: url(../images/mob-playr-open3.png) left top no-repeat;
		margin: 0 10px 0 0;
		background-size: cover;
	}
	
	.mobplaeyr {
		background: #fff;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 7777;
		height: 100%;
		width: 100%;
		background: #a15989;
		background: -moz-linear-gradient(-45deg,  #a15989 0%, #5d6191 100%);
		background: -webkit-linear-gradient(-45deg,  #a15989 0%,#5d6191 100%);
		background: linear-gradient(135deg,  #a15989 0%,#5d6191 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a15989', endColorstr='#5d6191',GradientType=1 );
	}	
	
	.mobplaeyr .main-player {
		width: 500px;
		height: 80%;
		top: 10%;
		left: 50%;
		text-align: center;
		margin: 0 0 0 -250px;
		position: absolute;
		-moz-box-shadow: 0 0 51px rgba(0,0,0,.44);
		-webkit-box-shadow: 0 0 51px rgba(0,0,0,.44);
		box-shadow: 0 0 51px rgba(0,0,0,.44);
		background: #fff;
		box-sizing: border-box;
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box;
		padding: 0 !important;
	}
	
	.mobplaeyr .audioplayer {
		padding: 0;
		position: static;
	}

	
	.mobplaeyr .mplayer-image {
		width: 300px;
		height: 300px;
		display: block;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		position: absolute;
		left: 50%;
		top: 60px;
		margin: 0 0 0 -150px;
	}
	
		.mobplaeyr .mplayer-image img {
			width: 300px;
			height: 300px;
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			border-radius: 0px;
		}
	
	.mobplaeyr .mplayer-nav {
		position: absolute;
		width: 140px;
		left: 50%;
		top: auto;
		margin: 0 0 0 -70px;
		bottom: 100px;
		padding: 0;
		display: block;
	}
	
	.mobplaeyr  .mplayer-center {
		padding: 0;
		position: absolute;
		left: 0;
		width: 100%;
		top: 400px;
	}
	
	.mobplaeyr .mplayer-title {
		text-align: center;
		margin: 0 0 50px 0;
	}
	
	.mobplaeyr  .mplayer-title u {
		display: block;
		font-size: 14px;
		height: auto;
		line-height: 20px;
		margin: 0 0 5px 0;
	}
		
		.mobplaeyr  .mplayer-title u:after {
			display: none;
		}
	
	.mobplaeyr .mplayer-title i {
		display: block;
		padding: 0;
		height: auto;
		line-height: 18px;
		font-size: 18px;
	}
	
	.mobplaeyr  .mplayer-line {
		margin: 0 20px;
	}
	
	.mobplaeyr .mplayer-line-left {
		right: auto;
		top: -25px;
		left: 5px;
		width: auto;
		text-align: left;
		color: #818182;
		font-size: 13px;
	}
	
	.mobplaeyr .mplayer-line-right {
		right: 5px;
		top: -25px;
		left: auto;
		width: auto;
		text-align: right;
		color: #818182;
		font-size: 13px;
	}
	
	.mobplaeyr .mplayer-menu {
		position: absolute;
		left: 5%;
		bottom: 20px;
		width: 90%;
		top: auto;
		padding: 0;
		right: auto;
	}
	
		.mobplaeyr .mplayer-menu div {
			margin: 0 30px;
		}
	
	.mobplaeyr .mplayer-menu-playlist, .mobplaeyr .mplayer-menu-rep, .mobplaeyr .mplayer-menu-rnd, .mplayer-menu-zoom1 .mobplaeyr  {
		display: inline-block;
		vertical-align: top;
	}
	
	.mobplaeyr .mob-playr-open {
		display: none;
	}
	
	.mobplaeyr  .mplayer-right {
		display: block;
		position: absolute;
		right: 50%;
		top: 15px;
		padding: 0;
		background: none;
		height: 50px;
		margin: 0 -60px 0 0;
		width: 120px;
	}
	
	.mobplaeyr .mobplaeyr-close {
		background: url(../images/close.png) center center no-repeat;
		cursor: pointer;
		position: absolute;
		width: 29px;
		height: 29px;
		right: 0;
		top: 0;
	}
	
	.mobplaeyr .player-popup {
		left: 0px;
		bottom: 0px;
		width: 80%;
		height: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box;
		z-index: 8888;
		text-align: left;
		-moz-box-shadow: 0 0 20px rgba(0,0,0,.47);
		-webkit-box-shadow: 0 0 20px rgba(0,0,0,.47);
		box-shadow: 0 0 20px rgba(0,0,0,.47);
	}
	
		.mobplaeyr .player-popup:after {
			display: none;
		}
	
	.mobplaeyr .audioplayer-opacity {
		opacity: 0.2;
	}
	
	.miniplaer {
		box-sizing: border-box;
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box;
	}
	
	.top100-num {
		left: auto;
		right: 5px;
		top: 5px;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		width: 20px;
		height: 20px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		line-height: 20px;
	}
	
	.main-news-show-eq {
		display: none !important;
	}
	
	.mplayer-title {
		height: 15px;
		white-space: nowrap;
	}
	
	.mobplaeyr .mplayer-title {
		height: auto;
	}
	
}

@media (max-width: 800px) { 

	.head-status {
		display: none;
	}
	
	.head-line2 {
		padding: 0 250px 0 220px;
	}
	
	.full-news-info-col {
		float: none;
		margin: 0;
		display: block;
		width: auto;
	}
	
	.full-news {
		position: relative;
	}
	
	.full-news-top {
		background: none;
		height: auto;
		padding: 15px;
		min-height: 150px;
		
	}
	
	.full-news-image {
		position: static;
		width: 150px;
		margin: 0 0 20px 0;
		border: 0;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
	}
	
		.full-news-image img {
			width: 100%;
			height: auto;
			min-height: 10px;
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			border-radius: 0px;
		}
		
	.full-news-rating{
		position: absolute;
		right: 15px;
		top: 70px;
	}
	
	.full-news-title {
		position: static;
		background: none;
		padding: 15px 0 0 0;
		color: #000;
		
	}
	
		.full-news-title:after, .full-news-title:before {
				opacity: 0.08;
				display: block;
				height: 1px;
				background: #000;
				content: '';
				-moz-box-shadow: 3px 4px 5px #000;
				-webkit-box-shadow: 3px 4px 5px #000;
				box-shadow: 3px 4px 5px #000;
				clear: both;
				margin: 0 0 15px 0;
			}
		
		.full-news-title h1 {
			font-size: 18px;
		}
	
	.full-news-info {
		position: static;
		padding: 15px;
	}
	
	.full-news-rating2 {
		left: auto;
		right: 15px;
		top: 120px;
	}
	
	.full-news-cat {
		margin: 0 0 15px 0;
	}
	
		.full-news-cat a:hover {
			color: #000;
		}
	
	.toltp {
		display: none !important;
	}
	
	.full-news-links-b {
		float: none;
		width: auto;
		margin: 0 0 20px 0;
	}

}

@media (max-width: 700px) { 

	.miniplayer .mplayer-center {
		padding: 10px 50px 0 0;
	}
	
	.mobplaeyr  .mplayer-center {
		padding: 0;
	}
	
	.miniplayer .mplayer-right {
		display: none;
	}
	
	.mobplaeyr .mplayer-right {
		display: block;
	}
	
	.miniplayer .mplayer-nav {
		display: none;
	}
	
	.mobplaeyr .mplayer-nav {
		display: block;
	}
	
	.miniplayer .mplayer-line-right {
		display: none;
	}
	
	.mobplaeyr .mplayer-line-right {
		display: block;
	}
	
	.miniplayer .mplayer-line-left {
		display: none;
	}
	
	.mobplaeyr .mplayer-line-left {
		display: block;
	}
	
	.miniplayer .audioplayer {
		padding: 0 15px 0 15px;
	}
	
	.mobplaeyr .audioplayer {
		padding: 0;
	}
	
	.miniplayer .mplayer-menu {
		right: 10px;
		top: 15px;
	}
	
	.mobplaeyr .mplayer-menu {
		top: auto;
		right: auto;
	}
	
	.search-block {
		position: absolute;
		left: 0;
		width: 100%;
		top: 75px;
		background: #fff;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
	}
	
	.head-line2 {
		margin: 0 0 50px 0;
		padding: 0;
	}

}

@media (max-width: 600px) { 

	.main-news-right {
		display: none;
	}
	
	.main-news-title {
		margin-right: 0px;
	}
	
	.singer {
		float: none;
		margin-right: 0;
		width: auto;
	}
	
	.mobplaeyr {
		background: #fff;
	}
	
	.mobplaeyr .main-player {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		margin: 0;
		background: #fff;
	}
	
	.mobplaeyr .mplayer-image {
		width: 200px;
		height: 200px;
		left: 50%;
		top: 60px;
		margin: 0 0 0 -100px;
	}
	
		.mobplaeyr .mplayer-image img {
			width: 200px;
			height: 200px;
		}
	
	.mobplaeyr  .mplayer-center {
		top: auto;
		bottom: 80px;
	}
	
	.mobplaeyr .mplayer-title {
		text-align: center;
		margin: 0 0 50px 0;
	}
	
	.mobplaeyr .mplayer-nav {
		bottom: 130px;
		z-index: 2121;
	}
	
	.mobplaeyr .mplayer-title {
		margin-bottom: 130px;
	}
	
	.alb-full-title2 {
		font-size: 18px;
		margin: 0 0 10px 0;
	}
		
		.alb-full-title2 h1 {
			font-size: 18px;
		}
		
	.alb-full-title {
		text-align: center;
		 padding: 60px 0 0 0;
	}
		
	.alb-full-rating {
		margin: 0 auto 20px auto;
		position: static;
		display: inline-block;
		vertical-align: top;
	}
		
		.alb-full-rating2 {
			position: static;
			margin: 0 auto 20px auto;
		}
		
	.alb-full-top {
		background-size: 100% auto;
		height:185px;
	}
	
	.alb-full-top-i {
			width: 100%;
			height: 185px;
		}
		
	.alb-full-image {
		width: 200px;
		height: 200px;
		margin: 0 0 0 -100px;
	}
	
		.alb-full-image img {
			width: 200px;
			height: 200px;
		}

}

@media (max-width: 500px) { 

	.login-block-login {
		display: none;
	}
	
	.login-block-top {
		width: auto;
	}
	
	.albums {
		    padding: 14px;
	}
	
	.albums-image {
		position: static;
		width: auto;
		height: auto;
		margin: 0 0 14px 0;
	}
	
		.albums-image img {
			width: 100%;
			height: auto;
		}
		
	.albums-title, .albutrack_names, .albutime {
		margin-right: 80px;
	}
	
	.albums-title a {
		height: auto;
	}
	
	.albums-play {
		right: 25px;
		top: auto;
		bottom: 14px;
	}
	
	.mobplaeyr .mplayer-image {
		width: 70%;
		height: auto;
		margin: 0;
		left: 15%;
	}
	
		.mobplaeyr .mplayer-image img {
			width: 100%;
			height: auto;
		}
		
	

}



/*  */
@media (max-width: 700px) { 

	table.pm tr td:nth-child(1) {
		width: 2% !important;
	}
	
	table.pm tr td:nth-child(2) {
		width: 60% !important;
	}
	
	table.pm tr td:nth-child(3) {
		width: 5% !important;
	}
	
	table.pm tr td:nth-child(4) {
		width: 5% !important;
	}
	
	table.pm tr td:nth-child(5) {
		width: 2% !important;
	}
	
	table.pm select {
		width: 80px !important;
	}
	
	table.pm option {
		width: 80px !important;
	}
	
	.tabs-profile {
		
	}
	
			.tabs-profile .index-tabs span {
				border: 1px #dadada solid;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				border-radius: 3px;
				bottom: 0px;
				cursor: pointer;
				border-bottom: 1px #dadada solid;
				margin: 0 2px 5px 0;
			}
			
				.tabs-profile .active-ttab {
					height: 34px !important;
					line-height: 34px !important;
				}
				
	.dle-popup-replycomments {
		width: 300px !important;
	}
	
		.dle-popup-replycomments input {
			width: 250px !important;
		}
	
}

@media (max-width: 600px) { 
	
	#searchsuggestions {
		width: 200px !important;
	}
	
	.dle-popup-userprofile {
		width: 250px !important;
	}
	
	.user-card-tt { 
		padding: 40px 0px 10px 140px;
	}
	
	.user-card-tt-right {
		display: none;
	}
	
	.dle-popup-userprofile .user-card-tt-left { 
		left: 50%;
		margin: 0 0 0 -50px;
	}
	
	.dle-popup-userprofile .ui-dialog-buttonset { 
		height: auto;
		padding: 100px 5px 10px 0px;
		position: relative;
		text-align: center;
	}
	
	.dle-popup-userprofile .ui-dialog-buttonset button { 
		display: block;
		font-size: 13px;
		margin: 0px auto 10px auto;
		padding: 8px 10px;
	}
	
	.pmtt-mess-menu a {
		margin-bottom: 10px;
	}
	
	.dle-popup-complaint {
		width: 300px !important;
	}
	
		.profile-tt-info {
			padding: 200px 25px 10px 25px;
		}
		
	.profile-tt-menu {
		padding-left: 25px;
	}
	
		.profile-tt-menu a {
			margin-bottom: 5px;
		}
		
	.comment-item-date {
		font-size: 11px;
		top: -15px;
	}
	
	.comment-item-author {
		padding: 0;
		position: static;
		text-align: left;
	}
	
	.dle-popup-newpm {
		width: 320px !important;
	}
	
	.add-news-table td {
		display: block;
		font-size: 12px;
	}
	
	#category {
		width: 200px !important;
	}
	
	.mob1 {
		width: 90% !important;
		display: block !important;
	}
	
	.mob2 {
		display: block;
	}
	
	.add-news-table td input {
		display: block;
		width: 90% !important;
	}
	
	.dhfjf textarea {
		width: 90% !important;
	}
	
}

@media (max-width: 400px) { 

	.pmtt-menu a {
		font-size: 10px;
	}
	
	.comment-item-left {
		position: static;
		margin: 0 0 10px 0;
	}
	
	.comment-item {
		padding: 0;
	}
	
			.tabs-profile .index-tabs span {
				margin: 0 0 5px 0;
				display: block;
			}
			
	.pmtt-pm-list-content td {
		font-size: 10px;
		padding: 0 !important;
	}
	
	
	
}