html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  min-width: 320px;
  height: 100%;
  margin: 0;
  padding: 0;
  color: black;
  background-color: white;
  font: 14px/1.5em Open Sans, Arial, Sans-Serif;
}
button {
  font: 14px/1.5em Open Sans, Arial, Sans-Serif;
}
a:link,
a:visited {
  color: #256782;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #256782;
  transition: color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  text-decoration: none;
  border-bottom: solid 1px #256782;
}
a:focus {
  outline: none;
}
h2 {
  margin: 42px 0 24px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2em;
}
#nlContainer {
  position: relative;
  min-height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-bottom: 120px;
}
.nlHasTopMenu #nlContainer {
  margin-top: 36px;
}
@media only screen and (max-width: 999px) {
  #nlContainer {
    margin-top: 0 !important;
  }
}
.nlWrapper {
  height: inherit;
  max-width: 1200px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (max-width: 1280px) {
  .nlWrapper {
    max-width: none;
  }
}
.nlToolbar {
  display: table;
  height: 100%;
}
.nlToolbar > * {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.nlToolbar a {
  border-bottom: none !important;
}
.nlToolbar > div > button {
  display: table-cell;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: inherit;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
}
.nlToolbar > a > span,
.nlToolbar > div > button > span {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: inherit;
  padding: 0 12px;
}
.nlToolbar > .nlDropdownControl > button > span {
  padding: 0 28px 0 12px;
}
.nlToolbar > .nlIconControl > button > span {
  padding: 0;
  height: 100%;
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
}
.nlDropdownControl > button > span {
  padding-right: 28px;
  background-size: 20px 16px;
  background-repeat: no-repeat;
  background-position: right center;
}
.nlLogo {
  width: 49px;
  background-color: transparent !important;
}
.nlLogo span {
  height: 100%;
  background-position: center center;
  background-size: 48px 46px;
  background-repeat: no-repeat;
  opacity: 1 !important;
}
.nlMainTitle {
  text-transform: uppercase;
}
.nlCloseButton {
  width: 36px;
  height: 36px;
  border: none;
  background-color: transparent;
  background-image: url("../img/themes/newslife/icon-close-color.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  cursor: pointer;
}
.nlBanner a,
.dbnBanner a,
.nlCommonBanner a,
.nlBanner a:hover,
.dbnBanner a:hover,
.nlCommonBanner a:hover,
.nlBanner a:active,
.dbnBanner a:active,
.nlCommonBanner a:active,
.nlBanner a:focus,
.dbnBanner a:focus,
.nlCommonBanner a:focus,
.nlBanner a *,
.dbnBanner a *,
.nlCommonBanner a *,
.nlBanner a:hover *,
.dbnBanner a:hover *,
.nlCommonBanner a:hover *,
.nlBanner a:active *,
.dbnBanner a:active *,
.nlCommonBanner a:active *,
.nlBanner a:focus *,
.dbnBanner a:focus *,
.nlCommonBanner a:focus * {
  border-bottom: none;
}
.nlCommonBanner {
  margin: 30px 0;
}
.nlDefer {
  display: none;
}
.nlSourceUrl,
a.nlSourceUrl {
  color: #548290;
}
a.nlSourceUrl:hover,
a.nlSourceUrl:active,
a.nlSourceUrl:focus {
  color: #548290;
  border-color: #548290;
}
time {
  color: #777777;
}
.nlNote {
  margin: 30px 0;
  color: #5a5a5a;
  font-size: 12px;
}
.nlSectionLink .nl_icon {
  background-size: 17px 17px;
  background-repeat: no-repeat;
}
.nlSection_home .nl_icon {
  background-image: url("../img/themes/newslife/section-home-color.png");
}
.nlSection_pics .nl_icon {
  background-image: url("../img/themes/newslife/section-pics-color.png");
}
.nlSection_news .nl_icon {
  background-image: url("../img/themes/newslife/section-news-color.png");
}
.nlSection_brief .nl_icon {
  background-image: url("../img/themes/newslife/section-brief-color.png");
}
.nlSection_home h1 .nl_icon {
  background-image: url(../img/section-home-black.png);
}
.nlSection_pics h1 .nl_icon {
  background-image: url(../img/section-pics-black.png);
}
.nlSection_news h1 .nl_icon {
  background-image: url(../img/section-news-black.png);
}
.nlSection_brief h1 .nl_icon {
  background-image: url(../img/section-brief-black.png);
}
#s29TopMenu {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  height: 36px;
  background-color: #fff;
}
@media only screen and (max-width: 999px) {
  #s29TopMenu {
    display: none;
  }
}
#s29TopMenu a,
#s29TopMenu button {
  height: 100%;
  padding: 0 14px;
  color: #464646;
  transition: color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  background-color: transparent;
  border: none !important;
  vertical-align: middle;
  font-family: Open Sans;
  font-weight: 600;
  font-size: 15px;
  line-height: 120%;
  text-decoration: none !important;
  cursor: pointer;
}
#s29TopMenu a.s29_current,
#s29TopMenu button.s29_current {
  color: #7a7a7a;
}
#s29TopMenu a:focus,
#s29TopMenu button:focus {
  outline: 0;
}
#s29TopMenu a:hover,
#s29TopMenu button:hover {
  color: #ed1c24;
}
#s29TopMenu a.s29_telegram,
#s29TopMenu button.s29_telegram {
  padding: 0;
  background-image: url(/plugins/s29_functions/topmenu/img/icon-telegram-dark.png);
  background-size: 22px 22px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: background-size 0.08s ease-in-out;
  -webkit-transition: background-size 0.08s ease-in-out;
  -moz-transition: background-size 0.08s ease-in-out;
  -o-transition: background-size 0.08s ease-in-out;
}
#s29TopMenu a.s29_telegram:hover,
#s29TopMenu button.s29_telegram:hover {
  background-size: 26px 26px;
}
#s29TopMenu a.s29_telegram::after,
#s29TopMenu button.s29_telegram::after {
  display: block;
  content: "";
  width: 36px;
}
#s29TopMenu .s29_menu {
  display: table;
  height: 100%;
}
#s29TopMenu .s29_menu.s29_main {
  opacity: 0;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -moz-o-timing-function: ease-out;
  width: calc(100% + 2 * 14px);
  margin-left: -14px;
  margin-right: -14px;
}
#s29TopMenu .s29_menu.s29_main.s29_visible {
  opacity: 1;
}
#s29TopMenu .s29_menu.s29_main > * {
  width: 1%;
}
#s29TopMenu .s29_menu.s29_main > .s29_placeholder {
  width: 99%;
}
#s29TopMenu .s29_menu.s29_main > .s29_right {
  display: none;
}
#s29TopMenu .s29_menu.s29_sub {
  display: none;
}
#s29TopMenu .s29_menu > * {
  display: table-cell;
}
#s29TopMenu .s29_submenuContainer {
  display: none;
  height: 100%;
  margin-left: -6px;
}
#s29TopMenu .s29_back {
  float: left;
  font-size: 20px;
}
#s29TopMenu .s29_back span {
  position: relative;
  top: -1px;
}
#nlTop #nlTopLine {
  position: relative;
  z-index: 200;
  height: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-top: 4px;
  background-color: #e9e9e9;
  font-size: 13px;
  font-weight: 600;
}
#nlTop #nlTopLine a {
  margin-right: 20px;
}
@media only screen and (max-width: 999px) {
  #nlTop #nlTopLine {
    display: none;
  }
}
#nlTopBanner {
  position: relative;
  z-index: 200;
  padding: 10px 0 10px;
  background-color: #e9e9e9;
}
@media only screen and (max-width: 999px) {
  #nlTopBanner {
    display: none;
  }
}
@media only screen and (min-width: 1000px) {
  #nlHeader::after {
    content: 'desktop';
    display: none;
  }
}
@media only screen and (max-width: 999px) {
  #nlHeader::after {
    content: 'mobile';
    display: none;
  }
}
#nlHeader .nlExtraNav #nlCalendarButton > button > span {
  font-size: 16px;
}
#nlHeader .nlExtraNav #nlSectionsButton .nl_icon {
  display: block;
  width: 17px;
  height: 17px;
  background-position: center center;
}
#nlHeader .nlExtraNav .nl_spacer {
  width: 5px !important;
}
#nlMainHeaderContainer {
  height: 46px;
}
#nlMainHeader {
  position: relative;
  z-index: 210;
  min-width: 320px;
  background-color: #323232;
}
#nlMainHeader.nl_fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.nlHasTopMenu #nlMainHeader.nl_fixed {
  top: 36px;
}
@media only screen and (max-width: 999px) {
  #nlMainHeader.nl_fixed {
    top: 0 !important;
  }
}
#nlMainHeader.nl_alternate .nlMainTitle {
  display: table-cell !important;
}
#nlMainHeader.nl_alternate #nlNavChain {
  display: none;
}
#nlMainHeader.nl_alternate .nlExtraNav {
  width: 200px;
}
#nlMainHeader .nl_bar {
  min-height: 46px;
  background-color: #2e7694;
}
@media only screen and (max-width: 1280px) {
  #nlMainHeader .nl_bar > .nlWrapper {
    padding-left: 15px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 520px) {
  #nlMainHeader .nl_bar > .nlWrapper {
    padding-left: 5px;
  }
}
#nlMainHeader .nl_bar > .nlWrapper #nlMainToolbar > .nlToolbar {
  width: 100%;
}
#nlMainHeader .nl_bar > .nlWrapper > .nlToolbar {
  width: 100%;
  height: 46px;
}
#nlMainHeader .nl_bar > .nlWrapper > .nlToolbar a > *,
#nlMainHeader .nl_bar > .nlWrapper > .nlToolbar button > * {
  color: #fff;
  opacity: 0.8;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -moz-o-timing-function: ease-out;
}
#nlMainHeader .nl_bar > .nlWrapper > .nlToolbar a:hover,
#nlMainHeader .nl_bar > .nlWrapper > .nlToolbar button:hover {
  background-color: #1a5e7a;
}
#nlMainHeader .nl_bar > .nlWrapper > .nlToolbar a:hover > *,
#nlMainHeader .nl_bar > .nlWrapper > .nlToolbar button:hover > * {
  opacity: 0.95;
}
#nlMainHeader .nl_bar > .nlWrapper > .nlToolbar .nlDropdownControl.nl_current button {
  background-color: #104e6b !important;
}
#nlMainHeader .nl_bar > .nlWrapper > .nlToolbar .nlDropdownControl > button > span {
  background-image: url(../img/arrow-dd-padded-white.png);
}
#nlMainHeader .nl_bar > .nlWrapper > .nlToolbar .nlDropdownControl.nl_city.nl_noLink > button > span {
  font-size: 13px;
  font-weight: 300;
}
#nlMainHeader .nl_bar > .nlWrapper > .nlToolbar .nlLogo span {
  background-image: url(../img/logo.png);
}
#nlMainHeader .nl_bar > .nlWrapper > .nlToolbar #nlNavChain {
  padding-left: 20px;
}
@media only screen and (max-width: 999px) {
  #nlMainHeader .nl_bar > .nlWrapper > .nlToolbar #nlNavChain {
    display: none;
  }
}
#nlMainHeader .nl_bar > .nlWrapper > .nlToolbar #nlOpenAlphabet span {
  padding-right: 28px;
  background-image: url(../img/arrow-goto-padded-white.png);
  background-position: right center;
  background-size: 20px 16px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 999px) {
  #nlMainHeader .nl_bar > .nlWrapper > .nlToolbar #nlOpenAlphabet {
    display: none;
  }
}
#nlMainHeader .nl_bar > .nlWrapper > .nlToolbar .nlMainTitle {
  display: none;
  padding: 0 5px;
}
@media only screen and (max-width: 999px) {
  #nlMainHeader .nl_bar > .nlWrapper > .nlToolbar .nlMainTitle {
    display: table-cell;
  }
}
#nlMainHeader .nl_bar > .nlWrapper > .nlToolbar .nlMainTitle a {
  display: table;
  height: 100%;
  margin: 0 auto;
}
#nlMainHeader .nl_bar > .nlWrapper > .nlToolbar .nlMainTitle a:hover,
#nlMainHeader .nl_bar > .nlWrapper > .nlToolbar .nlMainTitle a:active,
#nlMainHeader .nl_bar > .nlWrapper > .nlToolbar .nlMainTitle a:focus {
  background-color: transparent !important;
}
#nlMainHeader .nl_bar > .nlWrapper > .nlToolbar .nlMainTitle a h1,
#nlMainHeader .nl_bar > .nlWrapper > .nlToolbar .nlMainTitle a span {
  display: table-cell;
  height: 100%;
  margin: 0;
  padding: 4px 0;
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  font-weight: 300;
  line-height: 100%;
}
@media only screen and (max-width: 520px) {
  #nlMainHeader .nl_bar > .nlWrapper > .nlToolbar .nlMainTitle a h1,
  #nlMainHeader .nl_bar > .nlWrapper > .nlToolbar .nlMainTitle a span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 520px) {
  #nlMainHeader .nl_bar > .nlWrapper > .nlToolbar .nlMainTitle.nl_small h1,
  #nlMainHeader .nl_bar > .nlWrapper > .nlToolbar .nlMainTitle.nl_small span {
    font-size: 18px !important;
  }
}
#nlMainHeader .nl_bar > .nlWrapper > .nlToolbar .nl_spacer {
  width: 5%;
}
@media only screen and (max-width: 999px) {
  #nlMainHeader .nl_bar > .nlWrapper > .nlToolbar .nl_spacer {
    display: none;
  }
}
#nlMainHeader .nl_bar > .nlWrapper > .nlToolbar #nlGeoUrl {
  width: 60px;
}
#nlMainHeader .nl_bar > .nlWrapper > .nlToolbar #nlGeoUrl span {
  display: table-cell;
  height: 24px;
  padding-left: 38px;
  vertical-align: middle;
  background-image: url(../img/icon-geo-white-red.png);
  background-position: 8px center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  font-size: 12px;
  white-space: nowrap;
}
@media only screen and (max-width: 999px) {
  #nlMainHeader .nl_bar > .nlWrapper > .nlToolbar #nlGeoUrl {
    display: none;
  }
}
#nlMainHeader .nl_bar > .nlWrapper > .nlToolbar .nlIconControl {
  width: 38px;
}
@media only screen and (max-width: 520px) {
  #nlMainHeader .nl_bar > .nlWrapper > .nlToolbar #nlSearchButton {
    display: none;
  }
}
#nlMainHeader .nl_bar > .nlWrapper > .nlToolbar #nlSearchButton span {
  background-image: url(../img/icon-search-white.png);
}
@media only screen and (min-width: 1000px) {
  #nlMainHeader .nl_bar > .nlWrapper > .nlToolbar #nlMenuButton {
    display: none;
  }
}
#nlMainHeader .nl_bar > .nlWrapper > .nlToolbar #nlMenuButton span {
  background-image: url(../img/icon-menu.png);
}
#nlMainHeader .nl_bar > .nlWrapper > .nlToolbar .nlSection_home .nl_icon {
  background-image: url(../img/section-home-white.png);
}
#nlMainHeader .nl_bar > .nlWrapper > .nlToolbar .nlSection_pics .nl_icon {
  background-image: url(../img/section-pics-white.png);
}
#nlMainHeader .nl_bar > .nlWrapper > .nlToolbar .nlSection_news .nl_icon {
  background-image: url(../img/section-news-white.png);
}
#nlMainHeader .nl_bar > .nlWrapper > .nlToolbar .nlSection_brief .nl_icon {
  background-image: url(../img/section-brief-white.png);
}
#nlMainHeader .nl_bar > .nlWrapper #nlSearchBar {
  display: none;
}
#nlMainHeader .nl_bar > .nlWrapper #nlSearchBar .nl_container {
  padding: 0 30px 0 45px;
}
#nlMainHeader .nl_bar > .nlWrapper #nlSearchBar .nl_container input[type="search"] {
  height: 35px;
  padding: 0 7px;
  background-color: #fff;
  border: #286780 solid 1px !important;
  border-right: none !important;
  font-size: 16px !important;
}
#nlMainHeader .nl_bar > .nlWrapper #nlSearchBar .nl_container input[type="button"] {
  height: 35px;
  width: 50px;
  margin: 0 !important;
  background-color: #dde9ee;
  background-image: url("../img/themes/newslife/icon-search-color.png");
  background-size: 24px 24px;
  background-position: center center;
  border: #286780 solid 1px !important;
  border-left: none !important;
}
#nlMainHeader .nl_bar > .nlWrapper #nlSearchBar .nl_container input[type="button"]:hover {
  background-color: #cae2ed;
}
#nlMainHeader .nl_bar > .nlWrapper #nlSearchBar .nl_close {
  width: 50px;
}
#nlMainHeader .nl_bar > .nlWrapper #nlSearchBar .nl_close .nlCloseButton {
  background-image: url(../img/icon-close-white.png);
  opacity: 0.8;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -moz-o-timing-function: ease-out;
}
#nlMainHeader .nl_bar > .nlWrapper #nlSearchBar .nl_close .nlCloseButton:hover {
  opacity: 1;
}
#nlSubheaderContainer {
  height: 65px;
}
@media only screen and (max-width: 999px) {
  #nlSubheaderContainer {
    height: 43px;
  }
}
#nlSubheader.nl_fixed {
  position: fixed;
  top: 46px;
  left: 0;
  right: 0;
  z-index: 200;
}
#nlSubheader .nl_bar {
  position: relative;
  z-index: 200;
  min-height: 64px;
  background-color: #fff;
  border-bottom: #9cbecc solid 1px;
}
@media only screen and (max-width: 999px) {
  #nlSubheader .nl_bar {
    min-height: 42px;
    height: 42px;
  }
}
@media only screen and (max-width: 1280px) {
  #nlSubheader .nl_bar .nlWrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
#nlSubheader .nl_bar .nlWrapper > .nlToolbar {
  width: 100%;
}
#nlSubheader .nl_bar .nlWrapper .nlToolbar a,
#nlSubheader .nl_bar .nlWrapper .nlToolbar button {
  color: #256782;
}
#nlSubheader .nl_bar .nlWrapper .nlToolbar a:hover,
#nlSubheader .nl_bar .nlWrapper .nlToolbar button:hover {
  color: #256782;
  background-color: #ebf5f7;
}
#nlSubheader .nl_bar .nlWrapper .nlToolbar .nlDropdownControl.nl_current button {
  background-color: #cae2ed !important;
}
#nlSubheader .nl_bar .nlWrapper .nlToolbar .nlDropdownControl > button > span {
  background-image: url("../img/themes/newslife/arrow-dd-padded-color.png");
}
#nlSubheader .nl_bar .nlWrapper .nlToolbar .nlExtraNav {
  width: 200px;
}
#nlSubheader .nl_bar .nlWrapper .nlToolbar .nl_right {
  width: 200px;
  text-align: right;
}
#nlSubheader .nl_bar .nlWrapper .nlToolbar .nl_right .nlToolbar {
  width: 100%;
}
#nlSubheader .nl_bar .nlWrapper .nlToolbar .nl_right .nlToolbar #nlAddNewsUrl span {
  padding-left: 34px;
  background-image: url("../img/themes/newslife/icon-addnews-color.png");
  background-size: 14px 14px;
  background-position: 12px center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 520px) {
  #nlSubheader .nl_bar .nlWrapper .nlToolbar .nl_right .nlToolbar #nlAddNewsUrl {
    display: none;
  }
}
#nlSubheader .nl_bar .nlWrapper .nlToolbar .nl_right .nlToolbar a#nlAddNewsUrl {
  width: 50%;
}
#nlSubheader .nl_bar .nlWrapper .nlToolbar .nl_right .nlToolbar #nlSubheaderOpenAlphabet {
  display: none;
}
@media only screen and (max-width: 520px) {
  #nlSubheader .nl_bar .nlWrapper .nlToolbar .nl_right .nlToolbar #nlSubheaderOpenAlphabet {
    display: table-cell;
  }
}
#nlSubheader .nl_bar .nlWrapper .nlToolbar .nl_right .nlToolbar #nlSubheaderOpenAlphabet button span {
  padding-right: 27px;
  background-image: url("../img/themes/newslife/arrow-goto-right-padded-color.png");
  background-position: right 3px;
  background-size: 20px 16px;
  background-repeat: no-repeat;
  font-size: 18px;
}
#nlSubheader .nl_bar .nlWrapper .nlToolbar .nl_right .nlToolbar #nlSubheaderOpenAlphabet.nl_current button {
  background-color: #cae2ed !important;
}
#nlSubheader .nl_bar .nlWrapper .nlToolbar .nlMainTitle a {
  display: table;
  height: 64px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto;
  padding: 7px 7px 7px 64px;
  background-position: left center;
  background-size: 56px 56px;
  background-repeat: no-repeat;
  border-bottom: none !important;
  text-align: left;
}
@media only screen and (max-width: 999px) {
  #nlSubheader .nl_bar .nlWrapper .nlToolbar .nlMainTitle a {
    display: none;
  }
}
#nlSubheader .nl_bar .nlWrapper .nlToolbar .nlMainTitle a:hover,
#nlSubheader .nl_bar .nlWrapper .nlToolbar .nlMainTitle a:active,
#nlSubheader .nl_bar .nlWrapper .nlToolbar .nlMainTitle a:focus {
  background-color: transparent !important;
}
#nlSubheader .nl_bar .nlWrapper .nlToolbar .nlMainTitle a h1,
#nlSubheader .nl_bar .nlWrapper .nlToolbar .nlMainTitle a span {
  display: table-cell;
  height: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  color: #000;
  font-size: 32px;
  font-weight: 300;
  line-height: 100%;
}
#nlSubheader .nlDropdownHolder {
  top: -1px;
}
#nlMenu {
  display: none;
  position: fixed;
  z-index: 500;
  left: 100%;
  top: 0;
  bottom: 0;
  transition: left 0.3s ease-out;
  -webkit-transition: left 0.3s ease-out;
  -moz-transition: left 0.3s ease-out;
  -o-transition: left 0.3s ease-out;
  width: 620px;
  background-color: #f7f7f7;
}
@media only screen and (min-width: 520px) {
  #nlMenu::after {
    content: 'aside';
    display: none;
  }
}
@media only screen and (max-width: 519px) {
  #nlMenu::after {
    content: 'fullscreen';
    display: none;
  }
}
@media only screen and (max-width: 999px) {
  #nlMenu {
    display: block;
  }
}
#nlMenu.nl_visible {
  left: calc(100% - 360px);
}
#nlMenu #nlMenuHeader {
  min-height: 46px;
  padding-left: 5px;
  padding-right: 260px;
  background-color: #ffffff;
}
#nlMenu #nlMenuHeader .nlToolbar {
  width: 100%;
  height: 46px;
}
#nlMenu #nlMenuHeader .nlToolbar .nl_close {
  width: 46px;
}
#nlMenu #nlMenuHeader .nlToolbar .nl_close span {
  background-image: url("../img/themes/newslife/icon-close-color.png");
}
#nlMenu #nlMenuHeader .nlToolbar .nlLogo span {
  background-image: url(../img/logo-menu.png);
}
#nlMenu #nlMenuHeader .nlToolbar .nlMainTitle {
  text-align: center;
  padding: 0 7px;
}
#nlMenu #nlMenuHeader .nlToolbar .nlMainTitle a {
  padding: 4px 0;
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  color: #000;
  text-align: center;
}
#nlMenu #nlMenuHeader .nlToolbar .nlMainTitle.nl_small a {
  font-size: 18px;
}
@media only screen and (max-width: 519px) {
  #nlMenu.nl_visible {
    left: 0;
    width: calc(100% + 260px);
    min-width: 580px;
  }
}
#nlMenu > .nl_body {
  position: relative;
  height: calc(100% - 46px);
  width: 100%;
  overflow-y: scroll;
  background-color: #212121;
}
#nlMenu > .nl_body.nl_searchMode {
  overflow-y: hidden;
}
#nlMenu > .nl_body > * {
  width: 360px;
  min-width: 320px;
  padding-right: 160px;
}
#nlMenu > .nl_body .nl_menuItem {
  display: block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 12px 50px;
  color: #256782;
  background: none;
  border: none !important;
  text-align: left;
  font-size: 16px;
  cursor: pointer;
}
#nlMenu > .nl_body .nl_menuItem:hover {
  background-color: #e7e7e7;
}
#nlMenu > .nl_body section {
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #f7f7f7;
  border-bottom: #9cbecc solid 1px;
}
#nlMenu > .nl_body section:last-of-type {
  border-bottom: none;
}
#nlMenu > .nl_body #nlMenuNavChain {
  margin-bottom: 18px;
}
#nlMenu > .nl_body .nlDropdownControl.nl_current > .nl_menuItem {
  background-color: #cae2ed !important;
}
#nlMenu > .nl_body .nlDropdownControl > .nl_menuItem > span {
  background-image: url("../img/themes/newslife/arrow-dd-padded-color.png");
}
#nlMenu > .nl_body .nlDropdownControl.nl_city.nl_noLink > .nl_menuItem > span {
  font-size: 14px;
  font-weight: 300;
}
#nlMenu > .nl_body #nlCountries,
#nlMenu > .nl_body #nlRegions,
#nlMenu > .nl_body #nlRegionCities {
  padding: 0;
}
#nlMenu > .nl_body #nlCountries .nl_link,
#nlMenu > .nl_body #nlRegions .nl_link,
#nlMenu > .nl_body #nlRegionCities .nl_link {
  display: block;
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: #e2e7e9;
  text-align: center;
}
#nlMenu > .nl_body #nlCountries .nl_link:hover,
#nlMenu > .nl_body #nlRegions .nl_link:hover,
#nlMenu > .nl_body #nlRegionCities .nl_link:hover,
#nlMenu > .nl_body #nlCountries .nl_link:focus,
#nlMenu > .nl_body #nlRegions .nl_link:focus,
#nlMenu > .nl_body #nlRegionCities .nl_link:focus,
#nlMenu > .nl_body #nlCountries .nl_link:active,
#nlMenu > .nl_body #nlRegions .nl_link:active,
#nlMenu > .nl_body #nlRegionCities .nl_link:active {
  background-color: #d3dee3;
}
#nlMenu > .nl_body #nlCountries .nl_link span,
#nlMenu > .nl_body #nlRegions .nl_link span,
#nlMenu > .nl_body #nlRegionCities .nl_link span {
  padding-right: 16px;
  padding-left: 16px;
  display: inline-block;
}
#nlMenu > .nl_body #nlCountries ul,
#nlMenu > .nl_body #nlRegions ul,
#nlMenu > .nl_body #nlRegionCities ul {
  padding: 0;
  margin: 0;
  background-color: #eeeeee;
  list-style: none;
}
#nlMenu > .nl_body #nlCountries ul li,
#nlMenu > .nl_body #nlRegions ul li,
#nlMenu > .nl_body #nlRegionCities ul li {
  margin: 0;
}
#nlMenu > .nl_body #nlCountries ul li a,
#nlMenu > .nl_body #nlRegions ul li a,
#nlMenu > .nl_body #nlRegionCities ul li a,
#nlMenu > .nl_body #nlCountries ul li button,
#nlMenu > .nl_body #nlRegions ul li button,
#nlMenu > .nl_body #nlRegionCities ul li button {
  display: block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 12px 50px;
  color: #256782;
  background: none;
  border: none !important;
  text-align: left;
  font-size: 16px;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
}
#nlMenu > .nl_body #nlCountries ul li a:hover,
#nlMenu > .nl_body #nlRegions ul li a:hover,
#nlMenu > .nl_body #nlRegionCities ul li a:hover,
#nlMenu > .nl_body #nlCountries ul li button:hover,
#nlMenu > .nl_body #nlRegions ul li button:hover,
#nlMenu > .nl_body #nlRegionCities ul li button:hover {
  background-color: #e7e7e7;
}
#nlMenu > .nl_body #nlCountries ul li a:hover,
#nlMenu > .nl_body #nlRegions ul li a:hover,
#nlMenu > .nl_body #nlRegionCities ul li a:hover,
#nlMenu > .nl_body #nlCountries ul li button:hover,
#nlMenu > .nl_body #nlRegions ul li button:hover,
#nlMenu > .nl_body #nlRegionCities ul li button:hover {
  background-color: #e0e0e0;
}
#nlMenu > .nl_body #nlMenuGeoUrl {
  margin-bottom: 18px;
  padding: 10px 50px 10px 46px;
}
#nlMenu > .nl_body #nlMenuGeoUrl span {
  display: table-cell;
  height: 24px;
  padding: 0 0 0 30px;
  vertical-align: middle;
  background-image: url(../img/icon-geo-red.png);
  background-position: left center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  font-size: 14px;
}
#nlMenu > .nl_body #nlMenuOpenAlphabet span {
  display: table-cell;
  height: 20px;
  padding: 0 28px 0 0;
  vertical-align: middle;
  background-image: url("../img/themes/newslife/arrow-goto-padded-color.png");
  background-position: right 5px;
  background-size: 20px 16px;
  background-repeat: no-repeat;
}
#nlMenu > .nl_body #nlMenuCalendar .nl_menuItem {
  font-size: 18px;
}
#nlMenu > .nl_body #nlMenuCalendar #nlCalendar {
  padding: 15px 25px;
}
#nlMenu > .nl_body .nlSectionLink {
  padding-top: 15px;
  padding-bottom: 15px;
}
#nlMenu > .nl_body .nlSectionLink .nl_mark {
  display: block;
  margin-left: -30px;
  padding-left: 30px;
}
#nlMenu > .nl_body .nlSectionLink .nl_mark .nl_icon {
  display: block;
  padding-left: 30px;
  background-position: left center;
  font-size: 18px;
}
#nlMenu > .nl_body .nlSectionLink.nl_current .nl_mark {
  background-position: left center;
  background-image: url("../img/themes/newslife/arrow-medium-right-color.png");
  background-size: 16px 16px;
  background-repeat: no-repeat;
}
#nlMenu > .nl_body #nlMenuAddNewsUrl {
  padding-left: 80px;
  background-image: url("../img/themes/newslife/icon-addnews-color.png");
  background-size: 18px 18px;
  background-position: 50px center;
  background-repeat: no-repeat;
}
#nlMenu > .nl_body #nlMenuSearchButton {
  padding-left: 80px;
  background-image: url("../img/themes/newslife/icon-search-color.png");
  background-size: 22px 22px;
  background-position: 50px center;
  background-repeat: no-repeat;
}
#nlMenu > .nl_body footer {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #212121;
}
#nlMenu > .nl_body footer .nl_menuItem {
  color: #9cbecc;
}
#nlMenu > .nl_body footer .nl_menuItem:hover {
  color: #bae4f5;
  background: #333333;
}
#nlMenu > .nl_body #nlMenuSearchForm {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 30px 20px;
  background-color: #f7f7f7;
}
#nlMenu > .nl_body #nlMenuSearchForm h3 {
  margin: 0 0 25px;
  font-weight: 500;
  font-size: 19px;
}
#nlMenu > .nl_body #nlMenuSearchForm td {
  padding: 0 !important;
}
#nlMenu > .nl_body #nlMenuSearchForm input[type="search"] {
  height: 35px;
  padding: 0 6px;
  background-color: #fff;
  border: #2e7694 solid 1px !important;
  border-right: none !important;
  font-size: 16px !important;
}
#nlMenu > .nl_body #nlMenuSearchForm input[type="button"] {
  height: 35px;
  width: 45px;
  margin: 0 !important;
  background-color: #dde9ee;
  background-image: url("../img/themes/newslife/icon-search-color.png");
  background-size: 24px 24px;
  background-position: center center;
  border: #2e7694 solid 1px !important;
  border-left: none !important;
}
#nlMenu > .nl_body #nlMenuSearchForm input[type="button"]:hover {
  background-color: #cae2ed;
}
#nlMenuFade {
  display: none;
  position: fixed;
  z-index: 299;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.3;
}
#nlCountries .nl_link,
#nlRegions .nl_link,
#nlRegionCities .nl_link {
  border-bottom: none !important;
}
#nlCountries .nl_link span,
#nlRegions .nl_link span,
#nlRegionCities .nl_link span {
  background-image: url("../img/themes/newslife/arrow-right-color.png");
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: right center;
}
#nlCountries .nl_prev,
#nlRegions .nl_prev,
#nlRegionCities .nl_prev,
#nlCountries .nl_next,
#nlRegions .nl_next,
#nlRegionCities .nl_next {
  display: none;
}
.nlDropdownHolder {
  position: relative;
}
#nlDropdown {
  display: none;
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  background-color: #f7f7f7;
  border-bottom: #9cbecc solid 1px;
}
@media only screen and (max-width: 999px) {
  #nlDropdown {
    position: fixed;
    top: 110px;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #nlDropdown .nlWrapper {
    display: table;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  #nlDropdown .nlWrapper > .nl_body {
    display: table-cell;
    vertical-align: middle;
  }
}
#nlDropdown .nlCloseButton {
  position: absolute;
  z-index: 2;
  top: 6px;
  right: 20px;
}
@media only screen and (max-width: 999px) {
  #nlDropdown .nlCloseButton {
    top: 12px;
    right: 12px;
  }
}
#nlDropdown .nl_content {
  display: none;
}
#nlDropdown #nlCountries,
#nlDropdown #nlRegions,
#nlDropdown #nlRegionCities {
  position: relative;
  padding: 30px 80px;
}
#nlDropdown #nlCountries.nl_hasLink,
#nlDropdown #nlRegions.nl_hasLink,
#nlDropdown #nlRegionCities.nl_hasLink {
  padding-top: 60px;
}
#nlDropdown #nlCountries .nl_link,
#nlDropdown #nlRegions .nl_link,
#nlDropdown #nlRegionCities .nl_link {
  display: table;
  position: absolute;
  top: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-right: 6px;
  background-color: #dde6eb;
  text-align: right;
}
#nlDropdown #nlCountries .nl_link:hover,
#nlDropdown #nlRegions .nl_link:hover,
#nlDropdown #nlRegionCities .nl_link:hover,
#nlDropdown #nlCountries .nl_link:active,
#nlDropdown #nlRegions .nl_link:active,
#nlDropdown #nlRegionCities .nl_link:active,
#nlDropdown #nlCountries .nl_link:focus,
#nlDropdown #nlRegions .nl_link:focus,
#nlDropdown #nlRegionCities .nl_link:focus {
  background-color: #d1dee5;
}
#nlDropdown #nlCountries .nl_link span,
#nlDropdown #nlRegions .nl_link span,
#nlDropdown #nlRegionCities .nl_link span {
  display: table-cell;
  height: 42px;
  padding-right: 16px;
  padding-left: 16px;
  vertical-align: middle;
}
#nlDropdown #nlCountries .nl_scroller,
#nlDropdown #nlRegions .nl_scroller,
#nlDropdown #nlRegionCities .nl_scroller {
  overflow-x: hidden;
}
#nlDropdown #nlCountries .nl_scroller ul,
#nlDropdown #nlRegions .nl_scroller ul,
#nlDropdown #nlRegionCities .nl_scroller ul {
  padding: 0;
  margin: 0;
  columns: 4;
  list-style: none;
  font-weight: 600;
  line-height: 25px;
}
#nlDropdown #nlCountries .nl_scroller ul li,
#nlDropdown #nlRegions .nl_scroller ul li,
#nlDropdown #nlRegionCities .nl_scroller ul li {
  margin: 0;
}
#nlDropdown #nlCountries .nl_scroller ul li button,
#nlDropdown #nlRegions .nl_scroller ul li button,
#nlDropdown #nlRegionCities .nl_scroller ul li button {
  display: inline;
  margin: 0;
  padding: 0;
  color: #256782;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 600;
}
#nlDropdown #nlCountries .nl_scroller ul li button:hover,
#nlDropdown #nlRegions .nl_scroller ul li button:hover,
#nlDropdown #nlRegionCities .nl_scroller ul li button:hover {
  color: #256782;
  border-bottom: solid 1px #256782;
}
#nlDropdown #nlCountries.nl_flex .nl_body,
#nlDropdown #nlRegions.nl_flex .nl_body,
#nlDropdown #nlRegionCities.nl_flex .nl_body {
  position: relative;
}
#nlDropdown #nlCountries.nl_flex .nl_body .nl_prev,
#nlDropdown #nlRegions.nl_flex .nl_body .nl_prev,
#nlDropdown #nlRegionCities.nl_flex .nl_body .nl_prev,
#nlDropdown #nlCountries.nl_flex .nl_body .nl_next,
#nlDropdown #nlRegions.nl_flex .nl_body .nl_next,
#nlDropdown #nlRegionCities.nl_flex .nl_body .nl_next {
  display: block;
  position: absolute;
  top: calc(50% - 64px);
  width: 64px;
  height: 128px;
  border: none;
  background-size: 28px 56px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
