/*
        Theme Name:     BP 2016
        Description:    Тема для Bigpicture.ru от 2016 года
        Version:                0.0
        Author:                 Anonymous
        Modified:               Denny eL
*/


/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"], 
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: "PTSans";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/PTSansRegular/PTSansRegular.eot?#iefix") format("embedded-opentype"), url("fonts/PTSansRegular/PTSansRegular.woff") format("woff"), url("fonts/PTSansRegular/PTSansRegular.ttf") format("truetype"), url("fonts/PTSansRegular/PTSansRegular.svg#PTSans") format("svg"); }

@font-face {
  font-family: "PTSans";
  font-style: normal;
  font-weight: bold;
  src: url("fonts/PTSansBold/PTSansBold.eot?#iefix") format("embedded-opentype"), url("fonts/PTSansBold/PTSansBold.woff") format("woff"), url("fonts/PTSansBold/PTSansBold.ttf") format("truetype"), url("fonts/PTSansBold/PTSansBold.svg#PTSans") format("svg"); }

@font-face {
  font-family: "PTSans";
  font-style: italic;
  font-weight: normal;
  src: url("fonts/PTSansItalic/PTSansItalic.eot?#iefix") format("embedded-opentype"), url("fonts/PTSansItalic/PTSansItalic.woff") format("woff"), url("fonts/PTSansItalic/PTSansItalic.ttf") format("truetype"), url("fonts/PTSansItalic/PTSansItalic.svg#PTSans") format("svg"); }

html, body {
  font-size: 14px;
  font-family: 'PTSans', 'sans-serif'; }

ul, ul {
  list-style-type: none;
  padding: 0; }

.content ul { 
  list-style-type: disc;
  margin-left: 20px;
}

.clearfix::after {
  clear: both;
  content: "";
  display: table; }

.no-desktop {
  display: none !important; }

.mobile {
  display: none; }

@media (max-width: 480px) {
  .no-mobile {
    display: none !important; }
  .no-desktop {
    display: inherit !important; }
  .mobile {
    display: inherit; } }

@media (max-height: 480px) and (orientation: landscape) {
  .no-mobile {
    display: none !important; }
  .no-desktop {
    display: inherit !important; }
  .mobile {
    display: inherit; } }

.hidden {
  display: none; }

.invisible {
  visibility: hidden; }

.content.main {
  padding-top: 2em;
  padding-bottom: 4em; }
  @media (max-width: 480px) {
    .content.main {
      #background-color: #eee;
      padding-top: 0px;
      padding-bottom: 1em; } }
  @media (max-height: 480px) and (orientation: landscape) {
    .content.main {
      #background-color: #eee;
      padding-top: 0px;
      padding-bottom: 1em; } }

.container {
  max-width: 1050px;
  margin: 0 auto; }

.likes {
  display: inline-block;
  font-size: 1em;
  color: #afafaf;
  padding-right: 20px;
  font-weight: 100;
  background: url(i/like.png) no-repeat right center; }

.tag {
  font-size: 1em;
  color: #ccc;
  text-transform: uppercase; }
  .tag > a {
    color: #ff6041;
    text-decoration: none; }

.tags {
  font-size: 0.7em;
  color: #ccc;
  text-transform: uppercase; }
  .tags > a {
    color: #0066cc;
    text-decoration: none; }

.popup-window {
  position: absolute;
  border: 4px solid #6e75ff;
  background-color: #fff;
  padding: 2em 0;
  z-index: 999; }
  .popup-window .close {
    position: absolute;
    height: 24px;
    width: 24px;
    right: 20px;
    top: 20px;
    background: url(i/close-btn.png) no-repeat 0 0; }

