/* Общее */

/*
INDEXES
Share:							2
Right Side:					50
Tooltip:						70
Search:							100
Navigation Select:	200
Private Area:				600
Add Menu:						700
Sign In:						999
No Script:					9998
Overlay: 99999

900x675
940x705
*/
:root {
    --color-green: #8dc73f;
    --color-green-hover: #76a535;
    
    --color-item: #a00000;
    --color-item-hover: #900000;
    
    --color-shop: #e18400;
    --color-shop-hover: #cc7800;
    
    --color-business: #d7a700;
    --color-business-hover: #c49800;
    
    --color-sale: #96a400;
    --color-sale-hover: #8d9a00;
    
    --color-job: #00a0ab;
    --color-job-hover: #00909a;
    
    --color-event: #005ab4;
    --color-event-hover: #004b96;
    
    --bgt: rgba(180, 0, 0, .2);
}

@media (max-width: 767px) {
    @-ms-viewport {
        width: 520px;
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    outline: none;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 15px;
    color: #222222;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    margin: 0;
    min-width: 500px;
    background: #f1f1f1;
}
body.bg-white {
    background: #ffffff;
    min-width: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
    cursor: pointer;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    vertical-align: baseline;
}
img {
    max-width: 100%;
    border: 0;
}
ins {
    position: relative;
    display: inline-block;
    text-decoration: none;
}
svg {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
    vertical-align: top;
}
a {
    color: #444444;
}
a:hover {
    color: #900000;
}
img {
    display: block;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'PT Sans Narrow', sans-serif !important;
    color: #444444;
}
h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 27px;
}
h2 {
    font-size: 22px;
    font-weight: 700;
}
h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
h5 {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 5px;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"], textarea, button {
    padding: 8px;
    width: 100%;
    line-height: 20px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    color: #222222;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
select {
    padding: 7px 8px;
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    color: #222222;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    /*-webkit-appearance: none;*/
    -webkit-border-radius: 0;
}
input[type="button"]:disabled, input[type="submit"]:disabled {
    background: #d0d0d0;
    cursor: default;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
input[type="text"]:disabled, input[type="password"]:disabled, textarea:disabled, select:disabled, input[type="text"]:read-only {
    color: #999999 !important;
    cursor: default;
    /*-webkit-appearance: none;*/
    -webkit-border-radius: 0;
}



b, strong {
    font-weight: bold;
}
i, em {
    font-style: oblique;
}
hr {
    height: 1px;
    color: #f0f0f0;
    background: #f0f0f0;
    font-size: 8px;
    border: 0;
}
.administration-report {
    position: fixed;
    z-index: 99999999;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
}
.not-mandatory {
    color: #808080;
}
/* BIG FORM BUTTONS */
.site-button {
    display: inline-block;
    padding: 0 16px;
    line-height: 36px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    background-color: #d0d0d0;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.site-button:hover {
    background: #c0c0c0;
}
a.site-button {
    color: #ffffff;
    /*line-height: 25px;*/
    text-decoration: none;
}
.site-button.empty {
    color: #444444;
    background-color: transparent;
    cursor: default;
}
.site-button:disabled {
    background-color: #808080 !important;
}

/* HEADER */
.site-header {
    display: table;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 6px rgba(30, 20, 50, 0.75);
}
.header-line {
    width: 100%;
    z-index: 5;
}
.header-line.top {
    background: #222222;
}
.header-line.middle {
    z-index: 4;
    height: 59px;
    border-bottom: 1px solid #ebebeb;
}
.header-line.last {
    z-index: 2;
    height: 40px;
    background: #f5f5f5;
    border-bottom: 1px solid #ebebeb;
}

/* HEADER FIRST LINE */
.header-top {
    margin: 0 auto;
    padding: 0 290px 0 220px;
    min-width: 410px;
    max-width: 1260px;
    width: 100%;
    max-height: 70px;
}
.header-logo, .header-search, .header-button {
    vertical-align: top;
}
.header-logo {
    position: absolute;
    top: 0;
    left: 10px;
    width: 200px;
    height: 70px;
}
.header-logo a {
    position: relative;
    display: block;
    width: 200px;
    height: 70px;
    overflow: hidden;
}
.header-logo img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 55px;
}

/* Search */
.header-search {
    height: 70px;
    background: #333333;
    z-index: 101;
}
.header-search-loader {
    display: none;
    z-index: 105;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 112px;
    margin: auto;
    height: 12px;
}
.header-search-loader img {
    width: 16px;
    height: 12px;
}
.header-search input[type='text'] {
    padding: 0 130px 0 20px;
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 24px;
    color: #707070;
    border: 0;
    background: #393939;
    border-radius: 0;
}
.header-search input[type='submit'] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 70px;
    line-height: 70px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 22px;
    color: #f0f0f0;
    text-align: center;
    text-transform: uppercase;
    background: #000000;
    border-radius: 0;
    cursor: pointer;
    -webkit-appearance: none;
;
}
@media (max-width: 768px) {
    .header-search input[type='text'] {
        padding-left: 15px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    .header-search input[type='submit'] {
        width: 200px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
}
.header-search-suggest {
    display: none;
    position: absolute;
    top: 70px;
    left: -1px;
    right: 0;
    border: 1px solid #e1e1e1;
    border-bottom: 0;
    background: #fcfcfc;
    box-shadow: 0 0 10px #e0e0e0;
    z-index: 100;
}
.header-search-result, .header-search-title {
    display: block;
    padding: 12px 15px;
    font-size: 18px;
    color: #444444;
    cursor: pointer;
    border-bottom: 1px solid #e1e1e1;
    text-decoration: underline;
}
.header-search-result:hover {
    color: #444444;
    background: #f0f0f0;
}
.header-search-title {
    cursor: default;
    text-decoration: none;
}

.header-button {
    position: absolute;
    z-index: 699;
    top: 0;
    right: 10px;
    width: 280px;
    height: 70px;
    font-size: 22px;
}
.header-button-static {
    z-index: 701;
}
.header-button-pop {
    position: absolute;
    display: none;
    top: 70px;
    width: 100%;
    min-height: 60px;
    background: #fcfcfc;
    border-top: 1px solid #d0d0d0;
    box-shadow: 0 0 5px #d0d0d0;
    z-index: 700;
}
@media (max-width: 768px) {
    .header-button-pop {
        top: 60px;
    }
}
.header-button-new, .header-button-new:hover {
    display: block;
    width: 100%;
    height: 70px;
    line-height: 70px;
    color: #f5f5f5;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #900000;
    cursor: pointer;
}
.header-button-item, .header-button-item:hover {
    display: block;
    height: 70px;
    line-height: 70px;
    color: #f5f5f5;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid #d0d0d0;
    background: #a00000;
    cursor: pointer;
    z-index: 700;
}
.hb-item {
    background: #a00000;
}
.hb-item:hover {
    background: #900000;
}
.hb-shop {
    background: #e18400;
}
.hb-shop:hover {
    background: #cc7800;
}
.hb-business {
    background: #d7a700;
}
.hb-business:hover {
    background: #c49800;
}
.hb-sale {
    background: #96a400;
}
.hb-sale:hover {
    background: #8d9a00;
}
.hb-job {
    background: #00a0ab;
}
.hb-job:hover {
    background: #00909a;
}
.hb-event {
    background: #005ab4;
}
.hb-event:hover {
    background: #004b96;
}
.hb-join {
    background-color: #8dc73f;
    border: 0;
}
.hb-join:hover {
    background-color: #76a535;
    border: 0;
}

/* HEADER SECOND LINE */
.header-top-holder {
    display: table;
    margin: 0 auto;
    padding: 0 10px;
    min-width: 410px;
    max-width: 1260px;
    width: 100%;
}
.header-menu {
    height: 60px;
}
.hm-item {
    float: left;
    margin-right: 30px;
    text-align: center;
    overflow: hidden;
}
.hm-item.ads { width: 38px; }
.hm-item.shops { width: 62px; }
.hm-item.businesses { width: 108px; }
.hm-item.sales { width: 56px; }
.hm-item.jobs { width: 46px; }
.hm-item.events { margin-right: 0; width: 70px; }
.hm-item.active {
    font-weight: bold;
    background: url('/assets/i/bg-mmactive.png') bottom center no-repeat;
}
.hm-item a {
    line-height: 60px;
    font-size: 24px;
    color: #444444;
    text-transform: uppercase;
    text-decoration: none;
}
.hm-item a:hover {
    color: #808080;
    text-decoration: none;
}

.header-private {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.header-private-button {
    position: absolute;
    right: 0;
    top: 10px;
    height: 40px;
    background: #a0a0a0;
}

.header-paths {
    padding-left: 3px;
    padding-right: 150px;
    height: 43px;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    color: #000000;
    overflow: hidden;
}
.header-paths dd {
    display: inline-block;
}
.header-paths span {
    padding: 0 7px;
    color: #707070;
}
.header-date {
    position: absolute;
    top: 0;
    right: 10px;
    color: #444444;
    font-size: 14px;
    line-height: 40px;
}

/* HEADER MEDIA */
@media (max-width: 992px) {
    .header-top {
        padding-right: 210px;
    }
    .header-button {
        width: 200px;
        font-size: 18px;
    }
    .hm-item {
        margin-right: 20px;
    }
}
@media (max-width: 768px) {
    .header-top {
        padding: 60px 10px 0 10px;
        max-height: 120px;
    }
    .header-logo {
        height: 60px;
    }
    .header-logo a {
        height: 60px;
    }
    .header-logo img {
        height: 50px;
    }
    .header-button-new,
    .header-button-new:hover,
    .header-button-item,
    .header-button-item:hover {
        height: 60px;
        line-height: 60px;
    }
    .header-search {
        height: 40px;
    }
    .header-search-suggest {
        top: 40px;
    }
    .header-search-loader {
        top: 1px;
        right: 215px;
    }
    .hm-item {
        margin-right: 5px;
    }
    .hm-item.ads { width: 36px; }
    .hm-item.shops { width: 56px; }
    .hm-item.businesses { width: 80px; }
    .hm-item.sales { width: 50px; }
    .hm-item.jobs { width: 38px; }
    .hm-item.events { width: 54px; }
    .hm-item a {
        font-size: 16px;
    }
}

@media (max-width: 640px) {
    .header-top {
        padding: 60px 0 0 0;
        max-height: 120px;
    }
    .header-button {
        right: 0;
    }
    .header-paths {
        padding-right: 0;
        font-size: 13px;
    }
    .header-paths span {
        padding: 0 4px;
    }
    .header-paths dd, .header-paths span.first, .header-date {
        display: none;
    }
}

/* CONTAINERS */
/* same as .header-top */
.site-container {
    display: table;
    margin: 20px auto;
    padding: 0 10px;
    min-width: 410px;
    max-width: 1260px;
    width: 100%;
}
.container {
    display: table-cell;
    vertical-align: top;
}
.container-overlay {
    position: absolute;
    z-index: 3;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    background-position: left top;
    background-image: url('/assets/i/bg-closed.png');
}
.container-overlay.sm {
    z-index: 6;
    background-image: url('/assets/i/bg-closed-sm.png');
}
.container-overlay.owner {
    top: 80px;
}
@media (max-width: 992px) {
    .container-overlay.owner {
        top: 60px;
    }
}
.container.left {
    border-spacing: 10px 20px;
    overflow: hidden;
}
.container.center {
    width: 10px;
}
.container.right {
    width: 280px;
    min-width: 280px;
    max-width: 280px;
    overflow: hidden;
}
.container.right.add {
    /*
    width: 380px;
    min-width: 380px;
    max-width: 380px;
    */
}
@media (max-width: 992px) {
    .container.left {
        display: block;
    }
    .container.center, .container.right {
        display: none;
    }
    .container.right.add {
        margin-top: 20px;
        display: block;
        width: 100%;
        max-width: none;
    }
}
.container-holder {
    margin: 16px -8px 0 -8px;
    z-index: 1;
}
.container-holder.post {
    margin-top: 0;
}
.container-holder.right {
    margin: 0;
}

/*
.container-owner {
    padding: 10px 15px;
    line-height: 40px;
    text-align: left;
    border: 1px solid #e2e4e6;
    box-shadow: 0 0 5px #e2e4e6;
    background: #fcfcfc none repeat scroll 0 0;
    z-index: +3;
    cursor: pointer;
}
.container-owner-drop {
    display: none;
}
.container-owner-controls {
    height: 40px;
    font-size: 0;
    text-align: center;
}
.container-owner-controls a {
    display: inline-block;
    padding-right: 15px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
}

.container-owner-controls a div {
    display: inline-block;
    margin-right: 5px;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    text-align: right;
}
.container-owner-controls a span {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    text-decoration: underline;
}
.owner-controls-icon path {
    fill: #808080;
}
.owner-controls-icon svg {
    vertical-align: top;
}
*/

.container-header {
    padding: 10px 260px 10px 15px;
    border: 1px solid #e2e4e6;
    box-shadow: 0 0 5px #e2e4e6;
    background: #fcfcfc none repeat scroll 0 0;
}
.container-header.right {
    padding: 10px 15px 12px 15px;
}
.container-header.inner {
    margin-top: 15px;
}
.container-header.top {
    margin-bottom: 15px;
    padding: 20px 15px;
    font-size: 22px;
    text-align: center;
    color: #444444;
    background-color: #ffffff;
    cursor: pointer;
}
.container-header.top img {
    width: 100%;
}
.container-header.top sub {
    margin-top: 10px;
    font-size: 16px;
}

.container-header h1 {
    line-height: 27px;
    font-size: 24px;
    font-weight: 700;
}
.container-header.right h1 {
    line-height: 20px;
    font-size: 20px;
}
.container-header sub {
    display: block;
    margin-top: 5px;
    margin-bottom: 1px;
    font-size: 14px;
    color: #606060;
}
.container-header.right sub {
    margin-top: 10px;
}
@media (max-width: 767px) {
    .container-header {
        padding-right: 60px;
    }
}
.container-header-line {
    padding: 0 110px 0 15px;
    height: 40px;
    line-height: 40px;
    color: #808080;
    background-color: #cccdcd;
    border-left: 1px solid #e2e4e6;
    border-right: 1px solid #e2e4e6;
}
.container-header-line a {
    color: #808080;
}
.container-header-line a:hover {
    color: var(--color-green-hover);
}
.container-header-buttons {
    z-index: 1;
    position: absolute;
    right: 14px;
    top: 16px;
    font-size: 0;
}

.container-menu-holder {
    z-index: 2;
    padding: 18px 80px 18px 20px;
    background-color: #444444;
    background-image: linear-gradient(180deg, transparent, rgba(0,0,0,.2));
    border-left: 1px solid #e2e4e6;
    border-right: 1px solid #e2e4e6;
}
.container-menu-holder h1 {
    line-height: 24px;
    font-size: 24px;
    font-weight: normal;
    color: #f0f0f0;
}
.container-menu-text {
    padding: 0 75px 0 20px;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    color: #f0f0f0;
    /*text-align: right;*/
}

/* Site Menu */
.container-menu {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 200px;
    height: 60px;
    font-size: 0;
    background-color: #111111;
    cursor: pointer;
}
.container-menu.open {
    background-color: #222222;
}
.container-menu:hover,
.container-menu.open:hover {
    background-color: #000000;
}
.container-menu a {
    display: block;
    color: #f0f0f0;
    text-decoration: none;
    white-space: nowrap;
}
.container-menu a:hover {
    background-color: #000000;
    text-decoration: none;
}

.container-menu-button {
    position: absolute;
    z-index: 4;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    padding: 0 5px;
    width: 40px;
    height: 30px;
}
.container-menu-button span {
    display: block;
    position: absolute;
    height: 6px;
    width: 50%;
    background: #f0f0f0;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.container-menu-button span:nth-child(even) {
    left: 50%;
    border-radius: 0;
}
.container-menu-button span:nth-child(odd) {
    left: 0;
    border-radius: 0;
}
.container-menu-button span:nth-child(1), .container-menu-button span:nth-child(2) {
    top: 0;
}
.container-menu-button span:nth-child(3), .container-menu-button span:nth-child(4) {
    top: 12px;
}
.container-menu-button span:nth-child(5), .container-menu-button span:nth-child(6) {
    top: 24px;
}
.container-menu-button.open span:nth-child(1),.container-menu-button.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.container-menu-button.open span:nth-child(2),.container-menu-button.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.container-menu-button.open span:nth-child(1) {
    left: 5px;
    top: 8px;
}
.container-menu-button.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 8px;
}
.container-menu-button.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}
.container-menu-button.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}
.container-menu-button.open span:nth-child(5) {
    left: 5px;
    top: 18px;
}
.container-menu-button.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 18px;
}

