  * {
    scrollbar-width: auto;
    scrollbar-color: #acaaaa #636363;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 10px;
  }

  *::-webkit-scrollbar-track {
    background: #636363;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #acaaaa;
    border-radius: 10px;
    border: 1px solid #9e9e9e;
  }

@font-face {
    font-family: "Oswald-Bold";
    src: url(Oswald-Bold.ttf) format("truetype");
}
@font-face {
    font-family: "DroidSans";
    src: url(DroidSans.ttf) format("truetype");
}
body{
	margin:0px;
	padding: 0px;
	background:#000;
    background-size: 2000% 2000%;
    -webkit-animation: bganim 115s ease infinite;
    -moz-animation: bganim 115s ease infinite;
    -o-animation: bganim 115s ease infinite;
    animation: bganim 115s ease infinite;
    font-size: 14px;
	font-family: "Oswald-Bold", Verdana, Tahoma;
	text-shadow:
	-1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
	color:#ffffff;
	overflow-y: hidden;
	
}
li{
     padding-top:15px;
	 font-size:16px;
	 font-weight:bold;
}
.comparemorethan2{
	background:black;
	padding:5px;
	border-radius:0px 0px 8px 8px;
    font-family: "DroidSans", Verdana, Tahoma;
}
.wobo-summary-trigger{
	cursor:help;
}
.wobo-inline { margin-top: 8px; }
.wobo-inline-summary {
  cursor: pointer;
  text-decoration: underline;
  list-style: none;
  outline: none;
}
.wobo-inline[open] .wobo-inline-summary { text-decoration: none; }
.wobo-inline-body {
  background: rgba(0,0,0,0.7);
  color: #fff;
  padding: 16px;
  border: 1px solid #333;
  max-width:800px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  margin:8px auto;
}
.advert-external img {
    max-width: 700px;
    height: auto;
    border-radius: 6px;
    transition: transform 0.2s ease-in-out;
}
.advert-external img:hover {
    transform: scale(1.02);
}
.affiliatesupport{
	background:#222;
	padding:15px;
	border-radius:6px;
}
.supportwobolink a{
	background:#222;
	padding:10px;
	border-radius:6px;
}
.support-wobo {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    line-height: 1.6;
}
.support-wobo p {
    font-size: 16px;
    margin: 10px 0 18px;
    color: #fff;
}
.support-wobo h2 {
    font-size: 20px !important;
    margin-top: 35px;
	text-align:left;
    margin-bottom: 12px;
    font-weight: 600;
    color: #fff;
}
.support-wobo div > p:first-child {
    font-weight: bold;
    font-size: 17px;
    margin-top: 12px;
    color: #fff;
}
.support-wobo img {
    max-width: 640px;
    height: auto;
    border-radius: 6px;
    transition: transform 0.2s ease-in-out;
}
.support-wobo img:hover {
    transform: scale(1.02);
}
.support-wobo a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}
.support-wobo a:hover {
    text-decoration: underline;
}
.support-wobo p:last-of-type {
    font-weight: 500;
    font-size: 17px;
    margin-top: 24px;
    color: #fff;
}
.protool{
	padding:1px 4px 1px 3px;
	margin:3px;
	vertical-align:top;
	font-size:12px;
	line-height:8px;
	border-radius:3px;
	border:1px solid #333;
	background: rgb(0,200,0);
}
.protoolsearch{
	padding:1px 3px 1px 3px;
	margin:4px;
	vertical-align:top;
	font-size:12px;
	line-height:8px;
	border-radius:3px;
	border:1px solid #333;
	font-weight:bold;
	background: rgba(0,150,0,0.5);
}
#wobo-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
    overflow-y: auto;
    padding: 20px;
    font-family: "DroidSans", Verdana, Tahoma;
}


#wobo-popup {
    background: #222;
    color: #fff;
    padding: 25px;
    border-radius: 12px;
    max-width: 500px;
    width: 100%;
    text-align: center;
    box-shadow: 0 0 20px rgba(0,0,0,0.6);
    animation: popupFadeIn 1.3s ease-out;
	opacity:0.9;
}

#wobo-popup h2 {
    margin-bottom: 15px;
    font-size: 1.5rem;
	opacity:0.9;
}

#wobo-popup p {
    margin-bottom: 15px;
    line-height: 1.4;
	opacity:0.9;
}


#wobo-popup .benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
    gap: 15px;
	opacity:0.9;
}

#wobo-popup .benefits div {
    width: 100px;
    text-align: center;
}

#wobo-popup .benefits img {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
}


#wobo-popup .btn {
    display: inline-block;
    margin: 5px;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
	opacity:0.9;
	color:#fff;
	text-shadow:
	-1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}


#wobo-popup .btn-patreon {
    background: #ff424d;
    color: #fff;
    font-weight: bold;
	opacity:0.9;
}

#wobo-popup .btn-patreon:hover {
    background: #e63946;
}

#wobo-popup .h45Jyt67,
#wobo-popup .inwg42mm,
#wobo-popup .a7FjK9bQ,
#wobo-popup .xP9qLm3z,
#wobo-popup .t2VzR6nL,
#wobo-popup .o8HwQp5j,
#wobo-popup .z3NkYd2x,
#wobo-popup .m6RtV4qP,
#wobo-popup .k9WsT1fG,
#wobo-popup .u4JpZ7hQ {
    background: #444;
    color: #fff;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 1rem;
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    text-align: center;
}

#wobo-popup .h45Jyt67:hover,
#wobo-popup .inwg42mm:hover,
#wobo-popup .a7FjK9bQ:hover,
#wobo-popup .xP9qLm3z:hover,
#wobo-popup .t2VzR6nL:hover,
#wobo-popup .o8HwQp5j:hover,
#wobo-popup .z3NkYd2x:hover,
#wobo-popup .m6RtV4qP:hover,
#wobo-popup .k9WsT1fG:hover,
#wobo-popup .u4JpZ7hQ:hover {
    background: #666;
}

@keyframes popupFadeIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 0.9; transform: scale(1); }
}
.lowercategory{
	width:98%;
	text-align:left;
	background:#333;
	padding:5px;
	margin:5px;
	border:1px solid #555;
	transition: 0.6s;
}
.lowercategory:hover{
	background:#555;
	border:1px solid #999;
}
.lowercategory h3{
	text-align:left;
	padding-left:15px;
	margin-bottom:-20px;
	padding-bottom:1px;
}
.leftalign{
	text-align:left;
}
.infospecialbuttons{
	padding:6px;
	display:inline-block;
	text-align:center;
	background:
      linear-gradient(217deg, rgba(215,0,0,0.6), rgba(255,0,0,0) 70.71%),
      linear-gradient(127deg, rgba(0,215,0,0.6), rgba(0,255,0,0) 70.71%),
      linear-gradient(336deg, rgba(0,0,215,0.6), rgba(0,0,255,0) 70.71%);	
	  border-radius:2px;
	z-index:20;
	border:1px #666 solid;
	transition: 1s;
}
.infospecialbuttons:hover{
	background:
      linear-gradient(217deg, rgba(215,0,0,0.9), rgba(255,0,0,0) 70.71%),
      linear-gradient(127deg, rgba(0,215,0,0.9), rgba(0,255,0,0) 70.71%),
      linear-gradient(336deg, rgba(0,0,215,0.9), rgba(0,0,255,0) 70.71%);	
	border:1px #ccc solid;
}
.infospecialbuttons a{
	padding:8px;
	transition: 1s;
	font-size:16px;
	text-align:center;
	color:#fff;
	font-family: "DroidSans", Verdana, Tahoma;
}
.infospecialbuttons a:hover{
	-webkit-box-shadow: 0px 0px 7px 2px rgba(190, 190, 190, 0.4);
	-moz-box-shadow:    0px 0px 7px 2px rgba(190, 190, 190, 0.4);
	box-shadow:         0px 0px 7px 2px rgba(190, 190, 190, 0.4);
}
.infospecialbuttons a:link{
	color:#fff;
}
.infospecialbuttons a:visited{
	color:#fff;
}
.infospecialbuttons a:hover{
	color:#fff;
}
.infospecialbuttons a:active{
	color:#fff;
}
.infospecialbuttonsMINOR{
	padding:6px;
	display:inline-block;
	text-align:center;
	background: rgba(55,55,55,0.5);
	  border-radius:2px;
	z-index:20;
	border:1px #666 solid;
	transition: 1s;
	margin-bottom:7px;
}
.infospecialbuttonsMINOR:hover{
	background: rgba(111,111,111,0.3);
	border:1px #ccc solid;
}
.infospecialbuttonsMINOR a{
	padding:8px;
	transition: 1s;
	font-size:16px;
	text-align:center;
	color:#fff;
	font-family: "DroidSans", Verdana, Tahoma;
}
.infospecialbuttonsMINOR a:hover{
	-webkit-box-shadow: 0px 0px 7px 2px rgba(190, 190, 190, 0.4);
	-moz-box-shadow:    0px 0px 7px 2px rgba(190, 190, 190, 0.4);
	box-shadow:         0px 0px 7px 2px rgba(190, 190, 190, 0.4);
}
.infospecialbuttonsMINOR a:link{
	color:#fff;
}
.infospecialbuttonsMINOR a:visited{
	color:#fff;
}
.infospecialbuttonsMINOR a:hover{
	color:#fff;
}
.infospecialbuttonsMINOR a:active{
	color:#fff;
}

