.main-block-html.mamont-kit {
    overflow: visible;
}
.mamont-loader-block {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.75);
    z-index: 99999;
    display: none;
}
.loader9:before{
    content: "";
    position: absolute;
    top: 0px;
    height: 12px;
    width: 12px;
    border-radius: 12px;
    -webkit-animation: loader9g 3s ease-in-out infinite;
    animation: loader9g 3s ease-in-out infinite;
}
.loader9{
    position: relative;
    width: 12px;
    height: 12px;
    top: 46%;
    left: 48%;
    border-radius: 12px;
    background-color: #fff;
}
.loader9:after{
    content: "";
    position: absolute;
    top: 0px;
    height: 12px;
    width: 12px;
    border-radius: 12px;
    -webkit-animation: loader9d 3s ease-in-out infinite;
    animation: loader9d 3s ease-in-out infinite;
}

@-webkit-keyframes loader9g{
    0%{	left: -25px; background-color: rgba(255, 255, 255, .8); }
    50%{ left: 0px; background-color: rgba(255, 255, 255, .1);}
    100%{ left:-25px; background-color: rgba(255, 255, 255, .8); }
}
@keyframes loader9g{
    0%{	left: -25px; background-color: rgba(255, 255, 255, .8); }
    50%{ left: 0px; background-color: rgba(255, 255, 255, .1);}
    100%{ left:-25px; background-color: rgba(255, 255, 255, .8); }
}
@-webkit-keyframes loader9d{
    0%{	left: 25px; background-color: rgba(255, 255, 255, .8); }
    50%{ left: 0px; background-color: rgba(255, 255, 255, .1);}
    100%{ left:25px; background-color: rgba(255, 255, 255, .8); }
}
@keyframes loader9d{
    0%{	left: 25px; background-color: rgba(255, 255, 255, .8); }
    50%{ left: 0px; background-color: rgba(255, 255, 255, .1);}
    100%{ left:25px; background-color: rgba(255, 255, 255, .8); }
}

