* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Livvic", sans-serif;
    background: #0f0c0d;
}

.video {
    width: 100%;
    height: 1010px;
    overflow: hidden;
    position: absolute;
	margin-top: -109px;
}

.video video {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

.wrapper {
    background: url(../images/foot.jpg) no-repeat center bottom;
    position: relative;
}

.container {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.links {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.links ul {
    border-radius: 60px;
    border: 1px solid #7e3c3c;
    background: rgba(0, 0, 0, 0.7);
    padding: 2px 4px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.links a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    padding: 2px 8px;
    display: block;
}

.links a:hover {
    color: #ff0;
    text-decoration: underline;
}

.servers {
    margin-top: 325px;
    height: 394px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 39px;
    padding-top: 1px;
}

.servers .server {
    width: 258px;
    height: 394px;
    margin: 0 -37px;
    transition: all 0.3s ease;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: relative;
}

.servers .server.coming {
    background-image: url(../images/coming.png);
}

.servers .server+.server:before {
    content: ' ';
    width: 100px;
    height: 393px;
    background: url(../images/server-space.png) no-repeat;
    position: absolute;
    top: 0;
    left: -14px;
}

.servers .server.active {
    filter: brightness(150%);
}

.servers .server.server-tt {
    background: url(../images/coming.png);
}

.servers .server.server-tl {
    background: url(../images/coming.png);
}

.servers .server.server-tm {
    background: url(../images/sv-tt.png);
}

.servers .server.server-bv {
    background: url(../images/coming.png);
}

.servers .server.server-ht {
    background: url(../images/coming.png);
}

.servers .server .countdown {
    width: 180px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 5px #000;
    position: absolute;
    bottom: 10px;
}

.servers .server .countdown .kkc-days-text {
    margin-right: 20px;
}

.servers .server .new {
    width: 74px;
    height: 43px;
    background: url(../images/new-old.png) no-repeat;
    position: absolute;
    top: -2px;
    left: 64px;
}

.servers .server .event {
    width: 74px;
    height: 43px;
    background: url(../images/event.png) no-repeat;
    position: absolute;
    top: 32px;
    left: 58px;
}

#svg-servers {
    position: absolute;
    top: 356px;
    left: 0;
    z-index: 10;
}

#svg-servers polygon {
    cursor: pointer;
}

.footer {
    text-align: center;
    font-size: 14px;
    padding-bottom: 120px;
    padding-top: 40px;
}

.footer .ft1 {
    font-weight: 700;
    color: #fff;
}

.footer .ft2 {
    color: #a0a0a0;
}

.footer .ft3 a {
    color: #ffba00;
    text-decoration: none;
}

.footer .ft3 a:hover {
    color: #ff0;
}

/*# sourceMappingURL=style.css.map */

#left-menu {
    display: block;
    position: fixed;
    z-index: 5;
    left: 1%;
    top: 56%;
    transform: translateY(-50%);
    background-image: url(../images/khungleft.png);
    background-repeat: no-repeat;
    width: 280px;
    height: 598px;
}

#left-menu .wrapper-server-info {
    position: absolute;
    top: 23%;
    width: 55%;
    height: 50%;
    left: 37%;
    transform: translateX(-59%);
    padding: 10px 22px 15px;
}
#left-menu .wrapper-server-info a:not(:last-child) {
        font-family: BeaufortforLOL-Bold, Roboto sans-serif;
    display: block;
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff5f5;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 38px;
    line-height: 1.4;
}
#left-menu .to-top {
    position: absolute;
    display: inline-block;
    background-image: url(../images/menu-left-totop.png);
    height: 43px;
    width: 43px;
    cursor: pointer;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
}
#left-menu .wrapper-server-info a:not(:last-child):not(:last-child):after {
    content: "";
    position: absolute;
    height: 1px;
    width: 70%;
    background-color: #c9a35c;
    bottom: -43%;
    left: 18%;
}
.events {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  z-index:2; 
  margin-top: 100px;
}

.events .event-cont, .event-0 {
  width: 1920px;
  position: relative;
  left: -webkit-calc(50% - 960px);
  left: -moz-calc(50% - 960px);
  left: calc(50% - 960px);
}

.imgtaigame {
   width: 95px;
    height: 39px;
    position: absolute;
    margin-top: 723px;
    margin-left: 84px;
}
.imgdangky {
   width: 95px;
    height: 39px;
    position: absolute;
    margin-top: 723px;
	 margin-left: -5px;
}
.imgtaigame1 {
   width: 95px;
    height: 39px;
    position: absolute;
    margin-top: 723px;
    margin-left: 268px;
}
.imgdangky1 {
   width: 95px;
    height: 39px;
    position: absolute;
    margin-top: 723px;
	 margin-left: 180px;
}
.imgtaigame2 {
   width: 95px;
    height: 39px;
    position: absolute;
    margin-top: 723px;
    margin-left: 454px;
}
.imgdangky2 {
   width: 95px;
    height: 39px;
    position: absolute;
    margin-top: 723px;
	 margin-left: 366px;
}