@charset "UTF-8";
/* fonts */
/* -------------------------------------------------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Philosopher:wght@400;700&amp;display=swap");
@font-face {
  font-family: DIN Next W1G Regular;
  src: url("../fonts/DINNextW1G_Regular.eot");
  src: local("☺"), url("../fonts/DINNextW1G_Regular.woff") format("woff"), url("../fonts/DINNextW1G_Regular.ttf") format("truetype"), url("../fonts/DINNextW1G_Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: DIN Next W1G Medium;
  src: url("../fonts/DINNextW1G_Medium.eot");
  src: local("☺"), url("../fonts/DINNextW1G_Medium.woff") format("woff"), url("../fonts/DINNextW1G_Medium.ttf") format("truetype"), url("../fonts/DINNextW1G_Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/* settings */
/* -------------------------------------------------------------------------------------------------------------------- */
html, body, header, nav, section, aside, article, footer, div,
span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small,
strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: DIN Next W1G Regular;
  color: #ffecd3; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: #f6ad4d; }

/* inputs */
/* -------------------------------------------------------------------------------------------------------------------- */
input, button, select, textarea {
  outline: none;
  border: none; }

select, button {
  cursor: pointer; }

::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all .3 ease-in-out;
  -o-transition: all .3 ease-in-out;
  transition: all .3 ease-in-out;
  color: #a39893; }

