@font-face {
    font-family: 'raphaelicons';
    src: url('fonts/raphaelicons-webfont.ttf') format('truetype');
	  font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Albertus Nova';
  src: url('fonts/nova.otf') format('truetype');
  font-style: normal;
}
body{
	font-family: 'Roboto', sans-serif;
  padding: 0;
  margin: 0;
  background: #0e0d1b url('img/bg.jpg') center top no-repeat;
}
.wrap{
	width: 1200px;
	height: 3880px;
  margin: auto;
  position: relative;
}
.logo{
  display: inline-block;
  width: 180px;
  height: 85px;
  background: url('img/infiplay.png') left top no-repeat;
  background-size: contain;
  background-position-y: 8px;
  padding-top: 5px;
  margin-left: -1px;
}
.menu{
  height: 48px;
  display: inline-block;
  float: right;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 48px;
}
.menu a, .menu > div, .menu > span > span{
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
  display: inline-block;
  cursor: pointer;
  margin: 0 29px;
  font-family: "Albertus Nova";
}
.nmain{
  min-height: calc(100vh - 312px) !important;
}
.menu span > span{
  color: #d04d2a !important;
}
.menu a:hover{
  color: #d04d2a;
}
.menu > div{
  margin-right: 15px;
}
.menu > div:hover{
  padding-bottom: 8px;
}
.menu > div:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    margin-left: 5px;
    position: relative;
}
.menu > div > div {
  position: absolute;
  text-align: center;
  right: 0px;
  top: 57px;
  width: 157px;
  line-height: 40px;
  background-color: rgba(22, 23, 37, 0.66);
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.menu > div > div > a {
    display: block;
}
.menu > div:hover > div {
    height: 80px;
    opacity: 1;
}
.slogan{
  width: 645px;
  height: 269px;
  background: url('img/slogan-3.png');
  margin-top: -20px;
  margin-left: 36px;

  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 150px;
}
.login_block{
  width: 750px;
  height: 340px;
  margin-top: 54px;
}
.login_btns{
  width: 340px;
  display: inline-block;
  vertical-align: top;
}
.play{
  background: url('img/play-2.png') center;
  background-size: cover;
  width: 295px;
  height: 140px;
  display: block;
  margin: auto;
  margin-top: 21px;
  border: 0px solid #2d1304;
}
.play:before{
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: url('img/play_hover-2.png') center;
  background-size: cover;
  opacity: 0;
  transition: all 0.3s ease;
}
.play:hover:before{
  opacity: 1;
}
.login{
  display: inline-block;
  width: 328px;
  vertical-align: top;
}
.login_h, .logged_buttons{
  text-align: center;
  margin-top: 35px;
}
.login_h > a, .logged_buttons > a, .logout, .setnickname{
  display: inline-block;
  width: 295px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #724c33;
  color: #fff6dc;
  transition: all 0.3s ease;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  background: rgba(0, 0, 0, 0.3);
  font-family: "Albertus Nova";
}
.login_h > a:hover{
  opacity: 0.7;
}
.login_active, .logged_buttons > a:hover, .logout:hover, .setnickname:hover{
  opacity: 1 !important;
  box-shadow: inset 0px 0px 0px 1px rgba(114,75,51,1) !important;
  background: rgba(0, 0, 0, 0.5) !important;
}
.login_h:aafter, .welcome:aafter, .text:aafter, .logged_buttons:aafter{
  width: 297px;
  height: 5px;
  content: '';
  display: block;
  background: url('img/login_hr.png');
  margin: 20px auto;
}
.login input{
  margin: auto !important;
      height: 36px !important;
      width: 293px !important;
      display: block;
      border: 1px solid #805143 !important;
      text-align: center !important;
      color: #fff!important;
      font-size: 14px !important;
      font-family: 'Fira Sans', sans-serif !important;
      margin-bottom: 10px !important;
      background: rgba(0,0,0,0.2);
}
#log_tospop, #log_tos,
.log_tospop, .log_tos {
    display: none !important;
}
#log_tospop+label, #log_tos+label,
.log_tospop+label, .log_tos+label {
  margin-left: 41px;
  position: relative;
  top: -5px;
  font-size: 13px;
  color: #fff;
}
#log_tospop+label a, #log_tos+label a,
.log_tospop+label a, .log_tos+label a {
  color: #fff3cd;
}
#log_tospop+label:before, #log_tos+label:before,
.log_tospop+label:before, .log_tos+label:before {
  position: absolute;
  border: 2px solid #291616;
  width: 13px;
  height: 13px;
  content: '';
  display: inline-block;
  left: -24px;
  top: 2px;
  border-radius: 3px;
}
#log_tospop:checked+label:before, #log_tos:checked+label:before,
.log_tospop:checked+label:before, .log_tos:checked+label:before {
    background: url('img/check.png') center center no-repeat;
}
.login_button{
  display: block;
  margin: 8px auto;
  width: 295px;
  height: 60px;
  background: url('img/login.jpg');
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  line-height: 45px;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
  font-weight: bold;
  letter-spacing: 2px;
  color: #210e03;
  font-size: 25px;
  transition: all 0.3s ease;
  border: 2px solid #2d1304;
  font-family: "Albertus Nova";
  cursor: pointer;
}
.login.signin{
  padding-top: 23px;
}
.signin .soc{
  margin-top: 14px !important;
}
.signin .login_button{
  margin: 8px auto !important;
}
.login.signin_ input{
  margin-bottom: 20px !important;
}
.login_button:hover{
  background: url('img/login_hover.jpg');
}
.login_hr_or{
  width: 330px;
  margin: auto;
  text-align: center;
  color: #fff;
  background: url('img/login_hr_or.png') center center no-repeat;
  font-size: 13px;
  text-transform: uppercase;
  /* font-family: 'LatoWeb'; */
  margin-top: 20px;
}
.soc{
  text-align: center;
  margin-top: 0;
}
.soc > a{
  width: 90px;
  height: 38px;
  display: inline-block;
  background-color: rgba(0,0,0,0.2);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('img/tw.png');
  transition: all 0.3s ease;
  border: 1px solid #805143;
  margin: 0 3px;
}
.soc > a:hover{
  background-color: #3eb6d9;
}
.soc > a:first-child:hover{
  background-color: #123c82;
}
.soc > a:last-child:hover{
  background-color: #b33c21;
}
.soc > a:first-child{
  background-image: url('img/fb.png');
}
.soc > a:last-child{
  background-image: url('img/gp.png');
}
.soc_s{
  text-align: center;
  font-family: 'LatoWeb';
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  margin-top: 14px;
}
.signup{
  padding-top: 23px;
}
.login_forgot{
  display: block;
  text-align: right;
  text-decoration: none;
  color: #fff !important;
  font-size: 13px;
  padding: 0 18px;
  margin-top: -7px;
  margin-bottom: 17px;
}
.signin .login_hr_or{
	margin-top: 20px !important;
}
.welcome{
  font-weight: 200;
  font-size: 25px;
  color: #d7a9a9;
  text-transform: uppercase;
  margin-top: 19px;
  letter-spacing: 7px;
}
.welcome > div{
  font-size: 30px;
  color: #ffd972;
  margin-top: 4px;
  letter-spacing: initial;
  font-weight: 600;
}
.welcome:after{
	margin-top: 17px;
}
.text {
  color: #d7a9a9;
  font-size: 17px;
  margin-top: 24px;
}
.logged{
  padding-left: 16px;
  width: 389px;
}
.text span, .text a{
	color: #fff;
}
.text a{
	color: #fff;
}
.text div {
    margin-bottom: 11px;
}
.text:after{
  margin-top: -3px;
  margin-left: -7px;
  margin-bottom: 26px;
}
.logged_buttons > a{
	height: 47px;
	line-height: 1.2;
	padding-top: 9px;
}
.logged_buttons{
	margin-top: -10px;
}
.logged_buttons:after{
	margin-top: 13px;
	margin-bottom: 25px;
}
.setname{
  margin-top: -20px;
  margin-bottom: 27px;
  position: relative;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 11px;
}
.setname input{
  width: 206px !important;
  padding-right: 50px;
  text-align: left !important;
  margin-top: 46px !important;
  margin-left: 0px !important;
  padding-left: 17px;
}
.setname a{
  position: absolute;
      right: 7px;
      top: 53px;
      display: block;
      width: 26px;
      height: 26px;
      background: url('img/setname.png') center center no-repeat;
      transition: all 0.3s ease;
      border-radius: 100%;
}
.setname a:hover{
  background: url('img/setname_hover.png') center center no-repeat;
}
.setname_err{
  background: #9d2421;
}
.logout{
  margin: 0 auto;
  display: block;
  height: 40px;
  line-height: 40px;
  text-transform: none;
  width: 95px;
  text-align: center;
  border-radius: 2px;
  border: none;
  background: #ffd972;
  color: #2a1616;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin-top: 26px;
}
.logout:hover{
  background: #d04d2a !important;
  color: #2a1616 !important;
  box-shadow: none !important;
}
.setnickname{
  margin: 0 auto;
  display: block;
  height: 33px;
  line-height: 33px;
  width: 276px;
  text-align: center;
  margin-top: -10px;
  margin-bottom: 26px;
}
.h{
	text-align: center;
	margin: auto;
}
.h > span{
  color: #d04d2a;
  font-size: 25px;
  text-transform: uppercase;
  font-family: "Albertus Nova";
}
.h > div{
  font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 19px;
    line-height: 1.2;
    color: #fff;
    margin-top: 5px;
  font-family: "Albertus Nova";
}
.hc{
  margin-top: 387px;
  margin-bottom: 706px;
}
.main{
	clear: both;
 	padding-top: 33px;
}
.gallery > a{
  width: 281px;
  height: 179px;
  display: inline-block;
  border: 2px solid #d04d2a;
  margin-right: 15px;
  margin-bottom: 16px;
  background-size: cover !important;
  background-position: center !important;
}
.gallery > a:nth-child(4n+4){
  margin-right: 0;
}
.gallery{
  margin-top: 38px;
}
.video{
  display: inline-block;
  width: 557px;
  height: 311px;
  position: relative;
  vertical-align: top;
  border: 0px solid #9a3f26;
  margin-left: 43px;
  background: url('img/scr.png') no-repeat center;
  background-size: contain;
}
.video:beforee{
	display: block;
	content: '';
	position: absolute;
	width: 564px;
	height: 324px;
	left: -8px;
	top: -7px;
	border: 1px solid #aa8c44;
}
.video iframe{
	position: relative;
	z-index: 2;
}
.intro{
	margin-top: 253px;
 	margin-bottom: 229px;
}
.introtext{
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  width: 499px;
  line-height: 1.9;
  color: #9799ad;
  margin-left: 39px;
  margin-top: -9px;
  line-height: 22px;
}
.introtext > span{
  color: #d04d2a;
    font-size: 25px;
    text-transform: uppercase;
  line-height: 20px;
  font-family: "Albertus Nova";
  text-shadow: 2px 3px 7px black
}
.introtext > div{
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 13px;
  line-height: 40px;
  color: #fff;
  margin-top: 5px;
  font-family: "Albertus Nova";
  text-shadow: 2px 3px 7px black
}
.features{
  position: relative;
}
.fbg{
  position: absolute;
      width: 1048px;
      height: 1138px;
      background: url('img/f1b.png');
      top: -207px;
      left: -287px;
}
.f2b{
  background: url('img/f2b.png') 269px 125px no-repeat !important;
}
.f3b{
  background: url('img/f3b.png') 252px 18px no-repeat !important;
}
.ft{
  margin-left: 647px;
display: inline-block;
vertical-align: top;
font-size: 16px;
width: 499px;
line-height: 22px;
color: #fff;
/* margin-left: 39px; */
margin-top: 18px;
height: 228px;
}
.ft span{
  color: #d04d2a;
font-size: 25px;
text-transform: uppercase;
  font-family: "Albertus Nova";
  text-shadow: 2px 3px 7px black
}
.ft div{
  font-size: 36px;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 10px;
  margin-top: 5px;
line-height: 1.2;
color: #fff;
  font-family: "Albertus Nova";
  text-shadow: 2px 3px 7px black
}
.chars{
	margin-top: 83px;
	font-family: 'LatoWeb';
	font-size: 18px;
	color: #ececec;
	line-height: 1.2;
	height: 615px;
  margin-bottom: 68px;
}
.info{
	display: inline-block;
	width: 323px;
	vertical-align: top;
}
.title{
	height: 43px;
	background: url('img/archer_title.png') no-repeat;
	margin-top: 61px;
	margin-left: -3px;
}
.hr{
	height: 16px;
	width: 323px;
	background: url('img/char_hr.png');
	margin: 22px 0;
	margin-left: -1px;
}
.desc{
	margin-top: -14px;
	line-height: 1.8;
	width: 320px;
	margin-left: 1px;
	margin-bottom: -16px;
}
.weapon{
	margin-top: -1px;
	margin-left: -1px;
	margin-bottom: 18px;
}
.weapon > span{
	color: #dcbf67;
}
.difficulty{
	margin-left: -1px;
	margin-bottom: -6px;
}
.difficulty > span{
	display: inline-block;
	background: url('img/star_bg.png');
	height: 20px;
	width: 69px;
	vertical-align: top;
	position: relative;
	top: -3px;
	left: 2px;
}
.difficulty > span:before{
	background: url('img/star.png');
	height: 23px;
	width: 23px;
	display: block;
	content: '';
	position: absolute;
	transition: all 0.3s ease;
}
.difficulty_2 > span:before{
	width: 46px;
}
.difficulty_3 > span:before{
	width: 69px;
}
.skills_h{
	margin-left: -1px;
	margin-top: -2px;
}
.skills{
	margin-left: -2px;
	margin-top: 18px;
}
.skills > div{
	margin-right: 9px;
	width: 43px;
	height: 43px;
	display: inline-block;
	background-image: url('img/skills_archer.jpg');
	transition: all 0.3s ease;
	position: relative;
}
.skills > div:nth-child(2){ background-position: -43px 0; }
.skills > div:nth-child(3){ background-position: -86px 0; }
.skills > div:nth-child(4){ background-position: -129px 0; }
.skills > div:nth-child(5){ background-position: -172px 0; }
.skills > div:before{
	width: 39px;
	height: 39px;
	display: block;
	border: 2px solid #bba05c;
	content: '';
	opacity: 0;
	transition: all 0.3s ease;
}
.skills > div:after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6.5px 0 6.5px;
	border-color: #bba05c transparent transparent transparent;
	display: block;
	content: '';
	position: absolute;
	bottom: -6px;
	left: 15px;
	opacity: 0;
	transition: all 0.3s ease;
}
.skills > div:hover:after, .skills > div:hover:before{
	opacity: 1;
}
.char{
	width: 500px;
	height: 641px;
	background: url('img/archer_big.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	display: inline-block;
	position: relative;
	top: -32px;
	left: -5px;
	vertical-align: text-bottom;
}
.classes{
	float: right;
	margin-top: 110px;
	margin-right: 5px;
}
.classes > a{
	display: block;
	background: #1f1f1e;
	width: 110px;
	height: 110px;
	margin-bottom: 10px;
	transition: all 0.3s ease;
	float: right;
	position: relative;
	text-decoration: none;
}
.classes > a:after{
	content: '';
	display: block;
	height: calc(100% + 8px);
	width: calc(100% + 8px);
	position: absolute;
	top: -5px;
	left: -5px;
	border: 1px solid rgba(0,0,0, 0);
	transition: all 0.3s ease;
}
.classes > a:hover:after{}
.active_class:after{
	border: 1px solid #c9ad66 !important;
}
.classes > a:before{
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	background-position: right center;
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url('img/archer.png');
	transition: all 0.3s ease;
}
.classes > a > span{
	font-family: 'LatoWeb';
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	top: 13px;
	left: 14px;
	opacity: 0;
	transition: all 0.3s ease;
}
.active_class > span{
	opacity: 1 !important;
}
.archer:hover:before, .active_class:before{
	background-image: url('img/archer_h.png') !important;
}
.knight:before{
	background-image: url('img/knight.png') !important;
}
.knight:hover:before, .active_class.knight:before{
	background-image: url('img/knight_h.png') !important;
}
.mage:before{
	background-image: url('img/mage.png') !important;
}
.mage:hover:before, .active_class.mage:before{
	background-image: url('img/mage_h.png') !important;
}
.active_class{
	background: url('img/class_bg_active.jpg') !important;
	width: 210px !important;
}
.classes{
	float: right;
}
.slider_wrap{
  width: 768px;
  height: 427px;
  margin: auto;
  margin-top: 50px;
	position: relative;
}
.slider_contents{
  width: 768px;
  height: 427px;
}
.slider_ul{
  padding: 0;
  margin: 0;
}
.slider_ul li{
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.slide{
	width: 768px;
  height: 427px;
  background-position: center bottom;
  background-repeat: no-repeat;
	background-image: url('img/slide_1.jpg');
	position: relative;
}
.s2{background-image: url('img/slide_2.jpg');}
.s3{background-image: url('img/slide_3.jpg');}
.s4{background-image: url('img/slide_4.jpg');}
.s5{background-image: url('img/slide_5.jpg');}
.s6{background-image: url('img/slide_6.jpg');}
.slide > div{
	position: absolute;
 	bottom: 0px;
  background: rgba(8, 8, 8, 0.7);
	color: #f5f5f5;
	font-size: 15px;
	font-family: 'LatoWeb';
	width: 100%;
	width: calc(100% - 15px);
	padding-bottom: 14px;
	padding-left: 15px;
}
.slide > div > div{
	font-family: 'LatoWebHeavy';
	text-transform: uppercase;
	margin-top: 17px;
	margin-bottom: 8px;
}
.slider_prev, .slider_next{
	width: 44px;
	height: 99px;
	background: url('img/slidec.png');
	transition: all 0.3s ease;
	cursor: pointer;
	position: absolute;
	z-index: 3;
	top: 166px;
}
.slider_prev:hover, .slider_next:hover{
	background: url('img/slidec_hover.png');
}
.slider_next{
	transform: scaleX(-1);
	right: 0px;
}
.slider_toggles{
	text-align: center;
	margin-top: 22px;
}
.slider_toggles > a{
	display: inline-block;
	width: 21px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/dot.png');
	transition: all 0.3s ease;
	margin: 0 3px;
}
.slider_toggles > a:hover{
	background-image: url('img/dot_hover.png');
}
.slider_current, .slider_current:hover{
	background-image: url('img/dot_active.png') !important;
}
footer{
  margin-top: 102px;
}
footer > a{
  width: 253px;
  height: 45px;
  background: url('img/infiplay.png');
  display: inline-block;
  vertical-align: top;
  position: relative;
  left: -1px;
}
footer > div{
  vertical-align: top;
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  margin-left: 27px;
  margin-top: 3px;
}
footer > div > a{
  color: #fff !important;
  text-decoration: none;
  margin-right: 19px;
  font-family: "Albertus Nova";
}
footer > div > div{
  color: #5d5f73;
  font-size: 12px;
  margin-top: 7px;
}
.f{
  margin-left: 639px;
      position: relative;
      z-index: 2;
}
.f > a{
  display: inline-block;
  width: 128px;
  height: 114px;
  background-image: url('img/f1.png');
  background-position: center top;
      margin-right: 15px;
      vertical-align: top;
}
.f > a:hover{
  opacity: 0.7;
}
.f > a:nth-child(2){background-image: url('img/f2.png');}
.f > a:nth-child(3){background-image: url('img/f3.png');}
.f_active{
  opacity: 1 !important;
      width: 114px !important;
      height: 122px !important;
      margin-left: 7px !important;
      margin-right: 22px !important;
}
.pop_wrap{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
	display: none;
}
.pop_wrap > div{
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
	border: 1px solid #7b3d32;
  background-color: #5e281f;
	width: 448px;
}
#alert{
  text-align: center;
  width: 438px;
	display: none;
}
#alert > div, .pop_h, .loginPopTitle{
  color: #fff;
  font-size: 22px;
  font-weight: bold;
	text-transform: uppercase;
	height: 49px;
	line-height: 49px;
	background-color: rgba(0, 0, 0, 0.141);
	text-align: center;
}
#alert > span{
  font-size: 15px;
  display: block;
  color: #fff;
  margin: 18px 36px;
}
.alert_button, .support_button{
  margin: auto;
  width: 222px;
  height: 52px;
  display: block;
  background: url(img/alert_btn.jpg);
  line-height: 56px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0px 1px 1px rgba(164, 102, 0, 1);
  margin-top: 21px;
  margin-bottom: 14px;
  transition: all 0.3s ease;
  line-height: 52px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  margin-top: 21px;
  margin-bottom: 20px;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
  font-weight: 500;
  letter-spacing: 7px;
  color: #210e03;
  font-size: 25px;
  transition: all 0.3s ease;
  border: 2px solid #2d1304;
}
.alert_button:hover, .support_button:hover{
	background: url('img/alert_btn_hover.jpg');
}
.close{
  float: right;
  display: block;
  width: 17px;
  height: 17px;
  background: url('img/alert_close.png');
	top: 14px;
	right: 15px;
  position: relative;
  cursor: pointer;
	transition: all 0.3s ease;
}
.close:hover{
	background: url('img/alert_close_hover.png');
}
#login_pop{
	width: 340px;
	border: none;
	display: none;
}
#login_pop .soc_s{
	padding-bottom: 16px;
}
#login_pop .login_h:after{
	display: none;
}
.login_pop_err, .error{
	text-align: center;
	margin: 15px auto;
	color: #bb3030;
	font-size: 14px;
	text-transform: uppercase;
}
.pop .login{
  width: 340px !important
}
.skill{
	width: 316px;
	background: #4c2a62;
	border: 3px solid #916fa4;
	position: relative;
	left: -4px;
	top: 10px;
	display: none;
}
.skill:before, .skill:after{
	display: block;
	content: '';
	position: relative;
	width: 310px;
	height: 8px;
	background: url('img/skill_border.png');
	margin: 3px auto;
}
.skill:after{
	transform: scaleY(-1);
}
.skill > div:first-child{
	text-transform: uppercase;
  font-weight: bold;
	font-size: 16px;
	margin: 0px 14px;
}
.skill > div:last-child{
	font-size: 14px;
	margin: 13px 14px;
	margin-bottom: -2px;
	line-height: 1.8;
}
.lang {
    float: right;
    color: #fff;
    font-family: 'Exo 2';
    font-size: 14px;
    max-width: 100px;
    margin-right: 19px;
    position: relative;
    cursor: pointer;
		text-transform: none;
}
.lang:after {
    margin-left: 12px;
    position: relative;
    top: -1px;
    display: inline-block;
    content: "=";
    transform: rotate(90deg);
    font-size: 20px;
    font-family: 'raphaelicons';
    vertical-align: middle;
    font-weight: bold;
    color: #858585;
    float: right;
}
.lang:before {
    width: 18px;
    height: 12px;
    display: inline-block;
    position: absolute;
    background: #fff;
    content: '';
    left: -25px;
    top: 2px;
}
.langSelector {
    width: 112px;
    background: #f0f0f0;
    box-shadow: 0px 1px 3px 0px rgba(1, 3, 4, 0.41);
    position: absolute;
    right: 8px;
    bottom: 80px;
    display: none;
    z-index: 4;
}
.langSelectorWrap {
    width: 108px;
    height: 87px;
    margin: 1px;
    border: 1px solid #e7e7e7;
    font-family: 'Exo 2';
    font-size: 12px;
}
.langSelectorWrap > div {
    color: #a6a7a7;
    text-transform: uppercase;
    text-align: center;
    margin-top: 8px;
}
.langSelectorWrap > span, .langSelectorWrap > a {
    display: block;
    color: #585858;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    margin: 8px 0;
    margin-left: 22px;
		transition: all 0.3s ease;
		text-transform: none;
}
.langSelectorWrap > a:hover {
    color: #7797b2;
}
.langSelectorWrap > span::before {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #5c80ad;
    left: -8px;
    top: 7px;
}
.lang_en:before{background: url('img/en.jpg');}
.lang_pt:before{background: url('img/pt.jpg');}
.loginBtn{
  margin: auto;
  width: 375px;
  height: 52px;
  display: block;
  background: url('img/popup_btn.jpg');
  line-height: 52px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  margin-top: 21px;
  margin-bottom: 20px;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
  font-weight: 500;
  letter-spacing: 7px;
  color: #210e03;
  font-size: 25px;
  transition: all 0.3s ease;
  border: 2px solid #2d1304;
}
.loginBtn:hover{
	background: url('img/popup_btn_hover.jpg');
}
.pop input{
  margin: auto;
      height: 42px;
      width: 345px;
      padding: 0 16px;
      display: block;
      color: #fff;
      font-size: 15px;
      font-family: 'LatoWeb';
      margin-bottom: 25px;
      border: 1px solid #805143 !important;
      background: rgba(0,0,0,0.2);
}
.pop .login input{
  width: 293px !important;
  padding: 0 !important;
}
.pop .signup{
  padding-bottom: 8px;
  padding-top: 0 !important;
}
.pop .signin{
  padding-top: 0 !important;
}
.pop label{
      margin-left: 46px !important;
}
.pop .login_h{
      margin-top: 1px !important;
      margin-bottom: 1px;
}
.pop .login_h > a:first-child{
  margin-right: 0px !important;
}
.pop .login_h > a{
  display: inline-block;
  width: 295px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #724c33;
  color: #fff6dc;
  transition: all 0.3s ease;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 16px;
  /* background: rgba(0, 0, 0, 0.3); */
  background-color: rgba(0, 0, 0, 0.141);
  border: none;
  box-shadow: none !important;
  width: 169px;
  margin: 0 -4px;
  /* margin-top: -23px; */
}
.input_wrap{
	position: relative;
}
.input_wrap > span{
	display: inline-block;
	vertical-align: top;
	height: 37px;
	margin-top: 3px;
	margin-left: -4px;
	width: 125px;
	float: right;
	position: absolute;
	top: 1px;
	right: 39px;
	background-color: #fff;
}
.input_last{
  margin-bottom: 29px;
}
#pay {
  display: block;
  margin: 0 auto;
}

