html {
    zoom: 1.0;
    
}
@font-face {
    font-family: 'Barkentina';
    src:url('../fonts/Barkentina.ttf.woff') format('woff'),
        url('../fonts/Barkentina.ttf.svg#Barkentina') format('svg'),
        url('../fonts/Barkentina.ttf.eot'),
        url('../fonts/Barkentina.ttf.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

* {
  padding: 0;
  margin: 0;
}

a {
    text-decoration: none;
    color: #000000;
}

.text-shadow() {
  text-shadow: 0em 0.1em #000;
}

.print() {
    @media print {
      content: attr(data);
    }
}

body {
  background: url('../images/ui/bg.jpg') top center no-repeat #ffffff;
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
  font-size: 13px;
  background-color: #3b2d2d;
}

header {
  height: 84px;
  width: 100%;
  margin: 0 auto;
  font-family: Arial Narrow;
  background: rgb(25, 14, 10);

  nav {
    width: 1200px;
    margin: 0 auto;
    height: 84px;
    text-transform: uppercase;

    ul {
      width: 1200px;
      height: 105px;
      list-style: none;

      li {
        float: left;
        margin-top: 20px;
        height: 40px;
        width: 150px;
        text-align: center;
        list-style: none;
        display: block;
        cursor: pointer;
        color: rgb(116, 98, 88);

        :hover > span {
          color: rgb(222, 188, 90);
          transition: .4s ease-in-out;
          .icon {opacity: 1;}
        }

        span {
          font-size: 18px;
          color: rgb(238, 229, 224);
        }

        .icon {
          float: left;
          background: url('../images/ui/navi_hover');
          width: 19px;
          height: 29px;
          margin-right: -19px;
          opacity: 0;
          transition: .6s ease-in-out;
        }

        .board {margin: 0 -40px 0 20px};
        .rank {margin: 0 -20px 0 10px};
        .donate {margin: 0 -35px 0 10px};
        .discord {margin: 0 -40px 0 10px};

        .active {
          opacity: 1;
          color: rgb(222, 188, 90);
        }

        a {
          color: rgb(116, 98, 88);
        }
      }

      #logo {
        float: left;
        margin-top: 20px;
        background: url('../images/ui/logo_not.png') no-repeat;
        width: 300px;
        height: 85px;
      }
    }
  }
}

main {
  margin: 0 auto;
  width: 1199px;
  margin-top: 570px;
  height: 1200px;

  #subleft {
    float: left;
    margin-top: 20px;
    width: 300px;
    height: 300px;

    #btn-dl {
      float: left;
      background: url('../images/ui/btn-download.jpg') 0px 0px;
      width: 300px;
      height: 153px;

      a {
        float: left;
        margin: 6px 0 0 6px;
        background: url('../images/ui/btn-download.jpg') -306px -6px;
        width: 288px;
        height: 141px;
        &:before {
          float: left;
          width: 288px;
          height: 141px;
          background: url('../images/ui/btn-download.jpg') -606px -6px;
          postion: absolute;
          content: '';
        	z-index:999;
        	opacity: 0;
        	transition: opacity .4s ease-in-out;
        }
        &:hover:before {opacity: 1;}
      }
    }

    a.account {
      float: left;
      background: url('../images/ui/btn-side.jpg') 0px 0px;
      width: 150px;
      height: 74px;
      &:before {
        float: left;
        width: 150px;
        height: 74px;
        background: url('../images/ui/btn-side.jpg') -300px 0px;
        postion: absolute;
        content: '';
        z-index:999;
        opacity: 0;
        transition: opacity .4s ease-in-out;
      }
      &:hover:before {opacity: 1;}
    }

    a.board {
      float: left;
      background: url('../images/ui/btn-side.jpg') -150px 0px;
      width: 150px;
      height: 74px;
      &:before {
        float: left;
        width: 150px;
        height: 74px;
        background: url('../images/ui/btn-side.jpg') -450px 0px;
        postion: absolute;
        content: '';
        z-index:999;
        opacity: 0;
        transition: opacity .4s ease-in-out;
      }
      &:hover:before {opacity: 1;}
    }

    a.coins {
      float: left;
      background: url('../images/ui/btn-side.jpg') 0px -74px;
      width: 150px;
      height: 73px;
      &:before {
        float: left;
        width: 150px;
        height: 74px;
        background: url('../images/ui/btn-side.jpg') -300px -74px;
        postion: absolute;
        content: '';
        z-index:999;
        opacity: 0;
        transition: opacity .4s ease-in-out;
      }
      &:hover:before {opacity: 1;}
    }

    a.vip {
      float: left;
      background: url('../images/ui/btn-side.jpg') -150px -74px;
      width: 150px;
      height: 73px;
      &:before {
        float: left;
        width: 150px;
        height: 74px;
        background: url('../images/ui/btn-side.jpg') -450px -74px;
        postion: absolute;
        content: '';
        z-index:999;
        opacity: 0;
        transition: opacity .4s ease-in-out;
      }
      &:hover:before {opacity: 1;}
    }

  }

  #slidershow {
    float: left;
    width: 599px;
    height: 320px;
  }

  #userpanel {
    float: right;
    margin-top: 20px;
    width: 300px;
    height: 300px;
    background: url('../images/ui/userpanel.jpg');

    .title {
      float: left;
      width: 300px;
      height: 48px;
      text-align: center;
      font-family: Barkentina;
      font-size: 22px;
      line-height: 48px;
      color: rgb(255, 232, 162);
      .text-shadow();
    }

    form {
      float: left;
      width: 260px;
      margin: 30px 0 0 20px;

      input[type="text"], input[type="password"] {
        float: left;
        width: 240px;
        height: 40px;
        margin-bottom: 10px;
        padding: 0 10px 0 10px;
        color: rgb(155, 124, 103);
        background: rgb(14, 8, 6);
        border: 1px solid rgb(71, 40, 28);
        &:hover {
          background: rgb(22, 13, 9);
          border: 1px solid rgb(82, 46, 32);
        }
      }

      a {
        float: left;
        width: 255px;
        padding-left: 5px;
        font-size: 13px;
        line-height: 17px;
        color: rgb(155, 124, 103);
      }

      input[type="submit"] {
        float: left;
        width: 170px;
        height: 32px;
        margin: 15px 0 0 45px;
        text-transform: uppercase;
        background: rgb(56, 29, 18);
        color: rgb(155, 124, 103);
        font-family: Barkentina;
        font-size: 14px;
        border: 1px solid rgb(73, 38, 23);
        transition: .4s ease-in-out;
        &:hover {
          background: rgb(67, 35, 21);
          border: 1px solid rgb(84, 44, 27);
        }
      }
    }

    ul {
      float: left;
      margin: 17px 2px 0 2px;
      width: 296px;
      list-style: none;

      li {
        float: left;
        padding-left: 30px;
        width: 266px;
        height: 31px;
        line-height: 31px;
        color: rgb(155, 124, 103);
        font-weight: bold;
        letter-spacing: 0.7px;
        &:first-child {
          padding-left: 50px;
          width: 246px;
        }
        &:hover > a {
          padding-left: 25px;
        }

        a {
          padding-left: 15px;
          color: rgb(155, 124, 103);
          letter-spacing: 0.7px;
	        transition: padding-left .5s cubic-bezier(0.5, 2, 0.5, 1.5);
        }
      }
    }

    .dark {
      background: rgba(0, 0, 0, 0.4);
    }
  }

  #btn-content {
    float: left;
    width: 1199px;
    height: 83px;

    #btn1 {
      float: left;
      background: url('../images/ui/btn-content.jpg') 0px 0px;
      width: 300px;
      height: 83px;
      &:hover > .btn-ue .arrow{
	      opacity: 1;
	      padding-right: 5px;
	      margin-left: 0px;
      }
    }

    #btn2 {
      float: left;
      background: url('../images/ui/btn-content.jpg') -300px 0px;
      width: 300px;
      height: 83px;
      &:hover > .btn-ue .arrow{
	      opacity: 1;
	      padding-right: 5px;
	      margin-left: 0px;
      }
    }

    #btn3 {
      float: left;
      background: url('../images/ui/btn-content.jpg') -600px 0px;
      width: 299px;
      height: 83px;
      &:hover > .btn-ue .arrow{
	      opacity: 1;
	      padding-right: 5px;
	      margin-left: 0px;
      }
    }
