@font-face {
    font-family: 'nexa_boldregular';
    src: url('../nexa_bold-webfont.woff2') format('woff2'),
         url('../nexa_bold-webfont.woff') format('woff');
		 url('../nexa_bold-webfont.ttf') format('truetype')
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'nexa_lightregular';
    src: url('../nexa_light-webfont.woff2') format('woff2'),
         url('../nexa_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ralewayextrabold';
    src: url('../raleway-extrabold-webfont.woff2') format('woff2'),
         url('../raleway-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ralewaymedium';
    src: url('../raleway-medium-webfont.woff2') format('woff2'),
         url('../raleway-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
h2 a {
	color: #fff;
	text-transform: uppercase;
}

h2 a:hover {
	color: #fff;
	text-decoration: none;

}

.carousel{
	position:relative;
	top:91px;
	margin-bottom:91px;
	clear: both;
}

.carousel .item {
	overflow: hidden;
    height: auto;
}
.carousel .item img {
	max-width: 100%;
    margin: 0 auto; /* Align slide image horizontally center in Bootstrap v3 */
}
.carousel .carousel-control {
	width: 50px;
    height: 50px;
    background: #dd1e1c;
    margin: auto 0;
	opacity: 0.8;
}
.carousel .carousel-control:hover {
	opacity: 0.9;
}
.carousel .carousel-control i {
    font-size: 48px;
}
.carousel-caption h3, .carousel-caption p {
	color: #fff;
	display: inline-block;
	text-shadow: none;
	position:relative;
	font-weight:bold;
	top:-150px;
	margin-bottom: 20px;
}
.carousel-caption h3 {
	padding: 12px 24px;
	font-size: 48px;
	font-family: 'nexa_boldregular';	
	
}
.carousel-caption p {
	width: 600px;
	color:#afaeaf;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 300;
	font-family: 'nexa_lightregular';
}
.carousel-action {
	padding: 15px 0 30px;
}
.carousel-action .btn {
	min-height: 34px;
	border-radius: 5px;
	text-transform: uppercase;
	font-family: 'nexa_boldregular';
}
.carousel-action .btn-primary {
	color: #fff;
	border:0px;
	background-color: #df332f;
	-webkit-box-shadow: -22px 10px 52px -15px rgba(223,51,47,1);
	-moz-box-shadow: -22px 10px 52px -15px rgba(223,51,47,1);
	box-shadow: -22px 10px 52px -15px rgba(223,51,47,1);
	position:relative;
	top:-150px;
}
.carousel-action .btn-primary:hover {
	background: #dd1e1c;
	color: #fff;
}
.carousel-action .btn-success {
	background: #8fc93c;
	border: none;
}
.carousel-action .btn-success:hover {
	background: #87bd35;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	margin: 1px 6px;
}
.carousel-indicators li {
	background: transparent;
	border: 1px solid #3a3b4c;
}
.carousel-indicators li.active {
	background: #dd1e1c;
	border-color: #dd1e1c;
}

.box h3{
  text-align:center;
    position:relative;
    top:100px;
}
.box {
    width:100%;
    height:auto;
    background:#FFF;
    margin:40px auto;
}
.tooltip1 {
  position: absolute;
  display: none;
  margin-top:-500px;
  margin-left:0px;
  background-color: #FCFCFC;
  color: #000000;
  border: 1px solid #DDDDDD;
  border-left: 4px solid #0E8AEA;
  padding: 4px 10px;
  z-index: 300;
  width: 300px;
}
.header{
	position:relative;
	top:120px;
	clear: both;
	/*background: url(../img/header.jpg); */
	/*height:248px;*/
	width:100%;
}
.header2{
	position:relative;
	top:91px;
	clear: both;
	background: url(../img/header-events.jpg);
	height:570px;
	width:100%;
	margin-bottom:-180px;
}

.effect1{
-webkit-box-shadow: -27px 25px 71px -15px rgba(0,0,0,0.1);
-moz-box-shadow: -27px 25px 71px -15px rgba(0,0,0,0.1);
box-shadow: -27px 25px 71px -15px rgba(0,0,0,0.1);
}
.btn-button_pri, a.btn-button_pri {
  color: #fff;
  font-weight: normal;
  font-family: nexa_boldregular;
  background-color: #df332f;
  font-size:17px;
  -webkit-box-shadow: -22px 10px 52px -15px rgba(223,51,47,1);
  -moz-box-shadow: -22px 10px 52px -15px rgba(223,51,47,1);
  box-shadow: -22px 10px 52px -15px rgba(223,51,47,1);
}
.btn-button_pri:focus,
.btn-button_pri.focus {
	border:2px solid #df332f;
	color: #df332f;
}
.btn-button_pri:hover, a.btn-button_pri:hover {
	background-color:#fff;
	border:2px solid #df332f;
	color: #df332f;
}
.btn-button_pri:active,
.btn-button_pri.active,
.open > .dropdown-toggle.btn-button_pri {
	border:2px solid #df332f;
	color: #df332f;
}

.intro {
    font-weight: normal;
    font-size: 40px;
    line-height: 32px;
    color: #000;
    font-family: nexa_boldregular;
}

.descripti .descripti-content{
    padding-top: 15px;
}
.descripti .descripti-title{
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 40px;
	font-family: nexa_boldregular;
    text-transform: capitalize;
}
.descripti .descripti-title a{
    display: inline-block;
    color: #000;
    transition: all 0.3s ease 0s;
}
.descripti .descripti-title a:hover{
    color: #df332f;
    text-decoration: none;
}
.descripti .descripti-description {
    font-size: 17px;
	font-weight: normal;
    color: #000;
    line-height: 24px;
    margin-bottom: 14px;
	margin-bottom: 40px;
}

.cup{
    margin-bottom: 45px;
}
.cup .cup-img{
    overflow: hidden;
}
.cup .cup-img img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}
.cup:hover .cup-img img{
    transform: scale(1.08);
}

.cup .cup-bra{
    width: auto;
	font-size: 16px;
    font-weight: 600;
	color:#fff;
	background-color: #3bd575;
	position:absolute;
	text-transform: uppercase;
	top:15px;
	left:30px;
	padding: 5px 15px;
	z-index:10;
	border-radius:50px;
}

.cup .cup-content{
    padding-top: 15px;
}
.cup .cup-title{
    font-size: 23px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}
.cup .cup-title a{
    display: inline-block;
    color: #000;
    transition: all 0.3s ease 0s;
}
.cup .cup-title a:hover{
    color: #df332f;
    text-decoration: none;
}
.cup .cup-description{
    font-size: 15px;
	font-weight: 600;
    color: #a4a2ad;
    line-height: 24px;
    margin-bottom: 14px;
}
.cup .read-more{
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
	color: #df332f; 
	border:2px solid #df332f; 
	border-radius: 5px; 
	padding:10px 25px; 
    text-transform: capitalize;
    transition: all 0.30s linear;
}
.cup .read-more:hover{
  color: #fff;
  background-color: #df332f;
  -webkit-box-shadow: -22px 10px 52px -15px rgba(223,51,47,1);
  -moz-box-shadow: -22px 10px 52px -15px rgba(223,51,47,1);
  box-shadow: -22px 10px 52px -15px rgba(223,51,47,1);
}
.esl-logo { width:228px; position:relative; left:150px; height:267px; transition: all 0.4s; }

.button_more {color: #df332f; border:2px solid #df332f; border-radius: 5px; padding:10px 25px; font-size: 15px; font-weight: normal;transition: all 0.4s; }


.more {color: #df332f; font-size: 15px; font-weight: bold;transition: all 0.4s; }


.news{
   margin-bottom: 25px;
}
.news .news-img{
    overflow: hidden;
}
.news .news-img img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}
.news:hover .news-img img{
    transform: scale(1.08);
}
.news .news-content{
    padding:15px 0px;
}
.news .news-title{
    font-size: 16x;
    font-weight: normal;
    margin-top: 0;
    text-transform: capitalize;
	font-family: nexa_boldregular;
}
.news .news-title a{
    display: inline-block;
    color: #1b1a22;
    transition: all 0.3s ease 0s;
}
.news .news-title a:hover{
    color: #df332f;
    text-decoration: none;
}
.news .news-description{
    font-size: 14px;
    color: #a4a3b1;
	font-weight: normal;
    line-height: 24px;
    margin-bottom: 14px;
	font-family: 'nexa_boldregular';
	
}
.news .read-more{
    display: inline-block;
    font-size: 14px;
    font-weight:normal;
    color: #df332f;
    text-transform: capitalize;
    transition: all 0.30s linear;
	font-family: 'nexa_boldregular';
}

.news .read-more:hover{
    text-decoration: none;
	color: #000;
}

.up{
	color: #000; 
    text-transform: capitalize;
}


.e-read-more{
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
	font-family: 'nexa_lightregular';
	color: #fff; 
	background-color: #df332f;
	border-radius: 5px; 
	padding:5px 10px; 
    text-transform: capitalize;
    transition: all 0.30s linear;
}
.e-read-more a:hover{
  color: #fff;
  background-color: #df332f;
  -webkit-box-shadow: -22px 10px 52px -15px rgba(223,51,47,1);
  -moz-box-shadow: -22px 10px 52px -15px rgba(223,51,47,1);
  box-shadow: -22px 10px 52px -15px rgba(223,51,47,1);
}

.myButtonLink {
    background: url('../img/more.jpg');
	width: 129px;
	height: 33px;
    display: block;

}
.myButtonLink:hover {
	background: url('../img/more-h.jpg');
	width: 129px;
	height: 33px;
    display: block;
}

.events{
  color: #fff;
  background: url(../img/events_head.jpg);
  border-top: 5px solid #df332f;
  height:92px;
}
.events-city{
  color: #fff;
  font-size:18px;
  font-weight:bold;
  text-transform: uppercase;
  position:relative;
  left:110px;
  top:20px;
}

.events-data{
	float:left;
  color: #fff;
  font-size:45px;
  font-weight:bold;
  text-transform: uppercase;
  position:relative;
  left:80px;
  top:10px;
}
.events-datas{
  float:left;
  position:relative;
  left:90px;
}
.events-data2{
	float:left;
  color: #747480;
  font-size:18px;
  text-transform: uppercase;
  position:relative;
  top:20px;
}
.events-data3{
  color: #747480;
  font-size:18px;
  text-transform: uppercase;
  position:relative;
  top:15px;
}

.events-link{
  position:relative;
  left:140px;
  top:35px;
}

.events-high{
  color: #9998a6;
  font-size:14px;
  font-weight:600;
  text-transform: uppercase;
  position:relative;
  left:25px;
  top:35px;
cursor: pointer;
}

.events_details{
  color: #fff;
  background-color:#12121c;
  height:537px;
}

.events_details2{
  position:relative;
  top:100px;
  color: #fff;
  padding-top:30px;
  padding-bottom:30px;
  padding-left:10px;
  padding-right:0px;
  background-color:rgba(0, 0, 0, 0.5);
  margin:auto;
  font-size:16px;
  text-align:center;
  width:850px;
  height:330px;
}

.events_foot{
  background: url(../img/events_foot.jpg);
  height:94px;
}


#sponsors{background-color:#f3f3f3; padding:80px 0; height:187px}
.sponsors-logos{list-style:none; padding:0; margin:0; display:flex;}
@media (max-width:767px){.sponsors-logos{width:50.3%; padding:0 10px;}
}
.sponsors__item{text-align:center;}
@media (max-width:1199px){.sponsors__item{ width:50.3%; padding:0 10px;}
}
@media (max-width:767px){.sponsors__item{width:50.3%;padding:10px;}
}
@media (max-width:479px){.sponsors__item{width:50%;}
}
@media (min-width:992px){.sponsors__item{margin:0 12px;}
}
@media (min-width:1200px){.sponsors__item{margin:0 25px;}
}
.sponsors__item > a{opacity:0.6;transition:opacity 0.3s ease;}
.sponsors__item > a:hover{opacity:1;}

#footer{background-color:#1a1a23;border-top:1px solid rgba(0,0,0,.05);}
#footer {color:#fff}
#copyright{background-color:#2a2a36;padding:24px 0;line-height:33px}
#copyright {color:#fff}
#footer-top{padding-top:50px}
.copyright a{color:#fff;}
.copyright a:hover{
    text-decoration: none;
	color: #fff;
}
.block{padding-bottom:50px}
.social-btn .btn {color: #fff; margin: 5px 0 0 10px; padding-left:25px; padding-right:25px; font-size: 15px; border-radius: 3px; text-transform: uppercase; font-weight: bold; border: none; transition: all 0.4s; }	
.social-btn .btn:first-child { margin-left: 0;}
.social-btn .btn:hover { color: #fff; opacity: 0.8; }
.social-btn .btn-primary { background: #33429c; }
.social-btn .btn-info { background: #00b4ff; }
.social-btn .btn-danger { background: #d31729; }
.social-btn .btn i { float: left; margin: 3px 10px; font-size: 20px; }

.panel {
  margin-bottom: 20px;
  background-color: #1b1d29;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #1b1d29;
  border-top: 1px solid #2e3042;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #2e3042;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #eee;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #eee;
}
.panel-default {
  color: #585b6d;
  border-color: #eee;
  background-color: #fff;
}
.panel-default > .panel-heading {
  color: #fff;
  background-color: #dd1e1c;
  border-color: #eee;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}
.panel-default > .panel-heading .badge {
  color: #15182;
  background-color: #ec3a60;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  background-color: #ec3a60;
  border-bottom-color: #eee;
}
.nav-tabs { border-bottom: 3px solid #000; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a { border-right: 1px solid #e1e1e1; color: #000; border-radius:0px; padding:15px }
        .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border-right: 1px solid #e1e1e1; left: -3px; color: #fff !important; background-color:#000 }
        .nav-tabs > li > a::after { content: ""; background: #000; height: 3px; position: absolute; width: 100%; left: 0px; bottom: -3px; transition: all 0ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }



.badge {
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #999999;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.badge-danger {
  background-color: #d9534f;
}

.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #5cb85c;
}

.badge-info {
  background-color: #3a87ad;
}

.badge-inverse {
  background-color: #333333;
}
/* Style for the games container */
.games-container {
    display: flex;
    flex-wrap: wrap;
}

/* Style for individual game */
.game {
    width: 25%; /* Each game takes up 25% of the container width to create 4 columns */
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}

/* Clear floating elements to start a new row */
.clear {
    clear: both;
}

.custom-font {
  font-size: 16px !important;
}