@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic; }

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type=text]::-ms-clear {
  display: none; }

input[type="search"]::-webkit-search-decoration {
  display: none; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

textarea,
input {
  border-radius: 0; }

input[type=image] {
  padding: 0;
  border: none; }

input:focus, textarea:focus {
  outline: none; }

input[type="email"]:invalid,
input[type="number"]:invalid {
  box-shadow: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

mark {
  background: none; }

q {
  quotes: none; }

q:before,
q:after {
  content: '';
  content: none; }

p, dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/*svg { overflow: hidden;}*/
.a-left {
  text-align: left; }

.a-right {
  text-align: right; }

.a-center {
  text-align: center; }

.fleft {
  float: left; }

.fright {
  float: right; }

.ovhidden {
  overflow: hidden; }

.ellipsis {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.layout:after {
  content: "";
  display: table;
  width: 100%;
  clear: both; }

.rss-block .container:after, .ideas-page-bg .ideas-page-holder:after, .video-page-popup .bottom-panel:after, .popup-holder:after, .all-world-popup .towns:after, .social-block-holder .social:after, .hot-news-block.layout > div:after, #content:after {
  content: "";
  display: table;
  width: 100%;
  clear: both; }

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/**
 * @package		PickMeUp - jQuery datepicker plugin
 * @author		Nazar Mokrynskyi <nazar@mokrynskyi.com>
 * @author		Stefan Petre <www.eyecon.ro>
 * @copyright	Copyright (c) 2013-2015, Nazar Mokrynskyi
 * @copyright	Copyright (c) 2008-2009, Stefan Petre
 * @license		MIT License, see license.txt
 */
.pickmeup {
  border-radius: 0.4em;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: none;
  position: absolute; }
  .pickmeup * {
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .pickmeup .pmu-instance {
    display: inline-block;
    padding: .5em;
    text-align: center;
    width: 450px; }
    .pickmeup .pmu-instance .pmu-button {
      color: #eee;
      cursor: pointer;
      outline: none;
      text-decoration: none;
      font-weight: 100; }
    .pickmeup .pmu-instance .pmu-today {
      background: #17384d;
      color: #88c5eb; }
    .pickmeup .pmu-instance .pmu-button:hover {
      background: "transparent";
      color: #88c5eb; }
    .pickmeup .pmu-instance .pmu-not-in-month {
      color: #666; }
    .pickmeup .pmu-instance .pmu-disabled,
    .pickmeup .pmu-instance .pmu-disabled:hover {
      color: #333;
      cursor: default; }
    .pickmeup .pmu-instance .pmu-selected {
      background: #fff;
      color: #000; }
    .pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
      background: #fff; }
    .pickmeup .pmu-instance nav {
      color: #eee;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      line-height: 2em; }
      .pickmeup .pmu-instance nav *:first-child :hover {
        color: #88c5eb; }
      .pickmeup .pmu-instance nav .pmu-prev,
      .pickmeup .pmu-instance nav .pmu-next {
        display: none;
        height: 2em;
        width: 1em; }
      .pickmeup .pmu-instance nav .pmu-month {
        width: 14em; }
    .pickmeup .pmu-instance .pmu-years *,
    .pickmeup .pmu-instance .pmu-months * {
      display: inline-block;
      line-height: 3.6em;
      width: 125px;
      height: 61px;
      background: #676767;
      margin: 0 18px 18px 0; }
    .pickmeup .pmu-instance .pmu-day-of-week {
      color: #999;
      cursor: default;
      display: none; }
    .pickmeup .pmu-instance .pmu-day-of-week *,
    .pickmeup .pmu-instance .pmu-days * {
      display: inline-block;
      line-height: 3.5em;
      width: 58px;
      height: 58px;
      font-size: 18px;
      font-weight: 100;
      position: relative; }
    .pickmeup .pmu-instance .pmu-day-of-week * {
      line-height: 1.8em; }
  .pickmeup .pmu-instance:first-child .pmu-prev,
  .pickmeup .pmu-instance:last-child .pmu-next {
    display: block; }
  .pickmeup .pmu-instance:first-child .pmu-month,
  .pickmeup .pmu-instance:last-child .pmu-month {
    width: 13em; }
  .pickmeup .pmu-instance:first-child:last-child .pmu-month {
    width: 100%;
    font-size: 36px;
    color: rgba(255, 255, 255, 0.4);
    height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin: 0 0 20px 0; }
  .pickmeup:not(.pmu-view-days) .pmu-days, .pickmeup:not(.pmu-view-days) .pmu-day-of-week, .pickmeup:not(.pmu-view-months) .pmu-months, .pickmeup:not(.pmu-view-years) .pmu-years {
    display: none; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  /*background: #f9f9f9;*/
  /*color: #444;*/
  padding: 0 !important;
  text-shadow: none;
  /*-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;*/ }

.fancybox-opened {
  z-index: 8030; }

/*.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}*/
.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.98); }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/bundles/newsoneapp/images/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  /*background: url('fancybox_loading.gif') center center no-repeat;*/ }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  /*background: url('fancybox_overlay.png');*/
  background: rgba(0, 0, 0, 0.85); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    /*background-image: url('fancybox_sprite@2x.png');*/
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    /*background-image: url('fancybox_loading@2x.gif');*/
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
/*
Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%; }

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */ }

.select2-container .select2-choice {
  display: block;
  height: 50px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  /*border: 1px solid #aaa;*/
  white-space: nowrap;
  line-height: 50px;
  color: #262626;
  text-decoration: none;
  /*border-radius: 4px;*/
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  /*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(to top, #eee 0%, #fff 50%);*/ }

html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0; }

.select2-container.select2-drop-above .select2-choice {
  /*border-bottom-color: #aaa;*/
  /*border-radius: 0 0 4px 4px;*/
  /*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);*/ }

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px; }

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto; }

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0; }

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url("select2.png") right top no-repeat;
  cursor: pointer;
  outline: 0; }

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block; }

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer; }

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: rgba(51, 51, 51, 0.98);
  color: #FFFFFF;
  /*border: 1px solid #aaa;*/
  border-top: 0;
  /*border-radius: 0 0 4px 4px;*/
  /*-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, .15);*/ }

.select2-drop.select2-drop-above {
  margin-top: 1px;
  /*border-top: 1px solid #aaa;*/
  border-bottom: 0;
  /*border-radius: 4px 4px 0 0;

  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
          box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);*/ }

.select2-drop-active {
  /*border: 1px solid #5897fb;*/
  border-top: none; }

.select2-drop.select2-drop-above.select2-drop-active {
  /*border-top: 1px solid #5897fb;*/ }

.select2-drop-auto-width {
  /*border-top: 1px solid #aaa;*/
  width: auto; }

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%); }

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px; }

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("select2.png") no-repeat 0 1px; }

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px; }

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding: 4px 4px 0 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap; }

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  /*font-family: sans-serif;
  font-size: 1em;*/
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url("select2.png") no-repeat 100% -22px;
  background: url("select2.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("select2.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2.png") no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0; }

html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url("select2.png") no-repeat -37px -22px;
  background: url("select2.png") no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("select2.png") no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2.png") no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2.png") no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0; }

.select2-search input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100%;
  background: url("select2-spinner.gif") no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("select2-spinner.gif") no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2-spinner.gif") no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2-spinner.gif") no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0; }

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  /*border: 1px solid #5897fb;*/
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #fff 0%, #eee 50%); }

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  /*border: 1px solid #5897fb;*/
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%); }

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none; }

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none; }

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px; }

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px; }

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent; }

html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px; }

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0; }

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none; }

.select2-results li.select2-result-with-children > .select2-result-label {
  /*font-weight: bold;*/ }

.select2-results .select2-result-label {
  padding: 8px 7px 9px;
  margin: 0;
  cursor: pointer;
  font-weight: 100;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.select2-results-dept-1 .select2-result-label {
  padding-left: 20px; }

.select2-results-dept-2 .select2-result-label {
  padding-left: 40px; }

.select2-results-dept-3 .select2-result-label {
  padding-left: 60px; }

.select2-results-dept-4 .select2-result-label {
  padding-left: 80px; }

.select2-results-dept-5 .select2-result-label {
  padding-left: 100px; }

.select2-results-dept-6 .select2-result-label {
  padding-left: 110px; }

.select2-results-dept-7 .select2-result-label {
  padding-left: 120px; }

.select2-results .select2-highlighted {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff; }

.select2-results li em {
  background: #feffde;
  font-style: normal; }

.select2-results .select2-highlighted em {
  background: transparent; }

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000; }

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: rgba(51, 51, 51, 0.98);
  display: list-item;
  padding-left: 5px; }

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-selected {
  display: none; }

.select2-more-results.select2-active {
  background: #f4f4f4 url("select2-spinner.gif") no-repeat 100%; }

.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2); }

.select2-more-results {
  background: #f4f4f4;
  display: list-item; }

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0; }

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none; }

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  /*border: 1px solid #aaa;*/
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  /*background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);*/ }

html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px; }

.select2-locked {
  padding: 3px 5px 3px 5px !important; }

.select2-container-multi .select2-choices {
  min-height: 50px; }

.select2-container-multi.select2-container-active .select2-choices {
  /*border: 1px solid #5897fb;*/
  outline: none;
  /*-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
          box-shadow: 0 0 5px rgba(0, 0, 0, .3);*/ }

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none; }

html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right; }

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 14px;
  margin: 1px 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 100;
  /*font-family: sans-serif;
  font-size: 100%;
  color: #666;*/
  color: #262626;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important; }

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100% !important; }

.select2-default {
  color: #262626 !important; }

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 9px 25px 9px 10px;
  margin: 12px 0px 0 10px;
  position: relative;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 100;
  color: #FFF;
  cursor: default;
  /*border: 1px solid #aaaaaa;*/
  border-radius: 15px;
  /*-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);*/
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgba(0, 0, 0, 0.5);
  /*background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);*/ }

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px; }

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default; }

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4; }

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 8px;
  top: 9px;
  font-size: 1px;
  outline: none;
  /*background: url('select2.png') right top no-repeat;*/ }

html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px; }

/*.select2-container-multi .select2-search-choice-close {*/
/*left: 8px;*/
/*}*/
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px; }

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px; }

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px; }

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none; }

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline; }

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important; }

.select2-display-none {
  display: none; }

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll; }

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url("select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important; }

  .select2-search input {
    background-position: 100% -21px !important; } }
html, body {
  min-height: 100%; }

body {
  margin: 0;
  color: #333333;
  font: 1em/normal "cera_cy", Arial, Helvetica, sans-serif;
  background: #f4f4f4;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  min-width: 320px;
  background: #131418;
  zoom: .75; }
  @media all and (max-width: 1024px) {
    body {
      zoom: 1; } }

a {
  text-decoration: none;
  color: #333333;
  transition: all 0.15s ease-in-out 0s;
  transition-property: color, background, border-color; }

input, textarea, select, button {
  font: 1em/normal "cera_cy", Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #fff; }

iframe, video, object, embed {
  vposition: absolute;
  top: 0;
  left: 0;
  width: 831px;
  height: 500px; }

textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top; }

::-moz-placeholder {
  color: #fff;
  opacity: 1; }

