/*
 Gut Blog by Aleksey Zakharov
 version 1.0
*/

/* Basic*/
body {
 margin: 0px;
 background-color: #fff;
 font: 11pt/1.3em 'Verdana';
 color: #414141;
}

td, input, select, textarea {
 font: 90% 'Arial';
}

body a {
 color: #d74e37;
 text-decoration: underline;
}

body a:hover {
 text-decoration: none;
 color: #000;
}

* {}
img {
 border: 1px; 
}

p {
 text-indent: 20px;
 font-size: 100%;
 padding-bottom:5px;
}

blockquote {
 padding: 5px 20px 5px 45px;
 max-width:600px;
 width:85%;
 background-color: #E0EEE0;
 position:relative;
 color: #414141;
 font-family: 12pt 'Times New Roman', Times, serif; 
 font-style: italic;
 margin:0px;
}

blockquote:before {
 color: #000;
 font-family:Arial;
 font:20px;
 content: "“";
 display:block;
 font-size:50px;
 padding-left:5px;
 left:5px;
 position:absolute;
 top:10px;
}

h1 {
 font-size: 150%;
 color:#525252;
}

h2 {
 font-size: 130%;
}

a.noun img {
 margin: 2px;
}

ul, li {
 margin: 0px;
 padding: 0px;
 line-height: 1.5em;
 padding-bottom:5px;
 color:67C134;;
}

.clearfix:before, .clearfix:after {
 content: "";
 display: table;
}

.clearfix:after {
 clear: both;
}

.clearfix:before, .clearfix:after {
 : "";
 display: table;
}

:focus {
 outline: none;
}
textarea {
 resize: none;
}

hr {
 height: 1px;
 background: #bfbfbf;
 border: 0px;
 overflow: hidden;
}
iframe, object, embed {
 max-width: 100%;
}
/* ------------- */

/*WRAP*/
body {
 background: #ffffff;
 padding: 0;
 }

body > .container {
 max-width: 960px;
 min-height: 100%;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 position: relative;
 margin: 0 auto;
 text-align: left;
 padding: 0 0 60px;
 width: inherit;
 }

 #puzadpn {
 margin-top: -24px;
 }
/*----*/

