.hidden{display:none;}

.simple-list {
  margin: 0;
  padding: 0;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  outline: 0;
  cursor: pointer;
  color: #000;
}
a:hover {
  text-decoration: underline;
  color: #1b73a4;;
}
a:visited {
  color: #630460;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}
iframe {
  max-width: 100%;
}
/* some swatches */
.cat-widget {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
}
.cat-widget.blue-bg {
  background: #002f52;
}
.cat-widget.grey-bg {
  background: #949494;
}
.cat-widget a {
  padding: 0 10px;
  font-weight: 700;
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.cat-widget.date-widget {
  color: #fff;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  margin-bottom: 20px;
}
.top-line,
.bottom-line {
  padding: 20px 0;
  background: #092133 url(img/header-pattern.png) repeat;
}
.top-line:after,
.bottom-line:after {
  content: '';
  display: table;
  clear: both;
}
.top-line .logo,
.bottom-line .logo {
  float: left;
}
.top-line .social-block,
.bottom-line .social-block {
  float: right;
  height: 60px;
  line-height: 60px;
}
.top-line .social-block {
  height: 43px;
  line-height: 43px; 
}
.top-line .social-block ul,
.bottom-line .social-block ul {
  list-style: none;
  margin: 0 50px 0 0;
  padding: 0;
  float:left;
}
.top-line .social-block ul li,
.bottom-line .social-block ul li {
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  line-height: 25px;
  color: #fff;
  margin-left: 5px;
}
.top-line .social-block ul li span,
.bottom-line .social-block ul li span {
  color: #f02828;
}
.top-line .social-block ul li a,
.bottom-line .social-block ul li a {
  display: inline-block;
}
.top-line .social-block ul li .soc-icon,
.bottom-line .social-block ul li .soc-icon {
  display: block;
  width: 25px;
  height: 25px;
  background: url(img/soc-icons-new.png) no-repeat;
}
.top-line .social-block ul li .soc-icon.fb,
.bottom-line .social-block ul li .soc-icon.fb {
  background-position: 0px 0px;
}
.top-line .social-block ul li .soc-icon.tw,
.bottom-line .social-block ul li .soc-icon.tw {
  background-position: -24px 0px;
}
.top-line .social-block ul li .soc-icon.gp,
.bottom-line .social-block ul li .soc-icon.gp {
  background-position: -49px 0px;
  width: 24px;
}

.top-line .social-block ul li .soc-icon.vk,
.bottom-line .social-block ul li .soc-icon.vk {
  background-position: -73px 0px;
  width: 24px;
}
.top-line .social-block ul li .soc-icon.od,
.bottom-line .social-block ul li .soc-icon.od {
  background-position: -97px 0px;
}



.top-line .top-banner,
.bottom-line .top-banner,
.top-line .bottom-info,
.bottom-line .bottom-info {
  margin: 0 370px 0 240px;
}
.site-header {
  // margin-bottom: 80px;
  margin-bottom: 30px;
}
.site-header .top-navi {
  height: 50px;
  background: #002f52 url(img/header-pattern.png);
  // margin-bottom: 50px;
  position: relative;
}
.site-header .top-navi .navbar-block {
  margin-right: 200px;
  // padding-bottom: 50px;
}
// .site-header .top-navi .navbar-block:before {
//   content: '';
//   height: 50px;
//   position: absolute;
//   left: 0;
//   right: 0;
//   background: #ebebeb;
//   top: 50px;
// }
.site-header .top-navi .navbar-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.site-header .top-navi .navbar-block ul:after {
  content: '';
  display: table;
  clear: both;
}
.site-header .top-navi .navbar-block ul li {
  display: inline-block;
  float: left;
  vertical-align: middle;
  background: url(img/top-navi-devider.png) right center no-repeat;
}
.site-header .top-navi .navbar-block ul li:first-child > ul {
  display: block;
}
.site-header .top-navi .navbar-block ul li.current-menu-item,
.site-header .top-navi .navbar-block ul li:hover,
.site-header .top-navi .navbar-block ul li.current-menu-parent,
.site-header .top-navi .navbar-block ul li.current-post-ancestor {
  background: #ebebeb;
  background-image: none;
}
.site-header .top-navi .navbar-block ul li.current-menu-item > ul,
.site-header .top-navi .navbar-block ul li:hover > ul,
.site-header .top-navi .navbar-block ul li.current-menu-parent > ul,
.site-header .top-navi .navbar-block ul li.current-post-ancestor > ul {
  display: block;
}
.site-header .top-navi .navbar-block ul li.current-menu-item a,
.site-header .top-navi .navbar-block ul li:hover a,
.site-header .top-navi .navbar-block ul li.current-menu-parent a,
.site-header .top-navi .navbar-block ul li.current-post-ancestor a {
  color: #000;
}
.site-header .top-navi .navbar-block ul li.current-menu-item li a,
.site-header .top-navi .navbar-block ul li:hover li a,
.site-header .top-navi .navbar-block ul li.current-menu-parent li a,
.site-header .top-navi .navbar-block ul li.current-post-ancestor li a {
  color: #000;
}
.site-header .top-navi .navbar-block ul li a {
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  padding: 0 18px;
  display: block;
  text-transform:uppercase;
}
.site-header .top-navi .navbar-block ul li ul {
  position: absolute;
  display: none;
  background: #ebebeb;
  left: 0;
  right: -200px;
  height: 50px;
  overflow: hidden;
}
.site-header .top-navi .navbar-block ul li ul li {
  background: url(img/category-navi-devider.png) right center no-repeat;
  height: 50px;
}
.site-header .top-navi .navbar-block ul li ul li:last-child {
  background: none;
}
.site-header .top-navi .navbar-block ul li ul li:last-child:hover {
  background: none;
}
.site-header .top-navi .navbar-block ul li ul li:hover,
.site-header .top-navi .navbar-block ul li ul li.current-menu-item {
  background: url(img/category-navi-devider.png) right center no-repeat;
  border-bottom: 2px solid #f02828;
}
.site-header .top-navi .navbar-block ul li ul li a {
  color: #000;
  padding: 0 20px;
}
.site-header .top-navi .search-block {
  margin: 11px 0 0 0;
  float: right;
  width: 200px;
}
.site-header .top-navi .search-block:after {
  content: '';
  display: table;
  clear: both;
}
.site-header .top-navi .search-block input {
  height: 28px;
  padding: 0 10px;
  float: left;
  background: #fff;
  border-radius: 3px 0 0 3px;
  border: 0;
  width: 170px;
}
.site-header .top-navi .search-block button {
  border: 0;
  border-radius: 0 3px 3px 0;
  background: #f02828;
  width: 28px;
  height: 28px;
  float: left;
  vertical-align: middle;
  text-align: center;
}
.site-header .top-navi .search-block .search-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(img/search-icon.png) no-repeat;
}
.noimg {
  background: url(img/noimg.png) center no-repeat;
  min-width: 130px;
  min-height: 90px;
}
.block {
  margin-bottom: 30px;
}
.block.polls-block .item a {
  color: #000;
  text-decoration: none;
}
.block.polls-block .item a:hover {
  text-decoration: underline;
  color: #1b73a4;
}
.block.polls-block .item p {
  margin-bottom: 0;
}
.block.polls-block .item form {
  text-align: left;
}
.block.polls-block .item form strong {
  color: #000;
  text-align: left;
  font-size: 14px;
  display: block;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 5px;
}
.block.polls-block .item .wp-polls-ul {
  padding: 10px 0 0;
  margin: 0 0 15px;
  font-size: 13px;
  border-bottom: 1px solid #d8d8d8;
}
.block.polls-block .item .wp-polls-ul li {
  position: relative;
  margin-bottom: 15px;
}
.block.polls-block .item .wp-polls-ul li input[type="radio"],
.block.polls-block .item .wp-polls-ul li input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
.block.polls-block .item .wp-polls-ul li label {
  display: block;
  font-weight: normal;
  padding-left: 20px;
  color: #000;
}
.block.polls-block .item .Buttons {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  background: #f02828;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
  margin-bottom: 10px;
}
.block .block-title .tabs-navi {
  float: right;
}
.block .block-title .tabs-navi ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.block .block-title .tabs-navi ul li {
  float: left;
}
.block .block-title .tabs-navi ul li:after {
  content: '/';
  color: #002d4e;
  font-size: 12px;
  font-weight: 400;
  margin: 0 3px;
}
.block .block-title .tabs-navi ul li:last-child:after {
  display: none;
}
.block .block-title .tabs-navi ul li.active a {
  text-decoration: underline;
}
.block .block-title .tabs-navi ul li a {
  font-size: 12px;
  text-transform: none;
  text-decoration: none;
  font-weight: 400;
  /*color: #002d4e;*/
  color: #000;
}
.block .block-title .tabs-navi ul li a:hover {
  text-decoration: underline;
  color: #1b73a4;
}
.block.most-readed .block-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.block.most-readed .block-content ul li {
  margin-bottom: 15px;
  border-left: 2px solid #c1c1c1;
  padding-left: 10px;
}
.block.most-readed .block-content ul li a {
  /*color: #002f52;*/
  color: #000;
  text-decoration: none;
}
.block.most-readed .block-content ul li a:hover {
  text-decoration: underline;
  color: #1b73a4;
}
.block.media-sq-block .block-title {
  text-transform: uppercase;
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
  font-size: 14px;
}
.block.media-sq-block .media-list {
  padding: 10px 10px 8px;
  background: #f1f1f1;
}
.block.media-sq-block .media-list.sq .list-inner {
  margin-right: -2px;
}
.block.media-sq-block .media-list.sq .list-inner:after {
  content: '';
  display: table;
  clear: both;
}
.block.media-sq-block .media-list.sq .item {
  width: 135px;
  height: 135px;
  float: left;
  margin: 0 3px 3px 0;
  position: relative;
}
.block.media-sq-block .media-list.sq .item.lg {
  width: 270px;
}
.block.media-sq-block .media-list.sq .item .icon {
  position: absolute;
  height: 20px;
  width: 24px;
  display: inline-block;
  background: url(img/post_format_icon.png) no-repeat;
  bottom: 20px;
  right: 20px;
}
.block.media-sq-block .media-list.sq .item.video .icon {
  background-position: -26px 0;
}
.block.media-sq-block .media-list.sq .item.gallery .icon {
  background-position: 0 0;
}
.block.carouseled {
  position: relative;
}
.block.carouseled .item.video > a {
  z-index: 1030;
  display: block;
  height: 100%;
}
.block.carouseled .item.video > a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background: url(img/video-icon.png) no-repeat;
  margin: -20px 0 0 -20px;
}
.block.carouseled .item .item-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.block.carouseled .item .item-caption h5 {
  color: #eae4ce;
  font-weight: 400;
  font-size: 13px;
  margin: 0;
  line-height: 1.3em;
}
.block.carouseled .item .item-caption h5 a {
  padding: 10px;
  text-decoration: none;
  color: #fff;
  display: block;
  height: 100%;
}
.block.carouseled .carousel-navi {
  top: 5px;
  right: 20px;
  position: absolute;
}
.block.carouseled .carousel-navi .carousel-control {
  position: static;
  height: 20px;
  width: 20px;
  margin-left: 7px;
  background-color: #757575;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: inline-block;
  background-image: url(img/carousel-arr.png);
  background-repeat: no-repeat;
}
.block.carouseled .carousel-navi .carousel-control.left {
  background-position: 5px 3px;
}
.block.carouseled .carousel-navi .carousel-control.right {
  background-position: -23px 3px;
}
.block.carouseled .block-content .post-cat {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  margin: 10px 0 5px;
}
.block.carouseled .block-content .post-cat a {
  color: inherit;
  text-decoration: none;
}
.block.carouseled .block-content h5 {
  margin: 0;
  line-height: 1.2em;
  font-size: 13px;
  height: 32px;
  overflow: hidden;
}
.block.carouseled .block-content h5 a {
  color: #002f52;
  text-decoration: underline;
}
.block.carouseled .block-content h5 a:hover {
  text-decoration: none;
}
.block .block-content ul {
  padding: 0 0 0 20px;
}
.block .block-content .item {
  color: #002f52;
}
.block .block-content .item.lg {
  margin: 0 0 15px -20px;
  list-style: none;
}
.block .block-content .item.lg.full-width {
  border: 1px solid #ccc;
  padding: 20px 20px 10px;
}
.block .block-content .item.lg.full-width .post-item .post-img {
  margin-bottom: 5px;
}
.block .block-content .item.lg.full-width .post-item h5 {
  font-size: 14px;
  font-weight: 700;
}
.block .block-content .item.lg.full-width .post-item h5 a {
  text-decoration: none;
  color: #000000;
}
.block .block-content .item.list-item {
  margin-bottom: 10px;
}
.block .block-content .item.list-item h5 {
  color: #002f52;
}
.block .block-content .item.list-item h5 a {
  color: #002f52;
  text-decoration: underline;
  font-size: 13px;
}
.block .block-content .item.list-item h5 a:hover {
  text-decoration: none;
}
.block.bg {
  background: #f1f1f1;
}
.block.bg .block-title {
  background: #ebebeb;
  height: 50px;
  line-height: 50px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 20px;
  position: relative;
}
.block.bg .block-title .title a {
  color: #000;
  text-decoration: none;
}
.block.bg .block-title .title a:hover {
  color: #1b73a4;
  text-decoration: underline;
}
.block.bg .block-content {
  padding: 20px;
}
.block.mentions-block {
    margin: 20px 0;
    border-top: solid 1px #d8d8d8;
    border-bottom: solid 1px #d8d8d8;
    padding: 10px 0 15px 0;
    background-color: #F1F1F1;
}