main .show_more {
  float: left;
  width: 170px;
  height: 30px;
  margin: 10px 0 0 70px;
  background: #9f5725;
  border: 1px solid #bc7130;
  font-family: Barkentina;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  line-height: 30px;
  transition: 0.4s ease-in-out;
}
    #btn4 {
      float: left;
      background: url('../images/ui/btn-content.jpg') -899px 0px;
      width: 300px;
      height: 83px;
      &:hover > .btn-ue .arrow{
	      opacity: 1;
	      padding-right: 5px;
	      margin-left: 0px;
      }
    }

    .btn-ue {
      margin: 18px 0 0 22px;
      font-family: Barkentina;
      font-size: 18px;
      color: rgb(255, 232, 162);
      .text-shadow();
    }

    .arrow{
      font-size: 14px;
      opacity: 0;
      transition: .5s ease-in-out;
      margin-left: -11px;
    }

    .btn-go {
      float: left;
      width: 38px;
      height: 22px;
      margin: 8px 0 0 22px;
      background: url('../images/ui/btn-content.jpg') -22px -48px;
      &:hover{background: url('../images/ui/btn-content.jpg') -22px -131px;}
    }
  }

  #sidebar-left {
    float: left;
    width: 300px;
    margin-top: 10px;

    #ranking {
      float: left;
      width: 300px;
      height: 364px;
      background: url('../images/ui/con-bg.png') repeat;

      table {
        float: left;
        margin: 15px 0 0 20px;
        width: 260px;
        border: 0px;
        border-spacing: 0;
        text-align: left;

        thead {
          float: left;
          width: 260px;
          height: 25px;
          padding: 5px 0 5px 5px;
          line-height: 25px;
          color: rgb(248, 244, 235);
          background: rgb(55, 55, 55);
        }

        tbody {
          float: left;
          width: 260px;
          color: rgb(55, 55, 55);

          tr {
            float: left;
            padding-left: 5px;
            line-height: 25px;
            border-bottom: 1px solid rgb(232, 228, 225);
            &:last-child { border: 0px;}

            td.ontwothree {
              width: 35px;
              text-align: center;
              color: rgb(254, 0, 0);
            }
            td.nr {
              width: 35px;
              text-align: center;
              color: rgb(139, 59, 34);
            }

            td.name {
              width: 140px;
            }

            td.img {
              width: 25px;
            }

            td.lv {
              text-align: center;
              width: 60px;
              color: rgb(198, 107, 44);
            }

            img {
              margin-top: 13px;
            }
          }
        }
      }

      .show_more {
        float: left;
        width: 170px;
        height: 30px;
        margin: 10px 0 0 70px;
        background: rgb(159, 87, 37);
        border: 1px solid rgb(188, 113, 48);
        font-family: Barkentina;
        color: #ffffff;
        font-size: 15px;
        text-align: center;
        line-height: 30px;
        transition: .4s ease-in-out;
        &:hover {
          border: 1px solid rgb(215, 136, 58);
          background: rgb(188, 105, 45);
        }
      }
    }

    #stats {
      float: left;
      width: 300px;
      height: 286px;
      margin-top: 10px;
      font-size: 13px;
      font-weight: bolder;
      background: url('../images/ui/stats.jpg');

      table {
        float: left;
        width: 260px;
        margin: 20px 0 15px 20px;

        tr {
          line-height: 20px;

          td.num {
            color: rgb(202, 119, 65);
          }
        }
      }
    }

    #social {
      float: left;
      width: 300px;
      height: 245px;
      margin-top: 10px;
      background: url('../images/ui/con-bg.png') repeat;

      table {
        float: left;
        margin: 10px 0 0 20px;
        border-spacing: 7px;
      }

      a {
        float: left;
        width: 79px;
        height: 79px;
        transition: .4s ease-in-out;

        &.facebook {
          background: url('../images/ui/social.jpg') 0px 0px;
          &:hover {background: url('../images/ui/social.jpg') 0px -79px;}
        }
        &.epvp {
          background: url('../images/ui/social.jpg') -79px 0px;
          &:hover {background: url('../images/ui/social.jpg') -79px -79px;}
        }
        &.yt {
          background: url('../images/ui/social.jpg') -158px 0px;
          &:hover {background: url('../images/ui/social.jpg') -158px -79px;}
        }
        &.insta {
          background: url('../images/ui/social.jpg') -237px 0px;
          &:hover {background: url('../images/ui/social.jpg') -237px -79px;}
        }
        &.ts {
          background: url('../images/ui/social.jpg') -316px 0px;
          &:hover {background: url('../images/ui/social.jpg') -316px -79px;}
        }
        &.twitter {
          background: url('../images/ui/social.jpg') -395px 0px;
          &:hover {background: url('../images/ui/social.jpg') -395px -79px;}
        }
      }
    }
  }

  #main-content {
    float: left;
    width: 579px;
    min-height: 1000px;
    margin: 10px 0 0 10px;

    section {
      float: left;
      width: 579px;
      margin-bottom: 10px;
      background: url('../images/ui/con-bg.png') repeat;

      p {
        float: left;
        width: 539px;
        padding: 20px;
        font-size: 14px;
        line-height: 18px;
        color: rgb(68, 70, 67);

        a {
          color: rgb(202, 119, 65);
          &:hover { color: rgb(173, 96, 42);}
        }
      }
    }

    #pages {
      float: left;
      width: 539px;
      height: 65px;
      padding: 20px;

      ul {
        height: 45px;
        width: 539px;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;

        li {
          width: 61px;
          height: 45px;
          margin: 0 5px 0 5px;
          text-align: center;

          a {
            display: block;
            width: 61px;
            height: 45px;
            font-size: 15px;
            line-height: 45px;
            color: rgb(247, 238, 217);
            .text-shadow();
            background: url('../images/ui/btn-pages.png') 0px 0px;
            &:hover {
              background: url('../images/ui/btn-pages.png') 0px -45px;
            }
          }
        }
      }
    }

    #footer {
      float: left;
      width: 579px;
      height: 180px;
      margin-top: 200px;
      font-weight: bolder;
      color: rgb(36, 20, 15);
      text-align: center;

      a {
        color: rgb(225, 185, 87);
      }
    }
  }

  #sidebar-right {
    float: right;
    width: 300px;
    margin-top: 10px;

    #charakter {
      float: left;
      width: 300px;
      height: 364px;
    }

    #events {
      float: left;
      width: 300px;
      height: 286px;
      margin-top: 10px;
      background: url('../images/ui/con-bg.png') repeat;

      img {
        float: left;
        width: 250px;
        height: 190px;
        margin: 25px;
      }
    }

    #video {
      float: left;
      width: 300px;
      height: 244px;
      margin-top: 10px;
      background: url('../images/ui/con-bg.png') repeat;

      #placeholder {
        float: left;
        width: 250px;
        height: 150px;
        margin: 25px;
      }
    }
  }

}

