/***************************
****************************
Fonts section
****************************
***************************/
@font-face {
    font-family: 'exo2-bold';
    src: url('fonts/exo2-bold-webfont.eot');
    src: url('fonts/exo2-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/exo2-bold-webfont.woff2') format('woff2'), url('fonts/exo2-bold-webfont.woff') format('woff'), url('fonts/exo2-bold-webfont.ttf') format('truetype'), url('fonts/exo2-bold-webfont.svg#exo_2bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'exo2-semibold';
    src: url('fonts/exo2-semibold-webfont.eot');
    src: url('fonts/exo2-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/exo2-semibold-webfont.woff2') format('woff2'), url('fonts/exo2-semibold-webfont.woff') format('woff'), url('fonts/exo2-semibold-webfont.ttf') format('truetype'), url('fonts/exo2-semibold-webfont.svg#exo_2bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'exo2-medium';
    src: url('fonts/exo2-medium-webfont.eot');
    src: url('fonts/exo2-medium-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/exo2-medium-webfont.woff2') format('woff2'), url('fonts/exo2-medium-webfont.woff') format('woff'), url('fonts/exo2-medium-webfont.ttf') format('truetype'), url('fonts/exo2-medium-webfont.svg#exo_2medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'exo2';
    src: url('fonts/exo2-regular-webfont.eot');
    src: url('fonts/exo2-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/exo2-regular-webfont.woff2') format('woff2'), url('fonts/exo2-regular-webfont.woff') format('woff'), url('fonts/exo2-regular-webfont.ttf') format('truetype'), url('fonts/exo2-regular-webfont.svg#exo_2regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'exo2-thin';
    src: url('fonts/exo2-thin-webfont.eot');
    src: url('fonts/exo2-thin-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/exo2-thin-webfont.woff2') format('woff2'), url('fonts/exo2-thin-webfont.woff') format('woff'), url('fonts/exo2-thin-webfont.ttf') format('truetype'), url('fonts/exo2-thin-webfont.svg#exo_2thin') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'exo2-light';
    src: url('fonts/exo2-light-webfont.eot');
    src: url('fonts/exo2-light-webfont.eot?#iefix') format('embedded-opentype'),
      url('fonts/exo2-light-webfont.woff2') format('woff2'),
    url('fonts/exo2-light-webfont.woff') format('woff'),
    url('fonts/exo2-light-webfont.ttf') format('truetype'),
    url('fonts/exo2-light-webfont.svg#exo_2thin') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'raphaelicons';
    src: url('fonts/raphaelicons-webfont.eot');
    src: url('fonts/raphaelicons-webfont.eot?#iefix') format('embedded-opentype'),
      url('fonts/raphaelicons-webfont.woff') format('woff'),
      url('fonts/raphaelicons-webfont.ttf') format('truetype'),
      url('fonts/raphaelicons-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'raphaelicons';
    src: url('fonts/raphaelicons-webfont.ttf') format('truetype');
	  font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'rub';
    src: url('fonts/rub.ttf') format('truetype');
	  font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotocondensed';
    src: url('fonts/RobotoCn-webfont.eot');
    src: url('fonts/RobotoCn-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/RobotoCn-webfont.svg') format('svg'),
         url('fonts/RobotoCn-webfont.woff') format('woff'),
         url('fonts/RobotoCn-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* Fonts section end */
/***************************
****************************
Header
****************************
***************************/
.header{
  min-width: 900px;
  height: 63px;
  width: 100%;
  background: #f8f8f8;
  box-shadow: 0px 1px 4px 0px rgba(1, 3, 4, 0.25);
  position: fixed;
  z-index: 999;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:subpixel-antialiased!important;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
}
.header_content{
  height: 63px;
}
.header_logo{
  display: inline-block;
  background: url("images/header_logo-infi.png") no-repeat center center;
  height: 63px;
  width: 166px;
  position: relative;
  vertical-align: top;
}
.header_menu{
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}
.header_menu > a:first-child{
  margin-left: 0px;
}
.header_menu > a{
  margin-left: -5px;
}
.header_btn{
  display: inline-block;
  height: 63px;
  line-height: 56px;
  font-family: 'exo2-semibold';
  font-size: 16px;
  color: #4b4b4b;
  text-transform: uppercase;
  text-decoration: none !important;
  vertical-align: top;
  box-shadow: inset 0 0px 0px 1px #f8f8f8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_btn > span{
  padding: 0 24px;
}
.header_btn:before{
  background: #7797b2;
  height: 4px;
  width: 0%;
  opacity: 0;
  display: block;
  content: '';
  margin: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_btn:hover, .active_header_btn{
  position: relative;;
  z-index: 1;
  background: #ececec;
  color: #7797b2;
  box-shadow: inset 0 0px 0px 1px #d3d5d7;
}
.header_btn:hover:before, .active_header_btn:before{
  opacity: 1;
  width: 100%;
}
.header_user{
  display: inline-block;
  float: right;
  vertical-align: top;
}
.dropdown_button > span:after{
  margin-left: 6px;
  position: relative;
  top: -1px;
  display: inline-block;
  content: "=";
  transform: rotate(90deg);
  font-size: 20px;
  font-family: 'raphaelicons';
  vertical-align: middle;
  font-weight: bold;
}
.user_dropdown_btn{
    margin-left: -5px;
}
.user_dropdown_btn > span{
  padding: 0 12px !important;
  white-space: nowrap;
  display: inline-block;
}
#user_name > span{
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 190px;
  vertical-align: top;
}
.header_warn_btn > span{
  padding: 0 14px !important;
}
.header_warn{
  width: 24px;
  height: 21px;
  background: url("images/header_warn.png");
  display: inline-block;
  position: relative;
  top: 16px;
}
.header_login{
  display: inline-block;
  float: right;
  vertical-align: top;
}
.header_login > a{
  height: 26px;
  line-height: 24px;
  display: inline-block;
  color: #7795af;
  font-family: 'exo2-medium';
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 10px;
  border-radius: 3px;
  border: 2px solid #7795af;
  margin-left: 25px;
  margin-top: 17px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_login > a:hover{
  background: #7795af;
  color: #fff;
}
.header_gamelist_wrap, .header_userdrop_wrap, .header_notidrop_wrap{
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
}
.mobile_notifications{
  display: none;
}
.header_userdrop > a > span,
.dropdown-menu-infiplay > a > span {
  width: 25px;
  height: 25px;
  display: inline-block;
  background-image: url('images/icon_infi.png');
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 8px;
  margin-right: 11px;
  position: relative;
  top: 7px;
}
.icon_vk{background-image: url('images/icon_vk.png') !important;}
.icon_fb{background-image: url('images/icon_fb.png') !important;}
.icon_tw{background-image: url('images/icon_tw.png') !important;}
.icon_gp{background-image: url('images/icon_gp.png') !important;}
.icon_cabinet{background-image: url('images/icon_cabinet.png') !important;}
.icon_wallet{background-image: url('images/icon_wallet.png') !important;}
.icon_exit{background-image: url('images/icon_exit.png') !important;}
.header_userdrop > a{
  width: 100%;
  height: 41px;
  display: block;
  line-height: 41px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid #d3d5d7;
  font-family: 'exo2-semibold';
  color: #4b4b4b;
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_userdrop > a:hover{
  background: #f8f8f8;
}
.header_userdrop > a:last-child{
  border-bottom: none;
}
.header_notidrop > a:first-child:before{
  top: -14px;
}
.header_notidrop > a:before{
  width: 203px !important;
  position: relative;
  top: -8px;
  left: -12px;
}
.header_notidrop > a:first-child{
  font-family: 'exo2-semibold';
  color: #4b4b4b;
  font-size: 15px;
  text-transform: uppercase;
  padding: 14px 12px;
}
.header_notidrop > a{
  width: 179px;
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  border-bottom: 1px solid #d3d5d7;
  font-family: 'robotocondensed';
  color: #5e5e5e;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_notidrop > a:hover{
  background: #f8f8f8;
}
.header_notidrop > a:last-child{
  border-bottom: none;
}
.header_gamelist, .header_userdrop, .header_notidrop{
  display: none;
  background: #ececec;
  border: 1px solid #d3d5d7;
  box-shadow: 0px 4px 4px 0px rgba(1, 3, 4, 0.45);
  padding-bottom: 6px;
  position: absolute;
  top: 62px;
  left: -370px;
  margin-left: 50%;
}
.header_userdrop{
  width: 229px;
  padding-bottom: 0;
  left: 326px;
  z-index: 3;
}
.header_notidrop{
  width: 203px;
  padding-bottom: 0;
  left: 134px;
}
.header_gamelist:before, .header_userdrop > a:before, .header_notidrop > a:before{
  width: 100%;
  height: 1px;
  background: #f7f7f7;
  content: '';
  display: block;
}
.header_gamelist_column{
  display: inline-block;
  vertical-align: top;
  padding: 0px 17px;
}
.header_gamelist_column > h1{
  color: #7797b2;
  font-weight: normal;
  font-family: 'exo2-semibold';
  font-size: 14px;
  margin: 0;
  margin-top: 12px;
  margin-bottom: 14px;
  text-transform: uppercase;
  white-space: nowrap;
}
.header_gamelist_column > a{
  display: block;
  color: #4b4b4b;
  font-size: 14px;
  font-family: 'exo2-medium';
  text-decoration: none;
  line-height: 18px;
  padding: 4px 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_gamelist_column > a:hover{
  color: #7797b2;
}
.header_gamelist_column > a:after{
  content: '';
  display: block;
  width: 135px;
  height: 1px;
  background: #d3d5d7;
  box-shadow: 0px 1px 0px 0px #f7f7f7;
  position: relative;
  top: 3px;
}
.header_gamelist_column > a:last-child:after{
  display: none;
}
.user_dropdown_btn > span:before{
  width: 23px;
  height: 23px;
  display: inline-block;
  content: '';
  background: url('images/icon_infi.png');
  background-position: center;
  margin-left: -1px;
  margin-right: 10px;
  position: relative;
  top: 6px;
}
.security_alert{
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 40px;
  background: url('images/alert_bg.png') no-repeat center center;
  top: 62px;
  display: none;
}
.security_alert > span{
  margin: auto;
  color: #fff;
  text-transform: uppercase;
  display: block;
  width: 1060px;
  height: 40px;
  line-height: 43px;
  text-align: center;
  font-size: 15px;
  font-family: 'exo2-semibold';
}
.security_alert > span > a{
  width: 14px;
  height: 14px;
  margin-top: 13px;
  display: inline-block;
  background: url('images/alert_close.png');
  float: right;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.security_alert > span > a:hover{
  opacity: 0.7;
}
/* Retina header section */
@media (-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3/2), (min-resolution:1.5dppx) {
  .header_logo {
    background: url("images/header_logo_2x.png") no-repeat center center;
    -webkit-background-size: 166px 23px;
    background-size: 166px 23px;
  }
  .header_warn {
    background: url("images/header_warn_2x.png") no-repeat center center;
    -webkit-background-size: 24px 21px;
    background-size: 24px 21px;
  }
  .icon_vk{
    background-image: url('images/icon_vk_2x.png') !important;
    -webkit-background-size: 24px 14px;
    background-size: 24px 14px;
  }
  .icon_fb{
    background-image: url('images/icon_fb_2x.png') !important;
    -webkit-background-size: 10px 21px;
    background-size: 10px 21px;
  }
  .icon_tw{
    background-image: url('images/icon_tw_2x.png') !important;
    -webkit-background-size: 22px 17px;
    background-size: 22px 17px;
  }
  .icon_gp{
    background-image: url('images/icon_gp_2x.png') !important;
    -webkit-background-size: 25px 17px;
    background-size: 25px 17px;
  }
  .icon_cabinet{
    background-image: url('images/icon_cabinet_2x.png') !important;
    -webkit-background-size: 16px 18px;
    background-size: 16px 18px;
  }
  .icon_wallet{
    background-image: url('images/icon_wallet_2x.png') !important;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
  }
  .icon_exit{
    background-image: url('images/icon_exit_2x.png') !important;
    -webkit-background-size: 16px 14px;
    background-size: 16px 14px;
  }
  .icon_infi, .user_dropdown_btn > span:before{
    background-image: url('images/icon_infi_2x.png') !important;
    -webkit-background-size: 23px 23px !important;
    background-size: 23px 23px !important;
  }
}
/* Header section end */
/***************************
****************************
Login
****************************
***************************/
.loginBG{
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.loginBG > div{
  background: #eeeeee;
  width: 350px;
  margin: auto;
  /*margin-top: 100px;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 2px 5px 0px rgba(1, 3, 4, 0.3);
}
.loginT{
  display: block;
  padding: 15px 15px;
  color: #7e7e7e;
  font-size: 15px;
  font-family: 'robotocondensed';
}
.loginT > a{
  color: #6685a3;
  text-decoration: none;
}
.loginNameDisc{
  display: block;
  padding: 15px 15px;
  color: #7e7e7e;
  font-size: 15px;
  font-family: 'robotocondensed';
  text-align: center;
}
.passRestoreLinkWin .loginNameDisc{
  text-align: justify;
}
.loginInputNoMargin{
  margin-top: 0 !important;
}
.loginInput2{
  height: 42px;
  width: 264px;
  padding: 0px 15px;
  text-align: center;
  outline: none;
  border: none;
  font-family: 'robotocondensed';
  margin: auto;
  margin-top: 25px;
  display: block;
  color: #7e7e7e;
  font-size: 14.58px;
  box-shadow: 0px 2px 4px 0px rgba(1, 3, 4, 0.2);
}
.mailRequestAgain{
  margin-top: 30px;
  font-size: 15px;
  color: #6685a3;
  font-family: 'robotocondensed';
  padding-left: 15px;
  display: inline-block;
  margin-bottom: 5px;
}
.mailRequestOK_old{
  background: url('images/mailRequestOK.png');
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 71px;
  height: 34px;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(1, 3, 4, 0.35);
  font-family: 'exo2-bold';
  float: right;
  margin-right: 15px;
  margin-top: 23px;
  box-shadow: 0px 2px 5px 0px rgba(1, 3, 4, 0.3);
}
.mailRequestOK{
  background: url('images/mailRequestOK.png');
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 227px;
  height: 34px;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(1, 3, 4, 0.35);
  font-family: 'exo2-bold';
  margin-left: 15px;
  box-shadow: 0px 2px 5px 0px rgba(1, 3, 4, 0.3);
}
.mailRequestOK:hover{
  background: url('images/mailRequestOK_hover.png');
  text-shadow: 0px 0px 23px rgba(126, 226, 255, 1);
}
.loginH{
  width: 100%;
  height: 45px;
  font-size: 16.667px;
  font-family: 'exo2-semibold';
  text-align: center;
  line-height: 45px;
  text-transform: uppercase;
  color: #fff;
  background-color: #436185;
  background: url('images/loginh.png');
}
.logClose{
  background: url('images/loginclose.png');
  width: 12px;
  height: 13px;
  display: inline-block;
  float: right;
  margin-top: -28px;
  right: 14px;
  position: relative;
}
.logClose:hover{
  background: url('images/loginclose_hover.png');
}

.custom-form-wrap {
  width: 350px;
  margin: 0 auto;
  margin-top: 30px;
  border: 1px solid silver;
  border-top: 0;
  padding-bottom: 0;
}

.custom-form-wrap .caption {
  width: 100%;
  height: 45px;
  font-size: 16.667px;
  font-family: 'exo2-semibold';
  text-align: center;
  line-height: 45px;
  text-transform: uppercase;
  color: #fff;
  background-color: #436185;
  background: url(images/loginh.png);
  margin-bottom: 15px;
}

.custom-form-wrap .form-group {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.custom-form-wrap .col-form-label {
  padding-bottom: 3px;
  font-family: 'robotocondensed';
  color: #7e7e7e;
}

.custom-form-wrap .form-control {
  height: 42px;
  width: 100%;
  outline: none !important;
  border: 0 !important;
  border-radius: 0;
  padding: 0 15px;
  vertical-align: top;
  font-family: 'robotocondensed';
  font-size: 14.5px;
  color: #7e7e7e;
  box-shadow: 0px 2px 4px 0px rgba(1, 3, 4, 0.2);
}

.custom-form-wrap .custom-text {
  color: #7e7e7e;
  font-size: 13px;
  font-family: 'robotocondensed';
  text-align: center;
}

.loginInputWrap{
  width: 294px;
  height: 42px;
  box-shadow: 0px 2px 4px 0px rgba(1, 3, 4, 0.2);
  margin: auto;
  margin-top: 25px;
}
.loginInputWrap:before{
  width: 42px;
  height: 42px;
  content: '';
  display: inline-block;
}
.lIW_id:before{
  background: url('images/login_id.png');
}
.lIW_pw:before{
  background: url('images/login_pw.png');
}
.lIW_mail:before{
  background: url('images/login_mail.png');
}
.loginInputWrap > input{
  height: 42px;
  width: 222px;
  padding: 0 15px;
  vertical-align: top;
  border: none;
  outline: none;
  font-family: 'robotocondensed';
  font-size: 14.5px;
  color: #7e7e7e;
  box-sizing: initial;
  -webkit-box-sizing: initial;
}
.logBtn{
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #4b6d90;
  font-family: 'exo2-bold';
  font-size: 23px;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(1, 3, 4, 0.35);
  border-radius: 3px;
  height: 60px;
  line-height: 60px;
  background-image: url('images/logBtn.png');
  width: 300px;
  margin: auto;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 26px;
  border: 0 !important;
  outline: 0 !important;
  cursor: pointer;
}
.logBtn:hover{
  background-image: url('images/logBtn_h.png');
  text-shadow: 0px 0px 23px rgba(126, 226, 255, 1);
}
.logBtn_disabled:hover{
  background-image: url('images/logBtn_d.png');
  text-shadow: 0px 1px 0px rgba(1, 3, 4, 0.35);
}
.logBtn_disabled{
  background-image: url('images/logBtn_d.png');
}
.loginCheckbox{
  display: none;
}
.loginCheckbox+label:hover:before{
  box-shadow: 0px 2px 4px 0px rgba(1, 3, 4, 0.4);
}
.loginCheckbox+label:before{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: '';
  width: 17px;
  height: 17px;
  box-shadow: 0px 2px 4px 0px rgba(1, 3, 4, 0.2);
  background: #fff;
  border-radius: 1px;
  display: inline-block;
  margin-top: 8px;
  margin-right: 4px;
  top: 4px;
  position: relative;
}
.loginCheckbox:checked+label:before{
  content: '';
  background: url('images/check.png') center center no-repeat #fff;
}
.loginCheckbox+label > a{
  color: #7795af;
}
.loginCheckbox+label{
  color: #7e7e7e;
    font-size: 13px;
    font-family: 'robotocondensed';
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    letter-spacing: -0.15px;
    text-align: center;
    display: block;
}
#rememberLogin+label,
.rememberLogin+label{
  display: inline-block;
  margin-left: 28px;
}

.loginForgot{
  float: right;
  color: #7795af !important;
  font-size: 13px;
  font-family: 'robotocondensed';
  text-decoration: none;
  margin-right: 28px;
  margin-top: 12px;
}
.loginSep{
  box-shadow: 0px -1px 0px 0px #d0d0d0;
  background-color: #fff;
  height: 1px;
  width: 100%;
  margin-bottom: 12px;
  margin-top: 30px;
}
.loginText{
  color: #7e7e7e;
  font-size: 13px;
  font-family: 'robotocondensed';
  text-align: center;
}
.loginText > a{
  color: #7795af;
}
.socBtns{
  text-align: center;
  padding: 10px 0;
}
.socBtns > a{
  display: inline-block;
  width: 42px;
  height: 42px;
  background-image: url('images/socBtns.png');
  margin: 10px 4px;
}

.socBtns .fa,
.socBtns .fab {
  width: 42px;
  height: 42px;
  margin: 0px 4px 5px 4px;
  display: inline-block;
  text-decoration: none !important;
  font-size: 22px;
  background: #4b7d9f !important;
  color: #FFF !important;
  border-radius: 2px;
  padding-top: 10px;
}

.socBtns .fa:hover,
.socBtns .fab:hover {
  background: #6694b0 !important;
}

.socBtns > div {
  margin-bottom: 5px;
}

.socTW{
  background-position: -42px 0;
}
.socFB{
  background-position: -84px 0;
}
.socGP{
  background-position: -126px 0;
}
.regtip{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  display: table;
  background: #ca5f42;
  height: 30px;
  line-height: 30px;
  color: #fff;
  position: relative;
  margin-top: -30px;
  top: -6px;
  left: 338px;
  padding: 0 15px;
  font-family: 'robotocondensed';
  font-size: 14.58px;
  box-shadow: 0px 2px 5px 0px rgba(1, 3, 4, 0.3);
}
.regtip:before{
  content: '';
  display: inline-block;
  margin-left: -24px;
  margin-right: 15px;
  vertical-align: top;
  border-top: 15px solid transparent;
  border-right: 9px solid #ca5f42;
  border-bottom: 15px solid transparent;
}
.lerr, .ferr{
  color: #c1533a;
  font-family: 'robotocondensed';
  font-size: 14.58px;
  text-align: center;
  line-height: 37px;
}
.lerr:before{
  display: inline-block;
  content: '';
}
.alertBtn{
  margin: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  width: 281px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  text-transform: uppercase;
  text-decoration: none;
  background: url('images/cbt_btn.png');
  font-size: 16px;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(1, 3, 4, 0.35);
  font-family: 'exo2-bold';
  box-shadow: 0px 2px 4px 0px rgba(1, 3, 4, 0.2);
}
.alertBtn:hover{
  background: url('images/cbt_btn_hover.png');
  text-shadow: 0px 0px 23px rgba(126, 226, 255, 1);
}
.serversWin{
  position: relative;
  width: 706px !important;
  background-image: url('images/servers_bg.jpg') !important;
  background-position: center 0 !important;
  background-repeat: no-repeat !important;
  background-color: #eeeeee !important;
  padding-bottom: 30px;
  margin: 0 auto;
  margin-top: 30px;
}
.serversWinH{
    background: #7795af;
    background: -moz-linear-gradient(top, #7795af 0%, #4b6d90 100%);
    background: -webkit-linear-gradient(top, #7795af 0%,#4b6d90 100%);
    background: linear-gradient(to bottom, #7795af 0%,#4b6d90 100%);
    box-shadow: inset 0px 0px 0px 1px #4b6d90;
    padding: 15px 18px;
    color: #fff;
    font-family: 'exo2-semibold';
    font-size: 22px;
    text-transform: uppercase;
    /*height: 35px;*/
}
.serversWinH > span{
  font-family: 'exo2';
  font-size: 14px;
  display: block;
  margin-bottom: -3px;
  position: relative;
  top: -3px;
}
.serversWinC{
  width: 677px;
  margin: auto;
  margin-top: 25px;
  overflow-y: auto;
  padding-left: 5px;
}
.serversWinC::-webkit-scrollbar{
    width: 10px;
    background: #bfc1c3;
    border-radius: 5px;
}
.serversWinC::-webkit-scrollbar-thumb{
    width: 10px;
    background: #7795af;
    border-radius: 5px;
}
.serversWinC > div{
  margin-top: 15px;
}
.serversWinC > div > a{
  width: 190px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  transition: all 0.3s ease;
  color: #fff;
  font-family: 'exo2-semibold';
  font-size: 17px;
  text-decoration: none;
  text-shadow: 0px 2px 0px rgba(1, 3, 4, 0.35);
  background: url('images/server.png');
  text-align: center;
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
  margin-bottom: 30px;
  margin-right: 35px;
  position: relative;
}
.serversWinC > div:last-child > a:nth-last-child(-n+3){
  margin-bottom: 5px;
}
.serversWinC > div > a:nth-child(3n+3){
  margin-right: 0;
}
.serversWinC > div > a:hover{
  background: url('images/servers_h.png');
}
.serversWinC > div > a:before{
  width: 100%;
  height: 16px;
  position: absolute;
  top: -14px;
  left: 0px;
  background-repeat: no-repeat;
  display: block;
  content: '';
  transition: all 0.3s ease;
}
.server_new:before{
  background-image: url('images/server_new.png');
}
.server_new:hover:before{
  background-image: url('images/server_new_h.png');
}
.server_maintenance:before{
  background-image: url('images/server_maintenance.png');
}
.server_maintenance:hover:before{
  background-image: url('images/server_maintenance_h.png');
}
.serversWinB{
  display: block;
  margin: auto;
  width: 408px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: url('images/servers_play.png');
  transition: all 0.3s ease;
  text-decoration: none;
  font-family: 'exo2-bold';
  font-size: 18px;
  text-shadow: 0px 1px 0px rgba(1, 3, 4, 0.35);
  text-transform: uppercase;
}
.serversWinB:hover{
  background: url('images/servers_play_hover.png');
  text-shadow: 0px 0px 23px rgba(126, 226, 255, 1);
}
.serversWinSep{
  width: 100%;
  height: 1px;
  background: #cfcfcf;
  box-shadow: 0px 1px 0px 0px rgba(242,242,242,1);
  margin-top: 28px;
  margin-bottom: 16px;
}
.about_us_h, .serversWinCH{
    font-size: 15px;
    color: #313131;
    font-family: 'exo2-semibold';
    text-transform: uppercase;
    margin-bottom: 3px;
}
.about_us_h:before, .serversWinCH:before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 17px;
    background: #7795af;
    margin-right: 6px;
    position: relative;
    top: 3px;
}
/* Retina login section */
@media (-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3/2), (min-resolution:1.5dppx) {
  .loginH{
    background-image: url('images/loginh.png');
    -webkit-background-size: 350px 45px;
    background-size: 350px 45px;
  }
  .logClose, .vacClose{
    background-image: url('images/loginclose_2x.png');
    -webkit-background-size: 12px 13px;
    background-size: 12px 13px;
  }
  .logClose:hover, .vacClose:hover{
    background-image: url('images/loginclose_hover_2x.png');
    -webkit-background-size: 12px 13px;
    background-size: 12px 13px;
  }
  .socBtns > a {
    background-image: url("images/socBtns_2x.png");
    -webkit-background-size: 168px 42px;
    background-size: 168px 42px;
  }
  .logBtn {
    background-image: url("images/logBtn_2x.png");
    -webkit-background-size: 300px 60px;
    background-size: 300px 60px;
  }
  .logBtn:hover {
    background-image: url("images/logBtn_h_2x.png");
    -webkit-background-size: 300px 60px;
    background-size: 300px 60px;
  }
  .logBtn_disabled {
    background-image: url("images/logBtn_d_2x.png");
    -webkit-background-size: 300px 60px;
    background-size: 300px 60px;
  }
  .loginCheckbox:checked+label:before{
    -webkit-background-size: 13px 11px;
    background-size: 13px 11px;
    background-image: url('images/check_2x.png');
  }
  .lIW_id:before{
    background: url('images/login_id_2x.png');
    -webkit-background-size: 42px 42px;
    background-size: 42px 42px;
  }
  .lIW_pw:before{
    background: url('images/login_pw_2x.png');
    -webkit-background-size: 42px 42px;
    background-size: 42px 42px;
  }
  .lIW_mail:before{
    background: url('images/login_mail_2x.png');
    -webkit-background-size: 42px 42px;
    background-size: 42px 42px;
  }
  .mailRequestOK{
    background: url('images/mailRequestOK_2x.png');
    -webkit-background-size: 227px 34px;
    background-size: 227px 34px;
  }
  .mailRequestOK:hover{
    background: url('images/mailRequestOK_hover_2x.png');
    -webkit-background-size: 227px 34px;
    background-size: 227px 34px;
  }
  .alertBtn{
    background-image: url("images/cbt_btn_2x.png");
    -webkit-background-size: 281px 34px;
    background-size: 281px 34px;
  }
  .alertBtn:hover{
    background-image: url("images/cbt_btn_hover_2x.png");
    -webkit-background-size: 281px 34px;
    background-size: 281px 34px;
  }
}
/* Login section end */
/* servers */
.serverWin{
  width: 707px !important;
  height: 570px;
  box-shadow: 0px 2px 5px 0px rgba(1, 3, 4, 0.3);
  position: relative;
}
.serverWrap{
  width: 707px;
  height: 505px;
  background: url("images/server_bg.png") bottom !important;
}
.serverH{
  background: #7795af;
  background: -moz-linear-gradient(top, #7795af 0%, #4b6d90 100%);
  background: -webkit-linear-gradient(top, #7795af 0%,#4b6d90 100%);
  background: linear-gradient(to bottom, #7795af 0%,#4b6d90 100%);
  box-shadow:inset 0px 0px 0px 1px #4b6d90;
  padding: 13px 20px;
  color: #fff;
  font-family: 'exo2';
  font-size: 14px;
  text-transform: uppercase;
  height: 39px;
}
.serverH > span{
  display: block;
  font-family: 'exo2-semibold';
  font-size: 22px;
  margin-top: -2px;
}
.serverClose{
  background: url('images/loginclose.png');
  width: 12px;
  height: 13px;
  display: inline-block;
  float: right;
  top: 15px;
  right: 17px;
  position: absolute;
}
.serverClose:hover{
  background: url('images/loginclose_hover.png');
}
.servers{
  position: relative;
  top: 23px;
  padding-left: 20px;
  height: 380px;
  overflow-y: auto;
  width: 669px;
}
.servers::-webkit-scrollbar {
  width: 10px;
}
.servers::-webkit-scrollbar-track {
  background: #bfc1c3;
  border-radius: 5px;
}
.servers::-webkit-scrollbar-thumb {
  background: #7795af;
  border-radius: 5px;
}
.servers > div:last-child{
  margin-bottom: 3px !important;
}
.servers > span{
  text-transform: uppercase;
  font-family: 'exo2-semibold';
  font-size: 15px;
  color: #313131;
  display: block;
}
.servers > span::before{
  width: 4px;
  height: 17px;
  background: #7795af;
  content: '';
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.servers a{
  display: inline-block;
  width: 190px;
  height: 50px;
  background: url('images/server_btn.png');
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-family: 'exo2-semibold';
  font-size: 17px;
  text-shadow: 0px 2px 0px rgba(1, 3, 4, 0.35);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 31px;
  margin-top: 30px;
}
.servers > .group > a:nth-child(1),
.servers > .group > a:nth-child(2),
.servers > .group > a:nth-child(3){
  margin-top: 0px !important;
}
.servers > .group > a:nth-child(3n){
  margin-right: 0 !important;
}
.servers a:hover{
  background: url('images/server_btn_hover.png');
}
.group{
  margin-top: 15px;
  margin-bottom: 43px;
}
.servers_play{
  display: block;
  width: 408px;
  height: 40px;
  background: url('images/server_play.png');
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-family: 'exo2-bold';
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: auto;
  margin-top: 68px;
  text-shadow: 0px 2px 0px rgba(1, 3, 4, 0.35);
}
.servers_play:hover{
  background: url('images/server_play_hover.png');
}
.header_mobile_menu_button{
  display: none;
}
.header_mobile_login_button{
  display: none;
}
@media (max-width: 900px) {
  .header{
    min-width: 100%;
  }
  .header_content{
    min-width: 100%;
  }
  .header_menu{
    position: fixed;
    -webkit-transform: translateZ(0);
    left: 0px;
    top: 63px;
    height: 10000px;
    display: none;
    margin-left: 0px;
    background: #2a2a2a;
    width: 240px;
    box-shadow: inset -3px 0px 7px 0px rgba(0, 4, 3, 0.2);
  }
  .header_menu a, .header_userdrop > a{
    border-bottom: 1px solid #212121;
    width: 100%;
    margin-left: 0;
    box-shadow: none;
    height: 40px;
    line-height: 40px;
    color: #929292;
    font-size: 15px;
    font-family: 'exo2-medium';
    white-space: nowrap;
  }
  .header_userdrop > a:last-child{
    border-bottom: 1px solid #212121;
  }
  .header_userdrop > a{
    background: none;
  }
  .header_menu a:hover, .header_userdrop > a:hover{
    background: #3c3c3c;
    box-shadow: none;
    color: #929292;
  }
  .mobile_notifications{
    display: block;
  }
  .mobile_notifications > a{
    display: block;
    text-decoration: none;
    vertical-align: top;
    width: initial;
    padding: 12px 24px;
    line-height: 1;
    height: initial;
    white-space: normal;
    font-family: 'robotocondensed';
    font-size: 16px;
  }
  .mobile_notifications > a:first-child{
    font-size: 15px;
    font-family: 'exo2-medium';
    color: #dedee0;
    background: #3c3c3c;
    position: relative;
  }
  .mobile_notifications > a:first-child:after{
    display: inline-block;
    float: right;
    width: 24px;
    height: 21px;
    background: url('images/header_warn_mobile.png');
    content: '';
    position: absolute;
    top: 8px;
    right: 24px;
  }
  .header_btn:before, .header_userdrop > a:before{
    display: none;
  }
  .dropdown_button > span:after{
    display: none;
  }
  .header_warn_btn{
    display: none;
  }
  .header_logo{
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .header_userdrop{
    display: none;
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    margin-left: 0%;
    background: none;
    box-shadow: none;
    border: none;
    height: 10000px;
    background: #2a2a2a;
    float: right;
  }
  .header_userdrop_wrap{
    position: absolute;
    right: 0px;
    top: 63px;
    display: block;
    margin-left: 0px;
    width: 215px;
  }
  .user_dropdown_btn:hover{
    background: url('images/header_mobile_profile.png') center center no-repeat;
    box-shadow: none;
  }
  .user_dropdown_btn{
    display: none;
    box-shadow: none;
    width: 63px;
    background: url('images/header_mobile_profile.png') center center no-repeat;
  }
  .user_dropdown_btn > span{
    display: none;
  }
  .header_mobile_menu_button{
    cursor: pointer;
    display: inline-block;
    top: 0px;
    left: 0px;
    position: absolute;
    height: 63px;
    width: 63px;
    background: url('images/header_mobile_menu.png') center center no-repeat;
  }
  .header_mobile_login_button{
    cursor: pointer;
    display: inline-block;
    top: 0px;
    right: 0px;
    position: absolute;
    height: 63px;
    width: 63px;
    background: url('images/header_mobile_profile.png') center center no-repeat;
  }
  .header_login{
    position: fixed;
    -webkit-transform: translateZ(0);
    right: -1px;
    top: 63px;
    height: 10000px;
    display: none;
    margin-left: 0px;
    background: #2a2a2a;
    width: 215px;
    box-shadow: inset -3px 0px 7px 0px rgba(0, 4, 3, 0.2);
    float: none;
  }
  .header_login > a{
    width: 170px;
    margin: auto;
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0;
    margin-top: 20px;
    border: 2px solid #f8f8f8;
    color: #f8f8f8;
  }
  .header_login > a:last-child{
    color: #2a2a2a;
    background: #f8f8f8;
  }
  .header_login > a:hover{
    background: #bdbdbd;
    color: #f8f8f8;
    border: 2px solid #bdbdbd;
  }
  @media (-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (-o-min-device-pixel-ratio:3/2), (min-resolution:1.5dppx) {
    .header_mobile_login_button{
      background-image: url('images/header_mobile_profile_2x.png');
      -webkit-background-size: 23px 25px;
      background-size: 23px 25px;
    }
    .header_mobile_menu_button{
      background-image: url('images/header_mobile_menu_2x.png');
      -webkit-background-size: 30px 25px;
      background-size: 30px 25px;
    }
    .mobile_notifications > a:first-child:after{
      background-image: url('images/header_warn_mobile_2x.png');
      -webkit-background-size: 24px 21px;
      background-size: 24px 21px;
    }
  }
}
/***************************
****************************
Footer
****************************
***************************/
footer{
  width: 100%;
  min-height: 250px;
  background: #2a2a2a;
  z-index: 0;
  position: relative;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:subpixel-antialiased!important;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  text-size-adjust: none;
}
.footer_content{
    width: 1060px;
    height: 110px;
    margin: auto;
    position: relative;
}
.footer_logo{
    display: inline-block;
    background: url('../../img/logo-footer.svg') no-repeat right bottom;
    height: 80px;
    width: 247px;
    position: relative;
    margin-top: 14px;
}
.footer_text{
    padding-left: 57px;
    position: relative;
    padding-top: 27px;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: top;
}
.footer_links{
    font-family: 'exo2-medium';
    font-size: 14px;
}
.footer_links > a{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    text-decoration: none;
}
.footer_links > a:after{
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 100%;
  margin: 0 5px;
  display: inline-block;
  background: #fff !important;
  position: relative;
  top: -3px;
}
.footer_links > a:last-child:after{
    display: none;
}
.footer_legal{
    padding-top: 11px;
    font-family: 'exo2';
    font-size: 12px;
    color: #8a8a8a;
}

.footer_info{
  font-family: 'exo2';
  font-size: 12px;
  color: #8a8a8a;
}

.footer_info a {
  color: #8a8a8a !important;
  text-decoration: underline;
}

.footer_seo {
  padding-bottom: 11px;
  font-family: 'exo2';
  font-size: 12px;
  color: #5B5B5B;
}

.footer_seo p {
  margin-bottom: 3px;
  text-transform: uppercase;
  font-weight: bold;
}

.lang-block {
    float: right;
    position: relative;
    margin-bottom: 30px;
}

.lang {
    color: #fff;
    font-family: 'exo2-medium';
    font-size: 14px;
    min-width: 77px;
    margin-right: 19px;
    margin-top: 27px;
    position: relative;
    cursor: pointer;
}

.lang span {
  display: inline-block;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin-right: 4px;
  top: 4px;
}

.lang-footer-item::after {
  display: inline-block;
  width: auto;
  height: auto;
  content: "";
  position: relative;
  top: -1px;
  right: -8px;
  content: "=";
  transform: rotate(90deg);
  font-size: 20px;
  font-family: 'raphaelicons';
  vertical-align: middle;
  font-weight: bold;
  border: 0 !important;
}

.lang-footer-item.lang-footer-mobile-item::after {
  color: #5d5a5a;
}

.lang-block-mobile {
  float: none;
  position: relative;
  margin-bottom: 0;
  white-space: nowrap;
}

.lang-block-mobile .lang {
  margin: 0;
  min-width: 0;
}

.lang-block-mobile .lang-footer-item::after {
  right: 0px;
}

@media (min-width: 992px) {

  .lang-block-mobile {
    display: none;
  }
}

.langSelector{
    width: 132px;
    background: #f0f0f0;
    box-shadow: 0px 1px 3px 0px rgba(1, 3, 4, 0.41);
    position: absolute;
    right: -10px;
    bottom: 35px;
    display: none;
    z-index: 4;
}
.langSelectorWrap{
    height: auto;
    border: 1px solid #e7e7e7;
    font-family: 'exo2-medium';
    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;
}

.langSelectorWrap > a.active::before,
.langSelectorWrap > span::before{
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #5c80ad;
    left: -8px;
    top: 7px;
}
.langSelectorWrap > a:hover{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #7797b2;
}

.langSelector-mobile {
  width: 132px;
  background: #f0f0f0 !important;
  box-shadow: 0px 1px 3px 0px rgba(1, 3, 4, 0.41);
  position: absolute;
  right: -5px;
  top: 30px;
  display: none;
  z-index: 4;
}

.langSelectorWrap-mobile{
  height: auto;
  border: 1px solid #e7e7e7;
  font-family: 'exo2-medium';
  font-size: 12px;
}
.langSelectorWrap-mobile > div{
  color: #a6a7a7;
  text-transform: uppercase;
  text-align: center;
  margin-top: 8px;
}
.langSelectorWrap-mobile > span,
.langSelectorWrap-mobile > a{
  display: block;
  color: #585858;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  margin: 8px 0;
  margin-left: 22px;
}

.langSelectorWrap-mobile > a.active::before,
.langSelectorWrap-mobile > span::before{
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #5c80ad;
  left: -8px;
  top: 7px;
}
.langSelectorWrap-mobile > a:hover{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #7797b2;
}






@media (min-width: 1060px) {
  .footer_links > a:hover{
      color: #858585;
  }
}
@media (max-width: 1060px) {
  footer{
    height: auto;
    padding-bottom: 30px;
  }
  .footer_content{
    height: auto;
    width: 100%;
    width: calc(100% - 40px);
  }
  .footer_logo{
    display: block;
    margin: auto;
    padding-top: 60px;
  }
  .footer_text{
    padding-left: 0px;
    width: 100%;
    text-align: center;
  }

  .footer_seo {
    text-align: center;
  }

  .lang-block {
    float: none;
    margin-bottom: 20px;
  }

  .lang{
    float: none;
    margin: auto;
    text-align: center;
    margin-top: 25px;
  }
  .langSelector{
    margin-left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    right: initial;
  }
}
