@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.2/css/font-awesome.min.css);

.reset-ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
.center-inner {
 text-align: center;
}
.left-inner {
 text-align: left;
}
.right-inner {
 text-align: right;
}
.justify-inner {
 text-align: justify;
}
.invisible {
 display: none;
}
.visible {
 display: run-in;
}
.hidden {
 visibility: hidden;
 opacity: 0;
}
.shown {
 visibility: visible;
 opacity: 1;
}
.pull-left {
 float: left;
}
.pull-right {
 float: right;
}
.clear {
 clear: both;
}
.clearright {
 clear: right;
}
.clearleft {
 clear: left;
}
.clearfix:before,
.clearfix:after {
 content: "";
 display: table;
}
.clearfix:after {
 clear: both;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
 display: block;
}
audio,
canvas,
video {
 display: inline-block;
}
audio:not([controls]) {
 display: none;
 height: 0;
}
[hidden] {
 display: none;
}
html {
 font-family: sans-serif;
 -ms-text-size-adjust: 100%;
 -webkit-text-size-adjust: 100%;
}
body {
 margin: 0;
}
a {
 background: transparent;
}
a:focus {
 outline: thin dotted;
}
a:active,
a:hover {
 outline: 0;
}
h1 {
 font-size: 2em;
 margin: 0.67em 0;
}
abbr[title] {
 border-bottom: 1px dotted;
}
b,
strong {
 font-weight: bold;
}
hr {
 -moz-box-sizing: content-box;
 box-sizing: content-box;
 height: 1px;
 border: 0;
 background: #ccc;
}
pre {
 font-family: monospace, serif;
 font-size: 1em;
}
pre {
 white-space: pre-wrap;
}
q {
 quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
 font-size: 80%;
}
sub,
sup {
 font-size: 75%;
 line-height: 0;
 position: relative;
 vertical-align: baseline;
}
sup {
 top: -0.5em;
}
sub {
 bottom: -0.25em;
}
img {
 border: 0;
}
svg:not(:root) {
 overflow: hidden;
}
figure {
 margin: 0;
}
fieldset {
 border: 1px solid #c0c0c0;
 margin: 0 2px;
 padding: 0.35em 0.625em 0.75em;
}
legend {
 border: 0;
 padding: 0;
}
button,
select,
textarea {
 font-family: inherit;
 margin: 0;
}
button,
input {
 line-height: normal;
}
button,
select {
 text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
 -webkit-appearance: button;
 cursor: pointer;
}
button[disabled],
html input[disabled] {
 cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
 box-sizing: border-box;
 padding: 0;
}
input[type="search"] {
 -webkit-appearance: textfield;
 -moz-box-sizing: content-box;
 -webkit-box-sizing: content-box;
 box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
textarea {
 overflow: auto;
 vertical-align: top;
}
/*-----------------------*/
/*-----------------------*/
/*Common, default
-------------------------*/
body {
 margin: 0;
 font: 0.875em/1.429 'Open Sans', sans-serif;
 color: #4b4b4b;
 background: #fff;
}
body.t-body {
 background: #EDEDED;
}
body {
 text-align: left;
}
a {
 color: #2a72cc;
 text-decoration: none;
}
a:hover {
 color: #215aa2;
}
a img {
 border: 0;
}
p {
 margin: 12px 0;
}
ul {
 margin: 12px 0;
 padding: 0 0 0 20px;
 list-style: square;
}
ul ul {
 margin: 0;
 list-style: disc;
}
ul ul ul {
 list-style: circle;
}

.t-container {
 width: 1003px;
 margin: auto;
}
.b-white {
 background: #fff;
}
/*-----------------------*/
/*Header
-------------------------*/
#top {
 background: #383E47;
 box-shadow: inset 0 -4px 0 0 rgba(0, 0, 0, 0.14);
}
#top nav {
 margin-right: 160px;
}
#top .uMenuRoot {
 margin: 0;
 padding: 0;
 list-style: none;
}
#top .uMenuRoot ul {
 margin: 0;
 padding: 0;
 min-width: 100%;
 list-style: none;
 position: absolute;
 width: 0;
 z-index: 99999;
 left: 0;
 top: 100%;
 visibility: hidden;
 opacity: 0;
 -webkit-transition: all 0.2s 0.15s ease-out;
 transition: all 0.2s 0.15s ease-out;
 white-space: nowrap;
 background: #383E47;
 overflow: hidden;
}
#top .uMenuRoot ul ul {
 top: 0;
 left: 100%;
}
#top .uMenuRoot li {
 float: left;
 position: relative;
 list-style: none !important;
 -webkit-transition: all 0.1s 0s ease-out;
 transition: all 0.1s 0s ease-out;
}
#top .uMenuRoot li.has-submenu > a:after,
#top .uMenuRoot li.has-submenu > span:after {
 display: block;
 position: absolute;
 content: "+";
 right: 5px;
 top: 0;
}
#top .uMenuRoot li:hover > a {
 color: #fff;
 background: #4b5159;
 box-shadow: inset 0 -4px rgba(0, 0, 0, 0.09);
}
#top .uMenuRoot li:hover > ul {
 visibility: visible;
 opacity: 1;
 width: auto;
 overflow: visible;
}
#top .uMenuRoot li .uMenuItemA {
 color: #fff;
 background: #2a72cc;
 box-shadow: inset 0 -4px rgba(0, 0, 0, 0.09);
}
#top .uMenuRoot li li {
 float: none;
}
#top .uMenuRoot li li:hover > a {
 box-shadow: none;
}
#top .uMenuRoot li li a {
 padding: 0 25px 0 20px;
 line-height: 2.5;
}
#top .uMenuRoot li li .uMenuItemA {
 box-shadow: none;
}
#top .uMenuRoot li > span {
 display: block;
 padding: 0 15px 4px 15px;
 line-height: 3.286;
}
#top .uMenuRoot a {
 display: block;
 padding: 0 15px 4px 15px;
 line-height: 3.286;
 color: #a7a7a7;
 -webkit-transition: all 0.1s 0s ease-out;
 transition: all 0.1s 0s ease-out;
}
#top .uMenuRoot a:hover + ul {
 visibility: visible;
 opacity: 1;
}
.show-menu {
 display: none;
 width: 50px;
 height: 50px;
 background: #2a72cc url(/.s/t/1081/menu.png) no-repeat center center;
 box-shadow: inset 0 -4px rgba(0, 0, 0, 0.09);
 cursor: pointer;
}
.show-search {
 display: none;
 width: 50px;
 height: 50px;
 float: right;
 background: #767676 url(/.s/t/1081/search-mobile.png) no-repeat center center;
 box-shadow: inset 0 -4px rgba(0, 0, 0, 0.09);
 cursor: pointer;
}
.b-search {
 width: 160px;
 height: 30px;
 margin-top: 9px;
 margin-bottom: 9px;
 overflow: hidden;
 -webkit-transition: all 0.1s 0s ease-out;
 transition: all 0.1s 0s ease-out;
}
.b-search .schQuery,
.b-search .schBtn {
 float: left;
}
.b-search input[type=text] {
 width: 160px !important;
 padding-right: 30px !important;
 background: #c9c8c8 !important;
 border: none;
}
.b-search input[type=submit] {
 width: 30px !important;
 margin-left: -30px;
 font-size: 0 !important;
 color: transparent !important;
 background: url(/.s/t/1081/search.png) no-repeat center center !important;
 box-shadow: none !important;
}
.b-maincontent .queryField {
 width: auto !important;
}
.b-usermenu {
 text-align: right;
 font-size: 0.929em;
 line-height: 3.077;
}
/*-----------------------*/
/*Main
-------------------------*/
.b-logo {
 float: left;
 width: 280px;
 padding: 35px 15px 25px;
 text-align: center;
 -ms-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
background: #fdfdfd;
background: linear-gradient(to left, #EFEFEF, #fafafa 5%, #fbfbfb 90%);
}
.b-logo img {
 max-width: 100%;
}
.site-title {
 margin: 15px 0 0 0;
 padding: 5px 0;
 font-size: 1.429em;
 line-height: 1.5;
 font-weight: bold;
}
.site-slogan {
 line-height: 2.143;
}
.b-maincontent {
 float: right;
 width: 722px;
}
.b-maincontent .smiles img {
 max-width: none;
}
#allEntries img {
 max-width: 100%;
}
img.site-img {
 vertical-align: top;
 width: 100%;
}
.content-padding {
 padding: 20px;
}
.site-intro {
 margin: 10px 0;
 line-height: 1.714;
}
.eBlock {
 margin: 20px 0;
 border-bottom: 1px dotted #bbb;
}
.eBlock + br {
 display: none;
}
.eBlock > tbody > tr > td {
 padding: 0 !important;
}
.eTitle {
 margin-bottom: 12px;
 padding-left: 37px;
 font-size: 1.286em;
 line-height: 1.333;
 font-weight: bold;
 color: #4b4b4b;
 background: url(/.s/t/1081/shout.png) no-repeat left 2px;
}
.eTitle a {
 color: #4b4b4b;
}
.eTitle a:hover {
 color: #717171;
}
.eTitle div[style^="float:right"] a {font-size: inherit;}
.eMessage,
.eText {
 margin: 12px 0;
 padding: 0 !important;
 text-align: justify !important;
}
.eMessage img,
.eText img {
 max-width: 100%; 
 margin: 5px !important;
}
.eDetails,
.eDetails1,
.eDetails2 {
 margin: 10px 0;
 text-align: left;
 font-size: 0.929em;
 line-height: 2.154;
}
.eDetails > a:last-child,
.eDetails1 > a:last-child,
.eDetails2 > a:last-child,
.eDetails > span:last-child,
.eDetails1 > span:last-child,
.eDetails2 > span:last-child {
 margin-right: 0;
}
.e-reads,
.e-redirects,
.e-author,
.e-add,
.e-date,
.e-comments,
.e-rating,
.e-loads,
.e-category,
.e-tags,
.e-placed,
.e-author-phone {
 margin-right: 25px;
 padding-left: 22px;
 display: inline-block;
 vertical-align: middle;
}
.ed-sep,
.ed-title {
 display: none !important;
 margin: 0 !important;
 padding: 0 !important;
}
.eDetails .u-star-rating-15 {
 display: inline-block;
 vertical-align: middle;
 margin-left: 5px;
}
.e-reads,
.e-redirects {
 background: url(/.s/t/1081/e-reads.png) no-repeat left center;
}
.e-author,
.e-add {
 background: url(/.s/t/1081/e-author.png) no-repeat left center;
}
.e-date {
 background: url(/.s/t/1081/e-date.png) no-repeat left center;
}
.e-comments {
 background: url(/.s/t/1081/e-comments.png) no-repeat left center;
}
.e-rating {
 background: url(/.s/t/1081/e-rating.png) no-repeat left center;
}
.e-loads {
 padding-left: 15px;
 background: url(/.s/t/1081/e-loads.png) no-repeat left center;
}
.e-category {
 background: url(/.s/t/1081/e-category.png) no-repeat left center;
}
.e-tags {
 background: url(/.s/t/1081/e-tags.png) no-repeat left center;
}
.e-placed {
 background: url(/.s/t/1081/e-placed.png) no-repeat left center;
}
.e-author-phone {
 background: url(/.s/t/1081/e-phone.png) no-repeat left center;
}
.catDescr {
 font-size: .875em;
}
.catPages1,
.catPages2,
.pagesBlock1,
.pagesBlock2,
.pagesBlockuz1,
.pagesBlockuz2 {
 margin: 20px 0;
}
span.catPages1,
span.catPages2,
span.pagesBlock1,
span.pagesBlock2,
span.pagesBlockuz1,
span.pagesBlockuz2 {
 display: inline-block;
}
.catPages1 a,
.catPages2 a,
.pagesBlock1 a,
.pagesBlock2 a,
.pagesBlockuz1 a,
.pagesBlockuz2 a,
.catPages1 b,
.catPages2 b,
.pagesBlock1 b,
.pagesBlock2 b,
.pagesBlockuz1 b,
.pagesBlockuz2 b {
 display: inline-block;
 margin: 0 2px;
 padding: 2px 8px;
 background: #f5f5f5;
}
.catPages1 b,
.catPages2 b,
.pagesBlock1 b,
.pagesBlock2 b,
.pagesBlockuz1 b,
.pagesBlockuz2 b {
 font-weight: normal;
 background: #636363;
 color: #fff;
}
.catPages1 a:hover,
.catPages2 a:hover,
.pagesBlock1 a:hover,
.pagesBlock2 a:hover,
.pagesBlockuz1 a:hover,
.pagesBlockuz2 a:hover {
 background: #e0e0e0;
}
.cat-blocks.with-clear:after {
 clear: none;
}
.user_avatar img {
 border-radius: 5px;
 background: #fff;
 padding: 2px;
 box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cMessage .user_avatar img {
 margin: 0 6px 6px 0;
}
.cMessage {
 padding: 5px 0 !important;
 overflow: hidden;
}
.cBlock1,
.cBlock2 {
 border-top: 1px dotted #e7e7e7;
}
.cBlock1 + br,
.cBlock2 + br {
 display: none;
}
.bbCodeBlock,
.bbQuoteBlock {
 margin: 5px 0;
}
.bbCodeName {
 font-size: 0.786em !important;
 line-height: 1.455;
 padding-left: 13px !important;
}
.codeMessage {
 padding: 5px;
 font: 11px 'Consolas', 'Courier New', 'sans-serif';
 background-color: #ebebeb;
 color: #000;
}
.bbQuoteName {
 font-size: 0.786em !important;
 line-height: 1.455;
 padding-left: 13px !important;
}
.quoteMessage {
 margin: 0 0 5px 0;
 padding: 3px 10px 3px 10px;
 color: #666;
 font-style: italic;
 border: none !important;
 border-left: 3px solid #8c9294 !important;
 background-color: #dce3e9;
 font-size: 0.857em;
 line-height: 1.5;
}
#invoice-table td {
 padding: 3px 1px;
}
#cat-select {
 max-width: 230px;
}
/*forum*/
.forumContent {
 font-size: .929em;
}
.gTable {
 background: #fff;
}
.gTable td.gTableTop {
 line-height: 2.5;
 background: url(http://vsthouse.ru/FOTO_1081/FORUM/vysokhshaja_bumaga-jarkost-pljus_50.png) repeat;
 color: #fff;
 text-transform: uppercase;
 padding: 0 10px;
}
.gTableTop a {
 color: #fff;
}
.gTable > tbody > tr > td {
 padding: 3px 9px;
}
.gTable td.gTableSubTop {
 background: url(http://vsthouse.ru/FOTO_1081/FORUM/vysokhshaja_bumaga-jarkost-pljus_80.png) repeat;
 color: #fff;
 font-size: 0.929em;
}
.gTableSubTop a {
 color: #fff;
}
.gTableTop,
.gTableSubTop,
.forumNameTd,
.forumThreadTd,
.forumPosrTd,
.forumLastPostTd,
.threadNametd,
.threadPostTd,
.threadAuthTd,
.threadViewTd,
.threadLastPostTd,
td.threadsDetails,
td.forumOnlineBar {
 padding: 3px 10px;
}
#frM6 td,
#frM14 td,
#frM50 td,
#frM56 td,
#frM59 td {
 padding: 3px 10px;
}
#frM25 td,
#frM28 td {
 padding: 0 10px;
}
.postBottom table td {
 border: 0;
}
.postTable td {
 padding: 3px 10px;
}
.postTdInfo {
 text-align: center;
}
.postSeparator {
 display: none;
}
.posttdMessage {
 text-align: justify;
}
.postPreview {
 width: auto!important;
}
.threadPostTd,
.threadViewTd,
.threadAuthTd,
.forumThreadTd,
.forumPostTd {
 text-align: center !important;
}
a.postUser {
 font-weight: bold;
}
.forumDescr,
.threadDescr {
 font-size: 0.714em;
}
td.pollQuestion,
.pollResults td,
td.pollResults,
td.pollTotal,
td.pollAnswer,
td.pollButtons,
.smiles td {
 border: 0;
}
td.pagesInfo,
td.switch,
td.switchActive {
 background: #fff;
 border: 1px solid #dcdbe0;
 padding-left: 5px;
 padding-right: 5px;
}
td.switch,
td.switchActive {
 background: #2a72cc;
 color: #fff;
}
td.switch a {
 color: #fff;
}
.switchActive {
 font-weight: bold;
}
/*-----------------------*/
/*Sidebar
-------------------------*/
.b-sidebar {
 clear: left;
 width: 280px;
 margin: 1px 0 0 0;
 background: #fdfdfd;
 background: linear-gradient(to left, #EFEFEF, #fafafa 5%, #fbfbfb 90%); 
}
.block {
 padding: 0 20px;
 margin: 10px 0;
 border-bottom: 1px dotted #bbb;
}
.block:last-child {
 border-bottom: 0;
}
.blocktitle {
 font-size: 1.143em;
 line-height: 1.5;
 font-weight: bold;
 text-align: center;
}
.blockcontent {
 margin: 15px 0 20px;
 display: table;
 width: 100%;
}
.calTable {
 width: 100%;
 border-spacing: 0;
 border-collapse: collapse;
}
.calTable td {
 padding-top: 5px;
 padding-bottom: 5px;
}
.calWday,
.calWdaySe,
.calWdaySu {
 background: #e6e6e6;
}
.calMdayA,
.calMdayIsA {
 background: #e6e6e6;
}
/*-----------------------*/
/*Footer
-------------------------*/
footer {
 padding: 20px 0;
}
footer .t-container {
 text-align: right;
}
footer img {
 vertical-align: middle;
}
/*-----------------------*/
/*Buttons
-----------------------*/
input[type=button],
input[type=submit],
input[type=reset],
button,
.button {
 display: inline-block;
 vertical-align: middle;
 padding: 5px 12px;
 white-space: nowrap;
 text-align: center;
 text-transform: uppercase;
 height: 30px;
 color: #fff;
 border: none;
 cursor: pointer;
 background-color: #4f5b66;
 border-radius: 5px 5px 5px 5px;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 -webkit-transition: background-color 0.1s 0s ease-out;
 transition: background-color 0.1s 0s ease-out;
 -ms-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 box-shadow: inset 0 -3px rgba(0, 0, 0, 0.09);
 /*--FOR-IE--*/

 *display: inline;
 overflow: visible;
 zoom: 1;
}
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
button::-moz-focus-inner,
.button::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
button:hover,
.button:hover {
 background-color: #65737e;
}
input[type=button]:active,
input[type=submit]:active,
input[type=reset]:active,
button:active,
.button:active {
 background-color: #343d46;
}
input[type=button]:disabled,
input[type=submit]:disabled,
input[type=reset]:disabled,
button:disabled,
.button:disabled {
 background: #828689 !important;
 box-shadow: none !important;
 cursor: default;
}
#iplus input {
 width: auto !important;
}
.fileinput .fakefile input[type=button]{
 padding: 0;
}
input.fastNav {
 padding-left: 5px;
 padding-right: 5px;
}
#mchatBtn {
 padding: 0;
}
.codeButtons {
 height: 25px !important;
 width: auto !important;
 padding: 5px !important;
}
select.codeButtons {
 padding: 0 !important;
}
.allUsersBtn,
.uSearchFlSbm {
 width: auto !important;
}
#iplus {
 width: auto !important;
}
/*--ubutton-fix--*/
.myBtnLeft img,
.myBtnRight img,
.myBtnLeftA img,
.myBtnRightA img,
.myBtnRight + td input,
.myBtnRightA + td input {
 display: block;
}
.myBtnCenter,
.myBtnCenterA {
 line-height: 19px !important;
}
.myBtnCont {
 height: 19px;
 padding-bottom: 0 !important;
}
/*-----------------------*/
/*Inputs
-----------------------*/
input[type=text],
input[type=password],
textarea {
 display: inline-block;
 vertical-align: middle;
 padding: 5px 10px;
 font-size: 0.929em;
 background-color: #fff;
 border: 1px solid #e1e1e1;
 outline: none;
 box-shadow: inset 0 2px rgba(0, 0, 0, 0.06);
 -ms-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
 border-color: #2a72cc;
}
textarea {
 height: auto;
 min-height: 100px;
 overflow: auto;
 resize: none;
}
.commFl, .prosFl, .consFl {width: 100%;}
input[type=checkbox],
input[type=radio] {
 vertical-align: middle;
}
[id^=iCode] input[type=text] {
 width: auto !important;
 padding-left: 0;
 padding-right: 0;
 text-align: center;
}
/*-----------------------*/
/*Popup
-------------------------*/
.popup {
 margin: 10px;
 background: #fff;
}
.popuptitle {
 padding: 10px 20px;
 background: #2a72cc;
 color: #fff;
}
.popupbody {
 padding: 10px 20px;
}
/*-----------------------*/
/*RESPONSIVE
-------------------------*/
@media only screen and (max-width: 1023px) {
 .t-container {
 width: auto;
 margin-left: 18px;
 margin-right: 18px;
 }
 .b-usermenu {
 display: none;
 }
 .b-main {
 margin-top: 18px;
 margin-bottom: 18px;
 }
 .b-logo {
 float: none;
 width: auto;
 padding-bottom: 0;
 }
 .b-maincontent {
 float: none;
 width: auto;
 }
 img.site-img {
 width: 100%;
 }
 .mainpage-header {
 padding-top: 20px;
 }
 .b-sidebar {
 width: auto;
 margin-top: 18px;
 }
 footer .t-container {
 text-align: center;
 }
 #top nav {
 font-size: .929em;
 }
 #top .uMenuRoot ul {
 width: auto;
 overflow: visible;
 }
 #top .uMenuRoot ul ul {
 display: block;
 position: static;
 padding-left: 0;
 background: none;
 }
 #top .uMenuRoot ul ul a {
 padding-left: 55px;
 }
 #top .uMenuRoot ul ul ul a {
 padding-left: 90px;
 }
 #top .uMenuRoot ul a:hover {
 background: #2a72cc;
 }
 #top .uMenuRoot li:hover ul {
 visibility: visible;
 opacity: 1;
 }
 #top .uMenuRoot li > span {
 line-height: 3.538em;
 }
 #top .uMenuRoot li li.has-submenu a:after,
 #top .uMenuRoot li li.has-submenu span:after {
 display: inline;
 content: '';
 position: static;
 }
 #top .uMenuRoot a {
 line-height: 3.538em;
 }
 .show-search {
 display: block;
 }
 .show-search-min {
 display: none;
 }
 .b-search.b-search-min {
 width: 0;
 }
 .commFl {
 width: 100%;
 }
}
@media only screen and (max-width: 768px) {
 .show-menu {
 display: block;
 }
 #top nav {
 display: none;
 margin-right: 0;
 padding-bottom: 4px;
 background: #2a72cc;
 box-shadow: inset 0 -4px rgba(0, 0, 0, 0.09);
 visibility: hidden;
 opacity: 0;
 }
 #top nav.nav-opened {
 display: block;
 visibility: visible;
 opacity: 1;
 }
 #top .uMenuRoot {
 white-space: nowrap;
 }
 #top .uMenuRoot li {
 display: block;
 float: none;
 }
 #top .uMenuRoot li.has-submenu a:after,
 #top .uMenuRoot li.has-submenu span:after {
 display: inline;
 content: '';
 position: static;
 }
 #top .uMenuRoot li:hover a {
 box-shadow: none;
 }
 #top .uMenuRoot li > span {
 line-height: 2.5;
 color: #fff;
 padding: 0 20px !important;
 }
 #top .uMenuRoot a {
 line-height: 2.5;
 color: #fff;
 padding: 0 20px !important;
 }
 #top .uMenuRoot a:hover,
 #top .uMenuRoot a.uMenuItemA {
 background: #8f2755 !important;
 box-shadow: none;
 }
 #top .uMenuRoot ul {
 display: block;
 position: static;
 padding-left: 0 !important;
 background: none;
 visibility: visible;
 opacity: 1;
 }
 #top .uMenuRoot ul a {
 padding-left: 35px !important;
 }
 #top .uMenuRoot ul ul a {
 padding-left: 70px !important;
 }
}
@media only screen and (max-width: 600px) {
 .b-maincontent .queryField {
 width: 100px !important;
 }
 #uNetRegF > table > tbody > tr > td {
 display: block;
 }
 #uEntriesList {
 text-align: center;
 }
 #uEntriesList > li {
 width: auto !important;
 padding: 5px;
 }
 table.catalog td {
 display: block;
 clear: left;
 }
}
/*-----------------------*/
/* -------Кнопка скачать------- */ 
a.sprite {display:block;width:183px;height:54px;background:url("http://vsthouse.ru/FOTO/KNOPKA_SKACHAT-VKL-VYKL.png");text-decoration:none;} 
a.sprite:hover {background-position:0 -54px;}
a.sprite2 {display:block;width:183px;height:54px;background:url("http://vsthouse.ru/FOTO/KNOPKA_SKACHAT-VKL-VYKL-2.png");text-decoration:none;} 
a.sprite2:hover {background-position:0 -54px;} 
 /* ------------------------- */
