/* Aleksey Skubaev

askubaev@gmail.com
icq - 322253350
test-templates.com
Разработка шаблонов для DLE и кроссбраузерная верстка
------------------
Главные стили. Внешний вид шаблона.
*/



body {
	padding: 0;
	margin: 0;
	background: #fff;
	text-align: center;
	font-family: 'SF UI Text', sans-serif;
	font-size: 13px;
	color: #888;
}

body, html {
	height: 100%;
}

input {
	font-family: 'SF UI Text', sans-serif !important;
	outline: none;
}

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

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

.main-page {
    top: 26px;
	min-height: 100%;
    position: relative;
	background: #ffffff  center top no-repeat;
	background: #ffffff center top no-repeat, -moz-linear-gradient(bottom, #6583bb 0%, #a54783 100%);
	background: #ffffff center top no-repeat, -o-linear-gradient(bottom, #6583bb 0%, #a54783 100%);
	background: #ffffff center top no-repeat, -webkit-linear-gradient(bottom, #6583bb 0%, #a54783 100%);
	background: #ffffff center top no-repeat, linear-gradient(bottom, #6583bb 0%, #a54783 100%);
	
}


.main-content {
	background: #fff  center top no-repeat;
}

	.main-page-wrap {
        top: 26px;
position: relative;
		width: 1140px;
		text-align: left;
		margin: 0 auto;
	}
	
		.head-line {
			display: flex;
			justify-content: space-between;
			align-items: center;
			height: 84px;
		}
		
			.logo {
                
				background: #ffffff left top no-repeat;
				width: 165px;
				height: 50px;
			}
			
			.head-menu {
				padding: 0 0 0 35px;
				flex: 1;
			}
			
				.head-menu a {
					color: #000;
					font-size: 15px;
					font-weight: 500;
					margin-right: 30px;
				}
				
					.head-menu a:hover {
						color: #ff356d;
					}
					
			.open-login {
				font-size: 15px;
				font-weight: 500;
				padding: 5px 30px;
				cursor: pointer;
				border: 2px #fff solid;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				border-radius: 5px;
				color: #fff;
			}
			
				.open-login:hover {
					background: #fff;
					color: #000;
				}
				
	.menu-block {
		width: 550px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		padding: 25px 0;
	}
	
		.main-menu {
			display: flex;
			flex-wrap: wrap;
		}
		
			.main-menu a {
				
			}
			
				.main-menu a:hover {
					
				}
				
			.menu-link {
                display: block;
				margin: 6px;
				width: 360px;
				box-sizing: border-box;
				-moz-box-sizing: border-box; 
				-webkit-box-sizing: border-box; 
				-moz-border-radius: 15px;
				-webkit-border-radius: 15px;
				border-radius: 10px;
				border: 2px #ff3971 solid;
				padding: 18px 10px 0 0;
				height: 45px;
				color: #000000;
				font-size: 17px;
				font-weight: 500;
				line-height: 2px;
				position: relative;
				transition:all 0.3s ease;
				-webkit-transition:all 0.3s ease;
				-o-transition:all 0.3s ease;
				-moz-transition:all 0.3s ease;
                text-align: center;
			}
			
				
			
				
				.menu-link:hover {
					color: white;
					border: 2px #ff3971 solid;
                    background: #ff3971;
				}
				
				.menu-link:hover:before {
					color: #ff3366;
				}
				
		.hello-text {
			width: 550px;
			min-height: 220px;
		}
		
			.hello-text-title {
				text-align: center;
				margin: 0 0 15px 0;
				color: #000;
			}
			
				.hello-text-title h1, .hello-text-title h2 {
					font-size: 23px;
					font-weight: 500;
					margin: 0;
					padding: 0;
				}
				
			.hello-text-content {
				color: #828282;
				font-size: 15px;
				line-height: 25px;
				margin: 0 0 20px 0;
			}
			
			.hello-text-soc {
				text-align: center;
			}
			
				.hello-text-soc a {
					display: inline-block;
					vertical-align: top;
					margin: 0 5px;
					width: 34px;
					height: 34px;
					line-height: 37px;
					text-align: center;
					border: 2px #a7a7a7 solid;
					-moz-border-radius: 100%;
					-webkit-border-radius: 100%;
					border-radius: 100%;
					color: #a7a7a7;
					transition:all 0.3s ease;
					-webkit-transition:all 0.3s ease;
					-o-transition:all 0.3s ease;
					-moz-transition:all 0.3s ease;
				}

.iconf-paper-plane {
	background: url("telegram-app.png") no-repeat;
    background-size: auto 18px;
	background-position-x: 7px;
	background-position-y: 8px;
}	

.iconf-facebook-4 {
	background: url("facebook-f.png") no-repeat;
    background-size: auto 18px;
	background-position-x: 7px;
	background-position-y: 8px;
}	

