/* compiled by scssphp v0.6.3 on Wed, 29 Jun 2016 16:33:58 +0300 (10.5219s) */

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

  100% {
    transform: rotate(360deg); } }

@keyframes pulse {
  50% {
    background: #fff; } }

.loading-ex {
  display: flex;
  justify-content: space-around;
  align-items: center; }

.loading {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 0.25rem solid rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
  animation: spin 2s infinite linear; }
  .loading--double {
    border-style: double;
    border-width: 0.5rem; }

.loading-pulse {
  position: relative;
  width: 6px;
  height: 24px;
  background: rgba(255, 255, 255, 0.2);
  animation: pulse 750ms infinite;
  animation-delay: 250ms; }
  .loading-pulse:before, .loading-pulse:after {
    content: '';
    position: absolute;
    display: block;
    height: 16px;
    width: 6px;
    background: rgba(255, 255, 255, 0.2);
    top: 50%;
    transform: translateY(-50%);
    animation: pulse 750ms infinite; }
  .loading-pulse:before {
    left: -12px; }
  .loading-pulse:after {
    left: 12px;
    animation-delay: 500ms; }

.tekstas a.button {
  margin-left: 0;
  margin-bottom: 2px; }

.tekstas a.button, .button, button, input[type='button'], input[type='reset'], input[type='submit'] {
  background-color: #07ab7b;
  border: 0.1rem solid #07ab7b;
  border-radius: 0.1rem;
  background-color: #606c76;
  border-color: #606c76;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 1.9rem;
  line-height: 1.9rem;
  padding: 0 0.5rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap; }

.tekstas a.button:hover, .tekstas a.button:focus, .button:hover, .button:focus, button:hover, button:focus, input[type='button']:hover, input[type='button']:focus, input[type='reset']:hover, input[type='reset']:focus, input[type='submit']:hover, input[type='submit']:focus {
  background-color: #07ab7b;
  border-color: #07ab7b;
  color: #fff;
  outline: 0; }

.button.button-disabled, .button[disabled], button.button-disabled, button[disabled], input[type='button'].button-disabled, input[type='button'][disabled], input[type='reset'].button-disabled, input[type='reset'][disabled], input[type='submit'].button-disabled, input[type='submit'][disabled] {
  opacity: 0.5;
  cursor: default; }

.button.button-disabled:hover, .button.button-disabled:focus, .button[disabled]:hover, .button[disabled]:focus, button.button-disabled:hover, button.button-disabled:focus, button[disabled]:hover, button[disabled]:focus, input[type='button'].button-disabled:hover, input[type='button'].button-disabled:focus, input[type='button'][disabled]:hover, input[type='button'][disabled]:focus, input[type='reset'].button-disabled:hover, input[type='reset'].button-disabled:focus, input[type='reset'][disabled]:hover, input[type='reset'][disabled]:focus, input[type='submit'].button-disabled:hover, input[type='submit'].button-disabled:focus, input[type='submit'][disabled]:hover, input[type='submit'][disabled]:focus {
  background-color: #9b4dca;
  border-color: #9b4dca; }

.button.button-outline, button.button-outline, input[type='button'].button-outline, input[type='reset'].button-outline, input[type='submit'].button-outline {
  color: #9b4dca;
  background-color: transparent; }

.button.button-outline:hover, .button.button-outline:focus, button.button-outline:hover, button.button-outline:focus, input[type='button'].button-outline:hover, input[type='button'].button-outline:focus, input[type='reset'].button-outline:hover, input[type='reset'].button-outline:focus, input[type='submit'].button-outline:hover, input[type='submit'].button-outline:focus {
  color: #606c76;
  background-color: transparent;
  border-color: #606c76; }

.button.button-outline.button-disabled:hover, .button.button-outline.button-disabled:focus, .button.button-outline[disabled]:hover, .button.button-outline[disabled]:focus, button.button-outline.button-disabled:hover, button.button-outline.button-disabled:focus, button.button-outline[disabled]:hover, button.button-outline[disabled]:focus, input[type='button'].button-outline.button-disabled:hover, input[type='button'].button-outline.button-disabled:focus, input[type='button'].button-outline[disabled]:hover, input[type='button'].button-outline[disabled]:focus, input[type='reset'].button-outline.button-disabled:hover, input[type='reset'].button-outline.button-disabled:focus, input[type='reset'].button-outline[disabled]:hover, input[type='reset'].button-outline[disabled]:focus, input[type='submit'].button-outline.button-disabled:hover, input[type='submit'].button-outline.button-disabled:focus, input[type='submit'].button-outline[disabled]:hover, input[type='submit'].button-outline[disabled]:focus {
  color: #9b4dca;
  border-color: inherit; }

.tekstas a.button.button-clear, .button.button-clear, button.button-clear, input[type='button'].button-clear, input[type='reset'].button-clear, input[type='submit'].button-clear {
  color: #46d6a2;
  background-color: transparent;
  border-color: transparent; }

.tekstas a.button.button-clear:hover, .tekstas a.button.button-clear:focus, .button.button-clear:hover, .button.button-clear:focus, button.button-clear:hover, button.button-clear:focus, input[type='button'].button-clear:hover, input[type='button'].button-clear:focus, input[type='reset'].button-clear:hover, input[type='reset'].button-clear:focus, input[type='submit'].button-clear:hover, input[type='submit'].button-clear:focus {
  border-color: #07ab7b; }

.button.button-clear.button-disabled:hover, .button.button-clear.button-disabled:focus, .button.button-clear[disabled]:hover, .button.button-clear[disabled]:focus, button.button-clear.button-disabled:hover, button.button-clear.button-disabled:focus, button.button-clear[disabled]:hover, button.button-clear[disabled]:focus, input[type='button'].button-clear.button-disabled:hover, input[type='button'].button-clear.button-disabled:focus, input[type='button'].button-clear[disabled]:hover, input[type='button'].button-clear[disabled]:focus, input[type='reset'].button-clear.button-disabled:hover, input[type='reset'].button-clear.button-disabled:focus, input[type='reset'].button-clear[disabled]:hover, input[type='reset'].button-clear[disabled]:focus, input[type='submit'].button-clear.button-disabled:hover, input[type='submit'].button-clear.button-disabled:focus, input[type='submit'].button-clear[disabled]:hover, input[type='submit'].button-clear[disabled]:focus {
  color: #9b4dca; }

.hamburger {
  padding: 22px 20px 21px 20px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger-box {
  width: 20px;
  height: 14px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -6px; }

.hamburger-inner::after {
  bottom: -6px; }
/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease; }

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease; }

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }
/* reset some */
* {
  margin: 0;
  padding: 0;
  outline: 0; }

html, body {
  width: 100%;
  height: 100%; }

img {
  border: none; }

body {
  color: #fff;
  background-color: #0f0c13;
  min-width: 320px; }

body, input, textarea {
  font-size: 12.5px;
  line-height: 1.25em;
  font-family: "Roboto", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; }
/* HTML5 compatibility with older browsers */
nav, section, header, footer, article {
  display: block; }
/* Overwrite default text selection style  */
::selection {
  background-color: #3ab079;
  color: #fff; }

::-moz-selection {
  background-color: #3ab079;
  color: #fff; }
/* Overwrite default placeholder text  */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #b6b7b8; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #b6b7b8; }

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #b6b7b8; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #b6b7b8; }

h1, h2, h3, #box-lang, .icon-text, .but, .hist-thumb a, div.akimirkos figcaption {
  text-rendering: optimizeLegibility; }

.hist-thumb.h2.w2 a, h1, h2, h3, #box-lang, .icon-text {
  font: normal 35px/35px 'TrumpGothicEast', sans-serif;
  text-transform: uppercase; }

h4, .page dl dt, .but {
  font: normal 23px/24px 'TrumpGothicEast', sans-serif;
  text-transform: uppercase; }

h3, div.akimirkos figcaption, .hist-thumb a {
  font: normal 27px/30px 'TrumpGothicEast', sans-serif;
  text-transform: uppercase; }

sup, sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.45em; }

sub {
  bottom: -0.25em; }
/* Containers
 ----------------------------------------------------------------------------------------------------*/
.container_12 {
  margin-left: auto;
  margin-right: auto;
  width: 960px; }

.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.5; }
/* Page Structure */
.page-header {
  position: fixed;
  right: 0;
  top: 0;
  left: 0;
  vertical-align: middle;
  z-index: 100;
  xwidth: 100%;
  transform-origin: top left; }

.page-header-inner {
  transform-origin: top left; }

.logo {
  display: inline-block;
  float: left;
  position: relative;
  margin-left: 45px;
  margin-right: 12px;
  padding: 0 8px 1px 8px;
  width: 143px;
  height: 59px;
  background: url(../img/logo-16-lt-w-143.png) no-repeat center center;
  opacity: 0.97; }

html[lang=en] .logo {
  background: url(../img/logo-16-en-w-143.png) no-repeat; }

.logo img {
  display: none; }

.nav-lang {
  float: right;
  xmargin-left: 20px; }

.nav-main {
  float: right;
  max-width: 790px; }

.logo:hover {
  background-color: #0a894a;
  background-blend-mode: screen; }

#kontaktai, #contacts {
  margin: 0 40px 0 60px; }

.page-header .logo-data {
  display: inline-block;
  padding: 12px 11px;
  font: 23px/36px 'TrumpGothicEast', sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  color: #595959; }

.page-header .logo-data:hover, .page-header .logo-data:active {
  color: #fff; }
/* Navigation - Main */
.hamburger {
  display: none;
  position: fixed;
  top: 0;
  right: 0; }

.hamburger:hover, .hamburger:active {
  background-color: #0a894a;
  background-blend-mode: screen; }

.nav-container, .nav-container-ico {
  display: inline-block;
  float: right; }

.nav-container {
  margin-right: 40px; }

.page-header .nav ul {
  margin: 0;
  padding: 0; }

.page-header .nav li {
  margin: 0;
  padding: 0;
  background-image: none;
  float: left; }

.page-header .nav a {
  display: block;
  padding: 12px 11px;
  font: 23px/36px 'TrumpGothicEast', sans-serif;
  text-transform: uppercase;
  white-space: nowrap; }

.page-header .nav a:link, .page-header .nav a:visited {
  xcolor: #4c4c4c;
  color: #595959; }

.page-header ul.nav-dropdown a:link, .page-header ul.nav-dropdown a:visited {
  color: #666; }

.page-header .nav li.active > a {
  xbackground: #2b2b2b;
  xcolor: #808080;
  color: #999; }

.page-header .nav .nav-dropdown li.active > a {
  color: #a0a0a0; }

.page-header .nav li a:hover, .page-header .nav li a:active, .page-header .nav li a:focus {
  text-decoration: none;
  color: #f7f7f7; }

.page-header .nav > ul > li:active > a, .page-header .nav > ul > li:hover > a, .page-header .nav > ul > li:focus > a, .page-header .nav > ul > li > a:hover, .page-header .nav > ul > li > a:active, .page-header .nav > ul > li > a:focus {
  background-color: #0a894a;
  color: #fff; }
/* 1st Level */
.nav-lang a {
  padding-right: 0;
  padding-left: 0;
  width: 36px;
  text-align: center; }

html[lang=lt] .en, html[lang=en] .lt, html[lang=lt] .nav-lang .lang-lt, html[lang=en] .nav-lang .lang-en {
  display: none; }
/* 2nd level */
.page-header ul.nav-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  xbottom: 100%;
  z-index: 2;
  min-width: 200px;
  padding: 12px 0;
  background: #2b2b2b; }

.page-header .nav-dropdown li {
  display: block;
  float: none; }

.page-header .nav-dropdown li > a {
  padding-top: 0;
  padding-bottom: 0; }

.page-header .nav-main > ul > li:hover .nav-dropdown {
  display: block; }

.nav-social {
  float: right;
  margin-left: 20px; }

.page-header div.nav-social li a img {
  display: inline-block; }

.page-header div.nav-social li a {
  display: inline-block;
  width: 18px;
  height: 18px;
  padding: 20px 21px 22px 21px;
  outline: 0;
  opacity: 0.3;
  font: 1px/1px sans-serif; }

.page-header div.nav-social li a:hover, .page-header div.nav-social li a:active {
  opacity: 0.95; }

.page-header .nav > ul > li > a, .page-header ul.nav-dropdown, .page-header .nav-dropdown li > a, .page-header .logo-data, .logo, .newsitem .post-image, .newsitem .post-image a, .newsitem > header a, .page-header {
  -webkit-transition: all 0.07s ease-in-out;
  -moz-transition: all 0.07s ease-in-out;
  -o-transition: all 0.07s ease-in-out;
  -ms-transition: all 0.07s ease-in-out;
  transition: all 0.07s ease-in-out; }

.page-footer {
  display: block;
  position: relative;
  xposition: absolute;
  xbottom: 0;
  width: 100%;
  min-height: 100px;
  xborder: 1px solid red;
  padding: 20px 0;
  xz-index: 50;
  xborder-top: 1px solid transparent;
  color: #4c4c4c; }

.page-footer h2 {
  padding-bottom: 0.5em; }

.page-footer ul {
  list-style: none; }

.page-header, .page-footer {
  background: #070707;
  background: rgba(7, 7, 7, 0.95); }

.page {
  background: #111;
  background: rgba(7, 7, 7, 0.87); }

#supersized {
  opacity: 0.85; }

#content {
  padding-top: 60px;
  min-height: 100%;
  height: 100%; }

#lapai {
  display: none; }
/* opera/ie not supporting pointer-events, need to hack: */
section#home {
  display: none;
  xdisplay: table;
  padding: 0;
  xbackground: rgba(0, 0, 0, .1);
  background: none;
  width: 100%;
  min-height: 100%;
  height: 100%;
  xheight: 87%;
  margin-bottom: -160px; }

div#sukis {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  margin: auto;
  height: 87%; }

#sukis a {
  position: relative;
  xtop: -30px;
  top: -40px;
  background: url(http://tundra.dev.kit.lt/theme/rel16/img/kelmas/tundra_kelmas_sukis-400.png) no-repeat;
  display: inline-block;
  width: 400px;
  height: 442px;
  xborder: 1px blue solid; }
/*** news try 2 ***/
.section header.aside {
  display: block;
  z-index: 99;
  xposition: absolute;
  xleft: 0;
  width: 320px;
  float: left; }

.section header.aside h1 {
  position: relative;
  xtop: -5px;
  margin-left: 60px;
  font-size: 60px;
  line-height: 60px; }

h2.aside {
  display: block;
  position: absolute;
  left: -240px;
  width: 200px;
  text-align: right; }

h2.aside, .section header.aside h1, .section.asidenav header nav li.active, .section.asidenav header nav a {
  text-shadow: 0 0 8px rgba(0, 0, 0, .4); }

.section.asidenav header h1 {
  display: none; }

.section.asidenav.visible header h1 {
  display: block; }

.section.asidenav header nav {
  position: relative;
  padding-left: 0px;
  display: block;
  xpadding: 12px 11px;
  font: 23px/60px 'TrumpGothicEast', sans-serif;
  text-transform: uppercase;
  min-height: 480px; }

.section.asidenav header nav ul {
  list-style: none;
  padding: 0 0 0 10px;
  margin: 0 0 0 50px; }

.section.asidenav header nav li {
  max-width: 280px;
  max-height: 0px;
  overflow: hidden;
  height: 60px; }

.section.asidenav header nav a {
  color: #aaa;
  color: rgba(255, 255, 255, .75);
  max-width: 280px;
  display: inline-block; }

.section.asidenav.visible header nav, .section.asidenav header nav:hover {
  padding-left: 10px;
  xmax-height: 99999px; }

x {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#00000000',GradientType=1);
  /* IE6-9 */
  /*-webkit-box-shadow:  -40px 0px 40px 0px rgba(0, 0, 0, 0.2);                box-shadow:  -40px 0px 40px 0px rgba(0, 0, 0, 0.2);*/ }

.section.asidenav.visible header nav li, .section.asidenav header nav:hover li {
  max-height: 99999px; }

.section.asidenav header nav:hover ul {
  xborder-left: 2px solid #aaa;
  xborder-left: 1px solid rgba(255, 255, 255, .2); }

.section.asidenav header nav li.active a, .section.asidenav header nav a:hover {
  color: #fff; }

.section.asidenav header nav li.active {
  xdisplay: none;
  xfont: normal 35px/36px 'TrumpGothicEast', sans-serif;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 60px;
  max-height: 99999px;
  overflow: visible;
  pointer-events: none;
  cursor: pointer;
  height: auto; }

.section header.aside.fixed0, .section.asidenav header.fixed0 {
  position: fixed;
  padding-top: 0px;
  max-width: 280px; }

.section header.aside.fixed, .section.asidenav header.fixed {
  position: fixed;
  padding-top: 20px;
  max-width: 280px; }

.intro #grojarastis {
  display: none; }

#naujienos, #news {
  padding-top: 140px;
  padding-bottom: 140px; }

.section.aside, .section.asidenav {
  padding-top: 60px;
  padding-bottom: 140px; }

.section.aside > div, .section.asidenav > article {
  background: rgba(0, 0, 0, .6);
  display: block;
  position: relative;
  max-width: 910px;
  margin: 5px 30px 10px 300px;
  padding: 20px 0 0 40px; }

.newsitem .post-image, .newsitem .post-image a, .newsitem .post-image img {
  display: block;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0 auto; }

.newsitem .post-image a {
  overflow: hidden; }

.section.asidenav > article, .newsitem > header > h2, .newsitem > .post-content, .newsitem > header > .post-image, .newsitem > header > time {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  /*    -webkit-border-top-right-radius: 2px;
   -webkit-border-top-left-radius: 2px;
   -moz-border-radius-topright: 2px;
   -moz-border-radius-topleft: 2px;
   border-top-right-radius: 2px;
   border-top-left-radius: 2px;
   -webkit-border-bottom-right-radius: 2px;
   -webkit-border-bottom-left-radius: 2px;
   -moz-border-radius-bottomright: 2px;
   -moz-border-radius-bottomleft: 2px;
   border-bottom-right-radius: 2px;
   border-bottom-left-radius: 2px;
   */ }

.newsitem > header > .post-image, .newsitem > header > .post-image a, .newsitem > header > .post-image a img {
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  /*
   -webkit-border-top-right-radius: 2px;
   -webkit-border-top-left-radius: 2px;
   -moz-border-radius-topright: 2px;
   -moz-border-radius-topleft: 2px;
   border-top-right-radius: 2px;
   border-top-left-radius: 2px;
   -webkit-border-bottom-right-radius: 0px;
   -webkit-border-bottom-left-radius: 0px;
   -moz-border-radius-bottomright: 0px;
   -moz-border-radius-bottomleft: 0px;
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
   */ }

.section.asidenav header nav li, .section.asidenav header nav, .newsitem > header > h2, .newsitem > .post-content, .newsitem .post-image, .newsitem .post-intro, .newsitem .post-more, .newsitem time {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.newsitem {
  display: block;
  min-height: 60px;
  padding: 0;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 100px; }

.newsitem.full-bg {
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px; }

.newsitem.full-bg:first-child {
  margin-top: -206px;
  padding-top: 206px; }

.newsitem > * {
  display: block;
  max-width: 903px;
  width: 903px;
  position: relative;
  margin-right: 40px;
  margin-left: 320px; }

.newsitem > header {
  margin-top: 5px; }

.newsiten > .post-content {
  margin-bottom: 15px; }

.newsitem .post-intro {
  margin-top: -1px;
  padding: 11px 40px 20px 40px;
  line-height: 1.5em; }

article.newsitem > header > h2 {
  margin: 0;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }

.newsitem .post-image a[class="image-popup"]:hover, .newsitem .post-image a[class="image-popup"]:active, .newsitem .post-image a[target="_blank"]:hover, .newsitem .post-image a[target="_blank"]:active {
  position: relative;
  top: -3px;
  left: 3px; }

.newsitem .post-more, .newsitem.single .post-more, .newsitem:first-child .post-more, .newsitem:active .post-more, .newsitem:focus .post-more, .newsitem:hover .post-more {
  max-height: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  margin-top: -20px; }

.newsitem.single .post-image, .newsitem:first-child .post-image, .newsitem:active .post-image, .newsitem:focus .post-image, .newsitem:hover .post-image {
  background-color: #0a894a; }

article.newsitem .post-intro, article.newsitem.single .post-intro, article.newsitem:first-child .post-intro, article.newsitem:active .post-intro, article.newsitem:focus .post-intro, article.newsitem:hover .post-intro {
  background: #111;
  background-color: rgba(0, 0, 0, .9);
  padding: 20px 40px 20px 40px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }

.newsitem > header > h2, .newsitem.single > header > h2, .newsitem:first-child > header > h2, .newsitem:active > header > h2, .newsitem:focus > header > h2, .newsitem:hover > header > h2 {
  background: #111;
  background-color: rgba(0, 0, 0, .9);
  padding: 40px 40px 20px 40px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }
/*section.newsitem:active .page,
 section.newsitem:focus .page,
 section.newsitem:hover .page {
 xbackground: #111;
 xbackground-color: rgba(0,0,0,.95);
 xpadding: 40px;
 }*/
.newsitem > .post-content {
  display: block;
  position: absolute;
  width: 100%;
  margin-top: -1px;
  background-color: #111;
  background-color: rgba(0, 0, 0, .9);
  z-index: 2;
  max-height: 0;
  padding: 1px 0 0 0;
  overflow: hidden; }

.newsitem > .post-content, .newsitem.single > .post-content, .newsitem:first-child > .post-content {
  position: relative; }

.newsitem > .post-content, .newsitem:first-child > .post-content, .newsitem.single > .post-content, .newsitem:active > .post-content, .newsitem:focus > .post-content, .newsitem:hover > .post-content {
  max-height: 10000px;
  padding: 0px 0px 40px 0px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

.newsitem > .post-content > div {
  padding-left: 40px !important;
  padding-right: 40px; }

.newsitem header > time {
  position: absolute;
  left: -60px;
  top: 0px;
  display: block;
  background-color: #eb0074;
  background-color: #bf066c;
  background-color: rgba(191, 6, 108, 0.45);
  padding: 10px 10px;
  margin: 0;
  text-align: center;
  min-width: 30px;
  font: normal 19px/35px 'TrumpGothicEast', sans-serif;
  vertical-align: bottom; }

.newsitem > header > time, .newsitem:first-child > header > time, .newsitem:active > header > time, .newsitem:focus > header > time, .newsitem:hover > header > time {
  background-color: #bf066c !important;
  color: #fff !important; }

.content ul.nobullet {
  list-style: none;
  padding-left: 0; }

.content ul.nobullet li:before {
  content: ''; }
/*** web font loading ***/
.wf-inactive .hidefont, .wf-loading .hidefont, .wf-inactive .nav, .wf-loading .nav {
  visibility: hidden !important; }

.wf-active .hidefont {
  visibility: visible !important; }

a:link, a:visited {
  color: white;
  text-decoration: none; }

#header {
  position: fixed;
  top: 40px;
  left: 50px;
  z-index: 100; }

#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  height: 100%; }

#box {
  margin: 0 auto;
  min-height: 488px;
  padding: 0 0 25px 0;
  border-bottom-left-radius: 9px;
  -moz-border-bottom-left-radius: 9px;
  -webkit-border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  -moz-border-bottom-right-radius: 9px;
  -webkit-border-bottom-right-radius: 9px;
  /* fallback */
  background-color: #07ab7b;
  background-image: url(http://tundra.dev.kit.lt/theme/rel16/img/landing-bg-radial3.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  /* Safari 4-5, Chrome 1-9 */
  /* Can't specify a percentage size? Laaaaaame. */
  background: -webkit-gradient(radial, center center, 0, center center, 320, from(#30ee9c), to(#05a87a));
  /* Safari 5.1+, Chrome 10+ */
  background: x-webkit-radial-gradient(circle, #30ee9c, #05a87a);
  /* Firefox 3.6+ */
  background: -moz-radial-gradient(circle, #30ee9c, #05a87a);
  /* IE 10 */
  background: -ms-radial-gradient(circle, #30ee9c, #05a87a);
  /* Opera cannot do radial gradients yet #00a177 #07ab7b #05a87a*/
  /*-webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.28);
   -moz-box-shadow:    0px 0px 0px 5px rgba(255, 255, 255, 0.28);
   box-shadow:         0px 0px 0px 5px rgba(255, 255, 255, 0.28);
   */ }

#logo {
  background: url('http://tundra.dev.kit.lt/theme/rel16/img/logo-lt.png') bottom left no-repeat;
  display: inline-block;
  width: 271px;
  height: 86px;
  text-indent: -99999px;
  background-position: bottom;
  outline: 0;
  margin: 0 2px 10px auto;
  /* teksto poslinkis */ }

html[lang=en] #logo {
  background: url('http://tundra.dev.kit.lt/theme/rel16/img/logo-en.png') bottom left no-repeat; }

.wtext {
  color: white; }

p {
  xmargin: 0 -0.4em 1.25em 0;
  margin: 0 0 1.25em 0; }

hr {
  border: 0;
  width: 100%;
  height: 1px;
  background-color: #444;
  margin-bottom: 1.2em; }

.soc-icons {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  line-height: 39px; }

#icon-menu {
  position: fixed;
  bottom: 60px;
  left: 50px; }

#icon-menu2 {
  position: fixed;
  right: -12px;
  bottom: 60px;
  z-index: 100;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

#icon-menu2:hover {
  right: -7px;
  xright: 20px; }
/*
 .icon-fb		{	background: url('../img/icons/icon-fb.png') bottom; }
 .icon-foto		{	background: url('../img/icons/icon-foto.png') bottom; }
 .icon-history	{	background: url('../img/icons/icon-history.png') bottom; }
 .icon-mixcloud	{	background: url('../img/icons/icon-mixcloud.png') bottom; }
 .icon-email		{	background: url('../img/icons/icon-email.png') bottom; }
 .icon-2proc		{	background: url('../img/icons/icon-2proc.png') bottom; }
 */
.icon-home a {
  background: url('../img/icons2e.png') -222px 0; }

.icon-en a {
  background: url('../img/icons2e.png') -37px 0; }

.icon-lt a {
  background: url('../img/icons2e.png') 0px 0; }

.icon-fb a {
  background: url('../img/icons2e.png') -74px 0; }

.icon-foto a {
  background: url('../img/icons2e.png') bottom; }

.icon-history a {
  background: url('../img/icons2e.png') -111px 0; }

.icon-mixcloud a {
  background: url('../img/icons2e.png') bottom; }

.icon-2proc a {
  background: url('../img/icons2e.png') -148px 0; }

.icon-email a {
  background: url('../img/icons2e.png') -185px 0; }

.icon-mlist a {
  background: url('../img/icons2e.png') -296px 0; }

.icon-lineup a {
  background: url('../img/icons2e.png') -333px 0; }

.icon-buksavanoriu a {
  background: url('../img/icons2e.png') -370px 0; }

li.icon-link.hidden {
  display: none !important; }

li.icon-link {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none; }

.icon-link a {
  opacity: 0.6;
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-indent: -99999px;
  background-repeat: no-repeat;
  outline: 0;
  margin: 0 0px;
  padding: 0 0px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, .2); }

.icon-link.active a, .icon-link a:hover {
  opacity: 1;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .2); }

.icon-link.icon-home.active a {
  opacity: 0.6;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, .2); }

.icon-link:hover .icon-text {
  display: block;
  opacity: 1;
  z-index: 1; }

.icon-text {
  pointer-events: none;
  z-index: -555;
  opacity: 0;
  position: absolute;
  margin: 0 auto;
  bottom: 42px;
  left: 42px;
  width: 87px;
  height: 87px;
  padding: 60px 40px 40px 60px;
  -moz-border-radius: 50% 50% 50% 0;
  -webkit-border-radius: 50% 50% 50% 0;
  border-radius: 50% 50% 50% 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  text-indent: 0;
  font: normal 23px/27px 'TrumpGothicEast', sans-serif;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  -ms-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out; }

.icon-home .icon-text {
  padding: 80px 35px 20px 65px; }

html[lang=en] .icon-home .icon-text {
  padding: 80px 25px 20px 75px; }

.icon-lineup .icon-text {
  padding: 70px 43px 30px 57px; }

html[lang=en] .icon-lineup .icon-text {
  padding: 70px 30px 30px 70px; }

.icon-history .icon-text {
  padding: 60px 45px 40px 55px; }

html[lang=en] .icon-history .icon-text {
  padding: 60px 40px 40px 60px; }

.icon-lt .icon-text {
  padding: 80px 35px 20px 65px; }

.icon-en .icon-text {
  padding: 80px 30px 20px 70px; }

.icon-buksavanoriu .icon-text {
  padding: 80px 45px 20px 55px; }

html[lang=en] .icon-buksavanoriu .icon-text {
  padding: 85px 40px 15px 60px; }

.icon-email .icon-text {
  padding: 45px 50px 55px 50px; }

html[lang=en] .icon-email .icon-text {
  padding: 60px 45px 40px 55px; }

.icon-2proc .icon-text {
  font: normal 19px/22px 'TrumpGothicEast', sans-serif;
  padding: 55px 50px 45px 50px; }

.icon-mlist .icon-text {
  left: -193px;
  -moz-border-radius: 50% 50% 0 50%;
  -webkit-border-radius: 50% 50% 0 50%;
  border-radius: 50% 50% 0 50%;
  padding: 67px 40px 33px 60px; }

.icon-text em {
  /*font: normal 15px/19px 'BebasNeueRegular', 'Trebuchet MS', sans-serif;*/
  font-style: normal;
  font-family: 'TrumpGothicEast', sans-serif;
  xcolor: #07ab7b;
  color: #38c0c0;
  text-rendering: optimizeLegibility; }

@keyframes pulse {
  20% {
    opacity: 0.6; }

  25% {
    opacity: 0.1; }

  35% {
    opacity: 1; }

  42% {
    opacity: 0.6; } }

@-moz-keyframes pulse {
  20% {
    opacity: 0.6; }

  25% {
    opacity: 0.1; }

  35% {
    opacity: 1; }

  42% {
    opacity: 0.6; } }

@-webkit-keyframes pulse {
  20% {
    opacity: 0.6; }

  25% {
    opacity: 0.1; }

  35% {
    opacity: 1; }

  42% {
    opacity: 0.6; } }

@-o-keyframes pulse {
  20% {
    opacity: 0.6; }

  25% {
    opacity: 0.1; }

  35% {
    opacity: 1; }

  42% {
    opacity: 0.6; } }

.pulse a {
  animation: pulse 6s ease-in-out;
  animation-iteration-count: 3;
  -webkit-animation: pulse 6s ease-in-out;
  -webkit-animation-iteration-count: 3;
  -moz-animation: pulse 6s ease-in-out;
  -moz-animation-iteration-count: 3;
  -o-animation: pulse 6s ease-in-out;
  -o-animation-iteration-count: 3; }

.pulse a:hover {
  animation: none;
  -moz-animation: none;
  -webkit-animation: none;
  -o-animation: none; }

#sidebar {
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 160px;
  height: 100%;
  z-index: 200;
  background: #f8f8f8;
  background: rgba(255, 255, 255, 0.60); }
/*h2 {
 font: normal 17px/19px 'BebasNeueRegular', 'Trebuchet MS', sans-serif;
 color: white;
 }*/
h2#mlist-label {
  margin: 0 5px 5px 8px;
  text-shadow: 0px 0px 2px rgba(127, 127, 127, 0.5); }

#mlist-form {
  text-align: center; }

#mlist-form .bttn {
  margin-top: 2px;
  -webkit-transition: opacity 0.12s ease-out;
  -moz-transition: opacity 0.12s ease-out;
  -o-transition: opacity 0.12s ease-out;
  -ms-transition: opacity 0.12s ease-out;
  transition: opacity 0.12s ease-out; }

#mlist-form:hover .bttn {
  opacity: 1; }