#support{
  width: 650px;
  background-image: none;
  margin: 0 auto;
}
#support > h1, #servers > h1, #payh > h1, #pay > h1 {
	padding-bottom: 6px;
	padding-top: 9px;
	margin-bottom: 14px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 44px;
  text-align: center;
  color: #fff;
  font-family: "Albertus Nova";
  text-shadow: 2px 3px 7px black;
}
#support .input_wrap{
  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{
	outline: none;
	height: 42px;
	width: 311px;
	text-align: left;
	margin: 0px;
	padding-left: 15px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 15px;
	line-height: 42px;
	border: 1px solid #805143 ;
}
.input_wrap > textarea{
	height: 150px !important;
	width: 646px !important;
	/* margin-top: -45px; */
	margin-bottom: -4px !important;
	resize: none;
	line-height: 1.2 !important;
	padding: 15px;
}

#support .input_wrap > textarea {
  width: 635px !important;
}

.inline_input{
	display: inline-block;
	vertical-align: top;
	width: 298px !important;
	margin-right: 23px;
}
.inline_input input{
	width: 295px !important;
}
#topic{
	width: 311px !important;
}
.textarea_wrap{
    margin-top: -1px;
    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: 38px;
	    margin-top: 3px;
	    right: -31px;
	    float: right;
	    width: 86px;
	    text-align: center;
	    text-decoration: none;
	    background: #ffd972;
	    color: #2f140f;
	    font-size: 13px;
	    -webkit-text-stroke: 0.6px;
	    line-height: 39px;
	    position: relative;
}
.input_wrap > label > span {
    cursor: pointer;
}
#support .captcha{
	right: -25px !important;
	height: 36px !important;
}
#screenshotinput {
    cursor: default;
}
.input_wrap label{
  float: right;
  position: absolute;
  top: -1px;
  right: 20px;
}
.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: #fff transparent transparent transparent;
	    content: '';
	    display: block;
	    float: right;
	    position: absolute;
	    top: 19px;
	    right: 0px;
}
.topics{
	width: 513px;
	height: 368px;
	position: absolute !important;
	z-index: 4;
	margin-left: -202px;
	margin-top: 4px;
	display: none;
	background: rgba(47,20,15,0.98);
	color: #765a5c;
	font-size: 15px;
	border: 1px solid rgba(215,202,154,0.4);
}
.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: #fff;
  margin-bottom: 5px;
  font-weight: bold;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.topics > div > span {
  display: block;
  position: relative;
  cursor: pointer;
  color: #765a5c;
  font-size: 14px;
  margin-left: 10px;
  margin-top: 7px;
  transition: all 0.3s ease;
}
.topics > div > span:hover{
    color: #fff;
}
.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: #fff;
}
.selected_topic:before {
    background: url('img/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: rgba(0,0,0,0.5);
	color: #cc4832;
	font-family: 'LatoWeb';
	font-size: 15px;
	line-height: 1.2;
	float: right;
	right: -1px;
	width: 399px;
	padding: 14px 16px;
	position: absolute;
	top: 443px;
	transform: translate(0%, -50%);
}
.support_button{
	text-align: center !important;
	margin-left: 0;
	margin-top: 7px !important;
    line-height: 23px;
  cursor: pointer;
}
#servers{
	width: 798px;
    margin: 0 auto;
}
#servers > h1{
	padding-top: 5px !important;
}
.tabs{
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	top: 1px;
}
.tabs > a{
	width: 140px;
	text-decoration: none;
	color: #fff;
	transition: all 0.3s ease;
	display: inline-block;
	text-align: center;
}
.tabs > a:hover{
	color: #ffd972;
}
.tab_active{
	background: rgba(0, 0, 0, 0.15);
	color: #ffd972 !important;
}
.servers_content_wrap{
	background: rgba(0, 0, 0, 0.15);
	margin-top: 1px;
	height: 397px;
	padding-left: 27px;
	padding-right: 15px;
	background: url(https://dragon.infiplay.com/res/img/dkshutdown500x300.jpg) right no-repeat;
}
.servers_content{
	overflow-y: auto;
	height: 340px;
	top: 29px;
	position: relative;
	-webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 5%,rgba(0,0,0,1) 95%,rgba(0,0,0,0) 100%);
	mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 5%,rgba(0,0,0,1) 95%,rgba(0,0,0,0) 100%);
}
.server{
	margin: auto;
	width: 222px;
	height: 52px;
	display: inline-block;
	text-align: center;
	background: url('img/server.jpg');
	line-height: 52px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	color: #210e03 !important;
	text-decoration: none;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
	transition: all 0.3s ease;
	margin-right: 20px;
	margin-bottom: 29px;
  position: relative;
  border: 2px solid #2d1304;
}
.server:hover{
	background: url('img/server_hover.jpg');
}