.block.mentions-block .container .title {
    padding: 0 0 12px;
    /* text-decoration: underline; */
    font-size: 1.2em;
    font-weight:bold;

}
.block.mentions-block .container .title a:hover{ text-decoration: underline; color: #1b73a4; }
.block.mentions-block .container .title a{color: #000;}

.block.mentions-block .container .post-list-block a{font-size:1.15em;}


.block.news-block-img {
  margin-bottom: 0;
}
.block.news-block-img.list .item {
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin: 0 20px;
}
.block.news-block-img.list .item:after {
  content: '';
  display: table;
  clear: both;
}
.block.news-block-img.list .item:last-child {
  border-bottom: 0;
}
.block.news-block-img.list .item .post-item-content {
  padding: 20px 0 20px;
  overflow: hidden;
}
.block.news-block-img.list .item .post-item-story {
  float: left;
  margin: 0px 0px 10px 0px;
  overflow: hidden;
  width: 70%;
}
.block.news-block-img .item {
  margin-bottom: 30px;
}
.block.news-block-img .item.single-item .item-img {
  width: auto;
  min-height: 330px;
  height: auto;
  margin-right: 220px;
  float: none;
}


.block.news-block-img .item:last-child {
  margin-bottom: 0;
}
.block.news-block-img .item:after {
  content: '';
  display: table;
  clear: both;
}
.block.news-block-img .item .item-img {
  width: 240px;
  height: 140px;
  float: left;
  margin-right: 20px;
}
.block.news-block-img .item .item-content .cat-widget {
  margin-bottom: 5px;
  height: 20px;
  line-height: 20px;
}
.block.news-block-img .item .item-content .cat-widget a {
  font-weight: 400;
  color: #fff;
  font-size: 12px;
}
.block.news-block-img .item .item-content .item-title h5 {
  margin: 0 0 5px;
  font-weight: 700;
  font-size: 14px;
  color: #000000;
  line-height: 20px;
}
.block.news-block-img .item .item-content .item-title h5 a {
  color: inherit;
  text-decoration: none;
}
.block.news-block-img .item .item-content .item-title h5 a:hover {
  text-decoration: underline;
  color: #1b73a4;
}
.block.news-block-img .item .item-content .short-text {
  color: #000000;
  font-size: 16px;
  text-align: justify;
}


.item-content .short-text a{
       color: #1b73a4;
}
.item-content .short-text a:hover{
       text-decoration:underline;
}


.block.news-block-img .item .related-post-block {
  margin-top: 30px;
  padding-left: 20px;
}
.block.news-block-img .item .related-post-block .item {
  margin-bottom: 10px;
  color: #002f52;
}
.block.news-block-img .item .related-post-block .item h5 {
  font-size: 13px;
  font-weight: 400;
  color: #002f52;
}
.block.news-block-img .item .related-post-block .item h5 a {
  color: inherit;
  text-decoration: underline;
}
.block.news-block-img .item .related-post-block .item h5 a:hover {
  text-decoration: none;
}
.block.list-news-block {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}
.block.list-news-block .last-list {
  border-right: 1px solid #ddd;
  padding-right: 20px;
}
.block.list-news-block .last-list .block-title {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  background: #ebebeb;
  margin-bottom: 30px;
}
.block.list-news-block .last-list .item {
  margin-bottom: 20px;
}
.block.list-news-block .last-list .item:last-child {
  margin-bottom: 0;
}
.block.list-news-block .last-list .item .post-date {
  float: left;
  height: 20px;
  width: 50px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  background: #949494;
  margin-right: 10px;
}
.block.list-news-block .last-list .item h5 {
  font-size: 13px;
  /*color: #002f52;*/
  color: #000;
  font-weight: 400;
  line-height: 1.6em;
  margin: 0;
}
.block.list-news-block .last-list .item h5 a {
  color: inherit;
  text-decoration: none;
}
.block.list-news-block .last-list .item h5 a:hover {
  color: #1b73a4;
  text-decoration: underline;
}
.block.top-news-block {
  background: #ebebeb;
  margin-bottom: 30px;
}
.block.top-news-block:after {
  content: '';
  display: table;
  clear: both;
}
.block.top-news-block .banner-block {
  width: 240px;
  height: 400px;
  margin: 10px;
  float: right;
}
.block.top-news-block .top-news {
  position: relative;
  margin-right: 260px;
}
.block.top-news-block .top-news:after {
  content: '';
  display: table;
  clear: both;
}
.block.top-news-block .top-news .item {
  text-align: right;
}
.block.top-news-block .top-news .item:after {
  display: none;
}
.block.top-news-block .top-news .item .item-wrap {
  height: 140px;
  width: 200px;
  position: relative;
  background: #000;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}
.block.top-news-block .top-news .item .post-img img {
  opacity: .5;
}
.block.top-news-block .top-news .item .item-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  color: #eae4ce;
  padding: 4px 5px;
}
.block.top-news-block .top-news .item .item-caption a {
  color: inherit;
  text-decoration: none;
}
.block.top-news-block .top-news .item .item-caption h5 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.block.top-news-block .top-news .item .item-caption h5 a {
  line-height: 1.2em;
}
.block.top-news-block .top-news .item .item-caption .cat-widget {
  position: absolute;
  top: -30px;
  left: 0;
}
.block.top-news-block .top-news .item.lg {
  width: auto;
  height: auto;
  float: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 200px;
}
.block.top-news-block .top-news .item.lg .item-wrap {
  width: 100%;
  height: 100%;
}
.block.top-news-block .top-news .item.lg .post-img img {
  opacity: 1;
}
.block.top-news-block .top-news .item.lg .item-caption {
  min-height: 80px;
  padding: 20px;
}
.block.top-news-block .top-news .item.lg .item-caption:after {
  content: '';
  display: table;
  clear: both;
}
.block.top-news-block .top-news .item.lg .item-caption .item-title {
  font-size: 20px;
  font-weight: 600;
}
.block.top-news-block .top-news .item.lg .item-caption .item-title a {
  color: inherit;
  text-decoration: none;
}
.block.top-news-block .top-news .item.lg .item-caption .cat-widget {
  position: static;
  height: 40px;
  line-height: 40px;
  margin-right: 20px;
  float: left;
}
.block.top-news-block .top-news .item.lg .item-caption .cat-widget a {
  padding: 0 20px;
}
.block.carousel-block {
  position: relative;
  background: #f1f1f1;
  margin-bottom: 30px;
}
.block.carousel-block .block-title {
  background: #919191;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  padding: 0 0 0 20px;
  height: 50px;
  line-height: 50px;
}
.block.carousel-block .carousel-indicators {
  position: absolute;
  top: -50px;
  right: 20px;
  bottom: auto;
  margin: 0;
  width: auto;
  height: 50px;
  line-height: 50px;
  left: auto;
}
.block.carousel-block .carousel-indicators li {
  width: 10px;
  height: 10px;
  background: #b2b2b2;
  border: 0;
  margin: 0 5px 0 0;
}
.block.carousel-block .carousel-indicators li.active {
  background: #fff;
}
.block.carousel-block .post-item .post-item-story {
  height: 40px;
  background: #e7e7e7;
  line-height: 40px;
  padding: 0 20px;
  margin: 0 0 20px;
}
.block.carousel-block .post-item .post-item-story a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
}
.block.carousel-block .post-item .post-item-story a:hover {
  color: #1b73a4;
  text-decoration: underline;
}
.block.carousel-block .post-item .post-item-content {
  height: 130px;
  padding: 0 20px 20px;
}
.block.carousel-block .post-item .post-item-content .post-img {
  margin: 0 20px 0 0;
  float: left;
}
.block.carousel-block .post-item .post-item-content h5 {
  margin: 0 0 20px;
  color: #000000;
  font-size: 14px;
}
.block.carousel-block .post-item .post-item-content h5 a {
  color: inherit;
  text-decoration: none;
}
.block.carousel-block .post-item .post-item-content h5 a:hover {
  color: #1b73a4;
  text-decoration: underline;
}
.block.carousel-block .post-item .post-item-content p {
  color: #000000;
  font-size: 13px;
}
.block.category-block {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  overflow:hidden;
}
.block.category-block .title-block {
  background: #ebebeb;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
}
.block.category-block .title-block .title {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  line-height: 1em;
  text-transform: uppercase;
}
.block.category-block .title-block .title a {
  text-decoration: none;
  color: #000;

}
.block.category-block .title-block .title a:hover {
  text-decoration: underline;
  color: #1b73a4;
}
.block.category-block .title-block .block-navi ul {
  margin: 0;
  padding: 0;
}
.block.category-block .title-block .block-navi ul:after {
  content: '';
  display: table;
  clear: both;
}
.block.category-block .title-block .block-navi ul li {
  display: inline-block;
  vertical-align: top;
  background: url(img/category-navi-devider.png) left center no-repeat;
  float: left;
  height: 50px;
}
.block.category-block .title-block .block-navi ul li.active {
  position: relative;
}
.block.category-block .title-block .block-navi ul li.active:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 2px solid #f02828;
}
.block.category-block .title-block .block-navi ul li a {
  padding: 0 35px;
  color: #000000;
  text-decoration: none;
  display: block;
  height: 100%;
}
.block.category-block .title-block .block-navi ul li a:hover {
  text-decoration: underline;
  color: #1b73a4;
}
.block.category-block .content-block {
  margin: 20px 0 30px;
}
.block.category-block .content-block ul:after {
  content: '';
  display: table;
  clear: both;
}
.block.category-block .content-block ul li {
  max-height: 40px;
  width: 50%;
  float: left;
  margin-bottom: 10px;
  color: #002f52;
}
.block.category-block .content-block ul li.lg {
  list-style: none;
  margin: 0 40px 0 -40px;
  display: inline-block;
  vertical-align: top;
  height: 160px;
  max-height: 160px;
  width: 50%;
  position: relative;
}
.block.category-block .content-block ul li.lg:first-child:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  border-right: 1px solid #dddddd;
}
.block.category-block .content-block ul li a {
  /*color: #002f52;*/
  color: #000;
  font-size: 13px;
  line-height: 1.3em;
  text-decoration: none;
}
.block.category-block .content-block ul li a:hover {
  text-decoration: underline;
  color: #1b73a4;
}
.block.category-block .post-item .post-img {
  float: left;
  width: 160px;
  height: 160px;
  margin-right: 20px;
}
.block.category-block .post-item .post-short {
  color: #000000;
  font-size: 13px;
}
.block.category-block .post-item .post-short h5 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 20px;
  color: #000000;
  line-height: 1.2em;
}
.block.category-block .post-item .post-short h5 a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.mention-block h5 {
  font-size: 13px;
  margin: 10px 0 0;
  /*color: #002f52;*/
  color: #000;
  line-height: 1.4em;
}
.mention-block h5 a {
  color: inherit;
  text-decoration: none;
}
.mention-block h5 a:hover {
  text-decoration: underline;
  color: #1b73a4;
}
.mention-block .mention-img {
  float: left;
  margin-right: 10px;
}
.mention-img img {
	width:100%;
}
.mention-block .mention-content {
  display: table-cell;
  width: 100%;
  height: 70px;
  vertical-align: middle;
}
.mention-block .mention-content .name {
  font-weight: 700;
  font-size: 14px;
  color: #002f52;
  line-height: 1em;
  vertical-align: middle;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.mention-block .mention-content .name a {
  color: #000;
  text-decoration: none;
}
.mention-block .mention-content .name a:hover {
  text-decoration: underline;
  color: #1b73a4;
}
.mention-block .mention-content .title {
  font-size: 13px;
  color: #000000;
  line-height: 1em;
}
.item:after {
  content: '';
  display: table;
  clear: both;
}
.lg-banner {
  margin-bottom: 30px;
  text-align: center;
}
.text-center{
  text-align: center;
}
.sidebar-side {
  width: 300px;
  float: left;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  position: relative;
}
.sidebar-side .mentions-block {
  margin: 0 0 30px;
}
.sidebar-side .mentions-block .mention-block {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d8d8d8;
}
.sidebar-side .mentions-block .mention-block h5 a {
  color: #000000;
}
.sidebar-side .mentions-block .mention-block h5 a:hover {
  text-decoration: underline;
  color: #1b73a4;
}
.center-side {
  float: left;
  padding: 0 15px;
  width: 870px;
}
.category .archive-header,
.page .archive-header,
.single .archive-header,
.search .archive-header,
.archive .archive-header {
  margin-bottom: 35px;
}
.category .archive-header .archive-title,
.page .archive-header .archive-title,
.single .archive-header .archive-title,
.search .archive-header .archive-title,
.archive .archive-header .archive-title {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin: 0;
  line-height: 1em;
}
.category .news-block-img .item,
.page .news-block-img .item,
.single .news-block-img .item,
.search .news-block-img .item,
.archive .news-block-img .item {
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.page .news-block-img .item {
  position: relative;
}
.page .news-block-img .item .icon-type {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  /*background: #002f52;*/
}
.page .news-block-img .item .icon-type .icon {
  background: url(img/post_format_icon.png) no-repeat;
  display: inline-block;
  height: 20px;
  width: 24px;
  margin: 4px 0 0 3px;
}
.page .news-block-img .item.video .icon {
  background-position: -26px 0;
}
.page .news-block-img .item.gallery .icon {
  background-position: 0 0;
}
.category .news-block-img .item .item-content .date-widget,
.page .news-block-img .item .item-content .date-widget,
.single .news-block-img .item .item-content .date-widget,
.search .news-block-img .item .item-content .date-widget,
.archive .news-block-img .item .item-content .date-widget {
  margin-bottom: 15px;
}
.single .archive-header {
  position: relative;
  min-height: 50px;
}
.single .post-date {
  width: 100%;
  color: #002f52;
  height: 50px;
  display: table;
  vertical-align: middle;
  font-size: 12px;
}
.single .post-date .date-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.single .post-date .date-wrap .lg {
  font-size: 20px;
  font-weight: 700;
  display: block;
}
.single .archive-header .archive-title {
  padding-left: 150px;
  padding-right: 150px;
  text-align:center;
  background:#F1F1F1;
  padding-top:10px;
  padding-bottom:10px;
  margin-left:15px;
  margin-right:15px;
}
.single .archive-header .archive-title small {
  display: block;
  color: #002f52;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 5px;
}
.single .share-block {
  width: 200px;
  float: left;
  background: #f1f1f1;
  height: 330px;
}
.single .share-block .title {
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  background: #ebebeb;
  line-height: 60px;
  position: relative;
}
.single .share-block .title:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid #ebebeb;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.single .short-text:after {
  content: '';
  display: table;
  clear: both;
}
.single .news-block-img .item {
  padding-bottom: 0;
}
.single .news-block-img .item:last-child {
  margin-bottom: 30px;
}
.single .news-block-img .related-post {
  margin: 30px 0;
  margin-left:260px;
}

.single .news-block-img .mention-content.v2 .related-post {
  margin-left:0px;
}


.single .news-block-img .related-post .title {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.single .news-block-img .related-post .related-post-block {
  margin: 0;
}
.single .news-block-img .related-post .related-post-block .item {
  padding-bottom: 15px;
  border: 0;
  margin-bottom: 0;
}
.single .news-block-img .related-post .related-post-block .item:last-child {
  padding-bottom: 0;
}
.single .news-block-img .related-post .related-post-block .item h5 {
  margin: 0;
}
.single .news-block-img .related-post .related-post-block .item h5 a {
  color: #002f52;
  text-decoration: none;
  font-weight:bold;
  font-size: 1.1em;
}

.single .news-block-img .related-post .related-post-block .item h5 a:hover {
  text-decoration: underline;
  color:#337ab7;
}
.single .top-post {
  margin-bottom: 10px;
}
.single .mention-content .name {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 14px;
}
.single .question {
  margin: -25px 0 30px 100px;
}
.single .question h4 {
  font-weight: 400;
  margin: 0 0 10px;
  font-size: 14px;
}
.single .question .question-author {
  font-size: 14px;
  font-weight: 700;
}
.single-specialist .single-item .mention-content {
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 30px;
  min-height: 140px;
  position: relative;
}

.single-specialist .single-item .mention-content.v2 {
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  min-height: 140px;
  position: relative;
}
.single-specialist .single-item .mention-content.v2:before {display:none;}


.single-specialist .single-item .mention-content:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border-right: 30px solid #ddd;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  left: -30px;
  top: 40px;
}
.single-specialist .single-item .mention-content:after {
 
}
.archive .center-side .mention-block {
  height: auto;
  margin-bottom: 40px;
}
.archive .center-side .mention-block .mention-content {
  display: block;
  height: auto;
}
.archive .center-side .mention-block .mention-content .mention-img {
  float: left;
  margin-right: 20px;
}
.archive .center-side .mention-block .mention-content .title {
  color: #000000;
  margin-bottom: 10px;
}
.soc-links {
  list-style: none;
  margin: 20px 0 0;
  padding: 0 15px;
}
.soc-links.colored li {
  margin-bottom: 15px;
  cursor: pointer;
}
.soc-links.colored li:after {
  content: '';
  display: table;
  clear: both;
}
.soc-links.colored li a {
  color: #000000;
  text-decoration: none;
  line-height: 24px;
}
.soc-links.colored li .icon,
.soc-links.colored li .social-likes__icon {
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url(img/soc-icons.png) no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}
.soc-links.colored li .icon.fb,
.soc-links.colored li .social-likes__icon.fb,
.soc-links.colored li .icon.social-likes__icon_facebook,
.soc-links.colored li .social-likes__icon.social-likes__icon_facebook {
  background-position: 0px -25px;
}
.soc-links.colored li .icon.tw,
.soc-links.colored li .social-likes__icon.tw,
.soc-links.colored li .icon.social-likes__icon_twitter,
.soc-links.colored li .social-likes__icon.social-likes__icon_twitter {
  background-position: -25px -25px;
  width: 24px;
}
.soc-links.colored li .icon.gp,
.soc-links.colored li .social-likes__icon.gp,
.soc-links.colored li .icon.social-likes__icon_plusone,
.soc-links.colored li .social-likes__icon.social-likes__icon_plusone {
  background-position: -49px -25px;
  width: 24px;
}
.soc-links.colored li .icon.vk,
.soc-links.colored li .social-likes__icon.vk,
.soc-links.colored li .icon.social-likes__icon_vkontakte,
.soc-links.colored li .social-likes__icon.social-likes__icon_vkontakte {
  background-position: -73px -25px;
  width: 24px;
}
.soc-links.colored li .icon.od,
.soc-links.colored li .social-likes__icon.od,
.soc-links.colored li .icon.social-likes__icon_odnoklassniki,
.soc-links.colored li .social-likes__icon.social-likes__icon_odnoklassniki {
  background-position: -97px -25px;
}
.soc-links.colored li .count,
.soc-links.colored li .social-likes__counter {
  float: right;
  line-height: 24px;
}
.meta-block {
  height: 40px;
  line-height: 40px;
  background: #ebebeb;
  padding: 0 20px;
  margin: 30px 0;
  margin-left:260px;
}
.meta-block:after {
  content: '';
  display: table;
  clear: both;
}
.meta-block .block-cont {
  display: inline-block;
  vertical-align: top;
  float: left;
  background: url(img/category-navi-devider.png) right center no-repeat;
  padding: 0 20px;
}
.meta-block .block-cont:last-child {
  background: none;
  padding-right: 0;
}
.meta-block .block-cont:first-child {
  padding-left: 0;
}
.meta-block .block-cont a {
  color: #000;
  text-decoration: none;
}
.meta-block .block-cont a:hover {
  text-decoration: underline;
  color: #1b73a4;
}
.meta-block .share-block-hor {
  float: right;
}
.meta-block .share-block-hor .soc-links {
  margin: 0;
}
.meta-block .share-block-hor .soc-links li {
  margin-bottom: 0;
}
.meta-block .share-block-hor .soc-links li .count,
.meta-block .share-block-hor .soc-links li .social-likes__counter {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
}
.meta-block .share-block-hor .soc-links li.title-block {
  width: 130px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
}
.icon-print {
  width: 17px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: url(img/icon-print.png) no-repeat;
  margin-right: 10px;
}
.share-block-hor .soc-links {
  margin: 0;
  padding: 0;
}
.share-block-hor .soc-links:after {
  content: '';
  display: table;
  clear: both;
}
.share-block-hor .soc-links li {
  width: 48px;
  float: left;
  padding: 0 10px 0 8px;
  margin-bottom: 0;
  background: url(img/category-navi-devider.png) right center no-repeat;
}
.share-block-hor .soc-links li:last-child {
  background: none;
  padding-right: 0;
}
.share-block-hor .soc-links li a {
  display: inline-block;
}
.share-block-hor .soc-links li a .icon {
  margin: -2px 0 0;
}
.breadcrumbs {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}
.breadcrumbs span {
  margin: 0 15px;
}
.breadcrumbs span:first-child {
  margin-left: 0;
}
.breadcrumbs a {
  color: #000;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
  color: #1b73a4;
}
/* Alignment */
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
  margin: 7px 24px 7px 0;
}
.wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}
blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
  margin: 7px 0 7px 24px;
}
.wp-caption.alignright {
  margin: 7px 0 7px 14px;
}
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}
.gallery {
  margin-bottom: 30px;
}
.pagination {
  position: relative;
  padding: 0 80px;
  display: block;
  text-align: center;
  margin: 30px 0;
}
.pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination ul li {
  display: inline-block;
  width: 40px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 25px;
}
.pagination ul li.arr {
  width: 24px;
  position: absolute;
  left: 0;
  margin: 0;
}
.pagination ul li.arr.right {
  left: auto;
  right: 0;
}
.pagination ul li.active a,
.pagination ul li:hover a {
  background: #f02828;
  color: #fff;
}
.pagination ul li a {
  background: #f1f1f1;
  text-decoration: none;
  color: #000000;
  display: block;
  height: 100%;
}
.bottom-navi {
  background: #002f52 url(img/header-pattern.png) repeat;
  padding: 30px 0 10px;
}
.bottom-navi ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bottom-navi ul:after {
  content: '';
  display: table;
  clear: both;
}
.bottom-navi ul > li {
   padding: 0 18px 14px;
  display: inline-block;
  vertical-align: top;
  float: left;
}
.bottom-navi ul > li#menu-item-7060 {
  width: 720px;
}
.bottom-navi ul > li > a {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  line-height: 1em;
}
.bottom-navi ul > li > a:hover {
  text-decoration: none;
}
.bottom-navi ul > li ul {
  margin-top: 20px;
}
.bottom-navi ul > li ul li {
  margin-bottom: 15px;
  width: 33%;
}
.bottom-navi ul > li ul li a {
  display: inline;
  font-weight: normal;
  text-transform: none;
  pointer-events: auto;
  cursor: pointer;
}
.bottom-navi ul > li ul li a:hover {
  text-decoration: underline;
}
.site-footer {
  color: #fff;
}
.site-footer .logo {
  padding-top: 10px;
}
.site-footer .bottom-info {
  padding-top: 15px;
}
.site-footer p {
  margin-bottom: 5px;
  line-height: 1em;
}
.site-footer a {
  font-weight: 300;
  color: #fff;
  text-decoration: none;
}
.site-footer a:hover {
  text-decoration: underline;
}
.menu-icon {
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  padding: 0 5px;
  display: none;
  margin-right: 200px;
  outline:none!important;
}
.menu-icon:hover {
  text-decoration: none;
  color: #fff;
}
.post-list-block.mention-block h5 {
  font-size: 12px;
  color: #000000;
  line-height: 16px;
  margin: -3px 0 0;
}
.post-list-block.mention-block .mention-content{
  vertical-align: top;
} 
.social-share {
	margin:15px 0px 0px 0px;
	margin-left: 270px;
}
.social-share a {
    display: inline-block;
    cursor: pointer;
    background-color: #092133;
    text-transform: uppercase;
    padding: 8px 12px;
    border-radius: 4px;
    margin-right: 2px;
	margin-bottom:5px;
}
#leyka-copy {
	display:none!important;
}
.offcanvas-left ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.offcanvas-left ul li {
	
}
.offcanvas-left ul li a {
	position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
	color: #555;
}
.js-hiraku-offcanvas-open nav.offcanvas-left {
	display:block!important;
}
.single.single-post .share-block.without-image {
	height:0px;
}
.single.single-post .block.news-block-img .item.single-item .item-img.without-image {
	min-height:0px;
	height:0px;
}
.menu-red {
	background:red!important;
}
.menu-red a {
	color:#fff!important;
}

