/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'allerregular';
  src: url('/static/fonts/aller_rg-webfont.eot');
  src: url('/static/fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'), url('/static/fonts/aller_rg-webfont.woff') format('woff'), url('/static/fonts/aller_rg-webfont.ttf') format('truetype'), url('/static/fonts/aller_rg-webfont.svg#allerregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'allerbold';
  src: url('/static/fonts/aller_bd-webfont.eot');
  src: url('/static/fonts/aller_bd-webfont.eot?#iefix') format('embedded-opentype'), url('/static/fonts/aller_bd-webfont.woff') format('woff'), url('/static/fonts/aller_bd-webfont.ttf') format('truetype'), url('/static/fonts/aller_bd-webfont.svg#allerbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'alleritalic';
  src: url('/static/fonts/aller_it-webfont.eot');
  src: url('/static/fonts/aller_it-webfont.eot?#iefix') format('embedded-opentype'), url('/static/fonts/aller_it-webfont.woff') format('woff'), url('/static/fonts/aller_it-webfont.ttf') format('truetype'), url('/static/fonts/aller_it-webfont.svg#alleritalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'aller_lightregular';
  src: url('/static/fonts/aller_lt-webfont.eot');
  src: url('/static/fonts/aller_lt-webfont.eot?#iefix') format('embedded-opentype'), url('/static/fonts/aller_lt-webfont.woff') format('woff'), url('/static/fonts/aller_lt-webfont.ttf') format('truetype'), url('/static/fonts/aller_lt-webfont.svg#aller_lightregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.sbHolder {
  font-size: 12px;
  font-weight: normal;
  position: relative;
  float: left;
}
.sbSelector {
  display: block;
  outline: none;
  overflow: hidden;
  float: left;
}
.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
  outline: none;
  text-decoration: none;
}
.sbToggle {
  display: block;
  outline: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.sbToggle:after {
  content: " ";
  display: block;
  background: url(/static/img/select.jpg) center no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0;
  top: 0;
}
.sbOptions {
  background-color: #fff;
  list-style: none;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  z-index: 1;
  overflow-y: auto;
}
.sbOptions li {
  padding: 0 7px;
}
.sbOptions a {
  border-bottom: dotted 1px #DCDCDC;
  display: block;
  outline: none;
  padding: 9px 0 9px 3px;
}
.sbOptions a:link,
.sbOptions a:visited {
  text-decoration: none;
}
.sbOptions li.last a {
  border-bottom: none;
}
.sbOptions .sbDisabled {
  border-bottom: dotted 1px #DCDCDC;
  color: #999;
  display: block;
  padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup {
  border-bottom: dotted 1px #DCDCDC;
  display: block;
  font-weight: bold;
  padding: 7px 0 7px 3px;
}
.sbOptions .sbSub {
  padding-left: 17px;
}
.sprite {
  background: url(/static/img/csg-532a9677729d1.png) no-repeat transparent;
}
.sprite-ban_icon {
  background-position: 0 0;
  width: 16px;
  height: 16px;
}
.sprite-breadcrumb {
  background-position: 0 -66px;
  width: 17px;
  height: 39px;
}
.sprite-bubble_icon {
  background-position: 0 -155px;
  width: 11px;
  height: 9px;
}
.sprite-calque_icon_left {
  background-position: 0 -214px;
  width: 6px;
  height: 10px;
}
.sprite-calque_icon_left_red {
  background-position: 0 -274px;
  width: 6px;
  height: 10px;
}
.sprite-calque_icon_right {
  background-position: 0 -334px;
  width: 6px;
  height: 10px;
}
.sprite-calque_icon_right_red {
  background-position: 0 -394px;
  width: 6px;
  height: 10px;
}
.sprite-camera_icon {
  background-position: 0 -454px;
  width: 24px;
  height: 19px;
}
.sprite-close {
  background-position: 0 -523px;
  width: 18px;
  height: 20px;
}
.sprite-email_icon {
  background-position: 0 -593px;
  width: 18px;
  height: 12px;
}
.sprite-email_icon_red {
  background-position: 0 -655px;
  width: 18px;
  height: 12px;
}
.sprite-eye_icon {
  background-position: 0 -717px;
  width: 16px;
  height: 10px;
}
.sprite-fb {
  background-position: 0 -777px;
  width: 30px;
  height: 30px;
}
.sprite-fb_icon {
  background-position: 0 -857px;
  width: 24px;
  height: 24px;
}
.sprite-fire_icon {
  background-position: 0 -931px;
  width: 12px;
  height: 13px;
}
.sprite-fire_icon_red {
  background-position: 0 -994px;
  width: 12px;
  height: 13px;
}
.sprite-g_plus {
  background-position: 0 -1057px;
  width: 24px;
  height: 23px;
}
.sprite-link_icon {
  background-position: 0 -1130px;
  width: 14px;
  height: 14px;
}
.sprite-link_icon_red {
  background-position: 0 -1194px;
  width: 14px;
  height: 14px;
}
.sprite-list_icon {
  background-position: 0 -1258px;
  width: 23px;
  height: 18px;
}
.sprite-turn_icon {
  background-position: 0 -1326px;
  width: 21px;
  height: 23px;
}
.logos-sprite {
  background: url(/static/img/logos-sprite.png) no-repeat transparent;
}
.logos-sprite-blogi {
  background-position: 0 0;
  width: 71px;
  height: 18px;
}
.logos-sprite-grupa {
  background-position: 0 -68px;
  width: 90px;
  height: 20px;
}
.logos-sprite-jakpl {
  background-position: 0 -138px;
  width: 46px;
  height: 17px;
}
.logos-sprite-moblo {
  background-position: 0 -205px;
  width: 57px;
  height: 21px;
}
.logos-sprite-osobie {
  background-position: 0 -276px;
  width: 63px;
  height: 20px;
}
.logos-sprite-patrz {
  background-position: 0 -346px;
  width: 71px;
  height: 18px;
}
.logos-sprite-pino {
  background-position: 0 -414px;
  width: 36px;
  height: 21px;
}
.logos-sprite-prv {
  background-position: 0 -485px;
  width: 62px;
  height: 13px;
}
.logos-sprite-ruszpl {
  background-position: 0 -548px;
  width: 64px;
  height: 14px;
}
.logos-sprite-slajdzik {
  background-position: 0 -612px;
  width: 50px;
  height: 17px;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.bold {
  font-family: allerbold;
}
.light {
  font-family: aller_lightregular;
}
.hidden {
  display: none;
}
body {
  font-size: 12px;
  font-family: allerregular;
  color: #242424;
  background-color: #282828;
  min-width: 320px;
}
a,
a:hover,
a:visited {
  text-decoration: none;
  color: #242424;
}
.container {
  zoom: 1;
  padding: 0 10px;
}
.container:before,
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.container:after {
  clear: both;
}
.section_header,
.section_header_2 {
  zoom: 1;
  margin-bottom: 5px;
}
.section_header:before,
.section_header_2:before,
.section_header:after,
.section_header_2:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.section_header:after,
.section_header_2:after {
  clear: both;
}
.section_header .section_title,
.section_header_2 .section_title {
  text-transform: uppercase;
  font-size: 18px;
}
.section_header h1,
.section_header_2 h1 {
  display: inline;
  font-weight: normal;
  margin: 0;
  font-size: 100%;
}
.section_header {
  border-top: 1px solid #DAD7D2;
  padding-top: 30px;
  padding-bottom: 5px;
}
.section_header_2 {
  border-bottom: 1px solid #DAD7D2;
  padding-bottom: 10px;
  padding-top: 25px;
  margin-bottom: 25px;
}
.category_summary .section_header:first-child {
  border-top: none;
  padding-top: 0;
}
.pino_header {
  font-family: helvetica, arial, sans-serif;
  font-size: 11px;
  zoom: 1;
}
.pino_header:before,
.pino_header:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.pino_header:after {
  clear: both;
}
@media screen and (max-width: 570px) {
  .pino_header {
    display: none;
  }
}
.pino_header a {
  line-height: 30px;
  color: #fff;
  display: block;
  float: left;
}
.pino_header a:after {
  content: '|';
  margin: 0 6px;
}
.pino_header a:first-child {
  font-weight: bold;
  text-transform: uppercase;
}
.pino_header a:last-child:after {
  display: none;
}
body > header {
  zoom: 1;
  background-color: #fffff7;
  box-shadow: 2px 1px 3px 0px #bdbdbd;
  position: relative;
  z-index: 10;
}
body > header:before,
body > header:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
body > header:after {
  clear: both;
}
@media screen and (max-width: 860px) {
  body > header {
    text-align: center;
  }
}
body > header .logo {
  margin: 6px 0;
  display: block;
  float: left;
}
@media screen and (max-width: 860px) {
  body > header .logo {
    display: inline-block;
    float: none;
  }
}
body > header nav {
  float: right;
}
@media screen and (max-width: 860px) {
  body > header nav {
    display: block;
    float: none;
    margin: 5px 0;
  }
}
body > header .menu {
  text-transform: uppercase;
  float: left;
  line-height: 46px;
  font-size: 14px;
  margin: 8px 0;
  padding: 0;
  display: block;
}
body > header .menu li {
  display: inline-block;
  border-left: 1px solid #EEEEEE;
  padding: 0 14px;
}
body > header .menu li a:hover {
  text-decoration: underline;
}
body > header .menu li.logged_user {
  color: #616161;
  text-transform: none;
}
body > header .menu li.logged_user span {
  font-family: allerbold;
}
body > header .menu li.add_photo a,
body > header .menu li.active a {
  color: #F36C66;
}
body > header .menu li.add_photo a {
  display: inline-block;
}
body > header .menu li.add_photo a .icon {
  display: block;
  float: left;
  background: url(/static/img/csg-532a9677729d1.png) no-repeat transparent;
  background-position: 0 -454px;
  width: 24px;
  height: 19px;
  margin-top: 13.5px;
  margin-right: 10px;
}
body > header .menu li.active {
  background: #FEEEE6;
}
body > header .menu:last-child li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 860px) {
  body > header .menu {
    margin: 5px 0;
    display: inline-block;
    float: none;
  }
}
@media screen and (max-width: 670px) {
  body > header .menu {
    display: block;
    line-height: 30px;
  }
  body > header .menu:last-child li:last-child {
    padding-right: 14px;
  }
  body > header .menu li.add_photo a .icon {
    margin-top: 3px;
  }
  body > header .menu li:first-child {
    border: none;
  }
}
@media screen and (max-width: 420px) {
  body > header .menu {
    display: block;
  }
  body > header .menu li {
    padding: 0 2%;
  }
  body > header .menu .icon {
    display: none !important;
  }
}
@media screen and (max-width: 365px) {
  body > header .menu {
    font-size: 12px;
    line-height: 26px;
  }
}
@media screen and (max-width: 330px) {
  body > header .menu {
    font-size: 11px;
  }
}
body > header .fb {
  background: url(/static/img/csg-532a9677729d1.png) no-repeat transparent;
  background-position: 0 -777px;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-indent: -9999px;
  outline: none;
  vertical-align: middle;
  margin-left: 3px;
}
body > footer {
  zoom: 1;
  color: #fff;
  clear: both;
  padding: 26px 0 30px;
}
body > footer:before,
body > footer:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
body > footer:after {
  clear: both;
}
body > footer a,
body > footer a:hover,
body > footer a:visited {
  color: #fff;
}
body > footer a:hover {
  text-decoration: underline;
}
body > footer .left {
  float: left;
  width: 40%;
}
body > footer .left .description {
  margin-top: 12px;
}
body > footer .left .description h1,
body > footer .left .description h2,
body > footer .left .description strong {
  font-weight: normal;
  font-size: 100%;
  display: inline;
  margin: 0;
}
body > footer .right {
  text-align: right;
  float: right;
}
body > footer .right .column {
  float: left;
  width: 160px;
}
body > footer .right .column a {
  display: block;
  margin: 6px 0;
}
body > footer .top {
  zoom: 1;
}
body > footer .top:before,
body > footer .top:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
body > footer .top:after {
  clear: both;
}
body > footer .bottom {
  clear: both;
  border-top: 1px solid #343434;
  padding-top: 15px;
  margin-top: 18px;
}
body > footer .bottom .social {
  float: right;
}
@media screen and (max-width: 860px) {
  body > footer .top {
    text-align: center;
  }
  body > footer .top .left,
  body > footer .top .right {
    clear: both;
    display: inline-block;
    float: none;
    margin-bottom: 30px;
    width: 100%;
  }
  body > footer .top .right .column {
    width: 33%;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  body > footer .bottom {
    text-align: center;
  }
  body > footer .bottom .social {
    float: none;
    margin-top: 10px;
  }
}
body > footer .social a {
  width: 24px;
  height: 24px;
  display: inline-block;
  text-indent: -9999px;
  outline: none;
}
body > footer .social .google {
  background: url(/static/img/csg-532a9677729d1.png) no-repeat transparent;
  background-position: 0 -1057px;
  width: 24px;
  height: 23px;
}
body > footer .social .fb {
  background: url(/static/img/csg-532a9677729d1.png) no-repeat transparent;
  background-position: 0 -857px;
  width: 24px;
  height: 24px;
}
body > footer .adult_filter {
  text-align: center;
  margin-top: 10px;
}
.sidebar {
  width: 190px;
  display: table-cell;
  vertical-align: top;
  background-color: #F7F4ED;
}
.sidebar .inner {
  background-color: #F7F4ED;
  padding: 35px 0 5px 10px;
  position: relative;
  box-shadow: 1px -4px 3px 0px #dddddd;
}
.sidebar .header {
  font-size: 14px;
}
.sidebar .category {
  margin: 20px 0 30px;
  padding-right: 17px;
}
.sidebar .category .title {
  font-family: allerbold;
  text-transform: uppercase;
  border-bottom: 1px solid #C0C0BE;
}
.sidebar .category ul {
  padding-left: 15px;
}
.sidebar .category ul li {
  margin: 4px 0;
}
.sidebar .category ul li,
.sidebar .category ul a {
  color: #000;
}
.sidebar .category ul li:hover,
.sidebar .category ul a:hover,
.sidebar .category ul li.active,
.sidebar .category ul a.active {
  color: #F36C66;
}
@media screen and (max-width: 550px) {
  .sidebar {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    background: none;
  }
  .sidebar .inner {
    display: none;
  }
  .sidebar .inner.visible {
    box-shadow: none;
    display: block;
  }
}
.sidebar .show_sidebar {
  background: url(/static/img/csg-532a9677729d1.png) no-repeat transparent;
  background-position: 0 -1258px;
  width: 23px;
  height: 18px;
  display: none;
  text-indent: -9999px;
  outline: none;
  margin: 10px 0 10px 10px;
}
@media screen and (max-width: 550px) {
  .sidebar .show_sidebar {
    display: block;
  }
}
.main {
  background-color: #ebe7de;
  display: table-cell;
}
@media screen and (max-width: 550px) {
  .main {
    display: block;
  }
}
.main.error_page {
  display: block;
}
.content {
  padding: 10px;
}
@media screen and (max-width: 550px) {
  .content {
    padding-top: 0;
  }
}
.photos_summary section {
  margin: 30px 0;
}
.photos_summary .section_title {
  float: left;
  margin-right: 20px;
}
.photos_summary .show_more {
  float: right;
  border: 1px solid #f25850;
  border-radius: 7px;
  line-height: 26px;
  padding: 0 9px;
  background-color: #f25850;
  color: #fff;
}
.photos_summary .show_more:hover {
  background-color: transparent;
  color: #242424;
}
.photos_summary .order_selector {
  float: right;
}
.photos_summary .order_selector a {
  border-left: 1px solid #242424;
  padding-left: 10px;
  margin-left: 10px;
}
.photos_summary .order_selector a:first-child {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}
.photos_summary .order_selector a:hover,
.photos_summary .order_selector a.active {
  color: #f25850;
}
.photos_summary .photos {
  zoom: 1;
  clear: both;
}
.photos_summary .photos:before,
.photos_summary .photos:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.photos_summary .photos:after {
  clear: both;
}
.photos_summary .photos .photo {
  width: 9.7%;
  padding: 1%;
  margin: 0.4%;
  background-color: #FFFFF3;
  display: block;
  float: left;
  box-shadow: 2px 1px 3px 0px #bdbdbd;
}
@media screen and (max-width: 1920px) {
  .photos_summary .photos .photo {
    width: 13.8%;
  }
}
@media screen and (max-width: 1400px) {
  .photos_summary .photos .photo {
    width: 22.2%;
  }
}
@media screen and (max-width: 940px) {
  .photos_summary .photos .photo {
    width: 30.5%;
  }
}
@media screen and (max-width: 740px) {
  .photos_summary .photos .photo {
    width: 47%;
  }
}
@media screen and (max-width: 360px) {
  .photos_summary .photos .photo {
    width: 98%;
    margin: 1%;
  }
}
.photos_summary .photos .photo .pic {
  width: 100%;
  position: relative;
  height: 0;
  padding: 75% 0 0 0;
  overflow: hidden;
  display: block;
}
.photos_summary .photos .photo .pic img {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.photos_summary .photos .photo .pic .details {
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 0.15s ease-in;
  opacity: 0;
}
.photos_summary .photos .photo .pic .details .bg,
.photos_summary .photos .photo .pic .details .text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.photos_summary .photos .photo .pic .details .bg {
  background-color: #282828;
  opacity: 0.5;
}
.photos_summary .photos .photo .pic .details .text {
  padding: 10px;
}
.photos_summary .photos .photo .pic .details .text div {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.photos_summary .photos .photo .pic .details span {
  font-family: allerbold;
}
.photos_summary .photos .photo:hover .pic .details {
  opacity: 1;
}
.photos_summary .photos .photo .title {
  font-family: allerbold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 9px 0 6px;
}
.photos_summary .photos .photo .stats {
  border-top: 1px solid #E6E6DD;
  padding-top: 7px;
}
.photos_summary .photos .photo .stats div {
  display: inline-block;
  padding-right: 4px;
  border-right: 1px solid #E6E6DD;
}
.photos_summary .photos .photo .stats div:before {
  content: ' ';
  display: block;
  float: left;
  background: url(/static/img/csg-532a9677729d1.png) no-repeat transparent;
  margin-left: 4px;
  margin-right: 4px;
}
.photos_summary .photos .photo .stats div:last-child {
  padding-right: 0;
  border-right: none;
  margin-right: 0;
}
.photos_summary .photos .photo .stats .comments_count:before {
  background-position: 0 -155px;
  width: 11px;
  height: 9px;
  margin-top: 3px;
}
.photos_summary .photos .photo .stats .rating:before {
  background-position: 0 -931px;
  width: 12px;
  height: 13px;
  margin-top: 1px;
}
.photos_summary .photos .photo .stats .views:before {
  background-position: 0 -717px;
  width: 16px;
  height: 10px;
  margin-top: 3px;
}
.photos_summary.photos_summary_main .photos .photo {
  display: block;
}
@media screen and (max-width: 1920px) {
  .photos_summary.photos_summary_main .photos .photo:nth-child(n+7) {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .photos_summary.photos_summary_main .photos .photo:nth-child(n+5) {
    display: none;
  }
}
@media screen and (min-width: 741px) and (max-width: 940px) {
  .photos_summary.photos_summary_main .photos .photo:nth-child(n+4) {
    display: none;
  }
}
.breadcrumbs {
  zoom: 1;
  background-color: #fffff7;
  line-height: 40px;
  margin-bottom: 10px;
}
.breadcrumbs:before,
.breadcrumbs:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.breadcrumbs:after {
  clear: both;
}
@media screen and (max-width: 860px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs span,
.breadcrumbs a {
  padding-left: 25px;
  display: block;
  float: left;
  background: url(/static/img/breadcrumb.png) transparent 0 50% no-repeat;
}
.breadcrumbs span:first-child,
.breadcrumbs a:first-child {
  background: none;
  padding-left: 20px;
}
.pagination {
  background-color: #FFFFF3;
  text-align: center;
  padding: 17px;
  font-size: 14px;
  max-width: 530px;
  margin: 0 auto;
}
.pagination .numbers {
  margin: 0 auto;
}
.pagination a {
  display: inline-block;
  line-height: 20px;
  padding: 0 5px;
  color: #9F9F9D;
}
.pagination a.active {
  color: #FFFFF3;
  background-color: #f25850;
  border-radius: 2px;
}
.pagination a.previous {
  float: left;
}
.pagination a.next {
  float: right;
}
.photo_view {
  background-color: #fffff7;
  border: 1px solid #DCD8D2;
  color: #616161;
}
.photo_view .row {
  zoom: 1;
  padding: 15px 3%;
  border-bottom: 1px solid #E2E2DB;
  position: relative;
}
.photo_view .row:before,
.photo_view .row:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.photo_view .row:after {
  clear: both;
}
.photo_view .row:last-child {
  border-bottom: none;
}
.photo_view img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.photo_view .add_date {
  float: left;
  color: #A7A7A7;
}
.photo_view .report {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  background: url(/static/img/csg-532a9677729d1.png) no-repeat transparent;
  background-position: 0 0;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  outline: none;
}
.photo_view .row:hover .report {
  display: block;
}
.photo_view nav {
  zoom: 1;
  margin: 15px 0;
  text-transform: uppercase;
}
.photo_view nav:before,
.photo_view nav:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.photo_view nav:after {
  clear: both;
}
.photo_view nav.top {
  margin-top: 0;
}
.photo_view nav.bottom {
  margin-bottom: 0;
}
.photo_view nav a {
  background: transparent no-repeat;
  line-height: 15px;
  color: #A7A7A7;
}
.photo_view nav a .icon {
  background: url(/static/img/csg-532a9677729d1.png) no-repeat transparent;
  display: block;
  margin-top: 2px;
}
.photo_view nav a:hover {
  color: #f25850;
}
.photo_view nav .previous {
  float: left;
}
.photo_view nav .previous .icon {
  background-position: 0 -214px;
  width: 6px;
  height: 10px;
  float: left;
  margin-right: 5px;
}
.photo_view nav .previous:hover .icon {
  background-position: 0 -274px;
  width: 6px;
  height: 10px;
}
.photo_view nav .next {
  float: right;
}
.photo_view nav .next .icon {
  background-position: 0 -334px;
  width: 6px;
  height: 10px;
  float: right;
  margin-left: 5px;
}
.photo_view nav .next:hover .icon {
  background-position: 0 -394px;
  width: 6px;
  height: 10px;
}
.photo_view .stats {
  float: right;
}
@media screen and (max-width: 860px) {
  .photo_view .stats {
    float: left;
    clear: both;
    margin-top: 10px;
  }
}
.photo_view .stats > * {
  padding-right: 7px;
  border-right: 1px solid #E6E6DD;
}
.photo_view .stats .icon {
  display: block;
  float: left;
  margin-right: 6px;
  position: relative;
  color: inherit;
}
.photo_view .stats .icon:before {
  content: ' ';
  display: block;
  float: left;
  background: url(/static/img/csg-532a9677729d1.png) no-repeat transparent;
  margin: 0 7px;
}
.photo_view .stats .icon:last-child {
  padding-right: 0;
  border-right: none;
  margin-right: 0;
}
.photo_view .stats .icon:hover .tooltip {
  display: block;
}
.photo_view .stats .direct_link:before {
  background-position: 0 -1130px;
  width: 14px;
  height: 14px;
  margin-top: 1px;
}
.photo_view .stats .direct_link:hover:before {
  background-position: 0 -1194px;
  width: 14px;
  height: 14px;
}
.photo_view .stats .send:before {
  background-position: 0 -593px;
  width: 18px;
  height: 12px;
  margin-top: 2px;
}
.photo_view .stats .send:hover:before {
  background-position: 0 -655px;
  width: 18px;
  height: 12px;
}
.photo_view .stats .comments_count:before {
  background-position: 0 -155px;
  width: 11px;
  height: 9px;
  margin-top: 3px;
}
.photo_view .stats .views:before {
  background-position: 0 -717px;
  width: 16px;
  height: 10px;
  margin-top: 3px;
}
.photo_view .stats .tooltip {
  display: none;
  position: absolute;
  white-space: nowrap;
  background-color: #F4F1EA;
  padding: 3px 8px;
  bottom: -30px;
  left: -19px;
  height: 15px;
  line-height: 15px;
}
.photo_view .stats .tooltip:before {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #F4F1EA;
  position: absolute;
  left: 25px;
  top: -4px;
  margin-top: -7px;
}
.photo_view .vote {
  float: left;
}
.photo_view .vote .value {
  float: left;
  margin-right: 5px;
}
.photo_view .vote .rating {
  background: url(/static/img/csg-532a9677729d1.png) no-repeat transparent;
  background-position: 0 -931px;
  width: 12px;
  height: 13px;
  margin: 1px;
}
.photo_view .vote .rating.liked,
.photo_view .vote .rating.hover {
  background-position: 0 -994px;
  width: 12px;
  height: 13px;
}
.photo_view h1 {
  font-size: 16px;
  clear: both;
  color: #000;
  margin: 0;
}
.photo_view .pic {
  position: relative;
}
.photo_view .exif .h {
  font-family: allerbold;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 15px;
}
.photo_view .exif a {
  color: #889a18;
}
.photo_view .exif .info {
  zoom: 1;
  color: #A7A7A7;
  margin-bottom: 7px;
}
.photo_view .exif .info:before,
.photo_view .exif .info:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.photo_view .exif .info:after {
  clear: both;
}
.photo_view .exif .info p {
  float: left;
  width: 24%;
  padding-right: 1%;
  margin: 0 0 2px;
}
.photo_view .exif .info p span {
  color: #242424;
}
@media screen and (max-width: 1024px) {
  .photo_view .exif .info p {
    width: 32%;
  }
}
@media screen and (max-width: 900px) {
  .photo_view .exif .info p {
    width: 48%;
  }
}
@media screen and (max-width: 400px) {
  .photo_view .exif .info p {
    width: 100%;
    padding-right: 0;
  }
}
.photo_view .exif #map_canvas {
  clear: both;
  width: 100%;
  margin-top: 10px;
}
.photo_view .exif #map_canvas.active {
  background: url(data:image/png;base64,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) center no-repeat;
  height: 500px;
}
.comments {
  margin: 25px 0;
}
.comments .section_header {
  border-top: none;
  padding-top: 0;
}
.comments ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.comments ul li {
  background-color: #fffff7;
  padding: 9px;
  margin: 2px 0;
}
.comments ul li .user {
  font-family: allerbold;
  text-transform: uppercase;
  float: left;
}
.comments ul li .add_date {
  float: right;
  color: #A7A7A7;
}
@media screen and (max-width: 370px) {
  .comments ul li .add_date {
    float: left;
    clear: both;
  }
}
.comments ul li .text {
  clear: both;
}
.comments form .textwrap {
  background-color: #fffff7;
  border: 1px solid #DDDDDD;
  padding: 10px;
  display: block;
}
.comments form .textwrap textarea {
  background-color: #fffff7;
  width: 100%;
  height: 55px;
  border: none;
  padding: 0;
}
.comments form input[type="submit"] {
  font-family: allerbold;
  color: #ffffff;
  background-color: #f25850;
  height: 28px;
  padding: 0 25px;
  border: 2px solid #f25850;
  text-transform: uppercase;
  border-radius: 3px;
  margin: 11px 0;
  transition: all 0.1s linear 0;
}
.comments form input[type="submit"]:hover {
  color: #f25850;
  background-color: transparent;
}
.comments .not_logged_in {
  font-size: 14px;
  margin: 10px 0;
}
.comments .not_logged_in a {
  font-family: allerbold;
  text-transform: uppercase;
}
.comments .getMore {
  display: block;
  text-align: center;
  margin: 15px 0;
}
.form_content {
  background-color: #ebe7de;
  min-width: 320px;
  width: 800px;
}
@media screen and (max-width: 800px) {
  .form_content {
    width: 100%;
  }
}
.form_content .title {
  text-transform: uppercase;
  font-size: 26px;
  margin: 13px 0;
}
.form_content .text {
  line-height: 18px;
}
.form_content .row {
  margin: 13px 0;
  width: 100%;
}
.form_content .row.tos label {
  font-size: 11px;
}
.form_content input[type="text"],
.form_content input[type="email"],
.form_content input[type="password"],
.form_content textarea,
.form_content select {
  font-size: 13px;
  color: #626061;
}
.form_content input[type="text"],
.form_content input[type="email"],
.form_content input[type="password"],
.form_content textarea,
.form_content .select_wrap {
  padding: 10px 4%;
  border-radius: 3px;
  border: 1px solid #DDDDDD;
  background-color: #fffff7;
  width: 92%;
}
.form_content select {
  border: none;
  width: 100%;
}
.form_content textarea {
  height: 80px;
}
.form_content input[readonly] {
  background-color: #ebe7de;
  color: #9e9b96;
}
.form_content label.left {
  float: left;
  margin-left: -25px;
  line-height: 37px;
}
.form_content input[type="submit"] {
  font-family: allerbold;
  color: #ffffff;
  background-color: #f25850;
  height: 28px;
  padding: 0 25px;
  border: 2px solid #f25850;
  text-transform: uppercase;
  border-radius: 3px;
  margin: 11px 0;
  transition: all 0.1s linear 0;
}
.form_content input[type="submit"]:hover {
  color: #f25850;
  background-color: transparent;
}
.form_content input[type="radio"],
.form_content input[type="checkbox"] {
  display: inline-block;
  vertical-align: middle;
}
.form_content .close {
  display: block;
  position: absolute;
  top: 15px;
  right: 45px;
  text-indent: -9999px;
  outline: none;
  background: url(/static/img/csg-532a9677729d1.png) no-repeat transparent;
  background-position: 0 -523px;
  width: 18px;
  height: 20px;
}
.form_content a {
  color: #f25850;
}
.popup_form {
  display: none;
  font-size: 13px;
  color: #626061;
}
.popup_form .bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #565656;
  opacity: 0.8;
  z-index: 99999;
}
.popup_form .form_content {
  margin-left: -400px;
  position: absolute;
  left: 50%;
  top: 25%;
  z-index: 999999;
}
@media screen and (max-width: 800px) {
  .popup_form .form_content {
    margin-left: 0;
    left: 0;
    top: 10%;
  }
}
.popup_form .form_content .inner {
  padding: 70px 10% 100px;
}
.popup_form.visible {
  display: block;
}
.popup_form .errors p {
  margin: 5px 0;
  padding: 10px;
}
#upload .header {
  font-family: aller_lightregular;
  zoom: 1;
  margin: 20px 0;
}
#upload .header:before,
#upload .header:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
#upload .header:after {
  clear: both;
}
#upload .title {
  text-transform: uppercase;
  font-size: 24px;
  float: left;
}
#upload .buttons {
  float: right;
}
@media screen and (max-width: 860px) {
  #upload .buttons {
    margin-top: 10px;
    float: left;
    clear: both;
  }
}
#upload .buttons .upload_url,
#upload .buttons .upload_file {
  float: left;
  font-size: 15px;
  margin-bottom: 10px;
}
#upload .buttons .upload_url {
  color: #ffffff;
  background-color: #f25850;
  height: 28px;
  border: 2px solid #f25850;
  margin: 11px 0;
  transition: all 0.1s linear 0;
  color: #f25850;
  background-color: transparent;
  font-family: allerbold;
  padding: 0 25px;
  text-transform: uppercase;
  border-radius: 3px;
  margin: 0 10px 10px 0;
  line-height: 32px;
  height: 32px;
}
#upload .buttons .upload_url:hover {
  color: #f25850;
  background-color: transparent;
}
#upload .buttons .upload_url:hover {
  color: #fff;
  background-color: #f25850;
}
#upload .buttons .upload_file {
  float: left;
  cursor: pointer;
  overflow: hidden;
}
#upload .buttons .upload_file * {
  cursor: pointer;
}
#upload .buttons .upload_file .filename {
  float: left;
  line-height: 36px;
  font-size: 12px;
  white-space: nowrap;
}
#upload .buttons .fake_file {
  font-family: allerbold;
  color: #ffffff;
  background-color: #f25850;
  height: 28px;
  padding: 0 25px;
  border: 2px solid #f25850;
  text-transform: uppercase;
  border-radius: 3px;
  margin: 11px 0;
  transition: all 0.1s linear 0;
  float: left;
  height: 32px;
  line-height: 30px;
  margin: 0;
  position: relative;
  margin-right: 10px;
}
#upload .buttons .fake_file:hover {
  color: #f25850;
  background-color: transparent;
}
#upload .buttons .fake_file input[type="file"] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  opacity: 0;
  z-index: 1;
}
#upload #drop_zone {
  background-color: #fffff7;
  text-align: center;
  padding: 35px 0;
  margin: 20px 0;
  color: #d0cfca;
  text-transform: uppercase;
  font-size: 26px;
  width: 100%;
  border: 1px solid #DEDBD4;
}
#upload #drop_zone.hover {
  border-color: #f25850;
  color: #f25850;
}
#upload .row {
  margin: 15px 0;
  border: 1px solid #DDDDDD;
  background-color: #fffff7;
}
#upload .row.row_select {
  position: relative;
  height: 35px;
  padding: 0;
}
#upload .step1,
#upload .step2 {
  clear: both;
}
#upload .step2 {
  display: none;
}
#upload .step2 .inputs {
  max-width: 410px;
}
@media screen and (max-width: 480px) {
  #upload .step2 .inputs {
    max-width: 100%;
  }
}
#upload input[type="text"],
#upload textarea,
#upload .sbHolder {
  border: none;
  padding: 0;
  width: 100%;
  background-color: #fffff7;
}
#upload textarea {
  height: 45px;
}
#upload .row,
#upload .sbSelector {
  padding: 10px 4%;
}
#upload .sbOptions {
  background-color: #fffff7;
  margin: 20px -1px 0;
  border: 1px solid #DDDDDD;
}
#upload .sbToggle:after {
  background-image: url(/static/img/arrow_select.png);
}
#upload input[type="submit"] {
  font-family: allerbold;
  color: #ffffff;
  background-color: #f25850;
  height: 28px;
  padding: 0 25px;
  border: 2px solid #f25850;
  text-transform: uppercase;
  border-radius: 3px;
  margin: 11px 0;
  transition: all 0.1s linear 0;
}
#upload input[type="submit"]:hover {
  color: #f25850;
  background-color: transparent;
}
#upload .cancel {
  font-family: allerbold;
  color: #ffffff;
  background-color: #f25850;
  height: 28px;
  padding: 0 25px;
  border: 2px solid #f25850;
  text-transform: uppercase;
  border-radius: 3px;
  margin: 11px 0;
  transition: all 0.1s linear 0;
  color: #f25850;
  background-color: transparent;
  display: inline-block;
  height: 24px;
  line-height: 24px;
}
#upload .cancel:hover {
  color: #f25850;
  background-color: transparent;
}
#upload .cancel:hover {
  color: #fff;
  background-color: #f25850;
}
#upload .preview {
  margin-top: 50px;
  padding: 25px;
  position: relative;
  background-color: #fffff7;
}
#upload .preview canvas {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
#upload .preview .rotate {
  background: url(/static/img/csg-532a9677729d1.png) no-repeat transparent;
  background-position: 0 -1326px;
  width: 21px;
  height: 23px;
  position: absolute;
  top: 5px;
  left: 5px;
  text-indent: -9999px;
  outline: none;
}
#upload .progress {
  width: 100%;
  padding: 30px 0 45px;
  border: 1px solid #DDDDDD;
  background-color: #fffff7;
}
#upload .progress.hidden {
  display: none;
}
#upload .progress .bar_outer {
  background-color: #BDBDBD;
  clear: both;
  margin-top: 25px;
}
#upload .progress .bar {
  background: url(/static/img/progress.png);
  width: 0;
  height: 9px;
}
#upload .progress .text {
  float: left;
}
#upload .progress .loaded {
  float: right;
  color: #A7A7A7;
  font-family: alleritalic;
}
#upload .progress > div {
  margin-left: 14px;
  margin-right: 14px;
}
#upload .help {
  background: url(/static/img/info.png) no-repeat;
  width: 21px;
  height: 21px;
  cursor: pointer;
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -10px;
}
@media screen and (max-width: 959px) {
  #upload .help {
    display: none;
  }
}
#upload .help .help_hint {
  display: none;
  background-color: #F4F1EA;
  padding: 3px 8px;
  position: absolute;
  width: 270px;
  left: 30px;
  margin-top: -18px;
  top: 50%;
}
#upload .help .help_hint:before {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-right-color: #F4F1EA;
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -7px;
}
#upload .help:hover .help_hint {
  display: block;
}
.success,
.error {
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  padding: 20px;
  color: #232520;
  margin: 15px 0;
}
.success.hidden,
.error.hidden {
  display: none;
}
.success a,
.error a,
.success a:hover,
.error a:hover,
.success a:visited,
.error a:visited {
  color: #fff;
}
.error {
  background-color: #EDBBB4;
  border-color: #F25850;
}
.success {
  background-color: #9BB26C;
  border-color: #DEF6AC;
}
.sidebar,
.main {
  transition: all .2s linear;
}
#login_form a,
#login_form a:hover,
#login_form a:visited {
  text-decoration: underline;
  color: #f25850;
}
#login_form a.signup,
#login_form a:hover.signup,
#login_form a:visited.signup {
  color: #f25850;
}
#register_form label {
  line-height: 100%;
}
#register_form label a {
  color: #f25850;
}
#register_form .slogan {
  color: #f25850;
  font-size: 18px;
  margin-bottom: 10px;
}
#register_form .pino_info {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #A2A2A2;
}
#register_form .pino_info .grupa-pino,
#register_form .pino_info .sites a {
  background: url(/static/img/logos-sprite.png) no-repeat transparent;
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
}
#register_form .pino_info .grupa-pino {
  background-position: 0 -68px;
  width: 90px;
  height: 20px;
}
#register_form .pino_info .sites {
  text-align: center;
  margin-top: 25px;
}
#register_form .pino_info .sites a {
  margin: 0 5px;
}
#register_form .pino_info .sites a.patrz {
  background-position: 0 -346px;
  width: 71px;
  height: 18px;
}
#register_form .pino_info .sites a.moblo {
  background-position: 0 -205px;
  width: 57px;
  height: 21px;
}
#register_form .pino_info .sites a.prv {
  background-position: 0 -485px;
  width: 62px;
  height: 13px;
}
#register_form .pino_info .sites a.pinotv {
  background-position: 0 -414px;
  width: 36px;
  height: 21px;
}
#register_form .pino_info .sites a.osobie {
  background-position: 0 -276px;
  width: 63px;
  height: 20px;
}
#register_form .pino_info .sites a.blogi {
  background-position: 0 0;
  width: 71px;
  height: 18px;
}
#register_form .pino_info .sites a.slajdzik {
  background-position: 0 -612px;
  width: 50px;
  height: 17px;
}
#register_form .pino_info .sites a.jak {
  background-position: 0 -138px;
  width: 46px;
  height: 17px;
}
#register_form .pino_info .sites a.rusz {
  background-position: 0 -548px;
  width: 64px;
  height: 14px;
}
.container_responsive {
  zoom: 1;
  display: table;
  width: 100%;
  background-color: #ebe7de;
}
.container_responsive:before,
.container_responsive:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.container_responsive:after {
  clear: both;
}
@media screen and (max-width: 550px) {
  .container_responsive {
    display: block;
  }
}
.adult_info {
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  padding: 20px;
  color: #232520;
  margin: 15px 0;
  background-color: #EDBBB4;
  border-color: #F25850;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.adult_info.hidden {
  display: none;
}
.adult_info a,
.adult_info a:hover,
.adult_info a:visited {
  color: #fff;
}
.adult_info .buttons {
  margin-top: 20px;
}
.adult_info a,
.adult_info a:hover,
.adult_info a:visited {
  font-family: allerbold;
  color: #ffffff;
  background-color: #f25850;
  height: 28px;
  padding: 0 25px;
  border: 2px solid #f25850;
  text-transform: uppercase;
  border-radius: 3px;
  margin: 11px 0;
  transition: all 0.1s linear 0;
}
.adult_info a:hover,
.adult_info a:hover:hover,
.adult_info a:visited:hover {
  color: #f25850;
  background-color: transparent;
}
.adult_info .submit {
  font-family: allerbold;
  color: #ffffff;
  background-color: #f25850;
  height: 28px;
  padding: 0 25px;
  border: 2px solid #f25850;
  text-transform: uppercase;
  border-radius: 3px;
  margin: 11px 0;
  transition: all 0.1s linear 0;
}
.adult_info .submit:hover {
  color: #f25850;
  background-color: transparent;
}
.fb_overlay {
  z-index: 9999999;
}
.fb_overlay,
.fb_overlay .inner,
.fb_overlay .loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.fb_overlay .inner {
  background-color: #000;
  opacity: 0.2;
}
.fb_overlay .loader {
  background: url(/static/img/ajax-loader.gif) no-repeat center transparent;
}
.ad_billboard {
  background-color: #f7f4ed;
  margin-bottom: 13px;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 990px) {
  .ad_billboard {
    display: none;
  }
}
.ad_rectangle {
  background-color: #f7f4ed;
  margin-top: 10px;
  text-align: center;
  padding: 10px 0;
}
.ad_skyscrapper {
  text-align: center;
  padding: 10px 0;
  margin-top: 20px;
}
@media screen and (max-width: 1180px) {
  .ad_skyscrapper {
    display: none;
  }
}
.error_page .error404 {
  zoom: 1;
  font-size: 34px;
  text-align: center;
  padding: 65px 0 20px;
}
.error_page .error404:before,
.error_page .error404:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.error_page .error404:after {
  clear: both;
}
.error_page .error404 .camera {
  background: url(/static/img/err404.png) no-repeat;
  width: 280px;
  height: 226px;
  display: inline-block;
  text-indent: -9999px;
  margin: 0 25px;
}
.error_page .error404 .text,
.error_page .error404 .camera {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.error_page .error404 .text {
  margin-top: 100px;
}
.error_page .error404 .info {
  color: #889a18;
  font-size: 20px;
  clear: both;
}
.error_page .error404 .info a {
  color: #889a18;
  text-decoration: underline;
}
@media screen and (max-width: 1040px) {
  .error_page .error404 .text {
    display: block !important;
    text-align: center !important;
    margin-top: 0px;
  }
  .error_page .error404 .camera {
    margin: 10px 0;
  }
}
.error_page .error404 .ad_billboard {
  clear: both;
}
.error_page .section_header {
  border-top: none;
}