.infospecialbuttonsMINORreport{
	padding:6px;
	display:inline-block;
	text-align:center;
	background: rgba(255,55,55,0.7);
	  border-radius:2px;
	z-index:20;
	border:1px #666 solid;
	transition: 1s;
	margin-bottom:7px;
}
.infospecialbuttonsMINORreport:hover{
	background: rgba(255,0,0,0.9);
	border:1px #ccc solid;
}
.infospecialbuttonsMINORreport a{
	padding:8px;
	transition: 1s;
	font-size:16px;
	text-align:center;
	color:#fff;
	font-family: "DroidSans", Verdana, Tahoma;
}
.infospecialbuttonsMINORreport a:hover{
	-webkit-box-shadow: 0px 0px 7px 2px rgba(190, 190, 190, 0.4);
	-moz-box-shadow:    0px 0px 7px 2px rgba(190, 190, 190, 0.4);
	box-shadow:         0px 0px 7px 2px rgba(190, 190, 190, 0.4);
}
.infospecialbuttonsMINORreport a:link{
	color:#fff;
}
.infospecialbuttonsMINORreport a:visited{
	color:#fff;
}
.infospecialbuttonsMINORreport a:hover{
	color:#fff;
}
.infospecialbuttonsMINORreport a:active{
	color:#fff;
}

.option-containerREPORT {
	max-width: 300px;
	margin: 0 auto;
	text-align:center;
}
.option-containerREPORT label { 
	border: 2px solid #333;
	padding: 10px;
	text-align: center;
	border-radius: 10px;
	background-color: #666;
	cursor: pointer;
	font-size: 16px;
	transition: background-color 0.3s, border-color 0.3s;
}
.option-containerREPORT input[type="radio"]:checked + label {
	background-color: #333;
	border-color: #fff;
	color: white;
}
.option-containerREPORT label:hover {
	background-color: #333;
}
.submit-buttonREPORT {
	background-color: #ccc;
	border: 2px black solid;
	color: #333;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 5px auto;
	cursor: pointer;
	border-radius: 12px;
	display: block;
}
.submit-buttonREPORT:hover {
	background-color: #45a049;
	color: white;
}
.homelatest {
  width: 100%;
  margin: 0 auto;
  font-family: "DroidSans", Verdana, Tahoma, sans-serif;
  max-width: 960px;
  padding: 1rem;
}

