/*
	* font Roboto
*/

@font-face {
	font-family: 'Roboto-Black';
	src: url('../fonts-roboto/Roboto-Black.ttf') format('truetype');
}


@font-face {
	font-family: 'Roboto-BlackItalic';
	src: url('../fonts-roboto/Roboto-BlackItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto-Bold';
	src: url('../fonts-roboto/Roboto-Bold.ttf') format('truetype');
}


@font-face {
	font-family: 'Roboto-BoldCondensed';
	src: url('../fonts-roboto/Roboto-BoldCondensed.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto-BoldCondensedItalic';
	src: url('../fonts-roboto/Roboto-BoldCondensedItalic.ttf') format('truetype');
}


@font-face {
	font-family: 'Roboto-BoldItalic';
	src: url('../fonts-roboto/Roboto-BoldItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto-Condensed';
	src: url('../fonts-roboto/Roboto-Condensed.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto-CondensedItalic';
	src: url('../fonts-roboto/Roboto-CondensedItalic.ttf') format('truetype');
}


@font-face {
	font-family: 'Roboto-Italic';
	src: url('../fonts-roboto/Roboto-Italic.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto-Light';
	src: url('../fonts-roboto/Roboto-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto-LightItalic';
	src: url('../fonts-roboto/Roboto-LightItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto-Medium';
	src: url('../fonts-roboto/Roboto-Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto-MediumItalic';
	src: url('../fonts-roboto/Roboto-MediumItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto-Regular';
	src: url('../fonts-roboto/Roboto-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto-Thin';
	src: url('../fonts-roboto/Roboto-Thin.ttf') format('truetype');
}

@font-face {
	font-family: 'Roboto-ThinItalic';
	src: url('../fonts-roboto/Roboto-ThinItalic.ttf') format('truetype');
}
*{
	margin:0px;
	padding:0px;
}
body{
	background:#00547c;
	font-family: sans-serif;
}
a{
	text-decoration:none;
}
ul li{
	list-style:none;
}
.text-index{
	position:absolute;
	top:-100%;
}
.clear{
	clear:both;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.container{
	position:relative;
	width: 1290px;
    /*padding: 0px 15px;*/
    margin: 0 auto;
    /*background: #fff;*/
    box-sizing: border-box;
	overflow:hidden;
	}
header{
	width:100%;
	/*max-height:120px;*/
	background:#ff2343;
	
	float:left;
}
header>.logo-top{
	width:200px;
	padding:10px;
	float:left;
}
header{
	width:100%;
	/*max-height:120px;*/
	background:#ff2343;        
	float:left;
	background:url('../images/bg-menu.png');
      /*  border-bottom: 5px solid #c6001d;
        background: rgba(252,41,72,1);
background: -moz-linear-gradient(top, rgba(252,41,72,1) 0%, rgba(235,75,99,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,41,72,1)), color-stop(100%, rgba(235,75,99,1)));
background: -webkit-linear-gradient(top, rgba(252,41,72,1) 0%, rgba(235,75,99,1) 100%);
background: -o-linear-gradient(top, rgba(252,41,72,1) 0%, rgba(235,75,99,1) 100%);
background: -ms-linear-gradient(top, rgba(252,41,72,1) 0%, rgba(235,75,99,1) 100%);
background: linear-gradient(to bottom, rgba(252,41,72,1) 0%, rgba(235,75,99,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc2948', endColorstr='#eb4b63', GradientType=0 );
*/
}
header>.logo-top{
	width:200px;
	height:140px;
	padding:10px;
	float:left;
}
header>.logo-top img{
	width:100%;
}
header>.search{
	float:right;
	position:relative;
	margin:5px 10px 0px 0px;
}
header>.search input{
	width:215px;
	height:30px;
	border:none;
	border-radius:30px;
	padding-left:10px;
    background: rgba(19,86,153, 0.6);  
    border: 1px solid #003c7c;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(29,127,195,1);
-moz-box-shadow: 0px 0px 5px 3px rgba(29,127,195,1);
box-shadow: 0px 0px 5px 3px rgba(29,127,195,1);
color: #fff;
}
.header>.search input:focus, .header>.search input:active{
    border: 0px !important;
}
header>.search button{
	color: #ccc;   
    border: none;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 35px;
    height: 30px;
    font-size: 17px;
       color: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
	background: rgba(1,117,170,1);
background: -moz-linear-gradient(top, rgba(1,117,170,1) 0%, rgba(2,85,163,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(1,117,170,1)), color-stop(100%, rgba(2,85,163,1)));
background: -webkit-linear-gradient(top, rgba(1,117,170,1) 0%, rgba(2,85,163,1) 100%);
background: -o-linear-gradient(top, rgba(1,117,170,1) 0%, rgba(2,85,163,1) 100%);
background: -ms-linear-gradient(top, rgba(1,117,170,1) 0%, rgba(2,85,163,1) 100%);
background: linear-gradient(to bottom, rgba(1,117,170,1) 0%, rgba(2,85,163,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0175aa', endColorstr='#0255a3', GradientType=0 );
    
}
header>nav{
	float:left;
	width:80%;
	margin-top: 0px;
        margin-left: 20px;
}
header>nav>ul{
	float:left;
        margin-bottom:0px;
}
header>nav>ul>li{
	display:inline-block;
	float:left;
        position: relative;
}
header>nav>ul>li> .out-blu{
    width: 252px;
    /*height: 101px;*/
    background: #014484;
    position: absolute;
   left: 55%;
  transform: translateX(-55%);
    z-index: 10;
    text-align: center;
    padding: 10px 20px;
    border-radius: 5px;
	border:1px solid #1569ad;
    display: none;
    
} 
header>nav>ul>li> .out-blu:after{
    content: "";
        border-bottom: 8px solid #014484;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
     left: 53%;
  transform: translateX(-53%);
    top: -8px;
}
header>nav>ul>li> .out-blu ul li{
    display: inline-block;
    float: left;
    margin-right: 3px;
     width: 39px;
    height: 39px;
    border-radius: 5px;
    border: 2px solid #fff;
        -webkit-box-shadow: 10px 9px 15px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 9px 15px -6px rgba(0,0,0,0.75);
box-shadow: 10px 9px 15px -6px rgba(0,0,0,0.75);
    
}
header>nav>ul>li> .out-blu ul li a img{
    width: 35px;
    height: 35px;
    border-radius: 5px;
   
   
    
}
header>nav>ul>li> .out-blu a {
	color:#fff;
}
header>nav>ul>li> .out-blu ul li:last-child a{
display: block;
    width: 100%;
    height: 100%;    
    border-radius: 4px;
    color: #0d477f;
    font-size: 24px;
    text-align: center;
    line-height: 35px;
	background: rgba(253,244,204,1);
background: -moz-linear-gradient(top, rgba(253,244,204,1) 0%, rgba(254,207,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(253,244,204,1)), color-stop(100%, rgba(254,207,0,1)));
background: -webkit-linear-gradient(top, rgba(253,244,204,1) 0%, rgba(254,207,0,1) 100%);
background: -o-linear-gradient(top, rgba(253,244,204,1) 0%, rgba(254,207,0,1) 100%);
background: -ms-linear-gradient(top, rgba(253,244,204,1) 0%, rgba(254,207,0,1) 100%);
background: linear-gradient(to bottom, rgba(253,244,204,1) 0%, rgba(254,207,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf4cc', endColorstr='#fecf00', GradientType=0 );
}
header>nav>ul>li>a
{
	position: relative;
    padding: 10px 30px 0px 30px;
    overflow: hidden;
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: middle;	
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
	/*font-weight:bold;
	border-top-left-radius:7px;
	border-top-right-radius:7px;*/
}
header>nav>ul>li>a:hover, header>nav>ul>li>a:active
{
	color:#FFF3A0;
        text-decoration: none;
	/*background:#fff;*/
}
header>nav>ul>li>a:hover img{
    top:7px;
}
header>nav>ul>li:hover .out-blu{
    display: block;
}
header>nav>ul>li>a img{
	display:block;
	margin:0 auto;
	padding-bottom:10px;
	height: 52px;
        position: relative;
}       
.list-tag{
    width: 750px;
    float: left;
    position: relative;
    margin-left: 20px;
    margin-top: 5px;
   margin-bottom: 5px;
    background: rgba(19,86,153, 0.6);
    border-radius: 20px;
    border: 1px solid #003c7c;
  -webkit-box-shadow: 0px 0px 5px 3px rgba(29,127,195,1);
-moz-box-shadow: 0px 0px 5px 3px rgba(29,127,195,1);
box-shadow: 0px 0px 5px 3px rgba(29,127,195,1);
}
.list-tag:after{
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    background: url('../images/bg-tag.png');
    left: 0px;
    top:-3px;
    
}
.list-tag ul{
    float: left;
    margin-bottom: 0px;
   margin-left: 25px;
}
.list-tag ul li{
    float: left;
}
.list-tag ul li a{
    line-height: 30px;
    padding: 0px 15px;
    color: #fff;
}
.box-adv{
	width:100%;
	float:left;
	text-align:center;
	margin:10px 0px;
}
.title{
    border-bottom: 1px solid #fed100;
    float: left;
    width: 100%;
}
.title h2, .title h1{
	color:#014383;
	margin-bottom:0px;
	font-size:16px;
	text-transform:uppercase;
	line-height:30px;
	float:left;
	padding:5px 10px 3px 10px;
	background: rgba(253,243,201,1);
background: -moz-linear-gradient(top, rgba(253,243,201,1) 0%, rgba(254,209,8,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(253,243,201,1)), color-stop(100%, rgba(254,209,8,1)));
background: -webkit-linear-gradient(top, rgba(253,243,201,1) 0%, rgba(254,209,8,1) 100%);
background: -o-linear-gradient(top, rgba(253,243,201,1) 0%, rgba(254,209,8,1) 100%);
background: -ms-linear-gradient(top, rgba(253,243,201,1) 0%, rgba(254,209,8,1) 100%);
background: linear-gradient(to bottom, rgba(253,243,201,1) 0%, rgba(254,209,8,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf3c9', endColorstr='#fed108', GradientType=0 );
}
.title h2 img{
	width:15px;
}
.slide-game-hot{
	width:100%;
	float:left;
}
.slide-hot-game{
	float:left;
}
.slide-hot-game .item a{
	border-radius:50%;
	position:relative;
	display:block;
	margin-top:20px;
	padding:2px;
	background:#fff;
	border:1px solid #fff;
	/*transition: background ease .3s, border linear .3s;*/
} 
.slide-hot-game .item a img{
	border-radius:50%;
}
.list-game .item-game a{
	background:#fff;
}
.slide-hot-game .item:first-child a{
	margin-left:1px;
}
.slide-hot-game .item a:hover, .list-game .item-game:hover{
	border:1px solid #fed100;
	background: rgba(253,244,204,1);
background: -moz-linear-gradient(top, rgba(253,244,204,1) 0%, rgba(253,244,204,1) 51%, rgba(254,207,0,1) 51%, rgba(254,207,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(253,244,204,1)), color-stop(51%, rgba(253,244,204,1)), color-stop(51%, rgba(254,207,0,1)), color-stop(100%, rgba(254,207,0,1)));
background: -webkit-linear-gradient(top, rgba(253,244,204,1) 0%, rgba(253,244,204,1) 51%, rgba(254,207,0,1) 51%, rgba(254,207,0,1) 100%);
background: -o-linear-gradient(top, rgba(253,244,204,1) 0%, rgba(253,244,204,1) 51%, rgba(254,207,0,1) 51%, rgba(254,207,0,1) 100%);
background: -ms-linear-gradient(top, rgba(253,244,204,1) 0%, rgba(253,244,204,1) 51%, rgba(254,207,0,1) 51%, rgba(254,207,0,1) 100%);
background: linear-gradient(to bottom, rgba(253,244,204,1) 0%, rgba(253,244,204,1) 51%, rgba(254,207,0,1) 51%, rgba(254,207,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf4cc', endColorstr='#fecf00', GradientType=0 );
}
.slide-hot-game .item a:hover .start, .list-game .item-game:hover .start{
	display:block;
}
.slide-hot-game .adv a{
	/*padding:0px;*/
}
.slide-hot-game .item a .start, .list-game .item-game .start{
	position: absolute;
    background: rgba(0,0,0,0.7);
    left: 2px;
    top: 2px;
    width: 98%;
    height: 98%;
	text-align:center;
	border-radius:50%;
	display:none;
	
}
.slide-hot-game .item a .start ul, .list-game .item-game .start ul{
    display: none;
}
.slide-hot-game .item a .start .name-game, .list-game .item-game .start .name-game{
    bottom: 0px;
    position: absolute;
    color: #fff;
    /*font-weight: bold;*/
    line-height: 25px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    width: 100%;
    /*background: rgb(0,0,0);
    margin-bottom: 0px;
	border-bottom-left-radius:13px;
	border-bottom-right-radius:13px;*/
	font-size:20px;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);

}
.slide-hot-game .item a .start ul li, .list-game .item-game .start ul li{
	display:inline-block;
	line-height:195px;
	
}
.slide-hot-game .item a .start ul li i, .list-game .item-game .start ul li i{
	
	font-size: 24px;
        color: #fff;
}
.slide-hot-game .item a .start ul li i, .list-game .item-game .start ul .selected i{
    color:#ff2343;
}
.box-game-index, .list-game{
	width:100%;
	float:left;
}
.list-game .item-game{
	border-radius:50%;
	position:relative;
	float:right;
	width:198px;
	height:198px;
	margin:6px;	
	padding:2px;
	border:1px solid #fff;
	background:#fff;
	/*transition: background ease .3s, border linear .3s;*/
}
.list-game .item-game img{
	width:100%;
	border-radius:50%;
}
.adv-index{
	float:right;
	margin-top:5px;
	margin-right:5px;
}
.adv-index img{
	max-height:615px;
	width:100%;
}
.adv-index1{
	float:right;
	margin-right:3px;
	margin-top:5px;
}
.adv-index img{
	/*max-height:422px;*/
	width:100%;
}

footer{
	margin:15px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	width:100%;
	background:#003e5c;
	color:#fff;
}
footer .container{
	background:#003e5c;
}
footer .container p{
	line-height:25px;
}
footer .container .logo-footer{
	display:block;
	float:left;
	margin-top:15px;
}
footer .icon-social{
	float:right;
	margin-top:30px;
}
footer .icon-social li{
	float:left;
}
footer .icon-social li a{
	    display: block;
    color: #fff;
    font-size: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-left: 10px;
}
footer .f-bottom{
	width:100%;
	text-align:center;
	line-height:35px;
	background:#002b40;
	color:#ccc;
}

/* 
** style game-page 
** breadcrumbs
*/
.single-page{
	background-color: #f5dce0;
	padding:0px 10px;

}
.box-1{
	border-bottom: 1px solid #ff2343;
}
.breadcrumbs li{
	float: left;
	line-height: 51px;
	padding:0px 16px;
	position: relative;
}
.breadcrumbs li:before{
	content: "\f105";
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	left: -5px;
	color: #bd172e;
}
.breadcrumbs li:nth-child(1){
	padding-left: 0px;
        line-height: 30px;
}
.breadcrumbs li:nth-child(1):before{
	content: '';
}
.breadcrumbs li:nth-child(1) img,.breadcrumbs ul li:nth-child(1) a{
	display: inline-block;
	position: relative;
	top: 4px;
}
.breadcrumbs li a{
	color: #ff2343;
	font-size: 15px;
}
.breadcrumbs li.current a{
	font-size: 26px;
	font-family: 'Roboto-Bold';
}
.breadcrumbs li.current h1{
    margin: 15px 0px 0px 0px;
	font-size: 20px;
   
    color: #f00;
}
.name-game-relate{
    position: absolute;
    z-index: -1;
    top:-100%;
}
.nav-social{
	display: inline-block;
	float: right;
	line-height: 51px;
}
.nav-social li{
	float: left;
	padding-left: 16px;
}
.nav-social li:first-child{
	padding-left: 0px;
}
.nav-social li:last-child{
	padding-left: 42px;
	position: relative;
}
.nav-social li:last-child:before{
	content: "";
	position: absolute;
	font-size: 18px;
	border-left: 1px solid #ebbec5;
	border-right: 1px solid #faedef;
	height: 30px;
	left: 21px;
	top: 12px;
	color: #bd172e;
}
.nav-social li a, .nav-social li img{
	display: inline-block;
	vertical-align: middle;
}
/* ** */
.game-page{
	margin-top: 10px;
	
}
.box-left-adv,.box-right-adv,.box-right-adv img,.box-left-adv img{
	width: 160px;
	height: auto;
}
.box-game-center{
	margin: 0px 8px;
}
.box-game-relate ul li{
	border: 1px solid #37d5e7;
	padding: 2px;
	margin-bottom: 5px;
}
.box-game-relate ul li:hover{
	background-color: #ff2343;
	opacity: 0.8;
}
.box-game-relate ul li img{
	max-width: 110px;
	float: left;
}
.box-game-play{
	width:644px;
	overflow: hidden;
	border: 1px solid #37d5e7;
	/*padding:5px;*/
	min-height: 550px;
	background-color: #7ce4ec;
	margin:0px 8px;
}
.box-game-option{
	margin:0px 8px;
	background-color: #f4bdc6;
}
.box-game-option ul{
	line-height: 43px;
}
.box-game-option ul li{
	float: left;
	border-left: 1px solid #f7cdd4;
	border-right: 1px solid #eea4b0;
	box-sizing:border-box;
	height: 43px;
	text-align: center;
}
.box-game-option ul li:nth-child(1){
	border-left: 0px;
	text-align: left;
	padding-left: 15px;
}
.box-game-option ul li:nth-child(5){
	border-right: 0px;
	text-align: right;
	padding-right:15px;
}
.box-game-option ul li:nth-child(2n+2){
	width: 10%;
}
.box-game-option ul li:nth-child(3){
	width: 24%;
}
.box-game-option ul li:nth-child(3) a{
	float: left;
	display: inline;
	line-height: initial;
}
.box-game-option ul li:first-child,.box-game-option ul li:last-child{
	width: 28%;
}
.box-game-option ul li a{
}
.box-game-option ul li img{
	vertical-align: middle;
}
/* ** */
.votes_main {
	margin: 0px auto;
	display: inline-block;
	position: relative;
	top: 5px;
}
.votes_main a{
	font-size: 0px;
}
.votes_main a:hover{
	cursor: pointer;
}
.votes_gray {
	/*background-image: url("../images/icon/icon-star.png");*/
	float: left;
	height: 20px;
	position: relative;
}
.votes_active {
	background: url("../images/icon/icon-star-active.png")top left repeat;
	height: 20px;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 1;
}
.votes_buttons {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 2;
}
.votes_button {
	border: medium none;
	height: 20px;
	margin: 0;
	padding: 0;
	width: 20px;
}
.votes_main span {
	color: #bec6ce;
	display: block;
	float: left;
	font-size: 15px;
	line-height: 20px;
	margin-left: 10px;
	margin-top:1px;
}
/*
** 
*/
.box-game-info{
	margin-top:30px;
}
.box-left-banner{
	width: 300px;
	overflow: hidden;
}
.box-left-banner img{
	width: 300px;
	height: auto;
	max-width: 300px;
	font-size: 0px;
}
.box-right-video{
	width: 290px;
	height: 230px;
}
.box-right-video iframe{
	width: 100%;
	height: 100%;
}
/* ** */
.box-right-tags{
	background-color: #f4bdc6;
	margin-top: 25px;
	padding: 11px 0px;
	width: 290px;
}
.tag-tit{
	border-bottom:1px solid #f4a6b3;
	padding-bottom: 9px;
	overflow: hidden;
}
.tag-tit li{
	float: left;
	width: 50%;
	box-sizing: border-box;
}
.tag-tit li:first-child{
	text-align: left;
	padding-left: 15px;
}
.tag-tit li:last-child{
	padding-right: 15px;
	text-align: right;
}
.tag-tit a{
	color: #1a1a1a;
	font-family: "Roboto-Bold";
	font-size: 16px;
}
.tag-tit li a:hover{
	color: #ff2343;
}
.tag-name li{
	width: 50%;
	box-sizing: border-box;
	float: left;
	margin-top: 11px;
	padding-left: 17px;
}
.tag-name li a{
	color: #1a1a1a;
	font-size: 14px;
	font-family: "Roboto-Bold";
}
.tag-name li a:hover{
	color: #ff2343;
}
.tag-name li a img{
	border:1px solid #9b9a9a;
	padding: 1px;
	background-color: #e7e7e7;
	border-radius: 4px;
	max-width: 37px;
	height: auto;
	vertical-align: middle;
}
.tag-name li a:hover img{
	border:1px solid #ff2343;
}
.tag-name li a span{
	padding-left: 6px;
}
/* 
**	.tab, tab-content
*/
.box-game-content{
	width: 624px;
	margin:0px 8px 0px 15px;
}
.box-game-tab ul{
	border-bottom: 1px solid #eb241d;
	overflow: hidden;
}
.box-game-tab ul li {
	float: left;
	margin-right: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border:1px solid #d0bbbf;
	border-bottom: 0px;
}
.box-game-tab ul li:hover{
	cursor: pointer;
}
.box-game-tab ul li a{
	background-color: #f4bdc6;
	color: #d78c98;
	font-family: "Roboto-Bold";
	font-size: 16px;
	display: inline-block;
	line-height: 28px;
	padding: 0px 6px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

}
.box-game-tab ul li.current a{
	background-color: #ef3c33;
	color: #fff;
}
.box-game-tab ul li a i{
	padding-right: 6px;
	font-weight: bold;
}
.tab-content{
	display: none;
	padding:20px 0px;
}
.tab-content.current{
	display: inherit;
}
.game-item{
	margin-right: 10px;
}
.game-item p{
	margin-bottom: 10px;
	color: #1a1a1a;
}
.game-item img{
	float: left;
	background-color: #bff2f6;
	border:1px solid #44d5e7;
	padding: 2px;
	margin-right: 14px;
	margin-bottom: 10px;
	max-width: 50%;
}
.game-title_{
	color: #1a1a1a;
	font-weight: bold;
	font-size: 16px;
}
.game-desc{
	text-align: justify;
	max-height: 57px;
	overflow: hidden;
}
.game-readmore{
	text-align: right;
}
.game-readmore a{
	border-bottom: 1px solid #fd6475;
	color: #fd6475;
	font-size: 14px;
	cursor: pointer;
}	
.btn-close{
	display: none;
}
/*
** .game-controls
*/
.game-controls{
	background-color: #f4bdc6;
	
	margin-right: 10px;
	min-height: 115px;
}
.game-controls-title{
	font-size: 16px;
	font-family: "Roboto-Bold";
	font-size: 16px;
	color: #1a1a1a;
	line-height: 33px;
	border-bottom: 1px solid #f4a6b3;
	padding: 0px 11px 0px 11px;
}
.game-controls-tuts{
	padding : 11px;
}
/*
** .game-relate-bottom
*/
.games-relates-block{
	margin-top: 20px;
}
.box-games-relate-bottom  ul li{
	float: left;
	margin-right: 16px;
	margin-bottom: 15px;
}
.box-games-relate-bottom ul li img{
	max-width: 104px;
	height: auto;
}
.box-games-relate-bottom  ul li:first-child{
	
}
.box-games-relate-bottom  ul li:nth-child(5n+5){
	margin-right: 0px;
}
.box-adv-bottom{
	text-align: center;
}
/*
** #back-to-top
*/
#back-to-top {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9999;
	width: 39px;
	height: 39px;
	text-align: center;
	line-height: 39px;
	background: #ff2343;
	color: #fff;
	cursor: pointer;
	border: 0;
	border-radius: 4px;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	display: none;
	font-size: 28px;
}
#back-to-top:hover {
	background: rgba(255, 35, 67, 0.74);
}
#back-to-top.show {
	display: inline-block;
}

/* 
** game-page2
*/
.box-game-center-2{
	margin: 0px;
}
.box-game-play-2{
	margin-left: 0px;
	width: 935px;
}
.box-game-option-2{
	margin-left: 0px;
}
/* tag-page*/
.box-adv-tag{
	background-color: #f5dce0;
	padding:10px 0px;
	margin:0px;
}
.game-page-tag{
	margin-top: 0px;
}
.box-tag-page{
	width: 904px;
	background-color: #f5bdc6;
}
.tag-top{
	line-height: 33px;
	border-bottom:1px solid #f4a6b3;
	display: block;
	overflow: hidden;
	padding:0px 19px;
	box-sizing:border-box;
} 
.tag-top a{
	display: inline-block;
	color: #000000;
	font-weight: 600;
}
.tag-top a:hover{
	color: #ff2343;
}
.tag-game-bottom{
	min-height: 550px;
	padding-bottom: 6px;
	margin-bottom: 0px;
}
.tag-game-bottom li{
	width: 25%;
	margin-top: 20px;
}
.tag-game-bottom li:nth-child(1),
.tag-game-bottom li:nth-child(2),
.tag-game-bottom li:nth-child(3),
.tag-game-bottom li:nth-child(4){
	margin-top:12px;
}
/*	** */
.box-adv-bottom-tag{
	padding:10px 0px;
}

/*  Rating */
#rate{
   margin-top:-10px;
}
#rate li{
    border: none;
   width: inherit;
     color: #fff;
}
#rate li i{
    font-size: 20px;
    cursor: pointer;
}
#rate ul .highlight, #rate ul .selected {
    color:#ff2343;;
    text-shadow: 0 0 1px #F48F0A;
}

.back-top{
    width:35px;
    height:35px;
    position: fixed;
    right: 0px;
    bottom: 138px;
    color: #014484;
    
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    cursor: pointer;
	 background: rgba(253,243,201,1);
background: -moz-linear-gradient(top, rgba(253,243,201,1) 0%, rgba(254,209,8,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(253,243,201,1)), color-stop(100%, rgba(254,209,8,1)));
background: -webkit-linear-gradient(top, rgba(253,243,201,1) 0%, rgba(254,209,8,1) 100%);
background: -o-linear-gradient(top, rgba(253,243,201,1) 0%, rgba(254,209,8,1) 100%);
background: -ms-linear-gradient(top, rgba(253,243,201,1) 0%, rgba(254,209,8,1) 100%);
background: linear-gradient(to bottom, rgba(253,243,201,1) 0%, rgba(254,209,8,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf3c9', endColorstr='#fed108', GradientType=0 );
}