.intro-page .container{
    padding:0 10%;
}
.intro-page header .container{
    padding:0 15px;
}
.banner-area {
    background: #000 url(../img/banners/banner-bg.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    padding:50px;
    position: relative;
    background-size: cover;
}

.promotion h2 {
    font-family: Roboto Condensed,Noto Sans KR,Noto Sans SC,sans-serif;
    font-weight: bold;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 36px;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 24px;
    text-transform: initial;
}

.promotion h2.white_text{
    color: #fff;
}
.promotion h2.orange_text{
    color: #0E98E7;
}
.promotion .bonus {
    background: rgba(42,43,42,.9);
    display: inline-block;
    border-radius: .5em;
    padding: 1em;
    line-height: 1;
    margin-top:24px;
}
.promotion .bonus > :first-child {
    font-family: Roboto Condensed,Noto Sans KR,Noto Sans SC,sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    color: #8dc341;
}
.promotion .bonus .amount {
    margin-bottom: 1em;
    margin-top: .6em;
}
.promotion .bonus .amount > :first-child {
    font-family: Roboto Condensed,Noto Sans KR,Noto Sans SC,sans-serif;
    font-weight: bold;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    font-size: 4.2em;
}
.promotion .bonus .amount > :nth-child(2) {
    text-transform: capitalize;
    color: #8dc341;
    font-size: 2em;
    width: 4em;
    margin: 0 0 0 .3em;
}
.promotion .bonus > .sign-up {
    display: block;
}
.promotion .bonus > .sign-up {
    display: block;
    width: 100%;
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: .3em 1em;
    border-radius: 2px;
    transition-property: opacity,background,color;
    transition-duration: .15s;
    background: #8dc341;
    cursor: pointer;
}
.promotion .bonus > .sign-up:hover {
    background: #729f32;
    color: #e6e6e6;
}
.seperator {
    display: -ms-flexbox;
    display: flex;
}
.seperator > :nth-child(2n+1) {
    border-bottom: 3px solid #0E98E7;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.seperator > :nth-child(2n) {
    border-bottom: 3px solid #4d4d4d;
    width: .6em;
}

