/* This stylesheet is meant for custom styles, on top of the Bone Template */
header.affix {
    height: 58px;
}

header.affix .brand {
    margin-top: 13px;
}

header.affix .brand .dark-brand {
    width: 32px;
    display:none;
}

header.affix .brand .light-brand {
    height: 32px!important;
    display:block;
}

.header .brand {
    margin-top: 30px;
}

.brand > img {
    width: 50px;
}

.bg.faded-2 {
    opacity: .3;
}

.navbar-classic li a {
    color: #ffffff;
    font-size: 18px;
    padding: 8px 16px;
}

.service img {
    width: 128px;
    margin: 0;
}
.service .mini img {
    width: 64px;
}

.mark {
    position: relative;
    background: transparent;
}
.mark:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    background: #FF4602;
    bottom: 0;
    left: 0;
}

.bg.right {
    background-position: right;
    background-size: unset;
    background-repeat: no-repeat;
    opacity: 0.05;
}

.console-underscore {
    display: inline-block;
    position: relative;
    top: -0.14em;
    left: 0;
    -webkit-animation: 1200ms linear infinite condemned_blink_effect; /* for Safari 4.0 - 8.0 */
    animation: 1200ms linear infinite condemned_blink_effect;
}

/* for Safari 4.0 - 8.0 */
@-webkit-keyframes condemned_blink_effect {
    0% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}

@keyframes condemned_blink_effect {
    0% {
        visibility: hidden;
    }
    50% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}

.scroll-container {
    width: 100%;
    position: absolute;
    bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scroll {
    position: relative;
    display: block;
    font-size: 0.933rem;
    color: white;
    text-decoration: none;
    padding: 10px 10px 10px 40px;
}

.scroll::before {
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    width: 24px;
    height: 40px;
    border: 2px solid white;
    border-radius: 12px;
    content: "";
}

.scroll::after {
    display: block;
    position: absolute;
    top: 9px;
    left: 11px;
    width: 2px;
    height: 8px;
    background: white;
    border-radius: 1px;
    content: "";
    animation-name: scroll;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}

@keyframes scroll {
    0% {
        opacity: 1;
        height: 8px;
    }
    20% {
        opacity: 1;
        height: 8px;
    }
    30% {
        transform: translateY(0);
        opacity: 1;
        height: 19px;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translateY(19px);
        opacity: 0;
        height: 0;
    }
    81% {
        transform: translateY(0);
        opacity: 0;
        height: 8px;
    }
    100% {
        opacity: 1;
        height: 8px;
    }
}

.text-dtsoft {
    color: #ff4500;
    font-weight: 600;
    margin-right: 4px;
}

.profile .avatar {
    width: 100%;
    height: 300px;
    margin: 15px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.profile .avatar.top {
    background-position: top
}


footer a, footer a:hover {
    font-weight: 300;
    font-size: 0.95em;
    line-height: 2;
    color: #2E2E2E;
}

.contact-details a, .contact-details a:hover {
    font-weight: 300;
    font-size: 0.95em;
    line-height: 1.9;
    color: #fff;
}

