#tdv-logo-main {
    width:auto;
    height:9.9em;
}
.pagetop {
    top: 6.1em;
}


@media (max-width: 576px) {
    #tdv-logo-main {
        width:auto;
        height:3.9em;
    }
    .pagetop {
        top: 1.2em;
    }
}

@media (max-height: 576px) {
    #tdv-logo-main {
        width:auto;
        height:3.9em;
    }
    .pagetop {
        top: 1.2em;
    }
}


.navbar-toggler {
    z-index: 1;
}
@media (max-width: 576px) {
    nav > .container {
        width: 100%;
    }
}
html {
    position: relative;
    min-height: 100%;
}
body {
    padding-top: 72px;
    margin-bottom: 6rem;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 7rem;
    background-color: #fff;
    border-top: 1px solid #000;
}
@media (min-width: 992px) {
    body {
        padding-top: 72px;
    }
}
.portfolio-item {
    margin-bottom: 30px;
}
.carousel {
    font-size: 1.5rem;
}
.carousel h3 {
    font-size: 2.5rem;
    font-weight: 300;
}
.row {
    margin-top: 1rem;
}
.center-vertical {
    display: flex;
    align-items: center;
}
.overlay-carousel {
    width: 100%;
    height: 40%;
    margin: auto auto;
    margin-top: 10%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.carousel-caption {
    background-color: rgba(0, 0, 0, 0.5);
    max-width: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
}
.inverse-dropdown {
    border-color: #080808;
}
.inverse-dropdown a {
    color: #18435b;
}
.btn_download {
    background: #fff url(../images/menu_deselected_48.png) repeat-x left top;
    height: 48px;
    width: 115px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    overflow: visible;
    display: block;
    border: 1px solid #bcbebf;
    padding: 0;
    -moz-box-shadow: 0 0 16px #bcbebf;
    -webkit-box-shadow: 1px 1px 1px #bcbebf;
    box-shadow: 1px 1px 3px #bcbebf;
}
.btn_download a {
    display: block;
    width: 115px;
    height: 48px;
    color: #5f5f5f;
    background-color: transparent;
    font-size: 14px;
    text-decoration: none;
    text-indent: 0;
    text-align: center;
    margin: 0;
    padding: 6px 0 0 0;
}
.btn_download a:hover {
    color: #5f5f5f;
    background-image: url(../images/menu_hover_48.png);
    background-repeat: repeat-x;
    text-decoration: none;
}
.error-message {
    display: block;
    background-color: #fcc;
    color: #a00;
    border: 1px solid red;
    padding: 10px;
    -moz-box-shadow: 0 0 16px #bcbebf;
    -webkit-box-shadow: 1px 1px 1px #bcbebf;
    box-shadow: 1px 1px 3px #bcbebf;
}
.error-message h2 {
    color: #400;
}
.success-message {
    display: block;
    background-color: #cfc;
    color: #0a0;
    border: 1px solid #0f0;
    padding: 10px;
    -moz-box-shadow: 0 0 16px #bcbebf;
    -webkit-box-shadow: 1px 1px 1px #bcbebf;
    box-shadow: 1px 1px 3px #bcbebf;
}
.success-message h2 {
    color: #040;
}
.info-message {
    display: block;
    background-color: #d3e6ea;
    color: #3ea1b7;
    border: 1px solid #3ea1b7;
    padding: 10px;
    -moz-box-shadow: 0 0 16px #bcbebf;
    -webkit-box-shadow: 1px 1px 1px #bcbebf;
    box-shadow: 1px 1px 3px #bcbebf;
}
.info-message h2 {
    color: #286a77;
}
.form-control {
    display: block;
    width: 100%;
}
.form-group {
    position: relative;
}
.login-form {
    background-color: #edeff1;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border: 1px solid;
    border-radius: 3px;
    border-color: #bcbebf;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.19);
}
.login-form .control-group {
    position: relative;
    margin-bottom: 6px;
    padding: 38px;
    width: 100%;
}
.login-form .form-group {
    width: 100%;
}
.login-form .login-field {
    display: inline block;
    border: 1px solid;
    border-radius: 3px;
    font-size: 1.2em;
    text-indent: 16px;
    border-color: #aaa;
    padding: 10px 0 10px 0;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 100%;
}
.login-form .login-field:focus {
    border-color: #3ea1b7;
}
.login-form .login-field:focus + .login-field-icon {
    color: #3ea1b7;
}
.login-form .login-field-icon {
    position: absolute;
    right: 0.7em;
    top: 0.7em;
    font-size: 1em;
    color: #bfc9ca;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.login-link {
    display: block;
    margin-top: 15px;
    font-size: 13px;
    color: #bfc9ca;
    text-align: center;
}
.btn-block {
    display: block;
    width: 100%;
    white-space: normal;
}
.btn-signup {
    color: #fff;
    background-color: #328F8D;
}
.btn-signup:hover {
    color: #fff;
    background-color: #41B9B6;
}
.fullwidth {
    width: 100%;
}
.banner-grad {
    background-image: linear-gradient(to right, #ffffff, #41bdb6);
}

