/* General Style */
html{height: 100%;}
body {margin: 0px;background-color: #000000; font: 11pt/1.3em 'Arial';color: #000000;}
td, input, select, textarea {font: 90% 'Arial';}
body a {color: #d20000;text-decoration:none;}
body a:hover {text-decoration: none; color: #000;}
* {}
img {border: 0px;}
p {text-indent: 20; font-size: 100%;}
h1 {font-size: 170%;color:#786afb;}
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: #bfbfbf; border: 0px; overflow: hidden;}
iframe, object, embed {max-width: 100%;}
/* ------------- */

/*WRAP*/
body {
 background: #d7d7d7;
 padding: 0;
 }
 body.base {
 background: url('http://miyuproject.usite.pro/Fons/fonnn.jpg') top center no-repeat #000115;
 background-attachment: fixed;
 height: 100%;
 }
body > .container {
 max-width: 1060px;
 min-height: 100%;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 margin: 0 auto;
 text-align: left;
 padding: 0 0 60px;
 width: inherit;
 position: relative;
 }
 #puzadpn {
 margin-top: -24px;
 }
/*----*/

/*HEADER*/
header {
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(202, 233, 255, 0.69) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.9)), color-stop(100%,rgba(202, 233, 255, 0.69))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(202, 233, 255, 0.69) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(202, 233, 255, 0.69) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(202, 233, 255, 0.69) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(202, 233, 255, 0.69) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
border: 1px solid #DDD;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow:1px 2px 8px #9A9A9A;
-moz-box-shadow:1px 2px 8px #9A9A9A;
 padding: 15px 20px;
 margin-bottom: 7px;
 overflow: auto;
 position: relative;
 }
.logo {
 width: 15%;
 float: left;
 background: url('http://miyuproject.usite.pro/images/hgfjhgfhjgfjgfj.png') left center no-repeat;
 padding: 0 0 0 60px;
 min-height: 46px;
 }
.logo h1 {
 font-size: 180%;
 padding: 0;
 margin: 10px 0 5px 0;
 color: #fff;
 font-weight: normal;
 line-height: 1em;
 }
 .logo h1 a {
 text-decoration: none;
 text-shadow: 1px 1px 0 red,
 1px -1px 0 red,
 -1px 1px 0 red,
 -1px -1px 0 red;
 color: white;
 transition: all 1s;
 }
 .logo h1 a:hover {
 text-shadow: 1px 1px 0 yellowgreen,
 1px -1px 0 yellowgreen,
 -1px 1px 0 yellowgreen,
 -1px -1px 0 yellowgreen;
 color: white;
 }

.logo h2 {
 padding: 0;
 margin: 3px 0;
 color: #019bb1;
 font-size: 90%;
 }

ul.soc-icons {
 list-style-type: none;
 position: absolute;
 right: 20px;
 top: 50%;
 margin-top: -15px;
 padding: 0;
 }
ul.soc-icons li {display: inline-block;}
 
ul.soc-icons li a {
 margin: 0 0 0 10px;
 text-align: left;
 display: block;
 width: 30px;
 height: 30px;
 text-indent: -9999px;
 overflow: hidden;
 background-image: url('http://miyuproject.usite.pro/avatar/bez_imeni-2.png');
 background-color: rgba(50, 33, 175, 0);
 }
 ul.soc-icons li a:hover {background-color: rgba(255, 255, 255, 0.44);border-radius: 25px;}

 .i-vk {background-position: -0px 0;}
 .i-tw {background-position: -120px 0;}
 .i-ok {background-position: -90px 0;}
 .i-yt {background-position: -31px 0;}
 .i-in {background-position: -150px 0;}
 .i-gp {background-position: -150px 0;}
 .i-rr {background-position: -60px 0;}

 

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


/*main menu*/
 #menu {
 margin-bottom: 7px;
 z-index: 6;
 text-transform: uppercase;
 text-align: center;
 line-height: 50px;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(202, 233, 255, 0.69) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.9)), color-stop(100%,rgba(202, 233, 255, 0.69))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(202, 233, 255, 0.69) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(202, 233, 255, 0.69) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(202, 233, 255, 0.69) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(202, 233, 255, 0.69) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
border: 1px solid #DDD;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow:1px 2px 8px #9A9A9A;
-moz-box-shadow:1px 2px 8px #9A9A9A;
 
 }
 #menu ul {padding:0; margin:0;}
 #menu li{
 display: inline;
 list-style:none;
 margin: 5px 10px;
 font-size: 1.5em;
 }
 
 #menu li a {
 color: #666;
 position: relative;
 line-height: 30px;
 padding-left: 39px;
 padding-right: 18px;
 text-decoration: none;
 padding:5px 10px; 
 text-decoration: none;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 
 }
 
 #menu li a:hover{
 background: #eee;
 color: #C03;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 1px rgba(255, 255, 255, 0.35);
