:root {
  --yellow: #BAEB10;
  --dark: #2f313a;
  --deg: -86deg;
}

body {
    /*! background: #000; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
    color:#666;
	font-family:'Ubuntu', Arial, Helvetica, sans-serif;
	line-height:1.4em;
	font-weight:normal;
	background: #15171a;	
}

.body_bg {
background-image: url(img/bg/third_about_bg.jpg);
	background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

html {
	scrollbar-color: #292d31 #0e1012;
}
body, a {
  font-family: 'Poppins', sans-serif;
}
img {
    height: auto !important;
    max-width: 100% !important;
}

a {
    color: #428BCA;
    text-decoration: none;
}

label {
    font-weight: normal;
}

figcaption {
    font-style: italic;
    font-size: 12px;
}

h1 {
    font-size: 21px;
    line-height: inherit;
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

hr {
    border-color: #E4E4E4;
}

.navbar-gaming {
    background: #40434E;
    border-bottom: 1px solid #32333B;
    margin-bottom: 0;
}

.navbar-gaming .navbar-brand {
    color: #FFF;
}

.navbar-gaming .container-fluid .navbar-collapse {
    margin-right: -30px;
    margin-left: -30px;
}

.navbar-gaming .container-fluid .navbar-collapse .card {
    border: 0;
}

.navbar-gaming .navbar-nav > li > a:hover, .navbar-gaming .navbar-nav > li > a:focus {
    background-color: #32333B;
    color: #32333B;
}

.navbar-gaming .dropdown-menu > li > a:hover,
.navbar-gaming .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #32333B;
    background-color: #32333B;
}

.navbar-nav > li > .dropdown-menu {
    background-color: #40434E;
}

.navbar-toggle .icon-bar {
    background-color: #EEE;
}


@media (min-width: 768px) {
    header .container {
        margin-top: 0;
    }
}

header .container .gaming {
    margin: 0;
    padding: 0;
    border-top: 0;
    position: relative;
}

@media (min-width: 768px) {
    header .container .gaming {
        margin: 0 10px;
    }
}

@media (min-width: 1200px) {
    header .container .gaming {
        margin: 0;
    }
}

@media (min-width: 768px) {
    header .container .gaming .carousel-control {
        width: 10%;
    }
}

header .container .gaming .carousel-indicators {
    bottom: 0;
    margin-bottom: 5px;
}

header .container .gaming .gaming-name {
    top: 0;
    left: 0;
    position: absolute;
    width: 70%;
    margin-left: 15%;
    padding: 10px 0;
    color: #FFF;
    font-size: 27px;
    text-shadow: 0 3px 10px #32333B;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
}

@media (min-width: 768px) {
    header .container .gaming .gaming-name {
        top: 20px;
        padding: 15px 0;
        font-size: 32px;
    }
}

@media (min-width: 992px) {
    header .container .gaming .gaming-name {
        top: 30px;
        font-size: 37px;
    }
}

.container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .container {
        margin-top: 0;
    }
    #main .container {
        width:85%
    }
}

@media (min-width: 1200px) {
    .container {
        width: 80%;
    }
    #main .container {
        width:65%;
    }
}

.r1sing {
    overflow: hidden;
}

@media (min-width: 768px) {
    .r1sing {
        padding: 20px;
        margin: 10px;
    }
}

@media (min-width: 992px) {
    .r1sing {
        margin: 20px 10px;
    }
}

@media (min-width: 1200px) {
    .r1sing {
        margin: 30px 0;
    }
}

.card-gaming,
.card-default {
    border-radius: 0;
}

@media (min-width: 768px) {
    .card-gaming,
    .card-default {
        border-radius: 4px;
    }
}

.card-gaming > .card-heading {
    color: #4295C9;
    background-color: #32333B;
    margin-top: 0;
    line-height: 20px;
    margin-bottom: 0;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-rendering: optimizelegibility;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.card-gaming > .card-body li {
    line-height: 35px;
    border-bottom: 1px solid #2e2e2e;
}

.card-gaming > .card-body a {
    color: #a3a3a3;
    text-decoration: none;
}

.ilch--new-message a.text-danger {
    color: #a94442;
}

.footer .container {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .footer .container {
        margin-top: 0;
    }
}

.footer .container .gaming {
    margin: 0;
    padding: 15px 0;
    border-bottom: 0;
}

@media (min-width: 768px) {
    .footer .container .gaming {
        margin: 0 10px;
    }
}

@media (min-width: 1200px) {
    .footer .container .gaming {
        margin: 0;
    }
}

.footer .container .gaming ul {
    margin: 0;
    padding: 0;
}

.footer .container .gaming ul li {
    list-style-type: none;
    display: inline;
}

.footer .container .gaming ul li:after {
    content: ' | ';
}

.footer .container .gaming ul li:last-child:after {
    content: '';
}

.footer .container .gaming .row [class*="col-"]  {
    padding: 0 30px;
}

@media (min-width: 768px) {
    .footer .container .gaming .nav {
        text-align: right;
    }
    .col-flex {
        display: flex;
}
}
.youTube-area,
.team-area,
.stats-box{
    background:#1c1f26;
}
#main {
    /*background: #e7e5e5;*/
}
.sidebar {
    background:#252525;
    padding:25px;
}
.navigation .navbar-wrap ul {
    margin-left: 0;
}
.menu-toggle {
	display: block;
	padding: 5px 10px;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 20px;
	border: 1px solid #fff;
}
@media (min-width:992px) {
    .navigation .navbar-wrap ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-left: auto;
        margin-bottom: 0px;
    }
    .menu-toggle {
        display:none;
    }

}
@media (max-width:992px) {
    #mobile-menu {
        overflow: hidden;
    }
    #menu-main-navigation {
        overflow:hidden;
        transition: all 0.3s ease-in-out;
    }
    .navbar-wrap ul {
        height:0;
    }
    .collapse.in {
        height:auto;
    }
}
.bars {
    display:block;
    width:25px;
    height:3px;
    margin:5px auto;
    transition: all 0.3s ease-in-out;
    background:#fff;
}
.open .bars:nth-child(2) {
    opacity:0;
}
.open .bars:nth-child(1) {
    transform:translateY(8px) rotate(45deg);
}
.open .bars:nth-child(3) {
    transform:translateY(-8px) rotate(-45deg);
}
.sidebar-widget-title h4 {
    color:#fff;
}
.sidebar .card {
    background:transparent;
}
.badge{
    background-color:#bcee0e;
    color: #000;
}
#main .blog-list-post-bottom .fa {
    color:#bcee0e;
    margin-right:5px;
}
#main .blog-list-post-bottom {
    color:#fff;
}
#main .p-no {
    padding:0;
    border:0px;
}
#main .article_image {
    padding:0;
}
#main .news-body {
    padding: 0px 15px;
  background:transparent;
  color:#fff;
  border-color:transparent;
  border-bottom: 1px solid #292d31;
  background:#181819;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3), inset 0 1px 1px rgba(255, 255, 255, .2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3), inset 0 1px 1px rgba(255, 255, 255, .2);
  box-shadow: 0 1px 3px
  rgba(0, 0, 0, .3), inset 0 1px 1px rgba(255, 255, 255, .2);
}
#main .card {
    background:transparent;
    box-shadow: none;
}
#main .news-box {
    box-shadow: 0px 2px 12.09px 0.91px rgba(184, 184, 184, 0.15);
    background: #252525;
    margin-bottom:50px;
}
.contact-area .form-control {
    background:#292a2e;
    border:none;
    color:#afb0b4;
}
.contact-area .form-control:focus {
    --webkit-box-shadow: 0px 0px 9px 1px rgba(188,238,14,0.6);
    -moz-box-shadow: 0px 0px 9px 1px rgba(188,238,14,0.6);
    box-shadow: 0px 0px 9px 1px rgba(188,238,14,0.6);
}