#nlDropdown #nlCountries.nl_flex .nl_body .nl_prev:hover,
#nlDropdown #nlRegions.nl_flex .nl_body .nl_prev:hover,
#nlDropdown #nlRegionCities.nl_flex .nl_body .nl_prev:hover,
#nlDropdown #nlCountries.nl_flex .nl_body .nl_next:hover,
#nlDropdown #nlRegions.nl_flex .nl_body .nl_next:hover,
#nlDropdown #nlRegionCities.nl_flex .nl_body .nl_next:hover {
  background-size: 32px 64px;
}
#nlDropdown #nlCountries.nl_flex .nl_body .nl_prev[disabled],
#nlDropdown #nlRegions.nl_flex .nl_body .nl_prev[disabled],
#nlDropdown #nlRegionCities.nl_flex .nl_body .nl_prev[disabled],
#nlDropdown #nlCountries.nl_flex .nl_body .nl_next[disabled],
#nlDropdown #nlRegions.nl_flex .nl_body .nl_next[disabled],
#nlDropdown #nlRegionCities.nl_flex .nl_body .nl_next[disabled] {
  background-size: 28px 56px !important;
}
#nlDropdown #nlCountries.nl_flex .nl_body .nl_prev,
#nlDropdown #nlRegions.nl_flex .nl_body .nl_prev,
#nlDropdown #nlRegionCities.nl_flex .nl_body .nl_prev {
  left: -64px;
  background-image: url("../img/themes/newslife/arrow-huge-left-color.png");
}
#nlDropdown #nlCountries.nl_flex .nl_body .nl_prev[disabled],
#nlDropdown #nlRegions.nl_flex .nl_body .nl_prev[disabled],
#nlDropdown #nlRegionCities.nl_flex .nl_body .nl_prev[disabled] {
  background-image: url("../img/themes/newslife/arrow-huge-left-color-inactive.png");
}
#nlDropdown #nlCountries.nl_flex .nl_body .nl_next,
#nlDropdown #nlRegions.nl_flex .nl_body .nl_next,
#nlDropdown #nlRegionCities.nl_flex .nl_body .nl_next {
  right: -64px;
  background-image: url("../img/themes/newslife/arrow-huge-right-color.png");
}
#nlDropdown #nlCountries.nl_flex .nl_body .nl_next[disabled],
#nlDropdown #nlRegions.nl_flex .nl_body .nl_next[disabled],
#nlDropdown #nlRegionCities.nl_flex .nl_body .nl_next[disabled] {
  background-image: url("../img/themes/newslife/arrow-huge-right-color-inactive.png");
}
#nlDropdown #nlCountries.nl_flex .nl_body .nl_scroller,
#nlDropdown #nlRegions.nl_flex .nl_body .nl_scroller,
#nlDropdown #nlRegionCities.nl_flex .nl_body .nl_scroller {
  position: relative;
  margin-left: 30px;
}
#nlDropdown #nlCountries.nl_flex .nl_body .nl_scroller ul,
#nlDropdown #nlRegions.nl_flex .nl_body .nl_scroller ul,
#nlDropdown #nlRegionCities.nl_flex .nl_body .nl_scroller ul {
  display: flex;
  flex-flow: column wrap;
  position: relative;
  left: 0;
  transition: left 0.3s ease-out;
  -webkit-transition: left 0.3s ease-out;
  -moz-transition: left 0.3s ease-out;
  -o-transition: left 0.3s ease-out;
}
#nlDropdown #nlCountries.nl_flex .nl_body .nl_scroller ul li,
#nlDropdown #nlRegions.nl_flex .nl_body .nl_scroller ul li,
#nlDropdown #nlRegionCities.nl_flex .nl_body .nl_scroller ul li {
  width: calc((100% - 20px * 3) / 4);
  margin-right: 20px;
}
#nlDropdown #nlRegionCities li:first-child {
  margin-bottom: 25px !important;
  font-weight: bold;
}
#nlDropdown #nlCalendar {
  padding: 25px 60px;
}
@media only screen and (max-width: 999px) {
  #nlDropdown #nlCalendar {
    width: 98%;
    max-width: 520px;
    margin: 0 auto;
    padding: 60px 0 90px;
  }
}
@media only screen and (min-width: 1000px) {
  #nlDropdown #nlSections {
    text-align: center;
  }
  #nlDropdown #nlSections .nl_body a.nlSectionLink {
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 4%;
    margin-right: 3%;
    border-bottom: none !important;
  }
  #nlDropdown #nlSections .nl_body a.nlSectionLink:last-child {
    margin-right: 0;
  }
  #nlDropdown #nlSections .nl_body a.nlSectionLink .nl_mark {
    display: block;
    padding: 16px 0;
  }
  #nlDropdown #nlSections .nl_body a.nlSectionLink .nl_mark .nl_icon {
    display: block;
    padding: 4px 0 4px 32px;
    background-position: 2px center;
    font-size: 18px;
  }
  #nlDropdown #nlSections .nl_body a.nlSectionLink.nl_current .nl_mark {
    background-position: center bottom;
    background-image: url("../img/themes/newslife/arrow-medium-up-color.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
  }
  #nlDropdown #nlSections .nl_body a.nlSectionLink:hover {
    background-color: #e7e7e7;
  }
}
@media only screen and (max-width: 999px) {
  #nlDropdown #nlSections .nl_body {
    display: block;
    margin: 0 2px;
    padding: 45px 0 80px;
  }
  #nlDropdown #nlSections .nl_body a.nlSectionLink {
    display: block;
    border-bottom: none !important;
  }
  #nlDropdown #nlSections .nl_body a.nlSectionLink:hover {
    background-color: #e7e7e7;
  }
  #nlDropdown #nlSections .nl_body a.nlSectionLink .nl_mark {
    display: block;
    width: 180px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 auto;
    padding: 0 28px;
    background-position: left center;
  }
  #nlDropdown #nlSections .nl_body a.nlSectionLink .nl_mark .nl_icon {
    display: block;
    padding: 24px 32px;
    font-size: 20px;
    background-position: left center;
  }
  #nlDropdown #nlSections .nl_body a.nlSectionLink.nl_current .nl_mark {
    background-position: left center;
    background-image: url("../img/themes/newslife/arrow-medium-right-color.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
  }
}
#nlDropdownFade {
  display: none;
  position: fixed;
  z-index: 199;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.3;
}
#nlContentArea {
  position: relative;
}
#nlContent {
  padding: 28px 0 1px;
}
@media only screen and (max-width: 1280px) {
  #nlContent .nlWrapper {
    margin-right: 38px;
  }
}
@media only screen and (max-width: 520px) {
  #nlContent .nlWrapper {
    margin-right: 0;
  }
}
#nlAlphabet {
  position: absolute;
  z-index: 205;
  right: 0;
  top: 0;
  width: 38px;
  bottom: 0;
  overflow: hidden;
  background-color: #e9e9e9;
}
@media only screen and (max-width: 520px) {
  #nlAlphabet {
    display: none;
    position: fixed;
    top: 89px;
  }
  #nlAlphabet.nl_visible {
    display: block;
  }
}
#nlAlphabet .nl_scroller {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -100px;
  overflow-x: hidden;
}
#nlAlphabet .nl_scroller .nl_body {
  position: relative;
  width: 38px;
}
#nlAlphabet .nl_scroller .nl_body button {
  width: 100%;
  padding: 8px 0;
  color: #256782;
  background-color: transparent;
  border: none;
  text-align: center;
  font-size: 18px;
  line-height: 100%;
  cursor: pointer;
}
#nlAlphabet .nl_scroller .nl_body button:hover {
  background-color: #f7f7f7;
}
#nlAlphabet .nl_scroller .nl_body button.nl_current {
  color: #ffffff;
  background-color: #2e7694;
}
#nlAlphabet .nl_scroller .nl_body button.nl_current:hover {
  background-color: #3a829f;
}
#nlAlphabet .nl_scroller .nl_body.nl_fixedTop {
  position: fixed;
}
#nlAlphabet .nl_scroller .nl_body.nl_fixedBottom {
  position: fixed;
  bottom: 0;
}
#nlAlphabet.nl_sticky .nl_scroller {
  overflow-y: hidden;
}
#nlAlphabetListContainer {
  position: absolute;
  z-index: 150;
  top: 0;
  bottom: 0;
  left: 0;
  right: 38px;
  overflow: hidden;
  pointer-events: none;
}
#nlAlphabetListContainer.nl_fixed {
  position: fixed;
  z-index: 300;
}
@media only screen and (min-width: 520px) {
  #nlAlphabetListContainer::after {
    content: 'aside';
    display: none;
  }
}
@media only screen and (max-width: 519px) {
  #nlAlphabetListContainer::after {
    content: 'fullscreen';
    display: none;
  }
}
#nlAlphabetListContainer #nlAlphabetList {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  transition: left 0.3s ease-out;
  -webkit-transition: left 0.3s ease-out;
  -moz-transition: left 0.3s ease-out;
  -o-transition: left 0.3s ease-out;
  min-height: 240px;
  z-index: 150;
  background-color: #e2e2e2;
  pointer-events: auto;
}
#nlAlphabetListContainer #nlAlphabetList button {
  display: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
