
/* OVERALL ASPECT */

* {
	padding: 0;
	margin: 0;
	outline: none;
}

.clearfix {
	clear: both;
}

h1,h2,h3,h4,h5,h6,p {
	margin: 0;
}
a, button {
	transition: 0.5s;
}

body {
  	background: url('../img/inner_bg.png') no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-color: #03081c;
	font-weight: 300;
	font-size: 14px;
	font-family: "RalewayRegular";
	color: #555;

	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}

/* RELOADER */

.loader {
  background: none repeat scroll 0 0 #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.loader .loader_inner {
  background-image: url("../img/preloader.gif");
  background-size: cover;
  background-repeat: no-repeat;
  background-posirion: center center;
  background-color: #fff;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  margin-left: -30px;
  left: 50%;
  top: 50%;
  position: absolute; 
}

/* ---------- GLOBAL ELEMENTS, CLASSES ---------- */

/* INNER NAVBAR */

.don {
	width: 200px;
}
.edit {
	border: 1px solid #168CC9;
    color: black;
	border-radius: 3px;
	height: 30px;
	width: 250px;
    padding: 18px;
    margin-top: 2px;
    margin-bottom: 2px;
}
.don1 {
	width: 250px;
}
.don2 {
	height: 50px;
}
.inner_navbar_wrap {
	margin-top: 40px;
	margin-left: 40px;
}
.inner_navbar_wrap ul {
	list-style: none;
}
.inner_navbar_wrap ul li {
	float: left;
}
.inner_navbar_wrap ul li a {
	color: #fff;
	font-family: "RalewaySemiBold";
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 20px;
	transition: 0s;
}
.inner_navbar_wrap ul li a:hover {
	color: #ffe300;
	border-bottom: 2px solid #ffe300;
}

/* INNER INPUT */

.inner_input {
	position: relative;
	padding-left: 5px;
	background: transparent;
	width: 100%;
	color: #fff;
	height: 50px;
	border: none;
	border-bottom: 2px solid #fff;
	margin-top: 20px;
}
.si {
	border-bottom: 1px solid #332944;
}

/* INNER BLOCK */

.inner_block {
	background: #03081c;
	padding: 40px;
	margin-top: 30px;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.5);
}

/* PAGE TITLE */

.page_title {
	margin-top: 120px;
	margin-bottom: 50px;
}

.page_title h2 {
	color: #fff;
	font-size: 43px;
	font-family: "RalewayBold";
	text-transform: uppercase;
	text-align: center;
}

/* SECTION TITLE */

.section_title {
	color: #000;
	text-align: center;
	font-size: 20px;
	font-family: "RalewaySemiBold";
}
.section_title_inverse {
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-family: "RalewaySemiBold";
}

/* BUTTONS */

.main_btn {
	display: block;
	width: 100%;
	height: 45px;
	background: #ffe300;
	color: #03081c;
	font-family: "RalewaySemiBold";
	border-radius: 40px;
	text-align: center;
	padding: 12px;
	margin-top: 20px;
	border: none;
}
.main_btn:hover {
	color: #000;
	background: #fff000;
	text-decoration: none;
}


.main_btnn {
	display: block;
	width: 100%;
	height: 45px;
	background: #ffe300;
	color: #03081c;
	font-family: "RalewaySemiBold";
	border-radius: 40px;
	text-align: center;
	padding: 12px;
	margin-top: -10px;
	margin-left: 30px;
	border: none;
}
.main_btnn:hover {
	color: #000;
	background: #fff000;
	text-decoration: none;
}
.hover_shadow:hover {
	box-shadow: 0px 0px 20px rgba(255,240,0, 0.9);
}
.fw {
	width: 150px;
	margin: 0 auto;
}
.sb {
	width: 200px;
	float: left;
}

/* FOOTER */

.footer {
	width: 100%;
	height: 120px;
	background: #03081c;
}
.copy_wrap {
	margin-top: 40px;
}
.copy_wrap p {
	color: #5a4977;
}
.copy_wrap p a {
	text-decoration: underline;
	color: #5a4977;
}
.social_wrap {
	margin-top: 40px;
}
.social_wrap a {
	color: #69538e;
	padding: 15px;
}
.social_wrap a:hover {
	color: #a784e3;
}
.social_icon {
	font-size: 30px;
}

/* INNER FOOTER */

.inner_footer {
	margin-top: 100px;
	height: 60px;
	text-align: center;
}
.inner_footer p {
	color: #fff;
}
.inner_footer p a {
	text-decoration: underline;
	color: #fff;
}


/*************************************** INDEX.HTML **************************************/

/* HEADER */

.header {
	height: 700px;
	margin-top: -50px;
}
.renders_wrap {
	position: relative;
}
.renders_img {
	position: absolute;
	top: 70px;
}
.navbar_wrap {
	margin-top: 80px;
	height: 60px;
}
.navbar_wrap ul {
	list-style: none;
}
.navbar_wrap ul li {
	float: left;
}
.navbar_wrap ul li a {
	color: #fff;
	font-family: "RalewaySemiBold";
	text-decoration: none;
	text-transform: uppercase;
	padding: 20px;
	transition: 0s;
}
.navbar_wrap ul li a:hover {
	color: #ffe300;
	border-bottom: 2px solid #ffe300;
}
.projectname_wrap {
	margin-top: 100px;
	margin-left: 20px;
}
.projectname_wrap h1 {
	color: #fff;
	font-size: 43px;
	font-family: "BaronBold";
}
.projectname_wrap p {
	width: 516px;
	color: #fff;
	margin-top: 20px;
	line-height: 25px;
}

/* ABOUT US */

.about_us {
	background: #fff;
	padding-top: 100px;
	padding-bottom: 100px;
}
.aboutus_wrap p {
	color: #666;
	line-height: 25px;
	margin-top: 30px;
}