#sidebar #mlist-form {
  position: absolute;
  bottom: 60px;
  left: 10px; }

#mlist-form {
  vertical-align: middle;
  -webkit-transition: all 0.12s ease-out;
  -moz-transition: all 0.12s ease-out;
  -o-transition: all 0.12s ease-out;
  -ms-transition: all 0.12s ease-out;
  transition: all 0.12s ease-out; }

.bttn, .but {
  text-decoration: none;
  cursor: pointer;
  padding: 0 8px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  outline: 0;
  color: #222;
  background-color: #f5f5f5;
  background-color: rgba(250, 250, 250, 0.1);
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  outline: 0 !important; }

.bttn:hover, .but:hover {
  border: 1px solid #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1; }

.bttn:active, .but.active {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

input[type=text].bttn:focus, input[type=text].but:focus {
  background-color: #888;
  background-color: rgba(0, 0, 0, 0.1); }

input[type=submit].bttn, input[type=submit].but {
  background-color: #d0d0d0;
  background-color: rgba(255, 255, 255, 0.81); }

input[type=submit].bttn:hover, input[type=submit].but:hover {
  background-color: #07ab7b;
  border: 1px solid #068c64; }

input[type=submit].bttn:hover, input[type=submit].but:active {
  background-color: #08c98f; }

::-webkit-input-placeholder {
  color: inherit; }
/*::-moz-placeholder{ color: inherit; }*/
/* colorbox popup page */
.popup {
  background-color: #111;
  height: auto; }

.noscrollbar {
  overflow: hidden; }

body.popup h2 i {
  font-style: normal;
  display: inline-block;
  padding: 0 1px;
  -moz-transform: skew(-8deg);
  -webkit-transform: skew(-8deg);
  transform: skew(-8deg); }

body.popup h2, body.popup h3 {
  margin-top: 1.5em; }

h1 .post-date {
  float: right;
  background-color: #c90021;
  background-color: rgba(201, 0, 33, .75);
  padding: 1px 3px;
  margin-right: 40px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 17px; }
/*.popup .close {
 position: fixed;
 top: 10px;
 right: 10px;
 width: 13px;
 height: 13px;
 padding: 7px;
 background: url('../img/ui/close2.gif') no-repeat;
 background-position: 0 0;
 z-index: 20;
 }*/
.tekstas {
  margin: 60px 20px 0 20px;
  color: #f0f0f0;
  line-height: 1.4em;
  padding-bottom: 20px; }

.tekstas h1 {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  padding: 20px 0px 10px 20px;
  margin: 0px -20px 0 0;
  background: -moz-linear-gradient(top, rgba(17, 17, 17, 1) 0%, rgba(17, 17, 17, 0.8) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(17, 17, 17, 1)), color-stop(100%, rgba(17, 17, 17, 0.8)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(17, 17, 17, 1) 0%, rgba(17, 17, 17, 0.8) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(17, 17, 17, 1) 0%, rgba(17, 17, 17, 0.8) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(17, 17, 17, 1) 0%, rgba(17, 17, 17, 0.8) 100%);
  /* IE10+ */
  background: linear-gradient(top, rgba(17, 17, 17, 1) 0%, rgba(17, 17, 17, 0.8) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111111', endColorstr='#cc111111',GradientType=0);
  /* IE6-9 */
  color: #f0f0f0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  font: normal 29px/29px 'TrumpGothicEast', sans-serif;
  text-transform: uppercase;
  text-weight: normal; }

.tekstas h2 {
  font: normal 25px/25px 'TrumpGothicEast', sans-serif; }

.tekstas p {
  margin: 1em auto; }

.tekstas a {
  color: #46d6a2;
  padding: 1px 3px;
  margin-left: -3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px; }

.tekstas a:hover, .tekstas a:active {
  color: black;
  background-color: #07ab7b;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 0.28);
  -moz-box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 0.28);
  box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 0.28); }
/*
 #news {
 list-style: none;
 margin: 0 0 1em 0;
 padding: 0;
 }
 */
.news-post a {
  display: inline-block;
  position: relative;
  color: #fff;
  padding: 1px 3px 1px 33px;
  margin: 0 0 3px -3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  min-height: 30px;
  width: 236px; }

.news-post a:hover, .news-post a:active {
  color: #fff;
  background-color: #000;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 0.28);
  -moz-box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 0.28);
  box-shadow: 0px 0px 1px 0px rgba(255, 255, 255, 0.28); }

.news-post .post-date {
  float: left;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 3px;
  text-align: center;
  color: white;
  font-weight: normal;
  font-size: 9.5px;
  line-height: 12px;
  text-transform: uppercase;
  padding: 1px 3px 1px 3px;
  margin: 0px;
  background-color: #c90021;
  background-color: rgba(201, 0, 33, 0.8);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*transform: rotate(-90deg);
   -ms-transform:rotate(-90deg);
   -webkit-transform: rotate(-90deg); 
   -moz-transform: rotate(-90deg);	
   -o-transform: rotate(-90deg);
   */ }

.new1 .post-date {
  background-color: rgba(201, 0, 33, 0.8); }

.new2 .post-date {
  background-color: rgba(201, 0, 33, 0.675); }

.new3 .post-date {
  background-color: rgba(201, 0, 33, 0.55); }

.new4 .post-date {
  background-color: rgba(201, 0, 33, 0.425); }

.new5 .post-date {
  background-color: rgba(201, 0, 33, 0.3); }

.section {
  position: relative;
  display: block;
  min-height: 100%;
  margin: 0 auto;
  border-top: 1px solid transparent; }

.section.news {
  min-height: 1280px; }

.section.fotogrid {
  margin-bottom: 200px; }

.section.history {
  background: rgba(0, 0, 0, 0.2); }

.section.history div {
  display: table;
  width: 100%;
  height: 100%; }

.section.history div span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%; }

.section.history div span.jqcentered {
  display: block !important; }

.section.history ul {
  margin: auto;
  padding: auto;
  min-width: 400px;
  max-width: 1040px; }

section.page_content h4 {
  margin-bottom: 8px; }

.page h2:first-child, .page h3:first-child {
  margin-top: 0; }

section.page_content {
  padding: 60px 0 140px 0; }

.page {
  margin: auto 30px auto 300px;
  padding: 20px 40px;
  max-width: 880px;
  color: white;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0px 0px 16px -2px rgba(0, 0, 0, .1); }
/* content styling */
.page > h1 {
  margin-bottom: 0.5em; }

.content h2 {
  line-height: 125%;
  clear: both;
  margin: 25px 0 9px 0; }

.content h3 {
  margin: 1em 0 12px 0; }

.content p {
  margin-top: 0;
  margin-bottom: 1.5em; }

.page p, .content p, .page ul, .page ol, .content ul, .content ol, x.page-footer p {
  line-height: 1.5em; }

.content code {
  padding: 1px 3px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  border-radius: 1px;
  font-family: inherit;
  font-style: normal;
  xfont-weight: bold;
  background-color: #2440b3;
  color: #e0e0e0; }

.content i > code, .content em > code {
  background-color: #e7c22e;
  color: black; }

.content strong > code, .content b > code {
  background-color: #e82e54;
  color: black; }

.content strong > em > code {
  background-color: #24b34f;
  color: black; }

.content ul li:before {
  content: '→ ';
  color: #67a000;
  color: #00c75a;
  color: #10d171;
  position: absolute;
  margin-left: -15px; }

.content ul li {
  list-style: none;
  background: none;
  padding-left: 0;
  margin-bottom: 0.25em; }

.content ol, .content ul {
  margin: 0 0 20px 0;
  padding: 0 0 0 15px; }
/* is tundramoon */
.page h1 {
  font-size: 60px;
  line-height: 125%; }

.page h2 {
  line-height: 125%;
  clear: both;
  margin: 25px 0 9px 0; }

.page p {
  margin-top: 0;
  margin-bottom: 1.5em; }

dl.toggle dt {
  padding-left: 1.5em;
  background: url("../../tundramoon/img/arrows3.png") no-repeat 0 -36px;
  text-decoration: none;
  font-weight: 700; }

dl.toggle dd {
  margin-bottom: 2em;
  padding-left: 1.5em; }

dl.toggle dt.active {
  background-position: 0 5px; }

dl.toggle dd strong {
  font-weight: bold;
  font-style: italic;
  color: #fff; }

.page dl dt {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  color: #f0e7b9; }

.page dl dd {
  margin-bottom: 1em; }
/* content styling */
.alignleft {
  float: left;
  margin: 0px 15px 5px 0; }

.alignright {
  float: right;
  margin: 5px 0 5px 15px; }

.table-compact {
  font-size: 10.5px;
  width: 100%; }

.table-compact th {
  text-transform: uppercase;
  text-align: left; }

.table-compact td {
  vertical-align: top; }
/* end tundramoon */
.page-footer a, .content a, .page a {
  padding: 0px 3px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px; }

.content a[target=_blank]:before {
  content: '→ '; }

.content a[target=_blank].imglink:before {
  content: ''; }

.content a.imglink:hover, .content a.imglink:active, .content a.imglink:focus {
  background-color: transparent;
  opacity: 0.9;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.content a:link, .content a:visited, .page a:link, .page a:visited {
  color: #00eb75;
  color: #3ab079;
  color: #48bb74;
  color: #10d171;
  text-decoration: none; }

.page-footer a:link, .page-footer a:visited {
  color: #777;
  text-dectoration: none; }

.page-footer a:hover, .page-footer a:active, .page-footer a:focus, .content a:hover, .content a:active, .content a:focus, .page a:hover, .page a:active {
  background-color: #00c75a;
  background-color: #027b50;
  background-color: #008447;
  background-color: #0a914e;
  background-color: #0dab5d;
  color: black;
  text-decoration: none; }

.content a {
  display: inline; }

.content a.inline_img {
  background: transparent; }

.content a.inline_img:hover {
  background: transparent; }

.content a.inline_img:before {
  content: none; }

.content div.next, .page div.next {
  text-align: right;
  margin-top: 40px; }

.lineup div.next, .fotogrid div.next {
  padding: 0 40px 20px 0; }

.tundra15 {
  background: url("../../../res/img/fly-multi-190/2015-390x390.jpg"); }

.tundra14 {
  background: url("../../../res/img/fly-multi-190/2014-190x390.jpg"); }

.tundra13 {
  background: url("../../../res/img/fly-multi-190/2013-390x390.jpg"); }

.tundra12 {
  background: url("../../../res/img/fly-multi-190/2012-190x390.jpg"); }

.tundra11 {
  background: url("../../../res/img/fly-rect/tundra'11.jpg"); }

.tundra10 {
  background: url("../../../res/img/fly-multi-190/2010-190x390.jpg"); }

.tundra09 {
  background: url("../../../res/img/fly-rect/tundra'09.jpg"); }

.tundra08 {
  background: url("../../../res/img/fly-rect/tundra'08.jpg"); }

.tundra07 {
  background: url("../../../res/img/fly-multi-190/2007-390x390.jpg"); }

.tundra06 {
  background: url("../../../res/img/fly-multi-190/2006-390x390.jpg"); }

.tundra05 {
  background: url("../../../res/img/fly-rect/tundra'05.jpg"); }

.tundra04 {
  background: url("../../../res/img/fly-rect/tundra'04.jpg"); }

.hist-thumb a {
  display: inline-block;
  position: static;
  width: 180px;
  height: 100px;
  text-indent: -99999px;
  outline: 0;
  padding: 80px 0 0 0;
  margin: 0;
  text-align: center; }

.hist-thumb a:hover, .hist-thumb a:active {
  text-indent: 0;
  color: white;
  background: rgba(17, 17, 17, 0.6);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .1); }

.hist-thumb:hover, .hist-thumb:active {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  /* Safari & Chrome */
  -o-transform: scale(1.02);
  /* Firefox */
  -ms-transform: scale(1.02);
  /* Opera */
  -webkit-transition: all 0.12s ease-out;
  /* Safari & Chrome */
  -moz-transition: all 0.12s ease-out;
  /* Firefox */
  -o-transition: all 0.12s ease-out;
  /* Opera */
  transition: all 0.12s ease-out; }

.hist-thumb, .hist-thumb a {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px; }

.hist-thumb {
  display: inline-block;
  width: 180px;
  height: 180px;
  margin: 10px 20px 20px 0;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, .16);
  -webkit-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, .16);
  -moz-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, .16); }

.hist-thumb.w2, .hist-thumb.w2 a {
  width: 390px; }

.hist-thumb.h2 {
  height: 390px; }

.hist-thumb.h2 a {
  height: 210px;
  padding: 180px 0 0 0; }

/* image stuff */

img.right {
  float: right;
  border: 0;
  margin: 0 0 1em 1em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px; }

#post-fb {
  xfloat: right;
  margin-top: 2em; }

