body{
background:url(https://dragonrip.com/img/boom.jpg) fixed top no-repeat;
background-size:cover;
text-align:center;
font-family:"Trebuchet MS", Helvetica, sans-serif;
max-width:960px;
margin:auto;
border:5px solid transparent;
}
img{border:0px;max-width:100%;height:auto;}
a{text-decoration: none;}
input,select,textarea{
background:#ffffff;
color:#000000;
font:12px verdana;
border:1px solid #000000;
border-radius:4px;
}
input:hover { border-color : #990000; }
textarea:hover { border-color : #990000; }
input, select, textarea {
border-radius : 10px;
margin : 1px;
padding : 8px 5px;
outline : none;
border : #d5d5d5 solid 2px;
background : #262626;
font : 12px 'Open Sans', Helvetica, Arial, sans-serif;
color : #777;
}
input[type="submit"] {
background-color : #666666;
opacity : 0.8;
border-radius : 2px;
overflow: hidden;
outline: none;
border: 0;
text-decoration: none;
color: #fff;
cursor: pointer;
}
.line{
border:0;
height:1px;
background-image:linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.center1 input, center1 textarea {
transition: all 0.30s ease-in-out;
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
border:1px solid rgba(204,48,48, 0.5);
}
.center1 input:focus, .center1 textarea:focus {
box-shadow: 0 0 5px 2px rgba(204, 48, 48, 0.8);
-webkit-box-shadow: 0 0 5px 2px rgba(204, 48, 48, 0.8);
-moz-box-shadow: 0 0 5px 2px rgba(204, 48, 48, 0.8);
-o-box-shadow: 0 0 5px 2px rgba(204, 48, 48, 0.8);
-ms-box-shadow: 0 0 5px 2px rgba(204, 48, 48, 0.8);
transition: all 0.30s ease-in-out;
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
border:1px solid rgba(204,48,48, 0.8);
}
.mc{
width: 580px;
background:url('/img/mc/center.jpg');
background-position:center center;
background-repeat:repeat;
padding:0px 5px;
color: #d1d9df;
float: left;
height: 100%;
box-shadow:0px 0px 10px #000, 0px 0px 0px 1px rgba(255, 255, 255, 0.15) inset;
}
.md{
width: 360px;
background:url('/img/mc/center.jpg');
background-position:center center;
background-repeat:repeat;
padding:0px 5px;
float: right;
color: #d1d9df;
height: 100%;
box-shadow:0px 0px 10px #000, 0px 0px 0px 1px rgba(255, 255, 255, 0.15) inset;
}
.footer {
background:url('/img/mc/center.jpg');
background-position:center center;
background-repeat:repeat;
padding:5px 5px;
color: #ffffff;
clear: both;
box-shadow:0px 0px 10px #000, 0px 0px 0px 1px rgba(255, 255, 255, 0.15) inset;
}
.center1{margin-bottom: 2px;}
.center1 input {width: 35%;}
.center1 input[type="submit"] {width: 20%;}

@media only screen and (max-width: 600px) { 
.center1 input { width: 60%; } 
}

.center1 input[type=text] {
background-color:#262626;
background-image: url('/img/kardas.png');
background-repeat: no-repeat;
background-position: 3px 3px;
padding-left: 32px;
}
.center1 input[type=password] {
background-color:#262626;
background-image: url('/img/skydas.png');
background-repeat: no-repeat;
background-position: 3px 3px;
padding-left: 32px;
}

ul.navbar {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
box-shadow:0px 0px 10px #000, 0px 0px 0px 1px rgba(255, 255, 255, 0.15) inset;
}

ul.navbar li {float: left;}

ul.navbar li a {
display: block;
color: white;
text-align: center;
padding: 10px 20px;
text-decoration: none;
}

ul.navbar li a:hover {
background-color: #111;
box-shadow:0px 0px 10px #000, 0px 0px 0px 1px rgba(255, 255, 255, 0.15) inset;
}

@media screen and (max-width: 600px){
ul.navbar li {float: none;
width:45%;
display: inline-block;}
ul.navbar {float: none;
display: inline-block;
width:100%;}
ul.navbar li a {padding: 5px 5px;}
}

.pasirinkimas label > input{
visibility: hidden;
position: absolute;
width:30%;
}

.pasirinkimas label > input + img{
cursor:pointer;
border:2px solid transparent;
border-radius: 50%;
margin: 0px 50px;
}
.pasirinkimas label > input:checked + img{
border-radius: 50%;
border:2px solid #820c0c;
}

.riped{background: rgba(0,0,0,0.4);color:grey;font-size:12px;padding:5px;opacity:0.8;width:85%;border-radius:10px;margin:auto;text-align:center;box-shadow: 0px 0px 10px #000, 0px 0px 0px 1px rgba(255, 255, 255, 0.15) inset;}

#canvas3 {z-index: -5;}

#canvas2 {z-index: -2;}

input#bomba {width: 30%;}

canvas {
width: 100%;
height: 100%;
}

canvas {
display: block;
position: absolute;
top: 0;
left: 0;
}

.mg {height: 550px;}

@media only screen and (max-width: 980px) { .mc,.md { float:none; width: auto;padding:5px 5px; } }
@media only screen and (max-width: 980px) { .mg,.mc,.md { height: auto; } }
@media only screen and (max-width: 600px) { .center1 input[type="submit"] { width: 30%; } }
@media only screen and (max-width: 600px) { input#bomba[type="submit"] { width: 50%; } }
@media only screen and (max-width: 600px) { .pasirinkimas label > input + img {  margin: 0px 20px; } }

.bar{
margin:auto;
width: 280px; 
}

.lyginu{
border-radius: 4px; 
box-shadow:0px 0px 10px #000, 0px 0px 0px 1px rgba(255, 255, 255, 0.15) inset; 
border: 2px solid #333; 
background: #C10E08;
width: 100%; 
height: 15px;
font-size: 12px;
margin-bottom: -10px;
}
.lyginu2 {
color: black; 
border-radius: 1px; 
height: 13px; 
font-size: 12px;
padding: 0px 0 2px 0;
}

.tekstas {
width: 135px;
text-align: right;
float:right;
padding-right:5px;
}

.tekstass {
width: 135px;
text-align: left;
float:left;
}

.ground {
background:url('/img/mc/center.jpg');
background-position:center center;
background-repeat:repeat;
padding:15px 15px;
color: #d1d9df;
text-align: left;
font-size: 13px;
box-shadow:0px 0px 10px #000, 0px 0px 0px 1px rgba(255, 255, 255, 0.15) inset;
}
.ground a:link,.veik a:link { outline:none; text-decoration:none; color: #ffffff; }
.ground a:visited,.veik a:visited { outline:none; text-decoration:none; color: #ffffff; }
.ground a:hover,.veik a:hover { text-decoration:underline; font-weight:normal; color: #ffffff; }

.vid-container {
position: relative;
padding-bottom: 50%;
padding-top: 35px; height: 0; overflow: hidden;
}
.vid-container iframe,
.vid-container object,
.vid-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

table#pirki {
width:80%;
margin: 0 auto;
padding: 5px;
text-align: center;
opacity: 0.8;

}

td#pirki, th#pirki {
padding:3px 10px;
box-shadow:0px 0px 10px #000, 0px 0px 0px 1px rgba(255, 255, 255, 0.15) inset;
}

td#new {
border-radius:5px;
padding:3px 10px;
box-shadow:0px 0px 10px #000, 0px 0px 0px 1px rgba(255, 255, 255, 0.15) inset;
}

.slideshow-container{
max-width: 340px;
position: relative;
margin: auto;
}
.weeks{width:60px;max-height:60px;min-height:60px;margin:0 auto;}
.mySlides{display: none;}
.active{background-color: #717171;}

.fade{
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}

.me{
background:url('/img/mc/center.jpg');
background-position:center center;
background-repeat:repeat;
padding:5px 5px;
color: #ffffff;
font-size:13px;
box-shadow:0px 0px 10px #000, 0px 0px 0px 1px rgba(255, 255, 255, 0.15) inset;
}

.m{background: #e5e5e5;padding-left: 2px;border-radius: 6px;}

.pasirinkima label > input{
  visibility: hidden;
  position: absolute;
}

.pasirinkima label > input + img{
  cursor:pointer;
  border:2px solid #3a3c39;
  border-radius: 12px;
  margin: 0px 30px;
}
.pasirinkima label > input:checked + img{
  border-radius: 12px;
  border:2px solid #820c0c;
}

table#reg {
display: table;
border-collapse: separate;
border-color: grey;
margin: 0px auto;
}

td#reg {
text-align: left; }

table#reg {
padding: 5px;
text-align: center;
}

@-webkit-keyframes fade {
from {opacity: .4} 
to {opacity: 1}
}

@keyframes fade {
from {opacity: .4} 
to {opacity: 1}
}