.b-calendar-month {
    font-family: Arial;
    position: relative;
}
.b-calendar-month h2 {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0.66em 0;
    padding-left: 10px;
}
.b-calendar-month h2.unavail {
    color: #999;
}
.b-calendar-month table {
    font-size: 1.5em;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 0.66em;
}
.b-calendar-month thead td {
    border-top: 1px solid #999;
    background-color: #f8f5d5;
    text-align: center;
    padding: 5px 0;
    color: #666;
}
.b-calendar-month .unavail thead td {
    background-color: #ebebeb;
}
.b-calendar-month tbody td {
    border-top: 1px solid #e5e5e5;
    text-align: center;
    padding: 5px 0;
}
.b-calendar-month .unavail td, .b-calendar-month td.unavail {
    color: #999;
}

.b-calendar-month .prev {
    float: left;
    font-size: 2.4em;
    color: #0054A6;
    vertical-align: middle;
}
.b-calendar-month .prev a {
    font-size: 0.45em;
    vertical-align: middle;
}
.b-calendar-month .next {
    float: right;
    font-size: 2.4em;
    color: #0054A6;
    vertical-align: middle;
}
.b-calendar-month .next a {
    font-size: 0.45em;
    vertical-align: middle;
}
.b-calendar-month a {
    color: #0054A6;
}
.b-calendar-month a:hover {
    color: #79aada;
}






