/*! normalize.css v1.1.2 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}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}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/*font-awesome_03.css*/

/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.eot?v=3.2.1');
  src: url('../font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}


/* main_04.csa */

/* ==========================================================================
	HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
	========================================================================== */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,700,600&subset=latin,cyrillic-ext,cyrillic);

html,
button,
input,
select,
textarea {
	color: #222;
}

body {
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

img {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
	Author's custom styles
	========================================================================== */

main{
	display:block;
}

body {
	font:13px/1.35 'Open Sans', sans-serif;
	background: #f1f0ed;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#wrap{
	min-height:100%;
	margin-bottom:-95px;
}

body,
html{
	height:100%;
}

img{
	max-width:100%;
	cursor:default !important;
	-ms-interpolation-mode: bicubic;
}

.preview_photo img{
	max-width:12345%;
}

a img{
	cursor:pointer !important;
}

.input-prepend + input[type=search] {
	-webkit-appearance:none;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	display: inline-block;
	padding: 4px;
	vertical-align: middle;
	font-size: 1em;
	line-height: 1.384615384em;
	color: #555;
	border: 1px solid #ccc;
	border-radius: 3px;
	background-color: #ffffff;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	   -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	     -o-transition: border linear 0.2s, box-shadow linear 0.2s;
            transition: border linear 0.2s, box-shadow linear 0.2s;
}


input{
	font-size: 100%;
	font-family: inherit;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	outline: 0;
	border-color: rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.1);
	        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.1);
}

.input-prepend {
	display: inline-block;
	width: auto;
	height: 18px;
	min-width: 16px;
	padding: 4px 5px;
	vertical-align: middle;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 18px;
	text-align: center;
	text-shadow: 0 1px 0 #ffffff;
	background-color: #eeeeee;
	border: 1px solid #ccc;
	border-right: 0;
	-webkit-border-radius: 3px 0 0 3px;
	   -moz-border-radius: 3px 0 0 3px;
	        border-radius: 3px 0 0 3px;
	color: #666;
}

.input-prepend i {
	cursor: default;
}

.lt-ie8 .input-prepend{
	display:none;
}

.input-prepend + input[type="text"],
.input-prepend + input[type="password"],
.input-prepend + input[type="datetime"],
.input-prepend + input[type="datetime-local"],
.input-prepend + input[type="date"],
.input-prepend + input[type="month"],
.input-prepend + input[type="time"],
.input-prepend + input[type="week"],
.input-prepend + input[type="number"],
.input-prepend + input[type="email"],
.input-prepend + input[type="url"],
.input-prepend + input[type="search"],
.input-prepend + input[type="tel"],
.input-prepend + input[type="color"] {
	-webkit-border-radius: 0 3px 3px 0;
	   -moz-border-radius: 0 3px 3px 0;
	        border-radius: 0 3px 3px 0;
}

button,
button[disabled],
button[disabled]:hover,
button[disabled]:active{
	display: inline-block;
	*display: inline;
	padding: 4px 10px 4px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 13px;
	line-height: 18px;
	*line-height: 20px;
	color: #333333;
	text-align: center;
	vertical-align: middle;
	background-color: #f0f0f0;
	background:              -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #c4c4c4));
	background-image: -webkit-linear-gradient(top, #f0f0f0, #c4c4c4);
	background-image:    -moz-linear-gradient(top, #f0f0f0, #c4c4c4);
	background-image:     -ms-linear-gradient(top, #f0f0f0, #c4c4c4);
	background-image:      -o-linear-gradient(top, #f0f0f0, #c4c4c4);
	background-image:         linear-gradient(top, #f0f0f0, #c4c4c4);
	background-repeat: repeat-x;
	border: 1px solid;
	*border: 0;
	border-color: #ccc #ccc #aaa;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 3px rgba(255, 255, 255, 1), 
							  0 1px 2px rgba(0, 0, 0, 0.05);
	   -moz-box-shadow: inset 0 1px 3px rgba(255, 255, 255, 1), 
	   						  0 1px 2px rgba(0, 0, 0, 0.05);
	        box-shadow: inset 0 1px 3px rgba(255, 255, 255, 1), 
	        				  0 1px 2px rgba(0, 0, 0, 0.05);
	text-shadow:0 1px #eee;
}

.no-cssgradients button,
.no-cssgradients button[disabled],
.no-cssgradients button[disabled]:hover,
.no-cssgradients button[disabled]:active{
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#ccc', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	*zoom: 1;
}

button:hover{
	background-color: #f5f5f5;
	background:              -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #c9c9c9));
	background-image: -webkit-linear-gradient(top, #f5f5f5, #c9c9c9);
	background-image:    -moz-linear-gradient(top, #f5f5f5, #c9c9c9);
	background-image:     -ms-linear-gradient(top, #f5f5f5, #c9c9c9);
	background-image:      -o-linear-gradient(top, #f5f5f5, #c9c9c9);
	background-image:         linear-gradient(top, #f5f5f5, #c9c9c9);
	-webkit-box-shadow: inset 0 1px 3px rgba(255, 255, 255, 1), 
							  0 1px 4px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow: inset 0 1px 3px rgba(255, 255, 255, 1), 
	   						  0 1px 4px rgba(0, 0, 0, 0.15);
	        box-shadow: inset 0 1px 3px rgba(255, 255, 255, 1), 
	        				  0 1px 4px rgba(0, 0, 0, 0.15);
}

button:active {
	background-color: #ddd;
	background-image: none;
	outline: 0;
	border: 1px solid #a5a5a5;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 
							  0 1px 2px rgba(0, 0, 0, 0.05);
	   -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 
	   						  0 1px 2px rgba(0, 0, 0, 0.05);
			box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 
							  0 1px 2px rgba(0, 0, 0, 0.05);
}

button[disabled],
button[disabled]:hover,
button[disabled]:active{
	opacity: 0.5;
	cursor: default;
}

a{
	text-decoration:none;
	color:#0066af;
}

a:hover,
a:focus{
	color:#63bd2b;
	outline:0;
}

a:active{
	outline:0;
}

.materials-preview_list h1 a:visited,
.news-preview_list li p > a:visited,
#news article h1 a:visited{
	color:#a7c5d9;
}

dl, dt, dd, menu, ol, li, ul, h1, h2, h3, h4, h5, h6, p, div{
	margin:0;
	padding:0;
}

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

h1{
	font-size:36px;
	font-weight:700; 
	line-height:1.25;
	margin:0 0 20px;
}

h1 sup{
	font-size:13px;
	position:relative;
	vertical-align:baseline;
	top:-16px;
	font-weight:400; 
}

.left-column{
	float:left;
	width:65%;
}

.right-column{
	float:right;
	width:32.775%;
}

.green{
	color:#63bd2b !important;
}

a.green:hover,
a.green:active{
	color:#388806 !important;
}

.green-gradient,
.title-green > a,
.title-green > span{
	background: #539d25;
	background:        -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6BD32B), color-stop(100%,#539d25));
	background: -webkit-linear-gradient(top,  #6BD32B 0%, #539d25 100%); 
	background:    -moz-linear-gradient(top,  #6BD32B 0%, #539d25 100%); 
	background:     -ms-linear-gradient(top,  #6BD32B 0%, #539d25 100%); 
	background:      -o-linear-gradient(top,  #6BD32B 0%, #539d25 100%); 
	background:         linear-gradient(to bottom,  #6BD32B 0%,#539d25 100%);
}

.no-cssgradients .green-gradient,
.no-cssgradients .title-green > a,
.no-cssgradients .title-green > span{
	background:url(../img/green-gradient.png) 0 100% repeat-x #73c240;
}

.title-yellow > a{
	background:#e8c900;
}

.title-black > a{
	background: #222;
	background:        -webkit-gradient(linear, left top, left bottom, color-stop(0%,#383838), color-stop(100%,#1f1f1f)); 
	background: -webkit-linear-gradient(top,  #383838 0%,#1f1f1f 100%); 
	background:    -moz-linear-gradient(top,  #383838 0%, #1f1f1f 100%);
	background:      -o-linear-gradient(top,  #383838 0%,#1f1f1f 100%);
	background:     -ms-linear-gradient(top,  #383838 0%,#1f1f1f 100%);
	background:         linear-gradient(to bottom,  #383838 0%,#1f1f1f 100%);

}

.title-black > a{
	display:inline-block;
	color:#fff;
	text-decoration:none;
	padding:4px 30px 4px 20px;
	font-weight:600;
	position:relative;
}

.no-cssgradients .title-black a{
	background:url(../img/gradient-black.png) 0 100% repeat-x #383838;
}

.no-csstransforms .title-black > a{
	padding-right:20px;
}

.title-black > a:after{
	content:"";
	position:absolute;
	height:160%; 
	top:-40%; 
	right:-8px;
	background:#f1f0ed;
	width:12px;
	-webkit-transform: rotate(18deg);
		-moz-transform: rotate(18deg);
		-ms-transform: rotate(18deg);
			transform: rotate(18deg);
}

.lt-ie8 .title-black > a{
	display:inline;
	zoom:1;
}

.title-black > a span{
	display:inline-block;
	line-height:1;
	border-bottom:solid 1px #888;
}

.link-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 12;
	text-decoration: none;
	background: url(../img/blank.gif);
}

.link-orange{
	display: inline-block;
	vertical-align: baseline;
	color: #000;
	background: #fcbd2b;
	padding: 2px 16px 2px 8px;
	position: relative;
	text-decoration: underline;
}

.lt-ie8 .link-orange{
	display: inline;
	zoom: 1;
}

.preview_photo{
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
			background-size: cover;
	background-position: 50%;
	display: block;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #d1d1d1;
}

.preview_photo img{
	position:absolute;
}

cite{
	position:relative;
	text-transform:uppercase;
	font-size:12px;
	z-index:25;
	font-style:normal;
	letter-spacing:1px;
}

cite a{
	color:#999;
	text-decoration:underline;
}

cite a:hover,
cite a:focus{
	color:#000;
}

a,
.title-media_item,
.news-preview_list article,
cite a{
	-webkit-transition: color .7s;
	   -moz-transition: color .7s;
	    -ms-transition: color .7s;
	     -o-transition: color .7s;
	        transition: color .7s;
}

a:hover,
.title-media_item:hover,
.news-preview_list li:hover article,
.news-preview_list li:hover p > a,
.materials-preview_list li:hover a,
.media-slider .item:hover .title-media_item,
cite a:hover,
cite a:focus{
	-webkit-transition: none;
	   -moz-transition: none;
	    -ms-transition: none;
	     -o-transition: none;
	        transition: none;
}

.btn{
	border:solid 1px #ccc;
	border-bottom-color:#aaa;
	display:inline-block;
	text-align:center;
	padding:5px 0;
	text-decoration:none;
	background-color: #f0f0f0;
	background:              -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#c4c4c4)); 
	background-image: -webkit-linear-gradient(top, #f0f0f0, #c4c4c4);
	background-image:    -moz-linear-gradient(top, #f0f0f0, #c4c4c4);
	background-image:     -ms-linear-gradient(top, #f0f0f0, #c4c4c4);
	background-image:      -o-linear-gradient(top, #f0f0f0, #c4c4c4);
	background-image:         linear-gradient(top, #f0f0f0, #c4c4c4);
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 1px 3px rgba(255, 255, 255, 1), 
							  0 1px 2px rgba(0, 0, 0, 0.05);
	   -moz-box-shadow: inset 0 1px 3px rgba(255, 255, 255, 1), 
	   						  0 1px 2px rgba(0, 0, 0, 0.05);
	        box-shadow: inset 0 1px 3px rgba(255, 255, 255, 1), 
	        				  0 1px 2px rgba(0, 0, 0, 0.05);
	font-size:14px;
	color:#000;
	cursor: pointer;
}

.btn-show-more{
	display:block;
}

.btn:hover,
.btn:focus{
	background-color: #f5f5f5;
	background:              -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #c9c9c9)); 
	background-image: -webkit-linear-gradient(top, #f5f5f5, #c9c9c9);
	background-image:    -moz-linear-gradient(top, #f5f5f5, #c9c9c9);
	background-image:     -ms-linear-gradient(top, #f5f5f5, #c9c9c9);
	background-image:      -o-linear-gradient(top, #f5f5f5, #c9c9c9);
	background-image:         linear-gradient(top, #f5f5f5, #c9c9c9);
	-webkit-box-shadow: inset 0 1px 3px rgba(255, 255, 255, 1), 
						      0 1px 4px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow: inset 0 1px 3px rgba(255, 255, 255, 1), 
	   					      0 1px 4px rgba(0, 0, 0, 0.15);
	        box-shadow: inset 0 1px 3px rgba(255, 255, 255, 1), 
	        			      0 1px 4px rgba(0, 0, 0, 0.15);
	color:#000;
	text-decoration:none;
}

.btn.btn_default,
.btn.btn_default:hover,
.btn.btn_default:focus,
.btn.btn_default:active{
	background:#fff;
	box-shadow:none;
}

.btn:active,
.btn.open{
	background-color: #ddd;
	background-image: none;
	outline: 0;
	border: 1px solid;
	border-color: #a5a5a5 #a5a5a5 #a5a5a5;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2),
							  0 1px 2px rgba(0, 0, 0, 0.05);
	   -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 
	   						  0 1px 2px rgba(0, 0, 0, 0.05);
			box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 
							  0 1px 2px rgba(0, 0, 0, 0.05);
}

.top-news_list li,
.news-preview_list li,
.materials-preview_list li,
.media-slider .item,
#news article{
	position:relative;
}

.wrapper{
	width: 95%;
	padding:0;
	margin: auto;
	max-width: 1190px;
}

.no-mediaqueries .wrapper{
	min-width:960px;
}

.lt-ie8.no-mediaqueries .wrapper{
	width:960px;
}

/*----------*/

main > .wrapper{
	position:relative;
}

.main-container,
.content-wrap{
	position:relative;
}

.content-wrap{
	margin-bottom: 30px;
	padding-bottom:95px;
}

.title-green{
	margin-bottom:7px;
}

.title-green{
	font-size:13px;
}

.title-green > a,
.title-green > span{
	display:inline-block;
	position:relative;
	color:#fff;
	font-size:15px;
	font-weight:600;
	height:26px;
	line-height:26px;
	padding:0 16px 0 8px;
}

.title-green > a{
	text-decoration: none;
}

.lt-ie8 .title-green > a{
	display:inline;
	zoom:1;
}

.title-green > a span{
	display:inline-block;
	line-height:1;
	border-bottom:solid 1px #ACD194;
}

.no-csstransforms .title-green > a{
	padding-right:8px;
}

.title-green > a:after,
.title-green > span:after{
	content:"";
	position:absolute;
	height:160%; 
	top:-40%; 
	right:-8px;
	background:#f1f0ed;
	width:12px;
	-webkit-transform: rotate(18deg);
	   -moz-transform: rotate(18deg);
		-ms-transform: rotate(18deg);
		 -o-transform: rotate(18deg);
			transform: rotate(18deg);
}

.no-csstransforms .title-green > a:after,
.no-csstransforms .title-green > span:after{
	display:none;
}

.block-white{
	position:relative;
	background:#fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
	        box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
}

.block-white:after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:-13px;
	height:13px;
	background:url(../img/big-shadow.png) 50% 0 no-repeat;
	background-size:100% auto;
}

.catalog-media .block-white:after{
	height:12px;
	background:url(../img/small-shadow.png) 50% 0 no-repeat;
	background-size:100% auto;
	bottom:-12px;
}

.rt-news .block-white:after{
	left:-20px;
	right:-20px;
}

.border-right{
	position:relative;
}

.border-right:before{
	content:"";
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:1px;
	background:#c9c8c6;
}

.show-more-btn span{
	display:inline-block;
	height:20px;
	line-height:20px;
	position:relative;
}

.show-more-btn span:before{
	content:"";
	position:absolute;
	left:-18px;
	top:50%;
	border:solid 5px transparent;
	margin:-3px 0 0 -10px;
	border-top-color:#000;
}

.inlinesvg .show-more-btn span:before{
	width:12px;
	height:8px;
	border:0;
	margin:0;
	background:url(../img/arrow-4.svg) 0 0 no-repeat;
	background-size:100% auto;
	margin:-5px 0 0 0;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.single-media_details{
	font-size:1.1em;
	padding:25px 0 0;
	margin:0 0 30px;
}

.single-media_logo{
	display:block;
	margin:0 0 14px;
	height:auto;
	max-width:100%;
}

.single-media_details p + p{
	margin:.75em 0 0;
}

.fixed-aside-main-news .fly-main-news{
	position:fixed;
	top:0;
	z-index:124;
}


.fixed-aside-main-news .fly-main-news .news-preview_list{
	margin-bottom:0;
}

.fixed-absolute{
	position: absolute !important;
}

.fly-main-news__hidden-block{
	opacity:0;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	filter:alpha(opacity=0);
	-webkit-transition: opacity .25s;
	   -moz-transition: opacity .25s;
	    -ms-transition: opacity .25s;
	     -o-transition: opacity .25s;
	        transition: opacity .25s;
	background:#F1F0ED;
	display:none;
}

.fixed-absolute .fly-main-news__hidden-block{
	opacity:1;
	z-index:30;
	padding-top:400px;
}

.div-replace-main-news{

}

.icon-comment{
	background:url(../img/comments.svg) 0 0 no-repeat;
	background-size:100% 100%;
	width:14px;
	height:14px;
	display:inline-block;
	vertical-align:middle;
}

.no-svg .icon-comment{
	background:url(../img/comments.png) 0 0 no-repeat;
}

.icon-comment:before,
.icon-comment:after{
	display:none;
	content:"";
}

a .icon-search{
/*	background:url(../img/search.svg) 0 0 no-repeat;
	background-size:22px 22px;
*/	width:22px;
	height:22px;
	display:inline-block;
	vertical-align:middle;
}

.no-svg a .icon-search{
/*	background-image:url(../img/search.png);
*/}

a .icon-search:after,
a .icon-search:before{
	display:none;
}

.icon-facetime-video{
	width:1em;
	height:.7600000000046081em;
	background-repeat:no-repeat;
	background-size:100%;
	background-position:50%;
	background-image:url(../img/icon-video.svg);
	display:inline-block;
}

a .icon-facetime-video{
	display:inline-block;
}

.icon-facetime-video:before{
	display:none;
}

.aside-block{
	margin-bottom:34px;
}

p.disclaimer {
	color: #999;
	font-size: 11px;
	padding-left:16px;
	background:url(../img/ico-disclaimer.png) 0 1px no-repeat;
	line-height:13px;
}

.fly-main-news{
	position:relative;
}

.aside-block{
	position:relative;
	z-index:10;
	left:0;
	top:0;
	width:100%;
}

/* ==========================================================================
	Helper classes
	========================================================================== */

.fl{
	float:left;
}

.fr{
	float:right;
}

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

.align-l{
	text-align:left;
}

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

.clear{
	clear:both;
	font-size:0;
}

.margin-no{
	margin:0;
}

.mb-6{
	margin-bottom:6px;
}

.block{
	display:block;
}

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

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

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.input-block-level {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.yellow{
	color:#000;
	background:yellow;
}

/* ==========================================================================
	Print styles
	========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}

/*  navbar  */

.navbar{
	height: 30px; 
	background: #30302f;
	width:100%;
	margin-bottom:29px;
	border-bottom:solid 1px #bebdbb;
	overflow:hidden;
	font-size:13px;
	position:relative;
	opacity:.3;
	-webkit-transition: opacity .15s;
	-moz-transition: opacity .15s;
	-ms-transition: opacity .15s;
	-o-transition: opacity .15s;
	transition: opacity .15s;
}

#wrap:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:30px;
	z-index: -1;
	background:#30302f;
}

.no-opacity .navbar{
	filter:alpha(opacity=30);
}

.navbar:hover,
.navbar__more-drop-show  .navbar{
	opacity:1;
}

.no-opacity .navbar:hover,
.navbar__more-drop-show  .navbar{
	filter:alpha(opacity=100);
}

.rtru-logo{
	height:30px;
	width:165px;
	float:left;
}

.rtru-logo__rt{
	float:left;
	width:30px;
	height:30px;
	background:url(../img/rt-logo.svg) 0 0 no-repeat;
	background-size:cover;
}

.no-svg .rtru-logo__rt{
	background-image:url(../img/rt-logo.png);
}

.rtru-logo__ru{
	float:left;
	width:118px;
	height:14px;
	background:url(../img/rt-logo-text.svg) 0 0 no-repeat;
	background-size:cover;
	margin:8px 0 0 9px;
}

.no-svg .rtru-logo__ru{
	background-image:url(../img/rt-logo-text.png);
}

#navbar-collapse-top{
	height:30px;
	position:relative;
	margin:0 0 0 194px;
}

.navbar__links{
	display:inline-block;
	padding-right:138px;
	position:relative;
}

#navbar-collapse-top a,
#navbar-collapse-top noindex {
	display:inline-block;
	height:30px;
	line-height:30px;
	color:#fff;
	white-space:nowrap;
  vertical-align: top;
}

.lte-ie8 #navbar-collapse-top a,
.lte-ie8 #navbar-collapse-top noindex {
	display:inline;
	zoom:1;
}

#navbar-collapse-top :first-child + a ~ a,
#navbar-collapse-top :first-child + a ~ noindex,
#navbar-collapse-top :first-child + noindex ~ a {
	margin-left:13px;
}

#navbar-collapse-top a.green:focus,
#navbar-collapse-top a.green:hover{
	color:#63bd2b !important;
	text-decoration:underline;
}

#navbar-collapse-top a:hover {
	color:#63bd2b;
}

#navbar-collapse-top .navbar__more{
	top:-999px;
	right:0px;
	width:133px;
	position:absolute;
	height:30px;
}

.navbar__more-drop-show .navbar{
	overflow:visible;
}

#navbar-collapse-top .navbar__more-link{
	height:30px;
	line-height:30px;
	color:#fff;
	position:relative;
	padding:0 10px;
	cursor:pointer;
	display:inline-block;
}

#navbar-collapse-top .navbar__more-link:after{
	content:"";
	position:absolute;
	right:0;
	top:14px;
	border:solid 3px transparent;
	border-top-color:#fff;
}

#navbar-collapse-top .navbar__more-drop{
	position:absolute;
	left:0;
	top:-930px;
	background:url(../img/blank.gif);
	z-index:123;
	min-width:133px;
}

.navbar__more-drop-show #navbar-collapse-top .navbar__more-drop{
	top:30px;
}

.navbar__more-drop-show .navbar{
	z-index:321;
}

#navbar-collapse-top .navbar__more-drop a {
	border-top:solid 1px #F1F0ED;
	display:block;
	height:24px;
	line-height:24px;
	text-decoration:none;
	color:#fff;
	padding:0 10px;
	background:#30302f;
	margin:0 !important;
}

#navbar-collapse-top .navbar__more-drop a:first-child{
	border-top-color:#bebdbb;
}

#navbar-collapse-top .navbar__more-drop a:hover,
#navbar-collapse-top .navbar__more-drop a:focus{
	background:#000;
	color:#63bd2b;
}

#navbar-collapse-top .navbar__more-drop a.green:hover,
#navbar-collapse-top .navbar__more-drop a.green:active{
	color:#63bd2b !important;
}

@media only screen and (max-width:980px) {
	.navbar{
		font-size:14px;
		margin-bottom:19px;
		height:40px;
	}
	
	#wrap:after{
		height:40px;
	}
	
	.rtru-logo{
		width:203px;
	}
	
	.rtru-logo__rt{
		width:40px;
		height:40px;
	}
	
	.rtru-logo__ru{
		width:153px;
		height:18px;
		margin-top:11px;
	}
	
	#navbar-collapse-top{
		margin-left:220px;
	}
	
	#navbar-collapse-top a{
		height:40px;
		line-height:40px;
	}
	
	#navbar-collapse-top .navbar__more-link{
		top:5px;
	}

	.navbar__more-drop-show #navbar-collapse-top .navbar__more-drop{
		top:40px;
	}
	
	#navbar-collapse-top .navbar__more-drop a,
  #navbar-collapse-top .navbar__more-drop noindex {
		height:30px;
		line-height:30px;
	}
}

@media only screen and (max-width:480px) {
	#navbar-collapse-top{
		display:none;
	}
}

/*  header.css  */

.header-container{
	margin-bottom:27px;
}

.header-container .left-column{
	padding-left: 194px;
	margin-bottom:10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.lt-ie8 .header-container .left-column{
	width:auto;
}

.logo{
	float:left;
	width:171px;
	height:52px;
	margin:0 0 0 -194px;
	vertical-align:bottom;
	position:relative;
	z-index:2
}

.logo__may-9:after{
	position:absolute;
	content:"";
	width:250px;
	height:48px;
	background:url(../img/georg__may-9.png) 0 0 no-repeat;
	top:50%;
	left:50%;
	margin:-27px 0 0 -124px;
}

.logo__may-9 span{
	z-index:4;
	position:relative;
}

.logo span{
	display:block;
	height:100%;
	overflow:hidden;
	font-size:52px;
	line-height:52px;
	text-indent:-9999px;
	background:url(../img/logo-inotv_2.png) 0 0 no-repeat;
}

.inlinesvg .logo span{
	background: url(../img/inotv-logo-big_2.svg) 0 0 no-repeat;
	-webkit-background-size: 100%;
	   -moz-background-size: 100%;
	        background-size: 100%;
}

.header_main-themes{
	color:#919191;
	text-transform:uppercase;
	font-size:11px;
	min-height:52px;
	white-space:nowrap;
	position:relative;
	left:-2px;
}

.lt-ie8 .header_main-themes{
	white-space:normal;
}

.header_main-themes:before,
.header_main-themes:after{
	content:"";
	display:inline-block;
	vertical-align:bottom;
	height:52px;
	width:1px;
	margin:0 -1px;
}

.main-themes_body{
	display:inline-block;
	vertical-align:bottom;
	white-space:normal;
	padding-bottom:9px;
}

.has-breaking .main-themes_body{
	position:absolute;
	top:-1000px;
	width:1px;
}

.has-breaking.header_main-themes:before,
.has-breaking.header_main-themes:after{
	display:none;
}

.header_main-themes a{
	color:#000;
	text-transform:none;
	font-size:15px;
	margin-right:13px;
}

.main-themes_content a span{
	border-bottom:solid 1px rgba(0, 0, 0, .3);
	line-height:1;
	display:inline-block;
}

.lt-ie9 .main-themes_content a span{
	border-bottom:solid 1px #000;
}

.header_main-themes a:hover,
.header_main-themes a:focus{
	color:#63bd2b;
}

.main-themes_content a:hover span,
.main-themes_content a:focus span{
	border-bottom-color:rgba(99, 189, 43, .3);
}

.lt-ie9 .main-themes_content a:hover span,
.lt-ie9 .main-themes_content a:focus span{
	border-bottom-color:#63BD2B;
}

.main-themes_title,
.main-themes_content{
	display:inline-block;
}

.lt-ie8 .main-themes_title{
	display:block;
}

.main-themes_title{
	margin-right:10px;
	letter-spacing: 1px;
}

.main-themes_content{
	min-width: 344px;
}

#mobile-search{
	margin:14px 144px 0 0;
}

#mobile-search input[type=search]{
	width:100%;
	height:18px;
	-webkit-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
}

.header-container .input-prepend{
	float:right;
	margin-right:-37px;
	border-right: solid 1px #CCC;
	border-left: 0;
	-webkit-border-radius:0 3px 3px 0;
	-moz-border-radius:0 3px 3px 0;
	border-radius:0 3px 3px 0;
}

#mobile-search input[type=search]{
	margin-right:-37px;
}

.lt-ie9 #mobile-search input[type=search]{
	line-height:18px;
}

.header_social{
	float:right;
	width:auto;
	list-style:none;
	margin-top:16px;
}

.header_social li{
	float:left;
}

.header_social li + li{
	margin-left: 6px;
}

.header_social a{
	width:24px;
	height:24px;
	text-decoration:none;
	background-image:url(../img/icons.png);
	display:block;
	-webkit-background-size: auto 100%;
			background-size: auto 100%;
}

.inlinesvg .header_social a{
	background-image:url(../img/icons.svg);
}

.a-vk{
	background-position: -40px 0px;
}

.a-tw{
	background-position: -120px 0px;
}

.a-fb{
	background-position: -160px 0px;
}

.toggle-btns{
	display:none;
	height:40px;
}

.toggle-btns .btn{
	padding:0;
	border:solid 1px #ccc;
	text-decoration:none;
	font-size:22px;
	background:none;
	border:0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn-toggle-menu{
	left:2%;
}

.btn-toggle-menu .icon-bar:first-child{
	margin-top: 12px !important;
}

.toggle-btns .btn-up{
	width:30px;
	color:#fff;
	float:right;
	font-size:18px;
	line-height:34px;
	height:40px;
	font-weight:700;
	-webkit-transition: opacity .25s;
	   -moz-transition: opacity .25s;
	    -ms-transition: opacity .25s;
	     -o-transition: opacity .25s;
	        transition: opacity .25s;
	opacity:0;
	cursor:default;
}

.no-opacity .toggle-btns .btn-up{
	display:none;
}

.fixed-menu .toggle-btns .btn-up{
	opacity:1;
	cursor:pointer;
}

.no-opacity .fixed-menu .toggle-btns .btn-up{
	display:block;
}

.toggle-btns .btn-toggle-search{
	width:50px;
	color:#fff;
	float:right;
	font-size:18px;
	line-height:38px;
	height:40px;
	-webkit-transition: left .25s;
	   -moz-transition: left .25s;
	    -ms-transition: left .25s;
	     -o-transition: left .25s;
	        transition: left .25s;
	position:relative;
	left:30px;
}

.fixed-menu .toggle-btns .btn-toggle-search{
	left:0;
}

.toggle-btns .btn .icon-bar{
	display:block;
	width:20px;
	height:2px;
	background:#fff;
	margin:auto;
}

.toggle-btns .btn .icon-bar + .icon-bar{
	margin-top:4px;
}

.toggle-btns .btn-toggle-menu{
	color:#fff;
	float:left;
	width:auto;
	height:40px;
	padding:0 10px;
}

.toggle-btns .btn-toggle-menu > .fl{
	margin-right:10px;
}

.toggle-btns .btn-toggle-search:active,
.toggle-btns .btn-toggle-search.open,
.toggle-btns .btn-up:active,
.toggle-btns .btn-toggle-menu:active,
.toggle-btns .btn-toggle-menu.open{
	background:#6ab434;
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .35);
	   -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .35);
	        box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .35);
}

.header_mobile-nav-active{
	float:left;
	width:auto;
	white-space:nowrap;
	height:40px;
	line-height:40px;
	color:#fff;
	font-size:16px;
	font-weight:600;
}

.arrow-up{
	background:url(../img/icon-top.png);
	width:11px;
	height:11px;
	margin:auto;
	position:relative;
	top:7px;
	display:block;
}

.inlinesvg .arrow-up{
	background:url(../img/icon-top.svg);
}

.btn-up-desktop,
.btn-up-desktop:hover{
	position:absolute;
	right:0;
	border:0;
	background:none !important;
	-webkit-box-shadow:none;
	   -moz-box-shadow:none;
	        box-shadow:none;
	top:0 !important;
	display:none;
	width:30px !important;
	height:30px !important;
	padding:0 !important;
	text-decoration:none !important;
}

.btn-up-desktop span{
	border:0 !important;
}

.fixed-menu .btn-up-desktop{
	display:block;
}

.btn-up-desktop:active{
	background:#6ab434 !important;
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .35);
	   -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .35);
	        box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .35);
	outline:none;
	border:0;
}

