/*радиокнопки*/
.radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}
.radio + label {
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer;
}
.radio + label:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #CDD1DA;
  border-radius: 50%;
  background: #FFF;
}
.radio + label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #9FD468;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
  opacity: 0;
  transition: .2s;
}
.radio:checked + label:after {
  opacity: 1;
}
.radio:focus + label:before {
  box-shadow: 0 0 0 3px rgba(255,255,0,.7);
}

/*чекбоксы*/

.left-inline{
display: inline-block;
float: left;
}

.right-inline {
display: inline-block;
float: right;
}

/*чекбоксы*/
.table_aws{
	position:relative;
	display: inline-block;
	height:20px;
	width:20px;
	margin-right: 15px;
}

.bg_post1:before {
content:' ';
	display:block;
	height:20px;
	width:20px;
	position:absolute;
	top: 50%;
	margin-top: -10px;
	background-color:#FFF;
}

.bg_post2:before {
content:' ';
	display:block;
	height:20px;
	width:20px;
	position:absolute;
	top: 50%;
	margin-top: -10px;
background-color:#FFFAF0;
}

.checkbox__label:before {
	content:' ';
	display:block;
	height:20px;
	width:20px;
	position:absolute;
	top: 50%;
	margin-top: -10px;
}

.checkbox__label:after {
	content:' ';
	display:block;
	height:16px;
	width:16px;
	border: 2px solid rgba(204,204,189,0.5);
	transition:200ms;
	position:absolute;
	transition:100ms ease-in-out;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	top: 50%;
	margin-top: -8px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}

.checkbox__input:checked ~ .checkbox__label:after{border-top-style:none;border-right-style:none;-ms-transform:rotate(-45deg);transform:rotate(-45deg);height:10px;border-color: red;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
 }

.checkbox-transform{font-size: 12px;color: #666;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.checkbox__label:after:hover,.checkbox__label:after:active{border-color: red}

/*кнопки*/

.aws_btn {
	font-size: 12px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin: 1px 2px;
	padding: 2px 3px;
	border: none;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	color: #987D6B;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
-webkit-box-shadow:  inset 1px 1px 1px rgba(255,250,205, 0.5), inset 0 -1px 0px rgba(204,204,189, 0.2), 0 1px 2px 0 rgba(183,180,165, 0.3), 0 1px 2px 0 rgba(182,177,62, 0.3), 0 0 0 1px #F9F7E0;
	-box-shadow:  inset 1px 1px 1px rgba(255,250,205, 0.5), inset 0 -1px 0px rgba(204,204,189, 0.2), 0 1px 2px 0 rgba(183,180,165, 0.3), 0 1px 2px 0 rgba(182,177,62, 0.3), 0 0 0 1px #F9F7E0;
	box-shadow: inset 1px 1px 1px rgba(255,250,205, 0.5), inset 0 -1px 0px rgba(204,204,189, 0.2), 0 1px 2px 0 rgba(183,180,165, 0.3), 0 1px 2px 0 rgba(182,177,62, 0.3), 0 0 0 1px #F9F7E0;

	text-shadow: 2px -2px 2px rgba(219,232,237, 0.6);

	background-image: -webkit-gradient(rgba(236,235,231, 0.5), rgba(250,235,215, 0.5));
	background-image: -webkit-linear-gradient(rgba(236,235,231, 0.5), rgba(250,235,215, 0.5));
	background-image: -moz-linear-gradient(rgba(236,235,231, 0.5), rgba(250,235,215, 0.5));
	background-image: -o-linear-gradient(rgba(236,235,231, 0.5), rgba(250,235,215, 0.5));
	background-image: linear-gradient(rgba(236,235,231, 0.5), rgba(250,235,215, 0.5));
}

/*при наведении*/
.aws_btn:hover
{
	color: #513B26;
	background: -webkit-linear-gradient(top, #FAEDDB, #FEFBF7);
	background: -moz-linear-gradient(top, #FAEDDB, #FEFBF7);
	background: -o-linear-gradient(top, #FAEDDB, #FEFBF7);
	background: -ms-linear-gradient(top, #FAEDDB, #FEFBF7);
	background: linear-gradient(top, #FAEDDB, #FEFBF7);
}

.aws_btn_red:hover
{
	color: #990000;
}

/*при нажатии*/

.aws_btn:active
{
	color: #192E3F;
}

.aws_btn_big {
	font-size: 14px;
	font-weight:700;
	margin: 6px 8px;
	padding: 6px 8px;
}

.vot_left{
position: absolute;
top: 5px;
right: 10px;
font-size:25px;
}

.vot_right{
position: absolute;
top: -5px;
left: 10px;
font-size:40px;
}

.gray_50 {color: rgba(128, 128, 128, 0.5);}
.gray_80 {color: rgba(128, 128, 128, 0.8);}
.green_50 {color: rgba(0, 128, 0, 0.5);}
.green_80 {color: rgba(0, 128, 0, 0.8);}
.red_50 {color: rgba(255, 0, 0, 0.5);}
.red_80 {color: rgba(255, 0, 0, 0.8);}

.red_only {
color: #C50606;
}

.small_nolink {
font-size:10px;
color: #C50606;
}

.small_nolink:hover  {
color: #C50606;
text-decoration:none;
 } 


.gray_only {
color:gray !important;
 }

/*aws btn end*/

.for-nav { /*форумная навигация и Member-bar*/
	display: table;
	border-collapse: collapse;
	width: 100%;
	/*margin-left: -30px;
	margin-right: -30px;*/
}

.for-nav-TableBody {
	display: table-row-group;
}

.for-nav-Tablecell-right {
	display: table-cell;
	text-align: right;
	float: right;
}

.for-nav-Tablecell-left {
	display: table-cell;
	text-align: left;
}

.quickScroll-toTop,
.quickScroll-toBottom {
  background: rgba(43, 43, 43, 0.4);
  color: white;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  display: block;
  margin-right: 1px;
  margin-top: 4px;
}
.quickScroll-container {
    position: fixed;
    left: 8px;
    bottom: 25px;
}


/*бредкрамбы старт*/
#breadcrumb {
  list-style: none;
  display: inline-block;
}
#breadcrumb .icon {
  font-size: 14px;
}
#breadcrumb li {
  float: left;
  margin-top:10px;
  margin-left:20px;
}

#breadcrumb li a {
  color: #444444;
  display: block;
  background: #DDCFAF;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 5px;
}
#breadcrumb li:nth-child(even) a {
  background-color: #DDCFAF;
}
#breadcrumb li:nth-child(even) a:before {
  border-color: #DDCFAF;
  border-left-color: transparent;
}
#breadcrumb li:nth-child(even) a:after {
  border-left-color: #DDCFAF;
}
#breadcrumb li:first-child a {
  padding-left: 15px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
  margin-left:-20px;
}
#breadcrumb li:first-child a:before {
  border: none;
}
#breadcrumb li:last-child a {
  padding-right: 15px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}
