/*! 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-5540b09215040.png) no-repeat transparent;
}
.sprite-18_icon_big {
    background-position: 0 0;
    width: 52px;
    height: 52px;
}
.sprite-add {
    background-position: 0 -102px;
    width: 19px;
    height: 19px;
}
.sprite-add_hover {
    background-position: 0 -171px;
    width: 19px;
    height: 19px;
}
.sprite-alert_icon {
    background-position: 0 -240px;
    width: 17px;
    height: 18px;
}
.sprite-arrow_menu {
    background-position: 0 -308px;
    width: 13px;
    height: 8px;
}
.sprite-ban {
    background-position: 0 -366px;
    width: 25px;
    height: 25px;
}
.sprite-ban_hover {
    background-position: 0 -441px;
    width: 25px;
    height: 25px;
}
.sprite-ban_icon {
    background-position: 0 -516px;
    width: 16px;
    height: 16px;
}
.sprite-black_list {
    background-position: 0 -582px;
    width: 17px;
    height: 17px;
}
.sprite-black_list_hover {
    background-position: 0 -649px;
    width: 17px;
    height: 17px;
}
.sprite-bubble_icon {
    background-position: 0 -716px;
    width: 11px;
    height: 9px;
}
.sprite-bw_icon {
    background-position: 0 -775px;
    width: 28px;
    height: 24px;
}
.sprite-close {
    background-position: 0 -849px;
    width: 18px;
    height: 20px;
}
.sprite-color_icon {
    background-position: 0 -919px;
    width: 28px;
    height: 24px;
}
.sprite-crop_icon_big {
    background-position: 0 -993px;
    width: 23px;
    height: 23px;
}
.sprite-edit {
    background-position: 0 -1066px;
    width: 16px;
    height: 16px;
}
.sprite-edit_hover {
    background-position: 0 -1132px;
    width: 16px;
    height: 16px;
}
.sprite-edit_menu {
    background-position: 0 -1198px;
    width: 15px;
    height: 15px;
}
.sprite-edit_menu_hover {
    background-position: 0 -1263px;
    width: 15px;
    height: 15px;
}
.sprite-eye_icon {
    background-position: 0 -1328px;
    width: 16px;
    height: 10px;
}
.sprite-fb {
    background-position: 0 -1388px;
    width: 29px;
    height: 30px;
}
.sprite-fb_bigger {
    background-position: 0 -1468px;
    width: 30px;
    height: 30px;
}
.sprite-fb_bw {
    background-position: 0 -1548px;
    width: 24px;
    height: 24px;
}
.sprite-fb_icon_2 {
    background-position: 0 -1622px;
    width: 23px;
    height: 23px;
}
.sprite-glow_icon {
    background-position: 0 -1695px;
    width: 32px;
    height: 32px;
}
.sprite-google {
    background-position: 0 -1777px;
    width: 30px;
    height: 30px;
}
.sprite-gplus_bw {
    background-position: 0 -1857px;
    width: 24px;
    height: 23px;
}
.sprite-grey_star {
    background-position: 0 -1930px;
    width: 13px;
    height: 13px;
}
.sprite-heart {
    background-position: -102px 0;
    width: 17px;
    height: 15px;
}
.sprite-heart_hover {
    background-position: -102px -65px;
    width: 17px;
    height: 15px;
}
.sprite-html {
    background-position: -102px -130px;
    width: 30px;
    height: 30px;
}
.sprite-laur {
    background-position: -102px -210px;
    width: 96px;
    height: 91px;
}
.sprite-light_icon {
    background-position: -102px -351px;
    width: 28px;
    height: 24px;
}
.sprite-link_share {
    background-position: -102px -425px;
    width: 29px;
    height: 30px;
}
.sprite-logout {
    background-position: -102px -505px;
    width: 16px;
    height: 16px;
}
.sprite-logout_hover {
    background-position: -102px -571px;
    width: 16px;
    height: 16px;
}
.sprite-menu_icon {
    background-position: -102px -637px;
    width: 18px;
    height: 15px;
}
.sprite-next_icon {
    background-position: -102px -702px;
    width: 6px;
    height: 10px;
}
.sprite-next_icon_hover {
    background-position: -102px -762px;
    width: 6px;
    height: 10px;
}
.sprite-nopicture {
    background-position: -102px -822px;
    width: 37px;
    height: 37px;
}
.sprite-plus_icon {
    background-position: -102px -909px;
    width: 51px;
    height: 51px;
}
.sprite-prev_icon {
    background-position: -102px -1010px;
    width: 6px;
    height: 10px;
}
.sprite-prev_icon_hover {
    background-position: -102px -1070px;
    width: 6px;
    height: 10px;
}
.sprite-private_black {
    background-position: -102px -1130px;
    width: 14px;
    height: 17px;
}
.sprite-private_icon_big {
    background-position: -102px -1197px;
    width: 26px;
    height: 32px;
}
.sprite-private_icon_small {
    background-position: -102px -1279px;
    width: 14px;
    height: 16px;
}
.sprite-promo_box {
    background-position: -102px -1345px;
    width: 290px;
    height: 105px;
}
.sprite-public {
    background-position: -102px -1500px;
    width: 18px;
    height: 18px;
}
.sprite-search_icon {
    background-position: -102px -1568px;
    width: 20px;
    height: 20px;
}
.sprite-sepia_icon {
    background-position: -102px -1638px;
    width: 28px;
    height: 24px;
}
.sprite-share_hover {
    background-position: -102px -1712px;
    width: 17px;
    height: 17px;
}
.sprite-share_icon {
    background-position: -102px -1779px;
    width: 17px;
    height: 17px;
}
.sprite-slide {
    background-position: -102px -1846px;
    width: 29px;
    height: 13px;
}
.sprite-trash_icon_big {
    background-position: -102px -1909px;
    width: 19px;
    height: 23px;
}
.sprite-trash_icon_small {
    background-position: -442px 0;
    width: 12px;
    height: 14px;
}
.sprite-turn_icon {
    background-position: -442px -64px;
    width: 18px;
    height: 19px;
}
.sprite-turn_icon_big {
    background-position: -442px -133px;
    width: 21px;
    height: 23px;
}
.sprite-wykop {
    background-position: -442px -206px;
    width: 30px;
    height: 30px;
}
.sprite-yellow_star {
    background-position: -442px -286px;
    width: 13px;
    height: 12px;
}
.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, Arial, Helvetica, sans-serif;
}
.light {
    font-family: aller_lightregular, Arial, Helvetica, sans-serif;
}
.hidden {
    display: none;
}
.page_title {
    text-transform: uppercase;
    font-size: 24px;
    margin: 13px 0;
}
body {
    font-size: 12px;
    font-family: allerregular;
    color: #242424;
    background-color: #282828;
    min-width: 320px;
}
h1 {
    font-weight: normal;
}
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 .section_title h1,
.section_header_2 .section_title h1 {
    display: inline;
    font-size: 100%;
    font-weight: normal;
    margin: 0;
}
.section_header {
    border-top: 1px solid #DAD7D2;
    padding-top: 30px;
    padding-bottom: 5px;
}
.section_header.no_top_border {
    border-top: none;
    padding-top: 0;
}
.section_header_2 {
    border-bottom: 1px solid #DAD7D2;
    padding-bottom: 10px;
    padding-top: 25px;
    margin-bottom: 25px;
}
.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: 99;
}
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: 12px 0;
    display: block;
    float: left;
}
@media screen and (max-width: 860px) {
    body > header .logo {
        display: inline-block;
        float: none;
        margin-bottom: 0;
    }
}
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 a:hover {
    text-decoration: underline;
}
body > header .menu > li {
    display: inline-block;
    border-left: 1px solid #EEEEEE;
    padding: 0 14px;
    position: relative;
}
body > header .menu > li.logged_user {
    color: #616161;
    text-transform: none;
}
body > header .menu > li.logged_user .username {
    font-family: allerbold, Arial, Helvetica, sans-serif;
}
body > header .menu > li.add_gallery a,
body > header .menu > li.active a {
    color: #889a18;
}
body > header .menu > li.active {
    background: #FEEEE6;
}
body > header .menu:last-child > li:last-child {
    padding-right: 0;
}
body > header .menu .dropdown {
    position: absolute;
    right: 0;
    top: 45px;
    line-height: 100%;
    background-color: #fffff7;
    border: 1px solid #EEEEEE;
}
@media screen and (max-width: 670px) {
    body > header .menu .dropdown {
        top: 30px;
    }
}
body > header .menu .dropdown#notifications {
    width: 290px;
    text-transform: none;
    max-height: 300px;
    overflow-y: auto;
}
body > header .menu .dropdown#notifications .no_notifications {
    text-align: center;
    padding: 20px 0;
    font-family: alleritalic;
    display: none;
}
body > header .menu .dropdown#notifications .no_notifications:first-child {
    display: block;
}
body > header .menu .dropdown#notifications .notification {
    zoom: 1;
    padding: 10px;
    border-bottom: 1px solid #ebe7df;
}
body > header .menu .dropdown#notifications .notification:before,
body > header .menu .dropdown#notifications .notification:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
body > header .menu .dropdown#notifications .notification:after {
    clear: both;
}
body > header .menu .dropdown#notifications .notification:hover {
    background-color: #f6f4ec;
}
body > header .menu .dropdown#notifications .notification .nickname {
    color: #889a18;
}
body > header .menu .dropdown#notifications .notification .text {
    display: block;
    margin: 7px 0;
    font-family: alleritalic;
    color: #777777;
    word-wrap: break-word;
}
body > header .menu .dropdown#notifications .notification .date {
    display: block;
    margin: 3px 0;
    font-size: 12px;
    color: #A0A0A0;
}
body > header .menu .dropdown#notifications .notification .user_avatar {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
body > header .menu .dropdown#notifications .notification .thumbnail {
    float: right;
    max-width: 50px;
    margin-left: 5px;
}
body > header .menu .dropdown#notifications .notification .details {
    float: right;
    width: 199px;
}
body > header .menu .dropdown#profile_options ul {
    white-space: nowrap;
    list-style-type: none;
    padding: 0;
}
body > header .menu .dropdown#profile_options ul li {
    border-bottom: 1px solid #EEEEEE;
    padding: 12px 10px;
    line-height: 18px;
}
body > header .menu .edit_profile,
body > header .menu .black_list,
body > header .menu .logout {
    display: inline-block;
}
body > header .menu .edit_profile:before,
body > header .menu .black_list:before,
body > header .menu .logout:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    background: url(/static/img/csg-5540b09215040.png) no-repeat transparent;
    width: 18px;
    margin-right: 12px;
}
body > header .menu .edit_profile:hover,
body > header .menu .black_list:hover,
body > header .menu .logout:hover {
    color: #889a18;
}
body > header .menu .edit_profile:before {
    background-position: 0 -1198px;
    width: 15px;
    height: 15px;
}
body > header .menu .edit_profile:hover:before {
    background-position: 0 -1263px;
    width: 15px;
    height: 15px;
}
body > header .menu .black_list:before {
    background-position: 0 -582px;
    width: 17px;
    height: 17px;
}
body > header .menu .black_list:hover:before {
    background-position: 0 -649px;
    width: 17px;
    height: 17px;
}
body > header .menu .logout:before {
    background-position: -102px -505px;
    width: 16px;
    height: 16px;
}
body > header .menu .logout:hover:before {
    background-position: -102px -571px;
    width: 16px;
    height: 16px;
}
body > header .menu .avatar {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    width: 37px;
    height: 37px;
}
body > header .menu .show_dropdown_icon {
    background: url(/static/img/csg-5540b09215040.png) no-repeat transparent;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
body > header .menu .show_notifications {
    background-position: 0 -240px;
    width: 17px;
    height: 18px;
}
body > header .menu .show_notifications .number {
    background-color: #889a18;
    color: #fffff7;
    font-size: 10px;
    text-align: center;
    width: 17px;
    height: 17px;
    line-height: 17px;
    border-radius: 17px;
    position: absolute;
    right: -6px;
    top: -6px;
}
body > header .menu .show_menu {
    display: block;
    outline: none;
}
body > header .menu .show_menu span {
    background-position: 0 -308px;
    width: 13px;
    height: 8px;
    text-indent: -9999px;
}
@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 .right {
    float: right;
}
@media screen and (max-width: 860px) {
    body > header .right {
        clear: both;
        float: none;
    }
}
body > header .login_form {
    margin: 26px 0;
}
body > header .login_form .row {
    display: inline-block;
}
body > header .login_form input {
    border-radius: 5px;
    margin-right: 5px;
}
body > header .login_form input[type="email"],
body > header .login_form input[type="password"] {
    font-style: italic;
    height: 28px;
    padding: 0 5px;
    border: none;
    -moz-box-shadow: inset 0px 0px 1px 1px rgba(173, 173, 173, 0.5);
    -webkit-box-shadow: inset 0px 0px 1px 1px rgba(173, 173, 173, 0.5);
    box-shadow: inset 0px 0px 1px 1px rgba(173, 173, 173, 0.5);
    -webkit-appearance: textfield;
    margin-bottom: 5px;
}
body > header .login_form input[type="submit"] {
    border: 1px solid #f1c40f;
    background-color: #fffff7;
    text-transform: uppercase;
    height: 30px;
}
body > header .login_form .register {
    text-transform: uppercase;
}
body > header .login_form .fb {
    background-position: 0 -1468px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
body > header .fb {
    background: url(/static/img/csg-5540b09215040.png) no-repeat transparent;
    background-position: 0 -1622px;
    width: 23px;
    height: 23px;
    display: inline-block;
    text-indent: -9999px;
    outline: none;
    vertical-align: middle;
    margin-left: 3px;
}
body > footer {
    zoom: 1;
    color: #fff;
    clear: both;
}
body > footer:before,
body > footer:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
body > footer:after {
    clear: both;
}
body > footer .container {
    margin: 26px 0 30px;
}
body > footer .adult_filter {
    text-align: center;
    margin-top: 10px;
}
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 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-5540b09215040.png) no-repeat transparent;
    background-position: 0 -1857px;
    width: 24px;
    height: 23px;
}
body > footer .social .fb {
    background: url(/static/img/csg-5540b09215040.png) no-repeat transparent;
    background-position: 0 -1548px;
    width: 24px;
    height: 24px;
}
.sidebar {
    width: 190px;
    min-width: 190px;
    display: table-cell;
    vertical-align: top;
    background-color: #F7F4ED;
    box-shadow: 1px -4px 3px 0px #dddddd;
}
.sidebar .inner {
    background-color: #F7F4ED;
    padding: 5px 17px 5px 10px;
    position: relative;
}
.sidebar .categories {
    padding-top: 15px;
}
.sidebar .header {
    font-size: 14px;
}
.sidebar .category,
.sidebar .section {
    margin: 20px 0 30px;
}
.sidebar .category .title {
    font-family: allerbold, Arial, Helvetica, sans-serif;
    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: #889a18;
}
.spolecznoscinet {
    max-width: calc(100vw - 230px);
    overflow: hidden;
    max-height: 300px !important;
}
@media screen and (max-width: 550px) {
    .sidebar {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        background: none;
        box-shadow: none;
    }
    .sidebar .categories {
        display: none;
        padding-top: 0;
    }
    .sidebar .categories .header {
        display: none;
    }
    .sidebar .categories.visible {
        display: block;
    }
    .sidebar .sidebar_thumbnails {
        display: none;
    }
    .spolecznoscinet {
        max-width: calc(95vw);
    }
    #spolecznosci-1892 {
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: -10;
    }
}
.sidebar .show_categories {
    display: none;
    margin: 10px 0 10px;
    text-transform: uppercase;
}
.sidebar .show_categories:before {
    content: ' ';
    display: block;
    float: left;
    background: url(/static/img/csg-5540b09215040.png) no-repeat transparent;
    background-position: -102px -637px;
    width: 18px;
    height: 15px;
    margin-right: 10px;
}
@media screen and (max-width: 550px) {
    .sidebar .show_categories {
        display: block;
    }
}
.sidebar .search {
    position: relative;
    height: 32px;
    background-color: #FFFFF2;
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin: 10px 0;
}
.sidebar .search .textwrap {
    position: absolute;
    left: 6px;
    right: 35px;
}
.sidebar .search input[type="text"] {
    width: 100%;
    height: 32px;
    padding: 0;
    border: none;
    background-color: #FFFFF2;
}
.sidebar .search input[type="submit"] {
    background: url(/static/img/csg-5540b09215040.png) no-repeat transparent;
    background-position: -102px -1568px;
    width: 20px;
    height: 20px;
    border: none;
    position: absolute;
    text-indent: -9999px;
    top: 6px;
    right: 10px;
}
.sidebar .tags {
    border-top: 1px solid #DAD7D2;
}
.sidebar .tags .h {
    font-size: 18px;
    text-transform: uppercase;
    margin: 20px 0 15px;
}
.sidebar .tags a {
    color: #777;
    line-height: 0.9em;
    margin-right: 0.3em;
}
.sidebar .sidebar_thumbnails .items {
    clear: both;
    zoom: 1;
}
.sidebar .sidebar_thumbnails .items:before,
.sidebar .sidebar_thumbnails .items:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.sidebar .sidebar_thumbnails .items:after {
    clear: both;
}
.sidebar .sidebar_thumbnails .items .item {
    display: none;
    margin: 11px -4px;
    border-width: 4px;
    border-style: solid;
    border-color: transparent;
}
.sidebar .sidebar_thumbnails .items .item.visible {
    display: block;
}
.sidebar .sidebar_thumbnails .items .item.current_photo {
    border-radius: 3px;
    border-color: #f1c40f;
}
.sidebar .sidebar_thumbnails .items .item a {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 75% 0 0;
    position: relative;
    width: 100%;
}
.sidebar .sidebar_thumbnails .items .item a img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.sidebar .sidebar_thumbnails .previous,
.sidebar .sidebar_thumbnails .next {
    float: left;
}
.main {
    background-color: #ebe7df;
    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;
    }
}
.photo_of_the_day .title,
.thumbnail .title {
    font-family: allerbold, Arial, Helvetica, sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 9px 0 6px;
    height: 15px;
}
.thumbnails {
    zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.thumbnails:after {
    clear: both;
}
.thumbnails .thumbnail {
    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) {
    .thumbnails .thumbnail {
        width: 13.8%;
    }
}
@media screen and (max-width: 1400px) {
    .thumbnails .thumbnail {
        width: 22.2%;
    }
}
@media screen and (max-width: 940px) {
    .thumbnails .thumbnail {
        width: 30.5%;
    }
}
@media screen and (max-width: 740px) {
    .thumbnails .thumbnail {
        width: 47%;
    }
}
@media screen and (max-width: 360px) {
    .thumbnails .thumbnail {
        width: 98%;
        margin: 1%;
    }
}
.thumbnails .thumbnail .set_main_photo {
    margin-top: 5px;
    display: block;
}
.thumbnails .thumbnail .set_main_photo input {
    margin-right: 5px;
    vertical-align: middle;
}
.thumbnails .thumbnail .details {
    color: #fff;
    transition: opacity 0.15s ease-in;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.thumbnails .thumbnail .details .bg,
.thumbnails .thumbnail .details .text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.thumbnails .thumbnail .details .bg {
    background-color: #282828;
    opacity: 0.5;
}
.thumbnails .thumbnail .details .text {
    padding: 10px;
}
.thumbnails .thumbnail .details .text div {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.thumbnails .thumbnail .details .text p {
    margin: 0;
}
.thumbnails .thumbnail .details span {
    font-family: allerbold, Arial, Helvetica, sans-serif;
}
.thumbnails .thumbnail:hover .details {
    opacity: 1;
}
.thumbnails .gallery_thumbnail a,
.thumbnails .user_thumbnail a {
    outline: none;
}
.thumbnails .gallery_thumbnail .pics,
.thumbnails .user_thumbnail .pics {
    overflow: hidden;
    position: relative;
    clear: both;
}
.thumbnails .gallery_thumbnail .pics .pic,
.thumbnails .user_thumbnail .pics .pic {
    width: 31.3%;
    float: left;
    margin: 1%;
}
.thumbnails .gallery_thumbnail .pics .pic .inner,
.thumbnails .user_thumbnail .pics .pic .inner {
    position: relative;
    height: 0;
    padding: 75% 0 0 0;
    overflow: hidden;
    display: block;
}
.thumbnails .gallery_thumbnail .pics .pic img,
.thumbnails .user_thumbnail .pics .pic img {
    position: absolute;
    display: block;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.thumbnails .gallery_thumbnail .pics .pic.adult,
.thumbnails .user_thumbnail .pics .pic.adult,
.thumbnails .gallery_thumbnail .pics .pic.private,
.thumbnails .user_thumbnail .pics .pic.private {
    background-color: #ebe7df;
}
.thumbnails .gallery_thumbnail .pics.not_reviewed,
.thumbnails .user_thumbnail .pics.not_reviewed {
    background: url(/static/img/time_icon.png) center no-repeat;
}
.thumbnails .gallery_thumbnail .pics .pic:first-child {
    width: 97.9%;
}
.thumbnails .gallery_thumbnail .pics .pic.adult:not(:first-child) img,
.thumbnails .gallery_thumbnail .pics .pic.private:not(:first-child) img {
    max-width: 70%;
    max-height: 70%;
}
.thumbnails .user_thumbnail .wrapper {
    display: table;
    width: 100%;
    margin-bottom: 5%;
}
.thumbnails .user_thumbnail .wrapper .wrapper-inner {
    display: table-row;
}
.thumbnails .user_thumbnail .left,
.thumbnails .user_thumbnail .right {
    display: table-cell;
}
.thumbnails .user_thumbnail .left {
    width: 50%;
}
.thumbnails .user_thumbnail .left .avatar {
    width: 100%;
    max-width: 92px;
    display: block;
}
.thumbnails .user_thumbnail .right {
    padding-left: 3%;
    vertical-align: middle;
}
.thumbnails .user_thumbnail .right .nickname,
.thumbnails .user_thumbnail .right .galleries {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.thumbnails .user_thumbnail .right .nickname {
    font-family: allerbold, Arial, Helvetica, sans-serif;
    margin-bottom: 10%;
}
.thumbnails .user_thumbnail .galleries {
    color: #889a18;
    text-decoration: underline;
}
.thumbnails .user_thumbnail .button {
    font-family: allerbold, Arial, Helvetica, sans-serif;
    color: #fff;
    background-color: #889a18;
    border-radius: 5px;
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    margin-top: 10%;
}
.thumbnail_footer,
.thumbnail_stats {
    border-top: 1px solid #E6E6DD;
    padding-top: 7px;
    height: 15px;
}
.thumbnail_footer div,
.thumbnail_stats div {
    display: inline-block;
    padding-right: 4px;
    border-right: 1px solid #E6E6DD;
}
.thumbnail_footer div:before,
.thumbnail_stats div:before {
    content: ' ';
    display: block;
    float: left;
    background: url(/static/img/csg-5540b09215040.png) no-repeat transparent;
    margin-left: 4px;
    margin-right: 4px;
}
.thumbnail_footer div:last-child,
.thumbnail_stats div:last-child {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
}
.thumbnail_stats {
    clear: both;
}
.thumbnail_stats .comments_count:before {
    background-position: 0 -716px;
    width: 11px;
    height: 9px;
    margin-top: 3px;
}
.thumbnail_stats .rating:before {
    background-position: 0 -1930px;
    width: 13px;
    height: 13px;
    margin-top: 1px;
}
.thumbnail_stats .views:before {
    background-position: 0 -1328px;
    width: 16px;
    height: 10px;
    margin-top: 3px;
}
.thumbnail_footer a:hover {
    color: #889a18;
}
.thumbnail_footer a:before {
    content: ' ';
    display: block;
    float: left;
    background: url(/static/img/csg-5540b09215040.png) no-repeat transparent;
}
.thumbnail_footer .edit:before {
    background-position: 0 -1066px;
    width: 16px;
    height: 16px;
    margin-right: 3px;
}
.thumbnail_footer .edit:hover:before {
    background-position: 0 -1132px;
    width: 16px;
    height: 16px;
}
.thumbnail_footer .delete:before {
    background-position: -442px 0;
    width: 12px;
    height: 14px;
}
.thumbnails_summary section {
    zoom: 1;
    margin: 30px 0;
}
.thumbnails_summary section:before,
.thumbnails_summary section:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.thumbnails_summary section:after {
    clear: both;
}
.thumbnails_summary .section_title {
    float: left;
    margin-right: 20px;
}
.thumbnails_summary .show_more {
    float: right;
    border: 1px solid #889a18;
    background-color: #889a18;
    color: #fff;
    border-radius: 7px;
    line-height: 26px;
    padding: 0 9px;
}
.thumbnails_summary .show_more:hover {
    background-color: transparent;
    color: #242424;
}
.thumbnails_summary .order_selector {
    float: right;
}
.thumbnails_summary .order_selector a {
    border-left: 1px solid #242424;
    padding-left: 10px;
    margin-left: 10px;
}
.thumbnails_summary .order_selector a:first-child {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
}
.thumbnails_summary .order_selector a:hover,
.thumbnails_summary .order_selector a.active {
    color: #889a18;
}
.thumbnails_main {
    clear: both;
}
.thumbnails_main .thumbnails .thumbnail {
    display: block;
}
@media screen and (max-width: 1920px) {
    .thumbnails_main .thumbnails .thumbnail:nth-child(n+7) {
        display: none;
    }
}
@media screen and (max-width: 1400px) {
    .thumbnails_main .thumbnails .thumbnail:nth-child(n+5) {
        display: none;
    }
}
@media screen and (min-width: 741px) and (max-width: 940px) {
    .thumbnails_main .thumbnails .thumbnail:nth-child(n+4) {
        display: none;
    }
}
.photos {
    zoom: 1;
    clear: both;
}
.photos:before,
.photos:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.photos:after {
    clear: both;
}
.photos .photo .pic {
    width: 100%;
    position: relative;
    height: 0;
    padding: 75% 0 0 0;
    overflow: hidden;
    display: block;
}
.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 .inner {
    position: relative;
    background-color: #ebe7df;
}
.photos .inner a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #A7A7A7;
    padding-top: 5%;
}
.photos .inner a .icon {
    background: url(/static/img/csg-5540b09215040.png) no-repeat transparent;
    background-position: -102px -909px;
    width: 51px;
    height: 51px;
    display: inline-block;
    margin: 20px 0;
}
.photos .inner .hack {
    visibility: hidden;
}
.breadcrumbs {
    zoom: 1;
    background-color: #fffff7;
    line-height: 40px;
    margin: 18px 0;
}
.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: 20px 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: #889a18;
    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;
}
.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 .pic {
    position: relative;
}
.photo_view img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.photo_view .add_date {
    float: left;
    color: #A7A7A7;
}
.photo_view .options {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}
.photo_view .options a {
    background: url(/static/img/csg-5540b09215040.png) no-repeat transparent;
    text-indent: -9999px;
    outline: none;
    display: block;
}
.photo_view .options .report {
    background-position: 0 -516px;
    width: 16px;
    height: 16px;
}
.photo_view .options .delete {
    background-position: -102px -1909px;
    width: 19px;
    height: 23px;
}
.photo_view .pic:hover .options {
    display: block;
}
.photo_view nav {
    zoom: 1;
    margin: 15px 0;
}
.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 .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-5540b09215040.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 {
    margin-top: 1px;
}
.photo_view .stats .send:before {
    margin-top: 2px;
}
.photo_view .stats .comments_count:before {
    background-position: 0 -716px;
    width: 11px;
    height: 9px;
    margin-top: 3px;
}
.photo_view .stats .views:before {
    background-position: 0 -1328px;
    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 .title {
    clear: both;
    color: #000;
    float: left;
}
.photo_view .title,
.photo_view .title h1,
.photo_view .title .gallery_title {
    font-size: 16px;
    padding: 0;
    margin: 0;
}
.photo_view .title .gallery_title,
.photo_view .title h1 {
    display: inline;
    font-weight: normal;
    font-family: allerbold, Arial, Helvetica, sans-serif;
}
.photo_view .title .gallery_title {
    color: #A7A7A7;
}
.photo_view .title .gallery_title:hover {
    color: #889a18;
}
.photo_view .counter {
    float: right;
    line-height: 21px;
}
.photo_view .exif .h {
    font-family: allerbold, Arial, Helvetica, sans-serif;
    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 .zzzz {
    display: table;
    width: 100%;
}
.comments .avatar,
.comments .rest {
    display: table-cell;
    vertical-align: top;
}
.comments .avatar {
    width: 42px;
}
.comments .avatar img {
    width: 37px;
    margin-right: 10px;
}
.comments .publish,
.comments .unpublish {
    float: right;
    text-indent: -9999px;
    border: none;
    background: url(/static/img/csg-5540b09215040.png) no-repeat transparent;
}
.comments .publish {
    background-position: -102px -1500px;
    width: 18px;
    height: 18px;
}
.comments .unpublish {
    background-position: -102px -1909px;
    width: 19px;
    height: 23px;
}
.comments ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.comments ul li {
    padding: 9px 0 0;
    margin: 10px 0;
    border-top: 1px solid #DAD7D2;
}
.comments ul li .user {
    font-family: allerbold, Arial, Helvetica, sans-serif;
    float: left;
}
.comments ul li .add_date {
    display: inline;
}
@media screen and (max-width: 370px) {
    .comments ul li .add_date {
        float: left;
        clear: both;
    }
}
.comments ul li footer.footer1 {
    height: 23px;
    float: left;
}
.comments ul li footer.footer2 {
    color: #A7A7A7;
}
.comments ul li footer.footer2 a {
    color: #889a18;
}
.comments ul li .text {
    clear: both;
    margin: 12px 0;
}
.comments ul li form {
    margin-top: 5px;
}
.comments form {
    zoom: 1;
}
.comments form:before,
.comments form:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.comments form:after {
    clear: both;
}
.comments form .textwrap {
    background-color: #fffff7;
    border: 1px solid #DDDDDD;
    padding: 10px 1%;
    margin-right: 1%;
    width: 86%;
    display: block;
    float: left;
}
.comments form .textwrap textarea {
    background-color: #fffff7;
    width: 100%;
    height: 26px;
    border: none;
    padding: 0;
    transition: all .1s linear;
}
.comments form .textwrap textarea.focus {
    height: 60px;
}
.comments form input[type="submit"] {
    font-family: allerbold, Arial, Helvetica, sans-serif;
    color: #ffffff;
    background-color: #889a18;
    height: 28px;
    padding: 0 25px;
    border: 2px solid #889a18;
    text-transform: uppercase;
    border-radius: 3px;
    margin: 11px 0;
    transition: all 0.1s linear 0;
    height: 42px;
    width: 10%;
    margin: 3px 0;
}
.comments form input[type="submit"]:hover {
    color: #889a18;
    background-color: transparent;
}
@media screen and (max-width: 800px) {
    .comments form .textwrap {
        width: 98%;
        margin-bottom: 10px;
    }
    .comments form input[type="submit"] {
        width: auto;
        margin-bottom: 10px;
    }
}
.comments .not_logged_in {
    font-size: 14px;
    margin: 10px 0;
}
.comments .not_logged_in a {
    font-family: allerbold, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
.comments .getMore {
    display: block;
    text-align: center;
    margin: 15px 0;
}
.comments .no_comments_yet {
    font-style: italic;
    margin: 30px 0;
}
.form_content {
    background-color: #ebe7df;
    min-width: 320px;
}
@media screen and (max-width: 800px) {
    .form_content {
        width: 100%;
    }
}
.form_content .title {
    text-transform: uppercase;
    font-size: 24px;
    margin: 13px 0;
}
.form_content .text {
    line-height: 18px;
}
.form_content input[type="text"],
.form_content input[type="email"],
.form_content textarea,
.form_content .sbHolder {
    border: none;
    padding: 0;
    width: 100%;
    background-color: #fffff7;
}
.form_content input[type="radio"],
.form_content input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
}
.form_content .sbToggle:after {
    background-image: url(/static/img/arrow_select.png);
}
.form_content textarea {
    height: 45px;
}
.form_content .sbSelector {
    padding: 10px 4%;
}
.form_content .row {
    margin: 13px 0;
    width: 100%;
    background-color: #fffff7;
}
.form_content .row.row_select {
    position: relative;
    height: 35px;
    padding: 0;
}
.form_content .row.checkbox {
    background: none;
}
.form_content .row.tos label {
    font-size: 11px;
}
.form_content .checkboxRow {
    zoom: 1;
    position: relative;
}
.form_content .checkboxRow:before,
.form_content .checkboxRow:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.form_content .checkboxRow:after {
    clear: both;
}
.form_content .checkboxRow label {
    float: left;
    line-height: 37px;
}
.form_content .checkboxRow label.private {
    margin-right: 10px;
}
.form_content .checkboxRow .row {
    float: right;
    margin: 0;
    width: auto;
}
.form_content .checkboxRow .row.private_password {
    float: left;
}
.form_content .checkboxRow input[type="text"] {
    width: auto;
}
.form_content .sbOptions {
    background-color: #fffff7;
    margin: 20px -1px 0;
    border: 1px solid #DDDDDD;
    height: 500px;
}
.form_content input[type="submit"] {
    font-family: allerbold, Arial, Helvetica, sans-serif;
    color: #ffffff;
    background-color: #889a18;
    height: 28px;
    padding: 0 25px;
    border: 2px solid #889a18;
    text-transform: uppercase;
    border-radius: 3px;
    margin: 11px 0;
    transition: all 0.1s linear 0;
}
.form_content input[type="submit"]:hover {
    color: #889a18;
    background-color: transparent;
}
.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,
.form_content div.tagsinput {
    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: #ebe7df;
    color: #9e9b96;
}
.form_content label.left {
    float: left;
    margin-left: -25px;
    line-height: 37px;
}
.form_content input[type="submit"] {
    font-family: allerbold, Arial, Helvetica, sans-serif;
    color: #ffffff;
    background-color: #889a18;
    height: 28px;
    padding: 0 25px;
    border: 2px solid #889a18;
    text-transform: uppercase;
    border-radius: 3px;
    margin: 11px 0;
    transition: all 0.1s linear 0;
}
.form_content input[type="submit"]:hover {
    color: #889a18;
    background-color: transparent;
}
.form_content .close {
    display: block;
    position: absolute;
    top: 15px;
    right: 45px;
    text-indent: -9999px;
    outline: none;
    background: url(/static/img/csg-5540b09215040.png) no-repeat transparent;
    background-position: 0 -849px;
    width: 18px;
    height: 20px;
}
.form_content a {
    color: #889a18;
}
.form_content .upload_file {
    cursor: pointer;
    overflow: hidden;
}
.form_content .upload_file * {
    cursor: pointer;
}
.form_content .upload_file .filename {
    float: left;
    line-height: 36px;
    font-size: 12px;
    white-space: nowrap;
}
.form_content .upload_file #pickfiles {
    font-family: allerbold, Arial, Helvetica, sans-serif;
    color: #ffffff;
    background-color: #889a18;
    height: 28px;
    padding: 0 25px;
    border: 2px solid #889a18;
    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;
}
.form_content .upload_file #pickfiles:hover {
    color: #889a18;
    background-color: transparent;
}
.form_content .save {
    font-family: allerbold, Arial, Helvetica, sans-serif;
    color: #ffffff;
    background-color: #889a18;
    height: 28px;
    padding: 0 25px;
    border: 2px solid #889a18;
    text-transform: uppercase;
    border-radius: 3px;
    margin: 11px 0;
    transition: all 0.1s linear 0;
}
.form_content .save:hover {
    color: #889a18;
    background-color: transparent;
}
.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: 9999;
}
.popup_form .form_content {
    margin-left: -400px;
    position: absolute;
    left: 50%;
    top: 25%;
    z-index: 99999;
    width: 800px;
    max-width: 100%;
}
@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 {
    width: auto;
}
#upload .header {
    font-family: aller_lightregular, Arial, Helvetica, sans-serif;
    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 {
    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 {
    font-family: allerbold, Arial, Helvetica, sans-serif;
    padding: 0 25px;
    border: 2px solid #889a18;
    text-transform: uppercase;
    border-radius: 3px;
    color: #889a18;
    background-color: transparent;
    margin-right: 10px;
    line-height: 32px;
    height: 32px;
}
#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: #889a18;
    color: #889a18;
}
#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 .cancel,
#upload .save {
    display: inline-block;
    height: 24px !important;
    line-height: 24px;
}
#upload .cancel {
    font-family: allerbold, Arial, Helvetica, sans-serif;
    color: #ffffff;
    background-color: #889a18;
    height: 28px;
    padding: 0 25px;
    border: 2px solid #889a18;
    text-transform: uppercase;
    border-radius: 3px;
    margin: 11px 0;
    transition: all 0.1s linear 0;
    color: #889a18;
    background-color: transparent;
}
#upload .cancel:hover {
    color: #889a18;
    background-color: transparent;
}
#upload .cancel:hover {
    color: #fff;
    background-color: #889a18;
}
#upload .previews {
    background-color: #fffff7;
}
#upload .previews .del {
    display: inline-block;
    margin: 7px 5px;
}
#upload .previews .del .icon {
    background: url(/static/img/csg-5540b09215040.png) no-repeat transparent;
    background-position: -442px 0;
    width: 12px;
    height: 14px;
    display: inline-block;
    margin-right: 5px;
}
#upload .previews .rotate {
    display: inline-block;
}
#upload .previews .rotate .icon {
    background: url(/static/img/csg-5540b09215040.png) no-repeat transparent;
    background-position: -442px -64px;
    width: 18px;
    height: 19px;
    display: block;
    margin-right: 5px;
    float: left;
}
#upload .previews .dimensions {
    color: #A6A6A3;
    margin: 8px 0;
}
#upload .previews table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
#upload .previews table tr {
    border: 1px solid #ebe7df;
    background-color: #fffff7;
}
#upload .previews table th,
#upload .previews table td {
    padding: 19px 5px;
    vertical-align: top;
}
#upload .previews table thead {
    background-color: #f6f4ec;
    font-family: allerbold, Arial, Helvetica, sans-serif;
}
#upload .previews table tbody input[type="text"],
#upload .previews table tbody textarea {
    background-color: #f6f4ec;
    border-width: 1px;
    border-color: #ebe7df;
    border-style: solid;
    margin-bottom: 5px;
    padding: 5px 13px;
    display: block;
    clear: both;
    width: 75%;
}
#upload .previews .thumb {
    width: 150px;
    height: 150px;
    text-align: center;
    margin: 0 20px 10px 0;
}
#upload .previews .thumb img,
#upload .previews .thumb canvas {
    display: inline-block;
    max-width: 150px;
    max-height: 150px;
    width: auto;
    height: auto;
}
@media screen and (max-width: 700px) {
    #upload .previews .thumb img,
    #upload .previews .thumb canvas {
        width: 100px;
        margin-right: 10px;
    }
}
#upload .previews .thumb.gif:before {
    color: gray;
    content: "GIF";
    font-size: 24px;
    line-height: 150px;
}
#upload .previews .thumb,
#upload .previews .details {
    display: block;
    float: left;
}
#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: #889a18;
}
#login_form a.signup,
#login_form a:hover.signup,
#login_form a:visited.signup {
    color: #889a18;
}
#register_form label {
    line-height: 100%;
}
#register_form label a {
    color: #889a18;
}
#register_form .register_slogan {
    color: #889a18;
    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;
}
.slider_container {
    overflow: hidden;
    width: 100%;
    background-color: #ebe7df;
    transition: all .7s linear;
}
.slider_container.hot {
    background-color: #010101;
}
.slider_container.hot .tabs a.active {
    color: #f25850;
}
.slider_container.hot .tabs a.active:before {
    border-left-color: #ebe7df;
    left: 0;
}
.slider_container.jpg {
    background-color: #526c07;
}
.slider_container.jpg .tabs a.active {
    color: #f1c40f;
}
.slider_container.jpg .tabs a.active:before {
    border-right-color: #ebe7df;
    right: 0;
}
.slider_container .tabs {
    zoom: 1;
}
.slider_container .tabs:before,
.slider_container .tabs:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.slider_container .tabs:after {
    clear: both;
}
.slider_container .tabs a {
    display: block;
    width: 50%;
    text-align: center;
    float: left;
    background-color: #ebe7df;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 48px;
}
@media screen and (max-width: 960px) {
    .slider_container .tabs a {
        font-size: 14px;
        line-height: 40px;
    }
}
@media screen and (max-width: 740px) {
    .slider_container .tabs a {
        font-size: 12px;
        line-height: 30px;
    }
}
@media screen and (max-width: 600px) {
    .slider_container .tabs a {
        font-size: 11px;
        line-height: 25px;
    }
}
@media screen and (max-width: 350px) {
    .slider_container .tabs a {
        font-size: 10px;
        line-height: 25px;
    }
}
.slider_container .tabs a.active {
    position: relative;
    pointer-events: none;
    cursor: default;
    outline: none;
    background-color: transparent;
}
.slider_container .tabs a.active:before {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-width: 50px 100px;
    border-style: solid;
    border-color: transparent;
    position: absolute;
    bottom: 0;
}
.slider_container .tabs a span {
    width: 700px;
    max-width: 100%;
    display: block;
}
.slider_container .tabs a.jpg span {
    float: right;
}
.slider_container .tabs a.hot span {
    float: left;
}
.slider_container .inner {
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}
.slider {
    color: #fff;
    margin: 0 auto;
}
.slider .text {
    font-size: 16px;
    border-bottom: 1px solid #fff;
}
.slider .h1,
.slider .h2 {
    white-space: nowrap;
    text-align: center;
    width: 100%;
    font-family: aller_lightregular;
}
.slider .h1 {
    font-size: 36px;
    text-transform: uppercase;
}
.slider .h1 .inner {
    padding: 0 15px 0.3em;
    margin: 0 auto;
    border-bottom: 1px solid transparent;
}
.slider .h2 {
    font-size: 22px;
}
.slider .buttons {
    text-align: center;
    width: 100%;
}
.slider .buttons a {
    text-transform: uppercase;
    font-size: 16px;
    width: 190px;
    display: inline-block;
    margin: 0 10px;
    padding: 1em 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
}
.slider .buttons a.browse {
    color: #fff;
}
.slider .hot .h1 .inner {
    border-bottom-color: #f25850;
}
.slider .hot .buttons a {
    border: 1px solid #f25850;
}
.slider .hot .buttons a.add {
    background-color: #f25850;
}
.slider .hot .buttons a.add:hover {
    background-color: transparent;
    color: #fff;
}
.slider .hot .buttons a.browse:hover {
    background-color: #f25850;
    color: #242424;
}
.slider .jpg .h1 .inner {
    border-bottom-color: #f1c40f;
}
.slider .jpg .buttons a {
    border: 1px solid #f1c40f;
}
.slider .jpg .buttons a.add {
    background-color: #f1c40f;
}
.slider .jpg .buttons a.add:hover {
    background-color: transparent;
    color: #fff;
}
.slider .jpg .buttons a.browse:hover {
    background-color: #f1c40f;
    color: #242424;
}
.slider .text:after {
    content: ' ';
    display: block;
    border-bottom: 1px solid #fff;
    height: 0;
    position: relative;
}
.slider .text1:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 70px;
    bottom: -26px;
    left: -10px;
}
.slider .text2:after {
    transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    width: 140px;
    left: -135px;
    bottom: 23px;
}
.slider .text3:after {
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    width: 55px;
    left: -51px;
    bottom: 13px;
}
.slider .text4:after {
    transform: rotate(-18deg);
    -webkit-transform: rotate(-18deg);
    width: 145px;
    left: -140px;
    bottom: -23px;
}
.slider .text5:after {
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    width: 145px;
    left: -135px;
    bottom: -37px;
}
.slider .slide {
    display: none;
}
.container_responsive {
    zoom: 1;
    display: table;
    width: 100%;
    background-color: #ebe7df;
}
.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;
    }
}
.optionsBar {
    zoom: 1;
    background-color: #f6f4ec;
    padding: 15px;
    margin-bottom: 10px;
}
.optionsBar:before,
.optionsBar:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.optionsBar:after {
    clear: both;
}
.optionsBar .left {
    float: left;
}
.optionsBar .right {
    float: right;
}
.optionsBar .with_separators > * {
    border-left: 1px solid #D9D8D3;
    padding: 0 10px;
}
.optionsBar .with_separators > *:first-child {
    border-left: none;
    padding-left: 0;
}
@media screen and (max-width: 870px) {
    .optionsBar .left,
    .optionsBar .right {
        float: left;
        clear: both;
    }
    .optionsBar .left {
        margin-bottom: 10px;
    }
}
.optionsBar .edit,
.optionsBar .share .show_dropdown_icon,
.optionsBar .fav,
.optionsBar .block,
.optionsBar .delete,
.optionsBar .set_profile_photo,
.optionsBar .set_photo_of_the_day,
.optionsBar .command {
    display: block;
    float: left;
    font-size: 13px;
}
.optionsBar .edit:before,
.optionsBar .share .show_dropdown_icon:before,
.optionsBar .fav:before,
.optionsBar .block:before,
.optionsBar .delete:before,
.optionsBar .set_profile_photo:before,
.optionsBar .set_photo_of_the_day:before,
.optionsBar .command:before {
    content: ' ';
    background: url(/static/img/csg-5540b09215040.png) no-repeat transparent;
    display: block;
    float: left;
    margin-right: 3px;
}
.optionsBar .edit:hover,
.optionsBar .share .show_dropdown_icon:hover,
.optionsBar .fav:hover,
.optionsBar .block:hover,
.optionsBar .delete:hover,
.optionsBar .set_profile_photo:hover,
.optionsBar .set_photo_of_the_day:hover,
.optionsBar .command:hover {
    color: #889a18;
}
.optionsBar .edit:before {
    background-position: 0 -1066px;
    width: 16px;
    height: 16px;
}
.optionsBar .edit:hover:before {
    background-position: 0 -1132px;
    width: 16px;
    height: 16px;
}
.optionsBar .delete:before {
    background-position: -442px 0;
    width: 12px;
    height: 14px;
}
.optionsBar .share {
    position: relative;
    float: left;
}
.optionsBar .share .show_dropdown_icon:before {
    background-position: -102px -1779px;
    width: 17px;
    height: 17px;
}
.optionsBar .share .show_dropdown_icon:hover:before {
    background-position: -102px -1712px;
    width: 17px;
    height: 17px;
}
.optionsBar .fav:before {
    background-position: -102px 0;
    width: 17px;
    height: 15px;
}
.optionsBar .fav:hover:before {
    background-position: -102px -65px;
    width: 17px;
    height: 15px;
}
.optionsBar .block:before {
    background-position: 0 -582px;
    width: 17px;
    height: 17px;
}
.optionsBar .block:hover:before {
    background-position: 0 -649px;
    width: 17px;
    height: 17px;
}
.vote {
    float: left;
}
.vote .value {
    margin-left: 5px;
}
.vote .rating {
    background: url(/static/img/csg-5540b09215040.png) no-repeat transparent;
    background-position: 0 -1930px;
    width: 13px;
    height: 13px;
}
.vote .rating.highlighted,
.vote .rating.hover {
    background-position: -442px -286px;
    width: 13px;
    height: 12px;
}
.vote span,
.vote a {
    display: inline-block;
    height: 13px !important;
}
.photo_of_the_day_and_slogan {
    text-align: center;
}
.photo_of_the_day,
.slogan {
    margin-bottom: 20px;
    width: 48%;
    max-width: 350px;
    display: inline-block;
    text-align: left;
}
.photo_of_the_day {
    zoom: 1;
    background-color: #FFFFF2;
    padding: 1%;
    margin-right: 1%;
    box-shadow: 0 0 5px 0 #bdbdbd;
}
.photo_of_the_day:before,
.photo_of_the_day:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.photo_of_the_day:after {
    clear: both;
}
.photo_of_the_day img {
    width: 100%;
}
.photo_of_the_day .left,
.photo_of_the_day .right {
    display: table-cell;
}
.photo_of_the_day .left a {
    display: block;
    float: left;
}
.photo_of_the_day .right {
    width: 98px;
    text-align: center;
    vertical-align: top;
    padding-left: 10px;
    padding-top: 15px;
}
.photo_of_the_day .date {
    width: 96px;
    height: 91px;
    background: url(/static/img/laur.png) transparent no-repeat;
    color: #B5B5B5;
    margin-bottom: 20px;
}
.photo_of_the_day .date .day {
    padding-top: 6px;
    font-size: 20px;
}
.photo_of_the_day .date .month {
    font-size: 14px;
}
.photo_of_the_day .date .year {
    font-size: 14px;
}
.photo_of_the_day .label {
    color: #889a18;
    font-size: 22px;
    text-transform: uppercase;
}
.photo_of_the_day .thumbnail_stats {
    clear: both;
}
@media screen and (max-width: 860px) {
    .photo_of_the_day {
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}
.slogan {
    font-size: 16px;
    text-align: center;
    margin-left: 1%;
}
.slogan .promo_box {
    background: url(/static/img/csg-5540b09215040.png) no-repeat transparent;
    background-position: -102px -1345px;
    width: 290px;
    height: 105px;
    display: inline-block;
    margin: 25px 0;
}
.slogan .add_gallery {
    border: 2px solid #F5C70F;
    background-color: #F5C70F;
    padding: 8px 13px;
    border-radius: 6px;
    text-transform: uppercase;
}
.slogan .add_gallery:hover {
    background-color: transparent;
}
@media screen and (max-width: 860px) {
    .slogan {
        display: none;
    }
}
.slogan h1 {
    display: inline;
    font-size: 100%;
    font-weight: normal;
    margin: 0;
}
.user_profile .head {
    margin-bottom: 20px;
}
.user_profile .cover {
    background-position: center;
    background-color: #282828;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 1700px;
    width: 100%;
    height: 200px;
    position: relative;
    min-height: 100px;
    max-height: 20vw;
}
.user_profile .user_info {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fffff7;
}
.user_profile .user_info .avatar,
.user_profile .user_info .rest {
    display: block;
    float: left;
}
.user_profile .user_info .avatar {
    width: 92px;
    height: 92px;
    position: absolute;
    left: 10px;
    bottom: -22px;
}
.user_profile .user_info .nick {
    font-size: 18px;
}
.user_profile .user_info .vote {
    margin: 3px 0;
}
.user_profile .user_info .rest {
    margin-left: 110px;
    margin-bottom: 5px;
}
.user_profile .optionsBar {
    zoom: 1;
    background-color: #F6F4EC;
    padding-left: 110px;
}
.user_profile .optionsBar:before,
.user_profile .optionsBar:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.user_profile .optionsBar:after {
    clear: both;
}
.user_profile .optionsBar .left {
    float: left;
}
.user_profile .optionsBar .left a {
    padding-right: 6px;
}
.user_profile .optionsBar .right {
    float: right;
}
.user_profile .optionsBar a {
    font-size: 14px;
}
.user_profile .optionsBar .active {
    border-bottom: 3px solid #889a18;
}
.photo_editor {
    zoom: 1;
    background-color: #fffff7;
    text-align: center;
}
.photo_editor:before,
.photo_editor:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.photo_editor:after {
    clear: both;
}
.photo_editor .editor_container {
    display: inline-block;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
}
.photo_editor .editor_container canvas {
    display: inline-block;
}
.photo_editor .controls {
    text-align: left;
}
.photo_editor .base_controls {
    zoom: 1;
    background-color: #F6F4EC;
    border: 1px solid #CACAC6;
}
.photo_editor .base_controls:before,
.photo_editor .base_controls:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.photo_editor .base_controls:after {
    clear: both;
}
.photo_editor .base_controls button {
    border: none;
    border-right: 1px solid #CACAC6;
    background-color: #F6F4EC;
    display: block;
    float: left;
    text-align: center;
    height: 60px;
    padding: 0 10px;
}
.photo_editor .base_controls button.active {
    background-color: #D2D4AD;
}
.photo_editor .base_controls button:before {
    background: url(/static/img/csg-5540b09215040.png) no-repeat transparent;
    content: ' ';
    display: block;
    margin: 0 auto 5px;
}
.photo_editor .base_controls button.rotate:before {
    background-position: -442px -133px;
    width: 21px;
    height: 23px;
}
.photo_editor .base_controls button.crop:before {
    background-position: 0 -993px;
    width: 23px;
    height: 23px;
}
.photo_editor .base_controls button.sepia:before {
    background-position: -102px -1638px;
    width: 28px;
    height: 24px;
}
.photo_editor .base_controls button.desaturate:before {
    background-position: 0 -775px;
    width: 28px;
    height: 24px;
}
.photo_editor .base_controls button.contrast:before {
    background-position: -102px -351px;
    width: 28px;
    height: 24px;
}
.photo_editor .base_controls button.glow:before {
    background-position: 0 -1695px;
    width: 32px;
    height: 32px;
}
.photo_editor .base_controls button.colors:before {
    background-position: 0 -919px;
    width: 28px;
    height: 24px;
}
.photo_editor .base_controls button.delete {
    float: right;
}
.photo_editor .base_controls button.delete:before {
    background-position: -102px -1909px;
    width: 19px;
    height: 23px;
}
.photo_editor .additional_controls {
    background-color: #D2D4AD;
    clear: both;
    margin-top: -1px;
}
.photo_editor .additional_controls > * {
    display: none;
    padding: 16px 8px;
}
.photo_editor .additional_controls > *.active {
    display: block;
}
.photo_editor .additional_controls label {
    margin-right: 20px;
}
.photo_editor .additional_controls .apply,
.photo_editor .additional_controls .cancel {
    border: none;
    line-height: 28px;
    padding: 0 9px;
    display: inline-block;
    border-radius: 5px;
}
.photo_editor .additional_controls .apply {
    background-color: #889a18;
    color: #fffff7;
}
.photo_editor .additional_controls .save {
    background-color: #D2D4AD;
}
.gallery_container .gallery_main {
    float: left;
    width: 80.2%;
}
.gallery_container .right_sidebar {
    float: right;
    width: 19%;
    margin-left: 0.8%;
}
.gallery_container .gallery_sidebar {
    padding: 0 10px;
    margin-bottom: 10px;
    background-color: #f6f4ec;
    box-shadow: 0 1px 4px 0 #BDBDBD;
}
.gallery_container .gallery_sidebar .section:last-child {
    border-bottom: none;
}
.gallery_container .gallery_sidebar .tags a:hover {
    text-decoration: underline;
}
.gallery_container .gallery_sidebar .options .add_photos,
.gallery_container .gallery_sidebar .options .edit,
.gallery_container .gallery_sidebar .options .share .show_dropdown_icon,
.gallery_container .gallery_sidebar .options .fav,
.gallery_container .gallery_sidebar .options .block,
.gallery_container .gallery_sidebar .options .delete,
.gallery_container .gallery_sidebar .options .set_profile_photo,
.gallery_container .gallery_sidebar .options .set_photo_of_the_day,
.gallery_container .gallery_sidebar .options .command {
    display: block;
    float: left;
    clear: both;
    font-size: 13px;
    margin: 5px 0;
}
.gallery_container .gallery_sidebar .options .add_photos:before,
.gallery_container .gallery_sidebar .options .edit:before,
.gallery_container .gallery_sidebar .options .share .show_dropdown_icon:before,
.gallery_container .gallery_sidebar .options .fav:before,
.gallery_container .gallery_sidebar .options .block:before,
.gallery_container .gallery_sidebar .options .delete:before,
.gallery_container .gallery_sidebar .options .set_profile_photo:before,
.gallery_container .gallery_sidebar .options .set_photo_of_the_day:before,
.gallery_container .gallery_sidebar .options .command:before {
    content: ' ';
    background: url(/static/img/csg-5540b09215040.png) no-repeat transparent;
    display: block;
    float: left;
    margin-right: 3px;
}
.gallery_container .gallery_sidebar .options .add_photos:hover,
.gallery_container .gallery_sidebar .options .edit:hover,
.gallery_container .gallery_sidebar .options .share .show_dropdown_icon:hover,
.gallery_container .gallery_sidebar .options .fav:hover,
.gallery_container .gallery_sidebar .options .block:hover,
.gallery_container .gallery_sidebar .options .delete:hover,
.gallery_container .gallery_sidebar .options .set_profile_photo:hover,
.gallery_container .gallery_sidebar .options .set_photo_of_the_day:hover,
.gallery_container .gallery_sidebar .options .command:hover {
    color: #889a18;
}
.gallery_container .gallery_sidebar .options .add_photos:first-child,
.gallery_container .gallery_sidebar .options .edit:first-child,
.gallery_container .gallery_sidebar .options .share .show_dropdown_icon:first-child,
.gallery_container .gallery_sidebar .options .fav:first-child,
.gallery_container .gallery_sidebar .options .block:first-child,
.gallery_container .gallery_sidebar .options .delete:first-child,
.gallery_container .gallery_sidebar .options .set_profile_photo:first-child,
.gallery_container .gallery_sidebar .options .set_photo_of_the_day:first-child,
.gallery_container .gallery_sidebar .options .command:first-child {
    margin-top: 0;
}
.gallery_container .gallery_sidebar .options .add_photos:last-child,
.gallery_container .gallery_sidebar .options .edit:last-child,
.gallery_container .gallery_sidebar .options .share .show_dropdown_icon:last-child,
.gallery_container .gallery_sidebar .options .fav:last-child,
.gallery_container .gallery_sidebar .options .block:last-child,
.gallery_container .gallery_sidebar .options .delete:last-child,
.gallery_container .gallery_sidebar .options .set_profile_photo:last-child,
.gallery_container .gallery_sidebar .options .set_photo_of_the_day:last-child,
.gallery_container .gallery_sidebar .options .command:last-child {
    margin-bottom: 0;
}
.gallery_container .gallery_sidebar .options .add_photos:before {
    background-position: 0 -102px;
    width: 19px;
    height: 19px;
}
.gallery_container .gallery_sidebar .options .add_photos:hover:before {
    background-position: 0 -171px;
    width: 19px;
    height: 19px;
}
.gallery_container .gallery_sidebar .options .edit:before {
    background-position: 0 -1066px;
    width: 16px;
    height: 16px;
}
.gallery_container .gallery_sidebar .options .edit:hover:before {
    background-position: 0 -1132px;
    width: 16px;
    height: 16px;
}
.gallery_container .gallery_sidebar .options .delete:before {
    background-position: -442px 0;
    width: 12px;
    height: 14px;
}
.gallery_container .gallery_sidebar .options .fav:before {
    background-position: -102px 0;
    width: 17px;
    height: 15px;
}
.gallery_container .gallery_sidebar .options .fav:hover:before {
    background-position: -102px -65px;
    width: 17px;
    height: 15px;
}
.gallery_container .gallery_sidebar .options .block:before {
    background-position: 0 -582px;
    width: 17px;
    height: 17px;
}
.gallery_container .gallery_sidebar .options .block:hover:before {
    background-position: 0 -649px;
    width: 17px;
    height: 17px;
}
.gallery_container .gallery_sidebar .share {
    position: relative;
}
.gallery_container .gallery_sidebar .share a {
    background: url(/static/img/csg-5540b09215040.png) no-repeat transparent;
    display: inline-block;
    margin-right: 9px;
}
.gallery_container .gallery_sidebar .share .link {
    background-position: -102px -425px;
    width: 29px;
    height: 30px;
}
.gallery_container .gallery_sidebar .share .facebook {
    background-position: 0 -1388px;
    width: 29px;
    height: 30px;
}
.gallery_container .gallery_sidebar .share .wykop {
    background-position: -442px -206px;
    width: 30px;
    height: 30px;
}
.gallery_container .gallery_sidebar .share .google {
    background-position: 0 -1777px;
    width: 30px;
    height: 30px;
}
.gallery_container .gallery_sidebar .share .generate_bbcodes {
    background-position: -102px -130px;
    width: 30px;
    height: 30px;
}
.gallery_container .gallery_sidebar .share .link_container {
    float: left;
}
.gallery_container .gallery_sidebar .share .link_container .show_dropdown_icon:before {
    background-position: -102px -1779px;
    width: 17px;
    height: 17px;
}
.gallery_container .gallery_sidebar .share .link_container .show_dropdown_icon:hover:before {
    background-position: -102px -1712px;
    width: 17px;
    height: 17px;
}
.gallery_container .gallery_sidebar .share .link_container .popup {
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    background-color: #fffff7;
    padding: 18px;
    z-index: 9;
}
.gallery_container .gallery_sidebar .share .link_container .popup:before {
    content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 10px 7px;
    border-bottom-color: #fffff7;
    position: absolute;
    left: 10px;
    top: -20px;
}
.gallery_container .gallery_sidebar .share .link_container .popup label {
    display: block;
    clear: both;
    color: #000;
}
.gallery_container .gallery_sidebar .share .link_container .popup label input {
    height: 20px;
    margin-top: 8px;
    background-color: #fffff7;
    color: #999;
    display: block;
    border: 1px solid #ddd;
    width: 96%;
    padding: 2px 2%;
}
@media screen and (max-width: 980px) {
    .gallery_container .gallery_main {
        width: 77%;
    }
    .gallery_container .right_sidebar {
        width: 22%;
    }
}
@media screen and (max-width: 800px) {
    .gallery_container .gallery_main {
        width: 72%;
    }
    .gallery_container .right_sidebar {
        width: 27%;
    }
}
@media screen and (max-width: 710px) {
    .gallery_container .gallery_main,
    .gallery_container .right_sidebar {
        float: none;
        width: auto;
        margin: 1% 0 2%;
    }
}
.gallery_sidebar .section {
    zoom: 1;
    padding: 12px 0;
    border-bottom: 1px dotted #C0C0BE;
}
.gallery_sidebar .section:before,
.gallery_sidebar .section:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.gallery_sidebar .section:after {
    clear: both;
}
.gallery_sidebar .user_info {
    zoom: 1;
}
.gallery_sidebar .user_info:before,
.gallery_sidebar .user_info:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.gallery_sidebar .user_info:after {
    clear: both;
}
.gallery_sidebar .user_info .avatar {
    display: block;
    float: left;
    margin-right: 5px;
    width: 37px;
    height: 37px;
}
.gallery_sidebar .user_info .details {
    float: left;
}
.gallery_sidebar .user_info .vote {
    float: none;
}
.gallery_sidebar .user_info .username {
    color: #889a18;
    font-family: allerbold, Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.gallery_sidebar .title,
.gallery_sidebar .description {
    margin-bottom: 12px;
}
.gallery_sidebar .title {
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-family: allerbold, Arial, Helvetica, sans-serif;
}
.gallery_sidebar .description {
    font-size: 13px;
}
.gallery_sidebar .add_date {
    color: #A7A7A7;
}
img.avatar,
.avatar img {
    border-radius: 50%;
}
p.nothing_found {
    font-style: italic;
    margin: 30px 0;
}
.profile_edit .zxczxc {
    font-family: allerbold, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    margin: 13px 0;
}
.profile_edit .covers {
    zoom: 1;
    margin: 20px 0;
}
.profile_edit .covers:before,
.profile_edit .covers:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.profile_edit .covers:after {
    clear: both;
}
.profile_edit .covers .cover {
    width: 33.33%;
    float: left;
}
@media screen and (max-width: 960px) {
    .profile_edit .covers .cover {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    .profile_edit .covers .cover {
        width: 100%;
    }
}
.profile_edit .covers .cover img {
    width: 100%;
    display: block;
}
.profile_edit .covers .cover.active .set {
    pointer-events: none;
    cursor: default;
}
.profile_edit .note {
    clear: both;
    margin: 20px 0;
}
.profile_edit .note span {
    font-family: alleritalic;
}
.profile_edit .note a {
    color: #889a18;
}
.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: 0 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, Arial, Helvetica, sans-serif;
    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, Arial, Helvetica, sans-serif;
    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;
}
.password_prompt .title {
    font-size: 16px;
    margin-bottom: 10px;
}
.password_prompt input[type="submit"] {
    font-family: allerbold, Arial, Helvetica, sans-serif;
    color: #ffffff;
    background-color: #889a18;
    height: 28px;
    padding: 0 25px;
    border: 2px solid #889a18;
    text-transform: uppercase;
    border-radius: 3px;
    margin: 11px 0;
    transition: all 0.1s linear 0;
}
.password_prompt input[type="submit"]:hover {
    color: #889a18;
    background-color: transparent;
}
.fb_overlay {
    z-index: 9999;
}
.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;
}
.form_content div.tagsinput {
    padding: 10px 4%;
    height: 100px;
    overflow-y: auto;
    font-size: 13px;
}
.form_content div.tagsinput span.tag {
    border: 2px solid #889a18;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    float: left;
    padding: 5px;
    text-decoration: none;
    color: #889a18;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
}
.form_content div.tagsinput span.tag a {
    font-weight: bold;
    text-decoration: none;
}
.form_content div.tagsinput input {
    width: 80px;
    margin: 0px;
    border: 1px solid transparent;
    padding: 5px;
    background: transparent;
    color: #000;
    outline: 0px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.form_content div.tagsinput div {
    display: block;
    float: left;
}
.form_content div.tagsinput .tags_clear {
    clear: both;
    width: 100%;
    height: 0px;
}
.form_content div.tagsinput .not_valid {
    background: #FBD8DB !important;
    color: #90111A !important;
}
.previews div.tagsinput {
    background-color: #f6f4ec;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    padding: 5px;
}
.ad_billboard {
    background-color: #f6f4ec;
    margin-bottom: 13px;
    text-align: center;
    padding: 10px 0;
}
@media screen and (max-width: 990px) {
    .ad_billboard {
        display: none;
    }
}
.ad_rectangle {
    background-color: #f6f4ec;
    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 .section_header {
    border-top: none;
}
.prev_next {
    text-transform: uppercase;
}
.prev_next .previous,
.prev_next .next {
    background: transparent no-repeat;
    line-height: 15px;
    color: #A7A7A7;
}
.prev_next .previous .icon,
.prev_next .next .icon {
    background: url(/static/img/csg-5540b09215040.png) no-repeat transparent;
    display: block;
    margin-top: 2px;
}
.prev_next .previous:hover,
.prev_next .next:hover {
    color: #889a18;
}
.prev_next .previous {
    float: left;
}
.prev_next .previous .icon {
    background-position: -102px -1010px;
    width: 6px;
    height: 10px;
    float: left;
    margin-right: 5px;
}
.prev_next .previous:hover .icon {
    background-position: -102px -1070px;
    width: 6px;
    height: 10px;
}
.prev_next .next {
    float: right;
}
.prev_next .next .icon {
    background-position: -102px -702px;
    width: 6px;
    height: 10px;
    float: right;
    margin-left: 5px;
}
.prev_next .next:hover .icon {
    background-position: -102px -762px;
    width: 6px;
    height: 10px;
}
.blackBox {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    z-index: 100;
    display: table-row;
}
.blackBox .left,
.blackBox .right {
    position: absolute;
    top: 0;
    bottom: 0;
}
.blackBox .left {
    left: 0;
    right: 300px;
}
.blackBox .left img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.blackBox .right {
    width: 300px;
    right: 0;
    background-color: #fff;
}
.blackBox .previous,
.blackBox .next {
    color: #fff;
}
@media screen and (max-width: 720px) {
    .slider_container {
        display: none;
    }
}
.slider_mobile {
    display: none;
}
@media screen and (max-width: 720px) {
    .slider_mobile {
        display: table-row;
    }
}
@media screen and (max-width: 500px) {
    .slider_mobile {
        display: block;
    }
}
.slider_mobile .jpg,
.slider_mobile .hot {
    padding: 20px 10px 10px;
    display: table-cell;
}
@media screen and (max-width: 500px) {
    .slider_mobile .jpg,
    .slider_mobile .hot {
        display: block;
    }
}
.slider_mobile .jpg {
    background-color: #526C07;
}
.slider_mobile .hot {
    background-color: #000000;
}
.slider_mobile .h1,
.slider_mobile .h2 {
    white-space: normal;
}
.slider_mobile .h1 {
    font-size: 22px;
}
.slider_mobile .h2 {
    font-size: 15px;
    margin-top: 10px;
}
.slider_mobile .buttons a {
    margin: 6px;
    font-size: 18px;
    padding: 0.7em;
}
#bb_popup .inner {
    padding-top: 30px;
    padding-bottom: 30px;
}
#bb_popup .title {
    text-align: center;
}
#bb_popup .codes > div {
    margin: 2em 0 1em;
    text-align: center;
}
#bb_popup .codes > div textarea {
    font-size: 11px;
    margin-top: 1em;
}
.btn_green {
    font-size: 1.2em;
    border: 1px solid #889a18;
    background-color: #889a18;
    color: #fff;
    border-radius: 7px;
    line-height: 26px;
    padding: 5px 9px;
}
.btn_green:hover {
    background-color: transparent;
    color: #242424;
}
.studio-wrap {
    background-color: #fffff7;
    border: 1px solid #DCD8D2;
    color: #616161;
}
.studio-wrap .row {
    zoom: 1;
    padding: 15px 3%;
    border-bottom: 1px solid #E2E2DB;
}
.studio-wrap .row:last-child {
    border-bottom: none;
}
.studio-wrap .table-std {
    width: 100%;
    border: 1px solid #DCD8D2;
}
.studio-wrap .table-std thead {
    background: #DCD8D2;
}
.studio-wrap .table-std thead td,
.studio-wrap .table-std thead th {
    padding: 8px 4px;
    text-align: center;
    font-weight: 700;
}
.studio-wrap .table-std thead td.left,
.studio-wrap .table-std thead th.left {
    text-align: left;
}
.studio-wrap .table-std tbody tr:nth-child(even),
.studio-wrap .table-std tbody tr:hover {
    background: #f5f1eb;
}
.studio-wrap .table-std tbody td {
    padding: 4px;
}
.studio-wrap .table-std tbody .btn {
    padding: 4px;
    border: 1px solid #DCD8D2;
    background: #faf6f0;
    font-size: 1.2em;
    border-radius: 3px;
    margin: 2px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.studio-wrap .form-std label {
    clear: both;
    display: block;
    line-height: 2em;
}
.studio-wrap .form-std label input[type="text"],
.studio-wrap .form-std label input[type="email"],
.studio-wrap .form-std label input[type="password"],
.studio-wrap .form-std label textarea {
    clear: both;
    display: block;
    border-radius: 5px;
    margin-right: 5px;
    height: 28px;
    padding: 0 5px;
    border: none;
    -moz-box-shadow: inset 0px 0px 1px 1px rgba(173, 173, 173, 0.5);
    -webkit-box-shadow: inset 0px 0px 1px 1px rgba(173, 173, 173, 0.5);
    box-shadow: inset 0px 0px 1px 1px rgba(173, 173, 173, 0.5);
    -webkit-appearance: textfield;
    margin-bottom: 5px;
    width: 175px;
    max-width: 100%;
}
.studio-wrap .form-std label textarea {
    height: 60px;
}
.studio-wrap .form-std button {
    border: 1px solid #f1c40f;
    background-color: #fffff7;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    margin-right: 5px;
    padding: 1px 6px;
    display: inline-block;
    cursor: pointer;
}
.studio-wrap #preview {
    padding: 10px 0;
}
.studio-wrap .progress {
    width: 100%;
    height: 5px;
    background: red;
    position: relative;
}
.studio-wrap .progress .progress-inner {
    width: 0%;
    height: 5px;
    background: green;
    position: absolute;
}
.studio-wrap .photos-wrap {
    clear: both;
}
.studio-wrap .photos-wrap .submit-wrap {
    margin: 10px 0;
}
.studio-wrap .photo-box {
    width: 200px;
    height: 180px;
    display: inline-block;
    margin: 2px;
}
.studio-wrap .photo-box label {
    display: block;
    text-align: center;
    padding: 3px;
}
.studio-wrap .photo-preview {
    display: block;
    width: 200px;
    height: 150px;
}
.studio-wrap .form-button {
    border: 1px solid #f1c40f;
    background-color: #fffff7;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    margin-right: 5px;
    padding: 1px 6px;
    display: inline-block;
    cursor: pointer;
}
.studio-wrap form.form-add-user {
    border: 1px solid #DDD;
    padding: 20px;
    margin: 20px 0;
}
.studio-wrap form.form-add-user label,
.studio-wrap form.form-add-user input[type="text"],
.studio-wrap form.form-add-user input[type="email"],
.studio-wrap form.form-add-user button {
    display: inline-block;
}
.studio-wrap form.form-add-user label {
    vertical-align: middle;
}
.studio-wrap a.button {
    border: 1px solid #f1c40f;
    background-color: #fffff7;
    border-radius: 5px;
    cursor: pointer;
    padding: 3px 5px;
    margin: 3px 5px;
    display: inline-block;
}
.onoffswitch {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 90px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}
.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Tak";
    padding-left: 10px;
    background-color: #34A7C1;
    color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "Nie";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 56px;
    border: 2px solid #999999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
.counter_input {
    display: none;
}

#articles-welcome {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: white;
    font-family: 'allerregular';
}
#articles-welcome .default-width {
    text-align: left;
    margin: 0px auto;
    max-width: 1300px;
}
@media all and (max-width: 1300px) {
    #articles-welcome .default-width {
        max-width: 700px;
    }
}
#articles-welcome a {
    color: inherit;
}
#articles-welcome .red-link {
    color: #526c07;
}
#articles-welcome .items .item {
    max-width: 620px;
    width: 90%;
    display: inline-block;
}
#articles-welcome .menu {
    display: inline-block;
    border-bottom: 1px solid #526c07;
    padding: 0px 0px 5px 0px;
    margin-bottom: 5px;
}
#articles-welcome .menu strong {
    font-size: 26px;
    font-family: 'aller_lightregular';

}
#articles-welcome .menu li {
    font-size: 18px;
    text-transform: lowercase;
    padding: 10px 10px 10px 10px;
    font-weight: 300;
    border-radius: 4px 4px 0px 0px;
}
#articles-welcome li {
    list-style-type: none;
}
#articles-welcome li.active {
    background-color: #526c07;
    color: white;

}

#articles-welcome .categories, #articles-welcome .categories li {
    display: inline-block;

}
#articles-welcome .categories {

    margin: 0px;
}
#articles-welcome .items .item {
    padding: 5px 5px 0px 5px;

}
#articles-welcome .items .item .photo, #articles-welcome .items .item .text {
    display: inline-block;
    vertical-align: top;
}
#articles-welcome .items .item .text {
    padding-left: 12px;
    max-width: 450px;

}
#articles-welcome .items .item .photo {
    width: 129px; 
}
#articles-welcome .items .item .text .title {
    font-size: 16px;
    margin-bottom: 5px;
}
#articles-welcome .items .item .text .header {
    font-size: 10px;
    text-transform: lowercase;
    padding-bottom: 3px;
}
#articles-welcome .items .item .text .lead {
    line-height: normal;
    font-size: 12px;
    font-stretch: normal;
    margin-top: 5px;
}
#articles  {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: left !important;
    max-width: 960px;
    margin: 0px auto;
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
}
#articles a {
    text-decoration: none;
    color: inherit;
}
#articles .menu {
    display: inline-block;
    border-bottom: 1px solid #526c07;
}
#articles .menu strong {
    font-size: 23px;

}
#articles .menu li {
    font-size: 17px;
    text-transform: lowercase;
    margin-left: 5px;
    padding: 10px 10px 10px 10px;
    font-weight: 300;
    border-radius: 4px 4px 0px 0px;
}
#articles li {
    list-style-type: inherit;
}
#articles li.active {
    background-color: #526c07;
    color: white;

}
#articles .categories, #articles .categories li {
    display: inline-block;

}
#articles .categories {
    margin: 20px 0px 0px -20px;
}
#articles .items .item {
    padding: 10px;
    margin-top: 10px;
}
#articles .items .item .photo, #articles .items .item .text {
    display: inline-block;
    vertical-align: top;
}
#articles .items .item .text {
    padding-left: 12px;
    max-width: 620px;
}
#articles .items .item .photo {
    width: 300px; 
}
#articles .items .item .text .title {
    font-size: 16px;
}
#articles .items .item .text .header {
    font-size: 13px;
    text-transform: lowercase;
    padding-bottom: 4px;
}
#articles .items .item .text .lead {
    line-height: 24px;
    font-size: 14px;
    font-stretch: normal;
}
#articles .items .odd {
    background-color: #F7F4ED;
}
#articles .items .even {
    background-color: #F7F4ED;
}
#articles .paginator {
    margin: 10px 0px;
    padding: 20px 40px;
    clear: both;
    background-color: #F7F4ED;
    text-align: right;
}
@media all and (max-width: 959px) {
    #articles .paginator {
        text-align: center;
    }
}
#articles .paginator nav {
    display: block;
    font-size: 16px;
    text-transform: lowercase;
}
#articles .paginator nav .button {
    padding: 10px 10px;
    display: inline-block;
}
#articles .paginator nav .pager {
    padding: 5px 11px;
    color: white;
    background-color: #2d2f35;
    border-radius: 5px;
}
#articles .paginator nav .pager.selected {
    background-color: #526c07;
}

#articles .single .title {
    font-size: 30px;
    margin: 10px 0px 10px 0px;
}

#articles .single .lead,#articles .single .content {
    padding: 20px 0px;
    font-size: 18px;
    line-height: 28px;
    color: black;

}
#articles .single p {
    margin: 0px;
}
#articles .single .image img {
    max-width: 100%;
}
#articles .single .image {
    text-align: center;
}
#articles .single a {
    text-decoration: underline;
}
#articles .other .similars .similar .link {
    font-size: 16px;
}
#articles .other .similars .similar {
    display: inline-block;
    width: 300px;
    margin-right: 15px;
    margin-top: 20px;
    vertical-align: top;
}
#articles .other .similars .title {
    font-size: 14px;
    font-weight: bold;
}
#articles .other .similars .similar img {
    max-height: 139px;
}
#articles .other .similars .similar strong {
    font-size: 14px;
}
#articles .other .similars .similar .link {
    padding: 5px 0px;
}
.lowcase {
    text-transform: lowercase;
}
.font-condensed {
    font-family: "aller_lightregular";
    font-weight: 100;
}

.font-regular {
    font-family: "allerregular";
}
.red-link {
    color: #526c07;

}
.inline-block {
    display: inline-block;
}
.color-red {
    color: #a80000 !important;
}
.color-black {
    color: black;
}
.color-white {
    color: white;
}
.color-grey {
    color: grey;
}
.color-green {
    color: green;
}