-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.25), 0 1px 1px rgba(255,255,255,0.35);
-ms-box-shadow: inset 0 1px 3px rgba(0,0,0,0.25), 0 1px 1px rgba(255,255,255,0.35);
-o-box-shadow: inset 0 1px 3px rgba(0,0,0,0.25), 0 1px 1px rgba(255,255,255,0.35);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 1px rgba(255, 255, 255, 0.35);
 -webkit-transition-property: color, background;
 -webkit-transition-duration: 0.5s, 0.5s;
 }
 .default {
 width:1260px;
 }
 .fixed {
 position:fixed;
 top:-5px; left:0;
 width:100%;
 padding:10px 0;
 
 -moz-box-shadow: 5px 5px 20px #333;
 -webkit-box-shadow: 5px 5px 20px #333;
 box-shadow: 5px 5px 20px #333;
 }
 .transbg {
 background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
 }
 .default {
 width:1060px;
 }
 .fixed {
 position:fixed;
 top:-5px; left:0;
 width:100%;
 padding:10px 0;
 -moz-box-shadow: 5px 5px 20px #333;
 -webkit-box-shadow: 5px 5px 20px #333;
 box-shadow: 5px 5px 20px #333;
 }
 .sort{margin-bottom:20px;}
/*------------------------------------*\
 СБРОС
\*------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
 margin:0;
 padding:0;
}
table{
 border-collapse:collapse;
 border-spacing:0;
}
fieldset,img{
 border:0;
}
address,caption,cite,code,dfn,th,var{
 font-style:normal;
 font-weight:normal;
}
caption,th{
 text-align:left;
}
h1,h2,h3,h4,h5,h6{
 font-size:100%;
 font-weight:normal;
}
q:before,q:after{
 content:'';
}
abbr,acronym{
 border:0;
}











/*------------------------------------*\
 НАВИГАЦИЯ
\*------------------------------------*/


/*------------------------------------*\
 ТЕКСТ ДЕМОНСТРАЦИИ
\*------------------------------------*/


/* Menus */
nav {
 padding: 0;
 margin-bottom: 7px;
 text-align: center;
 background: rgba(0,0,0,0.5);
 }


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

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

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

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

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

/* Site Menus */

ul.uMenuRoot > li > a {
 font-size: 120%;
 text-decoration: none;
 display: block;
 color: #ffffff;
 font: 20px Arial, sans-serif;
 text-shadow: black 1px 1px 0, black -1px -1px 0, 
 black -1px 1px 0, black 1px -1px 0;
 padding: 0 20px;
 margin: 0 0 0 0;
 line-height: 50px;
 }
 
nav li:hover > a, ul.uMenuRoot > li > a:hover, ul.uMenuRoot > li > .uMenuItemA {
 background: url('http://miyuproject.usite.pro/css/trava.png') no-repeat center top rgba(51, 119, 162, 0.66);
 }



.show-menu {
 position: absolute;
 top: 30px;
 right: 30px;
 width: 50px;
 height: 20px;
 cursor: pointer;
 background: #fa95fa;
 display: none;
 color: #fff;
 text-align: center;
 font-size: 80%;
 padding: 5px 10px;
 font-weight: bold;
 }
 .show-menu:hover {background: #e5e5e5;color: #000;}
/* --------- */

/* uCoz HEADER */
#uncheader {
 padding: 0px;
 background-repeat: no-repeat;
 background-position: 50% 0px;
 margin: 0px auto 7px auto; 
 width: 100%;
 position: relative;
}
 
