html {
    position: relative;
    min-height: 100%;
}
body {
    font-family: Roboto,"Helvetica Neue",Arial,sans-serif;
    background-color: #f5f6f8;
    color: #343a40;
    margin-bottom: 6rem;
}
a:hover {
    text-decoration: none;
}
.navbar__image {
    height: 50px;
}
.header {
    background: url(/images/delaemtelo-top.jpg) no-repeat center;
    background-size: cover;
}
.header__title {
    font-size:2rem;
    font-weight: 200;
    line-height: 1.2;
    height: 400px;
}
.header__title-first {
    font-weight: 700;
    font-size: 3.5rem;
}
.preview {
    background-color: #f2f2f2;
}
.preview-block {
    padding: 3rem 0.7rem;
}
.preview-block__icon {
    color: #ff7878;
    font-size: 2rem;
}
.preview-block__title {
    font-weight: bold;
    font-size: 1.2rem;
    text-transform: uppercase;
}
.preview-block__description {
    font-weight: 300;
    margin-top: .7rem;
}
.under-preview {
    background-color: #e0e0e0;
}
.under-preview-block {
    padding: 2rem 0.7rem;
}
.under-preview-block__title {
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 3rem;
}
.footer {
    background-color: gray;
    /*padding: 2rem 0.7rem;*/
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5rem;
    line-height: 5rem;
}
.footer__image {
    height: 30px;
}
.circle .fas {
    font-size: 2.8rem;
    line-height: 4.5rem;
    color: white;
}
.circle [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.circle [type=radio] + div {
    cursor: pointer;
    background: #bbbbbb;
    border-radius: 50%;
    width: 4.5rem;
    height: 4.5rem;
    text-align: center;
}
.circle [type=radio]:checked + div {
    background: #28a106;
}
.ui-w-50 {
    width: 4rem !important;
    height: auto;
}
.media-body {
    color: #343a40;
    line-height: 1;
}
.small-tiny {
    font-size: 65% !important;
}
.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.display-4 {
    font-size: 2rem;
}
.display-3 {
    font-size: 1.6rem;
    width: 1.8rem;
}
.font-weight-bolder {
    font-weight: 900 !important;
}
.row-bordered>.col::before, .row-bordered>[class^="col-"]::before, .row-bordered>[class*=" col-"]::before, .row-bordered>[class^="col "]::before, .row-bordered>[class*=" col "]::before, .row-bordered>[class$=" col"]::before, .row-bordered>[class="col"]::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    display: block;
    height: 0;
    border-top: 1px solid rgba(24,28,33,0.06);
}
.row-bordered>.col::after, .row-bordered>[class^="col-"]::after, .row-bordered>[class*=" col-"]::after, .row-bordered>[class^="col "]::after, .row-bordered>[class*=" col "]::after, .row-bordered>[class$=" col"]::after, .row-bordered>[class="col"]::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    display: block;
    width: 0;
    border-left: 1px solid rgba(24,28,33,0.06);
}
.card {
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 4px rgba(24,28,33,0.009);
    box-shadow: 0 1px 4px rgba(24,28,33,0.009);
}
.navbar-icon {
    font-size: 1.2rem;
    margin-right: .41rem
}
.badge {
    border-radius: .625rem;
    font-size: .75rem;
    padding: .1875rem .4375rem;
}
.dropdown>a>.badge {
    padding: 2px 5px;
    position: absolute;
    left: 1rem;
    top: 0.3rem;
}
.badge-danger {
    background-color: #f05050;
    color: #fff;
}
.hide-arrow::after {
    display:none;
}
.btn-primary {
    background-color: #26B4FF !important;
    border-color: #26B4FF !important;
}
.btn-primary:hover {
    background-color: #20a2e6 !important;
    border-color: #20a2e6 !important;
}
.text-primary {
    color: #26B4FF !important;
}
.bg-primary {
    background-color: #26B4FF !important;
}
.dropdown-top-header {
    margin-top: -0.7rem;
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem;
    font-size: .8rem;
}
.text-lightest {
    color: #e8e8e9 !important;
}
.dropdown-item {
    padding-left: 1rem;
}
.text-light {
    color: #babbbc !important;
}
.dropdown-menu {
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.09);
    box-shadow: 0 1px 6px rgba(0,0,0,0.09);
}
.dropdown-menu-header {
    overflow: hidden;
    padding: 0;
}
.line-height-condenced {
    line-height: 1.3 !important;
}
.ui-icon {
    display: inline-block;
    width: 46px;
    height: 46px;
    border: 2px solid;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    line-height: calc(46px - 4px);
}
.ui-icon-sm {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: calc(30px - 4px);
}
.ui-icon-sm.border-0 {
    line-height: 30px;
}
.dropdown-menu.collapsing {
    display:block;
}
.avatar-photo {
    padding: 1rem;
    color: #bbbbbb;
    background-color: #e2e2e2;
    cursor: pointer;
    border-radius: 50%;
    width: 8rem;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.avatar-photo img {
    max-height: 8rem;
}
.avatar-small-photo {
    padding: 1rem;
    color: #bbbbbb;
    background-color: #e2e2e2;
    cursor: pointer;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.avatar-small-photo img {
    max-height: 4rem;
}
.avatar-photo i {
    font-size: 3rem;
}
.btn-outline-primary {
    color: #26B4FF;
    border-color: #26B4FF;
}
.btn-outline-primary:hover {
    background-color: #26B4FF;
    border-color: #26B4FF;
}
.btn:focus {
    outline: none;
    box-shadow: none;
}
@media (min-width: 576px) {
    .dropdown-menu {
        min-width: 250px;
    }
}
@media (min-width: 991px) {
    .dropdown-menu-header {
        min-width: 22rem;
    }
}

@media (max-width: 992px) {
    .dropdown>a>.badge {
        left: 0.5rem;
    }
}

@media (max-width: 1199px) {
    .header__title {
        font-size:1.8rem;
        height: 250px;
    }
    .header__title-first {
        font-size:3rem;
    }
    .under-preview-block__title {
        font-size: 2rem;
        line-height: 2.3rem;
    }
}
@media (max-width: 767px) {
    .header__title {
        font-size:1.5rem;
        height: 200px;
    }
    .header__title-first {
        font-size:2.5rem;
    }
    .under-preview-block {
        padding: 1.5rem 1rem;
    }
    .under-preview-block__title {
        font-size: 1.8rem;
        line-height: 2rem;
    }
}
@media (max-width: 575px) {
    .header__title {
        font-size:1.1rem;
        font-weight: 300;
        height: 140px;
    }
    .header__title-first {
        font-size:2rem;
        margin-top: -.4rem;
    }
    .navbar__image {
        height: 45px;
    }
    .preview-block {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 1rem 0.7rem 0;
    }
    .under-preview-block {
        padding: 1rem;
    }
    .under-preview-block__title {
        font-size: 1.5rem;
        line-height: 1.6rem;
    }
    .preview-block:last-child {
        padding: 1rem 0.7rem 1.5rem;
    }
}
.eating {
    flex-direction: column;
}
.eating.active {
    background: rgba(177, 228, 255, 0.25);
}
