/* YOUR CUSTOM STYLES */

html, body {
    height: 100%;
}

.card {
    visibility: hidden;
}

body {
    padding-top: 0px;
}

.btn {
    border-radius: 25px;
}

.navbar {
    background-color: #f58025;
    margin-bottom: 0px;
    height: 75px;
    z-index: 99;
}

.dropdown-item > a {
    color: black;
    font-size: 24px;
}

.nav-link {
    color: white;
    font-size: 18px;
}

body > div.navbar > div > div.hidden-lg-up > ul > li.nav-item > a {
    margin-right: 0px;
    margin-left: 0px;
}

.btn-warning {
    background-color: #f58025;
    color: white;
}

.warning-color {
    background-color: #f58025 !important;
}

.nav-action-buttons {
    float: right;
    display: inline;
    padding-top: 10px;
}

.body-content {
    padding-top: 15px;
    min-height: 102%;
    padding-bottom: 130px;
    position: relative;
    background-color: rgba(0,0,0,.05);
    /*background-color: #F5F5F5;*/
}

#bh_footer {
    border-top: 1px solid lightgrey;
    bottom: 30px;
    margin: auto;
    height: 100px;
    width: 90%;
    margin-bottom: 0px;
    left: 50%;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #f58025;
    color: grey;
}

.footer-image {
    width: 50%;
    margin: auto;
    display: block;
    margin-top: 15px;
}

#header-mobile-menu {
    position: absolute;
    z-index: 2;
    display: block;
    width: 100%;
    margin-top: 1px;
}

#preview {
    padding: 15px;
    margin-top: 15px;
    border-radius: 25px
}

.btn-warning-outline {
    background-color: white;
    border: 1px solid grey;
}

body > div.body-content > div.container > div.col-md-6 > div > h3 {
    background-color: #f58025 !important;
}

.alert, .author-box, .badge, .breadcrumb, .card, .card .card-header, .dropdown-menu, .file-custom, .input-group-addon, .jumbotron, .list-group .list-group-item, .nav .nav-link, .nav-tabs, .navbar, .navbar-toggler, .page-item:first-child .page-link, .page-item:last-child .page-link, .pagination-lg .page-item:first-child .page-link, .pagination-lg .page-item:last-child .page-link, .pagination-sm .page-item:first-child .page-link, .pagination-sm .page-item:last-child .page-link, .popover, .tooltip-inner, img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.dropdown-menu {
    top: 50px;
    width: 100%;
}


.mobile-menu-button {
    font-size: 32px;
}

.navbar {
    background-color: dimgrey !important;
    height: 60px;
}

/* CARD and Images to fit in cards */
.img-fit-border {
    max-height: 100%;
    min-height: 200px;
    max-width: 100%;
    object-fit: contain;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    text-align: center;
}

.logo-blackbg {
    background-color: #000;
    width: 100%;
    height: 200px;
    max-width: 100%;
    padding: 10px;
}

.logo-whitebg {
    background-color: #fff;
    width: 100%;
    height: 200px;
    max-width: 100%;
    padding: 10px;
}

.logo-orangebg {
    background-color: #f58025;
    width: 100%;
    height: 200px;
    max-width: 100%;
    padding: 10px;
}

.logo-graybg {
    background-color: #444;
    width: 100%;
    height: 200px;
    max-width: 100%;
    padding: 10px;
}

.btn-orange {
    background: #f58025;
    border-radius: 4px;
}

.title-row .btn-orange:hover, .title-row .btn-orange:focus {
    background-color: #ee5f09 !important;
}

.title-row .btn-orange.active {
    background-color: #ee5f09 !important;
}


.title-row {
    width: 100%;
    padding: 0;
    margin: 0 0 50px 0;
}

    .title-row .btn {
        border-radius: 3px;
        text-align: left;
    }

    .title-row .btn-primary {
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0px 2px 2px 0 rgba(0, 0, 0, 0.12);
    }

    .title-row .btn-orange {
        background: #f58025;
    }

        .title-row .btn-orange:hover, .title-row .btn-orange:focus {
            background-color: #ee5f09 !important;
        }

        .title-row .btn-orange.active {
            background-color: #ee5f09 !important;
        }

.dl-img {
    height: 200px; /* equals max image height */
    white-space: nowrap;
    text-align: center;
    margin: 1em 0;
}

.card {
    padding-top: 0;
    margin-bottom: 30px;
    /* [if IE] vertical-align:middle; ![endif] ; */
}




    .card img {
        width: auto;
        overflow: hidden;
        margin: 0;
        border-radius: 3px 3px 0 0;
    }

.card-body {
    margin: 10px 0;
    text-align: center;
    height: 250px;
}

    .card-body .card-title {
        font-size: 18px;
        line-height: 1.3em;
        padding: 0 10px;
        height: 3em;
    }

    .card-body .btn {
        border-radius: 3px;
        text-align: left;
    }

    .card-body .btn-orange {
        background: #f58025;
    }

        .card-body .btn-orange:hover, .title-row .btn-orange:focus {
            background-color: #ee5f09 !important;
        }

        .card-body .btn-orange.active {
            background-color: #ee5f09 !important;
        }

