/* General Style */
html {height: 100%;}
body {margin: 0px;background-color: #fff;font: 11pt/1.4em 'Arial';color: #000;}
td, input, select, textarea {font: 90% 'Arial';}
body a {color: #242424;text-decoration: none;}
body a:hover {text-decoration: none; color: #01628d;}
* {}
img {border: 0px;}
p {text-indent: 20px; font-size: 100%;}
h1 {font-size: 170%;color:#00448a;}
h2 {font-size: 150%;}
a.noun img {margin: 2px;}
ul, li {margin: 0px; padding: 0px;}
.clearfix:before, .clearfix:after {content: ""; display: table;}
.clearfix:after {clear: both;}
.clearfix:before, .clearfix:after {content: ""; display: table;}
:focus {outline: none;}
textarea {resize: none;}
hr {height: 1px; background: #e1e1e1; border: 0px; overflow: hidden;}
iframe, object, embed {max-width: 100%;}
/* ------------- */

/*WRAP*/
body {
 background: #D7D7D7;
 padding: 0;
 }
 body.base {
 background: #f1f1f1 url('/Photos/imag/fon1.png') center repeat;
 background-attachment:fixed;
 height: 100%;
 }
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 55px;
 width: inherit;
 }
 #puzadpn {
 margin-top: -24px;
 }
/*----*/

/*HEADER*/
header {
 padding: 0px 10px;
 margin-bottom: 0px;
 background: #fff url('/Photos/imag/fon1.png') center no-repeat;
 background-size:cover; 
 overflow: auto;
 position: relative;
 min-height:150px;
 }


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

/* Menus */
nav {
 padding: 0;
 text-align: center;
 background: #e1e1e1;
 background: -webkit-linear-gradient(top, #fff, #e1e1e1); 
 background: -moz-linear-gradient(top, #fff, #e1e1e1); 
 background: -o-linear-gradient(top, #fff, #e1e1e1); 
 background: linear-gradient(top, #fff, #e1e1e1); 
 border-top: 1px solid #c8c8c8;
 font-family: Times New Roman; 
-webkit-border-radius: 0px;-moz-border-radius:0px;border-radius:0px;
 font-weight:900; 
 }


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 {border-left: 1px solid #f1f1f1;}
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;
 border-left: 1px solid #f1f1f1;
 }
 nav ul.uMenuRoot > li:first-child {border: none;}
 nav ul.uMenuRoot > li:last-child {border-right: 1px solid #f1f1f1;}
 
nav ul.uMenuRoot > li.has-submenu:hover {border-left: 1px solid #f1f1f1;}
nav ul.uMenuRoot > li > ul {border-left: 1px solid #f1f1f1;}
nav li {
 float: left;
 list-style: none outside none !important;
 position: relative;
}

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

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

/* Site Menus */

ul.uMenuRoot > li > a {
 font-size: 100%;
 text-decoration: none;
 display: block;
 color: #000;
 padding: 0 10px;
 margin: 5px;
 line-height: 40px;
 }
 
nav li:hover > a, ul.uMenuRoot > li > a:hover, ul.uMenuRoot > li > .uMenuItemA {
 background: #125874;
 background-image: -webkit-linear-gradient(top, #125874, #01628d); 
 background-image: -moz-linear-gradient(top, #125874, #01628d); 
 background-image: -o-linear-gradient(top, #125874, #01628d); 
 background-image: linear-gradient(top, #125874, #01628d);     
-webkit-border-radius: 0px;-moz-border-radius:0px;border-radius:0px;
 color: #fff; 
 margin:5px; 
 }
 
.show-menu {
 height: 30px;
 cursor: pointer;
 background: #909090;
 display: none;
 color: #fff;
 text-align: center;
 font-size: 80%;
 padding: 5px 10px;
 font-weight: bold;
-webkit-border-radius: 0px;-moz-border-radius:0px;border-radius:0px;
 }
 .show-menu:hover {background: #2b97c3;color: #fff;-webkit-border-radius: 0px;-moz-border-radius:0px;border-radius:0px;}
/* --------- */

/* uCoz HEADER */
#uncheader {
 padding: 0px;
 background-repeat: no-repeat;
 background-position: 50% 0px;
 margin: 0px auto 7px auto; 
 width: 100%;
 position: relative;
}
 

 
/*CONTAINERS*/
.content-wrap>section {
 float: none;
 width: 958px;
 min-height:500px;
 background: #fff;
 margin-top: 10px;
 }
 .content-wrap.wide-page>section {
 float: none;
 width: auto;
 }
 .content-wrap>section ul {margin: 0 0 0 40px;}
.content-wrap>aside {
 width: 0px;
 background: none; 
 float: none;
 margin-top: 10px;
 }
.content {padding: 20px;}

.content-wrap>section ul {margin: 0 40px 0 40px;}
 .u-addform ul {margin: 0!important;}
/*----------*/

footer {
 padding: 5px 20px;
 background: url('/Photos/imag/footer-bg.png') repeat-x;
 color: #fff;
 font-size: 90%;
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 border-left:1px solid #e1e1e1;
 border-right:1px solid #e1e1e1;
 }
 
.copyright {
 width: 40%;
 float: left;
 text-align: left;
 }
.powered-by {
 width: 40%;
 float: right;
 text-align: right;
 } 
footer a {color: #76c1ff;}
footer a:hover {color: #fff;}

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

/* Module Part Menu */
.catsTable {border-spacing: 0 !important}
.catsTd {padding: 0px; background: #f9f9f9; border:none; font-size: 100%;}
.catsTd:hover {padding: 0px; background: #e1e1e1; border:none; font-size: 100%;}

.catName {}
.catNameActive {}
.catNumData {}
.catDescr {}
a.catName:link {color: #000;display: block;padding: 10px;text-decoration:none;}
a.catName:visited { color: #000;display: block;padding: 10px;text-decoration:none;}
a.catName:hover {color: #ff8403;display: block;padding: 10px;text-decoration:none;background: #e1e1;}
a.catName:active { color: #000;display: block;padding: 10px;text-decoration:none;}
a.catNameActive:link {color: #000;display: block;padding: 10px;text-decoration:none;}
a.catNameActive:visited {color: #ff8403;display: block;padding: 10px;text-decoration:none;}
a.catNameActive:hover {color: #ff8403;display: block;padding: 10px;text-decoration:none;background: #e1e1e1;}
a.catNameActive:active {color: #000;display: block;padding: 10px;text-decoration:none;}
/* ----------------- */

/*Container blocks styles*/

.block {margin-bottom: 15px;}
.blocktitle {text-align:center;font-size:110%;font-weight:900; color: #01628d; background: #e1e1e1;
 text-shadow: 0 3px #000; 
 background-image: -webkit-linear-gradient(top, #e1e1e1, #fff); 
 background-image: -moz-linear-gradient(top, #e1e1e1, #fff); 
 background-image: -o-linear-gradient(top, #e1e1e1, #fff); 
 background-image: linear-gradient(top, #e1e1e1, #fff); 
 border-bottom: 1px solid #fff;
 text-shadow: 1px 1px 1px #fff;
padding: 10px; margin: 0;
-webkit-border-radius:5px 5px 0px 0px;-moz-border-radius:5px 5px 0px 0px;border-radius:5px 5px 0px 0px;}
.blockcontent {padding: 0;margin: 0;text-align: left; background: #fff;
-webkit-border-radius:0px 0px 5px 5px;-moz-border-radius:0px 0px 5px 5px;border-radius:0px 0px 5px 5px;
border-bottom:3px solid #e1e1e1;}
.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 {}

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



/* Entries Style */
.eBlock {
 padding: 10px;
 background: #f1f1f1;
 background-image: -webkit-linear-gradient(top, #f1f1f1, #fff); 
 background-image: -moz-linear-gradient(top, #f1f1f1, #fff); 
 background-image: -o-linear-gradient(top, #f1f1f1, #fff); 
 background-image: linear-gradient(top, #f1f1f1, #fff); 
 table-layout: fixed;
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
 border:1px solid #e1e1e1;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;    
 }
.eBlock:hover {
 padding: 10px;
 background: #f1f1f1;
 background-image: -webkit-linear-gradient(top, #f1f1f1, #fff); 
 background-image: -moz-linear-gradient(top, #f1f1f1, #fff); 
 background-image: -o-linear-gradient(top, #f1f1f1, #fff); 
 background-image: linear-gradient(top, #f1f1f1, #fff); 
 table-layout: fixed;
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
 border:1px solid #01628d;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;    
 }

.eTitle {color: #01628d;
font-weight: 900;
font-size: 130%;
text-align:left;
margin-bottom: 10px;
background: none;
line-height: 20px;
display: inline-block;
text-decoration:none;padding: 10px; background: none; min-height: 30px;border: none;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.eTitle a {color: #242424;text-decoration: none;font-weight:900;}
.eTitle a:hover {color: #ff8403;font-weight:900;}
.eMessage {padding-left: 10px !important;padding-right: 10px !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;}
.eMessage img, .eText img {max-width: 100%;}
.eText {font-size:100%;text-align:justify;padding:0px 10px 0px 10px;}
.eDetails, .eDetails1, .eDetails2 {margin: 0px 0px;padding: 10px;font-size: 8pt; color: #242424;background: none;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.eDetails a, .eDetails1 a, .eDetails2 a {color: #242424;}
.eDetails a:hover, .eDetails1 a:hover, .eDetails2 a:hover {color: #ff8403;}
.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: 0px;
 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;}
/* ------------- */



/* 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: 5px 0px;}
.cBlock1 {}
.cBlock2 {}
.uc-content {text-align: left;}
/* -------------- */

/* 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: auto; margin: 0 auto;}
.calTable td {padding: 4px 2px;}
.calMonth {}
.calWday ,.calWdaySe, .calWdaySu {text-transform: uppercase; color: #00448a;}
.calWday {}
.calWdaySe {font-weight: bold;}
.calWdaySu {font-weight: bold;}
.calMday {}
.calMdayA {background: #00448a; color: #fff;}
.calMdayA a {color: #fff;}
.calMdayIs {}
.calMdayIsA {background: #00448a; color: #fff;}
.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;}
.gTableError, .commError {color: #f00;}
[id^=cid] > i {display:none !important;}
ul.cat-tree {padding: 10px !important;margin-left: 10px !important;}
ul.cat-tree ul.cat-tree {padding-bottom: 0 !important; padding-right: 0 !important;}
ul.cat-tree {list-style: disc inside !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;}
/* ------------ */

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


/* ===== forum Start ===== */
/* General forum Table View */
.forumContent {}
.forumContent {padding: 20px;background: #fff;}
.forumContent a {text-decoration: none;}
.forumContent a:hover {text-decoration: underline;}
.forumcontent td {color: #555555;font-size: 80% !important;}
a.fNavLink {color: #999;text-decoration: underline;padding: 3px 6px;}
a.fNavLink:hover {color: #fff; background: #00448a;}
.gTable {background: #333;}
.gTable td {background: #fff;padding: 5px 7px;}
td.gTableTop {font-size: 120% !important;text-transform:uppercase;color: #fff;padding: 10px;background: #138bd0;
 background-image: -webkit-linear-gradient(top, #138bd0, #094c96); /* For Chrome and Safari */
 background-image: -moz-linear-gradient(top, #138bd0, #094c96); /* For old Fx (3.6 to 15) */
 background-image: -ms-linear-gradient(top, #138bd0, #094c96); /* For pre-releases of IE 10*/
 background-image: -o-linear-gradient(top, #138bd0, #094c96); /* For old Opera (11.1 to 12.0) */ 
 background-image: linear-gradient(top, #138bd0, #094c96); /* Standard syntax; must be last */ 
 border-bottom: 1px solid #3281d3;}
td.gTableTop a {color: #fff;}
td.gTableSubTop, td .postTdTop {background: #3f4747;font-size: 90% !important;color: #fff;padding: 3px 10px;}
td.gTableSubTop a, td .postTdTop a {color: #ffffff;}
.gTableBody {}
.gTableBody1 {}
.gTableBottom {}
.gTableLeft {}
td.gTableRight {background: #f5f5f5;}
.gTableError {}
/* ------------------------ */

/* 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 {}
.forumDescr,.forumModer {font: 80% 'Arial'; color: #a1a1a1;}
.forumViewed {}
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link {color: #00448a;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {color: #00448a;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {color: #00448a;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {color: #00448a;}
/* -------------------- */

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

/* forum Fast Navigation Blocks */
.fastNav,.fastSearch,.fastLoginForm {}
#thread_search_field{width: 150px!important;margin-top: 6px;}
/* ---------------------------- */

/* 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: 00448a;}
a.threadLink:visited {font: 12px 'Arial';color: 00448a;}
a.threadLink:hover {font: 12px 'Arial';color: 00448a;}
a.threadLink:active {font: 12px 'Arial';color: 00448a;}

.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: #00448a;}
/* ====== forum End ====== */

/*--------------------- INPUTS start ---------------------*/
input[type=submit], input[type=reset], input[type=button] {
 color: #fff;
 border: none;
 padding:5px;
 font-size: 100%;
 text-transform:uppercase;
 background-image: -webkit-linear-gradient(bottom, #2b97c3 #5bbae1); 
 background-image: -moz-linear-gradient(bottom, #2b97c3, #5bbae1); 
 background-image: -ms-linear-gradient(bottom, #2b97c3, #5bbae1); 
 background-image: -o-linear-gradient(bottom, #2b97c3, #5bbae1); 
 background-image: linear-gradient(bottom, #2b97c3, #5bbae1);
 cursor: pointer;
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px; 
 }
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover { background: #d66317;
 background-image: -webkit-linear-gradient(top, #d66317, #fcce54); 
 background-image: -moz-linear-gradient(top, #d66317, #fcce54); 
 background-image: -o-linear-gradient(top, #d66317, #fcce54); 
 background-image: linear-gradient(top, #d66317, #fcce54);}
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 #c2c2c2; font-size: 100%; 
color: #242424;padding: 3px;margin:2px 0px 2px 0px; -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}

#mchatBtn, input.codeButtons, input.button {padding-left: 0px;padding-right: 0px;}
.commFl {width: 100%;}
.manTable select {max-width: 300px;}
textarea.mchat {vertical-align: bottom;}
#MCaddFrm {margin: 0 10px !important;}
.myWinCont [type=submit] {color: #fff !important;}

input::-moz-placeholder {color: #242424;}
::-webkit-input-placeholder {color:#242424;}
::-moz-placeholder {color:#242424;}/* Firefox 19+ */
:-moz-placeholder {color:#242424;}/* Firefox 18- */
:-ms-input-placeholder {color:#242424;}
/*--------------------- INPUTS end ---------------------*/

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

.popup a {color: #00448a;}
.popup a:hover {color: #000;}
.popuptitle {height: 34px;
 line-height: 34px; 
 padding: 10px; 
 font-size: 16pt;
 background:#00448a;
 color: #fff; 
 margin-bottom: 7px;
 }
.popuptitle2 {background: url(/.s/t/1257/14.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'; background: #fff;}
.popupbody a, .popupbody td {font-size: 11px; font-family: 'Tahoma';}
.popup .allUsersBtn, .popup .uSearchFlSbm {background: #00448a; 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 ---------------------*/

.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: #00448A;
}
.cat-blocks div:hover {
 color: #000;
}

/*MEDIA QUERIES*/
@media screen and (max-width: 1000px) {
.hdtext1, .hdtext2, #poisk1{
text-align:center;
} 
.ctno, .upnon{
display:none;
}

.navbar-share {display: none;}
body > .container {max-width: 96%;}
 .content-wrap>section {width: 71%;}
 .content-wrap>aside {width: 28%;margin:0px;padding:10px;}
 .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) {
.hdtext1, .hdtext2, #poisk1{
text-align:center;
} 
.ctno, .upnon{
display:none;
}

 header {padding: 5px 20px; margin-bottom: 0;}
 .content-wrap>section, .forumContent {margin-top: 7px;}
 .logo {float: none; clear: both; padding: 10px 0 10px 70px; width: auto; margin-right: 80px;}
 .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: 5px 10px; font-weight: bold; color: #000;}
 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 #e3e3e3;}
 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) {
.hdtext1, .hdtext2, #poisk1{
text-align:center;
} 
.ctno, .upnon{
display:none;
}

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


/*------ cont ------*/
.map{
padding: 0px 5px 0px 25px;
background: url('/Photos/imag/map.png') no-repeat;
line-height: 25px;
display: inline-block;
font-weight:900;
color:#01628d;
}
.mail{
padding: 0px 5px 0px 25px;
background: url('/Photos/imag/mail.png') no-repeat;
line-height: 25px;
display: inline-block;
font-weight:900;
color:#01628d;
}
.tel{
padding: 0px 5px 0px 25px;
background: url('/Photos/imag/tel.png') no-repeat;
line-height: 25px;
display: inline-block;
font-weight:900;
color:#01628d;
}
/*------ cont ------*/

/*--------------------- vverh ---------------------*/
#Go_Top { 
width: 50px;
height:50px;
padding:10px;
border: 0; 
text-align: center; 
position: fixed; 
bottom: 130px; 
left: 50px; 
cursor: pointer; 
color:#fff;
font-weight:bold;
background: url('/Applications/up/up1.png') no-repeat; 
}


#Go_Top:hover { 
width: 50px;
height:50px;
padding:10px;
border: 0; 
text-align: center; 
position: fixed; 
bottom: 130px; 
left: 50px; 
cursor: pointer; 
color:#000;
font-weight:bold;
background: url('/Applications/up/up2.png') no-repeat; 
}
/*--------------------- vverh ---------------------*/

/*------ All ------*/
  .mainpics { 
  display: inline-block; 
  width: 100%; 
  height: 150px; 
  overflow: hidden; 
  border: 5px solid #FFFFFF; 
  background: #FFFFFF; 
  outline: 1px solid #CCCCCC; 
  margin: 0px; 
  } 
  .mainpics img { 
  width: 100%; 
  border: none; 
  margin: 0; 
  padding: 0; 
  } 

.mainpicshov{
opacity:1;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}
.mainpicshov:hover{
opacity:0.5;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}
.unvisible{
padding: 0px 0px 0px 27px;
background: url('/Photos/imag/unv.png') no-repeat;
line-height: 15px;
display: inline-block;
color:#fff;
font-weight:900;
}
.unvisible:hover{
padding: 0px 0px 0px 27px;
background: url('/Photos/imag/unv.png') no-repeat;
line-height: 15px;
display: inline-block;
color:#909090;
font-weight:900;
}

.ten{
 border-left:1px solid #e1e1e1;
 border-right:1px solid #e1e1e1;
}

.pagetit{
color: #01628d;
font-weight: 900;
font-size: 130%;
text-align:left;
margin-bottom: 10px;
background: none;
line-height: 20px;
display: inline-block;
text-decoration:none;
}


.blstr1{
padding: 0px 5px 0px 40px;
background: url('/Photos/imag/Word2.png') no-repeat;
line-height: 34px;
display: inline-block;
font-weight:100;
font-size:90%;
}
#blstrfon1{
 background: #e1e1e1;
 background-image: -webkit-linear-gradient(top, #e1e1e1, #fff); 
 background-image: -moz-linear-gradient(top, #e1e1e1, #fff); 
 background-image: -o-linear-gradient(top, #e1e1e1, #fff); 
 background-image: linear-gradient(top, #e1e1e1, #fff); 
text-align:left;
padding:10px;
webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
display:block;
cursor:pointer;
border:1px solid #e1e1e1;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}
#blstrfon1:hover{
background:#fff;
text-align:left;
padding:10px;
webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
display:block;
cursor:pointer;
text-decoration:underline;
border:1px solid #01628d;
box-shadow: 0 0 10px #01628d;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}



.blstr2{
padding: 0px 5px 0px 40px;
background: url('/Photos/imag/pdf.png') no-repeat;
line-height: 34px;
display: inline-block;
font-weight:100;
font-size:90%; 
}
#blstrfon2{
 background: #e1e1e1;
 background-image: -webkit-linear-gradient(top, #e1e1e1, #fff); 
 background-image: -moz-linear-gradient(top, #e1e1e1, #fff); 
 background-image: -o-linear-gradient(top, #e1e1e1, #fff); 
 background-image: linear-gradient(top, #e1e1e1, #fff); 
text-align:left;
padding:10px;
webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
display:block;
cursor:pointer;
border:1px solid #e1e1e1;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}
#blstrfon2:hover{
background:#fff;
text-align:left;
padding:10px;
webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
display:block;
cursor:pointer;
text-decoration:underline;
border:1px solid #ee565c;
box-shadow: 0 0 10px #ee565c;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}


.blstr3{
padding: 0px 5px 0px 40px;
background: url('/Photos/imag/kart.png') no-repeat;
line-height: 34px;
display: inline-block;
font-weight:100;
font-size:90%; 
}
#blstrfon3{
 background: #e1e1e1;
 background-image: -webkit-linear-gradient(top, #e1e1e1, #fff); 
 background-image: -moz-linear-gradient(top, #e1e1e1, #fff); 
 background-image: -o-linear-gradient(top, #e1e1e1, #fff); 
 background-image: linear-gradient(top, #e1e1e1, #fff); 
text-align:left;
padding:10px;
webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
display:block;
cursor:pointer;
border:1px solid #e1e1e1;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}
#blstrfon3:hover{
background:#fff;
text-align:left;
padding:10px;
webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
display:block;
cursor:pointer;
text-decoration:underline;
border:1px solid #35b8d9;
box-shadow: 0 0 10px #35b8d9;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}


.blstr4{
padding: 0px 5px 0px 40px;
background: url('/Photos/imag/galka2.png') no-repeat;
line-height: 34px;
display: inline-block;
font-weight:100;
font-size:90%; 
}
#blstrfon4{
 background: #e1e1e1;
 background-image: -webkit-linear-gradient(top, #e1e1e1, #fff); 
 background-image: -moz-linear-gradient(top, #e1e1e1, #fff); 
 background-image: -o-linear-gradient(top, #e1e1e1, #fff); 
 background-image: linear-gradient(top, #e1e1e1, #fff); 
text-align:left;
padding:10px;
webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
display:block;
cursor:pointer;
border:1px solid #e1e1e1;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}
#blstrfon4:hover{
background:#fff;
text-align:left;
padding:10px;
webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
display:block;
cursor:pointer;
text-decoration:underline;
border:1px solid #ffa500;
box-shadow: 0 0 10px #ffa500;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}

.blstr5{
padding: 0px 5px 0px 40px;
background: url('/Photos/imag/exel.png') no-repeat;
line-height: 34px;
display: inline-block;
font-weight:100;
font-size:90%; 
}
#blstrfon5{
 background: #e1e1e1;
 background-image: -webkit-linear-gradient(top, #e1e1e1, #fff); 
 background-image: -moz-linear-gradient(top, #e1e1e1, #fff); 
 background-image: -o-linear-gradient(top, #e1e1e1, #fff); 
 background-image: linear-gradient(top, #e1e1e1, #fff); 
text-align:left;
padding:10px;
webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
display:block;
cursor:pointer;
border:1px solid #e1e1e1;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}
#blstrfon5:hover{
background:#fff;
text-align:left;
padding:10px;
webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
display:block;
cursor:pointer;
text-decoration:underline;
border:1px solid #339900;
box-shadow: 0 0 10px #339900;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
}


.bof{
width:auto;margin:0 auto;background:#fff;
}

/*------ All ------*/



/*------ first ------*/
.gbfrst{
background: url('/Photos/imag/fon55.jpg') #e1e1e1 no-repeat;
padding:20px;
}

.preimfrst{
color: #01628d;
font-weight: 900;
font-size: 110%;
text-align:left;
padding: 3px 0px 15px 0px;
background: none;
line-height: 22px;
display: inline-block;
text-decoration:none;
}

.first2{
color: #000;
font-weight: 100;
font-size: 90%;
text-align:left;
padding: 3px 0px 3px 0px;
background: none;
line-height: 17px;
text-decoration:none;
margin-bottom:7px;
}
/*------ first ------*/



/*------ hed ------*/
.hdtext1{
text-align:right;
}
.hdtext2{
text-align:left;
}

#poisk1 { 
 float:none; 
 padding:0px;
 text-align:right;
} 

#poisk1 input { 
 vertical-align:middle; 
} 
 
#poisk2 { 
 font:11px Verdana,Arial,Helvetica,sans-serif; 
 color:#555; 
 height:26px; 
 margin:0; 
 padding:4px; 
 background:#e1e1e1; 
 border: 1px solid #e1e1e1; 
 border-right: none; 
 -webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px; 
} 
 
#poisk2:focus { 
 font:11px Verdana,Arial,Helvetica,sans-serif; 
 color:#555; 
 height:26px; 
 margin:0; 
 padding:4px; 
 background:#fff; 
 border: 1px solid #e1e1e1; 
 border-right: none; 
 -webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px; 
} 
 
#poisk3 { 
 font:11px Verdana,Arial,Helvetica,sans-serif; 
 color:#fff; 
 height:26px; 
 margin-left:-5px; 
 padding:0 7px; 
 background:#505050; 
 border: 1px solid #e1e1e1; 
 -webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px; 
 cursor:pointer; 
} 
 
#poisk3:hover{ 
 background:#046be3; 
 }
/*------ hed ------*/


/*--------------------- focus ---------------------*/
 #enter .label {
 width: 100%; 
 float: none; 
 text-align: left; 
 }
 #enter .form-text {
 width: 100%; 
 margin-left: 0px; 
 background: #fff;     
 border: 1px solid #e1e1e1; 
 padding: 7px; 
 }
 #enter .form-item {
 margin-bottom: 5px; 
 }
 #enter .form-text:focus {
 background: #fff; 
 border: 1px solid #01628d; 
 padding: 7px; 
 -webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
 }
 #enter p {
 margin-left: 0px; 
 }
/*--------------------- focus ---------------------*/


/*------ adapt ------*/
/* resets */
*,
*:before,
*:after {
 box-sizing: border-box;
}
.clearfix:after {
 content: "";
 display: table;
 clear: both;
}



/* grid */
[class*="row-"] {
 margin-bottom: 0px;
}
[class*="row-"]:last-child {
 margin-bottom: 0;
}
[class*="col-"] {
}

@media all and ( min-width: 768px ) {
 
 /* all cols margin */
 [class*="col-"] {
 margin-right: 20px;
 }
 [class*="col-"]:last-child {
 margin-right: 0;
 }
 
 /* make the columns responsive */
 .col-1-2 {
 float: left;
 width: 50%;
 }
 
 .col-1-3 {
 float: left;
 width: 33.33%;
 } 
 
 .col-1-4 {
 float: left;
 width: 25%;
 }
 

 
 /* 2 span rows */
 .row-2 {
 padding-left: 20px;
 }
 .row-2 [class*="col-"]:first-child {
 margin-left: -20px;
 }
 
 /* 3 span rows */
 .row-3 {
 padding-left: 40px;
 }
 .row-3 [class*="col-"]:first-child {
 margin-left: -40px;
 } 
 
 
 /* 4 span rows */
 .row-4 {
 padding-left: 60px;
 }
 .row-4 [class*="col-"]:first-child {
 margin-left: -60px;
 }
 
 
 
}
/*------ adapt ------*/

/*--------------------- adapt2 ---------------------*/


/* resets */
*,
*:before,
*:after {
 box-sizing: border-box;
}
.clearfix:after {
 content: "";
 display: table;
 clear: both;
}



/* layout */
.container {
 
}
.primary {
 margin-bottom: 20px;
}


@media all and ( min-width: 600px ) {
 
 .container {
 padding-right: 300px;
 }
 .primary {
 float: left;
 padding-right: 60px;
 width: 100%;
 }
 .secondary {
 float: right;
 margin-right: -300px;
 width: 300px;
 }
 
}
/*--------------------- adapt2 ---------------------*/

/*--------------------- adapt3 ---------------------*/


/* resets */
*,
*:before,
*:after {
 box-sizing: border-box;
}
.clearfix:after {
 content: "";
 display: table;
 clear: both;
}



/* layout */
.cont2 {
 
}
.vtoroy {
 margin-bottom: 20px;
}


@media all and ( min-width: 600px ) {
 
 .cont2 {
 padding-right: 200px;
 }
 .pervyy {
 float: left;
 padding-right: 0px;
 width: 200px;
 }
 .vtoroy {
 float: right;
 margin-right: -200px;
 width: 100%;
 }
 
}
/*--------------------- adapt3 ---------------------*/


/*------ new media ------*/
@media (max-width: 980px) {
.hdtext1, .hdtext2, #poisk1{
text-align:center;
}
.ctno, .upnon{
display:none;
}
}

@media (max-width: 768px) {
.hdtext1, .hdtext2, #poisk1{
text-align:center;
}
.ctno, .upnon{
display:none;
}
}

@media (max-width: 630px) {
.hdtext1, .hdtext2, #poisk1{
text-align:center;
}
.ctno, .upnon{
display:none;
}
}

@media (max-width: 556px) {
.hdtext1, .hdtext2, #poisk1{
text-align:center;
}
.ctno, .upnon{
display:none;
}
}

@media (max-width: 480px) {
.hdtext1, .hdtext2, #poisk1{
text-align:center;
}
.ctno, .upnon{
display:none;
}
}
/*------ new media ------*/