#container-menu {
    display: none;
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    list-style: none;
    color: #f0f0f0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
#container-menu.open {
    display: block;
}
#container-menu li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 50px;
    font-size: 18px;
    background-color: #444444;
    /*text-transform: uppercase;*/
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#container-menu li:nth-child(1) {
    line-height: 60px;
    font-weight: bold;
    background-color: #111111;
    /*background-color: #444444;*/
    /*background-image: linear-gradient(180deg, transparent, rgba(0,0,0,.2));*/
    border-bottom: 1px solid rgba(45, 45, 45, .5);
}
#container-menu li a,
#container-menu li span {
    padding: 0 20px;
}
#container-menu li a:hover {
    color: #fcc450;
}
#container-menu li a.navigation-active {
    color: #8dc73f;
}



/* RIGHT AREA CSS */
.container-right {
    margin-top: -1px;
    padding: 10px 9px;
    background-color: #fcfcfc;
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 5px #e2e4e6;
}
.right-break {
    height: 10px;
}
.right-tips {
    padding: 0 6px;
    font-size: 16px;
    line-height: 1.4;
}
.right-tips li {
    list-style: disc;
}
.right-tips ul {
    padding-left: 20px;
}
.right-tokens {
    margin: 5px 5px 5px 5px;
}
.right-tokens-balance {
    margin-top: 5px;
    font-size: 32px;
}
.right-tokens-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 98px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background-color: #8dc73f;
    color: #ffffff !important;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
}
.right-tokens-button:hover {
    background-color: #76a535;
}

.right-banner {
    margin: 10px auto;
    width: 240px;
    height: 400px;
}

/* RIGHT MENU ITEMS */
.right-menu {
    margin: -9px;
    background: #f0f0f0;
}
.right-menu.pages a {
    padding-left: 16px;
}
.right-menu a {
    display: block;
    position: relative;
    margin-bottom: 1px;
    padding: 10px 20px 10px 50px;
    line-height: 20px;
    font-size: 15px;
    color: #444444;
    background-color: #ffffff;
}
.right-menu a:hover {
    color: #900000;
    background: #f5f5f5;
}
.right-menu a:hover > span {
    fill: #900000;
}
.right-menu a.header {
    padding: 8px 10px 8px 14px;
    font-weight: bold;
    color: #444444;
    background: #f5f5f5;
    text-decoration: none;
}
.right-menu a span {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    width: 20px;
    height: 20px;
    fill: #d0d0d0;
}
.right-menu a span.active {
    fill: #900000;
}
.right-menu a span svg {
    display: block;
}

/* VIP LOTS */
.right-vip {
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
}
.right-vip img {
    max-width: 100%;
}
.right-vip-header {
    background-color: #444444;
    background-image: linear-gradient(180deg, transparent, rgba(0,0,0,.2));
}
.right-vip-header a {
    display: block;
    padding: 10px 15px;
    font-size: 18px;
    color: #f0f0f0;
    text-decoration: none;
}

.right-vip-more {
    padding: 5px;
}

/* SHARE BUTTONS */
.container-share {
    position: absolute;
    top: 17px;
    right: 15px;
    font-size: 20px;
    color: #808080;
    z-index: +2;
}
.container-share span {
    display: inline-block;
    padding-right: 5px;
    float: left;
    line-height: 33px;
}
.container-share-pointer {
    display: none;
    position: absolute;
    top: -5px;
    right: 0;
    padding: 5px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    fill: #808080;
    background: #f5f5f5;
}
.container-share-pointer:hover {
    fill: #a00000;
}
.container-share-icons {
    display: inline-block;
    z-index: +1;
}
.container-share-icon {
    display: inline-block;
    float: left;
    margin-left: 5px;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background: url('/assets/i/siteIcons.png') 1000px 1000px no-repeat;
    opacity: 0.7;
    filter: alpha(opacity=70);
    cursor: pointer;
}
.container-share-icon:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.container-share-icon.facebook {
    background-position: 0 0;
}
.container-share-icon.twitter {
    background-position: -33px 0;
}
.container-share-icon.google {
    background-position: -66px 0;
}
.container-share-icon.tumblr {
    background-position: -99px 0;
}
.container-share-icon.pinterest {
    background-position: -132px 0;
}
.container-share-close {
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    fill: #ffffff;
}
#container-share-pointer-x {
    display: none;
    background: #a0a0a0;
    color: #ffffff;
    text-decoration: none;
}
@media (max-width: 767px) {
    .container-share-label {
        display: none;
    }
    .container-share-pointer {
        display: inline-block;
    }
    .container-share-icons {
        position: absolute;
        display: none;
        top: -5px;
        right: -5px;
        padding: 5px 5px 0 5px;
        background: #ffffff;
        border: 1px solid #e0e0e0;
        box-shadow: 0 0 5px #e2e4e6;
    }
    .container-share-icon {
        display: block;
        float: none;
        margin-left: 0;
        margin-bottom: 5px;
        opacity: 0.99;
        filter: alpha(opacity=99);
    }
    #container-share-pointer-x {
        display: block;
    }
}

/* CATEGORIES */
.container-categories {
    margin: -1px 0 0 0;
    padding: 10px 5px 10px 10px;
    font-size: 0;
    background: #fcfcfc;
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 5px #e2e4e6;
    overflow: auto;
}
.container-category {
    display: block;
    float: left;
}
.container-category.no-display {
    display: none;
}
.container-category:hover {
    background: #f0f0f0;
}
.container-category sup {
    position: absolute;
    top: 5px;
    right: 14px;
    font-size: 16px;
    color: #808080;
}
.container-category a {
    display: block;
    padding: 2px 50px 2px 10px;
    vertical-align: top;
    font-size: 16px;
    line-height: 22px;
}
.container-category a sup {
    color: #808080;
    text-decoration: none;
}
.container-category.c2 {
    width: 50%;
}
.container-category.c3 {
    width: 33.33333333%;
}
.container-category.c4 {
    width: 25%;
}
.container-category.c5 {
    width: 20%;
}
@media (max-width: 1200px) {
    .container-category.c3, .container-category.c4, .container-category.c5 {
        width: 50%;
    }
}

/* CONTAINER LISTING AND SHARE BUTTONS */
.container-listing {
    position: absolute;
    right: 14px;
    top: 16px;
    font-size: 0;
}
.container-listing-type {
    display: inline-block;
    margin-left: 5px;
    width: 23px;
    height: 31px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    cursor: pointer;
}
.container-listing-type:hover {
    opacity: 1;
    filter: alpha(opacity=1);
}
.container-listing-type.compact {
    background: url('/assets/i/siteIcons.png') -582px -31px no-repeat;
}
.container-listing-type.compact.active {
    background: url('/assets/i/siteIcons.png') -605px -31px no-repeat;
}
.container-listing-type.full {
    background: url('/assets/i/siteIcons.png') -628px -31px no-repeat;
}
.container-listing-type.full.active {
    background: url('/assets/i/siteIcons.png') -651px -31px no-repeat;
}


/* GENERAL POSTS LISTINGS + INNER AREA + CRUMBS */
.post-owner-container {
    margin-bottom: 10px;
    padding: 10px 15px;
    border: 1px solid #e2e4e6;
    box-shadow: 0 0 5px #e2e4e6;
    background: #fcfcfc none repeat scroll 0 0;
}
.post-owner-container sub {
    display: block;
    margin-top: 5px;
    margin-bottom: 1px;
    font-size: 14px;
    color: #606060;
}
@media (max-width: 992px) {
    .post-owner-container sub {
        display: none;
    }
}
.post-owner-blocks {
    position: absolute;
    bottom: 10px;
    left: 15px;
    right: 15px;
    margin: auto;
    height: 38px;
    font-size: 0;
    text-align: left;
}
.post-owner-block {
    display: inline-block;
    position: relative;
    margin-left: 15px;
    color: #606060;
    text-align: center;
    cursor: pointer;
}
.post-owner-block.stats {
    float: right;
    margin: 0;
}
.post-owner-icon {
    display: inline-block;
    width: 38px;
    height: 38px;
    background-color: #ffffff;
    border: 4px solid #fcc450;
    border-radius: 50%;
    vertical-align: top;
}
.post-owner-block span {
    display: inline-block;
    margin-left: 6px;
    line-height: 38px;
    font-size: 14px;
    vertical-align: top;
}
@media (max-width: 992px) {
    .post-owner-blocks {
        height: 34px;
    }
    .post-owner-icon {
        width: 34px;
        height: 34px;
    }
    .post-owner-block {
        margin-left: 10px;
    }
    .post-owner-block span {
        line-height: 34px;
    }
}
.post-owner-icon ins {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    fill: #fcc450;
}
.post-owner-block:hover .post-owner-icon {
    background-color: #8dc73f;
}
.post-owner-block:hover .post-owner-icon ins {
    fill: #ffffff;
}