.server_new {
  background: url('img/server-new.png') !important;
}

.rec_label{
	padding-left: 3px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 14px;
}
.all_label{
	padding-left: 3px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 14px;
  margin-top: 30px;
}

#rec .server{
	margin-bottom: 0px;
}
.servers_content::-webkit-scrollbar, #payt::-webkit-scrollbar, .server_list::-webkit-scrollbar{
  width: 10px;
  background: rgba(0, 0, 0, 0.15);
}
.servers_content::-webkit-scrollbar-thumb, #payt::-webkit-scrollbar-thumb, .server_list::-webkit-scrollbar-thumb{
  background: #ffd972;
}
.server:nth-child(3n+3){
	margin-right: 0px;
}
.server:last-child{
	margin-bottom: 10px;
}
#log_tospop,
.log_tospop {
	display: none !important;
}
#payh{
	display: block;
	width: 776px;
	height: 410px;
	border: none;
}
#payh > h1{
	padding-bottom: 0px;
	padding-top: 19px;
	padding-left: 22px;
	margin-bottom: 14px;
}
#pay > h1{
	padding-bottom: 0px;
	padding-top: 6px;
	padding-left: 27px;
	margin-bottom: 14px;
}
#payt{
  overflow-y: scroll;
  height: 306px;
}
.payt > div{
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	color: #fff;
}
.payt > div > span{
	text-align: center;
	display: inline-block;
}
.payt > div > span:nth-child(1){width:111px;}
.payt > div > span:nth-child(2){width:140px;}
.payt > div > span:nth-child(3){width:162px;}
.payt > div > span:nth-child(4){width:105px;}
.payt > div > span:nth-child(5){width:147px;}
.payth > div > span:nth-child(6){width:110px;}
.payt > div > span:nth-child(6){width:90px;}
.payth > div:nth-child(1){
	background: rgba(0, 0, 0, 0.5);
	color: #765a5c;
}
#pay{
  width: 646px;
  height: 578px;
}
.pay_pop_info{
  background: rgba(0, 0, 0, 0.5);
      margin-top: 19px;
      height: 45px;
      line-height: 45px;
      margin-bottom: 22px;
      padding: 0 27px;
  margin-left: 27px;
  margin-right: 27px;
}
.pay_pop_info > div {
	display: inline-block;
	vertical-align: top;
  position: relative;
}
.pay_pop_info > div > span:first-child {
	color: #9e5548;
	font-size: 15px;
}
.pay_pop_info > div > span:nth-child(2) {
	font-size: 15px;
	color: #fff;
	display: inline-block;
}
.pay_pop_info > div:last-child{
  float: right;
}
.pay_pop_options{
	text-align: center;
}
.pay_pop_options > div{
	border-radius: 7px;
	box-shadow: 0px 0px 0px 0px rgba(3, 11, 8, 0);
	background: url('img/pay1.jpg');
	width: 132px;
	height: 200px;
	display: inline-block;
	vertical-align: top;
	transition: all 0.3s ease;
	cursor: pointer;
	margin: 0 8px;
	margin-bottom: 20px;
	position: relative;
  border: 1px solid #7b3d32;
}
.pay_pop_options > div > div{
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  margin-top: 8px;
  margin-bottom: 2px;
}
.pay_pop_options > div > span.virtual-quantity {
	color: #2f140f;
	font-size: 13px;
	margin-top: 15px;
	transition: all 0.3s ease;
  display: block;
  width: 96px;
  height: 20px;
  line-height: 20px;
  margin: auto;
  background: #f8cd48;
  border-radius: 2px;
  font-weight: bold;
}
.pay_pop_options > div span.virtual-currency {
  font-size: 11px;
  vertical-align: baseline;
}
.pay_pop_options > div > div:after{
	content: '€';
}
.pay_pop_options > div:hover{
	border: 1px solid #af2806;
  box-shadow: inset 0px 0px 0px 1px #af2806;
}
.pay_pop_options > div:before{
	width: 143px;
	height: 132px;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-repeat: no-repeat;
	content: '';
}
.pay_pop_options > div:nth-child(1){background-image: url('img/pay1.jpg');}
.pay_pop_options > div:nth-child(2){background-image: url('img/pay2.jpg');}
.pay_pop_options > div:nth-child(3){background-image: url('img/pay3.jpg');}
.pay_pop_options > div:nth-child(4){background-image: url('img/pay4.jpg');}
.pay_pop_options > div:nth-child(5){background-image: url('img/pay5.jpg');}
.pay_pop_options > div:nth-child(6){background-image: url('img/pay6.jpg');}
.pay_pop_options > div:nth-child(7){background-image: url('img/pay7.jpg');}
.pay_pop_options > div:nth-child(1):hover{background-image: url('img/pay1_h.jpg');}
.pay_pop_options > div:nth-child(2):hover{background-image: url('img/pay2_h.jpg');}
.pay_pop_options > div:nth-child(3):hover{background-image: url('img/pay3_h.jpg');}
.pay_pop_options > div:nth-child(4):hover{background-image: url('img/pay4_h.jpg');}
.pay_pop_options > div:nth-child(5):hover{background-image: url('img/pay5_h.jpg');}
.pay_pop_options > div:nth-child(6):hover{background-image: url('img/pay6_h.jpg');}
.pay_pop_options > div:nth-child(7):hover{background-image: url('img/pay7_h.jpg');}