/*HEADER*/
.header{height:250px;background:url(/img/header.png) center bottom no-repeat;overflow:hidden; max-width: 100%;}
.logo{color:#00602E;text-decoration:none;display:inline-block;margin:20px 0 0 70px;font:40px Impact;outline:none}
.logo span{color:#67C134}

ul.soc-icons {
 list-style-type: none;
 position: relative;
 left: 20px;
 top: 50%;
 margin-top: -15px;
 padding: 0;
 }

ul.soc-icons li {display: inline-block;}
 
ul.soc-icons li a {
 margin: 0 0 0 10px;
 text-align: left;
 display: block;
 width: 30px;
 height: 30px;
 text-indent: -9999px;
 overflow: hidden;
 background-image: url('/images/link.png');
 background-color: none;
 }

 ul.soc-icons li a:hover {background-color: #CD3C5C;}

 .i-fb {
 background-position: 0 0;
}

 .i-tw {
 background-position: -30px 0;
}

 .i-vk {
 background-position: -60px 0;
}

 .i-od {
 background-position: -90px 0;
}

 .i-yt {
 background-position: -120px 0;
}

 .i-in {
 background-position: -150px 0;
}

 .i-out {
 background-position: -180px 0;
}

 .i-reg {
 background-position: -210px 0;
}

 .i-profile {
 background-position: -240px 0;
}

 #uncheader object, #uncheader embed {
 max-width: inherit;
}
 
/*------*/

/* Menus */
nav {
 margin-bottom: 17px;
 text-align: center;
 background: #67C134;
 }


nav ul.uMenuRoot {
 list-style: none outside none;
 margin: 0 auto;
 padding: 0;
 }

nav ul ul {
 background: none repeat scroll 0 0 #f5f5f5;
 left: -1px;
 opacity: 0;
 position: absolute;
 top: 100%;
 transition: all 0.2s ease-out 0.15s;
 visibility: hidden;
 white-space: nowrap;
 z-index: 1;
 text-align: left;
 }

nav ul ul ul {
 left: 100%;
 padding-left: 1px;
 top: 0;
}

nav ul.uMenuRoot > li {
 list-style: none; 
 display: inline-block; 
 margin: 0; 
 padding: 0;
 position: relative;
 z-index: 2;
 }

 nav ul.uMenuRoot > li:first-child {border: none;}
 nav ul.uMenuRoot > li:last-child {border-right: none;}
 
nav ul.uMenuRoot > li.has-submenu:hover {}
nav ul.uMenuRoot > li > ul {;}
nav li {
 float: left;
 list-style: none outside none !important;
 position: relative;
 
}

nav li.has-submenu > a:after {
 content: "+";
 display: block;
 position: absolute;
 right: 5px;
 top: 0;
 
}

nav li a:hover + ul {
 opacity: 1;
 visibility: visible;
}

nav li:hover > ul {
 opacity: 1;
 visibility: visible;
}

nav li li {
 float: none;
}

nav li li a {
 padding: 0 20px;
 display: block;
 line-height: 40px;
 text-decoration: none;
 color: #555;
}

nav li li:hover {
 background: #006400;
}

nav li li:hover > a, nav li li:hover a:hover {
 background: #2E8B57;
 color: #fff;
 text-decoration: none;
}
/* ----- */

/* Site Menus */

ul.uMenuRoot > li > a {
 font-size: 18px;
 text-decoration: none;
 display: block;
 font-family: Myriad Pro, serif;
 color: #fff;
 background: #006400;
 padding: 0 20px;
 margin: 0 0 0 0;
 line-height: 50px;
 }
 
nav li:hover > a, ul.uMenuRoot > li > a:hover, ul.uMenuRoot > li > .uMenuItemA {
 background: #2E8B57;
 color: #ffffff;
 }
 
.show-menu {
 position: absolute;
 top: 30px;
 right: 30px;
 width: 50px;
 height: 20px;
 cursor: pointer;
 background: #006400;
 display: none;
 color: #fff;
 text-align: center;
 font-size: 80%;
 padding: 5px 10px;
 font-weight: bold;
 }
 .show-menu:hover {background: #2E8B57;color: #fff;}
/* --------- */

/* uCoz HEADER */
#uncheader {
 padding: 0px;
 background-repeat: no-repeat;
 background-position: 50% 0px;
 margin: 0px auto 7px auto; 
 width: 100%;
 position: relative;
}
 
.uCozIntroText {
 width: 55%;
 margin:0;
 position: absolute;
 right: 0;
 bottom: 20px;
 padding: 25px;
 background: rgba(0,0,0,0.66);
 color: #fff;
 font-weight: normal;
 }
 
 .uCozIntroText h1 {
 font-size: 190%; 
 -weight: normal;
 line-height: 1em;
 margin: 0 0 10px 0;
 color: #fff;
}

 .uCozIntroText p {
 font-size: 90%;
 margin: 0;
 text-indent: 0;
}
 
/*CONTAINERS*/
.content-wrap>section {
 float: left;
 width: 697px;
 background: #fff;
 margin-bottom: 7px;
 }

 .content-wrap.wide-page>section {
 float: none;
 width: auto;
 }

 .content-wrap>section ul {
 margin: 0 0 0 40px;
}

.content-wrap>aside {
 width: 256px;
 float: right;
 margin-bottom: 7px;
 }

.content {
 padding: 20px;
 padding-top:5px;
}

.content-wrap>section ul {
 margin: 0 40px 0 40px;
}

 .u-addform ul {
 margin: 0!important;
}
/*----------*/

/* FOOTER */
footer {
 padding: 5px 20px;
 background: #3f4747;
 color: #fff;
 font-size: 90%;
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 }
 
.copyright {
 width: 40%;
 float: left;
 text-align: left;
 }
.powered-by {
 width: 40%;
 float: right;
 text-align: right;
 } 

footer a {
 color: #fff;
 text-decoration: none;
}
footer a:hover {
 color: #fff;
 text-decoration: none;
}

.ulogin-btn span.ulb-mid {
 white-space: nowrap;
}

/* Module Part Menu */
.catsTable {
 border-spacing: 0 !important;
}

.catsTd {
 padding: 5px;
 background: #fff;
 border-bottom: 1px solid rgba(0,0,0,0.8);
 font-size: 80%;
}
 
.catName {}
.catNameActive {}
.catNumData {}
.catDescr {}
a.catName:link {
 color: #000;
}

a.catName:visited {
 color: #000;
}

a.catName:hover {
 color: #d74e37;
}

a.catName:active {
 color: #000;
}

a.catNameActive:link {
 color: #000;
}

a.catNameActive:visited {
 color: #000;
}

a.catNameActive:hover {
 color: #d74e37;
}

a.catNameActive:active {
 color: #000;
}

/* ----------------- */

/*Container blocks styles*/

.block {
 margin-bottom: 7px;
}

.blocktitle {
 font: 110% 'Arial';
 color: #fff;
 background:#006400;
 padding: 10px;
 margin: 0 0 2px 0;
}

.blockcontent {
 padding: 0;
 margin: 0;
 text-align: left;
 background: #fff;
}

.blockcontent ul, .blockcontent p, .blockcontent>div {
 margin: 0;
 padding: 10px;
}

.blockcontent .archUl {}
.blockcontent li {
 padding: 5px 10px;
 list-style: inside;
}

.blockcontent li a {}
.blockcontent li a:hover {}
.blockcontent a {}
.blockcontent a:hover {}

/*-----------------------*/

/* Entries Style */
.eBlock {
 padding: 0;
 background: #fff;
 table-layout: fixed;
 }

.eTitle {
 font: bold 13pt/30px 'Arial';
 color: #ef4d4d;
 padding: 10px 10px 5px 10px;
 border-bottom: 2px solid #ef4d4d;
 align-text:center;
}

.eTitle a {
 color: #ef4d4d;
 text-decoration: none;
}

.eTitle a:hover {
 color: #ef4d4d;
}

.eMessage {
 padding: 15px !important;
}

.eMessage p, .eText p {
 margin: 5px 0;
 font-size: 11pt;
 text-align: justify !important;
 line-height: 1.5em;
 text-indent: 20px;
 overflow: hidden;
}

.eMessage,.eText,.cMessage {
 word-wrap: break-word;
}

.eMessage li, .eText li {
 margin-left: 15px;
 font-size: 11pt;
}

.eMessage img, .eText img {
 max-width: 100%;
}

.eText {}
.eDetails, .eDetails1, .eDetails2 {
 margin: 5px 0px;
 padding:10px;
 font-size: 10pt;
 color: #000;
 background: #fff;
}

.eDetails a, .eDetails1 a, .eDetails2 a {
 color: #000;
 text-decoration:none;
}

.eDetails a:hover, .eDetails1 a:hover, .eDetails2 a:hover {
 color: #000;
}

.eDetails ul {
 margin-left: 0 !important;
}

.eDetails .ed-sep, .eDetails1 .ed-sep, .eDetails2 .ed-sep {
 display: none;
 margin: 0;
}

.e-reads, .e-author, .e-date, .e-comments, .e-add, .e-rating, .e-loads, .e-category {
 display: inline-block;
 margin-right: 15px;
 padding-left: 22px;
 vertical-align: middle;
 }
 
.e-reads .ed-title, 
.e-author .ed-title, 
.e-date .ed-title, 
.e-comments .ed-title, 
.e-add .ed-title, 
.e-rating .ed-title, 
.e-loads .ed-title, 
.e-category .ed-title {
 display: none;
}

.e-reads {
 background: url("/hop/eye.png") no-repeat scroll left center rgba(0, 0, 0, 0);
 height:12px;
}

.e-author, .e-add {
 background: url("/hop/author.png") no-repeat scroll left center rgba(0, 0, 0, 0);
 height:12px;
}

.e-date {background: url("/hop/date.png") no-repeat scroll left center rgba(0, 0, 0, 0);
 height:12px;
}

.e-comments {
 background: url("/hop/com.png") no-repeat scroll left center rgba(0, 0, 0, 0);
 height:12px;
}

.e-rating {
 background: url("/hop/star.png") no-repeat scroll left center rgba(0, 0, 0, 0);
 height:12px;
}

.e-loads {
 background: url("/.s/t/1252/13.png") no-repeat scroll left center rgba(0, 0, 0, 0);
 padding-left: 15px;
}

.e-category {
 background: url("/hop/cat.png") no-repeat scroll left center rgba(0, 0, 0, 0);
 height:12px;
}

.vep-video-block img {
 max-width: 100%;
}

/* ------------- */

/* Entry Manage Table */
.manTable {}
.manTdError {}
.manTd1 {}
.manTd2 {}
.manTd3 {}
.manTdSep {}
.manHr {}
.manTdBrief {}
.manTdText {}
.manTdFiles {}
.manFlFile {}
.manTdBut {}
.manFlSbm {}
.manFlRst {}
.manFlCnt {}

div[id^="imblock"] > span:first-child {
 width: 17px;
 display: inline-block;
}
/* ------------------ */

/* Comments Style */
.cAnswer, .cMessage {
 font-family: 'Tahoma';
 font-size: 90%;
}
.cBlock1, .cBlock2 {
 border-top: 1px dashed #ccc; padding: 0px 0px;
}
.cBlock1 {}
.cBlock2 {}
.uc-content {
 text-align: left;
}

.c1 {
 margin-top:20px;
 padding-bottom:15px;
 border-bottom:1px solid #dedede
} 
.c2 {
 display:table;
 width:100%;
} 
.c3 {
 display:table-cell;
 vertical-align:top;
 width:64px;
 padding-right:15px
} 
.c4 {
 display:table-cell;
 vertical-align:top;
 text-align:left
} 
.c5 {
 display:table-cell;
 vertical-align:top;
 text-align:center;
 width:80px
} 
.c6 {
 padding-top:2px;
 padding-bottom:7px;
 font-size:17px;
 line-height:20px
} 
.c6 a {
 text-decoration:none;
 color:#6c6c6c
} 
.c6 .c7 {
 font-size:12px;
 color:#9c9c9c;
 display:inline-block;
 padding-left:10px
} 
.c8 {
 font-size:15px
} 
.c1:hover .c9 a {
 display:inline-block
} 
.c1:hover .c11 a, .c1:hover .c10 a {
 display:block
} 
.c9 {
 margin-top:10px;
 height:24px
} 
.c9 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
} 
.c9 a:hover {
 color:#1d1d1d;
 text-decoration:none;
 background:#eaeaea;
} 
.c16, .c14, .c15 {
 width:38px;
 padding:3px 0px;
 font-size:13px;
 text-align:center;
 font-weight:bold;
 -webkit-border-radius: 20px;
 -moz-border-radius: 20px;
 border-radius: 0px
} 
.c16 {
 background:#ffcccc;
 color:#cc0000;
} 
.c14 {
 background:#cccccc;
 color:#FFF
} 
.c15 {
 background:#ccffcc;
 color:#009900
} 
.c12 {
 display:table;
 height:24px
} 
.c11 {
 display:table-cell;
 vertical-align:top;
 width:22px;
} 
.c10 {
 display:table-cell;
 vertical-align:top;
 width:22px;
} 
.c13 {
 display:table-cell;
 vertical-align:top;
 width:46px;
 padding-left:3px;
 text-align:center
} 
.c11 a {
 width:18px;
 height:18px;
 display:none;
 color:rgba(0,0,0,0);
 font-size:0px;
 background:url('/images/like.png');
 margin-top:3px;
 opacity:0.5;
 position:absolute
} 
.c10 a {
 width:18px;
 height:18px;
 display:none;
 color:rgba(0,0,0,0);
 font-size:0px;
 background:url('/images/unlike.png');
 margin-top:3px;
 margin-left:-5px;
 opacity:0.5;
 position:absolute
} 
.c11 a:hover, .c10 a:hover {
 opacity:1
}

/* -------------- */

/* Other Styles */
.replaceTable {}
.legendTd {}
.codeMessage, .quoteMessage {
 padding: 5px;
}

.bbcodeBlock, .bbquoteBlock {
 margin: 5px;
}

.gTableError, .commError {
 color: #f00;
}

[id^=cid] > i {
 display:none !important;
}

ul.cat-tree {
 padding: 10px !important
 ;margin-left: 10px !important;
}

ul.cat-tree {
 list-style: disc inside !important;
}

ul.cat-tree ul.cat-tree {
 padding-bottom: 0 !important;
 padding-right: 0 !important;
}

#tb_gtype_1 .manTd1 {
 white-space: nowrap;
 
}
.shop-tabs .postRest1 {
 border-top: #A7A6A6 1px solid !important;
 border-right: #A7A6A6 1px solid !important;
}

