body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  background: #f6f7f4;
}

a {
  color: #078eb6;
  text-decoration: underline;
}
a.btn{
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .text-left-xs {
    text-align: left;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-center-xs {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-left-sm {
    text-align: left;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-center-sm {
    text-align: center;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-md {
    text-align: left;
  }
  .text-right-md {
    text-align: right;
  }
  .text-center-md {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .text-left-lg {
    text-align: left;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-center-lg {
    text-align: center;
  }
}
.padding-top-20 {
  padding-top: 20px;
}
.menu-container {
  background: #fff;
  margin-top: 20px;
  opacity: 0.6;
  padding: 7px 0;
  border-radius: 5px;
}
.menu-container ul a {
  font-size: 15px;
  font-style: italic;
}
.menu-container ul li {
  padding: 3px 15px;
}
.menu-container ul li.bred,
.menu-container ul li.bred a{
  background: #E11A1A;
  color: white;
  font-weight: bold;
  font-style: italic;
  font-size: 15px;
}

h1 {
  line-height: 32px;
  margin: 25px 0px 15px 0px;
  padding: 2px 0 0 0;
  font-family: Arial;
  font-size: 24px;
  font-weight: normal;
  color: #000;
}

footer.footer .container {
  border-top: 2px solid #ccc;
  padding-top: 20px;
}
footer.footer .col-ask {
  background: transparent url('/images/make-question.png') 0 0 no-repeat;
  padding-left: 60px;
}
footer.footer .col-ask .askbtn {
  font-size: 15px;
  margin-bottom: 5px;
}
footer.footer .col-ask a {
  color: #e11a1a;
}
footer.footer .bmenu li a {
  color: #474745;
  font-size: 11px;
}
footer.footer .copyright {
  color: #474745;
  font-size: 12px;
  margin-bottom: 10px;
}

.top-title-right {
  padding-left: 60px;
}

.top-title-right a,
.top-title-left a {
  color: #e11a1a;
  font-size: 18px;
  font-style: italic;
}
.top-title-right p,
.top-title-left p {
  /*font-family: 'Trebuchet MS';*/
  font-size: 12px;
  color: #474745;
  font-style: italic;
  padding: 0px;
  margin: 0px;
}

.question-elem2 div.short-text {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

.question-elem2 h1.short-text {
  margin: 10px 0px;
  padding: 0px;
}

.question-elem2 h1.short-text {
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.question-elem2 .properties {
  font-family: Arial;
  font-size: 13px;
  color: #312f2f;
  font-style: italic;
}

ul.similar-answers li {
  padding: 8px 0;
  border-bottom: 1px solid #d2d3d1;
}

ul.similar-answers li a {
  padding: 3px 0;
  font-family: Arial;
  font-size: 13px;
  color: #312f2f;
  font-weight: normal;
  text-decoration: none;
}

ul.similar-answers li span {
  margin-left: 3px;
  font-size: 10px;
  color: #999;
  position: relative;
  top: -3px;
}



.question-reply {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding-top: 5px;
  padding-bottom: 5px;
}

.question-reply .userimage {
  border: 2px solid #ccc;
}
.question-reply hr {
  margin: 5px;
}
.question-reply .link-red {
  color:red;
}
.question-reply-right {
  border-left: 1px solid #eee;
}
.question-reply-body {
  position: relative;
  min-height: 150px;
  word-break: break-word;
}
.question-reply .share {
  padding-bottom: 10px;
}
.question-reply .link-saythanks.btn-thanks {
  font-size: 12px;
}
.question-reply .question-reply-body {
  position: relative;
}
.question-reply .question-reply-body .date {
  position: absolute;
  top: -15px;
  right: 0;
  background: #f6f7f4;
  padding: 0 8px;
  font-size: 12px;
  font-style: italic;
}

.h4-line {
  font-size: 18px;
  margin: 15px 0px 5px 0px;
  padding: 0px 0 5px 0;
  border-bottom: 2px solid #D2D1D0;
}
.h3-line {
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  margin-top: 0px;
  margin: 20px 0px 5px 0px;
  padding: 0px 0 5px 0;
  font-weight: bold;
}
.h1-line {
  border-bottom: 2px solid #d2d1d0;
  font-size: 26px;
  margin: 5px 0 15px 0;
  padding: 0 0 5px 0;
}

.btn-ok {
  background: #BDBDBD;
  border:1px solid #EAEBE8;
  border-radius: 7px;
}
.margin-right-10 {
  margin-right: 10px;
}

/** logo */
.logo-inner {
  position: relative;
  left: -87px;
}
.logo-mainpage {
  position: relative;
  left: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .logo-mainpage {
    left: -74px;
  }
}
@media (max-width: 991px) {
  .logo-mainpage {
    left: -50px;
  }
}

/** mainpage */

.container-mainpage-bg {
  background: #f6f7f4 url('/images/background.png') 86px 0 no-repeat;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container-mainpage-bg {
    background-position-x: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-mainpage-bg {
    background-position-x: 36px;
  }
}
@media (max-width: 767px) {
  .container-mainpage-bg {
    background: #f6f7f4;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .btn-main-container.padding-top-20 {
    padding-top: 10px;
    text-align: right;

  }
  .btn-main-enter {
    margin-bottom: 7px;
  }
}

.answers-page-lastarticles {
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

ul.articles-list {
  padding: 3px 0;
}
ul.articles-list li {
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: normal;
}
ul.articles-list li.other {
  font-size: 13px;
}

h1.questions-last,
h3.questions-last {
  margin: 15px 0px 5px 0px;
  padding: 0px 0 5px 0;
  font-family: Arial;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 2px solid #d2d1d0;
}


/** questionsContainer */

#questionsContainer {

}
#questionsContainer .question-elem  {
  padding: 8px 0;
  border-bottom: 1px solid #d2d3d1;
}
#questionsContainer .question-elem {
  font-size: 13px;
}
#questionsContainer .question-elem .text {
  padding: 3px 0;
  color: #312f2f;
  font-weight: normal;
}
#questionsContainer .question-elem .text a {
  color: #312f2f;
  text-decoration: none;
}
#questionsContainer .question-elem .properties {
  font-style: italic;
}
#questionsContainer .question-elem .view-full-question a {
  color: #078eb6;
}
#questionsContainer .question-elem .view-full-question a:hover {
  color: #23527c;
  text-decoration: none;
}
.bold {
  font-weight: bold;
}


/** pagination */

.page-nav {
  overflow: hidden;
  clear: both;
  margin: 10px 0 20px 0;
}

#nav-pages {
  padding: 0 1em 2em 0;
  margin: 1em 0;
  list-style: none;
  clear: both;
  font-size: 13px;
}