.primary{
	font-size:15px;
	/*border-bottom:solid 1px #787876;*/
	box-shadow:0 1px 1px #585858;
}

.primary > .wrapper{
	position:relative;
}

.primary.green-gradient{
	background: #539d25;
	background:        -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6BD32B), color-stop(100%,#539d25));
	background: -webkit-linear-gradient(top,  #6BD32B 0%, #539d25 100%); 
	background:    -moz-linear-gradient(top,  #6BD32B 0%, #539d25 100%); 
	background:     -ms-linear-gradient(top,  #6BD32B 0%, #539d25 100%); 
	background:      -o-linear-gradient(top,  #6BD32B 0%, #539d25 100%); 
	background:         linear-gradient(to bottom,  #6BD32B 0%,#539d25 100%); 
}

.primary a{
	padding:4px 0 6px;
	color:#fff;
	float:left;
}

.primary a span{
	display:inline-block;
	line-height:1;
	border-bottom:solid 1px rgba(255, 255, 255, .5);
}

.lt-ie9 .primary a span{
	border-bottom:solid 1px #dfebdb;
}

.lt-ie8 .primary a{
	float:left; 
}

.primary a:hover,
.primary a:focus{
	color:#e2ffd0;
}

.primary .active{
	background:        -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6f6f6f), color-stop(100%,#141414)); 
	background: -webkit-linear-gradient(top,  #6f6f6f 0%, #141414 100%);
	background:    -moz-linear-gradient(top,  #6f6f6f 0%, #141414 100%); 
	background:     -ms-linear-gradient(top,  #6f6f6f 0%, #141414 100%);
	background:      -o-linear-gradient(top,  #6f6f6f 0%, #141414 100%); 
	background:         linear-gradient(to bottom,  #6f6f6f 0%,#141414 100%);
	filter:none;
	padding:4px 8px 6px;
	color:#fff !important;
}

.primary .active span{
	border-bottom-width:0 !important;
}

.primary .active[href] span{
	border-bottom-width:1px !important;
}

.no-cssgradients .primary .active{
	background: #6f6f6f;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6f', endColorstr='#141414',GradientType=0 );
}

.primary a + a{
	margin-left: 20px;
}

.primary .right-column a + a{
	margin-left:20px;
}

.secondary{
	background:#d0e2b7;
	min-height:24px;
	padding:3px 0;
}

.secondary a{
	display:inline-block;
	font-size:15px;
	color:#000;
	padding: 0 12px 0 0; 
	text-decoration:none;
	height:24px;
	line-height:24px;
}

.lt-ie8 .secondary a{
	display:inline;
	zoom:1;
}

.secondary .active{
	font-weight:600;
}

.secondary a span{
	display:inline-block;
	line-height:1;
	border-bottom:solid 1px #a2b28d;
}

.secondary a:hover span{
	border-bottom-color:#494f41;
}



/*  mobile nav show  */

.show-mobile-nav{
	width:100%;
}

.show-mobile-nav .navbar,
.show-mobile-nav .header-container,
.show-mobile-nav main > .wrapper{
	position:relative;
	left:262px;
}

.show-mobile-nav .main-container{
	height:0;
}

.show-mobile-nav #wrap{
	width:100%;
	min-height:100%;
	overflow:hidden;
}

.primary-mobile_close{
	font-size:24px;
	color:#fff;
	position:absolute;
	right:0;
	top:0;
	margin-top:4px;
	line-height:1;
	cursor:pointer;
	display:none;
	text-align:left;
	width:20px;
	padding:0 0 10px 40px;
}

/*   fixed menu   */

.fixed-menu #menu{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	z-index: 1234;
}

.show-mobile-nav.fixed-menu #menu{
	margin-left:262px;
} 

.fixed-menu .header-container .primary .right-column{
	top:-100px;
}

.fixed-menu #menu:after{
	display: block;
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 8px;
	background:        -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0, 0.239216)), color-stop(30%,rgba(0, 0, 0, 0.0784314)), color-stop(100%,rgba(0, 0, 0, 0))); 
	background: -webkit-linear-gradient(top,  rgba(0, 0, 0, 0.239216) 0%, rgba(0, 0, 0, 0.0784314) 30%, rgba(0, 0, 0, 0) 100%); 
	background:    -moz-linear-gradient(top,  rgba(0, 0, 0, 0.239216) 0%, rgba(0, 0, 0, 0.0784314) 30%, rgba(0, 0, 0, 0) 100%);
	background:      -o-linear-gradient(top,  rgba(0, 0, 0, 0.239216) 0%, rgba(0, 0, 0, 0.0784314) 30%, rgba(0, 0, 0, 0) 100%); 
	background:     -ms-linear-gradient(top,  rgba(0, 0, 0, 0.239216) 0%, rgba(0, 0, 0, 0.0784314) 30%, rgba(0, 0, 0, 0) 100%);
	background:         linear-gradient(to bottom,  rgba(0, 0, 0, 0.239216) 0%, rgba(0, 0, 0, 0.0784314) 30%, rgba(0, 0, 0, 0) 100%); 
}

.no-cssgradients .fixed-menu #menu:after{
	background:url(../img/black-after.png) 0 0 repeat-x;
}

#overlay-nav{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:92;
	background:rgba(0, 0, 0, 0);
}

/* old site */

.header-container > .wrapper > .right-column{
	position:relative;
}

.link__old-version{
	width: auto;
	padding: 0 20px;
	font-size: 16px;
	font-weight: 600;
	position: absolute;
	right: 0;
	top: -30px;
	background: #fff url(../img/pattern__old-version.gif) repeat;
	height: 30px;
	line-height: 30px;
	border: solid 2px #549f25;
	border-top: 0;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
	color: #333;
}

.link__old-version:hover{
	color:#63BD2B !important;
}



@media only screen and (max-width:980px){
	.primary > .wrapper{
		position:static;
	}

	.header-container .right-column{
		float:right;
		padding-left:194px;
		width:100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		height:52px;
		margin-left:-194px;
	}

	.header-container .left-column{
		padding-left:0;
		float:none;
		margin:0 0 6px;
		width:auto;
	}

	.logo{
		margin:0 0 6px;
		display:block;
		float:none;
	}

	.header_main-themes{
		margin-right:208px;
		height:auto;
		min-height:34px;
		line-height:30px;
		left:0;
	}
	
	.main-themes_title{
		float:left;
		margin:2px 0 0;
	}

	.header_main-themes:after,
	.header_main-themes:before{
		display:none;
	}

	.main-themes_body{
		padding-bottom:0;
		line-height:24px;
		display:block;
	}

	.main-themes_title{
		padding-top:1px;
	}
	
	.main-themes_content{
		min-width:278px;
		padding-top:1px;
		display:block;
		overflow:hidden;
		padding-left:10px;
	}
	
	.header_social{
		margin-top:17px;
	}
	
	#mobile-search{
		display:block;
		float:none;
		margin:0 148px 0 0;
		width:auto;
		white-space:nowrap;
		padding:15px 0 0 27px;
	}
	
	.header-container .input-prepend{
		width:16px;
	}
	
	#mobile-search input[type=search]{
		width:100%;
	}

	.header_main-themes a{
		font-size:16px;
	}
	
	.arrow-up{
		top:11px;
	}

	.btn-up-desktop,
	.btn-up-desktop:hover{
		height:40px !important;
		width:40px !important;
	}
	
	.primary{
		font-size:1em;
	}
	
	.primary a{
		padding:8px 0 10px;
	}
	
	.primary .active{
		padding:8px 8px 10px;
	}

	.header-container .primary .right-column{
		position:absolute;
		right:10px;
		top:118px;
		width:198px;
		text-align:center;
		border:solid 1px #ccc;
		height:27px;
		line-height:24px;
		padding:0;
		margin:0;
		float:none;
	}

	.primary .right-column a{
		float:none;
		margin:0 5px !important;
		padding:0;
		color:#000;
	}

	.header-container .primary .right-column .active{
		background:none !important;
		filter:none !important;
		color:#000 !important;
		font-weight:600;
	}
	
	.primary .right-column a:hover,
	.primary .right-column a:focus{
		color:#63bd2b;
	}

	.primary .right-column a span{
		border-bottom-color:rgba(0, 0, 0, .3);
	}

	.primary .right-column a:hover span,
	.primary .right-column a:focus span{
		border-bottom-color:rgba(99, 189, 43, .3);
	}
	
	.link__old-version{
		top:-20px;
	}
}

@media only screen and (max-width:768px){
	.link__old-version{
		display:none;
	}
}

@media only screen and (min-width:691px){
	.primary.green-gradient{
		height:auto !important;
	}
	
	.show-mobile-nav .navbar, 
	.show-mobile-nav .header-container, 
	.show-mobile-nav main > .wrapper{
		left:0;
	}
}

@media only screen and (max-width:690px){
	.header-container{
		position: relative;
		padding-top:114px;
		margin-bottom:20px;
	}

	.header-container.has-secondary{
	 	padding-top:144px;
	 }

	.header-container .logo{
		position:absolute;
		top:0;
		left:10px;
	}

	.header-container .right-column{
		height:auto;
	}

	.header_social{
		margin:0;
		position:absolute;
		right:10px;
		top:15px;
	}
	
	.header_social a{
		width:27px;
		height:27px;
		background-size:auto 27px;
	}
	
	.a-vk{
		background-position:-45px 0;
	}
	
	.a-tw{
		background-position:-135px 0;
	}
	
	.a-fb{
		background-position:-180px 0;
	}

	.header-container .right-column{
		position:static !important;
		margin:0;
		padding:0;
		float:none;
	}

	#menu{
		position:absolute;
		left:0;
		top:63px;
		width:100%;
		z-index:111;
	}

	#mobile-search {
		padding:0 0 10px;
		margin:0;
		display:none;
	}
	
	#mobile-search input[type=search]{
		padding:0 10px;
		height:40px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	.header-container .input-prepend{
		display:none;
	}

	.header_main-themes{
		margin:0;
	}

	.primary-mobile_close{
		display: block;
	}

	.primary.green-gradient{
		position:absolute;
		left:-262px;
		top:-123px;
		background: #539d25;
		background:        -webkit-gradient(linear, left top, left bottom, color-stop(0%,#74c341), color-stop(100%,#539d25));
		background: -webkit-linear-gradient(top,  #74c341 0%, #539d25 100%); 
		background:    -moz-linear-gradient(top,  #74c341 0%, #539d25 100%); 
		background:     -ms-linear-gradient(top,  #74c341 0%, #539d25 100%); 
		background:      -o-linear-gradient(top,  #74c341 0%, #539d25 100%); 
		background:         linear-gradient(to bottom,  #74c341 0%,#539d25 100%); 
		width:262px;
		bottom:0;
		box-shadow:inset -3px 0 5px rgba(0, 0, 0, .15);
		min-height: 320px;
		height:480px;
	}

	.fixed-menu .primary{
		top:0;
	}

	.primary .wrapper{
		padding-top:55px;
	}

	.primary a{
		display:block;
		float:none;
		margin:0 10px !important;
		text-decoration:none;
		font-size:16px;
		border-top:solid 1px #8fc767;
		line-height:22px;
		padding:6px 0;
	}

	.primary .wrapper > a:first-child{
		border-top:0;
	}

	.primary a span{
		border-bottom:0 !important;
	}

	.show-mobile-nav .primary .right-column{
		position:static;
		border:0;
		text-align:left;
		width:auto;
		border-top:solid 2px #8fc767;
		margin:0 10px !important;
		height:auto;
	}

	.show-mobile-nav .primary .right-column a{
		display: block;
		 margin: 0 !important;
		padding: 6px 0;
		  color: #fff;
	}
	
	.primary a{
		-webkit-transition: none !important;
		   -moz-transition: none !important;
		    -ms-transition: none !important;
		     -o-transition: none !important;
		        transition: none !important;
	}

	.primary a.active{
		background: none !important;
		filter:none !important;
		font-weight:600;
		color:#000 !important;
		padding-left:0;
	}

	.toggle-btns{
		display:block;
	}
	
	.btn-up-desktop{
		display:none !important;
	}

	#replace-menu{
		display:none;
	}

	.fixed-menu #mobile-search{
		position:fixed;
		top:30px;
		left:0;
		width:100%;
		padding:10px;
		z-index: 1237;
		background: #F1F0ED;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	.fixed-menu .has-secondary #mobile-search{
		top:60px;
	}

	.show-mobile-nav.fixed-menu #mobile-search{
		margin-left:262px;
	}
	
	.fixed-menu #menu{
		position:static;
	}
	
	.fixed-menu #menu:after{
		display:none;
	}
	
	.fixed-menu .toggle-btns{
		position:fixed;
		left:0;
		top:0;
		width:100%;
		z-index: 1234;
	}

	.fixed-menu #mobile-search:after{
		display: block;
		content: '';
		position: absolute;
		top: 60px;
		left: 0;
		right: 0;
		height: 8px;
		background:        -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0, 0.239216)), color-stop(30%,rgba(0, 0, 0, 0.0784314)), color-stop(100%,rgba(0, 0, 0, 0))); 
		background: -webkit-linear-gradient(top,  rgba(0, 0, 0, 0.239216) 0%, rgba(0, 0, 0, 0.0784314) 30%, rgba(0, 0, 0, 0) 100%); 
		background:    -moz-linear-gradient(top,  rgba(0, 0, 0, 0.239216) 0%, rgba(0, 0, 0, 0.0784314) 30%, rgba(0, 0, 0, 0) 100%);
		background:      -o-linear-gradient(top,  rgba(0, 0, 0, 0.239216) 0%, rgba(0, 0, 0, 0.0784314) 30%, rgba(0, 0, 0, 0) 100%); 
		background:     -ms-linear-gradient(top,  rgba(0, 0, 0, 0.239216) 0%, rgba(0, 0, 0, 0.0784314) 30%, rgba(0, 0, 0, 0) 100%);
		background:         linear-gradient(to bottom,  rgba(0, 0, 0, 0.239216) 0%, rgba(0, 0, 0, 0.0784314) 30%, rgba(0, 0, 0, 0) 100%); 
	}

	.show-mobile-nav.fixed-menu .toggle-btns,
	.show-mobile-nav.fixed-menu .secondary{
		margin-left:262px;
	} 

	.fixed-menu .header-container .primary .right-column{
		top:-100px;
	}

	.fixed-menu .secondary{
		position:fixed;
		top:30px;
		left:0;
		width:100%;
		z-index: 1235;
	}

	.fixed-menu .toggle-btns:after,
	.fixed-menu .secondary:after{
		display: block;
		content: '';
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		height: 8px;
		background:        -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0, 0.239216)), color-stop(30%,rgba(0, 0, 0, 0.0784314)), color-stop(100%,rgba(0, 0, 0, 0))); 
		background: -webkit-linear-gradient(top,  rgba(0, 0, 0, 0.239216) 0%, rgba(0, 0, 0, 0.0784314) 30%, rgba(0, 0, 0, 0) 100%); 
		background:    -moz-linear-gradient(top,  rgba(0, 0, 0, 0.239216) 0%, rgba(0, 0, 0, 0.0784314) 30%, rgba(0, 0, 0, 0) 100%);
		background:      -o-linear-gradient(top,  rgba(0, 0, 0, 0.239216) 0%, rgba(0, 0, 0, 0.0784314) 30%, rgba(0, 0, 0, 0) 100%); 
		background:     -ms-linear-gradient(top,  rgba(0, 0, 0, 0.239216) 0%, rgba(0, 0, 0, 0.0784314) 30%, rgba(0, 0, 0, 0) 100%);
		background:         linear-gradient(to bottom,  rgba(0, 0, 0, 0.239216) 0%, rgba(0, 0, 0, 0.0784314) 30%, rgba(0, 0, 0, 0) 100%); 
	}
	
	.fixed-menu .primary .wrapper{
		position:relative;
		top:-51px;
	}
}