span[id^="iCode"] {
 white-space: nowrap;
}

#shop-basket li {
 padding: 0 0 0 45px !important;
 list-style: none;
}

.eTag {
 text-transform: capitalize;
 font-size:11px;
 text-decoration:none;
 }

.eTag:hover {
 background: #ef4d4d;
 border-color:#ef4d4d;
 color:#fff;
 padding:0.2em 0.2em 0.2em 0.2em;
}

.cate_name {
 text-size:18pt;
 color:#fff;
 padding:5px;
 max-width:200px;
 background:#ef4d4d;
 text-align:center;
 border:1px;
 border-radius:5px;
 font:Verdana;
}

.presr {
 color:#000;
 text-decoration:none;
 float:center;
 font:14px;
 text-align: center;
 }

.presf {
 padding-top:5px;
 min-heigh: 200px;
}

.frf {
 padding-left:10px;
 max-width:250px;
 width:100%;
 float: right;
}

@media screen and (max-width: 300px) {
 .mfk {
 display:none; 
 }
}

.fpk {
 max-width:650px;
 width:100%;
 text-align: center;
}


.yrt {
 border:0px;
 width:100px;
}

.yrti {
 border:0px;
 width:50px;
}
/* ------------ */

/*Pages switches*/
.catPages1, .catPages2 {
 margin: 5px 0px;
}