.post-holder {
    float: left;
    width: 50%;
    padding: 0 8px 16px 8px;
    background: none;
}
.post-holder.third {
    width: 33.3333333333%;
}
.post-holder.long {
    width: 100%;
}
.post-holder.cats {
    padding: 0 7px 12px 7px;
    width: auto;
}
@media (max-width: 1170px) {
    .post-holder.third {
        width: 50%;
    }
}
@media (max-width: 992px) {
    .post-holder.third {
        width: 33.3333333333%;
    }
}
@media (max-width: 768px) {
    .post-holder {
        float: none;
        width: 100%;
        padding: 0 8px 16px 8px;
    }
}
@media (max-width: 768px) {
    .post-holder.third {
        float: left;
        width: 50%;
    }
    .post-holder.cats {
        float: left;
        width: auto;
    }
}
@media (max-width: 585px) {
    .post-holder {
    }
    .post-holder.third {
        width: 100%;
    }
}
.post-holder.mosaic-block {
    position: absolute;
    display: block;
    float: none;
}
@media (max-width: 767px) {
    .post-holder.mosaic-block {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
    }
}


.post-inner {
    background: #ffffff;
    box-shadow: 0 0 5px #e2e4e6;
    border: 1px solid #e0e0e0;
}
.post-title {
    border-bottom: 1px solid #e2e4e6;
    overflow: hidden;
}
.post-title a {
    display: block;
    padding: 12px 15px;
    font-size: 20px;
    /*white-space: nowrap;*/
    color: #444444;
}
.post-title a:hover {
    color: #900000;
}
.post-cut {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 100%;
    background: #ffffff;
}
.post-image {
    position: absolute;
    z-index: +1;
    top: 10px;
    left: 15px;
    width: 140px;
    height: 105px;
    text-align: left;
    vertical-align: top;
}
.post-image img {
    max-width: 140px;
    max-height: 105px;
}
.post-data {
    min-height: 160px;
    padding-bottom: 35px;
    background: #ffffff;
    overflow-x: hidden;
}
.post-data.shop {
    display: table;
    width: 100%;
    vertical-align: top;
    border-spacing: 0;
}
.post-date {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 140px;
    height: 105px;
    font-size: 14px;
    text-align: right;
}
.post-date span {
    display: block;
    padding: 3px 0 5px 0;
    font-size: 13px;
    color: #606060;
}
.post-date span a {
    font-size: 13px;
    color: #606060;
}

.post-price {
    position: absolute;
    bottom: 50px;
    right: 15px;
    padding: 3px 0 3px 0;
    font-size: 16px;
    cursor: help;
}
.post-price span, .post-price a {
    padding: 3px 10px 4px 10px;
    background: #8dc73f;
    color: #ffffff;
    text-decoration: none;
}
.post-price a:hover {
    background: #222222;
    color: #ffffff;
}
 /* CRUMBS */
.post-crumbs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fcfcfc;
}
.post-crumbs div.crumbs {
    padding: 10px 15px 10px 15px;
    font-size: 14px;
    line-height: 14px;
    border-top: 1px solid #e0e0e0;
    white-space: nowrap;
    overflow: hidden;
}
.post-crumbs div.crumbs a {
    color: #444444;
}
.post-crumbs div.crumbs span {
    padding: 0;
    color: #707070;
}

/* SMALL POSTS LISTINGS */
.post-holder-line {
    padding: 0 5px 10px 5px;
    width: 100%;
}
.post-holder-line.half {
    display: inline-block;
    width: calc(50% - 2px);
    vertical-align: top;
}
@media(max-width: 1199px) {
    .post-holder-line.half {
        width: 100%;
    }
}
.post-title-line {
    padding: 10px 220px 10px 140px;
    width: 100%;
    font-size: 18px;
    border-left: 8px solid transparent;
}
.post-title-line.half {
    padding-right: 10px;
}
.post-title-line.editor {
    padding-right: 60px;
}

.post-title-line span {
    display: block;
    padding-top: 2px;
    font-size: 16px;
    color: #606060;
}
.post-title-line ins {
    margin-top: 15px;
    font-size: 15px;
    color: #606060;
}
.post-title-line aside {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 14px;
    color: #606060;
}
.post-price-line {
    position: absolute;
    top: 13px;
    right: 10px;
    padding: 3px 0 3px 0;
    font-size: 18px;
    cursor: help;
}
.post-price-line span {
    padding: 3px 10px 4px 10px;
    background: #8dc73f;
    color: #ffffff;
}
.post-image-line {
    z-index: +1;
    display: block;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    width: 125px;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.post-crumbs-line {
    position: absolute;
    top: 20px;
    right: 14px;
    width: 240px;
    font-size: 14px;
    text-align: right;
    color: #444444;
}
.post-buttons-line {
    position: absolute;
    z-index: +1;
    top: 10px;
    right: 10px;
    /*background: var(--bgt);*/
}

/* POSTS LISTING VARS */
/* SHOP VARS */
.post-shop-image, .post-shop-text, .post-shop-items {
    vertical-align: top;
}
.post-shop-image {
    position: absolute;
    z-index: +1;
    top: 0;
    left: 0;
    padding: 10px;
    width: 170px;
    height: 150px;
    max-width: 170px;
    text-align: center;
}
.post-shop-image img {
    max-width: 150px;
}
.post-shop-text {
    padding: 13px 240px 15px 180px;
    height: 170px;
}
.post-shop-text sup {
    display: block;
    margin-top: 10px;
}
.post-shop-text sub {
    display: block;
    margin-top: 20px;
}
.post-shop-items {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    height: 169px;
    overflow: hidden;
}
.post-shop-items a {
    display: block;
    padding: 8px 10px;
    width: 210px;
    max-width: 210px;
    color: #444444;
    font-size: 15px;
    border-bottom: 1px solid #f0f0f0;
    background: #ffffff;
    white-space: nowrap;
    overflow: hidden;
}
.post-shop-items a:hover {
    color: #900000;
    background: #f0f0f0;
}
@media (max-width: 640px) {
    .post-shop-text {
        padding-right: 10px;
    }
    .post-shop-items {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        border-top: 1px solid #f0f0f0;
    }
    .post-shop-items a {
        width: 100%;
        max-width: 100%;
    }
}

/* BUSINESSES VARS */
.post-business-info {
    padding: 14px 10px 14px 200px;
    width: 100%;
    min-height: 180px;
    font-size: 15px;
    line-height: 17px;
    overflow: hidden;
}
.post-business-info sub {
    font-size: 14px;
    line-height: 14px;
}
.post-business-info hr {
    margin: 7px 0 4px 0;
}
.post-business-image {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 160px;
    height: 160px;
    text-align: center;
    vertical-align: middle;
}
@media (max-width: 767px) {
    .post-business-info {
        min-height: 150px;
    }
    .post-business-image {
        width: 130px;
        height: 130px;
    }
}
.post-business-image img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.post-business-text {
    padding: 10px 15px;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    border-top: 1px solid #f0f0f0;
}

/* SALES VARS */
.post-sale-info {
    position: absolute;
    top: 10px;
    right: 0;
    padding: 0 10px 0 170px;
    width: 100%;
    height: 105px;
    font-size: 15px;
    line-height: 17px;
    text-align: right;
    overflow: hidden;
}
.post-sale-info sub {
    font-size: 14px;
    line-height: 14px;
}
.post-sale-info hr {
    margin: 7px 0 4px 0;
}

/* JOBS VARS */
.post-price-line.jobs {
    right: 14px;
}

/* EVENTS VARS */
.post-events-image {
    margin: 10px;
    max-height: 400px;
    text-align: center;
    overflow: hidden;
}
@media (max-width: 767px) {
    .post-events-image {
        max-height: 300px;
    }
}
.post-events-image img {
    display: inline-block;
    width: 100%;
}
.post-events-text {
    padding: 10px 15px;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    border-top: 1px solid #f0f0f0;
}

.post-events-date {
    padding: 0 15px 10px 15px;
    font-weight: bold;
    color: #444444;
}
.post-events-date.off {
    color: #999999;
}


.post-modern {
    border: 1px solid #e0e0e0;
    /*border-bottom: transparent;*/
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, .2);*/
    /*border-radius: max(0px, min(8px, ((100vw - 4px) - 100%) * 9999)) / 8px;*/
    overflow: hidden;
}
.post-modern:hover > .post-modern-image:after {
    opacity: .5;
    background-image: linear-gradient(180deg, rgba(0,0,0,.4), transparent);
}
.post-modern-image {
    display: block;
    max-width: 100%;
    min-height: 120px;
    max-height: 450px;
    overflow: hidden;
}
.post-modern-image:after {
    position: absolute;
    z-index: 2;
    display: block;
    content: "";
    top: -2px;
    bottom: 35px;
    left: -2px;
    right: -2px;
}
.post-modern-image img {
    width: 100%;
}
.post-modern-data {
    background-color: #444444;
    background-image: linear-gradient(180deg, transparent, rgba(0,0,0,.2));
}
.post-modern-title, .post-modern-title:hover {
    display: block;
    padding: 10px 15px;
    font-size: 18px;
    color: #f0f0f0;
    text-decoration: none;
}

.post-modern-price {
    position: absolute;
    top: -35px;
    left: 15px;
    padding: 3px 0 3px 0;
    font-size: 16px;
    cursor: help;
}
.post-modern-price span, .post-modern-price a {
    padding: 3px 10px 4px 10px;
    background: #8dc73f;
    color: #ffffff;
    text-decoration: none;
}
.post-modern-price a:hover {
    background: #222222;
    color: #ffffff;
}
.post-modern-description,
.post-modern-description:hover {
    display: block;
    padding: 8px 14px 9px 14px;
    line-height: 20px;
    font-size: 15px;
    
    color: #222222;
    background: #ffffff;
    border-bottom: 1px solid #e9e9e9;
    text-decoration: none;
}
.post-modern-info {
    position: absolute;
    z-index: 3;
    top: 15px;
    left: 15px;
    padding: 6px 10px;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    background: rgba(0,0,0,.5);
    text-decoration: none;
}
.post-modern-info.top {
    top: auto;
    bottom: -60px;
}
.post-modern-info:hover {
    color: #ffffff;
}
.post-modern-info.off {
    opacity: .3;
}
.post-modern-info ins {
    display: block;
    text-decoration: none;
    font-size: 13px;
    font-weight: normal;
}
.post-modern-info ins.under {
    margin-top: 5px;
}
.post-modern-items,
.post-modern-items-og {
}
.post-modern-items span,
.post-modern-items-og span,
.post-modern-items-og a {
    display: block;
    padding: 8px 15px;
    width: 100%;
    color: #ffffff;
    font-size: 15px;
    border-bottom: 1px solid #707070;
    background: #898989;
    white-space: nowrap;
    overflow: hidden;
}
.post-modern-items-og a:hover {
    color: #ffffff;
    background: rgba(0,0,0,.5);
}
.post-modern-items span {
    color: #222222;
    background: #f0f0f0;
    border-bottom: 1px solid #e0e0e0;
}

.post-modern-items-og {
    position: absolute;
    z-index: +2;
    bottom: 35px;
    left: 0;
    right: 0;
}
.post-modern-crumbs {
    display: block;
    padding: 10px 15px;
    color: #222222;
    background: #ffffff;
}
.post-modern-crumbs a {
    line-height: 14px;
    font-size: 14px;
    font-weight: normal;
    color: #444444;
}
.post-modern-crumbs a:hover {
    color: #a00000;
}
.post-modern-crumbs.cats {
    padding: 3px 10px 5px 45px;
    color: #555555;
    line-height: 16px;
    text-decoration: none;
}
.post-modern-crumbs.cats small {
    color: #909090;
}
.post-modern-crumbs.cats:hover {
    background-color: #f0f0f0;
}
.post-modern-crumbs.cats b {
    color: #444444;
}

/* Post Letters */
.post-letter {
    background: #d0d0d0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    z-index: 5;
    vertical-align: top;
}
.post-letter a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
}
.post-letter a:hover {
    background: #000000;
}
.post-letter img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 16px;
    height: 10px;
}
.post-letter.b {
    position: absolute;
    bottom: 12px;
    left: 12px;
}
.post-letter.s {
    position: absolute;
    top: 15px;
    right: 20px;
}
.post-letter.s a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
}

