@import url('https://fonts.googleapis.com/css?family=Rubik:400,400i');
/* General Style */
html {height: 100%;}
body {margin: 0px;background-color: #fff;font: 11pt/1.3em 'Rubik', sans-serif;color: #404040;}
td, input, select, textarea {font: 90% 'Rubik', sans-serif;}
body a {color: #000;text-decoration: none;transition:ease-in:0.15s;}
body a:hover {text-decoration: none; color: #707070;transition:ease-out:0.15s;}
* {}
img {border: 0px;}
p {text-indent: 20px; font-size: 100%;}
h1 {font-size: 170%;}
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: #dedede; border: 0px; overflow: hidden;margin:15px 0px;}
iframe, object, embed {max-width: 100%;}
#allEntries {overflow:hidden;}
input::-moz-placeholder {color:#000;font-size:100%;}
textarea::-moz-placeholder {color:#000;font-size:100%;}
::-webkit-input-placeholder {color:#000;font-size:100%;}
::-moz-placeholder {color:#000;font-size:100%;}/* Firefox 19+ */
:-moz-placeholder {color:#000;font-size:100%;}/* Firefox 18- */
:-ms-input-placeholder {color:#000;font-size:100%;}
::-moz-selection {background: #dc3700;text-shadow: none;color:#fff;}
::selection {background: #dc3700;text-shadow: none;color:#fff;}
.clearboth{clear:both;overflow:hidden;}
.fa1{margin-right:7px!important;color:#fff !important;}
.fa2{margin-right:10px;}
.fa3{margin-right:10px;color:#fff;}
.fa4{margin-left:10px;}
/* ------------- */

/*WRAP*/
body {
 background: #f9f9f9;
 padding: 0;
 }
 body.base {
 background: #f9f9f9;
 height: 100%;
 }
 .container {
 max-width: 1100px;
 margin: 0 auto;
 text-align: left;
 width: 100%;
 padding: 0px;
 position: relative;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 }
 #puzadpn {
 margin-top: 0px;
 }
/*----*/

/*TOP*/
.topfon{background:#dc3700;color:#fff;padding:10px 0px;border-bottom:3px solid #fff05b;}
.topfonleft{width:65%;height:auto;float:left;margin-right:5%;}
.topfonright{width:30%;height:auto;float:left;}
ul.topfonlist>li{color:#fff;font-size:90%;font-weight:normal;font-style:italic;display:inline-table;float:left;margin-right:25px;
text-shadow: 1px 1px 1px #333;}
ul.topfonlist>li a{color:#fff;text-decoration:none;transition:ease-in 0.15s;}
ul.topfonlist>li a:hover{text-decoration:underline;transition:ease-out 0.15s;}
ul.topfonlist2>li{color:#fff;font-size:90%;font-weight:normal;font-style:italic;display:inline-table;float:right;margin-left:25px;
text-shadow: 1px 1px 1px #333;}
ul.topfonlist2>li a{color:#fff;text-decoration:none;transition:ease-in 0.15s;}
ul.topfonlist2>li a:hover{text-decoration:underline;transition:ease-out 0.15s;}
/*----*/

/*HEADER*/
header {
 padding: 40px 0px 20px 0px;
 background: none;
 overflow: hidden;
 position: relative;
 }
 #uncheader object, #uncheader embed {max-width: inherit;}
 #uncheader {
 padding: 0px;
 background-repeat: no-repeat;
 background-position: 50% 0px;
 margin: 0px auto 7px auto;
 width: 100%;
 position: relative;
}
.hedfon{ background: url('/imag/hedfon.png') top center no-repeat #fff;background-size:cover;background-attachment:fixed;}
.hedfonleft{width:25%;height:auto;float:left;margin-right:5%;}
.hedfoncent{width:40%;height:auto;float:left;margin-right:5%;}
.hedfonright{width:25%;height:auto;float:left;}
.logo1{font-size:270%;font-weight:bold;color:#dc3700;text-transform:uppercase;margin-bottom:15px;margin-top:10px;}
.logo2{font-size:108%;font-weight:bold;color:#505050;font-style:italic;margin-bottom:2px;}
.logobox{padding:5px 7px;border:2px dashed #7a9721;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;display:table;}
.logo1lnk{text-decoration:none;}
.hedtelleft{width:58%;height:auto;float:left;margin-right:2%;}
.hedtelright{width:38%;height:auto;float:left;margin-left:2%;}
.hedtel1{font-size:120%;font-weight:bold;color:#505050;margin-bottom:10px;}
.hedtel2{font-size:120%;font-weight:normal;color:#707070;margin-bottom:10px;}
.recallbut{color:#7a9721;font-size:80%;cursor:pointer;text-decoration:none;}
.recallbut:hover{color:#000;font-size:80%;}
#search-box {
position: relative;
width: 100%;
margin: 0;
}
#search-form 
{
height: 35px;
background-color: #fff;
overflow: hidden;
border: 2px solid #bebebe;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px; 
}
#search-text 
{
font-size: 110%;
color: #bebebe;
border-width: 0;
background: transparent;
font-style:italic;
}
#search-box input[type="text"]
{
width: 100%;
padding: 9px 0 10px 1em;
color: #000;
outline: none;
}
#search-button {
position: absolute;
top: 0;
right: 0;
height: 44px;
width: 45px;
font-size: 120%;
color: #bebebe;
text-align: center;
line-height: 34px;
border-width: 0;
background:none;
border: 0;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
cursor: pointer;
margin-top:-5px;
transition:ease-in 0.15s; 
background:none !important;
}
#search-button:hover {
color:#dc3700;
transition:ease-out 0.15s;
background:none !important;
}
 
.korz44{width:22%;height:auto;float:left;margin-right:5%;}
.korz55{width:73%;height:auto;float:left;}
.fahart2{font-size:200% !important;color:#7a9721;font-weight:bold;float:left;margin-right:0px;}
.fahart{font-size:180% !important;color:#dc3700;font-weight:bold;float:right;text-decoration:none;margin-top:10px;transition:ease-in:0.15s;}
.fahart:hover{transition:ease-out:0.15s;color:#707070;}
.korz444{width:65%;height:auto;float:left;margin-right:5%;}
.korz555{width:30%;height:auto;float:left;}
/*------*/

/*MENU*/
.menfon{background:#7a9721;}
/*------*/

/*CONTAINERS*/
.content-wrap>section {
 float: left;
 width: 73%;
 background: #f9f9f9;
 min-height:700px;
 }
.content-wrap2>section {
 float: none;
 width: 100%;
 }
 .content-wrap.wide-page>section {
 float: none;
 width: auto;
 }
 .content-wrap>section ul {margin: 0 0 0 40px;}
 .content-wrap>aside {
 width: 22%;
 float: right;
 margin-top:15px;
 }
 .content {padding: 15px 0px;}
 .content-wrap>section ul {margin: 0 40px 0 40px;}
 .u-addform ul {margin: 0!important;}
/*----------*/

/* All */
.addbut{color:#bebebe;text-align:center;width:100 !important%;text-decoration:none;}
.kontleft{width:48%;height:auto;float:left;margin-right:2%; }
.kontright{width:48%;height:auto;float:left;margin-left:2%; }
ul.kontlist>li{color:#414141;font-size:120%;font-weight:normal;display:block;margin-bottom:15px;margin-left:-40px;list-style:none;}
ul.kontlist>li:before{content:'\f105';font-family:'FontAwesome';margin-right:10px;}
ul.konttlist>li a{color:#414141;text-decoration:none;transition:ease-in 0.15s;}
ul.konttlist>li a:hover{text-decoration:underline;transition:ease-out 0.15s;}
.konttext{font-size:100%;line-height:22px;}
.konttitle{font-size:120%;font-weight:bold;margin-bottom:15px;color:#000;}
.formbox1{width:100%;margin-bottom:10px;}

#buy-to-1-click,#call-back-form,#call-back-form2{display:none}
.buy-to-1-click-body,.call-back-form-body{padding:20px;width:100%;max-width:300px;}
.buy-to-1-click-body .title-1,.call-back-form-body title-1{text-transform:uppercase}
#fancybox-overlay{z-index:21000!important}
.fancybox-wrap{z-index:21001!important}

.titshare{font-size:100%;margin-bottom:10px;color:#909090;}
/*----------*/


/*Blog*/
.vidblog{width:46%;height:auto;float:left;margin-right:4%;margin-bottom:6%;}
.vidblog2{width:46%;height:auto;float:left;margin-right:4%;}
.vidblogmarg{margin-right:-4%;}
.vidblogpic{display:block;width:100%;height:220px;overflow:hidden;margin-bottom:10px;background:#404040;} 
.vidblogpic img{width:100%;margin:0;padding:0;transition:ease-in 0.15s;} 
.vidblogpic img:hover{opacity:0.8;transition:ease-out 0.15s;} 

.vidblogpic3{display:block;width:100%;height:260px;overflow:hidden;margin-bottom:10px;background:#404040;} 
.vidblogpic3 img{width:100%;margin:0;padding:0;transition:ease-in 0.15s;} 
.vidblogpic3 img:hover{opacity:0.8;transition:ease-out 0.15s;} 

ul.vidbloglist>li{list-style:none;margin-right:20px;padding:0;font-size:80%;display:inline-table;color:#909090;margin-top:10px;margin-bottom:10px;}
ul.vidbloglist>li a{text-decoration:none;color:#000;}
ul.vidbloglist>li a:hover{text-decoration:none;color:#ffa500;}
.vidblogtitbox{width:100%;height:80px;overflow:hidden;}
.vidblogtit{font-size:120%;color:#404040;text-decoration:none;line-height:20px;font-weight:500;}
.vidblogtit:hover{color:#356295;}

 .blogtit{font-size:170%;font-weight:bold;text-decoration:none;color:#000;margin-bottom:10px;line-height:30px;}
 .blogimag{display:block;width:100%;height:450px;overflow:hidden;margin-bottom:30px;} 
 .blogimag img{width:100%;margin:0;padding:0;}
 .blogtext{text-align:left;clear:both;padding:10px 0px;font-size:120%;color:#000;line-height:22px;}
 .blogfa22{color:#909090;margin-right:10px;font-size:100% !important;}

.vidblog2{width:46%;height:auto;float:left;margin-right:4%;margin-bottom:0%;}
.vidblogpic2{display:block;width:100%;height:300px;overflow:hidden;margin-bottom:10px;background:#404040;} 
.vidblogpic2 img{width:100%;margin:0;padding:0;transition:ease-in 0.15s;} 
.vidblogpic2 img:hover{opacity:0.8;transition:ease-out 0.15s;} 
/*----------*/

 


/* Footer */
footer {
 padding: 40px 0px;
 color: #fff;
 font-size: 100%;
 position: relative;
 }
footer a {color: #fff;text-shadow: 1px 1px 1px #000;text-decoration:none;}
footer a:hover {color: #fff;text-shadow: 1px 1px 1px #000;text-decoration:underline;}
.ulogin-btn span.ulb-mid {white-space: nowrap;}
.fotfon{ background: url('/imag/fotfon.jpg') top center no-repeat #dc3700;border-top:3px solid #a6cd12;background-size:cover;
background-attachment:fixed;}
.foterblock{width:31%;height:auto;float:left;margin-right:2%;}
.foterclear{overflow:hidden;margin-right:-3%;}
ul.foterlist2>li{color:#fff;font-size:110%;font-weight:normal;display:block;text-shadow: 1px 1px 1px #000;margin-bottom:5px;
line-height:30px;}
ul.foterlist2>li a{color:#fff;text-decoration:none;transition:ease-in 0.15s;}
ul.foterlist2>li a:hover{text-decoration:underline;transition:ease-out 0.15s;}
.foterblocktit{color:#fff05b;font-size:130%;font-weight:bold;display:block;margin-bottom:15px;text-transform:uppercase;
text-shadow: 1px 1px 1px #000;}
.list-icon {overflow: hidden; margin-top: 0px;}
.list-icon li a {font-size: 120%; color: #7a9721; display: inline-block; width: 40px; height: 40px; 
line-height: 35px; text-align: center; background: #fff;list-style:none;float: left;}
.list-icon li a i{line-height: 40px;text-shadow:none;}
.list-icon li a:hover {background: #7a9721; color: #fff;}
.list-icon li {float: left; margin-right: 15px; padding: 0; border:0;list-style:none;}
.list-icon li:after {display: none;}

.list-icon2 {overflow: hidden; margin-top: 0px;}
.list-icon2 li a {font-size: 120%; color: #fff; display: inline-block; width: 40px; height: 40px; 
line-height: 35px; text-align: center; background: #7a9721;list-style:none;float: left;}
.list-icon2 li a i{line-height: 40px;text-shadow:none;}
.list-icon2 li a:hover {background: #dc3700; color: #fff;}
.list-icon2 li {float: left; margin-right: 15px; padding: 0; border:0;list-style:none;}
.list-icon2 li:after {display: none;}
/*----------*/

/* Magaz */
.vidtov{width:30%;height:auto;float:left;margin-right:3%;margin-bottom:3%;background:#fff;transition:ease-in 0.15s;}
.divtovmarg{margin-right:-4%;}
.vidtov2{width:100%;height:auto;background:#fff;}
.vidtov2:hover{transition:ease-out 0.15s;}
.vidtov3{width:22%;height:auto;float:left;margin-right:3%;margin-bottom:3%;background:#fff;transition:ease-in 0.15s;}
.divtovmarg3{margin-right:-3%;}
.vidtovins{padding:20px 20px;border:1px solid #e1e1e1;transition:ease-in 0.15s;}
.vidtovins:hover{padding:20px 20px;border:1px solid #a6cd12;transition:ease-out 0.15s;}
.vidtovcentimag{text-align:center;margin:0 auto;}
.vidtovtitbox{width:100%;height:90px;overflow:hidden;}
.vidtovtit2{font-style:italic;font-weight:bold;font-size:110%;color:#505050;text-decoration:none;transition:ease-in 0.15s;}
.vidtovtit2:hover{color:#dc3700;transition:ease-out 0.15s;}
.vidtovleft{width:38%;height:auto;float:left;margin-right:2%;}
.vidtovright{width:58%;height:auto;float:left;margin-left:2%;}
.vidtovstock{font-style:italic;font-weight:normal;font-size:80%;color:#505050;text-decoration:none;}
.vidtovcena{font-style:italic;font-weight:bold;font-size:110%;color:#dc3700;text-decoration:none;text-align:right;}
.vidtovleft2{width:48%;height:auto;float:left;margin-right:2%;}
.vidtovright2{width:48%;height:auto;float:left;margin-left:2%;}
.vidtovmorebut{width:auto;height:auto;background:#e1e1e1;color:#505050;text-align:center;padding:7px 5px;font-weight:bold;display:block;
text-decoration:none;font-size:80%;text-transform:uppercase;border:2px solid #bebebe;transition:ease-in 0.15s;}
.vidtovmorebut:hover{background:#bebebe;color:#505050;transition:ease-out 0.15s;}
.cl4marg{margin-top:20px;}
.tovtit2{font-style:italic;font-weight:bold;font-size:200%;color:#505050;text-decoration:none;line-height:30px;margin-bottom:30px;}
.tovleft{width:35%;height:auto;float:left;margin-right:5%;}
.tovright{width:60%;height:auto;float:left;}
.tovimagmain{display:block;}
.gphoto2{border:5px solid #7a9721;width:97%;margin-bottom:4px;}
.smallfotobox{width:22%;height:auto;float:left;margin-right:3%;}
.smallfotoboxmarg{margin-right:-3%;}
.smallfoto{display:block;width:100%;height:50px;overflow:hidden;margin:0px;} 
.smallfoto img{width:100%;margin:0;padding:0;} 
.smallfotobord{border:5px solid #909090;}
.tovtext1{font-style:italic;font-size:100%;font-weight:normal;margin-bottom:5px;display:inline-table;}
.tovtext2{font-style:italic;font-size:100%;font-weight:normal;margin-bottom:5px;}
.tovcena1{font-style:italic;font-size:120%;font-weight:normal;margin-top:15px;margin-bottom:10px;display:inline-table;margin-right:10px;}
.tovcena2{font-style:italic;font-size:170%;font-weight:bold;margin-top:15px;margin-bottom:10px;display:inline-table;color:#dc3700;}
ul.tovlist1>li{list-style:none;display:block;width:100%;font-size:100%;font-style:italic;margin-bottom:10px;margin-left:-40px;}
ul.tovlist1>li:before{color:#7a9721;font-style:italic;margin-right:10px;font-family:'Fontawesome';content:'\f105';}
.tovmarg55{margin-top:30px;}
.tovmes{font-size:110%;line-height:25px;}
.magtitle {font: 120% 'Rubik', sans-serif; color: #505050;border-bottom: 3px solid #7a9721;padding-bottom: 10px; 
margin-bottom: 30px;text-transform:uppercase;font-style:italic;font-weight:bold;display:block;clear:both;width:100%;}
.magtitle:first-letter {color:#dc3700;}
.magtitle2 {font: 120% 'Rubik', sans-serif; color: #fff;border-bottom: 5px solid #7a9721;padding-bottom: 10px; 
margin-bottom: 15px;text-transform:uppercase;font-style:italic;font-weight:bold;display:block;clear:both;width:100%;}
.magtitle3 {font: 120% 'Rubik', sans-serif; color: #505050;border-bottom: 3px solid #7a9721;padding-bottom: 10px; 
margin-bottom: 10px;text-transform:uppercase;font-style:italic;font-weight:bold;display:block;clear:both;width:100%;}
.magtitle3:first-letter {color:#dc3700;}
.magtitle2:first-letter {color:#dc3700;}
.magtitle4 {font: 120% 'Rubik', sans-serif; color: #909090;border-bottom: 5px solid #7a9721;padding-bottom: 10px; 
margin-bottom: 15px;text-transform:uppercase;font-style:italic;font-weight:bold;display:block;clear:both;width:100%;}
.magtitle4:first-letter {color:#dc3700;}
.secboxleft{width:35%;height:auto;float:left;margin-right:5%;}
.secboxright{width:60%;height:auto;float:left;}
.secboxrighttext{font-size:120%;line-height:28px;font-weight:normal;font-style:italic;margin-bottom:23px;text-align:justify;}
.secboxrighttext2{font-size:160%;line-height:32px;font-weight:bold;color:#7a9721; 
text-transform:uppercase;display:inline-table;}
.secboxrighttext2222{font-size:160%;line-height:32px;font-weight:bold;color:#dc3700;margin-bottom:15px;
text-transform:uppercase;display:inline-table;}
.secfoto2{width:100%;border:3px solid #e1e1e1;}
.vidtovmorebut333{width:auto;height:auto;background:#e1e1e1;color:#505050;text-align:center;padding:8px 30px;font-weight:bold;display:table;
text-decoration:none;font-size:80%;text-transform:uppercase;border:2px solid #bebebe;transition:ease-in 0.15s;}
.vidtovmorebut333:hover{background:#bebebe;color:#505050;transition:ease-out 0.15s;}
.mainfon1{background:#fff;padding:50px 0px;}
.mainfon2{background: url('/imag/fon2.jpg')top center no-repeat #e1e1e1;padding:50px 0px;background-attachment:fixed;
 background-size:cover;}
.mainfon3{background: url('/imag/fon77.jpg')top center repeat #e1e1e1;}
.mainleftblock{width:70%;height:auto;float:left;margin-right:5%;}
.mainrightblock{width:25%;height:auto;float:left;}
.vidtovmorebut555{width:auto;height:auto;background:#e1e1e1;color:#505050;text-align:center;padding:8px 30px;font-weight:bold;display:table;
text-decoration:none;font-size:80%;text-transform:uppercase;border:2px solid #7a9721;transition:ease-in 0.15s;margin-top:14px;}
.vidtovmorebut555:hover{background:#7a9721;color:#fff;transition:ease-out 0.15s;}
.magbutfloat{float:left;margin-right:15px;}
.zakazbut5{width:auto;height:auto;background:#fff;color:#404040;text-align:center;padding:10px 10px;font-weight:bold;display:table;
text-decoration:none;font-size:90%;text-transform:uppercase;border:2px solid #7a9721;transition:ease-in 0.15s; cursor:pointer;}
.zakazbut5:hover{background:#fff;color:#404040;border:2px solid #dc3700;transition:ease-out 0.15s; cursor:pointer;}
/*----------*/


/* Module Part Menu */
.catsTable {border-spacing: 0 !important;padding:0px 0px;}
.catsTable:last-child {border-spacing: 0 !important;}
.catsTd {padding: 6px 0px 0px 0px; background:#f9f9f9;border-bottom:1px solid #f1f1f1; font-size: 100%;}
.catsTd:hover {padding: 6px 0px 0px 0px; background:#f9f9f9; border-top:none; font-size: 100%;}
.catsTd:before {font-family: 'FontAwesome';content: "\f105";color:#dc3700;padding-right:10px;margin-top:7px;display:inline-block;
float:left;min-height:30px;font-weight:bold;font-size:120%;}
.catName {}
.catNameActive {}
.catNumData {float:right;margin-top:-20px;margin-right:0px;color:#c0c0c0;font-size:80%;}
.catDescr {margin-bottom:10px;}
a.catName:link {color: #505050;display: block;padding: 5px 0px;text-decoration:none;font-weight:bold;line-height:20px;}
a.catName:visited { color: #505050;display: block;padding: 5px 0px;text-decoration:none;font-weight:bold;line-height:20px;}
a.catName:hover {color: #dc3700;display: block;padding: 5px 0px;text-decoration:none;font-weight:bold;line-height:20px;}
a.catName:active { color: #dc3700;display: block;padding: 5px 0px;text-decoration:none;font-weight:bold;line-height:20px;}
a.catNameActive:link {color: #505050;display: block;padding: 5px 0px;text-decoration:none;font-weight:bold;line-height:20px;}
a.catNameActive:visited {color: #dc3700;display: block;padding: 5px 0px;text-decoration:none;font-weight:bold;line-height:20px;}
a.catNameActive:hover {color: #dc3700;display: block;padding: 5px 0px;text-decoration:none;font-weight:bold;line-height:20px;}
a.catNameActive:active {color: #505050;display: block;padding: 5px 0px;text-decoration:none;font-weight:bold;line-height:20px;}
/* ----------------- */

/*Container blocks styles*/
.block {margin-bottom: 30px;}
.blocktitle {font: 120% 'Rubik', sans-serif; color: #505050; background: #f9f9f9;border-bottom: 3px solid #7a9721;padding-bottom: 10px; 
margin-bottom: 0px;text-transform:uppercase;font-style:italic;font-weight:bold;}
.blocktitle:first-letter {color:#dc3700;}
.blockcontent {padding: 0;margin: 0;text-align: left; background: #f9f9f9;}
.blockcontent ul, .blockcontent p, .blockcontent>div {margin: 0;padding: 10px;}
.blockcontent .archUl {}
.blockcontent li {padding: 5px 0px; 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: 0;
 background: #fff;
 table-layout: fixed;
 }

.eTitle {font: normal 13pt/30px 'Rubik', sans-serif;color: #fff;padding: 10px 10px 10px 70px; background: url('/.s/t/1257/6.png') top left no-repeat #00448a; min-height: 30px;}
.eTitle a {color: #fff;text-decoration: none;}
.eTitle a:hover {color: #c5e5ff;}
.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;}
.eMessage img, .eText img {max-width: 100%;}
.eText {}
.eDetails, .eDetails1, .eDetails2 {margin: 8px 0px;padding: 10px;font-size: 8pt; color: #76c1ff;background: rgba(0,0,0,0.8);}
.eDetails a, .eDetails1 a, .eDetails2 a {color: #76c1ff;}
.eDetails a:hover, .eDetails1 a:hover, .eDetails2 a:hover {color: #fff;}
.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:before {content:'\f06e';font-family:'FontAwesome';color:#a585b7;margin-right:5px;}
.e-author:before {content:'\f007';font-family:'FontAwesome';color:#a585b7;margin-right:5px;}
.e-date:before {content:'\f073';font-family:'FontAwesome';color:#a585b7;margin-right:5px;}
.e-comments:before {content:'\f086';font-family:'FontAwesome';color:#a585b7;margin-right:5px;}
.e-rating:before {content:'\f005';font-family:'FontAwesome';color:#a585b7;margin-right:5px;}
.e-loads:before {content:'\f019';font-family:'FontAwesome';color:#a585b7;margin-right:5px;}
.e-category:before {content:'\f07b';font-family:'FontAwesome';color:#a585b7;margin-right:5px;}

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

/* 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: 'Rubik', sans-serif;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: #dc3700;
border-bottom: 1px solid #7a9721;}
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% 'Rubik', sans-serif; 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 'Rubik', sans-serif; color: #a1a1a1;}
.threadNoticeLink {}
.threadsType {}
.threadsDetails {}
.forumOnlineBar {}

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

a.threadLink:link {font: 12px 'Rubik', sans-serif;color: #00448a;}
a.threadLink:visited {font: 12px 'Rubik', sans-serif;color: #00448a;}
a.threadLink:hover {font: 12px 'Rubik', sans-serif;color: #00448a;}
a.threadLink:active {font: 12px 'Rubik', sans-serif;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 'Rubik', sans-serif;color: #00448a;}
/* ====== forum End ====== */

/*--------------------- INPUTS start ---------------------*/
input[type=submit], input[type=reset], input[type=button] , button{color:#fff; border:none; padding:8px 10px; font-size:100%; 
background:#dc3700!important;cursor:pointer;min-width:40px;}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, button:hover{background:#7a9721!important;color:#000; }
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 #e1e1e1;
font-size: 100%; color: #000;padding:8px 10px; -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;box-sizing: border-box;}
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {border: 1px solid #909090}
#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 10px !important;}
.myWinCont [type=submit] {color: #fff !important;}
input#catSelector9{background-image:url('/.s/src/panel-v2/img/select_disabled_arrow.png'); padding-right:25px; }
input#catSelector9:hover{background-image:url('/.s/src/panel-v2/img/select_arrow.png'); }
/*--------------------- 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: 'Rubik', sans-serif; background: #fff;}
.popupbody a, .popupbody td {font-size: 11px; font-family: 'Rubik', sans-serif;}
.popup .allUsersBtn, .popup .uSearchFlSbm {background: #00448a; border: 0px; color: #fff;font-size: 12px; font-family: 'Rubik', sans-serif;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) {
 .container {max-width: 96%;}
 .content-wrap>section {width: 71%;}
 .content-wrap2>section {width: 99%;}
 .content-wrap>aside {width: 26%;}
 .content {padding: 10px;}
 .entTd {display: block; clear: both;}
 #uCozHeaderMain {width: 100% !important;}
 .v-entry, .ve-screen {width:auto;}
 #uEntriesList {text-align: center;}
 #uEntriesList > li {padding: 5px; width: auto !important;}
.hedtelleft{width:100%;height:auto;float:none;margin-right:0;margin-bottom:10px;}
.hedtelright{width:100%;height:auto;float:none;margin-left:0;}
.hedfonleft{width:30%;height:auto;float:left;margin-right:10%;}
.hedfoncent{width:35%;height:auto;float:left;margin-right:5%;}
.hedfonright{width:20%;height:auto;float:left;} 
.logo1{font-size:240%;}
.logo2{font-size:150%;}
.vidtov{width:47%;height:auto;float:left;margin-right:3%;margin-bottom:3%;}
.vidtov3{width:48%;height:auto;float:left;margin-right:3%;margin-bottom:3%;background:#fff;transition:ease-in 0.15s;}
.divtovmarg3{margin-right:-3%;} 
 }

@media screen and (max-width: 780px) {
 header {padding: 20px 0px; margin-bottom: 0;}
 .content-wrap>section, .forumContent {margin-top: 7px;}
 #uncheader{display: none;}
 .container {padding: 0px 10px;}
 #puzadpn {display: none;}
 .content-wrap>section {float: none; width: 100%;}
 .content-wrap2>section {float: none; width: 100%;} 
 .content-wrap>aside {width: 100%; float: none;}
 #uncheader {margin-bottom: 0px;}
 #uCozHeaderMain {background-size: cover !important; height: 250px !important;}
 .eBlock {padding: 0;}
 .shop-tabs {border-bottom: 0!important;}
 .shop-tabs li {border-bottom: 1px solid #A7A6A6 !important;}
 ul.topfonlist>li{font-size:80%;margin-left:15px;}
 ul.topfonlist2>li{font-size:80%;margin-left:15px;}
.hedfonleft{width:100%;height:auto;float:none;margin-right:0;margin-bottom:30px;}
.hedfoncent{width:50%;height:auto;float:left;margin-right:5%;}
.hedfonright{width:45%;height:auto;float:left;}
 .clr4{clear:both;overflow:hidden;}
.hedtelleft{width:100%;height:auto;float:none;margin-right:0;margin-bottom:10px;}
.hedtelright{width:100%;height:auto;float:none;margin-left:0;}
.vidtov{width:47%;height:auto;float:left;margin-right:3%;margin-bottom:3%;}
.secboxleft{width:100%;height:auto;float:none;margin-right:0;margin-bottom:10px;}
.secboxright{width:100%;height:auto;float:none;} 
.vidblogpic{height:180px;} 
.vidtov3{width:48%;height:auto;float:left;margin-right:2%;margin-bottom:2%;background:#fff;transition:ease-in 0.15s;}
.divtovmarg3{margin-right:-2%;}
.list-icon li a {font-size: 100%; color: #7a9721; display: inline-block; width: 30px; height: 30px; 
line-height: 30px; text-align: center; background: #fff;list-style:none;float: left;}
.list-icon li a i{line-height: 30px;text-shadow:none;}
.list-icon li {float: left; margin-right: 5px; padding: 0; border:0;list-style:none;}
.tovleft{width:100%;height:auto;float:none;margin-right:0;margin-bottom:3%;}
.tovright{width:100%;height:auto;float:none;}
 }

@media screen and (max-width: 580px) {
 .container {padding-bottom: 0px;}
.topfonleft{display:none;}
.topfonright{width:100% !important;height:auto;float:none !important;}
ul.topfonlist2>li{float:left;margin-left:0;margin-right:25px;}
.hedfonleft{width:100%;height:auto;float:none;margin-right:0;margin-bottom:30px;}
.hedfoncent{width:100%;height:auto;float:none;margin-right:0;margin-bottom:10px;}
.hedfonright{width:100%;height:auto;float:none;}
.hedtelleft{width:100%;height:auto;float:none;margin-right:0;margin-bottom:10px;}
.hedtelright{width:100%;height:auto;float:none;margin-left:0;}
.foterblock{width:100%;height:auto;float:none;margin-right:0;margin-bottom:30px;}
.foterclear{overflow:hidden;margin-right:0;}
.vidtov{width:100%;height:auto;float:none;margin-right:0;margin-bottom:3%;}
.secboxleft{width:100%;height:auto;float:none;margin-right:0;margin-bottom:10px;}
.secboxright{width:100%;height:auto;float:none;} 
.kontleft{width:100%;height:auto;float:none;margin-right:0;margin-bottom:15px; }
.kontright{width:100%;height:auto;float:none;margin-left:0; }
.vidblog, .vidblog2{width:100%;height:auto;float:none;margin-right:0;margin-bottom:4%;}
.vidblogmarg{margin-right:0;}
.tovleft{width:100%;height:auto;float:none;margin-right:0;margin-bottom:20px;}
.tovright{width:100%;height:auto;float:none;}
.vidtov3{width:100%;height:auto;float:none;margin-right:0;margin-bottom:3%;}
.divtovmarg3{margin-right:0;}
.foterblock{width:100%;height:auto;float:none;margin-right:0;margin-bottom:3%;}
.foterclear{overflow:hidden;margin-right:0;} 
.tovleft{width:100%;height:auto;float:none;margin-right:0;margin-bottom:3%;}
.tovright{width:100%;height:auto;float:none;}
 }
/*------ 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 ------*/