/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
/**
 * Helpers
 *
 * @license   GNU General Public License, version 2
 * @copyright 2013 OOO "ЛС-СОФТ" {@link http://livestreetcms.com}
 * @author    Denis Shakhov <denis.shakhov@gmail.com>
 */


/* Margins */
.ls-mt-10 { margin-top: 10px !important; }
.ls-mt-15 { margin-top: 15px !important; }
.ls-mt-20 { margin-top: 20px !important; }
.ls-mt-30 { margin-top: 30px !important; }

.ls-mb-10 { margin-bottom: 10px !important; }
.ls-mb-15 { margin-bottom: 15px !important; }
.ls-mb-20 { margin-bottom: 20px !important; }
.ls-mb-30 { margin-bottom: 30px !important; }

.ls-m-0 { margin: 0 !important; }


/* Paddings */
.ls-pt-10 { padding-top: 10px !important; }
.ls-pt-15 { padding-top: 15px !important; }
.ls-pt-20 { padding-top: 20px !important; }
.ls-pt-30 { padding-top: 30px !important; }

.ls-pb-10 { padding-bottom: 10px !important; }
.ls-pb-15 { padding-bottom: 15px !important; }
.ls-pb-20 { padding-bottom: 20px !important; }
.ls-pb-30 { padding-bottom: 30px !important; }

.ls-p-0 { padding: 0 !important; }


/* Text Align */
.ls-ta-c { text-align: center !important; }
.ls-ta-r { text-align: right !important; }


/* Floats */
.ls-fl-r, .ls-float-right, .ls-pull-right { float: right !important; }
.ls-fl-l, .ls-float-left, .ls-pull-left  { float: left !important; }


/* Misc */
.ls-va-m { vertical-align: middle !important; }


/* Clearfix */
.ls-clearfix:after {
    content: "";
    display: block;
    clear: both;
}


/* Word Wrap */
.ls-word-wrap {
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    white-space: normal;
}


/* Width */
[class^="ls-width-"],
[class*=" ls-width-"] { box-sizing: border-box; }

.ls-width-full { width: 100% !important; }
.ls-width-50   { width: 50px !important; }
.ls-width-100  { width: 100px !important; }
.ls-width-150  { width: 150px !important; }
.ls-width-200  { width: 200px !important; }
.ls-width-250  { width: 250px !important; }
.ls-width-300  { width: 300px !important; }
.ls-width-350  { width: 350px !important; }
.ls-width-400  { width: 400px !important; }
.ls-width-450  { width: 450px !important; }
.ls-width-500  { width: 500px !important; }
.ls-width-550  { width: 550px !important; }
.ls-width-600  { width: 600px !important; }
.ls-width-650  { width: 650px !important; }


/* Loader */
/* TODO: Change gif */
.ls-loading {
    background-image: url(http://www.beehivo.com/framework/frontend/components/css-helpers/images/loader.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.ls-link-dashed { text-decoration: none; border-bottom: 1px dashed; }
.ls-link-dotted { text-decoration: none; border-bottom: 1px dotted; }

/* Images */
.ls-img-responsive {
    min-width: 100%;
    height: auto;
}
.ls-img-rounded { border-radius: 5px; }
.ls-img-circle { border-radius: 50%; }
.ls-img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.4;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* Visibility */
.ls-show {
    display: block !important;
}
.ls-hidden {
    display: none !important;
    visibility: hidden !important;
}
.ls-invisible {
    visibility: hidden;
}

/* Caret */
.ls-caret {
    display: inline-block;
    height: 0;
    width: 0;
    border: 4px solid transparent;
    border-top-color: #333;
}
.ls-caret.ls-caret--right {
    border-top-color: transparent !important;
    border-left-color: #333;
}/**
 * Типография
 * Стили частично позаимствованы у бутстрапа
 */


/**
 * Основные стили
 */
body {
    font-size: 13px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.42857143;
    color: #000;
}


/**
 * Ссылки
 */
a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

a:hover,
a:focus {
    color: #d32f2f;
    text-decoration: none;
}


/**
 * Параграф
 */
p {
    margin: 0 0 15px;
}

p:last-child {
    margin-bottom: 0;
}


/**
 * Заголовки
 */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.ls-heading {
    margin: 0 0 15px;
    font-family: "Merriweather",Georgia,"Times New Roman",Times,serif;
    font-weight: 400;
    line-height: 1.2em;
}

h1, .h1 {
    font-size: 30px;
}

h2, .h2 {
    font-size: 26px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 22px;
}

h5, .h5 {
    font-size: 20px;
}

h6, .h6 {
    font-size: 18px;
}

/* Мелкий текст */
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
    font-size: 65%;
    color: #9e9e9e;
}

.ls-heading a {
    color: #000;
    text-decoration: underline;
}

.ls-heading a:hover,
.ls-heading a:focus {
    color: #d32f2f;
}


/* Заголовок страницы */
.page-header {
    color: #000;
    font-size: 24px;
    line-height: 1em;
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
}

.page-header span {
    color: #9e9e9e;
}


/**
 * Выделенный текст
 */
mark {
    padding: 2px 3px;
    background: #d32f2f;
}


/**
 * Позиционирвоние текста
 */
.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}


.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}


.text-muted {
    color: #9e9e9e;
}

.text-primary {
    color: #337ab7;
}

.text-success {
    color: #3c763d;
}

.text-info {
    color: #31708f;
}

.text-warning {
    color: #d32f2f;
}

.text-danger {
    color: #a94442;
}

.text-help {
    color: #aaa;
}


blockquote {
    margin: 20px 0;
    padding: 0 0 0 25px;
    background: #fafafa;
    border-left: 5px solid #eee;
    color: #9e9e9e;
    font-size: 16px;
	font-style: italic;
    line-height: 1.7;
}

.blockquote--reverse,
blockquote.pull-right {
    padding: 0 25px 0 0;
    border-left: 5px solid #eee;
    border-left: 0;
    text-align: right;
}

blockquote footer,
blockquote cite {
    color: #aaa;
}


address {
    margin-bottom: 15px;
    font-style: normal;
}

abbr {
    border-bottom: 1px dotted;
    cursor: help;
}


/**
 * Списки
 */
ul, ol {
    margin: 0;
    list-style: none;
    padding: 0;
}

ul ol, ol ul, ul ul, ol ol {
    margin-bottom: 0;
}

.list-inline {
    padding-left: 0;
}

.list-inline li {
    display: inline-block;
    margin-right: 15px;
}


/**
 * Код
 */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, monospace;
}

/* Строчный код */
code {
    padding: 2px 5px;
    border-radius: 2px;
    background: #fafafa;
    color: #646464;
    word-break: break-all;
    word-wrap: break-word;
}

/* Блок кода */
pre {
    display: block;
    padding: 15px;
    font: normal 13px/1.5em;
    margin: 0 0 15px;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #fafafa;
    border: 1px solid #eee;
    border-radius: 2px;
    direction: ltr !important;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 150px;
    overflow-y: scroll;
}


/* Тег kbd */
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #eee;
    background-color: #333;
    border-radius: 2px;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}


/**
 * Media Queries
 */

/**
 * >= 768px
 */

@media screen and (min-width: 768px) {
    .page-header {
        font-size: 30px;
    }
}
/**
 * Forms
 */


/**
 * Forms
 */
form p {
    margin-bottom: 20px;
}


/**
 * Inputs
 */
textarea,
select,
input[type="password"],
input[type="text"] {
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
    vertical-align: middle;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.07) inset;
            box-shadow: 0 2px 4px rgba(0,0,0,.07) inset;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus {
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0) inset;
            box-shadow: 0 2px 4px rgba(0,0,0,0) inset;
    outline: none;
}

select,
input[type="password"],
input[type="text"] {
    height: 30px;
    line-height: 20px;
}


/* Textarea */
textarea { line-height: 1.4em; }


/* Select */
select {
    padding: 4px;
}

select[multiple] {
    height: auto;
    min-height: 150px;
}


/**
 * Fieldset
 */
.fieldset {
    margin-bottom: 25px;
    border-radius: 3px;
    background-color: #fafafa;
}

.fieldset:last-child {
    margin-bottom: 0;
}

.fieldset-header {
    padding: 20px;
}

.fieldset-body,
.fieldset-footer {
    padding: 0 20px 20px;
}

.fieldset-title {
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 0;
}

.fieldset-help {
    color: #adadad;
    font-size: 13px;
    margin-top: 20px;
}


/**
 * Placeholder
 */
:-moz-placeholder {
    color: #adadad;
}

::-moz-placeholder {
    color: #adadad;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #adadad;
}

:-ms-input-placeholder {
    color: #adadad;
}

/* Old IE */
.placeholder {
    color: #adadad;
}


/**
 * Input file replacer
 */
.form-input-file {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block;
}

.form-input-file input[type=file] {
    position: absolute;
    top: 0;
    left: -200%;
}


/**
 * Form panel
 */
.form-panel {
    border-radius: 3px;
    padding: 20px 20px;
    background: #fafafa;
}

