.modal-content {
    border-radius: 0px;
    padding: 20px
}


.banner {
    margin: 0px 0 0;
    padding: 185px 16px 40px;
    height: 407px;
    background: center center no-repeat #f4f4f4;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
@media (max-width: 991px) {
    .banner {
        margin: 0;
        height: 40vh;
        padding: 40px 16px;
    }
}



.banner2 {
    margin: 0 0 0 0;
    padding: 185px 16px 40px;
    height: 800px;
    background: center center no-repeat #f4f4f4;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
@media (max-width: 991px) {
    .banner2 {
        margin: 0;
        height: 40vh;
        padding: 40px 16px;
    }
}

.rinup-livezillastatus-status img[data-state="on"] {
    display: none;
}

.rinup-livezillastatus-status.online img[data-state="on"] {
    display: inline;
}

.rinup-livezillastatus-status.online img[data-state="off"] {
    display: none;
}

.rinup-livezillastatus-status.offline img[data-state="on"] {
    display: none;
}

.rinup-livezillastatus-status.offline img[data-state="off"] {
    display: inline;
}
.chat-link.rinup-livezillastatus-status img {
    max-width: 44px;
}
.chat-link.rinup-livezillastatus-status {
    z-index: 10;
    display: none;
}
@media (min-width: 1264px) {
  .chat-link.rinup-livezillastatus-status.online {
    display: block;
  }
}
.file-input .btn-file {
    height: 34px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.file-input .btn-file > span.hidden-xs {
    display: inline !important;
}

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

.blue-container .has-success .help-block,
.blue-container .has-success .control-label,
.blue-container .has-success .radio,
.blue-container .has-success .checkbox,
.blue-container .has-success .radio-inline,
.blue-container .has-success .checkbox-inline,
.blue-container .has-success .radio label,
.blue-container .has-success .checkbox label,
.blue-container .has-success.radio label,
.blue-container .has-success.checkbox label,
.blue-container .has-success.radio-inline label,
.blue-container .has-success.checkbox-inline label {
  color: #6ae673;
}

.blue-container .has-success .form-control {
  color: #6ae673;
}
.blue-container .has-error .form-control {
  color: #ffa1dd;
}

/*.header-list-search-el:hover {
    background: rgba(0, 0, 0, 0) url("../img/hover.png") repeat scroll 0 0;
}

 .header-list .header-list-search-el a.header-list-search {
    margin-right: 5px;
}
.header-list-search-el:hover a {
    margin-bottom: 12px;
}
.header-list .header-list-search-el:hover a.header-list-search {
    background: rgba(0, 0, 0, 0) url("../img/s-search.png") no-repeat scroll 5px -95px;
}*/

.items--forum .from > .item-title a:before,
.items--forum .from > .item-title b:before {
  display: block;
  background-position: 0 0px;
}
.items--forum .from > .item-title a:hover:before {
  background-position: 0 -27px;
}
.items--forum .to > .item-title a:before,
.items--forum .to > .item-title b:before {
  display: block;
  background-position: 0 -54px;
}
.items--forum .to > .item-title a:hover:before {
  background-position: 0 -81px;
}

.product-img {
    max-width: 90px;
}

.header-user-trigger {
    width: 130px;
}

.header-user-list .no-bold {
    font-weight: normal;
}

.message-form-success {
    text-align: center;
}

.rounded {
    border-radius: 50%;
}

.field-message-attachmentsupload .btn-file {
    background-color: #6d6d6d;
}

.invisible-badge {
    display: none;
}

.form-price.bigger-price {
    font-size: 32px;
    line-height: 32px;
}

.cvme-bottom {
    margin-top: 15px;
}

body.view--index .addthis_inline_share_toolbox {
    display: none;
}

.footer .addthis_inline_share_toolbox {
   margin-bottom: 20px; 
}

.header-user-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 35px;
}


.g-recaptcha {
  position: relative;
}
.g-recaptcha:after {
  content: ' ';
  position: absolute;
  left: 300px;
  right: 0;
  top: 0;
  height: 78px;
  background: url(../img/recaptchafix.png) right top no-repeat;
}
.blue-container .g-recaptcha:after {
	background-image: url(../img/recaptchafix-blue.png);
}

.form-group .checkbox a {
  padding: 0;
height: unset;
font-size: 15px;
line-height: 16px;
background: none;
float: unset;
}

.rinup-livezillastatus-status {
    cursor: pointer;
}