*, *:focus{
	outline:0;
}
button{
	cursor:pointer;
}

ul::after{
	content:"";
	display:block;
	clear:both;
}
ol,ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

body,html{
	height:100%;
}
body{
	margin:0;
	font-family: 'Open Sans', sans-serif;
	/* min-width:767px; */
}





header{
	height: 174px;
	padding-top:1px;
}
.container{
	width:98%;
	margin:auto;
	max-width:960px;
	min-width:960px;
}

.container::after{
	clear:both;
	content:"";
	display:block;
}
header .container, footer .container{
	max-width:1275px;
}

.logo{
	float:left;
}
.logo img{
	margin-top:25px;
    margin-left: 30px;
    max-height: 100px;
}

.search-bar{
	width: 365px;
    height: 28px;
    margin: auto;
    position: relative;
    margin-top: 70px;
}
.search-icon{
	position: absolute;
    top: 6px;
    left: 7px;
}

.search-input{
	width: 312px;
    height: 28px;
    padding-left: 26px;
    box-sizing: border-box;
    border: 0;
    border-radius: 4px;
	font-size: 11px;
}
.search-input:focus{
	border: 1px solid #0084ff !important;
}

.spinner{
    display:block;
    text-align:center;
}

.search-btn{
	border: 0;
    padding: 0;
    height: 28px;
    border-radius: 4px;
    float: right;
}
.add-chrome{
	border: 0;
    padding: 0;
    height: 28px;
    border-radius: 4px;
	background:transparent;
	float:right;
	margin: -70px 30px 0px 0px;
}

.slap{
	height:18px;
}




.clear{
	clear:both;
}


.contentSec{
	height: calc(100% - 240px);
}
.contentSec .container{
	height:100%;
}


.filter{
	height: 65px;
	border-bottom:2px solid #d2dadd;
	margin-bottom: 13px;
}
.category{
	float:right;
}
.articleSec{
	overflow:hidden;
	height: calc(100% - 84px);
}

.filter button{
	float: right;
    border: 0;
    padding: 0;
    margin: 0;
    width: auto;
    height: 28px;
    border-radius: 4px;
}


.select-control{
	width:171px;
	height:28px;
	display: -webkit-inline-box;
	overflow: hidden;
	margin-top: 25px;
	float: right;
	margin-right: 10px;
	background:#fff;
	border-radius: 4px;
}
.filter-label {
    font-weight: bold;
    float: left;
    line-height: 65px;
    font-size: 35px;
}

.border-color{
	border:1px solid #aabcc1;
}
.select-control select{
	border: 0;
    height:28px;
    width: 171px;
	background: url(../img/Arrow.png) 190px 14px no-repeat;
}

.category_search{
	width: 312px;
	height: 28px;
	margin: auto;
	position: relative;
	float:right;
	margin-top: 25px;
}
.gamelist li{
	float:left;
	max-width:172px;
	 width:20%;
	 margin:0px 22px 36px 0px;	
}
.gamelist li:nth-child(5n){
	margin:0px 0px 36px 0px;
}

.game_block{
	max-width:172px;
	width:100%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	
}
.imgSec{
	width:170px;
	height:120px;
	text-align:center;
	background:#000;
	display:table;
}
.img_cell{
	max-width:170px;
	max-height:120px;
	vertical-align:bottom;
	display:table-cell;
}
.gamebottom{
	padding:10px 7px;
	text-align:center;
}
.game_title{
	font-size:13px;
	color:#000;
	float:left;
	text-transform:capitalize;
	font-weight: 600;
}
.game_rank{
	font-size:10px;
	color:#000;
	float:right;
}
.game_info{
	margin-bottom:20px;
	overflow:hidden;
	line-height:21px;
}
.play_btn{
	border: 0;
    padding: 0;
    height: 28px;
    border-radius: 4px;
    background: transparent;
}
.play_btn  img {
    height: 28px;
    width: 116px;
}
.truncate {
  width: 130px;
  text-align:left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.loadMoreButton{
    width: 116px;
    height: 28px;
    background: #0084ff;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin: auto;
    line-height: 28px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
}



footer{
    color: #fff;
    font-size: 10px;
    height: 15px;
    padding: 16px;
}

.footer-text{
	float: left;
}
.footer-link{
	float: right;
}
.footer-link a{
	color:#fff;
	text-decoration:none;
}

.mCSB_inside > .mCSB_container{
	margin-right:4px !important;
}


@media all and (max-width: 1024px){
	body{
		min-width:1000px;
	}
	
}