* {
  margin: auto;
  padding: 0px;
}

html {
  overflow: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  color: #d39500;
  padding: 0px;
  background-color: #000;
  font-family: Verdana;
  font-size: 13px;
  max-width: 620px;
  opacity: 0.9;
  margin: 0px auto;
}

#myVideo {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  overflow: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

video {
  background-image: url(img/index/spinner.gif);
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-position: center;
}

.news_card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgba(68, 68, 68, 0.801);
  background-clip: border-box;
  border: rgba(85, 85, 85, 0.952) solid 1px;
  border-radius: 0.5rem;
  margin: 10px;
  max-height: 60px;
  max-width: 340px;
  width:300px;
}

.news_card:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}

.news_card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: rgb(44, 44, 44);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 8px 8px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.text-card_hover {
    background: rgb(51, 51, 51);
    text-align: center;
    font-size: 13px;
    color: #d39500;
    padding: 8px;
    border-style: solid;
    border-color: #fff;
    border: rgba(85, 85, 85, 0.952) solid 1px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-weight: bold;
    max-width: 400px;
  }

.reveal-if-active {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  font-size: 16px;
  transform: scale(0.8);
  transition: 0.5s;
}
.cc-selector-2 input:active + .drinkcard-cc,
.cc-selector input:active + .drinkcard-cc {
  opacity: 0.9;
}
.cc-selector-2 input:checked + .drinkcard-cc,
.cc-selector input:checked + .drinkcard-cc {
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
}
.drinkcard-cc {
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 150px;
  height: 85px;
  margin-bottom: -3px;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  -webkit-filter: brightness(1.8) grayscale(1) opacity(0.7);
  -moz-filter: brightness(1.8) grayscale(1) opacity(0.7);
  filter: brightness(1.8) grayscale(1) opacity(0.7);
}
.drinkcard-cc:hover {
  -webkit-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
  -moz-filter: brightness(1.2) grayscale(0.5) opacity(0.9);
  filter: brightness(1.2) grayscale(0.5) opacity(0.9);
}

input[type="radio"]:checked ~ .reveal-if-active,
input[type="checkbox"]:checked ~ .reveal-if-active {
  opacity: 1;
  max-height: 100px;
  overflow: visible;
}

input[type="radio"] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.verslininkas {
  background-image: url(img/verslininkas.png);
}
.zudikas {
  background-image: url(img/zudikas.png);
}
.plesikas {
  background-image: url(img/plesikas.png);
}
.teroristas {
  background-image: url(img/teroristas.png);
}
.chuliganas {
  background-image: url(img/chuliganas.png);
}

.tipas-txt {
  color: #d39500;
}

img {
  border: 0px;
}

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

a:hover {
  color: #d39500;
}

input {
  font: 13px Verdana, Arial, sans-serif;
  border-color: #474847;
  background: #ffffff;
  color: #d39500;
  border: 1px solid;
  border-radius: 8px 8px 8px 8px;
  padding: 4px;
  width: 50%;
}

input[type="checkbox"] {
  border-color: #474847;
  padding: 4px;
  width: 15px;
}
input[type="radio"] {
  border-color: #474847;
  padding: 4px;
  width: 15px;
}

input.button {
  font: 13px Verdana, Arial, sans-serif;
  border-color: #474847;
  background: #fff;
  color: #d39500;
  border: 1px solid;
  border-radius: 8px 8px 8px 8px;
  padding: 4px;
  width: 40%;
}

.bot-w {
  background: rgba(68, 68, 68, 0.801) repeat-x bottom;
  text-align: center;
  font-size: 13px;
  color: #ffffff;
  padding: 10px;
  border-style: solid;
  border-color: #fff;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border: rgba(85, 85, 85, 0.952) solid 1px;
  border-right-width: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-weight: bold;
  position: relative;
}

.bot-b {
  background: rgba(51, 51, 51, 0.849) repeat-x bottom;
  text-align: center;
  font-size: 13px;
  color: #ffffff;
  padding: 4px;
  border-style: solid;
  border-color: #fff;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border: #222 solid 1px;
  border-right-width: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-weight: bold;
}

