@import url("https://fonts.googleapis.com/css2?family=Open+Sans&amp;display=swap");

@font-face {
    font-family: "Trajan";
    src: url("../font/trajan.ttf");
}
@font-face {
    font-family: 'Trajan Pro';
    src: url('../font/TrajanPro-Bold.woff2') format('woff2'),
        url('../font/TrajanPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MyriadPro-Semibold';
    src: url('../font/MyriadPro-Semibold.woff2') format('woff2'),
        url('../font/MyriadPro-Semibold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

:root {
    --blueviolet: #9b9eff;
    --bluevioletmutted: #5159b1;
    --violet: #b558eb;
    --tyrkys: #58ebcd;
    --blue: #54bdff;
    --bluegray: #aabcea;
    --darkblue: #0b0f2f;
    --gray: #73789a;
}

.text-blueviolet {
    color: var(--blueviolet);
}

img.transition {
    position: absolute;
    bottom: -22px;
    width: 102%;
}

.side-footer,
.side-footer .nav-link {
    font-weight: bold !important;
    color: #000 !important;
    font-size: 12px;
}

.text-bluevioletmutted {
    color: var(--bluevioletmutted);
}

.text-bluegray {
    color: var(--bluegray);
}

.text-gray {
    color: var(--gray);
}

.text-tyrkys {
    color: var(--tyrkys);
}

.text-lightgreen {
    color: #90dc9d;
}

.text-blue {
    color: var(--blue);
}

.text-violet {
    color: var(--violet);
}

.text-1 {
    color: #d15f39 !important;
}

.text-2 {
    color: #c8b145 !important;
}

.text-3 {
    color: #4583c8 !important;
}

.text-gold {
    color: #9e935f !important;
}

.text-green {
    color: #336237 !important;
}

.text-opensans {
    font-family: "Open Sans", sans-serif;
}
.text-opensans-bold {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.login-options a {
    color: #000 !important;
}

.bg-derkblue {
    background-color: var(--darkblue) !important;
}

a {
    text-decoration: none !important;
    color: #e5e09b !important;
}
header {
    position: relative;
    background-color: black;
    height: calc(100vw / 2.0869);
    width: 100%;
    overflow: hidden;
    margin-top: -120px;
    background-image: url(../img/header-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100%;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header .container {
    position: relative;
    z-index: 2;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

.img-news-desc {
    bottom: 0;
    left: 0;
}

.bg-part-title {
    background-size: 100% 100%;
    background-image: url(../img/img/bg-part-title.png);
}

.stats-text {
    color: #000;
    font-weight: bolder !important;
}

.stats-text-title-red::before {
    content: url(../img/red-dot.png);
    vertical-align: center;
    margin-right: 9px;
}

.stats-text-title-green::before {
    content: url(../img/green-dot.png);
    vertical-align: center;
    margin-right: 9px;
}

.bg-part-content {
    background-image: url(../img/img/bg-part-content.png);
    background-repeat: no-repeat;
    background-size: 110% 100%;
    background-position: center;
}

.main-position {
    margin: 0 auto;
}

.nav-linking {
    margin: -17px 0;
}

.nav-item-hov:hover{
    background-color: #201513;
    border-top: 3px solid #835941;
}

.nav-item-hov:hover a, .navbar-collapse .dropdown:hover a.dropdown-toggle {
	text-decoration: underline;
	color: white!important;
}

.text-new{
    color:#918676 !important;
}

.stats-value {
	color: #302a28;
    font-size: 30px;
    font-weight: bold;
	font-family: "Trajan Pro";
}
.stats-text-header {
	line-height: 0.4;
    font-size: 10pt;
    color: #302a28;
	font-family: "MyriadPro-Semibold";
}

.bg-button {
    background-position: center;
    width: 100%;
    background-size: contain;
    height: 80px;
    background-repeat: no-repeat;
    background-image: url(../img/img/bg-button.png);
    border: none !important;
}

.bg-button-2 {
    background-repeat: no-repeat;
    background-image: url(../img/buttondl.png);
	width: 142px;
    height: 47px;
    font-size: 12px !important;
    padding-top: 15px !important;
}

.btn-read {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: "Open Sans", sans-serif;
    background-image: url(../img/read.png);
    border: none !important;
    font-size: 12px !important;
    font-weight: 600 !important;
	width: 122px;
	height: 43px;
	padding-top: 12px !important;
}

.page-link {
    display: block;
    margin: 4px !important;
    padding: 1px 8px !important;
    color: #ffffff !important;
    background-color: #122213 !important;
}

.p-active {
	opacity: 0.7;
}

.pagination {
    justify-content: center !important;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border: none !important;
}

.page-item.active .page-link {
    background-color: #233726 !important;
    border-color: #233726 !important;
}

.read-more button {
    margin-left: 20px;
}

.read-more hr {
    width: 80%;
    background-color: #b3b3b3;
    opacity: 1;
    height: 2px;
	margin: 25px 0;
}

.side-btn {
    height: 112px;
}

.side-btn-presentation {
    background: url(../img/banner-normal.png) no-repeat center center;
}

.sign {
    z-index: 100;
    width: 386px;
    position: absolute;
	left: 14vw;
    top: 28vw;
}

header img {
    padding-right: 15px;
}

header p {
    font-family: "Trajan";
}

.side-btn-download {
    background: url(../img/banner-download.html) no-repeat center center;
}

.side-btn-register {
    background: url(../img/banner-register.html) no-repeat center center;
}

.side-btn-discord {
    background: url(../img/banner-discord.html) no-repeat center center;
}

h5.h5 {
    font-weight: bold !important;
}

.title {
    color: #fff;
    text-shadow: 2px 2px 10px rgb(0 0 0 / 80%);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

.form-control {
	font-size: 0.8rem!important;
}

.form-control-input {
    background-image: url(../img/input_clean.png);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 44px;
    display: inline !important;
}

.login-form .form-control-input {
    background-image: url(../img/input.png);
}

.bg-button:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.sign-in-button {
    border-radius: 0 !important;
	padding-top: 18px!important;
    font-size: 12px !important;
}

.text-left {
    text-align: left !important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.text-right {
    text-align: right !important;
}

.main-max-w {
    max-width: 1420px;
}

.input-container {
    padding-bottom: 1em;
}
.login-form .left-inner-addon {
    position: relative;
}
.login-form .left-inner-addon input {
    padding-left: 55px !important;
}
.login-form .left-inner-addon img {
    position: absolute;
    padding: 0px 2px;
    pointer-events: none;
    top: 32%;
    transform: translateY(-50%);
}

.form-input {
    border-radius: 0 !important;
    border: 0 !important;
}

.bg-body-blue {
    background-color: rgb(12, 17, 49);
}

.bg-main {
    background-image: url(../img/img/bg-main.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: repeat-y;
}

main {
    top: -40px;
}

.navbar-expand-md .nav-link {
    line-height: 70px;
}

.nav-link:hover,
.forgot-hover:hover {
    color: #c87a3d !important;
}

.header-position {
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
}

.lh-forgot {
    line-height: 34px;
}

.table-hover-efect:hover > td,
.table-hover-efect:hover > th {
    background-color: var(--darkblue) !important;
    cursor: default;
}

.carousel-arrows {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
}

.carousel-arrows > img {
    cursor: pointer;
}

.horizontal-line-light {
    height: 2px;
    background-color: #393e64;
}

.horizontal-line-dark {
    height: 2px;
    background-color: #11153b;
}

.vertical-line-light {
    width: 2px;
    height: 11px;
    background-color: #393e64;
}

.vertical-line-dark {
    width: 2px;
    height: 11px;
    background-color: #11153b;
}

.bg-news {
    background-image: url(../img/img/bg-news.png);
    background-size: 120% 110%;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-news-header {
    background-image: url(../img/news-header.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.news-title-text {
	padding-left: 30px!important;
    font-weight: bold !important;
    text-transform: uppercase;
}

.bg-news-title {
    background-image: url(../img/news-title.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

h4.h4 {
    font-weight: bold !important;
}

.text-justify {
    text-align: justify !important;
}

.paggination {
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
}

.paggination > ul > li > a {
    border-radius: 0 !important;
    margin-left: 0.35rem;
    margin-right: 0.35rem;
    background-color: var(--darkblue) !important;
    border: none;
    color: white !important;
}
.paggination > ul > li > a:hover {
    background-color: var(--blueviolet) !important;
}

.news-profile-img {
    max-width: 150px !important;
}

.news-fade {
    background: rgb(27, 30, 70);
    background: -moz-linear-gradient(
        0deg,
        rgba(27, 30, 70, 0.9710259103641457) 0%,
        rgba(27, 30, 70, 0.7833508403361344) 55%,
        rgba(28, 31, 73, 0.47522759103641454) 92%,
        rgba(27, 30, 70, 0) 100%
    );
    background: -webkit-linear-gradient(
        0deg,
        rgba(27, 30, 70, 0.9710259103641457) 0%,
        rgba(27, 30, 70, 0.7833508403361344) 55%,
        rgba(28, 31, 73, 0.47522759103641454) 92%,
        rgba(27, 30, 70, 0) 100%
    );
    background: linear-gradient(
        0deg,
        rgba(27, 30, 70, 0.9710259103641457) 0%,
        rgba(27, 30, 70, 0.7833508403361344) 55%,
        rgba(28, 31, 73, 0.47522759103641454) 92%,
        rgba(27, 30, 70, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b1e46",endColorstr="#1b1e46",GradientType=1);
    bottom: 0;
    left: 0;
}

.nav-bg {
    background-image: url(../img/nav.png);
    background-repeat: repeat-x;
}

.left-border-vertical-line {
    border-left: 2px solid #5c3322;
}

.bg-footer {
    background-image: url("../img/_footer.png") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.news-content img {
    max-width: 100% !important;
    text-align: center !important;
}

footer {
    height: 90px;
    padding-bottom: 3rem !important;
}

footer p {
    position: relative;
    top: 64px;
    left: 80px;
}

.g-recaptcha {
    display: inline-block;
}

.notification {
    cursor: default;
    width: calc(100% - 20px);
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

#main_board_larger .notification {
    width: 100%;
}

#right_board .notification {
    margin-top: 20px;
    margin-bottom: -5px;
    width: 265px;
}

.notification_red {
    background-color: #191010;
    border: 1px solid #db1c1c;
}

.notification_blue {
    background-color: #101719;
    border: 1px solid #849e8f;
}

.notification_yellow {
    background-color: #191710;
    border: 1px solid #f0a913;
}

.notification_green {
    background-color: #101719;
    border: 1px solid #849e8f;
}

.notification_red:hover {
    background-color: #301e1e;
}

.notification_blue:hover {
    background-color: #1b272a;
}

.notification_yellow:hover {
    background-color: #29261a;
}

.notification_green:hover {
    background-color: #1b2618;
}

.notification:hover .notification_text {
    color: #fff;
}

.notification_inner_topbar {
    width: calc(100% - 2px);
    margin-top: 1px;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
}

.notification_red .notification_inner_topbar {
    background-color: #db1c1c;
}

.notification_blue .notification_inner_topbar {
    background-color: #849e8f;
}

.notification_yellow .notification_inner_topbar {
    background-color: #f0a913;
}

.notification_green .notification_inner_topbar {
    background-color: #0bc72a;
}

.notification_line {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.notification_text {
    font-family: Arial;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: calc(100% - 60px);
}

.notification_red .notification_text {
    color: #eed5d5;
}

.notification_blue .notification_text {
    color: #d5eeec;
}

.notification_yellow .notification_text {
    color: #eeecd5;
}

.notification_green .notification_text {
    color: #d6eed5;
}

.notification_icon {
    width: 45px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: top center;
    display: inline-block;
    vertical-align: middle;
}

.notification_red .notification_icon {
    background-image: url(../img/notification_red.html);
}

.notification_blue .notification_icon {
    background-image: url(../img/notification_blue.html);
}

.notification_yellow .notification_icon {
    background-image: url(../img/notification_yellow.html);
}

.notification_green .notification_icon {
    background-image: url(../img/notification_green.html);
}

a {
    cursor: pointer;
}

ul,
li {
    list-style: none;
}

.list-group-item {
    border: 1px solid rgb(8 43 12) !important;
    background-color: #002304 !important;
    color: #fff !important;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #bdc1ca !important;
}

.form-select {
    background-color: #0b0f2f !important;
    color: #fff !important;
}

#full_ranking_table {
    color: #fff;
}

.full_ranking_1_kingdom {
    background-position: center;
    background-repeat: no-repeat;
    width: 41px;
    height: 25px;
    background-image: url(../img/red_kingdom_flag.html);
}

.full_ranking_3_kingdom {
    background-position: center;
    background-repeat: no-repeat;
    width: 41px;
    height: 25px;
    background-image: url(../img/blue_kingdom_flag.html);
}

.full_ranking_2_kingdom {
    background-position: center;
    background-repeat: no-repeat;
    width: 41px;
    height: 25px;
    background-image: url(../img/yellow_kingdom_flag.html);
}

.full_ranking_navigation_item {
    width: 10px;
    height: 12px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    outline: none;
    border: none;
}

.full_ranking_navigation_item_wrap {
    display: inline-block;
    margin-left: 21px;
    margin-right: 21px;
}

.frn_selected {
    background-color: #c9f3dc;
}

.frn_unselected {
    background-color: #3a3737;
}

.frn_unselected:hover {
    background-color: #886f40;
}

.full_ranking_rank {
    background-position: center;
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
    padding-left: 16px;
    padding-right: 16px;
}

#full_ranking_table .full_ranking_table_row:nth-child(2) td.top_rank {
    background-image: url(../img/ranking_first_place.html);
}

#full_ranking_table .full_ranking_table_row:nth-child(3) td.top_rank {
    background-image: url(../img/ranking_second_place.html);
}

#full_ranking_table .full_ranking_table_row:nth-child(4) td.top_rank {
    background-image: url(../img/ranking_third_place.html);
}

#full_ranking_table .full_ranking_table_row:nth-child(5) td.top_rank {
    background-image: url(../img/ranking_forth_place.html);
}

#full_ranking_table .full_ranking_table_row:nth-child(6) td.top_rank {
    background-image: url(../img/ranking_fifth_place.html);
}

.account_settings_main_board_darker_background {
    /* background-color: #070c2d !important; */
    width: 540px;
    margin: auto;
    padding-bottom: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
}

#account_details {
    border-right: none;
    border-left: none;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 13px;
}

.account_details_row {
    font-family: merriweather, serif;
    font-size: 12px;
    width: 100%;
    vertical-align: baseline !important;
}

.account_details_category {
    /* color: #c9f3dc; */
    width: 180px;
    /* padding: 6px 6px 6px 15px; */
}

.account_details_input_box {
    width: 230px;
    height: 33px;
    /* border: 1px solid #c9f3dc; */
    background-color: #232d35;
    font-family: Arial;
    font-size: 12px;
    color: #fff;
    outline: none;
    padding-left: 10px;
}

.account_details_input_box:focus {
    border: 1px solid #c9f3dc;
    background-color: #344451;
}

#account_details_language_select {
    width: 140px;
    height: 33px;
    border: 1px solid #c9f3dc;
    background-color: #232d35;
    font-family: Arial;
    font-size: 12px;
    color: #fff;
    outline: none;
    padding-left: 10px;
}

#account_details_password_change,
#account_details_character_delete,
#account_details_storage_password {
    border-right: none;
    border-left: none;
    border-collapse: collapse;
}

.account_details_row_title {
    background-color: #101749 !important;
    color: #c9f3dc;
    font-size: 13px;
    font-family: merriweather, serif;
}

.account_details_row_title td {
    padding: 6px 6px 6px 15px;
}

.account_details_row_regular_text {
    color: #c9f3dc;
    font-family: merriweather, serif;
    font-size: 11px;
    letter-spacing: 0.4;
    line-height: 1.6;
}

.account_details_row_regular_text td {
    padding: 6px 6px 6px 15px;
    background-color: #080707;
}

.account_details_row_regular_text a {
    color: #fff;
    text-decoration: none;
}

.vote_for_coins_row {
    margin-bottom: 30px;
    margin-top: 20px;
}

.vote_for_coins_icon {
    background-position: 0 center;
    background-repeat: no-repeat;
    width: 64px;
    height: 62px;
    border: none;
    outline: none;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.vote_for_coins_icon:hover {
    background-position: center;
}

.vote_for_coins_icon:active {
    background-position: -128px center;
}

#get_4_coins.vote_for_coins_icon {
    background-image: url(../img/vote_get_4_coin.html);
}

#get_2_coins.vote_for_coins_icon {
    background-image: url(../img/vote_get_2_coins.html);
}

#get_3_coins.vote_for_coins_icon {
    background-image: url(../img/vote_get_3_coins.html);
}

#get_5_coins.vote_for_coins_icon {
    background-image: url(../img/vote_get_5_coins.html);
}

#get_1_coins.vote_for_coins_icon {
    background-image: url(../img/vote_get_1_coin.html);
}

#support_red.vote_for_coins_icon {
    background-image: url(../img/vote_support_red.html);
}

#support_green.vote_for_coins_icon {
    background-image: url(../img/vote_support_green.html);
}

#support_blue.vote_for_coins_icon {
    background-image: url(../img/vote_support_blue.html);
}

#support_purple.vote_for_coins_icon {
    background-image: url(../img/vote_support_purple.html);
}

.vote_for_coins_message {
    font-family: merriweather, serif;
    color: #c09021;
    font-size: 12px;
    line-height: 1.6;
    display: inline-block;
    vertical-align: middle;
}

.voting_website {
    font-family: Arial;
    font-size: 10px;
    color: #f3ea3d;
    letter-spacing: 1;
}

#support_vote .voting_website {
    display: inline-block;
}