#breadcrumb li:last-child a:after {
  border: none;
}
#breadcrumb li a:before, #breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #DDCFAF;
  border-width: 20px 10px;
  width: 0;
  height: 0;
}
#breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent;
}
#breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #DDCFAF;
}
#breadcrumb li a:hover {
  background-color: #DDCFAF;
  color: #8B4513;
}
#breadcrumb li a:hover:before {
  border-color: #DDCFAF;
  border-left-color: transparent;
}
#breadcrumb li a:hover:after {
  border-left-color: #DDCFAF;
}
#breadcrumb li a:active {
  background-color: #DDCFAF;
}
#breadcrumb li a:active:before {
  border-color: #DDCFAF;
  border-left-color: transparent;
}
#breadcrumb li a:active:after {
  border-left-color: #DDCFAF;
}
/*бредкрамбы энд*/


@media (max-width: 1024px) { /*убираем топики и темы если разрешение менее 1024px*/
	
}

@media (max-width: 768px) { /*убираем ещё и иконки если разрешение менее 768px*/
}

.page_nav {
	font-size: 12px;
    border: 1px solid #FFFACD;
    background: #FAEBD7;
    display: inline;
    text-decoration: none;
    padding: 4px 10px;
	margin-left: 7px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.quickScroll-toTop:hover, .quickScroll-toTop.active,
.quickScroll-toBottom:hover,
.quickScroll-toBottom.active {
  color: white;
  background: rgba(0, 0, 0, 0.5);
}

.quickScroll-toTop:focus,
.quickScroll-toBottom:focus {
  color: white;
}

/*форма ответа*/
/*разделители между кнопками*/
.bbcode-section
{
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.st-editor__box .bbcode-section button {
  border-radius: 0;
  float: left;
}

.bbcode-section button:first-child {
  border-radius: 2px 0 0 2px;
}

.bbcode-section button:last-child {
  margin: 0;
  border-radius: 0 2px 2px 0;
}

/*смайлы*/

#smiley-box {
  display: none;
  padding-bottom: 15px;
}

/*форумные div*/

.Content_Table {
	display: table;
	border-collapse: collapse;
	width: 100%;
	/*margin-left: -30px;
	margin-right: -30px;*/
	border-right: 1px solid #c1c1c1;
	border-left: 1px solid #c1c1c1;
}

.Content_TableBody {
	display: table-row-group;
}

.header_category_table { /*шапка подкатегории*/
	display: table;
	border-collapse: collapse;
	width: 100%;
}

.header_category_body {
	display: table-row-group;
}

.header_category { 
	display: table-row;
	color: #fff;
	padding: 7px 12px;
	min-height: 20px;
	background-color: #BBB4AB;
	font-size: 12px;
	border-radius: 5px 5px 0px 0px;
}

.header_category a:link, .header_category a:visited, .header_category a:active {
	text-decoration: none; color: #484C54;
}

.header_category a:hover {
	text-decoration: underline; color: #2d4a65;
}

.cat_full_string0 { /*строка подкатегории в целом*/
	display: table-row;
	padding: 0px;
	background-color: #FFF;
	border-bottom: 1px solid #CFA05C;
}

.cat_full_string1 { 	/*строка подкатегории в целом*/
	display: table-row;
	/*width: 100%;*/
	padding: 0px;
	background-color: #FFFAF0;/*#f0f0f0;*/
	text-align: justify;
	border-bottom: 1px solid #CFA05C;
}

.cat_full_string_hl_0 { /*при наведении мыши*/
	display: table-row;
	padding: 0px;
	background-color: #F2F2F2;
	border-bottom: 1px solid #CFA05C;
}

.cat_full_string_hl_1 { 	/*строка подкатегории в целом*/
	display: table-row;
	padding: 0px;
	background-color: #F2F2F2;
	text-align: justify;
	border-bottom: 1px solid #CFA05C;
}

.cat_full_string_arc { 	/*строка подкатегории в целом*/
	padding: 7px 0px;
	background-color: #E2DFDF;
	border-right: 1px solid #c1c1c1;
	border-left: 1px solid #c1c1c1;
	text-align: justify;
	display: table-row;
	border-bottom: 1px solid #CFA05C;
}

.header_cat_icon {  /* шапка подкатегории  - "заглушка иконки"*/
	display: table-cell;
	text-align: left;
	width: 6%;
	border-radius: 5px 0px 0px 0px;
}

.cat_icon {
	text-align: left;
	vertical-align: top;
	display: table-cell;
	width: 6%;
	padding: 4px;  /* от верхнего, правого, нижнего и левого края.*/
}


.header_cat_title {  /* шапка подкатегории  - "Форум"*/
	/*float: left;*/
	display: table-cell;
	text-align: left;
	width: 55%;
	color: #555;
	padding: 4px 0px;
}

.cat_forum_info { /*содержимое строки "Форум" подкатегории*/
	font-size: 13px;
	line-height: 17px;
	color: #777;
	width: 55%;
	display: table-cell;
	padding: 4px;
}

.cat_title {  /*заголовок форума*/
	font-size: 14px;
	line-height: 16px;
	padding: 0px 0px 4px 0px;
	font-weight: 700;
	display: inline-block;
	
}

.cat_title2 {  /*заголовок форума*/
	display: inline-block;
}

.cat_description {display: block;}

/*содержимое строки "Форум" подкатегории end*/

.header_cat_stat_topics {    /* шапка подкатегории  - "Тем"*/
	display: table-cell;
	text-align: center;
	width: 5%;
	color: #555;
	padding: 4px 0px;
}

.cat_stat_info_topics { /*содержимое строки "тем" подкатегории*/
	display: table-cell;
	text-align: center;
	vertical-align: top;
	width: 5%;
	font-size: 12px;
	padding: 15px 0px;
	background-color: #eddcc7;
}

.cat_stat_info_topics_arc { /*Для архивов*/
	display: table-cell;
	text-align: center;
	vertical-align: top;
	width: 5%;
	font-size: 12px;
	padding: 15px 0px;
	background-color: #E2DFDF;
}

.header_cat_stat_replies {  /* шапка подкатегории  - "Ответов"*/
	display: table-cell;
	text-align: center;
	width: 7%;
	color: #555;
	padding: 4px 0px;
}

.cat_stat_info_posts { /*содержимое строки "Ответов" подкатегории*/
	display: table-cell;
	text-align: center;
	padding: 15px 0px;
	vertical-align: top;
	width: 7%;
	font-size: 12px;
	background-color: #FAEBD7;
}

.cat_stat_info_posts_arc { /*содержимое строки "Ответов" подкатегории*/
	display: table-cell;
	text-align: center;
	padding: 15px 0px;
	vertical-align: top;
	width: 7%;
	font-size: 12px;
	background-color: #E2DFDF;
}

.cat_last_info_in_description {display: none;}

.header_cat_last_info { /* шапка подкатегории  - Обновления*/
	padding: 4px 0px;
	display: table-cell;
	text-align: center;
	width: 27%;
	color: #555;
	border-radius: 0px 5px 0px 0px;
}

.cat_last_info  /*содержимое Обновления*/
{
	display: table-cell;
	/*float: right;*/
	/*padding: 4px;*/
	width: 27%;
	text-valign: top;
	line-height: 20px;
}

.cat_last_info i { /*стиль FA icons Обновлений*/
	color: #919EA0;
	font-size: 12px;
	padding-left: 4px;
}

.my_time_flies { /*стиль FA icons Время*/
	display: inline-block;
	/*float: left;*/
	padding-left: 4px;
	padding-right: 0px;
	font-size: 12px;
}

.my_time_flies i { /*стиль FA icons Время*/
	color: green; /*#304b81;*/
}

.my_time_flies_old { /*стиль FA icons Время*/
	display: inline-block;
	font-size: 12px;
		/*float: left;*/
}

.my_time_flies_old i { /*стиль FA icons Время*/

}

.last_poster_style {
		font-size: 12px;
		display: inline-block;
		/*float: left;*/
		/*padding-left: 4px;*/
}


.last_poster_style a {
		font-size: 12px;
}

.end_spacer_cat_row { /*завершение списка форумов)*/
	border-bottom: 1px solid #c1c1c1;
	min-height: 5px;
	background-color: #c1c1c1;
	border-radius: 0px 0px 4px 4px;
	display: table-row;
}

.end_spacer_cat { /*завершение списка форумов)*/
	border-bottom: 1px solid #c1c1c1;
	min-height: 5px;
	background-color: #c1c1c1;
	border-radius: 0px 0px 4px 4px;
	display: table-row;
}

@media (max-width: 1024px) { /*убираем топики и темы если разрешение менее 1024px*/
	.cat_stat_info_topics, .header_cat_stat_topics { display: none; } /*топики -7%*/
	.header_cat_stat_replies, .cat_stat_info_posts { display: none; } /*темы -5%*/
	.cat_forum_info, .header_cat_title { width: 57%; } /*было 52 +5 инфо о форуме*/
	.header_cat_last_info, .cat_last_info {  width: 34%; } /*было 27+3 обновления*/
	.header_cat_icon, .cat_icon { width: 9%; } /*Иконки было 6% +3 обновления*/
	
}

@media (max-width: 768px) { /*убираем ещё и иконки если разрешение менее 768px*/
	.header_cat_icon, .cat_icon { display: none; } /*иконки - 9%*/
	.cat_forum_info, .header_cat_title { padding: 10px 4px; width: 100%; } /*было 52 +5 инфо о форуме*/
	.header_cat_last_info, .cat_last_info {  display: none;  } /*было 27+3 обновления*/
	.cat_last_info_in_description {display: block; padding 4px; float: right; line-height: 20px; }
	.cat_last_info_in_description i { color: #B6C6C9; font-size: 12px; padding: 4px; }
	.header_cat_title {  display: none;  } 
}

@media (max-width: 480px) { /*убираем ещё и иконки если разрешение менее 768px*/
	.cat_description {display: none;}	
}

.wpforo-forum-title a:link, .wpforo-forum-title  a:visited, .wpforo-forum-title  a:active,
.wpforo-last-topic-title a:link, .wpforo-last-topic-title a:visited, .wpforo-last-topic-title a:active,
.wpforo-last-topic-user a:link, .wpforo-last-topic-user a:visited, .wpforo-last-topic-user a:active
{
	text-decoration: none; color: #32576d;
}

.wpforo-forum-title a:hover,
.wpforo-last-topic-title a:hover,
.wpforo-last-topic-user a:hover
{
	text-decoration: underline; color: #557b91;
}

.wpforo-forum-footer
{
	font-size: 11px;
	color: #777;
}

.wpfcl
{
	color: #777!important;
}

.wpforo-subforum
{
	margin-top: 5px;
	padding: 5px 0 6px;
}
.wpforo-subforum ul
{
	font-size: 14px;
	padding-left: 0;
}
.wpforo-subforum li
{
	float: left;
	margin-right: 10px;
	padding-left: 0;
}

.wpforo-last-topic-title
{
	cursor: default;
	float: left;
	font-size: 13px;
	display: inline-block;
	padding-right: 7px;
	font-weight: 600;
}

.wpforo-last-topic-user
{
	float: right;
	padding: 0 5px 0 10px;
	text-align: left;
	width: 130px;
}

.wpforo-last-topic-date
{
	float: right;
	text-align: right;
	width: 110px;
}

.wpf-clear {
    clear: both;
    height: 0;
    line-height: 0;
}

.wpforo-last-topics-tab
{
	float: left;
	font-size: 16px;
	padding: 0;
	text-align: center;
	width: 7%;
	color: #555;
}

.wpforo-last-topics-list
{
	float: right;
	font-size: 12px;
	min-height: 28px;
	padding: 4px 0;
	text-align: left;
	width: 93%;
	border-bottom: #ccc 0 solid;
	color: #555;
}

.wpforo-last-topics-list ul
{
	font-size: 12px;
	list-style: none;
	padding-left: 0;
}

.wpforo-last-topics-list li
{
	padding-bottom: 0;
	vertical-align: bottom;
}

.copyright { font-size: 7px; font-size: 0.5rem; line-height: 7px;  line-height: 0.5rem; }

.edit {font-size: 11px; font-style: italic;}

.codebuttons {
    background-color: #FFFFF0 !important;
    border-bottom: #4682B4 2px solid !important;
    border-right: #4682B4 2px solid !important;
    border-left: #B0C4DE 2px solid !important;
    border-top: #B0C4DE 2px solid !important;
    color: #4169E1 !important;
    font-family: verdana, arial, helvetica, sans-serif, tahoma !important;
    font-size: 12px !important;
    font-style: italic !important;
    background-image: url(style_images/1/bg2.png) !important;;
}

forminput:before {
  font-family: 'entypo', sans-serif;
  color: white;
  position: absolute;
  right: 40px;
  font-size: 2em;
  top: 25%;
  z-index: 10;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*Qlogin*/
.login_text {
	color: #131313;
	font-size: 12px;
	display: inline-block;
}

.login-field input[type=text]:focus, .login-field input[type=password]:focus
{
	background-color: #feffe5;
	box-shadow: 0 0 10px 0 #ccc;
	display: inline-block;
}

.login-field
{
	display: inline-block;
}

.login-field-icon /**/
{
	font-size: 12px;
	display: inline-block;
	position: absolute;
	top: 9px;
	left: 6px;
	color: #999;
}

.login-field-wrap{
	text-align: center;
	font-size: 12px;
	left: 14px;
	top: 0px;
	position: relative;
	width: 100%;
}

.login-field-wrap input[type=text], .login-field-wrap input[type=password]
{
	font-size: 12px;
	padding: 3px 3px 3px 28px;
	display: inline-block;
}

.login-show-password
{
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 12px;
	color: #999;
}

.login_button {
  width: 70px;
  height: 25px;
  background: linear-gradient(to bottom, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.2) 100%); /* W3C */
  border: none;
  border-radius: 3px;
  position: relative;
  border-bottom: 1px solid #999;
  color: #444444;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  box-shadow: 0px 2px 0px 0px rgba(0,0,0,.2);
  cursor: pointer;
}
.login_button:active {
  box-shadow: 0px 1px 0px 0px rgba(0,0,0,.2) !important;
  top: 1px !important;
}

.login_button:hover
{
	background: rgba(225,225,225,0.4);
	box-shadow: 0 0 2px 2px rgba(229,255,222,0.4);
	-moz-box-shadow: 0 0 2px 2px rgba(229,255,222,0.4);
	-webkit-box-shadow: 0 0 2px 2px rgba(229,255,222,0.4);
	color: #433E13;
}

.login-wrap
{
	background-color: #eee;
	margin: 0 auto;
	min-width: 400px;
	text-align: center;
	width: 50%;
}
/*Qlogin end*/

/*Page-login*/


#login-big {
	border-top: 2px solid #DCDCDC;
	margin-top: 20px;
	padding-top: 40px;
	margin-left: -42px;
	margin-right: -42px;
	margin-bottom: 0px;
	}


#login-big h3
{
	font-size: 18px;
	margin: -10px 0 22px;
	padding: 0;
	text-align: center;
}

#login-big .login_text {
	color: #131313;
	font-size: 18px;
}

