.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 13px;
      padding-right: 27px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 32px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
/*!
 * Cropper.js v1.0.0-rc.1
 * https://github.com/fengyuanchen/cropperjs
 *
 * Copyright (c) 2017 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2017-04-30T03:26:33.550Z
 */

.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;
    -ms-touch-action: none;
    touch-action: none
}

.cropper-container img {
    /* Avoid margin top issue (Occur only when margin-top <= -height) */
    display: block;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    max-height: none !important;
    width: 100%;
    height: 100%;
    image-orientation: 0deg
}

.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;
}

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

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

    width: 100%;
    height: 100%;

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

.cropper-dashed {
    position: absolute;

    display: block;

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

.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
}

.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;
}

.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
}

.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
}

@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
    }
}

.cropper-point.point-se:before {
    position: absolute;
    right: -50%;
    bottom: -50%;
    display: block;
    width: 200%;
    height: 200%;
    content: ' ';
    opacity: 0;
    background-color: #39f
}

.cropper-invisible {
    opacity: 0;
}

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

.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;
}

/*.cropper-view-box,*/
/*.cropper-face {*/
    /*border-radius: 50%;*/
/*}*/@charset "UTF-8";
/*CLASSES*/
/*small status circle*/
.status, .online .top-notification_menu_single-message_img:after, .top-messages_menu_single-message.online .friend-sidebar-single_img:after, .top-messages_menu_single-message.away .friend-sidebar-single_img:after, .top-messages_menu_single-message.offline .friend-sidebar-single_img:after, .online .friends-page__info-popup_photo:after, .user-photo.online:after,
.person-photo.online:after, .user-photo.away:after,
.person-photo.away:after, .user-photo.offline:after,
.person-photo.offline:after, .users-big-block-with-image.online .users-big-block_title:after {
  content: '';
  position: absolute;
  top: 35px;
  left: 3px;
  width: 10px;
  height: 10px;
  border: 1px solid white;
  border-radius: 50%;
}

.status-with-check, .top-messages_menu_single-message.online .friends-page__info-popup_photo:after, .top-messages_menu_single-message.away .friends-page__info-popup_photo:after, .top-messages_menu_single-message.offline .friends-page__info-popup_photo:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 7px;
  width: 20px;
  height: 20px;
  line-height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

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

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

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

input[type="search"] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

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

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.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;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

.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: #777;
}

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

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

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

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

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

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

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

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014   \A0';
}

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

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\A0   \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

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

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

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

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

.container {
  width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1199px) {
  html {
    width: 1199px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -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-right: 15px;
  padding-left: 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;
}

.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: 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;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

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

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

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

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-collapse.in {
  overflow-y: auto;
}

.navbar-collapse {
  width: auto;
  border-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-collapse.collapse {
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}

.navbar-collapse.in {
  overflow-y: visible;
}

.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 200px;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-toggle {
  display: none;
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
  padding: 5px 15px 5px 25px;
}

.navbar-nav .open .dropdown-menu > li > a {
  line-height: 20px;
}

.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
  background-image: none;
}

.navbar-nav {
  float: left;
  margin: 0;
}

.navbar-nav > li {
  float: left;
}

.navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

.navbar-left {
  float: left !important;
}

.navbar-right {
  float: right !important;
  margin-right: -15px;
}

.navbar-right ~ .navbar-right {
  margin-right: 0;
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\A0";
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203A';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.ttf"), url("../fonts/icomoon/icomoon.woff"), url("../fonts/icomoon/icomoon.svg");
  font-weight: normal;
  font-style: normal;
}

i {
  position: relative;
  font-family: 'icomoon', sans-serif;
  font-style: normal;
}

.icon-arrow-down-sign-to-navigate:before {
  content: "\23F7";
}

.icon-bell:before {
  content: "\1F56D";
  color: #fff;
  font-size: 18px;
}

.icon-closed-envelope:before {
  content: "\1F582";
}

.icon-caret-down:before {
  content: "\25BD";
}

.icon-conversation-speech-bubbles:before {
  content: "\1F5E9";
}

.icon-envelope:before {
  content: "\1F583";
  color: #fff;
}

.icon-eye2:before {
  content: "\1F576";
}

.icon-eye:before {
  content: "\E923";
}

.icon-favorite-heart-button:before {
  content: "\2764";
}

.icon-good-mood-emoticon:before {
  content: "\1F603";
}

.icon-graph:before {
  content: "\E900";
}

.icon-group1:before {
  content: "\E90A";
}

.icon-group:before {
  content: "\E90B";
}

.icon-media:before {
  content: "\E924";
}

.icon-line-chart:before {
  content: "\E90C";
}

.icon-list:before {
  content: "\E90D";
}

.icon-magnifying-glass:before {
  content: "\E90E";
}

.icon-minus:before {
  content: "\E90F";
  color: #dc9628;
}

.icon-more:before {
  content: "\E910";
  color: #a2b5c3;
}

.icon-office-briefcase:before {
  content: "\E901";
}

.icon-padlock:before {
  content: "\E912";
}

.icon-padlock-unlock:before {
  content: "\E913";
}

.icon-photo-camera:before {
  content: "\E914";
}

.icon-share:before {
  content: "\E915";
}

.icon-smiling-emoticon-square-face:before {
  content: "\E916";
}

.icon-user:before {
  content: "\E917";
}

.icon-wall-clock:before {
  content: "\E918";
}

.icon-wallet:before {
  content: "\E919";
}

.icon-apple:before {
  content: "\E902";
}

.icon-exclamation-mark-inside-a-circle:before {
  content: "\E903";
}

.icon-facebook-logo-button:before {
  content: "\E904";
}

.icon-google-play:before {
  content: "\E905";
}

.icon-google-plus-logo-button:before {
  content: "\E906";
}

.icon-man:before {
  content: "\E907";
}

.icon-social-facebook-circular-button:before {
  content: "\E909";
}

.icon-user2:before {
  content: "\E911";
}

.icon-vk-social-logotype:before {
  content: "\E91A";
}

.icon-thumb-up:before {
  content: "\E91D";
}

.icon-home:before {
  content: "\E91C";
  color: #a2b5c3;
}

.icon-clipboard:before {
  content: "\E91B";
}

.icon-label:before {
  content: "\E91E";
}

.icon-mark:before {
  content: "\E91F";
}

.icon-shopping-bag:before {
  content: "\E920";
}

.icon-three-buildings:before {
  content: "\E921";
}

.icon-work-briefcase:before {
  content: "\E922";
}

.icon-music:before {
  content: "\E925";
}

.icon-rating_ico:before {
  content: "\E926";
}

.icon-refresh-page-arrow-button:before {
  content: "\E927";
}

.icon-arrow:before {
  width: 0;
  height: 0;
  border-color: #587489 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  position: absolute;
  top: 6px;
  right: 3px;
  content: "";
}

@font-face {
  font-family: 'Droid Sans';
  src: url("../fonts/DroidSans/DroidSans.ttf"), url("../fonts/DroidSans/DroidSans.woff"), url("../fonts/DroidSans/DroidSans.svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'europe';
  src: url("../fonts/europe/europe.eot");
  src: url("../fonts/europe/europe.ttf"), url("../fonts/europe/europe.woff"), url("../fonts/europe/europe.otf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'europe';
  src: url("../fonts/europe/europe-bold.eot");
  src: url("../fonts/europe/europe-bold.ttf"), url("../fonts/europe/europe-bold.woff"), url("../fonts/europe/europe-bold.otf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'europe';
  src: url("../fonts/europe/europe-italic.eot");
  src: url("../fonts/europe/europe-italic.ttf"), url("../fonts/europe/europe-italic.woff"), url("../fonts/europe/europe-italic.otf");
  font-weight: 400;
  font-style: italic;
}

/*! Flickity v2.0.9
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
  background: #000;
  border-radius: 3px 0 0 3px;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: white;
}

.flickity-prev-next-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #09F;
          box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #fff;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

input.error,
input.error1,
input.error2,
textarea.error,
.error button,
.index-page_registration_three-inputs.error .select2-container--default .select2-selection--single,
.input-register-block.error input,
.index-page_registration_three-inputs .error + .select2-container--default .select2-selection--single {
  border: 1px solid #efaa00 !important;
  /*что бы не перебивалось, имело больший приоритет*/
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*FORM*/
.single-group-setting_form,
.user-profile_form {
  position: relative;
  background: #fff;
  margin-bottom: 20px;
  padding: 1px 0 20px 65px;
  border: 1px solid #d7effe;
  border-radius: 3px;
}

.user-profile_form__padding-top {
  padding-top: 35px;
}

.input-error-block {
  /*display: none;*/
  position: absolute;
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
  padding: 0 30px 0 48px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8) url(/img/circle-hover.png) no-repeat 15px 50%;
  z-index: 2;
  background-size: 24px;
  font-size: 11px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.2s, opacity 0.2s linear;
  transition: visibility 0s 0.2s, opacity 0.2s linear;
}

.input-error-block.visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.input-error-block:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: -10px;
  border: 5px solid transparent;
  border-right: 5px solid rgba(0, 0, 0, 0.8);
  display: block;
}

.input-error-block__top:after {
  top: 100%;
  left: 50%;
  margin-left: -5px;
  margin-top: 0;
  border: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.8);
}

.input-error-block__bottom:after {
  bottom: 100%;
  left: 50%;
  top: auto;
  margin-left: -5px;
  margin-top: 0;
  border: 5px solid transparent;
  border-bottom: 5px solid rgba(0, 0, 0, 0.8);
}

.input-name-error {
  left: 0;
  top: -60px;
}

.input-surname-error {
  left: 220px;
  top: -60px;
}

.input-email-error1 {
  left: 0;
  top: 108px;
}

.input-country-phone-error {
  left: 0;
  top: 108px;
}

.input-phone-error {
  left: 220px;
  top: 108px;
}

.input-date-of-birth-error {
  top: -18px;
  left: -1px;
}

.input-date-of-birth-error:after {
  display: none;
}

.input-location-error {
  left: 0;
  top: -60px;
}

.input-lang-error {
  left: 220px;
  top: -60px;
}

.input-password-error {
  top: -62px;
  left: 0;
}

.input-confirm-password-error {
  top: -62px;
  left: 220px;
}

.input-agree-error {
  top: -40px;
  left: 0px;
}

.input-register-error {
  position: relative;
  top: -5px;
  margin-bottom: 15px;
}

.input-single-group_name-error {
  top: -6px;
  left: 499px;
}

.input-single-group_cat-error {
  top: -6px;
  left: 499px;
}

.input-single-group_descr-error {
  top: 50%;
  margin-top: -20px;
  left: 499px;
}

.input-email-error_forgot-password {
  top: -4px;
  left: 450px;
}

.input-page_address-error {
  top: -3px;
  left: 525px;
  height: 34px;
  line-height: 34px;
  padding: 0 14px 0 35px;
  background-position: 10px 50%;
  background-size: 16px;
}

/*
input.name.error+.input-name-error,
input.surname.error+.input-surname-error,
input.email.error1~.input-email-error1,
input.email.error2~.input-email-error2,
.index-page_registration_three-inputs__birth.error .input-date-of-birth-error,
.country.error ~ .input-location-error,
.city.error ~ .input-location-error,
.language.error ~ .input-lang-error,
input.registration_password.error+.input-password-error,
input.registration_confirm-password.error+.input-confirm-password-error,
.input-register-block.error .input-register-error,
.single-group_name-input.error+.input-single-group_name-error,
  //.single-group_cat-input.error+.input-single-group_cat-error,
.single-group_descr-input.error+.input-single-group_descr-error,
.email_forgot-password.error+.input-email-error_forgot-password,
.user_page_address-input.error+.input-page_address-error{
  display: block;
}
*/
.main-search {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  border: none;
  border-radius: 20px;
  padding: 5px 20px 5px 40px;
  width: 215px;
  background: #ebf7ff url(/img/loop.png) no-repeat 15px 50%;
  color: #414141;
}

.friend-search_sidebar {
  width: 159px;
  height: 30px;
  border: none;
  border-radius: 20px;
  margin-top: 30px;
  margin-left: 10px;
  padding: 5px 20px 5px 40px;
  background: #ebf7ff url(/img/loop.png) no-repeat 15px 50%;
  color: #a2b5c3;
}

.main-search:focus,
.friend-search_sidebar:focus,
.page-search:focus,
.friend-search:focus {
  outline: none;
}

.page-search_wrap {
  position: relative;
  margin-bottom: 39px;
}

.page-search {
  width: 100%;
  height: 30px;
  border: 1px solid #dae2e7;
  border-radius: 3px;
  padding: 5px 20px 5px 14px;
  outline: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.page-search_wrap:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 60px;
  border: 1px solid #dae2e7;
  background: #f3f5f7 url(/img/loop.png) no-repeat center;
  background-size: 12px;
  text-align: center;
  cursor: pointer;
}

.page-search_wrap__message {
  height: 30px;
  width: 320px;
  margin-right: 24px;
  margin-bottom: 0;
}

.messages-search {
  height: 30px;
  width: 290px;
  border: 1px solid #dae2e7;
  border-radius: 3px;
  padding: 5px 20px 5px 14px;
  outline: none;
  color: #a2b5c3;
}

.page-search_wrap__message:after {
  width: 40px;
}

.page-search_wrap__message.popup_dialogs {
  margin: 20px;
  width: 410px;
}

.messages-search.popup_dialogs {
  width: 380px;
}

.login_email_wrapp {
  position: relative;
  margin: 15px 0;
}

.login_password_wrapp {
  position: relative;
  margin: 20px 0;
}

.index_header_login .login_email,
.index_header_login .login_password {
  border: 1px solid #dae2e7;
  border-radius: 3px;
  padding: 0 20px 0 40px;
  width: 258px;
  height: 34px;
  line-height: 32px;
  outline: none;
}

.index_header_login .login_email_wrapp:before {
  content: url(/img/user.svg);
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  width: 16px;
}

.index_header_login .login_password_wrapp:before {
  content: url(/img/padlock-grey.png);
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  width: 16px;
}

.index-page_registration input {
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 0 15px;
  width: 100%;
  height: 34px;
  line-height: 34px;
  outline: none;
  color: #414141;
  background: #ebf7ff;
  -webkit-box-shadow: 0 0 5px #0d8ee2;
          box-shadow: 0 0 5px #0d8ee2;
  margin: 0 0 16px;
}

.index-page_registration .input-sms-code:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 13px;
  width: 10px;
  height: 10px;
}

.index-page_registration .input-sms-code.success input {
  background-color: #eff3e2;
}

.index-page_registration .input-sms-code.success:after {
  background: url(/img/input-success.png) no-repeat;
}

.index-page_registration .input-sms-code.error input {
  background-color: #ffe1d6;
}

.index-page_registration .input-sms-code.error:after {
  background: url(/img/input-error.png) no-repeat;
}

.index-page_registration_two-inputs {
  position: relative;
}

.index-page_registration_two-inputs input,
.index-page_registration_two-inputs span {
  width: 200px;
  margin: 0 20px 20px 0;
}

.index-page_registration_two-inputs input.last-input {
  margin-right: 0;
}

.index-page_step_2_registration_next {
  height: 40px;
  line-height: 38px;
  text-align: center;
  background: #ffd042;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid transparent;
  border-radius: 20px;
  padding: 0 20px;
  outline: none;
  color: #414141;
  cursor: pointer;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.index-page_registration .index-page_registration_next {
  width: 150px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  background: #ffd042;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid transparent;
  border-radius: 20px;
  padding: 0 20px;
  outline: none;
  color: #414141;
  cursor: pointer;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.index-page_registration .index-page_registration_next:hover {
  background: #ffc71f;
}

.index-page_registration .index-page_registration_next.disabled,
.index-page_registration .index-page_registration_next:hover.disabled {
  border: 2px solid #4bb8fb;
  background: none;
  cursor: default;
}

.index-page_registration input.index-page_registration_next__registration {
  width: 170px;
}

.index-page_registration input.index-page_registration_next__registration.disabled {
  background: grey;
}

.registration_label {
  margin: 35px 0 15px;
  border-bottom: 2px solid #4bb8fb;
  font-weight: 400;
}

.registration_label.date-of-birth_label {
  margin-top: 0;
}

.index-page_registration_three-inputs input,
.index-page_registration_three-inputs .select2,
.index-page_registration_three-inputs .jClever-element,
.index-page_registration_three-inputs .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  display: inline-block;
  width: 131px !important;
  margin: 0 9px 0 0;
}

.index-page_registration_three-inputs input:last-child,
.index-page_registration_three-inputs .select2:last-of-type,
.index-page_registration_three-inputs .jClever-element:last-child,
.index-page_registration_three-inputs .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn):last-child {
  margin-right: 0;
}

.index-page_registration_three-inputs .select2-container--default .select2-selection--single,
.index-page_registration_three-inputs .jClever-element-select-wrapper {
  position: relative;
  border: 1px solid transparent;
  border-radius: 3px;
  margin: 0;
  padding-left: 20px;
  background: #ebf7ff;
  color: #587489;
  outline: none !important;
  -webkit-box-shadow: 0 0 5px #a2b5c3;
          box-shadow: 0 0 5px #a2b5c3;
  font-size: 13px;
  width: 100% !important;
  height: 34px;
}

.index-page_registration_three-inputs .select2-container--default .select2-selection--single:after,
.index-page_registration_three-inputs .jClever-element-select-wrapper:after {
  content: '';
  border: none;
  border-bottom: 1px solid #a2b5c3;
  border-right: 1px solid #a2b5c3;
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -6px;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.jClever-element-select-right {
  display: none;
}

.select2-dropdown {
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.body_main-container .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: block;
}

.body_main-container .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  background: url(/img/arrow-down-grey.svg) no-repeat;
  background-size: cover;
  width: 10px;
  height: 10px;
  margin-left: -13px;
  margin-top: -5px;
}

.body_main-container .select2-results__option {
  padding-left: 6px;
}

.select2-search--dropdown,
.select2-container--open .select2-dropdown--above {
  background: #ebf7ff;
  width: auto !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.select2-results__option {
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 3px 3px 0 0;
  outline: none;
  padding: 0 20px;
  width: 131px;
  height: 34px;
  line-height: 34px;
  color: #414141;
  position: absolute;
  background: #ebf7ff;
  top: -34px;
  left: 0;
  border: none;
  z-index: 0;
}

.body_main-container .select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 5px 13px;
}

.select2-container--default .select2-dropdown.select2-dropdown--above .select2-search__field {
  top: auto;
  bottom: -34px;
  border-radius: 0 0 3px 3px;
}

.select2-container--default .select2-dropdown.select2-dropdown--above .select2-search--dropdown {
  border-radius: 20px 20px 0 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-radius: 0 0 3px 3px;
  background: #ebf7ff;
  width: auto !important;
}

.select2-results {
  background: #ebf7ff;
  border-radius: 0 0 3px 3px;
  padding-right: 10px;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 225px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option:hover {
  background: transparent;
  color: #414141;
}

div.v-select {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
}

.v-select.searchable div.dropdown-toggle {
  display: inline-block;
  position: relative;
  width: 330px;
  height: 30px;
  padding: 0 13px;
  border: 1px solid #dae2e7;
  border-radius: 3px;
  background: #fff;
  outline: none;
}

.input-block_three-inputs .v-select.searchable div.dropdown-toggle {
  width: 108px;
}

.v-select span.selected-tag {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  margin: 0;
  padding: 0;
  border: none;
  background: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 95%;
}

.v-select i.open-indicator {
  height: 10px;
  bottom: 10px;
}

.v-select.open i.open-indicator {
  bottom: 5px;
}

.v-select i.open-indicator:before {
  height: 8px;
  width: 8px;
  border-width: 2px 2px 0 0;
  border-color: #a2b5c3;
  -webkit-transition: 0s;
  transition: 0s;
}

.index-page_registration_three-inputs .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) button {
  border: 1px solid #ebf7ff;
  border-radius: 20px;
  padding: 5px 20px;
  margin: 0;
  background: #ebf7ff;
  color: #587489;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 13px;
}

.index-page_registration_three-inputs__with-text input,
.index-page_registration_three-inputs__with-text .index-page_registration_three-inputs__with-text_a_wrapp,
.index-page_registration_three-inputs__with-text .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  display: inline-block;
  width: 22.5%;
  margin: 0 2% 0 0;
}

.index-page_registration_three-inputs__with-text input:last-child,
.index-page_registration_three-inputs__with-text .index-page_registration_three-inputs__with-text_a_wrapp,
.index-page_registration_three-inputs__with-text .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn):last-child {
  margin-right: 0;
}

.user-chronicle_single_info .user-chronicle_single_info_comments-textarea {
  border: none;
  outline: none;
  resize: none;
  width: 100%;
  height: 52px;
  padding-top: 10px;
}

.index_header_login input::-webkit-input-placeholder,
.main-search::-webkit-input-placeholder,
.page-search::-webkit-input-placeholder,
.messages-search::-webkit-input-placeholder,
.friend-search_sidebar::-webkit-input-placeholder,
.user-chronicle_single_info textarea::-webkit-input-placeholder,
.news-feed_menu ul input::-webkit-input-placeholder,
.messages-block_write-message_textarea::-webkit-input-placeholder {
  color: #a2b5c3;
}

.profile_write-message_textarea::-webkit-input-placeholder {
  font-size: 16px;
}

.index_header_login input::-moz-placeholder,
.main-search::-moz-placeholder,
.page-search::-moz-placeholder,
.messages-search::-moz-placeholder,
.friend-search_sidebar::-moz-placeholder,
.user-chronicle_single_info textarea::-moz-placeholder,
.news-feed_menu ul input::-moz-placeholder,
.messages-block_write-message_textarea::-moz-placeholder {
  color: #a2b5c3;
}

.profile_write-message_textarea:-moz-placeholder {
  font-size: 16px;
}

.index_header_login input:-moz-placeholder,
.main-search:-moz-placeholder,
.page-search:-moz-placeholder,
.messages-search:-moz-placeholder,
.friend-search_sidebar:-moz-placeholder,
.user-chronicle_single_info textarea:-moz-placeholder,
.news-feed_menu ul input:-moz-placeholder,
.messages-block_write-message_textarea:-moz-placeholder {
  color: #a2b5c3;
}

.profile_write-message_textarea:-moz-placeholder {
  font-size: 16px;
}

.index_header_login input:-ms-input-placeholder,
.main-search:-ms-input-placeholder,
.page-search:-ms-input-placeholder,
.messages-search:-ms-input-placeholder,
.friend-search_sidebar:-ms-input-placeholder,
.user-chronicle_single_info textarea:-ms-input-placeholder,
.news-feed_menu ul input:-ms-input-placeholder,
.messages-block_write-message_textarea:-ms-input-placeholder {
  color: #a2b5c3;
}

.profile_write-message_textarea:-ms-input-placeholder {
  font-size: 16px;
}

.index-page_registration input::-webkit-input-placeholder {
  color: #587489;
}

.index-page_registration input::-moz-placeholder {
  color: #587489;
}

.index-page_registration input:-moz-placeholder {
  color: #587489;
}

.index-page_registration input:-ms-input-placeholder {
  color: #587489;
}

.popup-content_title .friend-search::-webkit-input-placeholder {
  color: #87d0fd;
}

.popup-content_title .friend-search::-moz-placeholder {
  color: #87d0fd;
}

.popup-content_title .friend-search:-moz-placeholder {
  color: #87d0fd;
}

.popup-content_title .friend-search:-ms-input-placeholder {
  color: #87d0fd;
}

.popup_transfer-money .input-block input::-webkit-input-placeholder,
.popup_share-post textarea::-webkit-input-placeholder {
  color: #a2b5c3;
}

.popup_transfer-money .input-block input::-moz-placeholder,
.popup_share-post textarea::-webkit-input-placeholder::-moz-placeholder {
  color: #a2b5c3;
}

.popup_transfer-money .input-block input:-moz-placeholder,
.popup_share-post textarea:-moz-placeholder {
  color: #a2b5c3;
}

.popup_transfer-money .input-block input:-ms-input-placeholder,
.popup_share-post textarea:-ms-input-placeholder {
  color: #a2b5c3;
}

.index-page_registration_radio ul {
  display: inline;
  list-style: none;
  padding: 0;
}

.index-page_registration_radio ul li {
  display: inline-block;
  position: relative;
  margin-right: 31px;
}

.index-page_registration_radio ul li input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.index-page_registration_radio ul li label {
  display: inline;
  position: relative;
  font-weight: 400;
  padding-left: 35px;
  margin: 10px auto;
  z-index: 1;
  cursor: pointer;
}

.index-page_registration_radio ul li:hover label {
  color: #fff;
}

.index-page_registration_radio ul li .check {
  display: inline-block;
  position: absolute;
  border: 1px solid #fff;
  border-radius: 100%;
  height: 24px;
  width: 24px;
  top: -2px;
  left: 0;
  -webkit-transition: border .3s linear;
  transition: border .3s linear;
}

.index-page_registration_radio ul li:hover .check {
  border: 1px solid #fff;
}

.index-page_registration_radio ul li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}

.index-page_registration_radio input[type=radio]:checked ~ .check::before {
  background: #fff;
  cursor: default;
}

.index-page_registration_radio input[type=radio]:checked ~ label {
  cursor: default;
}

.checkbox-wrap {
  position: relative;
  margin-top: 9px;
}

.checkbox-wrap .radio-input {
  position: absolute;
  visibility: hidden;
}

.checkbox-wrap label {
  display: inline;
  position: relative;
  font-weight: 400;
  padding-left: 35px;
  margin: 10px auto;
  z-index: 1;
  cursor: pointer;
}

.checkbox-wrap .check {
  display: inline-block;
  position: absolute;
  border: 1px solid #0596f0;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  left: 0;
  -webkit-transition: border .3s linear;
  transition: border .3s linear;
}

.checkbox-wrap .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 8px;
  width: 8px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}

.checkbox-wrap .radio-input:checked ~ .check::before {
  background: #0596f0;
  cursor: default;
}

.checkbox-wrap .radio-input:checked ~ label {
  cursor: default;
}

.registratioin-checkbox {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px;
}

.registratioin-checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}

.registratioin-checkbox:not(checked) + label {
  position: relative;
  padding: 0 0 0 36px;
  display: inline-block;
  margin: 10px 0 30px;
  font-size: 11px;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
}

.registratioin-checkbox:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 0;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.registratioin-checkbox:checked + label:after {
  background: url(/img/success.svg) no-repeat;
  background-size: cover;
}

.registratioin-checkbox.error + label:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 0;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 1px solid #efaa00;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.chat-checkbox {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px;
}