.stats-box .stats-content,
.stats-box .stats-header{
    font-size:25px;
}
.count {
    font-family: 'Oxanium', cursive;
	color: #fff;
	margin-top: 0px;
	font-style: normal;
	font-weight: 800;
	text-transform: normal;
    font-size:32px;
}

.card-primary > .card-heading {
  background:transparent;
  color:#fff;
  border-color:transparent;
  border-bottom: 1px solid #292d31;
  background:181819;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3), inset 0 1px 1px rgba(255, 255, 255, .2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3), inset 0 1px 1px rgba(255, 255, 255, .2);
  box-shadow: 0 1px 3px
  rgba(0, 0, 0, .3), inset 0 1px 1px rgba(255, 255, 255, .2);
}

.card-footer {
  background:transparent;
  border:1px solid #111;
}

/* Additional Stuff */

.userlistbg {
/** border: 1px solid #ccc ; **/
border-radius: 1px ;
padding: 10px ;
/** color: #2f2f2f ; **/
margin-bottom:0px ;
margin-top: -1px ;
margin-right: -1px ;
/**
background: rgba(240,240,240,1) ;
background: -moz-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%) ;
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,240,240,1)), color-stop(53%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1))) ;
background: -webkit-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%) ;
background: -o-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%) ;
background: -ms-linear-gradient(top, rgba(240,240,240,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%) ;
background: linear-gradient(to bottom, rgba(240,240,240,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%) ;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff', GradientType=0 ) ;
**/
-webkit-box-shadow:inset 0px 0px 0px 2px #404040 ;
    -moz-box-shadow:inset 0px 0px 0px 2px #404040 ;
    box-shadow:inset 0px 0px 0px 2px #404040 ;   
    -webkit-transition: all .25s ease-out ;
         -o-transition: all .25s ease-out ;
            transition: all .25s ease-out ;
  }
  
  
  
