.newsbox {

/* outline: 1px solid rgba(0, 0, 0, 0.1);*/
 background:white;

/* padding:20px;
 padding-bottom:5px;*/
padding:20px 2px 5px 2px;

}

.newsbox-outer {
/* -with readmore */
/*  margin:10px 0 0px 0; */

  margin:11px 0 0px 0;
}

.newsbox .urgent_column a:hover h4 {
 color:#c33;
}


.newsbox-outer-banner {
/* margin:20px 0 0 0;
 padding:10px;*/
 cursor:pointer;
 text-align:center;
}

.newsbox-outer-banner.A2 {
 margin-left: -10px;
 margin-right: -15px;
}

.last div.newsbox-outer-banner {
 margin:20px 0 0 0;
 padding:10px;
}

#row1 div.newsbox-outer-banner {
 margin: 0;
 padding:0;
}


.after-article {
 margin-top:10px; 
 margin-bottom:30px;
}

.after-article .newsbox-outer-banner {
 padding:0px;
 margin:0px;
}

.newsbox-outer:hover {
/* outline: 1px solid rgba(0, 0, 0, 0.2);*/
}

/*??? */
.newsbox-image {
  position:relative;
}

/*
.newsbox-image:hover {
 margin: -18px -18px 0px -18px;
 transition: 0.5s;
 -webkit-transition: 0.5s;
}

.newsbox-image:hover img {
 height: calc(100% + 0px) !important;
}*/


/*---*/

.newsbox-rubric {
 font-size: 15pt;
}

.newsbox-rubric a {
 font-size: 12px;
 color:#c33;
 line-height:22px;
}

.newsbox-rubric a:hover {
 color:#C33;
 text-decoration:none;
}

.newsbox-rubric a:focus {
 outline:none;
 text-decoration:none;
}


.newsbox-newsdate {
 color: #868585;
 font-size: 15px;
 font-weight: normal;
 font-family: Noto Sans;
}


/*-------------------*/
.news-block a:visited * {
 color:gray !important;
}

.news-block {
 background:#fff; 
 text-align:left;
/* border:1px solid rgba(0,0,0,.1);*/
/* border:1px solid #a5a5a5;*/
/* border-top:3px solid rgba(220,51,51,1);*/
/* border-top:3px solid rgba(51,51,51,1);*/
}

.news-block .newsdate-row {
 color: #8F8F8F;
 font-size:15px;
}

.news-block p {
 margin:5px;
 display:inline;
 font-size:15px;
}

.news-block-container {
 padding:8px; 
 height:100%
}

.news-block-container hr {
 margin:8px -8px 8px -8px;
 border-top:1px solid rgba(0,0,0,.1);
/* border-top:1px solid #a5a5a5; */
}

.news-block-title {
/* background: rgb(204, 204, 204) none repeat scroll 0% 0%;*/
/* background: rgb(224, 206, 186) none repeat scroll 0% 0%;*/
 padding: 0px 10px 10px 10px; /*25px*/
 font-size: 19px	;
 font-family: Noto Serif;
/* font-weight: bold;*/
 color:#1c2e52;
 font-weight:bold;
/* letter-spacing: .1em;*/
}

/* ------------------ */
div.allnews, div.readmore {
 padding-top:10px;
 color:#9b9b9b;
}

div.allnews a h4{
 font-size: 11.53px;
 text-align: center;
 font-weight: normal;
 border: 1px solid #eee;
 margin: 0px -10px 0px -10px;
 padding: 15px;
 text-transform: uppercase;
}

div.readmore > a {
 text-decoration:none;
 outline:none;
}

div.allnews a:hover h4, div.readmore a:hover h4 {
 background: #2a406f;
 color:white;
 transition: background-color .8s, color .15s;
 -webkit-transition: background-color .8s, color .15s;
}


div.allnews a:hover h4, div.readmore a:hover h4  {
 color:white !important;
 font-weight:400;
}