.chat-checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}

.chat-checkbox:not(checked) + label {
  position: relative;
  padding: 10px 0 0 24px;
  display: inline-block;
  margin: 10px 0 30px;
  font-size: 11px;
  text-decoration: underline;
  cursor: pointer;
}

.chat-checkbox:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 0;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  border: 1px solid #0596f0;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.chat-checkbox:checked + label:after {
  background: url(/img/success-blue.svg) no-repeat;
  background-size: cover;
}

.chat-checkbox-del:checked + label:after {
  background: url(/img/cancel.svg) no-repeat;
  background-size: cover;
}

.index-page_registration_block .dropdown-menu {
  width: auto;
  min-width: 0 !important;
}

.index-page_registration_block .bootstrap-select.btn-group .no-results {
  display: none;
}

.bottom_soc-list-like_menu_estimate input {
  border: none;
  border-radius: 20px;
  width: 72px;
  height: 24px;
  line-height: 24px;
  margin: 0 8px;
  vertical-align: middle;
  outline: none;
  background-color: #404040;
  text-align: center;
  color: #fee286;
}

/*caret*/
.bootstrap-select.btn-group .dropdown-toggle .caret {
  border: none;
  border-bottom: 1px solid #a2b5c3;
  border-right: 1px solid #a2b5c3;
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -4px;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.bootstrap-select.btn-group.open .dropdown-toggle .caret {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.messages-block_write-message_textarea {
  border: none;
  width: 100%;
  height: 78px;
  resize: none;
  outline: none;
  padding: 0 10px 0 24px;
}

.message-page_right-column_single-chat .messages-block_write-message_textarea {
  overflow: auto !important;
  padding: 20px 10px 18px 24px;
  max-height: 118px;
}

.messages-block_write-message_bottom {
  padding: 5px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.add-files {
  position: relative;
  overflow: hidden;
  height: 15px;
  display: inline-block;
}

.add-files input[type="file"] {
  display: none;
}

.messages-block_write-message_add-label {
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 0;
}

.messages-block_write-message_add-photo-label {
  background: url(/img/add-photo.png) no-repeat;
  background-size: cover;
  width: 18px;
  height: 14px;
}

.messages-block_write-message_add-file-label {
  background: url(/img/add-file.png) no-repeat;
  background-size: cover;
  height: 15px;
  width: 15px;
}

.messages-block_write-message_add-label.add-smile {
  background: url(/img/add-smile.png) no-repeat;
  background-size: cover;
  height: 15px;
  width: 15px;
}

.messages-block_write-message_padlock-label {
  background: url(/img/padlock-unlock.svg) no-repeat;
  background-size: cover;
  height: 15px;
  width: 13px;
  margin-right: 19px;
}

.input-block {
  position: relative;
  margin: 10px 0 30px;
}

.body_main-container .select-wrapp_for-arrow .select2-container {
  width: 100% !important;
}

.body_main-container .select2-container {
  z-index: 1;
}

.body_main-container .select2-container--default .select2-search--dropdown .select2-search__field,
.body_main-container .select2-container--default .select2-search--dropdown .select2-search--dropdown,
.body_main-container .select2-container--open .select2-dropdown--below,
.body_main-container .select2-container--open .select2-dropdown--above,
.body_main-container .select2-search--dropdown,
.body_main-container .select2-results {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #dae2e7;
  outline: none;
}

.body_main-container .select2-dropdown--above .select2-results {
  position: relative;
  top: -5px;
}

.body_main-container .select2-container--default .select2-selection--single .select2-selection__rendered {
  outline: none;
}

.body_main-container .select2-dropdown.select2-dropdown--below,
.body_main-container .select2-dropdown.select2-dropdown--above,
.body_main-container .select2-search--dropdown {
  background: none;
  border: none;
}

.body_main-container .select2-dropdown.select2-dropdown--above .select2-search__field {
  bottom: -28px;
  height: 28px;
}

.input-block .select2-container--default .select2-selection--single {
  border: 1px solid #dae2e7;
  border-radius: 3px;
  background: #fff;
  padding-left: 13px;
  outline: none;
}

.input-block .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.input-block .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 0;
}

.single-group-setting_form .small-title_for-input_top {
  margin-top: 55px;
}

.input-block .label-for-page {
  width: 175px;
  padding-right: 15px;
  font-weight: 400;
  text-align: right;
  color: #587489;
}

.label-for_textarea {
  vertical-align: top;
  padding-top: 5px;
}

.input-block .select-wrapp_for-arrow {
  display: inline-block;
  position: relative;
  width: 330px;
  background: url(/img/arrow-down-grey.svg) no-repeat 96% 50%;
  background-size: 10px;
}

.input-block .select-wrapp_for-arrow select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
}

.input-block input,
.input-block textarea,
.input-block select,
.input-block select:focus {
  position: relative;
  width: 330px;
  padding: 0 13px;
  border: 1px solid #dae2e7;
  border-radius: 3px;
  outline: none;
}

.input-block input {
  height: 30px;
}

.input-block textarea {
  min-height: 178px;
  padding: 5px 13px;
  resize: none;
}

.input-block select {
  height: 30px;
}

.select-title {
  display: none;
}

.select-title_grey {
  color: #a2b5c3;
}

.visibility-for-users {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 517px;
  width: 18px;
  height: 15px;
  background: url(/img/eye.svg) no-repeat;
  background-size: cover;
}

.visibility-for-users__hide {
  background: url(/img/hide.svg) no-repeat;
  background-size: cover;
}

.forgot-password_change-form .index-page_registration_block input {
  margin-bottom: 20px;
}

.forgot-password_change-form .index-page_registration_block input.last-child {
  margin-bottom: 0;
}

.input-block__sidebar {
  margin: 10px 0;
}

.input-block__sidebar input,
.input-block__sidebar .select-wrapp_for-arrow,
.input-block__sidebar select,
.input-block__sidebar select:focus {
  width: 100%;
}

.input-block__sidebar .v-select.searchable div.dropdown-toggle {
  width: 164px;
}

.input-block_two-inputs.input-block__sidebar input,
.input-block_two-inputs.input-block__sidebar .select-wrapp_for-arrow {
  display: inline-block;
  width: 48%;
  margin-right: 1%;
}

.input-block_two-inputs.input-block__sidebar input:last-child,
.input-block_two-inputs.input-block__sidebar .select-wrapp_for-arrow:last-child {
  margin-right: 0;
}

.news-feed_menu .search_sidebar_radio-block ul {
  display: block;
  list-style: none;
  margin: 23px 0;
  padding: 0;
}

.news-feed_menu .search_sidebar_radio-block ul li {
  display: inline-block;
  position: relative;
  margin: 5px 0;
}

.search_sidebar_radio-block ul li input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.search_sidebar_radio-block ul li label {
  display: inline;
  position: relative;
  font-weight: 400;
  padding-left: 35px;
  margin: 10px auto;
  z-index: 1;
  cursor: pointer;
}

.search_sidebar_radio-block ul li .check {
  display: inline-block;
  position: absolute;
  border: 1px solid #0596f0;
  border-radius: 100%;
  height: 18px;
  width: 18px;
  top: -2px;
  left: 0;
}

.search_sidebar_radio-block ul li .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 50%;
  height: 8px;
  width: 8px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.search_sidebar_radio-block input[type=radio]:checked ~ .check::before {
  background: #0596f0;
}

.search_photo-input_with-out-photo,
.search_photo-input_with-photo {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px;
}

.search_photo-input_with-out-photo:not(checked),
.search_photo-input_with-photo:not(checked) {
  position: absolute;
  opacity: 0;
}

.search_photo-input_with-out-photo:not(checked) + label,
.search_photo-input_with-photo:not(checked) + label {
  position: relative;
  padding: 0 0 0 30px;
  display: inline-block;
  margin: 12px 0 0;
  font-weight: 400;
  color: #414141;
  cursor: pointer;
}

.search_photo-input_with-out-photo:not(checked) + label:after,
.search_photo-input_with-photo:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 0;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  border: 1px solid #0596f0;
}

.search_photo-input_with-out-photo:checked + label:after,
.search_photo-input_with-photo:checked + label:after {
  background: url(/img/success-bold.svg) no-repeat center;
  background-size: 10px;
}

.input-block_sidebar_block .slide-block {
  display: none;
}

.input-block_three-inputs .select-wrapp_for-arrow {
  display: inline-block;
  width: 100px;
  margin-right: 12px;
}

.input-block_three-inputs .select-wrapp_for-arrow.last-child {
  margin-right: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .input-block .select-wrapp_for-arrow select {
    background: #fff;
    border: none;
  }
}

.write-message_author {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px;
}

.write-message_author:not(checked) {
  position: absolute;
  opacity: 0;
}

.write-message_author:not(checked) + label {
  font-weight: 400;
  cursor: pointer;
  display: block;
  padding: 10px 60px;
  margin: 0;
}

.write-message_author:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 16px;
  height: 10px;
  width: 12px;
}

.write-message_author:checked + label {
  background: #ebf7ff;
}

.write-message_author:checked + label:after {
  background: url(/img/success-bold.svg) no-repeat;
  background-size: cover;
}

.input-select_wrapp {
  position: relative;
}

.input-select_wrapp select {
  border: 1px solid #dae2e7;
  border-radius: 0 3px 3px 0;
  color: #587489;
  font-size: 18px;
  text-align: center;
}

.input-select_wrapp input {
  padding-right: 92px;
}

.label-title {
  color: #587489;
  font-size: 11px;
  font-weight: 700;
}

.top-player-fill {
  fill: #fff;
}

/*Top menu*/
.header-link_pre-ico,
.header-link_pre-ico:hover,
.header-link_pre-ico:focus {
  color: #fff;
  display: inline-block;
  font-size: 13px;
  position: relative;
  top: -24px;
  font-weight: 600;
  text-decoration: none;
}

.top-player {
  /*line-height: 59px !important;*/
  /*white-space: nowrap;*/
  /*width: 190px;*/
  /*padding-right: 5px !important;*/
}

.top-player span {
  cursor: pointer;
  height: 30px;
  padding: 0px 5px;
}

.top_find-friends {
  line-height: 59px !important;
  white-space: nowrap;
  /*width: 190px;*/
  padding-right: 5px !important;
}

.header-link_find-friends {
  display: inline-block !important;
  width: 100% !important;
  line-height: 59px !important;
  padding: 0 25px 0 40px !important;
  font-size: 13px;
  /* top: -25px; */
  /* left: 187px; */
  font-weight: 600 !important;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.header-link_find-friends:hover,
.header-link_find-friends:focus {
  background: #047dc8 !important;
  color: #fff !important;
  text-decoration: none;
}

.header-link_find-friends:before {
  content: "";
  position: absolute;
  left: 35px;
  top: 50%;
  margin-top: -8px;
  width: 13px;
  height: 16px;
  background: url(../img/header-user.png) no-repeat;
  background-size: cover;
}

.navbar.navbar-default.navbar-static-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #0596f0;
  color: #fff;
  border: none;
}

.navbar-nav > li {
  position: relative;
  float: left;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 17px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.no-mail {
  width: auto;
  float: right;
}

.top-notification:hover,
.top-messages:hover {
  background: #0477bf;
}

.top-messages i span {
  font-size: 18px;
}

.top-notification.active > i > .icon-bell:after,
.top-messages.active > i > .icon-closed-envelope:after {
  content: '';
  position: absolute;
  top: 3px;
  right: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #ff5500;
}

.nav.navbar-nav.navbar-right li.dropdown:hover,
.nav.navbar-nav.navbar-right li.dropdown.open {
  background: #0477bf;
}

.nav.navbar-nav.navbar-right li.dropdown a.dropdown-toggle {
  display: inline-block;
  padding: 0 32px;
  height: 60px;
  line-height: 58px;
}

.nav.navbar-nav.navbar-right li.dropdown a.dropdown-toggle span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 130px;
  display: inline-block;
  vertical-align: middle;
}

.nav.navbar-nav.navbar-right li.dropdown.open .dropdown-toggle {
  background: transparent;
  color: #fff;
}

.navbar-right .icon-caret-down {
  font-size: 10px;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.navbar-nav > li > a {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-brand {
  height: 60px;
  margin-left: -15px;
  padding: 13px 15px;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  font-weight: 700;
  color: #fff;
}

.main-menu_user-photo {
  height: 42px;
  width: 42px;
  border-radius: 50%;
  margin: 0 10px;
}

#index_header_enter_a img {
  opacity: 0.7;
}

.navbar-right {
  margin-right: 30px;
}

.nav.navbar-nav.navbar-right li.dropdown:hover #index_header_enter_a img,
.nav.navbar-nav.navbar-right li.dropdown.open #index_header_enter_a img {
  opacity: 1;
}

.navbar-nav.navbar-right > li:last-child {
  margin-left: 10px;
  padding: 0;
}

.icon-caret-down:before {
  color: #0470b4;
  -webkit-transition: .3s;
  transition: .3s;
}

.nav.navbar-nav.navbar-right li.dropdown.open .icon-caret-down:before,
.navbar-nav.navbar-right > li:last-child:hover .icon-caret-down:before {
  color: #03578c;
}

.navbar-nav > li .dropdown-menu {
  width: 100%;
  -webkit-box-shadow: 0 0 30px #a2b5c3;
          box-shadow: 0 0 30px #a2b5c3;
  border: none;
  border-radius: 0 0 3px 3px;
}

.navbar-nav > li .dropdown-menu li {
  position: relative;
}

.navbar-nav > li .dropdown-menu li:first-child,
.navbar-nav > li .dropdown-menu li:last-child {
  padding: 5px 0;
}

.navbar-nav > li .dropdown-menu li a {
  padding: 6px 20px;
  color: #0596f0;
  font-size: 13px;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: #ebf7ff;
}

.navbar-nav > li .dropdown-menu li.border-bottom:hover:after,
.navbar-nav > li .dropdown-menu li.border-top:hover:after {
  display: none;
}

.index-wrap_header_enter {
  text-align: right;
  height: 60px;
  line-height: 60px;
}

.navbar-nav > li > a#index_header_enter_a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.navbar-nav > li > a#index_header_enter_a:hover,
.navbar-nav > li > a#index_header_enter_a:focus {
  background: transparent;
}

.index_header_enter.navbar-nav.navbar-right > li#index_header_enter_li {
  padding: 0;
}

.index_header_enter.navbar-nav.navbar-right > li a#index_header_enter_a {
  width: 290px;
  text-align: right;
  height: 60px;
  line-height: 58px;
  padding: 0 32px;
}

.index_header_enter .dropdown-menu {
  padding: 0;
  -webkit-box-shadow: 0 0 15px #0d8ee2;
          box-shadow: 0 0 15px #0d8ee2;
}

.index_header_enter .dropdown-menu form {
  cursor: default;
  padding: 15px 15px 20px;
}

.top-messages {
  position: relative;
}

.top-search_menu {
  /*display: none;*/
}

.top-messages .top-messages_menu {
  opacity: 0;
  visibility: hidden;
  display: block;
  list-style-type: none;
  position: absolute;
  top: 60px;
  right: 0;
  width: 390px;
  padding: 15px 0;
  -webkit-box-shadow: 0 0 30px #a2b5c3;
          box-shadow: 0 0 30px #a2b5c3;
  border-radius: 0 0 3px 3px;
  background: #fff;
  color: #414141;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-messages .top-messages_menu:after,
.navbar-nav > li .dropdown-menu:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-box-shadow: 0 -3px 7px 0px #047cc7;
          box-shadow: 0 -3px 7px 0px #047cc7;
}

.top-messages:hover .top-messages_menu {
  opacity: 1;
  visibility: visible;
}

.top-messages_menu_single-message {
  display: table;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding: 6px 16px;
  -webkit-transition: background .3s;
  transition: background .3s;
  cursor: pointer;
}

.top-messages_menu_single-message .single-message_info__del {
  display: none;
}

.top-notification_menu_single-message {
  display: table;
  cursor: pointer;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding: 16px 16px 16px 80px;
  background: url(/img/circle.png) no-repeat 15px 17px;
  background-size: 47px;
  color: #587489;
  font-size: 11px;
  line-height: 14px;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.top-notification_menu_single-message:hover {
  background: #ebf7ff url(/img/circle.png) no-repeat 15px 17px;
  background-size: 47px;
}

.top-messages_menu_single-message:hover {
  background: #ebf7ff;
}

.top-messages_menu_single-message a:hover,
.top-messages_menu_single-message a:focus,
.top-messages_menu_single-message:hover a,
.top-messages_menu_single-message:focus a {
  text-decoration: none;
}

.top-messages_menu_single-message:hover .single-message_info.single-message_info__date {
  display: none;
}

.top-messages_menu_single-message:hover .single-message_info.single-message_info__del {
  display: block;
  width: 20px;
  height: 20px;
  background: url(/img/cancel-grey.svg) no-repeat;
  background-size: cover;
  right: 24px;
  top: 12px;
}

.top-notification_menu_single-message.unread,
.top-notification_menu_single-message.unread:hover {
  background: #fff1eb url(/img/circle-hover.png) no-repeat 15px 17px;
  background-size: 47px;
}

.top-messages_menu_single-message.unread {
  background: #fff1eb;
  font-weight: bold;
}

.top-messages_menu_single-message.unread:hover {
  background: #ffe2d6;
}

.top-notification_menu_single-message.unread:after,
.top-notification_menu_single-message:hover:after,
.top-notification_menu_single-message:last-child:after,
.top-messages_menu_single-message.unread:after,
.top-messages_menu_single-message:not(.top-messages_menu_single-message__friends-page):hover:after,
.top-messages_menu_single-message:last-child:after {
  display: none;
}

.top-messages_menu_single-message.active-chat {
  background: #0596f0;
}

.top-messages_menu_single-message.active-chat .single-message_content_name,
.top-messages_menu_single-message.active-chat .single-message_content_text,
.top-messages_menu_single-message.active-chat .single-message_content_text-can-be-deleted,
.top-messages_menu_single-message.active-chat .single-message_info {
  display: block;
  color: #fff;
}

.top-messages_menu_single-message.active-chat .single-message_info__del,
.top-messages_menu_single-message.active-chat:hover .single-message_info__del {
  background: url(/img/cancel-white.svg) no-repeat;
  background-size: cover;
  top: 13px;
}

.top-notification_menu_single-message__person {
  background: none;
}

.top-notification_menu_single-message__person:hover, .top-notification_menu_single-message__person:focus {
  background: #ebf7ff;
}

.top-notification_menu_single-message__person .top-notification_menu_single-message_title_wrap {
  padding-right: 60px;
}

.top-notification_menu_single-message__person .top-notification_menu_single-message_title {
  display: inline-block;
  line-height: 20px;
  margin-bottom: 5px;
  color: #0596f0;
}

.top-notification_menu_single-message_img {
  position: absolute;
  top: 17px;
  left: 15px;
  width: 47px;
  height: 47px;
  border-radius: 50%;
}

.top-notification_menu_single-message_img img {
  width: 47px;
  height: 47px;
  border-radius: 50%;
}

.online .top-notification_menu_single-message_img:after {
  background: #7fba00;
}

.top-notification_menu_single-message_title {
  color: #414141;
  font-size: 13px;
  margin-bottom: 10px;
}

.top-notification_menu_single-message_date {
  position: absolute;
  color: #a2b5c3;
  font-size: 11px;
  top: 19px;
  right: 15px;
}

.top-notification_menu_single-message_bottom {
  margin: 18px 0 0;
}

div.top-notification_menu_single-message_bottom a.top-notification_menu_single-message_link {
  display: inline-block;
  margin-right: 7px;
  height: 30px;
  line-height: 28px;
  padding: 0 18px;
  border: 1px solid #ffa985;
  border-radius: 15px;
  background-color: #fff1eb;
  color: #ffa985;
  font-size: 11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

div.top-notification_menu_single-message_bottom a.top-notification_menu_single-message_link:hover, div.top-notification_menu_single-message_bottom a.top-notification_menu_single-message_link:focus {
  background: #ffa985;
  text-decoration: none;
  outline: none;
  color: #fff;
}

div.top-notification_menu_single-message_bottom a.top-notification_menu_single-message_link.main-btn {
  color: #fff;
  background: #ffa985;
}

div.top-notification_menu_single-message_bottom a.top-notification_menu_single-message_link.main-btn:hover, div.top-notification_menu_single-message_bottom a.top-notification_menu_single-message_link.main-btn:focus {
  text-decoration: none;
  outline: none;
  background-color: #ff9b70;
  color: #fff;
}

.main-content_notification {
  padding: 0;
  margin: 0 0 60px;
  list-style-type: none;
}

.main-content_notification .top_menu_top {
  padding: 15px 0 20px;
}

.main-content_notification .top_menu_top h5 {
  position: relative;
  color: #0596f0;
}

.main-content_notification .top_menu_top h5:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 2px;
  width: 100%;
  background: #0596f0;
}

.main-content_notification .top_menu_top .count {
  display: inline-block;
  border: 1px solid #a2b5c3;
  border-radius: 50px;
  height: 22px;
  width: 38px;
  line-height: 20px;
  margin-left: 10px;
  padding: 0;
  color: #587489;
  text-align: center;
}

.main-content_notification .top_menu_top .top-notification_menu_link {
  font-size: 13px;
}

.main-content_notification .top_menu_top .top-notification_menu_link:first-child {
  border: none;
  margin-right: 20px;
  padding: 0 0 0 21px;
  background: url(/img/success-bold-grey.svg) no-repeat 0 center;
  background-size: 12px;
}

.main-content_notification .top_menu_top .top-notification_menu_link:last-child {
  border: none;
  padding: 0 0 0 21px;
  background: url(/img/settings-work-tool.svg) no-repeat 0 center;
  background-size: 12px;
}

.main-content_notification .top-notification_menu_single-message {
  font-size: 13px;
}

.main-content_notification .top-notification_menu_single-message a {
  color: #0596f0;
}

.main-content_notification .top-notification_menu_single-message a:hover, .main-content_notification .top-notification_menu_single-message a:focus {
  color: #0596f0;
  outline: none;
}

.main-content_notification .border-bottom__message:after {
  right: 0;
  width: 89%;
}

.status-icon_user .top-notification_menu_single-message_title {
  padding-left: 25px;
  background: url(/img/user.png) no-repeat 0 center;
  background-size: 12px;
}

.status-icon_coin .top-notification_menu_single-message_title {
  padding-left: 25px;
  background: url(/img/zonto-coint.png) no-repeat 0 center;
  background-size: 20px;
}

.status-icon_like .top-notification_menu_single-message_title {
  padding-left: 25px;
  background: url(/img/like.png) no-repeat 0 center;
  background-size: 17px;
}

.status-icon_share .top-notification_menu_single-message_title {
  padding-left: 25px;
  background: url(/img/share.png) no-repeat 0 center;
  background-size: 17px;
}

.status-icon_comment .top-notification_menu_single-message_title {
  padding-left: 25px;
  background: url(/img/comment.png) no-repeat 0 center;
  background-size: 18px;
}

.top-messages_menu_single-message .single-message_info__unread,
.top-messages_menu_single-message:hover .single-message_info__unread {
  color: #000;
  top: 35px;
  font-size: 12px;
  right: 30px !important;
}

.nav.navbar-nav.navbar-right .top-messages_menu_single-message .single-message_info__unread {
  top: 31px;
  color: #f50;
  font-size: 11px;
}

.nav.navbar-nav.navbar-right .top-messages_menu_single-message .single-message_info__unread .icon-closed-envelope {
  margin-left: 3px;
  color: #a2b5c3;
  font-size: 10px;
}

.top-messages_menu_single-message.active-chat .single-message_content_text_author {
  color: #fff;
}

.top-messages_menu_single-message.active-chat:after {
  display: none;
}

.top-messages_menu__popup-right-col {
  display: block;
  position: relative;
  padding: 0;
}

.top-messages_menu__popup-right-col .single-message_content {
  text-align: left;
  padding-left: 16px;
}

.top-messages_menu_no-message {
  padding: 193px 0 10px;
  background: url(/img/chat-start.png) no-repeat center 31px;
  background-size: 128px;
  text-align: center;
}

.top-messages_menu_no-message_btn {
  margin-bottom: 32px;
}

.top-messages_menu_no-message__notification {
  background: url(/img/chat-start2.png) no-repeat center 20px;
  background-size: 128px;
  padding: 183px 0 40px;
}

.single-message_content {
  display: table-cell;
  vertical-align: middle;
}

.single-message_content_name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 200px;
  color: #414141;
}

.single-message_content_name_chat {
  width: 305px;
}

.single-message_content_name:hover,
.single-message_content_name:focus {
  color: #414141;
}

.single-message_content_text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 11px;
  color: #587489;
  width: 235px;
}

.single-message_content_text span.single-message_content_text_author {
  color: #a2b5c3;
}

.single-message_content_text-can-be-deleted {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 11px;
  color: #587489;
  width: 235px;
}

.top-messages_menu_single-message.online .friend-sidebar-single_img:after {
  background: #7fba00;
}

.top-messages_menu_single-message.away .friend-sidebar-single_img:after {
  background: #fcd116;
}

.top-messages_menu_single-message.offline .friend-sidebar-single_img:after {
  background: #e81123;
}

.single-message_info {
  position: absolute;
  right: 16px;
  top: 15px;
  color: #a2b5c3;
  font-size: 11px;
}

.top-messages_menu_single-message .single-message_info {
  right: 29px;
}

.top-messages_menu__chat .single-message_info {
  right: 10px;
}

.top-messages_menu__chat .border-bottom__message-page:after {
  right: 10px;
  width: 77%;
}

.top-messages_menu_btn {
  text-align: center;
  padding-top: 10px;
}

.top-notification_menu {
  opacity: 0;
  visibility: hidden;
  list-style-type: none;
  position: absolute;
  top: 60px;
  right: 0;
  width: 390px;
  padding: 15px 0;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 0 30px #a2b5c3;
          box-shadow: 0 0 30px #a2b5c3;
  background: #fff;
  color: #414141;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-notification:hover .top-notification_menu {
  opacity: 1;
  visibility: visible;
}

.top_menu_top {
  padding: 10px 18px;
  position: relative;
}

.top_menu_top:first-child {
  padding-top: 0;
}

.top_menu_top_right-col {
  position: absolute;
  top: 0;
  right: 15px;
}

.top-notification_menu_link {
  display: inline-block;
  color: #0596f0;
  font-size: 11px;
}

.top-notification_menu_link:hover, .top-notification_menu_link:focus {
  color: #0596f0;
  outline: none;
}

.top-notification_menu_link:first-child {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #f4f6f8;
}