@media only screen and (max-width:540px){
	.header_main-themes{
		padding-left:0;
	}
	
	.main-themes_title{
		float:none;
		margin:0;
		display:block;
	}
	
	.main-themes_content{
		padding-left:0;
		overflow:auto;
	}
}

/*  breaking-news  */

#breaking-news{
	position:relative;
	width:100%;
	height:52px;
	left:0;
	top:0;
	background: rgb(211,43,26);
	background: -moz-linear-gradient(top, rgba(211,43,26,1) 0%, rgba(176,30,16,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(211,43,26,1)), color-stop(100%,rgba(176,30,16,1)));
	background: -webkit-linear-gradient(top, rgba(211,43,26,1) 0%,rgba(176,30,16,1) 100%);
	background: -o-linear-gradient(top, rgba(211,43,26,1) 0%,rgba(176,30,16,1) 100%);
	background: -ms-linear-gradient(top, rgba(211,43,26,1) 0%,rgba(176,30,16,1) 100%);
	background: linear-gradient(to bottom, rgba(211,43,26,1) 0%,rgba(176,30,16,1) 100%);
	z-index: 3;
	display:inline-table;
	white-space:normal;
	color:#fff;
}

.no-cssgradients #breaking-news{
	background: url(../img/breaking-news-gradient.png) 0 100% repeat-x #d32b1a;
}

.has-breaking__animation #breaking-news{
	position:absolute;
	top:0;
	left:0;
}

#breaking-news .breaking-news__link{
	display:table-cell;
	text-decoration: none;
	color:#fff;
	padding:4px 20px 4px 10px;
	line-height:1.25;
	font-size:16px;
}

.breaking-news__title{
	text-transform:uppercase;
	font-size:13px;
	margin-right:4px;
	letter-spacing: 2px;
}

.breaking-news__content{
	font-weight:600;
}

.breaking-news__close{
	color:#fff;
	cursor:pointer;
	font-size:20px;
	font-weight:600;
	position:absolute;
	right:8px;
	top:4px;
	line-height:1;
	display:none;
}

.breaking-news__close:hover{
	color:#ffefed;
}

@media only screen and (max-width:980px){
	#breaking-news{
		display:table;
	}
}

/*  top_news  */


.top-news_list{
	list-style:none;
	margin-bottom:13px;
}

.top-news_list li:first-child{
	height: 409px;
	width: 100%;
	margin-bottom: 1px;
}

.top-news_list li + li{
	width:50%;
	height: 204px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	float:left;
}

.top-news_list li + li + li{
	border-left:solid 1px #f1f0ed;
}

.lt-ie8 .top-news_list li + li + li{
	border-left:0;
}

.top-news_list figure{
	width:100%;
	height:100%;
	position:relative;
}

.top-news_list img{
	position:absolute;
	width:100%;
	height:100%;
}

.top-news_list .preview_photo{
	width:100%; 
	height:100%;
}

.top-news_list figcaption{
	position:absolute;
	left:0; 
	bottom:0;
	right:0;
	padding:12px 20px;
	color:#fff;
	font-size:1.69230769em;
	line-height:1.2;
	text-shadow:1px 1px #000;
	z-index:1;
	background:    -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.9) 76%, rgba(0,0,0,1) 100%);
	background:        -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(20%,rgba(0,0,0,0.5)), color-stop(76%,rgba(0,0,0,0.9)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 20%,rgba(0,0,0,0.9) 76%,rgba(0,0,0,1) 100%);
	background:      -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 20%,rgba(0,0,0,0.9) 76%,rgba(0,0,0,1) 100%);
	background:     -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 20%,rgba(0,0,0,0.9) 76%,rgba(0,0,0,1) 100%);
	background:         linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 20%,rgba(0,0,0,0.9) 76%,rgba(0,0,0,1) 100%);
}

.top-news_list a:hover ~ figcaption{
	background:    -moz-linear-gradient(top,  rgba(0,0,0,.3) 0%, rgba(0,0,0,0.65) 20%, rgba(0,0,0,0.92) 76%, rgba(0,0,0,1) 100%);
	background:        -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,.3)), color-stop(20%,rgba(0,0,0,0.65)), color-stop(76%,rgba(0,0,0,0.92)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,.3) 0%,rgba(0,0,0,0.65) 20%,rgba(0,0,0,0.92) 76%,rgba(0,0,0,1) 100%);
	background:      -o-linear-gradient(top,  rgba(0,0,0,.3) 0%,rgba(0,0,0,0.65) 20%,rgba(0,0,0,0.92) 76%,rgba(0,0,0,1) 100%);
	background:     -ms-linear-gradient(top,  rgba(0,0,0,.3) 0%,rgba(0,0,0,0.65) 20%,rgba(0,0,0,0.92) 76%,rgba(0,0,0,1) 100%);
	background:         linear-gradient(to bottom,  rgba(0,0,0,.3) 0%,rgba(0,0,0,0.65) 20%,rgba(0,0,0,0.92) 76%,rgba(0,0,0,1) 100%);
}

.top-news_list figcaption h1,
.top-news_list figcaption h2,
.top-news_list figcaption h3 {
	font-weight:400; 
	font-size:1em;
}

.top-news_list a:hover ~ figcaption h1,
.top-news_list a:hover ~ figcaption h2,
.top-news_list a:hover ~ figcaption h3,
.top-news_list a:hover ~ figcaption span{
	text-decoration:underline;
}

.no-cssgradients .top-news_list figcaption{
	background:url(../img/gradients.png) 0 0 repeat-x;
	z-index:0;
}

.top-news_list li:first-child ~ li figure:after{
	height55%;
}

.top-news_list li:first-child figcaption{
	font-size:2.307692307em;
}

.top-news_list figcaption cite{
	display:block;
	font-size:0.59090909em;
	margin-bottom:4px;
}

.top-news_list li:first-child figcaption cite{
	display:block;
	font-size:0.5em;
}

.top-news_list figcaption cite a{
	color:#fff;
	text-decoration:none;
}

.top-news_list .icon-facetime-video{
	position:absolute;
	top:20px;
	right:20px;
	font-size:2.4em;
}

.top-news_list li:first-child .icon-facetime-video{
	font-size:2.4em;
}

.top-news_description{
	display:none;
}

.top-news_list time{
	position:absolute;
	left:20px;
	top:13px;
	color:#fff;
	text-shadow: 1px 1px #000;
}

.top-news_list li:first-child time{
	font-size:15px;
}

.top-news_list .comments-count{
	position:absolute;
	z-index:5;
	right:20px;
	bottom:12px;
	color:#fff;
	font-size:13px;
	text-shadow: 1px 1px #000;
}

.top-news_list li:first-child .comments-count{
	font-size:17px;
}

.inlinesvg .top-news_list .comments-count .icon-comment{
	background-image:url(../img/comments_main.svg);
}

.top-news_list li:first-child .comments-count .icon-comment{
	width:20px;
	height:20px;
}

.top-news_list li:first-child + li .comments-count{
	bottom: 11px;
}

.top-news_list figcaption span{
	padding-right:40px;
}

@media only screen and (max-width:980px){
	.top-news_list li:first-child .comments-count, 
	.top-news_list li + li .comments-count{
		font-size:18px !important;
	}
	
	.top-news_list li:first-child .comments-count .icon-comment, 
	.top-news_list li + li .comments-count .icon-comment{
		width:16px;
		height:16px;
	}
}

@media only screen and (max-width:540px){
	.top-news_list li:first-child .comments-count, 
	.top-news_list li + li .comments-count{
		right:12px;
		top:133px;
		font-size:16px !important;
		bottom:auto;
	}
	
	.top-news_list figcaption{
		background:none !important;
	}
}

/*  materials preview  */


.materials-preview{
	clear:both;
	list-style:none;
	margin:0 auto 30px;
}

.materials-preview .align-c a{
	color:#000;
	text-decoration:underline;
}

.materials-preview .btn.btn_default{
	border-color:#cdcdcd;
	border-right:0;
	border-left:0;
	background: #fff;
	border-bottom:0;
}

.materials-preview .btn-show-more{
	text-decoration:none;
}

.materials-preview .btn-show-more:hover,
.materials-preview .btn-show-more:focus{
	color:#63BD2B;
}

.materials-preview .btn-show-more span{
	display:inline-block;
	line-height:1;
	border-bottom:solid 1px #ccc;
}

.materials-preview .btn-show-more:hover span,
.materials-preview .btn-show-more:focus span{
	border-bottom:solid 1px #acd194;
}

.materials-preview_list{
	list-style:none;
	overflow:hidden;
}

.materials-preview_list > li{
	float:left;
	width:25%;
	margin-bottom:-1490px;
	padding-bottom:1500px;
	position:relative;
}

.materials-preview_list > li:after,
.materials-preview_list > li:before{
	content:"";
	position: absolute;
	left:0;
	top:140px;
	right:0;
	height:100%;
	/*-webkit-box-shadow: rgba(0, 0, 0, .1) 0 1px 2px;
	   -moz-box-shadow: rgba(0, 0, 0, .1) 0 1px 2px;
			box-shadow: rgba(0, 0, 0, .1) 0 1px 2px;*/
	border-left:solid 1px #cdcdcd;
}

.materials-preview_list > li:before{
	top:0;
	height:140px;
	border-color:#fff;
}

.materials-preview_list > li:first-child:after,
.materials-preview_list > li:first-child:before{
	left:0;
	border-left:0;
}

.no-boxshadow .materials-preview_list > li + li:after{
	border-left:solid 1px #f9f9f9;
	left:0;
}

.no-boxshadow .materials-preview_list > li + li.materials-preview_double-item:after,
.materials-preview_list > li:first-child +li + .materials-preview_double-item:after{
	left:50%;
}

.materials-preview_list > li > article{
	margin-left: 1px;
	position: relative;
	z-index: 2
}

.materials-preview_list > li:first-child > article{
	margin-left: 0;
}

.materials-preview_list > li:first-child ~ li{
	margin:0 0 -1490px;
}

.materials-preview_list > li > article > .preview_photo{
	width:105%;
	height:140px;
	margin-bottom:12px;
	position:relative;
}

.materials-preview_list .icon-facetime-video{
	position:absolute;
	left: 20px;
	top:103px;
	color:#fff;
	font-size:24px;
	text-shadow:1px 1px #000;
	z-index:3;
}

.materials-preview_list > li > article > cite{
	display:block;
	margin: 4px 20px 6px;
	font-size:12px;
}

.materials-preview_list > li > article > cite a{
	text-decoration: none;
}

.materials-preview_list > li > article > cite a > span{
	border-bottom:solid 1px #ddd;
	position:relative;
	top:-2px;
}

.materials-preview_list > li > article > cite a:hover > span{
	border-bottom:solid 1px #aaa;
}

.materials-preview_list > li > article > cite a > span span{
	position:relative;
	top:2px;
}

.materials-preview_list h1,
.materials-preview_list h2,
.materials-preview_list h3 {
	font-weight:600;
	font-size:21px;
	margin: 4px 20px 7px;
	line-height:1.2;
}

.materials-preview_list article:hover h1,
.materials-preview_list article:hover h1 a,
.materials-preview_list article:hover h2,
.materials-preview_list article:hover h2 a,
.materials-preview_list article:hover h3,
.materials-preview_list article:hover h3 a{
	color:#63bd2b;
}

.materials-preview_list > li > article > p{
	margin:4px 20px 9px;
	font-size:14px;
	line-height:1.5;
}

.materials-preview_list > li > article > footer{
	margin:6px 20px;
	font-size:12px;
	color:#919191;
}

.materials-preview_list .icon-comment{
	color:#BCBCBB;
}

.materials-preview_list .materials-preview_double-item{
	width:50%;
	position: static;
}

.materials-preview_list .materials-preview_double-item:only-child{
	min-height:300px;
}

#news-preview .materials-preview_list{
	position: relative;
}

.materials-preview_double-item figure{
	position: absolute;
	top:0;
	left:0;
	width:50%;
	bottom:1px;
}

.materials-preview_list > li:first-child + .materials-preview_double-item figure{
	left: 25%;
}

.materials-preview_list > li:first-child +li + .materials-preview_double-item figure{
	left: 50%;
}

.materials-preview_list .materials-preview_double-item figure .preview_photo{
	width: 100%;
	height: 100%;
	position: absolute;
}

.materials-preview_double-item .icon-facetime-video{
	position: absolute;
	right:20px;
	top:20px;
	font-size:2.4em;
	left:auto;
}

.materials-preview_double-item figcaption{
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	z-index: 3;
	padding:14px 20px;
	z-index:1;
	background:        -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background:    -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); 
	background:     -ms-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background:      -o-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background:         linear-gradient(to bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}

.materials-preview_double-item a:hover ~ figcaption{
	background:        -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,.3)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,.3) 0%, rgba(0,0,0,1) 100%);
	background:    -moz-linear-gradient(top,  rgba(0,0,0,.3) 0%, rgba(0,0,0,1) 100%); 
	background:     -ms-linear-gradient(top,  rgba(0,0,0,.3) 0%, rgba(0,0,0,1) 100%);
	background:      -o-linear-gradient(top,  rgba(0,0,0,.3) 0%, rgba(0,0,0,1) 100%);
	background:         linear-gradient(to bottom,  rgba(0,0,0,.3) 0%, rgba(0,0,0,1) 100%);
}

.materials-preview_double-item a:hover ~ figcaption h1 a,
.materials-preview_double-item a:hover ~ figcaption h2 a{
	text-decoration:underline;
}

.no-cssgradients .materials-preview_double-item figcaption{
	background:url(../img/gradients.png) 0 0 repeat-x;
	z-index:0;
}

.materials-preview_double-item h1,
.materials-preview_double-item h2{
	display: inline;
	margin:0;
	color: #fff;
	font-size: 2.3076923em;
	line-height: 1.25;
	text-shadow: 1px 1px #000;
	z-index: 1;
	font-weight: 400;
}

.materials-preview_double-item h1 a,
.materials-preview_double-item h2 a{
	color:#fff;
	position:relative;
	padding-right:38px;
}

.materials-preview_list .materials-preview_double-item:hover h1 a,
.materials-preview_list .materials-preview_double-item h1 a:visited,
.materials-preview_list .materials-preview_double-item:hover h2 a,
.materials-preview_list .materials-preview_double-item h2 a:visited{
	color:#fff;
}

.materials-preview_double-item .title-green > a, 
.materials-preview_double-item .title-green > span{
	display: block;
	padding:0 20px;
}

.materials-preview_double-item .title-green > a:after, 
.materials-preview_double-item .title-green > span:after{
	display: none;
}

.materials-preview_double-item .news-preview_list{
	margin:0 20px;
}

.materials-preview_double-item  figure cite{
	display: block;
	font-size: 15px;
}

.materials-preview_double-item  figure cite a{
	color: #fff;
	text-decoration: none;
}

.comments-count i{
	font-size:1.27272727em;
}

.materials-preview_list time{
	display:inline;
	margin-right:7px;
}







.materials-preview_double-item time{
	position:absolute;
	left:20px;
	top:13px;
	color:#fff;
	text-shadow: 1px 1px #000;
	font-size:15px;
}

.materials-preview_double-item .comments-count{
	position:absolute;
	z-index:5;
	right:20px;
	bottom:14px;
	color:#fff;
	font-size:17px;
	text-shadow: 1px 1px #000;
	font-size:24px;
}

.materials-preview_double-item .comments-count .icon-comment{
	width:20px;
	height:20px;
}

.inlinesvg .materials-preview_double-item .comments-count .icon-comment{
	background-image:url(../img/comments_main.svg);
}

.materials-preview_double-item h1 a{
	padding-right:58px;
}



@media only screen and (max-width:980px) {
	.materials-preview_list > li{
		width:50%;
		margin-bottom:-1490px !important;
	}
	
	.materials-preview_list > li:nth-child(odd){
		clear:left;
	}
	
	.materials-preview_list > .materials-preview_double-item + li{
		clear:left;
	}
	
	.materials-preview_list > .materials-preview_double-item + li + li{
		clear:none;
	}
	
	.materials-preview_double-item .comments-count{
		font-size:20px;
		bottom:17px;
	}

	.materials-preview_list > .materials-preview_double-item{
		width:100%;
		margin-bottom: 1px !important;
		padding-bottom:0 !important;
		background: #fff;
		left:0;
		position: relative;
	}

	.materials-preview_list > .materials-preview_double-item > article,
	.materials-preview_list > .materials-preview_double-item + li > article{
		margin-left: 0 !important;
	}

	.materials-preview_list .materials-preview_double-item figure{
		width:100%;
		position: relative;
		min-height:200px;
		padding-bottom:20%;
		height:0;
	}
	
	.materials-preview_list cite{
		font-size:13px;
	}
	
	.materials-preview_list > li > article > .preview_photo{
		height:200px;
	}
	
	.materials-preview_list .icon-facetime-video{
		top:163px;
	}
	
	.materials-preview_list .materials-preview_double-item .icon-facetime-video{
		top:20px;
	}
	
	.materials-preview_list h3{
		font-size:24px;
	}
	
	.materials-preview_list p,
	.materials-preview .align-c a{
		font-size:16px;
	}
	
	.materials-preview_list footer{
		font-size:14px;
	}
	
	.materials-preview_list > li:after{
		top:200px;
	}

	.materials-preview_list > li:before{
		height:200px;
	}
	
	.materials-preview_list > li:first-child + li + li:after,
	.materials-preview_list > li:nth-child(odd):after,
	.materials-preview_list > li:first-child + li + li:before,
	.materials-preview_list > li:nth-child(odd):before,
	.materials-preview_list > .materials-preview_double-item + li:before,
	.materials-preview_list > .materials-preview_double-item + li:after{
		border-left-width:0;
	}
	
	.materials-preview_list > .materials-preview_double-item + li + li:before,
	.materials-preview_list > .materials-preview_double-item + li + li:after,
	.rt-news .materials-preview_list > li:nth-child(odd):after,
	.rt-news .materials-preview_list > li:nth-child(odd):before{
		border-left-width:1px !important;
	}
}

@media screen and (max-width:767px){
	.materials-preview_list > li > article > .preview_photo{
		height:155px;
	}
	
	.materials-preview_list > li:after{
		top:155px;
	}

	.materials-preview_list > li:before{
		height:155px;
	}
	
	.materials-preview_list .icon-facetime-video{
		top:123px;
	}
}



@media only screen and (max-width:540px){
	.materials-preview_double-item .comments-count{
		right:12px;
		top:127px;
		font-size:16px;
		bottom:auto;
	}
	
	.materials-preview_double-item time{
		left:12px;
	}
	
	.materials-preview_double-item a:hover ~ figcaption{
		background:none;
	}
}

/*  catalog media  */

.catalog-media{
	margin:0 0 20px -8px;
	position:relative;
}

.catalog-media .block-white{
	padding:0 10px;
}

.catalog-media header{
	margin:0 -10px 15px;
	position:relative;
	padding:0 10px;
}

.catalog-media header small{
	font-size:0.9em;
	color:#fff;
	display:inline-block;
	padding-bottom:6px;
}

.catalog-media h3{
	display:inline-block; 
	vertical-align:baseline;
	margin-right:5px;
}

.lt-ie8 .catalog-media h3{
	display:inline;
	zoom:1;
}

.catalog-media h3 a{
	position:relative;
	left:-8px;
	padding:0 0 0 8px;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	height: 26px;
	line-height: 26px;
	text-decoration:none;
}

.catalog-media h3 a span{
	display:inline-block;
	border-bottom:solid 1px #acd194;
	line-height:1;
}

.no-csstransforms .catalog-media h3 a{
	padding-right:0;
}

.catalog_region-title{
	font-size:16px;
	font-weight:600;
	color:#000; 
	border-top:solid 1px #c9c8c6;
	margin-bottom:13px;
	padding-top:15px;
}