.iconf-twitter-1 {
	background: url("twitters.png") no-repeat;
    background-size: auto 18px;
	background-position-x: 8px;
	background-position-y: 8px;
    
}	
.iconf-cancel-circled {
	background: url("urn:scrapbook:download:error:https://web.archive.org/web/20210421011934im_/https://hentaiyosh.com/templates/yosh/images/close-window.png") no-repeat;
    background-size: auto 28px;
   	width: 28px;
	height: 28px;
}
					.hello-text-soc a:before {
						font-size: 18px;
						transition:all 0.3s ease;
						-webkit-transition:all 0.3s ease;
						-o-transition:all 0.3s ease;
						-moz-transition:all 0.3s ease;
					}
				
					.hello-text-soc a:hover {
						border: 2px #ff3366 solid;
						color: #ff3366;
					}
					
		.main-tags-block {
			width: 550px;
			padding-top: 100px;
			max-height: 74px;
			overflow: hidden;
		}
		
			.main-tags-block a {
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				border-radius: 5px;
				display: inline-block;
				vertical-align: top;
				margin: 0 5px 5px 0;
				border: 2px #fff solid;
				padding: 5px 20px;
				color: #fff;
				font-size: 15px;
				font-weight: 500;
				transition:all 0.3s ease;
						-webkit-transition:all 0.3s ease;
						-o-transition:all 0.3s ease;
						-moz-transition:all 0.3s ease;
			}
			
				.main-tags-block a:hover {
					background: #fff;
					color: #ff3366;
				}
					
					
				
.content-block {
	
}	

.footer {
	background: #fff center top no-repeat;
	padding: 163px 0 0 0;
}
.footer-not{
    	padding: 20px 0 0 0;
}

	.footer2 {
		-moz-box-shadow: 0 0 20px 1px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 20px 1px rgba(0,0,0,.2);
		box-shadow: 0 0 20px 1px rgba(0,0,0,.2);
	}
	
		.footer-w {
			width: 1140px;
			margin: 0 auto;
			text-align: left;
			display: flex;			
			padding: 20px 0;
		}
		
			.footer-logo {
				background: #fff left top no-repeat;
				width: 262px;
				height: 80px;
			}
			
			.footer-center {
				flex: 1;
				padding: 0 100px;
				text-align: left;
			}
			
				.footer-center .hello-text-soc {
					text-align: left;
					padding: 10px 0 0 0;
				}
			
			.footer-menu {
				width: 200px;
			}
			
				.footer-menu a {
					display: block;
					margin: 0 0 5px 0;
					font-weight: 500;
					font-size: 15px;
					color: #000;
				}
				
					.footer-menu a:hover {
						color: #ff326f;
					}
				
.mainflex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}	

.mfc {
	content: '';
	width: 32%;
	height: 0;
}		
						
/* Краткая новость */
.main-news {
	width: 32%;
	background: #fff;
	-moz-box-shadow: 0 3px 9px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.1);
	box-shadow: 0 3px 9px rgba(0,0,0,.1);
	margin-bottom: 30px;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

	.main-news:hover {
		-moz-box-shadow: 0 3px 20px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 3px 20px rgba(0,0,0,.2);
		box-shadow: 0 3px 20px rgba(0,0,0,.2);
	}

	.main-news-image {
		height: 250px;
		overflow: hidden;
		margin: 0 0 20px 0;
		-moz-border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}
			
		.main-news-image img {
			width: 100%;
			min-height: 250px;
		}

	.main-news-title {
		color: #000;
		font-size: 15px;
		font-weight: 500;
		line-height: 20px;
		margin: 0 18px 5px 18px;
	}
		
		.main-news-title a {
			color: #000;
			transition:all 0.3s ease;
			-webkit-transition:all 0.3s ease;
			-o-transition:all 0.3s ease;
			-moz-transition:all 0.3s ease;
		}
			
			.main-news-title a:hover {
				color: #ff356d;
			}
			
	.main-news-info {
		color: #838383;
		font-weight: 300;
		font-size: 12px;
		margin: 0 18px 10px 18px;
	}
	
		.main-news-info i {
			font-style: normal;
			margin-right: 15px;
		}
				
		.main-news-text {
			color: #b1b1b1;
			font-size: 13px;
			line-height: 18px;
			max-height: 72px;
			overflow: hidden;
			font-weight: 500;
			margin: 0 18px 15px 18px;
		}
	
	.main-news-b {
		margin: 0 18px 0 18px;
		padding: 0 0 20px 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
		.main-news-rating {
			
		}
		
		.main-news-b > a {
			padding: 7px 25px;
			color: #000;
			font-weight: 500;
			border: 1px #000 solid;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
		}
		
			.main-news-b > a:hover {
				background: #ff356d;
				color: #fff;
				border: 1px #ff356d solid;
			}
		
		
		
		
/* Поиск по сайту */
.open-search {
	cursor: pointer;
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	color: #000;
	margin-top: -2px;
    background: url("se.png");
    background-size: auto 20px;
    width: 20px;
	height: 20px;
}

.searchbt{
    position: absolute;
	right: 16px;
	top: 16px;
	font-size: 23px;
	z-index: 1;
    background: url("se.png");
    background-size: auto 32px;
    width: 32px;
	height: 32px;
    
}

	
.search-wrap {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5555;
	display: none;
}

	.search-shad {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		background: #717171c2;
	}

.search-block-flex {
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	align-items: center;
	justify-content: center;
}

.search-block-flex .iconf-cancel-circled {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 34px;
    background: url("urn:scrapbook:download:error:https://web.archive.org/web/20210421011934im_/https://hentaiyosh.com/templates/yosh/images/close-window.png");
    background-size: auto 34px;
    width: 34px;
	height: 34px;
}

.search-block {
	width: 560px;
	height: 60px;
	position: relative;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background: #fff;
	padding: 0 55px 0 0;
	-moz-box-shadow: 0 0 38px rgba(0,0,0,.51);
	-webkit-box-shadow: 0 0 38px rgba(0,0,0,.51);
	box-shadow: 0 0 38px rgba(0,0,0,.51);
}

	.search-block form {
		padding: 0;
		margin: 0;
	}
	
	.form-text {
		height: 60px;
		line-height: 60px;
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box; 
		padding: 0 0 0 30px;		
		color: #979797;
		font-size: 16px;
		font-weight: 500;
		margin: 0;
		border: 0;
		outline: none;
		background: none;
		display: block;
	}
	
	.form-search {
		display: block;
		padding: 0;
		border: 0;
		cursor: pointer;
		margin: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 60px;
		height: 60px;
		z-index: 2;
		outline: none;
		background: none;
	}
	
		.form-search:hover + i {
			color: #ff356d;
		}
		
		.search-block .iconf-search {
			position: absolute;
			right: 16px;
			top: 16px;
			font-size: 23px;
			z-index: 1;
			color: #000;
		}
		
		
/* Окно быстрого поиска */
#searchsuggestions { 
	width: 610px;
	background: #fff;
	text-align: left;
	z-index: 8888;
}

	#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;
	}
	

				