h1 {
  float: left;
  font-weight: bolder;
  height: 30px;
  margin: 10px 0 0 20px;
  padding: 0 2px 0 2px;
  font-family: Barkentina;
  font-size: 22px;
  line-height: 25px;
  font-weight: normal;
  background: url('../images/ui/title-bg.png') repeat-x;
}

#slidertitle-small {
  position:absolute;
  width: 250px;
  height: 30px;
  top: 125px;
  left: 85px;
  line-height: 30px;
  text-align: center;
  font-size: 28px;
  color: rgb(139, 59, 34);
  text-shadow: 0em 0.1px #000;
}

#slidertitle-big {
  position:absolute;
  width: 320px;
  height: 50px;
  top: 155px;
  left: 60px;
  line-height: 50px;
  text-align: center;
  font-size: 36px;
  color: rgb(111, 7, 6);
  text-shadow: 0em 0.1px #000;
}

#sliderdate {
  position:absolute;
  width: 277px;
  height: 36px;
  top: 205px;
  left: 60px;
  background: url('../images/ui/slider-date.png');
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: rgb(252, 247, 222);
  text-shadow: 0em 0.1px #000;
}

#i-left {
  position:absolute;
  width: 17px;
  height: 15px;
  background: url('../images/ui/slider-title.png') 0px 0px;
  margin: 6px 0px 0px -27px;
  background-position: left;
}