:-ms-input-placeholder {
  color: #fff; }

::-webkit-input-placeholder {
  color: #fff; }

input [type="email"], input [type="tel"], input[type="search"], input[type="text"], input[type="password"], input[type="file"], input[type="submit"], textarea {
  -webkit-appearance: none; }

h1 {
  font-size: 3.000em;
  margin: 0.67em 0;
  font-weight: 300; }

h2 {
  font-size: 2.250em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.750em;
  margin: 1em 0;
  font-weight: 500; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
  transition: all 0.15s ease-in-out 0s; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

figure {
  margin: 0;
  padding: 0; }

/*unclude font-face*/
@font-face {
  font-family: 'cera_cy';
  src: url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_regular_italic-webfont.eot");
  src: url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_regular_italic-webfont.eot?#iefix") format("embedded-opentype"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_regular_italic-webfont.woff2") format("woff2"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_regular_italic-webfont.woff") format("woff"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_regular_italic-webfont.ttf") format("truetype"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_regular_italic-webfont.svg#cera_cyitalic") format("svg");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: 'cera_cy';
  src: url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_thin_italic-webfont.eot");
  src: url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_thin_italic-webfont.eot?#iefix") format("embedded-opentype"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_thin_italic-webfont.woff2") format("woff2"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_thin_italic-webfont.woff") format("woff"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_thin_italic-webfont.ttf") format("truetype"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_thin_italic-webfont.svg#cera_cythin_italic") format("svg");
  font-weight: 100;
  font-style: italic; }
@font-face {
  font-family: 'cera_cy_thin';
  src: url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_thin-webfont.eot");
  src: url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_thin-webfont.eot?#iefix") format("embedded-opentype"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_thin-webfont.woff2") format("woff2"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_thin-webfont.woff") format("woff"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_thin-webfont.ttf") format("truetype"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_thin-webfont.svg#cera_cythin") format("svg");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'cera_cy';
  src: url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy-webfont.eot");
  src: url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy-webfont.eot?#iefix") format("embedded-opentype"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy-webfont.woff2") format("woff2"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy-webfont.woff") format("woff"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy-webfont.ttf") format("truetype"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy-webfont.svg#cera_cyregular") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'cera_cy';
  src: url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_light_italic-webfont.eot");
  src: url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_light_italic-webfont.eot?#iefix") format("embedded-opentype"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_light_italic-webfont.woff2") format("woff2"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_light_italic-webfont.woff") format("woff"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_light_italic-webfont.ttf") format("truetype"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_light_italic-webfont.svg#cera_cylight_italic") format("svg");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'cera_cy';
  src: url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_light-webfont.eot");
  src: url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_light-webfont.eot?#iefix") format("embedded-opentype"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_light-webfont.woff2") format("woff2"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_light-webfont.woff") format("woff"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_light-webfont.ttf") format("truetype"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_light-webfont.svg#cera_cylight") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'cera_cy';
  src: url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_medium_italic-webfont.eot");
  src: url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_medium_italic-webfont.eot?#iefix") format("embedded-opentype"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_medium_italic-webfont.woff2") format("woff2"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_medium_italic-webfont.woff") format("woff"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_medium_italic-webfont.ttf") format("truetype"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_medium_italic-webfont.svg#cera_cymedium_italic") format("svg");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: 'cera_cy';
  src: url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_medium-webfont.eot");
  src: url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_medium-webfont.eot?#iefix") format("embedded-opentype"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_medium-webfont.woff2") format("woff2"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_medium-webfont.woff") format("woff"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_medium-webfont.ttf") format("truetype"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_medium-webfont.svg#cera_cymedium") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'cera_cy';
  src: url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_black_italic-webfont.eot");
  src: url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_black_italic-webfont.eot?#iefix") format("embedded-opentype"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_black_italic-webfont.woff2") format("woff2"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_black_italic-webfont.woff") format("woff"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_black_italic-webfont.ttf") format("truetype"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_black_italic-webfont.svg#cera_cyblack_italic") format("svg");
  font-weight: 600;
  font-style: italic; }
@font-face {
  font-family: 'cera_cy';
  src: url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_black-webfont.eot");
  src: url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_black-webfont.eot?#iefix") format("embedded-opentype"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_black-webfont.woff2") format("woff2"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_black-webfont.woff") format("woff"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_black-webfont.ttf") format("truetype"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_black-webfont.svg#cera_cyblack") format("svg");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'cera_cy';
  src: url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_bold_italic-webfont.eot");
  src: url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_bold_italic-webfont.eot?#iefix") format("embedded-opentype"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_bold_italic-webfont.woff2") format("woff2"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_bold_italic-webfont.woff") format("woff"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_bold_italic-webfont.ttf") format("truetype"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_bold_italic-webfont.svg#cera_cybold_italic") format("svg");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: 'cera_cy';
  src: url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_bold-webfont.eot");
  src: url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_bold-webfont.eot?#iefix") format("embedded-opentype"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_bold-webfont.woff2") format("woff2"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_bold-webfont.woff") format("woff"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_bold-webfont.ttf") format("truetype"), url("/bundles/newsoneapp/fonts/type_me_fonts_-_cera_cy_bold-webfont.svg#cera_cybold") format("svg");
  font-weight: 700;
  font-style: normal; }
/*include font-icon*/
@font-face {
  font-family: 'icomoon';
  src: url("/bundles/newsoneapp/fonts/icomoon.eot?-8fipr7");
  src: url("/bundles/newsoneapp/fonts/icomoon.eot?#iefix-8fipr7") format("embedded-opentype"), url("/bundles/newsoneapp/fonts/icomoon.ttf?-8fipr7") format("truetype"), url("/bundles/newsoneapp/fonts/icomoon.woff?-8fipr7") format("woff"), url("/bundles/newsoneapp/fonts/icomoon.svg?-8fipr7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-google:before {
  content: "\e616"; }

.icon-news_one_arronw-dwn_icon:before {
  content: "\e600";
  display: inline-block;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 10px; }

.icon-news_one_calendar_icon:before {
  content: "\e601"; }

.icon-news_one_close_icon:before {
  content: "\e602"; }

.icon-news_one_comment_icon:before {
  content: "\e603";
  display: inline-block;
  vertical-align: top;
  padding: 3px 6px 0 0;
  font-size: 18px; }

.icon-news_one_marker_icon:before {
  content: "\e604"; }

.icon-news_one_play_icon:before {
  content: "\e605"; }

.icon-news_one_search_icon:before {
  content: "\e606"; }

.icon-news_one_share-icon:before {
  content: "\e607"; }

.icon-news_one_theme_icon:before {
  content: "\e608"; }

.icon-news_one_watch_icon:before {
  content: "\e609";
  display: inline-block;
  vertical-align: top;
  padding: 0 1px 0 0; }

.icon-newsone_icons_Android_icon:before {
  content: "\e60a"; }

.icon-newsone_icons_Apple_icon:before {
  content: "\e60b"; }

.icon-newsone_icons_Drop_icon:before {
  content: "\e60c"; }

.icon-newsone_icons_Facebook:before {
  content: "\e60d"; }

.icon-newsone_icons_fawicon .path1:before {
  content: "\e60e";
  color: #000; }

.icon-newsone_icons_fawicon .path2:before {
  content: "\e60f";
  margin-left: -1em;
  color: white; }

.icon-newsone_icons_fawicon .path3:before {
  content: "\e610";
  margin-left: -1em;
  color: #ff2727; }

.icon-newsone_icons_Idea_lamp:before {
  content: "\e611"; }

.icon-newsone_icons_Ideas:before {
  content: "\e612"; }

.icon-newsone_icons_Location:before {
  content: "\e613"; }

.icon-newsone_icons_Themes:before {
  content: "\e61a"; }

.icon-newsone_icons_Twitter:before {
  content: "\e614"; }

.icon-newsone_icons_vk:before {
  content: "\e615"; }

/*global style*/
.wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.header-holder {
  max-width: 1366px;
  margin: 0 auto;
  position: relative; }

.w1 {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: #eceef0; }
  .w1.index-page {
    padding-top: 40px; }

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media all and (max-width: 330px) {
    .container.filter-list {
      padding: 0 10px; }
    .container .container {
      padding: 0; }
    .container .container .filter li {
      padding: 0; } }

.bottom-block {
  font-weight: 300;
  overflow: hidden; }
  .bottom-block .date,
  .bottom-block .views-comments-block {
    display: inline-block;
    vertical-align: top; }

.comments {
  padding: 0 14px 0 0; }

/*== HEADER BLOCK ==*/
.header {
  background: #131418;
  height: 80px;
  width: 100%;
  position: relative; }
  .header .logo {
    width: 130px;
    height: 36px;
    margin: 23px 33px 0 0; }
  .header .nav-block {
    width: 166px; }
    .header .nav-block .first-nav {
      list-style: none;
      text-align: center;
      display: table;
      margin: 0;
      padding: 0;
      height: 80px;
      width: 100%; }
      .header .nav-block .first-nav li {
        margin: 0 15px 0 0;
        display: table-cell;
        vertical-align: middle;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        position: relative;
        border-bottom: 5px solid transparent; }
        .header .nav-block .first-nav li:hover {
          border-bottom: 5px solid #ff3333; }
        .header .nav-block .first-nav li a {
          display: block;
          position: relative;
          color: #fff;
          font-size: 12px;
          font-weight: 700;
          text-transform: uppercase;
          padding: 30px 0; }
      .header .nav-block .first-nav .activada {
        border-bottom: 5px solid #ff3333; }
  .header .overlay {
    background: rgba(0, 0, 0, 0.5);
    display: none;
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 1; }
  .header .overlay-active {
    display: block; }
  .header .burger-megamenu-holder {
    z-index: 999;
    width: 100%;
    display: none; }
    .header .burger-megamenu-holder .burger-button {
      display: table;
      height: 80px;
      width: 30px;
      position: absolute;
      right: 10px;
      top: 0; }
      .header .burger-megamenu-holder .burger-button a {
        display: table-cell;
        vertical-align: middle; }
        .header .burger-megamenu-holder .burger-button a span {
          position: relative;
          display: block;
          width: 20px;
          height: 4px;
          background: #fff;
          transition: all .2s ease-in-out; }
          .header .burger-megamenu-holder .burger-button a span:before, .header .burger-megamenu-holder .burger-button a span:after {
            position: absolute;
            background: #fff;
            content: '';
            width: 20px;
            height: 4px;
            transition: all .2s ease-in-out; }
          .header .burger-megamenu-holder .burger-button a span:before {
            top: -8px; }
          .header .burger-megamenu-holder .burger-button a span:after {
            top: 8px; }
      .header .burger-megamenu-holder .burger-button a.active span {
        background: transparent; }
        .header .burger-megamenu-holder .burger-button a.active span:before {
          transform: rotate(45deg) translate(5px, 6px); }
        .header .burger-megamenu-holder .burger-button a.active span:after {
          transform: rotate(-45deg) translate(5px, -6px); }
    .header .burger-megamenu-holder .burger-menu {
      overflow: hidden;
      background: #000;
      position: absolute;
      width: 270px;
      height: 100vh;
      right: -270px;
      top: 80px;
      padding: 0 15px;
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      z-index: -1; }
      .header .burger-megamenu-holder .burger-menu .air {
        width: 100%;
        position: relative; }
        .header .burger-megamenu-holder .burger-menu .air:after {
          content: "";
          width: 100%;
          height: 100%;
          display: block;
          background: rgba(19, 20, 24, 0.65);
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          z-index: 1;
          text-align: center;
          pointer-events: none; }
        .header .burger-megamenu-holder .burger-menu .air:before {
          content: "ЭФИР";
          color: #fff;
          width: 100%;
          height: 100%;
          display: block;
          z-index: 2;
          text-align: center;
          position: absolute;
          pointer-events: none;
          top: 45%; }
        .header .burger-megamenu-holder .burger-menu .air img {
          max-width: 240px !important; }
      .header .burger-megamenu-holder .burger-menu li {
        margin: 0 0 28px 0; }
        .header .burger-megamenu-holder .burger-menu li:nth-of-type(2) {
          margin: 0 0 18px 0; }
          .header .burger-megamenu-holder .burger-menu li:nth-of-type(2) a {
            color: white; }
        .header .burger-megamenu-holder .burger-menu li:nth-of-type(3) {
          margin: 0 0 38px 0; }
          .header .burger-megamenu-holder .burger-menu li:nth-of-type(3) a {
            color: white; }
        .header .burger-megamenu-holder .burger-menu li a {
          color: rgba(255, 255, 255, 0.5);
          font-size: 14px;
          line-height: 24px;
          text-transform: uppercase;
          display: inline-block;
          position: relative; }
      .header .burger-megamenu-holder .burger-menu .red-point {
        position: absolute;
        top: 15px;
        right: 15px;
        display: block;
        width: 5px;
        height: 5px;
        background: #ff3333;
        border-radius: 50%;
        z-index: 10; }
    .header .burger-megamenu-holder .active {
      right: 0; }
  .header .holder-menu-active:before {
    content: "";
    width: 100%;
    height: 80px;
    background: #000;
    display: block;
    position: absolute; }
  .header .bar .second-menu {
    margin: 0;
    display: table;
    height: 80px;
    position: relative;
    text-align: center; }
    .header .bar .second-menu li {
      margin: 0 15px 0 0;
      display: table-cell;
      vertical-align: middle;
      cursor: pointer;
      width: 120px;
      border-bottom: 5px solid transparent;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .header .bar .second-menu li:hover {
        border-bottom: 5px solid #ff3333; }
      .header .bar .second-menu li a {
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.5);
        font-size: 12px;
        display: inline-block;
        position: relative; }
      .header .bar .second-menu li:hover .drop-menu {
        opacity: 1;
        visibility: visible;
        z-index: 100; }
      .header .bar .second-menu li:hover .icon-news_one_arronw-dwn_icon:before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .header .bar .drop-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    margin: 0;
    padding: 22px;
    display: table;
    background: #1e1f23;
    top: 80px;
    text-align: left; }
    .header .bar .drop-menu li {
      display: table !important;
      margin: 0 0 12px 0;
      border-bottom: 5px solid transparent; }
      .header .bar .drop-menu li:hover {
        border-bottom: 5px solid #ff3333; }
      .header .bar .drop-menu li a {
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.5);
        font-size: 12px;
        display: block;
        position: relative;
        padding: 0 0 15px 0 !important; }
  .header .search-holder {
    display: block;
    width: 73px;
    text-align: center; }
    .header .search-holder .icon-news_one_search_icon {
      height: 80px;
      width: 85px;
      color: #fff;
      text-align: center;
      background: #131418;
      position: relative;
      right: 11px;
      display: block;
      padding: 32px 0; }
    .header .search-holder .icon-search-container {
      display: inline-block;
      position: relative;
      -webkit-transition: width 0.4s ease-out;
      transition: width 0.4s ease-out; }
    .header .search-holder .icon-search-container.active {
      max-width: 1366px;
      width: 100%;
      position: absolute;
      left: 0;
      z-index: 10; }
    .header .search-holder .icon-search-container.active .icon-news_one_close_icon {
      opacity: 1; }
    .header .search-holder .icon-search-container.active .search-input {
      max-width: 1366px;
      width: 100%;
      visibility: visible; }
    .header .search-holder .icon-search-container.active .icon-news_one_search_icon:after {
      content: "";
      width: 2px;
      height: 30px;
      background: #ffffff;
      position: absolute;
      top: 25px;
      right: 0;
      display: block;
      cursor: pointer; }
    .header .search-holder .icon-search-container .icon-news_one_search_icon {
      cursor: pointer;
      background: #131418; }
    .header .search-holder .icon-search-container .icon-news_one_close_icon {
      opacity: 0;
      color: #d9d9d9;
      font-size: 40px;
      position: absolute;
      top: 20px;
      right: 26px;
      -webkit-transition: opacity 0.4s ease-out;
      transition: opacity 0.4s ease-out;
      cursor: pointer; }
    .header .search-holder .icon-search-container .search-input {
      position: absolute;
      cursor: default;
      left: 70px;
      top: 0;
      width: 0;
      padding: 0 0 0 15px;
      border: none;
      outline: none;
      font-size: 18px;
      line-height: 20px;
      background: #131418;
      color: #fff;
      -webkit-transition: width 0.4s ease-out;
      transition: width 0.4s ease-out;
      visibility: hidden;
      height: 80px; }
      .header .search-holder .icon-search-container .search-input::-moz-placeholder {
        color: rgba(255, 255, 255, 0.3);
        opacity: 1; }
      .header .search-holder .icon-search-container .search-input:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.3); }
      .header .search-holder .icon-search-container .search-input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.3); }
  .header .social {
    float: left;
    font-size: 0;
    line-height: 0;
    margin: 0 24px 0 0; }
    .header .social li {
      display: inline-block; }
    .header .social li a {
      padding: 39px 0;
      display: block; }
    .header .social li + li {
      margin: 0 0 0 17px; }
    .header .social .facebook {
      width: 23px;
      height: 23px;
      background: url("/bundles/newsoneapp/images/facebook_icon.svg") no-repeat 0 50%; }
    .header .social .youtube {
      width: 30px;
      height: 22px;
      background: url("/bundles/newsoneapp/images/youtube_ico.svg") no-repeat 0 50%; }
  .header .apps-holder {
    margin: 0;
    padding: 0;
    display: table; }
    .header .apps-holder li {
      display: table-cell; }
    .header .apps-holder .icon-newsone_icons_Apple_icon,
    .header .apps-holder .icon-newsone_icons_Android_icon {
      height: 80px;
      color: rgba(255, 255, 255, 0.4);
      display: table-cell;
      vertical-align: middle;
      font-size: 26px !important;
      width: 54px;
      text-align: left; }
    .header .apps-holder .icon-newsone_icons_Apple_icon {
      text-align: center;
      padding: 0 5px 0 0; }
  .header .air-holder .air {
    width: 141px;
    height: 80px;
    background: #f20d0d;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase; }
    .header .air-holder .air:before {
      content: "";
      width: 100%;
      height: 100%;
      background-color: rgba(19, 20, 24, 0.65);
      position: absolute;
      top: 0;
      pointer-events: none; }
    .header .air-holder .air:after {
      content: "ЭФИР";
      position: absolute;
      top: 33%;
      left: 0;
      color: #fff;
      pointer-events: none;
      width: 100%;
      height: 100%;
      text-align: center; }
    .header .air-holder .air .red-point {
      position: absolute;
      width: 8px;
      height: 8px;
      background: #ff3333;
      border-radius: 50%;
      top: 11px;
      right: 9px;
      z-index: 1; }

/*== END HEADER BLOCK ==*/
.mignews-block {
  float: right;
  width: 32%; }
  @media all and (max-width: 1024px) {
    .mignews-block {
      float: none;
      width: 100%;
      margin: 0 0 40px; } }

/*== HOT-NEWS BLOCK ==*/
.hot-news-block {
  padding: 0 0 40px 0;
  width: 65%;
  float: left;
  text-align: left;
  overflow: hidden; }
  .hot-news-block .aside-left {
    max-width: 65%; }
  .hot-news-block .aside-right {
    max-width: 30.3%;
    float: right;
    padding: 0; }
    .hot-news-block .aside-right .block {
      min-height: 290px; }
  .hot-news-block .hot-news-big {
    background: #131418;
    height: 620px; }
    .hot-news-block .hot-news-big figure.frame-holder-big {
      height: 100%;
      position: relative; }
      .hot-news-block .hot-news-big figure.frame-holder-big .title-city {
        position: absolute;
        left: 0;
        bottom: -2px;
        background: #131418;
        color: #fff;
        text-transform: uppercase;
        font-size: 10px;
        padding: 14px 25px; }
      .hot-news-block .hot-news-big figure.frame-holder-big .icon-news_one_play_icon {
        color: #fff;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 60px;
        height: 44px;
        text-align: center; }
        .hot-news-block .hot-news-big figure.frame-holder-big .icon-news_one_play_icon:before {
          font-size: 25px; }
      .hot-news-block .hot-news-big figure.frame-holder-big figcaption {
        padding: 45px 45px 0 47px;
        margin: 0 0 30px;
        color: #fff;
        font-size: 36px;
        line-height: 46px;
        font-weight: 100;
        height: 190px;
        overflow: hidden; }
        .hot-news-block .hot-news-big figure.frame-holder-big figcaption a {
          color: #FFF; }
      .hot-news-block .hot-news-big figure.frame-holder-big .bottom-block {
        padding: 0 45px 9%;
        font-weight: 300; }
        .hot-news-block .hot-news-big figure.frame-holder-big .bottom-block a {
          color: rgba(255, 255, 255, 0.5); }
        .hot-news-block .hot-news-big figure.frame-holder-big .bottom-block .date,
        .hot-news-block .hot-news-big figure.frame-holder-big .bottom-block .views-comments-block {
          display: inline-block;
          vertical-align: top; }
        .hot-news-block .hot-news-big figure.frame-holder-big .bottom-block .live {
          width: 83px;
          position: relative;
          left: 12px;
          top: 2px; }
  .hot-news-block .hot-news-small {
    width: 100%; }
    .hot-news-block .hot-news-small li {
      overflow: hidden;
      margin: 0 0 40px 0;
      background: #fff; }
      .hot-news-block .hot-news-small li:last-child {
        margin: 0; }
    .hot-news-block .hot-news-small .hot-news-item {
      background: #fff;
      height: 100%; }
      .hot-news-block .hot-news-small .hot-news-item .news-metadata,
      .hot-news-block .hot-news-small .hot-news-item .image-holder {
        width: 48%;
        position: relative;
        height: 144px;
        overflow: hidden; }
        .hot-news-block .hot-news-small .hot-news-item .news-metadata img,
        .hot-news-block .hot-news-small .hot-news-item .image-holder img {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          width: 100%; }
      .hot-news-block .hot-news-small .hot-news-item .news-metadata {
        height: initial; }
      .hot-news-block .hot-news-small .hot-news-item .image-holder .title-city {
        position: absolute;
        left: 0;
        bottom: 0;
        background: #131418;
        color: #fff;
        text-transform: uppercase;
        font-size: 11px;
        padding: 13px 17px 14px 25px;
        font-weight: 500; }
      .hot-news-block .hot-news-small .hot-news-item .image-holder .icon-news_one_play_icon {
        color: #fff;
        position: absolute;
        right: 0;
        bottom: -3px;
        width: 37px;
        height: 42px;
        text-align: center; }
        .hot-news-block .hot-news-small .hot-news-item .image-holder .icon-news_one_play_icon:before {
          font-size: 25px; }
      .hot-news-block .hot-news-small .hot-news-item .news-metadata {
        padding: 19px 0 0 0; }
        .hot-news-block .hot-news-small .hot-news-item .news-metadata span {
          font-size: 17px;
          font-weight: 300;
          display: block;
          padding: 0 0 5% 0; }
        .hot-news-block .hot-news-small .hot-news-item .news-metadata .metadata {
          overflow: hidden;
          width: 210px; }
      .hot-news-block .hot-news-small .hot-news-item .bottom-block a {
        color: rgba(0, 0, 0, 0.5); }
  @media all and (max-width: 1024px) {
    .hot-news-block {
      float: none;
      width: 100%; }
      .hot-news-block .aside-left, .hot-news-block .aside-right {
        max-width: 540px; }
        .hot-news-block .aside-left .block, .hot-news-block .aside-right .block {
          min-height: 436px; }
      .hot-news-block .grid-news-holder .frame-holder .image-holder {
        height: 285px; } }
  @media all and (max-width: 414px) {
    .hot-news-block .grid-news-holder .frame-holder .image-holder {
      height: 204px; }
    .hot-news-block .aside-right .block {
      min-height: 350px; } }
  @media all and (max-width: 320px) {
    .hot-news-block .grid-news-holder .frame-holder .image-holder {
      height: 164px; }
    .hot-news-block .aside-right .block {
      min-height: 320px; } }

/*== END HOT-NEWS BLOCK ==*/
/*== LIVE-STREAM BLOCK ==*/
.live-stream-block {
  max-width: 1180px;
  margin: 0 auto;
  background: #131418;
  padding: 100px 0;
  overflow: hidden; }
  .live-stream-block .aside-left {
    max-width: 270px;
    width: 27%;
    height: 500px; }
  .live-stream-block .aside-right {
    max-width: 830px;
    width: 72%;
    position: relative; }
    .live-stream-block .aside-right .live-stream-logo {
      display: none; }
    .live-stream-block .aside-right .swiper-slide iframe {
      width: 100%;
      border: none; }
    .live-stream-block .aside-right .swiper-slide img {
      margin: 0 0 19px 0; }
    .live-stream-block .aside-right .swiper-slide .views,
    .live-stream-block .aside-right .swiper-slide .comments,
    .live-stream-block .aside-right .swiper-slide .share {
      color: rgba(255, 255, 255, 0.5);
      font-weight: 100;
      font-size: 18px;
      line-height: 30px; }
      .live-stream-block .aside-right .swiper-slide .views .icon-news_one_share-icon:before,
      .live-stream-block .aside-right .swiper-slide .comments .icon-news_one_share-icon:before,
      .live-stream-block .aside-right .swiper-slide .share .icon-news_one_share-icon:before {
        font-size: 25px;
        vertical-align: middle; }
      .live-stream-block .aside-right .swiper-slide .views .icon-news_one_watch_icon:before,
      .live-stream-block .aside-right .swiper-slide .comments .icon-news_one_watch_icon:before,
      .live-stream-block .aside-right .swiper-slide .share .icon-news_one_watch_icon:before {
        display: inline-block;
        vertical-align: top;
        padding: 3px 1px 0 0; }
    .live-stream-block .aside-right .show-title {
      color: #ffffff;
      font-size: 18px;
      line-height: 23px;
      font-weight: 100;
      display: none;
      margin: 0 0 17px 0;
      padding: 0 20px 0 0; }
    .live-stream-block .aside-right .bottom-panel {
      margin: 0 0 17px 0; }
  .live-stream-block .live-stream-logo {
    margin: 0 0 56px 0; }
  .live-stream-block .list-stream-holder {
    position: relative; }
    .live-stream-block .list-stream-holder .list-stream-list {
      height: 324px;
      position: relative; }
      .live-stream-block .list-stream-holder .list-stream-list li {
        position: relative;
        margin: 0 0 34px 0;
        padding: 10px 0 0 0; }
        .live-stream-block .list-stream-holder .list-stream-list li a {
          display: block;
          font-size: 20px;
          line-height: 24px;
          color: #fff;
          font-weight: 100;
          letter-spacing: -1px;
          padding: 0 0 0 36px; }
        .live-stream-block .list-stream-holder .list-stream-list li .active-live-stream {
          color: #ff3333; }
        .live-stream-block .list-stream-holder .list-stream-list li .no-stream {
          color: #666666; }
        .live-stream-block .list-stream-holder .list-stream-list li .icon-newsone_icons_Location:before {
          content: none;
          font-size: 35px;
          position: absolute;
          display: inline-block;
          top: -3px;
          color: #ff3333;
          margin: 0 0 0 -6px; }
      .live-stream-block .list-stream-holder .list-stream-list .active a {
        color: #ff3333 !important; }
        .live-stream-block .list-stream-holder .list-stream-list .active a:before {
          font-family: 'icomoon';
          content: "\e605";
          font-size: 30px;
          color: #ff3333;
          position: absolute;
          left: 0;
          top: 11px; }
    .live-stream-block .list-stream-holder .gradient-block {
      position: absolute;
      height: 80px;
      width: 100%;
      bottom: 0;
      left: -16px;
      pointer-events: none;
      background: -moz-linear-gradient(top, rgba(19, 20, 24, 0.1) 0%, #131418 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(19, 20, 24, 0.01)), color-stop(100%, #131418));
      background: -webkit-linear-gradient(top, rgba(19, 20, 24, 0) 0%, #131418 100%);
      background: -o-linear-gradient(top, rgba(19, 20, 24, 0) 0%, #131418 100%);
      background: -ms-linear-gradient(top, rgba(19, 20, 24, 0) 0%, #131418 100%);
      background: linear-gradient(to bottom, rgba(19, 20, 24, 0) 0%, #131418 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03131418', endColorstr='#131418', GradientType=0); }
  .live-stream-block .swiper-container {
    width: 100%;
    height: 500px; }
  .live-stream-block .swiper-pagination {
    display: none; }
  @media all and (max-width: 480px) {
    .live-stream-block .swiper-container {
      height: initial;
      min-height: 350px; } }

/*== END LIVE-STREAM BLOCK ==*/
/*== GRID NEWS  ==*/
.grid {
  margin: 0 auto; }
  @media all and (max-width: 570px) {
    .grid {
      width: 100% !important; } }

.image-holder {
  position: relative; }

.frame-holder-big .image-holder {
  height: 300px;
  overflow: hidden; }
  .frame-holder-big .image-holder img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  @media all and (max-width: 480px) {
    .frame-holder-big .image-holder {
      height: 205px; } }
  @media all and (max-width: 320px) {
    .frame-holder-big .image-holder {
      height: 160px; } }

.card-item {
  max-width: 250px;
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden; }
  @media all and (max-width: 570px) {
    .card-item {
      max-width: initial; } }

.card-item-big {
  max-width: 540px;
  width: 100%; }

.grid-news-holder {
  padding: 39px 0; }
  .grid-news-holder h2 {
    font-weight: 100;
    font-size: 34px;
    line-height: 46px;
    color: rgba(0, 0, 0, 0.4);
    margin: 0 0 38px 0;
    letter-spacing: -1px; }
  .grid-news-holder .ideas-holder,
  .grid-news-holder .social-block,
  .grid-news-holder .facebook-holder,
  .grid-news-holder .block {
    background: #fff;
    min-height: 350px;
    position: relative; }
  .grid-news-holder .social-block {
    background: #4096bf;
    color: #fff;
    min-height: 350px; }
  .grid-news-holder .block2 {
    background: #131418;
    width: 100%;
    min-height: 545px; }
  .grid-news-holder .ideas-holder {
    background: #009999;
    color: #fff; }
    .grid-news-holder .ideas-holder .ideas {
      padding: 46px 57px;
      position: relative; }
      .grid-news-holder .ideas-holder .ideas .icon-newsone_icons_Ideas:before {
        font-size: 38px; }
      .grid-news-holder .ideas-holder .ideas .title {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 14px;
        position: relative;
        top: -6px;
        left: 33px;
        letter-spacing: 4px;
        display: inline-block;
        margin: 0 0 36px 0; }
      .grid-news-holder .ideas-holder .ideas div.box {
        max-width: 300px;
        width: 90%;
        margin: 0 auto; }
        .grid-news-holder .ideas-holder .ideas div.box > p {
          font-size: 20px;
          line-height: 28px;
          font-weight: 300;
          letter-spacing: 0;
          display: inline-block;
          margin: 0 0 32px 0; }
        .grid-news-holder .ideas-holder .ideas div.box .btn-idea {
          display: inline-block;
          font-size: 14px;
          font-weight: 500;
          text-transform: uppercase;
          color: #000;
          background: #ffffff;
          text-align: center;
          padding: 18px 45px 15px 34px;
          letter-spacing: 3px;
          -webkit-transition: all 0.35s;
          transition: all 0.35s; }
          .grid-news-holder .ideas-holder .ideas div.box .btn-idea:hover {
            background: #000;
            color: #fff; }
  .grid-news-holder .frame-holder {
    position: relative;
    height: 200px; }
    .grid-news-holder .frame-holder .image-holder {
      height: 140px;
      overflow: hidden; }
      .grid-news-holder .frame-holder .image-holder img {
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
    .grid-news-holder .frame-holder .title-city {
      position: absolute;
      left: 0;
      bottom: 0;
      background: #131418;
      color: #fff;
      text-transform: uppercase;
      font-size: 11px;
      padding: 13px 17px 13px 25px;
      font-weight: 500; }
    .grid-news-holder .frame-holder .icon-news_one_play_icon {
      color: #fff;
      position: absolute;
      right: -5px;
      bottom: -2px;
      width: 60px;
      height: 44px;
      text-align: center; }
      .grid-news-holder .frame-holder .icon-news_one_play_icon:before {
        font-size: 25px; }
  .grid-news-holder .metadata {
    padding: 0 24px 020px 24px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    bottom: 0; }
    .grid-news-holder .metadata .text-block {
      min-height: 50px; }
    .grid-news-holder .metadata .bottom-block {
      color: rgba(0, 0, 0, 0.5); }
      .grid-news-holder .metadata .bottom-block a {
        color: rgba(0, 0, 0, 0.5); }
    .grid-news-holder .metadata .live {
      width: 85px; }
  .grid-news-holder .taggs .tags-block li {
    display: inline-block; }
    .grid-news-holder .taggs .tags-block li:first-child {
      display: block; }
    .grid-news-holder .taggs .tags-block li > span {
      color: rgba(0, 0, 0, 0.5);
      font-weight: 100;
      font-size: 1em;
      display: block;
      margin: 0 0 10px 0; }
    .grid-news-holder .taggs .tags-block li a {
      font-size: 14px;
      color: #666666;
      display: inline-block;
      background: #ececec;
      padding: 3px 10px;
      margin-right: 0;
      margin-bottom: 4px;
      line-height: 100%;
      -webkit-border-radius: 17px;
      border-radius: 17px;
      letter-spacing: 0;
      font-weight: 100; }
  .grid-news-holder figure {
    -webkit-transition: transform 0.35s;
    transition: transform 0.35s; }
    .grid-news-holder figure figcaption {
      padding: 19px 15px 0 26px;
      line-height: 24px;
      font-weight: 300;
      height: 100px;
      overflow: hidden; }
  .grid-news-holder .block:hover figure {
    -webkit-transform: translate3d(0, -70px, 0);
    transform: translate3d(0, -70px, 0); }
  .grid-news-holder .taggs {
    position: absolute;
    bottom: -18px;
    left: 10px;
    padding: 15px;
    min-height: 61px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .grid-news-holder .block:hover .taggs {
    -webkit-transform: translate3d(0, -69px, 0);
    transform: translate3d(0, -69px, 0);
    opacity: 1; }
  .grid-news-holder .twitter-holder {
    padding: 54px;
    max-height: 350px;
    color: #fff; }
    .grid-news-holder .twitter-holder a {
      color: #fff; }
    .grid-news-holder .twitter-holder .icon-newsone_icons_Twitter {
      display: inline-block;
      padding: 0 26px 0 0; }
      .grid-news-holder .twitter-holder .icon-newsone_icons_Twitter:before {
        font-size: 25px; }
    .grid-news-holder .twitter-holder .title {
      display: inline-block;
      margin: 0 0 40px 0; }
    .grid-news-holder .twitter-holder .twit-message {
      width: 340px;
      margin: 0 auto;
      display: block;
      font-size: 20px;
      line-height: 28px;
      font-weight: 100;
      letter-spacing: 0;
      position: relative;
      left: 20px; }
      .grid-news-holder .twitter-holder .twit-message a {
        color: #fff; }
    .grid-news-holder .twitter-holder .time {
      font-weight: 100;
      font-size: 14px;
      position: relative;
      left: 65px;
      top: 8px;
      letter-spacing: 0;
      display: block; }
  .grid-news-holder figure.frame-holder-big {
    height: 100%;
    position: relative; }
    .grid-news-holder figure.frame-holder-big .title-city {
      position: absolute;
      left: 0;
      bottom: -1px;
      background: #131418;
      color: #fff;
      text-transform: uppercase;
      font-size: 10px;
      padding: 14px 25px; }
    .grid-news-holder figure.frame-holder-big .icon-news_one_play_icon {
      color: #fff;
      position: absolute;
      right: 0;
      bottom: 0;
      width: 60px;
      height: 44px;
      text-align: center; }
      .grid-news-holder figure.frame-holder-big .icon-news_one_play_icon:before {
        font-size: 25px; }
    .grid-news-holder figure.frame-holder-big figcaption {
      padding: 45px 45px 0 57px;
      color: #fff;
      font-size: 36px;
      line-height: 46px;
      font-weight: 100;
      letter-spacing: -1px;
      height: 145px; }
      .grid-news-holder figure.frame-holder-big figcaption a {
        color: #fff; }
    .grid-news-holder figure.frame-holder-big .bottom-block {
      padding: 15px 56px 0px 56px;
      font-weight: 300;
      overflow: hidden; }
      .grid-news-holder figure.frame-holder-big .bottom-block a {
        color: rgba(255, 255, 255, 0.5); }
      .grid-news-holder figure.frame-holder-big .bottom-block .date,
      .grid-news-holder figure.frame-holder-big .bottom-block .views-comments-block {
        display: inline-block;
        vertical-align: top; }
      .grid-news-holder figure.frame-holder-big .bottom-block .date {
        letter-spacing: 0;
        min-width: 106px;
        float: left; }
  .grid-news-holder .show-more {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    background: #000;
    text-align: center;
    display: block;
    width: 250px;
    margin: 0 auto;
    padding: 14px 0 12px;
    font-weight: 500; }
    .grid-news-holder .show-more:hover {
      color: #000;
      background: #ffffff;
      -webkit-box-shadow: inset 0 0 0 2px black;
      box-shadow: inset 0 0 0 2px black; }

.small-cards {
  padding: 0 0 80px 0;
  margin: -39px 0 0 0; }
  .small-cards .facebook-holder,
  .small-cards .twitter-holder {
    padding: 25px; }
    .small-cards .facebook-holder .icon-newsone_icons_Facebook,
    .small-cards .facebook-holder .icon-newsone_icons_Twitter,
    .small-cards .twitter-holder .icon-newsone_icons_Facebook,
    .small-cards .twitter-holder .icon-newsone_icons_Twitter {
      display: inline-block;
      padding: 0 26px 19px 0; }
    .small-cards .facebook-holder .icon-newsone_icons_Facebook:before,
    .small-cards .twitter-holder .icon-newsone_icons_Facebook:before {
      font-size: 27px; }
    .small-cards .facebook-holder .title,
    .small-cards .twitter-holder .title {
      display: block;
      margin: 0 0 11px 0; }
    .small-cards .facebook-holder .twit-message,
    .small-cards .twitter-holder .twit-message {
      width: auto;
      margin: 0 auto;
      display: block;
      font-size: 16px;
      line-height: 24px;
      font-weight: 100;
      letter-spacing: 0;
      position: relative;
      left: 0; }
    .small-cards .facebook-holder .time,
    .small-cards .twitter-holder .time {
      left: 0;
      top: 61px; }
  .small-cards .facebook-holder {
    background: #3b5998; }
    .small-cards .facebook-holder > a {
      color: #fff; }
  @media all and (max-width: 570px) and (min-width: 320px) {
    .small-cards .frame-holder .image-holder {
      height: 205px; } }
  @media all and (max-width: 320px) {
    .small-cards .frame-holder .image-holder {
      height: 160px; } }

/*== END GRID NEWS ==*/
/*== FOOTER RSS BLOCK ==*/
.rss-block {
  background: #131418;
  overflow: hidden;
  font-weight: 100; }
  .rss-block > div {
    background: #fff;
    max-width: 1366px;
    margin: 0 auto; }
  .rss-block .container {
    padding: 120px 30px 115px; }
  .rss-block .image-holder {
    margin: 0 0 68px 0; }
  .rss-block .mignews-menu-holder {
    max-width: 250px;
    width: 24%; }
  .rss-block .mignews-holder {
    max-width: 830px;
    width: 75%; }
    .rss-block .mignews-holder ul li {
      max-width: 250px;
      width: 75%;
      display: inline-block;
      vertical-align: top;
      margin: 0 20px 55px 0; }
      .rss-block .mignews-holder ul li:last-child {
        margin: 0; }
  .rss-block .column {
    width: 250px;
    min-height: 450px;
    float: left;
    margin: 0 40px 46px 0; }
    .rss-block .column:last-child {
      margin: 0; }
  .rss-block .footer-menu li a {
    display: inline-block;
    color: #ff3333;
    font-size: 26px;
    line-height: 62px;
    font-weight: 300;
    letter-spacing: 0; }
  .rss-block .news-block {
    color: #000000;
    font-weight: 300;
    letter-spacing: 0; }
    .rss-block .news-block p {
      margin: 0;
      line-height: 24px; }
    .rss-block .news-block .data-time {
      color: rgba(0, 0, 0, 0.5);
      margin: 0 0 6px 0; }
      .rss-block .news-block .data-time .data {
        padding: 0 8px 0 0; }
  .rss-block .by {
    display: flex;
    flex-flow: row nowrap;
    align-items: center; }
    .rss-block .by a {
      width: 105px;
      margin: 0 0 0 5px; }
  @media all and (max-width: 1024px) {
    .rss-block .by {
      order: 3; } }

/*== END RSS BLOCK ==*/
/*== ABOUT-US BLOCK ==*/
.partnership-holder {
  min-height: calc(100vh - 80px);
  width: 100%; }

.about-us-holder {
  max-width: 870px;
  padding: 70px 0;
  width: 100%;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300; }
  .about-us-holder h1 {
    margin: 0 0 40px; }
  .about-us-holder .descr {
    margin: 0 0 30px; }
  .about-us-holder .descr p {
    margin: 0; }
  .about-us-holder .descr p + p {
    margin: 20px 0 0; }
  .about-us-holder figure {
    margin: 0 0 30px; }
  .about-us-holder figcaption {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    padding: 10px 0; }
  .about-us-holder ul {
    list-style: inside disc; }
    .about-us-holder ul li {
      margin: 0 0 20px 0; }
  .about-us-holder ol {
    list-style: decimal;
    padding: 0 0 0 30px; }
    .about-us-holder ol li {
      margin: 0 0 20px 0; }
      .about-us-holder ol li .uppercase {
        text-transform: uppercase;
        display: inline; }
      .about-us-holder ol li span {
        color: #999999;
        display: block; }

/*== END ABOUT-US BLOCK ==*/
/*== VIDEO (TAGS) PAGE ==*/
.filter-holder {
  background: #131418; }
  .filter-holder .filter-list {
    max-width: 1366px;
    background: #e9e9e9; }
  .filter-holder .filter {
    margin: 0;
    padding: 0;
    display: table;
    height: 80px;
    text-align: center;
    max-width: 358px;
    width: 100%; }
    .filter-holder .filter li {
      display: table-cell;
      vertical-align: middle;
      padding: 0 25px 0 0; }
      .filter-holder .filter li:hover a {
        color: rgba(0, 0, 0, 0.3); }
      .filter-holder .filter li:last-child {
        margin: 0; }
      .filter-holder .filter li a {
        text-transform: uppercase;
        font-size: 13px;
        color: #333333; }
    .filter-holder .filter .active a {
      color: rgba(0, 0, 0, 0.3); }
    .filter-holder .filter .disable {
      pointer-events: none; }
    .filter-holder .filter .number {
      padding: 0 10px 0 0; }
    .filter-holder .filter .icon-news_one_theme_icon:before,
    .filter-holder .filter .icon-news_one_marker_icon:before,
    .filter-holder .filter .icon-news_one_calendar_icon:before {
      padding: 0 10px 0 0; }

.answer-box h2 {
  color: rgba(153, 153, 153, 0.7);
  font-weight: 100; }

.tags-filter {
  overflow: hidden; }
  .tags-filter h2 {
    font-weight: 300;
    margin: 31px 0 31px;
    letter-spacing: -1px; }
  .tags-filter .filter-result {
    margin: 0 0 20px;
    height: 80px; }
    .tags-filter .filter-result a {
      text-transform: uppercase;
      font-size: 13px;
      color: #333333;
      border-radius: 17%/50%;
      border: 2px solid #6d6d6d;
      display: inline-block;
      padding: 10px 12px 10px 14px;
      margin-right: 0;
      margin-bottom: 10px; }
      .tags-filter .filter-result a .icon-news_one_close_icon {
        padding: 0 0 0 15px; }

.video-live-page .small-cards,
.video-page .small-cards {
  padding: 0 0 80px 0;
  margin: 0 0 0 0; }

/*== END VIDEO (TAGS) PAGE ==*/
/*== VIDEO-LIVE PAGE ==*/
.video-live-page .filter-holder {
  margin: 0 0 39px 0; }

/*== END VIDEO-LIVE PAGE ==*/
/*== CONTACTS PAGE ==*/
.contacts-holder {
  max-width: 703px;
  width: 50%;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300; }
  .contacts-holder .contacts {
    padding: 80px 125px 0 123px; }
    .contacts-holder .contacts h1 {
      margin: 0 0 39px 0; }
    .contacts-holder .contacts h3 {
      font-size: 27px;
      line-height: 36px;
      font-weight: 500;
      margin: 0 0 60px 0; }
    .contacts-holder .contacts ul li {
      margin: 0 0 30px 0; }
      .contacts-holder .contacts ul li a {
        display: block;
        font-weight: 500; }
    .contacts-holder .contacts .phone-fax {
      margin: 0 0 50px 0; }
      .contacts-holder .contacts .phone-fax li {
        display: inline-block;
        vertical-align: top;
        margin: 0 40px 0 0; }
        .contacts-holder .contacts .phone-fax li:last-child {
          margin: 0; }

.map-holder {
  max-width: 663px;
  width: 50%;
  height: 91vh;
  background: goldenrod; }

#map {
  width: 100%;
  height: 100%; }

/*== END CONTACTS PAGE ==*/
/*== IDEAS-PAGE PAGE ==*/
.ideas-page-bg {
  background: #009999 url("/bundles/newsoneapp/images/lamp-bg.png") no-repeat 0 34%;
  min-height: calc(100vh - 80px); }

.ideas-page-holder {
  padding: 180px 0 0 0;
  color: #fff; }

.text-block,
.form-container {
  max-width: 540px;
  width: 50%; }
  .text-block p,
  .form-container p {
    margin: 0; }

.text-block {
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  padding: 0 25px 0 0; }
  .text-block h1 {
    margin: 0 0 34px 0;
    font-weight: 100; }

.input-holder {
  max-width: 450px;
  width: 100%;
  margin: 0 0 49px 0; }
  .input-holder:first-child {
    margin: 0 0 20px 0; }
  .input-holder .field {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 50px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 14px 0;
    font-weight: 100; }
    .input-holder .field:focus {
      border-bottom-color: white; }
  .input-holder .field-area {
    background: transparent;
    width: 100%;
    height: 139px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    resize: none;
    padding: 14px;
    font-weight: 100; }
    .input-holder .field-area::-moz-placeholder {
      color: rgba(255, 255, 255, 0.6);
      opacity: 1; }
    .input-holder .field-area:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.6); }
    .input-holder .field-area::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.6); }
  .input-holder .input-btn {
    outline: none;
    border: none;
    width: 250px;
    height: 50px;
    background: #ffe400;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000; }
    .input-holder .input-btn:hover {
      background: #fff;
      -webkit-box-shadow: inset 0 0 0 2px black;
      box-shadow: inset 0 0 0 2px black; }

/*== END IDEAS-PAGE PAGE ==*/
/*== POPUPS STYLES  ==*/
/*== VIDEO-PAGE POPUP ==*/
.popup-holder {
  background: #131418; }

.video-page-popup {
  background: #131418;
  position: relative;
  overflow: hidden; }
  .video-page-popup .close {
    position: absolute;
    right: 25px;
    top: 25px;
    display: block; }
    .video-page-popup .close .icon-news_one_close_icon:before {
      color: #ffffff;
      font-size: 50px; }
  .video-page-popup h2 {
    margin: 8px 0 20px 0;
    color: #fff;
    font-weight: 100; }
  .video-page-popup .bottom-panel {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 100;
    font-size: 18px;
    line-height: 30px; }
    .video-page-popup .bottom-panel .icon-news_one_comment_icon:before {
      font-size: 22px; }
    .video-page-popup .bottom-panel .icon-news_one_watch_icon:before {
      font-size: 22px; }
    .video-page-popup .bottom-panel .icon-news_one_share-icon:before {
      font-size: 25px;
      vertical-align: middle; }
  .video-page-popup .live {
    display: inline-block;
    float: left;
    width: 90px;
    padding: 8px;
    margin: 0 16px 0 0; }
    .video-page-popup .live img {
      width: 120px;
      vertical-align: baseline; }
  .video-page-popup .show {
    display: none; }
  .video-page-popup .frame-holder {
    max-width: 830px;
    width: 100%;
    margin: 0 auto;
    padding: 7% 0 12% 0; }
  .video-page-popup .tags-holder {
    background: #fff;
    overflow: hidden;
    padding: 40px 0; }
    .video-page-popup .tags-holder.hidden {
      display: none; }
    .video-page-popup .tags-holder h2 {
      margin: 0 0 40px 0;
      font-size: 34px;
      line-height: 46px;
      font-weight: 100;
      color: #333333; }
    .video-page-popup .tags-holder .tags a {
      font-size: 10px;
      color: #333;
      display: inline-block;
      text-transform: uppercase;
      background: #f6f6f6;
      padding: 10px 11px;
      margin-right: 0;
      margin-bottom: 4px;
      line-height: 100%;
      -webkit-border-radius: 17px;
      border-radius: 17px; }

.tags a {
  font-size: 12px;
  color: #333;
  display: inline-block;
  text-transform: uppercase;
  background: #f6f6f6;
  padding: 10px 11px;
  margin: 0 4px 10px 0;
  line-height: 100%;
  -webkit-border-radius: 17px;
  border-radius: 17px; }

.dropdown-tags {
  display: none;
  width: 100%;
  background: #fff;
  position: static; }
  .dropdown-tags:hover {
    cursor: pointer; }
  .dropdown-tags span {
    display: block;
    padding: 0 0 0 1em;
    font-size: 18px;
    line-height: 46px;
    position: relative; }
    .dropdown-tags span .icon-news_one_arronw-dwn_icon {
      position: absolute;
      right: 0;
      top: 0;
      padding: 0.6em 0.6em 0 0;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .dropdown-tags span .icon-news_one_arronw-dwn_icon:before {
        font-size: 15px;
        padding: 0; }
  .dropdown-tags .dropdown-tag-list {
    height: 0;
    overflow: hidden;
    position: static;
    background: #fff;
    padding: 0;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease; }
    .dropdown-tags .dropdown-tag-list a {
      font-size: 12px;
      color: #333;
      display: inline-block;
      text-transform: uppercase;
      background: #f6f6f6;
      padding: 10px 11px;
      margin: 0 4px 10px 0;
      line-height: 100%;
      -webkit-border-radius: 17px;
      border-radius: 17px; }
  .dropdown-tags .active-icon .icon-news_one_arronw-dwn_icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    padding: 0 0 0.6em 0.6em; }
  @media all and (max-width: 1024px) {
    .dropdown-tags {
      display: block; } }

.comments-holder {
  background: #f4f4f4;
  padding: 60px 0 0 0;
  overflow: hidden; }
  .comments-holder h3 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 100;
    margin: 0 0 55px 0; }
  .comments-holder .commentss {
    max-width: 673px;
    width: 100%; }
    .comments-holder .commentss ul li {
      overflow: hidden;
      margin: 0 0 40px 0; }
      .comments-holder .commentss ul li .avatar-holder {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden;
        text-align: center;
        font-size: 10px; }
      .comments-holder .commentss ul li .comment {
        max-width: 540px;
        width: 100%;
        background: #fff;
        padding: 30px;
        position: relative; }
        .comments-holder .commentss ul li .comment:before {
          content: "";
          width: 0;
          height: 0;
          border-top: 45px solid #fff;
          border-left: 45px solid transparent;
          position: absolute;
          top: 0;
          left: -44px; }
        .comments-holder .commentss ul li .comment .name {
          font-size: 14px;
          text-transform: uppercase;
          font-weight: 500;
          display: block;
          margin: 0 0 30px 0; }
        .comments-holder .commentss ul li .comment .text-commit {
          font-size: 20px;
          line-height: 28px;
          font-weight: 100;
          display: block;
          margin: 0 0 23px 0; }
        .comments-holder .commentss ul li .comment .time-commit {
          font-size: 14px;
          font-weight: 100;
          display: block; }
  .comments-holder .form-comments {
    max-width: 250px;
    width: 100%; }
    .comments-holder .form-comments textarea {
      width: 100%;
      resize: none;
      border: 1px solid #e8e8e8;
      margin: 0 0 10px 0;
      color: rgba(51, 51, 51, 0.6);
      padding: 12px; }
      .comments-holder .form-comments textarea::-moz-placeholder {
        color: rgba(51, 51, 51, 0.6);
        opacity: 1;
        font-size: 18px;
        line-height: 28px;
        font-weight: 100; }
      .comments-holder .form-comments textarea:-ms-input-placeholder {
        color: rgba(51, 51, 51, 0.6);
        font-size: 18px;
        line-height: 28px;
        font-weight: 100; }
      .comments-holder .form-comments textarea::-webkit-input-placeholder {
        color: rgba(51, 51, 51, 0.6);
        font-size: 18px;
        line-height: 28px;
        font-weight: 100; }
    .comments-holder .form-comments .btn {
      outline: none;
      border: none;
      color: #fff;
      background: #000;
      letter-spacing: 2px;
      font-size: 14px;
      text-transform: uppercase;
      width: 100%;
      height: 50px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .comments-holder .form-comments .btn:hover {
        background: #fff;
        -webkit-box-shadow: inset 0 0 0 2px black;
        box-shadow: inset 0 0 0 2px black;
        color: #000; }

.stick {
  position: fixed;
  top: 0; }

.login-block {
  background: #fff;
  padding: 20px; }
  .login-block .rectangle {
    width: 23px;
    height: 18px;
    background: #cccccc;
    position: relative;
    display: inline-block;
    margin: 0 10px 0 0; }
    .login-block .rectangle:before {
      content: "";
      width: 0;
      height: 0;
      border-top: 7px solid #cccccc;
      border-left: 7px solid transparent;
      position: absolute;
      top: 0;
      left: -7px; }
  .login-block .title {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase; }
  .login-block .text {
    font-size: 16px;
    display: block;
    line-height: 24px;
    font-weight: 100;
    margin: 24px 0; }
  .login-block .social-item {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #d0d0d0;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding: 10px 0 0 0; }
    .login-block .social-item + .social-item {
      margin-left: 10px; }
    .login-block .social-item .icon-newsone_icons_Twitter:before {
      color: #fff;
      font-size: 18px; }
    .login-block .social-item .icon-newsone_icons_Facebook:before {
      color: #fff;
      font-size: 18px; }
    .login-block .social-item .icon-newsone_icons_vk:before {
      color: #fff;
      font-size: 14px; }
    .login-block .social-item .icon-google:before {
      color: #fff;
      font-size: 21px; }

.live-popup {
  padding: 83px 30px 44px 30px; }

.live-frame {
  max-width: 830px;
  width: 70%;
  max-width: initial; }
  .live-frame .frame {
    margin: 0 0 40px 0;
    height: 500px;
    text-align: center; }

.comments-hidden .live-frame {
  max-width: initial;
  width: 100%; }
.comments-hidden .live-comments {
  display: none; }

.live-comments {
  max-width: 250px;
  height: 500px;
  width: 25%;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0;
  margin: 0 15px 0 0;
  color: rgba(255, 255, 255, 0.7); }
  .live-comments .input-field-holder {
    position: relative;
    width: 100%;
    margin: 0 0 20px 0; }
    .live-comments .input-field-holder .counter {
      position: absolute;
      right: 12px;
      top: 13px;
      color: #000; }
  .live-comments .comment-list {
    height: 464px; }
    .live-comments .comment-list .avatar {
      position: absolute; }
  .live-comments .social-title {
    font-weight: 100;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 0 0 0; }
  .live-comments .social-item {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding: 10px 0 0 0;
    margin: 0 0 0 5px; }
    .live-comments .social-item .icon-newsone_icons_Twitter:before {
      color: #fff;
      font-size: 18px; }
    .live-comments .social-item .icon-newsone_icons_Facebook:before {
      color: #fff;
      font-size: 18px; }
    .live-comments .social-item .icon-newsone_icons_vk:before {
      color: #fff;
      font-size: 14px; }
    .live-comments .social-item .icon-google:before {
      color: #fff;
      font-size: 21px; }
  .live-comments .input-field {
    outline: none;
    border: none;
    width: 100%;
    height: 40px;
    padding: 12px 0 12px 10px;
    color: #333; }
    .live-comments .input-field::-moz-placeholder {
      color: black;
      opacity: 1;
      font-size: 12px;
      line-height: 14px;
      font-weight: 100; }
    .live-comments .input-field:-ms-input-placeholder {
      color: black;
      font-size: 12px;
      line-height: 14px;
      font-weight: 100; }
    .live-comments .input-field::-webkit-input-placeholder {
      color: black;
      font-size: 12px;
      line-height: 14px;
      font-weight: 100; }
  .live-comments ul {
    position: relative; }
    .live-comments ul li {
      margin: 0 0 20px 0; }
      .live-comments ul li .live-comment {
        padding: 0 15px 0 55px; }
    .live-comments ul .gradient-rectangle {
      position: absolute;
      left: 0;
      bottom: 0;
      height: 20%;
      width: 100%;
      background: -moz-linear-gradient(top, rgba(19, 20, 24, 0.1) 0%, #131418 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(19, 20, 24, 0.1)), color-stop(100%, #131418));
      background: -webkit-linear-gradient(top, rgba(19, 20, 24, 0.1) 0%, #131418 100%);
      background: -o-linear-gradient(top, rgba(19, 20, 24, 0.1) 0%, #131418 100%);
      background: -ms-linear-gradient(top, rgba(19, 20, 24, 0.1) 0%, #131418 100%);
      background: linear-gradient(to bottom, rgba(19, 20, 24, 0.1) 0%, #131418 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00131418', endColorstr='#131418',GradientType=0 ); }

/*== END VIDEO-PAGE POPUP ==*/
/*== ALL-POPUP ==*/
.all-popup-holder {
  background: rgba(0, 0, 0, 0.98);
  position: relative; }
  .all-popup-holder .close {
    position: absolute;
    top: 25px;
    right: 25px; }
    .all-popup-holder .close .icon-news_one_close_icon:before {
      color: #fff;
      font-size: 30px; }
  .all-popup-holder .search-holder {
    max-width: 420px;
    width: 100%; }
    .all-popup-holder .search-holder .search-field {
      width: 100%;
      height: 50px;
      border: none; }
  .all-popup-holder .title {
    color: #fff;
    font-size: 36px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 7px; }
  .all-popup-holder .tags {
    max-width: 420px; }
    .all-popup-holder .tags a {
      font-size: 10px;
      color: #fff;
      display: inline-block;
      text-transform: uppercase;
      background: rgba(255, 255, 255, 0.2);
      padding: 10px 11px;
      margin-right: 5px;
      margin-bottom: 16px;
      line-height: 100%;
      -webkit-border-radius: 17px;
      border-radius: 17px; }
  .all-popup-holder .clear-filters .btn-clear {
    background: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    padding: 11px 31px 9px 32px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    margin: 0 0 40px 0; }
    .all-popup-holder .clear-filters .btn-clear:hover {
      background: #000;
      color: #fff; }
  .all-popup-holder .clear-filters > span {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    display: block; }

/*== END ALL-POPUP ==*/
/*==  notification style  ==*/
.notification-holder {
  background: #ff2727;
  width: 100%;
  min-height: 173px;
  position: relative; }
  .notification-holder .icon-news_one_close_icon {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 30px;
    right: 30px;
    -webkit-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
    cursor: pointer; }
  .notification-holder .frame-holder,
  .notification-holder .notification-text {
    display: inline-block;
    vertical-align: top; }
    .notification-holder .frame-holder .live,
    .notification-holder .notification-text .live {
      display: inline-block;
      padding: 0 10px 0 0; }
    .notification-holder .frame-holder h3,
    .notification-holder .notification-text h3 {
      color: #fff;
      font-size: 36px;
      line-height: 46px;
      font-weight: 100;
      margin: 0;
      display: inline-block; }
    .notification-holder .frame-holder .text,
    .notification-holder .notification-text .text {
      display: block;
      font-size: 18px;
      line-height: 24px;
      font-weight: 100;
      color: #fff;
      width: 700px; }
  .notification-holder .frame-holder {
    max-width: 250px;
    width: 25%; }
    .notification-holder .frame-holder a {
      display: block;
      position: relative; }
    .notification-holder .frame-holder .title-city {
      position: absolute;
      left: 0;
      bottom: -1px;
      background: #131418;
      color: #fff;
      text-transform: uppercase;
      font-size: 10px;
      padding: 14px 25px; }
      .notification-holder .frame-holder .title-city.hidden {
        visibility: hidden; }
    .notification-holder .frame-holder .icon-news_one_play_icon {
      color: #fff;
      position: absolute;
      right: 0;
      bottom: 0;
      width: 60px;
      height: 44px;
      text-align: center; }
      .notification-holder .frame-holder .icon-news_one_play_icon:before {
        font-size: 25px; }
  .notification-holder .notification-text {
    max-width: 830px;
    width: 70%;
    padding: 30px 0 0 43px; }

/*== end  notification style  ==*/
/*== 404 empty page style  ==*/
.empty-page-box {
  background: #e8e8e8; }

.empty-page-holder {
  width: 100%;
  padding: 10% 0; }
  .empty-page-holder .empty-page {
    background: #fff;
    text-align: center;
    color: #999999;
    font-weight: 300;
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    padding: 64px 15px; }
    .empty-page-holder .empty-page h3 {
      font-size: 32px;
      line-height: 42px;
      font-weight: 300;
      margin: 0;
      padding: 0; }
    .empty-page-holder .empty-page p {
      margin: 40px 0;
      padding: 0;
      font-size: 92px;
      line-height: 110px;
      font-weight: 100; }
      .empty-page-holder .empty-page p span {
        font-weight: 100;
        font-family: "cera_cy"; }
    .empty-page-holder .empty-page .btn-return {
      color: #fff;
      font-size: 14px;
      line-height: 24px;
      text-transform: uppercase;
      background: #000;
      text-align: center;
      display: inline-block;
      margin: 0 auto;
      padding: 14px 35px 12px 35px;
      font-weight: 500; }
      .empty-page-holder .empty-page .btn-return:hover {
        color: #000;
        background: #ffffff;
        box-shadow: inset 0 0 0 2px black; }

/*== end  404 empty page style  ==*/
/*== MEDIA QUERIES ==*/
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .contacts-holder {
    background: #eceef0; }

  .wrapper {
    background: #eceef0; }

  .live-stream-block {
    padding: 25px; }

  .container {
    padding: 0 15px; }

  .hide {
    display: none; }

  .ideas-page .ideas-page-holder {
    overflow: hidden;
    padding: 10% 0 0 0; }
    .ideas-page .ideas-page-holder .text-block h1 {
      font-size: 36px;
      line-height: 46px; }
    .ideas-page .ideas-page-holder .text-block p {
      font-size: 18px;
      line-height: 28px; }

  .ideas-page .ideas-page-bg {
    height: auto; }

  .ideas-page .input-holder {
    max-width: 100%;
    width: 100%; }

  .ideas-page .input-holder .input-btn {
    width: 100%; }

  .ideas-page-holder .form-container,
  .ideas-page-holder .text-block {
    width: 100%;
    max-width: 100%; }

  .about-us-holder {
    padding: 25px 0 0; }
    .about-us-holder h1 {
      font-size: 36px;
      line-height: 46px; }
    .about-us-holder h3 {
      font-size: 23px;
      line-height: 28px;
      letter-spacing: 0; }
    .about-us-holder p {
      font-size: 18px;
      line-height: 28px; }
    .about-us-holder figcaption {
      font-size: 14px; }
    .about-us-holder ul li {
      font-size: 18px;
      line-height: 28px;
      font-weight: 100; }

  .rss-block .footer-menu li a {
    line-height: 45px; }
  .rss-block .mignews-menu-holder {
    max-width: 250px;
    width: 100%;
    float: none;
    margin: 0 0 25px 0; }
  .rss-block .image-holder {
    margin: 0 0 22px 0;
    width: 50%; }
  .rss-block .mignews-holder {
    float: none;
    width: 100%; }
    .rss-block .mignews-holder ul li {
      margin: 0 0 35px 0; }
  .rss-block .news-block {
    font-size: 17px;
    line-height: 24px; }

  .grid-news-holder .block2 {
    min-height: 100%; }
  .grid-news-holder .ideas-holder .ideas {
    padding: 46px 15px; }
    .grid-news-holder .ideas-holder .ideas .box {
      width: auto; }
      .grid-news-holder .ideas-holder .ideas .box .btn-idea {
        padding: 18px 15px 15px 15px !important;
        font-size: 12px !important; }
  .grid-news-holder .twitter-holder {
    padding: 54px 15px; }
    .grid-news-holder .twitter-holder .title {
      margin: 0 0 20px 0;
      display: inline-block; }
    .grid-news-holder .twitter-holder .icon-newsone_icons_Twitter {
      padding: 0; }
    .grid-news-holder .twitter-holder .icon-newsone_icons_Facebook {
      padding: 0; }
    .grid-news-holder .twitter-holder .time {
      left: 0;
      top: 16px; }
    .grid-news-holder .twitter-holder .twit-message {
      width: auto;
      left: 0;
      font-size: 18px;
      line-height: 23px; }

  .hot-news-block .hot-news-big {
    height: auto; }
  .hot-news-block .aside-left {
    width: 100%;
    float: none;
    margin: 0 auto 40px; }
  .hot-news-block .aside-right {
    width: 100%;
    float: none;
    margin: 0 auto; }

  .icon-search-container.active {
    max-width: 1366px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 10; }

  .grid-news-holder figure figcaption {
    font-size: 17px;
    line-height: 23px; }

  .hot-news-block .hot-news-big figure.frame-holder-big figcaption {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0;
    padding: 23px;
    height: initial; }

  .hot-news-block .hot-news-small .hot-news-item .news-metadata span {
    font-size: 18px;
    padding: 0 30px 19px 22px;
    line-height: 23px; }

  .hot-news-block .hot-news-big figure.frame-holder-big .bottom-block {
    padding: 0 14px 23px; }

  .grid-news-holder figure.frame-holder-big figcaption {
    padding: 27px 0 24px 25px;
    font-size: 18px;
    line-height: 23px; }

  .grid-news-holder figure.frame-holder-big .bottom-block {
    padding: 0 24px 20px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
    overflow: hidden; }

  /*popup style*/
  .live-frame {
    width: 100%;
    float: none; }
    .live-frame .frame {
      margin: 0 auto 20px;
      max-width: 831px;
      height: initial; }

  .live-comments {
    max-width: 100%;
    height: 500px;
    width: 100%;
    float: none; }

  .video-page-popup h2 {
    font-size: 18px;
    line-height: 23px; }
  .video-page-popup .close {
    top: 0;
    right: 0;
    transform: scale(0.7, 0.7); }
  .video-page-popup .share .hide {
    display: none; }
  .video-page-popup .tags-holder {
    display: none; }
  .video-page-popup .bottom-panel {
    margin: 0 0 15px 0;
    font-size: 16px;
    line-height: 24px; }
    .video-page-popup .bottom-panel .comments {
      padding: 0 12px 0 37px; }
  .video-page-popup .live {
    width: 46px;
    padding: 0; }
  .video-page-popup .hide {
    display: none; }
  .video-page-popup .show {
    display: block; }
  .video-page-popup .frame-holder {
    padding: 50px 25px 22px; }

  .comments-holder {
    padding: 30px 15px; }
    .comments-holder h3 {
      margin: 0 0 29px 0; }
    .comments-holder .commentss {
      float: none; }
      .comments-holder .commentss ul li .avatar-holder {
        display: none; }
    .comments-holder .form-comments {
      max-width: 100%;
      width: 100%;
      float: none; }

  .contacts-holder {
    width: 100%;
    height: auto;
    float: none; }
    .contacts-holder .contacts {
      padding: 40px 15px 0;
      font-size: 18px;
      line-height: 28px; }
      .contacts-holder .contacts ul li {
        margin: 0 0 33px 0; }
      .contacts-holder .contacts h1 {
        font-size: 36px;
        line-height: 46px;
        margin: 0 0 40px 0; }
      .contacts-holder .contacts h3 {
        font-size: 23px;
        line-height: 28px;
        margin: 0 0 40px 0; }
      .contacts-holder .contacts .phone-fax {
        margin: 0 0 41px 0; }
        .contacts-holder .contacts .phone-fax li {
          margin: 0 40px 30px 0; }

  .map-holder {
    width: 100%;
    height: 100vh;
    background: goldenrod;
    float: none; }

  .filter-holder .filter {
    width: 100%;
    height: 50px; }
    .filter-holder .filter li {
      padding: 0; }

  .empty-page-holder .empty-page {
    padding: 32px 15px; }
    .empty-page-holder .empty-page h3 {
      font-size: 22px;
      line-height: 32px; }
    .empty-page-holder .empty-page p {
      margin: 11px 0;
      font-size: 62px;
      line-height: normal; }
    .empty-page-holder .empty-page .btn-return {
      font-size: 11px; } }
@media screen and (min-width: 320px) and (max-width: 1023px) and (orientation: landscape) {
  .grid-news-holder .ideas-holder .ideas {
    padding: 46px 57px; } }
@media screen and (max-width: 1024px) {
  .header .nav-block {
    display: none; }
  .header .bar {
    display: none; }
  .header .burger-megamenu-holder {
    display: block;
    position: absolute;
    top: 0;
    right: 0; }
  .header .logo {
    margin: 0 auto !important;
    text-align: center;
    display: block;
    float: none;
    padding: 23px 0 0 0; }

  .live-stream-block .aside-left {
    display: none; }
  .live-stream-block .aside-right {
    width: 100%;
    float: none;
    margin: 0 auto; }
    .live-stream-block .aside-right .live-stream-logo {
      display: block;
      width: 50%;
      margin: 0 0 25px 0; }
    .live-stream-block .aside-right .show-title {
      display: block; }

  .swiper-pagination {
    display: block !important; }

  .hot-news-block .aside-left {
    width: 100%;
    float: none;
    margin: 0 auto 40px; }
  .hot-news-block .aside-right {
    width: 100%;
    float: none;
    margin: 0 auto; }

  .hot-news-block .hot-news-small .hot-news-item .image-holder {
    height: 300px; }

  .hot-news-small .hot-news-item .image-holder {
    float: none;
    width: 100% !important; }
  .hot-news-small .hot-news-item .news-metadata {
    float: none;
    width: 100% !important; }
  .hot-news-small .hot-news-item .metadata {
    width: 100% !important;
    padding: 0 22px 24px; } }
@media screen and (max-width: 430px) {
  .hot-news-block .hot-news-small .hot-news-item .image-holder {
    height: 280px; } }
@media screen and (max-width: 480px) {
  .hot-news-block .hot-news-small .hot-news-item .image-holder {
    height: 205px; } }
@media screen and (max-width: 320px) {
  .hot-news-block .hot-news-small .hot-news-item .image-holder {
    height: 160px; } }
@media screen and (min-width: 1024px) and (max-width: 1140px) {
  .comments-holder .commentss {
    max-width: 659px;
    width: 100%; }

  .grid-news-holder .ideas-holder .ideas {
    padding: 37px 15px;
    position: relative; }

  .grid-news-holder .twitter-holder {
    padding: 37px 15px;
    color: #FFF; }

  .grid-news-holder .ideas-holder .ideas div.box .btn-idea {
    padding: 18px 10px 15px 10px;
    font-size: 13px; }

  .grid-news-holder .twitter-holder .twit-message {
    left: 0px;
    width: auto; }

  .grid-news-holder .twitter-holder .time {
    left: 0; }

  .card-test {
    max-width: 250px !important;
    width: 100%; }

  .comments-holder .commentss ul li .comment {
    max-width: 520px;
    width: 100%;
    background: #FFF none repeat scroll 0% 0%;
    padding: 30px;
    position: relative; } }
@media screen and (max-width: 1366px) {
  .header .logo {
    margin: 23px 7px 0 15px; } }
.popup-holder {
  max-width: 1180px; }
  .popup-holder .close {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 12; }
    .popup-holder .close .icon-news_one_close_icon:before {
      color: #fff;
      font-size: 30px; }
  .popup-holder .filter-holder {
    background: transparent;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0 30px; }
    .popup-holder .filter-holder .active a {
      color: #fff !important;
      -webkit-box-shadow: inset 0 -4px 0 0 white;
      box-shadow: inset 0 -4px 0 0 white; }
  .popup-holder .left-side,
  .popup-holder .right-side {
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-end; }
    .popup-holder .left-side .btn-box,
    .popup-holder .right-side .btn-box {
      margin: auto; }
  .popup-holder .left-side {
    width: 60%;
    position: relative; }
    .popup-holder .left-side:after {
      content: '';
      height: 90%;
      width: 2px;
      background: rgba(255, 255, 255, 0.5);
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    @media all and (max-width: 1024px) {
      .popup-holder .left-side:after {
        content: none; } }
    .popup-holder .left-side .calendar-popup,
    .popup-holder .left-side .all-world-popup,
    .popup-holder .left-side .thems-popup {
      width: 600px;
      margin: 0 auto; }
    .popup-holder .left-side .thems-popup {
      min-height: calc(564px - 135px);
      text-align: center; }
      .popup-holder .left-side .thems-popup .search-holder {
        margin: 0 auto 40px; }
    .popup-holder .left-side .calendar-popup {
      text-align: center; }
    .popup-holder .left-side .thems-popup {
      position: relative;
      left: 75px; }
      .popup-holder .left-side .thems-popup .title {
        color: #fff;
        font-size: 36px;
        line-height: normal;
        text-transform: uppercase;
        font-weight: 300;
        letter-spacing: 7px;
        display: block;
        margin: 0 0 32px 0; }
      .popup-holder .left-side .thems-popup .tags {
        width: 420px; }
        .popup-holder .left-side .thems-popup .tags a {
          font-size: 10px;
          color: #fff;
          display: inline-block;
          text-transform: uppercase;
          background: rgba(255, 255, 255, 0.2);
          padding: 10px 11px;
          margin-right: 5px;
          margin-bottom: 16px;
          line-height: 100%;
          -webkit-border-radius: 17px;
          border-radius: 17px; }
    .popup-holder .left-side .filter {
      margin: 0 0 55px 50px;
      padding: 0;
      display: table;
      text-align: center;
      max-width: 358px;
      width: 100%;
      position: relative; }
      .popup-holder .left-side .filter li {
        display: table-cell;
        vertical-align: middle;
        padding: 0 32px 0 0; }
        .popup-holder .left-side .filter li:hover a {
          border-bottom: 4px solid white; }
        .popup-holder .left-side .filter li:last-child {
          margin: 0; }
        .popup-holder .left-side .filter li a {
          text-transform: uppercase;
          font-size: 13px;
          color: #fff;
          display: table-cell;
          vertical-align: middle;
          height: 80px;
          border-bottom: 4px solid transparent; }
      .popup-holder .left-side .filter .active a {
        border-bottom: 4px solid white; }
      .popup-holder .left-side .filter .number {
        padding: 0 10px 0 0; }
      .popup-holder .left-side .filter .icon-news_one_theme_icon:before,
      .popup-holder .left-side .filter .icon-news_one_marker_icon:before,
      .popup-holder .left-side .filter .icon-news_one_calendar_icon:before {
        padding: 0 10px 0 0;
        vertical-align: middle; }
    .popup-holder .left-side .tabs {
      position: relative;
      width: 100%; }
  .popup-holder .right-side {
    width: 40%;
    height: 564px;
    position: relative; }
  @media all and (max-width: 1024px) {
    .popup-holder .left-side .tabs {
      width: 80%; }
    .popup-holder .left-side .filter {
      max-width: initial;
      width: 100%;
      left: 0;
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      margin-left: 0; }
      .popup-holder .left-side .filter li {
        padding: 0; }
    .popup-holder .left-side .thems-popup {
      text-align: center; }
      .popup-holder .left-side .thems-popup .search-holder {
        margin: 0 auto 60px; }
    .popup-holder .close {
      display: none; }
    .popup-holder .left-side {
      width: 100%;
      float: none; }
    .popup-holder .right-side {
      width: 100%;
      float: none;
      height: 212px; }
      .popup-holder .right-side:before {
        content: none; }
    .popup-holder .all-world-popup .towns {
      float: none;
      margin: 0;
      text-align: center; }
    .popup-holder .all-world-popup .towns li:nth-child(even), .popup-holder .all-world-popup .towns li {
      float: none;
      width: 100%;
      max-width: initial; }
    .popup-holder .right-side .btn-box {
      text-align: center; } }
  @media all and (max-width: 480px) {
    .popup-holder .left-side .tabs {
      width: 100%; } }
  @media all and (max-width: 420px) {
    .popup-holder .pickmeup .pmu-instance:first-child:last-child .pmu-month {
      font-size: 22px; } }

.search-holder {
  max-width: 420px;
  width: 100%; }
  .search-holder .search-field {
    width: 100%;
    height: 50px;
    border: none;
    padding: 0 16px;
    color: #000; }
    .search-holder .search-field::-moz-placeholder {
      color: #000;
      opacity: 1; }
    .search-holder .search-field::-moz-placeholder {
      color: #000;
      opacity: 1; }
    .search-holder .search-field:-ms-input-placeholder {
      color: #000; }
    .search-holder .search-field::-webkit-input-placeholder {
      color: #000; }
  .search-holder .select2-search-choice-close:before {
    content: "\e602";
    font-family: 'icomoon';
    color: #fff;
    font-size: 8px; }

.btn-clear {
  background: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  padding: 11px 31px 9px 32px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  margin: 0 0 40px 0; }
  .btn-clear:hover {
    background: #000;
    color: #fff; }

.all-clear {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  display: block; }

.all-world-popup {
  font-size: 26px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400; }
  .all-world-popup .panel {
    margin: 0 0 35px 0; }
  .all-world-popup a.active-town {
    color: #fff;
    margin: 0 40px 0 0; }
  .all-world-popup .towns {
    margin: 0 0 0 50px;
    padding: 0; }
    .all-world-popup .towns li {
      margin: 0 0 30px 0;
      transition: all 0.3s ease-in-out;
      float: left;
      width: 50%; }
      .all-world-popup .towns li:nth-child(even) {
        position: relative;
        float: right; }
      .all-world-popup .towns li:hover a {
        color: #fff; }

.video-popup {
  max-width: 1024px;
  background: #fff; }
  @media all and (max-width: 1024px) {
    .video-popup .tags-holder {
      display: none; } }

#ytplayer {
  width: 100%; }
  @media all and (max-width: 480px) {
    #ytplayer {
      height: 270px; } }
  @media all and (max-width: 320px) {
    #ytplayer {
      height: auto; } }

.popup-holder .left-side .calendar-popup,
.popup-holder .left-side .all-world-popup,
.popup-holder .left-side .thems-popup {
  max-width: 600px;
  width: 100%; }
  @media all and (max-width: 460px) {
    .popup-holder .left-side .calendar-popup.thems-popup,
    .popup-holder .left-side .all-world-popup.thems-popup,
    .popup-holder .left-side .thems-popup.thems-popup {
      width: 250px; }
      .popup-holder .left-side .calendar-popup.thems-popup .title,
      .popup-holder .left-side .all-world-popup.thems-popup .title,
      .popup-holder .left-side .thems-popup.thems-popup .title {
        font-size: 22px; } }

.popup-holder .left-side .thems-popup {
  left: 0; }

.pickmeup .pmu-instance {
  max-width: 450px;
  width: 100%; }

.bottom-panel .share {
  text-align: right;
  min-width: 250px;
  min-height: 50px;
  position: relative; }
  .bottom-panel .share .share-text {
    cursor: pointer;
    transition: all 0.2s ease-in-out 0s; }

.bottom-panel .share.share-active .share-text {
  opacity: 0;
  transform: translateX(-300px); }
.bottom-panel .share.share-active .social-block {
  visibility: visible;
  opacity: 1;
  transform: translateX(0); }

.bottom-panel .share .social-block {
  text-align: left;
  position: absolute;
  top: -25%;
  left: 0;
  background: #f4f4f4;
  padding: 13px 65px 13px 13px;
  border-radius: 40px;
  visibility: hidden;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.2s ease-in-out 0s; }
  .bottom-panel .share .social-block .social-list {
    display: inline-block;
    font-size: 12px;
    line-height: 14px; }
  .bottom-panel .share .social-block .social-list li {
    display: inline-block; }
    .bottom-panel .share .social-block .social-list li + li {
      margin: 0 0 0 15px; }
  .bottom-panel .share .social-block .social-list li a:hover {
    color: #595959; }
  .bottom-panel .share .social-block .close-social {
    position: absolute;
    top: 50%;
    right: 30px;
    font-size: 0;
    line-height: 0;
    width: 20px;
    height: 20px;
    transform: translateY(-50%); }
    .bottom-panel .share .social-block .close-social:hover:before, .bottom-panel .share .social-block .close-social:hover:after {
      background: gray; }
    .bottom-panel .share .social-block .close-social:before, .bottom-panel .share .social-block .close-social:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 2px;
      height: 20px;
      background: #000;
      transition: all 0.3s ease-in-out 0s; }
    .bottom-panel .share .social-block .close-social:before {
      transform: translate(-50%, -50%) rotate(45deg); }
    .bottom-panel .share .social-block .close-social:after {
      transform: translate(-50%, -50%) rotate(-45deg); }

@media all and (max-width: 768px) {
  .video-page-popup .bottom-panel {
    margin: 0; }

  .bottom-panel .share {
    min-width: initial; }

  .bottom-panel .share.share-active {
    width: 100%;
    margin-top: -24px; }
    .bottom-panel .share.share-active .social-block {
      border-radius: 0; }

  .bottom-panel .share .social-block {
    width: 100%;
    top: 0; }
    .bottom-panel .share .social-block .close-social {
      right: 15px; }

  .ideas-page-holder {
    padding-top: 40px; } }
.fancybox-idea-popup .fancybox-skin {
  box-shadow: none; }

.fancybox-inner {
  height: 100vh; }

.close-idea-popup {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 0;
  line-height: 0;
  width: 35px;
  height: 35px; }

.close-idea-popup:before, .close-idea-popup:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 35px;
  background: #fff; }

.close-idea-popup:before {
  transform: translate(-50%, -50%) rotate(-45deg); }

.close-idea-popup:after {
  transform: translate(-50%, -50%) rotate(45deg); }

.idea-popup {
  background: #099 url("/bundles/newsoneapp/images/lamp-bg.png") no-repeat 0 34%;
  height: calc(100vh - 80px);
  position: relative; }
  .idea-popup .popup-inner {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 30%; }
    .idea-popup .popup-inner .title {
      white-space: pre-wrap;
      font-size: 48px;
      line-height: 50px;
      font-weight: 300;
      color: #fff;
      display: block;
      margin: 0 0 50px; }
    .idea-popup .popup-inner .button {
      border: none;
      display: inline-block;
      font-size: 14px;
      line-height: 16px;
      font-weight: 700;
      text-transform: uppercase;
      color: #000;
      padding: 20px 60px;
      background: #fff;
      transition: background 0.25s ease-in-out 0s; }
      .idea-popup .popup-inner .button:hover {
        background: #ffe400; }
      .idea-popup .popup-inner .button:active {
        background: #e6cd00; }
  @media all and (max-width: 480px) {
    .idea-popup .popup-inner .title {
      font-size: 24px;
      line-height: 26px; } }

.close-idea {
  position: absolute;
  top: 25px;
  right: 25px;
  height: 35px;
  width: 35px;
  font-size: 0;
  line-height: 0; }
  .close-idea:hover:before, .close-idea:hover:after {
    background: #cccccc; }
  .close-idea:before, .close-idea:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 35px;
    background: #fff;
    transition: background 0.25s ease-in-out 0s; }
  .close-idea:before {
    transform: translate(-50%, -50%) rotate(-45deg); }
  .close-idea:after {
    transform: translate(-50%, -50%) rotate(45deg); }

.social-block {
  background: #000;
  color: #4d4d4d; }

.social-block-holder {
  padding: 10px 30px;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center; }
  .social-block-holder .social li {
    float: left; }
  .social-block-holder .social li + li {
    margin: 0 0 0 20px; }
  .social-block-holder .social a {
    display: block;
    width: 31px;
    height: 31px;
    background: url("/bundles/newsoneapp/images/social-sprite.png") no-repeat; }
    .social-block-holder .social a.twitter {
      background-position: -50px 0; }
    .social-block-holder .social a.instagram {
      background-position: -99px 0; }
    .social-block-holder .social a.vk {
      background-position: -148px 0; }
    .social-block-holder .social a.google {
      background-position: -198px 0; }
  @media all and (max-width: 768px) {
    .social-block-holder {
      flex-direction: column; }
      .social-block-holder .copyright {
        order: 2; }
      .social-block-holder .social {
        margin: 0 0 10px; } }

.popup-notificatiion .frame-holder {
  display: block;
  width: initial;
  max-width: initial; }

.notification-holder .notification-text {
  width: 100%; }

.news-list-wrapper {
  width: 100%;
  height: 620px;
  background: #fff;
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  overflow: hidden;
  padding: 60px 15px 25px 30px;
  position: relative; }
  .news-list-wrapper a {
    color: #000; }
  .news-list-wrapper .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 9%;
    padding: 20px 30px;
    background: #131418;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase; }
  @media all and (max-width: 1024px) {
    .news-list-wrapper {
      max-width: 540px;
      width: 100%;
      height: 340px;
      margin: 0 auto;
      padding-bottom: 40px; }
      .news-list-wrapper .news-list .swiper-pagination {
        display: block; }
      .news-list-wrapper .swiper-scrollbar {
        display: none; }
      .news-list-wrapper .title {
        height: 15%;
        font-size: 14px;
        padding: 18px 20px; } }

.news-list {
  height: 100%;
  overflow: hidden; }
  .news-list .news-gallery {
    display: flex;
    flex-flow: column nowrap;
    overflow: hidden; }
  .news-list .swiper-slide {
    display: flex;
    flex-flow: column nowrap; }
  .news-list .swiper-pagination .swiper-pagination-bullet {
    background: #ebebeb;
    opacity: 1; }
    .news-list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #b5b5b5; }
  .news-list .swiper-pagination {
    display: none; }
  .news-list .news {
    margin: 0 0 10px; }
    .news-list .news .video, .news-list .news .photo {
      display: inline-block;
      margin: 0 6px 0 0;
      width: 17px;
      height: 17px;
      vertical-align: middle; }
    .news-list .news time {
      color: #ff3333; }
  .news-list .all-news {
    font-size: 11px;
    text-transform: uppercase; }
  .news-list .swiper-scrollbar {
    background: #ebebeb;
    top: 60px;
    bottom: 25px;
    height: 87%; }
    .news-list .swiper-scrollbar .swiper-scrollbar-drag {
      background: #b5b5b5; }
  @media all and (max-width: 1024px) {
    .news-list .news {
      height: 44px;
      overflow: hidden;
      margin: 0; } }