/* Навигация по страницам */
.navigation {
	clear: both;
	padding: 20px 0 10px 0;
	text-align: center;
	width: 100%;
	margin: 0 0 40px 0;
}
		
	.navigation-center {
		display: inline-block;
		vertical-align: top;
	}
	
		.navigation-center a {
			display: inline-block;
			vertical-align: top;
			text-align: center;
			padding: 10px 15px;
			background: #fff;
			font-size: 15px;
			color: #000;
			font-weight: 500;
			margin: 0 3px 10px 3px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			-moz-box-shadow: 0 0 6px 0 rgba(0,0,0,.13);
			-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,.13);
			box-shadow: 0 0 6px 0 rgba(0,0,0,.13);
		}
		
			.navigation-center a:hover {				
				color: #fff;
				background: #ff326f;
			}
			
		.navigation-center span {
			display: inline-block;
			vertical-align: top;
			text-align: center;
			padding: 10px 15px;
			background: #cd296a;
			font-size: 15px;
			color: #fff;
			font-weight: 500;
			margin: 0 3px 10px 3px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			-moz-box-shadow: 0 0 6px 0 rgba(0,0,0,.13);
			-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,.13);
			box-shadow: 0 0 6px 0 rgba(0,0,0,.13);
		}
		

		
/* Полная новость */
.speed-b {
	color: #acacac;
	font-size: 12px;
	padding: 0 0 30px 0;
}

	.speed-b a {
		text-decoration: underline;
		color: #acacac;
	}
	
		.speed-b a:hover {
			color: #000;
		}