.catalog-media_item{
	display:inline-block;
	vertical-align:top;
	width:45%;
	margin-bottom:16px;
}

.lt-ie8 .catalog-media_item{
	display:inline;
	zoom:1;
}

.catalog-media_item + .catalog-media_item,
.catalog-media_item + .catalog-media_item + .catalog-media_item + .catalog-media_item{
	margin-left:8%;
}

.catalog-media_item + .catalog-media_item + .catalog-media_item{
	margin-left:0;
}

.catalog-media_item .title{
	text-transform:uppercase;
	color:#000;
	display:block;
	margin-bottom:2px;
	font-size:0.84615384em;
	text-decoration:none !important;
	letter-spacing:1px;
}

.catalog-media_item .title span{
	border-bottom:solid 1px #ccc;
	display:inline-block;
	line-height:1;
}

.catalog-media_item .title:hover span,
.catalog-media_item .title:focus span{
	border-bottom-color:#999;
}

.catalog-media_item .title ~ a{
	font-size:1.15384615em;
	margin-right:6px;
	line-height:1.5;
	white-space:nowrap;
	display:inline-block;
	vertical-align:top;
}

.lt-ie8 .catalog-media_item .title ~ a{
	display:inline;
	zoom:1;
}

.catalog-media_item a small{
	white-space:nowrap;
	font-size:0.86666666em; 
	border-bottom:dotted 1px;
}

.media-slider{
	position:relative;
	height:115px;
	margin:13px 0 0;
	padding:0 25px;
	background:#fff;
	z-index:2;
	border-bottom:solid 9px transparent;
}

.media-slider_body{
	height:115px;
	width: 100%;
	overflow:hidden;
}

.lt-ie8 .media-slider,
.lt-ie8 .media-slider_body{
	height:auto;
}

.no-js .media-slider,
.no-js .media-slider_body{
	height:auto !important;
	padding:0 !important;
}

.media-slider_prev,
.media-slider_next{
	position:absolute;
	height:105px;
	width: 13px;
	text-align:center;
	background:#fff;
	line-height:105px;
	font-size:20px;
	color:#aaa;
	background:        -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f0ed), color-stop(50%, #838381), color-stop(100%, #e1e0dd)); 
	background: -webkit-linear-gradient(top, #f1f0ed 0%, #838381 50%, #e1e0dd 100%) 100% 0 #fff;
	background:    -moz-linear-gradient(top, #f1f0ed 0%, #838381 50%, #e1e0dd 100%) 100% 0 #fff;
	background:     -ms-linear-gradient(top, #e1e0dd 0%, #838381 50%, #e1e0dd 100%) 100% 0 #fff;
	background:      -o-linear-gradient(top, #e1e0dd 0%, #838381 50%, #e1e0dd 100%) 100% 0 #fff;
	background:         linear-gradient(top, #e1e0dd 0%, #838381 50%, #e1e0dd 100%) 100% 0 #fff;
	background-size: 1px 100%;
	background-repeat: no-repeat;
	cursor:pointer;
}

.no-js .media-slider_prev,
.no-js .media-slider_next{
	display:none;
}

.media-slider_prev:hover,
.media-slider_next:hover,
.media-slider_prev:focus,
.media-slider_next:focus{
	color:#000;
}

.media-slider_prev{
	left:0;
	background-position:100% 0;
	padding-right:4px;
}

.media-slider_next{
	right:0;
	background-position:0 0;
	padding-left:4px;
}

.media-slider_prev:after,
.media-slider_next:after{
	content:"";
	position:absolute;
	left:0;
	top:-20px;
	height:145px;
	width:24px;
	background:        -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,1)), color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); 
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%); 
	background:    -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
	background:     -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%); 
	background:      -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%); 
	background:         radial-gradient(ellipse at center,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
	z-index:-1;
	margin:auto;
	background-repeat:no-repeat;
	opacity:.75;
}

.media-slider_next:after{
	left:auto;
	right:0;
}

.inlinesvg .media-slider_next .icon-angle-right:before,
.inlinesvg .media-slider_prev .icon-angle-left:before{
	display:none;
}

.inlinesvg .media-slider_next .icon-angle-right,
.inlinesvg .media-slider_prev .icon-angle-left{
	position:absolute;
	width:10px;
	height:12px;
	top:0;
	bottom:0;
	margin:auto;
	opacity:.3;
}

.inlinesvg .media-slider_next .icon-angle-right{
	background:url(../img/sprite_svg.svg) -145px 0 no-repeat;
	background-size:auto 100%;
	left:auto;
	right:0;
}

.inlinesvg .media-slider_prev .icon-angle-left{
	background:url(../img/sprite_svg.svg) -134px 0 no-repeat;
	background-size:auto 100%;
	left:0;
	right:auto;
}

.inlinesvg .media-slider_next:hover .icon-angle-right,
.inlinesvg .media-slider_prev:hover .icon-angle-left{
	opacity:.7;
}

.media-slider_body ul{
	list-style:none;
	white-space:nowrap;
	position:relative;
}

.no-js .media-slider_body ul{
	white-space:normal;
}

.media-slider_body li{
	width:48%;
	padding:0 1% 1px;
	display:inline-block;
	vertical-align:top;
}

.media-slider_body .item{
	margin-right:10px;
	overflow:hidden;
	height:100%;
}

.media-slider_body .item:after{
	content:"";
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:16px;
	z-index:5;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}

.no-js .media-slider_body li{
	width: 122px !important;
	padding:0 !important;
	display:inline-block;
	vertical-align:top;
}

.lt-ie8 .media-slider_body li{
	display:inline;
	zoom:1;
	white-space:nowrap;
}

.title-media_item{
	font-size:1.307692307em;
	color:#0066af;
	margin-bottom:4px;
}

.media-slider .item + .item{
	margin-top:20px;
}

.no-js .media-slider .item{
	margin-top:0 !important;
	padding-bottom:14px !important;
}

.media-slider .item:hover .title-media_item{
	color:#63bd2b;
}

.media-slider cite{
	position:static;
}

.media-slider cite a{
	text-decoration:none;
	color:#000;
	text-transform:none;
	font-size:1.090909em;
}

.media-slider cite span{
	margin-left:6px;
	border-bottom:solid 1px #cdccca;
	display:inline-block;
	line-height:1;
	font-size:1.090909em;
	letter-spacing:0;
}

.lt-ie8 .media-slider cite span{
	display:inline;
	zoom:1;
}

.media-slider .icon-desktop,
.media-slider .icon-list-alt{
	display:inline-block;
	vertical-align:middle;
	width:16px;
	height:12px;
	position:relative;
	top:-2px;
}

.media-slider .icon-desktop:before,
.media-slider .icon-list-alt:before{
	display:none;
}

.media-slider .icon-desktop{
	background:url(../img/tv.png) 0 0 no-repeat;
}

.media-slider .icon-list-alt{
	background:url(../img/press.png) 0 0 no-repeat;
}

.inlinesvg .media-slider .icon-desktop{
	background:url(../img/tv.svg) 0 0 no-repeat;
	background-size:100%;
}

.inlinesvg .media-slider .icon-list-alt{
	background:url(../img/press.svg) 0 0 no-repeat;
	background-size:100%;
}

@media only screen and (max-width: 980px){
	.inlinesvg .media-slider_next .icon-angle-right,
	.inlinesvg .media-slider_prev .icon-angle-left{
		width:28px;
		height:44px;
	}
	
	.inlinesvg .media-slider_next .icon-angle-right{
		background-position:-534px 0;
	}
	
	.inlinesvg .media-slider_prev .icon-angle-left{
		background-position:-492px 0;
	}
}

/*  channel list  */

.catalog__title{
	margin-bottom:18px;
}

.sort_btns{
	margin-bottom:12px;
	border-bottom:solid 1px #c9c8c6;
	background:#f1f0ed;
}

.sort_btns .inner{
	padding:0 0 4px;
	display:table;
	width:100%;
}

.catalog-media_full{
	-webkit-transition: background-color .25s;
	   -moz-transition: background-color .25s;
	    -ms-transition: background-color .25s;
	     -o-transition: background-color .25s;
	        transition: background-color .25s;
	background-color  : rgb(241, 240, 237);
}

.catalog-media_full.fixed{
	padding-top:0;
}

.catalog-media_full.fixed .sort_btns{
	position:fixed;
	top:0;
	padding-top:12px;
	background:#f1f0ed;
	z-index:123;
	border-bottom:0;
}

.catalog-media_full.fixed .sort_btns:after{
	display: block;
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 8px;
	background:        -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0, 0.239216)), color-stop(30%,rgba(0, 0, 0, 0.0784314)), color-stop(100%,rgba(0, 0, 0, 0))); 
	background: -webkit-linear-gradient(top,  rgba(0, 0, 0, 0.239216) 0%, rgba(0, 0, 0, 0.0784314) 30%, rgba(0, 0, 0, 0) 100%); 
	background:    -moz-linear-gradient(top,  rgba(0, 0, 0, 0.239216) 0%, rgba(0, 0, 0, 0.0784314) 30%, rgba(0, 0, 0, 0) 100%);
	background:      -o-linear-gradient(top,  rgba(0, 0, 0, 0.239216) 0%, rgba(0, 0, 0, 0.0784314) 30%, rgba(0, 0, 0, 0) 100%); 
	background:     -ms-linear-gradient(top,  rgba(0, 0, 0, 0.239216) 0%, rgba(0, 0, 0, 0.0784314) 30%, rgba(0, 0, 0, 0) 100%);
	background:         linear-gradient(to bottom,  rgba(0, 0, 0, 0.239216) 0%, rgba(0, 0, 0, 0.0784314) 30%, rgba(0, 0, 0, 0) 100%); 
}

.sort_filter{
	margin-bottom:22px;
	position:relative;
	-webkit-transition:top .25s;
	   -moz-transition:top .25s;
	    -ms-transition:top .25s;
	     -o-transition:top .25s;
	        transition:top .25s;
}

.fixed .sort_filter{
	top:8px;
	margin-bottom:21px;
}

.sort_filter input[type=text],
.sort_filter input[type=search]{
	width:80%;
	max-width:340px;
}

.sort_filter input[type=text] + [class*=-remove],
.sort_filter input[type=search] + [class*=-remove]{
	display:inline-block;
	position: relative;
	color:#aaa;
	width:16px;
	height:16px;
	border-radius:50%;
	text-align:center;
	line-height:16px;
	background:#bbbcb9;
	cursor:pointer;
	left:-22px;
	font-weight:400;
	color:#fff;
	opacity:.4;
	top:1px;
}

/*.sort_filter input[type=text] + [class*=-remove]:after,
.sort_filter input[type=search] + [class*=-remove]:after{
	display:none;
}*/

/*.sort_filter input[type=text] + [class*=-remove]:before,
.sort_filter input[type=search] + [class*=-remove]:before{
	content:"?";
	font-family:arial, sans-serif;
	font-weight:bold;
	height:16px;
	line-height:16px;
	font-size:16px;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-align:center;
	padding:0;
}*/

.sort_filter input[type=text] + [class*=-remove]:hover,
.sort_filter input[type=search] + [class*=-remove]:hover{
	opacity: 1;
}

.sort_btns:after{
	content:"";
	display:block;
	clear:both;
}

.sort_btns a{
	border:0;
	background:none;
	width:24%;
	text-align:left;
	color:#919191;
	font-size:15px;
	white-space:nowrap;
	display:table-cell;
	vertical-align:top;
}

.sort_btns a:first-child{
	width:4%;
	text-align:left;
}

.sort_btns a:first-child i{
	position:relative;
	left:12px;
	top:-2px;
	margin:0;
	display:inline-block;
}

.lt-ie8 .sort_btns a{
	display:inline;
	zoom:1;
}

.sort_btns a[href]:hover{
	color:#333;
}

.btn-sort i{
	margin:5px 0 0 -9px;
	font-size:9px !important;
	position:absolute;
	width:5px;
	height:9px;
}

.btn-sort i:before{display:none;}

.btn-sort i:after{
	content:"";
	width:10px;
	height:10px;
	position:absolute;
	left:-4px;
	background-repeat:no-repeat;
	background-size:auto 100%;
	opacity:.35;
}

.btn-sort:hover i:after{opacity:.75;}

.inlinesvg .btn-sort i:after{
	background-image:url(../img/sprite_svg.svg);
	background-position:-15px 0;
	top:0;
	height:10px;
}

.inlinesvg .btn-sort.sort-up i:after{
	background-image:url(../img/sprite_svg.svg);
	background-position:-15px 0;
	top:0;
	height:5px;
	background-size:auto 200%;
}

.inlinesvg .btn-sort.sort-down i:after{
	background-image:url(../img/sprite_svg.svg);
	background-position:-15px 100%;
	top:5px;
	height:5px;
	background-size:auto 200%;
}

.channels_list{
	list-style:none;
	margin-bottom:30px;
	font-size:15px;
	line-height:1.4;
}

.channels_list-popular{
	margin-bottom:13px;
	padding-bottom:13px;
	border-bottom:solid 1px #c9c8c6;
}

.channels_list-popular i + a{
	font-weight:700; 
}

.channels_list a[data-sort=country],
.channels_list a[data-sort=region]{
	font-size: 14px;
	padding-top:10px;
}

.channels_list li{
	padding:0;
	line-height:1.15;
	position:relative;
}

.channels_list-item{
	display:table;
	width:100%;
	position:relative;
}

.channels_list__first-in-group{
	margin-top:27px !important;
}

.channels_list__first-in-group:before{
	content:"";
	position:absolute;
	left:0;
	top:-14px;
	width:100%;
	border-top:solid 1px #c9c8c6;
}

.channels_list-item:hover{
	background:#e4e4e4;
}

.channels_list a{
	white-space: normal;
	word-break:break-word;
	word-wrap:break-word;
}

.channels_list [data-sort]{
	display:table-cell;
	width:24%;
	white-space: normal;
	vertical-align: top;
	padding-top:9px;
	padding-bottom:9px;
}

.channels_list i[data-sort]{
	color:#9f9c9b;
	font-size:20px;
	display: table-cell;
	width:4%;
}

.channels_list i[data-sort]:after,
.channels_list i[data-sort]:before{
	display:none;
}

.channels_list i[data-type-media=tv]{
	background:url(../img/tv.png) 7px 10px no-repeat;
}

.channels_list i[data-type-media=press]{
	background:url(../img/press.png) 7px 10px no-repeat;
}

.inlinesvg .channels_list i[data-type-media=tv]{
	background:url(../img/tv.svg) 7px 12px no-repeat;
}

.inlinesvg .channels_list i[data-type-media=press]{
	background:url(../img/press.svg) 7px 12px no-repeat;
}

.lt-ie8 .channels_list .channel_list-item > a{
	width:24%;
	display:inline;
	zoom:1;
}

.lt-ie8 .channels_list .channel_list-item > a{
	display:inline;
	zoom:1;
}

.sorted-item{
	font-weight:600;
}

.channel_list-item__toggle-langs{
	font-size:.9em;
	border-bottom:dashed 1px;
	cursor: pointer;
}

.channel_list-item__hidden-langs{
	display:none;
	/*padding-top:4px;*/
}

.catalog-media_title-popular{
	font-size:15px;
	color:#000;
	padding:10px 0 10px 4%;
	line-height:1;
}


@media screen and (max-width:980px){
	.sort_filter input[type=text] + [class*=-remove],
	.sort_filter input[type=search] + [class*=-remove]{
		top:5px;
	}
}


@media screen and (max-width:767px){
	.sort_filter{
		margin-bottom:27px;
	}
	
	.sort_btns .inner{
		display:none;
	}
	
	.channels_list [data-sort=lang]{
		display:none;
	}
	
	.channels_list-item{
		padding-left:35px;
	}
	
	.channels_list-item i[data-sort=type-media]{
		float:left;
		display:block;
		width:30px;
		height:20px;
		margin-left:-35px;
		background-position:50% 0;
	}
	
	.channels_list-item i + a[data-sort]{
		float:left;
		width:45%;
	}
	
	.channels_list a[data-sort] + a[data-sort]{
		float:right;
		width:55%;
	}
	
	.channels_list a[data-sort=region]{
		padding-top:0;
	}
	
	.channels_list-item{
		display:block;
		width:auto;
		overflow:hidden;
	}
}

/*  news  */


#news .preview_photo{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:172px;
	/*background-color:transparent;*/
}

#news article{
	padding:6px 20px 12px 184px;
}

#news article + article{
	
}

#news article + article .preview_photo{
	top:1px;
}

#news article + article:after{
	content:"";
	position:absolute;
	top:0;
	left:172px;
	right:0;
	height:1px;
	background:#cdcdcd;
}

#news article + article:before{
	content:"";
	position:absolute;
	top:0;
	width:172px;
	left:0;
	height:1px;
	background:#fff;
}

#news h1{
	font-weight: 600;
	color: #0066af;
	font-size: 22px;
	margin: 0 0 6px;
}

#news article:hover h1,
#news article:hover h1 a{
	color:#63bd2b;
}

#news p{
	margin:0 0 6px;
	font-size:15px;
}

#news footer{
	font-size:11px;
	color:#919191;
}

#news time,
#news cite,
#news .comments-count{
	margin-right:12px;
}

#news .icon-comment{
	color:#c2c2c2;
}

#news .show-more-btn{
	border-top:solid 1px #d1d1d1;
	text-decoration:none;
}

@media screen and (max-width:540px){
	#news article:after,
	#news article:before{
		display:none !important;
	}
}

/*  fly holder  */

/* fly widget */

.fly-holder{
	background: url(../img/blank.gif) repeat rgb(241, 240, 237);
	position: relative;
	z-index:30;
	height:52px;
	padding-top:8px;
	zoom:1;
}

.fly-holder.fixed{
	position:fixed;
	top:0;
	z-index: 999;
	zoom:1;
	margin-left:-6px !important;
	padding:8px 4px 0;
}

.show-mobile-nav .fly-holder.fixed{
	left:272px;
}

.fly-holder.fixed:after{
	display: block;
	content: '';
	position: absolute;
	top: 100%;
	left: 4px;
	right: 4px;
	height: 8px;
	background:        -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0, 0.239216)), color-stop(30%,rgba(0, 0, 0, 0.0784314)), color-stop(100%,rgba(0, 0, 0, 0))); 
	background: -webkit-linear-gradient(top,  rgba(0, 0, 0, 0.239216) 0%, rgba(0, 0, 0, 0.0784314) 30%, rgba(0, 0, 0, 0) 100%); 
	background:    -moz-linear-gradient(top,  rgba(0, 0, 0, 0.239216) 0%, rgba(0, 0, 0, 0.0784314) 30%, rgba(0, 0, 0, 0) 100%);
	background:      -o-linear-gradient(top,  rgba(0, 0, 0, 0.239216) 0%, rgba(0, 0, 0, 0.0784314) 30%, rgba(0, 0, 0, 0) 100%); 
	background:     -ms-linear-gradient(top,  rgba(0, 0, 0, 0.239216) 0%, rgba(0, 0, 0, 0.0784314) 30%, rgba(0, 0, 0, 0) 100%);
	background:         linear-gradient(to bottom,  rgba(0, 0, 0, 0.239216) 0%, rgba(0, 0, 0, 0.0784314) 30%, rgba(0, 0, 0, 0) 100%); 
}

.fly-holder .month-selector{
	width: 121px;
	float: right;
	margin: 5px 0px 10px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.datepicker{
	position:absolute;
	right:0;
	top:47px;
	width:290px;
	background: url(../img/blank.gif) repeat #fff;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 3px 0px;
	border-radius: 5px;
	z-index: 34;
	border: 1px solid rgb(170, 170, 170);
	display:none;
	opacity:.99999;
}

.datepicker_close{
	position: absolute;
	top: 2px;
	right: 6px;
	padding: 4px;
	cursor: pointer;
	line-height: 1em;
	border:0;
	background:none;
	font-size:20px;
	font-weight:700; 
	color:#999;
}

.datepicker_close:hover,
.datepicker_close:focus{
	color:#222;
}

.datepicker_head{
	cursor: default;
	padding: 6px 20px 5px;
	text-align: center;
	border-radius: 4px 4px 0px 0px;
	background: rgb(216, 216, 216);
}

.datepicker_title{
	margin:0 10px;
	font-size:16px;
}

.datepicker_monthes{
	margin: 0px;
	padding: 5px;
	text-align: center;
	list-style:none;
	font-size:15px;
}

.datepicker_monthes li{
	text-align: left;
	display: inline-block;
	width: 31%;
	min-width: 85px;
	margin: 2px 1.166%;
	padding 4px 8px;
	border-radius: 3px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background: #fff;
}

.lt-ie9 .datepicker_monthes li{
	min-width:70px;
}

.lt-ie8 .datepicker_monthes li{
	display:inline;
	zoom:1;
}

.datepicker_monthes li a{
	color: #222;
	display:block;
	padding:4px 8px;
	border-radius:3px;
}

.lt-ie9 .datepicker_monthes li{
	width: 22%;
}

.datepicker_monthes li:hover{
	background: #eee;
}

.datepicker_disabled{
	color: rgb(187, 187, 187) !important;
	background: transparent !important;
	cursor: default !important;
}

.datepicker_disabled a{
	color: rgb(187, 187, 187) !important;
}

.datepicker_current{
	background: rgb(216, 216, 216) !important;
	cursor: default !important;
}

.datepicker_current a{
	background: rgb(216, 216, 216) !important;
	cursor: default !important;
}

.datepicker_head i{
	cursor: pointer;
	font-size: 18px;
	padding: 0 14px;
	color: #222;
	display:inline-block;
	position:relative;
	width:28px;
	height:18px;
}

.datepicker_head .icon-caret-left:after,
.datepicker_head .icon-caret-right:after{
	display:none;
}

.datepicker_head .icon-caret-left:before,
.datepicker_head .icon-caret-right:before{
	content:"";
	width:0;
	height:0;
	border:solid 5px transparent;
	border-right-color:#222;
	position:absolute;
	top:6px;
	right:4px;
}

.datepicker_head .icon-caret-right:before{
	border-right-color:transparent;
	border-left-color:#222;
	right:auto;
	left:4px;
}

.datepicker_head i.disabled{
	color:#bbb;
	cursor:default;
}

.datepicker_head .icon-caret-left.disabled:before{
	border-right-color:#bbb;
}

.datepicker_head .icon-caret-right.disabled:before{
	border-left-color:#bbb;
}

.paginator-holder {
	margin-right: 130px;
	position:relative;
}

.paginator-holder:after{
	content:"";
	position:absolute;
	top:0;
	right:0;
	width:12px;
	height:30px;
	background: -moz-linear-gradient(left,  rgba(241,240,237,0) 0%, rgba(241,240,237,1) 92%, rgba(241,240,237,1) 100%); 
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(241,240,237,0)), color-stop(92%,rgba(241,240,237,1)), color-stop(100%,rgba(241,240,237,1))); 
	background: -webkit-linear-gradient(left,  rgba(241,240,237,0) 0%,rgba(241,240,237,1) 92%,rgba(241,240,237,1) 100%); 
	background: -o-linear-gradient(left,  rgba(241,240,237,0) 0%,rgba(241,240,237,1) 92%,rgba(241,240,237,1) 100%); 
	background: -ms-linear-gradient(left,  rgba(241,240,237,0) 0%,rgba(241,240,237,1) 92%,rgba(241,240,237,1) 100%);
	background: linear-gradient(to right,  rgba(241,240,237,0) 0%,rgba(241,240,237,1) 92%,rgba(241,240,237,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f1f0ed', endColorstr='#f1f0ed',GradientType=1 );
	z-index:3;
}

.paginator{
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	max-width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	-webkit-overflow-scrolling: touch;
}

.date-paginator ul {
	display: inline-block;
}

.paginator li {
	display: inline-block;
	font-size: 18px;
	padding:4px 0 1px;
}

.lt-ie8 .paginator li{
	display: inline; 
	zoom: 1;
}

.paginator ul a, 
.paginator ul span {
	padding: 0 20px 0 1px;
	color:#777;
}

.paginator ul span{
	color:#777;
}

.paginator ul a:hover{
	color:#63bd2b;
}

.paginator .active{
	font-weight:700;
}

.paginator .active span{
	color:#333;
}

.paginator .devider span {
	border-left: 1px solid rgb(187, 187, 187);
	padding: 0;
	margin: 0 14px -3px 0;
	height: 1em;
	display: block;
}

.paginator .disabled{
	color:#C5C5C5;
}

.paginator::-webkit-scrollbar {
	height: 14px;
}

.paginator::-webkit-scrollbar-track {
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.15), rgba(0,0,0,0.15));
	background: linear-gradient(left, rgba(0,0,0,0.15), rgba(0,0,0,0.15));
	background-size: 100% 8px;
	background-position: 50% 2px;
	background-repeat: no-repeat;
}

