/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
b {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;	
}
i {
       font-style:italic;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
}
code.xml {
	white-space: pre-wrap !important;
}
/* END RESET */

body, html {
	height: calc(100vh - 92px);
    background: url(../images/plumbobs.png), url(../images/dots.png), #322353 url(../images/bg.jpg);
    background-size: cover;
	background-position: center top;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	font: 12px Tahoma;
}
.clear {
	clear: both;
	line-height: 1px;
}
.center {
	text-align: center;
}
a {
    color: rgb(45, 78, 171);
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
a:hover {
	color:#3399cc;
	text-decoration: underline;
}
img {
	outline:none;
	border:0;
}
hr {
	size:1px;
	text-align:left;
	width:100%;
	color:#cccccc;
	background-color:#cccccc;
	border:0;
	height:1px;
	margin:0;
	clear:both;
}


/* BASE WIDTH SITE BLOCK */
.base_unit {
	width:90%;
	max-width:2000px;
	min-width:900px;
	margin:0 auto 15px;
}
/* END BASE WIDTH SITE BLOCK */


/* HEADER */
.helper {
	float: right;
	width: 305px;
	height: 30px;
	margin: 0;
	padding: 10px;
	background-color: #2e2f31;
    border-radius: 0 0 4px 4px;
}
/* Google Search */ 
.gsc-control-cse, .cse .gsc-control-cse, .gsc-control-cse {
	background-color: transparent !important;
	border: 0 !important;
}
.cse .gsc-control-cse, .gsc-control-cse {
	padding: 0 !important;
}
.gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
	border: 2px solid grey !important;
    border-radius: 4px !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right: 8px !important;
}
.gsst_a {
	padding: 0 !important;
}
.cse .gsc-search-button-v2, .gsc-search-button-v2 {
	padding: 8px 20px !important;
}
.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
	background-color: #6d6d71 !important;
	border: 0 !important;
}
/* END Google Search */
#logo {
	padding: 20px 0 20px 15px;
	margin: 0;
}
/* END HEADER */


/* GLASS BORDER */
.global-shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	border-radius: 5px 5px;
}
.glass_top {
	height: 50px;
	margin: 0;
	width: 100%;
	text-align: center;
	z-index: 900;
	background-color: rgb(102, 0, 153);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9136bb), color-stop(100%,#490172)); */
    background: -webkit-linear-gradient(top, #9136bb, #490172);
    background: -o-linear-gradient(top, #9136bb, #490172);
    background: -ms-linear-gradient(top, #9136bb, #490172);
    background: linear-gradient(top, #9136bb, #490172);
	border-top: 1px solid rgb(166, 105, 236);
	border-bottom-color: rgb(73, 1, 114);
	border-radius: 5px 5px 0 0;

	top: 0;
	position: relative;
}
/* END GLASS BORDER */
.menu-unfix {
	display: none;
	position: absolute;
	right: 25px;
	top: 12px;
	width: 25px;
	height: 25px;
	color: #c38eff;
	font-size: 17px;
	z-index: 990;
}
.menu-unfix a {
	color: #c38eff;
}
.fixed_nav .glass_top {
	top: 0;
	left: 0;
	position: fixed;
	border-radius: 0;
}
.fixed_nav .menu-unfix  {
	display: block;
}
.fixed_nav .main_content_wrap {
	padding-top: 51px;
}

/* MAIN MENU */
#main_menu {
	color: #fff;
	font: bold 15px Tahoma;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #000;
	margin: 0 auto;
	padding: 2px 0 0 0;
	width: 690px;
	height: 50px;
}
#main_menu>li {
	float:left;
	border-right: 1px #370056 solid;
    border-left: 1px #a669ec solid;
}
#main_menu li:first-child {
    border-left: none;
}
#main_menu li:last-child {
    border-right: none;
}
.menu_item1 {
	margin-top:14px;
}
.menu_item2 {
	margin: 14px 0 0 0px;
}
.menu_item1>a, .menu_item2>a {
	padding: 14px 14px 15px;
}
#main_menu li a {
	color:#fff;
	text-decoration:none;
    -webkit-transition: text-shadow 0.5s ease;
    -moz-transition: text-shadow 0.5s ease;
    -o-transition: text-shadow 0.5s ease;
    transition: text-shadow 0.5s ease;
}
#main_menu li a:hover {
	color:#dffffb;
	text-shadow: 0px 0px 20px #f68dff,0px 0px 35px #f68dff;
}
/* Menu dropdown */
.dropdown {
	position:relative;
}
.dropdown ul {
	display: none;
	position: absolute;
	top: 34px;
	z-index: 30;
	left: 0px;
	text-align: left;
	padding: 0 20px 10px 15px;
    min-width: 200px;
	background: rgba(0, 0, 0, .8);
	border-radius: 0 0 3px 3px;
	border-top: 4px #4b0173 solid;
    -moz-box-shadow: 0px 0px 10px #61666a;
    -webkit-box-shadow: 0px 0px 10px #61666a;
	box-shadow: 0px 0px 10px #61666a;
}
.dropdown ul li {
	display: block;
	background: url(../images/plumbob.png) center left no-repeat;
	list-style: none;
	padding: 1px 0 2px 5px;
	margin: 0px 0 0px 5px;
	border-bottom: 1px solid #646464;
}
.dropdown ul li:last-child {
	border-bottom: none;
}
.dropdown ul li a {
	display: block;
	padding: 11px 9px 11px 14px;
	color: #fff !important;
	text-decoration: none;	
	white-space: nowrap;
	text-transform: none;
}
.dropdown.active {
	z-index:990;
}
/* END Menu dropdown */
/* END MAIN MENU */