.b-newAd {}
.b-newAd h1 {
    font-size: 2em;
    margin: 1em 0;
    font-weight: bold;
}
.b-newAd .form-content {
    padding-right: 40px;
}
.b-newAd .side-content {
    width: 270px;
}
.b-newAd_preview {
    position: relative;
    top: 0;
    width: 270px;
}
.b-newAd .advert-form-issues {
    padding: 10px;
    background: #e5eef6;
}
.b-newAd .issues-list {
    margin: 0;
}
.b-newAd .issues-list .issue {
    line-height: 1.6em;
    margin: 0;
    width: 180px;
    display: inline-block;
}
.b-newAd .issues-list label.checkbox + input[type="checkbox"] {
    float: left;
    margin-right: 1px;
    margin-top: 3px;
}
.b-newAd #issue-calendar {
    font-size: 0.8333em;
    background: white;
    margin: 0 5px 10px;
    padding-top: 6px;
}
.b-newAd #issue-calendar h2 {
    text-align: center;
}
.b-newAd #issue-calendar label {
    cursor: pointer;
    text-decoration: underline;
    color: #0054a6;
}
.b-newAd #issue-calendar label.selected {
    position: relative;
    color: white;
    background: #0054a6;
    padding: 2px 3px;
    margin: -2px -3px;
    text-decoration: none;
}
.b-newAd #issue-calendar .larr {
    position: absolute;
    left: 10px;
    top: -30px;
    font-size: 5em;
    font-weight: bold;
    text-decoration: none;
}
.b-newAd #issue-calendar .rarr {
    position: absolute;
    right: -110px;
    top: 140px;
    font-size: 6em;
    font-weight: bold;
    text-decoration: none;
}
.b-newAd .advert-form-issues {
    padding: 10px;
    background: #e5eef6;
    width: 460px;
}
.b-newAd .advert-form-issues label {
    display: inline;
    font-weight: normal;
    margin: 0;
}
.b-newAd .col-calc {
    float: left;
    width: 220px;
    margin-right: 10px;
}
.b-newAd .col-calc > .label {
    margin-bottom: 10px;
    display: inline-block;
    font-weight: normal;
    color: #0054a6;
}
.b-newAd .col-calc > .label span {
    color: red;
}
.b-newAd .col-issues {
    float: left;
    width: 230px;
}
.b-newAd .col-issues > .label {
    margin-bottom: 10px;
    display: inline-block;
    font-weight: normal;
    color: #0054a6;
}
.b-newAd .col-issues > .label span {
    color: red;
}
.b-newAd .advert-options {}
.b-newAd .advert-options .option {
    margin-right: 10px;
    white-space: nowrap;
}
.b-newAd .advert-options .option label {
    white-space: nowrap;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
.b-newAd .advert-options .option input[type="checkbox"] {
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.b-newAd .post-button {
    font-size: 16px;
    padding: 10px;
}
.b-newAd .nice-file-field {}
.b-newAd .nice-file-field button.load-file {}
.b-newAd .nice-file-field input.filename {
    margin-bottom: 5px;
}


.help-message-container {
    position: relative;
}
.help-message-container:hover .help-message {
    display: block;
}
.help-message-container .toggle-help-message {
    border-bottom: 1px dashed #0054A6;
    color: #0054A6;
    cursor: pointer;
    text-decoration: none;
}
.help-message-container .toggle-help-message:hover {
    border-bottom: 1px dashed #79AADA;
}
.help-message-container .help-message {
    background-color: #E5EEF6;
    border: 1px solid #C6C6C6;
    display: none;
    left: -10px;
    padding: 10px;
    position: absolute;
    top: 15px;
    width: 420px;
    z-index: 10;
    color: #444444;
}
.help-message-container .help-message p {
    margin-bottom: 5px;
}
.help-message-container .help-message ul li:before {
    color: #004C96;
    content: "— ";
}
.help-message-container .help-message ul li {
    line-height: 20px;
    margin: 7px 0;
    padding: 0 0 0 17px;
    text-indent: -17px;
    list-style: none outside none;
}
.b-preview {
    padding: 20px;
    width: 230px;

    background: #f8f5d5;
    font-family: Arial;
}
.b-newAd_preview .b-preview h2 {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 13px;
}

.b-preview_text {
    background: url('../bundles/bkfrontendapp/images/b-preview_left.gif') white repeat-y left top;
    font-size: 16px;
    line-height: 1.5;
    margin: 10px -10px;
}
.b-preview_text .bg {
    padding: 3px 10px;
    overflow: hidden;
    background: url('../bundles/bkfrontendapp/images/b-preview_right.gif') transparent repeat-y right top;
}
.b-preview_text p.emphasis_bold {
    font-weight: bold;
}

.b-preview ul {
    font-size: 12px;
    line-height: 1.3;
    margin: 12px 0;
}
.b-preview ul li {
    margin: 0;
    padding: 0;
    list-style: outside none;
}

.b-preview_total {
    font-size: 16px;
}

@media (max-width: 1250px) {
    .b-newAd .col-calc {
        float: none;
        width: auto;
        margin-right: 0;
    }
    .b-newAd .col-issues {
        float: none;
        width: auto;
    }
    .b-newAd .advert-form-issues {
        width: 250px;
    }
}

.b-newAd .adv-image-upload {}
.b-newAd .adv-image-upload .help {
    display: inline-block;
    margin-bottom: 15px;
    font-weight: bold;
}
.b-newAd .fileinput-button {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 10px;
}
.b-newAd .progress {}
.b-newAd .files {}
.b-newAd .previews .image {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 180px;
}
.b-newAd .previews .image label {
    text-align: center;
}
.b-newAd .previews .image .preview {
    margin-bottom: 5px;
}
.b-newAd .previews .image .preview img {
    max-width: 100%;
}


.select2-container li.select2-results__option {
    height: 15px;
    margin-bottom: 0;
}

.select2-container span.tree-level-0 {
    font-weight: bold;
}

.select2-container span.tree-level-1 {
    padding-left: 20px;
}

.select2-container span.tree-level-2 {
    padding-left: 40px;
}

.select2-container .select2-results .select2-results__option[aria-disabled=true] {
    color: #000;
}
/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #3399FF; color: #fff; text-shadow: none; }
::selection { background: #3399FF; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

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

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; height: 85px;}
input:valid, textarea:valid {}
input:invalid, textarea:invalid {}

:-moz-ui-invalid:not(output) {
    border-color: #ee5f5b;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
    border-color: #ee5f5b;
}

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

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









@media only screen and (min-width: 35em) {
  

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* COMMON STYLES */
html, button, input, select, textarea, body {
    font: normal 13px/1.25 Arial;
    color: #000000;
}

html {
    height: 100%;
}
body {
    min-width: 1000px;
    background: none repeat scroll 0 0 white;
    height: 100%;
    position: relative;
}

/* COMMON */
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
a, a:visited {
    text-decoration: underline;
    color: #0054A6;
}
a:hover {
    color: #79AADA;
    text-decoration: underline;
}
.container {
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
.b-content h1, .b-content .h1 {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 18px;
}
.b-content h2, .b-content .h2 {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    margin: 13px 0 7px;
}
.button-group {
    margin-bottom: 20px;
}
.unstyled {
    margin: 0;
    padding: 0;
}
.unstyled > li {
    list-style: none outside none;
    padding: 0;
    margin: 0;
}
ul, ol {
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
ul > li, ol > li {
    margin-bottom: 13px;
}
nav ul > li {
    margin-bottom: 0;
}
ul > li li, ol > li li {
    margin-bottom: 0;
}
ul ul, ul.unstyled ul, ul ul.unstyled {
    padding-left: 25px;
}
ul.list {
    margin: 0 0 20px 0;
    padding: 0;
}
ul.list > li {
    list-style: none outside none;
    padding: 0;
    margin: 0 0 10px;
}
p {
    margin: 0 0 15px 0;
}
p.no-margin {
    margin-bottom: 0;
}
.no-mark > li {
    list-style: none outside none;
}
.relative {
    position: relative;
}
.hide {
    display: none;
}
.t-center {
    text-align: center;
}
.t-right {
    text-align: right;
}
.t-left {
    text-align: left;
}

table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    width: 100%;
}
.table {
    margin-bottom: 20px;
}
.table thead {
    background: none repeat scroll 0 0 #E5EEF6;
}
.table thead tr th {
    border-bottom: 1px solid #999999;
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 10px;
    text-align: left;
}
.table tbody tr td {
    border-bottom: 1px solid #E5E5E5;
    color: #333333;
    font-size: 14px;
    padding: 5px 10px;
    vertical-align: middle;
}

.row {
    overflow: hidden;
}
hr {
}

.table.table-bordered {
    margin-bottom: 20px;
}

/*  FORMS */
.form {
    width: 100%;
    font-size: 13px;
}
.form-w450 {
    max-width: 450px;
}
.form-w600 {
    max-width: 600px;
}
.form .form-row {
    margin-bottom: 20px;
    overflow: hidden;
}
.form label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}
.form label.required {}
.form label.required .asterisk {}
.form input[type="text"],
.form input[type="email"],
.form input[type="password"],
.form select,
.form textarea {
    width: 100%;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    border: 1px solid #ADADAD;
    padding: 2px 5px;

    box-shadow: none;
}
.form .form-controls {
}
.form .form-controls a {
    color: #868686;
    line-height: 40px;
    display: inline-block;
}
.form button {
    min-width: 150px;
    padding: 1px 6px;
}

.form input[type="checkbox"] + label {
    font-weight: normal;
}
.form a {
    color: #0054A6;
}
.form a:hover {
    color: #79AADA;
}
.form-errors {
    margin-bottom: 5px;
}
.form-errors .error {
    color: red;
    font-size: 14px;
}
.form label.checkbox {
    display: inline;
    font-weight: normal;
}
.form label.checkbox + input[type="checkbox"] {
    float: left;
    margin-right: 5px;
    margin-top: 1px;
}
.form .nice-file-field {}
.form .nice-file-field button.load-file {}
.form .nice-file-field input.filename {}


/* BUTTONS */
a.btn {
    box-shadow: 3px 3px 6px -4px #060606;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-style: normal;
    margin: 0 15px 7px 0;
    min-width: 100px;
    overflow: hidden;
    padding: 10px 38px;
    text-align: center;
    text-decoration: none;
}
a.btn:hover {
    text-decoration: underline;
}
button.btn {
    min-width: 150px;
    padding: 1px 6px;
}
.fluid-column {
    overflow: hidden;
}
.left-column {
    float: left;
    width: 250px;
}
.right-column {
    float: right;
    width: 250px;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    color: #2e2e2e;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.alert .close:hover, .alert .close:focus {
    color: #000000;
    cursor: pointer;
    opacity: 0.4;
    text-decoration: none;
}
.alert h4 {
    margin: 0;
}
.alert .close {
    color: #000000;
    cursor: pointer;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    opacity: 0.2;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
}
.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-danger,
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}
.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
    margin-bottom: 0;
}
.alert-block p + p {
    margin-top: 5px;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../bundles/bkfrontendapp/images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../bundles/bkfrontendapp/images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../bundles/bkfrontendapp/images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../bundles/bkfrontendapp/images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../bundles/bkfrontendapp/images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../bundles/bkfrontendapp/images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* PowerTip Plugin */
#powerTip {
	cursor: default;
	display: none;
	position: absolute;
	white-space: nowrap;
	z-index: 2147483647;

    background-color: #E5EEF6;
    border: 1px solid #C6C6C6;
    color: #444444;
    padding: 10px;
}
#powerTip:before {
	content: "";
	position: absolute;
}
#powerTip.n:before, #powerTip.s:before {
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	left: 50%;
	margin-left: -5px;
}
#powerTip.e:before, #powerTip.w:before {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	margin-top: -5px;
	top: 50%;
}
#powerTip.n:before {
	border-top: 10px solid #C6C6C6;
	bottom: -10px;
}
#powerTip.e:before {
	border-right: 10px solid #C6C6C6;
	left: -10px;
}
#powerTip.s:before {
	border-bottom: 10px solid #C6C6C6;
	top: -10px;
}
#powerTip.w:before {
	border-left: 10px solid #C6C6C6;
	right: -10px;
}
#powerTip.ne:before, #powerTip.se:before {
	border-right: 10px solid transparent;
	border-left: 0;
	left: 10px;
}
#powerTip.nw:before, #powerTip.sw:before {
	border-left: 10px solid transparent;
	border-right: 0;
	right: 10px;
}
#powerTip.ne:before, #powerTip.nw:before {
	border-top: 10px solid #C6C6C6;
	bottom: -10px;
}
#powerTip.se:before, #powerTip.sw:before {
	border-bottom: 10px solid #C6C6C6;
	top: -10px;
}
#powerTip.nw-alt:before, #powerTip.ne-alt:before,
#powerTip.sw-alt:before, #powerTip.se-alt:before {
	border-top: 10px solid #C6C6C6;
	bottom: -10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	left: 10px;
}
#powerTip.ne-alt:before {
	left: auto;
	right: 10px;
}
#powerTip.sw-alt:before, #powerTip.se-alt:before {
	border-top: none;
	border-bottom: 10px solid #C6C6C6;
	bottom: auto;
	top: -10px;
}
#powerTip.se-alt:before {
	left: auto;
	right: 10px;
}



