body{
  margin: 0;
  padding: 0;
  background: #e0e0e0;
}
.wrap{
  height: 3000px;
  background: url('bg.jpg') center top;
}
.full{
  background: url('bg.png') center top no-repeat;
  height: initial;
  min-height: 601px;
}
.main{
  margin: auto;
  width: 1000px;
}
.logo{
  width: 287px;
  height: 98px;
  background: url('logo.png');
  display: inline-block;
  position: relative;
  top: 10px;
  left: -4px;
}
.full .logo{
  top: 107px !important;
}
.head{
  width: 758px;
  height: 49px;
  background: url('head.png');
  display: inline-block;
  float: right;
  margin-top: -80px;
  font-family: 'LatoWebHeavy';
  text-transform: uppercase;
  font-size: 14px;
  text-align: right;
  line-height: 51px;
}
.full .head{
  width: 1002px !important;
  background: url('head_long.png') !important;
  text-align: left !important;
  height: 50px;
}
.head > a, .head > div, .head > span > a{
  text-decoration: none;
  color: #303030;
  display: inline-block;
  vertical-align: top;
  margin: 0 28px;
  transition: all 0.3s ease;
  position: relative;
}
.head > span{
  float: right;
}
.head > a:after, .head > span > a:after{
  content: '';
  display: inline-block;
  position: absolute;
  height: 17px;
  width: 1px;
  background: #cecdcc;
  right: -30px;
  top: 16px;
}
.head > a:hover, .head > div:hover, .head > div > div > a:hover{
  color: #af2805;
}
.head > div{
  margin-right: 16px;
  padding-bottom: 7px;
  cursor: pointer;
}
.head > div:after{
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: #303030 transparent transparent transparent;
  margin-left: 7px;
  position: relative;
  top: -1px;
}
.head > div:hover:after{
  border-color: #af2805 transparent transparent transparent;
}
.head > div > div{
  position: absolute;
  text-align: center;
  right: -16px;
  top: 57px;
  width: 157px;
  line-height: 40px;
  background-color: rgba(255, 255, 255, 0.45);
  box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.6);
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 100;
}
.head > div:hover > div{
  height: 80px;
  opacity: 1;
}
.head > div > div > a{
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
  color: #303030;
}
.play_block > a{
  display: inline-block;
  vertical-align: top;
  width: 250px;
  height: 200px;
  transition: all 0.3s ease;
  background: url('play.jpg');
}
.play_block > a:hover{
  background: url('play_h.jpg');
}
.play_block{
  margin-top: 408px;
  position: relative;
  left: -2px;
}
.play_block > div{
  display: inline-block;
  vertical-align: top;
  box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.6);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #efefef;
  width: 748px;
  height: 198px;
  margin-left: -4px;
  position: absolute;
  float: right;
  top: 0px;
}
.reg_contents{
  padding-left: 210px;
  height: 177px;
  background: url('reg_char.gif') -4px center no-repeat;
  margin-left: 13px;
  position: relative;
  top: 1px;
}
.reg_contents::before{
  content: '';
  display: block;
  position: absolute;
  background: url('Hand_2.gif') center bottom;
  top: 0px;
  left: 155px;
  width: 60px;
  height: 79px;
}
.reg_contents > span{
  font-family: 'LatoWebSemibold';
  padding-top: 32px;
  display: block;
  color: #39301e;
  font-size: 16px;
  margin-left: 7px;
}
.reg_contents > div{
  color: #39301e;
  font-size: 36px;
  margin-left: 7px;
  font-family: 'ringbearermedium';
  height: 38px;
  line-height: 38px;
}
.reg_contents > a, .alert_button{
  width: 223px;
  height: 63px;
  transition: all 0.3s ease;
  line-height: 68px;
  font-family: 'LatoWebBlack';
  text-transform: uppercase;
  font-size: 20px;
  text-shadow: 0px 0px 12px rgba(255, 147, 83, 0.45);
  color: #fff;
  text-align: center;
  background: url('reg_btn.png');
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  margin-top: 11px;
  margin-left: -1px;
  margin-right: 28px;
}
.reg_contents > a:hover, .alert_button:hover{
  background: url('reg_btn_hover.png');
}
.play{
  width: 223px;
  height: 80px;
  transition: all 0.3s ease;
  line-height: 66px;
  font-family: 'LatoWebBlack';
  text-transform: uppercase;
  font-size: 25px;
  text-shadow: 0px 0px 12px rgba(255, 147, 83, 0.45);
  color: #fff !important;
  text-align: center;
  background: url('play.png');
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  position: relative;
  top: 121px;
  left: 416px;
  text-decoration: none !important;
}
.play:hover{
  background: url('play_h.png');
}
.play > span{
  display: block;
  color: #232323;
  font-size: 14px;
  font-family: 'LatoWebHeavy';
  line-height: 14px;
  margin-top: -16px;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.55);
}
.slide > h2{
  font-family: 'ringbearermedium';
  width: 500px;
  text-align: center;
  color: #8b6d2d;
  font-size: 36px;
  font-weight: normal;
  margin: 0;
  line-height: 40px;
}
.slide > div{
  width: 500px;
  font-family: 'LatoWeb';
  font-size: 16px;
  color: #2b2b2b;
  text-align: center;
  line-height: 28px;
  margin-top: 62px;
  position: relative;
}
.slide > div:before{
  width: 500px;
  height: 12px;
  background: url('hr.png') center top no-repeat;
  display: block;
  position: absolute;
  top: -38px;
  left: -2px;
  content: '';
}
.sr{
  float: right;
  margin-right: 6px;
}
.s1{
  margin-top: 142px;
}
.s2{
  margin-top: 334px;
  margin-bottom: 335px;
  position: relative;
  left: 25px;
}
.clear{
  clear: both;
}
footer{
  margin-top: 599px;
}
footer > a{
  width: 253px;
  height: 45px;
  background: url('infiplay.png');
  display: inline-block;
  vertical-align: top;
  position: relative;
  left: -6px;
}
footer > div{
  vertical-align: top;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'LatoWebMedium';
  font-size: 15px;
  margin-left: 22px;
  margin-top: 3px;
}
footer > div > a{
  color: #2b2b2b;
  text-decoration: none;
  margin-right: 19px;
}
footer > div > div{
  color: #8a8a8a;
  font-family: 'LatoWeb';
  font-size: 12px;
  margin-top: 7px;
}
.logged{
  padding-left: 33px;
  width: 715px !important;
}
.logged > h3{
  font-size: 16px;
  font-family: 'LatoWebSemibold';
  color: #797979;
  margin-top: 33px;
  margin-bottom: 0;
}
.logged > h2{
  font-size: 30px;
  font-family: 'LatoWebSemibold';
  margin-top: 1px;
  margin-bottom: 21px;
  color: #2b2b2b;
}
.logged > span{
  float: right;
  position: relative;
  top: -24px;
  right: 18px;
}
.logged > span > a{
  height: 27px;
  line-height: 28px;
  background: #af2805;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border-radius: 13.5px;
  font-size: 14px;
  font-family: 'LatoWebSemibold';
  padding: 0 18px;
  margin-left: 15px;
}
.logged > div{
  margin-left: 3px;
}
.logged > div > div{
  display: inline-block;
  vertical-align: top;
  font-family: 'LatoWebSemibold';
  font-size: 16px;
  color: #797979;
  margin-right: 47px;
  position: relative;
}
.logged > div > div:first-child:after{
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  right: -26px;
  background: #bcbcbc;
  width: 1px;
  height: 43px;
}
.logged > div > div > div{
  margin-bottom: 11px;
}
.logged > div > div > div > a{
  color: #871403;
}
.logged > div > div > div > span{
  color: #2b2b2b;
}
.pop_wrap{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.pop_wrap > div{
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,0.6);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#alert{
  text-align: center;
  width: 438px;
  display: none;
}
#alert > div{
  color: #2b2b2b;
  font-size: 30px;
  font-family: 'ringbearermedium';
  margin-top: 7px;
}
#alert > span{
  font-size: 15px;
  display: block;
  color: #2b2b2b;
  font-family: 'LatoWeb';
  margin: 6px 36px;
}
.alert_button{
  margin: 0;
  margin-top: 20px;
  margin-bottom: 10px;
}
#tos{
  width: 774px;
  display: none;
}
.pop .close{
  float: right;
  display: block;
  width: 17px;
  height: 17px;
  background: url('close.png');
  top: 11px;
  right: 12px;
  position: relative;
  cursor: pointer;
}
.pop > h1{
  color: #2b2b2b;
  font-size: 30px;
  font-family: 'ringbearermedium';
  margin-left: 28px;
  font-weight: normal;
  margin-top: 17px;
  line-height: 1.2;
}
.pop > h2{
  margin-left: 28px;
  font-size: 16px;
  font-family: 'LatoWeb';
  color: #858585;
  margin-top: -19px;
}
.tos_contents{
  margin-left: 28px;
  margin-right: 16px;
  height: 397px;
  overflow-y: scroll;
  margin-bottom: 50px;
  color: #2b2b2b;
  font-size: 15px;
  font-family: 'LatoWeb';
  margin-top: 17px;
  padding-right: 20px;
}
.tos_contents h2{
  margin-top: 10px;
  margin-bottom: -30px;
}

