@font-face{font-family:'exo 2';font-display:swap;src:local('Exo 2'),local('Exo2-Regular'),url(fonts/exo2.woff2) format('woff2'),url(fonts/exo2.woff) format('woff'),url(fonts/exo2.ttf) format('truetype');font-weight:400;font-style:normal}
@font-face{font-family:'exo 2';font-display:swap;src:local('Exo 2 Medium'),local('Exo2-Medium'),url(fonts/exo2medium.woff2) format('woff2'),url(fonts/exo2medium.woff) format('woff'),url(fonts/exo2medium.ttf) format('truetype');font-weight:500;font-style:normal}
@font-face{font-family:'exo 2';font-display:swap;src:local('Exo 2 Bold'),local('Exo2-Bold'),url(fonts/exo2bold.woff2) format('woff2'),url(fonts/exo2bold.woff) format('woff'),url(fonts/exo2bold.ttf) format('truetype');font-weight:700;font-style:normal}

img[data-src]{opacity:0}

select {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  appearance:none;
  outline:0;
  -webkit-box-shadow:inset 1px 1px 2px 1px rgba(50,50,50,0.5);
  box-shadow:inset 1px 1px 2px 1px rgba(50,50,50,0.5);      
  border:0 !important;
  background:#f7f7f7;
  background-image:none}

.select {
  position:relative;
  display:flex;
  width:266px;
  height:31px;
  line-height:1.95;
  background:#f7f7f7;
  overflow:hidden;
  border-radius:5px}

select {
  flex:1;
  padding:0 5px 0px 5px;
  font-size:15px;
  color:#000;
  cursor:pointer}

.select::after {
  content:'\25BC';
  position:absolute;
  top:0;
  right:0;
  padding:2px 9px 0px 9px;
  background:#f7f7f7;
  -webkit-box-shadow:inset 1px 1px 2px 1px rgba(50,50,50,0.5); 
  box-shadow:inset 1px 1px 2px 1px rgba(50,50,50,0.5);     
  cursor:pointer;
  pointer-events:none;
  -webkit-transition:.25s all ease;
  -o-transition:.25s all ease;
  transition:.25s all ease}