.clearfix:before, .clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

.newslog a {
  display: inline-block;
  white-space: nowrap; }

.newslog {
  display: block;
  margin: 40px 40px 40px 0;
  text-align: right;
  color: #f0f0f0;
  font: normal 20.5px/24px 'TrumpGothicEast', sans-serif;
  vertical-align: bottom; }

.newslog dt {
  display: inline-block;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 2px 6px;
  border-radius: 2px 0 0 2px;
  vertical-align: bottom; }

.newslog dd {
  display: inline-block;
  background-color: #eb0074;
  background-color: rgba(235, 0, 116, 0.8);
  padding: 2px 6px;
  margin: 0;
  border-radius: 0 2px 2px 0;
  text-align: center;
  width: 40px;
  font: normal 17px/24px 'TrumpGothicEast', sans-serif;
  vertical-align: bottom; }

.newslog a:hover dt {
  background-color: #fff !important;
  color: #000 !important; }

.newslog a:hover dd {
  background-color: #852666 !important;
  color: #fff !important; }

.newslog dd, .newslog dt {
  -webkit-transition: all 0.12s ease-out;
  /* Safari & Chrome */
  -moz-transition: all 0.12s ease-out;
  /* Firefox */
  -o-transition: all 0.12s ease-out;
  /* Opera */
  transition: all 0.12s ease-out; }
/*
 .newslog a:nth-child(1) dt {	background-color: rgba( 0, 0, 0, 0.75 );		color: rgba( 255, 255, 255, 0.95 );	}
 .newslog a:nth-child(1) dd {	background-color: rgba( 235, 0, 116, 0.75 );	color: rgba( 255, 255, 255, 0.95 );	}
 .newslog a:nth-child(3) dt {	background-color: rgba( 0, 0, 0, 0.65 );		color: rgba( 255, 255, 255, 0.87 );	}
 .newslog a:nth-child(3) dd {	background-color: rgba( 235, 0, 116, 0.65 );	color: rgba( 255, 255, 255, 0.87 );	}
 .newslog a:nth-child(5) dt {	background-color: rgba( 0, 0, 0, 0.55 );		color: rgba( 255, 255, 255, 0.79 );	}
 .newslog a:nth-child(5) dd {	background-color: rgba( 235, 0, 116, 0.55 );	color: rgba( 255, 255, 255, 0.79 );	}
 .newslog a:nth-child(7) dt {	background-color: rgba( 0, 0, 0, 0.425 );		color: rgba( 255, 255, 255, 0.71 );	}
 .newslog a:nth-child(7) dd {	background-color: rgba( 235, 0, 116, 0.425 );	color: rgba( 255, 255, 255, 0.71 );	}
 .newslog a:nth-child(9) dt {	background-color: rgba( 0, 0, 0, 0.3 );			color: rgba( 255, 255, 255, 0.63 );	}
 .newslog a:nth-child(9) dd {	background-color: rgba( 235, 0, 116, 0.3 );		color: rgba( 255, 255, 255, 0.63 );	}
 */
.newslog a:nth-child(1) dt {
  background-color: rgba(0, 0, 0, 0.75);
  color: rgba(255, 255, 255, 0.95); }

.newslog a:nth-child(1) dd {
  background-color: rgba(235, 0, 116, 0.75);
  color: rgba(255, 255, 255, 0.95); }

.newslog a:nth-child(3) dt {
  background-color: rgba(0, 0, 0, 0.62);
  color: rgba(255, 255, 255, 0.75); }

.newslog a:nth-child(3) dd {
  background-color: rgba(235, 0, 116, 0.62);
  color: rgba(255, 255, 255, 0.75); }

.newslog a:nth-child(5) dt {
  background-color: rgba(0, 0, 0, 0.51);
  color: rgba(255, 255, 255, 0.58); }

.newslog a:nth-child(5) dd {
  background-color: rgba(235, 0, 116, 0.51);
  color: rgba(255, 255, 255, 0.58); }

.newslog a:nth-child(7) dt {
  background-color: rgba(0, 0, 0, 0.375);
  color: rgba(255, 255, 255, 0.43); }

.newslog a:nth-child(7) dd {
  background-color: rgba(235, 0, 116, 0.375);
  color: rgba(255, 255, 255, 0.43); }

.newslog a:nth-child(9) dt {
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.31); }

.newslog a:nth-child(9) dd {
  background-color: rgba(235, 0, 116, 0.2);
  color: rgba(255, 255, 255, 0.31); }
/*
 .section .page:before {
 content: '\21c8';
 position: absolute;
 right: 50px;
 top: 50px;
 padding: 2px;
 border: 1px solid green;
 color: #888;
 }
 */
p.sub {
  font-style: italic; }
/*** ARTISTS / LINEUP ***/
.artist_section {
  padding-bottom: 1em; }

.artist_section h3 {
  font: normal 35px/35px 'TrumpGothicEast', sans-serif;
  text-transform: uppercase;
  padding: 1.5em 0 0 0;
  margin: 0em 0 1.5em 0;
  border-top: 1px solid #444;
  color: #37bf7b; }

.artist_box {
  position: relative;
  width: 190px;
  min-height: 190px;
  margin: 0 10px 16px 0;
  float: left;
  background-size: cover; }

.artist_box.daugiau a {
  z-index: 10;
  width: 390px;
  height: 190px;
  padding: 0;
  font: normal 60px/60px 'TrumpGothicEast', sans-serif;
  text-transform: uppercase;
  display: block; }

#likeme div.artist_section .artist_box.balsavimas:last-child {
  margin-right: 0px; }

.balsavimas_desc {
  margin: -1em auto 2em auto; }

#likeme .fb-like {
  margin: 8px 55px;
  background: rgba(0, 0, 0, .1);
  box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, .15);
  -webkit-box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, .15); }