.paginator:hover::-webkit-scrollbar-track {
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.24), rgba(0,0,0,0.24));
	background: linear-gradient(left, rgba(0,0,0,0.24), rgba(0,0,0,0.24));
	background-size: 100% 8px;
	background-position: 50% 2px;
	background-repeat: no-repeat;
}

.paginator::-webkit-scrollbar-thumb {
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.375), rgba(0,0,0,0.375));
	background: linear-gradient(left, rgba(0,0,0,0.375), rgba(0,0,0,0.375));
	background-size: 98% 4px;
	background-position: 50% 4px;
	background-repeat: no-repeat;
}

.paginator:hover::-webkit-scrollbar-thumb {
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0.5));
	background: linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0.5));
	background-size: 98% 4px;
	background-position: 50% 4px;
	background-repeat: no-repeat;
}

/*  tags  */

.tags{
	border-top:solid 1px #c9c8c6;
	border-bottom:solid 1px #c9c8c6;
	padding:9px 0 16px 75px;
	margin-bottom:30px;
}

.tags dt{
	float:left;
	clear:left;
	margin:7px 0 0 -75px;
	color:#999;
}

.tags dd{
	margin:7px 0 0;
}

.tags a{
	margin-right: 8px;
}

/*  article page  */

.page header{
	font-size:14px;
	margin-bottom:10px;
	color:#000;
}

.meta{
	margin:-10px 0 12px;
}

.meta time{
	font-size:15px;
	margin:10px 24px 0 0;
}

.page header h1{
	font-size:35px;
	line-height:1.25;
	margin:0;
}

.meta cite{
	margin:10px 10px 0 0;
	display:inline-block;
}

.meta cite a{
	color:#000;
}

.link-orange:after{
	content:"";
	position:absolute;
	height:160%; 
	top:-40%; 
	right:-8px;
	background:#f1f0ed;
	width:12px;
	-webkit-transform: rotate(18deg);
	   -moz-transform: rotate(18deg);
		-ms-transform: rotate(18deg);
			transform: rotate(18deg);
}

.meta .link-orange{
	margin:10px 24px 0 0;
}

.article-intro{
	font-size:20px;
	margin:0 0 21px;
	font-weight:600;
	line-height:1.5;
}
/*
.page figure{
	margin:0 0 23px;
	position:relative;
}

.page figure img{
	display:block; 
	width:100%;
}

.page figcaption{
	padding:3px 0;
	color:#000;
	border-bottom:solid 1px #C9C8C6;
	font-size:12px;
}*/

.page figure{
	margin:0 0 23px;
	position:relative;
	padding-bottom:56.25%;
}

.page figure.big-video{
	padding-bottom: -webkit-calc(56.25% + 25px);
	padding-bottom: -moz-calc(56.25% + 25px);
	padding-bottom: calc(56.25% + 25px);
}

.page figure > img{
	display:block; 
	width:100%;
	position:absolute;
	left:0;
	top:0;
}

.page figure .preview_photo{
	height:0;
	padding-bottom:56.25%;
}

.page figure .article-video{
	position:relative;
	padding-bottom:56.25%;
	height:0;
}

.page div#player * {
	max-width:100% !important;
	max-height:100% !important;
	top:0 !important;
}

.page figure .article-video > div,
.page #player_wrapper,
.page div#player,
.page figure > .embed,
.page figure > .embed > embed,
.page figure > .embed > iframe,
.page figure > .embed > object{
	position:absolute !important;
	left:0 !important;
	top:0 !important;
	width:100% !important;
	height:100% !important;
}

.page #player_jwplayer_display_iconBackground,
.page #player_jwplayer_display_image{
	top:0 !important;
	bottom:0 !important;
	left:0 !important;
	right:0 !important;
	margin:auto !important;
}

body .page #player_jwplayer_controlbar{
    top:auto !important;
    bottom:0 !important;
    right:0 !important;
    width:100% !important;
    display:none !important;
}

body #player_jwplayer_display_icon{
	top:0 !important;
	bottom:0 !important;
	left:0 !important;
	right:0 !important;
	margin:auto !important;
	background-position:50% !important;
}

.page figcaption{
	padding:3px 0;
	color:#000;
	border-bottom:solid 1px #C9C8C6;
	font-size:12px;
}

.article-copyright{
	color:#999;
}

.article-body{
	padding:0 0 1px;
	font-size:15px;
	margin-bottom:12px;
	line-height:1.5em;
}

.article-body p{
	margin:0 0 1em;
}

.article-aside{
	width:51%;
	max-width: 330px;
	margin:0 0 .75em 30px;
	font-size:18px;
	line-height:1.5;
	padding:8px 16px;
	position:relative;
	background:#fff;
	border-left:solid 2px #61b83d;
}

.bgsizecover .article-aside:after{
	content:"";
	width:100%;
	height:14px;
	background:url(../img/shadow.png) 0 0 no-repeat;
	background-size:100% auto;
	position:absolute;
	left:0;
	top:100%;
}

.article-aside p{
	margin:0;
}

.article_social{
	padding:0 0 50px;
}

.article_social:after{
	content:"";
	display:block;
	clear:both;
}

.article_social-item{
	float:left;
	margin-right: 15px;
}

.article_social-item_print{
	width:16px;
}

.article_social-item_mail{
	margin-right: 28px;
}

.article_social-item > img{
	float:left;
}

.lt-ie8 .article_social-item{
	display:inline;
	zoom:1;
}

.ico-print{
	width:16px;
	height:20px;
	background:url(../img/ico-print.png) 0 0 no-repeat;
	background-size:auto 16px;
	display:inline-block;
}

.ico-mail{
	width:16px;
	height:20px;
	background:url(../img/ico-print.png) -32px 0 no-repeat;
	background-size:auto 16px;
	display:inline-block;
}

.article_commetns{
	margin:20px 0 36px;
}

.article-body .inside-photo{
	padding:0;
	margin-bottom:1em;
	max-width:50%;
	height:auto;
}

.article-body .inside-photo.fl{
	margin-right:20px;
}

.article-body .inside-photo.fr{
	margin-left:20px;
}

.article-body .inside-photo > *{
	position:static;
}

.inside-photo__desc{
	font-size:11px;
	color:#999;
	padding:3px 0;
	border-bottom:solid 1px #ccc;
}

@media screen and (max-width:479px){
	.article-body .inside-photo{
		float:none;
		max-width:100%;
		margin:0 0 1em !important;
	}
}

/*  crumbs  */

.crumbs{
	font-size:15px;
	margin-bottom:1px;
}

.crumbs a{
	color:#000;
	display:inline-block;
	text-decoration:none;
}

.crumbs a span{
	display:inline-block;
	line-height:1;
}

.crumbs a[href] span{
	border-bottom:solid 1px #ccc;
}

.crumbs a[href]:hover span{
	border-bottom-color:#777;
}

.lt-ie8 .crumbs a{
	display:inline;
	zoom:1;
}

.crumbs a + a{
	margin-left:7px;
	padding-left:12px;
	position:relative;
}

.crumbs a + a:before{
	content:"";
	position:absolute;
	left:0; 
	top:50%;
	margin-top:-2px;
	border:solid 3px transparent;
	border-left-color:#ababab;
}

/*  materials_rubric  */

.materials-rubric{
	margin-bottom:38px;
}

.materials-rubric .materials-preview_list{
	border-bottom:0;
}

.lt-ie8 .materials-rubric .materials-preview_list{
	position:relative;
}

.materials-rubric .title-green{
	margin-bottom:4px;
}

.materials-rubric .title-green > a {
	padding: 4px 30px 4px 20px;
	font-size: 1.53846153em;
}

/*  similar  */

.similar{
	margin-bottom:50px;
}

.similar h2 span,
.similar h3 span {
	display:block;
	padding:0 20px;
}

.similar h2 span:after,
.similar h3 span:after {
	display:none;
}

.similar .news-preview_list{
	padding:0 20px;
	text-align:justify;
	margin:0;
}

.similar .news-preview_list:after{
	content:"";
	display:inline-block;
	padding:0 100% 0 0;
	font:0/0 a;
}

.similar .news-preview_list li{
	display:inline-table;
	width:47.945205479%;
	text-align:left;
	vertical-align:top;
	border:0;
}

.similar .news-preview_list h3 {

}

.lt-ie8 .similar .news-preview_list li{
	display:inline;
	zoom:1;
}

.lt-ie8 .similar .news-preview_list li article{
	width:150px;
}

.similar li:first-child + li{
	padding-top:0;
}

/*  rt_news  */

.rt-news{
	margin:10px 0 0;
}

.rt-news .title-black{
	margin-bottom:4px;
	font-size:1.53846153em;
}

.rt-news_slider{
	position:relative;
	margin-left:20px;
	margin-right:20px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

.rt-news_prev,
.rt-news_next{
	position:absolute;
	top:0;
	left:-20px;
	background-color:#e8e8e8;
	width:21px;
	height:100%;
	z-index:12;
	cursor:pointer;
}

.rt-news_prev:after,
.rt-news_next:after{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	width:16px;
}

.rt-news_prev:after{
	right:-16px;
	background:url(../img/inner-shadow-left.png) 0 50% no-repeat;
	background-size:auto 100%;
}

.rt-news_next:after{
	left:-16px;
	background:url(../img/inner-shadow-right.png) 100% 50% no-repeat;
	background-size:auto 100%;
}

.rt-news_next{
	left:auto;
	right:-20px;
}

.rt-news_prev span,
.rt-news_next span{
	background-image:url(../img/arrows.png);
	position:absolute;
	top:50%;
	width:9px;
	height:76px;
	cursor:pointer;
	border:0;
	margin-top:-38px;
}

.inlinesvg .rt-news_prev span,
.inlinesvg .rt-news_next span{
	background-image:url(../img/arrows.svg);
}

.rt-news_prev span{
	left:5px;
	background-position:0 0;
	cursor:pointer;
}

.rt-news_prev.disabled,
.rt-news_next.disabled{
	cursor:default;
}

.rt-news_prev.disabled span{
	background-position:-22px 0;
	cursor:default;
	opacity:.2;
}

.rt-news_next span{
	right:5px;
	background-position:-11px 0;
	cursor:pointer;
}

.rt-news_next.disabled span{
	background-position:-34px 0;
	cursor:default;
	opacity:.2;
}

.rt-news_slider-body{
	width:100%;
	overflow:hidden;
	position:relative;
}

.rt-news_slider .materials-preview_list{
	white-space:nowrap;
	width:100%;
	border-bottom:0;
	position:relative;
}

.lt-ie8 .rt-news_slider .materials-preview_list{
	overflow:hidden;
}

.rt-news_slider .materials-preview_list li{
	display:inline-block;
	vertical-align:top;
	white-space:normal;
	float:none;
	padding0 0 510px;
}

.rt-news_slider .materials-preview_list li + li{
	margin0 0 -1500px;
	padding0 0 1510px;
}

.lt-ie8 .rt-news_slider .materials-preview_list li{
	margin0 !important;
	padding0 0 10px !important;
	displayinline; 
	zoom1;
}

.rt-news_slider .materials-preview_list time{
	display:block;
	margin:4px 20px;
	color:#919191;
}

.rt-news_slider .materials-preview_list li{
	position:relative;
	height:0;
	padding:0 !important;
	margin:0 !important;
	overflow:hidden;
	height:494px;
}

.rt-news_slider .materials-preview_list li:before{
	content:"";
	position:absolute;
	top:100%;
	margin-top:-48px;
	height:30px;
	z-index:10;
	left:10px;
	right:10px;
	border:0;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}

.rt-news_slider .materials-preview_list li > article{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:20px;
	overflow:hidden;
}

.rt-news_slider .materials-preview_list li > article:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height:140px;
	border-left: solid 1px #fff;
}


/*  media_region_list  */


.media-region{
	margin:0 0 30px;
}

.right-column > .media-region{
	padding-top:22px;
}

.media-region  h3{
	font-size:16px;
	margin-bottom:12px;
}

.media-region_list{
	list-style:none;
	font-size:16px;
	line-height:1.2;
}

.media-region_list:first-child{
	margin-top:0;
}

.media-region_list li + li{
	margin-top:12px;
}

.media-region_list li:first-letter{
	color:#63bd2b;
	font-weight:600;
}

.media-region_list a{
	margin-right:14px;
}

/*==========*/

.country-channels__list{
	margin-top:62px;
}

.toggle-list{
	list-style:none;
}

.toggle-list > li{
	position:relative;
}

.toggle-list > li:first-child ~ li{
	border-top:solid 1px #cecdcb;
}

.country-channels__list_title{
	font-size:16px;
	display:inline-block;
	padding:0 34px 0 0;
	height:31px;
	line-height:31px;
}

.open .country-channels__list_title{
	font-weight:600;
}

.toggle-list__toggle-item{
	position:absolute;
	height:100%;
	width:32px;
	background:#e4e3e0;
	right:0;
	top:0;
	height:31px;
}

.toggle-list__toggle-item:after{
	content:"";
	position:absolute;
	right:11px;
	top:12px;
	border:solid 5px transparent;
	border-width:6px 5px;
	border-top-color:#999;
}

.toggle-list .open .toggle-list__toggle-item:after{
	border-bottom-color:#999;
	border-top-color:transparent;
	top:5px;
}

.toggle-list > li ul{
	display:none;
	padding:6px 0 15px;
}

/*  news_preview  */

.main-news_last-day{
	position:absolute;
	right:0;
	top:0;
	width: 32.775%;
	height: 614px;
	overflow:hidden;
}

.fly-main-news .main-news_last-day{
	position:static;
	right:auto;
	top:auto;
	width:auto;
	height:auto;
}

.main-news_media-review{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	background:#fff;
	padding:26px 135px 9px 8px;
	box-shadow:0 1px 1px rgba(0, 0, 0, .1);
}

.main-news_media-review.hide-photo{
	padding-right8px;
}

.media-review_inside{
	position: static;
	background: none;
	box-shadow: none;
	padding: 0 !important;
}

.main-news_media-review .title-green{
	position:absolute;
	left:0;
	top:0;
	width:100%;
}

.media-review_inside .title-green{
	position: relative;
	margin-bottom:8px;
}

.main-news_media-review.media-review_inside h2{
	font-size: 17px;
	padding:0;
	margin:0 8px 4px;
}

.main-news_media-review.media-review_inside p{
	font-size: 13px;
	margin:0 8px;
}

.main-news_media-review .title-green a,
.main-news_media-review .title-green > span{
	display:block;
	padding:0 8px;
	text-decoration:underline;
}

.main-news_media-review.media-review_inside .title-green a,
.main-news_media-review.media-review_inside .title-green > span{
	display:inline-block;
	padding-right:16px;
}

.main-news_media-review .title-green a:after{
	display:none;
}

.main-news_media-review.media-review_inside .title-green a:after,
.main-news_media-review.media-review_inside .title-green > span:after{
	display:block;
}

.main-news_media-review aside{
	position:absolute;
	right:0;
	bottom:0;
	top:26px;
	width:120px;
}

.main-news_media-review .preview_photo{
	width:100%;
	height:100%;
}

.main-news_media-review h2 {
	font-size:14px;
	color:#0066af;
	font-weight:600;
	line-height:1.2;
	padding:8px 0 4px;
}

.main-news_media-review .title-green a {
	text-decoration:none;
}

.main-news_media-review .title-green a span {
	display:inline-block;
	line-height:1;
	border-bottom:solid 1px #acd194;
}

.main-news_media-review p {
	font-size:14px;
}

.news-preview_list {
	list-style:none;
	margin:0;
	padding:0;
	font-size:1.07692307em;
}

.news-preview_list li {
	display:table;
	width:100%;
	padding:7px 0;
	border-top:solid 1px #CDCDCD;
}

.news-preview_list li:first-child {
	border-top:0; 
}

.news-preview_list aside {
	display:table-cell;
	width:108px;
	vertical-align:top;
	height:58px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.news-preview_list aside img{
		margin-left:-1px;
	}
}

.lt-ie8 .news-preview_list aside {
	display:inline;
	zoom:1;
}

.news-preview_list article {
	display:table-cell;
	padding-left: 7px;
	vertical-align:middle;
	color:#0066af;
	word-break:break-word;
}

.lt-ie8 .news-preview_list article {
	display:inline;
	zoom:1;
	width:179px;
}

.news-preview_list article h3,
.news-preview_list article h4 {
	font-weight:400; 
	font-size:1em;
}

.main-news_list article cite {
	display:inline-block;
	line-height:1;
}

.news-preview_list.main-news_list cite {
	line-height:1.35;
}

.news-preview_list article cite a{
	text-decoration:none;
}

.news-preview_list article cite a > span{
	border-bottom:solid 1px #c7c7c7;
	display:inline-block;
	line-height:1;
}

.news-preview_list article cite a:hover > span{
	border-bottom-color:#b4b4b4;
}

.news-preview_list article cite .green > span{
	border-bottom-color:#def9ca;
}

.news-preview_list article cite .green:hover > span{
	border-bottom-color:#bae89b;
}

.news-preview_list article cite a > span{
	position:relative;
	top:-2px;
	display:inline;
}

.news-preview_list article cite a > span span{
	position:relative;
	top:2px;
	border:0;
	display:inline;
}

.news-preview_list li:hover article,
.news-preview_list li:hover p > a,
.news-preview_list li:hover h3 > a{
	color:#63bd2b;
}

.news-preview_list li h3 > a{
	margin-right:7px;
}

.news-preview_list .preview_photo{
	width:108px;
	height:58px;
}

.main-news_list li{
	height: 55px;
}

.news-preview_list aside{
	height: 55px;
}

.main-news_list .preview_photo{
	height:55px;
}

.news-preview_item{
	float:left;
	width:50%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	padding-right:43px;
	margin-bottom:20px;
}

.news-preview_item .news-preview_list li{
	padding:4px 0;
}

.news-preview_item + .news-preview_item + .news-preview_item{
	clear:both;
}

.news-preview_item + .news-preview_item + .news-preview_item + .news-preview_item{
	clear:none;
}

.news-preview_list{
	margin-bottom:0;
}

.news-preview_item .news-preview_list aside{
	padding:3px 0;
}

.news-preview_item h3 a{
	text-decoration:none;
}

.news-preview_item h3 a span{
	display:inline-block;
	line-height:1;
	border-bottom:solid 1px #ACD194;
}

.news-preview_list + a{
	color:#000;
	font-size:1em;
	text-decoration:none;
}

.news-preview_list + a span{
	display:inline-block;
	border-bottom:solid 1px #ccc;
	line-height:1;
}

.news-preview_list + a:hover span,
.news-preview_list + a:focus span{
	border-bottom:solid 1px #999;
}

.news-preview_list footer{
	font-size:12px;
	color:#919191;
	margin:4px 0 0;
	height:18px;
	line-height:18px;
}

.news-preview_list footer time,
.news-preview_list footer cite{
	margin-right:7px;
}

.comments-count{
	white-space:nowrap;
}

.news-preview_list .comments-count i{
	color:#bcbcbb;
	font-size:1em;
}

/**/
	
.news-preview_footer-link{
	display:inline-block;
}	

.news-preview_list footer{
	height:auto;
}

.news-preview_list footer time{
	display:block;
}

/*  news_preview_rt  */

.news-preview_rt{
	margin:40px 0;
}