/* ДЛЯ КНОПКИ СКАЧАТЬ НА ГЛАВНОЙ СТРАНИЦЕ 
 ------------------------------------------*/ 
.a-btn{
 color: #fff!important;
 text-decoration: none!important;
}
.a-btn{
 background:#80a9da;
 background:-webkit-gradient(linear,left top,left bottom,color-stop(#80a9da,0),color-stop(#6f97c5,1));
 background:-webkit-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
 background:-moz-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
 background:-o-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
 background:linear-gradient(top, #80a9da 0%, #6f97c5 100%);
 filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#80a9da', endColorstr='#6f97c5',GradientType=0 );
 padding-left:24px;
 padding-right:12px;
 height:17px;
 display:inline-block;
 position:relative;
 border:1px solid #a1abb7;
 -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
 -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
 box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
 -webkit-border-radius:4px;
 -moz-border-radius:4px;
 border-radius:4px;
 float:left;
 clear:both;
 margin:5px 0px;
 overflow:hidden;
 -webkit-transition:box-shadow 0.3s ease-in-out;
 -moz-transition:box-shadow 0.3s ease-in-out;
 -o-transition:box-shadow 0.3s ease-in-out;
 transition:box-shadow 0.3s ease-in-out;
}
.a-btn-text small{
 display:block;
 font-size:11px;
 margin:-3px 0px 0px -12px;
 letter-spacing:1px;
 padding: 3px 0;
}
.a-btn:hover{
 -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
 -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
 box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
}
.a-btn:hover img{
 opacity:0;
}
.a-btn:active{
 position:relative;
 top:1px;
 background:#5d81ab;
 -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
 -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
 box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
 border-color:#80a9da;
}
/* -------------------------------------- */
/* -------ДЛЯ КНОПКИ ДОБАВИТЬ МАТЕРИАЛ------- */ 
.button {
 min-height: 0.5em;
 display: inline-block;
 padding: 6px 10px;
 margin: 5px 5px 5px 0px;
 cursor: pointer;
 opacity: 0.7;
 
 color: #FFF;
 font-size: 0.7em;
 letter-spacing: 1px;
 text-shadow: rgba(0,0,0,0.9) 0px 1px 2px;
 
 background: #434343;
 border: 1px solid #242424;
 
 -webkit-border-radius: 4px;
 -khtml-border-radius: 4px;
 -moz-border-radius: 4px;
 -o-border-radius: 4px;
 border-radius: 4px;
 -webkit-box-shadow: rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(0,0,0,0.25) 0px 0px 0px, inset rgba(255,255,255,0.03) 0px 20px 0px, inset rgba(0,0,0,0.15) 0px -20px 20px, inset rgba(255,255,255,0.05) 0px 20px 20px;
 -khtml-box-shadow: rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(0,0,0,0.25) 0px 0px 0px, inset rgba(255,255,255,0.03) 0px 20px 0px, inset rgba(0,0,0,0.15) 0px -20px 20px, inset rgba(255,255,255,0.05) 0px 20px 20px;
 -moz-box-shadow: rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(0,0,0,0.25) 0px 0px 0px, inset rgba(255,255,255,0.03) 0px 20px 0px, inset rgba(0,0,0,0.15) 0px -20px 20px, inset rgba(255,255,255,0.05) 0px 20px 20px;
 -o-box-shadow: rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(0,0,0,0.25) 0px 0px 0px, inset rgba(255,255,255,0.03) 0px 20px 0px, inset rgba(0,0,0,0.15) 0px -20px 20px, inset rgba(255,255,255,0.05) 0px 20px 20px;
 box-shadow: rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(0,0,0,0.25) 0px 0px 0px, inset rgba(255,255,255,0.03) 0px 20px 0px, inset rgba(0,0,0,0.15) 0px -20px 20px, inset rgba(255,255,255,0.05) 0px 20px 20px;
 -webkit-transition: all 0.1s linear;
 -khtml-transition: all 0.1s linear;
 -moz-transition: all 0.1s linear;
 -o-transition: all 0.1s linear;
 transition: all 0.1s linear;
}
.button:hover {
 -webkit-box-shadow: rgba(0,0,0,0.5) 0px 2px 5px, inset rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(0,0,0,0.25) 0px 0px 0px, inset rgba(255,255,255,0.03) 0px 20px 0px, inset rgba(0,0,0,0.15) 0px -20px 20px, inset rgba(255,255,255,0.05) 0px 20px 20px;
 -khtml-box-shadow: rgba(0,0,0,0.5) 0px 2px 5px, inset rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(0,0,0,0.25) 0px 0px 0px, inset rgba(255,255,255,0.03) 0px 20px 0px, inset rgba(0,0,0,0.15) 0px -20px 20px, inset rgba(255,255,255,0.05) 0px 20px 20px;
 -moz-box-shadow: rgba(0,0,0,0.5) 0px 2px 5px, inset rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(0,0,0,0.25) 0px 0px 0px, inset rgba(255,255,255,0.03) 0px 20px 0px, inset rgba(0,0,0,0.15) 0px -20px 20px, inset rgba(255,255,255,0.05) 0px 20px 20px;
 -o-box-shadow: rgba(0,0,0,0.5) 0px 2px 5px, inset rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(0,0,0,0.25) 0px 0px 0px, inset rgba(255,255,255,0.03) 0px 20px 0px, inset rgba(0,0,0,0.15) 0px -20px 20px, inset rgba(255,255,255,0.05) 0px 20px 20px;
 box-shadow: rgba(0,0,0,0.5) 0px 2px 5px, inset rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(0,0,0,0.25) 0px 0px 0px, inset rgba(255,255,255,0.03) 0px 20px 0px, inset rgba(0,0,0,0.15) 0px -20px 20px, inset rgba(255,255,255,0.05) 0px 20px 20px;
}
.button:active {
 -webkit-box-shadow: rgba(255,255,255,0.25) 0px 1px 0px,inset rgba(255,255,255,0) 0px 1px 0px, inset rgba(0,0,0,0.5) 0px 0px 5px, inset rgba(255,255,255,0.03) 0px 20px 0px, inset rgba(0,0,0,0.15) 0px -20px 20px, inset rgba(255,255,255,0.05) 0px 20px 20px;
 -khtml-box-shadow: rgba(255,255,255,0.25) 0px 1px 0px,inset rgba(255,255,255,0) 0px 1px 0px, inset rgba(0,0,0,0.5) 0px 0px 5px, inset rgba(255,255,255,0.03) 0px 20px 0px, inset rgba(0,0,0,0.15) 0px -20px 20px, inset rgba(255,255,255,0.05) 0px 20px 20px;
 -moz-box-shadow: rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(255,255,255,0) 0px 1px 0px, inset rgba(0,0,0,0.5) 0px 0px 5px, inset rgba(255,255,255,0.03) 0px 20px 0px, inset rgba(0,0,0,0.15) 0px -20px 20px, inset rgba(255,255,255,0.05) 0px 20px 20px;
 -o-box-shadow: rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(255,255,255,0) 0px 1px 0px, inset rgba(0,0,0,0.5) 0px 0px 5px, inset rgba(255,255,255,0.03) 0px 20px 0px, inset rgba(0,0,0,0.15) 0px -20px 20px, inset rgba(255,255,255,0.05) 0px 20px 20px;
 box-shadow: rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(255,255,255,0) 0px 1px 0px, inset rgba(0,0,0,0.5) 0px 0px 5px, inset rgba(255,255,255,0.03) 0px 20px 0px, inset rgba(0,0,0,0.15) 0px -20px 20px, inset rgba(255,255,255,0.05) 0px 20px 20px;
}
.shine {
 display: block;
 position: relative;
 background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
 background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
 background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
 background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
 background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
 background: linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
 padding: 0px 6px;
 top: -5px;
 left: -12px;
 height: 1px;
 -webkit-box-shadow: rgba(255,255,255,0.2) 0px 1px 5px;
 -khtml-box-shadow: rgba(255,255,255,0.2) 0px 1px 5px;
 -moz-box-shadow: rgba(255,255,255,0.2) 0px 1px 5px;
 -o-box-shadow: rgba(255,255,255,0.2) 0px 1px 5px;
 box-shadow: rgba(255,255,255,0.2) 0px 1px 5px;
 -webkit-transition: all 0.3s ease-in-out;
 -khtml-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}
.button:hover .shine {left: 24px;}
.button:active .shine {opacity: 0;}

.button.gray {background: #36363f;}
.button.blue {background: #3a617e;}
.button.green {background: #477343;}
.button.red {background: #723131;}
.button.purple {background: #4b3f5e;}
.button.orange {background: #624529;}
/* -------------------------------------- */
/* -------Стили для Знаки отличия на персональной странице------- */ 
.signsOver {width:100%;}
.signsOver * {transition: all linear .2s; -moz-transition: all linear .2s; -webkit-transition: all linear .2s; -o-transition: all linear .2s;}
.signOne {display:inline-block;width:100px;height:100px;position:relative}
.signOne:hover span {opacity:1;margin-top:0px}
.signOne span {opacity:0;margin-top:20px;cursor:help;width:100%;height:100%;top:0;left:0;position:absolute;background:rgba(0,0,0,0.7);color:#FFF;font-size:11px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.signOne span i {font-style:normal;padding:10px;display:block}
.sLoad {background:url('http://vsthouse.ru/FOTO_1081/Znaki_otlichiya/fajl.png') center no-repeat}
.sComments {background:url('http://vsthouse.ru/FOTO_1081/Znaki_otlichiya/kommentarii.png') center no-repeat}
.sForum {background:url('http://vsthouse.ru/FOTO_1081/Znaki_otlichiya/forum.png') center no-repeat}
.sReputation {background:url('http://vsthouse.ru/FOTO_1081/Znaki_otlichiya/reputacija.png') center no-repeat}
.sAvatar {background:url('http://vsthouse.ru/FOTO_1081/Znaki_otlichiya/avatar.png') center no-repeat}
.sProtect {background:url('http://vsthouse.ru/FOTO_1081/Znaki_otlichiya/pochta.png') center no-repeat}
/* -------------------------------------- */
/* -------ДЛЯ МИНИ-ПРОФИЛЯ------- */
.profile {height:30px;font-size:13px;display:inline-block;position:relative} 

.profile-menu {position:relative!important} 
.profile-button s {display:inline-block;z-index:9;background:#3297db;color:#fff;font-size:10px;margin-right:10px;margin-left:1px;line-height:14px;padding:2px 6px;text-decoration:none;-webkit-border-radius: 55px;-moz-border-radius: 55px;border-radius: 55px;} 
.profile-button, .profile-button:hover {display:inline-block;color:#666;position:relative;line-height:30px;padding-left:39px;padding-right:18px;text-decoration:none} 
.profile-button i {position:absolute;right:0px;top:14px;width: 0;height: 0;border-left: 3px solid transparent;border-right: 3px solid transparent;border-top: 4px solid rgba(0,0,0,0.3);} 
.profile-avatar, .profile-avatar img {-webkit-border-radius: 100px;-moz-border-radius: 100px;border-radius: 100px;} 
.profile-avatar {display:inline-block;width:24px;height:24px;position:absolute;top:-0px;left:0px;border-radius: 20px;} 
.profile-avatar img {width:24px;height:24px;object-fit:cover;vertical-align:bottom;background:#fff;border:2px solid #fff} 

.profile-menu:hover .profile-list {visibility:visible;} 
.profile-list {position:absolute;width:190px!important;right:0px!important;top:28px;padding-top:18px;visibility:hidden;z-index:9;} 
.profile-list-in {background:#fff;width:190px!important;max-width:190px!important;padding:3px 0px;box-shadow:0px 8px 35px rgba(0,0,0,0.1);-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;} 
.profile-list-in a {display:block;padding:0px 20px!important;line-height:42px!important;text-decoration:none;text-align:left;border-bottom:1px solid #f1f1f1;font-size:12px;color:#8a8a8a} 
.profile-list-in a:hover {color:#000;} 
.profile-list-in a.last {border-bottom:0px !important} 
.profile-list-in a i {background:#3297db;color:#fff;float:right;font-style:normal;font-size:10px;padding:0px 6px;line-height:16px !important;margin-top:12px;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;}
/* -------------------------------------- */
/*НОВЫЙ ВИД КОММЕНТАРИЕВ КАК НА УРАААААААААААААА-----------------------*/
.comment_over {margin-top:20px;padding-bottom:15px;border-bottom:1px solid #dedede}
.comment {display:table;width:100%;}
.comment_avatar {display:table-cell;vertical-align:top;width:48px;padding-right:15px}
.comment_message {display:table-cell;vertical-align:top;text-align:left}
.comment_rate {display:table-cell;vertical-align:top;text-align:center;width:80px}
.comment_top {padding-top:2px;padding-bottom:7px;font-size:17px;line-height:20px}
.comment_top a {text-decoration:none;color:#6c6c6c}
.comment_top .comm_time {font-size:12px;color:#9c9c9c;display:inline-block;padding-left:10px}
.comment_message_in {font-size:15px}
.comment_over:hover .comment_answer_button a {display:inline-block}
.comment_over:hover .c_rate_plus a, .comment_over:hover .c_rate_minus a {display:block}
.comment_answer_button {margin-top:10px;height:24px}
.comment_answer_button a {display:none;color:#666;font-size:13px;text-decoration:none;background:#efefef;padding:3px 10px;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px}
.comment_answer_button a:hover {color:#1d1d1d;text-decoration:none;background:#eaeaea;}
.c_minus, .c_ziro, .c_plus {width:38px;padding:3px 0px;font-size:13px;text-align:center;font-weight:bold;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px}
.c_minus {background:#ffcccc;color:#cc0000}
.c_ziro {background:#cccccc;color:#FFF}
.c_plus {background:#ccffcc;color:#009900}
.c_rate_t {display:table;height:24px}
.c_rate_plus {display:table-cell;vertical-align:top;width:22px;}
.c_rate_minus {display:table-cell;vertical-align:top;width:22px;}
.c_rate_count {display:table-cell;vertical-align:top;width:46px;padding-left:3px;text-align:center}
.c_rate_plus a {width:18px;height:18px;display:none;color:rgba(0,0,0,0);font-size:0px;background:url('http://test3000.ucoz.ru/FOTO/like.png');margin-top:3px;opacity:0.5;position:absolute}
.c_rate_minus a {width:18px;height:18px;display:none;color:rgba(0,0,0,0);font-size:0px;background:url('http://test3000.ucoz.ru/FOTO/unlike-2.png');margin-top:3px;margin-left:-5px;opacity:0.5;position:absolute}
.c_rate_plus a:hover, .c_rate_minus a:hover {opacity:1}
/* -------------------------------------- */
/*Автор материала в комментариях для uCoz-----------------------*/
 .wAvtor {background:#AFAFAF; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 15px; padding: 1px 6px; color:#fff; font-size:10px; vertical-align:middle; display:none;}
/* -------------------------------------- */
/*АДАПТАЦИЯ ПЛЕЕРА ЮТУБ ПОД МОБИЛЬНЫЕ УСТРОЙСТВА-----------------------*/
.eMessage iframe, .eText iframe {max-width:100%!important;}
/* -------------------------------------- */
/* ДЛЯ МЕНЮ САЙТА------------------------------------------*/ 
 #menu_l {
 border-right: 1px solid #EEEEEE;
}
#menu_l ul li {
 width: 240px;
}
#menu_l ul li a {
 color: #949494;
 font-size: 13px;
 font-family: inherit 'Open Sans',Arial, Tahoma, sans-serif;
 line-height: 35px;
 display: block;
 border-left: 3px solid #FFF;
}
#menu_l ul li a:hover {
 border-left: 3px solid #00A0E4;
 background: #EEF0F1;

}
#menu_l ul li i{
 background: url("http://vsthouse.ru/FOTO_1081/MENU.png") top 0 center no-repeat;
 width: 57px;
 height: 30px;
 float: left;
 margin-top: 3px;
 display: block;
}

#menu_l ul {
 list-style: none;
 } 
/* -------------------------------------- */

/* -------------------------------------- */
/* Убираем браузерную обводку у кнопок (появляющуюся в состоянии :focus ) в Chrome и Firefox------------------------------------------*/ 
a:active, a:focus { outline: none; }

input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}
/* -------------------------------------- */

/* ДЛЯ КНОПКИ СКАЧАТЬ НА ГЛАВНОЙ СТРАНИЦЕ 
 ------------------------------------------*/ 
.a-btn{
 color: #fff!important;
 text-decoration: none!important;
}
.a-btn{
 background:#80a9da;
 background:-webkit-gradient(linear,left top,left bottom,color-stop(#80a9da,0),color-stop(#6f97c5,1));
 background:-webkit-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
 background:-moz-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
 background:-o-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
 background:linear-gradient(top, #80a9da 0%, #6f97c5 100%);
 filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#80a9da', endColorstr='#6f97c5',GradientType=0 );
 padding-left:24px;
 padding-right:12px;
 height:17px;
 display:inline-block;
 position:relative;
 border:1px solid #a1abb7;
 -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
 -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
 box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
 -webkit-border-radius:4px;
 -moz-border-radius:4px;
 border-radius:4px;
 float:left;
 clear:both;
 margin:5px 0px;
 overflow:hidden;
 -webkit-transition:box-shadow 0.3s ease-in-out;
 -moz-transition:box-shadow 0.3s ease-in-out;
 -o-transition:box-shadow 0.3s ease-in-out;
 transition:box-shadow 0.3s ease-in-out;
}
.a-btn-text small{
 display:block;
 font-size:11px;
 margin:-3px 0px 0px -12px;
 letter-spacing:1px;
}
.a-btn:hover{
 -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
 -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
 box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
}
.a-btn:hover img{
 opacity:0;
}
.a-btn:active{
 position:relative;
 top:1px;
 background:#5d81ab;
 -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
 -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
 box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
 border-color:#80a9da;
}
/* -------------------------------------- */

/* ДЛЯ КОМПАКТНЫЙ ВИД МАТЕРИАЛА 
 ------------------------------------------*/ 
.shortstory-item {position: relative; clear: both; margin-bottom: 8px; height: 110px; overflow: hidden; display: block;} 
.shortstory-item-body {background: #fff; margin: 15px 0 15px 88px;padding-left: 25px; height: 80px; border-bottom: 1px solid #e6e9ed; position: relative; z-index: 1;} 
.shortstory-img-bg {width: 107px; height: 107px; background: #ffffff; border-radius: 100%; position: absolute; top: 0; left: 0; text-align: center;border: solid 7px #fff; box-shadow: #e6e9ed 0px 1px 0px 0px} 
.shortstory-poster {width: 100%; height: 100%;border-radius: 100%; z-index: 2; position: relative;border: solid 7px #e6e9ed;} 
.shortstory-poster > .poster {background-size: 100% !important; background-position: center center !important; width: 100%; min-height: 100%; overflow: hidden; border: 2px solid #fff; border-radius: 100%; display: block;} 
.col-left {display: block; position: relative; overflow: hidden; height: 80px;width: 75%; float: left;} 
.col-left h3 {display: block; font-weight: 600; font-size: 12px; text-transform: uppercase; line-height: 22px; height: 22px;overflow: hidden; color: #434a54;} 
.col-left h3 a {color: #434a54;display: block;} 
.shortstory-item-info {display: table;margin-top: -3px;position: relative; width: 100%;} 
a.category {float: left; background: #8cc152; color: #fff; font-size: 12px; border-radius: 3px; padding: 4px 10px;transition: all 0.3s ease 0s; margin-right: 15px;} 
a.category:before {display: inline-table; content: "\f07c";font-family: FontAwesome; padding-right: 7px;} 
a.category:hover {background: #A0D468;} 
.item-info {float: left; font-size: 12px; text-transform: uppercase; color: #aab2bd; padding-right: 15px;margin-top: 5px;} 
.item-info .fa {padding-right: 5px; font-size: 14px;} 
.size-icon-torr {background: url(/size-icon-torr.png) no-repeat left top; width: 12px; height: 12px; float: left; margin-top: 2px; margin-right: 5px;} 
.col-right-top {font-size: 12px; color: #aab2bd;} 
.seeds .fa {color: #8cc152; padding-right:5px; font-size:14px; } 
.leechers .fa {color: #e9573f; padding-right:5px; font-size:14px; } 
.leechers {margin-left: 10px;} 
.col-right {margin-right: 42px; padding-right: 20px; padding-top: 15px; padding-bottom: 15px; text-align: right; float: right;} 
.col-rait {color: #aab2bd; margin-top: 15px; text-align: right; text-align: -moz-right; text-align: -webkit-right; text-align: -o-right; text-align: -ms-right; float:right; opacity: 0.8;} 
.readmore {position: absolute; bottom: 0; right: 0; background: #e6e9ed; color: #fff; width: 42px; height: 100%;text-align: center; line-height: 76px; transition: all 0.3s ease 0s; border: none; outline: 0;} 
.readmore:before {display: inline-table; content: "\f105";font-family: FontAwesome; font-size: 52px} 
.readmore:hover {background: #434a54;} 
.comnum {display: block; z-index: 2; text-align: center; width: 36px;height: 32px; background: url(/commnum-bg.png) no-repeat; position: absolute; top: -8px; left: 77px; font-size: 12px; color: #fff; line-height: 27px;}
/* -------------------------------------- */

/* СТИЛИ ДЛЯ ИНФОРМЕРА ТОП ПОЛЬЗОВАТЕЛЕЙ------------------------------------------*/ 
.talantlev_top_user_bs {
 background: #5D5252;
 padding: 20px 10px;
 color: #FFF;
}
.talantlev_top_user_bs b {
 display: block;
 text-align: center;
 font-size: 18px;
}
.talantlev_top_user_bs span {
 display: block;
 text-align: center;
 font-size: 14px;
 font-weight: 100;
 color: rgba(255,255,255,.7);
}

.talantlev_top {
 background: #5392CF;
 padding: 20px 10px;
 color: #FFF;
 position: relative;
 overflow: hidden;
}
.talantlev_top_user b {
 display: block;
 font-size: 16px;
}
.talantlev_top_user span {
 display: block;
 font-size: 12px;
 font-weight: 100;
 color: rgba(255,255,255,.7);
}

.talantlev_top_ava_bs {
 position: absolute;
 right: -55px;
 top: 50%;
 margin-top: -75px;
 width: 170px;
 height: 150px;
 overflow: hidden;
 border-radius: 50%;
 background: #FFF;
}

.talantlev_top_ava_bs_img {
 width: 60px;
 height: 60px;
 overflow: hidden;
 border-radius: 70%;
 margin: 40px;
 border: 5px solid #5392CF;
}
.talantlev_top_ava_bs_img img {
 object-fit: cover;
 width: 60px;
 height: 60px;
}

.talantlev_top2 {
 background: #5C944D;
 padding: 20px 10px;
 color: #FFF;
 position: relative;
 overflow: hidden;
}
.talantlev_top_user2 b {
 display: block;
 font-size: 16px;
 text-align: right;
}
.talantlev_top_user2 span {
 display: block;
 font-size: 12px;
 font-weight: 100;
 color: rgba(255,255,255,.7);
 text-align: right;
}

.talantlev_top_ava_bs2 {
 position: absolute;
 left: -35px;
 top: 50%;
 margin-top: -75px;
 width: 150px;
 height: 150px;
 overflow: hidden;
 border-radius: 50%;
 background: #FFF;
}

.talantlev_top_ava_bs_img2 {
 width: 60px;
 height: 60px;
 overflow: hidden;
 border-radius: 50%;
 margin: 40px;
 border: 5px solid #5C944D;
}
.talantlev_top_ava_bs_img2 img {
 object-fit: cover;
 width: 60px;
 height: 60px;
}

.userF {
 background: #D5A326;
}

.userF .talantlev_top_ava_bs_img {
 border: 5px solid #D5A326;
}

.userFs {
 background: #5C5C5C;
}

.userFs .talantlev_top_ava_bs_img2 {
 border: 5px solid #5C5C5C;
}

.userFsu {
 background: #A97DC1;
}
.userFsu .talantlev_top_ava_bs_img {
 border: 5px solid #A97DC1;
} 
/* -------------------------------------- */

/* ВИД МАТЕРИАЛОВ ОТ WAAK------------------------------------------*/ 
#clr{clear:both;}
.foot_wid_mat {
margin-right: 90px;
float: left;
}


.repiv {
margin-top: 17px;
position: absolute;
right: 20px;
}


.dop_nev_vtg .foot_wid_mat {
margin-right: 0px;
float: none;
}

.dop_nev_vtg .repiv {
position: relative;
left: 0;
right: auto;
}



.men_wid_vt {padding: 10px 0;background: #FFF;}
.men_wid_vt i {
display: inline-block;
width: 30px;
height: 30px;
margin-left: 10px;
border-radius: 2px;
color: #7dc561;
text-align: center;
line-height: 30px;
font-size: 18px;
cursor: pointer;
}

.men_wid_vt i:hover {box-shadow: inset 0 0 20px 0 rgba(0,0,0,0.08);}
i.dop_fa-th-list, i.dop_fa-th {
box-shadow: inset 0 0 20px 0 rgba(0,0,0,0.08);
color: #000;
}

.nev_vtg {
 padding: 10px 0;
 position: relative;
 background: #FFF;
 margin: 10px 0;
}

.name_wid_mat {
margin-bottom: 12px;
line-height: 1.333;
 padding-left: 37px;
background: url("http://vsthouse.ru/.s/t/1081/shout.png") no-repeat left 2px;
}
.name_wid_mat a {

color: #4b4b4b;
font-size: 1.286em;
line-height: 1.333;
font-weight: bold;

}

.brif_wid_mat {
margin: 12px 0;
color: #4b4b4b;
padding: 0 !important;
text-align: justify !important;
}

.img_wid_mat {
width: 100%;
}
.img_wid_mat img {
width: 100%;
max-height: 100%;
}

.foot_wid_mat ul {
 list-style: none;
 margin: 10px 0 0;
 padding: 0;
}
.foot_wid_mat ul li {float: left;}
.foot_wid_mat ul li a {
 display: block;
 font-size: 0.929em;
 line-height: 14px;
}
.foot_wid_mat ul li a i {color: #DADDDF;margin-right: 10px;}

.foot_wid_mat ul li.ss_file a {
background: #769ECE;
color: #FFF;
}

.dop_nev_vtg .wid_glav_block {
margin: 10px 0;
margin-left: 40%;
padding-left: 20px;
}

/* .nev_vtg .img_wid_mat {background: #ccc;}*/
.nev_vtg .img_wid_mat .img_bc_dop {max-width: 500px;margin: 0 auto;}

.dop_nev_vtg .img_wid_mat .img_bc_dop {max-width: 100%;height: 100%;}

.dop_nev_vtg .wid_glav_block .name_wid_mat a {font-size: 1em;}
.dop_nev_vtg .wid_glav_block .brif_wid_mat {font-size: 12px;}
.dop_nev_vtg .wid_glav_block .img_wid_mat {width: 40%;position: absolute;left: 0px;top: 0;height: 100%;}
.dop_nev_vtg .wid_glav_block .img_wid_mat img {width: 100%;min-height: 100%;object-fit: cover;}

@media only screen and (max-width: 700px) {
.nev_vtg {padding: 15px 5px;}
.foot_wid_mat ul li.ss_file {float: none;}
.foot_wid_mat ul li.ss_file a {text-align: center;}
.dop_nev_vtg .wid_glav_block .brif_wid_mat {display: none;}
.dop_nev_vtg .wid_glav_block .foot_wid_mat ul li, .dop_nev_vtg .wid_glav_block .repiv {display: none;}
.foot_wid_mat ul li.ss_file {display: block;}
.repiv {
margin-top: 20px;
margin: 20px 0;
position: relative;
right: auto;
}
.foot_wid_mat {
margin-right: 0px;
float: none;
}
}


@media only screen and (max-width: 500px) {
.dop_nev_vtg .wid_glav_block .img_wid_mat {width: 20%;}
.dop_nev_vtg .wid_glav_block {margin-left: 20%;}
.dop_nev_vtg .wid_glav_block .name_wid_mat a {font-size: 10px;}
.nev_vtg {padding: 10px 5px;}
}

@media only screen and (max-width: 400px) {
.nev_vtg {padding: 5px 5px;}
}

.brif_wid_mat img {
 display: none;
}

.foot_wid_mat ul li a img {
 float: left;
 margin-right: 10px;
 margin-top: 2px;
 height: 12px;
}

.name_wid_mat a:hover {
 color: #717171;
}

.foot_wid_mat ul li i {
 color: #DADDDF;
 margin-right: 10px;
}
.foot_wid_mat ul li {
 color: #4b4b4b;
 font-size: 0.929em;
 line-height: 14px;
 margin: 8px 10px;padding: 1px 15px;
 padding-left:23px;
}
.u-mpanel.moder-hover.up-right {
 float: left;
}