#loader:after,
#loader:before {
    content: "";
    position: absolute;
    border-radius: 50%
}

.circ-one,
.loading7 i {
    background: rgba(39, 47, 217, .42)
}

#loader,
#loader:after,
#loader:before,
.loading7 i {
    border-radius: 50%
}

#loader-wrapper .loader-section,
#preloader {
    height: 100%;
    background-repeat: no-repeat;
    left: 0
}

#flex_wrapper,
#flex_wrapper-xs {
    top: calc(50% - 50px);
    width: 100%
}

.loaderBtn,
.more {
    text-decoration: none
}

#loadMore,
#loader p,
#loading_text,
.loaderStat,
.more {
    text-align: center
}

.loader a:hover {
    color: #fff
}

.loader {
    display: flex;
    position: relative;
    clear: both;
    margin: 40px auto;
    width: 100%;
    align-content: center;
    justify-content: center
}

.circ-one,
.circ-two {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: relative;
    display: block
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000
}

#loader {
    position: relative;
    height: 50px;
    z-index: 1001;
    display: block;
    width: 100px
}

#loader:before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    -webkit-animation: 3s linear infinite spin;
    animation: 3s linear infinite spin
}

#loader:after {
    top: 15px;
    right: 15px;
    left: 15px;
    bottom: 15px
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(73, 73, 73, .98);
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    z-index: 1000;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

#loadMore:hover,
#loading,
#preloader {
    background-color: #fff
}

#loader-wrapper .loader-section.section-left {
    left: 0
}

#loader-wrapper .loader-section.section-right {
    right: 0
}

.circ-one {
    float: left;
    -webkit-animation: 1s cubic-bezier(.445, .1, .55, .9) infinite load-x;
    animation: 1s cubic-bezier(.445, .1, .55, .9) infinite load-x
}

.circ-two {
    background: rgba(237, 102, 155, .79);
    float: right;
    -webkit-animation: 1s cubic-bezier(.445, .1, .55, .9) infinite load-y;
    animation: 1s cubic-bezier(.445, .1, .55, .9) infinite load-y
}

.loading7,
.loading7 i {
    width: 50px;
    height: 50px
}

@-webkit-keyframes load-x {

    0%,
    100% {
        left: -10px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        z-index: 2
    }

    50% {
        left: 60px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        z-index: 1
    }
}

@keyframes load-x {

    0%,
    100% {
        left: -10px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        z-index: 2
    }

    50% {
        left: 60px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        z-index: 1
    }
}

@-webkit-keyframes load-y {

    0%,
    100% {
        right: -10px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    50% {
        right: 60px;
        -webkit-transform: scale(1);
        transform: scale(1);
        z-index: 1
    }

    75% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        z-index: 2
    }
}

@keyframes load-y {

    0%,
    100% {
        right: -10px;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    25% {
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    50% {
        right: 60px;
        -webkit-transform: scale(1);
        transform: scale(1);
        z-index: 1
    }

    75% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        z-index: 2
    }
}

#loader p {
    font-size: 14px;
    font-weight: 40px;
    color: rgba(192, 41, 66, .51);
    -webkit-animation: 2s ease-in-out infinite pulse;
    animation: 4s ease-in-out infinite pulse;
    padding: 4px;
    background: 0 0
}

@-webkit-keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: .7s cubic-bezier(.645, .045, .355, 1) .3s;
    transition: .7s cubic-bezier(.645, .045, .355, 1) .3s
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: .7s cubic-bezier(.645, .045, .355, 1) .3s;
    transition: .7s cubic-bezier(.645, .045, .355, 1) .3s
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: .3s ease-out 1s;
    transition: .3s ease-out 1s
}

[class*=entypo-]:before {
    font-family: entypo, sans-serif
}

* {
    box-sizing: border-box
}

.preloadpage * {
    -webkit-transition: none !important;
    transition: none !important
}

.aligner {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.aligner-item {
    max-width: 50%
}

.aligner-item--top {
    align-self: flex-start
}

.aligner-item--bottom {
    align-self: flex-end
}

.loading7 {
    margin-left: calc(50% - 10px)
}

.loading7 i {
    display: inline-block;
    position: absolute
}

.loading7 i:first-child {
    transform: translate(-90px, 0);
    animation: 1.45s linear infinite loading7-ani1
}

.loading7 i:nth-child(2) {
    background: rgba(237, 102, 155, .79);
    transform: translate(90px, 0);
    animation: 1.42s linear infinite loading7-ani2
}

@keyframes loading7-ani1 {
    25% {
        z-index: 2
    }

    50% {
        transform: translate(50px, 0) scale(1)
    }

    75% {
        transform: translate(0, 0) scale(.15)
    }

    100% {
        transform: translate(-50px, 0) scale(1)
    }
}

@keyframes loading7-ani2 {
    25% {
        transform: translate(0, 0) scale(.15)
    }

    50% {
        transform: translate(-50px, 0) scale(1)
    }

    75% {
        z-index: 2
    }

    100% {
        transform: translate(50px, 0) scale(1)
    }
}

.loader-circle-on {
    border: 1px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #3498db;
    width: 24px;
    height: 24px;
    -webkit-animation: 1s linear infinite spinUp;
    animation: 1s linear infinite spinUp;
    opacity: 0
}

.loader-circle-on.activeLoader {
    opacity: 1 !important
}

@-webkit-keyframes spinUp {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spinUp {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

div#preloaded-images {
    position: absolute;
    overflow: hidden;
    left: -9999px;
    top: -9999px;
    height: 1px;
    width: 1px
}

#preloader {
    position: fixed !important;
    top: 0;
    right: 0;
    width: 100%;
    overflow: visible;
    background-position: center center;
    z-index: 999
}

#sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 120vh;
    background-color: rgba(0, 0, 0, .5);
    z-index: 10;
    will-change: opacity
}