.homelatest ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}
.homelatest li {
  margin-bottom: 0.75rem;
  background: rgba(0,0,0,0.5);
  border-radius: 5px;
  padding: 0;
  transition: background 0.6s ease;
}
.homelatest li:hover {
  background: #333;
}
.homelatest a {
  text-decoration: none;
  color: #fff;
  display: block;
  text-shadow:none;
  padding:10px;
}
.homelatest strong {
  font-weight: 600;
  color: #fff;
}
.homelatest span {
  color: #fff;
  font-style: italic;
}
.quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.quick-links a {
  flex: 1 1 calc(50% - 0.5rem);
  text-align: center;
  background: rgba(0,0,0,0.5);
  border-radius: 5px;
  padding: 0.5rem;
  font-size: 0.9rem;
  color: #fff;
  transition: background 0.2s ease;
}
.quick-links a:hover {
  background: #333;
}
@media (min-width: 600px) {
  .quick-links a {
    flex: 1 1 auto;
  }
}
#shorturl{
	font-size:14px;
	cursor:copy;
	padding:0px;
	font-style: italic;
	font-family: "DroidSans", Verdana, Tahoma;
}
#shorturlcopied{
	font-size:14px;
	color:#fff;
	padding:0px;
	display:none;
	font-family: "DroidSans", Verdana, Tahoma;
}
#shorturlmulti{
	margin-top:-12px;
	font-size:14px;
}
.custommessageVIP{
	line-height:38px;
	padding:10px;
	margin:20px;
	border: 10px solid rgba(150,20,250,0.2);
	background:rgba(150,10,250,0.1);
	font-family: "DroidSans", Verdana, Tahoma;
	font-size:18px;
}
.custommessageVIP span{
	font-size:24px;
}
.custommessageVIP a{
	font-style: italic;
	font-size:18px;
}
.brandingifxed{
	position: fixed;
    bottom: 50px;
	font-size:24px;
    right: -40px;
	opacity:0.4;
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
	transition:0.6s;
}
.brandingifxed:hover{
	opacity:0.6;
}
.brandingifxed a{
	text-decoration:none;
}
.formwidthmultitool{
	width:50px;
	height:30px;
	padding:0px;
	margin: 0 auto;
	display:inline-block;
}
.formwidthmultitool select{
	display:inline-block;
	width:50px;
	height:30px;
	padding:0px;
	margin:0px;
	text-shadow:
	-1px -1px 1px #333,  
    1px -1px 1px #333,
    -1px 1px 1px #333,
    1px 1px 1px #333;
	font-size:28px;
	text-align-last:center;
	background:none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color:#fff;
	border:none;
	margin-top:-3px;
	

}
.formwidthmultitool option{ 
	text-align:left;
	font-size:18px;
	color:#000;
	text-shadow: none;
}
.formwidthmultitool select:focus{
	color:#ccc;	 
	outline: none;
  border: 0px solid red;
  box-shadow: 0 0 0px #fff;
}
.spacerwepinfo{
	height:20px;
}
.arrow {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  margin:4px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.infotoolarrows{
	border: solid white;
	border-width: 0 6px 6px 0;
	padding:6px;
	margin:20px;
	margin-top:2px;
	z-index:9999;
}
.floatleftinfo{
	float:left;
}
.floatrightinfo{
	float:right;
}
.sponsorslot{
	width:100%;
	margin:0 auto;
	margin-top:-8px;
	margin-bottom:8px;
	text-align:center;
}
.sponsorslot img{
	border-radius:6px;
}
	
#donate{
	position:absolute;
	padding:5px;
	border:1px solid #ccc;
	opacity:0.3;
	margin:10px;
	margin-left:-1px;
	font-size:16px;
	transition:0.6s;
}
#donate:hover{
	position:absolute;
	padding:5px;
	border:1px solid #ccc;
	opacity:1;
	margin:10px;
	margin-left:-1px;
	font-size:20px;
}
.donatetext{
	font-size:14px;
}
.donateimg{
	padding-top:20px;
	padding-bottom:20px;
	max-width:99%;
	transition:0.6s;
}
.donateimg:hover{
	padding-top:15px;
	padding-bottom:25px;
	max-width:99%;
}
#donlist{
	max-width:99%;
	background:url("results-bg.png") repeat center center;
}
#donlist table{
	padding:50px;
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
	border: 0px solid #333;
	background:rgba(0,0,0,0.0);
}
#donlist td{
	padding:20px;
	width:50%;
	border: 1px solid rgba(20,120,20,0.2);
	background:rgba(20,120,20,0.3);
}
#donlist sup{
	vertical-align:top;
}
#donlist em{
	font-size:18px;
}
#donlist span{
	font-size:34px;
	font-weight:bold;
}
#donlist .number{
	padding:20px;
	width:10%;
	border: 1px solid rgba(20,120,20,0.2);
	background:rgba(20,120,20,0.3);
}
.typeright{
	float:right;
	text-align:right;
	font-size:32px;
	color: rgba(255,255,255,1);
	opacity:0.15;
	font-family: Oswald-Bold, Verdana, Tahoma;
	line-height:53px;
	-moz-box-shadow:    inset 0 0 2px #000000;
   -webkit-box-shadow: inset 0 0 2px #000000;
   box-shadow:         inset 0 0 2px #000000;
}
.typerightnews{
	float:right;
	text-align:right;
	font-size:32px;
	color: rgba(255,255,255,1);
	opacity:0.15;
	font-family: Oswald-Bold, Verdana, Tahoma;
	line-height:33px;
	-moz-box-shadow:    inset 0 0 2px #000000;
   -webkit-box-shadow: inset 0 0 2px #000000;
   box-shadow:         inset 0 0 2px #000000;
}
.centerone{
	margin: 0 auto;
	text-align:center;
    z-index: 999999;
}
.centerone img{
	width:90%;
	height:auto;
	max-width:600px;
}
#dropheader{
	max-width:300px;
	padding:5px;
	font-size:14px;
	margin:0 auto;
}
.form-control9 {
cursor:pointer;
display: block;
font-size: 16px;
font-family: sans-serif;
font-weight: 700;
color: #444;
line-height: 1.1;
padding: .6em 1.4em .5em .8em;
width: 99%;
max-width: 99%;
box-sizing: border-box;
margin: 2px;
border: 1px solid #aaa;
box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
opacity:0.7;
background-color: #ccc;
background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
background-repeat: no-repeat, repeat;
background-position: right .7em top 50%, 0 0;
background-size: .65em auto, 100%;
}
.form-control9::-ms-expand {
display: none;
}
.form-control9:hover {
border-color: #666;
opacity:1;
opacity:1;
}
.form-control9:focus {
border-color: #aaa;
box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
box-shadow: 0 0 0 3px -moz-mac-focusring;
color: #222; 
outline: none;
cursor: pointer;
}
.form-control9 option {
font-weight:normal;
}
*[dir="rtl"] .form-control9, :root:lang(ar) .form-control9, :root:lang(iw) .form-control9 {
background-position: left .7em top 50%, 0 0;
padding: .6em .8em .5em 1.4em;
}
.form-control9:disabled, .form-control9[aria-disabled=true] {
color: graytext;
background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
}
.form-control9:disabled:hover, .form-control9[aria-disabled=true] {
border-color: #aaa;
}
.pad{
 margin-top:12px;
  margin-bottom:12px;
}
.pad2{
	display:inline-block;
	width:10px;
}
.faqsbox{
	padding:10px;
	background:rgba(0,55,55,0.9);
	border: 10px rgba(0,0,0,0.9) solid;
	text-align:center;
}
.faqsbox:hover{
	background:rgba(0,75,75,0.7);
	border: 10px rgba(25,25,25,0.9) solid;
}
.faqsbox p{
	background:rgba(0,0,0,0.5);
	padding:20px;
	text-align:left;
}
.allaccess h2{
	font-size:30px;
}
.allaccess p{
	font-family: "DroidSans", Verdana, Tahoma;
	font-size:18px;
}
small{
	font-family: "DroidSans", Verdana, Tahoma;
	font-size:10px;
	text-shadow:
	-1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
h2{
	text-align:center;
}
h5{
	color:green;
	font-size:20px;
	padding:2px;
	background: rgba(255,255,255,0.1);
}

.title{
	padding-top:40px;
	padding-bottom:20px;
}
.hrleft{
	background: linear-gradient(90deg, rgba(220, 220, 220, 0.9) 0%, rgba(220, 220, 220, 0.5) 50%, rgba(220, 220, 220, 0) 100%);
}
.hrright{
	background: linear-gradient(90deg, rgba(220, 220, 220, 0.9) 0%, rgba(220, 220, 220, 0.5) 50%, rgba(220, 220, 220, 0) 100%);
}
a:link{
	color:#ffffff;
	transition:0.6s;
}
a:visited{
	color:#ffffff;
	transition:0.6s;
}
a:hover{
	color:#ffffff;
	text-decoration: none;
}
a:active{
	color:#ffffff;
}
#load{
  width:100%;
  height:100%;
  position:fixed;
  z-index:9999;
}
.centered {
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lds-spinner {
  display: inline-block;
  position: relative;
  width: 140px;
  height: 140px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
.lds-spinner div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform-origin: 50% 50%;
  animation: lds-spinner 0.5s linear infinite;
}
.lds-spinner div:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 12px;
  transform: translateX(-50%);
  font-size: 24px;           
  font-weight: 900;           
  letter-spacing: 12px;
  line-height: 1;
  text-align: center;
  color: white;
  -webkit-text-stroke: 1px black;
  text-shadow: 
    0 0 2px rgba(0,0,0,1),
    0 0 2px rgba(0,0,0,1);
  opacity: 1;
  pointer-events: none;
}
.lds-spinner div:nth-child(1)  { transform: rotate(0deg);  animation-delay: -0.55s; }
.lds-spinner div:nth-child(1):after  { content: "W"; transform: translateX(-50%) rotate(0deg); }
.lds-spinner div:nth-child(2)  { transform: rotate(40deg); animation-delay: -0.50s; }
.lds-spinner div:nth-child(2):after  { content: "O"; transform: translateX(-50%) rotate(-40deg); }
.lds-spinner div:nth-child(3)  { transform: rotate(80deg); animation-delay: -0.45s; }
.lds-spinner div:nth-child(3):after  { content: "B"; transform: translateX(-50%) rotate(-80deg); }
.lds-spinner div:nth-child(4)  { transform: rotate(120deg); animation-delay: -0.40s; }
.lds-spinner div:nth-child(4):after  { content: "O"; transform: translateX(-50%) rotate(-120deg); }
.lds-spinner div:nth-child(5)  { transform: rotate(160deg); animation-delay: -0.35s; }
.lds-spinner div:nth-child(5):after  { content: "T"; transform: translateX(-50%) rotate(-160deg); }
.lds-spinner div:nth-child(6)  { transform: rotate(200deg); animation-delay: -0.30s; }
.lds-spinner div:nth-child(6):after  { content: "O"; transform: translateX(-50%) rotate(-200deg); }
.lds-spinner div:nth-child(7)  { transform: rotate(240deg); animation-delay: -0.25s; }
.lds-spinner div:nth-child(7):after  { content: "O"; transform: translateX(-50%) rotate(-240deg); }
.lds-spinner div:nth-child(8)  { transform: rotate(280deg); animation-delay: -0.20s; }
.lds-spinner div:nth-child(8):after  { content: "L"; transform: translateX(-50%) rotate(-280deg); }
.lds-spinner div:nth-child(9)  { transform: rotate(320deg); animation-delay: -0.15s; }
.lds-spinner div:nth-child(9):after  { content: "S"; transform: translateX(-50%) rotate(-320deg); }
.lds-spinner div:nth-child(10),
.lds-spinner div:nth-child(11),
.lds-spinner div:nth-child(12) {
  transform: rotate(320deg);
  animation-delay: 0.6s;
}
.lds-spinner div:nth-child(10):after,
.lds-spinner div:nth-child(11):after,
.lds-spinner div:nth-child(12):after {
  content: ""; 
  transform: translateX(-50%) rotate(-320deg);
}
@keyframes lds-spinner {
  0% { opacity: 1; }
  50% { opacity: 0.1; }
  70% { opacity: 0; }
  100% { opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .lds-spinner div { animation: none; }
  .lds-spinner div:after { opacity: 1; }
}
#fadeouter{
	width:100%;
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.0),rgba(0, 0, 0, 0.0),rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.8));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.0),rgba(0, 0, 0, 0.0),rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.8));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.0),rgba(0, 0, 0, 0.0),rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.8));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.0),rgba(0, 0, 0, 0.0),rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.8));
}
#contentdivmenu{
	margin: 0 auto;
	margin-top:-20px;
	width:100%;
	max-width:1385px;
	text-align:center;
	border: 0px #999 solid;
	
}
#contentdiv{
	margin: 0 auto;
	margin-top:-20px;
	max-width:1285px;
	background-color:rgba(0, 0, 0, 0.4);
	border: 0px #999 solid;
	
}
#contenttextpage{
	margin: 0 auto;
	margin-top:-20px;
	width:100%;
	max-width:1285px;
	text-align:left;
	border: 0px #999 solid;
	background: url("results-bg.png") repeat center center, linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.7) 100%);
	padding:30px;
	border: 10px rgba(0, 0, 0, 0.7) solid;
	font-family: "DroidSans", Verdana, Tahoma;
}
#contenttextpage h1{
	text-align:center;
}
.inputform{
	text-align:center;
}
.input-field {
font-size: 16px;
color: #444;
padding: .6em 1.4em .5em .8em;
width: 220px;
margin: 2px;
border: 1px solid #aaa;
box-shadow: 0 1px 0 1px rgba(0,0,0,.5);
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-color: #ccc;
}
.button {
cursor:pointer;
font-size: 16px;
color: #444;
width: 220px;
padding: 10px;
margin: 2px;
border: 1px solid #aaa;
box-shadow: 0 1px 0 1px rgba(0,0,0,.5);
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-color: #ccc;
}
.checkbox {
cursor:pointer;
width:30px;
height:30px;
float:center;
}
.centertext{
	text-align:center;
}
.marginhr{
	margin-top:40px;
	margin-bottom:40px;
}
h4{
	text-decoration:italic;
	font-size:20px;
	color:green;
}
.rewarditems{
	display:inline-block;
	width:30%;
	background:#333;
	background: url("results-bg.png") repeat center center, linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.7) 100%);
	padding:10px;
	border: 10px rgba(0, 0, 0, 0.7) solid;
	margin:10px;
	-webkit-box-shadow: rgba(255, 255, 255, 0.3) 0 -1px 4px, rgba(255, 255, 0, 0.3) 0 -2px 10px, rgba(255, 128, 0, 0.3) 0 -10px 20px, rgba(255, 0, 0, 0.3) 0 -2px 40px, 5px 5px 15px 5px rgba(0,0,0,0); 