#likeme.like_disabled .fb-like {
  pointer-events: none;
  cursor: default;
  height: 40px;
  overflow: hidden; }

ul.rezultatai {
  list-style: none;
  margin-top: 1em; }

ul.rezultatai li:before {
  content: ''; }

#balsavimas #countdown, #vote #countdown {
  text-align: center; }

.artist_box.balsavimas {
  width: 150px;
  height: 300px;
  margin: 0 70px 20px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.artist_box.withphoto, .artist_box.elected {
  min-height: 190px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 16px; }

.artist_box.headliner {
  width: 390px;
  margin-right: 10px;
  min-height: 290px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 16px; }

.artist_box .artist_hover {
  display: none; }
/*.artist_box.balsavimas .artist_hover, */
.artist_box.withphoto .artist_hover, .artist_box.headliner .artist_hover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
/*.artist_box.balsavimas .artist_hover:hover,*/
.artist_box.withphoto:active .artist_hover, .artist_box.headliner:active .artist_hover, .artist_box.withphoto:focus .artist_hover, .artist_box.headliner:focus .artist_hover, .artist_box.withphoto:hover .artist_hover, .artist_box.headliner:hover .artist_hover {
  background: rgba(0, 0, 0, .5); }

.artist_bio_lt, .artist_bio_en {
  display: none; }

.artist_foto {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; }

.artist_foto img {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px; }

span.live {
  background-color: #c06;
  color: white;
  font-size: 0.8em;
  padding: 1px 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px; }

div.artist_box h4 span {
  display: none;
  position: relative;
  overflow: visible;
  top: -2px;
  color: white;
  font-size: 0.8em;
  padding: 0px 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  margin-left: 5px;
  text-decoration: none; }

div.artist_box h4.artist_name span.live {
  display: inline;
  background-color: #bf377b; }

div.artist_box.live.dj h4 span.dj {
  display: inline;
  background-color: #3dbc7d; }

div.artist_box h4.artist_name span.sound_system {
  display: inline;
  background-color: #bf377b; }

div.artist_box h4.artist_name span.elected, div.artist_box h4.artist_name span.showcase {
  display: inline;
  background-color: #bf7b37; }

div.artist_box h4.artist_name span.new {
  display: inline;
  background-color: #38ac7d; }

div.artist_box h4.artist_name span.paskaita, div.artist_box h4.artist_name span.deco, div.artist_box h4.artist_name span.fx, div.artist_box h4.artist_name span.vj {
  display: inline;
  background-color: #377bbf; }

.section_healing div.artist_box h4.artist_name span.tipas, .section_dienos-veikla div.artist_box h4.artist_name span.tipas {
  display: inline;
  background-color: #377bbf; }

div.artist_box.cancel {
  opacity: 0.5; }

div.artist_box.cancel .artist_foto {
  display: none; }

div.artist_box.cancel h4.artist_name {
  text-decoration: line-through;
  xcolor: #666; }
/*div.artist_box.cancel h4.artist_name span {
 text-decoration: none !important;
 }*/
div.artist_box h4.artist_name span.cancel {
  display: inline;
  background-color: #888; }

.artist_countries_sep, .artist_countries, .artist_country {
  display: inline-block;
  text-align: center;
  min-width: 12px;
  color: #888;
  margin-right: 10px;
  margin-bottom: 4px;
  white-space: nowrap;
  line-height: 1.5em;
  border: 0px; }

.artist_countries_sep {
  margin-left: -10px;
  margin-right: 0; }

.artist_countries:hover, .artist_country:hover {
  color: #fff; }
/*.artist_country:before{
 content: '[';
 }
 .artist_country:after{
 content: ']';
 }*/
.artist_meta {
  display: static;
  text-transform: uppercase;
  font-size: 10.5px; }

.artist_box.withphoto .artist_meta {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.artist_box.withphoto:hover .artist_meta {
  max-height: 200px; }

.artist_box.withphoto.cancel:hover .artist_meta, .artist_box.cancel:hover .artist_desc, .artist_box.cancel:focus .artist_desc, .artist_box.cancel:active .artist_desc {
  max-height: 0px; }

.artist_label {
  line-height: 1.5em;
  color: #ccc; }

.headliner .artist_label {
  color: #bbb; }

.artist_meta span a[target=_blank]:before {
  content: ''; }

.artist_meta span a:link, .artist_meta span a:visited {
  color: #ccc;
  padding: 0; }

.headliner .artist_meta a:link, .headliner .artist_meta a:visited {
  color: #bbb; }

.headliner .artist_meta a:hover, .headliner .artist_meta a:active, .artist_meta span a:hover, .artist_meta span a:active {
  color: #fff;
  background: none;
  padding: 0; }

.artist_links {
  display: inline-block; }

.artist_desc {
  position: absolute;
  display: block;
  background-color: black;
  background-color: rgba(0, 0, 0, .95);
  width: 100%;
  top: 190px;
  z-index: 10;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px; }

.artist_desc > div {
  position: relative;
  padding: 0;
  width: 100%;
  box-sizing: border-box; }

.artist_box.headliner .artist_desc {
  top: 290px; }

.artist_box:hover .artist_desc, .artist_box:focus .artist_desc, .artist_box:active .artist_desc {
  max-height: 1000px;
  xpadding: 10px; }
/*.artist_box.headliner:hover .artist_desc {    xpadding: 20px; }*/
.artist_box:hover .artist_desc > div, .artist_box:focus .artist_desc > div, .artist_box:active .artist_desc > div {
  max-height: 1000px;
  padding: 10px; }

.artist_box.headliner:hover .artist_desc > div, .artist_box.headliner:focus .artist_desc > div, .artist_box.headliner:active .artist_desc > div {
  padding: 20px; }

.artist_box .sc-player {
  xdisplay: none;
  xborder: red 1px solid;
  position: absolute;
  top: 6px;
  left: 8px;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.artist_box.headliner .sc-player {
  left: 16px; }

.artist_box:hover .sc-player, .artist_box .sc-player.playing {
  display: block;
  opacity: 0.75; }

.sc-player .sc-controls, .sc-player .sc-controls a, .artist_box .sc-player {
  height: 40px;
  width: 40px; }

.artist_box.cancel .sc-player {
  opacity: 0; }

.sc-player .sc-artwork-list, .sc-player .sc-artwork-list li, .sc-player .sc-artwork-list li.active {
  list-style-type: none;
  display: none; }
/* controls */
.sc-player .sc-controls a {
  color: transparent;
  background: url('../../../res/js/soundcloud-custom-player/css/sc-player-minimal/img/play.png'); }

.sc-player .sc-controls a:hover {
  background: url('../../../res/js/soundcloud-custom-player/css/sc-player-minimal/img/play-hover.png'); }

.sc-player .sc-controls a.sc-pause {
  background: url('../../../res/js/soundcloud-custom-player/css/sc-player-minimal/img/play.png'); }

.sc-player .sc-controls a.sc-pause:hover {
  background: url('../../../res/js/soundcloud-custom-player/css/sc-player-minimal/img/play-hover.png'); }

.sc-player.playing .sc-controls a.sc-pause {
  background: url('../../../res/js/soundcloud-custom-player/css/sc-player-minimal/img/pause.png'); }

.sc-player.playing .sc-controls a.sc-pause:hover {
  background: url('../../../res/js/soundcloud-custom-player/css/sc-player-minimal/img/pause-hover.png'); }
/*.sc-player .sc-controls a	{  color: transparent; background: url('/res/img/sc/20/play.png'); }
 .sc-player .sc-controls a:hover			    {  background: url('/res/img/sc/20/play-hover.png'); }
 .sc-player .sc-controls a.sc-pause		    {  background: url('/res/img/sc/20/play.png'); }
 .sc-player .sc-controls a.sc-pause:hover	    {  background: url('/res/img/sc/20/play-hover.png'); }
 .sc-player.playing .sc-controls a.sc-pause	    {  background: url('/res/img/sc/20/pause.png'); }
 .sc-player.playing .sc-controls a.sc-pause:hover    {  background: url('/res/img/sc/20/pause-hover.png');}
 */
/* controls */
.sc-player .sc-controls {
  position: absolute;
  top: 0px; }

.sc-player .sc-controls a {
  display: block;
  padding: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%; }

.sc-player .sc-controls a.sc-play, .sc-player .sc-controls a.sc-pause {
  text-indent: -3000px; }

.sc-player .sc-controls a.sc-pause, .sc-player.playing .sc-controls a.sc-play {
  display: none; }

.sc-player.playing .sc-controls a.sc-pause {
  display: block; }
/* scrubber */
.sc-scrubber {
  display: none; }

.sc-player:hover .sc-scrubber, .sc-player.playing .sc-scrubber {
  display: none; }

.sc-scrubber .sc-time-span {
  height: 30px;
  margin: 5px;
  position: relative; }

.sc-scrubber .sc-buffer, .sc-scrubber .sc-played {
  height: 30px;
  position: absolute;
  top: 0;
  width: 0;
  -webkit-transition: width 0.1s linear; }

.sc-scrubber .sc-time-indicators {
  position: absolute;
  right: 0;
  top: -20px; }
/* tracks */
/* Track listings*/
.sc-player ol.sc-trackslist {
  display: none;
  position: absolute;
  float: left;
  width: 92%;
  height: 100%;
  left: 45px;
  overflow: auto; }

.sc-player ol.sc-trackslist li {
  float: left;
  width: 95.5%;
  cursor: pointer;
  margin: 5px;
  padding: 5px;
  list-style: none; }
/* Track info*/
.sc-player .sc-info {
  display: none;
  position: absolute;
  top: 10px;
  left: -5000px;
  width: 200px;
  padding: 5px;
  height: 450px;
  z-index: 500;
  margin-left: -40px; }

.sc-player .sc-info.active {
  left: 25%;
  top: 5%; }

.sc-player .sc-info-toggle {
  position: absolute;
  top: 10px;
  left: 10px;
  display: none; }

.sc-player .sc-info-toggle.active {
  left: -5000px; }

.sc-player .sc-info-close {
  position: absolute;
  top: 10px;
  right: 20px; }
/* utilities */
.sc-player .hidden {
  display: none; }

.sc-player-engine-container {
  width: 1px;
  height: 1px;
  position: fixed;
  top: 2px;
  left: 2px; }

.sc-player, .sc-player .loading {
  overflow: hidden; }

ul.rezultatai li {
  font: normal 20.5px/24px 'TrumpGothicEast', sans-serif; }

#balsavimas h4, #vote h4, .artist_box h4.artist_name {
  font: normal 25px/27px 'TrumpGothicEast', sans-serif;
  text-transform: uppercase;
  padding: 0px 0 0 0px;
  margin: 0; }

.content strong, div.page strong {
  color: #e5e55c;
  color: #ebc400;
  color: #e9d159;
  color: #efdc80;
  color: #f2df8e;
  font-weight: normal; }
/*.artist_box.elected h4.artist_name,*/
ul.rezultatai li em, #balsavimas h4 em, #vote h4 em, .artist_box h4.artist_name.artist_vote {
  color: #e5e55c;
  font-style: normal;
  text-transform: uppercase; }

.page em a:link, .page em a:visited, .artist_box h4.artist_name.artist_vote a {
  color: #e5e55c; }

.page em a:hover, .page em a:active, .artist_box h4.artist_name.artist_vote a:hover, .artist_box h4.artist_name.artist_vote a:active {
  background-color: #e5e55c;
  color: #000; }

.balsavimas .artist_m2 {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  padding: 8px 4px 28px 4px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px; }

.balsavimas .artist_links {
  display: block;
  position: absolute;
  bottom: 8px;
  left: 4px; }

.withphoto .artist_m2, .elected .artist_m2 {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  padding: 4px 8px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.artist_box.headliner .artist_m2 {
  position: absolute;
  bottom: 0px;
  top: auto;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.withphoto h4.artist_name {
  padding: 5px 0 0 0px;
  color: white; }

.artist_box.headliner h4.artist_name {
  padding: 5px 0 0 10px;
  margin: 0; }

.withphoto .artist_country {
  font-weight: 700; }

.headliner .artist_meta {
  padding: 0 0 2px 10px;
  text-transform: uppercase;
  font-size: 10.5px;
  font-weight: 700; }

.artist_box.withphoto .artist_links {
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.artist_box.withphoto:hover .artist_links, .artist_box.withphoto:focus .artist_links, .artist_box.withphoto:active .artist_links {
  opacity: 1; }

.artist_box.withphoto.cancel:hover .artist_links, .artist_box.withphoto.cancel:focus .artist_links, .artist_box.withphoto.cancel:active .artist_links {
  opacity: 0; }

.withphoto .artist_links, .elected .artist_links, .headliner .artist_links {
  display: block;
  position: absolute;
  right: 4px;
  top: 6px; }

.artist_box .artist_links {
  margin-left: 56px; }

.section_vj > h4, .section_deko > h4, .section_7-8d > h4, .section_5d > h4, .section_6d > h4 {
  border-bottom: 1px solid #666; }

.section_vj h4.artist_name, .section_deko h4.artist_name {
  color: #f0f0f0; }

.artist_label:after {
  content: ' ·'; }

.section_workshops .artist_label:after {
  content: ''; }
/*.artist_country:after{
 content: '\0020';
 display: block;
 overflow: hidden;
 visibility: hidden;
 width: 0;
 height: 0;
 clear: both;
 }*/
.artist_box a.artist_link, #singlePost .artist_link .icon {
  float: right;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-indent: -99999px;
  opacity: 0.7;
  padding: 0;
  margin: 0 4px 2px 0;
  background: url('../img/ico-links4-20.png') 0px 0px no-repeat;
  xbox-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .2) inset;
  x-webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .2) inset;
  x-moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .2) inset;
  xbox-shadow: 0px 0px 4px 2px rgba(0, 0, 0, .2);
  x-webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, .2);
  x-moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, .2);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%; }

.section_headliner .artist_box a.artist_link {
  width: 30px;
  height: 30px;
  background: url('../img/ico-links3-30.png') 0px 0px no-repeat; }

.artist_box a.artist_link:hover, a.artist_link:active {
  opacity: 1;
  background-color: transparent;
  x-webkit-box-shadow: none;
  x-moz-box-shadow: none;
  xbox-shadow: none;
  xbox-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .2);
  x-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .2);
  x-moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .2); }

.artist_box a.artist_link.artist_www, #singlePost .artist_link.artist_site .icon {
  background-position: 0px 0px; }

.artist_box a.artist_link.artist_myspace, #singlePost .artist_link.artist_myspace .icon {
  background-position: -64px 0px; }

.artist_box a.artist_link.artist_soundcloud, #singlePost .artist_link.artist_soundcloud .icon {
  background-position: -96px 0px; }

.artist_box a.artist_link.artist_facebook, #singlePost .artist_link.artist_facebook .icon {
  background-position: -32px 0px; }

.artist_box a.artist_link.artist_youtube, #singlePost .artist_link.artist_youtube .icon {
  background-position: -128px 0px; }

.artist_box a.artist_link.artist_vimeo, #singlePost .artist_link.artist_vimeo .icon {
  background-position: -160px 0px; }

.artist_box a.artist_link.artist_mixcloud, #singlePost .artist_link.artist_mixcloud .icon {
  background-position: -224px 0px; }

.artist_box a.artist_link.artist_wikipedia, #singlePost .artist_link.artist_wikipedia .icon {
  background-position: -256px 0px; }

.artist_box a.artist_link.artist_discogs, #singlePost .artist_link.artist_discogs .icon {
  background-position: -288px 0px; }
/*** NAUJIENA SU FOTO IR YOUTUBE ***/
.embed.youtube {
  text-align: center;
  margin: auto; }

.embed.youtube.small {
  display: inline-block;
  margin: 10px 20px; }

.embed.youtube.small object {
  /* 230x189 */
  width: 230px;
  height: 189px; }

.embed.youtube.big {
  margin: 10px auto; }

.embed.youtube.big object {
  width: 450px;
  height: 366px; }

section.newsitem h3 {
  margin: 1.5em auto 0.5em auto;
  font: normal 31px/31px 'TrumpGothicEast', sans-serif; }

.page a.photo {
  display: block;
  padding: 0px;
  border: 0px;
  border: solid rgba(0, 0, 0, 0.01) 1px; }

.page a.photo:active, a.photo:hover {
  xoutline: solid #46d6a2 1px;
  border: solid #46d6a2 1px; }

.page a.photo img {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.bus_timetable {
  width: 100%; }

.bus_timetable td {
  border-bottom: 1px solid #444;
  xborder-left: 1px solid #333;
  padding: 5px; }

.bus_timetable tr:first-child td {
  font-weight: bold; }

.bus_timetable tr td:first-child {
  border-left: none; }

table.playlist {
  border-spacing: 1;
  xborder-collapse: collapse;
  margin: 0 20px 0 0; }

table.playlist th, table.playlist td {
  font: normal 21px/24px 'TrumpGothicEast', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em; }

table.playlist th {
  padding: 10px 3px;
  text-align: left;
  border-bottom: 1px dotted #444;
  border-top: 1px dotted #444; }

table.playlist td {
  vertical-align: top;
  padding: 1px 3px;
  width: 16%; }

table.playlist span.diena {
  position: absolute;
  margin-left: -116px;
  margin-top: -1px;
  background: #b60f7d;
  width: 68px;
  padding: 1px 8px;
  text-align: center;
  display: block;
  xfont-size: 12.5px;
  -webkit-transform-origin: 100% 0px;
  -moz-transform-origin: 100% 0px;
  -ms-transform-origin: 100% 0px;
  -o-transform-origin: 100% 0px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  /*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/ }

table.playlist th, table.playlist tr.filler td {
  border: 0; }

table.playlist tr.filler:hover td.time, table.playlist tr.filler:active td.time, table.playlist td.time {
  background-color: rgba(0, 105, 160, .2);
  width: 35px;
  font: normal 17px/19px 'TrumpGothicEast', sans-serif; }

table.playlist td.time.passing {
  color: #0f7db6;
  color: rgba(255, 255, 255, .1); }

table.playlist td.groja {
  background-color: rgba(105, 160, 0, .5); }

table.playlist td.soundcheck, table.playlist td.tbc {
  background-color: transparent;
  xbackground-color: rgba(105, 160, 0, .25); }

table.playlist td.soundcheck, table.playlist td.soundcheck > a:link, table.playlist td.soundcheck > a:visited, table.playlist td.tbc, table.playlist td.tbc > a:link, table.playlist td.tbc > a:visited {
  color: #aaa;
  font-size: 19px; }

table.playlist td.headliner {
  background-color: rgba(105, 160, 0, .8);
  xfont-weight: bold;
  font: normal 25px/29px 'TrumpGothicEast', sans-serif; }

table.playlist td.live {
  background-color: rgba(191, 55, 123, .5); }

table.playlist td.live.headliner {
  background-color: rgba(191, 55, 123, .8); }

table.playlist td.sound_system, table.playlist td.showcase {
  background-color: #bf7b37;
  background-color: rgba(191, 123, 55, .8); }

table.playlist td.dirbtuves {
  background-color: rgba(160, 52, 0, .4); }

table.playlist td.praktika {
  background-color: rgba(160, 160, 0, .3);
  xtext-transform: none; }

table.playlist td.paskaita {
  background-color: rgba(0, 105, 160, .4);
  xtext-transform: none; }

table.playlist tr:hover td.time, table.playlist tr:active td.time {
  background-color: #0069a0; }

table.playlist td a {
  padding: 0; }

table.playlist td a:link, table.playlist td a:visited {
  color: #f0f0f0; }

table.playlist td a:hover, table.playlist td a:active {
  background: none;
  color: #fff; }

table.playlist.single {
  float: left;
  width: 30%;
  margin-bottom: 40px; }

.page-programa-chill table.playlist.single, .page-program-chill table.playlist.single {
  width: 22%; }

table.playlist.single td.laikas {
  width: 10%; }

table.playlist.single td.name {
  width: 90%; }

table.playlist.single tr.headliner td.name {
  font-size: 25px;
  color: #f0eacc; }

table.playlist.single tr.negroja td.name, table.playlist.single tr.soundcheck td.name, table.playlist.single tr.tbc td.name {
  font-size: 17px;
  color: #888; }

table.playlist td.name em, table.playlist td.groja em {
  font-size: 17px;
  font-style: normal;
  color: #888; }

a.youtube.thumb:before {
  content: none; }

a.youtube.thumb {
  margin: 0 10px 0px 0;
  display: inline-block;
  position: relative;
  padding: 0; }

a.youtube.thumb .videothumb, a.youtube.thumb .overlay {
  display: inline-block;
  position: relative;
  height: 169px;
  width: 301px; }

a.youtube.thumb .videothumb {
  background-size: cover;
  background-position: center; }

a.youtube.thumb > img {
  display: none; }

a.youtube.thumb .overlay {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/ui/yt-play-dark.png) no-repeat center;
  opacity: 0.9; }

a.youtube.thumb:hover .overlay, a.youtube.thumb:focus .overlay, a.youtube.thumb:active .overlay {
  background: url(../img/ui/yt-play-full.png) no-repeat center;
  opacity: 1; }

a.youtube.thumb .caption {
  display: none;
  xdisplay: block;
  xmargin-bottom: 10px; }

a.youtube.thumb:hover, a.youtube.thumb:focus, a.youtube.thumb:active {
  background-color: transparent; }

@media only screen and (min-width: 700px) {
  a.youtube.thumb.tbig .videothumb, a.youtube.thumb.tbig .overlay {
    width: 600px;
    height: 337px; } }

a.youtube.thumb.tbig {
  margin-left: auto;
  margin-right: auto; }
/*** 2016 ***/
/*
 .nav ul li a {
 box-sizing: border-box;
 border-bottom: 3px solid transparent;
 }
 */
#newsletter-form {
  position: absolute;
  xmargin-left: 1238px;
  width: 400px;
  height: 140px;
  left: 963px; }

.page-contacts .page ul, .page-kontaktai .page ul {
  list-styke: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.page-contacts .content ul li:before, .page-kontaktai .content ul li:before {
  content: ''; }

.page-contacts .page li, .page-kontaktai .page li {
  display: inline-block;
  background-color: rgba(13, 171, 93, .07);
  border: 1px solid rgba(13, 171, 93, .3);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  margin: 0 20px 20px 0;
  width: 170px;
  height: 170px; }

.page-contacts .page li:hover, .page-contacts .page li:active, .page-kontaktai .page li:hover, .page-kontaktai .page li:active {
  background-color: #0a894a; }

.page-contacts .page li em, .page-kontaktai .page li em {
  font-size: 0.85em; }

div.akimirkos a {
  display: inline-block;
  margin: 0 0px 0px 0px; }

div.akimirkos a img {
  display: inline-block;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  border-radius: 1px; }

div.akimirkos {
  margin-bottom: 56px;
  line-height: 1px; }

div.akimirkos figcaption {
  position: relative;
  bottom: 1.5em;
  text-align: center; }

section.akimirkos {
  border-top: 0px solid transparent; }

section.akimirkos article {
  display: block;
  margin-left: 320px; }
/*** RESPONSIVENESS ***/
@media only screen and (max-width: 1240px) {
  section.aside > div, section.asidenav > article {
    margin-left: 40px !important; }

  .newsitem > * {
    margin-left: 100px !important; }

  section.aside > div, section.asidenav > article {
    margin-top: 100px !important; }

  .news {
    margin-top: -196px !important; }

  .news > div {
    margin-top: 100px !important; }

  header.aside > h1 {
    margin-left: 40px !important; }

  header.aside.fixed, .section.asidenav header.fixed, header.aside.fixed0 {
    position: absolute !important; }

  header.aside.fixed > h1 {
    display: block; }

  header.aside.fixed > nav {
    display: none; }

  .section.news {
    min-height: 100% !important; } }

@media only screen and (max-width: 1000px) {
  .newsitem > * {
    width: auto !important; }

  .newsitem .post-image img {
    width: 100%; }

  .logo {
    margin-left: 39px; }

  .page-header .nav-container {
    display: none;
    margin-right: 0px;
    position: fixed;
    top: 60px;
    width: 100%;
    background: #070707;
    background: rgba(7, 7, 7, 0.95); }

  .page-header .hamburger.is-active + .nav-container {
    display: block; }

  .hamburger {
    display: initial; } }

@media only screen and (max-width: 600px) {
  #kontaktai, #contacts {
    margin-left: 15px !important;
    margin-right: 15px !important; }

  section.aside > div, section.asidenav > article {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 0 !important; }

  header.aside > h1 {
    margin-left: 10px !important; }

  .newsitem > * {
    margin-left: 15px !important;
    margin-right: 15px !important; }

  .newsitem > header > time {
    left: -4px;
    top: -4px; }

  .newsitem > header > h2 {
    padding: 20px 20px 20px 20px !important; }

  .newsitem.full-bg > header > h2 {
    padding-left: 60px !important; }

  .newsitem > header > .post-intro, .newsitem > .content > div {
    padding-left: 20px !important;
    padding-right: 20px !important; }

  .content a {
    padding: 9px 5px;
    line-height: 32px; }

  .content ul li:before {
    line-height: 32px; }

  .nav-container, .nav-container-ico {
    text-align: center !important;
    margin: auto; }

  .nav-container-ico {
    display: inline-block;
    float: none; }

  .nav-social {
    margin-left: 0; }

  .nav-container .nav-main > ul > li {
    display: block;
    float: none; }

  .nav-container .nav-main {
    float: none;
    width: 100%; }

  .page-header ul.nav-dropdown {
    top: auto;
    width: 100%; }

  .logo {
    margin-right: 0px;
    margin-left: 0px; }

  .page {
    padding: 25px !important;
    margin: 10px !important; }

  .newslog {
    margin: 5px !important; }

  #header, #icon-menu, #bilietai-bubble {
    position: relative !important;
    margin: 10px auto;
    top: 0;
    left: 0; }

  #icon-menu {
    position: relative;
    margin: 20px auto;
    top: 0px;
    bottom: 0px !important;
    left: 0px !important; }

  #icon-menu br {
    display: none !important; }

  .playlist_section table.playlist.single {
    width: 90%;
    float: none;
    margin-left: 10px; }

  .artist_box {
    max-width: 100% !important; }

  .artist_box.headliner {
    max-width: 100% !important; }

  .section.history ul {
    min-width: auto;
    max-width: 100%; }

  .hist-thumb {
    margin: 10px 0;
    background-size: cover;
    max-width: 100%; }

  .hist-thumb a {
    text-indent: 0px;
    padding: 38px 0 0 0;
    max-width: 100%; }

  .hist-thumb a, .hist-thumb {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px; }

  .section.history ul, #content iframe, #content table, #content img, #content .postBox, #content .wp-caption {
    max-width: 100% !important;
    height: auto; } }

@media print {
  #main-content a[href]:after {
    content: " (" attr(href) ") "; } }