.uCozIntroText {
 width: 55%;
 margin:0;
 position: absolute;
 right: 0;
 bottom: 20px;
 padding: 25px;
 color: #fff;
 font-weight: normal;
 }
 
 .uCozIntroText h1 {font-size: 190%; font-weight: normal;line-height: 1em;margin: 0 0 10px 0;color: #fff;}
 .uCozIntroText p {font-size: 90%;margin: 0;text-indent: 0;}
 
/*CONTAINERS*/
.content-wrap>section {border-radius: 20px;
 float: left;
 width: 800px;
 background: #fff;
 margin-bottom: 7px;
 }
 .content-wrap.wide-page>section {
 float: none;
 width: auto;
 }
 .content-wrap>section ul {margin: 0 0 0 40px;}
.content-wrap>aside {
 width: 256px;
 float: right;
 margin-bottom: 7px;
 }
.content {padding: 20px; height: 1100px;
 border: 1px solid #DDD;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 21px;
-webkit-box-shadow:1px 2px 8px #9A9A9A;
-moz-box-shadow:1px 2px 8px #9A9A9A;}

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

/* FOOTER */
footer {
 padding: 5px 20px;
 background: rgba(30, 35, 72, 0.5);
 color: #fff;
 font-size: 90%;
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 }
 
.copyright {
 width: 40%;
 float: left;
 text-align: left;
 }
.powered-by {
 width: 40%;
 float: right;
 text-align: right;
 } 
footer a {color: #00aec4;}
footer a:hover {color: #fff;}

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

/* Module Part Menu */
.catsTable {border-spacing: 0 !important; margin-left:0px;}
.catsTd {padding: 10px; background: #fff; border-bottom: 0px solid rgba(0,0,0,0.8); font-size: 80%;}
 
.catName {}
.catNameActive {}
.catNumData {}
.catDescr {}
a.catName:link {margin-left:-3px; color: #000;font-size: 15px;text-shadow: rgba(0, 83, 255, 0.49) 0 0 10px; display: inline-block; transition: all 1s;text-decoration: none;}
a.catName:visited {color: #000;}
a.catName:hover {color: #ca0000;text-shadow: rgba(255, 0, 0, 0.49) 0 0 10px;margin-left:10px;}
a.catName:active { color: #000;}
a.catNameActive:link {color: #000;text-shadow: rgba(255, 0, 0, 0.49) 0 0 10px;}
a.catNameActive:visited {color: #c10000;text-shadow: rgba(255, 0, 0, 0.49) 0 0 10px;}
a.catNameActive:hover {color: #000000;text-shadow: rgba(0, 83, 255, 0.49) 0 0 10px;transition: all 1s;}
a.catNameActive:active {color: #000;}
/* ----------------- */

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

/*Container blocks styles*/

.block {margin-bottom: 7px;}
.blocktitle {font-family: Arial;
 font-size: 21px;
 font-weight: bold;
 text-shadow: 
 -0 -1px 0 #ffffff,
 0 -1px 0 #ffffff,
 -0 1px 0 #ffffff,
 0 1px 0 #ffffff,
 -1px -0 0 #ffffff,
 1px -0 0 #ffffff,
 -1px 0 0 #ffffff;
 1px 0 0 #ffffff;
 -1px -1px 0 #ffffff;
 1px -1px 0 #ffffff;
 -1px 1px 0 #ffffff;
 1px 1px 0 #ffffff;
 -1px -1px 0 #ffffff;
 1px -1px 0 #ffffff;
 -1px 1px 0 #ffffff;
 1px 1px 0 #ffffff; color: #000;
 background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(202, 233, 255, 0.69) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.9)), color-stop(100%,rgba(202, 233, 255, 0.69))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(202, 233, 255, 0.69) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(202, 233, 255, 0.69) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(202, 233, 255, 0.69) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(202, 233, 255, 0.69) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
border: 1px solid #DDD;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 7px 7px 0 0;
-webkit-box-shadow:1px 2px 8px #9A9A9A;
-moz-box-shadow:1px 2px 8px #9A9A9A
 ;padding: 10px; margin: 0 0 -2px 0;}
.blockcontent {padding: 0;margin: 0;text-align: left; background: #fff;border-radius: 0px 0px 7px 7px;}
.blockcontent ul, .blockcontent p, .blockcontent>div {margin: 0;padding: 0px 0px 0px 5px;}
.blockcontent .archUl {}
.blockcontent li {padding: 5px 10px; list-style: inside;}
.blockcontent li a {}
.blockcontent li a:hover {}
.blockcontent a {}
.blockcontent a:hover {}

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

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

.eTitle {background-image:url('http://miyuproject.usite.pro/ser.png');border-radius: 10px 10px 0px 0px;box-shadow: 0px 0px 32px 4px #000000;
font: normal 13pt/30px 'Arial';color: #ffffff;padding: 10px 10px 10px 20px;
 min-height: 30px;
 
 background: linear-gradient(45deg,rgba(0, 0, 0, 0) 48%,rgba(0, 0, 0, 0.2) 50%,rgba(0, 0, 0, 0) 52%),linear-gradient(-45deg,rgba(0, 0, 0, 0) 48%,rgba(0, 0, 0, 0.2) 50%,rgba(0, 0, 0, 0) 52%);

 background-size: 5px 5px;

 background-color: rgba(183, 0, 0, 0.52);

}
.eTitle a {color: #fff;text-decoration: none;
 text-shadow: black 0 0 2px;}
.eTitle a:hover {color: #f3ffb7;}
.eMessage { box-shadow: 0px 0px 32px 4px #000000;padding: 15px !important;}
.eMessage p, .eText p {margin: 5px 10px;font-size: 11pt; text-align: justify !important; line-height: 1.5em;text-indent: 0px; 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 { border-radius: 0px 0px 10px 10px;box-shadow: 0px 0px 32px 4px #000000;margin: 0px 0px;
padding: 10px;font-size: 8pt; color: #fff;background: #9c0000;
background: linear-gradient(45deg,rgba(0, 0, 0, 0) 48%,rgba(0, 0, 0, 0.2) 50%,rgba(0, 0, 0, 0) 52%),linear-gradient(-45deg,rgba(0, 0, 0, 0) 48%,rgba(0, 0, 0, 0.2) 50%,rgba(0, 0, 0, 0) 52%);
 background-size: 5px 5px;
 background-color: rgba(183, 0, 0, 0.52);}
.eDetails a, .eDetails1 a, .eDetails2 a {color: #fff;}
.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: 5px;
 padding-left: 22px;
 vertical-align: middle;
 }
 
.e-reads .ed-title, 
.e-author .ed-title, 
.e-date .ed-title, 
.e-comments .ed-title, 
.e-add .ed-title, 
.e-rating .ed-title, 
.e-loads .ed-title, 
.e-category .ed-title {display: none;}

.e-reads {background: url("/.s/t/1251/8.png") no-repeat scroll left center rgba(0, 0, 0, 0);}
.e-author, .e-add {background: url("/.s/t/1251/9.png") no-repeat scroll left center rgba(0, 0, 0, 0);}
.e-date {background: url("/.s/t/1251/10.png") no-repeat scroll left center rgba(0, 0, 0, 0);}
.e-comments {background: url("/.s/t/1251/11.png") no-repeat scroll left center rgba(0, 0, 0, 0);}
.e-rating {background: url("/.s/t/1251/12.png") no-repeat scroll left center rgba(0, 0, 0, 0);}
.e-loads {background: url("/.s/t/1251/13.png") no-repeat scroll left center rgba(0, 0, 0, 0);padding-left: 15px;}
.e-category {margin-left: 2%; background: url("/.s/t/1251/14.png") no-repeat scroll left center rgba(0, 0, 0, 0);}

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


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

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

/* Comments Style */
.cAnswer, .cMessage {font-family: 'Tahoma';font-size: 90%;}
.cBlock1, .cBlock2 {border-top: 1px dashed #ccc; padding: 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: #fa95fa;}
.calWday {}
.calWdaySe {font-weight: bold;}
.calWdaySu {font-weight: bold;}
.calMday {}
.calMdayA {background: #fa95fa; color: #fff;}
.calMdayA a {color: #fff;}
.calMdayIs {}
.calMdayIsA {background: #fa95fa; 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 {list-style: disc inside !important;}
ul.cat-tree ul.cat-tree {padding-bottom: 0 !important; padding-right: 0 !important;}
#tb_gtype_1 .manTd1 {white-space: nowrap;}
.shop-tabs .postRest1 {border-top: #A7A6A6 1px solid !important; border-right: #A7A6A6 1px solid !important;}
span[id^="iCode"] {white-space: nowrap;}
#shop-basket li {padding: 0 0 0 45px !important;list-style: none;}
/* ------------ */

/*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: #fa95fa;}
.gTable {background: #333;}
.gTable td {background: #fff;padding: 5px 7px;}
td.gTableTop {font-size: 120% !important;text-transform:uppercase;color: #fff;padding: 10px;background: #fa95fa;}
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: #fa95fa;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {color: #fa95fa;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {color: #fa95fa;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {color: #fa95fa;}
/* -------------------- */

/* 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 {}
#thread_search_field{width: 150px!important;margin-top: 6px;}
/* -------------------------- */

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

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

/*--------------------- INPUTS start ---------------------*/
input[type=submit], input[type=reset], input[type=button] {
 color: #fff;
 border: none;
 padding: 5px 10px;
 font-size: 10pt;
 background: #fa95fa;
 cursor: pointer;
 }
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {background: #ff2f0c;}
input[type=submit]:active, input[type=reset]:active, input[type=button]:active {}
input[type=text], input[type=password], textarea, select {background: #d7d7d7; border: none; font-size: 11px; color: #5e5e5e;padding: 3px; -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;}
#mchatBtn, input.codeButtons, input.button {padding-left: 0px;padding-right: 0px;}
.queryField {width: auto !important;}
.commFl {width: 100%;}
.manTable select {max-width: 300px;}
textarea.mchat {vertical-align: bottom;}
#MCaddFrm {margin: 0 10px !important;}
.myWinCont [type=submit] {color: #fff !important;}


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

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

.popup a {color: #fa95fa;}
.popup a:hover {color: #000;}
.popuptitle {height: 34px;
 line-height: 34px; 
 padding: 10px; 
 font-size: 16pt;
 background:#fa95fa;
 color: #fff; 
 margin-bottom: 7px;
 }
.popuptitle2 {background: url(/.s/t/1251/15.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: #000000; 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 ---------------------*/
#mcnomess92 {color: #fff !important;}

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

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

@media screen and (max-width: 780px) {
 header {padding: 5px 20px; margin-bottom: 0;}
 .content-wrap>section, .forumContent {margin-top: 7px;}
 .logo {float: none; clear: both; 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;}
 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) {
 .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 ------*/
.catPages1, 
.catPages2, 
.pagesBlock1, 
.pagesBlock2, 
.pagesBlockuz1, 
.pagesBlockuz2 {padding:0px 0px 20px 0px;border-bottom:0px solid rgb(255, 0, 0)} 
span.catPages1, 
span.catPages2, 
span.pagesBlock1, 
span.pagesBlock2, 
span.pagesBlockuz1, 
span.pagesBlockuz2 { 
 display: inline-block; 
} 
.catPages1 a, 
.catPages2 a, 
.pagesBlock1 a, 
.pagesBlock2 a, 
.pagesBlockuz1 a, 
.pagesBlockuz2 a, 
.catPages1 b, 
.catPages2 b, 
.pagesBlock1 b, 
.pagesBlock2 b, 
.pagesBlockuz1 b, 
.pagesBlockuz2 b { 
 font-weight:bold; 
 padding:12px 12px; 
 color:#000000; 
 background:none; 
 font-size:11px; 
 position:relative; 
} 
.catPages1 b, 
.catPages2 b, 
.pagesBlock1 b, 
.pagesBlock2 b, 
.pagesBlockuz1 b, 
.pagesBlockuz2 b { 
 color:#ff0000; 
} 

.catPages1 b:after, 
.catPages2 b:after, 
.pagesBlock1 b:after, 
.pagesBlock2 b:after, 
.pagesBlockuz1 b:after, 
.pagesBlockuz2 b:after { 
 content:''; 
 width:100%; 
 height:2px; 
 position:absolute; 
 background:#73c3f5; 
 bottom:-1px; 
 left:0px; 
} 

.catPages1 a:hover, 
.catPages2 a:hover, 
.pagesBlock1 a:hover, 
.pagesBlock2 a:hover, 
.pagesBlockuz1 a:hover, 
.pagesBlockuz2 a:hover { 
 color:#73c3f5; 
 background:none; 
} 
.swchItemDots { 
 letter-spacing:1px; 
 color:#828e96; 
 font-size:11px; 
}
/* 
 Based from this article from Divya Manian - 
 http://nimbupani.com/using-background-clip-for-text-with-css-fallback.html
*/
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);

* {
 margin: 0;
 padding: 0;
}

*,
:before,
:after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

html,
body {
 min-height: 100%;
}

body {
 font-family: 'Oswald', sans-serif;
 color: #000;
 background-color: #929292;
}

.wrapper {

 height: 50px;
 text-align: center;
}

.title {
 font-size: 12em;
 position: relative;
 margin: 0 auto 1em;
 padding: 1em 1em .25em 1em;
 text-align: center;
 text-transform: uppercase;
}
.title:after {
 position: absolute;
 
 left: 50%;
 width: 240px;
 height: 4px;
 margin-left: -120px;
 content: '';
 background-color: #fff;
}

/* Clip text element */
.clip-text {
 font-size: 4em;
 font-weight: bold;
 line-height: 1;
 position: relative;
 display: inline-block;
 margin: .25em;
 padding: 1.5em .75em;
 text-align: center;
 /* Color fallback */
 color: #ecc5c5;
 -webkit-background-clip: text;
 -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.clip-text:before,
.clip-text:after {
 position: absolute;
 content: '';
 visibility: hidden;
}

/* Background */
.clip-text:before {

 z-index: -2;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background-image: inherit;
}

/* Text Background (black zone) */
.clip-text:after {

 position: absolute;
 z-index: -1;
 top: .125em;
 right: .125em;
 bottom: .125em;
 left: .125em;
 background-color: #000;
}

/* Change the background position to display letter when the black zone isn't here */
.clip-text--no-textzone:before {

 background-position: -.65em 0;
}

.clip-text--no-textzone:after {
 content: none;
}

/* Use Background-size cover for photo background and no-repeat background */
.clip-text--cover,
.clip-text--cover:before {

 background-repeat: no-repeat;
 -webkit-background-size: cover;
 background-size: cover;
}

/* Background image from http://thepatternlibrary.com/ and http://lorempixel.com */

.clip-text_eleven {
 background-image: url(http://lorempixel.com/480/200/fashion/10/cc);
 background-size: cover;
}

/* Profil */
.profile {height:30px;font-size:20px;display:inline-block;position:relative} 

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

.profile-menu:hover .profile-list {visibility:visible;} 
.profile-list {position:absolute;width:190px!important;right:0px!important;top:28px;padding-top:18px;visibility:hidden;z-index:9;} 
.profile-list-in {background:#fff;width:190px!important;max-width:190px!important;padding:3px 0px;box-shadow:0px 8px 35px rgba(0,0,0,0.1);-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;} 
.profile-list-in a {display:block;padding:0px 20px!important;line-height:42px!important;text-decoration:none;text-align:left;border-bottom:1px solid #f1f1f1;font-size:12px;color:#8a8a8a} 
.profile-list-in a:hover {color:#000;} 
.profile-list-in a.last {border-bottom:0px !important} 
.profile-list-in a i {background:#3297db;color:#fff;float:right;font-style:normal;font-size:10px;padding:0px 6px;line-height:16px !important;margin-top:12px;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;}

/*poisk*/

.eTag {
 float:left;
 margin:0 0 7px 20px;
 position:relative;
 
 font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
 font-size:0.75em;
 font-weight:bold;
 text-decoration:none;
 
 color:#996633;
 text-shadow:0px 1px 0px rgba(255,255,255,.4);
 
 padding:0.417em 0.417em 0.417em 0.917em;
 
 border-top:1px solid #d99d38;
 border-right:1px solid #d99d38;
 border-bottom:1px solid #d99d38;
 
 -webkit-border-radius:0 0.25em 0.25em 0;
 -moz-border-radius:0 0.25em 0.25em 0;
 border-radius:0 0.25em 0.25em 0;
 
 background-image: -webkit-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
 background-image: -moz-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
 background-image: -o-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
 background-image: -ms-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
 background-image: linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#feda71', EndColorStr='#feba47');
 
 -webkit-box-shadow:inset 0 1px 0 #faeaba,
 0 1px 1px rgba(0,0,0,.1);
 -moz-box-shadow:
 inset 0 1px 0 #faeaba,
 0 1px 1px rgba(0,0,0,.1);
 box-shadow:
 inset 0 1px 0 #faeaba,
 0 1px 1px rgba(0,0,0,.1);
}
.eTag:before {
 content:'';
 
 width:1.30em;
 height:1.358em;
 
 background-image: -webkit-linear-gradient(left top, rgb(254, 218, 113), rgb(254, 186, 71));
 background-image: -moz-linear-gradient(left top, rgb(254, 218, 113), rgb(254, 186, 71));
 background-image: -o-linear-gradient(left top, rgb(254, 218, 113), rgb(254, 186, 71));
 background-image: -ms-linear-gradient(left top, rgb(254, 218, 113), rgb(254, 186, 71));
 background-image: linear-gradient(left top, rgb(254, 218, 113), rgb(254, 186, 71));
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#feda71', 
EndColorStr='#feba47');
 
 position:absolute;
 left:-0.69em;
 top:.2em;
 
 -webkit-transform:rotate(45deg);
 -moz-transform:rotate(45deg);
 -o-transform:rotate(45deg);
 transform:rotate(45deg);
 
 border-left:1px solid #d99d38;
 border-bottom:1px solid #d99d38;
 
 -webkit-border-radius:0 0 0 0.25em;
 -moz-border-radius:0 0 0 0.25em;
 border-radius:0 0 0 0.25em;
 
 z-index:1;
}
.eTag:after {
 content:'';
 
 width:0.5em;
 height:0.5em;
 
 background:#fff;
 
 -webkit-border-radius:4.167em;
 -moz-border-radius:4.167em;
 border-radius:4.167em;
 
 border:1px solid #d99d38;
 
 -webkit-box-shadow:0 1px 0 #faeaba;
 -moz-box-shadow:0 1px 0 #faeaba;
 box-shadow:0 1px 0 #faeaba;
 
 position:absolute;
 top:0.667em;
 left:-0.083em;
 z-index:9999;
}
.eTag:hover {
 background-image: -webkit-linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));
 background-image: -moz-linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));
 background-image: -o-linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));
 background-image: -ms-linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));
 background-image: linear-gradient(top, rgb(254, 225, 141), rgb(254, 200, 108));
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fee18d',
EndColorStr='#fec86c');
 
 border-color:#e1b160;
}
.eTag:hover:before {
 background-image: -webkit-linear-gradient(left top, rgb(254, 225, 141), rgb(254, 200, 108));
 background-image: -moz-linear-gradient(left top, rgb(254, 225, 141), rgb(254, 200, 108));
 background-image: -o-linear-gradient(left top, rgb(254, 225, 141), rgb(254, 200, 108));
 background-image: -ms-linear-gradient(left top, rgb(254, 225, 141), rgb(254, 200, 108));
 background-image: linear-gradient(left top, rgb(254, 225, 141), rgb(254, 200, 108));
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#fee18d', 
EndColorStr='#fec86c');

 border-color:#e1b160;
}
/*icon*/
td#cid1 
{ background: url("https://yraaa.ru/_ld/6/638_catalog.png") no-repeat scroll 3% 50% transparent;padding: 10px 0 10px 34px; } 
td#cid2 
{ background: url("https://yraaa.ru/_ld/6/638_catalog.png") no-repeat scroll 3% 50% transparent;padding: 10px 0 10px 34px; } 
td#cid3 
{ background: url("https://yraaa.ru/_ld/6/638_catalog.png") no-repeat scroll 3% 50% transparent;padding: 10px 0 10px 34px; } 
td#cid4 
{ background: url("https://yraaa.ru/_ld/6/638_catalog.png") no-repeat scroll 3% 50% transparent;padding: 10px 0 10px 34px; }
td#cid5 
{ background: url("https://yraaa.ru/_ld/6/638_catalog.png") no-repeat scroll 3% 50% transparent;padding: 10px 0 10px 34px; }
td#cid6 
{ background: url("https://yraaa.ru/_ld/6/638_catalog.png") no-repeat scroll 3% 50% transparent;padding: 10px 0 10px 34px; }
/*icon*/

/*коментарии*/
.tip {position: absolute !important;top: 15px;left: -7px;height: 13px;width: 9px;background: url("/social-comments/arrow.png") no-repeat top left;position: relative; } 
.comment_error div.commError span.myWinError{margin: 0px 5px 5px 5px;display: block;} 
.buttonsend:hover{opacity:0.8} 
.buttonsend {margin:8px 15px;cursor:pointer;padding: 3px 10px;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;font-size: 12px;font-weight: bold;text-decoration: none;color: #fff !important;border: none;background: #ea4c89 url(/social-comments/glass.png) repeat-x 0 0;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;} 
.comment_os1 {position: absolute !important;top: 10px;right: 9px;height: 20px;width: 20px;background: url("/social-comments/answer.png") no-repeat 0 0;position: relative;cursor:pointer;} 
.comment_os2 {position: absolute !important;top: 30px;right: 7px;height: 15px;width: 22px;background: url("/social-comments/answer.png") no-repeat 0 -20px;position: relative;cursor:pointer; } 
.comment_inner{/*background: #fff;*/ width:100%; overflow: hidden; min-height:50px;padding: 0px;} 
.comment_inner2{margin: 0px 12px; padding: 8px 0px;border-bottom: 1px solid #ececec} 
.comment_avatar{float: left; width: 50px; margin-right: 7px;} 
.comment_avatar img{width: 50px; height: 50px; margin: 3px 10px 0 0;-webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;} 
.comment_body{padding:0px; margin-left: 50px;} 
.comment_title{padding: 5px 8px 0px 8px; font: bold 14px/16px "Tahoma";} 
.comment_message{padding: 8px 8px;color:#666; font-size: 13px;} 
.comment_username{color: #aaa; padding-right:6x;} 
.comment_username a{color: #aaa; text-decoration:none;} 
.comment_username a:hover{color: #999;} 
.comment_date{color: #a9a9a9; font: normal 11px/13px "Tahoma";} 
.comment_addition{padding: 0px 10px; font: bold 11px/13px "Arial","Tahoma";text-align: right;} 
.comment_moder{float:right;} 
.comment_moder a{text-decoration:none; color: #3e3e3e;} 
.cm_edit:hover,.cm_delete:hover { opacity:0.8;} 
.cm_edit {height: 15px;width: 15px;display: inline-block;background-repeat: no-repeat;background-position: 0 1px;background-image: url(/social-comments/edit.png);opacity:0.3;} 
.cm_delete {height: 15px;width: 15px;display: inline-block;background-repeat: no-repeat;background-position: -20px 0px;background-image: url(/social-comments/edit.png); opacity:0.3;} 
.comment_like a{text-decoration:none;color: #ea4c88;padding-left: 14px;background-repeat: no-repeat;background-position: 0 -33px;background-image: url(/social-comments/icon-heard.png);} 
.comment_answer a{text-decoration:none;color: #3e3e3e;padding-left: 15px;background-repeat: no-repeat;background-position: 0 1px; background-image: url(/social-comments/comment.png);} 
.comment_like a:hover,.comment_answer a:hover{opacity:0.7}
/*коментарии*/

/*видео вид*/
.view_video {width:230px;height:300px;overflow:hidden;background:url(/img/bg_view.png) no-repeat center bottom;margin:0 5px 5px 0;font:11px Tahoma, Geneva, sand-serif;} 
.view_video a {text-decoration:none;color:#fff;text-shadow:0 1px 0 #000;} 
.name_video {background:url(/img/name_video.png) no-repeat 0 -23px;width:196px;height:23px;margin:8px auto;text-align:center;line-height:21px;overflow:hidden;} 
.name_video:hover {background-position:0 0;} 
.src_video {width:205px;height:150px;overflow:hidden;margin:0 auto;padding:15px 0 0 0px;} 
.src_video img {width:178px;height:126px;} 
.bg_src {background:url(/img/src_video.png) no-repeat;position:absolute;width:230px;height:167px;margin:-143px 0 0 -12px;} 
.user_add {background:url(/img/icons.png) no-repeat;height:16px;padding-left:17px;line-height:16px;margin:3px 0 4px 22px;float:left;} 
.user_add a {text-shadow:none;color:#000;} 
.line {background:url(/img/icons.png) repeat-x 0 bottom;width:210px;height:1px;margin:3px 10px;clear:both;} 
.reads {background:url(/img/icons.png) no-repeat 0 -16px;height:12px;line-height:12px;margin:4px 12px 0 21px;padding-left:24px;color:#000;float:left;}
/*видео вид*/


/*видео вид*/
.expected {border-bottom:1px dashed #dfdfdf; padding-bottom:10px; margin-bottom:3px;} 
 a.aticlename:hover {text-decoration:underline; color:#2DC5EB;} 
 div.articlecat {color:#afafaf !important; padding:0px 0px 5px 0px;} 
 div.articlecat a {color:#afafaf !important;} 
 div.articlecat a:hover {color:#aeaeae !important; text-decoration:underline !important;} 
 .expected div.descrsep {border-bottom:1px dotted #eaeaea; padding:3px 0px 4px 0px;} 
 #expected5 {border-bottom:none; padding-bottom:none;} 
 .videoarticle {text-align:left; margin:5px 0px; display:inline-block;} 
 .videoarticleimg {position:relative; height:173px; overflow:hidden; width:230px;} 
 .videoaticleinfo {position:absolute; background:url('http://zornet.ru/Ajaxoskrip/Fekstura_tekst/videoprevbg.png'); width:216px; color:#ffffff; padding:4px 7px 5px 7px; bottom:-39px;}

/*информер*/
.img_title { 
word-wrap: break-word; 
text-indent: 0px; 
font-size: 13px; 
color: #376d9c; 
font-weight: bold; font-family: Arial Narrow, sans-serif; 
background: #ffffff; 
height: 40px; 
vertical-align:middle; 
width: 162px; 
left: 20px; 
text-align: center; 
-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; 
-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; 
box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; 
-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; 
-moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; 
box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; 
} 
.image { 
position: relative; 
width : 100%; 
} 
h2 { 
position: absolute; 
top: 170px; 
left: 0; 
width : 100%; 
vertical-align:middle; 
}

/*картинка2*/


.demo-2 { 
 position:relative; 
 width:600px; 
 height:300px; 
 overflow:hidden; 
float:center; 
 margin-right:20px; 
 background-color:rgba(26,76,110,0.5) 
} 
.demo-2 p,.demo-2 h2 { 
 color:#fff; 
 padding:10px; 
 left:0px; 
 top:20px; 
 position:relative 
} 
.demo-2 p { 
 font-family:'Lato'; 
 font-size:12px; 
 line-height:18px; 
 margin:0 
} 
.demo-2 h2 { 
 font-size:20px; 
 line-height:24px; 
 margin:0; 
 font-family:'Lato' 
} 
.effect img { 
 position:absolute; 
 left:0; 
 bottom:0; 
 cursor:pointer; 
 margin:-12px 0; 
 -webkit-transition:bottom .3s ease-in-out; 
 -moz-transition:bottom .3s ease-in-out; 
 -o-transition:bottom .3s ease-in-out; 
 transition:bottom .3s ease-in-out 
} 
.effect img.top:hover { 
 bottom:-96px; 
 padding-top:100px 
} 
h2.zero,p.zero { 
 margin:0; 
 padding:0 
}
 .line420 {
 background-image:#016322; 
 text-align: center; /* Выравниваем текст по центру */
 border-top: 1px dashed #000; /* Параметры линии */
 height: -18px; /* Высота блока */
 border-style: double;
 box-shadow: 0px 1px 21px 8px #d0d0d0;
 }

/*knopka*/