#nlAlphabetListContainer #nlAlphabetList .nl_loader {
  font-size: 10px;
  text-indent: -9999em;
  border-top: 8px solid rgba(192, 214, 223, 0.8);
  border-right: 8px solid rgba(192, 214, 223, 0.8);
  border-bottom: 8px solid rgba(192, 214, 223, 0.8);
  border-left: 8px solid #2e7694;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: roundLoaderAnimation 1.1s infinite linear;
  animation: roundLoaderAnimation 1.1s infinite linear;
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  z-index: 1000;
  opacity: 100%;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -moz-o-timing-function: ease-out;
  pointer-events: none;
}
#nlAlphabetListContainer #nlAlphabetList .nl_loader,
#nlAlphabetListContainer #nlAlphabetList .nl_loader:after {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
@-webkit-keyframes roundLoaderAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes roundLoaderAnimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#nlAlphabetListContainer #nlAlphabetList .nl_loaded {
  opacity: 0;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -moz-o-timing-function: ease-out;
  pointer-events: none;
}
#nlAlphabetListContainer #nlAlphabetList.nl_ready .nl_loader {
  opacity: 0;
}
#nlAlphabetListContainer #nlAlphabetList.nl_ready .nl_loaded {
  opacity: 100%;
  pointer-events: auto;
}
#nlAlphabetListContainer #nlAlphabetList .nl_searchForm {
  padding: 15px 20px 10px;
}
#nlAlphabetListContainer #nlAlphabetList .nl_searchForm h3 {
  display: none;
}
#nlAlphabetListContainer #nlAlphabetList .nl_searchForm .nl_input {
  position: relative;
  width: 100%;
}
#nlAlphabetListContainer #nlAlphabetList .nl_searchForm .nl_input input {
  height: 35px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #000;
  background-color: #f2f2f2;
  background-image: url("../img/themes/newslife/icon-search-color.png");
  background-size: 24px 24px;
  background-position: 6px center;
  background-repeat: no-repeat;
  border: none !important;
  outline: none;
  font-size: 15px;
  font-style: italic;
}
#nlAlphabetListContainer #nlAlphabetList .nl_searchForm .nl_input #nlCancelAlphabetSearch {
  position: absolute;
  top: 0;
  right: 0;
  background-size: 20px 20px;
}
#nlAlphabetListContainer #nlAlphabetList.nl_searchMode #nlCancelAlphabetSearch,
#nlAlphabetListContainer #nlAlphabetList.nl_searchResults #nlCancelAlphabetSearch,
#nlAlphabetListContainer #nlAlphabetList.nl_searchNotFound #nlCancelAlphabetSearch {
  display: block;
}
#nlAlphabetListContainer #nlAlphabetList.nl_searchResults .nl_input input,
#nlAlphabetListContainer #nlAlphabetList.nl_searchNotFound .nl_input input {
  font-style: normal;
}
#nlAlphabetListContainer #nlAlphabetList .nl_notFound {
  margin: 20px 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