.tos_contents h1 {
  font-size: 1.5rem;
}

#all::-webkit-scrollbar, .tos_contents::-webkit-scrollbar{
  width: 10px;
  background: rgba(0, 0, 0, 0.149);
}
#all::-webkit-scrollbar-thumb, .tos_contents::-webkit-scrollbar-thumb{
  background: #2b2b2b;
}
#login_pop{
  width: 448px;
  min-height: 150px;
}
.loginPopTitle{
  text-align: center;
  color: #2b2b2b;
  font-size: 30px;
  font-family: 'ringbearermedium';
  line-height: 70px;
}
.loginMenuPop{
  background: #af2805;
  padding: 0 1px;
  width: 100%;
  position: relative;
  left: -1px;
  line-height: 57px;
  height: 57px;
  margin-bottom: 51px;
}
.loginMenuPop > a{
  width: 185px;
  display: inline-block;
  text-align: center;
  font-family: 'LatoWebBlack';
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 24px;
  vertical-align: text-bottom;
  position: relative;
  top: 2px;
  opacity: 0.6;
}
.loginMenuActive{
  opacity: 1 !important;
}
.loginMenuPop > a:last-child{
  float: right;
  width: 256px;
}
.input_wrap input{
  outline: 0;
  border: 1px solid rgba(0, 4, 3, 0.15);
  text-align: center;
  height: 40px;
  background: #c3c3c3;
  color: #868686;
  font-size: 15px;
  font-family: 'LatoWeb';
  display: block;
  margin: auto;
  margin-bottom: 25px;
  width: 377px;
}
#registerpop .input_wrap input{
  margin-bottom: 20px !important;
}
#log_tospop{
  display: none;
}
#log_tospop+label{
  margin-left: 71px;
  position: relative;
  top: -12px;
  font-size: 15px;
  color: #2b2b2b;
  font-family: 'LatoWeb';
}
#log_tospop+label:before{
  position: absolute;
  border: 2px solid #2b2b2b;
  width: 13px;
  height: 13px;
  content: '';
  display: inline-block;
  left: -25px;
  top: -1px;
}
#log_tospop:checked+label:before{
  background: url('check.png') center center no-repeat;
}
#log_tospop+label a{
  color: #af2805;
}