.form-panel .fieldset {
	border-radius: 0;
	margin-left: -20px;
	margin-right: -20px;
	background-color: rgba(0,0,0,.02);
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(http://www.beehivo.com/framework/frontend/components/lightbox/vendor/colorbox/images/overlay.png) repeat 0 0;}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(http://www.beehivo.com/framework/frontend/components/lightbox/vendor/colorbox/images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(http://www.beehivo.com/framework/frontend/components/lightbox/vendor/colorbox/images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(http://www.beehivo.com/framework/frontend/components/lightbox/vendor/colorbox/images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(http://www.beehivo.com/framework/frontend/components/lightbox/vendor/colorbox/images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(http://www.beehivo.com/framework/frontend/components/lightbox/vendor/colorbox/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(http://www.beehivo.com/framework/frontend/components/lightbox/vendor/colorbox/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(http://www.beehivo.com/framework/frontend/components/lightbox/vendor/colorbox/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(http://www.beehivo.com/framework/frontend/components/lightbox/vendor/colorbox/images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(http://www.beehivo.com/framework/frontend/components/lightbox/vendor/colorbox/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(http://www.beehivo.com/framework/frontend/components/lightbox/vendor/colorbox/images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(http://www.beehivo.com/framework/frontend/components/lightbox/vendor/colorbox/images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(http://www.beehivo.com/framework/frontend/components/lightbox/vendor/colorbox/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(http://www.beehivo.com/framework/frontend/components/lightbox/vendor/colorbox/images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}/**
 * Аватар
 */


.ls-avatar {
    display: inline-block;
}


.ls-avatar-image {
    display: block;
    width: 100px;
    height: 100px;
}


.ls-avatar-image-link {
    display: block;
    text-decoration: none;
}


.ls-avatar-name {
    font-size: 11px;
}

.ls-avatar-name-link {
    color: #646464;
}

.ls-avatar-name-link:hover {
    color: #d32f2f;
}


.ls-avatar--size-default {
    width: 100px;
}

.ls-avatar--size-default .ls-avatar-image {
    width: 100px;
    height: 100px;
}


.ls-avatar--size-small {
    width: 64px;
}

.ls-avatar--size-small .ls-avatar-image {
    width: 64px;
    height: 64px;
}


.ls-avatar--size-xsmall {
    width: 48px;
}

.ls-avatar--size-xsmall .ls-avatar-image {
    width: 48px;
    height: 48px;
}


.ls-avatar--size-xxsmall {
    width: 48px;
}

.ls-avatar--size-xxsmall .ls-avatar-image {
    width: 24px;
    height: 24px;
}


.ls-avatar--size-text {
    width: 18px;
}

.ls-avatar--size-text .ls-avatar-image {
    width: 18px;
    height: 18px;
}


/**
 * @modifier has-name
 */
.ls-avatar--has-name {
    text-align: center;
}

.ls-avatar--has-name .ls-avatar-image {
    margin: 0 auto 2px;
}

.ls-avatar--has-name .ls-avatar-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/**
 * @modifier inline
 */
.ls-avatar--has-name.ls-avatar--inline {
    width: auto;
}

.ls-avatar--has-name.ls-avatar--inline .ls-avatar-name-link {
    text-decoration: underline;
    color: #646464;
}

.ls-avatar--has-name.ls-avatar--inline .ls-avatar-name-link:hover {
    color: #d32f2f;
}

.ls-avatar--has-name.ls-avatar--inline .ls-avatar-image,
.ls-avatar--has-name.ls-avatar--inline .ls-avatar-image-link,
.ls-avatar--has-name.ls-avatar--inline .ls-avatar-name {
    display: inline-block;
    vertical-align: middle;
}

.ls-avatar--has-name.ls-avatar--inline .ls-avatar-image {
	margin-right: 3px;
	border-radius: 50%;
}
/**
 * Список аватаров
 */


.ls-avatar-list .ls-avatar {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}
/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(http://www.beehivo.com/framework/frontend/components/slider/vendor/fotorama/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(http://www.beehivo.com/framework/frontend/components/slider/vendor/fotorama/fotorama@2x.png) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}/**
 * Details
 */


.ls-details {
    margin-bottom: 10px;
}

.ls-details:last-child {
    margin-bottom: 0;
}

.ls-details.js-tags-favourite-cloud {
    margin-bottom: 40px;
}


/* Заголовок */
.ls-details-title {
    background: #fafafa;
    position: relative;
    padding: 12px 15px 12px 32px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    border-radius: 3px;
}

.ls-details-title:hover {
    background: #f5f5f5;
    cursor: pointer;
}

.ls-details.is-open > .ls-details-title {
    background: #f5f5f5;
    border-radius: 3px 3px 0 0;
}

.ls-details-title-text {
    border-bottom: 1px dashed;
    color: #d32f2f;
}


/* Стрелка */
.ls-details-title:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 15px;
    height: 0;
    width: 0;
    margin-top: -1px;
    border: 4px solid transparent;
    border-left-color: #d32f2f;
}

.ls-details.is-open > .ls-details-title:before {
    top: 19px;
    left: 13px;
    border-left-color: transparent;
    border-top-color: #d32f2f;
}


/* Основной контейнер */
.ls-details-body {
    display: none;
}

.ls-details.is-open > .ls-details-body {
    display: block;
}


/* Содержимое */
.ls-details-content {
    padding: 20px 20px;
    border: 1px solid #f5f5f5;
    border-top: none;
    border-radius: 0 0 3px 3px;
}
/**
 * Details group
 *
 * @license   GNU General Public License, version 2
 * @copyright 2013 OOO "ЛС-СОФТ" {@link http://livestreetcms.com}
 * @author    Denis Shakhov <denis.shakhov@gmail.com>
 */

.ls-details-group {
    margin-bottom: 15px;
}
.ls-details-group:last-child {
    margin-bottom: 0;
}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(http://www.beehivo.com/framework/frontend/components/icon/vendor/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(http://www.beehivo.com/framework/frontend/components/icon/vendor/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(http://www.beehivo.com/framework/frontend/components/icon/vendor/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(http://www.beehivo.com/framework/frontend/components/icon/vendor/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(http://www.beehivo.com/framework/frontend/components/icon/vendor/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(http://www.beehivo.com/framework/frontend/components/icon/vendor/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/**
 * Иконки
 *
 * Иконки FontAwesome
 * http://fontawesome.io/
 *
 * @license   GNU General Public License, version 2
 * @copyright 2013 OOO "ЛС-СОФТ" {@link http://livestreetcms.com}
 * @author    Denis Shakhov <denis.shakhov@gmail.com>
 */

[class^="ls-icon-"],
[class*=" ls-icon-"]  {
    
}

.ls-icon--white { color: #fff; }
/**
 * Уведомления
 */


.ls-alert {
	position: relative;
	background-color: #bbdefb;
	color: rgba(0,0,0,0.75);
	padding: 10px 15px;
	margin-bottom: 15px;
}

.ls-alert:last-child {
    margin-bottom: 0;
}


/* Заголовок */
.ls-alert-title {
    padding-top: 3px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
}

.ls-alert-title:last-child {
    margin-bottom: 0;
}


/* Кнопка закрывающая уведомление */
.ls-alert-close {
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 10px;
    right: 12px;
    cursor: pointer;
    opacity: .6;
}

.ls-alert-close:hover {
    opacity: 1;
}


/**
 * @modifier dismissible
 */
.ls-alert.ls-alert--dismissible {
    padding-right: 35px;
}


/**
 * @modifier error Ошибка
 */
.ls-alert.ls-alert--error {
    background-color: #ffcdd2;
}


/**
 * @modifier success Успешно завершено
 */
 .ls-alert.ls-alert--success {
 	background-color: #c8e6c9;
 }


/**
 * @modifier info Информация
 */
.ls-alert.ls-alert--info {
    background-color: #bbdefb;
}


/**
 * @modifier empty Пусто
 */
.ls-alert.ls-alert--empty {
    background-color: #fafafa;
}
/**
 * Buttons
 */


.ls-button {
    display: inline-block;
    margin: 0;
    border: 1px solid transparent;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    touch-action: manipulation;
    white-space: nowrap;
    line-height: normal;
    color: #424242;
    cursor: pointer;

    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;

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

    -webkit-transition: color .2s, background-color .2s, border-color .2s;
       -moz-transition: color .2s, background-color .2s, border-color .2s;
            transition: color .2s, background-color .2s, border-color .2s;
}

.ls-button:active,
.ls-button.active {
    outline: none;
    -webkit-box-shadow: inset 0 0px 7px rgba(0,0,0,.2);
    box-shadow: inset 0 0 7px rgba(0,0,0,.2);
}


/* Icon */
.ls-button [class^="icon-"],
.ls-button [class*=" icon-"] {
    float: left;
    position: relative;
    margin: 0px 5px 1px 0;
}


/**
 * Colors
 */
.ls-button {
    color: #424242;
    border-color: #e0e0e0;
    background-color: #fff;
}

.ls-button:active,
.ls-button:focus,
.ls-button.active,
.ls-button:hover {
    color: #424242;
    border-color: #e0e0e0;
    background-color: #fafafa;
}


.ls-button--primary {
    color: #fff;
    border-color: #161616;
    background: #161616;
}

.ls-button--primary:active,
.ls-button--primary:focus,
.ls-button--primary.active,
.ls-button--primary:hover {
    color: #fff;
    background: #d32f2f;
    border-color: #d32f2f;
}


.ls-button--success {
    color: #fff;
    background: #4caf50;
    border-color: #4caf50;
}

.ls-button--success:active,
.ls-button--success:focus,
.ls-button--success.active,
.ls-button--success:hover {
    color: #fff;
    background: #388e3c;
    border-color: #388e3c;
}


.ls-button--info {
    color: #fff;
    background: #2196f3;
    border-color: #2196f3;
}

.ls-button--info:active,
.ls-button--info:focus,
.ls-button--info.active,
.ls-button--info:hover {
    color: #fff;
    background: #1976d2;
    border-color: #1976d2;
}


.ls-button--warning {
    color: #fff;
    background: #ff9800;
    border-color: #ff9800;
}

.ls-button--warning:active,
.ls-button--warning:focus,
.ls-button--warning.active,
.ls-button--warning:hover {
    color: #fff;
    background: #f57c00;
    border-color: #f57c00;
}


.ls-button--danger {
    color: #fff;
    border-color: #d32f2f;
    background-color: #d32f2f;
}

.ls-button--danger:active,
.ls-button--danger:focus,
.ls-button--danger.active,
.ls-button--danger:hover {
    color: #fff;
    background: #c22c2c;
    border-color: #c22c2c;
}


/**
 * Disabled
 */
.ls-button.disabled,
.ls-button.disabled:hover,
.ls-button[disabled],
.ls-button[disabled]:hover {
    border-color: #f5f5f5;
    background: #f5f5f5;
    color: #757575;
}

.ls-button.disabled:active,
.ls-button[disabled]:active {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}


/**
 * Icon
 */
.ls-button.ls-button--icon {
    padding-left: 8px;
    padding-right: 8px;
}

.ls-button.ls-button--icon [class^="icon-"],
.ls-button.ls-button--icon [class*=" icon-"] {
    margin-right: 0;
    float: none;
}


/**
 * Sizes
 */
.ls-button {
    padding: 7px 12px;
    font-size: 13px;
}

.ls-button--large {
    padding: 10px 16px;
    font-size: 18px;
}

.ls-button--small {
    padding: 4px 10px 6px;
    font-size: 11px;
}

.ls-button--xsmall {
    padding: 1px 5px;
    font-size: 12px;
}

.ls-button--block {
    display: block;
    width: 100%;
}

.ls-button--block + .ls-button--block {
    margin-top: 5px;
}

input[type="submit"].ls-button--block,
input[type="reset"].ls-button--block,
input[type="button"].ls-button--block {
    width: 100%;
}


/**
 * Loading
 */
.ls-button[disabled].ls-loading,
.ls-button.ls-loading {
    color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: none;
}


/**
 * Счетчик
 */
.ls-button .ls-badge {
    vertical-align: middle;
    line-height: 18px;
}

.ls-button--primary .ls-badge { background: #fff; color: #161616; }
.ls-button--success .ls-badge { background: #fff; color: #4caf50; }
.ls-button--info    .ls-badge { background: #fff; color: #2196f3; }
.ls-button--warning .ls-badge { background: #fff; color: #ff9800; }
.ls-button--danger  .ls-badge { background: #fff; color: #d32f2f; }


/**
 * Закругленные углы
 */
.ls-button--round {
    border-radius: 30px;
}
/**
 * Тулбар
 *
 * @license   GNU General Public License, version 2
 * @copyright 2013 OOO "ЛС-СОФТ" {@link http://livestreetcms.com}
 * @author    Denis Shakhov <denis.shakhov@gmail.com>
 */

.ls-button-toolbar > .ls-button-group {
    float: left;
    margin-left: 10px;
}
.ls-button-toolbar > .ls-button-group:first-child {
    margin-left: 0;
}

/**
 * @modifier vertical Вертикальная группировка
 */
.ls-button-toolbar--vertical {
    display: inline-block;
}
.ls-button-toolbar--vertical > .ls-button-group {
    float: none;
    display: block;
    margin-left: 0;
    margin-top: 10px;
}
.ls-button-toolbar--vertical > .ls-button-group:first-child {
    margin-top: 0;
}/**
 * Группировка кнопок
 * Стили частично позаимствованы у бутстрапа
 *
 * @module ls/button/group
 *
 * @license   GNU General Public License, version 2
 * @copyright 2013 OOO "ЛС-СОФТ" {@link http://livestreetcms.com}
 * @author    Denis Shakhov <denis.shakhov@gmail.com>
 */

.ls-button-group {
    display: inline-block;
}

.ls-button-group > .ls-dropdown,
.ls-button-group > .ls-button {
    position: relative;
}

/* Переносим кнопки вперед, */
/* чтобы бордеры нормально отображались при ховере и фокусе */
.ls-button-group .ls-button:hover,
.ls-button-group .ls-button:focus {
    z-index: 2;
}

/* Убираем закругления у кнопок посередине */
.ls-button-group > .ls-dropdown:not(:last-child):not(:first-child) > .ls-button,
.ls-button-group > .ls-button:not(:last-child):not(:first-child) {
    border-radius: 0;
}


/**
 * @modifier horizontal Горизонтальная группировка
 */
.ls-button-group--horizontal > .ls-dropdown,
.ls-button-group--horizontal > .ls-button {
    float: left;
}

/* Убираем двойные бордеры */
.ls-button-group--horizontal > * + * {
    margin-left: -1px;
}
.ls-button-group--horizontal > *:first-child {
    margin-left: 0;
}

/* Убираем закругления у кнопок по краям */
.ls-button-group--horizontal > .ls-dropdown:first-child:not(:last-child) > .ls-button,
.ls-button-group--horizontal > .ls-button:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.ls-button-group--horizontal > .ls-dropdown:last-child:not(:first-child) > .ls-button,
.ls-button-group--horizontal > .ls-button:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


/**
 * @modifier vertical Вертикальная группировка
 */
.ls-button-group--vertical > .ls-dropdown,
.ls-button-group--vertical > .ls-button {
    display: block;
    width: 100%;
    max-width: 100%;
}

/* Убираем двойные бордеры */
.ls-button-group--vertical > * + * {
    margin-top: -1px;
}
.ls-button-group--vertical > *:first-child {
    margin-top: 0;
}

/* Убираем закругления у кнопок по краям */
.ls-button-group--vertical > .ls-dropdown:first-child:not(:last-child) > .ls-button,
.ls-button-group--vertical > .ls-button:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.ls-button-group--vertical > .ls-dropdown:last-child:not(:first-child) > .ls-button,
.ls-button-group--vertical > .ls-button:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}/**
 * Dropdowns
 *
 * @module ls/dropdown
 */


.ls-dropdown {
    display: inline-block;
}

.ls-dropdown > .ls-button-group {
    display: block;
}


 /* Dropdown toggle */
.ls-dropdown-toggle {
    position: relative;
    cursor: pointer;
    padding-right: 26px !important;
}

.ls-dropdown-toggle:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 9px;
    height: 0;
    width: 0;
    margin-top: -1px;
    border: 4px solid transparent;
    border-top-color: #333;
}

.ls-button--success.ls-dropdown-toggle:after,
.ls-button--info.ls-dropdown-toggle:after,
.ls-button--warning.ls-dropdown-toggle:after,
.ls-button--danger.ls-dropdown-toggle:after,
.ls-button--primary.ls-dropdown-toggle:after {
    border-top-color: #fff;
    opacity: .9;
}


.ls-button--no-text.ls-dropdown-toggle {
    padding: 0;
    min-height: 32px;
}

.ls-button--no-text.ls-button--icon.ls-dropdown-toggle {
    padding-left: 8px;
}


/**
 * Выпадающее меню
 */
.ls-nav--dropdown .ls-nav--sub {
    min-width: 150px;
    display: none;
    position: absolute;
    z-index: 900;
    padding: 5px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,.07);
    background: #fff;
    font-size: 13px;
}

.ls-nav--dropdown .ls-nav--sub .ls-nav--sub {
    left: 100%;
    top: -18px;
}


.ls-nav--dropdown .ls-nav--sub > .ls-nav-item:not(:last-child) {
}

.ls-nav--dropdown .ls-nav--sub .ls-nav-item-link {
    padding: 5px 20px;
}

.ls-nav--dropdown .ls-nav--sub .ls-nav-item-text {
    text-decoration: underline;
}

.ls-nav--dropdown .ls-nav--sub > .ls-nav-item.active,
.ls-nav--dropdown .ls-nav--sub > .ls-nav-item.active > .ls-nav-item-link {
    color: #d32f2f;
}

.ls-nav--dropdown > .ls-nav-item--has-children {
    position: relative;
}


.ls-nav--dropdown:not(.ls-nav--sub) > .ls-nav-item > .ls-nav--sub {
    top: 100%;
    left: 0;
}

.ls-nav--dropdown .ls-nav--sub > .ls-nav-item:hover > .ls-nav--sub {
    display: block;
}
/**
 * Tabs
 */


.ls-tab-list {
    padding: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}


/* Tab */
.ls-tab {
    list-style: none;
    float: left;
    margin-right: 2px;
    cursor: pointer;
    position: relative;
    bottom: -1px;
    font-size: 11px;
}

.ls-tab-inner {
    display: block;
    padding: 8px 12px 9px;
    border: 1px solid transparent;
    border-radius: 2px 2px 0 0;
    border-bottom: none;
    color: #757575;
}

.ls-tab.active .ls-tab-inner {
    background: #fff;
    border-color: #eee;
    color: #646464;
}


/* Content */
.ls-tab-pane {
    display: none;
}

.ls-tab-pane.ls-loading {
    min-height: 150px;
    background-position: 50% 45px;
}

.ls-tab-pane-content {
    padding: 20px;
}


/**
 * Align left
 *
 * @modifier align-left
 */
.ls-tabs--align-left .ls-tab-list {
    float: left;
    width: 150px;
    padding-top: 15px;
}

.ls-tabs--align-left .ls-tab {
    float: none;
}

.ls-tabs--align-left .ls-tabs-panes {
    overflow: hidden;
    margin-left: 160px;
}
/**
 * Item
 */


.ls-item {
    position: relative;
    padding: 13px 15px 13px 0;
    border: none;
}

.ls-item:hover {
    background: #fefefe;
}

.ls-item:hover .ls-info-list-item-content,
.ls-item:hover .ls-info-list-item-label-text {
    background: #fafafa;
}


.ls-item > * {
    vertical-align: top;
    display: table-cell;
    padding-right: 15px;
}

.ls-item > *:last-child {
    padding-right: 0;
}


/* Делаем так, чтобы блок body занимал максимальное */
/* пространство по ширине */
.ls-item-body {
    width: 100%;
}


.ls-item-image {
	vertical-align: top;
	border-radius: 50%;
}


.ls-item-title {
    font-size: 24px;
    line-height: 1.1em;
    margin-bottom: 15px;
}

.ls-item-description {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
}

.ls-item-description:last-child {
    margin-bottom: 0;
}

.ls-item-actions {
    position: absolute;
    top: 15px;
    right: 0;
    width: 150px;
    text-align: right;
}


/**
 * @modifier has-image
 */
.ls-item--has-image {

}


/**
 * @modifier image-rounded
 */
.ls-item--image-rounded .ls-item-image {
    border-radius: 50%;
}
/**
 * Группированный список
 */


.ls-item-group .ls-item {
    padding: 13px 15px 13px 0;
    border-top: 1px solid #eee;
}

.ls-item-group .ls-item:last-child {
    border-bottom: none;
}
/**
 * Блок
 */


.ls-block {
	overflow: hidden;
	border: 1px solid #eee;
	padding: 25px;
}

.ls-block + .ls-block {
    margin-top: 40px;
}

.ls-block .text-help {
    font-size: 11px;
    line-height: 14px;
}

.ls-block .ls-text {
    font-size: 13px;
    line-height: 18px;
}

.ls-block .max-height-200 {
    overflow: auto;
    max-height: 200px;
    position: relative;
}

.ls-block h3 {
    font-size: 16px;
}


/* Шапка */
.ls-block-header {
    padding: 0 0 30px;
    position: relative;
}

.ls-block-header .ls-block-title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1em;
    color: #000;
}

.ls-block--has-tabs .ls-block-header {
    padding-bottom: 20px;
}

.ls-block--has-tabs .ls-block-header:before {
    display: none;
}

.ls-block--has-tabs .ls-block .ls-tab-list:before {
    display: block;
}


/* Навигация */
.ls-block .ls-tabs:not(:last-child) {
    margin-bottom: 10px;
}

.ls-block .ls-tab-list {
    margin-bottom: 20px;
    border: none;
    position: relative;
}

.ls-block .ls-tab-list .ls-tab {
    margin-right: 10px;
	font-size: 12px;
}

.ls-block .ls-tab-list .ls-tab .ls-tab-inner {
	border: 1px solid transparent;
	line-height: 13px;
	border-radius: 2px;
	padding: 3px 6px 4px;
	display: block;
	color: #646464;
	text-decoration: underline;
}

/* Hover */
.ls-block .ls-tab-list .ls-tab .ls-tab-inner:hover,
.ls-block .ls-tab-list .ls-tab:hover .ls-tab-inner {
    color: #000;
}

/* Active */
.ls-block .ls-tab-list .ls-tab.active .ls-tab-inner {
    color: #333;
    border-color: #e0e0e0;
	background-color: #fff;
    text-decoration: none;
}

.ls-block .ls-tab-list .ls-tab.active .ls-tab-inner:hover {
    color: #333;
}


/* Контент */
.ls-block-content {
}


/* Подвал */
.ls-block-footer {
	margin-top: 25px;
    font-size: 12px;
    color: #9e9e9e;
}

.ls-block-footer a {
    color: #9e9e9e;
    text-decoration: underline;
}

.ls-block-footer a:hover {
	color: #d32f2f;
}

.ls-block-footer .ls-search-form {
    padding: 0;
    margin: 5px 0;
}


/**
 * Поддержка списков
 */
.ls-block .ls-item-group {
    border: none;
}

.ls-block .ls-block-content + .ls-item-group {
    border-top: 1px solid #eee;
}


/**
 * @modifier nopadding Блок без отступов у контента
 */

.ls-block--nopadding,
.ls-block--nopadding .ls-block-content {
    padding: 0;
}


/**
 * @modifier transparent Блок без фона
 */
.ls-block--transparent {
    background-color: transparent;
    border-color: transparent;
}

.ls-block .ls-blankslate {
    margin-bottom: 0;
    padding: 10px;
    background: #fafafa;
    color: #646464;
    border-radius: 5px;
    font-size: 11px;
}
/**
 * Navigation
 */


.ls-nav {
    list-style: none;
    padding: 0;
}

.ls-nav-item {
    float: left;
    position: relative;
}

.ls-nav-item-link {
    display: block;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}


/**
 * Stacked
 */
.ls-nav--stacked .ls-nav-item {
    float: none;
    margin: 0;
}


/**
 * Поддержка счетчиков
 */
.ls-nav-item .ls-nav-item-badge {
    display: inline;
    margin-left: 0;
    line-height: inherit;
}


/**
 * Стрелка
 */
.ls-nav .ls-nav-item.ls-nav-item--has-children > .ls-nav-item-link,
.ls-nav.ls-nav--sub .ls-nav-item.ls-nav-item--has-children > .ls-nav-item-link {
    position: relative;
    padding-right: 25px;
}

.ls-nav-item-link > .ls-nav-item-caret {
    position: absolute;
    top: 50%;
    right: 9px;
    margin-top: -2px;
}

.ls-nav-item-link > .ls-nav-item-caret.ls-caret--right {
    right: 7px;
    margin-top: -4px;
}


/**
 * Pills
 */
.ls-nav--pills {
    margin-bottom: 15px;
    font-size: 12px;
}

.ls-nav--pills > .ls-nav-item {
    margin-right: 10px;
    margin-bottom: 5px;
}

.ls-nav--pills > .ls-nav-item > .ls-nav-item-link {
    border: 1px solid transparent;
    line-height: 13px;
    border-radius: 2px;
    padding: 3px 6px 4px;
    display: block;
    color: #646464;
}

.ls-nav--pills .ls-nav-item-text {
    text-decoration: underline;
}


/* Стрелка */
.ls-nav--pills .ls-nav-item-link > .ls-nav-item-caret {
    border-top-color: #fff;
}


/* Hover */
.ls-nav--pills > .ls-nav-item > .ls-nav-item-link:hover,
.ls-nav--pills > .ls-nav-item:hover > .ls-nav-item-link {
    color: #000;
}


/* Active */
.ls-nav--pills > .ls-nav-item.active > .ls-nav-item-link {
    color: #333;
    border-color: #e0e0e0;
}

.ls-nav--pills > .ls-nav-item.active > .ls-nav-item-link > .ls-nav-item-text {
    text-decoration: none;
}

.ls-nav--pills > .ls-nav-item.active > .ls-nav-item-link:hover {
    color: #333;
}


/* Stacked */
.ls-nav.ls-nav--pills.ls-nav--stacked {
    margin-bottom: 15px;
}

.ls-nav.ls-nav--pills.ls-nav--stacked:last-child {
    margin-bottom: 0;
}

.ls-nav.ls-nav--pills.ls-nav--stacked > .ls-nav-item {
    margin-bottom: 3px;
    margin-right: 0;
}

.ls-nav.ls-nav--pills.ls-nav--stacked > .ls-nav-item > .ls-nav-item-link {
    float: none;
    display: block;
}

.ls-nav.ls-nav--pills .ls-nav-item .ls-nav-item-badge {
	background: none;
	padding: 0;
	color: #adadad;
	font-size: 11px;
	font-weight: normal;
	line-height: inherit;
	top: 0;
}


/* Caret */
.ls-nav--pills .ls-nav-item-link > .ls-nav-item-caret {
    position: absolute;
    width: 5px;
    height: 9px;
    background: url(http://www.beehivo.com/application/frontend/skin/valley/components/nav/images/caret.png) no-repeat;
    top: 50%;
    right: 9px;
    margin-top: -4px;
    border: none;
}


/**
 * Вложенная навигация
 */
.ls-nav--pills .ls-nav--sub {
    min-width: 150px;
    display: none;
    position: absolute;
    z-index: 900;
    padding: 5px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,.07);
    background: #fff;
    font-size: 13px;
}

.ls-nav--pills .ls-nav--sub .ls-nav--sub {
    left: 100%;
    top: -18px;
}


.ls-nav--pills .ls-nav--sub .ls-nav-item-link {
    padding: 5px 20px;
}

.ls-nav--pills .ls-nav--sub .ls-nav-item-text {
    text-decoration: underline;
}

.ls-nav--pills .ls-nav--sub > .ls-nav-item.active,
.ls-nav--pills .ls-nav--sub > .ls-nav-item.active > .ls-nav-item-link {
    color: #d32f2f;
}

.ls-nav--pills > .ls-nav-item--has-children {
    position: relative;
}


.ls-nav--pills:not(.ls-nav--sub) > .ls-nav-item > .ls-nav--sub {
    top: 100%;
    left: 0;
}

.ls-nav--pills .ls-nav--sub > .ls-nav-item:hover > .ls-nav--sub {
    display: block;
}


.ls-nav-separator {
    height: 0;
    border-top: 1px solid #eee;
    margin: 5px 0;
}


/**
 * Group
 */
.ls-nav-group {
    position: relative;
    margin-bottom: 30px;
}

.ls-nav-group .ls-nav,
.ls-nav-group .ls-nav.ls-nav-pills {
    margin-bottom: 10px;
}

.ls-nav-group > ul {
	float: left;
}


/**
 * Media Queries
 */

/**
 * >= 768px
 */
@media screen and (min-width: 768px) {
    .ls-nav-group > ul + ul {
    	margin-left: 30px;
    }

    .ls-nav--pills > .ls-nav-item {
        margin-bottom: 0;
    }
}
/**
 * Навигация (второго уровня)
 */


.layout-nav-top {
	position: relative;
	text-align: center;
    border-bottom: 1px solid #e0e0e0;
}

.layout-nav-top .ls-nav-item {
    display: inline-block;
	position: relative;
	float: none;
}

.layout-nav-top .ls-nav-item a {
	color: #000;
	float: left;
	padding: 15px 10px;
}

.layout-nav-top .ls-nav-item a:hover {
	color: #d32f2f;
}

.layout-nav-top .ls-nav-item.active a {
    color: #d32f2f;
}


.ls-nav-item .ls-badge {
	background: none;
	padding: 0;
	font-weight: normal;
	color: #9e9e9e;
	top: -2px;
	position: relative;
}


/**
 * Media Queries
 */

/**
 * >= 768px
 */

@media screen and (min-width: 768px) {
    .layout-nav-top {
    	position: relative;
        text-align: left;
        border-bottom: 0;
    }

    .layout-nav-top .ls-nav-item {
    	float: left;
    }

    .layout-nav-top .ls-nav-item:first-child a {
        padding-left: 0;
    }
}
/**
 * Tooltip
 *
 * @license   GNU General Public License, version 2
 * @copyright 2013 OOO "ЛС-СОФТ" {@link http://livestreetcms.com}
 * @author    Denis Shakhov <denis.shakhov@gmail.com>
 */

.ls-tooltip {
    display: none;
    position: absolute;
    z-index: 9999;
    min-width: 50px;
    max-width: 300px;
    background-color: #222;
    font-size: 11px;
    line-height: 16px;
    color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.3);
            box-shadow: 0 0 15px rgba(0,0,0,.3);
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}
.ls-tooltip-title { padding: 13px 15px 0; font-weight: bold; }
.ls-tooltip-content { padding: 10px 15px; }

/* Loading */
.ls-tooltip-content.ls-loading { width: 50px; height: 50px; }

/* Arrow */
.ls-tooltip:after,
.ls-tooltip:before {
    content: '';
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 0;
    height: 0;
    border: 6px solid transparent;
}
.ls-tooltip:before { border-width: 7px; }

.ls-tooltip.position-y-top:after     { left: 50%; top: -12px; margin-left: -6px; border-bottom-color: #222; }
.ls-tooltip.position-y-top:before    { left: 50%; top: -14px; margin-left: -7px; border-bottom-color: #222; }

.ls-tooltip.position-y-bottom:after  { left: 50%; bottom: -12px; margin-left: -6px; border-top-color: #222; }
.ls-tooltip.position-y-bottom:before { left: 50%; bottom: -14px; margin-left: -7px; border-top-color: #222; }

.ls-tooltip.position-x-right:after   { top: 50%; right: -12px; margin-top: -6px; border-left-color: #222; }
.ls-tooltip.position-x-right:before  { top: 50%; right: -14px; margin-top: -7px; border-left-color: #222; }

.ls-tooltip.position-x-left:after    { top: 50%; left: -12px; margin-top: -6px; border-right-color: #222; }
.ls-tooltip.position-x-left:before   { top: 50%; left: -14px; margin-top: -7px; border-right-color: #222; }


/**
 * Light skin
 */
.ls-tooltip-light { background: #fff; color: #000; border: 1px solid #ddd; }
.ls-tooltip-light .ls-tooltip-title { color: #000; }

.ls-tooltip-light.position-y-top:after     { border-bottom-color: #fff; }
.ls-tooltip-light.position-y-top:before    { border-bottom-color: #ccc; }

.ls-tooltip-light.position-y-bottom:after  { border-top-color: #fff; }
.ls-tooltip-light.position-y-bottom:before { border-top-color: #ccc; }

.ls-tooltip-light.position-x-right:after   { border-left-color: #fff; }
.ls-tooltip-light.position-x-right:before  { border-left-color: #ccc; }

.ls-tooltip-light.position-x-left:after    { border-right-color: #fff; }
.ls-tooltip-light.position-x-left:before   { border-right-color: #ccc; }/**
 * Modals
 */


/* Base class */
.ls-modal {
    display: none;
    margin: 50px auto;
    position: relative;
    min-width: 300px;
    max-width: 500px;
    background-color: #fff;
    z-index: 1000;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.5);
       -moz-box-shadow: 0 0 15px rgba(0,0,0,.5);
            box-shadow: 0 0 15px rgba(0,0,0,.5);
}


/* Close button */
.ls-modal .ls-modal-close {
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer;
    color: #adadad;
    font-size: 14px;
}


/* Header */
.ls-modal-header {
    padding: 25px 30px 0;
    position: relative;
    min-height: 20px;
}

.ls-modal-title {
    font-size: 20px;
    margin: 0 30px 0 0;
}


/* Табы */
.ls-modal > .ls-tabs.ls-modal-tabs .ls-tab-list {
    padding: 20px 30px 0;
}


/* Навигация */
.ls-modal > .ls-tabs:not(:last-child) {
    margin-bottom: 10px;
}

.ls-modal > .ls-tabs .ls-tab-list {
    margin-bottom: 0;
    border: none;
    font-size: 11px;
    position: relative;
}

.ls-modal > .ls-tabs .ls-tab-pane-content {
    padding: 30px;
}

.ls-modal > .ls-tabs .ls-tab-list .ls-tab {
    margin-right: 10px;
}

.ls-modal > .ls-tabs .ls-tab-list .ls-tab .ls-tab-inner {
	border: 1px solid transparent;
	line-height: 13px;
	border-radius: 3px;
	padding: 3px 6px 4px;
	display: block;
	color: #646464;
	text-decoration: underline;
}

/* Hover */
.ls-modal .ls-tab-list .ls-tab .ls-tab-inner:hover,
.ls-modal .ls-tab-list .ls-tab:hover .ls-tab-inner {
    color: #000;
}

/* Active */
.ls-modal .ls-tab-list .ls-tab.active .ls-tab-inner {
    color: #333;
    border-color: #e0e0e0;
    text-decoration: none;
}

.ls-modal .ls-tab-list .ls-tab.active .ls-tab-inner:hover {
    color: #000;
}


/* Content */
.ls-modal-body {
    padding: 30px;
}


/* Lock */
.ls-modal-lock {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: .2;
    filter: alpha(opacity=20);
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}


/* Footer */
.ls-modal-footer {
    padding: 0 30px 30px;
    text-align: right;
}


/* Loader */
.ls-modal-loader {
    display: none;
    width: 100px;
    height: 50px;
    margin: -25px 0 0 -50px;
    position: fixed;
    top: 50%;
    left: 50%;
    border-radius: 5px;
    background-color: #000;
    background-color: rgba(0,0,0,.8);
    z-index: 1001;
}

.ls-modal-loader.ls-modal-loader-text {
    background-image: none;
    color: #eee;
    text-align: center;
    font-size: 13px;
    line-height: 1.2em;
    padding: 15px;
    width: 300px;
    margin-left: -150px;
    height: auto;
}


/* Overlay */
.ls-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9JREFUeNpiYmBgaAAIMAAAjwCD5Hc2/AAAAABJRU5ErkJggg==);;
    background: rgba(0,0,0,.5);
    z-index: 999;
    overflow: auto;
    padding: 30px;
}
/**
 * Таблицы
 */


caption {
    text-align: left;
}

th {
    text-align: left;
}


.ls-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
}

.ls-table:last-child {
    margin-bottom: 0;
}

.ls-table td, .ls-table th {
    padding: 15px;
    vertical-align: top;
    line-height: 18px;
    border-top: 1px solid #eee;
}

.ls-table td {
    vertical-align: middle;
}

.ls-table th {
    vertical-align: bottom;
    border-bottom: 1px solid #eee;
    font-weight: normal;
    padding: 10px;
}

.ls-table caption + thead th,
.ls-table colgroup + thead th,
.ls-table thead:first-child tr:first-child th,
.ls-table thead:first-child tr:first-child td {
    border-top: 0;
}


.ls-table tr.active td {
    background: #fafafa;
}

.ls-table .ls-table-sort-asc:after {
    content: "▲";
}

.ls-table .ls-table-sort-desc:after {
    content: "▼";
}


/**
 * Condensed
 */
.ls-table--condensed td,
.ls-table--condensed th {
    padding: 7px;
}


/**
 * Striped
 */
.ls-table--striped tbody tr:nth-child(odd) td {
    background: #fafafa;
}


/**
 * Hover
 */
.ls-table--hover tbody tr:hover td {
    background: #fafafa;
}
/**
 * Typeset
 */


.ls-text {
	font-family: "Merriweather",Georgia,"Times New Roman",Times,serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.85;
}


/* Clearfix */
.ls-text:before,
.ls-text:after {
	content: "";
	display: table;
}

.ls-text:after {
	clear: both;
}

.ls-text {
	zoom: 1;
}


/* Links */
.ls-text a {
	text-decoration: underline;
}


/* Code */
.ls-text pre {
    font-size: 12px;
    line-height: 18px;
}


/* Headers */
.ls-text h4 {
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: 400;
	line-height: 1.5;
}

.ls-text h5 {
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: 400;
	line-height: 1.5;
}

.ls-text h6 {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: 400;
	line-height: 1.5;
}


/* Images */
.ls-text img[align="right"] {
	margin: 4px 0 10px 25px;
}

.ls-text img[align="left"] {
	margin: 4px 25px 10px 0;
}

.ls-text img.image-center {
	display: block;
	margin: 0 auto;
}


/* Responsive */
.ls-text object,
.ls-text iframe,
.ls-text img {
    max-width: 100%;
    border: none;
}


/* Lists */
.ls-text ul,
.ls-text ol {
	padding: 0 0 0 40px;
}

.ls-text ul {
	list-style-type: disc;
}

.ls-text ol {
	list-style-type: decimal;
}

.ls-text dd {
	margin: 0 0 0 40px;
}


/* Tables */
/* TODO: Добавить класс table в jevix */
.ls-text table {
	border: 1px solid #eee;
	clear: both;
}

.ls-text table td,
.ls-text table th {
	padding: 5px 10px;
	border: 1px solid #eee;
}


/* User */
.ls-user {
	color: #d32f2f;
    font-weight: 400;
    display: inline-block;
}

.ls-text a.ls-user {
    text-decoration: none;
}

.ls-user:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "FontAwesome";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;

    content: "\f2bd";
	margin-right: 3px;
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.3.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2014 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(http://www.beehivo.com/framework/frontend/components/field/vendor/chosen/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(http://www.beehivo.com/framework/frontend/components/field/vendor/chosen/chosen-sprite.png) no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url(http://www.beehivo.com/framework/frontend/components/field/vendor/chosen/chosen-sprite.png) no-repeat 100% -20px;
  background: url(http://www.beehivo.com/framework/frontend/components/field/vendor/chosen/chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(http://www.beehivo.com/framework/frontend/components/field/vendor/chosen/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url(http://www.beehivo.com/framework/frontend/components/field/vendor/chosen/chosen-sprite.png) no-repeat -30px -20px;
  background: url(http://www.beehivo.com/framework/frontend/components/field/vendor/chosen/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(http://www.beehivo.com/framework/frontend/components/field/vendor/chosen/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
@charset "UTF-8";

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }
.pika-single { *zoom: 1 }

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
    *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
    *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.pika-button:hover {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}

.ui-timepicker-wrapper {
	overflow-y: auto;
	height: 150px;
	width: 6.5em;
	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: 10001;
	margin: 0;
}

.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;
}
.autocomplete-suggestions {
    background: #fff;
    cursor: default;
    overflow: auto;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.07) inset;
            box-shadow: 0 2px 4px rgba(0,0,0,.07) inset;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #fafafa;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}
/**
 * Field
 */


.ls-field {
    margin-bottom: 25px;
}

.ls-field:last-child {
    margin-bottom: 0;
}


/* Лэйбл */
.ls-field-label {
    display: block;
    margin-bottom: 5px;
}

.ls-field-label:after {
    content: ":";
}


/* Заметка */
.ls-field-note {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    line-height: 16px;
    color: #adadad;
}

.ls-field-input {
    width: 100%;
}

select[multiple].ls-field-input {
    max-width: 300px;
}


/**
 * Horizontal
 */
.ls-field--horizontal .ls-field-label {
    float: left;
    width: 135px;
    padding-top: 5px;
}

.ls-field--horizontal .ls-field-holder,
.ls-field--horizontal .ls-field-note {
    padding-left: 150px;
    min-width: 230px;
}


/**
 * Inline
 */
.ls-field--inline {
    display: inline-block;
}


/**
 * Checkbox
 */
.ls-field--checkbox {
    position: relative;
}

.ls-field--checkbox .ls-field-note, .ls-field--checkbox .ls-field-label {
    padding-left: 20px;
}

.ls-field--checkbox .ls-field-label.ls-field-label:after {
    content: "";
}

.ls-field--checkbox .ls-field-holder {
    position: absolute;
    top: 2px;
    left: 1px;
}

.ls-field--checkbox .ls-field-input {
    width: auto;
}


/**
 * Date
 */
.ls-field--date {
    width: 150px;
}


/**
 * File
 */
.ls-field--file .ls-field-input {
    width: auto;
}

.ls-field-file-info {
    display: block;
    border-radius: 3px;
    background: #fafafa;
    padding: 15px;
    margin-top: 10px;
}

.ls-field-file-info p {
    margin-bottom: 7px;
}


/**
 * Upload area
 */
.ls-field-upload-area {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block;
    border: 3px dashed #eee;
    color: #555;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.ls-field-upload-area input[type=file] {
    position: absolute;
    top: -999px;
    left: -999px;
}


/**
 * Captcha
 */
.ls-field--captcha-image {
    width: 80px;
    height: 60px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: #eee;
}


/**
 * Geo
 */
.ls-field--geo select {
    width: 100%;
    max-width: 250px;
    display: block;
    margin-top: 10px;
}

.ls-field--geo select:first-child {
    margin-top: 0;
}


/**
 * Group
 */
.ls-field-checkbox-group {
    margin-bottom: 25px;
}

.ls-field-checkbox-group .ls-field {
    margin-bottom: 12px;
}

.ls-field-checkbox-group:last-child,
.ls-field-checkbox-group .ls-field:last-child {
    margin-bottom: 0;
}


/**
 * Image Ajax
 */
.ls-field-image-ajax img {
    max-width: 100%;
}

.ls-field-image-ajax-image {
    margin-bottom: 15px;
}

.ls-field-image-ajax-image.ls-loading {
    min-height: 100px;
    margin-bottom: 15px;
    background-color: #fafafa;
}


/**
 * Select
 */
.chosen-container,
.chosen-container-multi .chosen-choices {
    width: 100%;
    box-sizing: border-box;
}

.chosen-container-multi .chosen-choices {
    padding: 2px 5px;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.07) inset;
            box-shadow: 0 2px 4px rgba(0,0,0,.07) inset;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    padding-left: 2px;
    color: #adadad;
}

.chosen-container-active .chosen-choices {
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.07) inset;
            box-shadow: 0 2px 4px rgba(0,0,0,.07) inset;
    outline: none;
}

.chosen-container .chosen-results li.highlighted {
    background: #d32f2f;
    color: #fff;
}

.chosen-container-multi .chosen-choices li.search-choice {
    padding: 4px 21px 4px 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    color: #555;
    background: #eee;
    border: none;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 5px;
    opacity: .4;
}


/**
 * Validation
 */
.ls-field-input.parsley-error {
	border-color: #ffcdd2;
	background-color: #fffdfd;
}

.parsley-errors-list {
	display: none;
	padding: 10px 13px;
	margin-top: 10px;
	background-color: #ffebee;
	color: #d32f2f;
	list-style: outside none none;
	border-radius: 2px;
}

.parsley-errors-list.filled {
    display: block;
}


/**
 * Date
 */
.pika-label {
    padding: 5px 3px 2px;
    border-bottom: 1px dashed #777;
}

.pika-label:first-child {
    margin-right: 5px;
}
/**
 * Файл
 */
.ls-uploader-file {
    position: relative;
    cursor: pointer;
    border: 3px solid transparent;
    padding: 1px;
    float: left;
    margin: 0 10px 10px 0;
}
.ls-uploader-file:hover {
    border-color: #eee;
}

/* Изображение */
.ls-uploader-file-image {
    vertical-align: top;
    width: 100px;
    height: 100px;
}

/* Название файла */
.ls-uploader-file-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    background: rgba(255,255,255,.7);
    font-size: 11px;
    line-height: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

/* Selected */
.ls-uploader-file.is-selected {
    border-color: #B9C4FF;
}
.ls-uploader-file.is-selected .ls-uploader-file-image {
    opacity: .5;
}

/* Active */
.ls-uploader-file.is-selected.active {
    border-color: #7979FC;
}

/* Progress bar */
.ls-uploader-file .progress {
    width: 100px;
    height: 100px;
    line-height: 100px;
    position: relative;
    text-align: center;
    background-color: #f5f5f5;
}
.ls-uploader-file .progress-info {
    background: #000;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    padding: 2px 4px;
    border-radius: 2px;
    position: relative;
}
.ls-uploader-file .progress-value {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    background: #84F76F;
}/**
 * Список файлов
 */
.ls-uploader-file-list {
    min-height: 30px;
    overflow: auto;
}

/* Responsive */
@media (max-width: 999px)  {
    .ls-uploader-file-list {
        margin: 15px 0 0;
    }
}/**
 * Info
 */


.ls-block.ls-uploader-block.ls-uploader-info {
    padding: 0;
}

.ls-uploader-info-actions {
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
}

.ls-uploader-info-list-item {
    background: #fafafa;
    padding: 10px 20px;
    line-height: 1em;
    border-bottom: 1px solid #fff;
}

.ls-uploader-info-list-item-label {
    color: #9e9e9e;
}

.ls-uploader-info-list-item:nth-child(even) {
    background: #f5f5f5;
}

.ls-uploader-info-list-item:last-child {
    border: none;
}

.ls-uploader-info-fields {
    border-top: 1px solid #eee;
    padding: 20px;
}

.ls-uploader-info-base {
    padding: 20px 20px 20px 135px;
    position: relative;
    min-height: 140px;
    border-bottom: 1px solid #eee;
}

.ls-uploader-info-base-image {
    position: absolute;
    top: 20px;
    left: 20px;
}

.ls-uploader-info-property-name {
    display: block;
    margin-bottom: 5px;
}

.ls-uploader-info-property-date,
.ls-uploader-info-property-size {
    color: #adadad;
    font-size: 11px;
}
/**
 * Загрузка и управление файлами
 */


/**
 * Обертка
 */
.ls-uploader-wrapper {
    min-height: 150px;
}


/**
 * Содержимое
 */
.ls-uploader-content {
    margin-right: 320px;
}


/**
 * Фильтр
 */
.ls-actionbar.ls-uploader-filter {
    background: transparent;
    padding: 0;
    overflow: hidden;
}

.ls-actionbar.ls-uploader-filter:after {
    clear: none;
}


/**
 * Сайдбар
 */
.ls-uploader-aside {
    width: 300px;
    float: right;
}

.ls-uploader-aside-empty {
    display: none;
}

.ls-uploader-aside.is-empty .ls-uploader-aside-empty {
    display: block;
}

.ls-uploader-aside.is-empty .ls-uploader-aside-blocks {
    display: none;
}


/* Responsive */
@media (max-width: 999px)  {
    .ls-uploader-aside {
        width: auto;
        float: none;
    }
}


/**
 * Block
 */
.ls-block.ls-uploader-block {
    border: 1px solid #eee;
    padding: 10px 15px 15px;
    margin-top: 15px;
    margin-bottom: 0;
    background: #fff;
}

.ls-block.ls-uploader-block:first-child {
    margin-top: 0;
}


/**
 * Modal
 */
.ls-modal--uploader {
    max-width: 850px;
}


/**
 * Пагинация
 */
.ls-uploader .ls-pagination {
    display: none;
    padding-top: 5px;
}
/**
 * Пагинация
 */


.ls-pagination {
    overflow: hidden;
    color: #adadad;
    font-size: 13px;
    line-height: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Список */
.ls-pagination-list {
    display: block;
    overflow: hidden;
    margin-top: 10px;
}

.ls-pagination-list:last-child {
    margin-left: 0;
}


/* Элемент пагинации */
.ls-pagination-item {
    float: left;
    margin-right: 5px;
}

.ls-pagination-item-inner {
    display: block;
    padding: 6px 8px;
    border: 1px solid transparent;
}

.ls-pagination-item-link {
    cursor: pointer;
    text-decoration: underline;
}


/* Текущая страница */
.ls-pagination-item.active .ls-pagination-item-inner {
    color: #333;
    border-color: #eee;
    cursor: default;
}


/**
 * @modifier small
 */
.ls-pagination--small {
    font-size: 11px;
}

.ls-pagination--small .ls-pagination-item-inner {
    padding: 4px 6px;
}


/**
 * Media Queries
 */

/**
 * >= 768px
 */

@media screen and (min-width: 768px) {
    .ls-pagination-list {
        display: inline-block;
        margin-right: 50px;
    }
}


/**
 * >= 992px
 */

@media screen and (min-width: 992px) {
    .ls-pagination {
        text-align: left;
    }
}
/**
 * Справка по разметке редактора
 */


.editor-help header {
    margin-bottom: 15px;
}

.editor-help header a {
    font-size: 12px;
    color: #000;
    border-bottom: 1px dotted #000;
}


.editor-help-body {
    display: none;
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    background: #fafafa;
    color: #000;
    margin-top: 13px;
    font-size: 12px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px #e0e0e0 inset;
            box-shadow: 0 0 5px #e0e0e0 inset;
}

.editor-help-body:before {
    display: block;
    content: "";
    position: absolute;
    top: -12px;
    left: 15px;
    width: 0;
    height: 0;
    border-width: 6px;
    border-color: transparent transparent #eee transparent;
    border-style: solid;
}

.editor-help-body h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

.editor-help-body a {
    color: #d32f2f;
    border-bottom: 1px dotted #d32f2f;
    font-weight: bold;
}


.editor-help-col             {
    float: left;
    width: 47%;
    margin-left: 6%;
}

.editor-help-col:first-child {
    margin-left: 0;
}

.editor-help-item {
    margin-bottom: 20px;
}

.editor-help-item dd {
    margin-left: 0;
}

.editor-help-item:last-child {
    margin-bottom: 0;
}

.editor-help-item h4 {
    font-family: monospace;
    font-weight: bold;
    margin-bottom: 3px;
}


.ls-field .markItUpEditor {
    border-radius: 0 0 3px 3px;
}
/**
 * Подгрузка контента
 */


.ls-more {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 12px;
    margin-top: 25px;
    text-align: center;
    text-decoration: none;
    background-color: #eceff1;
    border-radius: 3px;
    color: #000;
    cursor: pointer;
}

.ls-more:focus,
.ls-more:hover {
    background: #cfd8dc;
}

.ls-more:focus {
    outline: none;
}


.ls-more-loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.ls-more.ls-more--loading .ls-more-loader {
    display: block;
}

.ls-more.ls-more--loading .ls-more-text {
    visibility: hidden;
}

.ls-more:hover.ls-more--locked,
.ls-more.ls-more--locked {
    background: #cfd8dc;
    cursor: not-allowed;
}
/*!
 * Cropper v2.3.0
 * https://github.com/fengyuanchen/cropper
 *
 * Copyright (c) 2014-2016 Fengyuan Chen and contributors
 * Released under the MIT license
 *
 * Date: 2016-02-22T02:13:13.332Z
 */
.cropper-container {
  font-size: 0;
  line-height: 0;

  position: relative;

  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  direction: ltr !important;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.cropper-container img {
  display: block;

  width: 100%;
  min-width: 0 !important;
  max-width: none !important;
  height: 100%;
  min-height: 0 !important;
  max-height: none !important;

  image-orientation: 0deg !important;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cropper-wrap-box {
  overflow: hidden;
}

.cropper-drag-box {
  opacity: 0;
  background-color: #fff;

  filter: alpha(opacity=0);
}

.cropper-modal {
  opacity: .5;
  background-color: #000;

  filter: alpha(opacity=50);
}

.cropper-view-box {
  display: block;
  overflow: hidden;

  width: 100%;
  height: 100%;

  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, .75);
}

.cropper-dashed {
  position: absolute;

  display: block;

  opacity: .5;
  border: 0 dashed #eee;

  filter: alpha(opacity=50);
}

.cropper-dashed.dashed-h {
  top: 33.33333%;
  left: 0;

  width: 100%;
  height: 33.33333%;

  border-top-width: 1px;
  border-bottom-width: 1px;
}

.cropper-dashed.dashed-v {
  top: 0;
  left: 33.33333%;

  width: 33.33333%;
  height: 100%;

  border-right-width: 1px;
  border-left-width: 1px;
}

.cropper-center {
  position: absolute;
  top: 50%;
  left: 50%;

  display: block;

  width: 0;
  height: 0;

  opacity: .75;

  filter: alpha(opacity=75);
}

.cropper-center:before,
.cropper-center:after {
  position: absolute;

  display: block;

  content: ' ';

  background-color: #eee;
}

.cropper-center:before {
  top: 0;
  left: -3px;

  width: 7px;
  height: 1px;
}

.cropper-center:after {
  top: -3px;
  left: 0;

  width: 1px;
  height: 7px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  position: absolute;

  display: block;

  width: 100%;
  height: 100%;

  opacity: .1;

  filter: alpha(opacity=10);
}

.cropper-face {
  top: 0;
  left: 0;

  background-color: #fff;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  top: 0;
  right: -3px;

  width: 5px;

  cursor: e-resize;
}

.cropper-line.line-n {
  top: -3px;
  left: 0;

  height: 5px;

  cursor: n-resize;
}

.cropper-line.line-w {
  top: 0;
  left: -3px;

  width: 5px;

  cursor: w-resize;
}

.cropper-line.line-s {
  bottom: -3px;
  left: 0;

  height: 5px;

  cursor: s-resize;
}

.cropper-point {
  width: 5px;
  height: 5px;

  opacity: .75;
  background-color: #39f;

  filter: alpha(opacity=75);
}

.cropper-point.point-e {
  top: 50%;
  right: -3px;

  margin-top: -3px;

  cursor: e-resize;
}

.cropper-point.point-n {
  top: -3px;
  left: 50%;

  margin-left: -3px;

  cursor: n-resize;
}

.cropper-point.point-w {
  top: 50%;
  left: -3px;

  margin-top: -3px;

  cursor: w-resize;
}

.cropper-point.point-s {
  bottom: -3px;
  left: 50%;

  margin-left: -3px;

  cursor: s-resize;
}

.cropper-point.point-ne {
  top: -3px;
  right: -3px;

  cursor: ne-resize;
}

.cropper-point.point-nw {
  top: -3px;
  left: -3px;

  cursor: nw-resize;
}

.cropper-point.point-sw {
  bottom: -3px;
  left: -3px;

  cursor: sw-resize;
}

.cropper-point.point-se {
  right: -3px;
  bottom: -3px;

  width: 20px;
  height: 20px;

  cursor: se-resize;

  opacity: 1;

  filter: alpha(opacity=100);
}

.cropper-point.point-se:before {
  position: absolute;
  right: -50%;
  bottom: -50%;

  display: block;

  width: 200%;
  height: 200%;

  content: ' ';

  opacity: 0;
  background-color: #39f;

  filter: alpha(opacity=0);
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    width: 15px;
    height: 15px;
  }
}

@media (min-width: 992px) {
  .cropper-point.point-se {
    width: 10px;
    height: 10px;
  }
}

@media (min-width: 1200px) {
  .cropper-point.point-se {
    width: 5px;
    height: 5px;

    opacity: .75;

    filter: alpha(opacity=75);
  }
}

.cropper-invisible {
  opacity: 0;

  filter: alpha(opacity=0);
}

.cropper-bg {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}

.cropper-hide {
  position: absolute;

  display: block;

  width: 0;
  height: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}
/**
 * Кроп изображений
 */

/**
 * Модальное окно
 */
.ls-modal--crop {
    max-width: 550px;
}
.ls-modal--crop .ls-crop-desc {
    margin-bottom: 20px;
}/**
 * Информация о производительности
 */

.ls-performance {
    margin: 20px;
    padding: 20px;
}
.ls-performance table {
    width: 100%;
}
.ls-performance td {
    vertical-align: top;
}
.ls-performance h4 {
    font-weight: bold;
    font-size: 14px;
}/**
 * Toolbar
 */


.ls-toolbar {
    position: fixed;
    right: 10px;
    bottom: 0;
    z-index: 100;
    display: inline-block;
}

.ls-toolbar-item {
	display: block;
	background: #fff;
	color: #adadad;
	padding: 8px;
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 2px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .15);
	cursor: pointer;
}

.ls-toolbar-item:hover,
.ls-toolbar-item:focus,
.ls-toolbar-item > .active {
	color: #d32f2f;
}

.ls-toolbar-item i {
	padding: 4px;
    width: 24px;
}


/**
 * Media Queries
 */

/**
 * >= 992px
 */

@media screen and (min-width: 992px) {
    .ls-toolbar {
        top: 35%;
        bottom: unset;
    }
}
/**
 * Экшнбар
 */


.ls-actionbar {
    padding: 10px;
    margin-bottom: 25px;
    background: #fafafa;
    border-radius: 2px;
}
/**
 * Badge
 */

.ls-badge {
    display: inline-block;
    border-radius: 3px;
    background: #2891D3;
    color: #fff;
    padding: 0 5px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    vertical-align: top;
    margin-left: 3px;
}/*

github.com style (c) Vasily Polovnyov <vast@whiteants.net>

*/

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #333;
  background: #f8f8f8;
  -webkit-text-size-adjust: none;
}

.hljs-comment,
.diff .hljs-header,
.hljs-javadoc {
  color: #998;
  font-style: italic;
}

.hljs-keyword,
.css .rule .hljs-keyword,
.hljs-winutils,
.nginx .hljs-title,
.hljs-subst,
.hljs-request,
.hljs-status {
  color: #333;
  font-weight: bold;
}

.hljs-number,
.hljs-hexcolor,
.ruby .hljs-constant {
  color: #008080;
}

.hljs-string,
.hljs-tag .hljs-value,
.hljs-phpdoc,
.hljs-dartdoc,
.tex .hljs-formula {
  color: #d14;
}

.hljs-title,
.hljs-id,
.scss .hljs-preprocessor {
  color: #900;
  font-weight: bold;
}

.hljs-list .hljs-keyword,
.hljs-subst {
  font-weight: normal;
}

.hljs-class .hljs-title,
.hljs-type,
.vhdl .hljs-literal,
.tex .hljs-command {
  color: #458;
  font-weight: bold;
}

.hljs-tag,
.hljs-tag .hljs-title,
.hljs-rules .hljs-property,
.django .hljs-tag .hljs-keyword {
  color: #000080;
  font-weight: normal;
}

.hljs-attribute,
.hljs-variable,
.lisp .hljs-body {
  color: #008080;
}

.hljs-regexp {
  color: #009926;
}

.hljs-symbol,
.ruby .hljs-symbol .hljs-string,
.lisp .hljs-keyword,
.clojure .hljs-keyword,
.scheme .hljs-keyword,
.tex .hljs-special,
.hljs-prompt {
  color: #990073;
}

.hljs-built_in {
  color: #0086b3;
}

.hljs-preprocessor,
.hljs-pragma,
.hljs-pi,
.hljs-doctype,
.hljs-shebang,
.hljs-cdata {
  color: #999;
  font-weight: bold;
}

.hljs-deletion {
  background: #fdd;
}

.hljs-addition {
  background: #dfd;
}

.diff .hljs-change {
  background: #0086b3;
}

.hljs-chunk {
  color: #aaa;
}
/**
 * Баннер
 *
 * @module ls/jumbotron
 *
 * @license   GNU General Public License, version 2
 * @copyright 2013 OOO "ЛС-СОФТ" {@link http://livestreetcms.com}
 * @author    Denis Shakhov <denis.shakhov@gmail.com>
 */

.ls-jumbotron {
    padding: 65px 50px;
    background-color: #3F51B5;
    -webkit-background-size: cover;
    background-size: cover;
}
.ls-jumbotron-inner {
    margin: 0 auto;
}
.ls-jumbotron a {
    text-decoration: none;
    color: #fff;
}

/* Заголовок */
.ls-jumbotron-title {
    margin: 0 0 15px;
    font-size: 65px;
    line-height: 1em;
    font-weight: 300;
}
.ls-jumbotron-title a:hover {
    color: #fff;
    opacity: .9;
}

/* Подзаголовок */
.ls-jumbotron-subtitle {
    max-width: 600px;
    margin-bottom: 0;
    color: #fff;
    color: rgba(255, 255, 255, .8);
    font-size: 15px;
    line-height: 1.5em;
}

/**
 * Отзывчивые стили
 */
@media (max-width: 480px) {
    .ls-jumbotron {
        padding: 30px 20px;
    }
    .ls-jumbotron-title {
        margin: 0 0 10px;
        font-size: 35px;
    }
}/**
 * Notification
 *
 * @module ls/notification
 */


#ls-notifier {
    width: 300px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
}


/* Notification */
.ls-notification {
    position: relative;
    padding: 15px 20px 16px;
    margin-top: 10px;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0,.3);
    opacity: 0.9;
}

.ls-notification h3 {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px;
}

.ls-notification h3:last-child {
    margin-bottom: 0;
}

.ls-notification p {
    font-size: 11px;
    line-height: 16px;
}


/* Error */
.ls-notification.ls-notification--error {
    background: #850505;
    color: #fff;
}

.ls-notification.ls-notification--error h3 {
    color: #fff;
}


/* Info */
.ls-notification.ls-notification--success {
    background: #063573;
    color: #fff;
}

.ls-notification.ls-notification--success h3 {
    color: #fff;
}
/**
 * Blankslate
 */


.ls-blankslate {
    margin-bottom: 15px;
    padding: 30px;
    text-align: center;
    color: #adadad;
}

.ls-blankslate:last-child {
    margin-bottom: 0;
}


/* Заголовок */
.ls-blankslate-title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

.ls-blankslate-title:last-child {
    margin-bottom: 0;
}


/**
 * @modifier no-background
 */
.ls-blankslate--no-background {
    border: none;
    background: transparent;
}
/**
 * Избранное
 */


.ls-favourite {
    color: #adadad;
    cursor: pointer;
    display: inline-block;
}

.ls-favourite:hover {
    color: #ff9800;
}

.ls-favourite-toggle {
    display: inline-block;
}

.ls-favourite--added .ls-favourite-toggle {
    color: #ff9800;
}

.ls-favourite-count {
    color: #ff9800;
    display: none;
    margin-left: 0;
    font-weight: bold;
}

.ls-favourite--has-counter .ls-favourite-count {
    display: inline-block;
    color: #9e9e9e;
}
/**
 * Голосование
 */


.ls-vote--default {
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 22px;
    color: #bdbdbd;
}

.ls-vote--default .ls-vote-rating {
    display: none;
}

.ls-vote--default.ls-vote--locked .ls-vote-rating,
.ls-vote--default.ls-vote--voted .ls-vote-rating {
    display: block;
}

.ls-vote--default .ls-vote-rating,
.ls-vote--default .ls-vote-item {
    float: left;
    width: 22px;
    height: 22px;
    text-align: center;
}

.ls-vote--default .ls-vote-item {
    padding: 0 5px;
}

.ls-vote--default .ls-vote-rating {
	width: auto;
	font-weight: 600;
}


/* Hover */
.ls-vote--default .ls-vote-item-abstain:hover {
    color: #0288d1;
}

.ls-vote--default .ls-vote-item-up:hover {
    color: #388e3c;
}

.ls-vote--default .ls-vote-item-down:hover {
    color: #d32f2f;
}

/* Locked */
.ls-vote--default.ls-vote--locked .ls-vote-item {
    display: none;
}

.ls-vote--default.ls-vote--locked:not(.ls-vote--voted) .ls-vote-rating {
    padding-right: 10px;
}

/* Voted */
.ls-vote--default.ls-vote--voted .ls-vote-item {
    background: none;
    display: none;
}

/* Zero */
.ls-vote--default .ls-vote-rating {
    color: #bdbdbd;
}

/* Positive */
.ls-vote--default.ls-vote--count-positive .ls-vote-rating {
    color: #388e3c;
}

/* Negative */
.ls-vote--default.ls-vote--count-negative .ls-vote-rating {
    color: #d32f2f;
}

/* Zero */
.ls-vote--default.ls-vote--count-zero .ls-vote-rating {
    color: #bdbdbd;
}

/* Up */
.ls-vote--default.ls-vote--voted.ls-vote--voted-up .ls-vote-item-up {
    display: block;
}

/* Down */
.ls-vote--default.ls-vote--voted.ls-vote--voted-down .ls-vote-item-down {
    display: block;
}

/* Abstain */
.ls-vote--default.ls-vote--voted.ls-vote--voted-abstain .ls-vote-item-abstain {
    display: block;
}


/**
 * Info
 */
.ls-vote-info-item:not(:last-child) {
    margin-bottom: 5px;
}
/**
 * Media
 */


.ls-modal--media {
    max-width: 1130px;
}

.ls-modal--media .ls-modal-body {
    padding: 0;
}

.ls-modal--media .ls-modal-header {
    margin-bottom: 25px;
}

.ls-media {
    background: #fafafa;
    border-top: 1px solid #eee;
}


/* Nav */
.ls-media-nav .ls-tab-list {
    width: 160px;
    padding: 0;
    border: none;
}

.ls-media-nav .ls-tab {
    position: static;
    margin: 0;
}

.ls-media-nav .ls-tab .ls-tab-inner {
    border: none;
    border-radius: 0;
}

.ls-media-nav .ls-tab:hover {
}

.ls-media-nav .ls-tab.active .ls-tab-inner {
    background: #eee;
}


/* Panes */
.ls-media-nav .ls-tabs-panes {
    overflow: hidden;
    margin-left: 160px;
    border-left: 1px solid #eee;
    background: #fff;
}


/* Content */
.ls-media-pane-content {
    min-height: 300px;
    padding: 15px;
}


/* Footer */
.ls-media-pane-footer {
    padding: 15px;
    border-top: 1px solid #eee;
    text-align: right;
}
/**
 * Media
 */

.ls-property-list {
    margin-bottom: 30px;
}

.ls-property {
    margin-bottom: 15px;
    padding: 15px 15px;
    border-bottom: 1px solid #eee;
}
.ls-property:last-child {
    margin-bottom: 0;
}/**
 * Фото
 *
 * @module ls/photo
 */


.ls-photo {
    position: relative;
    min-width: 100%;
    min-height: 50px;
    overflow: hidden;
}


/* Изображение */
.ls-photo-image {
    vertical-align: top;
    max-width: 100%;
}


/* Действия */
.ls-photo-actions {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 0;
    background: rgba( 0, 0, 0, .7 );
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.ls-photo-actions li {
    padding: 3px 15px;
    color: #bbb;
    font-size: 11px;
    cursor: pointer;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.ls-photo-actions li:hover {
    color: #eee;
}

.ls-photo:hover .ls-photo-actions {
    opacity: 1;
}


/* @modifier nophoto */
.ls-photo--nophoto .ls-photo-image {
    width: 100%;
}

.ls-photo--nophoto .ls-photo-actions {
    opacity: 1;
}

.ls-photo--nophoto .ls-photo-actions-crop-avatar,
.ls-photo--nophoto .ls-photo-actions-remove {
    display: none;
}
/**
 * Заметка
 */


.ls-note {
    border: 2px solid #ffeb3b;
    padding: 15px;
    margin-bottom: 15px;
}

.ls-note:last-child {
    margin-bottom: 0;
}


.ls-note-text {
    margin-bottom: 10px;
}


/* Действия */
.ls-note-actions {
    font-size: 12px;
}

.ls-note-actions li {
    float: left;
    margin-right: 15px;
}

.ls-note-actions li a {
    border-bottom: 1px dotted;
}

.ls-note-actions li a:focus {
    outline: dotted 1px;
}


.ls-note-actions--add {
    margin: 0;
}

.ls-note-actions--add li {
    margin: 0;
    float: none;
    text-align: center;
}


/* Форма добавления/редактирования */
.ls-note-form .ls-field {
    margin-bottom: 15px;
}

.ls-note-form-text {
    height: 5em;
}
/**
 * Форма комментирования
 *
 * @template comment-form.tpl
 */


.ls-comment-form {
    padding: 15px;
    margin-bottom: 40px;
    background: #fafafa;
}

.ls-comment-form textarea {
    height: 150px;
}


/* Предпросмотр текста комментария */
.ls-comment-preview {
	padding: 15px 20px;
	margin: 20px 0 20px 0;
	border: 1px solid #eee;
	font-size: 14px;
}

.ls-button.js-comment-form-preview {
	display: none;
}


/**
 * Media Queries
 */

/**
 * >= 480px
 */

@media screen and (min-width: 480px) {
    .ls-button.js-comment-form-preview {
    	display: inline-block;;
    }
}
/**
 * Комментарий
 *
 * @modifier deleted   Удаленный комментарий
 * @modifier self      Ваш комментарий
 * @modifier new       Новый, непрочитанный комментарий
 * @modifier current   Активный комментарий, который выделяется при исползование кнопки обновления в тулбаре
 * @modifier list-item Комментарий выводимый в списках
 *
 * @template comment.tpl
 */


.ls-comment {
	min-height: 48px;
	padding: 20px 0px;
	margin-bottom: 20px;
	position: relative;
	border-top: 1px solid #eee;
}


.ls-comment--self .ls-comment-content {
    background: #fffef4;
}

.ls-comment--new .ls-comment-content {
    background: #f9fff2;
}

.ls-comment--current .ls-comment-content {
    background: #edfed9;
}

.ls-comment--bad {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.ls-comment--bad:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}


.ls-comment.ls-comment--deleted .ls-comment-content {
    background: #ffebee;
}

.ls-user-role-not-admin .ls-comment.ls-comment--deleted {
    padding: 10px 15px;
    min-height: 0;
    background: #f7f7f7;
    color: #757575;
}


.ls-comment.ls-comment-list-item {
    margin-bottom: 20px;
}

.ls-comment.ls-comment-list-item .vote .vote-up,
.ls-comment.ls-comment-list-item .vote .vote-down {
    display: none;
}


/* Аватар */
.ls-comment-avatar {
    position: absolute;
    top: 20px;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.ls-comment-avatar img {
    width: 50px;
    height: 50px;
}


/* Информация */
.ls-comment-info {
    padding: 0 45px 0 65px;
    margin-bottom: 15px;
    font-size: 11px;
    line-height: 1.3em;
    position: relative;
}

.ls-comment-info li {
    float: left;
    margin-right: 10px;
}

.ls-comment-info a {
    text-decoration: none;
}


/* Логин */
.ls-comment-info .ls-comment-username {
	float: none;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
}


/* Дата */
.ls-comment-date a {
    color: #9e9e9e;
}

.ls-comment-date a:hover {
    color: #333;
}


/* Голосование */
.ls-comment-vote {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}


.ls-comment-vote.vote--not-voted.vote--count-zero {
    display: none;
}

.ls-comment:hover .ls-comment-vote {
    display: block;
}


/* Прокрутка к дочернему комментарию */
.ls-comment-scroll-to {
	cursor: pointer;
	font-size: 14px;
	top: -2px;
	position: relative;
	color: #388e3c;
    padding: 0 3px;
}

.ls-comment-scroll-to-child {
    display: none;
}


/* Текст комментария */
.ls-comment-text.ls-text {
    font-size: 14px;
    line-height: 1.7em;
}

.ls-comment-text.ls-text blockquote {
    background: #fff;
    border-color: #ccc;
    padding: 5px 10px;
    margin-bottom: 5px;
}


/* Действия */
.ls-comment-actions li {
    float: left;
    margin: 15px 12px 0 0;
    font-size: 12px;
}

.ls-comment-actions li > a {
    color: #757575;
}

.ls-comment-actions li > a:hover {
    color: #d32f2f;
}


/* Сворачивание */
.ls-comment-fold {
    display: none;
}

.ls-comment--folded .ls-comment-fold > a {
    color: #d32f2f;
}


/* Информация о редактировании */
.ls-comment-edit-info {
    margin-top: 10px;
    font-size: 12px;
    color: #adadad;
}


/* Путь до комментария */
.ls-comment-path {
	background: #fafafa;
	padding: 5px 10px;
}

.ls-comment-path > a {
	color: #757575;
}

.ls-comment-path > a:hover {
	color: #d32f2f;
}


/**
 * Media Queries
 */

/**
 * >= 480px
 */

@media screen and (min-width: 480px) {
	.ls-comment-info {
	    padding: 0 70px 0 65px;
	}
}
/**
 * Блок со списком комментариев
 */


/**
 * @modifier forbid Комментирование запрещено
 */
.ls-comments--forbid .ls-comment-form {
    display: none;
}


/**
 * Блок с комментариями
 */
.ls-comment-list {
    margin-bottom: 30px;
}


/**
 * Хидер
 */
.ls-comments-header {
    margin-bottom: 20px;
}


/* Действия */
.ls-comments-actions {
    padding: 0;
    background-color: transparent;
}


/**
 * Кнопка "Комментировать"
 */
.ls-comment-reply-root {
    font-size: 22px;
    margin-bottom: 0;
}

.ls-comment-reply-root + .ls-comment-form {
    margin-top: 15px;
}


/**
 * Пагинация
 */
.ls-comments-pagination {
    margin-bottom: 30px;
}


/**
 * Media Queries
 */

/**
 * >= 480px
 */

@media screen and (min-width: 480px) {
    /**
     * Вспомогательный блок-обертка
     */
    .ls-comment-wrapper .ls-comment-wrapper {
        padding-left: 25px;
    }

    .ls-comment-wrapper .ls-comment-form,
    .ls-comment-wrapper .ls-comment-preview {
        margin-left: 25px;
    }
}
/**
 * Кнопка обновления комментариев
 *
 * @template toolbar.comment.tpl
 */


.ls-toolbar-item--comments .ls-comments-toolbar-count {
    margin-top: 5px;
    color: #d32f2f;
    text-align: center;
    font-size: 11px;
    cursor: pointer;
}
/**
 * Фото пользователя
 */
.ls-block--user-photo {
    border: none;
    padding: 0;
}
.ls-block--user-photo .ls-block-content {
    padding: 0;
    position: relative;
}


/* Статистика */
.user-stat .ls-info-list-item-label {
    width: 100%;
}


/* Статус (онлайн/оффлайн) */
.user-status {
    position: absolute;
    top: 20px;
    left: 0;
    padding: 0 0 0 10px;
    font-size: 11px;
    line-height: 21px;
    height: 22px;
    z-index: 1;
}

.user-status:before {
    content: '';
    position: absolute;
    top: 0;
    right: -22px;
    width: 0;
    height: 0;
    border-width: 11px;
    border-style: solid;
    border-color: #333;
    border-color: #333 transparent #333 #333;
}

.user-status--online {
    background: #4caf50;
    color: #fff;
}

.user-status--online:before {
    border-color: #4caf50 transparent #4caf50 #4caf50;
}

.user-status--offline {
    background: #fff;
    color: #333;
    opacity: .5;
}

.user-status--offline:before {
    border-color: #fff transparent #fff #fff;
}


/**
 * Блок управления на странице пользователя
 */
.ls-block--user-actions ul {
    overflow: hidden;
    background: #fafafa;
    font-size: 13px;
    padding: 20px 0;
}

.ls-block--user-actions .ls-nav--stacked > .ls-nav-item,
.ls-block--user-actions ul li {
    margin-bottom: 8px;
    padding: 0 25px;
}

.ls-block--user-actions .ls-nav--stacked > .ls-nav-item:last-child,
.ls-block--user-actions ul li:last-child {
    margin-bottom: 0;
}

.ls-block--user-actions ul li > span,
.ls-block--user-actions ul li a {
    display: block;
    color: #000;
    cursor: pointer;
    text-decoration: underline;
}

.ls-block--user-actions ul li > span:hover,
.ls-block--user-actions ul li a:hover {
    color: #d32f2f;
}

.ls-block--user-actions ul li a.followed {
    color: #d32f2f;
}


/**
 * Навигация по профилю пользователя
 */
.ls-nav.ls-nav--stacked.user-nav {
    overflow: hidden;
}

.ls-nav.ls-nav--stacked.user-nav > .ls-nav-item {
    margin-bottom: 0;
    padding: 8px 15px 9px 15px;
    font-size: 15px;
    border-bottom: 1px dotted #e0e0e0;
}

.ls-nav.ls-nav--stacked.user-nav > .ls-nav-item:last-child {
    border-bottom: none;
}

.ls-nav.ls-nav--stacked.user-nav > .ls-nav-item a {
    color: #000;
}

.ls-nav.ls-nav--stacked.user-nav > .ls-nav-item a:hover {
    color: #d32f2f;
}

.ls-nav.ls-nav--stacked.user-nav > .ls-nav-item.active a {
    color: #d32f2f;
    text-decoration: none;
}

.ls-nav.ls-nav--stacked.user-nav > .ls-nav-item .ls-badge {
    background: transparent;
    color: #9e9e9e;
    font-weight: normal;
    font-size: 11px;
}
/**
 * Шапка профиля
 */


.user-profile {
    position: relative;
}

.user-profile-user {
    padding-right: 100px;
}


/* Аватар */
.user-profile-user-avatar {
	float: left;
	width: 70px;
	height: 70px;
	margin: 0 18px 0 0;
	border-radius: 50%;
}


/* Логин и имя */
.user-profile-user-body {
    float: left;
    padding-top: 16px;
}

.user-profile--has-name .user-profile-user-body {
    padding-top: 7px;
}

.user-profile-user-login {
    margin-bottom: 1px;
    font-size: 27px;
    line-height: 1.3em;
}

.user-profile-user-login,
.user-profile-user-login a {
    color: #000;
}

.user-profile-user-login a:hover {
    color: #d32f2f;
}

.user-profile-user-name {
    font-size: 15px;
    color: #adadad;
}

.user-profile-user-login,
.user-profile-user-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* Рейтинг */
.user-profile-rating {
    position: absolute;
    top: 20px;
    right: 15px;
    text-align: center;
}

.user-profile-rating-label {
    font-size: 10px;
    text-transform: lowercase;
    color: #adadad;
}

.user-profile-rating-value {
    height: 24px;
    padding: 0 10px;
    margin-bottom: 2px;
    font-size: 11px;
    line-height: 1em;
    text-align: center;
    line-height: 24px;
    background: #def7dc;
    color: #5fa459;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1) inset;
}

.user-profile-rating--negative .user-profile-rating-value {
    background: #ff8a8a;
    color: #da4242;
    -webkit-box-shadow: 0 2px 3px #e95e5e inset;
    box-shadow: 0 2px 3px #e95e5e inset;
}


/**
 * Responsive
 */
@media (max-width: 991px)  {
}

@media (max-width: 479px)  {
    .user-profile {
        text-align: center;
        margin-bottom: 15px;
    }

    .user-profile-user,
    .user-profile-user-avatar,
    .user-profile-user-body {
        float: none;
    }

    .user-profile-user-body {
        margin-bottom: 15px;
    }

    .user-profile-user {
        padding-right: 0;
    }

    .user-profile-user-avatar {
        width: 100px;
        height: 100px;
        margin-right: 0;
    }

    .user-profile-rating {
        position: static;
        text-align: inherit;
    }

    .user-profile-rating-value,
    .user-profile-rating-label {
        font-size: inherit;
        display: inline;
    }
}
/**
 * Список пользователей
 */


.user-list-small {
    margin-bottom: 15px;
    max-height: 440px;
    overflow: auto;
}

.user-list-small:last-child {
    margin-bottom: 0;
}

.user-list-small-title {
    font-size: 16px;
    margin-bottom: 5px;
}

.user-list-small-item {
    background: #fafafa;
    padding: 10px 55px 10px 10px;
    margin-bottom: 1px;
    position: relative;
}

.user-list-small-item:last-child {
    margin-bottom: 0;
}

.user-list-small-item input {
    vertical-align: middle;
}

.user-list-small-item.selected {
    background: #f5f5f5;
}

.user-list-small-item-actions {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -11px;
    color: #adadad;
}

.user-list-small-item-actions li {
    display: inline-block;
    cursor: pointer;
}

.user-list-small-item-actions li:hover {
}


.user-list-small-item .ls-avatar {
    width: 100%;
    padding-left: 35px;
    position: relative;
    min-height: 24px;
    box-sizing: border-box;
}

.user-list-small-item .ls-avatar-image-link {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

.user-list-small-item .ls-avatar--inline .ls-avatar-name {
    padding-top: 2px;
    display: block;
    text-overflow: ellipsis;
    text-align: left;
}


/* Selectable */
.user-list-small--selectable .user-list-small-item {
    position: relative;
    padding-left: 30px;
}

.user-list-small--selectable .user-list-small-item input[type="checkbox"] {
    position: absolute;
    top: 16px;
    left: 10px;
}
/**
 * Профиль пользователя
 */


/* Заголовок */
.profile-page-header {
    color: #000;
    font-size: 30px;
    line-height: 1em;
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
}


/* О себе */
.user-info-about {
	padding: 20px;
	background: #fffde7;
	border-radius: 3px;
	margin-bottom: 30px;
	color: #000;
	position: relative;
}

.user-info-about-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.user-info-about-text {
	line-height: 1.5;
	color: #424242;
}

.user-info-about-empty-text {
    opacity: .4;
}


/* Блок с информацией */
.user-info-group-wrapper {
    margin-bottom: 50px;
}

.user-info-group {
    margin-bottom: 50px;
}

.user-info-group:last-child {
    margin-bottom: 0;
}


.user-info-group-title {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: normal;
}

.user-info-group-count {
    color: #9e9e9e;
}


.user-info-group-items .ls-info-list-item-label {
    width: 150px;
}

.user-info-group-items .ls-info-list-item {
    margin-bottom: 10px;
}

.user-info-group-items .ls-info-list-item-content {
    font-weight: normal;
}
.user-list-item-username {
    margin-bottom: 3px;
}

.user-list-item-login {
	font-size: 15px;
	font-weight: 600;
}

.user-list-item-name {
	font-size: 12px;
	color: #d32f2f;
}


.user-list-item-status {
    color: #adadad;
    font-size: 11px;
}

.user-list-item-status--online {
    color: #4caf50;
}


.user-list-item-note {
    background: #fffde7;
    padding: 6px 10px;
    font-size: 11px;
    margin-top: 10px;
    border-radius: 2px;
}


.user-list-item-rating {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 11px;
    color: #4caf50;
}
.user-field-item {
    margin-bottom: 10px;
}

.user-field-item:last-child {
    margin-bottom: 10px;
}

.user-field-item > * {
    vertical-align: middle;
}

.user-field-item i {
    cursor: pointer;
}
/**
 * Список пользователей
 */


.user-list-add {
    margin-bottom: 15px;
}

.user-list-add:last-child {
    margin-bottom: 0;
}

.user-list-add-title {
    font-size: 18px;
    margin-bottom: 15px;
}

.user-list-add-form {
    padding: 15px;
    margin-bottom: 5px;
    background-color: #fafafa;
    border-radius: 3px;
}

.user-list-add-note {
    margin-bottom: 20px;
    color: #adadad;
    font-size: 12px;
    line-height: 14px;
}

.user-list-add .ls-blankslate {
    margin-bottom: 0;
    padding: 10px;
    background: #fafafa;
    color: #646464;
    border-radius: 2px;
    font-size: 12px;
}
/**
 * Кнопка прокрутки вверх
 */

.ls-toolbar-item--scrollup {
    display: none;
}
.ls-toolbar-item--scrollup i {
    -webkit-transition: transform .3s;
    transition: transform .3s;
}
.ls-toolbar-item--scrollup.active i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}/**
 * Кнопка навигации по топикам
 */

.ls-toolbar-item--topic a.ls-toolbar-topic-prev {
    border-bottom: 1px solid #eee;
}.ls-tags-item.ls-tags-item--personal {
    color: #388e3c;
}

.ls-tags-personal .ls-tags-item:last-child,
.ls-tags-item.ls-tags-item--last {
    margin-right: 20px;
}

.ls-tags-item.ls-tags-personal-edit {
    text-decoration: none;
    color: #9e9e9e;
    border-bottom: 1px dotted #9e9e9e;
}

.ls-tags-item.ls-tags-personal-edit:hover {
    color: #333;
    border-color: #333;
}
/**
 * Форма поиска
 */
.ls-search-form {
    padding: 15px;
    margin-bottom: 50px;
    background: #fafafa;
    border-radius: 3px;
    position: relative;
}

.ls-search-form .ls-field {
    margin-bottom: 0;
}

.ls-search-form-input[type="text"] {
    padding-right: 30px;
}


.ls-search-form-input-wrapper {
    position: relative;
}

.ls-search-form-submit {
    border: none;
    background: none;
    position: absolute;
    padding: 0;
    height: auto;
    top: 5px;
    right: 9px;
    cursor: pointer;
    color: #9e9e9e;
}

.ls-search-form-submit:hover {
    color: #d32f2f;
}


/**
 * Light
 */
.ls-search-form--light {
    background: none;
    padding: 0;
}

.ls-search-form--light .ls-search-form-submit {
    top: 5px;
    right: 9px;
}
.searched-item {
    background: #fff999;
    padding: 0 5px;
}
.ls-search-hideable .ls-search-hideable-toggle-text > i {
	display: none;
	color: #adadad;
	top: 1px;
	position: relative;
}

.ls-search-hideable:hover .ls-search-hideable-toggle-text > i {
	color: #9e9e9e;
}


.ls-search-hideable-form {
    /*display: none;*/
	position: fixed;
	background-color: rgba(0, 0, 0, .97);
    padding: 15px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);

	opacity: 0;
}

.ls-search-hideable-form.open {
    /*display: block;*/
	-webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);

    opacity: 1;
}


.ls-search-hideable-form .close-search {
	text-align: right;
}

.ls-search-hideable-form .close-search-button {
	color: rgba(255, 255, 255, 0.3);
	font-size: 20px;
	padding: 6px 14px 8px;
	background-color: rgba(255, 255, 255, 0.1);
	display: inline-block;
	border-radius: 2px;
	cursor: pointer;

    opacity: 1;
    -webkit-transition: opacity 0.2s ease 0s;
	-moz-transition: opacity 0.2s ease 0s;
	-o-transition: opacity 0.2s ease 0s;
	transition: opacity 0.2s ease 0s;
}

.ls-search-hideable-form .close-search-button:hover {
	opacity: 0.8;
}


.ls-search-hideable-search {
    display: flex;
	padding: 20px;
	text-align: center;
	margin: 0;
	height: calc(100% - 60px);
}

.ls-search-hideable-search .ls-search-form-input-wrapper {
	margin: auto;
    width: 100%;
}


.ls-search-hideable-search .ls-search-form-input {
	padding: 10px 30px 10px 7px;
	height: 40px;
	border-radius: 0;
	background-color: transparent;
	border-width: 0 0 1px 0;
	border-bottom-color: #d32f2f;
	font-size: 14px;
	color: #646464;
	box-shadow: none;
}

.ls-search-hideable-search .ls-search-form-input::-moz-placeholder {
	color: #424242;
}

.ls-search-hideable-search .ls-search-form-submit {
	top: 10px;
	color: #424242;
}

.ls-search-hideable-search .ls-search-form-submit:hover {
	color: #646464;
}


/**
 * Media Queries
 */

/**
 * >= 768px
 */

@media screen and (min-width: 768px) {
    .ls-search-hideable-search .ls-search-form-input-wrapper {
        width: 50%;
    }
}

/**
 * >= 992px
 */

@media screen and (min-width: 992px) {
    .ls-search-hideable .ls-search-hideable-toggle-text > span {
        display: none;
    }

    .ls-search-hideable .ls-search-hideable-toggle-text > i {
    	display: inline-block;
    }

    .ls-search-hideable-search .ls-search-form-input-wrapper {
        width: 400px;
    }
}
/**
 * Блок сортировки
 *
 * @template sort.tpl
 *
 * @license   GNU General Public License, version 2
 * @copyright 2013 OOO "ЛС-СОФТ" {@link http://livestreetcms.com}
 * @author    Denis Shakhov <denis.shakhov@gmail.com>
 */

.ls-sort {
    margin-bottom: 15px;
}
.ls-sort--inline {
    display: inline;
    margin-right: 10px;
}

.ls-sort li.active[data-order=asc] a:after {
    content: "↑";
}
.ls-sort li.active[data-order=desc] a:after {
    content: "↓";
}/**
 * Список с информацией
 */


.ls-info-list {
    margin-bottom: 20px;
    list-style: none;
    padding: 0;
}

.ls-info-list:last-child {
    margin-bottom: 0;
}


.ls-info-list-item {
    position: relative;
    margin-bottom: 5px;
    overflow: hidden;
    display: table;
    width: 100%;
}

.ls-info-list-item:last-child {
    margin-bottom: 0;
}

.ls-info-list-item:after {
    content: "";
    border-bottom: 1px dotted #e0e0e0;
    position: absolute;
    left: 0;
    right: 0;
    top: 1.2em;
    z-index: 1;
}

.ls-info-list-item > * {
    display: table-cell;
    vertical-align: top;
}


.ls-info-list-item-label {
    width: 130px;
    position: relative;
    z-index: 10;
}


.ls-info-list-item-content {
    font-weight: normal;
    background: #fff;
    position: relative;
    z-index: 10;
    margin-left: 150px;
    padding-left: 2px;
}

.ls-info-list-item-content a {
    text-decoration: underline;
}

.ls-info-list-item-label-text  {
    background: #fff;
    padding-right: 2px;
}
/**
 * Теги
 */


.ls-block--tags .ls-tab-pane-content {
    padding: 0;
}
/**
 * Заголовок
 */
.ls-tags-item.ls-tags-title {
    float: none;
}


/**
 * Список тегов
 */
.ls-tags {
    padding-left: 20px;
    position: relative;
    margin: 0 0 10px;
    color: #757575;
    font-size: 11px;
}

.ls-tags:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;

    content: "\f02b";
    position: absolute;
    top: 3px;
    left: 0;
    color: #90a4ae;
}

.ls-tags-item {
    color: #646464;
    text-decoration: underline;
}

.ls-tags-item:hover {
    text-decoration: none;
}


/**
 * Облако тегов
 */
.ls-tag-cloud {
    width: 100%;
    text-align: center;
}

.ls-tag-cloud-item {
    display: inline;
    margin-right: 5px;
    line-height: 22px;
}

.ls-tag-cloud-item a {
    color: #9e9e9e;
}

.ls-tag-cloud-item a:hover {
    color: #d32f2f;
}

.ls-tag-cloud-item.active a {
    color: #d32f2f;
}

.ls-tag-size-1  { font-size: 12px; }
.ls-tag-size-2  { font-size: 12px; }
.ls-tag-size-3  { font-size: 14px; }
.ls-tag-size-4  { font-size: 14px; }
.ls-tag-size-5  { font-size: 16px; }
.ls-tag-size-6  { font-size: 16px; }
.ls-tag-size-7  { font-size: 18px; }
.ls-tag-size-8  { font-size: 18px; }
.ls-tag-size-9  { font-size: 20px; }
.ls-tag-size-10 { font-size: 20px; }
/* Site Header Wrapper */
.site-header-wrapper {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}


.custom-logo-link {
    display: inline-block;
    padding: 23px 15px 23px 0;
    position: relative;
}

.custom-logo-link:last-child {
    padding-right: 0;
}

.custom-logo {
	height: 35px;
	width: auto;
	max-width: 100%;
	vertical-align: middle;
}


.site-title {
    display: inline-block;
    font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    vertical-align: middle;
}

.site-title > a {
    color: #000;
    display: block;
    padding: 29px 0 30px;
    outline: none;
}


/* Site Header Menu Toggle Button */
.menu-toggle {
	background: transparent;
	border: 1px solid #eee;
	color: #333;
    font-size: 18px;
    border-radius: 2px;
    padding: 5px 12px !important;

	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.menu-toggle:hover,
.menu-toggle:focus {
  border-color: #ccc;
  color: #d32f2f;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	color: #d32f2f;
}

.menu-toggle:focus {
	outline: 0;
}

.menu-toggle.toggled-on:focus {
	outline: thin dotted;
}


/* Site Header Menu */
.site-header-menu {
    display: none;

    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.site-header-menu.toggled-on {
    display: block;
}

.main-navigation li,
.user-navigation li {
    float: none;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}

.main-navigation a,
.user-navigation a {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 0;
    outline-offset: -1px;
}

.main-navigation a:hover,
.user-navigation a:hover,
.main-navigation a:focus,
.user-navigation a:focus,
.main-navigation .active > a,
.user-navigation .active > a {
    color: #d32f2f;
}

.main-navigation ul ul,
.user-navigation ul ul {
    display: none;
    margin-left: 20px;
}

.main-navigation ul .toggled-on,
.user-navigation ul .toggled-on {
    display: block;
}

.main-navigation .ls-nav-item--has-children > a,
.user-navigation .ls-nav-item--has-children > a {
    margin-right: 50px;
}

.main-navigation .ls-nav .ls-nav-item.ls-nav-item--has-children > .ls-nav-item-link,
.user-navigation .ls-nav .ls-nav-item.ls-nav-item--has-children > .ls-nav-item-link {
    padding-right: 0;
}

.main-navigation .ls-nav-item-link > .ls-nav-item-caret,
.user-navigation .ls-nav-item-link > .ls-nav-item-caret {
	display: none;
}


/* Dropdown Toggle */
.dropdown-toggle {
    background-color: transparent;
    border: none;
    color: rgba(0, 0, 0, 0.15);
    content: "";
    height: 51px;
    padding: 0;
    position: absolute;
    right: 0;
    text-transform: none;
    top: 0;
    width: 44px;
}

.dropdown-toggle:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}

.dropdown-toggle:after {
    border: 0 solid rgba(0, 0, 0, 0.05);
    border-left-width: 1px;
    content: "\f107";
    font-size: 24px;
    left: 0;
    position: relative;
    width: 44px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
    background-color: transparent;
    color: #d32f2f;
}

.dropdown-toggle:focus {
    outline: thin dotted;
    outline-offset: -1px;
}

.dropdown-toggle:focus:after {
    border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
    content: "\f106";
}


/**
 * Media Queries
 */

/**
 * >= 992px
 */

@media screen and (min-width: 992px) {
    .site-branding {
        margin-right: 40px;

        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    /* Site Header Menu */
    .site-header-menu {
        display: block;

        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .main-navigation {
        float: left;
	}

    .user-navigation {
        float: right;
	}

	.main-navigation ul > li,
    .user-navigation ul > li {
        border: none;
        float: left;
	}

	.main-navigation a,
    .user-navigation a {
        outline-offset: -8px;
        padding: 30px 12px 31px;
	}

	/* Site Header Menu Dropdown */
	.main-navigation ul ul,
    .user-navigation ul ul {
        background-color: #fff;
        border-top: 1px solid transparent;
        display: block;
        left: -999em;
        margin: 0;
        padding: 5px 0;
        position: absolute;
        z-index: 99999;

        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
        -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);

        opacity: 0;
        -webkit-transition: opacity 0.3s linear 0s;
        -moz-transition: opacity 0.3s linear 0s;
        -o-transition: opacity 0.3s linear 0s;
        transition: opacity 0.3s linear 0s;
	}

	.main-navigation ul ul ul,
    .user-navigation ul ul ul {
        top: 0;
	}

	.main-navigation ul ul li,
    .user-navigation ul ul li {
        border: none;
	}

	.main-navigation ul ul a,
    .user-navigation ul ul a {
        color: #212121;
        font-size: 13px;
        padding: 10px 20px;
        width: 180px;
	}

	.main-navigation ul ul li:first-child a,
    .user-navigation ul ul li:first-child a {
        border-top: none;
	}

	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul,
    .user-navigation li:hover > ul,
	.user-navigation li.focus > ul {
        left: auto;
        right: 0;
        opacity: 1;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul,
    .user-navigation ul ul li:hover > ul,
	.user-navigation ul ul li.focus > ul {
        left: auto;
        right: 100%;
	}

	.main-navigation .ls-nav-item--has-children > a,
    .user-navigation .ls-nav-item--has-children > a {
        margin: 0;
	}

    .main-navigation .ls-nav .ls-nav-item.ls-nav-item--has-children > .ls-nav-item-link,
    .user-navigation .ls-nav .ls-nav-item.ls-nav-item--has-children > .ls-nav-item-link {
        padding-right: 27px;
    }

    .main-navigation .ls-nav-item--has-children > a:after,
    .user-navigation .ls-nav-item--has-children > a:after {
    	-moz-osx-font-smoothing: grayscale;
    	-webkit-font-smoothing: antialiased;
    	display: inline-block;
    	font-family: "FontAwesome";
    	font-size: 14px;
    	font-style: normal;
    	font-variant: normal;
    	font-weight: normal;
    	line-height: 1;
    	speak: none;
    	text-align: center;
    	text-decoration: inherit;
    	text-transform: none;
    	vertical-align: top;
    }

	.main-navigation .ls-nav-item--has-children > a:after,
    .user-navigation .ls-nav-item--has-children > a:after {
        content: "\f107";
        position: absolute;
        right: 10px;
        top: 33px;
	}

	.main-navigation ul ul .ls-nav-item--has-children > a,
    .user-navigation ul ul .ls-nav-item--has-children > a {
        padding-right: 25px;
	}

	.main-navigation ul ul .ls-nav-item--has-children > a:after,
    .user-navigation ul ul .ls-nav-item--has-children > a:after {
        right: 15px;
        top: 14px;

        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
	}

	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
    .user-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle {
        display: none;
	}
}
/* Меню пользователя */
.user-navigation .avatar {
	height: 16px;
	width: 16px;
	vertical-align: middle;
	border-radius: 50%;
	position: relative;
	top: -1px;
	margin-right: 3px;
}

.user-navigation .new-messages > a {
	color: #d32f2f;
	font-weight: normal;
}

.user-navigation .new-messages > a:hover,
.user-navigation .new-messages > a:focus {
	color: #000;
}


/* Счетчик */
.user-navigation .ls-nav-item .ls-badge {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
    padding: 0;
    background-color: transparent;
    color: #d32f2f;
    font-size: 11px;
    font-weight: normal;
    line-height: 11px;
}


/**
 * Media Queries
 */

/**
 * >= 992px
 */

@media screen and (min-width: 992px) {
	.user-navigation .registration-link > a {
		padding-right: 0;
	}
}
/**
 * Админка
 */


/**
 * Управление плагинами
 *
 * @template plugins.tpl
 */
.admin-plugins h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
}

.admin-plugins p {
    margin-bottom: 15px;
}

.admin-plugins td {
    vertical-align: top;
}

.admin-plugins-actions li {
    margin-bottom: 8px;
    text-align: right;
}

.admin-plugins-actions li:last-child {
    margin-bottom: 0;
}
/**
 * Стена
 */


/**
 * Форма добавления сообщения на стену
 */
.wall > .wall-form {
    margin-bottom: 15px;
}

.wall-form {
    margin-bottom: 10px;
    padding: 15px;
    background: #fafafa;
    border-radius: 5px;
}

.wall-form .ls-field {
    margin-bottom: 0;
}

.wall-form textarea {
    height: 30px;
    padding-top: 6px;
    padding-left: 8px;
    min-height: 30px;
    max-height: 30px;
    resize: none;
}

.wall-form-footer {
    display: none;
}


/* Open */
.wall-form.open .ls-field {
    margin-bottom: 15px;
}

.wall-form.open textarea {
    height: 90px;
    max-height: 300px;
    resize: vertical;
}

.wall-form.open .wall-form-footer {
    display: block;
}


/**
 * Сообщения
 */
.wall-comment {
	padding: 10px 0px;
	margin-bottom: 10px;
}

.wall-comment .ls-comment-avatar {
    top: 10px;
}

.ls-comment--self.wall-comment .ls-comment-content {
	background: transparent;
}


.wall-comments {
    padding-left: 30px;
}

.wall-comments .wall-comment {
	margin-bottom: 10px;
	padding: 10px 0;
}

.wall-comments .wall-comment:first-child {
    margin-top: 10px;
}

.wall-comments .ls-comment-avatar {
    top: 10px;
}


/**
 * Кнопка подгрузки комментариев
 */
.ls-more.wall-more-comments {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 12px;
    padding: 8px;
}
/**
 * Блок с кнопкой "Создать блог"
 */
.ls-block--blog-add .ls-block-content {
    text-align: center;
}


/**
 * Список блогов
 */
.ls-block.blog-block-blogs .ls-item-group {
    padding-top: 5px;
}

.ls-block.blog-block-blogs .ls-item {
    padding: 14px 0;
    color: #adadad;
    font-size: 11px;
}

.ls-block.blog-block-blogs .ls-item:last-child {
    border-bottom: 1px solid #eee;
}

.ls-block.blog-block-blogs .ls-item:hover {
    background-color: transparent;
}

.ls-block.blog-block-blogs .ls-item:last-child {
    margin-bottom: 0;
}

.ls-block.blog-block-blogs .ls-item-title {
	font-size: 14px;
	margin-bottom: 5px;
	font-family: inherit;
	margin-top: 2px;
}

.ls-block.blog-block-blogs .ls-item-image {
	width: 36px;
	height: 36px;
}


.ls-block.ls-block--blog-photo {
    border: none;
    padding: 0;
}
/**
 * Блог
 */


.blog {
	border-bottom: 1px solid #eee;
	background-color: #fafafa;
	margin-top: -40px;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-bottom: 30px;
}


/* Фото */
.blog-avatar {
	display: none;
	margin-bottom: 27px;
}

.blog-avatar .ls-photo-image {
	width: 100%;
}

.ls-photo-actions li {
	float: left;
}


/* Хидер */
.blog-header {
    position: relative;
    padding-bottom: 10px;
}

.blog-title {
	margin-bottom: 0;
	font-size: 22px;
	line-height: inherit;
}

.blog-title > i {
	position: relative;
	top: -12px;
	vertical-align: middle;
	cursor: help;
	color: #d32f2f;
	font-size: 16px;
}


/* Контент */
.blog-content {
	margin-bottom: 25px;
}

.blog-description {
	color: #757575;
	line-height: 1.7;
	font-size: 14px;
}

.blog-content .ls-info-list-item-content,
.blog-content .ls-info-list-item-label-text {
    background: #fafafa;
}

.blog-content .ls-info-list-item-label {
    width: 200px;
}

/* Блок управления */
.ls-block--blog-actions ul li:last-child a {
	margin-bottom: 0 !important;
}


/* Dark Blog Mod */
.blog.blog--dark {
	background-color: #161616;
}

.blog.blog--dark .blog-title {
	color: #fff;
}

.blog.blog--dark .blog-description {
	color: rgba(255,255,255,0.4);
}

.blog.blog--dark .ls-button {
	color: #757575;
	border-color: rgba(255,255,255,0.05);
	background-color: rgba(255,255,255,0.05);
}

.blog.blog--dark .ls-button:active,
.blog.blog--dark .ls-button:focus,
.blog.blog--dark .ls-button.active,
.blog.blog--dark .ls-button:hover {
    color: #646464;
    border-color: rgba(255,255,255,0.03);
    background-color: rgba(255,255,255,0.03);
}


/* Blog Users Page*/
.blog-mainpage-link {
	color: #d32f2f;
}

.blog-mainpage-link:hover,
.blog-mainpage-link:focus {
	color: #000;
}


/**
 * Media Queries
 */

/**
 * >= 480px
 */
@media screen and (min-width: 480px) {
	.blog {
		padding-top: 0;
	}

	.blog-avatar {
		display: block;
	}
}

/**
 * >= 768px
 */
@media screen and (min-width: 768px) {
	.blog-title {
		font-size: 30px;
	}
}

/**
 * >= 992px
 */
@media screen and (min-width: 992px) {
	.blog-content {
		margin-bottom: 0;
	}
}
.blog-list-item .ls-item-title {
    margin-top: -3px;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 7px;
}

.blog-list-item .ls-item-title > i {
	vertical-align: middle;
	margin-right: 3px;
	position: relative;
	cursor: help;
	font-size: 14px;
	color: #d32f2f;
}


.blog-list-item-category {
    color: #646464;
    font-size: 11px;
    margin-top: -3px;
    margin-bottom: 7px;
}

.blog-list-item-category > i {
    color: #adadad;
    margin-right: 2px;
}


.blog-list-item .ls-item-description {
	color: #adadad;
	font-size: inherit;
	line-height: inherit;
}


.blog-list-item-users {
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 11px;
    color: #4caf50;
    cursor: help;
}


/**
 * Media Queries
 */

/**
 * >= 480px
 */

@media screen and (min-width: 480px) {
    .ls-item-group .blog-list-item {
        padding-right: 70px;
    }

    .blog-list-item-users {
        display: block;
    }
}
/**
 * Топики
 */


/**
 * Основные стили
 */
.ls-topic:not(:last-child) {
    margin-bottom: 50px;
}


/**
 * Шапка
 */
.ls-topic-header {
    margin-bottom: 25px;
}

.ls-topic-title {
    font-size: 24px;
    line-height: 1.25em;
    margin-bottom: 10px;
}

.ls-topic-title:last-child {
    margin-bottom: 0;
}

.ls-topic-title a {
    color: #000;
}

.ls-topic-title a:hover {
    color: #d32f2f;
    box-shadow: 0 1px 0 0 #d32f2f;
}

.ls-topic-title > i {
	position: relative;
	top: -10px;
	font-size: 14px;
	vertical-align: middle;
	color: #90a4ae;
}


.ls-topic-header .ls-topic-info {
    color: #adadad;
}

.ls-topic-header .ls-topic-info-item {
    float: left;
    margin-right: 15px;
}

.ls-topic-header .ls-topic-info-item--blog a {
	color: #d32f2f;
	font-weight: 400;
	font-family: "Merriweather",Georgia,"Times New Roman",Times,serif;
}

.ls-topic-header .ls-topic-info-item--blog a:hover {
    color: #000;
    text-decoration: none;
}


/**
 * Содержимое топика
 */
.ls-topic-content {
    margin-bottom: 25px;
}

.ls-topic-text.ls-text {
    margin-bottom: 15px;
}

.ls-topic-cut {
	box-shadow: 0 1px 0 0 currentColor;
	color: #adadad;
	font-weight: 300;
	font-size: 14px;
	font-family: "Merriweather",Georgia,"Times New Roman",Times,serif;
}


/* Опросы */
.ls-topic .ls-poll {
    margin-bottom: 25px;
}

/* Кнопки шаринга */
.block-share {
	margin-bottom: 25px;
}

.block-share-title {
	font-weight: 600;
	margin-bottom: 12px;
	display: inline-block;
	border-bottom: 1px solid #eee;
}


/**
 * Подвал
 */
.ls-topic-footer {
    border-top: 1px solid #eee;
    padding-top: 11px;
    font-size: 11px;
    color: #adadad;
}

.ls-topic-footer .ls-topic-info-item {
    float: left;
    height: 22px;
    line-height: 22px;
    margin-right: 20px;
}

.ls-topic-info a {
    text-decoration: none;
}

.ls-topic-info a:hover {
    text-decoration: underline;
}

/*
.ls-topic-info-item--share > i {
    position: relative;
    top: 1px;
    cursor: pointer;
}

.ls-topic-info-item--share > i:hover,
.ls-topic-info-item--share > i.open {
    color: #78909c;
}
*/

.ls-topic-favourite {
    position: relative;
    top: 1px;
}

/* Автор */
.ls-topic-info-item.ls-topic-info-item--author .ls-avatar {
    position: relative;
    top: -2px;
}

/* Ссылка на комментарии */
.ls-topic-info-item.ls-topic-info-item--comments a {
	text-decoration: none;
	color: #78909c;
}

.ls-topic-info-item--comments-count:before {
    -moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "FontAwesome";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;

    content: "\f27a";
    margin-right: 5px;
    display: inline-block;
    text-decoration: none;
    color: #90a4ae;
}

.ls-topic-info-item--comments-count {
    text-decoration: underline;
}

.ls-topic-info-item--comments--has-new .ls-topic-info-item--comments-count {
    color: #388e3c;
}

.ls-topic-info-item--comments--has-new .ls-topic-info-item--comments-count:before {
    color: #4caf50;
}

.ls-topic-info-item--comments-new {
    color: #d32f2f;
    text-decoration: none;
}

/* Голосование */
.ls-topic-info-item.ls-topic-info-item--vote {
    margin: 0;
    padding: 0;
    float: right;
    position: relative;
    top: -1px;
}


/**
 * Превью (изображение)
 */
.ls-topic-preview-image {
    margin-bottom: 30px;
    text-align: center;
    background: #f7f7f7;
}

.ls-topic-preview-image img {
    max-width: 100%;
    vertical-align: top;
}


/**
 * Предпросмотр топика
 */
.ls-topic-preview {
    margin-top: 30px;
    border: 1px solid #eee;
    display: none;
}

.ls-topic-preview-header {
    padding: 20px 30px;
    background: #fafafa;
}

.ls-topic-preview-title {
    margin: 0;
}

.ls-topic-preview-body {
    padding: 30px;
}

.ls-topic-preview-footer {
    padding: 0 30px 30px;
}


/**
 * Media Queries
 */

/**
 * >= 768px
 */

@media screen and (min-width: 768px) {
    .ls-topic-title {
        font-size: 30px;
    }
}
/**
 * Опросы
 *
 * @template polls/*.tpl
 */


.ls-poll {
    padding: 15px;
    border: 1px dashed #e0e0e0;
}

.ls-poll-title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
}

.ls-poll-answer-list {
    margin-bottom: 20px;
    margin-left: 0;
    list-style-type: none;
}

.ls-poll-answer-list-item {
    margin-bottom: 10px;
}

.ls-poll-answer-list-item:last-child {
    margin-bottom: 0;
}

.ls-poll-answer-list-item label {
    display: inline;
}


/**
 * Результат опроса
 *
 * @template polls/poll.result.tpl
 */
.ls-poll-result {
    margin-bottom: 10px;
    font-size: 12px;
}

.ls-poll-result-item {
    margin-bottom: 20px;
    overflow: hidden;
    zoom: 1;
}

.ls-poll-result-item-count {
    float: left;
    width: 70px;
    padding-right: 15px;
}

.ls-poll-result-item-count strong {
    display: block;
}

.ls-poll-result-item-count span {
    font-size: 11px;
    color: #adadad;
}

.ls-poll-result-item-chart {
    padding-left: 80px;
}

.ls-poll-result-item-bar {
    height: 7px;
    margin-top: 5px;
    background: #eee;
    overflow: hidden;
    border-radius: 10px;
}

.ls-poll-result-item--most .ls-poll-result-item-bar {
    background-color: #4caf50;
}

.ls-poll-result-item--voted .ls-poll-result-item-count strong {
    background: linear-gradient(to right, rgba(254,255,163,1) 0%,rgba(255,255,255,1) 100%);
}

.ls-poll-result-total {
    color: #9e9e9e;
    font-size: 11px;
    position: relative;
    line-height: 16px;
    padding-left: 80px;
}

.ls-poll-sort {
	position: absolute;
	top: 2px;
	left: 0;
	z-index: 10;
	font-size: 14px;
	padding: 5px 12px 3px;
}

.ls-poll-footer {
    position: relative;
}


/**
 * Управление опросами
 *
 * @template polls/poll.form.tpl
 */
.ls-poll-manage .fieldset-body {
    padding-bottom: 0;
}

.ls-poll-manage-add {
    margin-bottom: 15px;
}

.ls-poll-manage-list {
    overflow: hidden;
}

.ls-poll-manage-item {
    padding: 10px 70px 10px 15px;
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 1px;
    position: relative;
}

.ls-poll-manage-item:last-child {
    margin-bottom: 15px;
}

.ls-poll-manage-item-actions {
    position: absolute;
    top: 11px;
    right: 15px;
}

.ls-poll-manage-item-actions li {
    float: left;
    cursor: pointer;
    margin-left: 8px;
}


/**
 * Форма добавления
 *
 * @template polls/poll.form.tpl
 */
.ls-poll-form-answer-item {
    margin-bottom: 10px;
    padding-right: 30px;
    position: relative;
}

.ls-poll-form-answer-item .ls-field,
.ls-poll-form-answer-item:last-child {
    margin-bottom: 0;
}

.ls-poll-form-answer-item-remove {
    position: absolute;
    top: 7px;
    right: 0;
    cursor: pointer;
}
/**
 * Активность
 */


/**
 * Список событий
 */
.activity-event-list {
    margin-bottom: 30px;
}


/* Дата-заголовок */
.activity-date {
    color: #adadad;
    font-size: 16px;
    margin-top: 50px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.activity-event + .activity-date {
    margin-top: 30px;
}


/**
 * Событие
 */
.activity-event {
    padding: 20px 0;
}

.activity-event + .activity-event {
    border-top: 1px solid #eee;
}

.activity-event-info {
    margin-top: -3px;
    margin-bottom: 5px;
    font-size: 11px;
    color: #adadad;
}

.activity-event-info a {
    color: #d32f2f;
    font-weight: bold;
    text-decoration: underline;
}

.activity-event-info a:hover {
    color: #000;
}

.activity-event-date {
    color: #adadad;
}

.activity-event-text {
    position: relative;
    padding: 12px 15px;
    background: #fafafa;
    color: #333;
    margin-top: 13px;
    font-size: 13px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 4px #eee inset;
    box-shadow: 0 2px 4px #eee inset;
}

.activity-event-text:after {
    display: block;
    content: "";
    position: absolute;
    top: -12px;
    left: 15px;
    width: 0;
    height: 0;
    border-width: 6px;
    border-color: transparent transparent #eee transparent;
    border-style: solid;
}
/**
 * Активность (блок)
 */


.ls-activity-block-recent-item {
    font-size: 12px;
    border-bottom: 1px solid #eee;
    padding: 14px 0;
}

.ls-activity-block-recent-item:first-child {
    padding-top: 0;
}

.ls-activity-block-recent-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.ls-activity-block-recent-user {
    color: #646464;
    text-decoration: underline;
    margin-right: 5px;
}

.ls-activity-block-recent-user:hover {
    text-decoration: underline;
}

.ls-activity-block-recent-date {
    color: #9e9e9e;
}

.ls-activity-block-recent-item > div {
    margin-top: 7px;
}

.ls-activity-block-recent-title {
	font-size: 13px;
	line-height: 1.6;
}

.ls-activity-block-recent-comments {
    margin-left: 5px;
    font-size: 11px;
    text-decoration: none;
    color: #9e9e9e;
    white-space: nowrap;
}
/**
 * Личные сообщения
 */

.talk {
    background: #fafafa;
    padding: 20px;
    margin-bottom: 0;
}


.ls-talk-participants-details {
    margin-bottom: 0;
}

.ls-talk-participants-details > .ls-details-title {
    background: #fafafa;
    border-radius: 0;
    font-size: 14px;
}

.ls-talk-participants-details .ls-details-content {
    padding: 20px 20px;
    border: 1px solid #eee;
    border-top: none;
    border-bottom: none;
    border-radius: 0;
}

.ls-talk-participants-details.is-open > .ls-details-title {
    background: #f5f5f5;
    border-radius: 0;
}


/**
 * Список участников диалога
 */
.message-users .user-list-small-item.inactive {
    opacity: .5;
    cursor: help;
}

.message-users .user-list-small-item.inactive .ls-talk-participants-item-inactivate,
.message-users .user-list-small-item .ls-talk-participants-item-activate {
    display: none;
}

.message-users .user-list-small-item.inactive .ls-talk-participants-item-activate {
    display: inline-block;
}
/**
 * Список личных сообщений
 */


/* Экшнбар */
.ls-actionbar.talk-list-actionbar {
    margin-bottom: 15px;
}


/* Список */
.talk-list.ls-table td {
    vertical-align: top;
}

.talk-list.ls-table .cell-checkbox,
.talk-list.ls-table .cell-favourite {
    width: 14px;
    line-height: 1em;
    padding-left: 5px;
    padding-right: 5px;
}

.talk-list.ls-table .cell-info {
    width: 150px;
    padding-left: 0;
}


/* Сообщение */
.talk-list-item:first-child td {
    border-top: 1px solid #eee;
}

.talk-list-item {
    background: #fff;
}

.talk-list-item.talk-unread {
    background: #fffde7;
}

.talk-list-item.selected {
    background: #ffebee;
}


/* Информация об отправителе */
.talk-list-item-info {
    width: 150px;
    position: relative;
    padding-left: 75px;
    min-height: 64px;
}

.talk-list-item-info-avatar {
    position: absolute;
    top: 0;
    left: 0;
}

.talk-list-item-info-date {
    display: block;
    font-size: 11px;
    color: #adadad;
}

.talk-list-item .ls-favourite {
    margin-top: 1px;
}

.talk-list-item-extra {
    position: relative;
    padding-right: 60px;
}

.talk-list-item-title {
	font-size: 16px;
	margin-bottom: 7px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
}

.talk-list-item-text {
	font-size: 12px;
	color: #9e9e9e;
}

.talk-list-item-count {
	position: absolute;
	top: 0;
	right: 0;
	background: #ffebee;
	color: #000;
	padding: 2px 8px 2px;
	border-radius: 2px;
	font-size: 11px;
}


.talk-list-item.talk-unread .talk-list-item-count {
    background: #43a047;
    color: #fff;
}

.talk-list-item.talk-unread .talk-list-item-count strong {
    color: rgba(255, 255, 255, .5);
    font-weight: normal;
}
/**
 * Первое сообщение в диалоге
 */


.ls-talk-message-root-info,
.ls-talk-message-root-actionbar,
.ls-talk-message-root-text {
    margin-bottom: 25px;
}

.ls-talk-message-root {
    margin-bottom: 50px;
}

.ls-talk-message-root-info {
    border-top: 1px solid #eee;
    padding-top: 5px;
    font-size: 11px;
    color: #adadad;
}

.ls-talk-message-root-info-item {
    float: left;
    padding-top: 5px;
    margin-right: 15px;
}

.ls-talk-message-root-info-item--author {
    padding-top: 3px;
}
/**
 * Карточки топиков
 */


.topic-card {
    margin-bottom: 30px;
    position: relative;
}


/* Превью */
.topic-card .ls-topic-preview-image {
    margin-bottom: 15px;
}

.topic-card .ls-topic-preview-image > a {
    display: block;
}


/* Шапка */
.topic-card-header {
    margin-bottom: 12px;
}

.topic-card-header .topic-card-info {
	margin-bottom: 10px;
	color: #adadad;
	font-size: 11px;
}

.topic-card-info-item--blog > a {
	color: #d32f2f;
	font-weight: 600;
}

.topic-card-header .topic-card-info-item {
    float: left;
    margin-right: 12px;
}

.topic-card-header .topic-card-info-item:last-child {
    margin-right: 0;
}

.topic-card-title {
	margin-bottom: 0;
	font-size: 15px;
	font-family: inherit;
	font-weight: 600;
	line-height: 1.3;
}


/* Контент */
.topic-card-content {
    margin-bottom: 15px;
    color: #757575;
}


/* Подвал */
.topic-card-footer {
    font-size: 11px;
}

.topic-card-footer .topic-card-info-item {
    float: left;
    height: 22px;
    line-height: 22px;
    margin-right: 15px;
}

/* Автор */
.topic-card-info-item.topic-card-info-item--author .ls-avatar {
    position: relative;
    top: -2px;
}

/* Ссылка на комментарии */
.topic-card-info-item.topic-card-info-item--comments a {
	text-decoration: none;
	color: #78909c;
}

.topic-card-info-item--comments-count:before {
    -moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "FontAwesome";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;

    content: "\f27a";
    margin-right: 5px;
    display: inline-block;
    text-decoration: none;
    color: #90a4ae;
}

.topic-card-info-item--comments-count {
    text-decoration: underline;
}

.topic-card-info-item--comments--has-new .topic-card-info-item--comments-count {
    color: #388e3c;
}

.topic-card-info-item--comments--has-new .topic-card-info-item--comments-count:before {
    color: #4caf50;
}

.topic-card-info-item--comments-new {
    color: #d32f2f;
    text-decoration: none;
}


/**
 * Media Queries
 */

/**
 * >= 1200px
 */

@media screen and (min-width: 1200px) {
    .topic-card--big .ls-topic-preview-image {
    	margin-bottom: 0;
    }

    .topic-card--big .ls-topic-preview-image a {
        position: relative;
    }

    .topic-card--big .ls-topic-preview-image a::before {
    	position: absolute;
    	content: '';
    	top: 0;
    	bottom: 0;
    	left: 0;
    	right: 0;

        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
        background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    }

    .topic-card--big .ls-topic-preview-image a::after {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;

        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0.65+100 */
        background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

        opacity: 0;
        -webkit-transition: opacity 0.4s ease 0s;
        -moz-transition: opacity 0.4s ease 0s;
        -o-transition: opacity 0.4s ease 0s;
        transition: opacity 0.4s ease 0s;
    }

    .topic-card--big:hover .ls-topic-preview-image a::after {
        opacity: 1;
    }


    .topic-card--big .topic-card-caption {
    	position: absolute;
    	bottom: 0;
    	width: calc(100% - 30px);
    	padding: 15px 25px;
        z-index: 10;
    }


    .topic-card--big .topic-card-header {
        margin-bottom: 20px;
    }

    .topic-card--big .topic-card-header .topic-card-info,
    .topic-card--big .topic-card-info-item--blog > a {
    	color: rgba(255,255,255,.65);
    }

    .topic-card--big .topic-card-info-item--blog > a:hover {
    	color: rgba(255,255,255,.85);
    }

    .topic-card--big .topic-card-title {
    	font-family: "Merriweather",Georgia,"Times New Roman",Times,serif;
    	font-size: 20px;
    	font-weight: 400;
        line-height: 1.5;
    }

    .topic-card--big .topic-card-title > a {
        color: #fff;
    }

    .topic-card--big .topic-card-title > a:hover {
    	box-shadow: 0 1px 0 0 rgba(255,255,255,0.5);
    }


    .topic-card--big .topic-card-content {
    	display: none;
    }


    .topic-card--big .ls-avatar--has-name.ls-avatar--inline .ls-avatar-name-link {
    	color: rgba(255,255,255,.5);
    }

    .topic-card--big .ls-avatar--has-name.ls-avatar--inline .ls-avatar-name-link:hover {
    	color: rgba(255,255,255,.85);
    }


    .topic-card--big .topic-card-info-item.topic-card-info-item--comments a {
    	color: rgba(255,255,255,.5);
    }

    .topic-card--big .topic-card-info-item.topic-card-info-item--comments a:hover {
        color: rgba(255,255,255,.85);
    }

    .topic-card--big .topic-card-info-item--comments-count::before {
    	color: rgba(255,255,255,.5);
    }

    .topic-card--big .topic-card-info-item.topic-card-info-item--comments a:hover .topic-card-info-item--comments-count::before {
    	color: rgba(255,255,255,.85);
    }
}
/**
 * Masonry_1 сетка топиков
 */


.layout-content--masonry-1 {
	position: relative;
}


.js-masonry-item {
    opacity: 0;
}

.js-masonry-item.is-visible {
    -webkit-animation: Items 600ms ease-in forwards;
            animation: Items 600ms ease-in forwards;
}

@-webkit-keyframes Items {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes Items {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* Сайдбар */
.js-masonry-sidebar {
	display: none;
	margin-bottom: 30px;
	position: absolute;
	top: 0;
	right: 0;
}


/**
 * Media Queries
 */

/**
 * >= 992px
 */

@media screen and (min-width: 992px) {
	.js-masonry-item.topic-card-wrapper {
	    height: 410px;
	}

	.js-masonry-sidebar {
		display: block;
		min-height: 790px;
		overflow: hidden;
	}
}
/**
 * Grid_1 сетка топиков
 */


.layout-content--grid-1 {
	position: relative;
}


/**
 * Media Queries
 */

/**
 * >= 992px
 */

@media screen and (min-width: 992px) {
	.layout-content--grid-1 .topic-card-wrapper {
	    height: 410px;
	}
}
/**
 * Сетка
 */


/* Основной блок */
.layout {
    background-color: #eee;
}

.page {
	background-color: #fff;
    box-shadow: 0 0 15px #adadad;
	margin: 0 auto;
	max-width: 1230px;
	position: relative;
}


/* Шапка */
.site-header {
	border-bottom: 5px solid #161616;
    margin-bottom: 40px;
}


/* Основной контент */
.layout-container {
    margin-bottom: 40px;
    position: relative;
}


/* Контент */
.layout-content {
}


/* Отображение контента без сайдбара */
.layout-container.layout-no-sidebar .layout-content {
    width: 100%;
}


/* Сайдбар */
.layout-sidebar {
	margin-top: 40px;
}


/* Подвал */
.layout-footer {
    background-color: #161616;
    color: rgba(255,255,255,0.5);
}

.layout-footer a {
    color: rgba(255,255,255,0.5);
}

.layout-footer a:hover,
.layout-footer a:focus {
    color: #fff;
    text-decoration: none;
}

/* Footer Top Area */
.footer-top-area {
	border-bottom: 1px dotted rgba(255,255,255,0.2);
	padding: 40px 0;
}

.footer-block {
    margin-bottom: 40px;
}

.footer-block:last-child {
    margin-bottom: 0;
}

.layout-footer-block-title,
.layout-footer-links-title {
    color: #fff;
	font-family: "Merriweather", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	margin-bottom: 15px;
}

.layout-footer-block-text {
	line-height: 1.75;
}

.layout-footer-links-nav .ls-nav-item {
	border-bottom: 1px dotted rgba(255,255,255,0.15);
	padding: 10px 0;
}

.layout-footer-links-nav .ls-nav-item:first-child {
	padding-top: 0;
}

/* Footer Bottom Area */
.footer-bottom-area {
    text-align: center;
	padding: 15px 0;
}

.layout-footer-copyright {
	line-height: 26px;
}

.layout-footer-social {
	margin-top: 10px;
}

.social-links {
	display: inline-block;
}

.social-links a {
	font-size: 14px;
    padding: 0 8px;
}


/**
 * Media Queries
 */

/**
 * >= 768px
 */

@media screen and (min-width: 768px) {
    .footer-bottom-area {
        text-align: left;
    }

    .layout-footer-social {
        text-align: right;
    	margin-top: 0;
    }
}


/**
 * >= 992px
 */

@media screen and (min-width: 992px) {
    .layout-sidebar {
    	margin-top: 0;
    }

    .footer-block {
        margin-bottom: 0;
    }
}
/**
 * Стили для печати
 * 
 * @license   GNU General Public License, version 2
 * @copyright 2013 OOO "ЛС-СОФТ" {@link http://livestreetcms.com}
 * @author    Denis Shakhov <denis.shakhov@gmail.com>
 */

@media print {
    @page             { margin: 0.5cm; }

    *                 { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
    
    body, .text     { font-size: 14pt; }
    
    a, a:visited     { text-decoration: underline; }

    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; }
    
    h1                 { font-size: 30pt !important; }
    h4                 { font-size: 26pt !important; }
    h5                 { font-size: 23pt !important; }
    h6                 { font-size: 20pt !important; }
    p, h3, h4, h5     { orphans: 3; widows: 3; }
    h3, h4, h5         { page-break-after: avoid; }
    
    #header, #userbar, #nav, #sidebar, #footer, #comments, .toolbar, .nav-filter-wrapper, 
    .topic-footer, .stat-performance, .actions, .reply-header { display: none !important; }
    
    #wrapper { -webkit-box-shadow: none; box-shadow: none; border: 0; padding: 0; }
    #content { width: 100%; margin: 0; }
    
    .topic { margin-bottom: 100px; }
}