html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.wrapper {
    flex: 1 0 auto;
}

.footer {
    flex-shrink: 0;
}

#slides {
    height: 60vh !important;
}

.btn.btn-alt {
    font-size: 14px;
    color: #ffffff !important;
    padding: 15px 35px;
    border: 0;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #343434;
    margin-left: 20px;
}

    .btn.btn-alt.fullwidth {
        margin-left: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .btn.btn-alt:hover {
        color: #ffffff !important;
        background-color: #00457f;
    }

.footer-link:hover {
    color: #fff;
    text-decoration: underline;
}

.btn.btn-secondary.btn-find-chiro {
    padding: 11px 15px;
    font-size: 12px;
    font-weight: bold;
}

    .btn.btn-secondary.btn-find-chiro:hover {
        color: #ffffff !important;
        text-decoration: underline;
    }

.navbar-main .nav > li > a {
    text-transform: uppercase;
}

.navbar-main .dropdown-menu > li a:hover {
    background-color: #0c1f38;
    color: #fff;
    text-decoration: underline;
}

.media.partnerHeight {
    /*display: table-cell;*/
    vertical-align: middle;
}

.content-page .container {
    padding-top: 40px;
}

.navbar-brand img {
    margin-top: -55px;
}

    .navbar-brand img.logo-stiky {
        margin-top: 5px
    }

.testimonial-1 img {
    max-height: 60px;
}

@media (max-width: 767px) {
    .navbar-main .navbar-brand img:last-child {
        margin-top: -17px
    }
}

.btn-rnd {
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    margin: 0 14px;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #0c1f38;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
}

    .btn-rnd:hover i {
        color: #ffffff;
        text-decoration: underline;
    }

.topbar-sosmed {
    margin-left: 0;
}

/*=== Loader ===*/

.loader-container {
    display: none;
}

.spinner {
    width: 50px;
    height: 50px;
    position: relative;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/*=== Loader End ===*/