#nav-pages li {
  display: inline-block;
}

#nav-pages a, #nav-pages em {
  margin: 0 3px 0;
  padding: 3px 7px;
  display: block;
  border: 1px solid #d2d3d1;
  color: #078eb6;
  text-decoration: none;
}

#nav-pages em {
  border: 1px solid #e2e3e0;
  background: #e2e3e0;
  font-weight: 400;
  font-style: normal;
  color: #4b4a49;
  font-size: 14px;
}



/** footer */

footer.footer .copyright {
  font-size: 11px;
  color: #474745;
  padding-top: 20px;
}
footer.footer .copyright a {
  color: #474745;
}

footer.footer .make-question {
  color: #474745;
}

footer.footer .make-question a {
  font-size: 15px;
  color: #e11a1a;
  font-style: normal;
}
footer.footer .make-question {
  background: transparent url('/images/make-question.png') 7px 19px no-repeat;
  font-size: 12px;
  color: #474745;
  padding: 20px 0 10px 60px;
  font-style: italic;
}
footer.footer .make-question .phonelink a {
  font-size: 13px;
}

footer.footer .social {
  font-size: 11px;
  padding-top: 20px;
}


/** tabs */

.tabs {
  border-bottom: 1px solid #dbdad8;
}
.tabs li {
  border-top: 1px solid rgb(219, 218, 216);
  border-right: 1px solid rgb(219, 218, 216);
  border-left: 1px solid rgb(219, 218, 216);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #F6F7F4;
  padding: 3px 5px;
  position: relative;
  height: 28px;
}
.tabs li.active {
  border-bottom: 1px solid #F6F7F4;
  height: 29px;
  margin-bottom: -1px;
}
.tabs li a {
  font-size: 12px;
  color: #648994;
  text-decoration: none;
  border-bottom: 1px dashed;
  padding: 1px;
  position: relative;
}
.tabs li a:hover,
.tabs li.active a {
  border-bottom: 1px none;
}

/** tagcloud */

div.tags-container {
  line-height: normal;
  text-align: center;
}
div.tags-container a.size10 { font-size: 28px; }
div.tags-container a.size9 { font-size: 26px; }
div.tags-container a.size8 { font-size: 22px; }
div.tags-container a.size7 { font-size: 21px; }
div.tags-container a.size6 { font-size: 19px; }
div.tags-container a.size5 { font-size: 17px; }
div.tags-container a.size4 { font-size: 16px; }
div.tags-container a.size3 { font-size: 14px; }
div.tags-container a.size2 { font-size: 13px; }
div.tags-container a.size1 { font-size: 12px; }
div.tags-container a.size0 { font-size: 11px; }

