@font-face {
  font-family: OpenSans;
  src: url("fonts/OpenSansRegular.ttf");
}

@font-face {
  font-family: OpenSansBold;
  src: url("fonts/OpenSansBold.ttf");
}

@font-face {
  font-family: OpenSansLight;
  src: url("fonts/OpenSansLight.ttf");
}

@font-face {
  font-family: GothamPro;
  src: url("fonts/GothamPro.otf");
}

@font-face {
  font-family: GothamProLight;
  src: url("fonts/GothamProLight.otf");
}

.clearfix:after { clear: both; }
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

body {
  margin: 0px;
  background: #262537;
  overflow: hidden;
}

.close-button {
  position: absolute;
  top: 15px;
  cursor: pointer;
}

.start-block .close-button {
  left: 270px;
}

.main-block .close-button {
  left: 828px;
}

.start-block {
  width: 100%;
  height: 100%;
  position: absolute;
}

.start-block .logo {
  position: absolute;
  left: 70px;
  top: 65px;
  width: 140px;
  height: 124px;
}

.start-block .text {
  font-family: OpenSans;
  position: absolute;
  top: 210px;
}
.start-block .load .text,
.start-block .update .text {
  color: #fff;
  left: 55px;
}
.start-block .update-info .text {
  color: #e94f50;
  left: 45px;
}
.start-block .update .text {
  color: #fff;
  left: 95px;
}

.start-block .update-button {
  font-size: 13px;
  background: #e94f50;
  font-family: GothamPro;
  color: #fff;
  left: 105px;
  position: absolute;
  top: 240;
  padding: 5px 10px 5px 10px;
  cursor: pointer;
}

.start-block .update .progress {
  font-size: 15px;
  font-family: GothamPro;
  color: #6b699c;
  left: 125px;
  position: absolute;
  top: 240;
  font-weight: bold;
  text-align: center;
  width: 50px;
}

.main-block {
  width: 100%;
  height: 100%;
  position: absolute;
}

.main-block .header-block {
  width: 100%;
  height: 100px;
}

.main-block .header-block .logo {
  position: absolute;
  left: 20px;
  top: 20px;
}

.main-block .header-block .menu {
  position: absolute;
  left: 200px;
  top: 40px;
}

.main-block .header-block .item {
  font-family: GothamPro;
  color: #fff;
  float: left;
  font-size: 20px;
  cursor: pointer;
}
.main-block .header-block .item.margin {
  margin-left: 60px;
}

.main-block .header-block .item .select-icon {
  margin: 0px 0px 3px 3px;
}

.main-block .games-block {
  background: #1d1c2a;
  height: 460px;
  width: 260px;
  float: left;
}

.main-block .games-block .menu .title,
.main-block .games-block .stats .title,
.main-block .games-block .menu .add-project-back {
  font-family: OpenSans;
  color: #4f4d68;
  font-size: 14px;
}

.main-block .games-block .menu .title,
.main-block .games-block .menu .add-project-back {
  float: left;
  margin: 10px 0px 0px 15px;
}

.main-block .games-block .menu .add-project-back {
  display: none;
  cursor: pointer;
}

.main-block .games-block .add-icon {
  margin: 14px 15px 0px 0px;
  float: right;
  cursor: pointer;
}

.main-block .games-block .menu {
  margin-bottom: 10px;
}

.main-block .games-block .game-block {
  padding: 10px 15px 7px 15px;
  cursor: pointer;
}
.main-block .games-block .game-block:hover {
  background: #262537;
}
.main-block .games-block .game-block.select {
  background: #262537;
  border-left: 5px solid #6b699c;
  padding: 10px 15px 7px 10px;
}

.main-block .games-block .game-block .logo {
  float: left;
  margin: -2px 15px 0px 0px;
}

.main-block .games-block .game-block .name {
  width: 190px;
  font-family: OpenSans;
  font-size: 14px;
  float: left;
}