#login-big .login-field-icon
{
	font-size: 16px;
}

#login-big {padding-bottom: 10px;}

#login-big input.login_text {width: 700px;}

#login-big .login-field-wrap {text-align: center;}


#login-big .login_button
{
  width: 100px;
  height: 40px;
  font-size: 16px;
}

#login-big .login-field-wrap input[type=text], #login-big .login-field-wrap input[type=password]
{
	padding: 5px 5px 5px 35px;
}
/*Page-login end*/

#qrform .login_button {
  width: auto;
}

.qrformspace {
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 30px;
  padding-bottom: 5px;
  text-align: left;
}


#qrform h3 {
	font-size: 16px;
	font-weight: 400;
	padding: 10px;
	text-align: left;
}

#qrform .dropbuttons
{
	color: gray;
	padding: 1px;
	margin: 3px;
}

#qrform .dropbutton_pers
{
	color: gray;
}

#qrform, #qrbig {
	background-color: #FFFAF0; 
}


#qrfield {
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 30px;
  padding-bottom: 2px;
  background-color: #FFFAF0;
  
}

#qrfield textarea
{
	border: 1px solid #ccc;
	min-height: 150px;
	overflow: hidden;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	outline: none;
}

#qrfield textarea:focus {
	box-shadow: 0 0 0 0.2rem rgba(139, 195, 74, .25);
}

