html,body {
	padding: 0;
	margin: 0;
	background: rgb(55,53,116);
	background: linear-gradient(180deg, rgba(55,53,116,1) 0%, rgba(12,12,37,1) 100%);
	width: 100%;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size:14px;
	color: #fff;
}

@keyframes txt_blur {
		0% { -webkit-filter: blur(70px);}
		25% { -webkit-filter: blur(50px);}
		50% { -webkit-filter: blur(20px);}
		75% { -webkit-filter: blur(50px);}
		100% { -webkit-filter: blur(70px);}
	}
	
.numblur {
   animation: txt_blur 1.6s infinite; 
}

@keyframes txt_blur1 {
		0% { -webkit-filter: blur(20px);}
		25% { -webkit-filter: blur(50px);}
		50% { -webkit-filter: blur(70px);}
		75% { -webkit-filter: blur(50px);}
		100% { -webkit-filter: blur(20px);}
	}
	
.numblur1 {
   animation: txt_blur1 1.6s infinite; 
}

.opnnav{
	display : none;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 30px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.containers {
  position: relative;
  text-align: center;
  color: white;
  left:0%;
}
.container-bubble {
  position: relative;
  text-align: center;
  color: white;
  left:0%;
}

.drawdate {
    position: relative;
    left: 24.6%;
    font-size: 12pt;
    font-family: Comfortaa;
    color: #fff;
    font-weight: 600;
    text-align: center;
    top: 14%;
}

.drawnum {
    position: relative;
    left: 52%;
    top: -5%;
    font-size: 135pt;
    font-family: Arial;
    background: linear-gradient(180deg,#fff, #fff);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: 600;
    text-align: center;
}

.topnav {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 10px;
	color: #fff;
	text-align:right;
}

.menu_top {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 10px;
	color: #fff;
	text-decoration:none;	
}

.menu_top:hover {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 10px;
	color: #f38581;
	text-decoration:none;
}

.time {
    position: relative;
    top: 57%;
    left: 37%;
    font-size: 18px;
    font-family: Comfortaa;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.boximage{
	background-image: url(../image/prizebox.png);
    background-repeat: no-repeat;
	background-position: right;
	height:440px;
  }

#datename,#datenametop{
	position:absolute;
	top:60%;
	width:100%;
	font-size: 22px;
	font-family: Comfortaa; 
	font-weight:600;
	color:#000;
}

#num,#numtop{
	position:absolute;
	top:0%;
	width:100%;
	font-size: 45pt;
	font-family: Arial; 
	font-weight:600;
	color:#fff;
}

#date,#datetop{
	position:absolute;
	top:80%;
	width:100%;
	font-size: 18px;
	font-family: Comfortaa; 
	color:#000;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: #f2f2f2 !important;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  color: #000;
}

.btn-black{
	background-color:#000;
	border:solid 1px white;
}

.btn-black:focus{
	background-color:#474747;
	color:white;
	border:solid 1px white;
}

.wrap-table100 {
  width: 1170px;
  margin: 3% 0 1% 0;
}


.column1 {
  width: 33%;
  text-align:center;
}

.column2 {
  width: 33%;
  text-align:center;
}

.column3 {
  width: 33%;
  text-align:center;
}

.table100-head th {
  padding-top: 18px;
  padding-bottom: 18px;

}

.table100-body td {
  padding-top: 16px;
  padding-bottom: 16px;
}

.table100 {
  position: relative;
  padding-top: 60px;
}

.table100-head {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.table100.ver3 {
  background-color: #4e1158;
}

.table100.ver3 th {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
  font-size: 16px;
  color: #fff !important;
  line-height: 1.4;
  text-transform: uppercase;
  background-color: #4e1158;
}

.table100.ver3 td {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
  font-size: 16px;
  color: #000;
  line-height: 1.4;
  background-color: #fff;
}

.table100.ver3 {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
}

.bgimage{
	background-image: url(../image/slider.jpg);
    background-repeat: no-repeat;
    background-position: center;
  }
  
.numbox{
	position: relative; 
	left:-5%;
	width:380px;
}

.logo, .logo img{
	position:relative; 
	left:15%;
	width:250px
}

.topmenu{
	text-align:center;
}
#main {
  transition: margin-left .5s;
}


.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  grid-gap: 10px;
  margin-top:10px;
}

@media only screen and (max-width: 768px) {
html, body {
	background: #1c1a41;
}
.opnnav{
	font-size:40px;
	cursor:pointer;
	display:inline-block;
}	

.topnav{
	display:none;
}
	
.logo, .logo img{ 
	left:5%;
	width:250px;
	margin : 5px 0 5px 0;
}

.boximage{
	background-size:50%;
	position:relative;
	top:-80px;
}

.drawdate {
    left: 58%;
    top: 11%;
    width: 300px;
    font-size: 16pt;
    text-align: center;
}

.drawnum {
    font-size: 125pt;
    /* top: -11%; */
    left: 54%;
}

.time {
    top: 53%;
    left: 77%;
    width: 180px;
    font-size: 16px;
}

.bgimage{
	background-size:180%;
	background-position:top;
}

.container-bubble img{
	width: 250px !important;
}

#datename,#datenametop{
	font-size:35px;
}

#num,#numtop{
	font-size:90px;
}

#date,#datetop{
	font-size:25px;
}

.smallslider{
	width: 98%;
}

.sponsor{
	width: 40%;
}

.grid-container {
  grid-template-columns: auto auto;
  grid-gap: 50px 50px;
  margin:-20px 0 20px 0;
}
}
