
/* reset css *//*html, 
 body, 
 div, 
 span, 
 applet, 
 object, 
 iframe, 
 h1, 
 h2, 
 h3, 
 h4, 
 h5, 
 h6, 
 p, 
 blockquote, 
 pre, 
 a, 
 abbr, 
 acronym, 
 address, 
 big, 
 cite, 
 code, 
 del, 
 dfn, 
 em, 
 img, 
 ins, 
 kbd, 
 q, 
 s, 
 samp, 
 small, 
 strike, 
 strong, 
 sub, 
 sup, 
 tt, 
 var, 
 b, 
 u, 
 i, 
 center, 
 dl, 
 dt, 
 dd, 
 ol, 
 ul, 
 li, 
 fieldset, 
 form, 
 label, 
 legend, 
 table, 
 caption, 
 tbody, 
 tfoot, 
 thead, 
 tr, 
 th, 
 td, 
 article, 
 aside, 
 canvas, 
 details, 
 embed, 
 figure, 
 figcaption, 
 footer, 
 header, 
 hgroup, 
 menu, 
 nav, 
 output, 
 ruby, 
 section, 
 summary, 
 time, 
 mark, 
 audio, 
 video {
 margin: 0; 
 padding: 0; 
 border: 0; 
 font: inherit; 
 vertical-align: baseline;
 }*//* HTML5 display-role reset for older browsers *//*article, 
 aside, 
 details, 
 figcaption, 
 figure, 
 footer, 
 header, 
 hgroup, 
 menu, 
 nav, 
 section {
 display: block;
 }
 body{
 line-height: 1; 
 overflow-y: scroll;
 }
 ol, 
 ul {
 list-style: none;
 margin: 0;
 padding: 0;
 }
 blockquote, q {
 quotes: none;
 }
 blockquote:before, 
 blockquote:after, 
 q:before, 
 q:after {
 content: ''; 
 content: none;
 }
 table {
 border-collapse: collapse; 
 border-spacing: 0;
 }
 img {
 border: none;
 }
 s, 
 i, 
 b, 
 ins, 
 del,
 label {
 text-decoration: none; 
 font-style: normal;
 font-weight: normal;
 }*//* !HTML5 display-role reset for older browsers! */ol, ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
s, i, b, ins, del, label {
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
}
.fleft {
  float: left !important;
}