::-moz-placeholder {
  opacity: 1;
  -webkit-transition: all .3 ease-in-out;
  -o-transition: all .3 ease-in-out;
  transition: all .3 ease-in-out;
  color: #a39893; }

:-moz-placeholder {
  opacity: 1;
  -webkit-transition: all .3 ease-in-out;
  -o-transition: all .3 ease-in-out;
  transition: all .3 ease-in-out;
  color: #a39893; }

:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: all .3 ease-in-out;
  -o-transition: all .3 ease-in-out;
  transition: all .3 ease-in-out;
  color: #a39893; }

:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: all .3 ease-in-out;
  -o-transition: all .3 ease-in-out;
  transition: all .3 ease-in-out;
  color: #a39893; }

:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: all .3 ease-in-out;
  -o-transition: all .3 ease-in-out;
  transition: all .3 ease-in-out;
  color: #a39893; }

:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: all .3 ease-in-out;
  -o-transition: all .3 ease-in-out;
  transition: all .3 ease-in-out;
  color: #a39893; }

:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: all .3 ease-in-out;
  -o-transition: all .3 ease-in-out;
  transition: all .3 ease-in-out;
  color: #a39893; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* flex */
/* -------------------------------------------------------------------------------------------------------------------- */
.flex-sbc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-sbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.flex-sbe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.flex-cc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-cs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.flex-ce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.flex-sc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-ss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.flex-se {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.flex-ec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-es {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.flex-ee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

/* structure */
/* -------------------------------------------------------------------------------------------------------------------- */
body {
  background: #0e0e0e; }

.wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }
  .wrapper:after {
    content: '';
    width: calc( ( 100% - 1920px ) / 2 + 200px);
    height: 100vh;
    background: -webkit-linear-gradient(left, #000 0%, #000 calc( 100% - 200px), rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, #000 0%, #000 calc( 100% - 200px), rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, #000 0%, #000 calc( 100% - 200px), rgba(0, 0, 0, 0) 100%);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 6;
    pointer-events: none; }
    @media (max-width: 1920px) {
      .wrapper:after {
        display: none; } }
  .wrapper:before {
    content: '';
    width: calc( ( 100% - 1920px ) / 2 + 200px);
    height: 100vh;
    background: -webkit-linear-gradient(right, #000 0%, #000 calc( 100% - 200px), rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(right, #000 0%, #000 calc( 100% - 200px), rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to left, #000 0%, #000 calc( 100% - 200px), rgba(0, 0, 0, 0) 100%);
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 6;
    pointer-events: none; }
    @media (max-width: 1920px) {
      .wrapper:before {
        display: none; } }

.content-area {
  width: 1240px;
  margin: 0 auto; }
  @media (max-width: 1300px) {
    .content-area {
      width: calc( 100% - 60px); } }
  @media (max-width: 1080px) {
    .content-area {
      width: calc( 100% - 40px); } }

.section {
  width: 100%;
  position: relative;
  z-index: 1; }
  .section__content {
    width: 100%;
    position: relative;
    z-index: 5; }
  .section__title {
    width: 660px;
    margin: 0 auto; }
    @media (max-width: 780px) {
      .section__title {
        width: 100%; } }
  .section__title-big-text {
    width: 100%;
    text-align: center;
    font-family: 'Philosopher';
    font-weight: 700;
    font-size: 48px;
    color: #f6ad4d;
    text-transform: uppercase;
    padding: 0px 20px;
    text-shadow: 0px 2px 4px #000; }
    @media (max-width: 550px) {
      .section__title-big-text {
        font-size: 30px; } }
  .section__title-small-text {
    width: 100%;
    text-align: center;
    font-family: DIN Next W1G Regular;
    font-size: 20px;
    line-height: 30px;
    color: #ffecd3;
    margin-top: 8px;
    padding: 0px 20px;
    text-shadow: 0px 2px 4px #000; }
    @media (max-width: 550px) {
      .section__title-small-text {
        font-size: 16px;
        line-height: 26px; } }

/* buttons */
/* -------------------------------------------------------------------------------------------------------------------- */
.btn {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  -webkit-transition: -webkit-filter .3s ease-in-out;
  transition: -webkit-filter .3s ease-in-out;
  -o-transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
  border-bottom: 2px solid #470f0a; }
  .btn:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%); }
  .btn:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/bg/button_bg.jpg) top center;
    background-size: auto 100%;
    z-index: 1; }
  .btn:before {
    content: '';
    width: calc( 100% - 8px);
    height: calc( 100% - 8px);
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 2;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1); }
  .btn span {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Philosopher';
    font-weight: 700;
    font-size: 22px;
    /*line-height: 22px;*/
    color: #2b221d;
    text-shadow: 0px 1px 0px #ffe262;
    text-transform: uppercase;
    position: relative;
    z-index: 3; }

/* popup */
/* -------------------------------------------------------------------------------------------------------------------- */
.popup {
  width: 100vw;
  height: 100vh;
  background: rgba(18, 13, 12, 0.9);
  overflow-y: scroll;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out; }
  .popup.active {
    opacity: 1;
    pointer-events: auto; }
  .popup__box {
    width: 1000px;
    background: #181313;
    border: 1px solid #382c2c;
    -webkit-box-shadow: 0px 0px 30px #403b35;
    box-shadow: 0px 0px 30px #403b35;
    border-radius: 5px;
    margin: 30px 20px;
    position: relative;
    z-index: 2; }
  .popup__box-title {
    width: 100%;
    padding: 20px 30px;
    font-family: 'Beaufort Medium';
    font-size: 24px;
    color: #daccca;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
    @media (max-width: 440px) {
      .popup__box-title {
        font-size: 18px; } }
  .popup__content {
    width: 100%;
    padding: 0px;
    border-radius: 4px;
    overflow: hidden; }
  .popup__cancel {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -40px;
    right: -3px;
    cursor: pointer;
    z-index: 2; }
  .popup__cancel:hover:after, .popup__cancel:hover:before {
    background: #ffa325;
    -webkit-transform: rotate(0deg) scale(0.8, 1);
    -ms-transform: rotate(0deg) scale(0.8, 1);
    transform: rotate(0deg) scale(0.8, 1); }
  .popup__cancel:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #ffa325; }
  .popup__cancel:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #ffa325; }
  .popup__video-box {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1; }
    .popup__video-box:after {
      display: block;
      content: '';
      position: relative;
      z-index: 1;
      width: 100%;
      padding-bottom: 50%; }
  .popup__video-box-monitor {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px; }

/* navigation */
/* -------------------------------------------------------------------------------------------------------------------- */
@-webkit-keyframes nav_fixed {
  0% {
    -webkit-transform: translateY(-90px);
    transform: translateY(-90px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes nav_fixed {
  0% {
    -webkit-transform: translateY(-90px);
    transform: translateY(-90px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

.navigation {
  width: 100%;
  height: 140px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  /* logo */
  /* links */
  /* open nav button */
  /* ---------------------------------------------------------------------------------------------------------------- */ }
  .navigation.nav-fixed {
    padding-bottom: 5px;
    background: url(../images/bg/fixed_nav_bg.png) bottom center no-repeat;
    height: 90px;
    position: fixed;
    top: 0px;
    left: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation: nav_fixed 0.3s 1 ease-in-out;
    animation: nav_fixed 0.3s 1 ease-in-out; }
    @media (max-width: 1024px) {
      .navigation.nav-fixed {
        height: 70px; } }
  .navigation .content-area {
    height: 100%; }
    @media (max-width: 1160px) {
      .navigation .content-area {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
  .navigation__logo {
    width: 344px;
    height: 144px;
    position: absolute;
    top: calc( ( 100% - 144px ) / 2 + 5px);
    left: calc( ( 100% - 344px ) / 2);
    z-index: 2; }
    @media (max-width: 1160px) {
      .navigation__logo {
        left: 0px;
        top: calc( ( 100% - 90px ) / 2 + 5px);
        width: 272px;
        height: 90px; } }
    @media (max-width: 1024px) {
      .navigation__logo {
        left: 0px;
        top: calc( ( 100% - 70px ) / 2 + 2px);
        width: 216px;
        height: 70px; } }
    .navigation__logo:hover img {
      -webkit-filter: brightness(120%);
      filter: brightness(120%); }
    .navigation__logo img {
      display: block;
      height: 100%;
      -webkit-transition: -webkit-filter .3s ease-in-out;
      transition: -webkit-filter .3s ease-in-out;
      -o-transition: filter .3s ease-in-out;
      transition: filter .3s ease-in-out;
      transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out; }
  .navigation__links {
    width: 100%;
    position: relative;
    z-index: 1; }
    @media (max-width: 1160px) {
      .navigation__links {
        width: auto;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
    @media (max-width: 870px) {
      .navigation__links {
        width: 280px;
        background: #000;
        position: absolute;
        top: calc( 100% - 40px);
        right: 20px;
        border-radius: 5px 5px 5px 5px;
        border-top: 1px solid #c39b6f;
        border-right: 1px solid #c39b6f;
        border-left: 1px solid #c39b6f;
        border-bottom: 1px solid #c39b6f;
        overflow: hidden;
        display: none; } }
    @media (max-width: 500px) {
      .navigation__links {
        width: calc( 100% - 40px); } }
    .navigation__links.active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  @media (max-width: 870px) {
    .navigation.nav-fixed .navigation__links {
      width: 280px;
      background: #000;
      position: absolute;
      top: 100%;
      right: 20px;
      border-radius: 0px 0px 5px 5px;
      border-top: 0px solid #c39b6f;
      border-right: 1px solid #c39b6f;
      border-left: 1px solid #c39b6f;
      border-bottom: 1px solid #c39b6f;
      overflow: hidden; } }
  @media (max-width: 500px) {
    .navigation.nav-fixed .navigation__links {
      width: calc( 100% - 40px); } }
  .navigation__links-block {
    width: auto; }
    @media (max-width: 870px) {
      .navigation__links-block {
        width: 100%; } }
    .navigation__links-block:not(:last-child) {
      margin-right: 45px; }
      @media (max-width: 1024px) {
        .navigation__links-block:not(:last-child) {
          margin-right: 35px; } }
      @media (max-width: 870px) {
        .navigation__links-block:not(:last-child) {
          margin-right: 0px; } }
  .navigation__link {
    width: auto; }
    @media (max-width: 870px) {
      .navigation__link {
        width: 100%;
        padding: 20px 20px;
        border-bottom: 1px solid #26221f; } }
    .navigation__link:not(:last-child) {
      margin-right: 45px; }
      @media (max-width: 1024px) {
        .navigation__link:not(:last-child) {
          margin-right: 35px; } }
      @media (max-width: 870px) {
        .navigation__link:not(:last-child) {
          margin-right: 0px; } }
    .navigation__link:hover span {
      color: #f6ad4d; }
    .navigation__link:hover img {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg); }
    .navigation__link span {
      font-family: DIN Next W1G Medium;
      font-size: 20px;
      line-height: 20px;
      color: #ffecd3;
      text-transform: uppercase;
      -webkit-transition: color .3s ease-in-out;
      -o-transition: color .3s ease-in-out;
      transition: color .3s ease-in-out; }
      @media (max-width: 1024px) {
        .navigation__link span {
          font-size: 16px;
          line-height: 16px; } }
  .navigation__link-icon {
    width: 30px;
    height: 30px;
    position: relative;
    margin-right: 10px; }
    .navigation__link-icon img {
      position: absolute;
      top: calc( ( 100% - 46px ) / 2);
      left: calc( ( 100% - 46px ) / 2);
      pointer-events: none;
      -webkit-transition: -webkit-transform .3s ease-in-out;
      transition: -webkit-transform .3s ease-in-out;
      -o-transition: transform .3s ease-in-out;
      transition: transform .3s ease-in-out;
      transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
  .navigation__open-nav {
    width: 32px;
    height: 24px;
    position: relative;
    cursor: pointer;
    display: none; }
    @media (max-width: 870px) {
      .navigation__open-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .navigation__open-nav:hover:after, .navigation__open-nav:hover:before {
    background: #feaf00; }
  .navigation__open-nav:hover .navigation__open-nav-item {
    -webkit-transform: scale(0.7, 1);
    -ms-transform: scale(0.7, 1);
    transform: scale(0.7, 1); }
  .navigation__open-nav.active:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: calc( ( 100% - 2px ) / 2); }
  .navigation__open-nav.active:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    top: calc( ( 100% - 2px ) / 2); }
  .navigation__open-nav.active .navigation__open-nav-item {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1); }
  .navigation__open-nav:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #dcd9cf;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    top: 0px; }
  .navigation__open-nav:before {
    content: '';
    width: 100%;
    height: 3px;
    background: #dcd9cf;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    top: calc( 100% - 2px); }
  .navigation__open-nav-item {
    width: 100%;
    height: 3px;
    background: #dcd9cf;
    position: absolute;
    top: calc( ( 100% - 2px ) / 2);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }

/* header */
/* -------------------------------------------------------------------------------------------------------------------- */
.header {
  width: 100%;
  height: 1145px;
  background: url(../images/bg/bg1.png) top center no-repeat;
  position: relative;
  z-index: 4;
  /* timers */ }
  .header.inner {
    height: 700px; }
  .header.login {
    height: 100vh;
    padding-top: 140px; }
    @media (max-height: 760px) {
      .header.login {
        height: auto;
        padding-bottom: 30px; } }
  .header__content {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 90px; }
    @media (max-width: 640px) {
      .header__content {
        bottom: -200px; } }
  .header__content.inner {
    bottom: 0px; }
  .header__info {
    width: 660px;
    margin: 0 auto;
    margin-bottom: 80px; }
    @media (max-width: 780px) {
      .header__info {
        width: 100%; } }
    @media (max-width: 640px) {
      .header__info {
        margin-bottom: 30px; } }
  .header__info-title {
    width: 100%;
    text-align: center;
    font-family: 'Philosopher';
    font-weight: 700;
    font-size: 48px;
    color: #f6ad4d;
    text-transform: uppercase;
    padding: 0px 20px;
    text-shadow: 0px 2px 4px #000; }
    @media (max-width: 550px) {
      .header__info-title {
        font-size: 30px; } }
  .header__info-text {
    width: 100%;
    text-align: center;
    font-family: DIN Next W1G Regular;
    font-size: 20px;
    line-height: 30px;
    color: #ffecd3;
    margin-top: 8px;
    padding: 0px 20px;
    text-shadow: 0px 2px 4px #000; }
    @media (max-width: 550px) {
      .header__info-text {
        font-size: 16px;
        line-height: 26px; } }
  .header__info-buttons {
    width: 100%;
    position: relative;
    margin-top: 30px; }
    .header__info-buttons:after {
      content: '';
      width: 1047px;
      height: 54px;
      background: url(../images/bg/light_bg.png) top center no-repeat;
      position: absolute;
      top: calc( ( 100% - 54px ) / 2);
      left: calc( ( 100% - 1047px ) / 2);
      z-index: 1; }
  .header__info-btn {
    z-index: 2;
    width: 254px;
    margin: 10px 20px; }
  .header__media {
    width: 100%;
    padding: 0px 100px; }
    @media (max-width: 1300px) {
      .header__media {
        padding: 0px 30px; } }
    @media (max-width: 1080px) {
      .header__media {
        padding: 0px 20px; } }
    @media (max-width: 980px) {
      .header__media {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .header__media-item {
    width: 550px;
    height: 280px;
    border-radius: 30px;
    border: 3px solid #723f08;
    background: #000;
    overflow: hidden;
    cursor: pointer; }
    .header__media-item iframe {
      pointer-events: none; }
    @media (max-width: 1680px) {
      .header__media-item {
        width: 420px;
        height: 210px; } }
    @media (max-width: 1150px) {
      .header__media-item {
        width: 320px;
        height: 170px; } }
    @media (max-width: 980px) {
      .header__media-item {
        width: 280px;
        height: 150px;
        margin: 5px; } }
    .header__media-item.active {
      -webkit-box-shadow: 0px 0px 40px #ff8800, 0px -5px 10px #ffc400;
      box-shadow: 0px 0px 40px #ff8800, 0px -5px 10px #ffc400; 
	   display: block;
	   margin-left: auto;
	   margin-right: auto;
	  }
      @media (max-width: 980px) {
        .header__media-item.active {
          -webkit-box-shadow: none;
          box-shadow: none; } }
    .header__media-item:not(.active) {
      width: 450px;
      height: 220px; }
      @media (max-width: 1680px) {
        .header__media-item:not(.active) {
          width: 320px;
          height: 170px; } }
      @media (max-width: 1150px) {
        .header__media-item:not(.active) {
          width: 280px;
          height: 150px; } }
  .header__timers {
    width: 320px;
    position: absolute;
    top: calc( 100vh / 2);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50px; }
    @media (max-width: 1300px) {
      .header__timers {
        left: 30px; } }
    @media (max-width: 1080px) {
      .header__timers {
        width: calc( 100% - 40px);
        position: relative;
        top: unset;
        left: unset;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        margin: 0 auto;
        top: 170px; } }
  .header__timer {
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding: 20px 0px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch; }
    @media (max-width: 1080px) {
      .header__timer {
        width: 320px;
        background: rgba(0, 0, 0, 0.4);
        padding: 10px 10px; } }
    @media (max-width: 720px) {
      .header__timer {
        width: calc( ( 100% - 10px ) / 2); } }
    .header__timer:not(:last-child) {
      margin-bottom: 10px; }
      @media (max-width: 1080px) {
        .header__timer:not(:last-child) {
          margin-bottom: 0px; } }
  .header__timer-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 10px; }
    @media (max-width: 1080px) {
      .header__timer-icon {
        display: none; } }
  .header__timer-title {
    width: 100%;
    text-align: center;
    font-size: 16px;
    text-shadow: 0px 2px 4px #000;
    color: #e4ba6c; }
    @media (max-width: 1080px) {
      .header__timer-title {
        font-size: 14px; } }
  .header__timer-time {
    width: 100%;
    text-align: center;
    font-family: 'Philosopher';
    font-weight: 700;
    font-size: 20px;
    text-shadow: 0px 2px 4px #000; }
    @media (max-width: 1080px) {
      .header__timer-time {
        font-size: 18px; } }
    .header__timer-time span {
      font-family: inherit;
      font-weight: inherit;
      font-size: 26px;
      color: #f6ad4d; }
      @media (max-width: 1080px) {
        .header__timer-time span {
          font-size: 20px; } }
  .header__timer-end {
    font-family: 'Philosopher';
    font-weight: 700;
    font-size: 20px;
    text-shadow: 0px 2px 4px #000;
    color: #66ff33; }
    .header__timer-off {
      font-family: 'Philosopher';
      font-weight: 700;
      font-size: 20px;
      text-shadow: 0px 2px 4px #000;
      color: #ff0000; }
  .header__login-block {
    width: 500px;
    margin: 0 auto;
    margin-top: 400px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
    padding: 30px;
    position: relative; }
    @media (max-width: 660px) {
      .header__login-block {
        margin-top: 350px;
        width: calc( 100% - 40px); } }
    .header__login-block:before {
      content: '';
      width: 100%;
      height: 1px;
      background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(245, 226, 191, 0.5)), to(rgba(0, 0, 0, 0)));
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(245, 226, 191, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
      background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(245, 226, 191, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(245, 226, 191, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
      position: absolute;
      top: 0px;
      left: 0px; }
    .header__login-block:after {
      content: '';
      width: 100%;
      height: 1px;
      background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(245, 226, 191, 0.5)), to(rgba(0, 0, 0, 0)));
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(245, 226, 191, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
      background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(245, 226, 191, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(245, 226, 191, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
      position: absolute;
      bottom: 0px;
      left: 0px; }
  .header__login-title {
    width: 100%;
    text-align: center;
    font-family: 'Philosopher';
    font-weight: 700;
    font-size: 38px;
    color: #f6ad4d;
    text-transform: uppercase;
    text-shadow: 0px 2px 4px #000; }
  .header__login-text {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #e7d5bc;
    text-shadow: 0px 2px 4px #000;
    margin-top: 15px; }
  .header__login-button {
    margin-top: 30px; }
    @media (max-width: 640px) {
      .header__login-button span {
        font-size: 18px;
        line-height: 18px; } }

/* section-1 */
/* -------------------------------------------------------------------------------------------------------------------- */
.section-1 {
  background: url(../images/bg/bg2.jpg) top center no-repeat;
  background-size: cover;
  z-index: 1;
  margin-top: -80px; }
  .section-1 .section__content {
    padding-top: 230px;
    padding-bottom: 85px; }
    @media (max-width: 640px) {
      .section-1 .section__content {
        padding-top: 330px; } }
  .section-1:after {
    content: '';
    width: 1920px;
    height: 1249px;
    background: url(../images/bg/bg3.png) top center no-repeat;
    position: absolute;
    z-index: 1;
    top: calc( 100% - 600px);
    left: calc( ( 100% - 1920px ) / 2);
    pointer-events: none; }
  .section-1__items {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 70px; }
    @media (max-width: 1150px) {
      .section-1__items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .section-1__item {
    width: 329px;
    height: auto; }
    @media (max-width: 1150px) {
      .section-1__item {
        margin: 20px; } }
  .section-1__item.center {
    width: 365px; }
    @media (max-width: 1150px) {
      .section-1__item.center {
        width: 329px; } }
  .section-1__item-img {
    width: 100%;
    height: 245px;
    position: relative; }
    .section-1__item-img img {
      display: block;
      position: absolute;
      top: 0px;
      left: calc( ( 100% - 329px ) / 2);
      z-index: 1; }
  .section-1__item.center .section-1__item-img {
    height: 272px; }
    @media (max-width: 1150px) {
      .section-1__item.center .section-1__item-img {
        height: 245px; } }
    .section-1__item.center .section-1__item-img img {
      left: calc( ( 100% - 365px ) / 2); }
      @media (max-width: 1150px) {
        .section-1__item.center .section-1__item-img img {
          height: 100%;
          left: calc( ( 100% - 329px ) / 2); } }
  .section-1__item-title {
    width: 100%;
    position: absolute;
    z-index: 2;
    left: 0px;
    bottom: 30px;
    padding: 0px 20px;
    text-align: center;
    font-family: DIN Next W1G Medium;
    font-size: 27px;
    color: #f6ad4d;
    text-transform: uppercase;
    text-shadow: 0px 2px 4px #000; }
  .section-1__item.center .section-1__item-title {
    font-size: 30px; }
    @media (max-width: 1150px) {
      .section-1__item.center .section-1__item-title {
        font-size: 27px; } }
  .section-1__item-text {
    width: 100%;
    margin-top: 15px;
    text-align: center;
    font-family: DIN Next W1G Regular;
    font-size: 14px;
    color: #bdb2a3;
    line-height: 22px;
    text-shadow: 0px 2px 4px #000; }
  .section-1__item.center .section-1__item-text {
    font-size: 16px;
    line-height: 24px; }
    @media (max-width: 1150px) {
      .section-1__item.center .section-1__item-text {
        font-size: 14px;
        line-height: 22px; } }

/* section-2 */
/* -------------------------------------------------------------------------------------------------------------------- */
.section-2 {
  z-index: 2; }
  .section-2:after {
    content: '';
    width: 1920px;
    height: 85px;
    background: url(../images/bg/border_bottom_bg3.png) top center no-repeat;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: calc( ( 100% - 1920px ) / 2);
    pointer-events: none; }
  .section-2__items {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px; }
  .section-2__items-nav {
    width: calc( ( 103px + 30px ) * 3); }
    @media (max-width: 830px) {
      .section-2__items-nav {
        width: 100%; } }
  .section-2__items-nav-content {
    width: calc( 100% + 30px);
    margin: -15px; }
    @media (max-width: 830px) {
      .section-2__items-nav-content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .section-2__items-nav-button {
    width: 103px;
    height: 103px;
    margin: 15px;
    border-radius: 20px;
    overflow: hidden;
    opacity: 0.6;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    cursor: pointer;
    position: relative; }
    @media (max-width: 830px) {
      .section-2__items-nav-button {
        width: 60px;
        height: 60px;
        margin: 5px; } }
    .section-2__items-nav-button:hover {
      opacity: 1; }
    .section-2__items-nav-button img {
      display: block;
      width: 100%;
      height: 100%; }
    .section-2__items-nav-button.active {
      opacity: 1;
      -webkit-box-shadow: 0px 0px 20px #ff8800, 0px -3px 5px #ffc400;
      box-shadow: 0px 0px 20px #ff8800, 0px -3px 5px #ffc400; }
  .section-2__slides {
    width: calc( 100% - 420px);
    height: 391px;
    position: relative; }
    @media (max-width: 830px) {
      .section-2__slides {
        width: 100%;
        margin-top: 40px; } }
  .section-2__slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
    transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out, transform .5s ease-in-out;
    transition: opacity .5s ease-in-out, transform .5s ease-in-out;
    transition: opacity .5s ease-in-out, transform .5s ease-in-out, -webkit-transform .5s ease-in-out; }
    .section-2__slide.active {
      opacity: 1;
      pointer-events: auto;
      position: relative;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    .section-2__slide img {
      display: block;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 1; }
  .section-2__slide-content {
    width: 100%;
    padding: 0px 40px;
    padding-bottom: 50px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2; }
    @media (max-width: 830px) {
      .section-2__slide-content {
        padding: 0px 20px;
        padding-bottom: 30px; } }
  .section-2__slide-title {
    width: 100%;
    font-family: DIN Next W1G Medium;
    font-size: 27px;
    color: #f6ad4d;
    text-transform: uppercase;
    text-shadow: 0px 2px 4px #000; }
  .section-2__slide-text {
    width: 100%;
    margin-top: 10px;
    font-family: DIN Next W1G Regular;
    font-size: 16px;
    color: #bdb2a3;
    line-height: 24px;
    text-shadow: 0px 2px 4px #000; }

/* section-3 */
/* -------------------------------------------------------------------------------------------------------------------- */
.section-3 {
  z-index: 1;
  background: #000; }
  .section-3 .section__content {
    padding: 0px 0px; }

.slider {
  width: 100%;
  height: 280px;
  position: relative; }
  .slider__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out; }
    .slider__bg.active {
      opacity: 1; }
  .slider__content {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0px;
    bottom: 130px;
    z-index: 2; }
  .slider__content-area {
    width: 1000px;
    margin: 0 auto; }
    @media (max-width: 1070px) {
      .slider__content-area {
        width: calc( 100% - 40px); } }
  .slider__nav {
    width: 100%;
    margin-bottom: 35px; }
  .slider__nav-item {
    width: 103px;
    height: 103px;
    margin: 15px;
    border-radius: 20px;
    overflow: hidden;
    opacity: 0.7;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    cursor: pointer;
    position: relative;
    -webkit-box-shadow: 0px 0px 10px black;
    box-shadow: 0px 0px 10px black; }
    @media (max-width: 740px) {
      .slider__nav-item {
        width: 60px;
        height: 60px;
        margin: 5px; } }
    .slider__nav-item:hover {
      opacity: 1; }
    .slider__nav-item img {
      display: block;
      width: 100%;
      height: 100%; }
    .slider__nav-item.active {
      opacity: 1;
      -webkit-box-shadow: 0px 0px 20px #ff8800, 0px -3px 5px #ffc400;
      box-shadow: 0px 0px 20px #ff8800, 0px -3px 5px #ffc400; }
  .slider__info {
	  width: 100%;
    margin: 0 auto;
    position: relative; }
  .slider__arrow {
    width: 40px;
    height: 73px;
    position: absolute;
    top: calc( ( 100% - 73px ) / 2);
    opacity: 0.3;
    cursor: pointer;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out; }
    @media (max-width: 740px) {
      .slider__arrow {
        display: none; } }
    .slider__arrow:hover {
      opacity: 1; }
    .slider__arrow.perv {
      left: -100px; }
    .slider__arrow.next {
      right: -100px; }
  .slider__monitor {
    width: 100%;
    position: relative; }
  .slider__slide {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
    transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out, transform .5s ease-in-out;
    transition: opacity .5s ease-in-out, transform .5s ease-in-out;
    transition: opacity .5s ease-in-out, transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 1; }
    .slider__slide.active {
      position: relative;
      opacity: 1;
      pointer-events: auto;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .slider__slide-title {
    width: 100%;
    font-family: 'Philosopher';
    font-weight: 700;
    font-size: 48px;
    color: #f6ad4d;
    text-transform: uppercase;
    text-shadow: 0px 2px 4px #000;
    text-align: center; }
    @media (max-width: 740px) {
      .slider__slide-title {
        font-size: 30px; } }
  .slider__slide-text {
    width: 100%;
    margin-top: 10px;
    font-family: DIN Next W1G Regular;
    font-size: 16px;
    color: #bdb2a3;
    line-height: 24px;
    text-shadow: 0px 2px 4px #000;
    text-align: center; }
    .slider__slide-text p {
      font-family: DIN Next W1G Regular;
      font-size: 16px;
      color: #bdb2a3;
      line-height: 24px; }
    .slider__slide-text p:not(:last-child) {
      margin-bottom: 8px; }

/* inner-content */
/* -------------------------------------------------------------------------------------------------------------------- */
.inner-content {
  position: relative;
  z-index: 4;
  background: url(../images/bg/inner_bg.jpg) #0e0c0c top center;
  background-size: cover; }
  .inner-content:before {
    content: '';
    width: 100%;
    height: 85px;
    background: url(../images/bg/border_bottom_bg_inner.png) top center no-repeat;
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
    position: absolute;
    top: -50px;
    left: 0px;
    pointer-events: none; }
  .inner-content:after {
    content: '';
    width: 100%;
    height: 85px;
    background: url(../images/bg/border_bottom_bg_inner.png) top center no-repeat;
    position: absolute;
    bottom: -50px;
    left: 0px;
    pointer-events: none; }

.inner-page {
  width: 100%;
  padding-bottom: 60px; }
  .inner-page__title {
    width: 660px;
    margin: 0 auto;
    padding: 40px 0px; }
    @media (max-width: 780px) {
      .inner-page__title {
        width: 100%; } }
  .inner-page__title-big-text {
    width: 100%;
    text-align: center;
    font-family: 'Philosopher';
    font-weight: 700;
    font-size: 34px;
    color: #f6ad4d;
    text-transform: uppercase;
    padding: 0px 20px;
    text-shadow: 0px 2px 4px #000; }
    @media (max-width: 550px) {
      .inner-page__title-big-text {
        font-size: 30px; } }
  .inner-page__title-small-text {
    width: 100%;
    text-align: center;
    font-family: DIN Next W1G Regular;
    font-size: 20px;
    line-height: 30px;
    color: #ffecd3;
    margin-top: 0px;
    padding: 0px 20px;
    text-shadow: 0px 2px 4px #000; }
    @media (max-width: 550px) {
      .inner-page__title-small-text {
        font-size: 16px;
        line-height: 26px; } }
		
  .inner-page__small_title {
    width: 660px;
    margin: 0 auto;
    padding: 20px 0px; }
    @media (max-width: 780px) {
      .inner-page__small_title {
        width: 100%; } }
  .inner-page__small_title-big-text {
    width: 100%;
    text-align: center;
    font-family: 'Philosopher';
    font-weight: 700;
    font-size: 34px;
    color: #f6ad4d;
    text-transform: uppercase;
    padding: 0px 20px;
    text-shadow: 0px 2px 4px #000; }
    @media (max-width: 550px) {
      .inner-page__small_title-big-text {
        font-size: 30px; } }
  .inner-page__small_title-small-text {
    width: 100%;
    text-align: center;
    font-family: DIN Next W1G Regular;
    font-size: 20px;
    line-height: 30px;
    color: #ffecd3;
    margin-top: 0px;
    padding: 0px 20px;
    text-shadow: 0px 2px 4px #000; }
    @media (max-width: 550px) {
      .inner-page__small_title-small-text {
        font-size: 16px;
        line-height: 26px; } }

/* rankings */
/* -------------------------------------------------------------------------------------------------------------------- */
.rankings {
  width: 100%;
  border-radius: 5px;
  padding: 40px;
  border: 2px solid #211d1d;
  /* navigation */
  /* table */ }
  @media (max-width: 620px) {
    .rankings {
      padding: 20px; } }
  .rankings__nav {
    width: calc( 100% + 10px);
    margin: -5px;
    margin-bottom: 10px; }
  .rankings__nav-item {
    padding: 15px 25px;
    margin: 5px;
    background: rgba(255, 255, 255, 0.06);
    margin-right: 2px;
    border-radius: 4px;
    font-family: 'Philosopher';
    font-weight: 700;
    font-size: 16px;
    color: #8a8181;
    text-transform: uppercase;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out; }
    @media (max-width: 480px) {
      .rankings__nav-item {
        padding: 10px 15px;
        width: 100%; } }
    .rankings__nav-item:hover {
      color: #f6ad4d; }
    .rankings__nav-item.active {
      background: #f6ad4d;
      color: #000; }
  .rankings__content {
    width: 100%;
    height: auto;
    position: relative; }
  .rankings__table {
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.03);
    position: absolute;
    top: 0px;
    left: 0px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
    .rankings__table.active {
      position: relative;
      pointer-events: auto;
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .rankings__table-tr {
    width: 100%;
    padding: 15px 25px; }
    @media (max-width: 790px) {
      .rankings__table-tr {
        width: calc( 100% / 3);
        padding: 20px 20px;
        background: -webkit-linear-gradient(135deg, rgba(93, 93, 93, 0.2) 0%, rgba(93, 93, 93, 0) 100%) !important;
        background: -o-linear-gradient(135deg, rgba(93, 93, 93, 0.2) 0%, rgba(93, 93, 93, 0) 100%) !important;
        background: linear-gradient(-45deg, rgba(93, 93, 93, 0.2) 0%, rgba(93, 93, 93, 0) 100%) !important; } }
    @media (max-width: 600px) {
      .rankings__table-tr {
        width: calc( 100% / 2); } }
    @media (max-width: 470px) {
      .rankings__table-tr {
        width: calc( 100% / 1); } }
  @media (max-width: 790px) {
    .rankings__table-tr.title {
      display: none; } }
  .rankings__table-tr .rankings__table-td {
    font-size: 16px;
    color: #8a8181; }
    @media (max-width: 790px) {
      .rankings__table-tr .rankings__table-td:not(:last-child) {
        margin-bottom: 10px; } }
  .rankings__table-tr .rankings__table-td:before {
    content: attr(data-name);
    width: 100%;
    font-size: 12px;
    color: #464141;
    display: none; }
    @media (max-width: 790px) {
      .rankings__table-tr .rankings__table-td:before {
        width: 100%;
        display: block; } }
  .rankings__table-tr.title .rankings__table-td {
    font-family: 'Philosopher';
    font-weight: 700;
    font-size: 18px;
    color: #464141; }
  .rankings__table-tr:nth-child(even) {
    background: rgba(93, 93, 93, 0.1); }
    @media (max-width: 790px) {
      .rankings__table-tr:nth-child(even) {
        background: none; } }
  .rankings__table-td.white {
    color: #ebd6d6 !important; }
  .rankings__table-td.red {
    color: #c72e2e !important; }
  .rankings__table-td.green {
    color: #3caa38 !important; }
  .rankings__table-td.center {
    text-align: center; }
    @media (max-width: 790px) {
      .rankings__table-td.center {
        text-align: left; } }
  .rankings__table-td.num {
    width: 70px; }
    @media (max-width: 790px) {
      .rankings__table-td.num {
        width: 100%; } }
  .rankings__table-td.td5 {
    width: calc( ( 100% - 70px ) / 5); }
    @media (max-width: 790px) {
      .rankings__table-td.td5 {
        width: 100%; } }
  .rankings__table-td.td4 {
    width: calc( ( 100% - 70px ) / 4); }
    @media (max-width: 790px) {
      .rankings__table-td.td4 {
        width: 100%; } }
  .rankings__table-td.td-only-5 {
    width: calc( 100% / 5); }
    @media (max-width: 790px) {
      .rankings__table-td.td-only-5 {
        width: 100%; } }
  .rankings__table-td.td3 {
    width: calc( 100% / 3);
    background: -webkit-linear-gradient(135deg, rgba(93, 93, 93, 0.2) 0%, rgba(93, 93, 93, 0) 100%) !important;
    background: -o-linear-gradient(135deg, rgba(93, 93, 93, 0.2) 0%, rgba(93, 93, 93, 0) 100%) !important;
    background: linear-gradient(-45deg, rgba(93, 93, 93, 0.2) 0%, rgba(93, 93, 93, 0) 100%) !important; }
    @media (max-width: 1220px) {
      .rankings__table-td.td3 {
        width: calc( 100% / 2); } }
    @media (max-width: 790px) {
      .rankings__table-td.td3 {
        width: 100%; } }
  .rankings__castle {
    width: 100%;
    padding: 25px; }
  .rankings__castle-img {
    width: 130px; }
    @media (max-width: 490px) {
      .rankings__castle-img {
        width: 90px; } }
    .rankings__castle-img img {
      width: 130px; }
      @media (max-width: 490px) {
        .rankings__castle-img img {
          width: 90px; } }
  .rankings__castle-content {
    width: calc( 100% - 130px);
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    padding-left: 80px; }
    @media (max-width: 490px) {
      .rankings__castle-content {
        width: calc( 100% - 90px); } }
  .rankings__castle-name {
    width: 100%;
    font-family: 'Philosopher';
    font-weight: 700;
    font-size: 20px;
    color: #f6ad4d;
    margin-top: 10px; }
    @media (max-width: 490px) {
      .rankings__castle-name {
        font-size: 16px;
        margin-top: 5px; } }
  .rankings__castle-date {
    width: 100%;
    font-size: 14px;
    color: #8a8181;
    margin-top: 10px; }
    @media (max-width: 490px) {
      .rankings__castle-date {
        margin-top: 4px; } }
    .rankings__castle-date span {
      font-size: inherit;
      color: #bbafaf; }
  .rankings__castle-owner {
    width: 100%;
    font-size: 14px;
    color: #8a8181;
    margin-top: 3px; }
    @media (max-width: 490px) {
      .rankings__castle-owner {
        margin-top: 0px; } }
    .rankings__castle-owner span {
      font-size: inherit;
      color: #76a068; }

/* term of use */
/* -------------------------------------------------------------------------------------------------------------------- */
.text-box {
  width: 100%;
  border-radius: 5px;
  padding: 40px;
  border: 2px solid #211d1d; }
  @media (max-width: 620px) {
    .text-box {
      padding: 20px; } }
  .text-box *:last-child {
    margin-bottom: 0px !important; }
  .text-box__buttons {
    width: calc( 100% + 10px);
    margin: 0px -5px;
    margin-bottom: 20px; }
  .text-box__button {
    width: auto;
    padding: 10px 20px;
    border: 2px solid #3a3737;
    border-radius: 5px;
    margin: 5px;
    font-family: 'Philosopher';
    font-weight: 700;
    font-size: 18px;
    color: #ccbca8;
    -webkit-transition: color .3s ease-in-out, border .3s ease-in-out;
    -o-transition: color .3s ease-in-out, border .3s ease-in-out;
    transition: color .3s ease-in-out, border .3s ease-in-out; }
    @media (max-width: 430px) {
      .text-box__button {
        width: 100%; } }
    .text-box__button:hover {
      color: #f6ad4d;
      border: 2px solid #f6ad4d; }
    .text-box__button i {
      margin-right: 10px; }
  .text-box__sep-title {
    width: 100%;
    padding: 10px 15px;
    border-radius: 5px;
    background: -webkit-linear-gradient(45deg, rgba(93, 93, 93, 0.2) 0%, rgba(93, 93, 93, 0) 100%);
    background: -o-linear-gradient(45deg, rgba(93, 93, 93, 0.2) 0%, rgba(93, 93, 93, 0) 100%);
    background: linear-gradient(45deg, rgba(93, 93, 93, 0.2) 0%, rgba(93, 93, 93, 0) 100%);
    font-weight: 700;
    font-size: 22px;
    color: #f6ad4d !important;
    border-left: 2px solid #f6ad4d; }
  .text-box h1 {
    font-family: 'Philosopher';
    font-weight: 700;
    font-size: 20px;
    color: #beb19e; }
  .text-box p {
    font-size: 16px;
    color: #8a8181;
    line-height: 22px;
    margin-bottom: 20px; }
    .text-box p a {
      font-size: inherit;
      color: #b8afa6;
      text-decoration: underline; }
    .text-box p b {
      font-family: DIN Next W1G Medium;
      font-size: inherit;
      color: #b8afa6; }

/* how to play */
/* -------------------------------------------------------------------------------------------------------------------- */
.htp {
  width: 100%; }
  .htp__block {
    width: 100%;
    height: auto;
    padding: 40px;
    border-radius: 5px;
    border: 2px solid #211d1d;
    position: relative;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch; }
    .htp__block:not(:first-child) {
      margin-top: 60px; }
    .htp__block.htp-50 {
      width: calc( ( 100% - 40px ) / 2); }
      @media (max-width: 810px) {
        .htp__block.htp-50 {
          width: 100%; } }
  .htp__block-step {
    width: 70px;
    height: 70px;
    background: url(../images/icons/step_icon.png) center center;
    background-size: 100% 100%;
    position: absolute;
    top: -35px;
    left: calc( ( 100% - 70px ) / 2);
    font-family: 'Philosopher';
    font-weight: 700;
    font-size: 36px;
    color: #000;
    text-align: center;
    padding-top: 4px; }
    .htp__block-step span {
      display: block;
      width: 100%;
      font-family: 'Philosopher';
      font-weight: 700;
      font-size: 16px;
      color: #000;
      text-align: center;
      margin-top: -5px; }
  .htp__block-title {
    width: 100%;
    font-family: 'Philosopher';
    font-weight: 700;
    font-size: 24px;
    color: #f6ad4d;
    text-align: center;
    margin-top: 10px; }
  .htp__block-text {
    width: 100%;
    font-size: 16px;
    color: #8f8272;
    text-align: center;
    margin-top: 7px; }
  .htp__block-text-left {
    width: 100%;
    font-size: 16px;
    color: #8f8272;
    margin-top: 7px; }
  .htp__block-buttons {
    width: 100%;
    margin-top: 20px; }
  .htp__block-button {
    width: auto;
    padding: 10px 15px;
    border: 2px solid #3a3737;
    border-radius: 5px;
    margin: 5px;
    font-family: 'Philosopher';
    font-weight: 700;
    font-size: 18px;
    color: #ccbca8;
    -webkit-transition: color .3s ease-in-out, border .3s ease-in-out;
    -o-transition: color .3s ease-in-out, border .3s ease-in-out;
    transition: color .3s ease-in-out, border .3s ease-in-out; }
    @media (max-width: 430px) {
      .htp__block-button {
        width: 100%; } }
    .htp__block-button:hover {
      color: #f6ad4d;
      border: 2px solid #f6ad4d; }
    .htp__block-button img {
      display: block;
      width: 26px;
      height: 26px;
      margin-right: 10px; }
    .htp__block-button i {
      margin-right: 10px; }
  .htp__system-stat {
    width: 100%;
    margin-top: 20px; }
  .htp__system-stat-title {
    width: 100%;
    font-family: 'Philosopher';
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    color: #989391; }
  .htp__system-stat-blocks {
    width: 100%;
    margin-top: 20px; }
  .htp__system-stat-block {
    width: calc( ( 100% - 20px ) / 2);
    padding: 20px;
    border-radius: 5px;
    background: rgba(37, 37, 39, 0.2);
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    border-bottom: 2px solid #c59c6e; }
    @media (max-width: 750px) {
      .htp__system-stat-block {
        width: 100%; } }
    @media (max-width: 750px) {
      .htp__system-stat-block:nth-child(2) {
        margin-top: 20px; } }
  .htp__system-stat-block-title {
    width: 100%;
    font-family: 'Philosopher';
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #989391;
    margin-bottom: 20px; }
  .htp__system-stat-block-text {
    width: 100%;
    text-align: center;
    font-family: DIN Next W1G Regular;
    font-size: 14px;
    line-height: 18px;
    color: #8d807c; }
    .htp__system-stat-block-text b {
      color: #989391;
      font-family: DIN Next W1G Regular; }
    .htp__system-stat-block-text:not(:last-child) {
      margin-bottom: 10px; }

/* footer */
/* -------------------------------------------------------------------------------------------------------------------- */
.footer {
  width: 100%;
  height: 903px;
  background: url(../images/bg/bg5.jpg) top center no-repeat;
  position: relative;
  z-index: 2; }
  .footer.inner {
    height: 450px;
    background: url(../images/bg/bg5.jpg) bottom center no-repeat; }
  .footer.inner:after {
    display: none; }
  .footer:after {
    content: '';
    width: 1920px;
    height: 85px;
    background: url(../images/bg/border_top_bg5.png) top center no-repeat;
    position: absolute;
    z-index: 1;
    top: -85px;
    left: calc( ( 100% - 1920px ) / 2);
    pointer-events: none; }
  .footer .content-area {
    height: 100%;
    position: relative; }
  .footer__content {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 50px;
    left: 0px; }
  .footer__buttons {
    width: 100%;
    position: relative;
    margin-top: 30px; }
    .footer__buttons:after {
      content: '';
      width: 700px;
      height: 54px;
      background: url(../images/bg/light_bg.png) top center no-repeat;
      background-size: 100% 100%;
      position: absolute;
      top: calc( ( 100% - 54px ) / 2);
      left: calc( ( 100% - 700px ) / 2);
      z-index: 1; }
  .footer__btn {
    z-index: 2;
    width: 254px;
    margin: 10px 20px;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .footer__title {
    width: 100%;
    font-family: DIN Next W1G Regular;
    font-size: 16px;
    color: #ffecd3;
    text-align: center;
    margin-top: 90px; }
  .footer__text {
    width: 100%;
    font-family: DIN Next W1G Regular;
    font-size: 14px;
    color: #7b766f;
    text-align: center;
    margin-top: 10px; }
    .footer__text b {
      font-family: DIN Next W1G Medium;
      font-size: inherit;
      color: inherit; }
  .footer__links {
    width: 100%;
    text-align: center; }
    .footer__links a {
      font-family: DIN Next W1G Regular;
      font-size: 14px;
      color: #f6ad4d;
      text-transform: uppercase;
      opacity: 0.5;
      -webkit-transition: opacity .3s ease-in-out;
      -o-transition: opacity .3s ease-in-out;
      transition: opacity .3s ease-in-out;
      margin: 0px 10px;
      margin-top: 20px; }
      .footer__links a:hover {
        opacity: 1; }
  .footer .unsimple {
    display: block;
    width: 100%;
    height: 100%;
    margin: 10px;
    opacity: 0.3;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    margin-top: 30px; }
    .footer .unsimple:hover {
      opacity: 1; }
    .footer .unsimple img {
      display: block; }

/* banners */
.left-banners {
  width: 40px;
  height: auto;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  z-index: 7; }
  @media (max-width: 800px) {
    .left-banners {
      top: 200px;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); } }
  .left-banners__button {
    width: 40px;
    height: 120px;
    display: block;
    background: url(../images/button_tex.png) top center #f34703;
    position: relative;
    -webkit-transition: -webkit-filter .3s ease-in-out;
    transition: -webkit-filter .3s ease-in-out;
    -o-transition: filter .3s ease-in-out;
    transition: filter .3s ease-in-out;
    transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
    border-radius: 5px 0px 0px 5px; }
    @media (max-width: 800px) {
      .left-banners__button {
        height: 40px; } }
    /*.left-banners__button:nth-child(1) {
      background: url(../images/button_tex.png) top center #970404; }
    .left-banners__button:nth-child(2) {
      background: url(../images/button_tex.png) top center #b84300; }
    .left-banners__button:nth-child(3) {
      background: url(../images/button_tex.png) top center #004ab8; }*/
    .left-banners__button:nth-child(1) {
      background: url(../images/button_tex.png) top center #2C2F33; }
    .left-banners__button:nth-child(2) {
      background: url(../images/button_tex.png) top center #004ab8; }
    .left-banners__button-name {
      width: 120px;
      height: 40px;
      position: absolute;
      z-index: 1;
      top: calc( ( 100% - 40px ) / 2);
      left: calc( ( 100% - 120px ) / 2);
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      font-family: DIN Next W1G Regular;
      font-size: 16px;
      line-height: 16px;
      color: #fff;
      padding-left: 30px; }
      @media (max-width: 800px) {
        .left-banners__button-name {
          display: none; } }
    .left-banners__button:hover {
      -webkit-filter: brightness(120%);
      filter: brightness(120%); }
    .left-banners__button:not(:last-child) {
      margin-bottom: 4px; }
    .left-banners__button img {
      display: block;
      position: absolute;
      top: 5px;
      left: 0px; }
      @media (max-width: 800px) {
        .left-banners__button img {
          top: 0px; } }
  .left-banners__button.facebook {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
  .left-banners__button.facebook:hover {
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
    -webkit-filter: brightness(100%);
    filter: brightness(100%); }
  .left-banners__button-box {
    width: 250px;
    height: 300px;
    top: 0px;
    right: -250px;
    position: absolute; }


.acp_menu {
  
    margin-top: 55px;
    padding-bottom: 50px;
    position: absolute;
    width: 81%;
  }

.acp_menu ul {
    padding: 0px;
    min-height:450px;
}

.acp_menu ul li {
    list-style: none;
}

.acp_menu ul li a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 35px;
    text-decoration: none;
    width: 100%;
    border-left: 7px solid transparent;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.31);
    border-top: 1px solid transparent;
}


.admin_box {
    background: rgba(37, 37, 39, 0.5);
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    margin-top: 55px;
    padding-bottom: 50px;
    padding: 35px 15px;
    position: absolute;
    width: 81%;
	 border: 2px solid #211d1d; }
}

.admin_details {
    background: -moz-linear-gradient(to top left, #311016 53%, #1f0a0e 100%);
    background: -webkit-linear-gradient(to top left, #311016 53%, #1f0a0e 100%);
    background: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.53, #311016), to(#1f0a0e));
    background: -o-linear-gradient(to top left, #311016 53%, #1f0a0e 100%);
    background: linear-gradient(to top left, #311016 53%, #1f0a0e 100%);
    height: 365px;
    padding: 35px 25px;
}

.admin_details a img {
    margin: 0 auto;
	border-radius: 50% !important;
    width: 110px;
    height: 110px;
}

.admin_details a {
    /*color: #fff;
    text-align: center;*/
	color: #fff !important;
    text-align: center;
    border-bottom: 1px inset;
	transition: all 240ms ease-in-out;
}

/*.admin_details a:hover {
    color: #ffd9b4 !important;
}*/

.admin_details h5 {
    color: #fff;
    font-weight: 500;
    margin-top: 23px;
}
.admin_details .pull-right{
	/*overflow: hidden;*/
    overflow-wrap: initial;
    text-overflow: ellipsis;
/*    width: 187px;*/
	margin-top: 2px;
	text-align: right;
   color: #f6ad4d;
   font-family: DIN Next W1G Regular;
}
.admin_details .pull-left{
	/*overflow: hidden;*/
    overflow-wrap: initial;
    text-overflow: ellipsis;
/*    width: 187px;*/
	margin-top: 2px;
	text-align: left;
   color: #989391;
   font-family: DIN Next W1G Regular;
}

.touch {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    background: #252527;
    border: 1px solid #202121;
    border-radius: 5px;
    color: white;
    font-size: 14px;
    height: 45px;
    /*margin-right: 10px;*/
    margin-top: 13px;
    padding: 10px 28px;
    width: 75%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #c13131;
    border: 1px solid #c13131;
    -webkit-box-shadow: 0 0 0px 1000px #000 inset;
    transition: background-color 5000s ease-in-out 0s;
}

.fa2 {
		  font: normal normal normal 15px/1;
}

.btn_edit {
	width: 30px;
	height: 30px;
	position: relative;
	margin-right: 10px; 
   background: rgba(0, 0, 0, 0);
	}
.btn_edit img {
  position: absolute;
  background: rgba(0, 0, 0, 0);
  top: calc( ( 100% - 46px ) / 2);
  left: calc( ( 100% - 46px ) / 2);
  pointer-events: none;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }


.account_input_holder {
  position: relative;
}
#account_prefix {
  background: #222222 none repeat scroll 0 0;
  color: #c13131;
  cursor: pointer;
  font-size: 16px;
  height: 43px;
  left: 30px;
  padding: 10px 5px;
  position: absolute;
  top: 14px;
  width: 60px;
  text-align:center;
}
.form_input_holder {position: relative;}
.form_input_holder i,.account_input_holder i{
  color: #c69745;
  font-size: 16px;
  left: 7px;
  position: absolute;
  top: 27px;
}

.signup_only_btn{
	margin-top:15px;
}

.signup_only_btn_paypal{
	margin-top:15px;
}

.signup_only_btn_paysafecard{
	margin-top:15px;
}

.must_in_paysafecard{
	margin-top:15px;
}

.text-warning {
	color: #ccbca8 !important;
    font-size: 13px !important;
    background: rgba(37, 37, 39, 0.5) !important;
    padding: 11px !important;
    font-weight: 500 !important;
    width: 100%;
}

.custom_checkbox {
    color: #b4b4b5;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    margin-top: 20px;
}

.custom_checkbox_no_margin {
    color: #b4b4b5;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
}

.span-important {
	color: #f6ad4d;
}



/* TOOLTIP START */
/* tooltip */


.tool-tip{
	color: #fff;
	/*background-color: rgba( 0, 0, 0, .7);*/
	background-color: rgb(0, 0, 0, 0.7);
	text-shadow: none;
	font-size: .8em;
	visibility: hidden;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px; 
	-o-border-radius: 7px; 
	border-radius: 7px;	
	text-align: center;	
	opacity: 0;
	z-index: 999;
	padding: 3px 8px;	
	position: absolute;
	cursor: default;
	-webkit-transition: all 240ms ease-in-out;
	-moz-transition: all 240ms ease-in-out;
	-ms-transition: all 240ms ease-in-out;
	-o-transition: all 240ms ease-in-out;
	transition: all 240ms ease-in-out;	
	font-weight: 500;
	    box-shadow: 1px 1px 4px 0px black;
}

.tool-tip,
.tool-tip.top{
	top: auto;
	bottom: 114%;
	left: 50%;		
}

.tool-tip.top:after,
.tool-tip:after{
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -7px;
	content: ' ';
	height: 0px;
	width: 0px;
	border: 6px solid transparent;
    /*border-top-color: rgba( 0, 0, 0, .7);	*/
	border-top-color: rgb(0, 0, 0, 110);
}

/* default heights, width and margin w/o Javscript */

.tool-tip,
.tool-tip.top{
	/*width: 100%;*/
	height: 100%;
	margin-left: -225px;
}

/* tool tip position right */

.tool-tip.right{
	top: 50%;
	right: auto;
	left: 106%;
	margin-top: -15px;
	margin-right: auto;	
	margin-left: auto;
}

.tool-tip.right:after{
	left: -5px;
	top: 50%;	
	margin-top: -6px;
	bottom: auto;
	border-top-color: transparent;	
    border-right-color: rgba( 0, 0, 0, .7);	
}

/* tool tip position left */

.tool-tip.left{
	top: 50%;
	left: auto;
	right: 105%;
	margin-top: -15px;	
	margin-left: auto;	
}

.tool-tip.left:after{
	left: auto;
	right: -12px;
	top: 50%;
	margin-top: -6px;
	bottom: auto;
	border-top-color: transparent;	
    border-left-color: rgba( 0, 0, 0, .7);	
}

/* tool tip position bottom */

.tool-tip.bottom{
	top: 115%;
	bottom: auto;
	left: 50%;
	margin-bottom: auto;	
	padding-top: 5px;
}

.tool-tip.bottom:after{
	position: absolute;
	top: -12px;
	left: 50%;
	margin-left: -7px;
	content: ' ';
	height: 0px;
	width: 0px;
	border: 6px solid transparent;
    border-top-color: transparent;	
    border-bottom-color: rgb(0, 0, 0, 110);	
}

/* tooltip on focus left and right */

.on-focus .tool-tip.left,
.on-focus .tool-tip.right{
	margin-top: -19px;
}

/* on hover of element containing tooltip default*/

*:not(.on-focus):hover > .tool-tip,
.on-focus input:focus + .tool-tip{
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 240ms ease-in-out;
	-moz-transition: all 240ms ease-in-out;
	-ms-transition: all 240ms ease-in-out;
	-o-transition: all 240ms ease-in-out;
	transition: all 240ms ease-in-out;		
}


/* tool tip slide out */

*:not(.on-focus) > .tool-tip.slideIn,
.on-focus > .tool-tip{
	display: block;
}

.on-focus > .tool-tip.slideIn{
	z-index: -1;
}

.imgc span
{
	display: block; width: 200px; height: 113px; background: rgba(0,0,0,0.6) url('../images/castles.jpg') no-repeat; border-radius: 5px; 
}
.on-focus > input:focus + .tool-tip.slideIn{
	z-index: 1;
}
.imgc.aden span {
	background-position: left top; 
	}
.imgc.goddard span {
	background-position: -200px top; 
} 
.imgc.giran span {
	background-position: -400px top; 
}
.imgc.oren span {
	background-position: -600px top; 
} 
.imgc.dion span {
	background-position: -800px top; 
} 
.imgc.gludio span {
	background-position: -1000px top; 
} 
.imgc.innadril span {
	background-position: -1200px top; 
}
.imgc.rune span {
	background-position: -1400px top; 
}
.imgc.schuttgart span {
	background-position: -1600px top; 
}

/* bottom slideIn */

*:not(.on-focus) > .tool-tip.slideIn.bottom,
.on-focus > .tool-tip.slideIn.bottom{
	top: 50%;	
}

*:not(.on-focus):hover > .tool-tip.slideIn.bottom,
.on-focus > input:focus + .tool-tip.slideIn.bottom{
	top: 115%;
}	

.on-focus > input:focus + .tool-tip.slideIn.bottom{
	top: 100%;
}

/* top slideIn */

*:not(.on-focus) > .tool-tip.slideIn,
*:not(.on-focus) > .tool-tip.slideIn.top,
.on-focus > .tool-tip.slideIn,
.on-focus > .tool-tip.slideIn.top{
	bottom: 50%;
}

*:not(.on-focus):hover > .tool-tip.slideIn,
*:not(.on-focus):hover > .tool-tip.slideIn.top,
.on-focus > input:focus + .tool-tip.slideIn,
.on-focus > input:focus + .tool-tip.slideIn.top{
	bottom: 110%;
}	

/* left slideIn */

*:not(.on-focus) > .tool-tip.slideIn.left,
.on-focus > .tool-tip.slideIn.left{
	right: 50%;	
}

*:not(.on-focus):hover > .tool-tip.slideIn.left,
.on-focus > input:focus + .tool-tip.slideIn.left{
	right: 105%;		
}

/* right slideIn */

*:not(.on-focus) > .tool-tip.slideIn.right,
.on-focus > .tool-tip.slideIn.right{
	left: 50%;		
}

*:not(.on-focus):hover > .tool-tip.slideIn.right,
.on-focus > input:focus + .tool-tip.slideIn.right{
	left: 105%;
}
.tool-tip ul {
    text-align: left;
    margin-left: 25px;
	