body{
    //font-family: Arial;
}
.bg-dark{
    background:#0e88c9 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(248, 249, 250);
}

h1{
    font-size: 200%;
}
.filter {
    background: -moz-linear-gradient(top,transparent 0,transparent 36%,rgba(0,0,0,.65) 90%);
    background: -webkit-linear-gradient(top,transparent 0,transparent 36%,rgba(0,0,0,.65) 90%);
    background: linear-gradient(to bottom,transparent 0,transparent 36%,rgba(0,0,0,.65) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 );
    -webkit-animation: smooth 1s ease;
    -moz-animation: smooth 1s ease;
    -o-animation: smooth 1s ease;
    -ms-animation: smooth 1s ease;
    animation: smooth 1s ease;
    transition: all 0.5s ease;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.header-content{
    text-align: center;
    border-bottom: 1px solid #eee;
}
.hd-cr-item{
    position: relative;
    width: 205px;
    height: 230px;
    border-radius: 5px;
    background: #fff;
    border:1px solid #ccc;
}

.hd-cr-item img{

}

.caption2{
    padding: 5px 10px;
    text-align: left;
    z-index: 2;
}

.caption{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 5px 10px;
    text-align: left;
    z-index: 2;
}
.caption a{
    color:#fff !important;
    font-size: 14px;
}

.caption2 a{
    color:#333 !important;
    font-size: 14px;
}
.logos-content{
    background: #eee;
}

.socials a{
    padding: 5px;
    width: 30px;
    height: 30px;
    font-size: 20px;
    color: #666;
    text-decoration: none;
    transition: all ease .5s;
}

.socials a:hover{
    color: #000;
}
.languages a{
    padding: 5px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    color: #666;
    text-decoration: none;
    transition: all ease .5s;
    background: #eee;
    border-radius: 5px;
    vertical-align: middle;
}
.languages a:hover, .languages a.active{
   background: #ccc;
}

#leftContent .carousel {
    //margin-bottom: 50px;
}
#leftContent .carousel .carousel-item{
    max-height: 400px;
    overflow: hidden;
    background: #ccc;
}
 .carousel .carousel-item a{
    font-size: 24px;
}
.carousel-indicators{
    bottom: -50px;
    margin: 0;
    padding: 0;

}
.carousel-indicators:after{
    content: "";
    display: block;
    clear: both;
}
.carousel-indicators li{
    width: 100px;
    height: auto;
}

.nav-pills .nav-link{
    background: #333;
    color: #fff;
    margin-right: 5px;
}
.nav-pills .nav-link.active {
    background-color: #e81515;
}
.my-tab-list .list-group{
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    border-left: 1px solid #eee;
}
.my-tab-list .list-group a{
    color:#000 ;
}
.card .card-body{
    padding-bottom: 0;
}
.card .card-header{
    background: #e81515;
    padding: 5px 0 5px 15px;
    font-size: 16px;
}

.card a{
    color: #000;
}

.news-lent .list-group{
    max-height: 1200px;
    overflow: scroll;
    overflow-x: hidden;
}
.news-lent a{
    color: #000;
}
.news-lent .time{
    font-weight: 700;
    font-size: 12px;
}

.news-lent .header{
    background: #0e88c9;
    text-align:center;
    color:#fff;
}

.news-lent .list-group::-webkit-scrollbar {
    width: 0.3em;
}

.news-lent .list-group::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.news-lent .list-group::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}
#footer{
    border-top: 1px solid #000;
}

.rubrikaSlider .carousel-indicators {
    bottom: -30px !important;
    margin: 0;
    padding: 0;
}
.rubrikaSlider .carousel-indicators li {
    color: #fff;
    text-indent: 0;
    text-align: center;
    background: transparent;

}

.rubrikaSlider .carousel-indicators li.active{
    background-color: #e81515;
}
.rubrikaSlider  .caption a{
    font-size: 16px !important;
    line-height: 20px !important;
}

.more-news .card-body{
    height: 150px;
    overflow: hidden;
    line-height: 22px;
}