  * {
    font-family: Tahoma;
    font-size: 11px;
    letter-spacing: 0px;
    color: #5F4425;
  }
  img {border: 0;}
  body{
    margin: 0 0 0 0;
    font-family: Tahoma;
    font-size: 11px;
    letter-spacing: 0px;
    color: #5F4425;
  }

  .body_bg{
    background-color: black;
    background-image: url(/img/bg.jpg);
    background-position: center top;
  }
  .label {
    color: #ABBDA5;
    font-weight: bold;
  }
  .label_brown {
    color: #5F4425;
    font-weight: bold;
  }

  .big_label {
    font-size: 18px;
    font-family: Times New Roman;
    color: #343c35;
    font-weight: bold;
  }

  .label_new_index {
    letter-spacing: -0.5px;
    font-size: 13px;
    font-family: Tahoma;
    color: #ffef49;
    font-weight: 900;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }

  .label_new_index_ff {
    letter-spacing: -0.5px;
    font-size: 12px;
    font-family: Tahoma;
    color: #ffef49;
    font-weight: 900;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }

  .label_new_index_ie {
    letter-spacing: 0px;
    font-size: 13px;
    font-family: Tahoma;
    color: #ffef49;
    font-weight: 900;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }

  input.text {
    height: 14px;
    border: solid 1px #B88E4C;
    background-image: url(/img/textedit_bg.gif);
    background-repeat: repeat-x;
    color: #5F4425;
    font-weight: bold;
    width: 135px;
    text-align: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 10px;
  }

  input.flashtext {
    border: solid 1px #B88E4C;
    background-color: #F6D79C;
    color: #5F4425;
    font-weight: normal;
    text-align: left;
    margin: 0 0 0 0;
    padding: 2 2 2 2;
    font-size: 11px;
  }
  textarea.flashtext {
    border: solid 1px #B88E4C;
    background-color: #F6D79C;
    color: #5F4425;
    font-weight: normal;
    text-align: left;
    margin: 0 0 0 0;
    padding: 2 2 2 2;
    font-size: 11px;
  }

  a, a:link, a:visited, a:active, a:hover {
    color: #ABBDA5;
    text-decoration: none;
  }

  content_div_tbl a, content_div_tbl  a:link, content_div_tbl  a:visited, content_div_tbl  a:active, content_div_tbl  a:hover {
    color: #5F4425;
    font-weight:bold;
    text-decoration: none;
  }

  .bt_l {
    border-top: 1px solid #273124
  }
  .br_l {
    border-right: 1px solid #273124
  }
  .bb_l {
    border-bottom: 1px solid #273124
  }
  .bl_l {
    border-left: 1px solid #273124
  }

/*
 .cool_scroll {
  margin: 0px;
  scrollbar-3dlight-color: #E7D9C8;
  scrollbar-arrow-color: #FBD88B;
  scrollbar-base-color: #866341;
  scrollbar-darkshadow-color: #692800;
  scrollbar-face-color: #AB510A;
  scrollbar-highlight-color: #DD8027;
  scrollbar-shadow-color: #692800;
  scrollbar-track-color: #C4CCB1;
}
*/
span.btndecor {
        height: 20px;
        font-size: 20px;
        background: url('/img/btn_left.png') left top no-repeat;
}
span.btndecor span {
        height: 20px;
        font-size: 20px;
        background: url('/img/btn_right.png') right top no-repeat;
}
span.btndecor input, span.btndecor button {
        height: 19px;
        border: 0px solid red;
        color: #FBD88B;
        font-family: Tahoma;
        font-size: 11px;
        font-weight: bold;
        text-decoration: none;
        margin: 0 7 1 7;
        background: transparent url(/img/btn_center.png);
        background-repeat: repeat-x;
}

.target {
  color: #c90e0e;
}

.title {
  font-size: 16px;
  font-weight: bold;
  font-family: Georgia;
  text-decoration: none;
}

td.line {
  padding-bottom: 3;
  background-image:url(/img/iline.gif);
  background-repeat: repeat-x;
  background-position: bottom center;
}

td.line_down {
  padding-bottom: 3;
  border-bottom: solid 1px #efb457;
}

td.line_up {
  border-top: solid 1px #fae3af;
}

.redcolor {
  color: #993138;
}

.greencolor {
  color: #148e00;
}