.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-dialog {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding: 10px;
    z-index: 1050;
}
.modal-content {
    position: relative;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-header {
    background: #99b4d1;
    background: linear-gradient(to bottom, #99b4d1 0%, #b9d1eb 100%);

    padding: 3px 15px;
    border-bottom: 1px solid #aec7e1;
    min-height: 16px;

    border-radius: 7px 7px 0 0;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.428571429;
}
.modal-body {
    position: relative;
    padding: 6px 10px;
    background: #FFF;
    border-right: 1px solid #aec7e1;
    border-left: 1px solid #aec7e1;
}
.modal-footer {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 10px;
    text-align: right;
}
.modal-footer:before,
.modal-footer:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
.modal-footer:after {
    clear: both;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-body p {
    margin: 0 0 10px 0;
}
.modal .title {
    font-weight: bold;
    font-size: 16px;
    /*padding: 5px 0;*/
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 500px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}

.modal .form {}
.modal .form .form-row {}
.modal .modal-actions {
    text-align: right;
}
header.page {
    margin-bottom: 30px;
}
.site-container {
    margin-bottom: 40px;
}
h1 {
    margin-bottom: 20px;
}
h2 {
    margin-bottom: 16px;
}

/* Страница с избранными объявлениями */
.b-userFavorites {}
.b-userFavorites table {
    margin-bottom: 15px;
}
.b-userFavorites td { border-bottom: 1px #e5e5e5 solid; }
.b-userFavorites tr.ext { background: #ecebe9; }
.b-userFavorites .left-border { padding: 10px 6px;}
.b-userFavorites .right-border { padding: 10px; }
.b-userFavorites .b-ads_checkbox { padding: 10px; vertical-align: top;}
.b-userFavorites .b-ads_number { padding: 10px 6px; font-size: 11px; text-align: right;vertical-align: top; }
.b-userFavorites .b-ads_text { padding: 10px 0; font-size: 13px; line-height: 1; }
.b-userFavorites .b-ads_phones { padding: 10px; width: 130px; font-size: 11px; text-align: right; }
.b-userFavorites tr.bold .b-ads_text { font-weight: bold;}
.b-userFavorites tr.background td { background-color: #f8f5d5; border-color: #dfdcbf; }

.b-userFavorites tr.border td { border-top: 2px #7fa9d2 solid; border-bottom: 2px #7fa9d2 solid; }
.b-userFavorites tr.border .left-border { border-left: 2px #7fa9d2 solid; padding-left: 9px; }
.b-userFavorites tr.border .b-ads_number { padding-left: 4px; }
.b-userFavorites tr.border .right-border { border-right: 2px #7fa9d2 solid; padding-right: 8px; }
.b-userFavorites .preview a.img{text-decoration: none;}
.b-userFavorites .preview img{ margin: 10px 10px 10px 0; vertical-align: baseline;}
.b-userFavorites .preview span{font-weight: bold; position: relative; top: -10px;}

header.page {
    margin-bottom: 30px;
}
.site-container{ margin-bottom: 20px; overflow: hidden; }
footer.page{
    padding-top: 28px;
    font-size: 13px;
    padding-bottom: 26px;
    background: #eee;
    width: 100%;
    line-height: 18px;
    color: #333;
}

footer.page p{margin: 0; }
footer.page p.partners a{text-decoration: none; margin-right: 4px;}
footer.page .developer{font-size: 11px; line-height: 15px;}

.link {color: #0054A6; cursor: pointer; text-decoration: underline;}
.link:hover{color: #79AADA;}
button.link{background: none; border: none; padding: 0;}

.user-panel {
    background: #EAF5FF;
    padding: 5px 4% 7px;
}
.user-panel .login-block {}
.user-panel .user-block {}
.user-panel .user-block a.user-link{
    background: url("../bundles/bkfrontendapp/images/b-user-link-onblue.png") no-repeat left center transparent;
    padding-left: 18px;
    height: 19px;
    display: block;
    font-weight: bold;
    float: left;
    margin-right: 20px;
}
.user-panel .user-block span{
    margin-right: 30px;
}
.logo {
    margin-top: 20px;
}

.cols{ width: 100%; overflow: hidden; }

.right-column {
    margin: 0 4%;
    width: 24%;
}
.fluid-column {
    padding-left: 4%;
}
.block-auth {
    background: none repeat scroll 0 0 #EAF5FF;
    font-family: Arial;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
}

.form input.login-input[type="text"],
.form input.login-input[type="password"] {
    width: 80%;
}

.block-auth .form .login-form-control {
    width: 80%;
    margin-left: 10%;
    margin-top: 10px;
}

.block-auth .form .login-form-additional-control {
    text-align: left;


}

.block-auth .title {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}
.block-auth .form-row {
    margin-bottom: 6px;
}
.block-auth .form .left-column {
    width: auto;
}
.block-auth .form .fluid-column {
    padding-left: 5px;
}
.block-auth .form input[type="checkbox"] {
    float: right;
    margin-right: 3px;
    margin-top: 1px;
}
.block-auth .form label {
    float: right;
    font-weight: normal;
}
.block-auth .horizontal-line-or {
    margin: 10px 0px;
    position: relative;
    border-top: 2px solid #595959;

}
.block-auth .horizontal-line-or:before {
    content: " или ";
    position: absolute;
    margin: -9px 0px 0px -24px;
    background-color: #EAF5FF;
    padding: 0px 10px;
    font-weight: bold;
    font-size: 14px;
}
.form .login-form-additional-control .left-column {
    width: 50%;
}
.block-auth .links {
    margin-top: 5px;
}
.block-auth a {
    font-size: 11px;
}
.block-auth button {
    min-width: inherit;
    float: left;

}
.block-auth .social-login {
    margin-top: 15px;
    text-align: center;
}
.block-auth .social-login .buttons {
    margin-left: 20px;
}

.block-rsya {
    margin-top: 20px;
}

.right-column.min-h{overflow: hidden; min-height: 1px;}
.header-main { background: url("../bundles/bkfrontendapp/images/b-head-main-gradient.gif") repeat-x scroll 0 0 #0054A5; }
.b-add-announcement {
    background: url("../bundles/bkfrontendapp/images/b-add-announcement.png") repeat scroll 0 0 transparent;
    color: #0054A6;
    cursor: pointer;
    display: block;
    font: bold 15px/55px Arial;
    height: 61px;
    padding-left: 60px;
    width: 185px;

    position: fixed;
    top: 55px;
    z-index: 1000;

}

.captcha-field {
    margin-bottom: 10px;
}
.captcha-image {
    margin-right: 15px;
}
.captcha-reload {
}


/* OLD */
.b-whyRegister {
    font-family: Arial;
}
.b-whyRegister .h2 {
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 8px;
}
.b-whyRegister p {
    color: #333333;
    line-height: 1.5;
    margin-bottom: 10px;
}

.middle_banner{padding: 10px 0;}

/* Cabinet */

.user-info-block{ margin: 0 0 15px 0; }
.cabinet h2{ color: #0054a6; font-weight: bold; }
.cabinet .payments{ padding: 10px; font-size: 12px;background-color: #f8f5d5; margin-bottom: 20px;}
.cabinet .info {margin-bottom: 10px;}
.cabinet .info span.balance{font-size: 18px;}
/*.cabinet .payment-form{ padding: 10px 0 0; }*/
.cabinet .payments-history {font-size: 12px; margin-bottom: 10px;}
.cabinet .payments-history th{ font-weight: bold; text-align: left;background: #e5eef6; color: #666;border-bottom: 1px solid #999;padding: 5px 0 5px 10px;}
.cabinet .payments-history td{border-bottom: 1px #e5e5e5 solid; padding: 6px 10px;}
.cabinet .payments-history h2{ font-size: 15px; color: #000000; margin: 12px 0;}

.cabinet .b-pay-types-button{
    display: inline-block;
    min-width: 131px;
    width: 131px;
    height: 60px;
    border: none;
    background: url(../bundles/bkfrontendapp/images/btn_sprite.jpg) no-repeat;
    cursor: pointer;
    margin: 6px 10px 0 0;
}
.cabinet .b-pay-types-button.visa { background-position: -1px 0; }
.cabinet .b-pay-types-button.visa:hover { background-position: -1px -60px; }
.cabinet .b-pay-types-button.yamoney { background-position: -142px 0; }
.cabinet .b-pay-types-button.yamoney:hover { background-position: -142px -60px; }
.cabinet .b-pay-types-button.webmoney { background-position: -283px 0; }
.cabinet .b-pay-types-button.webmoney:hover { background-position: -283px -60px; }
.cabinet .b-pay-types-button.beeline { background-position: -423px 0; }
.cabinet .b-pay-types-button.beeline:hover { background-position: -423px -60px; }

.cabinet .b-pay-types-button.bk_courier { background: url("../bundles/bkfrontendapp/images/bkcard.png"); height: 58px; width: 132px!important; }
.cabinet .b-pay-types-button.bk_courier:hover { background: url("../bundles/bkfrontendapp/images/bkcard_h.png"); }
.cabinet .b-pay-types-button.paymaster,
.cabinet .b-pay-types-button.lemonpay {
    display: none;
    background: url("../bundles/bkfrontendapp/images/lemonpay.png");
    width: 132px!important;
    height: 58px;
    border: none;
    cursor: pointer;
}
.cabinet .b-pay-types-button.sms {
    background: url("../bundles/bkfrontendapp/images/sms.png");
    width: 132px!important;
    height: 58px;
    border: none;
    cursor: pointer;
}
.cabinet .payment-form{max-width: 100%}
.payment-group{margin-bottom: 18px;}

.new-order-form .card-inputs label{margin-bottom: 8px; font-weight: bold; display: block;}
.new-order-form .card-inputs {margin-bottom: 10px;}
.new-order-form button {
    min-width: 131px;
    width: 131px;
}

input.card-login,
input.card-psw{max-width: 200px; display: block;}
.cabinet .b-pay-types-button.lemonpay:hover { background: url("../bundles/bkfrontendapp/images/lemonpay_h.png"); }
.cabinet .b-pay-types-button.sms:hover { background: url("../bundles/bkfrontendapp/images/sms_h.png"); }

.cabinet-subscriptions table.subscriptions {
    width: auto;
    font-size: 15px;
}
.cabinet-subscriptions {
    margin-top: 30px;
}
.cabinet-subscriptions table.subscriptions td {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.cabinet-subscriptions table.subscriptions td:first-child {
    padding-right: 10px;
    vertical-align: middle;
}

.cabinet-subscriptions table.subscriptions .subscr-delete-link {
    background-image: url("../bundles/bkfrontendapp/images/close.png");
    width: 33px;
    height: 32px;
    display: block;
}

.cabinet .user-info {
    margin-bottom: 20px;
}

.cabinet .user-settings-form .form-row {
    margin-bottom: 10px;
}

.cabinet .user-settings-form input {
    display: block;
    float: left;
    margin: 2px 4px 2px 0;
}

/* Cabinet ========================================================================================================== */

/* Right Banners */
.righ-banners{ margin-bottom: 20px;padding-top: 10px; }
.top-right-banner {margin-bottom: 20px;}
.righ-banners div, .righ-banners img{ padding: 5px 0; }
/* Right Banners ==================================================================================================== */

/* Top navigation */
.top-menu { padding: 0 4%; padding-top: 20px; }
.top-menu ul { list-style: none; padding-top: 5px; margin-left: -15px; overflow: hidden; }
.top-menu ul li { float: left; padding: 9px 15px 11px; word-spacing: normal; }
.top-menu ul li a { font: bold 15px Arial; color: #fff; text-decoration: none; border-bottom: 2px solid #c0d5e9; }
.top-menu ul li a:hover { color: #79aada; border-bottom: 2px solid #79aada; }
.top-menu ul li.active { background: url("../bundles/bkfrontendapp/images/b-head-main-menu-active.png") #fff -5px 0 no-repeat; position: relative; }
.top-menu ul li.active span { color: #666666; font: bold 15px Arial; margin-top: -2px; }
.top-menu ul li.active .r {
    display: block;
    width: 5px;
    height: 37px;
    background: url("../bundles/bkfrontendapp/images/b-head-main-menu-active.png") #fff 0 0 no-repeat;
    position: absolute;
    margin-left: 100%;
    top: 0;
    left: -5px;
}
/* Top navigation =================================================================================================== */

/* Footer Navigation */
.b-footer_menu { overflow: hidden; padding-bottom: 17px; margin: 0;}
.b-footer_menu_item {
    list-style-type: none;
    float: left;
    padding: 0 8px;
    margin: 0;
    background: url('../bundles/bkfrontendapp/images/b-footer_menu_item.gif') 0 2px no-repeat;
    color: #333;
}
.b-footer_menu_item__first { padding-left: 0; background: none; }
/* Footer Navigation ================================================================================================ */


/* Pagination */
.navigation {  position: relative; overflow: hidden; color: #333; }
.navigation a,
.navigation span { color: #0054A6; cursor: pointer;}
.navigation a:hover,
.navigation span:hover { color: #79aada; }
.navigation dl{ margin: 0 }
.navigation dt,
.navigation dd { display: inline; margin: 0;}
.navigation dd.current { background: #eaf5ff;}
.b-pages-pageNumbers { position: relative; float: left; word-spacing: 0; font-size: 13px;}
.b-pages-pageNumbers dt { padding: 5px 4px; line-height: 1.3; word-spacing: normal; }
.b-pages-pageNumbers dd { padding: 5px; margin: 0;}
.b-pages-pageNumbers dd.current {padding: 7px 8px 5px; }
.b-pages-pageNumbers dd.arrow {
    font-size: 24px;
    color: #0054a6;
    line-height: 1;
    vertical-align: -2.4px;
    padding: 0 6px;
}

.b-pages-adsPerPage { position: relative; float: right; padding-top: 4px; word-spacing: 0; word-spacing: 0; font-size: 11px;}
.b-pages-adsPerPage dt {  word-spacing: normal; }
.b-pages-adsPerPage dd {  padding: 4px; }
.b-pages-adsPerPage dd.current { padding: 4px 6px 2px; }
/* Pagination ======================================================================================================= */

/* Graphic Modules */
.graphic-modules {
    display: block;
    float: none;
    overflow: hidden;
    clear: both;
    margin-right: -15px;
    margin-left: -15px;
}
.graphic-modules .col-md-4 {
    width: 33%;
    float: left;
}
.graphic-modules .module-wrapper {
    padding: 7px;
}
.graphic-modules .module-content {
    height: 250px;
    border: 0px #999 solid;
    background-color: #f8f6d5;
}
.graphic-modules .icon-star {
    margin: 5px;
    width: 38px;
    height: 38px;
    background-color: #003D81;
    display: block;
    float: left;
    background: url('../bundles/bkfrontendapp/images/star.png');
}
.graphic-modules .shadow {
    overflow-y: auto;
    height: 250px;
}
.graphic-modules .text {
    /*z-index:-1;*/
    padding: 15px 35px 0 5px;
    font-size: 14px;
}
/* Graphic Modules=================================================================================================== */

/* Search Block */
.b-search{ background: #eaf5ff; padding: 20px; overflow: hidden; margin-bottom: 20px;}
.b-search .b-search-form_submit{ width: 120px; }
.b-search .b-search-form_submit button{ width: 110px;}
.b-search .b-search-form_text input{ width: 100%; }
.b-search .b-search-form_text { margin: 0 10px 0 0; }
.b-search table {margin:  0 0 6px 0; }
.b-search .b-search_area_modifiers {margin: 0 0 10px;}
.b-search .show_variants {margin-top: 28px;}
.b-search .show_variants .link{cursor: pointer; color: #0054A6; text-decoration: underline;}
.b-search .show_variants .link:hover{color: #79AADA;}
.b-search .b-search_area_modifiers_checkbox{margin-right: 15px;}
.b-search .b-search_area_modifiers_checkbox input{ margin-left: 0; vertical-align: middle; }
.b-search .b-search_area_modifiers_checkbox label{ vertical-align: middle; }
.b-search .filters { font-size: 12px;}
.b-search .filters a{ color: #808080; padding: 0 8px 4px 0;}
.b-search .filters a:hover{text-decoration: none;}
.b-search .filters .current{cursor: pointer; color: #000; font-size: 13px;border-bottom: dashed 1px black;}
.b-search .filters div{margin-bottom: 8px;}
/* Search Block ===================================================================================================== */

/* Tag Block */
.tag-blocks {font-size: 15px;}
.tag-blocks .tag-title{}
.tag-blocks .left{ float: left; width: 49%; padding-right: 20px;overflow: hidden; }
.tag-blocks .right{ overflow: hidden; }
.tag-blocks .tag-title{ font-weight: bold; margin-bottom: 10px; color: #333; }
.tag-blocks .tags { margin-bottom: 20px; }
.tag-blocks .tags a{ line-height: 1; text-decoration: none;}
.tag-blocks .tags a:hover{ text-decoration: underline;}
.tag-blocks .column div{ margin-bottom: 4px; }
/* Tag Block ======================================================================================================== */

/* District Block */
.district-blocks {font-size: 15px;}
.district-blocks .district-title{}
.district-blocks .left{ float: left; width: 49%; padding-right: 20px;overflow: hidden; }
.district-blocks .right{ overflow: hidden; }
.district-blocks .district-title{ font-weight: bold; margin-bottom: 10px; color: #333; }
.district-blocks .districts { margin-bottom: 20px; }
.district-blocks .districts a{ line-height: 1; text-decoration: none;}
.district-blocks .districts a:hover{ text-decoration: underline;}
.district-blocks .column div{ margin-bottom: 4px; }
/* District Block ======================================================================================================== */

/* Rubrics list */
.rubrics ul>li{ list-style: none;}
.rubrics ul.l-3,
.rubrics ul.l-2 {padding-left: 30px;}
.rubrics ul.l-2 {line-height: 19px;}
.rubrics ul.l-2 li{list-style: disc outside; font-size: 13px; color: #333; }

.rubrics ul.l-2 a{ color: #333; }
.rubrics ul.l-2 a:hover{ color: #4F8ECA; }

.rubrics .title.l-2{ text-transform: uppercase; margin-bottom: 3px;}
.rubrics ul.l-3 {margin-bottom:  0;}
.rubrics ul.l-3 li{ font-size: 10px; }
.rubrics ul.l-3 li a {font-size: 12px;}
.rubrics ul.column{ float: left; width: 50%; margin-bottom: 0;}
.rubrics .title.l-1 h2{ font: bold 15px Arial; text-transform: uppercase;margin-top: 0;}
.rubrics .link {color: #333;}
.rubrics .link:hover{color: #4F8ECA;}
/* Rubrics list ===================================================================================================== */


/* Bread Crumbs */
.b-breadcrumbs { color: #333; font-weight: bold; font-size: 16px; word-spacing:  1px; margin: 16px 0;}
.b-breadcrumbs a{color: #333;}
.b-breadcrumbs a:hover{ text-decoration: none;}
.b-breadcrumbs li { list-style: none outside; display: inline;}
/* Bread Crumbs ===================================================================================================== */

/* Main Banner */
.banner-block{margin-top: 20px; margin-bottom: 15px; margin-left: 0px;}
/* Main Banner ====================================================================================================== */


/* Content */

.b-count{ margin-top: 15px; }

.description { color: #444444 }
.description p { margin-bottom: 5px; line-height: 1.5; }
.description ul { list-style: none; }
.description ul li:before { content: "— "; color: #004C96; }
.description ul li { line-height:20px; margin: 7px 0; padding: 0 0 0 17px; text-indent: -17px; }
.description ol { font-size: 13px; list-style: decimal inside; }
.description ol li { margin: 6.5px 0; line-height: 1.5; }

.b-content blockquote {
    position: relative;
    padding: 16px 20px 12px 20px;
    background: url('../bundles/bkfrontendapp/images/b-content-lq.gif') #F8F6D5 no-repeat 11px 0;
    font-size: 17px;
    line-height: 1.5;
    color: #444;
    overflow: hidden;
    text-indent: 40px;
    vertical-align: top;
    zoom: 1;
    margin: 0;
}
blockquote.noteStyle{ background: #eaf5ff; text-indent: 0; }
/* IE 9+ */
blockquote.quoteStyle p {
    background:
        url('../bundles/bkfrontendapp/images/quote1.gif') no-repeat 40px 2px,
        url('../bundles/bkfrontendapp/images/quote2.gif') no-repeat right bottom;
    padding: 21px 0 0;
}

.b-content img.image {
    margin: 10px;
}
.b-content img.image-left {
    float: left;
    margin: 0 10px 10px 0;
}
.b-content img.image-center {
    display: block;
    margin: 10px auto;
}
.b-content img.image-right {
    float: right;
    margin: 0 0 10px 10px;
}
.b-content {
    padding-bottom: 20px;
}

/* Advert Line */
.b-ads { border-collapse: separate; border-spacing: 0 5px;  width: 100%; color: #333; border-top: 1px #999 solid; border-bottom: 1px #999 solid; }
.b-ads td { border-bottom: 1px #e5e5e5 solid; }
.b-ads tr.ext { background: #ecebe9; }
.b-ads .b-ads_number { padding: 10px 6px 5px 2px; font-size: 11px; text-align: right; }
.b-ads .b-ads_text { padding: 10px 0 5px; font-size: 13px; line-height: 1; }
.b-ads .b-ads_phones { padding: 10px 10px 5px; width: 130px; font-size: 11px; text-align: right; }
.b-ads .b-ads_favorite {padding: 5px 4px; white-space: nowrap;}
.b-ads .b-ads_favorite .ads-favorite {display: inline-block;}
.b-ads .b-ads_favorite .ads-message {display: inline-block;}
.b-ads tr.bold .b-ads_text { font-weight: bold;}
.b-ads tr.background td { background-color: #f8f5d5; border-color: #dfdcbf; }
.b-ads .old-issue { font-weight: normal; color: #848484; font-size: 10px; margin: 4px 0px 2px 0px; }

.b-ads tr.border td { border-top: 2px #7fa9d2 solid; border-bottom: 2px #7fa9d2 solid; }
.b-ads tr.border .b-ads_favorite { border-left: 2px #7fa9d2 solid; padding-left: 2px;}
.b-ads tr.border .b-ads_number { padding-left: 4px; }
.b-ads tr.border .b-ads_phones { border-right: 2px #7fa9d2 solid; padding-right: 8px; }
.b-ads .preview a.img{text-decoration: none;}
.b-ads .preview img{ margin: 10px 10px 10px 0; vertical-align: baseline;}
.b-ads .preview span{font-weight: bold; position: relative; top: -10px;}

.ads-favorite {
    background: url("../bundles/bkfrontendapp/images/favorites.png") no-repeat scroll 0 0 transparent;
    height: 20px;
    width: 21px;
    cursor: pointer;
}
.ads-favorite.img-n {
    background-position: 0 0;
}
.ads-favorite.img-y {
    background-position: -22px 0;
}
.ads-message {
    background: url("../bundles/bkfrontendapp/images/messages.png") no-repeat scroll 0 0 transparent;
    height: 20px;
    width: 21px;
    cursor: pointer;
}
.ads-message.img-n {
    background-position: 0 0;
}
.ads-message.img-y {
    background-position: -22px 0;
}
/* Advert Line ====================================================================================================== */

/* Full Advert */
.advert-full .social { margin: 0 0 20px 0; }
.advert-full .links p{ margin: 0 0 5px }
.advert-full .full-description{ margin-bottom: 10px;}
.advert-full .gallery { margin-bottom: 30px;}
.advert-full .social .item{ margin-right: 20px; }

.advert-full .gallery{overflow: hidden;}
.advert-full .adv-big{ float: left; position: relative;}
.advert-full .adv-big img#zoom{position: absolute; right: 10px; bottom: 8px; cursor: pointer;}
.advert-full .previews { width: 281px;  overflow: hidden; padding: 0 5px 0 5px;}
.advert-full .previews img { padding: 0 0 8px 5px; }
.advert-full .previews img.checked{ /*box-shadow: 0 0 8px #808080;*/ }
.advert-full .previews img.clickable{cursor: pointer;}

/* Full Advert ====================================================================================================== */

/* Feedback */
.feedback .description{ margin-bottom: 20px;}
/* Feedback ========================================================================================================= */
/* Content ========================================================================================================== */

.b-userAds {
    font-family: Arial;
    margin-bottom: 30px;
}
.b-userAds table {
    margin-bottom: 0;
}
.b-userAds h2 {
    font-weight: bold;
    font-size: 15px;
    margin: 0.8em 0;
}
.b-userAds table {
    border-collapse: collapse;
    width: 100%;
}
.b-userAds table thead {
    background: #e5eef6;
}
.b-userAds table thead tr {
}
.b-userAds table thead tr td {
    font-size: 11px;
    font-weight: bold;
    padding: 0.5em 0;
    color: #666;
    border-bottom: 1px solid #999;
}
.b-userAds table thead tr td.text {
    padding-left: 12px;
}
.b-userAds table thead tr td.fixed {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
.b-userAds table tbody {
}
.b-userAds table tbody tr {
}
.b-userAds table tbody tr td {
    font-size: 14px;
    vertical-align: middle;
    padding: 0.5em 0;
    color: #333;
    border-bottom: 1px #e5e5e5 solid;
}
.b-userAds table tbody tr td.checkbox {
    text-align: right;
    width: 30px;
    padding: 0;
}
.b-userAds table tbody tr td.text {
    padding-left: 12px;
}
.b-userAds table tbody tr td.fixed {
    text-align: center;
}
.b-userAds table tbody tr td.delete {
    width: 17px;
}
.b-userAds .total {
    font-size: 1.4em;
    padding: 12px;
}
.b-userAds .total input {
    margin-left: 20px;
    font-size: 0.9em
}
.b-userAds a {
    color: #0054A6;
}
.b-userAds a:hover {
    color: #79aada;
}
.b-userAds .st-group {
    margin-bottom: 40px;
}
.b-userAds .btn-prolong {
    margin-top: 10px;
}
.b-userAds__pay {
}
.b-userAds__pay table thead {
    background: white;
}
.b-userAds__pay table tbody {
}
.b-userAds__pay .total {
    border-top: 1px solid #898989;
    margin-top: -1px;
    background: url('../bundles/bkfrontendapp/images/bottom.gif') #e6e6e6 repeat-x left bottom;
    font-size: 1.7em;
    padding: 1em 12px;
}
.b-pay {
    font-family: Arial;
}
.b-pay h1 {
    margin: 1em 0;
    font-size: 2em;
    font-weight: bold;
}
.b-pay a {
    color: #0054A6;
}
.b-pay a:hover {
    color: #79aada;
}

.b-pay-message {
    font-family: Arial, sans-serif;
    margin-bottom: 3.6em;
}
.b-pay-message h3 {
    color: #c00;
    font-size: 1.8em;
    margin-bottom: 0.5em;
    font-weight: normal;
}
.b-pay-message p {
    font-size: 1.2em;
    line-height: 1.5;
    margin-bottom: 1em;
}

.b-pay-types {
    overflow: hidden;
}
.b-pay-types dt {
    clear: both;
    font-size: 1.2em;
    margin-bottom: 0.25em;
}
.b-pay-types dd {
    float: left;
    /* margin-right: 14px; */
    margin-bottom: 1.8em;
}
.b-pay-types-button {
    display: inline-block;
    width: 131px!important;
    height:60px;
    border:none;
    background: url(../bundles/bkfrontendapp/images/btn_sprite.jpg) no-repeat;
    cursor: pointer;
    margin: 0 10px 0 0;
}
.b-pay-types-button.visa {background-position:-1px 0;}
.b-pay-types-button.yamoney {background-position:-142px 0;}
.b-pay-types-button.webmoney {background-position:-283px 0;}
.b-pay-types-button.beeline{background-position:-423px 0;}
.b-pay-types-button.bk_courier{
    background-position:-564px 0;
    /*margin:5px 0;*/
}

.b-pay-types-button.visa:hover {background-position:-1px -60px;}
.b-pay-types-button.yamoney:hover {background-position:-142px -60px;}
.b-pay-types-button.webmoney:hover {background-position:-283px -60px;}
.b-pay-types-button.beeline:hover{background-position:-423px -60px;}
.b-pay-types-button.bk_courier:hover{background-position:-564px -60px;}

.b-pay-types-button.paypal {
    background: url("../bundles/bkfrontendapp/images/paypal1.png");
    height:58px;
}
.b-pay-types-button.paypal:hover {
    background: url("../bundles/bkfrontendapp/images/paypal2.png");
}

input.lemonpay,
button.paymaster {
    display: none;
    background: url("../bundles/bkfrontendapp/images/lemonpay.png");
    width: 132px!important;
    height: 58px;
    border: none;
    cursor: pointer;
}
input.lemonpay:hover,
button.paymaster:hover {
    background: url("../bundles/bkfrontendapp/images/lemonpay_h.png");
}
button.sms {
    background: url("../bundles/bkfrontendapp/images/sms.png");
    width: 132px!important;
    height: 58px;
    border: none;
    cursor: pointer;
}
button.sms:hover {
    background: url("../bundles/bkfrontendapp/images/sms_h.png");
}

/* User right col info */
.b-userInfo { border: 3px #7fa9d2 solid; padding: 9px; margin-top: 10px; background-color: #EAF5FF;}
.b-userInfo .name{font-weight: bold; font-size: 17px; color: #3376b8; margin-bottom: 14px; float: left;}
.b-userInfo .link-change-info {margin-left: 5px;}
.b-userInfo .money-info-block {float: right; margin-top: 3px;}
.b-userInfo p {margin-bottom: 13px;}
/* User right col info ============================================================================================== */

.b-head-main_top_logo {
    float: left;
    left: -25px;
    margin: 0 -100% -3px 0;
    position: relative;
    top: -3px;
}
.b-head-main_top_logo img {
    display: block;
}
.b-head-main td {
    vertical-align: middle;
}
.b-head-main .fluid-column {
    padding-top: 24px;
}
.b-head-main_top_number {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../bundles/bkfrontendapp/images/b-head-main-top-number-top.gif") repeat-x scroll 0 0 #E9ECEF;
    border-color: -moz-use-text-color #003D81 #003D81;
    border-image: none;
    border-right: 2px solid #003D81;
    border-style: none solid solid;
    border-width: medium 2px 2px;
    float: right;
    margin-left: 210px;
    padding: 0 20px;
}
.b-head-main_top_number table {
    background: url("../bundles/bkfrontendapp/images/b-head-main-top-number-bottom.gif") repeat-x scroll 0 100% transparent;
}
.b-head-main_top_number_description {
    margin: 15px 0;
    font-size: 10px;
}
.b-head-main_top_number_description h3 {
    color: #333333;
    font: bold 13px Arial;
    white-space: nowrap;
}
.b-head-main_top_number_description p {
    color: #333333;
    font: 12px Arial;
    white-space: nowrap;
}
.b-head-main_top_number_links {
    float: right;
    height: 61px;
    margin: -18px 0 0 30px;
    overflow: hidden;
    padding: 18px 0 0 120px;
    position: relative;
}
.b-head-main_top_number_links ul {
    list-style: none outside none;
    margin-top: 1px;
    padding: 15px 0;
}
.b-head-main_top_number_links ul li {
    font: 12px/1.5 Arial;
    white-space: nowrap;
    margin-bottom: 0;
}
.b-head-main_top_number_links ul li a {
    color: #0054A5;
}
.b-head-main_top_number_links ul li a:hover {
    color: #4F8ECA;
}
.b-head-main-top_number_links_image {
    background: url("../bundles/bkfrontendapp/images/b-head-main-number.png") no-repeat scroll 0 0 transparent;
    bottom: -1px;
    cursor: pointer;
    display: block;
    height: 79px;
    left: 0;
    position: absolute;
    width: 102px;
}/* User right col info ============================================================================================== */

/* IssueArchive */
.node.calendar h1{float: left; padding-right: 8px}
.node .b-calendar-years{line-height: 30px;}
.node .b-calendar-years {  word-spacing: 5px; /*padding: 24px 0 0 0;*/ /*float: left; */}
.node .b-calendar-years li{ display: inline; vertical-align: middle; font-size: 11px; color: #333;}
.node .b-calendar ul{ list-style: none;}
.node .b-calendar ul.months li{ float: left; width: 280px; padding-right: 40px; height: 240px;}
.node .b-calendar-month h2 { font-size: 15px; font-weight: bold; margin: 10px 0; padding-left: 100px;}
.node .b-calendar-month table { font-size: 15px; border-collapse: collapse; width: 100%; margin-bottom: 10px;}
.node .b-calendar-month thead td { border-top: 1px solid #999; background-color: #f8f5d5; text-align: center; padding: 5px 0; color: #666; }
.node .b-calendar-month tbody td { border-top: 1px solid #e5e5e5; text-align: center; padding: 5px 0; }
.node .b-calendar-month.unavail h2,
.node .b-calendar-month.unavail td,
.node.b-calendar-month.unavail { color: #999; }

.issue .links{ list-style: none;}
.issue h1{float: left; padding-right: 8px}
.issue .archive{line-height: 30px;}
.issue .count,
.issue .issue-description{margin-bottom: 10px}
.issue .info-block{margin-bottom: 30px;}
.issue .info-block div{margin-bottom: 10px;}
.issue .preview { float: left; margin-right: 20px;}
.issue .content{overflow: hidden;}
.issue .attention { padding: 10px; background-color: #f8e5d5; }
.issue .attention h2 { font-size: 18px; font-weight: normal; margin-bottom: 9px; }
.issue .attention p{margin-bottom: 6.5px}
.issue .date{margin-bottom: 20px; clear: both;}
/* IssueArchive ===================================================================================================== */

.b-prolong {}
.b-prolongIssues {
    margin-bottom: 30px;
}
.b-prolongAds {}
ul.ul-alert li{margin-bottom: 0; display: block; overflow: hidden;}
ul.ul-alert {list-style: outside none;}
ul.ul-alert a{font-size: 13px;}
ul.ul-alert div.left{float:left}
ul.ul-alert div.item{margin-left: 17px;}

.jobs-offered-message {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 10px 6px 8px 10px;
    min-height: 160px;
}
.jobs-offered-message .image {
    margin-right: 15px;
}
.jobs-offered-message p {
    margin: 0 0 0 0;
    padding: 0;
}
.jobs-offered-message p {
    margin: 0 0 0 0;
    padding: 0;
}
.jobs-offered-message .title {
    color: #E02310;
    font: bold;
    font-size: 16px;
}

.badge {
    background-color: #999999;
    color: #FFFFFF;
    display: inline-block;
    font-size: 9px;
    font-weight: bold;
    line-height: 11px;
    padding: 2px 4px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    vertical-align: baseline;
    white-space: nowrap;
}
.badge {
    border-radius: 9px 9px 9px 9px;
    padding-left: 7px;
    padding-right: 7px;
    margin-right: 4px;
}
a.badge:hover {
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}
.badge-important {
    background-color: #B94A48;
}
.badge-important[href] {
    background-color: #953B39;
}
.badge-warning {
    background-color: #F89406;
}
.badge-warning[href] {
    background-color: #C67605;
}
.badge-success {
    background-color: #468847;
}
.badge-success[href] {
    background-color: #356635;
}
.badge-info {
    background-color: #3A87AD;
}
.badge-info[href] {
    background-color: #2D6987;
}
.badge-inverse {
    background-color: #333333;
}

/* Страница с избранными объявлениями */
.b-userFavorites {}
.b-userFavorites table {
    margin-bottom: 15px;
}
.b-userFavorites td { border-bottom: 1px #e5e5e5 solid; }
.b-userFavorites tr.ext { background: #ecebe9; }
.b-userFavorites .left-border { padding: 10px 6px;}
.b-userFavorites .right-border { padding: 10px; }
.b-userFavorites .b-ads_checkbox { padding: 10px; vertical-align: top;}
.b-userFavorites .b-ads_number { padding: 10px 6px; font-size: 11px; text-align: right;vertical-align: top; }
.b-userFavorites .b-ads_text { padding: 10px 0; font-size: 13px; line-height: 1; }
.b-userFavorites .b-ads_phones { padding: 10px; width: 130px; font-size: 11px; text-align: right; }
.b-userFavorites tr.bold .b-ads_text { font-weight: bold;}
.b-userFavorites tr.background td { background-color: #f8f5d5; border-color: #dfdcbf; }

.b-userFavorites tr.border td { border-top: 2px #7fa9d2 solid; border-bottom: 2px #7fa9d2 solid; }
.b-userFavorites tr.border .left-border { border-left: 2px #7fa9d2 solid; padding-left: 9px; }
.b-userFavorites tr.border .b-ads_number { padding-left: 4px; }
.b-userFavorites tr.border .right-border { border-right: 2px #7fa9d2 solid; padding-right: 8px; }
.b-userFavorites .preview a.img{text-decoration: none;}
.b-userFavorites .preview img{ margin: 10px 10px 10px 0; vertical-align: baseline;}
.b-userFavorites .preview span{font-weight: bold; position: relative; top: -10px;}

.progress {
    background-color: #F5F5F5;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 5px;
    margin-bottom: 20px;
    overflow: hidden;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.fileinput-button {
    position: relative;
}
.fileinput-button input {
    cursor: pointer;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-50px, 0px) scale(1.4);
}

.tinymce {
    height: 250px;
}

/* buttons */
.bk-btn {
    display: inline-block;
    white-space: nowrap;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
    background: -webkit-linear-gradient(top, #eeeeee, #cccccc);
    background: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background: -ms-linear-gradient(top, #eeeeee, #cccccc);
    background: linear-gradient("to bottom", #eeeeee, #cccccc);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC');
    zoom: 1;
    border: 1px solid #777;
    border-radius: .2em;
    -webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.8) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.8) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
    color: #333 !important;
    cursor: pointer;
    font: normal 1em/2em Arial, Helvetica;
    margin: 0 0.75em 0 0;
    padding: 0 1.5em;
    overflow: visible;
    /* removes extra side spacing in IE */
    text-decoration: none !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.bk-btn:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #dddddd));
    background: -webkit-linear-gradient(top, #fafafa, #dddddd);
    background: -moz-linear-gradient(top, #fafafa, #dddddd);
    background: -ms-linear-gradient(top, #fafafa, #dddddd);
    background: linear-gradient("to bottom", #fafafa, #dddddd);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFFAFAFA', endColorstr='#FFDDDDDD');
    zoom: 1;
}
.bk-btn:active {
    -webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #bbbbbb));
    background: -webkit-linear-gradient(top, #cccccc, #bbbbbb);
    background: -moz-linear-gradient(top, #cccccc, #bbbbbb);
    background: -ms-linear-gradient(top, #cccccc, #bbbbbb);
    background: linear-gradient("to bottom", #cccccc, #bbbbbb);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#FFCCCCCC', endColorstr='#FFBBBBBB');
    zoom: 1;
    position: relative;
    top: 1px;
}
.bk-btn:focus {
    outline: 0;
    background: #fafafa;
}

.bk-btn-black {
    background: #727272;
    background: -moz-linear-gradient(top,  #727272 0%, #444444 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#727272), color-stop(100%,#444444));
    background: -webkit-linear-gradient(top,  #727272 0%,#444444 100%);
    background: -o-linear-gradient(top,  #727272 0%,#444444 100%);
    background: -ms-linear-gradient(top,  #727272 0%,#444444 100%);
    background: linear-gradient(to bottom,  #727272 0%,#444444 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#727272', endColorstr='#444444',GradientType=0 );

    color: #FFF;
    cursor: pointer;
    font: normal 16px Arial, Helvetica;
    padding: 4px 12px;
    display: inline-block;
    text-decoration: none;
    border: 3px solid #D7D7D7;
    border-radius: 8px;
}
.bk-btn-black:hover {
    text-decoration: underline;
    color: #FFF;
}
.bk-btn-black:visited {
    text-decoration: none;
    color: #FFF;
}

.social-login {}
.social-login .buttons {
    overflow: hidden;
}
.social-login .buttons .s-login-btn {
    margin-right: 3px;
}
.s-login-btn {
    width: 32px;
    height: 32px;
    background: url("../bundles/bkfrontendapp/images/social-login.png") 0 0 transparent;
    opacity: 0.75;
    display: inline-block;
}
.s-login-btn:hover {
    opacity: 1;
}
.s-login-btn.fb {
    background-position: 0 0;
}
.s-login-btn.vk {
    background-position: 32px 0;
}
.s-login-btn.twitter {
    background-position: 64px 0;
}
.s-login-btn.gplus {
    background-position: 96px 0;
}

/* Subscribe buttons */
#subscription {
    float: right;
}

#addToSubscr {
    background: url("../bundles/bkfrontendapp/images/subscribe.png") 0 0 transparent;
    width: 253px;
    height: 74px;
    cursor: pointer;
}
#removeSubscr{
    text-align: center;
}
#removeSubscr .remove-button,
#unsubscribe .remove-button{
    background: url("../bundles/bkfrontendapp/images/unsubscribe.png") 0 0 transparent;
    width: 199px;
    height: 32px;
    cursor: pointer;
}

/* messages */
.message_form {
    margin-top: 30px;
    margin-left: 220px;
}
.messages_list__navigation_thread {
    margin-left: 220px;
}
.thread__advert {}

/* message search */
.messages_list {}
.messages_list_thread {
    float: left;
    width: 700px;
}
.messages_list__message {}
.messages_list__message td {
    padding: 10px 10px 12px 10px;
}
.messages_list__message td:first-child {
    padding-left: 0;
}
.messages_list__message td:last-child {
    padding-right: 0;
}
.messages_list__message__info {
    width: 200px;
}
.messages_list__message__time {}
.messages_list__message__author {}
.messages_list__message__content {
}
.messages_list__message__subject {
    font-weight: bold;
}
.messages_list__message__body {}
.messages_list__message__other {
    width: 1px;
}
.messages_list__message__highlight {}
.messages_list__message__highlight td {
    background: #FFFDDD;
}
.highlight { background-color: #FFFDDD }

.animated {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
@-webkit-keyframes flash {
    0%, 50% {opacity: 1;}
    25%{opacity: 0;}
}

@-moz-keyframes flash {
    0%, 50% {opacity: 1;}
    25%{opacity: 0;}
}

@-o-keyframes flash {
    0%, 50% {opacity: 1;}
    25%{opacity: 0;}
}

@keyframes flash {
    0%, 50% {opacity: 1;}
    25%{opacity: 0;}
}

.animated.flash {
    -webkit-animation-name: flash;
    -moz-animation-name: flash;
    -o-animation-name: flash;
    animation-name: flash;
}

.new-messages {
    background-color: #eaf5ff;
    font-weight: bold;
}
.new-message {
    background-color: #ff6b15;
    color: #fff;
    padding: 1px 10px 2px;
    border-radius: 10px;
}

.auth-form .resetting {
    margin-top: 10px;
}

.nowrap {
    white-space: nowrap;
}

.link-add-money {
    float: left;
}

.link-adv-post {
    float: right;
}

/* Affiliate adverts */
.adver-affiliate h1 {
    float: left;
}

.adver-affiliate .affiliate_block {
    float: right;
}

.adver-affiliate .affiliate_block .aff_price {
    font-size: 24px;
    font-weight: bold;
    color: #0054A6;
}

.adver-affiliate .affiliate_block a.goto-affiliate {
    display: block;
    width: 150px;
    height: 24px;
    background-color: #0054A6;
    border-radius: 6px;
    float: right;
    text-align: center;
    color: #FFF;
    margin-left: 20px;
    text-decoration: none;
    font-size: 18px;
    height: 27px;
    padding-top: 1px;
}


@media (max-width: 1330px) {
    .form .login-form-additional-control .left-column {
        float: none;
        width: 100%;
    }

    .block-auth .social-login .buttons {
        margin-left: 0px;
    }

}

@media (max-width: 1200px) {
    .link-adv-post,
    .link-add-money {
        float: none;
    }
}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle;}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none;}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px;}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none;}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap;}.select2-container .select2-search--inline{float:left;}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none;}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051;}.select2-results{display:block;}.select2-results__options{list-style:none;margin:0;padding:0;}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none;}.select2-results__option[aria-selected]{cursor:pointer;}.select2-container--open .select2-dropdown{left:0;}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0;}.select2-search--dropdown{display:block;padding:4px;}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box;}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none;}.select2-search--dropdown.select2-search--hide{display:none;}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0);}.select2-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px;}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999;}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px;}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto;}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default;}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none;}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px;}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%;}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left;}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder{float:right;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto;}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0;}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default;}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none;}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0;}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa;}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;}.select2-container--default .select2-results>.select2-results__options{max-height:600px;overflow-y:auto;}.select2-container--default .select2-results__option[role=group]{padding:0;}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999;}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd;}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em;}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white;}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px;}.select2-container--classic .select2-selection--single{background-color:#f6f6f6;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);background-image:-o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);background-image:linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb;}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px;}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999;}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);background-image:-o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);background-image:linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto;}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb;}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none;}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px;}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);background-image:-o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);background-image:linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);background-image:-o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);background-image:linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb;}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px;}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none;}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto;}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb;}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0;}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0;}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;}.select2-container--classic .select2-dropdown{background-color:white;border:1px solid transparent;}.select2-container--classic .select2-dropdown--above{border-bottom:none;}.select2-container--classic .select2-dropdown--below{border-top:none;}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto;}.select2-container--classic .select2-results__option[role=group]{padding:0;}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey;}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:white;}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px;}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb;}