.news-preview_rt h3{
	background:        -webkit-gradient(linear, left top, left bottom, color-stop(0%, #353535), color-stop(100%, #1f1f1f)); 
	background: -webkit-linear-gradient(top, #353535 0%, #1f1f1f 100%); 
	background:    -moz-linear-gradient(top, #353535 0%, #1f1f1f 100%); 
	background:     -ms-linear-gradient(top, #353535 0%, #1f1f1f 100%); 
	background:      -o-linear-gradient(top, #353535 0%, #1f1f1f 100%); 
	background:         linear-gradient(to bottom, #353535 0%, #1f1f1f 100%);
	padding:4px 20px; 
	color:#fff;
	font-size:16px;
	font-weight:600;
}

.no-cssgradients .news-preview_rt h3{
	background: #353535; 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353535', endColorstr='#1f1f1f',GradientType=0 );
}

.news-preview_rt h3 a{
	color:#fff;
	text-decoration:none;
}

.news-preview_rt ul{
	list-style:none;
	padding:14px 20px;
}

.news-preview_rt li + li{
	margin-top:12px;
}

.news-preview_rt ul time{
	font-size:12px;
	color:#919191;
}

.news-preview_rt cite{
	font-size:12px;
}

.news-preview_rt cite a{
	color:#777;
	text-decoration:none;
}

.news-preview_rt cite a:hover,
.news-preview_rt cite a:focus{
	text-decoration:underline;
	color:#111;
}

.news-preview_rt ul p{
	font-size:15px;
}

/*  custom_scrollbar  */

/* custom scrollbar */
/* basic scrollbar styling */
/* vertical scrollbar */

.mCSB_container{
	width:auto;
	margin-right:25px;
	padding: 0 0;
	overflow:hidden;
}

.mCSB_container.mCS_no_scrollbar{
	margin-right:0;
}

.mCustomScrollBox .mCSB_scrollTools{
	width:16px;
	height:100%;
	top:0;
	right:0;
}

.mCSB_scrollTools .mCSB_draggerContainer{
	height:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.mCSB_scrollTools .mCSB_buttonUp+.mCSB_draggerContainer{
	padding-bottom:40px;
}

.mCSB_scrollTools .mCSB_draggerRail{
	width:2px;
	height:100%;
	margin:0 auto;
}

.mCSB_scrollTools .mCSB_dragger{
	cursor:pointer;
	width:100%;
	height:30px;
	padding: 2px 0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:4px;
	height:100%;
	margin: 0 auto;
	text-align:center;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
	height:20px;
	overflow:hidden;
	margin:0 auto;
	cursor:pointer;
}

.mCSB_scrollTools .mCSB_buttonDown{
	bottom:0;
	margin-top:-40px;
}

/* horizontal scrollbar */
.mCSB_horizontal .mCSB_container{
	height:auto;
	margin-right: 0;
	margin-bottom: 15px;
	overflow:hidden;
}

.mCSB_horizontal .mCSB_container.mCS_no_scrollbar{
	margin-bottom:0;
}

.mCSB_horizontal.mCustomScrollBox .mCSB_scrollTools{
	width:100%;
	height:16px;
	top:auto;
	right:auto;
	bottom:0;
	left:0;
	overflow:hidden;
}

.mCSB_horizontal .mCSB_scrollTools .mCSB_draggerContainer{
	height:100%;
	width:auto;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
	overflow:hidden;
}

.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonLeft+.mCSB_draggerContainer{
	padding-bottom:0;
	padding-right:20px;
}

.mCSB_horizontal .mCSB_scrollTools .mCSB_draggerRail {
	width:100%;
	height:8px;
	margin: 3px 0;
	background: rgb(180, 180, 180);
}

.no-rgba .mCSB_horizontal .mCSB_scrollTools .mCSB_draggerRail{
	background:#b6b6b3;
}

.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger{
	width:30px;
	height:100%;
	padding-left: 2px;
	padding-right: 2px;
}

.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:4px;
	margin:3px auto;
}

.lt-ie8 .mCSB_horizontal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	margin-top:2px;
}

.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:after{
	content: "";
	top: 0;
	right: 0;
	height: 4px;
	width: 4px;
	background:rgb(180, 180, 180);
	z-index: 123445;
	position: absolute;
}

.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonRight{
	width:20px;
	height:100%;
	overflow:hidden;
	margin:0 auto;
	cursor:pointer;
	float:left;
}

.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonRight{
	right:0;
	bottom:auto;
	margin-left:-40px;
	margin-top:-16px;
	float:right;
}


/* default scrollbar colors and backgrounds */
.mCustomScrollBox .mCSB_scrollTools {
	opacity:0.5;
}

.mCustomScrollBox:hover .mCSB_scrollTools {
	opacity:0.8;
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 8px;
	background: rgb(180, 180, 180);
}

.no-rgba .mCSB_scrollTools .mCSB_draggerRail{
	background:#b6b6b3;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: rgb(99, 99, 99);
}

.no-rgba .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background:#999;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background:rgb(80, 80, 80);
}

.no-opacity .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:#666;
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background:rgb(30, 30, 30);
}

.no-rgba .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.no-rgba .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background:#444;
}

/*  footer  */

.footer-container{
	background:#30302f;
	padding:9px 0;
	position:relative;
	z-index:3;
}

.show-mobile-nav .footer-container{
	display:none;
}

.footer-container a{
	color:#c0c0c0;
	text-decoration:none;
}

.footer-container a:hover,
.footer-container a:focus{
	color:#eee;
}

.footer-container a span{
	border-bottom:solid 1px #666;
	display:inline-block;
	line-height:1;
}

.footer-container a:hover span,
.footer-container a:focus span{
	border-bottom-color:#999;
}

.footer_nav{
	margin:0 0 7px; 
}

.footer_nav a{
	display:inline-block;
}

.footer_nav a + a{
	margin-left:13px;
}

.footer_copyright{
	color:#565656;
	font-size:12px;
	margin-top:20px;
}

.footer_right{
	position:relative;
	padding-right:82px;
}

.footer_right:after{
	content:"18+";
	position:absolute;
	right:0;
	top:4px;
	width:42px;
	height:42px;
	border:solid 1px #555;
	color:#555;
	border-radius:4px;
	text-align:center;
	line-height:42px;
	font-size:19px;
	font-weight:bold;
}

.footer_left{
	margin-right:25px;
}

.footer_orphus{
	border:dashed 1px #555;
	color:#c8c8c8;
	border-radius:4px;
	padding:3px 10px;
	margin-top:4px;
	line-height:18px;
	position:relative;
}

.footer_orphus:after{
	content:"orphus";
	position:absolute;
	top:-8px;
	height:17px;
	line-height:17px;
	padding:0 2px;
	right:13px;
	background:#30302f;
	font-size:12px;
	color:#555;
}

.footer_orphus kbd{
	font-family:inherit !important;
}

.footer_social{
	margin:11px 0;
	overflow:hidden;
}

.footer_social a{
	float:left;
	width: 20px;
	height:20px;
	text-decoration:none;
	background-image:url(../img/icons-footer.png);
	background-repeat:no-repeat;
}

.inlinesvg .footer_social a,
.svg .footer_social a{
	background-image:url(../img/sprite_svg.svg);
	background-size:auto 200%;
}

.footer_social a + a{
	margin-left:6px;
}

.footer_social-vk{
	background-position:0 0;
}

.footer_social-tw{
	background-position:-25px 0;
}

.footer_social-fb{
	background-position:-50px 0;
}

.footer_social-rss{
	background-position:-75px 0;
}

.inlinesvg .footer_social-vk,
.svg .footer_social-vk{
	background-position:-302px 0;
	background-color:#30302f;
}

.inlinesvg .footer_social-tw,
.svg .footer_social-tw{
	background-position:-337px 0;
	background-color:#30302f;
}

.inlinesvg .footer_social-fb,
.svg .footer_social-fb{
	background-position:-372px 0;
	background-color:#30302f;
}

.inlinesvg .footer_social-rss,
.svg .footer_social-rss{
	background-position:-407px 0;
	background-color:#30302f;
}

.footer_social-vk:hover,
.footer_social-vk:focus,
.footer_social-tw:hover,
.footer_social-tw:focus,
.footer_social-fb:hover,
.footer_social-fb:focus,
.footer_social-rss:hover,
.footer_social-rss:focus{
	/*background-color:#fff;*/
}

.old-version{
	opacity:.6;
}


@media only screen and (max-width:980px){
	.footer_orphus{
		display:none;
	}
}

@media only screen and (max-width:767px){
	.footer_right{
		float:none;
		margin-top:84px;
		padding-right:0;
	}
	
	.footer-container{
		position:relative;
	}
	
	.footer_left{
		position:absolute;
		top:9px;
		left:10px;
	}
	
	.footer_social a{
		width:30px;
		height:30px;
		background-size:auto 30px;
	}
	
	.footer_social a + a{
		margin-left:10px;
	}
	
	.footer_social-tw{
		background-position:-50px 0;
	}
	
	.footer_social-fb{
		background-position:-100px 0;
	}
	
	.footer_social-rss{
		background-position:-150px 0; 
	}
	
	.footer_nav a{
		margin-right:13px;
	}
	
	.footer_nav a + a{
		margin-left:0
	}
	
	.footer_right:after{
		right:0;
		top:-79px;
		width:56px;
		height:56px;
		line-height:56px;
		font-size:22px;
	}
	
	.inlinesvg .footer_social-vk,
	.svg .footer_social-vk{
		background-position:-453px 0;
	}
	
	.inlinesvg .footer_social-tw,
	.svg .footer_social-tw{
		background-position:-506px 0;
	}
	
	.inlinesvg .footer_social-fb,
	.svg .footer_social-fb{
		background-position:-558px 0;
	}
	
	.inlinesvg .footer_social-rss,
	.svg .footer_social-rss{
		background-position:-610px 0;
	}
	
	.old-version{
		display:none;
	}
}

/*  confirm  */

#confirm{
	position:fixed;
	width:480px;
	top:200px;
	background:#fff;
	box-shadow: 0 0 7px rgba(0, 0, 0, .65);
	z-index:1237;
	left:0;
	right:0;
	margin:auto;
	display:none;
}

.no-boxshadow #confirm{
	border:solid 1px #ddd;
}

#confirm h4{
	font-size:13px;
	font-weight:400;
	margin:0;
}

#confirm h4 span{
	display:block;
	padding:0 9px;
	height:26px;
	line-height:26px;
}

#confirm h4 span:after{
	display:none;
}

.confirm_body{
	padding:15px 9px;
	font-size:14px;
}

#confirm_msg{
	text-align:left;
	margin:0 0 13px;
	background:#e0e0e0;
	padding:7px 9px;
}

.confirm_body p{
	margin:5px 0;
}

#confirm button{
	margin-top:9px;
}

.confirm-btns{
	margin:8px 0 0;
}

#confirm .no{
	cursor:pointer;
	position:absolute;
	right:9px;
	top:4px;
	color:#fff;
	font-size:20px;
	line-height:20px;
	font-weight:600;
}

#confirm-overlay{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:1236;
	background:rgba(0, 0, 0, .8);
}

.no-rgba #confirm-overlay{
	background:url(../img/overlay-black.png);
}

#confirm-overlay.transparent{
	background:url(../img/blank.gif);
}

/*  comments  */

.comments__title{
	margin:0 0 32px;
	font-size:16px;
	line-height:20px;
}

.comments__form{
	margin:0 0 38px;
}

.comments__form_controls-group{
	padding-left:130px;
}

.comments__form_controls-group:after{
	content:"";
	display:block;
	clear:both;
}

.comments__form_controls-group + .comments__form_controls-group{
	margin-top:20px;
}

.comments__form-label{
	float:left;
	width:130px;
	margin-left:-130px;
	line-height:28px;
	font-size:16px;
}

.comments__form input[type=text],
.comments__form input[type=password],
.comments__form input[type=email],
.comments__form textarea{
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
}

.boxshadow .comments__form input[type=text],
.boxshadow .comments__form input[type=password],
.boxshadow .comments__form input[type=email],
.boxshadow .comments__form textarea{
	border:0;
	-webkit-box-shadow:inset 1px 1px 2px rgba(0, 0, 0, .35);
	   -moz-box-shadow:inset 1px 1px 2px rgba(0, 0, 0, .35);
			box-shadow:inset 1px 1px 2px rgba(0, 0, 0, .35);
	border-radius:0;
}

.comments__form textarea{
	width:100%;
	padding:4px 10px;
	resize:vertical;
}

.comments__form input[type=text],
.comments__form input[type=password],
.comments__form input[type=email]{
	height:28px;
	line-height:28px;
	padding:0 10px;
	width:264px;
	max-width:100%;
}

.comments__form-hint{
	font-size:12px;
	position:relative;
	line-height:16px;
	top:4px;
	margin-top:-2px;
}

.comments__form input[type=submit],
.comments__form button[type=submit]{
	width:114px;
	border-radius:0;
}

.comments__list{
	list-style:none;
}

.comments__list li + li{
	margin-top:32px;
}

.comments__list .comments__list li + li{
	margin-top:11px;
}

.comments__list .comments__list{
	margin:11px 0 0 30px;
	direction:rtl;
	text-align:left;
}

.comments__list-item{
	font-size:15px;
}

.comments__list + .comments__list-item{
	margin-top:32px;
}

.comments__list-item ~ .comments__list-item{
	margin-top:32px;
}

.comments__list-item p{
	direction:ltr;
	font-size: 15px;
	line-height: 1.5em;
}

.comments__list-item footer{
	padding:6px 0 0;
	color:#999;
	font-size:14px;
	direction:ltr;
}

.comments__toggle-form{
	text-decoration:none;
	border-bottom:dashed 1px;
	margin-left:10px;
	line-height:1;
	display:inline-block;
}

.comments__form-box{
	border:solid 1px #cecdcb;
	padding:10px;
	position:relative;
	top:7px;
	direction:ltr;
	min-width:453px;
}

.comments__form-box .comments__form{
	margin:0;
}

.comments__toggle{
	font-size:15px;
	text-decoration:none;
	border-bottom:dashed 1px;
	cursor:pointer;
}

.commetns__form-msg{
	background:#63bd2b;
	padding:4px 23px 4px 10px;
	color:#fff;
	margin:10px 0;
	line-height:20px;
	font-size:15px;
	position:relative;
}

.commetns__form-msg-close{
	color:#fff;
	font-size:20px;
	position:absolute;
	right:10px;
	top:4px;
	line-height:20px;
	margin-left:10px;
	cursor:pointer;
}

.commetns__form-msg-close:hover{
	color:red;
}



@media only screen and (max-width:768px){
	.comments__list .comments__list{
		margin-left:10px;
	}
	
	.comments__form_controls-group{
		padding-left:0;
	}

	.comments__form-label{
		float:none;
		width:auto;
		margin-left:0;
		line-height:1.5;
		display:block;
	}
	
	.comments__form-box{
		min-width:0;
		max-width:100%;
	}
}

@media only screen and (max-width:480px){
	.comments__form-box{
		min-width:358px;
		max-width:100%;
	}
}

@media only screen and (max-width:400px){
	.comments__form-box{
		min-width:278px;
		max-width:100%;
	}
}

/*  search_results  */

.results-head{
	margin:0 0 4px;
}

.results-head__title{
	margin-bottom:13px;
}

.results-head form{
	position:relative;
	margin-bottom:5px;
}

input[type=text].results-head__field{
	display:block;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 6px;
	height:33px;
	line-height:32px;
	font-size:17px !important;
}

.results-head__clear{
	position:absolute;
	top:4px;
	right:6px;
	width:24px;
	height:26px;
	background:url(../img/clear-results.png) 50% 50% no-repeat #fff;
	cursor:pointer;
	z-index:3;
}

.input__speach ~ .results-head__clear{
	right:27px;
}

mark{
	background:#ffeb99;
	box-shadow:1px 0 0 1px #ffeb99, -1px 0 0 1px #ffeb99;
}

/*   responsive_24  */


/* ==========================================================================
	Media Queries
	========================================================================== */

@media only screen and (max-width:1080px){
	.rt-news_slider .materials-preview_list li{
		width:33.33334%;
	}

  body .right-column .block-advert {
    border-left: 0;
    border-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width:999px){
	.wrapper{
		width:auto;
		padding:0 10px;
	}
	
	.main-news_last-day{
		width:32.775%;
		right:0;
	}
	
	.main-news_media-review{
		padding:32px 8px 8px;
	}
	
	.main-news_media-review aside,
	.small-column{
		display:none;
	}

	.width-mobile{
		width:100%;
	}
	
	.btn-up-desktop,
	.btn-up-desktop:hover{
		right:0;
	}
}

@media only screen and (max-width:980px) {
	body{
		font-size:16px;
	}
	
	#wrap{
		min-height:0;
		margin-bottom:0;
	}
	
	.content-wrap{
		padding-bottom:0;		
	}
	
	.sort_filter .input-prepend{
		height: 22px;
		width: 22px;
		vertical-align: top;
		line-height: 22px;
	}

	.sort_filter .input-prepend + input{
		vertical-align: top;
	}
	
	.border-right:before{
		display:none;
	}
	
	.title-green > a,
	.title-green > span{
		font-size:18px;
		padding:3px 20px 3px 10px;
	}

	.similar h2 span,
  .similar h3 span {
		font-size:18px;
		padding:3px 16px 3px 20px;
	}

	.main-news_media-review .title-green a, 
	.main-news_media-review .title-green > span{
		padding-left:12px;
	}
	
	.top-news_list li,
	.top-news_list li:first-child,
	.top-news_list li:first-child ~ li{
		float:left;
		width:100%;
		margin:0;
		height:auto;
	}
	
	.top-news_list li + li{
		border: 0;
		border-top:solid 1px #F1F0ED;
	}
	
	.top-news_list figure{
		height:250px;
	}
	
	.top-news_list figcaption,
	.top-news_list li:first-child figcaption{
		font-size:24px;
	}
	
	.top-news_list figcaption cite,
	.top-news_list li:first-child figcaption cite{
		font-size:13px;
	}
	
	.top-news_list figure:after,
	.top-news_list li:first-child figure:after{
		height:75%;
	}
	
	.news-preview_list{
		font-size:.875em;
	}
	
	.main-news_last-day{
		height:754px;
	}
	
	.main-news_media-review .title-green > a{
		height:32px;
		line-height:32px;
	}
	
	.news-preview_list aside{
		width:82px;
		height:55px;
	}
	
	.main-news_list .preview_photo{
		width:82px;
		height:55px;
	}
	
	.main-news_media-review h2{
		font-size1.45em;
	}
	
	.news-preview_item{
		padding-right:0;
		width:100%;
		margin-bottom:30px;
		float:none;
	}
	
	.news-preview_item .news-preview_list{
		font-size:1em;
	}
	
	.news-preview_item:nth-child(even){
		margin-left:0;
	}
	
	.news-preview_list footer{
		font-size:13px;
	}
	
	.news-preview_list + a{
		font-size:15px;
		padding:5px 0;
	}
	
	.catalog-media header small{
		display:block;
		padding:4px 0 6px;
	}
	
	.catalog-media header,
	.catalog-media header a{
		font-size: 18px;
	}
	
	.catalog-media header a{
		padding:3px 16px 3px 0;
		left:0;
	}
	
	.media-slider{
		padding:0 46px 5px;
	}
	
	.media-slider_body li{
		width:100%;
	}
	
	.media-slider_prev, 
	.media-slider_next{
		font-size:60px;
		width:30px;
		top:5px;
	}
	
	.media-slider_prev{
		text-align:left;
	}
	
	.media-slider_next{
		text-align:right;
	}
	
	.media-slider_prev:after{
		left:17px;
	}
	
	.media-slider_next:after{
		right:17px;
	}
	
	.media-slider cite a{
		font-size:15px;
	}
	
	.media-slider .item + .item{
		margin-top:14px;
	}
	
	.catalog_region-title{
		font-size:20px;
		margin:2px 2px 20px;
	}
	
	.title-media_item{
		font-size:18px;
	}
	
	.catalog-media_item{
		display:block;
		width:100%;
	}
	
	.catalog-media .block-white{
		padding-bottom:1px;
	}
	
	.catalog-media_item + .catalog-media_item,
	.catalog-media_item + .catalog-media_item + .catalog-media_item + .catalog-media_item{
		margin-left:0;
		width:100%;
	}
	
	.catalog-media_item .title{
		font-size:14px;
	}
	
	.catalog-media_item .title ~ a{
		font-size:1em;
	}
	
	.sort_btns a,
	.channels_list{
		font-size16px;
	}
	
	.article-intro{
		font-size:17px;
	}
	
	.article-body{
		padding:0 0 1px;
		font-size:16px;
	}
	
	.article-aside{
		/*margin-right:-14px;*/
	}

	.tags{
		padding-left:0;
	}

	.tags dt{
		float: none;
		margin:0;
		color:#555;
	}

	.tags dt ~ dt{
		margin-top:10px;
	}

	.tags dd{
		margin:0;
	}
	
	.rt-news_slider .materials-preview_list li{
		width:33.33333333%;
	}
	
	.similar .news-preview_list{
		padding-bottom:6px;
	}
	
	.similar .news-preview_list li{
		display:table;
		width:100%;
	}
	
	.similar .news-preview_list li:first-child + li{
		padding-top:7px;
	}
	
	.similar .news-preview_list li:first-child ~ li{
		border-top:solid 1px #c9c8c6;
	}
	
	.similar .news-preview_list:after{
		display:none;
	}
}