.top-w {
  background: rgba(68, 68, 68, 0.801) repeat-x bottom;
  text-align: center;
  font-size: 13px;
  color: #ffffff;
  padding: 7px;
  height: 86px;
  border-style: solid;
  border-color: #fff;
  border: rgba(85, 85, 85, 0.952) solid 1px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: bold;
  position: relative;
}

img.logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.logo_bot {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 100px;
}

.text-card {
  background: rgba(68, 68, 68, 0.801);
  text-align: center;
  font-size: 13px;
  color: #d39500;
  padding: 8px;
  border-style: solid;
  border-color: #fff;
  border: rgba(85, 85, 85, 0.952) solid 1px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-weight: bold;
  max-width: 400px;
}

.text-news {
  background: rgba(51, 51, 51, 0.849) repeat-x bottom;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  padding: 9px;
  border-style: solid;
  border-color: #fff;
  border: rgba(85, 85, 85, 0.952) solid 1px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  font-weight: bold;
  max-width: 400px;
}

.top-b {
  background: rgba(51, 51, 51, 0.849) repeat-x bottom;
  text-align: center;
  font-size: 13px;
  color: #ffffff;
  padding: 4px;
  border-style: solid;
  border-color: #fff;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border: #222 solid 1px;
  border-right-width: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: bold;
}

.fonas-w {
  background: rgba(68, 68, 68, 0.952) repeat-x bottom;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  padding: 4px;
  border-style: solid;
  border-color: #fff;
  border: rgba(85, 85, 85, 0.952) solid 1px;
  font-weight: bold;
}

.fonas-b {
  text-align: center;
  padding: 4px;
  color: #ffffff;
  background-color: rgba(51, 51, 51, 0.904);
  border: rgba(34, 34, 34, 0.938) solid 1px;
  font-weight: bold;
}

input {
  background: #ffffff;
  color: #000000;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
}

textarea {
  background: #ffffff;
  color: #000000;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
}

select {
  background: #ffffff;
  color: #000000;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
}

.button {
  font: 13px Verdana, Arial, sans-serif;
  border-color: #474847;
  background: #ffffff;
  color: #0e0d0d;
  border: 1px solid;
  border-radius: 8px 8px 8px 8px;
  padding: 5px;
  width: 30%;
  display: block;
}
#slider {
  width: 100%;
  max-height: 40px;
  overflow: hidden;
  white-space: nowrap;
}
#slider > li {
  width: 100%;
  max-height: 40px;
  display: inline-block;
  overflow: hidden;
  animation: slide 12s infinite;
  white-space: normal;
}

@media only screen and (max-width: 500px) {
  .slider-mobile {
    display: none;
  }
  #slider {
    max-height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .slider-mobile-show {
    display: none;
  }
}
.inside_container {
  padding-top: 30px;
}
.sticky {
  position: fixed;
  width: 100%;
  max-width: 620px;
  z-index: 99;
  top: 0;
}
.virsus {
  color: #d39500;
  position: sticky;
  padding: 3px;
  font-size: 15px;
  background-color: rgb(51, 51, 51);
  font-weight: bold;
  display: flex;
  border: rgba(34, 34, 34, 0.938) solid 1px;
  justify-content: center;
  height: 45px;
  top: 0;
}

.virsus-center {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.apacia-b {
  text-align: center;
  padding: 8px;
  background-color: rgba(51, 51, 51, 0.849);
  border: #222 solid 1px;
  font-weight: bold;
  border-bottom-left-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}

.apacia-w {
  background: rgba(68, 68, 68, 0.801) repeat-x bottom;
  text-align: center;
  color: #ffffff;
  border: #555 solid 1px;
  padding: 8px;
  font-weight: bold;
  border-bottom-left-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}

@keyframes slide {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  25.1% {
    opacity: 0;
  }

  45% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  50.01% {
    opacity: 0;
  }

  70% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }

  75.01% {
    opacity: 0;
  }

  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.modal_title {
    color: #d39500;
    font-size: 14px;
    text-align: left; 
    font-weight: bold;
  }
  .modal_text {
    text-align: left;
    color: #fff;
    font-size: 11px;
    padding-top: 7px;
    font-weight: bold;
  }
  
  .modal_buttons {
    text-align: right;
    padding-top: 12px;
    font-size: 10px;
  }