.post-letter.c {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    width: 24px;
    height: 24px;
}
.post-letter.c a {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
}

.post-letter.l {
    display: inline-block;
    margin: 2px 0 0 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.post-letter.i {
    display: inline-block;
    margin: 2px 10px 0 -30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.post-letter.i a {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
}

/* POST ADMIN */
.post-admin {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.post-admin select {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    padding: 0 6px;
    width: 80px;
    height: 26px;
    line-height: 26px;
}

/* GENERAL POST DISPLAY */
.post-top-cover {
    width: 100%;
    background: center center no-repeat;
    background-size: cover;
    border-left: 1px solid #e2e4e6;
    border-right: 1px solid #e2e4e6;
    box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.75);
}
.post-top-cover:after {
    display: block;
    padding-top: 43%;
    content: '';
}
.post-top-cover-data {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.post-top-cover-logo {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 18%;
    box-shadow: 0 0 10px #444444;
}
.post-top-cover-logo.owner {
    cursor: pointer;
}
.post-top-cover-logo.owner:hover {
    background: rgba(131, 186, 65, .5);
}
.post-top-cover-logo.owner:hover img {
    opacity: .2;
}
.post-top-cover-change {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 20px;
    padding-top: 15px;
    width: 60px;
    height: 60px;
    font-size: 14px;
    font-weight: 400; 
    color: #f0f0f0;
    text-align: center;
    text-transform: uppercase;
    background: rgba(0, 0, 0, .5);
    border: 1px solid rgba(255, 255, 255, .3);
    cursor: pointer;
}
.post-top-cover-change:hover {
    background: rgba(131, 186, 65, .5);
}
.post-top-cover input {
    display: none;
}
.post-top-announce {
    margin-top: -1px;
    padding: 15px;
    line-height: 22px;
    font-size: 18px;
    background: #ffffff;
    border-left: 1px solid #e2e4e6;
    border-right: 1px solid #e2e4e6;
    box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.4);
}
.post-top-announce img {
    margin: 0 auto;
    max-width: 100%;
}

.post-gallery {
    margin: -1px 5px 0 5px;
    /*font-size: 0;*/
    text-align: center;
    background: #fcfcfc;
    border: 1px solid #e0e0e0;
    border-top: 0;
    border-bottom: 0;
}
.post-gallery-announce-line {
    height: 40px;
    background: #cccdcd;
}
.post-gallery-holder {
    font-size: 0;
    text-align: center;
    background: url('/assets/i/search-loader.gif') center center no-repeat rgba(0,0,0,0.6);
    overflow: hidden;
    z-index: 2;
}
.post-gallery-image {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    transition: all ease-in-out .3s;
}
.post-gallery-image.no-image {
}
.post-gallery-image img {
    display: inline-block;
    /*width: 100%;*/
    max-width: 100%;
}
.post-gallery-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.75), inset 0 -10px 10px -10px rgba(0,0,0,0.75);
    z-index: 2;
}
.post-gallery-thumbs {
    padding: 10px;
    background: #595959;
    z-index: 6;
}
.post-gallery-thumbs input {
    display: none;
}
.post-gallery-thumbs ul {
    padding: 0;
    margin: 0;
    font-size: 0;
    text-align: center;
}
.post-gallery-thumbs li {
    position: relative;
    display: inline-block;
    list-style: none;
    margin: 5px 6px;
    width: calc((100% / 6) - 12px);
    background-color: #606060;
    border: 1px solid #444444;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(34, 34, 34, .6);
}
@media (max-width: 1170px) {
    .post-gallery-thumbs li {
        width: calc((100% / 5) - 12px);
    }
}
@media (max-width: 767px) {
    .post-gallery-thumbs li {
        width: calc((100% / 4) - 12px);
    }
}
.post-gallery-thumbs li:after {
    content: '';
    display: block;
    padding-top: 73%;
}
.post-gallery-thumbs li:hover {
    background: #505050;
}
.post-gallery-thumbs li span {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.6;
    filter: alpha(opacity=60);
    cursor: pointer;
}
.post-gallery-thumbs li span.active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.post-gallery-thumbs li span:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.post-gallery-prev, .post-gallery-next {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    opacity: 0.2;
    filter: alpha(opacity=20);
    z-index: 55;
    cursor: pointer;
}
.post-gallery-prev {
    left: 0;
    background: url("/assets/i/imgToLeft.png") no-repeat scroll left center rgba(0, 0, 0, 0);
}
.post-gallery-next {
    right: 0;
    background: url("/assets/i/imgToRight.png") no-repeat scroll right center rgba(0, 0, 0, 0);
}
.post-gallery-prev:hover, .post-gallery-next:hover {
    opacity: 0.50;
    filter: alpha(opacity=50);
}
.post-gallery-default,
.post-gallery-remove {
    position: absolute;
    z-index: 56;
    top: 15px;
    right: 15px;
    padding-top: 15px;
    width: 60px;
    height: 60px;
    font-size: 14px;
    font-weight: 400; 
    color: #f0f0f0;
    text-align: center;
    text-transform: uppercase;
    background: rgba(0, 0, 0, .5);
    border: 1px solid rgba(255, 255, 255, .3);
    cursor: pointer;
}
.post-gallery-default {
    left: 15px;
    right: auto;
}
.post-gallery-default:hover {
    background: rgba(0, 255, 0, .3);
}
.post-gallery-remove:hover {
    background: rgba(255, 0, 0, .5);
}
.post-gallery-default.hidden,
.post-gallery-remove.hidden {
    display: none;
}
/* POST BODY HOLDER */
.post-body-holder {
    margin: -1px 5px 0 5px;
    background: #fcfcfc;
}
.post-body-price {
    padding: 20px 15px;
    font-size: 22px;
    font-weight: 700;
    color: #444444;
    background: #fcfcfc;
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 5px #e2e4e6;
}
.post-body-price-buttons span {
    padding: 5px 10px 4px 10px;
    margin-left: 10px;
    background: #8dc73f;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    cursor: help;
}

.post-body-block {
    margin-top: -1px;
    padding: 15px;
    line-height: 20px;
    background: #fcfcfc;
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 5px #e2e4e6;
}
.post-body-block.cats {
    padding: 15px 7px 2px 7px;
    max-height: 205px;
    overflow: auto;
}
.post-body-block hr {
    margin: 10px 0;
}
.post-body-block ul {
    list-style: disc;
}
.post-body-block li {
    margin: 5px 0 5px 30px;
}
.post-body-block article {
    padding-top: 20px;
    width: 100%;
    font-family: 'PT Sans', sans-serif;
}
.post-body-block ul,
.post-body-block article ul {
    list-style: disc;
}
.post-body-block li,
.post-body-block article li {
    margin: 5px 0 5px 30px;
}
.post-body-block sub {
    display: block;
    margin-top: 5px;
    margin-bottom: -5px;
    font-size: 14px;
    line-height: 14px;
    color: #606060;
}