#qrbig .login_text {
	color: #131313;
	font-size: 18px;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

#qrbig .login_button
{
  width: 220px;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
}

#qrbig input[type="submit"]
{
  width: 150px;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  color: gray;
  background: linear-gradient(to bottom, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.2) 100%); /* W3C */
  border: none;
  border-radius: 3px;
  position: relative;
  border-bottom: 1px solid #999;
  color: #444444;
  text-align: center;
  box-shadow: 0px 2px 0px 0px rgba(0,0,0,.2);
  cursor: pointer;
}


#qrbig input[type="submit"]:hover {
  box-shadow: 0px 1px 0px 0px rgba(0,0,0,.2) !important;
  top: 1px !important;
}

.btnforum_blue {
font-size: 14px !important;
font-size: 1rem !important;
font-weight:500 !important;
text-align:center !important;
text-decoration:none !important;
text-shadow:none !important;
white-space:nowrap !important;
display:inline-block !important;
vertical-align:middle !important;
border-radius: 5px !important;
background-color: #CCD9FF !important; /*CBD900*/
color: #000000 !important;
background-image: none !important;
border: 2px solid #C6C6D2  !important;
padding: 7px !important;
}

.btnforum_green
{
font-size: 14px !important;
font-size: 1rem !important;
font-weight:500 !important;
text-align:center !important;
text-decoration:none !important;
text-shadow:none !important;
white-space:nowrap !important;
display:inline-block !important;
vertical-align:middle !important;
border-radius: 5px !important;
background-color: #CBD900 !important; /*CBD900*/
color: #000000 !important;
background-image: none !important;
border: 2px solid #C6C6D2  !important;
padding: 7px !important;
}