.main-block .games-block .game-block .name .text {
  color: #fff;
  float: left;
}
.main-block .games-block .game-block .name .game {
  color: #6b699c;
  float: left;
  margin-left: 5px;
}

.main-block .games-block .game-block .name .in-dev {
  float: left;
  margin: 4px 0px 0px 10px;
}

.main-block .games-block .game-block .name .delete-button {
  float: left;
  margin: 3px 0px 0px 10px;
}

.main-block .games-block .game-block .name .add-button {
  float: left;
  margin: 3px 0px 0px 10px;
}

.main-block .games-block .stats {
  position: absolute;
  top: 415px;
  left: 15px;
}

.main-block .games-block .stats .online {
  font-family: OpenSansBold;
  color: #fff;
  font-size: 14px;
}

.main-block .games-block .stats .online span {
  color: #6b699c;
}

.main-block .games-block .stats-list {
  position: absolute;
  top: 465px;
  left: 15px;
}

.main-block .games-block .stats-list .stats-block {
  font-family: OpenSans;
  color: #4d4b66;
  font-size: 12px;
}

.main-block .games-block .stats-list .stats-block span {
  color: #6b699c;
}

.main-block .news-block {
  position: absolute;
  width: 600px;
  height: 360px;
  left: 260px;
}

.main-block .news-block .image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute; 
}

.main-block .news-block .title-block {
  background: RGBA(0, 0, 0, 0.85);
  position: absolute;
  left: -0px;
  bottom: 0px;
  height: 90px;
  padding: 20px 15px 30px 15px;
}

.main-block .news-block .title-block .title {
  font-family: OpenSansBold;
  color: #fff;
  font-size: 18px;
}

.main-block .news-block .title-block .description {
  font-family: OpenSansLight;
  color: #fff;
  font-size: 13px;
}

.main-block .status-block {
  position: absolute;
  top: 425px;
  left: 260px;
  height: 135px;
  width: 600px;
}

.main-block .status-block .slides {
  position: absolute;
  left: 185px;
  top: 2px;
}

.main-block .status-block .slides .slide {
  cursor: pointer;
}

.main-block .status-block .name-input,
.input-server-password input {
  background: #0b0b11;
  border: none;
  font-family: OpenSansLight;
  padding: 3px 8px 4px 8px;
  font-size: 12px;
}