.swchItem { 
 color:#ef4d4d;
 border:1px solid #ef4d4d; 
 background:#FFFFFF;
 } 
.swchItemA, .swchItem { 
 padding:6px 9px; 
 margin-left:3px;
 text-decoration:none; 
} 
.swchItemA, .swchItem:hover { 
 font-weight:normal; 
 color:#fff; 
 border:1px solid #ef4d4d; 
 background:#ef4d4d; 
} 
/*--------------*/

/*--------------------- INPUTS start ---------------------*/
input[type=submit], input[type=reset], input[type=button] {
 color: #fff;
 border: none;
 padding: 5px 10px;
 font-size: 10pt;
 background: #67C134;
 cursor: pointer;
 }

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
 background: #67C134;
}

input[type=submit]:active, input[type=reset]:active, input[type=button]:active {}
input[type=text], input[type=password], textarea, select {
 background: #fff;
 border: 1px solid #67C134;
 font-size: 11px;
 color: #5e5e5e;
 padding: 3px;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}

#mchatBtn, input.codeButtons, input.button {
 padding-left: 0px;
 padding-right: 0px;
}

.queryField {
 width: auto !important;
}

.commFl {
 width: 100%;
}
.manTable select {
 max-width: 300px;
}

textarea.mchat {
 vertical-align: bottom;
}