.small-loader {
    display: inline-block;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.small-loader:after {
    content: '\f110';
    font-family: FontAwesome;
    color: #f58836;
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.error-message {
    font-weight: 600;
    font-size: 12px;
    color: #dc2727;
    text-transform: uppercase;
}

.not-authorized .section-padding {
    padding: 100px 0;
}
.not-authorized .heading-panel h3.main-title {
    border: none;
}
li.languages a.active {
    opacity: .7;
}
li.languages a.active:hover {
    color: #fff;
}
li.languages a {
    padding: 0 3px;
}
.empty-state {
    text-align: center;
    padding: 20px;
}
.categ-title-elipsis {
    width: 390px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#index_ads_list .categ-title-elipsis {
    width: 650px;
}
.notifyjs-corner {
    z-index: 999999!important;
    max-height: 95px;
    overflow: hidden;

}
.user-rating .star {
    display: inline-block;
    width: 20px;
}
.avatar-change {
    position: absolute;
    bottom: 0;
    left: 0;
}
.avatar-change .btn-file {
    padding: 3px!important;
    width: calc(100% + 1px);
    margin: 0!important;
    opacity: .8;
}
.avatar-change .btn-file:hover {
    opacity: 1;
    background: #fff;
}
.add-telephone {
    display: inline-block;
    border: 1px solid #c2c2c1;
    padding: 0 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
.add-telephone:hover {
    opacity: .6;
}
div.tagsinput span.tag {
    padding: 0 5px;
    margin: 5px;
    line-height: 24px;
}
div.tagsinput {
    padding: 0 5px;
    overflow: hidden;
}
div.tagsinput input {
    line-height: 19px;
}
.user-available-contact {
    margin-top: 0!important;
}
.set-identif {
    cursor: pointer;
}
.advert-tab {
    border: 1px solid #e7e7e7;
    text-align: center;
    padding: 12px 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.advert-tab:hover {
    background: #fafafa;
}
.advert-tab.active {
    background-color: #363c48;
    color: #fff;
    border-color: #363c48;
}
.adverts-tabs {
    margin-bottom: 25px;
}
.extended-checkbox-block {
    position: relative;
}
.extended-checkbox-block .fa-caret-right {
    position: absolute;
    top: 0;
    right: 0;
}
.extended-checkbox-block .sort-items-attributes {
    display: none;
    padding-left: 15px;
}
.extended-checkbox-block .fa-caret-right {
    position: absolute;
    top: 7px;
    right: 0;
    width: 25px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.extended-checkbox-block .sort-items-attributes.open {
    display: block;
}
.sort-items-attributes.open + i {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.promo-icon {
    position: absolute;
    left: 0;
    top: 0;
}
.promotions-string {
    font-size: 12px;
    line-height: 24px;
}
.promoted-color,
.promoted-color .short-description-1 {
    background: #fce55c!important;
}
li.promoted-color {
    padding: 2px 2px 2px 0;
    margin-top: -3px;
}
.ratings-menu .reviews span {
    font-size:12px;
    float:right;
}
.anunt-box3 {
    cursor: pointer;
}

/* Chat Style */
.new-message-icon {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #f58836;
    border-radius: 10px;
    top: 9px;
    left: 6px;
}
.has-new-messages {
    height: 15px;
    width: 15px;
    background: #f58836;
    border-radius: 20px;
    position: absolute;
    top: -5px;
    left: -4px;
}
.chat-box {
    border: 1px solid #eee;
    margin-left: -10px;
}
.chat-box h3 {
    border-bottom: 1px solid #eee;
    padding: 3px 10px;
    background: #f5f5f5;
}
.chat-contacts {
    height: 540px;
    overflow: auto;
}
.chat-contacts .chat-contact-avatar,
.chat-content-avatar {
    width: 50px;
    display: inline-block;
    position: relative;
}
.chat-contacts .chat-contact-details,
.chat-content-details {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}
.chat-contacts .chat-contact-advert,
.chat-content-advert {
    font-size: 12px;
    margin-top: -8px;
}
.chat-contacts .chat-contact-box {
    padding: 15px 10px;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #f9f9f9;
    border-right: 2px solid transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.chat-contacts .chat-contact-box.selected,
.chat-contacts .chat-contact-box:hover {
    background: #fafafa;
    border-right: 2px solid #f58836;
}
.chat-contacts .chat-contact-box:last-child {
    border-bottom: none;
}
.chat-contacts .chat-contact-date,
.chat-content-date {
    font-size: 12px;
    color: #aaa;
    bottom: 0;
    position: absolute;
    right: 0;
}
.chat-content {
    border-left: 1px solid #eee;
}
.chat-content-header {
    padding: 10px;
    border-bottom: 1px solid #f9f9f9;
    position: relative;
}
.chat-content-date {
    right: 10px;
    top: 10px;
}
.chat-content-advert {
    font-style: italic;
}
.chat-content-messages {
    height: 450px;
    padding: 10px;
    display: table-cell;
    vertical-align: bottom;
    width: 550px;
}
.chat-content-messages-inner {
    overflow: auto;
    max-height: 450px;
}
.write-chat-message textarea {
    width: calc(100% - 65px)!important;
    display: inline-block;
    vertical-align: middle;
    height: 60px!important;
    border: 1px solid #f1f1f1;
}
.write-chat-message button {
    display: inline-block;
    width: 65px;
    vertical-align: middle;
    height: 60px;
    background: #f58836;
    border: 1px solid #dc7b30;
    border-radius: 0;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.write-chat-message button:hover {
    background-color: #dc7b30;
    border-color: #f6944a;
    outline: none;
}
.write-chat-message button:focus,
.write-chat-message button:active {
    background: #f58836;
    border: 1px solid #dc7b30;
    outline: none;
}
.chat-message-block {
    width: 90%;
    padding: 0 10px;
    border-radius: 5px;
    margin: 5px 0;
}
.chat-message-block.my-messages {
    background: #1f364f;
    color: #fff;
}
.chat-message-block.sender-messages {
    background: #e9e9e9;
    color: #777;
    float: right;
}
.chat-message-sent-time {
    font-size: 12px;
    opacity: .6;
}
.chat-message-block .chat-message-sent-time {
    text-align: right;
}
.chat-actions ul {
    margin-top: -8px;
}
.chat-actions li {
    display: inline-block;
    font-size: 12px;
    padding-right: 10px;
}
.chat-actions li a {
    color: #aaa;
}
.chat-actions li a:hover {
    color: #ccc;
}

.promote-date {
    width: 100%;
}
.promote-date .datepicker {
    position: absolute;
    background: #fff;
    top: 40px;
    border: 1px solid #eee;
    display: none!important;
}
.chat-title-ellipse {
    width: 170px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.form-control.attributes-have-error {
    border: 1px solid #ff0000;
}

.row.attributes-have-error .col-md-12 label:after {
    content: " Acest camp necesita macar un element adaugat.";
    color: #ff0000;
    font-size: 12px;
    margin-left: 15px;
}

.advert_promoting_modal .mamont-modal-dialog,
.advert_auto_republish_modal .mamont-modal-dialog {
    width: 650px;
}

.auto-republish-jobs-table,
.promotions-table {
    padding-top: 20px;
    overflow: auto;
    max-height: 300px;
}

.auto-republish-jobs-table h4,
.promotions-table h4 {
    font-weight: 600;
    color: #666;
}

.auto-republish-jobs-table .table,
.promotions-table .table {
    font-size: 12px;
}

.toggle-job,
.delete-job,
.toggle-promotion,
.delete-promotion {
    padding: 8px;
    opacity: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.toggle-job:hover,
.toggle-job:active,
.delete-job:hover,
.delete-job:active,
.toggle-promotion:hover,
.delete-promotion:hover,
.toggle-promotion:active ,
.delete-promotion:active {
    background: transparent;
    opacity: .6;
}
.toggle-job:focus,
.delete-job:focus,
.toggle-promotion:focus,
.delete-promotion:focus {
    opacity: 1;
    background: transparent;
    outline: none;
}

.tags-page .main-title {
    text-transform: none;
}

.terms-title h4 {
    font-size: 18px;
    color: #333;
    margin: 25px 0 10px;
    position: relative;
    padding-left: 20px;
    font-weight: 600;
}
.terms-content {
    padding-left: 20px;
    color: #666;
    position: relative;
}
.terms-content:before {
    content: "-";
    position: absolute;
    left: 0;
    font-size: 16px;
    top: -2px;
}

ul li:first-child .ad-listing, ul li:first-child .ad-listing-favorite {
    margin-top: 0;
}

.ad-listing, .ad-listing-favorite {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0;
    position: relative;
}

.ad-listing .col-md-3.grid-style, .ad-listing-favorite .col-md-3.grid-style {
    padding-left: 0;
}

.ad-listing .img-box, .ad-listing-favorite .img-box {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.ad-listing .img-box::before, .ad-listing-favorite .img-box::before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -ms-transform: scale(0.9); /* IE 9 */
    -webkit-transform: scale(0.9); /* Chrome, Safari, Opera */
    transform: scale(0.9);
    width: 100%;
}

.ad-listing:hover .img-box::before, .ad-listing-favorite:hover .img-box::before {
    opacity: 0.7;
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Chrome, Safari, Opera */
    transform: scale(1);
}

.ad-listing:hover .img-box.hidden-before::before, .ad-listing-favorite:hover .img-box.hidden-before::before {
    display: none;
}

.ad-listing .ad-status, .ad-listing-favorite .ad-status {
    background-color: rgba(245, 137, 54, 0.8);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    left: 0;
    padding: 0 10px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
}

.ad-listing:hover .view-button, .ad-listing-favorite:hover .view-button {
    opacity: 1;
}

.ad-listing .img-box img, .ad-listing-favorite .img-box img {
    max-width: 100%;
}

.ad-listing .total-images, .ad-listing-favorite .total-images {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    left: 0;
    line-height: 20px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
}

.ad-listing .total-images, .ad-listing-favorite .total-images {
    color: #fff;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
}

.ad-listing .content-area .ad-stats, .ad-listing-favorite .content-area .ad-stats {
    float: left;
    padding-right: 10px;
    padding-top: 0;
    width: 100%;
    color: #a0a0a0;
    font-size: 14px;
}

.ad-listing .content-area .ad-stats span .ad-listing-favorite .content-area .ad-stats span {
    font-weight: 600;
    color: #232323;
}

.ad-listing .user-preview, .ad-listing-favorite .user-preview {
    position: absolute;
    right: 5px;
    top: 5px;
}

.ad-listing .user-preview img, .ad-listing-favorite .user-preview img {
    border-radius: 50%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    width: 40px;
}

.ad-listing .content-area .additional-info, .ad-listing-favorite .content-area .additional-info {
    margin: 0;
    padding: 0; /*position: absolute;*//*right: 16px;*//*top: 24px;*/
}

.ad-listing .content-area .additional-info li, .ad-listing-favorite .content-area .additional-info li {
    display: inline-block;
    margin: 0 2px;
}

.ad-listing .content-area .additional-info li a, .ad-listing-favorite .content-area .additional-info li a {
    background: #f4f4f4 none repeat scroll 0 0;
    border-radius: 50%;
    color: #b7b7b7;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin-right: 2px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 30px;
}

.ad-listing .content-area .additional-info li a:hover, .ad-listing-favorite .content-area .additional-info li a:hover {
    color: #fff;
}

.ad-listing .content-area .col-md-9, .ad-listing-favorite .content-area .col-md-9, .ad-listing-favorite .content-area .col-md-11 {
    padding: 0 20px
}

.ad-listing .content-area .col-md-9::after, .ad-listing-favorite .content-area .col-md-9::after {
    background-color: #e5eaef;
    content: "";
    height: 164px;
    position: absolute;
    right: 10px;
    top: 0;
    width: 1px;
}

.ad-listing .content-area.owerflow-visible .col-md-9::after, .ad-listing-favorite .content-area.owerflow-visible .col-md-9::after {
    background-color: #e5eaef;
    content: "";
    height: 90px;
    position: absolute;
    right: 10px;
    top: -5px;
    width: 1px;
}

.ad-listing .content-area .category-title, .ad-listing-favorite .content-area .category-title {
    color: #a0a0a0;
    font-size: 14px;
    margin-bottom: 0;
}

.ad-listing .content-area .category-title a, .ad-listing-favorite .content-area .category-title a {
    color: #a0a0a0;
}

.ad-listing .content-area h3, .ad-listing-favorite .content-area h3 {
    color: #232323;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-transform: capitalize;
    width: 80%;
    display: inline-block;
    line-height: 24px;
}

.ad-listing .content-area h3 a, .ad-listing-favorite .content-area h3 a {
    color: #232323;
}

.ad-listing-favorite .anunt_action_01 {
    margin-top: -5px
}

.ad-listing .content-area, .ad-listing-favorite .content-area {
    padding: 5px 0 0;
    overflow: hidden;
    position: relative;
}

.ad-box .add-favorite {
    display: inline-block
}

.adverts-user-lastest .ads_img_heart, #index_ads_list .ads_img_heart, #categoryItems .ads_img_heart {
    margin: 0
}

.yamm-content h4 {
    font-size: 12px;
    color: #444;
    font-weight: 600;
}

.info small {
    margin: 2px;
    font-size: 12px;
}

.info-status {
    vertical-align: middle;
    line-height: 1;
}

.info-status span.text {
    background-color: gray;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.info-status span.online {
    background-color: green;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.info-status span {
    vertical-align: middle;
}

.star-ratings {
    text-align: right;
    unicode-bidi: bidi-override;
    direction: rtl;
    display: block;
    width: 50%;
    float: left;
}

.star-ratings > span:hover:before,
.star-ratings > span:hover ~ span:before {
    content: "\2605";
    position: absolute;
    color: #f58936;
}

.star-ratings > span:active:before,
.star-ratings > span:active ~ span:before {
    color: #f58936;
}

.star-ratings span {
    display: inline-block;
    position: relative;
    font-size: 25px;
    vertical-align: middle;
}

.star-ratings > span:hover:before {
    content: "\2605";
    position: absolute;
    color: #f58936;
}

.star-ratings .average span {
    text-align: right;
    font-size: 12px;
    display: inline-block;
    color: #f58936;
}

.ratings-menu .reviews span {
    font-size: 12px;
    float: right;
    margin-right: 10px;
}

.progress {
    display: block;
    margin-bottom: 0;
    height: 5px;
    width: 225px;
}

.meter-bar {
    width: 50%;
    float: right;
    display: inline-block;
    text-align: right;
    line-height: 1.4;
}

.meter-bar table {
    width: 100%;
}

.meter-bar table td:first-child {
    width: 100px
}

.meter-bar table td:last-child {
    width: 25px
}

.meter-bar table td:last-child span {
    font-size: 12px;
    text-align: center;
    display: inline-block;
}

.meter-bar table td {
    padding: 0 5px;
}

.meter-bar table td label {
    font-size: 12px;
}

.summary-reviews-all {
    display: block;
    float: right;
    text-align: right;
    font-size: 12px;
    margin-right: 10px;
}

.summary-reviews-all a {
    display: inline-block;
}

.star-ratings .average span.ratings {
    color: #777;
    margin-right: 5px;
}

.search-result-item-body {
    margin-left: 0;
}

.search-result-item .image-link {
    margin: 0;
    float: left;
    width: 30%;
}

/* Ratings widget */
.rate {
    display: inline-block;
    border: 0;
}

.rate > input {
    display: none;
}

.rate > label {
    float: right;
    color: #ddd;
}

.rate > label:before {
    display: inline-block;
    font-size: 1.4em;
    padding: .4rem .5rem;
    margin: 0;
    cursor: pointer;
    font-family: FontAwesome;
    content: "\f005 ";
}

/* Click + hover color */
.rate input:checked ~ label,
.rate label:hover, .rate label:hover ~ label {
    color: #f58936;
}

.rate input:checked + label:hover, .rate input:checked ~ label:hover,
.rate input:checked ~ label:hover ~ label,
.rate label:hover ~ input:checked ~ label {
    color: #f58936;
}

div.short-history ul {
    white-space: nowrap;
    width: 100%;
}

div.short-history ul li:last-child {
    display: inline;
}

span.review_rating {
    display: inline;
    float: right;
    padding: 5px;
    line-height: 16px;
    margin-top: 5px;
}

.ratings-menu span.review_rating {
    padding: 0 5px;
    display: inline;
    float: right;
    word-spacing: 3px;
    font-size: 13px;
    line-height: 16px;
}

form.rating-review-large {
    height: auto;
    float: none;
}

form.rating-review-large label {
    font-size: 20px;
    padding: 5px;
}

.rating {
    border: none;
    float: right;
}

.rating > input {
    display: none;
}

.rating > label:before {
    margin: 5px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
    vertical-align: middle;
    font-size: 1.3em
}

.ratings-menu .rating > label:before {
    font-size: 1.6em;
}

.rating > .half:before {
    content: "\f089";
    position: absolute;
}

.rating > label {
    color: #ddd;
    float: right;
    line-height: 16px;
    margin: 5px 0 0;
}

.wishlist {
    color: white !important;
    background-color: #f58936 !important;
}

.ratings-menu div.review_rating {
    display: block;
    width: 50%;
    float: right;
    padding: 0;
}

div.review_rating {
    float: right;
    padding: 5px;
    width: 35%;
}

div.review_rating.advert-page {
    float: none;
    position: absolute;
    padding: 0;
    bottom: 0;
    right: 0;
    width: auto;
}

.info-user {
    display: inline;
    width: 70%;
    float: right;
    padding: 0 10px;
}

.btn-facebook > .social-links, .btn-google > .social-links {
    color: gray
}

.btn-google:hover, .btn-facebook:hover, .btn-google:visited, .btn-facebook:visited, .btn-facebook:focus,
.btn-google:focus, .btn-google:active, .btn-facebook:active, .btn-google:hover .social-links,
.btn-facebook:hover .social-links, .btn-facebook:active .social-links,
.btn-google:active .social-links {
    color: #f58936
}

.social-links .btn {
    border: 1px solid;
}

.social-links .btn-google, .social-links .btn-facebook {
    color: gray
}

.social-links .btn-google:hover, .social-links .btn-facebook:hover {
    color: #f58936
}

.location-switches input {
    visibility: hidden;
    position: absolute;
}

.location-switches label {
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    width: 100%;
    position: relative;
    padding: 8px 35px;
}

.location-switches {
    padding: 0 !important;
}

#map {
    margin: 20px 0;
}

.map-box {
    display: none;
}

/* Advert Rating Hover Details */
#rating {
    cursor: pointer !important;
}

.advert-star-balloon {
    z-index: 1000 !important;
    width: 400px;
    position: absolute;
    right: 0;
    top: 30px;
    display: none;
    border: 1px solid #ccc;
    background: #fff;
    -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, .13);
    -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, .13);
    box-shadow: 3px 3px 4px rgba(0, 0, 0, .13);
    font-size: 12px;
    color: gray;
}

.rating:hover + .advert-star-balloon, .advert-star-balloon:hover {
    display: block;
    cursor: pointer;
}

.advert-star-balloon .feedback-see-all {
    cursor: pointer;
    text-align: center;
    border: 1px solid #dc7b30;
    padding: 8px 0;
    font-size: 14px;
    background-color: #f58936;
    color: #fff !important;
}

ul.rate-list {
    padding: 10px;
    text-align: center;
}

.advert-star-balloon ul.rate-list .progress {
    display: inline-block;
    margin: 0 5px;
}

.ui-balloon-arrow {
    right: 50px;
    top: -6px;
    background: #fff;
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-bottom: none;
    border-right: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865475, M12=-0.7071067811865477, M21=0.7071067811865477, M22=0.7071067811865475, SizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=.7071067811865475, M12=-.7071067811865477, M21=.7071067811865477, M22=.7071067811865475, SizingMethod='auto expand');
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#view-data {
    cursor: pointer;
}

.feedback-see-all-detail {
    text-align: center;
    font-size: 14px;
    background-color: #f58936;
    cursor: pointer;
    border: 1px solid #dc7b30;
    padding: 8px 0;
    color: #fff !important;
}

div.view-details-review {
    width: 100%;
    height: auto
}

div.view-details-review .details-view {
    padding: 5px;
}

div.view-details-review .details-view img {
    width: 128px;
    height: 128px
}

div.view-details-review .details-user {
    text-align: left;
    font-size: 14px;
    float: left;
    width: 100%
}

div.view-details-review .details-user .review_rating {
    padding: 0;
    position: relative;
    top: -5px;
    width: 70%
}

div.view-details-review .details-user .review_rating .rating {
    float: left
}

div.view-details-review .details-user a:hover {
    color: #f58936
}

div.view-details-review .details-message, div.view-details-review .details-created-view {
    text-align: left;
    font-size: 14px;
    line-height: 1.5em;
    padding: 5px 0;
}

div.view-details-review .details-created-view span i {
    color: #232323;
    font-size: 12px
}

div.view-details-review .details-message span {
    color: #232323;
    font-size: 14px;
}

div.content-ratings {
    overflow-y: auto;
    max-height: 500px;
    height: auto
}

/* Style app from Edit Profile */
.button-app {
    padding: 8px 12px;
}

label.app-label {
    position: absolute;
    margin: 10px;
}

svg {
    cursor: pointer;
}

a.link-app-user {
    display: inline-block;
    position: relative;
}

path.add-default {
    fill: #bfbfbf
}

path.add-hover {
    fill: #76756F
}

path.app-instagram {
    fill: #ca002c
}

path.app-messenger {
    fill: #0A89FF
}

path.app-telegram {
    fill: #0588CE
}

path.app-whatsapp {
    fill: #39DA4B
}

path.app-viber {
    fill: #7E57A4
}

path.app-skype {
    fill: #03AFF4
}

path.app-youtube {
    fill: #E60000
}

path.app-vkontakte {
    fill: #376586
}

path.app-google {
    fill: #f04522
}

path.app-facebook {
    fill: #294B86
}

.add-icon {
    background-color: white;
    border-radius: 50%;
    color: #f58936;
    position: absolute;
    font-size: 16px;
    display: inline;
    visibility: hidden;
    top: 0;
    right: 0;
}

.yamm-content h4 {
    font-size: 12px;
    color: #444;
    font-weight: 600;
}

.info small {
    margin: 2px;
    font-size: 12px;
}

.info-status {
    vertical-align: middle;
    line-height: 1;
}

.info-status span.text {
    background-color: gray;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.info-status span.online {
    background-color: green;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.info-status span {
    vertical-align: middle;
}

.star-ratings {
    text-align: right;
    unicode-bidi: bidi-override;
    direction: rtl;
    display: block;
    width: 50%;
    float: left;
}

.star-ratings > span:hover:before,
.star-ratings > span:hover ~ span:before {
    content: "\2605";
    position: absolute;
    color: #f58936;
}

.star-ratings > span:active:before,
.star-ratings > span:active ~ span:before {
    color: #f58936;
}

.star-ratings span {
    display: inline-block;
    position: relative;
    font-size: 25px;
    vertical-align: middle;
}

.star-ratings > span:hover:before {
    content: "\2605";
    position: absolute;
    color: #f58936;
}

.star-ratings .average span {
    text-align: right;
    font-size: 12px;
    display: inline-block;
    color: #f58936;
}

.ratings-menu .reviews span {
    font-size: 12px;
    float: right;
    margin-right: 10px;
}

.progress {
    display: block;
    margin-bottom: 0;
    height: 5px;
    width: 225px;
}

.meter-bar {
    width: 50%;
    float: right;
    display: inline-block;
    text-align: right;
    line-height: 1.4;
}

.meter-bar table {
    width: 100%;
}

.meter-bar table td:first-child {
    width: 100px
}

.meter-bar table td:last-child {
    width: 25px
}

.meter-bar table td:last-child span {
    font-size: 12px;
    text-align: center;
    display: inline-block;
}

.meter-bar table td {
    padding: 0 5px;
}

.meter-bar table td label {
    font-size: 12px;
}

.summary-reviews-all {
    display: block;
    float: right;
    text-align: right;
    font-size: 12px;
    margin-right: 10px;
}

.summary-reviews-all a {
    display: inline-block;
}

.star-ratings .average span.ratings {
    color: #777;
    margin-right: 5px;
}

.search-result-item-body {
    margin-left: 0;
}

.search-result-item .image-link {
    margin: 0;
}

/* Ratings widget */
.rate {
    display: inline-block;
    border: 0;
}

.rate > input {
    display: none;
}

.rate > label {
    float: right;
    color: #ddd;
}

.rate > label:before {
    display: inline-block;
    font-size: 1.4em;
    padding: .4rem .5rem;
    margin: 0;
    cursor: pointer;
    font-family: FontAwesome;
    content: "\f005 ";
}

/* Click + hover color */
.rate input:checked ~ label,
.rate label:hover, .rate label:hover ~ label {
    color: #f58936;
}

.rate input:checked + label:hover, .rate input:checked ~ label:hover,
.rate input:checked ~ label:hover ~ label,
.rate label:hover ~ input:checked ~ label {
    color: #f58936;
}

div.short-history ul {
    white-space: nowrap;
    width: 100%;
}

div.short-history ul li:last-child {
    display: inline;
}

span.review_rating {
    display: inline;
    float: right;
    padding: 5px;
    line-height: 16px;
    margin-top: 5px;
}

.ratings-menu span.review_rating {
    padding: 0 5px;
    display: inline;
    float: right;
    word-spacing: 3px;
    font-size: 13px;
    line-height: 16px;
}

form.rating-review-large {
    height: auto;
    float: none;
}

form.rating-review-large label {
    font-size: 20px;
    padding: 5px;
}

.rating {
    border: none;
    float: right;
}

.rating > input {
    display: none;
}

.rating > label:before {
    margin: 5px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
    vertical-align: middle;
    font-size: 1.3em
}

.ratings-menu .rating > label:before {
    font-size: 1.6em;
}

.rating > .half:before {
    content: "\f089";
    position: absolute;
}

.rating > label {
    color: #ddd;
    float: right;
    line-height: 16px;
    margin: 5px 0 0;
}

textarea {
    overflow: hidden
}

.wishlist {
    color: white !important;
    background-color: #f58936 !important;
}

.ratings-menu div.review_rating {
    display: block;
    width: 50%;
    float: right;
    padding: 0;
}

div.review_rating {
    float: right;
    padding: 5px;
    width: 35%;
}

div.review_rating.advert-page {
    float: none;
    position: absolute;
    padding: 0;
    bottom: 0;
    right: 0;
    width: auto;
}

.info-user {
    display: inline;
    width: 70%;
    float: right;
    padding: 0 10px;
}

.btn-facebook > .social-links, .btn-google > .social-links {
    color: gray
}

.btn-google:hover, .btn-facebook:hover, .btn-google:visited, .btn-facebook:visited, .btn-facebook:focus,
.btn-google:focus, .btn-google:active, .btn-facebook:active, .btn-google:hover .social-links,
.btn-facebook:hover .social-links, .btn-facebook:active .social-links,
.btn-google:active .social-links {
    color: #f58936
}

.social-links .btn {
    border: 1px solid;
}

.social-links .btn-google, .social-links .btn-facebook {
    color: gray
}

.social-links .btn-google:hover, .social-links .btn-facebook:hover {
    color: #f58936
}

.location-switches input {
    visibility: hidden;
    position: absolute;
}

.location-switches label {
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    width: 100%;
    position: relative;
    padding: 8px 35px;
}

.location-switches {
    padding: 0 !important;
}

#map {
    margin: 20px 0;
}

.map-box {
    display: none;
}

/* Advert Rating Hover Details */
#rating {
    cursor: pointer !important;
}

.advert-star-balloon {
    z-index: 1000 !important;
    width: 400px;
    position: absolute;
    right: 0;
    top: 30px;
    display: none;
    border: 1px solid #ccc;
    background: #fff;
    -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, .13);
    -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, .13);
    box-shadow: 3px 3px 4px rgba(0, 0, 0, .13);
    font-size: 12px;
    color: gray;
}

.rating:hover + .advert-star-balloon, .advert-star-balloon:hover {
    display: block;
    cursor: pointer;
}

.advert-star-balloon .feedback-see-all {
    cursor: pointer;
    text-align: center;
    border: 1px solid #dc7b30;
    padding: 8px 0;
    font-size: 14px;
    background-color: #f58936;
    color: #fff !important;
}

ul.rate-list {
    padding: 10px;
    text-align: center;
}

.advert-star-balloon ul.rate-list .progress {
    display: inline-block;
    margin: 0 5px;
}

.ui-balloon-arrow {
    right: 50px;
    top: -6px;
    background: #fff;
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-bottom: none;
    border-right: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865475, M12=-0.7071067811865477, M21=0.7071067811865477, M22=0.7071067811865475, SizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=.7071067811865475, M12=-.7071067811865477, M21=.7071067811865477, M22=.7071067811865475, SizingMethod='auto expand');
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#view-data {
    cursor: pointer;
}

.feedback-see-all-detail {
    text-align: center;
    font-size: 14px;
    background-color: #f58936;
    cursor: pointer;
    border: 1px solid #dc7b30;
    padding: 8px 0;
    color: #fff !important;
}

div.view-details-review {
    width: 100%;
    height: auto
}

div.view-details-review .details-view {
    padding: 5px;
}

div.view-details-review .details-view img {
    width: 128px;
    height: 128px
}

div.view-details-review .details-user {
    text-align: left;
    font-size: 14px;
    float: left;
    width: 100%
}

div.view-details-review .details-user .review_rating {
    padding: 0;
    position: relative;
    top: -5px;
    width: 70%
}

div.view-details-review .details-user .review_rating .rating {
    float: left
}

div.view-details-review .details-user a {
    color: gray;
    font-weight: 500;
}

div.view-details-review .details-user a:hover {
    color: #f58936
}

div.view-details-review .details-message, div.view-details-review .details-created-view {
    text-align: left;
    font-size: 14px;
    line-height: 1.5em;
    padding: 5px 0;
}

div.view-details-review .details-created-view span i {
    color: #232323;
    font-size: 12px
}

div.view-details-review .details-message span {
    color: #232323;
    font-size: 14px;
}

div.content-ratings {
    overflow-y: auto;
    max-height: 500px;
    height: auto
}

.submit-form .form-inline input.align-horizontal {
    width: 70% !important;
    float: left !important;
}

.submit-form .form-inline select.align-horizontal {
    width: 30% !important;
    float: left !important;
}

.additional-label {
    font-size: 13px !important;
    font-weight: 500 !important;
    padding: 0
}

.additional-label input[type='checkbox'] {
    margin: 0;
    position: relative;
    vertical-align: middle
}

.adverts-user-lastest {
    padding: 10px 0
}

ul li:first-child .ad-listing, ul li:first-child .ad-listing-favorite {
    margin-top: 0;
}

.ad-listing, .ad-listing-favorite {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0;
    position: relative;
}

.ad-listing .col-md-3.grid-style, .ad-listing-favorite .col-md-3.grid-style {
    padding-left: 0;
}

.ad-listing .img-box, .ad-listing-favorite .img-box {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.ad-listing .img-box::before, .ad-listing-favorite .img-box::before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -ms-transform: scale(0.9); /* IE 9 */
    -webkit-transform: scale(0.9); /* Chrome, Safari, Opera */
    transform: scale(0.9);
    width: 100%;
}

.ad-listing:hover .img-box::before, .ad-listing-favorite:hover .img-box::before {
    opacity: 0.7;
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Chrome, Safari, Opera */
    transform: scale(1);
}

.ad-listing:hover .img-box.hidden-before::before, .ad-listing-favorite:hover .img-box.hidden-before::before {
    display: none;
}

.ad-listing .ad-status, .ad-listing-favorite .ad-status {
    background-color: rgba(245, 137, 54, 0.8);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    left: 0;
    padding: 0 10px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
}

.ad-listing:hover .view-button, .ad-listing-favorite:hover .view-button {
    opacity: 1;
}

.ad-listing .img-box img, .ad-listing-favorite .img-box img {
    max-width: 100%;
}

.ad-listing .total-images, .ad-listing-favorite .total-images {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    left: 0;
    line-height: 20px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
}

.ad-listing .total-images, .ad-listing-favorite .total-images {
    color: #fff;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
}

.ad-listing .content-area .ad-stats, .ad-listing-favorite .content-area .ad-stats {
    float: left;
    padding-right: 10px;
    padding-top: 0;
    width: 100%;
    color: #a0a0a0;
    font-size: 14px;
}

.ad-listing .content-area .ad-stats span .ad-listing-favorite .content-area .ad-stats span {
    font-weight: 600;
    color: #232323;
}

.ad-listing .user-preview, .ad-listing-favorite .user-preview {
    position: absolute;
    right: 5px;
    top: 5px;
}

.ad-listing .user-preview img, .ad-listing-favorite .user-preview img {
    border-radius: 50%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    width: 40px;
}

.ad-listing .content-area .additional-info, .ad-listing-favorite .content-area .additional-info {
    margin: 0;
    padding: 0; /*position: absolute;*//*right: 16px;*//*top: 24px;*/
}

.ad-listing .content-area .additional-info li, .ad-listing-favorite .content-area .additional-info li {
    display: inline-block;
    margin: 0 2px;
}

.ad-listing .content-area .additional-info li a, .ad-listing-favorite .content-area .additional-info li a {
    background: #f4f4f4 none repeat scroll 0 0;
    border-radius: 50%;
    color: #b7b7b7;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin-right: 2px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 30px;
}

.ad-listing .content-area .additional-info li a:hover, .ad-listing-favorite .content-area .additional-info li a:hover {
    color: #fff;
}

.ad-listing .content-area .col-md-9, .ad-listing-favorite .content-area .col-md-9, .ad-listing-favorite .content-area .col-md-11 {
    padding: 0 20px
}

.ad-listing .content-area .col-md-9::after, .ad-listing-favorite .content-area .col-md-9::after {
    background-color: #e5eaef;
    content: "";
    height: 164px;
    position: absolute;
    right: 10px;
    top: 0;
    width: 1px;
}

.ad-listing .content-area.owerflow-visible .col-md-9::after, .ad-listing-favorite .content-area.owerflow-visible .col-md-9::after {
    background-color: #e5eaef;
    content: "";
    height: 90px;
    position: absolute;
    right: 10px;
    top: -5px;
    width: 1px;
}

.ad-listing .content-area .category-title, .ad-listing-favorite .content-area .category-title {
    color: #a0a0a0;
    font-size: 14px;
    margin-bottom: 0;
}

.ad-listing .content-area .category-title a, .ad-listing-favorite .content-area .category-title a {
    color: #a0a0a0;
}

.ad-listing .content-area h3, .ad-listing-favorite .content-area h3 {
    color: #232323;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-transform: capitalize;
    width: 80%;
    display: inline-block;
    line-height: 24px;
    padding-right: 15px;
}

.ad-listing .content-area h3 a, .ad-listing-favorite .content-area h3 a {
    color: #232323;
}

.ad-listing-favorite .anunt_action_01 {
    margin-top: -5px
}

.ad-listing .content-area, .ad-listing-favorite .content-area {
    padding: 5px 0 0;
    overflow: hidden;
    position: relative;
}

.anunt-box .add-favorite {
    display: inline-block
}

.adverts-user-lastest .ads_img_heart, #index_ads_list .ads_img_heart, #categoryItems .ads_img_heart {
    margin: 0
}

.small-menu-category {
    display:none;
}

.login-form hr {
    margin: 10px 0;
}

.text-no-transform {
    text-transform: none!important;
}

.success-message {
    color: #00bb2b;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px;
}

.my-anunt-box {
    position: relative;
}

.my-anunt-box.advert-inactive .ad-listing,
.my-anunt-box.advert-paused .ad-listing,
.my-anunt-box.article-inactive .ad-listing,
.my-anunt-box.article-draft .ad-listing {
    opacity: .7;
}

.advert-status,
.article-status {
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 5px;
}

.select-profile-type {
    padding-bottom: 30px;
}

.profile-type {
    display: inline-block;
    background: #f9f9f9;
    padding: 10px;
    width: 50%;
    text-align: center;
    border: 1px solid #eeeeee;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.profile-type.selected,
.profile-type:hover {
    background: #f58836;
    border: 1px solid #dc7a31;
    color: #fff;
}

.register-juridic-type {
    display: none;
}

.notification-box .image {
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #f5f9fb;
    padding: 6px;
    border: 1px solid #e6f0f7;
    vertical-align: top;
}

.notification-box .image svg {
    width: 100%;
    height: 100%;
}

.notification-box .details {
    display: inline-block;
    padding-left: 5px;
    width: calc(100% - 60px);
    vertical-align: top;
    margin-top: -5px;
}

.notification-box .date {
    color: #aaa;
    font-size: 14px;
    font-style: italic;
}

.notification-box {
    border-bottom: 1px solid #f3f3f3;
    padding: 10px;
}

.notification-box.unseen {
    background: #f5f5f5;
}

.profile-tabs li.active a {
    background: #f1f1f1!important;
}

.featured-slider-loader {
    font-size: 24px;
    padding-top: 10px;
}

.featured-slider-1 {
    display: none;
}

.load-more-ads,
.load-more-author-ads,
.load-more-related-ads {
    position: relative;
}
.load-more-ads .small-loader,
.load-more-author-ads .small-loader,
.load-more-related-ads .small-loader {
    position: absolute;
    left: 10px;
    display: none;
}
.load-more-ads .small-loader:after,
.load-more-author-ads .small-loader:after,
.load-more-related-ads .small-loader:after {
    color: #fff;
}

.article_action {
    position: absolute;
    top: 21px;
    right: 10px;
}
.add-article-btn {
    color: #f58836;
    margin-bottom: 10px;
    margin-right: -2px;
}
.add-article-btn:hover,
.add-article-btn:active,
.add-article-btn:focus {
    color: #363c47!important;
}
.add-article-btn i {
    font-size: 12px;
}
.switcher {
    width: 90px;
    height: 35px;
    border: 1px solid #eee;
    border-radius: 2px;
    background: #f9f9f9;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.switcher:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 100%;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.switcher.off:after {
    background: #86878a;
    border-color: #6f7075;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}
.switcher.on:after {
    background: #f58836;
    border-color: #dc7a31;
    left: 45px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}
.has-translated-content {
    display: none;
}
.add-article-switcher .switcher {
    margin-top: 2px;
}
#homepage-link .fa-bars {
    margin-right: 3px;
    opacity: .8;
}
a.default-color {
    color: #777;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a.default-color:hover {
    text-decoration: underline;
}

#set_rate {
    display:inline;
}

#views-articles-data {
    margin:0;
    padding:0;
    position: relative;
}

#views-articles-data .rating > label {
    margin:0;
}