@media only screen and (max-width:768px) {
	.left-column,
	.right-column{
		float:none;
		width:auto;
	}
	
	.left-column.page + .right-column{
		padding-top:0 !important;
	}
	
	.main-news_last-day{
		position:relative;
		height:auto;
		width:100%;
		right:0;
		margin-bottom:30px;
		overflow:visible;
	}
	
	.main-news_last-day .main-news_list li{
		display:table !important;
	}
	
	.main-news_media-review{
		position:relative;
		padding:32px 34% 8px 8px;
		min-height:100px;
	}
	
	.main-news_media-review aside{
		display:block;
		width:30%;
		top:32px;
	}
	
	.news-preview_list{
		font-size:1em;
	}
	
	.news-preview_item{
		float:none;
		width:100%;
		padding:0;
		margin:0 0 30px !important;
	}
	
	.news-preview_item .title-green,
	.main-news_last-day .title-green{
		margin-left:-10px;
		margin-right:-10px;
	}
	
	.news-preview_item .title-green > a,
	.news-preview_item .title-green > span{
		padding-left:10px;
		padding-right:20px;
		min-width:150px;
		max-width:90%;
		height:auto;
		font-size:16px;
	}
	
	.news-preview_list aside,
	.news-preview_list .preview_photo{
		height:82px;
		width:160px;
	}
	
	.catalog-media{
		margin-left:0;
	}
	
	.media-slider_body li{
		width:33%;
	}
	
	.catalog-media header a,
	.catalog-media h3{
		display:block;
	}
	
	.catalog-media header a{
		left:0;
	}
	
	.catalog-media header small{
		display:block;
		margin:0;
	}
	
	.title-yellow > a:after
	{
		display:none;
	}
	
	.title-black > a{
		display:block;
		padding:5px 12px;
	}
	
	.title-black > a:after{
		display:none;
	}
	
	.rt-news_slider .materials-preview_list li{
		width:50%;
	}

	.fly-main-news{
		position: static !important;
		width:auto !important;
	}

	.div-replace-main-news{
		display: none !important;
	}

	.bgsizecover .article-aside:after{
		background-size:91% auto;
	}

	.rt-news{
		padding:0;
	}

	.rt-news_prev, 
	.rt-news_next{
		display:none;
	}

	.rt-news_slider{
		margin:0;
		-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
	   	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
	            box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
	}

	.rt-news_slider:after{
		display: none;
	}

	.rt-news_slider-body{
		overflow: visible;
	}

	.rt-news_slider .materials-preview_list{
		position: static !important;
		white-space: normal;
		width:auto !important;
	}
	
	.rt-news .materials-preview_list > li:before{
		display:none;
	}
	
	.rt-news .materials-preview_list > li:nth-child(odd):after{
		border-left-width:0 !important;
	}
	
	.materials-preview_list > li:nth-child(odd) > article{
		margin-left:0;
	}
	
	.materials-preview_list > .materials-preview_double-item + li + li > article{
		margin-left:1px;
	}

	.rt-news_slider .materials-preview_list li{
		width:50% !important;
		background: #fff;
		margin:0 0 -207px !important;
		padding:0 0 210px !important;
		display: block;
		float: left;
		height:auto;
	}
	
	.rt-news_slider .materials-preview_list li > article{
		position:relative;
	}
	
	.rt-news .materials-preview_list > li:nth-child(odd) article:before{
		display:none;
	}

  body .block-advert {
    border-left: 0;
    border-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 540px) {
	.block-white:after{
		display: none;
	}

	.btn.btn_default{
		-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
		   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
				box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
		border:0;
	}

	.btn.btn_default:hover,
	.btn.btn_default:focus{
		-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
		   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
				box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
		border: 0;
	}

	.btn.btn_default:active{
		-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07), 
							inset 0 0 5px rgba(0, 0, 0, 0.25);
		   -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07), 
		   					inset 0 0 5px rgba(0, 0, 0, 0.25);
				box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07), 
							inset 0 0 5px rgba(0, 0, 0, 0.25);
		border: 0;
	}
	
	.front-main-news{
		background: #fff;
		-webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 4px 0px;
		   -moz-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 4px 0px;
				box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 4px 0px;
		padding: 0;
		margin-bottom: 20px;
		overflow: hidden;
	}
	
	.front-main-news .materials-preview{
		margin:0;
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
				box-shadow: none;
	}
	
	.top-news_list figure{
		height:auto;
	}
	
	.top-news_list li,
	.top-news_list li:first-child,
	.top-news_list li:first-child ~ li{
		float:none;
		width:100%;
		margin:0;
		height:auto;
		background:#fff;
		border: 0 !important;
	}
	.top-news_list li:first-child ~ li{
		margin-top:10px;
	}
	
	.top-news_list .preview_photo{
		position:static;
		width:100%;
		height:160px;
	}
	
	.top-news_list figcaption, 
	.top-news_list li:first-child figcaption{
		position:static;
		padding:12px;
		background:none;
		color:#0066AF;
		text-shadow:none;
	}
	
	.top-news_list figure:hover figcaption, 
	.top-news_list li:first-child:hover figcaption,
	.top-news_list figure:focus figcaption, 
	.top-news_list li:first-child:focus figcaption{
		color:#63BD2B;
	}
	
	.top-news_list figcaption cite, 
	.top-news_list li:first-child figcaption cite{
		font-size:12px;
		color:#999;
		text-shadow:none;
	}
	
	.top-news_list figcaption cite a, 
	.top-news_list li:first-child figcaption cite a{
		color:#999;
		text-decoration:underline;
	}
	
	.top-news_list figcaption cite a:hover, 
	.top-news_list li:first-child figcaption cite a:hover
	.top-news_list figcaption cite a:focus, 
	.top-news_list li:first-child figcaption cite a:focus{
		color:#000;
	}
	
	.top-news_list .icon-facetime-video{
		font-size:1.8em;
		right:13px;
		top:13px;
	}
	
	.top-news_description{
		display:block;
		font-size:14px;
		line-height:21px;
		margin:4px 0 0;
		color:#000;
	}
	
	.no-cssgradients .top-news_list figcaption{
		background:none;
	}
	
	.news-preview_list aside,
	.news-preview_list .preview_photo{
		height:78px;
		width:130px;
	}
	
	.materials-preview .btn.btn_default{
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
		        box-shadow: none;
		border-top:solid 1px #cdcdcd;
	}
	
	.main-news_media-review{
		padding:32px 166px 8px 8px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 4px 0px;
		   -moz-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 4px 0px;
		        box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 4px 0px;
	}
	
	.main-news_media-review aside{
		width:150px;
	}
	
	.materials-preview{
		margin-bottom:20px;
	}

	.materials-preview_list,
	.rt-news_slider .materials-preview_list{
		overflow: visible !important;
		border:0;
	}
	
	.materials-preview_list > li,
	.materials-preview_list .materials-preview_double-item,
	.rt-news_slider .materials-preview_list > li{
		float:none !important;
		width:100% !important;
		margin:0 0 10px !important;
		padding:0 0 6px !important;
		border:0 !important;
		background:none;
				
		padding-top:8px !important;
	}
	
	.materials-preview_list > li > article{
		margin-left:0 !important;
	}
	
	.materials-preview_list > li{
		padding-top:8px !important;
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
		        box-shadow: none;
	}
	
	.materials-preview_list > li:after,
	.materials-preview_list .materials-preview_double-item:after,
	.rt-news_slider .materials-preview_list > li:after,
	.materials-preview_list > li:before{
		display:none;
	}

	.materials-preview_list .materials-preview_double-item{
		padding:0 !important;
	}
	
	.materials-preview_list .materials-preview_double-item figure{
		height:auto;
		padding:0;
		min-height:0;
	}
	
	.materials-preview_list .materials-preview_double-item figure .preview_photo{
		position:relative;
		height:155px;
		margin-bottom:12px;
	}
	
	.materials-preview_double-item figcaption{
		position:static;
		padding:0 12px;
		color:#222;
		background:none;
	}
	
	#wrap .materials-preview_double-item h1{
		text-shadow:none;
		font-size:21px;
		line-height:27px;
		font-weight:600;
		margin:4px 0 7px;
	}
	
	.materials-preview_double-item figcaption a{
		color:#0066AF;
		font-size:21px;
		line-height:27px;
	}
	
	.materials-preview_list .materials-preview_double-item:hover h1 a, 
	.materials-preview_list .materials-preview_double-item h1 a:visited{
		color:#63BD2B;
	}
	
	.materials-preview_double-item figure cite{
		display: block;
		margin:0 0 6px;
	}
	
	.materials-preview_double-item figure cite a{
		color:#999;
		text-shadow:none;
		font-size:12px;
		line-height:16px;
	}
	
	.materials-preview_double-item figure cite a:hover{
		color:#000;
	}
	
	.materials-preview_double-item figure cite a > span{
		border-bottom: solid 1px #DDD;
		position: relative;
		top: -2px;
	}
	
	.materials-preview_double-item figure cite a > span span{
		position: relative;
		top: 2px;
	}
	
	.materials-preview_list .preview_photo{
		min-height:120px;
		max-height:180px;
		height:auto;
	}

	.materials-preview_list .materials-preview_double-item .preview_photo{
		max-height:500px;
	}
	
	.materials-preview_list .icon-facetime-video{
		top:13px;
		right:13px;
		left:auto;
		font-size:1.8em;
	}

	.materials-preview_list > li > article > cite,
	.materials-preview_list h1,
	.materials-preview_list > li > article > p,
	.materials-preview_list > li> article > footer,
	.rt-news_slider .materials-preview_list time{
		margin-left : 12px;
		margin-right: 12px;
	}

	.materials-rubric{
		margin-top:20px;
	}

	.materials-rubric .title-green > a{
		padding: 4px 20px 4px 12px;
	}
	
	.rt-news .materials-preview_list > li:first-child{
		padding-top:0 !important;
	}
	
	.rt-news .title-black {
		margin-bottom:0;
	}

	.similar h2 span,
  .similar h3 span {
		padding:3px 12px;
	}

	.similar .news-preview_list{
		padding:0 12px;
	}

	.page figcaption{
		padding:7px 12px;
	}
	
	.media-slider_body li{
		width:50%;
	}
	
	.catalog-media_item{
		display:block;
		width:100%;
		padding:0 2px 20px;
		margin:0 !important;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	.catalog-media_item:last-child{
		padding-bottom:10px;
	}
	
	#news .preview_photo{
		position:static;
		width:100%;
		height:200px;
		margin:0 0 8px;
	}
	
	#news article{
		padding:0 0 12px;
		border:0 !important;
		/*background: #fff;
		-webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 4px 0px;
		   -moz-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 4px 0px;
				box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 4px 0px;*/
		margin-bottom: 10px;
	}
	
	#news h1,
	#news p,
	#news footer{
		padding:0 12px;
	}

	.block-white.block-white_mobile{
		/*background: none;
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
				box-shadow: none;*/
	}
	
	.datepicker{
		width:100%;
		margin-top:46px;
	}
	
	.datepicker_title{
		font-size:20px;
	}
	
	.datepicker_head i{
		font-size:22px;
	}
	
	.datepicker_close{
		font-size:22px;
	}
	
	.datepicker_monthes li{
		font-size:17px;
	}
	
	.fly-holder .month-selector{
		float:none;
		width:100%;
		margin-bottom:6px;
		display:block;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		position:absolute;
		bottom:6px;
		right:0;
		left:0;
	}
	
	.fly-holder{
		height:60px;
		padding-bottom:36px;
	}
	
	.paginator-holder{
		margin-right:0;
	}
}

@media only screen and (max-width: 480px){
	.rt-news_slider .materials-preview_list li{
		width:100%;
	}
	
	.article-body{
		padding:0 0 1px;
	}
	
	.article-aside{
		float:none;
		margin:0 0 1em;
		max-width:100%;
		width:auto;
	}
}

@media only screen and (max-width: 400px) {
	.wrapper{
		width:auto !important;
		padding:0 10px;
	}
	
	.main-news_media-review{
		padding:160px 8px 8px;
		min-height:0;
	}
	
	.main-news_media-review aside{
		width:100%;
		height:125px;
		bottom:auto;
		left:0;
	}
	
	.news-preview_list{
		margin-bottom:0;
	}
	
	.news-preview_list li,
	.news-preview_list aside,
	.news-preview_list article{
		display:block;
	}
	
	.news-preview_list aside{
		width:100%;
		height:125px;
	}
	
	.news-preview_list .preview_photo{
		width:100%;
		height:125px;
	}
	
	.news-preview_list li{
		height:auto;
		padding:0 0 20px;
	}
	
	.news-preview_item .news-preview_list li:first-child article,
	.news-preview_item .news-preview_list li:first-child{
		padding-top:0;
	}
	
	.news-preview_item .news-preview_list article{
		padding:6px 0;
	}

	.similar .news-preview_list li:first-child ~ li{
		padding-top:0;
		border-top:0;
	}
	
	.news-preview_list article{
		padding:8px 0 0;
	}
	
	.media-slider_body li{
		width:100%;
	}
	
	h1{
		font-size:32px;
	}
	
	.title-green a span{
		border:0;
	}
	
	.title-green > a:after, 
	.title-green > span:after{
		width:20px;
		height:140%;
		right:-11px;
		top:-20%;
	}
}

@media only screen and (max-width: 300px) {
	.primary.green-gradient{
		left:-240px;
		width:240px;
	}
	
	.show-mobile-nav .navbar, 
	.show-mobile-nav .header-container, 
	.show-mobile-nav main > .wrapper{
		left:240px;
	}
}

@media only screen and (max-width: 220px) {
	.primary.green-gradient{
		left:-200px;
		width:200px;
	}
	
	.show-mobile-nav .navbar, 
	.show-mobile-nav .header-container, 
	.show-mobile-nav main > .wrapper{
		left:200px;
	}
}

@media only screen and (min-width: 1250px) {
/* ===============
	Maximal Width
	=============== */

	.media-slider_body li{
		width:107px;
	}
}

/*  ajax_loader  */

.loader-news{
	position:absolute;
  	z-index:2000;
  	background:#F1F0ED;
  	background:rgba(241, 240, 237, .75);
}

.loader-news.btn-overlay{
	background:#F1F0ED;
  	background:rgba(241, 240, 237, .5);
}

.loader-text{
	height:20px;
	text-align:center;
	line-height:20px;
	color:#999;
	margin:auto;
  	left:0;
  	top:0;
  	right:0;
  	bottom:0;
  	position:absolute;
}

.loading:before,
.loading:after{
	display:none !important;
}

.loading-1 {
  	margin: auto;
  	left:0;
  	top:0;
  	right:0;
  	bottom:0;
  	position:absolute;
  	
	border-bottom: 4px solid #fff;
	border-left: 4px solid #fff;
	border-right: 4px solid #61bc28;
	border-top: 4px solid #61bc28;
	border-radius: 100%;
	height: 80px;
	width: 80px;
	
	-webkit-animation: spin .8s infinite linear;
	-moz-animation: spin .8s infinite linear;
	-ms-animation: spin .8s infinite linear;
	-o-animation: spin .8s infinite linear;
	animation: spin .8s infinite linear;
}

@keyframes "spin" {
 from {
    -webkit-transform: rotate(0deg);
   	-moz-transform: rotate(0deg);
   	-o-transform: rotate(0deg);
   	-ms-transform: rotate(0deg);
   	transform: rotate(0deg);
 }
 to {
    -webkit-transform: rotate(359deg);
   	-moz-transform: rotate(359deg);
   	-o-transform: rotate(359deg);
   	-ms-transform: rotate(359deg);
   	transform: rotate(359deg);
 }

}

@-moz-keyframes spin {
 from {
   -moz-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -moz-transform: rotate(359deg);
   transform: rotate(359deg);
 }

}

@-webkit-keyframes "spin" {
 from {
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -webkit-transform: rotate(359deg);
   transform: rotate(359deg);
 }

}

@-ms-keyframes "spin" {
 from {
   -ms-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -ms-transform: rotate(359deg);
   transform: rotate(359deg);
 }

}

