body {
    font-family: AleksandraCRegular !important;
    background-color: #f3f3f3;
    color: #000000;
    margin: 0;
    padding: 0;
}

body, ul {
  margin: 0;
  padding: 0;
  font-family:'Open Sans';
}
.main { 
overflow: hidden;
border: 1p solid #ddd;
}


.head {
backgroung-color: #E5D719FF;
text-align: center;
color: blue;
padding: 20px;
font-style: bold;
}
.block {
float: left;
width: 50%;
padding: 10px;
box-sizing: border-box;
}
.knopka {
font-size: 15px;
background: #0062c7;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 19px;
padding-right: 19px;
margin-top: 2px;
color: #fff;
border-radius: 2px;
font-family: BravoRG;
}
.menu-left {
font-size: 15px;
background: #111e2e;
padding: 10px;
margin: 5px;
color: #fff;
border-radius: 3px;
text-align: center;
font-family: BravoRG;
-webkit-transition: all 0.4s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.menu-left:hover {
box-shadow: inset 0px 0px 10px rgba(0,0,0,0.9);
}
.menu-center {
font-size: 15px;
background: #111e2e;
padding: 10px;
margin: 5px;
color: #fff;
border-radius: 3px;
text-align: center;
font-family: BravoRG;
-webkit-transition: all 0.4s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.menu-center:hover {
box-shadow: inset 0px 0px 10px rgba(0,0,0,0.9);
}
.menu-right {
font-size: 15px;
background: #111e2e;
padding: 10px;
margin: 5px;
color: #fff;
border-radius: 3px;
text-align: center;
font-family: BravoRG;
-webkit-transition: all 0.4s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.menu-right:hover {
box-shadow: inset 0px 0px 10px rgba(0,0,0,0.9);
}
.copy {
font-size: 25px;
padding: 1px;
margin: 4px;
color: #fff;
text-align: center;
font-family: AmericanRetro;
}
.blog-top {
background: #0062c7;
padding: 10px;
color: #fff;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.blog-top:hover {
background: #0062c7;
}
.blog-center-1 {
font-size: 15px;
background: #0062c7;
padding: 10px;
color: #fff;
font-family: BravoRG;
}
.blog-center-2 {
font-size: 15px;
background: #0062c7;
padding: 10px;
color: #fff;
font-family: BravoRG;
}
.blog-bottom {
font-size: 20px;
background: #c12928;
padding: 10px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
color: #fff;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
font-family: WillametteSF;
text-align: center;
-webkit-transition: all 0.4s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
transition: all 0.3s linear;
} 
.blog-bottom img {
margin-right: 2px;
vertical-align: middle;
}
.blog-bottom:hover {
background: #850000;
}
.error {
font-size: 15px;
background:-webkit-gradient(linear,left top,left bottom,from(#850000),to(#c12928));
padding: 10px;
margin: 5px;
color: #fff;
border-radius: 3px;
font-family: BravoRG;
text-align: center;
}
.profile {
margin-left: 5px;
font-family: BravoRG;
}
.message {
background:-webkit-gradient(linear,left top,left bottom,from(#0062c7),to(#003a77));
padding: 10px;
border-radius: 5px;
-webkit-transition: all 0.4s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.message:hover {
background:-webkit-gradient(linear,left top,left bottom,from(#00448b),to(#003163));
}
.prof {
background:-webkit-gradient(linear,left top,left bottom,from(#0062c7),to(#003a77));
padding: 8px;
border-radius: 5px;
margin: 3px;
font-family: BravoRG;
text-align: center;
}
.prof:hover {
 -webkit-transition: all 0.4s linear;
-moz-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
transition: all 0.3s linear;
background: #003163;
}
.status {
background: #0b1520;
padding: 10px;
border-radius: 5px;
border-bottom: 1px solid #283442;
margin-left: 3px;
margin-right: 3px;
margin-bottom: 3px;
font-family: BravoRG;
}
.status-1 {
margin-left: 20px;
margin-top: 3px;
margin-bottom:0;
border-style:solid;
border-color:transparent  transparent #0b1520  transparent ;
border-width:0px 0px 10px 10px;	
height: 0px; 
width:0px;
} 
.present {
background: #111e2e;
padding: 10px;
margin: 5px;
color: #fff;
border-radius: 3px;
}
.navBox {
  overflow: hidden;
  background: #18B3FF;
}

.navBox a {
  display: block;
  padding: 14px 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.nabMenuBar{
    color: #FE0A52 !important;
    font-size: 24px !important;
}
.nav-menu-item{
    text-decoration: none;
    color: white;
}
.nav-menu-item:hover{
    text-decoration: none;
    color: white;
    border-left: 5px solid white;
    transition: 0.1s;
}
.sideNavOpen{
    height: 100%;
    width: 220px;
    position: fixed;
    top:0;
    left: 0;
    z-index: 10;
    overflow-x: hidden;
    padding-left: 10px;
    padding-top: 20px;
    transition: 0.1s;
    background-color: #FE0A52;
}
.sideNavClose{
    height: 100%;
    width: 60px;
    position: fixed;
    top:0;
    left: 0;
    z-index: 10;
    overflow-x: hidden;
    padding-left: 10px;
    padding-top: 20px;
    transition: 0.1s;
    background-color: #FE0A52;
}
.ContentOverlay{
    display: block;
    position: fixed;
    height: 100%;
    top:0;
    left: 0;
    z-index: 7;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background-color: rgba(0,0,0,0.5);
}
.ContentOverlayClose{
   display: none;
}
.Content{
    margin-left: 60px;
    margin-top: 60px;
    z-index: 5;
}
.navBox .active { background: #474747; }

.navBox ul {
  max-width: 990px;
  margin: 0 auto;
  overflow: hidden;
}

.navBox ul li {
  float: left;
  list-style: none;
}

.navBox ul li .fa { padding-left: 4px; }

.navBox .dropNav {
  display: none;
  width: 100%;
  padding: 5px 0;
  position: absolute;
  left: 0;
  right: 0;
  top: inherit;
  background: #474747;
  z-index: 7;
  overflow: hidden;
}

.navBox>ul>li.active { background-color: #474747; }
 @media only screen and (min-width: 991px) {

#openPageslide { display: none; }

#pageslide { display: block !important; }

.pageslideBg { display: none !important; }
}
@media screen and (max-width: 990px) {

.navBox ul li { float: none; }

.navBox>ul>li { border-bottom: 1px solid #1C93CE; }

.navBox>ul>li>a { padding: 10px; }

.navBox .dropNav {
  position: static;
  background: #0F80B8;
}

#openPageslide {
  display: block;
  padding: 14px 10px;
  width: 28px;
  border-radius: 6px;
}

#openPageslide span {
  height: 7px;
  display: block;
  border: 1px solid #0F80B8;
  border-width: 5px 0;
}

#pageslide {
  display: none;
  width: 200px;
  position: fixed;
  top: 0;
  left: -200px;
  height: 100%;
  z-index: 999999;
  overflow-y: auto;
}

.pageslideBg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9998;
}
}

h1 { margin:30px auto; text-align:center;}


a:link,a:visited,a:active{color: #4E689F; text-decoration:none;}
a:hover{color:#007FFF;}
a:active{color:#34A853;}

form {
    font-size: small;
    margin: 0;
    padding: 0;
}

h3 {
    margin: 0;
    padding: 0 0 2px 0;
}

hr {
    border: 0;
    border-top: 1px solid gray;
    margin: 0;
}

h4{margin: 6px 0 2px 0;}
img{border: 0;}

p {
    margin-bottom: 6px;
    margin-top: 6px;
}

ul {
    margin: 0;
    padding-left: 20px;
}

textarea {
    vertical-align: top;
    width: 600px;
    max-width: 96%;
    min-width: 30px;
    height: 6em;
    border: 1px solid #B9C4D1;
    padding: 2px;
    margin: 2px;
    margin-bottom: 4px;
    border-radius: 4px;
}

input {
border: 1px solid #3C5582;
border-radius: 1px;
padding: 3px;
}

select {
background-color: #4D679F;
border: 1px solid #ADB7BF;
border-radius: 1px;
color: #fff;
padding: 4px;
}

input[type="submit"] {
    background-color: #4D679F;
	background-image: url(images/face.png);
	-khtml-border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	margin: 0 4px;
	color: #fff;
	padding: 6px 12px;
}

input[type="submit"]:hover {
    background-color: #3C5582;
	background-image: url(images/face_hover.png);
}

.logo {background-color: #FFFFFF;}

.header {
    background-color: #3C5582;
	background-image: url(images/face_hover.png);
    color: #EAF6F9;
    padding: 10px;
}

.header b{
    background-color: #4D679F;
	background-image: url(images/face.png);
	border-radius: 1px;
	margin-left: 1px;
	font-weight: bold;
	color: #EAF6F9;
	padding: 5px;
}

.tmn {
    background-color: #eef3f4;
    border-bottom: 1px solid #EFEFEF;
	text-align: center;
    padding: 6px;
    color: rgb(68, 94, 150);
}

.tmn a {
    background-color: #4D679F;
background-image: url(images/face.png);
border-radius: 1px;
font-weight: bold;
color: #EAF6F9;
padding: 5px;
}

.tmn a:hover {background: #3C5582 url(images/face_hover.png);}
.panel {
    background-color: #4D679F;
	background-image: url(images/face.png);
}

a.panelmenu {
    display: block; 
    text-align: center; 
    padding: 6px;
    color: #fff;
}

.panelmenu img {
    vertical-align: middle;
}

a.panelmenu:hover {
    background-color: #3C5582;
    background-image: url(images/face_hover.png);
    color: #fff;
}
.phdrr {
    background-color: #4095bd;
    padding: 10px;
    margin: 0 5px 5px 5px;
    color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
  
}
.phdr{
background: url(images/bg.jpg)  #4095bd;
 padding: 10px;
    margin: 0 5px 5px 5px;
    color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
  }

.footer {

  background: url(images/bg.jpg)  #4095bd;
    border-bottom: 2px solid #993333;
    color: #d0d7dd;
    margin: 0;
     padding: 10px;
}
.header {
    background: #000000 url(images/bg.gif);
    border: 1px solid silver;
    border-top: 1px solid red;
    color: #d0d7dd;
    margin: 0;
    padding: 5px 0 6px 4px;
}

.phdr a:link, .phdr a:visited {color: #EAF6F9;}

.user, .news {
    background-color: #FFFFFF;
    border-bottom: 1px solid #EFEFEF;
    padding: 5px;
    color: rgb(68, 94, 150);
}
.menu,  .list1, .list2,  .topmenu {
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #efefef;
    margin: 0;
    padding: 10px;
    margin: 0 5px 5px 5px;
    
}
.menus {
    background-color: #FFFFFF;
    border-bottom: 1px solid #EFEFEF;
    padding: 50px;
font-size: 15px;
margin: 0;
        color: rgb(68, 94, 150);
 margin: 0 5px 5px 5px;
}
.fobar td { 
 text-align: center; 
width: 20%; 
}
 .fobar td a { 
 background-color: #fff; 
display: block;  
 border-right: solid 1px #DEE5EB; 
 height: 20px; 
padding-top: 5px; 
 border-top:0px solid #DEE5EB; 

 margin: 0 5px 5px 5px;
 } 
 .fobar td a sup { 
 color: yellow; 
line-height: 0;  
vertical-align: top; 

 } 
 .fobar td a:hover, .fobar td a.active {  

 background-color: #F2F2F2; 
} 
.fobar .last a { 
 border-right-color: #DEE5EB; 
} 
 .fobar .last a:hover { 
 border-right-color: #DEE5EB; 
 } 

.gmenu {
    background-color: #eef3f4;
    padding: 10px;
    margin: 0 5px 5px 5px;
    color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
 }

.rmenu {
    background-color: #4095bd;
    padding: 10px;
    margin: 0 5px 5px 5px;
    color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
}


.topmenu input {font-size: x-small}


.footer b{
    background-color: #4D679F;
	background-image: url(images/face.png);
	border-radius: 1px;
	margin-left: 1px;
	font-weight: bold;
	color: #EAF6F9;
	padding: 7px;
}

.footer a:link, .footer a:visited {color: #EAF6F9;}

.func {
    border-left: 4px solid #4D679F;
    color: #757575;
    font-size: x-small;
    margin-left: 2px;
    margin-top: 4px;
    padding-left: 4px;
}

.alarm {
    background-color: #ff0000;
    border: 1px solid white;
    color: #ffffff;
    font-weight: bold;
    padding: 3px 0 3px 4px;
}

.bbpopup {margin-top: 3px;}

.bbpopup a {
    border: 1px solid #a7a7a7;
    height: 10px;
    display: inline-block;
    margin: 1px;
    vertical-align: middle;
    width: 10px;
}

.phpcode {
    line-height: 16px;
    font-size: small;
    background-color: #e0e6e9;
    border: 1px solid #e0e6e9;
    margin-top: 4px;
    padding: 0 2px 0 2px;
}

.quote {
    border-left: 4px solid #c0c0c0;
    color: #878787;
    font-size: small;
    margin-left: 2px;
    padding: 2px 0 2px 4px;
}

.reply {
    border-left: 4px solid #ee0000;
    color: #ee0000;
    padding: 2px 0 2px 4px;
}

.greply {
    border-left: 4px solid #009900;
    color: #009900;
    padding: 2px 0 2px 4px;
}

.sitemap {
    background-color: #eeecd9;
    padding: 2px 4px 3px 4px;
    font-size: xx-small;
    height: 38px;
    overflow: auto;
}

.spoilerhead {
    background: #e0e6e9;
    border: 1px solid #9fa9b8;
    font-size: x-small;
    margin-top: 2px;
    padding: 2px;
}

.spoilerbody {
    border: 1px solid #c1c1c1;
    border-top: 0px;
    color: #586776;
    background-color: rgba(255, 255, 255, 0.3);
    margin-bottom: 2px;
    padding: 6px;
}

.status {
    color: #2F5489;
    font-weight: bold;
    padding-left: 0;
}

.sub {
    border-top: 1px dotted #c6c17f;
    font-size: x-small;
    margin-top: 4px;
}

.hdr {
    background-color: #f1f1f1;
    border-bottom: 1px solid #595959;
    font-weight: bold;
    padding-left: 2px;
}

.icon {
    padding: 3px 6px 3px 1px;
    vertical-align: middle;
}

.icon-inline {
    padding-right: 6px;
    vertical-align: middle;
}

.end {text-align: center;}
.right {text-align: right;}
.left {float: left;}
.gray {color: #586776;}
.clip a:link, .clip a:visited {color: #424e59;}
.green, .green a:link, .green a:visited {color: #008000;}
.greply a:link, .greply a:visited {color: #008800;}
.red, .red a:link, .red a:visited {color: #ff0000;}
.reply a:link, .reply a:visited {color: #dd0000;}

.alarm a:link, .alarm a:visited {
    color: #ffffff;
    font-size: x-small;
}

.currentpage {
    background-color: #edebeb;
    border: 1px solid #cccccc;
	border-radius: 1px;
	padding: 3px 5px;
}

a.pagenav {
    border: 1px solid #cccccc;
	border-radius: 1px;
	padding: 2px 4px;
}

a.pagenav:hover {
    background-color: #f7f7f7;
    border: 1px solid #dedede;
}

table.desc{
    border-top: 1px dotted #c6c17f;
    width: 100%;
    overflow: auto;
    font-size: x-small;
    margin-top: 4px;
}

table.desc td{
    font-size: x-small;
}

table.desc td.caption{
    width: 1%;
    text-align: right;
    color: #6f6f6f;
    white-space: nowrap;
}

.dlmenu {
    border-radius: 3px 3px 3px 3px;
    background-color: #F5F5F5;
    color: #222222;
    float: left;
    border: 1px solid #F5F5F5;
    border-bottom: 2px solid #f0f0f0;
    margin: 2px;
    padding: 6px;
    max-width: 80%;
    overflow: hidden;
}

.drmenu {
    border-radius: 3px 3px 3px 3px;
    background-color: #F2FCD7;
    color: #222222;
    float: right;
    border: 1px solid #F2FCD7;
    border-bottom: 2px solid #f0f0f0;
    margin: 2px;
    padding: 6px;
    max-width: 80%;
    overflow: hidden;
}

.count {
margin-left: 5px;
font-size: 12px;
float: right;
padding: 2px;
}

.info {
background: #eef3f4;
border: 1px solid #EFEFEF;
border-radius: 3px;
font-size: small;
padding: 5px;
}

a.ssilka {
	background-color: #4D679F;
	font-family: Lucida Grande,Verdana,Tahoma,Arial,sans-serif,Lucida Sans;	
	max-width: 100%;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-radius: 4px;
    display: block;
	color: #FFF;
	padding: 7px;
}

.avatar {
    background-color: #454643;
    text-transform: uppercase;
    margin: 0px 4px 0px 0px;
    border-radius: 100px;
    font-weight: bolder;
    text-align: center;
    line-height: 48px;
    height: 48px;
    width: 48px;
	float: left;
    color: #fff;
}

.avatar-a, .avatar-b, .avatar-c, .avatar-d, .avatar-A, .avatar-B, .avatar-C, .avatar-D {
    background-color: #9669D1;
    text-transform: uppercase;
    margin: 0px 4px 0px 0px;
    border-radius: 100px;
    font-weight: bolder;
    text-align: center;
    line-height: 48px;
    height: 48px;
    width: 48px;
	float: left;
    color: #fff;
}

.avatar-e, .avatar-f, .avatar-g, .avatar-E, .avatar-F, .avatar-G {
    background-color: #3E75D8;
    text-transform: uppercase;
    margin: 0px 4px 0px 0px;
    border-radius: 100px;
    font-weight: bolder;
    text-align: center;
    line-height: 48px;
    height: 48px;
    width: 48px;
	float: left;
    color: #fff;
}

.avatar-h, .avatar-i, .avatar-j, .avatar-H, .avatar-I, .avatar-J {
    background-color: #3EBCD8;
    text-transform: uppercase;
    margin-right: 4px;
    border-radius: 100px;
    text-align: center;
    line-height: 48px;
    height: 48px;
    width: 48px;
	float: left;
    color: #fff;
}

.avatar-k, .avatar-l, .avatar-m, .avatar-K, .avatar-L, .avatar-M {
    background-color: #3ED874;
    text-transform: uppercase;
    margin: 0px 4px 0px 0px;
    border-radius: 100px;
    font-weight: bolder;
    text-align: center;
    line-height: 48px;
    height: 48px;
    width: 48px;
	float: left;
    color: #fff;
}

.avatar-n, .avatar-o, .avatar-p, .avatar-q, .avatar-N, .avatar-O, .avatar-P, .avatar-Q {
    background-color: #ACBD1F;
    text-transform: uppercase;
    margin: 0px 4px 0px 0px;
    border-radius: 100px;
    font-weight: bolder;
    text-align: center;
    line-height: 48px;
    height: 48px;
    width: 48px;
	float: left;
    color: #fff;
}

.avatar-r, .avatar-s, .avatar-t, .avatar-R, .avatar-S, .avatar-T {
    background-color: #BD681F;
    text-transform: uppercase;
    margin: 0px 4px 0px 0px;
    border-radius: 100px;
    font-weight: bolder;
    text-align: center;
    line-height: 48px;
    height: 48px;
    width: 48px;
	float: left;
    color: #fff;
}

.avatar-u, .avatar-v, .avatar-w, .avatar-x, .avatar-U, .avatar-V, .avatar-W, .avatar-X {
    background-color: #717171;
    text-transform: uppercase;
    margin-right: 4px;
    border-radius: 100px;
    font-weight: bolder;
    text-align: center;
    line-height: 48px;
    height: 48px;
    width: 48px;
	float: left;
    color: #fff;
}

.avatar-y, .avatar-z, .avatar-Y, .avatar-Z, .avatar-0, .avatar-1 {
    background-color: #2F5489;
    text-transform: uppercase;
    margin: 0px 4px 0px 0px;
    border-radius: 100px;
    font-weight: bolder;
    text-align: center;
    line-height: 48px;
    height: 48px;
    width: 48px;
	float: left;
    color: #fff;
}

.avatar-2, .avatar-3, .avatar-4, .avatar-5, .avatar-6, .avatar-7, .avatar-8, .avatar-9 {
    background-color: #328BF4;
    text-transform: uppercase;
    margin: 0px 4px 0px 0px;
    border-radius: 100px;
    font-weight: bolder;
    text-align: center;
    line-height: 48px;
    height: 48px;
    width: 48px;
	float: left;
    color: #fff;
}

        .imgnews {
            display: table-cell;
            vertical-align: top;
        }

        .imgnews img {
            height: 50px;
            margin-right: 5px;
            margin-bottom: 5px;
            width: 60px;
        }

        .divnews {
            display: table-cell;
            vertical-align: top;
            width: 100%;
        }
		
		.newsdate{
		background-color: #efefef;
		color: rgb(68, 94, 150);
		border-radius: 2px;
		font-weight: bold;
		font-size: 12px;
		float: left;
		padding: 2px;
		}
		
		.newscomm{
		background-color: #efefef;
		color: rgb(68, 94, 150);
		border-radius: 2px;
		font-weight: bold;
		font-size: 12px;
		float: right;
		padding: 2px;
		}
		
		.newsviews{
		background-color: #efefef;
		color: rgb(68, 94, 150);
		border-radius: 2px;
		margin-left: 5px;
		font-weight: bold;
		font-size: 12px;
		float: right;
		padding: 2px;
		}