.input-server-password input { color: #686868; }

.main-block .status-block .name-input {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 145px;
  color: #686868;
}

.main-block .status-block .play-button {
  font-family: GothamPro;
  color: #fff;
  background: #6b699c;
  padding: 13px 33px 13px 34px;
  display: inline-block;
  position: absolute;
  top: 50px;
  left: 15px;
  font-size: 22px;
  cursor: pointer;
}

.main-block .status-block .select-server {
  font-family: GothamProLight;
  color: #b5b5b5;
  background: #37365a;
  padding: 3px 31px 3px 30px;
  display: inline-block;
  position: absolute;
  top: 100px;
  left: 15px;
  font-size: 10px;
  cursor: pointer;
}

.main-block .status-block .status-text {
  font-size: 13px;
  position: absolute;
  top: 47px;
  left: 180px;
  color: #6b699c;
  font-family: OpenSans;
}

.main-block .status-block .button-download {
  position: absolute;
  right: 20px;
  top: 50px;
  cursor: pointer;
}

.main-block .status-block .progress-block {
  background: #1d1c2a;
  position: absolute;
  top: 82px;
  left: 180px;
  height: 35px;
  width: 400px;
}

.main-block .status-block .progress-block .progress {
  background: #6b699c;
  height: 35px;
}

.main-block .status-block .progress-block .speed,
.main-block .status-block .progress-block .size,
.main-block .status-block .progress-block .progress-percent {
  color: #fff;
  font-family: OpenSans;
  font-size: 12px;
}
.main-block .status-block .progress-block .speed {
  position: absolute;
  top: 10px;
  left: 15px;
}

.main-block .status-block .progress-block .progress-percent {
  text-align: center;
  margin-top: -25px;
}

.main-block .status-block .progress-block .size {
  position: absolute;
  top: 10px;
  right: 15px;
}

.dialog-background {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.dialog-block {
  position: absolute;
  box-shadow: 0 0 10px 5px rgba(19, 19, 19, 0.2);
}

.dialog-block .title-block {
  background: #262537;
  color: #fff;
  padding: 6px 0px 7px 0px;
  text-align: center;
  font-family: GothamProLight;
}

.dialog-block .content {
  background: #1d1c2a;
  padding: 15px 20px 15px 20px;
}

.dialog-block .content .game-path-tip,
.dialog-block .content .info-text,
.input-server-password .title {
  color: #fff;
  font-family: OpenSansLight;
  font-size: 13px;
}

.dialog-block .content .setting-block .name {
  color: #fff;
  font-family: OpenSansLight;
  font-size: 11px;
  float: left;
}

.dialog-block .content .setting-block .switch-block {
  float: right;
  background: #11111a;
  width: 30px;
  height: 13px;
  border-radius: 25px;
  margin-top: 2px;
}

.dialog-block .content .setting-block .switch {
  background: #6b699c;
  width: 14px;
  height: 14px;
  border-radius: 25px;
  float: left;
  cursor: pointer;
  margin-top: -0.5px;
  transition: 0.75s;
}

.dialog-block .content .setting-block .switch.on {
  margin-left: 15px;
  background: #6b699c;
}

.dialog-block .content .setting-block .switch.off {
  margin-left: 0px;
  background: #474572;
}

.dialog-block .content .game-path {
  color: #4f4d68;
  font-size: 12px;
  width: 226px;
  background: #11111a;
  padding: 4px 25px 4px 8px;
  font-family: OpenSansLight;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

.dialog-block .content .game-path .select-path {
  position: absolute;
  right: 5px;
  width: 16px;
  top: 5px;
}

.dialog-block .content .dialog-close-button,
.dialog-block .content .download-client-accept-button,
.dialog-block .server-password-accept {
  color: #fff;
  margin-top: 15px;
  font-size: 13px;
  background: #6b699c;
  cursor: pointer;
  display: inline-block;
  padding: 5px 20px 5px 20px;
  font-family: OpenSansLight;
}

.dialog-block .content .dialog-buttons {
  display: inline-block;
}

.main-block .games-list {
  position: absolute;
  left: 0px;
}

.main-block .add-games-list {
  position: absolute;
  left: 260px;
  top: 139px;
}

.none-project-block {
  background: #11111a;
  width: 600px;
  height: 460px;
  position: absolute;
  left: 260px;
}

.server-block.margin {
  margin-top: 10px;
}

.server-block .status {
  float: left;
  margin: 8px 15px 0px 0px;
}

.server-block .name-block {
  float: left;
  width: 140px;
}

.server-block .name-block .name {
  color: #fff;
  font-family: OpenSans;
  font-size: 14px;
}

.server-block .name-block .ip {
  font-family: OpenSansLight;
  color: #595782;
  font-size: 12px;
}

.server-block .online {
  float: left;
  margin-top: 9px;
  width: 110px;
}

.server-block .online .icon {
  float: left;
  margin: 1px 8px 0px 0px;
}

.server-block .online .count {
  float: left;
  font-family: OpenSans;
  color: #6b699b;
  font-size: 12px;
}

.server-block .connect-button {
  color: #fff;
  font-size: 12px;
  background: #6b699c;
  cursor: pointer;
  display: inline-block;
  padding: 4px 15px 4px 15px;
  font-family: OpenSansLight;
  margin-top: 5px;
  opacity: 0;
  transition: 0.25s;
}

.game-path-block {
  position: relative;
}

.game-path-block .popup-tip {
  background: #6b699c;
  color: #fff;
  padding: 1px 5px 1px 5px;
  border-radius: 5px;
  font-family: OpenSans;
  font-size: 10px;
  position: absolute;
  top: -21px;
  left: 0px;
  white-space: nowrap;
  display: none;
}