.forminput2 {
	margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  
  
  border: none !important;
  outline: none !important;
  background-color: #40B0F9 !important;
  letter-spacing: 1px !important;
  color: white !important;
  font-weight: normal !important;

  position: relative !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  font-size: 1.4em !important;
  text-align: left !important;
  padding: 2em 5.5em !important;
  
  @media (max-width: 600px) {
    padding: 1.5em 2.5em;
    font-size: 1em;
  }
  &:hover{
	  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
  
    cursor: pointer;
  }
  &:after {
	  
	  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
  
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    width: 20%;
    background-color: #53bafd;
    transition: width 0.7s;
    @media (max-width: 600px) {
      width: 30%;
    }
  }
}

.forminput2:hover:after {
   transition: width 0.7s !important;
   width: 140px !important;
   cursor: pointer !important;
  @media (max-width: 600px) {
    width: 120px;
  }
}

.container2 {
	margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.desc { font-size:14px; font-size: 1.0rem; color:#434951;}

.signature   { font-size: 10px; color: #339; line-height:150%; border-top: #CFA05C 1px solid; }

.postdetails { font-size: 10px; }

#oknt {
border-right:#CFA05C 1px solid;
border-left:#B1C4F7 1px solid;
border-top:#BECCF3 1px solid;
color: #2e6a8f;
border-bottom:#BFCDE5 1px solid;
}

#oknt_b {
border: 1px solid #CFA05C;
}

#oknt_btb {
border-top:0;
border-bottom:#CFA05C 1px solid;
border-left:#CFA05C 1px solid;
border-right:0;
}