/* media queries */
@media (max-width: 550px) {
  .block.mentions-block {
    display: none;
  }
  .block.mentions-block .mention-block {
    margin-bottom: 30px;
  }
  .block.top-news-block .banner-block {
    display: none;
  }
  .block.top-news-block .top-news {
    margin: 0;
  }
  .block.top-news-block .top-news .item .item-wrap {
    width: 100%;
  }
  .block.top-news-block .top-news .item.lg {
    position: static;
  }
}
@media (max-width: 767px) {
  .site-header {
    margin-bottom: 30px;
  }
  .site-header .top-line {
    padding-bottom: 0;
  }
  .site-header .top-line .logo,
  .site-header .top-line .social-block {
    float: none;
    text-align: center;
  }
  .site-header .top-line .top-banner {
    display: none;
  }
  .site-header .top-navi {
    margin-bottom: 0;
    position: relative;
  }
  .site-header .top-navi .search-block {
    width: 200px;
  }
  .site-header .top-navi .menu-icon {
    display: block;
  }
  .site-header .top-navi .navbar-block {
    margin-right: 30px;
    display: none;
  }
  .lg-banner {
    display: none;
  }
  .block.mentions-block {
    display: none;
  }
  .block.mentions-block .mention-block {
    margin-bottom: 30px;
  }
  .block.top-news-block .banner-block {
    display: none;
  }
  .block.top-news-block .top-news {
    margin: 0;
  }
  .block.list-news-block .last-list {
    padding: 0;
    border: 0;
    margin-bottom: 30px;
  }
  .block.news-block-img .item {
    border-bottom: 1px solid #ddd;
  }
  .block.news-block-img .item:last-child {
    border-bottom: 0;
  }
  .block.news-block-img .item .item-img {
    float: none;
  }
  .block.news-block-img .item.single-item .item-img {
    width: auto;
    min-height: 10px;
  }
  .block.news-block-img .item.single-item .item-img .mention-img {
    margin-bottom: 30px;
  }
  .block.news-block-img .item.single-item .item-img .mention-content .name {
    margin-bottom: 5px;
  }
  .block.carousel-block .post-item .post-item-content {
    height: auto;
  }
  .block.carousel-block .post-item .post-item-content .post-img {
    float: none;
    margin-bottom: 15px;
  }
  .block.category-block .title-block {
    height: auto;
  }
  .block.category-block .title-block .pull-right,
  .block.category-block .title-block .pull-left {
    float: none!important;
  }
  .block.category-block .title-block .block-navi ul li {
    display: block;
    float: none;
    position: relative;
  }
  .block.category-block .title-block .block-navi ul li:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #ddd;
  }
  .block.category-block .title-block .block-navi ul li:last-child:before {
    display: none;
  }
  .block.category-block .title-block .block-navi ul li a {
    padding: 0 15px;
  }
  .block.category-block .content-block ul {
    margin-left: 0;
    padding-left: 20px;
  }
  .block.category-block .content-block ul li {
    width: auto;
    float: none;
  }
  .block.category-block .content-block ul li .post-item .post-img {
    float: none;
  }
  .block.category-block .content-block ul li.lg {
    width: auto;
    float: none;
    height: auto;
    max-height: none;
    margin: 0 0 0 -20px;
  }
  .block.category-block .content-block ul li.lg .post-img {
    margin-bottom: 15px;
  }
  .block.category-block .content-block ul li.lg:first-child:after {
    border: 0;
  }
  .block.media-sq-block .media-list.sq .item {
    width: 133px;
  }
  .single .site-main .mentions-block {
    display: none;
  }
  .single .share-block {
    display: none;
  }
  .single .post-date {
    position: static;
    width: 100%;
    display: block;
    height: auto;
    border: 0;
  }
  .single .post-date .date-wrap {
    width: auto;
    display: block;
    text-align: left;
  }
  .single .post-date .date-wrap .lg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
  .single .archive-header .archive-title {
    padding-left: 0;
	padding-right:0;
  }
  .center-side,
  .sidebar-side {
    width: auto;
    display: block;
    float: none;
  }
  .meta-block {
    height: auto;
    padding-bottom: 10px;
  }
  .meta-block .block-cont {
    display: block;
    background: none;
    padding: 0;
    float: none;
  }
  .meta-block .block-cont.share-block-hor {
    float: none;
  }
  .meta-block .block-cont.share-block-hor .soc-links li {
    float: none;
    padding: 0;
    background: none;
    width: 100%;
  }
  .meta-block .block-cont.share-block-hor .soc-links li.title-block {
    width: auto;
  }
  .left-side-banner-block {
    display: none;
  }
  .sidebar-side {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    display: block;
  }
  .sidebar-side .block {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    text-align: left;
    float: left;
  }
  .sidebar-side .block.left-side-banner-block {
    height: 480px;
    text-align: center;
  }
  .sidebar-side .block .block-content {
    height: auto;
    min-height: 200px;
  }
  .sidebar-side .block .block-inner {
    height: auto;
    min-height: 200px;
  }
  .sidebar-side .block.mentions-block {
    display: inline-block;
  }
  .sidebar-side .block.mentions-block .col-sm-6 {
    width: 100%;
  }
  .site-footer .bottom-navi ul > li {
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 30px;
  }
  .site-footer .bottom-navi ul > li#menu-item-7060 {
    width: 100%;
  }
  .site-footer .bottom-navi ul > li ul li {
    margin-bottom: 5px;
  }
  .site-footer .bottom-line .logo,
  .site-footer .bottom-line .social-block {
    float: none;
    width: 100%;
    text-align: center;
  }

