body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
.navbar {
	min-height:auto;
	margin-bottom:0;	
	border-radius: 0;
}
.navbar-brand {
	padding: 10px 15px;
	height: auto;
	font-weight: bold;
	color: white;
	font-size: 25px
}
.navbar-nav>li>a {
	padding: 10px;
}
.navbar-inverse .navbar-brand {
	color: white;
}
.navbar-toggle {
	padding: 5px;
}
.header {
	display: block;
	padding: 0;
}
.topbar {
    min-height: 5px;
    background-color: #242829;
    color: #fff;
}
.slicknav_menu {
    display: none;
}
#main {
    margin: 0;
    width: auto;
    display: inline-block;
    float: left;
    width: 79%;
    height: 42px;
}
#main ul {
    float: left;
    margin: 0;
}
#main li {
    float: left;
    position: relative;
    width: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
    font-size: normal;
    line-height: 42px;
    letter-spacing: .07em;
    font-weight: bold;
}
#main li.small a {
    font-size: 12px;
    letter-spacing: normal;
    font-weight: normal;
    color: #908e8f;
}
#main > ul > li {
    padding-bottom: 10px;
    margin-bottom: -10px;
}
#main li a {
    display: block;
    text-decoration: none;
    padding: 0 12px 0;
    color: #ffffff;
}
#main a:hover,
#main li.menu-item-has-children:hover>a {
    background-color: #1d87bc;
    color: #ffffff;
    cursor: pointer;
}
#main li.small a:hover,
#main li.small.menu-item-has-children:hover>a {
    color: #1d87bc;
    background-color: transparent;
}
/* Navigation submenu */

#main .menu-item:hover .sub-menu {
    display: block;
}
#main .sub-menu {
    display: none;
    position: absolute;
    text-align: left;
    left: 0%;
    margin-top: 0;
    padding: 0;
    width: 180px;
    z-index: 2000;
    background-color: #1d87bc;
    background-color: rgba(29, 135, 188, .9);
    font-size: 12px;
}
#main .sub-menu .menu-item {
    margin: 0;
    font-size: 13px;
    line-height: 24px;
    font-weight: normal;
    letter-spacing: normal;
}
#main .sub-menu .menu-item a {
    color: #ffffff;
    display: block;
    width: 180px;
    padding: 5px 15px;
}
#main .sub-menu .menu-item:first-of-type a {
    border-top: none;
}
#main .sub-menu .menu-item a:hover {
    background-color: #1d87bc;
    color: #ffffff;
}
#main .sub-menu .menu-item-has-children a {} #main .sub-menu .menu-item .sub-menu .menu-item a {
    border: none;
    padding: 10px 15px 10px 20px;
    margin-top: -12px;
    font-style: italic;
    background-color: transparent;
    font-size: 12px;
}
#main .sub-menu .menu-item .sub-menu .menu-item a:hover {
    color: rgba(255, 255, 255, .7);
}
#main li li a:after {
    display: none;
}
/* Top Search */

#main li.search {
    display: none;
}
#brand {
    padding-left: 0px;
}
#brand a:hover {
	color: #1d87bc;
	background-color: transparent;
}

/*--------------------------Game Css ---------------------------------------------*/
.box-game {
	padding:0;
	background-color: #222;
	
}
.box-center {
	display: table;
	padding:0;
}
@media screen and (max-width: 1023px) {
	.box-center {
		display: table;
		padding:0 15px;
	}
}
.box-right {
	float: left;
    min-width: 330px;
	padding-bottom: 15px;
}
.box-social {
	display: inline-block;
    float: right;
}
.box-play {
	display: inline-block;
}

.box-title h1 {
	display:inline;
	color: gray;
    font-size: 20px;
	font-weight: 900;
    margin-top: 0px;
	margin-bottom:0px;
	padding:7px 0;
}
.box-text {
	padding:10px 0;
	color:gray;
}