#MCaddFrm {
 margin: 0 0px !important;
}

.myWinCont [type=submit] {
 color: #fff !important;
}

a.button1 {
 display: inline-block;
 color: #ef4d4d;
 float: right;
 font-weight: 700;
 text-decoration: none;
 user-select: none;
 padding: .4em 2em;
 outline: none;
 border: 2px solid #ef4d4d;
 border-radius: 1px;
 transition: 0.2s;
 margin-top: 5px;
 } 

a.button1:hover {
 background: #ef4d4d;
 color: #fff;
}

a.button1:active {
 background: white;
}

a.button2 {
 display: inline-block;
 color: #67C134;
 text-decoration: none;
 user-select: none;
 padding: .1em 1em;
 outline: none;
 border: 1px solid #67C134;
 transition: 0.2s;
 margin-top: 5px;
 } 

a.button2:hover {
 background: #67C134;
 color: #fff;
}

a.button2:active {
 background: white;
}
/*--------------------- INPUTS end ---------------------*/

/*--------------------- POPUP start ---------------------*/
.popup {
 margin: 10px;
 text-align: left;
 padding: 0;
}

.popup a {
 color: #67C134;
}
.popup a:hover {
 color: #000;
}
.popuptitle {
 height: 34px;
 line-height: 34px; 
 padding: 10px; 
 font-size: 16pt;
 background:#67C134;
 color: #fff; 
 margin-bottom: 7px;
}

