/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin,greek,cyrillic,cyrillic-ext,latin-ext");
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body, html {
  margin: 0;
  background-color: #ffffff;
  color: #555555;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 15px;
}

body {
  background: no-repeat top center;
}

body > .site {
  position: relative;
  max-width: 1200px;
  padding-left: 5px;
  padding-right: 5px;
  margin: auto;
  overflow: visible;
  box-sizing: border-box;
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  body > .site {
    padding-left: 0;
    padding-right: 0;
  }
}

img {
  vertical-align: bottom;
}

.offscreen {
  position: absolute;
  clip: rect(1px 1px 1px 1px); /* for Internet Explorer */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

a, a:link, a:hover, a:visited {
  text-decoration: none;
  color: #3064b1;
  font-weight: bold;
}
a:hover, a:link:hover, a:hover:hover, a:visited:hover {
  text-decoration: underline;
}

button {
  color: #ffffff;
  background-color: #3064b1;
  font-weight: bold;
  border-width: 0;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: bottom;
  outline: none;
  min-height: 24px;
}

input, textarea {
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #999999;
  color: #999999;
  outline: none;
}

input {
  height: 24px;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

body > .site > header.desktop {
  display: none;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  body > .site > header.desktop {
    display: none;
  }
}
body > .site > header.desktop > span {
  float: left;
  color: #3064b1;
  font-weight: bold;
  line-height: 34px;
}
body > .site > header.desktop > form {
  position: relative;
  float: right;
  margin-top: 5px;
}
body > .site > header.desktop > form > input {
  width: 220px;
  font-weight: 600;
}
body > .site > header.desktop > form:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 6px;
  right: 6px;
  background-image: url("../shum/img/search.681afb183e78.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
body > .site > header.desktop > div {
  position: relative;
  clear: both;
  height: 110px;
  background-color: #3064b1;
}
body > .site > header.desktop > div > * {
  position: absolute;
}
body > .site > header.desktop > div > a {
  position: absolute;
  display: block;
  top: 20px;
  left: 25px;
  width: 207px;
  height: 66px;
  z-index: 1;
}
body > .site > header.desktop > div > div {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
}
body > .site > header.desktop > div:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  top: 15px;
  right: 0;
  box-sizing: border-box;
  background-color: #3C6FBB;
  border-top: 1px solid #598AD2;
  border-bottom: 1px solid #598AD2;
  z-index: 0;
}

body > .site > header.phone {
  position: relative;
  background-color: #3064b1;
  border-bottom: 2.5px solid #598AD2;
  margin-bottom: 5px;
  height: 50px;
  margin-left: -5px;
  margin-right: -5px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  body > .site > header.phone {
    display: none;
  }
}
@media (min-width: 1024px) {
  body > .site > header.phone {
    display: none;
  }
}
body > .site > header.phone > a.handle {
  cursor: pointer;
}
body > .site > header.phone > a.handle img {
  left: 10px;
  width: 22px;
  height: 22px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}
body > .site > header.phone > a.logo {
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
body > .site > header.phone > a.logo > img {
  height: 30px;
}
body > .site > header.phone > a.temperature {
  position: absolute;
  display: block;
  background-color: #ffffff;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  border-radius: 2.5px;
}
body > .site > header.phone > a.temperature > span {
  position: absolute;
  font-size: 13px;
  font-weight: bold;
  color: #3064b1;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

header.desktop-new {
  position: relative;
  margin-bottom: 10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3064b1+50,48a2cd+50 */
  background: #3064b1; /* Old browsers */
  background: -moz-linear-gradient(left, #3064b1 50%, #48a2cd 50%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #3064b1 50%, #48a2cd 50%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #3064b1 50%, #48a2cd 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3064b1", endColorstr="#48a2cd",GradientType=1 ); /* IE6-9 */
}
@media (max-width: 767px) {
  header.desktop-new {
    display: none;
  }
}
header.desktop-new .wrapper {
  position: relative;
  max-width: 1200px;
  margin: auto;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3064b1+0,48a2cd+100 */
  background: #3064b1; /* Old browsers */
  background: -moz-linear-gradient(left, #3064b1 0%, #48a2cd 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #3064b1 0%, #48a2cd 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #3064b1 0%, #48a2cd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3064b1", endColorstr="#48a2cd",GradientType=1 ); /* IE6-9 */
}
header.desktop-new .today {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #ffffff;
}
header.desktop-new form {
  position: absolute;
  top: 10px;
  right: 10px;
}
header.desktop-new form > input {
  width: 180px;
  font-weight: 600;
  color: #3064b1;
  border-color: #3064b1;
}
header.desktop-new form:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 6px;
  right: 6px;
  background-image: url("../shum/img/search-phone.d9652d014111.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
header.desktop-new .logo {
  width: 143px;
  padding: 20px 0 20px 0;
  margin: auto;
}
header.desktop-new .logo img {
  width: 100%;
}
header.desktop-new .logo p {
  display: none;
}

header.desktop-new.xmas .xmas-wrapper {
  background-image: url("../shum/img/snowflake.bed4eddfd70b.svg"), url("../shum/img/snowflake.bed4eddfd70b.svg"), url("../shum/img/snowflake.bed4eddfd70b.svg"), url("../shum/img/snowflake.bed4eddfd70b.svg"), url("../shum/img/snowflake.bed4eddfd70b.svg"), url("../shum/img/snowflake.bed4eddfd70b.svg"), url("../shum/img/snowflake.bed4eddfd70b.svg"), url("../shum/img/snowflake.bed4eddfd70b.svg"), url("../shum/img/snowflake.bed4eddfd70b.svg"), url("../shum/img/snowflake.bed4eddfd70b.svg"), url("../shum/img/snowflake.bed4eddfd70b.svg"), url("../shum/img/snowflake.bed4eddfd70b.svg"), url("../shum/img/snowflake.bed4eddfd70b.svg");
  background-repeat: no-repeat;
  background-position: 10px 30px, 50px 45px, 120px 35px, 180px 45px, 230px 20px, 310px 10px, 360px 35px, 620px 25px, 680px 20px, 750px 35px, 850px 40px, 910px 55px, 960px 50px;
  background-size: 12px 12px, 20px 20px, 12px 12px, 10px 10px, 18px 18px, 12px 12px, 22px 22px, 22px 22px, 12px 12px, 18px 18px, 12px 12px, 10px 10px, 32px 32px;
}

header.desktop-new.xmas .logo {
  background-image: url("../shum/img/snowflake.bed4eddfd70b.svg");
  background-repeat: no-repeat;
  background-position: 100% 5px;
  background-size: 42px 42px;
  padding-right: 30px;
}

header.phone.xmas .logo {
  background-image: url("../shum/img/snowflake.bed4eddfd70b.svg"), url("../shum/img/snowflake.bed4eddfd70b.svg");
  background-repeat: no-repeat;
  background-position: 0 0, 100% 0;
  background-size: 12px 12px, 28px 28px;
  padding-right: 30px;
}

body > .site > .content-wrapper {
  margin-left: 210px;
  margin-right: 310px;
}
@media (max-width: 767px) {
  body > .site > .content-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body > .site > .content-wrapper {
    margin-right: 0;
  }
}

body > .site > .content-wrapper > .content {
  overflow: hidden;
}
body > .site > .content-wrapper > .content > h1, body > .site > .content-wrapper > .content > h2, body > .site > .content-wrapper > .content > h3 {
  margin-top: 0;
  font-size: 25px;
}
@media (max-width: 767px) {
  body > .site > .content-wrapper > .content > h1, body > .site > .content-wrapper > .content > h2, body > .site > .content-wrapper > .content > h3 {
    font-size: 20px;
  }
}
body > .site > .content-wrapper > .content > h1, body > .site > .content-wrapper > .content > h1 a, body > .site > .content-wrapper > .content > h2, body > .site > .content-wrapper > .content > h2 a, body > .site > .content-wrapper > .content > h3, body > .site > .content-wrapper > .content > h3 a {
  color: #228c00;
}
body > .site > .content-wrapper > .content .category-section {
  margin-bottom: 10px;
}
body > .site > .content-wrapper > .content .category-section > h1, body > .site > .content-wrapper > .content .category-section > h2, body > .site > .content-wrapper > .content .category-section > h3 {
  padding-bottom: 10px;
  margin-bottom: 0;
  border-bottom: 5px solid #eeeeee;
  font-size: 18px;
}
body > .site > .content-wrapper > .content .category-section > h1, body > .site > .content-wrapper > .content .category-section > h1 a, body > .site > .content-wrapper > .content .category-section > h2, body > .site > .content-wrapper > .content .category-section > h2 a, body > .site > .content-wrapper > .content .category-section > h3, body > .site > .content-wrapper > .content .category-section > h3 a {
  color: #228c00;
}
body > .site > .content-wrapper > .content .article-summary {
  margin-top: 20px;
  font-size: 16px;
}
@media (max-width: 767px) {
  body > .site > .content-wrapper > .content .article-summary {
    font-size: 14px;
  }
}
body > .site > .content-wrapper > .content .article-summary:nth-child(2) {
  margin-top: 10px;
}
body > .site > .content-wrapper > .content .article-summary .img {
  float: left;
  width: 33.33%;
  max-width: 180px;
  max-height: 180px;
  box-sizing: content-box;
  border: 1px solid #333333;
  margin-right: 10px;
  overflow: hidden;
}
body > .site > .content-wrapper > .content .article-summary .img img {
  width: 100%;
}
body > .site > .content-wrapper > .content .article-summary h1, body > .site > .content-wrapper > .content .article-summary h2, body > .site > .content-wrapper > .content .article-summary h3, body > .site > .content-wrapper > .content .article-summary h4, body > .site > .content-wrapper > .content .article-summary h5, body > .site > .content-wrapper > .content .article-summary h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
}
@media (max-width: 767px) {
  body > .site > .content-wrapper > .content .article-summary h1, body > .site > .content-wrapper > .content .article-summary h2, body > .site > .content-wrapper > .content .article-summary h3, body > .site > .content-wrapper > .content .article-summary h4, body > .site > .content-wrapper > .content .article-summary h5, body > .site > .content-wrapper > .content .article-summary h6 {
    font-size: 14px;
  }
}
body > .site > .content-wrapper > .content .article-summary h1 img, body > .site > .content-wrapper > .content .article-summary h2 img, body > .site > .content-wrapper > .content .article-summary h3 img, body > .site > .content-wrapper > .content .article-summary h4 img, body > .site > .content-wrapper > .content .article-summary h5 img, body > .site > .content-wrapper > .content .article-summary h6 img {
  height: 16px;
  vertical-align: top;
}
body > .site > .content-wrapper > .content .article-summary p {
  margin: 0;
  margin-bottom: 10px;
  height: 48px;
  text-align: justify;
  overflow: hidden;
}
@media (max-width: 767px) {
  body > .site > .content-wrapper > .content .article-summary p {
    height: 38px;
  }
}

.info {
  text-align: right;
  height: 16px;
  font-size: 12px;
  line-height: 18px;
}
.info span {
  position: relative;
}
.info span.views:before, .info span.comments:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
  left: -14px;
  top: 1px;
}
.info span.time {
  float: left;
}
.info span.views {
  margin-right: 30px;
}
.info span.views:before {
  left: -20px;
  background-image: url("../shum/img/views.02976d935fde.svg");
  background-size: 14px auto;
  background-repeat: no-repeat;
}
.info span.comments:before {
  left: -20px;
  top: 3px;
  background-image: url("../shum/img/comments.6879ffbdcc80.svg");
  background-size: 14px auto;
  background-repeat: no-repeat;
}

.search-form {
  font-size: 0;
}
.search-form ul {
  display: none;
}
.search-form p, .search-form button {
  margin: 0;
  font-size: 13px;
}
.search-form label {
  display: none;
}
.search-form p:nth-of-type(1) {
  display: inline-block;
  width: 50%;
}
.search-form p:nth-of-type(1) input {
  width: 100%;
  border: 1px solid #999999;
  color: #999999;
  font-weight: 600;
  outline: none;
  box-sizing: border-box;
  height: 24px;
  padding: 5px;
}
.search-form p:nth-of-type(2) {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 5px;
  width: 35%;
}
.search-form p:nth-of-type(2) select {
  width: 100%;
  border: 1px solid #999999;
  color: #999999;
  font-weight: 600;
  outline: none;
  box-sizing: border-box;
  height: 24px;
}
.search-form button {
  display: inline-block;
  width: 15%;
  height: 24px;
}

.clear {
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
  clear: both;
}

.comments-rules-page, .ads-page {
  font-size: 14px;
  line-height: 21px;
  text-align: justify;
}
.comments-rules-page table, .ads-page table {
  width: 100%;
}

body > .site > footer {
  position: relative;
  height: 52px;
  background-color: #666666;
  margin: 10px 0 100px 0;
  clear: both;
}
@media (max-width: 767px) {
  body > .site > footer {
    height: 36px;
    margin: 10px 0 5px 0;
  }
}
body > .site > footer, body > .site > footer a, body > .site > footer a:link, body > .site > footer a:visited, body > .site > footer a:hover {
  color: #ffffff;
}
body > .site > footer .left {
  position: absolute;
  left: 10px;
  top: 10px;
  text-align: left;
}
body > .site > footer .left a {
  margin-right: 10px;
}
body > .site > footer .right {
  position: absolute;
  left: 50%;
  top: 10px;
  right: 10px;
  text-align: right;
  font-size: 10px;
}
@media (max-width: 767px) {
  body > .site > footer .right {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  body > .site > footer .right {
    display: none;
  }
}
body > .site > footer .right p {
  margin: 0;
}
@media (max-width: 767px) {
  body > .site > footer .weather-link {
    display: none;
  }
}

#cookies {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  padding: 10px;
  margin: auto;
  border-top-left-radius: 5px;
  background-color: #3064b1;
  color: #ffffff;
  z-index: 1;
  font-size: 14px;
}
#cookies p {
  display: inline-block;
  padding: 0;
  margin: 0 30px 0 0;
}
#cookies a {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../shum/img/close-white.ab3c1eae93c9.svg");
  background-size: contain;
}

.top-article {
  position: relative;
  background-color: #eeeeee;
}
.top-article .img {
  width: 100%;
  max-height: 420px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-article .img {
    max-height: 280px;
  }
}
.top-article .img img {
  width: 100%;
}
.top-article h1, .top-article h2, .top-article h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 10px 10px 5px 10px;
  background-color: rgba(0, 0, 0, 0.4);
}
.top-article h1, .top-article h1 a, .top-article h2, .top-article h2 a, .top-article h3, .top-article h3 a {
  font-size: 26px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .top-article h1, .top-article h1 a, .top-article h2, .top-article h2 a, .top-article h3, .top-article h3 a {
    font-size: 16px;
  }
}

.pagination {
  position: relative;
  height: 32px;
  margin-top: 20px;
}
.pagination a.prev, .pagination a.next {
  position: absolute;
  display: inline-block;
  width: 32px;
  height: 28px;
  background-color: #3064b1;
  border-radius: 3px;
  background-position: center center;
  background-size: 30% auto;
  background-repeat: no-repeat;
}
.pagination a.prev {
  left: 0;
  background-image: url("../shum/img/arrow-left.f1cc294048fd.svg");
}
.pagination a.next {
  right: 0;
  background-image: url("../shum/img/arrow-right.5e9dd8892d8b.svg");
}
.pagination .pages {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  text-align: center;
}
.pagination .pages a + a {
  margin-left: 5px;
}
.pagination .pages a.current {
  color: #228c00;
}

.article-page .article-media.images {
  float: left;
  width: 386px;
  margin-right: 10px;
}
.article-page .article-media.images .article-thumbnails {
  white-space: normal;
  overflow: inherit;
}
.article-page .article-media.images .article-thumbnails img {
  width: 120px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .article-page .article-media.images {
    width: 100%;
  }
  .article-page .article-media .article-thumbnails img {
    margin-left: 7px;
  }
}
.article-page .article-media .prev, .article-page .article-media .next, .article-page .article-media .close {
  display: none;
}
.article-page .article-media .article-thumbnails {
  white-space: nowrap;
  overflow: hidden;
}
.article-page .article-media .article-thumbnails img {
  margin-left: 10px;
}
.article-page .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.article-page .video > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.article-page .article-text {
  font-size: 15px;
  line-height: 26px;
  text-align: justify;
}
.article-page .article-text .related-articles {
  line-height: 21px;
}
.article-page section h2 {
  color: #228c00;
}
.article-page .article-text .related-articles {
  float: right;
  width: 35%;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .article-page .article-text .related-articles {
    width: 50%;
  }
}
.article-page .related-articles {
  text-align: left;
  background-color: #eeeeee;
  padding: 10px;
}
.article-page .related-articles h2 {
  margin: 0;
  color: #228c00;
  font-size: 13px;
}
.article-page .related-articles h3 {
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 0;
}
.article-page .related-articles p {
  margin: 0;
  font-size: 10px;
}
.article-page .info {
  margin-top: 10px;
  text-align: left;
  clear: both;
}
.article-page .info .time {
  margin-right: 30px;
}
.article-page .info .social {
  float: right;
}
.article-page .info .social a {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  border-radius: 3px;
}
.article-page .info .social .facebook {
  background-color: rgb(59, 89, 152);
  background-image: url("../shum/img/social/facebook.4514a05092a7.svg");
}
.article-page .info .social .twitter {
  background-color: rgb(85, 172, 238);
  background-image: url("../shum/img/social/twitter.5375ca6e852b.svg");
}
.article-page .info .social .email {
  background-color: #3064b1;
  background-image: url("../shum/img/social/email.c488bba9c7bb.svg");
}
.article-page .comments > h1, .article-page .comments h2, .article-page .comments h3 {
  color: #228c00;
  margin: 20px 0;
  text-align: center;
}
.article-page .comments > a {
  display: block;
  text-align: center;
  margin: 20px 0;
}
.article-page .comments .like, .article-page .comments .dislike {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: relative;
  margin-left: 20px;
  font-size: 12px;
  cursor: pointer;
}
.article-page .comments .like:before, .article-page .comments .dislike:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  left: -20px;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.article-page .comments .like.animate, .article-page .comments .dislike.animate {
  -webkit-animation: shake 0.5s linear 0s 1 forwards;
  -moz-animation: shake 0.5s linear 0s 1 forwards;
  -ms-animation: shake 0.5s linear 0s 1 forwards;
  -o-animation: shake 0.5s linear 0s 1 forwards;
  animation: shake 0.5s linear 0s 1 forwards;
}
.article-page .comments .like {
  margin-right: 10px;
}
.article-page .comments .like:before {
  background-image: url("../shum/img/like.030d6a0ed5e5.svg");
}
.article-page .comments .dislike:before {
  background-image: url("../shum/img/dislike.4bc96f909307.svg");
}
.article-page .comments .comment {
  margin-bottom: 10px;
  padding: 10px;
  word-wrap: break-word;
  font-size: 14px;
}
.article-page .comments .comment.odd {
  background-color: #eeeeee;
}
.article-page .comments .comment > p:nth-of-type(1), .article-page .comments .comment > p:nth-of-type(1) a {
  font-size: 12px;
  clear: both;
  font-weight: bold;
  margin-top: 0;
  text-decoration: none;
  color: #555555;
}
.article-page .comments .comment > p:nth-of-type(1) time {
  float: right;
  font-weight: normal;
}
.article-page .comments .comment > div p {
  float: left;
  font-size: 12px;
  margin: 0;
  font-style: italic;
}
.article-page .comments .comment > div span {
  float: right;
}

.article-media {
  -webkit-transition: all 0.26s ease-in-out;
  -moz-transition: all 0.26s ease-in-out;
  -o-transition: all 0.26s ease-in-out;
  transition: all 0.26s ease-in-out;
}
@media (max-width: 767px) {
  .article-media {
    width: 100%;
  }
}
.article-media .article-thumbnails {
  text-align: left;
  font-size: 0;
  letter-spacing: -4px;
}
@media (max-width: 767px) {
  .article-media .article-thumbnails {
    text-align: center;
  }
}
.article-media .article-thumbnails img {
  border: 1px solid #000;
  margin-bottom: 10px;
  cursor: pointer;
}
.article-media .article-thumbnails img.gap {
  margin-left: 7px;
}
.article-media.images .article-thumbnails img.gap {
  margin-left: 10px;
}
.article-media figure {
  margin: 0;
  text-align: center;
}
.article-media figure figcaption {
  margin: 5px 0;
  font-size: 12px;
}
.article-media figure img {
  display: none;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
.article-media.images figure img {
  display: block;
  border: 1px solid #000;
}

.article-media.initial {
  display: none;
}

.article-media.lightbox {
  position: fixed;
  float: none;
  padding: 10px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99999;
  box-sizing: border-box;
  text-align: center;
}
.article-media.lightbox .close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 18px;
  height: 18px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../shum/img/close-blue.c6cc22526bfd.svg");
  z-index: 2;
}
.article-media.lightbox figure {
  position: relative;
  width: 100%;
  height: 80%;
  margin: 0;
}
.article-media.lightbox figure img {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  box-sizing: content-box;
  max-width: 90%;
  max-height: 90%;
  width: auto;
}
.article-media.lightbox figure figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.article-media.lightbox figure .prev, .article-media.lightbox figure .next {
  content: "";
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  width: 46px;
  height: 80px;
  background-color: #3064b1;
  border-radius: 3px;
  background-position: center center;
  background-size: 30% auto;
  background-repeat: no-repeat;
}
.article-media.lightbox figure .prev {
  left: 0;
  background-image: url("../shum/img/arrow-left.f1cc294048fd.svg");
}
.article-media.lightbox figure .next {
  right: 0;
  background-image: url("../shum/img/arrow-right.5e9dd8892d8b.svg");
}
.article-media.lightbox figure .video {
  display: none;
}
.article-media.lightbox .article-thumbnails {
  width: 100%;
  white-space: nowrap;
  margin-top: 10px;
  overflow: hidden;
  text-align: center;
}
.article-media.lightbox .article-thumbnails img {
  width: 180px;
  margin-left: 7px;
}
@media (max-width: 767px) {
  .article-media.lightbox {
    overflow: auto;
    padding-top: 60px;
  }
  .article-media.lightbox .article-thumbnails, .article-media.lightbox .prev, .article-media.lightbox .next {
    display: none !important;
  }
  .article-media.lightbox .close {
    top: 0;
    right: 0;
    width: 40px;
    height: 60px;
    background-size: 24px 24px;
  }
  .article-media.lightbox figure {
    height: auto;
    padding-bottom: 50px;
    margin-bottom: 10px;
  }
  .article-media.lightbox figure.video-figure {
    display: none;
  }
  .article-media.lightbox figure img {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    width: 100%;
    max-width: inherit;
    max-height: inherit;
  }
}

.comments-add-page > p {
  text-align: center;
  padding: 10px;
  background-color: #eeeeee;
}
.comments-add-page form label {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: bold;
}
.comments-add-page form input, .comments-add-page form textarea {
  width: 100%;
}
.comments-add-page form div.captcha-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  min-height: 84px;
}
.comments-add-page form .captcha {
  position: absolute;
  left: 0;
  margin-top: 1px;
  margin-left: 1px;
  width: 62px;
  height: 22px;
  z-index: 1;
  border-right: 1px solid #999999;
}
.comments-add-page form #id_captcha_1 {
  position: absolute;
  left: 0;
  width: 50%;
  padding-left: 67px;
}
.comments-add-page form button {
  position: absolute;
  right: 0;
  width: 48%;
}
.comments-add-page form ul.errorlist {
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  color: #ff0000;
}

