/* =========== © 2016 Centroarts.com =========== */

/*--- Загрузчик AJAX ---*/
#loading-layer { background: #000; padding: 20px; text-align: center; color: #fff; border-radius: 2px }

/*--- Цитаты, Спойлеры, Код  ---*/
.scriptcode, .title_quote,
	.title_spoiler, .text_spoiler, .quote { padding: 2% 4%; background: #fff; border: 1px solid #dde4ea; }

	.title_quote { border-left: 2px solid #e85319; border-bottom: 0; margin-top: 2px; font-weight: bold; }
	.quote, blockquote { padding: 1% 4%; border-left: 2px solid #e85319; font-style: italic;}
	.title_spoiler { margin-top: 2px; }
	.text_spoiler { margin-bottom: 2px; }
	.title_spoiler img { vertical-align: middle; margin: -1px 0 0 !important }
	.scriptcode { color: #4c6d0f; text-align: left; font-family: "Courier New" }
	.title_spoiler { font-weight: normal; }
	.text_spoiler { border-top: 0; text-align: justify; }

	.hide { background-color: #f0f0f0; padding: 5px; color: #4c6d0f; margin: 0 0 1em 0 }
	.hide a { text-decoration: underline; } .hide a:hover { text-decoration: none }

/* --- Сортировка статей --- */
.sort { list-style: none; padding: 0; margin: 0; }
	.sort > li, .sort { display: inline; }
	.sort > li { margin: 0 0 0 3%; }
	.sort > li a { color: #353535; }
	.sort > li.asc a, .sort > li.desc a { color: #3394e6; }
	.sort > li.asc a:after, .sort > li.desc a:after {
		content: "";
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAsBAMAAACj90TiAAAAG1BMVEUAAAAzlOYzlOYzlOYzlOYzlOYzlOYzlOYzlOar6gzlAAAACHRSTlMAjesv90eHRuQt1XUAAABSSURBVBjTzdCxDQAhDENRSyzAEFdQ0zDB9axEgzw2DokEI1A9/S4OyAxADEcpPGlpFKWoSpEKp0Dlb6SvG2jY4Fka4tw4PqbEsDNTcb8gn/d4LPQHQDdjhblbAAAAAElFTkSuQmCC);
		display: inline-block;
		vertical-align: middle;
		margin: -1px 0 0 .4em;
		width: 6px; height: 11px;
		-webkit-background-size: 6px auto; background-size: 6px auto;
	}
	.sort > li.asc a:after { background-position: 0 -11px; }
	
/* --- Оформление календаря --- */
.calendar { width: 100%; text-align: center; }
.calendar tr td, .calendar tr th { padding: 3px; }
	.calendar tr td a { color: inherit; font-weight: bold; }
	.calendar tr td { padding: 5px 3px; }
	.calendar tr td.weekday { color: #ea5f24; }
	.calendar tr th { background-color: #fff; font-weight: bold; text-transform: uppercase; }
	.calendar tr th.weekday { background-color: #ea5f24; color: #fff; }
	.calendar tr th.monthselect { background-color: transparent; color: #b8b8b8; padding-bottom: 15px; }
	.calendar tr th.monthselect a { color: #b8b8b8; }

/* --- Вывод результатов голосования на сайте --- */
.voteprogress, .pollprogress {
	overflow: hidden;
	height: 6px;
	margin-bottom: 10px;
	background-color: #fff;
	border-radius: 3px;
	margin-top: 6px;
}
	.voteprogress span, .pollprogress span {
		text-indent: -9999px;
		height: 6px;
		display: block;
		overflow: hidden;
		background: #3394e6;
	}
	.voteprogress .vote2, .pollprogress .poll2 { background-color: #dd514c; }
	.voteprogress .vote3, .pollprogress .poll3 { background-color: #5eb95e; }
	.voteprogress .vote4, .pollprogress .poll4 { background-color: #4bb1cf; }
	.voteprogress .vote5, .pollprogress .poll5 { background-color: #faa732; }

/*--- Рейтинг - Звездами ---*/
.rating, .unit-rating { width: 100px; height: 20px; }
	.rating { font-size: 11px; }
	.unit-rating, .unit-rating li a:hover, .unit-rating li.current-rating {
		background-image: url('data:image/png;base64,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');
		-webkit-background-size: 20px auto; background-size:  20px auto;
	}
	.unit-rating {
		list-style: none;
		margin: 0; padding: 0;
		position: relative;
		background-position: 0 0px;
	}
	.unit-rating li {
		text-indent: -90000px;
		padding: 0; margin: 0;
		float: left;
	}
	.unit-rating li a {
		display: block;
		width: 20px; height: 20px;
		text-decoration: none;
		border: 0 none !important;
		text-indent: -9000px;
		z-index: 17;
		position: absolute;
		padding: 0;
	}
	.unit-rating li a:hover {
		background-position: 0 -20px;
		z-index: 2;
		left: 0;
	}
	.unit-rating a.r1-unit { left: 0; }
	.unit-rating a.r1-unit:hover { width: 20px; }
	.unit-rating a.r2-unit { left: 20px; }
	.unit-rating a.r2-unit:hover { width: 40px; }
	.unit-rating a.r3-unit { left: 40px; }
	.unit-rating a.r3-unit:hover { width: 60px; }
	.unit-rating a.r4-unit { left: 60px; }
	.unit-rating a.r4-unit:hover { width: 80px; }
	.unit-rating a.r5-unit { left: 80px; }
	.unit-rating a.r5-unit:hover { width: 100px; }
	.unit-rating li.current-rating {
		background-position: 0 -40px;
		position: absolute;
		height: 20px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
		padding: 0px;
	}

	.ratingplus {
		color: #70bb39;
	}

	.ratingminus {
		color: red;
	}

	.ratingzero {
		color: #6c838e;
	}
	
/*--- Таблица Персональных сообщений и лучших пользователей ---*/
.userstop td, .pm td.pm_list, .pm td.pm_head { border-bottom: 1px solid #efefef; padding: 12px 2px; }
	table.pm, table.userstop { width: 100%; margin-bottom: 0; }
	table.pm select { width: 100px; }
	.userstop thead td, .pm td.pm_head { border-bottom: 1px solid #efefef; font-weight: bold; }
	table.pm .navigation { border-top-width: 0; margin: 0; }

/*---Выпадающее меню кнопки редактировать---*/
#dropmenudiv { padding: 10px 0; min-width: 140px; width: auto !important; opacity: 1 !important; display: none; font-size: .9em;
		box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3); border: 1px solid #e6e6e6; border-color: rgba(0,0,0,0.1); background-clip: padding-box;
	}
	#dropmenudiv { background-color: #fff; }
	#dropmenudiv a { text-decoration: none !important; color: inherit; display: block; padding: 3px 20px; border: 0 none; white-space: nowrap; color: inherit; }
	#dropmenudiv a:hover { background-color: #eeeeef; }

/*---показ оригинальной картинки загруженной на сайт из уменьшенной копии---*/
.highslide-wrapper, .highslide-outline { background: #fff }
	.highslide-image { border: 2px solid #fff }
	.highslide-active-anchor { visibility: hidden } 
	.highslide-active-anchor img { visibility: hidden }
	.highslide-dimming { background-color: black }
	.highslide-html { background-color: white }
	.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(/templates/songoficeandfire/dleimages/fullexpand.gif) no-repeat; display: block; margin: 0 10px 10px 0; width: 34px; height: 34px }
	.highslide-display-block { display: block }
	.highslide-display-none { display: none }
	.highslide-caption { display: none; padding: 5px; background: white }
	.highslide-controls { width: 195px; height: 40px; background: url(/engine/classes/highslide/graphics/controlbar-black-border.gif) no-repeat 0 -90px; 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) no-repeat 100% -90px }
	.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 { display: none }
 
/*---Навигация по картинкам галереи---*/
.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 }

/*---Быстрый поиск на сайте---*/
#searchsuggestions {
	z-index: 2200;
	width: 300px;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3);
	border: 1px solid #ddd; border-color: rgba(0,0,0,0.2);
	background-clip: padding-box;
	font-size: .9em;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}
	#searchsuggestions a, #searchsuggestions span.notfound { padding: 15px 25px; display: block; text-decoration: none; border-bottom: 1px solid #e5e5e5; }
	#searchsuggestions a { color: inherit; }
	#searchsuggestions a:hover { background-color: #f7f7f7; }
	#searchsuggestions a span { display: block; cursor: pointer; }
	#searchsuggestions span.searchheading { display: block; font-weight: bold; margin-bottom: .2em; }
	#searchsuggestions span.seperator { display: block; }
	#searchsuggestions span.seperator a { padding: 10px 0; text-align: center; border: 0 none; background-color: transparent; color: #919191; }
	#searchsuggestions span.notfound { padding: 15px 25px; display: block; }
	#searchsuggestions .break { display: none; }

/*---Диалоговые и всплывающие окна jQuery UI---*/
.ui-widget-overlay {
	background: #000;
	opacity: 0.5;
	left: 0; top: 0; right: 0; bottom: 0;
	position: fixed;
	}
	.ui-helper-clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden }
	.ui-helper-clearfix { display: inline-block }
	* html .ui-helper-clearfix { height: 1% }
	.ui-helper-clearfix { display: block }
	.ui-dialog {
		text-align: left;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 370px;
		border-radius: 2px;
		box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3);
		border: 1px solid #e6e6e6; border-color: rgba(0,0,0,0.1);
		background-color: #f7f7f7;
		background-clip: padding-box;
	}
	.ui-dialog-titlebar { padding: 20px 20px; position: relative; }
	.ui-dialog-title { float: left; font-weight: bold; font-size: 1.15em; }
	.ui-dialog-titlebar-close {
		position: absolute;
		right: 10px; top: 50%;
		margin-top: -16px;
		height: 32px; width: 32px;
		border: 0 none !important;
	}
	.ui-dialog-titlebar-close .ui-icon {
		display: block;
		margin: 10px auto 0 auto;
		width: 12px; height: 12px;
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAG1BMVEUAAAA1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTW7eCkWAAAACHRSTlMA8DiyCsELwNb3saQAAABlSURBVBjTY2AxYoACZQcG10YFCJtJooTBokMIwlHsaAZioBRYAigKJoAAJAghoRIQCiYEoSEiUCmIBFQKLAGTAkvApCASCA6GMoQBGEYjLEV1DopDUbyA4jlUb6ciAiSMgQ0pqAB4linXHtbaoQAAAABJRU5ErkJggg==);
		-webkit-background-size: 12px auto; background-size: 12px auto;
		opacity: .5;
	}
	.ui-button {
		float: right;
		border: 0 none;
		display: inline-block;
		vertical-align: middle;
		cursor: pointer;
		height: 36px;
		border-radius: 18px;
		line-height: 22px;
		outline: none;
		background-color: #3394e6;
		color: #fff;
		border: 0 none;
		padding: 7px 22px;
		text-decoration: none !important;
		box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		-webkit-transition: all ease .1s; transition: all ease .1s;
	}
	.ui-dialog-titlebar-close:hover .ui-icon { opacity: 1; }
	.ui-icon { overflow: hidden; text-indent: -9999px; }
	.ui-dialog label { color: #575757; }
	.ui-dialog-content { padding: 20px; border: 1px solid #fff; overflow: auto; position: relative; zoom: 1; }
	.loginbox.ui-dialog, .loginbox .ui-dialog-content { overflow: visible !important; }
	.ui-dialog-content h2 { display: inline; font-size: 1em; font-weight: bold }
	.ui-dialog .ui-dialog-buttonpane { padding: 20px; text-align: center; }
	.ui-dialog .ui-resizable-se { bottom: 3px; height: 14px; right: 3px; width: 14px; }
	.ui-draggable .ui-dialog-titlebar { cursor: move; }
	.ui-state-error { background: #fef1ec 50% 50% repeat-x !important; border: 1px solid #cd0a0a; color: #cd0a0a; }
	.ui-button { margin: 0 3px; }
	.ui-helper-hidden-accessible{display: none;}

/* --- Автозаполнение облака тегов --- */
.ui-autocomplete { position: absolute; cursor: default; }
* html .ui-autocomplete { width: 1px } /* without this, the menu expands to 100% in IE6 */
.ui-menu {
	list-style:none;
	padding: 2px; margin: 0;
	float: left;
	background: #fff 50% bottom repeat-x;
	border: 1px solid #dedede;
	color: #353535;
	}
	.ui-menu .ui-menu { margin-top: -3px; }
	.ui-menu .ui-menu-item { margin:0; padding: 0; zoom: 1; float: left; clear: left; width: 100%; }
	.ui-menu .ui-menu-item a { text-decoration:none; display:block; padding:.2em .4em; line-height:1.5; zoom:1; }
	.ui-menu .ui-menu-item a.ui-state-hover,
	.ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; border: 1px solid #a7a7a7; color: #4e4e4e; font-weight: bold; }

/*---Подсветка кода в теге [code]---*/
pre code { display: block; padding: 0.5em; background: #f9fafa; border: 1px solid #dce7e7; overflow:auto; white-space: pre; }
	pre .comment, pre .template_comment, pre .diff .header, pre .doctype, pre .lisp .string, pre .javadoc { padding: 0; margin: 0; border:none; box-shadow: none; background-color: inherit; color: #93a1a1; font-style: italic; }
	pre .keyword, pre .css .rule .keyword, pre .winutils, pre .javascript .title, pre .method, pre .addition, pre .css .tag, pre .lisp .title { color: #859900; }
	pre .number, pre .command, pre .string, pre .tag .value, pre .phpdoc, pre .tex .formula, pre .regexp, pre .hexcolor { color: #2aa198; }
	pre .title, pre .localvars, pre .function .title, pre .chunk, pre .decorator,
	pre .builtin, pre .built_in, pre .lisp .title, pre .identifier, pre .title .keymethods, pre .id { color: #268bd2; }
	pre .tag .title, pre .rules .property, pre .django .tag .keyword { font-weight: bold;font-size: 1.08em !important;  }
	pre .attribute, pre .variable, pre .instancevar, pre .lisp .body, pre .smalltalk .number, pre .constant, pre .class .title,
	pre .parent, pre .haskell .label { color: #b58900; }
	pre .preprocessor, pre .pi, pre .shebang, pre .symbol,
	pre .diff .change, pre .special, pre .keymethods, pre .attr_selector, pre .important, pre .subst, pre .cdata { color: #cb4b16; }
	pre .deletion { color: #dc322f; }
	pre .tex .formula { background: #eee8d5; }
	pre .comment:hover {background-color: inherit;box-shadow: none;}

/*---BB Редактор---*/
.bb-pane {
  height: 1%; overflow: hidden;
  padding-bottom: 5px;
  padding-left: 5px;
  margin: 0;
  height: auto !important;
  text-decoration:none;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#FBFBFB), to(#EAEAEA));
  background-image: -webkit-linear-gradient(top, #FBFBFB, 0%, #EAEAEA, 100%);
  background-image: -moz-linear-gradient(top, #FBFBFB 0%, #EAEAEA 100%);
  background-image: linear-gradient(to bottom, #FBFBFB 0%, #EAEAEA 100%);
  background-repeat: repeat-x;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -khtml-border-bottom-right-radius: 0px; 
  border-bottom-right-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -khtml-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top:1px solid #d7d7d7;
  border-left:1px solid #d7d7d7;
  border-right:1px solid #d7d7d7;
  box-shadow: none !important;
}

.bb-pane>b {
    margin-top: 5px;
    margin-left: 0;
	vertical-align: middle;
}
.bb-pane .bb-btn + .bb-btn,.bb-pane .bb-btn + .bb-pane,.bb-pane .bb-pane + .bb-btn,.bb-pane .bb-pane + .bb-pane {
    margin-left:-1px;
}
.bb-btn {
	display: inline-block; overflow: hidden; float: left;
	padding: 4px 10px;
    border: 1px solid #d4d4d4;
    -webkit-box-shadow: inset 0 1px 2px white;
    -moz-box-shadow: inset 0 1px 2px white;
    box-shadow: inset 0 1px 2px white;
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left 0%, left 100%, color-stop(0%, #fdfdfd), color-stop(100%, #e9e9e9));
    background-image: -webkit-linear-gradient(top, #fdfdfd, 0%, #e9e9e9, 100%);
    background-image: -moz-linear-gradient(top, #fdfdfd, 0%, #e9e9e9, 100%);
    background-image: linear-gradient(to bottom, #fdfdfd 0%, #e9e9e9  100%);

}
 

.bb-btn:hover {
      background: #e6e6e6;
      background-repeat: repeat-x;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #e6e6e6));
      background-image: -webkit-linear-gradient(top, #fdfdfd, 0%, #e6e6e6, 100%);
      background-image: -moz-linear-gradient(top, #fdfdfd, 0%, #e6e6e6, 100%);
      background-image: -o-linear-gradient(top, #fdfdfd, 0%, #e6e6e6, 100%);
      background-image: linear-gradient(to bottom, #fdfdfd 0%, #e6e6e6 100%);
      -webkit-transition: box-shadow 0.05s ease-in-out;
      -moz-transition: box-shadow 0.05s ease-in-out;
      -o-transition: box-shadow 0.05s ease-in-out;
      transition: box-shadow 0.05s ease-in-out;
}
    
.bb-btn:active {
      background: #f3f3f3;
      border-color: #cfcfcf;
      -webkit-box-shadow: 0 0 5px #f3f3f3 inset;
      -moz-box-shadow: 0 0 5px #f3f3f3 inset;
      box-shadow: 0 0 5px #f3f3f3 inset;
}

.bb-editor textarea { 
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    padding: 7px; border: 1px solid #d7d7d7; width: 100%; -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	margin-top: -1px;
	outline: none;
}

.bb-editor textarea:focus{
		border-color: #d7d7d7 !important;
}

	@font-face {
	    font-family: 'bb-editor-font';
	    src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype'),
	         url(data:application/font-woff;charset=utf-8;base64,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) format('woff');
	    font-weight: normal;
	    font-style: normal;
	}

	[class^="bb-btn"], [class*=" bb-btn"] {
	    font-family: 'bb-editor-font';
	    speak: none;
	    font-style: normal;
	    font-weight: normal;
	    font-variant: normal;
	    text-transform: none;
	    line-height: 1;
	    font-size: 14px;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	}

	.bb-sel { float: left; padding: 2px 2px 0 2px; }
	.bb-sel select { font-size: 11px; }
	.bb-sep { display: inline-block; float: left; width: 1px; padding: 2px; }
	.bb-btn { cursor: pointer;  outline: 0; }

	#b_font select, #b_size select { padding: 0;}

	#b_b:before {content: "\f032";}
	#b_i:before {content: "\f033";}
	#b_u:before {content: "\f0cd";}
	#b_s:before {content: "\f0cc";}
	#b_img:before { content: "\f03e"; }
	#b_up:before { content: "\e930"; }
	#b_emo:before { content: "\f118"; }
	#b_url:before { content: "\f0c1"; }
	#b_leech:before { content: "\e98d"; }
	#b_mail:before { content: "\f003"; }
	#b_video:before { content: "\e913"; }
	#b_audio:before { content: "\e911"; }
	#b_hide:before { content: "\e9d1"; }
	#b_quote:before { content: "\e977"; }
	#b_code:before { content: "\f121"; }
	#b_left:before { content: "\f036"; }
	#b_center:before { content: "\f037"; }
	#b_right:before { content: "\f038"; }
	#b_color:before { content: "\e601"; }
	#b_spoiler:before { content: "\e600"; }
	#b_fla:before { content: "\ea8d"; }
	#b_yt:before { content: "\f166"; }
	#b_tf:before { content: "\ea61"; }
	#b_list:before { content: "\f0ca"; }
	#b_ol:before { content: "\f0cb"; }
	#b_tnl:before { content: "\ea61"; }
	#b_br:before { content: "\ea68"; }
	#b_pl:before { content: "\ea72"; }
	#b_size:before { content: "\f034"; }
	#b_font:before { content: "\f031"; }
	#b_header:before { content: "\f1dc"; }
	#b_sub:before { content: "\f12c"; }
	#b_sup:before { content: "\f12b"; }
	#b_justify:before { content: "\f039"; }

	.bb-pane h1, .bb-pane h2, .bb-pane h3, .bb-pane h4, .bb-pane h5, .bb-pane h6 { margin-top: 5px; margin-bottom: 5px; }
	.bb-pane h1 { font-size: 36px; }
	.bb-pane h2 { font-size: 30px; }
	.bb-pane h3 { font-size: 24px; }
	.bb-pane h4 { font-size:18px; }
	.bb-pane h5 { font-size:14px; }
	.bb-pane h6 { font-size:12px; }
	.bb-pane-dropdown {
		position: absolute;
		top: 100%; left: 0;
		z-index: 1000;
		display: none;
		min-width: 180px;
		padding: 5px 0; margin: 2px 0 0;
		list-style: none;
		font-size: 11px;
		border: 1px solid #e6e6e6; border-color: rgba(0,0,0,0.1);
		border-radius: 2px;
		background: #fff;
		background-clip: padding-box;
		-webkit-box-shadow: 0 1px 2px #dadada; box-shadow: 0 1px 2px #dadada;
		max-height: 300px;
    	overflow: auto;
	}
	.bb-pane-dropdown > li > a {
		display: block;
		padding: 3px 10px;
		clear: both;
		font-weight: normal;
		line-height: 1.42857;
		color: #353535;
		white-space: nowrap;
	}
	.bb-pane-dropdown > li > a:hover { text-decoration:none; color: #262626; background-color:whitesmoke; }
	.bb-pane-dropdown .color-palette div .color-btn {
		width: 17px; height: 17px;
		padding: 0; margin: 0;
		border: 1px solid #fff;
		cursor: pointer;
	}
	.bb-pane-dropdown .color-palette { padding: 0px 5px; }

	.bb-pane-dropdown table { margin: 0px; }

/*---Поля быстрого редактирования публикаций на сайте---*/
.quick-edit-text { padding: .4em; width: 350px; }
	.quick-edit-textarea {
		height: 250px; padding: 2px;
		border: 1px solid #d7d7d7;
		width: 100%;
		box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
		-webkit-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
		transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	}

/*---Быстрый ответ на комментарии, упрощенная форма---*/
#dlefastreplycomments {
	padding: 10px;
}
/*---Выделение текста и всплывающее окно (поделиться ссылкой)---*/
#marker-bar,
	#txtselect_marker {
		display: block;
		visibility: hidden;
		position: absolute;
		z-index: 1200;
		opacity: 0;
		-webkit-transition: opacity .4s, visibility .1s linear .4s;
		transition: opacity .4s, visibility .1s linear .4s;
	}
	#txtselect_marker {
		cursor: pointer;
		background:url(/templates/songoficeandfire/dleimages/marker.png) no-repeat 0 0;
	}
	#txtselect_marker:hover { background-position: 0 -32px; }
	#marker-bar{
		border: 1px solid #ccc;
		border-radius: 15px;
		background: #fff;
		padding: 5px 10px;
		cursor: default;
		box-shadow: 0 0 4px #ccc; -webkit-box-shadow: 0 0 4px #ccc;
	}
	#marker-bar.show {
		-webkit-transition: opacity .4s, visibility 0s;
		transition: opacity .4s, visibility 0s;
		opacity: 1;
		visibility: visible;
	}
	#txtselect_marker.show {
		visibility: visible;
		width: 32px; height: 32px;
		-webkit-transition: opacity .4s, visibility 0s;
		transition: opacity .4s, visibility 0s;
		opacity: 1;
	}
	#marker-bar .masha-social,
	#marker-bar .masha-marker{
		cursor: pointer;
		display: block;
		margin: 0 5px;
		float: left;
	}
	#marker-bar .masha-marker{
		line-height: 1em;
		color: #aaa;
		border-bottom: 1px dotted #aaa;
		margin-right: 10px;
	}
	#marker-bar .masha-marker:hover {
		color: #ea3e26;
		border-color: #ea3e26;
	}
	.user_selection, .user_selection_true {
		background: #fff5d5;
		padding: 2px 0;
	}
	.user_selection a.txtsel_close,
	.user_selection_true a.txtsel_close { display: none; }
	.user_selection .closewrap, .user_selection_true .closewrap { position: relative; }
	.user_selection.hover a.txtsel_close, .user_selection_true.hover a.txtsel_close {
		display: inline-block;
		position: absolute;
		top: -7px; left: -5px;
		width: 33px; height: 33px;
		background: url(/templates/songoficeandfire/dleimages/closemarker.png) 0 0 no-repeat;
	}
	.user_selection.hover a.txtsel_close:hover,
	.user_selection_true.hover a.txtsel_close:hover { background-position: -0px -33px; }

	#share-popup {
		border: 1px solid #e6e6e6; border-color: rgba(0,0,0,0.1);
		border-radius: 2px;
		background: #fff;
		position: absolute; z-index: 100;
		width: 414px;
		display: none;
		padding: 20px 0;
		opacity: 0;
		box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3);
		background-clip: padding-box;
		-webkit-transition: opacity .4s, visibility .1s linear .4s;
		transition: opacity .4s, visibility .1s linear .4s;
	}
	#share-popup.show {
		display: block; opacity: 1;
		-webkit-transition: opacity .4s, visibility 0s;
		transition: opacity .4s, visibility 0s;
	}
	#share-popup .social { padding: 0 0 10px 17px; }
	#share-popup .social p { padding-bottom: 10px; margin: 0; font-weight: bold;}
	#share-popup .social ul { list-style: none; margin: 0; padding: 0; }
	#share-popup .social ul li { display: inline; margin-right: 20px; padding-top: 2px; }
	#share-popup .social ul a {
		text-decoration: none;
		font-size: 12px;
		display: inline-block;
		color: #919191;
	}
	#share-popup .social ul a:hover { text-decoration: underline; }
	#share-popup .social a span {
		cursor: pointer;
		width: 20px; height: 20px;
		background: url(/templates/songoficeandfire/dleimages/social-icons.png) 20px 20px no-repeat;
		display: inline-block;
		vertical-align: middle;
		margin: -3px 5px 0 0;
	}
	#share-popup .social .tw span { background-position: 0 -20px; }
	#share-popup .social .tw:hover span { background-position: 0 0; }
	#share-popup .social .fb span { background-position: -20px -20px; } 
	#share-popup .social .fb:hover span { background-position: -20px 0; }
	#share-popup .social .vk span{ background-position: -40px -20px; }
	#share-popup .social .vk:hover span { background-position: -40px 0; }
	#share-popup .social .gp span{ background-position: -60px -20px; }
	#share-popup .social .gp:hover span { background-position: -60px 0; }
	#share-popup .link {
		clear: both;
		border-top: 1px solid #d9d9d9;
		padding: 10px 5px 0 10px;
		line-height: 1.2;
		overflow: hidden;
		margin: 0 7px;
	}
	#share-popup .link p {
		font-weight: bold;
		padding: 0 0 3px 0;
		margin: 0;
	}
	#share-popup .link span {
		color: #999;
		font-size: 10px;
		display: block;
		padding-top: 3px;
	}
	#share-popup .link a { display: block; }
	.dle-alert, .dle-confirm, .dle-promt { padding: 20px 1em !important; }

/* --- Поля форм --- */
select, textarea, input[type="text"], input[type="password"], input[type="file"],
input[type="datetime"], input[type="datetime-local"], input[type="date"],
input[type="month"], input[type="time"], input[type="week"], input[type="number"],
input[type="email"], input[type="url"], input[type="search"], input[type="tel"],
input[type="color"] {
	display: inline-block;
	width: 302px; height: 46px;
	line-height: 22px;
	padding: 10px;
	vertical-align: middle;
	border-radius: 2px;
	background: #fff;
	border: 1px solid #d7d7d7;
	-webkit-transition: border 0.2s linear 0s; transition: border 0.2s linear 0s;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
	textarea { margin: 0; overflow: auto; vertical-align: top; resize: vertical; }
	textarea:focus, select:focus, input[type="text"]:focus, input[type="password"]:focus,
	input[type="file"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus,
	input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus,
	input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus,
	input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus,
	input[type="color"]:focus, .uneditable-input:focus {
		border-color: #3394e6;
	}
	input[type="radio"], input[type="checkbox"] { line-height: normal; margin: -2px 6px 0 0; vertical-align: middle; }
	input[type="file"], input[type="image"],
	input[type="submit"], input[type="reset"],
	input[type="button"], input[type="radio"],
	input[type="checkbox"] { width: auto; }
	input[type="search"] {
		-webkit-appearance: textfield;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}
	input[type="search"]::-webkit-search-cancel-button,
	input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
	select[multiple], select[size], textarea { height: auto; }
	input::-moz-placeholder, textarea::-moz-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { opacity: 0.6; }

	input:focus { outline: none; }
	input[type="file"], input[type="image"] { padding: 0; border-width: 0; background-color: transparent; }
	.wide, .bb-editor textarea, .ui-dialog textarea, select#category, .timezoneselect, .quick-edit-text { width: 100% !important; }
	#searchuser, #searchinput { width: 100% !important; margin-bottom: 10px; }

	/* Настройка стандартной капчи */
	.form_submit .c-captcha { float: right; }
	.c-captcha { position: relative; }
	.c-captcha:after { clear: both; display: block; content: ""; }
	.c-captcha > a { float: left; margin-right: 5px; }
	.c-captcha img {
		position: relative;
		display: block;
		width: 130px; height: 46px;
		z-index: 1;
		-webkit-transition: all ease .2s; transition: all ease .2s;
	}
	.c-captcha > input { float: left; width: 130px; }

	/* Настройка стандартной капчи при ответах на комментарии */
	.dle-captcha { position: relative; }
	.dle-captcha:after { clear: both; display: block; content: ""; }
	.dle-captcha > a { float: left; margin-right: 5px; }
	.dle-captcha img {
		position: relative;
		display: block;
		width: 130px; height: 46px;
		-webkit-transition: all ease .2s; transition: all ease .2s;
	}
	.dle-captcha > input { float: left; width: 130px; }

/* --- Настройка кнопок --- */
.btn, .bbcodes, .btn-border {
	border: 0 none;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	height: 36px;
	border-radius: 18px;
	line-height: 22px;
	outline: none;
	background-color: #3394e6;
	color: #fff;
	border: 0 none;
	padding: 7px 22px;
	text-decoration: none !important;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	-webkit-transition: all ease .1s; transition: all ease .1s;
}
	.btn > .icon { fill: #fff; }
	.btn-white > .icon { fill: #3394e6; }
	.btn-white { background-color: #fff; color: #3394e6; }
		.btn-white:hover > .icon { fill: #fff; }
		.btn-white:hover { background-color: #3394e6; color: #fff; }
	.btn:hover, .bbcodes:hover, .ui-button:hover { background-color: #46a6f6; }

	.btn-big { height: 46px; padding: 12px 27px; border-radius: 23px; }

	.btn-border {
		color: #3394e6;
		border: 2px solid #3394e6;
		line-height: 22px;
		padding: 5px 20px;
		background-color: transparent !important;
		overflow: hidden;
		box-shadow: inset 0 0 0 0 transparent; -webkit-box-shadow: inset 0 0 0 0 transparent;
	}
	.btn-border:hover {
		box-shadow: inset 0 0 0 2px rgba(51,148,230,0.2); -webkit-box-shadow: inset 0 0 0 2px rgba(51,148,230,0.2);
	}

/*---Дополнительные поля---*/
table.xfields {
	width: 100%;
}
.xfields textarea, .xprofile textarea {
    width: 100%;
    height: 186px;
    margin-top: 5px;
}
.xfields input[type="text"] {
	width: 100%;
}

.xfieldsdescr {
	width: 200px;
}
.xfields .bb-pane + textarea {
    margin-top: 0px;
}
.xfieldsnote {
	color: #838383;
    font-size: .9em;
}

.xfields_table td {
    vertical-align: top;
}
.xfieldsrow {
	padding-top:5px;
	clear: both;
}
.xfieldscolleft {
	float: left;
	width: 30%;
	padding-top: 14px;
}
.xfieldscolright {
	float: left;
	width: 70%;
}
.file-box {
	width: 95%;
	max-width: 437px;
	border:1px solid #B3B3B3;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
	background-color: #F5F5F5;
	padding: 10px;
	margin-top: 10px;
}

.xfieldimagegallery {
  margin: 0;
  padding: 0;  
  list-style: none;
  clear: both;
}

.xfieldimagegallery li {
	list-style: none;
	margin: 0;
	padding: 0;  
}

.xfieldimagegallery li img {
  float: left;
  width: 280px;
  transition: box-shadow 0.5s ease;
}

.xfieldimagegallery li img:hover {
  box-shadow: 0px 0px 7px rgba(0,0,0,0.4);
}

.qq-uploader { position:relative; width: 100%;}

.qq-upload-button {
    display:inline-block;
    margin-top:5px;
    margin-bottom:5px;
	cursor:pointer;
}
.qq-upload-drop-area {
    position:absolute; top:0; left:0; width:100%; height:100%; z-index:2;
	max-width: 437px;
    background:#FF9797; text-align:center; 
}
.qq-upload-drop-area span {
    display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:16px;
}

.qq-upload-drop-area-active {background:#FF7171;}

.uploadedfile {
	display: inline-block;
    width: 115px;
    height: 160px;
    margin: 10px 5px 5px 5px;
    border:1px solid #B3B3B3;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    text-align: center;
    background:#ffffff;

}

.uploadedfile .uploadimage {
    margin-top: 5px;
    width: 115px;
    height: 90px;
	display: flex;
    align-items: center;
    justify-content: center;
    cursor: move;
    cursor: -webkit-grabbing;
}

.sortable-ghost {
	opacity: 0.4;
}
.uploadedfile .info {
    text-align: left;
    white-space: nowrap;
    margin: 0px 5px 0px 5px;
    overflow: hidden;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor:not-allowed;
    pointer-events:none;
    opacity:0.65;
    filter:alpha(opacity=65);
    -webkit-box-shadow:none;
    box-shadow:none;
}

.progress {
    overflow:hidden;
    margin-top:10px;
	margin-bottom:10px;
    background-color:whitesmoke;
    height:10px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -ms-border-radius:8px;
    -o-border-radius:8px;
    border-radius:8px;
    background:#eee;
    -webkit-box-shadow:0 1px 0 white, 0 0px 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 4px rgba(0, 0, 0, 0.2) inset;
    box-shadow:0 1px 0 white, 0 0px 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
 .progress .progress-bar {
    float:left;
    width:0%;
    font-size:12px;
    line-height:20px;
    color:white;
    text-align:center;
    background-color:#428bca;
    -webkit-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition:width 0.6s ease;
    transition:width 0.6s ease;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    -ms-border-radius:8px;
    -o-border-radius:8px;
    border-radius:8px;
    -webkit-box-shadow:none;
    box-shadow:none;
    height:8px;
}
.progress-bar span{
    position:absolute;
    width:1px;
    height:1px;
    margin:-1px;
    padding:0;
    overflow:hidden;
    clip:rect(0 0 0 0);
    border:0;
}
.progress-blue {
    background-image:-webkit-gradient(linear, left 0%, left 100%, from(#9bcff5), to(#6db9f0));
    background-image:-webkit-linear-gradient(top, #9bcff5, 0%, #6db9f0, 100%);
    background-image:-moz-linear-gradient(top, #9bcff5 0%, #6db9f0 100%);
    background-image:linear-gradient(to bottom, #9bcff5 0%, #6db9f0 100%);
    background-repeat:repeat-x;
    border:1px solid #55aeee;
}

/*---Смайлы---*/

.emoji {
    border: none;
    vertical-align: middle;
    width: 22px;
    height: 22px;
}article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
img, object, iframe, audio, video, table {
	max-width: 100%
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	line-height: 1.71;
	margin: 0;
	padding: 0;
	color: #c1c1c1;
	background: #080808
}
ul {
	list-style: none
}
img, form {
	margin: 0;
	border: 0
}
a, input {
	outline: 0
}
a {
	text-decoration: none;
	color: #da0000
}
a:hover {
	text-decoration: none;
	color: #900202
}
a:active {
	text-decoration: none;
	color: #900202
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 5px 0;
	padding: 0
}
h1 {
	font-size: 26px
}
h2 {
	font-size: 21px
}
h3 {
	font-size: 19px
}
h4 {
	font-size: 17px
}
h5 {
	font-size: 15px
}
h6 {
	font-size: 13px
}
hr {
	clear: both;
	margin: 0 0 10px;
	padding: 10px 0 0;
	border: 0;
	border-bottom: 1px solid #290101
}
iframe, object, embed {
	max-width: 100%
}
.clr {
	clear: both
}
.logo {
	width: 20%;
	padding: 0 26px
}
.logo a {
	font-family: 'Exo 2';
	font-size: 21px;
	font-weight: bold;
	transition: all .3s ease-in;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff
}
.logo a:hover {
	color: #ffba00
}
header {
	display: -webkit-flex;
	display: flex;
	width: 100%;
	height: 67px;
	padding: 15px;
	background: #000000;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
ul.uMenuRoot li:not(.navItemMore) a:after {
	position: absolute;
	right: auto;
	bottom: -2px;
	left: 0;
	display: block;
	width: 0;
	height: 4px;
	content: '';
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
    background-image: linear-gradient(to right, #da0000, #da0000);
	box-shadow: 0 0 8px rgba(255, 186, 0, .14)
}
span.uc-opacity {
	color: #c5c0a9
}
ul.uMenuRoot li:hover>a:after, ul.uMenuRoot li>a.uMenuItemA:after {
	right: 0;
	width: 100%
}
#catmenu ul.uMenuRoot>li.navItemMore:hover {
	background-color: #ffbe00
}
.overflow li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px
}
ul.uMenuRoot>li:not(.navItemMore) {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #da0000
}
#catmenu ul.uMenuRoot>li:first-child a {
	margin-left: 0
}
.close-menu, .show-menu, .show-search, .show-registration {
	display: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #fff
}
div#uNMenuDiv1 {
	display: none;
	height: 67px;
	margin-left: 20px;
	align-items: center;
	-webkit-align-items: center
}
.nav_menu_toggler {
	display: flex;
	display: -webkit-flex;
	width: 56px;
	height: 67px;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center
}
#catmenu ul ul.overflow {
	top: 58px;
	right: 0
}
nav {
	width: 70%
}
#catmenu li a {
	font-size: 13px;
	position: relative;
	display: inline-flex;
	text-transform: uppercase;
	color: #fff
}
#catmenu li a {
	margin: 0 8px;
	padding: 15px 0
}
#catmenu li a:hover, #catmenu li a.uMenuItemA>span, #catmenu li.uWithSubmenu:hover>a {
	text-decoration: none;
	color: #dd0000
}
ul.soc-block {
	display: flex;
	display: -webkit-flex;
	width: 10%;
	height: 100%;
	margin: 0;
	padding: 0;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center
}
ul.soc-block li {
	padding: 5px
}
#catmenu ul ul {
	position: absolute;
	z-index: 99;
	top: 52px;
	right: 0;
	width: 100%;
	min-width: 200px;
	padding: 6px;
	padding-left: 0;
	border: 2px solid #8f7a0e;
	background: #1e231d
}
ul.soc-block li a {
	font-size: 23px;
	transition: all .2s ease-in;
	text-decoration: none;
	color: #fff
}
ul.soc-block li a:hover {
	color: #ffd000
}
.mm-wrapper.openned .mobile-menu-container, .mm-wrapper.openned {
	left: 0
}
.mm-wrapper {
	position: absolute;
	z-index: 1992;
	top: -100px;
	left: -100%;
	width: 40%;
	height: calc(100%+100px);
	transition: left .5s ease;
	background: #4e4675
}
i.material-icons.i_close {
	top: 115px;
	right: 15px;
	display: block;
	padding: 10px 11px;
	text-align: right;
	color: #fff
}
div#catmenu {
	position: relative
}
#catmenu ul li.navItemMore:hover ul.overflow {
	display: block;
	visibility: visible;
	transition: all 1s ease;
	opacity: 1
}
nav ul li.navItemMore {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	margin-bottom: -1px!important;
	padding-bottom: 1px!important
}
.search li.navItemMore {
	right: -15px
}
.wysibb-text {
	display: flex
}
.owl-two.owl-carousel.owl-theme.owl-loaded.owl-drag {
	margin-bottom: 46px;
	padding: 20px;
	padding: 0 15px;
	background: #feb900
}
.wrapper.two-slider {
	margin: 36px auto
}
.item.smal-item {
	position: relative;
	height: 356px;
	min-height: 356px
}
.smal-item a {
	font-family: 'Exo 2';
	font-size: 21px;
	font-weight: 700;
	line-height: 1.24;
	position: absolute;
	bottom: 0;
	padding: 30px;
	text-decoration: none;
	letter-spacing: .39px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 2px 5px rgba(0, 0, 0, .42)
}
h4.news-info {
	font-family: 'Exo 2';
	font-size: 20px;
	font-weight: 700;
	line-height: .6;
	margin: 20px 0;
	text-transform: uppercase;
	color: #dedcd1
}
h4.news-info span {
	color: #ffd000
}
.wrapper {
	width: 1252px;
	margin: 0 auto;
}
span.uf-tooltip {
	display: none
}
.site-n a, #catmenu li a {
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-ms-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out
}
.site-n {
	display: inline-block;
	word-wrap: break-word;
	word-break: break-word;
	-ms-word-break: break-word
}
.site-n, .site-n a {
	font-size: 36px;
	text-transform: uppercase;
	color: #5e6d81
}
.site-n a:hover {
	text-decoration: none;
	color: #ffd000
}
#sch-box .search-box {
	position: relative;
	overflow: hidden;
	width: 40px;
	height: 40px;
	transition: all .3s ease-in;
	text-decoration: none;
	opacity: 0
}
div#sch-box {
	position: relative;
	display: flex;
	display: -webkit-flex;
	width: 250px;
	padding-left: 30px;
	justify-content: center;
	-webkit-justify-content: center
}
#sch-box .queryField {
	line-height: 30px;
	width: 99%;
	height: 40px;
	margin: 0;
	padding: 0;
	padding: 0 41px 0 15px;
	color: #999;
	border: 0;
	border-radius: 3em;
	background: 0;
	background: #fff
}
#sch-box .searchSbmFl {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	white-space: nowrap;
	text-indent: 150%;
	border: 0;
	border-radius: 3em;
	background: #ffd000 url('/.s/t/1808/sch.png') 50% 50% no-repeat
}
#scrollup {
	position: fixed;
	z-index: 5;
	left: 20px;
	bottom: 20px;
	display: none;
	height: 50px;
	padding: 0 13px;
	cursor: pointer;
	border: 3px solid #0000;
	background: #da0000;
	background-size: 25px;
	-webkit-box-shadow: 0 0 9px 2px rgba(0, 0, 0, .09);
	box-shadow: 0 0 9px 2px rgba(0, 0, 0, .09)
}
#scrollup:hover {
	background: #a00000
}
.shop-entry .shop-itempage-price {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.44;
	display: block;
	margin-bottom: 10px;
	padding: 0;
	letter-spacing: .72px;
	text-transform: uppercase
}
.shop-entry h1 {
	font-family: 'Exo 2';
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	padding: 15px;
	letter-spacing: .8px;
	text-transform: uppercase
}
#sch-box span.scr-b[style='display: none;']+.search-box {
	opacity: 1
}
span.scr-b {
	position: absolute;
	z-index: 99;
	right: 15px;
	left: 50%;
	display: flex;
	display: -webkit-flex;
	width: 40px;
	height: 40px;
	cursor: pointer;
	transform: translateX(-50%);
	color: #1a222f;
	border-radius: 3em;
	background: #ffd000;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center
}
#sch-box .searchSbmFl:hover {
	background-color: #3498db
}
.ser-button {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	white-space: nowrap;
	text-indent: 150%;
	border: 0;
	border-radius: 3em;
	background: #ffd000
}
.sidetitle {
	font-family: 'Exo 2';
	font-size: 14px;
	font-weight: 700;
	position: relative;
	padding: 8px 19px;
	letter-spacing: .28px;
	text-transform: uppercase;
	color: #dedcd1;
	background-color: #000000
}
#catmenu li.uWithSubmenu {
	position: relative
}
#catmenu li.uWithSubmenu i.material-icons.menu_tog {
	position: absolute;
	top: 50%;
	right: -7px;
	transform: translateY(-50%);
	color: #fff
}
#catmenu li.uWithSubmenu>a {
	padding-right: 15px
}
#catmenu ul ul li.uWithSubmenu i.material-icons.menu_tog {
	top: 26%;
	left: 3px;
	display: flex;
	width: 20px;
	height: 20px;
	transform: rotate(90deg);
	align-items: center;
	justify-content: center
}
#catmenu ul ul {
	display: none
}
#catmenu li.uWithSubmenu:hover>ul {
	display: block
}
#catmenu ul ul ul {
	top: -8px;
	right: 190px
}
.uWithSubmenu>a {
	padding-right: 21px
}
#catmenu ul ul li a, #catmenu ul ul li a:hover, #catmenu li li a.uMenuItemA, #catmenu li li.uWithSubmenu:hover>a {
	font-size: 13px;
	line-height: normal;
	position: relative;
	display: inline-block;
	height: auto;
	margin: 0 0 1px;
	padding: 7px 0;
	color: #fff
}
#catmenu ul ul:not(.overflow) li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px
}
.nav-head, #catmenu li.uWithSubmenu em {
	display: none
}
.nav-head a {
	text-decoration: none;
	color: #fff
}
.nav-head .icon {
	position: absolute;
	top: 14px;
	right: 20px;
	width: 40px
}
.nav-head .icon span {
	display: block;
	height: 4px;
	margin: 2px 0 0;
	background: #fff
}
#catmenu li.uWithSubmenu em {
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
	position: absolute;
	top: 5px;
	right: 0;
	width: 24px;
	height: 24px;
	cursor: pointer;
	text-align: center;
	color: #fff
}
#catmenu li.uWithSubmenu ul em {
	display: inline-block
}
section.promo {
	display: block;
	overflow: hidden;
	width: 100%
}
.item {
	display: flex;
	display: -webkit-flex;
	width: 100%;
	height: 551px;
	min-height: 551px;
	background: #da0000;
}
.owl-carousel.owl-theme.owl-loaded.owl-drag:hover .game-navi {
	opacity: 1
}
.game-navi {
	transition: all .3s ease-in;
	opacity: 0
}
.item-left, .item-right {
	width: 25%;
	border: 4px solid #0000
}
.item-center {
	position: relative;
	width: 50%;
	border: 4px solid #0000
}
.item-center {
	border-right: 0;
	border-left: none
}
.item-left {
	border-left: none
}
.item-right {
	border-right: 0
}
.item-top {
	border-bottom: 4px solid #0000
}
.item-top, .item-bottom {
	position: relative;
	height: 50%
}
.about {
	position: absolute;
	z-index: 9999;
	bottom: 0;
	display: flex;
	display: -webkit-flex;
	height: 50%;
	padding: 15px;
	text-align: left;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-items: center;
	-webkit-align-items: center
}
.about a {
	font-family: 'Exo 2';
	font-size: 21px;
	font-weight: 700;
	line-height: 1.33;
	position: relative;
	z-index: 99;
	text-decoration: none;
	letter-spacing: .84px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 2px 5px rgba(0, 0, 0, .26)
}
.about:focus:before, .about:hover:before {
	opacity: 1
}
.about:before {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	transition-duration: .3s;
	transition-property: top, opacity;
	opacity: 0;
	background-image: linear-gradient(to top, rgba(220, 0, 0) 0, rgba(245, 211, 84, 0) 100%)
}
div.item-center .about a {
	font-size: 35px;
	font-weight: 700;
	line-height: .93;
	letter-spacing: .64px;
	text-transform: uppercase
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}
ul.owl-carousel.owl-theme.owl-loaded.owl-drag {
	overflow: hidden;
	width: 100%
}
.owl-carousel, .owl-carousel .owl-item {
	position: relative;
	-webkit-tap-highlight-color: transparent
}
.owl-carousel {
	z-index: 1;
	display: none;
	width: 100%
}
.owl-carousel .owl-stage {
	position: relative;
	margin: 0;
	padding: 0;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}
.wrapper.two-slider ul.owl-stage {
	margin: 14px 0
}
.owl-carousel .owl-stage:after {
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.'
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden
}
.owl-carousel .owl-item {
	float: left;
	min-height: 1px;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}
.owl-carousel .owl-dots.disabled {
	display: none
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block
}
.owl-carousel .owl-dot, .owl-carousel .game-navi .owl-next, .owl-carousel .game-navi .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-khtml-user-select: none
}
.owl-carousel .game-navi button.owl-next, .owl-carousel .game-navi button.owl-prev, .owl-carousel button.owl-dot {
	position: absolute;
	top: 50%;
	display: -webkit-flex;
	display: flex;
	width: 35px;
	height: 35px;
	transform: translateY(-50%);
	color: inherit;
	color: #da0000;
	border: 1px solid #da0000;
	background-color: rgba(0, 0, 0, .2784313725490196);
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center
}
button.owl-next {
	right: 0
}
.owl-carousel.owl-loading {
	display: block;
	opacity: 0
}
.owl-carousel.owl-hidden {
	opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}