.main-search_wrapp {
  display: inline-block;
  position: relative;
  height: 60px;
  width: 260px;
  padding-left: 30px;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.main-search_wrapp.active {
  background: #0477bf;
}

.top-search_menu {
  list-style-type: none;
  position: absolute;
  top: 60px;
  right: 0;
  width: 320px;
  padding: 15px 0;
  margin-top: 0px;
  -webkit-box-shadow: 0 0 15px #a4a4a4;
          box-shadow: 0 0 15px #a4a4a4;
  border-radius: 3px;
  background: #fff;
  color: #414141;
}

.top-search_menu .single-message_content_name,
.top-search_menu .single-message_content_text {
  padding-left: 23px;
  line-height: 16px;
}

.top-search_menu .single-message_content_name {
  font-size: 13px;
}

.top-search_menu .single-message_content_text {
  font-size: 11px;
}

.top-search_menu > li > a {
  display: inline-block;
  padding: 0;
}

.top-search_menu .friend-sidebar-single_img,
.top-search_menu .friend-sidebar-single_img img {
  width: 30px;
  height: 30px;
}

.top-messages_menu_single-message:hover .border-bottom__search:after,
.top-messages_menu_single-message:last-child .border-bottom__search:after {
  display: none;
}

li.top-score {
  padding-right: 30px;
}

.top-score_block {
  display: inline-block;
  margin-left: 10px;
  padding: 1px 11px;
  border-radius: 20px;
  background: #047dc8;
  color: #fefefe;
}

/*Main sidebar*/
.main-sidebar {
  position: relative;
  list-style-type: none;
  padding: 0 30px 0 0;
}

aside {
  position: relative;
  top: 65px;
}

div.main-sidebars_fixed {
  overflow: inherit;
}

div.main-sidebars_fixed.main-sidebars_fixed__main-left {
  position: relative;
  top: 0;
}

div.main-sidebars_fixed.main-sidebars_fixed__main-left.fixed-top {
  position: fixed;
  top: 86px;
  bottom: auto;
}

div.main-sidebars_fixed.main-sidebars_fixed__main-left.fixed-bottom {
  position: fixed;
  top: auto;
  bottom: 0;
}

div.main-sidebars_fixed.main-sidebars_fixed__main-left.scroll-top {
  position: absolute;
  bottom: auto;
}

div.main-sidebars_fixed.main-sidebars_fixed__for-scroll {
  position: initial;
  overflow-x: hidden;
  width: 212px;
}

.main-sidebar li.disactive a {
  color: #a2b5c3;
  pointer-events: none;
}

.main-sidebar li a {
  display: block;
  position: relative;
  padding: 2px 0 4px;
  border-radius: 3px;
  text-decoration: none;
  color: #0596f0;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.main-sidebar li a.active,
.main-sidebar li a:hover {
  color: #0596f0;
  background: #ebf7ff;
}

.main-sidebar i {
  margin: 0 20px 0 10px;
}

.main-sidebar i {
  vertical-align: middle;
}

.main-sidebar i span {
  display: inline-block;
  position: relative;
  top: 4px;
  height: 22px;
  width: 22px;
}

.main-sidebar i span.icon-home_2 {
  background: url(../img/new-sidebar/home.svg) no-repeat;
  background-size: cover;
}

.main-sidebar i span.icon-list_2 {
  background: url(../img/new-sidebar/feed.svg) no-repeat;
  background-size: cover;
}

.main-sidebar i span.icon-media_2 {
  background: url(../img/new-sidebar/media.svg) no-repeat;
  background-size: cover;
}

.main-sidebar i span.icon-group_2 {
  background: url(../img/new-sidebar/group.svg) no-repeat;
  background-size: cover;
}

.main-sidebar i span.icon-hashtag_2 {
  background: url(../img/new-sidebar/tags.svg) no-repeat;
  background-size: cover;
}

.main-sidebar i span.icon-user_2 {
  background: url(../img/new-sidebar/friends.svg) no-repeat;
  background-size: cover;
}

.main-sidebar i span.icon-conversation-speech-bubbles_2 {
  background: url(../img/new-sidebar/chats.svg) no-repeat;
  background-size: cover;
}

.main-sidebar i span.icon-music_2 {
  background: url(../img/new-sidebar/music.svg) no-repeat;
  background-size: cover;
}

.main-sidebar i span.icon-wallet_2 {
  background: url(../img/new-sidebar/wallets.svg) no-repeat;
  background-size: cover;
}

.main-sidebar i span.icon-refresh-page-arrow-button_2 {
  background: url(../img/new-sidebar/crypto-exchange.svg) no-repeat;
  background-size: cover;
}

.main-sidebar i span.icon-line-chart_2 {
  background: url(../img/new-sidebar/Craud-invest.svg) no-repeat;
  background-size: cover;
}

.main-sidebar i span.icon-rating_ico_2 {
  background: url(../img/new-sidebar/Group4.svg) no-repeat;
  background-size: cover;
}

.main-sidebar i span.icon-office-briefcase_2 {
  background: url(../img/new-sidebar/my-business.svg) no-repeat;
  background-size: cover;
}

.main-sidebar i span.icon-mark_2 {
  background: url(../img/new-sidebar/around-me.svg) no-repeat;
  background-size: cover;
}

.main-sidebar i span.icon-clipboard_2 {
  background: url(../img/new-sidebar/tasks.svg) no-repeat;
  background-size: cover;
}

.main-sidebar i span.icon-work-briefcase_2 {
  background: url(../img/new-sidebar/work.svg) no-repeat;
  background-size: cover;
}

.main-sidebar i span.icon-three-buildings_2 {
  background: url(../img/new-sidebar/real-estate.svg) no-repeat;
  background-size: cover;
}

.zonto-coint_sidebar-block {
  display: block;
  position: relative;
  border: 1px solid #e6ebef;
  border-radius: 3px;
  margin: 48px 0 20px;
  width: 170px;
  height: 80px;
  background: url(/img/zonto-coint.png) no-repeat 18px 50%;
  background-size: 48px;
}

.zonto-coint_sidebar-block_inside {
  padding-left: 86px;
  padding-top: 20px;
  display: inline-block;
}

.zonto-coint_sidebar-block:hover,
.zonto-coint_sidebar-block:focus {
  text-decoration: none;
}

.zonto-coint_sidebar-block_title_wrapp {
  text-align: center;
  height: 1px;
}

.zonto-coint_sidebar-block_title {
  display: inline-block;
  position: relative;
  top: -16px;
  padding: 0 13px;
  text-transform: uppercase;
  color: #a2b5c3;
  font-size: 11px;
  text-align: center;
  z-index: 1;
}

.zonto-coint_sidebar-block_title:before {
  content: '';
  position: absolute;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  background: #f9f9f9;
  z-index: -1;
}

.zonto-sidebar_count {
  color: #0596f0;
  font-size: 18px;
  line-height: 13px;
  white-space: nowrap;
}

.zonto-sidebar_title {
  display: block;
  color: #587489;
}

.total-unread {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #fff;
  border-radius: 3px;
  background-color: #ebf7ff;
  color: #587489;
  padding: 7px 9px;
  font-size: 11px;
}

.zonto-coint_sidebar-block__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  background: #fffdf4 url(/img/bar-chart.png) no-repeat 18px 50%;
  background-size: 48px;
  text-decoration: none;
}

.zonto-coint_sidebar-block__bottom:hover, .zonto-coint_sidebar-block__bottom:focus {
  text-decoration: none;
  outline: none;
}

.zonto-coint_sidebar-block__bottom_inside {
  padding-top: 0;
  line-height: 16px;
}

.zonto-coint_sidebar-block_hide {
  position: absolute;
  top: 6px;
  right: 6px;
  color: #fff;
  width: 19px;
  height: 19px;
  background: url(../img/cancel-grey.svg) no-repeat;
  background-size: cover;
  cursor: pointer;
  z-index: 10;
}

.single-ico-block {
  position: relative;
  display: inline-block;
  width: 170px;
  margin: 0 0 20px;
  border-radius: 3px;
  border: 1px solid #e6ebef;
  color: #414141;
  background: #fff;
  text-decoration: none;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.single-ico-block:hover, .single-ico-block:focus {
  color: #414141;
  text-decoration: none;
  outline: none;
}

.single-ico-block_hide {
  position: absolute;
  top: -5px;
  right: -25px;
  height: 20px;
  width: 20px;
  background: url(../img/cancel-grey.svg) no-repeat;
  background-size: cover;
  z-index: 2;
}

.single-ico-block_img {
  position: relative;
  width: 100%;
  height: 96px;
}

.single-ico-block_img img {
  width: 100%;
  height: 100%;
}

.single-ico-block_notification {
  position: absolute;
  top: 8px;
  right: 8px;
  white-space: nowrap;
}

.single-ico-block_rating {
  display: inline-block;
  padding: 0 9px;
  height: 20px;
  line-height: 22px;
  background-color: #7fba00;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
}

.single-ico-block_rating.yellow {
  background-color: #f1c016;
}

.single-ico-block_rating.red {
  background-color: #f17316;
}

.single-ico-block_premium {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fcd116 url(/img/zonto_token.svg) no-repeat center;
  background-size: 16px;
  border-radius: 3px;
  margin-left: 8px;
  vertical-align: top;
  cursor: pointer;
}

.single-ico-block_main-block {
  padding: 7px 15px 0;
}

.single-ico-block_title {
  font-size: 14px;
  margin-bottom: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 255px;
}

.single-ico-block_text {
  position: relative;
  font-size: 10px;
  margin-bottom: 20px;
  height: 52px;
  overflow: hidden;
  line-height: 13px;
  word-break: break-word;
}

.single-ico-block_text.overflow {
  height: 61px;
  overflow: hidden;
}

.single-ico-block_text.overflow:before {
  content: '...';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 16px;
  background: #fff;
  z-index: 1;
}

.single-ico-block_main-block-footer {
  background: url(/img/clock.svg) no-repeat 0 center;
  background-size: 20px;
  color: #a2b5c3;
  padding: 11px 0 11px 30px;
  border-top: 1px solid #e6ebef;
}

.single-ico-block_main-block-footer__no-border {
  border: none;
}

.single-ico-block_main-block-footer_timer {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.single-ico-block_main-block-footer_text {
  font-size: 11px;
  line-height: 12px;
  min-height: 24px;
  max-width: 145px;
}

/*Friends sidebar*/
.friend-sidebar_wrapp__for-scroll {
  height: 100%;
  overflow: hidden;
}

.friend-sidebar-wrap {
  padding: 0 0 0 20px;
  height: calc(100vh - 86px);
  overflow: hidden;
}

.friend-sidebar-wrap .h5_count {
  position: absolute;
  right: 28px;
  display: inline-block;
  border-radius: 50px;
  height: 22px;
  width: 38px;
  line-height: 20px;
  margin-left: 10px;
  padding: 0;
  color: #7fba00;
  text-align: center;
  border: 1px solid #dae2e7;
}

.friend-sidebar-wrap .title-underlined {
  margin-left: 10px;
}

.friend-sidebar {
  margin: 18px -20px 30px 0;
  list-style-type: none;
  padding: 0;
}

.friend-sidebar__for-scroll {
  overflow-y: scroll;
  height: 100%;
  padding-bottom: 120px;
}

.friend-sidebar_new-friend {
  overflow-y: scroll;
  height: 100%;
  padding-bottom: 80px;
}

.friend-sidebar-single_wrapp {
  position: relative;
  border-radius: 3px;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.friend-sidebar-single_wrapp:hover {
  background: #ebf7ff;
}

.friend-sidebar-single_wrapp:hover .friend-sidebar-single_info:after,
.friend-sidebar-single_wrapp.friend-sidebar-single:last-child .friend-sidebar-single_info:after {
  display: none;
}

.friend-sidebar-single {
  display: table;
  width: 100%;
  position: relative;
  color: #414141;
  margin-top: 8px;
  padding: 4px 10px;
}

.friend-sidebar-single:hover,
.friend-sidebar-single:focus {
  color: #414141;
  text-decoration: none;
}

.friend-sidebar-single_img {
  display: inline-block;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  position: relative;
}

.friend-sidebar-single_img img {
  height: 48px;
  width: 48px;
  border-radius: 50%;
}

.friend-sidebar-wrap .friend-sidebar .friend-sidebar-single_wrapp:hover {
  background: none;
}

.friend-sidebar-wrap .friend-sidebar .friend-sidebar-single_wrapp:hover:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  height: 30px;
  width: 4px;
  background-color: #0596f0;
}

.friend-sidebar-wrap .friend-sidebar .friend-sidebar-single {
  padding-bottom: 0;
}

.friend-sidebar-wrap .friend-sidebar .friend-sidebar-single_img {
  height: 30px;
  width: 30px;
}

.friend-sidebar-wrap .friend-sidebar .friend-sidebar-single_img img {
  height: 30px;
  width: 30px;
}

.friend-sidebar-single_popup {
  position: absolute;
  top: -12px;
  left: -460px;
  width: 440px;
  height: 140px;
  background-color: #fff;
  z-index: 10;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 30px #a2b5c3;
          box-shadow: 0 0 30px #a2b5c3;
  padding: 5px;
}

.friend-sidebar-single_popup:after {
  content: '';
  position: absolute;
  top: 20px;
  right: -20px;
  border: 9px solid transparent;
  border-left: 12px solid #fff;
  display: block;
}

.friend-sidebar-single_info {
  padding-bottom: 10px;
  margin-bottom: 6px;
}

.friend-sidebar-single_name {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding-left: 16px;
}

.friend-sidebar-single_name span {
  display: block;
  line-height: 14px;
}

.friend-sidebar-single_name span.name {
  color: #0596f0;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 120px;
}

.friend-sidebar-single_name span.name:hover, .friend-sidebar-single_name span.name:focus {
  color: #0596f0;
}

.friend-sidebar-single_name span.time {
  display: none;
  position: relative;
  padding-left: 11px;
  color: #a2b5c3;
  font-size: 11px;
}

.friend-sidebar-single_name span.time:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

.friend-sidebar-single_name span.time.online:after {
  background-color: #7fba00;
}

.friend-sidebar-single_name__one-line span {
  line-height: 17px;
  padding-top: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100px;
}

.friend-sidebar-single.online .friend-sidebar-single_name span.time {
  display: block;
}

.friend-sidebar-single.online .friend-sidebar-single_name span.time:after {
  background-color: #7fba00;
}

.main-sidebars_fixed_search {
  position: absolute;
  bottom: 0;
  left: 20px;
  padding: 14px 0 24px 10px;
  background: rgba(255, 255, 255, 0.95);
}

.main-sidebars_fixed_search:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 15px #fff;
          box-shadow: 0 0 10px 15px #fff;
}

.main-sidebars_fixed_search .page-search_wrap {
  margin-bottom: 0;
}

.main-sidebars_fixed_search .page-search_wrap:after {
  width: 30px;
}

.friend-sidebar_new-friend-wrap input {
  margin-left: 20px;
}

.friend-sidebar_new-friend .friend-sidebar-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  position: relative;
  color: #414141;
  margin-top: -1px;
  /*что бы перекрыть нижнюю границу блока сверху, при наведении*/
  padding: 4px 0 0 10px;
}

.friend-sidebar_new-friend .friend-sidebar-single:not(:last-child):hover .border-bottom__full-width:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d7effe;
}

.friend-sidebar_new-friend .friend-sidebar-single_info {
  width: 100%;
}

.friend-sidebar_new-friend .friend-sidebar-single_info {
  margin-left: 16px;
}

.friend-sidebar_new-friend .friend-sidebar-single_info .friend-sidebar-single_name,
.friend-sidebar_new-friend .friend-sidebar-single_info .friend-sidebar-single_bottom-block {
  padding-left: 0;
}

.friend-sidebar_new-friend .friend-sidebar-single_name,
.friend-sidebar_new-friend .friend-sidebar-single_name:hover,
.friend-sidebar_new-friend .friend-sidebar-single_name:focus {
  color: #0596f0;
}

.friend-sidebar-single_bottom-block {
  font-size: 11px;
  padding-left: 16px;
}

.friend-sidebar-single_common-friends {
  position: relative;
  font-size: 11px;
  white-space: nowrap;
}

.friend-sidebar-single_add,
.friend-sidebar-single_add:hover,
.friend-sidebar-single_add:focus {
  display: inline-block;
  margin-top: 5px;
  color: #0596f0;
}

.friend-sidebar-single_text-block {
  margin-bottom: -2px;
}

/*groups-sidebar-wrap*/
.groups-sidebar-wrap {
  padding-left: 20px;
  overflow: hidden;
}

.groups-sidebar-wrap .friend-sidebar {
  padding-bottom: 0;
}

.groups-sidebar-map {
  width: 100%;
  padding: 35px 0;
}

.groups-sidebar-map img {
  width: 100%;
}

.groups-sidebar_info-list ul {
  list-style-type: none;
  padding-left: 23px;
}

.groups-sidebar_info-list ul li {
  position: relative;
  margin: 10px 0;
}

.groups-sidebar_info-list ul li:first-child {
  margin-top: 0;
}

.groups-sidebar_info-list ul li.website a,
.groups-sidebar_info-list ul li.website a:hover,
.groups-sidebar_info-list ul li.website a:focus,
.groups-sidebar_info-list ul li.email a,
.groups-sidebar_info-list ul li.email a:hover,
.groups-sidebar_info-list ul li.email a:focus {
  color: #0596f0;
  text-decoration: underline;
}

.groups-sidebar_info-list ul li:before {
  position: absolute;
  left: -23px;
  top: 50%;
  margin-top: -6px;
}

.groups-sidebar_info-list ul li.location:before {
  content: "";
  background: url(/img/placeholder.png) no-repeat;
  background-size: cover;
  width: 12px;
  height: 15px;
  margin-top: -12px;
}

.groups-sidebar_info-list ul li.telephone:before {
  content: "";
  background: url(/img/phone-receiver.png) no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
  margin-top: -9px;
}

.groups-sidebar_info-list ul li.email:before {
  content: "";
  background: url(/img/envelope.svg) no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
}

.groups-sidebar_info-list ul li.website:before {
  content: "";
  background: url(/img/cursor.png) no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
}

.groups-sidebar_short-description {
  margin-top: 24px;
  color: #587489;
  font-size: 11px;
}

.section_action.message {
  top: 5px;
  right: 10px;
  color: red;
}

.section_action.message i span:before {
  font-size: 16px;
}

/*Section action*/
.section_action {
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
}

.section_action i span:before {
  font-size: 20px;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.section_action:hover i span:before {
  color: #849ba9;
}

.section_action_menu {
  position: absolute;
  visibility: hidden;
  top: 25px;
  right: -6px;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 30px #a4a4a4;
          box-shadow: 0 0 30px #a4a4a4;
  opacity: 0;
  z-index: 4;
  -webkit-transition: opacity 100ms linear, top 100ms linear, bottom 100ms linear, visibility 100ms linear;
  transition: opacity 100ms linear, top 100ms linear, bottom 100ms linear, visibility 100ms linear;
}

.section_action:hover .section_action_menu {
  opacity: 1;
  visibility: visible;
}

.section_action_menu ul {
  list-style-type: none;
  padding: 9px 0;
  margin: 0;
}

.section_action_menu ul li {
  display: block;
  white-space: nowrap;
  padding: 4px 20px;
  color: #414141;
  -webkit-transition: .3s;
  transition: .3s;
}

.section_action_menu ul li:hover {
  text-decoration: none;
  background: #ebf7ff;
}

.section_action_menu ul li a,
.section_action_menu ul li a:hover,
.section_action_menu ul li a:focus {
  text-decoration: none;
  color: #414141;
}

.section_action__relative {
  position: relative;
  top: 0;
  right: 0;
}

.section_action__relative__margin-left {
  margin-left: 30px;
}

.section_action-center {
  top: 50%;
  margin-top: -16px;
}

/*news-feed_menu*/
.news-feed_menu ul {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin-bottom: 32px;
}

.news-feed_menu ul li {
  position: relative;
  display: inline-block;
  margin: 0 14px;
}

.news-feed_menu ul li.with-actLine {
  cursor: pointer;
}

.news-feed_menu ul li:first-child {
  margin-left: 0;
}

.news-feed_menu ul li input {
  margin: 0;
}

.news-feed_menu ul li.active a {
  pointer-events: none;
  cursor: default;
}

.news-feed_menu ul li.disactive a {
  color: #a2b5c3;
  pointer-events: none;
}

.news-feed_menu ul li a {
  position: relative;
  color: #0596f0;
}

.news-feed_menu ul li a:focus {
  outline: none;
  text-decoration: none;
}

.news-feed_menu ul li a:hover {
  text-decoration: none;
}

.news-feed_menu ul li a:hover:after,
.news-feed_menu ul li.active a:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 2px;
  width: 100%;
  background: #0596f0;
}

.news-feed_menu .count {
  display: inline-block;
  border: 1px solid #a2b5c3;
  border-radius: 50px;
  height: 22px;
  width: 38px;
  line-height: 20px;
  margin-left: 10px;
  padding: 0;
  color: #587489;
  text-align: center;
}

ul li.news-feed_menu_input {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}

.news-feed_menu_input__search {
  width: 159px;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.news-feed_menu_input__search-open {
  width: 320px;
  text-align: right;
  background: #fff;
  -webkit-box-shadow: -15px -10px 30px 20px #fff;
          box-shadow: -15px -10px 30px 20px #fff;
}

.news-feed_menu_input__search input:focus {
  width: 320px;
}

ul li.news-feed_menu_input1 {
  right: 180px;
  z-index: 1;
}

ul li.news-feed_menu_input_top {
  top: -4px;
}

ul li.news-feed_menu_input a.without-decoration:after,
ul li.news-feed_menu_input a.without-decoration:hover:after,
ul li.news-feed_menu_input a.without-decoration:focus:after {
  display: none;
}

.news-feed_menu_note {
  color: #587489;
  padding-right: 20px;
}

.news-feed_menu_note span {
  color: #a2b5c3;
  font-size: 11px;
  text-transform: uppercase;
}

/*
.fixed_top-menu{
  position: fixed;
  top: 60px;
  width: 720px;
  z-index: 10;
  margin-top: 27px;
  border-radius: 3px;
  border: 1px solid #d7effe;
  border-bottom: none;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, rgba(255, 255, 255, 0.99)), to(rgba(255, 255, 255, 0.95)));
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.99) 50%, rgba(255, 255, 255, 0.95) 100%);
  &:after {
    content: '';
    position: absolute;
    top: -28px;
    left: -1px;
    width: 782px;
    height: 27px;
    background: #f9f9f9;
  }
  .news-feed_menu{
    border-radius: 3px;
    padding: 26px 16px 16px;
    background: #fff;
    ul{
      margin-bottom: 0;
    }
  }
  .fixed_top-menu-search_wrap{
    padding: 16px 16px 30px;
    //background: rgba(255,255,255, 0.95);
    .page-search_wrap{
      margin-bottom: 0;
    }
  }
}
.fixed_top-menu__content{
  margin-top: 140px;
}
*/
.fixed_top-menu {
  position: fixed;
  top: 60px;
  width: 720px;
  height: 75px;
  z-index: 10;
  margin-top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), color-stop(50%, rgba(249, 249, 249, 0.99)), to(rgba(249, 249, 249, 0.95)));
  background: linear-gradient(to bottom, #f9f9f9 0%, rgba(249, 249, 249, 0.99) 50%, rgba(249, 249, 249, 0.95) 100%);
  border: 0;
}

.fixed_top-menu:after {
  content: '';
  position: absolute;
  top: -28px;
  left: -1px;
  width: 782px;
  height: 27px;
  background: #f9f9f9;
}

.fixed_top-menu .news-feed_menu {
  padding: 26px 0 16px;
}

.fixed_top-menu .news-feed_menu ul {
  margin-bottom: 0;
}

.fixed_top-menu .fixed_top-menu-search_wrap {
  padding: 16px 16px 30px;
}

.fixed_top-menu .fixed_top-menu-search_wrap .page-search_wrap {
  margin-bottom: 0;
}

.fixed_top-menu__content {
  margin-top: 50px;
  margin-bottom: 20px;
}

.main-content__background .fixed_top-menu {
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, rgba(255, 255, 255, 0.99)), to(rgba(255, 255, 255, 0.95)));
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.99) 50%, rgba(255, 255, 255, 0.95) 100%);
  margin-top: 27px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid #d7effe;
  border-bottom: none;
  height: auto;
}

.main-content__background .fixed_top-menu .news-feed_menu {
  padding: 26px 16px 16px;
  background: #fff;
}

.main-content__background .fixed_top-menu .news-feed_menu ul {
  margin-bottom: 0;
}

.main-content__background .fixed_top-menu__content {
  margin-bottom: 0px;
}

/*
.fixed_top-menu.opacity{
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), color-stop(50%, rgba(249, 249, 249, 0.99)), to(rgba(249, 249, 249, 0.95)));
  background: linear-gradient(to bottom, #f9f9f9 0%, rgba(249, 249, 249, 0.99) 50%, rgba(249, 249, 249, 0.95) 100%);
  border: 0;
  margin-top: 0;
  height: 75px;
  .news-feed_menu{
    border-radius: 0;
    padding: 26px 0 16px;
    background: none;
  }
}

.fixed_top-menu__content.opacity{
  margin-top: 50px;
  margin-bottom: 20px;
  !*background-color: #fff;*!
}
*/
/*search sidebar*/
.search-sidebar-wrap {
  padding-left: 20px;
}

.input-block_sidebar_block {
  border-bottom: 1px solid #d7effe;
  padding: 20px 0;
}

.input-block_sidebar_block_with-out-border {
  border: none;
  padding-top: 16px;
}

.sidebar_small-title {
  display: inline-block;
  position: relative;
  margin-top: 12px;
  padding-right: 16px;
  font-weight: 700;
  font-size: 11px;
  color: #587489;
}

.input-block_sidebar_block:first-of-type .sidebar_small-title {
  margin-top: 0;
}

.sidebar_small-title_slide {
  cursor: pointer;
}

.sidebar_small-title_slide:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 0;
  border: 5px solid transparent;
  border-top: 5px solid #a2b5c3;
}

.sidebar_small-title_slide_open:after {
  border: 5px solid transparent;
  border-top: none;
  border-bottom: 5px solid #a2b5c3;
}

.sidebar_subscribers_block ul {
  margin-bottom: 30px;
  padding: 0;
  list-style-type: none;
  max-height: 260px;
  overflow: hidden;
}

.sidebar_subscribers_block ul li {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-right: 7px;
  margin-top: 18px;
}

