.headline-01 {
    background: radial-gradient(ellipse at center, #1e5799 0%,rgba(54, 151, 142, 0.8) 0%,#0C526C 100%,#3d7eaa 100%,#182848 100%,#6e48aa 100%,#6e48aa 100%);
}

.modal {
    z-index: 1080 !important;
}

.button-01 .btn.f-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;

    border-width: 2px;
    background-color: transparent;
    font-weight: 400;
    opacity: 0.8;
    filter: alpha(opacity=80);
    padding: 8px 16px;
    border-color: #888888;
    color: #888888;
    background: #fff;

    min-height: auto;
    border: 0;
}

.button-01 .btn.f-btn, .button-01 .btn.f-btn:hover, .button-01 .btn.f-btn:focus {
    color: #888888 !important;
}

.text-light .f-header,
.text-light .f-text {
    text-shadow: 0 1px 5px rgba(0,0,0,0.5);
}

.row-img .builder {
    display: flex;
    justify-content: space-around;
}

.ltnt-features-01 .lt-tsr-content {
    width: 100%;
    min-height: 390px;
    padding: 10px 30px;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    margin-top: 30px;
    text-align: center;
    border-color: #CCE7F5;
}

.ltnt-features-01 .lt-tsr-block.flex-column {
    max-width: 292px;
    width: 100%;
}

.ltnt-features-01 .lt-tsr-content .f-header {
    font-weight: 300;
}

.ltnt-features-01 .lt-tsr-content .image-wrapper {
    height: 105px !important;
}

.ltnt-features-01 .lt-tsr-content .image {
    background-size: 50% !important;
}

.ltnt-features-01 .lt-tsr-block.flex-column .f-header > p {
    font-weight: 300;
    font-size: 18px;
}

.dashboard-01--text .part-header .f-header p {
    text-transform: uppercase;
    font-weight: 200;
    color: #333;
    position: relative;
    line-height: 24px;
}

.dashboard-01--text .part-text .f-text p {
    line-height: 28px;
    font-weight: 200;
}

.dashboard-01--text .part-text .f-text {
    line-height: 28px !important;
    font-weight: 200 !important;
}

.page-title-01 .f-header {
    text-transform: uppercase;
    font-weight: 200;
    color: #333;
    position: relative;
}

.footer-01 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.footer-01 .container::after,
.footer-01 .container::before {
    display: none !important;
}

.footer-01 .list-01 {
    display: flex;
    padding: 0;
    margin-bottom: 0 !important;
}

.footer-01 .pull-left,
.footer-01 .pull-right {
    float: inherit !important;
    margin-bottom: 0 !important;
}

.footer-01 .pull-left li {
    list-style: none;
    padding-right: 20px;
}

.footer-01 .pull-left a {
    color: #9a9a9a;
    display: block;
    transition: color .3s;
    text-decoration: none;
}

.footer-01 nav > ul a:not(.btn):hover, .footer-01 nav > ul a:not(.btn):focus {
    color: #777777;
}

.footer-01 .pull-right .footer-list {
    display: flex;
    padding: 0;
    margin-bottom: 0 !important;
}

.footer-01 .pull-right .footer-list li {
    list-style: none;
}

@media screen and (max-width: 768px) {
    .row-img .builder {
        flex-wrap: wrap;
    }

    .row-img .part-image {
        flex: 0 0 50%;
    }

    .row-img .image-box {
        text-align: center;
    }
}


@media screen and (max-width: 600px) {
    .ltnt-features-01 .flex-row {
        justify-content: center;
    }
}

@media screen and (max-width: 414px) {
    .row-img .part-image {
        flex: 0 0 100%;
    }

    .ltnt-features-01 .lt-tsr-content {
        min-height: 190px;
    }

    .footer-01 .pull-left,
    .footer-01 .pull-right {
        width: 100%;
    }

    .footer-01 .pull-left {
        padding-bottom: 20px;
    }

    .footer-01 .list-01 {
        flex-wrap: wrap;
    }

    .footer-01 .pull-left li {
        flex: 0 0 100%;
        padding: 0;
        text-align: center;
    }

    .footer-01 .pull-right .footer-list {
        justify-content: center;
    }
}