.full-news {
	
}

	.full-news-title {
		margin: 0 0 10px 0;
		font-size: 24px;
		font-weight: 500;
		color: #000;
	}
	
		.full-news-title h1 {
			font-weight: 500;
			font-size: 24px;
			padding: 0;
			margin: 0;
		}
		
	.full-news-date {
		margin: 0 0 20px 0;
		color: #838383;
		font-size: 12px;
		font-weight: 300;
	}
	
	.full-news-cat {
		margin: 0 0 35px 0;
	}
	
		.full-news-cat a {
			display: inline-block;
			vertical-align: top;
			background: -moz-linear-gradient(left, #ff356d 0%, #f3569c 100%);
			background: -o-linear-gradient(left, #ff356d 0%, #f3569c 100%);
			background: -webkit-linear-gradient(left, #ff356d 0%, #f3569c 100%);
			background: linear-gradient(left, #ff356d 0%, #f3569c 100%);
			height: 32px;
			line-height: 32px;
			-moz-border-radius: 16px;
			-webkit-border-radius: 16px;
			border-radius: 16px;
			padding: 0 25px;
			color: #fff;
			font-size: 13px;
			margin: 0 10px 10px 0;
		}
		
			.full-news-cat a:hover {
				background: -moz-linear-gradient(left, #ff35ab 0%, #fd2727 100%);
				background: -o-linear-gradient(left, #ff35ab 0%, #fd2727 100%);
				background: -webkit-linear-gradient(left, #ff35ab 0%, #fd2727 100%);
				background: linear-gradient(left, #ff35ab 0%, #fd2727 100%);
			}
			
	.full-news-info {
		display: flex;
		margin: 0 0 50px 0;
	}
	
		.full-news-info-left {
			flex: 1;
			overflow: hidden;
			margin: 0 30px 0 0;
		}
		
			.full-news-image {
				
			}
			
				.full-news-image img {
					width: 65%;
				}
		
		.full-news-info-right {
			width: 360px;
			border: 1px solid #d3d3d3;
			box-sizing: border-box;
			-moz-box-sizing: border-box; 
			-webkit-box-sizing: border-box; 
			padding: 30px;
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			position: relative;
			z-index: 2;
		}
		
			.full-news-info-right:after {
				position: absolute;
				content: '';
				background: url("fnir.webp") left top no-repeat;
                
				width: 214px;
				height: 340px;
				right: -65px;
				bottom: 0;
				z-index: 1;
			}
		
			.fnir {
				
			}
			
				.fnir-line {
					color: #acacac;
					font-size: 13px;
					margin: 0 0 14px 0;
					z-index: 2;
					position: relative;
				}
				
					.fnir-line i {
						font-style: normal;
						color: #474747;
					}
				
					.fnir-line a {
						color: #ff356d;
						text-decoration: underline;
					}
					
						.fnir-line a:hover {
							color: #000;
						}
						
			.fnir2 {
				padding: 0 0 30px 0;
			}
			
				.fnir2 a {
					display: block;
					height: 60px;
					line-height: 60px;
					-moz-border-radius: 30px;
					-webkit-border-radius: 30px;
					border-radius: 30px;
					background: -moz-linear-gradient(left, #ff356d 0%, #ec55b5 100%);
					background: -o-linear-gradient(left, #ff356d 0%, #ec55b5 100%);
					background: -webkit-linear-gradient(left, #ff356d 0%, #ec55b5 100%);
					background: linear-gradient(left, #ff356d 0%, #ec55b5 100%);
					border: 1px solid #cd355c;
					-moz-box-shadow: inset 0 0 2px rgba(252,252,252,.75);
					-webkit-box-shadow: inset 0 0 2px rgba(252,252,252,.75);
					box-shadow: inset 0 0 2px rgba(252,252,252,.75);
					color: #fff;
					font-weight: 500;
					font-size: 15px;
					text-transform: uppercase;
					text-align: center;
					z-index: 2;
					position: relative;
				}
				
					.fnir2 a:hover {
						background: -moz-linear-gradient(left, #ec55b5 0%, #ff356d 100%);
						background: -o-linear-gradient(left, #ec55b5 0%, #ff356d 100%);
						background: -webkit-linear-gradient(left, #ec55b5 0%, #ff356d 100%);
						background: linear-gradient(left, #ec55b5 0%, #ff356d 100%);
					}

	
	
		
			.full-news-text {
				font-size: 14px;
				line-height: 24px;
				color: #858585;
				margin: 0 390px 40px 0;
				
			}
			
				.full-news-text img {
					max-width: 100%;
					margin-bottom: 20px;
				}
				
				.full-news-text a {
					color: #ff356d;
					text-decoration: underline;
				}
				
					.full-news-text a:hover {
						color: #000;
					}
					
				.full-news-text p {
					padding: 0;
					margin: 0 0 30px 0;
					line-height: 26px;
				}
				
				.full-news-text h1, .full-news-text h2 {
					color: #000;
					font-size: 20px;
					font-weight: 500;
					margin: 10px 0 20px 0;
					padding: 0;
				}
				
			.full-news-block {
				margin: 0 0 70px 0;
			}
			
				.full-news-block-title {
					margin: 0 0 25px 0;
					font-size: 20px;
					font-weight: 500;
					color: #000;
				}
				
				.full-news-block-content {
					
				}
				
			.scr-hidden {
				display: none;
			}
			
			.scr-flex {
				display: flex;
				justify-content: space-between;
				flex-wrap: wrap;
			}
			
			.scr-flex:after {
				content: '';
				width: 32%;
				height: 0;
			}
			
				.scr-flex-item {
					width: 32%;
					height: 205px;
					overflow: hidden;
					margin-bottom: 20px;
				}
				
					.scr-flex-item a {
						display: block;
						height: 100%;
					}
					
					.scr-flex-item img {
						width: 100%;
						min-height: 100%;
					}
						
	
							

.tt-panel {
	display: none;
}
					

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

	.title_spoiler a:last-child {
		background: url("urn:scrapbook:download:error:https://web.archive.org/web/20210421011934im_/https://hentaiyosh.com/templates/yosh/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: 27px;
	}
	
.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;
}

#vk_groups, #vk_groups iframe {
	width: 100% !important;
}

.comments-block {
	text-align: left;
}

	.comments-block-title {
		color: #000;
		font-size: 18px;
		margin: 0 0 20px 0;
	}
	
	.comments-block-content {
		
	}


/* Вид комментария */
.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("urn:scrapbook:download:error:https://web.archive.org/web/20210421011934im_/https://hentaiyosh.com/templates/yosh/images/comments-tree.png") 10px top no-repeat;
			padding: 0 0 0 45px;
		}

.com-item {
	display: flex;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	-moz-box-shadow: 0 12px 10px rgba(0,0,0,.03);
	-webkit-box-shadow: 0 12px 10px rgba(0,0,0,.03);
	box-shadow: 0 12px 10px rgba(0,0,0,.03);
}

	.com-item-left {
		width: 100px;
	}
	
		.com-item-image {
			width: 70px;
			height: 70px;
			-moz-border-radius: 100%;
			-webkit-border-radius: 100%;
			border-radius: 100%;
			overflow: hidden;
		}
		
			.com-item-image img {
				width: 70px;
				height: 70px;
				-moz-border-radius: 100%;
				-webkit-border-radius: 100%;
				border-radius: 100%;
			}
	
	.com-item-right {
		flex: 1;
		padding: 0 0 0 20px;
		border-left: 1px #ff356d solid;
	}
	
		.com-item-author {
			font-size: 14px;
			color: #818181;
			margin: 0 0 12px 0;
		}
		
			.com-item-author a {
				color: #ff356d;
			}
			
				.com-item-author a:hover {
					color: #000;
				}
				
			.com-item-author i {
				font-size: 12px;
				font-style: normal;
				margin: 0 0 0 30px;
			}
			
		.com-item-text {
			color: #464646;
			font-size: 13px;
			line-height: 18px;
		}
		
			.com-item-text a {
				
			}
			
							
	.com-item-links {
		font-size: 11px;
		padding: 15px 0 0 0;
	}
	
		.com-item-links a {
			color: #9a9a9a;
			margin-right: 10px;
		}
		
			.com-item-links a:hover {
				color: #000;
			}
			



/* -------- */
.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;
	}

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

.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-com {
		display: inline-block;
		vertical-align: top;
		width: 180px;
		margin: 0 20px 10px 0;
	}
	
	.form-line-tt input, .form-line-com input {
		border: 1px solid #e4e4e4;
		background: #fff;
		color: #c8c8c8;
		font-size: 13px;
		height: 38px;
		line-height: 38px;
		padding: 0 20px;
		margin: 0 0 0 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box;
	}
	
	.form-line-com input {
		width: 100%;
	}
	
	.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;
}
	
			.form-button-tt {
				cursor: pointer;
				display: inline-block;
				vertical-align: top;
				padding: 0 40px;
				margin: 0 auto 20px auto;
				height: 50px;
				line-height: 50px;
				-moz-border-radius: 25px;
				-webkit-border-radius: 25px;
				border-radius: 25px;
				border: 1px solid #ff356d;
				color: #ff356d;
				font-size: 16px;
				font-weight: 500;
				position: relative;
				background: none;
			}
			
				.form-button-tt:hover {
					background: #ff356d;
					color: #fff;
				}
	
/* Добавление комментария */
.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("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: 14px 0 0 140px;
	position: relative;
	min-height: 115px;
}

#dleprofilepopup {
	height: auto !important;
}

	.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: 13px;
	}

		.user-card-tt-info-left {
			
			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 {
			
		}
		
/* Юзер инфо */
.user-profile-tt {
	padding: 0 0 20px 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-hidden {
	display: none;
}

.login-wrap {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5555;
	display: flex;
	justify-content: center;
	align-items: center;
}

	.login-shad {
		background: rgba(0,0,0,0.85);
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}

.login-block {
	position: relative;
	z-index: 2;
	width: 360px;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
	padding: 45px;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
}

	.login-block-title {
		text-align: center;
		color: #cc2969;
		font-size: 25px;
		font-weight: 500;
		margin: 0 0 25px 0;
	}
	
	.login-block-label {
		text-align: center;
		color: #b7b7b7;
		font-size: 15px;
		font-weight: 500;
		margin: 0 0 25px 0;
	}
	
	
	
		
			
		.login-block-fav {
			display: block;
			position: absolute;
			left: 12px;
			top: 32px;
			color: #fff;
			font-size: 14px;
			font-weight: 500;
			height: 20px;
			line-height: 20px;
		}
		
			.login-block-fav i {
				font-size: 18px;
				font-weight: 400;
				margin: 0px 2px 0 0;
				display: inline-block;
				vertical-align: top;
			}
			
			
	
	
	

	
	.login-link {
		
	}
	
		.login-link a {
			display: block;
			padding: 3px 0 3px 0;
			position: relative;
			font-weight: 500;
			color: #b8b8b8;
			font-size: 15px;
			margin: 0 0 3px 0;
		}
			
			.login-link a:hover {
				color: #cd296a;
			}
				
	.login-line {
		margin: 0 0 18px 0;
	}
		
		.login-input-text {
			background: #fff;
			border: 1px solid #b2b2b2;
			margin: 0;
			padding: 0 15px;
			height: 34px;
			line-height: 34px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border-radius: 5px;
			display: block;
			width: 100%;
			box-sizing: border-box;
			-moz-box-sizing: border-box; 
			-webkit-box-sizing: border-box;
		}
		
	.enter {
		background: #cd296a;
		display: block;
		height: 34px;
		line-height: 34px;
		text-align: center;
		color: #fff;
		font-size: 15px;
		font-weight: 500;
		margin: 0;
		border: 1px solid #cd296a;
		padding: 0;
		cursor: pointer;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box;
	}
	
		.enter:hover {
			opacity: 0.7;
		}
	
	.reg-link {
		padding: 25px 0 10px 0;
		font-size: 13px;
		color: #b8b8b8;
	}
	
		.reg-link a {
			color: #b8b8b8;
		}
		
			.reg-link a:hover {
				color: #cd296a;
			}
			
	.login-soc {
		padding: 20px 0 0 0;
		display: flex;
		justify-content: center;
	}

	.login-soc a {
		width: 34px;
		height: 34px;
		text-align: center;
		line-height: 34px;
		color: #fff;
		font-size: 12px;
		-moz-border-radius: 100%;
		-webkit-border-radius: 100%;
		border-radius: 100%;
		margin-right: 2px;
		margin-left: 2px;
	}
	
		.login-soc a:hover {
			opacity: 0.7;
		}
	
	.login-soc1 {
		background:#229ac6;
	}
	
	.login-soc2 {
		background: #4076bf;
	}
	
	.login-soc3 {
		background: #f08127;
	}
	
	.login-soc4 {
		background: #27c3f0;
	}
	
	.login-soc5 {
		background: #f12828;
	}
	
	.login-block .iconf-cancel-circled {
		position: absolute;
		right: 15px;
		top: 15px;
		font-size: 20px;
		cursor: pointer;
		color: #b8b8b8;
	}
	
		.login-block .iconf-cancel-circled:hover {
			color: #cd296a;
		}
			
			
/* Стандартные страницы */
.stt-block {
	background: #fff;
	text-align: left;
	margin: 0 0 40px 0;
}

	.stt-block-title {
		color: #000;
		font-size: 24px;
		padding: 0 0 30px 0;
		font-weight: normal;
	}
	
	.stt-block-content {
		font-size: 14px;
		color: #464646;
	}
	
		.stt-block-content a {
			color: #0076c8;
		}
		
			.stt-block-content a:hover {
				color: #000;
			}
			
	.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;
	}
	
		.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: 30%;
			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;
				font-size: 21px;
			}
			
				.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;
	}



/* Опрос */
.vote-block {
	padding: 30px 18px;
	background: #fff;
	margin: 0 0 40px 0;
}

	.vote-block-title {
		position: relative;
		padding: 0 0 20px 47px;
		color: #000;
		font-size: 14px;
		font-weight: 500;
		line-height: 20px;
		min-height: 40px;
		margin: 0 0 20px 0;
		border-bottom: 1px #ebebeb solid;
	}
	
		.vote-block-title i {
			position: absolute;
			left: 0;
			top: 0px;
			color: #4dbb5d;
			font-size: 33px;
		}
	
	.vote-block-list {
		
	}
	
	.vote-block form {
		margin: 0;
		padding: 0;
	}

.vote-buttom {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	width: 100%;
	-moz-box-shadow: inset 0 0 2px rgba(252,252,252,.75);
	-webkit-box-shadow: inset 0 0 2px rgba(252,252,252,.75);
	box-shadow: inset 0 0 2px rgba(252,252,252,.75);
	height: 38px;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #1fa72c;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-image: -moz-linear-gradient(left, #46bc6f 0%, #24c2b5 100%);
	background-image: -o-linear-gradient(left, #46bc6f 0%, #24c2b5 100%);
	background-image: -webkit-linear-gradient(left, #46bc6f 0%, #24c2b5 100%);
	background-image: linear-gradient(left, #46bc6f 0%, #24c2b5 100%);
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	margin: 0 0 10px 0;
}

	.vote-buttom:hover{
		background: #46bd58;
	}
	
	.vote-buttom2 {
		background: none;
		border: 0;
		margin: 0;
		width: 100%;box-sizing: border-box;
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box; 
		padding: 0;
		text-decoration: underline;
		color: #b4b4b4;
		font-size: 13px;
		cursor: pointer;
	}
	
		.vote-buttom2:hover {
			color: #46bd58;
		}

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

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

.rating {
	width: 130px;
	height: 24px;
}
.unit-rating {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 130px;
	height: 24px;
	position: relative;
	background-image: url("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("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("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("urn:scrapbook:download:error:https://web.archive.org/web/20210421011934im_/https://hentaiyosh.com/templates/yosh/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("urn:scrapbook:download:error:https://web.archive.org/web/20210421011934im_/https://hentaiyosh.com/templates/yosh/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("urn:scrapbook:download:error:https://web.archive.org/web/20210421011934im_/https://hentaiyosh.com/templates/yosh/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("urn:scrapbook:download:error:https://web.archive.org/web/20210421011934im_/https://hentaiyosh.com/templates/yosh/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("urn:scrapbook:download:error:https://web.archive.org/web/20210421011934im_/https://hentaiyosh.com/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("urn:scrapbook:download:error:https://web.archive.org/web/20210421011934im_/https://hentaiyosh.com/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("urn:scrapbook:download:error:https://web.archive.org/web/20210421011934im_/https://hentaiyosh.com/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("urn:scrapbook:download:error:https://web.archive.org/web/20210421011934im_/https://hentaiyosh.com/templates/yosh/images/form-text.gif");
			color: #2e2e2e;
			border: 1px #d0d0d0 solid;
		}

		
/* Инфо */
.error {
	padding: 10px;
	padding-bottom: 150px;
	background: url("urn:scrapbook:download:error:https://web.archive.org/web/20210421011934im_/https://hentaiyosh.com/templates/yosh/images/error.png") center bottom no-repeat;
	text-align: center;
}

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

	
/* добавление новости */
.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("urn:scrapbook:download:error:https://web.archive.org/web/20210421011934im_/https://hentaiyosh.com/templates/yosh/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;
	}
	
input.textin {
	height: 38px;
		line-height: 38px;
		width: 100% !important;
		box-sizing: border-box;
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box; 
		padding: 0 15px;		
		color: #c5c5c5;
		font-size: 13px;
		margin: 0;
		border: 0;
		outline: none;
		border: 1px solid #dedede;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
}
	
#searchtable input{
	
} 

#dofullsearch, #dosearch {
	display: inline-block;
	vertical-align: top;
	padding: 10px 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #ff3672;
	cursor: pointer;
	border: 0;
	margin: 0 10px 10px 0;
	color: #fff;
	height: auto;
	font-weight: 500;
}

	#dofullsearch:hover, #dosearch:hover {
		opacity: 0.7;
	}



/* ДЛЕ 9.2 */
.editor input[type="text"] { padding: 2px; background: #fff url("urn:scrapbook:download:error:https://web.archive.org/web/20210421011934im_/https://hentaiyosh.com/templates/yosh/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("") format('truetype'),
         url("") 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("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("urn:scrapbook:download:error:https://web.archive.org/web/20210421011934im_/https://hentaiyosh.com/templates/yosh/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("urn:scrapbook:download:error:https://web.archive.org/web/20210421011934im_/https://hentaiyosh.com/templates/yosh/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("urn:scrapbook:download:error:https://web.archive.org/web/20210421011934im_/https://hentaiyosh.com/templates/yosh/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;
}

.full-news-text ul, .full-page-text ul {
	margin: 0 0 30px 0;
	padding: 0;
}

	.full-news-text ul li, .full-page-text ul li {
		list-style-type: none;
		display: block;
		padding: 0 0 13px 25px;
		margin: 0;
		position: relative;
	}
	
	
		.full-news-text ul li:after, .full-page-text ul li:after {
			width: 8px;
			height: 8px;
			-moz-border-radius: 100%;
			-webkit-border-radius: 100%;
			border-radius: 100%;
			background: #ff3672;
			position: absolute;
			left: 0;
			top: 7px;
			content: '';
			display: block;
		}
		
.full-news-text ol, .full-page-text ol {
	margin: 0 0 30px 0;
	padding: 0;
	counter-reset: listitem;
}

	.full-news-text ol li, .full-page-text ol li {
		list-style-type: none;
		display: block;
		padding: 0px 0 13px 33px;
		margin: 0;
		position: relative;
	}
	
	
		.full-news-text ol li:before, .full-page-text ol li:before {
			counter-increment: listitem;
			 content: counters(listitem, '') '';
			width: 20px;
			height: 20px;
			background: #ff3672;
			position: absolute;
			-moz-border-radius: 100%;
			-webkit-border-radius: 100%;
			border-radius: 100%;
			left: 0;
			top: 0;
			display: block;
			font-size: 12px;
			color: #fff;
			text-align: center;
			line-height: 21px;
		}
		
	.fix-scroll {
		height: 100%;
		overflow: hidden;
		position: relative;
	}
	
	.mob-shad {
		position: fixed;
		width: 100%;
		height: 100%;
		background: #000;
		z-index: 8888;
		opacity: 0.5;
		cursor: pointer;
		left: 0;
		top: 0;
		display: none;
	}
	
	.mob-panel {
		position: fixed;
		width: 260px;
		height: 100%;
		background: #fff;
		-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 {
			padding: 30px;
		}
		
			/* width */
			.mob-panel::-webkit-scrollbar {
			  width: 6px;
			}

			/* Track */
			.mob-panel::-webkit-scrollbar-track {
			  -moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				border-radius: 3px;
			  width: 6px;
			  background: #ecedee;
			}
			 
			/* Handle */
			.mob-panel::-webkit-scrollbar-thumb {
			   -moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				border-radius: 3px;
				 width: 6px;
				background: #46bd58;
				cursor: pointer;
			}

			/* Handle on hover */
			.mob-panel::-webkit-scrollbar-thumb:hover {
			  background: #46bd58; 
			}
		
			
			
	.mob-close {
		width: 30px;
		height: 30px;
		position: fixed;
		left: 210px;
		top: -50px;
		cursor: pointer;
		z-index: 8899;	
		font-size: 24px;
		line-height: 30px;
		text-align: center;
		color: #000;
	}
	
	.left-title {
		color: #222;
		font-size: 24px;
		font-weight: 300;
		margin: 0 0 20px 0;
	}
	
	.leftmenu {
		margin: 0 0 60px 0;
	}
	
		.leftmenu a {
			color: #707070;
			font-size: 14px;
			display: block;
			padding: 10px 0;
			border-bottom: 2px #d3d3d3 dotted;
		}
		
			.leftmenu a:hover {
				color: #46bd58;
			}
		
	
	
/*  Адаптивность 



*/

.mob-menu, .mob-search, .menu-btn {
	display: none;
}

.open-login:before {
	display: none;
}

@media (max-width: 1300px) { 

	.full-news-info-right:after {
		display: none;
	}

}

@media (max-width: 1180px) { 
	
	.hello-text {
		width: auto;
		padding-top: 330px;
	}
	
	.main-page-wrap {
		padding-left: 20px;
		padding-right: 20px;
		width: auto;
	}
	
	.main-page {
		background: url("urn:scrapbook:download:error:https://web.archive.org/web/20210421011934im_/https://hentaiyosh.com/templates/yosh/images/body2.webp") center 50px no-repeat;
		min-height: 400px;
	}
	
    .main-page-m {
		background: #fff center 50px no-repeat;
		min-height: 400px;
	}
    
	body, html {
		height: auto;
	}
	
	.fix-scroll {
		height: 100%;
		overflow: hidden;
		position: relative;
	}
	
	.mob-shad {
		position: fixed;
		width: 100%;
		height: 100%;
		background: #000;
		z-index: 8888;
		opacity: 0.6;
		cursor: pointer;
		left: 0;
		top: 0;
		display: none;
	}
	
	.mob-panel {
		position: fixed;
		width: 260px;
		height: 100%;
		background: #fff;
		-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 {
			padding: 15px;
		}
			
	.mob-close {
		width: 30px;
		height: 30px;
		position: fixed;
		left: 275px;
		top: -50px;
		cursor: pointer;
		z-index: 8889;		
		background: url("close2.png") center center no-repeat;
	}
	
	.menu-btn {
		width: 60px;
		height: 50px;
		position: absolute;
		left: 0px;
		top: 0px;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		z-index: 444;
		color: #000;
		font-size: 40px;
	}
	
	.head-line {
		padding-left: 60px;
		height: 50px;
		background: #fff;
		margin: 0 -20px;
		-moz-box-shadow: 1px 2px 16px rgba(0,0,0,.18);
		-webkit-box-shadow: 1px 2px 16px rgba(0,0,0,.18);
		box-shadow: 1px 2px 16px rgba(0,0,0,.18);
	}
	
	.logo {
		background-position: left center;
		background-size: auto 40px;
	}
	
	.menu-block {
		display: none;
	}
	
	.head-menu a {
		display: none;
	}
	
	.open-search {
		font-size: 24px;
		position: absolute;
		right: 50px;
		top: 0px;
		width: 50px;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.mob-panel .menu-block {
		display: block;
		width: auto;
		padding: 0 0 30px 0;
	}
		
		.menu-block a {
			display: block;
			width: auto;
			margin: 0 0 20px 0;
			
		}
		
		.mob-panel2 > a {
			display: block;
			color: #000;
			margin: 0 0 10px 0;
		}
		
	.open-login {
		font-size: 0;
		color: #fff;
		position: absolute;
		right: 0px;
		top: 0px;
		width: 50px;
		height: 50px;
		padding: 0;
		border: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
		.open-login:before {
			display: block;
			color: #000;
			font-size: 24px;
		}
		
	.main-tags-block {
		width: auto;
		padding-top: 20px;
		max-height: 1000px;
		text-align: center;
	}
		
		.main-tags-block a {
			border: 2px #ff316a solid;
			color: #ff2f69;
		}
		
	.content-block {
		padding-top: 30px;
	}
	
	.main-content {
		background: #fff;
	}
	
	.footer-w {
		width: auto;
	}
	
	.footer-menu {
		width: 167px;
	}
	
	.main-news-image {
		height: calc(32vw / 1.7);
	}
	
	.main-news-b {
		justify-content: center;
		flex-direction: column;
	}
	
	.main-news-rating {
		margin-bottom: 15px;
	}
	
	.scr-flex-item {
		height: calc(32vw / 1.8);
	}
	
	.footer-center {
		padding: 0;
	}
	
}

@media (max-width: 1000px) { 

	.footer-w {
		justify-content: center;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	
	.footer-logo {
		margin-bottom: 20px;
	}
	
	.footer2 {
		-moz-box-shadow: 0 -2px 16px rgba(0,0,0,.68);
		-webkit-box-shadow: 0 -2px 16px rgba(0,0,0,.68);
		box-shadow: 0 -2px 16px rgba(0,0,0,.68);
	}
	
	.footer-center {
		text-align: center;
		margin-bottom: 20px;
	}
	
	.footer-center .hello-text-soc {
		text-align: center;
	}
	
	.footer {
		background-size: 120% auto;
		padding-top: calc(100% / 3.38);
	}
	
	.full-news-text {
		margin-right: 0;
	}

}

@media (max-width: 800px) { 

	.full-news-info {
		display: block;
	}
	
	.full-news-info-left {
		margin: 0 0 20px 0;
	}
	
	.full-news-info-right {
		width: auto;
		display: block;
	}
	
	.fnir2 {
		padding: 30px 0 0px 0;
	}

}

@media (max-width: 760px) { 
	
	.main-news, .mfc {
		width: 48%;
	}
	
	.main-news-image {
		height: calc(48vw / 1.7);
	}
	
}

@media (max-width: 500px) { 
	
	.main-news, .mfc {
		width: 100%;
	}
	
	.main-news-image, .main-news-image a, .main-news-image img {
		height: auto;
		min-height: 10px;
	}
	
	.com-item {
		display: block;
	}
	
	.com-item-right {
		padding: 20px 0 0 0;
		border: 0;
	}
	
	.full-news-info-right {
		padding: 15px;
	}
	
	.login-block {
		width: 90%;
	}
	
}

.comments_subscribe {
	display: none;
}

@media (max-width: 640px) {

	.search-block {
		width: 95%;
	}
	
}

/*  */
@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: 30px 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 {
		position: static;
	}
	
	.comment-item-author {
		padding: 10px 0 0 0;
		position: static;
		width: auto;
		text-align: left;
	}
	
	.dle-popup-newpm {
		width: 320px !important;
	}
	
	.user-card-tt {
		min-height: 82px;
	}
	
}

@media (max-width: 400px) { 

	.pmtt-menu a {
		font-size: 12px;
	}
	
	.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;
			}
	
}

.gallery {
    margin: 0 390px 40px 0;;
}
.gallery img {
    transition: 1s;
    padding: 15px;
    width: 200px;
}
.gallery img:hover {
    filter:grayscale(100%);
    transform: scale(1.1)
    }

		.menu-linkmob {
                display: block;
				margin: 15px;
				width: 280px;
				box-sizing: border-box;
				-moz-box-sizing: border-box; 
				-webkit-box-sizing: border-box; 
				-moz-border-radius: 15px;
				-webkit-border-radius: 15px;
				border-radius: 10px;
				border: 2px #ff3971 solid;
				padding: 28px 10px 0 0;
				height: 60px;
				color: #000000;
				font-size: 18px;
				font-weight: 550;
				line-height: 2px;
				position: relative;
				transition:all 0.3s ease;
				-webkit-transition:all 0.3s ease;
				-o-transition:all 0.3s ease;
				-moz-transition:all 0.3s ease;
                text-align: center;
			}
			
				
				.menu-linkmob:hover {
					color: white;
					border: 2px #ff3971 solid;
                    background: #ff3971;
				}
				


.botton-m {
    display: table;
	margin: auto;	
}

.main-tags-block2 {
    width: 80%;
    padding-top: 100px;
    overflow: hidden;
    
}
.main-tags-block2 a {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 5px 0;
    border: 2px #fa3571 solid;
    padding: 5px 20px;
    color: #fa3571;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
				.main-tags-block2 a:hover {
					background: #fa3571;
					color: #fff;
				}
.ad{

text-align: center;
background: #f8f8f8;
border-bottom: 1px #ebebeb solid;
overflow-y: hidden;
overflow-x: auto;
white-space: nowrap;
}
.adblock {
    z-index: 6;
    position: fixed;
    width: 100%;
    height: 26px;
}
.ad a {
    display: inline-block;
    vertical-align: top;
    height: 25px;
    line-height: 25px;
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 5px;
    color: #2d9dd8;
    font-size: 12px;
}
.ad a:hover {
	color: #000;
		}
.ad a img {
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 5px;
}


/*
     FILE ARCHIVED ON 01:19:34 Apr 21, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:03:21 Apr 29, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 28.47
  load_resource: 673.103
  PetaboxLoader3.resolve: 60.47
  PetaboxLoader3.datanode: 552.318
*/