.log_tospop{
  display: none;
}
.log_tospop+label{
  margin-left: 71px;
  position: relative;
  top: -12px;
  font-size: 15px;
  color: #2b2b2b;
  font-family: 'LatoWeb';
}
.log_tospop+label:before{
  position: absolute;
  border: 2px solid #2b2b2b;
  width: 13px;
  height: 13px;
  content: '';
  display: inline-block;
  left: -25px;
  top: 2px;
}
.log_tospop:checked+label:before{
  background: url('check.png') center center no-repeat;
}
.log_tospop+label a{
  color: #af2805;
}

.social{
  text-align: center;
  margin-top: 5px;
}
.social > a{
  display: inline-block;
  vertical-align: top;
  width: 58px;
  height: 58px;
  margin-right: 37px;
  background-image: url('soc.png');
  transition: all 0.3s ease;
}
.social > a:hover{
  background-image: url('soc_h.png');
}

.social > a.social-facebook {
  background-image: url('fb-icon.png') !important;
  background-size: contain;
  width: 55px !important;
  height: 55px !important;
  margin-top: 2px;
}

.social > a.social-twitter{
  background-position: -115px 0;
}

.social > a.social-google {
  margin-right: 0;
  background-position: -173px 0;
}

/*
.social > a:nth-child(2){
  background-position: -58px 0;
}
.social > a:nth-child(3){
  background-position: -115px 0;
}
.social > a:last-child{
  margin-right: 0;
  background-position: -173px 0;
}*/
.loginBtn_{
  width: 373px !important;
  height: 63px;
  transition: all 0.3s ease;
  line-height: 68px;
  font-family: 'LatoWebBlack';
  text-transform: uppercase;
  font-size: 20px;
  text-shadow: 0px 0px 12px rgba(255, 147, 83, 0.45);
  color: #fff;
  text-align: center;
  background: url('log_btn.png');
  vertical-align: top;
  text-decoration: none;
  margin: auto;
  margin-top: 10px;
  display: block;
  border: 0 !important;
}
.loginBtn_:hover{
  background: url('log_btn_hover.png');
}
.pwdForgot{
  float: right;
  margin-right: 33px;
  text-decoration: none;
  color: #af2805;
  font-size: 15px;
  font-family: 'LatoWeb';
  margin-top: -18px;
}
.soc_h{
  text-align: center;
  color: #2b2b2b;
  font-size: 30px;
  font-family: 'ringbearermedium';
  line-height: 70px;
  margin-top: 39px;
  margin-bottom: -13px;
}
#loginpop .loginBtn{
  margin-top: 20px !important;
}
#support {
    width: 568px;
    min-height: 150px;
}