box-shadow: rgba(255, 255, 255, 0.3) 0 -1px 4px, rgba(255, 255, 0, 0.3) 0 -2px 10px, rgba(255, 128, 0, 0.3) 0 -10px 20px, rgba(255, 0, 0, 0.3) 0 -2px 40px, 5px 5px 15px 5px rgba(0,0,0,0); 
	transition:0.6s;
}
.rewarditems:hover{
	border: 10px rgba(22, 22, 22, 0.7) solid;
	-webkit-box-shadow: rgba(255, 255, 255, 1) 0 -1px 4px, rgba(255, 255, 0, 1) 0 -2px 10px, rgba(255, 128, 0, 1) 0 -10px 20px, rgba(255, 0, 0, 1) 0 -2px 40px, 5px 5px 15px 5px rgba(0,0,0,0); 
box-shadow: rgba(255, 255, 255, 1) 0 -1px 4px, rgba(255, 255, 0, 1) 0 -2px 10px, rgba(255, 128, 0, 1) 0 -10px 20px, rgba(255, 0, 0, 1) 0 -2px 40px, 5px 5px 15px 5px rgba(0,0,0,0);
	
}

.rewarditems hr{
	margin-top:5px;
	margin-bottom:15px;
	transition:0.6s;
}
.rewarditems:hover hr{
	transform: scale(1.1);
}
.rewarditems img{
	margin-top:-15px;
	float:center;
}
.rewarditems h3{
	margin-top:5px;
	transition:0.6s;
}
.rewarditems:hover h3{
	transform: scale(1.1);
}
#outerboxeswobo{
	width:100%;
	margin:0 auto;
	text-align:center;
	padding:20px;
	transition:0.6s;
}
#outerboxeswobo a:link{
	text-decoration:none;
	color:#000;
	  -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 1px;
	transition:0.6s;
}
#outerboxeswobo a:visited{
	text-decoration:none;
	color:#000;
	  -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 1px;
}
#outerboxeswobo a:hover{
	text-decoration:none;
	color:#000;
	
}
#outerboxeswobo a:active{
	text-decoration:none;
	color:#000;
	  -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 1px;
}
.subcat{
	color:#fff;
	font-family: "DroidSans", Verdana, Tahoma;
	padding:0px;
	padding-top:12px;
	font-size:18px;
	margin: 0 auto;
}
.insetwobo{
	text-shadow:none;
	color:#000;
	display:inline-block;
	font-size:16px;
	border:1px #000 solid;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:2px;
	padding-right:2px;
	margin-top:-1px;
	margin-right:-5px;
	min-width:200px;
	font-family: "DroidSans", Verdana, Tahoma;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.0);
	-moz-box-shadow:    0px 1px 0px 0px rgba(0, 0, 0, 0.0);
	box-shadow:         0px 1px 0px 0px rgba(0, 0, 0, 0.0);
	background: linear-gradient(0deg, rgba(102, 255, 0,1) 0%, rgba(82, 215, 55,1) 100%);
	border:1px #333 solid;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow:    inset 0px 1px 5px 0px rgba(0, 0, 0, 0.8);
	transform: translateY(0px);
	box-shadow:         inset 0px 1px 5px 0px rgba(0, 0, 0, 0.8);
	z-index:20;
	margin-bottom:-1px;
	-webkit-box-shadow: inset rgba(168, 224, 99,1) 0 -1px 4px, inset rgba(168, 224, 99,1) 0 1px 10px, inset rgba(168, 224, 99,1) 0 -10px 20px,  inset rgba(0, 0, 0,1) 0 2px 2px, 5px 5px 15px 5px rgba(0,0,0,0); 
	box-shadow:         inset rgba(168, 224, 99,1) 0 -1px 4px, inset rgba(168, 224, 99,1) 0 1px 10px, inset rgba(168, 224, 99,1) 0 -10px 20px,  inset rgba(0, 0, 0,1) 0 2px 2px, 5px 5px 15px 5px rgba(0,0,0,0);
}
.statboxeswobo{
	text-shadow:none;
	color:#000;
	display:inline-block;
	font-size:16px;
	background: linear-gradient(0deg, rgba(160, 160, 160, 1) 0%, rgba(240, 240, 240, 1) 100%);
	border:1px #000 solid;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:2px;
	padding-right:2px;
	margin-top:-1px;
	min-width:200px;
	margin-right:-5px;
	font-family: "DroidSans", Verdana, Tahoma;
	
	-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.0);
	-moz-box-shadow:    0px 1px 0px 0px rgba(0, 0, 0, 0.0);
	box-shadow:         0px 1px 0px 0px rgba(0, 0, 0, 0.0);
	z-index:1;
	transition:0.6s;
}
.statboxeswobo:hover{
	background: linear-gradient(180deg, rgba(210, 210, 210, 1) 0%, rgba(210, 210, 210, 1) 100%);
	border:1px #333 solid;
	transform: translateY(-1px);
	-webkit-box-shadow: 0px 7px 4px 0px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:    0px 7px 4px 0px rgba(0, 0, 0, 0.7);
	box-shadow:         0px 7px 4px 0px rgba(0, 0, 0, 0.7);
	z-index:20;
}



.slider:hover {
  -webkit-box-shadow: inset  0px 0px 6px 0px rgba(0,0,0,1);
-moz-box-shadow: inset  0px 0px 6px 0px rgba(0,0,0,1);
box-shadow: inset  0px 0px 6px 0px rgba(0,0,0,1);
border-radius:10px;
}
.blue .slider:hover{
  opacity: 1;
   background: rgba(0, 222, 222, 1);
}
.green .slider:hover{
  opacity: 1;
   background: rgba(0, 200, 50, 1);
}
.yellow .slider:hover{
  opacity: 1;
   background: rgba(200, 200, 0, 1);
}
.red .slider:hover{
  opacity: 1;
   background: rgba(200, 0, 0, 1);
}
.smallfootertext{
	font-size:10px;
	padding:5px;
	color:#999;
	transition:0.6s;
}
.smallfootertext a:link{
	color:#ccc;
	text-decoration: underline;
	padding:0px;
	transition:0.6s;
}
.smallfootertext a:visited{
	color:#ccc;
	text-decoration: none;
	padding:0px;
	transition:0.6s;
}
.smallfootertext a:hover{
	color:#ffffff;
	text-decoration: none;
	padding:0px;
}
.smallfootertext a:active{
	color:#ccc;
	text-decoration: none;
	padding:0px;
}
.reportdiv{
	margin-top:-17px;
	position:absolute;
	right:0;
	opacity:0.3;
	border: 0px #000 solid;
	padding:5px;
	transition:0.6s;
}
.reportdiv:hover{
	margin-top:-17px;
	position:absolute;
	right:0;
	opacity:1;
	border: 0px #000 solid;
}
.widediv{
	margin: 0 auto;
	margin-top:-17px;
	text-align:center;
	padding-top:15px;
	width:100%;
	word-break: break-all;
	border: 0px #000 solid;
	font-family: "Courier New", Courier, monospace;
}
.widediv p{
	padding-top:0px;
	font-size:18px;
	color:#ccc;
}
.widediv span{
	cursor:copy;
	border:0px solid #ccc;
	padding:0px;
	opacity:0.8;
	transition:0.6s;
}
.widediv span:hover{
	opacity:1;
	color:white;
}
.widediv #copied{
	margin: 0 auto;
	margin-top:-13px;
	color:white;
	font-size:12px;
}
.widediv a:link{
	color:#ccc;
	text-decoration: none;
	padding:5px;
}
.widediv a:visited{
	color:#ccc;
	text-decoration: none;
	padding:5px;
}
.widediv a:hover{
	color:#ffffff;
	text-decoration: none;
	padding:5px;
}
.widediv a:active{
	color:#ccc;
	text-decoration: none;
	padding:5px;
}
.crumbdivs{
	margin: 0 auto;
	text-align:center;
	width:100%;
	border: 0px #000 solid;
	padding-top:8px;
	margin-bottom:-13px;
}
.crumbdivs .logo{
	display: inline-block;
	position:relative;
	vertical-align: top;
	margin-top:3px;
}
.crumbdivs .logo a{
	padding:14px;
}
.crumbdivs .crumbarrow{
	display: inline-block;
	margin-top:5px;
	vertical-align: top;
	padding-left:1px;
	padding-right:1px;
	color:#ccc;
}
.crumbdivs .crumbs{
	display: inline-block;
	padding:3px;
	vertical-align: top;
	border: 0px #999 dotted;
	margin-top:2px;
	text-shadow:
	-1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
	transition:0.6s;
}
.crumbdivs .crumbs:hover{
	display: inline-block;
	vertical-align: top;
	border-bottom: 0px #333 solid;
	color:#ffffff;
	
}
.crumbdivs .crumbs a{
	padding:10px;
	font-size:16px;
	transition:0.6s;
}
.crumbdivs .crumbs a:link{
	text-decoration: none;
	color:#ccc;
	transition:0.6s;
}
.crumbdivs .crumbs a:visited{
	text-decoration: none;
	color:#ccc;
	transition:0.6s;
}
.crumbdivs .crumbs a:hover{
	text-decoration: none;
	color:#fff;
}
.crumbdivs .crumbs a:link{
	text-decoration: none;
	color:#ccc;
}
hr{
	border: 0; 
	height: 1px; 
	width:50%;
    background: linear-gradient(90deg, rgba(220, 220, 220, 0) 0%, rgba(220, 220, 220, 0.5) 50%, rgba(220, 220, 220, 0) 100%);
	margin-top:20px;
	padding-bottom:2px;
	margin-bottom:20px;
}
.jumpto{
	font-size:12px;
	position: relative;
	font-family: "DroidSans", Verdana, Tahoma;
	padding-top:30px;
	padding-bottom:10px;
	border: 0px #000 solid; 
	transition:0.6s;
}
.jumpto a:link{
	color:#ccc;
	text-decoration: none;
	padding-top:20px;
	padding-bottom:20px;
	transition:0.6s;
}
.jumpto a:visited{
	color:#ccc;
	text-decoration: none;
	padding-top:20px;
	padding-bottom:20px;
	transition:0.6s;
}
.jumpto a:hover{
	color:#ffffff;
	text-decoration: none;
	padding-top:20px;
	padding-bottom:20px;
}
.jumpto a:active{
	color:#ccc;
	text-decoration: none;
	padding-top:20px;
	padding-bottom:20px;
}
.plaintext{
	color:#fff;
	font-family: "DroidSans", Verdana, Tahoma;
	padding:10px;
}
.headerlinks{
	margin: 0 auto;
	text-align:center;
	padding-top:12px;
	padding-bottom:21px;
	width:100%;
	height:100%;
	border: 0px #000 solid;
	color:#666666;
	font-family: "DroidSans", Verdana, Tahoma;
	transition:0.6s;
}
.headerlinks a:link{
	color:#ccc;
	text-decoration: none;
	padding:5px;
	transition:0.6s;
}
.headerlinks a:visited{
	color:#ccc;
	text-decoration: none;
	padding:5px;
	transition:0.6s;
}
.headerlinks a:hover{
	color:#ffffff;
	text-decoration: none;
	padding:5px;
}
.headerlinks a:active{
	color:#ccc;
	text-decoration: none;
	padding:5px;
}

