.main-long-read-header {
    background-color: #c23636;
    font-size: 14px;
    height: 3.2em;
}
.main-long-read-header-logo-wrapper img {
    height: 100%;
}
.main-long-read-header-links-wrapper {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    padding: 1em 0;
}
.main-long-read-header-links-wrapper a:hover,
.main-long-read-header-links-wrapper a.active {
    color: #fff;
}
.main-long-read-header-links-main {
    flex: 4;
    display: flex;
    justify-content: space-between;
}
.main-long-read-header-links-languages {
}
.main-long-read-header-links-languages {
    padding: 0 3.214em 0 2.5em;
}
.floating-likes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 195px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
  overflow-y: hidden;
  padding-left: 45px;
}

.floating-likes .anchor-box {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  height: auto;
  margin-top: 75px;
  padding-left: 0;
  margin-bottom: 0;
}

.floating-likes .anchor-box li {
  display: block;
  margin-bottom: 15px;
  padding-left: 18px;
  position: relative;
}

.floating-likes .anchor-box li:before {
  content: '';
  position: absolute;
  background: url("../images/bullet-grey.png") no-repeat 0 0;
  width: 18px;
  height: 12px;
  top: 6px;
  left: -9px;
}

.floating-likes .anchor-box li:last-child {
  margin-bottom: 0;
}

.floating-likes .anchor-box li a {
  color: grey;
  line-height: 1em;
  text-decoration: none;
}

.floating-likes .anchor-box li.current:before,
.floating-likes .anchor-box li:hover:before {
  background: url("../images/bullet-red.png") no-repeat 0 0;
}

.floating-likes .anchor-box li.current a,
.floating-likes .anchor-box li:hover a {
  color: #a72b2b;
}

.post-body {
  padding: 0 9px;
}

.post-body.longread h2,
.post-body.longread h3,
.post-body.longread h4 {
  margin-left:0;
  margin-bottom: 23px;
}

.post-body .aside-floating-block {
  margin-bottom: 0;
}

.post-body .article-content {
  max-width: 700px;
  margin: 0 auto;
}

.post-body .article-content p {
  margin-right: 0;
  margin-left: 0;
}

.post-body .article-content p.important {
  line-height: 1.444em;
  font-size: 18px;
  margin-bottom: 45px;
}

.post-body .article-content blockquote {
  color: #001826;
  margin: 38px 0 36px;
  padding: 0 60px;
  /*&:before, &:after {
        content: '';
        display: block;
        background: url("../images/bullet-red.png") no-repeat 0 0;
        width: 18px;
        height: 12px;
        margin: 0 auto;
        @include retina {
          background: url("../images/bullet-red-x2.png") no-repeat 0 0/18px 12px;
        }
      }*/
}

.post-body .article-content blockquote:after {
  margin-top: 25px;
}

.post-body .article-content blockquote:before {
  margin-bottom: 20px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.post-body .nn-image-container img {
    max-width: 100%;
}

.post-body figure {
  position: relative;
  margin: 46px 0;
  background: #f6f6f6;
}

.post-body figure.big-image:before {
  content: '';
  position: absolute;
  width: 245px;
  height: calc(100% + 150px);
  left: 0;
  top: -150px;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.001) 0%, #f6f6f6 15%, #f6f6f6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.001)), color-stop(15%, #f6f6f6), to(#f6f6f6));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.001) 0%, #f6f6f6 15%, #f6f6f6 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.001) 0%, #f6f6f6 15%, #f6f6f6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f6f6f6',GradientType=0 );
  /* IE6-9 */
}

.post-body figure.big-image:after {
  content: '';
  position: absolute;
  width: 245px;
  height: 150px;
  left: 0;
  bottom: -150px;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f6f6f6 15%, rgba(255, 255, 255, 0.001) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #f6f6f6), to(rgba(255, 255, 255, 0.001)));
  background: -o-linear-gradient(top, #f6f6f6 15%, rgba(255, 255, 255, 0.001) 100%);
  background: linear-gradient(to bottom, #f6f6f6 15%, rgba(255, 255, 255, 0.001) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
}

.post-body figure.medium-image {
  margin: 46px -110px;
}
.post-body.with-anchors-menu figure.medium-image {
  margin: 46px -275px 46px 0;
}

.post-body figure.big-image {
  margin: 46px -273px;
}

.post-body figure img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  margin-bottom: 0;
  height: auto;
  display: block;
}

.post-body figure.big-image img {
    margin: 0 auto;
}

.post-body figure figcaption {
  font-size: 14px;
  color: grey;
  margin-top: 0 !important;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.post-body .recent {
  float: right;
  margin: 10px -275px 10px 20px;
  position: relative;
  clear: right;
  max-width: 450px;
}

.post-body .recent .border-margin {
  margin: 1px;
}

.post-body .recent .row {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: column;
}

.post-body .recent .grid {
  background: #e3e5e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-body .recent .grid .item {
  flex: 1 1 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f8f8f8;
  position: relative;
  padding: 10px;
}

.post-body .recent .grid .item .bliamba {
  opacity: 0.4;
}

.post-body .recent .grid .item img {
  margin: 0;
  border: 1px solid #f8f8f8;
}

.post-body .recent .grid .item .title a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
 
}
.post-body .recent .grid .item .title a:hover {
  opacity: 0.2;
}

.post-body .recent .grid .item .title {
  position: absolute;
  left:15px;
  bottom:15px;
  right: 15px;
  text-align: center;
  z-index: 2;
}

.post-body .recent .row .item {
  padding: 5px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 2px solid #f8f8f8;
}

.post-body .recent .row .item:last-child {
  border: none;
}

.post-body .recent .row .item a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.25em;
}

