.base {
    width: 100%;
    height: 100%;

    background-image: url(../images/launcher-bg.jpg);
    background-size: cover;
}
.container {
    display: table;
    padding-right: 15px;
    padding-left: 15px;
	
	position: relative;
}

.middle {
    vertical-align: middle;
}

td {
    padding: 0;
}

h1,
h2 {
    display: inline;
}

a {
    text-decoration: none;

    color: inherit;
    color: #fff;
}

.row {
    margin-top: 20px;
}

/*.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}*/
.server-status {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-top: 5px;
    background-color: rgba(111, 63, 78, .75);

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-flex-preferred-size: 25%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: center;
	
	width: 170px;
}
.server-link {
    padding-top: 5px;
    padding-bottom: 5px;
    /*font-family: "Trebuchet MS";*/
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    background-color:#903b58 ;
    text-align: center;
    color: #fcf170;
    border-top: 1px solid #b1446c;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
}

.basetext {
	margin-left: 5px;
	width: 300px;
	/*font-family: "TrajanProBold";*/
	font-size: 12px;
	letter-spacing: 1px;
	color: #fff;
	line-height: 24px;
}

.basetext span {
    display: block;

    font-size: 20px;
    line-height: 24px;
}
.server-status img.ll{
	float: left;
}
body {
    width: 940px;
    height: 432px;
	
	background-color: #000000;
}

.base,
header {
    position: relative;
}
#banners,
li {
    list-style: none;
}
* {
    padding: 0;
    margin: 0;
}
a img {
    border: 0;
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 25px;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.nav {
    display: table;
    float: left;

    vertical-align: middle;
}

.main-nav {
    z-index: 2;
}

.main {
    z-index: 2;
    position: absolute;
    top: 40px;
    left:260px;
}
.container img.tuu{
	margin-right: 200px;
	margin-top: -20px;
}
.container img.tuu1{
	margin-top: -20px;
}
.menu-bg {
    position: absolute;
    top: -2px;
    left: 122px;
    z-index: 1;

    width: auto;
    height: auto;
}

.menu-icon {
    width: 12px;
    height: 12px;
}

.nav li {
    display: inline;
}

.main li {
    margin-right: 15px;
}

.main a {
    /*font-family: "TrajanProBold";*/
    font-size: 14px;

    text-decoration: none;
    text-transform: uppercase;

    color: #fff;
}

.social {
    margin-right: 7px;
}

.social li {
    margin-right: 0px;
}
.social li img {
    width: 28px;
    height: 23px;
}
.logo,
header {
    height: 31px;
}
header {
    padding: 14px 14px 32px;
}
.in-game {
    float: left;
    width: 40%;
}
.in-game li {
    float: left;
    margin-right: 14px;
}
.in-game a,
.out-game a {
    display: block;
    width: 174px;
    height: 31px;

    background-image: url(../images/buttons.png);
}
.in-game a.create-your-account:hover {
    background-position: 0 -31px;
}
.in-game a.know-the-game {
    background-position: -174px 0;
}
.in-game a.know-the-game:hover {
    background-position: -174px -31px;
}
.out-game {
    float: right;
    width: 40%;
}
.out-game li {
    float: right;
    margin-left: 14px;
}
.out-game a {
    width: 38px;
}
.out-game a.buy-warcash {
    width: 173px;

    background-position: -348px 0;
}
.out-game a.buy-warcash:hover {
    background-position: -348px -31px;
}
.out-game a.facebook {
    background-position: -521px 0;
}
.out-game a.facebook:hover {
    background-position: -521px -31px;
}
.out-game a.twitch {
    background-position: -559px 0;
}
.out-game a.twitch:hover {
    background-position: -559px -31px;
}
.out-game a.youtube {
    background-position: -597px 0;
}
.out-game a.youtube:hover {
    background-position: -597px -31px;
}
.out-game a.forum {
    background-position: -635px 0;
}
.out-game a.forum:hover {
    background-position: -635px -31px;
}
.logo {
    position: absolute;
    top: 14px;
    left: 50%;

    width: 236px;
    margin-left: -118px;
}
.frame.bottom {
    top: auto;
    bottom: 0;

    height: 14px;

    background-position: 0 -63px;
}
.corner {
    bottom: 0;
    left: 0;

    width: 54px;
    height: 63px;

    background-image: url(../images/frame_corners.png);
}
.corner.right {
    left: auto;

    background-position: -54px 0;
}
.advertising {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: -5px;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.combo {
	background-color: #00151d;
	position: relative;
	display: inline;
	width: 448px;
	height: 250px;
	border: 1px solid #fd9000;
	border-bottom: 5px solid #fd9000;
	overflow: hidden;
}

.combo > *:first-child {
    position: absolute;
}

.combo > *:first-child:before {
	content: '';
	background: url(../images/loader.png) center center no-repeat;
	background-size: 100%;
    position: absolute;
	width: 100px;
	height: 100px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	animation: rotate 0.8s linear infinite;
}

@keyframes rotate {
	0% {transform: translate(-50%,-50%) rotate(0deg)}
	100% {transform: translate(-50%,-50%) rotate(-360deg)}
}

.combo.left .alternative {
    display: none;
    width: 426px;
    height: 246px;
    overflow: hidden;
}
.combo.left .original {
    position: absolute;
    top: 0;
    left: 0;

    width: 426px;
    height: 246px;
    overflow: hidden;
}

#news {
    font-family: Verdana;
	
	position: absolute;
    left: 187px;
    top: 0;
    width: 753px;
}
.news__title {
    display: -webkit-box;
    display: -ms-flexbox;
    left: 305px;
	margin-top: 5px;
    margin-bottom: 8px;
    width: auto;
    height: auto;
    position: absolute;
}

.news-icon {
	margin: 2px;
	float: left;
	width: 25px;
	height: 20px;
}

.news__title div.basetext {
	font-size: 24px;
}

.news__list {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
    margin-left: 20px;
    margin-top: 35px;
}

.news__list li {
    width: 240px;
	float: left;
}

#news a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;

    cursor: pointer;
    text-decoration: none;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;;
}
#news a:hover {
    text-decoration: underline;
}
#news .date,
.license {
    text-decoration: none;
}
#news .date {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	float: left;
	padding: 5px;
	margin-right: 10px;
	flex-direction: column;
	box-sizing: border-box;

	background-color: #fff;

	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-ms-flex-direction: column;
	-ms-flex-pack: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
#news .date .day {
	font-size: 20px;

	color: #000;
}
#news .date .month {
	padding: 1px;

	text-align: center;
	font-size: 11px;

	color: #fff;
	background-color: #000;
}
#news p {
	display: -webkit-box;
	max-width: 400px;
	margin: 0 auto;
	margin-right: 20px;
	overflow: hidden;

	/*font-family: "Trebuchet MS";*/
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;

	text-overflow: ellipsis;

	color: #fff;

	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.license {
	position: absolute;
	right: 20px;
	bottom: 10px;

	font: 11px Arial,serif;

	color: #666;
}
.license:hover {
	color: #999;
}

#div-gpt-ad-1493848149237-0 {
	position: relative;
	overflow: hidden;
}
#div-gpt-ad-1493848149237-0  > *{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#div-gpt-ad-1493848149237-0  iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	
	height: 250px;
}
header img.tt12{
	position: absolute;
	right: 20px;
	top: -20px;
}