#topchapters_tags .more {
  margin-top: 5px;
  margin-bottom: 25px;
}
#topchapters_tags .more a {
  font-size: 13px;
  color: #078eb6;
  text-decoration: none;
  border-bottom: 1px dashed;
}

/** cities */

div.cities-container { font-size: 13px; }
div.cities-container .more {
  margin-top: 5px;
  margin-bottom: 25px;
}
div.cities-container .more a {
  font-size: 13px;
  color: #078eb6;
  text-decoration: none;
  border-bottom: 1px dashed;
}

/** chapters */

div.chapters-container { font-size: 13px; }


/** widget rating */

.widget-rating {
  margin-bottom: 10px;
}
.widget-rating h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget-rating div {
  font-size: 10px;
}

.rating-list {

}
.rating-list li {
  clear: both;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid rgb(219, 218, 216);
}
.rating-list li .image {

}
.rating-list li .info {
  padding-left: 60px;
  padding-right: 35px;
  font-size: 12px;
}
.rating-list li .info .count {
  padding-top: 5px;
}
.rating-list li .status {
  padding-top: 19px;
  font-size: 11px;
}
.rating-list li .status-offline {
  background: transparent url('/images/circle-gray.png') 12px 3px no-repeat;
  color: #797677;
}
.rating-list li .status-online {
  background: transparent url('/images/circle-green.png') 12px 3px no-repeat;
  color: #32ac2c;
}

.rating-list li.new {
  background: #dff0d8;
}
.rating-list li.new .info {
  padding-right: 50px;
}
.rating-list li.new .status {
  padding-top: 0px;
  padding-right: 2px;
  text-align: center;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}
.rating-list .more {
  border-bottom: 0;
  padding-top: 5px;
}
.rating-list .more a {
  font-size: 12px;
  color: #078eb6;
  text-decoration: none;
  border-bottom: 1px dashed;
}
.view-full-question{
  text-decoration: underline;
}

/** info-text */
.info-text h2 {
  font-size: 20px;
}
.entry h2 {
  font-size: 20px;
}
.articleitem h2 {
  font-size: 22px;
}
.articleitem h3 {
  font-size: 18px;
}

/** form-mainpage-top */

.form-mainpage-top {
  background: #E2E3E0;
  border-radius: 10px;
  padding: 5px 15px;
}
.form-mainpage-top .title {
  margin-bottom: 20px;
}
@media (min-width: 772px) {
  .form-mainpage-top .title {
    white-space: nowrap;
  }
}

.form-mainpage-top sup {
  color: red;
}
.form-mainpage-top small {
  font-size: 10px;
}
.form-mainpage-top label {
  font-weight: normal;
}
.form-mainpage-top .form-group {
  margin-bottom: 10px;
}
.form-mainpage-top .form-group.margin-bottom-0 {
  margin-bottom: 0px;
}

.form-mainpage-top input,
.form-mainpage-top select,
.form-mainpage-top textarea {
  -webkit-box-shadow: inset 2px 2px 3px 0px rgba(150,150,150,0.7);
  -moz-box-shadow: inset 2px 2px 3px 0px rgba(150,150,150,0.7);
  box-shadow: inset 2px 2px 3px 0px rgba(150,150,150,0.7);
  border-radius:10px;
  margin-top: 2px;
}
.form-horizontal .control-label.text-left {
  text-align: left;
  padding-top: 2px;
}

/** form-search */

.form-search {
  background: #F6F5F1;
  position: relative;
  height: 37px;
  border-radius: 5px;
}
.form-search input.form-control {
  -webkit-box-shadow: inset 2px 2px 3px 0px rgba(150,150,150,0.7);
  -moz-box-shadow: inset 2px 2px 3px 0px rgba(150,150,150,0.7);
  box-shadow: inset 2px 2px 3px 0px rgba(150,150,150,0.7);
  border-radius:10px;
}
.form-search-inner {
  padding-right: 45px;
  padding-top: 4px;
}


/** hotline */

.hotline-container {
  padding-top: 20px;
}

#hotline {
  position: relative;
  color: #333;
  font-size: 15px;
  font-family: Tahoma;
}
#hotline .hotline-free {
  color: #C60;
  font-size:15px;
}
#hotline span {
  font-size:30px;
}
#hotline .hotline-phone {
  color:red;
  font-size:30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #hotline {
    left: 25px;
  }
}
@media (max-width: 767px) {
  #hotline {
    margin-bottom: 30px;
  }
}

/** btn */