#i-right {
  position:absolute;
  width: 17px;
  height: 15px;
  background-position: right;
  margin: 6px 0px 0px 10px;
  background: url('../images/ui/slider-title.png') -17px 0px;
}

input[type="submit"] {
  float: left;
  width: 170px;
  height: 30px;
  background: rgb(159, 87, 37);
  border: 1px solid rgb(188, 113, 48);
  font-family: Barkentina;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  line-height: 30px;
  transition: .4s ease-in-out;
  &:hover {
    border: 1px solid rgb(215, 136, 58);
    background: rgb(188, 105, 45);
  }
}

input[type="text"], input[type="password"], input[type="email"] {
  float: left;
  width: 280px;
  height: 30px;
  margin-bottom: 10px;
  padding: 0 10px 0 10px;
  color: rgb(155, 124, 103);
  background: rgb(67, 36, 9);
  border: 1px solid rgb(71, 40, 28);
  &:hover {
    background: rgb(22, 13, 9);
    border: 1px solid rgb(82, 46, 32);
  }
}

input[type="submit"] {
  float: left;
  width: 170px;
  height: 30px;
  background: rgb(159, 87, 37);
  border: 1px solid rgb(188, 113, 48);
  font-family: Barkentina;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  line-height: 30px;
  transition: .4s ease-in-out;
  &:hover {
    border: 1px solid rgb(215, 136, 58);
    background: rgb(188, 105, 45);
  }
  &.regi {
    margin-left: 65px;
  }
}
