.cookie {
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  bottom: 0;
  width: 100%;
  color: #fff; }
  .cookie a {
    color: #fff; }
    .cookie a:hover {
      text-decoration: none; }
  .cookie.active {
    display: block; }
  .cookie__holder {
    display: block;
    position: relative;
    padding: 20px 40px; }
    .cookie__holder p {
      display: inline-block;
      width: calc( 100% - 160px); }
  .cookie__btn {
    cursor: pointer;
    padding: 8px 20px;
    min-width: 150px;
    text-transform: uppercase;
    background: #1a62a3;
    border: none;
    color: #fff;
    font-weight: 700; }
    .cookie__btn:hover {
      background-color: #fff;
      color: #1a62a3;
      border: solid 1px #1a62a3; }

@media screen and (max-width: 768px) {
  .cookie__holder p {
    width: 100%; } }

div[data-error] .default__form-control {
  border-radius: 0px; }

.default__wallpaper {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.default__html {
  background-image: url("../resim/winter.jpg");
opacity: 0.85;

  }

.default__middle {
  margin: 6% auto;
  width: 100%;
  max-width: 800px;
  }

.default__logo {
  position: relative;
  width: initial;
  background: url(../img/base-logo.png) 9% no-repeat;
  height: 100px; }
  .default__logo-a {
    margin-top: 20px;
    display: block; }

.default__form-group {
  margin-bottom: 10px; }

.default__form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  .default__form-control--checkbox {
    vertical-align: middle;
    width: 25px;
    display: inline-block; }
  .default__form-control--checkbox + span {
    color: #fff;
    vertical-align: middle; }
    .default__form-control--checkbox + span a {
      color: #fff; }
      .default__form-control--checkbox + span a:hover {
        text-decoration: none; }

.default__button {
  color: #fff;
  border: none;
  padding: 8px;
  width: 140px;
  background: #1a62a3;
  cursor: pointer;
  display: block; }
  .default__button-holder {
    text-align: center;
    display: -webkit-box; }
  .default__button:last-child {
    margin-left: 24px; }
  .default__button:hover {
    background: #005099;
    cursor: pointer; }
  .default__button-a {
    text-decoration: none; }
  .default__button-o-login {
    margin-bottom: 20px;
    display: inline-block; }

.default__holder {
  position: relative;
  background: #e0eaf4;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.6); }
  .default__holder-box {
    position: relative; }

.default__error {
  background: #d94f4f;
  display: block;
  position: absolute;
  padding: 5px;
  color: #fff;
  font-size: 13px;
  width: 310px; }

.register__error {
  margin-bottom: 10px; }
  .register__error[data-error] {
    border: solid 1px #d94f4f;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .register__error[data-error]:after {
      content: attr(data-error);
      display: block;
      background: #d94f4f;
      /*position: absolute;*/
      padding: 5px;
      color: #fff;
      font-size: 13px; }

.register__box {
  width: 320px;
  min-height: 280px;
  height: auto;
  padding: 20px; }

.register__soldier {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  position: absolute;
  background: url(../img/soldier2.png) no-repeat;
  width: 200px;
  height: 300px;
  left: 60px;
  top: 5px;
  display: none; }

.login__error {
  margin-bottom: 10px; }
  .login__error[data-error]:after {
    content: attr(data-error);
    display: block;
    background: #d94f4f;
    /*position: absolute;*/
    padding: 5px;
    color: #fff;
    font-size: 13px; }

.login__box {
  width: 320px;
  min-height: 280px;
  height: auto;
  padding: 20px; }

.login__soldier {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  position: absolute;
  background: url(../img/soldier2.png) no-repeat;
  width: 200px;
  height: 300px;
  left: 60px;
  top: 5px;
  display: none; }

.activation {
  width: 300px;
  text-align: center;
  padding: 30px;
  margin: 0 auto; }

@media screen and (max-width: 649px) {
  .login__box {
    margin: 0 auto; }
  .register__box {
    margin: 0 auto; } }

@media screen and (min-width: 650px) {
  .login__box {
    float: right; }
  .login__soldier {
    display: block; }
  .register__box {
    float: right; }
  .register__soldier {
    display: block; } }

.footer {
  margin-top: 20px;
  clear: both; }
  .footer__link {
    text-decoration: none;
    color: #fff; }
  .footer__game {
    clear: both;
    margin-top: 9px;
    padding: 0 20px; }

.clear {
  clear: both; }

.fav_icon {
  background: url(../resim/turk.ico); }

.header {
  width: 100%;
  position: fixed;
  z-index: 1; }
  .header__profile {
    display: none;
    line-height: 50px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    text-decoration: none; }
    .header__profile:before {
      content: '';
      display: block;
      position: absolute;
      background: url(../svg/profile.svg) no-repeat;
      width: 25px;
      height: 25px;
      left: 5px;
      top: 15px; }
    .header__profile:hover {
      background: #1a62a3; }
  .header__logo {
    color: #fff;
    width: 200px;
    padding: 0 15px;
    font-size: 20px;
    text-align: center;
    height: 50px;
    float: left;
    display: block;
    line-height: 50px; }
    .header__logo-img {
      background: url("../resim/logoBig.png");
      background-size: 200px 50px;
      display: block;
      height: 100%; }
  .header__logo-close {
    display: block; }
  .header nav {
    text-align: right;
    height: 50px;
    background: #307096; }
  .header__nav {
    padding: 0;
    margin: 0;
    float: right; }
    .header__nav li {
      position: relative;
      float: left;
      display: inline-block; }
  .header__mobile-holder {
    position: relative;
    top: 0px;
    right: 0px;
    width: 15px;
    height: 10px;
    padding: 20px;
    cursor: pointer; }
    .header__mobile-holder:hover {
      background: #1a62a3; }
  .header__mobile-nav {
    content: '';
    position: absolute;
    display: block;
    background-color: #fff;
    border-radius: 2px;
    width: 20px;
    height: 2px;
    -webkit-transition: transform .5s,opacity .5s,background-color .5s;
    -webkit-transition: opacity .5s,background-color .5s,-webkit-transform .5s;
    transition: opacity .5s,background-color .5s,-webkit-transform .5s;
    transition: transform .5s,opacity .5s,background-color .5s;
    transition: transform .5s,opacity .5s,background-color .5s,-webkit-transform .5s; }
    .header__mobile-nav:before {
      content: '';
      position: absolute;
      display: block;
      background-color: #fff;
      border-radius: 2px;
      width: 20px;
      height: 2px;
      top: -8px;
      -webkit-transition: transform .5s,opacity .5s,background-color .5s;
      -webkit-transition: opacity .5s,background-color .5s,-webkit-transform .5s;
      transition: opacity .5s,background-color .5s,-webkit-transform .5s;
      transition: transform .5s,opacity .5s,background-color .5s;
      transition: transform .5s,opacity .5s,background-color .5s,-webkit-transform .5s; }
    .header__mobile-nav:after {
      content: '';
      position: absolute;
      display: block;
      background-color: #fff;
      border-radius: 2px;
      width: 20px;
      height: 2px;
      top: 8px;
      -webkit-transition: transform .5s,opacity .5s,background-color .5s;
      -webkit-transition: opacity .5s,background-color .5s,-webkit-transform .5s;
      transition: opacity .5s,background-color .5s,-webkit-transform .5s;
      transition: transform .5s,opacity .5s,background-color .5s;
      transition: transform .5s,opacity .5s,background-color .5s,-webkit-transform .5s; }

@media screen and (min-width: 500px) {
  .header__profile {
    display: inline-block; } }

@media screen and (min-width: 750px) {
  .header__mobile-holder {
    display: none; }
  /*.header__logo {
        display: block;
    }*/ }

.left-menu__nav .left-menu__selected > a {
  color: #fff;
  background: #1A62A3; }

.left-menu__nav li:hover .sub-menu {
  display: block; }

.left-menu__nav li.left-menu__selected .sub-menu {
  display: block; }

.sub-menu {
  background: #b6cde5;
  display: none; }

.left-menu {
  margin-top: 50px;
  max-width: 230px;
  min-height: calc( 100% - 50px);
  height: 100%;
  background: #E0EAF4;
  position: fixed;
  top: 0px;
  width: 100%;
  display: none;
  z-index: 3; }
  .left-menu__logout:before {
    content: '';
    display: block;
    position: absolute;
    background: url() no-repeat;
    width: 25px;
    height: 35px;
    left: 15px;
    top: 17px; }
  .left-menu__profile:before {
    content: '';
    display: block;
    position: absolute;
    background: url(../resim/profesyonel.png) no-repeat;
    width: 25px;
    height: 35px;
    left: 15px;
    top: 17px; }
  .left-menu__server:before {
    content: '';
    display: block;
    position: absolute;
    background: url(../resim/saldiri1.png) no-repeat;
    width: 25px;
    height: 35px;
    left: 15px;
    top: 17px; }
  .left-menu__winners:before {
    content: '';
    display: block;
    position: absolute;
    background: url(../resim/savunma1.png) no-repeat;
    width: 25px;
    height: 35px;
    left: 15px;
    top: 17px; }
  .left-menu__basari:before {
    content: '';
    display: block;
    position: absolute;
    background: url(../resim/nufus.png) no-repeat;
    width: 25px;
    height: 35px;
    left: 15px;
    top: 17px; }
  .left-menu__birlik:before {
    content: '';
    display: block;
    position: absolute;
    background: url(../resim/emektar.jpg) no-repeat;
    width: 25px;
    height: 35px;
    left: 15px;
    top: 17px; }
  .left-menu__nav {
    margin: 0;
    padding: 0; }
    .left-menu__nav li {
      position: relative;
      padding: 0px; }
    .left-menu__nav a {
      color: #1a62a3; }
      .left-menu__nav a:hover {
        background: #1A62A3; }
        .left-menu__nav a:hover a {
          color: #fff; }
  .left-menu__close {
    display: block; }
  .left-menu__link {
    display: block;
    padding: 20px 0px;
    text-align: left;
    text-decoration: none;
    padding-left: 65px; }
    .left-menu__link:hover {
      color: #fff; }
  .left-menu__menu {
    width: calc( 100% - 65px);
    width: calc( 100% - 65px); }
  .left-menu__sub-menu {
    padding-left: 90px;
    width: calc( 100% - 90px); }

body {
  margin: 0px;
  font-family: 'Josefin Sans', sans-serif;
height: 100%;
  }

.page {
  min-height: calc( 100% ); }
  .page__link {
    color: #fff; }
  .page__content {
    padding: 20px;
    min-height: calc( 100% - 108px);
    width: calc( 100% - 40px);
    padding-top: 60px; }
    .page__content:after {
      content: '';
      clear: both;
      display: block; }
  .page__helper {
    max-width: 900px;
    width: 100%;
    margin: 0 auto; }
    .page__helper:after {
      content: '';
      clear: both;
      display: block; }
  .page table {
    border-collapse: collapse;
    border-top: solid 4px #1A62A3; }
    .page table th {
      padding: 10px;
      text-align: left; }
    .page table tr:hover {
      background-color: rgba(224, 234, 244, 0.4); }
    .page table td {
      padding: 10px; }
      .page table td a {
        text-decoration: none; }
    .page table > thead > tr > th, .page table > tbody > tr > td {
      border: 1px solid #dbdbdb; }

.server {
  position: relative;
  border: 2px solid #ddd;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 10px;
  width: calc( 100% - 22px);
  text-decoration: none;
  border-radius: 10px;
  display: block;
  text-align: center;
  float: left;
  color: #000;
  margin-bottom: 25px; }
  .server__name {
    display: inline-block;
    min-width: 115px;
    min-height: 34px;
    margin: 0;
    position: absolute;
    padding-top: 3px;
    left: 0; }
  .server__cell {
    margin: 0 10px;
    float: left;
    font-weight: 800; }
  .server__small {
    font-size: 80%;
    margin-top: 5px;
    font-weight: 100; }
    .server__small-div {
      padding-left: 115px; }
  .server:hover {
    background: #eee;
    cursor: pointer; }
  .server__login {
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    width: 500px;
    max-width: calc(100vw - 25px);
    max-height: calc(100vh - 25px);
    padding: 10px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 4px;
    text-align: center; }
    .server__login-close {
      display: block;
      padding: 10px;
      position: absolute;
      right: 0;
      top: 0;
      cursor: pointer; }

@media screen and (min-width: 750px) {
  .page {
    margin-left: 230px; }
  .left-menu {
    display: block; } }

.profile__holder {
  margin: 0 auto;
  border-top: solid 4px #1a62a3;
  padding: 20px;
  border-radius: 4px;
  background-color: rgba(224, 234, 244, 0.6); }
  .profile__holder[data-success]:after {
    content: attr(data-success);
    display: block;
    background: #4cbe83;
    padding: 10px;
    color: #fff;
    font-size: 13px; }
  .profile__holder--margin {
    margin: 10% auto; }

.profile__button {
  margin: 0 auto 34px auto !important; }

.profile__winner-button {
  display: inline-block; }

.profile__winner-select {
  padding: 6px; }

.profile__error {
  margin-bottom: 10px; }
  .profile__error[data-error]:after {
    content: attr(data-error);
    display: block;
    background: #d94f4f;
    /*position: absolute;*/
    padding: 5px;
    color: #fff;
    font-size: 13px; }

.profile__table {
  width: 100%;
  background-color: rgba(224, 234, 244, 0.6); }
  .profile__table-id {
    width: 30px;
    text-align: center; }
  .profile__table-empty {
    text-align: center; }
  .profile__table-link a {
    color: #1A62A3;
    font-weight: 800; }
    .profile__table-link a:hover {
      color: #207aca; }
    .profile__table-link a:visited {
      color: #1A62A3; }
    .profile__table-link a:active {
      color: #207aca; }
    .profile__table-link a:focus {
      color: #207aca; }
  .profile__table-prev {
    text-align: left; }
  .profile__table-next {
    text-align: right; }
  .profile__table-nav {
    padding: 5px;
    color: #fff;
    width: 10px;
    display: inline-block;
    border-radius: 4px; }
    .profile__table-nav-color {
      background: #1A62A3; }
    .profile__table-nav-selected {
      background: #12426f; }
    .profile__table-nav:hover {
      background: #207aca; }
    .profile__table-nav:not(:first-child) {
      margin-left: 5px; }

@media screen and (min-width: 550px) {
  .profile__error[data-error]:after {
    width: 440px; }
  .profile__holder {
    width: 450px; } }

.winner__select {
  width: 240px;
  margin: 0 auto;
  padding: 20px; }

.winner__table-best--1 {
  display: none; }

.winner__table-best--2 {
  display: none; }

.winner__table-thead {
  background: #e0eaf4; }
.winner__table{
	margin-top : 5%;
}
.winner__table td, .winner__table th {
  text-align: center !important; 
 
  }

.winner__pager {
  border-radius: 4px;
  position: relative;
  
  padding: 10px;
  background-color: rgba(224, 234, 244, 0.6); }
  .winner__pager-link {
    color: #1A62A3;
    font-weight: 800; }
    .winner__pager-link:hover {
      color: #207aca; }
    .winner__pager-link:visited {
      color: #1A62A3; }
    .winner__pager-link:active {
      color: #207aca; }
    .winner__pager-link:focus {
      color: #207aca; }
  .winner__pager:after {
    display: block;
    clear: both;
    content: ''; }
  .winner__pager-left {
    float: left;
    display: inline-block;
    padding: 5px;
    margin-right: 10px; }
  .winner__pager-right {
    float: right;
    padding: 5px;
    display: inline-block;
    margin-left: 10px; }
  .winner__pager-center {
    display: inline-block;
    width: calc( 100% - 150px);
    text-align: center; }
  .winner__pager a {
    text-decoration: none; }

@media screen and (min-width: 440px) {
  .winner__table-best--1 {
    display: table-cell; } }

@media screen and (min-width: 565px) {
  .winner__table-best--2 {
    display: table-cell; } }


	
	