.sidebar_subscribers_block ul li:nth-child(3n+3) {
  margin-right: 0;
}

.sidebar_subscribers_block ul li:hover .sidebar_subscribers_name {
  text-decoration: underline;
}

.sidebar_subscribers_block .sidebar_subscribers_img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.sidebar_subscribers_block .sidebar_subscribers_name {
  display: block;
  text-align: center;
  margin-top: 3px;
  color: #0596f0;
  font-size: 11px;
}

.tab-menu_profile {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #d7effe;
  text-align: center;
}

.tab-menu_profile li {
  position: relative;
  bottom: -7px;
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #d7effe;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
}

.tab-menu_profile li:last-child {
  left: -5px;
}

.tab-menu_profile li a,
.tab-menu_profile li a:hover,
.tab-menu_profile li a:focus {
  text-decoration: none;
  color: #587489;
  outline: none;
}

.tab-menu_profile li.active {
  bottom: -2px;
  background: #fff;
  z-index: 2;
  padding: 10px 20px;
}

.section_action-period {
  text-align: right;
  right: 0px;
}

.body__for-scroll-popup {
  overflow: hidden;
  padding-right: 15px;
}

.body__for-scroll-popup .navbar.navbar-default.navbar-static-top {
  padding-right: 15px;
}

.top-messages_menu_single-message__friends-page__info-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -440px;
  width: 440px;
  height: 140px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 30px #a2b5c3;
          box-shadow: 0 0 30px #a2b5c3;
  padding: 5px;
  z-index: 2;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.top-messages_menu_single-message__friends-page__info-popup:after {
  content: '';
  position: absolute;
  top: 20px;
  right: -20px;
  border: 9px solid transparent;
  border-left: 12px solid #fff;
  display: block;
}

.top-messages_menu_single-message__friends-page__info-popup.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 1s, visibility 0.3s 1s;
  transition: opacity 0.3s 1s, visibility 0.3s 1s;
}

.top-messages_menu_single-message__friends-page__info-popup__bottom,
.top-messages_menu_single-message__friends-page:first-child .top-messages_menu_single-message__friends-page__info-popup {
  top: 100%;
  bottom: auto;
  z-index: 1;
}

.top-messages_menu_single-message__friends-page__info-popup__bottom:after,
.top-messages_menu_single-message__friends-page:first-child .top-messages_menu_single-message__friends-page__info-popup:after {
  top: -10px;
  bottom: auto;
  border: 5px solid transparent;
  border-bottom-color: #0596f0;
  display: block;
  width: 8px;
  height: 8px;
}

.friends-page__info-popup_photo {
  display: inline-block;
  position: relative;
  border-radius: 3px;
  margin-right: 20px;
  height: 130px;
  width: 130px;
}

.online .friends-page__info-popup_photo:after {
  top: auto;
  bottom: 10px;
  left: 10px;
  background: #7fba00;
}

.top-messages_menu_single-message.online .friends-page__info-popup_photo:after {
  background: url(../img/check.png) no-repeat center;
  background-color: #7fba00;
  border: 2px solid #0596f0;
}

.top-messages_menu_single-message.away .friends-page__info-popup_photo:after {
  background: url(../img/wall-clock.png) no-repeat center;
  background-color: #fcd116;
  border: 2px solid #0596f0;
}

.top-messages_menu_single-message.offline .friends-page__info-popup_photo:after {
  background: url(../img/minus.png) no-repeat 5px center;
  background-color: #e81123;
  border: 2px solid #0596f0;
}

.friends-page__info-popup_photo img {
  height: 130px;
  width: 130px;
  border-radius: 3px;
}

.friends-page__info-popup_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  color: #587489;
}

.friends-page__info-popup_info_top_name,
.friends-page__info-popup_info_top_name:hover,
.friends-page__info-popup_info_top_name:focus {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 170px;
  color: #414141;
  font-size: 16px;
  text-decoration: none;
}

.friends-page__info-popup_info_top_position {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 250px;
}

.friends-page__info-popup_info_top {
  position: relative;
  line-height: 21px;
  padding-top: 5px;
  height: 47px;
}

.friends-page__info-popup_info_soc-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 8px;
  white-space: nowrap;
}

.friends-page__info-popup_info_soc-list ul li {
  display: inline-block;
  margin-right: 30px;
  line-height: 16px;
}

.friends-page__info-popup_info_soc-list ul li.money {
  background: url(/img/zonto-coint.png) no-repeat 0 50%;
  background-size: 32px;
  padding-left: 42px;
}

.friends-page__info-popup_info_soc-list ul li:last-child {
  margin-right: 0;
}

.friends-page__info-popup_info_soc-list ul li .count,
.friends-page__info-popup_info_soc-list ul li .title {
  display: block;
}

.friends-page__info-popup_info_soc-list ul li .count {
  color: #0596f0;
  font-weight: 700;
}

.friends-page__info-popup_info_soc-list ul li .title {
  font-size: 11px;
  text-transform: capitalize;
}

.friends-page__info-popup_info__bal {
  display: inline-block;
  position: absolute;
  top: 26px;
  right: 20px;
  color: #587489;
  background: #fff url(../img/eth.png) no-repeat 5px 50%;
  background-size: 12px 20px;
  padding-left: 27px;
  z-index: 2;
}

.friends-page__info-popup_info__bal span {
  position: relative;
  top: -3px;
  font-size: 8px;
}

.common-friends__popup-menu {
  display: none;
  position: absolute;
  bottom: 25px;
  max-width: 247px;
  border-radius: 5px;
  padding: 6px 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
}

.common-friends__popup-menu:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -8px;
  border: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.8);
  display: block;
  width: 8px;
  height: 8px;
}

.friend-sidebar-single_common-friends:hover .common-friends__popup-menu {
  display: block;
}

.common-friends__popup-menu__search-friends {
  bottom: 32px;
}

.users-big-block_text_wrapp:hover .common-friends__popup-menu__search-friends {
  display: block;
  max-width: 155px;
}

.common-friends__popup-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.common-friends__popup-menu ul li {
  margin-bottom: -2px;
}

.common-friends__popup-menu ul li a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  color: #fff;
}

.popup {
  display: none;
}

.popup_fixed {
  width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow-y: auto;
}

.popup_fixed__blue {
  background-color: rgba(55, 171, 243, 0.8);
}

.popup-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
}

.popup_post-view .popup-overlay {
  position: fixed;
}

.popup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 5vh;
  width: 80vw;
  height: 90vh;
  padding: 0;
  z-index: 1001;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 30px #2a2a2a;
          box-shadow: 0 0 30px #2a2a2a;
}

.popup-hide {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  width: 37px;
  height: 37px;
  background: url(../img/cancel-white.svg) no-repeat;
  background-size: cover;
  cursor: pointer;
  opacity: 0.5;
  z-index: 1000;
  -webkit-transition: .3s;
  transition: .3s;
}

.popup-hide:hover {
  opacity: 1;
}

.popup-content_comment-block {
  display: inline-block;
  width: 350px;
  height: 100%;
  border-radius: 0 3px 3px 0;
  background-color: #fff;
}

#owl-demo .item {
  position: relative;
  background-color: rgba(0, 0, 0, 0.9);
  height: 90vh;
}

#owl-demo .item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.owl-theme .owl-nav div {
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0 !important;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.owl-theme .owl-nav div.owl-prev {
  left: 0;
  background: url(../img/arrow-down2.png) no-repeat 38px 50% !important;
  background-size: 12px !important;
  width: 30%;
}

.owl-theme .owl-nav div.owl-next {
  right: 0;
  background: url(../img/arrow-down.png) no-repeat 95% 50% !important;
  background-size: 12px !important;
  width: 70%;
}

.owl-theme .owl-nav:hover div {
  opacity: 0.5 !important;
}

.owl-theme .owl-nav div:hover {
  opacity: 1 !important;
}

.popup_photo-view .item-like {
  position: absolute;
  top: 0;
  left: 0;
  width: 77%;
  height: 180px;
  text-align: center;
  z-index: 5;
}

.popup_photo-view .item-like_icon {
  display: inline-block;
}

.popup_photo-view .item-like_icon i span {
  position: absolute;
  font-size: 60px;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.popup_photo-view .item-like:hover i span {
  opacity: 0.5;
}

.popup_photo-view .item-like i span:hover {
  opacity: 1;
}

.top-messages_menu__popup-right-col li.top-messages_menu_single-message:first-child {
  padding: 13px 16px;
  border: none;
}

.item_bottom-block_wrapp {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 150px;
  width: 80%;
  background: transparent;
}

.item_bottom-block {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 76px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.item_bottom-block_wrapp:hover .item_bottom-block {
  opacity: 1;
}

.item_bottom-block_soc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 40px;
}

.item_bottom-block_left {
  display: inline-block;
  padding-right: 168px;
  text-align: left;
}

.item_bottom-block_left_title {
  font-weight: 700;
}

.item_bottom-block_left_album {
  color: #a2b5c3;
  font-size: 11px;
}

.popup_comments {
  overflow-y: scroll;
  height: 58%;
}

.popup-content__default {
  display: block;
  width: 20%;
  left: 50%;
  margin-left: -10%;
  top: 20%;
  height: auto;
  margin-bottom: 5%;
}

.popup-content__default.big-popup {
  margin: 20px 0;
  top: 0 !important;
}

.popup_add-group .popup-content__default {
  width: 450px;
  margin-left: -225px;
}

.popup-content_title {
  position: relative;
  background: #0596f0;
  color: #fff;
  padding: 20px 30px;
  border-radius: 3px 3px 0 0;
  z-index: 1;
}

.popup-content_title ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.popup-content_title ul li {
  display: inline-block;
}

.popup-content_title_tab {
  display: inline-block;
  position: relative;
  margin-right: 27px;
  color: #87d0fd;
  cursor: pointer;
}

.popup-content_title ul li.active .popup-content_title_tab {
  color: #fff;
}

.popup-content_title .popup-hide {
  top: 50%;
  margin-top: -13px;
  right: 30px;
  width: 26px;
  height: 26px;
}

.popup-content_text {
  padding: 40px 30px 45px;
  background: #fff;
  text-align: center;
  border-radius: 0 0 3px 3px;
}

.popup-content_text_with-footer {
  border-radius: 0;
}

.popup-content_text .news-feed_menu ul {
  margin: 0 0 40px 0;
}

.popup-content_text .input-block label {
  width: 100%;
  margin-bottom: 21px;
  text-align: left;
}

.popup-content_text .input-block input,
.popup-content_text .input-block .select-wrapp_for-arrow,
.popup-content_text .input-block select {
  width: 100%;
}

.popup-content_text .btn {
  width: 152px;
  margin: 0;
}

.popup_user-status .popup-content__default {
  top: 185px;
  width: 544px;
  left: 50%;
  -webkit-box-shadow: 0 0 30px #2b2b2b;
          box-shadow: 0 0 30px #2b2b2b;
}

.popup_user-status .popup-content_text {
  padding: 20px 30px 30px;
}

.popup_user-status .popup-content__default:after {
  content: '';
  position: absolute;
  top: -10px;
  left: 45px;
  border: 5px solid transparent;
  border-bottom-color: #0596f0;
  display: block;
  width: 8px;
  height: 8px;
}

.popup_user-profession .popup-content__default {
  top: 295px;
  width: 544px;
  left: 966px;
  -webkit-box-shadow: 0 0 30px #2b2b2b;
          box-shadow: 0 0 30px #2b2b2b;
}

.popup_user-profession .popup-content_text {
  padding: 20px 30px 30px;
}

.popup_user-profession .popup-content__default:after {
  content: '';
  position: absolute;
  top: -10px;
  left: 45px;
  border: 5px solid transparent;
  border-bottom-color: #0596f0;
  display: block;
  width: 8px;
  height: 8px;
}

.popup_complain .popup-content_text {
  padding-top: 20px;
}

.popup_complain .popup-content {
  width: 635px;
  margin-left: -317px;
}

.popup_complain .btn-complain {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin: 5px 10px;
}

.popup_photo-upload .popup-content_text {
  padding-top: 0;
}

.popup_photo-upload .popup-content {
  width: 635px;
  margin-left: -317px;
}

.popup_photo-upload_no-upload-block {
  background: url(/img/photo.png) no-repeat center 65px;
  background-size: 140px 107px;
  padding-top: 255px;
}

.popup_photo-upload_no-upload-block_top {
  padding-top: 1px;
  background: none;
}

.popup_photo-upload_no-upload-block input[type="file"],
.popup_photo-upload_upload-block input[type="file"] {
  display: none;
}

.upload-photo-btn_label {
  display: inline-block;
  width: 150px;
  height: 30px;
  line-height: 28px;
  padding: 0;
  margin: 0;
  border: 1px solid #0596f0;
  border-radius: 20px;
  background: #0596f0;
  font-size: 11px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.upload-photo-btn_label:hover {
  outline: none !important;
  background: #047dc8;
  color: #fff;
}

.popup_photo-upload_upload-block {
  display: none;
  padding-top: 30px;
}

.popup_photo-upload_uploaded-photos {
  padding-bottom: 36px;
  border-bottom: 1px solid #d7effe;
}

.popup_photo-upload_uploaded-photos-photo-wrapp {
  display: inline-block;
  position: relative;
  margin-right: 13px;
  width: 180px;
  height: 180px;
}

.popup_photo-upload_uploaded-photos-photo-wrapp.last-child {
  margin-right: 0;
}

.popup_photo-upload_uploaded-photos-photo-wrapp .uploaded-photos_checkbox {
  position: relative;
  bottom: 11px;
  right: 26px;
}

.uploaded-photos_checkbox {
  display: none;
}

.uploaded-photos_checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}

.uploaded-photos_checkbox:not(checked) + label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.uploaded-photos_checkbox:not(checked) + label:after {
  content: '';
  position: absolute;
  bottom: 16px;
  right: 17px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.5);
}

.uploaded-photos_checkbox:checked + label {
  background: rgba(4, 125, 200, 0.5);
}

.uploaded-photos_checkbox:checked + label:after {
  background: rgba(0, 0, 0, 0.5) url(/img/success-bold-white.svg) no-repeat center;
  background-size: 18px;
}

.uploaded-photos_checkbox + label:before {
  content: '';
  position: absolute;
  bottom: 9px;
  right: 11px;
  height: 43px;
  width: 43px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
}

.popup_photo-upload_upload-bottom-block_counter {
  margin: 25px 0;
  color: #587489;
  font-weight: 700;
  font-size: 11px;
}

.upload-more-photo-btn_label {
  display: inline-block;
  width: 150px;
  height: 30px;
  line-height: 28px;
  padding: 0;
  margin: 0 18px 0 0;
  border: 1px solid #0596f0;
  border-radius: 20px;
  background: #fff;
  font-size: 11px;
  text-align: center;
  color: #0596f0;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.upload-more-photo-btn_label:hover {
  outline: none !important;
  background: #047dc8;
  color: #fff;
}

.top-messages_menu_single-message__title_a_wrapp:hover .bottom_soc-list-like_menu__bottom {
  display: block;
}

.popup_post-dialogs .popup-content__default {
  width: 460px;
  margin-left: -230px;
  overflow: hidden;
}

.popup_post-dialogs .popup-content__default:before,
.popup_post-dialogs .popup-content__default:after {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: 93%;
  z-index: 1;
}

.popup_post-dialogs .popup-content_text {
  position: relative;
  padding: 0;
  text-align: left;
  max-height: 496px;
  overflow-y: auto;
}

.popup_subscribers .popup-content__default {
  width: 800px;
  margin-left: -400px;
  overflow: hidden;
}

.popup_subscribers .popup-content__default:before,
.popup_subscribers .popup-content__default:after {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: 93%;
  z-index: 1;
}

.popup_subscribers .popup-content__default:before {
  top: 59px;
  -webkit-box-shadow: 0 8px 40px 24px #fff;
          box-shadow: 0 8px 40px 24px #fff;
}

.popup_subscribers .popup-content__default:after {
  bottom: -1px;
  -webkit-box-shadow: 0 -8px 40px 24px #fff;
          box-shadow: 0 -8px 40px 24px #fff;
}

.popup_subscribers .friend-sidebar {
  margin: 0;
}

.popup-content_title .friend-search {
  position: absolute;
  right: 165px;
  top: 50%;
  margin-top: -15px;
  background: #047dc8 url(/img/loop-blue.png) no-repeat 15px 50%;
  color: #fff;
}

.popup_subscribers .popup-content_text {
  position: relative;
  padding: 30px 70px;
  text-align: left;
  max-height: 496px;
  overflow-y: auto;
}

.popup_subscribers .friend-sidebar-single_wrapp {
  display: inline-block;
  width: 29%;
  margin-right: 5.9%;
}

.popup_subscribers .friend-sidebar-single_wrapp:nth-child(3n+3) {
  margin-right: 0;
}

.popup_subscribers:hover .friend-sidebar-single_wrapp {
  background: none;
}

.popup_subscribers .friend-sidebar-single {
  margin: 0;
}

.popup_subscribers .friend-sidebar-single_name {
  text-align: left;
  color: #0596f0;
}

.popup_subscribers .friend-sidebar-single_wrapp:hover .friend-sidebar-single_name {
  text-decoration: underline;
}

.popup_invite-friends {
  display: none;
}

.popup_invite-friends .popup-content__default {
  width: 406px;
  margin-left: -203px;
  overflow: hidden;
}

.popup_invite-friends .popup-content__default:before,
.popup_invite-friends .popup-content__default:after {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: 88%;
  z-index: 1;
}

.popup_invite-friends .popup-content__default:before {
  top: 59px;
  -webkit-box-shadow: 0 8px 40px 24px #fff;
          box-shadow: 0 8px 40px 24px #fff;
}

.popup_invite-friends .popup-content__default:after {
  bottom: 69px;
  -webkit-box-shadow: 0 -8px 40px 24px #fff;
          box-shadow: 0 -8px 40px 24px #fff;
}

.popup_invite-friends .top-messages_menu {
  padding: 0;
  list-style-type: none;
  text-align: left;
}

.popup_invite-friends .popup-content_text {
  padding: 24px 0 15px;
  max-height: 435px;
  overflow-y: auto;
}

.popup_invite-friends .top-messages_menu_single-message__friends-page {
  padding: 6px 30px;
}

.popup_transfer-money .popup-content__default {
  width: 512px;
  margin-left: -256px;
}

.popup_transfer-money .popup-content_text {
  padding-bottom: 34px;
}

.popup_transfer-money .zonto-coint_sidebar-block {
  margin: 0 auto 35px;
}

.popup_transfer-money .zonto-coint_sidebar-block_inside {
  padding-left: 50px;
}

.popup_transfer-money .input-block label {
  display: inline-block;
  width: auto;
  min-width: 115px;
  margin: 0;
  padding-right: 15px;
  color: #587489;
  font-size: 13px;
  font-weight: 400;
  text-align: right;
}

.popup_transfer-money .input-block input,
.popup_transfer-money .input-block select,
.popup_transfer-money .input-block .select-wrapp_for-arrow {
  width: 300px;
}

.popup_transfer-money .bottom-text {
  font-size: 11px;
  text-align: left;
  margin: 0;
}

.popup_share-post .popup-content__default {
  width: 512px;
  margin-left: -256px;
}

.popup_share-post .popup-content_text {
  padding: 30px 30px 34px;
}

.popup_share-post .bottom-text {
  font-size: 11px;
  text-align: left;
  margin: 0;
}

.popup_share-post textarea {
  width: 100%;
  border: none;
  resize: none;
  outline: none;
}

.popup .shared-post {
  border: 1px solid #dae2e7;
  margin-bottom: 22px;
}

.popup .shared-post_main-img {
  max-width: 100%;
  height: 124px;
}

.popup .shared-post_bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shared-post_small-icon {
  position: absolute;
  top: -24px;
  left: 21px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.shared-post_small-icon img {
  width: 100%;
  height: 100%;
}

.left-col,
.right-col {
  text-align: left;
  padding: 10px 0 6px;
  line-height: 17px;
}

.left-col {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  padding-left: 89px;
}

.shared-post_bottom_title_name {
  color: #414141;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.shared-post_bottom_title_text {
  color: #587489;
  font-size: 11px;
}

.right-col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.popup_friends-liked .popup-content__default:after,
.popup_friends-valued .popup-content__default:after {
  bottom: -1px;
}

.popup_friends-liked .top-messages_menu_single-message,
.popup_friends-valued .top-messages_menu_single-message {
  padding: 6px 30px;
}

.popup_friends-liked .single-message_content,
.popup_friends-valued .single-message_content {
  padding-left: 6px;
}

.popup_friends-liked .top-messages_menu_single-message:after,
.popup_friends-valued .top-messages_menu_single-message:after {
  width: 69%;
}

.popup_friends-liked .top-messages_menu_single-message .single-message_info {
  right: 39px;
}

.popup_friends-liked .single-message_content_name,
.popup_friends-valued .single-message_content_name {
  width: 160px;
}

.popup_friends-valued .top-messages_menu_single-message .single-message_info {
  left: 265px;
  right: auto;
}

.popup-valued_coints-block {
  padding-left: 28px;
  padding-right: 35px;
  background: url(/img/zonto-coint.png) no-repeat 0 50%;
  background-size: 20px;
  color: #0596f0;
  font-size: 13px;
}

.popup-footer {
  position: relative;
  padding: 20px 30px;
  background: #f3f5f7;
  border-radius: 0 0 3px 3px;
  text-align: center;
  font-size: 11px;
  z-index: 2;
}

.popup-footer .btn {
  width: auto;
  padding: 0 35px;
}

.popup_invite-friends .popup-footer .popup-footer_count {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 30px;
}

.popup_invite-friends .friend-search {
  right: 74px;
}

.friend-search.popup-search {
  border: none;
  padding-left: 42px;
  top: 35px;
}

.info-popup {
  display: none;
  position: absolute;
  border-radius: 3px;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  z-index: 21;
  font-size: 13px;
  white-space: nowrap;
}

.info-popup:after {
  content: '';
  position: absolute;
  display: block;
  border: 7px solid transparent;
  border-right: 7px solid rgba(0, 0, 0, 0.8);
  left: -14px;
  top: 50%;
  margin-top: -7px;
}

.info-popup_referral-link {
  top: -1px;
  left: 58px;
}

.info-popup_parent:hover .info-popup {
  display: block;
}

/*
.popup_post-view .popup_fixed{
  position: absolute;
  overflow-y: auto;
}
*/
.popup_post-view .popup-content__default {
  top: 15% !important;
  margin-bottom: 5%;
}

.popup_post-view .popup-content__default {
  width: 718px;
  margin-left: -351px;
}

.popup_post-view .popup-hide {
  position: fixed;
  top: 15%;
  right: 551px;
}

.popup_post-view .user-chronicle_single {
  margin: 0;
}

.popup_post-view .popup-content_text {
  padding: 0;
  border-radius: 3px;
  text-align: left;
}

.popup_post-view .user-chronicle_single_content_photo img {
  max-width: 100%;
}

.popup_post-view .messages-block_write-message_textarea {
  padding-left: 76px;
  padding-top: 30px;
}

.popup_post-view .messages-block_write-message_bottom {
  padding: 16px;
}

.popup_post-view .popup_comments {
  overflow: auto;
}

/*
.popup_post-view .messages-block_write-message_bottom{
  display: none;
}
.popup_post-view .messages-block_write-message_bottom__flex{
  display: flex;
}
*/
.post-navigation div {
  position: fixed;
  top: 50%;
  margin-top: -10px;
  width: 12px;
  height: 20px;
  cursor: pointer;
  opacity: 0.5;
  z-index: 1000;
  -webkit-transition: .3s;
  transition: .3s;
}

.post-navigation div:hover {
  opacity: 1;
}

.post-navigation .prev-post {
  background: url(../img/arrow-down2.png) no-repeat 95% 50% !important;
  background-size: 12px !important;
  left: 550px;
}

.post-navigation .next-post {
  background: url(../img/arrow-down.png) no-repeat 95% 50% !important;
  background-size: 12px !important;
  right: 570px;
}

/*Notification*/
.notification_block {
  opacity: 1;
  visibility: visible;
  position: fixed;
  bottom: 30px;
  left: 1%;
  width: 350px;
  height: 120px;
  padding: 12px 17px 39px 14px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 30px #a2b5c3;
          box-shadow: 0 0 30px #a2b5c3;
  z-index: 2;
}

.notification_block.animating {
  -webkit-transition: bottom .5s;
  transition: bottom .5s;
}

.notification_block.show_notification {
  -webkit-animation: notification_show ease-out 0.5s backwards;
          animation: notification_show ease-out 0.5s backwards;
}

.notification_block.hide_notification {
  /*animation: hide_notification ease-in 0.3s both;*/
  display: none;
}

.notification_block.block2 {
  bottom: 170px;
}

.notification_block.block3 {
  bottom: 310px;
}

.notification_block.block4 {
  bottom: 450px;
}

.notification_block.block5 {
  bottom: 590px;
}

.notification_block.block6 {
  display: none;
}

.notification_block:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  opacity: 0.2;
  background: url(../img/notification-shadow.png) no-repeat bottom center;
  background-size: cover;
}

.notification_block_hide {
  position: absolute;
  top: 9px;
  right: 9px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #f3f5f7 url(../img/cancel-grey.svg) no-repeat center;
  background-size: 21px;
  border-radius: 3px;
  color: #a2b5c3;
  cursor: pointer;
}

.notification_block_title {
  margin-bottom: 14px;
  color: #587489;
  font-size: 13px;
  font-weight: 700;
}

.notification_block_img-block {
  display: inline-block;
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.notification_block_img-block img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.notification_block_main-content {
  position: relative;
  display: inline-block;
  padding-left: 64px;
}

.notification_block_main-content a {
  color: #0596f0;
  text-decoration: none;
  font-weight: 700;
}

.notification_block_main-content.big {
  max-height: 60px;
  overflow: hidden;
}

.notification_block_main-content.big:after {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 28px;
  height: 20px;
  background: #fff;
  z-index: 2;
}

.notification_block.success:after {
  background: url(../img/notification-shadow_success.png) no-repeat bottom center;
  background-size: cover;
  opacity: 1;
}

.notification_block.success .notification_block_img-block {
  background: url(../img/notification-bg_success.png) no-repeat center;
  background-size: cover;
}

.notification_block.error:after {
  background: url(../img/notification-shadow_erorr.png) no-repeat bottom center;
  background-size: cover;
  opacity: 1;
}

.notification_block.error .notification_block_img-block {
  background: url(../img/notification-bg_erorr.png) no-repeat center;
  background-size: cover;
}

.notification_block.warning:after {
  background: url(../img/notification-shadow_warning.png) no-repeat bottom center;
  background-size: cover;
  opacity: 1;
}

.notification_block.warning .notification_block_img-block {
  background: url(../img/notification-bg_warning.png) no-repeat center;
  background-size: cover;
}

.notification_block__familiarity {
  height: 280px;
}

.notification_block__familiarity .notification_block_title {
  margin-bottom: 40px;
}

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

.notification_block__familiarity .notification_block_main:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  background: url(/img/notification_bg.png) no-repeat;
  background-size: cover;
}