.footerlinks a:link{
	color:#ccc;
	text-decoration: none;
	padding:5px;
	transition:0.6s;
}
.footerlinks a:visited{
	color:#ccc;
	text-decoration: none;
	padding:5px;
	transition:0.6s;
}
.footerlinks a:hover{
	color:#ffffff;
	text-decoration: none;
	padding:5px;
}
.footerlinks a:active{
	color:#ccc;
	text-decoration: none;
	padding:5px;
}
.footerlinks{
	margin: 0 auto;
	margin-top:-30px;
	text-align:center;
	padding-top:0px;
	padding-bottom:10px;
	width:100%;
	height:100%;
	border: 0px #000 solid;
	color:#666666;
	font-family: "DroidSans", Verdana, Tahoma;
	transition:0.6s;
}
#footer{
	margin: 0 auto;
	text-align:center;
	padding-top:25px;
	width:100%;
	height:100%;
	margin-top:10px;
	margin-bottom:-200px;
	border: 0px #000 solid;
	color:#666666;
	font-family: "DroidSans", Verdana, Tahoma;

}
.video-responsive-outer{
   width:600px;
   margin:0 auto;
}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
#footer #claimwrap{
	margin: 0 auto;
	height: 100%;
	position: relative;
	border: 0px #999 solid;
}
#footer #claimwrap h2{
	color:orange;
}
#footer #wobotools p{
	font-size:20px;
	color:white;
}
#footer #wobotools .supboxes{
	display:inline-block;
	padding:10px;
	margin:3px;
	background-color:rgba(0, 0, 0, 0.8);
	color:white;
	font-size:14px;
	border-radius:10px;
	transition:0.6s;
}
#footer #wobotools .supboxes:hover{
	background-color:rgba(30, 30, 30, 1);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 1);
	box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 1);
	border-radius:10px;
}
#footer #wobotools p span{
	font-size:14px;
	font-family: "Courier New", Courier, monospace;
	color:white;
}
#footer #wobotools #wobobox{
	margin: 0 auto;
	font-size:14px;
	line-height:24px;
	font-family: "DroidSans", Verdana, Tahoma;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 100%);
	border: 10px rgba(0, 0, 0, 0.5) solid;
	max-width:800px;
	margin-top:15px;
	margin-bottom:15px;
	padding:20px;
}

#footer #claimwrap div{
	cursor: pointer;
	display:inline-block;
	margin: 0 auto;
	height: 100%;
	position: relative;
	border: 0px #999 solid;
	max-width:100%;
}
#footer #claimwrap img{
	display:inline-block;
	margin-bottom:-20px;
	height: 100%;
	padding:15px;
}
#footer #claimwrap p{
	padding-left:16px;
	padding-right:16px;
}
#footer #claimwrap button{
	margin-bottom:70px;
	margin-top:-20px;
}
#footer #claimwrap button{
	margin-bottom:70px;
	margin-top:-20px;
	max-width:400px;
}
.homelogos{
	max-width:451px;
}



.toolboxWrapper{	border-radius:10px;
	cursor: auto;
	height: 100%;
	width:100%;
	display:block;
	position: relative;
	border: 2px #999 solid;
}


#mid {
  background: url(website-bg-rep3.png) repeat 140% 140%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  z-index: -1;
  background-size:325px;
  -webkit-animation-name: backgroundAnimate;
  -webkit-animation-duration: 650s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: backgroundAnimate;
  -moz-animation-duration: 650s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -o-animation-name: backgroundAnimate;
  -o-animation-duration: 650s;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  animation-name: backgroundAnimate;
  animation-duration: 650s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
#mid1 {
  
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #999;
   z-index: -2;
}
#mid2 {
  background: url(website-bg-rep3.png) repeat 60% 60%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  background-size:175px;
 z-index: -1;
  -webkit-animation-name: backgroundAnimate;
  -webkit-animation-duration: 650s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: backgroundAnimate;
  -moz-animation-duration: 650s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -o-animation-name: backgroundAnimate;
  -o-animation-duration: 650s;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  animation-name: backgroundAnimate;
  animation-duration: 650s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
#mid3 {
  background: url(website-bg-rep3.png) repeat;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
  z-index: -1;
 background-size:125px;
}
.descriptionboxes{
	margin: 0 auto;
	font-size:14px;
	font-family: "DroidSans", Verdana, Tahoma;
	background: url("results-bg.png") repeat center center, linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.7) 100%);
	border: 10px rgba(0, 0, 0, 0.7) solid;
	max-width:980px;
	margin-top:25px;
	margin-bottom:15px;
	padding:30px;
	padding-top:0px;
	color:white;
	text-align:left;
}
.descriptionboxes h1{
	text-align:center;
	color:white;
	font-size:20px;
	padding-top:15px;
}

#streamingouter{
	margin: 0 auto;
	max-width:980px;
	font-family: "DroidSans", Verdana, Tahoma;
	transition:0.6s;
}
#streamingouter a:link{
	text-decoration:none;
	transition:0.6s;
}
#streamingouter a:active{
	text-decoration:none;
}
#streamingouter a:visited{
	text-decoration:none;
	transition:0.6s;
}
#streamingouter a:hover{
	text-decoration:none;
}
#streamingnow{
	font-size:28px;
		background:linear-gradient(90deg, rgba(75,0,130, 0.7) 0%, rgba(75,0,130, 0.7) 50%, rgba(75,0,130, 0.7) 100%);
	border: 10px rgba(75,0,130, 0.2) solid;
	margin-bottom:15px;
	padding:5px;
	color:#ccc;
	text-align:center;
	animation: blinker 4s linear infinite;
	transition:0.6s;
}
#streamingnow:hover{
	border: 10px rgba(75,0,130, 1) solid;
	color:white;
}
#newsfoundnow{
	font-size:16px;
	margin-bottom:10px;
	margin-top:0px;
	padding:13px;
	padding-top:16px;
	color:white;
	text-align:center;	
	border: 10px #fff solid;
	background: linear-gradient(180deg, rgba(103, 48, 204, 0.9) 0%, rgba(74, 0, 224, 0.9) 100%);
	-webkit-box-shadow: inset  0px 0px 45px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset  0px 0px 45px 0px rgba(0,0,0,0.5);
	box-shadow: inset  0px 0px 45px 0px rgba(0,0,0,0.5);
	
	
}
#newsfoundnow span{
	font-weight:bold;
}
.dismissbuttonouter{
	margin-top:0px;
	text-align:center;
	width:100%;
	margin-bottom:8px;
}
.dismissbutton{
cursor:pointer;
font-weight:bold;
font-size: 14px;
color: #000;
padding:3px;
margin-top:24px;
border: 1px solid #aaa;
box-shadow: 0 1px 0 1px rgba(0,0,0,0.5);
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-color: #ccc;
	transition:0.6s;
}
.dismissbutton:hover{
cursor:pointer;
font-size: 14px;
font-weight:bold;
color: #000;
border: 1px solid #aaa;
box-shadow: 0 1px 0 1px rgba(0,0,0,0.8);
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-color: #fff;
}
.livetext span{
	font-weight:bold;
}
.livetext em{
	text-decoration:underline;
}