.voting_system_additional_info {
    font-family: Arial;
    color: #fff;
    font-size: 11px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

.voting_system_additional_info a {
    color: #fff;
    text-decoration: none;
}

.full_ranking_class {
    text-align: center;
    color: #849e8f;
    font-family: Arial;
    font-size: 13px;
}

.full_ranking_playername {
    font-family: Arial;
    color: #c9f3dc;
    font-size: 12px;
    text-align: center;
    width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#resend_activation_link {
    margin-top: 30px;
    color: #fff;
    font-family: Arial;
    font-size: 12px;
    text-align: left;
    margin-bottom: 12px;
}

#resend_activation_link a {
    color: #fff;
    text-decoration: none;
}

.download_requirements {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
}

.system_category_name {
    font-weight: 600;
    color: #c9f3dc;
    font-family: merriweather, serif;
    font-size: 12px;
    letter-spacing: 0.4;
    text-align: left;
    padding-right: 5px;
}

.system_category_value {
    color: #849e8f;
    font-family: merriweather, serif;
    font-size: 12px;
    letter-spacing: 0.4;
    text-align: center;
    padding-left: 5px;
}

.download_option {
    font-family: Arial;
    font-size: 12px;
    text-align: left;
    margin-bottom: 12px;
}

.download_option a {
    text-decoration: none;
    color: #cecece;
}