.left-sidebar {
  float: left;
  width: 200px;
}
.left-sidebar > * {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.07);
}
.left-sidebar > *:not(:last-child) {
  margin-bottom: 10px;
}
.left-sidebar > * > h1, .left-sidebar > * h2, .left-sidebar > * h3 {
  margin: 0;
  font-size: 14px;
}
@media (max-width: 767px) {
  .left-sidebar {
    display: none;
  }
}

.right-sidebar {
  float: right;
  width: 300px;
}
.right-sidebar > * {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.07);
}
.right-sidebar > *:not(:last-child) {
  margin-bottom: 10px;
}
.right-sidebar > * > h1, .right-sidebar > * h2, .right-sidebar > * h3 {
  margin: 0;
  font-size: 14px;
}
@media (max-width: 767px) {
  .right-sidebar {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .right-sidebar {
    display: none;
  }
}

.phone-sidebar {
  z-index: 9999;
  position: absolute;
  background-color: #3064b1;
  color: white;
  box-sizing: border-box;
  top: 50px;
  left: 0;
  bottom: 0;
  width: 220px;
  overflow-y: auto;
  -webkit-transition: all 0.26s ease-in-out;
  -moz-transition: all 0.26s ease-in-out;
  -o-transition: all 0.26s ease-in-out;
  transition: all 0.26s ease-in-out;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.phone-sidebar > * {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.07);
}
.phone-sidebar > *:not(:last-child) {
  margin-bottom: 10px;
}
.phone-sidebar > * > h1, .phone-sidebar > * h2, .phone-sidebar > * h3 {
  margin: 0;
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .phone-sidebar {
    display: none;
  }
}
@media (min-width: 1024px) {
  .phone-sidebar {
    display: none;
  }
}
.phone-sidebar.open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.phone-sidebar-overlay {
  z-index: 9998;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.26s ease-in-out;
  -moz-transition: all 0.26s ease-in-out;
  -o-transition: all 0.26s ease-in-out;
  transition: all 0.26s ease-in-out;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .phone-sidebar-overlay {
    display: none;
  }
}
@media (min-width: 1024px) {
  .phone-sidebar-overlay {
    display: none;
  }
}
.phone-sidebar-overlay.open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.categories > h1, .categories h2, .categories h3 {
  padding: 0 5px 10px 5px;
}

.left-sidebar .categories {
  overflow: hidden;
}
.left-sidebar .categories > ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.left-sidebar .categories > ul > li {
  list-style: disc outside;
  color: #3064b1;
  margin-bottom: 5px;
}
.left-sidebar .categories > ul > li:last-child {
  margin-bottom: 0;
}
.left-sidebar .categories > ul > li > ul {
  padding: 10px 0 5px 0;
  display: none;
}
.left-sidebar .categories > ul > li > ul > li {
  list-style: none;
  margin-bottom: 5px;
}
.left-sidebar .categories a, .left-sidebar .categories a:link, .left-sidebar .categories a:hover, .left-sidebar .categories a:visited {
  display: block;
  text-decoration: none;
  color: #3064b1;
  font-weight: bold;
}
.left-sidebar .categories a:hover, .left-sidebar .categories a:link:hover, .left-sidebar .categories a:hover:hover, .left-sidebar .categories a:visited:hover {
  color: #3064b1;
  text-decoration: underline;
}
.left-sidebar .categories li:hover {
  color: #3064b1;
}
.left-sidebar .categories ul li.selected, .left-sidebar .categories ul li.selected a {
  color: #3064b1;
}

.phone-sidebar .categories {
  overflow: hidden;
}
.phone-sidebar .categories > ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.phone-sidebar .categories > ul > li {
  list-style: disc outside;
  color: #ffffff;
  margin-bottom: 5px;
}
.phone-sidebar .categories > ul > li:last-child {
  margin-bottom: 0;
}
.phone-sidebar .categories > ul > li > ul {
  padding: 10px 0 5px 0;
  display: none;
}
.phone-sidebar .categories > ul > li > ul > li {
  list-style: none;
  margin-bottom: 5px;
}
.phone-sidebar .categories a, .phone-sidebar .categories a:link, .phone-sidebar .categories a:hover, .phone-sidebar .categories a:visited {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}
.phone-sidebar .categories a:hover, .phone-sidebar .categories a:link:hover, .phone-sidebar .categories a:hover:hover, .phone-sidebar .categories a:visited:hover {
  color: #ffffff;
  text-decoration: underline;
}
.phone-sidebar .categories li:hover {
  color: #ffffff;
}
.phone-sidebar .categories ul li.selected, .phone-sidebar .categories ul li.selected a {
  color: #ffffff;
}
.phone-sidebar .categories > ul > li, .phone-sidebar .categories ul > li > ul > li {
  margin-bottom: 10px;
}

.categories-new ul > li {
  display: inline-block;
  text-align: left;
}
.categories-new ul > li a {
  display: inline-block;
  padding: 5px 20px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .categories-new ul > li a {
    padding: 5px 15px;
  }
}
.categories-new ul > li.selected {
  background-color: #3064b1;
}
.categories-new > ul {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
.categories-new > ul > li {
  position: relative;
}
.categories-new > ul > li ul {
  display: none;
  position: absolute;
  padding: 0;
  margin: 0;
  left: 0;
  top: 24px;
  background-color: #3064b1;
  z-index: 9999999;
}
.categories-new > ul > li ul li {
  min-width: 150px;
}
.categories-new > ul > li ul li:first-child {
  margin-top: 10px;
}
.categories-new > ul > li ul li:hover {
  background-color: #3C6FBB;
}
.categories-new > ul > li:hover {
  background-color: #3064b1;
}
.categories-new > ul > li:hover ul {
  display: block;
}
.categories-new ul li a, .categories-new ul li a:hover {
  color: #ffffff;
  white-space: nowrap;
  text-decoration: none;
}
.categories-new .home {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 28px;
  background-image: url("../shum/img/home.c6cec1cd4be0.svg");
  background-size: auto 16px;
  background-position: center center;
  background-repeat: no-repeat;
}
.categories-new .home:hover {
  background-color: #3C6FBB;
}

.featured-articles {
  overflow: hidden;
}
.featured-articles > ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.featured-articles > ul > li {
  list-style: disc outside;
  color: #3064b1;
  margin-bottom: 5px;
}
.featured-articles > ul > li:last-child {
  margin-bottom: 0;
}
.featured-articles > ul > li > ul {
  padding: 10px 0 5px 0;
  display: none;
}
.featured-articles > ul > li > ul > li {
  list-style: none;
  margin-bottom: 5px;
}
.featured-articles a, .featured-articles a:link, .featured-articles a:hover, .featured-articles a:visited {
  display: block;
  text-decoration: none;
  color: #3064b1;
  font-weight: bold;
}
.featured-articles a:hover, .featured-articles a:link:hover, .featured-articles a:hover:hover, .featured-articles a:visited:hover {
  color: #3064b1;
  text-decoration: underline;
}
.featured-articles li:hover {
  color: #3064b1;
}
.featured-articles ul li.selected, .featured-articles ul li.selected a {
  color: #3064b1;
}
.featured-articles > h2 {
  padding: 0 5px 10px 5px;
  color: #3064b1;
}
.featured-articles h3 {
  font-size: 13px;
}
.featured-articles h3 a {
  display: inline !important;
}
.featured-articles h3 img {
  height: 16px;
  vertical-align: top;
}
.featured-articles li.red, .featured-articles li.red a, .featured-articles li.red a:hover, .featured-articles li.red a:visited {
  color: #ff0000;
}

.phone-sidebar form.search {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
.phone-sidebar form.search > input {
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  padding: 10px;
  border-width: 0;
  color: #3064b1;
  font-weight: 600;
  outline: none;
}
.phone-sidebar form.search:after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: 18px;
  right: 18px;
  background-image: url("../shum/img/search-phone.d9652d014111.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.polls-widget > button, .polls-widget > div {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  border: none;
  font-weight: bold;
  padding: 5px;
  outline: none;
  color: #555555;
}
.polls-widget > button {
  background-color: #dddddd;
}
.polls-widget > div {
  cursor: default;
  padding: 5px 0 10px 0;
  text-align: left;
}
.polls-widget > div > div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #dddddd;
  z-index: 0;
}
.polls-widget > div > div > div {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  background-color: #228c00;
  z-index: 1;
}
.polls-widget > p {
  margin: 10px 0;
}
.polls-widget > a, .polls-widget > a:link, .polls-widget > a:visited {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #555555;
}

.phone-sidebar .polls-widget > button {
  color: #ffffff;
  background-color: #3C6FBB;
}
.phone-sidebar .polls-widget > div {
  color: #ffffff;
}
.phone-sidebar .polls-widget > div > div {
  background-color: transparent;
}
.phone-sidebar .polls-widget > div > div > div {
  background-color: #ffffff;
}
.phone-sidebar .polls-widget > a, .phone-sidebar .polls-widget > a:link, .phone-sidebar .polls-widget > a:visited {
  color: #ffffff;
}

.highlights a, .highlights a:hover {
  display: block;
  text-decoration: none;
  font-weight: normal;
  color: #555555;
}
.highlights h1, .highlights h2, .highlights h3 {
  margin-bottom: 10px;
  text-decoration: none;
}
.highlights img {
  width: 100%;
}
.highlights p {
  margin: 5px 0;
  text-align: center;
}

.weather-widget {
  background-image: url("../shum/img/weather.698909051da7.svg");
  background-size: 135% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.weather-widget > a, .weather-widget > a:hover {
  display: block;
  text-decoration: none;
}
.weather-widget.cold {
  background-color: #ebf0f7;
  color: #3064b1;
}
.weather-widget.hot {
  background-color: rgba(255, 128, 0, 0.17);
  color: #FF8000;
}
.weather-widget.night {
  background-color: #eeeeee;
  color: #555555;
}
.weather-widget .current {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 62px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.weather-widget .min, .weather-widget .max {
  display: inline-block;
  width: 50%;
  text-align: center;
}
.weather-widget .min span:first-child, .weather-widget .max span:first-child {
  font-weight: bold;
}
.weather-widget .min span, .weather-widget .max span {
  display: block;
}
.weather-widget .item {
  display: inline-block;
  width: 100%;
  font-weight: 600;
  color: #3064b1;
  font-size: 0.9rem;
  line-height: 2rem;
}
.weather-widget .item.half {
  width: 49%;
}
.weather-widget .item img {
  width: 18px;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.weather-widget .item small {
  display: block;
  margin-left: 28px;
  margin-top: -0.5rem;
}

.polls-page .polls-widget {
  margin-bottom: 20px !important;
}
.polls-page .polls-widget h1, .polls-page .polls-widget h2, .polls-page .polls-widget h3 {
  margin: 0 0 10px 0 !important;
  padding-bottom: 10px;
  color: #228c00;
  border-bottom: 5px solid #eeeeee;
}
.polls-page .polls-widget > div > div {
  background-color: transparent;
}

.right-sidebar .ads-zone:not(#ads-zone-zonelinks):not(#ads-zone-zonecity),
.left-sidebar .ads-zone:not(#ads-zone-zonelinks):not(#ads-zone-zonecity) {
  padding: 0 !important;
  background-color: transparent !important;
}
.right-sidebar .ads-zone > a,
.left-sidebar .ads-zone > a {
  display: block;
}

.ad-hidden, .ad-base64 {
  visibility: hidden;
}

#ads-zone-zone1 > * {
  margin-bottom: 10px;
}

#ads-zone-zone600 > * {
  margin-bottom: 10px;
}

#ads-zone-political > * {
  margin-bottom: 10px;
}

#ads-zone-head {
  margin-top: 10px;
}

#ads-zone-mall, #ads-zone-zonecomments, #ads-zone-zonecomments2,
#ads-zone-head, #ads-zone-home1, #ads-zone-home2, #ads-zone-home3,
#ads-zone-home4, #ads-zone-home5, #ads-zone-category1, #ads-zone-category2,
#ads-zone-category3, #ads-zone-category4, #ads-zone-article-text,
#ads-zone-article-bottom, #ads-zone-page-bottom,
#ads-zone-home1-desktop, #ads-zone-category1-desktop, #ads-zone-article-bottom-desktop,
#ads-zone-sticky-mobile, #ads-zone-transition-mobile {
  text-align: center;
}
#ads-zone-mall img, #ads-zone-zonecomments img, #ads-zone-zonecomments2 img,
#ads-zone-head img, #ads-zone-home1 img, #ads-zone-home2 img, #ads-zone-home3 img,
#ads-zone-home4 img, #ads-zone-home5 img, #ads-zone-category1 img, #ads-zone-category2 img,
#ads-zone-category3 img, #ads-zone-category4 img, #ads-zone-article-text img,
#ads-zone-article-bottom img, #ads-zone-page-bottom img,
#ads-zone-home1-desktop img, #ads-zone-category1-desktop img, #ads-zone-article-bottom-desktop img,
#ads-zone-sticky-mobile img, #ads-zone-transition-mobile img {
  max-width: 100%;
}

