/*
Copyright (C) 2015 Cydh

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/
/*
    Created on : May 4, 2015, 7:25:31 PM
    Author     : Cydh
*/

body {
	margin:0px;
	padding:0px;
	text-align:left;
	font-family: 'Montserrat', sans-serif;
	font-size:12px;
	font-weight:300;
	/*color:#B9BABC;*/
	color:rgba(255,255,255,0.8);
	background-color:#36393E;
	line-height:normal;
}

h1 {
	color:#A4BDFC;
	font-size:24px;
	text-align:center;
}

h2 {
	color:#89B8D9;
	font-size:18px;
	text-align:center;
	margin:0;
	padding:.8em 0 .2em 0;
}

h3 {
	color:#467AA4;
	font-size:14px;
	text-align:center;
	margin:0;
	padding:.8em 0 .2em 0;
}

a, a:visited {
	text-decoration:none;
	font-style:normal;
	font-weight:400;
	color:inherit;
}

a:hover {
	color:#A4BDFC;
	text-decoration:underline;
}

.Header{
	width:100%;
	text-align:center;
	background-color:#fff;
	/*border-bottom:2px solid #000;*/
	box-shadow:0px .2em 4px 0px #fff;
	-webkit-box-shadow:0px .2em 4px 0px #fff;
	-moz-box-shadow:0px .2em 4px 0px #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#EEE));
	background-image: -webkit-linear-gradient(top, #fff, #EEE);
	background-image: -moz-linear-gradient(top, #fff, #EEE);
	background-image: -ms-linear-gradient(top, #fff, #EEE);
	background-image: -o-linear-gradient(top, #fff, #EEE);
	background-image: linear-gradient(to bottom, #fff, #EEE);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fff, endColorstr=#EEE);
	margin-bottom:8px;
	/*padding:.1rem;*/
}

.Header img{
	height:38px;
}

.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}

.navbar {
	line-height:32px;
}
.nav-item{
	font-size:14px;
}

.dropdown-item{
	font-size:14px;
	padding: .25rem 1rem;
}

.Wrapper {
	max-width:1260px;
	text-align:center;
}

.DiscordWrapper{
	font-size:14px;
}
.TeamWrapper{
}

.HomeWrapper .container {
	max-width:1260px;
}

ul {
	margin:0;
	padding:0 0 0 30px;
	text-align:left;
}
ul ul {
	margin:0;
	padding:0 0 0 30px;
	text-align:left;
}
ul li {
	margin:0;
}
ul li ul li {
	margin:0;
	padding:0;
}

cchan {
	color:#fff;
	font-weight:400;
}

chan,chname {
	/*color:#89B8D9;*/
	color:#fff;
	font-weight:400;
}
chan:before{
	content:"#";
	padding-right:2px;
	font-weight:400;
}
vchan {
	/*color:#89B8D9;*/
	color:#fff;
	font-weight:400;
}
vchan:before{
	content:"\f075";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	padding-right:2px;
	font-weight:900;
}
mchan {
	/*color:#89B8D9;*/
	color:#fff;
	font-weight:400;
}
mchan:before{
	content:"\f001";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	padding-right:2px;
	font-weight:900;
}

botname{
	color:#FF3333;
}
botname:after {
  content: "bot";
  color:#fff;
  font-weight:400;
  text-transform:uppercase;
  vertical-align:top;
  font-size:9px;
  border:1px solid #7289DA; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;
  margin-left:1px;
  padding:1px 3px 0 2px;
  background:#7289DA;
}

.Category_List li {
	list-style: none;
}
.Category_List li:before {
  content: "\f054"; /* "Font Awesome 5 Free" Unicode */
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-left: -1.4em; /* same as padding-left set on li */
  width: 1.4em; /* same as padding-left set on li */
  color:#fff;
  font-weight:900;
}

.Channel_List li {
  list-style: none;
  padding:0;
  margin:0;
}
.Channel_List li:before {
  content: "#";
  display: inline-block;
  margin-left: -1.4em;
  width: 1.4em;
  color:#fff;
  font-weight:400;
}

.Rule_List li {
  list-style: none;
  padding:0;
  margin:0;
}
.Rule_List li:before {
  content: "\f00c"; /* "Font Awesome 5 Free" Unicode */
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-left: -1.4em; /* same as padding-left set on li */
  width: 1.4em; /* same as padding-left set on li */
  color:#E33;
  font-weight:900;
}

.Other_List li {
  list-style: none;
  padding:0;
  margin:0;
}
.Other_List li:before {
  content: "\f00c"; /* "Font Awesome 5 Free" Unicode */
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-left: -1.4em; /* same as padding-left set on li */
  width: 1.4em; /* same as padding-left set on li */
  color:#3E3;
  font-weight:900;
}

.Join{
	text-align:center;
}

.Join button{
	margin:.6em;
	padding:1em;
	/*width:90%;*/
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	color:#B9BABC;
	border:1px solid #171717; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	background-color: #202225;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4d4d4e), to(#EEE));
	background-image: -webkit-linear-gradient(top, #4d4d4e, #39393a);
	background-image: -moz-linear-gradient(top, #4d4d4e, #39393a);
	background-image: -ms-linear-gradient(top, #4d4d4e, #39393a);
	background-image: -o-linear-gradient(top, #4d4d4e, #39393a);
	background-image: linear-gradient(to bottom, #4d4d4e, #39393a);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4d4d4e, endColorstr=#39393a);
}

.Join button:hover{
	color:#fff;
	cursor: pointer;
	/*border:1px solid #363d4c;*/
	background-color: #4b546a;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4b546a), to(#2c354b));
	background-image: -webkit-linear-gradient(top, #4b546a, #2c354b);
	background-image: -moz-linear-gradient(top, #4b546a, #2c354b);
	background-image: -ms-linear-gradient(top, #4b546a, #2c354b);
	background-image: -o-linear-gradient(top, #4b546a, #2c354b);
	background-image: linear-gradient(to bottom, #4b546a, #2c354b);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4b546a, endColorstr=#2c354b);
}

.Join img {
	height:54px;
}

.new:after{
	content: "baru!";
	vertical-align:top;
	font-size:8px;
	color:gold;
}

.Profile{
	margin:6px 0 0 0;
	width:49%;
	padding:4px 0;
	text-align:center;
	/*color:#DFDFEF;*/
	border:1px solid #171717;
	/*box-shadow:0px .2em 4px 0px #fff;
	-webkit-box-shadow:0px .2em 4px 0px #fff;
	-moz-box-shadow:0px .2em 4px 0px #fff;*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4d4d4e), to(#EEE));
	background-image: -webkit-linear-gradient(top, #4d4d4e, #39393a);
	background-image: -moz-linear-gradient(top, #4d4d4e, #39393a);
	background-image: -ms-linear-gradient(top, #4d4d4e, #39393a);
	background-image: -o-linear-gradient(top, #4d4d4e, #39393a);
	background-image: linear-gradient(to bottom, #4d4d4e, #39393a);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4d4d4e, endColorstr=#39393a);
}

.Profile_Avatar {
	/*width:96px;*/
	text-align:center;
	padding:0 0 6px;
	border-radius:0% 0% 30% 30%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4d4d4e), to(#EEE));
	background-image: -webkit-linear-gradient(top, #4d4d4e, #39393a);
	background-image: -moz-linear-gradient(top, #4d4d4e, #39393a);
	background-image: -ms-linear-gradient(top, #4d4d4e, #39393a);
	background-image: -o-linear-gradient(top, #4d4d4e, #39393a);
	background-image: linear-gradient(to bottom, #4d4d4e, #39393a);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4d4d4e, endColorstr=#39393a);
}

.Profile_Personal {
	/*width:auto;*/
	/*padding:4px;*/
}
.Profile_Personal div{
	margin:4px;
}

.Profile_Avatar img {
	width:96px;
	border-radius:50%;
	/*border:1px solid #171717;*/
}

.Profile_Name{
	text-align:center;
	font-size:18px;
	font-weight:700;
}
.Profile_Position:before{
	content:"\f053";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	padding-right:8px;
	font-weight:900;
}
.Profile_Position:after{
	content:"\f054";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	padding-left:8px;
	font-weight:900;
}

.Profile_Title_Field{
	font-weight:400;
	color:rgba(255,255,255,0.3);
	/*color:#7e7e7e;*/
}

.Profile_Bio:before{
	content:"\f10d";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	padding-right:8px;
	font-weight:900;
	font-size:1.6em;
}
.Profile_Bio:after{
	content:"\f10e";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	padding-left:8px;
	font-weight:900;
	font-size:1.6em;
}
.Profile_Bio{
}

.Socials{
	font-size:26px;
}

.Socials a,.Socials a:visited{
	/*color:#A4BDFC;*/
}

.Profile ul, .Profile li {
	margin:0;
	padding:0;
	list-style:none;
}

.Wiki_Contributors{
	margin:6px 0 0 0;
	text-align:center;
}
.Wiki_Contributors_Wrapper{
	padding:4px 0;
	/*color:#DFDFEF;*/
	border:1px solid #171717;
	/*box-shadow:0px .2em 4px 0px #fff;
	-webkit-box-shadow:0px .2em 4px 0px #fff;
	-moz-box-shadow:0px .2em 4px 0px #fff;*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4d4d4e), to(#EEE));
	background-image: -webkit-linear-gradient(top, #4d4d4e, #39393a);
	background-image: -moz-linear-gradient(top, #4d4d4e, #39393a);
	background-image: -ms-linear-gradient(top, #4d4d4e, #39393a);
	background-image: -o-linear-gradient(top, #4d4d4e, #39393a);
	background-image: linear-gradient(to bottom, #4d4d4e, #39393a);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4d4d4e, endColorstr=#39393a);
}

.FB_Comments{
	width:98%;
	text-align:center;
	margin:6px 0;
}

.DiscordProlog{
}
.DiscordChannels{
	float:left;
	padding:0 2px;
	width:35%;
	/*max-width:450px;*/
	min-width:330px;
}
.DiscordRules{
	float:left;
	padding:0 2px;
	width:35%;
	/*max-width:450px;*/
	min-width:330px;
}
.DiscordWidget{
	float:right;
	padding:0 2px;
	width:320px;
}
.DiscordWidget .Widget{
	padding:.8em 0 .2em 0;
}
.DiscordJoin{
}

#cjb-latest{
	padding-bottom:1em;
}
.cjb-block {
	padding:4px 0;
	line-height:1.6;
	color:rgba(255,255,255,0.3);
	/*text-align:left;*/
}
.cjb-user-block {
	display:inline-block;
	padding-right:.2em;
}
.cjb-user-block a, .cjb-user-block a:visited {
	color:rgba(255,255,255,1);
	font-weight:700;
	/*padding:2px;*/
	/*border:1px solid #7289DA; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;*/
	/*margin-left:1px;*/
	/*padding:1px 3px 0 2px;*/
	/*background:#7289DA;*/
}
.cjb-user-block:hover {
	color:#fff;
	text-decoration:underline;
}
.cjb-time-block {
	display:inline-block;
}
.cjb-message {
	color:rgba(255,255,255,0.8);
}

.marketstock-block {
	padding:2px 4px 12px 4px;
	text-align:center;
}
ul.marketstock-block li {
	list-style:none;
	padding:2px 0;
}

.footer {
	font-size:14px;
	margin:.6em 0;
	color:rgba(255,255,255,0.2);
}
.footer a,.Footer a:visited{
	color:rgba(255,255,255,0.2);
}
.footer .Socials {
	font-size:36px;
}

.db-link {
	display: inline-block;
	padding:2px 4px 2px 0px;
}

.update-list h3 {
	margin:0;
	padding:.4em 0 .2em 0;
}

.update-list p {
	margin:0 0 .8em 0;
	padding:0;
}
.more-button a {
	margin-bottom:1em;
}

.db-link:before {
	content: "\f101";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	padding-right:3px;
	font-weight:900;
	color:rgba(255,255,255,0.2);
}

/* Width 1130px */
@media screen and (max-width: 1130px) {

body {
}

.Wrapper {
	max-width:980px;
}

.DiscordChannels{
	float:left;
	padding:0 2px;
	width:48%;
	/*max-width:450px;*/
	/*min-width:330px;*/
}
.DiscordRules{
	float:left;
	padding:0 2px;
	width:48%;
	/*max-width:450px;*/
	/*min-width:330px;*/
}
.DiscordWidget{
	clear:both;
	float:none;
	width:100%;
}
.DiscordWidget .Widget{
	padding:.8em 0 .2em 0;
	width:96%;
}
.Join button{
	width:96%;
}

}


/* Width 1024px */
@media screen and (max-width: 1024px) {

body {
}

.Wrapper {
	max-width:980px;
}

}

/* Width 690px */
@media screen and (max-width: 700px) {

.DiscordChannels{
	float:none;
	/*padding:0 2px;*/
	width:100%;
	/*max-width:450px;*/
	/*min-width:330px;*/
}
.DiscordRules{
	float:none;
	/*padding:0 2px;*/
	width:100%;
	/*max-width:450px;*/
	/*min-width:330px;*/
}

}

/* Width 640px */
@media screen and (max-width: 640px) {

body {
	font-size:12px;
}

h1{font-size:16px;}
h2{font-size:14px;}
h3{font-size:12px;}

.Header img{
	/*width:240px;*/
	height:38px;
}

.Profile{
	width:99%;
}

.Profile_Avatar{
	text-align:center;
	width:100%;
}
.Profile_Avatar img {
	width:64px;
}
.Profile_Name{
	font-size:14px;
}
.Profile_Personal{
}

.right { float:none; }
.left { float:none; }

.nav-item{
	font-size:13px;
}
.dropdown-item{
	font-size:13px;
	padding: .1rem 1rem;
}

.FB_Comments{
	width:98%;
}

.DiscordProlog{
}
.DiscordWidget{
}
.DiscordChannels{
	width:100%;
}
.DiscordRules{
	width:100%;
}
.DiscordJoin{
}

.footer{
	font-size:10px;
}

.Join img {
	height:32px;
}
.Socials {
	font-size:18px;
}
.footer .Socials {
	font-size:24px;
}

}

/* Width 320px */
@media screen and (max-width: 320px) {

body {
	font-size:11px;
	width:320px;
}

h1{font-size:14px;}
h2{font-size:12px;}
h3{font-size:11px;}

.Header {
	width:100%;
}

/*.Header img{
	width:160px;
}*/

}
