.clear{
    clear: both
}

.head_top{
    width:100%;
    margin: 4px auto auto auto;
    background: #fff;
}
.head_content{
    max-width: 1220px;
    margin: 0 auto;
}
.head_content ul {
    float: right;
	margin: 0px;
}

.head_content ul li{
	display: inline-block;
	margin-left:10px;
	color: #f68e07;
}
	
.head_content ul li a{
	color: #f68e07;
    text-decoration: none;
}
.head_content ul li a:hover{
	color: #f68e07;
    text-decoration: none;
}
.head_user{
    
    color: #7a7a7a;
}
.logo{   
    width: 100%;
    margin: 0px auto;   
}
.logo_cont {
    width: 95px;
    margin: 0 auto;
    padding: 15px 0 15px 0;
	text-align: center;
}



/**/
.sprite {
    background-image: url(../img/spritesheet.svg);
    background-repeat: no-repeat;
    display:inline-block;
}
.sprite-question {
	width: 22px;
    height: 16px;
    background-position: 0px -549px;
    padding-right: 3px;
}
.sprite-login {
	width: 20px;
    height: 16px;
    background-position: -5px -513px;
}

.sprite-logout {
	width: 20px;
    height: 16px;
    background-position: -5px -581px;
}

/**/

















}
.grid.flex .tools {
    color:#f68e07; 
	font-size:14px; 
	float:right;
}
.grid.flex .grid .tools p a {
	color: #dc7404;
	text-decoration: none;
	
}.grid.flex .grid .navigation {
    height:130px;
    width: 71%;
    margin: 0px auto;
}
.grid.flex .grid .navigation .nav_frame {
	background-color: #C06;
}

.grid.flex .grid .navigation .nav_frame .icon {
	background-color:#FFF;
    text-align: center;
    font-weight: bold;
    width: 11.1%;
	float:left;
}

.line {
	margin-bottom:20px;
}

.line_orange {
	border-bottom-width: 0.5px;
	border-bottom-style: solid;
	border-bottom-color: #FBCC8F;
	margin-bottom:20px;
}

.line_blue {
	border-bottom-width: 0.5px;
	border-bottom-style: solid;
	border-bottom-color: #30afd6;
	margin-bottom:20px;
}
.line_green {
	border-bottom-width: 0.5px;
	border-bottom-style: solid;
	border-bottom-color: #47D496;
	margin-bottom:20px;
}

.line_pink {
	border-bottom-width: 0.5px;
	border-bottom-style: solid;
	border-bottom-color: #E693A1;
	margin-bottom:20px;
}

.line_gray {
    border-bottom-width: 0.5px;
    border-bottom-style: solid;
    border-bottom-color:  #ddd;
    margin-bottom: 24px;
    padding-bottom: 15px;
}

.grid.flex .grid .triangel_orange {
    margin-top: -33px;
    margin-bottom: 30px;
	height: 13px;
	width: 30px;
	margin-left: 33.5%;
	background-image: url(../images/triangel-orange.png);
	background-repeat: no-repeat;
}

.grid.flex .grid .triangel_blue {
    margin-top: -33px;
    margin-bottom: 30px;
	height: 13px;
	width: 30px;
	margin-left: 49.3%;
	background-image: url(../images/triangel-blue.png);
	background-repeat: no-repeat;
}

.grid.flex .grid .triangel_green {
    margin-top: -33px;
    margin-bottom: 30px;
	height: 13px;
	width: 30px;
	margin-left: 65.2%;
	background-image: url(../images/triangel-green.png);
	background-repeat: no-repeat;
}

.grid.flex .grid .triangel_pink {
    margin-top: -33px;
    margin-bottom: 30px;
	height: 13px;
	width: 30px;
	margin-left: 17.5%;
	background-image: url(../images/triangel-pink.png);
	background-repeat: no-repeat;
}

.footer{
    text-align: center;
    color: #898989;
}