/* START GAME */

.start_game {
	padding-top: 100px;
	padding-bottom: 100px;
}
.item_wrap {
	height: 450px;
	background: #03081c;
	margin-top: 40px;
	border-top: 10px solid #ffe300;
}
.img_circle {
	margin: 70px auto 0px auto;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #332944;
	overflow: hidden;
}
.item_wrap p {
	display: block;
	width: 295px;
	margin: 40px auto 40px auto;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.item_btn {
	width: 190px;
	margin: 0 auto;
}

/* MONITIRONG */

.monitoring {
	background: #fff;
	padding-top: 100px;
	padding-bottom: 100px;
}
.mon_table {
	margin-top: 50px;
}
.mon_table td {
	margin-top: 50px;
	width: 100%;
	height: 40px;
}
.mon_online {
	color: #03081c;
	font-size: 25px;
	font-family: "RalewaySemiBold";
}
.value {
	color: #5a4a75;
}

/*************************************** NEWS.HTML **************************************/

.news_wrap {
	position: relative;
	height: 380px;
	background: #03081c;
	margin-top: 30px;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.5);
}
.news_top {
	padding: 16px;
	height: 50px;
	background: #4b415d;
}
.news_name {
	float: left;
}
.news_name h2 {
	color: #fff;
	font-size: 16px;
	font-family: "RalewayBold";
}
.news_stat {
	float: right;
}
.news_stat span {
	color: #fff;
}
.news_stat span:nth-child(1) {
	margin-right: 20px;
	color: #929292;
}
.news_stat span:nth-child(2) {
	margin-right: 10px;
}
.fa-stat {
	color: #fff;
	font-size: 14px;
}
.news_content {
	padding: 16px;
}
.news_content p {
	margin-top: 20px;
	color: #fff;
}
.news_bottom {
	padding: 16px;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 45px;
}
.news_bottom span {
	float: right;
	margin-top: 10px;
}
.news_bottom a {
	float: right;
}

/*************************************** NEWS_FULL.HTML **************************************/

.news_wrap_full {
	background: #03081c;
	margin-top: 30px;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.5);
}
.news_content_full {
	padding: 16px;
}
.news_content_full p {
	margin-top: 20px;
	color: #fff;
}
.news_bottom_full {
	text-align: center;
	padding: 20px;
}
.like {
	color: #ffe300;
	font-size: 20px;
}
.like:hover {
	color: #ffe400;
	text-decoration: none;
}


/*************************************** DONATE.HTML **************************************/

.donate_form button {
	width: 330px;
	margin: 60px auto 0px auto;
}

/*************************************** USER_LOGIN.HTML **************************************/

.login_form button {
	width: 330px;
	margin: 60px auto 0px auto;
}
.login_form p {
	margin-top: 20px;
	text-align: center;
	color: #fff;
}
.login_form p a {
	color: #fff;
	text-decoration: underline;
}

/*************************************** USER_REG.HTML **************************************/

.reg_form button {
	width: 330px;
	margin: 60px auto 0px auto;
}

/*************************************** USER_CABINET.HTML **************************************/

.exitb
{
	
	top: -20px;
}

.skin {
	width: 200px;
	height: 200px;
	margin: 0 auto;
	background: #332944;
	border-radius: 50%;
	overflow: hidden;
}
.skin img {
	margin-top: 10px;
	margin-left: 25px;
}
.name {
	margin-top: 20px;
	text-align: center;
	color: #fff;
}
.name h2 {
	text-transform: uppercase;
	font-size: 20px;
	font-family: "RalewayBold";
}
.name h3 {
	margin-top: 5px;
	font-size: 16px;
}
.controll {
	margin-top: 40px;
}
.controll a {
	display: block;
	color: #b394e7;
	font-family: "RalewaySemiBold";
}
.controll a:hover {
	color: #ffe300;
	text-decoration: none;
}
.acc_info {
	margin-top: 40px;
}
.accinfo_table {
	width: 100%;
	color: #fff;
}
.accinfo_table td {
	height: 30px;
}
.ai_v1 {
	width: 50%;
	background: #332944;

}
.ai_v2 {
	width: 50%;
	text-align: right;
	background: #332944;
}
.fa-controll {
	margin-right: 10px;
	font-size: 15px;
}
.cabinet_table {
	width: 100%;
	color: #fff;
}
.cabinet_table td {
	height: 50px;
}
.ct_v1 {
	font-family: "RalewaySemiBold";
	width: 50%;
	background: #332944;
}
.ct_v2 {
	width: 50%;
	text-align: right;
	background: #332944;
}

/*************************************** USER_SETTINGS.HTML **************************************/

.form_box {
	margin-top: 130px;
}
.nm {
	margin: 0px;
}
.settings_form h2 {
	color: #fff;
	font-size: 18px;
	font-family: "RalewaySemiBold";
}

/*************************************** USER_LP.HTML **************************************/

.lp_table {
	width: 100%;
	color: #fff;
}
.lp_table th {
	font-size: 16px;
	font-family: "RalewaySemiBold";
}
.lp_table td {
	height: 50px;
}
.lp_table th, td {
	
	padding: 15px;
}
.lp_v1 {
	width: 40%;
}
.lp_v2 {
	width: 40%;
}
.lp_v3 {
	width: 20%;
}
.edit_lp_link {
	color: #ffe300;
}
.edit_lp_link:hover {
	color: #ffe500;
	text-decoration: none;
}
.leader_controll {
	text-align: center;
	margin-top: 30px;
}
.leader_controll a {
	padding: 20px;
	color: #b394e7;
	font-family: "RalewaySemiBold";
}
.leader_controll a:hover {
	color: #ffe300;
	text-decoration: none;
}