.row2hgl { 
background: #FFFAF0;
}

	.small {
    font-size: 10px;
    border: 1px solid #FFFACD;
    background: #FAEBD7;
	display: inline;   
    text-decoration: none;
    padding: 1px 3px;
	margin-left: 1px;
}
   
.activeuserstrip {
    background-color: #FDF5E6;
    padding: 7px;
}


#oknt_bt {
border:#CFA05C 1px solid;
}

/* Common elements */
.row1 { background-color: #F5F9FD }
.row2 { background-color: #FDF5E6 }
.row3 { background-color: #EEF2F7 }
.row4 { background-color: #FFFAF0 }

table
{
border-collapse: separate !important;
}

.darkrow3 {
    background-color: #FFF8DC;
    color: #3A4F6C;
}

.tableborder { border:1px solid #E7CEA5;background-color:#FFF; padding:0; margin:0 }
 
/* Main table top (dark blue gradient by default) */
.maintitle { vertical-align:middle;font-weight:bold; color:#000; padding:8px 0px 8px 5px; background-image: url(/forum/style_images/1/tile_back.gif);
-moz-border-radius: 0px;
-webkit-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
}

.maintitle a:link, .maintitle  a:visited, .maintitle  a:active { text-decoration: none; color: #000 }
.maintitle a:hover { text-decoration: underline }

.postlinksbar { background-color:#D6C8BA;padding:7px;margin-top:1px;font-size:14px; background-image: url(/forum/style_images/1/tile_sub.gif) }

.postcolor {
font-size:15px;
line-height:1.57;
color:#444;
text-align: justify;
}

.post1 { background-color: #FFF}
.post2 { background-color: #FFFAF0} 


#ipbwrapper img { 
border: 0px none currentColor;
vertical-align: middle;
}

.sns-menu-button
{
	border-right: #FFDEAD 1px solid;
    border-left: #F5DEB3 1px solid;
    border-top: #F5DEB3 1px solid;
    .a color: #000 !important;
    border-bottom: #DEB887 1px solid !important;
    -moz-border-radius: 3px !important;
    font-size: 12px;
    overflow: hidden;
    background-color: #FFE4B5 !important;
    width: auto;
    margin: 0;
    padding: 2px 4px;	
}

.wrapmini    { float:left;line-height:1.5em;width:25% }
 
.quotetop{
 color: #3E3F40;
 font-style:italic;
 font-weight: bold;
 font-size: 10px;
 margin: 5px auto 0 auto;
 padding: 1px;
}

.quotemain{
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #363D44; font-style: italic; line-height: 125%;
background: CBD1D6;);
border: 1px solid #838B83;
padding: 4px;
margin: 0 auto 2px auto;
}

.codetop {
color:#CD5C5C;
font-style:italic;
font-size:11px;
margin:5px auto 0;
padding:2px;
}

.codemain {
border:1px dotted red;
border-left:0;
border-right:0;
color:#C0C0C0;
width:98%;
margin:0 auto;
padding:2px;
}

.dropmenu {
color: #C0C0C0;
background-color:#FFFFFF;
}

.sp-body      { display: none; font-weight: normal; background: #F5F5F5; border-top-width: 0; }
.clickable { cursor: pointer; }
.sp-content{border: 0px;  margin-left: 10px;}
.folded { display: block; background: transparent url(//rpg-zone.ru/style_images/1/plus.gif) no-repeat left center; padding-left: 14px; }
.unfolded { display: block; background: transparent url(//rpg-zone.ru/style_images/1/minus.gif) no-repeat left center; padding-left: 14px; }

.clickable-mult { cursor: pointer; color: grey;}
.sp-content-mult {border: 1px solid grey; color: #000;  margin-left: 10px;}

.sp-wrap {color: #000; border: 1px solid #C0C0C0; font-weight: normal;}
.sp-head-wrap {font-weight: normal;}


td {
line-height:125%;
padding: 3px;
}

a.txt_button {
    font-size: 13px;
    font-weight: bold;
    color: #555555;
    line-height: 31px;
   text-decoration:none !important;
    margin: 0 7px;
    padding: 0 14px;
    border-radius: 15px;
    background: #dfdfdf;
	display: inline-block;
	margin-top: 10px;
    vertical-align: middle;
    overflow: hidden;
}

a.txt_button:hover 
{
    color: #555555;
    background: #ffbf00;
	bottom: 1px red;
	text-decoration:none !important;
	-webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: 0.5s all ease;
	outline: none !important;
}

a.txt_btn {
    font-size: 12px;
    font-weight: bold;
    color: #656464;
    line-height: 20px;
    text-decoration: none;
    margin: 0 5px;
    padding: 0 5px;
    border-radius: 15px;
    background: #dfdfdf;
	display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

a.txt_btn:hover 
{
    color: #56400c;
    background: #ffbf00;
	text-decoration:none !important;
}

a:link,a:visited,a:active {
text-decoration:none; border-bottom: 0px;
}

a:hover {
text-decoration:underline;
}

/* Form stuff (post / profile / etc) */
.pformstrip { background-color: #D1DCEB; color:#3A4F6C;font-weight:bold;padding:7px;margin-top:1px; line-height:150%; }
.pformleft  { background-color: #F5F9FD; padding:6px; margin-top:1px;width:25%; border-top:1px solid #C2CFDF; border-right:1px solid #C2CFDF; }
.pformleftw { background-color: #F5F9FD; padding:6px; margin-top:1px;width:40%; border-top:1px solid #C2CFDF; border-right:1px solid #C2CFDF; }
.pformright { background-color: #F5F9FD; padding:6px; margin-top:1px;border-top:1px solid #C2CFDF; }

.tablepad    { background-color:#F5F9FD;padding:6px; line-height:150%}

.helpbox
{
width:auto;
font-size:10px;
font-family:verdana,arial;
border:none;
font-style:italic;
background-color: #FFFAF0;
}

/*бредкрамбы старт*/
#vote2 {
  list-style: none;
  display: inline-block;
  padding: 0;
}

#vote2 .icon {
  font-size: 14px;
}
#vote2 li {
  float: left;
  margin-top:10px;
  margin-left:20px;
}

#vote2 li a {
  color: #444444;
  display: block;
  background: #C2D7DB;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 1.5;
  padding: 0px 10px 0px 5px;
  text-align: center;
  margin-right: 5px;
}
#vote2 li:nth-child(even) a {
  background-color: #C2D7DB;
}
#vote2 li:nth-child(even) a:before {
  border-color: #C2D7DB;
  border-left-color: transparent;
}
#vote2 li:nth-child(even) a:after {
  border-left-color: #C2D7DB;
}
#vote2 li:first-child a {
  padding-left: 15px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
  margin-left:-20px;
}
#vote2 li:first-child a:before {
  border: none;
}
#vote2 li:last-child a {
  padding-right: 15px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}
#vote2 li:last-child a:after {
  border: none;
}
#vote2 li a:before, #vote2 li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #C2D7DB;
  border-width: 20px 10px;
  width: 0;
  height: 0;
}
#vote2 li a:before {
  left: -20px;
  border-left-color: transparent;
}
#vote2 li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #C2D7DB;
}
#vote2 li a:hover {
  background-color: #C2D7DB;
  color: #8B4513;
}
#vote2 li a:hover:before {
  border-color: #C2D7DB;
  border-left-color: transparent;
}
#vote2 li a:hover:after {
  border-left-color: #C2D7DB;
}
#vote2 li a:active {
  background-color: #C2D7DB;
}
#vote2 li a:active:before {
  border-color: #C2D7DB;
  border-left-color: transparent;
}
#vote2 li a:active:after {
  border-left-color: #C2D7DB;
}