.notification_block__familiarity .notification_block_main .notification_block_img-block {
  position: relative;
  width: auto;
  height: auto;
  margin-bottom: 17px;
}

.notification_block__familiarity .notification_block_main .notification_block_img-block img {
  width: 48px;
  height: 48px;
  margin-right: 5px;
  border-radius: 50%;
}

.notification_block__familiarity .notification_block_main .notification_block_img-block .heart {
  position: absolute;
  left: 27px;
  top: 0;
  width: 48px;
  height: 48px;
  z-index: 1;
  background: #e84132 url(/img/couple_white.svg) no-repeat center;
  background-size: 27px;
  border: 3px solid white;
  border-radius: 50%;
}

.notification_block__familiarity .notification_block_main .notification_block_main-content {
  padding: 0 60px;
  line-height: 16px;
}

.notification_block__familiarity .notification_block_main .notification_block_main-content.big {
  max-height: none;
}

.notification_block__familiarity .notification_block_main .notification_block_main-content.big:after {
  display: none;
}

.notification_block__familiarity .notification_block_main .familiarity_link {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-top: 17px;
  background-color: #e84132;
  border: 1px solid #e84132;
  color: #fff;
  font-size: 11px;
}

.notification_block__familiarity .notification_block_main .familiarity_link:hover {
  background: #fe5a4c;
  border-color: #fe5a4c;
}

.popup_wallet-transaction .popup-content__default {
  top: 5%;
  width: 680px;
  margin-left: -340px;
}

.popup_wallet-transaction .popup-content_text {
  padding: 0;
  text-align: left;
}

.popup_wallet-transaction .news-feed_menu ul {
  padding: 30px 30px 0 30px;
}

.popup_wallet-transaction .popup_input-blocks_top-block,
.popup_wallet-transaction .popup_input-blocks_bottom-block {
  position: relative;
  padding: 0 30px 0 82px;
}

.popup_wallet-transaction .input-block label {
  color: #587489;
  font-size: 11px;
  font-weight: 700;
}

.popup_wallet-transaction .input-block input,
.popup_wallet-transaction .input-block select {
  height: 35px;
  line-height: 35px;
  color: #414141;
  font-size: 13px;
}

.popup_wallet-transaction .input-block .with-wallet {
  position: relative;
}

.popup_wallet-transaction .input-block .with-wallet:before {
  content: "";
  position: absolute;
  left: -52px;
  top: 50%;
  margin-top: -17px;
  height: 30px;
  width: 32px;
  background: url(../img/purse-with-bills-grey.svg) no-repeat;
  background-size: cover;
}

.input-block_bottom-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}

.input-block_bottom-info_col {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.input-block_bottom-info_title {
  margin-bottom: 4px;
  color: #a2b5c3;
  font-size: 11px;
  text-transform: uppercase;
}

.input-block_bottom-info_text,
.input-block_bottom-info_text:hover,
.input-block_bottom-info_text:focus {
  color: #0596f0;
  font-size: 13px;
}

.input-block_bottom-info_text span,
.input-block_bottom-info_text span:hover,
.input-block_bottom-info_text span:focus {
  position: relative;
  top: -3px;
  color: #587489;
  font-size: 10px;
  text-decoration: none;
}

.popup-content_text .input-select_wrapp .select-wrapp_for-arrow {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  height: 35px;
  background-color: #f3f5f7;
  background-position: 70px;
}

.popup-content_text .input-select_wrapp select,
.popup-content_text .input-select_wrapp select:focus {
  position: absolute;
  width: 90px;
  height: 35px;
  line-height: 35px;
}

.popup_input-blocks_separator {
  position: relative;
  width: 100%;
  margin: 40px 0;
  height: 1px;
  background-color: #e6ebef;
}

.popup_input-blocks_separator:before {
  content: "";
  position: absolute;
  top: -17px;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  border-bottom: 2px solid #acbdc9;
  border-left: 2px solid #acbdc9;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 1;
}

.popup_input-blocks_separator:after {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -30px;
  background: #fff;
  width: 60px;
  height: 30px;
  z-index: 0;
}

.popup_help_content {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1001;
}

.popup_help_content_img {
  -webkit-box-shadow: 0 0 50px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 50px rgba(255, 255, 255, 0.3);
  left: 15px;
}

.popup_help_content_arrow {
  position: relative;
  left: -30px;
  width: 100%;
  height: 24px;
  background: url(../img/left-arrow.svg) no-repeat 0 0;
  background-size: 33px 27px;
  -webkit-animation: arrow_left-right ease-in-out 0.5s infinite alternate;
          animation: arrow_left-right ease-in-out 0.5s infinite alternate;
}

.popup_help_content_block {
  position: relative;
  border-radius: 3px;
  padding: 26px 83px 27px 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  white-space: nowrap;
}

.popup_help_content_block:after {
  content: '';
  position: absolute;
  left: -14px;
  top: 23px;
  display: block;
  border: 7px solid transparent;
  border-right: 7px solid rgba(0, 0, 0, 0.8);
}

.popup-hide__black {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background-color: #000;
}

.popup_help_content_block_title {
  font-size: 18px;
}

.popup_help_content_block_text span {
  display: inline-block;
  margin-left: 14px;
  padding-left: 36px;
  background: url(/img/zonto-coint.png) no-repeat 0 center;
  background-size: 24px;
  color: #ffe7a3;
}

.popup_share-post .user-chronicle_single {
  text-align: left;
}

.popup_share-post .user-chronicle_single_content_text {
  margin-bottom: 0;
  white-space: normal;
}

.popup_share-post .user-chronicle_single_content_text_shared-message .user-chronicle_single_top {
  display: table;
}

.mobile-redirect_wrapp {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0596f0 url(../img/zonto_app_ads_bg.png) no-repeat center;
  background-size: 307px 67px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  text-align: center;
  height: 100%;
  overflow: auto;
  z-index: 1000;
}

.mobile-redirect_block_logo {
  margin: 30px auto 23px;
  width: 183px;
  height: 35px;
}

.mobile-redirect_block_logo img {
  width: 100%;
  height: 100%;
}

.mobile-redirect_block_hide {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: url(../img/cancel-white.svg) no-repeat;
  background-size: cover;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: .3s;
  transition: .3s;
}

.mobile-redirect_block_hide:hover {
  opacity: 1;
}

.mobile-redirect_block h1 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}

.mobile-redirect_block small {
  display: block;
  color: #ffd042;
  font-size: 16px;
  margin-bottom: 24px;
}

.mobile-redirect_bottom_block_btn {
  display: inline-block;
  margin: 0 auto;
  width: 200px;
  height: 59px;
}

.mobile-redirect_bottom_block_btn img {
  width: 100%;
  height: 100%;
}

.mobile-redirect_bottom_block_left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 129px;
  height: 129px;
  background: url(../img/zonto_app_ads-left.png) no-repeat center;
  background-size: 129px;
  z-index: -1;
}

.mobile-redirect_bottom_block_right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 194px;
  height: 89px;
  background: url(../img/zonto_app_ads-right.png) no-repeat center;
  background-size: 194px 89px;
}

.mobile-redirect_bottom_block {
  position: relative;
  width: 100%;
}

.mobile-redirect_bottom_block_mobile {
  width: 100%;
}

.mobile-redirect_bottom_block_mobile img {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}

.mobile-redirect_bottom_block_btn_apple,
.mobile-redirect_bottom_block_btn_android,
.mobile-redirect_bottom_block_mobile_apple,
.mobile-redirect_bottom_block_mobile_android {
  display: none;
}

.mobile-redirect_body {
  overflow: hidden;
  width: auto;
}

.popup_post-share .popup-content {
  width: 680px;
  margin-left: -340px;
}

.popup_post-share .popup-content_text {
  padding-bottom: 30px;
  text-align: left;
}

.popup_post-share .popup-top-row {
  margin-bottom: 30px;
}

.popup_post-share .popup-top-row .label-title {
  text-align: center;
}

.popup_post-share .copy_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 17px;
}

.popup_post-share .copy-link {
  color: #0596f0;
  margin-bottom: 20px;
  padding: 0 22px 0 12px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #dae2e7;
  border-radius: 3px;
  outline: none;
  cursor: text;
}

.popup_post-share .checkbox-wrap_first {
  margin-top: 17px;
}

.popup_post-share .select-under-checkbox {
  margin-top: 17px;
  padding-left: 37px;
}

.popup_post-share .select-under-checkbox .v-select.searchable,
.popup_post-share .select-under-checkbox .v-select.searchable div.dropdown-toggle {
  width: 100%;
}

.popup_post-share .share-message {
  resize: none;
  width: 100%;
  height: 90px;
  min-height: 90px;
  border: 1px solid #dae2e7;
}

.popup_post-share .input-block-last {
  margin-bottom: 26px;
}

@-webkit-keyframes hide_notification {
  100% {
    bottom: 100%;
  }
}

@keyframes hide_notification {
  100% {
    bottom: 100%;
  }
}

@-webkit-keyframes notification_show {
  0% {
    left: -100%;
    opacity: 0;
    visibility: hidden;
  }
  80% {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
    left: 1%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes notification_show {
  0% {
    left: -100%;
    opacity: 0;
    visibility: hidden;
  }
  80% {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
    left: 1%;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes arrow_left-right {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 10px 0;
  }
}

@keyframes arrow_left-right {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 10px 0;
  }
}

body {
  font-family: 'Droid Sans', sans-serif;
  font-size: 13px;
  color: #414141;
  background: #f9f9f9;
  cursor: default;
}

#welcome-head, #welcome-body, .index-wrap {
  height: 100%;
}

.index-wrap {
  height: auto;
  min-height: 100%;
}

.index-page_content {
  /*padding-bottom: 136px;*/
}

/*.index-page_footer {
  position: relative;
  margin-top: -70px;
  height: 70px;
  line-height: 70px;
  clear: both;
  overflow: hidden;
}*/
.index-wrap_header_fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

/*Main scroll*/
.navbar {
  margin-bottom: 0;
}

.main {
  margin: 21px 0 0;
}

.main-content {
  /*for main content block*/
  padding: 65px 30px 0;
}

.main-content__min-height {
  min-height: 100vh;
}

.groups_main-content {
  width: 720px;
  padding: 0;
}

.search_main-content {
  width: 720px;
  padding: 0;
}

.block-wrapp_for-one-screen .news-feed_menu {
  position: fixed;
}

.block-wrapp_for-one-screen .inside-page-_main-row {
  position: fixed;
  width: 945px;
  top: 86px;
}

.message-wrapp_for-one-screen {
  position: fixed;
  width: 945px;
  top: 86px;
  background: #fff;
  border-radius: 3px 3px 0 0;
  border: 1px solid #d7effe;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.padding-left {
  padding-left: 30px;
}

.padding-top {
  padding-top: 5px;
}

/*Borders*/
.border-right,
.border-left,
.border-top,
.border-bottom {
  position: relative;
}

.border-bottom:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 1px;
  background: #d7effe;
}

.border-bottom_main-menu {
  padding-bottom: 5px;
}

.border-bottom_main-menu:hover:after {
  display: block !important;
}

.border-bottom__full-width:after {
  width: 100%;
  left: 0;
}

.border-bottom__message:after {
  right: 16px;
  left: auto;
  bottom: -2px;
  width: 77%;
}

.border-bottom__message-page:after {
  right: 30px;
  left: auto;
  bottom: -2px;
  width: 73%;
}

.border-bottom__friend-page:after {
  right: 0;
  left: auto;
  bottom: -2px;
  width: 88.5%;
}

.border-bottom__comment:after {
  width: 88%;
}

.border-bottom__pop-up:after {
  right: 15px;
  left: auto;
  bottom: 0;
  width: 72%;
}

.border-bottom__search:after {
  bottom: -8px;
  width: 90%;
}

.border-top:after {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 1px;
  background: #d7effe;
}

.border-top_main-menu {
  padding-top: 5px;
}

.border-top_main-menu:hover:after {
  display: block !important;
}

.border-top__full-width:after {
  width: 100%;
  left: 0;
}

.border-right:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: #d7effe;
}

.border-left:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background: #d7effe;
}

/*Title*/
.top-title {
  margin-top: 0;
}

.title-underlined {
  position: relative;
  display: inline;
  font-size: 13px;
  color: #587489;
  white-space: nowrap;
}

.title-underlined:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #d7effe;
}

.title-underlined.clicked {
  cursor: pointer;
}

.title-like-list {
  position: relative;
  float: right;
  color: #0596f0;
}

.title-like-list:before {
  content: url(/img/settings-work-tool.png);
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -8px;
  height: 12px;
  width: 12px;
}

.title-comment-block {
  display: inline-block;
  margin-left: 16px;
  margin-top: 23px;
}

.index_header_login_bottom {
  display: inline-block;
  width: 125px;
  height: auto;
  line-height: 1;
}

.index_header_login_bottom .index_header_login_bottom_block:nth-child(2) {
  display: none;
}

.index_header_login_bottom_two {
  line-height: 14px;
  height: auto;
  padding-left: 22px;
  float: right;
}

.index_header_login_bottom_two .index_header_login_bottom_block {
  text-align: left;
}

.index_header_login_bottom_two .index_header_login_bottom_block:nth-child(2) {
  display: block;
}

.index_header_login_bottom_block {
  text-align: center;
  color: #a2b5c3;
}

.index_header_login_bottom a,
.index_header_login_bottom a:hover,
.index_header_login_bottom a:focus {
  font-size: 11px;
  color: #0596f0;
  outline: none;
}

/*Buttons*/
.btn {
  display: inline-block;
  width: 130px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  margin: 5px 0;
  border: 1px solid #0596f0;
  border-radius: 20px;
  background: #0596f0;
  font-size: 11px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.btn:hover,
.btn:focus,
.btn:active {
  outline: none !important;
  /*перебивается*/
  background: #047dc8;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn_wrap {
  text-align: center;
}

.btn_white {
  color: #0596f0;
  background: #fff;
  border: 1px solid #0596f0;
}

.btn_white:hover {
  color: #fff;
  background: #0596f0;
}

.btn_yellow {
  color: #000;
  background: #ffd846;
  border: 1px solid #ffd846;
}

.btn_yellow:hover {
  color: #fff;
  background: #ffd846;
}

.btn_grey {
  color: #587489;
  background: #fff;
  border: 1px solid #dae2e7;
}

.btn_grey:hover {
  color: #587489;
  background: #dae2e7;
}

.btn_big {
  width: 300px;
}

.btn__with-img {
  line-height: 19px;
  padding: 0 12px;
}

.btn_for-form-groups {
  margin-left: 15px;
  margin-top: 10px;
}

.btn.btn_for-form-groups:first-of-type,
.btn.btn_for-form-groups2 {
  margin-left: 177px;
}

.btn_for-form-groups__first {
  margin-bottom: 40px;
}

.user_page_address_save {
  display: none;
}

.btn__referral-link_wrapp {
  display: inline-block;
  position: relative;
}

.btn__referral-link,
.btn__referral-link:hover,
.btn__referral-link:focus {
  width: auto;
  padding: 0 22px 0 12px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #dae2e7;
  border-radius: 3px 0 0 3px;
  background: #fff;
  color: #0596f0;
  outline: none;
  cursor: text;
}

.btn__referral-link_icon {
  position: absolute;
  top: 0;
  right: -43px;
  width: 43px;
  height: 30px;
  border: 1px solid #dae2e7;
  border-left: none;
  border-radius: 0 3px 3px 0;
  background: url(/img/clipboard-verification-outlined-sign-grey.svg) no-repeat center;
  background-size: 16px;
  cursor: pointer;
}

.btn__referral-link_icon:hover {
  background: url(/img/clipboard-verification-outlined-sign.svg) no-repeat center;
  background-size: 16px;
}

.btn__referral-link.clicked,
.btn__referral-link.clicked:hover,
.btn__referral-link.clicked:focus {
  background: #047dc8;
  color: #fff;
}

.btn.disabled {
  background-color: #dae2e7;
  border-color: #dae2e7;
  color: #587489;
  cursor: not-allowed;
  pointer-events: none;
}

.btn__registration-switch {
  display: inline-block;
  cursor: pointer;
  color: #fff;
  border: 1px solid #4bb8fb;
  border-radius: 2px;
  width: 100%;
  height: 34px;
  line-height: 30px;
  padding: 0;
  margin: 5px 0;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.popup-content .btn_for-popup {
  width: 108px;
  background: #fff;
  border: 1px solid #e6ebef;
  color: #587489;
}

.popup-content .btn_for-popup:hover {
  background-color: #f3f5f7;
}

.popup-content .btn_for-popup__already_friends {
  position: relative;
  top: 0;
  right: 0;
  background: url(/img/success-bold.svg) no-repeat 18px 50%;
  background-size: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.popup-content .btn_for-popup__already_friends:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -3px;
  border: 6px solid transparent;
  border-top: 6px solid #a2b5c3;
  display: block;
  width: 8px;
  height: 6px;
  pointer-events: none;
}

.popup-content .btn_for-popup__already_friends .section_action_menu {
  font-size: 13px;
  right: 20px;
}

.popup-content .btn_for-popup__already_friends .section_action_menu ul li {
  padding: 0 20px;
}

.btn_center {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -65px;
}

.yellow_btn {
  display: inline-block;
  width: auto;
  height: 40px;
  line-height: 38px;
  text-align: center;
  background: #ffd042;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid transparent;
  border-radius: 20px;
  padding: 0 43px;
  outline: none;
  color: #414141;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.yellow_btn:hover,
.yellow_btn:focus {
  color: #414141;
  background: #ffc71f;
  text-decoration: none;
  outline: none;
}

.friend-profile_zcoints,
.friend-profile_zcoints:hover,
.friend-profile_zcoints:focus,
.friend-profile_zcoints:active {
  padding-left: 5px;
  border: 1px solid #d7effe;
  background: #fff url(/img/zonto-coint.png) no-repeat 6px 50%;
  background-size: 20px;
  color: #0596f0;
  font-size: 13px;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
}

.bth-wirex {
  padding-left: 5px;
  border: 1px solid #009457;
  background: #009457 url(/img/wirexapp.svg) no-repeat 18px 50%;
  background-size: 20px;
  color: #fff;
  font-size: 13px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 20px;
}

.bth-wirex:hover,
.bth-wirex:focus,
.bth-wirex:active {
  outline: none !important;
  /*перебивается*/
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #007740 url(/img/wirexapp.svg) no-repeat 18px 50%;
  background-size: 20px;
}

.btn-complain {
  outline: none !important;
  /*перебивается*/
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid gray;
  color: #000;
  background: none;
  font-size: 13px;
  box-shadow: none;
  width: auto;
}

.btn-complain:hover,
.btn-complain:focus,
.btn-complain:active {
  color: #fff;
  background-color: gray;
}

.btn-complain-active {
  color: #fff;
  background-color: gray;
}

.index_header_login .btn {
  width: 77px;
  margin: 0;
}

.round-button-add {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #0596f0;
  cursor: pointer;
}

.round-button-add:before,
.round-button-add:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -7px;
  width: 14px;
  height: 2px;
  background: #fff;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.round-button-add:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.chat-on_button_click:after {
  -webkit-transform: rotate(405deg);
          transform: rotate(405deg);
}

.chat-on_button_click:before {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}

.round-button-add span {
  display: none;
  position: absolute;
  top: 39px;
  left: -23px;
  border-radius: 3px;
  padding: 10px 18px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
  background-size: 24px;
  font-size: 11px;
  white-space: nowrap;
}

.round-button-add span:after {
  content: '';
  position: absolute;
  top: -14px;
  left: 27px;
  border: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.8);
  display: block;
}

.round-button-add span.left-popup {
  right: 39px;
  left: auto;
  top: 50%;
  margin-top: -19px;
}

.round-button-add span.left-popup:after {
  border: 7px solid transparent;
  border-left: 7px solid rgba(0, 0, 0, 0.8);
  right: -14px;
  left: auto;
  top: 50%;
  margin-top: -7px;
}

.round-button-add:hover span {
  display: block;
}

.round-button-add.chat-on_button_click:hover span {
  display: none;
}

/*Close*/
.round-close {
  display: inline-block;
  border: 1px solid #ffba97;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  color: #ffba97;
  font-size: 28px;
  -webkit-transition: color .3s, border .3s;
  transition: color .3s, border .3s;
}

.round-close:hover {
  border: 1px solid #ff935d;
  color: #ff935d;
  text-decoration: none;
}

.no-hover {
  cursor: default;
}

.no-hover:hover {
  background: transparent;
}

.no-hover:hover:after {
  display: block;
}

.no-hover:last-child:hover:after {
  display: none;
}

.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.user-name-link {
  pointer-events: none;
}

.big-banner {
  position: relative;
  top: -47px;
  width: 100%;
  margin-bottom: -23px;
  height: 305px;
}

.big-banner .Masthead {
  height: 250px !important;
  min-height: 250px !important;
}

.big-banner .big-banner_cover {
  width: 100%;
  height: 250px !important;
  background-size: 945px 250px !important;
  background-attachment: fixed !important;
}

.big-banner_add-cover-photo_wrapp {
  position: absolute;
  top: 42px;
  right: 51px;
  width: 24px;
  height: 23px;
  cursor: pointer;
}

.big-banner_add-cover-photo {
  display: inline-block;
  width: 24px;
  height: 23px;
  background: url(/img/photo-camera.png) no-repeat;
  background-size: 24px;
}

.big-banner_add-round-photo {
  display: inline-block;
  position: absolute;
  top: 184px;
  left: 30px;
  width: 130px;
  height: 130px;
  margin-bottom: 28px;
  border-radius: 50%;
  z-index: 1;
}

.big-banner_add-round-photo:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #f9f9f9;
  z-index: -1;
}

.big-banner_add-round-photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid rgba(0, 0, 0, 0.2);
}

.big-banner_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
  padding: 10px 355px 10px 174px;
  border-bottom: 1px solid #e6ebef;
}

.big-banner_bottom_title,
.big-banner_bottom_info {
  display: inline-block;
  line-height: 17px;
  width: 44%;
}

.big-banner_bottom_info.money {
  background: url(/img/zonto-coint.png) no-repeat 0 center;
  background-size: 30px;
  padding-left: 45px;
}

.big-banner_bottom_btns {
  position: absolute;
  right: 78px;
}

.big-banner_bottom_btns .btn {
  margin-left: 10px;
}

.big-banner_bottom_title {
  min-width: 28%;
}