.features > * {
    width: 350px;
    background: rgba(42,43,42,.9);
    border-radius: .5em;
    margin-bottom: 1em;
    float: right;
}
.features li a{
    padding: 1em 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.features > * > a i {
    margin: 0 .4em;
    color: #0E98E7;
    font-size: 3em;
}
.features > * > a .content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 1.3em;
    line-height: 1;
    color:#fff;
}
.features > * > a .content > :nth-child(2) {
    color: #0E98E7;
    text-transform: none;
}
.features > * > a .content > * {
    display: block;
    text-transform: uppercase;
}
.nav_elem{
	background: #4D4D4D;
	padding: 30px 0;
}
.starting-guide ul {
    font-size: 1.6em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.starting-guide ul li .step-number {
    border: 2px solid #0E98E7;
    border-radius: 50%;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.8em;
    height: 1.8em;
    float: left;
}
.starting-guide ul li, .starting-guide ul li .step-number {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.starting-guide ul li .content {
    margin: 0 0 0 .5em;
}

.starting-guide ul li .content > * {
    display: block;
    line-height: 1.2;
}
.starting-guide ul li .content > :first-child {
    color: #8d8d8d;
    font-weight: bold;
    font-family: roboto condensed;
}
.starting-guide ul li .content > :nth-child(2) {
    font-size: .8em;
    color: #0E98E7;
}
.intro-site-content-summery{
    padding: 30px 0;
    background: #646464;
}
/* .intro-site-content{
    border-radius: .5em;
    overflow: hidden;
    background: #3f3f3f;
}
.intro-site-content > header {
    font-family: Roboto Condensed,Noto Sans KR,Noto Sans SC,sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    font-size: 1.5em;
    border-bottom: 2px solid #0E98E7;
    background: linear-gradient(180deg,#474747,#3f3f3f);
    padding: 10px;
}
.casino-carousel-wrap{
    padding: 10px;
}
.casino-carousel-item{
    padding:5px;
}
.casino-carousel .slick-next, .casino-carousel .slick-prev {
    background: #3f3f3f;
    z-index: 100;
    overflow: hidden;
    position: absolute;
    display: block;
    width: 1.5em;
    height: 3em;
    line-height: 0;
    font-size: 22px;
    cursor: pointer;
    color: transparent;
    padding: 0;
    border: none;
    outline: none;
}
.casino-carousel .slick-prev {
    left: 0;
    top: 50%;
    border-radius: 0 100% 100% 0/0 50% 50% 0;

}
.casino-carousel .slick-prev::before{
    content:'\f104';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 42px;
}

.casino-carousel .slick-next {
    right: 0;
    top: 50%;
    border-radius: 100% 0 0 100%/50% 50%;
}
.casino-carousel .slick-next::before{
    content:'\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    font-size: 42px;
}

.casino-carousel button:hover ::before{
    color: #fff;
}

.casino-carousel .content-item {
    margin: 0;
    padding: .3em;
    position: relative;
}
.casino-carousel .content-item img{
    margin: 0 auto;
    width: 100%;
    border: 2px solid rgba(37,37,37,.8);
}

.casino-carousel .content-item  figcaption {

    display: block;
    position: absolute;
    color: inherit;
    width: 75%;
    bottom: 10%;
    left: 12.5%;
    border: 1px solid #0E98E7;
    text-transform: capitalize;
    background: rgba(63,63,63,.85);
    text-align: center;
    font-size: 1.3em;
    padding: .2em 0;

}
.casino-carousel-item a{
    color:#0E98E7;
    font-family: 'Roboto condensed';
    font-weight: bold;
}

#cmpSiteFeatures{
    background: #2a2b2a;
    border-radius: .5em;
    overflow: hidden;
    margin-top:30px;
}

#cmpSiteFeatures > ul {
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}
#cmpSiteFeatures > ul > li {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
}

#cmpSiteFeatures > ul li > div {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 10px;
}
#cmpSiteFeatures > ul li:not(:last-child) > div {
    border-right: 1px solid #4d4d4d;
}
#cmpSiteFeatures > ul li .content > * {
    display: block;
    line-height: 1.5;
    font-family: Roboto Condensed,Noto Sans KR,Noto Sans SC,sans-serif;
    font-style: normal;
}
#cmpSiteFeatures > ul li .content {
    margin: 1em 0 1.5em;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    color:#fff;

}
#cmpSiteFeatures > ul li .content > :first-child {
    color: #0E98E7;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

#cmpSiteFeatures a {
    color: #fff;
    text-decoration: none;
    transition: color .1s linear;
    font-size: 14px;
    padding: .5em 1em;
    background: #4d4d4d;
    cursor: pointer;
} */

.banner-bottom-area{
  padding:30px 0;
}
.listing-menu{
  display: block;
  text-align: center;
  background: -moz-linear-gradient(top, #333 0%, #292929 100%);
  background: -webkit-linear-gradient(top, #333 0%, #292929 100%);
  background: linear-gradient(to bottom, #333 0%, #292929 100%);
}
.listing-menu .icon{
  position: relative;
  width: 100%;
  height: 160px;
}
.listing-menu .icon img{
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%, -55%);
  opacity: .7;
  -webkit-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
}
.listing-menu h2{
  color: #fff;
  font-weight: bold;
  margin-top: -30px;
  margin-bottom: 24px;
}
.listing-menu .play-btn{
  background: #000;
  padding:10px;
  color: rgba(255,255,255,0.74);
  text-transform: uppercase;
  position: relative;
}
.listing-menu .play-btn span{
  position: relative;
  z-index: 10;
}
.listing-menu .play-btn::after {
    content: "";
    display: block;
    width: 100%;
    left: 0;
    height: 0;
    top: 0;
    background: #6ec12c;
    transition: height 250ms;
    position: absolute;
}
.listing-menu:hover .play-btn::after{
  height:100%;
}
.listing-menu:hover .icon img{
  opacity: 1;
  box-shadow: 3px 2px 62px rgba(255,255,255,.7);
  border-radius: 100%;
}

.bet-btn{
    margin:40px 0;
    text-align: center;
}
.bet-btn a{
    text-align: center;
    color: #fff;
    padding: 20px 95px;
    border-radius: 2px;
    transition-property: opacity,background,color;
    transition-duration: .15s;
    background: #0E98E7;
    text-transform: uppercase;
    display: inline-block;
    font-family: Roboto condensed;
    font-size: 56px;
    line-height: 1;
}

#footer-seo-block{
    background: #4d4d4d;
    border-top: 2px solid #0E98E7;
    position: relative;
    z-index: 2;
    padding: 70px 0;
}
.seo-block h2{
    font-family: Roboto condensed;
    font-size: 22px;
    color: #0E98E7;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 30px;
}
.seo-block p{
    font-family: Roboto condensed;
    font-size: 16px;
    color: #818181;
    line-height: 1.5;
    margin-bottom: 15px;
}

.intro-page #content{   
    text-align: center;
    font: bold 18px 'Roboto', Arial, Helvetica, sans-serif;
    color: #0E98E7;
    text-transform: uppercase;
    margin: 0 0 30px;
}