﻿@font-face {
    font-family: 'Colus-Regular';
    src: url('../fonts/Colus-Regular.eot');
    src: url('../fonts/Colus-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Colus-Regular.woff') format('woff'), url('../fonts/Colus-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0px;
    padding: 0px;
    outline: none;
}

body {
    background: #0e0d11;
    color: #dadfef;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

/*====================================================*/
/*====================================================*/
/*====================================================*/
a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    cursor: pointer;
    color: #ffb64e;
}

    a:hover {
        color: #ff804e;
        text-decoration: none;
    }


/*====================================================*/
/*====================================================*/
/*====================================================*/
input, select, textarea {
    color: #fffee7;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

button {
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
    font-family: 'Roboto', sans-serif;
}

/*====================================================*/
/*====================================================*/
/*====================================================*/
#general {
    position: relative;
    display: block;
    width: 100%;
    /* max-width: 1920px; */
    min-width: 1200px;
    margin: 0 auto;
    background: url(/images/reborn/bg-1.jpg) no-repeat center top 0px, url(/images/reborn/bg-3.jpg) no-repeat center bottom 0px;
    background: url(/images/reborn/bg.jpg) no-repeat center top 0px;
    overflow: hidden;
    background-size: 100% auto;
}

    #general .wrapper {
        position: relative;
        display: block;
        width: 100%;
        max-width: 1170px;
        margin: 0 auto;
    }

        #general .wrapper .inner {
            position: relative;
            display: block;
            width: 100%;
            margin: 0 auto;
        }
/*====================================================*/
/*====================================================*/
/*====================================================*/
header {
    height: 50px;
    display: block;
    width: 100%;
    /*background: url(/images/reborn/bg-nav-top.jpg) no-repeat center top;*/
    background-color: #1c1b20;
}

    header .header-inner {
        max-width: 1170px;
        position: relative;
        display: flex;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        align-items: stretch;
        justify-content: space-between;
    }

        header .header-inner .status {
            position: relative;
            display: inline-block;
            align-self: center;
        }

            header .header-inner .status .status-item {
                position: relative;
                display: flex;
                align-content: center;
            }

                header .header-inner .status .status-item .ico img {
                    position: relative;
                    display: block;
                }

                header .header-inner .status .status-item .text {
                    position: relative;
                    display: block;
                    align-self: center;
                    padding: 0 10px;
                }

                    header .header-inner .status .status-item .text .desc {
                        position: relative;
                        display: block;
                        color: #a5a5b4;
                        font-size: 14px;
                    }

.btn-primary,
.noauth__link {
    display: flex;
    justify-content: center;
    align-items: center;
    /*width: 168px;
    min-width: 168px;*/
    padding: 0 30px;
    min-height: 40px;
    border: none;
    font-size: 14px;
    margin: 0 auto;
    background: #5a6a28;
    color: #fcffd8;
    font-size: 14px;
    font-weight: 700;
    filter: brightness(0.95);
    border: 1px solid #3a4616;
    box-shadow: inset 0px 20px 50px #819b32b5, inset 0px 0px 4px #95ba9933, inset 0 0 10px rgb(32 32 32 / 56%);
}

    .btn-primary:hover,
    .noauth__link:hover {
        background: #5a6c20;
        filter: brightness(1);
    }