@-o-keyframes "spin" {
 from {
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 to {
   -o-transform: rotate(359deg);
   transform: rotate(359deg);
 }

}



.spinner {
  position:absolute;
  width:20px;
  height:20px;
  margin:auto;
  left:0;
  top:0;
  right:0;
  bottom:0;
}

.container1 > div, .container2 > div, .container3 > div {
  width: 6px;
  height: 6px;
  background-color: #999;

  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  -moz-animation: bouncedelay 1.2s infinite ease-in-out;
  -ms-animation: bouncedelay 1.2s infinite ease-in-out;
  -o-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
   
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.container3 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  -moz-animation-delay: -1.1s;
  -ms-animation-delay: -1.1s;
  -o-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  -moz-animation-delay: -1.0s;
  -ms-animation-delay: -1.0s;
  -o-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  -moz-animation-delay: -0.9s;
  -ms-animation-delay: -0.9s;
  -o-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  -moz-animation-delay: -0.8s;
  -ms-animation-delay: -0.8s;
  -o-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  -moz-animation-delay: -0.7s;
  -ms-animation-delay: -0.7s;
  -o-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  -moz-animation-delay: -0.6s;
  -ms-animation-delay: -0.6s;
  -o-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  -moz-animation-delay: -0.5s;
  -ms-animation-delay: -0.5s;
  -o-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  -moz-animation-delay: -0.4s;
  -ms-animation-delay: -0.4s;
  -o-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  -moz-animation-delay: -0.3s;
  -ms-animation-delay: -0.3s;
  -o-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  -moz-animation-delay: -0.2s;
  -ms-animation-delay: -0.2s;
  -o-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  -moz-animation-delay: -0.1s;
  -ms-animation-delay: -0.1s;
  -o-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@-moz-keyframes bouncedelay {
  0%, 80%, 100% { -moz-transform: scale(0.0) }
  40% { -moz-transform: scale(1.0) }
}

@-ms-keyframes bouncedelay {
  0%, 80%, 100% { -ms-transform: scale(0.0) }
  40% { -ms-transform: scale(1.0) }
}

@-o-keyframes bouncedelay {
  0%, 80%, 100% { -o-transform: scale(0.0) }
  40% { -o-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0.0);
    transform: scale(0.0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/*  stream_news  */

.stream-news{
	margin-bottom:30px;
	display:block !important;
}

.stream-news__title{
	font-size:16px;
	line-height:24px;
	margin:0 10px 2px;
	font-family: 'Open Sans Condensed Webfont';
	font-weight:700;
	text-align:right;
}

.stream-news__body{
	padding:0;
	background:#f8f8f6;
	max-height:430px;
	overflow:auto;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 4px 0px;
	   -moz-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 4px 0px;
	        box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 4px 0px;
}

.stream-news__body > div:first-child{
	z-index:6;
}

.stream-news__list{
	list-style:none;
	margin:0;
	padding:0;
}

.stream-news__list li{
	padding-bottom:13px;
	background:#f8f8f6;
	-webkit-transition:background .1s;
	   -moz-transition:background .1s;
	    -ms-transition:background .1s;
	     -o-transition:background .1s;
	        transition:background .1s;
}

.stream-news__list li.yesterday_news{
	background:#f1f1f1;
}

.stream-news__list .stream-news__hot-news{
	background:#ffc;
}

.stream-news__list .stream-news__hot-news time{
	background:#bf3829 !important;
}

.stream-news__list li.yesterday_news time{
	background:#b8b7b5;
}

.stream-news__list li + li{
	border-top:solid 1px #d1d0cd;
}

.stream-news__list li:hover{
	color:#1f1f1f;
}

.stream-news__list li:hover time{
	background:#68a51a;
}

.stream-news__list time{
	display:inline-block;
	vertical-align:top;
	height:16px;
	line-height:16px;
	padding:0 12px;
	background:#b9b7b5;
	color:#fff;
	font-size:10px;
	position:relative;
	top:-1px;
	-webkit-transition:background .1s;
	   -moz-transition:background .1s;
	    -ms-transition:background .1s;
	     -o-transition:background .1s;
	        transition:background .1s;
}

.stream-news__list h3,
.stream-news__list h4,
.stream-news__list h5 {
	margin:5px 24px 0 14px;
	padding:0;
	font-size:13px;
	line-height:18px;
	font-weight:400; 
}

.stream-news__list a{
	color:#333;
}

.stream-news__list a:hover{
	color:#000;
}


.stream-news__navi{
	margin:0;
	padding:0;
	height:30px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 4px 0px;
	   -moz-box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 4px 0px;
	        box-shadow: rgba(0, 0, 0, 0.0980392) 0px 1px 4px 0px;
	position:relative;
	z-index: 1;
}

.stream-news__navi:before{
	content:"";
	position:absolute;
	top:-5px;
	height:5px;
	left:0;
	width:100%;
	background:#f8f8f6;
}

.stream-news__bottom,
.stream-news__top{
	float:left;
	width:50%;
	height:30px;
	border:0;
	cursor:pointer;
	background:url(../img/icon-bottom.png) 50% no-repeat #e9e7e3;
	-webkit-transition:background-color .1s;
	   -moz-transition:background-color .1s;
	    -ms-transition:background-color .1s;
	     -o-transition:background-color .1s;
	        transition:background-color .1s;
}

.stream-news__top{
	float:right;
	background-image:url(../img/icon-top.png);
}

.stream-news__bottom:hover,
.stream-news__top:hover{
	background-color:#b9b7b5;
}

.stream-news .mCSB_container{
	margin-right:0;
}

.stream-news .mCustomScrollBox .mCSB_scrollTools{
	width:7px;
	right:10px;
}

.stream-news .mCSB_scrollTools .mCSB_draggerRail{
	background:none;
}

.stream-news .mCSB_scrollTools .mCSB_dragger{
	padding:0;
}

.stream-news .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:7px;
	filter:alpha(opacity=0);
	opacity:0;
	border-radius:5px;
	-webkit-transition:opacity .4s;
	   -moz-transition:opacity .4s;
	    -ms-transition:opacity .4s;
	     -o-transition:opacity .4s;
	        transition:opacity .4s;
	background:#b0afad;
	background:rgba(0, 0, 0, .4);
	box-shadow:1px 1px 5px rgba(0, 0, 0, .1);
}

.stream-news__body:hover .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	opacity:1;
	filter:alpha(opacity=100);
}


.block-white.materials-preview{
	background:none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}

.materials-preview__row-list.materials-preview_list{
	background:none;
	box-shadow:none;
	overflow:visible;
}

.materials-preview__row-list.materials-preview_list > li{
	float:none;
	display:block;
	width:100%;
	margin:0 0 8px !important;
	padding:0 !important;
	min-height:146px;
	background: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
	   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.materials-preview__row-list.materials-preview_list > li:before,
.materials-preview__row-list.materials-preview_list > li:after{
	display:none !important;
}

.materials-preview__row-list.materials-preview_list > li .preview_photo{
	position:absolute;
	left:0;
	top:0;
	width:26%;
	height:100%;
}

.materials-preview__row-list.materials-preview_list > li > article{
	margin-left:26%;
	padding:6px 10px 7px 12px !important;
	position:static;
}

.materials-preview__row-list.materials-preview_list h1, 
.materials-preview__row-list.materials-preview_list h2, 
.materials-preview__row-list.materials-preview_list h3 {
	margin:4px 0 0 !important;
	font-weight:600;
	font-size:19px;
}

.materials-preview__row-list.materials-preview_list li:hover h1 a,
.materials-preview__row-list.materials-preview_list li:hover h2 a,
.materials-preview__row-list.materials-preview_list li:hover h3 a {
	color:#63BD2B;
}

.materials-preview__row-list.materials-preview_list > li > article > p{
	margin:8px 0 0 !important;
	padding:0 0 7px;
}

.materials-preview__row-list.materials-preview_list p span{
	padding-right:40px;
}

.materials-preview__row-list.materials-preview_list time{
	font-size: 12px;
	color: #828282;
}

.materials-preview__row-list.materials-preview_list > li footer{
	text-align:right;
	margin:-24px 0 0;
	padding:0 0 6px;
}

.materials-preview__row-list.materials-preview_list .icon-facetime-video{
	position:absolute;
	left:20px;
	top:20px;
}

.materials-preview__row-list.materials-preview_list > li > article > cite{
	display:inline-block;
	margin:0;
}


.right-column .main-news_last-day{
	position:static !important;
	height:auto !important;
	width:auto !important;
}

.aside-block{
	margin-bottom:30px;
}


.block-advert {
	border:solid 1px #e1e1df;
	position:relative;
	margin:30px 0;
	padding:34px 10px 10px;
	text-align:center;
}

.aside-block .block-advert{
	margin:0;
}

.block-advert:before{
	content: attr(data-text);
	position:absolute;
	left:0;
	top:0;
	background:#e1e1df;
	height:24px;
	text-align:left;
	color:#fff;
	font-size:14px;
	line-height:24px;
	right:0;
	padding-left:20px;
}

.block-advert.infox:before{
	content:"INFOX.SG";
}

.block-advert.vz_ru:before{
	content:"VZ.RU";
}

.block-advert.no-title {
  padding-top: 10px;
}

.block-advert.no-title:before {
  content: "";
  display: none;
}

.block-advert.infox {
	text-align: left;
}

.block-advert.infox .adf_sg_rt > h3 {
	display: none !important;
}

.block-advert.infox .title-green > span {
	margin-left: -10px;
	padding-left: 10px;
}

.block-advert iframe {
	display: block;
	margin: auto !important;
}

.block-advert table {
  text-align: left;
}

.aside-video{
	position:relative;
	height:0;
	padding:0 0 56.25%;
}

.aside-video iframe{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
}


.display-block{
	display:block;
}


@media screen and (max-width:768px){
	.materials-preview__row-list.materials-preview_list > li > article,
	.materials-preview__row-list.materials-preview_list > li:nth-child(odd) > article{
		margin-left:26%;
	}
	
	.materials-preview__row-list.materials-preview_list > li > article > cite{
		font-size:16px;
	}
}

@media screen and (max-width: 540px){
	.front-main-news {
		background: none;
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
				box-shadow: none;
		overflow:visible;
	}
	
	.materials-preview {
		margin-bottom: 30px;
	}
	
	.materials-preview__row-list.materials-preview_list > li .preview_photo{
		position:static;
		display:block;
		width:100%;
		height:0 !important;
		min-height:0;
		padding:0 0 56.25%;
		margin:0;
	}
	
	.aside-block .title-green,
	.hypercomments__aside .hc .hc_mix_menu .hc_mix_menu_tab span{
		margin-left:-10px;
		margin-right:-10px;
	}
	
	.aside-block .title-green > a,
	.aside-block .title-green > span{
		padding-left:10px;
		padding-right:20px;
		min-width:150px;
		max-width:90%;
		height:auto;
		font-size:16px;
	}
	
	.hypercomments__aside .hc .hc_mix_menu .hc_mix_menu_tab span{
		padding: 3px 20px 3px 10px !important;
		min-width:150px !important;
		max-width:90% !important;
		height:auto !important;
		font-size:16px !important;
	}
}

.article__share{
	margin-bottom:20px;
}

.article__share ul{
	list-style:none;
	margin:-10px 0 0 -10px;
}

.article__share li{
	display:inline-block;
	vertical-align:middle;
	margin:10px 0 0 10px;
}

.article__share-item{
	display:inline-block;
	vertical-align:top;
	max-width:340px;
	position:relative;
	padding:24px 10px 0 10px;
	margin-left:-10px;
}

.article__share-item:first-child{
	border-right:solid 1px #ccc;
	margin-right:10px;
}

.article__share-item:before{
	content:attr(data-title);
	position:absolute;
	top:0;
	left:10px;
	font-size:13px;
	color:#777;
}

.article__share [class*=ico]{
	cursor:pointer;
}

.top-news_list{
	margin-bottom:8px;
}

.news-preview_list li:last-child{
	padding-bottom:0 !important;
}









.article__share {
	margin:10px 0 15px;
}

.article__share li {
	display: inline-block;
	vertical-align: top;
	height: 20px;
	margin:10px 0 0 10px;
}

.article__share li > a {
	display: inline-block;
	width: 73px;
	vertical-align: top;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	border-radius: 3px;
	height: 20px;
	position: relative;
	font-size: 11px;
	font-family:  'Helvetica Neue', aria, sans-serif;
	font-weight: bold;
}

.article__share .share-item-aside li > a {
	width: auto;
}

.article__share li > a:before {
	content: "";
	position: absolute;
	/*left:2px;
	top: 1px;*/
	left:0;
	top: 0;
	/*background-image: url(../img/icons-share.svg);*/
	background-image: url(../img/icons_png.png);
	/*background-size: auto 18px;*/
	background-repeat: no-repeat;
	z-index: 3;
	width: 20px;
	height: 20px;
}

.share-btn__gp {
	background-color: #c13929;
	width: 22px;
}

.share-btn__gp:hover {
	background: rgb(191,74,61);
	background: -moz-linear-gradient(top,  rgba(191,74,61,1) 0%, rgba(191,19,0,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,74,61,1)), color-stop(100%,rgba(191,19,0,1)));
	background: -webkit-linear-gradient(top,  rgba(191,74,61,1) 0%,rgba(191,19,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(191,74,61,1) 0%,rgba(191,19,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(191,74,61,1) 0%,rgba(191,19,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(191,74,61,1) 0%,rgba(191,19,0,1) 100%); 
}

.share-btn__gp:before {
	background-position: 0 0;
}

.share-btn__fb,
.share-btn__fb-like,
.share-btn__fb-share{
	background-color: #3b5999;
}

.share-btn__fb:hover,
.share-btn__fb-like:hover,
.share-btn__fb-share:hover {
	background: rgb(76,104,183);
	background: -moz-linear-gradient(top,  rgba(76,104,183,1) 0%, rgba(72,94,137,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,104,183,1)), color-stop(100%,rgba(72,94,137,1)));
	background: -webkit-linear-gradient(top,  rgba(76,104,183,1) 0%,rgba(72,94,137,1) 100%);
	background: -o-linear-gradient(top,  rgba(76,104,183,1) 0%,rgba(72,94,137,1) 100%); 
	background: -ms-linear-gradient(top,  rgba(76,104,183,1) 0%,rgba(72,94,137,1) 100%); 
	background: linear-gradient(to bottom,  rgba(76,104,183,1) 0%,rgba(72,94,137,1) 100%);
}

.share-btn__fb-like:before,
.share-btn__fb-share:before {
	background-position: -20px -40px;
}

.share-btn__tw {
	background: #00aced;
}

.share-btn__tw:hover{
	background: rgb(32,185,255);
	background: -moz-linear-gradient(top,  rgba(32,185,255,1) 0%, rgba(22,159,201,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(32,185,255,1)), color-stop(100%,rgba(22,159,201,1)));
	background: -webkit-linear-gradient(top,  rgba(32,185,255,1) 0%,rgba(22,159,201,1) 100%);
	background: -o-linear-gradient(top,  rgba(32,185,255,1) 0%,rgba(22,159,201,1) 100%); 
	background: -ms-linear-gradient(top,  rgba(32,185,255,1) 0%,rgba(22,159,201,1) 100%);
	background: linear-gradient(to bottom,  rgba(32,185,255,1) 0%,rgba(22,159,201,1) 100%);
}

.share-btn__tw:before {
	background-position: -60px -40px;
}

.share-btn__vk{
	background-color: #37648e;
}

.share-btn__vk:before {
	background-position: -40px -40px;
	left: 0 !important;
}

.share-btn__vk:hover {
	background: rgb(105,136,168);
	background: -moz-linear-gradient(top,  rgba(105,136,168,1) 0%, rgba(76,110,146,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(105,136,168,1)), color-stop(100%,rgba(76,110,146,1)));
	background: -webkit-linear-gradient(top,  rgba(105,136,168,1) 0%,rgba(76,110,146,1) 100%); 
	background: -o-linear-gradient(top,  rgba(105,136,168,1) 0%,rgba(76,110,146,1) 100%);
	background: -ms-linear-gradient(top,  rgba(105,136,168,1) 0%,rgba(76,110,146,1) 100%); 
	background: linear-gradient(to bottom,  rgba(105,136,168,1) 0%,rgba(76,110,146,1) 100%);
}

.share-btn__ok{
	background-color: #f57e18;
}

.share-btn__ok:hover {
	background: rgb(247,147,61);
	background: -moz-linear-gradient(top,  rgba(247,147,61,1) 0%, rgba(231,114,13,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,147,61,1)), color-stop(100%,rgba(231,114,13,1)));
	background: -webkit-linear-gradient(top,  rgba(247,147,61,1) 0%,rgba(231,114,13,1) 100%);
	background: -o-linear-gradient(top,  rgba(247,147,61,1) 0%,rgba(231,114,13,1) 100%);
	background: -ms-linear-gradient(top,  rgba(247,147,61,1) 0%,rgba(231,114,13,1) 100%);
	background: linear-gradient(to bottom,  rgba(247,147,61,1) 0%,rgba(231,114,13,1) 100%);
}

.share-btn__ok:before {
	background-position: -80px -40px;
}

.share-btn__lj{
	background-color: #00a3da;
}

.share-btn__lj:hover {
	background: #02b7f4;
	background: -moz-linear-gradient(top,  #02b7f4 0%, #01a0d6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#02b7f4), color-stop(100%, #01a0d6));
	background: -webkit-linear-gradient(top, #02b7f4 0%, #01a0d6 100%);
	background: -o-linear-gradient(top,  #02b7f4 0%, #01a0d6 100%);
	background: -ms-linear-gradient(top,  #02b7f4 0%, #01a0d6 100%);
	background: linear-gradient(to bottom, #02b7f4 0%, #01a0d6 100%);
}

.share-btn__lj:before {
	background-position: -100px -40px;
}

.article__share li > span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border:solid 1px #ccc;
	text-align: center;
	padding:0 4px;
	background: #fff;
	font-size: 13px;
	color: #333;
	height: 18px;
	line-height: 18px;
	margin-left: 4px;
	min-width: 14px;
}

.article__share li > span:before {
	content: "";
	position: absolute;
	border: solid 7px transparent;
	border-right-color: #ccc;
	top: 2px;
	right: 100%;
}

.article__share li > span:after {
	content: "";
	position: absolute;
	border: solid 6px transparent;
	border-right-color: #fff;
	top: 3px;
	right: 100%;
	margin-left: 1px;
}

.article__share li:hover > span {
	border-color: #aaa;
}

.article__share li:hover > span:before {
	border-right-color: #777;
}


.article__share-wrap {
	position: relative;
	padding-right:72px;
}

.article__share .article__share-item.share-item-aside {
	position: absolute;
	right: 0;
	top: 0;
}

.start-fly-share .article__share-wrap {
	position: relative;
	padding-right:0;
}

.start-fly-share .article__share .article__share-item.share-item-aside {
	position: static
}

.start-fly-share .article__share-wrap {
	position: fixed;
	left: 50%;
	top: 37px;
	text-align: center;
	margin-left: -672px;
	background: #f1f0ed;
	opacity:1;
	-webkit-transition: opacity .25s, z-index .25s;
	   -moz-transition: opacity .25s, z-index .25s;
		-ms-transition: opacity .25s, z-index .25s;
		 -o-transition: opacity .25s, z-index .25s;
			transition: opacity .25s, z-index .25s;
	padding:5px 0;
	width: 73px;
	z-index: 50;
}

.hide-fly-share .article__share-wrap{
	opacity: 0;
	z-index: -3;
}

.start-fly-share .article__share-wrap li {
	margin:0 0 8px;
	padding-top: 24px;
	display: block;
	position: relative;
	height: auto;
	width: 73px;
}

.start-fly-share .article__share-wrap .article__share-no-count {
	padding-top: 0;
}

.start-fly-share .article__share .article__share-item{
	margin: 0;
	padding: 25px 0 10px;
	border-top: solid 1px #ccc;
	display: block;
}

.start-fly-share .article__share .article__share-item:before{
	left: 0;
	right: 0;
	top: 3px;
	text-align: center;
}

.start-fly-share .article__share .article__share-item:first-child {
	border: 0;
}

.article__share .article__share-item.share-item-aside a:before,
.article__share .article__share-item.share-item-aside a:after {
	display: none;
}


.start-fly-share .article__share li > a {
	display: block;
	padding: 0 !important;
	font-size: 10px;
	height: 20px;
	width: auto !important;
	text-indent: -9999px;
}

.start-fly-share .article__share li > a.share-btn__tw {
	margin-top: -22px;
}

.article__share li > a.share-btn__gp:after {
	content: attr(data-text);
	font-size: 10px;
	position: absolute;
	left: 23px;
	top: 0;
	text-indent: 0;
	text-align: left;
}

.article__share li > a.share-btn__fb-like:after {
	content: attr(data-text);
	font-size: 10px;
	position: absolute;
	left: 28px;
	top: 0;
	text-indent: 0;
	text-align: left;
}

.article__share li > a.share-btn__fb-share:after {
	content: attr(data-text);
	font-size: 10px;
	position: absolute;
	left: 28px;
	top: 0;
	text-indent: 0;
	text-align: left;
}

.article__share li a.share-btn__vk:after {
	content: attr(data-text);
	font-size: 10px;
	position: absolute;
	left: 16px;
	top: 0;
	text-indent: 0;
	text-align: left;
}

.article__share li > a.share-btn__tw:after {
	content: attr(data-text);
	font-size: 10px;
	position: absolute;
	left: 22px;
	top: 0;
	text-indent: 0;
	text-align: left;
}

.article__share li > a.share-btn__ok:after {
	content: attr(data-text);
	font-size: 10px;
	position: absolute;
	left: 25px;
	top: 0;
	text-indent: 0;
	text-align: left;
}

.article__share li > a.share-btn__lj:after {
	content: attr(data-text);
	font-size: 10px;
	position: absolute;
	left: 20px;
	top: 0;
	text-indent: 0;
	text-align: left;
}

.start-fly-share .article__share li > a.share-btn__vk:before {
	left: 0;
}

.start-fly-share .article__share li > span {
	position: absolute;
	top: 0;
	left: 4px;
	right: 4px;
	margin: 0;
	padding: 0;
}

.start-fly-share .article__share li > span:before {
	border-color: transparent;
	border-top-color: #ccc;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
}

.start-fly-share .article__share li > span:after {
	border-color: transparent;
	border-top-color: #fff;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
}


.start-fly-share .article__share .article__share-item.share-item-aside {
	padding-top: 10px;
}

.start-fly-share .article__share ul {
	margin: 0;
}

.start-fly-share .share-item-aside li {
	display: inline-block;
	padding: 0;
	margin : 0 5px;
	width: auto;
}

.start-fly-share .share-item-aside li > a {
	width: 16px !important;
	height: 20px !important;
	display: inline-block;
	text-indent: 0 !important;
}

.share-like_v,
.start-fly-share .share-like_h {
	position: absolute;
	top: -9999px;
}

.start-fly-share .share-like_v {
	position: static;
	top: 0;
}



@media screen and (max-width:1365px) {
	.start-fly-share .article__share-wrap {
		margin: 0;
		left: 5px;
	}
}

@media screen and (max-width:1359px) {
	.start-fly-share .article__share-wrap {
		top:-99999px !important;
		left: 0 !important;
	}
}

@media screen and (max-width:1260px) {
	.article__share-item {
		display: block;
		max-width: 1234px;
	}
	
	.article__share-item:first-child {
		border: 0;
		margin-bottom: 12px;
	}
}

/* taboola */

:root #taboola-below-article-thumbnails > div {
	padding: 14px 16px 15px;
	border: solid 1px #C8C8C8;
	border-top-width: 15px;
	margin: 30px 0;
}

:root #taboola-below-article-thumbnails .trc_rbox_header_span {
	display: block !important;
	padding-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
}

/*:root #taboola-below-article-thumbnails .videoCube:last-child {
	display: none ! important;
}

:root #taboola-below-article-thumbnails .videoCube {
	float: left;
	width: 18% !important;
	margin: 0 0 0 2%;
}

:root #taboola-below-article-thumbnails .video-title {
	font-size: 13px !important;
	line-height: 21px !important;
	max-height: 300px !important;
	height:  auto !important;
	font-family: 'Open Sans', sans-serif;
}

:root #taboola-below-article-thumbnails .video-label-box {
	height: auto;
	max-height: 300px;
}

@media screen and (max-width: 1170px) {
	:root #taboola-below-article-thumbnails .videoCube {
		width: 23% !important;
	}
	
	:root #taboola-below-article-thumbnails .videoCube:nth-child(5) {
		display: none !important;
	}
}

@media screen and (max-width: 627px) {
	:root #taboola-below-article-thumbnails .videoCube {
		width: 31.33% !important;
	}
	
	:root #taboola-below-article-thumbnails .videoCube:nth-child(5),
	:root #taboola-below-article-thumbnails .videoCube:nth-child(4) {
		display: none !important;
	}
}

@media only screen and (max-width: 570px) {
	:root #taboola-below-article-thumbnails .videoCube:nth-child(5),
	:root #taboola-below-article-thumbnails .videoCube:nth-child(4),
	:root #taboola-below-article-thumbnails .videoCube:nth-child(6) {
		display: block !important;
	}
	
	:root #taboola-below-article-thumbnails .thumbBlock_holder {
		float: left !important;
		width: 110px !important;
		margin: 0 14px 0 0 !important;
	}
	
	:root #taboola-below-article-thumbnails .videoCube {
		float: none !important;
		margin: 0 !important;
		width: 100% !important;
		visibility: visible !important;
	}
	
	:root #taboola-below-article-thumbnails .videoCube + .videoCube {
		margin-top: 10px !important;
	}
	
	:root #taboola-below-article-thumbnails .trc_rbox_outer {
		margin: 0 !important;
	}
}*/

/**/

@media print {
	html, body{
		background:#fff !important;
		color:#000 !important;
		font-size:16px !important;
	}

	* {
		float:none !important;
		width:auto !important;
	}

	#header,
	img,
	.navbar,
	.header-container,
	.footer-container,
	.right-column,
	.page figure,
	.meta .link-orange,
	.tags,
	.similar,
	.rt-news,
	.article_commetns,
	.article__share,
	.hypercomments__article,
	.disclaimer,
	.inside-photo{
		display:none !important;
	}

	img.logo-print{
		display:block !important;
		margin-bottom:20px !important;
		margin-top:20px !important;
		width:171px;
		height:53px;
	}

	.article-body{
		margin-left:20px!important;
	}

	a:after,
	a:before{
		content:"" !important;
		display: none !important;
	}
}


/*  search  */

#mobile-search {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	padding-right:90px;
	position: relative;
}

#mobile-search .input-prepend {
	position: absolute;
	right: 0;
	top: 0;
}

.mobile-search__period {
	position: absolute;
	top: 0;
	right: -10px;
	width: 92px;
	background: #fff;
	height: 28px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	border: 1px solid #CCC;
}

.mobile-search__period-value {
	position: relative;
	padding: 0 0 0 6px;
	font-size: 13px;
	line-height: 26px;
	height: 28px;
	cursor: pointer;
	color: #bababa;
}

.mobile-search__period-value:after {
	content: "";
	position: absolute;
	top: 12px;
	right: 4px;
	border: solid 5px transparent;
	border-top-color: #aaa;
}

.mobile-search__period.hover .mobile-search__period-value:after {
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		 -o-transform: rotate(180deg);
			transform: rotate(180deg);
	top: 6px;
}

.mobile-search__period-drop {
	position: absolute;
	top: -99100%;
	left: -1px;
	width: 100%;
	background: #fff;
	border: 1px solid #CCC;
	z-index: 1234;
	opacity: 0;
	margin-top: 10px;
	-webkit-transition: margin-top .25s, opacity .25s;
	   -moz-transition: margin-top .25s, opacity .25s;
		-ms-transition: margin-top .25s, opacity .25s;
		 -o-transition: margin-top .25s, opacity .25s;
			transition: margin-top .25s, opacity .25s;
}

.mobile-search__period.hover .mobile-search__period-drop {
	top: 100%;
	opacity: 1;
	margin-top: 0;
}

.mobile-search__period-drop label {
	position: relative;
	display: block;
	line-height: 28px;
	padding: 0 0 0 6px;
	border-top: solid 1px #eee;
	cursor: pointer;
}

.mobile-search__period-drop input[type=radio] {
	position: absolute;
	left: -9920px;
}

.mobile-search__period-drop label:hover,
.mobile-search__period-drop label.selected {
	color: #63bd2b;
}

.btn-toggle-search .icon-search:before {
	content: "\f002";
	display: inline-block;
	text-shadow: 0 1px rgba(0, 0, 0, .35);
	position: relative;
	top: 2px;
}

.results-head form {
	margin-right: 182px;
}

.results-head button[type=submit] {
	width: 93px;
	height: 33px;
	position: absolute;
	right: -182px;
	top: 0;
	box-shadow: none !important;
	border-radius: 0 3px 3px 0;
	outline: none !important;
}

.results-head .mobile-search__period {
	right: -90px;
	height: 33px;
	-webkit-box-shadow:  inset 0 1px 1px rgba(0, 0, 0, 0.075);
	   -moz-box-shadow:  inset 0 1px 1px rgba(0, 0, 0, 0.075);
			box-shadow:  inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.results-head .mobile-search__period-value {
	line-height: 31px;
	font-size: 14px;
}

.results-head .mobile-search__period-value:after {
	top: 14px;
}

.results-head .mobile-search__period.hover .mobile-search__period-value:after {
	top: 8px;
}

@media only screen and (max-width: 980px) {
	.mobile-search__period,
	#mobile-search .input-prepend {
		top: 15px;
	}
	
	.results-head .mobile-search__period {
		top: 0;
	}
}

@media only screen and (max-width: 690px) {
	#mobile-search {
		padding-right: 100px;
	}
	
	.mobile-search__period {
		top: 0;
		right: 0;
		height: 40px;
		width: 101px;
	}
	
	.mobile-search__period-value {
		line-height: 38px;
		font-size: 14px;
		height: 40px;
	}
	
	.mobile-search__period-value:after {
		top: 18px;
	}
	
	.results-head form {
		margin-right: 100px;
	}
	
	.results-head .mobile-search__period {
		right: -100px;
	}
	
	.results-head button[type=submit] {
		display: none;
	}
}

#span-copy {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}
