/* ========================================================================== */
/*                                Main Layout                                 */
/* ========================================================================== */

/*-------------------------------*/
/*            Fonts              */
/*-------------------------------*/
@font-face {
	font-family: 'gotham-medium';
	src: url('/assets/webfonts/gotham-medium-webfont.woff2');
	src: url('/assets/webfonts/gotham-medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'opensans-regular';
	src: url('/assets/webfonts/opensans-regular-webfont.woff2');
	src: url('/assets/webfonts/opensans-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'opensans-bold';
	src: url('/assets/webfonts/opensans-bold-webfont.woff2');
	src: url('/assets/webfonts/opensans-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'opensans-extrabold';
	src: url('/assets/webfonts/opensans-extrabold-webfont.woff2');
	src: url('/assets/webfonts/opensans-extrabold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}





#showd{display:none;}

	html,
	body {
	    font-family: 'opensans-regular';
	    background-color: rgb(255, 255, 255);
	}
	
	.h1, .h2, .h3, h1, h2, h3 {
  margin-bottom: 10px;
  padding-top: 10px;
  font-weight: 500;
  line-height: 1.2;
  color: #4683d3;
}
h1 {font-size: 1.2rem;}

  ul, ol, dl, form {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  form {
    position: relative;
    overflow: visible;
  }
  .heads-container {
  width: 100%;
  background-color: #4CAF50;
  max-height: 6vh;
  background-color: rgb(0, 57, 94);
  z-index: 99;
}
.heads {
  height: 50px;
  width: 100%;
  background-color: rgb(31,31,31);
  overflow: auto;
  position: fixed;
  z-index: 99;
  top: auto;
}
.hamburger-dc {
  float: left;
  margin-top: 3px;
  margin-left: 10px;
  font-size: 30px;
  cursor: pointer;
  color: white;
}
.logo-DC {
  margin-left: 2vh;
  margin-top: 10px;
  float: left;
  width: 60px;
  height: 23px;
  background-size: 100% 100%;
}
a {
  text-decoration: none;
  color: #4683d3;
}
.logo-DC img {
  width: 90px;
}
.button-container {
  height: 6vh;
  float: right;
}

.regis {
  text-align: center;
  margin: 11px 11px 0 4px;
    margin-right: 11px;
    margin-left: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  padding: 5px 0;
  text-decoration: none;
  display: inline-block;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
  font-weight: bold;
  color: #FFFFFF;
}
.head-desktop {
  text-align: center;
  margin-right: -3px;
  margin-left: 0px;
  background: -webkit-linear-gradient(top, #19ade9 0%, #0d5a7a 100%);
  background: linear-gradient(to bottom, #1aaae4 0%, #173d6d 100%);
  width: 85px;
}
.button-login {
  background: linear-gradient(to bottom, rgba(148, 213, 2, 1) 0%,rgba(79, 113, 1, 1) 100%);
  border-radius: 5px;
  width: 85px;
}
.news-header {
  z-index: 10;
  background: rgb(36, 80, 135);
  height: 22px;
  overflow: hidden;
  position: relative;
  top: 50px;
}
.news-header-container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.news-header-container > span {
  margin-left: 10px;
  font-size: 14px;
  font-family: 'opensans-bold';
  font-weight: bold;
  color: rgb(255 ,255 ,255);
}
.marquee-wrapper {
  float: right;
  margin: 0;
  padding: 0;
  display: block;
  padding: 3px 0;
  width: -moz-calc(100% - 47px);
  width: -webkit-calc(100% - 47px);
  width: calc(100% - 47px);
  overflow: hidden;
  color: #fff;
  font-weight: 200;
  font-size: 12px;
}
.marquee {
  color: #fff;
  width: calc(100% - 108px);
}
.sidenav {
  height: 100%;
  width: 330px;
  position: fixed;
  z-index: 1000;
  top: auto;
  left: -330px;
  background-color: rgb(31,31,31);
  overflow-y: scroll;
  transition: 0.5s;
  padding-top: 0;
  margin-top: -25px !important;
}
.sidenav-container {
  background-color: aqua;
  height: 100%;
  width: 46vh;
  width: 100%;
  margin: 0 2vh 0 2vh;
  position: relative;
  top: 0;
  right: 0;
  font-size: 36px;
}
.sidenav-header {
  background-color: burlywood;
  height: 5vh;
  text-align: center;
  padding: 10px 0;
  height: 45px;
}
.sidenav-header .header-logo {
  display: flex;
  justify-content: center;
}
.sidenav-header .header-logo img {
  width: 100px;
  position: absolute;
  display: block;
}
.closebtn {
  position: absolute;
  right: 0;
  width: 2.5vh;
  font-size: 4vh;
  margin-right: 2vh;
  float: right;
  color: rgb(255, 255, 255);
  left: 15px;
  color: #45a5c7;
  font-size: 20px;
  margin: 0;
}
.btn-sidebar {
  padding: 10px 15px;
  padding: 25px 15px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.btn-sidebar .btn {
  border-radius: 5px !important;
}
.btn-sidebar a {
  width: 49%;
  max-width: 100%;
}
.btn-sidebar a {
  padding: 10px 38px;
  max-width: 133px;
}
.before-side {
  top: auto;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
}
.sidenav-menu {
  position: absolute;
  font-weight: bold;
  background-color: aqua;
  overflow-y: scroll;
  width: 100%;
  padding: 0 10px;
}
.sidenav-menu .active {
  background: none;
}
.sidenav-menu .active {
  background: linear-gradient(to bottom, #45a5c7 ,#387b86, #0a4450);
  color: rgb(255, 255, 255) !important;
}
.sidenav-menu > a {
  border: none;
  text-transform: capitalize;
}
.sidenav-menu > a {
  font-size: 12px;
}
.sidenav-menu > a {
  text-decoration: none;
  display: block;
  height: auto;
  width: 100%;
  font-family: 'opensans-regular';
  font-weight: bold;
  padding: 0.8vh 1vh 1vh;
  padding: 10px;
  border-top: 1px solid #585858;
  color: #FFF;
  font-size: 15px;
  text-transform: uppercase;
}
.sidenav-menu-items img {
  max-width: 23px;
  color: rgb(255, 255, 255) !important; 
}
.sidenav-menu > a {
  font-family: 'opensans-regular';
  font-weight: bold;
  color: #FFF;
  font-size: 12px;
  text-transform: capitalize;
}
.sidenav-menu-items .menu-items-name {
  position: absolute;
  left: 45px;
}
.sidenav-menu .sidenav-games {
  padding: 10px 7px;
}
.dock-game__container {
  padding: 0 2.5px;
  display: flex;
  flex-wrap: wrap;
}
.sidenav-menu .sidenav-games .dock-game__item {
  border-radius: 5px;
  margin-bottom: 5px;
}
.dock-game__item--row4 {
  width: 25%;
}
.dock-game__item {
  width: 100%;
  padding: 0 2.5px;
  margin-bottom: 10px;
}
.dock-game__item--row2 {
  width: 50%;
}
.dock-game__item a {
  font-size: 10px;
}
.dock-game__item--row3 {
  width: 33.333333%;
}
.sidenav-menu .sidenav-games .dock-game__item__img {
  background: rgba(57, 57, 57, 1);
  text-align: center;
  color: white;
  text-transform: capitalize;
  padding: 10px 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.dock-game__item__img {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  border: none !important;
}
.sidenav-menu-items.footer {
  margin: 10px;
  border-top: 1px solid rgba(57, 57, 57, 1);
  border-bottom: 1px solid rgba(57, 57, 57, 1);
  padding: 0 10px 10px;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.w-full {
  width: 100%;
}
.nav span, .nav li.underline a, .footer a, .footer span {
  white-space: nowrap;
}
.btn-orange {
  background: linear-gradient(180deg, #FFBE00 0%, #B98A00 100%);
  color: white;
}
.btn {
  padding: 8px 12px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.text-center-side {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  color: white;
  margin: 10px 0 30px;
}
.text-center-side p {
  margin-bottom: 0;
}
.body-main-container {
  width: 100%;
  margin-top: 50px;
}
element {
}
#slider {



  display: block;

  clear: both;

  height: auto;

}
.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
  display: flex;
  flex-wrap: wrap;
}
.slide-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
}
.slide-wrapper img{width: 100%;}
.slide-wrapper .owl-carousel {
  height: 100%;
}
.slide-wrapper #progressBar {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 4;
}
.slide-wrapper #progressBar #bar {
	    width: 0%;
	    max-width: 100%;
	    height: 2px;
	    background: rgb(28,214,232);
	}
	
.slide-wrapper .owl-carousel .owl-controls {
	    position: absolute;
	    width: 100%;
	    bottom: 2px;
	}

	.slide-wrapper .owl-carousel {
	    height: 100%;
	}

	.slide-wrapper .owl-carousel .owl-controls .owl-pagination {
	    display: none;
	}

	.slide-wrapper .owl-carousel .item {
	    padding: 0px 0;
	    color: white;
	}

	.slide-wrapper .owl-carousel .item img {
	    max-width: 100%;
	}

.shortcut-games {
  padding: 7px 3px 3px;
  width: 100vw;
  overflow-y: hidden;
  background-image: linear-gradient(#5d5d5d, #111111);
  display: flex;
  overflow-x: overlay;
  margin-bottom: 10px;
}
.shortcut-mask {
  width: 500px;
  display: inline-flex;
  flex-wrap: nowrap;
}
.shortcut-mask > div {
  margin: 5px;
  text-align: center;
  height: 74px;
}
.shortcut-mask > div a img {
  text-align: center;
  width: 58px;
}
.shortcut-title {
  color: white;
  text-transform: uppercase;
  font-size: 9px;
}
.play-container {
  width: 100%;
padding: 8px 0 0;}
.header_promo {
  background: red;
  position: absolute;
  color: white !important;
  border-radius: 0;
  z-index: 1;
  top: 8px;
  font-size: 11px;
  text-transform: uppercase;
  padding: 3px 10px;
  margin-left: 10px;
}
.dock-game__item__badge--promo {
  background: red;
  position: absolute;
  color: white !important;
  transform: rotate(45deg);
  padding-top: 50px;
  top: -25px;
  right: -70px;
  width: 150px;
  z-index: 1;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  background: red;
  color: white !important;
  -webkit-box-shadow: 5px 0px 5px 5px red;
  -moz-box-shadow: 5px 0px 5px 5px red;
  -moz-box-shadow-box-shadow: 5px 0px 5px 5px red;
}
.special-tag {
  --s: 20px;
  line-height: 1.8;
  padding-inline: calc(var(--s) + .3em) .3em;
  clip-path: polygon(0 0,100% 0,100% 100%,0 100%,var(--s) 50%);
  background: rgb(253 219 0 / 1);
  color: black;
  width: fit-content;
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 5px;
  padding-left: 25px;
  font-style: italic;
  font-weight: bold;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
}
.dock-game__item__play--green {
  background: -webkit-linear-gradient(to bottom, rgba(148, 213, 2, 1) 0%,rgba(79, 113, 1, 1) 100%);
  background: linear-gradient(to bottom, rgba(148, 213, 2, 1) 0%,rgba(79, 113, 1, 1) 100%);
}
.dock-game__item__play--blue {
  background: -webkit-linear-gradient(top, #19ade9 0%, #0d5a7a 100%);
  background: linear-gradient(to bottom, #1aaae4 0%, #173d6d 100%);
}
.dock-game__item__badge--tagnew {
  background: #07ce4d;
  position: absolute;
  color: white !important;
  transform: rotate(45deg);
  padding-top: 50px;
  top: -25px;
  right: -70px;
  width: 150px;
  z-index: 1;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-box-shadow: 5px 0px 5px 5px #07ce4d;
  -moz-box-shadow: 5px 0px 5px 5px #07ce4d;
  -moz-box-shadow-box-shadow: 5px 0px 5px 5px #07ce4d;
  text-align: center;
}
.dock-game__wrapper {
  margin-bottom: 10px;
}
.dock-game__container {
  padding: 0 2.5px;
  display: flex;
  flex-wrap: wrap;
}

.dock-game__item__img {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  border: none !important;
}
.dock-game__item__img img {
  position: relative;
  width: 100%;
  height: 100%;
}	
.dock-game__header {
  background: rgb(29,29,27);
  position: relative;
  padding: 10px 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.dock-game__header__title {
  color: white;
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
  width: calc(100% - 100px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px !important;
}
.dock-game__header__view {
  float: right;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.dock-game__header__view--btn:last-child {
  margin-right: 0;
  color: #fff !important;
}
.dock-game__header__view--btn--r {
  background: rgb(0,126,176);
  color: white;
}
.dock-game__header__view--btn {
  color: white;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  padding: 3px 10px;
  border: 0;
  margin-right: 5px;
  font-size: 13px !important;
}
.dock-game__container {
  padding: 0 2.5px;
  display: flex;
  flex-wrap: wrap;
}

.dock-game__item__img {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  border: none !important;
}
.dock-game__item a {
  font-size: 10px;
}
.dock-game__item__img img {
  position: relative;
  width: 100%;
  height: 100%;
}
.dock-game__item__play-button {
  width: 100%;
}
.dock-game__item__play-button ul {
  background: white;
  margin: 0;
  display: flex;
  padding: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  list-style: none;
}
.dock-game__item__play-button ul li {
  width: 100%;
}
.dock-game__item__play-button ul li a {
  display: block;
  font-size: 0.8rem;
  font-weight: bold;
  color: white;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 9px 0;
  color: #fff !important;
}

.footer-mobile {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #000;
  color: #fff;
  width: 100%;
  min-height: 200px;
  max-height: 100%;
  bottom: 31px;
  margin-bottom: 0 !important;
  padding-bottom: 35px;
}
.static-menu-wrapper {
  width: 100%;
  background-color: rgb(40, 40, 40);
  color: black;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-links {
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.footer-mobile .static-menu-wrapper .footer-links li:nth-last-child(n+2) {
  border-bottom: 1px solid #555;
}
ul.footer-links li:last-child {
  border-bottom: 1px solid #555;
}
ul.footer-links li {
  justify-content: flex-start;
  font-size: 12px;
  padding: 5px;
  border-bottom: 1px solid #a7a7a7;
}
ul.footer-links li a {
  display: flex;
  padding: 7px;
  align-items: center;
  transition: color 0.1s linear;
  text-align: center;
  color: #fff !important;
}
.footer-mobile .statement {
  font-size: 12px;
  margin: 0;
  text-align: justify;
  padding: 10px 10px 0;
}
.mb-10 {
  margin-bottom: 10px;
}

.footer-payment {
  padding: 0 10px 20px;
  width: 100%;
}
.footer-mobile .footer-payment .title, .footer-title-only .title {
  font-size: 12px;
  text-align: left;
}
.footer-bank {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
}
.footer-bank-list {
  background-color: #1c1c1c;
  width: 100%;
  width: calc(25% - 2px);
  margin: 1px;
  height: 55px;
  padding: 0 0px !important;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-bank-list img{width: 50%;height: auto;display: block;margin: auto;}
.col-footer .device {
  width: 80px !important;
} 
.col-footer .security {
  width: 120px !important;
}
.footer-end img{width: 50%;height: auto;display: block;margin: auto;}
.footer-mobile .footer-end {
  padding: 0 10px;
    padding-bottom: 0px;
  padding-bottom: 15px;
  display: flex;
  width: 100%;
}

.footer-mobile .footer-end .col-footer:first-child {
  margin-right: 12px;
  margin-left: 12px;
  text-align: center;
}

.copy-right {
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
}
.copy-right p {
  font-size: 12px;
  color: #4683d3;
}
.icon-bar {
  width: 100%;
  background: #1f1f1f;
  overflow: auto;
  position: fixed;
  bottom: 0;
}

.icon-bar a.active {
  background: linear-gradient(to bottom, #3389f8,#19457f, #0f305b);
  color: #fff;
}
.icon-bar a {
  font-size: 25px;
  font-family: 'Aller Regular', Arial, sans-serif;
  float: left;
  width: 20%;
  text-align: center;
  padding: 5px 0 0px 0;
  transition: all 0.3s ease;
  color: #fff !important;
}
.icon-bar a span {
  font-size: 10px;
  padding: 2px 0 5px 0;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.icon-bar .footer-popup_btn {
  padding: 0px;
  float: left;
  width: 20%;
  text-align: center;
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}
.icon-bar .footer-popup_btn img {
  background: #194277;
  border-radius: 50%;
}

.hide{
        display:none;
    }
.footer-popup_btn-child {
  position: fixed;
  width: 150px;
  bottom: 55px;
  margin: auto;
  padding: 0;
  left: 0;
  right: 0;
}
.footer-popup_btn-child li {
  position: relative;
}
.footer-popup_btn-child a {
  background: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 20px #000;
  -webkit-animation: bounce .4s ease infinite alternate;
}
.footer-popup_btn-child img {
  position: relative;
  background: none !important;
  padding: 3px !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
}
.footer-popup_btn-child p {
  position: relative;
  font-size: 7px;
  margin-bottom: 0;
  color: black;
}
