/*
Theme Name: FogNews
Theme URI: http://fognews.ru/
Author: Denis Denisenko
Author URI: http://creativeden.ru
Description: Description
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fognews
*/

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

a:focus, a:active, a:hover {
  outline: 0; }

body {
	padding-top: 15px;
	background: white url(img/bg-body.jpg) no-repeat top center; 
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-moz-osx-font-smoothing: grayscale; /*Fix for firefox font bold*/
	-webkit-text-size-adjust: 100%;
}

body > section .container {
    background-image: -webkit-gradient(linear, to right, to right, color-stop(21%, #404040), color-stop(21%, white));
    background-image: -o-linear-gradient(to right, #404040 21%, white 21%);
    background-image: -moz-linear-gradient(to right, #404040 21%, white 21%);
    background-image: -webkit-linear-gradient(to right, #404040 21%, white 21%);
    background-image: -ms-linear-gradient(to right, #404040 21%, white 21%);
    background-image: linear-gradient(to right, #404040 21%, white 21%); 
}
body > footer {
    padding-bottom: 8px;
    background: url(img/bg-footer.jpg) repeat top center; }
    body > footer .logo-footer {
      display: block;
      padding: 5px 0; }
    body > footer .list-inline {
      margin-bottom: 0; }
      body > footer .list-inline > li > a {
        color: #fff;
        text-decoration: underline;
        line-height: 50px;
        padding: 0; }
        body > footer .list-inline > li > a:hover {
          text-decoration: none; }
    body > footer .navbar-footer {
      -webkit-box-shadow: inset 0 4px 0 0 rgba(0, 0, 0, 0.4);
      box-shadow: inset 0 4px 0 0 rgba(0, 0, 0, 0.4);
      background: rgba(0, 0, 0, 0.2);
      font-size: 13px;
      margin-bottom: 0;
      min-height: 60px; }
      body > footer .navbar-footer .navbar-nav {
        margin-left: -30px; }
        body > footer .navbar-footer .navbar-nav > li > a {
          color: #e4e4e4;
          padding-top: 20px;
          padding-bottom: 20px; }
          body > footer .navbar-footer .navbar-nav > li > a:hover {
            color: #fff;
            background: transparent; }
      body > footer .navbar-footer .container {
        position: relative; }
      body > footer .navbar-footer .btn-up {
        border: 0;
        position: absolute;
        bottom: 0;
        right: 15px;
        font-size: 0;
        border-radius: 0;
        width: 34px;
        height: 34px;
        background: url(img/bg-btn-up.png) no-repeat 0 0; }

.navbar-default {
  font-family: "PT_SansNarrowBold";
  font-size: 17px;
  border-bottom: 1px solid #e7e7e7;
  margin: 0 -15px; }
  .navbar-default .navbar-brand {
    padding: 10px;
    margin: 0 60px 0 0; }
    .navbar-default .navbar-brand img {
      width: 313px;
      height: 84px; }
  .navbar-default .navbar-right {
    margin-top: 42px;
    font-size: 0; }
    .navbar-default .navbar-right > li {
      margin-right: 12px; }
      .navbar-default .navbar-right > li > a {
        width: 30px;
        height: 30px;
        padding: 0;
        background: url(img/ico/header-social.png) no-repeat; }
        .navbar-default .navbar-right > li > a.vk {
          background-position: left top; }
        .navbar-default .navbar-right > li > a.fb {
          background-position: center top; }
        .navbar-default .navbar-right > li > a.tw {
          background-position: right top; }
        .navbar-default .navbar-right > li > a:hover {
          opacity: 0.8; }
  .navbar-default .btn-search {
    color: #7a7a7a;
    float: right;
    border: 0;
    border-radius: 0;
    background: transparent;
    margin: 10px 0;
    font-size: 17px; }
    .navbar-default .btn-search:hover {
      background: #dddddd; }
  .navbar-default .navbar-form {
    margin: 0;
    border: 0;
    padding: 10px;
    position: relative;
    background: #323232; }
    .navbar-default .navbar-form .form-group {
      display: block;
      margin-bottom: 0; }
      .navbar-default .navbar-form .form-group .form-control {
        display: block;
        width: 100%;
        background: #737373;
        border: 0;
        border-radius: 0;
        color: #fff; }
        .navbar-default .navbar-form .form-group .form-control::-webkit-input-placeholder {
          color: #b3b3b3;
          font-style: italic; }
        .navbar-default .navbar-form .form-group .form-control::-moz-placeholder {
          color: #b3b3b3;
          font-style: italic; }
        .navbar-default .navbar-form .form-group .form-control:-moz-placeholder {
          color: #b3b3b3;
          font-style: italic; }
        .navbar-default .navbar-form .form-group .form-control:-ms-input-placeholder {
          color: #b3b3b3;
          font-style: italic; }
    .navbar-default .navbar-form .btn {
      color: #b3b3b3;
      position: absolute;
      right: 5px;
      top: 10px;
      background: transparent; }

.left-sidebar {
  overflow: hidden;
  width: 21%; }
  .left-sidebar h3 {
    color: #fff;
    font-family: "PT_SansNarrowBold";
    margin-top: 0; }
  .left-sidebar .navbar-category {
    background: #323232;
    margin: 0 -15px 40px -15px;
    padding: 15px; }
    .left-sidebar .navbar-category ul {
      margin: 0 0 0 -15px;
      padding: 0; }
      .left-sidebar .navbar-category ul > li {
        display: block;
        padding-left: 15px; }
        .left-sidebar .navbar-category ul > li + li {
          border-top: 1px solid #3c3c3c; }
        .left-sidebar .navbar-category ul > li > a {
          display: block;
          line-height: 32px;
          padding: 0;
          color: #ccc;
          -webkit-transition: 0.5s;
          -moz-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
          .left-sidebar .navbar-category ul > li > a:hover {
            color: #faa37a;
            border-left: 5px solid #e58354;
            padding-left: 15px;
            text-decoration: none; }
  .left-sidebar .navbar-form {
    margin: 15px 0;
    padding: 0;
    position: relative; }
    .left-sidebar .navbar-form .form-group {
      display: block; }
      .left-sidebar .navbar-form .form-group .form-control {
        display: block;
        width: 100%;
        background: #737373;
        border: 0;
        border-radius: 0;
        color: #fff; }
        .left-sidebar .navbar-form .form-group .form-control::-webkit-input-placeholder {
          color: #b3b3b3;
          font-style: italic; }
        .left-sidebar .navbar-form .form-group .form-control::-moz-placeholder {
          color: #b3b3b3;
          font-style: italic; }
        .left-sidebar .navbar-form .form-group .form-control:-moz-placeholder {
          color: #b3b3b3;
          font-style: italic; }
        .left-sidebar .navbar-form .form-group .form-control:-ms-input-placeholder {
          color: #b3b3b3;
          font-style: italic; }
    .left-sidebar .navbar-form .btn {
      color: #b3b3b3;
      position: absolute;
      right: 0;
      top: 0;
      background: transparent; }
  .left-sidebar .offtopic {
    margin-bottom: 30px; }
    .left-sidebar .offtopic img {
      width: 100%;
      height: auto; }
    .left-sidebar .offtopic figcaption {
      color: #dfdede; }
      .left-sidebar .offtopic a {
        color: inherit; }
  .left-sidebar .social-box {
    margin-bottom: 30px; }

.content {
  width: 79%; }

.top-news-carusel {
  max-height: 153px;
  overflow: hidden;
  position: relative;
  margin: 0 -15px;
  padding: 5px 30px;
  background: #fafafa;
  border-bottom: 1px solid #e7e7e7; }
    .top-news-carusel .owl-item {
      padding-left: 7.5px;
      padding-right: 7.5px; }
  .carusel-news-navigation a {
    cursor: pointer;
    position: absolute;
    font-size: 0;
    display: block;
    background-color: transparent;
    width: 20px;
    height: 20px;
    background: url(img/carusel-arrow.png) no-repeat;
    top: 50%;
    margin-top: -10px; }
    .carusel-news-prev {
      background-position: left top!important;
      left: 10px; }
      .carusel-news-prev:hover {
        background-position: left bottom!important; }
    .carusel-news-next {
      background-position: right top!important;
      right: 10px; }
      .carusel-news-next:hover {
        background-position: right bottom!important; }
  .top-news-carusel .media {
    margin: 5px 0;
    height: 93px;
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 10px; }
    .top-news-carusel .media-left {
      position: relative;
      width: 90px;
      height: 70px;
      overflow: hidden; }
    .top-news-carusel .media-left:before {
      content: " ";
      width: 90px;
      height: 70px;
      position: absolute;
      left: 0;
      top: 0;
      background: #e6e6e6 url(img/no-image.jpg) no-repeat center center;
      background-size: contain; }
    .top-news-carusel .media-left a {
      display: block;
      width: 90px;
      height: 70px;
      overflow: hidden; }
      .top-news-carusel .media-left a img {
        position: relative; 
        z-index: 1; }
    .top-news-carusel .media a {
      color: #000; }
      .top-news-carusel .media a:hover {
        color: #465787; }
    .top-news-carusel .media p {
      height: 30px;
      overflow: hidden;
      line-height: 14px;
      margin-bottom: 0; }
    .top-news-carusel .media .h6 {
      margin-bottom: 0; }
    .top-news-carusel .media:hover {
      -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2); }

.open-article {
  background: #fff;
  padding: 10px 15px;
  margin-bottom: 30px; }
  .open-article .media-heading {
    font-size: 24px; }
  .open-article .pull-left {
    padding-right: 20px; }
  .open-article .pull-right {
    padding-left: 20px; }
  .open-article a {
    color: #000;
    text-decoration: underline; }
    .open-article a:hover {
      text-decoration: none; }
  .open-article .category-list {
    margin-bottom: 25px; }

.other-material {
  margin-bottom: 30px; }
  .other-material hr {
    border-color: #c5c5c5; }
  .other-material h3 {
    font-family: "PT_SansNarrowBold";
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 0; }
  .other-material > .row > div {
    padding-right: 70px; }
    .other-material > .row > div + div .media:before {
      position: absolute;
      left: -40px;
      top: 0;
      content: " ";
      border-left: 1px solid #e6e6e6;
      height: 50px; }

.main {
  border-right: 1px solid #e7e7e7;
  padding-top: 25px; }
  .main h3 {
    margin-top: 0; }
  .main .breadcrumb {
    margin: -25px 0 0;
    padding: 10px 0; }

.bg-warning {
  color: #fff; }

h3.bg-warning {
  font-family: "PT_SansNarrowBold";
  padding: 0 15px;
  font-size: 20px;
  line-height: 40px; }

.label-post {
  display: inline-block;
  font-family: "PT_SansNarrowBold";
  font-size: 18px;
  padding: 5px 15px;
  margin-bottom: 10px; }

.first-news {
  margin-bottom: 20px; }
  .first-news .media-left {
    position: relative; }
    .first-news .media-left .label-post {
      position: absolute;
      left: 0;
      bottom: 0; }
  .first-news .media-heading {
    font-size: 16px; }
    .first-news .media-heading a {
      color: #000; }
  .first-news p {
    color: #6a6969;
    margin-bottom: 0;
    line-height: 18px; }
  .first-news .row {
    margin: 0; }
    .first-news .row > div {
      padding: 0; }
  .first-news .category-list {
    margin-top: 0; }

.category-list {
  margin-top: 7px; }
  .category-list > li {
    margin-bottom: 10px; }
  .category-list > li > a {
    color: #fff;
    background: #c7c7c7;
    font-weight: bold;
    padding: 1px 10px;
    text-decoration: none; }
    .category-list > li > a:hover {
      background: #78b228; }

.tags-list {
  margin-left: 72px; }
.tags-list > li {
  margin-bottom: 10px; }
  .tags-list > li > a {
    display: block;
    text-decoration: none;
    padding: 2px 7px 3px 7px;
    border: 1px solid #c5c5c5; }

.glyphicon-tag {
  position: relative;
  top: 3px;
  color: #9b9b9b;
  font-size: 12px;
  margin-right: 7px; }

.home-news {
  margin-right: -15px;
  padding-right: 15px; }
  .home-news .media-left {
    position: relative;
    width: 195px;
    height: 120px;
    overflow: hidden; }
  .home-news .media-left:before {
    content: " ";
    width: 195px;
    height: 120px;
    position: absolute;
    left: 0;
    top: 0;
    background: #e6e6e6 url(img/no-image.jpg) no-repeat center center;
    background-size: contain; }
  .home-news .media-left a {
    display: block;
    width: 195px;
    height: 120px;
    overflow: hidden; }
    .home-news .media-left a img {
      position: relative;
      z-index: 1; }
  .home-news .media-heading {
    color: #000;
    font-size: 17px; }
  .home-news .row {
    margin: 0; }
    .home-news .row > div {
      padding: 0; }
  .home-news .h6 {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px; }
  .home-news p {
    line-height: 18px;
    margin-bottom: 0; }
  .home-news a {
    color: #000; }
  .home-news + .home-news {
    border-top: 1px solid #e7e7e7;
    margin-top: 10px;
    padding-top: 15px; }
  .home-news + h3.bg-warning {
    margin-top: 20px; }
.home-news.sticky {
  display: none; }
.home-news.sticky + .home-news {
  margin-top: 0;
  border-top: 0; }

.main-events {
  margin-left: -7.5px;
  margin-right: -7.5px; }
  .main-events > div {
    padding-left: 7.5px;
    padding-right: 7.5px;
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px; }
  .main-events .h5 {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 0; }
    .main-events .h5 a {
      color: #000; }
  .main-events .h6 {
    font-size: 13px; }
.main-events .media-left a {
  display: block;
  overflow: hidden;
  max-height: 115px; }
.main-events .media-left {
  position: relative;
  width: 190px;
  height: 115px;
  overflow: hidden; }
.main-events .media-left:before {
  content: " ";
  width: 190px;
  height: 115px;
  position: absolute;
  left: 0;
  top: 0;
  background: #e6e6e6 url(img/no-image.jpg) no-repeat center center;
  background-size: contain; }
.main-events .media-left a img {
  position: relative;
  z-index: 1; }

.right-sidebar > .row {
  margin-top: 25px;
  background: #fff; }
.right-sidebar h3 {
  margin-top: 0;
  font-family: "PT_SansNarrowBold";
  font-size: 20px; }
.right-sidebar hr {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0; }

.popular-today-news .media-left {
  position: relative;
  width: 55px;
  height: 55px;
  overflow: hidden; }
.popular-today-news .media-left:before {
  content: " ";
  width: 55px;
  height: 55px;
  position: absolute;
  left: 0;
  top: 0;
  background: #e6e6e6 url(img/no-image.jpg) no-repeat center center;
  background-size: contain; }
.popular-today-news .media-left a {
  display: block;
  width: 55px;
  height: 55px; }
.popular-today-news .media-left a img {
  position: relative;
  z-index: 1; }
.popular-today-news a {
  color: #000; }
.popular-today-news .h6 {
  margin-top: 5px;
  margin-bottom: 5px; }

.last-comment a {
  color: #5d5d5d; }

.comment-month a {
  color: #000; }

.box-rss {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px;
  background: url(img/bg-box-rss.png) repeat 0 0; }
  .box-rss h4 {
    font-family: "PT_SansNarrowBold";
    font-size: 18px;
    margin: 0 0 13px 0; }
  .box-rss .navbar-form {
    margin: 0;
    padding: 0;
    position: relative; }
    .box-rss .navbar-form .form-group {
      display: block; }
      .box-rss .navbar-form .form-group .form-control {
        display: block;
        width: 100%;
        border: 0;
        border-radius: 0;
        color: #000; }
        .box-rss .navbar-form .form-group .form-control::-webkit-input-placeholder {
          color: #b3b3b3;
          font-style: italic; }
        .box-rss .navbar-form .form-group .form-control::-moz-placeholder {
          color: #b3b3b3;
          font-style: italic; }
        .box-rss .navbar-form .form-group .form-control:-moz-placeholder {
          color: #b3b3b3;
          font-style: italic; }
        .box-rss .navbar-form .form-group .form-control:-ms-input-placeholder {
          color: #b3b3b3;
          font-style: italic; }
    .box-rss .navbar-form .btn {
      font-size: 0;
      position: absolute;
      right: 6px;
      width: 24px;
      height: 24px;
      border-radius: 0;
      border: 0;
      top: 50%;
      margin-top: -12px;
      background: url(img/ico/bg-btn-rss.png) no-repeat 0 0; }
      .box-rss .navbar-form .btn:hover {
        opacity: 0.8; }
  .box-rss h5 {
    font-size: 13px;
    margin-bottom: 0; }

.alignleft {
  float: left;
  margin-right: 10px; }
.alignright {
  float: right;
  margin-left: 10px; }

#disqus_thread {
  background: #fff;
  margin-bottom: 15px;
  padding: 0 15px; }

.text-muted > a {
  color: #919191; }
.text-muted.h6.text-right > em {
    padding-right: 20px; 
}

span.page-numbers.current {
	color: #F57F27;
	font-weight: bold;
}
.author-block {
	background: white;
	padding: 10px 0;
	margin-bottom: 20px;
}
.splks {
	margin: 5px 0;
	text-align: center;
	color: white;
}
.splks a {
	color: white;
	text-decoration: underline;
}
.splks a:hover {
	color: #E4E4E4;
	text-decoration: none;
}
.archive-description {
	background: white;
	padding: 0px 5px;
}