/* POST BODY SHOP INCULE */
.post-body-block aside {
    float: right;
    display: block;
    margin: -100px 0 20px 20px;
    padding: 10px;
    max-width: 220px;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #f0f0f0;
    text-align: center;
    text-decoration: none;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.post-body-block aside a {
    display: block;
    text-decoration: none;
}
.post-body-block aside h3 {
    margin-bottom: 10px;
    font-weight: 300;
}
.post-body-block aside p {
    margin-top: 10px;
}
@media (max-width: 640px) {
    .post-body-block aside {
        max-width: 160px;
    }
}

.post-body-promote {
    margin-bottom: 20px;
}
.post-body-promote div {
    margin-top: 15px;
}
.post-body-promote div img {
    float: left;
    margin: 0 15px 15px 0;
    width: 320px;
    max-width: 320px;
}
.post-body-promote p {
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding: 10px 10px 10px 40px;
    line-height: 20px;
    text-align: right;
    background-color: #f0f0f0;
}
.post-body-promote b {
    float: left;
}
.post-body-promote ins {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
}
.post-body-promote mark {
    display: inline-block;
    margin-bottom: 10px;
    padding: 15px;
    width: calc(100% - 335px);
    color: #444444;
    background-color: #f0f0f0;
}
@media (max-width: 575px) {
    .post-body-promote mark {
        width: 100%;
    }
    .post-body-promote div img {
        float: none;
        margin: 15px 0;
        width: 100%;
        max-width: 100%;
    }
}

/* SHOP CATALOG EDITOR */
.post-body-catalog {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    border: 1px solid #d0d0d0;
}
.post-body-catalog-header {
    padding: 10px;
    font-size: 18px;
    color: #444444;
    background-color: #f0f0f0;
    border-bottom: 1px solid #e2e4e6;
}
.post-body-catalog-data {
    padding: 5px;
    font-size: 0;
    background: #ffffff;
    overflow: hidden;
}

/* BUSINESS PAGES EDITOR */
.post-body-pages {
    background-color: #f0f0f0;
}
.post-body-page {
    position: relative;
    display: block;
    margin-bottom: 1px;
    padding: 8px 10px 8px 10px;
    color: #444444;
    background: #ffffff;
    font-size: 15px;
}
.post-body-page:hover {
    color: #900000;
    background: #f0f0f0;
}
.post-body-page-options {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 0;
}
.bOB {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 5px;
    background-image: url('/assets/i/siteIcons.png');
    background-position: 1000px 1000px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.bOB.bOE {
    margin-left: 33px;
    background-position: 0 -190px;
}
.bOB.bOE:hover {
    background-position: -24px -190px;
}
.bOB.bOEOFF {
    background-position: -48px -190px;
    cursor: default;
}

.bOB.bOD {
    background-position: 0 -166px;
}
.bOB.bOD:hover {
    background-position: -24px -166px;
}
.bOB.bODOFF {
    background-position: -48px -166px;
    cursor: default;
}

.bOB.bOH {
    background-position: 0 -142px;
}
.bOB.bOHON {
    background-position: -24px -142px;
}
.bOB.bOHOFF {
    background-position: -48px -142px;
    cursor: default;
}



.post-body-inline {
    display: inline-block;
    margin: 10px 20px 5px 0;
    padding-right: 20px;
    max-width: 350px;
    min-width: 200px;
    font-size: 18px;
    vertical-align: top;
}
.post-body-inline.off {
    color: #808080;
}
.post-body-map {
    margin: 15px -15px -15px -15px;
    height: 350px;
    z-index: 1;
}
.post-body-map-og {
    position: absolute;
    top: 0;
    left: 0;
    width: 938px;
    height: 350px;
    background: rgba(255,255,255,0.2);
    cursor: pointer;
    z-index: 2;
}
.post-body-map-og:hover {
    background: rgba(255,255,255,0.5);
}

.post-body-contacts {
    margin-top: 20px;
    /*height: 120px;*/
}
.post-body-contact-area {
    margin: 0 -15px 10px -15px;
    padding: 5px 10px 10px 10px;
    border: 10px solid #c0c0c0;
    background-color: #f5f5f5;
}


/* contacts table */
.lCTD {
    padding: 5px 0;
    width: 150px;
    font-size: 18px;
}
.rCTD {
    padding: 5px 0;
    max-width: 600px;
    font-size: 18px;
}
.sCTD {
    padding-right: 20px;
    width: 140px;
}
.fCTD {
    font-size: 18px;
}
.eCTD {
    padding: 5px 0;
    width: 350px;
    font-size: 18px;
}
.eCTD.dateOff {
    color: #999999;
    font-size: 18px;
}

.post-body-loader {
    margin-left: 10px;
    color: #900000;
    font-size: 15px;
    text-decoration: underline;
    cursor: pointer;
}
.post-body-loader:hover {
    color: #808080;
}
.post-body-loader-no {
    margin-left: 0;
}

.post-body-popup {
    position: absolute;
    display: none;
    top: 70px;
    left: 10px;
    padding-bottom: 5px;
    width: 360px;
    background: #f0f0f0;
    border: 1px solid #d0d0d0;
    border-radius: 2px;
    z-index: 5;
}
.post-body-popup-header {
    padding: 10px;
    font-size: 18px;
    color: #000000;
}
.post-body-popup-close {
    position: absolute;
    top: 9px;
    right: 10px;
    font-size: 15px;
}
.post-body-popup-data {
    padding: 10px;
    background: #ffffff;
}

.post-body-addon-shop {
    position: absolute;
    right: 5px;
    top: 0;
    width: 180px;
    height: 120px;
    text-align: right;
}
.post-body-addon-shop img {
    display: inline-block;
    margin-right: 3px;
    max-height: 90px;
}
.post-body-addon-shop h3 {
}
@media (max-width: 767px) {
    .post-body-addon-shop {
        position: relative;
        margin-top: 10px;
        padding: 5px;
        width: 100%;
        text-align: left;
    }
}
.post-body-warning {
    padding: 15px;
    border: 20px solid #e0e0e0;
    text-align: center;
}

/* INPUT ITEM ADDING */
.post-add-line {
    margin-bottom: 10px;
    width: 100%;
    /*max-width: 800px;*/
    min-height: 38px;
    font-size: 0;
    vertical-align: top;
}
.post-add-title {
    display: inline-block;
    width: 200px;
    line-height: 38px;
    font-size: 20px;
    font-weight: 700;
    vertical-align: top;
}
.post-add-title.np {
    color: #808080;
}
.post-add-title dd {
    margin: -5px 10px 10px 0;
    line-height: 14px;
    font-size: 14px;
    font-weight: normal;
}

.post-add-input-images {
    display: inline-block;
    width: calc(100% - 200px);
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    vertical-align: top;
}
.post-add-input-images input {
    display: none;
}
.post-add-input-images ul {
    display: block;
    padding: 5px;
    margin: 0;
    line-height: 0;
    font-size: 0;
    list-style: none;
}
.post-add-input-images li {
    position: relative;
    display: inline-block;
    list-style: none;
    margin: 5px 5px;
    width: calc(20% - 10px);
    background-color: #606060;
    border: 1px solid #444444;
    cursor: pointer;
}
.post-add-input-images li:after {
    display: block;
    padding-top: 73%;
    content: '';
}
.post-add-input-images li span {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.post-add-input-images li div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 20px;
    font-size: 14px;
    color: #f0f0f0;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
}
.post-add-input-counter {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 14px;
    color: rgba(184, 50, 50, .55);
}
.post-add-input {
    display: inline-block;
    width: calc(100% - 200px);
    vertical-align: top;
}
.post-add-input.full {
    width: 100%;
}
.post-add-cut {
    width: calc(100% - 180px) !important;
}
.post-add-cut.cut {
    width: calc(100% - 270px) !important;
}
.post-add-small {
    width: 170px !important;
}
.post-add-small.left {
    margin-right: 10px;
}
.post-add-small.right {
    margin-left: 10px;
}
.post-add-half {
    margin-right: 10px;
    width: 160px !important;
    cursor: pointer;
}
.post-add-half:hover {
    background-color: #e9e9e9;
}
.post-add-tiny {
    margin-right: 10px;
    width: 80px !important;
}
.post-add-timer {
    margin-right: 10px;
    width: calc(25% - 10px) !important;
    cursor: pointer !important;
}
.post-add-timer:last-child {
    margin-right: 0;
    width: 25% !important;
}
.post-add-timer:hover {
    background-color: #e9e9e9;
}
.post-add-submit {
    margin-left: 200px;
}
.post-add-submit.catalog {
    margin-left: 0;
}
@media (max-width: 767px) {
    .post-add-line {
        display: block;
    }
    .post-add-title {
        display: block;
    }
    .post-add-input-images,
    .post-add-input {
        display: block;
        width: 100%;
    }
    .post-add-input-images li {
        width: calc(25% - 10px);
    }
    .post-add-submit {
        margin-left: 0;
    }
}
.post-add-comment {
    float: right;
    font-size: 16px;
    color: #808080;
    text-align: right;
}
.post-add-submit-button {
    display: inline-block;
    padding: 5px 20px;
    width: auto !important;
    font-size: 18px;
    background: #8dc73f;
}
.post-add-submit-button:hover {
    background: #7db137;
}
.post-add-catalog-button,
.post-add-catalog-reset {
    display: inline-block;
    padding: 0 20px;
    width: auto !important;
    font-size: 16px;
    background: #8dc73f;
}
.post-add-catalog-reset {
    float: right;
    background-color: #b41100;
}
.post-add-catalog-reset:hover {
    background-color: #990e00;
}

.post-add-catalog-item, .post-add-catalog-item-a {
    display: inline-block;
    margin: 10px 5px 0 5px;
    width: calc(25% - 10px);
    border: 1px solid #e0e0e0;
    background: center center no-repeat;
    background-size: cover;
    vertical-align: top;
    cursor: pointer;
}
@media (max-width: 767px) {
    .post-add-catalog-item, .post-add-catalog-item-a {
        width: calc(50% - 10px);
    }
}
.post-add-catalog-item:after,
.post-add-catalog-item-a:after {
    display: block;
    padding-top: 73%;
    content: '';
}
.post-add-catalog-item-name {
    position: absolute;
    z-index: 3;
    top: 10px;
    left: 10px;
    right: 10px;
    padding: 4px 7px;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    background: rgba(0,0,0,.5);
    text-decoration: none;
}

.post-add-catalog-item:hover > .post-add-catalog-item-name, .post-add-catalog-item-a:hover > .post-add-catalog-item-name {
    background-color: #fcc450;
}
.post-add-catalog-add > .post-add-catalog-item-name {
    background-color: #8dc73f !important;
}
.post-add-catalog-remove > .post-add-catalog-item-name {
    background-color: #b41100 !important;
}


.post-add-filter-loader {
    display: none;
    position: absolute;
    top: 14px;
    left: 135px;
}
.post-add-error {
    display: inline-block;
    margin-left: 20px;
}
.post-add-pop {
    display: none;
    position: absolute;
    top: -50px;
    right: 15px;
    width: 270px;
    font-size: 18px;
    line-height: 18px;
    background: #f0f0f0;
    border: 1px solid #d0d0d0;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    z-index: 3;
}
.post-add-pop.personal {
    top: 15px;
}
.post-add-pop-header {
    padding: 10px 15px;
}
.post-add-pop-header.error {
    font-weight: bold;
    color: #a00000;
}
.post-add-pop-body {
    padding: 10px 15px;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    background: #ffffff;
    border-radius: 0 0 2px 2px;
}
.post-add-pop-body span {
    display: block;
    margin-bottom: 5px;
    line-height: 16px;
}
.post-add-pop-close {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 38px;
    line-height: 38px;
    color: #808080;
    text-align: center;
    background-color: #e0e0e0;
    cursor: pointer;
}
.post-add-pop-close:hover {
    background-color: #fcc450;
}

.post-add-report {
    margin: 10px -20px 20px -20px;
    padding: 10px 20px;
    background-color: #cccdcd;
    font-size: 16px;
}
.post-add-report.error {
    background-color: rgba(190, 0, 0, .2);
}

/* MESSAGES */
.post-messages {
    border: 1px solid #d0d0d0;
    border-top: 0;
    border-bottom: 0;
}
.post-message {
    padding: 0 90px 0 40px;
    border-bottom: 1px solid #d0d0d0;
}
.post-message:hover {
    background-color: #f5f5f5;
}
.post-message a, .post-message ins {
    display: block;
    padding: 10px 0 10px 0;
    font-size: 17px;
    line-height: 19px;
}
.post-message a.unread {
    font-weight: bold;
}
.post-message ins {
    margin-left: -25px;
    text-decoration: none;
}
.post-message dd {
    margin-top: -5px;
    margin-bottom: 5px;
    font-size: 15px;
    text-decoration: none;
}
.post-message-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
    fill: #909090;
}
.post-message-icon.unread {
    fill: #83ba41;
}
.post-message-answers {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 13px;
    color: #808080;
}
.post-message-answer {
    border: 1px solid #d0d0d0;
    margin-bottom: 10px;
}
.post-message-answer.colored {
    background-color: #eae9da;
}
.post-message-answer-header {
    padding: 10px 200px 10px 10px;
    background: #f0f0f0;
}
.post-message-answer-text {
    padding: 10px;
    font-size: 15px;
}
.post-message-answer-time {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 13px;
    color: #808080;
}


.inputLine {
    min-height: 47px;
}
.inputTextarea {
    margin-bottom: 8px;
}
.inputLine #mce_37, .inputLine #mce_38, .mce-tinymce {
    border-radius: 3px !important;
    overflow: hidden;
}
.inputPop {
    position: absolute;
    display: none;
    top: -50px;
    right: 15px;
    width: 270px;
    font-size: 18px;
    line-height: 18px;
    background: #f0f0f0;
    border: 1px solid #d0d0d0;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    z-index: 3;
}
.inputPop.inputErrors {
    display: block;
}
.inputPop.personal-data {
    top: 15px;
}
.inputPop.ipPayFor {
    top: 222px;
    width: 255px;
    z-index: 5;
}
.inputPopBody {
    padding: 10px 15px;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    background: #ffffff;
    border-radius: 0 0 2px 2px;
}
.inputPopBody.ipPayFor {
    padding: 0;
    font-family: 'PT Sans Narrow', sans-serif;
}
.inputPopBody span, .inputPopBody p {
    display: block;
    margin-bottom: 5px;
    line-height: 16px;
}
.inputPopPrice {
    margin-bottom: 5px;
    padding: 5px 70px 7px 15px;
    border-bottom: 1px solid #e0e0e0;
    line-height: 16px;
}
.inputPopPrice.ippFull {
    padding: 5px 15px;
    background: #cccdcd;
}
.inputPopPrice.ippFull a {
    color: #000000;
}
.inputPopPrice.ippFull a:hover {
    color: #900000;
}
.inputPopPrice span {
    position: absolute;
    top: 5px;
    right: 15px;
    font-weight: bold;
}
.inputTitle, .inputInput {
    display: table-cell;
    vertical-align: top;
}
.inputTitle {
    width: 162px;
    padding-right: 15px;
}
.inputInput {
    width: 728px;
    font-size: 1px;
}
.inputTitle h3 {
    line-height: 37px;
}
.inputComment {
    position: absolute;
    top: 8px;
    left: 85px;
    font-size: 12px;
    color: #808080;
}
.inputInput input {
    display: inline-block;
    margin-right: 5px;
    width: 265px;
    height: 40px;
    box-sizing: border-box;
}
.inputInput textarea {
    display: inline-block;
    min-width: 728px;
    max-width: 728px;
    min-height: 240px;
    line-height: normal;
    box-sizing: border-box;
}
.inputInput select {
    margin-right: 5px;
    width: 265px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #222222;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    box-sizing: border-box;
}
.inputInput input.small {
    width: 84px;
    line-height: 20px;
}
.inputInput input.half, .inputInput select.half {
    width: 174px;
}
.inputInput input.full, .inputInput select.full {
    width: 354px;
}
.inputInput table {
    width: auto;
}
#postnewFilter {
    float: left;
    padding-right: 30px;
    color: #808080;
}


/* POST OPTIONS */
.post-options {
    min-height: 40px;
    font-size: 0;
    border: 1px solid #d0d0d0;
    background: #f5f5f5;
}
.post-option {
    display: inline-block;
    padding: 9px 10px 10px 40px;
    min-height: 40px;
    font-size: 15px;
    line-height: 21px;
    color: #444444;
    border-right: 1px solid #d0d0d0;
    text-decoration: underline;
    vertical-align: top;
    cursor: pointer;
}
.post-option:hover {
    color: #900000;
}
.post-option.option-active {
    font-size: 15px !important;
    color: #444444;
    background: #ffffff;
    text-decoration: none;
    cursor: default;
}
.post-option-icon {
    position: absolute;
    display: block;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
}
.post-option-icon path {
    fill: #808080;
}
.post-option-icon.active path {
    fill: #800000;
}
.post-option-icon.favorites {
    width: 20px;
    height: 20px;
}
.post-option.no-border {
    border: 0;
}