.preloader-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 0;
    margin-top: 0;
    background-color: #fff !important
}

#content_wrapper {
    background-color: #eee
}

.preloader-wrapper.small {
    width: 36px;
    height: 36px
}

.preloader-wrapper.big {
    width: 64px;
    height: 64px
}

.preloader-wrapper.active {
    -webkit-animation: 1568ms linear infinite container-rotate;
    animation: 1568ms linear infinite container-rotate
}

@-webkit-keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.button-load {
    background-color: rgba(165, 165, 165, .57) !important;
    padding: 2px
}

.loading_bar,
.loading_bar-xs {
    background: #007bffcc;
    margin: 0 1px
}

.more {
    position: static;
    bottom: 5%;
    left: 40%;
    right: 40%;
    color: #00f;
    letter-spacing: 1px;
    font-size: 16px
}

#loadMore {
    padding: 10px;
    background-color: #33739e;
    color: #fff;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 1px 1px #ccc;
    transition: .6s ease-in-out;
    -webkit-transition: .6s ease-in-out;
    -moz-transition: .6s ease-in-out;
    -o-transition: .6s ease-in-out
}

#loadMore:hover {
    color: #33739e
}

#loading {
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000
}

#flex_wrapper {
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: infinite loading
}

#flex_wrapper-xs {
    position: relative;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: infinite loading-xs
}

#loading_text {
    width: 100%;
    font-size: 1.2em;
    font-weight: 400;
    position: relative;
    top: calc(50% - 30px);
    height: 50px;
    line-height: 25px
}

.loading_bar {
    width: 10px;
    height: 50px;
    border-radius: 10px;
    animation: .9s infinite loading
}

@keyframes loading {

    0%,
    100% {
        height: 10px
    }

    50% {
        height: 50px
    }
}

.loading_bar-xs {
    width: 4px;
    height: 20px;
    border-radius: 15px;
    animation: .9s infinite loading-xs
}

.loading_bar-xs:first-child,
.loading_bar:first-child {
    animation-delay: -.1s
}

.loading_bar-xs:nth-child(2),
.loading_bar:nth-child(2) {
    animation-delay: -.2s
}

@keyframes loading-xs {

    0%,
    100% {
        height: 10px
    }

    50% {
        height: 20px
    }
}

.loading_bar-xs:nth-child(3),
.loading_bar:nth-child(3) {
    animation-delay: -.3s
}

.loaderBtn:hover {
    background: #00000047
}

.loaderBtn {
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: auto;
    height: 44px;
    border-radius: 32px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    background: #1b79c4;
    transition: .6s ease-out;
    cursor: pointer;
    color: #fff;
    font-family: Avenir, "Avenir Next", sans-serif
}

.lds-ellipsis,
.lds-spinner {
    display: inline-block;
    position: relative
}

.loaderBtn img {
    width: 34px;
    padding: 1px 1px 1px 7px;
    transition: .6s ease-out
}

.disable {
    opacity: 0.5;
    pointer-events: none;
}

#lds-spinner {
    display: none
}

.lds-spinner {
    width: 9px;
    height: 9px;
    top: -4px;
    margin-left: 5px
}

.lds-spinner div {
    transform-origin: 8px 8px;
    animation: 1.4s linear infinite lds-spinner
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 8px;
    width: 2px;
    height: 4px;
    border-radius: 13%;
    background: #fff
}

.lds-spinner div:first-child {
    transform: rotate(0);
    animation-delay: -1.4s
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -.9s
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -.8s
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -.7s
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -.6s
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -.5s
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -.4s
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -.3s
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -.2s
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -.1s
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s
}

@keyframes lds-spinner {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.lds-ellipsis {
    width: 80px;
    height: 80px
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.lds-ellipsis div:first-child {
    left: 8px;
    animation: .6s infinite lds-ellipsis1
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: .6s infinite lds-ellipsis2
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: .6s infinite lds-ellipsis2
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: .6s infinite lds-ellipsis3
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(24px, 0)
    }
}

.loaderStat {
    display: none
}

.list-group #first {
    text-align: center;
    margin: 2rem auto 3rem auto;
    border-bottom: 1px solid var(--accent-color);
    padding-bottom: 2rem;
}

.article-preloader {
    display: none;
}