.popupbody {
 padding: 10px 15px;
 font-size: 12px;
 font-family: 'Tahoma';
 background: #fff;
}

.popupbody a, .popupbody td {
 font-size: 12px;
 font-family: 'Tahoma';
}

.popup .allUsersBtn, .popup .uSearchFlSbm {
 background: #67C134;
 border: 0px;
 color: #fff;
 font-size:12px;
 font-family: 'Arial';
 border-radius: 2px;
 padding-top: 2px;
 padding-bottom: 2px;
 margin: 0px 5px;
 cursor: pointer;
}

.popup .allUsersBtn:hover, .popup .uSearchFlSbm:hover {
 background: #3b9194;
}
/*--------------------- POPUP end ---------------------*/

 .gTable.cat-blocks {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 background-color: #fff;
}

 .gTable.cat-blocks div {
 font-size: 15px!important;
 color: #D74E37;
}

.cat-blocks div:hover {
 color: #000;
}

/*MEDIA QUERIES*/
@media screen and (max-width: 1000px) {
 .navbar-share {
 display: none;
 }
 
 body > .container {
 max-width: 96%;
 }
 .content-wrap>section 
 {width: 71%;
 }
 .content-wrap>aside {
 width: 28%;
 }
 .content {
 padding: 10px;
 } 
 .entTd {
 display: block; clear: both;
 }
 #uCozHeaderMain {
 width: 100% !important;
 }
 
 nav {
 font-size: 90%;
 }
 
 ul.uMenuRoot > li > a {
 line-height: 40px;
 }
 ul.uMenuRoot li li a {
 line-height: 20px;
 }
 nav ul.uMenuRoot ul ul {
 display: block;
 padding-left: 0;
 position: static;
 }
 nav ul.uMenuRoot li:hover ul {
 opacity: 1;
 visibility: visible;
 } 
 nav li li a {padding: 5px 10px;display: block; }
 ul.uMenuRoot > li.has-submenu > a:after {
 content: "+";
 display: block;
 position: absolute;
 right: 5px;
 top: 0;
 }
 nav li.has-submenu > a:after {
 content: "";
 }
 ul.uMenuRoot ul ul a {
 margin-left: 40px !important;
 } 
 ul.uMenuRoot ul ul ul a {
 margin-left: 70px !important;
 } 
 .v-entry, .ve-screen {
 width:auto;
 }
#uEntriesList {
 text-align: center;
 }
#uEntriesList > li {
 padding: 5px;
 width: auto !important;
 } 
 }