@keyframes blinker {
  50% {
      opacity:0.7;
  }
}
small{
	color:white;
	
}
small a:link{
	color:white;
}
small a:visited{
	color:white;
}
#hidemenubutton44{
	display:none;
}
#hidemenubutton55{
	display:none;
}
#headermenubarouterwidth{
	z-index:9999;
	margin: 0 auto;
	margin-top:0px;
	border:0px white solid;
	width:100%;
	height:0px;
	max-width:1551px;
}						
#headermenubarouter{
	z-index:9999;
	position:fixed;
	width:22px;
	margin-top:1px;
}
.nav-area{
	z-index:9999;	
	text-align:left;	
	white-space: nowrap;
	right: 0;
	left: auto;
	
}
.nav-area:after {
	content: '';
	clear: both;
	display: block;
		
}
.nav-area ul {
	list-style: none;
	margin: 0;
	z-index:9999;
	margin-top:10px;
}
.nav-area>ul>li {
	float: left;
	position: relative;
	padding-right:30px;
	margin-right:-30px;
	margin-top:-10px;
}
.nav-area ul li a {
	text-decoration: none;
	color: #ccc;
	margin:0 auto;
	padding:11px; /* change size of menu boxes */
	display: block;
	transition:0.6s;
}
.nav-area ul li a {
	color: #ccc;
	transition:0.6s;
}
.nav-area ul li:hover a {
	background: rgb(0,0,0,0);
	color:white;
}
.nav-area ul ul {
	position: absolute;
	padding: 0px;
	display: none;
	left: 0;
	padding-right:100px;
	padding-left:30px;
	margin-left:0px;
	min-width:290px;
	font-family: "DroidSans", Verdana, Tahoma;
	transition:0.6s;
	
}
.nav-area ul li>ul {
	display: none;
	margin-left: 35px;
	margin-top: 35px;
	padding-left: 0px;
}
.nav-area ul li:hover>ul {
	display: block;
	margin-left: 72px;
	margin-top: -43px;
	padding-left: 0px;
}
.nav-area ul ul li a {
	background: rgb(11,77,11);
	border-bottom:0px solid rgb(44,0,44);
	border-left:0px solid rgb(44,0,44);
		-webkit-box-shadow: inset  0px 0px 3px 0px rgba(0,0,0,0.7),0px 0px 1px 0px rgba(0,0,0,0.8);
-moz-box-shadow: inset  0px 0px 3px 0px rgba(0,0,0,0.7),0px 0px 1px 0px rgba(0,0,0,0.8);
box-shadow: inset  0px 0px 3px 0px rgba(0,0,0,0.7),0px 0px 1px 0px rgba(0,0,0,0.8);
}
.nav-area ul ul li:hover a {
	background: rgb(11,77,11);
	border-bottom:0px solid rgb(44,111,44);
	padding:11px;
	color: #fff;
	
}
.nav-area ul ul li:hover .moremenufound{
	margin-right:0px;
}
.nav-area ul ul ul li:hover .moremenufound{
	margin-right:-4px;
}
.nav-area ul ul li {
	position: relative;
	background: rgb(61,61,61);
	padding:0px;
	transition:0.6s;
}
.nav-area ul ul .down33{
	top:0;
	left: 100%;
	transition:0.6s;
}
.nav-area ul ul .up33{
	bottom:0;
	left: 100%;
	max-height:400%; /* choose where UP boxes start: eg 500 = 5th(future customisation) */
	transition:0.6s;
}
.nav-area ul ul .up12{
	bottom:0;
	left: 100%;
	max-height:300%; /* choose where UP boxes start: eg 500 = 5th(future customisation) */
	transition:0.6s;
}
.nav-area ul ul .up02{
	bottom:0;
	left: 100%;
	max-height:200%; /* choose where UP boxes start: eg 500 = 5th(future customisation) */
	transition:0.6s;
}
.nav-area ul ul ul li:hover a {
	background: rgb(11,99,11);
	text-decoration:none;
}
.nav-area ul ul ul ul li:hover a {
	background: rgb(11,133,11);
	text-decoration:none;
}
.moremenufound{
	float:right;
	margin-right:4px;
}
.padmenumain{
	padding:15px;
	font-size:24px;
	font-weight:bold;
}
.ham-menu { 
display: inline-block; 
position: relative;  
margin:3px;
width:150px;
height:150px;
margin-left:0px;
margin-right:0px;
} 
.ham-menu, .ham-menu::before, .ham-menu::after { 
width:30px; 
height: 6px; 
border-radius: 0px; 
background-color: #ccc; 
}
.ham-menu::before, .ham-menu::after { 
content: ""; 
display: block; 
position: absolute; 
}
.ham-menu::before { 
bottom: 150%; 
} .ham-menu::after {
top: 150%; 
}
.showgame22{
	display:none;
}
#sitemaplinks{
	line-height:25px;
}
.hidegame33{
	margin:0px;
	cursor:auto;
}
.hidegame33 a{
	cursor:auto;
}
.menutop55{
	border:0px solid white;
	padding:5px;
	opacity:0.8;
	margin-top:-7px;
	margin-left:1px;
	height:34px;
	z-index:22222;
	cursor:pointer;
	transition:0.4s;
}
.menutop55:hover{
    opacity:1;
}
.hidegame66{
	margin:0px;
	cursor:pointer;
}
.hidegame66 a{
	cursor:pointer;
}
.menutop44{
	visibility:hidden;
	border:0px solid white;
	padding:5px;
	opacity:0.8;
	margin-top:-7px;
	margin-left:1px;
	height:34px;
	z-index:22222;
	cursor:auto;
	transition:0.4s;
}
.menutop44:hover{
	margin-top:-13px;
	height:40px;
}
.menutop33{
	visibility:hidden;
	border:0px solid white;
	padding:5px;
	opacity:0.8;
	margin-top:-7px;
	margin-left:9px;
	height:34px;
	z-index:22222;
	cursor:auto;
	transition:0.4s;
}
.menuback33{
	border:0px solid white;
	padding:5px;
	opacity:0.8;
	margin-top:-81px;
	margin-left:-4px;
	width:16px;
	height:34px;
	z-index:22222;
	cursor:pointer;
	transition:0.4s;
}

.menutop33:hover{
	margin-top:-13px;
	height:40px;
}
.menuback33:hover{
	margin-left:-9px;
	width:22px;
}

.nav-area ul li ul li:hover>ul{
	display: block;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: -20px;
}
.nav-area ul ul.fade-in {
    display: block; /* Show the menu */
    opacity: 1; /* Fully visible */
}

.nav-area ul ul.fade-out {
    opacity: 0; /* Fading out */
	transition:0.1s;
}

/* custom menu position ul ul */
.nav-area ul ul [class^="alignment"] {
  bottom: 0;
  left: 100%;
  transition: 0.6s;
  max-height: var(--max-height, 100%);
}
.alignment0 { --max-height: 0; }
.alignment1 { --max-height: 100%; }
.alignment2 { --max-height: 200%; }
.alignment3 { --max-height: 300%; }
.alignment4 { --max-height: 400%; }
.alignment5 { --max-height: 500%; }
.alignment6 { --max-height: 600%; }
.alignment7 { --max-height: 700%; }
.alignment8 { --max-height: 800%; }
.alignment9 { --max-height: 900%; }
.alignment10 { --max-height: 1000%; }
.alignment11 { --max-height: 1100%; }
.alignment12 { --max-height: 1200%; }
.alignment13 { --max-height: 1300%; }
.alignment14 { --max-height: 1400%; }
.alignment15 { --max-height: 1500%; }
select{
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  cursor:pointer;
}
.pointercursor{
	cursor:pointer;
}

.specialdesclink .descboxupper a:link{
	color:white;
	font-weight:bold;
}
.specialdesclink .descboxupper a:hover{
	color:white;
	font-weight:bold;	
	font-style: italic;
}
.specialdesclink .descboxupper a:visited{
	color:white;
	font-weight:bold;
}
.specialdesclink .descboxupper a:active{
	color:white;
	font-weight:bold;
}

