.owl-carousel.owl-rtl {
	direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
	float: right
}
.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
	z-index: 0
}
.owl-carousel .owl-animated-out {
	z-index: 1
}
.owl-carousel .fadeOut {
	animation-name: fadeOut
}
@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}
.owl-height {
	transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
	transition: opacity .4s ease;
	opacity: 0
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=''] {
	max-height: 0
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}
.owl-carousel .owl-video-tn {
	height: 100%;
	transition: opacity .4s ease;
	opacity: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%
}
#sidebar {
	float: right;
	width: 26%
}
.sidebox {
	position: relative;
	margin: 0
}
.sidebox .inner {
	padding: 15px;
	background-color: #000000;
}
.sidebox ul, .sidebox .catsTable {
	margin: 0;
	padding: 0;
	list-style: none
}
.sidebox li {
	padding: 0;
	list-style: none
}
ul.cat-tree li {
	padding: 5px 0
}
.sidebox li b {
	font-weight: normal;
	color: #939fae
}
.sidebox li a:hover, .sidebox .catsTable td a:hover, .sidebox li.over>a, .sidebox li a.uMenuItemA, .sidebox .catsTable td a.catNameActive {
	text-decoration: none;
	color: #940101
}
.sidebox li a:hover:before, .sidebox .catsTable td a:hover:before, .sidebox li.over>a:before, .sidebox li a.uMenuItemA:before, .sidebox .catsTable td a.catNameActive:before {
	color: #939fae
}
.sidebox li.uWithSubmenu, .sidebox li.parent-li {
	position: relative
}
.sidebox li.uWithSubmenu em, .sidebox li.parent-li em {
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
	position: absolute;
	z-index: 10;
	top: 2px;
	right: 0;
	width: 24px;
	height: 24px;
	cursor: pointer;
	text-align: center
}
.sidebox li.uWithSubmenu em:hover, .sidebox li.parent-li em:hover {
	color: #0f6d9e
}
.sidebox .catNumData {
	display: inline-block;
	color: #939fae
}
.sidebox .calTable {
	width: 100%
}
td.calMdayA {
	color: #1a202d
}
input[type='radio'] {
	position: relative;
	display: inline-block;
	width: 18px;
	min-width: 18px;
	height: 18px;
	margin: 3px 3px 4px 0;
	padding: 3px;
	cursor: pointer;
	vertical-align: middle;
	border: 2px solid #ffd000;
	border-radius: 50%;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
input[type='radio']:checked:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 8px;
	height: 8px;
	content: '';
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background-color: #ffd000
}
input[type='checkbox'] {
	position: relative;
	display: inline-block;
	width: 18px;
	min-width: 18px;
	height: 18px;
	margin: 3px 3px 4px 0;
	padding: 3px;
	cursor: pointer;
	vertical-align: middle;
	border: 2px solid #ffd000;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
input[type='checkbox']:checked:before {
	position: absolute;
	top: -2px;
	left: 4px;
	display: block;
	width: 3px;
	height: 9px;
	content: '';
	-webkit-transform: rotate(43deg);
	-ms-transform: rotate(43deg);
	transform: rotate(43deg);
	border: 2px solid #0000;
	border-right-color: #fff;
	border-bottom-color: #fff
}
.calTable td {
	padding: 7px 2px;
	text-align: center
}
.calWday, .calWdaySe, .calWdaySu {
	font-size: 14px;
	font-weight: 700
}
.calTable td.calMonth a {
	text-decoration: none
}
.calTable td.calMonth a:hover {
	text-decoration: underline
}
.calTable .calMday {
	color: #aaa
}
.calTable .calMdayA, .calTable .calMdayIsA {
	background: #ffd000
}
.calMdayLink:not(.calMdayIs a) {
	font-weight: bold;
	text-decoration: none
}
.calMdayIsA>a {
	font-weight: bold;
	color: #1a202d
}
.sidebox ul ul {
	display: none;
	margin: 0;
	padding: 0 0 0 20px
}
.sidebox li.uWithSubmenu.over>ul, .sidebox li.parent-li.over>ul {
	display: block
}
.sidebox iframe {
	border: 1px solid #4a4523
}
#mchatIfm2 .mchat-body div#mcnomess92 {
	padding: 15px;
	color: #fff
}
#mchatBtn {
	width: 83px!important
}
.sidebox .answer {
	padding: 5px 0 0 0
}
.schQuery, .schBtn {
	display: inline;
	padding: 0 2px
}
.sidebox ul.rate-list {
	margin: 0
}
#shop-basket ul li a {
	margin: 0;
	padding: 0
}
#shop-basket ul li a:before {
	display: none
}
.user-box {
	text-align: center
}
.user-box img {
	max-width: 90%;
	margin: 0 0 10px;
	padding: 2px;
	border: 1px solid #dbe1e8
}
.user-ttl {
	font-size: 15px;
	padding: 0 0 5px
}
#content {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 72%;
	padding: 20px;
	background: #000000;
}
#content fieldset {
	margin: 0 0 20px;
	padding: 20px;
	border: 1px solid #dbe1e8
}
#content .calTable {
	width: 70%;
	margin: 0 0 30px
}
#content.wide-page {
	float: none;
	width: auto
}
.eBlock {
	clear: both;
	padding: 0 0 0
}
.eBlock+br {
	display: none
}
.eBlock+table {
	margin: 40px 0 0;
	border-spacing: 0
}
.eBlock+table td[width='60%'] {
	font-size: 18px;
	padding: 0 0 20px
}
.eTitle a, .eTitle {
	font-family: 'Exo 2';
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	text-decoration: none;
	letter-spacing: .8px;
	text-transform: uppercase;
	color: #c1c1c1
}
.eTitle a:hover {
	color: #ffd000
}
.eTitle div[style^='float:right'] a {
	font-size: inherit
}
.e-reads:before, .phone:before, #casing .cat-tree u:before, #casing .cat-tree u.minus:before, .e-redirects:before, .eTag:before, .phone:before, .email:before, .e-rating::before, .e-author-phone:before, .e-tags:before, .e-author:before, .e-category:before, .e-placed:before, .e-comments:before, .e-loads:before, .e-date:before, .e-add:before, .e-redirects:before {
	font-family: 'Material Icons';
	font-size: 16px;
	font-weight: 400;
	position: absolute;
	display: inline-block;
	color: #757575;
	font-feature-settings: 'liga' 1;
	-webkit-font-feature-settings: liga;
	font-feature-settings: liga;
	ms-font-feature-settings: liga
}
#casing form#addEntForm .added .iCode_block>span[id*=gbut] {
	margin: 8px 0 0 5px
}
.eDetails, .eDetails1, .eDetails2 {
	font-size: 12px;
	font-weight: 400;
	padding: 0 11px;
	color: #c4bfa8;
}
.eDetails ul, .eDetails1 ul, .eDetails2 ul {
	line-height: normal;
	overflow: hidden
}
.eBlock .eDetails, .eBlock .eDetails1, .eDetails2 {
	display: inline-flex;
	margin: 10px 0 0;
	align-items: center;
	flex-wrap: wrap
}
a.e-category {
	padding-top: 5px;
	padding-bottom: 5px
}
.eDetails a, .eDetails1 a, .eDetails2 a {
	text-decoration: none;
	color: #da0000
}
.eDetails a:hover, .e-author:hover:before, .e-comments:hover:before, .e-category:hover:before, .eDetails1 a:hover, .eDetails2 a:hover, .eDetails1 .ed-value:hover, .eDetails2 .ed-value:hover {
	color: #820000
}
.e-category, .e-redirects, .e-comments, .e-reads, .e-loads, .e-author, .e-date, .e-rating, .e-add, .e-tags {
	line-height: 15px;
	position: relative;
	display: inline-block;
	padding: 0 12px 0 34px;
	border-right: 2px solid #4a4523
}
.e-category {
	padding-left: 23px
}
.eDetails {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap
}
.eDetails>div:first-child, .eDetails1>div:first-child {
	padding-left: 11px;
	order: 9
}
.stuff-main .eDetails {
	padding: 5px
}
.stuff-main .eDetails>div:first-child, .stuff-main>div:first-child {
	padding: 0
}
.eDetails>span, .eDetails1>span, .eDetails2>span, .e-redirects>span {
	padding-top: 6px;
	padding-bottom: 6px
}
.eDetails2>.e-rating {
	border-right: 0
}
.publ-entry .eBlock tr {
	display: inline-block
}
.publ-entry .eBlock tr:first-child {
	display: inline-block;
	width: 100%
}
a.e-comments {
	display: -webkit-flex;
	display: flex;
	min-height: 27px;
	-webkit-align-items: center;
	align-items: center
}
_:-ms-fullscreen, :root a.e-comments {
	height: 27px
}
select::-ms-expand {
	display: none
}
.e-category:before {
	left: 0;
	display: block;
	content: 'folder_open';
	color: #ffd000
}
.e-reads:before {
	left: 11px;
	display: block;
	content: 'visibility';
	color: #ffd000
}
.e-author:before, .e-add:before {
	left: 11px;
	display: block;
	content: 'person';
	color: #ffd000
}
.e-redirects:before {
	left: 11px;
	display: block;
	content: 'link';
	color: #ffd000
}
.e-rating:before {
	left: 11px;
	display: block;
	content: 'star_rate';
	color: #ffd000
}
.e-tags:before {
	left: 11px;
	display: block;
	content: 'label_outline';
	color: #ffd000
}
.e-loads:before {
	left: 11px;
	display: block;
	content: 'file_download';
	color: #ffd000
}
.e-date:before {
	left: 11px;
	display: block;
	content: 'date_range';
	color: #ffd000
}
.e-comments:before {
	left: 11px;
	display: block;
	content: 'comment';
	color: #ffd000
}
.ed-sep, .ed-title {
	display: none
}
.eBlock td.eMessage, .eBlock td.eText {
	padding: 10px 0 20px
}
.eMessage, .eText {
	margin: 0;
	padding: 30px 0 10px
}
.eMessage img, .eText img {
	float: left;
	max-width: 100%;
	height: auto;
	margin: 5px 20px 5px 0;
	border: 0
}
.eMessage p, .eText p {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
	overflow: hidden;
	margin: 0;
	padding: 0 0 5px 0;
	color: #c5c0a9
}
.eBlock td.eMessage, .eBlock td.eMessage.eText {
	padding: 20px 0 10px!important
}
.navigation span:not(.nav_ext), .navigation a {
	display: inline-block;
	margin: 2px 0
}
.navigation span:not(.nav_ext) {
	display: inline-flex;
	display: inline-flex;
	min-width: 30px;
	min-height: 30px;
	padding: 3px 6px;
	text-transform: uppercase;
	color: #1a202d;
	background: #da0000;
	align-items: center;
	justify-content: center
}
#casing .forum-pages li {
	display: inline-flex;
	min-width: 30px;
	max-height: 30px;
	margin: 2px 0;
	justify-content: center;
	align-items: center
}
.navigation a {
	padding: 3px
}
.navigation a:hover {
	color: #ffe573
}
.cBlock1, .cBlock2 {
	color: #fff
}
#content .cBlock1, #content .cBlock2 {
	margin: 0 0 20px;
	padding: 0 0 20px
}
.commTable {
	padding: 20px
}
.cMessage {
	font-size: 13px;
	color: #c4bfa8
}
font.successText {
	color: #c4bfa8
}
#casing .shop-tabs li {
	border-top: #4a4523 1px solid;
	border-right: #4a4523 1px solid
}
#casing .shop-tabs {
	border-bottom: #4a4523 1px solid;
	border-left: #4a4523 1px solid
}
#casing .shop-tabs li.postRest1 {
	border-bottom: #252a24 1px solid
}
.mchat-body a b {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	color: #ffd000
}
.mchat-body {
	padding: 18px 15px
}
.cTop {
	font-size: 14px;
	padding: 0 0 15px 0
}
.cTop * {
	font-weight: normal
}
.cAnswer {
	font-size: 11px;
	font-style: italic;
	padding: 5px 0 0 0;
	color: #464646
}
.commTd1 {
	width: 20%;
	padding: 5px 2px
}
input.codeButtons {
	min-width: 30px
}
.eAttach {
	font-size: 11px;
	margin: 10px 0;
	padding: 0 0 0 15px;
	color: #939fae;
	background: url('/.s/t/1808/attach.gif') 0 0 no-repeat
}
.eRating {
	font-size: 8pt
}
.manTdError, .commError {
	color: #f00
}
.commReg {
	padding: 10px 0;
	text-align: center
}
a.groupModer:link, a.groupModer:visited, a.groupModer:hover {
	color: blue
}
a.groupAdmin:link, a.groupAdmin:visited, a.groupAdmin:hover {
	color: #00c57c
}
a.groupVerify:link, a.groupVerify:visited, a.groupVerify:hover {
	color: green
}
.replaceTable {
	font-size: 12px;
	padding: 20px;
	border: 0;
	background: #fff
}
.legendTd {
	font-size: 8pt
}
.forum-search .gTableBody1[rowspan='5'] {
	border-left: 3px solid #ffd000
}
.forum-search .gTableBody1[rowspan='3'] {
	border-left: 3px solid #ffd000
}
.forum-search .gTableBody1, .forum-search .gTableSubTop {
	padding: 10px!important
}
#casing .forum-search input[type='text'], #casing .forum-search select {
	margin-left: 0
}
#casing .forum-search input[type='text'] {
	padding: 6px 8px 8px
}
.forum-search .gTableSubTop, .postTdTop {
	border-bottom: 0
}
.forum-search .gTable>tbody>tr:nth-child(2)>td:last-child {
	border-left: 3px solid #ffd000
}
.forum-search .gTableBody1 {
	border-bottom: 3px solid #ffd000
}
.forum-search .gTableBottom {
	border-bottom: 0
}
.outputPM {
	margin: 4px 0 4px 30px;
	border: 1px dashed #8f7a0e
}
.inputPM {
	margin: 4px 0;
	border: 1px dashed #8f7a0e
}
.uTable {
	margin: 0;
	padding: 0;
	border-spacing: 0
}
td.forumMemNum {
	padding: 15px
}
a.swchItem {
	padding: 5px
}
form[name=fuser] input, form[name=memform] input, form[name=memform] select, table#usch input {
	margin: 4px!important;
	vertical-align: middle
}
.uTable td {
	padding: 8px 10px;
	border-bottom: 1px solid #8f7a0e
}
.uTable td.uTopTd {
	border-bottom: 0
}
#casing .forum-box .gTableBody1 select[name=o1], #casing .forum-box .gTableBody1 select[name=o2], #casing .forum-box .gTableBody1 select[name=o3], #casing .forum-box input[name=user] {
	min-width: 200px
}
.eAttach .entryAttachSize {
	padding-left: 4px
}
.manTable {
	text-align: left
}
.manTable .manTd1 {
	font-size: 12px;
	line-height: 14px;
	width: 30%
}
#casing.popuptable {
	margin: 0;
	padding: 0;
	background: #fff
}
.popuptitle {
	font-size: 16px;
	padding: 13px 20px;
	text-transform: uppercase;
	color: #fff;
	background: #3498db
}
.popupbody {
	font-size: 12px;
	padding: 20px;
	color: #5e6d81
}
.popupbody * {
	font-size: 12px!important
}
.popuptable table {
	text-align: left;
	color: #5e6d81
}
.archiveEntryTitle ul {
	margin: 2px 0;
	list-style: circle
}
.archiveEntryTitle .archiveEntryTime {
	font-size: 11px;
	display: inline-block;
	padding: 3px 5px;
	color: #1d231c;
	background: #ffd000
}
.archiveEntryTitle .archiveEntryComms {
	font-size: 11px;
	color: #939fae
}
#uEntriesList .uEntryWrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 33.33%;
	padding: 0 20px 20px
}
#uEntriesList .entryBlock {
	display: block!important
}
#uEntriesList .uphoto {
	display: block;
	width: auto;
	margin: 0
}
#uEntriesList .photo-title {
	line-height: 40px;
	overflow: hidden;
	height: 40px;
	white-space: normal
}
#uEntriesList .photo-block, #uEntriesList .photo-eblock {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	display: block;
	padding: 10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
