/*
@high:  #c33a6f;
@back1: #220510;
@back2: #3d1a27;
/* */
/*
@high:  #ec271d;
@back1: #421414;
@back2: #4a1f1b;
/* */
/*
@high:  #ad271d;
@back1: #2c0704;
@back2: #4a1f1b;
/* */
/*
@high:  #e70005;
@back1: darken(#8A1F4D, 1%);
@back2: darken(#9c0044, 10%);
/* */
@font-face {
  font-family: "sans-light";
  src: url('../fonts/SourceSansPro-Light.otf');
}
@font-face {
  font-family: "sans-regular";
  src: url('../fonts/SourceSansPro-Regular.otf');
}
@font-face {
  font-family: "sans-bold";
  src: url('../fonts/SourceSansPro-Bold.otf');
}
* {
  padding: 0;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: normal;
}
input,
textarea {
  font-family: "sans-light" !important;
}
html {
  font-family: "sans-light";
  font-size: 22px;
  line-height: 1.5em;
  color: #fff;
  background: #000;
  height: 100%;
}
html body {
  width: 100%;
  height: 100%;
  /* ----------------------------- */
  /* ---------------------------------------- */
}
html body #footer {
  font-size: .7em;
  text-align: center;
}
html body .menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #312E2E;
  transition-property: all;
  transition-duration: .5s, .1s;
  transition-delay: 0;
  transition-timing-function: cubic-bezier(0.22, 0.99, 0.62, 1);
  -moz-transition-property: all;
  -moz-transition-duration: .5s, .1s;
  -moz-transition-delay: 0;
  -moz-transition-timing-function: cubic-bezier(0.22, 0.99, 0.62, 1);
  -o-transition-property: all;
  -o-transition-duration: .5s, .1s;
  -o-transition-delay: 0;
  -o-transition-timing-function: cubic-bezier(0.22, 0.99, 0.62, 1);
  -ms-transition-property: all;
  -ms-transition-duration: .5s, .1s;
  -ms-transition-delay: 0;
  -ms-transition-timing-function: cubic-bezier(0.22, 0.99, 0.62, 1);
  -webkit-transition-property: all;
  -webkit-transition-duration: .5s, .1s;
  -webkit-transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.99, 0.62, 1);
}
html body .menu.fixed .fixed {
  display: initial;
}
html body .menu.fixed > table {
  width: 100% !important;
  background: #312E2E;
}
html body .menu.fixed > table td:hover {
  background: #665f5f;
}
html body .menu {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
}
html body .menu > table {
  border-collapse: collapse;
  width: 80% !important;
  margin: 0 auto;
  background: rgba(255, 0, 0, 0.77);
  border: none !important;
  border-radius: 5px;
  overflow: hidden;
}
html body .menu > table td {
  text-align: center !important;
  vertical-align: top;
  padding: 10px;
  /* width: 12.5%; */
  border-left: 1px solid #000000;
  cursor: pointer;
  font-size: .8em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html body .menu > table td:hover {
  background: #312E2E;
}
html body .menu > table td:first-child {
  border-left: none;
}
html body .menu > table .short {
  display: none;
}
html body .menu > table .short td {
  border-left: none;
  cursor: normal;
}
html body .menu > table .short td:hover {
  background: transparent;
}
html body .page {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /* min-height: 100%; */
}
html body .page i.fa {
  text-shadow: 1px 1px 1px #000;
}
html body .page h1 {
  font: 1.3em "sans-bold";
  line-height: 2em;
  color: #312E2E;
  /* text-shadow: @shadxx @shadxx @shadxx @shadow; */
}
html body .page h2 {
  font: 1.1em "sans-regular";
  line-height: 1.8em;
  color: #fff;
  /* text-shadow: @shadxx @shadxx @shadxx @shadow; */
}
html body .page h3 {
  font: 1.1em "sans-regular";
  line-height: 1.8em;
  color: #fff;
  text-align: center;
  /* text-shadow: @shadxx @shadxx @shadxx @shadow; */
}
html body .page .main > div {
  margin-top: 1em;
}
html body .page .main > div > img {
  width: 15%;
  margin-top: 5px;
  margin-bottom: 10px;
}
html body .page .main > div > img.large {
  width: 30%;
  margin-top: 5px;
  margin-bottom: 10px;
}
html body .page .center {
  text-align: center;
}
html body .page .center iframe {
  width: 90%;
  margin: 0 auto;
  border: none;
  outline: none;
}
html body .page p {
  padding-bottom: .8em;
}
html body .page p b {
  color: #312E2E;
  font-family: "sans-bold";
  position: relative;
  font-size: inherit;
}
html body .page p img {
  width: 80%;
  margin: 0 auto;
}
html body .page p.center {
  text-align: center;
}
html body .page form {
  width: 90%;
  margin: 0 auto;
}
html body .page input,
html body .page textarea {
  width: 100%;
  outline: none;
  border: none;
  resize: none;
  padding: 4px;
  box-sizing: border-box;
}
html body .page div.right {
  text-align: right;
}
html body .page ul li {
  margin-left: 30px;
  list-style-type: none;
}
html body .page ul li:before {
  content: "\f0c8";
  font-size: .6em;
  font-family: FontAwesome;
  color: #312E2E;
  margin-right: 13px;
  top: -2px;
  position: relative;
}
html body .page form > div {
  margin-top: .6em;
}
html body .page input[type="submit"] {
  width: auto;
  text-align: center;
  padding: 5px 10px;
  border: none;
  color: #fff;
  font-family: "sans-regular";
  font-size: .9em;
  line-height: 1em;
  border-radius: 5px;
  background: #312E2E;
  -webkit-appearance: window;
  -moz-appearance: window;
  cursor: pointer;
}
html body .page a.btn,
html body .page button {
  outline: none;
  text-decoration: none;
  text-align: center;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
  color: #fff !important;
  font-family: "sans-regular";
  font-size: .9em;
  line-height: 1em;
  border-radius: 5px;
  background: #312E2E;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html body .page a.btn:hover,
html body .page button:hover {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
html body .page .center {
  text-align: center;
}
html body .page .row1 {
  clear: both;
  text-align: center;
}
html body .page .row1 img {
  max-width: 80%;
}
html body .page table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #312E2E;
  /* rgba(255, 255, 255, 0.2); */
}
html body .page table tr {
  padding-bottom: 10px;
}
html body .page table tr td {
  padding: 1px 5px;
}
html body .page table tr td:nth-child(1) {
  /* width: 30%; */
}
html body .page table tr td:nth-child(2) {
  /* width: 35%; */
}
html body .page table tbody:nth-child(odd) td {
  background-color: rgba(0, 0, 0, 0.4);
}
html body .page table tbody:nth-child(even) td {
  background-color: rgba(255, 255, 255, 0.2);
}
html body .page table td:last-child {
  text-align: right;
}
html body .page table.large tr td:nth-child(1) {
  width: 70%;
}
html body .page table.large tr td:nth-child(2) {
  width: auto;
}
html body .page .row2 {
  clear: both;
  text-align: center;
}
html body .page .row2 img {
  width: 40%;
}
html body .page .row2 div {
  display: inline-block;
  position: relative;
  width: 40%;
}
html body .page .row2 div img {
  width: 100% !important;
}
html body .page .row2 div::after {
  content: attr(data-text);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
html body .page .row3 {
  clear: both;
  text-align: center;
}
html body .page .row3 img {
  max-width: 20%;
}
html body .page .core .main {
  padding: 1.2em .8em;
  max-width: 1000px;
  margin: 0 auto;
}
html body .page .core .main a {
  text-decoration: none;
  color: #312E2E;
}
html body .page:nth-child(even) {
  background: #E83080;
}
html body .page:nth-child(even) .main > div > img {
  float: left;
  margin-right: 10px;
}
html body .page:nth-child(even) .main > div > img.right {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
html body .page:nth-child(even) ul li:before {
  color: #312E2E;
}
html body .page:nth-child(odd) {
  background: #6B6B6B;
}
html body .page:nth-child(odd) .main > div > img {
  float: right;
  margin-left: 10px;
}
html body .page:nth-child(odd) ul li:before {
  color: #E83080;
}
html body #home {
  min-height: 500px;
  height: 100%;
  /* ----------------------------- */
  /* ----------------------------- */
}
html body #home .core {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html body #home button {
  background: transparent;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
}
html body #home button:hover {
  color: #312E2E;
}
html body #home .show {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html body #home .show > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
html body #home .show .bck1 {
  opacity: 1;
  -webkit-transition: opacity 2s;
  -moz-transition: opacity 2s;
  -ms-transition: opacity 2s;
  -o-transition: opacity 2s;
  transition: opacity 2s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
html body #home .show .bck2 {
  opacity: 0;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
html body #home .show.anim .bck1 {
  opacity: 0;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
html body #home .show.anim .bck2 {
  opacity: 1;
  -webkit-transition: opacity 2s;
  -moz-transition: opacity 2s;
  -ms-transition: opacity 2s;
  -o-transition: opacity 2s;
  transition: opacity 2s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
html body #home .news {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 100px;
  font-family: "sans-regular";
  font-size: 2.2em;
  line-height: 1.3em;
  padding: 10px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  text-align: center;
  /* text-shadow: @shadxx @shadxx @shadxx @shadow; */
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
html body #home .news button {
  font-size: .4em;
  line-height: 0;
  color: #fff;
  background: #312E2E;
  border-radius: 2px;
  cursor: pointer;
}
html body #home .news button:hover {
  color: #fff;
}
html body #home .middle {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  font-family: "sans-bold";
  font-size: 2em;
  line-height: 1.3em;
  padding: 10px;
  text-align: center;
  /* text-shadow: @shadxx @shadxx @shadxx @shadow; */
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
html body #home .middle img {
  position: absolute;
  height: 90%;
  top: -5%;
  right: 100%;
}
html body #home .middle .line {
  top: -25px;
  height: 5px;
  display: inline-block;
  position: relative;
  left: 0;
  width: 100%;
  background: #fff;
  /* text-shadow: @shadxx @shadxx @shadxx @shadow; */
  font-size: 0;
  line-height: 0;
}
html body #progress,
html body #spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
html body #progress {
  color: #312E2E;
}
html body .hide {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
/* ---------------------------------------- */
@media all and (max-width: 1000px) {
  html {
    font-size: 20px;
  }
  html body #home .middle .line {
    top: -25px;
    height: 4px;
  }
}
@media all and (max-width: 880px) {
  html {
    font-size: 18px;
  }
  html body #home .middle .line {
    top: -20px;
    height: 3px;
  }
}
@media all and (max-width: 650px) {
  html {
    font-size: 15px;
  }
  html body .menu table .short {
    display: table-row;
  }
  html body .menu table .full {
    display: none;
  }
  html body #home .middle .line {
    top: -15px;
    height: 2px;
  }
}
@media all and (max-width: 479px) {
  html {
    font-size: 13px;
  }
  html body .menu table .short {
    display: table-row;
  }
  html body .menu table .full {
    display: none;
  }
  html body #home .middle .line {
    top: -10px;
    height: 2px;
  }
}