#ads-zone-zoneheader {
  position: relative;
  width: 994px;
  font-size: 0;
  margin: 0 auto 10px auto;
  text-align: center;
}

#ads-zone-zonecomments2 {
  margin-top: 10px;
}

#ads-zone-zonelinks {
  overflow: hidden;
}
#ads-zone-zonelinks > ul {
  margin: 0;
  padding: 0 0 0 20px;
}
#ads-zone-zonelinks > ul > li {
  list-style: disc outside;
  color: #3064b1;
  margin-bottom: 10px;
}
#ads-zone-zonelinks > ul > li:last-child {
  margin-bottom: 0;
}
#ads-zone-zonelinks > ul > li > ul {
  padding: 10px 0 5px 0;
  display: none;
}
#ads-zone-zonelinks > ul > li > ul > li {
  list-style: none;
  margin-bottom: 5px;
}
#ads-zone-zonelinks a, #ads-zone-zonelinks a:link, #ads-zone-zonelinks a:hover, #ads-zone-zonelinks a:visited {
  display: block;
  text-decoration: none;
  color: #3064b1;
  font-weight: bold;
}
#ads-zone-zonelinks a:hover, #ads-zone-zonelinks a:link:hover, #ads-zone-zonelinks a:hover:hover, #ads-zone-zonelinks a:visited:hover {
  color: #3064b1;
  text-decoration: underline;
}
#ads-zone-zonelinks li:hover {
  color: #3064b1;
}
#ads-zone-zonelinks ul li.selected, #ads-zone-zonelinks ul li.selected a {
  color: #3064b1;
}
#ads-zone-zonelinks h1, #ads-zone-zonelinks h2, #ads-zone-zonelinks h3 {
  margin-bottom: 5px;
}
#ads-zone-zonelinks ul {
  padding: 0;
}
#ads-zone-zonelinks ul li {
  list-style: none;
}