#uEntriesList .ph-wrap, #uEntriesList .ph-tc {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%
}
#uEntriesList .ph-wrap img {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0
}
#uEntriesList .ph-data {
	position: relative;
	top: 50%;
	margin: -22px 0 0
}
#photoModalWrap .fancybox-wrap, #photoModalWrap .fancybox-inner, #photoModalWrap .fancybox-outer {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%
}
.user_avatar img {
	width: 100px;
	padding: 2px;
	border: 1px solid #dbe1e8
}
.cMessage .user_avatar img {
	width: 50px;
	margin: 0 10px 5px 0
}
#footer {
	padding: 40px 0
}
#footer a {
	color: #f27935
}
.foot-l {
	float: left;
	width: 50%
}
.foot-r {
	float: right;
	width: 50%;
	text-align: right
}
.forum-box {
	padding: 20px;
	background: #252a24
}
.gTable, .postTable {
	border-spacing: 0;
	background: 0
}
.postTable {
	border-top: 2px solid #ffd000
}
td.fFastSearchTd.FastSearchCl11 {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end
}
.gTableTop {
	font-family: 'Exo 2';
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	padding: 13px 20px;
	text-transform: uppercase;
	color: #1d231c;
	background: #ffd000
}
.gTableTop a {
	font-family: 'Exo 2';
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	text-decoration: none;
	color: #1d231c
}
.gTableTop a:hover {
	text-decoration: none
}
.gTableSubTop, .postTdTop {
	font-family: 'Exo 2';
	font-size: 12px;
	font-weight: bold;
	line-height: 34px;
	position: relative;
	padding: 0 10px;
	color: #dedcd1;
	border-bottom: 1px solid #8f7a0e
}
.gTableSubTop a, .gTableSubTop a:hover, .postTdTop a, .postTdTop a:hover {
	color: #c5c0a9
}
.gTableSubTop b {
	font-weight: normal
}
.gTableBody, .gTableBody1, .gTableBottom, .gTableError, .forumNameTd, .forumLastPostTd, .threadNametd, .threadAuthTd, .threadLastPostTd, .threadsType, .postPoll, .newThreadBlock, .newPollBlock, .newThreadBlock, .newPollBlock, .gTableRight, .postTdInfo, .codeMessage, .quoteMessage, .forumIcoTd, .forumThreadTd, .forumPostTd, .gTableLeft, .threadIcoTd, .threadPostTd, .threadViewTd, .postBottom {
	padding: 15px 10px;
	border-bottom: 1px solid #8f7a0e
}
.postPoll, .postTdInfo, .postBottom, .posttdMessage {
	border-bottom: 0
}
.postBottom {
	border-top: 1px solid #8f7a0e
}
.postBottom {
	padding: 3px 7px
}
a.forum, a.threadLink {
	font-size: 16px;
	padding: 0
}
.gTableLeft {
	font-weight: bold
}
.gTableError {
	color: #f00
}
a.catLink:hover {
	text-decoration: none;
	color: #fff
}
.lastPostGuest, .lastPostUser, .threadAuthor {
	font-weight: bold
}
.archivedForum {
	font-size: 8pt;
	font-weight: bold;
	color: #f00
}
.forumDescr {
	font-size: 8pt
}
div.forumModer {
	font-size: 8pt;
	color: #c4bfa8
}
.forumViewed {
	font-size: 9px
}
.forumBarKw {
	font-weight: normal
}
a.forumBarA {
	text-decoration: none;
	color: #c5c0a9
}
a.forumBarA:hover {
	text-decoration: none
}
.fastLoginForm {
	font-size: 8pt
}
.switch, .pagesInfo {
	font-size: 14px;
	font-weight: normal;
	padding: 4px 7px;
	color: #fff
}
.switchActive {
	font-weight: normal;
	padding: 4px 7px;
	color: #1d231c;
	background: #ffd000
}
a.switchDigit, a.switchBack, a.switchNext {
	text-decoration: none;
	color: #fff
}
a.switchDigit:hover, a.switchBack:hover, a.switchNext:hover {
	text-decoration: underline
}
.threadLastPostTd {
	font-size: 8pt
}
.threadDescr {
	font-size: 8pt;
	color: #c5c0a9
}
.threadNoticeLink {
	font-weight: bold
}
.threadsType {
	font-size: 8pt;
	font-weight: bold;
	height: 20px
}
.threadsDetails, .forumOnlineBar {
	padding: 5px 0
}
a.threadPinnedLink {
	font-weight: bold
}
.postpSwithces {
	font-size: 8pt
}
.thDescr {
	font-weight: normal
}
.threadFrmBlock {
	font-size: 8pt;
	text-align: right
}
.forumNamesBar {
	padding: 3px 0
}
.forumModerBlock {
	padding: 3px 0
}
.postPoll {
	text-align: center
}
.postUser {
	font-weight: bold
}
.postRankName {
	margin-top: 5px
}
.postRankIco {
	margin-bottom: 5px;
	margin-bottom: 5px
}
.reputation {
	margin-top: 5px
}
.signatureHr {
	margin-top: 20px
}
.postTdInfo, .posttdMessage {
	padding: 20px
}
.postTdInfo {
	text-align: center;
	border-right: 1px solid #8f7a0e
}
input#frF15 {
	width: auto!important
}
.posttdMessage {
	line-height: 18px
}
.pollQuestion {
	font-weight: bold;
	text-align: center
}
.pollButtons, .pollTotal {
	text-align: center
}
.pollSubmitBut, .pollreSultsBut {
	font-size: 8pt;
	width: 140px
}
.pollSubmit {
	font-weight: bold
}
.pollEnd {
	height: 30px;
	text-align: center
}
.codeMessage, .quoteMessage, .uSpoilerText {
	font-size: 11px;
	margin: 0 0 20px;
	padding: 10px;
	color: #939fae;
	border: 1px solid #dbe1e8;
	background: 0
}
.signatureView {
	font-size: 8pt;
	line-height: 14px;
	display: block;
	padding: 0 0 0 10px;
	border-left: 3px solid #dbe1e8
}
.edited {
	font-size: 8pt;
	padding-top: 30px;
	text-align: right;
	color: gray
}
.editedBy {
	font-size: 8pt;
	font-weight: bold
}
.statusBlock {
	padding-top: 3px
}
.statusOnline {
	color: #0f0
}
.statusOffline {
	color: #f00
}
#casing .spec-filter {
	border-right: #4a4523 1px solid;
	border-bottom: #4a4523 1px solid
}
.newThreadItem {
	padding: 0 0 8px;
	background: url(/.s/t/1808/12.gif) no-repeat 0 4px
}
.newPollItem {
	padding: 0 0 8px;
	background: url(/.s/t/1808/12.gif) no-repeat 0 4px
}
.pollHelp {
	font-size: 8pt;
	font-weight: normal;
	padding-top: 3px
}
.smilesPart {
	padding-top: 5px;
	text-align: center
}
.userAvatar {
	padding: 2px;
	border: 1px solid #939fae
}
.pollButtons button {
	margin: 0 10px 0 0!important
}
.postBottom .goOnTop {
	display: none
}
.postIpLink {
	text-decoration: none
}
.thread_subscribe {
	text-decoration: none
}
.thread_subscribe:hover {
	text-decoration: underline
}
.postip, .postip a {
	font-size: 11px;
	color: #939fae
}
.UhideBlockL {
	padding: 10px;
	color: #939fae;
	border: 1px solid #dbe1e8;
	background: 0
}
.UhideBlockL a {
	text-decoration: underline;
	color: #939fae
}
.mcBBcodesBtn:before, .mcManageBtn:before, .mcReloadBtn:before, .mcSmilesBtn:before {
	font-family: 'Material Icons';
	font-size: 21px;
	font-weight: 400;
	display: inline-block;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-font-feature-settings: liga;
	font-feature-settings: liga;
	ms-font-feature-settings: liga
}
.loginformMobile, .mcBBcodesBtn img, .mcManageBtn img, .mcReloadBtn img, .mcSmilesBtn img, li.uWithSubmenu.item-parent ul li.uWithSubmenu.item-parent i {
	display: none
}
#casing select#mchatRSel {
	font-size: 14px!important;
	background-color: #31382f
}
.mcReloadBtn::before {
	content: '\E5D5'
}
.mcSmilesBtn::before {
	content: '\E420'
}
.mcBBcodesBtn::before {
	content: '\E86F'
}
.mcManageBtn::before {
	content: '\E254'
}
#casing input[type='text'], #casing input[type='password'], textarea, #casing input[type='file'], #casing select, .filterBlock {
	min-height: 36px;
	margin: 5px;
	padding: 8px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #4a4523;
	outline: 0;
	background: #1e231d
}
label#captcha-block-gb-add {
	justify-content: left
}
.uTd>div:first-of-type {
	display: inline;
	float: unset!important;
	margin-right: 15px
}
#casing select:not([multiple]) {
	max-height: 39px;
	background: #1e231d url(/.s/t/1808/arrow-down-white.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) 50%;
	-webkit-appearance: none;
	-moz-appearance: none
}
#uf-password {
	font-size: 1em;
	width: 85%;
	padding-right: 5px;
	padding-left: 5px
}
div#forum_filter {
	display: flex;
	margin-bottom: 10px;
	align-items: center
}
#casing input[type='text']#thread_search_field {
	margin-right: 0;
	margin-left: 0
}
td.fFastNavTd.navigationCl11, td.forumModerFuncs.forumModerFuncsCl11 {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end
}
td#frM52 {
	display: -webkit-flex;
	display: flex;
	padding-left: 0;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}