.post-option-letter {
    position: absolute;
    display: block;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 15px !important;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.post-option.fav {
    position: absolute;
    right: 0;
    border-left: 1px solid #d0d0d0;
    border-right: none;
}
@media (max-width: 575px) {
    .post-option.fav {
        font-size: 0;
    }
    .post-option-icon.favorites {
        left: 15px;
    }
    .post-option.letter {
        padding-left: 35px;
        padding-right: 8px;
    }
    .post-option-letter {
        left: 7px;
        width: 22px;
        height: 22px;
        line-height: 22px;
    }
}

.post-option-loader {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    width: 16px;
    height: 11px;
}
.post-option-window {
    display: none;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #d0d0d0;
    border-top: 0;
    background: #ffffff;
}
.post-option-window.visible {
    display: block;
    margin-top: 10px;
    border: 1px solid #d0d0d0;
}
.post-option-header {
    margin: -10px -10px 15px -10px;
    padding: 10px;
    border-bottom: 1px solid #e2e4e6;
    box-shadow: inset -5px -5px 5px -5px rgba(225,225,225,1);
}
.post-option-header h1 {
    line-height: 22px;
    font-size: 20px;
    font-weight: 700;
}
.post-option-header sub {
    display: block;
    margin-top: 5px;
    margin-bottom: 1px;
    font-size: 14px;
    color: #606060;
}
.option-block {
    position: relative;
}
.option-disabled {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,.4);
    z-index: 111;
}
.option-break {
    margin: 10px -11px;
    height: 15px;
    background-color: #ffffff;
    border: 1px solid #c0c0c0;
    border-left-color: #ffffff;
    border-right-color: #ffffff;
}
.option-line {
    display: table;
    margin-bottom: 10px;
    width: 100%;
    max-width: 570px;
    min-height: 30px;
    border-spacing: 0;
}
.option-line.invoice {
    max-width: none;
}
.option-title, .option-input, .option-private {
    display: table-cell;
    vertical-align: top;
}
.option-title {
    padding-right: 10px;
    width: 200px;
}
.option-title h3 {
    line-height: 30px;
    font-size: 18px;
}
.option-title sub {
    display: block;
    margin-top: -15px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #606060;
}
.option-input {
    font-size: 0;
}
.option-input.inline {
    width: 90px;
}
.option-input-private {
    font-size: 32px;
    height: 42px;
    line-height: 32px;
}
.option-input-private span {
    color: #808080;
}
.option-input input, .option-input textarea {
    width: 100%;
}
.option-input textarea {
    height: 120px;
    min-height: 120px;
}
.option-input textarea.tiny {
    height: 58px;
    min-height: 58px;
    resize: none;
}
.option-input select {
    display: inline-block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #222222;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    box-sizing: border-box;
    -webkit-appearance: menulist-button;
}
.option-input input.small,
.option-input select.small {
    width: 80px;
}
.option-input input.cut,
.option-input select.cut {
    margin-left: 10px;
    width: calc(100% - 80px - 10px);
}
.option-input input.gut,
.option-input select.gut {
    margin-right: 10px;
    width: calc(100% - 80px - 10px);
}
.option-invoice {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}
.option-invoice-line {
    margin-bottom: 5px;
    padding: 5px 70px 7px 15px;
    line-height: 22px;
    font-size: 17px;
    border-bottom: 1px solid #e0e0e0;
}
.option-invoice-line.full {
    padding: 5px 15px;
    background: #cccdcd;
}
.option-invoice-line span {
    position: absolute;
    top: 5px;
    right: 15px;
    font-weight: bold;
}
.option-comment, .option-button-area {
    margin: -10px 0 10px 0;
    padding-left: 200px;
    color: #808080;
}
.option-button-area {
    margin: 10px 0 0 0;
}
.option-comment span, .option-button-area span {
    color: #a00000;
}
@media (max-width: 767px) {
    .option-title, .option-input, .option-private {
        display: block;
    }
    .option-input.inline {
        display: inline-block;
        margin-right: 10px;
    }
    .option-title h3 {
        margin: 0;
    }
    .option-title sub {
        margin-top: -2px;
    }
    .option-comment, .option-button-area {
        padding-left: 0;
    }
}
.option-button {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    width: auto !important;
    min-width: 170px !important;
    font-size: 16px;
    background: #8dc73f;
}
.option-button:hover {
    background: #7db137;
}
.option-button.location {
    margin-right: 10px;
}
.option-social {
    float: left;
    margin-top: 4px;
    margin-right: 10px;
    width: 36px;
    height: 32px;
    background: url('/assets/i/siteIcons.png') 10000px 1000px no-repeat #a0a0a0;
    box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
    border-radius: 2px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    cursor: pointer;
}
.option-social:hover {
    opacity: 0.99;
    filter: alpha(opacity=99);
}
.option-social.facebook {
    background-position: -2px -36px;
}
.option-social.twitter {
    background-position: -2px -71px;
}
.option-social.google {
    background-position: -2px -107px;
}
.option-social.linkedin {
    background-position: -192px -107px;
}

/* KAPTCHA IMAGE */
.option-image {
    width: 110px;
}
.option-kaptcha {
    position: absolute;
    left: 285px;
    width: 96px;
    height: 34px;
}
@media (max-width: 767px) {
    .option-kaptcha {
        top: 30px;
        left: 85px;
    }
}
.option-kaptcha img {
    width: 96px;
    height: 34px;
}
.option-payment-systems {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
    margin: auto;
    height: 46px;
}
.option-payment-systems img {
    height: 46px;
    max-height: 46px;
}
#option-refresh {
    display: inline-block;
    background: #ffffff;
    line-height: 30px;
    font-size: 14px;
}
#option-refresh-link {
    width: 61px;
    background: url('/assets/i/search-loader.gif') 20px center no-repeat;
}
#option-code, #mCode, #rCode {
    width: 80px;
}
#pdsNewCity_filter {
    color: #808080;
}
.option-action-report {
    position: absolute;
    bottom: 0;
    right: 10px;
}
.option-loader {
    display: none;
    position: absolute;
    top: -2px;
    left: 375px;
    padding-left: 40px;
    width: calc(100% - 160px - 40px);
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #555555;
    overflow: hidden;
}
@media (max-width: 767px) {
    .option-loader {
        left: 175px;
    }
}
.option-loader img {
    position: absolute;
    top: 4px;
    left: 0;
    width: 32px;
    height: 32px;
}
/*
.optionButtonArea, .optionComment {
    margin-top: 5px;
    min-height: 34px;
    padding-left: 160px;
    color: #808080;
}
.optionComment {
    min-height: 25px;
}
.optionButtonArea span, .optionComment span {
    color: #a00000;
}
.optionComment span {
    margin-right: 5px;
}
.optionButton {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    width: auto !important;
    min-width: 130px !important;
    font-size: 16px;
    background: #8dc73f;
}
.optionButton:hover {
    background: #7db137;
}
.optionRightButton {
    position: absolute;
    top: 3px;
    left: 475px;
    padding: 4px 13px 5px 13px;
    font-size: 14px;
    z-index: 2;
    background: #8dc73f;
}
.optionRightButton:hover {
    background: #7db137;
}
.optionRightButton.smsButton {
    left: 287px;
    width: 180px;
    text-align: center;
}
.optionPaymentSystems {
    position: absolute;
    top: 68px;
    right: 0;
    text-align: right;
}
*/
.itemNumber.inBig {
    top: 13px;
}


/* LOGGED IN AREA */
.mmExit {
    position: absolute;
    right: 1px;
    top: 5px;
    width: 40px;
    height: 30px;
    background: url('/assets/i/siteIcons.png') -195px -31px no-repeat #e5e5e5;
    border-radius: 2px;
    cursor: pointer;
}
.mmExit:hover {
    background: url('/assets/i/siteIcons.png') -195px -61px no-repeat #a00000;
}

.pop-button {
    min-width: 130px;
    /*text-transform: uppercase;*/
    background-color: #8dc73f;
}
.pop-button:hover {
    background-color: #76a535;
}

.header-logged-out {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 280px;
    font-size: 0;
    text-align: right;
}
.login-button {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    background-color: #8dc73f;
}
.login-button:hover {
    background-color: #76a535;
}
.login-phrase-b {
    display: inline;
}
.login-phrase-s {
    display: none;
}
@media (max-width: 992px) {
    .header-logged-out {
        width: 200px;
    }
}
@media (max-width: 640px) {
    .header-logged-out {
        width: 130px;
    }
    .login-phrase-b {
        display: none;
    }
    .login-phrase-s {
        display: inline;
    }
}

.header-user-logged {
    position: absolute;
    top: 8px;
    right: 11px;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 280px;
    height: 42px;
    background: #f0f0f0;
    cursor: pointer;
    z-index: 601;
}
.header-user-logged:hover {
    background-color: #e0e0e0;
}
.user-logged-image {
    position: absolute;
    left: 5px;
    top: 6px;
    width: 40px;
    height: 28px;
    fill: #808080;
}
.user-logged-name {
    position: absolute;
    top: 6px;
    right: 50px;
    font-size: 16px;
    color: #444444;
}
.user-logged-email {
    margin-top: 20px;
    height: 17px;
    line-height: 17px;
    font-size: 14px;
    color: #808080;
    text-align: right;
    overflow: hidden;
}
.user-logged-messages {
    position: absolute;
    top: 8px;
    right: 10px;
    padding: 5px 10px;
    font-size: 15px;
    color: #ffffff;
    background: #83ba41;
    text-align: center;
    border-radius: 2px;
}

.user-logged-area {
    position: absolute;
    display: none;
    z-index: 600;
    right: 10px;
    top: 0;
    padding: 60px 0 10px 0;
    width: 380px;
    min-height: 100px;
    font-size: 0;
    background: #f0f0f0;
    border: 1px solid #d0d0d0;
    border-top: 0;
    border-radius: 0 0 2px 2px;
    overflow: hidden;
}
@media (max-width: 992px) {
    .header-user-logged {
        padding-left: 20px;
        width: 200px;
        max-width: 200px;
    }
    .user-logged-image {
        display: none;
    }
}
@media (max-width: 767px) {
    .header-user-logged {
        padding-left: 15px;
    }
}
@media (max-width: 640px) {
    .user-logged-name, .user-logged-email {
        display: none;
    }
    .user-logged-image {
        display: block;
    }
    .user-logged-area {
        left: 10px;
        right: 10px;
        width: auto;
    }
    .header-user-logged {
        padding-left: 10px;
        padding-right: 10px;
        width: 108px;
    }
    .user-logged-messages {
        /*display: none;*/
    }
}

.private-menu-item {
    display: block;
    margin-bottom: 1px;
    font-size: 15px;
    background-color: #ffffff;
}
.private-menu-item.half {
    display: inline-block;
    margin-right: 1px;
    width: calc(50% - 1px);
}
.private-menu-item.block:last-child {
    margin-right: 0;
    width: 50%;
}
.private-menu-item span {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    width: 20px;
    height: 20px;
    fill: #d0d0d0;
}
.private-menu-item:hover > span {
    fill: #900000;
}
.private-menu-item span.active {
    fill: #900000;
}
.private-menu-item:hover {
    background: #f5f5f5;
}
.private-menu-item a {
    display: block;
    padding: 0 10px 0 50px;
    line-height: 40px;
    color: #444444;
}
.private-menu-item a.last {
    padding-bottom: 10px;
}
.private-menu-item a:hover {
    color: #900000;
}
.private-menu-balance {
    padding: 12px 15px 10px 15px;
    background: #f5f5f5;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.private-menu-tokens {
    font-size: 28px;
}
.private-menu-tokens-get {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    width: 98px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    background: #8dc73f;
    color: #ffffff !important;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
}
.private-menu-tokens-get:hover {
    background: #7db137;
}

.private-menu-addon {
    position: absolute;
    top: 12px;
    right: 10px;
    color: #a00000;
    font-weight: bold;
}
.private-menu-addon.green {
    color: #8dc73f;
}

