body {
    background: #000;
}

a:focus {
    outline: none;
}


/*                header:             ;*/

header {
    padding-bottom: 20px;
}

.header--hnav {
    display: block;
    padding-top: 10px;
    height: 38px;
    width: 100%;
    background: transparent url('../images/hnav-bg.png') repeat-x;
}

.mheader {
    position: relative;
    display: block;
    background: url('../images/back.jpg') no-repeat;
    background-position: 375px 0;
    background-size: auto;
    height: 218px;
    width: 100%;
    text-align: center;
}

.mheader-separator {
    height: 1px;
    width: 100%;
    background: transparent url('../images/separator.jpg') no-repeat top center;
}

.mhead--imgleft {
    position: absolute;
    z-index: 101;
    left: 0;
}

.mhead--imgcenter {
    position: absolute;
    z-index: 99;
    left: 375px;
}

.mhead--imgright {
    position: absolute;
    z-index: 100;
    right: 0;
}

.mhead--center {
    height: 218px;
    position: relative;
    z-index: 110;
    display: inline-block;
    text-align: center;
}

.mhead--text {
    color: #B4DDF3;
    font-size: 20px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.mhead--text-notice {
    padding-top: 8px;
    color: #3CB3DE;
    font-size: 18px;
}

.header--search {
    width: 250px;
    display: block;
    float: right;
    margin: -8px 0 0 15px;
    
}

.header--search form {
    display: block;
    width: 250px;
    height: 34px;
}
.header--wrapper{
    float: left;
}

input {
    font-size: 14px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.header--search form input {
    background: white;
    height: 34px;
    padding: 2px;
}

.hnav--item {
    display: inline;
    background-image: url("../images/bg-menu-top.jpg");
    background-position: right bottom;
    background-repeat: no-repeat;
    color: #B5C8E1;
    font-size: 14px;
    padding-right: 50px;
    padding-left: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    height: 38px;
    font-family: Arial, Helvetica, sans-serif;
}

.hnav--item:focus {
    color: #FFF;
    text-decoration: none;
}

.hnav--item:hover {
    color: #FFF;
    text-decoration: none;
}

.hnav--item:visited {
    color: #B5C8E1;
    text-decoration: none;
}

.hnav--item:active {
    color: #B5C8E1;
    text-decoration: none;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

:-ms-input-placeholder {
    /* IE 10+ */
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.navbar-inverse {
    background: black;
}

.navbar-brand {
    font-size: 16px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.navbar-inverse .navbar-brand:hover {
    color: #999;
}

.navbar-toggle {
    float: left;
}

.nav > li {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}


/*                footer:             ;*/

.footer {
    width: 100%;
    /*height: 100%;*/
    background: transparent url('../images/bg-bottom.jpg') no-repeat top center;
    background-size: contain;
    text-align: center;
}

.footer--fnav {
    padding: 10px 0 10px 0;
    text-align: center;
}

.footer--copyright {
    font-size: 14px;
    color: white;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    padding-bottom: 3px;
}

.footer--copyright-bold {
    font-weight: 700;
    padding-top: 10px;
}

.fnav--item {
    font-size: 14px;
    display: inline-block;
    color: white;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #0076ff;
}

.fnav--item:focus {
    color: white;
    text-decoration: none;
}

.fnav--item:hover {
    color: white;
    text-decoration: none;
}

.fnav--item:visited {
    color: white;
    text-decoration: none;
}

.fnav--item:active {
    color: white;
    text-decoration: none;
}

.fnav--separator {
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    color: white;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}


/*            content             */

.content {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 17px;
    padding: 20px 20px 30px 20px;
    background: #fff;
    margin-bottom: 20px;
}

.content p{
    margin-bottom: 10px;
}

.content a{
    text-decoration: underline;
}

.content img{
    padding: 10px;
}

.link--back{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    display: block;
    text-align: center;
    text-decoration: underline;
}
.nav{
    text-align: center;
    margin-bottom: 10px;
}
.link--nav{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    display: block;
    text-align: center;
    text-decoration: underline;
    font-weight: 700;
}
.link--nav-prew{
    margin-right: 60px;
    display: inline-block;
}

.link--nav-next{
    display: inline-block;
}

.content-wrapper{
    margin-bottom: 50px;
}
.content-header{
    color: #3CB3DE;
    font-size: 25px;
    padding-bottom: 5px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid black;
}


/* module bloks */

.module {
    margin-bottom: 15px;
}

.module--header {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    height: 28px;
    text-align: center;
    background: url('../images/mh-left.jpg') left top no-repeat, url('../images/mh-right.jpg') right top no-repeat, url('../images/mh-middle.jpg') repeat-x;
    color: #FFF;
    font-size: 72%;
    height: 28px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 7px;
}

.module-body {
    padding: 15px 3px 15px 10px;
    background: #fff;
}

.module-body a{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #000;
    font-size: 14px;
    padding-left: 20px;
    padding-top: 1px;
    text-decoration: none;
    background-image: url("../images/menu-link-img.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    height: 30px;
    margin-bottom: 5px;
}

.module-body a:hover{
    color: #3CB3DE;
}

.module-body-leftm a {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    display: block;
    color: #B5C8E1;
    font-size: 14px;
    padding-left: 15px;
    text-decoration: none;
    background: none;
    padding-left: 0px;
    height: auto;
}

.module-body-forum{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 11px;
}

.forumm{
    display: block;
    padding: 10px 0 10px 0;
    font-size: 14px;
    line-height: 16px;
}
.forumm-date{
    font-size: 15px;
    line-height: 17px;
}
a.forumm--theme{
    display: inline;
    background: none;
    color: #1C64BC;
    text-decoration: underline;
    font-size: 12px;
    padding: 0;
}

.forumm--message{
    
    text-overflow: ellipsis;
    
}

.forumm--author{
    
    font-style: italic;
    
}

.module-body-leftm a:hover{
    color: #fff;
}

.module-body-leftm {
    background: transparent url('../images/left-menu-bg.jpg') left bottom no-repeat;
}


.module-body-news a{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    display: block;
    color: #1C64BC;
    font-size: 13px;
    line-height: 15px;
    padding-left: 0;
    text-decoration: underline;
    background: none;
    padding-left: 0px;
    height: auto;
    padding-bottom: 10px;
    padding-right: 5px;
}

.module-body-banners{
    text-align: center;
    padding: 10px;
    font-size: 12px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    
}
    .module-body-banners div{
        overflow: hidden;
    }
        .module-body-banners div img{
            width: 173px !important;
            height: auto;
        }
.module-body-banners p{
    padding: 5px;
}
    .module-body-banners td{
        
    }

.banner-img{
    margin: 0 auto;
}

.module-body-banners a{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    display: inline-block;
    color: #1C64BC;
    font-size: 11px;
    padding-left: 0;
    text-decoration: underline;
    background: none;
    padding-left: 0px;
    height: auto;
    padding-bottom: 10px;
    padding-right: 5px;
}

a.news--archive{
    float: right;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    display: inline-block;
    color: red;
    font-size: 14px;
    padding-left: 0;
    text-decoration: underline;
    background: none;
    padding-left: 0px;
    height: auto;
}
.news-detail td, .contentpaneopen td{
    vertical-align: top !important;    
}
/*-------------adaptive----------*/
@media (max-width: 992px) {
    #Ya_sync_0, #Ya_sync_1{
        display: none !important;
    }
}
@media (max-width: 400px){
    .news-detail td img, .contentpaneopen td img{
        display: none !important;
    }
}