/* MAIN BLOCK */
.main_content {
	background: #fff;
	position: relative;
	border: 0;
	margin: 0;
	display: flex;
    align-items: stretch;
}
.main_content_wrap {
	padding-top: 0px;
	margin:0;	
}
/* END MAIN BLOCK */


/* CONTENT NEWS */
.speedbar {
	color:#aaa;
    margin: 5px 0 10px;
    padding: 3px 5px 6px;
	background: #f4f4f4;
	border: 1px #ddd dotted;
    border-radius: 3px;
	font: 11px Tahoma;
}
.speedbar a {
  	margin-left: 2px;
	padding:0 0 5px 0;
}
.speedbar a {
	color:#88afe0;
	text-decoration: none;
}
.speedbar a:hover {
	text-decoration: underline;
}
.quick-nav {
	background: transparent url(https://darasims.com/forum/styles/default/xenforo/xenforo-ui-sprite.png) no-repeat 0 0;
	display: block;
	padding: 0 !important;
	float: right;
	white-space: nowrap;
	text-indent: 9999px;
	overflow: hidden;
	width: 16px;
	height: 16px;
}
#quick-nav-content {
	display: none;
}
.quick-nav-list1 {
	list-style: none;
	font-size: 17px;
	font-weight: bold;
	margin-left: 25px;
	font-family: Arial;
}
.quick-nav-list2 {
	font-size: 13px;
	margin: 3px 0 7px 20px;
}
.quick-nav-list3 {
	font-size: 10px;
	font-weight: normal;
	margin: 3px 0 4px 20px;
}
.blocker {
	z-index: 1000 !important;
}
.content_block {
	padding: 10px 25px 70px 30px;
    margin: 0;
	width: calc(100% - 325px);
	font: 1.08em "Arial";
	line-height: 1;
	color: #000;
}
.noinformer {
	width: 100% !important;
	margin-right: 5px !important;
}
.navigation {
	font: 16px Tahoma;
	color: #ccc;
	margin: 5px auto;
	padding: 10px 0;
	text-align: center;
}
.navigation span {
	margin: 0;
	padding: 5px 10px;
    border-radius: 50px;
	border-bottom: 1px solid #ddd;
	background: #f1f1f1;
	box-shadow: 0 0 4px #d6d6d6;
}
.navigation a {
	color: #7990b6;
    margin: 0;
    padding: 5px 10px;
    text-decoration: none;
    background-color: #ecf3f7;
    border-radius: 50px;
	border-bottom: 1px solid #c9ccd0;
	box-shadow: 0 0 4px #d6d6d6;
	background: -moz-linear-gradient(top, #ffffff, #e2e1e1);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e2e1e1),);
    background: -webkit-linear-gradient(top, #ffffff, #e2e1e1);
    background: -o-linear-gradient(top, #ffffff, #e2e1e1);
    background: -ms-linear-gradient(top, #ffffff, #e2e1e1);
    background: linear-gradient(top, #ffffff, #e2e1e1);
	transition: all 0.5s ease;
}
.navigation a:hover {
	background:#cae8ff;
}
.prev {
	background: url(../images/arrows.png) 0 0 no-repeat #fff;
	height: 14px;
	width: 16px;
}
.next {
	background: url(../images/arrows.png) 18px 0 no-repeat #fff;
	height: 14px;
	width: 16px;
}
/* END CONTENT NEWS */


/* SHORTSTORY */
.info {
	color: #aaa;
	padding: 4px 0 0;
	font-size: 0.96em;
}
.info span {
	margin: 0 10px 0 3px;
	white-space: nowrap;
}
.info span span {
	margin: 0;
}
.info a {
	color: #aaa;
}
.date::before {
    content: "\f133";
	font-family: FontAwesome;
	font-size: 1.05em;
}
.view::before {
	content: "\f06e";
	font-family: FontAwesome;
	font-size: 1.05em;
}
.author::before {
	content: "\f007";
	font-family: FontAwesome;
	font-size: 1.05em;
}
.fixed::before {
	content: "\f08d";
	font-family: FontAwesome;
	font-size: 1.05em;
}
.edit-store::before {
    content: "\f040";
	font-family: FontAwesome;
	font-size: 1.05em;
}
.report::before {
    content: "\f071";
	font-family: FontAwesome;
	font-size: 1.05em;
}
.print-icon::before {
    content: "\f02f";
	font-family: FontAwesome;
	font-size: 1.05em;
}
.shortstory {
	padding: 0;
	margin: 15px 0 20px;
	position: relative;
	line-height: 1.4em;
}
.shortstory_content {
	padding: 20px 0 0;
}
.shortstory h1, .shortstory h1 a {
	font:22px Tahoma;
	color:#ff6800;
	text-decoration:none;
	margin:0;
}
.shortstory h1 a:hover {
	text-decoration:underline;	
}
.shortstory_content ul {
	list-style:disc inside;
    margin:2px 0 0 15px;
}
.shortstory_content ol {
	list-style:disc outside;
	list-style-type:decimal;
    margin:2px 0 0 30px;
}
.title_hr {
	size:1px;
	text-align:left;
	width:100%;
	color:#ddd;
	background-color:#ddd;
	border:0;
	height:1px;
	margin: 6px 0 10px 0;
	clear: both;
}
/* Картинки */
_shortstory_content img {
	margin: 0px 5px;
	padding:0;
	max-width: 100%;
	height: auto;
}
_shortstory_content a img:hover {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    border: 2px white solid;
	margin: -2px 3px;
    border-radius: 2px;
}
/* END Картинки */

.shortstory_icon {
	text-align: justify;
}
.shortstory_icon img {
	margin: 0 10px 5px 0;
	max-height: 150px;
	max-width: 250px;
}
.read_more_block {
	float: right;
	margin: 8px 0 0;
	color: #aaa;
	font-size: 0.96em;
}
.read_more::before {
	content: '\f0c1';
	font-family: FontAwesome;
}
.read_more a {
	font: 14px Tahoma;
	color: #ff6800;
	float: right;
	text-decoration: none;
	margin-left: 4px;
}
.read_more a:hover {
	text-decoration:underline;
}
.read_more_edit img {
	height:8px; width:16px;
	padding:0; margin:7px 7px 0 0;
	border:0;
	float:right;
}
.views {
	float:right;
	margin:0 5px 10px 0;
	font:11px Tahoma;
	color:grey;
}
.views img {
	float:left;
	padding:0; 
	margin:0 10px 0 0;
}
.sort-block {
	margin: 15px auto 10px;
	text-align: right;
}
.sorting-obzory {
	color: #555;
	width: 200px;
    height: 30px;
	vertical-align: middle;
    padding: 6px 12px;
	margin-left: 5px;
	font-size: 12px;
	background-color: #fff;
    background-image: none;
	border: 1px solid #ccc;
    border-radius: 3px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	outline: none;
}
.sort-title {
	font-weight: bold;
	color: black;
	background-color: #eee;
}
/* END SHORTSTORY */


/* CONTENT INFORMER */
.content_informer {
	width: 310px;
    padding: 0 8px 0 7px;
	margin: 0;
	background-color: #f4f4f4;
}
.block_informer {
    margin: 10px auto;
}
.title_informer {
    padding: 8px 14px;
    font-size: 14px;
	font-weight: bold;
    color: #4a4a4a;
	text-transform: uppercase;
}
.topline {
	height: 4px;
    background: #5390dc;
    padding: 0;
    margin: 0 7px;	
}
.info_informer {
	padding: 14px;
}
.ArticleList li {
    background: url('../images/plumbob.png') top left no-repeat;
    list-style: none !important;
    padding: 0 0 8px 12px;
    margin-bottom: 7px;
    border-bottom: 1px solid #d7edfc;
	font: 0.9em Verdana;
}
.ArticleList li a {
    text-decoration: none;
}
.ArticleList li:last-child {
    border-bottom: none;
    padding-bottom: 5px;
    margin-bottom: 0;
}
.last_screen_block, .last_video_block {
	margin: 7px auto 3px auto;
	padding: 0;
	text-align: center;
	height: auto;
	max-height: 170px;
	width: 250px;
	overflow: hidden;
}
.last_screen_block a img, .last_video_block a img {
	width: 100%;
}
.last_screen_invisible_btn {
	position: relative;
	margin-top: -175px;
	text-align: center;
	width: 100%;
	overflow: hidden;
}
.last_screen_category {
	text-align: center;
	margin: 3px auto 10px;
    font: 0.9em Verdana;
}
/* END CONTENT INFORMER */


/* SLIDER */
#slider_block {
	height: 220px;
	overflow: hidden; 
	margin: 8px;
	padding: 0;
	width: 295px;
}
/* END SLIDER */

/* KEYWORDS SPOILER */
.keywords_spoiler {
	padding: 0;
	margin: 0;
	height: 4px;
}
.keywords_spoiler_btn {
	height: 35px;
	width: 172px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: -31px;
	line-height: 36px;
	border-radius: 4px 4px 0 0;
	background: #424244;
}
.keywords_spoiler_btn a {
	font: bold 14px Tahoma;
	color: #fff;
	text-decoration: none;
	margin-left: 5px;
}
.keywords_spoiler_btn a::after {
	content: '\f0d7';
	font-family: FontAwesome;
	margin-left: 5px;
	font-size: 0.7em;
}
.keywords_spoiler_btn a:hover {
	text-decoration:none;
	text-shadow: 0 0 10px #f68dff;
	-webkit-transition: text-shadow 0.5s ease;
    -moz-transition: text-shadow 0.5s ease;
    -o-transition: text-shadow 0.5s ease;
    transition: text-shadow 0.5s ease;
}
.keywords_spoiler_linetop {
	height: 3px;
    background: #424244;
    border-bottom: 1px #444546 solid;
}
.keywords_spoiler_linebottom {
	height: 3px;
    background: #424244;
    border-top: 1px #444546 solid;
}
.tags_block {
	text-align: center;
	background-color: #3b3c3e;
	font:14px Tahoma;
	color: #fff;
	box-shadow: inset 0 6px 6px -6px rgba(0, 0, 0, 0.4), inset 0 -6px 6px -6px rgba(0, 0, 0, 0.4);
}
.tags_block p {
	padding: 20px 55px;
}
.tags_block p a {
	background: rgba(128, 128, 128, 0.3);
    padding: 3px 5px;
	margin: 1px;
    border-radius: 7px;
	line-height: 1.9em;
	color:#fff;
	font-weight: bold;
}
.tags_block a {
	color:#fff;
	font-weight: bold;
}
.tags_block_full {
	text-align: center;
	font: 14px Tahoma;
}
.tags_block_full p {
	padding: 20px 50px;
}
.tags_block_full a {
	background: rgba(128, 128, 128, 0.15);
    padding: 1px 5px;
	margin: 2px;
    border-radius: 7px;
	line-height: 2.2em;
}
.clouds_xsmall {font-size: 11px !important;}
.clouds_small {font-size: 14px !important;}
.clouds_medium {font-size: 18px !important;}
.clouds_large {font-size: 22px !important;}
.clouds_xlarge {font-size: 26px !important;}
.clouds_xsmall, .clouds_small, .clouds_medium, .clouds_large, .clouds_xlarge {font-weight: normal !important;  display: inline-block;}
.clouds_xsmall a, .clouds_small a, .clouds_medium a, .clouds_large a, .clouds_xlarge a {white-space: nowrap; display: block;}
/* END KEYWORDS SPOILER */


/* FOOTER */
.content_footer {
	position: relative;
    background-color: rgb(102, 0, 153);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9136bb), color-stop(100%,#490172));
    background: -webkit-linear-gradient(top, #9136bb, #490172);
    background: -o-linear-gradient(top, #9136bb, #490172);
    background: -ms-linear-gradient(top, #9136bb, #490172);
    background: linear-gradient(top, #9136bb, #490172);
	border: 0;
    border-top: 1px solid rgb(165, 65, 212);
	border-radius: 0px 0px 5px 5px;
	margin: 0;
	padding: 0px 30px 20px;
}
.footer_list {
	float: left;
	margin: 10px 50px 10px 0;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
	min-width: 150px;
}
.footer_list p {
	font: bold 13px Tahoma;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.footer_list ul {
	list-style-position: inside;
}
.footer_list ul a {
	font: 11px Tahoma;
	color: #fff;
}
.footer_list li {
	padding: 0 10px 6px 0;
	margin: 0;
	color: #fff;
}
.footer_list li::before {
	content: '\f138';
	font-family: FontAwesome;
	font-size: 0.85em;
	margin-right: 5px;
	color: #bd75ff;
}
.footer_list.footer_list2 li::before {
	content: '';
}
.donate::before, .anon-poll::before, .mail::before, .about::before {
	color: #ff8d00;
	font-size: 1.35em;
	margin-right: 5px;
}
.donate::before {
	content: '\f155';
}
.anon-poll::before {
	content: '\f128';
}
.mail::before {
	content: '\f003';
	font-size: 0.9em;
	font-weight: bold;
	margin-right: 3px;
}
.about::before {
	content: '\f129';
	margin-left: 2px;
}
#footer-social {
	position: absolute;
    top: 10px;
    right: 20px;
	text-align: center;
	width: 208px;
}
.social-icons {
    float: left;
	width: 43px;
    height: 43px;
    background: url(../images/social-icon.png) no-repeat;
    margin-right: 5px;
	margin-bottom: 6px;
	border: 2px solid #f1f1f1;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.social-icons:hover {
	box-shadow: 0 0 5px 2px #df9cff;
}
.vk-icon {
	background-position: 0 0;
}
.fb-icon {
	background-position: -45px 0;
}
.tw-icon {
	background-position: 0 -45px;
}
.youtube-icon {
	background-position: -45px -45px;
}
.footer_info {
	text-align: center;
	margin: 15px auto 0;
	padding: 0;
	color: #eff4ff;
	font: 11px Tahoma;
    text-shadow: 1px 1px 2px rgba(0,0,0, 0.4);
}
#counter {
	text-align: center;
	margin: 15px auto 20px;
}
/* END FOOTER */


/* FULLSTORY */
.fullstory img {
	max-width: 100%;
	margin-right: 5px;
    margin-left: 5px;
}
.rel_news_p {
	font: 15px Tahoma;
	color:#ff6800;
	margin:0 0 15px 5px;
}
.rel_news_span ul a {
	font:13px Tahoma;
}
.rel_news_span li {
    background: url(../images/plumbob.png) top left no-repeat;
	list-style: none;
	padding: 0 10px 2px 15px;
	margin: 3px 0 4px 10px;
}
.tags {
	float: left;
	font: 12px Tahoma;
	color: #aaa;
	width: 73%;
}
.tags a {
	font:11px Tahoma;
	background: rgba(128, 128, 128, 0.15);
    padding: 2px 5px;
    border-radius: 6px;
}
.tags-icon::before {
	content: '\f02b';
	font-family: FontAwesome;
}
.material_author {
	float: right;
	font: 12px Tahoma;
	color: #aaa;
}
.tbl,.tbl2 {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: center;
	padding: 1px;
	margin: 0 auto;
    table-layout: fixed;
    word-wrap: break-word;
}
.tbl td, .tbl th, .tbl2 td, .tbl2 th {
	border: 1px solid #ccc;
	padding: 3px 2px 3px;
	vertical-align: middle;
}
.tbl td {
	background: #fff;
}
.tbl th, .tbl2 th {
	background: #e8eaf1;
}
.tbl img, .tbl2 img, .tbl3 img, .tbl4 img, .guide img {
	margin: 0 !important;
	max-width: 100%;
	vertical-align: middle;
}
.tbl2 tr:nth-child(2n+1){
	background: #f3f4f6;
}
.tbl2 tr:nth-child(2n){
	background: #fff;
}
.guide, .guide td, .guide th {
	background: #492c69;
	border-collapse: collapse;
	border: 1px solid white;
	color: #fff;
	padding: 5px;
}
.guide {
	margin: 0 auto;
}
.guide td, .guide th {
	vertical-align: middle;
}
.guide a {
	color: #fff;
	text-decoration: none;
}
.guide a:hover {
	color:#3399cc;
	text-decoration:none;
}
.tbl3, .tbl4 {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
	text-align: left;
	padding: 0;
	margin:0 auto;
    table-layout: fixed;
    word-wrap: break-word;
}
.tbl3 td, .tbl3 th {
	border: 0;
	padding: 8px 4px;
	vertical-align: middle;
	background: #fff;
	border-bottom: 1px dotted #e2e2e2;
}
.tbl4 td, .tbl4 th {
	border: 0;
	padding: 8px 4px;
	vertical-align: middle;
}
.tbl4 tr:nth-child(2n+1){
	background: #f3f4f6;
}
.tbl4 tr:nth-child(2n){
	background: #fff;
}
.code {
	font-size:x-small;
}
.tbl-text-top {
	vertical-align: top !important;
}
.tbl-text-top td, .tbl-text-top th {
	vertical-align: top !important;
}
.tbl-text-top img {
	vertical-align: top !important;
}
#b_h2,.shortstory h2  {
	font:bold 16px Tahoma;
} 
#b_h3,.shortstory h3 {
	font:bold 14px Tahoma; 
} 
#b_h4,.shortstory h4 {
	font-weight:bold;
}
.separator {
	border-top:1px dotted #ccc;
	width:75%;
	background:white;
	margin:0 auto;
	clear:both;
}
/* END FULLSTORY */


/* CATEGORY STYLE */
.category {
	font: bold 18px Tahoma;
	margin: 0 0 10px 10px;
}
.category_bg {
	padding: 7px 0;
	margin: 0;
}
.category_icons {
	height: 70px;
	width: 70px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.category_icons.cat-stati-news {
	background: url(../images/category-icons.png) 0px 0px no-repeat;
}
.category_icons.cat-stati-obzory {
	background: url(../images/category-icons.png) -71px 0px no-repeat;
}
.category_icons.cat-stati-tutorials {
	background: url(../images/category-icons.png) -142px 0px no-repeat;
}
.category_icons.cat-stati-cheats {
	background: url(../images/category-icons.png) 0px -71px no-repeat;
}
.category_icons.cat-stati-others {
	background: url(../images/category-icons.png) -71px -71px no-repeat;
}
.category_icons.cat-gallery-screens {
	background: url(../images/category-icons.png) -142px -71px no-repeat;
}
.category_icons.cat-gallery-fanart {
	background: url(../images/category-icons.png) 0px -142px no-repeat;
}
.category_icons.cat-gallery-comics {
	background: url(../images/category-icons.png) -71px -142px no-repeat;
}
.category_icons.cat-gallery-smehotron {
	background: url(../images/category-icons.png) -142px -142px no-repeat;
}
.category_icons.cat-gallery-pixelart {
	background: url(../images/category-icons.png) 0px -213px no-repeat;
}
.category_icons.cat-video-offvideo {
	background: url(../images/category-icons.png) -71px -213px no-repeat;
}
.category_icons.cat-video-fanvideo {
	background: url(../images/category-icons.png) -142px -213px no-repeat;
}
.category_icons.cat-video-tutorials {
	background: url(../images/category-icons.png) 0px -284px no-repeat;
}
.category_icons.cat-download-patch {
	background: url(../images/category-icons.png) -71px -284px no-repeat;
}
.category_icons.cat-download-soft {
	background: url(../images/category-icons.png) -142px -284px no-repeat;
}
.category_icons.cat-download-music {
	background: url(../images/category-icons.png) 0px -355px no-repeat;
}
.category_icons.cat-download-content {
	background: url(../images/category-icons.png) -71px -355px no-repeat;
}
.category_icons.cat-download-files {
	background: url(../images/category-icons.png) -142px -355px no-repeat;
}



.category a {
	text-decoration: none;
}
.category a:hover {
	text-decoration: underline;
}
.category_description {
	margin: 0 0 0 10px;
}
.category_subcategory_quick {
	margin: 0 0 0 10px;
	font-size: 0.83em;
	font-weight: bold;
	font-style: italic;
}
.subcategory-flex {
	display: flex;
	flex-direction: row;
    align-items: stretch;
}
.subcategory_title {
	font: bold 20px Myriad Pro;
    text-align: center;
	margin: 0 auto 10px;
}
.subcategory {
	width: 30%;
	float: left;
	padding: 0 5px 15px 7px;
	text-align: left;
	font: bold 14px Tahoma;
	color: #4a4a4a;
}
.subcategory2 {
	width: 100% !important;
}
.subcategory3 {
	margin: 0 3px;
	border-bottom: 1px #ddd solid;
}
.subcategory3:hover {
	background: #dee6ed;
}
.subcategory:nth-of-type(4) {
	clear: both;
}
.subcategory a {
	text-decoration:none;
}
.subcategory ul {
	margin: 10px 0 0 5px;
}
.subcategory ul li {
	background: url(../images/plumbob.png) top left no-repeat;
	list-style: none;
	padding: 0 0 0 15px;
	margin: 3px 0 5px;
	text-align: left;
	text-decoration: underline;
}
.subcategory ul li a:hover {
	text-decoration:none;
}
.subcategory_list {
	margin: 0 auto;
	font: normal 11px Tahoma;
	color: #9caaba;
	text-decoration: none !important;
}
.subcategory ul li, .subcategory_list a, .subcategory_list2 a {
	font: normal 11px Tahoma;
}
.subcategory_list2 {
	height: auto;
	margin: 0 auto;
	font: normal 11px Tahoma;
	color: #9caaba;
	text-decoration: none !important;
}
/* END CATEGORY STYLE */


/* WIKI STYLE */
.alphabet {
	font:bold 18px Tahoma;
	text-align:center;
	background:#dee6ed;
}
.alphabet p {
	margin:1px 0;
	padding:2px 0;
}
.alphabet a {
	padding: 2px;
	text-decoration:none;
}
.alphabet a:hover {
	text-decoration:underline;
}
.wiki_description {
	text-align:justify;
}
.wiki_last_update {
	font:14px Tahoma;
	color:#ff6800;
	margin-bottom:15px;
}
.wiki_list {
	padding:0 0 0 15px;
	margin:3px 0 3px 15px;
	width:44%;
	float:left;	
}
.wiki_list_li,.wiki_list_li a {
	font:14px Tahoma;
	text-decoration:none;
}
.wiki_list_li a:hover {
	text-decoration:underline;
}
.wikitop_title {
	font:24px Tahoma;
	color:#ff6800;
}
.termin_list {
	background:url(../images/plumbob_green.png) top left no-repeat;
	list-style:none;
	padding:0 10px 0 15px;
	margin:5px 0 8px 71px;
}
/* END WIKI STYLE */


/* GALLERY STYLE */
.preview_block {
	float: left;
	min-width: 300px;
	width: 30%;
	height: 230px;
	text-align: center;
	margin: 15px 10px 15px;
}
.preview_block2 {
	height: 230px;
	width: 290px;
	padding: 5px;
	margin: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	box-shadow: 0px 0px 5px #bfbfbf;
}
.preview_block2:hover {
	box-shadow: 0px 0px 8px 1px #bfbfbf;
}
.preview_screen {
	width: 290px;
	height: 200px;
	overflow: hidden;
	border-radius: 2px 2px 1px 1px;
}
.preview_screen img {
	padding:0;
	margin:0;
	min-height: 200px;
    min-width: 100%;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.preview_screen img:hover {
	min-height: 205px;
    min-width: 103%;
}
.preview_screen_btn {
	border-radius: 0 0 3px 3px;
	margin: 0 auto;
	padding: 9px 0 8px;
	background: #e3e9ef;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.preview_screen_btn:hover {
	background:#d1dde7;
}
/* END GALLERY STYLE */


/* PREVIEW SCREEN */
.highslide-wrapper, .highslide-outline {
	background: #FFFFFF;
}
.highslide-image {
	border: 2px solid #FFFFFF;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-dimming {
	background: black;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
    text-decoration: none;
	padding: 3px;
	border: 1px solid white;
    background-color: black;
}
a.highslide-full-expand {
	background: url(../dleimages/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-footer {
	height: 11px;
}
.highslide-footer .highslide-resize {
	float: right;
	height: 12px;
	width: 11px;
	background: url(../dleimages/resize.gif);
}
.highslide-resize {
    cursor: nw-resize;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-caption {
	display: none;
	padding: 5px;
	background: white;
	text-align: center;
}
.highslide-controls {
    width: 195px;
    height: 40px;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}
.highslide-controls li {
    float: left;
    padding: 5px 0;
}
.highslide-controls a {
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    outline: none;
}
.highslide-controls a.disabled {
    cursor: default;
}
.highslide-controls a span {
    /* hide the text for these graphic buttons */
    display: none;
}
 
/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
    background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
    background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
    background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
    background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
    background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
    background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
    background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
    background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
    background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
    background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
    background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
    background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
    background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
    background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
    background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
    background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
    background-position: -180px -30px;
}
/* END PREVIEW SCREEN */


/* VIDEO STYLE */
.video-responsive1 {
	margin:0 auto;
	max-width:800px;
}
.video-responsive2 {
	position:relative;
	overflow:hidden;
	height:0;
	padding-top:10px;
	padding-bottom:57%;
}
.video-responsive2 object,.video-responsive2 embed,.video-responsive2 iframe {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
/* END VIDEO STYLE */


/* BB-CODE STYLE */
.title_spoiler {
	color: #818ab0;
	background-color: #f3f4f6; 
	border: 1px dotted #ddd;
	padding: 7px 5px 7px 5px;
	border-radius: 3px;
}
.title_spoiler img {
	margin: 0px 10px 2px 5px;
}
.text_spoiler {
	color: #4e4e4e;
	background-color: #f3f4f6; 
	border: 1px dotted #ddd;
	border-top: 0;
	text-align: justify;
	padding: 5px;
}
.quote {
	color: #818ab0;
	font-style: italic; 
	text-align: justify;
	background-color: #f3f4f6; 
	border: 1px dotted #ddd;
	padding: 10px;
	margin: 0 5px 0 0;
	border-radius: 5px;
	}
.quote img {
	margin:15px !important;
}
.scriptcode {
	color:#000000;
	font:8pt Verdana; 
	text-align:left;
	background-color:lightyellow; 
	border-width:1; 
	border-color:rgb(190,190,190); 
	border-style:dotted;
	padding:5px;
	}
.bbcodes {
	background:#FFF;
	border:1px solid #E0E0E0;
	color:#666666;
	font-family:Verdana, Tahoma, helvetica, sans-serif;
	padding:2px;
	vertical-align:middle;
	font-size:10px; 
	margin:2px;
	height:21px;
}
.editor_button {
	float:left;
	cursor:pointer;
	padding-left:2px;
	padding-right:2px;
}
.editor_buttoncl {
	float:left;
	cursor:pointer;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #BBB;
	border-right:1px solid #BBB;
}
.editbclose {
	float:right;
	cursor:pointer;
}
.editor_button select {
	font-family:tahoma;
	font-size:11px;
}
.editor_button img {margin:0; padding:0;}
.editbclose img {margin:0; padding:0;}
.editor_button_brk img {margin:0; padding:0;}
/* END BB-CODE STYLE */


/* LIKE BUTTONS */
.div_like {
	float:left;
	margin:3px -22px 0 0;
	padding:0;
}
.div_like2 {
	float:left;
	margin:0 0 0 -3px;
	padding:0;
	position: relative;
	z-index: 151;
}
#__utl_like_btn__gp___utl-buttons-1 {
	width: 70px !important;
}
/* END LIKE BUTTONS */

/* GRAMMATIC ERROR FIELDS */
.ui-dialog {
	font: bold 13px Tahoma;
	color: #5a247d;
	padding: 10px; margin:0;
	background: url(../images/informer_gradient.png) 0 0 repeat #fff;
	background: rgba(255, 255, 255, .85);
	border: 1px solid white;
	border-radius: 4px;
    -moz-box-shadow: 0px 0px 10px #61666a;
    -webkit-box-shadow: 0px 0px 10px #61666a;
    box-shadow: 0px 0px 10px #61666a;
}
.ui-icon  {
	float:right;
}
#dle-promt-text {
	max-width: 97%;
	min-width: 97%;
}
/* END GRAMMATIC ERROR FIELDS */

/* EDIT DROP MENU */
#dropmenudiv {
	font: bold 13px Tahoma;
	padding: 15px;
	margin: 0;
	min-width: 200px;
	border: 1px solid white;
	border-top: 3px #5390dc solid;
	border-radius: 2px;
	background: rgba(255, 255, 255, .95);
    -moz-box-shadow: 0px 0px 10px #61666a;
    -webkit-box-shadow: 0px 0px 10px #61666a;
    box-shadow: 0px 0px 10px #61666a;
}
#dropmenudiv a {
	float: left;
	margin: 1px 0;
}
#dropmenudiv a::before {
	content: '\f061';
	font-size: 8px;
	font-family: FontAwesome;
	margin-right: 3px;
}

/* END EDIT DROP MENU */

/* PAGE UP */
.b-top {
	z-index: 2600;
	position: fixed;
	right: 0;
	bottom: 00px;
	width: 0%;
	margin-left: 0%;
	opacity: 0.7;
	filter: alpha(opacity=50);
}
.b-top:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: pointer;
}
.b-top-but {
	z-index: 2600;
	position: absolute;
	display: block;
	font-size: 45px;
	color: #ddd;
	right: 10px;
	bottom: 10px;
	width: 60px;
	height: 60px;
	margin: 0 0 0 100%;
	padding: 5px;
	background: rgba(0, 0, 0, 0.65);
	border-radius: 100%;
	line-height: 50px;
	text-align: center;
}
.b-top-but::before {
	content: '\f106';
	font-family: FontAwesome;
}
/* END PAGE UP */