div.readmore {
 padding: 10px 25px 10px 25px;
}

div.readmore a h4{
 font-size: 11.53px;
 text-align: center;
 font-weight: normal;
 border: 1px solid #ccc;
 text-transform: uppercase;
 padding:11px 15px;
 color:#9b9b9b;
}

.newsstat-right {
 text-align:right;
}

.newsstat-right .newsstat, .newsstat-right .readmore  {
 display:inline-block;
 padding:0;
}

.newsstat-right div.readmore a h4 {
 padding:12px 40px;
}

.newsstat {
/* bottom:0px;
 text-align:right;
 right:15px;
 position:absolute;*/
 padding-left:5px;
}

.rubric .newsstat {
 padding-bottom:10px;
 padding-left:0px;
}

.last .newsstat {
/* right:30px;*/
}

.newsstat .glyphicon {
 padding:5px; 
 color: #888;
}

.newsstatup {
 text-align:right;
}

/* NEWS ICONS */
.newsstat-icon {
   width: 16px;
   height: 16px;
   display:inline-block;
   cursor:pointer;
   background-color:transparent;
   background-repeat: no-repeat;
/*   background-position: center;*/
}

.newsstat-count {
 padding:10px;
}

a.newsstat-a {
 color:#acabac;
 text-decoration:none;
 font-size:14.14px;
 font-weight: normal;

/* font-family:"Noto Sans";*/
/* display:table-cell;
 width:1%;*/
}


a.newsstat-a:hover, a.newsstat-a:focus {
 color:#c33;
 outline:none;
}

.newsstat-icon-like {
   background-image: url("../images/newsicons/like.png");
}

a:hover.newsstat-a .newsstat-icon-like {
  background-image: url("../images/newsicons/like1.png");
}

.newsstat-icon-dislike {
   background-image: url("../images/newsicons/dislike.png");
}

a:hover.newsstat-a .newsstat-icon-dislike {
  background-image: url("../images/newsicons/dislike1.png");
}

.newsstat-icon-comment {
   background-image: url("../images/newsicons/comment.png");
}

a:hover.newsstat-a .newsstat-icon-comment {
  background-image: url("../images/newsicons/comment1.png");
}

.newsstat-icon-views {
   background-image: url("../images/newsicons/views.png");
   width:18px;
   background-position: center;
}

a:hover.newsstat-a .newsstat-icon-views {
  background-image: url("../images/newsicons/views1.png");
}

/* NEWS ICONS END */

.yandex-direct {
 border: 1px solid #ccc;
 margin:3px;
 margin-top:10px;
}

.projectheader {
 margin-left:20px;
}

.projectheader h2 {
 font-family:Noto Serif;
 font-weight:bold;
 font-size:25px;
 color:#1c2e52;
 margin-bottom: -10px;
 margin-left: -15px;
 margin-top: 30px;
}

.projects h3 {
 font-family:Noto Serif;
 font-weight:bold;
 font-size:16px;
 color:#1c2e52;
 margin-bottom: 5px;
}

.projects h4 {
 font-size:15px;
 color:#000000;
 line-height:20px;
}

.projectslist h2 {
 font-family:Noto Serif;
 font-weight:bold;
 font-size:19px;
 color:#1c2e52;
 margin-top:0;
 padding-top:0;
 text-align:left;
}

.news-list {
 line-height:24px;
}
.news-list h3.media-heading {
 font-family:Noto Serif;
 font-weight:bold;
 font-size:16px;
 color:#1c2e52;
 margin-top:0;
 padding-top:0;
}

.news-list .media-body p {
 font-size:16px;
}


/* for news slider*/
.newsslider div.newsbox-outer {
 margin: 25px 0 0px 0;
 position: relative;
 top: -10px;
}

.paid-locked, .paid-unlocked {
 height:20px;
 margin-left:3px;
 display: inline-block !important;
}

.paid-locked-a, .paid-unlocked-a {
 height:12px;
 margin-bottom:3px;
}

