@import "font.css";
html{
    height: 100%;
}
body{
	font-family: 'OpenSansRegular', sans-serif;
    height: 100%;
}
body > .container{
background:#fff;
}
.blog-masthead {
  background-color: #428bca;
  box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

/* Nav links */
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #cdddeb;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #fff;
}
.blog-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right:  5px solid transparent;
  border-bottom: 5px solid;
  border-left:   5px solid transparent;
}
.sidebar{

}
.sidebar h2{
	text-align:center;
}
.sidebar ul{
	margin:0 0 30px;
	padding:10px;
	background:#428bca;
}
.sidebar ul li{
	list-style-type:none;
	padding:10px 0;
	border-bottom:1px dotted #fff;
}
.sidebar ul li:last-child{
	border-bottom:none;
}
.sidebar ul li a{
	color:#fff
}
.jumbotron{
	margin-top:30px;
}
#footer{
	margin:0;
	padding:10px;
	background:#428bca;
	color:#fff;
}
.col-md-9.content{
    margin-bottom: 30px;
}
.container{
    min-height: 100%;
}
.breadcrumbs{
    margin: 20px 0;
    border-bottom: 1px dotted;
}
.breadcrumbs ul{
    margin: 0;
    padding: 0;
}
.breadcrumbs ul li{
    display: inline-block;
    list-style-type: none;
    padding-right: 15px;
}
span.sep:before {
    content: '>>';
    display: inline-block;
    color: #000;
}
.jumbotron{
    position: relative;
    overflow: hidden;
}
.jumbotron .bg{
    z-index: 500;
    width: 100%;

}
.jumbotron .bg img{
    width: 100%;
    height: auto;
}
.jumbotron .body{
    position: relative;
    z-index: 600;
}
.ya-news__title a{
	color: #000;
}
.yandex-news div:nth-child(n+15) {
    display: none;
}
.ya-news__title{font-size:80%!important;font-weight:700;margin-bottom:.5em}
.ya-news__date{font-size:85%;margin-right:.5em}
.ya-news__informer{font-size:75%;margin-bottom:.3em}
.ya-news__description{font-size:75%!important;margin-bottom:.5em}
.ya-news__all{font-size:80%;margin-top:.3em}