#nlAlphabetListContainer #nlAlphabetList .nl_letter,
#nlAlphabetListContainer #nlAlphabetList .nl_results,
#nlAlphabetListContainer #nlAlphabetList .nl_notFound {
  display: none;
}
#nlAlphabetListContainer #nlAlphabetList.nl_searchMode .nl_cities,
#nlAlphabetListContainer #nlAlphabetList.nl_searchResults .nl_cities,
#nlAlphabetListContainer #nlAlphabetList.nl_searchNotFound .nl_cities {
  display: none;
}
#nlAlphabetListContainer #nlAlphabetList.nl_searchResults .nl_results {
  display: block;
}
#nlAlphabetListContainer #nlAlphabetList.nl_searchNotFound .nl_notFound {
  display: block;
}
#nlAlphabetListContainer #nlAlphabetList .nl_list {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
}
#nlAlphabetListContainer #nlAlphabetList .nl_list .nl_scroller {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -100px;
  padding-right: 100px;
  overflow-y: hidden;
  overflow-x: hidden;
}
#nlAlphabetListContainer #nlAlphabetList .nl_list a {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 20px;
  border-bottom: none !important;
}
#nlAlphabetListContainer #nlAlphabetList .nl_list a:hover {
  background-color: #f3f3f3;
}
#nlAlphabetListContainer #nlAlphabetList .nl_list a.nl_capital {
  font-weight: bold;
}
#nlAlphabetListContainer #nlAlphabetList .nl_list a small {
  display: block;
  padding-top: 5px;
  color: #333;
  font-size: 13px;
  font-weight: normal;
  line-height: 100%;
}
#nlAlphabetListContainer #nlAlphabetList .nl_list button {
  width: 100%;
  height: 42px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #e2e2e2;
}
#nlAlphabetListContainer #nlAlphabetList .nl_list button:hover {
  background-color: #e2e2e2;
}
#nlAlphabetListContainer #nlAlphabetList .nl_list button.nl_expand {
  display: block;
  height: 48px;
  background-size: 32px 32px;
  background-image: url("../img/themes/newslife/arrow-big-expand-color.png");
}
#nlAlphabetListContainer #nlAlphabetList .nl_list button.nl_expand:hover {
  background-size: 36px 36px;
}
#nlAlphabetListContainer #nlAlphabetList .nl_list button.nl_up,
#nlAlphabetListContainer #nlAlphabetList .nl_list button.nl_down {
  position: absolute;
  left: 0;
  background-size: 32px 16px;
}
#nlAlphabetListContainer #nlAlphabetList .nl_list button.nl_up:hover,
#nlAlphabetListContainer #nlAlphabetList .nl_list button.nl_down:hover {
  background-size: 36px 18px;
}
#nlAlphabetListContainer #nlAlphabetList .nl_list button.nl_up {
  display: none;
  top: 0;
  background-image: url("../img/themes/newslife/arrow-big-up-color.png");
}
#nlAlphabetListContainer #nlAlphabetList .nl_list button.nl_down {
  display: none;
  bottom: 0;
  background-image: url("../img/themes/newslife/arrow-big-down-color.png");
}
#nlAlphabetListContainer #nlAlphabetList.nl_full .nl_list .nl_scroller,
#nlAlphabetListContainer #nlAlphabetList.nl_searchResults .nl_list .nl_scroller {
  overflow-y: scroll;
}
@media only screen and (min-width: 520px) {
  #nlAlphabetListContainer #nlAlphabetList {
    width: 280px;
  }
  #nlAlphabetListContainer #nlAlphabetList.nl_visible {
    left: calc(100% - 280px);
  }
  #nlAlphabetListContainer #nlAlphabetList.nl_fixed {
    position: fixed;
    right: 38px;
  }
  #nlAlphabetListContainer #nlAlphabetList .nl_searchForm input {
    padding-left: 43px;
  }
  #nlAlphabetListContainer #nlAlphabetList .nl_list {
    top: 65px;
    bottom: 20px;
  }
  #nlAlphabetListContainer #nlAlphabetList .nl_list a {
    padding-left: 38px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 519px) {
  #nlAlphabetListContainer #nlAlphabetList {
    width: 100%;
  }
  #nlAlphabetListContainer #nlAlphabetList.nl_visible {
    left: 0;
  }
  #nlAlphabetListContainer #nlAlphabetList #nlCloseAlphabetList {
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
  }
  #nlAlphabetListContainer #nlAlphabetList .nl_search {
    display: block;
    position: absolute;
    top: 12px;
    left: calc(18% - 6px);
    width: 36px;
    height: 36px;
    background-image: url("../img/themes/newslife/icon-search-color.png");
    background-size: 24px 24px;
    background-position: center center;
    background-repeat: no-repeat;
  }
  #nlAlphabetListContainer #nlAlphabetList .nl_search:hover {
    background-size: 27px 27px;
  }
  #nlAlphabetListContainer #nlAlphabetList .nl_searchForm {
    display: none;
  }
  #nlAlphabetListContainer #nlAlphabetList .nl_searchForm .nl_input input {
    padding-left: 43px;
    font-style: normal;
    font-size: 16px;
  }
  #nlAlphabetListContainer #nlAlphabetList .nl_list {
    top: 60px;
    bottom: 20px;
  }
  #nlAlphabetListContainer #nlAlphabetList .nl_list a {
    padding-left: 18%;
    padding-right: 20px;
  }
  #nlAlphabetListContainer #nlAlphabetList.nl_searchMode #nlCloseAlphabetList,
  #nlAlphabetListContainer #nlAlphabetList.nl_searchResults #nlCloseAlphabetList,
  #nlAlphabetListContainer #nlAlphabetList.nl_searchNotFound #nlCloseAlphabetList,
  #nlAlphabetListContainer #nlAlphabetList.nl_searchMode button.nl_search,
  #nlAlphabetListContainer #nlAlphabetList.nl_searchResults button.nl_search,
  #nlAlphabetListContainer #nlAlphabetList.nl_searchNotFound button.nl_search {
    display: none;
  }
  #nlAlphabetListContainer #nlAlphabetList.nl_searchMode .nl_searchForm,
  #nlAlphabetListContainer #nlAlphabetList.nl_searchResults .nl_searchForm,
  #nlAlphabetListContainer #nlAlphabetList.nl_searchNotFound .nl_searchForm {
    display: block;
  }
  #nlAlphabetListContainer #nlAlphabetList.nl_searchMode .nl_list {
    display: none;
  }
  #nlAlphabetListContainer #nlAlphabetList.nl_searchMode .nl_searchForm h3 {
    display: block;
    margin: 0 0 10px;
    font-size: 19px;
    font-weight: 500;
    line-height: normal;
  }
}
#nlAlphabetListContainer #nlAlphabetList .nl_letter a {
  display: none;
}
#nlAlphabetListContainer #nlAlphabetList .nl_letter a.nl_brief {
  display: block;
}
#nlAlphabetListContainer #nlAlphabetList.nl_full .nl_letter a {
  display: block;
}
#nlAlphabetListContainer #nlAlphabetList.nl_full .nl_expand {
  display: none !important;
}
#nlFooter {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #323232;
}
#nlFooter::after {
  content: 'full';
  display: none;
}
@media only screen and (max-width: 520px) {
  #nlFooter::after {
    content: 'dropdown';
    display: none;
  }
}
#nlFooter .nl_main {
  padding: 20px 0 20px;
}
#nlFooter .nl_main .nl_top {
  display: none;
}
#nlFooter .nl_main #nlFooterMenu,
#nlFooter .nl_main #nlFooterMenu .nl_body {
  display: table;
  width: 100%;
}
#nlFooter .nl_main #nlFooterMenu > *,
#nlFooter .nl_main #nlFooterMenu .nl_body > * {
  display: table-cell;
  vertical-align: top;
}
#nlFooter .nl_main #nlFooterMenu section {
  padding-right: 25px;
}
#nlFooter .nl_main #nlFooterMenu section .nl_title {
  width: 100%;
  margin: 0 0 10px;
  padding: 0 !important;
  color: #ffffff;
  opacity: 0.75;
  background-color: transparent !important;
  border: none !important;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
