* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 13px;
}

body {
    background-color: #090b0b;
    font-family: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #5e6c89;
    line-height: 1.5;
}

.fnamesaa {
    font-size: 13px;
    text-transform: uppercase;
}


.headmain {
    background: #111415;
    color: white;
    min-height: 500px;
    background: url(https://static.webgod.ro/banners/header.webp);
    background-position: center;
    background-size: cover;
    background-position-y: 70%;
}

.topmenuheadfl {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    /* background: #00000045; */
    padding: 0px 20px;
    /* border-bottom: 1px solid #1a1a1a; */
    z-index: 1;
    position: relative;
    color: white;
    width: 80%;
    margin: auto;
}

.trianglelogopath {
    background-color: #e10000;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    width: 300px;
    height: 100px;
    position: absolute;
    margin: auto;
    transform: rotate(180deg);
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: none;
}



.triangle-left {
    width: 0;
    height: 0;
    border-left: 200px solid #ffffff00;
    border-right: 200px solid transparent;
    border-top: 120px solid #5a534b;
    border-bottom: 200px solid #ff000000;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.triangle-left:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 200px solid #ffffff00;
    border-right: 200px solid transparent;
    border-top: 117px solid #0c0e0e;
    border-bottom: 200px solid #fd151500;
    position: absolute;
    top: -120px;
    margin: auto;
    left: -200px;
    right: 0;
}

.logotext {
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
    margin-top: -100px;
    margin-right: 55px;
    z-index: 1;
    font-size: 35px;
}


.holdertoplogo {
    font-size: 10px;
    /* text-transform: uppercase; */
    margin: auto;
    margin-top: -10px;
    margin-left: 20px;
}


.logotext:hover {
    /* margin: auto; */
    /* left: 0; */
    /* right: 0; */
    /* position: absolute; */
    margin-top: -100px;
    margin-right: 55px;
    z-index: 1;
    /* font-size: 40px; */
    /* transform: rotate(180deg); */
    /* transition: all .3s linear; */
    cursor: pointer;
    /* color: #fff; */
}

.menuflexelements {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 30%;
    padding: 0px 30px;
}

.fmlicon {
    font-size: 25px;
    color: white;
    text-shadow: 0 0 4px #b5b5b5;
}
.menu3ml {
    /* background: #111415; */
    padding: 20px 5px 5px 5px;
    border-bottom: 2px solid #5a534b;
    text-transform: uppercase;
    font-size: 11px;
    /* font-weight: 600; */
}



.menu3ml:hover {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    transition: all .3s linear;
    cursor: pointer;
}



.flexinfowelcomeblock {
    width: 90%;
    margin: auto;
    display: flex;
    background: rgb(12, 14, 14);
    background: linear-gradient(130deg, #0c0e0e9c 28%, #34343494 40%, #0000004f 54%);
    padding: 5px;
    border-radius: 4px;
    position: relative;
    margin-top: -33px;
    margin-bottom: 0px;
    color: white;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 5px 0px #000000b8;
    border-top: 1px solid #30303052;
    z-index: 1;
    border-bottom: 1px solid #30303029;
}


.glow:hover {
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    /* text-shadow: 0 0 10px #cb0000, 0 0 20px #cb0000, 0 0 30px #cb0000, 0 0 40px #cb0000, 0 0 50px #cb0000, 0 0 60px #cb0000, 0 0 70px #cb0000; */
}
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #2f2a28, 0 0 40px #4c433d, 0 0 50px #4f4c46, 0 0 60px #232527, 0 0 70px #3e3c3b, 0 0 80px #5d534b;
}
}


.buttonsfls {
    background: #00000052;
    font-weight: 600;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #1a1b1da3;
    margin-right: 10px;
    min-width: 122px;
}
.buttonsfls:hover {
    background: #2a2a2a52;
    color: #ffffffb0;
    transition: all .3s linear;
    cursor: pointer;
}

.ribbonrl:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 100%;
    width: 10px;
    height: 33px;
    background: #0f1111;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}



.ribbonl:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 100%;
    width: 10px;
    height: 33px;
    background: #000000;
    -webkit-clip-path: polygon(100% 0,100% 100%,0 100%);
    clip-path: polygon(0% 0,100% 100%,0 100%);
}


.navigationbar {
    margin: auto;
    background: #f7f7f708;
    margin-top: 10px;
    text-align: start;
    width: 90%;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    box-shadow: 0 0 3px 0px black;
    margin-bottom: 10px;
}

.minnavwidth {
    padding: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
    /* font-size: 11px; */
    color: white;
    word-spacing: 2px;
}

.btn {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    background-color: #008CBA;
    color: white;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.3s;
    margin-bottom: 20px;
}

.btn:hover {
    background-color: #005f73;
}

.info-block {
    display: none;
    position: absolute;
    margin-top: 30px;
    /* left: 50px; */
    padding: 20px;
    background: linear-gradient(130deg, #0c0e0ee0 28%, #0d0f10 40%, #0000008c 54%);
    border: 1px solid #181818;
    width: 700px;
    border-radius: 4px;
    box-shadow: 0 0 5px 0px #000000b8;
    border-top: 1px solid #30303052;
    border-bottom: 1px solid #30303029;
    z-index: 1;
}


.svdisplay {
    display: flex;
    margin-left: 20px;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.svimgprev {
    background-color: #171717;
    border-radius: 5px;
    color: #f7f7f7;
    padding: 10px 10px;
    max-width: 370px;
}
.svbuttons {
    background-color: #171717;
    border-radius: 5px;
    color: #f7f7f7;
    padding: 10px 10px;
    /* width: 124px; */
}




.mrb10px {
    margin-bottom: 10px;
}


.forums80 {
    width: 80%;
    float: left;
}


.sidebar19 {
    float: right;
    /* background: #111313; */
    width: 19%;
    /* padding: 10px; */
    color: white;
}


.fblbottonbtn {
    width: 89px;
    /* margin: auto; */
    background: #1a1b1d;
    height: 6px;
    position: absolute;
    margin-top: 9px;
    border-radius: 3px 3px 0 0;
}










































































































































































































































































































































































































































































		
		