/*
	Template created by CENTROARTS.com
	© 2013 Centroarts.com
*/
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, b, 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 } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; }

body { word-wrap: break-word; }
body, select, textarea, button, input { font: 14px/1.45 Helvetica, Arial, sans-serif; color: #2a2a2a; outline: none; }

a { outline: none; color: #dc9e28; text-decoration: none; }
a:hover { text-decoration: underline; }
a img { border: 0 none; }
a > img { vertical-align: bottom; }

h1,h2,h3,h4,h5 { font-weight: normal; }
#logo-text { font-weight: bold; font-size: 39px; line-height: 43px; letter-spacing: -0.05em; }
h2, h1 { font-size: 20px; line-height: 32px; }
h3 { font-size: 22px; line-height: 26px; }
h4 { font-size: 20px; line-height: 24px; }
h5 { font-size: 16px; line-height: 20px; }

.mejs-container { max-width: 100%; }
video { max-width: 100%; }
iframe { max-width: 100%; }

textarea { overflow: auto; vertical-align: top }
input:focus { outline: none }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0 }
button[disabled], input[disabled] { cursor: default }
.btn, .bbcodes, .ui-button { font-weight: bold; display: inline-block; cursor: pointer; height: 37px; line-height: normal; margin: 0 2px; padding: 6px 20px; text-shadow: 0 -1px 0 rgba(0,0,0,0.2); color: #fff !important;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2); -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
	border: 1px solid #ca1f0c; border-width: 0 0 1px 0;
}
.btn:active, .bbcodes:active, .ui-button:active { background: #f54305; box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.2);-moz-box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.2); -webkit-box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.2) }

.btn:hover, .bbcodes:hover, .ui-button:hover { opacity: 0.85 }
.bbcodes, .ui-button { height: 30px; padding: 5px 14px }

p,dl,dd,pre,ul,ol,blockquote,address,table,fieldset { margin-bottom: 20px }

blockquote { margin-left: 20px; padding: 0 20px; font-family: Georgia, Times, serif; font-style: italic; border-left: 6px solid #d7d7d7; color: #737373 }
strong, b { font-weight: bold }
em, cite, i { font-style: italic }
caption { text-align: left }
th, td { vertical-align: middle }
small, .small { font-size: .9em }

.thd, .ui-icon, .ico:before { display: inline-block; background-image: url(../images/sprite.png); }
.thd, .ui-icon { text-align: left; overflow: hidden; text-indent: -9999px; white-space: nowrap; }
.ico:before { float: left; content: ""; width: 12px; height: 12px }

.clr { clear: both }
.clrfix:after { clear: both; content: ""; display: block; height: 0; width: 0; visibility: hidden }

/* == Template == */
#toolbar { position: relative; width: 100%; box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2); -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2); }
#toolbar, .more a {
	background-color: #353535; border-bottom: 1px solid #070707;
	background: -webkit-linear-gradient(top, #353535 0%, #222 100%); 
	background: -moz-linear-gradient(top, #353535 0%, #222 100%); 
	background: -ms-linear-gradient(top, #353535 0%, #222 100%); 
	background: -o-linear-gradient(top, #353535 0%, #222 100%);
	background: linear-gradient(top, #353535 0%, #222 100%);
}
#in-toolbar { overflow: hidden; display: block; width: 100%; height: 44px; }
	#in-toolbar a { color: #fff }

/* Top Menu */
#menu-btn { cursor: pointer; float: right; width: 17px; padding: 0 20px; height: 44px; position: relative }
	#hamburger { top: 20px; }
	#hamburger:after { bottom: -3px; }
	#hamburger:before, #hamburger:after, #hamburger { background: #fff; content: ""; display: block; height: 3px; left: 0; position: relative; width: 17px; }
	#hamburger:before { top: -6px; }

	#menu-head { display: none; }
	#menu-head.open { display: block; }
	#menu-head a { border-top: 1px solid #222; display: block; height: 1%; padding: 10px 20px; color: #fff; }
	#menu-head a:hover { background: #ee4923; text-decoration: none; }

/* Login */
#login-btn { padding: 11px 20px; font-weight: bold; float: left; cursor: pointer; }
	#login-btn:before { margin: 2px 5px 0 0; height: 14px; background-position: 0 0 }

	.wideDialog { padding-top: 45px; display: none; z-index: 99999; height: 100%; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #fff; background: rgba(255,255,255,0.9); }
	.wideDialog.open { display: block; }

	#lg-close { cursor: pointer; position: absolute; right: 0; top: 0; width: 45px; height: 45px; background-position: -30px -38px; }

#loginpane { float: left; margin-top: 41px }
	.loginbox { position: fixed !important }

	.login-form { padding: 20px; margin-top: 13%; }
	.login-form .f_input { font-size: 1.2em; padding: 8px; width: 100%; height: 44px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
	.login-form li { margin-bottom: 1em }
	.login-form li label { display: block; margin-bottom: .2em }
	.login-form a { color: #ee4923 !important; }

	.log-links { padding: 15px 0; text-align: center; }

	#usermenu { padding: 20px; }
	#usermenu a { display: block; font-size: 1.5em; color: #ee4923; }

/* = Header = */
.background { height: 35px; background: #ee4623 url(../images/bg.jpg) repeat-x; }
#header { padding: 0 20px; position: relative; }
	#header {
		background-color: #fff;
		background: -webkit-linear-gradient(top, #fff 60%, #ebebeb 100%); 
		background: -moz-linear-gradient(top, #fff 60%, #ebebeb 100%); 
		background: -ms-linear-gradient(top, #fff 60%, #ebebeb 100%); 
		background: -o-linear-gradient(top, #fff 60%, #ebebeb 100%);
		background: linear-gradient(top, #fff 60%, #ebebeb 100%);
	}

	#header, .post { border-bottom: 1px solid #d4d4d4; box-shadow: 0 4px 4px 0 rgba(0,0,0,0.1); -moz-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.1); -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.1); }

	#logo * { display: block; }
	a#logo { text-decoration: none; }
	a#logo * { cursor: pointer; }
	#logo span { font-size: 1.2em; color: #595959 }
	#logo { display: block; text-align: center; padding: 20px 0; }

/* Quick Search */
#quicksearch { display: inline; }
	.quicksearch { overflow: hidden; width: 100%; position: relative }
	.quicksearch input { padding: 6px 37px 6px 10px; width: 100%; height: 37px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box }
	.quicksearch button { cursor: pointer; width: 30px; height: 35px; margin: 1px; position: absolute; right: 0; top: 0; background-position: 0 -14px; padding: 0; background-color: transparent; border: 0 none;
		transition: background-position .4s ease; -webkit-transition: background-position .4s ease; -o-transition: background-position .4s ease; -moz-transition: background-position .4s ease;
	}
	.quicksearch button:hover { background-position: 0 -49px }

/* Go2Full */
#go2full { color: #8b8b8b; text-shadow: 0 1px 0 #fff; display: block; width: 100%; padding: 12px 0; font-size: .8em }
	#go2full:before { margin: 2px 10px 0 0; width: 31px; background-position: -12px 0 }

/* = Footer = */
#footer { text-align: center; }
	#footer .background { height: 8px; background-position: 50% 50% }
	#copyright { padding: 16px 20px; font-size: .8em }
	#copyright a, #copyright { color: #6a6a6a; }

/* FootMenu */
#footmenu { color: #fff; height: 1%; padding: 20px; background: #2d2d2d url(../images/dbg.png); }
	#footmenu h3 { margin-bottom: .6em; }
	#footmenu a { color: #fff; }
	.main-nav a { display: block; margin-bottom: 1px; height: 1%; padding: 5px 10px; background: #262626; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
	.nav-sep { display: inline-block; height: 14px }

/* = Content = */
.post { height: 1%; padding: 20px; }
	.post img { margin: 5px 0; max-width: 100%; }
	.post .title { margin-bottom: .5em; }
	.title a { color: #2a2a2a; }
	.title a:hover { color: #ee4923; }
	.post-info, .icat, .com-inf { margin: 0; font-size: .8em; color: #6a6a6a; }
	.post-info a, .icat a { font-weight: bold; color: #6a6a6a; }
	.post-info a:hover, .icat a:hover { color: #ee4923; }
	.post-info li { display: inline-block; margin-right: 1em; }
	.post-info li:before { margin: 3px 5px 0 0; }
	.post-info { margin-bottom: 5px; }
	.post-cont { margin-bottom: 20px; }

	.iauthor:before { width: 8px; height: 10px; background-position: -43px 0 }
	.idate:before { width: 10px; height: 10px; background-position: -60px 0 }
	.iviews:before { width: 10px; height: 11px; background-position: -70px 0 }
	.icat:before { position: absolute; margin: 4px 5px 0 -14px; width: 9px; height: 10px; background-position: -51px 0 }

	.icat { border-top: 1px solid #e7e7e7; position: relative; padding: 5px 0 15px 14px; }

	.com-num, .more a, .pager * { -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
	.more a { padding: 8px 20px; float: left; text-shadow: 0 -1px 0 #000; }
	.more a, a .pprev, a .pnext { color: #fff; box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2); -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
		transition: opacity .4s ease; -webkit-transition: opacity .4s ease; -o-transition: opacity .4s ease; -moz-transition: opacity .4s ease;
	}
	.more a:hover, a:hover .pprev, a:hover .pnext { text-decoration: none; opacity: .9; }

	.com-num { color: #ee4923; float: right; padding: 8px 10px; background: #f6f2ee; }
	.com-num:before { float: none; vertical-align: middle; display: inline-block; width: 13px; height: 13px; margin-right: 4px; background-position: -80px 0; }

/* Fullstory */
.fullstory { border-bottom-width: 0; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }

	.box { margin-bottom: 2em; }
	.box h3 { padding: 0 20px; margin-bottom: .6em; }
	#rel-news { border-bottom: 1px solid #e1e1e1; }
	#rel-news a { display: block; height: 1%; padding: 8px 40px 8px 20px; border-top: 1px solid #e1e1e1; position: relative; }
	#rel-news a {
		background-color: #f5f5f5;
		background: -webkit-linear-gradient(top, #f5f5f5 30%, #f0f0f0 100%); 
		background: -moz-linear-gradient(top, #f5f5f5 30%, #f0f0f0 100%); 
		background: -ms-linear-gradient(top, #f5f5f5 30%, #f0f0f0 100%); 
		background: -o-linear-gradient(top, #f5f5f5 30%, #f0f0f0 100%);
		background: linear-gradient(top, #f5f5f5 30%, #f0f0f0 100%);
	}
	#rel-news a:hover { text-decoration: none; color: #fff; }
	#rel-news a:before { position: absolute; right: 20px; top: 50%; margin-top: -6px; background-position: -54px -14px; }
	#rel-news a:hover:before { background-position: -30px -26px; }

/* Опросы */
.gr-box { text-align: center; background: #f3f3f3; padding: 20px; border-bottom: 1px dashed #dbdbdb; }
	.vtitle, .vlist { margin-bottom: .6em; }
	.vlist { background: #fff; text-align: left; width: 80%; padding: 14px; margin: 0 auto 15px auto; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
	.vfoot .btn { margin: 2px; }

/* Информационное сообщение */
.berrors { background: #fce5ba; color: #a76846; padding: 10px 20px; height: 1%; }
	.berrors a { color: #aa4e43 }
   
/* Comments */
.commentbox { margin-bottom: 0 }
.comment {  height: 1%; padding: 15px 20px; }
	.com-cont { margin-bottom: .7em }
	.comment .photo { margin-top: -2px; vertical-align: middle; width: 25px; height: 25px; -webkit-border-radius: 13px; -moz-border-radius: 13px; -o-border-radius: 13px; border-radius: 13px; }
	.com-inf .arg, .comment .photo { margin-right: 10px; }
	.fast a, .del a { margin-top: -5px; float: right; width: 30px; height: 12px; text-align: right; padding: 9px 0; }
	.fast .thd { width: 14px; height: 12px; background-position: -66px -14px; }
	.del .thd { width: 11px; height: 11px; background-position: -54px -26px; }
	.mass-check { float: right; }

	.mass_comments_action { text-align: right; border-top: 1px dashed #dbdbdb; border-bottom: 1px solid #fff; background: #f3f3f3; padding: 20px }
	.mass_comments_action *, .mass_comments_action { font-size: 11px; }

/* Pager */
.pager { padding: 20px; }
	.pager .ico:before { float: none; position: absolute; margin-top: 4px; }
	.pprev, .pnext { color: #979797; padding: 8px 10px; background: #f1f1f1; position: relative; }
	.pprev { padding-right: 30px; float: right; }
	.pnext { padding-left: 30px; float: left; }

	.pprev:before { right: 10px; background-position: -30px -14px; }
	.pnext:before { left: 10px; background-position: -42px -14px; }

	a .pprev:before { background-position: -30px -26px; }
	a .pnext:before { background-position: -42px -26px; }

	a .pprev, a .pnext { border-bottom: 1px solid #ca1f0c; }
	a .pprev, a .pnext, #rel-news a:hover, .btn, .bbcodes, .ui-button {
		background-color: #ef502b;
		background: -webkit-linear-gradient(top, #ef5633 0%, #ee4924 100%); 
		background: -moz-linear-gradient(top, #ef5633 0%, #ee4924 100%); 
		background: -ms-linear-gradient(top, #ef5633 0%, #ee4924 100%); 
		background: -o-linear-gradient(top, #ef5633 0%, #ee4924 100%);
		background: linear-gradient(top, #ef5633 0%, #ee4924 100%);
	}

/* forms */
.ux-form { border-top: 1px solid #dbdbdb; background: #f3f3f3; padding: 20px; }
	.ux-form h3 { margin-bottom: .6em; }

	.ui-form { width: 100%; overflow: hidden; }
	.ui-form li { margin-bottom: 8px; }

	#fullsearch table { margin: 0 }

.tableform { width: 100%; }
	.tableform td, .tableform th { border-top: 1px dotted #ebebeb; padding: 10px 0; text-align: left; }
		.tableform tr:first-child td, .tableform tr:first-child th { border: 0 none; }
		.tableform th, .tableform .label, .tableform .addnews { width: 25%; font-weight: normal; vertical-align: top; padding-right: 10px; padding-top: 8px; }
		.imp::after { color: #e46950; content: "*"; font-weight: bold; }
		p.label { margin-bottom: .2em; } 

	.recipient select { width: 298px; }

	.checkbox { color: #787878; padding: 4px 0; line-height: 1em; }
	.checkbox input { margin-top: -2px; vertical-align: middle; }

	/*captcha*/
	.c-captcha-box { padding: 15px; font-size: 11px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; background: #fff; }
	.c-captcha { position: relative; height: 70px; }
	.c-captcha #dle-captcha, .c-captcha .f_input { float: left; margin-right: 5px; }
	.c-captcha #dle-captcha a { display: block; clear: both; }
	.c-captcha .f_input { position: absolute; left: 125px; font-size: 20px; height: 30px; padding: 9px; width: 100px; }

textarea { resize: vertical; }
.f_wide { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; }

.fieldtr select, .f_textarea, .f_input, .xfields textarea, .xprofile textarea, .tdfield select, .lfield input, .editor input[type="text"], #category, textarea.ui-corner-all, .pm select,
.xfields input, .xprofile input, .xfields select, .xprofile select, .mass_comments_action select, .bbeditor select, .textin, select.rating { padding: 6px; background: #fff; border: 1px solid #c2c2c2;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px;
	box-shadow: inset 0 1px 2px 0 #dbdbdb, 0 1px 0 0 #fff; -moz-box-shadow: inset 0 1px 2px 0 #dbdbdb, 0 1px 0 0 #fff; -webkit-box-shadow: inset 0 1px 2px 0 #dbdbdb, 0 1px 0 0 #fff;
}
.fieldtr select:focus, .pm select:focus, .textin:focus, .f_textarea:focus, .f_input:focus, .xfields textarea:focus, .xprofile textarea:focus, .editor input[type="text"]:focus, #category:focus, textarea.ui-corner-all:focus,  .tdfield select:focus, .lfield input:focus,
.xfields input:focus, .xprofile input:focus, .xfields select:focus, .xprofile select:focus, .mass_comments_action select:focus, .bbeditor select:focus { border-color: #7c7c7c; }

.combofield { position: relative; padding-right: 120px; }
	.combofield .bbcodes { width: 110px; position: absolute; top: 0; right: 0 }

/* Статистика */
.tlist { width: 100%; }
	.tlist tr { border-top: 1px dotted #eee; }
	.tlist tr td { padding: 4px 0; }
	.tl-right { width: 20%; text-align: right; }
	.subtitle { margin-bottom: .4em }

/* Результаты опроса */
.voteprogress, .voteprogress span, .pollprogress, .pollprogress span { display: block; height: 6px }
	.voteprogress, .pollprogress { background-color: #e3e3e3; padding: 1px; margin: 2px 0 8px 0; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px }
	.voteprogress span, .pollprogress span { background: #ee4923; overflow: hidden; text-indent: -9999px; white-space: nowrap; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px }
#reputation_post{width:350px; 
    margin-left: -18px;}
.reputation_count{text-align:center; font-size: 22px;}
.reputation_positive{color:#093!important}
.reputation_general{font-weight:bold;margin:0 3px;padding:0 3px;border-left:1px solid #666666;border-right:1px solid #666666}
a.reputation_general{font-weight:normal}
.reputation_negative{color:#C30!important}
.reputation_negative:hover, .reputation_positive:hover{text-decoration:none!important}
.reputation_negative[href]:hover, .reputation_positive[href]:hover{text-decoration:underline!important}
.reputation_post_set{}
.reputation_post_set a{margin:0 0px}
.reputation_post_set a img{border:1px solid #999;padding:1px}
#reputation_set_form{}
#reputation_set_form fieldset{padding:0;margin:0;border:none}
#reputation_set_form{}
.reputation_user_block{border-collapse:collapse;border-spacing:0}
#reputation_view_popup td,#reputation_view_popup td,#reputation_view_popup tbody,#reputation_view_popup thead{margin:0;padding:0}
.set_page_reputation{font-size:10px;color:#666}
.reputation_user_block td, .reputation_user_block td{padding:3px!important}
#reputation_view_popup {height:250px;overflow:auto}
#reputation_view_popup thead td, .reputation_user_block thead td{ -moz-user-select: none;
    border-bottom: 1px solid #A5CAE4;
    border-top: 1px solid #A5CAE4;
    margin: 0;background: #e4ebf2;
	background: -moz-linear-gradient(top, #eef3f9 0%, #e6edf3 85%, #e7ebf4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eef3f9), color-stop(85%, #e6edf3), color-stop(100%, #e7ebf4));
	background: -webkit-linear-gradient(top, #eef3f9 0%, #e6edf3 85%, #e7ebf4 100%);
	background: -o-linear-gradient(top, #eef3f9 0%, #e6edf3 85%, #e7ebf4 100%);
	background: -ms-linear-gradient(top, #eef3f9 0%, #e6edf3 85%, #e7ebf4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef3f9', endColorstr='#e7ebf4', GradientType=0 );
	background: linear-gradient(top, #eef3f9 0%, #e6edf3 85%, #e7ebf4 100%)
    color: #176093;
    font-size: 11px !important;
    font-weight: normal;
     
}
.ratebox2 {
  float: right;
}

.ratebox3 {
  float: right;
  margin-right: 10px;
 
}

.ratebox ul, .ratebox ul li {
  float: left;
}

.ratebox2 ul, .ratebox2 ul li {
  float: left;
}

.ratebox3 ul, .ratebox3 ul li {
  float: left;
  list-style-type: none;
}
.exit:hover {opacity: 0.3; }
.box_in { padding: 4% 8%; }
.sociallogin {    list-style-type: none;
    margin-left: 32px;}
.fullcat
{    overflow: hidden;
    height: 20px;

}
.read-more
{
}
.commore
{
    height: 60px;
    background-color: #F5F5F5;
	    margin-top: 5px;
}
.comrepa
{padding-top: 8px;
       text-align: center;
}
.comrepa2
{padding-top: 8px;
       text-align: center;
}
.commb
{
     color: #6a6a6a;
    text-decoration: none;
    font-size: 12px;
    background: #DEDCDB;
    padding: 4px 3px 3px;
    outline: none;
    margin-left: 8px;
}
.commbut
{    position: absolute;
    padding-left: 170px;
    margin-top: -16px;
}
.input[id^="spoiler"]{
 display: none;
}
.input[id^="spoiler"] + label {
  margin: 0 auto;
  padding: 5px 20px;
  text-align: center;
  font-size: 24px;
  border-radius: 8px;
  cursor: pointer;
  transition: all .6s;
}
input[id^="spoiler"]{
 display: none;
}
input[id^="spoiler"] + label {
  margin: 0 auto;
  padding: 5px 20px;
  text-align: center;
  font-size: 24px;
  border-radius: 8px;
  cursor: pointer;
  transition: all .6s;
}
.spoiler input[id^="spoiler"] + label {
  margin: 0 auto;
  padding: 5px 20px;
  text-align: center;
  font-size: 20px;
  border-radius: 8px;
  cursor: pointer;
  transition: all .6s;
}

input[id^="spoiler"] + label::before {
   content: '►'; 
  margin-right: 5px;
  font-size:15px;
}
input[id^="spoiler"]:checked + label {
  color: #333;
  background: #ccc;
}
input[id^="spoiler"]:checked + label::before {
content: '▼';
  }
input[id^="spoiler"] ~ .spoiler {
  height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 10px auto 0; 
  padding: 10px; 
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: all .6s;
}
.spoiler input[id^="spoiler"] ~ .spoiler {
  height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 10px auto 0; 
  padding: 10px; 
  background: #e0e0e0;
  border: 1px solid #22333a61;
  border-radius: 8px;
  transition: all .6s;
}
input[id^="spoiler"]:checked + label + .spoiler{
  height: auto;
  opacity: 1;
  padding: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  details {
    max-height: none;
  }
  details summary ~ * {
    max-height: 0;
    overflow: hidden;
    position: absolute;
  }
  details summary:focus {
    color: #d06c6c;
  }
  details summary:focus::before {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }
  details summary:focus ~ * {
    max-height: 200em;
    position: static;
    opacity: 1;
  }
}
@supports (-ms-ime-align: auto) {
  details {
    max-height: none;
  }
  details summary ~ * {
    max-height: 0;
    overflow: hidden;
    position: absolute;
  }
  details summary:focus {
    color: #d06c6c;
  }
  details summary:focus::before {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
  }
  details summary:focus ~ * {
    max-height: 200em;
    position: static;
    opacity: 1;
  }
}
.category-menu__name {
	display: inline-block;
	float: left;
	width: 90px;
	text-align: right;
	margin-top: 5px;
}
.category-menu__links {
	padding-left: 100px;
}
.category-menu__links a {
	padding: 1px 6px;
	margin-right: 2px;
	margin-top: 5px;
	display: inline-block;
}
.category-menu__links a.active {
	background: #2e7a00;
	color: #FFF;
}
.dtitle{line-height: 1.4; text-align:center;}
.dtitle h2{color: #085294; font-size: 23px;}
.dtitle h2::before {display: inline-block; font-family: 'FontAwesome';content: '\01F4BE';padding: 0px 10px 0px 0px;}
.dtitle a[href*="/?do=cursehref&newsid="] {text-decoration:none; font-size: 16px!important;}
.dtitle a[href*="/?do=cursehref&newsid="]:hover {text-decoration:underline!important;}
.install {line-height: 1.4;}
.install h2{color: #085294; font-size: 20px;}
.install h2::before {display: inline-block; font-family: 'FontAwesome';content: '\002699';padding: 0px 10px 0px 0px;}
.install a {text-decoration:none;}
.install a:hover {text-decoration:underline}
.install a::after {display: inline-block; content: ""; width: 13px; height: 13px; background: url('../images/sprite-icons9.png') no-repeat;margin-left: 1px;vertical-align: middle;}
.install a::after {display:none;}
.install a[href*="/797-minecraft-forge.html"]::after {background-position: 0 -19px; width:13px;display: inline-block;margin-left:3px;}
.install a[href*="/54974-fabric-mod-loader-mod-yadro-dlya-114.html"]::after {background-position: 0 -36px; width:13px;display: inline-block;margin-left:3px;}
.install a[href*="/mody-minecraft/27907-liteloader.html"]::after {background-position: 0 -55px; width:13px;display: inline-block;margin-left:3px;}
.install a[href*="/2583-optifine-hd-fps.html"]::after {background-position: 0 -71px; width:13px;display: inline-block;margin-left:3px;}
.install a[href*="/24750-ustanovka-modov-minecraft-16.html"],
.install a[href*="/8699-shaders-install.html"],
.install a[href*="/52013-map-install.html"],
.install a[href*="/51956-texture-install.html"] {font-size: 13px; padding: 5px; border: 1px solid; margin-left: 20px; opacity: 0.5;color: #085294;}
.install a[href*="/24750-ustanovka-modov-minecraft-16.html"]:hover,
.install a[href*="/52013-map-install.html"]:hover,
.install a[href*="/8699-shaders-install.html"]:hover,
.install a[href*="/51956-texture-install.html"]:hover {opacity:1;text-decoration:none;}
.install a[href*="/24750-ustanovka-modov-minecraft-16.html"]::after,
.install a[href*="/52013-map-install.html"]::after,
.install a[href*="/8699-shaders-install.html"]::after,
.install a[href*="/51956-texture-install.html"]::after {display: inline-block; font-family: 'FontAwesome';content: '\01F50D';padding: 0px 5px 0px 5px;height: auto; font-size: 20px;background: none;}
.install a[href*="/61120-where-is-minecraft-folder.html"] {border-bottom: 1px dashed #085294;}
.install a[href*="/61120-where-is-minecraft-folder.html"]:hover {border-bottom: 1px solid #085294;text-decoration:none;}

.downcouple {
	display: flex;
	
}
.downleft {
	align-self: center;
	font-size: 14pt;
}
.downright {
	padding-left:5px;
	font-size: 14px;
}
.textdesc {
	border-bottom: 1px dashed grey; 
	padding-bottom: 0.8px; 
	cursor: help;
}
.filedesc {
	font-size: 12px;
	margin-top: -2px;
	display: block; 
	margin-bottom: -13px;
	margin-left: 2px;
	opacity: 0.7;
}
.filedesc a::after {
    display: inline-block;
    content: "";
    width: 13px;
    height: 13px;
    background: url('../images/sprite-icons9.png') no-repeat;
    margin-left: 1px;
    vertical-align: middle;
}
.filedesc::before {
	content: "\21B3";
	padding-right: 3px;
	opacity: 0.7;
}
.filedesc a::after {
    display:none;
}
.filedesc a[href*="/mody-minecraft/797-minecraft-forge.html"]::after {
    background-position: 0 -19px; 
    width:13px;
	display: inline-block;
	margin-left:1px;
}
.filedesc a[href*="/mody-minecraft/54974-fabric-mod-loader-mod-yadro-dlya-114.html"]::after {
    background-position: 0 -36px;
	display: inline-block;
}
.filedesc a[href*="/mody-minecraft/27907-liteloader.html"]::after {
    background-position: 0 -55px;
	display: inline-block;
}
.filedesc a[href*="/2583-optifine-hd-fps.html"]::after {
    background-position: 0 -71px;
	display: inline-block;
}
.dtitle{line-height: 1.4; text-align:center;}
.dtitle h2{color: #085294; font-size: 23px;}
.dtitle h2::before {display: inline-block; font-family: 'FontAwesome';content: '\f019';padding: 0px 10px 0px 0px;}
.dtitle a[href*="/?do=cursehref&newsid="] {text-decoration:none; font-size: 16px!important;}
.dtitle a[href*="/?do=cursehref&newsid="]:hover {text-decoration:underline!important;}
.version-switcher {
    padding: 4px 0 18px 0;
    margin: 4px 0;
	font-size: 13px;
}
.news__downloads_title {
	margin-top: 20px;
}
.news__downloads_title h2 {
	color: #085294;
    font-size: 23px;
    padding: 10px 0px;
}
.news__downloads {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: grid;
    grid-template-columns: repeat(7,minmax(0,1fr));
    align-items: center;
    grid-gap: 0.5rem;
    gap: 0.5rem;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: #EAF0F3;
    padding: 0.25rem;
    font-weight: 600;
}
.news__downloads_content br {
	display: none; 
}


.news__downloads .downloads__title {
    grid-column: span 1/span 1;
    text-align: center;
    font-size: 0.6rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: #608AA5;
}
.news__downloads .downloads__title p {
    margin: 0;
} 
.news__downloads .downloads__items {
    grid-column: span 6/span 6;
    display: flex;
    flex-direction: column;
}
.news__downloads .downloads__items .downloads__item {
    margin: 0.25rem;
    display: grid;
    grid-template-columns: repeat(8,minmax(0,1fr));
    justify-items: start;
    grid-gap: 0.5rem;
    gap: 0.5rem;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: #D1DDE5;
    padding: 0.5rem;
	overflow: auto;
}
.news__downloads .downloads__items .downloads__item>a {
	text-decoration: none;
    color: rgba(45,66,79,1);
    font-size: 14px;
	padding: 0px 0px 0 3px;
}
.news__downloads .downloads__items .downloads__item>a:hover {
	text-decoration: none;
    color: rgba(45,66,79,.8);
}
.news__downloads .downloads__items .downloads__item .downloads__type {
    grid-column: span 1/span 1;
    margin-right: 0.25rem;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgba(45,66,79,1);
    padding: 0.075rem 0.25rem;
    text-align: center;
    font-size: .6rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(234,240,243,1);
}
.news__downloads .downloads__items .downloads__item .downloads__type--Forge {
    --tw-bg-opacity: 1;
    background-color: rgba(8,145,178);
    --tw-text-opacity: 1;
    color: white;
	
}
.news__downloads .downloads__items .downloads__item .downloads__type--Fabric a, .news__downloads .downloads__items .downloads__item .downloads__type--Forge a {
    --tw-text-opacity: 1;
    color: white;
	text-decoration: none;
}
.news__downloads .downloads__items .downloads__item .downloads__type--Fabric {
    background-color: rgba(37,99,235,.8);
    --tw-text-opacity: 1;
    color: white;
}
.news__downloads .downloads__items .downloads__item .downloads__type--other {
    background-color: rgba(45,66,79,.8);
    --tw-text-opacity: 1;
    color: white;
}
.news__downloads .downloads__items .downloads__item .downloads__type--Fabric a, .news__downloads .downloads__items .downloads__item .downloads__type--Forge a {
    --tw-text-opacity: 1;
    color: white;
	text-decoration: none;
}
.news__downloads .downloads__items .downloads__item .attachment, .news__downloads .downloads__items .downloads__item .attachment a {
	display: grid;
	grid-column: span 7/span 7;
    width: 100%;
    font-size: 0.75rem;
    line-height: 0.5rem;
    --tw-text-opacity: 1;
    color: #2D424F;
	text-decoration: none;
	padding: 0px 0px 0 3px;
}
.news__downloads .downloads__items .downloads__item .attachment, .news__downloads .downloads__items .downloads__item .attachment a:hover {
	color: rgba(100,116,139,.8);
}
.news__downloads .downloads__items .downloads__item .downloads__deps {
    grid-column: span 8/span 8;
    display: inline-block;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: #46677D;
    padding: 0.25rem 0.5rem;
    font-size: .75rem;
    line-height: .75rem;
    --tw-text-opacity: 1;
    color: white;
	margin: 0;
	font-weight: 500;
}
.news__downloads .downloads__items .downloads__item .downloads__deps a {
    --tw-text-opacity: 1;
    color: rgba(255,255,255);
    text-decoration-line: underline;
	font-weight: 600;
}
.news__downloads .downloads__items .downloads__item .downloads__deps a:hover {
    --tw-text-opacity: 1;
    color: rgb(211 211 211);
}
.news__downloads .downloads__title .downloads__sub {
	font-size: 0.5rem;
    font-weight: 600;
    color: #abaaab;
}