@media screen and (max-width: 780px) {
 header {
 padding: 5px 20px;
 margin-bottom: 0;
 }
 .content-wrap>section, .forumContent {
 margin-top: 7px;
 }
 .logo { float: none; clear: both; width: auto; margin: 0px !important; }
 header { padding: 0px !important; } 
 
 .soc-icons,
 #uncheader{
 display: none;
 } 
 
 .show-menu {
 display: block;
 }
 body > .container {
 padding-bottom: 68px;
 }
 #puzadpn {
 display: none;
 }
 
 nav {
 background: none repeat scroll 0 0 #fff;
 display: none;
 opacity: 0;
 visibility: hidden;
 text-align: left;
 padding: 10px;
 margin-bottom: 0;
 }
 nav.nav-opened {
 display: block;
 opacity: 1;
 visibility: visible;
 
 }
 nav ul.uMenuRoot {
 white-space: nowrap;
 margin: 0;
 display: block;
 }
 nav ul.uMenuRoot li {
 display: block;
 float: none;
 border: none;
 }
 ul.uMenuRoot > li > a {
 line-height: 20px;
 padding: 5pxblockquote 10px;
 font-weight: bold;
 }
 nav ul.uMenuRoot > li:last-child {
 border-right: none;
 }
 nav ul.uMenuRoot > li.has-submenu:hover {
 border-left: none;
 }
 
 nav ul.uMenuRoot li a:hover, nav ul.uMenuRoot li a.uMenuItemA {
 background: none repeat scroll 0 0 #2E8B57;
 }
 nav li:hover > a, ul.uMenuRoot > li > a:hover, ul.uMenuRoot > .uMenuItemA {
 background: #fff;
 }
nav ul.uMenuRoot li.has-submenu a:after {
 content: "";
 display: inline;
 position: static;
}
nav ul.uMenuRoot ul {
 background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
 display: block;
 opacity: 1;
 padding-left: 0 !important;
 position: static;
 visibility: visible;
}
nav ul.uMenuRoot ul a {
 padding-left: 35px !important;
}
nav ul.uMenuRoot ul ul a {
 padding-left: 70px !important;
} 
 
 .content-wrap>section {
 float: none; width: 100%;
 }
 .content-wrap>aside {
 width: 100%; float: none;
 }
 #uncheader {
 margin-bottom: 0px;
 }
 #uCozHeaderMain {
 background-size: cover !important;
 height: 250px !important;
 }
 .uCozIntroText {width: 100%;
 left: 0px;
 bottom: 0px;
 padding: 0;
 }
 .uCozIntroText h1 {
 margin: 20px 20px 10px 20px;
 }
 .uCozIntroText p {
 margin: 10px 20px 20px 20px;
 }
 
 .copyright, .powered-by {
 float: none;
 width: 100%;
 text-align: center;
 margin: 5px 0;
 }
 .eBlock {
 padding: 0;
 }
 
 .shop-tabs {
 border-bottom: 0!important;
 }
.shop-tabs li {
 border-bottom: 1px solid #A7A6A6 !important;
 }
 }
@media screen and (max-width: 480px) {
 .show-menu {
 position: static;
 width: auto;
 height: auto;
 }
 body > .container {
 padding-bottom: 75px;
 }
 }
 /*------ UI fix ------*/
.x-unselectable {
 position: relative;
}
#uCatsMenu7 {
 top: 100% !important;
 left: 0 !important;
}
#sFltLst {
 top: inherit !important;
 left: inherit !important;
 bottom: inherit !important;
}
/*------ UI fix ------*/

/*------ Author -----*/
.author_block {display:table;margin:10px 0px; text-decoration:none;} 
.author_avatar, .author_name {display:table-cell;vertical-align:top; text-decoration:none;} 
.author_avatar {width:84px} 
.author_avatar img {width:60px;height:60px;object-fit:cover} 
.author_name a {font-weight:bold; text-decoration:none; padding-top:7px;} 
.author_name span {display:block;font-size:13px;padding-top:7px;} 
/*------ Author -----*/

@media screen and (max-width: 479px) {.infTable {display:none;}}
form#addEntForm table#cntContaineroEditbrief tr td:first-child, form#addEntForm table#cntContaineroEditmessage tr td:first-child{width:auto; }
.linev { 
 border: 1px solid #993300;
 border-radius: 10px;
 padding: 10px 20px;
 background-color: #FFFAFA;
width: 90%;
 }
.vline { 
 border-left: 3px solid #006400; /* Параметры линии */ 
 margin-left: 20px; /* Отступ слева */
 padding-left: 10px; /* Расстояние от линии до текста */ 
 font: 28px; Arial;
 }

.rec{ 
 font-size: 130%;
 }

.img { width: auto !important; }