body{
	width:100%;
	background-size: 100%;
	background:#000000;
	height:100%;
	margin:0;
	color: white;
	padding:0;
}
h1,h2,h3,h4,h5{
	padding: 0;
	margin:0;
	display: inline;
}
a{
	color:white;
	text-decoration: none;
}
a:hover {
	color: #fb0000;
}

.headwrapper{
	background:#7a1711;
	background-image:linear-gradient(#7a1711,#471009);
	width:100%;
}
.headcontainer{
	max-width:930px;
	margin:0 auto;
	position:relative;
}
.headcontainer .logo,.headcontainer .logo img{
	max-width:400px;
	margin-bottom:10px;
	margin-left:20px;
	
}
.headcontainer .logo, .headcontainer .form{
	display:inline-block;
	margin:50px 0 0 0;
}
.headcontainer .form{
	margin-bottom:20px;
	position:relative;
	bottom:-5px;
	float:right;
}
.headcontainer .form input[type=text], .headcontainer .form input[type=password]{
	width:100px;
	padding:5px;
	border-radius:2px;

}
.headcontainer .form input[type=submit]{
	background:red;
	background-image:linear-gradient(#b60807, #8d0a0b);
	border:0;
	padding:7px;
	width:80px;
	font-weight:bold;
	margin-left:5px;
	border-radius:5px;
	color:white;
}
.headcontainer .form input[type=submit]:hover{
    background:#fff;
	color:#000;
}
::-webkit-input-placeholder { /* Edge */
  font-style:italic;
  text-align:center;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-style:italic;
  text-align:center;
}

::placeholder {
  font-style:italic;
  text-align:center;
}
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Bree+Serif);

body {
	background: #212121;
	font-size:22px;
	line-height: 32px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	word-wrap:break-word !important;
	font-family: 'Open Sans', sans-serif;
	}

h1 {
	font-size: 60px;
	text-align: center;
	color: #FFF;
}	

h3 {
	display:block;
	font-size: 30px;
	line-height: 18px;
	text-align: center;
	color: #FFF;
	margin:10px 0;
}

h3 a {
	color: #FFF;
}

a {
	color: #FFF;
}

h1 {
	margin-top: 100px;
	text-align:center;
	font-size:60px;
	line-height: 70px;
	font-family: 'Bree Serif', 'serif';
	}

.listcontact{
	position:fixed;
	left:0px;
	width:7%;
	top:40%;
	z-index:99;
	font-size:12px;
}
.listcontact .contact_list{
	display:block;
	position:relative;
	background-color:#404040;
	width:100%;
	min-width:95px;
	margin:0;
	padding:0;
	border-radius:0px 12px 12px 0px;
	-webkit-border-radius:0px 12px 12px 0px;
	-moz-border-radius:0px 12px 12px 0px;
	-ms-border-radius:0px 12px 12px 0px;
	-o-border-radius:0px 12px 12px 0px;
	overflow:hidden;
	text-align:center;
	line-height:15px;
}
.listcontact .contact_list img{
	margin-top:10px;
	width:50%;
}

#container {
	margin: 0 auto;
	max-width: 890px;
}

p {
	text-align: center;
}

.toggle,
[id^=drop] {
	display: none;
}