#views-articles-data span.review_rating {
    margin-top:0;
}

#views-articles-data .view-details-review .rating > label {
    margin:5px 0 0;
}

.post-info a.category {
    float: right;
}

.categories-sidebar a {
    display: block;
    color: #232323;
}
.categories-sidebar a:hover,
.categories-sidebar a.active {
    color: #f58936;
}
.categories-sidebar a span {
    float: right;
}
.categories-sidebar li {
    border-bottom: 1px solid #f5f5f5;
}
.categories-sidebar li:last-of-type {
    border-bottom: none;
}
.articles-show-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80px;
}


/* Validate socials apps */
.alert-social-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-social-success:focus {
    border-color: #d6e9c6;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(223, 240, 216, 0.8);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(223, 240, 216, 0.8);
}
.alert-social-danger {
    background: #f2dede;
    border: 1px solid #ebccd1 !important;
    color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(235, 204, 209, 0.8) ;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px  rgba(235, 204, 209, 0.8);
}

.last-adverts-list .image {
    /*opacity: 1;*/
    /*-webkit-transition: all 0.3s;*/
    /*-moz-transition: all 0.3s;*/
    /*-ms-transition: all 0.3s;*/
    /*-o-transition: all 0.3s;*/
    /*transition: all 0.3s;*/
}
.last-adverts-list .image:hover {
    opacity: 1;
}

