body {
    color:#002870;
    font-family: Verdana;
    font-weight: normal;
}
p {
    color:#002870;
    font: normal 12px Verdana;
    line-height: 22px;
}
table, tr, td, th, p, a, form {
  font: normal 12px/22px Verdana;
  color:#002870;
}
textarea, input, select {
  font-size: 13px !important;

}

.form-group {
  margin-bottom: 12px;
}

/* GLOBAL */
h1, h2, h3, h4 {
  text-decoration: none;
  color: #B40000;
  text-align: center;
  font-weight:bold;
}
h1 {
  font-size:18px;
}
h2 {
  font-size: 16px;
}
h3, h4 {
  font-size: 14px;
}
a {
  font-size: 12px;
  text-decoration: none;
  color: #002870;
}
a:hover {
  color:#e66c00;
  text-decoration: none;
}
.media {
    text-align:left;
    font:normal 12px/18px Verdana;
}
.media a {
    font-size:12px;
}

.primary ul {
    list-style-position: inside;
}


.textpost {
  font-size: 14px;
}

p.bg-danger, p.bg-warning, p.bg-info, p.bg-success, p.bg-primary {
    padding:15px;
    color:#333;
}
th {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(center top , #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #a2a2a2;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-shadow: 0 1px 0 #414141;
    margin-bottom: 0;
    padding: 4px 14px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}
th.w200 {
    width:200px;
}
th.w170 {
    width:170px;
}
th.w105 {
    width:105px;
}
th.general a:visited,
td.general a:visited {
  color: #5488e6;
}

strong {
	font-weight:normal;
}
ul {
  padding:0px;
  margin:0px;
}

.fl {
  float: left;
}
.rgt {
  float:right;
}
.clr {
  clear:both;
}
.pad5 {
  padding-bottom:5px;
}
.pad10 {
  padding-bottom:10px;
}
.pad20 {
  padding-bottom:20px;
}


/* HEADER */
.header-top {
  width:100%;
  height:192px;
  background: url(../images/topline.gif) repeat-x;
}
.header-top ul li a {
  color:#003959;
  font-size: 13px;
}
.header-top ul li a:hover {
  color:#e66c00;
  text-decoration: none;
}


.header-circle {
  height:192px;
  background: url(../images/topcircle.jpg) no-repeat;
}
.header-logotype {
  width:345px;
  height:130px;
}

@media (max-width: 767.98px) {
  .header-circle {
    max-width:767.98px;
  }
  .header-logotype {
    margin-left: 20px;
    width:300px;
    height:113px;
  }
}

@media (min-width: 768px) {
  .header-circle {
    max-width:1000px;
  }
  .header-logotype {
    margin-left:100px;
  }
}

.video {
  width: 500px;
  height: 320px;
}
@media (max-width: 1199.98px) { 
  .video {
    width: 470px;
    height: 301px;
  }
}
@media (max-width: 991.98px) { 
  .video {
    width: 350px;
    height: 224px;
  }
}
@media (max-width: 767.98px) {
  .video {
    width: 350px;
    height: 224px;
  }
}
@media (max-width: 575.98px) {
  .video {
    width: 400px;
    height: 256px;
  }
}




.header-logotype-newyear {
  width:345px;
  height:130px;
  background: url(../images/logotype_newyear.png) no-repeat;
  margin-left:100px;
}

.topMenuGeneral {
  text-transform: uppercase;
}



.burgetBtn {
  position: absolute;
  top: -50px;
  border: solid 1px #0078CB;
  background: #0078CB;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.burgerText {
  font-size: 14px;
  margin-left: 6px;
}

.burgerMenuItem {
  padding: 6px;
}

.burgerList {
  background: #f1f6fc;
  padding: 6px;
}
/* / HEADER */

.gray {
  color:#666;
}
.gray9 {
  font:normal 9px Verdana;
  color:#666;
}
.gray11 {
  font:normal 11px Verdana;
  color:#666;
}
.gray12 {
  font:normal 12px Verdana;
  color:#666;
}
.gray13 {
  font:normal 13px Verdana;
  color:#666;
}

.th60 {
    width:60px;
}
.th75 {
    width:75px;
}
.th90 {
    width:90px;
}

table.th-warning tr th {
  background-color: #fdc723;
  background-image: -moz-linear-gradient(center top , #fee28d, #fdc723);
  background-repeat: repeat-x;
  height: 24px;
  padding: 0;
}
table.th-info tr th {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(center top , #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  color:#fff;
}


.add-header {
  font-size: 14px;
  text-decoration: none;
  color: #B40000;
  text-align: center;
  font-weight:bold;
  padding:0px;
  margin:0px;
}
.small_text {
  font-size: 11px;
  text-decoration: none;
  color: #002870;
  margin: 0px;
}
.avtor2 {
  font-size: 12px;
  text-decoration: none;
  color: #0078CB;
  margin: 0px;
}
.avtor2:hover {
  text-decoration: underline;
  color: #e66c00;
}

.likes, .dislikes {
  width:24px; 
  height:24px; 
  cursor: pointer;
  margin:2px;
}
#countLikes, #countDislikes {
  font: bold 14px Verdana;
  margin:2px;
}





table.table-entermenu {
    margin-top:50px;
}

.entermenu {
  font: normal 14px/25px Verdana;
  text-decoration: none;
  color: #0078CB;
  margin: 0px;
}
.entermenu:hover {
  text-decoration: underline;
  color: #e66c00;
}

.primary a,
.primary ul li a {
    font:normal 12px/18px Verdana;
}
/* CSS Document */
.primary ul.ldd-menu,
.primary ul.ldd-menu li,
.primary ul.ldd-menu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 100%;
  list-style: none;
  z-index:1000;
}


.primary table.konkurs td {
  border-bottom: 1px solid #ddd;
  border-top: 0px;
  padding-left: 0px;
}
.primary table.konkurs td a {
    font:normal 11px Verdana;
    color:red;
}
.primary table.konkurs td a:hover {
    color:#e66c00;
}


.primary ul.ldd-menu {
  margin-left:-10px;
}

.primary ul.ldd-menu li {
  float: left;
  display: block !important;
  display: inline;
  position: relative;
}

.primary ul.ldd-menu li ul li {
  border:none;
  border-bottom:#FFFFFF 1px solid;
}

/* Root Menu */
.primary ul.ldd-menu a {
  padding: 0 12px;
  display: block;
  color: #B40000;
  font: bold 13px/28px Verdana, Arial;
  text-decoration: none;
  height: auto !important;
  height: 1%;
}

.primary ul.ldd-menu a:hover,
.primary ul.ldd-menu li:hover a,
.primary ul.ldd-menu li.iehover a {
  background: #074178 url(../images/ldd-menu.gif) left no-repeat;
  color: #fff;
  opacity:0.9;
}


/* 2nd Menu */
.primary ul.ldd-menu li:hover li a,
.primary ul.ldd-menu li.iehover li a {
  background: #074178;
  color: #FFFFFF;
  border-left:1px solid #fff;
  padding:0 6px;
}

.primary ul.ldd-menu li:hover li a:hover,
.primary ul.ldd-menu li:hover li:hover a,
.primary ul.ldd-menu li.iehover li a:hover,
.primary ul.ldd-menu li.iehover li.iehover a {
  background: #fffb96;
  color: #032b56;
  opacity:0.9;
  border-left:1px solid #fff;
}

.primary ul.ldd-menu ul {
  display: none;
  position: absolute;
  top: 0;
  left: 220px;
}

.primary ul.ldd-menu li:hover ul,
.primary ul.ldd-menu ul li:hover ul,
.primary ul.ldd-menu li.iehover ul,
.primary ul.ldd-menu ul li.iehover ul {
  display: block;
}


.tertiary,
.tertiary a {
    font:normal 12px/18px Verdana;
}


/* RECENZII */
.rpsevdo, .rrec, .rdate, .rpsevdo_answer, .rrec_answer, .rdate_answer {
    padding:3px;
}
.rpsevdo {
  background:#f1f6fc;
  border-top:1px dotted #0f5190;
  border-bottom:1px dotted #f2ac07;
  text-align: left;
}
.rdate {
  background:#fefdf2;
  border-top:1px dotted #f2ac07;
  border-bottom:1px dotted #0f5190;
  font-size: 12px;
  text-align: left;
}
.rrec {
  font-size: 12px;
  text-align: left;
}
.rpsevdo_answer {
  background:#eee;
  border-top:1px dotted #000;
  border-bottom:1px dotted #000;
  color:#000;
  font-size: 12px;
  text-align: left;
}
.rrec_answer {
  background:#fff;
  color:#000;
  font-size: 12px;
  text-align: left;
}
.rdate_answer {
  background:#eee;
  border-top:1px dotted #000;
  border-bottom:1px dotted #000;
  text-align:right;
  color:#000;
  font-size: 12px;
}
.recenz_answer {
  color: #000;
}
.recenz_answer:hover {
  color: #e66c00;
}
/* /recenzii */

.border_blue-bottom {
  border-bottom: 1px dotted #0f5190;
  padding-top: 10px;
}
.ads,
.ads a {
  font:normal 10px Verdana;
  color:gray;
  text-align:center;
}


/* FOOTER */
.footer {
  width:100%;
  height:30px;
  background: url(../images/topline.gif) repeat-x;
  font-size:11px;
}
.footer table {
  position:relative;
  top:3px;
  color: #003959;
  /*font-size:90px; */
}
.footer a {
  color: #000;
  font-size:12px;
  text-decoration:none;
}
.footer a:hover {
  color: #fff;
}

li.bottom_avtor_list {
  list-style-type: none;
  list-style:none;
  line-height:12px;
  margin-bottom:10px;
}
li.bottom_avtor_list a {
  font-size:12px;
}
li.bottom_avtor_list a:visited {
  color: #5488e6;
}
/* /FOOTER */



/* Spoiler */
.splCont{display:none;padding:3px 5px;}


.avtorblock {
  width:200px;
  height:100px;
  background: url(../images/avtorbanner.jpg) no-repeat;
}
.avtorblock a {
  color:#fff;
  font:normal 12px/16px Verdana;
  text-decoration:none;
}


.payedListLeftCol {
  background: #f1f6fc;
  border: 1px dotted #0f5190;
  padding: 6px;
  width: 100%;
  border-radius: 8px;
}
.payedListItemLeftCol {
  list-style-position: outside;
  list-style-image: url('/images/icon-pushpin-small.jpg');
  margin-top: 6px;
}
.rezonansLeftCol {
  background: #efefef;
  border: 1px dotted #c0c0c0;
  padding: 6px;
  width: 100%;
  border-radius: 8px;
}

.alert {
  z-index: -10 !important;
}

.recommendAuthors {
  float:left; 
  margin-bottom: 8px; 
  border: 1px solid #ddd; 
  border-radius: 8px; 
  padding: 8px; 
  margin-right: 8px;
}
.recommendAuthors:hover {
  background-color: rgba(0,0,0,.03);
}




/* паровозик */
.roundabout { width:100%; overflow:hidden; position:relative; z-index:1; }
#carusel_back_left { position:absolute; left:0px; top:0px; z-index:99; height:104px; width:40px; background:url(../_pic/carusel_back_left.png) no-repeat left top; }
#carusel_back_right { position:absolute; right:0px; top:0px; z-index:99; height:104px; width:40px; background:url(../_pic/carusel_back_right.png) no-repeat left top; }

#bottom { height:104px; overflow:hidden; position:relative; width:100%; }
#bottom ul { height:104px; margin:0px; list-style-type:none; padding:0px; }
#bottom ul li { float:left; width:205px; padding:0px 5px; margin:0; list-style:none; display:inline; }
#bottom ul li a { display:block; height:104px; overflow:hidden; margin-right:5px; }



/* new year
.b-head-decor{display:none}
.b-page_newyear .b-head-decor{
   position:absolute;
   top:0;
   left:0;
   display:block;
   height:115px;
   width:100%;
   overflow:hidden;
   background:url(../images/balls/b-head-decor_newyear.png) repeat-x 0 0
}
.b-page_newyear .b-head-decor__inner{position:absolute;top:0;left:0;height:115px;display:block;width:373px}
.b-page_newyear .b-head-decor::before{content:'';display:block;position:absolute;top:-115px;left:0;z-index:3;height:115px;display:block;width:100%;box-shadow:0 15px 30px rgba(0,0,0,0.75)}
.b-page_newyear .b-head-decor__inner_n2{left:373px}
.b-page_newyear .b-head-decor__inner_n3{left:746px}
.b-page_newyear .b-head-decor__inner_n4{left:1119px}
.b-page_newyear .b-head-decor__inner_n5{left:1492px}
.b-page_newyear .b-head-decor__inner_n6{left:1865px}
.b-page_newyear .b-head-decor__inner_n7{left:2238px}

.b-ball{position:absolute}
.b-ball_n1{top:0;left:3px;width:59px;height:83px}
.b-ball_n2{top:-19px;left:51px;width:55px;height:70px}
.b-ball_n3{top:9px;left:88px;width:49px;height:67px}
.b-ball_n4{top:0;left:133px;width:57px;height:102px}
.b-ball_n5{top:0;left:166px;width:49px;height:57px}
.b-ball_n6{top:6px;left:200px;width:54px;height:70px}
.b-ball_n7{top:0;left:240px;width:56px;height:67px}
.b-ball_n8{top:0;left:283px;width:54px;height:53px}
.b-ball_n9{top:10px;left:321px;width:49px;height:66px}
.b-ball_n1 .b-ball__i{background:url(../images/balls/b-ball_n1.png) no-repeat}
.b-ball_n2 .b-ball__i{background:url(../images/balls/b-ball_n2.png) no-repeat}
.b-ball_n3 .b-ball__i{background:url(../images/balls/b-ball_n3.png) no-repeat}
.b-ball_n4 .b-ball__i{background:url(../images/balls/b-ball_n4.png) no-repeat}
.b-ball_n5 .b-ball__i{background:url(../images/balls/b-ball_n5.png) no-repeat}
.b-ball_n6 .b-ball__i{background:url(../images/balls/b-ball_n6.png) no-repeat}
.b-ball_n7 .b-ball__i{background:url(../images/balls/b-ball_n7.png) no-repeat}
.b-ball_n8 .b-ball__i{background:url(../images/balls/b-ball_n8.png) no-repeat}
.b-ball_n9 .b-ball__i{background:url(../images/balls/b-ball_n9.png) no-repeat}
.b-ball_i1 .b-ball__i{background:url(../images/balls/b-ball_i1.png) no-repeat}
.b-ball_i2 .b-ball__i{background:url(../images/balls/b-ball_i2.png) no-repeat}
.b-ball_i3 .b-ball__i{background:url(../images/balls/b-ball_i3.png) no-repeat}
.b-ball_i4 .b-ball__i{background:url(../images/balls/b-ball_i4.png) no-repeat}
.b-ball_i5 .b-ball__i{background:url(../images/balls/b-ball_i5.png) no-repeat}
.b-ball_i6 .b-ball__i{background:url(../images/balls/b-ball_i6.png) no-repeat}
.b-ball_i1{top:0;left:0;width:25px;height:71px}
.b-ball_i2{top:0;left:25px;width:61px;height:27px}
.b-ball_i3{top:0;left:176px;width:29px;height:31px}
.b-ball_i4{top:0;left:205px;width:50px;height:51px}
.b-ball_i5{top:0;left:289px;width:78px;height:28px}
.b-ball_i6{top:0;left:367px;width:6px;height:69px}
.b-ball__i{
position:absolute;
width:100%;
height:100%;
-webkit-transform-origin:50% 0;
-moz-transform-origin:50% 0;
-o-transform-origin:50% 0;
transform-origin:50% 0;
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
transition:all .3s ease-in-out;
pointer-events:none
}
.b-ball_bounce .b-ball__right{position:absolute;top:0;right:0;left:50%;bottom:0;z-index:9}
.b-ball_bounce:hover .b-ball__right{display:none}
.b-ball_bounce .b-ball__right:hover{left:0;display:block!important}
.b-ball_bounce.bounce>.b-ball__i{-webkit-transform:rotate(-9deg);-moz-transform:rotate(-9deg);-o-transform:rotate(-9deg);transform:rotate(-9deg)}
.b-ball_bounce .b-ball__right.bounce+.b-ball__i{-webkit-transform:rotate(9deg);-moz-transform:rotate(9deg);-o-transform:rotate(9deg);transform:rotate(9deg)}
.b-ball_bounce.bounce1>.b-ball__i{-webkit-transform:rotate(6deg);-moz-transform:rotate(6deg);-o-transform:rotate(6deg);transform:rotate(6deg)}
.b-ball_bounce .b-ball__right.bounce1+.b-ball__i{-webkit-transform:rotate(-6deg);-moz-transform:rotate(-6deg);-o-transform:rotate(-6deg);transform:rotate(-6deg)}
.b-ball_bounce.bounce2>.b-ball__i{-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg)}
.b-ball_bounce .b-ball__right.bounce2+.b-ball__i{-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg)}
.b-ball_bounce.bounce3>.b-ball__i{-webkit-transform:rotate(1.5deg);-moz-transform:rotate(1.5deg);-o-transform:rotate(1.5deg);transform:rotate(1.5deg)}
.b-ball_bounce .b-ball__right.bounce3+.b-ball__i{-webkit-transform:rotate(-1.5deg);-moz-transform:rotate(-1.5deg);-o-transform:rotate(-1.5deg);transform:rotate(-1.5deg)}
*/