body, html { margin:0px; padding:0px;font-size:16pt;font-family: 'Philosopher', sans-serif; background-color:#101010; }
html {height:100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*, *:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }
.clearfix:after {    content: "."; visibility: hidden; display: block; height: 0; clear: both;}
pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; }
.anim { -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}

h1 { font-size: 1.6em; color:#fb0;}
h2 {font-size:1.2em; color:#fb0;}
h3 {padding:5px; margin:0px;font-size:1.2em;color:rgba(230, 30, 70,1); text-shadow: 1px 0px 1px rgb(1, 1, 0.6);}
h4 {padding:5px; margin:0px;font-size:1em;color:rgba(230, 30, 70,1); text-shadow: 1px 0px 1px rgb(1, 1, 0.6); text-align:right;}

h6 {margin:0px;text-align:left;padding:3px 0px 3px 10px;color:#e00;border-radius:0px 10px;border-width:0px 0px 1px 0px;border-style:solid;border-color:#39d;}

hr { border-color:#292929; }
a {text-decoration:none; color:#fb0; font-weight:normal; }
	a:hover {text-decoration:underline; color:#d00;}
	a[href^=tel] { text-decoration: none; text-shadow:none; }

ul.numList { list-style-type: decimal-leading-zero;}
	ul.numList li { margin-bottom:15px; }

input, textarea, select { margin:10px auto; padding:0.8em;font-size:0.9em; border:none; background-color:#333; color:#fff;} 
select option {margin:0px;padding:0.4em;} 

.inputicon { position:relative; color:#ccc;}
	.inputicon i { position:absolute; top:50%; left:14px; margin-top: -8px; opacity:1;}
	.inputicon input { padding-left:40px;  }

.DOB select {display:inline-block;width:auto;}
textarea {font-size:1em;height:200px;}
#SecAns {display:inline-block;width:70px;text-align:center;}
#emailResult span {border-top:1px solid #ccc;display:block;}

.ServerWarning {text-align:center;font-size:1em;border:3px solid #d00;border-radius:10px; margin:40px auto;width:95%;padding:20px; display:block;}
.ServerMsg {text-align:center;font-size:1.2em; background-color:#191919; border:3px solid #333;border-radius:10px; margin:40px auto;width:95%;padding:20px; display:block;}

.button2 {position:relative; background-color:transparent; padding:8px; margin:5px auto;color:#fb0;font-weight:normal;cursor:pointer; text-decoration:none;
	 	border:1px solid #fb0; border-radius:5px;
	 	-webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}
	.button2:hover {color:#900; border:1px solid #900; box-shadow:0px 0px 5px #000; -moz-box-shadow:0px 0px 5px #000; -webkit-box-shadow:0px 0px 5px #000; text-decoration:none;}

.button-img {margin:0px; padding:0px; border:none; box-shadow:none; -moz-box-shadow:none; -webkit-box-shadow: none; opacity: 0.7; }
.button-img:hover {opacity: 1; }

.button, #mainmenu .sMenu a.button { background-color:#000; border-radius:4px; color:#fb0; cursor:pointer; border:2px solid #fb0;
	 position:relative; text-align:center; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; text-decoration:none;
	box-shadow:0px 0px 8px #000; -moz-box-shadow:0px 0px 8px #000; -webkit-box-shadow:0px 0px 8px #000;
 		 background-image: -webkit-linear-gradient(top, #222, #000);
 		 background-image: -moz-linear-gradient(top, #222, #000);
 		 background-image: -o-linear-gradient(left, #222, #000);
 		 background-image: linear-gradient(to bottom, #222, #000); }

	.button:hover { border:2px solid #c00; color:#f00; box-shadow:0px 0px 12px #900; -moz-box-shadow:0px 0px 12px #900; -webkit-box-shadow:0px 0px 12px #900;  text-decoration:none;}

	.button3 a { position:relative; display:block; z-index:2; font-weight:normal; text-decoration:none; color:#fff; 
	 text-shadow: 1px 1px 0px rgb(10, 10, 10), 1px -1px 0px rgb(10, 10, 10), -1px 1px 0px rgb(10, 10, 10), -1px -1px 0px rgb(10, 10, 10),
		 -1px 1px 0px rgb(10, 10, 10), -1px 0px 0px rgb(10, 10, 10), 1px 0px 0px rgb(10, 10, 10), 0px -1px 0px rgb(10, 10, 10), 0px 1px 0px rgb(10, 10, 10);}

.buttonR { background-color:#d00; border-radius:4px; color:rgba(223, 206, 155,1); cursor:pointer; padding:5px 15px; border:2px solid #fb0;
	 position:relative; text-align:center; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;
	box-shadow:0px 0px 8px #000; -moz-box-shadow:0px 0px 8px #000; -webkit-box-shadow:0px 0px 8px #000; }
	.buttonR:hover { border:2px solid #fff; color:#fff; box-shadow:0px 0px 12px #900; -moz-box-shadow:0px 0px 12px #900; -webkit-box-shadow:0px 0px 12px #900; }

.answers label, .answersPopup label {background-color:#333; padding:5px;  border: 1px solid #999; border-radius:5px; cursor:pointer; position:relative; color:#999; }
	.answers label.yes.active, .answersPopup label.yes.active {background-color:#8f8; border: 1px solid #393; color:#000;}	
	.answers label.no.active, .answersPopup label.no.active {background-color:#f79; border: 1px solid #933; color:#000;}
	.answers input, .answersPopup input {padding:0px; margin:0px; opacity:0; position:absolute; cursor:pointer;}

.OneClick.NowLoading { cursor:not-allowed; }
.loader5, .loader5:before, .loader5:after { border-radius: 50%; width: 2.5em; height: 2.5em; animation-fill-mode: both; animation: bblFadInOut 1.8s infinite ease-in-out; }
.loader5 { color: #FFF; display:inline-block; font-size: 7px; position: relative; top:-2.5em; text-indent: -9999em; transform: translateZ(0); animation-delay: -0.16s; }
.loader5:before, .loader5:after { content: ''; position: absolute; top: 0; }
.loader5:before { left: -3.5em; animation-delay: -0.32s; }
.loader5:after { left: 3.5em; }
@keyframes bblFadInOut { 0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em } 40% { box-shadow: 0 2.5em 0 0 } }

.OCSpinner {position:absolute; left:0%; top:0%; height:100%; width:100%; background-color:#000; }
.oneClick .spinner-border {position:absolute; left:50%; top:50%; margin-left:-10px; margin-top:-10px; height:20px; width:20px;}

.container {max-width:1600px;display:block;margin:0px auto;padding:0px;}

#header { background-color:#000; margin:0px; padding:0px; z-index:5; position:fixed; top:0px; left:0px; width:100%; border-bottom:2px solid #d00; }

#mainmenu {margin:0px; padding:0px; border:none; color:#fb0;}
   #mainmenu ul {margin:0px; padding:0px; position:relative; }
   #mainmenu ul li { position:relative; margin:0px; padding:2px 0px 0px 0px; list-style-type:none; vertical-align:middle; }
   #mainmenu ul li:not(.sMenu) { cursor:pointer; height:46px; margin:3px 0px; }
   #mainmenu ul li.submenu { padding:16px 0px 0px 0px; z-index:20;}
   #mainmenu ul li.DDMenu { padding:7px 0px 0px 0px; }
   #mainmenu ul li.logo { background-image:url('../images/Logo4_sm.png'); background-repeat:no-repeat;background-size:contain;background-position:center center; }
   #mainmenu ul li:hover:not(.sMenu), #mainmenu ul li.subactive:not(.sMenu) { color:#d00; }
   #mainmenu ul li:not(.logo, .LoginNow) a {text-decoration:none;font-weight:normal;padding:8px;display:block; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
   #mainmenu ul li:not(.active) a:hover, #mainmenu ul li.active > a, #mainmenu ul li.subactive > a  {color:#d00;}
   #mainmenu .userMenu .ssMenu.first-child { border-width: 2px 2px 2px 2px;}

   #mainmenu .LoginNow { padding:5px 0px 0px 0px;}
   #mainmenu .LoginNow .LN {border:2px solid rgb(239, 193, 55); border-radius:5px; padding:0px 12px 1px 6px;}
   #mainmenu .LoginNow .LNIcon {border:2px solid rgb(239, 193, 55); border-radius:50%; background-color:#000; padding:4px 7px; margin-left:-10px;}
   #mainmenu .LoginNow:hover .LN { padding:0px 22px 1px 16px;}
   #mainmenu .LoginNow:hover .LNIcon img {transform: rotate(360deg); -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg);}

	#mainmenu .sMenu { position:absolute; right:0px; z-index:5; overflow:auto; box-shadow: 0px 5px 5px #333; -moz-box-shadow: 0px 5px 5px #333; -webkit-box-shadow: 0px 5px 5px #222; max-height: 95vh; top: 0px; background-color: #000;}
	#mainmenu li.sMenu { padding: 2px 0px 0px 0px; padding: 50px 0px 0px 0px;}
	#mainmenu .sMenu a:not(.goBasket) { border-width:0px 2px 2px 2px; border-style:solid; border-color:#222; font-size:0.8em; text-align:center; background-color:#000; color:#fff;}
	#mainmenu .sMenu a.last-child { border-width:0px 2px 2px 2px; border-color:#333;}

	#mainmenu .sMenu > a { position:relative; }
	#mainmenu .sMenu > a > i { position: absolute; left: 10px; top: 50%; margin-top: -0.5em; }

	#mainmenu .sMenu a.ss-Opt { text-align: left; font-size: 0.7em; padding-left: 10px;
  		background-image: -webkit-linear-gradient(top, #222, #111, #111, #000);
  		background-image: -moz-linear-gradient(top, #222, #111, #111, #000);
  		background-image: -o-linear-gradient(top, #222, #111, #111, #000);
  		background-image: linear-gradient(to bottom, #222, #111, #111, #000);
	}
	#mainmenu .sMenu a.ss-Opt i { padding:0px 15px 0px 5px; }
	#mainmenu .sMenu a.ss-Opt:hover i { padding:0px 5px 0px 15px; }
	#mainmenu .sMenu a.ss-Opt.VIP i { color: #fb0;}
	#mainmenu .sMenu .ssMenu.toggledown:after { content: url(../images/Various/down_30.png); box-sizing: border-box; position: absolute; right:10px;top:50%; margin:-12px 0px 0px 0px; opacity:0.3; }
	#mainmenu .sMenu .ssMenu.toggledown.active:after { content: url(../images/Various/downRed_30.png); opacity:1; }
	#mainmenu .sMenu .ssMenu.toggledown.active {color:#d00;}

	#mainmenu ul li a.MenuButton { display:inline-block;
	  background-image: -webkit-linear-gradient(top, #222, #111, #111, #000);
	  background-image: -moz-linear-gradient(top, #222, #111, #111, #000);
	  background-image: -o-linear-gradient(top, #222, #111, #111, #000);
	  background-image: linear-gradient(to bottom, #222, #111, #111, #000);
	}


.DDMenu div:hover { cursor:pointer; color:#d00;}
	.DDMenu .animX { width:44px; height:40px; position:relative; }
	.DDMenu .animX div {width:34px; height:4px; background-color: #fb0; border-radius:3px; position:absolute; left:5px;
	 	-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
	.DDMenu:hover .animX div, .DDMenu.subactive .animX div { background-color: #d00; }
	.DDMenu .animX .bar1 { top:6px; }
	.DDMenu .animX .bar2 { top:16px; }
	.DDMenu .animX .bar3 { top:26px; }
	.DDMenu:hover .animX .bar2 { width:24px; left:10px; }

	.DDMenu.active .animX .bar1, .DDMenu.subactive .animX .bar1 { top:16px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
	.DDMenu.active .animX .bar2, .DDMenu.subactive .animX .bar2 { left:20px;width:0px;}
	.DDMenu.active .animX .bar3, .DDMenu.subactive .animX .bar3 { top:16px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }

.MyBasket{ border-radius:5px; position:relative; z-index:9;}
	.MyBasket .Header, .MyBasket .Footer { border-width:0px 2px; border-style:solid; border-color:#333;
 		 background-image: -webkit-linear-gradient(top, #333, #000);
 		 background-image: -moz-linear-gradient(top, #333, #000);
 		 background-image: -o-linear-gradient(left, #333, #000);
 		 background-image: linear-gradient(to bottom, #333, #000);}


#page {z-index:2;position:relative; margin:0px; min-height:100%; padding:90px 0px 80px 0px; color:#fff; background-color:#0a0a0a;background-color: #000;}

.Editpop, .EditOp { position:absolute; top:10px; right:30px; background-color:#fff; color:#333; cursor:pointer; width:30px; height:30px; padding:5px 1px 0px 1px;
		  border-radius:50%; border:1px solid #000; text-align:center;z-index:99999; opacity:0.5;}
	.Editpop:hover { box-shadow: 0px 0px 3px 2px rgba(150, 150, 150, 1); opacity:1;}
.text-gold { background: radial-gradient(ellipse farthest-corner at right bottom,#fedb37 0,rgb(253 185 49) 8%,#e1b350 30%,#e4be68 40%,transparent 80%),radial-gradient(ellipse farthest-corner at left top,#fff 0,#ffffac 8%,#d1b464 25%,#8d6814 62.5%,#292620 100%);
    background-clip: border-box, border-box; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.WebStats .row {background-color:#333; border-radius:50px; 
	background: linear-gradient(to right, #1a1a1a 0%, #666 20%, #444 50%, #666 80%, #1a1a1a 100%); 
	background: -o-linear-gradient(to right, #1a1a1a 0%, #666 20%, #444 50%, #666 80%, #1a1a1a 100%); 
	background: -ms-linear-gradient(to right, #1a1a1a 0%, #666 20%, #444 50%, #666 80%, #1a1a1a 100%); 
	background: -webkit-linear-gradient(to right, #1a1a1a 0%, #666 20%, #444 50%, #666 80%, #1a1a1a 100%); 
	background: -moz-linear-gradient(to right, #1a1a1a 0%, #666 20%, #444 50%, #666 80%, #1a1a1a 100%); 
	box-shadow: 0px 2px 3px rgba(70, 70, 70, 1);}
.InfoBox {position: relative;}
	.InfoBox .pic {border-radius: 30px 30px 0px 0px;box-shadow: 0px 0px 8px rgba(255, 255, 255, 1); width:95%;}
	.InfoBox .header {background-color: #ccc; background-image: linear-gradient(to right, #222, #aaa, #eee, #eee, #aaa, #222); margin:0px; position: relative; border-radius:10px; color:#d00;}
	.InfoBox .body { background-color: #333; border-style:solid; border-color:#555; border-width:0px 4px 4px 4px; border-radius:0px 0px 20px 20px;}
.TogMore {max-height:251px; min-height:250px; overflow:hidden; position:relative;}
	.TogMore.active {max-height:unset; padding-bottom:50px;}
	.TogMore.noTog {padding-bottom:20px;}
	.TogMore.noTog .ShowTog {display:none;}
	.TogMore .ShowTog { position: absolute; bottom: 0px; left: 50%; width:200px; margin-left:-100px; border-radius:20px 20px 0px 0px; background-color: #555; text-align: center; cursor: pointer; color: #fff; font-weight: normal;
  		box-shadow: 0px 15px 5px #000, inset 0px 0px 14px 0px rgba(0,0,0,1); -moz-box-shadow: 0px -5px 5px #000, inset 0px 0px 14px 0px rgba(0,0,0,1); -webkit-box-shadow: 0px 0px 10px #999, inset 0px 10px 10px 0px rgba(0,0,0,0.5); }

.PaymentDetails { border-radius:10px; position:relative; border-width:1px 2px; border-style:solid; border-color:#333; background-color:#222; overflow:hidden;}
	.PaymentDetails .Header, .PaymentDetails .Footer { color:#fb0; border-top:1px solid #444;
 		 background-image: -webkit-linear-gradient(top, #222, #000);
 		 background-image: -moz-linear-gradient(top, #222, #000);
 		 background-image: -o-linear-gradient(left, #222, #000);
 		 background-image: linear-gradient(to bottom, #222, #000);
	}
	.PaymentDetails .number { font-size:0.9em; background-color:#111; color:#fff;
	 	 background-image: -webkit-linear-gradient(top, #222, #111);
	 	 background-image: -moz-linear-gradient(top, #222, #111);
	 	 background-image: -o-linear-gradient(left, #222, #111);
	 	 background-image: linear-gradient(to bottom, #222, #111);
	}
	.PaymentDetails .number:hover { 
	 	 background-image: -webkit-linear-gradient(top, #444, #333);
	 	 background-image: -moz-linear-gradient(top, #444, #333);
	 	 background-image: -o-linear-gradient(left, #444, #333);
	 	 background-image: linear-gradient(to bottom, #444, #333);
	}

.Competitions { background-color: #000; background-position: 50%; position: relative; z-index: 1; transition: .3s; display: flex; flex-direction: column; border-radius:3px; overflow: hidden; border:1px solid #fb0;
	 text-decoration:none !IMPORTANT; }
.Competitions:hover {color:#fb0;}

.Competitions .CompDetails { padding: 0.8rem 0rem 1rem 0rem; flex: 1; flex-flow:column; background-image: linear-gradient(to right, #000, #333, #333, #000); display: flex; justify-content: center; align-items: center; color:#fff; }

	.Competitions .CompDetails .CashAlt { color:#fff; position:absolute; bottom:3px; left:0px; width:100%; }
	.Competitions .CompDetails span { color: #ccc;}
	.Competitions .CompDetails .tickNum  { color:#0e2; position:relative; padding:2px 0px 20px 0px; line-height: 0.5em; width:230px;}
	.Competitions .CompDetails .tickNum .TNum { color:#e00; line-height: 1em; z-index: 99; position: relative; }
	.Competitions .CompDetails .tickNum .TNumSold { line-height: 1em; z-index: 99; position: relative;}
	.Competitions .CompDetails .tickNum .TNum div, .Competitions .CompDetails .tickNum .TNumSold div { background-color:#fff; padding:2px 5px 2px 4px; color:#000; margin:2px 0px 0px 0px;}
	.Competitions .CompDetails .TicketChick {position:absolute; top:0px;}
	.Competitions .CompDetails .TicketBar {background-color:#f00; height:10px; border-radius:10px; overflow:hidden;}
	.Competitions .CompDetails .TicketBar .TicketSold {background-color:#fb0; height:10px;}
.Competitions picture { position: relative; display: block; padding-bottom: 100%;}
	.Competitions picture img { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.Competitions.Feature picture {padding-bottom:64%; background-image:url('../images/Flames.jpg'); background-repeat:no-repeat;background-size:cover;background-position:center bottom;}
	.Competitions.Feature picture img {width:64%; left:18%; box-shadow: -8px 5px 10px #000, 8px 5px 10px #000; -moz-box-shadow: -8px 5px 10px #000, 8px 5px 10px #000; -webkit-box-shadow: -8px 5px 10px #000, 8px 5px 10px #000;}
.Competitions .Badge img { width:25px; }
	.Competitions .Badge { padding:0px; line-height:1;}
	.Competitions .Badge, .BackRed { background-color:#e00; background-image: linear-gradient(to right, #c00, #f00 , #c00); color:#fff;}
	.Competitions .Badge h3:not(.Competitions.VIP .Badge h3) {color:#fb0;}
.Competitions .cost { background-color: #090; padding: 0rem; color: #fff; font-weight: normal; filter: drop-shadow(#000 0px 1px 4px); line-height:1;}
	.Competitions .cost.CompSoldout { background-color:#e00; background-image: linear-gradient(to right, #c00, #f00 , #c00);}
.Competitions .DrawDate {background-color:#fb0; color:#000; line-height: 0.9em; font-size: 0.8em;}
	.Competitions .DrawDate .Compid {position:absolute; bottom:5px; right:5px; }

 .ChickSpeedo {position:relative; }
 .SemiChick { position:absolute; left:50%; bottom:-19.6px; z-index:3; width:280px; margin-left:-140px; rotate:135deg;}
 .SemiChickArc { position:absolute; left:0px; bottom:0px; z-index:2; width:100%; height:100%;}
 .Dial { position:relative; overflow:hidden; }
 .semicircle { width:230px; height:230px; position:relative; margin-bottom:-115px; z-index:1; }
 .semicircle::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 4px solid #fc3;
  background-color:#090;
  clip-path:polygon(0% 0%, 100% 0%, 100% 50%, 0% 50%)
}
 .semicircle::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 4px solid #fc3;
  background-color:#f00;
  Rotate:135deg;
  clip-path:polygon(100% 100%, 0% 100%, 0% 50%, 100% 50%)
}
.Competitions.small .semicircle { width:160px; height:160px; margin-bottom:-80px; }
.Competitions.small .SemiChick { bottom:-13.5px;width:190px; margin-left:-95px;}
.Competitions.small .CompDetails .tickNum  { width:160px;}

.Competitions.AppOnly { background-color: #fff; }
.Competitions.AppOnly picture { border: 4px #fff solid; }
.Competitions.AppOnly .Badge { background-color: #fff; background-image:none; }
.Competitions.AppOnly .Badge h3 { color: #f33 !IMPORTANT; }
.Competitions.AppOnly .CompDetails { background-image: linear-gradient(to right, #fff, #eee, #eee, #fff);; color: #000;}
.Competitions.AppOnly .CompDetails span { color: #888;}
.Competitions.AppOnly .CompDetails .tickNum  { color:#d94; }

.Competitions.inactive picture { border-color:#900; }

.Competitions.Feature .Badge { line-height:1;}
.Competitions.Feature .Badge img { width:25px; }
.Competitions.Feature .DrawDate {font-size: 1.2em;}
.Competitions.Feature .CompTitle {font-size:1.6em;}

.Competitions.VIP {border: 1px solid #aa905e;}
	.Competitions.VIP .DrawDate, .Competitions.VIP .CompTitle { background-color:#aa905e; background-image: linear-gradient(to right, #aa905e, #ead09e , #aa905e); color:#000;}

.Competitions.SoldOut {border: 1px solid #d00;}
	.Competitions.SoldOut .DrawDate, .Competitions.SoldOut .CompTitle { color: #fff; background-color:#e00; background-image: linear-gradient(to right, #c00, #f00 , #c00); }
	.Competitions.SoldOut .cost { background-image: linear-gradient(to right, #c00, #f00 , #c00); }
.Competitions.AlmostSoldOut .cost { background-image: linear-gradient(to right, #f60, #f90 , #f60); }
.Competitions.inactive {border: 1px solid #fff;}
	.Competitions.inactive .DrawDate, .Competitions.inactive .CompTitle { color: #000; background-color:#fff; background-image: linear-gradient(to right, #eee, #fff , #eee); }

	.NextDraw { border:1px solid #fff; border-radius:10px; margin-top:20px; margin-bottom:20px;
		display: flex; align-items: stretch; flex-flow: row wrap; justify-content: space-evenly; }
	.NextDraw .popup {position: absolute; top: -10px; right: -10px; background-color: #fff; color: #333; cursor: pointer; width: 30px; height: 30px; padding: 5px 1px 0px 1px; border-radius: 50%; border: 1px solid #000;
		 text-align: center; z-index: 99999; opacity: 0.5; }
	.NextDraw .NDDate {background-color:#444; border:1px solid #fff; border-radius:5px; margin: 7% 2.5%;
		transform: scale(1, 1.2);  -webkit-transform: scale(1, 1.2); -moz-transform: scale(1, 1.2); -ms-transform: scale(1, 1.2); -o-transform: scale(1, 1.2);}
	.NextDraw .NDTime { margin:2.5% 0px;}
	.NextDraw .NDTime .NDNumbers div {  display:inline-block; transform: scale(1, 1.4);  -webkit-transform: scale(1, 1.4); -moz-transform: scale(1, 1.4); -ms-transform: scale(1, 1.4); -o-transform: scale(1, 1.4); }
	.NextDraw .NDTime .NDNumbers .Num { position:relative; width:20%; background-color:#444; border-radius:5px; border-width:3px 1px; border-style:double; border-color:#222; }
	.NextDraw .NDTime .NDNumbers .Num img {width:100%; height:20px; position:absolute; top:50%; left:0%; transform: translateY(-50%); }
	.NextDraw .NDTime .NDNumbers .APM { font-size:6pt; }
	.NextDraw .NDTime .NDNumbers { margin: 8% -4% 8% 0%; }

	.FBlink { border:5px solid #0865ff; border-radius:50px; max-width:400px; color:#2885ff !IMPORTANT; line-height: 1;}
	.CClink { max-width:400px; color:#ffdc17 !important; line-height: 1;}

.InstantWin {background-image:url(../images/bg6.jpg);background-size:cover; background-repeat:repeat-x;background-position:left top; border: solid 4px #fb0; border-radius:15px; 
	text-shadow: -2px 2px 3px rgb(0, 0, 0), -2px -2px 3px rgb(0, 0, 0), 2px 2px 3px rgb(0, 0, 0), 2px -2px 3px rgb(0, 0, 0), 0px 0px 4px rgb(0, 0, 0) !IMPORTANT;}
	.InstantWin h2 {text-shadow: -2px 2px 3px rgb(0, 0, 0), -2px -2px 3px rgb(0, 0, 0), 2px 2px 3px rgb(0, 0, 0), 2px -2px 3px rgb(0, 0, 0), 0px 0px 4px rgb(0, 0, 0) !IMPORTANT;}
	.InstantWin h3 { background-color:#fff; border: solid 4px #fb0; border-radius:10px; }

.Notifications { background-color:#000; border:1px solid #999; border-top:none}
	.Notifications:first-child {  border-top:1px solid #999;}
	.Notifications > .Notification { background-color:#222; cursor:pointer; box-shadow:0px 3px 6px #000; -moz-box-shadow:0px 3px 6px #000; -webkit-box-shadow:0px 3px 6px #000; }
	.Notifications:nth-child(even) > .Notification { background-color:#444; }
	.Notifications:hover > .Notification { background-color:#000; }

.PageNumbers div { border: 2px solid #444; border-radius: 5px; margin: 2px;  margin-bottom: 10px; text-align: center; padding: 2px; }
	.PageNumbers div.active {background-color:#666;}

.optblock { box-shadow: 0px 5px 5px #222, inset 0px 0px 0px rgba(0, 0, 0, 0); border-radius:10px; }
	 .optblock .opttab { background-color:#111; color: #eee; cursor:pointer; border-bottom:0px solid #eee; border-radius:10px 10px 10px 10px; margin:0px; padding:0px;
 		 background-image: -webkit-linear-gradient(top, #555, #000);
 		 background-image: -moz-linear-gradient(top, #555, #000);
 		 background-image: -o-linear-gradient(left, #555, #000);
 		 background-image: linear-gradient(to bottom, #555, #000);}

	 .optblock .opttog {width:45px; height:45px; border-width:0px 2px 0px 0px;border-style:solid; margin:0px; border-color:#fb0; background-color:#fb0; border-radius:10px 0px 0px 10px; margin-right:15px;
			  position:relative; display:inline-block; vertical-align:middle; box-shadow: inset 4px 0px 5px rgba(0, 0, 0, 0.5); }
 	 .optblock .opttog img { position:absolute; left:50%; top:50%; margin:-15px 0px 0px -15px; opacity:0.8; width:30px;}

	 .optblock .opttab.active { border-bottom:4px solid #fb0; border-radius:15px 15px 0px 0px; }
 	 .optblock .opttab.active .opttog { border-radius:15px 0px 0px 0px; }
 	 .optblock .opttab.active .opttog img { transform: rotate(90deg);}
	 .optblock .optbody { background-color:#222; border-radius:0px 0px 10px 10px; }

.toggleOption > .optLabel { height:25px;}
	.toggleOption > .optToggle { width:45px; height:25px; Background-color:#6f7; border: 1px solid #111; border-radius: 20px; cursor:pointer; }
	.toggleOption > .optToggle > div { width:23px; height:23px; Background-color:#111; border: 1px solid #666; border-radius: 50%; margin-left:20px; }
	.toggleOption.active > .optToggle { background-color:#f67;}
	.toggleOption.active > .optToggle > div { margin-left:0px; }


 .circ { display:inline-block; margin-bottom:-2px; width:15px; height:15px; border: 1px solid #000; border-radius:50%;}
 .circ.sts0 {background-color:#fff;}
 .circ.sts1 {background-color:red;}
 .circ.sts2 {background-color:#f82;}
 .circ.sts3 {background-color:#ec6;}
 .circ.sts4 {background-color:#6f3;}
 .circ.sts5 {background-color:yellow;}

 .circ.sts7 {background-color:#c2f;}
 .circ.sts8 {background-color:#7bf;}
 .circ.sts9 {background-color:#36f;}
 .circ.sts10 { background-color:#d0f;}
#useraccounts .UAheader {background-color:#00d;color:#fff;box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.8);font-weight:normal;position:relative;padding:5px 0px;margin:0px;
		background: linear-gradient(to right, #009 0%, #00c 20%, #00f 50%, #00c 80%, #009 100%);}
	#useraccounts .UAaccount {padding:0px;background-color:#444;}
	#useraccounts .UAaccount:nth-child(even) {background-color:#222;}
	#useraccounts .UAaccount .UArow  {box-shadow: 0px 2px 6px rgba(0, 0, 0, 5);margin:0px 1px;}
	#useraccounts .UAaccount .UArow .popup {cursor:pointer;}
	#useraccounts .UAaccount .UArow:hover {background-color:#000;}
	#useraccounts .UAbody {padding:20px;display:none;}
	#useraccounts .UAbody div {vertical-align:top;}
 .account h6 form {float:right;}
 .account button, .activate button {background-color:transparent;border:none;cursor:pointer;float:right;}
 .account button img, .activate button img {border:none;position:relative;left:0px;top:0px;}
 .account:after, .activate:after  { content: ""; clear: both; display: block; }


	.TabGroup { border: 2px solid #fb0; }
	.tab { cursor:pointer; background-color:#111; padding:20px 5px; border-bottom: 1px solid #222; }
	.tab.active, .tab:hover { cursor:pointer; background-color:#222;}
	.tab:not(.active) { border-bottom: 1px solid #fb0; }
	.tab.active:not(.last), .tab:hover:not(.last) {  border-right: 1px solid #fb0; }
	.tab.active:not(:first-child), .tab:hover:not(:first-child) { border-left: 1px solid #fb0; }
	.tabbody { display:none; background-color: #222}
	.tabbody.active {display:block; }

.tablelist .TLheader {background-color:#00d;color:#fff;box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.8);font-weight:normal;position:relative;padding:5px 0px;margin:0px;
		background: linear-gradient(to right, #009 0%, #00c 20%, #00f 50%, #00c 80%, #009 100%);}
	.tablelist .TLrow {padding:0px;background-color:#eee;}
	.tablelist .TLrow:nth-child(even) {background-color:#ddd;}
	.tablelist .TLrow .TLbox  {box-shadow: 0px 2px 6px rgba(0, 0, 0, 5);margin:0px 1px;cursor:pointer;}
	.tablelist .TLrow .TLbox > div {padding:10px 3px;}
	.tablelist .TLrow .TLbox:hover {background-color:#aef;}
	.tablelist .TLbody {padding:20px;display:none;}
	.tablelist .TLbody div {vertical-align:top;}

.tableList .header { background-color: #999; color: #fff; box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.8); font-weight: normal; position: relative; padding: 5px 0px; margin: 0px;
  background: linear-gradient(to right, #333 0%, #555 20%, #777 30%, #aaa 50%, #777 70%, #555 80%, #333 100%); }
.tableList .TRow .TRHead { box-shadow: 0px 2px 6px rgba(0, 0, 0, 5); margin: 0px 1px; cursor: pointer; }
.tableList .TRow { background-color: #444; }
.tableList .TRow:nth-child(2n) { background-color: #222; }
.tableList .TRow:hover .TRHead {background-color:#000;}

.LPTarget {min-height:400px;}
.LPTarget.loading {position:relative;}
.LPTarget.loading:after {content: url('../images/Various/loading7.gif');position:absolute; top:0px; left:50%; margin-left:-150px; z-index:99;}
.tltabs { border-width:2px 2px 0px 2px;; border-color:#bbb; border-style:solid; border-radius: 5px 5px 0px 0px; }
.tableList .tltab {background-color: #222; padding: 5px 10px; cursor:pointer; }
.tableList .tltab.active, .tableList .tltab:hover {background-color: #666;}



.NumGrid { position:relative; z-index:2; display:block; }
	.NG25 .NGCell {width:16%;  margin:5px 2%; display:inline-block; padding:20px;}
	.NG50 .NGCell, .NG100 .NGCell, .NG300 .NGCell {width:18%;  margin:5px 1%; display:inline-block; padding:5px 0px;}
	.NG50 a > .NGCell, .NG100 a > .NGCell, .NG300 a > .NGCell {width:94%;  margin:5px 3%; display:inline-block; padding:5px 0px;}
	.NGCell, .key div { position:relative; background-color:#111; border-radius:3px;  border:4px solid transparent;}
	.key div {padding:5px;}
	.NGCell i {position:absolute; top:50%; left:50%; margin: -0.5em 0px 0px -0.55em; font-size:2em; opacity:0; color:#090; }
	.NGCell i.fa-star {opacity:1; color:yellow; }
	.NGCell i.fa-times-circle {color:#d00; }
	.NGCell input {display:none;}
	.NGCell:hover { background-color:#444; cursor:pointer; }
	.NGCell:hover i { opacity:1 }
	.NGCell.selected, .key .selected { background-color:#ffef96; color:#000; }
	.NGCell.mine, .key .mine { background-color:#f71; border:2px solid #090; color:#fff;  }
	.NGCell.confirmed, .key .confirmed { background-color:#2b0; border:2px solid #2b0; color:#fff; }
	.NGCell.reserved, .key .reserved { background-color:#f71; color:#fff; }
	.NGCell.taken, .key .taken, .NGCell.FreeEntryNum { background-color:#d13; border:2px solid #d13; color:#fff; }
	.NumGrid .stats .w-100 { border-bottom: 1px solid #ccc; padding-top: 5px; padding-bottom: 5px;}

.UserBar { background-color:#111; color:#fff;}
	.UserBar ul { padding:0px; margin:0px; background: linear-gradient(to bottom, #000 0%, #111 20%, #333 50%, #111 80%, #000 100%);}
	.UserBar li { padding: 10px 10px; border-right:1px solid #fff;
		text-shadow: 2px 1px 2px rgb(000, 000, 000), -2px 1px 2px rgb(000, 000, 000);}
	.UserBar li.togglemenu:hover, .UserBar li.active { background: linear-gradient(to bottom, #000 0%, #111 20%, #236fa4 50%, #111 80%, #000 100%); cursor:pointer; }

	.UserBar li:last-child { border-right:none; }
	.UserBar li i {transform: rotate(90deg); margin-left:10px; margin-bottom:-4px;}
	.UserBar li.active i {transform: rotate(0deg); margin-left:10px; margin-bottom:0px;}


.adminBar {float:left;background-color:#2b2b2b;border-radius:5px; padding:2px 10px 0px 10px;text-align:center;opacity:0.5;
				    -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
	.adminBar:hover {opacity:1;}
	.adminBar button {background-color:transparent;border:none;cursor:pointer;opacity:0.5;}
	.adminBar button:hover {opacity:1;}

 .PageNum, .CompPageNum { border-bottom:1px solid #333; position:relative; }
 	.PageNum div, .CompPageNum div { position:relative; display:inline-block; border:1px solid #333; border-bottom:0px; border-radius:10px 10px 0px 0px; background-color: #444; padding-top:10px; margin-top:20px; vertical-align:bottom; cursor:pointer; }
 	.PageNum div.active, .PageNum div:hover, .CompPageNum div.active, .CompPageNum div:hover { display:inline-block; background-color:#222; padding-top:10px; padding-bottom:10px; margin-top:10px; }
 .NGCell.Pg1 { display:inline-block;}

#gametype, #activegame, #VIPgame, .hideCheck { border-radius:10px;margin-bottom:-40px;position:relative;z-index:2;}
	#gametype, #activegame, #VIPgame, .CheckMe {background-image:none; background-color:#f79;color:#723;}
	#gametype.active, #activegame.active, #VIPgame.active, .CheckMe.active {background-color:#0f0;color:#060;}

.luckydip { position:relative;}

	.luckydip .num {background-color: #000; color:#fb0; border:4px solid #333; border-radius:10px; cursor:pointer; margin-top:10px;
		box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;
 		 background-image: -webkit-linear-gradient(top, #333, #000);
 		 background-image: -moz-linear-gradient(top, #333, #000);
 		 background-image: -o-linear-gradient(left, #333, #000);
 		 background-image: linear-gradient(to bottom, #333, #000);} 
	.luckydip .num i { -webkit-transform: rotate(110deg); -moz-transform: rotate(110deg); -ms-transform: rotate(110deg); -o-transform: rotate(110deg); transform: rotate(110deg); }
	.luckydip .num:hover {color:#d00; border:4px solid #b00; cursor:pointer;}

 .InstWin { padding:4px 15px; 
 		 background-image: -webkit-linear-gradient(top, #040, #080);
 		 background-image: -moz-linear-gradient(top, #040, #080);
 		 background-image: -o-linear-gradient(top, #040, #080);
 		 background-image: linear-gradient(to bottom, #040, #080);}
 .InstWin > i {color:#0c0; font-size:1.4em; text-shadow: 0px 1px 1px rgba(0, 1, 0,1),0px 1px 1px rgba(0, -1, 0,1),0px 1px 1px rgba(1, 0, 0,1),0px 1px 1px rgba(-1, 0, 0,1);}
 .InstWinners { background-color:#222; display:none; border-radius:10px;}
 .InstWinners > div:Not(.ViewTog) {border-bottom:1px solid #666; vertical-align:bottom; }
 .InstWin.won {background-color:#1a4;
 		 background-image: -webkit-linear-gradient(top, #333, #000, #000);
 		 background-image: -moz-linear-gradient(top, #333, #000, #000);
 		 background-image: -o-linear-gradient(top, #333, #000, #000);
 		 background-image: linear-gradient(to bottom, #333, #000, #000);}

 .fa-info-circle { margin:0px; font-size:1.5em; color:#fb0; }

	.Gallery .PicSelect {background-color:#111; border-radius:10px; border: 2px solid #333;
		box-shadow: inset 0px 0px 8px #000; -moz-box-shadow: inset 0px 0px 8px #000; -webkit-box-shadow: inset 0px 0px 8px #000;}
	.Gallery .PicSelect img {cursor:pointer; width:17%; margin:3% 1.5% 1.5% 1.5%; border-radius:5px; aspect-ratio: 1/1; object-fit: cover;}
	.Gallery .PicSelect img:hover, .Gallery .PicSelect img.active { border:2px solid #d00;}
 .SearchNum:hover {color:#fb0; }
 .soldout { opacity:0.3; cursor:not-allowed !important;} 
 .infolink {border: 2px solid #fb0; border-radius: 50%; padding: 1px 8px; margin-right: 10px; color: #fb0; }

	.SelectGame.ended .picBlock { opacity: 0.5; }
	.SelectGame:hover .picBlock { opacity: 1;
		box-shadow: 0px 8px 17px 0px rgba(150,0,0,0.6), 0px -6px 20px 0px rgba(150,0,0,0.2); 
		-webkit-box-shadow: 0px 8px 17px 0px rgba(150,0,0,0.6), 0px -6px 20px 0px rgba(150,0,0,0.2); }

	.loading { color:#111 !IMPORTANT;}
	.loading img { opacity:1;}

	.chickEntry { background-image:url(../images/ChickFreeEntry.png);background-repeat:no-repeat;width:100px;height:318px;background-position:0px 0px;}
	.chickEntry.chickEntered {background-position:-103px 0px;}
	.chickEntrySm { background-image:url(../images/ChickFreeEntry.png);background-repeat:no-repeat;width:50px;height:159px;background-position:0px 0px;background-size:99px 156px;}
	.chickEntrySm.chickEntered {background-position:-51px 0px;}
	.chickEntryXs { background-image:url(../images/ChickFreeEntry.png);background-repeat:no-repeat;width:25px;height:80px;background-position:0px 0px;background-size:50px 78px;}
	.chickEntryXs.chickEntered {background-position:-25px 0px;}

	.CompPic { aspect-ratio: 1/1; object-fit: cover; max-width:400px; background-repeat:no-repeat; background-position:center; border-radius:3px; }
	.DrawTime { color:#fb0; font-weight:bold; }
	.CompDesctipion { position:relative; }

.picBlock {border-radius:0px; border: 5px solid rgba(200, 30, 70,1); box-shadow: 0px 8px 17px 0px rgba(0,0,0,0.6), 0px 6px 20px 0px rgba(0,0,0,0.2); background-color:#fff;}
	.picBlock .picinfo { color:#222; position:relative; z-index:2;}
	.picBlock .picinfo p {margin:0px 5px 0px 5px;}
	.picBlock .pic {padding:0px;position:relative; z-index:1; background-color:#fff;}
	.picBlock .pic > img {border:none;background-repeat:no-repeat;background-size:contain;background-position:center center;height:350px; z-index:1;}
	.picBlock .pic .pics { border-top:4px solid #bbb; border-bottom:4px solid #bbb; line-height:0;}
	.picBlock .pic .pics .GalP {height:60px; border:3px solid #222; }
	.picBlock .pic .pics .GalP:hover, .picBlock .pic .pics img.active { border:3px solid #1c7960; cursor:pointer; }
.picBlock.gallery .pic > img {height:300px;}
.picBlock.gallery .pic {  border:5px solid #333; }

.infoBlock {border-radius:0px; margin:20px 20px 50px 20px;}
	.infoBlock .body {background-color: #fff; border-radius:5px;color:#333;padding:5px; position:relative; margin: -80px 20px 10px 20px; z-index:2;box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2), 0px 3px 5px 0px rgba(0,0,0,0.2);}
	.infoBlock .body p {margin:0px 5px 0px 5px;}
	.infoBlock .more {position:relative;display:block;text-align:center; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; border-radius:5px;}
	.infoBlock .more:hover {box-shadow:0px 0px 5px #000; -moz-box-shadow:0px 0px 5px #000; -webkit-box-shadow:0px 0px 5px #000; color:#fff; }
	.infoBlock .more a {z-index:2; display:block; border-radius:5px; padding:5px; text-decoration:none; color:#ddd}
	.infoBlock .more .hlt {position:absolute; top:50%; left:0px; width:100%; height:0%; background-color:#0bbc69; z-index:1; border-radius:3px;
				    -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
	.infoBlock .more:hover .hlt { height:100%; top:0%;}
	.infoBlock .pic {background-color:#aaa;padding:0px;position:relative; z-index:1;  border-radius:5px; border: 5px solid rgba(200, 30, 70,1); box-shadow:0px 0px 10px #333;}
	.infoBlock .pic img {border:none;background-repeat:no-repeat; background-size:cover; background-position:center center; height:280px; z-index:1; border-radius:5px;}

	#OtherCat {display:none;}
	.adminBox {display:none; border:2px solid #ccc;padding:2%;background-color:#eee;border-radius:10px;}
	.adminBox input, .adminBox textarea, .adminBox select {margin-top:0px;}
	.adminBox input[type=submit] {margin-top:20px;}
	#publish {background-image:none;background-color:#f79;color:#934;border-radius:10px;margin-bottom:-30px;position:relative;z-index:2;}
	#publish.published {background-color:#0f0;color:#060;}
	#addPublished {position:relative;height:25px;}
	 #uploadProgBar, #uploadResult {display:none;}
	 #uploadResult {margin:5px 5px 5px auto;font-size:0.8em;}
	 #formuploadfile {margin-top:6px;display:block;}



.ViewItem .pics {background-color:#fa1;border-radius:10px; box-shadow:0px 5px 5px #666, inset 0px 15px 25px #fd7; -moz-box-shadow:0px 5px 5px #666, inset 0px 15px 25px #fd7; -webkit-box-shadow:0px 5px 5px #666, inset 0px 15px 25px #fd7;}
	.ViewItem .picBody {background-color:#2b2b2b;border-radius:10px;}
	.ViewItem .picSelect {overflow:auto;}
	.ViewItem .picSelect img {display:block;width:90%;margin:5% 0px 5% auto;border-radius:5px;border:0.2em solid #222;}
	.ViewItem .picSelect img.active,.ViewItem .picSelect img:hover {border:0.2em solid #fa1;cursor:pointer;}

	.ViewItem .pic {padding:0px;}
	.ViewItem .pic img {display:none;width:95%;border:0.5em solid #222;margin:3% auto;border-radius:15px;}
	.ViewItem .pic img.active {display:block;}

	.ViewItem .body {padding:5%;}

#footer {display:block; position:relative; text-align:center;color:#000; background-color: #fb3; position:relative; z-index:4; }
	#footer .fmenu {color:#000;border-radius:5px;}
	#footer .fmenu:hover {color:#000; text-decoration:none; background-color:transparent;}
	.fGamCare { position:relative; ;}
	.fGamCare::before {content:''; background-color:#fff; width:130px; height:130px; position:absolute; top:50%; left:50%; border-radius:50%; transform: translate(-50%, -50%); z-index:-1;}
	.fGamCare img {width: 100px; }

	.SMBar { position:absolute; top:0px; left:50%; transform: translate(-50%, -50%); z-index:1;}

	.downloadAppBar {background-color:#f00; color:#fff; }
	.downloadAppBar h2 { color:#fff ; }
	.appLogo {max-width:120px; background-color:#000; border-radius:20px;}
	.appPhones {position:relative;}
	.appPhones img {position:absolute; bottom:0px; left:50%; transform: translate(-50%, 0%); z-index:1;}

#popup {display:none;padding:10px;position: fixed;top:0px;left:0px;z-index:999;width:100%;height:100%;}
#popup .overlay {background-image:url(../images/Various/overlay.png);background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;opacity:0.8;}
#popup .loader {position:absolute;top:50%;left:50%;margin:-45px 0px 0px -45px;border:5px solid #a0c1d4;border-radius:50%;background-color:#fff;padding:10px;opacity:0.6;}
#popup .container {border:3px solid #442;border-radius:15px;background-color:#0a0a0a;position:relative;padding:15px;max-height:95%;overflow:auto; color:#fff;
	box-shadow: 3px 3px 10px #000; -moz-box-shadow: 3px 3px 10px #000; -webkit-box-shadow: 3px 3px 10px #000;}
#popup .close {position:absolute;top:5px;right:8px;background-image:url(../images/Various/controls.png);background-repeat:no-repeat;background-position:-25px 0px;width:25px;height:25px;border-radius:15px;
	cursor:pointer;}
#popup .content p {padding:0px 35px;position:relative;}
#popup .content ul {padding:0px 55px;}
#popup .content strong {position:absolute;top:0px; left:0px;}

#popup .Notification { max-width:800px; background-color:#fff; color:#000; }


* { box-sizing: border-box; }

body { min-height:100%; font-family: sans-serif; padding-bottom: 100px; background-color:#000; font-family: "Mouse Memoirs", serif; font-weight: 400; font-style: normal;}
body.loggedIn { padding-bottom: 0px; }

    .scrolling-text-container { background-color: #fb0; overflow: hidden; color:#f00; box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,1); }
    .scrolling-text-inner { display: flex; white-space: nowrap; font-size: 16px; font-weight: 400; padding: 0px; }

.EnterNow {position:fixed; bottom:0px; left:0px; width:100%; z-index:99999;background-color: rgba(0, 0, 0,0.7); box-shadow: 0px -2px 20px #000;}

    .scrolling-text { display: flex; }
    .scrolling-text-item { padding: 0 30px; }
    .scrolling-text-inner > div { animation: var(--direction) var(--marquee-speed) linear infinite; }
    .scrolling-text-container:hover .scrolling-text-inner > div { animation-play-state: paused; }
    @keyframes scroll-left {
	0% { transform: translateX(0%); }
	100% { transform: translateX(-100%); }
    }
    @keyframes scroll-right {
	0% { transform: translateX(-100%); }
	100% { transform: translateX(0%); }
    }

	.w-textUC { text-transform: uppercase; }
	h1 {color:#fb0;}
	h2 {color:#fb0;}

	#mainmenu { color: #fb0; }
	#mainmenu ul li:hover:not(.sMenu), #mainmenu ul li.subactive:not(.sMenu) { color:#d00; }
	#mainmenu ul li:not(.active) a:hover, #mainmenu ul li.active > a, #mainmenu ul li.subactive > a  {color:#d00;}
	#mainmenu ul li.submenu { padding: 12px 0px 0px 0px; }
   	#mainmenu ul li.DDMenu { padding:7px 0px 0px 0px; }

	.DDMenu .animX div { background-color: #fb0; }
	.DDMenu:hover .animX div, .DDMenu.subactive .animX div { background-color: #d00; }

	.DrawTime { color: #000; }
	
	.bannerVideo {background-image: url(../images/Flames.jpg); background-repeat: no-repeat; background-size: cover; background-position: center center; position:relative;}

.wwcdTitle { background-image:url(../images/Titles300.png);background-repeat:no-repeat; }
.wwcdComps {width:300px;height:60px;background-position:0px -145px; margin-bottom:-80px;top:40px; z-index:99; position:relative; }

.wwcdCharity {width:300px;height:50px;background-position:0px -226px; z-index:99; position:relative; top:10px; }
.wwcdWho {width:300px;height:50px;background-position:0px -8px; z-index:99; position:relative; }
.wwcdJoin {width:260px;height:48px;background-position:-20px -78px; z-index:99; position:relative; }
.wwcdWhy {width:130px;height:50px;background-position:-35px -315px; z-index:99; position:absolute; top:4vw; left:2vw; background-size: 200px 361px; }
.wwcdWinners {width:170px;height:50px;background-position:-15px -255px; z-index:99; position:absolute; top:4vw; left:2vw; background-size: 200px 361px;  }
.wwcdHow {width:180px;height:50px;background-position:-10px -190px; z-index:99; position:absolute; top:4vw; left:2vw; background-size: 200px 361px; }


.CharityBG {background-image:url(../images/CharityBG.png);background-repeat:no-repeat;background-size: 100% 100%; background-position:center center;margin: -8vh 0px; position:relative; padding:8vh 0px;}
.CharityTap {position:absolute; right:10%; top:15%; transform: rotate(25deg);}
.JoinBG {background-image:url(../images/funBars.png);background-repeat:repeat-x;background-size:auto 100%; background-position:center center; min-height:300px; }
.JoinBG .social1_50 {opacity:1;}
.SMLinks {background-color:#000; border:3px solid rgb(255, 160, 5); border-radius:30px; padding: 0px 10px;}

	.HPSlider, .HPHowTo, .HPGetApp, .HPFollow { color:#fff; position:relative; z-index:9999; background-image:url(../images/Hexagon.png);background-repeat:no-repeat;background-size:100% 100%; background-position:center center;
		 border-right:2px solid #000; border-left:2px solid #000; padding:8vh 0px; margin:-8vh 0px;}
	.HPStats { margin:-5vh 0px;}
	.HPHowTo { margin: -70px 0px 40px 0px; }
	.HPSlider .slide { position:relative;}

	.w-textS { text-shadow: 0px 0px 5px #000,0px 0px 10px #000; }

	.TheTeam .Member { background-color:#fff; cursor:pointer; border-radius:0px; }
	.TheTeam .Member:hover { background-color:#fb0;}
	.TheTeam .Member img { border:2px solid #000; border-radius:0px; }
	.TheTeam .Member p { color:#000; text-align:center; font-weight:normal; }

	.HexDots {position:absolute; top:10%; height:80%; left:50%; margin-left:-50%; z-index:1; background-image:url(../images/hexDot.png);background-repeat:no-repeat;background-size:cover; background-position:center center;}
	.HDLift { position:relative; z-index:2; }

.carouselBG {background-image:url(../images/Flames.jpg);background-repeat:no-repeat;background-size:cover; background-position:center bottom; min-height:300px;}
.carouselBG .carousel { max-width:650px }

.carousel-cell {
  height: 350px;
  margin-right: -10px;
  border-radius: 5px;
  counter-increment: carousel-cell;
 transform: scale(0.7); 
}

.carousel-cell .info { overflow:hidden; height:90%; transform: scale(0.7); margin-top:2%;}
.carousel-cell.is-selected .info{ height:100%; margin-top:0%; transform: scale(1); }
.carousel-cell .info img { max-width: 315px; }
.HPHowTo .carousel-cell .info { background-color:#d92603; }

.HPStats .carousel-cell, .HPWinners .carousel-cell, .HPHowTo .carousel-cell { height: 67vw; max-height:400px; max-width:400px;}
.HPStats .carousel-cell { height: 120px; width:350px;}

.HPWinners .carousel-cell .info { border-radius: 0px; }
.carousel-cell .info .header { font-size:2.7em; }

.flickity-button {background: hsla(0, 0%, 0%, 0);color: #fff;}
.flickity-prev-next-button { opacity:0.5;}
.flickity-button:hover {background: hsla(0, 0%, 0%, 0);color: #fff; opacity:1;}
.flickity-page-dots .dot {background: #fff;}

.DrawTime div.DTDays, .DrawTime div.DTHrs, .DrawTime div.DTMins, .DrawTime div.DTSecs { padding: 1px 0px 2px 0px; background-color:#fff; margin:0px 2.5%;  border:1px solid #000; border-radius:2px; }
.DrawTime .num {margin-bottom:-10px;}



slider1.sldrRed a { background: transparent; border-radius: 0px;  }
.sldrRed .swiper-slide { border: 2px solid #000; box-shadow: none;}
.sldrRed.noBdr .swiper-slide { border: none;}
.sldrRed .swiper-slide a {margin:0px; height:100%; width:100%; padding: 0.438em 1.875rem; font-size: 0.9rem; }
.sldrRed .swiper-slide-active div { height: 100%; }



.gallery-container {width:100vw; height:80vw; position:relative; max-width:600px; max-height: 500px;}
.image-container { width: 50%; position: absolute; top: 20%; right: 25%; box-shadow: 0px 0px 15px #000; }
.image { width: 100%; height: 100%; border: 10px solid white; cursor: pointer; }
.image-container:first-child { transform: rotate(23deg); }
.image-container:nth-child(2) { transform: rotate(320deg); }
.image-container:nth-child(3) { transform: rotate(344deg); }


.stats-container { display: grid; gap: 24px; grid-template-columns: 1fr; margin: 0px auto 40px auto; max-width: 1000px; padding-inline: 16px; }
.stats-container .stat {  padding: 25px; text-align: center; color: #000; }
.stats-container .stat .odometer { font-size: 50px; font-weight: bold; display: inline-block; padding-left:22px; padding-right:15px; border:3px solid #000;
	background: url("../images/donations.png") no-repeat 50% 50% / cover;}
.stats-container .stat .type { font-size: 30px; color:#fff; text-shadow: 0px 5px 5px #000, 0px -5px 5px #000;}
.odometer.plus { position: relative; }
.odometer.plus::after { content: "+"; position: absolute; top: 3px; right: 6px; font-size: 20px; }
.odometer.pound::before { content: "\00A3"; position: absolute; top: 3px; left: 3px;  }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner { overflow: visible; }
.odometer-inside {overflow: hidden;padding-right: 2px;}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default { font-family: "Mouse Memoirs", serif; }


	.AdminArea .Menu { position:relative; background-color:#444;  order: 2; border-radius: 20px 20px 0px 0px; -webkit-box-shadow: inset 0px -20px 25px -20px rgba(0,0,0,0.9); -moz-box-shadow: inset 0px -20px 25px -20px rgba(0,0,0,0.9); box-shadow: inset 0px -20px 25px -20px rgba(0,0,0,0.9); }
		.AdminArea .Menu ul { list-style: none; padding:0px; }
		.AdminArea .Menu ul li { border-bottom: 1px solid #999; border-right:1px solid #666;}
		.AdminArea .Menu ul li:last-child { border-right:none;}
		.AdminArea .Menu ul li:hover { background-color: #333; cursor:pointer; -webkit-box-shadow: inset 0px -20px 25px -20px rgba(0,0,0,0.9); -moz-box-shadow: inset 0px -20px 25px -20px rgba(0,0,0,0.9); box-shadow: inset 0px -20px 25px -20px rgba(0,0,0,0.9); }
		.AdminArea .Menu ul li.active { background-color: #222; cursor:context-menu;}
	.AdminArea .body { position:relative; background-color:#333;  order: 2;}
	.AdminArea .body.loading img { display:block;}
	.AdminArea .section {border:1px solid #444; border-radius:20px; background-color: #333;}
	.AdminArea .TRbody {background-color: #111;}
	.AdminArea .TRow { border-top: 1px solid #555; -webkit-box-shadow: 0px -20px 25px -20px rgba(0,0,0,0.9); -moz-box-shadow: 0px -20px 25px -20px rgba(0,0,0,0.9);	box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.6);}
	.AdminArea .TRow:nth-child(odd) { border-top: 1px solid #999;}
	.AdminArea .User {color:#0cf;}


@keyframes rotate-Loader { 100%   {transform: rotate(360deg)} }
@keyframes prixClipFix-Loader {
0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
12.5%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,	100% 100%)}
37.5%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,	0 100%,	0 100%)}
50% {clip-path:polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)}
62.5%  {clip-path:polygon(50% 50%, 100% 0%, 100% 0%, 100% 100%, 0 100%, 0 0)}
75%  {clip-path:polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 0)}
82.5%  {clip-path:polygon(50% 50%, 0% 100%, 0% 100%, 0% 100%, 0 100%, 0 0)}
100%   {clip-path:polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)}
}

.loader2 { width: 25px; height: 25px; border-radius: 50%; position: absolute; left: 50%; margin-left: -12.5px; top: 50%; margin-top: -12.5px; animation: rotate-Loader 1s linear infinite; }
.loader2::after { content: ""; box-sizing: border-box; position: absolute; inset: 0px; border-radius: 50%; border: 4px solid #fb0; animation: prixClipFix-Loader 2s linear infinite; }


body .uwy.userway_p7 .userway_buttons_wrapper { top: 4px !IMPORTANT; left: 18% !IMPORTANT; }
body .uwy.userway_p1 .userway_buttons_wrapper {top: 58px !IMPORTANT; left: calc(100vw - 15px) !IMPORTANT; }

	.w-auto {width:auto;}
	.w-05 {width:5%;} .w-10 {width:10%;} .w-15 {width:15%;} .w-20 {width:20%;} .w-25 {width:25%;} .w-30 {width:30%;} .w-33 {width:33.33%;} .w-35 {width:35%;} .w-40 {width:40%;} .w-45 {width:45%;} .w-49 {width:49%;}
	.w-50 {width:50%;} .w-55 {width:55%;} .w-60 {width:60%;} .w-65 {width:65%;} .w-70 {width:70%;} .w-75 {width:75%;} .w-80 {width:80%;} .w-85 {width:85%;} .w-90 {width:90%;} .w-95 {width:95%;} .w-100 {width:100%;}


	.w-pad15p {padding:15% 5%;} .w-pad10p {padding:10% 5%;} .w-pad5p {padding:5% 5%;} .w-pad2p {padding:2% 2%;}
	.w-pad20 {padding:20px;} .w-pad15 {padding:15px;} .w-pad10 {padding:10px;} .w-pad5 {padding:5px;} .w-pad2 {padding:2px;} .w-pad0 {padding:0px;}
	.w-padl20 {padding-left:20px;} .w-padl15 {padding-left:15px;} .w-padl10 {padding-left:10px;} .w-padl5 {padding-left:5px;} .w-padl2 {padding-left:2px;} .w-padl0 {padding-left:0px;}
	.w-padr20 {padding-right:20px;} .w-padr15 {padding-right:15px;} .w-padr10 {padding-right:10px;} .w-padr5 {padding-right:5px;} .w-padr2 {padding-right:2px;} .w-padr0 {padding-right:0px;}
	.w-padt20 {padding-top:20px;} .w-padt15 {padding-top:15px;} .w-padt10 {padding-top:10px;} .w-padt5 {padding-top:5px;} .w-padt2 {padding-top:2px;} .w-padt0 {padding-top:0px;}
	.w-padb20 {padding-bottom:20px;} .w-padb15 {padding-bottom:15px;} .w-padb10 {padding-bottom:10px;} .w-padb5 {padding-bottom:5px;} .w-padb2 {padding-bottom:2px;} .w-padb0 {padding-bottom:0px;}
	.w-minhnone {min-height:initial;} .w-minh300 {min-height:300px;} 

	.w-ib {display:inline-block;} .w-b {display:block;} .w-hide {display:none;} .w-tac {text-align:center;} .w-tal {text-align:left;} .w-tar {text-align:right;} .w-vat {vertical-align:top;}
	.w-vam {vertical-align:middle;} .w-vab {vertical-align:bottom;} .w-fr {float:right;} .w-fl {float:left;} .w-fn {float:none;} .w-cen {margin-left:auto; margin-right:auto;} .w-rel {position:relative;}
	.w-tc {display: table-cell;} .w-t {display: table;} .w-flex {display:flex}

	.w-m0 {margin:0px;} .w-m5 {margin:5px;} .w-m10 {margin:10px;} .w-m15 {margin:15px;} .w-m20 {margin:20px;} 
	.w-mr0 {margin-right:0%;} .w-mr2 {margin-right:2%;} .w-mr5 {margin-right:5%;} .w-mr10 {margin-right:10%;} .w-mr15 {margin-right:15%;} .w-mr20 {margin-right:20%;} .w-mr40 {margin-right:40%;} .w-mr60 {margin-right:60%;} .w-mr80 {margin-right:80%;}
	.w-ml0 {margin-left:0%;} .w-ml2 {margin-left:2%;} .w-ml5 {margin-left:5%;} .w-ml10 {margin-left:10%;} .w-ml15 {margin-left:15%;} .w-ml20 {margin-left:20%;} .w-ml40 {margin-left:40%;} .w-ml60 {margin-left:60%;} .w-ml80 {margin-left:80%;}
	.w-mt0 {margin-top:0%;} .w-mt2 {margin-top:2%;} .w-mt5 {margin-top:5%;} .w-mt10 {margin-top:10%;} .w-mt15 {margin-top:15%;} .w-mt20 {margin-top:20%;} .w-mt25 {margin-top:25%;} .w-mt30 {margin-top:30%;}
	.w-mb0 {margin-bottom:0%;} .w-mb2 {margin-bottom:2%;} .w-mb5 {margin-bottom:5%;} .w-mb10 {margin-bottom:10%;} .w-mb15 {margin-bottom:15%;} .w-mb20 {margin-bottom:20%;} .w-mb25 {margin-bottom:25%;} .w-mb30 {margin-bottom:30%;}

	.w-text06 {font-size:0.6em} .w-text07 {font-size:0.7em} .w-text08 {font-size:0.8em} .w-text09 {font-size:0.9em} .w-text10 {font-size:1em}
	.w-text11 {font-size:1.1em} .w-text12 {font-size:1.2em} .w-text14 {font-size:1.4em} .w-text16 {font-size:1.6em} .w-text18 {font-size:1.8em} .w-text20 {font-size:2em}
	.w-text24 {font-size:2.4em} .w-text28 {font-size:2.8em}
	.w-textb {font-weight:bold;}	.w-texti {font-style:italic;}

	.w-bdrb {border-bottom:1px solid #acf; }
	.w-shadow {box-shadow:0px 0px 5px #000; -moz-box-shadow:0px 0px 5px #000; -webkit-box-shadow:0px 0px 5px #000;}
	.w-opp0 { opacity:0; } .w-opp02 { opacity:0.2; } .w-opp04 { opacity:0.4; } .w-opp06 { opacity:0.6; } .w-opp08 { opacity:0.8; } .w-opp1 { opacity:1; }
	
	.w-grid { display: grid; }

	.w-grid-g100 { gap: 1rem 1rem; }
	.w-grid-g175 { gap: 1rem 1.75rem; }

	.w-grid-c1 { grid-template-columns: 1fr; }
	.w-grid-c2 { grid-template-columns: 1fr 1fr; }
	.w-grid-c3 { grid-template-columns: 1fr 1fr 1fr; }
	.w-grid-c4 { grid-template-columns: 1fr 1fr 1fr 1fr; }
	.w-grid-c5 { grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }

	.w-flex {display:flex;} .w-flexwrap {flex-wrap: wrap} .w-flexnowrap {flex-wrap: nowrap}	.w-flexdr {flex-direction: row;}	.w-flexdc {flex-direction: column;}
	.w-flexO1 {order:1;} .w-flexO2 {order:2;} .w-flexO3 {order:3;} .w-flexO4 {order:4;} .w-flexO5 {order:5;} .w-flexO6 {order:6;} .w-flexO7 {order:7;} .w-flexO8 {order:8;}
	.w-flexg1 {flex-grow: 1;} .w-flexg2 {flex-grow: 2;} .w-flexg3 {flex-grow: 3;} .w-flexg4 {flex-grow: 4;} .w-flexg5 {flex-grow: 5;} .w-flexg6 {flex-grow: 6;} .w-flexg7 {flex-grow: 7;} .w-flexg8 {flex-grow: 8;}
	.w-flexs1 {flex-grow: 1;} .w-flexs2 {flex-grow: 2;} .w-flexs3 {flex-grow: 3;} .w-flexs4 {flex-grow: 4;} .w-flexs5 {flex-grow: 5;} .w-flexs6 {flex-grow: 6;} .w-flexs7 {flex-grow: 7;} .w-flexs8 {flex-grow: 8;}