.private-menu-messages {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    margin: auto;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    color: #ffffff;
    background-color: #83ba41;
    border-radius: 2px;
    cursor: help;
}
.private-menu-manage, .private-menu-manage:hover {
    margin-top: -1px;
    padding: 8px 10px 8px 14px;
    border-top: 1px solid #e9e9e9;
    background: #f0f0f0;
    color: #444444;
    font-weight: bold;
}
.private-menu-item-manage, .private-menu-item-manage:hover {
    width: 100%;
    background: #ffffff;
    overflow: auto;
}
.private-menu-item-manage a {
    position: relative;
    display: block;
    float: left;
    padding: 0 10px 0 50px;
    width: 33.33333333%;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.private-menu-item-manage a:hover {
    background: #f0f0f0;
}
.private-menu-item-manage a:hover > span {
    fill: #900000;
}
.private-menu-item-manage a span svg {
    display: block;
}
.private-menu-item-manage a span.active {
    fill: #900000;
}

.exit-button {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 15px;
    background: #b41100;
    text-align: center;
    z-index: +1;
}
.exit-button:hover {
    background: #990e00;
}





/* PAGINAATION */
.site-pagination {
    float: left;
    width: 100%;
    padding: 12px 15px;
    font-size: 15px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
}
.site-pagipages {
    position: absolute;
    top: 7px;
    right: 8px;
}
.site-pagipages a {
    display: block;
    float: left;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}
.site-pagipages a:hover {
    background: #d0d0d0;
}
.site-pagipages strong {
    display: block;
    float: left;
    padding: 5px 10px 5px 10px;
    margin: 0 3px 0 3px;
    font-weight: bold;
    text-decoration: none;
    background: #e0e0e0;
}
a.paginate {
    display: block;
    float: left;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}
a.paginate:hover {
    background: #d0d0d0;
}
a.paginate_current {
    display: block;
    float: left;
    padding: 5px 10px 5px 10px;
    margin: 0 3px 0 3px;
    font-weight: bold;
    text-decoration: none;
    background: #e0e0e0;
}
a.paginate_current:hover {
    background: #d0d0d0;
}
.paginate_break {
    display: block;
    float: left;
    padding: 5px 10px 5px 10px;
}
.paginate_inactive {
    display: block;
    float: left;
    padding: 5px 10px 5px 10px;
}
.paginate_pn {
    width: 20px !important;
    text-align: center;
    padding: 4px 10px 6px 10px !important;
}



/* TRANSACTIONS */
.transactions {
    font-size: 18px;
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
    border-bottom: none;
}
.transactions table {
    width: 100%;
}
.transactions td, .transactions th {
    padding: 10px;
    border-bottom: 1px solid #e9e9e9;
    vertical-align: middle;
}
.transactions th {
    text-align: left;
    font-weight: bold;
    color: #444444;
    background: #f5f5f5;
}
.transactions th.tiny,
.transactions td.tiny {
    width: 1px;
    white-space: nowrap;
}
.transactions td.time {
    font-size: 13px;
    white-space: nowrap;
}
.transaction-ico {
    width: 30px;
    height: 30px;
    fill: #808080;
}
.transaction-ico.large {
    margin-top: 5px;
    width: 70px;
    height: 70px;
}
.transaction-ico.account {
    margin-top: 5px;
    margin-right: 20px;
    width: 70px;
    height: 70px;
}
.transaction-ico.income {
    fill: #8dc73f;
}
.transaction-ico.expense {
    fill: #b41100;
}
.transaction-info {
    color: #555555;
    vertical-align: top;
}
.transaction-info span {
    display: inline-block;
    line-height: 50px;
    font-size: 48px;
    vertical-align: top;
}
.transaction-padding {
    margin-top: -23px;
    margin-left: 75px;
    font-size: 18px;
}
.transaction-padding.account {
    margin-left: 95px;
}


/* CONTENT BLOCKS */
.promo-tiles {
    margin: 0 -10px;
}
.promo-tile {
    display: inline-block;
    position: relative;
    margin: 0 10px 10px 10px;
    width: calc(33.333333333% - 20px);
    height: auto;
    min-height: 190px;
    max-height: 210px;
    background-image: linear-gradient(-90deg, transparent, rgba(0,0,0,.2));
}
.promo-tile:hover {
    background-image: linear-gradient(-90deg, transparent, rgba(0,0,0,.5));
}
.promo-tile:after {
    content: '';
    display: block;
    padding-top: 70%;
}
@media (max-width: 1170px) {
    .promo-tile {
        width: calc(50% - 20px);
    }
}
@media (max-width: 992px) {
    .promo-tile {
        width: calc(33.333333333% - 20px);
    }
}
@media (max-width: 850px) {
    .promo-tile {
        width: calc(50% - 20px);
    }
}
.promo-tile ins {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 15%;
    fill: #f0f0f0;
}
.promo-tile.package {
    background-color: #a00000;
}
.promo-tile.package:hover {
    background-color: #900000;
}
.promo-tile.premium {
    background-color: #e18400;
}
.promo-tile.premium:hover {
    background-color: #cc7800;
}
.promo-tile.pin {
    background-color: #d7a700;
}
.promo-tile.pin:hover {
    background-color: #c49800;
}
.promo-tile.renew {
    background-color: #96a400;
}
.promo-tile.renew:hover {
    background-color: #8d9a00;
}
.promo-tile.mark {
    background-color: #00a0ab;
}
.promo-tile.mark:hover {
    background-color: #00909a;
}
.promo-tile.advertising {
    background-color: #005ab4;
}
.promo-tile.advertising:hover {
    background-color: #004b96;
}
.promo-tile-price {
    position: absolute;
    top: 10px;
    right: 15px;
    line-height: 54px;
    font-size: 54px;
    color: #f0f0f0;
}
.promo-tile-header {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    padding: 10px 15px;
    line-height: 22px;
    font-size: 22px;
    color: #f0f0f0;
    background-color: #444444;
    background-image: linear-gradient(180deg, transparent, rgba(0,0,0,.2));
}
.promo-tile-text {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    padding: 10px 15px;
    font-size: 18px;
    color: #f0f0f0;
}

.promoTile {
    display: inline-block;
    margin: 0 15px 15px 0;
    width: calc(33.333333333% - 15px);
    height: 180px;
    color: #f0f0f0;
    background-image: url('/assets/i/bg-tile.png');
    background-position: top left;
    background-repeat: repeat-y;
    cursor: pointer;
}
.promoTile.pPackage {
    background-color: #a00000;
}
.promoTile.pPackage:hover {
    background-color: #900000;
}
.promoTile.pPremium {
    background-color: #e18400;
}
.promoTile.pPremium:hover {
    background-color: #cc7800;
}
.promoTile.pPin {
    background-color: #d7a700;
}
.promoTile.pPin:hover {
    background-color: #c49800;
}
.promoTile.pRenew {
    background-color: #96a400;
}
.promoTile.pRenew:hover {
    background-color: #8d9a00;
}
.promoTile.pMark {
    background-color: #00a0ab;
}
.promoTile.pMark:hover {
    background-color: #00909a;
}
.promoTile.pPromo {
    background-color: #005ab4;
}
.promoTile.pPromo:hover {
    background-color: #004b96;
}
.tileHeader {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 170px;
    font-size: 22px;
}
.tileHeader a {
    color: #f0f0f0;
    text-decoration: none;
}
.tilePrice {
    position: absolute;
    top: 9px;
    right: 15px;
    font-size: 54px;
    line-height: 54px;
}
.tilePrice sub {
    margin-right: 0;
    font-size: 24px;
}
.tilePrice.pImage {
    width: 68px;
    height: 58px;

}
.tileText {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 260px;
    font-size: 18px;
}


/* ORDER FORM */
.paypal-button-container {
    margin-top: 25px;
    width: 300px;
    max-width: 300px;
}
@media (max-width: 767px) {
    .paypal-button-container {
        margin-left: auto;
        margin-right: auto;
    }
}
.tokens-holder {
    margin: 0 -5px;
    font-size: 0;
    /*background: rgba(0, 0, 232, .5);*/
}
.token-click,
.token-click-pp {
    display: inline-block;
    margin: 0 5px 10px 5px;
    padding-top: 15px;
    width: calc(25% - 10px);
    text-align: center;
    background: #e0e0e0;
    color: #505050;
    font-size: 20px;
    line-height: 36px;
    cursor: pointer;
}
.token-click:hover,
.token-click-pp:hover {
    background: #c9c9c9;
}
.token-click.active,
.token-click-pp.active {
    color: #ffffff;
    background: #8dc73f;
}
.token-click span,
.token-click-pp span {
    display: block;
    margin: 10px 0 15px 0;
    font-size: 16px;
    color: #ffffff;
    background: #444444;
}
.token-click dd,
.token-click-pp dd {
    margin-bottom: 5px;
    font-size: 32px;
    line-height: 20px;
}


/* LOGIN FORM */
.login-top {
    padding: 0 25px;
    height: 70px;
    background-color: #222222;
}
.login-top-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    margin: auto;
    width: 200px;
    height: 55px;
}
.login-register {
    margin: 0 auto 0 auto;
    /*width: 440px;*/
}
.login-header {
    padding: 22px 25px 23px 27px;
    font-size: 26px;
    background: #f5f5f5;
    color: #222222;
    border-bottom: 1px solid #d9d9d9;
}
.login-suggest {
    position: absolute;
    top: 29px;
    right: 60px;
    font-size: 17px;
    color: #555555;
}

.login-social {
    font-size: 0;
    text-align: center;
    padding-top: 20px;
}
.login-buttons {
    display: inline-block;
    width: 190px;
    height: 36px;
    margin: 2px;
    background: url('/assets/i/siteIcons.png') 1000px 1000px no-repeat;
    border-radius: 3px;
    opacity: 0.85; filter: alpha(opacity=85);
    cursor: pointer;
}
.login-buttons:hover {
    box-shadow: inset 0 0 5px 5px rgba(255,255,255,0.35);
    opacity: 0.99; filter: alpha(opacity=99);
}
.login-facebook {
    background-position: 0 -33px;
}
.login-twitter {
    background-position: 0 -69px;
}
.login-google {
    background-position: 0 -105px;
}
.login-linkedin {
    background-position: -191px -105px;
}
.login-buttons.pale {
    opacity: .25;
}
.login-choice {
    margin-top: -35px;
    padding: 20px 25px 15px 25px;
    height: 55px;
    text-align: center;
}
.login-choice span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    color: #808080;
    background: #f0f0f0;
    border: 1px solid #d0d0d0;
    border-radius: 100%;
}
.login-line {
    margin-top: 30px;
    width: 100%;
    height: 1px;
    background: #d0d0d0;
}
.login-line-button {
    margin: 40px auto 0 auto;
    width: 380px;
}

.login-form {
    padding: 15px 25px 0 25px;
}
.login-form p {
    margin-bottom: 10px;
    font-size: 16px;
}
.login-form-qr {
    text-align: center;
    font-size: 18px;
}
.login-form-qr img {
    margin: 15px auto -11px auto;
    width: 100px;
    height: 100px;
}
.login-form-name {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 4px;
}
.login-form-field {
    padding-bottom: 15px;
}
.login-form-field input {
    padding: 8px 12px;
    width: 100%;
    line-height: 30px;
    font-size: 24px;
}
.login-form-field.password input {
    padding-right: 50px;
}
.login-form-field.password ins {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    fill: #d0d0d0;
}
.login-form-field.password ins:hover,
.login-form-field.password ins.active {
    fill: #8dc73f;
}
#forgotPassword {
    float: right;
    font-size: 16px;
    font-family: 'PT Sans Narrow', sans-serif;
}
.login-notice {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    color: #808080;
}

.register-scroll {
    max-height: 520px;
    overflow: auto;
}
.register-line {
    position: absolute;
    left: 0;
    width: 785px;
    height: 25px;
    background: #ffffff;
    z-index: 2;
}
.register-line.lT {
    top: 72px;
}
.register-line.lB {
    bottom: 0;
}
.register-text {
    padding: 30px 25px;
    font-family: "PT Sans", sans-serif;
    line-height: normal;
}
.register-form {
    padding: 30px 25px 0 25px;
}
.reg-message-login, .reg-message-password, .reg-message-password-check {
    position: absolute;
    top: -7px;
    right: 0;
    width: 280px;
    text-align: right;
}
.reg-message-user-email {
    position: absolute;
    top: 1px;
    left: 340px;
    width: 250px;
}
.reg-message-forgot {
    position: absolute;
    top: 90px;
    left: 370px;
    width: 250px;
}

.reg-message-login, .reg-message-password, .reg-message-password-check, .reg-message-user-email, .reg-message-forgot {
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    color: #444444;
    line-height: 35px;
}
.reg-icon-green {
    padding-right: 20px;
    min-width: 16px;
    height: 35px;
    background: url('/assets/i/ico-green.gif') center right no-repeat;
}
.reg-icon-red {
    padding-right: 20px;
    min-width: 16px;
    height: 35px;
    background: url('/assets/i/ico-red.gif') center right no-repeat;
}

.login-forgot-text {
    margin-bottom: 20px;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: #444444;
}
.login-forgot-warning {
    padding: 10px;
    background: #ffd4d4;
    border: 1px solid #eed3d7;
    border-radius: 3px;
    text-align: center;
}
.login-forgot-good {
    padding: 10px;
    background: #d5ffd4;
    border: 1px solid #d4eed3;
    border-radius: 3px;
    text-align: center;
}

/* FOOTER */
.footer-container {
    background: #ffffff;
    border-top: 1px solid #d0d0d0;
}
.footer-holder {
    display: table;
    margin: 0 auto;
    min-width: 410px;
    max-width: 1260px;
    width: 100%;
    background: #f0f0f0;
}
.footer-area {
    display: table-cell;
    padding: 20px;
    background: #ffffff;
}
.footer-crumbs {
}
.footer-crumbs a {
    font-size: 15px;
    margin: 0 20px 0 0;
}
.footer-actions {
    float: right;
}
.footer-actions a {
    margin: 0 0 0 20px;
}
@media (max-width: 640px) {
    .footer-crumbs a, .footer-actions a {
        display: block;
        padding: 5px 0;
    }
}
.footer-copyright { 
    margin-top: 40px;
    padding-right: 110px;
    font-size: 13px;
    line-height: 15px;
    color: #999999;
}