.logo-img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 95%;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    vertical-align: middle;
}

.search-results {
    margin: 10px 0;
    text-align: center;
    height: 40px;
}

.dl-img .logodownloads {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    text-align:center;
}

    .dl-img .logodownloads img {
        width: auto;
        height: 200px;
        max-width: 100%;
        padding: 10px;
    }

.filesize {
    font-size: 13px;
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 10px;
}

.login-image-card {
    background-image: url('/Content/Images/blur-big.png');
    background: #f58025; /* For browsers that do not support gradients */
    background: linear-gradient(to bottom, rgba(245,128,37,1), rgba(232,96,22,1));
    background-size: cover;
    height: 100%;
    background-position: center;
}

.carousel-item img {
    margin:auto;
}

.modalCenter {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: auto;
    overflow: hidden !important;
    text-align: center;
}

.modalWrapper {
    height: 80%;
    width: 100%;
}


ul.detail {
    margin-bottom: 1em;
    margin-left: 20px;
    margin-right: 0;
    padding-left: 0px;
}
    ul.detail li {
    list-style-type: disc;
        margin-left: 20px;
        margin-right: 0;
    }
    ul.detail li ul {
    margin-bottom: 1em;
    margin-left: 20px;
    margin-right: 0;
    padding-left: 0px;
    }
        ul.detail li ul li {
            list-style-type: circle;
            margin-left: 20px;
            margin-right: 0;
        }
            ul.detail li ul li ul {
                margin-bottom: 1em;
                margin-left: 20px;
                margin-right: 0;
                padding-left: 0px;
            }
                ul.detail li ul li ul li {
                    list-style-type: square;
                    margin-left: 20px;
                    margin-right: 0;
                }
/* -------------- FONTS ----------------------------------- */
.omnes-r {
    font-family: omnes-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.omnes-i {
    font-family: omnes-pro, sans-serif;
    font-weight: 400;
    font-style: italic;
}

.omnes-m {
    font-family: omnes-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.opensans-r {
    font-family: open-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.opensans-i {
    font-family: open-sans, sans-serif;
    font-weight: 400;
    font-style: italic;
}

.opensans-m {
    font-family: open-sans, sans-serif;
    font-weight: 600;
    font-style: italic;
}

.carousel-inner > .carousel-item > a > img, .carousel-inner > .carousel-item > img, .img-fluid {
    display: block;
    max-width: 100%;
    height: auto;
}


.ts {
    min-height: 450px;
    width: 100%;
    background: url('../../content/images/video-toddstrong-1.png') no-repeat right bottom;
    background-size: contain;
    padding: 30px;
}
.quote-1 {
    color: #fff;
    text-align: left;
}
.quote-1 h1 {
    font-size: 60px;
}
.quote-2 {
    float: left;
    color: #fff;
    text-align: left;
}
.quote-2 h1 {
    font-size: 60px;
}
.quote-3 {
    float: left;
    color: #fff;
    text-align: left;
}
.quote-3 h1 {
    font-size: 60px;
}

.animation-container {
    position: relative;
    width: 500px;
    float: left;
}

.text-box {
    font-size: 60px;
    float: left;
    position: absolute;
    width: 100%;
    color: #fff;
    font-size: 60px;
    text-align: left;
    font-weight: 700;
    opacity: 0;
    transform: translateY(40px);
}
.text-box h1 {
    font-size: 60px;
}

.text-1 {
    animation: fadeInUp 1s ease-out forwards, fadeOut 1s ease-out 1.5s forwards;
}

.text-2 {
    animation: fadeInUp 1s ease-out 1s forwards, fadeOut 1s ease-out 2.5s forwards;
}

.text-3 {
    animation: fadeInUp 1s ease-out 1s forwards;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

/* Enhancements */
.text-box {
    transition: all 0.3s ease;
    will-change: transform, opacity;
}

/* Responsive design */

@media (max-width: 1200px) {
    .ts {
        min-height: 450px;
        width: 100%;
        background: none;
        background-size: contain;
        padding: 30px;
    }





}
@media (max-width: 768px) {
    .text-box {
        font-size: 2rem;
    }

    .animation-container {
        height: 120px;
    }
}

@media (max-width: 480px) {
    .text-box {
        font-size: 1.5rem;
        letter-spacing: 0.1em;
    }

    .animation-container {
        height: 100px;
    }
}
.requested {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
    .requested .box {
        flex-grow: 1;
        border-left: 1px solid #aaa;
        padding: 15px 15px 15px 15px;
        font-size: 22px;
        height: 100%;
    }
@media (max-width: 1200px) {
    .requested {
        align-items: stretch;
    }
}