.userlistbg:hover {
background: #42BA64 ;
/**color: #2f2f2f ;**/
}

.team {
  padding: 2em 0 2em 2.5em;
  margin: 0;
}

.member {
  margin: 1.5em 0 0.5em;
  padding: 0.73em;
  background: linear-gradient(
    var(--yellow) 0 97%,
    #fff0 calc(97% + 1px) 100%
  );
  position: relative;
  list-style: none;
  display: inline-block;
  transform: scale(0.85);
  transition: all 0.4s ease 0s;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.member:nth-of-type(even) {
  text-align: right;
  background: linear-gradient(
    var(--yellow) 0 97%,
    #fff0 calc(97% + 1px) 100%
  );
}

.thumb {
  width: 13vmin;
  height: 13vmin;
  float: left;
  margin-right: 1.25em;
  background: linear-gradient(
    var(--deg),
    var(--dark) 0 70%,
    var(--yellow) 0% 100%
  );
  transform: rotate(-4deg);
  transition: all 0.4s ease 0s;
  border-radius: 0.25em;
  overflow: hidden;
  margin-left: -3em;
  padding: 0.5em;
}

.member:nth-of-type(even) .thumb {
  --deg: 86deg;
  float: right;
  margin-left: 2em;
  margin-right: -3em;
  transform: rotate(4deg);
}

.thumb img {
  width: 100%;
  height: 100%;
  border-radius: 0.25em;
  filter: grayscale(1);
  background: var(--dark);
}

.member:hover {
  transform: scale(1);
  transition: all 0.4s ease 0s;
  filter: drop-shadow(0px 20px 10px #0008);
}

.member:hover .thumb {
  padding: 0.1em;
  transition: all 0.4s ease 0s;
  transform: rotate(-1deg);
  --deg: -89deg;
}

.member:nth-of-type(even):hover .thumb {
  --deg: 91deg;
}

.member:hover .thumb img {
  filter: none;
  transition: all 0.4s ease 0s;
}

.description {
  padding-top: 1vmin;
}

.description p {
  padding: 0 2em;
  margin-bottom: 1em;
}

.header_4 {
  background: transparent;
  display: inline;
  transform: rotate(-2deg);
  position: absolute;
  margin: 0;
  margin-top: -2.25em;
  left: 9vmin;
  padding: 0.5em 0.75em;
  color: var(--yellow);
  border-radius: 0.25em;
  font-size: 1.35em;
  transform-origin: left bottom;
}

.header_4 a{
  display: inline-block;
  margin: 0.5em 0 0 0;
  background: var(--dark);
  color: var(--yellow);
  padding: 0.1em 0.5em 0.35em;
  border-radius: 0.5em;
  text-decoration: none;
  transition: var(--trans);
}

.header_4 a::hover{
  transition: var(--trans);
  color: var(--dark);
  background: var(--yellow);
  font-weight: bold;
}

.member:nth-of-type(even) .header_4 {
  left: inherit;
  right: 9vmin;
  transform: rotate(2deg);
  transform-origin: right bottom;
  background: transparent;
}

.member:hover .header_4 {
  transition: all 0.4s ease 0s;
  transform: rotate(0deg);
  background: transparent;
}

.co-funder:after {
  content: "CO-FUNDER";
  font-size: 0.75em;
  position: absolute;
  top: -1.5em;
  background: var(--yellow);
  right: 4em;
  transform: rotate(3deg);
  padding: 0.35em 0.75em 0.5em;
  border-radius: 0.25em;
  color: var(--dark);
  font-weight: bold;
}

.co-funder:nth-of-type(even):after {
  right: inherit;
  left: 4em;
  transform: rotate(-3deg);
}

.description p a {
  display: inline-block;
  margin: 0.5em 0 0 0;
  background: var(--dark);
  color: var(--yellow);
  padding: 0.1em 0.5em 0.35em;
  border-radius: 0.5em;
  text-decoration: none;
  transition: all 0.4s ease 0s;
}
.description p a:hover {
  transition: all 0.4s ease 0s;
  color: var(--dark);
  background: var(--yellow);
  font-weight: bold;
}

.description p a img {
  float: left;
  width: 22px;
  filter: invert(1);
  border-radius: 0.15em;
  padding: 2px;
  background: #fff;
  margin-right: 2px;
}
/* ////////// NEWS ////////// */



.NewsBoxes {
    background: #1d2730;
    border-radius:6px; 
    -webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 4px 4px rgba(0,0,0,0.3);
    box-shadow: 0 4px 4px rgba(0,0,0,0.3);
    color: #ccc;
    height: 360px;
}
.NewsBoxes .img{
    width: 100%;
    max-height: 100%;
    border-radius:6px; 
    object-fit: cover;
    background-color: #000;
    vertical-align: middle;
    display: block;
    max-width: 100%;
}
.NewsBoxes .imgDesc{
    height: 100%;
    position: relative; 
    width: 100%; /* for IE 6 */
    border-radius:6px; 
    object-fit: cover;
    background-color: #000;
    vertical-align: middle;
    display: block;
    max-width: 100%;
}
.NewsBoxes .dateCat{
    top:0px;
    right: 0px;
    float: right;
    padding: 15px 15px;
    position: absolute;
}
.NewsBoxes .dateCat .btnN{
    background: #429f37;
    border-radius:6px;
    padding: 5px 10px;
    color: #fff;
    margin-left: 10px;
    float: right;
    font-size: 12px;
}
.NewsBoxes .desc{
    padding: 15px 25px;
    text-align: left;
    position: absolute;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    bottom: 0px; 
    height: 50%;
    border-radius: 6px;
    left: 0; 
    width: 100%; 
}
.NewsBoxes .desc .inner{bottom: 0px!Important;text-align: center;}
.NewsBoxes .desc .inner h2{
    font-family: Open Sans,Helvetica,Arial,sans-serif;
    font-size: 12.8px;
    font-weight: 400;
    line-height: 1.6;
    color: hsl(121, 31%, 33%);
    line-height: 1.3;
    margin: 0px;
}
.NewsBoxes .desc .inner h3{
    color: #B7B7B7;
    font-family: Open Sans,Helvetica,Arial,sans-serif;
    font-size: 24px;
    width: 100%;
    text-shadow:  0 0 25px #798192;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 25px;
    text-transform: uppercase;
    line-height: 1.4;
}
.NewsBoxes .desc .inner .newsbutton-lg{
    margin-top: 20px;
    background: #429f37;
    border-radius:6px;
    padding: 7px 23px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s ease;
    font-size: 18px;
}
.NewsBoxes .desc .inner .newsbutton-lg:hover{
    background: #42c34e;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0px 0px 30px 1px rgba(0,240,48,1);
    -moz-box-shadow: 0px 0px 30px 1px rgba(0,240,48,1);
    box-shadow: 0px 0px 30px 1px rgba(0,240,48,1);
}
.newsSmall{
    height: 360px;
    max-height: 360px;
}
.newsSmall .object{
    height: 31%;
    position: relative;
    transition: all 0.2s ease;
}
.newsSmall .object:hover{
    transition: all 0.2s ease;
    border-right: 3px solid #42c34e;
    border-left: 3px solid #42c34e;
}
.newsSmall .object .pad{
    position: absolute;
    width: 100%;
    padding: 15px;;
    top: 0px;
}
.newsSmall .object .pad .smallcat{
    top: 0px;
    right: 0px;
    padding-right: 15px;
    float: right;
    position: absolute;
}
.newsSmall .object .pad .smallcat .btnsN{
    background: #578b10;
    border-radius:6px;
    padding: 2px 5px;
    color: #fff;
    margin-left: 10px;
    float: right;
    font-size: 10px;
}
.newsSmall .object .pad h3{
    color: #B7B7B7;
    text-shadow:  0 0 25px #798192;
    font-weight: bold;
    margin: 25px 0px;
}
.newsSmall .object .pad .newsImgSmallN2{
    max-width: 80px;
    max-height: 80px;
    border: 3px solid rgba(66, 195, 78, 0.16);
    height: 80px;
    width: 80px;
    object-fit: cover;
}
.newsSmall .mgb{
    margin-bottom: 2%;
}
.newsSmall .object .img{
    width: 100%;
    border-radius:6px; 
    object-fit: cover;
    background-color: #000;
    vertical-align: middle;
    max-height: 100%;
    opacity: .1;
}