#nlFooter .nl_main #nlFooterMenu section .nl_body {
  display: block;
}
#nlFooter .nl_main #nlFooterMenu section.nl_list .nl_body > * {
  display: block;
  width: 100%;
  padding: 7px 0;
  margin-bottom: 0 0 10px;
  color: #ffffff;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -moz-o-timing-function: ease-out;
  opacity: 0.5;
  border: none !important;
  background-color: transparent !important;
  cursor: pointer;
  font-size: 13px;
  line-height: 120%;
  text-align: left;
}
#nlFooter .nl_main #nlFooterMenu section.nl_list .nl_body > *:hover {
  opacity: 0.9;
}
#nlFooter .nl_main #nlFooterMenu .nl_nav {
  width: 30%;
}
#nlFooter .nl_main #nlFooterMenu .nl_nav > .nl_body > *:last-child {
  width: 155px;
  padding-right: 0;
}
#nlFooter .nl_main #nlFooterMenu .nl_nav a#nlFooterGeoUrl {
  padding-left: 25px;
  background-image: url(../img/icon-geo-white.png);
  background-size: 20px 20px;
  background-position: left center;
  background-repeat: no-repeat;
  transition: opacity 0.2s ease-out, background-image 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out, background-image 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out, background-image 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out, background-image 0.2s ease-out;
}
#nlFooter .nl_main #nlFooterMenu .nl_nav a#nlFooterGeoUrl:hover {
  background-image: url(../img/icon-geo-white-red.png);
}
#nlFooter .nl_main #nlFooterMenu .nl_splitter {
  width: 6%;
}
#nlFooter .nl_main #nlFooterMenu .nl_splitter.nl_1 {
  border-right: solid 1px #4e4e4e;
}
#nlFooter .nl_main #nlFooterMenu .nl_extra {
  width: 58%;
}
#nlFooter .nl_main #nlFooterMenu .nl_extra > .nl_body > .nl_left {
  width: 67%;
}
#nlFooter .nl_main #nlFooterMenu .nl_extra > .nl_body > .nl_left > .nl_body > * {
  width: 50%;
}
#nlFooter .nl_main #nlFooterMenu .nl_extra > .nl_body > .nl_right {
  width: 33%;
}
#nlFooter .nl_main #nlFooterMenu .nl_extra > .nl_body > .nl_right section {
  padding-right: 0;
}
#nlFooter .nl_main #nlFooterMenu .nl_extra > .nl_body > .nl_right .nl_map {
  margin-top: 27px;
  width: 160px;
  height: 78px;
}
@media only screen and (max-width: 520px) {
  #nlFooter .nl_main #nlFooterMenu .nl_extra > .nl_body > .nl_right .nl_map {
    width: auto;
  }
}
#nlFooter .nl_main #nlFooterMenu .nl_extra > .nl_body > .nl_right .nl_social {
  margin-top: 27px;
}
#nlFooter .nl_main #nlFooterMenu .nl_extra > .nl_body > .nl_right .nl_social .nl_body {
  margin-top: 5px;
}
#nlFooter .nl_main #nlFooterMenu .nl_extra > .nl_body > .nl_right .nl_social .nl_body > div {
  display: inline-block;
  margin-bottom: 4px;
}
#nlFooter .nl_main #nlFooterMenu .nl_extra > .nl_body > .nl_right .nl_social .nl_body a {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-right: 8px;
  padding: 0;
  border-radius: 49%;
  border: none !important;
  background-color: #5b5b5b !important;
  background-position: center center;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  opacity: 0.6;
  transition: opacity 0.2s ease-out, background-color 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out, background-color 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out, background-color 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out, background-color 0.2s ease-out;
}
#nlFooter .nl_main #nlFooterMenu .nl_extra > .nl_body > .nl_right .nl_social .nl_body a.nl_social_vk {
  background-image: url(../img/social-vk.png);
}
#nlFooter .nl_main #nlFooterMenu .nl_extra > .nl_body > .nl_right .nl_social .nl_body a.nl_social_telegram {
  background-image: url(../img/social-telegram.png);
}
#nlFooter .nl_main #nlFooterMenu .nl_extra > .nl_body > .nl_right .nl_social .nl_body a.nl_social_gplus {
  background-image: url(../img/social-gplus.png);
}
#nlFooter .nl_main #nlFooterMenu .nl_extra > .nl_body > .nl_right .nl_social .nl_body a.nl_social_youtube {
  background-image: url(../img/social-youtube.png);
}
#nlFooter .nl_main #nlFooterMenu .nl_extra > .nl_body > .nl_right .nl_social .nl_body a:hover {
  opacity: 1;
}
#nlFooter .nl_main #nlFooterMenu .nl_extra > .nl_body > .nl_right .nl_social .nl_body a:hover.nl_social_vk {
  background-color: #4a76a8 !important;
}
#nlFooter .nl_main #nlFooterMenu .nl_extra > .nl_body > .nl_right .nl_social .nl_body a:hover.nl_social_telegram {
  background-color: #3ca8d6 !important;
}
#nlFooter .nl_main #nlFooterMenu .nl_extra > .nl_body > .nl_right .nl_social .nl_body a:hover.nl_social_gplus {
  background-color: #de4438 !important;
}
#nlFooter .nl_main #nlFooterMenu .nl_extra > .nl_body > .nl_right .nl_social .nl_body a:hover.nl_social_youtube {
  background-color: #d02020 !important;
}
@media only screen and (max-width: 1280px) {
  #nlFooter .nl_main .nlWrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 999px) {
  #nlFooter .nl_main .nlWrapper {
    max-width: 650px;
    padding-left: 25px;
    padding-right: 25px;
  }
  #nlFooter .nl_main #nlFooterMenu .nl_nav > .nl_body,
  #nlFooter .nl_main #nlFooterMenu .nl_nav > .nl_body > *,
  #nlFooter .nl_main #nlFooterMenu .nl_extra > .nl_body,
  #nlFooter .nl_main #nlFooterMenu .nl_extra > .nl_body > * {
    display: block;
  }
  #nlFooter .nl_main #nlFooterMenu .nl_nav {
    width: 21%;
  }
  #nlFooter .nl_main #nlFooterMenu .nl_nav section:last-child {
    margin-top: 27px;
  }
  #nlFooter .nl_main #nlFooterMenu .nl_splitter {
    width: 8%;
  }
  #nlFooter .nl_main #nlFooterMenu .nl_extra {
    width: 63%;
  }
  #nlFooter .nl_main #nlFooterMenu .nl_extra > .nl_body > .nl_left,
  #nlFooter .nl_main #nlFooterMenu .nl_extra > .nl_body > .nl_right {
    width: 100%;
  }
  #nlFooter .nl_main #nlFooterMenu .nl_extra > .nl_body > .nl_left > .nl_body > section:first-child {
    width: 55%;
  }
  #nlFooter .nl_main #nlFooterMenu .nl_extra > .nl_body > .nl_left > .nl_body > section:last-child {
    width: 45%;
  }
  #nlFooter .nl_main #nlFooterMenu .nl_extra > .nl_body > .nl_right > section:first-child {
    margin-top: 27px;
  }
}
@media only screen and (max-width: 520px) {
  #nlFooter .nl_main {
    padding-top: 25px;
  }
  #nlFooter .nl_main .nlWrapper .nl_top {
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }
  #nlFooter .nl_main .nlWrapper .nl_top a {
    display: inline-block;
    padding-left: 28px;
    padding-bottom: 2px;
    color: #ffffff;
    opacity: 0.75;
    transition-property: opacity;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -moz-o-timing-function: ease-out;
    border-bottom: none !important;
    background-image: url(../img/icon-addnews-white.png);
    background-size: 16px 16px;
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 16px;
  }
  #nlFooter .nl_main .nlWrapper .nl_top a:hover {
    opacity: 1;
  }
  #nlFooter .nl_main #nlFooterMenu,
  #nlFooter .nl_main #nlFooterMenu .nl_body {
    display: block;
    width: auto !important;
  }
  #nlFooter .nl_main #nlFooterMenu > *,
  #nlFooter .nl_main #nlFooterMenu .nl_body > * {
    display: block;
    width: auto !important;
  }
  #nlFooter .nl_main #nlFooterMenu section.nl_list {
    width: 240px !important;
    margin: 5px auto !important;
    padding: 0 !important;
  }
  #nlFooter .nl_main #nlFooterMenu section.nl_list button.nl_title {
    background-image: url(../img/arrow-dd-white.png);
    background-position: right center;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    cursor: pointer;
    transition-property: opacity;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -moz-o-timing-function: ease-out;
  }
  #nlFooter .nl_main #nlFooterMenu section.nl_list button.nl_title:hover {
    opacity: 1;
  }
  #nlFooter .nl_main #nlFooterMenu section.nl_list .nl_body {
    display: none;
    margin: 0 !important;
    padding: 0 0 10px;
  }
  #nlFooter .nl_main #nlFooterMenu section.nl_social {
    margin-top: 20px !important;
    text-align: center;
  }
  #nlFooter .nl_main #nlFooterMenu section.nl_social .nl_title {
    margin-bottom: 14px;
    text-align: center;
    font-size: 16px;
  }
  #nlFooter .nl_main #nlFooterMenu section.nl_social .nl_body a {
    width: 48px !important;
    height: 48px !important;
    margin: 0 6px !important;
    background-size: 36px 36px !important;
  }
}
#nlFooter .nl_bottom {
  background-color: #4e4e4e;
}
#nlFooter .nl_bottom .nl_icons {
  float: left;
  margin-right: 20px;
  padding: 6px 0 3px;
  text-align: right;
}
#nlFooter .nl_bottom .nl_icons > * {
  display: inline-block;
  margin-right: 8px;
}
#nlFooter .nl_bottom .nl_icons > *:last-child {
  margin-right: 0;
}
#nlFooter .nl_bottom .nl_icons > .nl_18plus {
  position: relative;
  top: -8px;
  color: #ffffff;
  opacity: 0.75;
  font-size: 20px;
}
#nlFooter .nl_bottom .nl_icons > .nl_rss {
  width: 31px;
  height: 31px;
  background-image: url(../img/icon-rss.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom: none !important;
}
#nlFooter .nl_bottom .nl_copyright {
  float: right;
  padding-top: 15px;
  font-size: 12px;
  line-height: 125%;
}
#nlFooter .nl_bottom .nl_copyright span,
#nlFooter .nl_bottom .nl_copyright a {
  color: #ffffff;
  opacity: 0.75;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -moz-o-timing-function: ease-out;
}
#nlFooter .nl_bottom .nl_copyright a {
  border-bottom: none !important;
}
#nlFooter .nl_bottom .nl_copyright a:hover {
  opacity: 1;
}
@media only screen and (max-width: 1280px) {
  #nlFooter .nl_bottom .nl_copyright {
    float: left;
  }
}
@media only screen and (max-width: 520px) {
  #nlFooter .nl_bottom .nl_copyright {
    width: 120px;
    padding-top: 6px;
  }
}
@media only screen and (max-width: 520px) {
  #nlFooter .nl_bottom {
    background-color: #323232;
  }
}
.nlColumns {
  display: flex;
  justify-content: space-between;
}
.nlColumns .nl_left {
  float: left;
  width: calc(100% - 370px);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.nlColumns .nl_left .nlBanner {
  display: none;
}
.nlColumns .nl_left .dbnPlace {
  display: none;
  margin-top: 38px;
  margin-bottom: 38px;
}
.nlColumns .nl_right {
  float: right;
  width: 336px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.nlColumns .nl_right .nl_banners {
  position: sticky;
  top: 120px;
}
@media only screen and (max-width: 999px) {
  .nlColumns {
    display: block;
  }
  .nlColumns .nl_left {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .nlColumns .nl_left .nlBanner {
    display: block;
  }
  .nlColumns .nl_left .dbnPlace {
    display: block;
  }
  .nlColumns .nl_right {
    width: 100%;
  }
}
@media only screen and (max-width: 520px) {
  #nlContent.nlHome {
    padding-top: 0;
  }
}
#nlContent.nlHome .s29NewsSlideshow {
  opacity: 0;
  height: 436px;
  margin: 0 0 30px;
  overflow: hidden;
}
@media only screen and (max-width: 999px) {
  #nlContent.nlHome .s29NewsSlideshow {
    height: 436px;
  }
}
@media only screen and (max-width: 520px) {
  #nlContent.nlHome .s29NewsSlideshow {
    height: 436px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
#nlContent.nlHome .s29NewsSlideshow article {
  position: relative;
  width: 100%;
  height: 436px;
}
@media only screen and (max-width: 999px) {
  #nlContent.nlHome .s29NewsSlideshow article {
    height: 436px;
  }
}
@media only screen and (max-width: 520px) {
  #nlContent.nlHome .s29NewsSlideshow article {
    height: 436px;
  }
}
#nlContent.nlHome .s29NewsSlideshow article .s29_img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center 30%;
}
#nlContent.nlHome .s29NewsSlideshow article > a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#nlContent.nlHome .s29NewsSlideshow article > a:hover ~ .s29_fade h3 span,
#nlContent.nlHome .s29NewsSlideshow article > a:focus ~ .s29_fade h3 span,
#nlContent.nlHome .s29NewsSlideshow article > a:active ~ .s29_fade h3 span {
  border-bottom: solid 1px rgba(255, 255, 255, 0.75) !important;
}
#nlContent.nlHome .s29NewsSlideshow article .s29_fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 65px;
  color: #fff;
  background-image: url(/plugins/s29_news/newsslideshow/img/fade.png);
  background-repeat: repeat-x;
  background-position: center top;
  text-align: center;
  pointer-events: none;
}
#nlContent.nlHome .s29NewsSlideshow article .s29_fade .s29_body {
  display: inline-block;
  max-width: calc((100% - 72px * 2) * 0.9);
  margin: 0 auto;
  padding-bottom: 46px;
  text-align: left;
}
@media only screen and (max-width: 999px) {
  #nlContent.nlHome .s29NewsSlideshow article .s29_fade .s29_body {
    text-align: left;
  }
}
@media only screen and (max-width: 520px) {
  #nlContent.nlHome .s29NewsSlideshow article .s29_fade .s29_body {
    text-align: left;
  }
}
#nlContent.nlHome .s29NewsSlideshow article .s29_fade .s29_body .s29_section {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  z-index: 102;
}
#nlContent.nlHome .s29NewsSlideshow article .s29_fade .s29_body .s29_section a {
  color: #fff !important;
  border-bottom: solid 1px rgba(255, 255, 255, 0);
  transition: border-color 0.2s ease-out;
  -webkit-transition: border-color 0.2s ease-out;
  -moz-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
  text-decoration: none !important;
  pointer-events: auto;
}
#nlContent.nlHome .s29NewsSlideshow article .s29_fade .s29_body .s29_section a:hover,
#nlContent.nlHome .s29NewsSlideshow article .s29_fade .s29_body .s29_section a:active,
#nlContent.nlHome .s29NewsSlideshow article .s29_fade .s29_body .s29_section a:focus {
  border-bottom: solid 1px rgba(255, 255, 255, 0.75) !important;
}
#nlContent.nlHome .s29NewsSlideshow article .s29_fade .s29_body h3 {
  margin: 0 0 12px;
  padding-bottom: 5px;
  max-height: 97.2px;
  overflow: hidden;
  color: #fff !important;
  font-family: Open Sans; Arial; Sans-Serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 135%;
}
@media only screen and (max-width: 999px) {
  #nlContent.nlHome .s29NewsSlideshow article .s29_fade .s29_body h3 {
    max-height: 97.2px;
    font-size: 24px;
    line-height: 135%;
  }
}
@media only screen and (max-width: 520px) {
  #nlContent.nlHome .s29NewsSlideshow article .s29_fade .s29_body h3 {
    max-height: 97.2px;
    font-size: 24px;
    line-height: 135%;
  }
}
#nlContent.nlHome .s29NewsSlideshow article .s29_fade .s29_body h3 span {
  border-bottom: solid 1px rgba(255, 255, 255, 0);
  transition: border-color 0.2s ease-out;
  -webkit-transition: border-color 0.2s ease-out;
  -moz-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
}
#nlContent.nlHome .s29NewsSlideshow article .s29_fade .s29_body .s29_info > * {
  display: inline-block;
}
#nlContent.nlHome .s29NewsSlideshow article .s29_fade .s29_body .s29_info time {
  margin-right: 10px;
  color: #fff;
  opacity: 0.7;
  font-size: 15px;
  font-weight: 300;
}
@media only screen and (max-width: 520px) {
  #nlContent.nlHome .s29NewsSlideshow article .s29_fade .s29_body {
    max-width: 100%;
    margin-right: 30px;
    margin-left: 30px;
    padding-bottom: 56px;
  }
}
#nlContent.nlHome .s29NewsSlideshow.s29_singleItem article .s29_fade .s29_body {
  padding-bottom: 36px;
}
#nlContent.nlHome .s29NewsSlideshow .slick-arrow {
  position: absolute;
  z-index: 101;
  bottom: 0;
  width: 74px;
  height: 190px;
  border: none;
  cursor: pointer;
  background-size: 32px 64px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  color: transparent;
}
@media only screen and (max-width: 520px) {
  #nlContent.nlHome .s29NewsSlideshow .slick-arrow {
    display: none !important;
  }
}
#nlContent.nlHome .s29NewsSlideshow .slick-arrow:hover {
  background-size: 36px 72px;
}
#nlContent.nlHome .s29NewsSlideshow .slick-arrow.slick-next {
  right: 0;
  background-image: url(/plugins/s29_news/newsslideshow/img/button-next.png);
}
#nlContent.nlHome .s29NewsSlideshow .slick-arrow.slick-prev {
  left: 0;
  background-image: url(/plugins/s29_news/newsslideshow/img/button-prev.png);
}
#nlContent.nlHome .s29NewsSlideshow .slick-dots {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  pointer-events: none;
}
#nlContent.nlHome .s29NewsSlideshow .slick-dots li {
  display: inline-block;
  margin: 0;
  pointer-events: auto;
}
#nlContent.nlHome .s29NewsSlideshow .slick-dots li button {
  width: 24px;
  height: 36px;
  color: transparent;
  background-color: transparent;
  background-image: url(/plugins/s29_news/newsslideshow/img/paginator-dot.png);
  background-size: 10px 10px;
  background-position: center 42%;
  background-repeat: no-repeat;
  border: none;
}
#nlContent.nlHome .s29NewsSlideshow .slick-dots li.slick-active button,
#nlContent.nlHome .s29NewsSlideshow .slick-dots li button:hover {
  background-image: url(/plugins/s29_news/newsslideshow/img/paginator-dot-active.png);
  cursor: pointer;
}
#nlContent.nlHome section.nlSection_news h2 {
  margin-bottom: 0;
}
section.nlMainSection > header h1 {
  margin: 0 0 28px;
  font-size: 34px;
  font-weight: 300;
}
section.nlMainSection > header h1 a {
  color: #000 !important;
  border-color: #000 !important;
}
section.nlMainSection > header h1 a .nl_icon {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 12px;
}
section.nlMainSection > header time {
  display: block;
  margin: -4px 0 28px;
  color: #000;
  font-size: 22px;
  font-weight: 500;
}
section.nlPopular {
  margin: 0 0 30px;
}
@media only screen and (max-width: 520px) {
  section.nlPopular {
    margin-top: 20px;
  }
}
section.nlPopular .nlNewsList {
  margin-right: -15px;
}
section.nlPopular .nlNewsList article {
  float: left;
  width: calc((100% - 30px) / 2);
  margin-right: 15px;
  margin-bottom: 15px;
}
section.nlPopular .nlNewsList article .nlSectionTitle {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: bold;
}
section.nlPopular .nlNewsList article > .nl_body {
  position: relative;
  width: 100%;
  min-height: 210px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-top: 56%;
}
section.nlPopular .nlNewsList article > .nl_body > * {
  position: absolute;
}
section.nlPopular .nlNewsList article > .nl_body a.nl_img {
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center 20%;
  border-bottom: none !important;
}
section.nlPopular .nlNewsList article > .nl_body .nl_fade {
  bottom: 0;
  left: 0;
  right: 0;
  height: 140px;
  background-image: url(../img/newsfade.png);
  background-repeat: repeat-x;
  background-position: center top;
  pointer-events: none;
}
section.nlPopular .nlNewsList article > .nl_body .nl_bg {
  bottom: 0;
  left: 0;
  right: 0;
  height: 86px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 12px 15px 30px;
  background-color: #fafafa;
  opacity: 0.86;
  pointer-events: none;
}
section.nlPopular .nlNewsList article > .nl_body .nl_bg h3 {
  height: 42px;
  margin: 0;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
}
section.nlPopular .nlNewsList article > .nl_body .nl_bg h3 span {
  border-bottom: solid 1px rgba(0, 0, 0, 0);
}
section.nlPopular .nlNewsList article > .nl_body .nl_bg .nl_info {
  position: absolute;
  bottom: 6px;
}
section.nlPopular .nlNewsList article > .nl_body .nl_bg .nl_info time {
  font-size: 12px;
}
section.nlPopular .nlNewsList article > .nl_body:hover h3 span,
section.nlPopular .nlNewsList article > .nl_body:active h3 span,
section.nlPopular .nlNewsList article > .nl_body:focus h3 span {
  border-bottom: solid 1px #000000;
}
@media only screen and (max-width: 750px) {
  section.nlPopular .nlNewsList {
    margin-right: 0;
  }
  section.nlPopular .nlNewsList article {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  section.nlPopular .nlNewsList article .nlSectionTitle {
    margin-top: 7px;
  }
  section.nlPopular .nlNewsList article:first-child .nlSectionTitle {
    margin-top: 0;
  }
}
@media only screen and (max-width: 520px) {
  section.nlPopular .nlNewsList {
    margin-right: -15px;
    margin-left: -15px;
  }
  section.nlPopular .nlNewsList article .nlSectionTitle {
    margin-left: 15px;
  }
}
section.nlPopular.nl_vertical > .nl_body > article > .nl_body {
  padding-top: 80%;
}
section.nlPopular.nl_vertical > .nl_body > article > .nl_body .nl_fade {
  height: 165px;
}
section.nlPopular.nl_vertical > .nl_body > article > .nl_body .nl_bg {
  height: 112px;
}
section.nlPopular.nl_vertical > .nl_body > article > .nl_body .nl_bg h3 {
  height: 63px;
}
.nlSection_news .nlNewsList article {
  padding: 18px 0;
  border-bottom: #dedede solid 1px;
}
.nlSection_news .nlNewsList article:last-of-type {
  border-bottom: none;
}
.nlSection_news .nlNewsList article.nl_hasImage {
  min-height: 112px;
}
.nlSection_news .nlNewsList article .nlSectionTitle {
  margin-bottom: 8px;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .nlSection_news .nlNewsList article .nlSectionTitle {
    margin-bottom: 12px;
  }
}
.nlSection_news .nlNewsList article .nl_body {
  position: relative;
}
.nlSection_news .nlNewsList article .nl_body h3 {
  margin: 0 0 7px 220px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25em;
}
.nlSection_news .nlNewsList article .nl_body h3 a {
  color: #000 !important;
  border-bottom-color: #000 !important;
}
.nlSection_news .nlNewsList article .nl_body a.nl_img {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 200px;
  height: 112px;
  background-position: center 20%;
  background-size: cover;
  border-bottom: none !important;
}
.nlSection_news .nlNewsList article .nl_body a.nl_extra {
  display: block;
  margin-left: 220px;
  border-bottom: none !important;
}
.nlSection_news .nlNewsList article .nl_body a.nl_extra .nl_desc {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  color: #000 !important;
  border-bottom: none !important;
}
.nlSection_news .nlNewsList article .nl_body a.nl_extra .nl_info {
  display: block;
  margin-top: 12px;
  font-size: 13px;
  border-bottom: none !important;
}
.nlSection_news .nlNewsList article .nl_body a.nl_extra .nl_info > * {
  display: inline-block;
}
.nlSection_news .nlNewsList article .nl_body a.nl_extra .nl_info time {
  margin-right: 8px;
}
@media only screen and (max-width: 750px) {
  .nlSection_news .nlNewsList article .nl_body h3 {
    font-size: 18px;
  }
  .nlSection_news .nlNewsList article .nl_body a.nl_img {
    position: static;
    width: 396px;
    height: 222px;
    margin: 12px 0;
  }
  .nlSection_news .nlNewsList article .nl_body h3,
  .nlSection_news .nlNewsList article .nl_body a.nl_extra {
    margin-left: 0;
  }
}
@media only screen and (max-width: 520px) {
  .nlSection_news .nlNewsList article .nl_body a.nl_img {
    width: auto;
    height: auto;
    padding-top: 56%;
  }
}
.nlSection_brief .nlNewsList article,
section.nlReadAlso .nlNewsList article {
  position: relative;
  margin-bottom: 32px;
}
.nlSection_brief .nlNewsList article .nlSectionTitle,
section.nlReadAlso .nlNewsList article .nlSectionTitle {
  margin-bottom: 9px;
  font-weight: bold;
}
.nlSection_brief .nlNewsList article > a,
section.nlReadAlso .nlNewsList article > a {
  display: inline-block;
  color: #000 !important;
  border-bottom: none !important;
}
.nlSection_brief .nlNewsList article > a h3,
section.nlReadAlso .nlNewsList article > a h3 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25em;
}
.nlSection_brief .nlNewsList article > a:hover h3 span,
section.nlReadAlso .nlNewsList article > a:hover h3 span {
  border-bottom: #000 solid 1px;
}
.nlSection_brief .nlNewsList article > a .nl_info,
section.nlReadAlso .nlNewsList article > a .nl_info {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  border-bottom: none !important;
}
.nlSection_brief .nlNewsList article > a .nl_info > *,
section.nlReadAlso .nlNewsList article > a .nl_info > * {
  display: inline-block;
}
.nlSection_brief .nlNewsList article > a .nl_info time,
section.nlReadAlso .nlNewsList article > a .nl_info time {
  margin-right: 8px;
}
.nlSection_pics .nlNewsList .s29_row {
  margin-right: -10px;
}
@media only screen and (max-width: 750px) {
  .nlSection_pics .nlNewsList .s29_row {
    margin-right: 0;
  }
}
.nlSection_pics .nlNewsList .s29_row article,
.nlSection_pics .nlNewsList .s29_row .s29_article {
  height: 320px;
  position: relative;
}
.nlSection_pics .nlNewsList .s29_row article a.s29_img,
.nlSection_pics .nlNewsList .s29_row .s29_article a.s29_img {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center 20%;
  background-size: cover;
}
.nlSection_pics .nlNewsList .s29_row article a.s29_img:hover,
.nlSection_pics .nlNewsList .s29_row .s29_article a.s29_img:hover,
.nlSection_pics .nlNewsList .s29_row article a.s29_img:active,
.nlSection_pics .nlNewsList .s29_row .s29_article a.s29_img:active,
.nlSection_pics .nlNewsList .s29_row article a.s29_img:focus,
.nlSection_pics .nlNewsList .s29_row .s29_article a.s29_img:focus {
  border-bottom: none;
}
.nlSection_pics .nlNewsList .s29_row article a.s29_img:hover ~ .s29_fade h3 span,
.nlSection_pics .nlNewsList .s29_row .s29_article a.s29_img:hover ~ .s29_fade h3 span,
.nlSection_pics .nlNewsList .s29_row article a.s29_img:active ~ .s29_fade h3 span,
.nlSection_pics .nlNewsList .s29_row .s29_article a.s29_img:active ~ .s29_fade h3 span,
.nlSection_pics .nlNewsList .s29_row article a.s29_img:focus ~ .s29_fade h3 span,
.nlSection_pics .nlNewsList .s29_row .s29_article a.s29_img:focus ~ .s29_fade h3 span {
  border-bottom: solid 1px rgba(255, 255, 255, 0.75) !important;
}
.nlSection_pics .nlNewsList .s29_row article .s29_fade,
.nlSection_pics .nlNewsList .s29_row .s29_article .s29_fade {
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 60px 15% 15px 25px;
  background-image: url(../img/newsfade.png);
  background-repeat: repeat-x;
  background-position: center top;
  pointer-events: none;
}
.nlSection_pics .nlNewsList .s29_row article .s29_fade a.s29SectionTitle,
.nlSection_pics .nlNewsList .s29_row .s29_article .s29_fade a.s29SectionTitle {
  display: inline-block;
  position: relative;
  left: -25px;
  margin-bottom: 10px;
  padding: 7px 25px;
  border-bottom: none !important;
  pointer-events: auto;
}
.nlSection_pics .nlNewsList .s29_row article .s29_fade a.s29SectionTitle span:first-child,
.nlSection_pics .nlNewsList .s29_row .s29_article .s29_fade a.s29SectionTitle span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e9e9e9;
  opacity: 0.78;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -moz-o-timing-function: ease-out;
}
.nlSection_pics .nlNewsList .s29_row article .s29_fade a.s29SectionTitle span:last-child,
.nlSection_pics .nlNewsList .s29_row .s29_article .s29_fade a.s29SectionTitle span:last-child {
  position: relative;
  color: #256782;
  border-bottom: solid 1px rgba(37, 103, 130, 0);
  transition: border-color 0.2s ease-out;
  -webkit-transition: border-color 0.2s ease-out;
  -moz-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
  font-size: 18px;
  font-weight: bold;
}
.nlSection_pics .nlNewsList .s29_row article .s29_fade a.s29SectionTitle:hover span:first-child,
.nlSection_pics .nlNewsList .s29_row .s29_article .s29_fade a.s29SectionTitle:hover span:first-child,
.nlSection_pics .nlNewsList .s29_row article .s29_fade a.s29SectionTitle:focus span:first-child,
.nlSection_pics .nlNewsList .s29_row .s29_article .s29_fade a.s29SectionTitle:focus span:first-child,
.nlSection_pics .nlNewsList .s29_row article .s29_fade a.s29SectionTitle:active span:first-child,
.nlSection_pics .nlNewsList .s29_row .s29_article .s29_fade a.s29SectionTitle:active span:first-child {
  opacity: 0.9;
}
.nlSection_pics .nlNewsList .s29_row article .s29_fade a.s29SectionTitle:hover span:last-child,
.nlSection_pics .nlNewsList .s29_row .s29_article .s29_fade a.s29SectionTitle:hover span:last-child,
.nlSection_pics .nlNewsList .s29_row article .s29_fade a.s29SectionTitle:focus span:last-child,
.nlSection_pics .nlNewsList .s29_row .s29_article .s29_fade a.s29SectionTitle:focus span:last-child,
.nlSection_pics .nlNewsList .s29_row article .s29_fade a.s29SectionTitle:active span:last-child,
.nlSection_pics .nlNewsList .s29_row .s29_article .s29_fade a.s29SectionTitle:active span:last-child {
  color: #256782;
  border-bottom-color: #256782;
}
.nlSection_pics .nlNewsList .s29_row article .s29_fade h3,
.nlSection_pics .nlNewsList .s29_row .s29_article .s29_fade h3 {
  max-height: 150px;
  margin: 0 0 10px;
  padding-bottom: 5px;
  overflow: hidden;
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.8);
  line-height: 135%;
}
.nlSection_pics .nlNewsList .s29_row article .s29_fade h3 span,
.nlSection_pics .nlNewsList .s29_row .s29_article .s29_fade h3 span {
  border-bottom: solid 1px rgba(255, 255, 255, 0);
  transition: border-color 0.2s ease-out;
  -webkit-transition: border-color 0.2s ease-out;
  -moz-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
}
.nlSection_pics .nlNewsList .s29_row article .s29_fade .s29_info,
.nlSection_pics .nlNewsList .s29_row .s29_article .s29_fade .s29_info {
  margin: 0;
  color: #fff;
  opacity: 0.78;
  font-size: 13px;
  font-weight: normal;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
}
.nlSection_pics .nlNewsList .s29_row article .s29_fade .s29_info > *,
.nlSection_pics .nlNewsList .s29_row .s29_article .s29_fade .s29_info > * {
  display: inline-block;
}
.nlSection_pics .nlNewsList .s29_row article .s29_fade .s29_info time,
.nlSection_pics .nlNewsList .s29_row .s29_article .s29_fade .s29_info time {
  margin-right: 10px;
  color: #eee;
}
.nlSection_pics .nlNewsList .s29_row article .s29_fade .s29_info .s29SourceUrl,
.nlSection_pics .nlNewsList .s29_row .s29_article .s29_fade .s29_info .s29SourceUrl {
  color: #a3c2cc;
}
@media only screen and (min-width: 1000px) {
  .nlSection_pics .nlNewsList .s29_row article.s29_desktop_full .s29_fade,
  .nlSection_pics .nlNewsList .s29_row .s29_article.s29_desktop_full .s29_fade {
    padding-left: 30px;
    padding-bottom: 25px;
  }
  .nlSection_pics .nlNewsList .s29_row article.s29_desktop_full .s29_fade a.s29SectionTitle,
  .nlSection_pics .nlNewsList .s29_row .s29_article.s29_desktop_full .s29_fade a.s29SectionTitle {
    left: -30px;
    padding: 7px 30px;
  }
  .nlSection_pics .nlNewsList .s29_row article.s29_desktop_full .s29_fade h3,
  .nlSection_pics .nlNewsList .s29_row .s29_article.s29_desktop_full .s29_fade h3 {
    max-height: 142px;
    font-size: 26px !important;
  }
}
@media only screen and (max-width: 750px) {
  .nlSection_pics .nlNewsList .s29_row article h3,
  .nlSection_pics .nlNewsList .s29_row .s29_article h3 {
    max-height: 165px !important;
    font-size: 24px !important;
  }
}
@media only screen and (max-width: 520px) {
  .nlSection_pics .nlNewsList .s29_row article,
  .nlSection_pics .nlNewsList .s29_row .s29_article {
    height: 400px !important;
  }
}
.nlSection_pics .nlNewsList .s29_row article.s29_hasSectionTitle .s29_fade,
.nlSection_pics .nlNewsList .s29_row .s29_article.s29_hasSectionTitle .s29_fade {
  padding-top: 30px;
}
.nlSection_pics .nlNewsList .s29_row article,
.nlSection_pics .nlNewsList .s29_row .s29_article,
.nlSection_pics .nlNewsList .s29_row .s29Banner {
  float: left;
  height: 320px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.nlSection_pics .nlNewsList .s29_row article.s29_desktop_full,
.nlSection_pics .nlNewsList .s29_row .s29_article.s29_desktop_full,
.nlSection_pics .nlNewsList .s29_row .s29Banner.s29_desktop_full {
  width: calc(100% - 10px);
  float: none;
}
.nlSection_pics .nlNewsList .s29_row article.s29_desktop_1div3,
.nlSection_pics .nlNewsList .s29_row .s29_article.s29_desktop_1div3,
.nlSection_pics .nlNewsList .s29_row .s29Banner.s29_desktop_1div3 {
  width: calc(100% / 3 - 10px);
}
.nlSection_pics .nlNewsList .s29_row article.s29_desktop_2div3,
.nlSection_pics .nlNewsList .s29_row .s29_article.s29_desktop_2div3,
.nlSection_pics .nlNewsList .s29_row .s29Banner.s29_desktop_2div3 {
  width: calc(100% - 100% / 3 - 10px);
}
@media only screen and (max-width: 1100px) {
  .nlSection_pics .nlNewsList .s29_row article.s29_mobile_full,
  .nlSection_pics .nlNewsList .s29_row .s29_article.s29_mobile_full,
  .nlSection_pics .nlNewsList .s29_row .s29Banner.s29_mobile_full {
    width: calc(100% - 10px);
    float: none;
  }
  .nlSection_pics .nlNewsList .s29_row article.s29_mobile_1div2,
  .nlSection_pics .nlNewsList .s29_row .s29_article.s29_mobile_1div2,
  .nlSection_pics .nlNewsList .s29_row .s29Banner.s29_mobile_1div2 {
    width: calc(100% / 2 - 10px);
  }
}
@media only screen and (max-width: 750px) {
  .nlSection_pics .nlNewsList .s29_row article,
  .nlSection_pics .nlNewsList .s29_row .s29_article,
  .nlSection_pics .nlNewsList .s29_row .s29Banner {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.nlSection_pics .nlNewsList .s29_row .s29Banner.s29_big {
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}
.nlSection_pics .nlNewsList .s29_row .s29Banner.s29_big .dbnPlace.dbn_1 {
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  .nlSection_pics .nlNewsList .s29_row .s29Banner {
    height: auto !important;
    margin-top: 15px !important;
    margin-bottom: 25px !important;
  }
  .nlSection_pics .nlNewsList .s29_row .s29Banner .dbnPlace {
    margin: 0 !important;
  }
}
.nlSection_pics .nlNewsList .s29_row .s29_clear {
  float: none;
  clear: both;
}
@media only screen and (max-width: 520px) {
  .nlSection_pics .nlNewsList {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.nlArticle section {
  margin: 20px 0;
}
#nlMainArticle header {
  margin-bottom: 16px;
}
#nlMainArticle header h1 {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 600;
  line-height: 125%;
}
#nlMainArticle header .nl_body {
  color: #777777;
}
#nlMainArticle header .nl_body .nl_stats {
  float: right;
  white-space: nowrap;
}
#nlMainArticle header .nl_body .nl_stats > span {
  display: inline-block;
  margin-left: 16px;
  padding-left: 26px;
  background-size: 21px 14px;
  background-position: left center;
  background-repeat: no-repeat;
}
#nlMainArticle header .nl_body .nl_stats > span.nlViewCount {
  background-image: url(../img/icon-views.png);
}
#nlMainArticle header .nl_body .nl_stats > span.nlCommentCount {
  background-image: url(../img/icon-comments.png);
}
#nlMainArticle header .nl_body .nl_info > * {
  display: inline-block;
}
#nlMainArticle header .nl_body .nl_info time {
  margin-right: 12px;
}
#nlMainArticle .nl_body {
  font-size: 15px;
}
#nlMainArticle .nl_body .nl_image {
  max-width: 100%;
  margin-bottom: 10px;
}
#nlMainArticle .nl_body .nl_image.nl_vertical {
  max-width: 400px;
}
#nlMainArticle .nl_body .nl_image.nl_float {
  margin-right: 15px;
  float: left;
}
@media only screen and (max-width: 520px) {
  #nlMainArticle .nl_body .nl_image {
    float: none !important;
    width: 100%;
    max-width: none;
    margin-right: 0 !important;
  }
}
#nlMainArticle .nl_body .nl_text img {
  max-width: 100% !important;
  height: auto !important;
}
#nlMainArticle .nl_body .nl_text .s29LimitImgWidth.s29_900 {
  max-width: 900px !important;
}
@media (max-width: 950px) {
  #nlMainArticle .nl_body .nl_text .s29LimitImgWidth.s29_900 {
    max-width: 100% !important;
  }
}
#nlMainArticle .nl_body .nl_text .s29LimitImgWidth.s29_800 {
  max-width: 800px !important;
}
@media (max-width: 850px) {
  #nlMainArticle .nl_body .nl_text .s29LimitImgWidth.s29_800 {
    max-width: 100% !important;
  }
}
#nlMainArticle .nl_body .nl_text .s29LimitImgWidth.s29_700 {
  max-width: 700px !important;
}
@media (max-width: 750px) {
  #nlMainArticle .nl_body .nl_text .s29LimitImgWidth.s29_700 {
    max-width: 100% !important;
  }
}
#nlMainArticle .nl_body .nl_text .s29LimitImgWidth.s29_600 {
  max-width: 600px !important;
}
@media (max-width: 650px) {
  #nlMainArticle .nl_body .nl_text .s29LimitImgWidth.s29_600 {
    max-width: 100% !important;
  }
}
#nlMainArticle .nl_body .nl_text .s29LimitImgWidth.s29_520 {
  max-width: 520px !important;
}
@media (max-width: 570px) {
  #nlMainArticle .nl_body .nl_text .s29LimitImgWidth.s29_520 {
    max-width: 100% !important;
  }
}
#nlMainArticle .nl_body .nl_text .s29LimitImgWidth.s29_400 {
  max-width: 400px !important;
}
@media (max-width: 450px) {
  #nlMainArticle .nl_body .nl_text .s29LimitImgWidth.s29_400 {
    max-width: 100% !important;
  }
}
#nlMainArticle .nl_body .nl_text .s29FloatLeft {
  display: block;
  margin-bottom: 15px;
}
#nlMainArticle .nl_body .nl_text .s29FloatLeft.s29_bigMargin {
  margin-right: 40px !important;
}
#nlMainArticle .nl_body .nl_text .s29FloatLeft.s29_480 {
  max-width: 480px !important;
  float: left;
  margin-right: 20px;
}
@media (max-width: 960px) {
  #nlMainArticle .nl_body .nl_text .s29FloatLeft.s29_480 {
    max-width: 100% !important;
    float: none;
    margin-right: 0;
  }
  #nlMainArticle .nl_body .nl_text .s29FloatLeft.s29_480.s29_center {
    margin-left: auto;
    margin-right: auto;
  }
}
#nlMainArticle .nl_body .nl_text .s29FloatLeft.s29_400 {
  max-width: 400px !important;
  float: left;
  margin-right: 20px;
}
@media (max-width: 800px) {
  #nlMainArticle .nl_body .nl_text .s29FloatLeft.s29_400 {
    max-width: 100% !important;
    float: none;
    margin-right: 0;
  }
  #nlMainArticle .nl_body .nl_text .s29FloatLeft.s29_400.s29_center {
    margin-left: auto;
    margin-right: auto;
  }
}
#nlMainArticle .nl_body .nl_text .s29FloatLeft.s29_320 {
  max-width: 320px !important;
  float: left;
  margin-right: 20px;
}
@media (max-width: 640px) {
  #nlMainArticle .nl_body .nl_text .s29FloatLeft.s29_320 {
    max-width: 100% !important;
    float: none;
    margin-right: 0;
  }
  #nlMainArticle .nl_body .nl_text .s29FloatLeft.s29_320.s29_center {
    margin-left: auto;
    margin-right: auto;
  }
}
#nlMainArticle .nl_body .nl_text .s29FloatRight {
  display: block;
  margin-bottom: 15px;
}
#nlMainArticle .nl_body .nl_text .s29FloatRight.s29_bigMargin {
  margin-left: 40px !important;
}
#nlMainArticle .nl_body .nl_text .s29FloatRight.s29_480 {
  max-width: 480px !important;
  float: right;
  margin-left: 20px;
}
@media (max-width: 960px) {
  #nlMainArticle .nl_body .nl_text .s29FloatRight.s29_480 {
    max-width: 100% !important;
    float: none;
    margin-left: 0;
  }
  #nlMainArticle .nl_body .nl_text .s29FloatRight.s29_480.s29_center {
    margin-left: auto;
    margin-right: auto;
  }
}
#nlMainArticle .nl_body .nl_text .s29FloatRight.s29_400 {
  max-width: 400px !important;
  float: right;
  margin-left: 20px;
}
@media (max-width: 800px) {
  #nlMainArticle .nl_body .nl_text .s29FloatRight.s29_400 {
    max-width: 100% !important;
    float: none;
    margin-left: 0;
  }
  #nlMainArticle .nl_body .nl_text .s29FloatRight.s29_400.s29_center {
    margin-left: auto;
    margin-right: auto;
  }
}
#nlMainArticle .nl_body .nl_text .s29FloatRight.s29_320 {
  max-width: 320px !important;
  float: right;
  margin-left: 20px;
}
@media (max-width: 640px) {
  #nlMainArticle .nl_body .nl_text .s29FloatRight.s29_320 {
    max-width: 100% !important;
    float: none;
    margin-left: 0;
  }
  #nlMainArticle .nl_body .nl_text .s29FloatRight.s29_320.s29_center {
    margin-left: auto;
    margin-right: auto;
  }
}
#nlMainArticle .nl_body .nl_text .s29MiniGallery::after {
  display: block;
  content: "";
  clear: both;
}
#nlMainArticle .nl_body .nl_text .s29MiniGallery figure {
  clear: both;
  margin: 0 0 80px;
  max-width: 800px;
  word-spacing: 0;
}
#nlMainArticle .nl_body .nl_text .s29MiniGallery figure figcaption {
  margin-bottom: 20px;
  word-spacing: normal;
  font-size: 1.4em;
  line-height: 120%;
}
#nlMainArticle .nl_body .nl_text .s29MiniGallery figure a {
  display: block;
  max-width: 800px;
  border: none !important;
  text-decoration: none !important;
}
#nlMainArticle .nl_body .nl_text .s29MiniGallery figure img {
  position: relative;
  display: inline-block;
  width: 50% !important;
  height: auto;
}
#nlMainArticle .nl_body .nl_text .s29MiniGallery figure:nth-child(odd) {
  margin-right: -7.5%;
}
#nlMainArticle .nl_body .nl_text .s29MiniGallery figure:nth-child(odd) figcaption {
  margin-left: calc(50% + 18px);
  margin-right: 7.5%;
}
#nlMainArticle .nl_body .nl_text .s29MiniGallery figure:nth-child(odd) img:first-of-type {
  top: -80px;
}
#nlMainArticle .nl_body .nl_text .s29MiniGallery figure:nth-child(odd) img:last-of-type {
  left: -7.5%;
}
#nlMainArticle .nl_body .nl_text .s29MiniGallery figure:nth-child(even) {
  float: right;
  margin-left: -7.5%;
}
#nlMainArticle .nl_body .nl_text .s29MiniGallery figure:nth-child(even) figcaption {
  margin-left: 7.5%;
  width: calc(50% - 7.5% - 18px);
}
#nlMainArticle .nl_body .nl_text .s29MiniGallery figure:nth-child(even) img:first-of-type {
  left: 7.5%;
}
#nlMainArticle .nl_body .nl_text .s29MiniGallery figure:nth-child(even) img:last-of-type {
  top: -80px;
}
@media only screen and (max-width: 520px) {
  #nlMainArticle .nl_body .nl_text .s29MiniGallery figure {
    float: none !important;
    margin: 0 0 35px !important;
  }
  #nlMainArticle .nl_body .nl_text .s29MiniGallery figure figcaption {
    width: 100% !important;
    margin: 0 0 12px !important;
  }
  #nlMainArticle .nl_body .nl_text .s29MiniGallery figure a::after {
    display: block;
    content: "";
    clear: both;
  }
  #nlMainArticle .nl_body .nl_text .s29MiniGallery figure img {
    display: block;
    left: 0 !important;
    width: 75% !important;
  }
  #nlMainArticle .nl_body .nl_text .s29MiniGallery figure img:first-of-type {
    top: 0 !important;
  }
  #nlMainArticle .nl_body .nl_text .s29MiniGallery figure img:last-of-type {
    top: -65px !important;
    margin-bottom: -65px;
  }
  #nlMainArticle .nl_body .nl_text .s29MiniGallery figure:nth-child(odd) img:first-of-type {
    float: left;
  }
  #nlMainArticle .nl_body .nl_text .s29MiniGallery figure:nth-child(odd) img:last-of-type {
    float: right;
  }
  #nlMainArticle .nl_body .nl_text .s29MiniGallery figure:nth-child(even) img:first-of-type {
    float: right;
  }
  #nlMainArticle .nl_body .nl_text .s29MiniGallery figure:nth-child(even) img:last-of-type {
    float: left;
  }
}
#nlMainArticle .nl_body iframe {
  max-width: 100%;
}
#nlMainArticle footer {
  margin: 35px 0 45px;
}
@media only screen and (max-width: 520px) {
  #nlMainArticle footer {
    text-align: left;
    margin-top: 25px;
  }
}
#nlMainArticle footer .nl_source {
  float: right;
  margin: 0 0 20px 30px;
  text-align: right;
  font-weight: bold;
}
@media only screen and (max-width: 520px) {
  #nlMainArticle footer .nl_source {
    margin: 0 0 30px 0;
  }
}
#nlMainArticle footer .nl_source > span {
  display: inline-block;
}
#nlMainArticle footer .nl_source > span:first-child {
  margin-right: 6px;
}
#nlMainArticle footer .nl_likes {
  height: 40px;
}
@media only screen and (max-width: 520px) {
  #nlMainArticle footer .nl_likes {
    clear: right;
    text-align: center;
  }
}
@media (max-width: 380px) {
  #nlMainArticle footer .nl_likes .uscl-item:nth-child(6) {
    display: none;
  }
}
#nlOpinionWarning {
  margin-bottom: 35px;
  padding-top: 5px;
  color: #555;
  border-top: solid 1px #444;
  text-align: center;
  font-size: 14px;
  font-style: italic;
  font-family: Open Sans;
}
#nlOpinionWarning a {
  color: #777;
}
.nlShowMore {
  border-bottom: #ebe9fa solid 2px;
  text-align: center;
}
.nlShowMore button,
.nlShowMore div {
  height: 38px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 20px auto;
}
.nlShowMore button {
  width: 100%;
  max-width: 360px;
  padding: 0;
  color: #fff;
  background-color: #2e7694;
  border: none;
  border-radius: 4px;
  border-bottom: none !important;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.nlShowMore button span {
  opacity: 0.8;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -moz-o-timing-function: ease-out;
}
.nlShowMore button:hover {
  background-color: #1a5e7a;
}
.nlShowMore button:hover span {
  opacity: 1;
}
.nlShowMore .nl_indicator {
  display: none;
  background-image: url("../img/themes/newslife/loader.gif");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 69px 12px;
}
#nlContent #mc-container {
  clear: none !important;
}
#nlContent #mc-container * {
  clear: none !important;
}
#nlContent a#mc-link {
  border-bottom: none !important;
}
.s29MarketTeaser a .s29_title span {
  border-bottom-color: #256782 !important;
}
#s29RespCalendar a {
  color: #256782 !important;
}
#s29RespCalendar a:hover span {
  border-bottom-color: #256782;
}
#s29RespCalendar a.s29_current {
  color: #fff !important;
  background-color: #2e7694;
}
#s29RespCalendar button {
  width: 54px;
  height: 38px;
  background-size: 14px 28px;
  transition: background-size 0.08s ease-out;
  -webkit-transition: background-size 0.08s ease-out;
  -moz-transition: background-size 0.08s ease-out;
  -o-transition: background-size 0.08s ease-out;
}
#s29RespCalendar button:hover {
  background-size: calc(14px * 1.14) calc(28px * 1.14);
}
#s29RespCalendar a.s29_current:hover span {
  border-bottom-color: #fff !important;
}
#s29RespCalendar button.s29_prev {
  background-image: url("../img/themes/newslife/arrow-big-left-color.png");
}
#s29RespCalendar button.s29_next {
  background-image: url("../img/themes/newslife/arrow-big-right-color.png");
}
#s29RespCalendar button.s29_prev[disabled] {
  background-image: url("../img/themes/newslife/arrow-big-left-color-inactive.png");
}
#s29RespCalendar button.s29_next[disabled] {
  background-image: url("../img/themes/newslife/arrow-big-right-color-inactive.png");
}
#s29RespCalendar button:hover[disabled] {
  background-size: 14px 28px;
}
#s29RespCalendar .s29_days {
  margin-top: 8px;
}
#s29RespCalendar .s29_months .s29_item,
#s29RespCalendar .s29_days .s29_item {
  height: 32px;
  padding-top: 6px;
}
#s29RespCalendar .s29_months div.s29_item,
#s29RespCalendar .s29_days div.s29_item {
  color: #aecbd7;
}
#s29RespCalendar .s29_days {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#s29RespCalendar .s29_days .s29_loader {
  background-image: url("../img/themes/newslife/loader.gif");
  background-size: 55px 10px;
}