.support-form-wrap {
  width: 568px;
  margin: 0 auto;
}

#support > h1,
.support-item > h1 {
    padding-bottom: 6px;
    padding-top: 1px;
    margin-bottom: 9px;
}
.support-item > h1 {
  text-align: center;
}

#support .input_wrap,
.support-form-wrap .input_wrap {
  margin-left: 25px;
  width: 515px;
  margin-bottom: 22px;
  position: relative;
}

#support .input_wrap > label > div:first-child,
#support .input_wrap > input,
#support .input_wrap > div:first-child,
#support .input_wrap > textarea,

.support-form-wrap .input_wrap > label > div:first-child,
.support-form-wrap .input_wrap > input,
.support-form-wrap .input_wrap > div:first-child,
.support-form-wrap .input_wrap > textarea {
  outline: none;
  height: 39px;
  width: 496px;
  text-align: left;
  margin: 0px;
  padding-left: 15px;
  background: rgba(223, 223, 223, 0.9);
  color: #868686;
  font-size: 15px;
  font-family: 'LatoWeb';
  line-height: 39px;
  border: 1px solid rgba(0, 4, 3, 0.15);
}
.input_wrap > textarea{
  height: 176px !important;
  width: 496px !important;
  margin-bottom: -4px !important;
  resize: none;
}
.textarea_wrap{
    margin-top: 25px;
    resize: none;
}
.short_input > div, .short_input > input{
    display: inline-block;
    vertical-align: top;
}
.input_wrap > label > span, .input_wrap > a{
  display: inline-block;
  vertical-align: top;
  height: 35px;
  margin-top: 2px;
  margin-left: -4px;
  width: 86px;
  text-align: center;
  text-decoration: none;
  background: #af2805;
  color: #fff;
  font-size: 13px;
  font-family: 'LatoWeb';
  line-height: 39px;
}
.input_wrap > label > span {
    cursor: pointer;
}
#screenshotinput {
    cursor: default;
}
.input_wrap label{
  float: right;
  position: absolute;
  top: 0px;
  right: 22px;
}
.input_wrap > span{
  display: inline-block;
  vertical-align: top;
  height: 35px;
  margin-top: 3px;
  margin-left: -4px;
  width: 142px;
  float: right;
  position: absolute;
  top: 1px;
  right: 4px;
  background-color: #fff;
}
.input_wrap > div:first-child{
    cursor: pointer;
    position: relative;
}
.triangle:after{
  pointer-events: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: #af2805 transparent transparent transparent;
  content: '';
  display: block;
  float: right;
  position: absolute;
  top: 16px;
  right: 32px;
}
.topics{
  width: 496px;
  height: 368px;
  position: absolute !important;
  z-index: 4;
  margin-left: 0px;
  margin-top: 8px;
  display: none;
  background: rgba(223, 223, 223, 0.9);
  color: #868686;
  font-size: 15px;
  font-family: 'LatoWeb';
  border: 1px solid rgba(0, 4, 3, 0.15);
}
.input_topic_clicked > .topics {
    display: block;
}
.input_topic{
    position: relative;
}
.topics > div > div:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url('img/topics.png');
    width: 30px;
    height: 30px;
    margin-left: -38px;
}
.i_bill:before {
    background-position: -30px 0;
}
.i_other:before {
    background-position: -60px 0;
}
.i_sugg:before {
    background-position: -90px 0;
}
.i_abuse:before {
    background-position: -120px 0;
}
.i_tech:before {
    background-position: -150px 0;
}
.i_bug:before {
    background-position: -180px 0;
}
.topics > div > div {
  font-size: 14px;
  margin-top: 6px;
  position: relative;
  color: #af2805;
  margin-bottom: 5px;
  font-family: 'LatoWebBold';
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.topics > div > span {
  display: block;
  position: relative;
  cursor: pointer;
  color: #2b2b2b;
  font-size: 14px;
  font-family: 'LatoWeb';
  margin-left: 10px;
  margin-top: 7px;
  transition: all 0.3s ease;
}
.topics > div > span:hover{
    color: #af2805;
}
.topics > div > div > span {
    cursor: pointer;
}
.topics > div > span:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    position: absolute;
    left: -12px;
    top: 6px;
    display: block;
    background: #af2805;
}
.selected_topic:before {
    background: url('selected_topic.png') !important;
    width: 11px !important;
    height: 9px !important;
    border-radius: 0px !important;
    top: 4px !important;
    left: -14px !important;
}
.topics > div > div > span:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 3px solid #fff;
    margin-right: 5px;
    display: inline-block;
    top: 2px;
    position: relative;
}
.topics > div {
    padding-left: 21px;
    width: 231px;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    padding-top: 18px;
}
.extraspace{
    margin-top: 30px !important;
}
.serr{
  background: #c1c1c1;
  color: #af2805;
  font-family: 'LatoWeb';
  font-size: 15px;
  line-height: 1.2;
  float: right;
  right: -1px;
  width: 278px;
  padding: 14px 16px;
  position: absolute;
  top: 589px;
  transform: translate(0%, -50%);
}
#servers{
  width: 798px;
  height: 498px;
}
#rec{
  height: 89px;
}
.rec_label{
  font-size: 15px;
  font-family: 'LatoWeb';
  color: #2b2b2b;
  margin: 26px 30px;
  margin-bottom: 19px;
  position: relative;
}
.rec_label:before{
  content: '';
  height: 140px;
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.41);
  z-index: -1;
  width: 798px;
  left: -30px;
  top: -14px;
}
.server{
  background: url('server.png');
  width: 218px;
  height: 53px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
  font-family: 'LatoWebBlack';
  text-transform: uppercase;
  font-size: 17px;
  text-shadow: 0px 0px 12px rgba(255, 147, 83, 0.45);
  color: #fff;
  text-decoration: none;
  text-align: center;
  line-height: 56px;
  margin: 4px;
  margin-right: 22px;
}
.server_new:after{
  background: url('new.png');
  content: '';
  display: block;
  position: absolute;
  top: -16px;
  height: 16px;
  width: 50px;
}
.server_rec:after{
  background: url('rec.png');
  content: '';
  display: block;
  position: absolute;
  top: -16px;
  height: 16px;
  width: 95px;
}
.server:hover, .server_active{
  background: url('server_h.png');
  color: #FFF !important;
  text-decoration: none;
}
.server:hover:before, .server_active:before{
    outline: 2px solid #47291c;
}
.servers_block{
    width: 716px;
    margin-left: 26px;
    position: relative;
}
.servers_block > a:nth-child(3n+3){
    margin-right: 2px;
}
#all{
  height: 230px;
  padding-top: 16px;
  margin-top: 14px;
  overflow-y: auto;
  width: 757px;
}
#all > a{
    margin-bottom: 28px;
}
.servers_button{
    float: right;
    margin: 27px 39px;
    width: 367px;
    font-size: 21px;
    line-height: 57px;
    background: #47291c;
    color: #a1895d;
}
.servers_button_disabled{
    opacity: 0.4;
    pointer-events: none;
}
.servers_button:hover{
    background: #6a4636;
    color: #a1895d;
}
.servers_button:before{
    width: 371px;
    border-radius: 1px;
    outline: 2px solid #47291c;
}
.servers_button:hover:before{
    outline: 2px solid #6a4636;
}
#pay > .flip{
    transform: scaleY(-1);
    margin-top: 0px;
}
.server_label, .char_label{
  font-size: 15px;
  font-family: 'LatoWeb';
  color: #c4c4c4;
  margin: -3px 30px;
  margin-bottom: 7px;
  position: relative;
  padding-top: 11px;
}
.server_list, .char_list{
    background: #b29b78;
    position: absolute;
    z-index: 2;
    left: 50px;
    top: 31px;
    height: 165px;
    overflow-y: auto;
    display: none;
}
.char_label{
    float: right;
    top: 5px;
    right: 4px;
}
.char_list{
    left: auto;
    right: 0px;
}
.server_list::-webkit-scrollbar, .char_list::-webkit-scrollbar{
    width: 10px;
}
.server_list::-webkit-scrollbar-thumb, .char_list::-webkit-scrollbar-thumb{
    background: #887353;
}
.server_list > a, .char_list > a{
    display: block;
    color: #695743;
    text-decoration: none;
    height: 33px;
    line-height: 33px;
    transition: all 0.3s ease;
    padding-left: 15px;
    padding-right: 35px;
}
.server_list > a:hover, .char_list > a:hover{
    background: #cbb491;
}
.server_label > span, .char_label > span{
    color: #695743;
    cursor: pointer;
}
.server_label > span:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 5px 0 5px;
    border-color: #695743 transparent transparent transparent;
    display: inline-block;
    content: '';
    margin-left: 30px;
}
#servers > h1{
  font-size: 36px;
  margin-top: 10px;
  margin-left: 30px;
}
.loginBtn{
  width: 372px;
  height: 61px;
  transition: all 0.3s ease;
  line-height: 68px;
  font-family: 'LatoWebBlack';
  text-transform: uppercase;
  font-size: 20px;
  text-shadow: 0px 0px 12px rgba(255, 147, 83, 0.45);
  color: #fff;
  text-align: center;
  background: url('log_btn.png');
  vertical-align: top;
  text-decoration: none;
  margin: auto;
  margin-top: 10px;
  display: block;
  border: 0 !important;
}
.loginBtn:hover{
  background: url('log_btn_hover.png');
}
.support_button{
  margin: 50px 22px;
  width: 208px;
  height: 60px;
  transition: all 0.3s ease;
  line-height: 68px;
  font-family: 'LatoWebBlack';
  text-transform: uppercase;
  font-size: 20px;
  text-shadow: 0px 0px 12px rgba(255, 147, 83, 0.45);
  color: #fff;
  text-align: center;
  background: url('support_btn.png');
  vertical-align: top;
  text-decoration: none;
  display: block;
  border: 0;
}
.support_button:hover{
  background: url('support_btn_hover.png');
}
#pay{
  width: 776px;
  height: 590px;
  box-shadow: none;
  border: none;
  background: url('pay_bg.jpg');
}