a.redboldlink, a.redboldlink:link, a.redboldlink:visited, a.redboldlink:active, a.redboldlink:hover {
  color: #993138;
  font-weight: bold;
  text-decoration: none;
}
.body_p{
  background-color: black;
  background-image: url(/img/p_bg.png);
  background-position: center top;
}

.font10 {
  font-size: 10px;
}

.info_td{
  padding: 0 7 0 7;
}

.banner_btn{
  font-family: Arial;
  color: #ffef49;
  font-size: 15px;
  font-weight: bold;
}


/************************ Style for ratings ******************************/
  .ratings_block{
    width: 320px;
    padding: 20px 0 0;
    text-align:center;
  }
  .ratings_block .ratings_list {
    padding: 3px 6px 0 6px;
    height: 22px;
    cursor: pointer;
    border-radius: 4px;
    margin: 0 0 0 0;
    border: 1px solid #e9c67a;
    width: 300px;
    z-index: 11;
    background: #f8dda8;
  }
  .ratings_list #btn {
    background: url(/img/rat_down.png);
    width: 17px;
    height: 18px;
    float: right;
  }
  .ratings_list span {
    padding: 2px 0 0 2px;
    display: block;
    font-weight: bold;
  }
  .ratings_block ul.fields_list {
    margin-top: 0px;
    z-index: 10;
    background: #f8dda8;
    position: absolute;
    border-radius: 3px;
    width: 300px;
    padding: 0;
    border: 1px solid #e9c67a;
    display: none;
  }
  ul.fields_list li {
    padding: 6px 9px;
    list-style-type: none;
    border-top: 1px solid #e9c67a;
  }
  ul.fields_list li:hover {
    cursor: pointer;
    background: #f4cf8b;
  }
  .ratings_block .ratings_text {
    margin: 5px 0 0 -15px;
  }


  .period_block{
    width: 160px;
    padding: 20px 0 0;
    text-align:center;
  }
  .period_block .period_list {
    padding: 3px 6px 0 6px;
    height: 18px;
    cursor: pointer;
    border-radius: 4px;
    margin: 0 0 0 0;
    border: 1px solid #e9c67a;
    width: 140px;
    z-index: 11;
    background: #f8dda8;
  }
  .period_list #btn1 {
    background: url(/img/rat_down1.png);
    width: 17px;
    height: 18px;
    float: right;
  }
  .period_list span {
    padding: 2px 0 0 2px;
    display: block;
  }
  .period_block ul.period_fields_list {
    margin-top: 0px;
    z-index: 10;
    background: #f8dda8;
    position: absolute;
    border-radius: 3px;
    width: 140px;
    padding: 0;
    border: 1px solid #e9c67a;
    display: none;
  }
  ul.period_fields_list li {
    padding: 6px 9px;
    list-style-type: none;
    border-top: 1px solid #e9c67a;
  }
  ul.period_fields_list li:hover {
    cursor: pointer;
    background: #f4cf8b;
  }
  /************************ Style for ratings END ******************************/

  /************************ Style for Unity Start ******************************/
  #unity-container { border: 0; margin: 0; padding: 0; }
  #unity-canvas { background: #000000 }
  .unity-mobile #unity-canvas { width: 100%; height: 100% }
  #unity-loading-bar {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -57%); transform: translate(-50%, -57%);}

  #unity-logo {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -57%); transform: translate(-50%, -57%);}
  #unity-logo {background: url('../img/unity/progressLogo.Dark.png') no-repeat center / contain; width: 721px; height: 752px; display: inline-block;}

  #unity-logo-summer {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -57%); transform: translate(-50%, -57%);}
  #unity-logo-summer {background: url('../img/unity/summer/progressLogo.Dark.png') no-repeat center / contain; width: 721px; height: 752px; display: inline-block;}

  #unity-progress-bar-empty, #unity-progress-bar-empty-summer{ position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
  #unity-progress-bar-empty, #unity-progress-bar-empty-summer{ height: 106px; width: 487px; margin-top: 150px; background: url('../img/unity/progressEmpty.Dark.png?1') no-repeat right / cover; float: right;  display: inline-block;}
  #unity-progress-bar-full, #unity-progress-bar-full-summer{ height: 106px; width: 0%; margin-top: 0px; background: url('../img/unity/progressFull.Dark.png?1') no-repeat left / cover; float: left; display: inline-block;}

  #unity-logo-winter {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -57%); transform: translate(-50%, -57%);}
  #unity-logo-winter {background: url('../img/unity/winter/progressLogo.Dark.png') no-repeat center / contain; width: 721px; height: 752px; display: inline-block;}
  #unity-progress-bar-empty-winter { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
  #unity-progress-bar-empty-winter { height: 106px; width: 487px; margin-top: 150px; background: url('../img/unity/winter/progressEmpty.Dark.png') no-repeat right / cover; float: right;  display: inline-block;}
  #unity-progress-bar-full-winter { height: 106px; width: 0%; margin-top: 0px; background: url('../img/unity/winter/progressFull.Dark.png') no-repeat left / cover; float: left; display: inline-block;}

  #unity-client-notice {
    padding: 0px 30px 10px 30px;
    position: absolute; left: 10px; top: 10px; width: 600px; height: auto;
    border-style: solid; border-image: url('../img/unity/background_1.png'); border-image-slice: 68; border-image-width: 68px; border-image-height: 68px;
    background: url('../img/unity/background_6.png');
  }
  #unity-client-notice p { font-size: 16px; color: black; }
  #unity-client-notice p a { font-size: 16px; color: black; text-decoration: underline; }
  #unity-client-notice button {
    cursor:pointer; padding: 0px 0px 2px 0px; width: 100px; height: 23px; font-size: 12px; font-weight: bold; color: #FED792;
    border-style: solid; border-image: url(../img/unity/red_button_up.png); border-image-slice: 0 14 0 14 fill; border-image-width: 0px 14px; background-color: Transparent;
  }
  #unity-client-notice button:hover { border-image: url(../img/unity/red_button_over.png); border-image-slice: 0 14 0 14 fill; border-image-width: 0px 14px; background-color: Transparent; }
  #unity-client-notice button:active { border-image: url(../img/unity/red_button_down.png); border-image-slice: 0 14 0 14 fill; border-image-width: 0px 14px; background-color: Transparent; }

  /************************ Style for Unity END ******************************/

  /* cookies */
  .cookies-panel {
    position: fixed;
    left: 20%;
    right: 0;
    bottom: 0;
    z-index: 999999;
    transform: translateY(100%);
    width: 60%;
  }

  .cookies-panel__content {
    font-family: "Fira Sans";
    background-color: rgba(44, 44, 44, .9);
    border-radius: 2px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
  }

  .cookies-panel__body {
    flex: 1;
    padding-right: 16px;
    font-size: 12px;
    line-height: 1.6;
    color: #fff;
  }

  .cookies-panel__link {
    display: block;
    color: rgba(23, 185, 200, 1);
    transition: all 0.25s;
  }

  .cookies-panel__link:hover {
    color: rgba(23, 185, 200, 0.8);
  }

  .cookies-panel__link:active {
    color: rgba(23, 185, 200, 0.6);
  }

  .cookies__side {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-right: 14px;
  }

  .cookies-panel__button {
    font-family: "Fira Sans";
    background-color: rgba(23, 185, 200, 0.8);
    display: inline-flex;
    align-items: center;
    position: relative;
    text-align: center;
    cursor: pointer;
    border: 0px none;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.25s;
    height: 40px;
    padding: 12px 20px;
  }

  .cookies-panel__button:hover {
    background-color: rgba(23, 185, 200, 0.8);
  }

  .cookies-panel__button:active {
    background-color: rgba(23, 185, 200, 0.8);
  }

  .cookies-panel--open {
    animation: open 1.3s 1;
    animation-fill-mode: forwards;
  }

  .cookies-panel--close {
    animation: close 1s 1;
    animation-fill-mode: forwards;
  }

  @media screen and (max-width: 768px) {
    .cookies-panel {
      padding: 10px 16px 16px;
      margin-top: 8px;
      flex-direction: column;
    }
  }

  @media screen and (min-width: 769px) {
    .cookies-panel__body {
      font-size: 13px;
      line-height: 1.38;
    }
    .cookies-panel__link {
      display: inline;
    }
    .cookies__side {
      margin-top: 0;
      width: 112px;
      min-width: 112px;
    }
  }

  @keyframes open {
    0% {
      transform: translateY(100%);
    }
    100% {
      transform: translateY(0%);
    }
  }

  @keyframes close {
    0% {
      transform: translateY(0%);
    }
    100% {
      transform: translateY(100%);
    }
  }
  /* end cookies */