/* изменения

#2faa4d - rgba(47,170,77,0.5) - зелёный
#0b4e73 - rgba(11,78,115,1.00) - синий
rgba(47,170,77,0.5)

==============
старые цвета
#152535 - меню
rgba(255,210,0,1.0) - желтые плашки
rgba(95,86,30,1.00) - надписи на плашках
#eeeeee - цвет текста меню
rgba(255,210,0,1) - цвет плашки с рубрикой на фото
rgba(95,86,30,1.00) - цвет текста рубрики на плашке не фото
rgb(250, 245, 220) - цвет фона цитаты
rgb(255, 210, 0) - цвет кавычек цитаты
#02031c - цвет футера
*/
/*
###### Index of Stylesheet ######
:: 1.0 Import Fonts
:: 3.0 Base CSS
:: 4.0 Header Area
:: 5.0 Hero Area 
:: 6.0 Blog Post Area
:: 7.0 Video Post Area
:: 8.0 Footer Add Area
:: 9.0 Footer Area
:: 10.0 About Area
:: 11.0 Cool Facts
:: 12.0 Contact Area
:: 13.0 Mainpage
*/
/* :: 1.0 Import Fonts */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
/* :: 2.0 Import All CSS */
/*@import url(css/bootstrap.min.css);*/
@import url(https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.3.1/css/bootstrap.min.css);
/*@import url(css/owl.carousel.min.css);*/
/*@import url(css/animate.css);*/
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
/*@import url(css/custom-icon.css);*/
@import url(css/classy-nav.min.css);
/*@import url(css/nice-select.min.css);*/
@import url(css/flickity.min.css);
@import url(css/fullscreen.css);
/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #33333;
  line-height: 1.3;
  font-weight: 700;
}
h1 {
	font-size: 32px;
}
p {
  color: rgba(51,51,51,1.00);
  font-size: 14px;
  line-height: 2;
  font-weight: 400; }

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent; }
a {
	color:rgba(47,170,77,1.0);
}
ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none; }

img {
  height: auto;
  max-width: 100%; }

/* Spacing */
.mt-15 {
  margin-top: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }

/* Height */
.height-400 {
  height: 400px !important; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

/* Section Padding */
.section-padding-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.section-padding-80-0 {
  padding-top: 80px;
  padding-bottom: 0; }

.section-padding-0-80 {
  padding-top: 0;
  padding-bottom: 80px; }

.section-padding-80-50 {
  padding-top: 80px;
  padding-bottom: 50px; }

/* Section Heading */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  border-bottom: 1px solid #d0d5d8; }
  .section-heading h6 {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 45px;
    height: 45px;
    min-width: 140px;
    padding: 0 30px;
    background-color: #2faa4d;
 /*   color: #fff; */
	color: #eeeeee;
    font-weight: 700;
    display: inline-block;
    text-align: center;
	/*text-shadow: 1px 1px 1px #999;*/ }

/* Miscellaneous */
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-white {
  background-color: #ffffff !important; }

.bg-dark {
  background-color: #000000 !important; }

.bg-transparent {
  background-color: transparent !important; }

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover; }
  .bg-overlay::after {
    background-color: rgba(2, 3, 28, 0.9);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: 0;
  padding-right: 0;
  width: 30px;
  height: 30px;
  background-color: #2faa4d;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  right: -30px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
      right: 0; } }
  @media only screen and (max-width: 767px) {
    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
      right: 0; } }

input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: transparent; }

/* ScrollUp */
#scrollUp {
  background-color: #2faa4d;
  border-radius: 0;
  bottom: 60px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 38px;
  right: 60px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  #scrollUp:hover {
    background-color: #000000; }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      bottom: 30px;
      right: 30px; } }

