﻿body,
html {
  background-color: #000;
  font-family: Verdana, sans-serif;
  font-size: 15px;
  line-height: 1.5
}

html {
  overflow-x: hidden
}

.image {
  max-width: 100%;
  height: auto
}

img {
  vertical-align: middle
}

a {
  color: inherit
}

:disabled * {
  pointer-events: none
}

.display-container {
  position: relative;
  z-index: 1
}

.container:after,
.container:before {
  content: "";
  display: table;
  clear: both
}

.content {
  margin-left: auto;
  margin-right: auto
}

.content {
  max-width: 980px
}

.top {
  position: fixed;
  width: 100%;
  z-index: 2
}

.top {
  top: 0
}

.display-position {
  position: absolute
}

.container {
  padding: .01em 16px
}

@keyframes spin {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(359deg)
  }
}

@keyframes fading {
  0% {
    opacity: 0
  }

  50% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes opac {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.animate-top {
  position: relative;
  animation: animatetop .5s
}

.animate-top-nav {
  position: relative;
  animation: animatetop 2s;
  animation-timing-function: cubic-bezier(1, 0, 0, 0)
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0
  }

  to {
    left: 0;
    opacity: 1
  }
}

@keyframes animateright {
  from {
    right: -300px;
    opacity: 0
  }

  to {
    right: 0;
    opacity: 1
  }
}

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0
  }

  to {
    bottom: 0;
    opacity: 1
  }
}

@keyframes animatezoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

.center {
  text-align: center !important
}

* {
  font-family: Roboto, sans-serif
}

#bgimg1::after,
#bgimg2::after,
#bgimg3::after,
#bgimg4::after,
#bgimg5::after,
#bgimg6::after,
body::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../_img/noise.png) repeat;
  /* -webkit-animation: slide 30ms linear infinite; */
  opacity: .10
}

@-webkit-keyframes slide {
  0% {
    background-position: 0 0
  }

  50% {
    background-position: -10px 2px
  }

  100% {
    background-position: -5px 8px
  }
}

#worms {
  position: absolute;
  overflow: hidden;
  border: 2px solid red;
  width: auto;
  z-index: 1;
  margin: 0 auto
}

#worms img {
  width: 100%;
  height: auto;
  max-height: 100vh
}

.big-title,
.big-title a {
  text-align: left;
  height: 25px;
  transition: color .3s ease
}

.big-title img {
  width: 350px;
  margin-top: 2px
}

@media (max-width:500px) {
  .big-title img {
    text-align: center;
    width: 100%;
    margin: 0 auto
  }

  .navright {
    float: none !important;
    width: 100%;
    text-align: center
  }

  .tooltip-bottom {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #000
  }

  .tooltip-left .tooltip-left-text {
    visibility: hidden;
    width: 150px;
    z-index: 1;
    top: 120% !important;
    left: 50%;
    margin-left: -60px
  }

  .tooltip-left .tooltip-left-text::after {
    bottom: 100%;
    left: 50%;
    margin-left: -5px
  }
}

.topnav {
  background-color: transparent;
  position: fixed;
  top: 0;
  width: 100%;
  transition: top 7s;
  padding: 10px 0 10px 0;
  z-index: 3;
  opacity: .7
}

.navright {
  float: right;
  margin: 5px 20px 0 0
}

.navright a {
  padding-left: 10px;
  transition: color .3s ease;
  cursor: pointer;
}

.navright img {
  height: 20px
}

@media (max-width:501px) {
  .title-no {
    display: none !important
  }
}

.topnav a:hover {
  color: #7ec850
}

.modal {
  display: none;
  position: fixed;
  z-index: 3;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, .4)
}

.modal-container {
  margin: 40px auto 0  auto;
  width: 80%
}

.modal-container p {
  font-size: 1rem
}

.modal-container p:last-child {
  margin-bottom:30px;
}

.modal-content {
  background-color: #222;
  margin: auto;
  padding: 20px;
  opacity: .9;
  color: #fff
}

.close {
  color: #888;
  float: right;
  font-size: 2rem;
  font-weight: 700;
  margin-top: -50px
}

.close:focus,
.close:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer
}

.tooltip-left {
  position: relative;
  display: inline-block
}

.tooltip-left .tooltip-left-text {
  visibility: hidden;
  width: 150px;
  background-color: #6d6d6d;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 110%;
  opacity: 0;
  transition: opacity .5s
}

.tooltip-left .tooltip-left-text::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #6d6d6d
}

.tooltip-left:hover .tooltip-left-text {
  visibility: visible;
  opacity: 1
}

.preload {
  display: none
}

#slideshow { 
  background-color:#000;
  margin:0 auto;
  width: 100%; 
  height: 100%;
}

#slideshow img { 
  max-width: 100%; 
  max-height: 100vh;
  position: fixed;
}

#slideshow > div { 
  position: absolute; 
  margin:0 auto;
  top: 0; 
}

.slide-center { 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slide-bottom { 
  bottom:0;
}

.flame {
  background: url(../_img/ud-flame.gif) repeat;
}

.slide-top {
  width:100%;
  top:0;
}

@media (max-width:700px) {
  #slideshow img {
    margin-top:5px;
  }
}

.bottom {
  top: auto;
  left: 50%;
  transform: translate(100%, -50%);
}

.top {
  top:0 !important
}

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  font-display: swap;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
  font-display: swap;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
  unicode-range: U+0370-03FF;
  font-display: swap;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  font-display: swap;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}