@media (max-width: 1550px) {
.hidegame22{
	display:none;
}
.hidegame33{
	display:none;
}
.hidegame44{
	display:none;
}
.showgame22{
	display:block;
}
.menutop55{
	display:none;
}
#headermenubarouterwidth{
	z-index:9999;
	margin: 0 auto;
	margin-top:2px;
	border:0px white solid;
	width:100%;
	height:1px;
	font-family: "DroidSans", Verdana, Tahoma;
	
}						
#headermenubarouter{
	z-index:9999;
	position:fixed;
	width:22px;
	margin-left:-25px;
	margin-top:0px;
}
.nav-area{
	z-index:9999;	
	text-align:left;	
	white-space: nowrap;
	right: 0;
	left: auto;
}
.nav-area a{
	background: rgb(64,64,64);
	border-radius:0px;
}
.nav-area:after {
	content: '';
	clear: both;
	display: block;
		
}
.nav-area ul {
	list-style: none;
	margin: 0;
	z-index:9999;
	

	 
}
.nav-area>ul>li {
	float: left;
	position: relative;
	padding-right:30px;
	margin-right:-30px;
}
.nav-area ul li a {
	text-decoration: none;
	color: #ccc;
	margin:0 auto;
	
	padding:10px; /* change size of menu boxes */
	display: block;
	transition:0.6s;
}
.nav-area ul li:hover a {
	background: rgb(44,44,44);
}
.nav-area ul ul {
	position: absolute;
	padding: 0px;
	display: none;
	left: 0;
	padding-right:100px;
	padding-left:30px;
	margin-left:0px;
	min-width:290px;
	
}
.nav-area ul li:hover>ul {
	display: block;
}
.nav-area ul ul li a {
	background: rgb(11,77,11);
	border-bottom:0px solid rgb(44,0,44);
	border-left:0px solid rgb(44,0,44);

}
.nav-area ul ul li:hover a {
	background: rgb(11,77,11);
	border-bottom:0px solid rgb(44,111,44);
	padding:10px;
}
.nav-area ul ul li:hover .moremenufound{
	margin-right:0px;
}
.nav-area ul ul ul li:hover .moremenufound{
	margin-right:-4px;
}
.nav-area ul ul li {
	position: relative;
	background: rgb(61,61,61);
	padding:0px;
	
}
.nav-area ul ul .down33{
	top:0;
	left: 100%;
}
.nav-area ul ul .up33{
	bottom:0;
	left: 100%;
	max-height:400%; /* choose where UP boxes start: eg 500 = 5th(future customisation) */
}
.nav-area ul ul ul li:hover a {
	background: rgb(11,99,11);
}
.nav-area ul ul ul ul li:hover a {
	background: rgb(11,133,11);
}
.moremenufound{
	float:right;
	margin-right:4px;
}
.padmenumain{
	padding:10px;
	font-size:24px;
	font-weight:bold;
}
.ham-menu { 
display: inline-block; 
position: relative;  
margin:13px;
margin-left:0px;
margin-right:0px;
margin-bottom:10px;
} 
.ham-menu, .ham-menu::before, .ham-menu::after { 
width:40px; 
height: 8px; 
border-radius: 1px; 
background-color: #ccc; 
}
.ham-menu::before, .ham-menu::after { 
content: ""; 
display: block; 
position: absolute; 
}
.ham-menu::before { 
bottom: 150%; 
} .ham-menu::after {
top: 150%; 
}
	
}






@media (max-width: 1250px) {
.typeright{
	font-size:32px;
	color: rgba(255,255,255,1);
	opacity:0.05;
	font-family: Oswald-Bold, Verdana, Tahoma;
	line-height:26px;
	right:10%;
	position:absolute;
}
.typerightnews{
	font-size:32px;
	color: rgba(255,255,255,1);
	opacity:0.05;
	font-family: Oswald-Bold, Verdana, Tahoma;
	line-height:26px;
	right:10%;
	padding:7px;
	position:absolute;
}
}

@media (max-width: 1000px) {
	
	.rewarditems{	
	width:99%;
	
}
body{
	background:#1d1d1d;
}

}
@media (max-width: 1170px) {
.toolboxWrapper{	border-radius:10px;
	border: 0px #999 solid;
}
	.centerBox{
	width:100%;
	margin:0px;	
	border: 0px #fff solid;
	padding-top:2px;
	padding-bottom:2px;
}
.centerBox:hover{
	padding:0px;
	border: 0px #fff solid;
	padding-top:2px;
	padding-bottom:2px;
}
}
@media (max-width: 1000px) {
	
.formwidthmultitool{
	width:50px;
	height:20px;
	padding:0px;
	padding-top:6px;
	margin: 0 auto;
	display:inline-block;
}
.formwidthmultitool select{
	display:inline-block;
	width:50px;
	height:20px;
	padding:0px;
	margin:0px;
	text-shadow:
	-1px -1px 1px #333,  
    1px -1px 1px #333,
    -1px 1px 1px #333,
    1px 1px 1px #333;
	font-size:20px;
	text-align-last:center;
	background:none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color:#fff;
	border:none;
	margin-top:-3px;


}
.formwidthmultitool option{ 
	text-align:left;
	font-size:18px;
	color:#000;
}
.formwidthmultitool select:focus{
	color:#ccc;	 
	outline: none;
  border: 0px solid red;
  box-shadow: 0 0 0px #fff;
}


.rewarditems{	
	width:99%;
	
}
.nav-area ul ul {
	position: absolute;
	padding: 0px;
	display: none;
	left: 0;
	padding-right:100px;
	padding-left:30px;
	margin-left:0px;
	min-width:270px;
	
}
.homelatest{
	font-size:18px;
}

}
@media (max-width: 950px) {
	
	.nav-area ul ul {
	position: absolute;
	padding: 0px;
	display: none;
	left: 0;
	padding-right:100px;
	padding-left:30px;
	margin-left:0px;
	min-width:270px;
	
	
}
	.brandingifxed{
	display:none;
}
	.custommessageVIP{
	padding:10px;
	margin:10px;
	border: 7px solid rgba(120,120,120,1);
	background:rgba(50,50,50,1);
	font-family: "DroidSans", Verdana, Tahoma;
	font-size:12px;
}
.custommessageVIP span{
	font-family: "Oswald-Bold", Verdana, Tahoma;
	font-size:14px;
}
.custommessageVIP a{
	font-style: italic;
	font-size:14px;
}

#streamingnow{
	font-size:14px;
	}
.centerBox{
	width:100%;
	margin:0px;	
	border: 0px #fff solid;
	padding-top:2px;
	padding-bottom:2px;
}
.centerBox:hover{
	padding:0px;
	border: 0px #fff solid;
	padding-top:2px;
	padding-bottom:2px;
}
.categoryWrapper{
	width:98%;
	border: 0px #fff solid;
}
#footer a:link{
	color:#ccc;
	text-decoration: none;
	padding:5px;
	font-size:12px;
}
#footer a:visited{
	color:#ccc;
	text-decoration: none;
	padding:5px;
	font-size:12px;
}
#footer a:hover{
	color:#ffffff;
	text-decoration: none;
	padding:5px;
	font-size:12px;
}
#footer a:active{
	color:#ccc;
	text-decoration: none;
	padding:5px;
	font-size:12px;
}
.headerlinks a:link{
	color:#ccc;
	text-decoration: none;
	padding:5px;
	font-size:12px;
}
.headerlinks a:visited{
	color:#ccc;
	text-decoration: none;
	padding:5px;
	font-size:12px;
}
.headerlinks a:hover{
	color:#ffffff;
	text-decoration: none;
	padding:5px;
	font-size:12px;
}
.headerlinks a:active{
	color:#ccc;
	text-decoration: none;
	padding:5px;
	font-size:12px;
}

.footerlinks a:link{
	color:#ccc;
	text-decoration: none;
	padding:5px;
	font-size:12px;
}
.footerlinks a:visited{
	color:#ccc;
	text-decoration: none;
	padding:5px;
	font-size:12px;
}
.footerlinks a:hover{
	color:#ffffff;
	text-decoration: none;
	padding:5px;
	font-size:12px;
}
.footerlinks a:active{
	color:#ccc;
	text-decoration: none;
	padding:5px;
	font-size:12px;
}
}