.download_option a:hover {
    color: #fff;
}

#last_download_option.download_option {
    margin-bottom: 40px;
}

#main_board_larger .main_board_subtitle {
    color: #c9f3dc;
    font-family: merriweather, serif;
    font-size: 14px;
    letter-spacing: 0.4;
    margin-top: 20px;
    margin-bottom: -15px;
}

.support_msg {
    width: 90%;
    font-family: merriweather, serif;
    font-size: 14px;
    background: #141212;
    border-color: #c9f3dc;
    resize: none;
    color: #fff;
    margin-bottom: 10px;
}

.message_input_info {
    color: #c9f3dc;
    text-align: center;
    width: 100%;
    background: #080707;
    padding-bottom: 10px;
    font-family: merriweather, serif;
    font-size: 13px;
}

.download_mega_icon {
    background-image: url(../img/download_icons.html);
    background-position: 160px center;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.download_mega_icon:hover {
    background-position: 80px center;
}

.download_direct_patcher {
    background-image: url(../img/download_icons.html);
    background-repeat: no-repeat;
    background-position: 0 center;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin-left: 10px;
}

.download_direct_patcher:hover {
    background-position: -80px center;
}

.download_direct_icon {
    background-image: url(../img/download_icons.html);
    background-repeat: no-repeat;
    background-position: 0 center;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    margin-left: 10px;
}

.download_direct_icon:hover {
    background-position: -80px center;
}

.download_text_mega {
    color: #c9f3dc;
    position: relative;
    display: inline-block;
    font-size: 12px;
}

.download_text_direct {
    color: #c9f3dc;
    position: relative;
    display: inline-block;
    padding-left: 30px;
    font-size: 12px;
}

.download_text_direct_patcher {
    color: #c9f3dc;
    position: relative;
    display: inline-block;
    font-size: 12px;
}

.slim_seperator {
    width: 100%;
    height: 1px;
    background: #c9f3dc;
    display: block;
    margin-top: 20px;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 39px !important;
    margin-top: -1.875rem !important;
}

.dropdown-item {
    color: #000 !important;
}

.dropdown-menu {
    color: #000 !important;
    background-color: #fff !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #000;
    background-color: #fff !important;
}

table th {
    color: #000 !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #000 !important;
    background-color: rgb(70 45 30 / 32%) !important
}

.news__content, .news__content p {
	    padding: 0 10px 0 10px;
}

.news__content img {
    max-width: 100% !important;
    text-align: center !important;
}

.flags-container {
    z-index: 9999;
    border: 1px solid #2f3a92 !important;
    background-color: #0c1030 !important;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
}

.list-inline-item:not(:last-child) {
    border-right: 1px solid #2c3475 !important;
    padding-right: 14px !important;
}

li.list-inline-item.flags {
    opacity: 0.8;
    -webkit-animation: fadeInFromNone 1s ease-in;
    -moz-animation: fadeInFromNone 1s ease-in;
    -o-animation: fadeInFromNone 1s ease-in;
    animation: fadeInFromNone 1s ease-in;
}

li.list-inline-item.flags:hover {
    opacity: 1;
}

.navbar-nav {
    margin-top: -25px !important;
}

.btn {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

li.nav-item.col {
    padding: 0 !important;
    margin: 0 !important;
}

.section-title {
	padding: 20px;
}

.bg-button-2, .side-btn-presentation, .btn-read {
	-webkit-transition: all 1s ease!important;
	transition: all 1s ease!important;
}
.bg-button-2:hover, .side-btn-presentation:hover, .btn-read:hover {
	-webkit-filter: brightness(140%);
	filter: brightness(140%);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.jumbotron .btn {
	width: 100%;
}
.page-hd {
	display: none!important;
}
table td {
  vertical-align: middle !important;
}

@media (max-width: 767px) {
    .bg-transparent{
        background-color:#000 !important;
    }
    .navbar-toggler{
		z-index: 2;
        background-color:rgb(73 54 29) !important
	}
	.nav-item-hov:hover{
		background-color: unset;
		border-top: unset;
	}
    .header-position {
        justify-content: flex-start !important;
        padding: 20px !important;
    }
    .navbar-toggler i {
        font-size: 20px !important;
        color: #fff !important;
    }
    .page-link{
        padding: 1px 2px !important;
    }
    .bg-news-header h4{
        padding: 18px !important;
    }
}

@media (min-width: 2560px) {
    .sign {
        width: 646px !important;
    }

    .sign p {
        width: 646px !important;
        font-size: 30px !important;
    }
}
h5.h5 {
	text-transform: uppercase;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link {
	color: #7e7b48!important
}
.form-control, .alert {
	border-radius: 0!important
}
.cke_notification_warning {
	display: none!important
}