div#add-categories-popup {
    position: fixed;
    background: rgba(255,255,255,0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
}

#add-categories-popup .acp-content {
    background: #fff;
    width: 900px;
    padding: 20px 30px;
    margin: 0 auto;
    position: relative;
    top: 40%;
    transform: translateY(-50%);
    box-shadow: 0 6px 22px -8px #333;
}

.acp-content h2 {
    font-weight: 600;
    color: #333;
}

.acp-content select.form-control {
    font-size: 14px;
    padding: 8px;
}

.close-acp-content {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 20px;
    opacity: .4;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.close-acp-content a {
    color: #333;
}

.close-acp-content:hover {
    opacity: 1;
}

.acp-content .btn-orange {
    margin-top: 15px;
    font-size: 14px;
}

.attributes-by-category .additional-label input[type="checkbox"] {
    display: none;
}

.attributes-by-category .additional-label {
    background: #f9f9f9;
    border: 1px solid #eee;
    line-height: 18px;
    padding: 2px 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.attributes-by-category .additional-label.checked,
.attributes-by-category .additional-label:hover {
    background-color: #f58936;
    border-color: #dc7b30;
    color: #fff !important;
}

.comma-listed li:not(:last-of-type):after {
    content: ',';
}

.comma-listed li {
    display: inline-block;
    padding-right: 6px;
}


/* Change password user */
a.set-cancel {
    padding: 6px 20px;
    font-weight: 600;
    font-size:14px;
}

.set-password input {
    width:60% !important;
}

.set-password div.form-inline {
   margin-bottom: 0 !important;
   display:none;
}

.set-password label.check-password {
    margin-bottom:10px;
    padding: 8px;
}

.set-password label.result-check {
    padding: 0;
    margin-bottom: 0;
}

a.all-articles {
    text-decoration: none;
    position: absolute;
    top: -5px;
    left: calc(100% + 10px);
    font-size: 16px;
    width: 100%;
}

.share-reward  {
    border: 1px dashed #b6f5ad;
    margin-bottom: 5px;
    padding: 0 5px;
    font-size: 14px;
    color: #32b01f;
    text-align: center;
    display: none;
}
