@import "/.s/t/1221/jquery.bxslider.css";

/* General Style */
html {height: 100%;min-height: 100%;}
body {margin: 0px;background-color: #f5f5f3;font: 12px/16px 'Arial';color: #808080;text-align: center;height: 100%;}
td, input, select, textarea {font: 12px 'Arial';}
body a {color: #80b317;text-decoration: underline;}
body a:hover {text-decoration: none; color: #000;}
* {}
img {border: 0px;}
a.noun img {margin: 2px;}
ul, li {margin: 0px; padding: 0px;}
.clear {clear: both;overflow: hidden;height: 1px;}
:focus {outline: none;}
textarea {resize: none;}
hr {display: block;margin: 0 0 .2em;clear: both;padding: .2em 0 0;height: 0;border: 0;border-bottom: 1px solid #bfbfbf;}
iframe, object, embed {max-width: 100%;}
body.base {min-height: 100%;}
/* ------------- */

fronttext {
 color: red;
}

/*WRAP*/
.wrap {
 background: url('/.s/t/1221/5.jpg') top center no-repeat;
 background-attachment: fixed;
 background-size: cover;
 min-height: 100%;
 }
.wrap1 {
 background: url('/.s/t/1221/6.png') top center no-repeat;
 min-height: 100%;
 }
.wrap2 {
 background: url('/.s/t/1221/7.png') bottom center no-repeat;
 text-align: center;
 min-height: 100%;
 }
.container {
 max-width: 1000px;
 margin: 0 auto;
 text-align: left;
 width: 100%;
 padding: 40px 0 60px 0;
 height: 100%;
min-height: 100%;
position: relative;
-webkit-box-sizing: border-box;
box-sizing: border-box;
 }
#puzadpn {
 margin-top: -24px;
 }
/*----*/

/*HEADER*/
header {
 border: 1px solid rgba(67,87,88,0.5);
 padding: 0 50px;
 margin-bottom: 15px;
 overflow: auto;
 background: -moz-linear-gradient(bottom, #ffffff 0%, #f4f4f4 5px, #ffffff 100%);
 background: -webkit-linear-gradient(bottom, #ffffff 0%, #f4f4f4 5px, #ffffff 100%);
 background: -o-linear-gradient(bottom, #ffffff 0%, #f4f4f4 5px, #ffffff 100%);
 background: linear-gradient(bottom, #ffffff 0%, #f4f4f4 5px, #ffffff 100%);
 }
.logo {
 width: 100%;
 float: none;
 text-align: center;
 padding: 20px 0 20px 0px;
 }
.logo h1 {
 font-size: 20pt;
 padding: 0;
 margin: 10px 0 5px 0;
 color: #808080;
 line-height: 1em;
 }
.logo h1 a {
 color: #808080;
 text-decoration: none;
 }
 .logo h1 a strong {color: #6aa613;}
 .logo h1 a:hover {color: #000;}

.logo h2 {
 padding: 0;
 margin: 3px 0;
 color: #808080;
 font-size: 10pt;
 }

.login-block {
 width: 40%;
 float: right;
 text-align: right;
 padding: 20px 0;
 }

ul.soc-icons {list-style-type: none;}
ul.soc-icons li {display: inline-block;}
 
ul.soc-icons li a {
 margin: 0 0 0 10px;
 text-align: left;
 display: block;
 width: 35px;
 height: 35px;
 text-indent: -9999px;
 overflow: hidden;
 background-image: url('/.s/t/1221/9.png');
 }
 .i-tw {background-position: 0 0;}
 .i-tw:hover {background-position: 0 -35px;}
 .i-fb {background-position: -35px 0;}
 .i-fb:hover {background-position: -35px -35px;}
 .i-yt {background-position: -70px 0;}
 .i-yt:hover {background-position: -70px -35px;}
 .i-vk {background-position: -105px 0;}
 .i-vk:hover {background-position: -105px -35px;}
 
.login-block p {margin: 5px 0 0 0;}

/*------*/

/* Menus */
.menu-wrap {
 border: 1px solid rgba(67,87,88,0.5);
 padding: 1px 10px;
 margin-bottom: 15px;
 text-align: center;
 background: linear-gradient(bottom, #ffffff 0%, #f4f4f4 5px, #ffffff 100%);
 background: -moz-linear-gradient(bottom, #ffffff 0%, #f4f4f4 5px, #ffffff 100%);
 background: -webkit-linear-gradient(bottom, #ffffff 0%, #f4f4f4 5px, #ffffff 100%);
 background: -o-linear-gradient(bottom, #ffffff 0%, #f4f4f4 5px, #ffffff 100%);
 background: -ms-linear-gradient(bottom, #ffffff 0%, #f4f4f4 5px, #ffffff 100%);
 }
ul.uz, ul.uMenuRoot {margin: 0; padding: 0;}
li.menus {}

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;
 margin: 0 0 0 -4px;
 list-style-type: none;
 border: 1px solid rgba(67, 87, 88, 0.1);
 }
 nav > ul > ul {border-left: 1px solid #00448a;}
 
nav ul ul ul {
 left: 100%;
 padding-left: 1px;
 top: 0;
 margin-left: 0;
}

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

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

nav li:hover > ul {
 opacity: 1;
 visibility: visible;
}
nav li li {float: none; position: relative; font-size: 10pt;}

nav li li a {padding: 0 20px; display: block; line-height: 40px; text-decoration: none; color: #555;}
nav li li:hover {background: #f5f5f5;}
nav li li:hover > a, nav li li:hover a:hover {background: #e3e3e3; color: #000; text-decoration: none;}

ul.uMenuRoot>li {
 list-style: none; 
 display: inline-block; 
 margin: 0; 
 padding: 0;
 position: relative;
 }
ul.uMenuRoot>li>a {
 font-size: 11pt;
 text-decoration: none;
 display: block;
 color: #808080;
 padding: 0 10px;
 line-height: 38px;
 margin: 0 0 0 -4px;
 background: url('/.s/t/1221/10.png') center right no-repeat;
 }
 ul.uMenuRoot li:last-child a{background: none;}
 ul.uMenuRoot>li.has-submenu>a {padding-right: 25px !important;}

nav li:hover > a, ul.uMenuRoot>li>a:hover {background: #9bc31c; color: #fff} 
ul.uMenuRoot .uMenuItemA {
 color: #fff;
 background: linear-gradient(bottom, #66a312, #9bc31c) !important;
 background: -moz-linear-gradient(bottom, #66a312, #9bc31c) !important;
 background: -webkit-linear-gradient(bottom, #66a312, #9bc31c) !important;
 background: -o-linear-gradient(bottom, #66a312, #9bc31c) !important;
 background: -ms-linear-gradient(bottom, #66a312, #9bc31c) !important;
 }

.uMenuItemA span {
 background: url("/.s/t/1221/11.png") no-repeat center bottom transparent;
 display: inline-block;
 line-height: 38px;
 margin-bottom: -6px;
 padding-bottom: 6px;
 }
 
ul.uMenuRoot .uMenuArrow {position: absolute; right: 3px; top: 12px;width: 4px; height: 7px; overflow: hidden; background: url(/.s/t/1221/12.gif);}

.show-menu {
 height: 20px;
 cursor: pointer;
 background: rgba(67,87,88,0.5);
 display: none;
 color: #fff;
 text-align: center;
 font-size: 100%;
 padding: 5px 10px;
 font-weight: bold;
 }
 .show-menu:hover {background: #e5e5e5;color: #000;}

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

/* SLIDER */
.slider {
 border: 1px solid rgba(67,87,88,0.5);
 padding: 10px;
 margin-bottom: 15px;
 background: linear-gradient(bottom, #ffffff 0%, #f4f4f4 5px, #ffffff 100%);
 background: -moz-linear-gradient(bottom, #ffffff 0%, #f4f4f4 5px, #ffffff 100%);
 background: -webkit-linear-gradient(bottom, #ffffff 0%, #f4f4f4 5px, #ffffff 100%);
 background: -o-linear-gradient(bottom, #ffffff 0%, #f4f4f4 5px, #ffffff 100%);
 background: -ms-linear-gradient(bottom, #ffffff 0%, #f4f4f4 5px, #ffffff 100%);
 height: 300px;
 }

.slider-border {
 overflow: hidden;
 height: 100%;
 }
.bxslider, .bxslider li {height: 100%;}
.slide-box {
 width: 100%;
 height: 100%;
 overflow: hidden;
 position: relative;
 font-size: 20pt;
 color: #fff;
 }

.slide-box h1 {
 position: relative;
 font-size: 130%;
 z-index: 10;
 margin: 190px 20% 0 40px;
 text-shadow: 1px 1px 0 #666;
 font-weight: normal;
 line-height: 1em;
 }

.slide-box p {
 font-size: 60%;
 position: relative;
 z-index: 10;
 margin: 10px 20% 0 40px;
 }
 
.sub-info {
 width: 100px;
 height: 90px;
 padding: 0 5px 0 15px;
 position: absolute;
 bottom: 0;
 right: 0;
 background: url('/.s/t/1221/13.png') no-repeat;
 text-align: center;
 font-size: 60%;
 overflow: hidden;
 }
 .sub-info span {
 display: block;
 width: 30px;
 height: 24px;
 margin: 30px auto 5px auto;
 background: url('/.s/t/1221/14.png') no-repeat;
 }
 
/*CONTAINERS*/
.content-wrap>section {
 float: left;
 width: 69%;
 background: #fff;
 border: 1px solid rgba(67,87,88,0.5);
 margin-bottom: 15px;
 }
 .content-wrap>section ul {margin: 0 40px 0 40px;}
 .u-addform ul {margin: 0!important;}
 
.content-wrap>aside {
 width: 29%;
 float: right;
 background: #fff;
 border: 1px solid rgba(67,87,88,0.5);
 margin-bottom: 15px;
 }
.content {padding: 20px;}
.content-wrap.wide-page>section {float:none;width:auto;}
/*----------*/

/* FOOTER */
footer {
 border: 1px solid rgba(67,87,88,0.5);
 padding: 5px 50px;
 background: linear-gradient(bottom, #ffffff 0%, #f4f4f4 5px, #ffffff 100%);
 background: -moz-linear-gradient(bottom, #ffffff 0%, #f4f4f4 5px, #ffffff 100%);
 background: -webkit-linear-gradient(bottom, #ffffff 0%, #f4f4f4 5px, #ffffff 100%);
 background: -o-linear-gradient(bottom, #ffffff 0%, #f4f4f4 5px, #ffffff 100%);
 background: -ms-linear-gradient(bottom, #ffffff 0%, #f4f4f4 5px, #ffffff 100%);
 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;
 } 
/* Module Part Menu */
.catsTable {}
.catsTd {padding: 3px 0;}
.catName {}
.catNameActive {}
.catNumData {}
.catDescr {}
a.catName:link {background: url('/.s/t/1221/15.png') no-repeat 0 2px; padding: 0 0 0 20px; color: #808080 !Important;}
a.catName:visited { color: #808080 !Important;}
a.catName:hover {background-position: 0 -28px; color: #000;}
a.catName:active { color: #808080 !Important;}
a.catNameActive:link {background: url('/.s/t/1221/15.png') no-repeat 0 -28px; padding: 0 0 0 20px; color: #000;}
a.catNameActive:visited {color: #000;}
a.catNameActive:hover {color: #80b317;}
a.catNameActive:active {color: #000;}
/* ----------------- */

/*Container blocks styles*/

.block {margin-bottom: 30px;}
.blocktitle {font: 14pt/22px 'Arial'; color: #808080;font-weight: bold;margin: 0 0 15px 0; border-bottom: 1px solid #bfbfbf; padding: 0 0 10px 0;}
.blockcontent {width: 100%;margin: 3px auto;text-align: left;}
.blockcontent ul {margin: 0;padding: 0;}
.blockcontent li {list-style: none; font-size: 10pt; margin: 5px 0;}
.blockcontent li a {background: url('/.s/t/1221/15.png') no-repeat 0 2px; padding: 0 0 0 20px; color: #808080;}
.blockcontent li a:hover {background-position: 0 -28px; color: #000;}
.blockcontent a {color: #333;text-decoration: none;}
.blockcontent a:hover {color: #267578;text-decoration: none;}

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

/* Entries Style */
.eBlock {
 border: 1px solid #e7e7e7;
 padding: 10px 30px 0 30px;
 background: linear-gradient(bottom, #ffffff 0%, #f4f4f4 5px, #ffffff 100%);
 background: -moz-linear-gradient(bottom, #ffffff 0%, #f4f4f4 5px, #ffffff 100%);
 background: -webkit-linear-gradient(bottom, #ffffff 0%, #f4f4f4 5px, #ffffff 100%);
 background: -o-linear-gradient(bottom, #ffffff 0%, #f4f4f4 5px, #ffffff 100%);
 background: -ms-linear-gradient(bottom, #ffffff 0%, #f4f4f4 5px, #ffffff 100%);
 table-layout: fixed;
 }

.eTitle {font: normal 24px/30px 'Arial';color: #707070;border-bottom: 1px solid #bfbfbf; padding: 0 0 5px 35px; background: url('/.s/t/1221/16.png') no-repeat 0 5px;}
.eTitle a {color: #707070;text-decoration: none;}
.eTitle a:hover {color: #80b317;}

.eMessage, .eText {margin: 15px 0;text-align: justify !important;color: #333333;line-height: 18px;}
.eMessage,.eText,.cMessage {word-wrap: break-word;}
.eMessage li, .eText li {margin-left: 15px;}
.eMessage {}
.eText {}
.eDetails, .eDetails1, .eDetails2 {margin: 8px 0px;padding: 5px 0;font-size: 8pt; color: #999999;border-top: 1px solid #bfbfbf;}
.eDetails a, .eDetails1 a, .eDetails2 a {}
.eDetails a:hover, .eDetails1 a:hover, .eDetails2 a:hover {}
.eDetails {}
.eDetails1 {}
.eDetails2 {}

.eRating {}

.eAttach {}

.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 {}
/* ------------------ */

/* Comments Style */
.cAnswer, .cMessage {font-family: 'Tahoma';font-size: 11px;}
.cBlock1, .cBlock2 {border-top: 1px dashed #ccc; padding: 5px 0px;}
.cBlock1 {}
.cBlock2 {}
/* -------------- */

/* Comments Form Style */
.commTable {}
.commTd1 {}
.commTd2 {}
.commFl {}
.smiles {}
.commReg {}
.commError {}
.securityCode {}
/* ------------------- */

/* Archive Menu */
.archUl {}
.archLi {}
a.archLink:link {}
a.archLink:visited {}
a.archLink:hover {}
a.archLink:active {}
/* ------------ */

/* Archive Style */
.archiveCalendars {}
.archiveDateTitle {}
.archEntryHr {}
.archiveeTitle li {}
.archiveEntryTime {}
.archiveEntryComms {}
a.archiveDateTitleLink:link {}
a.archiveDateTitleLink:visited {}
a.archiveDateTitleLink:hover {}
a.archiveDateTitleLink:active {}
.archiveNoEntry {}
/* ------------- */

/* Calendar Style */
.calTable {width: 100%;}
.calTable td {padding: 4px 2px;}
.calMonth {}
.calWday ,.calWdaySe, .calWdaySu {text-transform: uppercase;}
.calWday {}
.calWdaySe {font-weight: bold;}
.calWdaySu {font-weight: bold;}
.calMday {}
.calMdayA {background: #5d5d5d; color: #fff;border-radius: 8px;-moz-border-radius: 8px;}
.calMdayA a {color: #fff;}
.calMdayIs {}
.calMdayIsA {background: #5d5d5d; color: #fff;border-radius: 8px;-moz-border-radius: 8px;}
.calMdayIsA a {color: #fff !important;}
a.calMonthLink:link,a.calMdayLink:link {font-weight: bold;}
a.calMonthLink:hover,a.calMdayLink:hover {}
/* -------------- */

/* Poll styles */
.pollBut {}

.pollBody {}
.textResults {}
.textResultsTd {}

.pollNow {}
.pollNowTd {}

.totalVotesTable {}
.totalVotesTd {}
/* ---------- */

/* User Group Marks */
a.groupModer:link,a.groupModer:visited,a.groupModer:hover {color:blue;}
a.groupAdmin:link,a.groupAdmin:visited,a.groupAdmin:hover {color:red;}
a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color:green;}
/* ---------------- */

/* Other Styles */
.replaceTable {}
.legendTd {}
.codeMessage, .quoteMessage {padding: 5px;}
.bbcodeBlock, .bbquoteBlock {margin: 5px;}
#shop-basket a.remove {padding: 0!important;}
#shop-basket .sb-name {margin-right: 0!important;}
[id^=cid] > i {display:none;}
div[id^="imblock"] {padding-top: 5px;}
div[id^="imblock"] > span:first-child {padding-right: 11px!important;}
.eMessage img {max-width: 100%;}
.mchat {vertical-align: middle;}
.container.toolbarBottom {padding-top: 0;}
.gTableError, .commError {color: #f00;}
/* ------------ */

/*Pages switches*/
.catPages1, .catPages2 {margin: 5px 0px;}
.swchItemA span, .swchItem span, .swchItemA1 span, .swchItem1 span {padding: 3px;}
/*--------------*/


/* ===== forum Start ===== */
/* General forum Table View */
.forumContent {border: 1px solid rgba(67,87,88,0.5);padding: 10px;background: #fff;}
.forumContent a {text-decoration: none;}
.forumContent a:hover {text-decoration: underline;}
.forumcontent td {font: 11px 'Tahoma'; color: #555555;}
a.fNavLink {font: italic 12px 'Arial';color: #999;text-decoration: underline;padding: 3px 6px; border-radius: 8px; -moz-border-radius: 8px;}
a.fNavLink:hover {color: #fff; background: #80b317;}
.gTable {background: #dcdbe0;}
.gTable td {background: #fff;padding: 5px 7px;}
td.gTableTop {font: 14px/30px 'Tahoma';text-transform:uppercase;color: #fff;padding: 5px 10px;
 background: linear-gradient(bottom, #66a312, #9bc31c);
 background: -moz-linear-gradient(bottom, #66a312, #9bc31c);
 background: -webkit-linear-gradient(bottom, #66a312, #9bc31c);
 background: -o-linear-gradient(bottom, #66a312, #9bc31c);
 background: -ms-linear-gradient(bottom, #66a312, #9bc31c);
 }
td.gTableTop a {font: 14px/30px 'Tahoma'; color: #feffff;}
td.gTableSubTop, td .postTdTop {background: #8ad5da;font: 10px/18px 'Tahoma';color: #3f6264;padding: 0px 10px;}
td.gTableSubTop a, td .postTdTop a {color: #ffffff;}
.gTableBody {}
.gTableBody1 {}
.gTableBottom {}
.gTableLeft {}
td.gTableRight {background: #f5f5f5;}
.gTableError {}
.wrap2 > table, .wrap2 > .gDivLeft, .wrap1 > footer {max-width: 1000px; margin: 0 auto;}
.wrap1 > footer {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
#thread_search_field {margin-top: 5px!important;width: 150px!important;}
#forum_filter {vertical-align: middle;line-height: 30px; margin-top: 0!important;}
/* ------------------------ */

/* Forums Styles */
.forumNameTd,.forumLastPostTd {}
td.forumIcoTd,td.forumThreadTd,td.forumPostTd {background: #f5f5f5;}
.forumLastPostTd,.forumArchive {}

a.catLink:link {}
a.catLink:visited {}
a.catLink:hover {}
a.catLink:active {}

.lastPostGuest,.lastPostUser,.threadAuthor {}
.archivedForum{}
/* ------------- */

/* forum Titles & other */
.forum {font: 12px 'Arial'; }
.forumDescr,.forumModer {font: 10px 'Arial'; color: #a1a1a1;}
.forumViewed {}
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link {color: #1282d8;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {color: #1282d8;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {color: #1282d8;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {color: #1282d8;}
/* -------------------- */

/* forum Navigation Bar */
.forumNamesBar {}
.forumBarKw {}
a.forumBarA:link {}
a.forumBarA:visited {}
a.forumBarA:hover {}
a.forumBarA:active {}
/* -------------------- */

/* forum Fast Navigation Blocks */
.fastNav,.fastSearch,.fastLoginForm {}
/* ---------------------------- */

/* forum Fast Navigation Menu */
.fastNavMain {}
.fastNavCat {}
.fastNavCatA {}
.fastNavForumA {}
/* -------------------------- */

/* forum Page switches */
.switches {}
.pagesInfo {}
.switch {}
.switchActive {}
a.switchDigit:link,a.switchBack:link,a.switchNext:link {}
a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited {}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {}
a.switchDigit:active,a.switchBack:active,a.switchNext:active {}
/* ------------------- */

/* forum Threads Style */
.threadNametd,.threadAuthTd,.threadLastPostTd {}
td.threadIcoTd,td.threadPostTd,td.threadViewTd {background: #f5f5f5;}
.threadLastPostTd {}
.threadDescr {font: 10px 'Arial'; color: #a1a1a1;}
.threadNoticeLink {}
.threadsType {}
.threadsDetails {}
.forumOnlineBar {}

a.threadPinnedLink:link {}
a.threadPinnedLink:visited {}
a.threadPinnedLink:hover {}
a.threadPinnedLink:active {}

a.threadLink:link {font: 12px 'Arial';color: 1282d8;}
a.threadLink:visited {font: 12px 'Arial';color: 1282d8;}
a.threadLink:hover {font: 12px 'Arial';color: 1282d8;}
a.threadLink:active {font: 12px 'Arial';color: 1282d8;}

.postpSwithces {}
.thDescr {}
.threadFrmBlock {}
/* ------------------- */

/* forum Posts View */
.postTable {}
.postPoll {}
.postPoll td {border: 0px !important;}
.postFirst {border: 0px !important;}
.postRest1 {border: 0px !important;}
.postRest2 {border: 0px !important;}
.postSeparator {}

.postTdTop {}
.postBottom {font-size: 10px !important;}
.postBottom td {border: 0px;padding: 0px 5px !important;}
.postBottom img, .postBottom input {vertical-align: middle;}
.postUser {font-size: 12px; font-weight: bold;}
.postTdInfo {text-align: center;}
.postRankName {}
.postRankIco {}
.reputation {}
.signatureHr {}
.posttdMessage {text-align: justify;padding: 8px !important;line-height: 18px;}

.pollQuestion {}
.pollButtons,.pollTotal {}
.pollSubmitBut,.pollreSultsBut {}
.pollSubmit {}
.pollEnd {}

.codeMessage {}
.quoteMessage {}

.signatureView {}
.edited {}
.editedBy {}

.statusBlock {}
.statusOnline {}
.statusOffline {}
/* ------------------ */

/* forum AllInOne Fast Add */
.newThreadBlock {}
.newPollBlock {}
.newThreadItem {}
.newPollItem {}
/* ----------------------- */

/* forum Post Form */
.pollBut, .loginButton, .searchSbmFl, .commSbmFl, .signButton {}

.codeButtons {}
.codeCloseAll {}
.postNameFl,.postDescrFl {}
.postPollFl,.postQuestionFl {}
.postResultFl {}
.postAnswerFl {}
.postTextFl {}
.postUserFl {}

.pollHelp {}
.smilesPart td {border: 0px !important;}
/* ----------------- */
.funcLink {font: 11px 'Tahoma';color: #1282d8;}
/* ====== forum End ====== */

/*--------------------- INPUTS start ---------------------*/
input[type=submit], input[type=reset], input[type=button] {
 color: #fff;
 border: none;
 padding: 5px 10px;
 font-size: 10pt;
 background: -moz-linear-gradient(bottom, #66a312, #9bc31c);
 background: -webkit-linear-gradient(bottom, #66a312, #9bc31c);
 background: -o-linear-gradient(bottom, #66a312, #9bc31c);
 background: linear-gradient(bottom, #66a312, #9bc31c);
 cursor: pointer;
 }
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {background: #8ad5da;}
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 #abadb3; font-size: 11px; color: #848484;padding: 3px;-webkit-box-sizing: border-box;-moz-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;}


/*--------------------- INPUTS end ---------------------*/

/*--------------------- POPUP start ---------------------*/
.popup {margin: 10px;text-align: left;
 border: 1px solid rgba(67,87,88,0.5);
 padding: 10px 20px;
 background: -moz-linear-gradient(bottom, #ffffff 0%, #f4f4f4 5px, #ffffff 100%);
 background: -webkit-linear-gradient(bottom, #ffffff 0%, #f4f4f4 5px, #ffffff 100%);
 background: -o-linear-gradient(bottom, #ffffff 0%, #f4f4f4 5px, #ffffff 100%);
 background: linear-gradient(bottom, #ffffff 0%, #f4f4f4 5px, #ffffff 100%);
 }

.popup a {color: #0e8a8e;}
.popup a:hover {color: #000;}
.popuptitle {height: 34px; line-height: 34px; padding: 10px; font-size: 16pt;
 background: -moz-linear-gradient(bottom, #66a312, #9bc31c);
 background: -webkit-linear-gradient(bottom, #66a312, #9bc31c);
 background: -o-linear-gradient(bottom, #66a312, #9bc31c);
 background: linear-gradient(bottom, #66a312, #9bc31c);
 color: #fff;
 }
.popuptitle2 {background: url(/.s/t/1221/17.png) top right no-repeat;padding-left: 15px;font-size: 16px; font-weight: bold;text-transform: uppercase; text-shadow: 0px 1px 0px #fff;color: #5e5e5e;}
.popupbody {padding: 10px 15px;font-size: 11px; font-family: 'Tahoma';}
.popupbody a, .popupbody td {font-size: 11px; font-family: 'Tahoma';}
.popup .allUsersBtn, .popup .uSearchFlSbm {background: #80b317; border: 0px; color: #fff;font-size: 12px; font-family: 'Arial';border-radius: 8px;padding-top: 2px; padding-bottom: 2px;margin: 0px 5px;cursor: pointer;}
.popup .allUsersBtn:hover, .popup .uSearchFlSbm:hover {background: #3b9194;}
/*--------------------- POPUP end ---------------------*/

/*MEDIA QUERIES*/
@media screen and (max-width: 980px) {
.navbar-share {display: none;}
 .container {max-width: 770px;padding: 10px 0 57px 0;}
 header, footer {padding: 0 20px;}
 .logo {width: 200px;}
 .login-block{width: 340px;}
 .entTd {display: block; clear: both;}
 .uMenuItemA span, ul.uMenuRoot li .umn-bl {background: none;} 
 #uEntriesList .uEntryWrap {width:50%!important;}
}

@media screen and (max-width: 710px) {
 .container {max-width: 96%;}
 .logo {float: none; clear: both; padding: 10px 0 10px 70px; width: auto;}
 .login-block {float: none; clear: both; width: 100%; text-align: right;padding: 5px 0;}
 .content-wrap>section {float: none; width: 100%;}
 .content-wrap>aside {width: 100%; float: none;}
 .copyright, .powered-by {float: none; width: 100%; text-align: center; margin: 5px 0;}
 .slide-box h1 {margin-top: 90px;}
 .content {padding: 10px;}
 .eBlock {padding: 10px 10px 0 10px;}
 .show-menu {display: block;}
 .slider {margin-top: 15px;}
 header {margin-bottom: 0;}
 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;
 background: none;
 text-align: left;
 }
 ul.uMenuRoot > li > a {line-height: 20px; padding: 5px 10px;background-image: none;}
 nav ul.uMenuRoot > li:last-child {border-right: none;}
 nav ul.uMenuRoot > li.has-submenu:hover {border-left: none;}
 
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;
 border: none;
}
nav ul.uMenuRoot ul a {
 padding-left: 35px !important;
}
nav ul.uMenuRoot ul ul a {
 padding-left: 70px !important;
} 
 
 }
@media screen and (max-width: 480px) {
 .phtTdMain {display: block; clear: both;}
 .slide-box p, .slide-box .sub-info {display: none;}
 .slider {display: none;}
 }

 /*------ UI fix ------*/
.x-unselectable {
 position: relative;
}
#uCatsMenu7 {
 top: 100% !important;
 left: 0 !important;
}
#sFltLst {
 top: inherit !important;
 left: inherit !important;
}
/*------ UI fix ------*/