/* Giving a background-color to the nav container. */
nav { 
	margin:0;
	padding: 0;
	background-color: #761911;
	background-image:linear-gradient(#761911,#270a0c);
	text-align:center;
}


/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	background-color: #761911;
	background-image:linear-gradient(#761911,#270a0c);
	}

/* Styling the links */
nav a {
	display:block;
	padding:7px 20px;	
	color:#FFF;
	font-size:17px;
	text-decoration:none;
}


nav ul li ul li:hover { background: #000000; }

/* Background color change on Hover */
nav a:hover { 
	background-color: #ffffff; 
	color:#f31300
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 60px; 
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:170px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:170px; 
}

/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }

.form1, .label1{
	display:none;
	text-align:center;
}
#runtext{
	width:100%;
	background:black;
	display:block;
	min-height:30px;
}
#runtext .info{
	font-family:arial;
	max-width:900px;
	margin:0 auto;
	line-height:20px;
}
#runtext .info .infotext h1{
	width:10%;
	display: inline;
	float: left;
	position: relative;
	font-size:17px;
	margin:0;
	line-height:28px;
	font-family:"Franklin Gothic";
	font-size:14px;
	text-transform: uppercase;
	color:yellow;
}
#runtext .info .inforun marquee{
	position: relative;
	padding-top:6px;
	width: 90%;
	font-family:Arial;
	display: inline;
	float: right;
	font-size: 13px;
	color:#ffffff;
	background: #000000;
	border-radius:5px;
	margin-bottom: 10px;
}
.wrapperbody{
	max-width:890px;
	width:100%;
	margin:0 auto;
	padding:0 20px;
	background-color: #2e0b07;
}
.wrapperbody .content{
	width:96%;
	padding:2%;
}
.wrapperbody .content h1{
	font-size:32px;
	line-height:32px;
}
.wrapperbody .content h2{
	font-size:26px;
	line-height:32px;
}
.wrapperbody .content h3{
	font-size:20px;
	line-height:25px;
}
.wrapperbody .content h4{
	font-size:18px;
	line-height:22px;
	display:block;
}
.wrapperbody .content h5{
	font-size:15px;
	line-height:26px;
}
.wrapperbody .slider{
	max-width:870px;
	margin:0 auto 10px auto;
}
.wrapperbody .slider img{
	max-width:100%;
}
.wrapperbody .gamesjp{
	max-width:890px;
	display:inline-block;
	text-align:center;
}
.wrapperbody .gamesjp .games{
	max-width:50%;
	float:left;
}
.wrapperbody .gamesjp .games img{
	width:23%;
}
.wrapperbody .gamesjp .jp{
	max-width:50%;
	float:left;
}
.wrapperbody .gamesjp .jp .jpcontainer {
	position: relative;
	text-align: center;
	color: white;
}
.wrapperbody .gamesjp .jp .jpcontainer img{
	width:100%;
}
.wrapperbody .gamesjp .jp .jpcontainer .jptext {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size:36px;
}
.wrapperbody .bank{
	max-width:890px;
	text-align:center;
}
.wrapperbody .bank img{
	width:15.5%;
}
.wrapperbody .depowd{
	max-width:890px;
	width:100%;
	display:flex;
}
.wrapperbody .depowd .dpwd{
	width:49%;
	max-width:440px;
	position: relative;
 	text-align: center;
	color: white;
	margin:0 auto;
} 
.wrapperbody .depowd .dpwd img{
	width:98%;
}
.wrapperbody .depowd .dpwd .texthistory{
   position: absolute;
	top: 22%;
	left:0;
	font-size:20px;
	display:inline-block;
	width:100%;
	line-height:150%;
}
.wrapperbody .depowd .dpwd .texthistory .historyname, .wrapperbody .depowd .dpwd .texthistory .historyamount{
	width:45%;
	/*padding-left:5%;*/
	padding-left:3%;
	display:inline-block;
	text-align:left;
}
footer{
	text-align:center;
	font-family:arial;
	display:block;
}
footer p{
	margin-block-start: 0;
    margin-block-end: 0;
    font-size:14px;
    text-align: left;
}
footer h1{
	display:block;
	font-family:arial;
	font-size:25px;
	text-align: left;
	line-height:22px;
	margin:25px 0;
}
footer h2{
	display:block;
	font-size:20px;
	text-align: left;
	line-height:20px;
}
footer h3{
	font-size:17px;
}
footer h4{
	font-size:15px;
}
footer h5{
	font-size:14px;
}
/* Media Queries
--------------------------------------------- */
@media all and (max-width : 930px){
	.wrapperbody{
		padding:0;
	}
}
@media all and (max-width : 743px) {
	.headcontainer{
		text-align:center;

	}
	.headcontainer .logo img{
		margin:0;
	}
	.headcontainer .form{
		display:none
	}
	.headcontainer .logo{
		width:100%;
	}
	nav {
		margin: 0;
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}

	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		background-color: #761911;
		background-image:linear-gradient(#761911,#270a0c);
		padding:5px 20px;	
		color:#FFF;
		font-size:17px;
		text-decoration:none;
		border:none;
	}

	.toggle:hover {
		background-color: #000000;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 100%;
		}
	nav ul li {
	margin: 0px;
	display:inline-block;
	background-color: #761911;
	background-image:linear-gradient(#761911,#761911);
	border:1px solid #270a0c;
	}
	nav ul ul .toggle,
	nav ul ul a {
		padding: 0 40px;
	}

	nav ul ul ul a {
		padding: 0 80px;
	}

	nav a:hover,
 	nav ul ul ul a {
		background-color: #000000;
	}
  
	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{
		padding:14px 20px;	
		color:#FFF;
		font-size:17px; 
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #212121; 
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 
	}
	.wrapperbody .gamesjp .jp .jpcontainer .jptext{
		font-size:120%;
	}
	.wrapperbody .depowd .dpwd .texthistory{
		position: absolute;
		top: 22%;
		left:0;
		font-size:18px;
		display:inline-block;
		line-height:130%;
	}
	.form1{
		display:inline-block;
		text-align:center;
		width:98%;
		padding:1%;
	}
	.label1{
		display:inline;
	}
	.form1 input[type=submit]{
		background:red;
		background-image:linear-gradient(#b60807, #8d0a0b);
		border:0;
		padding:7px;
		width:80px;
		font-weight:bold;
		margin-left:5px;
		border-radius:5px;
		color:white;
	}
	.form1 input[type=text], .form1 input[type=password]{
		height:22px;
	}
}
@media all and (max-width : 592px){
	.label1{
		width:30%;
		display:inline-block;
		text-align:right;
	}
	.form1 input[type=text], .form1 input[type=password]{
		width:49%;
		margin-right:20%;
		
	}
	.form1 input[type=submit]{
		width:30%;
	}
}
@media all and (max-width : 520px) {
	.wrapperbody .depowd .dpwd .texthistory{
		position: absolute;
		top: 22%;
		left:0;
		font-size:15px;
		display:inline-block;
		line-height:20px;
	}
	.wrapperbody{
		width:96%;
		padding:2%;
	}
	.wrapperbody .content{
		width:100%;
	}
}
@media all and (max-width : 494px){

	.wrapperbody .gamesjp .games{
		max-width:100%;
	}
	.wrapperbody .gamesjp .jp{
		max-width:100%;
		font-size:25px;
	}
	.wrapperbody .bank img{
		width:48%;
	}

}
@media all and (max-width : 480px) {
	.headcontainer .logo,.headcontainer .logo img{
		width:90%;
	}
	#runtext .infotext{
		display:none;
	}
	#runtext .info .inforun marquee{
		width:100%;
	}
	.wrapperbody .depowd .dpwd{
		width:100%;
		max-width:440px;
		position: relative;
		text-align: center;
		color: white;
		margin:0 auto;
	} 
	.wrapperbody .depowd{
		width:100%;
		display:block;
		margin:0 auto;
	}
	.wrapperbody .depowd .dpwd img{
		width:100%;
	}
	footer h1{
		display:block;
		font-family:arial;
		font-size:23px;
		line-height:22px;
		margin:25px 0;
	}
	.wrapperbody .depowd .dpwd .texthistory{
		line-height:200%;
	}
}
@media all and (max-width : 404px) {
	.label1{
		width:20%;
		display:inline-block;
		text-align:right;
		font-size:18px;
	}
	.form1 input[type=text], .form1 input[type=password]{
		width:69%;
		margin-right:0%;
		
	}
	.form1 input[type=submit]{
		width:30%;
	}
}
@media all and (max-width : 315px){
	.wrapperbody .depowd .dpwd .texthistory{
		line-height:170%;
	}
}