.footer_line{
	border-top:1px solid #e6e6e6;
	text-align:center;
	color:#898989;
	position:relative;
    bottom: 0;
    padding: 5px 0px;
	line-height: 25px;
}
.card {
	background-color: #FFF;
    padding: 30px 5px;
	text-align:center;
	margin-bottom: 15px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	-webkit-box-shadow: 1px 1px 5px 2px rgba(200,200,200,1);
    -moz-box-shadow: 1px 1px 5px 2px rgba(200,200,200,1);
    box-shadow: 1px 1px 5px 2px rgba(232,232,232,1);

}

.card_pc{
    margin-left: 25%;
    margin-right: 25%;
}


.grid.flex .grid .col_5 .card .X {
    color: #d00000;
    font-size: 14px;
    text-align: right;
    width: 86%;
    margin: 5px 0px;
    font-weight: 700;
}
.grid.flex .grid .col_5 .card .X a {
	color:#ff961b;
}

.title {
    display: inline-block;
    width: 72.5%;
    zoom: 1;
    font-size: 1em;
    color: #727272;
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: left;
}
.grid.flex .grid .col_12 .card .occupied {
	color: #f66707;
    font-size: 14px;
    text-align: right;
    margin: 5px 0px;
    font-weight: 700;
	margin-right: 5px;
}
.grid.flex .grid .col_12 .card .accept {
	color: #02c46f;
    font-size: 14px;
    text-align: right;
    width: 86%;
    margin: 5px 0px;
    font-weight: 700;
	margin-right: 5px;
}

.grid.flex .grid .photo {
    padding: 8px;
    background: white;
    width: 158px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 17px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 1px 1px 5px 2px rgba(200,200,200,1);
    -moz-box-shadow: 1px 1px 5px 2px rgba(200,200,200,1);
    box-shadow: 1px 1px 5px 2px rgba(232,232,232,1);
}

.grid.flex .grid .photo img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.grid.flex .grid .col_3 p {
	color:#727272;
	text-align:center;
	font-size:15px;
	margin-top: 20px;
}
.mailcheck {
    width: 80%;
    line-height: 18px;
    font-size: 14px;
    color: #d00000;
    font-weight: bold;
    letter-spacing: 1px;
    height: 90px;
}
.mailcheck button {
    float: right;
    width: 26%;
    padding: 15px;
    background: white;
    border-style: solid;
    border-color: #d00000;
    border-width: 2px;
    color: #d00000;
    font-size: 15px;
    font-weight: 700;
    margin-top: 9px;
}
.grid.flex .grid .col_9 .input {
	width: 80%;
}
.mailcheck2 {
    line-height: 18px;
    font-size: 14px;
    color: #d00000;
    font-weight: bold;
    letter-spacing: 1px;
    height: 90px;
    padding-left: 80px;
    padding-right: 80px;
    text-align: left;
}
.mailcheck2 button {
    float: right;
    width: 26%;
    padding: 15px;
    background: white;
    border-style: solid;
    border-color: #d00000;
    border-width: 2px;
    color: #d00000;
    font-size: 15px;
    font-weight: 700;
    margin-top: 9px;
}

.btns {
	font-size:20px; 
	background:#F68E07; 
	margin-top:10px; 
	margin-bottom: 8px;
	width:100%;
}
.confirm {
	text-align: left;
    line-height: 25px;
    font-size: 15px;
    color: #50BF71;
	font-weight:bold;
}
.btns2 {
	font-size:16px; 
	margin-top:10px; 
	margin-bottom: 8px;
	width:100%;
}

.gamecard {
    padding: 10px;
    background: white;
    width: 240px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 17px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 1px 1px 5px 2px rgba(200,200,200,1);
    -moz-box-shadow: 1px 1px 5px 2px rgba(200,200,200,1);
    box-shadow: 1px 1px 5px 2px rgba(232,232,232,1);
}
.gamename {
    width: 235px;
    margin: 0px auto;
    color: #727272;
    font-weight: bold;
    margin-top: 15px;
}
.gamename2 {
    width: 235px;
    margin: 0px auto;
    color:#dd6b80;
    font-weight: bold;
    font-size: 15px;
    margin-top: 10px;
}
.setting {
    min-height: 750px;
    padding-bottom: 170px;
}
.colorbg {
	background:#fffbf4; 
	padding-top: 60px;
}


