body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

/* BASICS */
.link-unstyled, 
.link-unstyled:visited, 
.link-unstyled:hover, 
.link-unstyled:active, 
.link-unstyled:focus, 
.link-unstyled:active:hover {
    font-style: inherit;
    color: inherit;
    background-color: transparent;
    font-size: inherit;
    text-decoration: none;
    font-variant: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-family: inherit;
    border-radius: inherit;
    border: inherit;
    outline: inherit;
    box-shadow: inherit;
    /* padding: inherit; */
    padding: 0px;
    vertical-align: inherit;
}
.bg-white {
    background:white;
}

.bd-subnavbar {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05), inset 0 -1px 0 rgba(0,0,0,0.15);
}

/* PRODUCT LIST */
.product-item h3 {
    margin-bottom: 0px!important;
}
.product-item .alert {
    margin-bottom: 0px!important;
    height: 57px!important;
}
.product-item .product-parameter {
    height: 57px!important;
}
.product-item .product-amount {
    font-size: 18px!important;
}
.product-item .alert-secondary {
    background-color: white!important;
}
.divider {
    border-right: 1px solid rgba(0,0,0,.125);
}

/* SEARCH FORM */
.btn-outline-filter {
    border: 1px solid #ced4da!important;
    font-weight: 600!important;
    font-size: .9em;
}
.btn-outline-filter:not(:disabled):not(.disabled).active, 
.btn-outline-filter:not(:disabled):not(.disabled):active, 
.show>.btn-outline-filter.dropdown-toggle {
    background: white;
    border-bottom: 2px solid #061522!important;
}
.btn-outline-filter:hover {
    background: #f5f5f5!important;
}
.btn-outline-filter.focus, .btn-outline-filter:focus {
    box-shadow: none;
    color: #061522!important;
}

.btn-outline-toggle {
    border: 1px solid #ced4da!important;
    font-weight: 600!important;
    font-size: .9em;
}

/* CHARTIST LEGENDS */
.chartist-legend.ct-series-1 {
    color:#d70206
}
.chartist-legend.ct-series-2 {
    color:#f05b4f
}
.chartist-legend.ct-series-3 {
    color:#f4c63d
}
.chartist-legend.ct-series-4 {
    color:#d17905
}
.chartist-legend.ct-series-5 {
    color:#453d3f
}
.chartist-legend.ct-series-6 {
    color:#59922b
}
.chartist-legend.ct-series-7 {
    color:#0544d3
}
.chartist-legend.ct-series-8 {
    color:#6b0392
}
.chartist-legend.ct-series-9 {
    color:#f05b4f
}
.chartist-legend.ct-series-10 {
    color:#dda458
}
.chartist-legend.ct-series-11 {
    color:#eacf7d
}
.chartist-legend.ct-series-12 {
    color:#86797d
}
.chartist-legend.ct-series-13 {
    color:#b2c326
}
.chartist-legend.ct-series-14 {
    color:#6188e2
}
.chartist-legend.ct-series-15 {
    color:#a748ca
}

/* DONATE TABLE */
.donate .currency {
    font-size: 0.8rem!important;
}

/* IMAGE SIZES */
.fb-small {
    width:20px;
    height:20px;
}

/* BLOG POSTS */
.post-container {
    max-width: 728px;
    padding-right: 24px;
    padding-left: 24px;
    margin: 0 auto;
    color:  rgba(0, 0, 0, 0.84);
    font-style: normal;
}

.post-title {
    line-height: 48px;
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0;
}

.post-content p{
    font-size: 21px;
    letter-spacing: -0.004em;
    line-height: 1.58;
    font-weight: 400;
    margin-top: 1.5em;
}

.post-content blockquote {
    word-break: break-word;
    margin-left: -20px;
    padding-left: 20px;
    box-shadow: inset 3px 0 0 0 rgba(0, 0, 0, 0.84);
    font-style: italic!important;
    margin-bottom: -0.46em;
}

.post-content h2{
    margin-top: 41px;
    font-size: 34px;
    margin-bottom: -0.28em;
    letter-spacing: -0.022em;
    line-height: 1.12;
    font-weight: 600;
}

.post-content img {
    max-width:100%;
    height:auto;
}

.post-container .card-img-overlay {
    opacity: 1;
    filter: alpha(opacity=90);
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: .25rem;
}
  
/* REAL ESTATE */
.narrow-container {
    max-width: 728px;
    padding-right: 24px;
    padding-left: 24px;
    margin: 0 auto;
    color:  rgba(0, 0, 0, 0.84);
    font-style: normal;
}

/* PAGINATION */
.page-item.active .page-link {
    background-color:#23272A!important;
    border-color: #23272A!important;
    color: white!important;
}
.page-link {
    color: #23272A!important;
}

/* LOCKER */
.content-cover {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    flex-direction: column;
    z-index: 1;
}
.content-cover-card {
    top: 28%;
    height: 72%;
}
.content-cover-table {
    top: 10%;
    height: 90%;
}
.content-cover-top {
    height: 120px;
    background: linear-gradient(rgba(251, 251, 251, 0.1), rgba(251, 251, 251, 0.95));
}
.content-cover-body {
    flex: 1 1 0%;
    background: rgba(251, 251, 251, 0.95);
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding: 24px 24px 0 24px;
}
.content-cover-cta {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.10)!important
}
.skeleton {
    background: linear-gradient(rgba(211,211,211,0.7), rgba(211,211,211,0.7));
    height: 20px;
}