﻿@font-face {
    font-family: 'cowboyzregular';
    src: url('/fonts/COWBOYZ.otf') format('opentype'),url('/fonts/cowboyz-webfont.woff2') format('woff2'), url('/fonts/cowboyz-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dinnextltpro-regular';
    src: url('/fonts/dinnextltpro-regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dinnextltpro-light';
    src: url('/fonts/dinnextltpro-light.otf') format('opentype');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'dinnextltpro-bold';
    src: url('/fonts/dinnextltpro-bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}
html {
    position: relative;
    min-height: 100%;
    background-color: #000;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

main {
    flex: 1;
}
h2 {
    font-family: 'cowboyzregular';
}
#globalProgress {
    padding: 20px;
    background-color: rgba(0,0,0,0.2);
    border-radius: 5px;
}
.uk-search-input {
    color: rgba(255,255,255,0.8) !important;
}
.uk-navbar-toggle {
    color: #fff !important;
}
.uk-search-input::placeholder {
    color: rgba(255,255,255,0.3) !important;
}
.uk-search-icon {
    color: #fff !important;
}
    .uk-search-icon:hover {
        color: rgba(255,255,255,0.5) !important;
    }
.uk-navbar-dropdown {
    /* 1 */
    display: none;
    /* 2 */
    position: absolute;
    z-index: 1020;
    --uk-position-offset: 10px;
    /* 3 */
    box-sizing: border-box;
    min-width: 200px;
    max-width: 100vw;
    /* 4 */
    padding: 25px;
    background: #1f2326; /*Rebrand*/
    color: #fff; /*Rebrand*/
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}
.full-width-block {
    margin: auto -15px;
}

@media (min-width: 640px) {
    .full-width-block {
        margin: auto -30px;
    }
}

@media (min-width: 960px) {
    .full-width-block {
        margin: auto -40px;
    }
}
.raiseSubmenu {
    min-height: unset;
    padding-top: 5px !important
}


.raiseSubmenu2 {
    min-height: unset;
    padding-top: 5px !important
}

.card-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.grid-title {
    line-clamp: 2;
    text-overflow: ellipsis;
    height: 70px
}

.slide-counter {
    background-color: rgba(0,0,0,0.6);
    border: 1px solid rgba(255,255,255,0.4);
    border-radius: 8px;
    padding: 4px;
    color: #fff !important;
}

.uk-countdown-number {
    font-size: 4rem;
}

@media (min-width: 960px) {
    .full-width-block {
        margin: auto -40px;
    }

    .small-slide .slide-counter .uk-countdown-number {
        font-size: 4rem;
    }

    .small-slide .slide-counter .uk-countdown-separator {
        font-size: 2rem;
    }
}

@media (min-width: 640px) {
    .full-width-block {
        margin: auto -30px;
    }
    .small-slide .slide-counter .uk-countdown-number {
        font-size: 3rem;
    }

    .small-slide .slide-counter .uk-countdown-separator {
        font-size: 1.5rem;
    }
}
@media (max-width: 640px) {
    .rmg-margin-remove-top-small {
        margin-top: 0px !important;
    }
}
.uk-border-rounded{
    border-radius:15px;
}

.uk-navbar-nav > li > a, .uk-navbar-item {
    font-size:1.2rem;
    font-family:dinnextltpro-light;
}
@media (max-width: 1100px) {

    .uk-navbar-nav > li > a, .uk-navbar-item {
        font-size: .8rem;
    }
}
.uk-heading-bullet::before {
    content: "";
    /* 1 */
    display: inline-block;
    /* 2 */
    position: relative;
    top: calc(-0.1 * 1em);
    vertical-align: middle;
    /* 3 */
    height: calc(4px + 0.7em);
    margin-right: calc(5px + 0.2em);
    border-left: calc(5px + 0.1em) solid #707070;
    border-color: #B89B67 !important;
}
.bright-headline {
    font-size: 22px;
    color: rgba(255,255,255,1);
    margin: 10px 0 10px 0;
}

.bright-regular {
    font-size: 18px;
    color: rgba(255,255,255,1);
}

.bright-bold {
    font-size: 18px;
    color: rgba(255,255,255,1);
    font-weight: bold
}

.muted-headline-bold {
    font-size: 22px;
    color: rgba(255,255,255,0.6);
    margin: 10px 0 10px 0;
    font-weight: bold
}

.muted-headline {
    font-size: 22px;
    color: rgba(255,255,255,0.6);
    margin: 10px 0 10px 0;
}

.muted-regular {
    font-size: 18px;
    color: rgba(255,255,255,0.6);
}

.muted-bold {
    font-size: 18px;
    color: rgba(255,255,255,0.6);
    font-weight: bold
}

.account-lower {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto
        ;
    text-align: center;
}

    .account-lower p {
        text-align: center;
    }

    .account-lower .headline {
        font-size: 22px;
        color: rgba(255,255,255,0.6);
        margin: 10px 0 10px 0;
    }

    .account-lower .headline2 {
        font-size: 22px;
        color: rgba(255,255,255,0.6);
        margin: 0 0 40px 0;
    }

    .account-lower .uk-grid {
        margin: 0;
    }

        .account-lower .uk-grid > * {
            font-size: 14px;
            font-weight: 200;
            padding: 0;
            margin: 0 0 20px 0;
        }

.account-footer {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px 0 30px;
}

    .account-footer .copyright {
        text-align: center;
        margin-top: 50px
    }

    .account-footer a:link, .account-footer a:visited {
        font-size: 16px;
        font-weight: normal;
        text-align: left;
        line-height: 24px;
        color: rgba(255,255,255,0.6)
    }

    .account-footer div {
        line-height: 36px;
    }

    .account-footer .headline {
        display: inline-block;
        margin: 0 0 20px 0;
        font-size: 18px;
        font-weight: bold;
        color: rgba(255,255,255,1)
    }

p.akira {
    font-family: "cowboyzregular";
    font-size: 24px;
    font-weight: 400;
    color: #fff
}
a.goldbutton:link, a.goldbutton:visited {
    background: #B89B67;
    color: #fff;
    width: 170px;
    height: 54px;
    border-radius: 8px;
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
    font-family: dinnextltpro-regular;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    border: 0;
    margin: 10px;
    display: inline-block;
    text-decoration: none
}
.sociallink {
    margin-right: 10px;
    display: inline-block;
}

.sociallink a:link, .sociallink a:visited {
    color: #B89B67 !important;
    height: 48px;
    width: 48px;
}

/* Tooltip width customization */
.uk-tooltip {
    max-width: 400px;
    width: max-content;
}