.gamename_1 {
    color: #727272;
    font-weight: bold;
    font-size: 25px;
}


.gamename2_1 {
    color: #dd6b80;
    font-weight: bold;
    font-size: 18px;
    margin-top: 13px;
}
.grid.flex.line_gray .grid .col_10 p {
    font-size: 17px;
    color: #7d7d7d;
    line-height: 35px;
	letter-spacing: 1px;
}
.gamephoto {
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.photo_xs {
	background-color: #30F;
	float: left;
    height: 45px;
    width: 45px;
}

.photo_xs {
	margin-right:5px;
	margin-bottom:5px;
}
.gamexplain {
    line-height: 25px;
    padding-top: 90px;
    font-size: 16px;
    font-weight: bold;
    color: #727272;
    letter-spacing: 1px;
}
.grid.flex .grid.line_gray .col_6.gamexplain .step_title span {
    background-color: #F68E07;
    padding: 6px 18px;
    color: white;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
	font-size:15px;
}

.step_title {
	font-size: 20px;
    color: #F68E07;
	margin-bottom:5px;
}

.playnow {
	font-size:45px;
	color:#474747;	    
	letter-spacing: 13px;
    padding: 50px 0px;
}
.playnow_btn {
	padding: 20px;
    margin-top: 40px;
    font-size: 20px;
    width: 100%;
    background: #c50f35;
}
.grid.flex.line_green .grid .tools p span {
	margin-right:2px;
	margin-left:2px;
}
.icon_pink {
	color:#dd6b80; 
	margin-top:5px;
}

.icon_orange {
	color:#f68e07;
	margin-top:5px;
}
.icon_blue {
    color:#30afd6;
	margin-top:5px;
}
.icon_green {
	color:#02c46f; 
	margin-top:5px;
}

.icon_purple {
    color:#bd2dd7;
	margin-top:5px;
}
.email {
	float: left;
	width: 70%;
}
.btn {
	padding: 20px; 
	margin-top: 50px; 
	font-size:20px; 
	width:80%; 
	margin-right: 5px;
}

.info_padding {
	padding-left: 60px;
}
.number {
	font-size: 30px; 
	color: #f68e07;
}
.frame {
	max-width:1000px;
}
.play_now {
    margin-top: 1px;
}
.playnowbtn {
	width: 100%;
}
.orange_color {
	color:#f68e07;
}
.top {
	margin-top: 10px;"
}
.login {
	font-size:20px; 
	background:#F68E07;
    margin-top:20px; 
	margin-bottom:8px;
}
.alert {
    color: #7d7c7c;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 20px;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}
.top- {
	margin-top: -10px;
}
.top2 {
	margin-top:12px;
}
.shrink {
	margin-left: 20%; 
	margin-right: 20%;
}
.next {
	font-size:20px; 
	margin-top:30px; 
	margin-bottom: 8px;
}
.font {
	text-align: center;
    color: #898989;
    line-height: 1.5;
}
.greenword {
	padding: 0px 68px;
}
.info-title {
	color:#565656; 
	font-size:25px; 
	letter-spacing:1px;
}
.money {
	color:#f68e07; 
	font-size:35px;
}
.table-set {
	padding-top:50px; 
	min-height: 580px;
}
.pay_btn {
	float: right; 
	padding:15px; 
	width: 210px;
}
.table-top {
	margin-top:30px;
}
.text-left {
	text-align:left;
}
.gamebtn1 {
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    font-weight: 100;
    font-size: 17px;
    width: 100%;
}
.hr-setting {
	margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    margin-top: 15px;
    width: 80%;
}
.grid.flex.setting.colorbg .grid.frame .col_5 .card .alert a {
	text-decoration: underline;
	color:#F68E07;
}



@media (max-width:769px) {
.logo_size{
	width: 90%;
}

.toolss{
	width: 100%;
    padding-top: 30px;
    position: absolute;
}

.tools_left{
	float: left;
   	padding-left: 12.5%;
}

.tools_right{
	float: right;
    padding-right: 12.5%;
}

.card_phone{
	margin-left: 5%;
    margin-right: 5%;	
}

	
}