.select:hover::after {
  color:#f39c12}

.inpts {
font-weight: 500;
border-radius: 5px;
border: none;
outline: none;
vertical-align: top}
	
.inpts[type="text"] {
width: 254px;
font-size: 16px;
background-color: #f7f7f7;
padding: 6px;
-webkit-box-shadow: inset 1px 1px 2px 1px rgba(50,50,50,0.5);
box-shadow: inset 1px 1px 2px 1px rgba(50,50,50,0.5);
transition: 0.4s}
	
.inpts[type="text"]:hover, .inpts[type="text"]:focus {
background-color: #fff;
transition: 0.4s}

textarea {
border-radius: 5px;
outline: none;
vertical-align: top;
width: 460px;
height: 120px;
font-size: 16px;
background-color: #f7f7f7;
padding: 7px;
-webkit-box-shadow: inset 0px 0px 1px 0px rgba(50,50,50,0.5);
box-shadow: inset 0px 0px 1px 0px rgba(50,50,50,0.5);
transition: 0.4s}
	
textarea:hover, textarea:focus {
background-color: #fff;
transition: 0.4s}
	
.sbmt {
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  display: inline-block;
  padding: 7px 25px;
  margin: 5px 10px;
  border-radius: 7px;
  background-image: -moz-linear-gradient(45deg, #6ab1d7 0%, #33d9de 50%, #002878 100%);
  background-image: -webkit-gradient(45deg, #6ab1d7 0%, #33d9de 50%, #002878 100%);
  background-image: -webkit-linear-gradient(45deg, #6ab1d7 0%, #33d9de 50%, #002878 100%);
  background-image: -o-linear-gradient(45deg, #6ab1d7 0%, #33d9de 50%, #002878 100%);
  background-image: -ms-linear-gradient(45deg, #6ab1d7 0%, #33d9de 50%, #002878 100%);      
  background-image: linear-gradient(45deg, #6ab1d7 0%, #33d9de 50%, #002878 100%);      
  background-position: 100% 0;
  background-size: 200% 200%;
  font-size: 16px;
  font-weight: 700;
  color: white;
  box-shadow: 0 16px 32px 0 rgba(0,40,120,.35);
  transition: .5s;
  cursor:pointer}

.sbmt:hover {
  box-shadow: 0 0 0 0 rgba(0,40,120,0);
  background-position: 0 0}

.portfolio {
  margin: 0 16px 0 0;
  padding-right: 25px;
  background: url(images/yes.png) center right no-repeat;
  color: #6B6B6B;
  text-decoration: none}

.hyip {
    background-color: #EEEEEE;
    padding: 8px 20px;
    text-decoration:none;
    text-transform:uppercase;
    font-weight: 700;
    border-radius:5px;
    cursor:pointer}

.top {
    background-color:#EB003B;
    color: #FFFFFF}

.top:hover {
    background-color:#c70032;
    color: #FFFFFF}

.exclusive {
    background-color:#00D77E;
    color: #FFFFFF}

.exclusive:hover {
    background-color:#00b86c;
    color: #FFFFFF}

.inside {
    background-color:#EB9800;
    color: #FFFFFF}

.inside:hover {
    background-color:#c98302;
    color: #FFFFFF}

.premium {
    background-color:#00a8c9;
    color: #FFFFFF}

.premium:hover {
    background-color:#008ba6;
    color: #FFFFFF}

.normal {
    background-color:#798594;
    color: #FFFFFF}

.normal:hover {
    background-color:#58606b;
    color: #FFFFFF}


.checkb {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none}

.checkb input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0}

.cmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee}

.checkb:hover input ~ .cmark {
  background-color: #ccc}

.checkb input:checked ~ .cmark {
  background-color: #f39c12}

.cmark:after {
  content: "";
  position: absolute;
  display: none}

.checkb input:checked ~ .cmark:after {
  display: block}

.checkb .cmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)} 

.radio {
  display: inline;
  position: relative;
  padding-left: 23px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  vertical-align:top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none}

.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0}

.rmark {
  position: absolute;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #eee;
  border-radius: 50%}

.radio:hover input ~ .rmark {
  background-color: #ccc}

.radio input:checked ~ .rmark {
  background-color: #f39c12}

.rmark:after {
  content: "";
  position: absolute;
  display: none}

.radio input:checked ~ .rmark:after {
  display: block}

.radio .rmark:after {
  top: 8px;
  left: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: white}

a {
  color: #e55d13} 

a:hover {
	color: #990000}

a.b:hover{
  color: #900}

a.b:visited {
	color: #8b8b8b}

a.c {
	color: #990000;
	text-decoration: none}

a.c:hover {
	color: #E55D13;
	text-decoration: none}

a.d {
	color: #990000;
	text-decoration: none;
	font-size:15px;
  padding: 0px}

a.d:hover {
	color: #0E42A2;
	text-decoration: none;
	font-size:15px}

a.e {
  font-weight: 500;
	color: #009900;
	text-decoration: none;
	font-size:15px}

a.e:hover {
  font-weight: 500;
	color: #990000;
	text-decoration: none;
	font-size:15px}

a.refurl:hover {
  font-weight: 500;
	color: #990000;
	font-size:20px}

a.more:hover {
	color: #990000;
	text-decoration: underline}

#h_menu ul li:hover {
background: rgba(131,99,0,0.18);
transition:0.4s}
	
#h_menu ul li a:hover {
color:#4a1703;
transition:0.3s;
text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.7)}
	
#h_menu ul li form input[type="text"]:hover {
background-color: #fffdf6;
color: #7c744f;
transition: 0.4s}

#h_menu ul li form input[type="submit"]:hover {
color: #000;
transition: 0.3s;
box-shadow: 1px 1px 1px 0px rgb(0, 0, 0), 1px 1px 0 0 rgba(255, 255, 255, 0.61) inset}
	
#l_box img {
width:90%;
margin: 14px 0 0 0}

#s_box a:hover {
color: #fff;
transition:0.2s}

#t_ch:hover {
opacity:1;
transition:0.2s}

#t_gr:hover {
opacity:1;
transition:0.2s}

#la_box a:hover {
color: #ffffff;
transition:0.2s}

#l_ru:hover {
opacity:1;
transition:0.2s}

#l_en:hover {
opacity:1;
transition:0.2s}
	
#l_menu ul li:hover {
background: rgba(255, 255, 255, 0.25);
transition:0.4s}
	
#l_menu ul li a:hover {
color:#838bc2;
transition:0.4s}

a.hyip_bni {
 width: 468px;
 height: 60px;
 border: 0}

.mltext li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #666;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    border-bottom: none}
.mltext li a:hover {
    color: #ffe;
    background-color: #5488af}
.mltext li:hover ul { 
    display: block}
    
.newsbtt {
  font-size: 11pt;
  text-align: left;
  margin: 0}

.newsbt {
  font-size: 9pt;
  text-align: justify;
  margin: 0}

.newsbd {
  font-size: 8pt;
  text-align: right;
  margin: 6px 0 8px 0}

.newsball {
  font-size: 9pt;
  text-align: left;
  margin: 0}

.newlistdate {
	margin: 8px 0 0 0;
	font-size: 9pt;
	text-align: center}

.newliststat {
  float: right;
  margin: 0;
  white-space: nowrap}

.newlistplans {
 	margin: 0;
	font-size: 9pt;
	text-align: justify}

.newhp {
  font-size: 9pt;
  color: #009900}

.newhw {
  font-size: 9pt;
  color: #666666}

.newhpr {
  font-size: 9pt;
  color: #FF6600}

.hyip_wait {
  color: #757575;
  font-size: 18px;
  font-weight:700}

.hyip_probl {
  color: #C75000;
  font-size: 18px;
  font-weight:700}

.hyip_notpay {
  color: #E00000;
  font-size: 18px;
  font-weight:700}

.hyip_notmon {
  color: #757575;
  font-size: 18px;
  font-weight:700}

.hyip_v4 {
  color: #4b8f47}

.hyip_v5 {
  color: #008500}

#errors {
	margin: 0 0 0 10px;
	color: red}

table.vtop {
  border: 0;
  width: 100%;
  padding: 0;
  border-spacing: 2px}

td.vtd {
  background: #E2EEF3;
  width: 33%;
  text-align: center;
  font-weight: 700;
  border-radius: 7px}

td.vcom {
  background: #f7f7f7;
  border-radius: 7px}

tr.vvote {
  text-align: center}

td.jus {
  text-align: justify}

.lb {
	border-right: 1px solid #EB850C;
	border-bottom: 1px solid #EB850C;
	border-left: 1px solid #EB850C;
	margin: 0}

.lbi {
	border-right: 1px solid #EB850C;
	border-bottom: 1px solid #EB850C;
	border-left: 1px solid #EB850C;
	padding: 7px 7px 7px 7px;
	margin: 0;
  border-radius: 0 0 7px 7px}

.nununono {
  color: #ff0000;
  text-align: center}

.stickyimg {
  vertical-align: top;
  width: 16px;
  height: 16px;
  border: 0}

form.formlist {
	margin: 0;
  padding: 0}

.hrankw {
  padding: 1px 5px 1px 5px;
  margin: 0 4px 0 0;
  background: #757575;
  border-radius: 3px;
  font-weight: 500;
  color: #fff}

.hrankpr {
  padding: 1px 5px 1px 5px;
  margin: 0 4px 0 0;
  background: #C75000;
  border-radius: 3px;
  font-weight: 500;
  color: #fff}


.hranknp {
  padding: 1px 4px 1px 4px;
  margin: 0 4px 0 0;
  background: #E00000;
  border-radius: 3px;
  font-weight: 500;
  color: #fff}

.nm {
  text-align: right;
  font-size: 18px}

.prnull {
  margin: 0;
  width: 16px;
  height: 16px;
  float: left}

.nenull {
  margin: 0;
  width: 16px;
  height: 16px;
  float: right}

.pl2 {
  margin: 0 8px 0 8px;
  padding-left: 20px;
  background: url(images/paylink.png) center left no-repeat;
  color: #990000}

.vl2 {
  margin: 0 8px 0 8px;
  padding-left: 20px;
  background: url(images/votelink.png) center left no-repeat;
  color: #990000}

.bl2 {
  margin: 0 8px 0 8px;
  padding-left: 20px;
  background: url(images/butlink.png) center left no-repeat;
  color: #990000}

.rl2 {
  margin: 0 8px 0 8px;
  padding-left: 20px;
  background: url(images/rcblink.png) center left no-repeat;
  color: #990000}

#rcbcond {
	border-right: 1px solid #EB850C;
	border-bottom: 1px solid #EB850C;
	border-left: 1px solid #EB850C;
	padding: 7px 7px 0 7px;
	margin: 0;
  text-align: justify;
  border-radius: 0 0 7px 7px}

.sl2 {
  margin: 0 0 0 8px;
  padding-left: 19px;
  background: url(images/scamlink.png) center left no-repeat;
  color: #990000}

.leftprog2 {
  padding: 0;
  display: block}

.rpr {
  padding: 0;
  display: inline;
  text-align: left}

.ourrat {
	margin: 3px 0 7px 11px}

.infotech {
  text-align: center;
  margin: 0 10px 12px 2px}

.infotech a.hcheck {
  margin: 4px 0 0 0;
  display: block}

.alexa {
	width: 120px;
	height: 40px;
	margin: 0}

.hostcheck {
	width: 120px;
	height: 40px;
	margin: 0}

.allmonitors {
	width: 120px;
	height: 16px;
	margin: 0}

.whois {
	width: 120px;
	height: 34px;
	margin: 0}

.whois2 {
	width: 120px;
	height: 34px;
	margin: 0}

.mmgstat {
	width: 120px;
	height: 35px;
	margin: 0}

.addinfo a:hover, .addinfo a.active {
  color: #990000}

a.noatr:hover, a.noatr.active {
  color: #990000}

.mainpayaccept {
	margin: 0}

.payaccept {
	margin: 0 0 7px 0;
	clear: left}

.payimage {
	width: 58px;
	height: 20px;
	margin: 1px 7px 1px 0}

.payimage2 {
	width: 58px;
	height: 20px;
	margin: 3px 7px 3px 0}

table.payoutline {
	margin: 5px 0 5px 0}

#rcaptcha {
	width: 200px;
	height: 60px; 
  border: 1px solid #ccc;
  margin-top: 5px;
  border-radius: 7px}

.refcapt {
	width: 25px;
	height: 25px;
	vertical-align: bottom;
  padding: 0 0 0 5px;
	border: 0}

.votedetal {
	width: 30px;
	height: 30px;
	margin: 0 2px 0 0}

.forumsdet {
  margin: 0 0 7px 0}

.rotating {
  border-right: 1px solid #EB850C;
	border-bottom: 1px solid #EB850C;
	border-left: 1px solid #EB850C;
	margin: 0;
	padding: 40px 0 22px 0;
	text-align: center;
  height: 80px}

.votelist {
	width: 192px;
	margin: 0 0 11px 0;
	text-align: left;
	overflow: hidden;
	white-space: nowrap}

.lvotehyip {
  margin: 2px 0 0 4px;
  padding: 5px 0 0 0;
  text-align: left;
  vertical-align: middle}

.v3 {
  width: 30px;
	height: 30px;
	background: url(images/r3.png) no-repeat;
	float: left}
.v2 {
  width: 30px;
	height: 30px;
	background: url(images/r2.png) no-repeat;
	float: left}
.v1 {
  width: 30px;
	height: 30px;
	background: url(images/r1.png) no-repeat;
	float: left}
.v0 {
  width: 30px;
	height: 30px;
	background: url(images/r0.png) no-repeat;
	float: left}

.payoutlist {
	margin: 0;
	text-align: left;
	clear: left}

.payamount {
	margin: 0;
	padding: 2px 0 0 0;
	text-align: right;
	color: #009900;
	font-size: 10pt;
	float: right}

.payoutdate {
	margin: 0 0 3px 1px;
	text-align: left;
	font-size: 10pt;
	padding: 0;
	color: #6b6b6b;
	clear: left}

.lprofhyip {
	margin: 0;
  padding: 8px 8px 8px 0;
	text-align: left;
	clear: left;
	display: block;
	overflow: hidden}

.lprofperc {
  margin: 0;
  padding: 10px 0 4px 0;
  color: #009900;
  font-size: 10pt;
  float: right;
  text-align: right}

.llifehyip {
	margin: 0;
  padding: 8px 8px 8px 0;
	text-align: left;
	clear: left;
	display: block;
	overflow: hidden}

.llifeday {
  margin: 0;
  padding: 10px 0 4px 0;
  color: #009900;
  font-size: 10pt;
  float: right;
  text-align: right}

.lscamhyip {
	margin: 0;
	text-align: left;
	color: #ff0000}

.lscamdate {
  margin: 0;
  padding: 1px 0 4px 0;
  font-size: 9pt;
  clear: both}

.paysyslist {
	margin: 0 0 5px 0;
	text-align: left;
	overflow: hidden;
	white-space: nowrap}

.lpayimage {
	width: 58px;
	height: 20px;
	padding: 1px 7px 1px 0;
	border: 0;
  vertical-align: middle}

.lpaysys {
	margin: 0;
	text-align: left}

.partners {
  margin: 0;
	padding: 8px 8px 8px 8px;
	text-align: center}

.partner120 {
	width: 120px;
	height: 60px;
	border: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px}

.partner125 {
	width: 125px;
	height: 125px;
	border: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px}

.partner12580 {
	width: 125px;
	height: 80px;
	border: 0}

#foottext {
  text-align: justify;
	font-size: 13px;
  display: inline;
  float: left;
  margin: 0;
	padding: 11px 18px 5px 18px}

#copy {
	color: #990000;
	font-size: 15px;
	display: inline;
	float: left;
	margin: 0 0 0 18px;
	padding: 0}

#footmenu {
	font-size: 15px;
	float: right;
	display: inline;
	margin: 0 18px 0 0;
	padding: 0}