/*бредкрамбы энд*/

/*бредкрамбы старт*/
#vote3 {
  list-style: none;
  display: inline-block;
  padding: 0;
}

#vote3 .icon {
  font-size: 14px;
}
#vote3 li {
  float: left;
  margin-top:10px;
  margin-left:20px;
}

#vote3 li a {
  color: #444444;
  display: block;
  background: #E5B0AA;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 1.5;
  padding: 0px 10px 0px 5px;
  text-align: center;
  margin-right: 5px;
}
#vote3 li:nth-child(even) a {
  background-color: #E5B0AA;
}
#vote3 li:nth-child(even) a:before {
  border-color: #E5B0AA;
  border-left-color: transparent;
}
#vote3 li:nth-child(even) a:after {
  border-left-color: #E5B0AA;
}
#vote3 li:first-child a {
  padding-left: 15px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
  margin-left:-20px;
}
#vote3 li:first-child a:before {
  border: none;
}
#vote3 li:last-child a {
  padding-right: 15px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}
#vote3 li:last-child a:after {
  border: none;
}
#vote3 li a:before, #vote3 li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #E5B0AA;
  border-width: 20px 10px;
  width: 0;
  height: 0;
}
#vote3 li a:before {
  left: -20px;
  border-left-color: transparent;
}
#vote3 li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #E5B0AA;
}
#vote3 li a:hover {
  background-color: #E5B0AA;
  color: #8B4513;
}
#vote3 li a:hover:before {
  border-color: #E5B0AA;
  border-left-color: transparent;
}
#vote3 li a:hover:after {
  border-left-color: #E5B0AA;
}
#vote3 li a:active {
  background-color: #E5B0AA;
}
#vote3 li a:active:before {
  border-color: #E5B0AA;
  border-left-color: transparent;
}
#vote3 li a:active:after {
  border-left-color: #E5B0AA;
}

/*бредкрамбы энд*/

.vote_c{
font-size:28px;
}

.width_v2_b{width: 280px;}

.width_v2_s{width: 50px;}