a {
    text-decoration: none;
}
@font-face {
    font-family: "font_lt";
    src: url("../fonts/Roboto-Light.ttf") format("truetype");
}
html, body {
    height: 100%;
    margin: 0;
	padding:0;
}
body {
	width:100%;
    font-family: font_lt;
    color: #123;
	background-color: #f2f2f2;

}
#wrapper {
	min-height:100%;
	position:relative;
}
.header, .header_m{
	position:relative;
	left:0;
	right:0;
	top:0;
	background-color: #444444;
	width: 100%;
	text-align:center;
}
.a_left {
	float:left;
}
.a_right {
	float: right;
	padding-left: 5px;
}
.a_center {
	margin:0 auto;
	display:inline-block;
	line-height:50px;
	vertical-align: middle;
}
.more18 {
	padding-top:4px;
	padding-right: 2%;
	color: yellow;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.user_access {
	float:right;
	padding-right: 2%;
	padding-top:10px;
}
.swiper-container.phone{
	display:none;
}
.title{
	font-size:40px;
	margin:10px 10px 10px 5%;
	color: #444444;
}

.gamelist{
	text-align:center;
	margin-bottom:20px;
}

.access2 {
	text-align:center;
	margin-top:10%;
	margin-bottom:20px;
}
.access2 p {
	font-size:26px;
}
/* ============================================================
  STYLE 1
============================================================ */
.style-1 input[type="text"] {
	min-width: 240px;
	padding: 10px;
	border: solid 1px gainsboro;
	-webkit-transition: box-shadow 0.3s, border 0.3s;
	-moz-transition: box-shadow 0.3s, border 0.3s;
	-o-transition: box-shadow 0.3s, border 0.3s;
	transition: box-shadow 0.3s, border 0.3s;
}
.style-1 input[type="text"]:focus, .style-1 input[type="text"].focus {
	border: solid 1px #707070;
	-webkit-box-shadow: 0 0 5px 1px #969696;
	-moz-box-shadow: 0 0 5px 1px #969696;
	box-shadow: 0 0 5px 1px #969696;
}

/* clear floated divs */
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/* lists */
ul.input-list {
	list-style: none;
	padding: 0;
}
ul.input-list li {
	display: block;
	width: 100%;
	float: left;
}

.footer{
	display:block;
	width:100%;
	background-color:#d6d6d6;
	position:relative;
	padding-top: 20px;
	padding-bottom: 15px;
	bottom:0;
	left:0;
}
.footertxt{
	width:90%;
	margin:auto;
}
.footer p{
	display:inline-block;
	font-size:12px;
	margin:0px;
}

#terms{
	padding: 30px 50px;
}


/** paginator **/
.center {
	text-align: center;
}

.pagination {
	display: inline-block;
}

.pagination a {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #ddd;
	margin: 0 4px;
}

.pagination a.active {
	background-color: #4CAF50;
	color: white;
	border: 1px solid #4CAF50;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

.header_m { display:none; }


@media(max-width:800px)
{
	.title{
		font-size:28px;
		margin:10px 10px 10px 5%;
		color: #444444;
	}

	.swiper-container.desktop{
		display:none;
	}
	.swiper-container.phone{
		display:inline-block;
	}

	.header { display:none !important; }
	.header_m { display:block; }
	.a_right { padding-top: 3px; }
}

@media(max-width:360px)
{
	.a_left, .a_right { width:42%; }
	.logo, .user_access { width:98%; padding-top: 10px; }
	.more18 { font-size: 20px; }

	.header { display:none !important; }
	.header_m { display:block; }
	.a_right { padding-top: 3px; }
}