/* alerts */
.alert {
    margin: 1rem 0;
    padding: 0.75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-size: 14px;
    line-height: 1.5;
}
.alert.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/* forms */
.special-field {
    display: none !important;
    visibility: hidden !important;
}

.field:not(.error-field) > .error,
.upload-box:not(.error-field) > .error {
    display: none;
}

#subscribe-objects-form.inline-fields {
    margin-top: 40px;
}

/* additional styles for typeahead.js */

.twitter-typeahead {
    display: block !important;
}
.tt-hint {
    color: #999
}
.tt-menu {
    width: 100%;
    margin: 2px 0 0;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.tt-suggestion {
    padding: 3px 20px;
    font-size: 15px;
    color: #333;
    cursor: pointer;
}
.tt-suggestion:hover,
.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0fa38e;
}

/*#objects-list-box {
    overflow: auto;
}*/

.m-to {
    opacity: 0;
}

.object .vr-tour-icon {
    cursor: default;
}

.similar-box.comments .container-small {
    z-index: 11;
}

#objects-layout.list-view #objects-list-box.loading {
    min-height: 80px;
}


.form .field.checkbox-item.required:after{
    content: none!important;
}

.bg-scheme-2 {
    background: #004e7c !important;
    background: -moz-linear-gradient(left, #004e7c 0%, #1a9dd8 100%) !important;
    background: -webkit-linear-gradient(left, #004e7c 0%, #1a9dd8 100%) !important;
    background: linear-gradient(to right, #004e7c 0%, #1a9dd8 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004e7c', endColorstr='#1a9dd8', GradientType=1) !important;
}

.bg-scheme-3 {
    background: #22a3ff;
    background: -moz-linear-gradient(left, #22a3ff 0%, #a9dbfc 100%) !important;
    background: -webkit-linear-gradient(left, #22a3ff 0%, #a9dbfc 100%) !important;
    background: linear-gradient(to right, #22a3ff 0%, #a9dbfc 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#22a3ff', endColorstr='#a9dbfc', GradientType=1) !important;
}
.link-color-scheme-3{
    color: #22a3ff;
    }
.link-color-scheme-3:hover{
    color: #a9dbfc;
    }

.page-load blockquote .text:before,
.page-load blockquote .text *:last-child:after {
    content: '«';
}

.page-load blockquote .text *:last-child:after {
    content: '»';
}
.invisible-seo-additional-text {
    display: none;
}