.box-text h2 {
	padding: 10px 0;
    margin: 0;
    font-size: 24px;
	display: inline-block;
}
.box-text h3 {
	padding: 10px 10px 10px 0px;
    margin: 0;
    font-size: 24px;
	display: inline-block;
}
ul.tags {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
ul.tags li {
    float: left;
    height: 20px;
    line-height: 24px;
    position: relative;
    margin-right: 5px;
}
ul.tags li a {
    padding: 5px;
    color: #25a8ea;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.ads-title {
    text-align: center;
    padding: 9px;
    font-size: 13px;
    color: #909090;
	font-style: italic;
}
.ads-display {
    padding: 0;
    margin: 0;
    text-align: center;
}

/*--------Game Left ---------------------*/
.box-left {
    float: left;
    padding: 0px 10px 10px 15px;
    overflow: hidden;
}
.box-left h3 {
    color: gray;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 0;
	text-align:center;
	font-style: italic;
}
.box-scroll {
    margin-top: 50px;
}

.box-main {
	background-color: #e9ebee !important;
	padding-bottom:20px;
}
.box-list {
	/*display:table;*/
}
.box-game .ads-display {
	padding:0 auto;
	padding-top:15px;
	padding-bottom:15px;
}
.box-right .ads-display {
    padding: 0;
    margin: 0;
    text-align: center;
}
.box-main h2 {
    font-size: 20px;
    color: #21242d;
}
/*--------------------------left game ---------------------------------------*/
.box-left ul {
	float: right;
    list-style: none outside none;
    padding: 0px 0px 15px 0px;
    margin: 0;
}
.box-left ul>li {
    height: 156px;
    width: 126px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.box-left ul>li .item-game {
    height: 168px;
    width: 126px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,1);
    box-shadow: 0 2px 4px rgba(0,0,0,1);
    background: #fafafa;
    height: 100%;
    position: relative;
    text-decoration: none;
    vertical-align: top;
	border-radius: 5px;
}
.box-left ul>li .item-game .cover {
    height: 126px;
    width: 126px;
    background-color: #fafafa;
	border-radius: 5px;
}
.box-left ul>li .item-game .cover .cover-outer-align {
    display: table;
    height: 100%;
    width: 100%;
}
.box-left ul>li .item-game .cover .cover-inner-align {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.box-left ul>li .item-game .cover .cover-inner-align img{
	width:100%;
	border-radius: 5px;
	 border: solid 1px #EFEFEF;
}
.box-left ul>li .item-game .details {
    max-height: 50px;
    padding-top: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    padding: 0px 7px 5px 10px;
    position: relative;
}
.box-left ul>li .item-game .details .title {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0;
    margin-top: 6px;
    min-height: 17px;
    color: #212121;
    display: block;
    max-height: 36px;
    overflow: hidden;

    position: relative;
    white-space: nowrap;
}
.box-left ul>li .item-game .details .subtitle-container {
    min-height: 22px;
    display: block;
    position: relative;
    width: 100%;
}
.box-left ul>li .item-game .details .subtitle-container .subtitle {
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    margin: 1px 0;
    max-width: 132px;
    overflow: hidden;
    white-space: nowrap;
}
/*--------------------------more game --------------------------------------*/
.box-main ul.list {
    display: inline-block;
    list-style: none;
    padding: 15px 0;
    margin: 0;
}
.box-main ul.list>li {
    height: 156px;
    width: 126px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.box-main ul.list>li .item-game {
    height: 168px;
    width: 126px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    background: #fafafa;
    height: 100%;
    position: relative;
    text-decoration: none;
    vertical-align: top;
	border-radius: 5px;
}
.box-mainn ul.list>li .item-game .cover {
    height: 126px;
    width: 126px;
    background-color: #fafafa;
	border-radius: 5px;
}
.box-main ul.list>li .item-game .cover .cover-outer-align {
    display: table;
    height: 100%;
    width: 100%;
}
.box-main ul.list>li .item-game .cover .cover-inner-align {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.box-main ul.list>li .item-game .cover .cover-inner-align img{
	width:100%;
	border-radius: 5px;
	border: solid 1px #fff;
}
.box-main ul.list>li .item-game .details {
    max-height: 50px;
    padding-top: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    padding: 0px 7px 5px 10px;
    position: relative;
}
.box-main ul.list>li .item-game .details .title {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0;
    margin-top: 6px;
    min-height: 17px;
    color: #212121;
    display: block;
    max-height: 36px;
    overflow: hidden;

    position: relative;
    white-space: nowrap;
}
.box-main ul.list>li .item-game .details .subtitle-container {
    min-height: 22px;
    display: block;
    position: relative;
    width: 100%;
}
.box-main ul.list>li .item-game .details .subtitle-container .subtitle {
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    margin: 1px 0;
    max-width: 132px;
    overflow: hidden;
    white-space: nowrap;
}
.preview-overlay-container {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    background: rgba(0,0,0,0.4);
    cursor: pointer;
    height: 126px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.preview-overlay-container:hover {
    opacity: 1;
}
.paragraph-end {
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,1)));
    background-image: -webkit-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1));
    background: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,1));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#00ffffff',EndColorStr='#ffffff');
    bottom: 0;
    height: 25px;
    max-height: 100%;
    position: absolute;
    right: 0;
    width: 60px;
}
.pagination {
	width:100%;
}
.footer {
    line-height: 58px;
    color: #9d9d9d;
    background-color: #101010;
    text-align: center;
}
.footer .about{
	background-color: #222;
}
.footer .about a {
	color: #fff;
	text-decoration: underline;
}
.footer .about a:hover {
	color: #9d9d9d;
}
.footer p {
	line-height: normal;
}