.footer-secure {
    position: absolute;
    top: 0;
    right: 0;
}
.footer-secure img {
    width: 42px;
    height: 42px;
}


/* РЕДАКТОР ФРАЗ */
.phrase-editor {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -440px;
    padding-right: 20px;
    width: 450px;
    z-index: 999998;
    background: #ffffff;
    box-shadow: 0 0 5px #444444;
    border-radius: 2px;
    box-sizing: border-box;
    overflow: hidden;
    opacity: 0.4;
}
.phrase-editor:hover {
    padding-right: 0;
    left: 0;
    overflow: auto;
    opacity: 1;
}
.phrase-area {
    padding: 20px 20px 15px 20px;
}
.phrase-editor input {
    margin-bottom: 5px;
    padding: 3px 6px;
    width: 330px;
    box-sizing: border-box;
    font-size: 12px;
}
#phrase-new-name,
#phrase-new-text {
    width: 164px;
}
.phrase-editor input[type='text'] {
    padding-right: 30px;
}
.phrase-editor input[type='button'] {
    float: right;
    width: 50px;
    line-height: 18px;
    border: 1px solid #d0d0d0;
    border-radius: 2px;
    background: #f5f5f5;
    color: #222222;
    font-size: 12px;
    box-sizing: border-box;
    cursor: pointer;
}
.phrase-editor input[type='button']:hover {
    background: #8dc73f;
    border: 1px solid #709F2F;
}
.phrase-editor input[type='checkbox'] {
    position: absolute;
    top: 8px;
    left: 310px;
    width: 14px;
    z-index: 999999;
}

/* BUG BOX */
.bug-box {
    position: fixed;
    z-index: 99999;
    bottom: -225px;
    right: 10px;
    width: 320px;
    height: 220px;
    background-color: #f0f0f0;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.bug-link {
    position: absolute;
    top: -65px;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #a00000;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    cursor: pointer;
}
.bug-link:hover {
    opacity: 1;
}
.bug-link ins {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    fill: #f0f0f0;
}
.bug-header {
    padding: 10px 10px 10px 40px;
    line-height: 20px;
    font-size: 18px;
    color: #f0f0f0;
    background-color: #a00000;
}
.bug-header ins {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    width: 22px;
    height: 22px;
    fill: #f0f0f0;
}
.bug-body {
    padding: 10px;
    height: calc(100% - 40px);
    font-size: 0;
}
.bug-body p {
    font-size: 18px;
}
.bug-body textarea {
    height: 112px;
    resize: none;
}
.bug-button {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    width: calc(100% - 20px);
    font-size: 16px;
    background: #8dc73f;
}
.bug-button:hover {
    background: #7db137;
}

/* ADDONS */
/* DATEPICKR */
.calendar {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 1.5em;
    background-color: #EEE;
    color: #333;
    border: 1px solid #DDD;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 0.2em;
    width: 14em;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.calendar .months {
    background-color: #F6AF3A;
    border: 1px solid #E78F08;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #FFF;
    padding: 0.2em;
    text-align: center;
}
.calendar .prev-month,
.calendar .next-month {
    padding: 0;
}
.calendar .prev-month {
    float: left;
}
.calendar .next-month {
    float: right;
}
.calendar .current-month {
    margin: 0 auto;
}
.calendar .months .prev-month,
.calendar .months .next-month {
    color: #FFF;
    text-decoration: none;
    padding: 0 0.4em;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
.calendar .months .prev-month:hover,
.calendar .months .next-month:hover {
    background-color: #FDF5CE;
    color: #C77405;
}
.calendar table {
    border-collapse: collapse;
    padding: 0;
    font-size: 0.8em;
    width: 100%;
}
.calendar th {
    text-align: center;
    padding: 0.4em 0;
}
.calendar td {
    text-align: right;
    padding: 1px;
    width: 14.3%;
}
.calendar td span {
    display: block;
    color: #1C94C4;
    background-color: #F6F6F6;
    border: 1px solid #CCC;
    text-decoration: none;
    padding: 0.2em;
    cursor: pointer;
}
.calendar td span:hover {
    color: #C77405;
    background-color: #FDF5CE;
    border: 1px solid #FBCB09;
}
.calendar td.today span {
    background-color: #FFF0A5;
    border: 1px solid #FED22F;
    color: #363636;
}

/* TIME PICKER */
.ui-timepicker-wrapper {
    overflow-y: auto;
    height: 168px;
    width: 165px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
    box-shadow:0 5px 10px rgba(0,0,0,0.2);
    outline: none;
    z-index: 5;
    margin: 0;
    font-size: 18px;
}
.ui-timepicker-wrapper.ui-timepicker-with-duration {
    width: 13em;
}
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
    width: 11em;
}
.ui-timepicker-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ui-timepicker-duration {
    margin-left: 5px; color: #888;
}
.ui-timepicker-list:hover .ui-timepicker-duration {
    color: #888;
}
.ui-timepicker-list li {
    padding: 3px 0 3px 5px;
    cursor: pointer;
    white-space: nowrap;
    color: #000;
    list-style: none;
    margin: 0;
}
.ui-timepicker-list:hover .ui-timepicker-selected {
    background: #fff; color: #000;
}
li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
    background: #1980EC; color: #fff;
}
li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
    color: #ccc;
}
.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
    color: #888;
    cursor: default;
}
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
    background: #f2f2f2;
}

/* Overlay */
.spinner-loader {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .75);
}

/* PopUP */
#popUpLayer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 996;
    display: none;
}
#popUpBackground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 997;
    cursor: pointer;
}
#popUpArea {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -220px;
    width: 440px;
    max-height: 600px;
    box-shadow: 0 0 25px #000000;
    z-index: 998;
}

#popUpClose {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px 17px 5px 17px;
    line-height: 30px;
    font-size: 20px;
    color: #999999;
    background: #e0e0e0;
    cursor: pointer;
    z-index: 999;
    box-sizing: border-box;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently not supported by any browser */
}
#popUpClose:hover {
    color: #ffffff;
    background: #c0c0c0;
}
/*
#popUpClose {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 31px;
    height: 31px;
    background: url('/assets/i/popupClose.png') top left no-repeat;
    cursor: pointer;
    z-index: 999;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
#popUpClose:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
*/
#popUpBody {
    background: #ffffff;
}
.popUpLoader {
    display: block;
    margin: 0 auto;
    width: 66px;
    height: 66px;
    padding: 10px;
}


/* IMPORTANT AND FIXES */
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.text-right {
    text-align: right;
}

.red-mark {
    color: #a00000 !important;
}
.green-mark {
    color: #00a000 !important;
}
.clear {
    clear: both;
}
.noselect, .no-select {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently not supported by any browser */
}
.no-margin {
    margin: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.no-font {
    font-size: 0 !important;
}

/* Colors */
.color-neutral {
}
.color-ads, .color-item, .color-items {
    color: #a00000;
}
.color-shop, .color-shops {
    color: #e18400;
}
.color-business, .color-businesses {
    color: #d7a700;
}
.color-sale, .color-sales {
    color: #96a400;
}
.color-job, .color-jobs {
    color: #00a0ab;
}
.color-event, .color-events {
    color: #005ab4;
}

.bg-neutral {
}
.bg-ads, .bg-item, .bg-items {
    background: #a00000;
}
.bg-shop, .bg-shops {
    background: #e18400;
}
.bg-business, .bg-businesses {
    background: #d7a700;
}
.bg-sale, .bg-sales {
    background: #96a400;
}
.bg-job, .bg-jobs {
    background: #00a0ab;
}
.bg-event, .bg-events {
    background: #005ab4;
}

.border-neutral {
}
.border-ads, .border-item, .border-items {
    border-color: #a00000;
}
.border-shop, .border-shops {
    border-color: #e18400;
}
.border-business, .border-businesses {
    border-color: #d7a700;
}
.border-sale, .border-sales {
    border-color: #96a400;
}
.border-job, .border-jobs {
    border-color: #00a0ab;
}
.border-event, .border-events {
    border-color: #005ab4;
}

/* Colors */
.fill-neutral {
}
.fill-ads, .fill-item, .fill-items {
    fill: #a00000;
}
.fill-shop, .fill-shops {
    fill: #e18400;
}
.fill-business, .fill-businesses {
    fill: #d7a700;
}
.fill-sale, .fill-sales {
    fill: #96a400;
}
.fill-job, .fill-jobs {
    fill: #00a0ab;
}
.fill-event, .fill-events {
    fill: #005ab4;
}

#overlay {
    display: none;
    z-index: 996;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .6);
}
#overlay-body {
    position: absolute;
    top: 60px;
    bottom: 50px;
    left: 50px;
    right: 50px;
    margin: auto;
    max-width: 1240px;
    background-color: #f0f0f0;
}
#overlay-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 20px;
    height: 50px;
    line-height: 30px;
    font-size: 24px;
    color: #f0f0f0;
    background-color: #444444;
}
#overlay-content {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    overflow: auto;
}

/* Animation */
.global-loader {
    display: block;
    position: relative;
    margin: 20px auto;
    width: 60px;
    height: 60px;
}
.global-loader canvas {
    max-width: 100%;
    max-height: 100%;
}

/* Warnings */
.warning_cookie {
    display: none;
    position: fixed;
    z-index: 99999999;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0;
    color: #444444;
    background-color: rgba(141, 199, 63, 1);
}
.warning_cookie div {
    margin: 0 auto;
    max-width: 1240px;
}
.warning_cookie div div {
    display: table-cell;
    font-size: 18px;
    vertical-align: middle;
}
.warning_cookie_text {
    padding: 20px 15px;
}
.warning_cookie_button {
    display: inline-block;
    margin-right: 15px;
    padding: 10px;
    width: 18px;
    height: 18px;
    box-sizing: content-box;
    cursor: pointer;
}
.warning_cookie_button:hover {
    background-color: #444444;
}
.warning_cookie_button svg {
    fill: #444444;
}
.warning_cookie_button:hover svg {
    fill: #8DC73F;
}

/* TOOLTIP LAYERS */
.albitonTip {
    position: absolute;
    display: none;
    width: 300px;
    background: #f0f0f0;
    font-size: 18px;
    line-height: 18px;
    border: 1px solid #d0d0d0;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    z-index: 70;
}
.tipHeader {
    padding: 14px 15px 15px 15px;
    font-weight: bold;
    color: #333333;
}
.tipStep {
    position: absolute;
    top: 14px;
    right: 15px;
    color: #808080;
}
.tipStep.ipPayFor {
    font-weight: bold;
    color: #a00000;
}
.tipBody {
    padding: 10px 15px;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    background: #ffffff;
    height: 0;
}
.tipHeight {
    display: none;
}
.tipNext {
    padding: 10px 0;
    font-size: 15px;
    color: #ffffff;
    background: #8DC73F;
    text-align: center;
    cursor: pointer;
}
.tipNext:hover {
    background: #7db137;
}
.tipArrow {
    position: absolute;
    display: none;
    width: 50px;
    height: 50px;
    background: url('/assets/i/siteIcons.png') 1000px 1000px no-repeat;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.tipArrow.aTL {
    top: -40px;
    left: 0;
    background-position: -73px -142px;
}
.tipArrow.aTR {
    top: -40px;
    right: 0;
    background-position: -123px -142px;
}
.tipArrow.aBL {
    bottom: -40px;
    left: 0;
    background-position: -73px -192px;
}
.tipArrow.aBR {
    bottom: -40px;
    right: 0;
    background-position: -123px -192px;
}
.tipArrow.aLT {
    top: 0;
    left: -40px;
    background-position: -173px -142px;
}
.tipArrow.aLB {
    bottom: 0;
    left: -40px;
    background-position: -173px -192px;
}
.tipArrow.aRT {
    top: 0;
    right: -40px;
    background-position: -223px -142px;
}
.tipArrow.aRB {
    bottom: 0;
    right: -40px;
    background-position: -223px -192px;
}
.tipPulse {
    position: absolute;
    top: 1px;
    right: 0;
    width: 36px;
    height: 36px;
    cursor: pointer;
}
.tipPulse table, .tipPulse td {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}
.tipPulse img {
    width: 19px;
    height: 19px;
}

.blink {
    animation: blink 1000ms infinite alternate;
}
@keyframes blink {
    from {
        border: 1px solid transparent;
    }
    to {
        border: 20px solid transparent;
        
    }
}


#page-ico-cache svg {
    max-width: 100px;
}

/* BRANDING */
/*
body {
    background: url('http://kg-portal.ru/redd/warthunder_17/bg.jpg') center 160px no-repeat #000000;
}
.site-container {
    padding-top: 380px !important;
}
*/