.fright {
  float: right !important;
}
.fltl {
  float: left;
}
.fltr {
  float: right;
}
.hide {
  display: none;
}
.hide-always {
  display: none !important;
}
.pointer {
  cursor: pointer;
}
.clr {
  clear: both;
}
.gray {
  color: #777;
}
.search-top-pager .pages .gray {
  color: #777;
}
.search-top-pager .pages .gray:hover {
  color: rgba(51, 51, 51, 1);
}
.tac {
  text-align: center;
}
.form-control[contenteditable=true] {
  border-radius: 0 !important;
  border-width: 0;
  box-shadow: none;
  height: auto;
  padding: 0;
}
.form-control[contenteditable=true]:empty:before {
  color: #999;
  content: attr(placeholder);
  display: block;
  /* For Firefox */
}
.form-control[contenteditable=true]:empty, .form-control[contenteditable=true]:focus {
    border-radius: 5px !important;
  border-width: 1px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  height: 34px;
  padding: 6px 12px;
}
/* reset wysivyg */.wysiwyg * {
  color: inherit;
}
.wysiwyg a {
  color: rgba(51, 51, 51, 1);;
  text-decoration: none;
  cursor: pointer;
}
.wysiwyg address {
  font-style: italic;
}
.wysiwyg blockquote {
  display: block;
  margin: 1.12em 40px;
  unicode-bidi: embed;
}
.wysiwyg em {
  font-style: italic;
}
.wysiwyg h1 {
  font-size: 2em;
  margin: 0.67em 0;
  padding: 0;
}
.wysiwyg h2 {
  font-size: 1.5em;
  margin: 0.75em 0;
  padding: 0;
}
.wysiwyg h3 {
  font-size: 1.17em;
  margin: 0.83em 0;
  padding: 0;
}
.wysiwyg h5 {
  font-size: 0.83em;
  margin: 1.5em 0;
}
.wysiwyg h6 {
  font-size: 0.75em;
  margin: 1.67em 0;
}
.wysiwyg li {
  display: list-item;
}
.wysiwyg ol, .wysiwyg ul {
  display: block;
  padding-left: 20px;
  unicode-bidi: embed;
}
.wysiwyg ol {
  margin: 1.12em 0;
  list-style-type: decimal;
}
.wysiwyg p {
  margin: 1.12em 0;
}
.wysiwyg pre {
  margin: 1em 0;
}
.wysiwyg s {
  text-decoration: line-through;
}
.wysiwyg strong {
  font-weight: bolder;
}
.wysiwyg ul {
  margin: 1.12em 0;
  list-style-type: disc;
}
.col-xs-neg-12 {
  width: -100%;
}
.col-xs-neg-11 {
  width: -91.66667%;
}
.col-xs-neg-10 {
  width: -83.33333%;
}
.col-xs-neg-9 {
  width: -75%;
}
.col-xs-neg-8 {
  width: -66.66667%;
}
.col-xs-neg-7 {
  width: -58.33333%;
}
.col-xs-neg-6 {
  width: -50%;
}
.col-xs-neg-5 {
  width: -41.66667%;
}
.col-xs-neg-4 {
  width: -33.33333%;
}
.col-xs-neg-3 {
  width: -25%;
}
.col-xs-neg-2 {
  width: -16.66667%;
}
.col-xs-neg-1 {
  width: -8.33333%;
}
@media (min-width: 768px) {
  .col-sm-neg-12 {
    width: -100%;
  }
  .col-sm-neg-11 {
    width: -91.66667%;
  }
  .col-sm-neg-10 {
    width: -83.33333%;
  }
  .col-sm-neg-9 {
    width: -75%;
  }
  .col-sm-neg-8 {
    width: -66.66667%;
  }
  .col-sm-neg-7 {
    width: -58.33333%;
  }
  .col-sm-neg-6 {
    width: -50%;
  }
  .col-sm-neg-5 {
    width: -41.66667%;
  }
  .col-sm-neg-4 {
    width: -33.33333%;
  }
  .col-sm-neg-3 {
    width: -25%;
  }
  .col-sm-neg-2 {
    width: -16.66667%;
  }
  .col-sm-neg-1 {
    width: -8.33333%;
  }
}
@media (min-width: 992px) {
  .col-md-neg-12 {
    width: -100%;
  }
  .col-md-neg-11 {
    width: -91.66667%;
  }
  .col-md-neg-10 {
    width: -83.33333%;
  }
  .col-md-neg-9 {
    width: -75%;
  }
  .col-md-neg-8 {
    width: -66.66667%;
  }
  .col-md-neg-7 {
    width: -58.33333%;
  }
  .col-md-neg-6 {
    width: -50%;
  }
  .col-md-neg-5 {
    width: -41.66667%;
  }
  .col-md-neg-4 {
    width: -33.33333%;
  }
  .col-md-neg-3 {
    width: -25%;
  }
  .col-md-neg-2 {
    width: -16.66667%;
  }
  .col-md-neg-1 {
    width: -8.33333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-neg-12 {
    width: -100%;
  }
  .col-lg-neg-11 {
    width: -91.66667%;
  }
  .col-lg-neg-10 {
    width: -83.33333%;
  }
  .col-lg-neg-9 {
    width: -75%;
  }
  .col-lg-neg-8 {
    width: -66.66667%;
  }
  .col-lg-neg-7 {
    width: -58.33333%;
  }
  .col-lg-neg-6 {
    width: -50%;
  }
  .col-lg-neg-5 {
    width: -41.66667%;
  }
  .col-lg-neg-4 {
    width: -33.33333%;
  }
  .col-lg-neg-3 {
    width: -25%;
  }
  .col-lg-neg-2 {
    width: -16.66667%;
  }
  .col-lg-neg-1 {
    width: -8.33333%;
  }
}
.pg-panel-default {
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-radius: 5;
  box-shadow: none;
  background: none;
  margin-bottom: 20px;
}
.pg-thumbnail {
  padding: 0;
}
.pg-media {
  font-size: 90%;
}
.pg-media-heading {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  color: #111;
}
.pg-media-body {
  line-height: 20px;
}
.pg-dl-icons dt {
  text-align: center;
  width: 20px;
  float: left;
  clear: both;
}
.pg-dl-icons dd {
  margin-left: 20px;
}
.pg-dl-icons i {
  line-height: inherit;
  margin-left: -5px;
  color: #777;
}
.pg-modal .modal-header {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}
.page-header + .header-comment {
  margin-bottom: 30px;
}
.btn-disable {
  background: #ddd;
}
/* Block dimensions */.w700 {
  width: 700px;
}
.w650 {
  width: 650px;
}
.w500 {
  width: 500px;
}
.w400 {
  width: 400px;
}
.w350 {
  width: 350px;
}
.w300 {
  width: 300px;
}
.w200 {
  width: 200px;
}
.w150 {
  width: 150px;
}
.w125 {
  width: 125px;
}
.w110 {
  width: 110px;
}
.w100 {
  width: 100px;
}
.w70 {
  width: 70px;
}
.w50 {
  width: 50px;
}
.w30 {
  width: 30px;
}
.w20 {
  width: 20px;
}
.h300 {
  height: 300px;
}
.h200 {
  height: 200px;
}
.h150 {
  height: 150px;
}
.h125 {
  height: 125px;
}
.h100 {
  height: 70px;
}
.h30 {
  height: 30px;
}
.wp100 {
  width: 100%;
}
.hp100 {
  height: 100%;
}
.dimp100 {
  width: 100%;
  height: 100%;
}
.minh100 {
  min-height: 100px;
}
.minh200 {
  min-height: 200px;
}
.maxw200 {
  max-width: 200px;
}
.maxw230 {
  max-width: 230px;
}
.maxwp100 {
  max-width: 100%;
}
.maxh250 {
  max-height: 250px;
}
.maxh150 {
  max-height: 150px;
}
/* !Block dimensions *//* Block margings */.m0 {
  margin: 0;
}
.m5 {
  margin: 5px;
}
.m10 {
  margin: 10px;
}
.m20 {
  margin: 20px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt17 {
  margin-top: 17px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb17 {
  margin-bottom: 17px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
  display: inline-block;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml500 {
  margin-left: 510px;
}
.ml400 {
  margin-left: 410px;
}
.ml350 {
  margin-left: 360px;
}
.ml300 {
  margin-left: 310px;
}
.ml-5 {
  margin-left: -5px;
}
.ml-10 {
  margin-left: -10px;
}
.ml-15 {
  margin-left: -15px;
}
.ml-20 {
  margin-left: -20px;
  display: inline-block;
}
.ml-30 {
  margin-left: -30px;
}
.ml-40 {
  margin-left: -40px;
}
.ml-500 {
  margin-left: -510px;
}
.ml-400 {
  margin-left: -410px;
}
.ml-350 {
  margin-left: -360px;
}
.ml-300 {
  margin-left: -310px;
}
.mr0 {
  margin-right: 0px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mrb5 {
  margin-right: 5px;
  margin-bottom: 5px;
}

.mrb10 {
margin-right: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
   background-color: #fff;
   padding-left: 10px;
    padding-bottom: 0px;
    padding-right: 10px;
    height: 100px;
    border: 0px solid #ddd;
    border-radius: 5px;
}

.mrb20 {
  margin-right: 20px;
  margin-bottom: 20px;
}
.mlr5 {
  margin-left: 5px;
  margin-right: 5px;
}
.mlr10 {
  margin-left: 10px;
  margin-right: 10px;
}
.mlr20 {
  margin-left: 20px;
  margin-right: 20px;
}
.mtb5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mtb10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mtb17 {
  margin-top: 17px;
  margin-bottom: 17px;
}
.mtb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* !Block margings! *//* Block paddings */.p0 {
  padding: 0;
}
.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.p20 {
  padding: 20px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pl0 {
  padding-right: 0px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl50 {
  padding-left: 50px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pr0 {
  padding-right: 0px;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr20 {
  padding-right: 20px;
}
.pr50 {
  padding-right: 50px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.ptb5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ptb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ptb20 {
  padding-top: 40px;
  padding-bottom: 40px;
background: #ffffff;
    padding: 40px;
    border: 0px solid #ddd;
    border-radius: 5px;
}
.plr5 {
  padding-left: 5px;
  padding-right: 5px;
}
.plr10 {
  padding-left: 10px;
  padding-right: 10px;
}
.plr20 {
  padding-left: 20px;
  padding-right: 20px;
}
.plr50 {
  padding-left: 50px;
  padding-right: 50px;
}
/* !Block paddings! *//* Donate modules*/.h50 {
  height: 50px;
}
.t8r5 {
  top: 8px;
  right: 5px;
}
.line-top {
  border-top: 1px solid #ddd;
}
.line-bottom {
  border-bottom: 1px solid #ddd;
}
.lh20 {
  line-height: 20px;
}
.lh24 {
  line-height: 24px;
}
.lh40 {
  line-height: 40px;
}
.lh30 {
  line-height: 30px;
}
.ml150 {
  margin-left: 150px;
}
.ml200 {
  margin-left: 200px;
}
.italic {
  font-style: italic;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.tali {
  text-align: left !important;
}
.tari {
  text-align: right !important;
}
/* !Donate modules! */.w {
  color: #fff;
}
.g {
  color: #808080;
}
/*-----------------------------------------
 mixins
 -----------------------------------------*//*-----------------------------------------
 end mixins
 -----------------------------------------*//*-----------------------------------------
 typography 
 -----------------------------------------*/h1 {
  font-size: 18px;
  font-weight: bold;
}
h2 {
  font-size: 16px;
  font-weight: bold;
}
h3 {
  font-size: 14px;
  font-weight: bold;
}
/* end typography */#error_block, #info_block, #success_block {
  display: none;
}
.error404 {
  background: url("../../../img/404.png") no-repeat scroll 0 0 transparent;
  height: 110px;
  width: 240px;
}
.placeholder {
  color: #aaa !important;
}
.center, .centered {
  text-align: center;
}
.center-block {
  margin: 0 auto;
}
.righted {
  text-align: right;
}
.bold {
  font-weight: bold;
}
.ib {
  display: inline-block;
}
.oh {
  overflow: hidden;
}
.oya {
  overflow-y: auto;
}
.oxa {
  overflow-x: auto;
}
.text-overflow {
  overflow-x: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
.box-sizing {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pos-rel {
  position: relative;
}
.pos-abs {
  position: absolute;
}
.lh0 {
  line-height: 0 !important;
}
.inline-flex {
  display: -moz-box;
  display: -moz-inline-box;
  display: -webkit-box;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-flexbox;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.vmiddle, .vmiddle td, .vmiddle th {
  vertical-align: middle;
}
.vtop {
  vertical-align: top !important;
}
.opacity50 {
  opacity: 0.5;
}
.opacity60 {
  opacity: 0.6;
}
.opacity70 {
  opacity: 0.7;
}
.opacity80 {
  opacity: 0.8;
}
.opacity90 {
  opacity: 0.9;
}
.overlay {
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.overlay.white50 {
  background-color: rgba(255, 255, 255, .5);
}
.overlay.black50 {
  background-color: rgba(0, 0, 0, .5);
}
.b0 {
  border: 0 !important;
}
.fs13 {
  font-size: 13px;
}
.fs18 {
  font-size: 18px;
}
.photo .actions {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 30px;
  height: 30px;
}
.photo .actions a {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  color: #fff;
  display: none;
  float: right;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.photo .actions a:hover {
  background: rgba(0, 0, 0, 0.75);
}
.photo:hover .actions a {
  display: block;
}
.link-dashed {
  color: rgba(51, 51, 51, 1);;
  border-bottom: 1px dashed;
  cursor: pointer;
  text-decoration: none;
}
.link-dashed:hover {
  border-bottom: 0;
  text-decoration: none;
}
@media (max-width: 767px) {
  .photo .actions {
    display: none;
  }
}
/* buttons to call chat and shoutbox */.bottom-btns {
  bottom: 0;
  display: none;
  position: fixed;
  z-index: 6;
  right: 0;
}
.bottom-btns button {
  background-color: #fff;
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
  display: none;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  text-align: left;
  width: 135px;
}
.bottom-btns button .fa {
  color: #fff;
  right: 10px;
  position: absolute;
  line-height: inherit;
}
.bottom-btns .pop-up {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: rgba(51, 51, 51, 1);
  z-index: 4;
    border-radius: 5px;
}
.bottom-btns .pop-up .close {
  line-height: 40px;
  margin-left: 10px;
}
.bottom-btns .pop-up-header {
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  position: relative;
}
.bottom-btns .pop-up-content {
  background-color: #fff;
}
.bottom-btns .pop-up-footer {
  background-color: #fff;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.bottom-btns__item {
  display: inline-block;
  height: 100%;
  margin-right: 5px;
  vertical-align: bottom;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .bottom-btns {
    display: inline-block;
  }
  .bottom-btns button {
    display: inline-block;
  }
  .bottom-btns__item {
    height: auto;
    width: auto;
  }
}
/* end of buttons to call chat and shoutbox */.side-btn {
  background-color: rgba(51, 51, 51, 1);
  height: 200px;
  position: fixed;
  width: 50px;
  overflow: hidden;
  cursor: pointer;
  -moz-box-shadow: 0 0 2px 0;
  -webkit-box-shadow: 0 0 2px 0;
  box-shadow: 0 0 2px 0;
}
.side-btn .overlay > span {
  bottom: 0;
  color: #aaa;
  display: inline-block;
  font-size: 26px;
  left: 25px;
  position: absolute;
  text-align: center;
  white-space: nowrap;
  width: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
[dir="rtl"] .side-btn .overlay > span {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.side-btn .overlay > ins {
  position: absolute;
  top: 16px;
  left: 10px;
}
@media screen and (max-width: 1080px) {
  .side-btn {
    height: 50px;
  }
  .side-btn .overlay > span {
    display: none;
  }
}
.text-with-chats-counter.input-group {
  padding: 0;
}
.text-with-chats-counter .input-group-addon {
  border: none;
  background: none;
  vertical-align: top;
  padding-top: 0;
}
.alert-warning_pop {
  background: none repeat scroll 0 0 #fff;
  max-width: 60%;
  position: fixed;
  text-align: left;
  z-index: 1004;
}
.alert_bg {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1003;
}
.alert_bg {
  background-color: #fff;
  background-color: rgba(255, 255, 255, .8);
}
/* TODO: объединить с алертами и использовать бутстрап */.pginfo.field.error {
  border: 1px solid red !important;
}
.pginfo.field.success {
  border: 1px solid green !important;
}
.pginfo.msg {
  font-size: 0.8571em;
}
.pginfo.msg.error {
  color: red;
}
/* universal flatty block */.g-flatty-block {
  background: #fff;
                                border: 0px #ddd solid;
                                border-radius: 5px;
  padding: 15px 15px;
}
.g-flatty-block:before, .g-flatty-block:after {
  content: " ";
  display: table;
}
.g-flatty-block:after {
  clear: both;
}
.g-flatty-block h2 {
  margin-top: 5px;
  margin-bottom: 20px;
}
.g-flatty-block__header {
  border-bottom: 1px #ddd solid;
  margin: 0 -15px;
  padding: 0 0 10px;
}
.g-flatty-block__header h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.g-flatty-block__control {
  border-bottom: 1px #ddd solid;
  margin: 0 -15px;
  padding: 10px 15px;
}
/* universal tabs */.b-tabs {
  margin-bottom: 5px;
}
.b-tabs:after {
  content: "";
  clear: both;
  display: table;
}
.b-tabs_wrapper {
  border-bottom: 1px #ddd solid;
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.b-tabs_wrapper_top {
  padding-top: 10px;
}
.b-tabs__item {
  margin-bottom: 1px;
  text-align: center;
}
.b-tabs__item.active .b-tabs__text {
  background: rgba(0, 0, 0, 0.1);
  color: #111;
}
.b-tabs__text {
  border-radius: 3px;
  cursor: pointer;
  display: block;
  padding: 5px 15px;
}
.b-tabs__text:hover, .b-tabs__text:active {
  background: rgba(0, 0, 0, 0.05);
  color: inherit;
  text-decoration: none;
}
.b-tabs__text_active {
  background: rgba(0, 0, 0, 0.1);
  color: #111;
}
@media (min-width: 768px) {
  .b-tabs {
    margin-bottom: 0;
  }
  .b-tabs__item {
    float: left;
    margin-bottom: 0;
    margin-right: 1px;
    text-align: left;
  }
}
/* end tabs *//*--------------------------------------------------
 universal userlist
 --------------------------------------------------*//* gallery view */.g-users-gallery {
  margin-left: -5px;
  margin-right: -5px;
  padding-top: 10px;
}
.g-users-gallery .not-owner {
  border: 3px solid #c4c4c4;
}
.g-users-gallery__item {
  padding: 5px;
  display: inline-block;
  float: none;
  margin-right: -0.3em;
  /* remove space after block */
  vertical-align: top;
}
.g-users-gallery__content {
  position: relative;
}
.g-users-gallery__photo {
  line-height: 0;
  position: relative;
}
.g-users-gallery__photo img {
  width: 100%;
}
.g-users-gallery__photo-img {
  width: 100%;
}
.g-users-gallery__overlayinfo {
  bottom: 2px;
  color: #fff;
  font-size: 12px;
  left: 2px;
  line-height: 20px;
  position: absolute;
  right: 2px;
}
.g-users-gallery__overlayinfo span {
  display: inline-block;
}
.g-users-gallery__audio {
  position: relative;
}
.g-users-gallery__info {
  color: #777;
  font-size: 12px;
  margin-bottom: 5px;
  margin-top: 5px;
  overflow: hidden;
  position: relative;
  /*&:after {
 left: 0px;
 right: 0px;
 content: "";
 display: block;
 position: absolute;
 bottom: -30px;
 height: 30px;
 box-shadow: 0px -8px 10px #FFF;
 }*/
}
.g-users-gallery__name {
  font-size: 14px;
}
.g-users-gallery__comment {
  font-style: italic;
}
.g-users-gallery__infobtn {
  margin-top: 3px;
  margin-bottom: 5px;
}
.g-users-gallery__infobtn:before, .g-users-gallery__infobtn:after {
  content: " ";
  display: table;
}
.g-users-gallery__infobtn:after {
  clear: both;
}
.g-users-gallery__infobtn .btn {
  padding-left: 5px;
  padding-right: 5px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.g-users-gallery__infobtn .text-overflow {
  display: block;
}
.g-users-gallery__actions {
  display: block;
  position: absolute;
  right: 2px;
  top: 2px;
}
.g-users-gallery__overlay-icon {
  color: rgba(51, 51, 51, 1);
  left: 0;
  position: absolute;
  text-align: center;
  top: 35%;
  width: 100%;
  font-size: 10px;
}
/* list view */@media (min-width: 768px) {
  .g-users-gallery__actions {
    display: none;
  }
  .g-users-gallery__overlay-icon {
    font-size: 12px;
  }
  .g-users-gallery__photo:hover .g-users-gallery__actions, .g-users-gallery__audio:hover .g-users-gallery__actions {
    display: block;
  }
  .g-users-gallery__photo:hover .g-photo-statuses__item .like-btn-block, .g-users-gallery__audio:hover .g-photo-statuses__item .like-btn-block {
    background: rgba(0, 0, 0, 0.5);
  }
  .g-users-gallery__photo:hover .g-photo-statuses__item_place, .g-users-gallery__audio:hover .g-photo-statuses__item_place {
    background: rgba(0, 0, 0, 0.5);
  }
}
/*--------------------------------------------------
 end of universal userlist
 --------------------------------------------------*//* actions on photo: accept friend, delete */.g-photo-actions a {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.75);
  display: inline-block;
  height: 29px;
  line-height: 29px;
  text-align: center;
  width: 29px;
}
.g-photo-actions a:hover {
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
}
/* status line on photos: views count*/.g-photo-statuses {
  display: none;
}
.g-photo-statuses__item {
  display: inline-block;
}
.g-photo-statuses__item .like-btn-block {
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
}
.g-photo-statuses__item .like-btn-block:hover {
  background: rgba(0, 0, 0, 0.75) !important;
}
.g-photo-statuses__item_place {
  background: rgba(0, 0, 0, 0.5);
  padding: 0px 5px;
  line-height: 21px;
  height: 21px;
  border-radius: 3px;
}
.g-photo-statuses__item_btn:hover {
  background: rgba(0, 0, 0, 0.75) !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .g-photo-statuses {
    display: block;
  }
  .g-photo-statuses__item .like-btn-block {
    background: rgba(0, 0, 0, 0.25);
  }
  .g-photo-statuses__item_place {
    background: rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 1080px) {
  .g-photo-statuses__item .like-btn-block {
    padding-left: 10px;
    padding-right: 10px;
  }
  .g-photo-statuses__item_place {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* title menu on mobile */.b-title-menu__btn {
  color: #777;
  float: right;
}
@media (min-width: 768px) {
  .b-title-menu__btn {
    display: none;
  }
}
/* end of title menu on mobile */.b-title-link__action {
  display: inline-block;
  float: right;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4666em;
}
/* border images */.g-pic-border {
  display: inline-block;
  line-height: 0;
  /* fix to collapse bottom padding */
  width: 100%;
  /* for left column profile avatar */
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.g-pic-border:before {
  bottom: 0px;
  content: "";
  left: 0px;
  right: 0px;
  top: 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  display: block;
}
.g-pic-border.g-rounded.g-pic-border:before {
    border-radius: 5px;
}
.g-pic-border.g-rounded-small.g-pic-border:before {
  border-radius: 3px;
}
.g-rounded {
    border-radius: 5px;
}
.g-rounded-small {
  border-radius: 3px;
}
/* end of border images */.g-col {
  /* margin between columns in mobile */
  margin-bottom: 20px;
}
.g-panel {
  background: #fff;
    border: 0px #ddd solid;
    border-radius: 5px;
  padding: 10px 15px;
}
.g-panel_onlytitle {
  margin-bottom: 5px;
}
.g-panel_onlytitle h1 {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.g-right-tablet {
  float: right;
}
@media (min-width: 1080px) {
  .g-right-ontablet {
    float: left;
  }
}
/* titles with action */.b-title-control {
  width: 100%;
}
.b-title-control:before, .b-title-control:after {
  content: " ";
  display: table;
}
.b-title-control:after {
  clear: both;
}
.b-title-control__text {
  display: block;
  margin-bottom: 10px;
  vertical-align: middle;
}
.b-title-control__action {
  display: block;
}
.b-title-control__action .btn {
  margin-bottom: 2px;
}
.b-title-control__action .btn:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .b-title-control {
    display: table;
  }
  .b-title-control__text {
    display: table-cell;
    margin-bottom: 0;
  }
  .b-title-control__action {
    display: block;
    float: right;
  }
}
/* end of titles with action *//*-----------------------------------------
 modificators 
 -----------------------------------------*//*modify buttons inside */.mod-btn-xs .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.mod-btn-sm .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.mod-btn-md .btn {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
    border-radius: 5px;
}
.mod-btn-lg .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
/* end of modify buttons inside *//*-----------------------------------------
 end of modificators 
 -----------------------------------------*//* other */.icon-hover:hover {
  color: rgba(51, 51, 51, 1);
}
.img-center {
  margin: 0 auto;
}
/* end of other */@media (max-width: 767px) {
  .add-menu {
    position: relative;
    width: 100%;
    overflow-x: scroll;
    padding: 0;
    background-color: #3a3f44;
    height: 60px;
    line-height: 40px;
  }
  .add-menu a {
    color: #fff;
    display: block;
    padding: 0;
    white-space: nowrap;
    text-align: center;
  }
  .add-menu ul {
    width: 176%;
  }
  .add-menu li {
    float: left;
    margin: 0 5px;
    border-right: 1px #3e4555 solid;
  }
}
header {
  background-color: #dfdfdf;
  height: 45px;
}
.main-nav {
  float: left;
  margin: 0;
}
.link-open-menu {
  background-color: #551A8B;
  color: #fff;
}
.link-open-menu:hover {
  color: #fff;
  text-decoration: none;
}
.main-nav li {
  float: left;
  padding: 8px 12px;
  font-size: 20px;
}
.main-menu {
  margin-top: -20px;
}
.main-menu .menu-empty {
  line-height: 0;
}
.main-menu .menu-group {
  text-transform: uppercase;
  margin: 20px 0 -20px;
  padding: 0;
  line-height: 40px;
  vertical-align: bottom;
  position: relative;
}
.main-menu .menu-group > * {
  display: block;
  padding-left: 40px;
  text-decoration: none;
}
.main-menu .menu-item {
  margin: 10px 0 -10px;
  padding: 0;
  line-height: 40px;
  vertical-align: bottom;
}
.main-menu .menu-item > * {
  display: block;
  position: relative;
  padding-left: 40px;
  /*padding-right: 40px;*/
}
.main-menu i {
  float: left;
  margin-left: -25px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 40px;
}
.main-menu .badge {
  background-color: #fff;
  position: absolute;
  right: 5px;
  top: 20%;
  /*    transform: translateY(-50%);*/
  max-width: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}
.main-menu span {
  color: #aaa;
}
.left-menu__user {
  padding-left: 15px;
  padding-right: 10px;
}
.left-menu__user .user-short-inf__account {
  background: #fff;
  box-shadow: -9px 0 4px #fff;
}
.main-menu a, .main-menu a:hover, .main-menu a:focus, .main-menu a:active, .main-menu a:visited {
  color: #111;
  text-decoration: none;
}
.main-menu i {
  color: #777;
}
.button-search {
  position: absolute;
  margin-left: -27px;
  z-index: 5;
  color: #aaa;
  background: none;
  border: none;
  margin-top: 7px;
}
.logo-mobile-version {
  text-align: center;
  color: #aaa;
}
.close_left_menu {
  color: #fff;
  display: block;
  float: left;
  font-size: 20px;
  height: 46px;
  line-height: inherit;
  cursor: pointer;
  text-align: center;
  width: 46px;
}
header a, .ui-header a {
  color: #808080;
  text-decoration: none;
}
header a:hover, .ui-header a:hover {
  color: #808080;
  text-decoration: none;
}
.header-color {
  background: #551A8B;
  height: 46px;
}
.user-icon-mobile {
  width: 29px;
  height: 29px;
    border: 0px solid #ddd;
  border-radius: 3px;
  float: right;
  margin: 8px 0px 8px 8px;
}
.search-for-mobile {
  height: 30px;
}
.fltr-important {
  float: right !important;
}
.main-nav li:hover, .main-nav li:focus {
  background: #551A8B;
}
.main-nav a:hover, .main-nav a:focus {
  color: #fff;
  text-decoration: none;
}
.pre-main-inner-content {
  padding-top: 46px;
}
@media (max-width: 767px) {
  .account_menu ul > li {
    background: #fff;
    border-top: 0px solid #ddd;
    border-bottom: 0px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 5;
    margin: 0;
  }
  .account_menu ul > li:hover {
    background: #ccc;
  }
  .account_menu ul > li > a {
    border-radius: 5;
  }
  .account_menu ul > li:first-child {
    border-top: 1px solid #ddd;
      border-radius: 0px 5px 0px 0px;
  }
  .account_menu ul > li:last-child {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
  }
  .account_menu ul > li:first-child > a {
      border-radius: 0px 5px 0px 0px;
  }
  .account_menu ul > li:last-child > a {
    border-radius: 0px 0px 5px 5px;
  }
  .left-menu .btn-slide {
    display: block;
    height: 30px;
  }
  .search {
    padding: 4px 8px;
  }
  .search-for-mobile {
      border-radius: 5px !important;
  }
  .ui-loader, .ui-btn-inner {
    display: none;
  }
  .quick-search {
    background: rgba(0, 0, 0, 0.05);
    height: 45px;
  }
  .quick-search-top {
    display: none;
  }
  .hide-in-mobile {
    display: none !important;
  }
  .info {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .quick-search-top {
    float: right;
  }
  .quick-search-top .input-group {
    padding: 8px 0 8px 0;
  }
  .quick-search-top .input-group input[type="search"] {
    height: 29px;
      border-radius: 5px;
  }
  .quick-search {
    height: 45px;
  }
  .search-top-input {
    padding: 5pt;
    width: 81%;
    float: right;
  }
}
.left-menu {
  font-size: 90%;
}
.left-menu-header {
  position: relative;
  line-height: 45px;
  z-index: 1002;
}
.breadcrumbs {
  font-size: 12px;
  color: #777;
  padding-top: 11px;
}
.breadcrumbs a {
  font-size: 12px;
  color: #777;
}
.breadcrumbs a:hover, .breadcrumbs a:focus {
  color: rgba(51, 51, 51, 1)
  text-decoration: none;
}
.static-alert-block {
  margin-bottom: 20px;
  text-align: center;
  display: none;
  position: relative;
}
.static-alert-block .alert-info {
  display: block !important;
}
.alert-success, .alert-info, .alert-warning, .alert-danger {
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  padding: 15px;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-info {
  color: #111;
  background-color: #fff;
  border-color: #bce8f1;
}
.alert-warning {
  color: ;
  background-color: ;
  border-color: ;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.left-menu {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  float: left;
  width: 0;
  overflow: hidden;
  position: absolute;
  z-index: 4;
}
.main-menu a:hover {
  background: #ececec;
}
.header-container-outer {
  overflow: hidden;
  max-width: 500px;
  width: 90%;
  left: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 1001;
  display: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .header-container-outer {
    width: 233px;
  }
}
.header-container {
  padding-right: 16px;
  width: 100%;
  box-sizing: content-box;
  position: absolute;
  top: 46px;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #fff;
  z-index: 1001;
}
#slidemenu {
  display: none;
  width: 100%;
  z-index: 1001;
  padding-bottom: 20px;
  padding-right: 16px;
}
@media (max-width: 768px) {
  .header-container, #slidemenu {
    padding-right: 0;
  }
}
#slidemenu ul li {
  list-style-type: none;
}
#slidemenu_btn .ui-icon-shadow {
  -moz-box-shadow: 0 0px 0 rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0 0px 0 rgba(255, 255, 255, 0);
  box-shadow: 0 0px 0 rgba(255, 255, 255, 0);
}
#slidemenu_btn .ui-btn-inner {
  border-top: 0;
}
#slidemenu_btn .ui-icon {
  margin: 4px 1px 2px 2px !important;
  width: 25px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#slidemenu_btn .ui-icon, .ui-icon-searchfield::after {
  background: none;
}
#slidemenu_btn.ui-btn-icon-notext {
  width: 30px;
}
@media (max-width: 1299px) {
  #slidemenu ul li {
    list-style-type: none;
  }
  #slidemenu_btn .ui-icon-shadow {
    -moz-box-shadow: 0 0px 0 rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0 0px 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0px 0 rgba(255, 255, 255, 0);
  }
  #slidemenu_btn .ui-btn-inner {
    border-top: 0px;
  }
  #slidemenu_btn .ui-icon {
    margin: 4px 1px 2px 2px !important;
    width: 25px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  #slidemenu_btn .ui-icon, .ui-icon-searchfield::after {
    background: none;
  }
  #slidemenu_btn.ui-btn-icon-notext {
    width: 30px;
  }
  #slidemenu {
    overflow: auto;
  }
}
.left-menu-services {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.05);
  line-height: 20px;
  padding: 10px 15px;
  margin-top: 20px;
  margin-bottom: -20px;
}
/*
 * jQuery Mobile Framework 1.1.0
 * http://jquerymobile.com
 *
 * Copyright 2011 (c) jQuery Project
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 */.ui-bar-a {
  border: 1px solid #a3b2d2;
  background: #2d4a88;
  color: #dbe1ee;
  font-weight: bold;
  text-shadow: 0 1px 1px #3e4e73;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6e85b7), to(#2d4a88));
  background-image: -webkit-linear-gradient(#6e85b7, #2d4a88);
  background-image: -moz-linear-gradient(#6e85b7, #2d4a88);
  background-image: -ms-linear-gradient(#6e85b7, #2d4a88);
  background-image: -o-linear-gradient(#6e85b7, #2d4a88);
  background-image: linear-gradient(#6e85b7, #2d4a88);
}
.ui-bar-a .ui-link-inherit {
  color: #dbe1ee;
}
.ui-bar-a .ui-link {
  color: #7cc4e7;
  font-weight: bold;
}
.ui-bar-a .ui-link:hover {
  color: #2489ce;
}
.ui-bar-a .ui-link:active {
  color: #2489ce;
}
.ui-bar-a .ui-link:visited {
  color: #2489ce;
}
.ui-bar-a, .ui-bar-a input, .ui-bar-a select, .ui-bar-a textarea, .ui-bar-a button {
  font-family: Helvetica, Arial, sans-serif;
}
.ui-body-a, .ui-overlay-a {
  border: 1px solid #111b33;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  background: #f9f9f9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#fff));
  background-image: -webkit-linear-gradient(#f9f9f9, #fff);
  background-image: -moz-linear-gradient(#f9f9f9, #fff);
  background-image: -ms-linear-gradient(#f9f9f9, #fff);
  background-image: -o-linear-gradient(#f9f9f9, #fff);
  background-image: linear-gradient(#f9f9f9, #fff);
}
.ui-overlay-a {
  background-image: none;
  border-width: 0;
}
.ui-body-a, .ui-body-a input, .ui-body-a select, .ui-body-a textarea, .ui-body-a button {
  font-family: Helvetica, Arial, sans-serif;
}
.ui-body-a .ui-link-inherit {
  color: #000;
}
.ui-body-a .ui-link {
  color: #2489ce;
  font-weight: bold;
}
.ui-body-a .ui-link:hover {
  color: #2489ce;
}
.ui-body-a .ui-link:active {
  color: #2489ce;
}
.ui-body-a .ui-link:visited {
  color: #2489ce;
}
.ui-btn-up-a {
  border: 1px solid #283e70;
  background: #2e4a85;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 #3b4968;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6079ad), to(#2e4a85));
  background-image: -webkit-linear-gradient(#6079ad, #2e4a85);
  background-image: -moz-linear-gradient(#6079ad, #2e4a85);
  background-image: -ms-linear-gradient(#6079ad, #2e4a85);
  background-image: -o-linear-gradient(#6079ad, #2e4a85);
  background-image: linear-gradient(#6079ad, #2e4a85);
}
.ui-btn-up-a a.ui-link-inherit {
  color: #fff;
}
.ui-btn-hover-a {
  border: 1px solid #283e70;
  background: #17316a;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 #202f4f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#425a8f), to(#17316a));
  background-image: -webkit-linear-gradient(#425a8f, #17316a);
  background-image: -moz-linear-gradient(#425a8f, #17316a);
  background-image: -ms-linear-gradient(#425a8f, #17316a);
  background-image: -o-linear-gradient(#425a8f, #17316a);
  background-image: linear-gradient(#425a8f, #17316a);
}
.ui-btn-hover-a a.ui-link-inherit {
  color: #fff;
}
.ui-btn-down-a {
  border: 1px solid #283e70;
  background: #17316a;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 #202f4f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#425a8f), to(#17316a));
  background-image: -webkit-linear-gradient(#425a8f, #17316a);
  background-image: -moz-linear-gradient(#425a8f, #17316a);
  background-image: -ms-linear-gradient(#425a8f, #17316a);
  background-image: -o-linear-gradient(#425a8f, #17316a);
  background-image: linear-gradient(#425a8f, #17316a);
}
.ui-btn-down-a a.ui-link-inherit {
  color: #fff;
}
.ui-btn-up-a, .ui-btn-hover-a, .ui-btn-down-a {
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none;
}
.ui-bar-b {
  border: 1px solid #0b1a33;
  background: #2d4a88;
  color: #dbe1ee;
  font-weight: bold;
  text-shadow: 0 1px 1px #3e4e73;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6e85b7), to(#2d4a88));
  background-image: -webkit-linear-gradient(#6e85b7, #2d4a88);
  background-image: -moz-linear-gradient(#6e85b7, #2d4a88);
  background-image: -ms-linear-gradient(#6e85b7, #2d4a88);
  background-image: -o-linear-gradient(#6e85b7, #2d4a88);
  background-image: linear-gradient(#6e85b7, #2d4a88);
}
.ui-bar-b .ui-link-inherit {
  color: #dbe1ee;
}
.ui-bar-b .ui-link {
  color: #7cc4e7;
  font-weight: bold;
}
.ui-bar-b .ui-link:hover {
  color: #2489ce;
}
.ui-bar-b .ui-link:active {
  color: #2489ce;
}
.ui-bar-b .ui-link:visited {
  color: #2489ce;
}
.ui-bar-b, .ui-bar-b input, .ui-bar-b select, .ui-bar-b textarea, .ui-bar-b button {
  font-family: Helvetica, Arial, sans-serif;
}
.ui-body-b, .ui-overlay-b {
  border: 1px solid #0b1a33;
  color: #e1e7f0;
  text-shadow: 0 1px 0 #000;
  background: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: -webkit-linear-gradient(#000, #000);
  background-image: -moz-linear-gradient(#000, #000);
  background-image: -ms-linear-gradient(#000, #000);
  background-image: -o-linear-gradient(#000, #000);
  background-image: linear-gradient(#000, #000);
}
.ui-overlay-b {
  background-image: none;
  border-width: 0;
}
.ui-body-b, .ui-body-b input, .ui-body-b select, .ui-body-b textarea, .ui-body-b button {
  font-family: Helvetica, Arial, sans-serif;
}
.ui-body-b .ui-link-inherit {
  color: #e1e7f0;
}
.ui-body-b .ui-link {
  color: #e1e7f0;
  font-weight: bold;
}
.ui-body-b .ui-link:hover {
  color: #e1e7f0;
}
.ui-body-b .ui-link:active {
  color: #e1e7f0;
}
.ui-body-b .ui-link:visited {
  color: #e1e7f0;
}
.ui-btn-up-b {
  border: 1px solid #283e70;
  background: #2e4a85;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 #3b4968;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6079ad), to(#2e4a85));
  background-image: -webkit-linear-gradient(#6079ad, #2e4a85);
  background-image: -moz-linear-gradient(#6079ad, #2e4a85);
  background-image: -ms-linear-gradient(#6079ad, #2e4a85);
  background-image: -o-linear-gradient(#6079ad, #2e4a85);
  background-image: linear-gradient(#6079ad, #2e4a85);
}
.ui-btn-up-b a.ui-link-inherit {
  color: #fff;
}
.ui-btn-hover-b {
  border: 1px solid #283e70;
  background: #17316a;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 #202f4f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#425a8f), to(#17316a));
  background-image: -webkit-linear-gradient(#425a8f, #17316a);
  background-image: -moz-linear-gradient(#425a8f, #17316a);
  background-image: -ms-linear-gradient(#425a8f, #17316a);
  background-image: -o-linear-gradient(#425a8f, #17316a);
  background-image: linear-gradient(#425a8f, #17316a);
}
.ui-btn-hover-b a.ui-link-inherit {
  color: #fff;
}
.ui-btn-down-b {
  border: 1px solid #283e70;
  background: #17316a;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 #202f4f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#425a8f), to(#17316a));
  background-image: -webkit-linear-gradient(#425a8f, #17316a);
  background-image: -moz-linear-gradient(#425a8f, #17316a);
  background-image: -ms-linear-gradient(#425a8f, #17316a);
  background-image: -o-linear-gradient(#425a8f, #17316a);
  background-image: linear-gradient(#425a8f, #17316a);
}
.ui-btn-down-b a.ui-link-inherit {
  color: #fff;
}
.ui-btn-up-b, .ui-btn-hover-b, .ui-btn-down-b {
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none;
}
a.ui-link-inherit {
  text-decoration: none !important;
}
.ui-btn-active {
  border: 1px solid #46567b;
  background: #3b4968;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  text-shadow: 0 1px 1px #313d57;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#46567b), to(#3b4968));
  background-image: -webkit-linear-gradient(#46567b, #3b4968);
  background-image: -moz-linear-gradient(#46567b, #3b4968);
  background-image: -ms-linear-gradient(#46567b, #3b4968);
  background-image: -o-linear-gradient(#46567b, #3b4968);
  background-image: linear-gradient(#46567b, #3b4968);
  font-family: Helvetica, Arial, sans-serif;
}
.ui-btn-active a.ui-link-inherit {
  color: #fff;
}
.ui-btn-inner {
  border-top: 1px solid #fff;
  border-color: rgba(255, 255, 255, .3);
}
.ui-corner-tl {
  -moz-border-radius-topleft: 0em;
  -webkit-border-top-left-radius: 0em;
  border-top-left-radius: 0em;
}
.ui-corner-tr {
  -moz-border-radius-topright: 0em;
  -webkit-border-top-right-radius: 0em;
  border-top-right-radius: 0em;
}
.ui-corner-bl {
  -moz-border-radius-bottomleft: 0em;
  -webkit-border-bottom-left-radius: 0em;
  border-bottom-left-radius: 0em;
}
.ui-corner-br {
  -moz-border-radius-bottomright: 0em;
  -webkit-border-bottom-right-radius: 0em;
  border-bottom-right-radius: 0em;
}
.ui-corner-top {
  -moz-border-radius-topleft: 0em;
  -webkit-border-top-left-radius: 0em;
  border-top-left-radius: 0em;
  -moz-border-radius-topright: 0em;
  -webkit-border-top-right-radius: 0em;
  border-top-right-radius: 0em;
}
.ui-corner-bottom {
  -moz-border-radius-bottomleft: 0em;
  -webkit-border-bottom-left-radius: 0em;
  border-bottom-left-radius: 0em;
  -moz-border-radius-bottomright: 0em;
  -webkit-border-bottom-right-radius: 0em;
  border-bottom-right-radius: 0em;
}
.ui-corner-right {
  -moz-border-radius-topright: 0em;
  -webkit-border-top-right-radius: 0em;
  border-top-right-radius: 0em;
  -moz-border-radius-bottomright: 0em;
  -webkit-border-bottom-right-radius: 0em;
  border-bottom-right-radius: 0em;
}
.ui-corner-left {
  -moz-border-radius-topleft: 0em;
  -webkit-border-top-left-radius: 0em;
  border-top-left-radius: 0em;
  -moz-border-radius-bottomleft: 0em;
  -webkit-border-bottom-left-radius: 0em;
  border-bottom-left-radius: 0em;
}
.ui-corner-all {
  -moz-border-radius: 0em;
  -webkit-border-radius: 0em;
  border-radius: 0em;
}
.ui-corner-none {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ui-br {
  border-bottom: #828282;
  border-bottom: rgba(130, 130, 130, .3);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.ui-disabled {
  opacity: 0.3;
}
.ui-disabled, .ui-disabled a {
  cursor: default !important;
  pointer-events: none;
}
.ui-disabled .ui-btn-text {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
  filter: alpha(opacity=30);
  zoom: 1;
}
.ui-icon, .ui-icon-searchfield:after {
  background: #666;
  background: transparent;
  background-image: url(images/icons-18-white.png);
  background-repeat: no-repeat;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}
.ui-icon-alt {
  background: #fff;
  background: rgba(255, 255, 255, .3);
  background-image: url(images/icons-18-black.png);
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
  .ui-icon-plus, .ui-icon-minus, .ui-icon-delete, .ui-icon-arrow-r, .ui-icon-arrow-l, .ui-icon-arrow-u, .ui-icon-arrow-d, .ui-icon-check, .ui-icon-gear, .ui-icon-refresh, .ui-icon-forward, .ui-icon-back, .ui-icon-grid, .ui-icon-star, .ui-icon-alert, .ui-icon-info, .ui-icon-home, .ui-icon-search, .ui-icon-searchfield:after, .ui-icon-checkbox-off, .ui-icon-checkbox-on, .ui-icon-radio-off, .ui-icon-radio-on {
    background-image: url(images/icons-36-white.png);
    -moz-background-size: 776px 18px;
    -o-background-size: 776px 18px;
    -webkit-background-size: 776px 18px;
    background-size: 776px 18px;
  }
  .ui-icon-alt {
    background-image: url(images/icons-36-black.png);
  }
}
.ui-icon-plus {
  background-position: 0 50%;
}
.ui-icon-minus {
  background-position: -36px 50%;
}
.ui-icon-delete {
  background-position: -72px 50%;
}
.ui-icon-arrow-r {
  background-position: -108px 50%;
}
.ui-icon-arrow-l {
  background-position: -144px 50%;
}
.ui-icon-arrow-u {
  background-position: -180px 50%;
}
.ui-icon-arrow-d {
  background-position: -216px 50%;
}
.ui-icon-check {
  background-position: -252px 50%;
}
.ui-icon-gear {
  background-position: -288px 50%;
}
.ui-icon-refresh {
  background-position: -324px 50%;
}
.ui-icon-forward {
  background-position: -360px 50%;
}
.ui-icon-back {
  background-position: -396px 50%;
}
.ui-icon-grid {
  background-position: -432px 50%;
}
.ui-icon-star {
  background-position: -468px 50%;
}
.ui-icon-alert {
  background-position: -504px 50%;
}
.ui-icon-info {
  background-position: -540px 50%;
}
.ui-icon-home {
  background-position: -576px 50%;
}
.ui-icon-search, .ui-icon-searchfield:after {
  background-position: -612px 50%;
}
.ui-icon-checkbox-off {
  background-position: -684px 50%;
}
.ui-icon-checkbox-on {
  background-position: -648px 50%;
}
.ui-icon-radio-off {
  background-position: -756px 50%;
}
.ui-icon-radio-on {
  background-position: -720px 50%;
}
.ui-checkbox .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.ui-icon-checkbox-off, .ui-icon-radio-off {
  background-color: transparent;
}
.ui-checkbox-on .ui-icon, .ui-radio-on .ui-icon {
  background-color: #3b4968;
}
.ui-icon-loading {
  background: url(images/ajax-loader.gif);
  background-size: 46px 46px;
}
a.ui-link-inherit {
  text-decoration: none !important;
}
.ui-btn-active {
  border: 1px solid #46567b;
  background: #3b4968;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  text-shadow: 0 1px 1px #313d57;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#46567b), to(#3b4968));
  background-image: -webkit-linear-gradient(#46567b, #3b4968);
  background-image: -moz-linear-gradient(#46567b, #3b4968);
  background-image: -ms-linear-gradient(#46567b, #3b4968);
  background-image: -o-linear-gradient(#46567b, #3b4968);
  background-image: linear-gradient(#46567b, #3b4968);
  font-family: Helvetica, Arial, sans-serif;
}
.ui-btn-active a.ui-link-inherit {
  color: #fff;
}
.ui-btn-inner {
  border-top: 1px solid #fff;
  border-color: rgba(255, 255, 255, .3);
}
.ui-corner-tl {
  -moz-border-radius-topleft: 0em;
  -webkit-border-top-left-radius: 0em;
  border-top-left-radius: 0em;
}
.ui-corner-tr {
  -moz-border-radius-topright: 0em;
  -webkit-border-top-right-radius: 0em;
  border-top-right-radius: 0em;
}
.ui-corner-bl {
  -moz-border-radius-bottomleft: 0em;
  -webkit-border-bottom-left-radius: 0em;
  border-bottom-left-radius: 0em;
}
.ui-corner-br {
  -moz-border-radius-bottomright: 0em;
  -webkit-border-bottom-right-radius: 0em;
  border-bottom-right-radius: 0em;
}
.ui-corner-top {
  -moz-border-radius-topleft: 0em;
  -webkit-border-top-left-radius: 0em;
  border-top-left-radius: 0em;
  -moz-border-radius-topright: 0em;
  -webkit-border-top-right-radius: 0em;
  border-top-right-radius: 0em;
}
.ui-corner-bottom {
  -moz-border-radius-bottomleft: 0em;
  -webkit-border-bottom-left-radius: 0em;
  border-bottom-left-radius: 0em;
  -moz-border-radius-bottomright: 0em;
  -webkit-border-bottom-right-radius: 0em;
  border-bottom-right-radius: 0em;
}
.ui-corner-right {
  -moz-border-radius-topright: 0em;
  -webkit-border-top-right-radius: 0em;
  border-top-right-radius: 0em;
  -moz-border-radius-bottomright: 0em;
  -webkit-border-bottom-right-radius: 0em;
  border-bottom-right-radius: 0em;
}
.ui-corner-left {
  -moz-border-radius-topleft: 0em;
  -webkit-border-top-left-radius: 0em;
  border-top-left-radius: 0em;
  -moz-border-radius-bottomleft: 0em;
  -webkit-border-bottom-left-radius: 0em;
  border-bottom-left-radius: 0em;
}
.ui-corner-all {
  -moz-border-radius: 0em;
  -webkit-border-radius: 0em;
  border-radius: 0em;
}
.ui-corner-none {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.ui-br {
  border-bottom: #828282;
  border-bottom: rgba(130, 130, 130, .3);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.ui-disabled {
  opacity: 0.3;
}
.ui-disabled, .ui-disabled a {
  cursor: default !important;
  pointer-events: none;
}
.ui-disabled .ui-btn-text {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30)";
  filter: alpha(opacity=30);
  zoom: 1;
}
.ui-icon, .ui-icon-searchfield:after {
  background: #666;
  background: transparent;
  background-image: url(images/icons-18-white.png);
  background-repeat: no-repeat;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}
.ui-icon-alt {
  background: #fff;
  background: rgba(255, 255, 255, .3);
  background-image: url(images/icons-18-black.png);
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
  .ui-icon-plus, .ui-icon-minus, .ui-icon-delete, .ui-icon-arrow-r, .ui-icon-arrow-l, .ui-icon-arrow-u, .ui-icon-arrow-d, .ui-icon-check, .ui-icon-gear, .ui-icon-refresh, .ui-icon-forward, .ui-icon-back, .ui-icon-grid, .ui-icon-star, .ui-icon-alert, .ui-icon-info, .ui-icon-home, .ui-icon-search, .ui-icon-searchfield:after, .ui-icon-checkbox-off, .ui-icon-checkbox-on, .ui-icon-radio-off, .ui-icon-radio-on {
    background-image: url(images/icons-36-white.png);
    -moz-background-size: 776px 18px;
    -o-background-size: 776px 18px;
    -webkit-background-size: 776px 18px;
    background-size: 776px 18px;
  }
  .ui-icon-alt {
    background-image: url(images/icons-36-black.png);
  }
}
.ui-icon-plus {
  background-position: 0 50%;
}
.ui-icon-minus {
  background-position: -36px 50%;
}
.ui-icon-delete {
  background-position: -72px 50%;
}
.ui-icon-arrow-r {
  background-position: -108px 50%;
}
.ui-icon-arrow-l {
  background-position: -144px 50%;
}
.ui-icon-arrow-u {
  background-position: -180px 50%;
}
.ui-icon-arrow-d {
  background-position: -216px 50%;
}
.ui-icon-check {
  background-position: -252px 50%;
}
.ui-icon-gear {
  background-position: -288px 50%;
}
.ui-icon-refresh {
  background-position: -324px 50%;
}
.ui-icon-forward {
  background-position: -360px 50%;
}
.ui-icon-back {
  background-position: -396px 50%;
}
.ui-icon-grid {
  background-position: -432px 50%;
}
.ui-icon-star {
  background-position: -468px 50%;
}
.ui-icon-alert {
  background-position: -504px 50%;
}
.ui-icon-info {
  background-position: -540px 50%;
}
.ui-icon-home {
  background-position: -576px 50%;
}
.ui-icon-search, .ui-icon-searchfield:after {
  background-position: -612px 50%;
}
.ui-icon-checkbox-off {
  background-position: -684px 50%;
}
.ui-icon-checkbox-on {
  background-position: -648px 50%;
}
.ui-icon-radio-off {
  background-position: -756px 50%;
}
.ui-icon-radio-on {
  background-position: -720px 50%;
}
.ui-checkbox .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.ui-icon-checkbox-off, .ui-icon-radio-off {
  background-color: transparent;
}
.ui-checkbox-on .ui-icon, .ui-radio-on .ui-icon {
  background-color: #3b4968;
}
.ui-icon-loading {
  background: url(images/ajax-loader.gif);
  background-size: 46px 46px;
}
.ui-btn-corner-tl {
  -moz-border-radius-topleft: 0em;
  -webkit-border-top-left-radius: 0em;
  border-top-left-radius: 0em;
}
.ui-btn-corner-tr {
  -moz-border-radius-topright: 0em;
  -webkit-border-top-right-radius: 0em;
  border-top-right-radius: 0em;
}
.ui-btn-corner-bl {
  -moz-border-radius-bottomleft: 0em;
  -webkit-border-bottom-left-radius: 0em;
  border-bottom-left-radius: 0em;
}
.ui-btn-corner-br {
  -moz-border-radius-bottomright: 0em;
  -webkit-border-bottom-right-radius: 0em;
  border-bottom-right-radius: 0em;
}
.ui-btn-corner-top {
  -moz-border-radius-topleft: 0em;
  -webkit-border-top-left-radius: 0em;
  border-top-left-radius: 0em;
  -moz-border-radius-topright: 0em;
  -webkit-border-top-right-radius: 0em;
  border-top-right-radius: 0em;
}
.ui-btn-corner-bottom {
  -moz-border-radius-bottomleft: 0em;
  -webkit-border-bottom-left-radius: 0em;
  border-bottom-left-radius: 0em;
  -moz-border-radius-bottomright: 0em;
  -webkit-border-bottom-right-radius: 0em;
  border-bottom-right-radius: 0em;
}
.ui-btn-corner-right {
  -moz-border-radius-topright: 0em;
  -webkit-border-top-right-radius: 0em;
  border-top-right-radius: 0em;
  -moz-border-radius-bottomright: 0em;
  -webkit-border-bottom-right-radius: 0em;
  border-bottom-right-radius: 0em;
}
.ui-btn-corner-left {
  -moz-border-radius-topleft: 0em;
  -webkit-border-top-left-radius: 0em;
  border-top-left-radius: 0em;
  -moz-border-radius-bottomleft: 0em;
  -webkit-border-bottom-left-radius: 0em;
  border-bottom-left-radius: 0em;
}
.ui-btn-corner-all {
  -moz-border-radius: 0em;
  -webkit-border-radius: 0em;
  border-radius: 0em;
}
.ui-corner-tl, .ui-corner-tr, .ui-corner-bl, .ui-corner-br, .ui-corner-top, .ui-corner-bottom, .ui-corner-right, .ui-corner-left, .ui-corner-all, .ui-btn-corner-tl, .ui-btn-corner-tr, .ui-btn-corner-bl, .ui-btn-corner-br, .ui-btn-corner-top, .ui-btn-corner-bottom, .ui-btn-corner-right, .ui-btn-corner-left, .ui-btn-corner-all {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.ui-overlay {
  background: #666;
  opacity: 0.5;
  filter: Alpha(Opacity=50);
  position: absolute;
  width: 100%;
  height: 100%;
}
.ui-overlay-shadow {
  -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, .6);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, .6);
}
.ui-shadow {
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, .3);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, .3);
}
.ui-bar-a .ui-shadow, .ui-bar-b .ui-shadow, .ui-bar-c .ui-shadow {
  -moz-box-shadow: 0px 1px 0 rgba(255, 255, 255, .3);
  -webkit-box-shadow: 0px 1px 0 rgba(255, 255, 255, .3);
  box-shadow: 0px 1px 0 rgba(255, 255, 255, .3);
}
.ui-shadow-inset {
  -moz-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, .2);
  box-shadow: inset 0px 1px 4px rgba(0, 0, 0, .2);
}
.ui-icon-shadow {
  -moz-box-shadow: 0px 1px 0 transparent;
  -webkit-box-shadow: 0px 1px 0 transparent;
  box-shadow: 0px 1px 0 transparent;
}
.ui-btn:focus {
  outline: 0;
}
.ui-focus, .ui-btn:focus {
  -moz-box-shadow: 0px 0px 12px #3b4968;
  -webkit-box-shadow: 0px 0px 12px #3b4968;
  box-shadow: 0px 0px 12px #3b4968;
}
.ui-mobile-nosupport-boxshadow * {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.ui-mobile-nosupport-boxshadow .ui-focus, .ui-mobile-nosupport-boxshadow .ui-btn:focus {
  outline-width: 1px;
  outline-style: dotted;
}
body {
  background-color: #f3f2f2;
  font-family: 'SegoeUINormal', Arial, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  color: #111;
}
a {
  color: #551A8B;
}
a:hover, a:focus {
  color: #551A8B;
}
.a {
  cursor: pointer;
}
.color-link_color {
  color: rgba(51, 51, 51, 1);
}
.input-group {
  width: 100%;
  padding: 15px;
}
.active {
  color: #414141;
}
.form-control {
    border-radius: 0px !important;
  box-shadow: none;
}
.img-thumbnail, .thumbnail {
  border: none;
  box-shadow: none;
}
.pt5 {
  padding: 5px 0;
}
.fright {
  float: right;
}
.user-action {
  line-height: 2.2;
}
.user-icon {
  padding-right: 10px;
  width: 20px;
  color: #777;
}
.user-content {
  padding: 15px 0;
  overflow: hidden;
}
.user-content {
  border-bottom: 1px solid rgba(92, 103, 132, 0.25);
  padding: 15px 0;
  overflow: hidden;
}
.user-uploads {
  padding: 30px 0;
  color: #777;
}
.img-uploads {
  padding: 3px 0 0px;
}
.text-black {
  color: #000;
}
.border_none {
  border-bottom: none !important;
}
.user-profile-photo {
  width: 100%;
    border: 0px solid #ddd;
    border-radius: 0px;
}
.user-profile-info {
  color: #777;
  display: block;
  line-height: 1.5;
}
.form-control {
  resize: none;
}
.user-profile-name {
  font-weight: bold;
  font-size: 24px;
  color: #000;
  display: block;
}
.g-headline {
  padding-bottom: 15px;
  width: 100%;
}
h1, .h1 {
  font-size: 18px;
  font-weight: bold;
  margin: 0px;
  padding: 0px 0px 12px;
  color: #111;
}
h1.general, .h1.general {
  padding-top: 8px;
  padding-bottom: 0;
}
.row-content {
  padding-top: 8px;
}
.page-header {
  padding-bottom: 0;
  margin: 0;
  margin-bottom: 30px;
  border-bottom: none;
}
.page-header h1 {
  margin-top: 0;
  border-bottom-width: 0;
  padding-bottom: 0;
}
.scrollspy-example {
  position: relative;
  height: 290px;
  margin-top: 10px;
  overflow: auto;
}
.small {
  padding: 0 1px 1px 0;
  border-radius: 15px;
}
.icon-light {
  font-size: 17px;
  padding: 3px;
  color: #eee;
}
.filter-new-user {
  width: 100%;
  text-align: right;
  padding-bottom: 10px;
}
.filter-new-user a {
  padding-left: 10px;
  color: #000;
}
.header_footer {
  padding: 20px 0;
}
header {
  position: fixed;
  width: 100%;
  height: 46px;
  z-index: 999;
  margin-top: 5px;
}
footer {
  margin-top: 50px;
  line-height: 30px;
}
footer h3 {
  color: #777;
  font-size: inherit;
  font-weight: bold;
  line-height: 40px;
  margin: 0;
}
/*footer fix*/html, body {
  height: 100%;
}
.content-wrap {
  min-height: 100%;
}
.content-main {
  overflow: auto;
  padding-bottom: 150px;
}
/*footer fix*/.footer-menu-list-block {
  padding-left: 0px;
}
.footer-menu-title-block {
  text-transform: uppercase;
  font-size: 14px;
  color: #777;
  font-weight: bold;
  padding: 5px 0 0;
}
.footer-menu-list-block a {
  color: #aaa;
}
.footer-menu-list-block a:hover {
  color: rgba(51, 51, 51, 1);
}
.footer-menu .footer-menu-title-block, .footer-menu .footer-menu-list-block {
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer-languages {
  padding-left: 0;
  margin-bottom: 0px;
  font-size: 12px;
}
.footer-languages li {
  display: inline;
}
.footer-languages li a {
  cursor: pointer;
}
.footer-languages .fa-globe {
  font-size: 18px;
  color: #777;
  margin-right: 5px;
}
.footer-languages span {
  color: #777;
}
.footer-languages .active {
  color: #111;
  font-weight: bold;
  cursor: default;
  text-decoration: none;
}
.footer-menu {
  border-top: 1px solid rgba(92, 103, 132, 0.25);
  border-bottom: 1px solid rgba(92, 103, 132, 0.25);
  padding-top: 20px;
  padding-bottom: 5px;
}
.footer-menu .download {
  float: right;
  text-align: left;
}
.footer-menu .download .mobile-apps {
  max-width: 310px;
}
.footer-menu .download .mobile-apps .dd-img {
  padding: 0;
}
@media (max-width: 991px) {
  .footer-menu .download {
    float: none;
  }
  .user-search .search-param-button {
    display: block !important;
  }
  .user-search .search-form {
    display: none;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .footer-menu .download {
    background-color: #fff;
      border: 0px solid #ddd;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
    border-radius: 4px;
  }
}
.footer-menu .download span {
  color: #555;
}
footer .copyright {
  text-align: right;
}
@media (max-width: 767px) {
  footer .copyright {
    text-align: center;
  }
  .footer-info .mobile {
    background-color: #fff;
      border: 0px solid #ddd;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
    border-radius: 4px;
  }
  .footer-menu {
    border: none;
  }
}
.footer-info {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #551A8B;
    font-size: 0.8em;
    color: #FFF;

}
.cr_white {
  border-top-color: #fff !important;
  border-bottom-color: #fff !important;
}
#block-mail {
  display: none;
  position: absolute;
  background: #fff;
  top: 45px;
  width: 170px;
  border-top: 1px solid #ddd;
  z-index: 1;
  font-size: 12px;
}
#block-mail a {
  text-decoration: none;
}
.mail-letter {
    border: 0px solid #ddd;
  border-top: none;
  padding: 9px;
  line-height: 1.4;
  display: block;
}
.mail-letter:hover {
  background: #eeeef4;
}
.mail-letter span {
  padding-left: 5px;
}
.user-name {
  font-weight: 600;
  color: #000;
}
.text-messages {
  color: #bfbfbf;
}
.link-view-messages a {
  color: #f16a80;
  padding: 0 15px;
}
.user-letter {
  width: 30px;
  float: left;
}
.small_img_for_mobile {
  width: 25%;
}
/*Mobile version*/@media (max-width: 767px) {
  .container {
    width: 100%;
    margin: 0 auto;
  }
  .scrollspy-example_for_mobile {
    position: relative;
    height: 350px;
    margin-top: 10px;
    overflow: auto;
    margin-bottom: 20px;
  }
  .b-footer-nav {
    line-height: 40px;
  }
  .b-footer-nav > li {
    background: #fafafa;
    border-top: 1px #eee solid;
  }
  footer {
    text-align: center;
  }
  footer .col-sm-3 {
    width: 100%;
  }
  .col-sm-3-mod {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .small_img_for_mobile img {
    width: 95%;
    margin-bottom: 12px;
  }
}
/*Planshet*/@media (min-width: 768px) {
  .for-mobile {
    display: none !important;
  }
  .small_img_for_mobile img {
    width: 95%;
    margin-bottom: 12px;
  }
  .col-md-6-mod {
    width: 50%;
    float: left;
    padding: 0 15px;
  }
  .col-sm-3-mod {
    width: 100%;
  }
}
/*Desktop*/@media (min-width: 992px) {
  .col-md-6-mod {
    width: 100%;
  }
  .col-sm-3-mod {
    width: 25%;
    float: left;
  }
  .small_img_for_mobile {
    width: auto;
  }
  .small_img_for_mobile img {
    margin: 0;
    width: 100%;
  }
}
.left-row {
  margin-left: -15px;
}
.right-row {
  margin-right: -15px;
}
.no-padding-right {
  padding-right: 0px;
}
.no-padding-left {
  padding-left: 0px;
}
.list-group-item {
  color: rgba(51, 51, 51, 1) !important;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  background-color: #f5f5f5;
  border-color: #ddd;
}
/*--------------------------------------------
 buttons
 --------------------------------------------*/.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn-primary {
  color: #551A8B;
  background-color: #fff;
  border-color: #551A8B;
border-radius: 10px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #551A8B;
  border-color: #551A8B;
border-radius: 10px;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-image: none;
border-radius: 10px;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .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, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #551A8B;
  border-color: #551A8B;
}
.btn-primary .badge {
  color: #551A8B;
  background-color: #fff;
}
.btn-primary-inverted {
  color: #666666;
  background-color: #fff;
  border-color: #666666;
}
.btn-primary-inverted:hover, .btn-primary-inverted:focus, .btn-primary-inverted.focus, .btn-primary-inverted:active, .btn-primary-inverted.active, .open > .dropdown-toggle.btn-primary-inverted {
  color: #551A8B;
  background-color: #fff;
  border-color: #666666;
}
.btn-primary-inverted:active, .btn-primary-inverted.active, .open > .dropdown-toggle.btn-primary-inverted {
  background-image: none;
}
.btn-primary-inverted.disabled, .btn-primary-inverted[disabled], fieldset[disabled] .btn-primary-inverted, .btn-primary-inverted.disabled:hover, .btn-primary-inverted[disabled]:hover, fieldset[disabled] .btn-primary-inverted:hover, .btn-primary-inverted.disabled:focus, .btn-primary-inverted[disabled]:focus, fieldset[disabled] .btn-primary-inverted:focus, .btn-primary-inverted.disabled.focus, .btn-primary-inverted[disabled].focus, fieldset[disabled] .btn-primary-inverted.focus, .btn-primary-inverted.disabled:active, .btn-primary-inverted[disabled]:active, fieldset[disabled] .btn-primary-inverted:active, .btn-primary-inverted.disabled.active, .btn-primary-inverted[disabled].active, fieldset[disabled] .btn-primary-inverted.active {
  background-color: #666666;
  border-color: rgba(51, 51, 51, 1);
}
.btn-primary-inverted .badge {
  color: #fff;
  background-color: rgba(51, 51, 51, 1);
}
.btn-secondary {
  color: #551A8B;
  background-color: transparent;
  border-color: #551A8B;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus {
  color: #551A8B;
  background-color: #666666;
  border-color: #551A8B;
}
.btn-secondary:active, .btn-secondary.active {
  color: #fff;
  background-color: #551A8B;
  border-color: #551A8B;
}
.btn-cancel {
  border: 1px solid transparent;
  color: #551A8B;
  background: none;
}
.btn-cancel:hover, .btn-cancel:focus, .btn-cancel.focus {
  color: #551A8B;
  background-color: #666666;
  border: 1px solid #666666;
}
.btn-cancel:active, .btn-cancel.active {
  color: #551A8B;
  background-color: #666666;
  border: 1px solid #666666;
}
.btn-group-sm > .btn, .btn-sm {
  padding-left: 15px;
  padding-right: 15px;
}
.btn-primary.btn-white {
  color: #fff;
  background-color: #551A8B;
  border-color: #551A8B;
}
.btn-primary.btn-white:hover, .btn-primary.btn-white:active, .btn-primary.btn-white.active {
  color: #551A8B;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
/*--------------------------------------------
 end buttons
 --------------------------------------------*/.edit-group .edit-block {
  padding-bottom: 10px;
}
.upper {
  text-transform: uppercase;
}
.table-div {
  display: table;
}
.table-div > div {
  display: table-cell;
  vertical-align: top;
  padding-right: 5px;
}
.table-div.vmiddle > div {
  vertical-align: middle;
}
.table-div > div:last-child {
  padding-right: 0;
}
.table-div > dl, .table > dl {
  display: table-row;
}
.table-div > dl > dt {
  display: table-cell;
  vertical-align: middle;
  padding: 12px 5px;
  line-height: 1.3;
  border-bottom: 1px solid #c5c5c5;
}
.table-div.list > dl:hover {
  background-color: #f2f2f2;
}
.table {
  display: table;
  width: 100%;
}
.table > dl {
  display: table-row;
}
.table > dl > dt {
  display: table-cell;
  vertical-align: top;
  padding: 5px;
  line-height: 1.3;
}
.f-title {
  font-size: 12px;
  color: #111;
  padding: 0px 0px 5px 0px;
}
.f-block {
  padding: 0px 0px 10px 0px;
}
.drag-area {
  min-height: 80px;
  border: 2px dashed #c4c4c4;
  color: #808080;
  position: relative;
  text-align: center;
  cursor: move;
}
.drag-area.hover {
  border: 2px dashed #5990b2;
  color: #808080;
}
.drag-area:before {
  content: '+';
  line-height: 80px;
  font-size: 70px;
}
.drag-area.hover:before {
  color: #5990b2;
}
.drag {
  margin: 0 0 10px 0;
  position: relative;
}
.drag ul {
  list-style: none;
  text-align: left;
  padding: 0;
  cursor: default;
  margin: 0;
}
.drag ul li {
  padding: 5px 30px 5px 5px;
}
.drag-area > ins {
  position: absolute;
  left: 10px;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
}
.drag-area > ul li {
  background-color: #fff;
  position: relative;
  line-height: 20px;
}
.drag-area > ul li .act {
  display: inline-block;
  margin-top: -0.5em;
  position: absolute;
  right: 5px;
  top: 50%;
  line-height: 0;
}
.drag-area > ul li .stat-bar {
  display: inline-block;
  margin-left: 10px;
}
.filebar {
  overflow-y: auto;
}
.upload-preview {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}
.upload-preview img {
  border: none;
  padding: 0 5px 0 0;
  background: none;
}
#attach-input-warning, #attach-input-error {
  color: #5990b2;
}
#attach-input-error {
  font-weight: bold;
}
/*.upload-btn span {background-color: #777; color: #FFFFFF; cursor: pointer; display: inline-block; height: 35px; line-height: 35px; overflow: hidden; position: relative; text-align: center !important; vertical-align: middle; width: 220px;}
 .upload-btn span input {cursor: pointer; font-size: 60px; margin-left: -850px; margin-top: -40px; opacity: 0; position: absolute;}
 .upload-btn span s{display: inline-block; overflow: hidden; padding: 0 5px; text-overflow: ellipsis; white-space: nowrap; width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}*/.selectBox {
  background: #fff;
  border: 1px solid #c4c4c4;
  font-size: 15px;
  color: #4c4c4c;
  position: relative;
}
.selectBox .label {
  padding: 5px 24px 4px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.selectBox .arrow {
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 100%;
  font-size: 20px;
  color: #c4c4c4;
  text-align: center;
}
.selectBox .arrow:before {
  content: "\f0d7";
}
.selectBox .data {
  display: none;
  background-color: #fff;
}
.dropdown {
  font-size: 15px;
  color: #4c4c4c;
  width: 100%;
  position: absolute;
  z-index: 1000;
  background: #fff;
  border: 1px solid #c4c4c4;
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  display: none;
}
.dropdown ul {
  margin: 0px;
  padding: 0px;
}
.dropdown ul li {
  list-style: none;
  padding: 5px;
  line-height: 20px;
}
.dropdown ul li span {
  white-space: nowrap;
}
.dropdown ul li:hover, .dropdown ul li.active {
  background: #ececec;
}
.cute.selectBox {
  background: transparent;
  border: none;
  color: rgba(51, 51, 51, 1);
  cursor: pointer;
  font-size: inherit;
}
.cute.selectBox .label {
  padding: 0 1.2em 0 0;
}
.cute.selectBox .arrow {
  font-size: inherit;
  color: rgba(51, 51, 51, 1);
  width: 1em;
}
.cute.dropdown {
  font-size: inherit;
}
.cute.dropdown ul li {
  padding: 1px 5px;
  line-height: inherit;
}
.dropdown .highlight {
  background-color: #feb0a5;
}
.disabled {
  cursor: not-allowed;
}
.disabled.btn-disabled {
  color: #a9a9a9;
}
.sub-search-form .form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.horizontal .user-search .search-form .search-block {
  float: left;
  padding-right: 15px;
}
.horizontal .f-title {
  min-height: 22px;
}
.horizontal .btn-primary {
  margin-top: 22px;
}
@media (max-width: 991px) {
  .horizontal .user-search .search-form .search-block {
    float: none;
  }
  .horizontal .f-title {
    min-height: 0;
  }
  .horizontal .btn-primary {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .vertical-responsive table, .vertical-responsive thead, .vertical-responsive tbody, .vertical-responsive th, .vertical-responsive td, .vertical-responsive tr {
    display: block;
  }
  .vertical-responsive thead tr {
    display: none;
  }
  .vertical-responsive tr {
    border: 1px solid #ccc;
  }
  .vertical-responsive td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 40% !important;
  }
  .vertical-responsive td:before {
    position: absolute;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
  }
  .vertical-responsive tbody {
    min-width: 430px;
  }
}
.title-block {
  font-size: 16px;
  font-weight: bold;
  padding: 0px;
  color: #111;
border-radius: 5px;	
}
.contrasting-block {
  background: #fff;
    border: 0px solid #ddd;
    border-radius: 5px;
  text-align: left;
  padding: 10px 10px;
  margin-bottom: 10px;
}
.user-search .search-param-button {
  background-color: #fff;
    border: 0px solid #ddd;
    border-radius: 0px;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  display: none;
  cursor: pointer;
}
.header-comment {
  line-height: 1.714;
}
.pjaxcontainer {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.pjaxcontainer-inner {
  display: table-row;
  height: 100%;
}
.img-rounded {
    border-radius: 0px;
}
.menu-actions a {
  font-size: 14px;
}
.border-b-dashed {
  border-bottom: 1px dashed #777;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.ajax_notice {
  line-height: 20px;
}
.ajax_notice div {
  padding: 20px;
}
.slimScrollBar, .slimScrollRail {
  background-color: #ddd;
}
.confirm_alert {
  z-index: 1004;
  width: 25%;
  position: fixed;
  margin: auto;
  text-align: center;
  background-color: #fff;
}
.bottom-btns {
  bottom: 0;
  left: 0;
  right: 15px;
  top: 0;
  position: fixed;
  z-index: 9999;
}
.js-noscroll {
  position: fixed;
}
.js-toggle-block {
  display: none;
}
.link-disabled {
  color: #777 !important;
}
@media (min-width: 768px) {
  .js-noscroll {
    position: relative;
  }
  .bottom-btns {
    left: auto;
    right: 15px;
    top: auto;
    z-index: 6;
  }
}
@media (max-width: 767px) {
  .confirm_alert {
    width: 80%;
  }
}
.panel {
    border-radius: 0px;
  box-shadow: none;
}
.nav-pills > li > a {
  border-radius: 3px;
}
.nav > li > a:hover, .nav > li > a:focus {
  background: rgba(0, 0, 0, 0.05);
  color: inherit;
}
.nav-pills > li > a.active {
  background-color: rgba(0, 0, 0, 0.1);
}
/*
 background:#ffffff;
 border: 1px solid #dddddd;
 border-radius: 0px;
 */.wall {
  /*padding:10px;*/
}
.wall-filter {
  padding: 20px 20px 16px;
  border-bottom: 1px solid #e5e5e5;
}
.wall-filter a {
  padding-right: 25px;
}
#timeline {
  display: block;
}
.user-content {
  border-bottom: 1px solid rgba(92, 103, 132, 0.25);
  padding: 15px 0;
}
.user-content .image {
  float: left;
}
.user-content .content {
  margin-left: 80px;
  width: auto;
}
.user-content-inner {
  padding: 15px 0;
}
.user-content-inner .image {
  float: left;
}
.user-content-inner .content {
  margin-left: 70px;
  width: auto;
}
#person-info {
  display: none;
  padding: 9px;
}
#person-info h1 {
  text-transform: uppercase;
  font-size: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  padding: 20px 0 10px 0;
}
#person-info h3 {
  color: #777;
  text-transform: uppercase;
  font-size: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  padding: 15px 0;
}
#person-info .row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  margin: 0;
  padding: 9px 0;
}
#person-info .row .col-md-4 {
  color: #777;
  padding: 0;
}
.main-user-info {
  font-weight: bold;
}
.b-media-wallpost {
  border-bottom: 1px rgba(0, 0, 0, 0.13) solid;
  font-size: 12px;
  margin-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.b-media-wallpost:last-child {
  border-bottom: 0;
}
.b-media-wallpost__heading {
  display: block;
  font-size: 14px;
}
.b-media-wallpost__heading a {
  font-weight: bold;
}
.b-media-wallpost__delete {
  font-size: 13px;
}
.b-media-wallpost__content {
  font-size: 12px;
}
.b-media-wallpost__content .b-media-wallpost__heading {
  font-size: inherit;
  line-height: 30px;
}
.b-media-wallpost__content .media-left {
  padding-right: 5px;
}
.b-media-wallpost__footer {
  margin-top: 10px;
}
.wall-post-date {
  color: #aaa;
  display: block;
}
@media (min-width: 768px) {
  .b-media-wallpost__heading {
    display: inline;
  }
  .wall-post-date {
    display: inline;
  }
  .b-media-wallpost__delete {
    position: absolute;
    right: 0;
    top: 2px;
  }
}
.load_content_bg, .alert_bg {
  z-index: 1000;
  width: 100%;
  height: 100%;
  /*position: absolute;*/
  position: fixed;
  top: 0;
  left: 0;
  /* overflow-x: auto; */
  /* overflow-y: scroll; */
  /* display: block; */
  bottom: 0;
  right: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
}
.lc-header {
  background: rgba(51, 51, 51, 1);
  height: 46px;
}
/*
 .load_content_inner {
 background: $popup_bg;
 }
 */.load_content_inner {
  position: absolute;
  z-index: 1000;
  padding-bottom: 10px;
  /*    transform: translateY(-50%);*/
  top: 10%;
  padding: 0;
  max-height: 100%;
}
.load_content_inner2 {
  padding: 0px 15px;
}
.load_content_close {
  float: right;
  /*padding: 10px 10px 2px 5px;*/
  padding-top: 10px;
  padding-right: 10px;
  line-height: 45px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  z-index: 1002;
}
.lc-header {
  background-color: transparent;
  color: #fff;
  padding: 0px 0px 0px 0px;
}
.lc-header i {
  cursor: pointer;
}
.lc-content-outer {
  padding: 0px 10px 0px 10px;
}
.lc-content-inner {
  background-color: #fff;
  padding: 40px 30px;
    border-radius: 0px;
}
.lc-content-inner h1 {
  color: #111;
  font-size: 28px;
}
.alert-warning_pop {
  background: #fff;
    border-radius: 0px;
  padding: 40px 30px;
  max-width: 100%;
  position: fixed;
  text-align: center;
  z-index: 1004;
}
@media (max-width: 768px) {
  .lc-header {
    background-color: #551A8B;
  }
  .load_content_bg {
    position: fixed;
  }
  .load_content_inner {
    background-color: #fff;
    position: absolute;
    z-index: 1000;
    padding-bottom: 10px;
    transform: translateY(0%) !important;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0px;
  }
  .load_content_inner2 {
    padding: 0px;
  }
  .load_content_close {
    padding-top: 0px;
    padding-right: 15px;
  }
  .lc-content-outer {
    background-color: #fff;
  }
  .lc-content-inner {
    padding: 15px 0px;
  }
}
.gallery-type {
  background-color: #fff !important;
}
.media-gallery-popup .media-gallery-popup__close {
  color: rgba(255, 255, 255, .5);
  cursor: pointer;
  font-size: 24px;
  line-height: 14px;
  padding: 20px;
  /*        position: relative;
 float: $right;*/
  position: absolute;
  right: 0;
  z-index: 1002;
}
.media-gallery-popup .media-gallery-popup__close i {
  line-height: inherit;
}
.media-gallery-popup .media-gallery-popup__body {
  background: rgba(255, 255, 255, 255);
}
.slick-prev, .slick-next {
  display: none !important;
}
.slick-slide {
  float: left;
}
.pre-main-inner-content {
  position: relative;
  overflow: hidden;
}
.drag-area {
  min-height: 80px;
  border: 2px dashed #c4c4c4;
  color: #808080;
  position: relative;
  text-align: center;
  cursor: move;
}
.drag-area .filebar .progress {
  overflow: unset;
}
.drag-area.hover {
  border: 2px dashed #5990b2;
  color: #808080;
}
.drag-area:before {
  content: '+';
  line-height: 80px;
  font-size: 70px;
}
.drag-area.hover:before {
  color: #5990b2;
}
.drag {
  position: relative;
}
.drag ul {
  list-style: none;
  text-align: left;
  padding: 0;
  cursor: default;
  margin: 0;
}
.drag ul li {
  padding: 5px 30px 5px 5px;
}
.drag-area > ins {
  position: absolute;
  left: 10px;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
}
.drag-area > ul li {
  background-color: #fff;
  position: relative;
  line-height: 20px;
}
.drag-area > ul li .act {
  display: inline-block;
  margin-top: -0.5em;
  position: absolute;
  right: 5px;
  top: 50%;
  line-height: 0;
}
.drag-area > ul li .stat-bar {
  display: inline-block;
  margin-left: 10px;
}
.filebar {
  overflow-y: auto;
}
.upload-preview {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}
.upload-preview img {
  border: none;
  padding: 0 5px 0 0;
  background: none;
}
#attach-input-warning, #attach-input-error {
  color: #5990b2;
}
#attach-input-error {
  font-weight: bold;
}
.uploadArea {
  min-height: 100px;
  height: auto;
  border: 1px dotted #fff;
  padding: 10px;
  cursor: move;
  margin-bottom: 10px;
  position: relative;
}
ul.uploadArea, .uploadArea ul {
  padding: 5px 10px 5px 0;
  margin: 0;
}
ul.uploadArea li, .uploadArea ul li {
  margin: 0;
  padding: 3px;
  list-style: none;
  line-height: 16px;
  border-bottom: solid 1px #e4e4e4;
  overflow: hidden;
}
ul.uploadArea li span, .uploadArea ul li span {
  display: block;
  min-width: 100px;
  float: left;
}
.uploadArea ul li .progress {
  width: 100px;
  border: solid 1px #8585f1;
  height: 13px;
  overflow: hidden;
}
.uploadArea ul li .progress .percent {
  width: 0%;
  background-color: #fff;
  color: #555;
  font-size: 9px;
  height: 13px;
  line-height: 13px;
}
.uploadArea ul li .stat-bar {
  float: right;
}
.uploadArea div.drag {
  color: #ccc;
  width: 100%;
  z-index: 0;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 25px;
}
.upload-btn span {
  background-color: #777;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  position: relative;
  text-align: center !important;
  vertical-align: middle;
  width: 220px;
}
@media (max-width: 480px) {
  .upload-btn span {
    display: block;
    margin-bottom: 10px;
  }
}
.upload-btn span input {
  cursor: pointer;
  font-size: 60px;
  margin-top: -40px;
  opacity: 0;
  position: absolute;
  width: 100%;
}
.upload-btn span s {
  display: inline-block;
  overflow: hidden;
  padding: 0 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
}
/* gritter */#gritter-notice-wrapper {
  position: fixed;
  top: 20px;
  width: 301px;
  z-index: 9999;
}
#gritter-notice-wrapper.bottom-right {
  top: auto;
  bottom: 10px;
  right: 20px;
}
#gritter-notice-wrapper.bottom-left {
  top: auto;
  bottom: 20px;
}
.gritter-item-wrapper {
  position: relative;
  margin: 0 0 10px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, .7);
  -webkit-box-shadow: 1px 1px 5px -1px #000;
  -moz-box-shadow: 1px 1px 5px -1px #000;
  box-shadow: 1px 1px 5px -1px #000;
  border: 3px solid transparent;
}
.gritter-item-wrapper:hover {
  border-color: #fff;
  border-color: rgba(255, 255, 255, .9);
}
.gritter-top {
  height: 10px;
}
.gritter-bottom {
  height: 8px;
  margin: 0;
}
.gritter-item {
  display: block;
  color: #eee;
  padding: 2px 11px;
  font-size: 11px;
  font-family: verdana;
}
.gritter-item p {
  padding: 0;
  margin: 0;
  word-wrap: break-word;
}
.gritter-item a {
  text-decoration: underline;
  color: #eee;
}
.gritter-close {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  opacity: 0.5;
}
.gritter-close:before {
  content: '\f00d';
}
.gritter-close:hover {
  opacity: 1;
}
.gritter-title {
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 7px 0;
  display: block;
  line-height: 1;
}
.gritter-image {
  width: 48px;
  height: 48px;
}
.gritter-with-image, .gritter-without-image {
  padding: 0;
}
.gritter-with-image {
  width: 210px;
  float: right;
}
/* /gritter */.association-popup {
  text-align: center;
}
.association-popup .next-button {
  display: block;
  color: rgba(51, 51, 51, 1);
  cursor: pointer;
  float: right;
}
.association-popup .next-button:before {
  content: "\f054";
}
.association-popup .last-button {
  display: block;
  color: #551A8B;
  cursor: pointer;
  float: left;
}
.association-popup .last-button:before {
  content: "\f053";
}
.b-associations__section {
  border-bottom: 1px #ddd solid;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.b-associations__section:last-child {
  border-bottom: 0;
}
.b-associations__item {
  margin-top: 15px;
}
.b-associations__item:first-child {
  margin-top: 0;
}
.b-associations__item_right .b-associations__photo {
  padding-left: 5px;
  padding-right: 0;
}
.b-associations__item_right .b-associations__msg-content {
  float: right;
}
.b-associations__date {
  color: #777;
  font-size: 0.8571em;
  text-align: center;
}
.b-associations__photo {
  display: table-cell;
  padding-right: 5px;
  vertical-align: top;
}
.b-associations__photo img {
  max-width: 100px;
}
.b-associations__msg {
  display: table-cell;
  vertical-align: top;
  width: 10000px;
}
.b-associations__msg-content {
  background: #fff;
    border: 0px #ddd solid;
    border-radius: 0px;
  float: left;
  min-width: 50%;
  padding: 10px 15px;
}
.b-associations__name {
  margin-bottom: 5px;
}
.b-associations__name a {
  font-weight: bold;
}
.b-associations__actions {
  margin-top: 10px;
}
.b-associations__actionlink {
  display: inline-block;
  vertical-align: top;
}
.b-associations__actionlink .btn {
  background: none;
  box-shadow: none;
  color: #551A8B;
  width: auto;
}
.b-associations__actionlink .btn:hover {
  background: #666666;
}
.b-associations__null {
  background: #fff;
    border: 0px #ddd solid;
    border-radius: 0px;
  padding: 10px 15px;
}
.b-associations__comment {
  color: #777;
  display: inline-block;
  font-size: 12px;
  padding: 8px 10px;
  vertical-align: top;
}
.association-action {
  vertical-align: top;
}
.banner-unsupported div div {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
}
#banner-place-banner-980x90 {
  padding: 10px;
    border-radius: 0px;
  background-color: #fff;
    border: 0px solid #ddd;
  margin-bottom: 10px;
  margin: 0 0 10px;
}
#banner-place-banner-980x90 a {
  display: block;
}
#banner-place-banner-980x90 a img {
  max-height: 90px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
#banner-place-bottom-banner {
  padding: 10px;
    border-radius: 0px;
  background-color: #fff;
    border: 0px solid #ddd;
  margin-bottom: 10px;
  margin: 0 0 10px;
}
#banner-place-bottom-banner a {
  display: block;
}
#banner-place-bottom-banner a img {
  border: none !important;
  padding: 0 !important;
  max-height: 90px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
#banner-place-banner-185x75 {
  padding: 10px;
    border-radius: 0px;
  background-color: #fff;
    border: 0px solid #ddd;
  margin-bottom: 10px;
  margin: 0 0 10px;
}
#banner-place-banner-185x75 a {
  display: block;
}
#banner-place-banner-185x75 a img {
  border: none !important;
  padding: 0 !important;
  max-height: 75px;
  max-width: 185px;
  margin-left: auto;
  margin-right: auto;
}
#banner-place-banner-185x155-place {
  padding: 10px;
    border-radius: 0px;
  background-color: #fff;
    border: 0px solid #ddd;
  margin-bottom: 10px;
  margin: 0 0 10px;
}
#banner-place-banner-185x155-place a {
  display: block;
}
#banner-place-banner-185x155 {
  padding: 10px;
    border-radius: 0px;
  background-color: #fff;
    border: 0px solid #ddd;
  margin-bottom: 10px;
}
#banner-place-banner-185x155 a {
  display: block;
}
#banner-place-banner-185x155 a img {
  border: none !important;
  padding: 0 !important;
  max-height: 155px;
  max-width: 185px;
  margin-left: auto;
  margin-right: auto;
}
#banner-place-top-banner {
  padding: 10px;
    border-radius: 0px;
  background-color: #fff;
    border: 0px solid #ddd;
  margin-bottom: 10px;
  margin: 20px auto;
}
#banner-place-top-banner a {
  display: block;
}
#banner-place-top-banner {
  padding: 10px;
    border-radius: 0px;
  background-color: #fff;
    border: 0px solid #ddd;
  margin-bottom: 10px;
}
#banner-place-top-banner a {
  display: block;
}
#banner-place-top-banner a img {
  border: none !important;
  padding: 0 !important;
  max-height: 90px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
#banner-place-left-top-banner {
  padding: 10px;
    border-radius: 0px;
  background-color: #fff;
    border: 0px solid #ddd;
  margin-bottom: 10px;
  margin: 0 0 10px;
  float: left;
}
#banner-place-left-top-banner a {
  display: block;
}
#banner-place-left-top-banner a img {
  border: none !important;
  padding: 0 !important;
  max-height: 90px;
  max-width: 485px;
  margin-left: auto;
  margin-right: auto;
}
#banner-place-right-top-banner {
  padding: 10px;
    border-radius: 0px;
  background-color: #fff;
    border: 0px solid #ddd;
  margin-bottom: 10px;
  margin: 0 0 10px;
  float: right;
}
#banner-place-right-top-banner a {
  display: block;
}
#banner-place-right-top-banner a img {
  border: none !important;
  padding: 0 !important;
  max-height: 90px;
  max-width: 485px;
  margin-left: auto;
  margin-right: auto;
}
#banner-place-banner-320x75 {
  padding: 10px;
    border-radius: 0px;
  background-color: #fff;
    border: 0px solid #ddd;
  margin-bottom: 10px;
  margin: 0 0 10px;
}
#banner-place-banner-320x75 a {
  display: block;
}
#banner-place-banner-320x75 {
  padding: 10px;
    border-radius: 0px;
  background-color: #fff;
    border: 0px solid #ddd;
  margin-bottom: 10px;
  margin: 0 0 10px;
}
#banner-place-banner-320x75 a {
  display: block;
}
#banner-place-banner-320x75 a img {
  border: none !important;
  padding: 0 !important;
  max-height: 75px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
#banner-place-banner-320x250-place {
  padding: 10px;
    border-radius: 0px;
  background-color: #fff;
    border: 0px solid #ddd;
  margin-bottom: 10px;
  margin: 0 0 10px;
}
#banner-place-banner-320x250-place a {
  display: block;
}
#banner-place-banner-320x250 {
  padding: 10px;
    border-radius: 0px;
  background-color: #fff;
    border: 0px solid #ddd;
  margin-bottom: 10px;
  margin: 0 0 10px;
}
#banner-place-banner-320x250 a {
  display: block;
}
#banner-place-banner-320x250 a img {
  border: none !important;
  padding: 0 !important;
  max-height: 250px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
div.banners-content-block {
  padding: 0 15px;
}
div.banners-content-block .table td {
  vertical-align: middle;
  padding: 5px;
}
a.btn-add-banners {
  display: inline;
  padding: 10px;
}
div.banners-filter-row {
  margin: 10px 0px;
}
div.banners-edit_block {
  line-height: 16pt;
}
.banners-hide-table {
  display: none;
}
div.jqplot-target {
  overflow-y: hidden;
  height: 335px;
  min-width: 700px;
  margin-bottom: 0;
  padding: 0 10px;
}
.jqplot-event-canvas {
  width: 100%;
}
.banners-statistic-nav > li.active a {
  background: rgba(0, 0, 0, 0.1);
  color: #111;
}
.banners-statistic-nav > li.active a:hover, .banners-statistic-nav > li.active a:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #111;
}
.banners-statistic-nav > li a:hover, .banners-statistic-nav > li a:focus {
  background: rgba(0, 0, 0, 0.05);
}
.banners-statistic-nav > li > a {
  padding: 10px 15px;
}
.button-activate-banner {
  margin: 30px 0;
}
.button-activate-banner > .btn-md {
  width: 20%;
}
.banner {
  display: block;
  width: 100%;
  height: auto;
}
.my-banners-header-block {
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  font-weight: bold;
  padding-bottom: 30px;
}
.my-banner-list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  padding: 20px 0 40px;
}
.my-banner-list:last-of-type {
  border: 0;
  padding-bottom: 20px;
}
.my-banner-list .banner-name {
  font-weight: bold;
}
.my-banner-list .action-block {
  float: right;
}
.my-banner-list .action-block a {
  padding: 0 5px;
}
.banner-list-empty {
  border: 0;
  padding: 20px;
  text-align: center;
}
.activate-banner > div {
  padding: 20px;
}
.activate-banner:last-of-type {
  border: 0;
  padding-bottom: 0;
}
.activate-banner .banner-name {
  font-weight: bold;
}
.activate-banner .action-block {
  float: right;
}
.activate-banner .action-block a {
  padding: 0 5px;
}
.activate-banner .link_color {
  color: rgba(51, 51, 51, 1);
}
.activate-banner .positions {
  padding: 15px 0;
}
.activate-banner .item-description {
  display: none;
}
.banner-price {
  border-top: 1px solid rgba(0, 0, 0, 0.13);
  padding: 20px 0;
  font-weight: bold;
}
.my-statistic-list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  padding: 10px 0 30px;
}
.my-statistic-list:last-of-type {
  border: 0;
  padding-bottom: 0;
}
.my-statistic-list div {
  padding-left: 20px;
}
.my-statistic-list:hover, .my-statistic-list:focus {
  background: rgba(0, 0, 0, 0.05);
}
.my-statistic-list .item-description {
  display: none;
}
.chart-block {
  margin-bottom: 20px;
}
.chart-block.jqplot-target {
  overflow-x: hidden;
  width: 100%;
}
.chart-block.day-type .jqplot-xaxis {
  margin-bottom: -25px;
}
.chart-block.week-type .jqplot-xaxis canvas {
  display: none;
}
.chart-block .jqplot-yaxis {
  margin-left: 20px;
}
.chart-block .jqplot-table-legend {
  margin-right: 30px;
}
@media (max-width: 991px) {
  .banner-185x155-place, .banner-185x75-place {
    display: none;
  }
  #by_hours_div .jqplot-target {
    width: 700px;
  }
}
@media (max-width: 768px) {
  .my-banners-header-block {
    display: none;
  }
  .my-banner-list .action-block {
    float: left;
  }
  .my-banner-list .action-block a {
    padding: 20px 20px 20px 0;
  }
  .my-banner-list .status i {
    padding-right: 10px;
  }
  .activate-banner > div {
    padding: 5px;
  }
  .activate-banner .item-description {
    display: block;
    float: left;
  }
  .activate-banner .positions {
    padding: 5px;
  }
  .my-statistic-list .item-description {
    display: block;
    float: left;
  }
  .jqplot-grid-canvas, .jqplot-series-canvas {
    width: 100%;
    height: 100%;
  }
  .jqplot-target, canvas.jqplot-series-canvas {
    top: -3px !important;
    height: 93%;
  }
  .container-jqplot {
    width: 100%;
    overflow-x: scroll;
  }
  .chart-block .jqplot-yaxis {
    margin-left: 0;
  }
}
#cometchat img {
  border: none;
  padding: 0 !important;
}
.video-chat {
  background: url("../../../img/bg-video.jpg") no-repeat;
  width: 100%;
  position: absolute;
  background-size: 100%;
  overflow: hidden;
  height: 100%;
}
.video-chat header {
  color: #fff;
  height: 50px;
  opacity: 1;
  background-color: rgba(0, 0, 0, .6);
  transition: height 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.link-for-room {
  color: #fff;
  vertical-align: top;
  padding: 13px;
  display: inline-block;
  font-size: 16px;
  text-decoration: underline;
}
.icon-chat {
  font-size: 35px;
  margin: 7px 25px;
  display: inline-block;
  position: relative;
}
.icon-chat .fa-video-camera {
  color: #21a339;
  position: absolute;
  right: -10px;
}
.icon-chat .fa-comment {
  font-size: 16px;
  vertical-align: top;
  padding: 9px 4px;
  color: #fff;
}
.left-link-video {
  display: inline-block;
}
.copy-link {
  display: inline-block;
  background: #21a339;
  padding: 5px;
  vertical-align: top;
  color: #fff;
  margin: 10px 80px;
    border-radius: 0px;
}
.copy-link:hover {
  background: #4d8d43;
  text-decoration: none;
}
.copy-link i {
  color: #fff;
}
.right-link-video {
  float: right;
}
.right-link-video li {
  float: left;
  padding: 13px;
  font-size: 16px;
  cursor: pointer;
}
.right-link-video li:hover {
  background-color: rgba(255, 255, 255, .24);
}
.right-link-video i {
  font-size: 20px;
  padding: 0 5px;
  color: #fff;
}
.user-link {
  background-color: #21a339;
  border-radius: 100px;
  padding: 9px 6px !important;
  margin: 7px;
}
.right-link-video .fa-sign-in {
  opacity: 0.8;
}
.right-link-video .fa-sign-in:hover {
  opacity: 1;
}
.col-chat {
  width: 100%;
  display: block;
  height: 100%;
  float: left;
}
.col-chat-item {
  background: rgba(0, 0, 0, .4);
  width: 43%;
  margin: 8% 3%;
  float: left;
  position: relative;
  height: 75%;
  display: inline-block;
  padding-top: 1%;
}
.chat-control {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  height: 70px;
}
.chat-control span i {
  cursor: pointer;
}
.chat-control .text {
  color: #fff;
  display: inline-block;
  font-size: 25px;
  padding: 15px;
}
.chat-control .text i {
  color: #fff;
}
.chat-control-video {
  float: left;
  width: 35%;
  display: inline-block;
}
.chat-control-pause {
  text-align: right;
  width: 50%;
  float: right;
  margin-right: 15px;
}
.chat-control-pause i {
  color: #000;
}
.chat-control-audio {
  width: 24%;
  float: right;
  text-align: right;
  margin-right: 10px;
  display: inline-block;
}
.chat-control-pause .text {
  margin: 0 10px;
  font-size: 20px;
}
.button-pause {
  background: #e2e2e2;
  background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 27%, #fefefe 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #e2e2e2), color-stop(27%, #dbdbdb), color-stop(100%, #fefefe));
  background: -webkit-linear-gradient(top, #e2e2e2 0%, #dbdbdb 27%, #fefefe 100%);
  background: -o-linear-gradient(top, #e2e2e2 0%, #dbdbdb 27%, #fefefe 100%);
  background: -ms-linear-gradient(top, #e2e2e2 0%, #dbdbdb 27%, #fefefe 100%);
  background: linear-gradient(to bottom, #e2e2e2 0%, #dbdbdb 27%, #fefefe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0);
  padding: 20px;
  border-radius: 54%;
}
.start-chat {
  position: absolute;
  right: 0;
}
.block-user {
  position: absolute;
  right: 0;
  top: 0;
}
.block-user i {
  font-size: 25px;
  color: #f00;
  padding: 20px;
  background: rgba(0, 0, 0, 0.75);
}
.chat-control i.fa-ban {
  font-size: 25px;
  color: #f00;
  padding: 20px;
}
.chat-control i.fa-check {
  font-size: 25px;
  color: #21a339;
  padding: 20px;
}
.start-chat-block {
  display: none;
  position: absolute;
  right: 0;
  width: 20%;
  bottom: 0px;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  float: left;
}
.close-chat {
  padding: 10px;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 5px;
  z-index: 1;
  top: 50px;
}
.close-chat i {
  font-size: 25px;
  color: #fff;
  cursor: pointer;
}
.input-chat {
  position: absolute;
  padding: 5px;
  height: 30px !important;
  width: 100%;
  bottom: 5%;
}
.info_block {
  position: absolute;
  top: 30%;
  background: rgba(0, 0, 0, 0.75) none repeat scroll 0px 0px;
  width: 100%;
  color: #fff;
  text-align: center;
}
.message-scroller {
  max-height: calc(100% - 100px);
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  height: 100%;
}
#messagesChat {
  position: relative;
  padding: 6px 0 18px;
  width: 100%;
  overflow: hidden;
  margin-top: 80px;
}
#messagesChat .vc-message {
  overflow: hidden;
  margin: 10px;
}
#messagesChat .vc-message .message {
  margin-top: 5px;
  color: #fff;
}
#messagesChat .vc-message--left .message {
  margin-left: 75px;
  text-align: left;
}
#messagesChat .vc-message--right .message {
  margin-right: 75px;
  text-align: right;
}
#messagesChat .vc-message img {
  border-radius: 50%;
}
.video-chat {
  background: url("../../../img/bg-video.jpg") no-repeat;
  background-size: cover;
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.video-chat .video-chat header {
  background-color: rgba(0, 0, 0, .6);
  color: #fff;
  height: 50px;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  transition: height 0.5s;
  width: 100%;
}
.video-chat .video-chat__right-link {
  float: right;
}
.video-chat .video-chat__right-link li {
  cursor: pointer;
  float: left;
  font-size: 16px;
  padding: 15px;
}
.video-chat .video-chat__right-link li:hover {
  background-color: rgba(255, 255, 255, .24);
}
.video-chat .video-chat__right-link li i {
  color: #fff;
  font-size: 20px;
  padding: 0 5px;
}
.video-chat .video-chat__right-link li .fa-sign-in {
  opacity: 0.8;
}
.video-chat .video-chat__right-link li .fa-sign-in:hover {
  opacity: 1;
}
.video-chat .video-chat__info-block-1 {
  font-size: 20px;
  padding: 10px;
}
.video-chat .video-chat__info-block-2 {
  padding: 10px;
}
.video-chat .col-chat-item video {
  height: 80%;
  width: 100%;
}
@media (max-width: 480px) {
  .video-chat .col-chat-item {
    height: auto;
    margin: 0;
  }
  .video-chat .col-chat-item:first-child {
    bottom: 10px;
    height: auto;
    position: absolute;
    right: 10px;
    width: 150px;
    z-index: 2;
  }
  .video-chat .col-chat-item + .col-chat-item {
    height: 100%;
    width: 100%;
  }
  .video-chat .block-user {
    top: 10px;
    right: 10px;
  }
}
/*comments module style*/.b-media-wallpost .comment_block {
  font-size: 12px;
}
.comments-form-wrapper .comment_block h3 {
  font-size: 14px;
  margin-top: 0;
}
.media-popup-info {
  padding-bottom: 20px;
}
.media-popup-info .comment_block .content {
  margin-left: 55px;
}
.wall .comments_wrapper .content {
  margin-left: 37px;
}
.comment_block .comment-date {
  color: #aaa;
  display: inline-block;
  font-size: inherit;
  font-weight: normal;
}
.send-comment-btn-block {
  margin-top: 10px;
}
@media (max-width: 767px) {
  /*.comment_block .image img {
 display:none;
 }
 .comment_block .content {
 margin-#{$left}: 0;
 }*/  .send-comment-btn-block {
    clear: both;
    margin-top: 5px;
  }
  .send-comment-btn-block .btn {
    width: 100%;
  }
}
.comments-form-wrapper .comment_block:last-child {
  border: none;
}
.comment-entry {
  line-height: 20px;
  padding-top: 6px;
}
.comment_block .comment-content, .comment-entry > span:first-child, .comment-btns-line {
  /* line-height: 15pt; */
}
.media-popup-info .comment_block img {
  width: 45px;
  border-radius: 3px;
}
.wall-comment-block-img {
  width: 30px;
}
.wall-comments-input .wall-comment-block-img {
  float: left;
}
.wall .cmn-input-h {
  height: 30px;
}
.wall-comments-input textarea {
  width: 80%;
  padding: 7px;
  resize: none;
  border-radius: 3px;
  border: none;
}
.wall-comments-input .text {
  padding: 10px;
  background: #f2f2f2;
  border-radius: 3px;
  margin-top: 10px;
}
.comments-display-block {
  text-align: right;
}
.comments-display-block .title {
  color: #111 !important;
}
.comment-heading {
  font-weight: bold;
}
.like-btn-block {
  background: rgba(0, 0, 0, 0.05);
  display: inline-block;
  border-radius: 3px;
  font-size: 12px;
  height: 21px;
  margin: 0 1px;
  padding: 0 10px;
}
.like-btn-block:hover {
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.like-btn-block a:hover {
  text-decoration: none;
}
.show-comments-block {
  font-size: 14px;
}
.show-comments-block .user-content {
  border: 0px;
  padding: 5px 0px;
}
.show-comments-block .comment-btns-line {
  display: none;
  line-height: 21px;
}
.show-comments-block .comment_block .content {
  /*margin-#{$left}: 40px;*/
}
@media (min-width: 768px) {
  .comment_block .comment-date {
    display: inline;
  }
}
.contact-us-block .title {
  font-size: 18px;
  color: #111;
  padding-bottom: 10px;
}
.captcha-img img {
  height: 34px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .captcha-img.contact_us-captcha img {
    width: auto;
  }
  .contact_us-btn {
    width: 100%;
  }
}
/*
 div.content-page p {
 line-height: 18pt;
 }
 div.content-module-block {
 margin: 50px 0px;
 }
 div.content-module-block {
 margin: 50px 0px;
 }
 ul.content-pages-tree a:hover {
 background: rgba(255,255,255,.50);
 }
 */ul.content-pages-tree {
  background: #fff;
       border: 0px solid #ddd;
       border-radius: 0px;
  text-align: left;
  margin-bottom: 10px;
}
ul.content-pages-tree > li {
  padding: 10px 15px 0px 15px;
  margin-top: 0px;
}
ul.content-pages-tree > li > div.info-menu-inner > a {
  color: #333;
  border-radius: 0;
  display: block;
}
ul.content-pages-tree > li.active > div.info-menu-inner > a {
  color: #fff;
}
ul.content-pages-tree > li > div.info-menu-inner {
  padding: 0px 0px 10px 0px;
  border-bottom: 1px solid #eee;
}
ul.content-pages-tree > li.back > div.info-menu-inner > a {
  color: rgba(51, 51, 51, 1);
}
ul.content-pages-tree li.active, ul.content-pages-tree li.active:hover, ul.content-pages-tree li.active:focus, ul.content-pages-tree li.active:active {
  background-color: rgba(0, 0, 0, 0.81);
}
ul.content-pages-tree > li.active > div.info-menu-inner {
  padding: 0px 0px 10px 0px;
  border-bottom: 0px solid #eee;
}
ul.content-pages-tree li:hover, ul.content-pages-tree li:focus, ul.content-pages-tree li:active {
  background-color: #eee;
}
ul.content-pages-tree li:first-child a {
  border-radius: 4px 4px 0px 0px;
}
ul.content-pages-tree li:last-child a {
  border-radius: 0px 0px 4px 4px;
}
ul.content-pages-tree > li.current {
  color: #fff;
  padding: 10px 15px 10px 15px;
  background-color: rgba(0, 0, 0, 0.81);
}
ul.content-pages-tree > li.current_inactive {
  color: #333;
  padding: 10px 15px 10px 15px;
}
ul.content-pages-tree > li.leaves {
  padding: 10px 15px 0px 15px;
  margin-top: -1px;
}
ul.content-pages-tree > li.leaves > div.info-menu-inner > a {
  padding-left: 15px;
}
.info-content-block {
  background: #fff;
    border: 0px solid #ddd;
    border-radius: 0px;
  text-align: left;
  padding: 15px 15px 15px 15px;
  margin-bottom: 10px;
}
.info-content-block h1 {
  font-size: 30px;
  line-height: 40px;
  margin: 0;
}
.info-content-block h2 {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}
.info-content-block h3 {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  margin: 0;
}
.info-content-block p {
  font-size: 14px;
  line-height: 24px;
}
.menu-arrow {
  padding-right: 0px;
  color: #111;
}
.active .menu-arrow {
  color: #fff;
}
@media (max-width: 991px) {
  .banners-block {
    display: none;
  }
}
.mod-cookie-policy {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 1000;
}
.mod-cookie-policy .container {
    border-radius: 0px;
    border: 0px solid #ddd;
  background: #fdfdf1;
  padding: 20px 40px;
}
.mod-cookie-policy > div {
  position: relative;
}
.mod-cookie-policy > div p {
  margin: auto;
  text-align: center;
}
.mod-cookie-policy i {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}
.user-gallery {
  margin-left: -5px;
  margin-right: -5px;
}
.user-gallery .item {
  padding: 5px;
}
.map_container img {
  background: transparent;
  padding: 0;
  border: none;
}
.routes p {
  margin: 0;
}
.map_container img, .pano_container img {
  background: transparent;
  border: none;
  padding: 0;
}
.routes p {
  margin: 0;
}
.map_search_box {
  margin: 20px 10px;
}
.map_search_keyword {
  width: 40%;
  max-width: 250px;
}
.map_search_radius {
  width: auto;
  max-width: 150px;
}
.pano_container {
  margin-top: 20px;
}
.amenities_goolgemaps {
    border: 0px solid #ddd;
  position: absolute;
  overflow: hidden;
  right: 10px;
  top: 29px;
  padding: 5px;
  margin: 0 5px;
  background: #f0f0f0;
  opacity: 0.7;
}
.amenities_goolgemaps .amenities_header {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin-bottom: 8px;
  text-align: center;
}
.amenities_switch {
  text-decoration: none;
}
.map_container img {
  background: transparent;
  border: none;
}
.routes p {
  margin: 0;
}
.im-chat-btn {
  right: 0;
  top: 120px;
  z-index: 10;
}
#im_big_background {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
  opacity: 0.65;
  z-index: 1000 !important;
  left: 0;
  top: 0;
}
.im_big_panel * {
  z-index: 1001 !important;
}
.im-chat-btn.offline .overlay {
  background-color: rgba(255, 255, 255, 0.5);
}
.im.im_big_panel {
  position: fixed;
  top: 10vh;
  left: 10vw;
  width: 80vw;
  height: 80vh;
  margin: 0;
  padding: 0;
}
/*
 .js-messages-window {
 display: -webkit-box !important;
 display: -moz-box !important;
 display: -ms-flexbox !important;
 display: -webkit-flex !important;
 display: flex !important;
 -webkit-box-orient: vertical !important;
 -moz-box-orient: vertical !important;
 -webkit-box-direction: normal !important;
 -moz-box-direction: normal !important;
 -webkit-flex-direction: column !important;
 -ms-flex-direction: column !important;
 flex-direction: column !important;
 }*/.im-msg.clearfix.o {
  /*-webkit-align-self: flex-end;
 align-self: flex-end;
 word-break: break-all;
 max-width: 75%;*/
}
.im-msg.clearfix.i > .im-msg__body {
  background-color: rgba(102, 204, 255, 0.2);
}
.im-msg.clearfix.i {
  /*-webkit-align-self: flex-start;
 align-self: flex-start;
 word-break: break-all;
 max-width: 75%;
 */
}
.im_big_panel #im_messages_window {
  width: 69% !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-left: -5px !important;
  display: inline-block !important;
}
.im_big_panel #im_contact_list {
  width: 30% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.im_big_panel #im_messages_window ins {
  display: none;
}
.im_big_panel .slimScrollDiv {
  height: 100% !important;
}
.im_big_panel .im-scroll {
  height: 100% !important;
}
#show_Big_IM {
  display: none;
}
.im {
  font-size: 16px;
  bottom: 0;
  /* height: 440px; */
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
}
.im-Big {
  font-size: 16px;
  top: 10vh;
  left: 10vw;
  height: 80vh;
  width: 80vw;
  position: fixed;
  z-index: 1000;
  border: 2px solid black;
}
/* header */.im-header {
  background: #551A8B;
  color: #fff;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.im-header__title {
  font-size: 0.8571em;
  font-weight: bold;
}
.im__close {
  font-size: 1em;
  height: 100%;
  line-height: 40px;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.im__close:hover, .im__close:active {
  background: rgba(255, 255, 255, 0.15);
}
.im__close.fa {
  width: auto;
}
.im__clear {
  font-size: 0.7857em;
  padding: 0 5px;
}
.im-header__search {
  color: #111;
  display: none;
  left: 10px;
  position: absolute;
  right: 50px;
  top: 5px;
}
.im-header__search input {
  display: block;
  height: 30px;
  line-height: 30px;
}
.im-header__toggle-search {
  cursor: pointer;
}
.im-header__toggle-search .fa {
  font-size: 0.9285em;
}
/* end of header *//* im content */.im-content {
  height: 100%;
  padding: 40px 0;
  width: 100%;
  z-index: 1;
}
.im-scroller {
  height: 100%;
  width: 100%;
  padding: 0px;
}
.im-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.im-scroll::-webkit-scrollbar-track {
  background: #ddd;
}
.im-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .3);
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 0 4px -1px rgba(0, 0, 0, .5);
  box-shadow: 0 0 4px -1px rgba(0, 0, 0, .5);
}
.im-scroll::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, .5);
}
/* end of im content *//*----------------------------------
 dialog
 ----------------------------------*/.im-msg-window {
  background: #f7f7fa;
  bottom: 0;
  display: inline-block;
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  z-index: 5;
}
.im-msg-window textarea {
  font-size: 1em;
}
.im-msg-window__title {
  cursor: pointer;
  font-size: 0.8571em;
}
.im-msg-window .im-content {
  padding-bottom: 50px;
}
.im-msg-window .history {
  text-align: center;
  padding: 5px 0;
  margin: 0 10px;
  border-bottom: 1px solid #ddd;
}
/* messages */.im-msg {
  padding: 10px 10px;
}
.im-msg.i .im-msg__photo {
  display: block;
}
.im-msg.i .im-msg__body {
  margin-left: 32px;
  margin-right: 32px;
}
.im-msg__date {
  font-size: 0.7857em;
  color: #aaa;
  text-align: center;
}
.im-msg__photo {
  display: none;
  float: left;
  width: 30px;
  height: 30px;
}
.im-msg__photo img {
  height: 100%;
  width: 100%;
  position: 0px;
  border: none;
}
.im-msg__body {
  background: #fff;
    border: 0px #ddd solid;
  border-radius: 3px;
  font-size: 0.8571em;
  margin-left: 64px;
  padding: 8px 10px;
}
.im-msg .head.i {
  color: rgba(51, 51, 51, 1);
}
.im-msg .head > span {
  color: #777;
}
.im-msg .text {
  line-height: 1.2;
  color: #111;
}
/* footer */.im-msg-window__footer {
  background: #f7f7fa;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 10;
}
.im-msg-window__sendfield {
  padding: 5px 10px;
  font-size: 0.8571em;
}
.im-msg-window__textarea {
  height: 80px;
  width: 100%;
}
.im-msg-window__caption {
  color: #777;
  font-size: 0.7857em;
  display: none;
  line-height: 1;
}
.im-msg-window__btn {
  background: none;
  border: 0;
  color: rgba(51, 51, 51, 1);
  float: left;
  height: 39px;
  line-height: 39px;
  width: 18%;
}
.im-msg-window__btn {
  padding: 0 10px 5px;
}
.new-msg .fa-comment, .js-im-button-class .fa-comment {
  color: #21a339 !important;
}
/*----------------------------------
 end of dialog
 ----------------------------------*//*----------------------------------
 contact list
 ----------------------------------*/.im-contact-list {
  bottom: 0;
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.im-contact {
  overflow: hidden;
  padding: 5px 10px;
  cursor: pointer;
  width: 100%;
  position: relative;
}
.im-contact:hover {
  background: rgba(0, 0, 0, 0.05);
}
.im-contact.selected {
  background: #dedede;
}
.im-contact .im-contact > div {
  vertical-align: top;
  line-height: 0;
}
.im-contact .im-contact__image {
  border-radius: 3px;
  float: left;
  height: 30px;
  margin-right: 5px;
  width: 30px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.im-contact .im-contact__image:before {
  bottom: 0px;
  content: "";
  left: 0px;
  right: 0px;
  top: 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  display: block;
}
.im-contact .im-contact__image img {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
}
.im-contact .im-contact__info {
  font-size: 0.8571em;
  line-height: 30px;
}
.im-contact .im-contact__status {
  background: #21a339;
  border: 1px #fff solid;
  border-radius: 50%;
  height: 5px;
  position: absolute;
  right: 1px;
  text-indent: -2000px;
  top: 1px;
  width: 5px;
}
.im-contact .new-msg {
  position: absolute;
  bottom: 11px;
  right: 15px;
}
/* im footer */.im-contact-list__footer {
  background: #551A8B;
  bottom: 0;
  padding: 0 8px;
  height: 40px;
  left: 0;
  line-height: 40px;
  position: absolute;
  right: 0;
  z-index: 2;
}
.im-contact-list__footer input {
  padding: 5px;
}
/* info hint */.im-info-popup {
  background-color: #fff;
                   border: 0px solid #ddd;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 100px;
  left: auto;
  padding: 5px;
  width: 190px;
  z-index: 9999;
}
.im-info-popup:before {
  content: ' ';
  border-color: transparent transparent transparent rgba(51, 51, 51, 1);
  border-style: solid;
  border-width: 6px;
  position: absolute;
  top: 35%;
  right: -13px;
}
.im-info-popup:after {
  content: ' ';
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 6px;
  position: absolute;
  top: 35%;
  right: -11px;
}
/*----------------------------------
 end of contact list
 ----------------------------------*/@media (min-width: 768px) {
  .im {
    font-size: 14px;
    display: inline-block;
    height: 440px;
    position: relative;
    z-index: 100;
  }
  #show_Big_IM {
    display: inline-block;
  }
  .im-header .im__close:hover {
    opacity: 1;
  }
  .im-header .im__clear:hover {
    opacity: 1;
  }
  .im__close {
    opacity: 0.5;
  }
  .im__clear {
    opacity: 0.5;
  }
  .im-msg-window {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    /* display: inline-block; */
    margin-left: 10px;
    position: relative;
    vertical-align: bottom;
    width: 264px;
  }
  .im-msg-window textarea {
    font-size: 14px;
    resize: none;
  }
  .im-msg-window__caption {
    display: block;
  }
  .im-contact-list {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    /* display: inline-block; */
    margin-left: 10px;
    position: relative;
    vertical-align: bottom;
    width: 264px;
  }
  .im-msg-window .im-content {
    padding-bottom: 65px;
  }
  .im-mobile-block {
    display: none;
  }
}
@media (max-width: 991px) {
  .im-msg-window, .im-contact-list {
    width: 230px;
  }
}
@media (max-width: 768px) {
  .im-mobile-block {
    margin-top: 20px;
    display: block;
    padding: 15px 10px;
    background-color: #fff;
      border: 0px solid #ddd;
      border-radius: 0px;
  }
  .im-mobile-block .js-im-button-class {
    display: none !important;
  }
  .im-mobile-block .im {
    display: block;
    position: relative;
    z-index: 1;
  }
  .im-mobile-block .im .im-msg-window {
    width: 100%;
  }
  .im-mobile-block .im .im-contact-list {
    position: relative;
    width: 100%;
  }
  .im-mobile-block .im .im-contact-list .im__close {
    display: none;
  }
}
.scroll_f_kiss {
  background-color: #eeeef4;
  height: 100px;
  padding: 0px 5px;
}
.scroll_f_kiss li {
  padding: 5px 10px;
    border-radius: 0px;
  cursor: pointer;
}
.scroll_f_kiss li:hover {
  background-color: #fff;
}
.scroll_f_kiss .selected {
  background-color: #fff;
}
.scroll_f_kiss input {
  display: none;
}
.message-kiss {
  margin-top: 15px;
}
.lang-mark {
  background: #ff0 !important;
  border: solid 1px #ff0;
}
.lang-button-mark {
  border: solid 3px #f00 !important;
}
#lang_editor_js_block {
  position: fixed;
  bottom: 2px;
  right: 2px;
  z-index: 2000;
  width: 40%;
  background: #fff;
  border: solid 1px #444;
}
#lang_handle {
  margin: 1px;
  background: #999;
  line-height: 22px;
  padding-left: 10px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
#lang_editor_js_block #lang_editor_content {
  height: 200px;
  overflow: scroll;
}
#lang_editor_js_block .ledit {
  line-height: 20px;
  margin: 1px 1px 2px;
  background: #eee;
  padding: 5px;
}
#lang_editor_js_block .ledit .name {
  width: 150px;
  float: left;
}
#lang_editor_js_block .ledit .value {
  margin-left: 160px;
  cursor: pointer;
}
#lang_editor_js_block .ledit .value input {
  border: solid 1px #21a339;
  color: #21a339;
}
#lang_editor_js_block .ledit .value .hide_text {
  color: #ccc;
  font-style: italic;
}
.like-btn-block {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(51, 51, 51, 1);
  display: inline-block;
  border-radius: 3px;
  font-size: 12px;
  height: 21px;
  line-height: 21px;
  margin: 0 1px;
  padding: 0 10px;
}
.like-btn-block:hover {
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.like-btn-block a {
  display: inline-block;
}
.like-btn-block a:hover {
  text-decoration: none;
}
.like_block {
  position: relative;
}
.like_block > *:nth-child(2) {
  padding-left: 2px;
}
.like_users {
  position: absolute;
  background-color: #eeeef4;
  box-shadow: 0 0 2px 0 #ddd;
    border-radius: 0px;
    border: 0px solid #ddd;
  color: #fff;
  display: none;
  font-weight: bold;
  opacity: 0.9;
  padding: 5px;
  z-index: 1000;
  overflow-y: auto;
  max-height: 88px;
}
.like_users > div {
  max-width: 308px;
  min-width: 88px;
  min-height: 44px;
}
.like_users > div.w-scroll {
  max-width: 328px;
}
.like_users a {
  color: #fff;
  margin: 2px;
  display: inline-block;
  width: 40px;
  height: 40px;
}
.like_users img {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
}
/* modify layout */.mod-likeme header {
  z-index: -1;
}
.mod-likeme .btn {
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.mod-likeme-matches .b-likeme-page {
  overflow-y: scroll;
}
@media (min-width: 768px) {
  .mod-likeme .main-inner-content {
    padding-top: 50px;
  }
  .mod-likeme header {
    z-index: 999;
  }
}
/* end of modify layout */.b-likeme__null {
  background: #fff;
                              border: 0px #ddd solid;
                              border-radius: 0px;
  padding: 0 15px 10px;
}
.b-likeme__null .btn {
  margin-bottom: 5px;
}
/* mobile nav popup */.b-mobile-pop {
  background: #fff;
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.b-mobile-pop__header {
  background: rgba(51, 51, 51, 1);
  display: none;
  height: 46px;
  line-height: 46px;
  margin-bottom: 15px;
  text-align: right;
}
.b-mobile-pop__header a {
  color: #fff;
}
.b-mobile-pop_show {
  display: block;
  z-index: 1010;
  /* above header */
}
.b-mobile-pop_show .b-mobile-pop__header {
  display: block;
}
.b-mobile-pop__content {
  padding: 0 15px;
}
.mod-likeme header {
  display: none;
}
@media (min-width: 768px) {
  .b-mobile-pop {
    background: none;
    display: block !important;
    min-width: auto;
    position: relative;
    top: auto;
    width: auto;
  }
  .b-mobile-pop_show {
    display: none;
  }
  .b-mobile-pop_show .b-mobile-pop__header {
    display: none;
  }
  .b-mobile-pop__content {
    padding: 0;
  }
  .mod-likeme header {
    display: block;
  }
}
/* end of mobile nav popup *//* alternative header in mobile */.b-title-menu_likeme {
  background-color: rgba(51, 51, 51, 1);
  color: #fff;
  height: 45px;
  line-height: 44px;
  margin: -8px -15px;
  padding: 0px 0;
  position: relative;
  text-align: center;
  z-index: 1000;
}
.b-title-menu_likeme a {
  color: #fff;
}
.b-likeme__backlink {
  display: block;
  float: left;
  text-align: center;
  width: 45px;
}
.b-title-menu__btn_header {
  text-align: center;
  width: 45px;
}
@media (min-width: 768px) {
  .b-title-menu_likeme {
    background: none;
    color: inherit;
    height: auto;
    line-height: 1.1;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 10px;
    z-index: auto;
    text-align: left;
  }
  .b-title-menu_likeme a {
    color: rgba(51, 51, 51, 1);
  }
  .b-title-menu_likeme h1 {
    color: #111;
  }
  .b-likeme__backlink {
    display: none;
  }
}
/* end of alternative header in mobile *//* image height to 100% */.b-likeme-page {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
}
.b-likeme_h100 {
  height: 100%;
}
.b-likeme__media {
  bottom: 46px;
  left: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
}
.b-likeme__image {
  background: #fff;
    border: 0px #ddd solid;
    border-radius: 0px;
  bottom: 70px;
  height: auto;
  left: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0px;
  top: 0;
}
.b-likeme__image img {
  height: auto !important;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto !important;
}
.b-likeme__name {
  background: rgba(255, 255, 255, 0.9);
  border-top: 1px rgba(0, 0, 0, 0.05) solid;
  bottom: 0px;
  height: 35px;
  left: 0px;
  line-height: 35px;
  padding: 0px 10px;
  position: absolute;
  right: 0px;
}
.b-likeme__actions {
  bottom: 10px;
  height: 50px;
  left: 0;
  position: absolute;
  right: 0px;
  text-align: center;
}
.b-likeme__actions .col-xs-6 {
  padding-left: 2px;
  padding-right: 2px;
}
.b-likeme__actions .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .b-likeme-page {
    top: 50px;
  }
  .b-likeme__media {
    bottom: 38px;
    left: 15px;
    right: 15px;
    top: 0;
  }
  .b-likeme__actions {
    bottom: 10px;
    left: 0;
    right: auto;
    text-align: center;
  }
  .b-likeme__actions .col-xs-6 {
    display: inline-block;
    float: none;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
  .b-likeme__actions .btn {
    width: auto;
  }
}
@media (min-width: 992px) {
  .b-likeme__actions {
    right: 0;
  }
}
.b-likeme__alert {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 65px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}
/* end of image height to 100% *//* my matches */.b-likeme__mymatches {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .b-likeme__mymatches {
    margin-top: 0;
  }
}
/* end of my matches *//* match popup */.congratulations .first-liked {
  border: 1px solid #c5c5c5;
  background: #fff;
  float: left;
  left: 50%;
  margin-left: -105px;
  position: relative;
  z-index: 1;
  transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.congratulations .first-liked img {
  width: 100px;
}
.congratulations .second-liked {
  border: 1px solid #c5c5c5;
  background: #fff;
  float: left;
  left: 50%;
  margin-left: -25px;
  position: relative;
  z-index: 2;
  transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.congratulations .second-liked img {
  width: 100px;
}
.congratulations__buttons .btn {
  background: #fff;
  border: 1px rgba(51, 51, 51, 1) solid;
  color: rgba(51, 51, 51, 1);
}
.congratulations__buttons .btn:hover, .congratulations__buttons .btn:active {
  background: #666666;
  border: 1px rgba(51, 51, 51, 1) solid;
}
.congratulations__buttons-in {
  display: inline-block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .congratulations .first-liked {
    margin-left: -125px;
  }
  .congratulations .first-liked img {
    width: 200px;
  }
  .congratulations .second-liked {
    margin-left: -130px;
  }
  .congratulations .second-liked img {
    width: 200px;
  }
}
/* end of match popup */#matches .actions {
  padding-top: 15px !important;
  z-index: 10 !important;
}
#matches .edge[class*="fa-"]:after, #matches .edge[class*="icon-"]:after {
  border-color: #fff !important;
}
#matches .edge[class*="fa-"]:hover:after, #matches .edge[class*="icon-"]:hover:after {
  background-color: #fff !important;
}
.g-users-gallery__info .btn {
  background: #fff;
  border: 1px rgba(51, 51, 51, 1) solid;
  color: rgba(51, 51, 51, 1);
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.g-users-gallery__info .btn:hover, .g-users-gallery__info .btn:active {
  background: #666666;
  border: 1px rgba(51, 51, 51, 1) solid;
}
.like_me-btn {
  cursor: pointer;
  /* &:hover{
 background-color: #FFFFFF; 
 color: #FE3D0C !important;
 }
 &:hover a{
 color: #FE3D0C;
 }*/
}
.like_me-btn a {
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  text-align: center;
}
.like_me-btn a i {
  margin-left: 5px;
}
.list-group-item .menu-link {
  display: block;
  line-height: 100%;
}
#like_me-block .list-group-item:hover {
  background-color: #f5f5f5;
}
#like_me-block .list-group-item:hover .menu-link {
  text-decoration: none;
}
.like_me-name {
  color: #111;
  font-weight: bold;
}
.like_me-age {
  color: #aaa;
}
#like_button {
  background: #21a339;
  color: #fff;
}
#like_button:active {
  background: #18792a;
}
#skip_button {
  color: #111;
  background: #fff;
  font-weight: bold;
}
#skip_button:active {
  background: #e6e6e6;
}
#skip_button .fa {
  color: #111;
}
@media (min-width: 768px) {
  #skip_button:hover {
    background: #e6e6e6;
  }
  #like_button:hover {
    background: #18792a;
  }
}
.menu-alerts {
  color: #aaa;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.menu-alerts .cnt {
  position: relative;
  width: 43px;
  border-right: #aaa;
  margin-left: -5px;
}
.menu-alerts .item {
  line-height: 49px;
}
.menu-alerts ul {
  margin-left: 0;
}
.menu-alerts .item + .badge {
  position: absolute;
  right: 0;
  background-color: #1c692b;
  font-size: 11px;
    border-radius: 10px;
  padding: 2px 5px;
  top: 6px;
  right: 0px;
  font-weight: normal;
}
.menu-alerts .menu-item {
  float: left;
  width: 46px;
  height: 46px;
  position: relative;
}
.menu-alerts .menu-item a.uam-top {
  display: block;
  width: 46px;
  height: 46px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.menu-alerts .menu-item > a:hover, .menu-alerts .menu-item > a:active, .menu-alerts .menu-item > a:focus {
  color: #551A8B;
}
.menu-alerts-more {
  background-color: #fff;
    border: 0px solid #ddd;
  position: absolute;
  padding: 0px;
  left: -2px;
  top: 44px;
  z-index: 999;
}
.menu-alerts-more-triangle {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  position: relative;
  top: -7px;
  left: 17px;
  float: left;
}
.menu-alerts-more-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
.menu-alerts-more-item:last-child {
  border-bottom: 0;
}
.menu-alerts-more-item a {
  color: rgba(51, 51, 51, 1);
  display: block;
  padding: 10px;
}
.menu-alerts-more-item a:hover, .menu-alerts-more-item a:active {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(51, 51, 51, 1);
}
.menu-alerts-more-item .message-image {
  float: left;
}
.menu-alerts-more-item .message-body {
  margin-left: 40px;
}
.menu-alerts-more-item .message-body .name {
  font-size: 14px;
  color: #111;
  padding-bottom: 5px;
}
.menu-alerts-more-item .message-body .text {
  font-size: 12px;
  color: #aaa;
}
.menu-alerts-more-item img {
  width: 30px;
}
.menu-alerts-item .menu-alerts-more-item .receipt-gift {
  padding: 10px 20px;
}
.menu-top-right-block {
  float: right;
}
.menu-top-right-block .search-top-input {
  padding: 0px;
    border-radius: 0px;
  margin-top: 7px;
  margin-right: 10px;
}
.left-menu .search-top-input {
  padding: 5pt;
}
.left-menu .main-menu li div {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-top-right-mobile {
  display: none;
}
.menu-alerts .tohide i {
  font-size: 18px;
}
.menu-actions {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .menu-top-right-mobile {
    display: block;
    float: right;
    margin-top: 0px;
width: 250px; 
 }
  .menu-top-right-mobile a:hover, .menu-top-right-mobile a:visited, .menu-top-right-mobile a:active, .menu-top-right-mobile a:focus {
    color: #fff;
  }
  .menu-top-right-block {
    display: none;
  }
  .menu-alerts-more-item a {
    color: rgba(51, 51, 51, 1);
  }
}
.rt-menu-outer {
  padding-right: 0px;
}
.my-account-menu {
  margin-bottom: 10px;
}
.my-account-menu a {
  display: inline-block;
  padding: 2px 0;
}
.left-menu .indicator {
  float: right;
  display: block;
    border-radius: 0px;
  padding: 3px 4px;
  background-color: rgba(0, 0, 0, 0.81);
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  position: relative;
  right: -20px;
}
.link-open-menu {
  /*position: absolute;*/
}
.link-open-menu .badge {
  display: none;
}
.list-action-menu .dropdown-toggle {
  border-left: 0px;
}
.list-action-menu .user-menu-item {
  padding: 0px !important;
}
.list-action-menu li a {
  padding: 3px 20px;
  color: #555 !important;
  white-space: nowrap;
  line-height: 1.7;
  text-decoration: none;
  display: block;
}
.list-action-menu li:hover {
  background-color: #f5f5f5;
}
.mobile-top-menu {
  z-index: 990;
  width: 100%;
  position: relative;
}
.mobile-top-menu .left-box {
  display: none;
  left: -100px;
  position: absolute;
  height: 40px;
  width: 100px;
  z-index: 1001;
  -webkit-box-shadow: 70px 0px 5px 0px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 70px 0px 5px 0px rgba(255, 255, 255, 0.8);
  box-shadow: 70px 0px 5px 0px rgba(255, 255, 255, 0.8);
}
.mobile-top-menu .right-box {
  display: none;
  right: -100px;
  position: absolute;
  height: 40px;
  width: 100px;
  z-index: 1001;
  bottom: 0px;
  -webkit-box-shadow: -70px 0px 5px 0px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: -70px 0px 5px 0px rgba(255, 255, 255, 0.8);
  box-shadow: -70px 0px 5px 0px rgba(255, 255, 255, 0.8);
}
.mobile-top-menu .mobile-menu-wrapper {
  height: 40px;
  padding: 0px;
  position:relative;
  overflow: hidden;
  background-color: #fff;
  z-index: 1000;
  margin-top: 10px;
}
.mobile-top-menu .mobile-menu-wrapper .mobile-menu-item {
  padding: 10px 0;
  margin-top: 10px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #551A8B none repeat scroll 0 0;
  color: #ffffff;
  
}
.mobile-top-menu .mobile-menu-wrapper .mobile-menu-item .badge {
  background-color: #21a339;
}
.scroll-to-top {
  display: none;
}
.slick-track a {
  color: black;
  text-decoration: none;
}
.slick-track a:hover {
  color: black;
  text-decoration: none;
}
.slick-track a:visited {
  color: black;
  text-decoration: none;
}
@media (max-width: 767px) {
  .link-open-menu .badge {
    position: absolute;
    background-color: #21a339;
    font-size: 11px;
      border-radius: 0px;
    padding: 4px 4px;
    top: 0px;
    right: 5px;
    font-family: SegoeUINormal, Arial, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    display: block;
  }
  .mobile-top-menu {
    display: block;
  }
  .menu-alerts .tohide {
    display: none;
  }
}
.fm-icon {
  display: none;
}
@media (min-width: 767px) {
  .footer-menu-list-group-item {
    min-height: 30px;
  }
  .footer-menu-list-group-item-text {
    position: absolute;
  }
  .mobile-top-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer-menu-title-block {
    text-align: left;
    padding-left: 15px;
  }
  .footer-menu-list-group-item {
    position: relative;
    display: block;
    /*padding: 10px 15px;*/
    margin-bottom: -1px;
    background-color: #fff;
      border: 0px solid #ddd;
    text-align: left;
  }
  .footer-menu-list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .footer-menu-list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .fm-icon {
    float: right;
    display: block;
  }
  .footer-menu-list-group-item-text {
    padding: 10px 15px;
  }
  .mobile-block {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 15px;
  }
  .mobile-link-block {
      border: 0px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    text-align: center;
    padding: 10px 0;
    display: block;
  }
  .scroll-to-top {
    right: 0;
    left: 0;
    z-index: 998;
    padding: 10px 20px;
  }
  .scroll-to-top.fixed {
    bottom: 0px;
    position: fixed;
  }
  .scroll-to-top.absolute {
    position: absolute;
  }
  .scroll-to-top button {
    font-weight: bold;
    font-size: 14px;
  }
}
.memberships-table {
  margin: 10px 0px;
}
.memberships-table .package-info {
  float: left;
}
.memberships-table .package-actions {
  margin-left: 100px;
}
.memberships-table table tbody tr td {
  vertical-align: bottom;
}
.membership-block {
  text-align: center;
}
.membership-block .name {
  font-size: 16px;
  font-weight: bold;
}
.membership-block .price {
  font-size: 24px;
}
.membership-block .btn {
  width: 120px;
  padding: 3px 12px;
  margin-bottom: 15px;
}
.membership-services div {
  /*line-height: 40px;*/
}
.memberships-table .services {
  min-width: 180px;
  font-size: 13px;
}
@media (max-width: 768px) {
  .memberships-table .services {
    display: none !important;
  }
  .membership-block {
    display: block !important;
    padding: 20px 0 0 !important;
  }
}
@media (min-width: 768px) {
  .membership-block {
    border-top: 0 !important;
  }
  .memberships-table .services {
    border-top: 0 !important;
  }
}
/* memberships' list horizontal */.b-memberships__list {
  margin-bottom: 15px;
}
.b-memberships__item {
  margin-bottom: 5px;
}
.b-memberships__item:last-child {
  margin-bottom: 0;
}
.b-member-plan {
  background: #fff;
  border: 2px #ddd solid;
    border-radius: 0px;
  padding: 10px;
  position: relative;
  text-align: center;
}
.b-member-plan__title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 4px;
}
.b-member-plan__advert {
  font-size: 11px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.b-member-plan__offers {
  font-size: 12px;
}
.b-member-plan__offers li {
  padding: 4px 0 3px 0;
}
.b-member-plan__price {
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0;
}
.b-member-plan__price div {
  display: block;
}
.b-member-plan__price_bought {
  font-size: 14px;
}
@media (min-width: 768px) {
  .b-member-plan {
    text-align: left;
  }
  .b-member-plan__offers {
    max-width: 300px;
  }
  .b-member-plan__price {
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .b-member-plan__price div {
    display: inline-block;
    margin-left: 10px;
  }
}
.menu-alerts {
  color: #aaa;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.menu-alerts .cnt {
  position: relative;
  width: 43px;
  border-right: #aaa;
  margin-left: -5px;
}
.menu-alerts .item {
  line-height: 49px;
}
.menu-alerts ul {
  margin-left: 0;
}
.menu-alerts .item + .badge {
  position: absolute;
  right: 0;
  background-color: #1c692b;
  font-size: 11px;
    border-radius: 10px;
  padding: 2px 5px;
  top: 6px;----
  right: 0px;
  font-weight: normal;
}
.menu-alerts .menu-item {
  float: left;
  width: 46px;
  height: 46px;
  position: relative;
}
.menu-alerts .menu-item a.uam-top {
  display: block;
  width: 46px;
  height: 46px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.menu-alerts .menu-item > a:hover, .menu-alerts .menu-item > a:active, .menu-alerts .menu-item > a:focus {
  color: #551A8B;
}
.menu-alerts-more {
  background-color: #fff;
    border: 0px solid #ddd;
  position: absolute;
  padding: 0px;
  left: -2px;
  top: 44px;
  z-index: 999;
}
.menu-alerts-more-triangle {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  position: relative;
  top: -7px;
  left: 17px;
  float: left;
}
.menu-alerts-more-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
.menu-alerts-more-item:last-child {
  border-bottom: 0;
}
.menu-alerts-more-item a {
  color: rgba(51, 51, 51, 1);
  display: block;
  padding: 10px;
}
.menu-alerts-more-item a:hover, .menu-alerts-more-item a:active {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(51, 51, 51, 1);
}
.menu-alerts-more-item .message-image {
  float: left;
}
.menu-alerts-more-item .message-body {
  margin-left: 40px;
}
.menu-alerts-more-item .message-body .name {
  font-size: 14px;
  color: #111;
  padding-bottom: 5px;
}
.menu-alerts-more-item .message-body .text {
  font-size: 12px;
  color: #aaa;
}
.menu-alerts-more-item img {
  width: 30px;
}
.menu-alerts-item .menu-alerts-more-item .receipt-gift {
  padding: 10px 20px;
}
.menu-top-right-block {
  float: right;
}
.menu-top-right-block .search-top-input {
  padding: 0px;
    border-radius: 0px;
  margin-top: 7px;
  margin-right: 10px;
}
.left-menu .search-top-input {
  padding: 5pt;
}
.left-menu .main-menu li div {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-top-right-mobile {
  display: none;
}
.menu-alerts .tohide i {
  font-size: 18px;
}
.menu-actions {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .menu-top-right-mobile {
display: block;
    float: right;
    margin-top: 0px;
width: 250px; 
}
  .menu-top-right-mobile a:hover, .menu-top-right-mobile a:visited, .menu-top-right-mobile a:active, .menu-top-right-mobile a:focus {
    color: #fff;
  }
  .menu-top-right-block {
    display: none;
  }
  .menu-alerts-more-item a {
    color: rgba(51, 51, 51, 1);
  }
}
.rt-menu-outer {
  padding-right: 0px;
}
.my-account-menu {
  margin-bottom: 10px;
}
.my-account-menu a {
  display: inline-block;
  padding: 2px 0;
}
.left-menu .indicator {
  float: right;
  display: block;
    border-radius: 0px;
  padding: 3px 4px;
  background-color: rgba(0, 0, 0, 0.81);
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  position: relative;
  right: -20px;
}
.link-open-menu {
  /*position: absolute;*/
}
.link-open-menu .badge {
  display: none;
}
.list-action-menu .dropdown-toggle {
  border-left: 0px;
}
.list-action-menu .user-menu-item {
  padding: 0px !important;
}
.list-action-menu li a {
  padding: 3px 20px;
  color: #555 !important;
  white-space: nowrap;
  line-height: 1.7;
  text-decoration: none;
  display: block;
}
.list-action-menu li:hover {
  background-color: #f5f5f5;
}
.mobile-top-menu {
  z-index: 990;
  width: 100%;
  position: relative;
}
.mobile-top-menu .left-box {
  left: -100px;
  position: absolute;
  height: 40px;
  width: 100px;
  z-index: 1001;
  -webkit-box-shadow: 70px 0px 5px 0px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 70px 0px 5px 0px rgba(255, 255, 255, 0.8);
  box-shadow: 70px 0px 5px 0px rgba(255, 255, 255, 0.8);
}
.mobile-top-menu .right-box {
  right: -100px;
  position: absolute;
  height: 40px;
  width: 100px;
  z-index: 1001;
  bottom: 0px;
  -webkit-box-shadow: -70px 0px 5px 0px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: -70px 0px 5px 0px rgba(255, 255, 255, 0.8);
  box-shadow: -70px 0px 5px 0px rgba(255, 255, 255, 0.8);
}
.mobile-top-menu .mobile-menu-wrapper {
  height: 40px;
  padding: 0px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  z-index: 1000;
}
.mobile-top-menu .mobile-menu-wrapper .mobile-menu-item {
  padding: 10px 0;
  margin-top: 0px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #551A8B none repeat scroll 0 0;
  color: #ffffff;
}


.mobile-top-menu .mobile-menu-wrapper .mobile-menu-item .badge {
  background-color: #21a339;
}
.scroll-to-top {
  display: none;
}
.slick-track a {
  color: black;
  text-decoration: none;
}
.slick-track a:hover {
  color: black;
  text-decoration: none;
}
.slick-track a:visited {
  color: black;
  text-decoration: none;
}
@media (max-width: 767px) {
  .link-open-menu .badge {
    position: absolute;
    background-color: #21a339;
    font-size: 11px;
      border-radius: 0px;
    padding: 4px 4px;
    top: 0px;
    right: 5px;
    font-family: SegoeUINormal, Arial, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    display: block;
  }
  .mobile-top-menu {
    display: block;
  }
  .menu-alerts .tohide {
    display: none;
  }
}
.fm-icon {
  display: none;
}
@media (min-width: 767px) {
  .footer-menu-list-group-item {
    min-height: 30px;
  }
  .footer-menu-list-group-item-text {
    position: absolute;
  }
  .mobile-top-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer-menu-title-block {
    text-align: left;
    padding-left: 15px;
  }
  .footer-menu-list-group-item {
    position: relative;
    display: block;
    /*padding: 10px 15px;*/
    margin-bottom: -1px;
    background-color: #fff;
      border: 0px solid #ddd;
    text-align: left;
  }
  .footer-menu-list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .footer-menu-list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .fm-icon {
    float: right;
    display: block;
  }
  .footer-menu-list-group-item-text {
    padding: 10px 15px;
  }
  .mobile-block {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 15px;
  }
  .mobile-link-block {
      border: 0px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
    text-align: center;
    padding: 10px 0;
    display: block;
  }
  .scroll-to-top {
    right: 0;
    left: 0;
    z-index: 998;
    padding: 10px 20px;
  }
  .scroll-to-top.fixed {
    bottom: 0px;
    position: fixed;
  }
  .scroll-to-top.absolute {
    position: absolute;
  }
  .scroll-to-top button {
    font-weight: bold;
    font-size: 14px;
  }
}
.news {
  padding: 5px 0px;
}
.news img {
  margin: 5px;
}
.news .date {
  font-size: 14px;
  color: #aaa;
}
.news .annotation img {
  margin: 5px;
}
.news .links {
  text-align: right;
}
.news-content .strong-title {
  color: #111;
  font-size: 14px;
  font-weight: bold;
}
.news-content-block {
  background: #fff;
    border: 0px solid #ddd;
    border-radius: 0px;
  text-align: left;
  padding: 15px 15px 15px 15px;
  margin-bottom: 10px;
}
.news-item {
  background: #fff;
    border: 0px solid #ddd;
    border-radius: 0px;
  text-align: left;
  padding: 15px 15px 15px 15px;
  margin-bottom: 10px;
  line-height: 15pt;
}
.news-related {
  background: #fff none repeat scroll 0 0;
    border: 0px solid #ddd;
    border-radius: 0px;
  padding: 15px;
  text-align: left;
}
.packages-block .package-block {
  margin-bottom: 10px;
}
.packages-block .package-block .contrasting-block {
  border-width: 2px;
  margin-bottom: 0;
  padding: 0px;
}
.packages-block .package-block .contrasting-block .package-name {
  background: rgba(9, 9, 14, 0.05);
  padding: 10px 0px;
  border-bottom: 1px solid #ddd;
}
.packages-block .package-block .contrasting-block .package-name span {
  padding: 0px 15px;
  font-weight: bold;
  font-size: 16px;
}
.packages-block .package-block .contrasting-block .package-services .service-description {
  color: #777;
  font-size: 12px;
  padding-bottom: 10px;
}
.packages-block .package-block .contrasting-block .package-services .price {
  margin: 10px 0px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.packages-block .package-block .contrasting-block .package-services__info {
  padding: 0 10px 10px;
}
.content-block.package_form {
  padding: 0 15px;
}
.content-block.package_form .content-value .packages-block {
  padding: 0;
}
.package_form .btn-link {
  color: rgba(51, 51, 51, 1);
}
.package_form .btn-link:hover, .package_form .btn-link:focus {
  color: rgba(51, 51, 51, 1);
}
.service-payment-form .billing-systems-block {
  margin-top: 20px;
  display: none;
}
.service-payment-form .billing-method {
  border: 2px solid #ddd;
  background-color: #fff;
    border-radius: 0px;
  cursor: pointer;
  margin-bottom: 20px;
}
.service-payment-form .billing-method:hover {
  border: 2px solid rgba(51, 51, 51, 1);
}
.service-payment-form .billing-method.selected {
  border: 2px solid rgba(51, 51, 51, 1);
}
.service-payment-form .billing-method img {
  margin: 0 auto;
}
.preview {
  padding: 10px !important;
}
.poll_result {
  font-size: 12px;
  margin-bottom: 10px;
  /*	width: 90%;*/
}
.poll_block {
  /*	border-top: 1px solid #CCC;
 border-bottom: 1px solid #CCC;
 margin-bottom: 10px;*/
}
.poll_block .poll_form .poll-form-item {
  margin-bottom: 6px;
  font-size: 12px;
}
.poll_block .poll_form .answer {
  vertical-align: middle;
}
.poll_block .poll_progress {
  height: 2px;
}
.poll_block .poll_inputs, .poll_block .poll_inputs input {
  margin-bottom: 10px;
}
.poll_action {
  height: 20px;
  line-height: 20px;
}
.poll_action a {
  line-height: 20px;
  height: 20px;
}
.poll-question-item {
  background: #fff none repeat scroll 0 0;
    border: 0px solid #ddd;
    border-radius: 0px;
  padding: 0 10px;
  margin-bottom: 30px;
}
.poll-question-item .poll-question-title {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 17px;
}
.poll_question_link {
  cursor: pointer;
  /*	width: 100%;
 border-top: 1px solid #CCC;
 border-bottom: 1px solid #CCC;
 margin-bottom: 10px;
 line-height: 40px;*/
}
.poll_results_content {
  display: none;
  margin-bottom: 10px;
}
.send-money-form-wrapper {
  padding: 20px;
}
.send-money-form-wrapper > h1 {
  margin-bottom: 20px;
}
.send-money-select-user, .send-money-amount-input > div {
  padding-right: 0;
}
.send-money-for-friends > label {
  margin: 24px 0;
}
.send-money-for-friends input {
  margin: 2px -20px 0;
}
@media (max-width: 991px) {
  .send-money-for-friends > label {
    margin-top: 0;
  }
}
.send-money-form #output {
  display: inline;
}
.send-money-btn {
  margin: 0;
  margin-top: 17px;
}
.payment_table div {
  padding: 3px;
}
.payment_table {
  width: 40%;
  border-radius: 4px;
}
.payment-table-values div {
  text-align: center;
}
@media (max-width: 690px) {
  .payment_table {
    width: 100%;
    margin: 0;
  }
  .payment-table-values {
    margin: 0;
  }
}
.donate-payment-btns {
  margin-top: 20px;
}
.send-vip-form-wrapper {
  padding: 20px;
}
.send-vip-form-wrapper > h1 {
  margin-bottom: 20px;
}
.send-vip-select-user, .send-vip-amount-input > div {
  padding-right: 0;
}
.send-vip-for-friends > label {
  margin: 24px 0;
}
.send-vip-for-friends input {
  margin: 2px -20px 0;
}
@media (max-width: 991px) {
  .send-vip-for-friends > label {
    margin-top: 0;
  }
}
.send-vip-form #output {
  display: inline;
}
.send-vip-btn {
  margin-top: 17px;
}
.send-vip-fee {
  margin-top: 10px;
}
.memberships-block div {
  padding: 2px;
}
.memberships-block h3 {
  text-align: center;
  font-size: 15pt;
}
.memberships-block .info, .memberships-block .services_names, .memberships-block .membership_options {
  border-bottom: 1px solid #dedede;
}
.memberships-block .memberships-table {
  text-align: right;
}
.payment_table div {
  padding: 3px;
}
.payment_table {
  width: 40%;
  border-radius: 4px;
}
.payment-table-values div {
  text-align: center;
}
@media (max-width: 690px) {
  .payment_table {
    width: 100%;
    margin: 0;
  }
  .payment-table-values {
    margin: 0;
  }
}
.donate-payment-btns {
  margin-top: 20px;
}
.service {
  padding-bottom: 15px;
}
.service .service-name {
  font-weight: bold;
  line-height: 22px;
  padding-right: 15px;
  float: left;
}
.service .service-control {
  float: left;
}
.service .service-control .btn {
  padding: 0px 12px;
}
.service .service-description {
  line-height: 22px;
}
@media (min-width: 992px) {
  .services .service:nth-child(3n+4) {
    clear: both;
  }
}
@media (max-width: 991px) {
  .services .service:nth-child(2n+3) {
    clear: both;
  }
}
.services-payment-title {
  font-size: 14px;
  font-weight: bold;
}
.service-payment-form .billing-systems-block {
  margin-top: 20px;
  display: none;
}
.service-payment-form .billing-method {
  border: 2px solid #ddd;
  background-color: #fff;
    border-radius: 0px;
  cursor: pointer;
  margin-bottom: 20px;
}
.service-payment-form .billing-method:hover {
  border: 2px solid rgba(51, 51, 51, 1);
}
.service-payment-form .billing-method.selected {
  border: 2px solid rgba(51, 51, 51, 1);
}
.service-payment-form .billing-method img {
  margin: 0 auto;
}
.service-payment-form .main-title {
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 25px;
}
.service-payment-form .select-payment-method {
  border-bottom: 1px dashed rgba(51, 51, 51, 1);
  cursor: pointer;
  color: rgba(51, 51, 51, 1);
}
.service-payment-form .select-payment-method:hover {
  border-bottom: 0;
  text-decoration: none;
}
.service-payment-form .service-description {
  border: 2px #ddd solid;
    border-radius: 0px;
  font-size: 12px;
  padding: 5px;
  background: #fff;
  line-height: 32px;
}
.service-payment-form .service-description .service-title {
  color: #111;
  font-size: 16px;
  font-weight: bold;
}
.service-payment-form .write-off {
  padding: 15px 0px 0px 0px;
}
.shoutbox-messages-list {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin-left: 10px;
  vertical-align: bottom;
  width: 264px;
  bottom: 0;
  display: inline-block;
  height: 100%;
  left: 0;
  position: relative;
  right: 0;
  top: 0;
  z-index: 2;
}
.shoutbox-messages-list .shoutbox-header {
  background: rgba(51, 51, 51, 1);
  color: #fff;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.shoutbox-messages-list .shoutbox-header .shoutbox-header__title {
  font-size: 0.8571em;
  font-weight: bold;
}
.shoutbox-messages-list .shoutbox-header .shoutbox__close {
  font-size: 1em;
  height: 100%;
  line-height: 40px;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.5;
}
.shoutbox-messages-list .shoutbox-header .shoutbox__close:hover, .shoutbox-messages-list .shoutbox-header .shoutbox__close:active {
  background: rgba(255, 255, 255, 0.15);
  opacity: 1;
}
.shoutbox-messages-list .shoutbox-header .shoutbox__close.fa {
  width: auto;
}
.shoutbox-messages-list .shoutbox-content-block {
  height: 100%;
  padding: 40px 0;
  width: 100%;
  z-index: 1;
}
.shoutbox-messages-list .shoutbox-content-block .shoutbox-content {
  margin-bottom: 60px;
}
.shoutbox-messages-list .shoutbox-content-block .shoutbox-scroller {
  height: 100%;
  width: 100%;
  padding: 0px;
}
.shoutbox-messages-list .shoutbox-content-block .shoutbox-in-top {
  background-color: rgba(165, 42, 42, 0.3);
  height: 30px;
  line-height: 30px;
  color: #fff;
  position: relative;
  bottom: 10px;
  cursor: pointer;
  text-align: center;
}
.shoutbox-messages-list .shoutbox-content-block .shoutbox-in-top:hover, .shoutbox-messages-list .shoutbox-content-block .shoutbox-in-top:focus {
  background-color: rgba(51, 51, 51, 1);
}
.shoutbox-messages-list .shoutbox-content-block .shoutbox-msg-window__footer {
  background: #fff;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 10;
}
.shoutbox-messages-list .shoutbox-content-block .shoutbox-msg-window__sendfield {
  padding: 5px 10px;
}
.shoutbox-messages-list .shoutbox-content-block .shoutbox-msg-window__textarea {
  height: 80px;
  width: 100%;
}
.shoutbox-contact {
  overflow: hidden;
  padding: 5px 10px;
  cursor: pointer;
  width: 100%;
  position: relative;
}
.shoutbox-contact:hover {
  background: rgba(0, 0, 0, 0.05);
}
.shoutbox-contact.new-msg {
  background: rgba(165, 42, 42, 0.2);
}
.shoutbox-contact .shoutbox-contact > div {
  vertical-align: top;
  line-height: 0;
}
.shoutbox-contact .shoutbox-contact__image {
  border-radius: 3px;
  float: left;
  height: 30px;
  margin-right: 5px;
  width: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
}
.shoutbox-contact .shoutbox-contact__image img {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
}
.shoutbox-contact .shoutbox-contact__info {
  font-size: 0.8571em;
  margin-left: 35px;
  top: 0;
  position: relative;
}
.shoutbox-contact .shoutbox-contact__info .shoutbox_user_name {
  color: rgba(51, 51, 51, 1);
  font-weight: bold;
}
.shoutbox-contact .shoutbox-contact__info .date {
  color: #aaa;
}
@media (max-width: 991px) {
  .shoutbox-messages-list {
    width: 240px;
  }
}
@media (min-width: 768px) {
  .shoutbox-mobile-block {
    display: none;
  }
}
@media (max-width: 768px) {
  .shoutbox-mobile-block {
    margin-top: 20px;
    display: block;
    padding: 15px 10px;
    background-color: #fff;
      border: 0px solid #ddd;
      border-radius: 0px;
  }
  .shoutbox-mobile-block .js-shoutbox-button-class {
    display: none !important;
  }
  .shoutbox-mobile-block .title-block {
    display: none;
  }
  .shoutbox-mobile-block .shoutbox-messages-list {
    display: block;
    position: relative;
    z-index: 1;
    position: relative;
    width: 100%;
    margin: 0;
  }
  .shoutbox-mobile-block .shoutbox-messages-list .shoutbox__close {
    display: none;
  }
}
/* sitemap style */.sitemap {
  padding-right: 15px;
  padding-left: 15px;
}
.sitemap .site-map-block {
  margin-top: 15px;
  padding-top: 20px;
  border-top: 1px solid #c5c5c5;
}
.sitemap .site-map-block:nth-child(1n) {
  margin-top: 15px;
}
.sitemap .site-map-block:last-of-type {
  margin-bottom: 20px;
}
.sitemap .site-map-block.row {
  margin-right: 0;
  margin-left: 0;
}
.sitemap .site-map-block.row div {
  padding: 0px;
}
.sitemap .site-map-block ul li {
  line-height: 25px;
}
@media (max-width: 768px) {
  .site-map-block div {
    margin-bottom: 40px;
  }
}
/* end sitemap style */.index-page {
  position: relative;
  height: auto;
}
.index-page:before {
  position: absolute;
  background: url('../img/?ver=3') no-repeat scroll center 0 #fff;
  background-size: auto;
  content: "";
  width: 100%;
  height: 100%;
  transform: none;
  z-index: -1;
}
.fhf-title {
  font-size: 36px;
  line-height: 72px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: -2px;
}
.fhf-content .fhf-text {
  font-size: 18px;
  line-height: 24px;
}
.fhf-content .fhf-link {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  text-decoration: underline;
}
.fhf-content .fhf-link a {
  color: #000;
}
/* homepage */.homepage-user-block {
  background: #fff;
                  border: 0px solid #ddd;
                  border-radius: 0px;
}
.homepage-user-info {
  min-height: 90px;
  padding: 15px;
}
.homepage-user-info img {
  float: left;
}
.homepage-user-info .info-block {
  margin-left: 70px;
}
.homepage-user-info .info-block .info1 {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
}
.homepage-user-info .info-block .info2 {
  font-size: 12px;
  line-height: 16px;
}
.homepage-user-info .info-block .info3 {
  font-size: 12px;
  line-height: 20px;
}
.homepage-user-info .info-block .info3 a {
  color: #333;
}
.homepage-user-controls ul {
  margin: 0;
  padding: 0;
  width: inherit;
}
.homepage-user-controls ul li {
  list-style-type: none;
  margin: 0px 0;
}
.homepage-user-controls ul li a, .homepage-user-controls ul li a:visited {
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 10px 15px 10px 15px;
}
.homepage-user-controls ul li:hover {
  background: #eeeef4;
}
.homepage-user-controls .indicator, .my-rating .indicator {
  float: right;
  display: block;
  background-color: #21a339;
}
.homepage-wall {
  background: #fff;
    border: 0px solid #ddd;
    border-radius: 0px;
  padding: 10px;
}
.select-block {
  width: 100%;
}
.select-block button {
  padding: 0;
}
.select-block .select-data {
  overflow: hidden;
  padding: 5px 24px 4px 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.select-block i {
  height: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 8px;
  width: 24px;
}
.donate.decline {
  color: red;
}
.donate.approve {
  color: #21a339;
}
.donate-link-menu {
  text-align: right;
  margin-bottom: 0;
}
.donate-link-menu li {
  display: inline;
}
.checkBox .box {
  background-color: #fff;
  color: #555;
}
.checkBox .box:before {
  content: "\f096";
}
.checkBox .box.hovered {
  color: #111;
}
.checkBox .box.hovered:before {
  content: "\f046";
}
.checkBox .box.checked {
  background-color: #fff;
  color: #111;
}
.checkBox .box.checked:before {
  content: "\f046";
}
.checkBox .label {
  color: #555;
}
.store-content {
  font-size: 13px;
  line-height: 1.5;
}
.container-fluid .full-length-block {
  background-color: #fff;
  border-bottom: 1px solid rgba(92, 103, 132, 0.25);
  border-top: 1px solid rgba(92, 103, 132, 0.25);
  margin-top: 15px;
}
.container-fluid.pad0 {
  padding: 0;
}
.store-content .store-search-block {
  padding: 0 15px;
}
.store-search-block .input-group-addon {
  cursor: pointer;
}
.store-search-block button {
  height: 40px;
}
.store-search-block input {
  border-radius: 0 !important;
  height: 40px !important;
}
.store-content .categories-list {
  position: absolute;
  z-index: 1;
  top: -14px;
  padding: 0 15px;
}
.price-reduced.price-old {
  text-decoration: line-through;
}
.categories-list .active, .categories-list li:hover {
  background: #eeeef4;
  display: block;
}
.container-fluid .store-cart-block {
  padding-top: 25px;
  /*    margin-#{$left}: 40px;*/
  white-space: nowrap;
}
.store-content .cart-list {
  float: left;
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 5px;
  top: 2px;
  position: absolute;
  /*    left: 30px;*/
  right: 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  min-width: 160px;
  overflow: hidden;
}
.store-content .store-main-block {
  margin: 20px 0 0 0;
}
.store-content .media {
  line-height: 0;
}
.store-content .product-other-media {
  margin-top: 10px;
}
.store-content .product-other-media .image {
  outline: 1px solid #ddd;
}
.store-content .store-product-description {
  color: #777;
}
.store-content .selection-block {
  padding: 5px 10px;
  background-color: #fff;
  margin: 5px;
  overflow: hidden;
  outline: 2px solid #fff;
}
.store-content .selection-block:hover {
  outline: 2px solid rgba(51, 51, 51, 1);
}
.store-content .selected-block {
  outline: 2px solid rgba(51, 51, 51, 1);
}
.option-description {
  background-color: #fff;
  border: 1px solid #aaa;
  overflow: hidden;
  padding: 5px;
  position: absolute;
  z-index: 3005;
}
.store-content .add-cart {
  background: #fff;
    border: 0px solid #ddd;
  color: #777;
    border-radius: 0px;
  text-align: left;
  padding: 15px;
}
.store-content .add-cart #count_up {
  display: inline-block;
  vertical-align: middle;
}
.store-content .cart-calc {
  line-height: 30px;
  vertical-align: center;
  overflow: hidden;
}
.store-content .cart-calc .pointer {
  border: 1px solid #ccc;
  height: 34px;
  width: 34px;
  text-align: center;
}
.store-content .cart-calc #count_down {
  border-right: 0px none;
}
.store-content .cart-calc #count_up {
  border-left: 0px none;
}
.store-content .cart-calc input {
  width: 60px;
  border-radius: 0 !important;
}
.store-content .price-reduced {
  text-decoration: line-through;
}
.store-content .view-price {
  color: #111;
}
.store-content .product-options {
  color: #777;
  overflow: hidden;
}
.store-content .store-block-list-products {
  padding-bottom: 20px;
  border-top: 1px solid rgba(92, 103, 132, 0.25);
  border-bottom: 1px solid rgba(92, 103, 132, 0.25);
  font-size: 12px;
}
.store-block-list-products .user-gallery {
  line-height: 20px;
}
.store-content .similar-products img {
  padding-bottom: 3px;
}
.store-content .store-products-list li {
  display: inline-block;
  margin: 5px 5px 0 0;
}
.store-content .store-products-list .info {
  padding-right: 5px;
  font-size: 12px;
}
.store-content .product-price {
  color: #777;
}
.store-content .products-block {
  float: left;
}
.store-content .product-block {
  background: #fff;
    border: 0px solid #ddd;
    border-radius: 0px;
  text-align: left;
  padding: 10px;
  line-height: 15pt;
  margin-bottom: 10px;
}
.b-store-list__item {
  display: inline-block;
  float: none;
  margin-right: -0.3em;
  vertical-align: top;
  padding-top: 15px;
  padding-bottom: 15px;
}
.product-photo {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.store-content .cart-header-block, .store-content .order-header-block {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  font-weight: bold;
}
.store-content .cart-product-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  padding: 20px 0 20px 0;
  position: relative;
}
.store-content .cart-product-item:last-of-type {
  border: 0;
  padding-bottom: 0;
}
.store-content .count-block {
    border: 0px solid #ddd;
    border-radius: 0px;
  padding: 5px 10px;
}
.store-content .link-order_log {
  color: #777;
  font-size: 12px;
  padding-right: 0;
}
.store-content .order-log-block {
  padding: 0;
  position: relative;
}
.store-content .preorder-main-block, .store-content .order-main-block {
  padding: 10px 0px 0px;
}
.store-content .cart-item-title, .store-content .preorder-item-title {
  display: none;
}
.store-content .product-image {
  float: left;
}
.store-content .product-description {
  color: #555;
  margin-left: 110px;
  width: auto;
}
.store-content .cart-total {
  float: right;
  padding: 0;
}
.store-content .block {
  color: #808080;
  border: 1px solid rgba(51, 51, 51, 1);
    border-radius: 0px;
  padding: 5px 10px;
  cursor: pointer;
  background: #fff;
  min-height: 155px;
}
.store-content .select-for {
    border: 0px solid #ddd;
}
.store-content .block .fa-check-circle, .store-content .block .fa-remove {
  color: rgba(51, 51, 51, 1);
}
.store-content .select-for .fa-check-circle, .store-content .select-for .fa-remove {
  color: #808080;
}
.store-content .block:hover {
  border: 1px solid rgba(51, 51, 51, 1);
}
.store-content .block:hover .fa-check-circle, .store-content .block:hover .fa-remove {
  color: rgba(51, 51, 51, 1);
}
.store-content .select-user {
  padding: 20px;
}
.store-content .block .select-user-image {
  float: left;
}
.store-content .block .select-user-description {
  margin-left: 70px;
}
.store-content .block-for-myself {
  padding: 40px 0;
}
.store-content .address-block {
  padding: 20px 0 40px;
}
.store-content .address-recipient .address_edit {
  color: rgba(51, 51, 51, 1);
  border: 0;
}
.address-recipient .address {
  padding: 30px 0 0 20px;
}
.store-content .address_edit {
  padding: 20px 0 20px;
}
.store-content .address-recipient .address-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.edit-address-block .btn-group {
  margin: 0 auto;
}
.edit-address-block .form-group label {
  line-height: 34px;
  text-align: right;
}
.edit-address-block .button-block {
  line-height: 60px;
}
.edit-address-block .button-block .cancel {
  color: rgba(51, 51, 51, 1);
  cursor: pointer;
}
.edit-address-block .country-select .btn-group {
  width: 100%;
}
.store-content .address-action {
  padding: 0px;
}
.select-receiver {
  padding-top: 20px;
}
.select-receiver .photo {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.select-receiver .info {
  padding-left: 5px;
  padding-right: 5px;
  z-index: 10;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  color: #fff;
  line-height: 32px;
  width: 100%;
    border-radius: 0px;
}
.select-receiver .info .add-user {
  display: none;
}
.select-receiver .photo:hover .info {
  height: 100%;
}
.select-receiver .photo:hover .username {
  display: none;
}
.select-receiver .photo:hover .add-user {
  float: right;
  font-size: 50px;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  width: 100%;
  vertical-align: middle;
  display: block;
  cursor: pointer;
  margin-top: 45%;
  height: 100%;
}
.store-content .shipping-block {
  border-top: 1px solid rgba(0, 0, 0, 0.13);
  padding: 20px 0;
}
.store-content .edit-shipping-method {
  color: rgba(51, 51, 51, 1);
  display: none;
}
.shipping-methods-header {
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  padding-bottom: 10px;
}
.shipping-methods {
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  cursor: pointer;
}
.select-shipping, .shipping-methods:hover {
  background: #eeeef4;
}
.store-content .delivery-block {
  padding: 10px 0;
  margin: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.13);
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
.store-content .link-terms-delivery {
  cursor: pointer;
  color: rgba(51, 51, 51, 1);
  border-bottom: 1px dotted rgba(51, 51, 51, 1);
}
.store-content .result-block {
  padding: 20px 0;
}
.store-content .result-block .result-order {
  float: right;
  text-align: right;
}
.store-content .total-preorder {
  margin-top: 20px;
}
.store-content .result-order input {
  margin-top: 20px;
}
.store-content .cart-total-line {
  text-align: right;
  font-weight: bold;
}
.store-content .order-items-descr {
  margin-top: 20px;
  padding: 10px;
}
.store-content .orders-block {
  color: #808080;
    border: 0px solid #ddd;
  border-radius: 0 0 5px 5px;
  border-top: 0;
  padding: 5px 10px 20px 20px;
  background: #fff;
}
.store-content .js-order-product {
  overflow: hidden;
  padding: 20px 0px;
}
.store-content .js-order-product i {
  color: rgba(51, 51, 51, 1);
}
.store-content .js-order-product:hover {
  background: #eeeef4;
}
.store-content .order-logs {
  padding: 20px;
    border: 0px solid #ddd;
  z-index: 10;
    border-radius: 0px;
  background: #fff;
}
.store-content .list-group-item {
  padding: 0;
}
.store-content .category-item {
  cursor: pointer;
  padding: 10px 15px;
}
.store-content .g-bestsellers-gallery {
  margin-left: 0;
  margin-right: 0;
  padding: 5px;
}
.store-content .caption {
  margin-top: 10px;
}
.store-content .price {
  padding-bottom: 5px;
  font-size: 12px;
}
.store-content .product-name {
  font-weight: bold;
  font-size: 14px;
}
.store-content .result-order {
  color: #555;
  font-weight: bold;
}
.store-content .nav > li > a {
  padding: 10px 15px;
}
.result-order .order_price, .result-order .shipping_total {
  color: #111;
}
.select-receiver .user-description {
  margin-top: 5px;
  color: #808080;
  line-height: 1.5;
}
.select-receiver .a {
  color: rgba(51, 51, 51, 1);
}
.bestseller .info {
  margin-top: 10px;
}
#store-search-products-form {
  display: table;
}
#country_name {
  text-align: left;
}
/* shopping cart table */.b-cart__first-col {
  padding-left: 20px;
}
.b-cart__other-col {
  padding-left: 130px;
}
.b-cart__check-col {
  left: -15px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}
.store-banners {
  padding-right: 0;
}
@media (min-width: 768px) {
  .b-cart__first-col {
    padding-left: 0;
  }
  .b-cart__other-col {
    padding-left: 15px;
  }
  .b-cart__check-col {
    left: auto;
    margin-top: 0;
    position: relative;
    top: auto;
  }
}
/* shopping cart table  *//*Mobile version*/@media (max-width: 767px) {
  .select-receiver .photo:hover .info {
    display: block !important;
  }
  .store-content .store-main-block {
    /* margin-top: 90px;*/
  }
  .store-main-block .img-responsive {
    width: 100%;
  }
  .store-content .add-cart {
    margin-top: 20px;
  }
  .js-order-product .no-padding-left {
    padding-left: 15px;
  }
  .store-content .store-search-button .button-in-mobile {
    display: block;
    border-radius: 0 5px 5px 0;
    margin: -1px -1px 0 0;
    padding: 9px 20px;
    height: 40px;
    width: 45px;
    background: rgba(51, 51, 51, 1);
    cursor: pointer;
  }
  .store-content .store-search-button .button-in-mobile i {
    position: absolute;
    color: #fff;
    z-index: 5;
    margin: 0 0 0 -10px;
  }
  .store-content .cart-header-block, .store-content .order-header-block {
    display: none;
  }
  .store-content .preorder-main-block, .store-content .order-main-block {
    padding: 10px 0px 0px;
  }
  .store-content .link-order_log {
    padding-left: 0;
  }
  .store-content .cart-item-title {
    display: block;
    font-weight: bold;
    padding-right: 10px;
    float: left;
  }
  .store-content .preorder-item-title {
    display: block;
  }
  .store-content .order-log-block {
    margin: 10px 0;
  }
  .store-content .cart-count-block {
    margin-top: 10px;
  }
  .shipping-methods-header {
    display: none;
  }
  .store-content .contrasting-block .btn-primary {
    width: 100%;
  }
  .store-banners {
    padding: 0;
  }
}
/*Tablet version*/@media (min-width: 768px) {
  .store-content .address-recipient .address_info {
    height: 110px;
  }
}
/*Tablet version*/@media (max-width: 991px) {
  .store-product-description .tooltip {
    visibility: hidden;
  }
  .store-content .add-cart {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .store-content .contrasting-block {
    /*        .caption {
 padding-left: 10px;
 }*/
  }
  .store-content .contrasting-block img {
    position: relative;
    margin: auto;
  }
}
/*Desktop*/.dropdown {
  max-width: 600px;
}
.tickets_lists .view {
  font-weight: normal;
}
.contact-us-form .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .contact-us-form .btn {
    width: auto;
  }
}
.users-be-featured {
  float: left;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 1px;
  margin-left: 15px;
border-radius: 30px;
}
.users-be-featured.with-overlay-add .photo {
  cursor: pointer;
}
.users-be-featured.with-overlay-add .photo:before {
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
}
.users-be-featured.with-overlay-add .photo > i {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  margin: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.users-be-featured .photo {
  position: relative;
  margin-right: 1px;
  line-height: 0;
}
.user-carousel-line {
  margin: 5px 15px 0px;
}
.user-carousel-line.unshift-icon {
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 15px;
  margin-left: 82px;
}
.user-carousel-line button {
  display: none;
}
.g-users-gallery .highlight {
  background: #e5e5e5;
    border-radius: 0px;
}
.user-list .highlight {
  background: #e5e5e5;
  border-radius: 0;
}
.user-list .highlight .btn-secondary {
  background: #fff !important;
}
.top-menu-item {
  line-height: 43px;
}
.top-menu-item a, .top-menu-item a:hover, .top-menu-item a:focus, .top-menu-item a:link {
  display: inline-block;
  color: #aaa;
  text-decoration: none;
  line-height: 1;
  vertical-align: middle;
}
.top-menu-item a .caret {
  vertical-align: text-top;
}
.user-link-profile {
  padding-top: 7px;
}
.user_quick_menu .dropdown-menu {
  left: auto;
  right: 25px;
  padding: 0;
  margin-top: 8px;
}
.user_quick_menu .dropdown-menu .menu-more-triangle {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  position: relative;
  top: -7px;
  right: 8px;
  float: right;
}
.user_quick_menu .dropdown-menu .menu-more-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
.user_quick_menu .dropdown-menu .menu-more-item a {
  color: rgba(51, 51, 51, 1);
  display: block;
  padding: 10px;
}
.user_quick_menu .dropdown-menu .menu-more-item a:hover, .user_quick_menu .dropdown-menu .menu-more-item a:active {
  background: rgba(0, 0, 0, 0.05);
}
.menu-actions a {
  display: block;
  line-height: 2;
}
.menu-actions a .menu-actions a:hover, .menu-actions a:focus, .menu-actions a:active, .menu-actions a:visit {
  text-decoration: none;
}
.list-action-menu .dropdown-menu {
  right: 0;
  left: auto;
}
.user-profile-view .preview img {
  width: 100%;
}
.user-profile-view .name {
  color: #111;
  font-size: 18px;
  font-weight: bold;
  padding-top: 15px;
}
.user-profile-view .age {
  color: #555;
  font-size: 14px;
  padding-bottom: 20px;
}
.user-profile-view .location {
  color: #555;
  font-size: 14px;
}
.user-profile-view .last-visit {
  color: #555;
  font-size: 14px;
  padding-bottom: 20px;
}
#user_photo img:hover {
  cursor: pointer;
}
.control-block {
  padding: 7px 0px;
}
.control-block .control-icon {
  float: left;
  width: 16px;
  text-align: center;
  font-size: 14px;
  color: #555;
}
.control-block .control-link {
  float: left;
  padding-left: 5px;
  font-size: 14px;
}
.user-profile-view.album-info {
  color: #555;
  font-size: 14px;
  line-height: 20px;
}
.user-profile-view .album-item {
  padding-left: 0px;
  padding-right: 5px;
  padding-bottom: 5px;
  line-height: 0px;
}
.user-profile-view .album-item img {
  width: 100%;
}
.user-profile-view .description {
  background: #fff;
    border: 0px solid #ddd;
    border-radius: 5px;
  text-align: left;
  padding: 15px 0px;
  margin-bottom: 10px;
}
.user-profile-view .profile-menu {
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  padding: 0px 15px;
}
.user-profile-view .profile-menu ul {
  padding-left: 0px;
}
.user-profile-view .profile-menu ul > li {
  padding: 0px 10px 10px 10px;
  float: left;
}
.user-profile-view .profile-menu ul > li a {
  font-size: 16px;
}
.user-profile-view .profile-menu ul > li.active a {
  color: #111;
}
.user-profile-view .view-user {
  padding-left: 15px;
  padding-right: 15px;
}
.user-profile-view .view-user .view-section {
  margin-bottom: 27px;
  padding: 0px;
}
.user-profile-view .view-user .view-section .field-block:first-child {
  border-top: 1px solid #ddd;
}
.user-profile-view .view-user .view-section .field-block {
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  line-height: 20px;
}
.user-profile-view .view-user .view-section .field-name {
  padding: 10px 0;
  font-size: 14px;
  color: #777;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.user-profile-view .view-user .view-section .field-info {
  padding: 10px 0;
  font-size: 14px;
  color: #111;
  font-weight: bold;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.user-profile-view .view-user .section-header {
  color: #777;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 12px;
  padding-bottom: 0;
}
.user-profile-view .view-user .section-header span {
  display: inline-block;
  width: 80%;
}
.field-info_normal {
  font-weight: normal;
}
.view-user__descr {
  margin-top: 15px;
}
.view-user__wall {
  margin-top: 10px;
}
.view-user__media {
  margin-top: 10px;
}
.view-user__edit {
  margin-top: 10px;
}
/*search page*/.search-header .title {
  font-size: 18px;
  color: #111;
  padding-bottom: 10px;
}
.search-header .menu {
  padding-bottom: 10px;
  text-align: left;
  font-size: 12px;
  position: relative;
}
.search-header .menu a {
  padding-left: 15px;
  text-decoration: none;
}
.search-header .menu a:first-child {
  padding-left: 0;
}
@media (min-width: 768px) {
  .search-header .menu {
    position: absolute;
    right: 15px;
    text-align: right;
    top: 4px;
  }
}
.search-header .menu .active {
  color: #777;
}
.top-rated-search-header {
  margin-bottom: 15px;
}
.user-search .search-form {
  background: #fff;
    border: 0px solid #ddd;
    border-radius: 0px;
  text-align: left;
  padding: 10px 10px 0 10px;
  margin-bottom: 10px;
}
.user-search .search-form .search-block {
  padding: 0px 0px 10px 0px;
}
.user-search .search-form .search-block .f-block {
  padding-bottom: 0px;
}
.user-search .search-result {
  background: #fff;
    border: 0px solid #ddd;
    border-radius: 0px;
  text-align: left;
  padding: 15px;
  margin-bottom: 10px;
}
.user-search .my-rating {
  background: #fff;
    border: 0px solid #ddd;
    border-radius: 0px;
  text-align: left;
  padding: 10px;
}
.user-search .top-rated-search-result {
    border-radius: 0px;
  text-align: left;
  margin-bottom: 10px;
}
.user-search .top-rated-search-result .user-list-item .descr-1 {
  margin-left: 110px;
  width: auto;
  color: #777;
  font-size: 12px;
  line-height: 20px;
}
.descr-1__name {
  font-size: 14px;
}
.descr-1__name a {
  color: #111;
  font-weight: bold;
}
.descr-1__name a:hover {
  color: rgba(51, 51, 51, 1);
  text-decoration: none;
}
.user-search .top-rated-search-result .user-list-item .descr-3 {
  padding-top: 0px;
}
.user-search .top-rated-search-result .user-list-item .rating ins {
  font-size: inherit;
}
.user-search .top-rated-search-result .user-list-item .rating label {
  margin-left: 0px;
  font-weight: normal;
}
.user-search .top-rated-search-result .user-list-item .rating-avg {
  display: none;
}
.my-rating .image {
  float: left;
}
.my-rating .image img {
  width: 40px;
  height: 40px;
}
.my-rating .descr {
  margin-left: 50px;
  text-align: left;
  width: auto;
}
.my-rating .descr .list-count {
  display: block;
  padding: 15px 0px;
  text-decoration: none;
  width: 100%;
  font-size: 14px;
}
.my-rating .descr .list-count div {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .my-rating .descr .list-count div {
    max-width: 125px;
  }
}
@media (max-width: 991px) {
  .my-rating .descr .list-count div {
    max-width: 200px;
  }
}
@media (min-width: 992px) {
  .user-search .top-rated-search-result {
    margin-top: -10px;
  }
  .user-search .user-list-item .descr-3 .user-menu {
    right: 0px;
  }
}
.my-rating .lider-link {
  border: 1px solid rgba(51, 51, 51, 1);
  border-radius: 3px;
  overflow: hidden;
  margin-top: 25px;
  padding: 6px 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  width: 100%;
}
.my-rating .rating ins {
  font-size: 14px;
}
.my-rating .rating label {
  margin-left: 0px;
  font-weight: normal;
}
.my-rating .rating-avg {
  display: none;
}
.user-search .sorter-block {
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  margin-left: -15px;
  margin-right: -15px;
  padding: 0px 0px 10px 0px;
}
.user-search .sorter-block_top {
  padding-top: 10px;
}
.user-search .sorter-block .form-inline .form-control {
  width: auto;
  display: inline-block;
}
.st-info {
  text-align: center;
}
@media (max-width: 767px) {
  .user-search .sorter-block .form-inline .form-control {
    max-width: 150px;
    width: 75%;
  }
  .search-top-pager .pages .current {
    display: none;
  }
  .search-top-pager .pages .inside a i {
    font-size: 1.7em;
    vertical-align: middle;
  }
  .st-info {
    display: none;
  }
}
.user-search .user-list-item {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
.user-search .user-list-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.user-search .user-list-item .image {
  float: left;
  line-height: 0;
}
.user-search .user-list-item .descr-1 {
  margin-left: 70px;
  width: auto;
  color: #555;
  font-size: 14px;
  line-height: 20px;
}
.user-search .user-list-item .descr-2 {
  width: auto;
  color: #555;
  font-size: 14px;
  line-height: 20px;
  padding-top: 20px;
}
.user-search .user-list-item .descr-3 {
  /*margin-left: 10px; */
  line-height: 17px;
  padding: 17px 0px 0px 0px;
  width: 100%;
}
.user-search .user-list-item .descr-3 .lider-link {
  overflow: hidden;
  max-width: 170px;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid rgba(51, 51, 51, 1);
  padding: 4px 20px 3px 20px;
  border-radius: 3px 0px 0px 3px;
}
.user-search .user-list-item .descr-3 .menu-trigger-block {
  float: left;
  padding: 4px 7px 3px 7px;
  border: 1px solid rgba(51, 51, 51, 1);
  border-radius: 0px 3px 3px 0px;
  border-left: 0px solid rgba(51, 51, 51, 1);
}
.user-search .user-list-item .descr-3 .user-menu {
  float: right;
  position: absolute;
  top: 30px;
  display: none;
  background: #fff;
  border: 1px solid #c5c5c5;
  z-index: 1;
}
.user-search .user-list-item .descr-3 .user-menu-last {
  float: right;
  position: absolute;
  right: 10px;
  bottom: 70px;
  display: none;
  background: #fff;
  border: 1px solid #c5c5c5;
  z-index: 1;
}
.user-search .user-menu-item {
  padding: 5px 10px 5px 10px;
}
.user-search .user-menu-item:hover {
  /*background: #F2F2F2;*/
}
.user-search .user-menu-item a {
  color: #000;
  text-decoration: none;
  display: block;
}
.user-search .user-menu-item .dislink {
  color: #000;
  text-decoration: none;
  display: block;
}
.user-search .user-menu-item .hide {
  display: none;
}
.user-search .user-list-item .descr-3 .rating-ul-block {
  padding-top: 5px;
}
.user-search .user-menu-item span {
  display: block;
}
.user-search .friendlist-link span {
  display: block;
}
/*search page*/@media (max-width: 767px) {
  /*.search-header .menu a{
 padding-#{$left}: 0px;
 padding-#{$right}: 15px;
 }*/  .user-search .user-list-item .descr-3 .lider-link {
    border-radius: 3px 0 0 3px;
  }
  .user-search .user-list-item .descr-3 {
    float: left;
    /*margin: -50px 0 0 100px;*/
    margin: 0;
  }
  .user-search .user-list-item .descr-3 .user-menu {
    float: left;
    position: absolute;
    left: 115px;
    top: -20px;
  }
  .search-header .menu a .fa {
    padding-right: 0px;
  }
}
.sidebar-block {
  background: #fff;
    border: 0px solid #ddd;
    border-radius: 0px;
  text-align: left;
  margin-bottom: 10px;
}
.sidebar-block .user-description {
  font-size: 12px;
}
.sidebar-block .preview-block {
  padding: 10px;
}
.user-description a {
  color: #111;
}
.user-homapage-menu {
  padding: 70px 0 0;
}
.user-homapage-menu .list-group {
  margin-bottom: 0px;
}
.user-homapage-menu .list-group-item {
  border-left-style: none;
  border-right-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  line-height: 100%;
  padding: 10px 0px;
}
.user-homapage-menu .list-group-item:first-child {
  border-top-style: none;
}
.user-homapage-menu .list-group-item:last-child {
  border-bottom-style: none;
}
.user-homapage-menu .list-group-item:hover, .user-homapage-menu .list-group-item:focus {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.81);
  color: #fff;
  text-decoration: none;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: rgba(51, 51, 51, 1);
  border-color: rgba(51, 51, 51, 1);
}
.pagination > li > a, .pagination > li > span {
  color: rgba(51, 51, 51, 1);
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: rgba(51, 51, 51, 1);
  background-color: #666666;
  border-color: #ddd;
}
.user-homapage-menu .list-group-item:hover a, .user-homapage-menu .list-group-item:focus a {
  color: #fff;
  text-decoration: none;
}
.user-homapage-menu .list-group-item:hover:first-child, .user-homapage-menu .list-group-item:focus :first-child {
  border-radius: 0px;
}
.user-homapage-menu a {
  display: block;
  line-height: 100%;
  padding-left: 10px;
}
.user-homapage-menu .badge {
  background-color: #21a339;
  margin-right: 10px;
}
.active-users {
  background: #fff;
    border: 0px solid #ddd;
    border-radius: 5px;
  padding: 10px;
}
.active-users h1 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.active-users h1 i {
  color: #eee;
  cursor: pointer;
}
.active-users-navigation a {
  color: #333;
  text-decoration: none;
  font-size: 12px;
  line-height: 24px;
  padding-left: 10px;
}
.active-users-navigation a:hover, .active-users-navigation a:focus, .active-users-navigation a:active {
  color: #000;
}
.active-users-navigation a.active {
  color: #000;
  text-decoration: underline;
}
.services-list .title {
  font-size: 18px;
  color: #111;
  padding-bottom: 10px;
}
.services-list .services-list-block {
  background: #fff;
    border: 0px solid #ddd;
    border-radius: 0px;
  padding: 10px 15px;
}
/* tabs */.services-list .services-list-block .services-inner-menu {
  border-bottom: 1px #ddd solid;
  margin-bottom: 10px;
  padding: 0px 15px 10px;
}
.services-list .services-list-block .services-inner-menu div {
    border-radius: 0px;
  display: inline-block;
  padding: 5px 15px;
  color: rgba(51, 51, 51, 1);
  cursor: pointer;
}
.services-list .services-list-block .services-inner-menu div:hover {
  background: rgba(0, 0, 0, 0.05);
  color: inherit;
}
.services-list .services-list-block .services-inner-menu div.active {
  background: rgba(0, 0, 0, 0.1);
  display: inline-block;
  color: #111;
  padding: 10px 15px;
    border-radius: 0px;
  color: #000;
}
.services-list-block__tabs {
  margin-bottom: 25px;
}
/* end tabs */.pages a {
  display: inline-block;
}
.search-result .user-gallery .item {
  padding-left: 0px;
  padding-right: 10px;
  padding-bottom: 0;
  line-height: 0px;
  margin-top: 10px;
}
.search-result .user-gallery {
  margin-right: -10px;
}
.search-result .user-gallery .item img {
  width: 100%;
}
.search-result .user-gallery .user .photo {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.search-result .user-gallery .delete-media {
  right: 0;
  padding-left: 5px;
  padding-right: 5px;
  z-index: 10;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  color: #fff;
  line-height: 22px;
  font-size: 16px;
}
.search-result .user-gallery .info {
  line-height: 18px;
}
.search-result .user-gallery .info > div:nth-child(2) {
  font-size: 12px;
  color: #777;
}
.search-type-page {
  background: #fff;
    border: 0px solid #ddd;
    border-radius: 0px;
  text-align: left;
  padding: 15px;
}
.search-type-page .stp-menu-block {
  margin-right: -15px;
}
.search-type-page .stp-content-block {
  margin-right: -15px;
  margin-left: 5px;
}
.search-type-page .stp-content-block .empty {
  margin-left: -15px;
}
.search-type-page .stp-content-block .item {
  padding-left: 0px;
  padding-right: 15px;
  padding-bottom: 5px;
  margin-top: 10px;
}
.search-type-page .stp-content-block .item img {
  width: 100%;
}
.search-type-page .stp-content-block .user .photo {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.search-type-page .stp-content-block .info {
  padding-top: 5px;
  font-size: 12px;
  color: #777;
}
.search-type-page .stp-content-block .info > div {
  line-height: 1.5;
}
.stp-content-block .ds {
  font-size: 14px;
  color: #111;
}
.search-type-page .stp-menu-block {
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  margin-left: -15px;
  margin-right: -15px;
  padding: 0px 0px 10px 0px;
}
.search-type-page .stp-menu-block .stp-menu-inner {
  padding: 0 15px;
}
.search-type-page .stp-menu-block .stp-menu-inner div {
  display: inline-block;
  line-height: 29px;
  color: rgba(51, 51, 51, 1);
  cursor: pointer;
  height: 29px;
  padding: 0 15px;
}
.search-type-page .stp-menu-block .stp-menu-inner div.active {
  display: inline-block;
    border-radius: 0px;
  background: rgba(0, 0, 0, 0.13);
  text-align: center;
}
.stp-menu-inner div.active a {
  color: #000;
}
.search-type-page .stp-menu-block .stp-menu-inner div.input-group {
  padding: 0;
}
.search-type-page .stp-menu-block .stp-menu-inner input[type=text] {
  max-width: 200px;
}
.search-type-page .stp-menu-block .sub-search-form .form-group {
  max-width: 285px;
}
.search-type-page .stp-menu-block .sub-search-form .form-group .form-control {
  width: 65%;
}
.search-type-page .stp-menu-block .sub-search-form .form-group .btn-primary {
  width: 30%;
}
.b-userlist__search {
  border-bottom: 1px #ddd solid;
  padding: 10px 0;
}
.b-userlist__search .form-group {
  margin-bottom: 0;
}
.logform .form-group label {
  line-height: 34px;
  text-align: right;
}
.logform .form-group .after-form {
  line-height: 34px;
  text-align: left;
}
.captcha-img img {
  width: 100%;
  height: 34px;
  margin-bottom: 10px;
}
.active-users-filter-wrapper {
  float: right;
  padding: 0 0 6px;
}
.active-users-filter-wrapper a {
  color: #555;
  font-size: 12px;
}
.active-users-filter-wrapper a.selected {
  color: #333;
  text-decoration: underline;
}
.user-all-description h1 {
  padding: 0;
}
.user-profile-view .user-description {
  color: #777;
  margin-bottom: 15px;
}
.user-media-block {
  margin-top: 20px;
  color: #777;
  padding: 0;
}
.user-media-block .media-items {
  margin-top: 10px;
}
.user-media-block .media-items .middle {
  margin: 0 5px 5px 0;
}
.user-media-block .media-items .a {
  max-width: 100%;
}
.b-memberships {
  background: #fff;
    border: 0px #ddd solid;
}
.account-banners {
  margin-top: 10px;
}
.account-banners .block-banners-small div:first-child, .account-banners .block-banners-middle div:first-child, .account-banners .block-banners-big div:first-child {
  padding-left: 0;
}
.account-banners .block-banners-small div:last-child, .account-banners .block-banners-middle div:last-child, .account-banners .block-banners-big div:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  .captcha-img img {
    height: 30px;
  }
}
.strong-username {
  color: #111;
  font-size: 14px;
  font-weight: bold;
}
.search-form .search-field {
  margin-bottom: 10px;
}
@media (max-width: 360px) {
  .user-search .user-list-item .descr-3 {
    margin: -15px 0 0 -15px;
  }
}
.mobile-users-actions {
  display: none;
}
.mobile-users-actions .fa-2x {
  width: auto;
}
.mobile-users-actions .btn-link {
  color: rgba(51, 51, 51, 1);
}
@media (max-width: 767px) {
  .mobile-users-actions {
    display: block;
  }
  .block-banners-small {
    display: none;
  }
  .block-banners-middle div:first-child {
    padding: 0;
  }
  .block-banners-middle div:last-child {
    padding: 0;
  }
}
.user-profile-view__mainbtn button {
  width: 100%;
}
/* user short info */.user-short-inf {
  line-height: 20px;
  padding: 10px 0;
  position: relative;
}
.user-short-inf:before, .user-short-inf:after {
  content: " ";
  display: table;
}
.user-short-inf:after {
  clear: both;
}
.user-short-inf__user {
  display: inline-block;
  vertical-align: top;
}
.user-short-inf__photo {
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
  width: 20px;
}
.user-short-inf__name {
  display: inline-block;
  font-weight: bold;
}
.user-short-inf__name a {
  color: #111;
}
.user-short-inf__name a:hover {
  color: rgba(51, 51, 51, 1);
  text-decoration: none;
}
.user-short-inf__account {
  color: #777;
  display: inline-block;
  position: absolute;
  right: 0;
}
.user-short-inf__account a {
  color: #111;
}
.user-short-inf__account a:hover {
  color: rgba(51, 51, 51, 1);
  text-decoration: none;
}
.user-short-inf__account a:hover .btn {
  color: rgba(51, 51, 51, 1);
  background-color: #666666;
  border-color: rgba(51, 51, 51, 1);
}
.user-short-inf__account .btn {
  color: #777;
  font-size: 11px;
}
.user-short-inf__account .btn:hover, .user-short-inf__account .btn:focus, .user-short-inf__account .btn.focus {
  color: rgba(51, 51, 51, 1);
  background-color: #666666;
  border-color: rgba(51, 51, 51, 1);
}
/* end of user short info */.swiper-slide {
  display: inline-block;
  width: auto;
  height: auto;
}
.carousel-wrapper {
  position: relative;
  padding: 0;
  height: 60px;
  overflow: hidden;
}
.carousel-wrapper.medium {
  height: 210px;
}
.carousel-wrapper.big {
  height: 315px;
}
.carousel-wrapper.small img {
  width: 60px;
  height: 60px;
border-radius: 30px;
}
.carousel-wrapper .direction {
  width: 40px;
  text-align: center;
  height: 100%;
  cursor: pointer;
  padding-top: 48px;
  position: absolute;
  top: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
border-radius: 30px;

}
.carousel-wrapper .direction.active {
  background-color: #fe3d0c;
border-radius: 30px;

}
.carousel-wrapper .direction.left {
  left: 0;
border-radius: 30px;

}
.carousel-wrapper .direction.right {
  right: 0;
border-radius: 30px;

}
.carousel-wrapper .inactive {
  background-color: #f2f2f2;
}
.carousel-wrapper a:hover {
  text-decoration: none;
}
.carousel-wrapper .user {
  position: relative;
  display: inline-block;
border-radius: 30px;
}
.carousel-wrapper .photo {
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin-right: 1px;
  line-height: 0;
}
.carousel-wrapper .with-overlay-add .photo {
  cursor: pointer;
border-radius: 30px;

}
.carousel-wrapper .with-overlay-add .photo:before {
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
border-radius: 30px;

}
.carousel-wrapper .with-overlay-add .photo > i {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -0.5em 0 0 -1.2em;
  z-index: 3;
border-radius: 30px;

}
.carousel-wrapper.w-descr .user {
  float: left;
}
.carousel-wrapper.w-descr .descr {
  display: block;
}
.carousel-wrapper .descr {
  width: 144px;
}
.col30 .carousel-wrapper .descr {
  width: 84px;
}
.oauth-links ins a {
  border: 1px solid rgba(51, 51, 51, 1);
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  padding: 5px;
  text-align: center;
  min-width: 30px;
}
.oauth-links ins a:hover {
  background-color: rgba(51, 51, 51, 1);
}
.oauth-links ins a:hover > i {
  color: #fff;
}
.b-billing-systems {
  margin-left: -5px;
  margin-right: -5px;
}
.b-billing-systems__item {
  margin-bottom: 15px;
  min-width: 130px;
  padding: 0 5px;
}
.b-billing-systems__link {
  background: #fff;
  border: 2px #ddd solid;
    border-radius: 0px;
  display: block;
  text-align: center;
  padding: 10px 15px;
}
.b-billing-systems__link:hover, .b-billing-systems__link:active {
  border-color: rgba(0, 0, 0, 0.25);
}
.b-billing-systems__link.active {
  border-color: rgba(51, 51, 51, 1);
}
.b-billing-systems__link .img-responsive {
  margin: 0 auto;
}
#amount_block {
  display: table;
  padding: 0;
}
#amount_block .form-control {
  display: table-cell;
}
#amount_block span {
  display: table-cell;
}
.homepage-wall .form-group {
  margin-bottom: 0px;
}
.wall-post-content {
  line-height: 15pt;
}
.wall-perm-form .permission-header {
  font-weight: bold;
  margin: 20px 0;
}
.wall-perm-form .permission-item {
  line-height: 40px;
}
#wall_gallery .gallery-window img {
  margin: auto;
}
#wall_gallery .load_content_left::after {
  left: 20px;
}
#wall_gallery .load_content_right::after {
  right: 20px;
}
#wall_gallery .load_content_close {
  position: absolute;
  right: 0;
}
/* timeline form, new post, add */.b-timeline-addpost {
  background: rgba(9, 9, 14, 0.05);
  margin-bottom: 15px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
}
.b-timeline-addpost .form-group {
  margin-bottom: 5px;
}
.b-timeline-addpost_message.innactive {
  height: 39px;
}
.b-timeline-addpost__file {
  margin: 10px 0 30px;
}
.b-timeline-addpost__embed {
  margin: 10px 0 30px;
}
.b-timeline-addpost__embed textarea {
  height: 39px;
}
.b-timeline-addpost__controls {
  display: none;
  line-height: 0;
}
.b-timeline-addpost__controls a {
  display: block;
  line-height: 20px;
}
.b-timeline-addpost__controls_right {
  text-align: right;
}
.b-timeline-addpost__controls_right input {
  display: block;
}
@media (min-width: 768px) {
  .b-timeline-addpost__controls a {
    display: inline-block;
  }
  .b-timeline-addpost__controls_right input {
    display: inline-block;
  }
}
.b-winks {
  margin-bottom: 20px;
}
.b-winks__top {
  background: #fff;
    border: 0px #ddd solid;
    border-radius: 0px;
  margin-bottom: 5px;
  padding: 15px 15px;
}
.b-winks__search ul {
  line-height: 0;
}
.b-winks__item {
  background: #fff;
    border: 0px #ddd solid;
    border-radius: 0px;
  margin-top: 5px;
  padding: 15px 15px;
  position: relative;
}
.b-winks__item_hide {
  display: none;
}
.b-winks__name {
  font-weight: bold;
  padding-right: 30px;
}
.b-winks__date {
  color: #777;
  font-size: 12px;
}
.b-winks__actions {
  margin-top: 5px;
}
.b-winks__remove {
  color: #777;
  position: absolute;
  right: 15px;
  top: 10px;
}
.b-winks__remove:hover, .b-winks__remove:active {
  color: rgba(51, 51, 51, 1);
}
.b-winks__null {
  background: #fff;
    border: 0px #ddd solid;
    border-radius: 0px;
  margin-top: 5px;
  padding: 15px 15px;
  text-align: center;
}
.link-disable {
  color: #777;
}
.link-disable:hover {
  color: #777;
  text-decoration: none;
}
@media (min-width: 992px) {
  .b-winks__item:hover .b-winks__remove {
    display: block;
  }
  .b-winks__remove {
    display: none;
    right: 15px;
    top: 15px;
  }
}
.media-photo-editor {
  background: #fff;
  line-height: 0;
  position: relative;
}
.media-photo-editor .media-photo-editor__content {
  margin-bottom: 20px;
}
.media-photo-editor .media-photo-editor__menu {
  background-color: #feb0a5;
  line-height: 50px;
  /*overflow: hidden;*/
  padding: 0 10px;
  position: relative;
}
.media-photo-editor .media-photo-editor__menu ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.media-photo-editor .media-photo-editor__menu ul li {
  display: inline-block;
  list-style: none outside none;
  padding: 0;
}
.media-photo-editor .media-photo-editor__menu ul li span {
  color: rgba(51, 51, 51, 1);
  cursor: pointer;
  display: inline-block;
  line-height: 17px;
  padding: 1px 7px;
}
.media-photo-editor .media-photo-editor__menu ul li.active span {
  background-color: rgba(51, 51, 51, 1);
  color: #fff;
}
.media-photo-editor .media-photo-editor__menu select {
  margin-left: 10px;
  width: 180px;
}
.media-photo-editor .media-photo-editor__source-box {
  clear: both;
  position: relative;
  text-align: center;
}
.media-photo-editor .media-photo-editor__recrop-sizes {
  background: none;
  border: none;
  box-shadow: none;
  font-size: inherit;
  width: auto;
}
.media-photo-editor .media-photo-editor__recrop-sizes .media-photo-editor__recrop-sizes-toggle {
  background: none;
  border: none;
  box-shadow: none;
  color: rgba(51, 51, 51, 1);
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 481px) {
  .media-photo-editor .media-photo-editor__recrop-sizes {
    max-width: 100%;
    position: relative;
    width: auto;
  }
  .media-photo-editor .media-photo-editor__recrop-sizes-toggle {
    display: none !important;
  }
  .media-photo-editor .media-photo-editor__recrop-sizes-menu {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
  }
}
@media (max-width: 480px) {
  .media-photo-editor ul.media-photo-editor__recrop-sizes-menu {
    border-radius: 0;
    display: none;
  }
  .media-photo-editor ul.media-photo-editor__recrop-sizes-menu li {
    display: block;
  }
  .media-photo-editor ul.media-photo-editor__recrop-sizes-menu li span {
    display: block;
    line-height: 25px;
  }
  .media-photo-editor ul.media-photo-editor__recrop-sizes-menu.dropdown-menu {
    margin-bottom: -35px;
  }
}
.media-gallery-editor .media-gallery-editor__media-box {
  background: rgba(51, 51, 51, 0.95);
  margin-bottom: 30px;
  position: relative;
}
.media-gallery-editor .media-gallery-editor__media-source-box {
  padding: 20px;
  text-align: center;
}
.media-gallery-editor .media-gallery-editor__media-source {
  position: relative;
}
.media-gallery-editor .media-gallery-editor__media-source-box img {
  display: inline-block;
}
.media-gallery-editor .media-gallery-editor__media-actions {
  bottom: 23px;
  color: #fff;
  position: absolute;
  line-height: 0;
  right: 20px;
}
.media-gallery-editor .media-gallery-editor__media-actions .media-action-item {
  display: inline-block;
  vertical-align: middle;
  padding-right: 30px;
}
.media-gallery-editor .media-gallery-editor__photo-sizes {
  color: inherit;
  display: inline-block;
  line-height: 20px;
  margin: 0;
}
.media-gallery-editor .media-gallery-editor__photo-sizes li {
  padding: 0 10px;
}
.media-gallery-editor .media-gallery-editor__photo-sizes li.active {
  border: 1px solid #fff;
  border-radius: 4px;
  color: inherit;
}
.media-gallery-editor .media-gallery-editor__photo-menu {
  color: #fff;
  cursor: pointer;
  margin-top: 20px;
}
.media-gallery-editor .media-gallery-editor__photo-menu li {
  display: inline-block;
}
.media-gallery-editor .media-gallery-editor__photo-rotate {
  bottom: 20px;
  right: 20px;
  position: absolute;
}
.media-gallery-editor .media-gallery-editor__photo-rotate li {
  margin-left: 20px;
}
.media-gallery-editor .media-gallery-editor__photo-view {
  color: inherit;
  display: inline-block;
}
.media-gallery-editor .load_content_left, .media-gallery-editor .load_content_right {
  color: rgba(255, 255, 255, 0.25);
  margin-top: -45px;
}
.media-gallery-editor .load_content_left:after, .media-gallery-editor .load_content_right:after {
  font-size: 72px;
  text-shadow: none;
}
.media-gallery-editor:hover .load_content_left, .media-gallery-editor:hover .load_content_right {
  color: #fff;
}
.media-gallery-editor__owner {
  bottom: 23px;
  left: 20px;
  line-height: 1em;
  position: absolute;
}
.media-gallery-editor__owner a {
  color: #fff;
}
@media (max-width: 768px) {
  .media-gallery-editor .media-gallery-editor__photo-rotate {
    bottom: 0;
    clear: both;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
    right: 0;
  }
  .media-gallery-editor .media-gallery-editor__media-source-box {
    padding-bottom: 10px;
  }
  .media-gallery-editor .media-gallery-editor__media-actions {
    bottom: auto;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    right: auto;
  }
  .media-gallery-editor .media-gallery-editor__owner {
    bottom: auto;
    left: auto;
    position: relative;
  }
}
.media-gallery-content {
  width: 100%;
}
.selection-recrop-btn {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 10;
}
