@charset "utf-8";

/* CSS Document */

/**/



::-moz-selection { background:#ff007a;color: #fff }
::selection { background:#ff007a; color: #fff }





a {transition:all 0.5s}


img { max-width:100%;}


body { 
		
		color:#fff;
    font-size:14px;
 
		line-height: 1.5;
    background-image: linear-gradient(to top, rgb(0, 59, 165) 79%, rgb(24, 81, 240));
    font-family: 'Maven Pro', sans-serif;
}


.wrapper-ex {  padding-right: 0; padding-left: 0;}


.wrapper {padding:0 0px;background: url(../images/bg.png) no-repeat top center ;}

.inner { padding:0 30px;}

a { color:#484848}

a:hover,
a:focus,
a:active  { color:#484848; text-decoration:none !important}




h1,
h2,
h3,
h4,
h5 { color:#FDF100; font-weight: bold;}

h1  { font-size: 24px;}
h2 { font-size: 20px;}
h3 { font-size: 18px;}
h4 { font-size: 16px;}
h5 { font-size: 16px;}

.text-yellow {color: #ED4C1A;}


.wow.fadeIn {visibility:hidden ; }

#main_header {text-align: center; overflow: hidden;}

#main_header .inner   { padding:  0 0; margin-left: -65px; margin-right: -65px;}

#logo {display: block;}

.button_1 {

  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 52px;
  color: #fff; text-align: center;
width: 322px;
height: 52px;
display: inline-block;
border-radius: 26px;
box-shadow: 1px 9px 12px 0 rgb(253, 241, 0);
background-image: linear-gradient(to bottom, rgb(255, 0, 235), rgb(255, 0, 122) 72%);
}


.button_1:hover {color: #100A36;}

#main-footer {background-color: #100A36; padding: 10px 0;}

.div_body  , .div_hd {text-align: center;}

.div_hd  { background: url(../images/bg-head-image.jpg) repeat-y left #FF00D6;
  border-top-left-radius: 10px; border-top-right-radius: 10px;
}

.div_hd  > div  > div {margin: 5px 0;}

.div_body {border: 1px solid #F401B4; margin-top:5px;background-color: rgba(35, 77, 234, 0.17);}

.div_body > div { padding: 0px 0; }

.div_body > div.row > div > div { margin: 5px 0;border-right: 1px solid #F401B4;}

.div_body > div.row > div:last-of-type div {border-right: 0;}

.div_body:last-of-type {border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;}


.social_bt a {display: inline-block;}


 .mm-jackpot-bar {
      display: block;
      z-index: 9;
      position: fixed;
      bottom: 0;
      width: 100%;
      height: 70px;
      background: rgba(91, 94, 104, 1);
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
  }

  .mm-jackpot-bar__listing {
      display: table;
      width: 100%;
      max-width: 768px;
      height: 70px;
      margin: auto;
      padding: 0;
  }

  .mm-jackpot-bar__listing li {
      display: table-cell;
      padding: 0 2px;
      text-align: center;
      vertical-align: middle;
  }

  .modal-body p{
    color: black;
    font-weight: bold;
  }

  .modal-title{
    color: black;
  }