header, .header {
  font-family: 'PTSans', 'sans-serif';
  font-size: 14px;
  background-color: #31343d; }
  header > .container, .header > .container {
    position: relative;
    height: 92px; }
  header .logo, .header .logo {
    display: inline-block; }
  header .top-menu, .header .top-menu {
    display: inline-block;
    vertical-align: top; }
  header .control, .header .control {
    display: inline-block; }
  header ul.top-nav, .header ul.top-nav {
    padding: 0;
    margin: 0;
    display: inline-block;
    overflow-y: hidden; }
    header ul.top-nav li, .header ul.top-nav li {
      display: inline;
      margin-left: 1em;
      box-sizing: border-box;
      text-transform: uppercase;
      font-weight: 600;
      line-height: 90px; }
    header ul.top-nav a, .header ul.top-nav a {
      text-decoration: none; }
    header ul.top-nav .link-id-1 a, .header ul.top-nav .link-id-1 a {
      color: #ff6041; }
    header ul.top-nav .link-id-2 a, .header ul.top-nav .link-id-2 a {
      color: #81b7fa; }
    header ul.top-nav .link-id-4 a, .header ul.top-nav .link-id-4 a {
      color: #43d3a2; }
    header ul.top-nav .link-id-3 a, .header ul.top-nav .link-id-3 a {
      color: #ffb370; }
  header .more a:before, .header .more a:before {
    display: inline-block;
    content: " ";
    width: 30px;
    height: 7px;
    vertical-align: middle;
    background: url(i/dashed.png) no-repeat 100% center; }
  header .more a.active:before, .header .more a.active:before {
    height: 15px;
    background-image: url(i/close-b.png); }
  header .slide, .header .slide {
    /* position: absolute; */
    position: relative;
    height: 90px;
    line-height: 90px;
    background-color: #31343d;
    width: 100%;
    padding-left: 100px;
    display: none;
    z-index: 100; }
    @media (max-width: 768px) { ## was 768 ##
      header ul.top-nav li, .header ul.top-nav li { line-height: 50px; margin-left: 1em; }
      header .slide, .header .slide {
        padding: 0px;
	line-height: 0px;
	height: auto;
        #line-height: 1.5em; }
        header .slide li, .header .slide li {
          display: inline;
          float: left; }
        header .slide .container, .header .slide .container {
          background-color: #31343d; }
        header .slide::after, .header .slide::after {
          clear: both;
          content: "";
          display: table; } }

    @media (max-height: 480px) and (orientation: landscape) { ## was 768 ##
      header ul.top-nav li, .header ul.top-nav li { line-height: 50px; margin-left: 1em; }
      header .slide, .header .slide {
        padding: 0px;
	line-height: 0px;
	height: auto;
        #line-height: 1.5em; }
        header .slide li, .header .slide li {
          display: inline;
          float: left; }
        header .slide .container, .header .slide .container {
          background-color: #31343d; }
        header .slide::after, .header .slide::after {
          clear: both;
          content: "";
          display: table; } }


  header .control .btn-search, .header .control .btn-search {
    position: absolute;
    top: 30px;
    right: 0px;
    border: none;
    display: inline-block;
    background-color: #31343d;
    background-image: url("i/search.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 30px;
    width: 50px;
    vertical-align: middle;
    cursor: pointer;
    box-sizing: border-box;
    border-left: 2px solid #5f6065; }
    header .control .btn-search:focus, .header .control .btn-search:focus {
      outline: none; }
    header .control .btn-search.active, .header .control .btn-search.active {
      background-image: url(i/close-b.png); }
  header .search-form input, .header .search-form input {
    display: inline-block;
    border-color: #fff;
    background-color: #666963;
    font-size: 2em;
    line-height: 60px;
    height: 60px;
    border: none;
    padding-left: 20px;
    color: #fff;
    width: 80%;
    vertical-align: middle;
    box-sizing: border-box;
    border-bottom: 1px solid #5c5e65; }
    header .search-form input::-webkit-input-placeholder, .header .search-form input::-webkit-input-placeholder {
      color: #5c5e65; }
    header .search-form input::-moz-placeholder, .header .search-form input::-moz-placeholder {
      color: #5c5e65; }
    header .search-form input:-moz-placeholder, .header .search-form input:-moz-placeholder {
      color: #5c5e65; }
    header .search-form input:-ms-input-placeholder, .header .search-form input:-ms-input-placeholder {
      color: #5c5e65; }
    header .search-form input:focus, .header .search-form input:focus {
      outline: none; }
    @media (max-width: 480px) {
      header .search-form input, .header .search-form input {
        width: 75%; } }
    @media (max-height: 480px) and (orientation: landscape) {
      header .search-form input, .header .search-form input {
        width: 75%; } }
  header .search-form button, .header .search-form button {
    background: none;
    border: none;
    font-size: 1.2em;
    color: #81b7fa;
    cursor: pointer; }
    header .search-form button:focus, .header .search-form button:focus {
      outline: none; }

#more-links {
  display: none; }

.mobile-control {
  float: right; }
  .mobile-control .btn-nav {
    position: relative;
    padding: 9px 10px;
    margin-top: 28px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border-radius: 4px;
    border: transparent; }
    .mobile-control .btn-nav:focus {
      outline: none; }
    .mobile-control .btn-nav .bar {
      background-color: #fff;
      width: 30px;
      height: 4px;
      border-radius: 1px; }
      .mobile-control .btn-nav .bar + .bar {
        margin-top: 4px; }
  .mobile-control .btn-search {
    border: none;
    display: inline-block;
    background-color: #31343d;
    background-image: url("i/search.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 25px;
    width: 50px;
    cursor: pointer;
    box-sizing: border-box; }
    .mobile-control .btn-search:focus {
      outline: none; }
    .mobile-control .btn-search.active {
      background-image: url(i/close-b.png); }

footer, .footer {
  background-color: #31343d;
  padding-top: 1em;
  color: #fff;
  font-size: 15px; }

  footer > .container, .footer > .container {
    background-color: #31343d;
    padding: 0 10px;
    padding-bottom: 10px;
  }

  @media (min-width: 769px) {
    footer .flex, .footer .flex {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 768px) {
    footer, .footer {
      padding: 0 .5em; } }
  footer h3.title, .footer h3.title {
    font-weight: 600;
    color: #fff;
    line-height: 1.8em;
    margin-bottom: 1em; }
  @media (min-width: 769px) {
    footer .subscribe,
    footer .info + .info,
    footer .list + .list, .footer .subscribe,
    .footer .info + .info,
    .footer .list + .list {
      margin-left: 1.5em; } }
  footer .list + .list, .footer .list + .list {
    margin-left: 1.5em; }
  footer .col-2, .footer .col-2 {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
    line-height: 1.9em; }
    footer .col-2 .list, .footer .col-2 .list {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-align-self: flex-start;
      -moz-align-self: flex-start;
      align-self: flex-start;
      -ms-flex-item-align: start; }
    footer .col-2 ul a, .footer .col-2 ul a {
      color: #9c9c9c;
      font-weight: 600; }
    footer .col-2 li, .footer .col-2 li {
      background: url(i/sep.png) 0 0 repeat-x; }
      footer .col-2 li:first-child, .footer .col-2 li:first-child {
        background: none; }
    footer .col-2 .app a, .footer .col-2 .app a {
      padding-left: 25px;
      background-image: url(i/app.png);
      background-repeat: no-repeat; }
      footer .col-2 .app a.android, .footer .col-2 .app a.android {
        background-position: 0 -20px; }
    footer .col-2 .social a:before, .footer .col-2 .social a:before {
      content: " ";
      display: inline-block;
      background-image: url(i/social3.png);
      background-repeat: no-repeat;
      width: 22px;
      height: 22px;
      vertical-align: middle;
      margin-right: 5px; }
    footer .col-2 .social a.twitter:before, .footer .col-2 .social a.twitter:before {
      background-position: 0 -22px; }
    footer .col-2 .social a.goolge:before, .footer .col-2 .social a.goolge:before {
      background-position: 0 -88px; }
    footer .col-2 .social a.lj:before, .footer .col-2 .social a.lj:before {
      background-position: 0 -110px; }
    footer .col-2 .social a.vk:before, .footer .col-2 .social a.vk:before {
      background-position: 0 -44px; }
    footer .col-2 .social a.instagram:before, .footer .col-2 .social a.instagram:before {
      background-position: 0 -132px; }
    footer .col-2 .social a.ok:before, .footer .col-2 .social a.ok:before {
      background-position: 0 -66px; }
    footer .col-2 .social a.telegram:before, .footer .col-2 .social a.telegram:before {
      background-position: 0 -154px; }
  @media (min-width: 769px) {
    footer .subscribe, .footer .subscribe {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; } }
  @media (max-width: 480px) {
    footer .span, .footer .span {
      width: 100vw;
      height: inherit; } }
  @media (max-height: 480px) and (orientation: landscape) {
    footer .span, .footer .span {
      width: 100vw;
      height: inherit; } }
  footer .copyright, .footer .copyright {
    color: #9c9c9c;
    vertical-align: middle;
    line-height: 27px;
    font-size: 12px; }
    footer .copyright .plus18, .footer .copyright .plus18 {
      display: inline-block;
      line-height: 25px;
      text-align: center;
      width: 25px;
      height: 25px;
      border: 2px solid  #9c9c9c;
      vertical-align: middle;
      border-radius: 50%;
      margin-right: 0.5em; }
    footer .copyright::after, .footer .copyright::after {
      clear: both;
      content: "";
      display: table; }

  footer .ourpartners, .footer .ourpartners, footer .orphus, .footer .orphus {
    color: #9c9c9c;
    vertical-align: middle;
    text-align: center;
    line-height: 27px;
    font-size: 12px; }

  footer .ourpartners a, .footer .ourpartners a, footer .orphus a, .footer .orphus a {
    text-decoration: none;
    color: #9c9c9c; }

  @media (max-width: 768px) {
     footer .ourpartners, .footer .ourpartners, footer .orphus, .footer .orphus { display:none; }
}

#orphus IMG {display:none; }

@-webkit-keyframes subsend {
  0% {
    background-position: 0 center; }
  100% {
    background-position: 100% center; } }

@-moz-keyframes subsend {
  0% {
    background-position: 0 center; }
  100% {
    background-position: 100% center; } }

@keyframes subsend {
  0% {
    background-position: 0 center; }
  100% {
    background-position: 100% center; } }

#mc_signup_form {
  background-color: #282b33;
  padding: 1.5em;
  border-radius: 20px;
  box-sizing: border-box; }
  #mc_signup_form div.message {
    font-size: 12px;
    color: #797979; }
  #mc_signup_form input {
    float: left;
    display: inline-block;
    background-color: #fff;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    border: none;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    padding-left: 10px;
    color: #000;
    width: 80%;
    vertical-align: middle;
    box-sizing: border-box; }
    #mc_signup_form input::-webkit-input-placeholder {
      color: #a5a5a5; }
    #mc_signup_form input::-moz-placeholder {
      color: #a5a5a5; }
    #mc_signup_form input:-moz-placeholder {
      color: #a5a5a5; }
    #mc_signup_form input:-ms-input-placeholder {
      color: #a5a5a5; }
    #mc_signup_form input:focus {
      outline: none; }
    #mc_signup_form input:disabled {
      background-color: #a5a5a5; }
  #mc_signup_form button {
    float: left;
    border: none;
    display: inline-block;
    background-color: #5860ff;
    background-image: url("i/send.png");
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0;
    margin: 0;
    line-height: 40px;
    height: 40px;
    width: 20%;
    min-height: 20px;
    vertical-align: middle;
    cursor: pointer;
    box-sizing: border-box; }
    #mc_signup_form button:focus {
      outline: none; }
    #mc_signup_form button:disabled {
      -webkit-animation: subsend 900ms ease-in infinite;
      -moz-animation: subsend 900ms ease-in infinite;
      animation: subsend 900ms ease-in infinite; }
    #mc_signup_form button::after {
      clear: both;
      content: "";
      display: table; }
  #mc_signup_form .mc_error_msg {
    text-decoration: none;
    color: #FFF; }
  #mc_signup_form .mc_error_msg > a {
    text-decoration: none;
    color: #FFF; }
  #mc_signup_form .mc_success_msg {
    color: #43d3a2; }

.tiles {
  margin-top: 1em;
  text-align: justify; }
  .tiles .tile, .tiles .gag {
    display: inline-block;
    width: 32.5%; 
    vertical-align: top; }
  .tiles .gag {
    height: 0; }
  .tiles .tile {
    font-size: 1rem;
    position: relative;
    overflow: hidden;
    background-color: #000;
    height: 250px;
    margin-top: 0.75%; }
    .tiles .tile h3.title {
      line-height: 1.3em;
      font-size: 1.4em;
      font-weight: 600; }
      .tiles .tile h3.title b {
        font-weight: 900; }
      .tiles .tile h3.title > a {
        color: #fff;
	display:block;
        text-decoration: none; }
    .tiles .tile .tag {
      position: absolute;
      top: 1.5rem;
      left: 1.5rem; }
    .tiles .tile .likes {
      position: absolute;
      top: 1.5em;
      right: 1.5em; }
    .tiles .tile h3.title {
      position: absolute;
      left: 0;
      bottom: 0;
      #padding: 1.5rem; }
    .tiles .tile img {
      opacity: 0.8;
      transition: all 0.2s linear; }
    .tiles .tile:hover img {
      opacity: 1; }
    .tiles .tile.box {
      height: 285px; }
    @media (min-width: 769px) {
      .tiles .tile.wide {
        height: 250px;
        width: 66.25%; }
	.tiles .tile h3.title > a { 
	  padding-left: 1.5rem;
	  padding-right: 1.5rem;
	  text-shadow: 0 0 1px #000,0 0 5px #000; }

/*
        .tiles .tile.wide .title {
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto .15em;
          font-size: 1.4em;
	  height: 10%; }
*/

/*
        .tiles .tile.wide .likes {
          bottom: 2em;
          left: 4em;
          top: inherit;
          right: inherit; }
        .tiles .tile.wide .tag {
          top: 2em;
          left: 4em; }
*/
      .tiles .tile.wide3 {
        height: 500px;
        width: 99.95%; }

/*
        .tiles .tile.wide3 .title {
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto .15em;
          font-size: 1.8em; 
	  height: 10%; }
*/

/*
        .tiles .tile.wide3 .likes {
          bottom: 2em;
          left: 4em;
          top: inherit;
          right: inherit; }
        .tiles .tile.wide3 .tag {
          top: 2em;
          left: 4em; }
*/
    }

    .tiles .tile .tag-id-1 > a {
      background-color: rgba(255, 96, 65, 0.7);
      padding: 0.1em 0.5em;
      border-radius: 0.3em;
      color: #fff; }
    .tiles .tile .tag-id-2 > a {
      background-color: rgba(129, 183, 250, 0.7);
      padding: 0.1em 0.5em;
      border-radius: 0.3em;
      color: #fff; }
    .tiles .tile .tag-id-4 > a {
      background-color: rgba(67, 211, 162, 0.7);
      padding: 0.1em 0.5em;
      border-radius: 0.3em;
      color: #fff; }
    .tiles .tile .tag-id-3 > a {
      background-color: rgba(255, 179, 112, 0.7);
      padding: 0.1em 0.5em;
      border-radius: 0.3em;
      color: #fff; }
    @media (max-width: 768px) {
      .tiles .tile {
        width: 100%;
        height: auto;

        margin-bottom: 1em;
        border-style: solid;
	border-color: lightgray;
        border-width: 0px 0px 2px 0px;

        background-color: #fff; }
        .tiles .tile h3.title {
          position: inherit;
          color: #000;
          padding: 0.5em 1em;

          padding-bottom: 0;

          font-size: 1.5em; }
          .tiles .tile h3.title > a {
            color: #000; }
        .tiles .tile img {
          width: 100%;
          opacity: 1; }
        .tiles .tile .tag {
          margin-left: 1em;
          margin-top: 1em;
          position: inherit; }
        .tiles .tile .likes {
          position: inherit;
          float: right;
          margin-right: 1em;
          margin-top: 1em; }
          .tiles .tile .likes::after {
            clear: both;
            content: "";
            display: table; } }

.more {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em; }
  .more button {
    color: #000;
    border: none;
    outline: hidden;
    background: #d4d4d4 url("i/update.png") no-repeat 10px 50%;
    padding: 10px 20px 10px 40px;
    font-weight: 600;
    border-radius: 50px;
    margin: 0 auto;
    cursor: pointer; }

.head-article {
  height: 550px;
  background-size: cover;
  position: relative; }
  @media (max-width: 480px) {
    .head-article {
      height: 300px; } }
  .head-article .container {
    position: relative;
    z-index: 1;
    height: 100%; }
  .head-article .fader {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9));
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9), , , , , , , , ); }
  .head-article .likes-social {
    color: #fff;
    display: inline-block;
    position: absolute;
    right: 0; }
    .head-article .likes-social li {
      display: block;
      line-height: 30px;
      padding-right: 40px;
      background: url(i/likes.png) no-repeat right 0;
      margin: 1em 0; }
      .head-article .likes-social li.facebook {
        background-position: right 0px; }
      .head-article .likes-social li.vk {
        background-position: right -30px; }
      .head-article .likes-social li.twitter {
        background-position: right -60px; }
  .head-article .info {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-bottom: 2.5em; }
    .head-article .info h1 {
      font-size: 2em;
      color: #fff;
      font-weight: 600;
      padding: 0.5em 4em 0.5em 0; }
    @media (max-width: 480px) {
      .head-article .info {
        left: 1em; }
        .head-article .info h1 {
          font-size: 1.5em;
          color: #fff;
          font-weight: 600;
          padding: 0.5em 4em 0.5em 0; } }
    @media (max-height: 480px) and (orientation: landscape) {
      .head-article .info {
        left: 1em; }
        .head-article .info h1 {
          font-size: 1.5em;
          color: #fff;
          font-weight: 600;
          padding: 0.5em 4em 0.5em 0; } }

.article .content {
  font-size: 1.4em;
  line-height: 1.5em;
  padding: 1em 2em;
padding-top: 0px;
  color: #31343b;
  position: relative;
  padding-bottom: 2em; }
  .article .content p {
    margin-top: 1em; }
  .article .content p.bold {
    color: #000;
    font-weight: 600; }
  .article .content .quote {
    word-spacing: .25em;
    text-align: justify;
    font-style: italic; }
    .article .content .quote:before {
      position: absolute;
      left: -40px;
      content: " ";
      display: block;
      width: 70px;
      height: 32px;
      background: url(i/quote.png) no-repeat 0 0; }
  .article .content .select {
    background-color: #e2e4fd;
    padding: 0.5em 2em;
    word-spacing: .25em;
    text-align: justify;
    margin: 0 -2em 1em -2em; }
  .article .content h2 {
    margin-top: 1.5em;
    font-size: 120%;
    font-weight: 600;
    color: #000; }
  .article .content img {
    margin: 1em 0;
    max-width: 100%; }
    .article .content img.side-wide {
      width: 100%; }
    .article .content img.side-left {
      width: 50%;
      float: left;
      margin-right: 1em; }
    .article .content img.side-right {
      width: 50%;
      float: right;
      margin-left: 1em; }

.article .social-button {
  padding: 1em 0;
  text-align: center;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6; }

.article .content-adv-block {
  margin-top: .5em; }

@media (max-width: 480px) {
  .article {
    font-size: 0.9em; }
    .article .content {
      padding: .5em; }
      .article .content .quote {
        margin-left: 35px;
	word-spacing: .25em;
        text-align: justify;
        position: inherit; }
        .article .content .quote:before {
	  margin-left: -35px;
          position: inherit;
	  left: 0px;
          display: inline-block;
          width: 30px;
          height: 0.7em;
          background-size: contain; }
      .article .content .select {
        background-color: #e2e4fd;
	word-spacing: .25em;
        text-align: justify;
        padding: 0 1em;
        margin: 0 -1em .5em -1em; }
      .article .content img, .article .content img.side-left, .article .content img.side-right {
        float: none;
        margin: 1em 0;
        max-width: 100%;
        width: inherit; } }

@media (max-height: 480px) and (orientation: landscape) {
  .article {
    font-size: 0.9em; }
    .article .content {
      padding: .5em; }
      .article .content .quote {
        margin-left: 35px;
	word-spacing: .25em;
        text-align: justify;
        position: inherit; }
        .article .content .quote:before {
          margin-left: -35px;
          position: inherit;
	  left: 0px;
          display: inline-block;
          width: 30px;
          height: 0.7em;
          background-size: contain; }
      .article .content .select {
        background-color: #e2e4fd;
	word-spacing: .25em;
        text-align: justify;
        padding: 0 1em;
        margin: 0 -1em .5em -1em; }
      .article .content img, .article .content img.side-left, .article .content img.side-right {
        float: none;
        margin: 1em 0;
        max-width: 100%;
        width: inherit; } }

.article-content {
  padding-bottom: 3em; 
  margin-top: 1em; }
  @media (max-width: 480px) {
    .article-content { padding-bottom: 0px; }
  }
  @media (max-height: 480px) and (orientation: landscape) {
    .article-content { padding-bottom: 0px; }
  }
  .article-content h3.section-title {
    font-size: 180%;
    font-weight: 600;
    color: #000;
    text-align: center; }

.article-content .info {
    padding: 0 10px;
}

.autors {
  #border-bottom: 1px solid #d6d6d6;
  padding: 2em 0; }
  .autors .author {
    margin-left: 8em;
    margin-top: 1em; }
    .autors .author img {
      display: inline-block;
      width: 82px;
      height: 82px;
      border-radius: 82px;
      margin-right: 2em;
      vertical-align: middle; }
    .autors .author .info {
      display: inline-block;
      vertical-align: middle; }
    .autors .author .name {
      font-size: 140%;
      font-weight: 600; }
    .autors .author .prof {
      font-style: italic;
      margin-top: 0.5em; }
    @media (max-width: 480px) {
      .autors .author {
        margin-left: 0; }
        .autors .author img, .autors .author .info {
          display: block;
          text-align: center;
          margin: 0 auto; } }

.hotlist {
  padding: 2em 0; }
  @media (max-width: 480px) {
    .hotlist {
      padding: 0px;
      #background-color: #eee; } }
  @media (max-height: 480px) and (orientation: landscape) {
    .hotlist {
      padding: 0px;
      #background-color: #eee; } }

.top-adv-block {
  height: 140px;
  overflow: hidden;
  text-align: center;
  background: url(i/top-ad.jpg) no-repeat 50% 0;
  background-size: cover; }

.content-adv-block {
  background-color: #ffc1c3; 
}

.plashka { display:none; }

@media only screen and (min-width: 1050px) {
  .branding { }
  .header { margin-top: 0px; }
    .header > .container {
      background-color: #31343d;
      min-width: 1050px;
      opacity: 0.9; }
    .header .btn-search {
      right: 0px; }
    .header .slide {
      width: 920px;
      margin: 0 auto;
      left: 0;
      right: 0; }
  html .content .container {
    background-color: #fff;
    padding: 0 10px; } 
  .plashka { width:1050px; margin: 0 auto; display:block; }
}


#fb-subscribe {
  width: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 6em; }
  #fb-subscribe .q {
    font-size: 3em;
    font-weight: 600;
    margin: 1em 0; }

.article .content IMG {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
}

.article .content img.side-center {
    width: auto;
}

.article .content P {
    text-align: justify;
}

IMG.wp-smiley, .c-icons IMG, IMG.alignleft {
    display:inline !important;
    margin:0px !important;
    width:auto !important;
    height:auto !important;
}

.article .content img.side-clear {
    display: inline;
    margin-left: 0;
    margin-right: 0;
    width: auto;
    height: auto;
}

.notopbX {display:none;} 

@media (min-width: 769px) {
    .topbX, .notopbX {height:64px; width:64px; background-image: url(/img/uparrow.png); position:fixed; top:0; right:0; margin-top:90px; margin-right:60px; cursor: pointer; z-index:999; cursor:pointer;}
    iframe { width: 100%; max-width: 100% !important; }
    #ya_partner_R-51486-2 { width: 732px !important; max-width: 732px !important;}
    embed { width: 100%; max-width: 100% !important; }
    .mobile-hr {display:none;}
}
@media (max-width: 480px) {
    .mobile-hr { display:block; padding-top:10px; }
    .article-content { overflow-x:hidden; width:100%; top:0; }
    #liquidstorm-alt-html { display: none !important; }
    #mobile-ads-cut { display: block !important; }
    #ya_partner_R-A-51486-21 { width:auto !important; }
    .topbX, .notopbX {height:0px;}
    .tiles .tile .tag > a {margin-left: -1em;}
    .tiles .tile .likes, .tiles .tile .tag {margin-top:0;}
    # .article-content .ads {display:none;}
    # .topbX, .notopbX {height:64px; width:64px; background-image: url(/img/uparrow.png); position:fixed; top:0; right:0; margin-top:90px; margin-right:20px; cursor: pointer; z-index:999; cursor:pointer;}
}
@media (max-height: 480px) and (orientation: landscape) {
    .mobile-hr { display:block; padding-top:10px; }
    .article-content { overflow-x:hidden; width:100%; top:0; }
    #liquidstorm-alt-html { display: none !important; }
    #mobile-ads-cut { display: block !important; }
    .topbX, .notopbX {height:0px;}
    .tiles .tile .tag > a {margin-left: -1em;}
    .tiles .tile .likes, .tiles .tile .tag {margin-top:0;}
    # .article-content .ads {display:none;}
    # .topbX, .notopbX {height:64px; width:64px; background-image: url(/img/uparrow.png); position:fixed; top:0; right:0; margin-top:90px; margin-right:20px; cursor: pointer; z-index:999; cursor:pointer;}
}

.article .content p.wp-caption-text {
    margin-top:.2em;
}

.fullsize-lqs {
    display: none;
}

.wp-caption:hover .fullsize-lqs, .wp-image:hover .fullsize-lqs, IMG:hover .fullsize-lqs {
    display: block;
    position:absolute;
    margin-left: 10px;
    MARGIN-TOP: 10px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url(http://bigpicture.ru/img/strelki_2.png) no-repeat;
}

.postovoy {background:#ffffe0; padding:20px; border-radius:5px; text-align:justify;}
.postovoy SPAN {font-size:1.1em; font-weight:700; display:block; padding-bottom:10px;}

@media (max-width: 934px) { .nav-items { display:none !important; } }
@media (min-width: 935px) { .nav-items { display:inline !important; } }

@media (max-width: 814px) { .nav-items2 { display:none !important; } }
@media (min-width: 815px) { .nav-items2 { display:inline !important; } }

@media (max-width: 730px) { .nav-items3 { display:none !important; } }
@media (min-width: 731px) { .nav-items3 { display:inline !important; } }

@media (max-width: 650px) { .nav-items4 { display:none !important; } }
@media (min-width: 651px) { .nav-items4 { display:inline !important; } }

@media (max-width: 570px) { .nav-items5 { display:none !important; } }
@media (min-width: 571px) { .nav-items5 { display:inline !important; } }

.category {background:#ddd; padding:15px 25px 15px 25px;}
.category UL {list-style:none;}
.category LI {display:block; float:left;}
.category A, .category A:visited {padding:3px 8px 3px 8px; margin-right:10px; border-radius:5px; background:#fff; color:#000; text-decoration:none; box-shadow: 0.00em 0.04em 0.1em #999999; -moz-transition: all 200ms linear; -o-transition: all 200ms linear; transition: all 200ms linear;}
.category A:hover {padding:3px 8px 3px 8px; margin-right:10px; border-radius:5px; background:#fff; color:#000; text-decoration:none; box-shadow: 0.00em 0.05em 0.3em #666; -moz-transition: all 200ms linear; -o-transition: all 200ms linear; transition: all 200ms linear;}

.before-after-slider {
  position: relative;
}
.before-after-slider div {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.before-after-slider .before {
  border-right: solid 4px black;
  height: 100%;
  max-width: 100%;
}
.before-after-slider .hint {
    background: #fffbcc;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    left: 50%;
    margin-left: -55px;
    padding: 6px;
    text-align: center;
    width: 100px;
    white-space: nowrap;
}
.before-after-slider .before IMG {
  border-radius: 0px;
  margin:0px; 
  max-width:none;
}
.before-after-slider .after IMG {
  border-radius: 0px;
  margin:0px; 
  max-width:none;
}

/* @media (max-width: 480px) { .before-after-slider { margin-left:-10px; } } */
/* @media (max-width: 680px) { .before-after-slider { margin-left:-10px; } } */
/* @media (min-width: 681px) { .before-after-slider { margin-left:0px; } } */

/* brand 2.0 fixes */
.header, .content .container, .footer {
  position: relative;
  z-index: 5;
}

.btn_sub_top {
    width: 120px;
    margin-left: -138px;
    font-size: 16px;
    color: #fff;
    text-transform: none;
    text-align: center;
    border: none;
    background-color: #f0b40f;
    /* background: 0; */
    line-height: 37px;
    border-radius: 0 100px 100px 0;
    vertical-align: top;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    cursor: pointer;
    transition: all 150ms ease-in-out;
}
.btn_sub_top:hover {
    background-color: #d19819
}
.subscribe_top_input {
    width: 320px;
    margin: 0 18px 0 0;
    padding: 0 11px;
    line-height: 35px;
    font-size: 16px;
    color: #f0b40f;
    border: 2px solid #f0b40f;
    border-radius: 100px;
    background: 0 0;
    outline: none;
}
#subscribe_top_reply > a {
    text-decoration: underline;
    text-transform: none;
    color: #FFF;
}