.top-line .social-block ul li, .bottom-line .social-block ul li{margin-left:2px;}

.site-footer .bottom-line .social-block .copyr-block{display:none;}

  .site-footer .bottom-line .bottom-info {
    margin: 0;
  }

.top-line .social-block ul, .bottom-line .social-block ul{
  padding-right:0px;
  float:left;
  width:100%;
  margin:0px;
}

.block.top-news-block, .last-list, .actual-news-block.carousel-block.block { 
	display:none!important;
}
.block.news-block-img .item .item-img {
	width:100%;
	height:auto;
}
.block.news-block-img .item .item-img img {
	width:100%;
	height:auto;
}
.social-share {
	margin: 15px 0px 0px 0px!important;
}
.social-share a {
	margin-bottom:5px;
}
body.single .block.news-block-img p {
	font-size:16px;
}
.counter {
	float:none!important;
	width:100%!important;
	padding:0px!important;
}
.no-margin {
	margin:0px!important;
}

}
@media (min-width: 768px) and (max-width: 992px) {
  .site-header .logo {
    margin-bottom: 20px;
  }
  .site-header .top-banner {
    margin: 0;
  }
  .site-header .top-navi .navbar-block ul li a {
    font-size: 12px;
    padding: 0 10px;
  }
  .block.mentions-block {
    display: none;
    margin-bottom: 0;
  }
  .block.mentions-block .mention-block {
    margin-bottom: 30px;
  }
  .block.top-news-block .banner-block {
    display: none;
  }
  .block.top-news-block .top-news {
    padding: 10px;
    margin: 0;
  }
  .block.top-news-block .top-news:after {
    content: '';
    display: table;
    clear: both;
  }
  .block.top-news-block .top-news .item.lg {
    float: none;
    width: auto;
    right: 210px;
    top: 10px;
    left: 10px;
    bottom: 10px;
  }
  .center-side {
    width: 100%;
    float: none;
    display: block;
  }
  .center-side .share-block {
    display: none;
  }
  .center-side .meta-block .share-block-hor {
    float: none;
    padding: 0;
  }
  .sidebar-side {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    display: block;
  }
  .sidebar-side .block {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    text-align: left;
  }
  .sidebar-side .block.left-side-banner-block {
    height: 480px;
    text-align: center;
  }
  .sidebar-side .block .block-content {
    height: auto;
  }
  .sidebar-side .block .block-inner {
   height: auto;
    min-height: 200px;
  }
  .sidebar-side .block.mentions-block {
    display: inline-block;
  }
  .sidebar-side .block.mentions-block .col-sm-6 {
    width: 100%;
  }

  .block.news-block-img.list .item{overflow:hidden;}
}
@media (min-width: 993px) and (max-width: 1170px) {
  .block.news-block-img.list .item{overflow:hidden;}
  .center-side {
    width: auto;
    float: none;
    display: table-cell;
    vertical-align: top;
  }
  .sidebar-side {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
  .sidebar-side .block .block-content {
    height: auto;
  }
  .sidebar-side .block .block-inner {
   height: auto;
    min-height: 200px;
  }
  .container {
    width: auto;
  }
}


.youtube_channel.ytc_wall_1-6 .ytc_video_container {
    padding: 5px;
    box-sizing: border-box;
    max-width: 33.333%;
}
.youtube_channel.ytc_wall_1-6 .ytc_video_container.ytc_video_1 {
    max-width: 100%;
}
@media screen and (max-width: 768px) {
    .youtube_channel.ytc_wall_1-6 .ytc_video_container:not(.ytc_video_1) {
        max-width: 50%;
    }
}
@media screen and (max-width: 480px) {
    .youtube_channel.ytc_wall_1-6 .ytc_video_container:not(.ytc_video_1) {
        max-width: 100%;
    }
}

.youtube-channel-box{padding-top:10px;}
.block .youtube_channel p.ytc_error, .youtube-channel-box .youtube_channel p.ytc_error{color: gray; font-size: 0.8em;}
.youtube_channel h3{    font-size: 13px;margin-top: 4px;    display: inline-block;    height: 25px;}
.soc-links.colored li .icon.youtube{background: url(images/webicon-youtube.svg) no-repeat;}

.single-post .item-content{clear:both; overflow: hidden;}
.single-post .short-text{ display: table-cell; text-align: justify; vertical-align: top;} 
.single-post .item-content-right{display: table-cell; width: 200px;  

}

.single-post .item-content-right div.widget div.title{
    background: #ebebeb;
    height: 50px;
    line-height: 50px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 20px;
    position: relative;
}

.single-post .item-content-right div.widget div{
    padding: 10px 0px;

}


.single.single-post .block.news-block-img .item.single-item .item-img {    margin-left: 270px; margin-right:0px;}
.single.single-post  .share-block { width: 240px;}

@media screen and (min-width: 993px) {
.single.single-post .block.news-block-img .item.single-item .item-img img {    height: 330px;}
}
.single.single-post  .item-content-right{    width: 270px;}

@media screen and (max-width: 480px) {
  .single-post .short-text{ width: 100%; display:block;}
  .single-post .item-content-right{display:none; }
.single.single-post .block.news-block-img .item.single-item .item-img {    margin: 0px;}
.block.news-block-img .item.single-item .item-img {margin-right:20px;}

}


.site-header .top-navi .navbar-block ul li.menu-item-29872 a {background-color: #CB1D28;}
.site-header .top-navi .navbar-block ul li.menu-item-29872 a:hover, .site-header .top-navi .navbar-block ul li.menu-item-29872 a:visited {color:white;}
.testx{}