@media (max-width: 800px) {
.protool{
	font-size:10px;
}
.hidegame22{
	display:none;
}
.moremenufound{
	display:none;
}
.showgame22{
	display:block;
}
#headermenubarouterwidth{
	z-index:9999;
	margin: 0 auto;
	margin-top:0px;
	border:0px white solid;
	width:100%;
	height:0px;
	font-family: "DroidSans", Verdana, Tahoma;
}						
#headermenubarouter{
	z-index:9999;
	position:fixed;
	width:1px;
	margin-left:-25px;
	margin-top:0px;
}
.nav-area{
	z-index:9999;	
	text-align:left;	
	white-space: nowrap;
	right: 0;
	left: auto;
}
.nav-area a{
	background: rgb(64,64,64);
	border-radius:0px;
	font-size:12px;
}
.nav-area:after {
	content: '';
	clear: both;
	display: block;
		
}
.nav-area ul {
	list-style: none;
	margin: 0;
	z-index:9999;
	
	 
}
.nav-area>ul>li {
	float: left;
	position: relative;
	padding-right:15px;
	margin-right:-15px;
}
.nav-area ul li a {
	text-decoration: none;
	color: #ccc;
	margin:0 auto;
	
	padding:10px; /* change size of menu boxes */
	display: block;
	transition:0.6s;
}
.nav-area ul li:hover a {
	background: rgb(44,44,44);
}
.nav-area ul ul {
	position: absolute;
	padding: 0px;
	display: none;
	left: 0;
	padding-right:100px;
	padding-left:15px;
	margin-left:0px;
	min-width:190px;
	
	
}
.nav-area ul ul li a {
	background: rgb(11,77,11);
	border-bottom:0px solid rgb(44,0,44);
	border-left:0px solid rgb(44,0,44);

}
.nav-area ul ul li:hover a {
	background: rgb(11,77,11);
	border-bottom:0px solid rgb(44,111,44);
	padding:10px;
}
.nav-area ul ul li:hover .moremenufound{
	margin-right:0px;
}
.nav-area ul ul ul li:hover .moremenufound{
	margin-right:-4px;
}
.nav-area ul ul li {
	position: relative;
	background: rgb(61,61,61);
	padding:0px;
	
}
.nav-area ul ul .down33{
	top:0;
	left: 100%;
}
.nav-area ul ul .up33{
	bottom:0;
	left: 100%;
	max-height:400%; /* choose where UP boxes start: eg 500 = 5th(future customisation) */
}
.nav-area ul ul ul li:hover a {
	background: rgb(11,99,11);
}
.nav-area ul ul ul ul li:hover a {
	background: rgb(11,133,11);
}
.moremenufound{
	float:right;
	margin-right:4px;
}
.padmenumain{
	padding:10px;
	font-size:24px;
	font-weight:bold;
}
.ham-menu { 
display: inline-block; 
position: relative;  
margin:0px;
margin-bottom:2px;
} 
.ham-menu, .ham-menu::before, .ham-menu::after { 
width:20px; 
height: 4px; 
border-radius: 1px; 
background-color: #ccc; 
}
.ham-menu::before, .ham-menu::after { 
content: ""; 
display: block; 
position: absolute; 
}
.ham-menu::before { 
bottom: 150%; 
} .ham-menu::after {
top: 150%; 
}
.typeright{
	font-size:32px;
	color: rgba(255,255,255,1);
	opacity:0.05;
	font-family: Oswald-Bold, Verdana, Tahoma;
	line-height:26px;
	right:10%;
	position:absolute;
}
.typerightnews{
	font-size:32px;
	color: rgba(255,255,255,1);
	opacity:0.05;
	font-family: Oswald-Bold, Verdana, Tahoma;
	line-height:26px;
	right:10%;
	padding:7px;
	position:absolute;
}
#donate{
	position:relative;
	padding:5px;
	border:1px solid #ccc;
	opacity:0.3;
	margin:0px;
	margin-left:0px;
	font-size:12px;
}
#donate:hover{
	position:relative;
	padding:5px;
	border:1px solid #ccc;
	opacity:1;
	margin:0px;
	margin-left:0px;
	font-size:12px;
}
#donlist em{
	font-size:12px;
}
#donlist span{
	font-size:14px;
	font-weight:bold;
}
.donatetext{
	font-size:12px;
}
.allaccess h2{
	font-size:18px;
}
.allaccess p{
	font-size:12px;
}
.plaintext{
	color:#fff;
	font-family: "DroidSans", Verdana, Tahoma;
	font-size:12px;
	padding:10px;
}
.categoryWrapper h1{
	font-size: 24px;
	letter-spacing: 1px;
	padding-left:5px;
	padding-right:5px;
	margin-top:0px;
}
.categoryWrapper:hover h1{
	transform: translateY(0px);
}
.categoryWrapper .description p{
	padding:15px;
	font-size: 14px;
	margin-top:0px;
}
.categoryWrapper:hover .description p{
transform: translateY(0px);
}
.categoryWrapper .logoz{
	display:none;
}
.categoryWrapper h1 img{
	padding:0px;
	margin-top:0px;
	height:30%;
	width:30%;
	position:relative;
	border: 0px #999 solid;
}
.categoryWrapper:hover h1 img{
	transform: translateY(0px);
	text-decoration:none;
}
.categoryWrapper button{
	display:none;
}
#footer{
	margin: 0 auto;
	text-align:center;
	padding-top:25px;
	width:98%;
	height:100%;
	margin-top:10px;
	margin-bottom:-200px;
	border: 0px #000 solid;
	color:#666666;
	font-family: "DroidSans", Verdana, Tahoma;
}
#footer a:link{
	color:#ccc;
	text-decoration: none;
	padding:1px;
	font-size:10px;
}
#footer a:visited{
	color:#ccc;
	text-decoration: none;
	padding:1px;
	font-size:10px;
}
#footer a:hover{
	color:#ffffff;
	text-decoration: none;
	padding:1px;
	font-size:10px;
}
#footer a:active{
	color:#ccc;
	text-decoration: none;
	padding:1px;
	font-size:10px;
}
.headerlinks a:link{
	color:#ccc;
	text-decoration: none;
	padding:1px;
	font-size:10px;
}
.headerlinks a:visited{
	color:#ccc;
	text-decoration: none;
	padding:1px;
	font-size:10px;
}
.headerlinks a:hover{
	color:#ffffff;
	text-decoration: none;
	padding:1px;
	font-size:10px;
}
.headerlinks a:active{
	color:#ccc;
	text-decoration: none;
	padding:1px;
	font-size:10px;
}

.footerlinks a:link{
	color:#ccc;
	text-decoration: none;
	padding:1px;
	font-size:10px;
}
.footerlinks a:visited{
	color:#ccc;
	text-decoration: none;
	padding:1px;
	font-size:10px;
}
.footerlinks a:hover{
	color:#ffffff;
	text-decoration: none;
	padding:1px;
	font-size:10px;
}
.footerlinks a:active{
	color:#ccc;
	text-decoration: none;
	padding:1px;
	font-size:10px;
}
@-webkit-keyframes backgroundAnimate {
  from {
    left: 0;
    top: 0;
  }
  to {
    left: 0px;
    top: 0px;
  }
}

@-moz-keyframes backgroundAnimate {
  from {
    left: 0;
    top: 0;
  }
  to {
    left: 0px;
    top: 0px;
  }
}

@-o-keyframes backgroundAnimate {
  from {
    left: 0;
    top: 0;
  }
  to {
    left: 0px;
    top: 0px;
  }
}

@keyframes backgroundAnimate {
  from {
    left: 0;
    top: 0;
  }
  to {
    left: 0px;
    top: 0px;
  }
}
.widediv p{
	font-size:14px;
}
.widediv span{
	cursor:copy;
}
.widediv #copied{
	margin-top:0px;
	width:100%;
	color:white;
	font-size:12px;
	position:absolute;
}
#footer #wobotools p{
	font-size:12px;
}
#footer #claimwrap img{
	width:70px;
	height:70px;
}
#footer #wobotools .supboxes{
	font-size:12px;
	font-weight:regular;
}
.crumbdivs .logo{
	display: inline-block;
	position:relative;
	vertical-align: top;
	margin-top:-5px;
}
.crumbdivs .logo a{
	padding:4px;
}
.crumbdivs .crumbarrow{
	display: inline-block;
	margin-top:2px;
	vertical-align: top;
	padding-left:0px;
	padding-right:0px;
	color:#ffffff;
}
.crumbdivs .crumbs{
	display: inline-block;
	padding:0px;
	vertical-align: top;
	border: 0px #999 dotted;
	margin-top:2px;
	text-shadow:
	-1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
.crumbdivs .crumbs:hover{
	display: inline-block;
	vertical-align: top;
	border-bottom: 0px #333 solid;
	color:#ffffff;
	
}
.crumbdivs .crumbs a{
	padding:4px;
	font-size:12px;
}
.crumbdivs .crumbs a:link{
	text-decoration: none;
	color:#ccc;
}
.crumbdivs .crumbs a:visited{
	text-decoration: none;
	color:#ccc;
}
.crumbdivs .crumbs a:hover{
	text-decoration: none;
	color:#fff;
}
.crumbdivs .crumbs a:link{
	text-decoration: none;
	color:#ccc;
}
.nav-area ul li:hover>ul {
	display: block;
	margin-left: 41px;
	margin-top: -34px;
	padding-left: 0px;
}

}
@media (max-width: 600px) {
	#shorturlmulti{
	margin-top:5px;
	margin-bottom:-3px;
	font-size:12px;
}
.typerightnews{
	font-size:22px;
}
}