#ads-zone-zonewallpaper {
  position: absolute;
  top: 88px;
  left: 0;
  right: 0;
  overflow-x: hidden;
  height: 300%;
}
#ads-zone-zonewallpaper a {
  display: block;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
}

#ads-zone-zonefooter {
  position: fixed;
  left: 50%;
  bottom: -1px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

#ads-zone-zonecity {
  word-wrap: break-word;
}
#ads-zone-zonecity h3, #ads-zone-zonecity h3 a {
  font-size: 12px;
  text-align: right;
  color: #999999;
}
#ads-zone-zonecity p {
  margin: 5px 0 10px 0;
}

#ads-zone-zone2ndparagraph {
  float: left;
  margin-top: 5px;
  min-width: 680px;
}

.video-ad {
  position: relative;
  display: block;
}
.video-ad video {
  width: 100%;
}
.video-ad img {
  position: absolute;
  right: 5px;
  bottom: 5px;
  cursor: pointer;
}

@media (max-width: 767px) {
  #ads-zone-zone300, #ads-zone-zone1, #ads-zone-political, #ads-zone-zone600,
  #ads-zone-zonecity, #ads-zone-zoneheader, #ads-zone-zonefooter,
  #ads-zone-zoneitem, #ads-zone-zonelinks, #ads-zone-zonewallpaper,
  #ads-zone-modal, #ads-zone-zone2ndparagraph,
  #ads-zone-home1-desktop, #ads-zone-category1-desktop, #ads-zone-article-bottom-desktop,
  [id^=ad-article-desktop] {
    display: none;
  }
  body > iframe + div {
    display: none;
  }
  body > iframe + div + div {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #ads-zone-zone300, #ads-zone-zone1, #ads-zone-political, #ads-zone-zone600,
  #ads-zone-zonecity, #ads-zone-zonefooter,
  #ads-zone-zonewallpaper, #ads-zone-mall, #ads-zone-zone2ndparagraph,
  #ads-zone-home1-desktop, #ads-zone-category1-desktop, #ads-zone-article-bottom-desktop,
  [id^=ad-article-desktop] {
    display: none;
  }
}
@media (min-width: 1024px) {
  #ads-zone-mall, #ads-zone-head, #ads-zone-home1, #ads-zone-home2, #ads-zone-home3,
  #ads-zone-home4, #ads-zone-home5, #ads-zone-category1, #ads-zone-category2,
  #ads-zone-category3, #ads-zone-category4, #ads-zone-article-text,
  #ads-zone-article-bottom, #ads-zone-page-bottom, [id^=ad-article-mobile],
  #ads-zone-sticky-mobile, #ads-zone-transition-mobile {
    display: none;
  }
}
#ads-zone-zoneitem img {
  display: block;
  margin: auto;
}