.pay-wrap {
  width: 655px;
  margin: 0 auto;
}

#pay > h1,
.pay-wrap > h1 {
  font-size: 36px;
  margin-top: 0px;
  padding-top: 10px;
  letter-spacing: 0.2px;
}

.pay-wrap > h1 {
  text-align: center;
}

.pay-wrap .char_label,
.pay-wrap .server_label {
  color: #000;
}

.pay-wrap .server_label > span, .pay-wrap .char_label > span {
  color: #000;
}

.pay-wrap .server_label > span:after {
  border-color: #000 transparent transparent transparent
}

.pay-wrap .pay_options {
  width: auto;
  margin-top: 24px;
}

.server_list, .char_list{
    background: #dfdfdf;
    position: absolute;
    z-index: 2;
    left: 50px;
    top: 29px;
    height: 165px;
    overflow-y: auto;
    display: none;
}
.char_list{
    left: auto;
    right: 0px;
}
.server_list::-webkit-scrollbar, .char_list::-webkit-scrollbar{
    width: 10px;
}
.server_list::-webkit-scrollbar-thumb, .char_list::-webkit-scrollbar-thumb{
    background: #c4c4c4;
}
.server_list > a, .char_list > a{
    display: block;
    color: #2b2b2b;
    text-decoration: none;
    height: 33px;
    line-height: 33px;
    transition: all 0.3s ease;
    padding-left: 15px;
    padding-right: 35px;
}
.server_list > a:hover, .char_list > a:hover{
    background: #cacaca;
}
.server_label > span, .char_label > span{
    color: #fff;
    cursor: pointer;
}
.server_label > span:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    display: inline-block;
    content: '';
    margin-left: 30px;
}
.pay_options{
  margin-top: 44px;
  margin-left: 28px;
  width: 666px;
}
.pay_options > a{
  margin-right: 17px;
  margin-bottom: 21px;
  border-radius: 7px;
  display: inline-block;
  width: 132px;
  height: 200px;
  background-image: url('pay_options.jpg');
  box-shadow: 0px 0px 3px 0px rgba(0, 4, 3, 0.6);
  vertical-align: text-bottom;
  text-decoration: none;
}
.pay_options > a:hover{
  background-image: url('pay_options_hover.jpg');
}
.pay_options > a > span{
  color: #2b2b2b;
  font-family: 'LatoWebHeavy';
  text-align: center;
  display: block;
  font-size: 22px;
  padding-top: 9px;
}
.pay_options > a > span:after{
  content: '$';
}
.pay_options > a > div{
  text-align: center;
  margin: auto;
  margin-top: 1px;
  width: 96px;
  background: #2e7eca;
  display: block;
  height: 20px;
  line-height: 23px;
  color: #fff;
  font-size: 13px;
  font-family: 'LatoWeb';
  border-radius: 2px;
}
.pay_options > a > div:after{
  content: ' GEM';
}
.pay_options > a:nth-child(2){
  background-position: -132px 0;
}
.pay_options > a:nth-child(3){
  background-position: -264px 0;
}
.pay_options > a:nth-child(4){
  background-position: -396px 0;
}
.pay_options > a:nth-child(5){
  background-position: 0 -200px;
}
.pay_options > a:nth-child(6){
  background-position: -132px -200px;
}
.pay_options > a:nth-child(7){
  background-position: -264px -200px;
}
.pay_options > a:nth-child(8){
  background-position: -396px -200px;
}
.content{
  margin-top: 198px;
  min-height: 300px;
}
.newslist > div{
  margin-bottom: 45px;
}
.newslist > div > a{
  width: 292px;
  height: 138px;
  display: inline-block;
  vertical-align: top;
  border: 4px solid #afafaf;
  background-size: cover;
  background-position: center;
}
.newslist > div > div{
  display: inline-block;
  vertical-align: top;
  width: 660px;
  margin-left: 35px;
}
.newslist > div > div > a{
  display: block;
  text-decoration: none;
}
.newslist > div > div > a:first-child{
  color: #2b2b2b;
  font-size: 20px;
  font-family: 'LatoWebBold';
  transition: all 0.3s ease;
  padding-top: 13px;
  padding-bottom: 7px;
}
.newslist > div > div > a:first-child:hover{
  color: #af2805;
}
.newslist > div > div > a:nth-child(2){
  color: #9d9d9d;
  font-size: 16px;
  font-family: 'LatoWeb';
  padding-bottom: 13px;
}
.newslist > div > div > a:nth-child(3){
  color: #2b2b2b;
  font-size: 15px;
  font-family: 'LatoWeb';
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.full footer{
  margin-top: 0;
  padding: 26px 0px;
}
.newslist > a{
  display: block;
  margin: auto;
  margin-top: 81px;
  margin-bottom: 80px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 266px;
  height: 42px;
  line-height: 45px;
  font-size: 20px;
  font-family: 'LatoWebBlack';
  color: #dfdfdf;
  border: 1px solid #dfdfdf;
  outline: 4px solid #4d4c4c;
  background: #4d4c4c;
  opacity: 0.4;
  transition: all 0.3s ease;
}
.newslist > a:hover{
  opacity: 1;
}
.newspage .content{
  margin-top: 0;
  min-height: calc(100vh - 198px);
}
.newspage .head{
  float: none;
  margin-top: 24px;
  margin-bottom: 30px;
  margin-left: -2px;
}
.newsinfo{
  text-transform: uppercase;
  color: #af2805;
  font-size: 15px;
  font-family: 'LatoWebSemibold';
}
.newsinfo a{
  text-decoration: none;
  color: #af2805;
}
.newsinfo > span{
  float: right;
  font-family: 'LatoWeb';
  color: #2b2b2b;
}
.newspage h1{
  color: #2b2b2b;
  font-weight: normal;
  font-family: 'LatoWebBold';
  font-size: 26px;
  margin-left: -2px;
  margin-top: 8px;
}
.news_content{
  color: #2b2b2b;
  font-family: 'LatoWeb';
  font-size: 15px;
  margin-top: 15px;
  line-height: 1.47;
}
.news_content img{
  outline: 4px solid #b2b2b2;
  margin: 23px 0;
  margin-bottom: 19px;
  max-width: 100%;
}
.news_content a{
  color: #af2805;
}
.sharing > a{
  display: inline-block;
  margin-top: 41px;
  margin-left: 4px;
  margin-bottom: 118px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 210px;
  height: 30px;
  line-height: 33px;
  font-size: 14px;
  font-family: 'LatoWebBlack';
  color: #dfdfdf;
  border: 1px solid #dfdfdf;
  outline: 4px solid #4d4c4c;
  background: #4d4c4c;
  opacity: 0.4;
  transition: all 0.3s ease;
  vertical-align: top;
  color: #FFF !important;
}
.sharing > a:hover{
  opacity: 1;
}
.sharer{
  float: right;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  color: #2b2b2b;
  font-family: 'LatoWebBold';
  font-size: 13px;
  margin-top: 51px;
}
.sharer > a{
  background-color: #4d4c4c;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.4;
  transition: all 0.3s ease;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  margin-left: 7px;
  position: relative;
  top: -9px;
  right: -1px;
}
.sharer > a:first-child{
  background-image: url('fb.png');
}
.sharer > a:last-child{
  background-image: url('tw.png');
}
.sharer > a:hover{
  opacity: 1;
}
.sharer > a:first-child:hover{
  background-color: #1c40a1;
}
.sharer > a:last-child:hover{
  background-color: #40abd4;
}
.slider{
  width: 570px !important;
  height: 140px;
  background: url('slider_bg.png');
  position: absolute !important;
  top: 264px;
  left: -6px;
}
.slider:before{
  display: none !important;
}
.slider > a{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15.5px 11px 15.5px 0;
  border-color: transparent #757575 transparent transparent;
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s ease;
  top: 55px;
  left: -1px;
  position: relative;
}
.slider > a:last-child{
  border-width: 15.5px 0 15.5px 11px;
  border-color: transparent transparent transparent #757575;
}
.slider > a:hover{
  border-color: transparent #633227 transparent transparent;
}
.slider > a:last-child:hover{
  border-color: transparent transparent transparent #633227;
}
.carousel{
  display: inline-block;
  vertical-align: top;
  width: 506px;
  top: 26px;
}
.carousel > ul{
  padding: 0;
}
.carousel > ul > li{
  display: inline-block;
  width: 156px;
  height: 83px;
  border: 3px solid #633227;
  background-size: cover;
  margin: 0 5px;
  cursor: pointer;
}
#screen_pop{
  width: 1000px;
  height: 656px;
  background: #bfbfbf;
  box-shadow: none;
  border: none;
}
#screen_pop > div{
  width: 976px;
  height: 631px;
  background-size: cover;
  margin: auto;
  position: relative;
  top: 12px;
}
.prevp{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 51px 0 51px 47px;
  border-color: transparent transparent transparent #bfbfbf;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 278px;
  left: 12px;
}
.prevp:before{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 13px 15px 0;
  border-color: transparent #757575 transparent transparent;
  display: block;
  content: '';
  position: relative;
  left: -45px;
  top: -15px;
  transition: all 0.3s ease;
}
.nextp{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 51px 47px 51px 0;
  border-color: transparent #bfbfbf transparent transparent;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 278px;
  right: 12px;
}
.nextp:before{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 13px;
  border-color: transparent transparent transparent #757575;
  display: block;
  content: '';
  position: relative;
  right: -32px;
  top: -15px;
  transition: all 0.3s ease;
}
.prevp:hover:before{
  border-color: transparent #633227 transparent transparent;
}
.nextp:hover:before{
  border-color: transparent transparent transparent #633227;
}
.fieldset{
  display: none;
}
#tos, #policy, #about, #contact{
  width: 774px;
  display: none;
}
.newspage .logo{
  display: none !important;
}

#resetpassword, #changepassword, #restorepassword, #setnickname{
  width: 448px;
}
#resetpassword a, #changepassword a, #restorepassword a, #setnickname a{
  margin-bottom: 20px;
}
#restorepassword input, #setnickname input{
  text-align: left;
  padding: 0 15px;
  width: 347px;
}
.input_wrap{
  position: relative;
}
.input_wrap .captcha{
  right: 37px;
}
#payh{
  width: 774px;
  height: 408px;
}
.payt{
  line-height: 45px;
  color: #2b2b2b;
  font-family: 'LatoWeb';
  font-size: 15px;
}
.payt > div{
  height: 45px;
}
.payt > div:first-child{
  background: #2b2b2b;
  color: #c4c4c4;
  outline: 1px solid #2b2b2b;
}
.payt > div > span{
  display: inline-block;
  text-align: center;
}
.payt > div > span:nth-child(1){width: 113px;}
.payt > div > span:nth-child(2){width: 125px;}
.payt > div > span:nth-child(3){width: 187px;}
.payt > div > span:nth-child(4){width: 102px;}
.payt > div > span:nth-child(5){width: 126px;}
.payt > div > span:nth-child(6){width: 120px;}