/*====================================================*/
/*====================================================*/
/*====================================================*/
.main {
    height: 350px;
}

    .main .logo {    
        position: absolute;
        display: flex;
        width: 730px;
        height: 350px;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        justify-content: center;
        align-items: center;
        background: url(/images/reborn/logo.png) no-repeat center;
        background-size: contain;

        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .main .logo:hover {
            background: url(/images/reborn/logo-hover.png) no-repeat center;
            background-size: contain;
        }

    .main .text-block {
        position: absolute;
        display: block;
        width: 100%;
        top: 250px;
        text-align: center;
        color: #fcffd8;
        font-size: 14px;
        opacity: 0.8;
    }

        .main .text-block a {
            color: orange;
            text-shadow: 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000, 0px 0px 2px #000;
        }
    /*====================================================*/
    /*====================================================*/
    /*====================================================*/

.main .grid-block {
    display: flex;
}

.social-buttons {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 20px;
}
.social-button{
    width: 141px;
    height: 25px;
    display: block;
}
.social-button:hover{
    filter: brightness(1.1) !important;
}
.discord-button {
    background: url(/images/reborn/dc.png) no-repeat center;
    background-size: contain;
}
.youtube-button {
    background: url(/images/reborn/yt.png) no-repeat center;
    background-size: contain;
}
.facebook-button {
    background: url(/images/reborn/fb.png) no-repeat center;
    background-size: contain;
}

/*====================================================*/
/*====================================================*/
/*====================================================*/
.menu {
    height: 90px;
}

    .menu:before {
        content: '';
        position: absolute;
        display: block;
        width: 1275px;
        height: 158px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: url(/images/reborn/bg-nav-bottom.png) no-repeat center;
    }

    .menu ul {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 100%;
        padding: 0 45px;
    }

        .menu ul li {
            position: relative;
            list-style: none;
            text-align: center;
        }

            .menu ul li a {
                position: relative;
                display: block;
            }

                .menu ul li a span {
                    position: relative;
                    display: block;
                    color: #c1bdcb;
                    font-size: 14px;
                }

                .menu ul li a p {
                    position: relative;
                    display: block;
                    color: #4c4c4d;
                    text-shadow: 0 0 0 #4c4c4d;
                    font-size: 12px;
                    margin: 1px 0 0 0;
                    -webkit-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

                .menu ul li a:hover p {
                    color: #c1bdcb;
                }
/*====================================================*/
/*====================================================*/
/*====================================================*/
.content {
    min-height: 390px;
    padding-top: 20px;
}

    .content .grid-block {
        position: relative;
        display: grid;
        width: 100%;
        max-width: 1155px;
        min-height: 390px;
        grid-template-columns: 798px 1fr;
        margin: 0 auto;
    }

        .content .grid-block .content-left {
            position: relative;
            display: block;
            width: 798px;
            background: url(/images/reborn/content-left-1.jpg) repeat-y center top;
            overflow: hidden;
        }

        .content .grid-block .content-right {
            position: relative;
            display: block;
            width: 340px;
            background: url(/images/reborn/content-right-1.jpg) repeat-y center top;
            overflow: hidden;
            justify-self: end;
        }

        .content .grid-block .content-left .content-inner {
            position: relative;
            padding: 16px 30px;
        }

        .content .grid-block .content-right .content-inner {
            position: relative;
            display: inline-block;
            padding: 24px 20px;
        }
        /*====================================================*/
        /*====================================================*/
        /*====================================================*/
        .content .grid-block .content-right .btn-register {
            position: relative;
            display: block;
            width: 298px;
            height: 90px;
            margin: 0 auto;
            z-index: 1;
        }

            .content .grid-block .content-right .btn-register a {
                position: relative;
                display: grid;
                width: 298px;
                height: 90px;
                margin: 0 auto;
            }

                .content .grid-block .content-right .btn-register a span {
                    position: relative;
                    display: block;
                    align-self: center;
                    padding-left: 95px;
                }

                    .content .grid-block .content-right .btn-register a span strong {
                        position: relative;
                        display: block;
                        color: #fcffd8;
                        font-size: 16px;
                        font-weight: 700;
                    }

                    .content .grid-block .content-right .btn-register a span p {
                        position: relative;
                        display: block;
                        color: #8d8f79;
                        text-shadow: 0 0 0 #8d8f79;
                        font-size: 12px;
                        margin-top: 3px;
                    }

            .content .grid-block .content-right .btn-register .label {
                position: absolute;
                display: block;
                width: 339px;
                height: 143px;
                background: url(/images/reborn/btn-register.png) no-repeat;
                top: -27px;
                left: -26px;
                z-index: -1;
                -webkit-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .content .grid-block .content-right .btn-register a:hover + .label {
                -webkit-filter: contrast(135%);
                -moz-filter: contrast(135%);
                -o-filter: contrast(135%);
                filter: contrast(135%);
            }
        /*====================================================*/
        /*====================================================*/
        /*====================================================*/
        .content .grid-block .content-right .side-block {
            position: relative;
            display: block;
            width: 100%;
            margin: 40px auto 0;
        }

            .content .grid-block .content-right .side-block .side-title {
                position: relative;
                display: block;
                margin: 0 auto 20px;
                padding-left: 70px;
            }

                .content .grid-block .content-right .side-block .side-title:before {
                    content: '';
                    position: absolute;
                    display: block;
                    width: 64px;
                    height: 61px;
                    background: url(/images/reborn/side-title.png) no-repeat;
                    top: 50%;
                    left: -6px;
                    transform: translateY(-50%);
                }

                .content .grid-block .content-right .side-block .side-title span {
                    position: relative;
                    display: block;
                    color: #fcffd8;
                    font-size: 14px;
                }

                .content .grid-block .content-right .side-block .side-title p {
                    position: relative;
                    display: block;
                    color: #3b393c;
                    text-shadow: 0 0 0 #3b393c;
                    font-size: 12px;
                    margin-top: 2px;
                }

/*====================================================*/
/*====================================================*/ /*=== index ---*/
/*====================================================*/
.about-video-block {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    background: url(/images/reborn/about-line.png) no-repeat center bottom;
    padding-bottom: 55px;
}

    .about-video-block .title {
        position: relative;
        display: block;
        width: 100%;
        margin: 0 auto 40px;
    }

        .about-video-block .title span {
            position: relative;
            display: block;
            color: #ffb74e;
            font-size: 30px;
            font-weight: 900;
        }

        .about-video-block .title p {
            position: relative;
            display: block;
            color: #95919c;
            font-size: 12px;
            margin-top: 3px;
        }

    .about-video-block .frame {
        position: relative;
        display: block;
        width: 100%;
        margin: 0 auto 24px;
        background: #060608;
    }

        .about-video-block .frame iframe {
            position: relative;
            display: block;
            width: 100%;
            height: auto;
        }

    .about-video-block .list {
        position: relative;
        display: grid;
        width: 100%;
        margin: 0 auto;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 12px;
    }

        .about-video-block .list ul {
            position: relative;
            display: block;
            width: 100%;
            margin: 0 auto;
        }

            .about-video-block .list ul li {
                position: relative;
                display: block;
                padding: 5px 15px 5px 42px;
                background: #0b090c;
                margin: 0 auto 4px;
                color: #95919c;
                font-size: 12px;
                line-height: 18px;
            }

                .about-video-block .list ul li:before {
                    content: '';
                    position: absolute;
                    display: block;
                    width: 16px;
                    height: 26px;
                    background: url(/images/reborn/ico-about-1.png) no-repeat;
                    top: 1px;
                    left: 19px;
                }

                .about-video-block .list ul li span {
                    color: #ffb64e;
                }
/*====================================================*/
/*====================================================*/
/*====================================================*/
.news-block {
    position: relative;
    display: block;
    width: 100%;
    margin: 22px auto 0;
}

    .news-block .news {
        position: relative;
        display: block;
        width: calc(100% - 2px);
        height: 222px;
        background: #060608;
        border: 1px solid #242127;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin: 16px auto 0;
    }

        .news-block .news .frame {
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            overflow: hidden;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            background: #000;
        }

            .news-block .news .frame img {
                position: relative;
                display: block;
                width: 100%;
                height: 100%;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
            }

            .news-block .news .frame:after {
                content: '';
                position: absolute;
                display: block;
                width: 100%;
                height: 100%;
                background: url(/images/reborn/news-fade.png) no-repeat center bottom;
                top: 0;
                left: 0;
            }

        .news-block .news .desc {
            position: absolute;
            display: grid;
            width: calc(100% - 50px);
            bottom: 0;
            left: 0;
            grid-template-columns: 1fr auto;
            grid-gap: 20px;
            padding: 0 25px 15px;
        }

            .news-block .news .desc .left {
                position: relative;
                display: block;
            }

                .news-block .news .desc .left .title {
                    position: relative;
                    display: block;
                    color: #ffb64e;
                    font-size: 24px;
                    font-family: 'Montserrat', sans-serif;
                    font-weight: 700;
                }

                .news-block .news .desc .left .date {
                    position: relative;
                    display: block;
                    color: #565c6c;
                    text-shadow: 0 0 0 #565c6c;
                    font-size: 12px;
                    font-family: 'Montserrat', sans-serif;
                    margin-top: 3px;
                }

                .news-block .news .desc .left .text {
                    position: relative;
                    display: block;
                    color: #dadfef;
                    font-size: 12px;
                    font-family: 'Montserrat', sans-serif;
                    margin-top: 10px;
                }

            .news-block .news .desc .right {
                position: relative;
                display: block;
                align-self: end;
            }

                .news-block .news .desc .right a {
                    position: relative;
                    display: block;
                    background: #101013;
                    border: 1px solid #242127;
                    -webkit-border-radius: 18px;
                    -moz-border-radius: 18px;
                    border-radius: 18px;
                    padding: 8px 19px;
                    color: #ffb64e;
                    font-size: 12px;
                    font-family: 'Montserrat', sans-serif;
                }

                    .news-block .news .desc .right a:hover {
                        color: #fff;
                        background: #5b2400;
                    }

/*====================================================*/
/*====================================================*/
/*====================================================*/
.mvc-grid-pager button {
    background-color: #d4e6ff;
    border: 1px solid #f7faff;
    color: #8d9380;
    position: relative;
    background: rgb(15, 13, 17);
    border: 1px solid rgb(70, 67, 75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fefefe;
    font-size: 12px;
}



/* 

*/
@media (min-width: 768px) {
    .page-content > .panel {
        padding: 25px 0;
    }
}

.page-title {
    margin: 10px 0 0;
    position: relative;
    display: block;
    color: #ffb74e;
    font-size: 30px;
    font-weight: 900;
}

@media (max-width:1024px) {
    .page-title {
        /*line-height: 30px*/
    }
}

.page-title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 10px;
    border-bottom: 2px solid #bb937b
}

@media (max-width:768px) {
    .page-title-wrap {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
}


/* Breadcrumbs */
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    background: none;
    border: none;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    /*margin: 0 0 3px 20px;*/
    margin: 0;
}

    .breadcrumb .separator {
        color: #bb937b !important;
        padding: 0 5px;
    }

@media (max-width: 768px) {
    .breadcrumb {
        justify-content: center;
    }
}

.breadcrumb a {
    color: #92908d;
}

.breadcrumb > .active {
    color: #1d1f25;
    color: white;
}

/*

*/
.dropdown-menu {
    float: left;
    min-width: 160px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    padding: 0;
    margin: 0;
    background-color: #ebe7e3;
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 1001;
}

    .dropdown-menu li {
        margin: 0;
        padding: 0;
        text-align: center;
        float: none !important;
    }

        .dropdown-menu li a {
            margin: 0 !important;
            height: auto !important;
            display: block !important;
            padding: 5px 20px 5px 15px !important;
            color: #7f6258;
            text-shadow: none;
            line-height: 1.42857143;
            white-space: nowrap;
        }

            .dropdown-menu li a:hover {
                color: #000000;
                box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
            }

                .dropdown-menu li a:hover span {
                    color: #000000;
                }

            .dropdown-menu li a span {
                background: none scroll repeat 0 0 transparent !important;
                display: inline !important;
                height: auto !important;
                font-size: 9px !important;
                top: -0.5px !important;
                padding: 0 5px 0 0;
            }

        .dropdown-menu li .donate {
            color: #7f6258;
        }

            .dropdown-menu li .donate span {
                color: #e80000;
                font-size: 12px !important;
                top: 2px !important;
                left: -2px;
                padding-right: 3px !important;
            }

            .dropdown-menu li .donate:hover span {
                color: #e80000;
            }

    .dropdown-menu .divider {
        background-color: #D3D0CC;
        padding: 3px 0px;
        margin: 0;
    }