.pay_pop_options > div:nth-child(8) {
  background-image: url('img/pay8.png');
}

.pay_pop_options > div:nth-child(8):hover{
  background-image: url('img/pay8_h.png');
}

#tos, #policy, #contact, #about{
  background: #5e281f;
  border: none;
  width: 680px;
  height: 580px;
}
#tos > h1, #policy > h1, #contact > h1, #about > h1{
  font-weight: bold;
  font-size: 32px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding-top: 24px;
  padding-bottom: 27px;
}
.tos_contents{
  width: 602px;
  margin: auto;
  height: 439px;
  color: #fff;
  overflow-y: auto;
  padding-right: 11px;
  white-space: pre-wrap;
  line-height: 1.2;
  margin-left: 32px;
}
#contact > .tos_contents, #about > .tos_contents{
  white-space: initial !important;
}
.tos_contents::-webkit-scrollbar{
  width: 10px;
  background: #2c1e1c;
  border-radius: 2px;
}
.tos_contents::-webkit-scrollbar-thumb{
  background: #dadada;
  border-radius: 2px;
}
.lastserver{
  cursor: pointer;
  color: #FFF !important;
}
.lastserver: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;
    transition: all 0.3s ease;
}
.lastserver:hover:after {
    border-color: #f1bf48 transparent transparent transparent;
}
.server_list{
  background: #2F140F;
  position: absolute;
  z-index: 2;
  width: 193px;
  top: auto;
  height: auto;
  display: none;
}
.server_list > a{
  display: block;
  color: #fff;
  text-decoration: none;
  height: 35px;
  line-height: 35px;
  transition: all 0.3s ease;
  padding-left: 25px;
  padding-right: 35px;
  font-size: 14px;
  text-transform: uppercase;
}
.server_list > a:hover{
    background: #ffd972;
    color: #2f140f;
}
.input_last > span{
  right: 39px !important;
}
.tos_contents h2{
  margin-top: 15px;
  margin-bottom: 10px;
}
.tos_contents > h2:first-child{
  margin-top: 0px;
}
.tos_contents a{
  color: #d3ae60;
}
.news{
  background: url('img/bg_short.jpg') center top no-repeat #151620;
}
.news .logo{
  position: absolute;
  top: 88px;
  margin-left: 10px;
  width: 300px;
  height: 187px;
  background: url(img/slogan-3.png) no-repeat;
  background-size: contain;
}
.news .menu{
  width: 100%;
      height: 48px;
      line-height: 48px;
      position: relative;
}
.news .menu > a:first-child{
  margin-left: 0;
}
.news .menu > span > a:last-child{
  margin-right: 0;
}
.news .menu > div > div{
  top: 55px;
  right: initial;
  margin-left: -28px;
}
.news .play{
  float: right;
  margin-top: 63px;
  margin-right: 15px;
}
.menu > span{
  float: right;
}
.newslist > div{
  margin-bottom: 45px;
}
.newslist > div > a{
  width: 300px;
  height: 146px;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #af2806;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  position: relative;
  box-shadow: 0px 0px 0px 2px rgba(23, 11, 6, 0.004);
}
.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: #fff;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s ease;
  padding-top: 13px;
  padding-bottom: 7px;
}
.newslist > div > div > a:first-child:hover{
  color: #6e718e;
}
.newslist > div > div > a:nth-child(2){
  color: #6e718e;
  font-size: 16px;
  padding-bottom: 13px;
}
.newslist > div > div > a:nth-child(3){
  color: #fff;
  font-size: 15px;
  font-family: 'LatoWeb';
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.newslist > a{
  display: block;
  margin: auto;
  margin-top: 81px;
  margin-bottom: 118px;
  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;
}
.news .main{
  padding-top: 43px;
  min-height: calc(100vh - 519px);
}
.news footer{
  margin-top: 144px;
  padding-bottom: 32px;
}
.news .lang{
  display: none;
}
.news .wrap{
  height: initial;
}
.newsinfo{
  text-transform: uppercase;
  color: #6e718e;
  font-size: 15px;
  font-weight: bold;
  margin-top: -10px;
}
.newsinfo a{
  text-decoration: none;
  color: #6e718e;
}
.newsinfo > span{
  float: right;
  color: #6e718e;
}
.newsh{
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  margin-left: -2px;
  margin-top: 8px;
}
.news_content{
  color: #fff;
  font-size: 15px;
  margin-top: 54px;
  line-height: 1.47;
}
.news_content img{
  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;
  color: #dfdfdf;
  font-weight: bold;
  border: 1px solid #dfdfdf;
  outline: 4px solid #4d4c4c;
  background: #4d4c4c;
  opacity: 0.4;
  transition: all 0.3s ease;
  vertical-align: top;
}
.sharing > a:hover{
  opacity: 1;
}
.sharer{
  float: right;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  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;
}
.server_new_:after{
  background: url('img/new.png');
  content: '';
  display: block;
  position: absolute;
  top: -16px;
  height: 16px;
  width: 50px;
}
.server_rec_:after{
  background: url('img/rec.png');
  content: '';
  display: block;
  position: absolute;
  top: -16px;
  height: 16px;
  width: 95px;
}
.login_pop_err{
  margin-bottom: 16px;
}
.fieldset{
  display: none;
}
#screens{
  width: 1034px;
  height: 580px;
  border: 3px solid #d04d2a;
  position: relative;
}
.screenshot{
  background-position: center;
  background-image: url('img/screen1.jpg');
  display: block;
  width: 1034px;
  height: 580px;
}
.stext{
  font-size: 23px;
  color: #fff;
  display: block;
  background-color: rgba(0, 0, 0, 0.85);
  position: absolute;
  bottom: 0px;
  padding: 23px 26px;
  width: 982px;
}
.sprev, .snext{
  position: absolute;
  cursor: pointer;
  top: 230px;
  background: url('img/slide.png');
  width: 53px;
  height: 120px;
}
.snext{
  right: 0px;
  transform: scaleX(-1);
}

#servers .server-empty {
  color: #FFF;
  text-align: center;
}