@media screen and (min-width: 768px) {
.stats .container {
    width: 100%;
    float: none;
}
.stats-block{
    background: url(../images/stats/bg.png) no-repeat 50% 0;
    margin: -43px 15px 0 0;
}

.stats-block.stats-in {
    padding: 149px 44px 404px 67px;
    height: 100%;
}

.stats-block.stats-in .top-menu {
    text-align: center;
    font-family: 'Cuprum', sans-serif;
}

.stats-block.stats-in table td {
    vertical-align: top;
}

.stats-block.stats-in table tr.even td {
    background: rgba(20, 92, 106, 0.5);
}

.stats-block.stats-in .top-menu ul {
    word-spacing: -4px;
}

.stats-block.stats-in .top-menu ul li {
    word-spacing: 0;
    display: inline-block;
}

.stats-block.stats-in .top-menu .server-list_ {
    margin-top: 12px;
}

.stats-block.stats-in .top-menu .server-list_ ul li {
    margin-right: 10px;
}

.stats-block.stats-in .top-menu .server-list_ ul li.title {
    font-size: 20px;
    color: #7c9d7c;
    margin-right: 20px;
}

.stats-block.stats-in .top-menu .server-list_ ul li a {
    color: #95abae;
    font-size: 15px;
}

.stats-block.stats-in .top-menu .server-list_ ul li:last-child {
    margin-right: 0;
}

.stats-block.stats-in .top-menu .stats-types {
    position: relative;
    margin-top: 11px;
    height: 33px;
    /*line-height: 33px;*/
    padding-top: 1px;
    background: url(../images/stats/top-nav/center.png) repeat-x;
    display: inline-block;
}

.stats-block.stats-in .top-menu .stats-types li {
    height: 29px;
    line-height: 29px;
}

.stats-block.stats-in .top-menu .stats-types li.active {
    background: #23201b;
    background: -moz-linear-gradient(top, #23201b 0%, #3f1b08 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #23201b), color-stop(100%, #3f1b08));
    background: -webkit-linear-gradient(top, #23201b 0%, #3f1b08 100%);
    background: -o-linear-gradient(top, #23201b 0%, #3f1b08 100%);
    background: -ms-linear-gradient(top, #23201b 0%, #3f1b08 100%);
    background: linear-gradient(to bottom, #23201b 0%, #3f1b08 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#23201b', endColorstr='#3f1b08', GradientType=0);
    -webkit-box-shadow: inset 0 0 5px #191512;
    -moz-box-shadow: inset 0 0 5px #191512;
    box-shadow: inset 0 0 5px #191512;
}

.stats-block.stats-in .top-menu .stats-types:after, .stats-block.stats-in .top-menu .stats-types:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 15px;
}

.stats-block.stats-in .top-menu .stats-types:after {
    background: url(../images/stats/top-nav/right.png) no-repeat 0 0;
    right: -15px;
}

.stats-block.stats-in .top-menu .stats-types:before {
    background: url(../images/stats/top-nav/left.png) no-repeat 0 0;
    left: -15px;
}

.stats-block.stats-in .top-menu .stats-types a {
    display: block;
    padding: 0 8px;
    color: #95abae;
    font-size: 15px;
}

.stats-block.stats-in table {
    width: 100%;
    margin-bottom: 15px;
}

.stats-block.stats-in table thead th {
    padding: 5px 0;
    text-align: center;
    color: #7c9d7c;
    font-size: 16px;
}

.stats-block.stats-in table td {
    color: #c3d7d8;
    padding: 1px 10px;
}

.stats-block.stats-in table td .class-name {
    color: #73898a;
}

.stats-block.stats-in table td .nmbr {
    color: #e78a5a;
}

.stats-block.stats-in table tr:nth-child(2n+1) td {
    background: rgba(49, 68, 69, 0.44);
}

.stats-block.stats-in .results {
    height: 830px;
    margin-top: 38px;
    padding: 12px;
    overflow: hidden;
    position: relative;
}

.stats-block.stats-in .pagination {
    margin: 12px 5px 0;
    text-align: center;
}


/*# sourceMappingURL=stats.css.map */
}


/* mobile */
  @media screen and (max-width: 767px) {
	  
.stats .container {
    width: 100%;
    float: none;
}
.stats-block{
    background: url(../images/stats/bg.png) no-repeat 53% 0;
    margin: -37px 0px 0px 0;
}

.stats-block.stats-in {
    padding: 125px 0px 0px 0px;
    height: 100%;
}

.stats-block.stats-in .top-menu {
    text-align: center;
    font-family: 'Cuprum', sans-serif;
}

.stats-block.stats-in table td {
    vertical-align: top;
}

.stats-block.stats-in table tr.even td {
    background: rgba(20, 92, 106, 0.5);
}

.stats-block.stats-in .top-menu ul {
    word-spacing: -4px;
}

.stats-block.stats-in .top-menu ul li {
    word-spacing: 0;
    display: inline-block;
}

.stats-block.stats-in .top-menu .server-list_ {
    margin-top: 12px;
}

.stats-block.stats-in .top-menu .server-list_ ul li {
    margin-right: 10px;
}

.stats-block.stats-in .top-menu .server-list_ ul li.title {
    font-size: 20px;
    color: #7c9d7c;
    margin-right: 20px;
}

.stats-block.stats-in .top-menu .server-list_ ul li a {
    color: #95abae;
    font-size: 15px;
}

.stats-block.stats-in .top-menu .server-list_ ul li:last-child {
    margin-right: 0;
}

.stats-block.stats-in .top-menu .stats-types {
    position: relative;
    margin-top: 11px;
    height: 33px;
    /*line-height: 33px;*/
    padding-top: 1px;
    background: url(../images/stats/top-nav/center.png) repeat-x;
    display: inline-block;
}

.stats-block.stats-in .top-menu .stats-types li {
    height: 29px;
    line-height: 29px;
}

.stats-block.stats-in .top-menu .stats-types li.active {
    background: #23201b;
    background: -moz-linear-gradient(top, #23201b 0%, #3f1b08 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #23201b), color-stop(100%, #3f1b08));
    background: -webkit-linear-gradient(top, #23201b 0%, #3f1b08 100%);
    background: -o-linear-gradient(top, #23201b 0%, #3f1b08 100%);
    background: -ms-linear-gradient(top, #23201b 0%, #3f1b08 100%);
    background: linear-gradient(to bottom, #23201b 0%, #3f1b08 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#23201b', endColorstr='#3f1b08', GradientType=0);
    -webkit-box-shadow: inset 0 0 5px #191512;
    -moz-box-shadow: inset 0 0 5px #191512;
    box-shadow: inset 0 0 5px #191512;
}

.stats-block.stats-in .top-menu .stats-types:after, .stats-block.stats-in .top-menu .stats-types:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 15px;
}

.stats-block.stats-in .top-menu .stats-types:after {
    background: url(../images/stats/top-nav/right.png) no-repeat 0 0;
    right: -15px;
}

.stats-block.stats-in .top-menu .stats-types:before {
    background: url(../images/stats/top-nav/left.png) no-repeat 0 0;
    left: -15px;
}

.stats-block.stats-in .top-menu .stats-types a {
    display: block;
    padding: 0 8px;
    color: #95abae;
    font-size: 15px;
}

.stats-block.stats-in table {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 1px;
}

.stats-block.stats-in table thead th {
    padding: 5px 0;
    text-align: center;
    color: #7c9d7c;
    font-size: 16px;
}

.stats-block.stats-in table td {
    color: #c3d7d8;
    padding: 1px 2px;
}

.stats-block.stats-in table td .class-name {
    color: #73898a;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.castle_end{
	visibility: hidden;
    display: none;
}
.clan_end{
white-space: nowrap;
}
.crp {
	visibility: hidden;
    display: none;
}
.clanz {
	visibility: hidden;
    display: none;
}

.stats-block.stats-in table td .nmbr {
    color: #e78a5a;
}

.stats-block.stats-in table tr:nth-child(2n+1) td {
    background: rgba(49, 68, 69, 0.44);
}

.stats-block.stats-in .results {
    height: 830px;
    margin-top: 26px;
    overflow: hidden;
    position: relative;
}

.stats-block.stats-in .pagination {
    margin: 12px 5px 0;
    text-align: center;
}	  
  }