#casing input[type='file'][id^='fln'] {
	padding: 6px!important
}
.curPage, .numPages {
	padding: 0 3px
}
#casing textarea#mchatMsgF {
	height: 100px!important;
	margin-bottom: 19px
}
a.thread_subscribe {
	font-size: 12px
}
#options-vals input {
	font-size: 11px
}
#casing input[type='submit'], #casing input[type='reset'], #casing input[type='button'], #casing button {
	font-size: 14px;
	font-weight: 400;
	width: auto!important;
	min-height: 36px;
	margin: 5px;
	padding: 9px 11px;
	cursor: pointer;
	color: #1d231c;
	border: 1px solid transparent;
	background-color: #ffd000
}
input.commFl, textarea.commFl, .prosFl, .consFl, .mchat, .sidebox .loginField, .postTextFl {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%
}
#casing textarea {
	resize: vertical
}
#MCaddFrm table {
	border-spacing: 0
}
#MCaddFrm table td {
	padding: 2px 0
}
#casing input[type='submit']:hover, #casing input[type='reset']:hover, #casing input[type='button']:hover, #casing button:hover {
	color: #1d231c;
	border: 1px solid #ffd000;
	background-color: #ffd000;
	box-shadow: 0 6px 5px rgba(255, 208, 0, .33)
}
#iplus input {
	width: auto!important
}
#thread_search_field {
	width: 155px!important;
	margin-right: 4px!important
}
div[id^='imblock']>span:first-child {
	display: inline-block;
	width: 34px;
	padding-right: 0!important;
	text-align: center
}
div[id^='imblock']>div:first-child, #iplus>div {
	line-height: 34px;
	vertical-align: middle
}
div[id^='imblock'] {
	width: 100%
}
.editImgBlock {
	padding-left: 7px
}
#casing .uplFileFl {
	margin-left: 12px!important
}
.wysibb *, a.login-with i, ul.shop-tabs.with-clear, ul.shop-tabs.with-clear li {
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.ucoz-forum-post-image-interface {
	padding-left: 12px
}
[id^='catSelector'] {
	width: auto!important;
	padding-right: 3px!important;
	padding-left: 3px!important
}
textarea.mchat {
	vertical-align: bottom
}
#casing input[type='text'][id^='qid-'], #casing input[type='button'][id^='bid-'] {
	margin-bottom: 10px
}
#invoice_cont {
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	margin: 0 0 1em
}
div#cont-shop-invoices>.filter_table {
	display: none
}
.goods-list div.add {
	background: url('/.s/t/1808/addbc.png') center center no-repeat
}
.goods-list div.wadd {
	background: url('/.s/t/1808/wish.png') center center no-repeat
}
.goods-list div.now {
	background: url('/.s/t/1808/addbcarr.png') center center no-repeat
}
.goods-list div.wdel {
	background: url('/.s/t/1808/rwish.png') center center no-repeat
}
div.compare-widget-add {
	background: url('/.s/t/1808/compare.png') center center no-repeat
}
div.goods-list .done {
	cursor: pointer;
	background: url('/.s/t/1808/raddbc.png') center center no-repeat
}
div.compare-widget-remove {
	background: url('/.s/t/1808/rcompare.png') center center no-repeat
}
div.compare-widget-wrapper {
	height: 35px;
	vertical-align: middle;
	border: 1px solid #4a4523;
	border-radius: unset
}
.list-item table tr[valign='top'] td:not(:first-child) {
	padding-left: 15px
}
.item-actions td:not(:last-child) {
	padding-right: 5px
}
#content input#invoice-form-export, #content input#invoice-form-print, #content input#invoice-form-send-el-goods {
	font-family: 'Material Icons';
	font-size: 14px;
	display: inline-flex;
	overflow: hidden;
	margin-right: 7px;
	padding: 7px 30px;
	vertical-align: middle;
	text-transform: none;
	justify-content: center;
	align-items: center;
	text-rendering: optimizeLegibility;
	-webkit-font-feature-settings: 'liga';
	font-feature-settings: 'liga';
	ms-font-feature-settings: 'liga'
}
.fil_togg_wrapper+hr+table td {
	display: inline-block;
	width: 49.8%!important;
	padding: 0;
	text-align: left!important
}
.fil_togg_wrapper+hr+table td:nth-child(even) {
	text-align: right!important
}
.shop-invoices input#suggEdit {
	max-width: 200px
}
.fil_togg_holder {
	display: inline-flex;
	padding: 5px 8px 5px 12px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #000;
	background: #ffd000
}
div#cont-shop-invoices .fil_togg_wrapper {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 4px
}
span[class^='id-good'] {
	line-height: 31px;
	vertical-align: bottom
}
.manTable select {
	max-width: 300px
}
#casing input#catSelector9 {
	margin: 0;
	padding-right: 25px!important
}
#doSmbBt, .u-combobut {
	display: none
}
#casing .u-comboeditcell, #casing .u-combo {
	border: 0!important;
	background: none!important
}
#casing .u-combolist, #content .xw-mc {
	font-size: 12px!important;
	margin: 0;
	padding: 5px 3px;
	color: #939fae!important;
	border: 1px solid #feb900;
	background: #1e231d
}
#casing #MCaddFrm input, #casing #MCaddFrm textarea, #casing #MCaddFrm select {
	margin-left: 0
}
#casing #MCaddFrm #mchatBtn {
	margin-right: 0
}
.mcBBcodesBtn:before, .mcManageBtn:before, .mcReloadBtn:before, .mcSmilesBtn:before {
	font-family: 'Material Icons';
	font-size: 21px;
	font-weight: 400;
	display: inline-block;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-font-feature-settings: liga;
	font-feature-settings: liga;
	ms-font-feature-settings: liga
}
.mcReloadBtn::before {
	content: '\E5D5'
}
.mcSmilesBtn::before {
	content: '\E420'
}
.mcBBcodesBtn::before {
	content: '\E86F'
}
.mcManageBtn::before {
	content: '\E254'
}
.loginformMobile, .mcBBcodesBtn img, .mcManageBtn img, .mcReloadBtn img, .mcSmilesBtn img, li.uWithSubmenu.item-parent ul li.uWithSubmenu.item-parent i {
	display: none
}
#casing #total-sum td {
	border-left: #ffd000 4px solid
}
#content .queryField {
	width: 70%!important
}
#content .xw-tl, #content .xw-bl, #content .u-menuvsep {
	display: none
}
#content .xw-ml, #content .xw-mr {
	margin: 0;
	padding: 0;
	background: 0
}
#uNetRegF table {
	text-align: left
}
#uNetRegF table table {
	clear: both
}
#uNetRegF table table td {
	padding: 5px 0 0 0
}
.sidebox .gTable {
	border: 0;
	background: 0
}
.sidebox .forumDescr {
	color: #939fae
}
.sidebox .gTableTop, .sidebox .gTableSubTop, .sidebox .forumNameTd {
	line-height: normal;
	overflow: visible;
	height: auto;
	text-transform: none;
	border: 0;
	background: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
.sidebox .gTable ul {
	padding: 0 0 0 20px
}
.sidebox .gTableTop, .sidebox .gTableSubTop {
	font-size: 14px!important;
	font-weight: normal;
	line-height: 2;
	position: relative;
	display: block;
	padding: 5px 0;
	text-decoration: none;
	color: #dedcd1
}
.sidebox .gTableTop:hover, .sidebox .gTableSubTop:hover {
	text-decoration: none;
	color: #fff
}
.parent-li em, .sidebox .gTableTop[onclick*=shopCatBlocks]:before {
	line-height: 20px;
	display: inline-flex;
	width: 17px;
	height: 17px;
	margin-right: 5px;
	content: '+';
	cursor: pointer;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	color: #dedcd1;
	border: 3px solid #0000;
	align-items: center;
	justify-content: center
}
#casing .cat-tree u {
	position: relative;
	padding-left: 20px;
	background: 0
}
#casing .cat-tree u:hover:before {
	color: #ffd000
}
#casing .cat-tree u:before {
	top: 0;
	display: -webkit-flex;
	display: flex;
	width: 17px;
	height: 17px;
	content: 'add_circle';
	cursor: pointer;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center
}
#casing .cat-tree i {
	background: 0
}
#casing .cat-tree u.minus:before {
	top: 0;
	display: -webkit-flex;
	display: flex;
	width: 17px;
	height: 17px;
	content: 'remove_circle';
	cursor: pointer;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center
}
.parent-li em, .sidebox .gTableTop[onclick*=shopCatBlocks]:hover:before {
	color: #1a202d;
	background-color: #ffd000
}
.sidebox .gTableSubTop:before {
	line-height: 20px;
	display: inline-flex;
	width: 17px;
	height: 17px;
	margin-right: 5px;
	content: '-';
	cursor: pointer;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	color: #dedcd1;
	border: 3px solid #0000;
	align-items: center;
	justify-content: center
}
.sidebox .gTableTop:hover:before, .sidebox .gTableSubTop:hover:before {
	color: #939fae
}
.manTable td input, .manTable td textarea {
	max-width: 99%
}
.manTable td input#id_file_add {
	max-width: none
}
.entTd .eDetails {
	margin: 0 0 40px
}
.opt_vals .gTableSubTop {
	padding-left: 0;
	background: 0
}
#content form[action$='search/'] table {
	width: 100%
}
#content form[action$='search/'] table td {
	white-space: normal!important
}
#content form[action$='search/'] table td+td {
	width: 30%
}
#content .queryField {
	width: 70%!important
}
#slideshowBlock7 {
	margin: 0 0 20px
}
#selectPhotosBtn {
	height: auto!important
}
#content .gTableSubTop {
	font-size: 10px!important
}
.cats-select-btn {
	text-shadow: inherit!important
}
#slider {
	text-align: center
}
.flex-viewport {
	text-align: left
}
.flex-control-nav {
	margin: 0;
	padding: 0;
	list-style: none
}
.flex-control-nav {
	position: relative;
	bottom: 25px;
	display: inline-block;
	text-align: center
}
.flex-control-nav li {
	display: block;
	float: left;
	margin: 0 6px
}
.flex-control-paging li a {
	display: block;
	overflow: hidden;
	width: 11px;
	height: 11px;
	cursor: pointer;
	white-space: nowrap;
	text-indent: 100%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff
}
.flex-control-paging li a:hover {
	background: #f27935
}
.flex-control-paging li a.flex-active {
	cursor: default;
	background: #f27935
}
.gphoto, .smiles img {
	max-width: inherit
}
#baseLogForm td:first-child {
	width: 25%
}
.ucoz-forum-post-image-preview {
	max-width: inherit!important;
	max-height: 35px!important
}
#casing select {
	max-width: 281px;
	padding: 6px 32px 6px 7px;
	cursor: pointer;
	vertical-align: middle
}
_:-ms-lang(x), #casing select {
	padding: 6px 21px 6px 7px
}
_:-ms-fullscreen, :root #casing select:not([multiple]) {
	background-position: calc(100%) 50%
}
.x-scroll::-webkit-scrollbar, #transactions_cont::-webkit-scrollbar {
	height: 7px
}
.x-scroll::-webkit-scrollbar-track, #transactions_cont::-webkit-scrollbar-track {
	background-color: #1e231d
}
.x-scroll::-webkit-scrollbar-thumb, #transactions_cont::-webkit-scrollbar-thumb {
	background-color: #ffba00
}
#casing #uf-register input#uf-show-pass[type="checkbox"]+label span {
	margin-left: -37px
}
#casing input[type='file'][id^='ldF'] {
	padding: 6px!important
}
.shop-invoices select#user-filter, .shop-invoices #invoice_sum2+input {
	margin-right: 0
}
#casing .shop-invoices .xml-xls-export>form:last-child>input[type="submit"] {
	margin-right: 3px
}
.x-scroll {
	overflow-x: auto
}
#casing input[type='button'].fastNav, #casing .forum-threadpage input[type='submit'], #casing .forum-forum input[type='submit'] {
	margin-right: 0
}
a.subscribe_forum {
	font-size: 10px
}
.allUsersBtn, .commTd2 input[type=button], .manTd2 input[type=button], .manTdBrief input[type=button], .manTdText input[type=button], input[type=button]#newPhtBt, input[type=button].codeButtons, select.codeButtons {
	width: auto!important
}
.popup {
	padding: 15px
}
.close-menu, .show-menu, .show-search, .show-registration {
	display: none;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #fff
}
.registration-links, .search-m-bd, .mobile-menu-list {
	display: none
}
#content .index-register #uf-register .uf-field label.uf-inline-label, #uf-register .uf-field label#uf-terms-label {
	padding-right: 10px
}
#content .index-register .recaptcha-wrapper {
	margin: 0 5px
}
input#policy, input#uf-gender, .agreement, input#uf-terms {
	margin-left: 5px
}
#casing .photo-add input[type=file], select[name=modopt] {
	width: 100%;
	padding: 10px!important
}
#casing .photo-add li.notcolumn.xPhtAction>span>button {
	display: inline-flex;
	width: 20px;
	min-height: 20px;
	justify-content: center;
	align-items: center
}
#casing .photo-add form ul.xPhtBlock .xPhtAction>span {
	display: flex;
	align-items: center
}
#casing .photo-add form ul.xPhtBlock .xPhtAction [data-clear]:before, #casing .photo-add form ul.xPhtBlock .xPhtAction [data-close]:before {
	font: unset;
	color: #1d231c
}
#casing .photo-add form ul.xPhtBlock .xPhtAction [data-toggle]:before {
	font-family: 'Material Icons';
	font-size: 24px;
	display: -webkit-flex;
	display: flex;
	content: 'keyboard_arrow_down';
	color: #1d231c;
	background: unset;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center
}
.navigation {
	text-align: center;
}
.navigation span:not(.nav_ext) {
	display: -webkit-inline-flex;
	display: inline-flex;
	min-width: 30px;
	min-height: 30px;
	color: #1a202d;
	background-color: #da0000;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center
}
div.flist-item span.flist-values {
	padding-left: 5px
}
div.flist-item span.flist-values>span.active {
	color: #ffe573
}
form#addEntForm .iCode_main_inp {
	font-size: 12px
}
form#addEntForm .iCode_in input {
	margin-top: 0
}
.footer {
	width: 100%;
	margin-top: 50px;
	color: #fff;
	background: #000000;
}
.ucoz-copy {
	letter-spacing: .28px;
	color: #ffd000
}
.contacts .phone:before {
	font-size: 14px;
	top: -2px;
	left: 0;
	display: inline-block;
	content: 'phone_iphone';
	text-transform: none;
	color: #ffd000
}
.footer .cont-wrap {
	display: flex;
	max-width: 1240px;
	margin: 0 auto;
	padding: 15px 15px 40px;
	align-items: flex-start;
	justify-content: space-between
}
footer ul.soc-block {
	width: 100%;
	justify-content: left
}
ul.quick-links {
	display: flex;
	padding: 0;
	justify-content: flex-start
}
.quick-links li:not(:last-child) {
	margin-right: 15px
}
.footer-left {
	width: 60%;
	text-align: left
}
.footer .contacts span:not(:last-child) {
	margin-right: 15px
}
.contacts .phone {
	font-size: 14px;
	font-weight: 700;
	position: relative;
	padding-left: 20px;
	color: #fff
}
footer h3 {
	font-family: 'Exo 2';
	font-size: 20px;
	font-weight: 700;
	line-height: 2.2;
	text-transform: uppercase
}
.navigation a {
	display: -webkit-inline-flex;
	display: inline-flex;
	min-width: 30px;
	min-height: 30px;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center
}
div#iplus {
	width: auto!important;
	min-width: 29px
}
form#addEntForm [id^='iCode_'] .iCode_block input {
	font-size: 12px
}
form#addEntForm div .iPhotoPrev a.ulightbox {
	margin-bottom: 0
}
div#shop-basket ul li {
	margin-bottom: 15px;
	padding-left: 45px;
	background-position: 0 50%!important;
	background-size: 40px!important
}
#casing .video-edit input[type='text'], #casing .video-edit .ui-hint, #casing .video-edit select:not([multiple]) {
	margin-left: 0
}
.video-edit #f_aname {
	width: 100%
}
#casing #uf-register .uf-status-icon.text-field {
	margin-left: -30px
}
@media only screen and (max-width:1268px) {
	.fil_togg_wrapper+hr+table td:nth-child(even) {
		text-align: left!important
	}
	.fil_togg_wrapper+hr+table td:nth-child(-n+2) {
		width: 100%!important
	}
	.fil_togg_wrapper+hr+table td:nth-child(4) {
		width: 100%!important;
		padding: 0
	}
	.wrapper {
		width: auto
	}
}
@media only screen and (max-width:960px) {
	.mobile-menu-list {
		display: block
	}
	#casing .paging-wrapper-top, #casing .paging-wrapper-bottom {
		white-space: unset
	}
	.items-stat, .paging-wrapper-top {
		width: 100%
	}
	.items-stat-wrapper {
		flex-wrap: wrap
	}
	.logo, ul.soc-block {
		width: 50%
	}
	.mobile-menu-list {
		width: 100%
	}
	div#sch-box {
		display: none
	}
	form[name=searchform] .gTable>tbody>tr>td.gTableBody1 {
		display: block;
		height: auto!important;
		border-left: none
	}
	.mobile-menu-list {
		position: relative;
		margin-top: 10px;
		background: #feb900
	}
	header .container {
		height: 42px;
		padding: 10px 15px
	}
	header .container.clr {
		display: block
	}
	header {
		padding: 0
	}
	.close-menu {
		position: absolute;
		top: 10px;
		left: calc(66% - 40px);
		display: block;
		cursor: pointer
	}
	.show-menu {
		display: block;
		float: left;
		margin-top: 2px
	}
	.show-menu, .show-search {
		width: 24px;
		cursor: pointer;
		text-align: center
	}
	.show-registration {
		display: block;
		float: right;
		padding-left: 10px;
		cursor: pointer
	}
	.show-search {
		display: block;
		float: right
	}
	.main-menu ul, .open, .person-wrapper a {
		display: block
	}
	.search-m-bd {
		position: absolute;
		z-index: 10;
		right: 0;
		bottom: -70px;
		width: 100%;
		padding: 15px;
		text-align: center;
		border: 2px solid #4a4523;
		background: #252a24
	}
	.search-m-bd .searchSbmFl {
		overflow: hidden;
		width: 45px!important;
		height: 36px;
		margin: 0!important;
		padding: 0!important;
		cursor: pointer;
		text-indent: -10000px;
		border: 0;
		border-radius: 0;
		background: transparent
	}
	.schBtn {
		position: relative;
		margin-left: -43px
	}
	.schBtn:hover:after {
		color: #ffd000
	}
	.schBtn:after {
		font-family: 'Material Icons';
		font-size: 24px;
		line-height: 35px;
		position: absolute;
		z-index: 1000;
		top: calc(50% - 17px);
		left: 0;
		width: 100%;
		height: 100%;
		content: 'search';
		cursor: pointer;
		pointer-events: none;
		color: #fff;
		text-rendering: optimizeLegibility;
		-webkit-font-feature-settings: 'liga';
		font-feature-settings: 'liga';
		ms-font-feature-settings: 'liga'
	}
	.registration-links {
		position: absolute;
		z-index: 999;
		bottom: -108px;
		left: 0;
		width: 100%;
		padding: 10px 0;
		border: 2px solid #4a4523;
		background: #252a24
	}
	.fixbody {
		position: fixed;
		top: 0;
		overflow: hidden
	}
	.registration-links a:first-child {
		border-bottom: 2px solid #4a4523
	}
	.registration-links a {
		display: block;
		padding: 10px 15px;
		text-align: right
	}
	#catmenu li.uWithSubmenu.over>ul {
		position: static;
		display: block;
		padding: 0;
		border: 0;
		border-top: 1px solid #8f7a0e;
		border-radius: 0
	}
	#catmenu ul ul li.uWithSubmenu i.material-icons.menu_tog {
		top: 11px;
		right: 18px;
		left: unset;
		padding: 10px;
		transform: none
	}
	#catmenu li.uWithSubmenu i.material-icons.menu_tog {
		top: 0;
		right: 6px;
		left: unset;
		padding: 15px 10px;
		cursor: pointer;
		transform: none
	}
	#catmenu .uWithSubmenu.over:hover a {
		color: #f0c402!important
	}
	#search-m-bd input.queryField {
		width: 100%;
		max-width: 270px;
		height: 36px;
		padding-left: 10px;
		color: #fff;
		border: 0;
		border-bottom: 2px solid #c4bfa8;
		background: #252a24
	}
	#search-m-bd input.queryField:focus {
		border-bottom: 2px solid #8f7a0e
	}
	#catmenu li.uWithSubmenu:hover>ul {
		display: none
	}
	#catmenu li.uWithSubmenu.over>ul {
		display: block;
		margin-top: 5px
	}
	#catmenu ul.uMenuRoot li {
		display: -webkit-flex;
		display: flex;
		float: none;
		min-height: 40px;
		margin: 0;
		padding: 0;
		text-align: left;
		text-transform: none;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: center;
		align-items: center
	}
	#catmenu ul.uMenuRoot.over li {
		margin-right: 0;
		padding-left: 5px
	}
	ul.uMenuRoot li:not(.navItemMore) a:after {
		content: unset
	}
	#catmenu ul.uMenuRoot>li:first-child a {
		margin-left: 15px
	}
	div#uNMenuDiv1.openMenu {
		left: 0;
		overflow: auto;
		-webkit-transition: left .5s, background .5s ease .5s;
		transition: left .5s, background .5s ease .5s;
		background-color: #feb9002e
	}
	div#uNMenuDiv1 {
		position: fixed;
		z-index: 40;
		top: 0;
		bottom: 0;
		left: -100%;
		overflow: auto;
		width: 100%;
		height: 100%;
		margin-left: 0;
		padding: 0;
		-webkit-transition: left .5s, background 5s ease 5s;
		transition: left .5s, background 5s ease 5s;
		background-color: transparent;
		-webkit-align-items: flex-start;
		align-items: start
	}
	#catmenu ul.uMenuRoot li.navItemMore {
		display: none!important
	}
	#catmenu ul.uMenuRoot {
		float: left;
		width: 66%;
		min-width: 240px;
		height: auto;
		min-height: 100%;
		margin: 0;
		padding-top: 40px;
		padding-left: 0;
		background-color: #252a24
	}
	* {
		-webkit-tap-highlight-color: #0000
	}
	#cont-shop-invoices>table>tbody>tr>td {
		display: block;
		width: 100%;
		text-align: left
	}
	header {
		height: auto;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.logo {
		padding: 15px 0;
		text-align: center
	}
	.item-top, .item-bottom {
		width: 50%;
		height: auto
	}
	.item-left, .item-right {
		display: -webkit-flex;
		display: flex;
		width: 100%;
		-webkit-justify-content: center;
		justify-content: center
	}
	.item-center {
		width: 100%
	}
	.item {
		height: auto;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.item-center {
		border-right: 0;
		border-left: none
	}
	.item-left {
		border-right: 0;
		border-bottom: 0;
		border-left: none
	}
	.item-right {
		border-top: 0;
		border-right: 0;
		border-left: none
	}
	.owl-carousel .owl-item img {
		max-height: 450px
	}
	.item-top {
		border-right: 4px solid #0000;
		border-bottom: 0
	}
	#footer {
		padding: 20px 0
	}
	.foot-l {
		padding-bottom: 0
	}
	.foot-r {
		padding: 0
	}
	#content, #sidebar {
		float: none;
		width: auto
	}
	.forum-box .gTableSubTop, .forum-box .forumIcoTd, .forum-box .forumThreadTd, .forum-box .forumPostTd, .forum-box .forumLastPostTd, .forum-box .threadIcoTd, .forum-box .threadPostTd, .forum-box .threadViewTd, .forum-box .threadAuthTd, .forum-box .threadLastPostTd, .forum-box .legendTable, .forum-box .fFastSearchTd, .forum-box .fFastNavTd, .forum-box .funcBlock, .forum-box .userRights, .forum-box .forumNamesBar {
		display: none
	}
	.forum-box .gTableTop {
		padding: 10px 20px
	}
	.forum-box .postTable, .forum-box .postTable tbody, .forum-box .postTable tr, .forum-box .postTable td {
		display: block;
		width: auto!important
	}
	.forum-box td.postBottom, .forum-box td.postTdInfo {
		display: none
	}
	.forum-box .postTdTop {
		font-size: 13px;
		line-height: normal;
		height: auto;
		padding: 10px 20px;
		text-align: left;
		border-bottom-width: 1px
	}
	.forum-box .postTdTop+.postTdTop {
		font-size: 11px;
		font-weight: normal;
		padding: 10px 20px;
		border-bottom-width: 2px
	}
	.forum-box .postTdTop+.postTdTop:before {
		position: absolute;
		bottom: -9px;
		left: 20px;
		width: 0;
		height: 0;
		content: '';
		border-top: 7px solid #dbe1e8;
		border-right: 7px solid transparent;
		border-left: 7px solid transparent;
		background: 0
	}
	#toolbarMainContainer {
		display: none
	}
}
@media screen and (max-width:768px) {
	#content .index-register #uf-register .uf-field input {
		padding: 3px
	}
	.footer-left, .footer-right {
		width: 100%;
		text-align: center
	}
	.footer .cont-wrap {
		padding: 15px 15px 50px;
		-webkit-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse
	}
	ul.quick-links, footer ul.soc-block {
		-webkit-justify-content: center;
		justify-content: center
	}
	#content .index-register .recaptcha-wrapper {
		margin: 0 auto;
		transform: scale(.8)
	}
}
@media only screen and (max-width:640px) {
	.site-n, .site-n a {
		font-size: 28px
	}
	#casing .shop-invoices select, div#cont-shop-invoices .fil_togg_wrapper, #content input#invoice-form-export, #casing .shop-invoices input[type='text'] {
		margin-left: 0
	}
	.logo, ul.soc-block {
		width: 100%
	}
	.eDetails>span, .eDetails>a {
		width: 100%;
		border-right: 0
	}
	td.shop-itempage-images+td table td {
		display: block;
		width: 100%;
		text-align: left
	}
	.goods-list.shop-itempage-buy-btns>div {
		display: inline-block;
		margin-left: 7px;
		vertical-align: middle
	}
	#content .shop-tabs {
		height: auto
	}
	#content .shop-tabs li {
		float: none
	}
	.shop-tabs li.postRest1 a {
		font-weight: 600;
		color: #ffe573
	}
	.goods-list.shop-itempage-buy-btns {
		float: none!important;
		padding: 20px 0
	}
	table.shop-sort-block td {
		display: block;
		width: 100%;
		text-align: center
	}
	.flist>div.flist-item {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: flex-start;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: flex-start
	}
	#flist-label-price {
		width: 100%
	}
	#casing #content .goods-list .list-item>table>tbody>tr>td, table.eBlock td {
		display: block;
		width: 100%;
		padding: 5px 0;
		text-align: left
	}
	.eDetails {
		padding: 10px 0
	}
	.e-category {
		padding-left: 34px
	}
	.e-category:before {
		left: 11px
	}
	#casing .emptyPlaceholder {
		left: 50%;
		width: 100%;
		margin: 0;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
	.smiles {
		display: none
	}
	#casing #content .module-shop .goods-list .list-item>table>tbody>tr>td, table.eBlock td {
		display: block;
		width: 100%;
		padding: 5px 0;
		text-align: left
	}
	#casing form#addEntForm span[id*=iCode].added input[type=text], .stuff-entry table tr td[width='180'] img {
		width: 100%
	}
	.stuff-entry .e-counters {
		padding-left: 6px
	}
	#casing form ul.xPhtBlock>li:nth-of-type(n):not(.notcolumn), #casing ul.form-fields>li:nth-of-type(n):not(.notcolumn) {
		width: 100%;
		padding: 5px 0 0
	}
	#addEntForm .commTd1, #addEntForm .commTd2, #addEntForm .manTable td, form#addEntForm>table>tbody>tr:first-child>td:first-child, form#addPhtFrm .navTabs>*, td.ucf-message-wrap, td.ucf-smiles {
		display: block;
		width: 100%
	}
	tr.ThrTopButtonsRow1 {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.forum-search .gTableBody1 td {
		text-align: center
	}
	.forumModerBlock {
		text-align: left
	}
	#casing select.moderOptions {
		margin-left: 0
	}
	td.fFastNavTd.navigationCl11, td.forumModerFuncs.forumModerFuncsCl11 {
		-webkit-justify-content: center;
		justify-content: left
	}
	#frM53 .gTableLeft, #frM53 .gTableRight {
		display: block;
		width: auto!important;
		padding-right: 0;
		padding-left: 0
	}
	td.ThrTopButtonsCl11, td.frmBtns.ThrTopButtonsCl12, td.FrmTopButtonsCl11, td.frmBtns.FrmTopButtonsCl12, td.FrmTopButtonsCl21 {
		display: block;
		width: 100%;
		margin-bottom: 10px;
		text-align: left
	}
	form[name=searchform] input[name=kw] {
		width: 290px;
		margin: 0
	}
	td.fFastSearchTd.FastSearchCl11 {
		display: none
	}
	form[name=searchform] .gTable>tbody>tr>td.gTableBody1 {
		display: -webkit-flex;
		display: flex;
		height: auto!important;
		border-left: none;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap
	}
	td.fFastNavTd.navigationCl11, .ThrBotRow3 {
		display: none
	}
	.ThrBotRow2 .ThrBotCl21 {
		display: -webkit-flex;
		display: flex;
		width: 100%;
		padding: 15px;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center
	}
	#content {
		padding: 10px
	}
	.about a {
		font-size: 16px
	}
	.cap-ttl {
		font-size: 15px
	}
	.cap-ds {
		font-size: 12px
	}
	.eMessage img, .eText img {
		float: none;
		width: 100%!important;
		margin: 0 0 20px!important
	}
	.ThrForumBarRow1 td.ThrForumBarCl12 {
		display: none
	}
	.uTable .user_avatar img {
		width: 50px
	}
	#uEntriesList .uEntryWrap {
		width: 50%!important
	}
	span[id^=iCode] {
		display: block;
		margin: 10px 0
	}
	.forum-search {
		display: block
	}
	.shop-info {
		clear: both
	}
	#puzadpn {
		display: none
	}
	.catalog td.catalog-item {
		display: block;
		overflow: hidden;
		width: 100%
	}
	td.shop-itempage-images {
		display: block;
		width: inherit
	}
	.shop-itempage-images+td {
		display: block
	}
	#content .shop-itempage-rating-text {
		text-align: left
	}
}
@media only screen and (max-width:480px) {
	.site-n, .site-n a {
		font-size: 24px
	}
	.index-register .manTable td {
		display: block;
		width: 100%
	}
	#catmenu ul.uMenuRoot, .uMenuV {
		width: 100%;
		min-width: 100%
	}
	.close-menu {
		left: calc(100% - 40px)
	}
	.forum-box {
		padding: 10px
	}
	.forum-forumsmembers td.forumMemNum, .forum-forumsmembers .forumMemSwch {
		display: block;
		width: 100%;
		text-align: center
	}
	#casing input[type=file], select[name=modopt] {
		overflow: hidden;
		width: 84%;
		vertical-align: middle
	}
	#casing input[type='file']#fln1 {
		margin-right: 0
	}
	div#forum_filter {
		display: none
	}
	#casing select {
		max-width: 220px
	}
	form[name=searchform] input[name=kw] {
		width: 240px
	}
	.about a {
		font-size: 12px
	}
	div.item-center .about a {
		font-size: 21px
	}
	#content input#invoice-form-export, #content input#invoice-form-print, #content input#invoice-form-send-el-goods {
		margin-top: 10px
	}
	.item {
		min-height: 517px
	}
	.cap-ttl {
		font-size: 14px;
		padding: 10px 20px
	}
	.cap-ds {
		display: none
	}
	#goodsform .manTable>tbody>tr>td, table.catsTable td {
		display: block;
		width: 100%!important
	}
	.manTable td input, .manTable td textarea {
		max-width: 97%
	}
	.manTable .manTd1 {
		width: auto
	}
	#uNetRegF tr td:first-child {
		font-size: 11px;
		max-width: 20%!important;
		white-space: normal!important
	}
	#uNetRegF #fAvatar, #uNetRegF #fAvatarU {
		display: block;
		margin: 0 0 3px
	}
	#uNetRegF #fAvatarU+input {
		position: relative;
		margin: 0 0 0 -10px
	}
	.uNetDescr {
		font-size: 9px
	}
	#fTerms {
		float: left;
		margin: 2px 10px 10px 0
	}
	#fTerms+label {
		font-size: 11px!important;
		vertical-align: top
	}
	#fTerms~div {
		font-size: 9px;
		padding: 10px 0 0
	}
	.calendarsTable, .calendarsTable>tbody, .calendarsTable>tbody>tr, .calendarsTable>tbody>tr>td {
		display: block;
		width: 100%
	}
	#content .calTable {
		width: 100%;
		margin: 0 0 20px
	}
	#content .calMonth {
		text-align: left;
		text-transform: uppercase
	}
	.posttdMessage {
		padding: 10px 10px 30px
	}
	.fNavLink {
		font-size: 11px;
		position: relative;
		margin: 0 -3px
	}
	#message {
		max-width: 97%
	}
	.postUser {
		font-size: 14px
	}
	.opt_vals td {
		display: table-cell!important
	}
	.opt_items {
		max-width: 97%
	}
	#puzadpn {
		display: none
	}
	#uEntriesList .uEntryWrap {
		width: 100%!important
	}
	.recaptcha-wrapper {
		max-width: 280px
	}
	.module-index .manTable td {
		display: block;
		width: 100%
	}
	.index-register .manTable tr[id^='siM']>.manTd1 {
		margin: 5px
	}
	hr.manHr {
		display: none
	}
	.manTable td #idAreaoEditbrief td, .manTable td #idAreaoEditmessage td, .manTable td #idAreaoEditdscr td {
		display: table-cell
	}
	#content .queryField {
		width: 96%!important
	}
}
@media only screen and (max-width:360px) {
	.search-results>div>form>table>tbody>tr>td, #content form[action$='search/'] table td+td {
		display: block;
		width: 100%
	}
	#slider {
		display: none
	}
	td.fFastNavTd.navigationCl11, td.forumModerFuncs.forumModerFuncsCl11 {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		justify-content: center
	}
	form[name=searchform] input[name=kw] {
		width: 220px;
		margin: 0
	}
	.site-n, .site-n a {
		font-size: 22px
	}
	.eTitle {
		font-size: 20px
	}
	.nav-head {
		font-size: 19px;
		padding: 13px 15px
	}
	.nav-head .icon {
		position: absolute;
		top: 12px;
		right: 20px;
		width: 40px
	}
}
@media only screen and (min-width:961px) {
	#toolbarMainContainer {
		display: block
	}
	#catmenu li.uWithSubmenu em {
		font-size: 11px;
		top: 50%;
		right: 5px;
		margin-top: -12px
	}
}