.big-banner_bottom_title_name {
  margin-right: 25px;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 275px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.big-banner_bottom_title_text,
.big-banner_bottom_info_title {
  color: #587489;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}

.big-banner_bottom_info_count {
  color: #0596f0;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}

.big-banner_bottom_btns .btn i span {
  position: relative;
  top: 3px;
  margin-right: 11px;
  font-size: 17px;
}

#map {
  width: 681px;
  height: 251px;
  margin-bottom: 24px;
}

.small-title_for-input {
  margin-top: 41px;
  margin-bottom: 21px;
  margin-left: 175px;
  font-weight: 700;
  font-size: 11px;
  color: #587489;
}

.small-title_for-input_wrapp {
  margin-top: 41px;
  margin-bottom: 21px;
  margin-left: 175px;
  height: 12px;
}

.small-title_for-input__second {
  position: absolute;
  left: 510px;
  top: 0;
  margin: 0;
  color: #a2b5c3;
  font-size: 11px;
}

.small-title_for-input_top,
.small-title_for-input_wrapp_top {
  margin-top: 35px;
}

/*To top btn*/
.toTop-btn_wrapp {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 70px;
  height: 100vh;
  background: transparent;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.toTop-btn {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 19px;
  width: 32px;
  height: 32px;
  background: url(/img/totop.png) no-repeat;
  background-size: cover;
  border-radius: 50%;
  -webkit-transition: .3s;
  transition: .3s;
}

.toTop-btn_wrapp:hover {
  background: #ebf7ff;
}

.toTop-btn_wrapp:hover .toTop-btn {
  background: url(/img/totop-hover.png) no-repeat;
  background-size: cover;
}

div.main-sidebars_fixed {
  position: fixed;
  top: 86px;
  width: 195px;
  z-index: 20;
}

div.main-sidebar__relative {
  position: relative;
  top: 60px;
  z-index: 2;
}

.main_sidebar {
  width: 195px;
  z-index: 2;
}

.main_sidebar-with_ico-block {
  height: 942px;
}

.post-form_photo-list_preloader {
  padding: 16px;
  border: 1px solid #e6ebef;
  border-radius: 3px;
}

.news-feed_menu {
  position: relative;
}

.news-feed_menu .actLine {
  position: absolute;
  left: 0;
  bottom: -5px;
  border-bottom: 2px solid #0596f0;
  width: 0;
  -webkit-transition: left 500ms ease, width 500ms ease;
  transition: left 500ms ease, width 500ms ease;
}

.popup-content_title .actLine {
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 2px solid #87d0fd;
  width: 0;
  -webkit-transition: left 500ms ease, width 500ms ease;
  transition: left 500ms ease, width 500ms ease;
}

/*Keyframes*/
/*
@keyframes phone1 {
  from{transform: translateY(-30px)}
  to{transform: translateY(0)}
}
@keyframes phone2 {
  from{opacity: 0;}
  to{opacity: 1}
}
*/
.flickity-wrapp {
  position: relative;
  width: 100%;
}

.carousel-cell {
  width: 100%;
  height: 90vh;
}

.carousel-cell {
  width: 100%;
  height: 90vh;
}

.carousel-cell img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.flickity-controller {
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.flickity-controller:hover {
  opacity: 1;
}

.flickity-previous {
  left: 0;
  background: url(/images/arrow-down2.png) 38px 50% no-repeat !important;
  background-size: 12px !important;
  width: 30%;
}

.flickity-next {
  right: 0;
  background: url(/images/arrow-down.png) 95% 50% no-repeat !important;
  background-size: 12px !important;
  width: 70%;
}

.flickity-prev-next-button {
  top: 50%;
  height: 100%;
  background: none;
  border-radius: 0;
}

.flickity-prev-next-button:hover {
  background: none;
}

.flickity-prev-next-button.previous {
  left: 0;
  width: 30%;
}

.flickity-prev-next-button.next {
  right: 0;
  width: 70%;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  width: 25px;
  height: 25px;
  fill-opacity: 0;
  -webkit-transition: fill-opacity .3s;
  transition: fill-opacity .3s;
}

.flickity-prev-next-button.previous svg {
  left: 38px;
}

.flickity-prev-next-button.next svg {
  right: 38px;
  left: auto;
}

.flickity-prev-next-button:hover svg {
  fill-opacity: 0.5;
}

.flickity-prev-next-button svg:hover {
  fill-opacity: 1;
}

.flickity-prev-next-button[disabled] svg:hover {
  fill-opacity: 0.5;
}

.flickity-viewport {
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

.user-chronicle_single_content .flickity-enabled {
  background: #fff;
}

.user-chronicle_single_content .carousel-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  height: auto;
}

.user-chronicle_single_content .flickity-slider,
.user-chronicle_single_content .carousel-cell img {
  position: relative !important;
}

.user-chronicle_single_content .flickity-prev-next-button.previous {
  left: -62px;
  width: 25px;
  height: 25px;
}

.user-chronicle_single_content .flickity-prev-next-button.next {
  right: -62px;
  width: 25px;
  height: 25px;
}

.user-chronicle_single_content .flickity-prev-next-button svg {
  top: 0;
  margin-top: 0;
  fill-opacity: 0.5;
}

.user-chronicle_single_content .flickity-prev-next-button:hover svg {
  fill-opacity: 1;
}

.user-chronicle_single_content .flickity-prev-next-button[disabled] svg {
  fill-opacity: 0;
}

.user-chronicle_single_content .flickity-prev-next-button.previous svg {
  left: 0;
}

.user-chronicle_single_content .flickity-prev-next-button.next svg {
  right: 0;
}

.qr-main-container {
  width: 431px;
  margin: 32px 0 62px 172px;
}

.qr-main-container_h1 {
  font-size: 30px;
  color: #414141;
  margin: 25px 0;
}

.qr-main-container_inside {
  border-top: 1px solid #e6ebef;
}

.qr-main-container_inside_title {
  margin: 25px 0 14px;
  font-size: 11px;
  text-transform: uppercase;
  color: #a2b5c3;
}

.qr-main-container_inside_link,
.qr-main-container_inside_link:hover,
.qr-main-container_inside_link:focus {
  font-size: 18px;
  color: #0596f0;
}

.qr-main-container_inside_qr-code {
  margin: 49px 0 109px;
  -webkit-box-shadow: 0 0 30px rgba(162, 181, 195, 0.3);
  box-shadow: 0 0 30px rgba(162, 181, 195, 0.3);
  width: 240px;
  height: 240px;
}

.qr-main-container_inside_qr-code img {
  width: 100%;
  height: 100%;
}

.qr-main-container_inside_bottom-links {
  margin-top: 27px;
}

.qr-main-container_inside_bottom-links a {
  display: inline-block;
  width: 152px;
  height: 45px;
}

.qr-main-container_inside_bottom-links a img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1400px) {
  .popup_user-status .popup-content__default {
    left: 45%;
  }
}

@media (max-width: 1199px) {
  .navbar.navbar-default.navbar-static-top {
    position: relative;
    top: 0;
  }
  .main-sidebar_relative {
    top: 0;
  }
  .main-content {
    padding-top: 0;
  }
  .popup_user-status .popup-content__default {
    left: 50%;
    margin-left: -272px;
  }
  .popup_user-status .popup-content__default:after {
    display: none;
  }
}

.page_bottom_powered-by {
  margin: 40px 0;
  text-align: center;
}

.page_bottom_powered-by span {
  display: block;
  color: #a2b5c3;
  font-size: 11px;
}

.page_bottom_powered-by a,
.page_bottom_powered-by a:hover,
.page_bottom_powered-by a:focus {
  color: #a2b5c3;
  outline: none;
  text-decoration: underline;
}

.index-page_content .register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 -10px;
  color: #272727 !important;
}

.index-page_content .register .v-select.searchable div.dropdown-toggle {
  width: 200px;
  height: 34px;
  line-height: 34px;
}

.index-page_content .register div.v-select {
  margin: 0 10px;
}

.index-page_content .register div.error_in-column {
  padding: 5px 0 0 12px;
  color: white;
}

.index-page_content .register2 .v-select.searchable div.dropdown-toggle {
  width: 126px;
}

.index-page_registration_step1 .index-page_registration_two-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index-page_registration_step1 .index-page_registration_two-inputs div.error_in-column {
  padding: 0 0 12px 0;
  color: white;
}

.index-page_registration_step1 div.error_in-column {
  padding: 12px 0 0 0;
  color: white;
}

.index-page_registration_step2 .index-page_registration_two-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index-page_registration_step2 .index-page_registration_two-inputs div.error_in-column {
  padding: 0 0 12px 0;
  color: white;
}

.phone-container {
  position: relative;
  margin-left: 10px;
}

.phone-code {
  position: absolute;
  top: 0;
  left: 15px;
  height: 34px;
  line-height: 34px;
}

.phone-container input {
  padding-left: 50px;
}

.user-photo,
.person-photo {
  display: inline-block;
  position: relative;
  width: 130px;
  height: 130px;
  margin-bottom: 28px;
  border-radius: 3px;
}

.user-photo:focus,
.person-photo:focus {
  outline: none;
}

.user-photo img,
.person-photo img {
  width: 130px;
  height: 130px;
  border-radius: 3px;
}

.user-photo-update,
.user-photo-update:hover,
.user-photo-update:focus {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-left: 31px;
  border-radius: 0 0 3px 3px;
  background: rgba(0, 0, 0, 0.5) url(/img/photo-camera.svg) no-repeat 8px 6px;
  background-size: 16px;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.user-photo:hover .user-photo-update {
  opacity: 1;
}

.user-photo:hover:after {
  opacity: 0;
}

.user-photo.online:after,
.person-photo.online:after {
  top: 110px;
  left: 11px;
  background-color: #7fba00;
}

.user-photo.away:after,
.person-photo.away:after {
  top: 110px;
  left: 11px;
  background-color: #fcd116;
}

.user-photo.offline:after,
.person-photo.offline:after {
  top: 110px;
  left: 11px;
  background-color: #e81123;
}

.user-main-block {
  padding-left: 0;
}

.user-main {
  position: relative;
}

.user-main .user-name {
  font-size: 22px;
}

.user-main .user-status {
  display: inline-block;
  width: 100%;
  padding-bottom: 17px;
  padding-right: 15px;
  font-style: italic;
  color: #5d626c;
  max-height: 55px;
  overflow: hidden;
}

.user-main .user-network-status {
  position: absolute;
  top: 3px;
  right: 0;
  color: #a2b5c3;
  font-size: 11px;
}

.user-main .user-status.my {
  cursor: pointer;
}

.user-main .user-status.my:hover {
  background: url(/img/pencil-edit-button.svg) no-repeat 100% 4px;
  background-size: 12px;
}

.user-info-block {
  padding: 12px 0 25px;
}

.user-info {
  margin: 5px 0;
}

.user-info .title {
  display: inline-block;
  width: 140px;
  white-space: nowrap;
  color: #587489;
}

.user-info .text {
  display: inline-block;
  padding: 1px 10px;
  color: #0596f0;
}

.user-info .text:hover,
.user-info .text:focus {
  color: #0596f0;
  outline: none;
}

.user-info .not-filled {
  background: #fcffb4;
}

.user-info a {
  color: #0596f0;
}

.user-info-more {
  margin: 28px 0 0 143px;
}

.user-info-more span {
  display: inline-block;
  position: relative;
  padding-left: 19px;
  color: #0596f0;
  cursor: pointer;
}

.user-info-more span:hover {
  text-decoration: underline;
}

.user-info-more span:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  border: none;
  border-bottom: 2px solid #a2b5c3;
  border-right: 2px solid #a2b5c3;
  display: block;
  width: 8px;
  height: 8px;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.user-info-more.open span:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  top: 4px;
}

.show_detail_information_single-block {
  position: relative;
  margin-top: 26px;
  border-top: 1px solid #e6ebef;
  padding-top: 28px;
}

.show_detail_information_single-block_main-title {
  display: inline-block;
  position: absolute;
  top: -11px;
  left: 0;
  padding-right: 15px;
  background: #fff;
  color: #587489;
  font-weight: 700;
  font-size: 11px;
}

.show_detail_information_single-block_inner-block {
  margin-top: 0;
}

.show_detail_information_single-block_sub-title {
  display: inline-block;
  width: 140px;
  color: #587489;
  line-height: 22px;
}

.show_detail_information_single-block_info-block {
  display: inline-block;
  line-height: 22px;
  width: 375px;
  padding: 0px 10px;
}

.show_detail_information_single-block_info-block:nth-child(2n+1) {
  margin-left: 154px;
}

.show_detail_information_single-block_info-block a {
  color: #0596f0;
}

.user-soc-list_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.user-soc-list_block .user-soc-list {
  display: inline-block;
  margin: 25px 0 25px 39px;
  text-align: center;
}

.user-soc-list_block .user-soc-list:first-child {
  margin-left: 0;
}

.user-soc-list:hover,
.user-soc-list:focus {
  text-decoration: none;
}

.user-soc-list .count {
  display: block;
  font-size: 18px;
  color: #0596f0;
}

.user-soc-list .title {
  color: #587489;
  text-transform: capitalize;
}

.user-photos {
  margin: 38px 0;
}

.user-photos_photo_block {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.user-photos_photo_wrap {
  display: inline-block;
  position: relative;
  width: 125px;
  height: 125px;
  border-radius: 3px;
  margin-right: 23px;
  cursor: pointer;
}

.user-photos_photo_wrap:hover:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 150, 240, 0.5) url(/img/zoom-tool.svg) no-repeat center;
  background-size: 30px;
  pointer-events: none;
}

.user-photos_photo_block img.user-photos_photo {
  width: 125px;
  height: 125px;
  border-radius: 3px;
}

.user-photos_photo_block img.user-photos_photo:last-child {
  margin-right: 0;
}

.user-chronicle {
  margin-top: 30px;
}

.user-chronicle_single {
  display: table;
  width: 100%;
  position: relative;
  background: #fff;
  border: 1px solid #d7effe;
  border-radius: 3px;
  margin: 20px 0;
}

.user-chronicle_single_top {
  padding: 15px 14px 0;
}

.user-chronicle_single_img {
  display: table-cell;
  border-radius: 50%;
  width: 63px;
  /*из-за table-cell нельзя использовать margin*/
  height: 48px;
  padding-right: 15px;
}

.user-chronicle_single_img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.user-chronicle_single_info {
  display: table-cell;
  vertical-align: middle;
}

.user-chronicle_single_info_name,
.user-chronicle_single_info_name:hover,
.user-chronicle_single_info_name:focus {
  font-weight: 700;
  color: #0596f0;
  outline: none !important;
  /*перебивает bootstrap*/
}

.user-chronicle_single_info_name__names,
.user-chronicle_single_info_name__names:hover {
  color: #587489;
  font-weight: 400;
}

.user-chronicle_single_info_name__names a,
.user-chronicle_single_info_name__names a:hover,
.user-chronicle_single_info_name__names a:focus {
  color: #0596f0;
  font-weight: 700;
}

.user-chronicle_single_info_time {
  color: #a2b5c3;
  font-size: 12px;
}

.user-chronicle_single_content {
  padding: 0 14px 15px;
}

.user-chronicle_single_content_text {
  margin: 17px 0 15px 0;
  white-space: pre-wrap;
  word-break: break-word;
  /*для Chrome*/
  max-width: 690px;
  word-wrap: break-word;
}

.user-chronicle_single_content_photo {
  position: relative;
  margin-top: 14px;
}

.user-chronicle_single_bottom {
  position: relative;
  height: 50px;
  line-height: 50px;
  padding: 0 14px;
  font-size: 13px;
}

.user-chronicle_single_bottom i span {
  position: relative;
  top: -1px;
  right: 9px;
  font-size: 21px;
}

.user-chronicle_single_bottom i span:before {
  vertical-align: bottom;
}

.user-chronicle_single_bottom_soc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.user-chronicle_single_bottom_soc-list .bottom_soc-list {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin-right: 5px;
  padding: 4px 15px;
  color: #0596f0;
  cursor: pointer;
}

.user-chronicle_single_bottom_soc-list .bottom_soc-list:hover {
  border-radius: 3px;
  background-color: #ebf7ff;
  text-decoration: none;
}

.user-chronicle_single_bottom_soc-list .bottom_soc-list.active i span {
  color: #0596f0;
}

.user-chronicle_single_bottom_soc-list .bottom_soc-list-comment {
  padding: 0 15px;
}

.user-chronicle_single_bottom_soc-list .bottom_soc-list-share {
  padding: 0 9px;
}

.user-chronicle_single_bottom_view {
  position: absolute;
  top: -4px;
  left: 621px;
  color: #a2b5c3;
}

.bottom_soc-list-like_menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 39px;
  width: 247px;
  line-height: 50px;
  min-width: auto !important;
  border-radius: 3px;
  padding: 14px 17px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.bottom_soc-list-like_menu:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 25px;
  border: 5px solid transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.8);
  display: block;
  width: 8px;
  height: 8px;
}

.bottom_soc-list-like_menu.bottom_soc-list-like_menu_value {
  padding-top: 0;
}

.bottom_soc-list-like_menu__scroll-bottom {
  bottom: auto;
  top: 50px;
}

.bottom_soc-list-like_menu__scroll-bottom:after {
  top: -8px;
  bottom: auto;
  border-top: none;
  border-bottom: 5px solid rgba(0, 0, 0, 0.8);
}

.bottom_soc-list-like_menu__bottom {
  top: auto;
  bottom: -173px;
  left: 82px;
}

.bottom_soc-list-like_menu__bottom:after {
  border-top: none;
  border-bottom: 5px solid rgba(0, 0, 0, 0.8);
  top: -8px;
  bottom: auto;
  left: 34px;
}

.bottom_soc-list-like_menu_like {
  cursor: pointer;
}

.bottom_soc-list-like_menu_like.bottom_soc-list-like_menu_like__without-likes .bottom_soc-list-like_menu_like__top-likes {
  display: none;
}

.bottom_soc-list-like_menu_like__without-likes {
  display: none !important;
}

.bottom_soc-list-like_menu_value .bottom_soc-list-like_menu_like__top-likes {
  position: relative;
  border-bottom: 1px solid #3d3d3d;
  padding-bottom: 17px;
}

.bottom_soc-list-like_menu_value .bottom_soc-list-like_menu_like__top-likes:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #282727;
}

/*.bottom_soc-list-like_wrap{
  position: relative;
  top: 0;
  height: 40px;
  outline: none;
  //padding: 10px 0;
}*/
.bottom_soc-list-like_wrap_bottom .bottom_soc-list {
  position: relative;
  bottom: -1px;
}

.user-chronicle_single_bottom_soc-list .bottom_soc-list-like_wrap .bottom_soc-list-like .coint {
  position: relative;
  top: -1px;
  left: -7px;
  width: 20px;
  height: 20px;
}

.bottom_soc-list-like_wrap:hover .bottom_soc-list-like_menu {
  opacity: 1;
  visibility: visible;
}

.user-chronicle_single_bottom_soc-list .bottom_soc-list-like_wrap .bottom_soc-list-like {
  padding: 0 15px;
}

.user-chronicle_single_bottom_soc-list .bottom_soc-list-like_wrap:hover .bottom_soc-list {
  border-radius: 3px;
  background-color: #ebf7ff;
  text-decoration: none;
}

.bottom_soc-list-like_wrap:hover i span,
.bottom_soc-list.bottom_soc-list-like:hover i span {
  color: #0596f0;
}

.bottom_soc-list-like_wrap_popup {
  margin-right: 28px;
}

.bottom_soc-list-like_wrap_popup a,
.bottom_soc-list-like_wrap_popup a:hover,
.bottom_soc-list-like_wrap_popup a:focus,
.bottom_soc-list-like_wrap_popup a i span {
  color: #fff !important;
}

.bottom_soc-list-like_wrap_popup a i span,
.item_bottom-block .user-chronicle_single_bottom_view i span {
  padding-right: 9px;
}

.item_bottom-block .user-chronicle_single_bottom_view {
  top: 50%;
  margin-top: -10px;
  right: 60px;
  color: #fff;
}

.bottom_soc-list i span {
  vertical-align: middle;
  color: #9bd7fd;
  font-size: 18px;
  -webkit-transition: .3s;
  transition: .3s;
}

.bottom_soc-list-share i span {
  font-size: 17px;
  right: 0;
}

.bottom_soc-list i span.icon-thumb-up {
  vertical-align: sub;
  font-size: 17px;
}

.bottom_soc-list-like_menu h5 {
  margin: 0;
  white-space: nowrap;
  color: #fff;
  font-size: 11px;
}

.open_popup_friends-liked,
.open_popup_friends-valued {
  cursor: pointer;
}

.bottom_soc-list-like_menu ul {
  list-style-type: none;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  margin: 15px 9px 5px 0;
  min-height: 35px;
  line-height: initial;
}

.bottom_soc-list-like_menu ul li {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0 3px;
}

.bottom_soc-list-like_menu ul li:first-child {
  margin-left: 0;
}

.bottom_soc-list-like_menu ul li img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  vertical-align: baseline;
}

.bottom_soc-list-like_menu_title {
  display: inline-block;
  margin: 0 0 17px;
}

.bottom_soc-list-like_menu_estimate {
  line-height: initial;
  margin-bottom: 10px;
}

.bottom_soc-list-like_menu_estimate img.coint {
  width: 30px;
  height: 30px;
}

.bottom_soc-list-like_menu_estimate .btn {
  width: 87px;
  height: 24px;
  line-height: 22px;
  margin: 0;
  padding: 0;
}

.bottom_soc-list-value {
  vertical-align: middle;
}

.user-chronicle_single__uregistered-user {
  background: #fff;
  width: 681px;
  margin: 0 auto;
  color: #414141;
  -webkit-box-shadow: 0 0 30px #0d85cf;
          box-shadow: 0 0 30px #0d85cf;
}

.post-navigation div {
  position: absolute;
  top: 525px;
}

.user-chronicle_single__uregistered-user .user-chronicle_single_bottom {
  border: 1px solid #d7effe;
  border-right: none;
  border-left: none;
}

.user-chronicle_single__uregistered-user .bottom_soc-list-like_wrap,
.user-chronicle_single__uregistered-user .user-chronicle_single_comment-single_bottom a,
.user-chronicle_single__uregistered-user .user-chronicle_single_comment-single_bottom a:hover {
  pointer-events: none;
}

.user-chronicle_single__uregistered-user .user-chronicle_single_info_name,
.user-chronicle_single__uregistered-user .user-chronicle_single_info_name:hover,
.user-chronicle_single__uregistered-user .user-chronicle_single_info_name:focus {
  cursor: default;
  pointer-events: none;
  color: #587489;
}

.user-chronicle_single__uregistered-user .messages-block_write-message_textarea {
  line-height: 78px;
  color: #a2b5c3;
  padding: 0 10px 0 77px;
}

.user-chronicle_single__uregistered-user .messages-block_write-message_textarea a,
.user-chronicle_single__uregistered-user .messages-block_write-message_textarea a:hover,
.user-chronicle_single__uregistered-user .messages-block_write-message_textarea a:focus {
  color: #a2b5c3;
  text-decoration: underline;
}

.unregistered-user_post_bottom {
  width: 440px;
  margin: 100px auto 0;
}

.unregistered-user_post_bottom_title {
  display: block;
  position: relative;
  border-bottom: 1px solid #4bb8fb;
  padding-bottom: 26px;
  margin-bottom: 35px;
  font-size: 29px;
  white-space: nowrap;
}

.unregistered-user_post_bottom_small-title {
  color: #fefefe;
  font-size: 11px;
  font-weight: 700;
  margin: 40px 0 30px;
}

.unregistered-user_post_bottom .index-page_content_phones_bottom .bottom_btn_android {
  margin-top: 0;
}

.user-chronicle_single_content_photo .user-chronicle_single_content_text_share-post_img {
  max-height: 690px;
}

.user-chronicle_single_content_text_share-post,
.user-chronicle_single_content_text_share-post:hover,
.user-chronicle_single_content_text_share-post:focus {
  display: block;
  text-decoration: none;
  margin: 15px 13px 0;
  border: 1px solid #d7effe;
  color: #414141;
}

.user-chronicle_single_content_text_share-post .user-chronicle_single_content_text_share-post_img {
  width: 100%;
}

.user-chronicle_single_content_text_share-post_img.second {
  left: 0px;
  width: 171px;
  height: 171px;
  position: absolute;
  /*display: inline-block;*/
}

.user-chronicle_single_content_text_share-post_img.second.img1 {
  left: 173px;
  display: inline-block;
}

.user-chronicle_single_content_text_share-post_img.second.img2 {
  left: 346px;
  display: inline-block;
}

.user-chronicle_single_content_text_share-post_img.second.img3 {
  margin-right: 0;
}

.user-chronicle_single_content_text_share-post_text {
  padding: 23px 22px 19px;
}

.user-chronicle_single_with-share-post .user-chronicle_single_content_text {
  margin-bottom: 0;
}

.user-chronicle_single_with-share-post .user-chronicle_single_content {
  padding-bottom: 0;
}

.user-chronicle_single_content_text_shared-message {
  border-left: 2px solid #d7effe;
}

.user-chronicle_single_content_text_shared-message .user-chronicle_single_top {
  padding: 0 0 0 9px;
}

.user-chronicle_single_content_text_shared-message .user-chronicle_single_img {
  width: 53px;
  height: 38px;
}

.user-chronicle_single_content_text_shared-message .user-chronicle_single_content {
  padding-left: 63px;
}

.user-chronicle_single_comments_write-comment .user-chronicle_single_info {
  position: relative;
  width: 92%;
}

.user-chronicle_single_comments {
  padding-top: 17px;
}

