@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);
@charset "utf-8";
/* CSS Document */

* {
	box-sizing: border-box;
	background-size: contain;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
body {
	margin: 0;
	font-size: 17px;
	position: relative;
	font-family: 'Lato', sans-serif;
	background-color: #FFF;	
}
.html body {
	height: 100%;
	background-color: #ffffff;
}
a {
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;	
}
.clearfix {
	clear: both;
}
.link {
	cursor: pointer;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 18px;
}
p {
	font-size: 16px;
}
.font-12 {
	font-size: 12px;
}
.font-13 {
	font-size: 13px;
}
.font-14 {
	font-size: 14px;
}
.font-15 {
	font-size: 15px;
}
.font-16 {
	font-size: 16px;
}
.font-17 {
	font-size: 17px;
}
.font-18 {
	font-size: 18px;
}
.font-20 {
	font-size: 20px;
}
.font-25 {
	font-size: 25px;
}
.font-28 {
	font-size: 28px;
}
.font-30 {
	font-size: 30px;
}
.font-35 {
	font-size: 35px;
	line-height: 35px;
}
.font-40 {
	font-size: 40px;
	line-height: 40px;
}
.font-45 {
	font-size: 45px;
	line-height: 45px;
}
.font-50 {
	font-size: 50px;
	line-height: 50px;
}
.font-300 {
	font-weight: 300;
}
.font-400 {
	font-weight: 400;
}
.font-700 {
	font-weight: 700;
}
.font-900 {
	font-weight: 900;
}
.marginLeft-20 {
	margin-left: 20px;
}
.marginTop-5 {
	margin-top: 5px;
}
.marginTop-8 {
	margin-top: 8px;
}
.marginTop-10 {
	margin-top: 10px;
}
.marginTop-11 {
	margin-top: 11px;
}
.marginTop-12 {
	margin-top: 12px;
}
.marginTop-15 {
	margin-top: 15px;
}
.marginTop-18 {
	margin-top: 18px;
}
.marginTop-20 {
	margin-top: 20px;
}
.marginTop-25 {
	margin-top: 25px;
}
.marginTop-30 {
	margin-top: 30px;
}
.marginTop-40 {
	margin-top: 40px;
}
.marginTop-50 {
	margin-top: 50px;
}
.marginTop-55 {
	margin-top: 55px;
}
.marginTop-60 {
	margin-top: 60px;
}
.marginTop-65 {
	margin-top: 65px;
}
.marginTop-80 {
	margin-top: 80px;
}
.marginTop-100 {
	margin-top: 100px;
}
.txt-light-grey {
	color: #999999;
}
.txt-green {
	color: #2E9614;
}
.txt-yellow {
	color: #f4ea13;
}
.txt-orange {
	color: #ff8d1e;
}
.txt-white {
	color: #fff;
}
.txt-blue {
	color: #06C;
}
.txt-red {
	color: red;
}
.txt-bold {
	font-weight: bold;
}
.text-center {
	text-align: center;
	vertical-align: middle;	
}
.text-right {
	text-align: right;	
}
.inline-block {
	display: inline-block;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearfix {
	clear: both;
}





.video-background {
  background-color: #ffffff;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
.pac-approved-stamp {
	background-image: url(../res/PACMark_1.png);
	width: 100%;
	max-width: 280px;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
	height: 60px;
	position: absolute;
	right: 0px;
	top: 80px;
	z-index: 0;
	opacity: 0.55;
	cursor: pointer;
}
.pac-approved-stamp:hover {
	opacity: 1;
}
.headerMobile .pac-approved-stamp {
	height: 40px;
	top: 50px;
}
.news-band {
	background-color: #f4ea13;
	padding-top: 100px;
	padding-bottom: 5px;
}
.news-logo {
	display: inline-block;
	margin-right: 2vw;
	margin-left: 2vw;
}
.news-logo img {
	height: 10vw;
	max-height: 80px;
	width: auto;	
}
.max-1440 {
	max-width: 1440px;
	margin: auto;
	position: relative;
}
.max-1280 {
	max-width: 1280px;
	margin: auto;
	position: relative;
	padding-right: 2vw;
	padding-left: 2vw;
}
.bg {
	background-image: url(../res/bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	position: fixed;
	left: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	opacity: 1;
	-webkit-animation: rotate 520s linear infinite;
	-moz-animation: rotate 520s linear infinite;
  	-ms-animation: rotate 520s linear infinite;
  	-o-animation: rotate 520s linear infinite;
  	animation: rotate 520s linear infinite;
	z-index: 2;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to { 
    -webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.txt1 {
	color: #000000;
	position: absolute;
	top: -13vw;
	right: 0;
	z-index: 3;
}
.txt2 {
	color: #000000;
	position: absolute;
	bottom: 15vw;
	right: 0;
	z-index: 3;
	font-weight: 700;
}
.txt2 span {
	color: #f4ea13;
	font-weight: 900;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.75);
	background: rgba(0, 0, 0, 0.75);
}
.header {
	width: 100%;
	color: #ffffff;
	z-index: 3;
	padding: 20px;
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
	font-size: 14px;
	position: fixed;
	top: 0;
	z-index: 4;
}
.footer {
	width: 100%;
	color: #ffffff;
	z-index: 2;
	padding: 10px;
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	font-size: 14px;
	position: relative;
	height: 200px;
	z-index: 4;
	margin-top: 50px;
}
.counter {
	width: 100%;
	margin: auto;
	padding: 1vw;
	color: #f4ea13;
	position: relative;
	z-index: 2;
	background-color: #000000;
	background-color: rgba(0, 0, 255, 0.6);
	background: rgba(0, 0, 0, 0.6);
	margin-top: 60vh;
	text-align: center;
	font-size: 30px;
	padding-left: 10%;
	padding-right: 10%;
	z-index: 3;
}
.counter td {
	width: 20%;
}
.counter div {
	font-weight: 700;
}
.counter .n2 {
	font-size: 0.8vw;
	font-weight: 300;
}
.content {
	width: 100%;
	margin: auto;
	color: #000000;
	position: relative;
	z-index: 2;
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.85);
	background: rgba(255, 255, 255, 0.85);
	z-index: 3;
}
.section-container {
	padding-top: 5vw;
	padding-bottom: 1vw;
	text-align: left;
}
.section-container.about {
	padding-top: 2vw;
	padding-bottom: 1vw;
	text-align: left;
	background-color: #f4ea13;
	background-color: rgba(244, 239, 19, 0.65);
	background: rgba(244, 239, 19, 0.65);
}
.about-btn {
	cursor: pointer;
	padding: 20px;
	border-radius: 7px;
	background-color: #f4ea13;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	width: 20%;
	min-width: 220px;
	border: 1px solid #a29c14;
	margin-right: 2vw;
	margin-left: 2vw;
}
.about-btn.proposal {
	background-color: #000000;
	border: 1px solid #000000;
	color: #ffffff;
}
.about-btn:hover {
	background-color: #ffffff;
}
.about-btn.proposal:hover {
	background-color: #1ca6ee;
	border: 1px solid #1ca6ee;
}
.join-btn {
	cursor: pointer;
	padding: 0;
	border-radius: 7px;
	background-color: #f4ea13;
	color: #000000;
	width: 150px;
	border: 1px solid #a29c14;
	line-height: 50px;
	height: 50px;
	margin-left: 6%;
}
.join-btn:hover {
	background-color: #ffffff;
}
.dash-btn {
	cursor: pointer;
	padding: 10px;
	border-radius: 5px;
	background-color: #f4ea13;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	width: 20%;
	min-width: 150px;
	max-width: 250px;
	border: 1px solid #a29c14;
	margin-right: auto;
	margin-left: auto;
}
.reinvest-btn {
	cursor: pointer;
	padding: 10px;
	border-radius: 5px;
	background-color: #f4ea13 !important;
	font-size: 16px;
	font-weight: 400;
	color: #f4ea13;
	width: 20%;
	min-width: 150px;
	max-width: 250px;
	border: 1px solid #a29c14;
	margin-right: auto;
	margin-left: auto;
}
.reinvest-btn:hover {
	background-color: #000000 !important;
	border: 1px solid #000000;
	color: #ffffff;
}
.dash-btn:hover {
	background-color: #000000;
	border: 1px solid #000000;
	color: #ffffff;
}
.dash-btn.grey {
	background-color: #999999 !important;
	color: #ffffff;
	border: none;
}
.dash-btn.grey:hover {
	background-color: #6a6969 !important;
	border: none;
}
.logo {
	background-image: url(../res/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 50px;
	width: 200px;
	float: left;
	cursor: pointer;
}
.btn {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}
.btn:hover {
	color: #aaa308;
}

.cLink {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
        color: white !important;
        font-size: 12px !important;
	font-weight: 400 !important;
}
.cLink:hover {
	color: #aaa308 !important;
        text-decoration: none !important;
}
/* Underline From Center */
.hvr-underline-from-center {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
}
.hvr-underline-from-center:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	background: #e2d80a;
	height: 4px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
	left: 0;
	right: 0;
}
.dash-container {
	background-color: rgba(255, 255, 255, 0.95);
	background: rgba(255, 255, 255, 0.95);
	border: 1px solid #CCCCCC;
	width: 100%;
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.09);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.09);
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.09);
	max-width: 1200px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
}
.dash-title {
	background-color: #3b3b3b;
	line-height: 30px;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}
.staking-table {
	text-align: center;
	vertical-align: middle;
	width: 100%;
	float: none;
	margin-right: auto;
	margin-left: auto;
	max-width: 800px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: rgba(255, 255, 255, 0.95);
	background: rgba(255, 255, 255, 0.95);
}
.nodes-table {
	text-align: center;
	vertical-align: middle;
	width: 100%;
	float: none;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: rgba(255, 255, 255, 0.95);
	background: rgba(255, 255, 255, 0.95);
}
.nodes-table .group {
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
	border-radius: 10px;
	width: 33%;
}
.node-details-btn {
	line-height: 14px;
	color: #FFFFFF;
	background-color: #999999;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	display: block;
	padding: 10px;
	max-width: 200px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
}
.node-details-btn:hover {
	background-color: #3b3b3b;
}
.bg-white {
	background-color: #ffffff;
}
.main-table-search {
	font-size: 14px;
	height: 40px;
	color: #8d8d8d;
	padding: 5px;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	width: 220px;
	float: right;
	margin-top: 100px;
	margin-bottom: 40px;
	margin-right: 40px;
	vertical-align: middle;
}
.wfx-table td.text-center {
	text-align: center;	
}
.wfx-table {
	border: 1px solid #dcdcdc;
	background-color: rgba(255, 255, 255, 0.95);
	background: rgba(255, 255, 255, 0.95);
}
.wfx-table td {
	width: 25%;
	text-align: left;
	padding: 15px;
	font-size: 16px;
	color: #8d8d8d;
}
.wfx-table tr.wfx-title td {
	background-color: #F0F0F0;
	color: #3b3b3b;
	cursor: pointer;
}
.wfx-table tr.wfx-title td:hover {
	background-color: #E9E9E9;
}
.wfx-table td div {
	line-height: 25px;	
}
.wfx-table .user-id {
	font-size: 20px;
	text-align: center;	
	color: #2c93db;	
}
.wfx-table .user-id:hover {
	color: #ff8d1e;
	cursor: pointer;	
}
.wfx-table tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcdcdc;
}
.node-widget {
	display: inline-block;
	border: 1px solid #999999;
	padding: 10px;
	width: 30%;
	border-radius: 7px;
	background-color: #f2f2f2;
	margin-top: 30px;
	margin-right: 10px;
	margin-left: 10px;
}
.headerMobile {
	display: none;
}
.social-btn {
	width: 40px;
	height: 40px;
	display: inline-block;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
	opacity: 0.5;	
}
.social-btn:hover {
	opacity: 1;	
	background-size: contain;
}
.social-btn.discord {
	background-image: url(../res/887435_logo_512x512.png);
}
.social-btn.yt {
	background-image: url(../res/f2ea1ded4d037633f687ee389a571086-youtube-icon-logo-by-vexels.png);
}
.social-btn.twitter {
	background-image: url(../res/twitter-icon.png);
}
.form input[type=text], .form input[type=password], .ddown {
	line-height: 30px;
	padding: 10px;
	vertical-align: middle;
	font-size: 16px;
	width: 100%;
	max-width: 400px;
	margin-bottom: 20px;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
}
.form textarea {
	padding: 10px;
	font-size: 16px;
	width: 100%;
	max-width: 400px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
}
.ui-widget-header {
	background-color: rgba(255, 255, 255, 0.55)!important;
	line-height: 50px;
}
.ui-widget, .ui-outputpanel {
	font-family: 'Lato', sans-serif!important;
	font-weight: 300!important;
	font-size: 18px!important;
}
.ui-inputfield {
	width: 100%!important;
	max-width: 300px;
	margin-top: 10px!important;
	margin-bottom: 10px!important;
	border-radius: 0!important;
	box-shadow: inset 0px 0px 0px rgba(0,0,0,0.5)!important;
}
.ui-datatable-odd {
	background-color: #eeeeee!important;
}
.ui-widget-content {
	line-height: 30px;
}
.income {
	background-color: #bef3bd;
	margin-top: 1px;
}
.outcome {
	background-color: #f7cfc7;
	margin-top: 1px;
}
.deposit {
	background-color: #f2efa7;
	margin-top: 1px;
}
.width-50Percent {
	width: 50%;
	padding: 15px;
	padding-left: 5%;
	padding-right: 5%;	
}
.black-bg {
	background-color: rgba(0, 0, 0, 0.75);
}
.proposal-bg {
	background-image: url(../res/2.png);
	background-repeat: repeat;
	background-position: left top;
	background-size: 50%;
	background-color: rgba(0, 0, 0, 0.65);
}
.people-bg {
	background-image: url(../res/pp2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20vw;
	max-height: 352px;
	width: 100%;
}
.proposal-txt {
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
.app-bg {
	background-image: url(../res/screen4.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 70vw;
	max-height: 500px;
	width: 100%;
}






























@media only screen and (max-width: 64em) { /*SMALL & MEDIUM*/
.max-width {
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
	width: 95vw;
	text-align: center;
}
table.staking-table tr td {
	float: none;
	clear: both;
	width: 100%;
	display: block;
}
table.staking-table tr td.second {
	margin-top: 80px;
}
.app-bg {
	height: 30vw;
}
.proposal-txt {
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.join-btn {
	width: 100px;
	line-height: 27px;
	height: 30px;
	margin-left: 4%;
}
.node-widget {	
	width: 90%;
}
.ui-widget, .ui-outputpanel {
	font-size: 13px!important;
}
.video-background {
  display: none;
}
.bg {
	background-position: center 60px;
	width: 200%;
	left: -20%;
}
.header {
	display: none;
}
.headerMobile {
	width: 100%;
	color: #ffffff;
	z-index: 3;
	padding: 10px;
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
	font-size: 15px;
	position: fixed;
	top: 0;
	z-index: 5;	
	display: block;
}
.headerMobile .logo {
	width: 100px;
	height: 30px;
}
.headerMobile .menu-container {
	position: relative;
}
.headerMobile .menu-container .hamburger-btn {
	width: 30px;
	height: 30px;
	cursor: pointer;
	background-image: url(../res/header-hamburger-white.png);
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: center center;
}
.headerMobile .menu-container .menu-list {
	position: absolute;
	top: 30px;
	right: 0;
	background-color: #f4ea13;
	padding: 10px;
	width: 80vw;
	border-radius: 7px;
	border: 1px solid #7c770c;
	display: none;
}
.headerMobile .menu-container .menu-list .btn {
	clear: both;
	float: none;
	display: block;
	color: #7c770c;
	font-size: 13px;
	line-height: 60px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #a39d14;
	text-align: right;
	font-weight: 400;
}
.headerMobile .menu-container .menu-list .btn:hover {
	background-color: #000000;
	color: #ffffff;
}
.headerMobile .menu-container .menu-list .btn.first {
	border: none;
}
.video-foreground,
.video-background iframe {
  width: 300%;
  left: -100%;
}
.counter {
	font-size: 14px;
}
.counter td {
	clear: both;
	min-width: 100%;
	float: none;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}
.counter .n2 {
	font-size: 10px;
}
.nodes-table tr td.group {
	clear: both!important;
	float: left;
	width: 100%;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 14px;
}
p {
	font-size: 13px;
}
.font-14 {
	font-size: 14px;
}
.font-15 {
	font-size: 14px;
}
.font-16 {
	font-size: 14px;
}
.font-17 {
	font-size: 15px;
}
.font-18 {
	font-size: 15px;
}
.font-20 {
	font-size: 16px;
}
.font-25 {
	font-size: 16px;
}
.font-28 {
	font-size: 17px;
}
.font-30 {
	font-size: 18px;
}
.font-35 {
	font-size: 17px;
	line-height: 20px;
}
.font-40 {
	font-size: 18px;
}
.font-45 {
	font-size: 18px;
	line-height: 24px;
}
.font-50 {
	font-size: 20px;
	line-height: 24px;
}
}
