/*OPEN NEWS PAGE*/
.target-news .body a {
  color: blue;
  text-decoration: underline;
}
.site-width.wrapper {
  display: table;
}
.news-page .left-panel {
  margin-right: 60px;
  width: 886px;
  float: left;
}
/*.news-page .left-panel .horizontal-separator{
    margin-top: 0px;
}*/
.news-page .right-panel {
  float: right;
}
.news-page .site-width.wrapper {
  display: table;
}
.newses-outer {
  margin-bottom: 10px;
}
.news-page .target-news .gallery .ws_thumbs a.video {
  position: relative;
}
.news-page .target-news .gallery .ws_thumbs a.video:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 39px;
  height: 39px;
  background: url("/assets/images/icons/play-video-icon.png") no-repeat center;
}
.news-page .target-news {
  position: relative;
}
.news-page .target-news .properties {
  position: relative;
  display: table;
  width: 100%;
}
.news-page .target-news .properties .date {
  font-size: 11px;
  color: #5d88a1;
  font-style: italic;
  float: right;
  margin-right: 20px;
}
.news-page .target-news .properties .view-count {
  padding-left: 25px;
  background: url("/assets/images/icons/view-count.png") no-repeat 4px 2px;
  font-size: 12px;
  float: right;
}
.news-page .target-news .title {
  font-family: paata-caps;
  font-size: 17px;
  color: #000000;
  font-weight: bold;
  padding: 10px 0;
}
.news-page .target-news .gallery {
  position: relative;
}
.news-page .target-news .body {
  font-size: 13px;
  font-family: sylfaen;
  color: #666666;
  line-height: 1.53em;
  margin-bottom: 60px;
}
.target-news .news-buttons {
  position: absolute;
  right: -58px;
  top: 0px;
  width: 46px;
}
.target-news .news-buttons > a > div,
.target-news .news-buttons > div {
  width: 44px;
  height: 44px;
  margin-bottom: 4px;
  background-color: #ababab;
  cursor: pointer;
  box-sizing: border-box;
}
.target-news .news-buttons > a > .facebook:hover,
.target-news .news-buttons > .facebook:hover,
.target-news .news-buttons > a > .mail:hover,
.target-news .news-buttons > .mail:hover,
.target-news .news-buttons > .share:hover,
.target-news .news-buttons > a > .share:hover,
.target-news .news-buttons > .photos:hover,
.target-news .news-buttons > a > .photos:hover,
.target-news .news-buttons > a > .print:hover,
.target-news .news-buttons > .print:hover {
  background: -moz-linear-gradient(90deg, #64f32d 0%, #ffffff 100%);
  background: -webkit-linear-gradient(90deg, #64f32d 0%, #ffffff 100%);
  background: -ms-linear-gradient(90deg, #64f32d 0%, #ffffff 100%);
  background: linear-gradient(90deg, #fcfbfb 0%, #f3f4f4 100%);
}
/*.target-news .news-buttons>.send-to-mail:hover{    background-color: #e5e5e5;}
.target-news .news-buttons>.print:hover{    background-color: #e5e5e5;}
.target-news .news-buttons>.fb:hover{    background-color: #3e61ab;}
.target-news .news-buttons>.thumb-up:hover{    background-color: #3e61ab;}
.target-news .news-buttons>.twitter:hover{    background-color: #29c5f6;}
.target-news .news-buttons>.a-plus:hover{    background-color: #71b1e0;}
.target-news .news-buttons>.a-minus:hover{    background-color: #71b1e0;}*/
/*
.sprite {display:inline-block; overflow:hidden; background-repeat: no-repeat;background-image:url(/assets/images/sprite/sprites.png);}
.tb-a-plus {width:38px; height:23px; background-position: -1040px -55px; margin-top: 13px; margin-left: 6px;}
.tb-a-minus {width:33px; height:17px; background-position: -1080px -56px; margin-top: 16px; margin-left: 9px;}
.tb-convert {width:27px; height:30px; background-position: -802px -27px; margin-top: 9px; margin-left: 11px;}
.tb-fb {width:13px; height:28px; background-position: -896px -56px; margin-top: 11px; margin-left: 18px;}
.tb-printer {width:27px; height:25px; background-position: -978px -56px; margin-top: 13px; margin-left: 11px;}
.tb-thumb-up {width:30px; height:26px; background-position: -943px -53px; margin-top: 12px; margin-left: 10px;}
.tb-twitter {width:27px; height:24px; background-position: -1011px -56px; margin-top: 14px; margin-left: 11px;}
.tb-yt-play {width:23px; height:28px; background-position: -917px -56px; margin-top: 11px; margin-left: 13px;}
*/
/*OPEN NEWS PAGE*/
/*Open-News*/
.open-news .news-container {
  margin: 0 auto;
}
.open-news .n-image {
  width: 886px;
  height: 445px;
  display: table;
  background-color: #b6d2e5;
  margin: 0 auto;
  position: relative;
}
.open-news .n-cards {
  display: table;
  margin: 5px auto;
}
.open-news .n-cards .n-card {
  display: table;
  width: 143px;
  height: 87px;
  float: left;
  margin-left: 5px;
  background-color: #d4d4d4;
}
.open-news .n-cards .n-card:first-child {
  margin-left: 0;
}
.open-news .n-image .arrow {
  position: absolute;
  border: 1px solid #abc0cd;
  width: 26px;
  height: 26px;
  background-color: #ffffff;
  margin: 0 auto;
}
.open-news .n-image .arrow.left:before {
  content: '';
  position: absolute;
}
.open-news .n-image .arrow.left {
  right: 0px;
  top: 195px;
}
.open-news .n-image .arrow.right {
  right: 0px;
  top: 222px;
}
/*End of Open-news*/
/*TARGET NEWS ICONS*/
.target-news-sprite {
  background-image: url("/assets/images/icons/target-news-sprite.png");
  background-image: url("/assets/images/icons/target-news-sprite-small.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.news-buttons > a > div,
.news-buttons > div {
  /*   width: 58px;
       height: 56px;*/
  border: 1px solid #c0c0c0;
  background: -moz-linear-gradient(90deg, #f3f3f3 0%, #ffffff 100%);
  background: -webkit-linear-gradient(90deg, #f3f3f3 0%, #ffffff 100%);
  background: -ms-linear-gradient(90deg, #f3f3f3 0%, #ffffff 100%);
  background: linear-gradient(90deg, #f3f3f3 0%, #ffffff 100%);
}
.news-buttons > a > div:hover .news-buttons > div:hover {
  border-color: #d9d9d9;
}
.news-buttons > div.a-plus {
  border: none;
  width: 44px;
  height: 44px;
  background-image: none;
  background-color: #585858;
}
.news-buttons > div.a-plus:hover {
  background-color: rgba(88, 88, 88, 0.9);
}
.news-buttons > div.a-minus {
  border: none;
  width: 44px;
  height: 44px;
  background-image: none;
  background-color: #d6d6d6;
}
.news-buttons > div.a-minus:hover {
  background-color: rgba(214, 214, 214, 0.9);
}
.news-buttons .print .target-news-sprite {
  background-position: -5px -4px;
}
.news-buttons .mail .target-news-sprite {
  background-position: -5px -56px;
}
.news-buttons .facebook .target-news-sprite {
  background-position: -5px -102px;
}
.news-buttons .share .target-news-sprite {
  background-position: -5px -150px;
}
.news-buttons .photos .target-news-sprite {
  background-position: -5px -199px;
}
.news-buttons .a-plus .target-news-sprite {
  background-position: -5px -247px;
}
.news-buttons .a-minus .target-news-sprite {
  background-position: -5px -297px;
}
/*END OF TARGET NEWS ICONS*/
/*CALENDAR*/
.calendar .day {
  font-weight: bold;
  float: left;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #4c5246;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  margin: 2px 2px;
}
.calendar {
  width: 230px;
}
.calendar .weekday {
  width: 28px;
}
/*END OF CALENDAR*/
body.news-page .page-cover .image,
body.newses-page .page-cover .image {
  background-image: url('/assets/images/page-covers/newses.jpg');
}
.newses-outer {
  display: table;
  margin-bottom: 12px;
}
.news-content .menu {
  text-transform: uppercase;
}
.newses-outer .news-content ul li {
  float: left;
  margin-left: 32px;
  color: #627989;
  margin-bottom: 23px;
}
.newses-outer .newses {
  display: table;
  list-style-type: none;
  padding: 0;
  margin: 0 0 40px;
}
.newses-outer .side-bar {
  display: table;
  float: right;
  width: 260px;
}
/*PUBLICATION TYPES MENU*/
.publication-types .publication-types-inner {
  display: table;
  width: 100%;
  background: linear-gradient(90deg, #F6F8F9, #eeeff1, #F6F8F9);
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 12px;
  position: relative;
}
.publication-types .publication-types-inner:after {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  height: 2px;
  background: #f6f8f9;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f6f8f9 0%, #dcdddd 65%, #f6f8f9 100%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(left, #f6f8f9 0%, #dcdddd 65%, #f6f8f9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #f6f8f9 0%, #dcdddd 65%, #f6f8f9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #f6f8f9 0%, #dcdddd 65%, #f6f8f9 100%);
  /* IE10+ */
  background: linear-gradient(to right, #f6f8f9 0%, #dcdddd 65%, #f6f8f9 100%);
  /* W3C */
}
.publication-types .publication-types-inner .menu {
  display: table;
  margin: 0 auto;
}
.publication-types .publication-types-inner .menu-item-outer {
  float: left;
  margin-left: 33px;
  color: #627989;
  height: 48px;
  line-height: 54px;
  font-family: caps;
  font-size: 14px;
  font-weight: bold;
}
.publication-types .publication-types-inner .menu-item-outer:first-child {
  margin-left: 0;
}
/*END OF PUBLICATION TYPES MENU*/
/*NEWSES CARDS*/
.newses .card.news {
  width: 288px;
  float: left;
  margin-right: 15px;
}
.newses .card.news:hover {
  background-color: #f0f0f0;
}
.newses .card.news {
  width: 288px;
  float: left;
  margin-right: 15px;
  cursor: pointer;
  /*.newses .card.news {
        width: 288px;
        float: left;
        margin-right: 65px;*/
}
/*.newses .card.news:nth-child(4n-1) {
    margin-right: 0;

}*/
.newses .card.news .visual {
  height: 189px;
}
.newses .card.news .textual .title {
  margin-bottom: 4px;
  height: 7em;
}
.newses .card.news .textual .footer {
  height: 27px;
}
.newses .horizontal-separator {
  width: 894px;
  /*width: 942px;*/
  height: 1px;
  margin-top: 42px;
  margin-bottom: 42px;
  float: left;
}
/*OTHER NEWS*/
.other-news.newses {
  display: table;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.other-news.newses .news:nth-child(3n) {
  margin-right: 0;
}
.other-news.newses .news {
  width: 279px;
  margin-right: 24px;
  cursor: pointer;
}
.other-news.newses .news .visual img {
  width: 100%;
  height: 100%;
}
/*END OF OTHER NEWS*/
.left-bar {
  width: 77%;
  float: left;
  display: table;
}
/*print*/
@media print {
  .body {
    font-family: normalFont;
    font-size: 20px;
    margin: 0px auto 0px auto ;
    line-height: 50px;
    width: 1000px;
    position: relative;
    right: 90px;
    letter-spacing: 0.5px;
    righ: 10px;
  }
  p {
    font-family: normalFont;
    font-size: 20px;
    margin: 0px auto 0px auto;
    line-height: 50px;
    width: 1000px;
    position: relative;
    letter-spacing: 0.5px;
    left: 80px;
  }
  .left-panel .target-news .title {
    font-size: 30px;
    color: black;
    position: relative;
    left: 80px;
  }
  .left-panel .target-news .properties .date {
    color: #5d88a1;
    font-size: 20px;
  }
}
/*End of print*/