.sticky {
	position: fixed;
	z-index: 101;
}

.stop {
	position: relative;
	z-index: 101;
}

#uEntriesList {
	margin: 0;
	padding: 0;
	list-style: none;
	border-collapse: collapse;
}
#uEntriesList:before, #uEntriesList:after {content: "";display: table;}
#uEntriesList:after {clear: left;}
#uEntriesList {zoom: 1;}
#uEntriesList .uEntryWrap {
	width: 33.33%;
	text-align: center;
	vertical-align: top;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
#uEntriesList .entryBlock {
	text-align: left;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/* --- Страница пользователя --- */
.userinfo_top { position: relative; padding-bottom: 50px; margin-bottom: 50px; }
.userinfo_top .avatar { position: absolute; }
.user_tab { list-style: none; padding: 0; margin: 0; }
	.user_tab > li { display: inline; margin-right: 1.2em; }
	.user_tab > li > a {
		text-decoration: none !important;
		font-size: .6em;
		-webkit-transition: all ease .3s; transition: all ease .3s;
	}
	.user_tab > li > a { color: #fff; opacity: .5; }
	.user_tab > li > a:hover { color: inherit; }
	.user_tab > li.active > a { cursor: default; font-size: 1em; opacity: 1; }

	.usinf { list-style: none; padding: 0; margin: 0 0 25px 0; } 
	.usinf li { padding: 12px 0; border-top: 1px solid #e6e6e6; }
	.usinf li:first-child { border-top-width: 0; }

	.ui-c1, .ui-c2 { display: inline-block; vertical-align: top; }
	.ui-c1 { width: 30%; margin-right: 5%; }
	.ui-c2 { width: 60%; }

	/* Окно пользователя */
	.userinfo { padding-left: 90px; }
	.userinfo .avatar { position: absolute; float: left; margin: 0 0 0 -90px; }
	.userinfo .avatar .cover { width: 60px; height: 60px; }
	.userinfo > ul { list-style: none; padding: 0; margin: 0; }


/* Персональные сообщения */
#pm-menu { margin-bottom: 20px; }
	#pm-menu a {
		padding: 10px 10px;
	}
	#pm-menu a:hover { color: #3394e6; }

/* --- PM --- */
@media only screen and (min-width: 601px) {
#pm-menu:after { content: ""; clear: both; display: block; }
	#pm-menu { margin-bottom: 25px; }
	#pm-menu a { color: inherit; padding: 10px 16px; border-radius: 2px; border: 2px solid transparent; float: left; text-decoration: none !important; }
	#pm-menu a:hover { border-color: #3394e6; color: #3394e6; }
}

	.pm-box { margin-bottom: 25px; }
		.pm_status { padding: 25px; background-color: #1e231d; border-radius: 2px; border: 1px solid #4a4747; }
		.pm_progress_bar { background-color: #fdbe3c; margin-bottom: 10px; border-radius: 2px; }
		.pm_progress_bar span { background: #e85319; font-size: 0; height: 20px; border-radius: 2px; display: block; overflow: hidden }