.btn-blue {
  background: #0CC8F5;
  background-image: -webkit-linear-gradient(top, #0CC8F5, #0786AB);
  background-image: -moz-linear-gradient(top, #0CC8F5, #0786AB);
  background-image: -ms-linear-gradient(top, #0CC8F5, #0786AB);
  background-image: -o-linear-gradient(top, #0CC8F5, #0786AB);
  background-image: linear-gradient(to bottom, #0CC8F5, #0786AB);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-shadow: 1px 1px 3px #199CBD;
  font-family: Arial;
  color: #fff;
  font-size: 13px;
  padding: 5px 15px 8px 15px;
  border: solid #BBDCEC 2px;
  text-decoration: none;
  display: inline-block;
}
.btn-blue:hover,
.btn-blue:active,
.btn-blue:visited {
  color: #fff;
}

.btn-main-enter {
  background: #0CC8F5;
  background-image: -webkit-linear-gradient(top, #0CC8F5, #0786AB);
  background-image: -moz-linear-gradient(top, #0CC8F5, #0786AB);
  background-image: -ms-linear-gradient(top, #0CC8F5, #0786AB);
  background-image: -o-linear-gradient(top, #0CC8F5, #0786AB);
  background-image: linear-gradient(to bottom, #0CC8F5, #0786AB);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  text-shadow: 1px 1px 3px #199CBD;
  font-family: Arial;
  color: #fff;
  font-size: 13px;
  padding: 5px 15px 8px 15px;
  border: solid #BBDCEC 2px;
  text-decoration: none;
  display: inline-block;
}
.btn-main-enter:hover,
.btn-main-enter:active,
.btn-main-enter:visited {
  color: #fff;
}
.btn-main-enter small {
  font-size: 8px;
  position: relative;
  top: -1px;
  left: 2px;
}

.btn-green {
  background: #2DEB23;
  background-image: -webkit-linear-gradient(top, #2DEB23, #1D9C16);
  background-image: -moz-linear-gradient(top, #2DEB23, #1D9C16);
  background-image: -ms-linear-gradient(top, #2DEB23, #1D9C16);
  background-image: -o-linear-gradient(top, #2DEB23, #1D9C16);
  background-image: linear-gradient(to bottom, #2DEB23, #1D9C16);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  text-shadow: 1px 1px 3px #199CBD;
  font-family: Arial;
  color: #fff;
  font-size: 13px;
  padding: 5px 15px 8px 15px;
  border: solid #BBDCEC 2px;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
}
.btn-green:hover,
.btn-green:active,
.btn-green:visited {
  color: #fff;
}
.btn-main-register {
  background: #2DEB23;
  background-image: -webkit-linear-gradient(top, #2DEB23, #1D9C16);
  background-image: -moz-linear-gradient(top, #2DEB23, #1D9C16);
  background-image: -ms-linear-gradient(top, #2DEB23, #1D9C16);
  background-image: -o-linear-gradient(top, #2DEB23, #1D9C16);
  background-image: linear-gradient(to bottom, #2DEB23, #1D9C16);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  text-shadow: 1px 1px 3px #199CBD;
  font-family: Arial;
  color: #fff;
  font-size: 13px;
  padding: 5px 15px 8px 15px;
  border: solid #BBDCEC 2px;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
}
.btn-main-register:hover,
.btn-main-register:active,
.btn-main-register:visited {
  color: #fff;
}
.btn-main-register small {
  font-size: 8px;
  position: relative;
  top: -1px;
  left: 2px;
}
.articles-list-item {
  border-bottom: 1px solid #ccc;
}
.articles-list-item .tools {
  float: right;
}
.articles-list-item .tools {
  visibility: hidden;
}
.articles-list-item:hover .tools {
  visibility: visible;
}
.articles-list-item.deleted {
  opacity: 0.5;
}
.articles-list {
  font-family: 'Trebuchet MS';
}
.articles-list a {
  color: #078EB6;
}
.articles-list-item {
  padding: 13px 0;
}
.articles-list-item h2 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: normal;
}
.table-nonbordered > tbody > tr > td,
.table-nonbordered > tbody > tr > th,
.table-nonbordered > tfoot > tr > td,
.table-nonbordered > tfoot > tr > th,
.table-nonbordered > thead > tr > td,
.table-nonbordered > thead > tr > th{
  border-top: none;
}
.table-nonbordered > tbody > tr > td.vertical,
.table-nonbordered > tbody > tr > th.vertical,
.table-nonbordered > tfoot > tr > td.vertical,
.table-nonbordered > tfoot > tr > th.vertical,
.table-nonbordered > thead > tr > td.vertical,
.table-nonbordered > thead > tr > th.vertical{
  vertical-align: middle;
}
.gratitude{
  padding-top: 20px;
}
.headline{
  border-bottom: 2px solid #d2d1d0;
  font-size: 18px;
  margin: 15px 0 5px;
  padding: 0 0 5px;
}
.balance{
  padding: 10px 5px;
}
.rating-user{
  min-height: 75px;
}
.rating-user img{
  margin-right: 10px;
}
.share-buttons {
  float:right;
  margin: 25px 20px 0 0;
}
.share-buttons .share-buttons-title {
  float:left;
  margin:5px 6px 0 6px;
  color: #E11A1A;
  font-size:15px;
  font-weight:bold;
}
.share-buttons .share-buttons-content {
  float:left;
  margin:5px 0 0 0;
}
/** .tags-letters */
.tags-letters {
  margin-bottom: 20px;
}
.tags-letters span {
  font-size: 24px;
}
.tags-letters a {
  text-decoration: none;
}
.btn-search{
  padding: 0px;
  margin: 0px;
  border: 0;
}
.helpful{
  color: #1D9C16;
  background-color: #E7ECDE;
  font-weight: bold;
  padding: 10px;
  font-size: 12px;
}
.btn-style {
  font-size: 12px;
  padding: 0px 10px;
  background-color: #EEE !important;
  color: #282828 !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
  background-image: -ms-linear-gradient(top, #EEE, #E1E1E1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EEE), to(#E1E1E1));
  background-image: -webkit-linear-gradient(top, #EEE, #E1E1E1);
  background-image: -o-linear-gradient(top, #EEE, #E1E1E1);
  background-image: linear-gradient(top, #EEE, #E1E1E1);
  background-image: -moz-linear-gradient(top, #EEE, #E1E1E1);
  background-repeat: repeat-x;
  border: 1px solid #D9D8D8;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #D9D8D8 #CCCBCB #AEAEAE;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#eeeeee', endColorstr='#e1e1e1', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  font-family: arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.btn-style-green {
  font-size: 12px;
  padding: 0px 10px;
  background-color: #acbf9d !important;
  color: #fff !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-shadow: 0 1px 0px rgba(100, 100, 100, 0.8);
  -webkit-box-shadow: inset 0 1px 0 rgba(172, 204, 157, 1);
  -moz-box-shadow: inset 0 1px 0 rgba(172, 204, 157, 1);
  box-shadow: inset 0 1px 0 rgba(172, 204, 157, 1);
  background-image: -ms-linear-gradient(top, #b5c8a6, #acbf9d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#acbf9d), to(#b5c8a6));
  background-image: -webkit-linear-gradient(top, #b5c8a6, #acbf9d);
  background-image: -o-linear-gradient(top, #b5c8a6, #acbf9d);
  background-image: linear-gradient(top, #b5c8a6, #acbf9d);
  background-image: -moz-linear-gradient(top, #b5c8a6, #acbf9d);
  background-repeat: repeat-x;
  border: 1px solid rgb(135, 150, 123);
  /*	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
          border-color: #D9D8D8 #CCCBCB #AEAEAE;*/
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#b5c8a6', endColorstr='#acbf9d', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  font-family: arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
#appeal{
  text-decoration:none;
  border-bottom: 1px dashed;
}
.bg-salt{
  background: #6ac1d3; /* Old browsers */
  background: -moz-linear-gradient(top, #6ac1d3 0%, #2295ae 31%, #2295ae 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6ac1d3), color-stop(31%,#2295ae), color-stop(100%,#2295ae)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #6ac1d3 0%,#2295ae 31%,#2295ae 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #6ac1d3 0%,#2295ae 31%,#2295ae 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #6ac1d3 0%,#2295ae 31%,#2295ae 100%); /* IE10+ */
  background: linear-gradient(to bottom, #6ac1d3 0%,#2295ae 31%,#2295ae 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ac1d3', endColorstr='#2295ae',GradientType=0 ); /* IE6-9 */
}
.btn-salt{
  background: #72b438;
  background-image: -webkit-linear-gradient(top, #72b438, #68a534);
  background-image: -moz-linear-gradient(top, #72b438, #68a534);
  background-image: -ms-linear-gradient(top, #72b438, #68a534);
  background-image: -o-linear-gradient(top, #72b438, #68a534);
  background-image: linear-gradient(to bottom, #72b438, #68a534);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 8px 10px 8px 10px;
  border: solid #abcc91 1px;
  text-decoration: none;
  cursor: pointer;
}
.btn-darkred {
  background: #E72F2F;
  background-image: -webkit-linear-gradient(top, #E72F2F, #B43838);
  background-image: -moz-linear-gradient(top, #E72F2F, #B43838);
  background-image: -ms-linear-gradient(top, #E72F2F, #B43838);
  background-image: -o-linear-gradient(top, #E72F2F, #B43838);
  background-image: linear-gradient(to bottom, #E72F2F, #B43838);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 8px 10px 8px 10px;
  border: 1px solid #890707x;
  text-decoration: none;
  cursor: pointer;
}



/** qa-container */
.qa-container h1 {
  border-bottom: 2px solid #d2d1d0;
  font-size: 26px;
  margin: 15px 0 15px 0;
  padding: 0 0 5px 0;
}
.qa-container .h2 {
  font-size: 22px;
  border-bottom: 1px solid #ccc;
  margin-top: 0px;
  margin: 20px 0px 0px 0px;
  padding: 15px 0 5px 0;
  font-weight: bold;
}
.qa-container .items .question .h3 a {
  color: #312f2f;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
}
.qa-container .items .question {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.qa-container .items .question .info {
  font-style: italic;
  color: #777;
}
.qa-container .items .question .replies-count {
  float: right;
  font-style: italic;
  color: #777;
}
.qa-container .items .question .reply {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.qa-container .items .question .reply .reply-info {
  font-style: italic;
  color: #777;
}
.qa-container .items .question .replies-all a {
  font-size: 12px;
  text-transform: lowercase;
  text-decoration: none;
  border-bottom: 1px dashed;
}

.h3-qa-chapters {
  font-size: 18px;
  border-bottom: 1px solid #eee;
  padding: 5px 10px;
  margin: 25px 0 -20px 0;
}

.qa-container .subcahpters li {
  margin: 10px 0;
}

/** qa-item-container */

.qa-item-container ul.list-tags {
  padding-left: 30px;
  background: url(/images/tag.png) 6px 7px no-repeat;
}
.qa-item-container .list-tags a {
  text-decoration: none;
  font-size: 12px;
}
.qa-item-container .list-tags a:hover {
  text-decoration: underline;
}
.qa-item-container .section-similararticles {
  margin-bottom: 20px;
}
.qa-item-container .list-similararticles li {
  margin-bottom: 10px;
}


/** most-active-lawyer */
.most-active-lawyer .h2 {
  font-size: 24px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.pull-left .circle50pro {
  margin-right: 10px;
}

.circle50pro {
  border: 2px solid #ccc;
}
.raunded-salt{
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.bg-salt .form-ask-multistep{
  color: #fff;
  padding: 10px;
}
.bg-salt .form-ask-phone-multistep{
  color: #fff;
  padding: 10px;
}
.askstep img{
  cursor: pointer;
}
.bg-salt .form-ask-multistep .has-error .checkbox,
.bg-salt .form-ask-multistep .has-error .checkbox-inline,
.bg-salt .form-ask-multistep .has-error .control-label,
.bg-salt .form-ask-multistep .has-error .help-block,
.bg-salt .form-ask-multistep .has-error .radio,
.bg-salt .form-ask-multistep .has-error .radio-inline,
.bg-salt .form-ask-multistep .has-error.checkbox label,
.bg-salt .form-ask-multistep .has-error.checkbox-inline label,
.bg-salt .form-ask-multistep .has-error.radio label,
.bg-salt .form-ask-multistep .has-error.radio-inline label{
  color: #AA0000;
}
.text-red{
  color: red;
}
.ui-autocomplete-loading {
  background: white url('/images/loader.gif')  right center no-repeat;
  background-size: contain;
}
#lastReplies {
  border: 4px solid #f90;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#lastReplies th {
  border-bottom:1px solid #ccc;
  padding:5px;
  background: #f90;
  color:#fff;
  padding:3px;
  text-align:left;
}
#lastReplies td {
  border-bottom:1px solid #ccc;
  padding:5px;
  font-size:13px;
}
#lastReplies td a {
  color: #078eb6;
}
.every-seconds{
  color:#f90;
}
#carousel-meet-experts .carousel-image{
  min-height: 150px;
  padding: 35px 0px 0px 45px;
}
#carousel-gratitudes .carousel-image{
  min-height: 150px;
  padding: 40px 0px 0px 0px;
}
#carousel-meet-experts .item,
#carousel-gratitudes .item{
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#carousel-gratitudes .carousel-caption,
#carousel-meet-experts .carousel-caption{
  top: 0px;
  left: 15%;
  right: 15%;
  text-align: left;
  text-shadow: none;
  color: #000;
}
#carousel-gratitudes .carousel-control.left,
#carousel-gratitudes .carousel-control.right,
#carousel-meet-experts .carousel-control.left,
#carousel-meet-experts .carousel-control.right{
  background-image: none;
}
.balance {
  font-size: 18px;
}
.text-bold {
  font-weight: bold;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.bg-darkgreen {
  background: #E9EDDF;
  padding: 10px;
  border-radius: 5px;
  font-size: 18px;
  margin-bottom: 5px;
  color: #333;
}
.bg-darkgreen .h4 {
  margin: 0;
  padding: 0;
  line-height: 150%;
}
#art_copy {
  width: 1px;
  height: 1px;
  font-size: 1px;
  line-height: 0px;
  margin: 5px 0px 0px -1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
}
#modal-ask-form{
  color: #000;
}
#modal-ask-form .modal-content{
  border: 3px solid #1b92ab;
  background-color: #eee;
}
#modal-ask-form .modal-title{
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #1b92ab;
}
#modal-ask-form .close{
  color: #1b92ab;
}
.well-time{
  background-color: #FBF5E0;
}
.blockTitle{
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 0.4em;
}
.profileName{
  font-size: 15px;
  font-weight: bold;
  line-height: 200%;
}
.profileReplies,
.profileGratitudes{
  font-size: 12px;
  line-height: 200%;
}
.avatarHolder{
  margin: 10px 10px 0px 0px;
}
#art_copy {
  width: 1px;
  height: 1px;
  font-size: 1px;
  line-height: 0px;
  margin: 5px 0px 0px -1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
}
#modal-ask-form{
  color: #000;
}
#modal-ask-form .modal-content{
  border: 3px solid #1b92ab;
  background-color: #eee;
}
#modal-ask-form .modal-title{
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #1b92ab;
}
#modal-ask-form .close{
  color: #1b92ab;
}
.well-time {
  background-color: #FBF5E0;
  background:url(/images/message.png) 0 0 no-repeat;
  font-size: 22px;
  margin: 20px 0 30px 0;
  color:#333;
  text-align:center; 
  text-shadow: 0 0 1px rgba(0,0,0,0.1);
  text-rendering: optimizeLegibility;
  line-height: 2.6em;
  vertical-align: baseline;
  height: 50px;
}
.well-time .h3 {
  margin: 0;
  padding: 15px 0;
}
.blockTitle{
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 0.4em;
}
.profileName{
  font-size: 15px;
  font-weight: bold;
  line-height: 200%;
}
.profileReplies,
.profileGratitudes{
  font-size: 12px;
  line-height: 200%;
}
.avatarHolder{
  margin: 10px 10px 0px 0px;
}

.mainpage-phone-line {
  text-align: right;
  color: #C60;
  font-size:20px;
  font-weight: normal;
  margin-bottom: 10px;
}
.mainpage-phone-line b {  
  color:red;
  font-weight: normal;
}
.mainpage-phone-line b a {  
  color:red;
  font-weight: normal;
  text-decoration: none;
}
.mainpage-phone-line b a:hover,
.mainpage-phone-line b a:focus,
.mainpage-phone-line b a:active {
  color:red;
  text-decoration: none;
}
@media (max-width: 450px) {
  .mainpage-phone-line b {
    display: block;
  }
}
.byphone-page-block {
  text-align: center;
  margin: 15px 0 15px 0;
}
.byphone-page-block {
  position: relative;
  color: #333;
  font-size: 15px;
  font-family: Tahoma;
}
.byphone-page-block .hotline-free {
  color: #C60;
  font-size:15px;
}
.byphone-page-block span {
  font-size:30px;
}
.byphone-page-block .hotline-phone {
  color:red;
  font-size:30px;
}
.byphone-page-block-lawyers {
  text-align: center; 
  margin-bottom: 15px;
}


.articleitem .more-questions {
  background: #E1E4DA;
  padding:5px;
  margin: 5px 0 10px 0;
}
.articleitem .like-article {
  margin-left:-4px;
}


.margin-top-10 {
  margin-top: 10px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-right-10 {
  margin-right: 10px;
}

.phoneblock-line {
  padding: 5px;
  background: #E1E4DA;
  margin-bottom: 3px;
  color: red;
  font-size: 15px;
  font-weight: bold;
}
.phoneblock-line .second {
  padding: 0;
  font-weight: normal;
  color: #222;
}

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

.red {
  color: red;
}

.phoneblock-line-light {
  font-size: 15px;
  font-weight: bold;  
}



/** form */

.addanswer-form .formblock3 {
  background: #efefef;
  position:relative;
  margin: 30px 0 15px 0;
  border-radius: 8px;
}
.addanswer-form  .formblock3 .ask-form3 {
  padding: 30px 30px 10px 30px;
}
.addanswer-form .formblock3 .circle-photo {
  margin-bottom: 15px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .addanswer-form .formblock3 .control-label {
    padding-right: 5px;
    padding-left:0;
  }
}

.addanswer-form .formblock3-balloon {
  position: relative;
  background: #f4f4f4;
  border: 2px solid #e4e4e4;
  border-radius: 5px;
  padding: 5px 10px;
}
.addanswer-form .formblock3-balloon:after, .addanswer-form .formblock3-balloon:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.addanswer-form .formblock3-balloon:after {
  border-color: rgba(252, 252, 252, 0);
  border-right-color: #f4f4f4;
  border-width: 5px;
  margin-top: -5px;
  border-bottom-color: #f4f4f4;  
}
.addanswer-form .formblock3-balloon:before {
  border-color: rgba(237, 237, 237, 0);
  border-right-color: #e4e4e4;
  border-width: 7px;
  margin-top: -7px;
  border-bottom-color: #e4e4e4;  
}
.addanswer-form .formblock3-balloon p {
  margin-bottom:15px;
}

.addanswer-form .ask-form3 button {
  font: 19px Arial, sans-serif normal;
  text-align: center;
  width: 100%;
  padding: 11px 0;

  border:1px solid #a31414;
  -webkit-box-shadow: #9e1919 2px 2px 2px;
  -moz-box-shadow: #9e1919 2px 2px 2px;
  box-shadow: #9e1919 2px 2px 2px;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration:none;
  display:inline-block;
  text-shadow: 1px 1px 0 rgba(11,88,109,0.3);
  color: #FFFFFF;
  background-color: #b62323; 
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dd1d1d), to(#b62323));
  background-image: -webkit-linear-gradient(top, #dd1d1d, #b62323);
  background-image: -moz-linear-gradient(top, #dd1d1d, #b62323);
  background-image: -ms-linear-gradient(top, #dd1d1d, #b62323);
  background-image: -o-linear-gradient(top, #dd1d1d, #b62323);
  background-image: linear-gradient(to bottom, #dd1d1d, #b62323);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#dd1d1d, endColorstr=#b62323);  

  cursor: pointer;
}
.addanswer-form .formblock3 .btn-image {
  margin-left: -8px;
  cursor: pointer;
}
.addanswer-form .formblock3 .tip {
  margin-top:15px;
  background: url(../images/lock.png) 0 center no-repeat;
  padding-left: 35px
}

.addanswer-form .formblock3 label {
  font: 19px Arial, sans-serif normal;
  color: #333;  
  .entry h2 {
    font-size: 20px;
  }
}
.addanswer-form .formblock3 textarea,
.addanswer-form .formblock3 select,
.addanswer-form .formblock3 input.form-control {
  background: #f9f9f9;
  padding: 15px;
}
.addanswer-form .formblock3 input.form-control,
.addanswer-form .formblock3 select.form-control{
  height: 50px;
}

.lawyerblock {
  background: #efefef;
  padding: 20px 30px 15px 30px;
  border-radius: 8px;
}
.lawyerblock .title {
  padding: 0;
  font-family: Arial;
}
.modal .lawyerblock .title {
  font-size: 12px;
}
.lawyerblock .title .num {
  font-size: 20px;
  font-family: Tahoma;
}
.lawyerblock .lawyers ul {
  position: relative;
  overflow: hidden;
  height: 40px;
}
.lawyerblock .lawyers ul li {
  padding-left: 2px;
  padding-right: 2px;
}
.lawyerblock .lawyers ul li img {
  border-radius: 3px;
}
#lawyerblock-container {
  padding-right: 0;
}

.has-error .tooltip .tooltip-inner {
  background-color: #d9534f;
}
.has-error .tooltip .tooltip-arrow {
  border-top-color: #d9534f;
}
.circle50pro {
  border-radius: 50%;
}
.rss-icon{
  display: block;
  background-image: url('../images/rss.gif');
  background-size: 100% 100%;
  margin-top: 15px;
  height: 20px;
  width: 20px;
}
.fs12{
  font-size: 12px;
}
#citiesModal u{
  cursor: pointer;
}
.guess-city .guess{
  width: 185px;
}
.navbar-city ul{
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 40%;
}
.navbar-city ul > li.navbar-text,
.navbar-city .navbar-nav > li > a{
  color: #fff;
}
.overlay-city{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.3;
  z-index: 5;
}


.tel a,
.tel a:hover,
.tel a:focus,
.tel a:active {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
.phoneblock-line-light a,
.phoneblock-line-light a:hover,
.phoneblock-line-light a:focus,
.phoneblock-line-light a:active,
.phoneblock-line a,
.phoneblock-line a:hover,
.phoneblock-line a:focus,
.phoneblock-line a:active {
  text-decoration: none;
  color: red;
  cursor: pointer;
}

.btn-main-container {
  margin-bottom: 15px;
}

.askstep1>button.blink_on {
  outline: none;
  border: none;
  position: relative;
  background: #E72F2F;
  background-image: linear-gradient(-45deg, rgba(255,255,255,.0) 30%, rgba(255,255,255,.6), rgba(255,255,255,.0) 70%);
  background-repeat: no-repeat;
  background-size: 200% 100%, auto;
  background-position: 200% 0, 0 0;
  box-shadow: rgba(0,0,0,.3) 0 2px 5px;

}
.askstep1>button.blink_on.hover {
  transition: 1.5s linear;
  background-position: -200% 0, 0 0;
}







