@font-face {
    font-family: 'PFDinBold';
    src: url('../fonts/pfdindisplaypro-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pfdindisplaypro-bold.woff') format('woff'),
         url('../fonts/pfdindisplaypro-bold.ttf') format('truetype'),
         url('../fonts/pfdindisplaypro-bold.svg#PFDinDisplayProBold') format('svg');
}

body {
    font: 16px Arial, sans-serif;
    min-width: 410px;
}

* {
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

a {
    color: #000000;
    text-decoration: none;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif
}

a:focus, a:hover {
    color: #4f4f4f;
    text-decoration: underline;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 5px;
}

h2{
    font-weight: bold;
}

.txt_c {
    text-align: center;
}
.txt_l {
    text-align: left;
}
.txt_r {
    text-align: right;
}
.fl_l {
    float: left;
    position: relative;
}
.fl_r {
    float: right;
}
.clear {
    clear: both;
}
.noborder{
    border: none;
}

/* HEADER */

.header-left {
    float: left;
    position: relative;
}

.header-right {
    float: right;
    position: relative;
    right: 10px;
}

.navbar-header .social {
    display: inline-block;
    position: relative;
    top: 10px;
    float: left;
}

.header-right .date {
    text-align: right;
    font-size: 16px;
    top: 5px;
    position: relative;
    color: #FDFDFD;
    display: none;
}

@media screen and (min-width: 570px){
.navbar-header .date {
   display: block;
}

.navbar-header .social {
    display: inline-block;
    position: relative;
    /*top: 60px;*/
    float: left;
}

}

.header-right .auth {
    font-weight: normal;
    text-align: right;
    margin-top: 10px;
}
.header-right .auth a {
    color: #FFFFFF;
}
.search {
    position: relative;
    top: 9px;
}
.news-link-attached {
    margin: 10px 0!important;
}
.search .btn-search {
    float: right;
    background: #007747 url(../img/ico-search.jpg) no-repeat center center;
    cursor: pointer;
    display: block;
    position: absolute;
    border: none;
    right: 0px;
    width: 26px;
    height: 26px;
}
input[type="text"] {
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-left: 3px;
    background: #fff;
    color: #3f4752;
    vertical-align: middle;
    font: 1em/1.333333333 Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    border: solid 1px #c4c7cc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}

/* CAROUSEL SLIDER */

.carousel-inner > .item {
    height: 283px;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    margin: auto;
    width: 100%;
}
.carousel-caption {
    background: rgba(0, 0, 0, 0.65);
    bottom: 0px;
    right: 0;
    left: 0;
    padding-bottom: 9px;
    padding-top: 12px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.display-mobile{
    display: none;
}

@media screen and (min-width: 1200px) {
    .carousel-caption {right: 0;left: 0;}
    .banner-right {display:block;}
    .display-mobile {display:block;}

    .header-banner img.lg{display: block;}
    .header-banner img.sm{display: none;}
}


/* NAVBAR */

.navbar-inverse {
    background: #000 url(../img/zmi_bg.jpg) repeat-x center top;
    border: none;
}
.navbar-toggle {
    float: left;
}
.navbar-inverse .navbar-nav>li>a:hover {
    background-color: #f8c700;
    color: #090909;
}
.navbar-inverse .navbar-nav>li>a {
    text-transform: uppercase;
    font-weight: bold;
}

.navbar-nav>li>a {
    padding-top: 12px;
    padding-bottom: 12px;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    background: #000;
}
.navbar-inverse .navbar-nav>li>a {
    color: #FFFFFF;
}

.navbar-inverse .navbar-nav>li>a.act{
    background-color: #f8c700;
    color: #090909;
}

.navbar .logo {
    z-index: 999;
    display: block;
    height: 100px;
}
.navbar-header {
    float: none;
}

/* RSS BLOCK */

div.time {
    font-size: 11px;
    padding: 1px 0 0;
    color: #848484;
    width: 30px;
    float: left;
}
a.news-link {
    display: block;
    padding-left: 10px;
    margin: 0 0 10px 25px;
    line-height: 14px;
}
a.news-link:hover {
    color: green;
}
.well {
    background: none;
    padding: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-bottom: 10px;
}

.well.rss{
    max-height: 845px;
    overflow: scroll;
}

.well.rss::-webkit-scrollbar-track
{
    background-color: #F5F5F5;
}

.well.rss::-webkit-scrollbar
{
    width: 3px;
    background-color: #DCDCDC;
}

.well.rss::-webkit-scrollbar-thumb
{
    background-color: #DCDCDC;
}

.well .inner {
    padding: 5px;
    background: #FFF;
}


.chapter {
    width: 210px;
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.5px;
    padding: 2px 10px;
    background: #0d764b;
    position: relative;
    margin: 0;
}

.chapter a {
    color: #fff;
}

.chapter a span{
   top: 1px;
    position: relative;
}

.chapter a:hover{
  text-decoration: none;
}

.chapter a:hover i {
    background: #000;
}

.chapter i {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    background: #cdcdcd;
    height: 20px;
    width: 20px;
    text-align: center;
    color: #fff;
    line-height: 20px;
    padding-left: 2px;
}

.rss-separator {
    text-align: center;
    width: 100%;
    border-bottom: 1px Solid #E5E5E5;
    padding-top: 7px;
    margin-bottom: 7px;
    float: left;
    font-size: 12px;
}

/* Blog block*/

.blog-row{
    border-bottom: 1px Solid #0d764b;
    padding: 10px 0 10px;
}

.blog-left {
    float: left;
    width: 90px;
    height: 90px;
    padding: 0px;
    position: relative;
}

.blog-left img{
    border: 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.blog-right {
    margin-left: 100px;
}

.blog-right .author{
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 10px;
}

.blog-right a {
    display: block;
    line-height: 14px;
}

/* Analythic */

.feed-header,
.article-text h3.feed-header {
    font: 14px/20px 'PFDinBold', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    border-bottom: 2px solid #000;
    padding: 0 0 5px;
}
.author-materials .bx-viewport {
    height: 151px;
    overflow: hidden;
}
.author-materials .slider {} .author-materials .material {
    width: 209px;
    overflow: hidden;
    float: left;
    position: relative;
    margin-left: 1px;
}
.author-materials .material:first-child {
    margin-left: 0;
}
.author-materials .material img {
    position: relative;
    z-index: 1;
    height: 180px;
}
.author-materials .material .text {
    position: absolute;
    top: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: background 0.2s ease;
}
.author-materials .material h3 {
    font: 12px 'PFDinBold', Arial, sans-serif;
    text-transform: uppercase;
    color: #ff4400;
    padding: 16px 12px;
}
.author-materials .material .date {
    font-size: 8px;
    text-transform: uppercase;
    color: #999;
    display: block;
}
.author-materials .material .intro {
    height: 100px;
    font-size: 14px;
    overflow: hidden;
    color: #fff;
    position: absolute;
    bottom: 0;
    text-transform: uppercase;
    padding: 3% 5%;
    line-height: 18px;
    font-weight: bold;
    transition: background 0.2s ease;
}
.author-materials .material:hover .text {
    background: none;
}
.author-materials .material:hover h3 {
    display: none;
}
.author-materials .material:hover .intro {
    background: rgba(0, 0, 0, 0.5);
}
a.bx-next,
a.bx-prev {
    width: 25px;
    height: 25px;
    position: absolute;
    outline: 0;
    text-indent: -9999px;
}
.author-materials .bx-next {
    right: 15px;
    background: #000 url(../img/icons/arrow-right.png) no-repeat center;
}
.author-materials .bx-prev {
    right: 42px;
    background: #000 url(../img/icons/arrow-left.png) no-repeat center;
}
/*.author-materials .bx-controls-direction a:hover { background-color: #666; }
*/

.separator {
    height: 15px;
    clear: both;
}
.bx-wrapper .bx-prev {}

.recomend {
    width: 100%;
    max-height: 264px;
    overflow: hidden;
}
.recomend ul {
    margin: 0;
    padding: 0;
}
.recomend ul li {
    display: block;
    padding: 5px 5px;
    border-bottom: 1px Solid #b4b4b4;
}
.recomend ul li a {

}
.news_one{
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 22px;
    min-height: 700px;
    position: relative;
}

article a{
    font-size: 16px;
    text-decoration: none;
}

article a:hover{
    background-color: #f3cf3f;
    text-decoration: none;
}

article a:visited {
    color: #797e80;
    border-color: #797e80;
}

@media screen and (min-width: 991px){
.news_thumb {
   margin-bottom: 7px;
   height: 126px;
    overflow: hidden;
}
}


.news_header {
    height: 93px;
    overflow: hidden;
    display: block;
}

.pagination li a{
  color: #0D764B;
}

.bl_soc{
    background: #00a565;
    background: -moz-linear-gradient(-45deg,  #00a565 35%, #007747 84%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(35%,#00a565), color-stop(84%,#007747));
    background: -webkit-linear-gradient(-45deg,  #00a565 35%,#007747 84%);
    background: -o-linear-gradient(-45deg,  #00a565 35%,#007747 84%);
    background: -ms-linear-gradient(-45deg,  #00a565 35%,#007747 84%);
    background: linear-gradient(135deg,  #00a565 35%,#007747 84%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a565', endColorstr='#007747',GradientType=1 );
    height: 380px;
    text-align: center;
}

.bl_soc_title{
    color: #fff;
    font-weight: bold;
    font-size: 29px;
    text-align: center;
    padding: 10px 5px 10px 5px;
    margin: 0 20px 0 20px;
    display: block;
    border-bottom: 7px Solid #fff;
    text-shadow: 1px 0px 5px rgba(0, 0, 0, 0.71);
}

.bl_soc ul{
 list-style: none;
 margin: 0;
 padding: 0;
}

.bl_soc ul li{
    display: block;
    padding-top: 10px;
}

.img-responsive {
    margin: 0 auto;
}

/*.embed-responsive-16by9{
    padding-bottom: 63.25%;
}*/

/* FOOTER */

footer{
    padding: 2px;
    font-size: 16px;
    background: #fff;
    width: 100%;
    border-top: 40px Solid #0d764b;
}

footer .b1{
    float: left;
    position: relative;
    width: 220px;
    margin: 12px 0 5px 0;
}

footer .b2{
    float: left;
    position: relative;
    width: 250px;
    margin: 5px 0 5px 0;
}

footer .b3{
    float: left;
    position: relative;
    width: 310px;
    margin: 10px 0 5px 0;
}
footer .b4{
margin-top: 5px;
}

footer a {
    font-size: 16px;
}

/* SOCIAL */

.btn-social {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 28px;
}

.btn-outline {
    border: solid 3px #fff;
    font-size: 17px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
    color: #008450;
    background: #fff;
}

/* Баннер в шапке */

.header-banner{
    padding: 20px 0 0 10px;
}



@media screen and (max-width: 1199px) {
    .header-banner img.lg{display: none;}
    .header-banner img.sm{display: block;}
    .nav>li>a {padding: 10px 9px;}
    /*.search-input{width:125px!important;}*/
}

@media screen and (max-width: 991px) {
    .header-right .date {display: none;}
    .header-right .informers {display: none;}
    .btn-search  {display: none !important;}

    .jspContainer {min-height: 100px !important;}

}

@media screen and (max-width: 650px) {
    .header-banner{
        padding: 7px 0 0 10px;
    }
}

@media screen and (max-width: 768px) {
   .search-input {
        width: 150px !important;
        position: absolute;
        top: 103px;
        right:0;
       display: none;
    }
}





.informers{
    color: #fff;
    padding: 5px 0;
    margin-top: 8px;
}

.bg-hide{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