/* Button */
.newspaper-btn {
  display: inline-block;
  min-width: 160px;
  height: 52px;
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 0 30px;
  font-size: 14px;
  line-height: 52px;
  font-weight: 700;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: capitalize;
/*  background-color: #2faa4d;*/ }
  .newspaper-btn.active, .newspaper-btn:hover, .newspaper-btn:focus {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background-color: #1c1c1c; }

/* :: 4.0 Header Area */
.header-area {
  position: relative;
  z-index: 100;
  width: 100%; }
  .header-area .top-header-area {
    width: 100%;
    height: 130px;
 /*   background-color: #2faa4d; */
    position: relative;
    z-index: 1; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-area .top-header-area {
        height: 70px; } }
    @media only screen and (max-width: 767px) {
      .header-area .top-header-area {
        height: 70px; } }
    .header-area .top-header-area .top-header-content {
      width: 100%;
      height: 130px;
      /*background-color: #2faa4d;*/
      position: relative;
      z-index: 1; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .top-header-area .top-header-content {
          height: 70px; } }
      @media only screen and (max-width: 767px) {
        .header-area .top-header-area .top-header-content {
          height: 70px; } }
      .header-area .top-header-area .top-header-content .logo a {
        display: block;
		max-width: 600px; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .top-header-area .top-header-content .logo a {
            display: none; } }
        @media only screen and (max-width: 767px) {
          .header-area .top-header-area .top-header-content .logo a {
            display: none; } }
    .header-area .top-header-area .login-search-area {
      position: relative;
      z-index: 1; }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .header-area .top-header-area .login-search-area {
          /*margin-left: 30px; */} }
      .header-area .top-header-area .login-search-area .login a {
        display: inline-block;
        padding: 0 10px;
		font-size: 18px;
        color: rgba(0,0,0,1.0); }
      .header-area .top-header-area .login-search-area .search-form form {
        width: 250px;
        height: 40px;
        position: relative;
        z-index: 2;
        margin-left: 30px; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .top-header-area .login-search-area .search-form form {
            width: 300px; } }
        @media only screen and (max-width: 767px) {
          .header-area .top-header-area .login-search-area .search-form form {
            margin-left: 0;
            width: auto; } }
        @media only screen and (min-width: 480px) and (max-width: 767px) {
          .header-area .top-header-area .login-search-area .search-form form {
            margin-left: 0;
            width: auto; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .header-area .top-header-area .login-search-area .search-form form {
            width: auto; } }
        .header-area .top-header-area .login-search-area .search-form form input {
          width: 100%;
          height: 100%;
          border: 1px solid rgba(0,0,0,1.0);
          border-radius: 5px;
          background-color: transparent;
          padding: 0 15px;
          font-size: 12px;
          font-style: italic;
          color: rgba(0,0,0,1.0); }
          .header-area .top-header-area .login-search-area .search-form form input.form-control {
            box-shadow: none; }
        .header-area .top-header-area .login-search-area .search-form form button {
          width: 50px;
          height: 100%;
          position: absolute;
          top: 0;
          right: 0;
          z-index: 10;
          border: none;
          background-color: transparent;
          color: rgba(0,0,0,1.0);
          cursor: pointer;
          outline: none; }
        .header-area .top-header-area .login-search-area .search-form form .form-control::-webkit-input-placeholder {
          color: rgba(0,0,0,1.0);
          opacity: 1; }
        .header-area .top-header-area .login-search-area .search-form form .form-control::-moz-placeholder {
          color: rgba(0,0,0,1.0);
          opacity: 1; }
        .header-area .top-header-area .login-search-area .search-form form .form-control:-ms-input-placeholder {
          color: rgba(0,0,0,1.0);
          opacity: 1; }
        .header-area .top-header-area .login-search-area .search-form form .form-control::-ms-input-placeholder {
          color: rgba(0,0,0,1.0);
          opacity: 1; }
        .header-area .top-header-area .login-search-area .search-form form .form-control::placeholder {
          color: rgba(0,0,0,1.0);
          opacity: 1; }
  .header-area .newspaper-main-menu {
    position: relative;
    width: 100%;
    z-index: 100;
 /*   height: 80px; */
    border-bottom: 1px solid #d0d5d8; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-area .newspaper-main-menu {
        background-color: #0b4e73; } }
    @media only screen and (max-width: 767px) {
      .header-area .newspaper-main-menu {
        background-color: #0b4e73;
        height: 70px; } }
    .header-area .newspaper-main-menu .classy-nav-container {
      background-color: #0b4e73; }
		@media only screen and (max-width: 991px) {
			.header-area .newspaper-main-menu .classy-nav-container {
			  background-color: #eeeeee; }
		}
.breakpoint-on .classy-navbar .classy-menu {
	background: rgba(11,78,115,1.00);
}
.breakpoint-on .classynav > ul > li > a {
	border: none;
}
.classynav ul li .dropdown li a {
	border: none;
}
@media only screen and (max-width: 992px) {
	.classy-nav-container a {
		color: rgba(255,255,255,1.00);
	}
}
.classycloseIcon .cross-wrap span.top, .classycloseIcon .cross-wrap span.bottom {
	background: rgba(255,255,255,1.00);
}

.classynav .special {
	border:1px solid rgba(47,170,77,1);
	border-radius: 3px;
}
@media only screen and (max-width: 992px) {
	.classynav .special {
		border: none;
		border-radius: 0;
	}
	.classynav .special a {
		color: rgba(47,170,77,1) !important;
	}
}

    .header-area .newspaper-main-menu .classy-navbar {
      height: 80px;
      padding: 0; }
      @media only screen and (max-width: 767px) {
        .header-area .newspaper-main-menu .classy-navbar {
          height: 70px; } }
      .header-area .newspaper-main-menu .classy-navbar .logo {
        display: none; }
        .header-area .newspaper-main-menu .classy-navbar .logo a {
          display: block;
          max-width: 360px; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .newspaper-main-menu .classy-navbar .logo {
            display: block; } }
        @media only screen and (max-width: 767px) {
          .header-area .newspaper-main-menu .classy-navbar .logo {
            display: block; } }
      .header-area .newspaper-main-menu .classy-navbar .classynav ul li a {
        font-weight: 500;
		}
		@media only screen and (max-width: 992px) {
			.header-area .newspaper-main-menu .classy-navbar .classynav ul li a {
				padding: 12px 32px 11px;
				font-size: 1.4em;
			}
		}
        .header-area .newspaper-main-menu .classy-navbar .classynav ul li a:hover, .header-area .newspaper-main-menu .classy-navbar .classynav ul li a:focus {
          font-weight: 500;
          color: #2faa4d; }
      .header-area .newspaper-main-menu .classy-navbar .classynav > ul > li > a {
        padding: 12px 12px 11px;
        background-color: transparent;
        line-height: 1;
        color: #eeeeee;
        font-weight: 500; }
		@media only screen and (max-width: 992px) {
		  .header-area .newspaper-main-menu .classy-navbar .classynav > ul > li > a {
			  font-size: 1.6em;
			 /* color: #666; */ } }
        .header-area .newspaper-main-menu .classy-navbar .classynav > ul > li > a:hover, .header-area .newspaper-main-menu .classy-navbar .classynav > ul > li > a:focus {
          /* color: #1c1c1c; */ }
      .header-area .newspaper-main-menu .classy-navbar .classynav > ul > li.active > a {
        position: relative;
        z-index: 1;
      /*  color: #1c1c1c; */
		color: rgba(185,185,185,1.00); }


.classynav ul li .dropdown li .dropdown li a {
    border-bottom: none;
}

.header-area .newspaper-main-menu-2 {
	height: 40px; }
	.header-area .newspaper-main-menu-2 .classy-navbar {
		height: 40px; }
  .header-area #stickyMenu {
		z-index: 10; }
	  .header-area .is-sticky #stickyMenu {
		background-color: #fff;
		box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
		border-bottom: none; }
		@media only screen and (min-width: 768px) and (max-width: 991px) {
		  .header-area .is-sticky #stickyMenu {
			background-color: #0b4e73; } }
		@media only screen and (max-width: 767px) {
		  .header-area .is-sticky #stickyMenu {
			background-color: #0b4e73; } }
.header-area .hidden-nosticky {
	transition: all ease 0.3s;
	opacity: 0;
	/*position: absolute;*/
	width: 0px;
	visibility: collapse; }




.header-area .is-sticky .hidden-nosticky {
	visibility: visible;
	opacity: 1;
	/*position: relative;*/
	width: 35px;
	transition: all ease 0.3s;}
a.logo-short {
    background-image: url(https://img.stapravda.ru/v5.4/img/logo_sp_black_20201110_short.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 992px) {
	.header-area .hidden-nosticky {
		visibility: visible;
		margin: 0 12px;
		transition: none;
		width: auto;
		opacity: 1;
	}
	.header-area .is-sticky .hidden-nosticky {
		width: auto;
	}
	a.logo-short {
		background-image: url(https://img.stapravda.ru/v5.4/img/logo_sp_white_20201110.svg);
	}
}



/* :: 5.0 Hero Area */
.hero-area {
  position: relative;
  z-index: 1;
  padding: 10px 0 10px; }
  .hero-area .breaking-news-area {
    position: relative;
    z-index: 1; }
    .hero-area .breaking-news-area .news-title {
      min-width: 150px;
      height: 38px;
      background-color: #2faa4d;
      text-align: center;
      padding: 0 20px; }
      .hero-area .breaking-news-area .news-title p {
        margin-bottom: 0;
        font-weight: 500;
        color: #fff;
        line-height: 38px; }
        @media only screen and (max-width: 767px) {
          .hero-area .breaking-news-area .news-title p {
            font-size: 12px; } }
      .hero-area .breaking-news-area .news-title.title2 {
        background-color: #0b4e73; }
      @media only screen and (max-width: 767px) {
        .hero-area .breaking-news-area .news-title {
          min-width: 100px;
          padding: 0 5px; } }
    .hero-area .breaking-news-area .ticker {
      width: 100%;
      text-align: left;
      position: relative;
      overflow: hidden;
      padding: 0 20px;
/*      background-color: #f3f5f8; */ } 
      @media only screen and (max-width: 767px) {
        .hero-area .breaking-news-area .ticker {
          padding: 0 5px; } }
      .hero-area .breaking-news-area .ticker ul {
        width: 100%;
        position: relative;
        z-index: 1; }
        .hero-area .breaking-news-area .ticker ul li {
          display: none;
          width: 100%; }
          .hero-area .breaking-news-area .ticker ul li a {
            display: block;
            font-size: 14px;
            color: #0b4e73;
            height: 38px;
            line-height: 38px; }
            .hero-area .breaking-news-area .ticker ul li a:hover, .hero-area .breaking-news-area .ticker ul li a:focus {
              color: #2faa4d; }
            @media only screen and (max-width: 767px) {
              .hero-area .breaking-news-area .ticker ul li a {
                font-size: 12px; } }
/*
.hero-add {
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-add {
      margin-top: 80px;
      text-align: center; } }
  @media only screen and (max-width: 767px) {
    .hero-add {
      margin-top: 80px;
      text-align: center; } }
*/

.hero-area>.container>.row>div,.hero-area>.container>.row>div .owl-item>div {
	min-height: 80px;
}
.hero-area>.container>.row>div .owl-item>div .carousel-title a {
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	color: rgba(255,255,255,1.00);
	text-shadow: 1px 1px 2px rgba(0,0,0,1);
	position: absolute;
	left: 50%;
	width: 100%;
}
.srv-area {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7f6a4d+0,b4967a+100 */
	background: rgb(127,106,77); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(127,106,77,1) 0%, rgba(180,150,122,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(127,106,77,1) 0%,rgba(180,150,122,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(127,106,77,1) 0%,rgba(180,150,122,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6a4d', endColorstr='#b4967a',GradientType=0 ); /* IE6-9 */
	height: 90px;
	width: 100%;
}
.srv-face {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 25px;
}
.srv-face img {
	width: 60px;
	border: 1px solid rgba(203,180,158,1.00);
}
.srv-title {
	text-transform: uppercase;
	color: rgba(255,255,255,1.00);
	text-align: center;
	font-weight: 100;
	margin-right: 70px;
	transform: translateY(50%);
}
/* :: 6.0 Blog Post Area */
.single-blog-post {
  position: relative;
  z-index: 1; }
  .single-blog-post .post-thumb a {
    display: block; }
  .single-blog-post .post-data {
    padding: 30px 0; }
    .single-blog-post .post-data .post-catagory {
      font-size: 14px;
      color: #2faa4d;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 10px;
      display: block; }
    .single-blog-post .post-data .post-title {
      display: block; }
      .single-blog-post .post-data .post-title h6 {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        line-height: 1.9; }
        .single-blog-post .post-data .post-title h6:hover, .single-blog-post .post-data .post-title h6:focus {
 /*         color: #2faa4d; */ }
    .single-blog-post .post-data .post-meta .post-date a {
      display: block; }
      .single-blog-post .post-data .post-meta .post-date a:hover, .single-blog-post .post-data .post-meta .post-date a:focus {
  /*      color: #2faa4d; */ }
    .single-blog-post .post-data .post-meta .post-like {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: flex-end;
      -ms-flex-align: flex-end;
      -ms-grid-row-align: flex-end;
      align-items: flex-end; }
      .single-blog-post .post-data .post-meta .post-like span {
        line-height: 1;
        margin-left: 15px; }
        .single-blog-post .post-data .post-meta .post-like span:hover, .single-blog-post .post-data .post-meta .post-like span:focus {
          color: #2faa4d; }
    .single-blog-post .post-data .post-meta .post-comment {
      margin-left: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: flex-end;
      -ms-flex-align: flex-end;
      -ms-grid-row-align: flex-end;
      align-items: flex-end; }
      .single-blog-post .post-data .post-meta .post-comment span {
        line-height: 1;
        margin-left: 15px; }
        .single-blog-post .post-data .post-meta .post-comment span:hover, .single-blog-post .post-data .post-meta .post-comment span:focus {
          color: #2faa4d; }
  .single-blog-post.style-2 .post-data {
    padding: 15px 0; }
    .single-blog-post.style-2 .post-data .post-title h6 {
      font-size: 18px;
	  line-height: 1.6; }
    .single-blog-post.style-2 .post-data .post-meta .post-date a {
      font-size: 12px; }
  .single-blog-post.style-3 {
    margin-bottom: 15px; }
    .single-blog-post.style-3 .post-data {
      padding: 15px 0; }
      .single-blog-post.style-3 .post-data .post-title h6 {
        font-size: 18px;
        line-height: 1.7;
        margin-bottom: 30px; }
  .single-blog-post.featured-post {
    position: relative;
    z-index: 1; }
    .single-blog-post.featured-post .post-data {
      padding: 30px 0; }
      .single-blog-post.featured-post .post-data .post-title h6 {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 20px;
        font-weight: 500; }
        @media only screen and (max-width: 767px) {
          .single-blog-post.featured-post .post-data .post-title h6 {
            font-size: 18px; } }
      .single-blog-post.featured-post .post-data .post-author {
        margin-bottom: 15px;
        display: block;
        width: 100%; }
        .single-blog-post.featured-post .post-data .post-author a {
          display: inline-block;
          color: #2faa4d; }
      .single-blog-post.featured-post .post-data .post-excerp {
        font-weight: 500;
        margin-bottom: 40px;
        display: block;
        line-height: 2.1; }
    .single-blog-post.featured-post.single-post .post-data {
      padding: 30px 0; }
      .single-blog-post.featured-post.single-post .post-data p {
        margin-bottom: 30px; }
      .single-blog-post.featured-post.single-post .post-data .related--post {
        display: block;
        font-size: 18px;
        color: #2c61db;
        margin: 40px 0; }
        .single-blog-post.featured-post.single-post .post-data .related--post:hover, .single-blog-post.featured-post.single-post .post-data .related--post:focus {
          color: #2faa4d; }
  .single-blog-post.featured-post-2 {
    position: relative;
    z-index: 1;
    margin-bottom: 15px; }
    .single-blog-post.featured-post-2 .post-data {
      padding: 15px 0; }
      .single-blog-post.featured-post-2 .post-data .post-title h6 {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 20px;
        font-weight: 500; }
      .single-blog-post.featured-post-2 .post-data .post-author {
        margin-bottom: 15px;
        display: block;
        width: 100%; }
        .single-blog-post.featured-post-2 .post-data .post-author a {
          display: inline-block;
          color: #2faa4d; }
  .single-blog-post.small-featured-post {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #d0d5d8;
    padding: 20px 0; }
    .single-blog-post.small-featured-post .post-thumb {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
      flex: 0 0 90px;
      max-width: 90px;
      width: 90px;
      margin-right: 15px; }
    .single-blog-post.small-featured-post .post-data {
      padding: 0; }
      .single-blog-post.small-featured-post .post-data .post-catagory {
        margin-bottom: 10px;
        line-height: 1; }
      .single-blog-post.small-featured-post .post-data .post-title h6 {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 10px;
        font-weight: 700; }
      .single-blog-post.small-featured-post .post-data .post-date {
        margin-bottom: 0;
        line-height: 1; }
    .single-blog-post.small-featured-post:first-child {
      padding-top: 0; }
    .single-blog-post.small-featured-post:last-child {
      padding-bottom: 0;
      border-bottom: none; }

@media only screen and (max-width: 767px) {
  .newspaper-post-like {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.newspaper-tags {
  position: relative;
  z-index: 1;
  padding: 30px 0; }
  @media only screen and (max-width: 767px) {
    .newspaper-tags {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%; } }
  .newspaper-tags span {
    font-size: 14px;
    color: #393939;
    font-weight: 500;
    padding-right: 5px; }
  .newspaper-tags ul li a {
    display: inline-block;
    color: #828282;
    font-weight: 500;
    padding-right: 3px; }
    .newspaper-tags ul li a:hover, .newspaper-tags ul li a:focus {
      color: #2faa4d; }

@media only screen and (max-width: 767px) {
  .post-like--comments {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%; } }

.popular-news-widget {
  position: relative;
  z-index: 1;
  background-color: #eff4f9;
  padding: 0 25px 60px 25px; }
  .popular-news-widget h3 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 400;
    color: #2faa4d; }
    @media only screen and (max-width: 767px) {
      .popular-news-widget h3 {
        font-size: 24px; } }
  .popular-news-widget .single-popular-post {
    position: relative;
    z-index: 1;
    margin-bottom: 30px; }
    .popular-news-widget .single-popular-post h6 {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      line-height: 1.7;
      font-weight: 500; }
      .popular-news-widget .single-popular-post h6 span {
        margin-right: 15px;
  /*      color: #2faa4d; */ }
      .popular-news-widget .single-popular-post h6:hover, .popular-news-widget .single-popular-post h6:focus {
    /*    color: #2faa4d; */ }
    .popular-news-widget .single-popular-post p {
      margin-bottom: 0;
    /*  font-size: 11px;
      text-transform: uppercase;
      font-weight: 700; */
      color: #828282;
      margin-left: 30px;
      line-height: 1; }
    .popular-news-widget .single-popular-post:last-child {
      margin-bottom: 0; }

.latest-comments-widget {
  position: relative;
  z-index: 1;
  background-color: #eff4f9;
  padding: 60px 25px; }
  .latest-comments-widget h3 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 400;
    color: #0b4e73; }
  .latest-comments-widget .single-comments {
    position: relative;
    z-index: 1;
    margin-bottom: 30px; }
    .latest-comments-widget .single-comments .comments-thumbnail {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
      flex: 0 0 42px;
      max-width: 42px;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      margin-top: 6px; }
      .latest-comments-widget .single-comments .comments-thumbnail img {
        border-radius: 50%;
        display: block; }
    .latest-comments-widget .single-comments .comments-text a {
      display: block;
      font-size: 18px;
      color: #1c1c1c;
      margin-bottom: 10px;
      line-height: 1.9; }
      .latest-comments-widget .single-comments .comments-text a span {
        color: #a8a8a8; }
      .latest-comments-widget .single-comments .comments-text a:hover, .latest-comments-widget .single-comments .comments-text a:focus {
        color: #2faa4d; }
    .latest-comments-widget .single-comments .comments-text p {
      margin-bottom: 0;
      font-size: 11px;
      text-transform: uppercase;
      font-weight: 700;
      color: #828282;
      line-height: 1; }
    .latest-comments-widget .single-comments:last-child {
      margin-bottom: 0; }

.newsletter-widget {
  position: relative;
  z-index: 1;
  background-color: #0b4e73;
  padding: 60px 25px; }
  .newsletter-widget h4 {
    text-align: center;
    color: #2faa4d; }
  .newsletter-widget p {
    font-size: 12px;
    text-align: center; }
  .newsletter-widget form input {
    width: 100%;
    height: 50px;
    background-color: #44425a;
    font-size: 14px;
    font-style: italic;
    color: #fff;
    margin-bottom: 25px;
    border: none;
    padding: 0 25px; }
  .newsletter-widget form button {
    width: 100%;
    height: 50px;
    background-color: #2faa4d;
    font-size: 14px;
    font-style: italic;
    color: #fff;
    border: none;
    padding: 0 25px;
    border-radius: 0; }
    .newsletter-widget form button:hover, .newsletter-widget form button:focus {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      background-color: #fff;
      color: #2faa4d; }

.pagination {
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .pagination {
      margin-bottom: 80px; } }
  @media only screen and (max-width: 767px) {
    .pagination {
      margin-bottom: 80px; } }
  .pagination .page-link {
    padding: 0;
    font-size: 18px;
    border: none;
    color: #0b4e73;
    width: 38px;
    height: 38px;
    background-color: transparent;
    text-align: center;
    line-height: 38px; }
    .pagination .page-link:hover, .pagination .page-link:focus {
      background-color: #0b4e73;
      color: #fff; }
  .pagination .page-item.active .page-link {
    background-color: #0b4e73;
    color: #fff; }
  .pagination .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.blog-post-author {
  position: relative;
  z-index: 1;
  padding: 40px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #d0d5d8; }
  .blog-post-author .author-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    min-width: 90px;
    padding-right: 20px;
    width: 90px;
    height: 90px;
    border-radius: 50%; }
    .blog-post-author .author-thumbnail img {
      border-radius: 50%; }
  .blog-post-author .author-info a {
    display: block;
    color: #000000;
    font-size: 18px;
    margin-bottom: 15px; }
    .blog-post-author .author-info a span {
      color: #656565;
      font-style: italic; }
  .blog-post-author .author-info p {
    line-height: 2;
    margin-bottom: 0; }

.pager {
  position: relative;
  z-index: 1; }
  .pager a {
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #eff4f9;
    text-align: center;
    color: #1c1c1c;
    margin: 50px 0; }
    .pager a.active, .pager a:hover, .pager a:focus {
      background-color: #1c1c1c;
      color: #fff; }
    .pager a i {
      font-size: 18px; }

.comment_area {
  border-bottom: 1px solid #d0d5d8;
  padding-bottom: 50px; }
  .comment_area .title {
    margin-bottom: 50px; }
  .comment_area .comment-content .comment-author {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 51px;
    flex: 0 0 51px;
    min-width: 51px;
    margin-right: 45px;
    height: 51px;
    border-radius: 50%; }
    .comment_area .comment-content .comment-author img {
      border-radius: 50%; }
  .comment_area .comment-content .comment-meta {
    margin-bottom: 30px; }
    .comment_area .comment-content .comment-meta .post-author {
      margin-bottom: 5px;
      display: block;
      font-size: 18px;
      color: #393939; }
    .comment_area .comment-content .comment-meta .post-date {
      font-size: 12px;
      text-transform: uppercase;
      color: #656565;
      display: block;
      margin-bottom: 15px; }
    .comment_area .comment-content .comment-meta p {
      margin-bottom: 15px;
      font-size: 14px;
      line-height: 2;
      font-weight: 500; }
  .comment_area .single_comment_area {
    margin-bottom: 30px; }
    .comment_area .single_comment_area:last-of-type {
      margin-bottom: 0; }
  .comment_area .children .single_comment_area {
    margin-left: 50px;
    margin-top: 30px; }

.post-a-comment-area {
  position: relative;
  z-index: 1; }
  .post-a-comment-area h4 {
    font-size: 24px;
    color: #393939;
    margin-bottom: 50px; }

.editors-pick-post-area {
  position: relative;
  z-index: 1;
  background-color: #eff4f9; }

/* :: 7.0 Video Post Area */
.video-post-area {
  position: relative;
  z-index: 1;
  padding: 50px 0 50px; }

.single-video-post {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px; }
  .single-video-post img {
    -webkit-transition-duration: 700ms;
    transition-duration: 700ms;
    width: 100%; }
  .single-video-post .videobtn {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .single-video-post .videobtn a {
      display: block;
      width: 70px;
      height: 40px;
      border-radius: 5px;
      background-color: #2faa4d;
      color: #fff;
      text-align: center;
      line-height: 40px;
      font-size: 18px; }
      .single-video-post .videobtn a:hover, .single-video-post .videobtn a:focus {
        background-color: #0b4e73;
        color: #fff; }
  .single-video-post:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }

/* :: 8.0 Footer Add Area */
.footer-add-area {
  position: relative;
  z-index: 1;
  padding: 50px 0; }
  .footer-add-area .footer-add a {
    display: block; }
    .footer-add-area .footer-add a img {
      width: 100%; }

/* :: 9.0 Footer Area */
.footer-area {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #0b4e73; }
  .footer-area .footer-widget-area {
    position: relative;
    z-index: 1; }
    .footer-area .footer-widget-area .footer-logo {
      margin-bottom: 30px; }
    .footer-area .footer-widget-area .widget-title {
      display: block;
      margin-bottom: 30px;
      color: #fff; }
    .footer-area .footer-widget-area .list {
      position: relative;
      z-index: 1; }
      .footer-area .footer-widget-area .list li {
        display: block; }
        .footer-area .footer-widget-area .list li a {
          display: block;
          padding: 5px 0;
          color: rgba(255, 255, 255, 0.5); }
          .footer-area .footer-widget-area .list li a:hover, .footer-area .footer-widget-area .list li a:focus {
            color: #fff; }
  .footer-area .bottom-footer-area {
    position: relative;
    z-index: 1;
    width: 100%; }
    .footer-area .bottom-footer-area p {
      color: rgba(255, 255, 255, 0.5);
      margin-bottom: 0; }
      .footer-area .bottom-footer-area p a {
        color: rgba(255, 255, 255, 0.5); }
        .footer-area .bottom-footer-area p a:hover, .footer-area .bottom-footer-area p a:focus {
          color: #fff; }
	.footer-area .social a {
		font-size: 18px; }

/* :: 13.0 Mainpage */
.mainpage-slider h5 {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: calc(100% - 30px);
}
	@media only screen and (max-width: 576px) {
		.mainpage-slider h5 {
			bottom: 0px;
			line-height: 80%; } }
.mainpage-slider h5>a {
/*	background: rgba(0,0,0,0.70);*/
	color: rgba(255,255,255,1.00);
	font-size: 1.3rem;
	line-height: 1.95rem;
/*	padding: 0.2rem 1rem;*/
/*	box-decoration-break: clone; */
	text-shadow: 1px 1px 0px rgba(0,0,0,1);
}
	@media only screen and (max-width: 576px) {
		.mainpage-slider h5>a {
			font-size: 1rem;
			padding: inherit; 
			line-height: 80%; } }

/* :: 10.0 Editorial Post Area CSS */

.editorial-post-content h2 a {
    color: #fff;
    font-size: 32px;
    display: block;
}

.editorial-post-date {
    color: #fff;
}
.editorial-post-content p {
	color: rgba(238,238,238,1.00);
}



/* :: 11.0 Post Area CSS */

.gazette-post-tag a {
    font-size: 14px;
    font-weight: 700;
    background-color: #2faa4d;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 15px;
    display: inline-block;
}

.gazette-welcome-post h2 {
    font-size: 48px;
    margin-bottom: 15px;
    font-weight: 400;
}

.gazette-post-date {
    color: #838383;
    font-style: italic;
    font-size: 14px;
    margin-bottom: 0;
    display: block;
}




.post-share-btn-group a:hover {
    color: #ff0303;
}

.gazette-heading h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 50px;
}

/* :: 12.0 MainPage */

.classy-navbar {
	height: 60px; }
.megamenu ul li a {
	line-height: normal;
	height: auto; }
.classynav ul li .megamenu li a {
	margin: 10px 0 15px 0; }
.breakpoint-on .classynav ul li.has-down > a::after, .breakpoint-on .classynav ul li.megamenu-item > a::after {
    position: absolute;
    top: 25px;
    right: 20px;
    z-index: 5;
    transform: translateY(-50%); }

.breakpoint-on .dd-trigger {
    height: 38px;
    top: 0;
    left: calc(300px - 50px);
    right: 0;
    bottom: 0;
    display: block;
    width: 50px;
}

.breakpoint-on .classynav ul li a {
	line-height: normal; }
.daterangepicker td.in-range {
	background-color:rgba(194,207,216,1.00); }
.dropdown-item.active, .dropdown-item:active {
	background-color: rgba(90,98,104,1.00); }
.daterangepicker .ranges li.active {
	background-color: rgba(90,98,104,1.00); }
.daterangepicker td.active, .daterangepicker td.active:hover {
	background-color: rgba(90,98,104,1.00); }
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
	background-color:rgba(143,153,160,1.00);
	color: rgba(255,255,255,1.00); }
.bg-lightblue {
	background-color:rgba(239,244,249,1.00); }
.news-card {
	background-color: transparent; }
	.news-card h6 {
		font-size: 18px;
		line-height: 1.6; }
	.news-card .card-footer {
		color: rgba(150,150,150,1.00); }
	.news-card .news-head {
		position: absolute;
		top: -5px;
		left: -5px;
		padding: 5px;
		background-color: #2faa4d;
		color: #eeeeee;
		font-weight: 500;
		text-transform: uppercase;
		font-size: 12px; }

/* :: 13.0 Material */
.article-page {
	-webkit-transition: opacity 500ms ease;
	-ms-transition: opacity 500ms ease;
	transition: opacity 500ms ease; }
.article-page blockquote {
	padding-left: 50px;
	background-color: rgba(11,78,115,0.10);
	position: relative;
}
.article-page blockquote::before {
    content: '\f10d';
    font-family: fontawesome;
    position: absolute;
    left: 15px;
    top: 5px;
    color: rgba(11,78,115,1.00);
    font-size: 28px;
}


/*
.page-fade { }
	@media only screen and (min-width: 1200px) {
		.page-fade:before {
			width: 1110px; } }
	@media only screen and (min-width: 992px) and (max-width: 1199px) {
		.page-fade:before {
			width: 930px;} }
	@media only screen and (min-width: 768px) and (max-width: 991px) {
		.page-fade:before {
			width: 690px; } }
	@media only screen and (min-width: 577px) and (max-width: 767px) {
		.page-fade:before {
			width: 510px; } }
	@media only screen and (max-width: 576px) {
		.page-fade:before {
			display: none; } }
*/
.page-inactive {
	opacity: 0.10; }
	@media only screen and (max-width: 576px) {
		.page-inactive {
			opacity: 1.00; } }
.page-active {
	opacity: 1.00; }
.article-title {
	font-size: 48px;
	text-transform: uppercase; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
     .article-title {
        font-size: 32px; } }
    @media only screen and (max-width: 767px) {
      .article-title {
        font-size: 28px; } }
.article-title-2 {
	font-size: 24px; }
.article-title-3 {
	font-size: 32px;
	text-transform: uppercase; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
     .article-title-3 {
        font-size: 28px; } }
    @media only screen and (max-width: 767px) {
      .article-title-3 {
        font-size: 24px; } }

.article-carousel {
	
}
.is-fullscreen {
	margin: 0 auto;
	z-index: 200 !important; }
	.is-fullscreen .article-figure {
		top: 50%;
		transform: translateY(-50%); }
	.is-fullscreen .article-figure .figure-caption {
		position: absolute;
		padding: 20px;
		display: block;
		width: 50%;
		bottom: 0px;
		left: 50%;
		transform: translateX(-50%); }
		.is-fullscreen .article-figure .figure-caption p {
			color:rgba(255,255,255,1.00);
			text-shadow: 1px 1px 0px rgba(0,0,0,0.71); }
		.is-fullscreen .article-figure .figure-caption .figure-copy {
			color: rgba(230,230,230,1.00); }
	.is-fullscreen .carousel-image {
		height: auto;
		max-height: 100%; }

.carousel-image {
	display: block;
	max-height: 400px;
	min-width: auto;
	max-width: 100%;
	margin: 0 auto; }

.article-figure {
	width: 100%;
	margin-right: 15px; }
	.article-figure img {
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat; }
	.article-figure .figure-caption {
		margin-top: 15px;
		text-align: center;
		color:rgba(150,150,150,1.00); }
	.article-figure .figure-caption p {
		margin-bottom: 0px;
		line-height: normal;
	}
	.article-figure .figure-caption .figure-copy {
		color: rgba(200,200,200,1.00);
		margin-bottom: 0; }

.article-date {
	margin: 15px auto 0 auto;
	font-size: 18px; }
	.article-date a {
		color: rgba(0,0,0,1.00);
		font-size: 18px; }
	.article-date a.article-geo-link:before {
		content: '\f041';
		font-family: FontAwesome;
		display: inline-block;
		margin-right: 5px;
	}
.article-text {
	font-size: 18px; }
	.article-text p {
		font-size: 18px;
		line-height: 2; }
	.article-text li {
		list-style: circle;
		margin-bottom: 10px;
		line-height: 2; }
.article-autor {
	font-size: 14px !important;
}
.article-autor a {
	color:rgba(50,50,50,1.00);
}
.views {
	display: inline-block;
	position: relative;
	margin-left: 15px;
	padding-left: 20px; }
	.views:before {
		font-family: FontAwesome;
		content: '\f06e';
		position: absolute;
		height: 15px;
		left: 0; }
.lenta-card h5 a {
	color: rgba(0,0,0,1.00);
}
/*
.share-links {
	}
	.share-links a {
		display: inline-block;
		color: rgba(0,0,0,1.00);
		margin: 0 4px; }
	.share-links a i {
		font-size: 18px; }
*/
.btn-war-archive {
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 20%, rgba(255,117,0,1) 21%, rgba(255,121,0,1) 40%, rgba(0,0,0,1) 41%, rgba(0,0,0,1) 60%, rgba(255,121,0,1) 61%, rgba(255,121,0,1) 80%, rgba(0,0,0,1) 81%, rgba(0,0,0,1) 100%);
	color: rgba(255,255,255,1.00);
}
.btn-war-archive-inactive {
	background: linear-gradient(0deg, rgba(226,226,226,1) 0%, rgba(226,226,226,1) 20%, rgba(255,151,66,1) 21%, rgba(255,151,66,1) 40%, rgba(226,226,226,1) 41%, rgba(226,226,226,1) 60%, rgba(255,151,66,1) 61%, rgba(255,151,66,1) 80%, rgba(226,226,226,1) 81%, rgba(226,226,226,1) 100%);
}

/* animista.net */
.pulsate-fwd {
	-webkit-animation: pulsate-fwd 0.5s ease-in-out infinite both;
	        animation: pulsate-fwd 0.5s ease-in-out infinite both;
}
/**
 * ----------------------------------------
 * animation pulsate-fwd
 * ----------------------------------------
 */
@-webkit-keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.classy-navbar-toggler .navbarToggler span {
	background-color: #333333;
}
.lenta-news a, .index-article a, .index-recommend a {
	color: #333333;
}
.picture_second .second_link {
	bottom: 0px !important;
}
.picture_second .second_link a {
	line-height: normal;
	font-size: 14px;
}
.fixed_second .fixed_second_link {
	bottom: 0px !important;
}
.fixed_second .fixed_second_link a {
	line-height: normal;
	font-size: 14px;
}