.post-body .recent .row .item a:hover {
  color: #c23636;
}

.post-body .gallery-box {
  margin: 15px -245px;
}

.post-body .gallery-box .nav-bottom {
  display: none;
}

.post-body .gallery-box .jgallery .jgallery-thumbnails,
.post-body .gallery-box .jgallery {
  background: transparent !important;
}

.post-body .gallery-box .jgallery .jgallery-thumbnails .jgallery-container {
  background: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.post-body img {
  /*! margin-bottom: 15px; */
}

.slider-box {
  margin: 46px -273px;
  position: relative;
}

.slider-box:before {
  content: '';
  position: absolute;
  width: 245px;
  height: calc(100% + 160px);
  left: 0;
  top: -160px;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.001) 0%, #f6f6f6 15%, #f6f6f6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.001)), color-stop(15%, #f6f6f6), to(#f6f6f6));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.001) 0%, #f6f6f6 15%, #f6f6f6 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.001) 0%, #f6f6f6 15%, #f6f6f6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f6f6f6',GradientType=0 );
  /* IE6-9 */
}

.slider-box:after {
  content: '';
  position: absolute;
  width: 245px;
  height: 150px;
  left: 0;
  bottom: -150px;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f6f6f6 15%, rgba(255, 255, 255, 0.001) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #f6f6f6), to(rgba(255, 255, 255, 0.001)));
  background: -o-linear-gradient(top, #f6f6f6 15%, rgba(255, 255, 255, 0.001) 100%);
  background: linear-gradient(to bottom, #f6f6f6 15%, rgba(255, 255, 255, 0.001) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
}

.slider-box .nn-image-description {
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.slider-box img {
  max-width: 100%;
  margin-bottom: 0;
}

.slider-box .slider-for .slide {
  height: 740px;
}

.slider-box .slider-for .image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.slider-box .slider-for .slick-arrow {
  border: none;
  width: 16px;
  height: 33px;
  position: absolute;
  z-index: 3;
  top: 50%;
  outline: none;
  font-size: 0;
  margin-top: -16px;
  padding: 0;
  line-height: 0;
  background: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.slider-box .slider-for .slick-arrow:before {
  content: '';
  width: 0;
  line-height: 0;
  height: 0;
  border-style: solid;
  border-width: 16.5px 0 16.5px 16px;
  border-color: transparent transparent transparent #fff;
}

.slider-box .slider-for .slick-arrow.slick-prev {
  left: 20px;
}

.slider-box .slider-for .slick-arrow.slick-prev:before {
  border-width: 16.5px 16px 16.5px 0;
  border-color: transparent #fff transparent transparent;
}

.slider-box .slider-for .slick-arrow.slick-next {
  right: 20px;
}

.slider-box .slider-for .slick-arrow:hover {
  opacity: .75;
}

.slider-box .slider-nav {
  line-height: 0;
  font-size: 0;
  margin-top: 5px;
  text-align: center;
}

.slider-box .slider-nav.slick-initialized {
  padding: 0 30px;
}

.slider-box .slider-nav .slick-list {
  padding: 0 2px !important;
}

.slider-box .slider-nav .slick-arrow {
  border: none;
  width: 16px;
  height: 33px;
  position: absolute;
  outline: none;
  z-index: 3;
  top: 50%;
  margin-top: -16px;
  padding: 0;
  background: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.slider-box .slider-nav .slick-arrow:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16.5px 0 16.5px 16px;
  border-color: transparent transparent transparent #000000;
}

.slider-box .slider-nav .slick-arrow.slick-prev {
  left: 0;
}

.slider-box .slider-nav .slick-arrow.slick-prev:before {
  border-width: 16.5px 16px 16.5px 0;
  border-color: transparent #000000 transparent transparent;
}

.slider-box .slider-nav .slick-arrow.slick-next {
  right: 0;
}

.slider-box .slider-nav .slick-arrow:hover {
  opacity: .75;
}

.slider-box .slider-nav .slide {
  display: inline-block;
  width: 14.2857143%;
  padding: 0 2px;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 107px;
}

.slider-box .slider-nav .slide .image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.slider-box .slider-nav .slide:hover {
  opacity: .75;
}

.slider-box .slider-nav .slide.slick-current,
.slider-box .slider-nav .slide.active {
  position: relative;
}

.slider-box .slider-nav .slide.slick-current:before,
.slider-box .slider-nav .slide.active:before {
  content: '';
  position: absolute;
  left: 2px;
  right: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  top: 0;
  border: 5px solid #c23636;
}

.mob-template .slider-box {
  margin: 0 15px;
}

.mob-template .slider-for .slide {
  height: 280px;
}

.title-box {
  background-color: #f8f8f8;
  padding: 0 0;
}

.title-box .block-header {
  max-width: 1244px;
  margin: 0 auto 20px;
}

.title-box .block-header .article-time {
  opacity: 0.4;
  float: right;
  margin-right: 30px;
  margin-top: 6px;
  color: white;
  font-weight: 700;
}

.title-box .block-header .article-time a {
  color: white;
  font-weight: 700;
}

.title-box .align-right {
  max-width: 1244px;
  margin: 3px 20px 0 0;
  text-align: right;
}

.title-box .align-right .i-printer {
  opacity: .7;
  position: relative;
  top: -1px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHBhdGggZD0iTTQwOC41IDE2MC41di04OGgtMzA1djg4aC01My41djIwM2g1My4zMzN2LTU1LjVoMzA1LjE2N3Y1NS41aDUzLjV2LTIwM2gtNTMuNXptLTQwIDBoLTIyNXYtNDhoMjI1djQ4em01My44MzQgNTAuNzY3Yy02LjY4MiAwLTEyLjEtNS40MTgtMTIuMS0xMi4xMDFzNS40MTgtMTIuMSAxMi4xLTEyLjEgMTIuMTAxIDUuNDE3IDEyLjEwMSAxMi4xLTUuNDE5IDEyLjEwMS0xMi4xMDEgMTIuMTAxem0tNTQuNTAxIDIyOC4yMzNoLTIyNC4zMzN2LTk3aDIyNC4zMzN2OTd6IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+);
}

.title-box .align-right .i-printer:hover {
  opacity: 1;
}

.title-box .align-right .i-mail {
  opacity: .7;
  padding-top: 1px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHBhdGggZD0iTTUwLjQyMyAxMDMuNDA3djMwNS4xODZoNDExLjE1M3YtMzA1LjE4NmgtNDExLjE1M3ptMzYyLjUwNSA0MGwtMTU3LjMzNSAxMzAuMDI5LTE1Ni45MDItMTMwLjAyOWgzMTQuMjM3em04LjY0OCAyMjUuMTg2aC0zMzEuMTUzdi0xNzcuNTA4bDE2NS4xMzcgMTM2LjgxMyAxNjYuMDE2LTEzNy4xOXYxNzcuODg1eiIgZmlsbD0iI2ZmZmZmZiIvPjwvc3ZnPg==);
}

.title-box .align-right .i-mail:hover {
  opacity: 1;
}

.title-box .article-header {
  position: relative;
  margin: 0;
  display: block;
  min-height: 350px;
  background-color: #454545;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.title-box .article-header:before {
  content: '';
  opacity: 0.7;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#392336), to(transparent));
  background-image: -webkit-linear-gradient(bottom, #392336 0%, transparent 100%);
  background-image: -o-linear-gradient(bottom, #392336 0%, transparent 100%);
  background-image: linear-gradient(to top, #392336 0%, transparent 100%);
  height: 40%;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
}

.title-box .article-header img {
  display: block;
  min-width: 100%;
}

.title-box .article-header .article-lead {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding:  210px 100px 0 100px;
  text-align: center;
}

.title-box .article-header .article-lead h1 {
  text-align: center;
  font-size: 56px;
  line-height: 1.1em;
  margin: 0 auto 50px;
  color: #fff;
}

.title-box .article-header .article-lead p {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.article-content-lead {
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 700;
}

.title-box .article-header .article-lead p.article-date {
  color: #ddd;
}

.title-box .article-header .article-lead a {
    color: inherit;
}
.title-box .article-header .article-lead a:hover {
    text-decoration: underline;
}

.article-controls {
    top: 5px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi) {
  .floating-likes .anchor-box li:before {
    background: url("../images/bullet-grey-x2.png") no-repeat 0 0/18px 12px;
  }

  .floating-likes .anchor-box li.current:before,
  .floating-likes .anchor-box li:hover:before {
    background: url("../images/bullet-red-x2.png") no-repeat 0 0/18px 12px;
  }
}

@media (min-width: 900px) {
    .main-long-read-header {
        display: flex;
        justify-content: space-between;
    }
    .main-long-read-header-logo-wrapper {
        padding: .714em 3.571em .357em;
    }
    .main-long-read-header-links-wrapper {
        flex-basis: 40em;
    }
}

/*# sourceMappingURL=../maps/style.css.map */
