body {
	background-color: #231815;
	background-image: url(../img/back.jpg);
	background-size: auto;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #ffffff;
	line-height: 1.25;
	font-size: 12pt;
	font-family: 'Lato', sans-serif;
	padding: 0;
	margin: 0;
}
a{
    color: #ffc800;
    text-decoration:none;
}
a:hover{
    color: #eee;
}
a:active{
    color: #fcda2f;
}
a:visited{
    color: #ffd230;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    color: #ffa600;
    line-height: 1.75;
}
h1{
  font-size:32pt;
}
h2{
  font-size:30pt;
}
h3{
  font-size:27pt;
}
h4{
  font-size:22pt;
}
h5{
  font-size:18pt;
}
h6{
  font-size:14pt;
}

br {
   content: " ";
   display: block;
   margin: 10px 0;
   line-height: 22px;
}
p {
    margin: 0;
    padding: 0;
}
ul,ol,li {
	list-style:none;
	margin:0;
	padding:0;
}
hr {
    margin: 15px 0;
    border-color: #ddd;
}
.flex{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wrapper {
    width: 90%;
    max-width: 1050px;
    margin: 0 auto;
    position: relative;
}
.web-body{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: #1f1f1f 0 0 25px 5px;
}

.logo img {
	width:100%;
	max-width:100%;
}
.header {
	width: auto;
	z-index: 99;
}
.header-align {
	align-items:center;
}
.content {
    padding: 20px 25px 55px;
    border-radius: 5px;
    margin: 25px 0;
    background: #ddd;
    color: #333;
}
.content img {
    max-width: 100%;
}
.logo {
    width: 28%;
    text-align: center;
    margin-left: 25px;
}
.logo img {
	max-width:100%;
	width: 100%;
}
.headright {
    width: 65%;
}
.homepage {
    margin: 15px 0 0 0;
    border-radius: 5px;
    height: auto;
}
.homepage-left {
	width: 62%;
	overflow: hidden;
	border-radius: 5px;
}
.homepage-right {
	width: 37%;
}
.homepage-right img{
	width:100%;
}
.homepage-top-right,.homepage-bottom-right{
	border-radius: 5px;
	overflow: hidden;
	width: 100%;
	display: block;
}
.homepage-top-right {
}
.homepage-bottom-right {
    margin-top: 5px;
}
.slider {
}
.contact {
	height: 100%;
	margin-top: 15px;
}
.contact a {
	position: relative;
	padding: 7px 0 7px 65px;
	margin: 0 10px 0 0;
	line-height: 1.25;
	flex: 1;
	border-radius: 5px;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
}
.contact a:hover {
	color:#ffffff;
	text-shadow: 0 0 #000;
	font-weight:bold;
	/* border:1px solid #cb00f8; */
}
.contact a:hover h3{
	color:#ffffff;
}
.contact a:last-child {
	margin:0;
}
.contact i {
    font-size: 40px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.contact h3 {
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.25;
}
.form h3 {
    text-align: center;
}
.form {
	width: auto;
	border-radius: 10px;
}
#username,#password {
    width: 20%;
}

#CaptchaInput {
    width: 10%;
}
input[type=text], input[type=password],.button,.captcha {
  border: none;
  line-height: 35px;
  padding: 0;
  text-align: center;
  margin-right: 5px;
  border-radius:3px;
  /* flex: 1; */
}
input[type=text], input[type=password]{
  background: #ffffff;
  box-shadow: #9a9a9a 0 0 15px inset;
  /* width: 100%; */
}
input[type=text]:focus, input[type=password]:focus {
  background-color: #4e4e4e;
  box-shadow: #464646 0 0 15px inset;
  border: none;
  color: #fff;
  outline: none;
}
::placeholder {
	color:#000000;
	font-size:14px;
}
#CaptchaDiv {
    background: #2f354d;
    color: #ffffff;
    border: none;
    user-select: none;
    padding: 0;
    font-weight: bold;
    width: 10%;
}
.button {
    text-transform: uppercase;
    font-weight: bold;
    cursor:pointer;
    font-size: 16px;
    color: #ffffff;
    border: none;
    flex: 1;
}
.button:hover{
	background:#dddddd;
	color:#111;
}
a.button {
	color: #fff;
}
.button a:hover{
	color: #111;
}
.button:last-child {
	margin: 0;
}
.register-button {
    color: #ffffff;
}
a.register-button{
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
a.register-button:hover{
    color:#000;
}
.wrap-collabsible {
	width:100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.nav {
    border: none;
}
.navbar a.active{
	color:#fff;
}
.navbar a {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  text-transform: uppercase;
  text-decoration: none;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  height: 100%;
  line-height: 1;
  align-items: center;
  justify-content: center;
  display: flex;
  transition: 0.3s;
}
.navbar a:hover{
	color:#ffffff;
}
.toggle,label.lbl-toggle {
    display: none;
}
.slider img {
    width: 100%;
}
.scrolltext{
	width: 100%;
	line-height: 1;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	background: #ffa600;
}
.scrolltextinside {
    flex: 1;
    margin: 0 5px;
}
.scrolltextleft,.scrolltextright {
    padding: 5px 0;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}
.scrolltextright {
    width: 15%;
    color:#000;
    font-size: 18px;
    background-color: #fbfbfb;
    border-bottom-right-radius: 5px;
}
.scrolltextleft {
    width: 6%;
}
.game {
	
margin-top: 20px;
}
.game a{
	display:block;
	border-radius: 5px;
	overflow: hidden;
	line-height: 0;
	/* margin-right: 0.5%; */
}
.game a img{width: 100%;}
.game a:first-child,.game a:nth-child(2){
	width: 24%;
}
.game a:last-child {
	width: 49%;
	margin:0;
}
.color1{
	background: #dbdbdb;
}
.color2,.contact a:hover{
	background: #213769;
}
.color3, .nav a:hover, .contact a,.active{
	background: #ffa600;
}
.color4{
	background: #383838;
}
.footer {
    text-align: center;
    padding: 15px 0;
    color: #fff;
    font-weight: bold;
}
