@charset "UTF-8";
.sharer {
  display: none;
  position: absolute;
  z-index: 999999;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 10px 20px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 10px 20px rgba(50, 50, 50, 0.75);
  box-shadow: 0 10px 20px rgba(50, 50, 50, 0.75);
  padding: 10px;
  background: #fff;
  opacity: 0.9;
}
.social-likes_sharer li {
  float: left;
  margin: 5px;
}
.flowplayer {
  position: relative;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}
.flowplayer * {
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  text-decoration: inherit;
  font-size: 100%;
  padding: 0;
  border: 0;
  margin: 0;
  list-style-type: none;
}
.flowplayer a:focus {
  outline: 0;
}
.flowplayer video {
  width: 100%;
}
.flowplayer.is-ipad video {
  -webkit-transform: translateX(-2048px);
}
.is-ready.flowplayer.is-ipad video {
  -webkit-transform: translateX(0);
}
.flowplayer .fp-engine,
.flowplayer .fp-ui,
.flowplayer .fp-message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}
.flowplayer .fp-message {
  display: none;
  text-align: center;
  padding-top: 5%;
  cursor: default;
}
.flowplayer .fp-message h2 {
  font-size: 120%;
  margin-bottom: 1em;
}
.flowplayer .fp-message p {
  color: #666;
  font-size: 95%;
}
.flowplayer .fp-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.no-background.flowplayer .fp-controls {
  background-color: transparent !important;
  background-image: -moz-linear-gradient(transparent, transparent) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(transparent)) !important;
}
.is-fullscreen.flowplayer .fp-controls {
  bottom: 3px;
}
.is-mouseover.flowplayer .fp-controls {
  bottom: 0;
}
.flowplayer .fp-waiting {
  display: none;
  margin: 19% auto;
  text-align: center;
}
.flowplayer .fp-waiting * {
  -webkit-box-shadow: 0 0 5px #333;
  -moz-box-shadow: 0 0 5px #333;
  box-shadow: 0 0 5px #333;
}
.flowplayer .fp-waiting em {
  width: 1em;
  height: 1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  -webkit-animation: pulse 0.6s infinite;
  -moz-animation: pulse 0.6s infinite;
  animation: pulse 0.6s infinite;
  margin: 0.3em;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.flowplayer .fp-waiting em:nth-child(1) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.flowplayer .fp-waiting em:nth-child(2) {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.flowplayer .fp-waiting em:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.flowplayer .fp-waiting p {
  color: #ccc;
  font-weight: bold;
}
.flowplayer .fp-speed {
  font-size: 30px;
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.8);
  color: #eee;
  margin: 0 auto;
  text-align: center;
  width: 120px;
  padding: 0.1em 0 0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.flowplayer .fp-speed.fp-hilite {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.flowplayer .fp-help {
  position: absolute;
  top: 0;
  left: -9999em;
  z-index: 100;
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.9);
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  text-align: center;
}
.is-help.flowplayer .fp-help {
  left: 0;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.flowplayer .fp-help .fp-help-section {
  margin: 3%;
  direction: ltr;
}
.flowplayer .fp-help .fp-help-basics {
  margin-top: 6%;
}
.flowplayer .fp-help p {
  color: #eee;
  margin: 0.5em 0;
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  margin: 1% 2%;
}
.flowplayer .fp-help em {
  background: #eee;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  margin-right: 0.4em;
  padding: 0.3em 0.6em;
  color: #333;
}
.flowplayer .fp-help small {
  font-size: 90%;
  color: #aaa;
}
.flowplayer .fp-help .fp-close {
  display: block;
}
@media (max-width: 600px) {
  .flowplayer .fp-help p {
    font-size: 9px;
  }
}
.flowplayer .fp-subtitle {
  position: absolute;
  bottom: 40px;
  left: -99999em;
  z-index: 10;
  text-align: center;
  width: 100%;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.flowplayer .fp-subtitle p {
  display: inline;
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.9);
  color: #eee;
  padding: 0.1em 0.4em;
  font-size: 16px;
  line-height: 1.6;
}
.flowplayer .fp-subtitle p:after {
  content: '';
  clear: both;
}
.flowplayer .fp-subtitle.fp-active {
  left: 0;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.flowplayer .fp-fullscreen,
.flowplayer .fp-unload,
.flowplayer .fp-mute,
.flowplayer .fp-embed,
.flowplayer .fp-close,
.flowplayer .fp-play {
  background-image: url(img/white.png);
  background-size: 37px 300px;
}
.is-rtl.flowplayer .fp-fullscreen,
.is-rtl.flowplayer .fp-unload,
.is-rtl.flowplayer .fp-mute,
.is-rtl.flowplayer .fp-embed,
.is-rtl.flowplayer .fp-close,
.is-rtl.flowplayer .fp-play {
  background-image: url(img/white_rtl.png);
}
.color-light.flowplayer .fp-fullscreen,
.color-light.flowplayer .fp-unload,
.color-light.flowplayer .fp-mute,
.color-light.flowplayer .fp-embed,
.color-light.flowplayer .fp-close,
.color-light.flowplayer .fp-play {
  background-image: url(img/black.png);
}
.is-rtl.color-light.flowplayer .fp-fullscreen,
.is-rtl.color-light.flowplayer .fp-unload,
.is-rtl.color-light.flowplayer .fp-mute,
.is-rtl.color-light.flowplayer .fp-embed,
.is-rtl.color-light.flowplayer .fp-close,
.is-rtl.color-light.flowplayer .fp-play {
  background-image: url(img/black_rtl.png);
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .color-light.flowplayer .fp-fullscreen,
  .color-light.flowplayer .fp-unload,
  .color-light.flowplayer .fp-mute,
  .color-light.flowplayer .fp-embed,
  .color-light.flowplayer .fp-close,
  .color-light.flowplayer .fp-play {
    background-image: url(img/black@x2.png);
  }
  .is-rtl.color-light.flowplayer .fp-fullscreen,
  .is-rtl.color-light.flowplayer .fp-unload,
  .is-rtl.color-light.flowplayer .fp-mute,
  .is-rtl.color-light.flowplayer .fp-embed,
  .is-rtl.color-light.flowplayer .fp-close,
  .is-rtl.color-light.flowplayer .fp-play {
    background-image: url(img/black_rtl@x2.png);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .flowplayer .fp-fullscreen,
  .flowplayer .fp-unload,
  .flowplayer .fp-mute,
  .flowplayer .fp-embed,
  .flowplayer .fp-close,
  .flowplayer .fp-play {
    background-image: url(img/white@x2.png);
  }
  .is-rtl.flowplayer .fp-fullscreen,
  .is-rtl.flowplayer .fp-unload,
  .is-rtl.flowplayer .fp-mute,
  .is-rtl.flowplayer .fp-embed,
  .is-rtl.flowplayer .fp-close,
  .is-rtl.flowplayer .fp-play {
    background-image: url(img/white_rtl@x2.png);
  }
}
.flowplayer .fp-flash-disabled {
  background: #333;
  width: 390px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  color: #fff;
}
.is-splash.flowplayer .fp-ui,
.is-paused.flowplayer .fp-ui {
  background: url(img/play_white.png) center no-repeat;
  background-size: 12%;
}
.is-rtl.is-splash.flowplayer .fp-ui,
.is-rtl.is-paused.flowplayer .fp-ui {
  background: url(img/play_white_rtl.png) center no-repeat;
  background-size: 12%;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .is-splash.flowplayer .fp-ui,
  .is-paused.flowplayer .fp-ui {
    background: url(img/play_white@x2.png) center no-repeat;
    background-size: 12%;
  }
  .is-rtl.is-splash.flowplayer .fp-ui,
  .is-rtl.is-paused.flowplayer .fp-ui {
    background: url(img/play_white_rtl@x2.png) center no-repeat;
    background-size: 12%;
  }
}
.color-light.is-splash.flowplayer .fp-ui,
.color-light.is-paused.flowplayer .fp-ui {
  background-image: url(img/play_black.png);
}
.is-rtl.color-light.is-splash.flowplayer .fp-ui,
.is-rtl.color-light.is-paused.flowplayer .fp-ui {
  background-image: url(img/play_black_rtl.png);
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .color-light.is-splash.flowplayer .fp-ui,
  .color-light.is-paused.flowplayer .fp-ui {
    background-image: url(img/play_black@x2.png);
  }
  .is-rtl.color-light.is-splash.flowplayer .fp-ui,
  .is-rtl.color-light.is-paused.flowplayer .fp-ui {
    background-image: url(img/play_black_rtl@x2.png);
  }
}
.is-fullscreen.flowplayer .fp-ui {
  background-size: auto;
}
.is-seeking.flowplayer .fp-ui,
.is-loading.flowplayer .fp-ui {
  background-image: none;
}
.flowplayer .fp-logo {
  position: absolute;
  top: auto;
  left: 15px;
  bottom: 30px;
  cursor: pointer;
  display: none;
  z-index: 100;
}
.flowplayer .fp-logo img {
  width: 100%;
}
.is-embedded.flowplayer .fp-logo {
  display: block;
}
.fixed-controls.flowplayer .fp-logo {
  bottom: 15px;
}
.flowplayer .fp-fullscreen,
.flowplayer .fp-unload,
.flowplayer .fp-close {
  position: absolute;
  top: 5px;
  left: auto;
  right: 5px;
  display: block;
  width: 30px;
  height: 23px;
  background-position: 12px -197px;
  cursor: pointer;
}
.is-rtl.flowplayer .fp-fullscreen,
.is-rtl.flowplayer .fp-unload,
.is-rtl.flowplayer .fp-close {
  right: auto;
  left: 5px;
  background-position: 18px -197px;
}
.flowplayer .fp-unload,
.flowplayer .fp-close {
  background-position: 14px -175px;
  display: none;
}
.is-rtl.flowplayer .fp-unload,
.is-rtl.flowplayer .fp-close {
  background-position: 14px -175px;
}
.flowplayer .fp-play {
  display: none;
  width: 27px;
  height: 20px;
  background-position: 9px -24px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.is-rtl.flowplayer .fp-play {
  background-position: 18px -24px;
  left: auto;
  right: 0;
}
.play-button.flowplayer .fp-play {
  display: block;
}
.is-paused.flowplayer .fp-play {
  background-position: 9px 7px;
}
.is-rtl.is-paused.flowplayer .fp-play {
  background-position: 18px 7px;
}
.flowplayer.is-ready.is-closeable .fp-unload {
  display: block;
}
.flowplayer.is-ready.is-closeable .fp-fullscreen {
  display: none;
}
.flowplayer.is-fullscreen .fp-fullscreen {
  background-position: 10px -217px;
  display: block !important;
}
.is-rtl.flowplayer.is-fullscreen .fp-fullscreen {
  background-position: 21px -217px;
}
.flowplayer.is-fullscreen .fp-unload,
.flowplayer.is-fullscreen .fp-close {
  display: none !important;
}
.flowplayer .fp-timeline {
  height: 3px;
  position: relative;
  overflow: hidden;
  top: 5px;
  height: 10px;
  margin: 0 150px 0 45px;
}
.no-volume.flowplayer .fp-timeline {
  margin-right: 60px;
}
.no-mute.flowplayer .fp-timeline {
  margin-right: 140px;
}
.no-mute.no-volume.flowplayer .fp-timeline {
  margin-right: 45px;
}
.play-button.flowplayer .fp-timeline {
  margin-left: 67px;
}
.is-rtl.flowplayer .fp-timeline {
  margin: 0 45px 0 150px;
}
.no-volume.is-rtl.flowplayer .fp-timeline {
  margin-left: 60px;
}
.no-mute.is-rtl.flowplayer .fp-timeline {
  margin-left: 140px;
}
.no-mute.no-volume.is-rtl.flowplayer .fp-timeline {
  margin-left: 45px;
}
.play-button.is-rtl.flowplayer .fp-timeline {
  margin-right: 67px;
}
.is-long.flowplayer .fp-timeline {
  margin: 0 180px 0 75px;
}
.no-volume.is-long.flowplayer .fp-timeline {
  margin-right: 90px;
}
.no-mute.is-long.flowplayer .fp-timeline {
  margin-right: 75px;
}
.play-button.is-long.flowplayer .fp-timeline {
  margin-left: 97px;
}
.is-rtl.is-long.flowplayer .fp-timeline {
  margin: 75px 0 180px 0;
}
.no-volume.is-rtl.is-long.flowplayer .fp-timeline {
  margin-left: 90px;
}
.no-mute.is-rtl.is-long.flowplayer .fp-timeline {
  margin-left: 75px;
}
.play-button.is-rtl.is-long.flowplayer .fp-timeline {
  margin-left: 97px;
}
.aside-time.flowplayer .fp-timeline,
.no-time.flowplayer .fp-timeline {
  margin: 0 110px 0 5px;
}
.aside-time.no-volume.flowplayer .fp-timeline,
.no-time.no-volume.flowplayer .fp-timeline {
  margin-right: 20px;
}
.aside-time.no-mute.flowplayer .fp-timeline,
.no-time.no-mute.flowplayer .fp-timeline {
  margin-right: 5px;
}
.play-button.no-time.flowplayer .fp-timeline,
.play-button.aside-time.flowplayer .fp-timeline {
  margin-left: 27px;
}
.is-rtl.aside-time.flowplayer .fp-timeline,
.is-rtl.no-time.flowplayer .fp-timeline {
  margin: 0 5px 0 110px;
}
.is-rtl.aside-time.no-volume.flowplayer .fp-timeline,
.is-rtl.no-time.no-volume.flowplayer .fp-timeline {
  margin-left: 20px;
}
.is-rtl.aside-time.no-mute.flowplayer .fp-timeline,
.is-rtl.no-time.no-mute.flowplayer .fp-timeline {
  margin-left: 5px;
}
.is-rtl.play-button.no-time.flowplayer .fp-timeline,
.is-rtl.play-button.aside-time.flowplayer .fp-timeline {
  margin-right: 27px;
}
.flowplayer .fp-buffer,
.flowplayer .fp-progress {
  position: absolute;
  top: 0;
  left: auto;
  height: 100%;
  cursor: col-resize;
}
.flowplayer .fp-buffer {
  -webkit-transition: width 0.25s linear;
  -moz-transition: width 0.25s linear;
  transition: width 0.25s linear;
}
.flowplayer.is-touch .fp-timeline {
  overflow: visible;
}
.flowplayer.is-touch .fp-progress {
  -webkit-transition: width 0.2s linear;
  -moz-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
.flowplayer.is-touch .fp-timeline.is-dragging .fp-progress {
  -webkit-transition: right 0.1s linear, border 0.1s linear, top 0.1s linear, left 0.1s linear;
  -moz-transition: right 0.1s linear, border 0.1s linear, top 0.1s linear, left 0.1s linear;
  transition: right 0.1s linear, border 0.1s linear, top 0.1s linear, left 0.1s linear;
}
.flowplayer.is-touch.is-mouseover .fp-progress:after,
.flowplayer.is-touch.is-mouseover .fp-progress:before {
  content: '';
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  right: -5px;
}
.flowplayer.is-touch.is-rtl.is-mouseover .fp-progress:after,
.flowplayer.is-touch.is-rtl.is-mouseover .fp-progress:before {
  right: auto;
  left: -5px;
}
.flowplayer.is-touch.is-rtl.is-mouseover .fp-progress:after {
  left: -10px;
  -webkit-box-shadow: -1px 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -1px 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: -1px 0 4px rgba(0, 0, 0, 0.5);
}
.flowplayer.is-touch.is-mouseover .fp-progress:before {
  width: 10px;
  height: 10px;
}
.flowplayer.is-touch.is-mouseover .fp-progress:after {
  height: 10px;
  width: 10px;
  top: -5px;
  right: -10px;
  border: 5px solid rgba(255, 255, 255, 0.65);
  -webkit-box-shadow: 1px 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 0 4px rgba(0, 0, 0, 0.5);
}
.flowplayer.is-touch.is-mouseover .fp-timeline.is-dragging .fp-progress:after {
  border: 10px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  transition: inherit;
  top: -10px;
  right: -15px;
}
.flowplayer.is-touch.is-rtl.is-mouseover .fp-timeline.is-dragging .fp-progress:after {
  left: -15px;
  right: auto;
  border: 10px solid #fff;
}
.flowplayer .fp-volume {
  position: absolute;
  top: 7.5px;
  right: 5px;
}
.is-rtl.flowplayer .fp-volume {
  right: auto;
  left: 5px;
}
.flowplayer .fp-mute {
  position: relative;
  width: 10px;
  height: 15px;
  float: left;
  top: -5px;
  cursor: pointer;
  background-position: -2px -99px;
}
.is-rtl.flowplayer .fp-mute {
  float: right;
  background-position: -25px -99px;
}
.no-mute.flowplayer .fp-mute {
  display: none;
}
.flowplayer .fp-volumeslider {
  width: 90px;
  height: 5px;
  cursor: col-resize;
  float: left;
}
.is-rtl.flowplayer .fp-volumeslider {
  float: right;
}
.no-volume.flowplayer .fp-volumeslider {
  display: none;
}
.flowplayer .fp-volumelevel {
  height: 100%;
}
.flowplayer .fp-time {
  text-shadow: 0 0 1px #000;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  width: 100%;
}
.flowplayer .fp-time.is-inverted .fp-duration {
  display: none;
}
.flowplayer .fp-time.is-inverted .fp-remaining {
  display: inline;
}
.flowplayer .fp-time em {
  width: 35px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  position: absolute;
  bottom: 5px;
}
.no-time.flowplayer .fp-time {
  display: none;
}
.is-long.flowplayer .fp-time em {
  width: 65px;
}
.flowplayer .fp-elapsed {
  left: 5px;
}
.play-button.flowplayer .fp-elapsed {
  left: 27px;
}
.is-rtl.flowplayer .fp-elapsed {
  left: auto;
  right: 5px;
}
.play-button.is-rtl.flowplayer .fp-elapsed {
  right: 27px;
}
.flowplayer .fp-remaining,
.flowplayer .fp-duration {
  right: 110px;
  color: #eee;
}
.no-volume.flowplayer .fp-remaining,
.no-volume.flowplayer .fp-duration {
  right: 20px;
}
.no-mute.flowplayer .fp-remaining,
.no-mute.flowplayer .fp-duration {
  right: 100px;
}
.no-mute.no-volume.flowplayer .fp-remaining,
.no-mute.no-volume.flowplayer .fp-duration {
  right: 5px;
}
.is-rtl.flowplayer .fp-remaining,
.is-rtl.flowplayer .fp-duration {
  right: auto;
  left: 110px;
}
.no-volume.is-rtl.flowplayer .fp-remaining,
.no-volume.is-rtl.flowplayer .fp-duration {
  left: 20px;
}
.no-mute.is-rtl.flowplayer .fp-remaining,
.no-mute.is-rtl.flowplayer .fp-duration {
  left: 100px;
}
.no-mute.no-volume.is-rtl.flowplayer .fp-remaining,
.no-mute.no-volume.is-rtl.flowplayer .fp-duration {
  left: 5px;
}
.flowplayer .fp-remaining {
  display: none;
}
.flowplayer.color-light .fp-time {
  color: #222;
  text-shadow: 0 0 1px #fff;
}
.flowplayer.color-light .fp-remaining,
.flowplayer.color-light .fp-duration {
  color: #666;
}
.flowplayer.aside-time .fp-time {
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: auto !important;
  width: 85px;
}
.flowplayer.aside-time .fp-time strong,
.flowplayer.aside-time .fp-time em {
  position: static;
}
.flowplayer.aside-time .fp-time .fp-elapsed {
  margin-right: 5px;
}
.is-rtl.flowplayer.aside-time .fp-time .fp-elapsed {
  margin-right: auto;
  margin-left: 5px;
}
.flowplayer.is-long.aside-time .fp-time {
  width: 130px;
}
.flowplayer.is-splash,
.flowplayer.is-poster {
  cursor: pointer;
}
.flowplayer.is-splash .fp-controls,
.flowplayer.is-poster .fp-controls,
.flowplayer.is-splash .fp-fullscreen,
.flowplayer.is-poster .fp-fullscreen,
.flowplayer.is-splash .fp-unload,
.flowplayer.is-poster .fp-unload,
.flowplayer.is-splash .fp-time,
.flowplayer.is-poster .fp-time,
.flowplayer.is-splash .fp-embed,
.flowplayer.is-poster .fp-embed {
  display: none !important;
}
.flowplayer.is-poster .fp-engine {
  top: -9999em;
}
.flowplayer.is-loading .fp-waiting {
  display: block;
}
.flowplayer.is-loading .fp-controls,
.flowplayer.is-loading .fp-time {
  display: none;
}
.flowplayer.is-loading .fp-ui {
  background-position: -9999em;
}
.flowplayer.is-loading video.fp-engine {
  position: absolute;
  top: -9999em;
}
.flowplayer.is-seeking .fp-waiting {
  display: block;
}
.flowplayer.is-fullscreen {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  z-index: 99999 !important;
  -webkit-box-shadow: 0 !important;
  -moz-box-shadow: 0 !important;
  box-shadow: 0 !important;
  background-image: none !important;
  background-color: #333;
}
.is-rtl.flowplayer.is-fullscreen {
  left: auto !important;
  right: 0 !important;
}
.flowplayer.is-error {
  border: 1px solid #909090;
  background: #fdfdfd !important;
}
.flowplayer.is-error h2 {
  font-weight: bold;
  font-size: large;
  margin-top: 10%;
}
.flowplayer.is-error .fp-message {
  display: block;
}
.flowplayer.is-error object,
.flowplayer.is-error video,
.flowplayer.is-error .fp-controls,
.flowplayer.is-error .fp-time,
.flowplayer.is-error .fp-subtitle {
  display: none;
}
.flowplayer.is-ready.is-muted .fp-mute {
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
}
.flowplayer.is-mouseout .fp-controls {
  height: 0;
  -webkit-transition: height 0.15s 0.3s;
  -moz-transition: height 0.15s 0.3s;
  transition: height 0.15s 0.3s;
}
.flowplayer.is-mouseout .fp-timeline {
  margin: 0 !important;
}
.flowplayer.is-mouseout .fp-timeline {
  -webkit-transition: height 0.15s 0.3s, top 0.15s 0.3s, margin 0.15s 0.3s;
  -moz-transition: height 0.15s 0.3s, top 0.15s 0.3s, margin 0.15s 0.3s;
  transition: height 0.15s 0.3s, top 0.15s 0.3s, margin 0.15s 0.3s;
  height: 4px;
  top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.flowplayer.is-mouseout .fp-fullscreen,
.flowplayer.is-mouseout .fp-unload,
.flowplayer.is-mouseout .fp-elapsed,
.flowplayer.is-mouseout .fp-remaining,
.flowplayer.is-mouseout .fp-duration,
.flowplayer.is-mouseout .fp-embed,
.flowplayer.is-mouseout .fp-volume,
.flowplayer.is-mouseout .fp-play {
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: opacity 0.15s 0.3s;
  -moz-transition: opacity 0.15s 0.3s;
  transition: opacity 0.15s 0.3s;
}
.flowplayer.is-mouseover .fp-controls,
.flowplayer.fixed-controls .fp-controls {
  height: 20px;
}
.flowplayer.is-mouseover .fp-fullscreen,
.flowplayer.fixed-controls .fp-fullscreen,
.flowplayer.is-mouseover .fp-unload,
.flowplayer.fixed-controls .fp-unload,
.flowplayer.is-mouseover .fp-elapsed,
.flowplayer.fixed-controls .fp-elapsed,
.flowplayer.is-mouseover .fp-remaining,
.flowplayer.fixed-controls .fp-remaining,
.flowplayer.is-mouseover .fp-duration,
.flowplayer.fixed-controls .fp-duration,
.flowplayer.is-mouseover .fp-embed,
.flowplayer.fixed-controls .fp-embed,
.flowplayer.is-mouseover .fp-logo,
.flowplayer.fixed-controls .fp-logo,
.flowplayer.is-mouseover .fp-volume,
.flowplayer.fixed-controls .fp-volume,
.flowplayer.is-mouseover .fp-play,
.flowplayer.fixed-controls .fp-play {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.flowplayer.fixed-controls .fp-volume {
  display: block;
}
.flowplayer.fixed-controls .fp-controls {
  bottom: -20px;
}
.is-fullscreen.flowplayer.fixed-controls .fp-controls {
  bottom: 0;
}
.flowplayer.fixed-controls .fp-time em {
  bottom: -15px;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.is-fullscreen.flowplayer.fixed-controls .fp-time em {
  bottom: 5px;
}
.flowplayer.is-disabled .fp-progress {
  background-color: #999;
}
.flowplayer.is-flash-disabled {
  background-color: #333;
}
.flowplayer.is-flash-disabled object.fp-engine {
  z-index: 100;
}
.flowplayer.is-flash-disabled .fp-flash-disabled {
  display: block;
  z-index: 101;
}
.flowplayer .fp-embed {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 25px;
  height: 20px;
  background-position: 3px -237px;
}
.is-rtl.flowplayer .fp-embed {
  background-position: 22px -237px;
  left: auto;
  right: 5px;
}
.flowplayer .fp-embed-code {
  position: absolute;
  display: none;
  top: 10px;
  left: 40px;
  background-color: #333;
  padding: 3px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 3px #ccc;
  -moz-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc;
  font-size: 12px;
}
.flowplayer .fp-embed-code:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 2px;
  left: -10px;
  border: 5px solid transparent;
  border-right-color: #333;
}
.is-rtl.flowplayer .fp-embed-code {
  left: auto;
  right: 40px;
}
.is-rtl.flowplayer .fp-embed-code:before {
  left: auto;
  right: -10px;
  border-right-color: transparent;
  border-left-color: #333;
}
.flowplayer .fp-embed-code textarea {
  width: 400px;
  height: 16px;
  font-family: monaco, "courier new", verdana;
  color: #777;
  white-space: nowrap;
  resize: none;
  overflow: hidden;
  border: 0;
  outline: 0;
  background-color: transparent;
  color: #ccc;
}
.flowplayer .fp-embed-code label {
  display: block;
  color: #999;
}
.flowplayer.is-embedding .fp-embed,
.flowplayer.is-embedding .fp-embed-code {
  display: block;
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.flowplayer.aside-time .fp-embed {
  left: 85px;
}
.is-rtl.flowplayer.aside-time .fp-embed {
  left: auto;
  right: 85px;
}
.flowplayer.aside-time .fp-embed-code {
  left: 115px;
}
.is-rtl.flowplayer.aside-time .fp-embed-code {
  left: auto;
  right: 115px;
}
.flowplayer.aside-time.is-embedding .fp-time {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.flowplayer.is-long.aside-time .fp-embed {
  left: 130px;
}
.is-rtl.flowplayer.is-long.aside-time .fp-embed {
  left: auto;
  right: 130px;
}
.flowplayer.no-time .fp-embed {
  left: 5px !important;
}
.is-rtl.flowplayer.no-time .fp-embed {
  left: auto;
  right: 5px !important;
}
.flowplayer.is-live .fp-timeline,
.flowplayer.is-live .fp-duration,
.flowplayer.is-live .fp-remaining {
  display: none;
}
.flowplayer .fp-context-menu {
  position: absolute;
  display: none;
  z-index: 1001;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 0 4px #888;
  -moz-box-shadow: 0 0 4px #888;
  box-shadow: 0 0 4px #888;
  width: 170px;
}
.flowplayer .fp-context-menu li {
  text-align: center;
  padding: 10px;
  color: #444;
  margin: 0 -10px 0 -10px;
}
.flowplayer .fp-context-menu li a {
  color: #00a7c8;
  font-size: 110%;
}
.flowplayer .fp-context-menu li:hover:not(.copyright) {
  background-color: #eee;
}
.flowplayer .fp-context-menu li.copyright {
  margin: 0;
  padding-left: 110px;
  background-image: url("img/flowplayer.png");
  background-repeat: no-repeat;
  background-size: 100px 20px;
  background-position: 5px 5px;
  border-bottom: 1px solid #bbb;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .flowplayer .fp-context-menu li.copyright {
    background-image: url("img/flowplayer@2x.png");
  }
}
@-moz-keyframes pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.flowplayer .fp-controls {
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.6);
}
.flowplayer.fixed-controls .fp-controls {
  background-color: #333;
}
.flowplayer .fp-timeline {
  background-color: #666;
}
.flowplayer .fp-buffer {
  background-color: #eee;
}
.flowplayer .fp-progress {
  background-color: #00a7c8;
}
.flowplayer .fp-volumeslider {
  background-color: #000;
}
.flowplayer .fp-volumelevel {
  background-color: #fff;
}
.flowplayer .fp-play {
  height: 24px;
}
.flowplayer.is-touch.is-mouseover .fp-progress:before {
  background-color: #00a7c8;
}
.flowplayer.color-light .fp-controls {
  background-color: rgba(255, 255, 255, 0.6);
}
.flowplayer.color-light.fixed-controls .fp-controls {
  background-color: #fff;
}
.flowplayer.color-light .fp-volumeslider {
  background-color: #ddd;
}
.flowplayer.color-light .fp-volumelevel {
  background-color: #222;
}
.flowplayer.color-alt .fp-progress {
  background-color: #fff;
}
.flowplayer.color-alt.is-touch.is-mouseover .fp-progress:before {
  background-color: #fff;
}
.flowplayer.color-alt .fp-buffer {
  background-color: #999;
}
.flowplayer.color-alt2 .fp-progress {
  background-color: #900;
}
.flowplayer.color-alt2.is-touch.is-mouseover .fp-progress:before {
  background-color: #900;
}
.flowplayer {
  background-size: 100%;
  position: relative;
  z-index: 1;
  background: #000;
}
.flowplayer .fp-fullscreen,
.flowplayer .fp-unload,
.flowplayer .fp-mute,
.flowplayer .fp-embed,
.flowplayer .fp-close,
.flowplayer .fp-play {
  background-image: url(/vendor/flowplayer/skin/img/white.png);
  background-size: 37px 300px;
}
.flowplayer video {
  background-color: #000;
}
.flowplayer.color-light .fp-fullscreen,
.flowplayer.color-light .fp-unload,
.flowplayer.color-light .fp-mute,
.flowplayer.color-light .fp-embed,
.flowplayer.color-light .fp-close,
.flowplayer.color-light .fp-play {
  background-image: url(/vendor/flowplayer/skin/img/black.png);
}
.flowplayer.is-splash .fp-ui,
.flowplayer.is-paused .fp-ui {
  background: url(/vendor/flowplayer/skin/img/play_white.png) center no-repeat;
  background-size: 12%;
}
.flowplayer.color-light.is-splash .fp-ui,
.flowplayer.color-light.is-paused .fp-ui {
  background-image: url(/vendor/flowplayer/skin/img/play_black.png);
}
.flowplayer .fp-controls {
  background-color: #111111;
}
.flowplayer .fp-timeline {
  background-color: #cccccc;
}
.flowplayer .fp-progress {
  background-color: #000000;
}
.flowplayer .fp-buffer {
  background-color: #f9f9f9;
}
.flowplayer .fp-playlist {
  margin-top: -16px;
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .color-light.flowplayer .fp-fullscreen,
  .color-light.flowplayer .fp-unload,
  .color-light.flowplayer .fp-mute,
  .color-light.flowplayer .fp-embed,
  .color-light.flowplayer .fp-close,
  .color-light.flowplayer .fp-play {
    background-image: url(/vendor/flowplayer/skin/img/black@x2.png);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .flowplayer .fp-fullscreen,
  .flowplayer .fp-unload,
  .flowplayer .fp-mute,
  .flowplayer .fp-embed,
  .flowplayer .fp-close,
  .flowplayer .fp-play {
    background-image: url(/vendor/flowplayer/skin/img/white@x2.png);
  }
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .is-splash.flowplayer .fp-ui,
  .is-paused.flowplayer .fp-ui {
    background: url(/vendor/flowplayer/skin/img/play_white@x2.png) center no-repeat;
    background-size: 12%;
  }
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .color-light.is-splash.flowplayer .fp-ui,
  .color-light.is-paused.flowplayer .fp-ui {
    background-image: url(/vendor/flowplayer/skin/img/play_black@x2.png);
  }
}
@media (min-width: 770px) {
  article .content .h-inCut:after {
    content: "";
    display: block;
    position: absolute;
    width: 443px;
    height: 40px;
    bottom: -40px;
    right: 0;
    background: url('/i/entry/incut/incut-shadow.png') no-repeat;
  }
  article .content .h-inCut .inCut {
    width: 650px;
  }
  article .content .h-inCut .inCut__cover {
    float: left;
  }
  article .content .h-inCut .inCut__cover img {
    max-width: 230px;
  }
  article .content .h-inCut .inCut__head {
    width: 380px;
    float: left;
  }
}
article .content .h-inCut {
  position: relative;
  margin-bottom: 50px;
  clear: both;
}
article .content .h-inCut .inCut {
  background: #333;
  color: #fff;
  padding: 3px 0 0 0;
}
article .content .h-inCut .inCut__cover {
  display: block;
  text-align: center;
  margin: 0 20px 3px 6px;
}
article .content .h-inCut .inCut__label {
  display: none;
  text-decoration: none;
  background: url('/i/entry/incut/incut-label.png') no-repeat right center;
  white-space: nowrap;
  height: 30px;
  color: #fff;
  font: italic 12px / 12px Georgia, Times, "Times New Roman", serif;
  padding: 14px 38px 0 10px;
  margin: 3px 0 0 0;
}
article .content .h-inCut .inCut__head {
  margin: 15px 0 0 0;
}
article .content .h-inCut .inCut__head a {
  color: #fff;
  text-decoration: none;
}
article .content .h-inCut .inCut__head a:hover {
  text-decoration: underline;
}
article .content .h-inCut .inCut__head h3 {
  font: bold normal 1.25em / 1.25 "Helvetica Neue", Helvetica, Arial, sans-serif;
  clear: both;
}
article .content .h-inCut .inCut__head h3:hover a {
  text-decoration: underline;
}
article .content .h-inCut .inCut__head p {
  font: normal normal 14px / 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
article .content .h-inCut .inCut__head:before {
  content: "";
  display: block;
  border: 0;
  background: #4e4e4e;
  height: 1px;
  position: relative;
  top: -17px;
  width: 385px;
  float: right;
}
article .content .h-inCut .inCut:first-child .inCut__head:before {
  display: none;
}
@media only screen and (max-width: 769px) {
  body article .content .h-inCut .inCut .inCut__cover {
    margin: 0 auto 3px auto;
    padding: 0;
  }
  body article .content .h-inCut .inCut .inCut__cover img {
    max-width: 100%;
  }
  body article .content .h-inCut .inCut .inCut__head {
    padding: 0 0.3571rem 0.3571rem;
  }
  body article .content .h-inCut .inCut .inCut__head h3 {
    padding: 0;
  }
}
.liveCommentators + .liveBlock {
  margin-top: 0;
}
.liveBlockEntry + .liveBlockHead {
  margin-top: 20px!important;
}
.liveCommentators {
  color: #575757;
}
.liveCommentators__user {
  color: #333;
  font: bold italic 14px / 14px Georgia, Times, "Times New Roman", serif;
  color: #575757;
}
.liveCommentators__user:after {
  content: ', ';
}
.liveCommentators__user:last-child:after {
  content: '';
}
.liveCommentators span {
  font: bold normal 12px / 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body .entryBody .liveBlock {
  margin-top: 19px;
}
body .entryBody .liveBlockHead {
  border-top: 1px solid #575757;
  border-bottom: 1px solid #b5b5b5;
}
body .entryBody .liveBlockHead + .liveBlockEntry {
  margin-top: 3px;
  border-top-width: 0!important;
}
body .entryBody .liveBlockHead + .liveBlockEntry.liveBlockEntry_starred {
  border-top-width: 1px!important;
}
body .entryBody .liveBlockHead__pic {
  float: left;
  height: 30px;
}
body .entryBody .liveBlockHead__user {
  float: left;
  margin: 7px 0 0 8px;
  font: bold normal 14px / 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  text-decoration: none;
}
body .entryBody .liveBlockHead__user:hover {
  color: #f00;
}
body .entryBody .liveBlockHead_starred {
  border: 0;
  width: 60px;
  height: 60px;
  float: left;
  margin-top: 35px!important;
}
body .entryBody .liveBlockEntry {
  margin-top: 5px;
  border-top: 1px solid #b5b5b5;
}
body .entryBody .liveBlockEntry:last-child {
  border-bottom: 0;
}
body .entryBody .liveBlockEntry__content {
  float: left;
  width: 590px;
}
body .entryBody .liveBlockEntry__content p {
  line-height: 21px;
  margin-bottom: 6px;
}
body .entryBody .liveBlockEntry__instagram {
  margin-bottom: 10px;
}
body .entryBody .liveBlockEntry time {
  font-family: Georgia, Times, "Times New Roman", serif;
  top: 1px;
  position: relative;
  width: 60px;
  float: left;
  font-size: 14px;
  color: #575757;
}
body .entryBody .liveBlockEntry span.colored-text {
  display: block;
  font: bold normal 20px / 22px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 11px 0 31px;
}
body .entryBody .liveBlockEntry .media.video dd iframe.twitter-tweet {
  margin: 0 !important;
}
body .entryBody .liveBlockEntry .media.video dd {
  text-align: left;
}
body .entryBody .liveBlockEntry dl.media.image {
  max-width: 100%;
}
body .entryBody .liveBlockEntry .gallery_article {
  width: 575px;
}
body .entryBody .liveBlockEntry .gallery_article .g-blockBend {
  background-position: -65px bottom;
}
body .entryBody .liveBlockEntry .gallery_article .gallery__controls__prev_article.gallery__controls__prev,
body .entryBody .liveBlockEntry .gallery_article .gallery__controls__next_article.gallery__controls__next {
  margin-top: -14px;
  top: 185px;
}
body .entryBody .liveBlockEntry .imageGallery {
  width: 590px;
}
body .entryBody .liveBlockEntry .imageGallery .play {
  left: 281px;
}
body .entryBody .liveBlockEntry .imageGallery .image {
  width: 578px;
}
body .entryBody .liveBlockEntry .imageGallery .image ul li {
  width: 578px;
}
body .entryBody .liveBlockEntry .imageGallery .image ul li img {
  max-width: 100%;
}
body .entryBody .liveBlockEntry .imageGallery .description {
  width: 590px;
}
body .entryBody .liveBlockEntry .imageGallery .description ul li {
  width: 590px;
}
body .entryBody .liveBlockEntry .imageGallery .navigation {
  width: 590px;
}
body .entryBody .liveBlockEntry .imageGallery .navigation ul li.left,
body .entryBody .liveBlockEntry .imageGallery .navigation ul li.right {
  width: 290px;
}
body .entryBody .liveBlockEntry_starred {
  float: left;
  width: 529px;
  margin: 35px 0 35px 25px!important;
  position: relative;
  padding: 13px 17px;
  border: #ff4444 solid 1px !important;
}
body .entryBody .liveBlockEntry_starred time,
body .entryBody .liveBlockEntry_starred .liveBlockHead__user {
  float: none;
}
body .entryBody .liveBlockEntry_starred time {
  top: 0px;
  line-height: 14px;
}
body .entryBody .liveBlockEntry_starred .liveBlockEntry__content {
  margin: 6px 0 0 0;
  float: none;
  width: auto;
}
body .entryBody .liveBlockEntry_starred .liveBlockEntry__content p {
  font: italic 14px / 24px Georgia, Times, "Times New Roman", serif;
  text-align: left;
}
body .entryBody .liveBlockEntry_starred:after {
  content: "";
  position: absolute;
  top: 25px;
  left: -19px;
  border-top: 18px solid transparent;
  border-right: 18px solid #ff4444;
  display: block;
  visibility: visible;
  width: 0;
  z-index: 1;
}
body .entryBody .liveBlockEntry_starred:before {
  content: "";
  position: absolute;
  top: 25px;
  left: -17px;
  border-top: 17px solid transparent;
  border-right: 17px solid #fff;
  display: block;
  width: 0;
  z-index: 2;
}
.liveBlock__item {
  overflow: hidden;
}
.liveBlock__showLatest {
  display: none;
  position: fixed;
  z-index: 9999999999;
  cursor: pointer;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.25);
  top: 10%;
  left: 50%;
  margin-left: -457px;
  width: 650px;
  height: 25px;
  background-color: #eeeeee;
  text-align: center;
  font-size: 1.17em;
  font-weight: bold;
  color: #666;
  border: 1px solid #fff;
  padding: 6px 0;
}
.liveBlock__showLatest._stoppedTop {
  position: absolute;
  top: 0;
  margin-left: -325px;
}
.liveBlock__showLatest._stoppedBottom {
  position: absolute;
  bottom: 0;
  top: auto;
  margin-left: -325px;
}
.liveBlock__showLatest._desc:before {
  background-position: -28px -231px;
}
.liveBlock__showLatest:before {
  content: "";
  display: inline-block;
  background-image: url("/i/ico.png");
  background-repeat: no-repeat;
  margin-right: 6px;
  position: relative;
  top: 4px;
  background-position: -10px -231px;
  width: 17px;
  height: 19px;
}
@media (min-width: 770px) {
  article .content .quiz .quiz__line .stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
  }
  article .content .quiz .quiz__line .stick {
    width: 100%;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    background-color: #ccc;
    height: 2px;
    top: 49px;
    left: 0;
    position: absolute;
  }
  article .content .quiz .quiz__line li {
    width: 6px;
    height: 6px;
    border-radius: 12px;
    border: 3px solid #ccc;
    background-color: #fff;
    vertical-align: top;
    display: inline-block;
    padding: 0;
    position: relative;
    z-index: 100;
  }
  article .content .quiz .quiz__line li:before {
    display: none;
  }
  article .content .quiz .quiz__line li span {
    font-family: Georgia, Times, "Times New Roman", serif;
    position: absolute;
    top: -36px;
  }
  article .content .quiz .quiz__line li:nth-child(2n) span {
    top: 15px;
  }
  article .content .quiz .quiz__line li.current {
    background-color: #fff;
  }
  article .content .quiz .quiz__line li.current span {
    text-align: center;
    padding-top: 18px;
    width: 46px;
    height: 38px;
    top: -61px;
    left: -20px;
    background: url('/i/entry/prepare-body/quiz/sprite.png') no-repeat -7px -16px;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 13px;
    line-height: 13px;
  }
  article .content .quiz .quiz__line li.current:nth-child(2n) span {
    background-position: -65px -16px;
    height: 67px;
    top: 13px;
    padding-top: 25px;
  }
  article .content .quiz .quiz__header .quiz__summary,
  article .content .quiz .quiz__header .quiz__summary p {
    font: normal normal 18px / 25px "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  article .content .quiz .quiz__header .quiz__answersCount {
    font: bold normal 18px / 36px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 14px 0;
    padding: 15px 0 0 0;
  }
  article .content .quiz .quiz__header h3 {
    padding-top: 40px;
    color: #333;
    font: bold italic 18px / 25px Georgia, Times, "Times New Roman", serif;
    margin-bottom: 23px;
  }
  article .content .quiz .quiz__header .right dt {
    font: bold normal 16px / 28px "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  article .content .quiz .quiz__header .right dd {
    font: normal normal 16px / 25px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 9px 0 41px 0;
  }
  article .content .quiz .quiz__header .right dd p {
    font: normal normal 16px / 25px "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  article .content .quiz .quiz__answer {
    font-size: 12px;
    margin-bottom: 19px;
  }
  article .content .quiz__answerResult .quiz__question {
    color: #333;
    font: bold italic 18px / 25px Georgia, Times, "Times New Roman", serif;
    margin-bottom: 18px;
  }
  article .content .quiz__answerResult .quiz__question p {
    color: #333;
    font: bold italic 18px / 25px Georgia, Times, "Times New Roman", serif;
    margin-bottom: 18px;
  }
  article .content .quiz__answerResult-final .quiz__question-result p,
  article .content .quiz__answerResult-final .quiz__question-result {
    font: normal normal 14px / 18px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 0;
  }
  article .content .quiz__answerResult-final .quiz__answer,
  article .content .quiz__answerResult-final .quiz__answer-descr,
  article .content .quiz__answerResult-final .quiz__answer-descr p {
    font-size: 12px;
    line-height: 19px;
    margin-bottom: 17px;
  }
  article .content .quiz__share {
    margin: 8px 0 0 0;
    float: right;
  }
  article .content .quiz__share p {
    color: #333;
    font: bold italic 14px / 18px Georgia, Times, "Times New Roman", serif;
    color: #000;
    display: inline-block;
    margin: 0 11px 0 0;
  }
  article .content .quiz__share ul.social-likes-color {
    float: none;
    padding: 0;
    margin: 0;
    display: inline;
  }
  article .content .quiz__share ul.social-likes-color li {
    top: 8px;
    position: relative;
  }
}
body.entry_quiz article .textSize {
  display: none;
}
body.entry_quiz article .entryBody h1 {
  margin-bottom: 28px;
}
body.entry_quiz article .entryBody h3.lead {
  margin-bottom: 33px;
}
article .content .quiz {
  clear: both;
}
article .content .quiz a {
  color: #f00;
  text-decoration: underline;
}
article .content .quiz .picture {
  text-align: center;
  margin-bottom: 30px;
}
article .content .quiz .picture img {
  border-radius: 50%;
  border-width: 0;
  /*  height: 280px;
        width: 280px;*/
}
article .content .quiz .quiz__line {
  padding: 45px 0 0 0;
  margin-bottom: 30px;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
  position: relative;
}
article .content .quiz .quiz__line li span {
  font-family: Georgia, Times, "Times New Roman", serif;
}
article .content .quiz .quiz__line li.right {
  background-color: #000;
}
article .content .quiz .quiz__line li.wrong {
  background-color: #f00;
}
article .content .quiz .quiz__line li.wrong span {
  color: #f00;
}
article .content .quiz .quiz__header {
  text-align: center;
}
article .content .quiz .quiz__header .quiz__question,
article .content .quiz .quiz__header .quiz__question p {
  text-align: left;
}
article .content .quiz .quiz__header .quiz__answersCount {
  font-weight: bold;
  text-align: center;
}
article .content .quiz .quiz__header h3 {
  color: #f00;
}
article .content .quiz .quiz__header h3.good {
  color: #00af02;
}
article .content .quiz .quiz__header h3.bad {
  color: #f00;
}
article .content .quiz .quiz__header .quiz__answersCount + h3 {
  padding: 0;
}
article .content .quiz .quiz__header .wrong {
  display: none;
  min-height: 120px;
}
article .content .quiz .quiz__header .wrong h3 {
  padding-top: 52px;
}
article .content .quiz .quiz__header .right {
  display: none;
}
article .content .quiz .quiz__header .right dd {
  text-align: left;
}
article .content .quiz .quiz__header .right dd p {
  margin: 0;
  text-align: left;
}
article .content .quiz .quiz__header-hasTimer .quiz__header {
  text-align: left;
}
article .content .quiz .quiz__header-hasTimer .quiz__header .quiz__answersCount {
  margin: 0 0 14px 142px;
  text-align: left;
  min-height: 60px;
}
article .content .quiz .quiz__header-hasTimer .quiz__header .quiz__question {
  float: left;
  width: 505px;
  margin-top: 40px;
}
article .content .quiz .quiz__header-hasTimer .quiz__header .quiz__question p {
  text-align: left;
}
article .content .quiz .quiz__header-hasTimer .quiz__header .quiz__result.good {
  min-height: 80px;
}
article .content .quiz .quiz__header-hasTimer .quiz__header .quiz__answersCount + h3 {
  margin: -25px 0 0 142px;
}
article .content .quiz .quiz__header-hasTimer .right dd p {
  text-align: left;
}
article .content .quiz .quiz__header-hasTimer .right dt {
  min-height: 85px;
}
article .content .quiz .quiz__header-hasTimer .quiz__timer {
  background: url('/i/entry/prepare-body/quiz/sprite.png') no-repeat -116px -17px;
  text-align: center;
  width: 96px;
  height: 119px;
  float: left;
  margin: 0 48px 0 0;
}
article .content .quiz .quiz__header-hasTimer .quiz__timer time {
  display: none;
  padding: 53px 0 0 0;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 24px;
  line-height: 24px;
  color: #000;
}
article .content .quiz .quiz__header-hasTimer .quiz__timer time span:last-child {
  color: #f00;
}
article .content .quiz .quiz__header-hasTimer .quiz__timer-remain time {
  display: inline-block;
}
article .content .quiz__answerResult {
  text-align: center;
}
article .content .quiz__answerResult p {
  text-align: center;
}
article .content .quiz__answerResult ul {
  padding-left: 0;
  margin: 0;
  clear: both;
}
article .content .quiz__answerResult ul li {
  border-top: 1px solid #ccc;
  list-style: none;
  color: #000;
  padding: 0;
}
article .content .quiz__answerResult ul li label {
  line-height: 13px;
  display: block;
  vertical-align: top;
  padding: 15px 0 15px 0;
  cursor: pointer;
}
article .content .quiz__answerResult ul li label input {
  margin: 0 7px 0 0;
  display: inline;
  vertical-align: top;
}
article .content .quiz__answerResult ul li label p {
  margin: 0;
  text-align: left;
  line-height: 1.3;
  display: inline-block;
  width: 625px;
}
article .content .quiz__answerResult .quiz__question {
  color: #000;
}
article .content .quiz__answerResult .quiz__question p {
  color: #000;
}
article .content .quiz__answerResult .quiz__question p:last-child {
  margin-bottom: 0;
}
article .content .quiz__answerResult .quiz__answer {
  color: #6c6c6c;
}
article .content .quiz__answerResult .quiz__answer span {
  color: #000;
}
article .content .quiz__answerResult-red {
  color: #f00;
}
article .content .quiz__answerResult-red .quiz__question,
article .content .quiz__answerResult-red .quiz__question p {
  color: #f00;
}
article .content .quiz__answerResult-red .quiz__answer span {
  color: #f00;
}
article .content .quiz__answerResult-final .quiz__number {
  display: block;
  border: 8px solid #efefef;
  border-radius: 50px;
  text-align: center;
  box-sizing: border-box;
  width: 49px;
  height: 49px;
  padding: 4px 0 0 3px;
  margin: 0 auto 2px;
  font: bold normal 18px / 22px Georgia, Times, "Times New Roman", serif;
}
article .content .quiz__answerResult-final .quiz__answer-descr p:last-child {
  margin-bottom: 0;
}
article .content .quiz a.quiz__arrow {
  display: inline-block;
  color: #333;
  font: bold italic 14px / 25px Georgia, Times, "Times New Roman", serif;
  color: #000;
  text-decoration: none;
  margin: 0px auto 100px auto;
}
article .content .quiz a.quiz__arrow:after {
  display: inline-block;
  width: 60px;
  height: 18px;
  background: url('/i/entry/prepare-body/quiz/sprite.png') no-repeat;
  background-position: 0 -73px;
  margin: 0 0 0 15px;
  content: "";
}
article .content .quiz a.quiz__arrow:hover {
  color: #f00;
  text-decoration: none;
}
article .content .quiz a.quiz__arrow:hover:after {
  background-position: 0 -91px;
}
article .content .quiz a.quiz__arrow-again {
  padding: 0 0 0 75px;
  background: url('/i/entry/prepare-body/quiz/sprite.png') no-repeat;
  background-position: 0 9px;
}
article .content .quiz a.quiz__arrow-again:hover {
  background-position: 0 -142px;
}
article .content .quiz a.quiz__arrow-again:after {
  display: none;
}
article .content .quiz a.quiz__arrow-final {
  float: left;
  margin-bottom: 37px;
}
article .content .quiz__result {
  color: #333;
  font: bold italic 18px / 36px Georgia, Times, "Times New Roman", serif;
  color: #00af02;
}
article .content .quiz__form {
  width: 250px;
  margin: auto;
  text-align: left;
}
article .content .quiz__form p {
  font: bold normal 14px / 18px Georgia, Times, "Times New Roman", serif;
  text-align: center;
  margin: 30px -100px 23px -100px;
}
article .content .quiz__form input[type="text"] {
  box-sizing: border-box;
  width: 238px;
  height: 27px;
  padding: 4px 5px;
  margin: 0 0 14px 0;
  border: 1px solid #c3c3c3;
  border-bottom-color: #ddd;
  border-top-color: #7c7c7c;
  color: #757575;
  font-size: 14px;
  box-shadow: inset 0 1px 0 0 #c3c3c3;
}
article .content .quiz__form input[type="text"].error {
  color: red;
  border-color: red;
}
article .content .quiz__form input[type="submit"] {
  border-radius: 3px;
  color: #08335F;
  font: bold normal 12px / 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 5px 14px;
  border: 1px solid #b8b8b8;
  background: #f8f8f8;
  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
  cursor: pointer;
}
body.entry_134539 article .content .quiz .picture img,
body.entry_133874 article .content .quiz .picture img,
body.entry_133725 article .content .quiz .picture img,
body.entry_132384 article .content .quiz .picture img,
body.entry_127385 article .content .quiz .picture img,
body.entry_126007 article .content .quiz .picture img,
body.entry_117974 article .content .quiz .picture img,
body.entry_115815 article .content .quiz .picture img,
body.entry_111239 article .content .quiz .picture img,
body.entry_106743 article .content .quiz .picture img,
body.entry_105788 article .content .quiz .picture img {
  border-radius: 0;
}
body.entry_122604 .snobLike,
body.entry_122604 .entry__telegram,
body.entry_122604 .block_relatedEntries,
body.entry_122604 .entryLinkContainer {
  display: none;
}
body.entry_122604 .picture {
  height: 341px;
  background-size: cover;
  background-image: url("/i/promotion/koreair/result-2.png");
}
body.entry_122604 .picture img {
  display: none;
}
body.entry_122604 article .content .quiz {
  margin-top: 30px;
}
body.entry_122604 article .content .quiz .answer__image {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  margin-left: -10px;
  border: 4px solid transparent;
  cursor: pointer;
}
body.entry_122604 article .content .quiz .answer__image:hover {
  outline: 0;
  border: 4px solid #0066b3;
  border-radius: 50%;
}
body.entry_122604 article .content .quiz h2 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  left: -10px;
}
body.entry_122604 article .content .quiz .quiz__answerResult ul li {
  text-align: center;
}
body.entry_122604 article .content .quiz .stick {
  border-top: 1px solid #0066b3;
  border-bottom: 1px solid #0066b3;
  background-color: #0066b3;
  height: 0;
  top: 50px;
}
body.entry_122604 article .content .quiz .quiz__line li {
  border: 3px solid #0066b3;
}
body.entry_122604 article .content .quiz .quiz__line li.right {
  background-color: #7dd5ff;
}
body.entry_122604 article .content .quiz .quiz__line li.current {
  background-color: transparent;
  border-color: transparent;
}
body.entry_122604 article .content .quiz .quiz__line li.current span {
  width: 48px;
}
body.entry_122604 article .content .quiz__answerResult ul {
  border: none;
}
@media only screen and (max-width: 769px) {
  body .entryBody .content .quiz .quiz__line li:before {
    display: none;
  }
}
@media (min-width: 770px) {
  body.entry_122604 article .content .quiz .quiz__answerResult {
    margin-top: 50px;
  }
  body.entry_122604 article .content .quiz .quiz__line li.current span {
    background: url(/i/promotion/koreair/bubble.png) no-repeat;
    color: #fff;
  }
  body.entry_122604 article .content .quiz .quiz__line li.current:after {
    content: '';
    display: block;
    margin-top: -11px;
    margin-left: -13px;
    width: 29px;
    height: 29px;
    background: url("/i/promotion/koreair/aircraft.png") no-repeat;
  }
  body.entry_122604 article .content .quiz .quiz__line li:nth-child(2n).current span {
    background: url(/i/promotion/koreair/bubble-up.png) no-repeat;
  }
}
@media (min-width: 770px) {
  .h-entryBattle .entryBattle__side {
    width: 298px;
    float: left;
  }
  .h-entryBattle .entryBattle__swords {
    float: left;
    margin: 25px 5px 0;
  }
  .h-entryBattle .entryBattle__rating {
    width: 298px;
    float: left;
  }
  .h-entryBattle .entryBattle__user a.userInSubject {
    font-size: 15px;
  }
}
.h-entryBattle {
  margin-bottom: 23px;
}
.h-entryBattle .entryBattle__side {
  text-align: right;
}
.h-entryBattle .entryBattle__side-right {
  text-align: left;
}
.h-entryBattle .entryBattle__side-right .entryBattle__user a {
  float: left;
  text-align: left;
}
.h-entryBattle .entryBattle__side-right .entryBattle__user a img {
  margin: 0 10px 0 5px;
}
.h-entryBattle .entryBattle__side-right .entryBattle__rating span {
  float: right;
}
.h-entryBattle .entryBattle__side-right .entryBattle__rating .entryBattle__number {
  margin: -3px 10px 0 0;
}
.h-entryBattle .entryBattle__user {
  text-align: right;
}
.h-entryBattle .entryBattle__user a {
  display: block;
  float: right;
}
.h-entryBattle .entryBattle__user a img {
  margin: 0 5px 0 10px;
}
.h-entryBattle .entryBattle__user a + a {
  max-width: 200px;
}
.h-entryBattle .entryBattle__cloud {
  border: 4px solid #dadada;
  padding: 15px 13px 13px 13px;
  color: #000040;
  margin: 27px 0 0 0;
  position: relative;
}
.h-entryBattle .entryBattle__cloudBorder {
  background: url('/i/entry/battle/battle_border.png');
  width: 15px;
  height: 19px;
  position: absolute;
  right: 53px;
  top: -19px;
}
.h-entryBattle .entryBattle__cloudBorder-right {
  background-position: -15px 0;
  left: 53px;
  right: auto;
}
.h-entryBattle .entryBattle__cloud h4 {
  font-family: arial;
  font-weight: bold;
  font-size: 1.25em;
}
.h-entryBattle .entryBattle__cloudText {
  font-family: Arial, sans-serif;
  margin-top: 10px;
}
.h-entryBattle .entryBattle__cloudText p {
  font-size: 15px;
  line-height: 19px;
  text-align: inherit;
  margin: 0;
}
.h-entryBattle .entryBattle__swords {
  background: url('/i/entry/battle/swords.png');
  width: 32px;
  height: 30px;
}
.h-entryBattle .entryBattle__rating {
  margin-top: 10px;
  text-align: right;
}
.h-entryBattle .entryBattle__rating span {
  display: block;
  float: left;
}
.h-entryBattle .entryBattle__rating .entryBattle__like {
  width: 28px;
  height: 28px;
  background: url('/i/entry/battle/like.png') no-repeat center center;
  background-color: #f17815;
}
.h-entryBattle .entryBattle__rating .entryBattle__number {
  font-size: 35px;
  line-height: 35px;
  font-family: Arial, sans-serif;
  margin: -3px 0 0 10px;
  color: #f17815;
}
.h-entryBattle .entryBattle__rating .entryBattle__likeContainer.entryBattle__green .entryBattle__number {
  color: #22a70f;
}
.h-entryBattle .entryBattle__rating .entryBattle__likeContainer.entryBattle__green .entryBattle__like {
  background-color: #22a70f;
}
.h-entryBattle .entryBattle__rating.entryBattle__side-right .entryBattle__like {
  float: right;
}
.h-entryBattle .entryBattle__rating.entryBattle__side-right .entryBattle__number {
  float: right;
  margin-right: 10px;
}
.h-entryBattle .h-entryBattleTotal {
  padding-top: 40px;
  background: url('/i/entry/battle/shadow.png') no-repeat center top;
}
.h-entryBattle .h-entryBattleTotal .entryBattleTotal {
  float: left;
  width: 27%;
}
.h-entryBattle .h-entryBattleTotal .entryBattleTotal a,
.h-entryBattle .h-entryBattleTotal .entryBattleTotal span {
  float: left;
}
.h-entryBattle .h-entryBattleTotal .entryBattleTotal__number {
  font-size: 35px;
  line-height: 35px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  margin: -3px 0 0 10px;
}
.h-entryBattle .h-entryBattleTotal .entryBattleTotal__separator {
  width: 25px;
  display: inline-block;
}
.h-entryBattle .h-entryBattleTotal .entryBattleTotal-right {
  width: 30.4%;
}
.h-entryBattle .h-entryBattleTotal .entryBattleTotal-right a,
.h-entryBattle .h-entryBattleTotal .entryBattleTotal-right span {
  float: right;
}
.h-entryBattle .h-entryBattleTotal .entryBattleTotal-right .entryBattleTotal__number {
  margin: -3px 10px 0 0;
}
.h-entryBattle .h-entryBattleTotal .entryBattleTotal__score {
  float: left;
  font-size: 20px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 14px;
}
/*
 * blueimp Gallery CSS 2.11.1
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Prevent artifacts in Mozilla Firefox: */
  -moz-backface-visibility: hidden;
}
.blueimp-gallery > .slides > .slide > .slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}
.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none;
}
.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  /* Set the carousel width/height ratio to 16/9: */
  padding-bottom: 56.25%;
  box-shadow: 0 0 10px #000;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.blueimp-gallery-display {
  display: block;
  opacity: 1;
}
.blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.blueimp-gallery-carousel > .slides {
  position: absolute;
}
.blueimp-gallery > .slides > .slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.blueimp-gallery > .slides > .slide-loading {
  background: url(../img/loading.gif) center no-repeat;
  background-size: 64px 64px;
}
.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0;
}
.blueimp-gallery > .slides > .slide-error {
  background: url(../img/error.png) center no-repeat;
}
.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none;
}
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  cursor: pointer;
  display: none;
}
.blueimp-gallery > .next {
  left: auto;
  right: 15px;
}
.blueimp-gallery > .close,
.blueimp-gallery > .title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.8;
  display: none;
}
.blueimp-gallery > .close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
}
.blueimp-gallery > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url(../img/play-pause.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
.blueimp-gallery-playing > .play-pause {
  background-position: -15px 0;
}
.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .play-pause:hover {
  color: #fff;
  opacity: 1;
}
.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
  display: none;
}
.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide-error {
  background-image: url(../img/error.svg);
}
body:last-child .blueimp-gallery > .play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url(../img/play-pause.svg);
}
body:last-child .blueimp-gallery-playing > .play-pause {
  background-position: -20px 0;
}
/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide {
  min-height: 300px;
}
* + html .blueimp-gallery > .slides > .slide > .slide-content {
  position: relative;
}
@media (min-width: 770px) {
  .gallery {
    margin-bottom: 30px;
  }
  .gallery .blueimp-gallery-carousel {
    display: block!important;
  }
  .gallery_article .blueimp-gallery-carousel {
    padding-bottom: 65%;
  }
  .gallery_article .gallery__controls__prev_article.gallery__controls__prev {
    left: -15px;
    margin-top: -25px;
    top: 235px;
  }
  .gallery_article .gallery__controls__next_article.gallery__controls__next {
    right: -15px;
    margin-top: -25px;
    top: 235px;
  }
}
.gallery {
  position: relative;
}
.gallery .blueimp-gallery-carousel {
  box-shadow: none ;
  background: transparent;
  box-sizing: border-box;
}
.gallery .blueimp-gallery-carousel.blueimp-gallery-display {
  background: #fff;
}
.gallery .blueimp-gallery {
  position: relative;
  background: transparent;
  box-shadow: none;
}
.gallery .blueimp-gallery > .slides > .loader_layout {
  background: url(../img/loading.gif) center no-repeat;
  background-size: 64px 64px;
}
.gallery .gallery__description.gallery__description_article {
  font-size: 12px;
  line-height: 18px;
  color: #737373;
}
.gallery .gallery__description.gallery__description_article p {
  font-size: 12px;
  line-height: 18px;
}
.gallery__source_article {
  color: #737373;
  font-family: Tahoma, sans-serif;
  font-size: 10px;
  line-height: 12px;
  margin: -20px 0 0 0;
}
.gallery__controls__next_article.gallery__controls__next,
.gallery__controls__prev_article.gallery__controls__prev {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 20px;
  height: 28px;
  cursor: pointer;
}
.gallery__controls__next_article.gallery__controls__next {
  background: url(/i/ico.png) no-repeat -96px -5px;
  right: 0;
}
.gallery__controls__next_article.gallery__controls__next:hover {
  background-position: -96px -43px;
}
.gallery__controls__prev_article.gallery__controls__prev {
  background: url(/i/ico.png) no-repeat -118px -5px;
  left: 0;
}
.gallery__controls__prev_article.gallery__controls__prev:hover {
  background-position: -118px -43px;
}
.gallery__controls__playPause {
  position: absolute;
  z-index: 2048;
  left: 50%;
  margin-left: -15px;
  background: url('/i/new/i-entryGalleryPlay.png') no-repeat 1px 1px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.gallery__controls__playPause.play {
  background-image: url('/i/new/i-entryGalleryPlay.png');
}
.gallery__controls__playPause.pause {
  background-image: url('/i/new/i-entryGalleryPause.png');
}
.gallery__controls__dots {
  text-align: center;
  margin-top: 10px;
}
.gallery__controls__dots__item {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(/i/gallery/numbers-sprite.png) no-repeat 0 -20px;
  margin: 0 3px;
}
.gallery__controls__dots__item:hover,
.gallery__controls__dots__item.gdot_active {
  background-position: 0 0;
}
.gallery__controls__dots .gdot_0 {
  background-position: -20px -20px;
}
.gallery__controls__dots .gdot_0:hover,
.gallery__controls__dots .gdot_0.gdot_active {
  background-position: -20px 0;
}
.gallery__controls__dots .gdot_1 {
  background-position: -40px -20px;
}
.gallery__controls__dots .gdot_1:hover,
.gallery__controls__dots .gdot_1.gdot_active {
  background-position: -40px 0;
}
.gallery__controls__dots .gdot_2 {
  background-position: -60px -20px;
}
.gallery__controls__dots .gdot_2:hover,
.gallery__controls__dots .gdot_2.gdot_active {
  background-position: -60px 0;
}
.gallery__controls__dots .gdot_3 {
  background-position: -80px -20px;
}
.gallery__controls__dots .gdot_3:hover,
.gallery__controls__dots .gdot_3.gdot_active {
  background-position: -80px 0;
}
.gallery__controls__dots .gdot_4 {
  background-position: -100px -20px;
}
.gallery__controls__dots .gdot_4:hover,
.gallery__controls__dots .gdot_4.gdot_active {
  background-position: -100px 0;
}
.gallery__controls__dots .gdot_5 {
  background-position: -120px -20px;
}
.gallery__controls__dots .gdot_5:hover,
.gallery__controls__dots .gdot_5.gdot_active {
  background-position: -120px 0;
}
.gallery__controls__dots .gdot_6 {
  background-position: -140px -20px;
}
.gallery__controls__dots .gdot_6:hover,
.gallery__controls__dots .gdot_6.gdot_active {
  background-position: -140px 0;
}
.gallery__controls__dots .gdot_7 {
  background-position: -160px -20px;
}
.gallery__controls__dots .gdot_7:hover,
.gallery__controls__dots .gdot_7.gdot_active {
  background-position: -160px 0;
}
.gallery__controls__dots .gdot_8 {
  background-position: -180px -20px;
}
.gallery__controls__dots .gdot_8:hover,
.gallery__controls__dots .gdot_8.gdot_active {
  background-position: -180px 0;
}
.gallery__controls__dots .gdot_9 {
  background-position: -200px -20px;
}
.gallery__controls__dots .gdot_9:hover,
.gallery__controls__dots .gdot_9.gdot_active {
  background-position: -200px 0;
}
.gallery__controls__dots .gdot_10 {
  background-position: -220px -20px;
}
.gallery__controls__dots .gdot_10:hover,
.gallery__controls__dots .gdot_10.gdot_active {
  background-position: -220px 0;
}
.gallery__controls__dots .gdot_11 {
  background-position: -240px -20px;
}
.gallery__controls__dots .gdot_11:hover,
.gallery__controls__dots .gdot_11.gdot_active {
  background-position: -240px 0;
}
.gallery__controls__dots .gdot_12 {
  background-position: -260px -20px;
}
.gallery__controls__dots .gdot_12:hover,
.gallery__controls__dots .gdot_12.gdot_active {
  background-position: -260px 0;
}
.gallery__controls__dots .gdot_13 {
  background-position: -280px -20px;
}
.gallery__controls__dots .gdot_13:hover,
.gallery__controls__dots .gdot_13.gdot_active {
  background-position: -280px 0;
}
.gallery__controls__dots .gdot_14 {
  background-position: -300px -20px;
}
.gallery__controls__dots .gdot_14:hover,
.gallery__controls__dots .gdot_14.gdot_active {
  background-position: -300px 0;
}
.gallery__controls__dots .gdot_15 {
  background-position: -320px -20px;
}
.gallery__controls__dots .gdot_15:hover,
.gallery__controls__dots .gdot_15.gdot_active {
  background-position: -320px 0;
}
.gallery__controls__dots .gdot_16 {
  background-position: -340px -20px;
}
.gallery__controls__dots .gdot_16:hover,
.gallery__controls__dots .gdot_16.gdot_active {
  background-position: -340px 0;
}
.gallery__controls__dots .gdot_17 {
  background-position: -360px -20px;
}
.gallery__controls__dots .gdot_17:hover,
.gallery__controls__dots .gdot_17.gdot_active {
  background-position: -360px 0;
}
.gallery__controls__dots .gdot_18 {
  background-position: -380px -20px;
}
.gallery__controls__dots .gdot_18:hover,
.gallery__controls__dots .gdot_18.gdot_active {
  background-position: -380px 0;
}
.gallery__controls__dots .gdot_19 {
  background-position: -400px -20px;
}
.gallery__controls__dots .gdot_19:hover,
.gallery__controls__dots .gdot_19.gdot_active {
  background-position: -400px 0;
}
body .navigationBar {
  box-shadow: none;
}
html {
  margin: 0 auto;
}
@media (min-width: 770px) {
  .photogallery .gallery_d {
    background-position: center 230px;
    min-height: 670px;
  }
  .photogallery .slides {
    height: 670px;
  }
}
.gallery {
  background: url("/i/gallery/preloader.gif") center 30% no-repeat;
}
.photogallery .gallery_d {
  color: #fff;
  border: none;
}
.photogallery .gallery_d a {
  color: #fff;
}
.photogallery .gallery_d .g-textUserLink {
  color: #fff !important;
}
.photogallery .gallery_d .blueimp-gallery {
  background: transparent;
  padding-bottom: 75%;
}
.photogallery .gallery_d .blueimp-gallery-carousel {
  margin-top: 0;
}
.photogallery .gallery_d .blueimp-gallery > .slides > .slide > .slide-content {
  height: auto;
}
.photogallery .gallery_d .gallery__controls {
  height: 30px;
  /*&__prev:hover,
    &__next:hover {
      opacity: 1;
    }*/
}
.photogallery .gallery_d .gallery__controls_counter {
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 9999999;
}
.photogallery .gallery_d .gallery__controls_top {
  position: absolute;
  top: 335px;
  z-index: 9999999;
  width: 100%;
}
.photogallery .gallery_d .gallery__controls_top .gallery__controls__prev_layout {
  margin-left: -38px;
  background-image: url(/i/entry/gallery_d/left_white.png);
}
.photogallery .gallery_d .gallery__controls_top .gallery__controls__prev_layout:hover {
  background-image: url(/i/entry/gallery_d/left_grey.png);
}
.photogallery .gallery_d .gallery__controls_top .gallery__controls__next_layout {
  margin-right: -38px;
  background-image: url(/i/entry/gallery_d/right_white.png);
}
.photogallery .gallery_d .gallery__controls_top .gallery__controls__next_layout:hover {
  background-image: url(/i/entry/gallery_d/right_grey.png);
}
.photogallery .gallery_d .gallery__controls_top .gallery__controls__prev_layout,
.photogallery .gallery_d .gallery__controls_top .gallery__controls__next_layout {
  position: absolute;
  width: 21px;
  height: 35px;
  background-repeat: no-repeat;
}
.photogallery .gallery_d .gallery__controls_bottom {
  float: right;
  margin: 20px 40px 0 0;
}
.photogallery .gallery_d .gallery__controls__prev,
.photogallery .gallery_d .gallery__controls__next {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.photogallery .gallery_d .gallery__controls__prev_layout,
.photogallery .gallery_d .gallery__controls__next_layout {
  width: 11px;
  height: 20px;
}
.photogallery .gallery_d .gallery__controls__prev_layout {
  left: 0;
  background: url("/i/gallery/prev.png") no-repeat;
}
.photogallery .gallery_d .gallery__controls__next_layout {
  right: 0;
  background: url("/i/gallery/next.png") no-repeat;
}
.photogallery .gallery_d .gallery__controls__i {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  padding-bottom: 5px;
  width: 54px;
  color: white;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 12px;
  text-align: center;
}
.photogallery .gallery_d .gallery__controls__prepos {
  color: #b8b8b8;
}
.photogallery .gallery_d .gallery__description_layout {
  position: relative;
  bottom: auto;
  width: 750px;
  height: auto;
  color: white;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 0 40px;
}
.photogallery .gallery_d .gallery__description_layout a {
  color: #f00;
  text-decoration: underline;
}
.photogallery .gallery_d .gallery__source_layout {
  position: relative;
  text-align: left;
  top: auto;
  width: 750px;
  font-size: 12px;
  color: #b6b6b6;
  margin: 20px 0 14px 40px;
}
@media (min-width: 770px) {
  body.photogallery {
    text-align: center;
    margin: 0 auto;
    /* print */
  }
  body.photogallery ::selection {
    background: transparent!important;
  }
  body.photogallery .entryBody {
    background: transparent;
    border: 0;
  }
  body.photogallery .h-layoutNarrow {
    background: none;
  }
  body.photogallery .h-layoutWide {
    background: #000000 url("/i/gallery/bg_photo.png") no-repeat center 100px;
    min-width: 990px;
  }
  body.photogallery .h-layoutNarrow .partnersNews h2 {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
    margin-left: 11px;
    text-align: left;
  }
  body.photogallery h3.lead {
    margin-bottom: 20px;
  }
  body.photogallery .entryBody .stuff-comments {
    width: 730px;
    position: absolute;
  }
  body.photogallery .entryBody {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 30px;
  }
  body.photogallery .mainLayout {
    padding-top: 0;
  }
  body.photogallery .entryBodyBreadcrumb a,
  body.photogallery .entryBody .tag a,
  body.photogallery .entryBody .entryBodyBreadcrumb,
  body.photogallery .entryBodyBreadcrumb a:hover {
    color: white !important;
  }
  body.photogallery .entryBody .meta a.author,
  body.photogallery .entryBody .meta a {
    color: #d2d2d2;
  }
  body.photogallery .footer,
  body.photogallery .mainLayout,
  body.photogallery header,
  body.photogallery .go-to-blog {
    margin: 0 auto !important;
    text-align: left;
  }
  body.photogallery .go-to-blog {
    width: 970px !important;
  }
  body.photogallery footer {
    width: 934px !important;
  }
  body.photogallery header {
    border: 0;
    background: white;
  }
  body.photogallery .goToBlog {
    border-top: 2px solid black;
  }
  body.photogallery .goToBlog__left {
    text-align: left;
  }
  body.photogallery .entryFeatures li:first-child a {
    margin-right: 7px!important;
  }
  body.photogallery .entryFeatures li a.take {
    background-position: -44px -173px;
  }
  body.photogallery .entryFeatures li a.forprint {
    background-position: -69px -173px;
  }
  body.photogallery .connect_widget .connect_widget_text,
  body.photogallery .entryBody h1,
  body.photogallery .entryBody h3 {
    color: white !important;
  }
  body.photogallery .entryFeatures li a.take.minus {
    background-position: -19px -173px;
  }
  body.photogallery .h-layoutNarrow .content-wrapper {
    text-align: center;
  }
  body.photogallery .mainLayout .content.left {
    overflow: inherit;
    height: auto;
    padding-bottom: 20px;
  }
  body.photogallery .comment-it {
    position: relative;
  }
  body.photogallery .tag,
  body.photogallery .social-likes {
    margin-left: 40px;
  }
  body.photogallery .social-likes {
    padding-bottom: 30px;
  }
  body.photogallery a.rss {
    position: absolute;
    right: 33px;
    top: 230px;
    *top: 200px;
    float: none;
    background: url("/i/i-rss-footer.png") 0 0 no-repeat;
    height: 34px;
    padding-left: 35px;
    padding-top: 5px;
  }
  body.photogallery .count-2 {
    right: 0;
  }
  body.photogallery .count-white {
    width: 990px;
  }
  body.photogallery .wrapper-count-white {
    background: #313131;
  }
  body.photogallery .level-1 .comment-foto-author {
    margin-left: 0;
  }
  body.photogallery .liveJournalRepost {
    text-align: left;
    z-index: 100012 !important;
  }
  body.photogallery .liveJournalRepost form {
    width: 332px;
  }
  body.photogallery .entryBody h1 span.userInSubject {
    color: #ffffff !important;
  }
  body.photogallery .print .layoutWrapper {
    background: transparent;
  }
  body.photogallery .print .mainLayout,
  body.photogallery .print .header,
  body.photogallery .print .go-to-blog,
  body.photogallery .print .footer,
  body.photogallery .print .p-gallery {
    width: 100% !important;
  }
  body.photogallery .print .header {
    border-bottom-width: 2px;
    border-bottom-style: solid;
  }
  body.photogallery .print .media.image dt,
  body.photogallery .print .main .media.image dd {
    position: relative;
    float: none;
    margin: 20 0px;
    left: 0;
    width: 100%;
    text-align: left !important;
  }
  body.photogallery .print .main dd.p-description,
  body.photogallery .print .main .media .image dd {
    margin: 0 0 20px 40px;
    font-family: Arial;
  }
  body.photogallery .print dt img {
    margin: 0 40px;
  }
  body.photogallery .print .main .media dd.p-description {
    display: block;
    color: #000000;
    top: 750px;
  }
  body.photogallery .print .connect_widget .connect_widget_text,
  body.photogallery .print .entryBody h1 {
    color: #000000 !important;
  }
  body.photogallery .print .entryBody h1 span.userInSubject {
    color: #000000 !important;
  }
  body.photogallery .partnersNews {
    background: #fff;
  }
  body.photogallery .partnersNews h2 {
    border: none;
  }
  body.photogallery .entryBody ul.social-likes li {
    margin-right: 14px;
  }
  body.photogallery .entryBody ul.social-likes li:last-child {
    margin-right: 0;
  }
  body.photogallery .p-photo,
  body.photogallery .p-description,
  body.photogallery .p-source {
    display: none;
  }
  body.photogallery .p-description {
    top: 780px;
  }
  body.photogallery .p-navigator {
    top: 760px;
  }
  body.photogallery .entryFeatures {
    margin: 43px 7px 11px 0 !important;
  }
  body.photogallery body .columnistsSocial {
    right: 26px;
  }
  body.photogallery .vk-item a,
  body.photogallery .social-likes__button_vkontakte {
    background-position: -48px -48px;
  }
  body.photogallery .vk-item a:hover,
  body.photogallery .social-likes__button_vkontakte:hover {
    background-position: -48px -72px;
  }
  body.photogallery .gplus,
  body.photogallery .social-likes__button_plusone {
    background-position: -24px -48px;
  }
  body.photogallery .gplus:hover,
  body.photogallery .social-likes__button_plusone:hover {
    background-position: -24px -72px;
  }
  body.photogallery .twitter,
  body.photogallery .social-likes__button_twitter {
    background-position: -72px -48px;
  }
  body.photogallery .twitter:hover,
  body.photogallery .social-likes__button_twitter:hover {
    background-position: -72px -72px;
  }
  body.photogallery .lj,
  body.photogallery .social-likes__button_livejournal {
    background-position: -96px -48px;
  }
  body.photogallery .lj:hover,
  body.photogallery .social-likes__button_livejournal:hover {
    background-position: -96px -72px;
  }
  body.photogallery .fb,
  body.photogallery .social-likes__button_facebook:hover {
    background-position: 0 -72px;
  }
  body.photogallery .social-likes__button_facebook {
    background-position: 0 -48px;
  }
  body.photogallery .social-likes__counter {
    border: 1px solid #666666;
    border-left: 0;
  }
  body.photogallery .social-likes__counter::before {
    background-position: -120px -24px;
  }
  body.photogallery .social-likes__button_surfingbird {
    background-position: -48px -96px;
  }
  body.photogallery .social-likes__button_surfingbird:hover {
    background-position: -72px -96px;
  }
  body.photogallery .social-likes__button_odnoklassniki {
    background-position: -24px -120px;
  }
  body.photogallery .social-likes__button_odnoklassniki:hover {
    background-position: -24px -144px;
  }
  body.entry_97572 .h-layoutWide {
    background: #2c2c2c url(/i/entry/prokhorova.jpg) no-repeat center 179px !important;
  }
  body.entry_97572 .entryFeatures {
    display: none;
  }
  body.entry_97572 .entryBody .columnistsSocial {
    top: -25px;
  }
  body.entry_97572 .entryBody h1 {
    width: 470px;
  }
  body.entry_97572 .entryBody h3 {
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
  }
  body.entry_97572 .gallery_d .gallery__source_layout,
  body.entry_97572 .gallery_d .gallery__description_layout {
    margin-left: 0 ;
  }
  body.entry_97572 .tag,
  body.entry_97572 .social-likes {
    margin-left: 0px;
  }
}
.goToEventButton {
  display: block;
  cursor: pointer;
  background: url(/i/entry/event-go-button.jpg) no-repeat;
  width: 108px;
  height: 52px;
  font: bold normal 14px / 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding: 23px 0 0 67px;
}
.goToEventButton_transparent {
  background: url(/i/entry/goToEvent_transparent.png) no-repeat;
  padding-left: 43px;
  width: 134px;
  font-size: 13px;
  text-align: center;
}
.entryBody .content a.goToEventButton {
  color: #fff;
  text-decoration: none;
}
.modal_goToEvent {
  top: 50%;
  margin-top: -140px;
}
.modal_goToEvent .modal-dialog {
  width: 350px;
  border: 1px solid #fff;
  background: #eee;
  padding: 10px 14px 30px 14px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  font: bold normal 14px / 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666;
  text-shadow: 0 1px 0 #fffefe;
}
.modal_goToEvent .modal-header {
  font-style: italic;
  border-bottom: 1px dotted #999;
  padding: 7px 0 15px;
}
.modal_goToEvent .modal-body {
  border-top: 1px dotted #fff;
  padding-top: 20px;
}
.modal_goToEvent .modal-body .form-group {
  position: relative;
  margin-bottom: 22px;
}
.modal_goToEvent .modal-body .form-group_nolable {
  margin: 0 0 6px 126px;
}
.modal_goToEvent .modal-body .form-group.invalid:before {
  content: '';
  clear: both;
  display: block;
  position: absolute;
  top: 5px;
  right: 6px;
  overflow: hidden;
  background: url('/i/subscribe/ok_no.png') no-repeat;
  width: 19px;
  height: 19px;
}
.modal_goToEvent .modal-body .form-group:nth-child(2) {
  margin-bottom: 6px;
}
.modal_goToEvent .modal-body div label {
  padding-left: 10px;
  min-width: 116px;
  display: block;
  float: left;
  line-height: 28px;
}
.modal_goToEvent .modal-body div input {
  float: left;
}
.modal_goToEvent .modal-body .goToEvent__error {
  clear: both;
  margin: 0 0 0 106px;
  font-size: 12px;
  line-height: 15px;
  color: #f00;
  padding-top: 2px;
}
.modal_goToEvent .modal-body .goToEvent__mail {
  display: block;
  clear: both;
  font-size: 14px;
  margin: 18px 0 0 10px;
  text-align: left;
}
.modal_goToEvent .modal-body .goToEvent__example {
  clear: both;
  padding-top: 2px;
  margin: 0 0 0 126px;
  text-shadow: none;
  font-weight: normal;
}
.modal_goToEvent .modal-body input[type="text"],
.modal_goToEvent .modal-body textarea {
  height: 26px;
  border: 1px solid #c3c3c3;
  border-top-color: #7c7c7c;
  border-bottom-color: #ddd;
  background: #fff;
  box-shadow: inset 0 1px 1px #ccc;
  color: #000;
  width: 210px;
  padding: 0 5px;
  font-size: 14px;
  line-height: 20px;
}
.modal_goToEvent .modal-body textarea {
  font: normal normal 14px / 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 80px;
}
.modal_goToEvent .modal-body .goToEvent__label_italic {
  line-height: 14px;
}
.modal_goToEvent .modal-body em {
  text-shadow: none;
  font-weight: normal;
}
.modal_goToEvent .modal-body input[type="submit"] {
  display: block;
  padding: 10px 16px;
  border: 0;
  font: bold normal 24px / 24px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  cursor: pointer;
  background: #dd3035;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dd3035 0%, #b60711 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dd3035), color-stop(100%, #b60711));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dd3035 0%, #b60711 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dd3035 0%, #b60711 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dd3035 0%, #b60711 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #dd3035 0%, #b60711 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd3035', endColorstr='#b60711', GradientType=0);
  /* IE6-9 */
  -webkit-box-shadow: 0 1px 2px 0 rgba(16, 16, 18, 0.75);
  box-shadow: 0 1px 2px 0 rgba(16, 16, 18, 0.75);
}
.modal_goToEvent .modal-body input[type="submit"]:hover {
  background: #de2829;
  /* Old browsers */
  background: -moz-linear-gradient(top, #de2829 0%, #a50008 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #de2829), color-stop(100%, #a50008));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #de2829 0%, #a50008 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #de2829 0%, #a50008 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #de2829 0%, #a50008 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #de2829 0%, #a50008 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#de2829', endColorstr='#a50008', GradientType=0);
  /* IE6-9 */
}
@media (min-width: 770px) {
  article.entryBody.entryBody-magazine ul.social-likes {
    margin-top: 28px;
  }
}
/* repost from entry */
/*
.repost-thread {
  position:absolute;
  left:509px;
  width: 200px;
}
.repost-thread-list, .entryBody ul.repost-thread-list {
  overflow: hidden;
  float:right;
  padding:0;
  margin: 0 18px 23px 0;
}*/
.repost-thread .repost-thread-item {
  float: left;
  margin: 0 0 0 5px;
  list-style-image: none;
  display: block;
}
.repost-thread .repost-thread-item .link {
  font: normal 10px/17px Arial;
  color: #333;
}
/*facebook plugin*/
body .fb_iframe_widget_lift {
  z-index: 650;
}
/* social-likes */
article .social-likes {
  padding: 0;
  margin: 28px 0 10px 0;
}
.everyday-culture ul.social-likes li,
.entryBody ul.social-likes li,
.stuff ul.social-likes li,
.gosdep_top ul.social-likes li {
  list-style-image: none;
  margin-right: 15px;
  padding-left: 0;
  float: left;
}
.entryBody .icon,
.vk-item a,
.gplus,
ul.social-likes li .icon,
span.social-likes__button {
  background-image: url("/i/socicons.png");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  font-size: 1px;
  cursor: pointer;
}
.social-likes__button_facebookQuote:hover {
  background-position: 0 -24px;
}
.social-likes__button_twitterQuote {
  background-position: -72px 0;
}
.social-likes__button_twitterQuote:hover {
  background-position: -72px -24px;
}
.social-likes__button_vkontakteQuote {
  background-position: -48px 0;
}
.social-likes__button_vkontakteQuote:hover {
  background-position: -48px -24px;
}
.vk-item a,
.social-likes__button_vkontakte {
  background-position: -48px 0;
}
.vk-item a:hover,
.social-likes__button_vkontakte:hover {
  background-position: -48px -24px;
}
.vk-item a span {
  display: none;
}
.gplus,
.social-likes__button_plusone {
  background-position: -24px 0;
}
.gplus:hover,
.social-likes__button_plusone:hover {
  background-position: -24px -24px;
}
.twitter,
.social-likes__button_twitter {
  background-position: -72px 0;
}
.odnoklassniki,
.social-likes__button_odnoklassniki {
  background-position: 0 -120px;
}
.odnoklassniki:hover,
.social-likes__button_odnoklassniki:hover {
  background-position: 0 -144px;
}
.twitter:hover,
.social-likes__button_twitter:hover {
  background-position: -72px -24px;
}
.lj,
.social-likes__button_livejournal {
  background-position: -96px 0;
}
.lj:hover,
.social-likes__button_livejournal:hover {
  background-position: -96px -24px;
}
.fb,
.social-likes__button_facebook:hover {
  background-position: 0 -24px;
}
.social-likes__button_surfingbird {
  background-position: 0 -96px;
}
.social-likes__button_surfingbird:hover {
  background-position: -24px -96px;
}
.social-likes__button_whatsapp {
  background-position: -49px -144px;
}
.social-likes__button_viber {
  background-position: 0px -168px;
}
.entryBody .content ul.social-likes-color .social-likes__button_vkontakte {
  background-position: -74px -121px;
}
.entryBody .content ul.social-likes-color .social-likes__button_facebook {
  background-position: -50px -121px;
}
.entryBody .content ul.social-likes-color .social-likes__button_twitter {
  background-position: -98px -121px;
}
.entryBody .content ul.social-likes-color li.social-likes__widget {
  padding: 0;
  margin-right: 6px;
  float: none;
  display: inline-block;
}
.columnistsSocial .social-likes__counter_odnoklassniki,
.socNetTop .social-likes__counter_odnoklassniki,
.repost-thread .social-likes__counter_odnoklassniki,
.columnistsSocial .social-likes__counter_plusone,
.columnistsSocial .social-likes__counter_twitter,
.socNetTop .social-likes__counter_plusone,
.socNetTop .social-likes__counter_twitter,
.repost-thread .social-likes__counter_plusone,
.repost-thread .social-likes__counter_twitter {
  display: none;
}
span.social-likes__button {
  display: block;
  float: left;
}
.social-likes__counter {
  padding: 5px 7px 5px 6px;
  border: 1px solid #ccc;
  border-left: 0;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  display: block;
  float: left;
  margin-left: 6px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.social-likes__counter_empty {
  display: none;
}
.social-likes__counter::before {
  background-image: url("/i/socicons.png");
  background-repeat: no-repeat;
  background-position: -120px 0;
  content: "";
  position: absolute;
  margin-left: -12px;
  margin-top: -6px;
  width: 6px;
  height: 24px;
}
.social-likes__counter:before {
  background-image: url("/i/socicons.png");
  background-repeat: no-repeat;
  background-position: -120px 0;
  content: "";
  position: absolute;
  margin-left: -12px;
  margin-top: -6px;
  width: 6px;
  height: 24px;
}
body .socNetTop,
.columnistsSocial {
  position: absolute;
  right: 32px;
  top: 10px;
  margin-bottom: 0;
}
.entryBody .columnistsSocial {
  top: 18px;
}
.blog_428 .columnistsSocial {
  top: auto;
  margin-top: -19px;
}
.socNetTop ul.social-likes li,
.columnistsSocial ul.social-likes li,
.repost-thread ul.social-likes li {
  margin-right: 7px;
}
.repost-thread ul.social-likes li.social-likes__widget_surfingbird,
.gosdep_top ul.social-likes li.social-likes__widget_surfingbird {
  margin-right: 0;
}
.photogallery span.social-likes__counter {
  color: #fff;
}
.social-likes.social-likes-hide-counters .social-likes__counter {
  display: none;
}
.social-likes__counter_twitter {
  /*display: none;*/
}
/* Кнопка поддержать */
.snobLike {
  position: relative;
  z-index: 99;
  margin-top: 15px;
  margin-bottom: 10px;
  float: right;
}
.snobLike .snob-like-counter {
  margin: 13px 0 0 16px;
  color: #274671;
  text-decoration: underline;
  cursor: pointer;
}
.snobLike .snob-like-title {
  color: #666 !important;
  font-family: Arial, serif;
  font-size: 9px;
  line-height: 9px;
  text-transform: uppercase;
  float: left;
  margin: 22px 10px 0 0;
  text-decoration: none;
  cursor: pointer;
}
.snobLike .snob-like-title:hover {
  text-decoration: none!important;
  color: #666 !important;
}
.snobLike .snob-like-icon {
  background: url('/i/socicons.png') no-repeat -172px -51px;
  display: block;
  cursor: pointer;
  height: 52px;
  width: 52px;
  float: left;
}
.snobLike .h-Snoblike__supporters {
  display: none;
  /* width:0px;
    position: absolute;
    top:-12px;
    right:-39px;
    overflow: hidden;
*/
  border-radius: 3px;
  position: absolute;
  border: 1px solid #cccccc;
  padding: 15px;
  background: #f1f1f1;
  right: -245px;
  bottom: 60px;
  /* margin-top: -25%; */
  right: -100px;
}
.snobLike .h-Snoblike__supporters:after {
  position: absolute;
  content: "";
  display: block;
  bottom: -7px;
  left: 50%;
  margin-left: -3px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 7px 7px 0  7px;
  border-color: #f1f1f1 transparent transparent transparent;
}
.snobLike .h-Snoblike__supporters:before {
  position: absolute;
  content: "";
  display: block;
  bottom: -8px;
  left: 50%;
  margin-left: -4px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #ccc transparent transparent transparent;
}
.snobLike .snobLike_pseudoSupport {
  margin-right: 75px;
  height: 78px;
  width: 125px;
  cursor: pointer;
  float: right;
  display: none;
}
.snobLike ul a {
  list-style: none;
  list-style-image: none;
  padding: 0;
  display: inline;
  color: #000;
  font-size: 12px;
  line-height: 17px;
  font-family: Georgia, serif;
  font-style: italic;
  word-wrap: break-word;
  display: block;
}
.snobLike i.line {
  background: url('/i/entry/snob-likes-border.png') no-repeat top right;
  height: 1px;
  width: 195px;
  display: none;
}
.snobLike i.line-up {
  padding-bottom: 0;
  float: right;
}
.snob-like-title:hover + .snob-like-icon,
.snob-like-icon:hover {
  background-position: -172px -51px;
}
body .i-like .snob-like-icon,
body .i-like .snob-like-icon:hover {
  background-position: -172px -103px !important;
}
.entryBody ul.social-likes,
.blog-likes .social-likes,
.magazine-likes .social-likes {
  float: left;
}
.blog-likes {
  margin: 10px 0 25px 0;
}
body .snob-like-counter {
  margin: 13px 0 0 16px;
  color: #666;
}
.stuff .snobLike .h-Snoblike__supporters {
  right: -30px;
}
body .snobLike ul {
  width: 195px;
  margin: 0;
  padding: 0;
  line-height: 1em;
  position: relative;
}
.stuff .snobLike i.line-down {
  display: none;
}
.snobLike__points {
  cursor: pointer;
  display: none;
}
.snobLike__more,
.snobLike__supported {
  color: #274671;
  font-size: 9px;
  font-family: Arial, sans-serif;
  line-height: 10px;
  display: block;
  width: 90px;
  margin: 12px 0 0 0;
  cursor: pointer;
  background: url('/i/entry/snob-like-more.png') no-repeat 80px 0px;
}
.snobLike__more {
  display: none;
}
.snobLike__supported {
  display: none;
  background: none;
  position: absolute;
  top: 54px;
  color: #666;
}
/* Facebook discussion block */
.fbComment {
  margin-bottom: 25px;
}
.fbComment .fbIcon {
  width: 50px;
  height: 50px;
  background: url('/i/socicons.png') no-repeat -126px 0;
  float: left;
  margin-right: 12px;
}
body .fbComment .fbText {
  float: left;
  color: #333;
  font-family: Arial, sans-serif;
}
.fbComment p.discuss {
  color: #ffc10c;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px;
}
.fbComment p.textFbComment {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
}
.fbComment .textFbComment a {
  font-weight: normal;
  color: #333;
}
.fbComment .textFbComment a:hover {
  color: #333 !important;
}
.fbComment .textFbComment a span.arrow {
  display: inline-block;
  position: relative;
  top: 1px;
  left: 3px;
  background: url('/i/socicons.png') no-repeat -176px 0;
  width: 15px;
  height: 9px;
}
.fbComment .textFbComment a:hover span.arrow {
  background: url('/i/socicons.png') no-repeat -176px -9px;
}
.blog .columnistsSocial {
  position: absolute;
  height: 23px;
  right: 39px;
  top: 35px;
}
.columnistsSocialBottom {
  position: relative;
}
.columnistsSocialBottom .repost-thread {
  top: 9px;
  left: 470px;
}
.snob-show .columnistsSocialBottom {
  margin: 30px 0;
  right: auto;
  top: auto;
  float: none;
  /* margin-bottom: -23px; */
  width: auto;
  position: static;
}
body.snob-show.blog_7 .columnistsSocialBottom {
  display: none;
}
@media (min-width: 770px) {
  .entryBody .poll.pollBig li,
  .text .poll.pollBig li {
    width: 520px;
  }
}
/* polls */
.entryBody .poll.pollBig,
.text .poll.pollBig {
  margin-bottom: 30px;
}
.entryBody .poll.pollLeft,
.text .poll.pollLeft {
  border-bottom: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  clear: left;
  float: left;
  margin: 0 22px 22px 0;
  padding: 0 4px 4px 0;
  position: relative;
  z-index: 999;
}
.entryBody .poll.pollRight,
.text .poll.pollRight {
  border-bottom: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  clear: right;
  float: right;
  margin: 0 0 22px 22px;
  padding: 0 0 4px 4px;
}
.entryBody .poll.top,
.text .poll.top {
  margin-top: 22px;
}
.entryBody .poll fieldset,
.entryBody .poll ul,
.entryBody .poll li,
.entryBody .poll li input,
.text .poll fieldset,
.text .poll ul,
.text .poll li,
.text .poll li input {
  border: none;
  margin: 0;
  padding: 0;
}
.entryBody .poll fieldset,
.text .poll fieldset {
  width: 242px;
  border-bottom: 1px solid #ebebeb;
}
.entryBody .poll.pollBig fieldset,
.text .poll.pollBig fieldset {
  border: none;
  width: 520px;
}
.entryBody .poll.pollLeft fieldset,
.text .poll.pollLeft fieldset {
  border-right: 1px solid #ebebeb;
  padding: 0 24px 20px 0;
}
.entryBody .poll.pollRight fieldset,
.text .poll.pollRight fieldset {
  border-left: 1px solid #ebebeb;
  padding: 0 0 20px 24px;
}
.entryBody .poll h2,
.text .poll h2 {
  background: url('/i/new/polls/bg-pollTitle.png') no-repeat;
  font-size: 0;
  height: 21px;
  line-height: 0;
  margin-bottom: 10px;
  text-indent: -9999px;
}
.entryBody .poll.result h2,
.text .poll.result h2 {
  background-position: 0 -21px;
}
body .h-layoutWide .entryBody .poll h3,
body .h-layoutWide .text .poll h3 {
  color: #333;
  display: block;
  font-family: Georgia;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 14px;
}
body .h-layoutWide .entryBody .poll ul,
body .h-layoutWide .text .poll ul {
  margin-bottom: 25px;
  padding: 7px 0 0 0;
}
body .h-layoutWide .entryBody .poll.result ul,
body .h-layoutWide .text .poll.result ul {
  margin-bottom: 16px;
  overflow: hidden;
  padding: 0;
}
body .entryBody .poll ul li,
body .text .poll ul li {
  color: #000;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  list-style-image: none;
  list-style: none;
  position: relative;
  text-align: left;
  width: 242px;
  padding-left: 0;
}
.entryBody .poll.variants li,
.text .poll.variants li {
  background-color: transparent !important;
  height: auto;
  margin-bottom: 16px;
}
.entryBody .poll.result li,
.text .poll.result li {
  background: url('/i/new/polls/bg-pollItem.png') repeat-x;
  height: 32px;
  margin-bottom: 2px;
  overflow: hidden;
}
.entryBody .poll.result li .filling,
.text .poll.result li .filling {
  background: url('/i/new/polls/bg-pollColors.png') repeat-x;
  display: block;
  height: 32px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
.entryBody .poll.result.yellow li .filling,
.text .poll.result.yellow li .filling {
  background-position: 0 -32px;
}
.entryBody .poll.result.red li .filling,
.text .poll.result.red li .filling {
  background-position: 0 -64px;
}
.entryBody .poll.result.gray li .filling,
.text .poll.result.gray li .filling {
  background-position: 0 -96px;
}
.entryBody .poll li input,
.text .poll li input {
  margin-right: 7px;
  position: relative;
  top: 2px;
}
body.opera .entryBody .poll li input,
body.opera .text .poll li input {
  top: 0;
}
.entryBody .poll.result li label,
.text .poll.result li label {
  float: left;
  height: 32px;
  line-height: 32px;
  margin-left: 10px;
  overflow: hidden;
  position: relative;
  width: 210px;
}
.entryBody .poll.result.pollBig li label,
.text .poll.result.pollBig li label {
  width: 480px;
}
.entryBody .poll.result li .count,
.text .poll.result li .count {
  color: #a1a1a1;
  font-size: 13px;
  line-height: 32px;
  position: absolute;
  right: 8px;
}
.entryBody .poll.result li.myVote .count,
.text .poll.result li.myVote .count {
  font-weight: bold;
  color: #000;
}
.entryBody .poll .buttonsBlock,
.text .poll .buttonsBlock {
  line-height: 23px;
  margin-right: -24px;
  overflow: hidden;
  position: relative;
}
.entryBody .poll .button,
.text .poll .button {
  margin-right: 12px;
  padding-left: 1px;
}
.entryBody .poll .button,
.entryBody .poll .button span,
.text .poll .button,
.text .poll .button span {
  float: left;
  padding-left: 1px;
  background: url('/i/new/profile/bg-button2.png') no-repeat -299px 0;
  color: #08335f;
  cursor: pointer;
  display: block;
  height: 22px;
}
.entryBody .poll .button.blueButton,
.text .poll .button.blueButton {
  background-position: -299px -22px;
}
.entryBody .poll .button span,
.text .poll .button span {
  background-position: 100% 0;
  color: #08335f;
  float: left;
  font-size: 12px;
  line-height: 21px;
  padding: 0 20px;
}
.entryBody .poll .button.blueButton span,
.text .poll .button.blueButton span {
  background-position: 100% -22px;
  color: #fff;
  font-weight: bold;
}
.entryBody .poll .showResult,
.text .poll .showResult {
  color: #08335f;
  cursor: pointer;
  float: left;
  font-size: 11px;
  white-space: nowrap;
  font-weight: normal;
}
.entryBody .poll .allVotes,
.text .poll .allVotes {
  font-size: 11px;
  color: #acacac;
  padding-right: 7px;
  text-align: right;
}
.entryBody .poll.variants li .filling,
.entryBody .poll.variants li .count,
.entryBody .poll.variants .pollIconRes,
.entryBody .poll.variants .showResult span.hide,
.entryBody .poll.result li input,
.entryBody .poll.result .button,
.entryBody .poll.result .pollIcon,
.entryBody .poll.result .showResult span.show,
.text .poll.variants li .filling,
.text .poll.variants li .count,
.text .poll.variants .pollIconRes,
.text .poll.variants .showResult span.hide,
.text .poll.result li input,
.text .poll.result .button,
.text .poll.result .pollIcon,
.text .poll.result .showResult span.show {
  display: none;
}
.thnx {
  margin-bottom: 30px;
}
@font-face {
  font-family: 'noteworthybold';
  src: url('/fonts/noteworthy/noteworthy-bold-webfont.eot');
  src: url('/fonts/noteworthy/noteworthy-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/noteworthy/noteworthy-bold-webfont.woff2') format('woff2'), url('/fonts/noteworthy/noteworthy-bold-webfont.woff') format('woff'), url('/fonts/noteworthy/noteworthy-bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'noteworthylight';
  src: url('/fonts/noteworthy/noteworthy-light-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/noteworthy/noteworthy-light-webfont.woff2') format('woff2'), url('/fonts/noteworthy/noteworthy-light-webfont.woff') format('woff'), url('/fonts/noteworthy/noteworthy-light-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.entry_96937 .entryBody,
.entry_85328 .entryBody {
  padding: 0;
  border: 0;
}
.entry_96937 .entryBody hgroup,
.entry_85328 .entryBody hgroup,
.entry_96937 .entryBody .textSize,
.entry_85328 .entryBody .textSize {
  margin: 0 39px;
}
.entry_96937 .entryBody .textSize,
.entry_85328 .entryBody .textSize {
  margin: 4px 39px 20px 39px;
}
.entry_96937 .entryBody .stuff-comments,
.entry_85328 .entryBody .stuff-comments {
  margin: 0;
}
.entry_96937 .g-viewsCounter,
.entry_85328 .g-viewsCounter {
  float: right;
  position: relative;
  top: 10px;
}
.h-economicGame__year {
  width: 310px;
  min-height: 10px;
  float: left;
}
.economicGame {
  font-family: 'noteworthylight', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
}
.economicGame__year {
  display: none;
  padding-bottom: 30px;
}
.economicGame__year h2 {
  padding: 20px 0;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  color: #838383;
  border-bottom: 1px dashed #f3f3f3;
  font-family: 'Noteworthy Bold', 'noteworthybold', Helvetica, Arial, sans-serif;
}
.economicGame__year__wage {
  padding: 20px 0 10px 44px;
  border-top: 1px dashed #e6e6e6;
  background: url(/i/entry/game/case.png) no-repeat 0 20px;
}
.economicGame__year__wageSum {
  font-size: 19px;
  line-height: 19px;
  color: #f00;
  font-family: 'Noteworthy Bold', 'noteworthybold', Helvetica, Arial, sans-serif;
  padding: 0 0 0 44px;
}
.economicGame__year__wageSum .economicGame__arrow {
  background: url(/i/entry/game/up.png) no-repeat;
  width: 8px;
  height: 5px;
  display: inline-block;
  margin: 0 0 0 5px;
  position: relative;
  top: -4px;
}
.economicGame__year__wageSum:hover .economicGame__arrow {
  background: url(/i/entry/game/down.png) no-repeat;
}
.economicGame__year__wageSum:hover + .economicGame__allWageCurrency {
  background-color: #fff;
  height: 155px;
  border: 1px solid #ececec;
  z-index: 2;
}
.economicGame__year .economicGame__allWageCurrency {
  position: absolute;
  margin: 6px 0 0 44px;
  background: #fff;
  width: 315px;
  height: 0;
  overflow: hidden;
  color: #f00;
  -webkit-transition: height 0.2s linear 0.4s;
  transition: height 0.2s linear;
}
.economicGame__year .economicGame__allWageCurrency div {
  margin: 0 20px;
}
.economicGame__year .economicGame__allWageCurrency div:first-child {
  margin-top: 15px;
}
.economicGame__year .economicGame__allWageCurrency div:last-child {
  margin-bottom: 15px;
}
.economicGame__year .economicGame__allWageCurrency span {
  color: #000;
}
.economicGame__year__sum {
  padding: 0 0 0 44px;
  background: url(/i/entry/game/sum.png) no-repeat 0 0;
  margin: 20px 0 0;
  color: #000;
}
.economicGame__year__sum .red {
  color: #f00;
}
.economicGame__year__sum dd {
  font-family: 'Noteworthy Bold', 'noteworthybold', Helvetica, Arial, sans-serif;
}
.economicGame__year__sum dd span {
  color: #f00;
}
.economicGame__wage {
  width: 320px;
  float: left;
  position: relative;
  margin: 56px 24px 80px;
  text-align: center;
}
.economicGame__wage p {
  display: inline-block;
  font: italic 12px / 14px Georgia, Times, "Times New Roman", serif;
  color: #838383;
  font-size: 14px;
  line-height: 1;
  margin: 7px 0 0;
}
.economicGame__input {
  text-align: center;
  width: 220px;
  height: 19px;
  padding: 24px 46px 19px 54px;
  border-radius: 25px;
  background-color: #ececec;
  border: 0;
  font-family: 'Noteworthy Bold', 'noteworthybold', Helvetica, Arial, sans-serif;
  font-size: 19px;
  line-height: 19px;
  color: #838383;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.economicGame__input.error {
  border: 1px solid red;
}
.economicGame__input_check {
  background: #ececec url(/i/entry/game/check.png) no-repeat 275px 27px;
}
.economicGame__input:valid + p {
  visibility: hidden;
}
.economicGame__input:invalid {
  background: #ececec url(/i/entry/game/grey_check.png) no-repeat 275px 27px;
  line-height: 22px;
}
.economicGame__input::-webkit-input-placeholder {
  color: #ccc;
}
.economicGame__input::-moz-placeholder {
  color: #ccc;
}
.economicGame__input:-moz-placeholder {
  color: #ccc;
}
.economicGame__input:-ms-input-placeholder {
  color: #ccc;
}
.economicGame__currency {
  width: 12px;
  height: 14px;
  position: absolute;
  top: 24px;
  left: 29px;
}
.economicGame__currency_rouble {
  background: url(/i/entry/game/rouble.png) no-repeat;
}
.economicGame__hole {
  position: relative;
  min-width: 205px;
  min-height: 205px;
  background: url(/i/entry/game/hole.png) no-repeat center center;
  vertical-align: middle;
}
.economicGame__hole__description {
  width: 123px;
  height: 117px;
  margin: 22px auto 0 auto;
  font: italic 12px / 14px Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #f00;
}
.economicGame__hole_hover .economicGame__hole__description {
  color: #666;
}
.economicGame__hole .things__item {
  position: absolute;
  left: 50%;
  margin: -50px 0 0 -50px;
  z-index: 1;
}
.economicGame__hole__priceInput {
  display: none;
  position: relative;
  width: 100px;
  margin: 0 auto;
  z-index: 3;
}
.economicGame__hole__priceInput input {
  width: 100px;
  height: 30px;
  text-align: center;
  border: 0;
  border-radius: 6px;
  color: #838383;
  background-color: #ececec;
  font-family: 'noteworthybold';
  font-size: 16px;
}
.economicGame__hole__priceInput__clear {
  cursor: pointer;
  position: absolute;
  right: -17px;
  top: 5px;
}
.things {
  clear: both;
  margin-bottom: 50px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.things table {
  width: 990px;
}
.things table td {
  width: 165px;
  padding: 15px 0;
  text-align: center;
}
.things__item_bw {
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}
.things__item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 10px;
  cursor: pointer;
  text-align: center;
  z-index: 2;
}
.things__item__name {
  display: block;
  padding: 0 5%;
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 21px;
  min-height: 42px;
}
.things__item__price {
  color: #f00;
  font-size: 14px;
}
.economicGame__wageMeter {
  display: none;
}
.economicGame__wageMeter .economicGame__year__wage dd {
  font-weight: bold;
}
body.entry_96937 .entryBody .economicGame__allWageCurrency,
body.entry_96937 .entryBody .economicGame__arrow {
  display: none;
}
body.entry_96937 .entryBody .economicGame__share .social-likes,
body.entry_85328 .entryBody .economicGame__share .social-likes {
  float: none;
  margin: 50px 0;
  text-align: center;
}
body.entry_96937 .entryBody .economicGame__share .social-likes li,
body.entry_85328 .entryBody .economicGame__share .social-likes li {
  float: none;
  padding: 0;
  display: inline-block;
  margin: 0 25px 0 0;
}
.smallForm .form-group {
  height: 2.417em;
  vertical-align: bottom;
  margin-bottom: 21px;
}
.smallForm .form-group label {
  font-size: 0.917em;
  line-height: 1;
  color: #757575;
  margin-right: 15px;
}
.smallForm .form-group input[type="text"],
.smallForm .form-group input[type="email"] {
  box-sizing: border-box;
  max-width: 120px;
  border: 1px solid #e8e8e8;
  font-size: 0.917em;
  line-height: 1.81;
  color: #000;
  padding: 0.45em 4px 0.36em;
}
.smallForm .form-group input[type="text"]::-webkit-input-placeholder,
.smallForm .form-group input[type="email"]::-webkit-input-placeholder,
.smallForm .form-group input[type="text"]::-moz-placeholder,
.smallForm .form-group input[type="email"]::-moz-placeholder {
  color: #e8e8e8;
}
.smallForm .form-group input[type="text"]:focus,
.smallForm .form-group input[type="email"]:focus {
  border-color: #000;
}
.smallForm .form-group input[type="submit"] {
  height: 2.417em;
  width: 47px;
  background: #b30613 url(/i/entry/arrow-event-subscribe.png) no-repeat center center;
  cursor: pointer;
  border: 0;
}
.smallForm .form-group input[type="submit"]:hover {
  background-color: #3a3a3a;
}
@media only screen and (max-width: 769px) {
  .smallForm .form-group {
    display: block;
  }
  .smallForm .form-group input[type="text"],
  .smallForm .form-group input[type="email"] {
    max-width: 60%;
  }
  .smallForm .form-group label {
    width: 32%;
    max-width: 100px;
    display: inline-block;
  }
}
.eventSubscribe {
  background: url(/i/entry/mail-event-subscribe.png) no-repeat left top;
}
.eventSubscribe-msg {
  font: bold normal 0.917em / 1 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
article.entryBody-magazine .eventSubscribe .form-group,
article.blogEntryBody .eventSubscribe .form-group {
  margin-right: 16px;
}
article .content .eventSubscribe p {
  font: bold normal 0.917em / 1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 7px 0 0 30px;
}
@media (min-width: 770px) {
  .eventSubscribe .form-group {
    display: inline-block;
  }
  body article.entryBody-magazine .form-group,
  body article.blogEntryBody .form-group,
  .eventSubscribe .form-group {
    margin-right: 26px;
  }
  body article.entryBody-magazine .form-group:nth-child(3),
  body article.blogEntryBody .form-group:nth-child(3),
  .eventSubscribe .form-group:nth-child(3) {
    margin-right: 14px;
  }
  body article.entryBody-magazine .form-group:nth-child(4),
  body article.blogEntryBody .form-group:nth-child(4),
  .eventSubscribe .form-group:nth-child(4) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 769px) {
  body .eventSubscribe form {
    padding-left: 30px;
  }
}
.popup-eventSubscribe {
  position: fixed;
  margin-top: 190px;
  padding-top: 0;
  width: 525px;
  margin-left: -263px;
}
.popup-eventSubscribe .close {
  display: block;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: url(/i/entry/close-event-subscribe.png) no-repeat;
}
.popup-eventSubscribe .close img {
  display: none;
}
.popupEventSubscribe .popup__header {
  background: url(/i/entry/mail-event-subscribe.png) no-repeat 22px 14px;
  border-bottom: 1px solid #e8e8e8;
}
.popupEventSubscribe .popup__header p {
  font: bold normal 1.083em / 1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  padding: 23px 0 20px 49px;
}
.popupEventSubscribe form {
  padding: 44px 0 30px 56px;
}
.popupEventSubscribe form .form-group {
  height: auto;
}
.popupEventSubscribe form .form-group label {
  display: inline-block;
  width: 77px;
  font-size: 1.083em;
  color: #000;
}
.popupEventSubscribe form .form-group input[type="text"],
.popupEventSubscribe form .form-group input[type="email"] {
  max-width: 90%;
  width: 330px;
  padding: 0.909em 4px;
}
.popupEventSubscribe form .closeButton,
.popupEventSubscribe form .form-group input[type="submit"] {
  text-transform: uppercase;
  color: #fff;
  width: 140px;
  height: 40px;
  box-sizing: border-box;
  background-position: 98px center;
  text-align: left;
  padding-left: 19px;
  font-size: 11px;
  font-weight: bold;
  margin-left: 92px;
}
.popupEventSubscribe .popupEventSubscribe__thanks form {
  padding-left: 0;
}
.popupEventSubscribe .popupEventSubscribe__thanks p {
  font: bold normal 18px / 1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 9px;
  text-align: center;
  padding-bottom: 0;
  color: #000;
}
.popupEventSubscribe .popupEventSubscribe__thanks .closeButton {
  margin-top: 25px;
  display: block;
  background: #b30613;
  padding-top: 13px;
  width: 100px;
  margin: 25px auto;
}
@media only screen and (max-width: 769px) {
  body .popup-eventSubscribe_shadow,
  body .popup-eventSubscribe {
    display: none!important;
  }
}
body.entry_118500 article .content p,
body.entry_118072 article .content p {
  position: relative;
}
i[data-name-popup-target*=name] {
  opacity: 0.7;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url('/i/entry/name-popup.png') no-repeat;
  position: relative;
  top: 2px;
  cursor: pointer;
}
i[data-name-popup-target*=name].visible {
  background-position: -15px 0;
  opacity: 1;
}
i[data-name-popup-target*=name]:hover {
  opacity: 1;
}
.namePopup {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #000;
  width: 200px;
  -ms-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  margin: -17px 0 0 4px;
  font-size: 13px;
  line-height: 15px;
  z-index: 100;
}
.namePopup a {
  color: red;
}
.namePopup.visible {
  display: block;
}
@media (min-width: 770px) {
  .namePopup:before,
  .namePopup:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: -1px;
  }
  .namePopup:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 13px 0 0;
    border-color: #fff transparent transparent transparent;
    bottom: -13px;
    left: 0;
  }
  .namePopup:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: #000 transparent transparent transparent;
  }
}
body.entry_102798 article .content h2 {
  text-align: center;
}
.articleScroller {
  padding-bottom: 12px;
}
.articleScroller._fixed {
  position: fixed;
  top: 12px;
  z-index: 150;
}
.articleScroller .articleScroller__container {
  perspective: 1000;
  margin: 0 20px 8px 0;
}
.articleScroller .articleScroller__container:last-child {
  margin-right: 0;
}
.articleScroller .articleScroller__container:hover .articleScroller__flipper {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.articleScroller .articleScroller__container,
.articleScroller .articleScroller__flipper,
.articleScroller a {
  display: inline-block;
  width: 58px;
  height: 58px;
}
.articleScroller .articleScroller__flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  position: relative;
}
.articleScroller a {
  position: absolute;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background: #b30613;
  border: 2px solid #b30613;
  color: #fff;
  cursor: pointer;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  padding: 23px 0 0;
  border-radius: 50%;
  box-sizing: border-box;
  vertical-align: top;
}
.articleScroller a._front {
  z-index: 152;
}
.articleScroller a._back {
  transform: rotateY(180deg);
  background: #fff;
  color: #b30613;
}
.articleScroller a:last-child {
  margin-right: 0;
}
.articleScroller a._three {
  width: 52px;
  height: 52px;
  font-size: 0.917em;
  padding: 10px 8px 14px;
  margin-top: 4px;
}
.articleScroller a._three:before {
  top: -8px;
  left: -8px;
  width: 60px;
  height: 60px;
}
.articleScroller a._three:after {
  top: -5px;
  left: -5px;
  width: 54px;
  height: 54px;
}
.articleScroller a._two {
  width: 56px;
  height: 56px;
  padding: 16px 8px 14px;
  margin-top: 2px;
}
.articleScroller a._two:after {
  display: none!important;
}
.articleScroller a._two:before {
  top: -6px;
  left: -6px;
  width: 60px;
  height: 60px;
}
.articleScroller a._two:after,
.articleScroller a._three:after,
.articleScroller a._two:before,
.articleScroller a._three:before {
  content: "";
  display: block;
  position: absolute;
  border: 2px solid #b30613;
  border-radius: 50%;
}
.application form .form-group {
  height: auto;
}
.application form .form-group label {
  display: inline-block;
  width: 77px;
  font-size: 1.083em;
  color: #000;
  vertical-align: top;
  padding-top: 12px;
}
.application form .form-group input[type="text"],
.application form .form-group input[type="email"] {
  max-width: 90%;
  width: 330px;
  padding: 0.909em 4px;
}
.application form .form-group textarea {
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
  font-size: 0.917em;
  line-height: 1.81;
  color: #000;
  max-width: 90%;
  width: 330px;
  padding: 0.909em 4px;
}
.application form .form-group input[type="submit"] {
  text-transform: uppercase;
  color: #fff;
  width: 140px;
  height: 40px;
  box-sizing: border-box;
  background-position: 98px center;
  text-align: left;
  padding-left: 19px;
  font-size: 11px;
  font-weight: bold;
  margin-left: 92px;
}
@media only screen and (max-width: 769px) {
  .application form {
    padding: 0 0.3571rem;
  }
  .application form .form-group label {
    padding-top: 0;
    margin-bottom: 6px;
    font-size: 1em;
  }
  .application form .form-group input[type="submit"] {
    margin-left: 0;
  }
}
@media (min-width: 990px) {
  body.entry_119731 div.p-c-a,
  body.entry_119732 div.p-c-a,
  body.entry_119733 div.p-c-a,
  body.entry_119734 div.p-c-a,
  body.entry_119735 div.p-c-a,
  body.entry_119736 div.p-c-a,
  body.entry_119737 div.p-c-a,
  body.entry_119738 div.p-c-a,
  body.entry_119739 div.p-c-a,
  body.entry_119740 div.p-c-a,
  body.entry_119741 div.p-c-a,
  body.entry_119742 div.p-c-a,
  body.entry_119743 div.p-c-a,
  body.entry_120400 div.p-c-a,
  body.entry_120402 div.p-c-a,
  body.entry_120401 div.p-c-a,
  body.entry_120406 div.p-c-a,
  body.entry_120405 div.p-c-a,
  body.entry_120404 div.p-c-a,
  body.entry_120403 div.p-c-a,
  body.entry_120410 div.p-c-a,
  body.entry_120409 div.p-c-a,
  body.entry_120408 div.p-c-a,
  body.entry_120407 div.p-c-a,
  body.entry_120411 div.p-c-a {
    background: transparent!important;
  }
  body.entry_119731 .h-layoutWide,
  body.entry_119732 .h-layoutWide,
  body.entry_119733 .h-layoutWide,
  body.entry_119734 .h-layoutWide,
  body.entry_119735 .h-layoutWide,
  body.entry_119736 .h-layoutWide,
  body.entry_119737 .h-layoutWide,
  body.entry_119738 .h-layoutWide,
  body.entry_119739 .h-layoutWide,
  body.entry_119740 .h-layoutWide,
  body.entry_119741 .h-layoutWide,
  body.entry_119742 .h-layoutWide,
  body.entry_119743 .h-layoutWide,
  body.entry_120400 .h-layoutWide,
  body.entry_120402 .h-layoutWide,
  body.entry_120401 .h-layoutWide,
  body.entry_120406 .h-layoutWide,
  body.entry_120405 .h-layoutWide,
  body.entry_120404 .h-layoutWide,
  body.entry_120403 .h-layoutWide,
  body.entry_120410 .h-layoutWide,
  body.entry_120409 .h-layoutWide,
  body.entry_120408 .h-layoutWide,
  body.entry_120407 .h-layoutWide,
  body.entry_120411 .h-layoutWide {
    background: url(/i/promotion/macao-calender/macao-calender-bg-2.jpg) no-repeat center 271px;
  }
  body.entry_119731 .partnersNews,
  body.entry_119732 .partnersNews,
  body.entry_119733 .partnersNews,
  body.entry_119734 .partnersNews,
  body.entry_119735 .partnersNews,
  body.entry_119736 .partnersNews,
  body.entry_119737 .partnersNews,
  body.entry_119738 .partnersNews,
  body.entry_119739 .partnersNews,
  body.entry_119740 .partnersNews,
  body.entry_119741 .partnersNews,
  body.entry_119742 .partnersNews,
  body.entry_119743 .partnersNews,
  body.entry_120400 .partnersNews,
  body.entry_120402 .partnersNews,
  body.entry_120401 .partnersNews,
  body.entry_120406 .partnersNews,
  body.entry_120405 .partnersNews,
  body.entry_120404 .partnersNews,
  body.entry_120403 .partnersNews,
  body.entry_120410 .partnersNews,
  body.entry_120409 .partnersNews,
  body.entry_120408 .partnersNews,
  body.entry_120407 .partnersNews,
  body.entry_120411 .partnersNews {
    display: none;
  }
  body.entry_119731 .mainLayout,
  body.entry_119732 .mainLayout,
  body.entry_119733 .mainLayout,
  body.entry_119734 .mainLayout,
  body.entry_119735 .mainLayout,
  body.entry_119736 .mainLayout,
  body.entry_119737 .mainLayout,
  body.entry_119738 .mainLayout,
  body.entry_119739 .mainLayout,
  body.entry_119740 .mainLayout,
  body.entry_119741 .mainLayout,
  body.entry_119742 .mainLayout,
  body.entry_119743 .mainLayout,
  body.entry_120400 .mainLayout,
  body.entry_120402 .mainLayout,
  body.entry_120401 .mainLayout,
  body.entry_120406 .mainLayout,
  body.entry_120405 .mainLayout,
  body.entry_120404 .mainLayout,
  body.entry_120403 .mainLayout,
  body.entry_120410 .mainLayout,
  body.entry_120409 .mainLayout,
  body.entry_120408 .mainLayout,
  body.entry_120407 .mainLayout,
  body.entry_120411 .mainLayout {
    min-height: 2080px;
  }
  body.entry_119731 .mainLayout > .content.left,
  body.entry_119732 .mainLayout > .content.left,
  body.entry_119733 .mainLayout > .content.left,
  body.entry_119734 .mainLayout > .content.left,
  body.entry_119735 .mainLayout > .content.left,
  body.entry_119736 .mainLayout > .content.left,
  body.entry_119737 .mainLayout > .content.left,
  body.entry_119738 .mainLayout > .content.left,
  body.entry_119739 .mainLayout > .content.left,
  body.entry_119740 .mainLayout > .content.left,
  body.entry_119741 .mainLayout > .content.left,
  body.entry_119742 .mainLayout > .content.left,
  body.entry_119743 .mainLayout > .content.left,
  body.entry_120400 .mainLayout > .content.left,
  body.entry_120402 .mainLayout > .content.left,
  body.entry_120401 .mainLayout > .content.left,
  body.entry_120406 .mainLayout > .content.left,
  body.entry_120405 .mainLayout > .content.left,
  body.entry_120404 .mainLayout > .content.left,
  body.entry_120403 .mainLayout > .content.left,
  body.entry_120410 .mainLayout > .content.left,
  body.entry_120409 .mainLayout > .content.left,
  body.entry_120408 .mainLayout > .content.left,
  body.entry_120407 .mainLayout > .content.left,
  body.entry_120411 .mainLayout > .content.left {
    background: transparent;
  }
  body.entry_119731 .mainLayout .stuff-comments,
  body.entry_119732 .mainLayout .stuff-comments,
  body.entry_119733 .mainLayout .stuff-comments,
  body.entry_119734 .mainLayout .stuff-comments,
  body.entry_119735 .mainLayout .stuff-comments,
  body.entry_119736 .mainLayout .stuff-comments,
  body.entry_119737 .mainLayout .stuff-comments,
  body.entry_119738 .mainLayout .stuff-comments,
  body.entry_119739 .mainLayout .stuff-comments,
  body.entry_119740 .mainLayout .stuff-comments,
  body.entry_119741 .mainLayout .stuff-comments,
  body.entry_119742 .mainLayout .stuff-comments,
  body.entry_119743 .mainLayout .stuff-comments,
  body.entry_120400 .mainLayout .stuff-comments,
  body.entry_120402 .mainLayout .stuff-comments,
  body.entry_120401 .mainLayout .stuff-comments,
  body.entry_120406 .mainLayout .stuff-comments,
  body.entry_120405 .mainLayout .stuff-comments,
  body.entry_120404 .mainLayout .stuff-comments,
  body.entry_120403 .mainLayout .stuff-comments,
  body.entry_120410 .mainLayout .stuff-comments,
  body.entry_120409 .mainLayout .stuff-comments,
  body.entry_120408 .mainLayout .stuff-comments,
  body.entry_120407 .mainLayout .stuff-comments,
  body.entry_120411 .mainLayout .stuff-comments,
  body.entry_119731 .mainLayout .block_relatedEntries,
  body.entry_119732 .mainLayout .block_relatedEntries,
  body.entry_119733 .mainLayout .block_relatedEntries,
  body.entry_119734 .mainLayout .block_relatedEntries,
  body.entry_119735 .mainLayout .block_relatedEntries,
  body.entry_119736 .mainLayout .block_relatedEntries,
  body.entry_119737 .mainLayout .block_relatedEntries,
  body.entry_119738 .mainLayout .block_relatedEntries,
  body.entry_119739 .mainLayout .block_relatedEntries,
  body.entry_119740 .mainLayout .block_relatedEntries,
  body.entry_119741 .mainLayout .block_relatedEntries,
  body.entry_119742 .mainLayout .block_relatedEntries,
  body.entry_119743 .mainLayout .block_relatedEntries,
  body.entry_120400 .mainLayout .block_relatedEntries,
  body.entry_120402 .mainLayout .block_relatedEntries,
  body.entry_120401 .mainLayout .block_relatedEntries,
  body.entry_120406 .mainLayout .block_relatedEntries,
  body.entry_120405 .mainLayout .block_relatedEntries,
  body.entry_120404 .mainLayout .block_relatedEntries,
  body.entry_120403 .mainLayout .block_relatedEntries,
  body.entry_120410 .mainLayout .block_relatedEntries,
  body.entry_120409 .mainLayout .block_relatedEntries,
  body.entry_120408 .mainLayout .block_relatedEntries,
  body.entry_120407 .mainLayout .block_relatedEntries,
  body.entry_120411 .mainLayout .block_relatedEntries,
  body.entry_119731 .mainLayout > .right,
  body.entry_119732 .mainLayout > .right,
  body.entry_119733 .mainLayout > .right,
  body.entry_119734 .mainLayout > .right,
  body.entry_119735 .mainLayout > .right,
  body.entry_119736 .mainLayout > .right,
  body.entry_119737 .mainLayout > .right,
  body.entry_119738 .mainLayout > .right,
  body.entry_119739 .mainLayout > .right,
  body.entry_119740 .mainLayout > .right,
  body.entry_119741 .mainLayout > .right,
  body.entry_119742 .mainLayout > .right,
  body.entry_119743 .mainLayout > .right,
  body.entry_120400 .mainLayout > .right,
  body.entry_120402 .mainLayout > .right,
  body.entry_120401 .mainLayout > .right,
  body.entry_120406 .mainLayout > .right,
  body.entry_120405 .mainLayout > .right,
  body.entry_120404 .mainLayout > .right,
  body.entry_120403 .mainLayout > .right,
  body.entry_120410 .mainLayout > .right,
  body.entry_120409 .mainLayout > .right,
  body.entry_120408 .mainLayout > .right,
  body.entry_120407 .mainLayout > .right,
  body.entry_120411 .mainLayout > .right {
    display: none;
  }
  body.entry_119731 .mainLayout .entryBody,
  body.entry_119732 .mainLayout .entryBody,
  body.entry_119733 .mainLayout .entryBody,
  body.entry_119734 .mainLayout .entryBody,
  body.entry_119735 .mainLayout .entryBody,
  body.entry_119736 .mainLayout .entryBody,
  body.entry_119737 .mainLayout .entryBody,
  body.entry_119738 .mainLayout .entryBody,
  body.entry_119739 .mainLayout .entryBody,
  body.entry_119740 .mainLayout .entryBody,
  body.entry_119741 .mainLayout .entryBody,
  body.entry_119742 .mainLayout .entryBody,
  body.entry_119743 .mainLayout .entryBody,
  body.entry_120400 .mainLayout .entryBody,
  body.entry_120402 .mainLayout .entryBody,
  body.entry_120401 .mainLayout .entryBody,
  body.entry_120406 .mainLayout .entryBody,
  body.entry_120405 .mainLayout .entryBody,
  body.entry_120404 .mainLayout .entryBody,
  body.entry_120403 .mainLayout .entryBody,
  body.entry_120410 .mainLayout .entryBody,
  body.entry_120409 .mainLayout .entryBody,
  body.entry_120408 .mainLayout .entryBody,
  body.entry_120407 .mainLayout .entryBody,
  body.entry_120411 .mainLayout .entryBody {
    background-color: transparent;
    border: 0;
  }
  body.entry_119731 .mainLayout .entryBody h1,
  body.entry_119732 .mainLayout .entryBody h1,
  body.entry_119733 .mainLayout .entryBody h1,
  body.entry_119734 .mainLayout .entryBody h1,
  body.entry_119735 .mainLayout .entryBody h1,
  body.entry_119736 .mainLayout .entryBody h1,
  body.entry_119737 .mainLayout .entryBody h1,
  body.entry_119738 .mainLayout .entryBody h1,
  body.entry_119739 .mainLayout .entryBody h1,
  body.entry_119740 .mainLayout .entryBody h1,
  body.entry_119741 .mainLayout .entryBody h1,
  body.entry_119742 .mainLayout .entryBody h1,
  body.entry_119743 .mainLayout .entryBody h1,
  body.entry_120400 .mainLayout .entryBody h1,
  body.entry_120402 .mainLayout .entryBody h1,
  body.entry_120401 .mainLayout .entryBody h1,
  body.entry_120406 .mainLayout .entryBody h1,
  body.entry_120405 .mainLayout .entryBody h1,
  body.entry_120404 .mainLayout .entryBody h1,
  body.entry_120403 .mainLayout .entryBody h1,
  body.entry_120410 .mainLayout .entryBody h1,
  body.entry_120409 .mainLayout .entryBody h1,
  body.entry_120408 .mainLayout .entryBody h1,
  body.entry_120407 .mainLayout .entryBody h1,
  body.entry_120411 .mainLayout .entryBody h1,
  body.entry_119731 .mainLayout .entryBody .lead,
  body.entry_119732 .mainLayout .entryBody .lead,
  body.entry_119733 .mainLayout .entryBody .lead,
  body.entry_119734 .mainLayout .entryBody .lead,
  body.entry_119735 .mainLayout .entryBody .lead,
  body.entry_119736 .mainLayout .entryBody .lead,
  body.entry_119737 .mainLayout .entryBody .lead,
  body.entry_119738 .mainLayout .entryBody .lead,
  body.entry_119739 .mainLayout .entryBody .lead,
  body.entry_119740 .mainLayout .entryBody .lead,
  body.entry_119741 .mainLayout .entryBody .lead,
  body.entry_119742 .mainLayout .entryBody .lead,
  body.entry_119743 .mainLayout .entryBody .lead,
  body.entry_120400 .mainLayout .entryBody .lead,
  body.entry_120402 .mainLayout .entryBody .lead,
  body.entry_120401 .mainLayout .entryBody .lead,
  body.entry_120406 .mainLayout .entryBody .lead,
  body.entry_120405 .mainLayout .entryBody .lead,
  body.entry_120404 .mainLayout .entryBody .lead,
  body.entry_120403 .mainLayout .entryBody .lead,
  body.entry_120410 .mainLayout .entryBody .lead,
  body.entry_120409 .mainLayout .entryBody .lead,
  body.entry_120408 .mainLayout .entryBody .lead,
  body.entry_120407 .mainLayout .entryBody .lead,
  body.entry_120411 .mainLayout .entryBody .lead,
  body.entry_119731 .mainLayout .entryBody .textSize,
  body.entry_119732 .mainLayout .entryBody .textSize,
  body.entry_119733 .mainLayout .entryBody .textSize,
  body.entry_119734 .mainLayout .entryBody .textSize,
  body.entry_119735 .mainLayout .entryBody .textSize,
  body.entry_119736 .mainLayout .entryBody .textSize,
  body.entry_119737 .mainLayout .entryBody .textSize,
  body.entry_119738 .mainLayout .entryBody .textSize,
  body.entry_119739 .mainLayout .entryBody .textSize,
  body.entry_119740 .mainLayout .entryBody .textSize,
  body.entry_119741 .mainLayout .entryBody .textSize,
  body.entry_119742 .mainLayout .entryBody .textSize,
  body.entry_119743 .mainLayout .entryBody .textSize,
  body.entry_120400 .mainLayout .entryBody .textSize,
  body.entry_120402 .mainLayout .entryBody .textSize,
  body.entry_120401 .mainLayout .entryBody .textSize,
  body.entry_120406 .mainLayout .entryBody .textSize,
  body.entry_120405 .mainLayout .entryBody .textSize,
  body.entry_120404 .mainLayout .entryBody .textSize,
  body.entry_120403 .mainLayout .entryBody .textSize,
  body.entry_120410 .mainLayout .entryBody .textSize,
  body.entry_120409 .mainLayout .entryBody .textSize,
  body.entry_120408 .mainLayout .entryBody .textSize,
  body.entry_120407 .mainLayout .entryBody .textSize,
  body.entry_120411 .mainLayout .entryBody .textSize,
  body.entry_119731 .mainLayout .entryBody .entry__telegram,
  body.entry_119732 .mainLayout .entryBody .entry__telegram,
  body.entry_119733 .mainLayout .entryBody .entry__telegram,
  body.entry_119734 .mainLayout .entryBody .entry__telegram,
  body.entry_119735 .mainLayout .entryBody .entry__telegram,
  body.entry_119736 .mainLayout .entryBody .entry__telegram,
  body.entry_119737 .mainLayout .entryBody .entry__telegram,
  body.entry_119738 .mainLayout .entryBody .entry__telegram,
  body.entry_119739 .mainLayout .entryBody .entry__telegram,
  body.entry_119740 .mainLayout .entryBody .entry__telegram,
  body.entry_119741 .mainLayout .entryBody .entry__telegram,
  body.entry_119742 .mainLayout .entryBody .entry__telegram,
  body.entry_119743 .mainLayout .entryBody .entry__telegram,
  body.entry_120400 .mainLayout .entryBody .entry__telegram,
  body.entry_120402 .mainLayout .entryBody .entry__telegram,
  body.entry_120401 .mainLayout .entryBody .entry__telegram,
  body.entry_120406 .mainLayout .entryBody .entry__telegram,
  body.entry_120405 .mainLayout .entryBody .entry__telegram,
  body.entry_120404 .mainLayout .entryBody .entry__telegram,
  body.entry_120403 .mainLayout .entryBody .entry__telegram,
  body.entry_120410 .mainLayout .entryBody .entry__telegram,
  body.entry_120409 .mainLayout .entryBody .entry__telegram,
  body.entry_120408 .mainLayout .entryBody .entry__telegram,
  body.entry_120407 .mainLayout .entryBody .entry__telegram,
  body.entry_120411 .mainLayout .entryBody .entry__telegram,
  body.entry_119731 .mainLayout .entryBody .social-likes,
  body.entry_119732 .mainLayout .entryBody .social-likes,
  body.entry_119733 .mainLayout .entryBody .social-likes,
  body.entry_119734 .mainLayout .entryBody .social-likes,
  body.entry_119735 .mainLayout .entryBody .social-likes,
  body.entry_119736 .mainLayout .entryBody .social-likes,
  body.entry_119737 .mainLayout .entryBody .social-likes,
  body.entry_119738 .mainLayout .entryBody .social-likes,
  body.entry_119739 .mainLayout .entryBody .social-likes,
  body.entry_119740 .mainLayout .entryBody .social-likes,
  body.entry_119741 .mainLayout .entryBody .social-likes,
  body.entry_119742 .mainLayout .entryBody .social-likes,
  body.entry_119743 .mainLayout .entryBody .social-likes,
  body.entry_120400 .mainLayout .entryBody .social-likes,
  body.entry_120402 .mainLayout .entryBody .social-likes,
  body.entry_120401 .mainLayout .entryBody .social-likes,
  body.entry_120406 .mainLayout .entryBody .social-likes,
  body.entry_120405 .mainLayout .entryBody .social-likes,
  body.entry_120404 .mainLayout .entryBody .social-likes,
  body.entry_120403 .mainLayout .entryBody .social-likes,
  body.entry_120410 .mainLayout .entryBody .social-likes,
  body.entry_120409 .mainLayout .entryBody .social-likes,
  body.entry_120408 .mainLayout .entryBody .social-likes,
  body.entry_120407 .mainLayout .entryBody .social-likes,
  body.entry_120411 .mainLayout .entryBody .social-likes,
  body.entry_119731 .mainLayout .entryBody .snobLike,
  body.entry_119732 .mainLayout .entryBody .snobLike,
  body.entry_119733 .mainLayout .entryBody .snobLike,
  body.entry_119734 .mainLayout .entryBody .snobLike,
  body.entry_119735 .mainLayout .entryBody .snobLike,
  body.entry_119736 .mainLayout .entryBody .snobLike,
  body.entry_119737 .mainLayout .entryBody .snobLike,
  body.entry_119738 .mainLayout .entryBody .snobLike,
  body.entry_119739 .mainLayout .entryBody .snobLike,
  body.entry_119740 .mainLayout .entryBody .snobLike,
  body.entry_119741 .mainLayout .entryBody .snobLike,
  body.entry_119742 .mainLayout .entryBody .snobLike,
  body.entry_119743 .mainLayout .entryBody .snobLike,
  body.entry_120400 .mainLayout .entryBody .snobLike,
  body.entry_120402 .mainLayout .entryBody .snobLike,
  body.entry_120401 .mainLayout .entryBody .snobLike,
  body.entry_120406 .mainLayout .entryBody .snobLike,
  body.entry_120405 .mainLayout .entryBody .snobLike,
  body.entry_120404 .mainLayout .entryBody .snobLike,
  body.entry_120403 .mainLayout .entryBody .snobLike,
  body.entry_120410 .mainLayout .entryBody .snobLike,
  body.entry_120409 .mainLayout .entryBody .snobLike,
  body.entry_120408 .mainLayout .entryBody .snobLike,
  body.entry_120407 .mainLayout .entryBody .snobLike,
  body.entry_120411 .mainLayout .entryBody .snobLike,
  body.entry_119731 .mainLayout .entryBody .social-likes__widget_odnoklassniki,
  body.entry_119732 .mainLayout .entryBody .social-likes__widget_odnoklassniki,
  body.entry_119733 .mainLayout .entryBody .social-likes__widget_odnoklassniki,
  body.entry_119734 .mainLayout .entryBody .social-likes__widget_odnoklassniki,
  body.entry_119735 .mainLayout .entryBody .social-likes__widget_odnoklassniki,
  body.entry_119736 .mainLayout .entryBody .social-likes__widget_odnoklassniki,
  body.entry_119737 .mainLayout .entryBody .social-likes__widget_odnoklassniki,
  body.entry_119738 .mainLayout .entryBody .social-likes__widget_odnoklassniki,
  body.entry_119739 .mainLayout .entryBody .social-likes__widget_odnoklassniki,
  body.entry_119740 .mainLayout .entryBody .social-likes__widget_odnoklassniki,
  body.entry_119741 .mainLayout .entryBody .social-likes__widget_odnoklassniki,
  body.entry_119742 .mainLayout .entryBody .social-likes__widget_odnoklassniki,
  body.entry_119743 .mainLayout .entryBody .social-likes__widget_odnoklassniki,
  body.entry_120400 .mainLayout .entryBody .social-likes__widget_odnoklassniki,
  body.entry_120402 .mainLayout .entryBody .social-likes__widget_odnoklassniki,
  body.entry_120401 .mainLayout .entryBody .social-likes__widget_odnoklassniki,
  body.entry_120406 .mainLayout .entryBody .social-likes__widget_odnoklassniki,
  body.entry_120405 .mainLayout .entryBody .social-likes__widget_odnoklassniki,
  body.entry_120404 .mainLayout .entryBody .social-likes__widget_odnoklassniki,
  body.entry_120403 .mainLayout .entryBody .social-likes__widget_odnoklassniki,
  body.entry_120410 .mainLayout .entryBody .social-likes__widget_odnoklassniki,
  body.entry_120409 .mainLayout .entryBody .social-likes__widget_odnoklassniki,
  body.entry_120408 .mainLayout .entryBody .social-likes__widget_odnoklassniki,
  body.entry_120407 .mainLayout .entryBody .social-likes__widget_odnoklassniki,
  body.entry_120411 .mainLayout .entryBody .social-likes__widget_odnoklassniki,
  body.entry_119731 .mainLayout .entryBody .social-likes__widget_surfingbird,
  body.entry_119732 .mainLayout .entryBody .social-likes__widget_surfingbird,
  body.entry_119733 .mainLayout .entryBody .social-likes__widget_surfingbird,
  body.entry_119734 .mainLayout .entryBody .social-likes__widget_surfingbird,
  body.entry_119735 .mainLayout .entryBody .social-likes__widget_surfingbird,
  body.entry_119736 .mainLayout .entryBody .social-likes__widget_surfingbird,
  body.entry_119737 .mainLayout .entryBody .social-likes__widget_surfingbird,
  body.entry_119738 .mainLayout .entryBody .social-likes__widget_surfingbird,
  body.entry_119739 .mainLayout .entryBody .social-likes__widget_surfingbird,
  body.entry_119740 .mainLayout .entryBody .social-likes__widget_surfingbird,
  body.entry_119741 .mainLayout .entryBody .social-likes__widget_surfingbird,
  body.entry_119742 .mainLayout .entryBody .social-likes__widget_surfingbird,
  body.entry_119743 .mainLayout .entryBody .social-likes__widget_surfingbird,
  body.entry_120400 .mainLayout .entryBody .social-likes__widget_surfingbird,
  body.entry_120402 .mainLayout .entryBody .social-likes__widget_surfingbird,
  body.entry_120401 .mainLayout .entryBody .social-likes__widget_surfingbird,
  body.entry_120406 .mainLayout .entryBody .social-likes__widget_surfingbird,
  body.entry_120405 .mainLayout .entryBody .social-likes__widget_surfingbird,
  body.entry_120404 .mainLayout .entryBody .social-likes__widget_surfingbird,
  body.entry_120403 .mainLayout .entryBody .social-likes__widget_surfingbird,
  body.entry_120410 .mainLayout .entryBody .social-likes__widget_surfingbird,
  body.entry_120409 .mainLayout .entryBody .social-likes__widget_surfingbird,
  body.entry_120408 .mainLayout .entryBody .social-likes__widget_surfingbird,
  body.entry_120407 .mainLayout .entryBody .social-likes__widget_surfingbird,
  body.entry_120411 .mainLayout .entryBody .social-likes__widget_surfingbird,
  body.entry_119731 .mainLayout .entryBody .entryFeatures,
  body.entry_119732 .mainLayout .entryBody .entryFeatures,
  body.entry_119733 .mainLayout .entryBody .entryFeatures,
  body.entry_119734 .mainLayout .entryBody .entryFeatures,
  body.entry_119735 .mainLayout .entryBody .entryFeatures,
  body.entry_119736 .mainLayout .entryBody .entryFeatures,
  body.entry_119737 .mainLayout .entryBody .entryFeatures,
  body.entry_119738 .mainLayout .entryBody .entryFeatures,
  body.entry_119739 .mainLayout .entryBody .entryFeatures,
  body.entry_119740 .mainLayout .entryBody .entryFeatures,
  body.entry_119741 .mainLayout .entryBody .entryFeatures,
  body.entry_119742 .mainLayout .entryBody .entryFeatures,
  body.entry_119743 .mainLayout .entryBody .entryFeatures,
  body.entry_120400 .mainLayout .entryBody .entryFeatures,
  body.entry_120402 .mainLayout .entryBody .entryFeatures,
  body.entry_120401 .mainLayout .entryBody .entryFeatures,
  body.entry_120406 .mainLayout .entryBody .entryFeatures,
  body.entry_120405 .mainLayout .entryBody .entryFeatures,
  body.entry_120404 .mainLayout .entryBody .entryFeatures,
  body.entry_120403 .mainLayout .entryBody .entryFeatures,
  body.entry_120410 .mainLayout .entryBody .entryFeatures,
  body.entry_120409 .mainLayout .entryBody .entryFeatures,
  body.entry_120408 .mainLayout .entryBody .entryFeatures,
  body.entry_120407 .mainLayout .entryBody .entryFeatures,
  body.entry_120411 .mainLayout .entryBody .entryFeatures {
    display: none;
  }
  body.entry_119731 .mainLayout .entryBody .columnistsSocial .social-likes,
  body.entry_119732 .mainLayout .entryBody .columnistsSocial .social-likes,
  body.entry_119733 .mainLayout .entryBody .columnistsSocial .social-likes,
  body.entry_119734 .mainLayout .entryBody .columnistsSocial .social-likes,
  body.entry_119735 .mainLayout .entryBody .columnistsSocial .social-likes,
  body.entry_119736 .mainLayout .entryBody .columnistsSocial .social-likes,
  body.entry_119737 .mainLayout .entryBody .columnistsSocial .social-likes,
  body.entry_119738 .mainLayout .entryBody .columnistsSocial .social-likes,
  body.entry_119739 .mainLayout .entryBody .columnistsSocial .social-likes,
  body.entry_119740 .mainLayout .entryBody .columnistsSocial .social-likes,
  body.entry_119741 .mainLayout .entryBody .columnistsSocial .social-likes,
  body.entry_119742 .mainLayout .entryBody .columnistsSocial .social-likes,
  body.entry_119743 .mainLayout .entryBody .columnistsSocial .social-likes,
  body.entry_120400 .mainLayout .entryBody .columnistsSocial .social-likes,
  body.entry_120402 .mainLayout .entryBody .columnistsSocial .social-likes,
  body.entry_120401 .mainLayout .entryBody .columnistsSocial .social-likes,
  body.entry_120406 .mainLayout .entryBody .columnistsSocial .social-likes,
  body.entry_120405 .mainLayout .entryBody .columnistsSocial .social-likes,
  body.entry_120404 .mainLayout .entryBody .columnistsSocial .social-likes,
  body.entry_120403 .mainLayout .entryBody .columnistsSocial .social-likes,
  body.entry_120410 .mainLayout .entryBody .columnistsSocial .social-likes,
  body.entry_120409 .mainLayout .entryBody .columnistsSocial .social-likes,
  body.entry_120408 .mainLayout .entryBody .columnistsSocial .social-likes,
  body.entry_120407 .mainLayout .entryBody .columnistsSocial .social-likes,
  body.entry_120411 .mainLayout .entryBody .columnistsSocial .social-likes {
    display: block;
  }
  body.entry_119731 .mainLayout .entryBody .content,
  body.entry_119732 .mainLayout .entryBody .content,
  body.entry_119733 .mainLayout .entryBody .content,
  body.entry_119734 .mainLayout .entryBody .content,
  body.entry_119735 .mainLayout .entryBody .content,
  body.entry_119736 .mainLayout .entryBody .content,
  body.entry_119737 .mainLayout .entryBody .content,
  body.entry_119738 .mainLayout .entryBody .content,
  body.entry_119739 .mainLayout .entryBody .content,
  body.entry_119740 .mainLayout .entryBody .content,
  body.entry_119741 .mainLayout .entryBody .content,
  body.entry_119742 .mainLayout .entryBody .content,
  body.entry_119743 .mainLayout .entryBody .content,
  body.entry_120400 .mainLayout .entryBody .content,
  body.entry_120402 .mainLayout .entryBody .content,
  body.entry_120401 .mainLayout .entryBody .content,
  body.entry_120406 .mainLayout .entryBody .content,
  body.entry_120405 .mainLayout .entryBody .content,
  body.entry_120404 .mainLayout .entryBody .content,
  body.entry_120403 .mainLayout .entryBody .content,
  body.entry_120410 .mainLayout .entryBody .content,
  body.entry_120409 .mainLayout .entryBody .content,
  body.entry_120408 .mainLayout .entryBody .content,
  body.entry_120407 .mainLayout .entryBody .content,
  body.entry_120411 .mainLayout .entryBody .content {
    padding-top: 300px;
  }
  body.entry_119731 .mainLayout .entryBody .content p,
  body.entry_119732 .mainLayout .entryBody .content p,
  body.entry_119733 .mainLayout .entryBody .content p,
  body.entry_119734 .mainLayout .entryBody .content p,
  body.entry_119735 .mainLayout .entryBody .content p,
  body.entry_119736 .mainLayout .entryBody .content p,
  body.entry_119737 .mainLayout .entryBody .content p,
  body.entry_119738 .mainLayout .entryBody .content p,
  body.entry_119739 .mainLayout .entryBody .content p,
  body.entry_119740 .mainLayout .entryBody .content p,
  body.entry_119741 .mainLayout .entryBody .content p,
  body.entry_119742 .mainLayout .entryBody .content p,
  body.entry_119743 .mainLayout .entryBody .content p,
  body.entry_120400 .mainLayout .entryBody .content p,
  body.entry_120402 .mainLayout .entryBody .content p,
  body.entry_120401 .mainLayout .entryBody .content p,
  body.entry_120406 .mainLayout .entryBody .content p,
  body.entry_120405 .mainLayout .entryBody .content p,
  body.entry_120404 .mainLayout .entryBody .content p,
  body.entry_120403 .mainLayout .entryBody .content p,
  body.entry_120410 .mainLayout .entryBody .content p,
  body.entry_120409 .mainLayout .entryBody .content p,
  body.entry_120408 .mainLayout .entryBody .content p,
  body.entry_120407 .mainLayout .entryBody .content p,
  body.entry_120411 .mainLayout .entryBody .content p {
    font-size: 16px;
    line-height: 20px;
    padding: 0 43px 0 100px;
  }
  body.entry_119731 .entryBody {
    background: url(/i/promotion/macao-calender/calender.png) no-repeat 136px 153px;
  }
  body.entry_119732 .entryBody {
    background: url(/i/promotion/macao-calender/rat.png) no-repeat 136px 153px;
  }
  body.entry_119733 .entryBody {
    background: url(/i/promotion/macao-calender/bull.png) no-repeat 136px 153px;
  }
  body.entry_119734 .entryBody {
    background: url(/i/promotion/macao-calender/tiger.png) no-repeat 136px 153px;
  }
  body.entry_119735 .entryBody {
    background: url(/i/promotion/macao-calender/rabbit.png) no-repeat 136px 153px;
  }
  body.entry_119736 .entryBody {
    background: url(/i/promotion/macao-calender/dragon.png) no-repeat 136px 153px;
  }
  body.entry_119737 .entryBody {
    background: url(/i/promotion/macao-calender/snake.png) no-repeat 136px 153px;
  }
  body.entry_119738 .entryBody {
    background: url(/i/promotion/macao-calender/horse.png) no-repeat 136px 153px;
  }
  body.entry_119739 .entryBody {
    background: url(/i/promotion/macao-calender/goat.png) no-repeat 136px 153px;
  }
  body.entry_119740 .entryBody {
    background: url(/i/promotion/macao-calender/monkey.png) no-repeat 136px 153px;
  }
  body.entry_119741 .entryBody {
    background: url(/i/promotion/macao-calender/rooster.png) no-repeat 136px 153px;
  }
  body.entry_119742 .entryBody {
    background: url(/i/promotion/macao-calender/dog.png) no-repeat 136px 153px;
  }
  body.entry_119743 .entryBody {
    background: url(/i/promotion/macao-calender/pig.png) no-repeat 136px 153px;
  }
  .macaoLogo {
    display: block;
    position: absolute;
    right: 44px;
    top: 72px;
  }
}
.macaoCircle {
  width: 426px;
  height: 426px;
  margin: 30px 0 30px 150px;
  position: relative;
}
.macaoCircle img {
  position: absolute;
  top: 0;
  left: auto;
  display: block;
}
.macaoCircle map {
  position: relative;
}
.macaoCircle.hover .macao__circle {
  display: block;
  position: absolute;
  transition-property: height, width, top, left;
  transition-duration: 300ms;
  transition-timing-function: ease-in;
  background: #000;
  border-radius: 50%;
  width: 0;
  height: 0;
}
.macaoCircle.hover .macao__circle._open {
  width: 60px;
  height: 60px;
}
.macaoCircle._macao_bull .macao__circle {
  top: 68px;
  left: 212px;
}
.macaoCircle._macao_bull .macao__circle._open {
  top: 38px;
  left: 182px;
}
.macaoCircle._macao_rat .macao__circle {
  top: 86px;
  left: 288px;
}
.macaoCircle._macao_rat .macao__circle._open {
  top: 56px;
  left: 258px;
}
.macaoCircle._macao_pig .macao__circle {
  top: 139px;
  left: 333px;
}
.macaoCircle._macao_pig .macao__circle._open {
  top: 109px;
  left: 303px;
}
.macaoCircle._macao_dog .macao__circle {
  top: 213px;
  left: 359px;
}
.macaoCircle._macao_dog .macao__circle._open {
  top: 183px;
  left: 329px;
}
.macaoCircle._macao_rooster .macao__circle {
  top: 287px;
  left: 340px;
}
.macaoCircle._macao_rooster .macao__circle._open {
  top: 257px;
  left: 310px;
}
.macaoCircle._macao_monkey .macao__circle {
  top: 341px;
  left: 287px;
}
.macaoCircle._macao_monkey .macao__circle._open {
  top: 311px;
  left: 257px;
}
.macaoCircle._macao_goat .macao__circle {
  top: 358px;
  left: 212px;
}
.macaoCircle._macao_goat .macao__circle._open {
  top: 328px;
  left: 182px;
}
.macaoCircle._macao_horse .macao__circle {
  top: 343px;
  left: 140px;
}
.macaoCircle._macao_horse .macao__circle._open {
  top: 313px;
  left: 110px;
}
.macaoCircle._macao_snake .macao__circle {
  top: 287px;
  left: 85px;
}
.macaoCircle._macao_snake .macao__circle._open {
  top: 257px;
  left: 55px;
}
.macaoCircle._macao_dragon .macao__circle {
  top: 214px;
  left: 66px;
}
.macaoCircle._macao_dragon .macao__circle._open {
  top: 184px;
  left: 36px;
}
.macaoCircle._macao_rabbit .macao__circle {
  top: 145px;
  left: 90px;
}
.macaoCircle._macao_rabbit .macao__circle._open {
  top: 115px;
  left: 60px;
}
.macaoCircle._macao_tiger .macao__circle {
  top: 91px;
  left: 142px;
}
.macaoCircle._macao_tiger .macao__circle._open {
  top: 61px;
  left: 112px;
}
@media (max-width: 500px) {
  .macaoCircle {
    width: auto;
    margin: 40px auto;
  }
  .macaoCircle img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}
@media (min-width: 990px) {
  body.entry_120400 .h-layoutWide,
  body.entry_120402 .h-layoutWide,
  body.entry_120401 .h-layoutWide,
  body.entry_120406 .h-layoutWide,
  body.entry_120405 .h-layoutWide,
  body.entry_120404 .h-layoutWide,
  body.entry_120403 .h-layoutWide,
  body.entry_120410 .h-layoutWide,
  body.entry_120409 .h-layoutWide,
  body.entry_120408 .h-layoutWide,
  body.entry_120407 .h-layoutWide,
  body.entry_120411 .h-layoutWide {
    background: url(/i/promotion/macao-calender/macao-calender-bg-2.jpg) no-repeat center 271px;
  }
  body.entry_120400 .mainLayout .entryBody .h1,
  body.entry_120402 .mainLayout .entryBody .h1,
  body.entry_120401 .mainLayout .entryBody .h1,
  body.entry_120406 .mainLayout .entryBody .h1,
  body.entry_120405 .mainLayout .entryBody .h1,
  body.entry_120404 .mainLayout .entryBody .h1,
  body.entry_120403 .mainLayout .entryBody .h1,
  body.entry_120410 .mainLayout .entryBody .h1,
  body.entry_120409 .mainLayout .entryBody .h1,
  body.entry_120408 .mainLayout .entryBody .h1,
  body.entry_120407 .mainLayout .entryBody .h1,
  body.entry_120411 .mainLayout .entryBody .h1 {
    display: block;
  }
  body.entry_120410 .entryBody {
    background: url(/i/promotion/macao-calender/Vodolej.png) no-repeat 136px 153px;
  }
  body.entry_120411 .entryBody {
    background: url(/i/promotion/macao-calender/Ryby.png) no-repeat 136px 153px;
  }
  body.entry_120400 .entryBody {
    background: url(/i/promotion/macao-calender/Oven.png) no-repeat 136px 153px;
  }
  body.entry_120401 .entryBody {
    background: url(/i/promotion/macao-calender/Telec.png) no-repeat 136px 153px;
  }
  body.entry_120402 .entryBody {
    background: url(/i/promotion/macao-calender/Bliznecy.png) no-repeat 136px 153px;
  }
  body.entry_120403 .entryBody {
    background: url(/i/promotion/macao-calender/Rak.png) no-repeat 136px 153px;
  }
  body.entry_120404 .entryBody {
    background: url(/i/promotion/macao-calender/Lev.png) no-repeat 136px 153px;
  }
  body.entry_120405 .entryBody {
    background: url(/i/promotion/macao-calender/Deva.png) no-repeat 136px 153px;
  }
  body.entry_120406 .entryBody {
    background: url(/i/promotion/macao-calender/Vesy.png) no-repeat 136px 153px;
  }
  body.entry_120407 .entryBody {
    background: url(/i/promotion/macao-calender/Scorpion.png) no-repeat 136px 153px;
  }
  body.entry_120408 .entryBody {
    background: url(/i/promotion/macao-calender/Strelec.png) no-repeat 136px 153px;
  }
  body.entry_120409 .entryBody {
    background: url(/i/promotion/macao-calender/Kozerog.png) no-repeat 136px 153px;
  }
}
/*counter font*/
@font-face {
  font-family: 'electronicacregular';
  src: url('/fonts/electronica/electronicac-webfont.eot');
  src: url('/fonts/electronica/electronicac-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/electronica/electronicac-webfont.woff') format('woff'), url('/fonts/electronica/electronicac-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 770px) {
  .entryBody .content table {
    width: 650px;
    font-size: 13px;
  }
  .stuff .media.image.alignLeft {
    width: 640px;
  }
  article .main .media.image dt.source {
    padding: 5px 0 0;
    line-height: 10px;
  }
}
.entry__commentsCount {
  margin-right: 7px;
  padding-left: 14px;
  background-repeat: no-repeat;
  background-position: bottom left;
  color: #666;
  font: 12px/16px Georgia, serif;
  vertical-align: baseline;
}
.entry__commentsCount_replies {
  background-image: url("/i/new/magazine/i-count-replies.png");
}
.entry__commentsCount_repliers {
  background-image: url("/i/new/magazine/i-count-repliers.png");
}
.h-entry__opinion {
  text-align: center;
  margin-bottom: 25px;
}
.h-entry__opinion .entry__opinion {
  position: relative;
  display: inline-block;
  background-color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 16px 14px;
  color: #010101;
  margin-bottom: 10px;
  border: 1px solid #010101;
  border-radius: 2px;
}
.h-entry__opinion .entry__opinion:hover {
  background-color: #000;
  color: #fff;
}
.h-entry__opinion .entry__opinion:hover:after {
  border-color: #010101 transparent transparent transparent;
}
.h-entry__opinion .entry__opinion:before,
.h-entry__opinion .entry__opinion:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -12px;
  left: 16px;
  border-style: solid;
  border-width: 12px 12px 0 0;
  border-color: #010101 transparent transparent transparent;
}
.h-entry__opinion .entry__opinion:after {
  bottom: -10px;
  left: 17px;
  border-width: 10px 10px 0 0;
  border-color: #fff transparent transparent transparent;
}
.entryBody {
  border: 1px solid #C7C7C7;
  padding: 39px 25px 39px 39px;
  position: relative;
  background: #fff;
  color: #000;
  /* сама запись */
  /* измененный размер текста */
}
.entryBody .entryBodyBreadcrumb {
  color: #000;
  font-size: 11px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin-top: -13px;
  overflow: hidden;
  width: 240px;
}
.entryBody .entryBodyBreadcrumb a {
  color: #000 !important;
}
.entryBody .entryBodyBreadcrumb a:hover {
  color: #000 !important;
  text-decoration: underline;
}
.entryBody h1 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 40px;
  padding: 0 130px 0 0;
  margin: 20px 0 12px 0;
}
.entryBody h1 .userInSubject {
  color: #333;
  font: bold italic 36px / 40px Georgia, Times, "Times New Roman", serif;
}
.entryBody .meta {
  max-width: 58%;
  margin-bottom: 8px;
  color: #929292;
  font-size: 14px;
  line-height: 18px;
}
.entryBody .meta > time,
.entryBody .meta > .g-viewsCounter {
  display: inline-block;
  vertical-align: top;
}
.entryBody .meta a > span {
  font-family: Arial, sans-serif;
  color: #929292;
}
.entryBody .meta a {
  color: #4c4c4c;
}
.entryBody .meta__authors {
  display: inline-block;
}
.entryBody .meta > time,
.entryBody .meta__authors {
  padding-top: 4px;
}
.entryBody .meta .author {
  display: block;
}
.entryBody .meta .author a {
  color: #333;
  font: italic 14px / 16px Georgia, Times, "Times New Roman", serif;
}
.entryBody .meta .author a.snob {
  font-weight: bold;
}
.entryBody .content h2 a,
.entryBody .content h3 a,
.entryBody .content strong a,
.entryBody .content p a,
.entryBody .content li a,
.entryBody .content table a {
  color: #f00;
  text-decoration: underline;
}
.entryBody .content h2 a:hover,
.entryBody .content h3 a:hover,
.entryBody .content strong a:hover,
.entryBody .content p a:hover,
.entryBody .content li a:hover,
.entryBody .content table a:hover {
  color: #f63;
}
.entryBody .content strong a,
.entryBody .content h2 a,
.entryBody .content h3 a {
  font-weight: bold;
}
.entryBody .content ol,
.entryBody .content ul {
  margin: 0 0 23px;
  padding-left: 22px;
}
.entryBody .content ol li,
.entryBody .content ul li {
  color: #C7C7C7;
  font-size: 14px;
  display: list-item;
  line-height: 23px;
  padding-left: 3px;
  text-align: left;
}
.entryBody .content ol li span,
.entryBody .content ul li span {
  color: #000;
}
.entryBody .content ul li {
  list-style-image: url('/i/new/bg-ul-li.gif');
  padding-left: 4px;
}
.entryBody .content .about-project-watermark {
  position: absolute;
  z-index: -1;
  zoom: 1;
  display: block;
  width: 87px;
  height: 84px;
  top: 0;
  left: 0;
  background: url(/i/new/about-project-watermark.gif) 0 0 no-repeat;
}
.entryBody .content img.initial {
  float: left;
  margin: 5px 4px 0 0;
}
.entryBody p span.capital {
  font-size: 36px;
  line-height: 24px;
}
.entryBody .content.smallFS h2 {
  font-size: 16px;
}
.entryBody .content.smallFS h3,
.entryBody .content.smallFS p,
.entryBody .content.smallFS li span {
  font-size: 12px;
}
.entryBody .content.bigFS h2 {
  font-size: 20px;
}
.entryBody .content.bigFS h3,
.entryBody .content.bigFS p,
.entryBody .content.bigFS li span {
  font-size: 16px;
}
article {
  /* сама запись */
  /* измененный размер текста */
}
article .textSize {
  border-top: 2px solid #000;
  clear: both;
  margin: 4px 0 27px;
}
article .textSize big,
article .textSize small,
article .textSize span {
  display: block;
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: #fff url('/i/new/i-textSize.gif') -19px 0 no-repeat;
  float: right;
  font-size: 1px;
  line-height: 1px;
  margin-top: -6px;
  overflow: hidden;
  text-indent: -100px;
  position: relative;
}
article .textSize big {
  background-position: -29px 0;
  margin-right: 20px;
  width: 29px;
}
article .textSize small {
  background-position: 10px 0;
  width: 29px;
}
article hgroup h3.lead {
  margin-bottom: 13px;
  font: bold normal 14px / 21px "Helvetica Neue", Helvetica, Arial, sans-serif;
  clear: both;
}
article hgroup h3.lead a {
  color: #f00;
  text-decoration: underline;
}
article .content h2 a,
article .content h3 a,
article .content strong a,
article .content p a,
article .content li a,
article .content table a {
  color: #f00;
  text-decoration: underline;
}
article .content h2 a:hover,
article .content h3 a:hover,
article .content strong a:hover,
article .content p a:hover,
article .content li a:hover,
article .content table a:hover {
  color: #f63;
}
article .content strong a,
article .content h2 a,
article .content h3 a {
  font-weight: bold;
}
article .content h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
  margin-bottom: 11px;
}
article .content h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 23px;
  margin-bottom: 10px;
}
article .content p {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 23px;
  text-align: justify;
  word-break: break-word;
}
article .content ol,
article .content ul {
  margin: 0 0 23px;
  padding-left: 40px;
}
article .content ol li,
article .content ul li {
  color: #C7C7C7;
  font-size: 14px;
  display: list-item;
  line-height: 23px;
  padding-left: 5px;
  text-align: justify;
}
article .content ol li span,
article .content ul li span {
  color: #000;
}
article .content ol li {
  list-style: decimal;
}
article .content ul li {
  list-style-image: url('/i/new/bg-ul-li.gif');
  padding-left: 4px;
}
article .content .about-project-watermark {
  position: absolute;
  z-index: -1;
  zoom: 1;
  display: block;
  width: 87px;
  height: 84px;
  top: 0;
  left: 0;
  background: url(/i/new/about-project-watermark.gif) 0 0 no-repeat;
}
article .content img.initial {
  float: left;
  margin: 5px 4px 0 0;
}
article .content .entryBody__cutdown,
article .content p .entryBody__cutdown {
  text-decoration: none;
  color: #000;
  display: block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: bold;
}
article .content .entryBody__cutdown:hover,
article .content p .entryBody__cutdown:hover {
  color: #F00;
}
article .content.smallFS h2 {
  font-size: 16px;
}
article .content.smallFS h3,
article .content.smallFS p,
article .content.smallFS li span {
  font-size: 12px;
}
article .content.bigFS h2 {
  font-size: 20px;
}
article .content.bigFS h3,
article .content.bigFS p,
article .content.bigFS li span {
  font-size: 16px;
}
article .entryArrows__prev,
article .entryArrows__next {
  box-sizing: border-box;
  display: block;
  background: url(/i/entry/pagination-arrows.png) no-repeat;
  width: 144px;
  height: 60px;
  font: bold normal 12px / 1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding-top: 18px;
  text-align: center;
}
article .entryArrows__next {
  float: right;
}
article .entryArrows__prev {
  float: left;
  background-position: 0 -60px;
}
article p.entryArrows a.entryArrows__prev,
article p.entryArrows a.entryArrows__next {
  color: #fff;
  text-decoration: none;
}
article p.entryArrows a.entryArrows__prev:hover,
article p.entryArrows a.entryArrows__next:hover {
  color: #fff;
}
.entryBody .content ol,
.blogEntryBody .content ol {
  counter-reset: item;
  position: relative;
}
.entryBody .content ol li,
.blogEntryBody .content ol li {
  list-style: none;
}
.entryBody .content ol li:before,
.blogEntryBody .content ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #000;
  font-style: italic;
  font-weight: bold;
  position: absolute;
  left: 10px;
}
.entryBody .tag,
.blogEntryBody .tag {
  color: #7a7979;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  clear: left;
  margin-bottom: 10px;
}
.entryBody .tag a,
.blogEntryBody .tag a {
  color: #08335f;
  font-weight: normal;
}
.entryBody .paginationControl__next,
.blogEntryBody .paginationControl__next,
.entryBody .paginationControl__prev,
.blogEntryBody .paginationControl__prev {
  display: none;
}
/* media */
.entryBody .media {
  position: relative;
  z-index: 99 !important;
}
.entryBody .media.video {
  z-index: auto!important;
}
.entryBody .media.video ul.videoSeek,
.blogEntryBody .media.video ul.videoSeek {
  margin: 18px 0 0;
}
.entryBody .media.video ul.videoSeek li,
.blogEntryBody .media.video ul.videoSeek li {
  text-align: left;
  list-style: none;
  background: url('/i/entry/video-dot.gif') no-repeat 0px 5px;
  padding-left: 18px;
  font: bold normal 13px / 21px Georgia, Times, "Times New Roman", serif;
}
.entryBody .media.video ul.videoSeek li a,
.blogEntryBody .media.video ul.videoSeek li a {
  color: #636563;
}
.entryBody * + div.digit,
.blogEntryBody * + div.digit {
  float: none;
}
.entryBody * + .digit.digit-1,
.blogEntryBody * + .digit.digit-1 {
  float: left;
}
.entryBody div.digit-1 + .digit.digit-2,
.blogEntryBody div.digit-1 + .digit.digit-2 {
  float: left;
}
.entryBody .digit-2 + *,
.blogEntryBody .digit-2 + * {
  clear: both;
}
.entryBody .digit,
.blogEntryBody .digit {
  text-align: center;
  width: 47%;
  padding: 0 1.5%;
  display: block;
  float: left;
  vertical-align: top;
  margin: 12px auto;
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
}
.entryBody .digit__value,
.blogEntryBody .digit__value {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 20px;
}
.entryBody .digit__units,
.blogEntryBody .digit__units {
  font-size: 0.917em;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.entryBody .digit__description p,
.blogEntryBody .digit__description p {
  font: normal normal 1.17em / 1.714 "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}
.entryBody .digit.first + p,
.blogEntryBody .digit.first + p {
  clear: both;
}
.entryBody .quote,
.blogEntryBody .quote {
  margin: 22px 0 12px;
}
.entryBody .quote__author,
.blogEntryBody .quote__author {
  float: left;
  width: 17%;
  margin-right: 5%;
  text-align: center;
}
.entryBody .quote__author img,
.blogEntryBody .quote__author img {
  display: inline-block;
  max-width: 100px;
  border-radius: 50%;
  margin: 6px 0;
}
.entryBody .quote__author .quote__name a,
.blogEntryBody .quote__author .quote__name a {
  color: #ff0000;
  text-decoration: underline;
}
.entryBody .quote__author .quote__name,
.blogEntryBody .quote__author .quote__name,
.entryBody .quote__author .quote__position,
.blogEntryBody .quote__author .quote__position {
  display: block;
  font-size: 1.17em;
  line-height: 1.57;
}
.entryBody .quote__body,
.blogEntryBody .quote__body {
  width: 78%;
  float: left;
}
.entryBody .quote__body p,
.blogEntryBody .quote__body p {
  margin-bottom: 10px;
}
.entryBody .quote__body p,
.blogEntryBody .quote__body p,
.entryBody .quote__note p,
.blogEntryBody .quote__note p {
  text-align: left;
}
.entryBody .quote__note p,
.blogEntryBody .quote__note p {
  font-size: 12px;
  line-height: 19px;
  color: #808080;
}
.entryBody .media.video ul.videoSeek,
.entryBody .media dd,
.blog .media dd {
  overflow: hidden;
}
.entryBody .media.audio,
.blog .media.audio {
  margin-bottom: 23px;
}
.media.image,
.blog .media.image {
  margin: 0 0 31px;
}
.media.image dd,
.blog .media.image dd {
  padding: 34px 0;
  border: 6px solid #e5e5e5;
  text-align: center;
}
.media.image dd img,
.blog .media.image dd img {
  display: block;
  margin: 0 auto;
}
.media.image dt,
.blog .media.image dt {
  color: #c4c4c4;
  margin-top: -40px;
  font-family: Tahoma;
  font-size: 10px;
  line-height: 12px;
  padding: 11px 0;
  text-align: center;
}
.media.image dt.description,
.blog .media.image dt.description {
  color: #545454;
  font-family: Arial;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  margin: 10px 0 0;
  padding-bottom: 0;
}
.media.image.alignLeft,
.blog .media.image.alignLeft {
  float: left;
  margin: 5px 27px 27px 0;
  overflow: hidden;
}
.stuff .media.image.alignLeft {
  margin: 5px 0 27px 0;
  float: none;
  clear: left;
}
.media.image.alignRight,
.blog .media.image.alignRight {
  float: right;
  margin: 5px 0 27px 27px;
}
.media.image.alignCenter dd,
.media.image.alignLeft dd,
.media.image.alignRight dd,
.blog .media.image.alignCenter dd,
.blog .media.image.alignLeft dd,
.blog .media.image.alignRight dd {
  background: none;
  border: none;
  margin-bottom: 17px;
  padding: 0;
}
.stuff .media.image.alignLeft DD {
  padding: 0 !important;
}
.stuff .media.image.alignLeft DD IMG {
  margin: 0;
}
.media.image.alignLeft dt,
.media.image.alignRight dt,
.blog .media.image.alignLeft dt,
.blog .media.image.alignRight dt {
  color: #737373;
  margin-top: -17px;
  padding: 2px 0 0;
  text-align: right;
}
.media.image.alignCenter dt,
.blog .media.image.alignCenter dt {
  margin-top: -17px;
  text-align: center;
}
.media.image.alignRight dt,
.blog .media.image.alignRight dt {
  text-align: right;
}
.media.image.alignLeft dt.description,
.media.image.alignRight dt.description,
.blog .media.image.alignLeft dt.description,
.blog .media.image.alignRight dt.description {
  color: #737373;
  margin-top: 0;
}
.main .media.image,
.blog .main .media.image {
  margin: 25px 0 15px;
}
.main .media.image dd,
.blog .main .media.image dd {
  padding: 0;
}
.main .media.image dt,
.blog .main .media.image dt {
  margin: 0;
  text-align: right;
  padding: 5px 0 14px;
}
.main .media.image dt.description,
.blog .main .media.image dt.description {
  color: #737373;
  padding: 5px 0 0;
  text-align: left;
}
.media.video dd iframe[src~="//instagram.com"] {
  height: 600px!important;
}
.media.video dd iframe.twitter-tweet {
  margin: 0 auto!important;
}
.media.video dd #adriver_banner_714760706 {
  margin-left: -24px;
}
.media.video dd iframe {
  width: 1px;
  min-width: 100%;
  *width: 100%;
}
.entryBody .media.video ul.videoSeek,
.entryBody .media dd,
.blog .media dd {
  overflow: visible!important;
}
.media.video dd,
.blog .media.video dd {
  text-align: center;
  z-index: 2;
}
.media.video dd .wtf_broadcast {
  text-align: left;
}
.main .media.video,
.content.body .media.video,
.blog .content.body .media.video {
  margin: 45px 0;
  z-index: 2;
}
.popupImageGallery img {
  float: left;
  margin: 0 2px 2px 0;
  cursor: url('/i/magnify.cur'), pointer;
  position: relative;
  z-index: 2;
}
.popupBigGallery {
  overflow: hidden;
  margin: 33px 0;
  position: fixed;
  border: solid 1px #000;
  position: absolute;
  background: #fff;
  padding: 19px;
  z-index: 9999999;
}
.popupBigGallery .close {
  background: url('/i/subscribe/close.png');
  cursor: pointer;
  height: 24px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
}
.popupBigGallery img {
  cursor: pointer;
  cursor: move;
  position: relative;
}
.semiAccess {
  margin: 40px -39px 0;
}
.semiAccess .wrapper {
  background: #f2f2f2 url('/i/magazine/i-snobAccessLogo.png') no-repeat 51px 28px;
  padding: 22px 70px 0 270px;
  position: relative;
  width: auto !important;
}
.semiAccess p {
  font-family: Arial;
}
.semiAccess .info {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 17px;
  color: #919191;
}
.semiAccess .text {
  margin-bottom: 15px;
  font: normal 17px/21px Georgia;
  word-spacing: 1px;
  padding: 6px 0 0 3px;
  text-align: left;
}
.semiAccess .text-choice-format {
  /*margin-bottom: 15px;*/
  font: normal 16px/21px Georgia;
  padding: 0px 0 0 3px;
}
.semiAccess .text strong {
  color: #de0505;
  font-weight: normal;
}
.semiAccess .status a,
.semiAccess .status span {
  text-decoration: underline;
  color: #08335f;
  cursor: pointer;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}
.semiAccess .btn {
  background: url('/i/magazine/bt-join.png') 18px 23px no-repeat;
  margin: -15px 0 0 -16px;
  padding: 23px 0 33px 18px;
  width: 228px;
}
.semiAccess .btn a {
  display: block;
  width: 176px;
  height: 26px;
}
.semiAccess .additionInfo {
  margin: 0;
  padding: 24px 78px 90px 269px;
  font-size: 12px;
  line-height: 15px;
}
.semiAccess .additionInfo a {
  text-decoration: none;
  color: #08335f;
  font-weight: normal;
}
.semiAccess .additionInfo a:hover {
  color: #08335f;
  text-decoration: underline;
}
.semiAccess .text-join {
  font: bold 12px/22px Arial;
  margin: 0;
  padding: 0 0 0 2px;
}
/* цитаты в тексте   */
body .h-layoutWide .h-layoutNarrow .inline-share {
  height: 25px;
  float: right;
}
body .h-layoutWide .h-layoutNarrow .inline-share ul.social-likes {
  margin: 0;
  padding: 0;
}
body .h-layoutWide .h-layoutNarrow .inline-share ul.social-likes li {
  margin-right: 18px;
  list-style-image: none;
  padding: 0;
}
body .h-layoutWide .h-layoutNarrow .citation {
  border: 0;
  display: block;
  padding: 40px 0;
  margin: 70px 0;
  position: relative;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
body .h-layoutWide .h-layoutNarrow .citation p {
  margin: 0;
  padding: 0;
  font: italic 31px/37px Georgia, serif;
  color: #000;
  text-align: center;
}
body .h-layoutWide .h-layoutNarrow .citation .repost {
  position: absolute;
  bottom: -40px;
  left: 0;
}
body .h-layoutWide .h-layoutNarrow .citation ul.social-likes {
  margin: 0;
  padding: 0;
}
body .h-layoutWide .h-layoutNarrow .citation ul.social-likes li {
  margin-right: 18px;
  list-style-image: none;
  padding: 0;
}
body .h-layoutWide .h-layoutNarrow .citation:before,
body .h-layoutWide .h-layoutNarrow .citation:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
}
body .h-layoutWide .h-layoutNarrow .citation:before {
  top: -30px;
}
body .h-layoutWide .h-layoutNarrow .citation:after {
  bottom: -30px;
}
blockquote .quoteLeft,
blockquote .quoteRight {
  width: 41px;
  height: 36px;
  background: url('/i/entry/quote.gif') no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
body blockquote .quoteRight {
  background-position: -41px 0;
  top: auto;
  left: auto;
  right: 0;
  bottom: 5px;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* стили списка для ЛБ и тредов*/
.text ol,
.text ul {
  margin: 0 0 23px;
  padding-left: 40px;
}
.text ul li {
  list-style-image: url("/i/new/bg-ul-li.gif");
  padding-left: 4px;
}
.text ol li,
.text ul li {
  display: list-item;
  font-size: 14px;
  line-height: 23px;
  padding-left: 3px;
  text-align: justify;
}
.copy-deny {
  background: url("/i/d.gif") repeat scroll 0 0 transparent;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/*шляпа из global*/
.entryBody .content.about.withoutExtra {
  padding-left: 0;
}
.entryBody .content.about.withoutComment {
  overflow: hidden;
}
* html .entryBody div.content.about.withoutComment {
  height: 1%;
}
.entryBody .content.about .media.image.author {
  border: 0;
  float: left;
  margin: 6px 0 30px -245px;
  width: 220px;
}
.entryBody .content.about .media.image.author dd {
  border: 6px solid #e5e5e5;
  margin: 0;
  padding: 0;
}
.entryBody .content.about .media.image.author dd img {
  width: 208px;
}
.entryBody .content.about .media.image.author dt {
  color: #c7c7c7;
  font-size: 11px;
  margin-top: 0;
  padding: 5px 0 3px;
}
* html .entryBody .content.about .media.image.author {
  display: inline;
}
/* entryFeatures */
.entryFeatures {
  float: right;
  margin: 43px 0 11px 0 !important;
  padding: 0;
  white-space: nowrap;
}
.entryFeatures li {
  float: left;
  list-style: none !important;
  list-style-image: none !important;
  margin: 0 0 0 5px !important;
  padding: 0 !important;
}
.entryFeatures li a {
  float: left;
  display: block;
  width: 25px;
  height: 25px;
  background: url('/i/ico.png') no-repeat;
  text-indent: -9999px;
  font-family: Arial;
  font-size: 11px;
  line-height: 14px;
  color: #ef5f07;
  position: relative;
}
.entryFeatures li a.rss {
  padding-left: 30px;
  width: auto;
  line-height: 25px;
  text-indent: 0;
}
.entryFeatures li a.take {
  background-position: -44px -123px;
}
.entryFeatures li a.take span {
  color: #7f7f7f;
  cursor: pointer;
  display: block;
  height: 23px;
  font-size: 9px;
  line-height: 11px;
  text-indent: 0;
  padding: 7px 31px 0 0;
  position: absolute;
  right: 0;
}
.entryFeatures li a.take.minus {
  background-position: -19px -123px;
}
.entryFeatures li a.take.minus span {
  height: 18px;
  padding-top: 7px;
}
.entryFeatures li a.forprint {
  background-position: -69px -123px;
}
.entryFeatures-thread {
  /* float: right;
      clear: right;*/
  padding-top: 10px;
}
/* some media  */
.entryBody .videoButton {
  overflow: hidden;
  height: 21px;
  margin-bottom: 23px;
}
.entryBody .videoButton span {
  float: left;
  background: url('/i/bubble_right_side.png') 100% -130px no-repeat;
  color: #fff;
  white-space: nowrap;
  font-size: 12px;
  line-height: 14px;
  height: 21px;
}
.entryBody .videoButton b {
  background: url('/i/bubble_left_side.png') 0 -130px no-repeat;
  display: block;
  float: left;
  height: 21px;
}
.entryBody .videoButton a {
  display: block;
  padding: 3px 6px 3px 28px;
  color: #fff;
  text-decoration: none;
  background: url('/i/video_btn.gif') 7px 50% no-repeat;
}
.entryBody .videoButton a:hover {
  color: #fff !important;
}
.entryBody .relatedImage {
  float: right;
  margin: 7px 0 15px 30px;
}
/* group content */
.entryBody .groupBtn {
  background: url('/i/btn-entryBodyMainGleanGroup.png') -178px 0 no-repeat;
  height: 21px;
  margin: -13px 0 27px 300px;
  overflow: hidden;
  padding-left: 1px;
  position: relative;
  z-index: 99;
}
.entryBody .groupBtn i {
  background: url('/i/btn-entryBodyMainGleanGroup.png') 0 -21px no-repeat;
  float: left;
  font-size: 0;
  height: 9px;
  line-height: 0;
  margin: 7px -15px 0 6px;
  overflow: hidden;
  position: relative;
  width: 9px;
}
.entryBody .groupBtn span {
  background: url('/i/btn-entryBodyMainGleanGroup.png') right top no-repeat;
  color: #013457;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 21px;
  padding: 0 9px 0 19px;
}
.entryBody .groupBtn.active i {
  background-position: -9px -21px;
}
.entryBody dl.group {
  display: none;
  position: relative;
}
.entryBody dl.group.active {
  display: block;
  background: transparent none;
}
.entryBody dl.group dt {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 5px;
}
.entryBody dl.group dd {
  margin-top: 9px;
  font-size: 14px;
  line-height: 23px;
  text-align: justify;
}
/*  хаки */
* html .entryBody .textSize big {
  display: inline;
}
* html .entryBody ol li,
* html .entryBody ul li {
  vertical-align: top;
}
.entryBody .content table {
  margin-bottom: 23px;
}
.entryBody .content table thead {
  background: #efefef;
}
.entryBody .content table thead tr th:last-child {
  border-right: 0;
}
.entryBody .content table thead tr th {
  padding: 11px;
  font: 15px/22px Arial !important;
  color: #333;
  border-right: 1px solid #e5e5e5;
  border-top: 2px solid #f00;
}
.entryBody .content table tr td {
  padding: 11px;
  border-bottom: 1px #bfbfbf solid;
  text-align: left;
}
.entryBody .content table tr td p {
  text-align: left;
  margin-bottom: 0;
}
.entryBody .content table tr td p em {
  font-style: italic;
}
.entryBody .content table tr td[align="center"] {
  text-align: center;
}
.entryBody .content table tr td[align="center"] p {
  text-align: center;
}
.entryBody .content table tr td[align="right"] {
  text-align: right;
}
.entryBody .content table tr td[align="right"] p {
  text-align: right;
}
.entry__promo {
  overflow: hidden;
}
.entry__telegram {
  display: block;
}
.entry__telegram img {
  max-width: 100%;
}
body.entry_127101 .footerContainer,
body.entry_127101 .h-wrapper-count {
  display: none;
}
body.entry_107668 .entryBody {
  padding: 39px 6px;
  border: 0;
}
/*# sourceMappingURL=entry.css.map */