.user-chronicle_single_comments_show-more-comments {
  display: block;
  margin: 0 15px 22px 74px;
  height: 30px;
  line-height: 30px;
  color: #0596f0;
  border: 1px solid #ebf7ff;
  font-family: Arial, sans-serif;
  font-size: 13px;
  text-align: center;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.user-chronicle_single_comments_show-more-comments:hover,
.user-chronicle_single_comments_show-more-comments:focus {
  color: #0596f0;
  text-decoration: none;
  outline: none;
  background-color: #ebf7ff;
}

.user-chronicle_single_comments .user-chronicle_single_top {
  position: relative;
  padding: 15px 30px 0 22px;
}

.user-chronicle_single_comments .user-chronicle_single_img {
  min-width: 53px;
  width: 53px;
  height: 38px;
}

.user-chronicle_single_comments .user-chronicle_single_comment-single {
  position: relative;
  padding-bottom: 10px;
}

.user-chronicle_single_comments .user-chronicle_single_info_text {
  margin-top: 4px;
  margin-bottom: 2px;
  word-break: normal;
  white-space: pre-wrap;
}

.user-chronicle_single_comment-single_bottom {
  position: relative;
  left: 75px;
  /*bottom: 22px;*/
  line-height: 30px;
  /*font-size: 11px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.user-chronicle_single_comment-single_bottom a,
.user-chronicle_single_comment-single_bottom a:hover,
.user-chronicle_single_comment-single a,
.user-chronicle_single_comment-single a:hover {
  color: #0596f0;
}

.user-chronicle_single_comment-single_bottom .time {
  color: #a2b5c3;
}

.comment-like_wrapp {
  display: inline-block;
  position: relative;
}

.user-chronicle_single_comment-single_bottom .likes {
  padding-left: 3px;
  color: #0596f0;
  cursor: pointer;
}

.comment-like_wrapp .bottom_soc-list-like_menu {
  left: -13px;
  bottom: 25px;
}

.comment-like_wrapp .bottom_soc-list-like_menu.bottom_soc-list-like_menu__scroll-bottom {
  top: 25px;
  bottom: auto;
}

.comment-like_wrapp:hover .bottom_soc-list-like_menu_like {
  opacity: 1;
  visibility: visible;
}

.user-chronicle_single_comment-single_second-level .user-chronicle_single_top {
  padding-left: 77px;
}

.user-chronicle_single_comment-single_second-level .user-chronicle_single_comment-single_bottom {
  left: 129px;
}

.user-chronicle_info-block {
  position: relative;
  border: 1px solid #d7effe;
  padding-bottom: 27px;
}

.user-chronicle_info-block_friend-list {
  display: inline-block;
  padding-left: 77px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.user-chronicle_info-block_friend-list ul {
  list-style-type: none;
  padding: 0;
  margin: 13px 0 0;
}

.user-chronicle_info-block_friend-list ul li:first-child {
  margin-left: 0;
}

.user-chronicle_info-block_friend-list ul li {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-right: 13px;
}

.user-chronicle_info-block_friend-list ul li a img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

.index-wrap {
  background: #0fa0fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.index-wrap_white {
  background: #fff;
}

.index-wrap_white .index_header_enter .dropdown-menu {
  -webkit-box-shadow: 0 0 30px #a4a4a4;
          box-shadow: 0 0 30px #a4a4a4;
}

.index-wrap_header {
  background: #0596f0;
  height: 60px;
}

.index-page_content {
  color: #fff;
  /*padding-top: 17vh;*/
  padding: 17vh 0 16vh;
}

.index-page_content_white {
  margin-top: 88px;
}

.index-page_bg_white {
  padding-top: 88px;
  background: white;
  color: black;
}

.index-page_bg_white__faq {
  padding-top: 40px;
}

.index-page_footer_bg_white {
  font-size: 11px;
  background: #fcfcfc;
  color: #272727;
  margin-top: auto;
}

.index-page_footer_bg_white .footer-nav li a, .index-page_footer_bg_white .footer-languages li a {
  color: #0388d4;
}

.index-page_footer_bg_white .footer-nav li a:hover, .index-page_footer_bg_white .footer-languages li a:hover {
  color: #03578c;
}

.index-page_footer_bg_white .index-page_footer_border-top, .index-page_footer_bg_white .index-page_footer_border-top-blue {
  border-top: 5px solid #f1f1f1;
  padding: 20px;
  color: #b2b8bf;
}

.index-page_footer_bg_white .index-page_footer_border-top-blue {
  border-color: #0596f0;
}

.index-page_footer_bg_white .index-page_footer_border-top-blue {
  border-top: 5px solid #f1f1f1;
  padding: 20px;
  color: #b2b8bf;
  border-color: #0596f0;
}

.index-page_content_phones {
  position: relative;
  height: 520px;
}

.index-page_content_phones img {
  position: absolute;
}

.index-page_content_phones img.phone1 {
  left: 20px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: phone1 .5s ease-out backwards;
          animation: phone1 .5s ease-out backwards;
  /*cubic-bezier(0.21, 0.25, 0.38, 1.42)*/
}

.index-page_content_phones img.phone2 {
  top: 15px;
  left: 112px;
  opacity: 1;
  will-change: opacity;
  -webkit-animation: phone2 .5s ease-out .5s backwards;
          animation: phone2 .5s ease-out .5s backwards;
}

.index-page_content_phones img.phone-shadow {
  bottom: -30px;
  left: -245px;
  opacity: 1;
  will-change: opacity;
  -webkit-animation: phone2 .5s ease-out .5s backwards;
          animation: phone2 .5s ease-out .5s backwards;
}

.index-page_content_phones img.phone1_no-animation {
  left: 20px;
}

.index-page_content_phones img.phone2_no-animation {
  top: 15px;
  left: 112px;
  opacity: 1;
}

.index-page_content_phones img.phone-shadow_no-animation {
  bottom: -30px;
  left: -245px;
}

.welcome_sleder {
  height: 312px;
  background: url(../img/welcome_laptop.png) no-repeat center;
  background-size: 520px 284px;
}

.welcome_sleder .flickity-enabled {
  background: transparent;
  overflow: hidden;
  width: 365px;
  height: 100%;
  margin: 0 auto;
}

.welcome_sleder .flickity-enabled .flickity-viewport {
  overflow: initial;
}

.welcome_sleder .flickity-enabled .flickity-slider,
.welcome_sleder .flickity-enabled .carousel-cell {
  height: 228px;
  top: 19px;
}

.welcome_sleder .prev,
.welcome_sleder .next {
  position: absolute;
  top: 132px;
  left: 40px;
  width: 13px;
  height: 24px;
  background: url(../img/welcome_arrow.png) no-repeat center;
  background-size: cover;
  cursor: pointer;
}

.welcome_sleder .next {
  right: 40px;
  left: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.welcome_sleder .welcome_slider_title {
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-family: Arial, sans-serif;
}

.welcome_sleder .welcome_slider_title.fadeOut {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.welcome_sleder .welcome_slider_title.fadeIn {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.index-page_content_phones_bottom h4 {
  font-size: 22px;
  margin-bottom: 27px;
}

.index-page_content_phones_bottom_btn {
  display: inline-block;
  position: relative;
  border-radius: 5px;
  margin: 62px 10px 60px 0;
  padding: 4px 18px 0 45px;
  height: 42px;
  line-height: 42px;
  color: #ebf7ff;
  font-size: 16px;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.index-page_content_phones_bottom_btn span {
  position: absolute;
  top: -11px;
  font-size: 11px;
}

.index-page_content_phones_bottom_text {
  margin-bottom: 60px;
}

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

.index-page_content_phones_bottom .bottom_btn_android {
  margin: 104px 10px 0 0;
  height: 42px;
}

.index-page_content_phones_bottom_btn.bottom_btn_iphone {
  background: rgba(5, 150, 240, 0.8) url(/img/apple.svg) no-repeat 14px 45%;
  background-size: 32px;
  width: 167px;
  text-align: center;
}

.index-page_content_phones_bottom_btn:hover {
  color: #ebf7ff;
  text-decoration: none;
}

.index-page_registration_step1_title {
  margin-bottom: 80px;
}

.index-page_registration_step2_title {
  margin-bottom: 43px;
}

.index-page_registration_block {
  padding: 0 130px 0 0;
}

.index-page_registration_block-inputs {
  position: relative;
  border-bottom: 1px solid #4bb8fb;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.index-page_registration_step1,
.index-page_registration_step2,
.index-page_registration_step3 {
  padding-left: 35px;
}

.index-page_registration_step1_next_wrap {
  display: inline-block;
  width: 46%;
}

.index-page_registration_step1_enter-with {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 53%;
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  line-height: 51px;
  position: relative;
}

.index-page_registration_step1_enter-with a {
  display: inline-block;
  padding-left: 47px;
  line-height: 14px;
  text-decoration: underline;
  text-align: left;
  font-size: 11px;
  color: #fff;
  max-width: 160px;
}

.index-page_registration_step1_enter-with a:after {
  content: "";
  position: absolute;
  right: 124px;
  top: 5px;
  height: 30px;
  width: 30px;
  background: url(../img/facebook.svg) no-repeat center;
  background-size: cover;
}

.index-page_registration_step1_enter-with a:hover,
.index-page_registration_step1_enter-with a:focus {
  outline: none;
}

.index-page_registration_step1_enter-with i span {
  color: #fff;
  font-size: 39px;
}

.index-page_registration_step1_bottom-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index-page_registration_three-inputs__with-text {
  position: relative;
}

.index-page_registration_three-inputs__with-text_a,
.index-page_registration_three-inputs__with-text_a:hover,
.index-page_registration_three-inputs__with-text_a:focus {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  vertical-align: middle;
}

.index-page_registration_step2 {
  display: none;
}

.index-page_registration_radio {
  margin: 30px 0;
}

.index-page_registration_step3_bottom-link,
.index-page_registration_step3_bottom-link:hover,
.index-page_registration_step3_bottom-link:focus {
  text-decoration: underline;
  font-size: 11px;
  color: #fff;
}

.index-page_footer {
  font-size: 11px;
  color: #03578c;
  margin-top: auto;
}

.index-page_footer_border-top, .index-page_footer_bg_white .index-page_footer_border-top-blue {
  border-top: 5px solid #0596f0;
  padding: 20px;
}

.index-page_footer_right-col {
  text-align: right;
}

.footer-nav,
.footer-languages {
  display: inline-block;
  list-style-type: none;
  padding: 0;
}

.footer-nav li,
.footer-languages li {
  display: inline-block;
  margin: 0 6px;
}

.footer-nav li a,
.footer-languages li a {
  text-decoration: underline;
  color: #fff;
}

.footer-nav {
  padding-left: 44px;
}

.footer-languages li.active a,
.footer-languages li.active:hover a,
.footer-nav li.active a,
.footer-nav li.active:hover a {
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}

.index-page_footer__white .index-page_footer_border-top, .index-page_footer__white .index-page_footer_bg_white .index-page_footer_border-top-blue, .index-page_footer_bg_white .index-page_footer__white .index-page_footer_border-top-blue {
  border-top: 5px solid #d7effe;
}

.index-page_footer__white .index-page_footer_left-col,
.index-page_footer__white .footer-languages li {
  color: #a2b5c3;
}

.index-page_footer__white .footer-nav li a,
.index-page_footer__white .footer-languages li a {
  color: #0596f0;
}

.index-wrap__welcome {
  height: 100%;
  padding-bottom: 96px;
}

.password-page_content_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 75%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.password-page_content {
  padding: 0 134px 0 585px;
  height: 251px;
  background: url(/img/forgot-password.png) no-repeat 165px;
  color: #fff;
}

.password-page_content .index-page_registration_block {
  padding: 0;
}

.password-page_content h2 {
  margin-bottom: 75px;
}

.password-page_content_after-submit-text {
  white-space: nowrap;
  line-height: 32px;
}

.message-page_right-column {
  display: none;
  border-left: 1px solid #d7effe;
}

.message-page_right-column_single-chat {
  display: none;
  border-bottom: 1px solid #d7effe;
}

.messages-block_wrapp {
  position: relative;
  overflow-x: hidden;
  width: 549px;
}

.messages-block_main-messages-wrapp {
  position: relative;
}

.messages-block_main-messages-wrapp .messages-block_write-message {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
}

.top-messages_menu__chat_wrap {
  display: none;
}

.top-messages_menu__page,
.top-messages_menu__chat {
  display: block;
  padding: 0;
}

.top-messages_menu.top-messages_menu__page {
  overflow-x: hidden;
  margin-bottom: 0;
  padding-top: 60px;
}

.top-messages_menu.top-messages_menu__page .top-messages_menu_single-message {
  width: 101%;
}

.top-messages_menu.top-messages_menu__page .top-messages_menu_single-message .single-message_content_name,
.top-messages_menu.top-messages_menu__page .top-messages_menu_single-message .single-message_content_text {
  font-weight: 400;
}

.top-messages_menu__page .jspHorizontalBar {
  display: none;
}

.top-messages_menu__page .jspPane {
  left: 0 !important;
}

.top-messages_menu.top-messages_menu__chat {
  display: none;
  overflow-x: hidden;
  margin-bottom: 0;
  padding-top: 60px;
}

.top-messages_menu__del-from-chat {
  display: none;
}

.popup-dialog_messages {
  display: block;
  padding: 0;
  overflow-x: hidden;
  margin: 20px 10px;
}

.message-page_left-column {
  border-radius: 3px 0 0 0;
}

.messages-search_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 12px 0 15px;
  position: fixed;
  top: 86px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 3px 0 0 0;
  border-top: 1px solid #d7effe;
  border-right: 1px solid #d7effe;
  height: 61px;
  z-index: 2;
}

.messages-search_block .round-button-add {
  margin-top: 4px;
}

.top-messages_menu__single-chat-companion {
  display: block;
  padding: 0;
}

.top-messages_menu__single-chat-companion .top-messages_menu_single-message:hover {
  background: #fff;
  cursor: default;
}

.top-messages_menu__single-chat-companion .top-messages_menu_single-message:before {
  content: '';
  position: absolute;
  right: 21px;
  left: auto;
  bottom: -1px;
  width: 81%;
  height: 1px;
  background: #d7effe;
}

.messages-block_wrapp .messages-block_date-title {
  text-align: center;
  font-size: 11px;
  color: #587489;
}

.messages_data-block {
  list-style-type: none;
  padding: 0;
}

.messages_data-block .message_single-message {
  display: table;
  vertical-align: middle;
  margin: 14px 29px 14px 26px;
}

.message_single-message_img {
  display: table-cell;
  height: 38px;
  width: 54px;
  padding-right: 25px;
  padding-top: 10px;
}

.message_single-message_img img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.message_single-message_content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  border-radius: 5px;
  padding: 10px 16px;
  background: #f3f5f7;
}

.message_single-message_content_info-block {
  padding-right: 30px;
}

.message_single-message_content_info-block_name,
.message_single-message_content_info-block_name:hover,
.message_single-message_content_info-block_name:focus {
  display: inline-block;
  font-weight: 700;
  color: #0596f0;
}

.message_single-message_content_info-block_time {
  display: inline-block;
  position: relative;
  font-size: 11px;
  padding-right: 10px;
}

.message_single-message_content:after {
  content: '';
  position: absolute;
  top: 25px;
  left: -10px;
  border: 5px solid transparent;
  border-right: 5px solid  #f3f5f7;
  display: block;
}

.message_single-message__user-message .message_single-message_content {
  background: #ebf7ff;
}

.message_single-message__user-message .message_single-message_content:after {
  border-right: 5px solid #ebf7ff;
}

.message_single-message__user-message.delivered .message_single-message_content_info-block_time:after {
  content: "";
  position: absolute;
  bottom: 6px;
  right: -5px;
  border: none;
  border-bottom: 2px solid #0596f0;
  border-right: 2px solid #0596f0;
  display: block;
  width: 5px;
  height: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.message_single-message__user-message.seen .message_single-message_content_info-block_time:before {
  content: "";
  position: absolute;
  bottom: 6px;
  right: -10px;
  border: none;
  border-bottom: 2px solid #0596f0;
  border-right: 2px solid #0596f0;
  display: block;
  width: 5px;
  height: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.message_single-message__user-message.read .message_single-message_content_info-block_time:before {
  content: "";
  position: absolute;
  bottom: 6px;
  right: -26px;
  border: none;
  border-bottom: 2px solid #0596f0;
  border-right: 2px solid #0596f0;
  display: block;
  width: 5px;
  height: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.message_single-message_content_text {
  white-space: pre-wrap;
  word-break: break-word;
  /*для Chrome IE*/
  max-width: 382px;
  word-wrap: break-word;
}

.message_single-message_content_quote {
  /*white-space: pre-wrap;*/
  word-break: break-word;
  /*для Chrome IE*/
  max-width: 382px;
  word-wrap: break-word;
  font-style: italic;
  border-bottom: 1px solid #cfcfcf;
  margin: 3px 0 6px 10px;
  padding-bottom: 5px;
}

.message_single-message_content_forward {
  white-space: pre-wrap;
  word-break: break-word;
  /*для Chrome IE*/
  max-width: 382px;
  word-wrap: break-word;
  margin-bottom: 5px;
}

.message_single-message_content_img-block {
  max-width: 396px;
  text-align: center;
}

.message_single-message_content_img-block img {
  /*margin-top: 10px;*/
  max-width: 100%;
}

.message_single-message_content_video-block {
  /*background: #000;*/
  margin-top: 10px;
  width: 100%;
  position: relative;
  /*display: inline-block;*/
}

.message_single-message_content_video-block img {
  /*margin-top: 10px;*/
  max-width: 100%;
  /*width: 100%;*/
}

.message_single-message_content_video-block video {
  /*margin-top: 10px;*/
  max-width: 100%;
  /*width: 100%;*/
}

.video-preview {
  /*display: inline-block;*/
  position: relative;
  cursor: pointer;
}

.video-background {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0.3;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-origin: content-box;
  padding: 0px 10px;
}

.message_single-message_content_video-block .play-button {
  cursor: pointer;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}

.message_single-message_content_video-block .video-time {
  position: absolute;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  right: 10px;
  bottom: 5px;
  padding: 1px 6px;
}

.user-chronicle_single_content_photo .thumbnails {
  height: 175px;
  position: relative;
}

/*.video-preview:after{
}*/
.message_single-message.unread .message_single-message_content {
  background: #fff1eb;
}

.top-messages_menu_single-message__title {
  padding: 20px 0;
  list-style-type: none;
  text-align: center;
}

.top-messages_menu_single-message__title_exit {
  display: inline-block;
  position: absolute;
  right: 34px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background: url(/img/cancel-grey.svg) no-repeat;
  background-size: cover;
}

.top-messages_menu_single-message__title_a,
.top-messages_menu_single-message__title_a:hover,
.top-messages_menu_single-message__title_a:focus {
  display: inline-block;
  padding: 25px 0;
  color: #0596f0;
  text-decoration: none;
}

.top-messages_menu_single-message__title_a i span {
  content: "\E91B";
  font-size: 17px;
  position: relative;
  top: 2px;
  right: 5px;
}

.top-messages_menu_single-message__title_a:hover .top-messages_menu_single-message__title_inside {
  text-decoration: underline;
}

.top-messages_menu_single-message__title__photo-view {
  list-style-type: none;
  padding-left: 80px;
  text-align: center;
}

.top-messages_menu_single-message__title_be-first {
  background: url(/img/commit.png) no-repeat 80px 30px;
  padding: 105px 57px 24px 80px;
  text-align: left;
  color: #a2b5c3;
  font-size: 11px;
}

.top-messages_menu_single-message__friends-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 28px 12px 16px;
}

.top-messages_menu_single-message__friends-page .friend-sidebar-single_img_wrapp:hover .top-messages_menu_single-message__friends-page__info-popup {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.top-messages_menu_single-message__friends-page .single-message_content_text {
  /*display: inline-block;*/
  width: 100%;
  margin-top: -1px;
}

.top-messages_menu_single-message__friends-page .single-message_content_text-can-be-deleted {
  margin-top: -2px;
}

.top-messages_menu_single-message__friends-page .btn {
  width: auto;
  height: 23px;
  line-height: 21px;
  padding: 0 15px;
}

.top-messages_menu_single-message__friends-page .single-message_content {
  display: block;
  position: relative;
  width: 460px;
}

.top-messages_menu_single-message__friends-page .single-message_content .single-message_content_name,
.top-messages_menu_single-message__friends-page .single-message_content .single-message_content_name:hover,
.top-messages_menu_single-message__friends-page .single-message_content .single-message_content_name:focus {
  color: #0596f0;
}

.user-referral-status_block {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 160px;
  padding-left: 40px;
  font-size: 11px;
  color: #a2b5c3;
}

.top-messages_menu_single-message.uncompleted .user-referral-status_block {
  background: url(/img/success-yellow.svg) no-repeat 0 center;
  background-size: 24px;
}

.top-messages_menu_single-message.completed .user-referral-status_block {
  background: url(/img/success-green.svg) no-repeat 0 center;
  background-size: 24px;
}

.message_single-message.message_single-message__familiarity {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px auto;
  padding-bottom: 47px;
  background: url(/img/wave_heart.png) no-repeat bottom;
  background-size: 100%;
}

.message_single-message.message_single-message__familiarity .message_block_img-block img {
  width: 48px;
  height: 48px;
  margin-right: 5px;
  border-radius: 50%;
}

.message_single-message.message_single-message__familiarity .message_block_img-block .heart {
  position: absolute;
  left: 50%;
  margin-left: -24px;
  top: 0;
  width: 48px;
  height: 48px;
  z-index: 1;
  background: #e84132 url(/img/couple_white.svg) no-repeat center;
  background-size: 27px;
  border: 3px solid white;
  border-radius: 50%;
}

.message_single-message.message_single-message__familiarity .message_block_text {
  padding: 10px 0;
}

.top-messages_menu__friends-page {
  display: block;
  padding: 0;
}

.messages-block_write-message_bottom_right-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}

.messages-block_write-message__page {
  border: 1px solid #d7effe;
  border-radius: 3px;
  background: #fff;
}

.title-with-margin-bottom {
  display: inline-block;
  margin-bottom: 32px;
}

.profile_write-message_textarea_wrapp {
  position: relative;
}

.profile_write-message_textarea_wrapp:after {
  content: '';
  position: absolute;
  right: 21px;
  left: auto;
  top: -1px;
  width: 70%;
  height: 1px;
  background: #d7effe;
}

.profile_write-message_textarea_wrapp .profile_write-message_textarea_img {
  position: absolute;
  top: 15px;
  left: 14px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.profile_write-message_textarea {
  padding-left: 76px;
  padding-top: 26px;
}

.post-form_photo-list {
  display: block;
  margin: 0 20px 10px 70px;
}

.post-form_photo-list .post-form_photo-list_photo-wrapp {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin-right: 11px;
  border-radius: 3px;
}

.post-form_photo-list div img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 80px;
  max-height: 80px;
  border-radius: 3px;
}

.post-form_photo-list_del_wrapp {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  width: 32px;
  height: 32px;
  background: #000;
  border-radius: 50%;
  opacity: 0.5;
  cursor: pointer;
}

.post-form_photo-list_del {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
  line-height: 24px;
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  font-size: 25px;
}

.post-form_photo-list .post-form_photo-list_photo-wrapp:hover .post-form_photo-list_del_wrapp {
  display: block;
}

.write-comment_img {
  position: absolute;
  top: 15px;
  left: 28px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.write-comment_textarea {
  padding-left: 80px;
}

.btn_write-comment {
  display: none;
  position: absolute;
  bottom: -40px;
  right: 35px;
}

.single-group_description,
.single-group_info-list {
  margin: 25px 0 30px;
}

.message-page_right-column_start-chat {
  display: none;
  position: relative;
}

.message-page_right-column_start-chat_block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 128px;
  height: 192px;
  padding-top: 170px;
  background: url(/img/chat-start.png) no-repeat;
  background-size: 128px 128px;
}

.message-page_no-friends {
  position: relative;
  top: 150px;
  margin: auto;
  width: 336px;
  height: 262px;
  padding-top: 170px;
  background: url(/img/chat-start.png) no-repeat center top;
  background-size: 128px 128px;
}

.message-page_no-friends_text {
  text-align: center;
}

.welcome-inside-page {
  margin-top: 50px;
  padding: 0 261px 100px 145px;
}

.rules-block_info {
  margin-bottom: 7px;
  padding-bottom: 33px;
  border-bottom: 1px solid #f1f1f1;
}

.rules-block_info_title {
  margin-bottom: 74px;
}

.rules-block_info_text a {
  color: #fff;
  text-decoration: underline;
}

.rules-block_info_text .rules-block_info_link {
  display: inline-block;
  width: 240px;
  height: 30px;
  line-height: 28px;
  margin-top: 19px;
  border: 1px solid #1f1f1f;
  border-radius: 15px;
  color: #1f1f1f;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.rules-block_info_text .rules-block_info_link:hover,
.rules-block_info_text .rules-block_info_link:focus {
  background-color: #fff;
  color: #0596f0;
  text-decoration: none;
  border-color: #0596f0;
}

.rules-block_link,
.rules-block_link:hover,
.rules-block_link:focus {
  display: block;
  margin: 35px 0;
  height: 33px;
  line-height: 33px;
  padding-left: 43px;
  background: url(/img/file.svg) no-repeat;
  background-size: 40px 33px;
  color: #1f1f1f;
  text-decoration: underline;
}

.rules_inner-pages_content {
  padding: 0 146px 0 131px;
}

.rules_inner-pages_content h1 {
  margin-top: 0;
}

.rules_inner-pages_content h3 {
  margin-bottom: 40px;
  margin-top: 0;
  padding-left: 43px;
  font-size: 22px;
}

.rules_inner-pages_content h5 {
  margin: 25px 0;
  padding-left: 43px;
  font-weight: 700;
  font-size: 13px;
}

.rules_inner-pages_content ul {
  list-style-type: none;
}

.rules_inner-pages_content ol {
  list-style-type: none;
  counter-reset: num;
}

.rules_inner-pages_content ol li::before {
  content: counter(num) ". ";
  counter-increment: num;
  font-weight: 700;
}

.faq_accordion {
  position: relative;
  margin-bottom: 15px;
  /*  &:after{
    content: '';
    position: absolute;
    right: 8px;
    top: 21px;
    border: 5px solid transparent;
    border-top: 5px solid #fff;
    transition: transform 0.3s;
  }
  &.open{
    &:after{
      transform: rotate(180deg);
      transform-origin: 50%;
    }
  }*/
}

.faq_accordion::before {
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  border-top: 2px solid #f1f1f1;
}

.faq_accordion h5 {
  display: inline-block;
  margin: 0;
  padding: 23px 23px 0 0;
  font-size: 13px;
  font-weight: 700;
  color: #0388d4;
}

.faq_accordion .faq_accordion_content p {
  color: #272727;
  font-weight: 400;
}

.faq_accordion .faq_accordion_content p:first-of-type {
  margin-top: 20px;
}

.faq_accordion .faq_accordion_content ul li {
  font-weight: 400;
}

.faq_accordion .faq_accordion_content a {
  color: #313436;
  text-decoration: underline;
}

.faq_accordion .faq_accordion_content a:hover {
  color: #272727;
}

.block-background {
  border-radius: 3px;
  border: 1px solid #d7effe;
  background: #fff;
}

.block-search-result {
  margin-bottom: 40px;
}

.block-search-result__title {
  color: #587489;
  font-weight: 600;
  font-size: 12px;
}

.blocks-search-result-more {
  margin-top: 15px;
  width: 100%;
  text-align: center;
}

.block-search-empty-img {
  background: url(../img/search-results-empty.svg) white no-repeat center;
  margin: 50px 0 20px;
  width: 100%;
  height: 100px;
  background-origin: content-box;
}

.block-search-empty-text {
  text-align: center;
  margin-bottom: 50px;
  color: #587489;
}

.users-big-block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 15px 0;
}

.users-big-block-list:last-of-type {
  /*margin-bottom: 15px;*/
}

.users-big-block-with-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 0 15px;
  padding: 0;
  min-height: 134px;
  border: 1px solid #dae2e7;
  border-radius: 3px;
  background: #fff;
  width: 48.5%;
}

.users-big-block-with-image.online .users-big-block_title {
  position: relative;
  max-width: 79%;
  padding-right: 15px;
}

.users-big-block-with-image.online .users-big-block_title:after {
  top: 3px;
  left: auto;
  right: 0;
  background-color: #7fba00;
}

.users-big-block-with-image .section_action {
  top: 0;
  right: 14px;
}

.users-big-block-with-image:nth-child(even) {
  margin-left: 20px;
}

.users-big-block_image {
  margin: 1px;
}

.users-big-block_image img {
  width: 130px;
  height: 130px;
  border-radius: 3px;
}

.users-big-block_info {
  width: 100%;
  padding-left: 14px;
  overflow: hidden;
}

.users-big-block_title {
  display: inline-block;
  vertical-align: bottom;
  max-width: 79%;
  font-size: 13px;
  color: #0596f0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 18px;
  -webkit-transition: .3s;
  transition: .3s;
}

.users-big-block_title:hover,
.users-big-block_title:focus {
  color: #0596f0;
  text-decoration: underline;
}

.users-big-block_infos {
  min-height: 59px;
  line-height: 18px;
}

.users-big-block_location,
.users-big-block_position {
  color: #587489;
  font-size: 11px;
  width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.users-big-block_position {
  color: #fc5721;
}

.users-big-block_text,
.users-big-block_text:hover,
.users-big-block_text:focus {
  color: #a2b5c3;
  font-size: 11px;
}

.users-big-block_suggest_friends_wrapp {
  margin-top: 10px 0 12px;
  text-align: center;
  min-height: 24px;
}

.users-big-block_suggest_friends {
  display: inline-block;
  padding: 0 17px;
  height: 24px;
  line-height: 24px;
  background: #0596f0;
  border-radius: 12px;
  font-size: 11px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

.users-big-block_suggest_friends:hover,
.users-big-block_suggest_friends:focus {
  background: #2386db;
  color: #fff;
  text-decoration: none;
}

.users-big-block_suggest_friends.already-friends {
  padding-left: 30px;
  background: #fff url(../img/success-bold.svg) no-repeat 13px center;
  background-size: 10px;
  border: 1px solid #dae2e7;
  border-radius: 12px;
  line-height: 22px;
  color: #587489;
}

.users-big-block_suggest_friends.already-friends:hover,
.users-big-block_suggest_friends.already-friends:focus {
  background: #dae2e7 url(../img/success-bold.svg) no-repeat 13px center;
  background-size: 10px;
}

/*
.cropper-view-box,  //Для круглого выреза
.cropper-face {
  border-radius: 50%;
}
*/
.popup_photo-upload_no-upload-block img {
  max-width: 100%;
}

.popup-content_text .btn.popup_photo-upload_no-upload-block_btn {
  display: none;
  margin-left: 10px;
}

.cropper-bg {
  display: none;
  margin: 40px 0;
  background: transparent;
}

.block-description {
  margin-top: 41px;
}

.block-description .bold {
  font-weight: 700;
}

.referral-block_wrap {
  padding: 10px 15px 30px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #d7effe;
}

.referral-block_wrap .block-description {
  margin-top: 20px;
}

.referral-block {
  margin-top: 46px;
  color: #587489;
}

.referral-block_title {
  padding-left: 225px;
  font-weight: 700;
}

.referral-block_subtitle {
  font-weight: 400;
  font-size: 11px;
}

.referral-block-link {
  position: relative;
  margin-top: 28px;
  padding-left: 225px;
}

.referral-block-link_coint {
  display: inline-block;
  position: absolute;
  right: 534px;
  top: 1px;
  padding-left: 34px;
  background: url(/img/zonto-coint.png) no-repeat;
  background-size: 24px;
  color: #0596f0;
  font-size: 18px;
}

.referral-statistic_list {
  margin-top: 42px;
  margin-bottom: 35px;
  padding-left: 80px;
}

.referral-statistic_list_title {
  display: inline-block;
  width: 230px;
  line-height: 24px;
  color: #587489;
}

.single-group_main-content {
  width: 765px;
  padding-right: 30px;
}

.row_relative {
  position: relative;
}

.single-group_sidebar_wrap {
  width: 195px;
  z-index: 2;
}

.single-group_sidebar {
  width: 195px;
  position: relative;
  top: 0;
}

.single-group_sidebar.fixed-top {
  position: fixed;
  top: 87px;
  bottom: auto;
}

.single-group_sidebar.fixed-bottom {
  position: fixed;
  top: auto;
  bottom: 0;
}

.single-group_sidebar.scroll-top {
  position: absolute;
  bottom: auto;
}

#group_theme-input {
  color: #000;
}

.image-container {
  max-height: 400px;
}

.circle-cropper {
  border-radius: 50%;
}

.user-chronicle_single_content_photo {
  position: relative;
  text-align: center;
  cursor: pointer;
  max-width: 690px;
}

.user-chronicle_single_content_photo.r1 .img0 {
  width: 690px;
}

.user-chronicle_single_content_photo.r2 .img0 {
  width: 344px;
  height: 344px;
}

.user-chronicle_single_content_photo.r2 .img1 {
  position: absolute;
  right: 0;
  width: 344px;
  height: 344px;
}

.user-chronicle_single_content_photo.r3 .img0 {
  width: 458px;
  height: 458px;
}

.user-chronicle_single_content_photo.r3 .img1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 230px;
  height: 228px;
}

.user-chronicle_single_content_photo.r3 .img2 {
  position: absolute;
  right: 0;
  top: 230px;
  width: 230px;
  height: 228px;
}

.user-chronicle_single_content_photo.r4 .img0 {
  width: 517px;
  height: 517px;
}

.user-chronicle_single_content_photo.r4 .img1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 171px;
  height: 171px;
}

.user-chronicle_single_content_photo.r4 .img2 {
  position: absolute;
  right: 0;
  top: 173px;
  width: 171px;
  height: 171px;
}

.user-chronicle_single_content_photo.r4 .img3 {
  position: absolute;
  right: 0;
  top: 346px;
  width: 171px;
  height: 171px;
}

.user-chronicle_single_content_text pre {
  padding: 0;
  margin: 0;
  font-family: 'Droid Sans', sans-serif;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background: none;
  border: 0;
  border-radius: 0;
}

.text-line {
  line-height: 24px;
}

.text-view-comments div {
  line-height: 18px;
}

.group_main-block {
  margin-bottom: 40px;
  padding: 10px 15px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #d7effe;
}

.messages-block_write-message_bottom_author {
  position: relative;
  margin-right: 15px;
}

.messages-block_write-message_bottom_author .icon-caret-down:before {
  margin-left: 9px;
  color: #8fa7b7;
  font-size: 9px;
}

.messages-block_write-message_bottom_author .profile_write-message_textarea_img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.messages-block_write-message_bottom_author .section_action_menu {
  top: 25px;
  right: -15px;
  left: auto;
}

.messages-block_write-message_bottom_author:hover .section_action_menu {
  opacity: 1;
  visibility: visible;
}

.messages-block_write-message_bottom_author .section_action_menu ul li {
  position: relative;
  padding: 0;
}

.messages-block_write-message_bottom_author .section_action_menu ul li img {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.input-block-with-border-top {
  border-top: 1px solid #e6ebef;
}

.input-block-with-border-top__padding-top {
  position: relative;
  padding-top: 35px;
}

.add-more-input_block {
  border-top: 1px solid #e6ebef;
  background: url(/img/plus.png) no-repeat 175px 50%;
  background-size: 18px;
  padding: 30px 0 30px 205px;
  color: #0596f0;
  cursor: pointer;
}

.add-more-input_block__bottom {
  padding-bottom: 23px;
  background-position: 175px 55%;
}

.remove-inputs-block {
  display: none;
  position: absolute;
  left: 600px;
  top: 40px;
  color: #a2b5c3;
  font-size: 25px;
  cursor: pointer;
  z-index: 1;
}

.input-block-with-border-top:hover .remove-inputs-block {
  display: block;
}

.user_page_address-input {
  display: inline-block;
  position: relative;
  width: 330px;
  height: 30px;
  line-height: 30px;
  padding-left: 13px;
  border: 1px solid #dae2e7;
  border-radius: 3px;
  background: #fff;
  color: #0596f0;
  outline: none;
  cursor: text;
}

.user_page_address-input_link {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.user_page_address-input__click {
  cursor: default;
}

.user_page_address-input__click .user_page_address-input_link {
  color: #a2b5c3;
}

.input-block .user_page_address-input_id,
.input-block .user_page_address-input_id:hover,
.input-block .user_page_address-input_id:focus {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  width: 192px;
  padding: 0 13px 0 0;
  left: -2px;
  border: none;
  color: #0596f0;
  outline: none;
}

.scrollable-block {
  width: 300px;
  height: 50px;
  overflow: auto;
}

.scrollableBlock {
  height: 50px;
  width: 300px;
  overflow: auto;
}

.block-wrapp_for-one-screen {
  margin-left: -30px;
}

.inside-page-_main-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.inside-page_left-col {
  display: inline-block;
  width: 330px;
}

.inside-page_left-col_nav {
  background-color: #fff;
  border: 1px solid #d7effe;
  border-right: none;
  border-radius: 3px 0 0 3px;
  margin-bottom: 40px;
}

.inside-page_left-col_nav_album {
  margin-bottom: 0;
  border-right: 1px solid #d7effe;
  border-radius: 3px;
}

.inside-page_left-col_main-nav_title {
  position: relative;
  padding: 20px 78px;
  text-align: center;
  color: #a2b5c3;
  font-size: 11px;
  text-transform: uppercase;
  border-bottom: 1px solid #e6ebef;
}

.refresh-wallets {
  position: absolute;
  right: 20px;
  top: 22px;
  width: 11px;
  height: 11px;
  background: url(../img/refresh-arrow.png) no-repeat center;
  background-size: cover;
}

.refresh-wallets.active {
  -webkit-animation: refresh-wallets ease-in-out 1s infinite;
          animation: refresh-wallets ease-in-out 1s infinite;
}

@-webkit-keyframes refresh-wallets {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes refresh-wallets {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.left-col_nav_search {
  position: absolute;
  right: 20px;
  top: 22px;
  width: 11px;
  height: 11px;
  background: url(../img/searcher.svg) no-repeat center;
  background-size: cover;
  cursor: pointer;
}

.inside-page_left-col_nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.inside-page_left-col_nav .inside-page_left-col_main-nav_on-screen {
  overflow-x: hidden;
}

.inside-page_left-col_nav ul li {
  display: block;
  border-bottom: 1px solid #e6ebef;
  cursor: pointer;
}

.inside-page_left-col_nav ul li:last-child {
  border-bottom: none;
}

.inside-page_left-col_nav_show-more-li {
  position: relative;
  text-align: center;
  padding: 18px 0 27px;
  color: #0596f0;
  font-size: 11px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.inside-page_left-col_nav_show-more-li:hover {
  text-decoration: underline;
}

.inside-page_left-col_nav_show-more-li:after {
  content: "";
  position: absolute;
  bottom: 19px;
  left: 50%;
  margin-left: -3px;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #a2b5c3;
  border-right: 2px solid #a2b5c3;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.inside-page_left-col_nav_show-more-li ~ li {
  display: none;
}

.inside-page_left-col_nav-block {
  position: relative;
  margin: 1px 0;
  padding: 25px 67px 25px 77px;
  overflow: hidden;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.inside-page_left-col_nav-block:hover {
  background-color: #f3f5f7;
}

.inside-page_left-col_nav-block .playlist-cover-grid {
  float: left;
  margin: 0 15px;
  height: 80px;
  width: 80px;
  display: inline-block;
  overflow: hidden;
  font-size: 0;
}

.inside-page_left-col_nav-block .playlist-cover-grid > li {
  float: left;
  width: 40px;
  height: 40px;
}

.inside-page_left-col_nav-block .playlist-cover-grid > li img {
  width: 100%;
  height: auto;
}

.inside-page_left-col_nav-block.wallets {
  background: url(../img/purse-with-bills-grey.svg) no-repeat 25px 50%;
  background-size: 32px 28px;
}

.inside-page_left-col_nav-block.player {
  padding: 10px 67px 10px 5px;
}

.vb-content li.playing {
  border-left: 5px solid #0596f0;
}

.vb-content li.playing .inside-page_left-col_nav-block.player {
  padding-left: 0;
}

.inside-page_left-col_nav-block.player .main-img {
  float: left;
  margin: 0 15px;
  height: 80px;
  width: 80px;
}

.inside-page_left-col_nav-block_main-info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

li.active .inside-page_left-col_nav-block {
  border-left: 5px solid #0596f0;
  padding-left: 72px;
  background-position: 20px 50%;
}

.inside-page_left-col_nav_view {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 18px;
  height: 12px;
  background: url(../img/eye.svg) no-repeat center;
  background-size: cover;
}

.inside-page_left-col_nav_play {
  position: absolute;
  right: 21px;
  top: 14px;
  width: 8px;
  height: 10px;
  background: url(../img/play-button2.svg) no-repeat center;
  background-size: cover;
}

.inside-page_left-col_nav_play.pause {
  background: url(../img/pause-button.svg) no-repeat center;
  background-size: cover;
}

.inside-page_left-col_nav_title {
  max-width: 187px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #414141;
  font-size: 13px;
  font-weight: 700;
}

.inside-page_left-col_nav_link {
  max-width: 187px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #587489;
  font-size: 11px;
}

.inside-page_left-col_nav_bal {
  max-width: 187px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #a2b5c3;
  font-size: 11px;
  text-transform: uppercase;
}

.inside-page_left-col_nav_bal .bal {
  color: #0596f0;
  font-size: 13px;
}

.inside-page_left-col_nav_bal .sup {
  position: relative;
  /*top: -3px;*/
  color: #587489;
  font-size: 13px;
  text-transform: uppercase;
}

.inside-page_left-col_nav_type {
  position: absolute;
  right: 14px;
  bottom: 14px;
  font-size: 11px;
  color: #a2b5c3;
}

.inside-page_left-col_bottom-link {
  display: inline-block;
  position: relative;
  padding-left: 57px;
  color: #0596f0;
  background: url(../img/add-circular-outlined-button.svg) no-repeat 26px 50%;
  background-size: 18px;
  margin-bottom: 13px;
}

.inside-page_left-col_bottom-link:hover,
.inside-page_left-col_bottom-link:focus {
  color: #0596f0;
  outline: none;
}

.inside-page_right-col {
  display: inline-block;
  width: 591px;
  background-color: #fff;
  border: 1px solid #d7effe;
  border-radius: 0 3px 3px 0;
}

.inside-page_right-col_nav_album {
  border-radius: 3px;
}

.inside-page_right-col__margin {
  margin-bottom: 30px;
}

.inside-page_right-col_double-block_left-col {
  display: inline-block;
  position: relative;
  width: 337px;
  padding: 20px 0 0 92px;
  background: url(../img/eth.svg) no-repeat 27px 23px;
  background-size: 37px;
}

.inside-page_right-col_double-block_left-col .inside-page_left-col_nav_view {
  top: 20px;
  right: 20px;
}

.inside-page_right-col_double-block_title {
  color: #a2b5c3;
  font-size: 11px;
  text-transform: uppercase;
}

.inside-page_right-col_double-block_left-col_name {
  color: #414141;
  font-size: 18px;
}

.inside-page_right-col_double-block_left-col_type {
  color: #a2b5c3;
  font-size: 11px;
}

.inside-page_right-col_double-block_left-col_links {
  position: relative;
  top: 8px;
}

.inside-page_right-col_double-block_left-col_links a {
  display: inline-block;
  position: relative;
  margin-right: 23px;
  padding-left: 20px;
  color: #0596f0;
  font-size: 11px;
}

.inside-page_right-col_double-block_left-col_links .copy,
.inside-page_right-col_double-block_left-col_links .qr {
  padding-left: 28px;
}

.inside-page_right-col_double-block_left-col_links a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
}

.inside-page_right-col_double-block_left-col_links .copy:before,
.inside-page_right-col_double-block_left-col_links .qr:before {
  width: 16px;
  height: 16px;
  margin-top: -9px;
}

.inside-page_right-col_double-block_left-col_links .tokens:before {
  background: url(../img/diamond-token.svg) no-repeat;
  background-size: cover;
}

.inside-page_right-col_double-block_left-col_links .settings:before {
  background: url(../img/settings-work-tool.svg) no-repeat;
  background-size: cover;
}

.inside-page_right-col_double-block_left-col_links .copy:before {
  background: url(../img/clipboard-verification-outlined-sign-grey.svg) no-repeat;
  background-size: 14px 16px;
}

.inside-page_right-col_double-block_left-col_links .qr:before {
  background: url(../img/qr-code-grey.svg) no-repeat;
  background-size: 16px;
}

.inside-page_right-col_double-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inside-page_right-col_double-block_right-col {
  display: inline-block;
  position: relative;
  width: 224px;
}

.inside-page_right-col_double-block_right-col_border {
  padding: 20px 0 20px 19px;
  border-left: 1px solid #e6ebef;
}

.inside-page_right-col_double-block_right-col_bal {
  font-size: 18px;
  color: #0596f0;
}

.inside-page_right-col_double-block_right-col_bal span {
  position: relative;
  /*top: -4px;*/
  color: #587489;
  font-size: 18px;
}

.inside-page_right-col_double-block_right-col_link {
  margin-left: 23px;
}

.inside-page_right-col_row {
  margin-top: 41px;
  padding-left: 82px;
  padding-bottom: 38px;
  border-bottom: 1px solid #e6ebef;
}

.inside-page_right-col_row_address {
  background: url(../img/qr-code.svg) no-repeat 20px 0;
  background-size: 42px;
}

.inside-page_right-col_row .inside-page_right-col_double-block_right-col_bal {
  margin: 2px 0 3px;
  height: auto;
  width: 100%;
  border: none;
}

.inside-page_right-col_bottom-block_calendar {
  margin: 50px auto 30px;
  text-align: center;
}

.inside-page_right-col_bottom-block_calendar label {
  color: #a2b5c3;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 17px 0 0;
}

.transaction-history {
  width: 521px;
  margin: 0 20px;
  border: none;
  font-size: 11px;
}

.transaction-history th {
  height: 30px;
  line-height: 30px;
  background-color: #f3f5f7;
  border-left: 1px solid #fff;
  color: #587489;
}

.transaction-history th:first-child {
  border-radius: 3px 0 0 3px;
}

.transaction-history th:last-child {
  border-radius: 0 3px 3px 0;
  border-left: none;
}

.transaction-history td,
.transaction-history th {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 10px 0 13px;
}

.transaction-history tr:not(.header) {
  border-bottom: 1px solid #e6ebef;
}

.transaction-history tr td {
  padding: 10px 10px 10px 13px;
  color: #414141;
}

.transaction-history tr td:nth-child(2) {
  max-width: 110px;
}

.transaction-history tr td .text {
  display: inline-block;
  color: #0596f0;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 81px;
  vertical-align: middle;
}

.transaction-history tr td:nth-child(3) .text {
  max-width: 59px;
}

.transaction-history tr td .info {
  display: inline-block;
  width: 30px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  margin-left: 13px;
}

.transaction-history tr td .info.in {
  background-color: #94c75e;
}

.transaction-history tr td .info.out {
  background-color: #ffa800;
}

.transaction-history tr td:nth-child(4) {
  max-width: 85px;
}

.transaction-history tr td:last-child {
  max-width: 114px;
}

.transaction-history tr.show-more {
  border: none;
}

.transaction-history tr.show-more td {
  position: relative;
  display: table-cell;
  max-width: 100%;
  padding: 18px 0 27px;
  text-align: center;
  border: none;
  color: #0596f0;
  font-size: 11px;
  cursor: pointer;
}

.transaction-history tr.show-more td:after {
  content: "";
  position: absolute;
  bottom: 19px;
  left: 50%;
  margin-left: -3px;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #a2b5c3;
  border-right: 2px solid #a2b5c3;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.transaction-history tr.show-more ~ tr {
  display: none;
}

.transaction-history tbody tr:last-child {
  border: none;
}

.transaction-history tbody tr:last-child td {
  padding-bottom: 32px;
}

.transaction-history_empty {
  margin: 50px 20px;
  padding: 154px 0 50px;
  background: url(../img/big-clock.png) no-repeat top center;
  background-size: 113px;
  color: #587489;
  font-size: 13px;
  text-align: center;
  border-bottom: 1px solid #e6ebef;
}

.transaction-history_empty_text {
  width: 300px;
  margin: 0 auto;
}

.inside-page_big-row {
  width: 100%;
  height: 481px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 30px rgba(162, 181, 195, 0.3);
          box-shadow: 0 0 30px rgba(162, 181, 195, 0.3);
  background: #fff url(../img/purse-with-bills-blue.svg) no-repeat center 100px;
  background-size: 160px;
  text-align: center;
}

.inside-page_big-row_text {
  margin: 0 auto;
  padding-top: 279px;
  color: #587489;
  font-size: 13px;
}

.inside-page_big-row .btn {
  margin: 34px 0;
}

.vb.vb-visible:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #e6ebef;
}

.message-page_left-column .vb.vb-visible:after {
  top: 60px;
  height: calc(100% - 60px);
}

.vb > .vb-dragger {
  z-index: 1;
  width: 5px;
  right: 0;
}

.message-page_left-column .vb > .vb-dragger {
  padding-top: 60px;
}

.vb > .vb-dragger > .vb-dragger-styler {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transition: background-color 100ms ease-out, margin 100ms ease-out, height 100ms ease-out;
  transition: background-color 100ms ease-out, margin 100ms ease-out, height 100ms ease-out;
  background-color: #c1ced7;
  margin: 0;
  border-radius: 3px;
  height: 100%;
  display: block;
}

.main-content__background {
  background: #fff;
  border: 1px solid #d7effe;
  padding: 15px 0 0;
  margin-top: 60px;
  margin-bottom: 20px;
  border-radius: 3px;
}

.groups_main-content {
  margin-top: 0;
  padding: 0;
  border: none;
}

.groups_main-content .fixed_top-menu .news-feed_menu {
  padding-bottom: 14px;
}

.groups_main-content .fixed_top-menu__content {
  margin-top: 140px;
  border-radius: 3px;
  border: 1px solid #d7effe;
  border-top: none;
}

.friends_main-content .fixed_top-menu__content {
  border: 1px solid #d7effe;
  border-top: none;
}

.search_main-content {
  margin-top: 0;
  padding: 0;
  border: none;
}

.search_main-content .fixed_top-menu .news-feed_menu {
  padding-bottom: 14px;
}

.content-padding__profile {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.main-content__crypto-exchange {
  padding-left: 25px;
  padding-right: 25px;
}

.hot-period {
  margin-right: 20px;
  line-height: 40px;
  color: #587489;
}

.user-chronicle_single_comment-single_bottom div {
  /*display: inline-block;*/
}

.user-chronicle_single_comment-single_bottom .bottom_soc-list-like_wrap {
  cursor: pointer;
}

.user-chronicle_single_comment-single_bottom .bottom_soc-list-like_wrap .bottom_soc-list-like {
  padding: 0 10px;
}

.user-chronicle_single_comment-single_bottom .bottom_soc-list-like_wrap.coint {
  top: 0px;
}

.user-chronicle_single_comment-single_bottom .bottom_soc-list-like_wrap .bottom_soc-list-like .coint {
  width: 18px;
  height: 18px;
}

.user-chronicle_single_comment-single_bottom .bottom_soc-list-like_wrap .bottom_soc-list i span.icon-thumb-up {
  font-size: 16px;
}

/*
.user-chronicle_single_bottom_soc-list .bottom_soc-list{
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin-right: 5px;
  padding: 4px 15px;
  color: $main-color;
  cursor: pointer;
}*/
.user-chronicle_single_bottom_soc-list .bottom_soc-list-like_wrap.liked .bottom_soc-list-like {
  border-radius: 3px;
  background-color: #ebf7ff;
  text-decoration: none;
}

.bottom_soc-list-like_wrap.liked i span {
  color: #0596f0;
}

.user-chronicle_single_comments.nested-comments {
  padding-left: 55px;
}

.user-chronicle_single_comments.nested-comments .border-bottom__comment:after {
  display: none;
}

.user-chronicle_single_comments_write-comment.nested-comments {
  /*margin-left: 50px;*/
  /*
  position: relative;
  left: 54px;
  */
}

.user-chronicle_single_comment-single .section_action {
  visibility: hidden;
}

.user-chronicle_single_comment-single:hover .section_action {
  visibility: visible;
}

.user-chronicle_single_comments_write-comment.nested-comments .user-chronicle_single_top {
  position: relative;
  padding: 15px 30px 0 75px;
}

.block-quote-message {
  position: relative;
  min-height: 60px;
  max-height: 100px;
  background: #ebf7ff;
  padding: 10px 0 0 20px;
  overflow: hidden;
}

.message_single-message_content_quote img {
  max-width: 380px;
}

.block-quote-message img {
  max-height: 60px;
}

.block-quote-message__close {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/img/cancel-grey.svg) no-repeat;
  background-size: cover;
  top: 8px;
  right: 8px;
  cursor: pointer;
}

@media (max-width: 1199px) {
  html.m-html {
    width: initial;
  }
  html.m-html .rules_inner-pages_content {
    padding: 0 30px;
  }
  div.main-sidebars_fixed,
  .fixed_top-menu {
    position: relative !important;
    top: 0 !important;
  }
  .fixed_top-menu__content {
    margin-top: 0;
  }
  aside {
    top: 0;
  }
  .block-wrapp_for-one-screen .news-feed_menu,
  .block-wrapp_for-one-screen .inside-page-_main-row,
  .message-wrapp_for-one-screen {
    position: relative;
    top: 0;
  }
  .messages-search_block {
    position: static;
    border: none;
    border-left: 1px solid #d7effe;
  }
  .top-messages_menu.top-messages_menu__page {
    padding-top: 0;
    background: #fff;
    border-left: 1px solid #d7effe;
  }
  .message-page_right-column_single-chat {
    background: #fff;
  }
  .groups_main-content .fixed_top-menu__content {
    margin-top: 0;
  }
  .top-messages_menu__friends-page2 {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .toTop-btn_wrapp {
    display: none !important;
    /*перебить js*/
  }
}

html#start_html {
  height: 100%;
}

body#start_zonto_main {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #282529 url(../img/start_bg.png) no-repeat;
  background-size: cover;
  font-family: 'Droid Sans',sans-serif;
  visibility: hidden;
}

.start_zonto_main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  text-align: center;
}

.start_zonto_logo {
  height: 50px;
}

.start_zonto_main-content h1 {
  color: #15b4f1;
  text-transform: uppercase;
  margin-top: 32px;
  font-size: 30px;
  font-weight: 400;
}

.start_small_title {
  color: #15b4f1;
  text-transform: uppercase;
  font-size: 14px;
}

.start_timer {
  margin-top: 30px;
}

#timer-number-7ea560a1c9959e44b3c3b35d459740b2-days,
#timer-number-7ea560a1c9959e44b3c3b35d459740b2-hours,
#timer-number-7ea560a1c9959e44b3c3b35d459740b2-minutes,
#timer-number-7ea560a1c9959e44b3c3b35d459740b2-secundes {
  width: 80px;
}

#timer-number-value-7ea560a1c9959e44b3c3b35d459740b2-days,
#timer-number-value-7ea560a1c9959e44b3c3b35d459740b2-hours,
#timer-number-value-7ea560a1c9959e44b3c3b35d459740b2-minutes,
#timer-number-value-7ea560a1c9959e44b3c3b35d459740b2-secundes {
  font-size: 38px !important;
}

.start_timer-title {
  text-align: left;
}

.start_timer-title div {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  width: 80px;
  text-align: center;
}

.start_timer-title div.start_hours-title {
  left: 36px;
}

.start_timer-title div.start_minutes-title {
  left: 73px;
}

.start_timer-title div.start_secundes-title {
  left: 110px;
}

.start_zonto-main_subscription {
  margin-top: 70px;
}

.start_zonto-main_subscription_title {
  color: #15b4f1;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 15px;
}

.start_zonto-main_subscription #mce-EMAIL {
  border: 1px solid #fff;
  border-right: none;
  background: transparent;
  color: #fff;
  padding: 7px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .8;
}

.start_zonto-main_subscription #mc-embedded-subscribe {
  position: relative;
  left: -5px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-left: none;
  padding: 7px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .8;
}

.start_zonto-main_subscription #mce-EMAIL::-webkit-input-placeholder {
  color: #fff;
  opacity: .8;
}

.start_zonto-main_subscription #mce-EMAIL::-moz-placeholder {
  color: #fff;
  opacity: .8;
}

.start_zonto-main_subscription #mce-EMAIL:-moz-placeholder {
  color: #fff;
  opacity: .8;
}

.start_zonto-main_subscription #mce-EMAIL:-ms-input-placeholder {
  color: #fff;
  opacity: .8;
}

.mc-field-group {
  display: inline-block;
}

#mce-responses {
  display: none;
}

.start_lang {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -87px;
}

.start_lang ul {
  list-style-type: none;
  padding: 0;
}

.start_lang ul li {
  display: inline-block;
  margin: 0 6px;
}

.start_lang ul li a {
  color: #fff;
  opacity: 0.8;
  text-decoration: underline;
  font-size: 11px;
}

.start_lang ul li.active a,
.start_lang ul li.active a:hover {
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}