#ads-zone-sticky-mobile {
  position: fixed;
  width: 320px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999999;
}
#ads-zone-sticky-mobile img:not(.close) {
  width: 320px;
  max-width: 100%;
}

#ads-zone-transition-mobile {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 999999;
}
#ads-zone-transition-mobile[data-state=unknown] {
  display: none;
}
#ads-zone-transition-mobile a {
  display: block;
  position: absolute;
  width: 320px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#ads-zone-transition-mobile a img {
  width: 320px;
}

#ads-zone-sticky-mobile a.close, #ads-zone-transition-mobile a.close {
  position: absolute;
  display: inline-block;
  width: 32px;
  height: 32px;
  top: -36px;
  right: 0;
  cursor: pointer;
  background-color: #3064b1;
  border-radius: 100%;
  font-size: 0;
  text-align: center;
}
#ads-zone-sticky-mobile a.close img, #ads-zone-transition-mobile a.close img {
  position: absolute;
  top: 17px;
  left: 17px;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
}

#ads-zone-transition-mobile a.close {
  top: 5px;
  right: 5px;
  background-color: transparent;
}

[id^=ad-article] .article-summary h4 a {
  color: red;
}

.ads-page h3 {
  margin-top: 30px;
}
.ads-page table {
  font-size: 11px;
  text-align: left;
}
.ads-page table th {
  background-color: #f5f5f5;
  text-align: center;
}
.ads-page table tr:hover {
  background-color: #f5f5f5;
}
.ads-page table th, .ads-page table td {
  padding: 5px;
}
.ads-page table td {
  white-space: nowrap;
  border-bottom: 1px solid #e1e1e1;
}
.ads-page table td:first-child {
  min-width: 120px;
}
.ads-page table td:not(:first-child) {
  text-align: right;
}
.ads-page table.stats-pdfs td {
  text-align: center;
}

.contacts-page {
  text-align: center;
}
.contacts-page .left {
  float: left;
  width: 49%;
}
.contacts-page .right {
  float: right;
  width: 49%;
}
